

/* Start:/local/templates/garantiruem/css/style.css?1754052801376060*/
@charset "UTF-8";

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid #000 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: 0 0;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected="true"] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: #fff;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: 700;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: 0 0;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
  background-repeat: repeat-x;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
}

.select2-container--classic .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results>.select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role="group"] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

.slick-loading .slick-list {
  background: #fff url("/local/templates/garantiruem/css/../img/ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/slick.eot");
  src: url("/local/templates/garantiruem/css/../fonts/slick.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/slick.woff") format("woff"), url("/local/templates/garantiruem/css/../fonts/slick.ttf") format("truetype"), url("/local/templates/garantiruem/css/../fonts/slick.svg#slick") format("svg");
  font-display: swap;
}

.slick-next,
.slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0px;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

.slick-prev[dir="rtl"] {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

.slick-prev:before[dir="rtl"] {
  content: "→";
}

.slick-next {
  right: -25px;
}

.slick-next[dir="rtl"] {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

.slick-next:before[dir="rtl"] {
  content: "←";
}

.slick-dotted .slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

:root {
  --blue: #140083;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #140083;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: transparent;
}

@-ms-viewport {
  width: device-width;
}

article,
aside,
dialog,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  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[data-original-title],
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}

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

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

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #140083;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

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

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

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

svg:not(:root) {
  overflow: hidden;
}

table {
  border-collapse: collapse;
}

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;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

.h1,
h1 {
  font-size: 2.5rem;
}

.h2,
h2 {
  font-size: 2rem;
}

.h3,
h3 {
  font-size: 1.75rem;
}

.h4,
h4 {
  font-size: 1.5rem;
}

.h5,
h5 {
  font-size: 1.25rem;
}

.h6,
h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.small,
small {
  font-size: 80%;
  font-weight: 400;
}

.mark,
mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d;
}

.blockquote-footer::before {
  content: "\2014 \00A0";
}

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

.img-thumbnail {
  padding: 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;
}

code,
kbd,
pre,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-break: break-word;
}

a>code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: 700;
}

pre {
  display: block;
  font-size: 87.5%;
  color: #212529;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

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

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

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

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

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

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

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

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

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

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

@media (max-width: 1200px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding: 0 5% 0 5%;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-sm-0 {
    margin-left: 0;
  }

  .offset-sm-1 {
    margin-left: 8.333333%;
  }

  .offset-sm-2 {
    margin-left: 16.666667%;
  }

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

  .offset-sm-4 {
    margin-left: 33.333333%;
  }

  .offset-sm-5 {
    margin-left: 41.666667%;
  }

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

  .offset-sm-7 {
    margin-left: 58.333333%;
  }

  .offset-sm-8 {
    margin-left: 66.666667%;
  }

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

  .offset-sm-10 {
    margin-left: 83.333333%;
  }

  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-md-0 {
    margin-left: 0;
  }

  .offset-md-1 {
    margin-left: 8.333333%;
  }

  .offset-md-2 {
    margin-left: 16.666667%;
  }

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

  .offset-md-4 {
    margin-left: 33.333333%;
  }

  .offset-md-5 {
    margin-left: 41.666667%;
  }

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

  .offset-md-7 {
    margin-left: 58.333333%;
  }

  .offset-md-8 {
    margin-left: 66.666667%;
  }

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

  .offset-md-10 {
    margin-left: 83.333333%;
  }

  .offset-md-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-lg-0 {
    margin-left: 0;
  }

  .offset-lg-1 {
    margin-left: 8.333333%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }

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

  .offset-lg-4 {
    margin-left: 33.333333%;
  }

  .offset-lg-5 {
    margin-left: 41.666667%;
  }

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

  .offset-lg-7 {
    margin-left: 58.333333%;
  }

  .offset-lg-8 {
    margin-left: 66.666667%;
  }

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

  .offset-lg-10 {
    margin-left: 83.333333%;
  }

  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .offset-xl-0 {
    margin-left: 0;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }

  .offset-xl-2 {
    margin-left: 16.666667%;
  }

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

  .offset-xl-4 {
    margin-left: 33.333333%;
  }

  .offset-xl-5 {
    margin-left: 41.666667%;
  }

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

  .offset-xl-7 {
    margin-left: 58.333333%;
  }

  .offset-xl-8 {
    margin-left: 66.666667%;
  }

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

  .offset-xl-10 {
    margin-left: 83.333333%;
  }

  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
}

.table td,
.table th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

.table tbody+tbody {
  border-top: 2px solid #dee2e6;
}

.table .table {
  background-color: #fff;
}

.table-sm td,
.table-sm th {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #dee2e6;
}

.table-bordered td,
.table-bordered th {
  border: 1px solid #dee2e6;
}

.table-bordered thead td,
.table-bordered thead th {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-primary,
.table-primary>td,
.table-primary>th {
  background-color: #b8daff;
}

.table-hover .table-primary:hover {
  background-color: #9fcdff;
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
  background-color: #9fcdff;
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
  background-color: #d6d8db;
}

.table-hover .table-secondary:hover {
  background-color: #c8cbcf;
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
  background-color: #c8cbcf;
}

.table-success,
.table-success>td,
.table-success>th {
  background-color: #c3e6cb;
}

.table-hover .table-success:hover {
  background-color: #b1dfbb;
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
  background-color: #b1dfbb;
}

.table-info,
.table-info>td,
.table-info>th {
  background-color: #bee5eb;
}

.table-hover .table-info:hover {
  background-color: #abdde5;
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
  background-color: #abdde5;
}

.table-warning,
.table-warning>td,
.table-warning>th {
  background-color: #ffeeba;
}

.table-hover .table-warning:hover {
  background-color: #ffe8a1;
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
  background-color: #ffe8a1;
}

.table-danger,
.table-danger>td,
.table-danger>th {
  background-color: #f5c6cb;
}

.table-hover .table-danger:hover {
  background-color: #f1b0b7;
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
  background-color: #f1b0b7;
}

.table-light,
.table-light>td,
.table-light>th {
  background-color: #fdfdfe;
}

.table-hover .table-light:hover {
  background-color: #ececf6;
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
  background-color: #ececf6;
}

.table-dark,
.table-dark>td,
.table-dark>th {
  background-color: #c6c8ca;
}

.table-hover .table-dark:hover {
  background-color: #b9bbbe;
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
  background-color: #b9bbbe;
}

.table-active,
.table-active>td,
.table-active>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e;
}

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.table-dark {
  color: #fff;
  background-color: #212529;
}

.table-dark td,
.table-dark th,
.table-dark thead th {
  border-color: #32383e;
}

.table-dark.table-bordered {
  border: 0;
}

.table-dark.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(255, 255, 255, 0.05);
}

.table-dark.table-hover tbody tr:hover {
  background-color: rgba(255, 255, 255, 0.075);
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-sm>.table-bordered {
    border: 0;
  }
}

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-md>.table-bordered {
    border: 0;
  }
}

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-lg>.table-bordered {
    border: 0;
  }
}

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive-xl>.table-bordered {
    border: 0;
  }
}

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
}

.table-responsive>.table-bordered {
  border: 0;
}

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  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;
}

.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::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}

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;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm,
.input-group-lg>.form-control-plaintext.form-control,
.input-group-lg>.input-group-append>.form-control-plaintext.btn,
.input-group-lg>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-lg>.input-group-prepend>.form-control-plaintext.btn,
.input-group-lg>.input-group-prepend>.form-control-plaintext.input-group-text,
.input-group-sm>.form-control-plaintext.form-control,
.input-group-sm>.input-group-append>.form-control-plaintext.btn,
.input-group-sm>.input-group-append>.form-control-plaintext.input-group-text,
.input-group-sm>.input-group-prepend>.form-control-plaintext.btn,
.input-group-sm>.input-group-prepend>.form-control-plaintext.input-group-text {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm,
.input-group-sm>.form-control,
.input-group-sm>.input-group-append>.btn,
.input-group-sm>.input-group-append>.input-group-text,
.input-group-sm>.input-group-prepend>.btn,
.input-group-sm>.input-group-prepend>.input-group-text {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.input-group-sm>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-sm>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-sm>select.form-control:not([size]):not([multiple]),
select.form-control-sm:not([size]):not([multiple]) {
  height: calc(1.8125rem + 2px);
}

.form-control-lg,
.input-group-lg>.form-control,
.input-group-lg>.input-group-append>.btn,
.input-group-lg>.input-group-append>.input-group-text,
.input-group-lg>.input-group-prepend>.btn,
.input-group-lg>.input-group-prepend>.input-group-text {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.input-group-lg>.input-group-append>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-append>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.btn:not([size]):not([multiple]),
.input-group-lg>.input-group-prepend>select.input-group-text:not([size]):not([multiple]),
.input-group-lg>select.form-control:not([size]):not([multiple]),
select.form-control-lg:not([size]):not([multiple]) {
  height: calc(2.875rem + 2px);
}

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

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

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

.form-row>.col,
.form-row>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 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: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
  border-color: #28a745;
}

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

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

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

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

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

.custom-control-input.is-valid~.custom-control-label::before,
.was-validated .custom-control-input:valid~.custom-control-label::before {
  background-color: #71dd8a;
}

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

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

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

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

.custom-file-input.is-valid~.custom-file-label::before,
.was-validated .custom-file-input:valid~.custom-file-label::before {
  border-color: inherit;
}

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

.custom-file-input.is-valid:focus~.custom-file-label,
.was-validated .custom-file-input:valid:focus~.custom-file-label {
  box-shadow: 0 0 0 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.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.8);
  border-radius: 0.2rem;
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
  border-color: #dc3545;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-inline .form-check {
  width: 100%;
}

@media (min-width: 576px) {
  .form-inline label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 0;
  }

  .form-inline .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }

  .form-inline .form-control-plaintext {
    display: inline-block;
  }

  .form-inline .input-group {
    width: auto;
  }

  .form-inline .form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    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 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 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;
}

.btn:focus,
.btn:hover {
  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;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  background-image: none;
}

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #140083;
  border-color: #140083;
}

.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(0, 123, 255, 0.5);
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color: #140083;
  border-color: #140083;
}

.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(0, 123, 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(108, 117, 125, 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(108, 117, 125, 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(40, 167, 69, 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(40, 167, 69, 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(23, 162, 184, 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(23, 162, 184, 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(255, 193, 7, 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(255, 193, 7, 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(220, 53, 69, 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(220, 53, 69, 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(248, 249, 250, 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(248, 249, 250, 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(52, 58, 64, 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(52, 58, 64, 0.5);
}

.btn-outline-primary {
  color: #140083;
  background-color: transparent;
  background-image: none;
  border-color: #140083;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #140083;
  border-color: #140083;
}

.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: #140083;
  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: #140083;
  border-color: #140083;
}

.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;
  background-color: transparent;
  background-image: none;
  border-color: #6c757d;
}

.btn-outline-secondary:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 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;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}

.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success.focus,
.btn-outline-success:focus {
  box-shadow: 0 0 0 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;
  background-color: transparent;
  background-image: none;
  border-color: #17a2b8;
}

.btn-outline-info:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info.focus,
.btn-outline-info:focus {
  box-shadow: 0 0 0 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;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}

.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
  box-shadow: 0 0 0 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;
  background-color: transparent;
  background-image: none;
  border-color: #dc3545;
}

.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
  box-shadow: 0 0 0 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;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}

.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light.focus,
.btn-outline-light:focus {
  box-shadow: 0 0 0 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;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}

.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
  box-shadow: 0 0 0 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: #140083;
  background-color: transparent;
}

.btn-link:hover {
  color: #0056b3;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}

.btn-link.focus,
.btn-link:focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}

.btn-link.disabled,
.btn-link:disabled {
  color: #6c757d;
}

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

.btn-group-sm>.btn,
.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="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropdown,
.dropup {
  position: relative;
}

.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

.dropup .dropdown-menu {
  margin-top: 0;
  margin-bottom: 0.125rem;
}

.dropup .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}

.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-menu {
  margin-top: 0;
  margin-left: 0.125rem;
}

.dropright .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
}

.dropright .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropright .dropdown-toggle::after {
  vertical-align: 0;
}

.dropleft .dropdown-menu {
  margin-top: 0;
  margin-right: 0.125rem;
}

.dropleft .dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
}

.dropleft .dropdown-toggle::after {
  display: none;
}

.dropleft .dropdown-toggle::before {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
}

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0;
}

.dropleft .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}

.dropdown-item:focus,
.dropdown-item:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa;
}

.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #140083;
}

.dropdown-item.disabled,
.dropdown-item:disabled {
  color: #6c757d;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle;
}

.btn-group-vertical>.btn,
.btn-group>.btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
}

.btn-group-vertical>.btn:hover,
.btn-group>.btn:hover {
  z-index: 1;
}

.btn-group-vertical>.btn.active,
.btn-group-vertical>.btn:active,
.btn-group-vertical>.btn:focus,
.btn-group>.btn.active,
.btn-group>.btn:active,
.btn-group>.btn:focus {
  z-index: 1;
}

.btn-group .btn+.btn,
.btn-group .btn+.btn-group,
.btn-group .btn-group+.btn,
.btn-group .btn-group+.btn-group,
.btn-group-vertical .btn+.btn,
.btn-group-vertical .btn+.btn-group,
.btn-group-vertical .btn-group+.btn,
.btn-group-vertical .btn-group+.btn-group {
  margin-left: -1px;
}

.btn-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.btn-toolbar .input-group {
  width: auto;
}

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

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}

.dropdown-toggle-split::after {
  margin-left: 0;
}

.btn-group-sm>.btn+.dropdown-toggle-split,
.btn-sm+.dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group-lg>.btn+.dropdown-toggle-split,
.btn-lg+.dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.btn-group-vertical .btn,
.btn-group-vertical .btn-group {
  width: 100%;
}

.btn-group-vertical>.btn+.btn,
.btn-group-vertical>.btn+.btn-group,
.btn-group-vertical>.btn-group+.btn,
.btn-group-vertical>.btn-group+.btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical>.btn-group:not(:last-child)>.btn,
.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical>.btn-group:not(:first-child)>.btn,
.btn-group-vertical>.btn:not(:first-child) {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.btn-group-toggle>.btn,
.btn-group-toggle>.btn-group>.btn {
  margin-bottom: 0;
}

.btn-group-toggle>.btn input[type="checkbox"],
.btn-group-toggle>.btn input[type="radio"],
.btn-group-toggle>.btn-group>.btn input[type="checkbox"],
.btn-group-toggle>.btn-group>.btn input[type="radio"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.input-group>.custom-file,
.input-group>.custom-select,
.input-group>.form-control {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 1%;
  margin-bottom: 0;
}

.input-group>.custom-file:focus,
.input-group>.custom-select:focus,
.input-group>.form-control:focus {
  z-index: 3;
}

.input-group>.custom-file+.custom-file,
.input-group>.custom-file+.custom-select,
.input-group>.custom-file+.form-control,
.input-group>.custom-select+.custom-file,
.input-group>.custom-select+.custom-select,
.input-group>.custom-select+.form-control,
.input-group>.form-control+.custom-file,
.input-group>.form-control+.custom-select,
.input-group>.form-control+.form-control {
  margin-left: -1px;
}

.input-group>.custom-select:not(:last-child),
.input-group>.form-control:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-select:not(:first-child),
.input-group>.form-control:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group>.custom-file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.input-group>.custom-file:not(:last-child) .custom-file-label,
.input-group>.custom-file:not(:last-child) .custom-file-label::before {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.custom-file:not(:first-child) .custom-file-label,
.input-group>.custom-file:not(:first-child) .custom-file-label::before {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.input-group-append,
.input-group-prepend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.input-group-append .btn,
.input-group-prepend .btn {
  position: relative;
  z-index: 2;
}

.input-group-append .btn+.btn,
.input-group-append .btn+.input-group-text,
.input-group-append .input-group-text+.btn,
.input-group-append .input-group-text+.input-group-text,
.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
  margin-left: -1px;
}

.input-group-prepend {
  margin-right: -1px;
}

.input-group-append {
  margin-left: -1px;
}

.input-group-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.375rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
  margin-top: 0;
}

.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle),
.input-group>.input-group-append:last-child>.input-group-text:not(:last-child),
.input-group>.input-group-append:not(:last-child)>.btn,
.input-group>.input-group-append:not(:last-child)>.input-group-text,
.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group>.input-group-append>.btn,
.input-group>.input-group-append>.input-group-text,
.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5rem;
}

.custom-control-inline {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 1rem;
}

.custom-control-input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.custom-control-input:checked~.custom-control-label::before {
  color: #fff;
  background-color: #140083;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-control-input:active~.custom-control-label::before {
  color: #fff;
  background-color: #b3d7ff;
}

.custom-control-input:disabled~.custom-control-label {
  color: #6c757d;
}

.custom-control-input:disabled~.custom-control-label::before {
  background-color: #e9ecef;
}

.custom-control-label {
  margin-bottom: 0;
}

.custom-control-label::before {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  pointer-events: none;
  content: "";
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #dee2e6;
}

.custom-control-label::after {
  position: absolute;
  top: 0.25rem;
  left: 0;
  display: block;
  width: 1rem;
  height: 1rem;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #140083;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
  background-color: #140083;
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

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

.custom-radio .custom-control-input:checked~.custom-control-label::before {
  background-color: #140083;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");
}

.custom-radio .custom-control-input:disabled:checked~.custom-control-label::before {
  background-color: rgba(0, 123, 255, 0.5);
}

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.75rem center;
  background-size: 8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.custom-select:focus {
  border-color: #80bdff;
  outline: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(128, 189, 255, 0.5);
}

.custom-select:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
  height: auto;
  padding-right: 0.75rem;
  background-image: none;
}

.custom-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}

.custom-select::-ms-expand {
  opacity: 0;
}

.custom-select-sm {
  height: calc(1.8125rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 75%;
}

.custom-select-lg {
  height: calc(2.875rem + 2px);
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  font-size: 125%;
}

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin-bottom: 0;
}

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(2.25rem + 2px);
  margin: 0;
  opacity: 0;
}

.custom-file-input:focus~.custom-file-control {
  border-color: #80bdff;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.custom-file-input:focus~.custom-file-control::before {
  border-color: #80bdff;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "Browse";
}

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

.custom-file-label::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: block;
  height: calc(calc(2.25rem + 2px) - 1px * 2);
  padding: 0.375rem 0.75rem;
  line-height: 1.5;
  color: #495057;
  content: "Browse";
  background-color: #e9ecef;
  border-left: 1px solid #ced4da;
  border-radius: 0 0.25rem 0.25rem 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:focus,
.nav-link:hover {
  text-decoration: none;
}

.nav-link.disabled {
  color: #6c757d;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}

.nav-tabs .nav-item {
  margin-bottom: -1px;
}

.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.25rem;
}

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

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

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
}

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar>.container,
.navbar>.container-fluid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:focus,
.navbar-brand:hover {
  text-decoration: none;
}

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:focus,
.navbar-toggler:hover {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-sm .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-sm .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-sm>.container,
  .navbar-expand-sm>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-sm .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-sm .navbar-toggler {
    display: none;
  }

  .navbar-expand-sm .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 767.98px) {

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-md .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md>.container,
  .navbar-expand-md>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-md .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }

  .navbar-expand-md .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 991.98px) {

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-lg .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-lg .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-lg>.container,
  .navbar-expand-lg>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-lg .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-lg .navbar-toggler {
    display: none;
  }

  .navbar-expand-lg .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

@media (max-width: 1199.98px) {

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-xl .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }

  .navbar-expand-xl .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto;
  }

  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-xl>.container,
  .navbar-expand-xl>.container-fluid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .navbar-expand-xl .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-xl .navbar-toggler {
    display: none;
  }

  .navbar-expand-xl .dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
  }
}

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.navbar-expand .navbar-nav {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}

.navbar-expand .navbar-nav .dropdown-menu-right {
  right: 0;
  left: auto;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.navbar-expand .navbar-collapse {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-expand .dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
  color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
  color: rgba(255, 255, 255, 0.75);
}

.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
  color: #fff;
}

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}

.navbar-dark .navbar-text a {
  color: #fff;
}

.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
  color: #fff;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card>hr {
  margin-right: 0;
  margin-left: 0;
}

.card>.list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link+.card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header+.list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }

  .card-deck .card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group>.card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }

  .card-group>.card {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }

  .card-group>.card+.card {
    margin-left: 0;
    border-left: 0;
  }

  .card-group>.card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }

  .card-group>.card:first-child .card-header,
  .card-group>.card:first-child .card-img-top {
    border-top-right-radius: 0;
  }

  .card-group>.card:first-child .card-footer,
  .card-group>.card:first-child .card-img-bottom {
    border-bottom-right-radius: 0;
  }

  .card-group>.card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .card-group>.card:last-child .card-header,
  .card-group>.card:last-child .card-img-top {
    border-top-left-radius: 0;
  }

  .card-group>.card:last-child .card-footer,
  .card-group>.card:last-child .card-img-bottom {
    border-bottom-left-radius: 0;
  }

  .card-group>.card:only-child {
    border-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-header,
  .card-group>.card:only-child .card-img-top {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }

  .card-group>.card:only-child .card-footer,
  .card-group>.card:only-child .card-img-bottom {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }

  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group>.card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
  }

  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.breadcrumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #6c757d;
  content: "/";
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: underline;
}

.breadcrumb-item+.breadcrumb-item:hover::before {
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #6c757d;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0.25rem;
}

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #140083;
  background-color: #fff;
  border: 1px solid #dee2e6;
}

.page-link:hover {
  color: #0056b3;
  text-decoration: none;
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.page-link:focus {
  z-index: 2;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #140083;
  border-color: #140083;
}

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
}

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}

.badge:empty {
  display: none;
}

.btn .badge {
  position: relative;
  top: -1px;
}

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem;
}

.badge-primary {
  color: #fff;
  background-color: #140083;
}

.badge-primary[href]:focus,
.badge-primary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #0062cc;
}

.badge-secondary {
  color: #fff;
  background-color: #6c757d;
}

.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #545b62;
}

.badge-success {
  color: #fff;
  background-color: #28a745;
}

.badge-success[href]:focus,
.badge-success[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1e7e34;
}

.badge-info {
  color: #fff;
  background-color: #17a2b8;
}

.badge-info[href]:focus,
.badge-info[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #117a8b;
}

.badge-warning {
  color: #212529;
  background-color: #ffc107;
}

.badge-warning[href]:focus,
.badge-warning[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #d39e00;
}

.badge-danger {
  color: #fff;
  background-color: #dc3545;
}

.badge-danger[href]:focus,
.badge-danger[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #bd2130;
}

.badge-light {
  color: #212529;
  background-color: #f8f9fa;
}

.badge-light[href]:focus,
.badge-light[href]:hover {
  color: #212529;
  text-decoration: none;
  background-color: #dae0e5;
}

.badge-dark {
  color: #fff;
  background-color: #343a40;
}

.badge-dark[href]:focus,
.badge-dark[href]:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1d2124;
}

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0.3rem;
}

@media (min-width: 576px) {
  .jumbotron {
    padding: 4rem 2rem;
  }
}

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0;
}

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 4rem;
}

.alert-dismissible .close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0.75rem 1.25rem;
  color: inherit;
}

.alert-primary {
  color: #004085;
  background-color: #cce5ff;
  border-color: #b8daff;
}

.alert-primary hr {
  border-top-color: #9fcdff;
}

.alert-primary .alert-link {
  color: #002752;
}

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db;
}

.alert-secondary hr {
  border-top-color: #c8cbcf;
}

.alert-secondary .alert-link {
  color: #202326;
}

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

.alert-success hr {
  border-top-color: #b1dfbb;
}

.alert-success .alert-link {
  color: #0b2e13;
}

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
}

.alert-info hr {
  border-top-color: #abdde5;
}

.alert-info .alert-link {
  color: #062c33;
}

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.alert-warning hr {
  border-top-color: #ffe8a1;
}

.alert-warning .alert-link {
  color: #533f03;
}

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.alert-danger hr {
  border-top-color: #f1b0b7;
}

.alert-danger .alert-link {
  color: #491217;
}

.alert-light {
  color: #818182;
  background-color: #fefefe;
  border-color: #fdfdfe;
}

.alert-light hr {
  border-top-color: #ececf6;
}

.alert-light .alert-link {
  color: #686868;
}

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca;
}

.alert-dark hr {
  border-top-color: #b9bbbe;
}

.alert-dark .alert-link {
  color: #040505;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.progress-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  background-color: #140083;
  transition: width 0.6s ease;
}

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem;
}

.progress-bar-animated {
  -webkit-animation: progress-bar-stripes 1s linear infinite;
  animation: progress-bar-stripes 1s linear infinite;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.media-body {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
}

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit;
}

.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #495057;
  text-decoration: none;
  background-color: #f8f9fa;
}

.list-group-item-action:active {
  color: #212529;
  background-color: #e9ecef;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.list-group-item:focus,
.list-group-item:hover {
  z-index: 1;
  text-decoration: none;
}

.list-group-item.disabled,
.list-group-item:disabled {
  color: #6c757d;
  background-color: #fff;
}

.list-group-item.active {
  z-index: 2;
  color: #fff;
  background-color: #140083;
  border-color: #140083;
}

.list-group-flush .list-group-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}

.list-group-flush:first-child .list-group-item:first-child {
  border-top: 0;
}

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom: 0;
}

.list-group-item-primary {
  color: #004085;
  background-color: #b8daff;
}

.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
  color: #004085;
  background-color: #9fcdff;
}

.list-group-item-primary.list-group-item-action.active {
  color: #fff;
  background-color: #004085;
  border-color: #004085;
}

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db;
}

.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
  color: #383d41;
  background-color: #c8cbcf;
}

.list-group-item-secondary.list-group-item-action.active {
  color: #fff;
  background-color: #383d41;
  border-color: #383d41;
}

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb;
}

.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
  color: #155724;
  background-color: #b1dfbb;
}

.list-group-item-success.list-group-item-action.active {
  color: #fff;
  background-color: #155724;
  border-color: #155724;
}

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb;
}

.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
  color: #0c5460;
  background-color: #abdde5;
}

.list-group-item-info.list-group-item-action.active {
  color: #fff;
  background-color: #0c5460;
  border-color: #0c5460;
}

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba;
}

.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
  color: #856404;
  background-color: #ffe8a1;
}

.list-group-item-warning.list-group-item-action.active {
  color: #fff;
  background-color: #856404;
  border-color: #856404;
}

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb;
}

.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
  color: #721c24;
  background-color: #f1b0b7;
}

.list-group-item-danger.list-group-item-action.active {
  color: #fff;
  background-color: #721c24;
  border-color: #721c24;
}

.list-group-item-light {
  color: #818182;
  background-color: #fdfdfe;
}

.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
  color: #818182;
  background-color: #ececf6;
}

.list-group-item-light.list-group-item-action.active {
  color: #fff;
  background-color: #818182;
  border-color: #818182;
}

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca;
}

.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
  color: #1b1e21;
  background-color: #b9bbbe;
}

.list-group-item-dark.list-group-item-action.active {
  color: #fff;
  background-color: #1b1e21;
  border-color: #1b1e21;
}

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.5;
}

.close:focus,
.close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0;
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.show .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2));
}

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

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem;
}

.modal-header .close {
  padding: 1rem;
  margin: -1rem -1rem -1rem auto;
}

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

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

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef;
}

.modal-footer> :not(:first-child) {
  margin-left: 0.25rem;
}

.modal-footer> :not(:last-child) {
  margin-right: 0.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-sm {
    max-width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px;
  }
}

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0;
}

.tooltip.show {
  opacity: 0.9;
}

.tooltip .arrow {
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.4rem;
}

.tooltip .arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
  bottom: 0;
}

.bs-tooltip-auto[x-placement^="top"] .arrow::before,
.bs-tooltip-top .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #000;
}

.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="right"] .arrow::before,
.bs-tooltip-right .arrow::before {
  right: 0;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #000;
}

.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
  padding: 0.4rem 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
  top: 0;
}

.bs-tooltip-auto[x-placement^="bottom"] .arrow::before,
.bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #000;
}

.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
  padding: 0 0.4rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}

.bs-tooltip-auto[x-placement^="left"] .arrow::before,
.bs-tooltip-left .arrow::before {
  left: 0;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #000;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0.25rem;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
}

.popover .arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
  margin: 0 0.3rem;
}

.popover .arrow::after,
.popover .arrow::before {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
  margin-bottom: 0.5rem;
}

.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
  bottom: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::after,
.bs-popover-top .arrow::before {
  border-width: 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="top"] .arrow::before,
.bs-popover-top .arrow::before {
  bottom: 0;
  border-top-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="top"] .arrow::after,
.bs-popover-top .arrow::after {
  bottom: 1px;
  border-top-color: #fff;
}

.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
  margin-left: 0.5rem;
}

.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
  left: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::after,
.bs-popover-right .arrow::before {
  border-width: 0.5rem 0.5rem 0.5rem 0;
}

.bs-popover-auto[x-placement^="right"] .arrow::before,
.bs-popover-right .arrow::before {
  left: 0;
  border-right-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="right"] .arrow::after,
.bs-popover-right .arrow::after {
  left: 1px;
  border-right-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
  margin-top: 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
  top: calc((0.5rem + 1px) * -1);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::after,
.bs-popover-bottom .arrow::before {
  border-width: 0 0.5rem 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="bottom"] .arrow::before,
.bs-popover-bottom .arrow::before {
  top: 0;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="bottom"] .arrow::after,
.bs-popover-bottom .arrow::after {
  top: 1px;
  border-bottom-color: #fff;
}

.bs-popover-auto[x-placement^="bottom"] .popover-header::before,
.bs-popover-bottom .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f7f7f7;
}

.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
  margin-right: 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
  right: calc((0.5rem + 1px) * -1);
  width: 0.5rem;
  height: 1rem;
  margin: 0.3rem 0;
}

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::after,
.bs-popover-left .arrow::before {
  border-width: 0.5rem 0 0.5rem 0.5rem;
}

.bs-popover-auto[x-placement^="left"] .arrow::before,
.bs-popover-left .arrow::before {
  right: 0;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.bs-popover-auto[x-placement^="left"] .arrow::after,
.bs-popover-left .arrow::after {
  right: 1px;
  border-left-color: #fff;
}

.popover-header {
  padding: 0.5rem 0.75rem;
  margin-bottom: 0;
  font-size: 1rem;
  color: inherit;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}

.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 0.5rem 0.75rem;
  color: #212529;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}

.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
  display: block;
}

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0;
}

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .carousel-item-next.carousel-item-left,
  .carousel-item-prev.carousel-item-right {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.active.carousel-item-right,
.carousel-item-next {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .active.carousel-item-right,
  .carousel-item-next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}

.active.carousel-item-left,
.carousel-item-prev {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {

  .active.carousel-item-left,
  .carousel-item-prev {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}

.carousel-control-next,
.carousel-control-prev {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
}

.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev {
  left: 0;
}

.carousel-control-next {
  right: 0;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none;
}

.carousel-indicators li {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 30px;
  height: 3px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
}

.carousel-indicators li::before {
  position: absolute;
  top: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators li::after {
  position: absolute;
  bottom: -10px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 10px;
  content: "";
}

.carousel-indicators .active {
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
}

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

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #140083 !important;
}

a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
  background-color: #0062cc !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #140083 !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-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: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 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: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }

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

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

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

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

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

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

  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.857143%;
}

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

.embed-responsive-4by3::before {
  padding-top: 75%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }

  .float-sm-right {
    float: right !important;
  }

  .float-sm-none {
    float: none !important;
  }
}

@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }

  .float-md-right {
    float: right !important;
  }

  .float-md-none {
    float: none !important;
  }
}

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }

  .float-lg-right {
    float: right !important;
  }

  .float-lg-none {
    float: none !important;
  }
}

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }

  .float-xl-right {
    float: right !important;
  }

  .float-xl-none {
    float: none !important;
  }
}

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

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

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

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

.position-sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sticky-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
  -webkit-clip-path: none;
  clip-path: none;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.m-0 {
  margin: 0 !important;
}

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

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 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-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-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-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-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-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-justify {
  text-align: justify !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }

  .text-sm-right {
    text-align: right !important;
  }

  .text-sm-center {
    text-align: center !important;
  }
}

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }

  .text-md-right {
    text-align: right !important;
  }

  .text-md-center {
    text-align: center !important;
  }
}

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }

  .text-lg-right {
    text-align: right !important;
  }

  .text-lg-center {
    text-align: center !important;
  }
}

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }

  .text-xl-right {
    text-align: right !important;
  }

  .text-xl-center {
    text-align: center !important;
  }
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media print {

  *,
  ::after,
  ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  abbr[title]::after {
    content: " (" attr(title) ")";
  }

  pre {
    white-space: pre-wrap !important;
  }

  blockquote,
  pre {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  img,
  tr {
    page-break-inside: avoid;
  }

  h2,
  h3,
  p {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }

  .badge {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table td,
  .table th {
    background-color: #fff !important;
  }

  .table-bordered td,
  .table-bordered th {
    border: 1px solid #ddd !important;
  }
}

@font-face {
  font-family: RobotoCondensedBold;
  src: url("/local/templates/garantiruem/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.eot");
  src: url("/local/templates/garantiruem/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/RobotoCondensedBold/RobotoCondensedBold.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: GothamPro;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro/GothamPro.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro/GothamPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro/GothamPro.woff") format("woff"), url("/local/templates/garantiruem/css/../fonts/GothamPro/GothamPro.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-Black;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Black/GothamPro-Black.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Black/GothamPro-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Black/GothamPro-Black.woff") format("woff"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Black/GothamPro-Black.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-Bold;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Bold/GothamPro-Bold.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Bold/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Bold/GothamPro-Bold.woff") format("woff"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Bold/GothamPro-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-BoldItalic;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-BoldItalic/GothamPro-BoldItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-BoldItalic/GothamPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-BoldItalic/GothamPro-BoldItalic.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/GothamPro-BoldItalic/GothamPro-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-Italic;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Italic/GothamPro-Italic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Italic/GothamPro-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Italic/GothamPro-Italic.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/GothamPro-Italic/GothamPro-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-Light;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Light/GothamPro-Light.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Light/GothamPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Light/GothamPro-Light.woff") format("woff"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Light/GothamPro-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-LightItalic;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-LightItalic/GothamPro-LightItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-LightItalic/GothamPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-LightItalic/GothamPro-LightItalic.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/GothamPro-LightItalic/GothamPro-LightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-Medium;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Medium/GothamPro-Medium.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-Medium/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-Medium/GothamPro-Medium.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/GothamPro-Medium/GothamPro-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamPro-MediumItalic;
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-MediumItalic/GothamPro-MediumItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamPro-MediumItalic/GothamPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamPro-MediumItalic/GothamPro-MediumItalic.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/GothamPro-MediumItalic/GothamPro-MediumItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamProNarrow-Bold;
  src: url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Bold/GothamProNarrow-Bold.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Bold/GothamProNarrow-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Bold/GothamProNarrow-Bold.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Bold/GothamProNarrow-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: GothamProNarrow-Medium;
  src: url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Medium/GothamProNarrow-Medium.eot");
  src: url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Medium/GothamProNarrow-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Medium/GothamProNarrow-Medium.woff") format("woff"),
    url("/local/templates/garantiruem/css/../fonts/GothamProNarrow-Medium/GothamProNarrow-Medium.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Thin.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Thin.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Thin.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Thin.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 100;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ThinItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ThinItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ThinItalic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ThinItalic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 200;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLight.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLight.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLight.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLight.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 200;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLightItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLightItalic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraLightItalic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Light.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Light.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Light.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 300;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-LightItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-LightItalic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-LightItalic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat-Regular;
  font-weight: 400;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Regular.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Regular.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Regular.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 400;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Italic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Italic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Italic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat-Medium;
  font-weight: 500;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Medium.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Medium.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Medium.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 500;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-MediumItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-MediumItalic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-MediumItalic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat-SemiBold;
  font-weight: 600;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBold.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBold.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 600;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBoldItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBoldItalic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-SemiBoldItalic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat-bold;
  font-weight: 700;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Bold.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Bold.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Bold.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 700;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-BoldItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-BoldItalic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-BoldItalic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat-ExtraBold;
  font-weight: 800;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBold.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBold.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat;
  font-weight: 800;
  font-style: italic;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBoldItalic.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBoldItalic.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-ExtraBoldItalic.woff") format("woff");
font-display: swap;
}

@font-face {
  font-family: Montserrat-Black;
  font-weight: 900;
  font-style: normal;
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Black.eot");
  src: url("/local/templates/garantiruem/css/../fonts/Montserrat-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Black.woff2") format("woff2"), url("/local/templates/garantiruem/css/../fonts/Montserrat-Black.woff") format("woff");
font-display: swap;
}

* {
  color: #333;
  font: 16px Montserrat-Regular;
}

@media (max-width: 767px) {
  * {
    font: 14px Montserrat-Regular;
  }
}

a {
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.form-control:focus,
a:focus,
button:focus,
input:focus,
textarea:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Montserrat-bold;
}

.h1,
h1 {
  color: #333;
  font: 35px Montserrat-bold;
  position: relative;
  padding-left: 0;
  line-height: 1 !important;
  margin-top: 30px;
  margin-bottom: 55px;
}

@media (max-width: 1200px) {

  .h1,
  h1 {
    font: 30px Montserrat-bold;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {

  .h1,
  h1 {
    font: 25px Montserrat-bold;
    margin-bottom: 20px;
    padding-left: 0;
  }
}

@media (max-width: 375px) {

  .h1,
  h1 {
    font: 22px Montserrat-bold;
    margin-top: 20px;
  }
}

.h1:before,
h1:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #c61a1a;
  left: 0;
  bottom: 5px;
}

.h2,
h2 {
  color: #333;
  font: 30px Montserrat-bold;
  position: relative;
  padding-left: 0;
  line-height: 1 !important;
  margin-top: 38px;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {

  .h2,
  h2 {
    font: 28px Montserrat-bold;
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {

  .h2,
  h2 {
    font: 22px Montserrat-bold;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 0;
  }
}

@media (max-width: 375px) {

  .h2,
  h2 {
    font: 20px Montserrat-bold;
  }
}

.h2:before,
h2:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #c61a1a;
  left: 0;
  bottom: 5px;
}

.h3,
h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

@media (max-width: 767px) {

  .h3,
  h3 {
    font-size: 20px;
  }
}

@media (max-width: 575px) {

  .h3,
  h3 {
    font-size: 18px;
  }
}

.container {
  max-width: 1200px;
}

@media (min-width: 768px) {
  .menu_close {
    display: none;
  }
}

header {
  padding: 1px;
}

@media (max-width: 991px) {
  header {
    display: none;
  }
}

header>.container {
  margin-top: 15px;
  margin-bottom: 8px;
}

.logo_block {
  padding-top: 35px;
}

.main_menu {
  margin-bottom: 25px;
}

.main_menu ul.nav li.active a {
  color: #c61a1a;
}

.main_menu ul.nav li:first-child a {
  padding-left: 0;
}

.main_menu ul.nav li a {
  color: #140083;
  font: 14px Montserrat-bold;
  text-transform: uppercase;
  padding: 0 13px;
}

.main_menu ul.nav li a:focus,
.main_menu ul.nav li a:hover {
  color: #c61a1a;
  text-decoration: none;
}

.contacts_block {
  display: inline-block;
}

.contacts_block .c_title {
  color: #140083;
  font: 16px Montserrat-Regular;
  margin-bottom: 10px;
  text-align: left;
}

.contacts_block ul {
  padding-left: 0;
}

.contacts_block ul li {
  list-style: none;
  position: relative;
  margin-bottom: 10px;
  padding-left: 27px;
}

.contacts_block ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.contacts_block ul li.tel:before {
  background: url(/local/templates/garantiruem/css/../img/tel.png);
  width: 16px;
  height: 16px;
}

.contacts_block ul li.velcom:before {
  background: url(/local/templates/garantiruem/css/../img/a1.png);
  width: 15px;
  height: 16px;
}

.contacts_block ul li.mts:before {
  background: url(/local/templates/garantiruem/css/../img/mts.png);
  width: 16px;
  height: 16px;
}

.contacts_block ul li.viber:before {
  background: url(/local/templates/garantiruem/css/../img/viber.png);
  width: 16px;
  height: 16px;
}

.contacts_block ul li.telegram:before {
  background: url(/local/templates/garantiruem/css/../img/telegram-icon.png);
  width: 16px;
  height: 16px;
}

.contacts_block ul li.metro:before {
  background: url(/local/templates/garantiruem/css/../img/metro-icon.png);
  width: 16px;
  height: 16px;
}

.contacts_block ul li.callback:before {
  background: url(/local/templates/garantiruem/css/../img/callback.png);
  width: 16px;
  height: 16px;
}

.contacts_block ul li.mail:before {
  background: url(/local/templates/garantiruem/css/../img/mail_icon.png);
  width: 17px;
  height: 12px;
}

.contacts_block ul li * {
  color: #333;
  font: 16px Montserrat-bold;
}

.contacts_block ul li a:focus,
.contacts_block ul li a:hover {
  text-decoration: none;
}

header ul {
  padding-left: 0;
}

header ul li {
  list-style: none;
}

.h_right_widjet * {
  font: 14px Montserrat-Regular;
}

.h_right_widjet a {
  color: #140083;
  font: 14px Montserrat-Regular;
}

.h_right_widjet .time {
  margin-top: 10px;
  margin-bottom: 15px;
}

.h_right_widjet .cont-time {
  list-style: none;
}

.search_toggler {
  position: relative;
  padding-left: 40px;
}

.search_toggler:focus,
.search_toggler:hover {
  text-decoration: none;
}

.search_toggler:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/search.png);
  width: 19px;
  height: 19px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .search_toggler:before {
    content: "";
    position: absolute;
    background: url(/local/templates/garantiruem/img/fat_search_icon.png) no-repeat;
    background-size: cover;
    width: 22px;
    height: 22px;
    left: 0;
    top: 0;
    bottom: 1px;
    margin: auto;
  }
}

.dropdown_search_form {
  height: 45px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.dropdown_search_form input {
  height: 45px;
  border: 0;
}

.dropdown_search_form .search_btn {
  background: 0 0;
  border: 0;
  width: 45px;
  height: 45px;
  position: relative;
  cursor: pointer;
}

.dropdown_search_form .search_btn:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/search.png);
  width: 19px;
  height: 19px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.dropdown_search {
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.15);
}

.my_favorites_link {
  position: relative;
  padding-left: 30px;
}

.my_favorites_link:focus,
.my_favorites_link:hover {
  text-decoration: none;
}

.my_favorites_link:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/favorite.png);
  width: 20px;
  height: 18px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.my_favorites_link.active:before {
  background: url(/local/templates/garantiruem/css/../img/favorite_2_red.png);
  background-size: cover;
}

.time {
  padding-left: 40px;
  position: relative;
}

.time:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/time.png);
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.location {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  text-decoration: underline;
}

.location:focus,
.location:hover {
  text-decoration: none;
}

.location:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/location.png);
  width: 18px;
  height: 22px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main_nav {
  background: #051a53;
}

@media (max-width: 991px) {
  .main_nav {
    display: none;
  }
}

.main_nav ul {
  padding-left: 0;
  margin: 0;
}

.main_nav ul li {
  list-style: none;
  padding: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.main_nav ul li:first-child a.nav_link {
  border-left: 1px solid #1d3164;
}

.main_nav ul li:last-child {
  background: 0 0;
}

.main_nav ul li:hover a {
  text-decoration: none;
}

.main_nav ul li a.nav_link {
  background: #051a53;
  border-right: 1px solid #1d3164;
  display: inline-block;
  width: 100%;
  padding: 18px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font: 16px GothamPro-Bold;
}

.main_nav ul li a.nav_link.active {
  background: #1d3164;
}

.main_nav ul li a.nav_link:focus,
.main_nav ul li a.nav_link:hover {
  text-decoration: none;
  background: #1d3164;
}

.feedback {
  color: #fff;
  font: 16px GothamPro;
  font-weight: 700;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  max-width: 270px;
  text-align: center;
  padding: 13px;
  background: -webkit-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background: -moz-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background: -ms-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background-size: 200%;
  background-position: 0;
}

.feedback:hover {
  text-decoration: none;
  color: #fff;
  background-position: 100%;
}

@media (min-width: 1200px) {
  .pl-30 {
    padding-left: 30px !important;
  }
}

select {
  height: auto !important;
}

.form .form-control {
  border-radius: 0.375rem;
  padding: 0.8rem 0.75rem;
  border: 1px solid #d3d3d3;
  color: #333;
  font-size: 16px;
}

.form .form-control:focus {
  box-shadow: none;
  outline: 0;
  border-color: #d3d3d3;
}

.form textarea {
  height: 100px;
}

.form .form-control+label {
  position: absolute;
  top: 16px;
  left: 35px;
  pointer-events: none;
  color: #333;
  font: 16px GothamPro;
}

.form .form-control+label i {
  color: #ff5012;
  font-size: 16px;
}

.form input.hide_label+label,
.form textarea.hide_label+label {
  display: none;
}

.form input:focus+label,
.form textarea:focus+label {
  display: none;
}

@media (max-width: 1200px) {
  .form .btn_block {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .form .btn_block {
    margin-top: 0;
  }
}

.select2-container .select2-selection--single {
  height: 52px;
  border-radius: 0;
}

.select2-container .select2-selection--single:focus {
  outline: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 11px;
  padding-left: 17px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 52px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 55px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(/local/templates/garantiruem/css/../img/select_arrow.png);
  width: 15px;
  height: 8px;
  border: 0;
  margin-top: -3px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.btn_default {
  background: #c61a1a;
  color: #fff;
  font: 16px GothamPro-Bold;
  text-transform: uppercase;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  border: 0;
  width: 100%;
  max-width: 270px;
  text-align: center;
  padding: 17px 0;
  cursor: pointer;
  border-radius: 0.375rem;
}


.btn_default:hover {
  background: #ce3c3c;
}

.banner_parallax {
  position: relative;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.banner_parallax:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(5, 26, 83, 0.6) url(/local/templates/garantiruem/css/../img/pattern_bg.png) repeat;
  left: 0;
  top: 0;
}

.banner_parallax .lazy-background {
  background-size: auto;
}

.banner_parallax .lazy-background .visible {
  background-size: cover;
}

.banner_parallax .visible {
  background-size: cover;
}

.main_banner {
  padding-top: 1px;
  min-height: 870px;
}

.main_banner .container {
  position: relative;
}

.main_banner .form_request {
  margin-top: 50px;
}

@media (max-width: 767px) {
  .main_banner .form_request .field {
    margin-bottom: 15px;
  }
}

.main_banner>.container {
  margin-top: 142px;
}

@media (max-width: 1200px) {
  .main_banner>.container {
    margin-top: 80px;
  }
}

@media (max-width: 767px) {
  .main_banner>.container {
    margin-top: 70px;
  }
}

.main_banner_desc {
  position: relative;
}

.main_banner_desc .title {
  font: 50px Montserrat-ExtraBold;
}

@media (max-width: 1200px) {
  .main_banner_desc .title {
    font: 40px Montserrat-ExtraBold;
  }
}

@media (max-width: 767px) {
  .main_banner_desc .title {
    font: 30px Montserrat-ExtraBold;
  }
}

@media (max-width: 375px) {
  .main_banner_desc .title {
    font: 25px Montserrat-ExtraBold;
  }
}

.main_banner_desc .sub_title {
  margin-bottom: 20px;
}

.main_banner_desc p {
  color: #fff;
}

.garant_block {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (max-width: 1400px) {
  .garant_block {
    position: relative;
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  .garant_block {
    margin-top: 30px;
  }
}

.garant_block .garant .item {
  height: 125px;
  padding: 0;
}

@media (max-width: 1400px) {
  .garant_block .garant .item {
    margin-bottom: 1px;
  }
}

@media (min-width: 1400px) {
  .garant_block .garant .item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
}

.garant_block .garant .item .item_container {
  background: #082060;
  min-height: 200px;
  margin-right: 1px;
  padding-top: 30px;
  position: relative;
}

.garant_block .garant .item .item_container .b_letter {
  position: absolute;
  font: 165px RobotoCondensedBold;
  color: #051a50;
  line-height: 1;
  top: 0;
  left: 15px;
}

.garant_block .garant .item .item_container .item_desc {
  max-width: 215px;
  float: right;
  position: relative;
}

.garant_block .garant .item .item_container .item_desc * {
  color: #fff;
}

.garant_block .garant .item .item_container .item_desc .item_title {
  font: 16px Montserrat-bold;
  text-transform: uppercase;
}

img {
  max-width: 100%;
}

section {
  padding-top: 1px;
}

.bold,
b,
strong {
  font-family: Montserrat-bold;
}

.about {
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .about {
    padding-bottom: 30px;
  }
}

.about * {
  line-height: 1.5;
}

.about ul {
  padding-left: 0;
  margin-bottom: 40px;
}

.about ul li {
  padding-left: 20px;
  position: relative;
  list-style: none;
  margin-bottom: 15px;
}

.about ul li:before {
  content: "";
  position: absolute;
  background: #918cac;
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.about img {
  margin-top: 30px;
}

.read_block {
  display: inline-block;
  font: 16px GothamPro;
  color: #c61a1a;
  border: 2px solid #c61a1a;
  width: 100%;
  max-width: 350px;
  text-align: center;
  padding: 13px;
}

.read_more {
  display: inline-block;
  font: 16px GothamPro;
  color: #c61a1a;
  border: 1px solid #c61a1a;
  width: 100%;
  max-width: 270px;
  text-align: center;
  padding: 13px;
}

.read_more:focus,
.read_more:hover {
  text-decoration: none;
  color: #140083;
  border: 1px solid #140083;
}

.preimuschestva {
  padding: 85px 0 90px;
}

@media (max-width: 1200px) {
  .preimuschestva {
    padding: 45px 0 45px;
  }
}

@media (max-width: 575px) {
  .preimuschestva {
    padding: 30px 0 20px;
  }
}

.preimuschestva * {
  color: #fff;
}

@media (min-width: 1200px) {
  .preimuschestva .row>div {
    padding: 0;
  }
}

.preimuschestva .pr_item {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex-direction: column;
  -webkit-flex-direction: column;
  text-align: center;
}

@media (max-width: 1200px) {
  .preimuschestva .pr_item {
    margin-bottom: 30px;
  }
}

.preimuschestva .pr_item .count {
  font: 60px Montserrat-bold;
  margin-bottom: 18px;
}

@media (max-width: 991px) {
  .preimuschestva .pr_item .count {
    font: 50px Montserrat-bold;
    margin-bottom: 5px;
  }
}

.preimuschestva .pr_item .count_desc {
  font: 26px Montserrat-Regular;
}

@media (max-width: 991px) {
  .preimuschestva .pr_item .count_desc {
    font: 20px Montserrat-Regular;
  }
}

article {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

article:hover {
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.4);
}

article.type_product {
  padding-bottom: 5px;
}

@media (max-width: 1200px) {
  article.type_product {
    margin-bottom: 20px;
  }
}

article.type_product:hover .type_product_link_img:before {
  opacity: 1;
}

article.type_product .type_product_link {
  color: #333;
  font: 16px Montserrat-bold;
  line-height: 1.5;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 15px;
}

article.type_product .type_product_link:focus,
article.type_product .type_product_link:hover {
  text-decoration: none;
  color: #140083;
}

article.type_product .location {
  text-decoration: none;
  font-size: 14px;
  padding-left: 30px;
}

article.type_product .location:hover {
  text-decoration: none;
}

article.type_product .type_product_link_img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 290px;
  background-position: center;
  background-size: cover;
}

article.type_product .type_product_link_img:before {
  content: "";
  position: absolute;
  background: rgba(20, 0, 131, 0.5) url(/local/templates/garantiruem/css/../img/arrow_right.png) no-repeat center;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  opacity: 0;
}

article.type_product .type_product_link_img .room_count {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  background: -webkit-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  background: -ms-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  color: #fff;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  padding: 8px 15px;
}

article.type_product.object {
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 7px;
}

article.type_product.object .object_slider {
  height: 230px;
  position: relative;
}

article.type_product.object .object_slider:before {
  content: "";
  position: absolute;
  background: -webkit-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, 0.7) 100%);
  width: 100%;
  height: 50%;
  opacity: 0.7;
  top: 50%;
  left: 0;
  z-index: 2;
}

article.type_product.object .object_slider .slick-arrow {
  width: 19px;
  height: 28px;
  z-index: 99;
  opacity: 1;
}

article.type_product.object .object_slider .slick-arrow:before {
  content: "";
  position: absolute;
  width: 19px;
  height: 28px;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

article.type_product.object .object_slider .slick-prev {
  left: 10px;
}

article.type_product.object .object_slider .slick-prev:before {
  background: url(/local/templates/garantiruem/css/../img/arrow_2.png);
}

article.type_product.object .object_slider .slick-next {
  right: 10px;
}

article.type_product.object .object_slider .slick-next:before {
  background: url(/local/templates/garantiruem/css/../img/arrow_1.png);
}

article.type_product.object .js_favorite {
  width: 33px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
}

article.type_product.object .js_favorite.active:before {
  background: url(/local/templates/garantiruem/css/../img/favorite_2.png);
}

article.type_product.object .js_favorite:before {
  background: url(/local/templates/garantiruem/css/../img/favorite_1.png);
  width: 33px;
  height: 30px;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

article.type_product.object .location {
  font-size: 12px;
}

article.type_product.object .area {
  text-align: right;
  font: 12px Montserrat-bold;
}

@media (max-width: 575px) {
  article.type_product.object .area {
    text-align: left;
    margin-top: 10px;
  }
}

article.type_product.object .price_block {
  position: absolute;
  right: 10px;
  bottom: 0;
  z-index: 9;
}

article.type_product.object .price_block .price_byn {
  color: #fff;
  font: 18px Montserrat-Regular;
  margin-bottom: 6px;
  text-align: right;
}

article.type_product.object .price_block .price_byn span {
  color: #fff;
  font: 14px Montserrat-Regular;
  text-transform: uppercase;
}

article.type_product.object .price_block .price_dollar {
  color: #fff;
  font: 18px Montserrat-bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  margin-bottom: 6px;
}

article.type_product.object .price_block .price_dollar span {
  color: #fff;
  font: 18px Montserrat-bold;
}

article.type_product.object .price_block .price_dollar i {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #301e92;
  font: 8px Montserrat-bold;
}

article.type_product.object .room_count {
  position: absolute;
  bottom: 0;
  left: 0;
  background: -moz-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  background: -webkit-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  background: -ms-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  color: #fff;
  font: 11px Montserrat-Regular;
  text-transform: uppercase;
  padding: 8px 15px;
  z-index: 9;
}

@media (max-width: 575px) {
  article.type_product.object .room_count {
    font: 8px Montserrat-Regular;
  }
}

article.type_product.object .type_product_img {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 230px;
  background-position: center;
  background-size: cover;
}

article.type_product.object .type_product_img:before {
  display: none;
}

article.type_our_team {
  height: 440px;
  text-align: center;
  padding-bottom: 5px;
  margin-top: 30px;
}

@media (max-width: 1200px) {
  article.type_our_team {
    height: 470px;
  }
}

@media (max-width: 790px) {
  article.type_our_team {
    height: 485px;
  }
}

@media screen and (max-width: 435px) {
  article.type_our_team {
    height: auto;
  }
}

article.type_our_team .item_img {
  display: inline-block;
  width: 100%;
  height: 318px;
  background-size: cover;
  background-position: center;
}

article.type_our_team .name {
  font: 18px Montserrat-bold;
  margin-top: 15px;
  margin-bottom: 6px;
  padding-bottom: 5px;
}

article.type_our_team .name+p {
  font: 14px Montserrat-Regular;
}

.catalog_section {
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  .catalog_section {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .catalog_section {
    padding-bottom: 30px;
  }
}

.catalog_section .read_more {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .catalog_section .read_more {
    margin-top: 30px;
  }
}

.evaluation {
  padding-bottom: 60px;
  padding-top: 50px;
}

.evaluation .h1 {
  color: #fff;
}

.evaluation .form_request .field {
  margin-bottom: 30px;
}

.checkbox_span {
  margin-top: 10px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.checkbox_span input[type="radio"] {
  opacity: 0;
  width: 0;
}

.checkbox_span input[type="radio"]:checked+label {
  display: block !important;
  opacity: 1 !important;
}

.checkbox_span input[type="radio"]:checked+label:after {
  opacity: 1;
}

.checkbox_span input[type="radio"]+label {
  color: #fff;
  font: 16px GothamPro;
  padding-left: 40px;
  position: relative;
  opacity: 1 !important;
  display: block !important;
  cursor: pointer;
}

.checkbox_span input[type="radio"]+label:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.checkbox_span input[type="radio"]+label:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/checkbox.png);
  width: 20px;
  height: 15px;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.our_team {
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  .our_team {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .our_team {
    padding-bottom: 30px;
  }
}

.our_team .read_more {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .our_team .read_more {
    margin-top: 30px;
  }
}

.our_team.team_list {
  display: none;
}

.our_team.team_list .row .col-12.col-sm-12.col-md-6.col-xl-6 {
  flex: 0 0 25%;
  max-width: 25%;
}

@media (max-width: 1200px) {
  .our_team.team_list .row .col-12.col-sm-12.col-md-6.col-xl-6 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 2% 0 2% !important;
  }
}

@media (max-width: 790px) {
  .our_team.team_list .row .col-12.col-sm-12.col-md-6.col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (max-width: 400px) {
  .our_team.team_list .row .col-12.col-sm-12.col-md-6.col-xl-6 {
    flex: 0 0 100%;
    max-width: 260px;
    margin: 0 auto;
  }
}

.our_team.team_list .row .col-12.col-sm-12.col-md-6.col-xl-6 .row.team_page {
  flex-direction: column;
  margin-left: 0;
  margin-right: 0;
}

.our_team.team_list .row .col-12.col-sm-12.col-md-6.col-xl-6 .row.team_page .col-12.col-sm-12.col-md-6.col-xl-6 {
  flex: 0 0 100%;
  max-width: 95%;
  text-align: center;
}

.our_team.team_list .row .col-12.col-sm-12.col-md-6.col-xl-6 .row.team_page .col-12.col-sm-12.col-md-6.col-xl-6 .name {
  border-bottom: 1px solid #ddd;
}

.our_team.team_list .item_img {
  margin-top: 10px;
}

.reviews_section {
  padding-bottom: 80px;
  background: #f2f2f2;
}

@media (max-width: 1200px) {
  .reviews_section {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  .reviews_section {
    padding-bottom: 30px;
  }
}

.reviews_section .read_more {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  .reviews_section .read_more {
    margin-top: 30px;
  }
}

.reviews_section .reviews_list {
  padding-top: 68px;
}

@media (max-width: 1200px) {
  .reviews_section .reviews_list>div {
    margin-bottom: 90px;
  }

  .reviews_section .reviews_list>div:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .reviews_section .reviews_list>div {
    margin-bottom: 60px;
  }
}

article.type_review {
  background: #fff;
  height: 100%;
  position: relative;
  padding: 15px 25px 18px;
  text-align: center;
}

article.type_review.video-review:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/video_icon.png);
  width: 55px;
  height: 55px;
  right: 20px;
  top: 20px;
}

@media (max-width: 575px) {
  article.type_review.video-review:before {
    right: 10px;
    top: 10px;
    width: 30px;
    height: 30px;
    background-size: cover;
  }
}

article.type_review.text-review:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/quotes.png);
  width: 42px;
  height: 34px;
  right: 30px;
  top: 20px;
}

@media (max-width: 575px) {
  article.type_review.text-review:before {
    right: 10px;
    top: 10px;
    width: 32px;
    height: 25px;
    background-size: cover;
  }
}

article.type_review.text-review .review_text {
  padding-top: 15px;
}

@media (max-width: 375px) {
  article.type_review.text-review .review_text {
    padding-top: 5px;
  }
}

article.type_review .review_text {
  margin-top: 10px;
  text-align: left;
  font: 14px Montserrat-Regular;
  line-height: 1.6;
}

@media (max-width: 375px) {
  article.type_review .review_text {
    margin-top: 5px;
    font: 12px Montserrat-Regular;
  }
}

article.type_review .author_name_block {
  display: inline-block;
  text-align: left;
}

article.type_review .author_name_block span {
  font: 14px Montserrat-Regular;
}

@media (max-width: 575px) {
  article.type_review .author_name_block span {
    font: 12px Montserrat-Regular;
  }
}

article.type_review .author_name_block .name {
  font: 18px Montserrat-bold;
  margin-top: 10px;
}

@media (max-width: 575px) {
  article.type_review .author_name_block .name {
    font: 16px Montserrat-bold;
    margin-top: 5px;
  }
}

article.type_review .author_img {
  display: inline-block;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  border: 1px solid #9890c9;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: -78px;
  left: 15px;
}

@media (max-width: 575px) {
  article.type_review .author_img {
    top: -40px;
    width: 90px;
    height: 90px;
  }
}

@media (max-width: 375px) {
  article.type_review .author_img {
    width: 60px;
    height: 60px;
    left: 5px;
  }
}

article.type_review .author_img:before {
  content: "";
  position: absolute;
  border: 7px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media (max-width: 375px) {
  article.type_review .author_img:before {
    border: 3px solid #fff;
  }
}

@media (max-width: 575px) {
  iframe {
    height: 250px;
  }
}

section.news {
  padding-bottom: 80px;
}

@media (max-width: 1200px) {
  section.news {
    padding-bottom: 50px;
  }
}

@media (max-width: 575px) {
  section.news {
    padding-bottom: 30px;
  }
}

section.news .read_more {
  margin-top: 50px;
}

@media (max-width: 1200px) {
  section.news .read_more {
    margin-top: 30px;
  }
}

article.type_news {
  padding-bottom: 25px;
}

@media (max-width: 1200px) {
  article.type_news {
    margin-bottom: 20px;
  }
}

article.type_news .type_news_link_img {
  width: 100%;
  height: 200px;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
}

article.type_news .type_news_link_img .visible {
  background-size: cover;
  background-position: center top;
}

article.type_news .date {
  color: #666;
  font: 20px Montserrat-Regular;
  margin-top: 23px;
}

@media (max-width: 575px) {
  article.type_news .date {
    margin-top: 10px;
  }
}

article.type_news .news_title {
  font: 18px Montserrat-bold;
  color: #333;
  line-height: 1.4;
  margin-top: 10px;
  display: inline-block;
}

@media (max-width: 1200px) {
  article.type_news .news_title {
    margin-top: 5px;
    font: 16px Montserrat-bold;
  }
}

article.type_news .news_title:focus,
article.type_news .news_title:hover {
  text-decoration: none;
  color: #140083;
}

article.type_news .desc {
  font: 14px Montserrat-Regular;
  margin-top: 10px;
}

article.type_news .col-12 {
  padding: 0 20px;
}

@media (max-width: 575px) {
  article.type_news .col-12 {
    padding: 0 15px;
  }
}

article.type_news .more {
  font-size: 14px;
  color: #140083;
  text-decoration: underline;
}

article.type_news .more:focus,
article.type_news .more:hover {
  text-decoration: none;
}

@media (min-width: 1200px) {
  nav .feedback {
    margin-left: 20px;
  }
}

footer {
  background: #051a53;
  padding-top: 1px;
  padding-bottom: 5px;
}

@media (max-width: 767px) {
  footer {
    padding-top: 1px;
    padding-bottom: 5px;
  }
}

footer>.container {
  margin-top: 25px;
}

@media (max-width: 1200px) {
  footer .h_right_widjet {
    margin-top: 20px;
  }
}

@media (min-width: 1200px) {
  footer .feedback {
    margin-left: 20px;
  }
}

@media (max-width: 1200px) {
  footer .feedback {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  footer .feedback {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  footer .contacts_block {
    margin-top: 20px;
  }
}

footer .contacts_block .c_title {
  color: #b8b2da;
}

footer .contacts_block ul * {
  color: #ddd;
}

footer .search_toggler:before {
  background: url(/local/templates/garantiruem/css/../img/search_f.png);
}

footer .time:before {
  background: url(/local/templates/garantiruem/css/../img/time_f.png);
}

footer .location:before {
  background: url(/local/templates/garantiruem/css/../img/location_f.png);
}

footer .h_right_widjet a {
  color: #b8b2da;
}

footer .h_right_widjet .time {
  color: #ddd;
}

footer li {
  list-style: none;
}

footer .nav {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex-direction: column;
  -webkit-flex-direction: column;
  padding-left: 0;
}

footer .nav li {
  margin-bottom: 8px;
}

footer .nav li.active a,
footer .nav li:hover a {
  color: #fff;
  text-decoration: none;
}

footer .nav li a {
  color: #b8b2da;
  font: 14px Montserrat-bold;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  footer .main_nav ul li a.nav_link {
    border: 0 !important;
    padding: 5px 0;
  }
}

@media (max-width: 767px) {
  footer .main_nav ul li a.nav_link {
    text-align: left;
  }

  footer .main_nav ul li {
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
}

.copyright {
  background: #082060;
  padding: 30px 0;
}

.copyright p {
  margin-bottom: 0;
  color: #ddd;
}

.copyright a {
  color: #b8b2da;
  text-decoration: underline;
}

.copyright a:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .copyright .seologic {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .copyright .seologic {
    text-align: right;
  }
}

.scrolltop {
  position: fixed;
  z-index: 9999;
  right: 50px;
  bottom: 50px;
  display: none;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA4MCA4MCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgODAgODA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3Nzc3Nzc7fQ0KPC9zdHlsZT4NCjxnPg0KCTxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0zNTkuMDAwMDAwLCAtNjg0LjAwMDAwMCkiPg0KCQk8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzNTkuMDAwMDAwLCA2ODQuMDAwMDAwKSI+DQoJCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNTksNDljLTAuNywwLjctMS4zLDEtMi4zLDFjLTEsMC0xLjctMC4zLTIuMy0xTDQwLDM0LjdMMjUuNyw0OWMtMS4zLDEuMy0zLjMsMS4zLTQuNywwDQoJCQkJYy0xLjMtMS4zLTEuMy0zLjMsMC00LjdsMTYuNy0xNi43YzEuMy0xLjMsMy4zLTEuMyw0LjcsMEw1OSw0NC4zQzYwLjMsNDUuNyw2MC4zLDQ3LjcsNTksNDkgTTQwLDBDMTgsMCwwLDE4LDAsNDBzMTgsNDAsNDAsNDANCgkJCQlzNDAtMTgsNDAtNDBTNjIsMCw0MCwwIi8+DQoJCTwvZz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4NCg==") center;
}

@media (max-width: 767px) {
  .scrolltop {
    width: 40px;
    height: 40px;
    right: 20px;
    bottom: 20px;
  }
}

.mobile_navbar {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 9992;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 15px;
  height: 75px;
}

@media (min-width: 992px) {
  .mobile_navbar {
    display: none;
  }
}

@media (max-width: 575px) {
  .mobile_navbar {
    height: 60px;
  }
}

.mobile_navbar .logo_block {
  padding-top: 0;
  width: 80%;
}

@media (max-width: 575px) {
  .mobile_navbar .logo_block {
    width: 60%;
  }
}

.mobile_navbar .logo_block img {
  max-width: 120px;
}

@media (max-width: 575px) {
  .mobile_navbar .logo_block img {
    max-width: 100px;
  }
}

.mobile_navbar .mobile_contacts_block {
  position: relative;
  width: 10%;
}

@media (max-width: 575px) {
  .mobile_navbar .mobile_contacts_block {
    width: 20%;
  }
}

.mobile_navbar .mobile_contacts_block .btn_tel {
  width: 28px;
  height: 28px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA1NS41IDU1LjQiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDU1LjUgNTUuNDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4NCgkuc3Qwe2ZpbGw6IzE0MDA4Mzt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTUwLjIsNTIuOWMtMS4xLDEuNy0zLDIuNy01LjEsMi42Yy0yLTAuMS00LjctMC40LTYuNS0wLjljLTguMS0yLjEtMTYuNC03LjEtMjMuNS0xNC4yQzgsMzMuMywzLDI0LjksMC45LDE2LjkNCgljLTAuNS0xLjgtMC43LTQuNC0wLjktNi40Yy0wLjEtMiwwLjgtMy45LDIuNS01bDcuMi00LjhDMTEuNi0wLjYsMTQuMSwwLDE1LjEsMmw1LjgsMTEuM2MwLjgsMS42LDAuNCwzLjYtMSw0LjdsLTUuMyw0LjENCgljMi4xLDMuOSw0LjEsNy4xLDcuOSwxMC45YzMuNiwzLjYsNi43LDUuNywxMC43LDcuOGw0LjEtNS4zYzEuMS0xLjQsMy4xLTEuOSw0LjctMWwxMS4zLDUuOGMyLDEsMi42LDMuNSwxLjQsNS40TDUwLjIsNTIuOXoiLz4NCjwvc3ZnPg0K");
  border: 0;
  cursor: pointer;
}

.mobile_navbar .mobile_contacts_block .btn_office {
  width: 28px;
  height: 28px;
  margin-left: 1px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjE0IC0xMy40IDU1LjUgNTUuNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAxNCAtMTMuNCA1NS41IDU1LjQ7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtkaXNwbGF5Om5vbmU7ZmlsbDojMTQwMDgzO30NCgkuc3Qxe2ZpbGw6IzE0MDA4Mzt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTY0LjIsMzkuNWMtMS4xLDEuNy0zLDIuNy01LjEsMi42Yy0yLTAuMS00LjctMC40LTYuNS0wLjljLTguMS0yLjEtMTYuNC03LjEtMjMuNS0xNC4yUzE3LDExLjUsMTQuOSwzLjUNCgljLTAuNS0xLjgtMC43LTQuNC0wLjktNi40Yy0wLjEtMiwwLjgtMy45LDIuNS01bDcuMi00LjhjMS45LTEuMyw0LjQtMC43LDUuNCwxLjNsNS44LDExLjNjMC44LDEuNiwwLjQsMy42LTEsNC43bC01LjMsNC4xDQoJYzIuMSwzLjksNC4xLDcuMSw3LjksMTAuOWMzLjYsMy42LDYuNyw1LjcsMTAuNyw3LjhsNC4xLTUuM2MxLjEtMS40LDMuMS0xLjksNC43LTFsMTEuMyw1LjhjMiwxLDIuNiwzLjUsMS40LDUuNEw2NC4yLDM5LjV6Ii8+DQo8ZyBpZD0iU1ZHUmVwb19pY29uQ2FycmllciI+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTQxLjctMTMuNWMtMTAuMSwwLTE4LjMsOC4yLTE4LjMsMTguM1M0MS43LDQyLDQxLjcsNDJTNjAsMTUsNjAsNC44QzYwLTUuMyw1MS44LTEzLjUsNDEuNy0xMy41eg0KCQkJCSBNNDEuNywxNi40Yy02LjQsMC0xMS41LTUuMi0xMS41LTExLjVjMC02LjQsNS4yLTExLjUsMTEuNS0xMS41YzYuNCwwLDExLjUsNS4yLDExLjUsMTEuNVM0OCwxNi40LDQxLjcsMTYuNHoiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
  border: 0;
  cursor: pointer;
}

.mobile_navbar .mobile_contacts_block .mobile_contacts {
  position: absolute;
  background: #fff;
  z-index: 9991;
  min-width: 300px;
  padding: 15px;
  right: 0;
  top: 100%;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.mobile_navbar .mobile_contacts_block .mobile_contacts .contacts_block {
  display: inline-block;
}

.mobile_navbar .mobile_btn_menu {
  width: 10%;
  text-align: right;
}

@media (max-width: 575px) {
  .mobile_navbar .mobile_btn_menu {
    width: 20%;
  }
}

.mobile_navbar .mobile_btn_menu .btn_menu.active .hamburger span {
  background: #fff;
}

.mobile_navbar .mobile_btn_menu .btn_menu.active .hamburger span:before {
  top: 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
}

.mobile_navbar .mobile_btn_menu .btn_menu.active .hamburger span:after {
  bottom: 0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
}

.mobile_navbar .mobile_btn_menu .btn_menu .hamburger {
  width: 30px;
  height: 24px;
  background: #fff;
  border: 0;
  position: relative;
  cursor: pointer;
}

.mobile_navbar .mobile_btn_menu .btn_menu .hamburger span {
  position: absolute;
  width: 100%;
  height: 4px;
  background: #140083;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.mobile_navbar .mobile_btn_menu .btn_menu .hamburger span:after,
.mobile_navbar .mobile_btn_menu .btn_menu .hamburger span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  left: 0;
  background: #140083;
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.mobile_navbar .mobile_btn_menu .btn_menu .hamburger span:before {
  top: -10px;
}

.mobile_navbar .mobile_btn_menu .btn_menu .hamburger span:after {
  top: auto;
  bottom: -10px;
}

.mobile_menu {
  position: fixed;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
  right: 0;
  top: 75px;
  background: #140083;
  padding-top: 10px;
  overflow: auto;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transform: translateX(100%);
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
}

@media (min-width: 992px) {
  .mobile_menu {
    display: none;
  }
}

.mobile_menu.open {
  transform: translateX(0);
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  opacity: 1;
}

@media (max-width: 575px) {
  .mobile_menu {
    top: 60px;
  }
}

.mobile_menu .main_nav {
  display: block;
  background: 0 0;
}

.mobile_menu .main_nav ul li {
  margin-bottom: 10px;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

.mobile_menu .main_nav ul li a.nav_link {
  background: 0 0;
  border: 0;
  padding: 0;
  width: auto;
}

.mobile_menu .main_menu .nav {
  display: flex;
  display: -webkit-flex;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-left: 15px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  flex-direction: column;
  -webkit-flex-direction: column;
}

.mobile_menu .main_menu .nav li {
  margin-bottom: 10px;
}

.mobile_menu .main_menu .nav li a {
  color: #fff;
  padding-left: 0;
}

@media (max-width: 991px) {

  .main_nav+div,
  .main_nav+section {
    margin-top: 75px;
  }
  .main_nav+.section_content {
    margin-top: 75px!important;
  }
}

@media (max-width: 575px) {

  .main_nav+div,
  .main_nav+section {
    margin-top: 60px;
  }
  .main_nav+.section_content {
    margin-top: 60px!important;
  }
}

@media (max-width: 991px) {
  .section_content {
    margin-top: 75px;
  }
}

@media (max-width: 575px) {
  .section_content {
    margin-top: 60px;
  }
}

.m_menu_active {
  overflow: hidden;
}

.breadcrumb {
  padding: 1rem 0 0 0;
  margin: 0;
  background: 0 0;
}

.breadcrumb .breadcrumb-item {
  font-size: 12px;
}

.breadcrumb .breadcrumb-item:first-child a {
  padding-left: 0;
}

.breadcrumb .breadcrumb-item a {
  color: #140083;
  font-size: 12px;
  font-family: Montserrat-Regular;
  padding-top: 0;
  text-decoration: underline;
}

.breadcrumb .breadcrumb-item a:focus,
.breadcrumb .breadcrumb-item a:hover {
  text-decoration: none;
}

.breadcrumb .breadcrumb-item+.breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  color: #140083;
  content: ">";
  font-size: 12px;
}

.section_content {
  padding-top: 35px;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .section_content {
    padding-bottom: 40px;
  }
}

.gallery_block .slick-arrow {
  width: 22px;
  height: 33px;
  opacity: 1;
  z-index: 9;
}

.gallery_block .slick-arrow:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/arrow.png);
  width: 22px;
  height: 33px;
  opacity: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.gallery_block .slick-prev {
  left: 25px;
}

@media (max-width: 575px) {
  .gallery_block .slick-prev {
    left: 5px;
  }
}

.gallery_block .slick-next {
  right: 25px;
}

@media (max-width: 575px) {
  .gallery_block .slick-next {
    right: 5px;
  }
}

.gallery_block .slick-next:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.gallery_block .big_img {
  width: 100%;
  height: 385px;
  border: 1px solid #ddd;
  overflow: hidden;
}

@media (max-width: 767px) {
  .gallery_block .big_img {
    height: 300px;
  }
}

@media (max-width: 575px) {
  .gallery_block .big_img {
    height: 250px;
  }
}

.gallery_block .big_img>div {
  height: 100%;
}

.gallery_block .big_img>div>div {
  height: 100%;
}

.gallery_block .big_img .item {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

.gallery_block .gallery_row {
  margin: 30px -15px 0 0;
}

@media (max-width: 767px) {
  .gallery_block .gallery_row {
    margin: 10px -10px 0 0;
  }
}

.gallery_block .gallery_nav .slick-current span {
  border: 2px solid #1d3164;
}

.gallery_block .gallery_nav span {
  display: inline-block;
  width: 170px;
  height: 170px;
  background-position: center center;
  background-repeat: no-repeat;
  cursor: pointer;
}

.gallery_block .gallery_nav span .lazy-background {
  background-size: auto;
}

.gallery_block .gallery_nav span .lazy-background .visible {
  background-size: cover;
}

@media (max-width: 767px) {
  .gallery_block .gallery_nav span {
    width: 90px;
    height: 90px;
  }
}

.product_card_block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
}

.product_card_block .room_count {
  font: 14px Montserrat-Regular;
  text-transform: uppercase;
  background: -moz-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background: -webkit-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background: -ms-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background-size: 200%;
  background-position: 0;
  color: #fff;
  padding: 11px 20px;
}

.product_card_block .location {
  text-decoration: none;
  padding-left: 30px;
  margin-top: 16px;
}

.product_card_block .location:focus,
.product_card_block .location:hover {
  text-decoration: none;
}

.product_card_block .location:focus span,
.product_card_block .location:hover span {
  text-decoration: none;
}

.product_card_block .location span {
  text-decoration: none;
  font: 12px Montserrat-Regular;
  display: block;
}

.product_card_block .location a {
  color: #301e92;
  font: 14px Montserrat-bold;
  text-decoration: underline;
}

.product_card_block .location a:focus,
.product_card_block .location a:hover {
  text-decoration: none;
}

.product_card_block .characteristics {
  padding-left: 0;
  margin-top: 35px;
}

@media (max-width: 575px) {
  .product_card_block .characteristics {
    margin-top: 15px;
  }
}

.product_card_block .characteristics li {
  list-style: none;
  padding-left: 43px;
  margin-bottom: 24px;
  position: relative;
}

@media (max-width: 575px) {
  .product_card_block .characteristics li {
    margin-bottom: 10px;
  }
}

.product_card_block .characteristics li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 30px;
}

.product_card_block .characteristics li.total_area:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iX3gzMV8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzguNSAzOC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOC41IDM4LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM0MjI5OTg7fQ0KPC9zdHlsZT4NCjxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMC45LDAgMjEuOSwwIDIxLjksMS44IDEzLjEsMS44IDEzLjEsNS4zIDExLjEsNS4zIDExLjEsMS44IDEuOCwxLjggMS44LDE1LjUgMTEuMSwxNS41IDExLjEsMTAuNiANCgkxMy4xLDEwLjYgMTMuMSwxNS41IDEzLjEsMTUuNSAxMy4xLDE3LjUgMTMuMSwxNy41IDEzLjEsMjIuNyAxMS4xLDIyLjcgMTEuMSwxNy41IDEuOCwxNy41IDEuOCwzNi43IDExLjEsMzYuNyAxMS4xLDI3LjkgDQoJMTMuMSwyNy45IDEzLjEsMzYuNyAzNi43LDM2LjcgMzYuNywxNC41IDE4LjYsMTQuNSAxOC42LDEyLjUgMzYuNywxMi41IDM2LjcsMS44IDMwLjIsMS44IDMwLjIsMCAzOC41LDAgMzguNSwzOC41IDAsMzguNSAwLDAgIi8+DQo8L3N2Zz4NCg==");
}

.product_card_block .characteristics li.living_space:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iX3gzMV8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzguNSAzOC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOC41IDM4LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM0MjI5OTg7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMC45LDAgMjEuOSwwIDIxLjksMS44IDEzLjEsMS44IDEzLjEsNS4zIDExLjEsNS4zIDExLjEsMS44IDEuOCwxLjggMS44LDE1LjUgMTEuMSwxNS41IDExLjEsMTAuNiANCgkJMTMuMSwxMC42IDEzLjEsMTUuNSAxMy4xLDE1LjUgMTMuMSwxNy41IDEzLjEsMTcuNSAxMy4xLDIyLjcgMTEuMSwyMi43IDExLjEsMTcuNSAxLjgsMTcuNSAxLjgsMzYuNyAxMS4xLDM2LjcgMTEuMSwyNy45IA0KCQkxMy4xLDI3LjkgMTMuMSwzNi43IDM2LjcsMzYuNyAzNi43LDE0LjUgMTguNiwxNC41IDE4LjYsMTIuNSAzNi43LDEyLjUgMzYuNywxLjggMzAuMiwxLjggMzAuMiwwIDM4LjUsMCAzOC41LDM4LjUgMCwzOC41IDAsMCAJDQoJCSIvPg0KCTxyZWN0IHg9IjMuNyIgeT0iMTkuNiIgY2xhc3M9InN0MCIgd2lkdGg9IjUuOCIgaGVpZ2h0PSIxNC45Ii8+DQoJPHJlY3QgeD0iMTUuNCIgeT0iMTYuNSIgY2xhc3M9InN0MCIgd2lkdGg9IjE5LjkiIGhlaWdodD0iMTcuOSIvPg0KPC9nPg0KPC9zdmc+DQo=");
}

.product_card_block .characteristics li.kitchen_area:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iX3gzMV8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzguNSAzOC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOC41IDM4LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM0MjI5OTg7c3Ryb2tlOiM0MjI5OTg7c3Ryb2tlLXdpZHRoOjAuMjE2O3N0cm9rZS1taXRlcmxpbWl0OjIyLjkyNTY7fQ0KCS5zdDF7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDpub25lO3N0cm9rZTojNDIyOTk4O3N0cm9rZS13aWR0aDoxLjk4NDM7c3Ryb2tlLW1pdGVybGltaXQ6MjIuOTI1Njt9DQoJLnN0MntmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM0MjI5OTg7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0wLjksMC4xaDM3LjV2MzguM0gwLjFWMC4xSDAuOUwwLjksMC4xeiBNMzYuOCwxLjdIMS43djM1LjFoMzUuMVYxLjd6Ii8+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0xMC43LDE0LjFjMi40LDAsNC4zLTIsNC4zLTQuNHMtMS45LTQuNC00LjMtNC40Yy0yLjQsMC00LjMsMi00LjMsNC40UzguMywxNC4xLDEwLjcsMTQuMXoiLz4NCgkJPHBhdGggY2xhc3M9InN0MSIgZD0iTTEwLjcsMjkuN2MyLjQsMCw0LjMtMiw0LjMtNC40YzAtMi40LTEuOS00LjQtNC4zLTQuNGMtMi40LDAtNC4zLDItNC4zLDQuNEM2LjQsMjcuNyw4LjMsMjkuNywxMC43LDI5Ljd6Ii8+DQoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNy44LDE0LjFjMi40LDAsNC4zLTIsNC4zLTQuNHMtMS45LTQuNC00LjMtNC40Yy0yLjQsMC00LjMsMi00LjMsNC40UzI1LjQsMTQuMSwyNy44LDE0LjF6Ii8+DQoJCTxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0yNy44LDI5LjdjMi40LDAsNC4zLTIsNC4zLTQuNGMwLTIuNC0xLjktNC40LTQuMy00LjRjLTIuNCwwLTQuMywyLTQuMyw0LjRDMjMuNSwyNy43LDI1LjQsMjkuNywyNy44LDI5Ljd6Ig0KCQkJLz4NCgk8L2c+DQoJPGc+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0xMy40LDM1LjZjMC41LDAsMS0wLjQsMS0xYzAtMC41LTAuNC0xLTEtMWMtMC41LDAtMSwwLjQtMSwxQzEyLjQsMzUuMSwxMi44LDM1LjYsMTMuNCwzNS42eiIvPg0KCQk8cGF0aCBjbGFzcz0ic3QyIiBkPSJNMTcuMywzNS42YzAuNSwwLDEtMC40LDEtMWMwLTAuNS0wLjQtMS0xLTFjLTAuNSwwLTEsMC40LTEsMUMxNi4zLDM1LjEsMTYuNywzNS42LDE3LjMsMzUuNnoiLz4NCgkJPHBhdGggY2xhc3M9InN0MiIgZD0iTTIxLjIsMzUuNmMwLjUsMCwxLTAuNCwxLTFjMC0wLjUtMC40LTEtMS0xYy0wLjUsMC0xLDAuNC0xLDFDMjAuMiwzNS4xLDIwLjcsMzUuNiwyMS4yLDM1LjZ6Ii8+DQoJCTxwYXRoIGNsYXNzPSJzdDIiIGQ9Ik0yNS4xLDM1LjZjMC41LDAsMS0wLjQsMS0xYzAtMC41LTAuNC0xLTEtMWMtMC41LDAtMSwwLjQtMSwxQzI0LjEsMzUuMSwyNC42LDM1LjYsMjUuMSwzNS42eiIvPg0KCTwvZz4NCjwvZz4NCjwvc3ZnPg0K");
}

.product_card_block .characteristics li.floor:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iX3gzMV8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzguNSAzOC42IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOC41IDM4LjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtzdHJva2U6IzQyMjk5ODtzdHJva2Utd2lkdGg6MC4yMTY7c3Ryb2tlLW1pdGVybGltaXQ6MjIuOTI1Njt9DQoJLnN0MXtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM0MjI5OTg7c3Ryb2tlOiM0MjI5OTg7c3Ryb2tlLXdpZHRoOjAuMjE2O3N0cm9rZS1taXRlcmxpbWl0OjIyLjkyNTY7fQ0KCS5zdDJ7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDpub25lO3N0cm9rZTojNDIyOTk4O3N0cm9rZS13aWR0aDowLjcwODc7c3Ryb2tlLW1pdGVybGltaXQ6MjIuOTI1Njt9DQo8L3N0eWxlPg0KPHBhdGggY2xhc3M9InN0MCIgZD0iTTAuOSwxMi43aDM3LjV2MTMuMUgwLjFWMTIuN0gwLjlMMC45LDEyLjd6IE0zNi44LDEzLjJIMS43djEyaDM1LjFWMTMuMnoiLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLjksMC4xaDM3LjV2MzguM0gwLjFWMC4xSDAuOUwwLjksMC4xeiBNMzYuOCwxLjdIMS43djM1LjFoMzUuMVYxLjd6Ii8+DQo8cGF0aCBjbGFzcz0ic3QxIiBkPSJNMC45LDAuMWgzNy41djEzLjFIMC4xVjAuMUgwLjlMMC45LDAuMXogTTM2LjgsMC42SDEuN3YxMmgzNS4xVjAuNnoiLz4NCjxwYXRoIGNsYXNzPSJzdDEiIGQ9Ik0wLjksMjUuM2gzNy41djEzLjFIMC4xVjI1LjNIMC45TDAuOSwyNS4zeiBNMzYuOCwyNS44SDEuN3YxMmgzNS4xVjI1Ljh6Ii8+DQo8Zz4NCgk8cmVjdCB4PSI2LjIiIHk9IjMuNSIgY2xhc3M9InN0MiIgd2lkdGg9IjUuNyIgaGVpZ2h0PSI2LjMiLz4NCgk8cmVjdCB4PSIxNi40IiB5PSIzLjUiIGNsYXNzPSJzdDIiIHdpZHRoPSI1LjciIGhlaWdodD0iNi4zIi8+DQoJPHJlY3QgeD0iMjYuNiIgeT0iMy41IiBjbGFzcz0ic3QyIiB3aWR0aD0iNS43IiBoZWlnaHQ9IjYuMyIvPg0KPC9nPg0KPGc+DQoJPHJlY3QgeD0iNi4yIiB5PSIxNi4xIiBjbGFzcz0ic3QyIiB3aWR0aD0iNS43IiBoZWlnaHQ9IjYuMyIvPg0KCTxyZWN0IHg9IjE2LjQiIHk9IjE2LjEiIGNsYXNzPSJzdDIiIHdpZHRoPSI1LjciIGhlaWdodD0iNi4zIi8+DQoJPHJlY3QgeD0iMjYuNiIgeT0iMTYuMSIgY2xhc3M9InN0MiIgd2lkdGg9IjUuNyIgaGVpZ2h0PSI2LjMiLz4NCjwvZz4NCjxnPg0KCTxyZWN0IHg9IjYuMiIgeT0iMjguNyIgY2xhc3M9InN0MiIgd2lkdGg9IjUuNyIgaGVpZ2h0PSI2LjMiLz4NCgk8cmVjdCB4PSIxNi40IiB5PSIyOC43IiBjbGFzcz0ic3QyIiB3aWR0aD0iNS43IiBoZWlnaHQ9IjYuMyIvPg0KCTxyZWN0IHg9IjI2LjYiIHk9IjI4LjciIGNsYXNzPSJzdDIiIHdpZHRoPSI1LjciIGhlaWdodD0iNi4zIi8+DQo8L2c+DQo8L3N2Zz4NCg==");
}

.product_card_block .characteristics li.direction:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjEuOSwxNC40YzAuMiwwLDAuMy0wLjEsMC40LTAuMkwyNyw5YzAuMi0wLjIsMC4yLTAuNSwwLTAuOGwtNC42LTUuMmMtMC4xLTAuMS0wLjMtMC4yLTAuNC0wLjJoLTQuNlYwLjYKCQkJQzE3LjMsMC4zLDE3LDAsMTYuNywwSDExYy0wLjMsMC0wLjYsMC4zLTAuNiwwLjZ2Mi4zSDQuNkM0LjMsMi45LDQsMy4xLDQsMy41djEwLjRjMCwwLjMsMC4zLDAuNiwwLjYsMC42aDUuOHYyLjNIOC4xCgkJCWMtMC4xLDAtMC4zLDAuMS0wLjQsMC4xbC00LjYsNEMzLDIxLDIuOSwyMS4yLDIuOSwyMS4zYzAsMC4yLDAuMSwwLjMsMC4yLDAuNGw0LjYsNEM3LjgsMjUuOSw3LjksMjYsOC4xLDI2aDIuM3YzLjUKCQkJYzAsMC4zLDAuMywwLjYsMC42LDAuNmg1LjhjMC4zLDAsMC42LTAuMywwLjYtMC42VjI2aDUuOGMwLjMsMCwwLjYtMC4zLDAuNi0wLjZ2LTguMWMwLTAuMy0wLjMtMC42LTAuNi0wLjZoLTUuOHYtMi4zSDIxLjl6CgkJCSBNMTEuNSwxLjJoNC42djEuN2gtNC42TDExLjUsMS4yTDExLjUsMS4yeiBNMTYuMiwyOC44aC00LjZWMjZoNC42VjI4Ljh6IE0yMi41LDE3Ljl2NC42aC0xLjdjLTAuMywwLTAuNiwwLjMtMC42LDAuNgoJCQljMCwwLjMsMC4zLDAuNiwwLjYsMC42aDEuN3YxLjJoLTUuOEgxMUg4LjNsLTQtMy41bDQtMy41SDExaDUuOEwyMi41LDE3LjlMMjIuNSwxNy45eiBNMTEuNSwxNi43di0yLjNoNC42djIuM0gxMS41eiBNMTYuNywxMy4zCgkJCUgxMUg1LjJ2LTEuMmgyLjljMC4zLDAsMC42LTAuMywwLjYtMC42YzAtMC4zLTAuMy0wLjYtMC42LTAuNkg1LjJWNEgxMWg1LjhoNC45bDQuMSw0LjZsLTQuMSw0LjZMMTYuNywxMy4zTDE2LjcsMTMuM3oiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOS42LDIzYzAsMCwwLTAuMSwwLTAuMWMwLDAsMC0wLjEtMC4xLTAuMWMwLDAsMC0wLjEtMC4xLTAuMWMwLDAtMC4xLTAuMS0wLjEtMC4xYzAsMC0wLjEsMC0wLjEtMC4xCgkJCWMwLDAtMC4xLDAtMC4xLDBjLTAuMiwwLTAuNCwwLTAuNSwwLjJjMCwwLTAuMSwwLjEtMC4xLDAuMWMwLDAsMCwwLjEtMC4xLDAuMWMwLDAsMCwwLjEsMCwwLjFjMCwwLDAsMC4xLDAsMC4xYzAsMCwwLDAuMSwwLDAuMQoJCQljMCwwLDAsMC4xLDAsMC4xYzAsMCwwLDAuMSwwLjEsMC4xYzAsMCwwLDAuMSwwLjEsMC4xYzAuMSwwLjEsMC4zLDAuMiwwLjQsMC4yYzAsMCwwLjEsMCwwLjEsMGMwLDAsMC4xLDAsMC4xLDAKCQkJYzAsMCwwLjEsMCwwLjEtMC4xYzAsMCwwLjEsMCwwLjEtMC4xYzAuMS0wLjEsMC4yLTAuMywwLjItMC40QzE5LjYsMjMsMTkuNiwyMywxOS42LDIzeiIvPgoJPC9nPgo8L2c+CjxnPgoJPGc+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLjQsMTEuNGMwLDAsMC0wLjEsMC0wLjFjMCwwLDAtMC4xLTAuMS0wLjFjMCwwLDAtMC4xLTAuMS0wLjFjMCwwLTAuMS0wLjEtMC4xLTAuMWMwLDAtMC4xLDAtMC4xLTAuMQoJCQljMCwwLTAuMSwwLTAuMSwwYy0wLjEsMC0wLjIsMC0wLjIsMGMwLDAtMC4xLDAtMC4xLDBjMCwwLTAuMSwwLTAuMSwwLjFjMCwwLTAuMSwwLTAuMSwwLjFjMCwwLTAuMSwwLjEtMC4xLDAuMWMwLDAsMCwwLjEtMC4xLDAuMQoJCQljMCwwLDAsMC4xLDAsMC4xYzAsMCwwLDAuMSwwLDAuMWMwLDAsMCwwLjEsMCwwLjFjMCwwLDAsMC4xLDAsMC4xYzAsMCwwLDAuMSwwLjEsMC4xYzAsMCwwLDAuMSwwLjEsMC4xYzAuMSwwLjEsMC4zLDAuMiwwLjQsMC4yCgkJCWMwLDAsMC4xLDAsMC4xLDBjMCwwLDAuMSwwLDAuMSwwYzAsMCwwLjEsMCwwLjEtMC4xYzAsMCwwLjEsMCwwLjEtMC4xYzAsMCwwLjEtMC4xLDAuMS0wLjFjMCwwLDAtMC4xLDAuMS0wLjFjMCwwLDAtMC4xLDAtMC4xCgkJCWMwLDAsMC0wLjEsMC0wLjFDMTAuNCwxMS41LDEwLjQsMTEuNSwxMC40LDExLjR6Ii8+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==");
}

.product_card_block .characteristics li.distance:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzAsMjkuNEwyNi41LDAuNmMwLTAuMy0wLjMtMC41LTAuNi0wLjVINC4xYy0wLjMsMC0wLjUsMC4yLTAuNiwwLjVMMCwyOS40YzAsMC4yLDAsMC4zLDAuMSwwLjUKCQkJYzAuMSwwLjEsMC4zLDAuMiwwLjQsMC4yaDI4LjhjMC4yLDAsMC4zLTAuMSwwLjQtMC4yQzMwLDI5LjgsMzAsMjkuNiwzMCwyOS40eiBNMTUuMiwxLjN2Mi4zaC0xLjJWMS4zSDE1LjJ6IE00LjcsMS4zaDEuMgoJCQlMNC44LDEyLjRjMCwwLjMsMC4yLDAuNiwwLjUsMC42YzAsMCwwLDAsMC4xLDBjMC4zLDAsMC42LTAuMiwwLjYtMC41TDcuMSwxLjNoNS44djIuOWMwLDAuMywwLjMsMC42LDAuNiwwLjZoMi4zCgkJCWMwLjMsMCwwLjYtMC4zLDAuNi0wLjZWMS4zSDIzbDIuNiwyNy43SDQuNGwxLjEtMTEuMWMwLTAuMy0wLjItMC42LTAuNS0wLjZjLTAuMywwLTAuNiwwLjItMC42LDAuNUwzLjIsMjguOWgtMkw0LjcsMS4zegoJCQkgTTI2LjgsMjguOUwyNC4yLDEuM2gxLjJsMy40LDI3LjdIMjYuOHoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTMuNSwxNS4zaDIuM2MwLjMsMCwwLjYtMC4zLDAuNi0wLjZ2LTdjMC0wLjMtMC4zLTAuNi0wLjYtMC42aC0yLjNjLTAuMywwLTAuNiwwLjMtMC42LDAuNnY3CgkJCUMxMi45LDE1LjEsMTMuMiwxNS4zLDEzLjUsMTUuM0wxMy41LDE1LjN6IE0xNC4xLDguM2gxLjJ2NS45aC0xLjJMMTQuMSw4LjN6Ii8+CgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjUsMjcuMWgyLjNjMC4zLDAsMC42LTAuMywwLjYtMC42di04LjJjMC0wLjMtMC4zLTAuNi0wLjYtMC42aC0yLjNjLTAuMywwLTAuNiwwLjMtMC42LDAuNnY4LjIKCQkJQzEyLjksMjYuOCwxMy4yLDI3LjEsMTMuNSwyNy4xTDEzLjUsMjcuMXogTTE0LjEsMTguOWgxLjJ2N2gtMS4yTDE0LjEsMTguOXoiLz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS4yLDE1LjdjMC4zLDAsMC42LTAuMywwLjYtMC42cy0wLjMtMC42LTAuNi0wLjZoMGMtMC4zLDAtMC42LDAuMy0wLjYsMC42UzQuOCwxNS43LDUuMiwxNS43eiIvPgoJPC9nPgo8L2c+Cjwvc3ZnPgo=");
}

.product_card_block .characteristics li.land_area:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjkuNSwyLjZjMC4zLDAsMC41LTAuMiwwLjUtMC41VjAuNUMzMCwwLjIsMjkuOCwwLDI5LjUsMEg2LjRDNi4xLDAsNS45LDAuMiw1LjksMC41djIzLjEKCQkJYzAsMC4zLDAuMiwwLjUsMC41LDAuNWgyMy4xYzAuMywwLDAuNS0wLjIsMC41LTAuNVYzLjhjMC0wLjMtMC4yLTAuNS0wLjUtMC41Yy0wLjMsMC0wLjUsMC4yLTAuNSwwLjV2OC44aC0yCgkJCWMtMC4zLDAtMC41LDAuMi0wLjUsMC41czAuMiwwLjUsMC41LDAuNWgydjkuNUgxNC40di0yLjVjMC0wLjMtMC4yLTAuNS0wLjUtMC41cy0wLjUsMC4yLTAuNSwwLjV2Mi41SDYuOVYxaDYuNXYxNgoJCQljMCwwLjMsMC4yLDAuNSwwLjUsMC41czAuNS0wLjIsMC41LTAuNXYtMy40aDkuMWMwLjMsMCwwLjUtMC4yLDAuNS0wLjVzLTAuMi0wLjUtMC41LTAuNWgtOS4xVjFIMjl2MS4xQzI5LDIuNCwyOS4yLDIuNiwyOS41LDIuNgoJCQl6Ii8+Cgk8L2c+CjwvZz4KPGc+Cgk8Zz4KCQk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNC4zLDIuOUwyLjYsMC4yQzIuNSwwLjEsMi40LDAsMi4yLDBDMiwwLDEuOSwwLjEsMS44LDAuMkwwLjEsMi45QzAsMy4xLDAsMy4zLDAuMSwzLjVzMC4zLDAuMywwLjQsMC4zaDEuMgoJCQl2Mi4xYzAsMC4zLDAuMiwwLjUsMC41LDAuNXMwLjUtMC4yLDAuNS0wLjVWMy43aDEuMmMwLjIsMCwwLjQtMC4xLDAuNC0wLjNDNC40LDMuMyw0LjQsMy4xLDQuMywyLjl6IE0xLjQsMi43bDAuOC0xLjJMMywyLjdIMS40egoJCQkiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik00LjMsMjAuN2MtMC4xLTAuMi0wLjMtMC4zLTAuNC0wLjNIMi43VjcuMmMwLTAuMy0wLjItMC41LTAuNS0wLjVTMS43LDYuOSwxLjcsNy4ydjEzLjJIMC41CgkJCWMtMC4yLDAtMC40LDAuMS0wLjQsMC4zUzAsMjEsMC4xLDIxLjJsMS43LDIuN2MwLjEsMC4xLDAuMywwLjIsMC40LDAuMmMwLjIsMCwwLjMtMC4xLDAuNC0wLjJsMS43LTIuN0M0LjQsMjEsNC40LDIwLjgsNC4zLDIwLjd6CgkJCSBNMi4yLDIyLjdsLTAuOC0xLjJIM0wyLjIsMjIuN3oiLz4KCTwvZz4KPC9nPgo8Zz4KCTxnPgoJCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yOS44LDI3LjRsLTIuNy0xLjdjLTAuMi0wLjEtMC40LTAuMS0wLjUsMGMtMC4yLDAuMS0wLjMsMC4zLTAuMywwLjR2MS4ySDkuNnYtMS4yYzAtMC4yLTAuMS0wLjQtMC4zLTAuNAoJCQljLTAuMi0wLjEtMC40LTAuMS0wLjUsMGwtMi43LDEuN2MtMC4xLDAuMS0wLjIsMC4zLTAuMiwwLjRjMCwwLjIsMC4xLDAuMywwLjIsMC40bDIuNywxLjdDOC45LDMwLDksMzAsOS4xLDMwCgkJCWMwLjEsMCwwLjIsMCwwLjItMC4xYzAuMi0wLjEsMC4zLTAuMywwLjMtMC40di0xLjJoMTYuN3YxLjJjMCwwLjIsMC4xLDAuNCwwLjMsMC40YzAuMSwwLDAuMiwwLjEsMC4yLDAuMWMwLjEsMCwwLjIsMCwwLjMtMC4xCgkJCWwyLjctMS43YzAuMS0wLjEsMC4yLTAuMywwLjItMC40QzMwLDI3LjYsMjkuOSwyNy41LDI5LjgsMjcuNHogTTguNiwyOC42bC0xLjItMC44TDguNiwyN1YyOC42eiBNMjcuMywyOC42VjI3bDEuMiwwLjhMMjcuMywyOC42CgkJCXoiLz4KCTwvZz4KPC9nPgo8L3N2Zz4K");
}

.product_card_block .characteristics li.water:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8IS0tIENyZWF0b3I6IENvcmVsRFJBVyBYOCAtLT4NCjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iMzBweCIgaGVpZ2h0PSIzMHB4IiB2ZXJzaW9uPSIxLjEiIHN0eWxlPSJzaGFwZS1yZW5kZXJpbmc6Z2VvbWV0cmljUHJlY2lzaW9uOyB0ZXh0LXJlbmRlcmluZzpnZW9tZXRyaWNQcmVjaXNpb247IGltYWdlLXJlbmRlcmluZzpvcHRpbWl6ZVF1YWxpdHk7IGZpbGwtcnVsZTpldmVub2RkOyBjbGlwLXJ1bGU6ZXZlbm9kZCINCnZpZXdCb3g9IjAgMCAzMCAzMCINCiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+DQogPGRlZnM+DQogIDxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQogICA8IVtDREFUQVsNCiAgICAuZmlsMCB7ZmlsbDojNDIyOTk4fQ0KICAgXV0+DQogIDwvc3R5bGU+DQogPC9kZWZzPg0KIDxnIGlkPSLQodC70L7QuV94MDAyMF8xIj4NCiAgPG1ldGFkYXRhIGlkPSJDb3JlbENvcnBJRF8wQ29yZWwtTGF5ZXIiLz4NCiAgPGcgaWQ9Il8xNzA4OTQyMDUzMzc2Ij4NCiAgIDxwYXRoIGNsYXNzPSJmaWwwIiBkPSJNMjkgMThsMCAtMWMwLDAgMCwwIDAsMCAtMSwwIC0xLDAgLTEsMGwwIDEgLTQgMCAwIC00YzAsMCAtMSwtMSAtMSwtMWwtMiAwIDAgLTQgNCAwYzIsMCAzLDIgMyw0bDAgMmMwLDAgMCwwIDEsMCAwLDAgMCwwIDAsMGwwIC0yYzAsLTMgLTIsLTUgLTQsLTVsLTQgMGMtMSwtMSAtMSwtMSAtMiwtMWwtMiAwIDAgLTJjMSwwIDEsMCAxLC0xbDUgMGMxLDAgMSwtMSAxLC0xIDAsLTEgMCwtMiAtMSwtMmwtNSAwYzAsLTEgMCwtMSAtMSwtMWwtMyAwYzAsMCAtMSwwIC0xLDFsLTQgMGMtMSwwIC0yLDEgLTIsMiAwLDAgMSwxIDIsMWw0IDBjMCwxIDEsMSAxLDFsMCAyIC0xIDBjLTEsMCAtMiwwIC0yLDFsLTQgMGMwLDAgMCwtMSAtMSwtMSAwLDAgLTEsMSAtMSwxbC01IDBjMCwwIDAsMCAwLDEgMCwwIDAsMCAwLDBsNSAwIDAgNCAtNSAwYzAsMCAwLDEgMCwxIDAsMCAwLDAgMCwwbDUgMGMwLDEgMSwxIDEsMSAxLDAgMSwwIDEsLTFsNCAwYzAsMSAxLDIgMiwybDEgMGMwLDAgMCwwIDAsLTEgMCwwIDAsMCAwLDBsLTEgMGMtMSwwIC0xLC0xIC0yLC0xbDAgMGMwLDAgMCwtNSAwLC01bDAgMGMxLC0xIDEsLTEgMiwtMWw2IDBjMCwwIDEsMCAxLDFsMCAwYzAsMCAwLDQgMCw1bDAgMGMwLDAgLTEsMSAtMSwxbC0zIDBjLTEsMCAtMSwwIC0xLDAgMCwxIDAsMSAxLDFsMyAwYzEsMCAxLC0xIDIsLTJsMiAwYzAsMCAwLDAgMCwwbDAgNGMtMSwwIC0xLDEgLTEsMWwwIDFjMCwxIDAsMSAxLDFsNiAwYzAsMCAxLDAgMSwtMWwwIC0xYzAsMCAtMSwtMSAtMSwtMWwwIDB6bS0xMSAtMTZsNSAwYzAsMCAwLDAgMCwxIDAsMCAwLDAgMCwwbC01IDAgMCAtMXptLTUgMWwtNCAwYy0xLDAgLTEsMCAtMSwwIDAsLTEgMCwtMSAxLC0xbDQgMCAwIDF6bS02IDExYzAsMCAtMSwwIC0xLDAgMCwwIDAsMCAwLDBsMCAtNWMwLC0xIDAsLTEgMCwtMSAwLDAgMSwwIDEsMWwwIDV6bTQgLTFsLTQgMCAwIC00IDQgMCAwIDR6bTUgLTZsLTEgMCAwIC0yIDEgMCAwIDJ6bS0yIC0zYzAsMCAwLDAgMCwwbDAgLTNjMCwwIDAsMCAwLDBsMyAwYzAsMCAxLDAgMSwwbDAgM2MwLDAgLTEsMCAtMSwwbC0zIDAgMCAwem0xNSAxNmMwLDAgMCwwIDAsMGwtNiAwYzAsMCAwLDAgMCwwbDAgLTFjMCwwIDAsMCAwLDBsNiAwYzAsMCAwLDAgMCwwbDAgMXptLTMgMmMwLDAgMCwwIDAsMCAtMSwxIC0zLDMgLTMsNSAwLDIgMSwzIDMsMyAyLDAgMywtMSAzLC0zIDAsLTIgLTIsLTQgLTMsLTV6bTAgN2MtMSwwIC0yLC0xIC0yLC0yIDAsLTEgMCwtMiAyLC00IDIsMiAyLDMgMiw0IDAsMSAtMSwyIC0yLDJ6Ii8+DQogIDwvZz4NCiA8L2c+DQo8L3N2Zz4NCg==");
}

.product_card_block .characteristics li.gaz:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEwLjIsMjYuNmgwLjljMC4yLDAsMC40LTAuMiwwLjQtMC40YzAtMC4yLTAuMi0wLjQtMC40LTAuNGgtMC45Yy0wLjIsMC0wLjQsMC4yLTAuNCwwLjQKCUM5LjksMjYuNSwxMCwyNi42LDEwLjIsMjYuNnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTEyLjUsMjYuNmg0LjFjMC4yLDAsMC40LTAuMiwwLjQtMC40YzAtMC4yLTAuMi0wLjQtMC40LTAuNGgtNC4xYy0wLjIsMC0wLjQsMC4yLTAuNCwwLjQKCUMxMi4xLDI2LjUsMTIuMywyNi42LDEyLjUsMjYuNnoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTIwLjUsNy4xYzAtMy4xLTIuNS01LjUtNS41LTUuNWMtMy4xLDAtNS41LDIuNS01LjUsNS41YzAsMy4xLDIuNSw1LjUsNS41LDUuNWMwLDAsMCwwLDAsMAoJQzE4LjEsMTIuNiwyMC41LDEwLjEsMjAuNSw3LjF6IE0xMi4xLDkuOWMtMC4xLTAuMS0wLjQtMC4xLTAuNSwwbC0wLjIsMC4yYy0wLjctMC44LTEtMS43LTEuMS0yLjdoMC4zYzAuMiwwLDAuNC0wLjIsMC40LTAuNAoJcy0wLjItMC40LTAuNC0wLjRoLTAuM2MwLjEtMSwwLjUtMS45LDEuMS0yLjdsMC4yLDAuMmMwLjIsMC4xLDAuNCwwLjEsMC41LDBjMC4xLTAuMSwwLjEtMC40LDAtMC41bC0wLjItMC4yYzAuOC0wLjcsMS43LTEsMi43LTEuMQoJdjAuM0MxNC42LDIuOCwxNC44LDMsMTUsM2MwLjIsMCwwLjQtMC4yLDAuNC0wLjRWMi4zYzEsMC4xLDEuOSwwLjUsMi43LDEuMWwtMC4yLDAuMmMtMC4yLDAuMS0wLjIsMC40LDAsMC41YzAuMSwwLjIsMC40LDAuMiwwLjUsMAoJYzAsMCwwLDAsMCwwTDE4LjYsNGMwLjcsMC44LDEsMS43LDEuMSwyLjdoLTAuM2MtMC4yLDAtMC40LDAuMi0wLjQsMC40czAuMiwwLjQsMC40LDAuNGgwLjNjLTAuMSwxLTAuNSwxLjktMS4xLDIuN2wtMC4yLTAuMgoJYy0wLjEtMC4yLTAuNC0wLjItMC41LDBjLTAuMiwwLjEtMC4yLDAuNCwwLDAuNWMwLDAsMCwwLDAsMGwwLjIsMC4yYy0xLjgsMS41LTQuNCwxLjUtNi4yLDBsMC4yLTAuMkMxMi4zLDEwLjMsMTIuMywxMC4xLDEyLjEsOS45CglDMTIuMSw5LjksMTIuMSw5LjksMTIuMSw5Ljl6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNSw5LjJjMC43LDAsMS4yLTAuNSwxLjItMS4yYzAtMC41LTAuMy0xLTAuOC0xLjFWNS4xYzAtMC4yLTAuMi0wLjQtMC40LTAuNGMtMC4yLDAtMC40LDAuMi0wLjQsMC40djEuNwoJYy0wLjYsMC4yLTEsMC45LTAuOCwxLjVDMTQsOC44LDE0LjUsOS4yLDE1LDkuMkwxNSw5LjJ6IE0xNSw3LjVjMC4yLDAsMC40LDAuMiwwLjQsMC40UzE1LjIsOC40LDE1LDguNGMtMC4yLDAtMC40LTAuMi0wLjQtMC40CgljMCwwLDAsMCwwLDBDMTQuNiw3LjcsMTQuOCw3LjUsMTUsNy41TDE1LDcuNXoiLz4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5LDE3LjVoLTIuOGMtMC42LDAtMSwwLjUtMSwxdjAuNGgtNS4ydi0yLjJjMC0wLjItMC4yLTAuNC0wLjQtMC40aC0yLjl2LTIuM2MzLjgtMC45LDYuMS00LjcsNS4yLTguNQoJcy00LjctNi4xLTguNS01LjJTNy4yLDUsOC4yLDguN2MwLjYsMi42LDIuNiw0LjYsNS4yLDUuMnYyLjNoLTIuOWMtMC4yLDAtMC40LDAuMi0wLjQsMC40djIuMkg0Ljl2LTAuNGMwLTAuNi0wLjUtMS0xLTFIMQoJYy0wLjYsMC0xLDAuNS0xLDF2MTAuNWMwLDAuNiwwLjUsMSwxLDFoMi44YzAuNiwwLDEtMC41LDEtMXYtMC40aDIwLjN2MC40YzAsMC42LDAuNSwxLDEsMUgyOWMwLjYsMCwxLTAuNSwxLTFWMTguNQoJQzMwLDE3LjksMjkuNSwxNy41LDI5LDE3LjV6IE00LjEsMjguOWMwLDAuMS0wLjEsMC4zLTAuMywwLjNIMWMtMC4xLDAtMC4zLTAuMS0wLjMtMC4zdi0yLjdoMy4zVjI4Ljl6IE00LjEsMjUuNUgwLjh2LTMuNmgzLjNWMjUuNQoJeiBNNC4xLDIxLjJIMC44di0yLjdjMC0wLjEsMC4xLTAuMywwLjMtMC4zaDIuOGMwLjEsMCwwLjMsMC4xLDAuMywwLjNWMjEuMnogTTE3LjksMTdoMS4zdjEuOWgtMS4zVjE3eiBNMTcuMSwxN3YxLjloLTEuN1YxN0gxNy4xegoJIE0xNC4xLDE2LjJ2LTIuMmMwLjYsMC4xLDEuMiwwLjEsMS44LDB2Mi4yTDE0LjEsMTYuMnogTTguNyw3LjFjMC0zLjUsMi44LTYuMyw2LjMtNi4zYzMuNSwwLDYuMywyLjgsNi4zLDYuM3MtMi44LDYuMy02LjMsNi4zCgljMCwwLDAsMCwwLDBDMTEuNSwxMy4zLDguNywxMC41LDguNyw3LjFMOC43LDcuMXogTTEyLjksMTdoMS44djEuOWgtMS44VjE3eiBNMTAuOCwxN2gxLjN2MS45aC0xLjNWMTd6IE03LjUsMjcuOEg0Ljl2LTguMmgyLjYKCVYyNy44eiBNMjEuOCwyNy44SDguMnYtOC4yaDEzLjVWMjcuOHogTTI1LjEsMjcuOGgtMi42di04LjJoMi42VjI3Ljh6IE0yOS4yLDI4LjljMCwwLjEtMC4xLDAuMy0wLjMsMC4zaC0yLjgKCWMtMC4xLDAtMC4zLTAuMS0wLjMtMC4zdi0yLjdoMy4zVjI4Ljl6IE0yOS4yLDI1LjVoLTMuM3YtMy42aDMuM1YyNS41eiBNMjkuMiwyMS4yaC0zLjN2LTIuN2MwLTAuMSwwLjEtMC4zLDAuMy0wLjNIMjkKCWMwLjEsMCwwLjMsMC4xLDAuMywwLjNWMjEuMnoiLz4KPC9zdmc+Cg==");
}

.product_card_block .characteristics li.roof_material:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTMwLDIwLjFMMzAsMjAuMUwzMCwyMC4xTDI1LjEsOWMtMC4yLTAuNC0wLjQtMC44LTAuOC0xYy0wLjYtMC41LTEuNC0wLjgtMi4yLTAuOGgtMi42YzAsMCwwLDAsMCwwSDE1CgljMCwwLDAsMCwwLDBoMGgtNC41YzAsMCwwLDAsMCwwSDguM2MtMC4yLDAtMC40LDAuMi0wLjQsMC40QzcuOSw3LjgsOC4xLDgsOC4zLDhoMS42bC0wLjgsMy43Yy0wLjctMC42LTEuNi0wLjktMi42LTAuOQoJYy0wLjYsMC0xLjIsMC4xLTEuNywwLjRsMC44LTEuOUM1LjgsOSw1LjksOC44LDYuMiw4LjZjMCwwLDAuNC0wLjMsMC42LTAuNEM3LDguMiw3LjEsNy45LDcsNy43UzYuNiw3LjQsNi40LDcuNQoJQzYuMSw3LjYsNS45LDcuNyw1LjYsNy45bDAsMEM1LjMsOC4yLDUsOC42LDQuOCw5bC0zLjEsNy4yYzAsMCwwLDAsMCwwTDAsMjAuMWwwLDBsMCwwYzAsMC4xLDAsMC4xLDAsMC4ydjEuNgoJYzAsMC4zLDAuMiwwLjUsMC40LDAuNmMwLjMsMC4xLDAuNiwwLjEsMC44LTAuMUMyLDIxLjYsMywyMS4yLDQuMSwyMS4yYzEuMiwwLDIuMywwLjUsMy4xLDEuNGMwLjEsMC4xLDAuMywwLjIsMC41LDAuMgoJczAuNC0wLjEsMC41LTAuMmMwLjgtMC45LDEuOS0xLjQsMy4xLTEuNHMyLjMsMC41LDMuMSwxLjRjMC4xLDAuMSwwLjMsMC4yLDAuNSwwLjJjMC4yLDAsMC40LTAuMSwwLjUtMC4yYzAuOC0wLjksMS45LTEuNCwzLjEtMS40CgljMS4yLDAsMi4zLDAuNSwzLjEsMS40YzAuMSwwLjEsMC4zLDAuMiwwLjUsMC4yYzAuMiwwLDAuNC0wLjEsMC41LTAuMmMwLjYtMC42LDEuMy0xLjEsMi4yLTEuM2MwLjItMC4xLDAuNC0wLjMsMC4zLTAuNQoJYy0wLjEtMC4yLTAuMy0wLjQtMC41LTAuM2MtMC45LDAuMi0xLjgsMC43LTIuNSwxLjRjLTEtMS0yLjMtMS41LTMuNi0xLjVjLTEuNCwwLTIuNywwLjYtMy42LDEuNWMtMS0xLTIuMy0xLjUtMy42LTEuNQoJcy0yLjcsMC42LTMuNiwxLjVjLTEtMS0yLjMtMS41LTMuNi0xLjVjLTEuMiwwLTIuMywwLjQtMy4yLDEuMXYtMWMxLjctMiw0LjktMS45LDYuNSwwLjFjMCwwLDAuMSwwLjEsMC4zLDAuMmMwLjIsMCwwLjMsMCwwLjQtMC4yCgljMC44LTEsMi0xLjYsMy4zLTEuNmMxLjIsMCwyLjQsMC41LDMuMywxLjZjMCwwLDAsMCwwLDBjMCwwLDAsMCwwLDBjMC4xLDAuMSwwLjIsMC4xLDAuMywwLjFjMC4xLDAsMC4yLDAsMC4zLTAuMWMwLDAsMCwwLDAsMAoJYzAsMCwwLDAsMCwwYzAsMCwwLDAsMCwwbDAsMGMwLjgtMSwyLTEuNiwzLjMtMS42YzIuMiwwLDMuNCwxLjYsMy40LDEuNmMwLjQsMC4zLDAuNy0wLjEsMC42LDBjMS45LTIuMiw0LjktMiw2LjUtMC4xdjEKCWMtMC43LTAuNi0xLjUtMC45LTIuNC0xLjFjLTAuMiwwLTAuNSwwLjEtMC41LDAuNGMwLDAuMiwwLjEsMC41LDAuNCwwLjVjMC45LDAuMSwxLjYsMC41LDIuMywxLjFjMC4yLDAuMiwwLjUsMC4yLDAuOCwwLjEKCWMwLjMtMC4xLDAuNC0wLjQsMC40LTAuNnYtMS42QzMwLDIwLjIsMzAsMjAuMiwzMCwyMC4xeiBNNy41LDE5LjRjLTEuNi0xLjQtNC0xLjctNS45LTAuNmwwLjktMi4yYzAuNy0wLjgsMS43LTEuMiwyLjgtMS4yCgljMS4xLDAsMi4xLDAuNCwyLjgsMS4yTDcuNSwxOS40eiBNOC4zLDE1LjZjLTAuOC0wLjctMS45LTEuMS0zLTEuMWMtMC43LDAtMS40LDAuMi0yLjEsMC41bDAuOS0yLjJjMC42LTAuNywxLjUtMS4xLDIuNC0xLjEKCWMwLjksMCwxLjcsMC40LDIuMywxTDguMywxNS42eiBNMTQuNiwxOS4yYy0wLjktMC43LTItMS4xLTMuMi0xLjFjLTEuMSwwLTIuMSwwLjMtMi45LDAuOUw5LDE2LjZjMC43LTAuOCwxLjctMS4yLDIuOC0xLjIKCXMyLjEsMC41LDIuOCwxLjJWMTkuMnogTTE0LjYsMTUuNGMtMC44LTAuNi0xLjgtMC45LTIuOC0wLjljLTAuOSwwLTEuOCwwLjMtMi41LDAuN2wwLjUtMi40YzAuNi0wLjcsMS41LTEuMSwyLjQtMS4xCgljMC45LDAsMS44LDAuNCwyLjQsMUwxNC42LDE1LjRMMTQuNiwxNS40eiBNMTQuNiwxMS42Yy0wLjctMC41LTEuNS0wLjgtMi40LTAuOGMtMC44LDAtMS41LDAuMi0yLjEsMC42TDEwLjgsOGgzLjhWMTEuNnogTTIyLjIsOAoJYzAuNiwwLDEuMiwwLjIsMS42LDAuNkMyNCw4LjgsMjQuMiw5LDI0LjMsOS4zbDAuOCwxLjljLTAuNS0wLjItMS4xLTAuNC0xLjctMC40Yy0wLjksMC0xLjgsMC4zLTIuNiwwLjlMMjAuMSw4SDIyLjJ6IE0xNS40LDhoMy43CglsMC43LDMuNGMtMC42LTAuNC0xLjMtMC42LTIuMS0wLjZjLTAuOSwwLTEuNywwLjMtMi40LDAuOEwxNS40LDhMMTUuNCw4eiBNMTUuNCwxMi43YzAuNi0wLjcsMS41LTEsMi40LTFjMC45LDAsMS44LDAuNCwyLjQsMS4xCglsMC41LDIuNGMtMC43LTAuNS0xLjYtMC43LTIuNS0wLjdjLTEsMC0yLDAuMy0yLjgsMC45TDE1LjQsMTIuN0wxNS40LDEyLjd6IE0xOC42LDE4LjFjLTEuMiwwLTIuMywwLjQtMy4yLDEuMXYtMi42CgljMC43LTAuOCwxLjctMS4yLDIuOC0xLjJzMi4xLDAuNSwyLjgsMS4ybDAuNSwyLjRDMjAuNywxOC40LDE5LjcsMTguMSwxOC42LDE4LjF6IE0yMS4xLDEyLjdjMC42LTAuNiwxLjQtMSwyLjMtMQoJYzAuOSwwLDEuOCwwLjQsMi40LDEuMWwwLjksMi4yYy0wLjYtMC4zLTEuMy0wLjUtMi4xLTAuNWMtMS4xLDAtMi4yLDAuNC0zLDEuMUwyMS4xLDEyLjd6IE0yMi41LDE5LjRsLTAuNi0yLjgKCWMwLjctMC44LDEuNy0xLjIsMi44LTEuMmMxLjEsMCwyLjEsMC40LDIuOCwxLjJsMC45LDIuMkMyNi42LDE3LjcsMjQuMiwxNy45LDIyLjUsMTkuNHoiLz4KPC9zdmc+Cg==");
}

.product_card_block .characteristics li.sewerage:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjUsMTMuOGgxMC41YzIuNywwLDQuOS0yLjIsNC45LTQuOWMwLTIuNy0yLjItNC45LTQuOS00LjljMCwwLDAsMCwwLDBINi44VjMuN2MwLTAuMi0wLjItMC40LTAuNC0wLjRoLTIKCWMtMC4yLDAtMC40LDAuMi0wLjQsMC40djAuMkgyLjdjMC0wLjctMC43LTEuMy0xLjQtMS4zQzAuNiwyLjcsMCwzLjMsMCw0djQuMWMwLDAuNywwLjYsMS4zLDEuNCwxLjNjMC43LDAsMS4zLTAuNiwxLjMtMS4zaDEuNHYwLjIKCWMwLDAuMiwwLjIsMC40LDAuNCwwLjRoMmMwLjIsMCwwLjQtMC4yLDAuNC0wLjRWOC4xaDE4LjNjMC40LDAsMC43LDAuMywwLjcsMC43YzAsMC40LTAuMywwLjctMC43LDAuN2MwLDAsMCwwLDAsMEgxNC41CgljLTIuOSwwLTUuMiwyLjMtNS4yLDUuMnMyLjMsNS4yLDUuMiw1LjJoMTAuNWMwLjQsMCwwLjcsMC4zLDAuNywwLjdjMCwwLjQtMC4zLDAuNy0wLjcsMC43YzAsMCwwLDAsMCwwSDEwLjJ2LTAuMgoJYzAtMC4yLTAuMi0wLjQtMC40LTAuNGgtMmMtMC4yLDAtMC40LDAuMi0wLjQsMC40djAuMkg2LjNjMC0wLjctMC43LTEuMy0xLjQtMS4zYy0wLjcsMC0xLjMsMC42LTEuMywxLjN2NC4xYzAsMC43LDAuNiwxLjMsMS40LDEuMwoJYzAuNywwLDEuMy0wLjYsMS4zLTEuM2gxLjJ2MC4yYzAsMC4yLDAuMiwwLjQsMC40LDAuNGgyYzAuMiwwLDAuNC0wLjIsMC40LTAuNHYtMC4yaDE0LjljMi43LDAsNC45LTIuMiw0LjktNC45CgljMC0yLjctMi4yLTQuOS00LjktNC45YzAsMCwwLDAsMCwwSDE0LjVjLTAuNiwwLTEtMC41LTEtMUMxMy41LDE0LjIsMTQsMTMuOCwxNC41LDEzLjhMMTQuNSwxMy44eiBNMiw4LjFjMCwwLjMtMC4zLDAuNi0wLjYsMC42CglTMC43LDguNCwwLjcsOC4xVjRjMC0wLjMsMC4zLTAuNiwwLjYtMC42UzIsMy42LDIsNFY4LjF6IE0yLjcsNy40VjQuN2gxLjR2Mi43SDIuN3ogTTYsOEg0LjhWNEg2Vjh6IE01LjUsMjUuNgoJYzAsMC4zLTAuMywwLjYtMC42LDAuNlM0LjMsMjYsNC4zLDI1LjZ2LTQuMWMwLTAuMywwLjMtMC42LDAuNi0wLjZzMC42LDAuMywwLjYsMC42VjI1LjZ6IE02LjMsMjQuOXYtMi43aDEuMnYyLjdINi4zeiBNOS40LDI1LjUKCUg4LjJ2LTRoMS4yVjI1LjV6IE0xNC41LDE2LjZoMTAuNWMyLjMsMCw0LjIsMS45LDQuMiw0LjJzLTEuOSw0LjItNC4yLDQuMmMwLDAsMCwwLDAsMEgxMC4ydi0yLjdoMTQuOWMwLjgsMCwxLjUtMC42LDEuNS0xLjQKCWMwLTAuOC0wLjYtMS41LTEuNC0xLjVjMCwwLDAsMCwwLDBIMTQuNWMtMi41LDAtNC41LTItNC41LTQuNXMyLTQuNSw0LjUtNC41aDEwLjVjMC44LDAsMS41LTAuNiwxLjUtMS41YzAtMC44LTAuNi0xLjUtMS41LTEuNQoJYzAsMCwwLDAsMCwwSDYuOFY0LjdoMTguM2MyLjMsMCw0LjIsMS45LDQuMiw0LjJjMCwyLjMtMS45LDQuMi00LjIsNC4yYzAsMCwwLDAsMCwwSDE0LjVjLTEsMC0xLjgsMC44LTEuOCwxLjgKCUMxMi44LDE1LjgsMTMuNiwxNi42LDE0LjUsMTYuNkwxNC41LDE2LjZ6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMy44LDIzLjZoLTAuN2MtMC4yLDAtMC40LDAuMi0wLjQsMC40czAuMiwwLjQsMC40LDAuNGgwLjdjMC4yLDAsMC40LTAuMiwwLjQtMC40UzE0LDIzLjYsMTMuOCwyMy42eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguMiwyMy42aC0yLjhjLTAuMiwwLTAuNCwwLjItMC40LDAuNHMwLjIsMC40LDAuNCwwLjRoMi44YzAuMiwwLDAuNC0wLjIsMC40LTAuNFMxOC40LDIzLjYsMTguMiwyMy42eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguNSw2aC0wLjdjLTAuMiwwLTAuNCwwLjItMC40LDAuNHMwLjIsMC40LDAuNCwwLjRoMC43YzAuMiwwLDAuNC0wLjIsMC40LTAuNFMxOC43LDYsMTguNSw2eiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuMSw2aC00Yy0wLjIsMC0wLjQsMC4yLTAuNCwwLjRzMC4yLDAuNCwwLjQsMC40aDRjMC4yLDAsMC40LTAuMiwwLjQtMC40UzI0LjMsNiwyNC4xLDZ6Ii8+CjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMS45LDEzLjJjLTAuMi0wLjEtMC40LDAtMC41LDAuMmMtMC4xLDAuMS0wLjEsMC4zLTAuMiwwLjRjLTAuMSwwLjIsMCwwLjQsMC4yLDAuNWMwLjIsMC4xLDAuNCwwLDAuNS0wLjIKCWMwLDAsMCwwLDAsMGMwLTAuMSwwLjEtMC4yLDAuMS0wLjNDMTIuMSwxMy41LDEyLDEzLjMsMTEuOSwxMy4yeiIvPgo8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTQuMSwxMS44YzAtMC4yLTAuMi0wLjMtMC40LTAuM2MtMC41LDAuMS0xLDAuNC0xLjQsMC43Yy0wLjIsMC4xLTAuMiwwLjQtMC4xLDAuNWMwLjEsMC4yLDAuNCwwLjIsMC41LDAuMQoJYzAsMCwwLDAsMCwwYzAuMy0wLjMsMC43LTAuNSwxLjEtMC41QzE0LDEyLjIsMTQuMiwxMiwxNC4xLDExLjhDMTQuMSwxMS44LDE0LjEsMTEuOCwxNC4xLDExLjh6Ii8+Cjwvc3ZnPgo=");
}

.product_card_block .characteristics li.electricity:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPGc+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTEuOSwxMS41YzAtMC4yLTAuMi0wLjQtMC40LTAuNEg1LjljLTAuMiwwLTAuNCwwLjItMC40LDAuNHMwLjIsMC40LDAuNCwwLjRoNS42CgkJQzExLjcsMTEuOSwxMS45LDExLjcsMTEuOSwxMS41eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuOCwxMy4xYy0wLjIsMC0wLjQsMC4yLTAuNCwwLjRTNi41LDE0LDYuOCwxNGgzLjhjMC4yLDAsMC40LTAuMiwwLjQtMC40cy0wLjItMC40LTAuNC0wLjRINi44eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI3LjQsMTAuOGMtMC4yLDAtMC40LDAuMi0wLjQsMC40djE4LjNjMCwwLjIsMC4yLDAuNCwwLjQsMC40czAuNC0wLjIsMC40LTAuNFYxMS4zCgkJQzI3LjksMTEsMjcuNywxMC44LDI3LjQsMTAuOHoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0yNC4yLDBoLTQuMWMtMiwwLTMuNywxLjYtMy43LDMuN3YyMi42YzAsMC42LTAuNSwxLjItMS4yLDEuMmgtNC4yYy0wLjYsMC0xLjItMC41LTEuMi0xLjJ2LTIuM2gwLjkKCQljMC43LDAsMS4zLTAuNiwxLjMtMS4zVjIyYzEuOC0wLjUsMy4xLTIuMSwzLjEtNC4xdi0xLjVjMC0wLjItMC4yLTAuNC0wLjQtMC40cy0wLjQsMC4yLTAuNCwwLjR2MS41YzAsMS44LTEuNSwzLjMtMy4zLDMuM0g2LjMKCQljLTEuOCwwLTMuMy0xLjUtMy4zLTMuM1Y5LjhoMTEuM3Y0LjljMCwwLjIsMC4yLDAuNCwwLjQsMC40YzAuMiwwLDAuNC0wLjIsMC40LTAuNHYtNWMwLTAuNC0wLjMtMC44LTAuOC0wLjhoLTAuMVY4LjIKCQljMC0wLjYtMC41LTEuMS0xLjEtMS4xaC0wLjhWMS4zYzAtMC43LTAuNi0xLjMtMS4zLTEuM2MtMC43LDAtMS4zLDAuNi0xLjMsMS4zdjUuOEg3LjRWMS4zQzcuNCwwLjYsNi44LDAsNi4xLDAKCQlDNS40LDAsNC45LDAuNiw0LjksMS4zdjEuM0M0LjksMi45LDUuMSwzLDUuMywzYzAuMiwwLDAuNC0wLjIsMC40LTAuNFYxLjNjMC0wLjIsMC4yLTAuNCwwLjQtMC40YzAuMiwwLDAuNCwwLjIsMC40LDAuNHY1LjhINS43CgkJVjQuNGMwLTAuMi0wLjItMC40LTAuNC0wLjRjLTAuMiwwLTAuNCwwLjItMC40LDAuNHYyLjdINC4xQzMuNSw3LjEsMyw3LjYsMyw4LjJ2MC44SDIuOWMtMC40LDAtMC44LDAuMy0wLjgsMC44djguMgoJCWMwLDEuOSwxLjMsMy42LDMuMSw0LjF2MC44YzAsMC43LDAuNiwxLjMsMS4zLDEuM2gwLjl2Mi4zYzAsMiwxLjYsMy43LDMuNywzLjdoNC4yYzIsMCwzLjctMS42LDMuNy0zLjdWMy43YzAtMC42LDAuNS0xLjIsMS4yLTEuMgoJCWg0LjFjMC42LDAsMS4yLDAuNSwxLjIsMS4ydjI1LjljMCwwLjIsMC4yLDAuNCwwLjQsMC40czAuNC0wLjIsMC40LTAuNFYzLjdjMC0xLjEtMC45LTItMi0yaC00LjFjLTEuMSwwLTIsMC45LTIsMnYyMi42CgkJYzAsMS41LTEuMywyLjgtMi44LDIuOGgtNC4yYy0xLjUsMC0yLjgtMS4zLTIuOC0yLjh2LTIuM0g5djIuM2MwLDEuMSwwLjksMiwyLDJoNC4yYzEuMSwwLDItMC45LDItMlYzLjdjMC0xLjUsMS4zLTIuOCwyLjgtMi44CgkJaDQuMWMxLjUsMCwyLjgsMS4zLDIuOCwyLjh2NS44YzAsMC4yLDAuMiwwLjQsMC40LDAuNHMwLjQtMC4yLDAuNC0wLjRWMy43QzI3LjksMS43LDI2LjIsMCwyNC4yLDBMMjQuMiwweiBNMTAuOCwxLjMKCQljMC0wLjIsMC4yLTAuNCwwLjQtMC40YzAuMiwwLDAuNCwwLjIsMC40LDAuNHY1LjhoLTAuOFYxLjN6IE0zLjksOC4yQzMuOSw4LjEsNCw4LDQuMSw4aDkuMWMwLjEsMCwwLjIsMC4xLDAuMiwwLjJ2MC44SDMuOVY4LjJ6CgkJIE02LjUsMjMuMmMtMC4yLDAtMC40LTAuMi0wLjQtMC40di0wLjZjMC4yLDAsNC45LDAsNS4xLDB2MC42YzAsMC4yLTAuMiwwLjQtMC40LDAuNEMxMC4zLDIzLjIsNywyMy4yLDYuNSwyMy4yeiIvPgo8L2c+Cjwvc3ZnPgo=");
}

.product_card_block .characteristics li.heating:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPHBhdGggY2xhc3M9InN0MCIgZD0iTTI5LjYsNkMyOS44LDYsMzAsNS44LDMwLDUuNnYtMmMwLTAuNi0wLjktMC42LTAuOSwwdjAuNmgtMS40VjMuNmMwLTAuMi0wLjItMC40LTAuNC0wLjRoLTEuMVYxLjQKCWMwLTAuOC0wLjYtMS40LTEuNC0xLjRoLTAuOWMtMC44LDAtMS40LDAuNi0xLjQsMS40djEuN2gtMVYxLjRjMC0wLjgtMC42LTEuNC0xLjQtMS40aC0wLjljLTAuOCwwLTEuNCwwLjYtMS40LDEuNHYxLjdoLTFWMS40CgljMC0wLjgtMC42LTEuNC0xLjQtMS40aC0wLjljLTAuOCwwLTEuNCwwLjYtMS40LDEuNHYxLjdoLTFWMS40YzAtMC44LTAuNi0xLjQtMS40LTEuNEg5LjlDOS4xLDAsOC41LDAuNyw4LjUsMS40djEuN2gtMVYxLjQKCUM3LjUsMC43LDYuOSwwLDYuMSwwSDUuM0M0LjUsMCwzLjksMC43LDMuOSwxLjR2MS43SDIuOWMtMC40LDAtMC43LDAuMy0wLjcsMC43djEuNkMyLjMsNS43LDIuNiw2LDIuOSw2aDAuOXYxOC4xSDIuNXYtMC40CgljMC0wLjItMC4yLTAuNC0wLjQtMC40SDEuN3YtMWMwLjQtMC4xLDAuOC0wLjUsMC44LTFjMC0wLjYtMC41LTEuMS0xLjEtMS4xSDEuMWMtMC42LDAtMS4xLDAuNS0xLjEsMS4xYzAsMC41LDAuMywwLjksMC44LDF2MUgwLjQKCWMtMC4yLDAtMC40LDAuMi0wLjQsMC40djIuNmMwLDAuNSwwLjMsMC45LDAuNywxLjF2Mi4xYzAsMC42LDAuOSwwLjYsMC45LDB2LTIuMWMwLjUtMC4yLDAuOC0wLjYsMC44LTEuMlYyNWgxLjR2MS43CgljMCwwLjgsMC42LDEuNCwxLjQsMS40aDAuOWMwLjgsMCwxLjQtMC42LDEuNC0xLjR2LTAuNWgxdjAuNWMwLDAuOCwwLjYsMS40LDEuNCwxLjR2MS41YzAsMC42LDAuOSwwLjYsMC45LDB2LTEuNWgwCgljMC44LDAsMS40LTAuNiwxLjQtMS40di0wLjVoMXYwLjVjMCwwLjgsMC42LDEuNCwxLjQsMS40aDAuOWMwLjgsMCwxLjQtMC42LDEuNC0xLjR2LTAuNWgxdjAuNWMwLDAuOCwwLjYsMS40LDEuNCwxLjRoMHYxLjUKCWMwLDAuNiwwLjksMC42LDAuOSwwdi0xLjVjMC44LDAsMS40LTAuNiwxLjQtMS40di0wLjVoMXYwLjRjMCwwLjgsMC42LDEuNCwxLjQsMS40aDAuOWMwLjgsMCwxLjQtMC42LDEuNC0xLjRWMjVoMS40djEuMwoJYzAsMC41LDAuNCwxLDAuOCwxLjJ2Mi4xYzAsMC42LDAuOSwwLjYsMC45LDB2LTIuMWMwLjQtMC4yLDAuNy0wLjYsMC43LTEuMXYtMi42YzAtMC4yLTAuMi0wLjQtMC40LTAuNGgtMC40di0xCgljMC40LTAuMSwwLjgtMC41LDAuOC0xYzAtMC42LTAuNS0xLjEtMS4xLTEuMWgtMC4zYy0wLjYsMC0xLjEsMC41LTEuMSwxLjFjMCwwLjUsMC4zLDAuOSwwLjgsMXYxSDI4Yy0wLjIsMC0wLjQsMC4yLTAuNCwwLjR2MC40CgloLTEuNHYtOWMwLTAuNi0wLjktMC42LTAuOSwwdjExLjVjMCwwLjMtMC4yLDAuNS0wLjUsMC41aC0wLjljLTAuMywwLTAuNS0wLjItMC41LTAuNVYxLjRjMC0wLjMsMC4yLTAuNSwwLjUtMC41aDAuOQoJYzAuMywwLDAuNSwwLjIsMC41LDAuNXYxMWMwLDAuNiwwLjksMC42LDAuOSwwVjZoMS4xYzAuMiwwLDAuNC0wLjIsMC40LTAuNFY1aDEuNHYwLjZDMjkuMSw1LjgsMjkuMyw2LDI5LjYsNkwyOS42LDZ6IE0xLjEsMjFoMC4zCgljMC4xLDAsMC4yLDAuMSwwLjIsMC4yYzAsMC4xLTAuMSwwLjItMC4yLDAuMkgxLjFjLTAuMSwwLTAuMi0wLjEtMC4yLTAuMkMwLjksMjEuMSwxLDIxLDEuMSwyMXogTTEuNiwyNi4zYzAsMC4yLTAuMiwwLjQtMC40LDAuNAoJcy0wLjQtMC4yLTAuNC0wLjR2LTIuMmgwLjdWMjYuM3ogTTI4LjYsMjFoMC4zYzAuMSwwLDAuMiwwLjEsMC4yLDAuMmMwLDAuMS0wLjEsMC4yLTAuMiwwLjJoLTAuM2MtMC4xLDAtMC4yLTAuMS0wLjItMC4yCglDMjguNCwyMS4xLDI4LjUsMjEsMjguNiwyMXogTTI5LjEsMjQuMXYyLjJjMCwwLjItMC4yLDAuNC0wLjQsMC40cy0wLjQtMC4yLTAuNC0wLjR2LTIuMkgyOS4xeiBNMjIuNSw0djEuMmgtMVY0SDIyLjV6IE0yMC4xLDI3LjIKCWgtMC45Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjVWMS40YzAtMC4zLDAuMi0wLjUsMC41LTAuNWgwLjljMC4zLDAsMC41LDAuMiwwLjUsMC41djI1LjNDMjAuNiwyNywyMC40LDI3LjIsMjAuMSwyNy4yeiBNMTUuNCwyNy4yCgloLTAuOWMtMC4zLDAtMC41LTAuMi0wLjUtMC41di01LjhjMC0wLjYtMC45LTAuNi0wLjksMHYyLjRoLTFWNmgxdjEyLjVjMCwwLjYsMC45LDAuNiwwLjksMFYxLjRjMC0wLjMsMC4yLTAuNSwwLjUtMC41aDAuOQoJYzAuMywwLDAuNSwwLjIsMC41LDAuNXYyNS4zQzE2LDI3LDE1LjcsMjcuMiwxNS40LDI3LjJ6IE0xMC44LDI3LjJIOS45Yy0wLjMsMC0wLjUtMC4yLTAuNS0wLjVWMS40YzAtMC4zLDAuMi0wLjUsMC41LTAuNWgwLjkKCWMwLjMsMCwwLjUsMC4yLDAuNSwwLjV2MjUuM0MxMS4zLDI3LDExLjEsMjcuMiwxMC44LDI3LjJ6IE03LjEsOS43Yy0wLjIsMC0wLjQsMC4yLTAuNCwwLjR2MTYuNWMwLDAuMy0wLjIsMC41LTAuNSwwLjVINS4zCgljLTAuMywwLTAuNS0wLjItMC41LTAuNVYxLjRjMC0wLjMsMC4yLTAuNSwwLjUtMC41aDAuOWMwLjMsMCwwLjUsMC4yLDAuNSwwLjV2Ni4xYzAsMC42LDAuOSwwLjYsMC45LDBWNmgxdjE3LjNoLTFWMTAuMQoJQzcuNSw5LjksNy4zLDkuNyw3LjEsOS43TDcuMSw5Ljd6IE0xNi44LDZoMXYxNy4zaC0xVjZ6IE0yMS41LDZoMXYxNy4zaC0xVjZ6IE0xNy44LDR2MS4yaC0xVjRIMTcuOHogTTEzLjIsNHYxLjJoLTFWNEgxMy4yegoJIE04LjUsNHYxLjJoLTFWNEg4LjV6IE0zLjIsNS4yVjRoMC43djEuMkgzLjJ6IE03LjUsMjUuM3YtMS4yaDF2MS4ySDcuNXogTTEyLjIsMjUuM3YtMS4yaDF2MS4ySDEyLjJ6IE0xNi44LDI1LjN2LTEuMmgxdjEuMkgxNi44egoJIE0yMS41LDI1LjN2LTEuMmgxdjEuMkgyMS41eiBNMjYuOCw1LjJoLTAuN1Y0aDAuN1Y1LjJ6Ii8+Cjwvc3ZnPgo=");
}

.product_card_block .characteristics li.type_ownership:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMSwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCAzMCAzMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzAgMzA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojM0IyOTk4O30KPC9zdHlsZT4KPGcgaWQ9Ik91dGxpbmUiPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTQuNSwyLjloMS41djJjMCwwLjgsMC43LDEuNSwxLjUsMS41UzkuMSw1LjgsOS4xLDV2LTFoLTF2MWMwLDAuMy0wLjIsMC41LTAuNSwwLjVDNy4zLDUuNSw3LjEsNS4yLDcuMSw1di0zCgkJYzAtMC42LDAuNS0xLDEtMWMwLjYsMCwxLDAuNSwxLDFoLTF2MWgxMi4xdjNjMCwwLjMsMC4yLDAuNSwwLjUsMC41aDN2Ni4xaDFWNmMwLTAuMS0wLjEtMC4zLTAuMS0wLjRsLTMuNS0zLjUKCQlDMjEsMiwyMC44LDEuOSwyMC43LDEuOUgxMC4xYzAtMS4xLTAuOS0yLTItMmMtMS4xLDAtMiwwLjktMiwySDRjLTAuMywwLTAuNSwwLjItMC41LDAuNXYxMi4xaDFWMi45eiBNMjEuMiwzLjZMMjMsNS41aC0xLjhWMy42eiIKCQkvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTIzLjcsMjcuN2gtMy41djFoNGMwLjMsMCwwLjUtMC4yLDAuNS0wLjV2LTYuNmgtMVYyNy43eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTkuNiwyMy4xYy0wLjMsMC0wLjUsMC4yLTAuNSwwLjV2Mi41YzAsMC4zLDAuMiwwLjUsMC41LDAuNWgzYzAuMywwLDAuNS0wLjIsMC41LTAuNXYtMi41CgkJYzAtMC4zLTAuMi0wLjUtMC41LTAuNUg5LjZ6IE0xMi4xLDI1LjZoLTJ2LTEuNWgyVjI1LjZ6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNS42LDIwLjFoMXYxaC0xVjIwLjF6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMTguMiwyNi4xYzAtMS4zLTAuNy0yLjUtMi0yLjVzLTIsMS4zLTIsMi41YzAsMC4zLTAuMSwwLjQtMC40LDAuN2MtMC4zLDAuMy0wLjcsMC43LTAuNywxLjQKCQljMCwwLjQsMC4xLDAuNywwLjMsMUg4LjF2LTYuNmMwLTAuMy0wLjItMC41LTAuNS0wLjVoLTNjLTAuMywwLTAuNSwwLjItMC41LDAuNXY2LjZIMi41di04LjlsNi4xLTIuNmw2LjEsMi42djIuOWgxdi0yLjRsMC44LDAuNAoJCWMwLjMsMC4xLDAuNiwwLDAuNy0wLjNjMC0wLjEsMC0wLjEsMC0wLjJ2LTIuNWMwLTAuMi0wLjEtMC40LTAuMy0wLjVsLTguMS0zLjVjLTAuMS0wLjEtMC4zLTAuMS0wLjQsMGwtOC4xLDMuNQoJCUMwLjEsMTcuNywwLDE3LjksMCwxOC4xdjIuNWMwLDAuMywwLjIsMC41LDAuNSwwLjVjMC4xLDAsMC4xLDAsMC4yLDBsMC44LTAuNHY4LjVIMHYxaDE3LjJjMC40LDAsMC45LTAuMiwxLjMtMC41CgkJYzAuNS0wLjQsMC44LTAuOSwwLjgtMS41YzAtMC43LTAuNC0xLjEtMC43LTEuNEMxOC4zLDI2LjYsMTguMiwyNi40LDE4LjIsMjYuMUwxOC4yLDI2LjF6IE0xLDE5Ljh2LTEuNGw3LjYtMy4zbDcuNiwzLjN2MS40CgkJbC0wLjUtMC4ydjBoMGwtNi44LTNjLTAuMS0wLjEtMC4zLTAuMS0wLjQsMGwtNi44LDNoMHYwTDEsMTkuOHogTTUuMSwyMy4xaDJ2Ni4xaC0yVjIzLjF6IE0xNy4yLDI5LjJoLTJjLTAuMywwLTEtMC4zLTEtMQoJCWMwLTAuMywwLjEtMC40LDAuNC0wLjdjMC4zLTAuMywwLjYtMC43LDAuNi0xLjRjMC0xLjIsMC43LTEuNSwxLTEuNWMwLjgsMCwxLDEsMSwxLjVjMCwwLjcsMC40LDEuMSwwLjYsMS40CgkJYzAuMywwLjMsMC40LDAuNCwwLjQsMC43QzE4LjIsMjguOSwxNy40LDI5LjIsMTcuMiwyOS4yeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI4LjYsMTMuNGwxLjItMS44QzMwLjIsMTEsMzAsMTAsMjkuMyw5LjZjLTAuNy0wLjUtMS42LTAuMy0yLjEsMC40YzAsMCwwLDAsMCwwTDE5LDIyLjEKCQljMCwwLjEtMC4xLDAuMS0wLjEsMC4ybC0wLjMsMi4yYzAsMC4zLDAuMiwwLjUsMC40LDAuNmMwLjEsMCwwLjIsMCwwLjMtMC4xbDItMS4xYzAuMSwwLDAuMS0wLjEsMC4yLTAuMmw2LjQtOS41bDAuNywwLjhsLTIsMwoJCWwwLjgsMC42bDIuMy0zLjNjMC4xLTAuMiwwLjEtMC40LDAtMC42TDI4LjYsMTMuNHogTTI4LjEsMTAuNWMwLjItMC4yLDAuNS0wLjMsMC43LTAuMWMwLjIsMC4yLDAuMywwLjUsMC4xLDAuN2MwLDAsMCwwLDAsMAoJCWwtMS4xLDEuNmwtMC43LTAuOEwyOC4xLDEwLjV6IE0yMC44LDIzLjFsLTEsMC42bDAuMS0xLjFsMS4zLTJsMC44LDAuNkwyMC44LDIzLjF6IE0yMi43LDIwLjNsLTAuOC0wLjZsNC43LTdsMC43LDAuOEwyMi43LDIwLjN6IgoJCS8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNNy42LDhoMXYxaC0xVjh6Ii8+Cgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNOS42LDhoMTIuMXYxSDkuNlY4eiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuNiwxMGgxNS4xdjFINi42VjEweiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTYuNiwxMmgxNS4xdjFINi42VjEyeiIvPgoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE0LjEsMTRoNy42djFoLTcuNlYxNHoiLz4KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xOC4yLDE2LjFoMS41djFoLTEuNVYxNi4xeiIvPgo8L2c+Cjwvc3ZnPgo=");
}

.product_card_block .characteristics li.year_of_construction:before {
  background: url(/local/templates/garantiruem/css/../img/svg5.png);
  width: 30px;
  height: 34px;
}

.product_card_block .characteristics li.wall_material:before {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iX3gzMV8iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzguNSAzOC41IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzOC41IDM4LjU7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsLXJ1bGU6ZXZlbm9kZDtjbGlwLXJ1bGU6ZXZlbm9kZDtmaWxsOiM0MjI5OTg7c3Ryb2tlOiM0MjI5OTg7c3Ryb2tlLXdpZHRoOjAuMjE2O3N0cm9rZS1taXRlcmxpbWl0OjIyLjkyNTY7fQ0KCS5zdDF7ZmlsbC1ydWxlOmV2ZW5vZGQ7Y2xpcC1ydWxlOmV2ZW5vZGQ7ZmlsbDojNDIyOTk4O30NCjwvc3R5bGU+DQo8Zz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMC45LDAuMWgzNy41djM4LjNIMC4xVjAuMUgwLjlMMC45LDAuMXogTTM2LjgsMS43SDEuN3YzNS4xaDM1LjFWMS43eiIvPg0KCTxyZWN0IHg9IjAuOSIgeT0iOC4yIiBjbGFzcz0ic3QxIiB3aWR0aD0iMzYuNiIgaGVpZ2h0PSIyLjMiLz4NCgk8cmVjdCB4PSIwLjkiIHk9IjE4LjMiIGNsYXNzPSJzdDEiIHdpZHRoPSIzNi42IiBoZWlnaHQ9IjIuMyIvPg0KCTxnPg0KCQk8cmVjdCB4PSI4LjkiIHk9IjEuMSIgY2xhc3M9InN0MSIgd2lkdGg9IjIuMyIgaGVpZ2h0PSI4LjQiLz4NCgkJPHJlY3QgeD0iMjcuNSIgeT0iMS4xIiBjbGFzcz0ic3QxIiB3aWR0aD0iMi4zIiBoZWlnaHQ9IjguNCIvPg0KCQk8cmVjdCB4PSIxOC42IiB5PSIxMCIgY2xhc3M9InN0MSIgd2lkdGg9IjIuMyIgaGVpZ2h0PSI4LjQiLz4NCgkJPHJlY3QgeD0iOC40IiB5PSIyMC4yIiBjbGFzcz0ic3QxIiB3aWR0aD0iMi4zIiBoZWlnaHQ9IjguNCIvPg0KCQk8cmVjdCB4PSIyNy44IiB5PSIyMC4yIiBjbGFzcz0ic3QxIiB3aWR0aD0iMi4zIiBoZWlnaHQ9IjguNCIvPg0KCQk8cmVjdCB4PSIxOC42IiB5PSIyOS41IiBjbGFzcz0ic3QxIiB3aWR0aD0iMi4zIiBoZWlnaHQ9IjguNCIvPg0KCTwvZz4NCgk8cmVjdCB4PSIwLjkiIHk9IjI4LjMiIGNsYXNzPSJzdDEiIHdpZHRoPSIzNi42IiBoZWlnaHQ9IjIuMyIvPg0KPC9nPg0KPC9zdmc+DQo=");
}

.product_card_block .characteristics li.metro_station:before {
  background: url(/local/templates/garantiruem/css/../img/metro-ico.png) no-repeat;
  width: 30px;
  height: 34px;
}

.product_card_block .characteristics li.studio:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOC41IDM4LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTF7ZmlsbDojNDIyOTk4O2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48dGl0bGU+QXNzZXQgMTwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9Il8xIiBkYXRhLW5hbWU9IjEiPjxwb2x5bGluZSBjbGFzcz0iY2xzLTEiIHBvaW50cz0iMzYuNyAxMi41IDM2LjcgMS44IDMwLjIgMS44IDMwLjIgMCAzOC41IDAgMzguNSAzOC41IDAgMzguNSAwIDAgMC45IDAgMjEuOSAwIDIxLjkgMS44IDEzLjEgMS44IDEzLjEgNS4zIDExLjEgNS4zIDExLjEgMS44IDEuOCAxLjggMS44IDEyLjI0IDExLjEgMTIuMjQgMTEuMSAxMC42IDEzLjEgMTAuNiAxMy4xIDE0LjI0IDEuOCAxNC4yNCAxLjggMzYuNyAzNi43IDM2LjcgMzYuNyAxNC41Ii8+PC9nPjwvZz48L3N2Zz4=");
}

.product_card_block .characteristics li.swap:before {
  background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzOC41IDM4LjUiPjxkZWZzPjxzdHlsZT4uY2xzLTEsLmNscy0ye2ZpbGw6IzQyMjk5ODt9LmNscy0xe2ZpbGwtcnVsZTpldmVub2RkO308L3N0eWxlPjwvZGVmcz48dGl0bGU+QXNzZXQgMjwvdGl0bGU+PGcgaWQ9IkxheWVyXzIiIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgaWQ9Il8xIiBkYXRhLW5hbWU9IjEiPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIyNi40NyAxOS4yNSAyNi40NyAxNi4xMyA0LjE3IDE2LjEzIDQuMTcgMTIuNzIgMjYuNDcgMTIuNzIgMjYuNDMgOS4zNyAzNC4zMyAxNC40MyAyNi40NyAxOS4yNSIvPjxwb2x5Z29uIGNsYXNzPSJjbHMtMSIgcG9pbnRzPSIxMi4wMyAyOS4xMyAxMi4wMyAyNi4wMiAzNC4zMyAyNi4wMiAzNC4zMyAyMi42MSAxMi4wMyAyMi42MSAxMi4wNiAxOS4yNSA0LjE3IDI0LjMxIDEyLjAzIDI5LjEzIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNMzYuNywxLjhWMzYuN0gxLjhWMS44SDM2LjdNMzguNSwwSDBWMzguNUgzOC41VjBaIi8+PC9nPjwvZz48L3N2Zz4=");
}

.product_card_block .characteristics li strong {
  font: 20px Montserrat-bold;
}

.product_card_block .characteristics li strong span {
  font: 20px Montserrat-bold;
  color: #bcbcbc;
}

.product_card_block .characteristics li p {
  margin-top: 3px;
  font: 14px Montserrat-Regular;
}

.product_card_block .price_container {
  border: 2px solid #301e92;
  padding: 30px 25px;
}

@media (max-width: 575px) {
  .product_card_block .price_container {
    padding: 10px;
  }
}

.product_card_block .price_container hr {
  width: 100%;
  background: #301e92;
  margin: 28px 0;
}

@media (max-width: 575px) {
  .product_card_block .price_container hr {
    margin: 15px 0;
  }
}

.product_card_block .price_container .price_block .price-1 {
  font: 20px Montserrat-Regular;
  text-transform: uppercase;
  margin-bottom: 3px;
}

@media (max-width: 575px) {
  .product_card_block .price_container .price_block .price-1 {
    font: 16px Montserrat-Regular;
  }
}

.product_card_block .price_container .price_block .price-2 {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  font: 24px Montserrat-bold;
  text-transform: uppercase;
}

.product_card_block .price_container .price_block .price-2 i {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #301e92;
  font: 8px Montserrat-bold;
}

.product_card_block .price_container .price_block .price-2 span {
  font: 22px Montserrat-bold;
  text-transform: uppercase;
  position: relative;
}

@media (max-width: 575px) {
  .product_card_block .price_container .price_block .price-2 span {
    font: 20px Montserrat-bold;
  }
}

@media (max-width: 575px) {
  .product_card_block .price_container .price_block .price-2 {
    font: 20px Montserrat-bold;
  }
}

.product_card_block .add_to_favorites_container {
  margin-top: 35px;
  margin-left: 30px;
}

.product_card_block .add_to_favorites_container .my_favorites_link {
  color: #140083;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  padding-left: 60px;
  max-width: 190px;
  display: inline-block;
  position: relative;
  line-height: 1.5;
}

.product_card_block .add_to_favorites_container .my_favorites_link:hover:before {
  background-position: 100%;
}

.product_card_block .add_to_favorites_container .my_favorites_link:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: -moz-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background: -webkit-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background: -ms-linear-gradient(180deg, #1f00cb 0, #140084 50%, #1f00cb 100%);
  background-size: 200%;
  background-position: 0;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.product_card_block .add_to_favorites_container .my_favorites_link:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/favorite1.png);
  width: 20px;
  height: 18px;
  left: 12px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.product_card_block .contacts_container {
  margin-top: 35px;
  margin-left: 30px;
  position: relative;
}

.product_card_block .contacts_container:hover:before {
  background: #ce3c3c;
}

.product_card_block .contacts_container:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: #dc0000;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.product_card_block .contacts_container:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/ringing-phone-512.png);
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
}

.product_card_block .contacts_container * {
  padding-left: 60px;
  display: block;
}

.product_card_block .contacts_container p {
  color: #dc0000;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.5;
}

.product_card_block .contacts_container a {
  font: 20px Montserrat-Medium;
  color: #333;
  margin-bottom: 5px;
}

.product_card_block .print_container {
  margin-top: 35px;
  margin-left: 30px;
  position: relative;
}

.product_card_block .messengar_container {
  margin-top: 35px;
  margin-left: 30px;
  position: relative;
}

.product_card_block .messengar_container:hover:before {
  background: #ce3c3c;
}

.product_card_block .messengar_container:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: #7360f2;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.product_card_block .messengar_container:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/message.png);
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
}

.product_card_block .messengar_container * {
  padding-left: 60px;
  display: block;
}

.product_card_block .messengar_container p {
  color: #dc0000;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.5;
}

.product_card_block .messengar_container a {
  font: 20px Montserrat-Medium;
  color: #333;
  margin-bottom: 5px;
}

.product_card_block .telegram_container {
  margin-top: 35px;
  margin-left: 30px;
  position: relative;
}

.product_card_block .telegram_container:hover:before {
  background: #ce3c3c;
}

.product_card_block .telegram_container:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: #28a8e8;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.product_card_block .telegram_container:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/telegram.png);
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
}

.product_card_block .telegram_container * {
  padding-left: 60px;
  display: block;
}

.product_card_block .telegram_container p {
  color: #dc0000;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.5;
}

.product_card_block .telegram_container a {
  font: 20px Montserrat-Medium;
  color: #333;
  margin-bottom: 5px;
}

.product_card_block .whatsapp_container {
  margin-top: 35px;
  margin-left: 30px;
  position: relative;
}

.product_card_block .whatsapp_container:hover:before {
  background: #ce3c3c;
}

.product_card_block .whatsapp_container:before {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  background: #43D854;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.product_card_block .whatsapp_container:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/whatsapp.png);
  width: 20px;
  height: 20px;
  top: 12px;
  left: 12px;
}

.product_card_block .whatsapp_container * {
  padding-left: 60px;
  display: block;
}

.product_card_block .whatsapp_container p {
  color: #dc0000;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.5;
}

.product_card_block .whatsapp_container a {
  font: 20px Montserrat-Medium;
  color: #333;
  margin-bottom: 5px;
}

.b_top {
  border-top: 1px solid #ddd;
}

#map {
  margin-top: 40px;
}

@media (max-width: 575px) {
  #map>ymaps {
    height: 250px !important;
  }

  #map>ymaps>ymaps {
    height: 250px !important;
  }
}

.related_object_slider>.slick-arrow {
  width: 14px;
  height: 27px;
  opacity: 1;
}

.related_object_slider>.slick-arrow:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background: url(/local/templates/garantiruem/css/../img/r_arrow.png);
  width: 14px;
  height: 27px;
  opacity: 1;
}

@media (min-width: 1600px) {
  .related_object_slider>.slick-prev {
    left: -40px;
  }
}

@media (max-width: 1300px) {
  .related_object_slider>.slick-prev {
    left: 0;
  }
}

.related_object_slider>.slick-prev:hover:before {
  background: url(/local/templates/garantiruem/css/../img/r_arrow_2.png);
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

@media (min-width: 1600px) {
  .related_object_slider>.slick-next {
    right: -40px;
  }
}

@media (max-width: 1300px) {
  .related_object_slider>.slick-next {
    right: 0;
  }
}

.related_object_slider>.slick-next:hover:before {
  background: url(/local/templates/garantiruem/css/../img/r_arrow_2.png);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}

.related_object_slider>.slick-next:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.filters_form label {
  font: 13px Montserrat-Bold;
  color: #333;
  margin-bottom: 6px;
  width: 100%;
}

.filters_form select {
  width: 100%;
}

.filters_form .select2-container--default .select2-selection--single {
  border: 1px solid #d3d3d3;
}

.filters_form .form-control {
  border-radius: 0;
  border: 1px solid #d3d3d3;
}

.filters_form .select2-container .select2-selection--single .select2-selection__rendered {
  font: 14px GothamPro;
}

.filters_form .select2-container--default .select2-selection--single .select2-selection__arrow b {
  background: url(/local/templates/garantiruem/css/../img/arrow_s.png);
  width: 9px;
  height: 5px;
  border: 0;
  margin-top: -3px;
}

.filters_form .select2-container .select2-selection--single .select2-selection__rendered {
  margin-top: 0;
  padding-left: 12px;
  color: #333;
}

.filters_form .select2-container {
  width: 100% !important;
}

.filters_form .select2-container .select2-selection--single {
  height: 50px;
  border-radius: 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

.filters_form .number_field {
  position: relative;
  display: inline-block;
}

.filters_form .number_field .pre {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  position: absolute;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  font: 14px GothamPro;
  color: #333;
}

.filters_form input[type="checkbox"] {
  opacity: 0;
}

.filters_form input[type="checkbox"]:checked+label:before {
  border: 1px solid #c61a1a;
}

.filters_form input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.filters_form input[type="checkbox"]+label {
  font: 16px GothamPro-Bold;
  color: #333;
  padding-left: 10px;
  position: relative;
  cursor: pointer;
  width: max-content;
}

.filters_form input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #d3d3d3;
  left: -17px;
  background: #fff;
  cursor: pointer;
}

.filters_form input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/checkbox1.png);
  width: 13px;
  height: 10px;
  left: -14px;
  top: 5px;
  opacity: 0;
  cursor: pointer;
}

.filters_form input.number {
  height: 35px;
  padding-left: 25px;
  color: #333;
  font: 14px GothamPro-Bold;
}

.filters_form input.number::-webkit-inner-spin-button,
.filters_form input.number::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.filters_form input.number::-webkit-input-placeholder {
  color: #888;
  font: 14px GothamPro-Bold;
}

.filters_form input.number:-moz-placeholder {
  color: #888;
  font: 14px GothamPro-Bold;
}

.filters_form input.number::-moz-placeholder {
  color: #888;
  font: 14px GothamPro-Bold;
}

.filters_form input.number:-ms-input-placeholder {
  color: #888;
  font: 14px GothamPro-Bold;
}

.filters_form input.number::-ms-input-placeholder {
  color: #888;
  font: 14px GothamPro-Bold;
}

.filters_form .f_btn {
  background: #c61a1a;
  border: 0;
  border-radius: 4px;
  color: #fff;
  font: 13px Montserrat-Bold;
  padding: 12px;
  width: 100%;
  max-width: 168px;
  text-align: center;
  max-height: 50px;
  cursor: pointer;
  margin-top: 7px;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.filters_form .f_btn:hover {
  background: #140083;
  text-decoration: none;
  border-radius: 4px;
}

.objects_filter {
  background: #fff;
  padding: 12px 0 8px;
  -webkit-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.11);
  box-shadow: 0 0 13px 0 rgba(0, 0, 0, 0.11);
}

@media (max-width: 650px) {
  .objects_filter {
    padding: 40px 0 8px;
  }
}

@media (max-width: 1200px) {
  .objects_filter {
    box-shadow: none;
  }
}

@media (max-width: 1200px) {
  .objects_filter .row>div {
    margin-bottom: 20px;
  }

  .objects_filter .row>div:last-child {
    margin-bottom: 0;
  }
}

.advanced_objects_filter {
  background: #fff;
  padding: 25px 0 20px;
  -webkit-box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.11);
  -moz-box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 0 13px 0 rgba(0, 0, 0, 0.11);
  display: none;
}

.advanced_objects_filter .field {
  margin-bottom: 25px;
}

.advanced_objects_filter>.container>.col-12>.row {
  margin-right: 0;
  margin-left: 0;
}

.advanced_objects_filter>.container>.col-12>.row>div {
  padding-right: 30px;
}

.advanced_objects_filter>.container>.col-12>.row>div>label {
  min-height: 30px;
}

.advanced_objects_filter>.container>.col-12>.row>div .row>.form-group {
  padding-right: 0;
  padding-left: 0;
}

.select2-results__option {
  font: 14px GothamPro;
}

.pl-25 {
  padding-left: 25px;
}

.no-wrap {
  white-space: nowrap;
}


.section_btns {
  background-color: #f5f5f5;
  border-top: 1px solid #d7d7d9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}

@media (min-width: 1200px) {
  .section_btns {
    height: 40px;
  }
}



.section_btns .adv_f_btn {
  background: 0 0;
  border: 0;
  color: #140083;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
}

.section_btns .adv_f_btn.active:before {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.section_btns .adv_f_btn:before {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/arrow_f.png);
  width: 10px;
  height: 13px;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section_btns .map-objects_togglers {
  display: flex;
  display: -webkit-flex;
  padding: 0;
  margin: 0;
}

.section_btns .map-objects_togglers li {
  list-style: none;
  padding: 0 10px;
  position: relative;
  font: 12px GothamPro;
  text-transform: uppercase;
  cursor: pointer;
  color: #666;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.section_btns .map-objects_togglers li.active {
  font: 12px GothamPro-Bold;
  color: #140083;
}

.section_btns .map-objects_togglers li:hover {
  color: #140083;
}

.section_btns .map-objects_togglers li:first-child {
  padding-left: 0;
}

.section_btns .map-objects_togglers li:last-child:before {
  display: none;
}

.section_btns .map-objects_togglers li:before {
  content: "/";
  position: absolute;
  color: #666;
  right: -3px;
}

.section_btns .consultation {
  color: #c61a1a;
  display: inline-block;
  font: 12px 'Montserrat-Bold';
  text-transform: uppercase;
  padding-left: 33px;
  position: relative;
}
.section_btns .consultation:hover {
  text-decoration: none;
}
.section_btns .consultation:before {
  content: '';
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/add.svg);
  width: 23px;
  height: 15px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.section_views.map-objects_views {
  display: flex;
  display: -webkit-flex;
}

@media (max-width: 1200px) {
  .section_views.map-objects_views {
    overflow: hidden;
  }
}

.section_views.map-objects_views .objects_container {
  width: 60%;
  overflow: auto;
  padding-bottom: 70px;
}

@media (max-width: 575px) {
  .section_views.map-objects_views .objects_container {
    padding-bottom: 40px;
  }
}

@media (min-width: 1200px) {
  .section_views.map-objects_views .objects_container {
    height: 785px;
  }
}

@media (max-width: 1200px) {
  .section_views.map-objects_views .objects_container {
    width: 100%;
  }
}

@media (max-width: 1800px) and (min-width: 1200px) {
  .section_views.map-objects_views .objects_container .object_list>div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

.section_views.map-objects_views .map_container {
  width: 40%;
}

.section_views.map_views .objects_container {
  display: none;
}

.section_views.map_views .map_container {
  width: 100%;
  display: block !important;
}

.objects_container article.type_product.object {
  margin-bottom: 30px;
}

.load_more {
  margin: 0 auto;
  display: block;
  margin-top: 10px;
  color: #dc0000;
  border: 1px solid #dc0000;
  background: 0 0;
  width: 100%;
  max-width: 267px;
  text-align: center;
  padding: 12px;
  font: 16px GothamPro;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

.load_more:hover {
  color: #ce3c3c;
  border: 1px solid #ce3c3c;
}

.section_content .about {
  padding-bottom: 0;
}

.section_content .about img {
  margin-top: 0;
}

.description ul {
  padding-left: 0;
  margin-bottom: 40px;
}

.description ul li {
  padding-left: 20px;
  position: relative;
  list-style: disc;
  margin-bottom: 15px;
}

.description .time {
  padding-left: 40px;
  position: relative;
}

.description .time:before {
  content: "";
  position: absolute;
  background: #fff url(/local/templates/garantiruem/css/../img/time.png);
  width: 21px;
  height: 21px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.description .location {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  text-decoration: underline;
}

.description .location:focus,
.description .location:hover {
  text-decoration: none;
}

.description .location:before {
  content: "";
  position: absolute;
  background: #fff url(/local/templates/garantiruem/css/../img/location.png);
  width: 18px;
  height: 22px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.border_top {
  border-top: 1px solid #ddd;
  margin-top: 20px;
}

.modal .field {
  margin-bottom: 40px;
}

.modal .btn_block {
  text-align: center;
}

.modal .modal-content {
  border-radius: 0;
  padding-bottom: 50px;
}

@media (min-width: 1200px) {
  .modal .modal-content {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.modal .modal-header {
  border: 0;
  justify-content: center;
  -webkit-justify-content: center;
  display: inline-block;
}

.modal .h1 {
  margin-bottom: 0;
  text-align: center;
  padding-left: 0;
}

.modal .h1:before {
  display: none;
}

@media (min-width: 576px) {
  .modal .modal-dialog {
    min-width: 530px;
  }
}

.modal .close {
  background: url(/local/templates/garantiruem/css/../img/m_close.png);
  width: 24px;
  height: 24px;
  position: absolute;
  margin: 0;
  padding: 0;
  top: 20px;
  right: 20px;
  opacity: 1;
}

.modal-open .modal {
  z-index: 99999;
}

.modal-backdrop {
  z-index: 9999;
}

#map_modal .modal-content {
  padding: 10px 0 0;
}

.banner_parallax {
  background-attachment: fixed;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: block;
  max-width: 340px;
  background: #fff;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.popover.in-cluster {
  padding-top: 24px;
}

.popover.in-cluster .close {
  top: 0;
}

.popover .close {
  position: absolute;
  left: 0;
  top: -23px;
  width: 23px;
  height: 23px;
  background: -moz-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  background: -webkit-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  background: -ms-linear-gradient(180deg, #140084 0, #1f00cb 100%);
  cursor: pointer;
  opacity: 1;
}

.popover .close:hover {
  opacity: 0.8;
}

.popover .close:after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  margin: 5px auto;
  background: url(/local/templates/garantiruem/css/../img/popover-close.png) no-repeat 0 0;
}

.popover .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-width: 11px;
  border-bottom-width: 0;
}

.popover .arrow:before {
  display: none;
}

.popover .arrow,
.popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow:after {
  content: "";
  bottom: 1px;
  border-width: 10px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover article.type_product.object {
  margin-bottom: 0;
}

.popover article.type_product.object .type_product_link {
  font: 14px Montserrat-bold;
}

.popover article.type_product.object .location {
  font-size: 10px;
}

.popover article.type_product.object article.type_product.object .area {
  font-size: 10px;
}

.popover article.type_product.object .room_count {
  font: 8px Montserrat-Regular;
}

.popover article.type_product.object .price_block .price_dollar span {
  font: 16px Montserrat-bold;
}

.popover article.type_product.object .price_block .price_byn {
  font: 16px Montserrat-Regular;
}

@media (max-width: 1200px) {
  .section_filters {
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 40px 0 50px;
    font-size: 0;
    text-align: center;
    background: #e9e9eb;
    overflow-y: auto;
    overflow-x: hidden;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
  }

  .section_filters.visible {
    visibility: visible;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }

  .section_filters .advanced_objects_filter {
    display: block;
    background: #e9e9eb;
    box-shadow: none;
  }
}

@media (max-width: 1200px) {
  .section_btns {
    position: fixed;
    z-index: 100;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    background: #e3e3e5;
  }
}

.m_show_filters {
  background: 0 0;
  border: 0;
  color: #140083;
  font: 12px Montserrat-Regular;
  text-transform: uppercase;
  position: relative;
  padding-right: 22px;
  cursor: pointer;
  padding-left: 45px;
  margin-bottom: 0;
}

.m_show_filters:before {
  content: "";
  position: absolute;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAyNiAyNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjYgMjY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiMxNDAwODQ7fQ0KPC9zdHlsZT4NCjxnPg0KCTxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xLjgsNy44aDYuN0M4LjgsOSw5LjksMTAsMTEuMywxMHMyLjYtMSwyLjktMi4zaDEwQzI0LjcsNy44LDI1LDcuNCwyNSw3cy0wLjMtMC44LTAuOC0wLjhoLTEwDQoJCUMxMy45LDUsMTIuNyw0LDExLjMsNFM4LjgsNSw4LjQsNi4zSDEuOEMxLjMsNi4zLDEsNi42LDEsN1MxLjMsNy44LDEuOCw3Ljh6IE0xMS4zLDUuNWMwLjgsMCwxLjUsMC43LDEuNSwxLjVzLTAuNywxLjUtMS41LDEuNQ0KCQlTOS44LDcuOCw5LjgsN1MxMC41LDUuNSwxMS4zLDUuNXoiLz4NCgk8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMjQuMywxMi4zaC0xLjZDMjIuMywxMSwyMS4xLDEwLDE5LjcsMTBzLTIuNiwxLTIuOSwyLjNIMS44QzEuMywxMi4zLDEsMTIuNiwxLDEzczAuMywwLjgsMC44LDAuOGgxNS4xDQoJCWMwLjMsMS4zLDEuNSwyLjMsMi45LDIuM3MyLjYtMSwyLjktMi4zaDEuNmMwLjQsMCwwLjgtMC4zLDAuOC0wLjhTMjQuNywxMi4zLDI0LjMsMTIuM3ogTTE5LjcsMTQuNWMtMC44LDAtMS41LTAuNy0xLjUtMS41DQoJCXMwLjctMS41LDEuNS0xLjVzMS41LDAuNywxLjUsMS41UzIwLjYsMTQuNSwxOS43LDE0LjV6Ii8+DQoJPHBhdGggY2xhc3M9InN0MCIgZD0iTTI0LjMsMTguM0g5LjdDOS40LDE3LDguMiwxNiw2LjgsMTZjLTEuNCwwLTIuNiwxLTIuOSwyLjNIMS44QzEuMywxOC4zLDEsMTguNiwxLDE5czAuMywwLjgsMC44LDAuOGgyLjINCgkJQzQuMiwyMSw1LjQsMjIsNi44LDIyYzEuNCwwLDIuNi0xLDIuOS0yLjNoMTQuNWMwLjQsMCwwLjgtMC4zLDAuOC0wLjhTMjQuNywxOC4zLDI0LjMsMTguM3ogTTYuOCwyMC41Yy0wLjgsMC0xLjUtMC43LTEuNS0xLjUNCgkJczAuNy0xLjUsMS41LTEuNWMwLjgsMCwxLjUsMC43LDEuNSwxLjVTNy42LDIwLjUsNi44LDIwLjV6Ii8+DQo8L2c+DQo8L3N2Zz4NCg==");
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 28px;
  height: 30px;
}

.m_show_filters_bg {
  background: #e9e9eb;
  height: 43px;
  margin-top: -6px;
}

@media (max-width: 1200px) {
  .map-objects_togglers_bg {
    height: 43px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
  }
}

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

.f_btn2 {
  background: #c61a1a;
  border: 0;
  color: #fff;
  font: 16px GothamPro-Bold;
  text-transform: uppercase;
  padding: 15px;
  width: 100%;
  max-width: 168px;
  text-align: center;
  margin: 24px auto;
  max-height: 50px;
  cursor: pointer;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -o-transition: 0.3s linear;
}

@media (min-width: 1200px) {
  .f_btn2 {
    display: none;
  }
}

.close_filter {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 23px;
  height: 23px;
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCA2NSA1OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNjUgNTk7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxwYXRoIGQ9Ik00OS43LDQ4LjNjMC45LDAuOS0wLjUsMi4zLTEuNCwxLjRMMzAsMzEuNEwxMS43LDQ5LjdjLTAuOSwwLjktMi4zLTAuNS0xLjQtMS40TDI4LjYsMzBMMTAuMywxMS43DQoJYy0wLjktMC45LDAuNS0yLjMsMS40LTEuNEwzMCwyOC42bDE4LjMtMTguM2MwLjktMC45LDIuMywwLjUsMS40LDEuNEwzMS40LDMwTDQ5LjcsNDguM3oiLz4NCjwvc3ZnPg0K");
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media (min-width: 1200px) {
  .close_filter {
    display: none;
  }
}

@media (max-width: 991px) {
  .object_section_content {
    margin-top: 70px;
  }
}

@media (max-width: 575px) {
  .object_section_content {
    margin-top: 50px;
    padding-bottom: 0;
  }
}

@media (max-width: 575px) {
  .objects_toggler {
    padding-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .map_container>ymaps {
    height: 300px !important;
  }

  .map_container>ymaps>ymaps {
    height: 300px !important;
  }
}

.popover>ymaps {
  min-height: 347px !important;
}

.popover article {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.section_content .reviews_list>div {
  margin-top: 100px;
}

@media (max-width: 575px) {
  .section_content .reviews_list>div {
    margin-top: 55px;
  }
}

article.type_review .more {
  display: none;
}

article.type_review .show_more {
  color: #140083;
  font-size: 12px;
  font-family: Montserrat-Regular;
  padding-top: 0;
  text-decoration: underline;
  cursor: pointer;
}

.review_text * {
  font: 14px Montserrat-Regular;
  line-height: 1.5;
}

.type_review .type_our_team_item {
  border-top: 1px solid #c9c5e3;
  padding-top: 10px;
  margin-top: 25px;
  display: block;
}

.type_review .type_our_team_item .flex {
  display: flex;
  display: -webkit-flex;
}

.type_review .type_our_team_item .col_2 {
  margin-left: 20px;
}

.type_review .type_our_team_item .img {
  display: inline-block;
  width: 80px;
  height: 85px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 575px) {
  .type_review .type_our_team_item .img {
    width: 60px;
    height: 65px;
  }
}

.type_review .type_our_team_item .title {
  text-align: left;
  font: italic 14px Montserrat-bold;
  margin-bottom: 10px;
  margin-top: 17px;
}

@media (max-width: 575px) {
  .type_review .type_our_team_item .title {
    margin-top: 5px;
    font: italic 12px Montserrat-bold;
  }
}

.type_review .type_our_team_item .title+p {
  text-align: left;
  font: italic 14px Montserrat-Regular;
}

@media (max-width: 575px) {
  .type_review .type_our_team_item .title+p {
    font: italic 12px Montserrat-Regular;
  }
}

#modef {
  width: 100%;
  display: inline-block;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.objects_filter .count-2 .count-3 .form-group {
  padding: 0 5px;
}

.objects_filter .count-2 .count-3 .form-group .number_field {
  width: 100%;
}

.objects_filter .count-2 .form-check {
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  min-height: 26px;
}

.objects_filter .count-2 .form-check:before {
  content: "";
  position: absolute;
  border: 1px solid #000;
  left: 1px;
  right: 5px;
  bottom: 2px;
  top: -2px;
}

.objects_filter .count-2 .form-check:nth-child(1):before {
  border: 1px solid #e6761b;
}

.objects_filter .count-2 .form-check:nth-child(2):before {
  border: 1px solid #177bc9;
}

.objects_filter .count-2 .form-check:nth-child(3):before {
  border: 1px solid #b51eff;
}

.objects_filter .count-2 .form-check:nth-child(4):before {
  border: 1px solid #595959;
}

.number_field {
  width: 100%;
}

.ymaps-2-1-65-balloon-pane {
  z-index: 9999 !important;
}

.props_list {
  width: 100%;
  margin: 0;
}

.props_list * {
  font-size: 14px;
  color: #000;
}

.props_list tr td:first-child {
  text-align: left;
  padding-right: 5px;
  padding-left: 0;
}

.props_list td {
  position: relative;
  vertical-align: top;
  width: 50%;
}

.props_list td:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ebebeb;
  bottom: 5px;
  left: 0;
  right: 0;
}

.props_block .char_name .props_item,
.props_block .char_value,
.props_list .props_item {
  overflow: hidden;
  text-overflow: ellipsis;
}

.props_list .props_item span {
  background: #fff;
  padding-right: 5px;
  position: relative;
}

.props_list td.char_value {
  overflow: hidden;
  text-overflow: ellipsis;
}

.props_list td {
  text-align: right;
  padding: 0 0 0 5px;
  font-size: 14px;
}

.props_list td>.txt,
.props_list td>span {
  position: relative;
  background: #fff;
  padding: 0;
  display: inline-block;
}

.props_list td.char_value span {
  padding: 0 0 0 5px;
}

.char_block {
  margin-top: 30px;
}

.product_card_block .characteristics li.apartments:before {
  background: url(/local/templates/garantiruem/img/new_icon/measuring-tape_1.png);
  width: 35px;
  height: 31px;
}

.product_card_block .characteristics li.class:before {
  background: url(/local/templates/garantiruem/img/new_icon/blueprint_1.png);
  width: 31px;
  height: 31px;
}

.product_card_block .characteristics li.type_of_house:before {
  background: url(/local/templates/garantiruem/img/new_icon/window_1.png);
  width: 27px;
  height: 37px;
}

.product_card_block .characteristics li.number_of_storeys:before {
  background: url(/local/templates/garantiruem/img/new_icon/city_1.png);
  width: 31px;
  height: 31px;
}

.product_card_block .characteristics li.ceiling_height:before {
  background: url(/local/templates/garantiruem/img/new_icon/ladder_1.png);
  width: 29px;
  height: 31px;
}

.product_card_block .characteristics li.deadline:before {
  background: url(/local/templates/garantiruem/img/new_icon/i_1.png);
  width: 30px;
  height: 34px;
}

.product_card_block .characteristics li.developer:before {
  background: url(/local/templates/garantiruem/img/new_icon/builder_1.png);
  width: 21px;
  height: 31px;
  left: 5px;
}

.main_nav ul li {
  position: relative;
}

.main_nav ul li.has_submenu>a {
  position: relative;
}

.main_nav ul li.has_submenu>a i {
  position: absolute;
  background: url(/local/templates/garantiruem/img/dropdown.png);
  width: 9px;
  height: 5px;
  margin: auto 0 auto -16px;
  top: 0;
  bottom: 0;
}

.main_nav ul li:hover>a i {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}

.main_nav ul li:hover .sub_menu {
  display: block;
}

.main_nav ul li .sub_menu {
  position: absolute;
  display: none;
  width: 100%;
  top: 100%;
  z-index: 999;
}

.main_nav ul li .sub_menu li a {
  background: #051a53;
  border-top: 1px solid #565368;
  display: inline-block;
  width: 100%;
  padding: 22px 0;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font: 16px GothamPro-Bold;
}

.main_nav ul li .sub_menu li a:hover {
  text-decoration: none;
  background: #1d3164;
}

.relink-bg-image {
  height: 225px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
}

.relink-bg-image.lazy-background {
  background-size: auto;
}

.relink-bg-image.lazy-background .visible {
  background-size: cover;
}

.relink-bg-image .relink_element {
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(60, 78, 99, 0.76);
  -webkit-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  text-align: center;
}

.relink-bg-image .relink_element:hover {
  text-decoration: none;
  background: rgba(60, 78, 99, 0.26);
}

.relink-bg-image div {
  font-weight: 700;
  text-align: center;
  font-size: 22px;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  height: auto;
  white-space: normal;
  padding-top: 95px;
}

.relink-bg-image div:before {
  content: "";
  display: inline-block;
  min-height: inherit;
  height: 100%;
  vertical-align: middle;
}

.main_banner_desc .h1,
.main_banner_desc h1 {
  color: #fff;
}

.dstrc {
  font-weight: 700;
  margin-top: 10px;
  font-size: 12px;
}

.prtext {
  font-size: 12px;
  padding: 10px 15px 10px 15px;
}

.category-main-items-sale>div {
  background-size: cover;
  background: url(/local/templates/garantiruem/img/sale-main.jpg) center;
  position: relative;
  height: 305px;
  padding: 0;
  overflow: hidden;
}

.category-main-items-sale ul {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  height: 100%;
  padding: 38px 60px;
  background: rgba(60, 78, 99, 0.76);
}

.category-main-items-sale ul li {
  line-height: 25px;
}

.category-main-items-sale a {
  color: #fff;
}

.category-main-items-sale h3 {
  color: #fff;
}

.category-main-items-lease ul {
  position: absolute;
  width: 100%;
  margin: 0 auto;
  list-style: none;
  height: auto;
  padding: 38px 60px;
  background: rgba(60, 78, 99, 0.76);
}

.category-main-items-lease ul li {
  line-height: 25px;
}

.category-main-items-lease a {
  color: #fff;
}

.category-main-items-lease h3 {
  color: #fff;
}

.catalog-front-page .category-main-items-sale:first-child>div {
  background-size: cover;
  background: url(/local/templates/garantiruem/img/catalog-flat.jpg) center;
  position: relative;
  height: 305px;
  padding: 0;
  overflow: hidden;
}

.catalog-front-page .category-main-items-sale:last-child>div {
  background-size: cover;
  background: url(/local/templates/garantiruem/img/catalog-rn.jpg) center;
  position: relative;
  height: 305px;
  padding: 0;
  overflow: hidden;
}

.catalog-front-page .category-main-items-house:first-child>div {
  background-size: cover;
  background: url(/local/templates/garantiruem/img/catalog-house.jpg) center;
  position: relative;
  height: 305px;
  padding: 0;
  overflow: hidden;
}

.catalog-front-page .category-main-items-house-rn:last-child>div {
  background-size: cover;
  background: url(/local/templates/garantiruem/img/catalog-house-rn.jpg) center;
  position: relative;
  height: 305px;
  padding: 0;
  overflow: hidden;
}

.catalog-front-page .category-main-items-lease:first-child>div {
  background-size: cover;
  background: url(/local/templates/garantiruem/img/catalog-flat-rent.jpg) center;
  position: relative;
  height: 305px;
  padding: 0;
  overflow: hidden;
}

.catalog-front-page .category-main-items-lease:last-child>div {
  background-size: cover;
  background: url(/local/templates/garantiruem/img/catalog-rn-rent.jpg) center;
  position: relative;
  height: 305px;
  padding: 0;
  overflow: hidden;
}

.catalog-front-page ul {
  position: absolute;
  width: 82%;
  margin: 0 auto;
  list-style: none;
  height: 100%;
  padding: 38px 60px;
  background: rgba(5, 26, 83, 0.90);
}

.h3-title-front {
  color: #333;
  font: 30px Montserrat-bold;
  position: relative;
  padding-left: 50px;
  line-height: 1 !important;
  margin-top: 38px;
  margin-bottom: 35px;
}

.h3-title-front:before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: #c61a1a;
  left: 0;
  bottom: 5px;
}

.catalog-front-page a {
  color: #fff;
}

.catalog-front-page li {
  line-height: 25px;
  list-style: none;
}

@media (max-width: 991px) {
  .catalog-front-page ul {
    padding: 20px 30px !important;
  }

  .catalog-front-page .category-main-items-sale>div {
    height: 360px !important;
  }

  .catalog-front-page .category-main-items-lease>div {
    height: 360px !important;
  }
}

@media (max-width: 767px) {
  .catalog-front-page .category-main-items-sale>div {
    height: 270px !important;
    margin-bottom: 10px;
  }

  .catalog-front-page .category-main-items-lease>div {
    height: 270px !important;
    margin-bottom: 10px;
  }

  .h3-title-front {
    font: 22px Montserrat-bold;
    margin-top: 30px;
    margin-bottom: 30px;
    padding-left: 30px;
  }

  .tab button {
    padding: 0 !important;
    font: 22px Montserrat-bold !important;
    text-align: center !important;
  }

  .tabcontent {
    margin-top: 10px !important;
  }
}

@media (max-width: 465px) {
  .category-main-items-sale ul {
    height: 100%;
    padding: 20px 20px;
  }

  .category-main-items-lease ul {
    height: 100%;
    padding: 20px 20px;
  }

  .category-main-items-sale>div {
    height: 380px;
  }

  .category-main-items-lease>div {
    height: 380px;
  }

  .catalog-front-page ul {
    padding: 20px 10px !important;
  }

  .catalog-front-page .category-main-items-sale>div {
    height: 320px !important;
    margin-bottom: 10px;
  }

  .catalog-front-page .category-main-items-lease>div {
    height: 320px !important;
    margin-bottom: 10px;
  }
}

.desc-block #map {
  margin-top: 0;
}

.main_nav ul>li:nth-child(2).has_submenu:hover .sub_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background: #051a53;
  position: absolute;
  width: 1170px;
  left: -100%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #1d3164;
}

.main_nav ul>li:nth-child(3).has_submenu:hover .sub_menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  background: #051a53;
  position: absolute;
  width: 1170px;
  left: -200%;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 2px solid #1d3164;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(7) {
  grid-column: 2;
  grid-row-start: 1;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(8) {
  grid-column: 2;
  grid-row-start: 2;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(9) {
  grid-column: 2;
  grid-row-start: 3;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(10) {
  grid-column: 2;
  grid-row-start: 4;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(11) {
  grid-column: 2;
  grid-row-start: 5;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(12) {
  grid-column: 2;
  grid-row-start: 6;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(13) {
  grid-column: 2;
  grid-row-start: 7;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(14) {
  grid-column: 2;
  grid-row-start: 8;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(15) {
  grid-column: 2;
  grid-row-start: 9;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(1) {
  grid-column: 1;
  grid-row-start: 1;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(2) {
  grid-column: 1;
  grid-row-start: 2;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(3) {
  grid-column: 1;
  grid-row-start: 3;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(4) {
  grid-column: 1;
  grid-row-start: 4;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(5) {
  grid-column: 1;
  grid-row-start: 5;
}

.main_nav ul>li:nth-child(3)>.sub_menu li:nth-child(6) {
  grid-column: 1;
  grid-row-start: 6;
}

.main_nav ul>li:nth-child(3)>.sub_menu li {
  width: 100%;
}

.main_nav ul>li:nth-child(3)>.sub_menu li a {
  border-top: 0;
  padding: 7px 43px;
  text-align: left;
  text-transform: inherit;
}

@media (max-width: 1199px) {
  .main_nav ul>li:nth-child(3).has_submenu:hover .sub_menu {
    width: 500%;
  }

  .main_nav ul>li:nth-child(2).has_submenu:hover .sub_menu {
    width: 500%;
  }
}

.section_content .h_right_widjet .time span {
  color: #140083 !important;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 0 40px;
  transition: 0.3s;
  font: 44px Montserrat-bold;
  color: #b2b6c3;
  width: 50%;
  text-align: left;
  text-transform: uppercase;
}

.tab-2 button {
  background-color: inherit;
  float: left;
  border: none;
  outline: 0;
  cursor: pointer;
  padding: 0 10px;
  transition: 0.3s;
  font: 44px Montserrat-bold;
  color: #b2b6c3;
  width: 25%;
  text-align: left;
  text-transform: uppercase;
}

.tab button:hover {
  color: #140083;
}

.tab button.active {
  color: #140083;
}

.tabcontent {
  display: none;
  margin-top: 40px;
  transition: 0.3s;
}

.link-block {
  text-align: center;
  margin-top: 60px;
}

.link-block ul {
  padding-left: 0;
  margin-bottom: 30px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link-block li {
  padding-left: 6px !important;
  position: relative;
  list-style: none;
  width: auto;
  padding: 7px;
  margin: 3px 3px 15px 3px;
  border: 2px solid #140083;
  float: left;
  transition: 0.3s linear;
}

.link-block li a {
  color: #140083;
}

.link-block li:hover {
  border: 2px solid #c61a1a;
}

.link-block li:hover a {
  color: #c61a1a;
  text-decoration: none;
}

.link-block li:before {
  content: none !important;
}

.infra li {
  padding-left: 75px !important;
  position: relative;
  list-style: none;
  margin-bottom: 20px;
  padding: 20px 0 15px 75px;
  cursor: pointer;
  font-weight: 700;
  transition: 0.3s;
}

.infra li:hover {
  color: #c61a1a;
}

.description>.infra>li:before {
  position: absolute;
  width: 60px !important;
  height: 60px !important;
  background-size: cover;
  transition: 0.3s;
  left: 0;
  top: 0;
}

.infra .metro:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_blue.png) no-repeat;
  background-position-y: -378px;
}

.infra .metro:hover:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_red.png) no-repeat;
  background-position-y: -378px;
  background-size: cover;
}

.infra .mall:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_blue.png) no-repeat;
  background-position-y: -155px;
}

.infra .mall:hover:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_red.png) no-repeat;
  background-position-y: -155px;
  background-size: cover;
}

.infra .park:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_blue.png) no-repeat;
  background-position-y: -74px;
}

.infra .park:hover:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_red.png) no-repeat;
  background-position-y: -74px;
  background-size: cover;
}

.infra .cinema:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_blue.png) no-repeat;
  background-position-y: 5px;
}

.infra .cinema:hover:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_red.png) no-repeat;
  background-position-y: 5px;
  background-size: cover;
}

.infra .sport:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_blue.png) no-repeat;
  background-position-y: -226px;
}

.infra .sport:hover:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra_red.png) no-repeat;
  background-position-y: -226px;
  background-size: cover;
}

.image-block-pr {
  margin-bottom: 30px;
}

.image-block-pr img {
  width: 100%;
}

@media (max-width: 576px) {
  .mob-box {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 10px 0;
  }
}

.main_nav.fixed {
  z-index: 9999999999999;
  width: 100%;
  top: 0;
}

@keyframes callorder {
  from {
    transform: rotate(0);
  }

  40% {
    transform: rotate(10deg);
  }

  70% {
    transform: rotate(0);
  }

  to {
    transform: rotate(-10deg);
  }
}

.contacts_container:after {
  animation: callorder 0.35s infinite ease-in-out;
}

.my_favorites_link.js_favorite.active:after {
  background: url(/local/templates/garantiruem/css/../img/favorite_2.png);
  background-size: cover;
  width: 24px;
  height: 24px;
  left: 9px;
  top: 3px;
  bottom: 0;
  margin: auto;
}

#feedback .title.h1 {
  font: 22px Montserrat-bold;
  line-height: 1.1 !important;
}

.fancy-item {
  overflow: hidden;
}

.fancy-item img {
  object-fit: contain;
  height: 100%;
  object-position: center;
  width: 100%;
  padding: 10px 0;
}

@media (max-width: 991px) {
  .container-fluid.garant_block {
    display: none;
  }

  .main_banner {
    min-height: 650px;
  }

  .main_banner_desc h1 {
    padding-left: 0;
  }
}

img.detail_picture {
  margin-bottom: 30px;
  height: 380px;
  width: auto;
}

.detail_text img {
  margin: 15px 0;
}

.type_news .top_desc {
  height: 260px;
}

@media (max-width: 1199px) {
  .type_news .top_desc {
    height: 190px;
  }
}

@media (max-width: 939px) {
  .type_news .top_desc {
    height: 235px;
  }
}

@media (max-width: 767px) {
  .type_news .top_desc {
    height: 180px;
  }
}

@media (max-width: 420px) {
  .type_news .top_desc {
    height: 260px;
  }
}

#subscribe-form {
  background: #e9e9eb;
  padding: 15px 15px 10px 15px;
  width: 100%;
  margin: 0 0 40px;
}

.container #subscribe-form form {
  display: flex;
}

.container #subscribe-form .checkbox_span {
  padding: 10px 10px;
}

.container #subscribe-form .checkbox_span {
  width: calc(55% / 3);
}

#subscribe-form .subscribe_button {
  border: none;
  cursor: pointer;
  max-width: 220px;
}

.container .subscribe_form {
  width: 45%;
  text-align: right;
}

#subscribe-form .checkbox_span input[type="checkbox"] {
  opacity: 0;
  width: 0;
}

#subscribe-form .checkbox_span input[type="checkbox"]:checked+label {
  display: block !important;
  opacity: 1 !important;
}

#subscribe-form .checkbox_span input[type="checkbox"]+label {
  font: 14px GothamPro;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

#subscribe-form .checkbox_span input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#subscribe-form .checkbox_span input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

#subscribe-form .checkbox_span input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/checkbox.png);
  width: 20px;
  height: 15px;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

#subscribe-form .subscribe_email {
  height: 52px;
  border: none;
  padding: 16px;
  margin-right: -4px;
  margin-top: 1px;
}

#subscribe-form .checkbox_span {
  margin-top: 0;
}

@media (max-width: 1198px) {
  .container .subscribe_form {
    display: flex;
  }

  .container #subscribe-form .subscribe_email {
    width: 50%;
    margin-right: 0;
    margin-top: 0;
    padding: 17px;
    height: auto;
  }

  .container #subscribe-form .subscribe_button {
    width: 50%;
  }
}

@media (max-width: 857px) {
  .container #subscribe-form form {
    display: block;
  }

  .container .subscribe_form {
    width: 100%;
  }

  .container #subscribe-form .checkbox_span {
    width: 100%;
  }
}

@media (max-width: 619px) {
  #subscribe-form {
    width: 100%;
  }

  #subscribe-form .subscribe_email {
    width: 100%;
    margin-right: 0;
  }

  #subscribe-form .subscribe_button {
    width: 100%;
    max-width: 100%;
    font: 14px GothamPro-Bold;
  }

  #subscribe-form .checkbox_span input[type="checkbox"]+label {
    font: 14px GothamPro;
  }
}

.subscribe-edit .checkbox_span input[type="radio"]+label {
  color: inherit;
}

.subscribe-edit .checkbox_span input[type="radio"]+label:before {
  border: 1px solid #cfced2;
}

.subscribe-edit .btn_default.reset {
  background: #47445c;
}

.subscribe-edit .btn_default {
  max-width: 100%;
}

.subscribe-edit .subscr_email {
  width: 80%;
  height: 40px;
  padding: 10px;
  border: 1px solid #cfced2;
}

.subscribe-edit thead td {
  color: #333;
  font: 35px Montserrat-bold;
  position: relative;
  line-height: 1 !important;
  padding-bottom: 30px;
}

.subscribe-edit .checkbox_span input[type="checkbox"] {
  opacity: 0;
  width: 0;
}

.subscribe-edit .checkbox_span input[type="checkbox"]:checked+label {
  display: block !important;
  opacity: 1 !important;
}

.subscribe-edit .checkbox_span input[type="checkbox"]+label {
  font: 16px GothamPro;
  padding-left: 40px;
  position: relative;
  cursor: pointer;
}

.subscribe-edit .checkbox_span input[type="checkbox"]+label:before {
  content: "";
  position: absolute;
  width: 30px;
  height: 30px;
  background: #fff;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 1px solid #cfced2;
}

.subscribe-edit .checkbox_span input[type="checkbox"]:checked+label:after {
  opacity: 1;
}

.subscribe-edit .checkbox_span input[type="checkbox"]+label:after {
  content: "";
  position: absolute;
  background: url(/local/templates/garantiruem/css/../img/checkbox.png);
  width: 20px;
  height: 15px;
  left: 5px;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}

.subscribe-edit div {
  margin-bottom: 25px;
}

.subscribe-edit .title_top {
  margin-bottom: 10px;
}

.subscribe-edit .title {
  margin-bottom: 15px;
}

.subscribe-edit .starrequired {
  color: #c61a1a;
}

.subscribe-edit form+p:last-child {
  font-size: 12px;
  color: #c61a1a;
  margin-top: -25px;
}

.news .detail_text {
  margin-bottom: 30px;
}

.info-text {
  margin-left: 89px;
  margin-bottom: 0;
  margin-top: 12px;
  text-transform: uppercase;
  color: #dc0000;
  font: 12px Montserrat-Regular;
}

.product_card_block .ya-share2 {
  margin-top: 15px;
  margin-left: 30px;
  position: relative;
}

.partners-block {
  box-shadow: 0 3px 12px 1px rgba(0, 0, 0, .13);
  padding: 15px 30px 30px 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;


}

#mailing #subscribe-form {
  margin: 0;
  width: 100%;
}

#mailing #subscribe-form .subscribe_email {
  width: 100%;
  margin-bottom: 15px;
}

#mailing #subscribe-form .subscribe_button {
  border: none;
  cursor: pointer;
  max-width: 100%;
  width: 100%;
}

#feedback_team .h1 {
  font: 20px Montserrat-bold;
  text-align: left;
}

#feedback_team .field {
  margin-bottom: 10px;
}

#feedback_team .item_img {
  width: 100%;
  height: 485px;
  margin: 19px -1px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}

#feedback_team .form-control {
  padding: 5px 10px;
}

#feedback_team .modal-body {
  padding-left: 0;
}

#feedback_team .popup-team-info.desc {
  height: 113px;
}

#feedback_team .modal-dialog {
  min-width: 840px;
}

#feedback_team textarea {
  height: 65px;
}

@media (max-width: 991px) {
  .team-order {
    padding: 5px 40px;
  }

  #feedback_team .h1 {
    text-align: center;
  }

  #feedback_team .popup-team-info.desc {
    text-align: center;
  }
}

#feedback_team .form-control+label {
  top: 9px;
  left: 25px;
}

#feedback_team input[type="submit"] {
  margin-top: 5px;
}

#feedback_team .name {
  font: 18px Montserrat-bold;
  margin-top: 15px;
  margin-bottom: 6px;
}

@media (max-width: 1199px) {
  #feedback_team .team-info {
    padding-left: 30px;
  }
}

@media (max-width: 991px) {
  #feedback_team .team-info {
    padding: 0 40px;
  }

  #feedback_team .item_img {
    width: 70%;
    height: 380px;
    margin: 50px -1px;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 auto;
  }

  #feedback_team .item_img+div {
    text-align: center;
  }

  #feedback_team .modal-dialog {
    min-width: 80%;
  }
}

@media (max-width: 420px) {
  #feedback_team .item_img {
    width: 100%;
    height: 290px;
  }

  #feedback_team .modal-header {
    margin-top: 30px;
  }

  #feedback_team .h1 {
    font: 20px Montserrat-bold;
  }
}

.type_services {
  text-align: center;
  padding-bottom: 5px;
  margin-top: 30px;
  height: 355px;
}

.type_services .item_img {
  display: inline-block;
  width: 100%;
  height: 250px;
  background-size: cover;
  background-position: center;
}

.type_services .name {
  font: 18px Montserrat-bold;
  margin-top: 15px;
  margin-bottom: 6px;
}

.another_serv {
  margin-top: 60px;
  margin-bottom: 40px;
}

.serv_block {
  margin-bottom: 40px;
  margin-top: -20px;
}

.tab_news .tablinks {
  cursor: pointer;
  color: #140083;
  padding: 7px 20px;
  border: 2px solid #140083;
  transition: 0.3s linear;
  width: auto;
  margin-bottom: 10px;
}

.tab_news .tablinks:hover {
  color: #c61a1a;
  text-decoration: none;
  border: 2px solid #c61a1a;
}

.tab_news {
  padding-bottom: 20px;
}

.team_page .item_img {
  margin-bottom: -4px;
}

.type_our_team_page {
  padding-bottom: 0 !important;
  text-align: left !important;
}

.openCoworkerPopup:hover {
  text-decoration: none;
}

@media (max-width: 767px) {
  .type_our_team_page p {
    padding: 0 10px 0 20px;
  }
}

.map_container .infotable table tbody td {
  border: 2px solid #1e00c7;
}

.sort_block {
  height: 20px;
  text-align: right;
  margin: 10px 0;
}

@media (min-width: 1201px) {
  .sort_block {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .sort_block {
    width: 100%;
    padding-right: 5%;
  }
}

.sort_block__button {
  color: #666;
}

.sort_block__button:hover {
  text-decoration: none;
  color: #666;
}

.sort_block__button span {
  font-weight: 700;
  display: block;
  width: 10px;
  height: 20px;
  float: right;
  margin-left: 0.25em;
}

.sort_block__button_asc span {
  -moz-transform: rotate(90deg) scale(1, 1.5);
  -ms-transform: rotate(90deg) scale(1, 1.5);
  -webkit-transform: rotate(90deg) scale(1, 1.5);
  -o-transform: rotate(90deg) scale(1, 1.5);
  transform: rotate(90deg) scale(1, 1.5);
}

.sort_block__button_desc span {
  -moz-transform: rotate(-90deg) scale(1, 1.5);
  -ms-transform: rotate(-90deg) scale(1, 1.5);
  -webkit-transform: rotate(-90deg) scale(1, 1.5);
  -o-transform: rotate(-90deg) scale(1, 1.5);
  transform: rotate(-90deg) scale(1, 1.5);
}

footer .email-contact {
  display: block;
  margin-top: 20px;
  color: #b8b2da;
}

.infra .sale:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_blue.png) no-repeat;
  background-position-y: -378px;
}

.infra .sale:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_red.png) no-repeat;
  background-position-y: -378px;
  background-size: cover;
}

.infra .buyer:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_blue.png) no-repeat;
  background-position-y: -155px;
}

.infra .buyer:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_red.png) no-repeat;
  background-position-y: -155px;
  background-size: cover;
}

.infra .rent:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_blue.png) no-repeat;
  background-position-y: -74px;
}

.infra .rent:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_red.png) no-repeat;
  background-position-y: -74px;
  background-size: cover;
}

.infra .country:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_blue.png) no-repeat;
  background-position-y: -155px;
}

.infra .country:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_red.png) no-repeat;
  background-position-y: -155px;
  background-size: cover;
}

.infra .owner:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_blue.png) no-repeat;
  background-position-y: 5px;
}

.infra .owner:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra2_red.png) no-repeat;
  background-position-y: 5px;
  background-size: cover;
}

.infra .deal:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_blue.png) no-repeat;
  background-position-y: -378px;
}

.infra .deal:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_red.png) no-repeat;
  background-position-y: -378px;
  background-size: cover;
}

.infra .owner-cottage:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_blue.png) no-repeat;
  background-position-y: 5px;
}

.infra .owner-cottage:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_red.png) no-repeat;
  background-position-y: 5px;
  background-size: cover;
}

.infra .rent-cottage:before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_blue.png) no-repeat;
  background-position-y: -74px;
}

.infra .rent-cottage:hover::before {
  content: "";
  background: url(/local/templates/garantiruem/img/infra3_red.png) no-repeat;
  background-position-y: -74px;
  background-size: cover;
}

.inst:before {
  content: "";
  position: absolute;
  background: url("/local/templates/garantiruem/css/../img/instagram.png");
  width: 24px;
  height: 24px;
  left: 0;
  top: 10px;
  bottom: 10px;
  margin: auto;
}

.img-cart-people {
 border-radius: 10px;
 width: 270px;
 height: 318px;
}

@media (max-width: 767px) {
  .img-cart-people {
    margin: 0 auto;
    display: block;
  }
}

.titile-belarus-sale {
  display: block;
  color: #333;
  font: 30px Montserrat-bold;
  position: relative;
  line-height: 1 !important;
  margin-top: 38px;
  margin-bottom: 35px;
}

@media (max-width: 1200px) {
  .titile-belarus-sale {
    font: 28px Montserrat-bold;
  }
}

@media (max-width: 767px) {
  .titile-belarus-sale {
    font: 22px Montserrat-bold;
  }
}

@media (max-width: 375px) {
  .titile-belarus-sale {
    font: 20px Montserrat-bold;
  }
}

@media (max-width: 991px) {
  .dropdown-menu {
    padding: 20px;
  }

  .dropdown-menu .mobile_block {
    display: block;
  }

  .dropdown-menu .mobile_block__header-1 {
    color: #140083;
    font: 14px Montserrat-Regular;
    font-weight: 700;
    margin-bottom: 14px;
  }

  .dropdown-menu .mobile_block__links a {
    color: #140083;
    font: 14px Montserrat-bold;
    padding-left: 32px;
    line-height: 26px;
    display: block;
    background: url(/local/templates/garantiruem/img/search.png) no-repeat 0 50%;
  }

  .dropdown-menu .mobile_block__links_search a {
    color: #140083;
    font: 14px Montserrat-bold;
    padding-left: 32px;
    line-height: 26px;
    display: block;
    background: url(/local/templates/garantiruem/img/search-mobile.png) no-repeat 0 50%;
  }

  .dropdown-menu .mobile_block__header-2 {
    color: #140083;
    font: 14px Montserrat-Regular;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 10px;
  }

  .dropdown-menu .dropdown_search_form {
    border: 1px solid #e5e2f1;
  }

  .dropdown-menu .dropdown_search_form input {
    border-top: 1px solid #e5e2f1;
    border-bottom: 1px solid #e5e2f1;
  }
}

.type_product.object .col-12 .row {
  width: 100%;
}

.contact-page-ul li {
  list-style: none !important;
  margin-left: 0 !important;
}

.description .row .col-12 .contacts_block .contact-page-ul li a {
  margin-left: 25px;
}

@media (max-width: 1199px) {
  .description .row .col-12 .h_right_widjet ul li {
    margin-left: 0;
  }
}

@media (max-width: 1125px) {
  .itemCartPeople .col-3 {
    flex: 0 0 30% !important;
    max-width: 30% !important;
  }

  .itemCartPeople .col-9 {
    flex: 0 0 70% !important;
    max-width: 70% !important;
  }
}

@media (max-width: 960px) {
  .itemCartPeople .col-3 {
    flex: 0 0 40% !important;
    max-width: 40% !important;
  }

  .itemCartPeople .col-9 {
    flex: 0 0 60% !important;
    max-width: 60% !important;
  }
}

@media (max-width: 767px) {
  .itemCartPeople .col-3 {
    margin: 0 auto;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }

  .itemCartPeople .col-9 {
    margin: 30px auto 0 auto;
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}

.description .infra li {
  list-style: none !important;
}

@media (max-width: 425px) {
  .exchange_form .exchange_form__second .container .row .exchange_form_icon {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (max-width: 1200px) {

  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding: 0 5% 0 5%;
  }
}

.main_nav ul>li:nth-child(2).has_submenu:hover .sub_menu {
  display: block;
  width: max-content;
  left: -100%;
}

.main_nav ul>li:nth-child(3).has_submenu:hover .sub_menu {
  display: block;
  width: max-content;
  left: -100%;
}

.main_nav ul>li:nth-child(2)>.sub_menu li a {
  border-top: 0;
  padding: 7px 43px;
  text-align: left;
  text-transform: inherit;
}

.submenu_level-2 {
  position: relative;
}

.submenu_level-2>ul {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: max-content;
  padding: 0;
  background: #2c2842;
}

.submenu_level-2>a.icon {
  padding-left: 13px !important;
}

.submenu_level-2>a.icon img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}

@media (min-width: 994px) {
  .submenu_level-2:hover>ul {
    display: block;
  }

  .submenu_level-2:hover>a {
    background: #1d3164 !important;
  }
}

.time.footer-time {
  padding-left: 40px;
}

.question_container {
  padding: 20px 0;
}

.question_container .field {
  margin-bottom: 20px;
}

.fancybox-container * {
  color: #eee;
}

.advanced_objects_filter .row .count-14-F-STUDIO .row .form-check-label,
.advanced_objects_filter .row .count-15-F-SWAP .row .form-check-label,
.advanced_objects_filter .row .count-16-F-COST .row .form-check-label,
.advanced_objects_filter .row .count-17-F-INSTALLMENT .row .form-check-label,
.advanced_objects_filter .row .count-18-F-CENTER .row .form-check-label,
.advanced_objects_filter .row .count-19-F-ELITE .row .form-check-label,
.advanced_objects_filter .row .count-20-F-SUBWAY .row .form-check-label {
  width: max-content;
}

.advanced_objects_filter .row .count-14-F-STUDIO,
.advanced_objects_filter .row .count-15-F-SWAP,
.advanced_objects_filter .row .count-16-F-COST,
.advanced_objects_filter .row .count-17-F-INSTALLMENT,
.advanced_objects_filter .row .count-18-F-CENTER,
.advanced_objects_filter .row .count-19-F-ELITE,
.advanced_objects_filter .row .count-20-F-SUBWAY {
  width: auto;
  max-width: initial;
}

.quality-control-link {
  position: relative;
  padding-left: 40px;
  display: inline-block;
  text-decoration: underline;
}

.quality-control-link::before {
  content: "";
  position: absolute;
  background: url("/upload/icons/control-quality-min.png");
  background-repeat: no-repeat;
  width: 25px;
  height: 22px;
  left: -3px;
  top: 0;
  bottom: 0;
  margin: auto;
}

footer .quality-control-link::before {
  background: url("/upload/icons/quality-new-image.png");
  filter: invert(81%) sepia(60%) saturate(1049%) hue-rotate(208deg) brightness(126%) contrast(92%);
}

.catalog-links {
  color: #b6b5b5;
  margin-bottom: 8px;
}

.catalog-links:hover {
  color: #333;
  margin-bottom: 8px;
  text-decoration: none;
  background-color: transparent;
  border-color: transparent;
}


.submenu_level-2>a.icon img {
  width: 22px;
  height: 22px;
  margin-right: 12px;
}


.block_form_icon__img_mobile {
  width: 64px;
  float: left;
  margin: 5px 10px 10px 0;
  position: center;
}

.block_form_icon__text_mobile {
  margin: 25px 10px 10px 0;
  color: #16112f;
  position: center;
  font-weight: 700;
}

.block_form_icon__img {
  width: 64px;
  float: left;
  margin: 5px 20px 20px 0;
  position: center;
}

.block_form_icon__text {
  margin: 25px 20px 20px 0;
  color: #16112f;
  position: center;
  font-weight: 700;
}

.offers-item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 2fr 2fr 2fr 3fr;
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  padding: 10px 20px;
}

.offers-item.offer-item--head {
  box-shadow: none;
}

.offer-item--head .offers-item__cell {
  font-weight: 700;
}

.offers-item__cell {
  margin: auto 0;
}

.offers-item__button-link {
  border: 1px solid #1f00cb;
  color: #1f00cb;
  font-size: 15px;
  padding: 10px 30px;
  background-color: #fff;
  cursor: pointer;
  margin-left: 22px;
}

.offers-item__button-link:hover {
  background-color: #1f00cb;
  color: #fff;
}

.database-popup .modal {
  background-color: rgba(0, 0, 0, 0.5);
}

.offers-item__cell--mobile {
  display: none;
}

.offers-list__wrapper {
  margin: 20px 0;
}

@media (max-width: 768px) {
  .offers-item__cell--mobile {
    display: block;
    font-weight: 700;
  }

  .offers-item__cell {
    display: flex;
  }

  .offers-item__price {
    font-weight: 700;
  }

  .offers-item__room {
    font-weight: 700;
  }

  .offer-item--head {
    display: none;
  }

  .offers-item__code {
    display: none;
  }

  .offers-item {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .offers-item {
    padding: 20px 35px;
  }

  .offers-item__button-link {
    width: 100%;
    color: #c61a1a;
    border: 1px solid #c61a1a;
    margin-left: 0;
  }

  .offers-item__button-link:hover {
    background-color: #c61a1a;
  }

  .database-popup .modal-content {
    top: 70px;
  }
}

.custom-descr-wrapper {
  margin: 15px 0;
}

.custom-descr-wrapper h2 {
  margin-top: 10px;
}

@media (max-width: 1200px) {
  .related_object_slider .col-12.col-sm-12.col-md-6.col-xl-4 {
    padding: 0 15px !important
  }
  .related_object_slider .row {
    margin-left: 0 !important;
  }
}

@media (max-width: 575px) {
  .related_object_slider .col-12.col-sm-12.col-md-6.col-xl-4.slick-current .object{margin: 0 15px}
}

@media (min-width: 576px) and (max-width: 980px) {
  .related_object_slider .col-12.col-sm-12.col-md-6.col-xl-4.slick-current .object{margin-left: 15px}
  .related_object_slider .col-12.col-sm-12.col-md-6.col-xl-4.slick-current + .slick-active .object{margin-left: 0;margin-right: 15px}
}

@media (min-width: 981px) and (max-width: 1300px) {
  .related_object_slider .col-12.col-sm-12.col-md-6.col-xl-4.slick-current .object{margin-left: 15px}
  .related_object_slider .col-12.col-sm-12.col-md-6.col-xl-4.slick-current ~ .slick-active .object{margin-left: 0;margin-right: 30px}
}

@media (min-width: 1201px) {
  .related_object_slider .slick-slide:not(.slick-active) .object{box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2)}
}

.steps-line-wrapper {
  position: relative;
}

.steps-grid {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 10px;               /* уменьшенный gap между блоками */
  margin-left: -5px;       /* убрать отступ слева */
  margin-right: -5px;      /* убрать отступ справа */
}

.step {
  background: transparent;
  border-radius: 12px;
  padding: 25px 15px;
  width: 20%;
  box-shadow: 0 6px 20px rgba(0,0,0,0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 200px;
  box-sizing: border-box;
  margin-left: 5px;    /* компенсируем margin контейнера */
  margin-right: 5px;
}

.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.2);
}

.step-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: #051a53;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 20px;
  font-weight: bold;
}

.step-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #222;
}

.step-text {
  font-size: 16px;
  color: #333;
  flex-grow: 1;
}

.step-separator {
  width: 20px;
  border-top: 2px dashed #bbb;
  align-self: center;
  margin: 0 5px;
}

/* Адаптив */
@media (max-width: 991px) {
  .steps-grid {
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    justify-content: flex-start;
    gap: 15px;
    padding-bottom: 10px;
    scrollbar-width: none;
    margin-left: 0;   /* сброс отрицательного margin для прокрутки */
    margin-right: 0;
  }
  .steps-grid::-webkit-scrollbar {
    display: none;
  }
  .step {
    width: 80%;
    min-width: 280px;
    margin-left: 0;  /* сброс margin для прокрутки */
    margin-right: 0;
    box-shadow: 0 6px 15px rgba(0,0,0,0.1);
  }
  .step-separator {
    display: none;
  }
}

@media (max-width: 600px) {
  .step {
    width: 90%;
    min-width: 260px;
  }
}

.desktop-margin-top {
  margin-top: 110px;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .desktop-margin-top {
    margin-top: 20px !important;
  }
}
.propertyTabs {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  cursor: pointer;
  user-select: none;
}

.propertyTab {
  padding: 10px 25px;
  font-weight: 600;
  font-size: 24px;
  border-bottom: 3px solid transparent;
  color: #051a53;
  transition: border-color 0.3s, color 0.3s;
}

.propertyTab.active {
  border-color: #051a53;
  color: #051a53;
}

.mobile-bottom-menu {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-around;
  padding: 8px 0;
  box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.05);
  z-index: 10000;
}

.menu-item {
  flex: 1;
  text-align: center;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 12px;
}

.menu-item .icon {
  width: 24px;
  height: 24px;
  fill: #1e90ff;
  margin: 0 auto;
  display: block;
}

.menu-item .text {
  margin-top: 4px;
}

/* Скрывать на десктопе */
@media screen and (min-width: 768px) {
  .mobile-bottom-menu {
    display: none;
  }
}

/* End */


/* Start:/local/templates/garantiruem/components/bitrix/menu/top_services/style.css?16838082691699*/
.main_submenu {
  display: none; /** turn to "flex" in <noscript> (template.php) */
}
/** if javascript is disabled */
.main_submenu {
  gap: 11px;
  margin-bottom: 25px;
}
.submenu_link {
  color: #140083;
  font: 14px "Montserrat-bold";
  text-transform: uppercase;
}
.submenu_link:hover {
  color: #c61a1a;
  text-decoration: none;
}
.submenu_link:focus-visible {
  outline: 3px dotted #140083;
  outline-offset: 2px;
}
/** if javascript is enabled (submenu replaced) */
#header .main_menu > .nav > li > a {
  padding: 11px;
  display: inline-block;
}
#header .main_menu .main_submenu {
  position: absolute;
  left: 0;
  flex-direction: column;
  gap: 11px;
  width: 300px;
  padding: 1rem;
  background-color: white;
  -webkit-box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 20%);
  z-index: 1;
}
#header .main_menu .submenu_item {
  list-style: inside disc;
}
#header .main_menu .has-children:after {
  content: "";
  background: center/cover no-repeat
    url(/local/templates/garantiruem/img/dropdown.png);
  filter: brightness(0);
  width: 9px;
  height: 5px;
  vertical-align: middle;
  display: inline-block;
  margin: -3px 5px 0 -5px;
}
#header .main_menu .has-children:hover:after,
#header .main_menu .has-children:focus-within:after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
#header .main_menu .has-children:hover .main_submenu,
#header .main_menu .has-children:focus-within .main_submenu {
  display: flex;
}

/* End */


/* Start:/local/templates/garantiruem/components/altasib/feedback.form/.default/form_style.min.css?155810737539091*/
.modal_form{border-radius:5px;background:#fff;position:absolute;top:45%;left:50%;opacity:0;z-index:2001;transition:all .3s ease 0;box-shadow:0 0 33px rgba(0,0,0,0.36);min-height:200px;height:auto;overflow:hidden;box-sizing:border-box;padding:40px 20px 40px}.modal_close{width:14px;height:14px;position:absolute;background:#fff;top:20px;right:20px;cursor:pointer;display:block;overflow:hidden;opacity:.6;-ms-filter:alpha(opacity=60);filter:alpha(opacity=60);z-index:2;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.modal_close_ok{width:115px;height:36px;line-height:36px;background:#0097f6;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 2px 4px 2px #e6e6e6;-moz-box-shadow:0 2px 4px 2px #e6e6e6;box-shadow:0 2px 4px 2px #e6e6e6;border:0;outline:0;color:#fff;text-align:center;margin:0 auto 10px;display:block;cursor:pointer;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.modal_close_ok:hover{-webkit-box-shadow:0 2px 5px 3px #ccc;-moz-box-shadow:0 2px 5px 3px #ccc;box-shadow:0 2px 5px 3px #ccc}.modal_close:hover{opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100)}.modal_close__left:before{position:absolute;content:'';left:-3px;top:-5px;border:12px solid transparent;border-left-color:#767676}.modal_close__left:after{position:absolute;content:'';left:-7px;top:-5px;border:12px solid transparent;border-left-color:#fff}.modal_close__right:before{position:absolute;content:'';right:-3px;top:-5px;border:12px solid transparent;border-right-color:#767676}.modal_close__right:after{position:absolute;content:'';right:-7px;top:-5px;border:12px solid transparent;border-right-color:#fff}.alx_fb_overlay{z-index:2000;position:fixed;background-color:#000;opacity:.2;width:100%;height:100%;top:0;left:0;cursor:pointer;display:none}.alx_feedback_popup{cursor:pointer}.alx-feedb-data-errorLoading{text-align:center;padding-top:50px}.alx_fedb_wait{height:140px;left:45%;position:fixed;top:45%;width:140px;z-index:2001;text-align:center}.alx-feedb-data{position:absolute;opacity:0}.alx-feedb-data-view{position:relative;opacity:1;width:100%;transition:all .3s ease 0}.afbf_success_block{height:140px;display:table;vertical-align:middle;width:100%;margin-bottom:20px}.afbf_success_block._without-popup{height:100px}.afbf_success_block._without-popup .afbf_mess_ok{text-align:left;line-height:50px}.afbf_success_block._without-popup .afbf_mess_ok .mess{margin-left:60px}.afbf_success_block._without-popup .afbf_ok_icon{display:inline-block;width:auto;min-width:50px;float:left;margin-bottom:0}.afbf_mess_ok{display:table-cell;vertical-align:middle;text-align:center}@keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-moz-keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-webkit-keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-o-keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}.alx-rotate-loading,.alx-feedb-loading{height:120px;position:relative;width:120px;border-radius:100%}.alx-rotate-loading{margin:40px auto}.alx-feedb-loading{border:13px solid transparent;border-color:transparent #fff transparent #FFF;-moz-animation:alx-rotate-loading 2s linear 0 infinite normal;-moz-transform-origin:50% 50%;-o-animation:alx-rotate-loading 2s linear 0 infinite normal;-o-transform-origin:50% 50%;-webkit-animation:alx-rotate-loading 2s linear 0 infinite normal;-webkit-transform-origin:50% 50%;animation:alx-rotate-loading 2s linear 0 infinite normal;transform-origin:50% 50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.alx-rotate-loading:hover .alx-feedb-loading{border-color:transparent #e45635 transparent #e45635}.alx-rotate-loading:hover .alx-feedb-loading,.alx-rotate-loading .alx-feedb-loading{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.alx-feedb-loading-text{animation:2s linear 0 normal none infinite running loading-text-opacity;color:#fff;font-size:15px;font-weight:bold;margin-top:52.5px;position:absolute;text-align:center;text-transform:uppercase;top:0;width:120px}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-moz-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-o-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@-moz-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-o-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@-o-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}@-o-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-o-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-moz-keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@-moz-keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-moz-keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-o-keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@-o-keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-o-keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@-webkit-keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.alx-popup-show-anime1{animation:pulse .75s ease-in-out 0 both;display:block}.alx-popup-hide-anime1{animation:bounceIn .5s}.alx-popup-mess-show-anime1{animation:pulseMess .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx-popup-show-anime2{animation:rotateIn .75s ease-in-out 0 both;display:block}.alx-popup-hide-anime2{animation:rotateOut .5s both}.alx-popup-mess-show-anime2{animation:rotateIn .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx-popup-show-anime3{animation:fadeInRight .75s ease-in-out 0 both;display:block}.alx-popup-hide-anime3{animation:fadeOutRight .5s both}.alx-popup-mess-show-anime3{animation:fadeInRight .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx-popup-show-anime4{animation:bounceInDown .75s ease-in-out 0;display:block}.alx-popup-hide-anime4{animation:bounceOutDown .5s}.alx-popup-mess-show-anime4{animation:bounceInDown .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx_feed_back{padding:0;margin:0;text-transform:none !important;text-align:left !important;line-height:normal !important;text-decoration:none !important}.alx_feed_back form{padding:0;margin:0}.modal_form .afbf_error_block{position:relative;margin-bottom:20px}.modal_form .afbf_error_block:after{content:'';position:absolute;bottom:-10px;left:-20px;right:-20px;height:1px;background:#ccc}.afbf_error_icon{float:left;margin-right:5px;width:50px;height:40px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/.default/images/afbf_danger-sign.png) no-repeat 0 0}.afbf_error_block .afbf_error_text,.afbf_error_block .afbf_error_ftext{font-size:16px;height:40px;line-height:40px;padding-bottom:30px;color:#f80000;display:block}.afbf_ok_icon{margin:0 0 20px 0;width:100%;height:50px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/.default/images/afbf_check-box.png) no-repeat 50% 50%}.modal_form .afbf_error_block td{vertical-align:top;text-align:left}.modal_form .alx-feedb-error{margin-top:0}.alx-feedb-error .afbf_error_block ul{list-style:none;padding-left:55px;font-size:14px;color:#f80101;margin:0}.alx-feedb-error .afbf_error_block ul li{padding:0 0 4px 8px;margin:0;display:block;list-style:none !important;background:transparent !important}.alx-feedb-error .afbf_error_block ul li:before{content:'' !important}.alx-feedb-error .afbf_error_block ul li span{position:relative;z-index:1;margin-left:-8px}.modal_form .afbf_feedback_poles{padding:0;margin:11px 0 0 0}.afbf_item_pole{padding:0;margin:40px 0 30px;position:relative}*html .afbf_item_pole{position:relative;z-index:1;zoom:1}.afbf_item_pole .afbf_name{padding:0;margin:0 0 6px 0}.afbf_item_pole .afbf_select,.afbf_item_pole .afbf_textarea,.afbf_item_pole .afbf_inputtext{height:34px;width:100%;padding:7px 5px !important;font-size:14px;outline:0;border:1px solid #e0e0e0}.afbf_item_pole.item_pole__captcha .afbf_inputtext{box-sizing:content-box;padding:7px 0 !important}.afbf_item_pole select.afbf_inputtext.afbf_select_sect{height:auto}.afbf_item_pole .dropdownjs.feedback_dropdown>ul{right:0;left:auto;top:35px;bottom:auto;height:120px;padding:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;-webkit-box-shadow:0 11px 22px 2px rgba(204,204,204,0.75);-moz-box-shadow:0 11px 22px 2px rgba(204,204,204,0.75);box-shadow:0 11px 22px 2px rgba(204,204,204,0.75)}.afbf_item_pole .dropdownjs.feedback_dropdown:after{content:'';position:absolute;right:10px;top:50%;margin-top:-2px;display:inline-block;border:5px solid transparent;border-top:5px solid #767676}.afbf_item_pole .afbf_checkbox label{margin-left:20px;margin-bottom:5px;font-weight:normal;position:relative;cursor:pointer;font-size:14px;top:auto;left:auto;pointer-events:inherit;-webkit-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all}.afbf_checkbox{margin:10px 0 20px}.afbf_checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;margin:0;overflow:hidden;pointer-events:none}.afbf_checkbox .afbf_checkbox_box{vertical-align:middle;position:relative;top:2px;margin-right:12px}.afbf_checkbox_box .afbf_checkbox_check{position:relative;display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.54);border-radius:2px;overflow:hidden;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;z-index:1}.afbf_checkbox input[type=checkbox]+.afbf_checkbox_box .afbf_checkbox_check:before{content:'';position:absolute;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);display:block;margin-top:-4px;margin-left:5px;width:0;height:0;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{content:'';position:absolute;color:#7b7f7f;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}.afbf_checkbox input[type=checkbox]:focus:checked+.afbf_checkbox_box .afbf_checkbox_check:before{-webkit-animation:checkbox-on .3s forwards;-o-animation:checkbox-on .3s forwards;animation:checkbox-on .3s forwards}.afbf_checkbox input[type=checkbox]:focus+.afbf_checkbox_box .afbf_checkbox_check:before{-webkit-animation:checkbox-off .3s forwards;-o-animation:checkbox-off .3s forwards;animation:checkbox-off .3s forwards}.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check{border:0}.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{margin-top:-3px;margin-left:7px}.afbf_item_pole.is_filled .afbf_name.static_name,.afbf_item_pole.is_focused .afbf_name.static_name,.afbf_name.static_name{position:static;color:inherit;font-size:inherit;margin-bottom:20px}.afbf_item_pole.item_pole__captcha .afbf_name{top:67px}.afbf_item_pole.item_pole__captcha.is_filled .afbf_name,.afbf_item_pole.item_pole__captcha.is_focused .afbf_name{top:55px}.afbf_pole_captcha{margin-bottom:30px}.afbf_pole_captcha .image{vertical-align:middle}.afbf_pole_captcha .g-recaptcha{display:inline-block;vertical-align:middle}.afbf_pole_captcha .afbf_captcha_reload{display:inline-block;vertical-align:middle;width:22px;height:16px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/.default/images/icon_reload.png) no-repeat 0 0;cursor:pointer;margin-left:20px}.afbf_inputtext_bg .afbf_textarea{width:100%;z-index:100;height:102px;overflow:auto;resize:vertical;max-height:450px;max-width:100%;min-height:34px;min-width:100%}.afbf_submit_block{margin:30px 0 0 0;padding:0;display:block;text-align:right !important}.afbf_btn{display:inline-block;padding:15px 25px !important;border:none !important;text-transform:uppercase !important;text-decoration:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px !important;-webkit-box-shadow:0 3px 4px 1px rgba(204,204,204,0.75);-moz-box-shadow:0 3px 4px 1px rgba(204,204,204,0.75);box-shadow:0 3px 4px 1px rgba(204,204,204,0.75);cursor:pointer;font-size:16px !important;outline:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.alx_feed_back .afbf_feedback_poles .afbf_btn:hover{-webkit-box-shadow:0 6px 6px 1px rgba(204,204,204,0.75);-moz-box-shadow:0 6px 6px 1px rgba(204,204,204,0.75);box-shadow:0 6px 6px 1px rgba(204,204,204,0.75)}.afbf_inputtext_bg select{width:100%;padding:0;margin:0;border:0}.afbf_file_button{position:absolute;right:-1px;height:100%;top:-1px;z-index:1}*html .alx_feed_back .afbf_feedback_poles div{zoom:1}.afbf_inputtext_bg_calendar{position:relative;z-index:2;zoom:1}.afbf_inputtext_bg_calendar .afbf_calendar_icon{position:absolute;top:3px;right:5px}.afbf_error_text,.afbf_error_ftext{display:none}.col-12.field.error_pole .afbf_error_text,.col-12.field.error_fpole .afbf_error_ftext{position:relative;display:block;margin:5px 0 0;padding-right:20px;color:#f80000;font-size:12px}.col-12.field.error_pole .afbf_error_text:after,.col-12.field.error_fpole .afbf_error_ftext:after{content:'';position:absolute;right:0;display:inline-block;width:17px;height:16px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/.default/images/icon_error.png) 0 0 no-repeat}.dropdownjs{position:relative}.dropdownjs *{box-sizing:border-box}.dropdownjs>input{width:100%;padding-right:30px;text-overflow:ellipsis}.dropdownjs>input.focus~ ul{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.dropdownjs>ul{position:absolute;padding:0;margin:0;min-width:200px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);z-index:10000}.dropdownjs>ul[placement=top-left]{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;bottom:0;left:0}.dropdownjs>ul[placement=bottom-left]{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;top:0;left:0}.dropdownjs>ul>li{list-style:none;padding:10px 20px}.dropdownjs>ul>li.dropdownjs-add{padding:0}.dropdownjs>ul>li.dropdownjs-add>input{border:0;padding:10px 20px;width:100%}.dropdownjs>input[readonly]{cursor:pointer}select[data-dropdownjs][disabled]+.dropdownjs>input[readonly]{cursor:default}.dropdownjs>ul{background:#FFF;box-shadow:0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12);-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;padding:10px;overflow:auto;max-width:500px}.dropdownjs>ul>li{cursor:pointer;word-wrap:break-word;-webkit-transition:background-color .15s ease 0;-moz-transition:background-color .15s ease 0;-ms-transition:background-color .15s ease 0;-o-transition:background-color .15s ease 0;transition:background-color .15s ease 0}.dropdownjs>ul>li:hover,.dropdownjs>ul>li.selected,.dropdownjs>ul>li:active{background-color:#eaeaea;outline:0}.dropdownjs>ul>li:focus{outline:0;outline:1px solid #d4d4d4}.dropdownjs>ul>li>.close:before{content:"\00d7";display:block;position:absolute;right:15px;float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.6}.dropdownjs>ul>li:h>.close:hover:before{opacity:.9}.afbf_radio{margin:0 0 20px}.afbf_radio label{padding-bottom:10px;padding-left:34px;position:relative;top:auto;left:auto;pointer-events:inherit;cursor:pointer;font-size:14px;color:#1b1b1b;line-height:20px !important;display:inline-block}.afbf_radio input[type=radio]{position:absolute;opacity:0;height:0;width:0;overflow:hidden}.afbf_radio span{display:block;position:absolute;left:0;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.afbf_radio .afbf_radio_circle{border:2px solid rgba(0,0,0,.54);height:20px;width:20px;border-radius:50%}.afbf_radio .afbf_radio_check{left:5px;top:5px;height:10px;width:10px;border-radius:100%;background-color:rgba(0,0,0,.54);-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.afbf_radio input[type=radio]:checked ~ .afbf_radio_check{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.afbf_checkbox.toggle{margin:0 0 40px}.afbf_checkbox.toggle label{position:relative;cursor:pointer;font-size:14px;color:#1b1b1b;top:auto;left:auto;pointer-events:inherit}.afbf_checkbox.toggle input[type=checkbox]{opacity:0;width:0;height:0;margin:0;position:absolute}.afbf_checkbox.toggle label .afbf_checkbox_check{display:none}.afbf_checkbox.toggle,.afbf_checkbox.toggle label,.afbf_checkbox.toggle input,.afbf_checkbox.toggle .afbf_checkbox_box{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.afbf_checkbox.toggle label .afbf_checkbox_box{display:inline-block;width:36px;height:15px;background-color:#bbb9b9;border-radius:15px;margin-right:15px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;vertical-align:middle;top:-2px}.afbf_checkbox.toggle label .afbf_checkbox_box:after{content:"";display:inline-block;width:20px;height:20px;background-color:#f1f1f1;border-radius:20px;position:relative;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);left:0;top:-3px;-webkit-transition:left .3s ease,background .3s ease,-webkit-box-shadow .1s ease;-o-transition:left .3s ease,background .3s ease,box-shadow .1s ease;transition:left .3s ease,background .3s ease,box-shadow .1s ease}.afbf_inputtext_bg.file input[type=file]{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100;cursor:pointer}.afbf_inputtext_bg.file .afbf_input_group{position:relative;display:table;width:100%;border-collapse:separate}.afbf_inputtext_bg.file .afbf_input_group .afbf_inputtext{display:table-cell;width:100%;height:34px}.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn{position:relative;display:table-cell;padding-left:5px;font-size:0;white-space:nowrap;width:1%;vertical-align:middle}.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn .afbf_file_button{border-radius:50%;height:34px;margin:auto;width:34px;overflow:hidden;background:#fff;border:0;position:relative;line-height:normal;background:url(/local/templates/garantiruem/components/altasib/feedback.form/.default/images/icon_file.png) center no-repeat;cursor:pointer;-webkit-box-shadow:0 1px 2px 1px rgba(231,231,231,1);-moz-box-shadow:0 1px 2px 1px rgba(231,231,231,1);box-shadow:0 1px 2px 1px rgba(231,231,231,1)}.afbf_inputtext_bg.file.load_file label{font-size:12px}.afbf_radio .afbf_radio_circle{border:2px solid}.afbf_checkbox.toggle label input[type=checkbox]:checked+.afbf_checkbox_box:after{left:15px}@media screen and (max-width:768px){.alx_feed_back{width:99% !important}.modal_form{width:100% !important;margin-left:0 !important;left:0}}@-webkit-keyframes checkbox-on{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-o-keyframes checkbox-on{0{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@keyframes checkbox-on{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-webkit-keyframes checkbox-off{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@-o-keyframes checkbox-off{0{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@keyframes checkbox-off{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}
/* End */


/* Start:/local/templates/garantiruem/components/altasib/feedback.form/.default/themes/theme_3578bd6d208f3593a3df445e9c801b35.min.css?15581073752988*/
#alx_feed_back_FID1 .afbf_radio_circle{border-color:#009688}#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked+.afbf_checkbox_box:after,#alx_feed_back_FID1 .afbf_radio_check{background-color:#009688}#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn{color:#fff !important;background:#009688 !important}#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn:hover{color:#fff !important;background:#006153 !important}#alx_feed_back_FID1 .afbf_checkbox.toggle label input[type=checkbox]:checked+.afbf_checkbox_box{background-color:#abf1e3}#alx_feed_back_FID1 .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before,#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_filled .afbf_name,#alx_feed_back_FID1.floating_labels .afbf_item_pole.is_focused .afbf_name{color:#006153}#alx_feed_back_FID1.form_inputs_line .afbf_select,#alx_feed_back_FID1.form_inputs_line .afbf_textarea,#alx_feed_back_FID1.form_inputs_line .afbf_inputtext,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_select,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_textarea,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.is_focused .afbf_inputtext{background-image:-webkit-gradient(linear,left top,left bottom,from(#009688),to(#009688)),-webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#e0e0e0));background-image:-webkit-linear-gradient(#009688,#009688),-webkit-linear-gradient(#e0e0e0,#e0e0e0);background-image:-o-linear-gradient(#009688,#009688),-o-linear-gradient(#e0e0e0,#e0e0e0);background-image:linear-gradient(#009688,#009688),linear-gradient(#e0e0e0,#e0e0e0)}#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_select,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_textarea,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole .afbf_inputtext,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_select,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_textarea,#alx_feed_back_FID1.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_inputtext{background-image:-webkit-gradient(linear,left top,left bottom,from(#f80000),to(#f80000)),-webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#e0e0e0));background-image:-webkit-linear-gradient(#f80000,#f80000),-webkit-linear-gradient(#e0e0e0,#e0e0e0);background-image:-o-linear-gradient(#f80000,#f80000),-o-linear-gradient(#e0e0e0,#e0e0e0);background-image:linear-gradient(#f80000,#f80000),linear-gradient(#e0e0e0,#e0e0e0);-moz-background-size:100% 2px,100% 1px;background-size:100% 2px,100% 1px}#alx_feed_back_FID1 .afbf_select,.afbf_textarea,.afbf_inputtext,#alx_feed_back_FID1 .afbf_checkbox label{color:#212121}#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_select,#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_textarea,#alx_feed_back_FID1 .afbf_item_pole.is_focused .afbf_inputtext{border-color:#009688}
/* End */


/* Start:/local/templates/garantiruem/components/altasib/feedback.form/team_form/form_style.min.css?155809226939091*/
.modal_form{border-radius:5px;background:#fff;position:absolute;top:45%;left:50%;opacity:0;z-index:2001;transition:all .3s ease 0;box-shadow:0 0 33px rgba(0,0,0,0.36);min-height:200px;height:auto;overflow:hidden;box-sizing:border-box;padding:40px 20px 40px}.modal_close{width:14px;height:14px;position:absolute;background:#fff;top:20px;right:20px;cursor:pointer;display:block;overflow:hidden;opacity:.6;-ms-filter:alpha(opacity=60);filter:alpha(opacity=60);z-index:2;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.modal_close_ok{width:115px;height:36px;line-height:36px;background:#0097f6;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;-webkit-box-shadow:0 2px 4px 2px #e6e6e6;-moz-box-shadow:0 2px 4px 2px #e6e6e6;box-shadow:0 2px 4px 2px #e6e6e6;border:0;outline:0;color:#fff;text-align:center;margin:0 auto 10px;display:block;cursor:pointer;-webkit-transition:all .2s ease-out;-moz-transition:all .2s ease-out;-ms-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.modal_close_ok:hover{-webkit-box-shadow:0 2px 5px 3px #ccc;-moz-box-shadow:0 2px 5px 3px #ccc;box-shadow:0 2px 5px 3px #ccc}.modal_close:hover{opacity:1;-ms-filter:alpha(opacity=100);filter:alpha(opacity=100)}.modal_close__left:before{position:absolute;content:'';left:-3px;top:-5px;border:12px solid transparent;border-left-color:#767676}.modal_close__left:after{position:absolute;content:'';left:-7px;top:-5px;border:12px solid transparent;border-left-color:#fff}.modal_close__right:before{position:absolute;content:'';right:-3px;top:-5px;border:12px solid transparent;border-right-color:#767676}.modal_close__right:after{position:absolute;content:'';right:-7px;top:-5px;border:12px solid transparent;border-right-color:#fff}.alx_fb_overlay{z-index:2000;position:fixed;background-color:#000;opacity:.2;width:100%;height:100%;top:0;left:0;cursor:pointer;display:none}.alx_feedback_popup{cursor:pointer}.alx-feedb-data-errorLoading{text-align:center;padding-top:50px}.alx_fedb_wait{height:140px;left:45%;position:fixed;top:45%;width:140px;z-index:2001;text-align:center}.alx-feedb-data{position:absolute;opacity:0}.alx-feedb-data-view{position:relative;opacity:1;width:100%;transition:all .3s ease 0}.afbf_success_block{height:140px;display:table;vertical-align:middle;width:100%;margin-bottom:20px}.afbf_success_block._without-popup{height:100px}.afbf_success_block._without-popup .afbf_mess_ok{text-align:left;line-height:50px}.afbf_success_block._without-popup .afbf_mess_ok .mess{margin-left:60px}.afbf_success_block._without-popup .afbf_ok_icon{display:inline-block;width:auto;min-width:50px;float:left;margin-bottom:0}.afbf_mess_ok{display:table-cell;vertical-align:middle;text-align:center}@keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-moz-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-webkit-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@-o-keyframes alx-rotate-loading{0{transform:rotate(0);-ms-transform:rotate(0);-webkit-transform:rotate(0);-o-transform:rotate(0);-moz-transform:rotate(0)}100%{transform:rotate(360deg);-ms-transform:rotate(360deg);-webkit-transform:rotate(360deg);-o-transform:rotate(360deg);-moz-transform:rotate(360deg)}}@keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-moz-keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-webkit-keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}@-o-keyframes loading-text-opacity{0{opacity:0}20%{opacity:0}50%{opacity:1}100%{opacity:0}}.alx-rotate-loading,.alx-feedb-loading{height:120px;position:relative;width:120px;border-radius:100%}.alx-rotate-loading{margin:40px auto}.alx-feedb-loading{border:13px solid transparent;border-color:transparent #fff transparent #FFF;-moz-animation:alx-rotate-loading 2s linear 0 infinite normal;-moz-transform-origin:50% 50%;-o-animation:alx-rotate-loading 2s linear 0 infinite normal;-o-transform-origin:50% 50%;-webkit-animation:alx-rotate-loading 2s linear 0 infinite normal;-webkit-transform-origin:50% 50%;animation:alx-rotate-loading 2s linear 0 infinite normal;transform-origin:50% 50%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.alx-rotate-loading:hover .alx-feedb-loading{border-color:transparent #e45635 transparent #e45635}.alx-rotate-loading:hover .alx-feedb-loading,.alx-rotate-loading .alx-feedb-loading{-webkit-transition:all .5s ease-in-out;-moz-transition:all .5s ease-in-out;-ms-transition:all .5s ease-in-out;-o-transition:all .5s ease-in-out;transition:all .5s ease-in-out}.alx-feedb-loading-text{animation:2s linear 0 normal none infinite running loading-text-opacity;color:#fff;font-size:15px;font-weight:bold;margin-top:52.5px;position:absolute;text-align:center;text-transform:uppercase;top:0;width:120px}@-webkit-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-webkit-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-moz-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes bounceInDown{from,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000);animation-timing-function:cubic-bezier(0.215,0.610,0.355,1.000)}0{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-o-keyframes bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@-webkit-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-webkit-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@-moz-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-o-keyframes rotateIn{from{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,-200deg);transform:rotate3d(0,0,1,-200deg);opacity:0}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:none;transform:none;opacity:1}}@-moz-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@-o-keyframes rotateOut{from{-webkit-transform-origin:center;transform-origin:center;opacity:1}to{-webkit-transform-origin:center;transform-origin:center;-webkit-transform:rotate3d(0,0,1,200deg);transform:rotate3d(0,0,1,200deg);opacity:0}}@-webkit-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-webkit-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}@keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-o-keyframes slideInLeft{from{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}to{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@-moz-keyframes slideoutright{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}}@-o-keyframes slideOutRight{from{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}to{visibility:hidden;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-webkit-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-moz-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-o-keyframes fadeOutRight{from{opacity:1}to{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}}@-moz-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@-o-keyframes fadeInRight{from{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}to{opacity:1;-webkit-transform:none;transform:none}}@keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-moz-keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@-moz-keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-moz-keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-o-keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@-o-keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-o-keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes bounceIn{0{transform:scale(1);opacity:1}60%{transform:scale(1.2);opacity:1}100%{transform:scale(0);opacity:0;display:none}}@-webkit-keyframes pulse{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}20%{-webkit-transform:scale3d(1.1,1.1,1.1);transform:scale3d(1.1,1.1,1.1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.03,1.03,1.03);transform:scale3d(1.03,1.03,1.03)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}@-webkit-keyframes pulseMess{0,20%,40%,60%,80%,100%{-webkit-transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);transition-timing-function:cubic-bezier(0.215,0.61,0.355,1)}0{opacity:0;-webkit-transform:scale3d(0.7,0.7,0.7);transform:scale3d(0.7,0.7,0.7)}20%{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}40%{-webkit-transform:scale3d(0.9,0.9,0.9);transform:scale3d(0.9,0.9,0.9)}60%{opacity:1;-webkit-transform:scale3d(1.01,1.01,1.01);transform:scale3d(1.01,1.01,1.01)}100%{opacity:1;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}}.alx-popup-show-anime1{animation:pulse .75s ease-in-out 0 both;display:block}.alx-popup-hide-anime1{animation:bounceIn .5s}.alx-popup-mess-show-anime1{animation:pulseMess .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx-popup-show-anime2{animation:rotateIn .75s ease-in-out 0 both;display:block}.alx-popup-hide-anime2{animation:rotateOut .5s both}.alx-popup-mess-show-anime2{animation:rotateIn .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx-popup-show-anime3{animation:fadeInRight .75s ease-in-out 0 both;display:block}.alx-popup-hide-anime3{animation:fadeOutRight .5s both}.alx-popup-mess-show-anime3{animation:fadeInRight .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx-popup-show-anime4{animation:bounceInDown .75s ease-in-out 0;display:block}.alx-popup-hide-anime4{animation:bounceOutDown .5s}.alx-popup-mess-show-anime4{animation:bounceInDown .75s ease-in-out 0 both;max-height:100%;opacity:1;transition:all .8s ease 0}.alx_feed_back{padding:0;margin:0;text-transform:none !important;text-align:left !important;line-height:normal !important;text-decoration:none !important}.alx_feed_back form{padding:0;margin:0}.modal_form .afbf_error_block{position:relative;margin-bottom:20px}.modal_form .afbf_error_block:after{content:'';position:absolute;bottom:-10px;left:-20px;right:-20px;height:1px;background:#ccc}.afbf_error_icon{float:left;margin-right:5px;width:50px;height:40px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/team_form/images/afbf_danger-sign.png) no-repeat 0 0}.afbf_error_block .afbf_error_text,.afbf_error_block .afbf_error_ftext{font-size:16px;height:40px;line-height:40px;padding-bottom:30px;color:#f80000;display:block}.afbf_ok_icon{margin:0 0 20px 0;width:100%;height:50px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/team_form/images/afbf_check-box.png) no-repeat 50% 50%}.modal_form .afbf_error_block td{vertical-align:top;text-align:left}.modal_form .alx-feedb-error{margin-top:0}.alx-feedb-error .afbf_error_block ul{list-style:none;padding-left:55px;font-size:14px;color:#f80101;margin:0}.alx-feedb-error .afbf_error_block ul li{padding:0 0 4px 8px;margin:0;display:block;list-style:none !important;background:transparent !important}.alx-feedb-error .afbf_error_block ul li:before{content:'' !important}.alx-feedb-error .afbf_error_block ul li span{position:relative;z-index:1;margin-left:-8px}.modal_form .afbf_feedback_poles{padding:0;margin:11px 0 0 0}.afbf_item_pole{padding:0;margin:40px 0 30px;position:relative}*html .afbf_item_pole{position:relative;z-index:1;zoom:1}.afbf_item_pole .afbf_name{padding:0;margin:0 0 6px 0}.afbf_item_pole .afbf_select,.afbf_item_pole .afbf_textarea,.afbf_item_pole .afbf_inputtext{height:34px;width:100%;padding:7px 5px !important;font-size:14px;outline:0;border:1px solid #e0e0e0}.afbf_item_pole.item_pole__captcha .afbf_inputtext{box-sizing:content-box;padding:7px 0 !important}.afbf_item_pole select.afbf_inputtext.afbf_select_sect{height:auto}.afbf_item_pole .dropdownjs.feedback_dropdown>ul{right:0;left:auto;top:35px;bottom:auto;height:120px;padding:0;-webkit-transform-origin:top right;-ms-transform-origin:top right;transform-origin:top right;-webkit-box-shadow:0 11px 22px 2px rgba(204,204,204,0.75);-moz-box-shadow:0 11px 22px 2px rgba(204,204,204,0.75);box-shadow:0 11px 22px 2px rgba(204,204,204,0.75)}.afbf_item_pole .dropdownjs.feedback_dropdown:after{content:'';position:absolute;right:10px;top:50%;margin-top:-2px;display:inline-block;border:5px solid transparent;border-top:5px solid #767676}.afbf_item_pole .afbf_checkbox label{margin-left:20px;margin-bottom:5px;font-weight:normal;position:relative;cursor:pointer;font-size:14px;top:auto;left:auto;pointer-events:inherit;-webkit-transition:.3s ease all;-o-transition:.3s ease all;transition:.3s ease all}.afbf_checkbox{margin:10px 0 20px}.afbf_checkbox input[type=checkbox]{position:absolute;opacity:0;width:0;height:0;margin:0;overflow:hidden;pointer-events:none}.afbf_checkbox .afbf_checkbox_box{vertical-align:middle;position:relative;top:2px;margin-right:12px}.afbf_checkbox_box .afbf_checkbox_check{position:relative;display:inline-block;width:18px;height:18px;border:2px solid rgba(0,0,0,.54);border-radius:2px;overflow:hidden;border-radius:2px;-webkit-border-radius:2px;-moz-border-radius:2px;z-index:1}.afbf_checkbox input[type=checkbox]+.afbf_checkbox_box .afbf_checkbox_check:before{content:'';position:absolute;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);display:block;margin-top:-4px;margin-left:5px;width:0;height:0;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{content:'';position:absolute;color:#7b7f7f;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}.afbf_checkbox input[type=checkbox]:focus:checked+.afbf_checkbox_box .afbf_checkbox_check:before{-webkit-animation:checkbox-on .3s forwards;-o-animation:checkbox-on .3s forwards;animation:checkbox-on .3s forwards}.afbf_checkbox input[type=checkbox]:focus+.afbf_checkbox_box .afbf_checkbox_check:before{-webkit-animation:checkbox-off .3s forwards;-o-animation:checkbox-off .3s forwards;animation:checkbox-off .3s forwards}.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check{border:0}.afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before{margin-top:-3px;margin-left:7px}.afbf_item_pole.is_filled .afbf_name.static_name,.afbf_item_pole.is_focused .afbf_name.static_name,.afbf_name.static_name{position:static;color:inherit;font-size:inherit;margin-bottom:20px}.afbf_item_pole.item_pole__captcha .afbf_name{top:67px}.afbf_item_pole.item_pole__captcha.is_filled .afbf_name,.afbf_item_pole.item_pole__captcha.is_focused .afbf_name{top:55px}.afbf_pole_captcha{margin-bottom:30px}.afbf_pole_captcha .image{vertical-align:middle}.afbf_pole_captcha .g-recaptcha{display:inline-block;vertical-align:middle}.afbf_pole_captcha .afbf_captcha_reload{display:inline-block;vertical-align:middle;width:22px;height:16px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/team_form/images/icon_reload.png) no-repeat 0 0;cursor:pointer;margin-left:20px}.afbf_inputtext_bg .afbf_textarea{width:100%;z-index:100;height:102px;overflow:auto;resize:vertical;max-height:450px;max-width:100%;min-height:34px;min-width:100%}.afbf_submit_block{margin:30px 0 0 0;padding:0;display:block;text-align:right !important}.afbf_btn{display:inline-block;padding:15px 25px !important;border:none !important;text-transform:uppercase !important;text-decoration:none;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px !important;-webkit-box-shadow:0 3px 4px 1px rgba(204,204,204,0.75);-moz-box-shadow:0 3px 4px 1px rgba(204,204,204,0.75);box-shadow:0 3px 4px 1px rgba(204,204,204,0.75);cursor:pointer;font-size:16px !important;outline:0;-webkit-transition:all .2s ease-out;-o-transition:all .2s ease-out;transition:all .2s ease-out}.alx_feed_back .afbf_feedback_poles .afbf_btn:hover{-webkit-box-shadow:0 6px 6px 1px rgba(204,204,204,0.75);-moz-box-shadow:0 6px 6px 1px rgba(204,204,204,0.75);box-shadow:0 6px 6px 1px rgba(204,204,204,0.75)}.afbf_inputtext_bg select{width:100%;padding:0;margin:0;border:0}.afbf_file_button{position:absolute;right:-1px;height:100%;top:-1px;z-index:1}*html .alx_feed_back .afbf_feedback_poles div{zoom:1}.afbf_inputtext_bg_calendar{position:relative;z-index:2;zoom:1}.afbf_inputtext_bg_calendar .afbf_calendar_icon{position:absolute;top:3px;right:5px}.afbf_error_text,.afbf_error_ftext{display:none}.col-12.field.error_pole .afbf_error_text,.col-12.field.error_fpole .afbf_error_ftext{position:relative;display:block;margin:5px 0 0;padding-right:20px;color:#f80000;font-size:12px}.col-12.field.error_pole .afbf_error_text:after,.col-12.field.error_fpole .afbf_error_ftext:after{content:'';position:absolute;right:0;display:inline-block;width:17px;height:16px;background:url(/local/templates/garantiruem/components/altasib/feedback.form/team_form/images/icon_error.png) 0 0 no-repeat}.dropdownjs{position:relative}.dropdownjs *{box-sizing:border-box}.dropdownjs>input{width:100%;padding-right:30px;text-overflow:ellipsis}.dropdownjs>input.focus~ ul{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.dropdownjs>ul{position:absolute;padding:0;margin:0;min-width:200px;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);z-index:10000}.dropdownjs>ul[placement=top-left]{-webkit-transform-origin:bottom left;-ms-transform-origin:bottom left;transform-origin:bottom left;bottom:0;left:0}.dropdownjs>ul[placement=bottom-left]{-webkit-transform-origin:top left;-ms-transform-origin:top left;transform-origin:top left;top:0;left:0}.dropdownjs>ul>li{list-style:none;padding:10px 20px}.dropdownjs>ul>li.dropdownjs-add{padding:0}.dropdownjs>ul>li.dropdownjs-add>input{border:0;padding:10px 20px;width:100%}.dropdownjs>input[readonly]{cursor:pointer}select[data-dropdownjs][disabled]+.dropdownjs>input[readonly]{cursor:default}.dropdownjs>ul{background:#FFF;box-shadow:0 1px 6px rgba(0,0,0,0.12),0 1px 6px rgba(0,0,0,0.12);-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;padding:10px;overflow:auto;max-width:500px}.dropdownjs>ul>li{cursor:pointer;word-wrap:break-word;-webkit-transition:background-color .15s ease 0;-moz-transition:background-color .15s ease 0;-ms-transition:background-color .15s ease 0;-o-transition:background-color .15s ease 0;transition:background-color .15s ease 0}.dropdownjs>ul>li:hover,.dropdownjs>ul>li.selected,.dropdownjs>ul>li:active{background-color:#eaeaea;outline:0}.dropdownjs>ul>li:focus{outline:0;outline:1px solid #d4d4d4}.dropdownjs>ul>li>.close:before{content:"\00d7";display:block;position:absolute;right:15px;float:right;font-size:21px;font-weight:700;line-height:1;color:#000;text-shadow:0 1px 0 #fff;opacity:.6}.dropdownjs>ul>li:h>.close:hover:before{opacity:.9}.afbf_radio{margin:0 0 20px}.afbf_radio label{padding-bottom:10px;padding-left:34px;position:relative;top:auto;left:auto;pointer-events:inherit;cursor:pointer;font-size:14px;color:#1b1b1b;line-height:20px !important;display:inline-block}.afbf_radio input[type=radio]{position:absolute;opacity:0;height:0;width:0;overflow:hidden}.afbf_radio span{display:block;position:absolute;left:0;-webkit-transition-duration:.2s;-o-transition-duration:.2s;transition-duration:.2s}.afbf_radio .afbf_radio_circle{border:2px solid rgba(0,0,0,.54);height:20px;width:20px;border-radius:50%}.afbf_radio .afbf_radio_check{left:5px;top:5px;height:10px;width:10px;border-radius:100%;background-color:rgba(0,0,0,.54);-webkit-transform:scale3d(0,0,0);transform:scale3d(0,0,0)}.afbf_radio input[type=radio]:checked ~ .afbf_radio_check{-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1)}.afbf_checkbox.toggle{margin:0 0 40px}.afbf_checkbox.toggle label{position:relative;cursor:pointer;font-size:14px;color:#1b1b1b;top:auto;left:auto;pointer-events:inherit}.afbf_checkbox.toggle input[type=checkbox]{opacity:0;width:0;height:0;margin:0;position:absolute}.afbf_checkbox.toggle label .afbf_checkbox_check{display:none}.afbf_checkbox.toggle,.afbf_checkbox.toggle label,.afbf_checkbox.toggle input,.afbf_checkbox.toggle .afbf_checkbox_box{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.afbf_checkbox.toggle label .afbf_checkbox_box{display:inline-block;width:36px;height:15px;background-color:#bbb9b9;border-radius:15px;margin-right:15px;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease;vertical-align:middle;top:-2px}.afbf_checkbox.toggle label .afbf_checkbox_box:after{content:"";display:inline-block;width:20px;height:20px;background-color:#f1f1f1;border-radius:20px;position:relative;-webkit-box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);box-shadow:0 1px 3px 1px rgba(0,0,0,0.4);left:0;top:-3px;-webkit-transition:left .3s ease,background .3s ease,-webkit-box-shadow .1s ease;-o-transition:left .3s ease,background .3s ease,box-shadow .1s ease;transition:left .3s ease,background .3s ease,box-shadow .1s ease}.afbf_inputtext_bg.file input[type=file]{opacity:0;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;z-index:100;cursor:pointer}.afbf_inputtext_bg.file .afbf_input_group{position:relative;display:table;width:100%;border-collapse:separate}.afbf_inputtext_bg.file .afbf_input_group .afbf_inputtext{display:table-cell;width:100%;height:34px}.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn{position:relative;display:table-cell;padding-left:5px;font-size:0;white-space:nowrap;width:1%;vertical-align:middle}.afbf_inputtext_bg.file .afbf_input_group .afbf_group_btn .afbf_file_button{border-radius:50%;height:34px;margin:auto;width:34px;overflow:hidden;background:#fff;border:0;position:relative;line-height:normal;background:url(/local/templates/garantiruem/components/altasib/feedback.form/team_form/images/icon_file.png) center no-repeat;cursor:pointer;-webkit-box-shadow:0 1px 2px 1px rgba(231,231,231,1);-moz-box-shadow:0 1px 2px 1px rgba(231,231,231,1);box-shadow:0 1px 2px 1px rgba(231,231,231,1)}.afbf_inputtext_bg.file.load_file label{font-size:12px}.afbf_radio .afbf_radio_circle{border:2px solid}.afbf_checkbox.toggle label input[type=checkbox]:checked+.afbf_checkbox_box:after{left:15px}@media screen and (max-width:768px){.alx_feed_back{width:99% !important}.modal_form{width:100% !important;margin-left:0 !important;left:0}}@-webkit-keyframes checkbox-on{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-o-keyframes checkbox-on{0{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@keyframes checkbox-on{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px}50%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px 2px 0 11px}to{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px}}@-webkit-keyframes checkbox-off{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@-o-keyframes checkbox-off{0{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}@keyframes checkbox-off{0{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}25%{-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,20px -12px 0 11px,0 0 0 0 inset}50%{-webkit-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg);margin-top:-4px;margin-left:6px;width:0;height:0;-webkit-box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset;box-shadow:0 0 0 10px,10px -10px 0 10px,32px 0 0 20px,0 32px 0 20px,-5px 5px 0 10px,15px 2px 0 11px,0 0 0 0 inset}51%{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 10px inset}to{-webkit-transform:rotate(0);-o-transform:rotate(0);transform:rotate(0);margin-top:-2px;margin-left:-2px;width:20px;height:20px;-webkit-box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset;box-shadow:0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0,0 0 0 0 inset}}
/* End */


/* Start:/local/templates/garantiruem/components/altasib/feedback.form/team_form/themes/theme_57e9e85e8deed72ed21c09dab3078f46.min.css?16081160573066*/
#alx_feed_back_FIDteam .afbf_radio_circle{border-color:#009688}#alx_feed_back_FIDteam .afbf_checkbox.toggle label input[type=checkbox]:checked+.afbf_checkbox_box:after,#alx_feed_back_FIDteam .afbf_radio_check{background-color:#009688}#alx_feed_back_FIDteam .afbf_feedback_poles .afbf_btn{color:#fff !important;background:#009688 !important}#alx_feed_back_FIDteam .afbf_feedback_poles .afbf_btn:hover{color:#fff !important;background:#006153 !important}#alx_feed_back_FIDteam .afbf_checkbox.toggle label input[type=checkbox]:checked+.afbf_checkbox_box{background-color:#abf1e3}#alx_feed_back_FIDteam .afbf_checkbox input[type=checkbox]:checked+.afbf_checkbox_box .afbf_checkbox_check:before,#alx_feed_back_FIDteam.floating_labels .afbf_item_pole.is_filled .afbf_name,#alx_feed_back_FIDteam.floating_labels .afbf_item_pole.is_focused .afbf_name{color:#006153}#alx_feed_back_FIDteam.form_inputs_line .afbf_select,#alx_feed_back_FIDteam.form_inputs_line .afbf_textarea,#alx_feed_back_FIDteam.form_inputs_line .afbf_inputtext,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.is_focused .afbf_select,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.is_focused .afbf_textarea,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.is_focused .afbf_inputtext{background-image:-webkit-gradient(linear,left top,left bottom,from(#009688),to(#009688)),-webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#e0e0e0));background-image:-webkit-linear-gradient(#009688,#009688),-webkit-linear-gradient(#e0e0e0,#e0e0e0);background-image:-o-linear-gradient(#009688,#009688),-o-linear-gradient(#e0e0e0,#e0e0e0);background-image:linear-gradient(#009688,#009688),linear-gradient(#e0e0e0,#e0e0e0)}#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.error_pole .afbf_select,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.error_pole .afbf_textarea,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.error_pole .afbf_inputtext,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_select,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_textarea,#alx_feed_back_FIDteam.form_inputs_line .afbf_item_pole.error_pole.is_focused .afbf_inputtext{background-image:-webkit-gradient(linear,left top,left bottom,from(#f80000),to(#f80000)),-webkit-gradient(linear,left top,left bottom,from(#e0e0e0),to(#e0e0e0));background-image:-webkit-linear-gradient(#f80000,#f80000),-webkit-linear-gradient(#e0e0e0,#e0e0e0);background-image:-o-linear-gradient(#f80000,#f80000),-o-linear-gradient(#e0e0e0,#e0e0e0);background-image:linear-gradient(#f80000,#f80000),linear-gradient(#e0e0e0,#e0e0e0);-moz-background-size:100% 2px,100% 1px;background-size:100% 2px,100% 1px}#alx_feed_back_FIDteam .afbf_select,.afbf_textarea,.afbf_inputtext,#alx_feed_back_FIDteam .afbf_checkbox label{color:#212121}#alx_feed_back_FIDteam .afbf_item_pole.is_focused .afbf_select,#alx_feed_back_FIDteam .afbf_item_pole.is_focused .afbf_textarea,#alx_feed_back_FIDteam .afbf_item_pole.is_focused .afbf_inputtext{border-color:#009688}
/* End */


/* Start:/local/templates/garantiruem/styles.css?173557062713082*/
article.type_product.object{height:calc(100% - 7px)}
.objects_container article.type_product.object, .related_object_slider article.type_product.object{height:calc(100% - 30px)}
.objects_container .text-center button.load_more {
  display: block;
}
@media (max-width: 767px) {
  .link-block {
    margin-top: 0;
  }
  .container .description ul li {
    margin-left: 2px;
    margin-right: 2px;
  }
}
.breadcrumb .breadcrumb-item a span,
.breadcrumb .breadcrumb-item span {
  color: #140083;
  font-size: 12px;
  font-family: 'Montserrat-Regular';
  padding-top: 0;
  text-decoration: underline;
}
.type_news {
  margin-bottom: 25px;
}
section.news {
  padding-top: 0px;
  padding-bottom: 20px;
}
.load_more:hover {
  text-decoration: none;
}
.table1 td {
  padding: 5px;
  border: 1px solid #999;
}
.table1 tr:hover {
  background: #e0e0e0;
}
.load_more {
  margin: 0 auto;
  display: block;
}
.popup-window {
  z-index: 1100 !important;
}
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
  width: 20%;
  float: left;
}
.col-5-th {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
@media (min-width: 768px) {
  .col-sm-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5th {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 992px) {
  .col-md-5th {
    width: 33%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33%;
    -ms-flex: 0 0 33%;
    flex: 0 0 33%;
    max-width: 33%;
  }
  .col-md-5th.col-sm-5th {
    width: 20%;
    float: left;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media only screen and (max-width: 769px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-5th.col-sm-5th {
    width: 50%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .col-md-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-md-5th.col-sm-5th {
    width: 100%;
    float: none;
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.main_menu ul.nav li a {
  padding: 0 11px
}
ul.map-level-0 a {
  font-weight: bold;
}
ul.map-level-1 a,
ul.map-level-2 a,
ul.map-level-3 a {
  font-weight: normal;
}
.map-columns td {
  vertical-align: top;
}
@media (max-width: 991px) {
  .map-columns tr {
    display: inline-grid;
  }
  .map-columns tr ul {
    margin-bottom: 0;
  }
}
.header-time span {
  color: #140083;
}
.footer-time span {
  color: #b8b2da;
}
.modal-backdrop+div {
  z-index: 99999999999 !important;
}
.modal-open .modal {
  z-index: 99999;
}
.afbf_item_pole {
  padding-left: 15px;
  margin: 0 0 10px;
}
#popup-window-content-smartFilterDropDown64 .bx-filter-param-label.disabled {
  display: none
}
section.our_team .row {
  display: none;
}
.itemCartPeople {
  margin-top: 30px;
}
.mobile-search-form_search-icon {
  list-style: none;
}
.room-number-flex {
  margin-top: 10px;
}
.min-price.form-control.number.number-field-summ,
.max-price.form-control.number.number-field-summ {
  width: 100% !important;
}
.room-number-flex>.row>.col-12>label {
  margin-bottom: 6px;
}
.room-number-flex>.row>.col-12>.row>.form-check {
  margin-top: 12px;
}
.description ul li {
  margin-bottom: 15px;
  margin-left: 30px;
  padding-left: 0;
  list-style: disc;
}
.description_text {
  display: none;
}
.description_text.active {
  display: block;
}
.objects_views .map_container {
  display: none;
}
.mobile-favorites {
  display: none;
}
/* .description ul li {
    list-style: none;
} */
/* .description ul li:before {
    left: -20px;
} */
h1::before,
.h1::before,
h2::before {
  display: none;
}
@media screen and (max-width: 991px) {
  .mobile-favorites {
    display: block;
  }
}
.close_filter {
  top: 70px;
  z-index: 9999;
}
@media (max-width: 767px) {
  .scrolltop {
    bottom: 95px;
  }
}
@media screen and (min-width: 1200px) {
  .clear-all-filters {
    display: none;
  }
}
.clear-all-filters {
  z-index: 10000;
  position: absolute;
  left: 10px;
  top: 70px;
  cursor: pointer;
}
#kons-form {
  display: none;
}
/* styles for team block */
.wrapper-command {
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: center;
  margin-top: 30px
}
.block-command {
  width: 30%;
  margin: 20px 1.5% 20px 1.5%;
  display: flex;
  height: 50px;
  align-items: center
}
.img-command {
  width: 64px;
  height: 64px;
  margin-right: 20px;
  display: flex;
  align-items: center;
  background-size: 100% 100%
}
.img-command.sales-img {
  background-image: url(/include/image/sale.png)
}
.img-command.rent-img {
  background-image: url(/include/image/rent.png)
}
.img-command.communications-img {
  background-image: url(/include/image/hr.png)
}
.img-command.lawyer-img {
  background-image: url(/include/image/law.png)
}
.img-command.marketing-img {
  background-image: url(/include/image/marketing.png)
}
.img-command.Guide-img {
  background-image: url(/include/image/ceo.png)
}
.img-command img {
  max-width: 30px;
  display: block;
  margin: 0 auto
}
.text-command {
  width: 70%;
  display: flex;
  align-items: center;
  font-size: 17px
}
/* .our_team.team_list{
    display:none
} */
.text-command {
  cursor: pointer
}
.submenu_level-2 {
  position: relative;
}
.main_nav ul>li:nth-child(2).has_submenu:hover .sub_menu,
.main_nav ul>li:nth-child(3).has_submenu:hover .sub_menu {
  display: block;
  width: max-content;
  left: -100%;
}
@media (min-width:994px) {
  .submenu_level-2:hover>ul {
    display: block;
  }
  .submenu_level-2:hover>a {
    background: #1d3164 !important;
  }
}
@media (max-width:676px) {
  .block-command {
    width: 46%
  }
}
@media (max-width:420px) {
  .block-command {
    width: 98%
  }
}
li.col-12.p-0.cont-place {
  list-style: none !important;
}
.description .link-block ul li {
  list-style: none;
}
.preimuschestva {
  padding: 30px 0 30px !important;
}
.evaluation {
  padding-bottom: 0px !important;
  padding-top: 10px !important;
}
.our_team {
  padding-bottom: 10px !important;
}
.titile-belarus-sale {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}
.news .h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
section.news .read_more {
  margin-top: 0px !important;
}
.our_team .read_more {
  margin-top: 0px !important;
}
.our_team .h1 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.main_banner .exchange_form__second .exchange_form_icon {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.main_banner .exchange_form__second {
  background: #051a53;
  padding: 30px 0;
  z-index: 20;
  position: relative;
}
.main_banner .exchange_form__second .exchange_form_icon__text {
  color: white;
  padding-left: 20px;
}
.main_banner .exchange_form__second {
  margin-top: 30px;
}
.garant_block {
  margin-top: 0 !important;
}
.main_banner {
  min-height: 950px;
}
.text-center button.load_more {
  display: none;
}
@media (max-width:1200px) {
  .main_banner .exchange_form__second .exchange_form_icon {
    padding: 0 10px;
  }
  /* .related_object_slider .slick-slide.col-12{padding-left:30px;padding-right:30px} */
}
@media (max-width:1000px) {
  .main_banner {
    min-height: auto;
  }
}
@media (max-width:740px) {
  .exchange_form__second .row {
    flex-wrap: wrap;
  }
  .main_banner .exchange_form__second {
    margin-top: 20px;
  }
  .main_banner .exchange_form__second .exchange_form_icon {
    flex: 0 0 50%;
    max-width: 50%;
    justify-content: center;
  }
  .main_banner .exchange_form__second .exchange_form_icon__text {
    width: 200px;
  }
}
@media (max-width:600px) {
  .main_banner .exchange_form__second .exchange_form_icon__text {
    font-size: 18px;
    font-weight: bold;
  }
  .main_banner .exchange_form__second .exchange_form_icon {
    max-width: 100%;
    flex: 0 0 100%;
    margin: 5px 0;
  }
}
.mobile_menu {
  background: #140083;
  padding-top: 0
}
.mobile_menu .main_menu .nav {
  padding: 0
}
.mobile_menu .main_menu .nav .m_toggler {
  position: absolute;
  right: 5px;
  top: 0;
  width: 35px;
  height: 38px
}
.mobile_menu .main_menu .nav .m_toggler.act:after {
  opacity: 0
}
.mobile_menu .main_menu .nav .m_toggler:before,
.mobile_menu .main_menu .nav .m_toggler:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 2px;
  background: #fff;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto
}
.mobile_menu .main_menu .nav .m_toggler:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg)
}
.mobile_menu .main_menu .nav>li {
  width: 100%;
  position: relative;
  border-bottom: 2px solid #1900a2;
  margin-bottom: 0
}
.mobile_menu .main_menu .nav>li>a {
  display: inline-block;
  width: 100%;
  padding: 10px 45px !important
}
@media (max-width:375px) {
  .mobile_menu .main_menu .nav>li>a {
    padding-left: 10px !important
  }
}
.mobile_menu .main_menu .nav .sub_menu {
  padding-left: 0;
  margin-left: 0;
  display: none
}
.mobile_menu .main_menu .nav .sub_menu>li {
  width: 100%;
  background: #0f005b;
  margin-bottom: 3px
}
.mobile_menu .main_menu .nav .sub_menu>li>a {
  padding: 8px 30px 8px 55px;
  display: inline-block
}
@media (max-width:375px) {
  .mobile_menu .main_menu .nav .sub_menu>li>a {
    padding: 8px 20px 8px 20px
  }
}
/* .mobile_navbar .mobile_contacts_block .btn_tel{background-repeat: no-repeat;} */
article.type_product.object .price_block div,
#header+div span {
  text-align: right;
  font: 12px Montserrat-bold;
  color: #333;
  text-transform: uppercase;
}
.bx-core-popup-menu-item-text {
  color: #d6dfe2 !important;
}
article.type_product.object .price_block .price-2 {
  margin-top: 10px;
}
.square_meter {
  position: relative !important;
  margin-top: 5%;
  right: 0 !important;
}
@media (min-width: 1200px) {
  .flex-news-home {
    display: flex;
  }
}
@media (max-width: 1200px) {
  .flex-news-home {
    display: block;
    margin-bottom: 25px;
  }
  .category_news_link {
    display: none;
  }
}
.second-news-block .type_news .top_desc {
  height: auto;
}
.second-news-block article {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  box-shadow: none;
}
.second-news-block .type_news {
  margin-bottom: 0;
}
.second-news-block article.type_news .col-12 {
  padding-left: 0;
}
/*.second-news-block article.type_news :nth-child(1){
    margin-top: 5px;
}*/
.second-news-block>div:nth-child(1)>article .col-12.top_desc a {
  margin-top: 0;
}
.flex-news-home article.type_news {
  padding-bottom: 21px;
}
.no-padding-mobile {
  padding: 0;
}
.category_news_link {
  color: #b6b5b5;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 14px;
}
.relinks {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media screen and (max-width: 991px) {
  .block_form_icon__img,
  .block_form_icon__text {
    float: none;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}
.card_stickers {
  display: -webkit-box;
  position: relative;
  z-index: 200;
}
.card_stickers div {
  margin-top: 5%;
  margin-bottom: 5%;
  margin-left: 3%;
  margin-right: 3%;
}
.card_stickers img {
  width: 25px;
}
.card_stickers i {
  color: #1c0987;
}
.card_stickers .tooltip_sticker {
  position: relative;
}
.card_stickers .tooltip_sticker .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}
.card_stickers .tooltip_sticker:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}
.tooltip_sticker img {
  width: 25px;
  height: 25px;
  display: block;
}
.object_section_content+br {
  display: none;
}
.objects_container,
.recommended {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.section_content {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
footer .contacts_block{display:block}
@media (max-width:767px) {
  footer>.container>.row>.col-12:nth-child(3){display: flex;flex-direction: column-reverse;}
}
/* End */


/* Start:/local/templates/garantiruem/template_styles.css?17066296573862*/
.question_container{padding:20px 0}.question_container .title{font-size:20px;text-align:center;margin-bottom:10px}.question_container .form-control{padding:.8rem .75rem;font-size:16px}.question_container textarea{height:70px}.question_container .btn_default{font:16px GothamPro-Bold;max-width:270px;padding:17px 0;line-height:1}.question_container .field .form-control+label{left:15px;top:14px;font-size:16px}@media (min-width:992px){.col-md-5th{-webkit-box-flex:0;-webkit-flex:0 0 19%;-ms-flex:0 0 19%;flex:0 0 19%;max-width:19%}}@media (min-width:992px){.main_nav ul li.discounts_li{-webkit-box-flex:0;-webkit-flex:0 0 5%;-ms-flex:0 0 5%;flex:0 0 5%;max-width:5%}}.main_nav ul li.discounts_li .discounts_link{background:#c61a1a;height:100%;width:100%;display:flex;display:-webkit-flex;align-items:center;-webkit-align-items:center;justify-content:center;-webkit-justify-content:center;color:#fff;padding:3px}.main_nav ul li.discounts_li .discounts_link span{color:#fff}.main_nav ul li.discounts_li .discounts_link span.icon{margin-right:2px}.main_nav ul li.discounts_li .discounts_link span.icon img{max-height:28px}.main_nav ul li.discounts_li .sub_menu{background:#c61a1a;min-width:226px;left:0}.main_nav ul li.discounts_li .sub_menu li span{background:#c61a1a;white-space:nowrap;font-size:14px;text-transform:inherit;padding:12px 10px;display:inline-block;color:#fff}.main_nav ul li.discounts_li .sub_menu li a{background:#c61a1a;white-space:nowrap;font-size:14px;text-transform:inherit;border:0;padding:10px;text-align:left}.main_nav ul li.discounts_li .sub_menu li a:hover,.main_nav ul li.discounts_li .sub_menu li a:focus{background:rgba(0,0,0,0.31)}.mobile_menu li.discounts_li .sub_menu{padding-left:0}.mobile_menu li.discounts_li .sub_menu li{list-style:none}.mobile_menu li.discounts_li .sub_menu li span{color:#c61a1a;text-transform:uppercase;font-weight:bold}.mobile_menu li.discounts_li .sub_menu li a{padding-left:15px;color:#c61a1a}.red{color:#c61a1a !important}.price_dollar_hot{margin-bottom:0 !important;margin-right:-10px;background:#c61a1a;color:#fff;position:relative;padding:8px 8px 8px 45px}.price_dollar_hot:before{content:'';position:absolute;left:10px;top:0;bottom:0;margin:auto;background:url(/local/templates/garantiruem/img/Pepper2.png);width:25px;height:25px;background-size:cover}.price_dollar_hot i{display:none !important}.infotable{display:flex;display:-webkit-flex}@media (min-width:1200px){.infotable .infotable-table{width:50%}}.infotable .infotable_btn{width:50%;padding:0 10px;text-align:center}@media (max-width:1200px){.infotable .infotable_btn{display:none}}.infotable .infotable_btn .feedback{max-width:100%;display:inline-block;margin-bottom:10px}.feedback_mobile{max-width:100%;margin-top:-10px}@media (min-width:1200px){.feedback_mobile{display:none}}.mobile_menu{background:#140083;padding-top:0}.mobile_menu .main_menu .nav{padding:0}.mobile_menu .main_menu .nav .m_toggler{position:absolute;right:5px;top:0;width:35px;height:38px}.mobile_menu .main_menu .nav .m_toggler:before,.mobile_menu .main_menu .nav .m_toggler:after{content:'';position:absolute;width:20px;height:2px;background:#fff;top:0;right:0;bottom:0;left:0;margin:auto}.mobile_menu .main_menu .nav .m_toggler:after{transform:rotate(90deg);-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg)}.mobile_menu .main_menu .nav>li{width:100%;position:relative;border-bottom:2px solid #1900a2;margin-bottom:0}.mobile_menu .main_menu .nav>li>a{display:inline-block;width:100%;padding:10px 45px !important}@media (max-width:375px){.mobile_menu .main_menu .nav>li>a{padding-left:10px !important}}.mobile_menu .main_menu .nav .sub_menu{padding-left:0;margin-left:0;display:none}.mobile_menu .main_menu .nav .sub_menu>li{width:100%;background:#0f005b}/*# sourceMappingURL=template_styles.css.map */
/* End */
/* /local/templates/garantiruem/css/style.css?1754052801376060 */
/* /local/templates/garantiruem/components/bitrix/menu/top_services/style.css?16838082691699 */
/* /local/templates/garantiruem/components/altasib/feedback.form/.default/form_style.min.css?155810737539091 */
/* /local/templates/garantiruem/components/altasib/feedback.form/.default/themes/theme_3578bd6d208f3593a3df445e9c801b35.min.css?15581073752988 */
/* /local/templates/garantiruem/components/altasib/feedback.form/team_form/form_style.min.css?155809226939091 */
/* /local/templates/garantiruem/components/altasib/feedback.form/team_form/themes/theme_57e9e85e8deed72ed21c09dab3078f46.min.css?16081160573066 */
/* /local/templates/garantiruem/styles.css?173557062713082 */
/* /local/templates/garantiruem/template_styles.css?17066296573862 */
