@import url(https://fonts.googleapis.com/css?family=Roboto:400,700&subset=cyrillic);
.bt {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1rem;
  font-family: dcom;
  font-size: 1.125rem;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: .3125rem;
  text-decoration: none !important;
}

.bt-sm {
  height: 1.7rem !important;
  line-height: 1.7rem !important;
  font-size: .95rem !important;
}

.bt.loading {
  padding-right: 1.3rem;
  position: relative;
}

.bt.loading .spinner {
  display: inline;
}

.bt .spinner {
  height: .8rem;
  width: .8rem;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  border-left: none;
  border-bottom: none;
  display: none;
  position: absolute;
  right: .25rem;
}

.bt.fixed_size_ {
  min-width: 14.125rem
}

@media screen and (max-width:739px) {
  .bt {
    height: 2.75rem;
    line-height: 2.75rem
  }
}

.bt~.bt {
  margin: 0 0 0 1rem
}

.bt-blue-bordered, .bt-white-bordered {
  background: #fff;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  font-family: dcom-l;
  text-transform: none;
  transition: .2s
}

.bt-blue-bordered:hover, .bt-white-bordered:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
  letter-spacing: 1px
}

.bt-blue-bordered {
  background: #2d496a;
  color: #4a90e2;
  border: 1px solid #4a90e2
}

.bt-blue-bordered.active, .bt-blue-bordered:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
  letter-spacing: 2px
}

.bt-blue {
  background: #4a90e2;
  color: #fff;
  transition: .3s
}

.bt-blue:hover {
  background: #2d496a;
  letter-spacing: 1px
}

.bt-blue.disabled:hover {
  background: #4a90e2;
  cursor: wait;
}

.bt-green {
  background: #1bad03;
  color: #fff;
  transition: .3s
}

.bt-green:hover {
  background: #1b7003;
}

ol.list-styled {
  counter-reset: a;
  list-style: none
}

ol.list-styled li {
  color: #7a7a7a;
  counter-increment: a
}

ol.list-styled li:before {
  display: inline-block;
  width: 1.5rem;
  color: #9b9b9b;
  content: counter(a) "."
}

.lh14 {
  line-height: .9rem;
}

.fz10 {
  font-size: .625rem
}

.fz11 {
  font-size: .6875rem
}

.fz12 {
  font-size: .75rem
}

.fz13 {
  font-size: .8125rem
}

.fz14 {
  font-size: .875rem;
}

.fz15 {
  font-size: .9rem
}

.fz16 {
  font-size: 1rem
}

.fz18 {
  font-size: 1.125rem
}

.fz20 {
  font-size: 1.25rem
}

.fz21 {
  font-size: 1.3125rem
}

.fz22 {
  font-size: 1.375rem
}

.fz24 {
  font-size: 1.5rem
}

.fz25 {
  font-size: 1.5625rem
}

.fz26 {
  font-size: 1.625rem
}

.fz28 {
  font-size: 1.75rem
}

.fz30 {
  font-size: 1.875rem
}

.fz34 {
  font-size: 2.125rem
}

.fz36 {
  font-size: 2.25rem
}

.fz38 {
  font-size: 2.375rem
}

.fz48 {
  font-size: 3rem
}

.fz50 {
  font-size: 3.125rem
}

.fz140 {
  font-size: 8.75rem
}

.h_0 {
  height: 0
}

.p_1 {
  padding: .5rem
}

.p_2 {
  padding: 1rem
}

.mr_1\! {
  margin-right: .5rem !important
}

.ml_1\! {
  margin-left: .5rem !important
}

.ml_0\! {
  margin-left: 0 !important
}

.mt_0\! {
  margin-top: 0 !important
}

.mt_05\! {
  margin-top: .25rem !important
}

.mb_0\! {
  margin-bottom: 0 !important
}

sup {
  line-height: 0;
  font-size: 50%
}

.c_dg {
  color: #4a4a4a !important
}

.bt-grey {
  background: #7a7a7a;
  color: #fff;
  transition: .3s
}

.bt-grey:hover {
  background: #2d496a;
  color: #fff;
  letter-spacing: 1px
}

.bt-red {
  background: #d0021b;
  color: #fff;
}

body {
  font-family: dcom-l;
  /* Делаем везде стандарт 1rem */
  /*font-size: 1.1rem !* 1rem в bulma а у нас чуть больше *!*/
}

.page-content {
  width: 100%;
  max-width: 100vw;
  padding-top: 4.625rem;
  height: 100%
}

@media screen and (max-width:800px) {
  .page-content {
    padding-top: 10vh
  }
}

.list-numbered {
  list-style: none
}

.list-numbered li {
  position: relative;
  margin-bottom: .8rem;
  padding-left: 1.875rem
}

.list-number, .list-numbered li>i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1.375rem;
  height: 1.375rem;
  line-height: 1.375rem;
  border: 1px solid #4e647e;
  color: #4a90e2;
  text-align: center;
  vertical-align: middle;
  margin-right: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.list-number {
  position: relative
}

.line-splitter {
  width: 2.3125rem;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  background: #4a90e2
}

.expanded-list-h {
  display: -ms-flexbox;
  display: flex;
  color: #ecebdf;
  height: 2.5rem;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #3d5778;
  cursor: pointer;
  padding-left: .5rem
}

.expanded-list-h:hover {
  color: #fff
}

.expanded-list-h.active {
  background: #4a90e2;
  color: #fff
}

.expanded-list-h.active .expanded-list-h-num {
  background: #ecebdf;
  border-color: #ecebdf
}

.expanded-list-h.active .expanded-list-h-arrow:after {
  transform: rotate(135deg);
  border-color: #fff
}

.expanded-list-h-name {
  width: 80%;
  padding-left: .3rem;
  white-space: nowrap
}

.expanded-list-h-arrow {
  position: relative;
  width: 10%;
  padding-right: .5rem;
  text-align: right
}

.expanded-list-h-arrow:after {
  content: "";
  display: inline-block;
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  transform: rotate(45deg);
  transition: .3s
}

.expanded-list-content {
  position: relative;
  overflow: hidden;
  height: 0;
  background: #fff
}

.expanded-list-content-inner {
  padding: 1rem;
  color: #000
}

.expanded-list2 {
  position: relative;
  z-index: 2;
  perspective: 800px
}

@media screen and (min-width:767px) {
  .expanded-list2-item:hover .expanded-list2-body {
    opacity: 1;
    visibility: visible;
    transition: opacity .3s, transform .3s, visibility 0s;
    transform: rotateY(0deg)
  }

  .expanded-list2-item:hover .expanded-list2-h {
    color: #fff
  }

  .expanded-list2-item:hover .expanded-list2-h:after {
    transform: translateX(0) rotate(45deg);
    opacity: 1
  }
}

.expanded-list2-h {
  border-top: 1px solid #979797;
  height: 3.9375rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .6rem 0 .2rem;
  color: #4a90e2;
  font-size: 1.5rem;
  transition: .3s;
  cursor: pointer
}

.expanded-list2-item:last-child .expanded-list2-h {
  border-bottom: 1px solid #979797
}

.arrow-expand, .expanded-list2-h:after {
  content: "";
  display: block;
  position: relative;
  width: .5rem;
  height: .5rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  transform: translateX(-10px) rotate(45deg);
  transition: .4s;
  opacity: 0
}

.expanded-list2-body {
  position: absolute;
  left: 100%;
  top: 0;
  width: 90%;
  height: 100%;
  margin-left: 10%;
  background: #fff;
  color: #000;
  font-size: 1.125rem;
  padding: 1rem 1rem 1rem 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s, transform .3s, visibility .3s step-end;
  transform-origin: 0 50%;
  transform: rotateY(20deg)
}

.expanded-list2-body:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: .5625rem .625rem .5625rem 0;
  border-color: transparent #fff transparent transparent;
  position: absolute;
  left: -.59375rem;
  top: 50%;
  margin-top: -.5625rem
}

@media screen and (max-width:739px) {
  .expanded-list2-body {
    position: relative;
    left: auto;
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    transform: none;
    padding: 0
  }

  .expanded-list2-body>* {
    margin: 1rem 1rem 1rem 2.2rem
  }

  .expanded-list2-h:after {
    transform: translateX(0) rotate(45deg);
    opacity: 1
  }

  .expanded-list2-item.open_ .expanded-list2-body {
    opacity: 1;
    visibility: visible;
    transition: 0s;
    transform: rotateY(0deg)
  }

  .expanded-list2-item.open_ .expanded-list2-h:after {
    transform: translateX(0) rotate(135deg);
    opacity: 1
  }
}

.hover_underline:hover {
  text-decoration: underline
}

.text_bg_blue span {
  display: inline-block;
  background: rgba(45, 73, 106, .8);
  padding: .5rem .5rem 0 0;
  margin-bottom: -.8rem
}

.bt-scroll-down {
  height: 3.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center
}

.bt-scroll-down:after {
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  transform: translateX(-50%) rotate(135deg);
  margin-top: -.5rem
}

.brd_t_g {
  border-top: 1px solid #979797
}

.brd_b_g {
  border-bottom: 1px solid #979797
}

.brd_l_g {
  border-left: 1px solid #979797
}

.brd_r_g {
  border-right: 1px solid #979797
}

@font-face {
  font-family: dcom;
  src: url(fonts/dcom.eot);
  src: url(fonts/dcom.eot?#iefix) format("embedded-opentype"), url(fonts/dcom.woff2) format("woff2"), url(fonts/dcom.woff) format("woff"), url(fonts/dcom.ttf) format("truetype"), url(fonts/dcom.svg#dcom) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: dcom-m;
  src: url(fonts/dcom-m.eot);
  src: url(fonts/dcom-m.eot?#iefix) format("embedded-opentype"), url(fonts/dcom-m.woff2) format("woff2"), url(fonts/dcom-m.woff) format("woff"), url(fonts/dcom-m.ttf) format("truetype"), url(fonts/dcom-m.svg#dcom-m) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: dcom-l;
  src: url(fonts/dcom-l.eot);
  src: url(fonts/dcom-l.eot?#iefix) format("embedded-opentype"), url(fonts/dcom-l.woff2) format("woff2"), url(fonts/dcom-l.woff) format("woff"), url(fonts/dcom-l.ttf) format("truetype"), url(fonts/dcom-l.svg#dcom-l) format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: gls;
  src: url(fonts/gls.eot);
  src: url(fonts/gls.eot?#iefix) format("embedded-opentype"), url(fonts/gls.woff2) format("woff2"), url(fonts/gls.woff) format("woff"), url(fonts/gls.ttf) format("truetype"), url(fonts/gls.svg#gls) format("svg");
  font-weight: 400;
  font-style: normal
}

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

@font-face {
  font-family: beau-b;
  src: url(fonts/beau-b.eot);
  src: url(fonts/beau-b.eot?#iefix) format("embedded-opentype"), url(fonts/beau-b.woff) format("woff"), url(fonts/beau-b.ttf) format("truetype"), url(fonts/beau-b.svg#beau-b) format("svg");
  font-weight: 400;
  font-style: normal
}

.form__input {
  border: 1px solid #bababa;
  background: #fff;
  padding-right: .2rem;
  padding-left: 1.5rem;
  color: #000;
  font-family: dcom;
  min-height: 2rem;
  border-radius: 5px
}

.form__field_pending .form__input {
  border-color: #d0021b
}

.form__field_approved .form__input {
  border-color: #075211
}

.form__group_approved .form__field_pending .form__input {
  border-color: #bababa
}

.form__input:not(:placeholder-shown)+label {
  transform: translateY(-110%);
  opacity: 1
}

.form__field {
  position: relative;
  z-index: 1;
  margin-top: 1.2rem
}

.form__field label {
  position: absolute;
  left: 0;
  top: 0;
  font-size: .8rem;
  color: #9b9b9b;
  transform: translateY(0);
  opacity: 0;
  transition: .2s;
  z-index: -1;
  line-height: 1.1
}

.form__textarea {
  max-width: 100%;
  border: 1px solid #bababa;
  padding-right: .2rem;
  padding-left: 1rem;
  min-height: 1.5rem;
  height: 4.5rem;
  resize: none;
  font-family: dcom;
  color: #000;
  border-radius: 5px
}

.form__warning {
  position: absolute;
  top: 0;
  right: 0;
  display: -ms-flexbox;
  display: flex;
  height: 1.2rem;
  font-size: .8rem;
  transition: .2s;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  line-height: 1.2;
  width: 100%
}

.form__field .form__warning {
  bottom: .2rem;
  top: auto;
  right: .4rem
}

.form__warning:after {
  content: "";
  width: .75rem;
  height: 1.2rem;
  -ms-flex-pack: center;
  justify-content: center;
  top: 0;
  right: 0;
  border-radius: 100%;
  line-height: 1.2
}

.form__warning:after, .form__warning span {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center
}

.form__warning span {
  transition: .2s;
  border-radius: .6rem;
  padding: 0 1.5rem 0 .5rem;
  height: 100%;
  line-height: 100%;
  color: #d0021b;
  top: 120%;
  left: 0
}

.form__label .form__warning span {
  padding-left: 0
}

.form__field_approved .form__warning span, .form__group_approved .form__warning span {
  display: none
}

.form__field_warning .form__warning, .form__label_warning .form__warning {
  visibility: visible;
  opacity: 1
}

.form__field_approved .form__warning {
  visibility: visible;
  opacity: 1;
  color: #075211
}

.form__field_approved .form__warning:after {
  border-color: rgba(46, 139, 87, .2);
  content: "";
  color: #075211;
  background-image: url(/bitrix/templates/riverpark/i/v/check.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain
}

.form__label {
  cursor: pointer;
  display: block;
  position: relative
}

.form__checkbox {
  position: absolute;
  opacity: 0;
  width: 1.125rem;
  height: 1.3rem
}

.form__checkmark {
  position: relative;
  /*transition: .2s;*/
  line-height: 1.1;
  color: rgba(34, 34, 34, .6)
}

.form__checkbox:checked+.form__checkmark {
  color: #222
}

.form__checkbox:checked+.form__checkmark:before {
  background: #4a90e2
}

.form__checkbox:checked+.form__checkmark:after {
  opacity: 1;
  transform: translateY(0) rotate(-45deg)
}

.form__checkmark:before {
  content: "";
  display: block;
  width: 1.125rem;
  height: 1.125rem;
  margin-right: .5rem;
  background: transparent;
  /*transition: .2s;*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  margin-top: .1rem;
  border-radius: .2rem;
  border: 1px solid #4a90e2
}

.f_grow {
  flex-grow: 1;
}

.f_shrink_0 {
    flex-shrink: 0;
}

.form__checkmark:after {
  content: "";
  position: absolute;
  border-left: .125rem solid #fff;
  border-bottom: .125rem solid #fff;
  width: .8rem;
  height: .5rem;
  left: .15rem;
  top: .4rem;
  transform: translateY(-.5rem) rotate(-45deg);
  opacity: 0;
  /*transition: .2s*/
}

.form__submit {
  outline: none;
  transition: .2s;
  cursor: pointer;
  border: none
}

.form__submit_disabled {
  opacity: .5;
  cursor: not-allowed !important
}

.form__required {
  position: absolute;
  top: 50%;
  left: .5rem;
  width: .75rem;
  height: .75rem;
  margin-top: -.375rem;
  background: #d0021b
}

.form__toggle_password {
  position: absolute;
  top: 50%;
  right: .5rem;
  width: 1.125rem;
  height: .5rem;
  margin-top: -.1875rem;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 320'%3E%3Cpath d='M256 0C144.3 0 47.6 65 0 160c47.6 95 144.3 160 256 160 111.7 0 208.4-65 256-160C464.4 65 367.7 0 256 0zm126.2 84.9c30.1 19.2 55.6 44.9 74.7 75.1-19.1 30.3-44.6 56-74.7 75.1C344.4 259.3 300.8 272 256 272s-88.4-12.7-126.2-36.9C99.7 216 74.2 190.3 55.1 160c19.1-30.3 44.6-56 74.7-75.1 2-1.2 3.9-2.5 5.9-3.6-5 13.7-7.7 28.4-7.7 43.8 0 70.7 57.3 128 128 128s128-57.3 128-128c0-15.4-2.7-30.1-7.7-43.8 2 1.1 4 2.3 5.9 3.6zM256 109c0 26.5-21.5 48-48 48s-48-21.5-48-48 21.5-48 48-48 48 21.5 48 48z'/%3E%3C/svg%3E");
  background-size: contain
}

.form__toggle_password:before {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: -1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(-45deg)
}

.form__toggle_password.show_:before {
  opacity: 0
}

.label-new {
  background: #4a90e2;
  padding: .1rem .2rem;
  font-size: .6rem;
  color: #fff;
  line-height: 1;
  position: relative;
  top: -.5em
}

.hm-news-line-container {
  height: 3.3125rem;
  background: #000;
  color: #4a90e2;
  font-family: gls;
  font-size: .875rem
}

.hm-news-line-container a {
  color: #4a90e2;
  white-space: nowrap
}

.hm-news-line-container .container-small {
  overflow: hidden
}

@media screen and (max-width:739px) {
  .hm-news-line-container {
    height: 6vh
  }
}

.hm-news-line-item {
  white-space: nowrap
}

.hm-news-line-split {
  position: relative;
  width: 4rem;
  height: 1.74062817rem;
  margin: 0 .3rem;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.hm-news-line-split svg {
  position: absolute;
  left: -1%;
  top: -1%;
  width: 102%;
  height: 102%;
  z-index: 1
}

.hm-news-line-split-light {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  height: 90%;
  background: linear-gradient(90deg, #000 0, #4a90e2 80%, #fff);
  transform: translateX(-100%);
  animation: a 3s infinite linear
}

.hm-news-line-split-light.delay-1 {
  animation: a 3s .5s infinite linear
}

.hm-news-line-split-light.delay-2 {
  animation: a 3s 1s infinite linear
}

.hm-news-line-split-light.delay-3 {
  animation: a 3s 1.5s infinite linear
}

@keyframes a {
  0%, 63%, to {
    transform: translateX(-100%);
    opacity: 1
  }

  30% {
    transform: translateX(0)
  }

  60% {
    transform: translateX(100%);
    opacity: 1
  }

  61% {
    transform: translateX(100%);
    opacity: 0
  }

  62% {
    transform: translateX(-100%);
    opacity: 0
  }
}

.page-intro-image {
  padding: 0
}

.page-intro-image img, .page-intro-image svg {
  height: 107%;
  width: 100%;
  position: relative;
  top: 2%
}

.footer-img {
  width: 50rem;
  margin: 0 auto
}

@media screen and (max-width:739px) {
  .footer-img {
    width: 100%;
    height: 50vh
  }
}

.footer-form {
  margin: 0 auto;
  width: 50rem;
  padding: 1.25rem 1.25rem 1.25rem 0;
  background: #fff;
  position: absolute;
  z-index: 1
}

.footer-form:before {
  content: "";
  position: absolute;
  left: 2px;
  right: 2px;
  bottom: 2px;
  top: 2px;
  border: 1px solid #979797;
  z-index: -1
}

.footer-form-24 .support-24 {
  margin-right: 35%;
  margin-top: 0;
  margin-bottom: 0
}

.effective-tools {
  margin-top: 3.75rem;
  position: relative;
  z-index: 1
}

.effective-tools:after, .effective-tools:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100vw;
  background: rgba(0, 0, 0, .05);
  transform-origin: 100% 0;
  transform: skew(-60deg);
  z-index: -1
}

.effective-tools:before {
  height: 100%;
  left: auto;
  top: auto;
  right: 100%;
  transform: skewY(-30deg)
}

.effective-tools .line-vertical {
  position: absolute;
  right: -1px;
  top: 0;
  transform: translateY(-100%)
}

.effective-tools-item {
  transition: background .3s;
  border: 1px solid #979797;
  margin: -1px 0 0
}

.effective-tools-item:hover {
  background: #fff !important;
  color: #000 !important
}

@media screen and (min-width:767px) {
  .effective-tools-item:nth-child(2) {
    border-left: none
  }
}

@media screen and (max-width:739px) {
  .effective-tools-item .arrow-expand {
    opacity: 1
  }

  .effective-tools-item.active .mobile-hidden {
    display: block !important
  }

  .effective-tools-item.active .desktop-hidden {
    display: none
  }

  .effective-tools-item.active .arrow-expand {
    transform: translateX(-10px) rotate(135deg)
  }
}

.line-vertical {
  width: 1px;
  height: 3.75rem;
  margin: 0 auto;
  background: #979797
}

.circles-24 {
  position: relative;
  width: 6.125rem;
  height: 6.125rem;
  border-radius: 100%;
  border: 1px solid #979797;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 2.25rem;
  color: #4a90e2;
  animation: b 1s 1s infinite;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.circles-24:after, .circles-24:before {
  content: "";
  position: absolute;
  left: 3px;
  bottom: 3px;
  right: 3px;
  top: 3px;
  border-radius: 100%;
  border: 1px solid #979797;
  animation: b 1s 1.666s infinite
}

.circles-24:after {
  left: 7px;
  bottom: 7px;
  right: 7px;
  top: 7px;
  animation: b 1s 2.333s infinite
}

.circles-24.white_ {
  border-color: #fff;
  animation: c 1s 1s infinite
}

.circles-24.white_:after, .circles-24.white_:before {
  border-color: #fff;
  animation: c 1s 1.666s infinite
}

.circles-24.white_:after {
  animation: c 1s 2.333s infinite
}

@keyframes b {
  0%, to {
    border-color: #979797;
    color: #4a90e2
  }

  50% {
    border-color: #2d496a;
    color: #2275d7
  }
}

@keyframes c {
  0%, to {
    border-color: #4a90e2
  }

  50% {
    border-color: #fff
  }
}

.support-24 {
  margin-top: -2.5rem;
  margin-bottom: -1.25rem;
  height: 6.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5%
}

.support-24 i {
  display: block;
  height: 1px;
  width: 100%;
  background: #979797
}

.changing-text {
  position: relative;
  display: block;
  width: 100%;
  height: 3.25rem;
  line-height: 3.25rem;
  text-align: center
}

.changing-text span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0
}

.changing-text span div {
  opacity: 0;
  margin: 0 1px
}

@media screen and (max-width:739px) {
  .changing-text span div {
    margin: 0
  }
}

.page-login-intro {
  background: 50% 50% no-repeat url(fonts/login-bg.svg) #2d496a;
  background-size: contain
}

.page-login-intro-inner {
  width: 22rem;
  padding: 2rem
}

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

p {
  margin: 1em 0
}

html {
  font-size: 20px;
  line-height: 1.4
}

@media (max-width: 1580px) {
  html {
    font-size: 18px
  }
}

@media (max-width: 1420px) {
  html {
    font-size: 15px
  }
}

@media (max-width: 1180px) {
  html {
    font-size: 14px
  }
}

@media (max-width: 1110px) {
  html {
    font-size: 13px
  }
}

@media (max-width: 1030px) {
  html {
    font-size: 12px
  }
}

@media (max-width: 950px) {
  html {
    font-size: 11px
  }
}

body, html {
  width: 100%;
  max-width: 100vw;
  height: 100%
}

a {
  color: #222;
  text-decoration: none
}

button, input, select, textarea {
  font-size: 1rem;
  line-height: 1.5
}

button:focus, input:focus, select:focus, textarea:focus {
  outline: none
}

:-moz-placeholder, :-ms-input-placeholder, ::-moz-placeholder, ::-webkit-input-placeholder {
  color: #9b9b9b
}

.o_h {
  overflow: hidden !important
}

.o_v {
  overflow: visible !important
}

.fs_0 {
  font-size: .625rem !important
}

.fs_1 {
  font-size: .75rem !important
}

.fs_2 {
  font-size: .875rem !important
}

.fs_3 {
  font-size: 1rem !important
}

.fs_4 {
  font-size: 1.125rem !important
}

.fs_5 {
  font-size: 1.25rem !important
}

.fs_6 {
  font-size: 1.375rem !important
}

.fs_7 {
  font-size: 1.5rem !important
}

.fs_8 {
  font-size: 1.875rem !important
}

.fs_9 {
  font-size: 2.5rem !important
}

.fs_10 {
  font-size: 3rem !important
}

.fs_11 {
  font-size: 5rem
}

.fs_12 {
  font-size: 7.5rem
}

.fz40 {
  font-size: 2.5rem
}

.fw_l {
  font-weight: 300
}

.fw_el {
  font-weight: 200
}

.fw_n {
  font-weight: 400
}

.fw_m {
  font-weight: 500
}

.fw_b {
  font-weight: 700
}

.ff_beau {
  font-family: beau
}

.ff_beau-b {
  font-family: beau-b
}

.ff_dcom {
  font-family: dcom
}

.ff_dcom_m {
  font-family: dcom-m
}

.ls_1 {
  letter-spacing: .0625rem
}

.ls_2 {
  letter-spacing: .3125rem
}

.ls_2m {
  letter-spacing: -.3125rem
}

.ls_3 {
  letter-spacing: .625rem
}

.ls_3m {
  letter-spacing: -.625rem
}

.lh_90 {
  line-height: .9
}

.lh_100 {
  line-height: 1
}

.lh_110 {
  line-height: 1.1
}

.lh_120 {
  line-height: 1.2
}

.lh_130 {
  line-height: 1.3
}

.lh_140 {
  line-height: 1.4
}

.lh_150 {
  line-height: 1.5
}

.lh_160 {
  line-height: 1.6
}

.lh_170 {
  line-height: 1.7
}

.lh_180 {
  line-height: 1.8
}

.lh_190 {
  line-height: 1.9
}

.lh_200 {
  line-height: 2
}

.tt_u {
  text-transform: uppercase
}

.tt_l {
  text-transform: lowercase
}

.tt_n {
  text-transform: none
}

.ta_l {
  text-align: left
}

.ta_c {
  text-align: center
}

.ta_r {
  text-align: right
}

.td_u {
  text-decoration: underline
}

.td_uh, a.td_u:hover {
  text-decoration: none
}

.td_uh:hover {
  text-decoration: underline
}

.td_n {
  text-decoration: none
}

.c_w {
  color: #fff !important
}

.c_b {
  color: #0c162c !important
}

.c_g {
  color: #9b9b9b !important
}

.c_beige {
  color: #ecebdf !important
}

.c_blue {
  color: #4a90e2 !important
}

.c_blue_d {
  color: #2d496a !important
}

.ml_1 {
  margin-left: .5rem !important
}

.ml_1c {
  margin-left: 6.25vw
}

.ml_2 {
  margin-left: 1rem
}

.ml_2c {
  margin-left: 12.5vw
}

.ml_3 {
  margin-left: 1.5rem
}

.ml_4 {
  margin-left: 2rem
}

.ml_5 {
  margin-left: 2.5rem
}

.ml_6 {
  margin-left: 3rem
}

.ml_7 {
  margin-left: 3.5rem
}

.ml_8 {
  margin-left: 4rem
}

.ml_9 {
  margin-left: 4.5rem
}

.ml_10 {
  margin-left: 5rem
}

.mr_1 {
  margin-right: .5rem
}

.mr_1c {
  margin-right: 6.25vw
}

.mr_2 {
  margin-right: 1rem
}

.mr_2c {
  margin-right: 12.5vw
}

.mr_3 {
  margin-right: 1.5rem
}

.mr_4 {
  margin-right: 2rem
}

.mr_5 {
  margin-right: 2.5rem
}

.mr_6 {
  margin-right: 3rem
}

.mr_7 {
  margin-right: 3.5rem
}

.mr_8 {
  margin-right: 4rem
}

.mr_9 {
  margin-right: 4.5rem
}

.mr_10 {
  margin-right: 5rem
}

.mt_1 {
  margin-top: .5rem
}

.mt_05 {
  margin-top: .25rem
}

.mt_1c {
  margin-top: 6.25vw
}

.mt_2 {
  margin-top: 1rem
}

.mt_3 {
  margin-top: 1.5rem
}

.mt_4 {
  margin-top: 2rem
}

.mt_5 {
  margin-top: 2.5rem
}

.mt_6 {
  margin-top: 3rem !important
}

.mt_7 {
  margin-top: 3.5rem !important
}

.mt_8 {
  margin-top: 4rem !important
}

.mt_9 {
  margin-top: 4.5rem !important
}

.mt_10 {
  margin-top: 5rem !important
}

.mt_20 {
  margin-top: 10rem !important
}

.mb_1a {
  margin-bottom: .1rem !important
}

.mb_05 {
  margin-bottom: .25rem !important
}

.mb_1 {
  margin-bottom: .5rem !important
}

.mb_1c {
  margin-bottom: 6.25vw !important
}

.mb_2 {
  margin-bottom: 1rem !important
}

.mb_2c {
  margin-bottom: 12.5vw !important
}

.mb_3 {
  margin-bottom: 1.5rem !important
}

.mb_4 {
  margin-bottom: 2rem
}

.mb_5 {
  margin-bottom: 2.5rem
}

.mb_6 {
  margin-bottom: 3rem
}

.mb_7 {
  margin-bottom: 3.5rem !important
}

.mb_8 {
  margin-bottom: 4rem
}

.mb_9 {
  margin-bottom: 4.5rem
}

.mb_10 {
  margin-bottom: 5rem
}

.mb_20 {
  margin-bottom: 10rem
}

.mr-50p {
  margin-right: -50%
}

.mr-100p {
  margin-right: -100%
}

.mr_100p {
  margin-right: 100%
}

.ml_50p {
  margin-left: 50%
}

.mb-50p {
  margin-bottom: -50%
}

.mb_50p {
  margin-bottom: 50%
}

.mt-50p {
  margin-top: -50%
}

.mt_100p {
  margin-top: 100%
}

.mr-25p {
  margin-right: -25%
}

.ml_25p {
  margin-left: 25%
}

.ml_100p {
  margin-left: 100%
}

.ml-100p {
  margin-left: -100%
}

.mb-25p {
  margin-bottom: -25%
}

.mb_25p {
  margin-bottom: 25%
}

.mt-25p {
  margin-top: -25%
}

.mb_20rem {
  margin-bottom: 20rem
}

.mb_30rem {
  margin-bottom: 30rem
}

.pl_1 {
  padding-left: .5rem
}

.pl_1c {
  padding-left: 6.25vw
}

.pl_2 {
  padding-left: 1rem
}

.pl_3 {
  padding-left: 1.5rem
}

.pl_3_5 {
  padding-left: 1.75rem
}

.pl_4 {
  padding-left: 2rem
}

.pl_5 {
  padding-left: 2.5rem
}

.pl_6 {
  padding-left: 3rem
}

.pl_7 {
  padding-left: 3.5rem
}

.pl_8 {
  padding-left: 4rem
}

.pl_9 {
  padding-left: 4.5rem
}

.pl_10 {
  padding-left: 5rem
}

.pr_02 {
  padding-right: .2rem
}

.pr_1 {
  padding-right: .5rem
}

.pr_1c {
  padding-right: 6.25vw
}

.pr_2 {
  padding-right: 1rem
}

.pr_3 {
  padding-right: 1.5rem
}

.pr_4 {
  padding-right: 2rem
}

.pb_425 {
  padding-bottom: 2.25rem
}

.pr_5 {
  padding-right: 2.5rem
}

.pr_6 {
  padding-right: 3rem
}

.pr_7 {
  padding-right: 3.5rem
}

.pr_8 {
  padding-right: 4rem
}

.pr_9 {
  padding-right: 4.5rem
}

.pr_10 {
  padding-right: 5rem
}

.pt_05 {
  padding-top: .25rem
}

.pt_1 {
  padding-top: .5rem
}

.pt_1c {
  padding-top: 6.25vw
}

.pt_2 {
  padding-top: 1rem
}

.pt_3 {
  padding-top: 1.5rem
}

.pt_4 {
  padding-top: 2rem
}

.pt_5 {
  padding-top: 2.5rem
}

.pt_6 {
  padding-top: 3rem
}

.pt_7 {
  padding-top: 3.5rem
}

.pt_8 {
  padding-top: 4rem
}

.pt_9 {
  padding-top: 4.5rem
}

.pt_10 {
  padding-top: 5rem
}

.pt_h {
  padding-top: 6.4rem
}

.pb_1 {
  padding-bottom: .5rem
}

.pb_1c {
  padding-bottom: 6.25vw
}

.pb_2 {
  padding-bottom: 1rem
}

.pb_3 {
  padding-bottom: 1.5rem
}

.pb_4 {
  padding-bottom: 2rem
}

.pb_425 {
  padding-bottom: 2.25rem
}

.pb_5 {
  padding-bottom: 2.5rem
}

.pb_6 {
  padding-bottom: 3rem
}

.pb_7 {
  padding-bottom: 3.5rem
}

.pb_8 {
  padding-bottom: 4rem
}

.pb_9 {
  padding-bottom: 4.5rem
}

.pb_10 {
  padding-bottom: 5rem
}

.w_1c {
  width: 6.25vw
}

@media (max-width:1000px) {
  .w_1c {
    width: 62.5px
  }
}

@media (min-width:2000px) {
  .w_1c {
    width: 125px
  }
}

.w_2c {
  width: 12.5vw
}

@media (max-width:1000px) {
  .w_2c {
    width: 125px
  }
}

@media (min-width:2000px) {
  .w_2c {
    width: 250px
  }
}

.w_3c {
  width: 18.75vw
}

@media (max-width:1000px) {
  .w_3c {
    width: 187.5px
  }
}

@media (min-width:2000px) {
  .w_3c {
    width: 375px
  }
}

.w_4c {
  width: 25vw
}

@media (max-width:1000px) {
  .w_4c {
    width: 250px
  }
}

@media (min-width:2000px) {
  .w_4c {
    width: 500px
  }
}

.w_5c {
  width: 31.25vw
}

@media (max-width:1000px) {
  .w_5c {
    width: 312.5px
  }
}

@media (min-width:2000px) {
  .w_5c {
    width: 625px
  }
}

.w_6c {
  width: 37.5vw
}

@media (max-width:1000px) {
  .w_6c {
    width: 375px
  }
}

@media (min-width:2000px) {
  .w_6c {
    width: 750px
  }
}

.w_7c {
  width: 43.75vw
}

@media (max-width:1000px) {
  .w_7c {
    width: 437.5px
  }
}

@media (min-width:2000px) {
  .w_7c {
    width: 875px
  }
}

.w_8c {
  width: 50vw
}

@media (max-width:1000px) {
  .w_8c {
    width: 500px
  }
}

@media (min-width:2000px) {
  .w_8c {
    width: 1000px
  }
}

.w_9c {
  width: 56.25vw
}

@media (max-width:1000px) {
  .w_9c {
    width: 562.5px
  }
}

@media (min-width:2000px) {
  .w_9c {
    width: 1125px
  }
}

.w_10c {
  width: 62.5vw
}

@media (max-width:1000px) {
  .w_10c {
    width: 625px
  }
}

@media (min-width:2000px) {
  .w_10c {
    width: 1250px
  }
}

.w_11c {
  width: 68.75vw
}

@media (max-width:1000px) {
  .w_11c {
    width: 687.5px
  }
}

@media (min-width:2000px) {
  .w_11c {
    width: 1375px
  }
}

.w_12c {
  width: 75vw
}

@media (max-width:1000px) {
  .w_12c {
    width: 750px
  }
}

@media (min-width:2000px) {
  .w_12c {
    width: 1500px
  }
}

.w_13c {
  width: 81.25vw
}

@media (max-width:1000px) {
  .w_13c {
    width: 812.5px
  }
}

@media (min-width:2000px) {
  .w_13c {
    width: 1625px
  }
}

.w_14c {
  width: 87.5vw
}

@media (max-width:1000px) {
  .w_14c {
    width: 875px
  }
}

@media (min-width:2000px) {
  .w_14c {
    width: 1750px
  }
}

.w_15c {
  width: 93.75vw
}

@media (max-width:1000px) {
  .w_15c {
    width: 937.5px
  }
}

@media (min-width:2000px) {
  .w_15c {
    width: 1875px
  }
}

.w_5 {
  width: 5%
}

.w_10 {
  width: 10%
}

.w_15 {
  width: 15%
}

.w_20 {
  width: 20%
}

.w_25 {
  width: 25%
}

.w_30 {
  width: 30%
}

.w_35 {
  width: 35%
}

.w_40 {
  width: 40%
}

.w_45 {
  width: 45%
}

.w_50 {
  width: 50% !important
}

.mw_58 {
  min-width: 58%;
}

.mw_28 {
  min-width: 28%;
}

.w_55 {
  width: 55% !important
}

.w_60 {
  width: 60% !important
}

.w_65 {
  width: 65% !important
}

.w_70 {
  width: 70% !important
}

.w_75 {
  width: 75% !important
}

.w_80 {
  width: 80% !important
}

.w_85 {
  width: 85% !important
}

.w_90 {
  width: 90% !important
}

.w_95 {
  width: 95% !important
}

.w_100\! {
  width: 100% !important
}

.w_100 {
  width: 100%
}

.w_110 {
  width: 110%
}

.h_1c {
  height: 6.25vw
}

@media (max-width:1000px) {
  .h_1c {
    height: 62.5px
  }
}

@media (min-width:2000px) {
  .h_1c {
    height: 125px
  }
}

.h_2c {
  height: 12.5vw
}

@media (max-width:1000px) {
  .h_2c {
    height: 125px
  }
}

@media (min-width:2000px) {
  .h_2c {
    height: 250px
  }
}

.h_3c {
  height: 18.75vw
}

@media (max-width:1000px) {
  .h_3c {
    height: 187.5px
  }
}

@media (min-width:2000px) {
  .h_3c {
    height: 375px
  }
}

.h_4c {
  height: 25vw
}

@media (max-width:1000px) {
  .h_4c {
    height: 250px
  }
}

@media (min-width:2000px) {
  .h_4c {
    height: 500px
  }
}

.h_5c {
  height: 31.25vw
}

@media (max-width:1000px) {
  .h_5c {
    height: 312.5px
  }
}

@media (min-width:2000px) {
  .h_5c {
    height: 625px
  }
}

.h_6c {
  height: 37.5vw
}

@media (max-width:1000px) {
  .h_6c {
    height: 375px
  }
}

@media (min-width:2000px) {
  .h_6c {
    height: 750px
  }
}

.h_7c {
  height: 43.75vw
}

@media (max-width:1000px) {
  .h_7c {
    height: 437.5px
  }
}

@media (min-width:2000px) {
  .h_7c {
    height: 875px
  }
}

.h_8c {
  height: 50vw
}

@media (max-width:1000px) {
  .h_8c {
    height: 500px
  }
}

@media (min-width:2000px) {
  .h_8c {
    height: 1000px
  }
}

.h_9c {
  height: 56.25vw
}

@media (max-width:1000px) {
  .h_9c {
    height: 562.5px
  }
}

@media (min-width:2000px) {
  .h_9c {
    height: 1125px
  }
}

.h_10c {
  height: 62.5vw
}

@media (max-width:1000px) {
  .h_10c {
    height: 625px
  }
}

@media (min-width:2000px) {
  .h_10c {
    height: 1250px
  }
}

.h_11c {
  height: 68.75vw
}

@media (max-width:1000px) {
  .h_11c {
    height: 687.5px
  }
}

@media (min-width:2000px) {
  .h_11c {
    height: 1375px
  }
}

.h_12c {
  height: 75vw
}

@media (max-width:1000px) {
  .h_12c {
    height: 750px
  }
}

@media (min-width:2000px) {
  .h_12c {
    height: 1500px
  }
}

.h_13c {
  height: 81.25vw
}

@media (max-width:1000px) {
  .h_13c {
    height: 812.5px
  }
}

@media (min-width:2000px) {
  .h_13c {
    height: 1625px
  }
}

.h_14c {
  height: 87.5vw
}

@media (max-width:1000px) {
  .h_14c {
    height: 875px
  }
}

@media (min-width:2000px) {
  .h_14c {
    height: 1750px
  }
}

.h_15c {
  height: 93.75vw
}

@media (max-width:1000px) {
  .h_15c {
    height: 937.5px
  }
}

@media (min-width:2000px) {
  .h_15c {
    height: 1875px
  }
}

.h_5 {
  height: 5%
}

.h_10 {
  height: 10%
}

.h_15 {
  height: 15%
}

.h_20 {
  height: 20%
}

.h_25 {
  height: 25%
}

.h_30 {
  height: 30%
}

.h_35 {
  height: 35%
}

.h_40 {
  height: 40%
}

.h_45 {
  height: 45%
}

.h_50 {
  height: 50% !important
}

.h_55 {
  height: 55% !important
}

.h_60 {
  height: 60% !important
}

.h_65 {
  height: 65% !important
}

.h_70 {
  height: 70% !important
}

.h_75 {
  height: 75% !important
}

.h_80 {
  height: 80% !important
}

.h_85 {
  height: 85% !important
}

.h_90 {
  height: 90% !important
}

.h_95 {
  height: 95% !important
}

.h_100\! {
  height: 100% !important
}

.h_100 {
  height: 100%
}

.mh_100 {
  min-height: 100%
}

.h_140 {
  height: 140%
}

.h_50vw {
  height: 50vw !important
}

.d_b {
  display: block
}

.d_i {
  display: inline !important
}

.d_ib {
  display: inline-block !important
}

.d_if {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.d_f {
  display: -ms-flexbox;
  display: flex
}

.d_n {
  display: none
}

.aa_0 {
  visibility: hidden;
  opacity: 0
}

.aa_1 {
  visibility: visible;
  opacity: 1
}

.hide {
  display: none !important
}

.bg_n {
  background: none !important
}

.bgc_w {
  background-color: #fff !important
}

.bgc_g {
  background-color: #9b9b9b !important
}

.bgc_g2 {
  background-color: #e4e5e7 !important
}

.bgc_b {
  background-color: #0c162c !important
}

.bgc_bg {
  background-image: linear-gradient(transparent 60%, #000) !important
}

.bgc_beige {
  background-color: #fbfbfb !important
}

.bgc_blue {
  background-color: #2d496a !important
}

.bgc_blue_trans {
  background-color: rgba(45, 73, 106, .9) !important
}

.bgs_cov, .bgz_c {
  background: 50% 50% no-repeat;
  background-size: cover !important
}

.bgz_cnt {
  background: 50% 50% no-repeat;
  background-size: contain !important
}

.pos_r {
  position: relative !important
}

.pos_a {
  left: 0;
  right: auto
}

.pos_a, .pos_art {
  top: 0;
  bottom: auto
}

.pos_a, .pos_acb, .pos_art {
  position: absolute !important
}

.pos_acb {
  bottom: 0;
  left: 50%;
  transform: translateX(-50%)
}

.pos_arb, .pos_art {
  left: auto;
  right: 0
}

.pos_alb, .pos_arb {
  position: absolute;
  top: auto;
  bottom: 0
}

.pos_alb {
  left: 0;
  right: auto
}

.pos_ac {
  position: absolute !important;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.pos_f {
  position: fixed;
  left: 0;
  top: 0
}

.flex {
  display: -ms-flexbox;
  display: flex
}

[class*=flex_] {
  display: -ms-flexbox !important;
  display: flex !important
}

[class*=flex].d_if {
  display: -ms-inline-flexbox;
  display: inline-flex
}

.flex_js {
  -ms-flex-pack: start;
  justify-content: flex-start
}

.flex_jc {
  -ms-flex-pack: center;
  justify-content: center
}

.flex_jsb {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex_je {
  -ms-flex-pack: end;
  justify-content: flex-end
}

.flex_as {
  -ms-flex-align: start;
  align-items: flex-start
}

.flex_ac {
  -ms-flex-align: center;
  align-items: center
}

.flex_ae {
  -ms-flex-align: end;
  align-items: flex-end
}

.flex_ast {
  -ms-flex-align: stretch;
  align-items: stretch
}

.flex_c {
  -ms-flex-direction: column;
  flex-direction: column
}

.flex_r {
  -ms-flex-direction: row;
  flex-direction: row
}

.flex_w {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

@media (max-width:739px) {
  .mobile-flex_ac {
    -ms-flex-align: center !important;
    align-items: center !important
  }
}

@media (max-width:739px) {
  .mobile-flex_c {
    -ms-flex-direction: column !important;
    flex-direction: column !important
  }
}

@media (max-width:739px) {
  .mobile-flex {
    display: -ms-flexbox;
    display: flex
  }
}

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

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

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

.col {
  float: left;
  padding-left: 10px;
  padding-right: 10px
}

[class*=pull-], [class*=push-] {
  position: relative
}

.no-gutter {
  padding-left: 0;
  padding-right: 0
}

.col-1 {
  width: 8.33333%
}

.col-2 {
  width: 16.66667%
}

.col-1-4, .col-3 {
  width: 25%
}

.col-1-3, .col-4 {
  width: 33.33333%
}

.col-5 {
  width: 41.66665%;
  width: 41.66667%
}

.col-1-2, .col-6 {
  width: 50%
}

.col-7 {
  width: 58.33333%
}

.col-8 {
  width: 66.66666%;
  width: 66.66667%
}

.col-3-4, .col-9 {
  width: 75%
}

.col-10 {
  width: 83.33333%
}

.col-11 {
  width: 91.66666%;
  width: 91.66667%
}

.col-12 {
  width: 100%
}

.push-1 {
  left: 8.33333%
}

.pull-1 {
  left: -8.33333%
}

.push-2 {
  left: 16.66667%
}

.pull-2 {
  left: -16.66667%
}

.push-1-4, .push-3 {
  left: 25%
}

.pull-1-4, .pull-3 {
  left: -25%
}

.push-1-3, .push-4 {
  left: 33.33333%
}

.pull-1-3, .pull-4 {
  left: -33.33333%
}

.push-5 {
  left: 41.66665%;
  left: 41.66667%
}

.pull-5 {
  left: -41.66665%;
  left: -41.66667%
}

.push-1-2, .push-6 {
  left: 50%
}

.pull-1-2, .pull-6 {
  left: -50%
}

.push-7 {
  left: 58.33333%
}

.pull-7 {
  left: -58.33333%
}

.push-8 {
  left: 66.66666%;
  left: 66.66667%
}

.pull-8 {
  left: -66.66666%;
  left: -66.66667%
}

.push-3-4, .push-9 {
  left: 75%
}

.pull-3-4, .pull-9 {
  left: -75%
}

.push-10 {
  left: 83.33333%
}

.pull-10 {
  left: -83.33333%
}

.push-11 {
  left: 91.66666%;
  left: 91.66667%
}

.pull-11 {
  left: -91.66666%;
  left: -91.66667%
}

.row {
  padding-top: 1em;
  padding-bottom: 1em
}

.no-desktop {
  display: none
}

.no-margin, .no-style-heading {
  margin: 0
}

.no-padding {
  padding: 0 !important
}

.ol-padding {
  padding-inline-start: 40px;
}

@media only screen and (min-width:740px) and (max-width:959px) {
  .container, .tablet-container {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .container:first-child, .tablet-container:first-child {
    margin-left: auto
  }

  .tablet-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .tablet-container-full:first-child {
    margin-left: auto
  }

  .tablet-no-gutter {
    padding-left: 0;
    padding-right: 0
  }

  .tablet-col-1 {
    width: 8.33333%
  }

  .tablet-col-2 {
    width: 16.66667%
  }

  .tablet-col-1-4, .tablet-col-3 {
    width: 25%
  }

  .tablet-col-1-3, .tablet-col-4 {
    width: 33.33333%
  }

  .tablet-col-5 {
    width: 41.66665%;
    width: 41.66667%
  }

  .tablet-col-1-2, .tablet-col-6 {
    width: 50%
  }

  .tablet-col-7 {
    width: 58.33333%
  }

  .tablet-col-8 {
    width: 66.66666%;
    width: 66.66667%
  }

  .tablet-col-3-4, .tablet-col-9 {
    width: 75%
  }

  .tablet-col-10 {
    width: 83.33333%
  }

  .tablet-col-11 {
    width: 91.66666%;
    width: 91.66667%
  }

  .tablet-col-12 {
    width: 100%
  }

  .tablet-push-1 {
    left: 8.33333%
  }

  .tablet-pull-1 {
    left: -8.33333%
  }

  .tablet-push-2 {
    left: 16.66667%
  }

  .tablet-pull-2 {
    left: -16.66667%
  }

  .tablet-push-1-4, .tablet-push-3 {
    left: 25%
  }

  .tablet-pull-1-4, .tablet-pull-3 {
    left: -25%
  }

  .tablet-push-1-3, .tablet-push-4 {
    left: 33.33333%
  }

  .tablet-pull-1-3, .tablet-pull-4 {
    left: -33.33333%
  }

  .tablet-push-5 {
    left: 41.66665%;
    left: 41.66667%
  }

  .tablet-pull-5 {
    left: -41.66665%;
    left: -41.66667%
  }

  .tablet-push-1-2, .tablet-push-6 {
    left: 50%
  }

  .tablet-pull-1-2, .tablet-pull-6 {
    left: -50%
  }

  .tablet-push-7 {
    left: 58.33333%
  }

  .tablet-pull-7 {
    left: -58.33333%
  }

  .tablet-push-8 {
    left: 66.66666%;
    left: 66.66667%
  }

  .tablet-pull-8 {
    left: -66.66666%;
    left: -66.66667%
  }

  .tablet-push-3-4, .tablet-push-9 {
    left: 75%
  }

  .tablet-pull-3-4, .tablet-pull-9 {
    left: -75%
  }

  .tablet-push-10 {
    left: 83.33333%
  }

  .tablet-pull-10 {
    left: -83.33333%
  }

  .tablet-push-11 {
    left: 91.66666%;
    left: 91.66667%
  }

  .tablet-pull-11 {
    left: -91.66666%;
    left: -91.66667%
  }

  .tablet-no-pull, .tablet-no-push {
    left: auto
  }

  .tablet-row {
    padding-top: 1em;
    padding-bottom: 1em
  }

  .tablet-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: 1em 0 0;
    display: block
  }

  .tablet-full:first-child {
    margin-top: 0
  }

  .tablet-text-left {
    text-align: left
  }

  .tablet-text-right {
    text-align: right
  }

  .tablet-text-center {
    text-align: center
  }

  .tablet-left {
    float: left
  }

  .tablet-right {
    float: right
  }

  .tablet-no-float {
    float: none
  }

  .tablet-no-margin {
    margin: 0
  }

  .tablet-no-padding {
    padding: 0
  }

  .no-tablet {
    display: none
  }

  .show-tablet {
    display: block
  }
}

@media only screen and (max-width:739px) {
  .container, .mobile-container {
    padding-left: 20px;
    padding-right: 20px;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .container:first-child, .mobile-container:first-child {
    margin-left: auto
  }

  .mobile-container-full {
    padding-left: 0;
    padding-right: 0;
    margin-left: auto;
    margin-right: auto;
    float: none
  }

  .mobile-container-full:first-child {
    margin-left: auto
  }

  .mobile-no-gutter {
    padding-left: 0;
    padding-right: 0
  }

  .mobile-col-1-2 {
    width: 50%
  }

  .mobile-col-1-3 {
    width: 33.33333%
  }

  .mobile-col-1-4 {
    width: 25%
  }

  .mobile-col-3-4 {
    width: 75%
  }

  .mobile-push-1-2 {
    left: 50%
  }

  .mobile-pull-1-2 {
    left: -50%
  }

  .mobile-push-1-3 {
    left: 25%
  }

  .mobile-pull-1-3 {
    left: -25%
  }

  .mobile-push-1-4 {
    left: 33.33333%
  }

  .mobile-pull-1-4 {
    left: -33.33333%
  }

  .mobile-push-3-4 {
    left: 75%
  }

  .mobile-pull-3-4 {
    left: -75%
  }

  .mobile-no-pull, .mobile-no-push {
    left: auto
  }

  .mobile-row {
    padding-top: 1em;
    padding-bottom: 1em
  }

  .mobile-full {
    left: auto;
    clear: both;
    float: none;
    width: 100%;
    margin: .2em 0 0;
    display: block
  }

  .mobile-full:first-child {
    margin-top: 0
  }

  .mobile-text-left {
    text-align: left
  }

  .mobile-text-right {
    text-align: right
  }

  .mobile-text-center {
    text-align: center
  }

  .mobile-left {
    float: left
  }

  .mobile-right {
    float: right
  }

  .mobile-no-float {
    float: none
  }

  .mobile-no-margin {
    margin: 0
  }

  .mobile-no-padding {
    padding: 0 !important
  }

  .no-mobile {
    display: none
  }

  .show-mobile {
    display: block
  }
}

.container {
  padding-right: 6.25%;
  padding-left: 6.25%
}

.container-small {
  padding-right: 12.5%;
  padding-left: 12.5%
}

@media screen and (max-width:739px) {
  .container-small {
    padding-left: 1rem;
    padding-right: 1rem
  }
}

i {
  font-style: normal
}

.overlay-link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1
}

.img-responsive-w {
  width: 100%;
  height: auto
}

.img-responsive-h {
  width: auto;
  height: 100%
}

@media screen and (min-width: 800px) {
  .desktop-hidden {
    display: none !important
  }
}

@media screen and (max-width: 800px) {
  .mobile-hidden {
    display: none !important
  }
}

@media screen and (max-width:739px) {
  .mobile-h_a {
    height: auto !important
  }

  .mobile-w_a {
    width: auto !important
  }

  .mobile-h_100 {
    height: 100% !important
  }

  .mobile-w_100 {
    width: 100% !important
  }

  .mobile-ml_1 {
    margin-left: .5rem
  }

  .mobile-ml_1c {
    margin-left: 6.25vw
  }

  .mobile-ml_2 {
    margin-left: 1rem
  }

  .mobile-ml_2c {
    margin-left: 12.5vw
  }

  .mobile-ml_3 {
    margin-left: 1.5rem
  }

  .mobile-ml_4 {
    margin-left: 2rem
  }

  .mobile-ml_5 {
    margin-left: 2.5rem
  }

  .mobile-ml_6 {
    margin-left: 3rem
  }

  .mobile-ml_7 {
    margin-left: 3.5rem
  }

  .mobile-ml_8 {
    margin-left: 4rem
  }

  .mobile-ml_9 {
    margin-left: 4.5rem
  }

  .mobile-ml_10 {
    margin-left: 5rem
  }

  .mobile-mr_1 {
    margin-right: .5rem
  }

  .mobile-mr_1c {
    margin-right: 6.25vw
  }

  .mobile-mr_2 {
    margin-right: 1rem
  }

  .mobile-mr_2c {
    margin-right: 12.5vw
  }

  .mobile-mr_3 {
    margin-right: 1.5rem
  }

  .mobile-mr_4 {
    margin-right: 2rem
  }

  .mobile-mr_5 {
    margin-right: 2.5rem
  }

  .mobile-mr_6 {
    margin-right: 3rem
  }

  .mobile-mr_7 {
    margin-right: 3.5rem
  }

  .mobile-mr_8 {
    margin-right: 4rem
  }

  .mobile-mr_9 {
    margin-right: 4.5rem
  }

  .mobile-mr_10 {
    margin-right: 5rem
  }

  .mobile-mt_1 {
    margin-top: .5rem !important
  }

  .mobile-mt_1c {
    margin-top: 6.25vw !important
  }

  .mobile-mt_2 {
    margin-top: 1rem !important
  }

  .mobile-mt_3 {
    margin-top: 1.5rem !important
  }

  .mobile-mt_4 {
    margin-top: 2rem !important
  }

  .mobile-mt_5 {
    margin-top: 2.5rem !important
  }

  .mobile-mt_6 {
    margin-top: 3rem !important
  }

  .mobile-mt_7 {
    margin-top: 3.5rem !important
  }

  .mobile-mt_8 {
    margin-top: 4rem !important
  }

  .mobile-mt_9 {
    margin-top: 4.5rem !important
  }

  .mobile-mt_10 {
    margin-top: 5rem !important
  }

  .mobile-mt_20 {
    margin-top: 10rem !important
  }

  .mobile-mb_1 {
    margin-bottom: .5rem !important
  }

  .mobile-mb_1c {
    margin-bottom: 6.25vw !important
  }

  .mobile-mb_2 {
    margin-bottom: 1rem !important
  }

  .mobile-mb_2c {
    margin-bottom: 12.5vw !important
  }

  .mobile-mb_3 {
    margin-bottom: 1.5rem !important
  }

  .mobile-mb_4 {
    margin-bottom: 2rem
  }

  .mobile-mb_5 {
    margin-bottom: 2.5rem
  }

  .mobile-mb_6 {
    margin-bottom: 3rem
  }

  .mobile-mb_7 {
    margin-bottom: 3.5rem !important
  }

  .mobile-mb_8 {
    margin-bottom: 4rem
  }

  .mobile-mb_9 {
    margin-bottom: 4.5rem
  }

  .mobile-mb_10 {
    margin-bottom: 5rem
  }

  .mobile-mb_20 {
    margin-bottom: 10rem
  }

  .mobile-mr-50p {
    margin-right: -50%
  }

  .mobile-mr-100p {
    margin-right: -100%
  }

  .mobile-mr_100p {
    margin-right: 100%
  }

  .mobile-ml_50p {
    margin-left: 50%
  }

  .mobile-mb-50p {
    margin-bottom: -50%
  }

  .mobile-mb_50p {
    margin-bottom: 50%
  }

  .mobile-mt-50p {
    margin-top: -50%
  }

  .mobile-mt_100p {
    margin-top: 100%
  }

  .mobile-mr-25p {
    margin-right: -25%
  }

  .mobile-ml_25p {
    margin-left: 25%
  }

  .mobile-ml_100p {
    margin-left: 100%
  }

  .mobile-ml-100p {
    margin-left: -100%
  }

  .mobile-mb-25p {
    margin-bottom: -25%
  }

  .mobile-mb_25p {
    margin-bottom: 25%
  }

  .mobile-mt-25p {
    margin-top: -25%
  }

  .mobile-mb_20rem {
    margin-bottom: 20rem
  }

  .mobile-mb_30rem {
    margin-bottom: 30rem
  }

  .mobile-pl_1 {
    padding-left: .5rem
  }

  .mobile-pl_1c {
    padding-left: 6.25vw
  }

  .mobile-pl_2 {
    padding-left: 1rem
  }

  .mobile-pl_3 {
    padding-left: 1.5rem
  }

  .mobile-pl_4 {
    padding-left: 2rem
  }

  .mobile-pl_5 {
    padding-left: 2.5rem
  }

  .mobile-pl_6 {
    padding-left: 3rem
  }

  .mobile-pl_7 {
    padding-left: 3.5rem
  }

  .mobile-pl_8 {
    padding-left: 4rem
  }

  .mobile-pl_9 {
    padding-left: 4.5rem
  }

  .mobile-pl_10 {
    padding-left: 5rem
  }

  .mobile-pr_1 {
    padding-right: .5rem
  }

  .mobile-pr_1c {
    padding-right: 6.25vw
  }

  .mobile-pr_2 {
    padding-right: 1rem
  }

  .mobile-pr_3 {
    padding-right: 1.5rem
  }

  .mobile-pr_4 {
    padding-right: 2rem
  }

  .mobile-pr_5 {
    padding-right: 2.5rem
  }

  .mobile-pr_6 {
    padding-right: 3rem
  }

  .mobile-pr_7 {
    padding-right: 3.5rem
  }

  .mobile-pr_8 {
    padding-right: 4rem
  }

  .mobile-pr_9 {
    padding-right: 4.5rem
  }

  .mobile-pr_10 {
    padding-right: 5rem
  }

  .mobile-pt_1 {
    padding-top: .5rem
  }

  .mobile-pt_1c {
    padding-top: 6.25vw
  }

  .mobile-pt_2 {
    padding-top: 1rem
  }

  .mobile-pt_3 {
    padding-top: 1.5rem
  }

  .mobile-pt_4 {
    padding-top: 2rem
  }

  .mobile-pt_5 {
    padding-top: 2.5rem
  }

  .mobile-pt_6 {
    padding-top: 3rem
  }

  .mobile-pt_7 {
    padding-top: 3.5rem
  }

  .mobile-pt_8 {
    padding-top: 4rem
  }

  .mobile-pt_9 {
    padding-top: 4.5rem
  }

  .mobile-pt_10 {
    padding-top: 5rem
  }

  .mobile-pt_h {
    padding-top: 6.4rem
  }

  .mobile-pb_1 {
    padding-bottom: .5rem
  }

  .mobile-pb_1c {
    padding-bottom: 6.25vw
  }

  .mobile-pb_2 {
    padding-bottom: 1rem
  }

  .mobile-pb_3 {
    padding-bottom: 1.5rem
  }

  .mobile-pb_4 {
    padding-bottom: 2rem
  }

  .mobile-pb_5 {
    padding-bottom: 2.5rem
  }

  .mobile-pb_6 {
    padding-bottom: 3rem
  }

  .mobile-pb_7 {
    padding-bottom: 3.5rem
  }

  .mobile-pb_8 {
    padding-bottom: 4rem
  }

  .mobile-pb_9 {
    padding-bottom: 4.5rem
  }

  .mobile-pb_10 {
    padding-bottom: 5rem
  }

  .mobile-fz34 {
    font-size: 2.125rem !important
  }

  .mobile-fz32 {
    font-size: 2rem !important
  }

  .mobile-p_0 {
    padding: 0 !important
  }

  .mobile-m_0 {
    margin: 0 !important
  }

  .mobile-ta_c {
    text-align: center !important
  }
}

.map-panel-top {
  height: 4.375rem;
  background: #2d496a;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1
}

.map-panel-top-block {
  position: relative;
  height: 100%;
  width: 20%;
  border-right: 1px solid #5a7085;
  color: #fff;
  line-height: 1
}

.map-panel-top-block .arrow-expand {
  border-color: #609de6;
  opacity: 1;
  transform: rotate(135deg);
  margin-bottom: .2rem
}

.map-panel-top-block-h {
  padding: .6rem 1rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  transition: background-color .2s;
  cursor: pointer
}

.map-panel-top-block-h.active {
  background: #4a90e2
}

.map-panel-top-block-h.active .arrow-expand {
  border-color: #fff;
  transform: rotate(315deg)
}

.map-panel-top-help-bt {
  position: relative;
  z-index: 2
}

.map-panel-top-help {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #4a90e2;
  color: #fff;
  padding: .6rem 2.3rem .6rem 1rem;
  left: 0;
  top: 0;
  font-size: .875rem;
  transition: opacity .3s, visibility .3s step-end
}

.map-panel-top-help.active {
  opacity: 1;
  visibility: visible;
  transition: opacity .3s, visibility 0s
}

.map-panel-top-block-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #4a90e2;
  color: #fff
}

.map-panel-top-select {
  cursor: pointer;
  transition: .2s;
  padding: .8rem 1rem
}

.map-panel-top-select:hover {
  background: #2d496a
}

.map-panel-left {
  width: 18rem;
}

.map-panel-left-content {
  bottom: 0
}

.map-search-result-container {
  width: 18rem;
}

.map-search-result-container .panel-head {
  padding: 0 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #fff;
  height: 3.2rem
}

.map-search-result-inner {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 4rem;
  width: 100%
}

.map-region-actions {
  border-radius: .3125rem;
  height: 2.7rem;
  position: absolute;
  right: 22%;
  top: .5rem;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center
}

.ico-help {
  width: 1.0625rem;
  height: 1.0625rem;
  line-height: 1.0625rem;
  border-radius: 100%;
  text-align: center;
  background-color: hsla(0, 0%, 100%, .2)
}

.ico-help:before {
  content: "?";
  color: #333;
  font-size: .875rem
}

.map-container {
  background: #fff
}

.choose-region-h, .panel-head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: .875rem;
  cursor: pointer
}

.choose-region-h .arrow-expand, .panel-head .arrow-expand {
  opacity: 1;
  transform: rotate(135deg)
}

.choose-region-h.active .arrow-expand, .panel-head.active .arrow-expand {
  transform: rotate(-45deg)
}

.panel-head-changed-mark {
  width: .5rem;
  height: .5rem;
  border-radius: 100%;
  background: #d0021b;
  margin: 0 1rem;
  opacity: 0;
  transition: .2s
}

._filtered>span>.panel-head-changed-mark {
  opacity: 1;
}

.map-panel-left-block.filtered_>div>span>.panel-head-changed-mark {
  opacity: 1
}

.map-panel-left-block.filtered_ .missing-complexes {
  display: block;
}

.missing-complexes {
  display: none;
  position: absolute;
  bottom: -1.3em;
  font-size: .8em;
  color: red;
}

.map-panel-left-block {
  padding: .75rem;
  border-bottom: 2px solid #f8f8f8;
  background: #fff
}

.map-panel-left-block-small {
  padding-left: 0.5rem;
  padding-top: 0.5rem;
  padding-right: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #f8f8f8;
  background: #fff
}

.form__checkmark.type2_:before {
  width: .6875rem;
  height: .6875rem;
  border-color: #9b9b9b;
  margin-top: 0
}

.choose-region-h._filtered>label>span:before {
  background: linear-gradient(135deg, rgba(74, 144, 224, 1) 48%, rgba(255, 255, 255, 1) 55%)
}

.form__checkmark.type2_:after {
  display: none
}

.form__checkbox:checked+.form__checkmark.type2_ {
  color: #4a90e2
}

.noUi-horizontal {
  height: 2px;
  box-shadow: none;
  background: hsla(0, 0%, 59%, .14);
  border-radius: 0;
  border: none
}

.noUi-horizontal .noUi-handle {
  width: 1rem;
  height: 1rem;
  background: #4a90e2;
  border: none;
  border-radius: 100%;
  box-shadow: none;
  top: -.5rem
}

.noUi-horizontal .noUi-handle:after, .noUi-horizontal .noUi-handle:before {
  display: none
}

.noUi-horizontal .noUi-handle {
  right: -.5rem !important
}

.noUi-connect {
  background: #4a90e2
}

.noUi-touch-area {
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%)
}

.filter-container .slider-value-left, .filter-container .slider-value-right {
  background: #ededed;
  border-color: #ededed;
  color: #9b9b9b
}

.form__input_number {
  display: flex;
  flex-direction: row;
}

.form__input_number input {
  border: 1px solid #e4e5e7;
  background-color: #e4e5e7 !important;
  padding-right: .2rem;
  color: #000;
  font-family: dcom;
  min-height: 2rem;
  border-radius: 5px 0 0 5px;
}

.form__input_number button {
  background-color: #efefef;
  line-height: 0.9rem;
  width: 1em;
  border: 1px solid #e4e5e7;
  color: #9b9b9b;
  cursor: pointer;
  font-size: 0.9rem;
}

.form__input_number button:hover {
  background-color: #e4e5e7;
}

.form__input_number .button-increase {
  border-radius: 0 5px 0 0;
}

.form__input_number .button-decrease {
  border-radius: 0 0 5px 0;
}

.map-window-container {
  /* position: absolute;
  left: 50%;
  top: 50%; */
  font-family: dcom-l;
  width: 27.125rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center
}

.map-window {
  width: 27.125rem;
  position: relative;
  border-radius: .3125rem;
  background: #fff;
  padding: 1.5rem 0rem 1rem 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1)
}

.map-window:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  border-style: solid;
  border-width: 6px 6px 0;
  border-color: #fff transparent transparent
}

.map-window-close {
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: .5rem;
  top: .5rem
}

.map-window-close:after, .map-window-close:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  height: 1px;
  width: .5625rem;
  background: #9b9b9b;
  transform: translate(-50%, -50%) rotate(45deg)
}

.map-window-close:after {
  transform: translate(-50%, -50%) rotate(135deg)
}

.choose-region-h {
  line-height: 1.1;
  color: rgba(34, 34, 34, .6);
  -ms-flex-pack: start;
  justify-content: start
}

.choose-region-h .arrow-expand {
  top: -.13rem
}

.choose-region-h.active .arrow-expand {
  transform: translateY(.2rem) rotate(-45deg)
}


.search-panel-button {
  cursor: pointer;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  background: #4a90e2;
  border: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1rem;
  font-family: dcom;
  color: #fff;
  z-index: 4;
}

.search-panel-button2 {
  bottom: 2.25rem;
}

.search-panel-flex-button {
  flex-shrink: 0;
  cursor: pointer;
  width: 100%;
  background: #4a90e2;
  border: none;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2.25rem;
  line-height: 2.25rem;
  text-align: center;
  padding: 0 1rem;
  font-family: dcom;
  color: #fff;
  z-index: 4;
}

.map-clear-filter, .favorites-clear {
  background: #d0021b;
}

.map-clear-filter {
  display: none;
}

.map-panel-left.filtered_ .map-clear-filter {
  display: block;
}

.ps__scrollbar-y {
  background: #4a90e2 !important
}

.map-container [class*=-ground-pane] > ymaps:first-child {
  filter: grayscale(1);
  -ms-filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -o-filter: grayscale(1)
}

.map-legend {
  background: #fff;
  position: absolute;
  border-radius: .32rem;
  height: 1.8rem;
  font-size: .8rem;
}

.map-legend svg {
  width: .6875rem;
  height: .875rem;
  margin-right: .5rem
}

.map-legend-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 1rem
}

svg.fill_green * {
  fill: #8ce24a
}

svg.fill_grey * {
  fill: #7f7f7f
}


svg.fill_yellow * {
  fill: #ffdd00
}

svg.fill_violet * {
  /*fill: #ac24d8*/
  fill: #f371d1
}

svg.fill_blue * {
  fill: #4a90e2
}

svg.fill_orange * {
  fill: #ff931e
}

.news-filter {
  display: block;
  text-align: center;
  margin-left: auto;
  margin-right: auto
}

.news-filter>div {
  display: inline-block;
  margin: 0 .5rem .5rem 0 !important
}

@media (max-width:739px) {
  .news-filter {
    text-align: left;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .news-filter>div {
    height: 2rem;
    line-height: 2rem;
    font-size: 1rem
  }
}

.news-list {
  padding-top: 1rem
}

.news-list-item {
  display: block;
  position: relative;
  padding: 1.875rem;
  background: #fff;
  border-radius: .3125rem;
  margin-bottom: 1.75rem
}

.news-list-item-date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 11.25rem;
  margin-bottom: 1rem;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #2d496a;
}

.news-list-item-text a {
  color: #4a90e2 !important;
}

.news-list-item-text span {
  color: #2d496a !important;
}

.news-list-item-date:before {
  content: "";
  display: inline-block;
  background: 50% 50% no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 37 18' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 9.094h10.706L14.522 0l2.13 18 4.509-14.214 3.403 5.308H37' stroke='%234A90E2' fill='none' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: contain;
  width: 2.375rem;
  height: 1.625rem;
  margin-right: 1.2rem
}

.news-list-item-date i {
  position: relative;
  display: block;
  height: .8rem;
  border-bottom: 1px solid #4a90e2;
  width: 2.25rem;
  margin-left: .6rem;
  text-align: right
}

.news-list-item-date i~i {
  display: inline-block;
  vertical-align: middle;
  width: .625rem;
  height: .625rem;
  border-top: 1px solid #4a90e2;
  border-right: 1px solid #4a90e2;
  border-bottom: none;
  margin: .4rem 0 0;
  transform: translateX(0) rotate(45deg)
}

.news-list-item-date span {
  display: block
}

@media (max-width:739px) {
  .news-list-item-date {
    width: 100%
  }

  .news-list-item-date:before {
    width: 20%;
    margin-right: .6rem
  }

  .news-list-item-date i {
    width: 40%
  }

  .news-list-item-date i:after {
    opacity: 1
  }

  .news-list-item-date span {
    display: inline
  }
}

.news-list-item-announce {
  width: 100%
}

.news-list-item-hash {
  display: -ms-flexbox;
  display: flex;
  padding-left: 11.25rem;
  margin-bottom: .4375rem
}

.news-list-item-hash a {
  position: relative;
  display: block;
  color: #4a90e2;
  margin-right: 1rem;
  z-index: 2
}

.news-list-item-h {
  font-family: beau-b;
  font-size: 1.875rem;
  color: #2d496a;
  margin-bottom: 1.25rem;
  line-height: 1.2
}

@media (max-width:739px) {
  .news-list-item-h {
    font-size: 1.5rem
  }
}

.next-news {
  filter: grayscale(100%);
  opacity: .6;
  transition: .3s
}

.next-news:hover {
  opacity: 1;
  filter: grayscale(0)
}

.a_i_c {
  align-items: center;
}

/*.blackout {*/
/*  position: fixed;*/
/*  align-items: center;*/
/*  justify-content: center;*/
/*  display: none;*/
/*  top: 0;*/
/*  left: 0;*/
/*  height: 100%;*/
/*  width: 100%;*/
/*  background-color: rgba(0, 0, 0, .6);*/
/*  z-index: 10;*/
/*}*/

/*.ppn-modal-content, #alert, #confirm {*/
/*  position: absolute;*/
/*  padding: 3rem 5rem 1rem;*/
/*  background-color: white;*/
/*}*/

.ppn-modal-content {
  padding: 1.5rem 2rem;
}

#review-trigger {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: -2.6rem;
  z-index: 9999;
  cursor: pointer;
  padding: .2rem 1rem;
  background-color: #e27777;
  color: white;
  border-radius: 2px;
  font-size: 1rem;
  font-family: dcom;
}

.ppn-modal-content textarea {
  font-family: inherit;
  line-height: 1.1;
}

#review-trigger:hover {
  background-color: #d05555;
}

.button-wrapper {
  text-align: right;
}

.page-header .phone {
  color: #003a57;
  font-weight: bold;
}

.page-header .phone.desktop-hidden {
  right: 5em;
  position: relative;
  z-index: 3;
}

.wsn {
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.controls-container .bt~.bt {
  margin-left: 0;
}

.controls-container .bt:not(.bt-blue) {

}

.controls-container .bt.active {
  background: #4a90e2;
  color: #fff;
  border: 1px solid #4a90e2;
}

.flex_jcs {
  justify-content: space-between;
}

.w_5em {
  width: 5em;
}

.w_7em {
  width: 5em;
}

.m_a {
  margin: 0 auto;
}

.news_w_55 {
  width: 55% !important
}

.news_w_60 {
  width: 60% !important
}

.news_w_65 {
  width: 65% !important
}

.news_w_70 {
  width: 70% !important
}

.news_w_75 {
  width: 75% !important
}

.news_w_80 {
  width: 80% !important
}

.news_w_85 {
  width: 85% !important
}

.news_w_90 {
  width: 90% !important
}

.news_w_95 {
  width: 95% !important
}

.news_w_100 {
  width: 100%
}

.tag {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  font-size: 0.9em;
  align-items: center;
  height: 1.2em;
  line-height: 1em;
  text-align: center;
  padding: .3em;
  font-family: dcom;
  border-radius: .2em;
  text-decoration: none !important;
  margin: 0 0.3em;
}

.tag-blue {
  background: #4a90e2;
  color: #fff;
}

@media screen and (max-width:1200px) {
  .news_w_55 {
    width: 100% !important
  }
  .news_w_60 {
    width: 100% !important
  }

  .news_w_65 {
    width: 100% !important
  }

  .news_w_70 {
    width: 100% !important
  }

  .news_w_75 {
    width: 100% !important
  }

  .news_w_80 {
    width: 100% !important
  }

  .news_w_85 {
    width: 100% !important
  }

  .news_w_90 {
    width: 100% !important
  }

  .news_w_95 {
    width: 100% !important
  }

  .news_w_100 {
    width: 100%
  }
}

@media print {
  html, body {
    height: 297mm;
    width: 210mm;
    font-size: 14px;
  }
  h1 {
      font-size: 24px;
  }
  h2 {
      font-size: 20px;
  }
  h3 {
      font-size: 18px;
  }
  *, *:before, *:after {
    color: #000;
    box-shadow: none;
    text-shadow: none;
  }
  .page-header, .page-footer {
    display: none;
  }
  .page-content {
    padding: 0;
  }
  .noprint {
    display: none;
  }
  .news-list-item-date {
    display: none;
  }
  .next-news {
    display: none!important;
  }
  .bt-scroll-down {
    display: none!important;
  }
  #review-trigger {
    display: none;
  }
  .download-excel-button-container {
    display: none!important;
  }
  .container {
    padding: 1em;
  }
  .news-list-item-hash {
    display: none!important;
  }
}

@page {
	margin: 10mm 10mm 10mm 20mm;
}

@charset "UTF-8";

.heading-h2 {
  margin: 32px 0 28px;
  font-size: 28px;
  line-height: 1.28;
  font-weight: 600;
  text-transform: uppercase
}

.block-wrapper {
  margin-top: 32px;
  margin-bottom: 56px
}

.btn {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.btn-promo {
  min-width: 210px;
  padding: 18px 20px;
  border-radius: 30px;
  font-size: 18px;
  line-height: 1.22;
  font-weight: 400;
  color: #202020;
  background-color: #b8e986
}

.btn:hover {
  opacity: .95
}

section.plans {
  font-family: Muller, Arial, sans-serif;
  color: #305187;
  font-weight: 400;
}

.footer {
  padding: 48px 0 16px;
  background-color: #9b9b9b;
  font-size: 16px;
  line-height: 1.22;
  color: #fff;
  font-family: Muller, Arial, sans-serif;
}

.footer-row {
  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
}

.footer-col {
  width: 33.3%;
  margin-bottom: 15px
}

.footer-col--partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.footer a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out
}

.footer a:hover {
  text-decoration: underline;
  opacity: .9
}

.footer__logo {
  width: 198px;
  height: 48px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMYAAAAwCAMAAAEKicX9AAAC0FBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////8DwEchAAAA73RSTlMAAQIDBAUGBwgJCgsMDQ4PEBESExQVFxgZGhscHR4gISIjJCUmJygpKissLS4vMDEyMzU2Nzg5Ojs8PT4/QEFCQ0RFRkdISUpLTE1OUVJUVVZXWFlaW1xdXl9gYWJjZGVmaGprbG1ub3BxcnN0dXZ3eXp7fH1+f4CBgoOEhYaH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);
  background-repeat: no-repeat;
  background-size: contain
}

.footer__contacts {
  font-size: 18px;
  line-height: 1.22
}

.footer__contacts-phone {
  font-size: 20px;
  font-weight: 600
}

.footer__partner {
  max-width: 260px;
  font-size: 14px;
  line-height: 1.29
}

.footer__partner-desc {
  display: inline-block;
  width: 70%;
  margin-right: 10px;
  vertical-align: top
}

.footer__partner-logo {
  display: inline-block;
  width: 57px;
  height: 68px;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: contain
}

.footer__partner-logo--msk-gov {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADkAAABECAYAAAFMo60MAAAUxUlEQVRo3t1bB1SU17ZmvXtzRZooDExj6AIiIIKdoiAK0i4igl1BxGiwgCBg72BvMfaCsUWNSmISyzOaol5LYnJj7EGTvJjkJaa8JCZZSfY73575f2YYykCMuffOWmcN/Pzn7LPP2fvbFavVji70DxtFncPNTUNWuxxc6MMWzvS8vf7beJi84BY3hLZt20pbt26hr756YP6C3bA5/ODJJ/PonXfeMX1h8eJy2rt3D+3Zs5vWzvagsWPzzFe4efMmP8Aw28MlseMX7FzokFglKSnR9IUYleqo9CBRqaJpTkrKd1bx7zqdZruV8We4i+oXH532Z5OH9R0ShpXxoezevdvkkOQ/7qqwpjVrVtNvv/1G5WqPmj8+Me0wte6XTR07dqCHDx/WzJzXRkl3xA93796VZ4KdavzxLRv9W9HRkZSZOZDu1abZNTyMxo0bSz16dKPg4Pb09NNrTTeE8c+W+nu+Za3Q/9H4Y/ZAugiMhf41q8yZVkalpSVmAlKnoEijsLCA7IbPZdbxQmVlJVVXV1NJSXHDk6fpAsghcyopeiRScDslvzBixHA+nsWOrg1P/uDOHf4e4qqiwMAASozzo+LiIjp27Bi9++67NMRFRfNyx5hPxvbw/dFHH9Enn/wPH+fIkcPpzTffoMGDs6isrJRCfbxprEJJiwoLTScPVLvRe++9R9FqNU1xVtJZG/1xj0hKpmSxk9TU5MYPDA8nOyllFTAeV61rTcbndj3XUd9Y1dqVGhV2ixVBGhXBYTR06OAGKZtMPHPmtJGQFFo+ESM20pWs8zfxITjFDKRnnllH1669T2+1VNQ/EeCGCRCIDz/8kDZu3ECHDj1P+flPsVTVO9E2ZzGrr4+3ihfYtGkjnT79qtkkk4mn7FXkkFVKishknnRgRQtGzZMnT/DEd+rb6vbsXNoTHC5f8qxZM/m7vHwRffvtt5SWlmo+cagQ6Pnz59FlgRfXr1+nFSuW0zShr5j4008/MUUgzxgPT8pwVdVM7OjvR9eEWBUUTOKXDh8+RDNnzqDs7JGUldSGFeLZZ3fSXANKyRMTQ0N59Y0CsoYPHybL6PLly2ibgyst6OQkbzHdxYgicK1IaEdiYgJdEOIUE9NT5nV5a71iD42L06OpQTnkw8E2F7v70hSNB5uY8PCONHr0aLp69aq8SJ2nWjZ4CFU4KsnLy4PSe/SQtztv3lxqr1HXP1GGFDHilfoXoXKnxdZ7qtS0rBYWWbm7uy34sIk6qdNpZ1rV9fHwcMvCC9B8YcIy6nypNoRYMnAL95o4p0HcksY/hASesjV/fsxOQamuaobhR04U47o4orS+eqHbbe/KBOEuQGROnjyplwKPYDqq9qQB8fGUHN+Hds+a/fuJav0CqHhCgixSEDHp5969Yxkuqqs/oM8++4y+/PJLunHjBhXkjm4eUdxbSLdEco7uT069Mkjr4UFLptiSp6e7THj//ufYtXruuedYp2FvN7ZyoXA3HS1atLDpRP2Sx5HVqn/SX+aeINtR5dQqbQKpAjtQYXYrmdPt27cJ61hCr7/+uow4UK7fdbzS6Ojbnly69GaoBjJ16BBMGQlONHnyRHr55ZeYU4no/fufUJ8+cZYTHSvAaF/eOIb0gwcP8K7btvVhvJwxYzqFhYWSj48XT2zXzp+enmHDKAck/+qrr+jXX39lqZ49exa/A4ELFpBy2lZRN1EAcJkw8Zs3b6LBBjAeoNbSK6+8zBxgAHMXLlxAa9eu4SPFAkuXVtDJYwfFe6/Q++9f5c3CCYZlWD5zpkxsSe/4ujmFexkfFk7eBrBbvXqVTBBmBn45hGX8+HH09ttvUdeunUnAGS+0osSWwoRjA3fV+Dh3Cav6mlCzVQboNiN6wPBzVFQEf3///ff0ww8/8OI68bK3tyePKkPsccbW1DDOcFfIgUJtz7JBQQr09aEFYlcDU0zdri6Ci6lOSnki/Oo33nidXnvtNbpy5W120662FK61QPfz58/T0rj4pkkv7i7LtW4XbtCgLPnn9u3bsYBhAz7CqTReuMhJWT/R5Y6uv5gRHT2GUgS+Yud4CcHAM8I2xcT0MtsEgKJbty7y78L8mEhrHUT/z8rHx6fF3Ub0FJgbLY6to1pD8fF92bLqjCzrKOE2d9RoyM/Pl0JDQyhJSH9tRwhjguA+LCzsCdnEeXlpfYO1mofw/PcLQamyqxlv2jQOILcFTr8iNmc8b4e4uied+Zq+d3d397T6PR93d00iNicMdt9mLdBcb7w542W7erz4xsapBoSkoXG5pXPdBNdo615w7dy5VFFRLlzR6ZSdnPzoCGJMH+5g9gwhMnQ5KyuTdrh5P1qCOPMtWzabPS9QqAV4L6QxvWIeLUGMImGcC531KJLv0Z6Oi0tvq1Vz/JsdEEg7nXTsxO71DWLDjbhjd1i35hME0K8oaUWOyWPJJnc5tUqfRC7d+jK6uIZGkFfKSNq3bx/t3FlJr756in7++WdKiI1pPsF4dx82vBtmtaSEhL5spLWCmARxw4YN5QAP9hMm7vnnD3IG4EpLRfMIviCQR+PrJwioqUcnF4axO3fu0Ndff01DhgymHTt2sDG+fPkSE4RPBHsKW9pkgoudtexoOcVmkjKkKw1OaSNzBnsJdwMexIYNGzhnBoKRXl5U7OxKAQF+tCioY9MIIsxtOX4dOabl01/nHCPX8Gg6vPpvspVArLVgwXz2Ei5evMgEjxw53DwpRaT+15kvsVvZYvIOap08hv5WtJcJTRrRSjhRk/l4ly1byt4dnGbJVTnWAArVS9Bm4mYhlSs4Jm+dmEuK7v3I5sm1elvZTkk+XmoOfhFFwxOQ7hAjMSqy+VKKcU7sGMfpGxRMJSVTOTQvL7CjAQPS+S5xjEgxIUwAwYyMATRGobKcICLSS8JXeUGE63druQsYEydO4DThlnkt+fe5c+fQqlWrhM97mgnCjZRC4L1Cyt+zboTgN998ww4z0rmTJ09iN3HKlEJ2fuHXSIQjInqwqly5coWlFJ4fjjc2NpaBoY/wFuAJ+ghkMiMIIXlDQFRhUCg7u3At8NxfKDoIf/DBHeGhnROospdzK/BboRLx0QrO3kn3Bx1E4FNaOpVDg3uGeH6gwfk24RCZO+AhsiDSM7iHcPOx2NGjR/meICzgDu5iTk42bZ5nT7dv3+Z7RJjXr188xyv7N26iTTm5vM5Ebz9zgtgNlDhIHJv07MUXX5B3v3TpEjp79k22h1KMAb8UTnFuphN77jgdnEjPnlGULQSnvc6N11lQXGxOsKBnLENVrErFWAjhATCDGBYOCQligIZwYCPh4WEMbyDsLdREp1NzBrWqVrXAR/z9hiHFbEIQ0RSSR1DcYoNjC+FBcgmOLxTd2D+9cOECf6eL+8G8hemOdapCmZGTbEIwziAoSNggQNkaFEYPH/7AQMxciDFgQH8m8LY4gZfszF3IsjwHWtw+1OTZ7jZqTm6ZEZT0BfHhNkEMoRvEe0YbV/k5oifp/deFVAPIy0V8glABWaSlYpw4cYJmu3maEB1rMOJmeohcQPfuXWndihW8oPT8kqGsg5/3Ce4jIrqz7YMOQmXwNymLCEuBgo7FSBPt6clokh8aTpWtVbQzPZMG/T2VxX1+SQkb3MDAdjRw4AAW/3HjxlFkZARHXTxffGN+TlCIZQQry6bTeHEE3loNQ5hpNJVpIjyAMegl9HCAQbmR+aid3WsUvCs9/WX87KWqSQ8iJ1BXNHXxol5iQwypxO5qVdMIDhyYwd+dvb3khbcYdl57wGLgGwCA765GglV7QLIbNU+IGfF9y8hiwI2AahyyV1Cp0DNgr59W/zeAxnHbuqOukSLEs+qnVH/WGNEEpYpRpFOncHLnaDhQtnn3WtQEsdKGhruo6smdaqo5gprgrLTce7ZpXurTS6q6SB+dzm0Hdra1latJcHlUjPetG18QoYHxPBz3SgEE3dTAWc22JseRbdu2dRbIc+CckZOEZIJYbJ+/v7+T1R/5Ga9QfSfu8n+bNbk5aex/l3G5ZROynXKJTMiGpTl6ye7Clm8I60pFublcLs1OTKRFnbv96zIJBoti29BOVeOpBcj0pLQ0TvsiDQy3C0xmZmbQOqX7vy6T0tjm5UyTxo+ixf2SLHr/iEADOE9z5swWgclcKrNw3p/KJNvPoqk0Z/ooqniqNR13aPjdTOGkIWxA7hW598mpqXW+h2LhDr9gmqbxoBftXP58JjHStEoakupCJSNbcTYFCUVF9wRyTB1PNnkrOZhWhnQhrSAEG79y5QqaPn0aRQlz2rlnFtkPnUXRmaPYgYfrhJuGaCNciY2N4SI1ig2FQuTP2ij+HCbhB6SkJNOG9Stpz5IW5N9WXwhH0KcKCifH5DyyHzKTWvfLIdewKDOHBfqKTgrEaGDs008/pUuXLtEvv/zCYRVKAgg+1q9/ho3fY2dyuGcQWU/aKmcgYmN70dTRDpSX5ci/BwT4Cz9F32kDPwV+SXJyEmefEJ4h142USFVVFYfWt27dojNnznCjjz5mfJETRchkoAz4xRdfUGFM78d/kyiu+GrVJrcTGqSkgytbcGiHG42L682pswkT8mUXE7EMGERGC70FuE2UGVGGkuLUXbue5dAR3QBwwh88eMDFuLfeukw7u0T8sUwWeAbTf1Wc5XxS7fGXBafoidLnORm5qtSW0uOd6vSrkZnJydHrInIZqONgGDOJgUYgKYeIAvD83n1phgiHXg0I/WOZPCzMAYAEOUiUQ6FvDhlTqE38CC4Io1/KOTKFF4/prqDKRdZcZsFAmgK3iFgMjK5b97Scs0TKAl0jxkwihZEW0uHxomuGuy8puiWQIiKJ2sQNplbpkzlpB718YkYVtSjaRbbZ5YLZNKObU9POcmuK6qKPlmAvwRSYRFoF6REweOrUf7NeSnViaYDxiQr142ESnV2ZGndudNkv5iCKelaE6GN1/uTSexBZT9yir7D3n0hqX3/Wx6CgQBltIbpLi205JbNkyWJOVEHfUMlF7gBpHCT40SiErLTEJLJhyHwhMXLTWvF43Lr6qoWotSDZgUUBNgAToCbEFM/Qy+jjraW9S1tQkKH1j0uUp1+lAwf205EjR/gbOUjkqyQmP//8c9Zf5DYwp8re5dExedPIwT4kxOq7777jNCDs2L179/jEl5WWcpcZgrr1IiAsEM5AlEptBjS4SeRAjh8/zrnL4jwPyh+m76XATaKdDRkkiHBubo4Yo/mAJk2ayA4EAEhiMkijF10kCxCfwyytrceG1sskivcI3JGFPe2gpJs3bjAKYnMoaIwICaXjdq6ccUJiAGlGiF6qcNVKBdPIICHZg6w9PBhsEpsdNWoEPfXUeLaXMCepyb2ostyGdj27jVEV5uHHH3800cf79+9zqhPijdaL+Pg+3LKH5C0aiCeodZy8HeGi5Cj5qrUFTMJ1AoOcqxPi1zsqgrOPcLk6Cpt1wiibMV8cBow6oB/pMuPNnTt3lit5SI1iMzgkuGeJif3Y+OOmQBy/Lyn1pDUVQ3geJASSAhGV1kLZH+k3lK1wWB4eOm5Xrq5dVxMSBaReHxXb+E1CPNGcKrXiweXq3//vtNXBVCQG9e1DL710VK4cGY+qqiPctASRhq5B75BWx21cv36NxRe+LNAVZZJhg+JoVZmD+H09ezjQSeT4kbRGVyYOEcgLhwD0UERKT09jHTauxW1uo6LlKWmW6WSVYCg/fzzrC06PqxqtazJAAB/oEFwvFB2MGcShpKQkMSpiY/BWcHtjxuSyawakhBlBow02WVQ0hfr2jdPTmGBPnTq4ypk/iDaar3CT0PWnhe7dqtUSAb1ELwZAsXxyAfWKjGicSch4khAj2K+J3SPoXXFS2x30Ng7gIpfQV61kMQRj8DdxI6gfIUuYnt6fM8QADDR8+Pu3ZRcNogd3DaLs6+ttBlDo2xjcUUEzRVRjqbk4b8g6l7ZtZznwgMkYoYsznGoYApKhWUi6TVQAXhBiiJ5d9HwCkKB7kZE96nTjjEc7jQi7PLxoUVgX2iTWvVBHCIXoZmm+Hc1TuVBx+xBmpCFGgSVZ/RLM9LRBcUXvqRS/SY3ISBZjkV1RveludTXfHsQNSImyiId4J0ehopMCnELVGoGk4xgI0JhUG/XQBIM1F0T0pGv11LdxkEM9vaif2DxqBvXVwTH2eAaIQ66gwbWyrhY7A7GdOwnR60Z77F1pa2kZmwHcBioetQNZ9KNIN9ZJQDpuCfrylEDDdY76Vk7MQQeP1DLWq1c06z3sHSfBu3ZmMcdtopqCFkGIf17eGMoXtC81IXi2mEnkr7EBlHeAjGWBIfW+ixIRCmA4BDD5nuH0qw31KmOxBaCgrgHXD/qPEAqABFvYIcCvJp/k4Cr/tw3QeO2a1WwuHrlbd1Thzv/Og+gBm4KLBjBBIRumALeLTRt7OPiGUwCzgCxdfToKxlAIf/DgS9mrSVKait0Sg7uIEebt1aiONovJSoWOX37DsDjACa6UZF6MB+rWKGWCaVSddIa+k7pGcHAQSwmQFgf38ccf801CpxE/wiwA0b21NXPwL1tNFlcgpyUTlnWNoMN798inuNlZQ9HRUTIoodMDN5htKMeMclE2irTSgDTgtqWbRCrFzVDeSUiIZ91FFeWEbdNiX+R+xTq/WU1xVn5uyYTXfIIpJ6wT+4i3DWiJHqiuBl0LEKddYiggw2NCLZ8ro64qmRmkS9YICUAJ0Ph2ag8cmPHvB5qZogHY6XSaa+j7H3TQ/tHUQ4CcKIZmigGmoW/SRuEM4B8wuFddpeIOp9ol5sUG3UORrqfh8NBuJa2BZs88C2tvMDkIMtzdtf0N9TNNRkETCncN1T6kAfcL+oN/O4k21EbRSgIfuLLWzdwxNLxI5gH1typDAww2W2qQkAsWAg7qgPqDcUsxq3AJZif11Gh+hp7e/TerYEEyIEUC6H4U2DDeopJeYGCgnU6nS8b/t6BS6uamPSR+PtrAOCbeOd9Wp72fLExAhXAWLGnvRQ8xdGeIQcTFOp+Idc5hvYbo6fej2S4Ymo4O3rCwMBurP+vjIT4+Os2Oha1rfOHnxKkLh+E3sdEt3t7eblb/SR9PT08/wdgZb2+tz+Ok+/9M661UfNZxvgAAAABJRU5ErkJggg==)
}

.footer__partner a {
  border-bottom: 1px dashed #fff;
  padding-bottom: 8px
}

.footer__partner a:hover {
  text-decoration: none
}

.footer-icons {
  margin: 18px 0 24px;
  padding: 0
}

.footer-icons__item {
  display: inline-block;
  width: 35px;
  height: 35px;
  margin: 0 10px
}

.footer-icons__item--fb {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAFeAHP9AAAAq1BMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////Nr6iZAAAAOHRSTlMABQYNGRopKi8wMzdKTk9aXF1jaWpvcXR1f4CCg4eLjY+Rlpucnq2ytLu8w8fLzM7R2uDk5ujq+UjIHiwAAAF0SURBVDjLjZJtX4JAEMT/CoaC9EyhpJlhmCUFQu73/2S9OJA7oF/OG9hhbmduF6BAIaBAABBiCIiBcUINoYsDTAC5Akga0UHTJMXY5AKjRQmMAUSowyyAhLh6090g1joEsXrGAV3fRg4cRSWLVUxgLV/rKuBpBFLbFSqSTo3bwavy0DJUmCRFkUwM+Sw9prOmHJQOAE45UIQXnr6FHsBoqp2ejoCt0XALT+rtQuQVgIhMMc9y7wGQ4QNw8y3rawB8bAA2IrIBwK4YVvWO7epUw/h15xOTEbWYqCdhzy3wHls37ZlGz8QUrCjPlr5rD23XX2Z5ZLUFo/3WaVHOdj/SSu9nSh+mP169nPSRvxDuBwBWabhMXt7edw+NY2kBuSEJRUQk1mLlMFsazVciK9NuOSN1tXojChuNc1OOQ62+nH+KfMznlxo3PJp9YCWyML3ctCfPopOnda+Oxsk787nb7W4NSWkBDPbhf3M+a1/n7f2f/+cXr2km9qYscB8AAAAASUVORK5CYII=)
}

.footer-icons__item--telegram {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACMAAAAjCAMAAAFeAHP9AAABSlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////9mcS2dAAAAbXRSTlMAAQIEBQYHCgwSExYZGhwdICMmJygqKy4vMTQ1Oz0+P0JES0xSVFhdXmNlaGpub3Bxc36Bgo6Sk5SYmZucoqOkqKmytLe4uru8v8TGx8rLzc7P0dPV1tjZ2tvd3+Lj5ujp6uvs7vDy8/j5/P3+GjKKAQAAAe1JREFUOMuVk1l30lAUhb/WKYKoURAU6qwM1aSKtRULBaeiCFqNCikKqFW07v//6kMSSCispfsl9+yz7xlzARcPRdzzvwRwMV2HIg0gU/O96AvADSL4DGmAPQFVQPoN0A9pam4m0AaJwjijZ2SAnzouvxhDghoNKKFoNmiEIhTr3rceEH3myX3cfQ91r0xgXdpq6zpQwwWOPNQqY0kArtcWNPRGegyQmS3cN0MpQ8d01XWr6Yjc6ow69tRcHuYAyA2XPSJZnvjKMYDEZui2nQBakYAtsKbWyV3AphfY9zUW0KUAwIWv+nNOAvKYwJakB2lpDzAxgav9H0s3Jd0DTP/W04IknQDyfuRTO/v+jLpB9g/wTQD2nApJrIWIjQRALNRpcsE0AKz2qG0xA8N2upV81oyb2fyjrmMbs4JEs5WaoVKtZiJkxmQzDxtKBstpllmEcnMZwBimWIzU0ACc3CHH0rX6WBp4zTpgVSLuY7eeH0jD0kvJr6Bi0c5Omi++liR9vHL2kyTFPTrbYeQfdyVJepXi8r4kKXgA8VEoDqw8gdUDT6wVJnEi9dy5ve0r9C7gKtZMXy/c75eOrktSyWdyDmAMDs/n9M5bf72pgfGPcwaS2pyrWFPsv/bujdByepVC1oyb2UKl51jT/+cvSDFmeZnp76wAAAAASUVORK5CYII=)
}

.footer-icons__item a {
  display: block;
  width: 100%;
  height: 100%
}

@media screen and (max-width: 769px) {
  .ppn-modal-content textarea {
    width: 100%;
  }

  .ppn-modal-content .controls-container a.bt {
    width: 100%;
  }

  #alert, #confirm {
    padding: 3rem 2rem 1rem;
  }

  .header__intro-title {
    font-size: 24px;
    line-height: 1.04
  }

  .heading-h2 {
    font-size: 21px;
    line-height: 1.24
  }

  .header__intro p {
    font-size: 16px;
    line-height: 1.19
  }

  .header__image {
    width: 100%;
    max-width: 480px;
    left: calc(50% - 240px);
    -webkit-transform: none;
    transform: none
  }

  /*

    .list-info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .list-info__item {
        width: 100%;
        -webkit-box-ordinal-group: initial !important;
        -ms-flex-order: initial !important;
        order: initial !important
    }

    .list-info__num {
        font-size: 32px;
        line-height: 1
    }

    .list-info__text {
        font-size: 16px;
        line-height: 1.38
    }

    .application-area__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 0
    }

    .application-area__item:first-child {
        padding-top: 0;
        padding-bottom: 16px
    }

    .application-area__item--bordered {
        border-bottom-width: 0
    }

    .application-area__item--bordered:last-child {
        border-bottom-width: 1px
    }

    .application__heading {
        font-size: 16px;
        line-height: 1.38
    }

    .facts-list__item {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .facts-list__title {
        font-size: 28px
    }

    .facts-list__text {
        font-size: 14px
    }
*/
  .plans__subheading {
    font-size: 21px;
    line-height: 1.29
  }

  .plans__intro {
    font-size: 16px;
    line-height: 1.38
  }

  .plans-info {
    overflow-x: auto;
    font-size: 12px
  }

  .plans-item {
    overflow: hidden
  }

  .plans-item__desc {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 30%;
    word-break: break-all;
    word-wrap: break-word
  }

  .plans-item__price {
    -ms-flex-negative: 1;
    flex-shrink: 1;
    width: 35%;
    margin-right: 5px
  }

  .plans-item__price:after, .plans-item__price:before {
    content: none
  }

  .plans-item__price:nth-of-type(odd) {
    margin-left: 5px
  }

  .plans-item__price--heading {
    font-size: 16px
  }

  .plans-item__desc--subheading {
    font-size: 16px
  }

  .plans-item__desc--heading {
    font-size: 16px
  }

  .plans-item__name {
    font-size: 12px;
    word-break: break-all;
    word-wrap: break-word
  }

  /*
    .reports-steps {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reports-steps__item {
        width: 50%
    }
*/
  .footer-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .footer-col {
    width: 50%
  }

  .footer__logo {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 15px
  }

  .footer__partner {
    margin-right: auto;
    margin-left: auto
  }

  /*
    .tools-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tools-list__item {
        padding-left: 16px;
        width: 100%
    }*/
}

/*
@media screen and (max-width: 629px) {
    .feedback-form__row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .feedback-form__col {
        margin: 10px 0
    }
}
*/
@media screen and (max-width: 479px) {

  /*
    .header__image {
        width: 100%;
        max-width: 320px;
        left: calc(50% - 160px)
    }

    .about__item {
        margin-bottom: 64px;
        padding-top: 10px;
        padding-left: 115px;
        text-align: left
    }

    .about__item:before {
        position: absolute;
        left: 0
    }

    .facts-list__item {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .plans-item {
        overflow: hidden
    }

    .plans-item__desc {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 30%;
        word-break: break-all;
        word-wrap: break-word
    }

    .plans-item__price {
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 35%;
        margin-right: 5px
    }

    .plans-item__price:after, .plans-item__price:before {
        content: none
    }

    .plans-item__desc--heading {
        font-size: 14px
    }

    .plans-item__price--heading {
        font-size: 12px
    }

    .reports {
        padding-right: 15px;
        padding-left: 15px
    }

    .reports-steps__item {
        font-size: 12px
    }
    */
  .footer-col {
    width: 100%
  }
}

form.inplaceeditform {
  white-space: nowrap;
}

.slick-initialized .slick-slide {
  display: block;
  height: 12rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: white;
  margin-left: 1em;
}

#client-logos {
  left: 50%;
  transform: translateX(-50%);
}

.client-logos-container {
  position: relative;
}

.client-logos-container .arrow-left {
  left: -30px;
  transform: translateY(-50%) rotateZ(45deg);
  border-right: none !important;
  border-top: none !important;
}

.client-logos-container .arrow-right {
  right: -30px;
  transform: translateY(-50%) rotateZ(45deg);
  border-left: none !important;
  border-bottom: none !important;
}

.client-logos-container .arrow {
  display: block;
  cursor: pointer;
  color: #2d496a;
  border: 1px solid;
  position: absolute;
  top: 50%;
  height: 1em;
  width: 1em;
}

.dashboard-loading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(1, 1, 1, .2);
  border-radius: 3px;
  z-index: 1;
}

.dashboard-loading .spinner {
  top: 50%;
  border-left: 6px solid rgba(255, 255, 255, 0.15);
  border-right: 6px solid rgba(255, 255, 255, 0.15);
  border-bottom: 6px solid rgba(255, 255, 255, 0.15);
  border-top: 6px solid rgba(255, 255, 255, 0.8);
}

.spinner {
  height: 30px;
  width: 30px;
  margin: auto;
  position: relative;
  -webkit-animation: rotation .6s infinite linear;
  -moz-animation: rotation .6s infinite linear;
  -o-animation: rotation .6s infinite linear;
  animation: rotation .6s infinite linear;
  border-left: 6px solid rgba(0, 162, 232, 0.15);
  border-right: 6px solid rgba(0, 162, 232, 0.15);
  border-bottom: 6px solid rgba(0, 162, 232, 0.15);
  border-top: 6px solid rgba(0, 162, 232, 0.8);
  border-radius: 100%;
}


/*

          NEW

 */

.a_i_c {
  align-items: center;
}

.ppn-modal-wrapper .bt-blue-bordered, .ppn-modal-wrapper .bt-white-bordered {
  background: #fff;
  color: #9b9b9b;
  border: 1px solid #9b9b9b;
  font-family: dcom-l;
  text-transform: none;
  transition: .2s
}

.ppn-modal-wrapper .bt-blue-bordered:hover, .ppn-modal-wrapper .bt-white-bordered:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
  letter-spacing: 1px
}

.ppn-modal-wrapper .bt-blue-bordered {
  background: #2d496a;
  color: #4a90e2;
  border: 1px solid #4a90e2
}

.ppn-modal-wrapper .bt-blue-bordered.active, .ppn-modal-wrapper .bt-blue-bordered:hover {
  background: #4a90e2;
  color: #fff;
  border-color: #4a90e2;
  letter-spacing: 2px
}

.ppn-modal-wrapper .bt-blue {
  background: #4a90e2;
  color: #fff;
  transition: .3s
}

.ppn-modal-wrapper .bt-blue:hover {
  background: #2d496a;
  letter-spacing: 1px
}

.ppn-modal-wrapper .bt {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.25rem;
    line-height: 2.25rem;
    text-align: center;
    padding: 0 1rem;
    font-family: dcom;
    font-size: 1.125rem;
    cursor: pointer;
    border-radius: .3125rem;
    text-decoration: none !important;
}

.bt-grey {
    background: #7a7a7a;
    color: #fff;
    transition: .3s;
}

.ppn-modal-content {
  padding: 1.5rem 2rem;
}

#review-trigger {
  position: fixed;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  right: -2.6rem;
  z-index: 9999;
  cursor: pointer;
  padding: .2rem 1rem;
  background-color: #e27777;
  color: white;
  border-radius: 2px;
  font-size: 1rem;
  font-family: dcom;
}

.ppn-modal-content textarea {
  font-family: inherit;
  line-height: 1.1;
}

#review-trigger:hover {
  background-color: #d05555;
}

.button-wrapper {
  text-align: right;
}

.page-header .phone {
  color: #003a57;
  font-weight: bold;
}

.page-header .phone.desktop-hidden {
  right: 5em;
  position: relative;
  z-index: 3;
}

.wsn {
  white-space: nowrap;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.controls-container .bt~.bt {
  margin-left: 0;
}

#price_and_benefits .bt {
  height: 2.3rem;
  margin-right: 0.4rem;
}

#minidashboard .bt {
  height: 1.8rem;
}

@media screen and (max-width: 800px) {
  #minidashboard {
    display: none;
  }

  .page-intro-slider {
    min-height: 27em !important;
  }
}

.controls-container .bt.active {
  background: #4a90e2 !important;
  color: #fff !important;
}

.flex {
  display: flex;
}

.flex_jcs {
  justify-content: space-between;
}

.w_9em {
  width: 9em;
}

.w_8em {
  width: 8em;
}

.w_7em {
  width: 7em;
}

.m_a {
  margin: 0 auto;
}


.bt.loading {
  padding-right: 1.3rem;
  position: relative;
}

.bt.loading .spinner {
  display: inline;
}

.bt .spinner {
  height: .8rem;
  width: .8rem;
  border-top: 2px solid rgba(255, 255, 255, 0.8);
  border-right: 2px solid rgba(255, 255, 255, 0.8);
  border-left: none;
  border-bottom: none;
  display: none;
  position: absolute;
  right: .25rem;
}

/*================*/

.page-header a:focus, .page-header a:hover {
    text-decoration: none;
}
.page-header .bt-blue-bordered:hover, .bt-white-bordered:hover {
    background: #4a90e2;
    color: #fff;
    border-color: #4a90e2;
    letter-spacing: 1px;
}
.page-header .bt:hover {
    letter-spacing: inherit !important;
}
.page-header .bt-blue-bordered, .bt-white-bordered {
    background: #fff;
    color: #9b9b9b;
    border: 1px solid #9b9b9b;
    font-family: dcom-l;
    text-transform: none;
    transition: .2s;
}
.page-header .bt {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    padding: 0 1rem;
    font-family: dcom;
    font-size: 1.125rem;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: .3125rem;
    text-decoration: none !important;
}
.logout {
    white-space: nowrap;
}

button .spinner {
  position: relative !important;
  right: auto !important;
  margin: 0 1em 0;
}

.swiper-pagination {
    bottom: 1rem !important;
}

.slider-appear-effect {
  opacity: 1;
}

.video-frame {
  text-align: center;
}

.video-frame img {
  max-height: 100%;
  max-width: 100%;
}

.page-header {
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 4.625rem;
  background: #fff;
  padding: 0;
  font-family: dcom;
  border-bottom: 1px solid #dedede;
  margin: 0
}

.header-logo {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10
}

.header-logo img {
  width: auto;
  height: 100%;
  display: block;
  max-height: 2.8rem
}

@media screen and (max-width:800px) {
  .header-logo img {
    height: 80%
  }
}

.header-menu {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: end;
  align-items: flex-end
}

.header-menu>a {
  position: relative;
  display: block;
  font-size: 1rem;
  color: #162b3d;
  margin: 0 1rem;
  padding-bottom: 1.54rem;
  transition: .2s;
  white-space: nowrap;
}

.header-menu>a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0;
  background: #4a90e2;
  transition: .2s
}

.header-menu>a.active, .header-menu>a:hover {
  color: #4a90e2
}

.header-menu>a.active:after, .header-menu>a:hover:after {
  height: 5px
}

@media screen and (max-width:800px) {
  .header-menu {
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background: #2d496a;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 14vh 2rem 2rem;
    transform: translateY(-150%);
    transition: .6s
  }

  .header-menu>a {
    margin: 0 0 .4rem;
    font-size: .8rem;
    padding-bottom: .2rem;
    color: #9b9b9b;
    font-family: beau-b
  }

  .header-menu>a.active, .header-menu>a:hover {
    color: #fff
  }

  .header-menu.expanded-menu_ {
    transform: translateY(0)
  }

  .page-header {
    height: 10vh;
    z-index: 1000
  }

  .page-header:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 2
  }

  .header-access {
    width: 100%
  }

  .header-access>a {
    width: 100%;
    display: block;
    margin: 1rem 0 0 !important
  }

  .header-access>a:first-child {
    background: hsla(0, 0%, 100%, .3);
    color: #fff
  }

  .header-access>a:nth-child(2) {
    background: #4a90e2;
    color: #fff;
    border-color: #4a90e2
  }
}

.bt-show-mainmenu {
  display: none;
  position: absolute;
  right: 3vh;
  top: 3.8vh;
  width: 5vh;
  height: 2vh;
  z-index: 310
}

@media screen and (max-width:800px) {
  .bt-show-mainmenu {
    display: block
  }
}
@media screen and (min-width:800px) {
  .desktop-hidden {
    display: none !important
  }
}

.bt-show-mainmenu i {
  display: block;
  background: #222;
  height: 2px;
  width: 100%;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
  will-change: transform
}

.bt-show-mainmenu.white_ i {
  background: #4a90e2
}

.bt-show-mainmenu.expanded-menu_ i {
  background: #000
}

.bt-show-mainmenu i.i1 {
  top: 50%
}

.bt-show-mainmenu i.i2 {
  top: 100%
}

.bt-show-mainmenu.expanded-menu_ .i0 {
  transform: rotate(45deg);
  left: 10%;
  width: 80%;
  top: 50%;
  margin: 0
}

.bt-show-mainmenu.expanded-menu_ .i1 {
  width: 0
}

.bt-show-mainmenu.expanded-menu_ .i2 {
  transform: rotate(-45deg);
  left: 10%;
  width: 80%;
  top: 50%;
  margin: 0
}

/* Настройка размера кнопки для оповещений в верхнем меню */
.page-header .bt.notifications-btn {
  padding: 0 0.5rem;
}

.header-buttons-container {
  display: flex;
  align-items: center;
  gap: .5em;
}

.header-buttons-container .warning-icon {
  padding-bottom: 1px;
  margin-left: .3em;
  margin-right: -.2em;
}

.bell-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
  pointer-events: none;
  height: 28px;
}

.bell-icon {
  width: 28px;
  height: 28px;
  mask: url('/static/img/bell.svg') no-repeat center;
  mask-size: cover;
  background-color: #2b4a65;
}

.bell-icon-outlined {
  width: 28px;
  height: 28px;
  mask: url('/static/img/bell-outline.svg') no-repeat center;
  mask-size: cover;
  background-color: #9b9b9b;
}

.notification-badge {
  position: absolute;
  top: 12px;
  right: -6px;
  background-color: #508dd6;
  color: white;
  border-radius: 50%;
  width: 18px;
  height: 18px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.spinner {
    height: 30px;
    width: 30px;
    margin: auto;
    position: relative;
    -webkit-animation: rotation .6s infinite linear;
    -moz-animation: rotation .6s infinite linear;
    -o-animation: rotation .6s infinite linear;
    animation: rotation .6s infinite linear;
    border-left: 6px solid rgba(0, 162, 232, 0.15);
    border-right: 6px solid rgba(0, 162, 232, 0.15);
    border-bottom: 6px solid rgba(0, 162, 232, 0.15);
    border-top: 6px solid rgba(0, 162, 232, 0.8);
    border-radius: 100%;
}

.spinner.hidden {
    display: none;
}

@-webkit-keyframes rotation {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(359deg);
    }
}

@-moz-keyframes rotation {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(359deg);
    }
}

@-o-keyframes rotation {
    from {
        -o-transform: rotate(0deg);
    }
    to {
        -o-transform: rotate(359deg);
    }
}

@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}

.btn-primary, .btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    background-color: #0781c2;
    border-color: #076ca2;
}

.vertical-align {
    display: flex;
    align-items: center;
}

/*Мешаем стилям Bulma*/
/*.label {*/
/*    font-size: 100%;*/
/*}*/

.label-pill {
    padding-right: .6em;
    padding-left: .6em;
    border-radius: 10rem;
    font-size: 14px; /* На странице ЖК лейбл в h1 используется */
}

.label-pulse {
    background-color: #0781c2;
}

.page-header a:focus, .page-header a:hover {
    text-decoration: none;
}
.no_decor, .no_decor:hover, .no_decor:active, .no_decor:focus {
    text-decoration: none;
}

sup {
    vertical-align: super;
    top: 0;
}

article, .articles {
    font-family: Muller, Arial, sans-serif;
    font-size: 14px;
}

#row-main {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

.inplaceedit.textareainplaceedit {
    display: inline-block;
}

.bold {
    font-weight: 600;
}


.logout {
    white-space: nowrap;
}

.bt-blue:hover {
  color: #fff;
  text-decoration: none;
}

.bt:hover {
  letter-spacing: inherit !important;
}

.text-red {
  color: red;
}

a.a-standart {
  color: #0000ef;
}

a.a-standart:hover {
    color: #0076ef;
    text-decoration: underline;
}

a.a-black {
  color: #222;
}

a.a-black:hover {
    color: #000;
    text-decoration: underline;
}

ol.list-styled li:before {
  width: .5rem;
}

.close-button {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
    opacity: .3;
    position: absolute;
    top: 0;
    right: 0;
}

.delete-pr {
    display: block;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBkPSJNMTQgLjdsLS43LS43TDcgNi4zLjcgMCAwIC43IDYuMyA3IDAgMTMuM2wuNy43TDcgNy43bDYuMyA2LjMuNy0uN0w3LjcgN3oiIGNsaXAtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==) 50% no-repeat;
    opacity: .3;
}


.empty-basket .empty-basket-wrapper {
    display: block !important;
}

.empty-basket-wrapper {
    display: none;
}

.empty-basket-content {
    font-size: 120%;
    text-align: center;
}

.empty-basket-content .map-icon {
    width: 100px;
    display: inline-block;
}

.empty-basket-content .map-icon #map-icon-path {
    fill: #22acf7;
}

.ie-support {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: red;
  font-size: 0.8rem;
  z-index: 999;
}
@supports (display: grid) {
  .ie-support {
    display: none;
  }
}

.flex_g {
  flex-grow: 1;
}

.flex_ww {
  flex-wrap: wrap;
}

.blackout {
  position: fixed;
  align-items: center;
  justify-content: center;
  display: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, .6);
  z-index: 999;
}
.ppn-modal-wrapper {
  font-family: dcom;
}
.ppn-modal-content, #alert, #confirm {
  position: absolute;
  background-color: white;
  max-width: 60%;
}

#alert, #confirm {
    padding: 3rem 5rem 1rem;
}

.flex_cg_1 {
    column-gap: .5rem;
}

.flex_cg_2 {
    column-gap: 1rem;
}

.flex_asc {
    align-self: center;
}

.ml_0 {
  margin-left: 0!important;
}

.hide {
  display: none!important;
}

/* ==========================================================================
Стили для всплывающих оповещений, они глобальные как и стили заголовка
========================================================================== */
.notyf__toast--info {
    background-color: #ffffff !important;
    border: 1px solid black !important;
    color: black !important;
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.25) !important;
}

.notyf__toast--info .notyf__message {
    color: black !important;
}

.notyf__toast--info a {
    color: #0078D7 !important;
    text-decoration: underline !important;
}

.notyf__toast--info .notyf__ripple {
    background-color: transparent !important;
}

/* Стиль для кнопки закрытия в info */
.notyf__toast--info .notyf__dismiss {
    background-color: transparent !important;
    opacity: 0.7 !important;
}

.notyf__toast--info .notyf__dismiss:hover {
    opacity: 1 !important;
}

.notyf__toast--info .notyf__dismiss-btn {
    background-color: black !important;
}

/* Стиль для иконки успеха из Notyf */
.notyf__toast--info .notyf__icon--success {
    color: #4CAF50 !important;
    background-color: transparent !important;
}

/* Стиль для иконки Excel из Material Design Icons */
.notyf__toast--info .excel-icon {
    height: 24px;
    width: 24px;
    mask: url('/static/img/file-document.svg') no-repeat center;
    mask-size: cover;
    background-color: #217346 !important; /* Фирменный зеленый цвет Excel */
    font-size: 24px !important;
}

/* Увеличиваем максимальную ширину плашек оповещений по умолчанию */
.notyf__toast {
    max-width: 500px;
}

@media only screen and (max-width: 1440px) {
    .notyf__toast {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1440px) {
    .notyf__toast {
        max-width: 500px;
    }
}

@media only screen and (max-width: 1040px) {
    .notyf__toast {
        max-width: 350px;
    }
}

@media only screen and (max-width: 758px) {
    .notyf__toast {
        max-width: 300px;
    }
}

/* для 480 это копия из оригинального css*/
@media only screen and (max-width: 480px) {
    .notyf__toast {
        max-width: none;
        border-radius: 0;
        box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, .13);
        width: 100%;
    }
}
a {
  color: #4a90e2;
  cursor: pointer;
  text-decoration: none; }a.box:hover, a.box:focus {
  box-shadow: 0 0.5em 1em -0.125em rgba(10, 10, 10, 0.1), 0 0 0 1px #4a90e2; }a.box:active {
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2), 0 0 0 1px #4a90e2; }.button:focus, .button.is-focused {
    border-color: #4a90e2;
    color: #363636; }.button:focus:not(:active), .button.is-focused:not(:active) {
      box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.button.is-primary {
    background-color: #4a90e2;
    border-color: transparent;
    color: #fff; }.button.is-primary:hover, .button.is-primary.is-hovered {
      background-color: #3f89e0;
      border-color: transparent;
      color: #fff; }.button.is-primary:focus:not(:active), .button.is-primary.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.button.is-primary:active, .button.is-primary.is-active {
      background-color: #3483de;
      border-color: transparent;
      color: #fff; }.button.is-primary[disabled],
    fieldset[disabled] .button.is-primary {
      background-color: #4a90e2;
      border-color: transparent;
      box-shadow: none; }.button.is-primary.is-inverted {
      background-color: #fff;
      color: #4a90e2; }.button.is-primary.is-inverted[disabled],
      fieldset[disabled] .button.is-primary.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #4a90e2; }.button.is-primary.is-outlined {
      background-color: transparent;
      border-color: #4a90e2;
      color: #4a90e2; }.button.is-primary.is-outlined:hover, .button.is-primary.is-outlined.is-hovered, .button.is-primary.is-outlined:focus, .button.is-primary.is-outlined.is-focused {
        background-color: #4a90e2;
        border-color: #4a90e2;
        color: #fff; }.button.is-primary.is-outlined.is-loading::after {
        border-color: transparent transparent #4a90e2 #4a90e2 !important; }.button.is-primary.is-outlined[disabled],
      fieldset[disabled] .button.is-primary.is-outlined {
        background-color: transparent;
        border-color: #4a90e2;
        box-shadow: none;
        color: #4a90e2; }.button.is-primary.is-inverted.is-outlined:hover, .button.is-primary.is-inverted.is-outlined.is-hovered, .button.is-primary.is-inverted.is-outlined:focus, .button.is-primary.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #4a90e2; }.button.is-primary.is-inverted.is-outlined.is-loading:hover::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-primary.is-inverted.is-outlined.is-loading:focus::after, .button.is-primary.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #4a90e2 #4a90e2 !important; }.button.is-primary.is-light {
      background-color: #edf4fc;
      color: #1c60b0; }.button.is-primary.is-light:hover, .button.is-primary.is-light.is-hovered {
        background-color: #e2edfa;
        border-color: transparent;
        color: #1c60b0; }.button.is-primary.is-light:active, .button.is-primary.is-light.is-active {
        background-color: #d7e7f9;
        border-color: transparent;
        color: #1c60b0; }.button.is-success {
    background-color: #8ce24a;
    border-color: transparent;
    color: #fff; }.button.is-success:hover, .button.is-success.is-hovered {
      background-color: #85e03f;
      border-color: transparent;
      color: #fff; }.button.is-success:focus:not(:active), .button.is-success.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(140, 226, 74, 0.25); }.button.is-success:active, .button.is-success.is-active {
      background-color: #7ede34;
      border-color: transparent;
      color: #fff; }.button.is-success[disabled],
    fieldset[disabled] .button.is-success {
      background-color: #8ce24a;
      border-color: transparent;
      box-shadow: none; }.button.is-success.is-inverted {
      background-color: #fff;
      color: #8ce24a; }.button.is-success.is-inverted[disabled],
      fieldset[disabled] .button.is-success.is-inverted {
        background-color: #fff;
        border-color: transparent;
        box-shadow: none;
        color: #8ce24a; }.button.is-success.is-outlined {
      background-color: transparent;
      border-color: #8ce24a;
      color: #8ce24a; }.button.is-success.is-outlined:hover, .button.is-success.is-outlined.is-hovered, .button.is-success.is-outlined:focus, .button.is-success.is-outlined.is-focused {
        background-color: #8ce24a;
        border-color: #8ce24a;
        color: #fff; }.button.is-success.is-outlined.is-loading::after {
        border-color: transparent transparent #8ce24a #8ce24a !important; }.button.is-success.is-outlined[disabled],
      fieldset[disabled] .button.is-success.is-outlined {
        background-color: transparent;
        border-color: #8ce24a;
        box-shadow: none;
        color: #8ce24a; }.button.is-success.is-inverted.is-outlined:hover, .button.is-success.is-inverted.is-outlined.is-hovered, .button.is-success.is-inverted.is-outlined:focus, .button.is-success.is-inverted.is-outlined.is-focused {
        background-color: #fff;
        color: #8ce24a; }.button.is-success.is-inverted.is-outlined.is-loading:hover::after, .button.is-success.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-success.is-inverted.is-outlined.is-loading:focus::after, .button.is-success.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #8ce24a #8ce24a !important; }.button.is-default-switch {
    background-color: rgba(181, 181, 181, 0.9);
    border-color: transparent;
    color: rgba(181, 181, 181, 0.9); }.button.is-default-switch:hover, .button.is-default-switch.is-hovered {
      background-color: rgba(175, 175, 175, 0.9);
      border-color: transparent;
      color: rgba(181, 181, 181, 0.9); }.button.is-default-switch:focus, .button.is-default-switch.is-focused {
      border-color: transparent;
      color: rgba(181, 181, 181, 0.9); }.button.is-default-switch:focus:not(:active), .button.is-default-switch.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(181, 181, 181, 0.25); }.button.is-default-switch:active, .button.is-default-switch.is-active {
      background-color: rgba(168, 168, 168, 0.9);
      border-color: transparent;
      color: rgba(181, 181, 181, 0.9); }.button.is-default-switch[disabled],
    fieldset[disabled] .button.is-default-switch {
      background-color: rgba(181, 181, 181, 0.9);
      border-color: transparent;
      box-shadow: none; }.button.is-default-switch.is-inverted {
      background-color: rgba(181, 181, 181, 0.9);
      color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-inverted:hover, .button.is-default-switch.is-inverted.is-hovered {
        background-color: rgba(168, 168, 168, 0.9); }.button.is-default-switch.is-inverted[disabled],
      fieldset[disabled] .button.is-default-switch.is-inverted {
        background-color: rgba(181, 181, 181, 0.9);
        border-color: transparent;
        box-shadow: none;
        color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-loading::after {
      border-color: transparent transparent rgba(181, 181, 181, 0.9) rgba(181, 181, 181, 0.9) !important; }.button.is-default-switch.is-outlined {
      background-color: transparent;
      border-color: rgba(181, 181, 181, 0.9);
      color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-outlined:hover, .button.is-default-switch.is-outlined.is-hovered, .button.is-default-switch.is-outlined:focus, .button.is-default-switch.is-outlined.is-focused {
        background-color: rgba(181, 181, 181, 0.9);
        border-color: rgba(181, 181, 181, 0.9);
        color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-outlined.is-loading::after {
        border-color: transparent transparent rgba(181, 181, 181, 0.9) rgba(181, 181, 181, 0.9) !important; }.button.is-default-switch.is-outlined.is-loading:hover::after, .button.is-default-switch.is-outlined.is-loading.is-hovered::after, .button.is-default-switch.is-outlined.is-loading:focus::after, .button.is-default-switch.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(181, 181, 181, 0.9) rgba(181, 181, 181, 0.9) !important; }.button.is-default-switch.is-outlined[disabled],
      fieldset[disabled] .button.is-default-switch.is-outlined {
        background-color: transparent;
        border-color: rgba(181, 181, 181, 0.9);
        box-shadow: none;
        color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-inverted.is-outlined {
      background-color: transparent;
      border-color: rgba(181, 181, 181, 0.9);
      color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-inverted.is-outlined:hover, .button.is-default-switch.is-inverted.is-outlined.is-hovered, .button.is-default-switch.is-inverted.is-outlined:focus, .button.is-default-switch.is-inverted.is-outlined.is-focused {
        background-color: rgba(181, 181, 181, 0.9);
        color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-inverted.is-outlined.is-loading:hover::after, .button.is-default-switch.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-default-switch.is-inverted.is-outlined.is-loading:focus::after, .button.is-default-switch.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent rgba(181, 181, 181, 0.9) rgba(181, 181, 181, 0.9) !important; }.button.is-default-switch.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-default-switch.is-inverted.is-outlined {
        background-color: transparent;
        border-color: rgba(181, 181, 181, 0.9);
        box-shadow: none;
        color: rgba(181, 181, 181, 0.9); }.button.is-default-switch.is-light {
      background-color: rgba(245, 245, 245, 0.9);
      color: rgba(74, 74, 74, 0.9); }.button.is-default-switch.is-light:hover, .button.is-default-switch.is-light.is-hovered {
        background-color: rgba(238, 238, 238, 0.9);
        border-color: transparent;
        color: rgba(74, 74, 74, 0.9); }.button.is-default-switch.is-light:active, .button.is-default-switch.is-light.is-active {
        background-color: rgba(232, 232, 232, 0.9);
        border-color: transparent;
        color: rgba(74, 74, 74, 0.9); }.button.is-remaining {
    background-color: #2acd5f;
    border-color: transparent;
    color: #2acd5f; }.button.is-remaining:hover, .button.is-remaining.is-hovered {
      background-color: #28c25a;
      border-color: transparent;
      color: #2acd5f; }.button.is-remaining:focus, .button.is-remaining.is-focused {
      border-color: transparent;
      color: #2acd5f; }.button.is-remaining:focus:not(:active), .button.is-remaining.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(42, 205, 95, 0.25); }.button.is-remaining:active, .button.is-remaining.is-active {
      background-color: #26b855;
      border-color: transparent;
      color: #2acd5f; }.button.is-remaining[disabled],
    fieldset[disabled] .button.is-remaining {
      background-color: #2acd5f;
      border-color: transparent;
      box-shadow: none; }.button.is-remaining.is-inverted {
      background-color: #2acd5f;
      color: #2acd5f; }.button.is-remaining.is-inverted:hover, .button.is-remaining.is-inverted.is-hovered {
        background-color: #26b855; }.button.is-remaining.is-inverted[disabled],
      fieldset[disabled] .button.is-remaining.is-inverted {
        background-color: #2acd5f;
        border-color: transparent;
        box-shadow: none;
        color: #2acd5f; }.button.is-remaining.is-loading::after {
      border-color: transparent transparent #2acd5f #2acd5f !important; }.button.is-remaining.is-outlined {
      background-color: transparent;
      border-color: #2acd5f;
      color: #2acd5f; }.button.is-remaining.is-outlined:hover, .button.is-remaining.is-outlined.is-hovered, .button.is-remaining.is-outlined:focus, .button.is-remaining.is-outlined.is-focused {
        background-color: #2acd5f;
        border-color: #2acd5f;
        color: #2acd5f; }.button.is-remaining.is-outlined.is-loading::after {
        border-color: transparent transparent #2acd5f #2acd5f !important; }.button.is-remaining.is-outlined.is-loading:hover::after, .button.is-remaining.is-outlined.is-loading.is-hovered::after, .button.is-remaining.is-outlined.is-loading:focus::after, .button.is-remaining.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #2acd5f #2acd5f !important; }.button.is-remaining.is-outlined[disabled],
      fieldset[disabled] .button.is-remaining.is-outlined {
        background-color: transparent;
        border-color: #2acd5f;
        box-shadow: none;
        color: #2acd5f; }.button.is-remaining.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #2acd5f;
      color: #2acd5f; }.button.is-remaining.is-inverted.is-outlined:hover, .button.is-remaining.is-inverted.is-outlined.is-hovered, .button.is-remaining.is-inverted.is-outlined:focus, .button.is-remaining.is-inverted.is-outlined.is-focused {
        background-color: #2acd5f;
        color: #2acd5f; }.button.is-remaining.is-inverted.is-outlined.is-loading:hover::after, .button.is-remaining.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-remaining.is-inverted.is-outlined.is-loading:focus::after, .button.is-remaining.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #2acd5f #2acd5f !important; }.button.is-remaining.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-remaining.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #2acd5f;
        box-shadow: none;
        color: #2acd5f; }.button.is-remaining.is-light {
      background-color: #eefcf2;
      color: #1b833d; }.button.is-remaining.is-light:hover, .button.is-remaining.is-light.is-hovered {
        background-color: #e3f9eb;
        border-color: transparent;
        color: #1b833d; }.button.is-remaining.is-light:active, .button.is-remaining.is-light.is-active {
        background-color: #d9f7e3;
        border-color: transparent;
        color: #1b833d; }.button.is-yellow-price {
    background-color: #ffa500;
    border-color: transparent;
    color: #ffa500; }.button.is-yellow-price:hover, .button.is-yellow-price.is-hovered {
      background-color: #f29d00;
      border-color: transparent;
      color: #ffa500; }.button.is-yellow-price:focus, .button.is-yellow-price.is-focused {
      border-color: transparent;
      color: #ffa500; }.button.is-yellow-price:focus:not(:active), .button.is-yellow-price.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(255, 165, 0, 0.25); }.button.is-yellow-price:active, .button.is-yellow-price.is-active {
      background-color: #e69500;
      border-color: transparent;
      color: #ffa500; }.button.is-yellow-price[disabled],
    fieldset[disabled] .button.is-yellow-price {
      background-color: #ffa500;
      border-color: transparent;
      box-shadow: none; }.button.is-yellow-price.is-inverted {
      background-color: #ffa500;
      color: #ffa500; }.button.is-yellow-price.is-inverted:hover, .button.is-yellow-price.is-inverted.is-hovered {
        background-color: #e69500; }.button.is-yellow-price.is-inverted[disabled],
      fieldset[disabled] .button.is-yellow-price.is-inverted {
        background-color: #ffa500;
        border-color: transparent;
        box-shadow: none;
        color: #ffa500; }.button.is-yellow-price.is-loading::after {
      border-color: transparent transparent #ffa500 #ffa500 !important; }.button.is-yellow-price.is-outlined {
      background-color: transparent;
      border-color: #ffa500;
      color: #ffa500; }.button.is-yellow-price.is-outlined:hover, .button.is-yellow-price.is-outlined.is-hovered, .button.is-yellow-price.is-outlined:focus, .button.is-yellow-price.is-outlined.is-focused {
        background-color: #ffa500;
        border-color: #ffa500;
        color: #ffa500; }.button.is-yellow-price.is-outlined.is-loading::after {
        border-color: transparent transparent #ffa500 #ffa500 !important; }.button.is-yellow-price.is-outlined.is-loading:hover::after, .button.is-yellow-price.is-outlined.is-loading.is-hovered::after, .button.is-yellow-price.is-outlined.is-loading:focus::after, .button.is-yellow-price.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #ffa500 #ffa500 !important; }.button.is-yellow-price.is-outlined[disabled],
      fieldset[disabled] .button.is-yellow-price.is-outlined {
        background-color: transparent;
        border-color: #ffa500;
        box-shadow: none;
        color: #ffa500; }.button.is-yellow-price.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #ffa500;
      color: #ffa500; }.button.is-yellow-price.is-inverted.is-outlined:hover, .button.is-yellow-price.is-inverted.is-outlined.is-hovered, .button.is-yellow-price.is-inverted.is-outlined:focus, .button.is-yellow-price.is-inverted.is-outlined.is-focused {
        background-color: #ffa500;
        color: #ffa500; }.button.is-yellow-price.is-inverted.is-outlined.is-loading:hover::after, .button.is-yellow-price.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-yellow-price.is-inverted.is-outlined.is-loading:focus::after, .button.is-yellow-price.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #ffa500 #ffa500 !important; }.button.is-yellow-price.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-yellow-price.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #ffa500;
        box-shadow: none;
        color: #ffa500; }.button.is-yellow-price.is-light {
      background-color: #fff8eb;
      color: #946000; }.button.is-yellow-price.is-light:hover, .button.is-yellow-price.is-light.is-hovered {
        background-color: #fff3de;
        border-color: transparent;
        color: #946000; }.button.is-yellow-price.is-light:active, .button.is-yellow-price.is-light.is-active {
        background-color: #ffefd1;
        border-color: transparent;
        color: #946000; }.button.is-sold-price {
    background-color: #6e5a9f;
    border-color: transparent;
    color: #6e5a9f; }.button.is-sold-price:hover, .button.is-sold-price.is-hovered {
      background-color: #685597;
      border-color: transparent;
      color: #6e5a9f; }.button.is-sold-price:focus, .button.is-sold-price.is-focused {
      border-color: transparent;
      color: #6e5a9f; }.button.is-sold-price:focus:not(:active), .button.is-sold-price.is-focused:not(:active) {
        box-shadow: 0 0 0 0.125em rgba(110, 90, 159, 0.25); }.button.is-sold-price:active, .button.is-sold-price.is-active {
      background-color: #63518f;
      border-color: transparent;
      color: #6e5a9f; }.button.is-sold-price[disabled],
    fieldset[disabled] .button.is-sold-price {
      background-color: #6e5a9f;
      border-color: transparent;
      box-shadow: none; }.button.is-sold-price.is-inverted {
      background-color: #6e5a9f;
      color: #6e5a9f; }.button.is-sold-price.is-inverted:hover, .button.is-sold-price.is-inverted.is-hovered {
        background-color: #63518f; }.button.is-sold-price.is-inverted[disabled],
      fieldset[disabled] .button.is-sold-price.is-inverted {
        background-color: #6e5a9f;
        border-color: transparent;
        box-shadow: none;
        color: #6e5a9f; }.button.is-sold-price.is-loading::after {
      border-color: transparent transparent #6e5a9f #6e5a9f !important; }.button.is-sold-price.is-outlined {
      background-color: transparent;
      border-color: #6e5a9f;
      color: #6e5a9f; }.button.is-sold-price.is-outlined:hover, .button.is-sold-price.is-outlined.is-hovered, .button.is-sold-price.is-outlined:focus, .button.is-sold-price.is-outlined.is-focused {
        background-color: #6e5a9f;
        border-color: #6e5a9f;
        color: #6e5a9f; }.button.is-sold-price.is-outlined.is-loading::after {
        border-color: transparent transparent #6e5a9f #6e5a9f !important; }.button.is-sold-price.is-outlined.is-loading:hover::after, .button.is-sold-price.is-outlined.is-loading.is-hovered::after, .button.is-sold-price.is-outlined.is-loading:focus::after, .button.is-sold-price.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #6e5a9f #6e5a9f !important; }.button.is-sold-price.is-outlined[disabled],
      fieldset[disabled] .button.is-sold-price.is-outlined {
        background-color: transparent;
        border-color: #6e5a9f;
        box-shadow: none;
        color: #6e5a9f; }.button.is-sold-price.is-inverted.is-outlined {
      background-color: transparent;
      border-color: #6e5a9f;
      color: #6e5a9f; }.button.is-sold-price.is-inverted.is-outlined:hover, .button.is-sold-price.is-inverted.is-outlined.is-hovered, .button.is-sold-price.is-inverted.is-outlined:focus, .button.is-sold-price.is-inverted.is-outlined.is-focused {
        background-color: #6e5a9f;
        color: #6e5a9f; }.button.is-sold-price.is-inverted.is-outlined.is-loading:hover::after, .button.is-sold-price.is-inverted.is-outlined.is-loading.is-hovered::after, .button.is-sold-price.is-inverted.is-outlined.is-loading:focus::after, .button.is-sold-price.is-inverted.is-outlined.is-loading.is-focused::after {
        border-color: transparent transparent #6e5a9f #6e5a9f !important; }.button.is-sold-price.is-inverted.is-outlined[disabled],
      fieldset[disabled] .button.is-sold-price.is-inverted.is-outlined {
        background-color: transparent;
        border-color: #6e5a9f;
        box-shadow: none;
        color: #6e5a9f; }.button.is-sold-price.is-light {
      background-color: #f4f2f8;
      color: #6a5799; }.button.is-sold-price.is-light:hover, .button.is-sold-price.is-light.is-hovered {
        background-color: #eceaf3;
        border-color: transparent;
        color: #6a5799; }.button.is-sold-price.is-light:active, .button.is-sold-price.is-light.is-active {
        background-color: #e5e2ee;
        border-color: transparent;
        color: #6a5799; }.notification.is-primary {
    background-color: #4a90e2;
    color: #fff; }.notification.is-primary.is-light {
      background-color: #edf4fc;
      color: #1c60b0; }.notification.is-success {
    background-color: #8ce24a;
    color: #fff; }.notification.is-default-switch {
    background-color: rgba(181, 181, 181, 0.9);
    color: rgba(181, 181, 181, 0.9); }.notification.is-default-switch.is-light {
      background-color: rgba(245, 245, 245, 0.9);
      color: rgba(74, 74, 74, 0.9); }.notification.is-remaining {
    background-color: #2acd5f;
    color: #2acd5f; }.notification.is-remaining.is-light {
      background-color: #eefcf2;
      color: #1b833d; }.notification.is-yellow-price {
    background-color: #ffa500;
    color: #ffa500; }.notification.is-yellow-price.is-light {
      background-color: #fff8eb;
      color: #946000; }.notification.is-sold-price {
    background-color: #6e5a9f;
    color: #6e5a9f; }.notification.is-sold-price.is-light {
      background-color: #f4f2f8;
      color: #6a5799; }.progress.is-primary::-webkit-progress-value, .is-primary.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #4a90e2; }.progress.is-primary::-moz-progress-bar, .is-primary.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #4a90e2; }.progress.is-primary::-ms-fill, .is-primary.progress-wrapper.is-not-native::-ms-fill {
    background-color: #4a90e2; }.progress.is-primary:indeterminate, .is-primary.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #4a90e2 30%, #ededed 30%); }.progress.is-success::-webkit-progress-value, .is-success.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #8ce24a; }.progress.is-success::-moz-progress-bar, .is-success.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #8ce24a; }.progress.is-success::-ms-fill, .is-success.progress-wrapper.is-not-native::-ms-fill {
    background-color: #8ce24a; }.progress.is-success:indeterminate, .is-success.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #8ce24a 30%, #ededed 30%); }.progress.is-default-switch::-webkit-progress-value, .is-default-switch.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: rgba(181, 181, 181, 0.9); }.progress.is-default-switch::-moz-progress-bar, .is-default-switch.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: rgba(181, 181, 181, 0.9); }.progress.is-default-switch::-ms-fill, .is-default-switch.progress-wrapper.is-not-native::-ms-fill {
    background-color: rgba(181, 181, 181, 0.9); }.progress.is-default-switch:indeterminate, .is-default-switch.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, rgba(181, 181, 181, 0.9) 30%, #ededed 30%); }.progress.is-remaining::-webkit-progress-value, .is-remaining.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #2acd5f; }.progress.is-remaining::-moz-progress-bar, .is-remaining.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #2acd5f; }.progress.is-remaining::-ms-fill, .is-remaining.progress-wrapper.is-not-native::-ms-fill {
    background-color: #2acd5f; }.progress.is-remaining:indeterminate, .is-remaining.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #2acd5f 30%, #ededed 30%); }.progress.is-yellow-price::-webkit-progress-value, .is-yellow-price.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #ffa500; }.progress.is-yellow-price::-moz-progress-bar, .is-yellow-price.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #ffa500; }.progress.is-yellow-price::-ms-fill, .is-yellow-price.progress-wrapper.is-not-native::-ms-fill {
    background-color: #ffa500; }.progress.is-yellow-price:indeterminate, .is-yellow-price.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #ffa500 30%, #ededed 30%); }.progress.is-sold-price::-webkit-progress-value, .is-sold-price.progress-wrapper.is-not-native::-webkit-progress-value {
    background-color: #6e5a9f; }.progress.is-sold-price::-moz-progress-bar, .is-sold-price.progress-wrapper.is-not-native::-moz-progress-bar {
    background-color: #6e5a9f; }.progress.is-sold-price::-ms-fill, .is-sold-price.progress-wrapper.is-not-native::-ms-fill {
    background-color: #6e5a9f; }.progress.is-sold-price:indeterminate, .is-sold-price.progress-wrapper.is-not-native:indeterminate {
    background-image: linear-gradient(to right, #6e5a9f 30%, #ededed 30%); }.table td.is-primary,
    .table th.is-primary {
      background-color: #4a90e2;
      border-color: #4a90e2;
      color: #fff; }.table td.is-success,
    .table th.is-success {
      background-color: #8ce24a;
      border-color: #8ce24a;
      color: #fff; }.table td.is-default-switch,
    .table th.is-default-switch {
      background-color: rgba(181, 181, 181, 0.9);
      border-color: rgba(181, 181, 181, 0.9);
      color: rgba(181, 181, 181, 0.9); }.table td.is-remaining,
    .table th.is-remaining {
      background-color: #2acd5f;
      border-color: #2acd5f;
      color: #2acd5f; }.table td.is-yellow-price,
    .table th.is-yellow-price {
      background-color: #ffa500;
      border-color: #ffa500;
      color: #ffa500; }.table td.is-sold-price,
    .table th.is-sold-price {
      background-color: #6e5a9f;
      border-color: #6e5a9f;
      color: #6e5a9f; }.table td.is-selected,
    .table th.is-selected {
      background-color: #4a90e2;
      color: #fff; }.table tr.is-selected {
    background-color: #4a90e2;
    color: #fff; }.tag:not(body).is-primary {
    background-color: #4a90e2;
    color: #fff; }.tag:not(body).is-primary.is-light {
      background-color: #edf4fc;
      color: #1c60b0; }.tag:not(body).is-success {
    background-color: #8ce24a;
    color: #fff; }.tag:not(body).is-default-switch {
    background-color: rgba(181, 181, 181, 0.9);
    color: rgba(181, 181, 181, 0.9); }.tag:not(body).is-default-switch.is-light {
      background-color: rgba(245, 245, 245, 0.9);
      color: rgba(74, 74, 74, 0.9); }.tag:not(body).is-remaining {
    background-color: #2acd5f;
    color: #2acd5f; }.tag:not(body).is-remaining.is-light {
      background-color: #eefcf2;
      color: #1b833d; }.tag:not(body).is-yellow-price {
    background-color: #ffa500;
    color: #ffa500; }.tag:not(body).is-yellow-price.is-light {
      background-color: #fff8eb;
      color: #946000; }.tag:not(body).is-sold-price {
    background-color: #6e5a9f;
    color: #6e5a9f; }.tag:not(body).is-sold-price.is-light {
      background-color: #f4f2f8;
      color: #6a5799; }.title {
  color: #4a4a4a;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.125; }.input:focus, .textarea:focus, .taginput .taginput-container.is-focusable:focus, .select select:focus, .is-focused.input, .is-focused.textarea, .taginput .is-focused.taginput-container.is-focusable, .select select.is-focused, .input:active, .textarea:active, .taginput .taginput-container.is-focusable:active, .select select:active, .is-active.input, .is-active.textarea, .taginput .is-active.taginput-container.is-focusable, .select select.is-active {
    border-color: #4a90e2;
    box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.is-primary.input, .is-primary.textarea, .taginput .is-primary.taginput-container.is-focusable {
    border-color: #4a90e2; }.is-primary.input:focus, .is-primary.textarea:focus, .taginput .is-primary.taginput-container.is-focusable:focus, .is-primary.is-focused.input, .is-primary.is-focused.textarea, .taginput .is-primary.is-focused.taginput-container.is-focusable, .is-primary.input:active, .is-primary.textarea:active, .taginput .is-primary.taginput-container.is-focusable:active, .is-primary.is-active.input, .is-primary.is-active.textarea, .taginput .is-primary.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.is-success.input, .is-success.textarea, .taginput .is-success.taginput-container.is-focusable {
    border-color: #8ce24a; }.is-success.input:focus, .is-success.textarea:focus, .taginput .is-success.taginput-container.is-focusable:focus, .is-success.is-focused.input, .is-success.is-focused.textarea, .taginput .is-success.is-focused.taginput-container.is-focusable, .is-success.input:active, .is-success.textarea:active, .taginput .is-success.taginput-container.is-focusable:active, .is-success.is-active.input, .is-success.is-active.textarea, .taginput .is-success.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(140, 226, 74, 0.25); }.is-default-switch.input, .is-default-switch.textarea, .taginput .is-default-switch.taginput-container.is-focusable {
    border-color: rgba(181, 181, 181, 0.9); }.is-default-switch.input:focus, .is-default-switch.textarea:focus, .taginput .is-default-switch.taginput-container.is-focusable:focus, .is-default-switch.is-focused.input, .is-default-switch.is-focused.textarea, .taginput .is-default-switch.is-focused.taginput-container.is-focusable, .is-default-switch.input:active, .is-default-switch.textarea:active, .taginput .is-default-switch.taginput-container.is-focusable:active, .is-default-switch.is-active.input, .is-default-switch.is-active.textarea, .taginput .is-default-switch.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(181, 181, 181, 0.25); }.is-remaining.input, .is-remaining.textarea, .taginput .is-remaining.taginput-container.is-focusable {
    border-color: #2acd5f; }.is-remaining.input:focus, .is-remaining.textarea:focus, .taginput .is-remaining.taginput-container.is-focusable:focus, .is-remaining.is-focused.input, .is-remaining.is-focused.textarea, .taginput .is-remaining.is-focused.taginput-container.is-focusable, .is-remaining.input:active, .is-remaining.textarea:active, .taginput .is-remaining.taginput-container.is-focusable:active, .is-remaining.is-active.input, .is-remaining.is-active.textarea, .taginput .is-remaining.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(42, 205, 95, 0.25); }.is-yellow-price.input, .is-yellow-price.textarea, .taginput .is-yellow-price.taginput-container.is-focusable {
    border-color: #ffa500; }.is-yellow-price.input:focus, .is-yellow-price.textarea:focus, .taginput .is-yellow-price.taginput-container.is-focusable:focus, .is-yellow-price.is-focused.input, .is-yellow-price.is-focused.textarea, .taginput .is-yellow-price.is-focused.taginput-container.is-focusable, .is-yellow-price.input:active, .is-yellow-price.textarea:active, .taginput .is-yellow-price.taginput-container.is-focusable:active, .is-yellow-price.is-active.input, .is-yellow-price.is-active.textarea, .taginput .is-yellow-price.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(255, 165, 0, 0.25); }.is-sold-price.input, .is-sold-price.textarea, .taginput .is-sold-price.taginput-container.is-focusable {
    border-color: #6e5a9f; }.is-sold-price.input:focus, .is-sold-price.textarea:focus, .taginput .is-sold-price.taginput-container.is-focusable:focus, .is-sold-price.is-focused.input, .is-sold-price.is-focused.textarea, .taginput .is-sold-price.is-focused.taginput-container.is-focusable, .is-sold-price.input:active, .is-sold-price.textarea:active, .taginput .is-sold-price.taginput-container.is-focusable:active, .is-sold-price.is-active.input, .is-sold-price.is-active.textarea, .taginput .is-sold-price.is-active.taginput-container.is-focusable {
      box-shadow: 0 0 0 0.125em rgba(110, 90, 159, 0.25); }.select:not(.is-multiple):not(.is-loading)::after {
    border-color: #4a90e2;
    right: 1.125em;
    z-index: 4; }.select.is-primary:not(:hover)::after {
    border-color: #4a90e2; }.select.is-primary select {
    border-color: #4a90e2; }.select.is-primary select:hover, .select.is-primary select.is-hovered {
      border-color: #3483de; }.select.is-primary select:focus, .select.is-primary select.is-focused, .select.is-primary select:active, .select.is-primary select.is-active {
      box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.select.is-success:not(:hover)::after {
    border-color: #8ce24a; }.select.is-success select {
    border-color: #8ce24a; }.select.is-success select:hover, .select.is-success select.is-hovered {
      border-color: #7ede34; }.select.is-success select:focus, .select.is-success select.is-focused, .select.is-success select:active, .select.is-success select.is-active {
      box-shadow: 0 0 0 0.125em rgba(140, 226, 74, 0.25); }.select.is-default-switch:not(:hover)::after {
    border-color: rgba(181, 181, 181, 0.9); }.select.is-default-switch select {
    border-color: rgba(181, 181, 181, 0.9); }.select.is-default-switch select:hover, .select.is-default-switch select.is-hovered {
      border-color: rgba(168, 168, 168, 0.9); }.select.is-default-switch select:focus, .select.is-default-switch select.is-focused, .select.is-default-switch select:active, .select.is-default-switch select.is-active {
      box-shadow: 0 0 0 0.125em rgba(181, 181, 181, 0.25); }.select.is-remaining:not(:hover)::after {
    border-color: #2acd5f; }.select.is-remaining select {
    border-color: #2acd5f; }.select.is-remaining select:hover, .select.is-remaining select.is-hovered {
      border-color: #26b855; }.select.is-remaining select:focus, .select.is-remaining select.is-focused, .select.is-remaining select:active, .select.is-remaining select.is-active {
      box-shadow: 0 0 0 0.125em rgba(42, 205, 95, 0.25); }.select.is-yellow-price:not(:hover)::after {
    border-color: #ffa500; }.select.is-yellow-price select {
    border-color: #ffa500; }.select.is-yellow-price select:hover, .select.is-yellow-price select.is-hovered {
      border-color: #e69500; }.select.is-yellow-price select:focus, .select.is-yellow-price select.is-focused, .select.is-yellow-price select:active, .select.is-yellow-price select.is-active {
      box-shadow: 0 0 0 0.125em rgba(255, 165, 0, 0.25); }.select.is-sold-price:not(:hover)::after {
    border-color: #6e5a9f; }.select.is-sold-price select {
    border-color: #6e5a9f; }.select.is-sold-price select:hover, .select.is-sold-price select.is-hovered {
      border-color: #63518f; }.select.is-sold-price select:focus, .select.is-sold-price select.is-focused, .select.is-sold-price select:active, .select.is-sold-price select.is-active {
      box-shadow: 0 0 0 0.125em rgba(110, 90, 159, 0.25); }.file.is-primary .file-cta {
    background-color: #4a90e2;
    border-color: transparent;
    color: #fff; }.file.is-primary:hover .file-cta, .file.is-primary.is-hovered .file-cta {
    background-color: #3f89e0;
    border-color: transparent;
    color: #fff; }.file.is-primary:focus .file-cta, .file.is-primary.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.25);
    color: #fff; }.file.is-primary:active .file-cta, .file.is-primary.is-active .file-cta {
    background-color: #3483de;
    border-color: transparent;
    color: #fff; }.file.is-success .file-cta {
    background-color: #8ce24a;
    border-color: transparent;
    color: #fff; }.file.is-success:hover .file-cta, .file.is-success.is-hovered .file-cta {
    background-color: #85e03f;
    border-color: transparent;
    color: #fff; }.file.is-success:focus .file-cta, .file.is-success.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(140, 226, 74, 0.25);
    color: #fff; }.file.is-success:active .file-cta, .file.is-success.is-active .file-cta {
    background-color: #7ede34;
    border-color: transparent;
    color: #fff; }.file.is-default-switch .file-cta {
    background-color: rgba(181, 181, 181, 0.9);
    border-color: transparent;
    color: rgba(181, 181, 181, 0.9); }.file.is-default-switch:hover .file-cta, .file.is-default-switch.is-hovered .file-cta {
    background-color: rgba(175, 175, 175, 0.9);
    border-color: transparent;
    color: rgba(181, 181, 181, 0.9); }.file.is-default-switch:focus .file-cta, .file.is-default-switch.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(181, 181, 181, 0.25);
    color: rgba(181, 181, 181, 0.9); }.file.is-default-switch:active .file-cta, .file.is-default-switch.is-active .file-cta {
    background-color: rgba(168, 168, 168, 0.9);
    border-color: transparent;
    color: rgba(181, 181, 181, 0.9); }.file.is-remaining .file-cta {
    background-color: #2acd5f;
    border-color: transparent;
    color: #2acd5f; }.file.is-remaining:hover .file-cta, .file.is-remaining.is-hovered .file-cta {
    background-color: #28c25a;
    border-color: transparent;
    color: #2acd5f; }.file.is-remaining:focus .file-cta, .file.is-remaining.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(42, 205, 95, 0.25);
    color: #2acd5f; }.file.is-remaining:active .file-cta, .file.is-remaining.is-active .file-cta {
    background-color: #26b855;
    border-color: transparent;
    color: #2acd5f; }.file.is-yellow-price .file-cta {
    background-color: #ffa500;
    border-color: transparent;
    color: #ffa500; }.file.is-yellow-price:hover .file-cta, .file.is-yellow-price.is-hovered .file-cta {
    background-color: #f29d00;
    border-color: transparent;
    color: #ffa500; }.file.is-yellow-price:focus .file-cta, .file.is-yellow-price.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(255, 165, 0, 0.25);
    color: #ffa500; }.file.is-yellow-price:active .file-cta, .file.is-yellow-price.is-active .file-cta {
    background-color: #e69500;
    border-color: transparent;
    color: #ffa500; }.file.is-sold-price .file-cta {
    background-color: #6e5a9f;
    border-color: transparent;
    color: #6e5a9f; }.file.is-sold-price:hover .file-cta, .file.is-sold-price.is-hovered .file-cta {
    background-color: #685597;
    border-color: transparent;
    color: #6e5a9f; }.file.is-sold-price:focus .file-cta, .file.is-sold-price.is-focused .file-cta {
    border-color: transparent;
    box-shadow: 0 0 0.5em rgba(110, 90, 159, 0.25);
    color: #6e5a9f; }.file.is-sold-price:active .file-cta, .file.is-sold-price.is-active .file-cta {
    background-color: #63518f;
    border-color: transparent;
    color: #6e5a9f; }.help.is-primary {
    color: #4a90e2; }.help.is-success {
    color: #8ce24a; }.help.is-default-switch {
    color: rgba(181, 181, 181, 0.9); }.help.is-remaining {
    color: #2acd5f; }.help.is-yellow-price {
    color: #ffa500; }.help.is-sold-price {
    color: #6e5a9f; }.breadcrumb a {
    align-items: center;
    color: #4a90e2;
    display: flex;
    justify-content: center;
    padding: 0 0.75em; }a.dropdown-item.is-active, .dropdown .dropdown-menu .has-link a.is-active,
  button.dropdown-item.is-active {
    background-color: #4a90e2;
    color: #fff; }.menu-list a.is-active {
      background-color: #4a90e2;
      color: #fff; }.message.is-primary {
    background-color: #edf4fc; }.message.is-primary .message-header {
      background-color: #4a90e2;
      color: #fff; }.message.is-primary .message-body {
      border-color: #4a90e2;
      color: #1c60b0; }.message.is-success .message-header {
      background-color: #8ce24a;
      color: #fff; }.message.is-success .message-body {
      border-color: #8ce24a;
      color: #257942; }.message.is-default-switch {
    background-color: rgba(245, 245, 245, 0.9); }.message.is-default-switch .message-header {
      background-color: rgba(181, 181, 181, 0.9);
      color: rgba(181, 181, 181, 0.9); }.message.is-default-switch .message-body {
      border-color: rgba(181, 181, 181, 0.9);
      color: rgba(74, 74, 74, 0.9); }.message.is-remaining {
    background-color: #eefcf2; }.message.is-remaining .message-header {
      background-color: #2acd5f;
      color: #2acd5f; }.message.is-remaining .message-body {
      border-color: #2acd5f;
      color: #1b833d; }.message.is-yellow-price {
    background-color: #fff8eb; }.message.is-yellow-price .message-header {
      background-color: #ffa500;
      color: #ffa500; }.message.is-yellow-price .message-body {
      border-color: #ffa500;
      color: #946000; }.message.is-sold-price {
    background-color: #f4f2f8; }.message.is-sold-price .message-header {
      background-color: #6e5a9f;
      color: #6e5a9f; }.message.is-sold-price .message-body {
      border-color: #6e5a9f;
      color: #6a5799; }.navbar.is-primary {
    background-color: #4a90e2;
    color: #fff; }.navbar.is-primary .navbar-brand > a.navbar-item:focus, .navbar.is-primary .navbar-brand > a.navbar-item:hover, .navbar.is-primary .navbar-brand > a.navbar-item.is-active,
    .navbar.is-primary .navbar-brand .navbar-link:focus,
    .navbar.is-primary .navbar-brand .navbar-link:hover,
    .navbar.is-primary .navbar-brand .navbar-link.is-active {
      background-color: #3483de;
      color: #fff; }@media screen and (min-width: 1024px) {.navbar.is-primary .navbar-start > a.navbar-item:focus, .navbar.is-primary .navbar-start > a.navbar-item:hover, .navbar.is-primary .navbar-start > a.navbar-item.is-active,
      .navbar.is-primary .navbar-start .navbar-link:focus,
      .navbar.is-primary .navbar-start .navbar-link:hover,
      .navbar.is-primary .navbar-start .navbar-link.is-active,
      .navbar.is-primary .navbar-end > a.navbar-item:focus,
      .navbar.is-primary .navbar-end > a.navbar-item:hover,
      .navbar.is-primary .navbar-end > a.navbar-item.is-active,
      .navbar.is-primary .navbar-end .navbar-link:focus,
      .navbar.is-primary .navbar-end .navbar-link:hover,
      .navbar.is-primary .navbar-end .navbar-link.is-active {
        background-color: #3483de;
        color: #fff; }.navbar.is-primary .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-primary .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #3483de;
        color: #fff; }.navbar.is-primary .navbar-dropdown a.navbar-item.is-active {
        background-color: #4a90e2;
        color: #fff; }}.navbar.is-success {
    background-color: #8ce24a;
    color: #fff; }.navbar.is-success .navbar-brand > a.navbar-item:focus, .navbar.is-success .navbar-brand > a.navbar-item:hover, .navbar.is-success .navbar-brand > a.navbar-item.is-active,
    .navbar.is-success .navbar-brand .navbar-link:focus,
    .navbar.is-success .navbar-brand .navbar-link:hover,
    .navbar.is-success .navbar-brand .navbar-link.is-active {
      background-color: #7ede34;
      color: #fff; }@media screen and (min-width: 1024px) {.navbar.is-success .navbar-start > a.navbar-item:focus, .navbar.is-success .navbar-start > a.navbar-item:hover, .navbar.is-success .navbar-start > a.navbar-item.is-active,
      .navbar.is-success .navbar-start .navbar-link:focus,
      .navbar.is-success .navbar-start .navbar-link:hover,
      .navbar.is-success .navbar-start .navbar-link.is-active,
      .navbar.is-success .navbar-end > a.navbar-item:focus,
      .navbar.is-success .navbar-end > a.navbar-item:hover,
      .navbar.is-success .navbar-end > a.navbar-item.is-active,
      .navbar.is-success .navbar-end .navbar-link:focus,
      .navbar.is-success .navbar-end .navbar-link:hover,
      .navbar.is-success .navbar-end .navbar-link.is-active {
        background-color: #7ede34;
        color: #fff; }.navbar.is-success .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-success .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #7ede34;
        color: #fff; }.navbar.is-success .navbar-dropdown a.navbar-item.is-active {
        background-color: #8ce24a;
        color: #fff; }}.navbar.is-default-switch {
    background-color: rgba(181, 181, 181, 0.9);
    color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-brand > .navbar-item,
    .navbar.is-default-switch .navbar-brand .navbar-link {
      color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-brand > a.navbar-item:focus, .navbar.is-default-switch .navbar-brand > a.navbar-item:hover, .navbar.is-default-switch .navbar-brand > a.navbar-item.is-active,
    .navbar.is-default-switch .navbar-brand .navbar-link:focus,
    .navbar.is-default-switch .navbar-brand .navbar-link:hover,
    .navbar.is-default-switch .navbar-brand .navbar-link.is-active {
      background-color: rgba(168, 168, 168, 0.9);
      color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-brand .navbar-link::after {
      border-color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-burger {
      color: rgba(181, 181, 181, 0.9); }@media screen and (min-width: 1024px) {.navbar.is-default-switch .navbar-start > .navbar-item,
      .navbar.is-default-switch .navbar-start .navbar-link,
      .navbar.is-default-switch .navbar-end > .navbar-item,
      .navbar.is-default-switch .navbar-end .navbar-link {
        color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-start > a.navbar-item:focus, .navbar.is-default-switch .navbar-start > a.navbar-item:hover, .navbar.is-default-switch .navbar-start > a.navbar-item.is-active,
      .navbar.is-default-switch .navbar-start .navbar-link:focus,
      .navbar.is-default-switch .navbar-start .navbar-link:hover,
      .navbar.is-default-switch .navbar-start .navbar-link.is-active,
      .navbar.is-default-switch .navbar-end > a.navbar-item:focus,
      .navbar.is-default-switch .navbar-end > a.navbar-item:hover,
      .navbar.is-default-switch .navbar-end > a.navbar-item.is-active,
      .navbar.is-default-switch .navbar-end .navbar-link:focus,
      .navbar.is-default-switch .navbar-end .navbar-link:hover,
      .navbar.is-default-switch .navbar-end .navbar-link.is-active {
        background-color: rgba(168, 168, 168, 0.9);
        color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-start .navbar-link::after,
      .navbar.is-default-switch .navbar-end .navbar-link::after {
        border-color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-default-switch .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-default-switch .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: rgba(168, 168, 168, 0.9);
        color: rgba(181, 181, 181, 0.9); }.navbar.is-default-switch .navbar-dropdown a.navbar-item.is-active {
        background-color: rgba(181, 181, 181, 0.9);
        color: rgba(181, 181, 181, 0.9); }}.navbar.is-remaining {
    background-color: #2acd5f;
    color: #2acd5f; }.navbar.is-remaining .navbar-brand > .navbar-item,
    .navbar.is-remaining .navbar-brand .navbar-link {
      color: #2acd5f; }.navbar.is-remaining .navbar-brand > a.navbar-item:focus, .navbar.is-remaining .navbar-brand > a.navbar-item:hover, .navbar.is-remaining .navbar-brand > a.navbar-item.is-active,
    .navbar.is-remaining .navbar-brand .navbar-link:focus,
    .navbar.is-remaining .navbar-brand .navbar-link:hover,
    .navbar.is-remaining .navbar-brand .navbar-link.is-active {
      background-color: #26b855;
      color: #2acd5f; }.navbar.is-remaining .navbar-brand .navbar-link::after {
      border-color: #2acd5f; }.navbar.is-remaining .navbar-burger {
      color: #2acd5f; }@media screen and (min-width: 1024px) {.navbar.is-remaining .navbar-start > .navbar-item,
      .navbar.is-remaining .navbar-start .navbar-link,
      .navbar.is-remaining .navbar-end > .navbar-item,
      .navbar.is-remaining .navbar-end .navbar-link {
        color: #2acd5f; }.navbar.is-remaining .navbar-start > a.navbar-item:focus, .navbar.is-remaining .navbar-start > a.navbar-item:hover, .navbar.is-remaining .navbar-start > a.navbar-item.is-active,
      .navbar.is-remaining .navbar-start .navbar-link:focus,
      .navbar.is-remaining .navbar-start .navbar-link:hover,
      .navbar.is-remaining .navbar-start .navbar-link.is-active,
      .navbar.is-remaining .navbar-end > a.navbar-item:focus,
      .navbar.is-remaining .navbar-end > a.navbar-item:hover,
      .navbar.is-remaining .navbar-end > a.navbar-item.is-active,
      .navbar.is-remaining .navbar-end .navbar-link:focus,
      .navbar.is-remaining .navbar-end .navbar-link:hover,
      .navbar.is-remaining .navbar-end .navbar-link.is-active {
        background-color: #26b855;
        color: #2acd5f; }.navbar.is-remaining .navbar-start .navbar-link::after,
      .navbar.is-remaining .navbar-end .navbar-link::after {
        border-color: #2acd5f; }.navbar.is-remaining .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-remaining .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-remaining .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #26b855;
        color: #2acd5f; }.navbar.is-remaining .navbar-dropdown a.navbar-item.is-active {
        background-color: #2acd5f;
        color: #2acd5f; }}.navbar.is-yellow-price {
    background-color: #ffa500;
    color: #ffa500; }.navbar.is-yellow-price .navbar-brand > .navbar-item,
    .navbar.is-yellow-price .navbar-brand .navbar-link {
      color: #ffa500; }.navbar.is-yellow-price .navbar-brand > a.navbar-item:focus, .navbar.is-yellow-price .navbar-brand > a.navbar-item:hover, .navbar.is-yellow-price .navbar-brand > a.navbar-item.is-active,
    .navbar.is-yellow-price .navbar-brand .navbar-link:focus,
    .navbar.is-yellow-price .navbar-brand .navbar-link:hover,
    .navbar.is-yellow-price .navbar-brand .navbar-link.is-active {
      background-color: #e69500;
      color: #ffa500; }.navbar.is-yellow-price .navbar-brand .navbar-link::after {
      border-color: #ffa500; }.navbar.is-yellow-price .navbar-burger {
      color: #ffa500; }@media screen and (min-width: 1024px) {.navbar.is-yellow-price .navbar-start > .navbar-item,
      .navbar.is-yellow-price .navbar-start .navbar-link,
      .navbar.is-yellow-price .navbar-end > .navbar-item,
      .navbar.is-yellow-price .navbar-end .navbar-link {
        color: #ffa500; }.navbar.is-yellow-price .navbar-start > a.navbar-item:focus, .navbar.is-yellow-price .navbar-start > a.navbar-item:hover, .navbar.is-yellow-price .navbar-start > a.navbar-item.is-active,
      .navbar.is-yellow-price .navbar-start .navbar-link:focus,
      .navbar.is-yellow-price .navbar-start .navbar-link:hover,
      .navbar.is-yellow-price .navbar-start .navbar-link.is-active,
      .navbar.is-yellow-price .navbar-end > a.navbar-item:focus,
      .navbar.is-yellow-price .navbar-end > a.navbar-item:hover,
      .navbar.is-yellow-price .navbar-end > a.navbar-item.is-active,
      .navbar.is-yellow-price .navbar-end .navbar-link:focus,
      .navbar.is-yellow-price .navbar-end .navbar-link:hover,
      .navbar.is-yellow-price .navbar-end .navbar-link.is-active {
        background-color: #e69500;
        color: #ffa500; }.navbar.is-yellow-price .navbar-start .navbar-link::after,
      .navbar.is-yellow-price .navbar-end .navbar-link::after {
        border-color: #ffa500; }.navbar.is-yellow-price .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-yellow-price .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-yellow-price .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #e69500;
        color: #ffa500; }.navbar.is-yellow-price .navbar-dropdown a.navbar-item.is-active {
        background-color: #ffa500;
        color: #ffa500; }}.navbar.is-sold-price {
    background-color: #6e5a9f;
    color: #6e5a9f; }.navbar.is-sold-price .navbar-brand > .navbar-item,
    .navbar.is-sold-price .navbar-brand .navbar-link {
      color: #6e5a9f; }.navbar.is-sold-price .navbar-brand > a.navbar-item:focus, .navbar.is-sold-price .navbar-brand > a.navbar-item:hover, .navbar.is-sold-price .navbar-brand > a.navbar-item.is-active,
    .navbar.is-sold-price .navbar-brand .navbar-link:focus,
    .navbar.is-sold-price .navbar-brand .navbar-link:hover,
    .navbar.is-sold-price .navbar-brand .navbar-link.is-active {
      background-color: #63518f;
      color: #6e5a9f; }.navbar.is-sold-price .navbar-brand .navbar-link::after {
      border-color: #6e5a9f; }.navbar.is-sold-price .navbar-burger {
      color: #6e5a9f; }@media screen and (min-width: 1024px) {.navbar.is-sold-price .navbar-start > .navbar-item,
      .navbar.is-sold-price .navbar-start .navbar-link,
      .navbar.is-sold-price .navbar-end > .navbar-item,
      .navbar.is-sold-price .navbar-end .navbar-link {
        color: #6e5a9f; }.navbar.is-sold-price .navbar-start > a.navbar-item:focus, .navbar.is-sold-price .navbar-start > a.navbar-item:hover, .navbar.is-sold-price .navbar-start > a.navbar-item.is-active,
      .navbar.is-sold-price .navbar-start .navbar-link:focus,
      .navbar.is-sold-price .navbar-start .navbar-link:hover,
      .navbar.is-sold-price .navbar-start .navbar-link.is-active,
      .navbar.is-sold-price .navbar-end > a.navbar-item:focus,
      .navbar.is-sold-price .navbar-end > a.navbar-item:hover,
      .navbar.is-sold-price .navbar-end > a.navbar-item.is-active,
      .navbar.is-sold-price .navbar-end .navbar-link:focus,
      .navbar.is-sold-price .navbar-end .navbar-link:hover,
      .navbar.is-sold-price .navbar-end .navbar-link.is-active {
        background-color: #63518f;
        color: #6e5a9f; }.navbar.is-sold-price .navbar-start .navbar-link::after,
      .navbar.is-sold-price .navbar-end .navbar-link::after {
        border-color: #6e5a9f; }.navbar.is-sold-price .navbar-item.has-dropdown:focus .navbar-link,
      .navbar.is-sold-price .navbar-item.has-dropdown:hover .navbar-link,
      .navbar.is-sold-price .navbar-item.has-dropdown.is-active .navbar-link {
        background-color: #63518f;
        color: #6e5a9f; }.navbar.is-sold-price .navbar-dropdown a.navbar-item.is-active {
        background-color: #6e5a9f;
        color: #6e5a9f; }}a.navbar-item:focus, a.navbar-item:focus-within, a.navbar-item:hover, a.navbar-item.is-active,
  .navbar-link:focus,
  .navbar-link:focus-within,
  .navbar-link:hover,
  .navbar-link.is-active {
    background-color: #fafafa;
    color: #4a90e2; }.navbar-item.is-tab:focus, .navbar-item.is-tab:hover {
      background-color: transparent;
      border-bottom-color: #4a90e2; }.navbar-item.is-tab.is-active {
      background-color: transparent;
      border-bottom-color: #4a90e2;
      border-bottom-style: solid;
      border-bottom-width: 3px;
      color: #4a90e2;
      padding-bottom: calc(0.5rem - 3px); }.navbar-link:not(.is-arrowless)::after {
    border-color: #4a90e2;
    margin-top: -0.375em;
    right: 1.125em; }@media screen and (min-width: 1024px) {.navbar.is-transparent .navbar-dropdown a.navbar-item.is-active {
      background-color: whitesmoke;
      color: #4a90e2; }.navbar-dropdown a.navbar-item.is-active {
        background-color: whitesmoke;
        color: #4a90e2; }}.pagination-previous:focus,
  .pagination-next:focus,
  .pagination-link:focus {
    border-color: #4a90e2; }.pagination-link.is-current {
  background-color: #4a90e2;
  border-color: #4a90e2;
  color: #fff; }.panel.is-primary .panel-heading {
    background-color: #4a90e2;
    color: #fff; }.panel.is-primary .panel-tabs a.is-active {
    border-bottom-color: #4a90e2; }.panel.is-primary .panel-block.is-active .panel-icon {
    color: #4a90e2; }.panel.is-success .panel-heading {
    background-color: #8ce24a;
    color: #fff; }.panel.is-success .panel-tabs a.is-active {
    border-bottom-color: #8ce24a; }.panel.is-success .panel-block.is-active .panel-icon {
    color: #8ce24a; }.panel.is-default-switch .panel-heading {
    background-color: rgba(181, 181, 181, 0.9);
    color: rgba(181, 181, 181, 0.9); }.panel.is-default-switch .panel-tabs a.is-active {
    border-bottom-color: rgba(181, 181, 181, 0.9); }.panel.is-default-switch .panel-block.is-active .panel-icon {
    color: rgba(181, 181, 181, 0.9); }.panel.is-remaining .panel-heading {
    background-color: #2acd5f;
    color: #2acd5f; }.panel.is-remaining .panel-tabs a.is-active {
    border-bottom-color: #2acd5f; }.panel.is-remaining .panel-block.is-active .panel-icon {
    color: #2acd5f; }.panel.is-yellow-price .panel-heading {
    background-color: #ffa500;
    color: #ffa500; }.panel.is-yellow-price .panel-tabs a.is-active {
    border-bottom-color: #ffa500; }.panel.is-yellow-price .panel-block.is-active .panel-icon {
    color: #ffa500; }.panel.is-sold-price .panel-heading {
    background-color: #6e5a9f;
    color: #6e5a9f; }.panel.is-sold-price .panel-tabs a.is-active {
    border-bottom-color: #6e5a9f; }.panel.is-sold-price .panel-block.is-active .panel-icon {
    color: #6e5a9f; }.panel-list a:hover {
    color: #4a90e2; }.panel-block.is-active {
    border-left-color: #4a90e2;
    color: #363636; }.panel-block.is-active .panel-icon {
      color: #4a90e2; }.tabs li.is-active a {
      border-bottom-color: #4a90e2;
      color: #4a90e2; }.tabs.is-toggle li.is-active a {
    background-color: #4a90e2;
    border-color: #4a90e2;
    color: #fff;
    z-index: 1; }.has-text-primary {
  color: #4a90e2 !important; }a.has-text-primary:hover, a.has-text-primary:focus {
  color: #2275d7 !important; }.has-background-primary {
  background-color: #4a90e2 !important; }.has-text-primary-light {
  color: #edf4fc !important; }a.has-text-primary-light:hover, a.has-text-primary-light:focus {
  color: #c1d9f5 !important; }.has-background-primary-light {
  background-color: #edf4fc !important; }.has-text-primary-dark {
  color: #1c60b0 !important; }a.has-text-primary-dark:hover, a.has-text-primary-dark:focus {
  color: #2378dc !important; }.has-background-primary-dark {
  background-color: #1c60b0 !important; }.has-text-success {
  color: #8ce24a !important; }a.has-text-success:hover, a.has-text-success:focus {
  color: #71d722 !important; }.has-background-success {
  background-color: #8ce24a !important; }.has-text-default-switch {
  color: rgba(181, 181, 181, 0.9) !important; }a.has-text-default-switch:hover, a.has-text-default-switch:focus {
  color: rgba(156, 156, 156, 0.9) !important; }.has-background-default-switch {
  background-color: rgba(181, 181, 181, 0.9) !important; }.has-text-default-switch-light {
  color: rgba(245, 245, 245, 0.9) !important; }a.has-text-default-switch-light:hover, a.has-text-default-switch-light:focus {
  color: rgba(219, 219, 219, 0.9) !important; }.has-background-default-switch-light {
  background-color: rgba(245, 245, 245, 0.9) !important; }.has-text-default-switch-dark {
  color: rgba(74, 74, 74, 0.9) !important; }a.has-text-default-switch-dark:hover, a.has-text-default-switch-dark:focus {
  color: rgba(99, 99, 99, 0.9) !important; }.has-background-default-switch-dark {
  background-color: rgba(74, 74, 74, 0.9) !important; }.has-text-remaining {
  color: #2acd5f !important; }a.has-text-remaining:hover, a.has-text-remaining:focus {
  color: #21a34b !important; }.has-background-remaining {
  background-color: #2acd5f !important; }.has-text-remaining-light {
  color: #eefcf2 !important; }a.has-text-remaining-light:hover, a.has-text-remaining-light:focus {
  color: #c4f3d3 !important; }.has-background-remaining-light {
  background-color: #eefcf2 !important; }.has-text-remaining-dark {
  color: #1b833d !important; }a.has-text-remaining-dark:hover, a.has-text-remaining-dark:focus {
  color: #24ae50 !important; }.has-background-remaining-dark {
  background-color: #1b833d !important; }.has-text-yellow-price {
  color: #ffa500 !important; }a.has-text-yellow-price:hover, a.has-text-yellow-price:focus {
  color: #cc8400 !important; }.has-background-yellow-price {
  background-color: #ffa500 !important; }.has-text-yellow-price-light {
  color: #fff8eb !important; }a.has-text-yellow-price-light:hover, a.has-text-yellow-price-light:focus {
  color: #ffe6b8 !important; }.has-background-yellow-price-light {
  background-color: #fff8eb !important; }.has-text-yellow-price-dark {
  color: #946000 !important; }a.has-text-yellow-price-dark:hover, a.has-text-yellow-price-dark:focus {
  color: #c78100 !important; }.has-background-yellow-price-dark {
  background-color: #946000 !important; }.has-text-sold-price {
  color: #6e5a9f !important; }a.has-text-sold-price:hover, a.has-text-sold-price:focus {
  color: #57487e !important; }.has-background-sold-price {
  background-color: #6e5a9f !important; }.has-text-sold-price-light {
  color: #f4f2f8 !important; }a.has-text-sold-price-light:hover, a.has-text-sold-price-light:focus {
  color: #d7d1e5 !important; }.has-background-sold-price-light {
  background-color: #f4f2f8 !important; }.has-text-sold-price-dark {
  color: #6a5799 !important; }a.has-text-sold-price-dark:hover, a.has-text-sold-price-dark:focus {
  color: #8573b0 !important; }.has-background-sold-price-dark {
  background-color: #6a5799 !important; }.hero.is-primary {
    background-color: #4a90e2;
    color: #fff; }@media screen and (max-width: 1023px) {.hero.is-primary .navbar-menu {
        background-color: #4a90e2; }}.hero.is-primary a.navbar-item:hover, .hero.is-primary a.navbar-item.is-active,
    .hero.is-primary .navbar-link:hover,
    .hero.is-primary .navbar-link.is-active {
      background-color: #3483de;
      color: #fff; }.hero.is-primary .tabs.is-boxed li.is-active a, .hero.is-primary .tabs.is-boxed li.is-active a:hover, .hero.is-primary .tabs.is-toggle li.is-active a, .hero.is-primary .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #4a90e2; }.hero.is-primary.is-bold {
      background-image: linear-gradient(141deg, #1697e3 0%, #4a90e2 71%, #5b85ea 100%); }@media screen and (max-width: 768px) {.hero.is-primary.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #1697e3 0%, #4a90e2 71%, #5b85ea 100%); }}.hero.is-success {
    background-color: #8ce24a;
    color: #fff; }@media screen and (max-width: 1023px) {.hero.is-success .navbar-menu {
        background-color: #8ce24a; }}.hero.is-success a.navbar-item:hover, .hero.is-success a.navbar-item.is-active,
    .hero.is-success .navbar-link:hover,
    .hero.is-success .navbar-link.is-active {
      background-color: #7ede34;
      color: #fff; }.hero.is-success .tabs.is-boxed li.is-active a, .hero.is-success .tabs.is-boxed li.is-active a:hover, .hero.is-success .tabs.is-toggle li.is-active a, .hero.is-success .tabs.is-toggle li.is-active a:hover {
      background-color: #fff;
      border-color: #fff;
      color: #8ce24a; }.hero.is-success.is-bold {
      background-image: linear-gradient(141deg, #91e316 0%, #8ce24a 71%, #82ea5b 100%); }@media screen and (max-width: 768px) {.hero.is-success.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #91e316 0%, #8ce24a 71%, #82ea5b 100%); }}.hero.is-default-switch {
    background-color: rgba(181, 181, 181, 0.9);
    color: rgba(181, 181, 181, 0.9); }.hero.is-default-switch a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-default-switch strong {
      color: inherit; }.hero.is-default-switch .title {
      color: rgba(181, 181, 181, 0.9); }.hero.is-default-switch .subtitle {
      color: rgba(181, 181, 181, 0.9); }.hero.is-default-switch .subtitle a:not(.button),
      .hero.is-default-switch .subtitle strong {
        color: rgba(181, 181, 181, 0.9); }@media screen and (max-width: 1023px) {.hero.is-default-switch .navbar-menu {
        background-color: rgba(181, 181, 181, 0.9); }}.hero.is-default-switch .navbar-item,
    .hero.is-default-switch .navbar-link {
      color: rgba(181, 181, 181, 0.7); }.hero.is-default-switch a.navbar-item:hover, .hero.is-default-switch a.navbar-item.is-active,
    .hero.is-default-switch .navbar-link:hover,
    .hero.is-default-switch .navbar-link.is-active {
      background-color: rgba(168, 168, 168, 0.9);
      color: rgba(181, 181, 181, 0.9); }.hero.is-default-switch .tabs a {
      color: rgba(181, 181, 181, 0.9);
      opacity: 0.9; }.hero.is-default-switch .tabs a:hover {
        opacity: 1; }.hero.is-default-switch .tabs li.is-active a {
      opacity: 1; }.hero.is-default-switch .tabs.is-boxed a, .hero.is-default-switch .tabs.is-toggle a {
      color: rgba(181, 181, 181, 0.9); }.hero.is-default-switch .tabs.is-boxed a:hover, .hero.is-default-switch .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }.hero.is-default-switch .tabs.is-boxed li.is-active a, .hero.is-default-switch .tabs.is-boxed li.is-active a:hover, .hero.is-default-switch .tabs.is-toggle li.is-active a, .hero.is-default-switch .tabs.is-toggle li.is-active a:hover {
      background-color: rgba(181, 181, 181, 0.9);
      border-color: rgba(181, 181, 181, 0.9);
      color: rgba(181, 181, 181, 0.9); }.hero.is-default-switch.is-bold {
      background-image: linear-gradient(141deg, rgba(165, 146, 149, 0.9) 0%, rgba(181, 181, 181, 0.9) 71%, rgba(197, 192, 191, 0.9) 100%); }@media screen and (max-width: 768px) {.hero.is-default-switch.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, rgba(165, 146, 149, 0.9) 0%, rgba(181, 181, 181, 0.9) 71%, rgba(197, 192, 191, 0.9) 100%); }}.hero.is-remaining {
    background-color: #2acd5f;
    color: #2acd5f; }.hero.is-remaining a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-remaining strong {
      color: inherit; }.hero.is-remaining .title {
      color: #2acd5f; }.hero.is-remaining .subtitle {
      color: rgba(42, 205, 95, 0.9); }.hero.is-remaining .subtitle a:not(.button),
      .hero.is-remaining .subtitle strong {
        color: #2acd5f; }@media screen and (max-width: 1023px) {.hero.is-remaining .navbar-menu {
        background-color: #2acd5f; }}.hero.is-remaining .navbar-item,
    .hero.is-remaining .navbar-link {
      color: rgba(42, 205, 95, 0.7); }.hero.is-remaining a.navbar-item:hover, .hero.is-remaining a.navbar-item.is-active,
    .hero.is-remaining .navbar-link:hover,
    .hero.is-remaining .navbar-link.is-active {
      background-color: #26b855;
      color: #2acd5f; }.hero.is-remaining .tabs a {
      color: #2acd5f;
      opacity: 0.9; }.hero.is-remaining .tabs a:hover {
        opacity: 1; }.hero.is-remaining .tabs li.is-active a {
      opacity: 1; }.hero.is-remaining .tabs.is-boxed a, .hero.is-remaining .tabs.is-toggle a {
      color: #2acd5f; }.hero.is-remaining .tabs.is-boxed a:hover, .hero.is-remaining .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }.hero.is-remaining .tabs.is-boxed li.is-active a, .hero.is-remaining .tabs.is-boxed li.is-active a:hover, .hero.is-remaining .tabs.is-toggle li.is-active a, .hero.is-remaining .tabs.is-toggle li.is-active a:hover {
      background-color: #2acd5f;
      border-color: #2acd5f;
      color: #2acd5f; }.hero.is-remaining.is-bold {
      background-image: linear-gradient(141deg, #18ac2f 0%, #2acd5f 71%, #34dd87 100%); }@media screen and (max-width: 768px) {.hero.is-remaining.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #18ac2f 0%, #2acd5f 71%, #34dd87 100%); }}.hero.is-yellow-price {
    background-color: #ffa500;
    color: #ffa500; }.hero.is-yellow-price a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-yellow-price strong {
      color: inherit; }.hero.is-yellow-price .title {
      color: #ffa500; }.hero.is-yellow-price .subtitle {
      color: rgba(255, 165, 0, 0.9); }.hero.is-yellow-price .subtitle a:not(.button),
      .hero.is-yellow-price .subtitle strong {
        color: #ffa500; }@media screen and (max-width: 1023px) {.hero.is-yellow-price .navbar-menu {
        background-color: #ffa500; }}.hero.is-yellow-price .navbar-item,
    .hero.is-yellow-price .navbar-link {
      color: rgba(255, 165, 0, 0.7); }.hero.is-yellow-price a.navbar-item:hover, .hero.is-yellow-price a.navbar-item.is-active,
    .hero.is-yellow-price .navbar-link:hover,
    .hero.is-yellow-price .navbar-link.is-active {
      background-color: #e69500;
      color: #ffa500; }.hero.is-yellow-price .tabs a {
      color: #ffa500;
      opacity: 0.9; }.hero.is-yellow-price .tabs a:hover {
        opacity: 1; }.hero.is-yellow-price .tabs li.is-active a {
      opacity: 1; }.hero.is-yellow-price .tabs.is-boxed a, .hero.is-yellow-price .tabs.is-toggle a {
      color: #ffa500; }.hero.is-yellow-price .tabs.is-boxed a:hover, .hero.is-yellow-price .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }.hero.is-yellow-price .tabs.is-boxed li.is-active a, .hero.is-yellow-price .tabs.is-boxed li.is-active a:hover, .hero.is-yellow-price .tabs.is-toggle li.is-active a, .hero.is-yellow-price .tabs.is-toggle li.is-active a:hover {
      background-color: #ffa500;
      border-color: #ffa500;
      color: #ffa500; }.hero.is-yellow-price.is-bold {
      background-image: linear-gradient(141deg, #cc6200 0%, #ffa500 71%, #ffd41a 100%); }@media screen and (max-width: 768px) {.hero.is-yellow-price.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #cc6200 0%, #ffa500 71%, #ffd41a 100%); }}.hero.is-sold-price {
    background-color: #6e5a9f;
    color: #6e5a9f; }.hero.is-sold-price a:not(.button):not(.dropdown-item):not(.tag):not(.pagination-link.is-current),
    .hero.is-sold-price strong {
      color: inherit; }.hero.is-sold-price .title {
      color: #6e5a9f; }.hero.is-sold-price .subtitle {
      color: rgba(110, 90, 159, 0.9); }.hero.is-sold-price .subtitle a:not(.button),
      .hero.is-sold-price .subtitle strong {
        color: #6e5a9f; }@media screen and (max-width: 1023px) {.hero.is-sold-price .navbar-menu {
        background-color: #6e5a9f; }}.hero.is-sold-price .navbar-item,
    .hero.is-sold-price .navbar-link {
      color: rgba(110, 90, 159, 0.7); }.hero.is-sold-price a.navbar-item:hover, .hero.is-sold-price a.navbar-item.is-active,
    .hero.is-sold-price .navbar-link:hover,
    .hero.is-sold-price .navbar-link.is-active {
      background-color: #63518f;
      color: #6e5a9f; }.hero.is-sold-price .tabs a {
      color: #6e5a9f;
      opacity: 0.9; }.hero.is-sold-price .tabs a:hover {
        opacity: 1; }.hero.is-sold-price .tabs li.is-active a {
      opacity: 1; }.hero.is-sold-price .tabs.is-boxed a, .hero.is-sold-price .tabs.is-toggle a {
      color: #6e5a9f; }.hero.is-sold-price .tabs.is-boxed a:hover, .hero.is-sold-price .tabs.is-toggle a:hover {
        background-color: rgba(10, 10, 10, 0.1); }.hero.is-sold-price .tabs.is-boxed li.is-active a, .hero.is-sold-price .tabs.is-boxed li.is-active a:hover, .hero.is-sold-price .tabs.is-toggle li.is-active a, .hero.is-sold-price .tabs.is-toggle li.is-active a:hover {
      background-color: #6e5a9f;
      border-color: #6e5a9f;
      color: #6e5a9f; }.hero.is-sold-price.is-bold {
      background-image: linear-gradient(141deg, #473e88 0%, #6e5a9f 71%, #8663b0 100%); }@media screen and (max-width: 768px) {.hero.is-sold-price.is-bold .navbar-menu {
          background-image: linear-gradient(141deg, #473e88 0%, #6e5a9f 71%, #8663b0 100%); }}.carousel .carousel-indicator .indicator-item.is-active .indicator-style,
    .carousel .carousel-indicator .indicator-item .indicator-style:hover {
      background: #4a90e2;
      border: 1px solid white; }.carousel .carousel-indicator .indicator-item .indicator-style {
      display: block;
      border: 1px solid #4a90e2;
      background: white;
      outline: none;
      transition: 150ms ease-out; }.carousel-arrow .icon {
    background: white;
    color: #4a90e2;
    cursor: pointer;
    border: 1px solid white;
    border-radius: 290486px;
    outline: 0; }.carousel-arrow .icon:hover {
      border: 1px solid #4a90e2;
      opacity: 1; }.b-checkbox.checkbox input[type=checkbox]:checked + .check {
      background: #4a90e2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
      border-color: #4a90e2; }.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-primary {
        background: #4a90e2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #4a90e2; }.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-success {
        background: #8ce24a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23fff' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #8ce24a; }.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-default-switch {
        background: rgba(181, 181, 181, 0.9) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:rgba(181, 181, 181, 0.9)' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: rgba(181, 181, 181, 0.9); }.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-remaining {
        background: #2acd5f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%232acd5f' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #2acd5f; }.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-yellow-price {
        background: #ffa500 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%23ffa500' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffa500; }.b-checkbox.checkbox input[type=checkbox]:checked + .check.is-sold-price {
        background: #6e5a9f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%236e5a9f' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center;
        border-color: #6e5a9f; }.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check {
      background: #4a90e2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
      border-color: #4a90e2; }.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-primary {
        background: #4a90e2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #4a90e2; }.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-success {
        background: #8ce24a url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23fff' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #8ce24a; }.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-default-switch {
        background: rgba(181, 181, 181, 0.9) url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:rgba(181, 181, 181, 0.9)' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: rgba(181, 181, 181, 0.9); }.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-remaining {
        background: #2acd5f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%232acd5f' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #2acd5f; }.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-yellow-price {
        background: #ffa500 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%23ffa500' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #ffa500; }.b-checkbox.checkbox input[type=checkbox]:indeterminate + .check.is-sold-price {
        background: #6e5a9f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Crect style='fill:%236e5a9f' width='0.7' height='0.2' x='.15' y='.4'%3E%3C/rect%3E%3C/svg%3E") no-repeat center center;
        border-color: #6e5a9f; }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
      box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.8); }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-primary {
        box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.8); }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-success {
        box-shadow: 0 0 0.5em rgba(140, 226, 74, 0.8); }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-default-switch {
        box-shadow: 0 0 0.5em rgba(181, 181, 181, 0.8); }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-remaining {
        box-shadow: 0 0 0.5em rgba(42, 205, 95, 0.8); }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-yellow-price {
        box-shadow: 0 0 0.5em rgba(255, 165, 0, 0.8); }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check.is-sold-price {
        box-shadow: 0 0 0.5em rgba(110, 90, 159, 0.8); }.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check {
    border-color: #4a90e2; }.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-primary {
      border-color: #4a90e2; }.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-success {
      border-color: #8ce24a; }.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-default-switch {
      border-color: rgba(181, 181, 181, 0.9); }.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-remaining {
      border-color: #2acd5f; }.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-yellow-price {
      border-color: #ffa500; }.b-checkbox.checkbox:hover input[type=checkbox]:not(:disabled) + .check.is-sold-price {
      border-color: #6e5a9f; }.b-clockpicker .card-header {
  background-color: #4a90e2;
  color: #fff; }.b-clockpicker .b-clockpicker-face:after {
  background-color: #4a90e2; }.b-clockpicker .b-clockpicker-face-hand {
  background-color: #4a90e2;
  border-color: #4a90e2; }.b-clockpicker .b-clockpicker-face-number.active {
  background-color: #4a90e2;
  color: #fff; }.b-clockpicker.is-primary .card-header {
  background-color: #4a90e2;
  color: #fff; }.b-clockpicker.is-primary .b-clockpicker-face:after {
  background-color: #4a90e2; }.b-clockpicker.is-primary .b-clockpicker-face-hand {
  background-color: #4a90e2;
  border-color: #4a90e2; }.b-clockpicker.is-primary .b-clockpicker-face-number.active {
  background-color: #4a90e2;
  color: #fff; }.b-clockpicker.is-success .card-header {
  background-color: #8ce24a;
  color: #fff; }.b-clockpicker.is-success .b-clockpicker-face:after {
  background-color: #8ce24a; }.b-clockpicker.is-success .b-clockpicker-face-hand {
  background-color: #8ce24a;
  border-color: #8ce24a; }.b-clockpicker.is-success .b-clockpicker-face-number.active {
  background-color: #8ce24a;
  color: #fff; }.b-clockpicker.is-default-switch .card-header {
  background-color: rgba(181, 181, 181, 0.9);
  color: rgba(181, 181, 181, 0.9); }.b-clockpicker.is-default-switch .b-clockpicker-face:after {
  background-color: rgba(181, 181, 181, 0.9); }.b-clockpicker.is-default-switch .b-clockpicker-face-hand {
  background-color: rgba(181, 181, 181, 0.9);
  border-color: rgba(181, 181, 181, 0.9); }.b-clockpicker.is-default-switch .b-clockpicker-face-number.active {
  background-color: rgba(181, 181, 181, 0.9);
  color: rgba(181, 181, 181, 0.9); }.b-clockpicker.is-remaining .card-header {
  background-color: #2acd5f;
  color: #2acd5f; }.b-clockpicker.is-remaining .b-clockpicker-face:after {
  background-color: #2acd5f; }.b-clockpicker.is-remaining .b-clockpicker-face-hand {
  background-color: #2acd5f;
  border-color: #2acd5f; }.b-clockpicker.is-remaining .b-clockpicker-face-number.active {
  background-color: #2acd5f;
  color: #2acd5f; }.b-clockpicker.is-yellow-price .card-header {
  background-color: #ffa500;
  color: #ffa500; }.b-clockpicker.is-yellow-price .b-clockpicker-face:after {
  background-color: #ffa500; }.b-clockpicker.is-yellow-price .b-clockpicker-face-hand {
  background-color: #ffa500;
  border-color: #ffa500; }.b-clockpicker.is-yellow-price .b-clockpicker-face-number.active {
  background-color: #ffa500;
  color: #ffa500; }.b-clockpicker.is-sold-price .card-header {
  background-color: #6e5a9f;
  color: #6e5a9f; }.b-clockpicker.is-sold-price .b-clockpicker-face:after {
  background-color: #6e5a9f; }.b-clockpicker.is-sold-price .b-clockpicker-face-hand {
  background-color: #6e5a9f;
  border-color: #6e5a9f; }.b-clockpicker.is-sold-price .b-clockpicker-face-number.active {
  background-color: #6e5a9f;
  color: #6e5a9f; }.b-clockpicker .dropdown .input[readonly]:focus, .b-clockpicker .dropdown .input[readonly].is-focused, .b-clockpicker .dropdown .input[readonly]:active, .b-clockpicker .dropdown .input[readonly].is-active,
    .b-clockpicker .dropdown-trigger .input[readonly]:focus,
    .b-clockpicker .dropdown-trigger .input[readonly].is-focused,
    .b-clockpicker .dropdown-trigger .input[readonly]:active,
    .b-clockpicker .dropdown-trigger .input[readonly].is-active {
      box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.b-clockpicker-body .b-clockpicker-btn:hover, .b-clockpicker-body .b-clockpicker-btn.active {
      background-color: #4a90e2;
      color: white; }.datepicker .dropdown .input[readonly]:focus, .datepicker .dropdown .input[readonly].is-focused, .datepicker .dropdown .input[readonly]:active, .datepicker .dropdown .input[readonly].is-active,
      .datepicker .dropdown-trigger .input[readonly]:focus,
      .datepicker .dropdown-trigger .input[readonly].is-focused,
      .datepicker .dropdown-trigger .input[readonly]:active,
      .datepicker .dropdown-trigger .input[readonly].is-active {
        box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-today {
        border: solid 1px rgba(74, 144, 226, 0.5); }.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected {
        background-color: #4a90e2;
        color: #fff; }.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-first-selected {
          background-color: #4a90e2;
          color: #fff;
          border-bottom-right-radius: 0;
          border-top-right-radius: 0; }.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-within-selected {
          background-color: rgba(74, 144, 226, 0.5);
          border-radius: 0; }.datepicker .datepicker-table .datepicker-body .datepicker-cell.is-selected.is-last-selected {
          background-color: #4a90e2;
          color: #fff;
          border-bottom-left-radius: 0;
          border-top-left-radius: 0; }.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-primary {
              background-color: #4a90e2; }.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-success {
              background-color: #8ce24a; }.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-default-switch {
              background-color: rgba(181, 181, 181, 0.9); }.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-remaining {
              background-color: #2acd5f; }.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-yellow-price {
              background-color: #ffa500; }.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.has-event .events .event.is-sold-price {
              background-color: #6e5a9f; }.datepicker .datepicker-table .datepicker-body.has-events .datepicker-cell.is-selected .events .event.is-primary {
            background-color: #8cb8ed; }.notices .toast.is-primary {
      color: #fff;
      background: #4a90e2; }.notices .toast.is-success {
      color: #fff;
      background: #8ce24a; }.notices .toast.is-default-switch {
      color: rgba(181, 181, 181, 0.9);
      background: rgba(181, 181, 181, 0.9); }.notices .toast.is-remaining {
      color: #2acd5f;
      background: #2acd5f; }.notices .toast.is-yellow-price {
      color: #ffa500;
      background: #ffa500; }.notices .toast.is-sold-price {
      color: #6e5a9f;
      background: #6e5a9f; }.notices .snackbar .action.is-primary .button {
        color: #4a90e2; }.notices .snackbar .action.is-success .button {
        color: #8ce24a; }.notices .snackbar .action.is-default-switch .button {
        color: rgba(181, 181, 181, 0.9); }.notices .snackbar .action.is-remaining .button {
        color: #2acd5f; }.notices .snackbar .action.is-yellow-price .button {
        color: #ffa500; }.notices .snackbar .action.is-sold-price .button {
        color: #6e5a9f; }.progress-wrapper .progress.is-more-than-half.is-default-switch + .progress-value, .progress-wrapper .is-more-than-half.is-default-switch.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-default-switch + .progress-value {
      color: rgba(181, 181, 181, 0.9); }.progress-wrapper .progress.is-more-than-half.is-remaining + .progress-value, .progress-wrapper .is-more-than-half.is-remaining.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-remaining + .progress-value {
      color: #2acd5f; }.progress-wrapper .progress.is-more-than-half.is-yellow-price + .progress-value, .progress-wrapper .is-more-than-half.is-yellow-price.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-yellow-price + .progress-value {
      color: #ffa500; }.progress-wrapper .progress.is-more-than-half.is-sold-price + .progress-value, .progress-wrapper .is-more-than-half.is-sold-price.progress-wrapper.is-not-native + .progress-value, .progress-wrapper .progress-bar.is-more-than-half.is-sold-price + .progress-value {
      color: #6e5a9f; }.progress-wrapper.is-not-native .progress-bar.is-primary {
        background-color: #4a90e2; }.progress-wrapper.is-not-native .progress-bar.is-success {
        background-color: #8ce24a; }.progress-wrapper.is-not-native .progress-bar.is-default-switch {
        background-color: rgba(181, 181, 181, 0.9); }.progress-wrapper.is-not-native .progress-bar.is-default-switch .progress-value {
          color: rgba(181, 181, 181, 0.9); }.progress-wrapper.is-not-native .progress-bar.is-remaining {
        background-color: #2acd5f; }.progress-wrapper.is-not-native .progress-bar.is-remaining .progress-value {
          color: #2acd5f; }.progress-wrapper.is-not-native .progress-bar.is-yellow-price {
        background-color: #ffa500; }.progress-wrapper.is-not-native .progress-bar.is-yellow-price .progress-value {
          color: #ffa500; }.progress-wrapper.is-not-native .progress-bar.is-sold-price {
        background-color: #6e5a9f; }.progress-wrapper.is-not-native .progress-bar.is-sold-price .progress-value {
          color: #6e5a9f; }.b-radio.radio input[type=radio] + .check:before {
        content: "";
        display: flex;
        position: absolute;
        left: 50%;
        margin-left: calc(-1.25em/2);
        bottom: 50%;
        margin-bottom: calc(-1.25em/2);
        width: 1.25em;
        height: 1.25em;
        transition: transform 150ms ease-out;
        border-radius: 50%;
        transform: scale(0);
        background-color: #4a90e2; }.b-radio.radio input[type=radio] + .check.is-primary:before {
        background: #4a90e2; }.b-radio.radio input[type=radio] + .check.is-success:before {
        background: #8ce24a; }.b-radio.radio input[type=radio] + .check.is-default-switch:before {
        background: rgba(181, 181, 181, 0.9); }.b-radio.radio input[type=radio] + .check.is-remaining:before {
        background: #2acd5f; }.b-radio.radio input[type=radio] + .check.is-yellow-price:before {
        background: #ffa500; }.b-radio.radio input[type=radio] + .check.is-sold-price:before {
        background: #6e5a9f; }.b-radio.radio input[type=radio]:checked + .check {
      border-color: #4a90e2; }.b-radio.radio input[type=radio]:checked + .check.is-primary {
        border-color: #4a90e2; }.b-radio.radio input[type=radio]:checked + .check.is-success {
        border-color: #8ce24a; }.b-radio.radio input[type=radio]:checked + .check.is-default-switch {
        border-color: rgba(181, 181, 181, 0.9); }.b-radio.radio input[type=radio]:checked + .check.is-remaining {
        border-color: #2acd5f; }.b-radio.radio input[type=radio]:checked + .check.is-yellow-price {
        border-color: #ffa500; }.b-radio.radio input[type=radio]:checked + .check.is-sold-price {
        border-color: #6e5a9f; }.b-radio.radio input[type=radio]:focus:checked + .check {
      box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.8); }.b-radio.radio input[type=radio]:focus:checked + .check.is-primary {
        box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.8); }.b-radio.radio input[type=radio]:focus:checked + .check.is-success {
        box-shadow: 0 0 0.5em rgba(140, 226, 74, 0.8); }.b-radio.radio input[type=radio]:focus:checked + .check.is-default-switch {
        box-shadow: 0 0 0.5em rgba(181, 181, 181, 0.8); }.b-radio.radio input[type=radio]:focus:checked + .check.is-remaining {
        box-shadow: 0 0 0.5em rgba(42, 205, 95, 0.8); }.b-radio.radio input[type=radio]:focus:checked + .check.is-yellow-price {
        box-shadow: 0 0 0.5em rgba(255, 165, 0, 0.8); }.b-radio.radio input[type=radio]:focus:checked + .check.is-sold-price {
        box-shadow: 0 0 0.5em rgba(110, 90, 159, 0.8); }.b-radio.radio:hover input[type=radio]:not(:disabled) + .check {
    border-color: #4a90e2; }.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-primary {
      border-color: #4a90e2; }.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-success {
      border-color: #8ce24a; }.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-default-switch {
      border-color: rgba(181, 181, 181, 0.9); }.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-remaining {
      border-color: #2acd5f; }.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-yellow-price {
      border-color: #ffa500; }.b-radio.radio:hover input[type=radio]:not(:disabled) + .check.is-sold-price {
      border-color: #6e5a9f; }.b-sidebar .sidebar-content.is-primary {
    background-color: #4a90e2; }.b-sidebar .sidebar-content.is-success {
    background-color: #8ce24a; }.b-sidebar .sidebar-content.is-default-switch {
    background-color: rgba(181, 181, 181, 0.9); }.b-sidebar .sidebar-content.is-remaining {
    background-color: #2acd5f; }.b-sidebar .sidebar-content.is-yellow-price {
    background-color: #ffa500; }.b-sidebar .sidebar-content.is-sold-price {
    background-color: #6e5a9f; }.b-slider.is-primary .b-slider-fill {
    background: #4a90e2 !important; }.b-slider.is-success .b-slider-fill {
    background: #8ce24a !important; }.b-slider.is-default-switch .b-slider-fill {
    background: rgba(181, 181, 181, 0.9) !important; }.b-slider.is-remaining .b-slider-fill {
    background: #2acd5f !important; }.b-slider.is-yellow-price .b-slider-fill {
    background: #ffa500 !important; }.b-slider.is-sold-price .b-slider-fill {
    background: #6e5a9f !important; }.b-steps .steps .step-items .step-item.is-primary::before, .b-steps .steps .step-items .step-item.is-primary::after {
      background: linear-gradient(to left, #dbdbdb 50%, #4a90e2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }.b-steps .steps .step-items .step-item.is-primary.is-active .step-marker {
      background-color: white;
      border-color: #4a90e2;
      color: #4a90e2; }.b-steps .steps .step-items .step-item.is-primary.is-previous .step-marker {
      color: #fff;
      background-color: #4a90e2; }.b-steps .steps .step-items .step-item.is-success::before, .b-steps .steps .step-items .step-item.is-success::after {
      background: linear-gradient(to left, #dbdbdb 50%, #8ce24a 50%);
      background-size: 200% 100%;
      background-position: right bottom; }.b-steps .steps .step-items .step-item.is-success.is-active .step-marker {
      background-color: white;
      border-color: #8ce24a;
      color: #8ce24a; }.b-steps .steps .step-items .step-item.is-success.is-previous .step-marker {
      color: #fff;
      background-color: #8ce24a; }.b-steps .steps .step-items .step-item.is-default-switch::before, .b-steps .steps .step-items .step-item.is-default-switch::after {
      background: linear-gradient(to left, #dbdbdb 50%, rgba(181, 181, 181, 0.9) 50%);
      background-size: 200% 100%;
      background-position: right bottom; }.b-steps .steps .step-items .step-item.is-default-switch.is-active .step-marker {
      background-color: white;
      border-color: rgba(181, 181, 181, 0.9);
      color: rgba(181, 181, 181, 0.9); }.b-steps .steps .step-items .step-item.is-default-switch.is-active::before, .b-steps .steps .step-items .step-item.is-default-switch.is-active::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item.is-default-switch.is-previous .step-marker {
      color: rgba(181, 181, 181, 0.9);
      background-color: rgba(181, 181, 181, 0.9); }.b-steps .steps .step-items .step-item.is-default-switch.is-previous::before, .b-steps .steps .step-items .step-item.is-default-switch.is-previous::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item.is-remaining::before, .b-steps .steps .step-items .step-item.is-remaining::after {
      background: linear-gradient(to left, #dbdbdb 50%, #2acd5f 50%);
      background-size: 200% 100%;
      background-position: right bottom; }.b-steps .steps .step-items .step-item.is-remaining.is-active .step-marker {
      background-color: white;
      border-color: #2acd5f;
      color: #2acd5f; }.b-steps .steps .step-items .step-item.is-remaining.is-active::before, .b-steps .steps .step-items .step-item.is-remaining.is-active::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item.is-remaining.is-previous .step-marker {
      color: #2acd5f;
      background-color: #2acd5f; }.b-steps .steps .step-items .step-item.is-remaining.is-previous::before, .b-steps .steps .step-items .step-item.is-remaining.is-previous::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item.is-yellow-price::before, .b-steps .steps .step-items .step-item.is-yellow-price::after {
      background: linear-gradient(to left, #dbdbdb 50%, #ffa500 50%);
      background-size: 200% 100%;
      background-position: right bottom; }.b-steps .steps .step-items .step-item.is-yellow-price.is-active .step-marker {
      background-color: white;
      border-color: #ffa500;
      color: #ffa500; }.b-steps .steps .step-items .step-item.is-yellow-price.is-active::before, .b-steps .steps .step-items .step-item.is-yellow-price.is-active::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item.is-yellow-price.is-previous .step-marker {
      color: #ffa500;
      background-color: #ffa500; }.b-steps .steps .step-items .step-item.is-yellow-price.is-previous::before, .b-steps .steps .step-items .step-item.is-yellow-price.is-previous::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item.is-sold-price::before, .b-steps .steps .step-items .step-item.is-sold-price::after {
      background: linear-gradient(to left, #dbdbdb 50%, #6e5a9f 50%);
      background-size: 200% 100%;
      background-position: right bottom; }.b-steps .steps .step-items .step-item.is-sold-price.is-active .step-marker {
      background-color: white;
      border-color: #6e5a9f;
      color: #6e5a9f; }.b-steps .steps .step-items .step-item.is-sold-price.is-active::before, .b-steps .steps .step-items .step-item.is-sold-price.is-active::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item.is-sold-price.is-previous .step-marker {
      color: #6e5a9f;
      background-color: #6e5a9f; }.b-steps .steps .step-items .step-item.is-sold-price.is-previous::before, .b-steps .steps .step-items .step-item.is-sold-price.is-previous::after {
      background-position: left bottom; }.b-steps .steps .step-items .step-item::before, .b-steps .steps .step-items .step-item::after {
      background: linear-gradient(to left, #dbdbdb 50%, #4a90e2 50%);
      background-size: 200% 100%;
      background-position: right bottom; }.b-steps .steps .step-items .step-item.is-active .step-marker {
      background-color: white;
      border-color: #4a90e2;
      color: #4a90e2; }.b-steps .steps .step-items .step-item.is-previous .step-marker {
      color: white;
      background-color: #4a90e2; }.b-steps.is-vertical > .steps .step-items .step-item::before, .b-steps.is-vertical > .steps .step-items .step-item::after {
        background: linear-gradient(to top, #dbdbdb 50%, #4a90e2 50%);
        background-size: 100% 200%;
        background-position: left bottom; }.b-steps.is-vertical > .steps .step-items .step-item.is-primary::before, .b-steps.is-vertical > .steps .step-items .step-item.is-primary::after {
        background: linear-gradient(to top, #dbdbdb 50%, #4a90e2 50%);
        background-size: 100% 200%;
        background-position: left bottom; }.b-steps.is-vertical > .steps .step-items .step-item.is-success::before, .b-steps.is-vertical > .steps .step-items .step-item.is-success::after {
        background: linear-gradient(to top, #dbdbdb 50%, #8ce24a 50%);
        background-size: 100% 200%;
        background-position: left bottom; }.b-steps.is-vertical > .steps .step-items .step-item.is-default-switch::before, .b-steps.is-vertical > .steps .step-items .step-item.is-default-switch::after {
        background: linear-gradient(to top, #dbdbdb 50%, rgba(181, 181, 181, 0.9) 50%);
        background-size: 100% 200%;
        background-position: left bottom; }.b-steps.is-vertical > .steps .step-items .step-item.is-remaining::before, .b-steps.is-vertical > .steps .step-items .step-item.is-remaining::after {
        background: linear-gradient(to top, #dbdbdb 50%, #2acd5f 50%);
        background-size: 100% 200%;
        background-position: left bottom; }.b-steps.is-vertical > .steps .step-items .step-item.is-yellow-price::before, .b-steps.is-vertical > .steps .step-items .step-item.is-yellow-price::after {
        background: linear-gradient(to top, #dbdbdb 50%, #ffa500 50%);
        background-size: 100% 200%;
        background-position: left bottom; }.b-steps.is-vertical > .steps .step-items .step-item.is-sold-price::before, .b-steps.is-vertical > .steps .step-items .step-item.is-sold-price::after {
        background: linear-gradient(to top, #dbdbdb 50%, #6e5a9f 50%);
        background-size: 100% 200%;
        background-position: left bottom; }.switch input[type=checkbox] + .check.is-primary-passive, .switch input[type=checkbox] + .check:hover {
        background: #4a90e2; }.switch input[type=checkbox] + .check.is-success-passive, .switch input[type=checkbox] + .check:hover {
        background: #8ce24a; }.switch input[type=checkbox] + .check.is-default-switch-passive, .switch input[type=checkbox] + .check:hover {
        background: rgba(181, 181, 181, 0.9); }.switch input[type=checkbox] + .check.is-remaining-passive, .switch input[type=checkbox] + .check:hover {
        background: #2acd5f; }.switch input[type=checkbox] + .check.is-yellow-price-passive, .switch input[type=checkbox] + .check:hover {
        background: #ffa500; }.switch input[type=checkbox] + .check.is-sold-price-passive, .switch input[type=checkbox] + .check:hover {
        background: #6e5a9f; }.switch input[type=checkbox]:checked + .check {
      background: #4a90e2; }.switch input[type=checkbox]:checked + .check.is-primary {
        background: #4a90e2; }.switch input[type=checkbox]:checked + .check.is-success {
        background: #8ce24a; }.switch input[type=checkbox]:checked + .check.is-default-switch {
        background: rgba(181, 181, 181, 0.9); }.switch input[type=checkbox]:checked + .check.is-remaining {
        background: #2acd5f; }.switch input[type=checkbox]:checked + .check.is-yellow-price {
        background: #ffa500; }.switch input[type=checkbox]:checked + .check.is-sold-price {
        background: #6e5a9f; }.switch input[type=checkbox]:focus + .check.is-primary-passive, .switch input[type=checkbox]:active + .check.is-primary-passive {
          box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.8); }.switch input[type=checkbox]:focus + .check.is-success-passive, .switch input[type=checkbox]:active + .check.is-success-passive {
          box-shadow: 0 0 0.5em rgba(140, 226, 74, 0.8); }.switch input[type=checkbox]:focus + .check.is-default-switch-passive, .switch input[type=checkbox]:active + .check.is-default-switch-passive {
          box-shadow: 0 0 0.5em rgba(181, 181, 181, 0.8); }.switch input[type=checkbox]:focus + .check.is-remaining-passive, .switch input[type=checkbox]:active + .check.is-remaining-passive {
          box-shadow: 0 0 0.5em rgba(42, 205, 95, 0.8); }.switch input[type=checkbox]:focus + .check.is-yellow-price-passive, .switch input[type=checkbox]:active + .check.is-yellow-price-passive {
          box-shadow: 0 0 0.5em rgba(255, 165, 0, 0.8); }.switch input[type=checkbox]:focus + .check.is-sold-price-passive, .switch input[type=checkbox]:active + .check.is-sold-price-passive {
          box-shadow: 0 0 0.5em rgba(110, 90, 159, 0.8); }.switch input[type=checkbox]:focus:checked + .check, .switch input[type=checkbox]:active:checked + .check {
        box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.8); }.switch input[type=checkbox]:focus:checked + .check.is-primary, .switch input[type=checkbox]:active:checked + .check.is-primary {
          box-shadow: 0 0 0.5em rgba(74, 144, 226, 0.8); }.switch input[type=checkbox]:focus:checked + .check.is-success, .switch input[type=checkbox]:active:checked + .check.is-success {
          box-shadow: 0 0 0.5em rgba(140, 226, 74, 0.8); }.switch input[type=checkbox]:focus:checked + .check.is-default-switch, .switch input[type=checkbox]:active:checked + .check.is-default-switch {
          box-shadow: 0 0 0.5em rgba(181, 181, 181, 0.8); }.switch input[type=checkbox]:focus:checked + .check.is-remaining, .switch input[type=checkbox]:active:checked + .check.is-remaining {
          box-shadow: 0 0 0.5em rgba(42, 205, 95, 0.8); }.switch input[type=checkbox]:focus:checked + .check.is-yellow-price, .switch input[type=checkbox]:active:checked + .check.is-yellow-price {
          box-shadow: 0 0 0.5em rgba(255, 165, 0, 0.8); }.switch input[type=checkbox]:focus:checked + .check.is-sold-price, .switch input[type=checkbox]:active:checked + .check.is-sold-price {
          box-shadow: 0 0 0.5em rgba(110, 90, 159, 0.8); }.switch:hover input[type=checkbox] + .check.is-primary-passive {
      background: rgba(74, 144, 226, 0.9); }.switch:hover input[type=checkbox] + .check.is-success-passive {
      background: rgba(140, 226, 74, 0.9); }.switch:hover input[type=checkbox] + .check.is-default-switch-passive {
      background: rgba(181, 181, 181, 0.9); }.switch:hover input[type=checkbox] + .check.is-remaining-passive {
      background: rgba(42, 205, 95, 0.9); }.switch:hover input[type=checkbox] + .check.is-yellow-price-passive {
      background: rgba(255, 165, 0, 0.9); }.switch:hover input[type=checkbox] + .check.is-sold-price-passive {
      background: rgba(110, 90, 159, 0.9); }.switch:hover input[type=checkbox]:checked + .check {
    background: rgba(74, 144, 226, 0.9); }.switch:hover input[type=checkbox]:checked + .check.is-primary {
      background: rgba(74, 144, 226, 0.9); }.switch:hover input[type=checkbox]:checked + .check.is-success {
      background: rgba(140, 226, 74, 0.9); }.switch:hover input[type=checkbox]:checked + .check.is-default-switch {
      background: rgba(181, 181, 181, 0.9); }.switch:hover input[type=checkbox]:checked + .check.is-remaining {
      background: rgba(42, 205, 95, 0.9); }.switch:hover input[type=checkbox]:checked + .check.is-yellow-price {
      background: rgba(255, 165, 0, 0.9); }.switch:hover input[type=checkbox]:checked + .check.is-sold-price {
      background: rgba(110, 90, 159, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-primary-passive {
      border: 0.1rem solid rgba(74, 144, 226, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:before {
        background: #4a90e2; }.switch.is-outlined input[type=checkbox] + .check.is-primary-passive:hover {
        border-color: rgba(74, 144, 226, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-success-passive {
      border: 0.1rem solid rgba(140, 226, 74, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-success-passive:before {
        background: #8ce24a; }.switch.is-outlined input[type=checkbox] + .check.is-success-passive:hover {
        border-color: rgba(140, 226, 74, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-default-switch-passive {
      border: 0.1rem solid rgba(181, 181, 181, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-default-switch-passive:before {
        background: rgba(181, 181, 181, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-default-switch-passive:hover {
        border-color: rgba(181, 181, 181, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-remaining-passive {
      border: 0.1rem solid rgba(42, 205, 95, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-remaining-passive:before {
        background: #2acd5f; }.switch.is-outlined input[type=checkbox] + .check.is-remaining-passive:hover {
        border-color: rgba(42, 205, 95, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-yellow-price-passive {
      border: 0.1rem solid rgba(255, 165, 0, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-yellow-price-passive:before {
        background: #ffa500; }.switch.is-outlined input[type=checkbox] + .check.is-yellow-price-passive:hover {
        border-color: rgba(255, 165, 0, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-sold-price-passive {
      border: 0.1rem solid rgba(110, 90, 159, 0.9); }.switch.is-outlined input[type=checkbox] + .check.is-sold-price-passive:before {
        background: #6e5a9f; }.switch.is-outlined input[type=checkbox] + .check.is-sold-price-passive:hover {
        border-color: rgba(110, 90, 159, 0.9); }.switch.is-outlined input[type=checkbox]:checked + .check {
    border-color: #4a90e2; }.switch.is-outlined input[type=checkbox]:checked + .check.is-primary {
      background: transparent;
      border-color: #4a90e2; }.switch.is-outlined input[type=checkbox]:checked + .check.is-primary:before {
        background: #4a90e2; }.switch.is-outlined input[type=checkbox]:checked + .check.is-success {
      background: transparent;
      border-color: #8ce24a; }.switch.is-outlined input[type=checkbox]:checked + .check.is-success:before {
        background: #8ce24a; }.switch.is-outlined input[type=checkbox]:checked + .check.is-default-switch {
      background: transparent;
      border-color: rgba(181, 181, 181, 0.9); }.switch.is-outlined input[type=checkbox]:checked + .check.is-default-switch:before {
        background: rgba(181, 181, 181, 0.9); }.switch.is-outlined input[type=checkbox]:checked + .check.is-remaining {
      background: transparent;
      border-color: #2acd5f; }.switch.is-outlined input[type=checkbox]:checked + .check.is-remaining:before {
        background: #2acd5f; }.switch.is-outlined input[type=checkbox]:checked + .check.is-yellow-price {
      background: transparent;
      border-color: #ffa500; }.switch.is-outlined input[type=checkbox]:checked + .check.is-yellow-price:before {
        background: #ffa500; }.switch.is-outlined input[type=checkbox]:checked + .check.is-sold-price {
      background: transparent;
      border-color: #6e5a9f; }.switch.is-outlined input[type=checkbox]:checked + .check.is-sold-price:before {
        background: #6e5a9f; }.switch.is-outlined input[type=checkbox]:checked + .check:before {
      background: #4a90e2; }.switch.is-outlined:hover input[type=checkbox]:checked + .check {
    background: transparent;
    border-color: rgba(74, 144, 226, 0.9); }.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-primary {
      border-color: rgba(74, 144, 226, 0.9); }.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-success {
      border-color: rgba(140, 226, 74, 0.9); }.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-default-switch {
      border-color: rgba(181, 181, 181, 0.9); }.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-remaining {
      border-color: rgba(42, 205, 95, 0.9); }.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-yellow-price {
      border-color: rgba(255, 165, 0, 0.9); }.switch.is-outlined:hover input[type=checkbox]:checked + .check.is-sold-price {
      border-color: rgba(110, 90, 159, 0.9); }.b-table .table tr.is-selected .checkbox input:checked + .check {
      background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1 1'%3E%3Cpath style='fill:%234a90e2' d='M 0.04038059,0.6267767 0.14644661,0.52071068 0.42928932,0.80355339 0.3232233,0.90961941 z M 0.21715729,0.80355339 0.85355339,0.16715729 0.95961941,0.2732233 0.3232233,0.90961941 z'%3E%3C/path%3E%3C/svg%3E") no-repeat center center; }.b-table .table .chevron-cell > a {
        color: #4a90e2 !important; }.b-table .table:focus {
      border-color: #4a90e2;
      box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.tag .delete.is-primary, .tag.is-delete.is-primary, .tag.has-delete-icon.is-primary {
  background: #4a90e2; }.tag .delete.is-primary:hover, .tag.is-delete.is-primary:hover, .tag.has-delete-icon.is-primary:hover {
    background-color: #2275d7;
    text-decoration: none; }.tag .delete.is-success, .tag.is-delete.is-success, .tag.has-delete-icon.is-success {
  background: #8ce24a; }.tag .delete.is-success:hover, .tag.is-delete.is-success:hover, .tag.has-delete-icon.is-success:hover {
    background-color: #71d722;
    text-decoration: none; }.tag .delete.is-default-switch, .tag.is-delete.is-default-switch, .tag.has-delete-icon.is-default-switch {
  background: rgba(181, 181, 181, 0.9); }.tag .delete.is-default-switch:hover, .tag.is-delete.is-default-switch:hover, .tag.has-delete-icon.is-default-switch:hover {
    background-color: rgba(156, 156, 156, 0.9);
    text-decoration: none; }.tag .delete.is-remaining, .tag.is-delete.is-remaining, .tag.has-delete-icon.is-remaining {
  background: #2acd5f; }.tag .delete.is-remaining:hover, .tag.is-delete.is-remaining:hover, .tag.has-delete-icon.is-remaining:hover {
    background-color: #21a34b;
    text-decoration: none; }.tag .delete.is-yellow-price, .tag.is-delete.is-yellow-price, .tag.has-delete-icon.is-yellow-price {
  background: #ffa500; }.tag .delete.is-yellow-price:hover, .tag.is-delete.is-yellow-price:hover, .tag.has-delete-icon.is-yellow-price:hover {
    background-color: #cc8400;
    text-decoration: none; }.tag .delete.is-sold-price, .tag.is-delete.is-sold-price, .tag.has-delete-icon.is-sold-price {
  background: #6e5a9f; }.tag .delete.is-sold-price:hover, .tag.is-delete.is-sold-price:hover, .tag.has-delete-icon.is-sold-price:hover {
    background-color: #57487e;
    text-decoration: none; }.timepicker .dropdown .input[readonly]:focus, .timepicker .dropdown .input[readonly].is-focused, .timepicker .dropdown .input[readonly]:active, .timepicker .dropdown .input[readonly].is-active,
    .timepicker .dropdown-trigger .input[readonly]:focus,
    .timepicker .dropdown-trigger .input[readonly].is-focused,
    .timepicker .dropdown-trigger .input[readonly]:active,
    .timepicker .dropdown-trigger .input[readonly].is-active {
      box-shadow: 0 0 0 0.125em rgba(74, 144, 226, 0.25); }.b-tooltip.is-top .tooltip-content::before {
    top: 100%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    border-top: 5px solid #4a90e2;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent; }.b-tooltip.is-top.is-primary .tooltip-content::before {
    border-top-color: #4a90e2; }.b-tooltip.is-top.is-primary.is-light .tooltip-content::before {
    border-top-color: #edf4fc; }.b-tooltip.is-top.is-success .tooltip-content::before {
    border-top-color: #8ce24a; }.b-tooltip.is-top.is-default-switch .tooltip-content::before {
    border-top-color: rgba(181, 181, 181, 0.9); }.b-tooltip.is-top.is-default-switch.is-light .tooltip-content::before {
    border-top-color: rgba(245, 245, 245, 0.9); }.b-tooltip.is-top.is-remaining .tooltip-content::before {
    border-top-color: #2acd5f; }.b-tooltip.is-top.is-remaining.is-light .tooltip-content::before {
    border-top-color: #eefcf2; }.b-tooltip.is-top.is-yellow-price .tooltip-content::before {
    border-top-color: #ffa500; }.b-tooltip.is-top.is-yellow-price.is-light .tooltip-content::before {
    border-top-color: #fff8eb; }.b-tooltip.is-top.is-sold-price .tooltip-content::before {
    border-top-color: #6e5a9f; }.b-tooltip.is-top.is-sold-price.is-light .tooltip-content::before {
    border-top-color: #f4f2f8; }.b-tooltip.is-right .tooltip-content::before {
    top: 50%;
    right: 100%;
    bottom: auto;
    left: auto;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-right: 5px solid #4a90e2;
    border-bottom: 5px solid transparent; }.b-tooltip.is-right.is-primary .tooltip-content::before {
    border-right-color: #4a90e2; }.b-tooltip.is-right.is-primary.is-light .tooltip-content::before {
    border-right-color: #edf4fc; }.b-tooltip.is-right.is-success .tooltip-content::before {
    border-right-color: #8ce24a; }.b-tooltip.is-right.is-default-switch .tooltip-content::before {
    border-right-color: rgba(181, 181, 181, 0.9); }.b-tooltip.is-right.is-default-switch.is-light .tooltip-content::before {
    border-right-color: rgba(245, 245, 245, 0.9); }.b-tooltip.is-right.is-remaining .tooltip-content::before {
    border-right-color: #2acd5f; }.b-tooltip.is-right.is-remaining.is-light .tooltip-content::before {
    border-right-color: #eefcf2; }.b-tooltip.is-right.is-yellow-price .tooltip-content::before {
    border-right-color: #ffa500; }.b-tooltip.is-right.is-yellow-price.is-light .tooltip-content::before {
    border-right-color: #fff8eb; }.b-tooltip.is-right.is-sold-price .tooltip-content::before {
    border-right-color: #6e5a9f; }.b-tooltip.is-right.is-sold-price.is-light .tooltip-content::before {
    border-right-color: #f4f2f8; }.b-tooltip.is-bottom .tooltip-content::before {
    top: auto;
    right: auto;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    border-right: 5px solid transparent;
    border-bottom: 5px solid #4a90e2;
    border-left: 5px solid transparent; }.b-tooltip.is-bottom.is-primary .tooltip-content::before {
    border-bottom-color: #4a90e2; }.b-tooltip.is-bottom.is-primary.is-light .tooltip-content::before {
    border-bottom-color: #edf4fc; }.b-tooltip.is-bottom.is-success .tooltip-content::before {
    border-bottom-color: #8ce24a; }.b-tooltip.is-bottom.is-default-switch .tooltip-content::before {
    border-bottom-color: rgba(181, 181, 181, 0.9); }.b-tooltip.is-bottom.is-default-switch.is-light .tooltip-content::before {
    border-bottom-color: rgba(245, 245, 245, 0.9); }.b-tooltip.is-bottom.is-remaining .tooltip-content::before {
    border-bottom-color: #2acd5f; }.b-tooltip.is-bottom.is-remaining.is-light .tooltip-content::before {
    border-bottom-color: #eefcf2; }.b-tooltip.is-bottom.is-yellow-price .tooltip-content::before {
    border-bottom-color: #ffa500; }.b-tooltip.is-bottom.is-yellow-price.is-light .tooltip-content::before {
    border-bottom-color: #fff8eb; }.b-tooltip.is-bottom.is-sold-price .tooltip-content::before {
    border-bottom-color: #6e5a9f; }.b-tooltip.is-bottom.is-sold-price.is-light .tooltip-content::before {
    border-bottom-color: #f4f2f8; }.b-tooltip.is-left .tooltip-content::before {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 100%;
    transform: translateY(-50%);
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #4a90e2; }.b-tooltip.is-left.is-primary .tooltip-content::before {
    border-left-color: #4a90e2; }.b-tooltip.is-left.is-primary.is-light .tooltip-content::before {
    border-left-color: #edf4fc; }.b-tooltip.is-left.is-success .tooltip-content::before {
    border-left-color: #8ce24a; }.b-tooltip.is-left.is-default-switch .tooltip-content::before {
    border-left-color: rgba(181, 181, 181, 0.9); }.b-tooltip.is-left.is-default-switch.is-light .tooltip-content::before {
    border-left-color: rgba(245, 245, 245, 0.9); }.b-tooltip.is-left.is-remaining .tooltip-content::before {
    border-left-color: #2acd5f; }.b-tooltip.is-left.is-remaining.is-light .tooltip-content::before {
    border-left-color: #eefcf2; }.b-tooltip.is-left.is-yellow-price .tooltip-content::before {
    border-left-color: #ffa500; }.b-tooltip.is-left.is-yellow-price.is-light .tooltip-content::before {
    border-left-color: #fff8eb; }.b-tooltip.is-left.is-sold-price .tooltip-content::before {
    border-left-color: #6e5a9f; }.b-tooltip.is-left.is-sold-price.is-light .tooltip-content::before {
    border-left-color: #f4f2f8; }.b-tooltip.is-primary .tooltip-content {
    background: #4a90e2;
    color: #fff; }.b-tooltip.is-primary.is-light .tooltip-content {
    background: #edf4fc;
    color: #1c60b0; }.b-tooltip.is-success .tooltip-content {
    background: #8ce24a;
    color: #fff; }.b-tooltip.is-default-switch .tooltip-content {
    background: rgba(181, 181, 181, 0.9);
    color: rgba(181, 181, 181, 0.9); }.b-tooltip.is-default-switch.is-light .tooltip-content {
    background: rgba(245, 245, 245, 0.9);
    color: rgba(74, 74, 74, 0.9); }.b-tooltip.is-remaining .tooltip-content {
    background: #2acd5f;
    color: #2acd5f; }.b-tooltip.is-remaining.is-light .tooltip-content {
    background: #eefcf2;
    color: #1b833d; }.b-tooltip.is-yellow-price .tooltip-content {
    background: #ffa500;
    color: #ffa500; }.b-tooltip.is-yellow-price.is-light .tooltip-content {
    background: #fff8eb;
    color: #946000; }.b-tooltip.is-sold-price .tooltip-content {
    background: #6e5a9f;
    color: #6e5a9f; }.b-tooltip.is-sold-price.is-light .tooltip-content {
    background: #f4f2f8;
    color: #6a5799; }.upload .upload-draggable:hover.is-primary, .upload .upload-draggable.is-hovered.is-primary {
      border-color: #4a90e2;
      background: rgba(74, 144, 226, 0.05); }.upload .upload-draggable:hover.is-success, .upload .upload-draggable.is-hovered.is-success {
      border-color: #8ce24a;
      background: rgba(140, 226, 74, 0.05); }.upload .upload-draggable:hover.is-default-switch, .upload .upload-draggable.is-hovered.is-default-switch {
      border-color: rgba(181, 181, 181, 0.9);
      background: rgba(181, 181, 181, 0.05); }.upload .upload-draggable:hover.is-remaining, .upload .upload-draggable.is-hovered.is-remaining {
      border-color: #2acd5f;
      background: rgba(42, 205, 95, 0.05); }.upload .upload-draggable:hover.is-yellow-price, .upload .upload-draggable.is-hovered.is-yellow-price {
      border-color: #ffa500;
      background: rgba(255, 165, 0, 0.05); }.upload .upload-draggable:hover.is-sold-price, .upload .upload-draggable.is-hovered.is-sold-price {
      border-color: #6e5a9f;
      background: rgba(110, 90, 159, 0.05); }.tag:not(body) {
  height: 1.6em; }.b-checkbox.checkbox input[type=checkbox]:focus + .check {
  box-shadow: none; }.b-checkbox.checkbox input[type=checkbox]:focus:checked + .check {
  box-shadow: none; }.table.is-narrow td,
.table.is-narrow th {
  padding: 0 .5em; }

html {
    overflow: hidden;
}


.column[data-v-17182b46] {
    /*white-space: nowrap;*/
    overflow-y: auto;
    overflow-x: hidden;
    height: 100%;
    border-right: 1px solid #7b98b4;
    /*padding-bottom: 0px;*/
}
.columns[data-v-17182b46] {
    /*margin-bottom: 0px !important;*/
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 0px !important;
    height: 100%;
    flex-direction: row;
    align-items: stretch;
}
.content-column[data-v-17182b46] {
    /*Для спинера, чтобы он мог быть внутри*/
    position: relative;
    padding-bottom: 0px;
}
.complex-name-label[data-v-17182b46] {
    font-size: 1.3rem;
}
.menu-button[data-v-17182b46] {
    display: flex;
    flex-grow: 1;
    border-radius: 0;
}


.ymap-container {
    /* Иначе карта не заполняет высоту */
    height: 100%;
}
.map {
    height: 100%;
}
.news-image {
    margin-right: 1em;
    width: 25%;
}
.news-table td {
    padding: 0.5em 0;
}
.news-article-header {
    background-color: #ddd;
    padding: .1em .3em;
}
.news-article {
    padding: 0 .5em;
}


/*# sourceMappingURL=sourcemaps/buildingplotapp-ec2a69aaf082072ec9fe.css.map*/