/*============================
=            grey            =
============================*/
/*=====  End of grey  ======*/
/*============================
=            blue            =
============================*/
/*=====  End of blue  ======*/
/*=============================
=            green            =
=============================*/
/*=====  End of green  ======*/
html {
  box-sizing: border-box;
}

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

.container {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 20px;
}
.container::after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 768px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1200px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (min-width: 1600px) {
  .container {
    padding: 0 100px;
  }
}

.row {
  display: block;
}
.row::after {
  clear: both;
  content: "";
  display: block;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 8.3333333333%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 16.6666666667%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 25%;
}

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

.col-xs-4 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 33.3333333333%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 41.6666666667%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 50%;
}

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

.col-xs-7 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 58.3333333333%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 66.6666666667%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 75%;
}

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

.col-xs-10 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 83.3333333333%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 91.6666666667%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
  width: 100%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media screen and (min-width: 768px) {
  .col-sm-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.3333333333%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.6666666667%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.3333333333%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.6666666667%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.3333333333%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.6666666667%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.3333333333%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.6666666667%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
}
@media screen and (min-width: 1025px) {
  .col-md-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.3333333333%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.6666666667%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.3333333333%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.6666666667%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.3333333333%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.6666666667%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.3333333333%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.6666666667%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
}
@media screen and (min-width: 1200px) {
  .col-lg-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.3333333333%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.6666666667%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.3333333333%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.6666666667%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.3333333333%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.6666666667%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.3333333333%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.6666666667%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
}
.clearfix::after {
  clear: both;
  content: "";
  display: block;
}

.img-responsive {
  max-width: 100%;
  height: auto;
  display: block;
}

.hidden {
  display: none !important;
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1025px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
/*===============================
=            tooltip            =
===============================*/
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}

.tooltip.in {
  opacity: 1;
  filter: alpha(opacity=90);
}

.tooltip.top {
  margin-top: -9px;
  padding: 10px 0;
}

.tooltip.right, .tooltip.top-right, .tooltip.bottom-right {
  margin-left: 9px;
  padding: 0 10px;
}

.tooltip.bottom {
  margin-top: 9px;
  padding: 10px 0;
}

.tooltip.left, .tooltip.top-left, .tooltip.bottom-left {
  margin-left: -9px;
  padding: 0 10px;
}

.tooltip-inner {
  padding: 28px 28px 23px;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: 4px 9px 16px 0px rgba(0, 0, 0, 0.38);
}

.tooltip-arrow {
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: #000;
  border-style: solid;
  transform: rotate(-45deg);
  background-color: #fff;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 0 0 1px 1px;
}

.tooltip.top-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.top-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -10px;
  border-width: 1px 1px 0 0;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -10px;
  border-width: 0 1px 1px 0;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -10px;
  border-width: 1px 0 0 1px;
}

/*=====  End of tooltip  ======*/
/*=============================
=            modal            =
=============================*/
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: 0.2;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: 0.5;
}

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  transform: translate(0, 0);
}

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}

.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}

.modal-header {
  min-height: 16.42857143px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

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

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .modal-lg {
    width: 900px;
  }
}
/*=====  End of modal  ======*/
/*================================
=            dropdown            =
================================*/
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #262626;
  text-decoration: none;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #337ab7;
  outline: 0;
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  color: #777;
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

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

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

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  content: "";
  border-top: 0;
  border-bottom: 4px solid;
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    right: auto;
    left: 0;
  }
}
/*=====  End of dropdown  ======*/
/*==============================
=            Colaps            =
==============================*/
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition-timing-function: ease;
  transition-duration: 0.35s;
  transition-property: height, visibility;
}

/*=====  End of Colaps  ======*/
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 100;
  src: url("../fonts/libre_franklin/librefranklin-thinitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-thinitalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-thinitalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-thinitalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-thinitalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: 200;
  font-weight: italic;
  src: url("../fonts/libre_franklin/librefranklin-extralightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-extralightitalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-extralightitalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-extralightitalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-extralightitalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/libre_franklin/librefranklin-lightitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-lightitalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-lightitalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-lightitalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-lightitalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/libre_franklin/librefranklin-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-italic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-italic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-italic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-italic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 500;
  src: url("../fonts/libre_franklin/librefranklin-mediumitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-mediumitalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-mediumitalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-mediumitalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-mediumitalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 600;
  src: url("../fonts/libre_franklin/librefranklin-semibolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-semibolditalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-semibolditalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-semibolditalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-semibolditalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/libre_franklin/librefranklin-bolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-bolditalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-bolditalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-bolditalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-bolditalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 800;
  src: url("../fonts/libre_franklin/librefranklin-extrabolditalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-extrabolditalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-extrabolditalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-extrabolditalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-extrabolditalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: italic;
  font-weight: 900;
  src: url("../fonts/libre_franklin/librefranklin-blackitalic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-blackitalic-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-blackitalic-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-blackitalic-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-blackitalic-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/libre_franklin/librefranklin-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-thin-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-thin-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-thin-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-thin-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/libre_franklin/librefranklin-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-extralight-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-extralight-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-extralight-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-extralight-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/libre_franklin/librefranklin-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-light-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-light-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-light-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-light-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/libre_franklin/librefranklin-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-regular-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-regular-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-regular-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-regular-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/libre_franklin/librefranklin-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-medium-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-medium-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-medium-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-medium-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/libre_franklin/librefranklin-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-semibold-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-semibold-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-semibold-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-semibold-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/libre_franklin/librefranklin-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-bold-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-bold-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-bold-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-bold-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/libre_franklin/librefranklin-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-extrabold-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-extrabold-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-extrabold-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-extrabold-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "libre_franklin";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/libre_franklin/librefranklin-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/libre_franklin/librefranklin-black-webfont.woff2") format("woff2"), url("../fonts/libre_franklin/librefranklin-black-webfont.woff") format("woff"), url("../fonts/libre_franklin/librefranklin-black-webfont.ttf") format("truetype"), url("../fonts/libre_franklin/librefranklin-black-webfont.svg#libre_franklin") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-thin-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-thin-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-thin-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-thin-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-thin-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-extralight-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-extralight-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-extralight-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-extralight-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-extralight-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-light-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-light-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-light-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-light-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-regular-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-regular-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-regular-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-regular-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-medium-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-medium-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-medium-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-medium-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-semibold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-semibold-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-semibold-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-semibold-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-semibold-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-bold-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-bold-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-bold-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-bold-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-extrabold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-extrabold-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-extrabold-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-extrabold-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-extrabold-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "saira_extra_condensed";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/saira_extra_condensed/sairaextracondensed-black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/saira_extra_condensed/sairaextracondensed-black-webfont.woff2") format("woff2"), url("../fonts/saira_extra_condensed/sairaextracondensed-black-webfont.woff") format("woff"), url("../fonts/saira_extra_condensed/sairaextracondensed-black-webfont.ttf") format("truetype"), url("../fonts/saira_extra_condensed/sairaextracondensed-black-webfont.svg#saira_extra_condensed") format("svg");
}
@font-face {
  font-family: "opendyslexic";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/opendyslexic/OpenDyslexic-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/opendyslexic/OpenDyslexic-Regular.woff2") format("woff2"), url("../fonts/opendyslexic/OpenDyslexic-Regular.woff") format("woff"), url("../fonts/opendyslexic/OpenDyslexic-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "opendyslexic";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/opendyslexic/OpenDyslexic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/opendyslexic/OpenDyslexic-Bold.woff2") format("woff2"), url("../fonts/opendyslexic/OpenDyslexic-Bold.woff") format("woff"), url("../fonts/opendyslexic/OpenDyslexic-Bold.ttf") format("truetype");
}
.libre {
  font-family: libre_franklin, Helvetica, Arial, sans-serif;
}

.saira, .hmb_child_items, .hmb_parent_items, .header_slogan,
.saira_extra {
  font-family: "saira_extra_condensed", Helvetica, Arial, sans-serif;
}

body.dyslexic-font .libre {
  font-family: "OpenDyslexic", Arial, Helvetica, sans-serif !important;
}
body.dyslexic-font .saira, body.dyslexic-font .hmb_child_items, body.dyslexic-font .hmb_parent_items, body.dyslexic-font .header_slogan,
body.dyslexic-font .saira_extra {
  font-family: "OpenDyslexic", Arial, Helvetica, sans-serif !important;
}

/*=====================================
=            base elements            =
=====================================*/
body {
  line-height: 1.2;
  font-size: 0.9375rem;
  margin: 0;
  font-family: libre_franklin, Helvetica, Arial, sans-serif;
  font-weight: 500;
}

.wrapper {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}
body.yellow:not(.reader-mode) a {
  color: var(--yellow);
}
@media screen and (min-width: 1025px) {
  body.yellow:not(.reader-mode) a:hover {
    text-decoration: underline !important;
  }
}

a:hover,
a:focus,
a:active {
  outline: none;
}

textarea,
input,
select,
button,
a {
  outline: none;
  box-shadow: none !important;
  font-family: inherit;
}

select,
input[type=color], input[type=date], input[type=datetime], input[type=datetime-local], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], input:not([type]), textarea,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

select,
option {
  cursor: pointer;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #000;
  -webkit-box-shadow: 0 0 0px 1000px #000 inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
  color: #000 !important;
}

textarea {
  overflow: auto;
}

[disabled] {
  cursor: not-allowed;
}

h1 {
  font-weight: 400;
  margin: 0;
}

/*=====  End of base elements  ======*/
/*==============================
=            header            =
==============================*/
.page_content {
  float: right;
  width: calc(100% - 350px);
  background-color: var(--white);
}

.header {
  width: 350px;
  height: 100vh;
  position: fixed;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  z-index: 1030;
}

.header_sidebar {
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  position: relative;
  max-width: 100%;
  z-index: 15;
}

.header_content {
  padding: 5.2631578947vh 50px 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
  -o-align-items: stretch;
  align-items: stretch;
  -ms-flex-align: stretch;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
  width: 100%;
  background-color: #fff;
  border-right: 1px solid #F6F6F6;
}
body.yellow:not(.reader-mode) .header_content {
  background-color: var(--black);
  color: var(--yellow);
  border-color: var(--yellow);
}

.web_logo_wrap {
  position: relative;
  display: block;
}
@media screen and (min-width: 1025px) {
  .web_logo_wrap:hover .web_logo {
    opacity: 0;
  }
  .web_logo_wrap:hover .web_logo_hover {
    opacity: 1;
  }
}

.web_logo_hover {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 5;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0;
}
body.yellow:not(.reader-mode) .web_logo_hover path {
  fill: var(--yellow) !important;
}

.web_logo {
  width: 250px;
  height: 66px;
  opacity: 1;
  transition: all 0.3s ease-in-out 0s;
}

.mbw_item_wrap {
  padding: 0 5px;
}

.mbw_item {
  height: 50px;
}

.menu_btn {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
  background-color: #1e273d;
  color: #fff;
  fill: #fff;
  padding: 0 11px;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.menu_btn .icon {
  width: 28px;
  height: 26px;
  transition: all 0.3s ease-in-out 0.2s;
}
.menu_btn .text {
  padding-left: 30px;
}
.menu_btn .text2 {
  display: none;
}
.menu_btn .icon_wrap {
  position: relative;
}
body.yellow:not(.reader-mode) .menu_btn .icon_wrap svg path {
  fill: var(--black);
}
.menu_btn .hmb {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s ease-in-out 0.2s;
}
body.yellow:not(.reader-mode) .menu_btn .hmb {
  background-color: var(--yellow);
}
.menu_btn .hmb::before, .menu_btn .hmb::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  transition: all 0.3s ease-in-out 0.4s;
}
body.yellow:not(.reader-mode) .menu_btn .hmb::before, body.yellow:not(.reader-mode) .menu_btn .hmb::after {
  background-color: var(--black);
}
.menu_btn .hmb::before {
  top: -4px;
}
.menu_btn .hmb::after {
  top: 4px;
}
@media screen and (min-width: 1025px) {
  .menu_btn:hover .icon {
    opacity: 0;
  }
  .menu_btn:hover .hmb {
    opacity: 1;
  }
}
body.yellow:not(.reader-mode) .menu_btn {
  background-color: var(--yellow);
  color: var(--black);
  fill: var(--black);
}

.search_btn {
  width: 50px;
  background-color: #d7d7d7;
  fill: #1e273d;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
  transition: all 0.15s ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .search_btn:hover {
    fill: #d7d7d7;
    background-color: #1e273d;
  }
}
.search_btn .icon {
  width: 24px;
  height: 23px;
}
body.yellow:not(.reader-mode) .search_btn {
  background-color: var(--yellow);
}
body.yellow:not(.reader-mode) .search_btn svg path {
  fill: var(--black);
}

.menu_btn_line {
  margin: 0 -5px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
  padding: 6.5263157895vh 0 4.2105263158vh;
}

.menu_btn_wrap {
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
}

.search_btn_wrap {
  box-flex: 0;
  -moz-flex: 0;
  flex: 0;
}

.hqb_icon_wrap {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
}
body.yellow:not(.reader-mode) .hqb_icon_wrap svg path,
body.yellow:not(.reader-mode) .hqb_icon_wrap svg rect {
  fill: var(--black) !important;
}

.hqb_item {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  -o-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: start;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
  fill: #fff;
  margin-bottom: 1px;
  cursor: pointer;
  position: relative;
}
.hqb_item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  transition: all 0.15s ease-out 0s;
}
body.yellow:not(.reader-mode) .hqb_item::before {
  border-color: var(--yellow);
}
@media screen and (min-width: 1025px) {
  .hqb_item:hover::before {
    opacity: 1;
  }
}

.hqb_item_login {
  fill: #06832F;
  text-transform: uppercase;
}
.hqb_item_login::before {
  border-color: #8ECC09;
}
.hqb_item_login .hqb_icon_wrap {
  background-color: #8ECC09;
}
.hqb_item_login .hqb_icon {
  width: 23px;
  height: 22px;
}

.hqb_item_phone {
  font-weight: 600;
}
.hqb_item_phone::before {
  border-color: #1e273d;
}
.hqb_item_phone .hqb_icon_wrap {
  background-color: #1e273d;
}
.hqb_item_phone .hqb_icon {
  width: 21px;
  height: 21px;
}
.hqb_item_card::before {
  border-color: #000;
}
.hqb_item_card .hqb_icon_wrap {
  background-color: #000;
}
.hqb_item_card .hqb_icon {
  width: 28px;
  height: 24px;
}

.hqb_item_kartosfera::before {
  border-color: #00815e;
}
.hqb_item_kartosfera .hqb_icon_wrap {
  background-color: #00815e;
}
.hqb_item_kartosfera .hqb_icon {
  width: 28px;
  height: 24px;
}

.hqb_item_find::before {
  border-color: #06832F;
}
body.yellow:not(.reader-mode) .hqb_item_find::before {
  border-color: var(--yellow);
}
.hqb_item_find .hqb_icon_wrap {
  background-color: #06832F;
}
.hqb_item_find .hqb_icon {
  width: 30px;
  height: 19px;
}

.hqb_item_kariera::before {
  border-color: #1e273d;
}
.hqb_item_kariera .hqb_icon_wrap {
  background-color: #1e273d;
}
.hqb_item_kariera .hqb_icon {
  width: 21px;
  height: 21px;
}

.hqb_item_earch::before {
  border-color: #3ba020;
}
.hqb_item_earch .hqb_icon_wrap {
  background-color: #3ba020;
}
.hqb_item_earch .hqb_icon {
  width: 30px;
  height: 28px;
}

.hqb_item_ecorpo::before {
  border-color: #434343;
}
.hqb_item_ecorpo .hqb_icon_wrap {
  background-color: #434343;
}
.hqb_item_ecorpo .hqb_icon {
  width: 30px;
  height: 30px;
}

.hqb_text {
  padding-left: 19px;
}

.header_bottom {
  margin-top: auto;
  padding-top: 5.2631578947vh;
}

.header_slogan {
  font-size: 2.25rem;
  letter-spacing: 0.04em;
  font-weight: 800;
  color: #242424;
  padding-bottom: 5.2631578947vh;
}
body.yellow:not(.reader-mode) .header_slogan {
  color: var(--yellow);
}

.header_social_wrap {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
  background-color: #EBEBEB;
  fill: #737373;
  transition: all 0.15s ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .header_social_wrap:hover {
    fill: #EBEBEB;
    background-color: #737373;
  }
}
body.yellow:not(.reader-mode) .header_social_wrap {
  background-color: var(--yellow);
  fill: #242424;
}

.header_social_icon {
  width: 12px;
  height: 21px;
}

.menu_open .header_content {
  background-color: #F6F6F6;
}
.menu_open .header_close {
  opacity: 0.95;
  visibility: visible;
}
.menu_open .header_menu_box {
  transform: translateX(calc(100% - 350px));
}
.menu_open .search_btn_wrap {
  display: none;
}
.menu_open .menu_btn .icon {
  opacity: 0;
}
.menu_open .menu_btn .hmb {
  opacity: 1;
  background-color: transparent;
}
.menu_open .menu_btn .hmb::before, .menu_open .menu_btn .hmb::after {
  top: 0;
}
.menu_open .menu_btn .hmb::before {
  transform: rotate(45deg);
}
.menu_open .menu_btn .hmb::after {
  transform: rotate(-45deg);
}
.menu_open .menu_btn .text1 {
  display: none;
}
.menu_open .menu_btn .text2 {
  display: block;
}
@media screen and (min-width: 1025px) {
  .menu_open .menu_btn:hover .hmb::before, .menu_open .menu_btn:hover .hmb::after {
    transition: all 0.3s ease-in-out 0s;
    transform: rotate(0deg);
  }
}

.header_close {
  background-color: #1e273d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}

.header_menu_box {
  width: 1280px;
  padding-left: 350px;
  max-width: 100vw;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  transition: 1s;
}

.hmb_content {
  padding: 0 50px;
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
}

.hmb_row {
  padding-top: 15.7894736842vh;
  margin: auto -42px;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  max-height: calc(100vh - 80px);
}
.hmb_row .caret {
  display: none;
}

.hmb_col {
  padding: 0 42px;
  width: 50%;
  position: relative;
}

.hmb_col_menu {
  padding: 11.8947368421vh 0 15.7894736842vh;
}
.hmb_col_menu .dropdown-menu {
  display: none;
}

.hmb_parent_items {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 2.8125rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #1e273d;
}
.hmb_parent_items .menu-item {
  counter-increment: step-counter;
}
.hmb_parent_items .menu-item.open a {
  color: #8ECC09;
}
body.yellow:not(.reader-mode) .hmb_parent_items .menu-item.open a {
  color: var(--yellow);
}
@media screen and (min-width: 1025px) {
  .hmb_parent_items .menu-item.open a:hover {
    color: #8ECC09;
  }
  body.yellow:not(.reader-mode) .hmb_parent_items .menu-item.open a:hover {
    color: var(--yellow);
  }
}
.hmb_parent_items .menu-item a {
  padding: 2.3157894737vh 0 2.3157894737vh 14px;
  display: inline-block;
  position: relative;
  transition: all 0.15s ease-out 0s;
  cursor: pointer;
}
@media screen and (min-width: 1025px) {
  .hmb_parent_items .menu-item a:hover {
    color: #8ECC09;
  }
}
.hmb_parent_items .menu-item a::before {
  content: "." counter(step-counter);
  position: absolute;
  font-size: 1.1875rem;
  left: -5px;
  top: 14px;
  color: #484848;
  opacity: 0.65;
}
body.yellow:not(.reader-mode) .hmb_parent_items .menu-item a::before {
  color: var(--yellow);
}
.hmb_parent_items .menu-item a.open {
  color: #8ECC09;
}
@media screen and (min-width: 1025px) {
  .hmb_parent_items .menu-item a.open:hover {
    color: #8ECC09;
  }
}

.hmb_col_parent {
  position: relative;
}
.hmb_col_parent.open {
  z-index: 10;
}

.hmb_col_submenu {
  position: absolute;
  top: 11.8947368421vh;
  left: 100%;
  padding: 0 42px;
  width: 100%;
  height: calc(100% - 11.8947368421vh);
  background-color: #fff;
}
body.yellow:not(.reader-mode) .hmb_col_submenu {
  background-color: var(--black);
  color: var(--yellow);
}

.hmb_child_items_wrap {
  height: 100%;
  overflow-y: auto;
}

.hmb_child_items {
  list-style: none;
  padding: 17px 0 0;
  margin: 0;
  font-size: 1.6875rem;
  letter-spacing: 0.02em;
  color: #1e273d;
}
.hmb_child_items > .menu-item {
  height: 0;
  overflow: hidden;
  counter-increment: sub-counter;
}
.hmb_child_items > .menu-item.open {
  height: auto;
}
.hmb_child_items > .menu-item.open .sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.hmb_child_items > .menu-item > a {
  display: none;
}
.hmb_child_items .sub-menu {
  visibility: hidden;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 0.3s ease-in-out 0s;
  list-style: none;
  margin: 0;
  position: relative;
  padding: 12px 0 0 18px;
}
.hmb_child_items .sub-menu::before {
  content: "." counter(sub-counter);
  position: absolute;
  font-size: 1.1875rem;
  left: 0;
  top: 0;
  color: #484848;
  opacity: 0.65;
}
body.yellow:not(.reader-mode) .hmb_child_items .sub-menu::before {
  color: var(--yellow);
}
.hmb_child_items .sub-menu .menu-item {
  padding: 0.7368421053vh 0;
}
.hmb_child_items .sub-menu .menu-item a {
  position: relative;
  line-height: 1.5;
  display: block;
  text-transform: lowercase;
  transition: all 0.3s ease-in-out 0s;
}
.hmb_child_items .sub-menu .menu-item a::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: #E2E2E2;
  transition: all 0.3s ease-in-out 0s;
}
body.yellow:not(.reader-mode) .hmb_child_items .sub-menu .menu-item a::before {
  background-color: var(--yellow);
}
@media screen and (min-width: 1025px) {
  .hmb_child_items .sub-menu .menu-item a:hover {
    color: #8ECC09;
  }
  body.yellow:not(.reader-mode) .hmb_child_items .sub-menu .menu-item a:hover {
    color: var(--yellow);
  }
  .hmb_child_items .sub-menu .menu-item a:hover::before {
    width: 120px;
    background-color: #1e273d;
  }
}

.hmb_search_line {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
}

.hmb_search_input {
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  border: 0;
  background-color: #E2E2E2;
  padding: 0 30px;
  font-size: 0.8125rem;
  font-weight: 300;
  letter-spacing: 0.04em;
  color: #868686;
}
body.yellow:not(.reader-mode) .hmb_search_input {
  background-color: var(--yellow);
  color: var(--black);
}
body.yellow:not(.reader-mode) .hmb_search_input::-moz-placeholder {
  color: var(--black);
}
body.yellow:not(.reader-mode) .hmb_search_input::placeholder {
  color: var(--black);
}

.hmb_search_btn {
  width: 50px;
  height: 50px;
  fill: #fff;
  background-color: #1e273d;
  border: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-align: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  box-pack: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-box-lines: single;
  -moz-box-lines: single;
  box-lines: single;
  flex-wrap: nowrap;
  transition: all 0.15s ease-out 0s;
}
body.yellow:not(.reader-mode) .hmb_search_btn {
  background-color: var(--black);
  fill: var(--yellow);
  border: 1px solid var(--yellow);
}
@media screen and (min-width: 1025px) {
  .hmb_search_btn:hover {
    background-color: #d7d7d7;
    fill: #1e273d;
  }
  body.yellow:not(.reader-mode) .hmb_search_btn:hover {
    background-color: var(--black);
    fill: var(--yellow);
  }
}
.hmb_search_btn .icon {
  width: 24px;
  height: 23px;
}

.hmb_search_more {
  text-align: center;
  margin-top: auto;
}
.hmb_search_more .d_btn {
  fill: #1e273d;
  line-height: 40px;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
}
body.yellow:not(.reader-mode) .hmb_search_more .d_btn {
  background-color: var(--yellow);
  color: var(--black);
  fill: var(--black);
}
@media screen and (min-width: 1025px) {
  .hmb_search_more .d_btn:hover {
    background-color: #8ECC09;
  }
  body.yellow:not(.reader-mode) .hmb_search_more .d_btn:hover {
    background-color: var(--yellow);
  }
}
.hmb_search_more .d_btn span {
  top: 0;
  transform: translateY(0);
}

.hmb_col_search {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
}

.hmb_search_results_wrap {
  box-flex: 1;
  -moz-flex: 1;
  flex: 1;
  position: relative;
  opacity: 0;
  transform: translateY(-50px);
  visibility: hidden;
  transition: all 0.15s ease-out 0s;
}
.hmb_search_results_wrap.open {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.hmb_search_results {
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 7.3684210526vh 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  box-orient: vertical;
  box-direction: normal;
  -moz-flex-direction: column;
  flex-direction: column;
}

.hmb_search_items {
  height: calc(100% - 72px);
  overflow-y: auto;
  color: #1e273d;
}

.hmb_search_item {
  padding: 20px 0 36px;
  display: block;
}

@media screen and (min-width: 1025px) {
  .hmb_search_item_hover:hover .hmbs_title {
    color: #8ECC09;
  }
  body.yellow:not(.reader-mode) .hmb_search_item_hover:hover .hmbs_title {
    color: var(--yellow);
  }
  .hmb_search_item_hover:hover .hmb_search_item_in::before {
    width: 70px;
  }
  .hmb_search_item_hover:hover .hmbs_arrow {
    opacity: 1;
  }
}

.hmb_search_item_in {
  padding: 0 10px;
  position: relative;
}
.hmb_search_item_in::before {
  content: "";
  position: absolute;
  bottom: -14px;
  left: 0;
  width: 35px;
  height: 1px;
  background-color: #E2E2E2;
  transition: all 0.15s ease-out 0s;
}
body.yellow:not(.reader-mode) .hmb_search_item_in::before {
  background-color: var(--yellow);
}

.hmbs_title {
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 5px;
  transition: all 0.15s ease-out 0s;
}

.hmbs_content {
  font-size: 0.8125rem;
  line-height: 1.3846153846;
}

.hmbs_arrow {
  position: absolute;
  right: 10px;
  bottom: -16px;
  width: 12px;
  height: 5px;
  opacity: 0;
  transition: all 0.15s ease-out 0s;
}

.hmb_quick_links {
  position: relative;
  z-index: 10;
}

.hmb_ql_items {
  margin: 0 -16px;
  padding: 20px 0;
  list-style: none;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  font-size: 0.8125rem;
  font-weight: 400;
  color: #868686;
}
.hmb_ql_items .menu-item {
  padding: 0 16px;
}
.hmb_ql_items a {
  transition: all 0.15s ease-out 0s;
}
@media screen and (min-width: 1025px) {
  .hmb_ql_items a:hover {
    color: #8ECC09;
  }
}

@media screen and (max-width: 1399px) {
  .page_content {
    width: calc(100% - 280px);
  }
  .header {
    width: 280px;
  }
  .header_content {
    padding-left: 25px;
    padding-right: 25px;
  }
  .hmb_ql_items {
    font-size: 0.6875rem;
  }
}
@media screen and (max-width: 1199px) {
  .hmb_parent_items {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 1024px) {
  .page_content {
    width: 100%;
    padding-top: 70px;
  }
  .header {
    width: 100%;
    height: 70px !important;
  }
  .header_sidebar {
    display: none;
  }
  .header_sm {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
  }
  .header_sm::after {
    clear: both;
    content: "";
    display: table;
  }
  .header_sm::after {
    content: "";
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #EBEBEB;
  }
  .header_sm_btn {
    width: 50px;
    background-color: #1e273d;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.6875rem;
    color: #fff;
    text-align: center;
    height: 100%;
    padding-top: 17px;
    cursor: pointer;
    float: left;
    position: relative;
    z-index: 2;
  }
  body.yellow:not(.reader-mode) .header_sm_btn {
    background-color: var(--black);
    color: var(--yellow);
    border-color: var(--yellow);
  }
  .header_sm_btn .icon {
    display: inline-block;
    position: relative;
  }
  .header_sm_btn .icon::before, .header_sm_btn .icon::after {
    content: "";
    width: 26px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    left: -3px;
    transition: all 0.3s ease-in-out 0s;
    opacity: 0;
  }
  .header_sm_btn .icon::before {
    transform: rotate(45deg);
  }
  .header_sm_btn .icon::after {
    transform: rotate(-45deg);
  }
  .header_sm_btn svg {
    width: 21px;
    height: 20px;
    fill: #fff;
    transition: all 0.3s ease-in-out 0s;
    opacity: 1;
  }
  .header_sm_btn span {
    padding-top: 4px;
    display: block;
  }
  .header_sm_btn.open svg {
    opacity: 0;
  }
  .header_sm_btn.open .icon::before, .header_sm_btn.open .icon::after {
    opacity: 1;
  }
  .header_sm_logo {
    float: left;
    height: 100%;
    display: block;
    padding-left: 6.5%;
  }
  body.yellow:not(.reader-mode) .header_sm_logo {
    background-color: var(--black);
  }
  .header_sm_logo img {
    width: 295px;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
  .header_sm_icons {
    font-size: 0;
    float: right;
    padding-right: 10px;
    padding-top: 10px;
  }
  .header_sm_icons a {
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    margin-left: 1px;
  }
  .header_sm_search {
    float: right;
    height: 100%;
    position: relative;
    z-index: 3;
  }
  .header_sm_search button {
    width: 50px;
    height: 100%;
    border: none;
    border-radius: 0;
    background-color: #d7d7d7;
    position: relative;
    z-index: 5;
    transition: all 0.3s ease-in-out 0s;
  }
  .header_sm_search button svg {
    width: 24px;
    height: 24px;
    fill: #1e273d;
    transition: all 0.3s ease-in-out 0s;
  }
  .header_sm_search .show_input {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 6;
  }
  .header_sm_search .close_s {
    position: absolute;
    top: 0;
    background-color: #06832F;
    width: 40px;
    height: 100%;
    text-align: center;
    z-index: 2;
    right: 270px;
    color: #fff;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(270px);
  }
  .header_sm_search .close_s span {
    display: inline-block;
    transform: rotate(-90deg);
    padding-left: 12px;
    position: relative;
    top: 50%;
  }
  .header_sm_search input {
    border-radius: 0;
    border: none;
    width: 220px;
    right: 50px;
    top: 0;
    height: 100%;
    background-color: #d7d7d7;
    position: absolute;
    z-index: 3;
    transition: all 0.3s ease-in-out 0s;
    transform: translateX(100%);
    padding: 5px 20px;
    font-size: 0.8125rem;
    color: #1e273d;
    font-weight: 300;
  }
  .header_sm_search.open button {
    background-color: #1e273d;
  }
  .header_sm_search.open button svg {
    fill: #fff;
  }
  .header_sm_search.open .show_input {
    display: none;
  }
  .header_sm_search.open input {
    transform: translateX(0%);
  }
  .header_sm_search.open .close_s {
    transform: translateX(0%);
  }
  .header_menu_box {
    display: block;
    top: 70px;
    height: calc(100vh - 70px);
    padding-left: 0;
    transform: translateY(-110%);
  }
  .hmb_col_menu {
    padding: 0 !important;
  }
  .hmb_col {
    padding-right: 0;
  }
  .hmb_row {
    padding-top: 0px !important;
    overflow-y: scroll;
  }
  .hmb_content {
    height: 100%;
  }
  .hmb_parent_items .menu-item a {
    padding: 1.5vh 0 2.6vh 14px;
  }
  .hmb_col_submenu {
    top: -10px !important;
    height: 100%;
  }
  .hmb_col_menu_icon {
    padding-top: 10.7vh;
  }
  .menu_open .header_menu_box {
    transform: translateY(0%);
  }
  .menu_open .header_sm_btn svg {
    opacity: 0;
  }
  .menu_open .header_sm_btn .icon::before, .menu_open .header_sm_btn .icon::after {
    opacity: 1;
  }
  .hqb_item_face .hqb_icon_wrap {
    background-color: #d9d9d9;
  }
  .hqb_item_face .hqb_icon {
    width: 12px;
    height: 21px;
    fill: #737373;
  }
}
@media screen and (max-width: 767px) {
  .page_content {
    padding-top: 50px;
  }
  .header {
    height: 50px !important;
  }
  .header_sm .hqb_item_login {
    float: right;
    z-index: 5;
  }
  .header_sm_btn {
    font-size: 0.5rem;
    padding-top: 10px;
  }
  .header_sm_btn .icon::before, .header_sm_btn .icon::after {
    left: -1px;
    width: 20px;
  }
  .header_sm_btn svg {
    width: 18px;
    height: 18px;
  }
  .header_sm_btn span {
    padding-top: 2px;
  }
  .header_sm_logo {
    width: calc(100% - 100px);
    text-align: center;
    padding-right: 6.5%;
  }
  .header_sm_logo img {
    max-width: 100%;
    width: 205px;
  }
  .header_menu_box {
    top: 50px;
    height: calc(100vh - 50px);
    overflow-y: scroll;
    transform: translateX(-110%);
  }
  .menu_open .header_menu_box {
    transform: translateX(0%);
  }
  .hmb_content {
    padding: 0 20px;
  }
  .hmb_col {
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .hmb_row {
    margin: 0;
    max-height: none !important;
    overflow: unset;
    display: block;
  }
  .hmb_parent_items {
    font-size: 2rem;
  }
  .hmb_parent_items .menu-item a {
    padding: 1.5vh 0 2.6vh 14px;
  }
  .hmb_parent_items .menu-item a::before {
    font-size: 1rem;
    top: 3px;
  }
  .header_sm_search {
    float: none;
    height: 40px;
    width: 100%;
    font-size: 0;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .header_sm_search button {
    width: 40px;
    background-color: #1e273d;
    vertical-align: top;
  }
  .header_sm_search button svg {
    fill: #fff;
    width: 18px;
    height: 18px;
  }
  .header_sm_search input {
    width: calc(100% - 40px);
    height: 100%;
    vertical-align: top;
    position: relative;
    right: 0;
    transform: translateX(0%);
    border: none;
    background-color: #d7d7d7;
    font-size: 0.75rem;
  }
  body.yellow:not(.reader-mode) .header_sm_search input {
    background-color: var(--yellow);
  }
  .hmb_col_menu_icon {
    padding: 30px 0 0px;
  }
  .hmb_ql_items {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }
  .hmb_ql_items {
    padding: 32px 0 45px;
  }
  .hmb_ql_items .menu-item {
    padding: 11px 16px;
  }
  .header_sm_close_sub {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    z-index: 50;
    display: none;
  }
  .header_sm_close_sub::before {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 31px;
    background-color: #1e273d;
    position: absolute;
  }
  .header_sm_close_sub::after {
    content: "";
    left: 4px;
    right: 0;
    top: 16px;
    width: 8px;
    height: 8px;
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    margin: auto;
  }
  .hmb_col_submenu {
    top: 0 !important;
    left: -20px;
    padding: 0 20px;
    width: calc(100% + 40px);
    height: 100%;
    z-index: 10;
    transition: all 0.5s ease-in-out 0s;
    transform: translateX(-100%);
    pointer-events: none;
  }
  .open_sub_menu .header_sm_close_sub {
    display: block;
  }
  .open_sub_menu .hmb_col_submenu {
    transform: translateX(0%);
    pointer-events: auto;
  }
}
/*=====  End of header  ======*/
/*==============================
=            Footer            =
==============================*/
.footer {
  background-color: #1e273d;
  color: #fff;
  padding: 100px 0;
}
body.yellow:not(.reader-mode) .footer {
  background-color: var(--black);
}

.footer_top::after,
.footer_bot::after {
  clear: both;
  content: "";
  display: table;
}

.footer_top_l .hqb_item_login {
  float: left;
  width: 195px;
  color: #06832F;
  background-color: #fff;
}
.footer_top_l .hqb_text {
  padding-left: 23px;
}
.footer_top_l .logo_wrap {
  display: inline-block;
  vertical-align: middle;
  float: left;
  padding-top: 8px;
}

.footer_top_r {
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -moz-flex;
  display: flex;
  color: #fff;
  font-size: 0.8125rem;
  line-height: 1.3846153846;
  position: relative;
}
body.yellow:not(.reader-mode) .footer_top_r {
  color: var(--yellow);
}
.footer_top_r::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fdf8e8;
  position: absolute;
  left: 0;
  top: 25px;
}
body.yellow:not(.reader-mode) .footer_top_r::before {
  background-color: var(--yellow);
}
.footer_top_r .el {
  width: 50%;
  padding-left: 9.2%;
}
.footer_top_r .title {
  color: #8ECC09;
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1.1;
  padding-bottom: 23px;
}
body.yellow:not(.reader-mode) .footer_top_r .title {
  color: var(--yellow);
}
.footer_top_r .adres {
  padding-bottom: 19px;
}
.footer_top_r a {
  display: block;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .footer_top_r a:hover {
    color: #8ECC09;
  }
}

.footer_bot {
  padding-top: 80px;
}

.footer_menu {
  list-style: none;
  padding-left: 0;
  margin: 0 0 0 -15px;
  font-size: 0.8125rem;
  float: left;
}
.footer_menu li {
  display: inline-block;
}
.footer_menu a {
  display: block;
  padding: 10px 15px;
  transition: all 0.3s ease-in-out 0s;
}
@media screen and (min-width: 1025px) {
  .footer_menu a:hover {
    color: #8ECC09;
  }
}
body.yellow:not(.reader-mode) .footer_menu a {
  color: var(--yellow);
}

.footer_epicup {
  float: right;
  font-weight: 200;
  color: #8c8c8c;
  font-size: 0.8125rem;
}
body.yellow:not(.reader-mode) .footer_epicup {
  color: var(--yellow);
}
.footer_epicup .epicup_logo {
  width: 64px;
  height: 30px;
  vertical-align: middle;
  margin-left: 10px;
}
.footer_epicup .epicup_logo .el1 {
  fill: #fff;
  transition: all 0.3s ease-in-out 0s;
}
body.yellow:not(.reader-mode) .footer_epicup .epicup_logo .el1 {
  fill: var(--yellow);
}
.footer_epicup .epicup_logo .el2 {
  fill: #505155;
  transition: all 0.3s ease-in-out 0s;
}
body.yellow:not(.reader-mode) .footer_epicup .epicup_logo .el2 {
  fill: var(--yellow);
}
@media screen and (min-width: 1025px) {
  .footer_epicup .epicup_logo:hover .el1 {
    fill: #fcb433;
  }
  body.yellow:not(.reader-mode) .footer_epicup .epicup_logo:hover .el1 {
    fill: var(--yellow);
  }
  .footer_epicup .epicup_logo:hover .el2 {
    fill: #fff;
  }
  body.yellow:not(.reader-mode) .footer_epicup .epicup_logo:hover .el2 {
    fill: var(--yellow);
  }
}
.footer_epicup span {
  vertical-align: middle;
}

/*=====  End of Footer  ======*/
/*===============================
=            cookies            =
===============================*/
#CookieAlert {
  background-color: #8ECC09 !important;
  border-top: 1px solid #06832F !important;
}
#CookieAlert > div {
  color: #fff;
}

.cooki_box {
  width: 100%;
  height: 62px;
  position: fixed;
  right: 0;
  bottom: 0;
  border: 1px solid #e1e1e1;
  background-color: #FFF;
  z-index: 999;
  line-height: 62px;
  overflow: hidden;
  display: none;
}
.cooki_box img {
  float: left;
  position: relative;
  top: -30px;
}
.cooki_box span {
  font-size: 0.875rem;
  color: #5b5b5b;
  padding-left: 50px;
  padding-right: 6px;
}
.cooki_box a {
  color: #5b5b5b;
  font-size: 0.875rem;
  font-weight: 800;
  transition: all 0.3s ease-in-out;
}
.cooki_box a:hover {
  color: #0a1e60;
}
.cooki_box button {
  line-height: 34px;
  height: 34px;
  border: none;
  display: block;
  width: 126px;
  text-align: center;
  color: #FFF;
  background-color: #0a1e60;
  float: right;
  font-size: 0.9375rem;
  margin-top: 15px;
  margin-right: 46px;
  transition: all 0.3s ease-in-out;
}
.cooki_box button:hover {
  background-color: #BE2D2D;
}

/*=====  End of cookies  ======*/
@media screen and (max-height: 799px) {
  /*==============================
  =            header            =
  ==============================*/
  .header_slogan {
    display: none;
  }
  /*=====  End of header  ======*/
}
@media screen and (max-width: 1024px) {
  /*==============================
  =            footer            =
  ==============================*/
  .footer {
    padding: 77px 0 17px;
  }
  .footer_top {
    border-bottom: 1px solid #fdf8e8;
    padding-bottom: 37px;
  }
  .footer_top_l .hqb_item_login {
    width: 190px;
  }
  .footer_top_l .hqb_icon_wrap {
    width: 45px;
    height: 45px;
  }
  .footer_top_l .logo_wrap {
    padding-top: 34px;
  }
  .footer_top_l .logo_wrap img {
    width: 63px;
  }
  .footer_top_r {
    font-size: 0.75rem;
  }
  .footer_top_r .el {
    width: auto;
    padding-left: 0;
  }
  .footer_top_r .el:last-child {
    padding-left: 44px;
  }
  .footer_bot {
    padding-top: 14px;
  }
  .footer_epicup .epicup_logo {
    width: 53px;
    height: 24px;
    margin-left: 7px;
  }
  /*=====  End of footer  ======*/
  /*===============================
  =            cookies            =
  ===============================*/
  .cooki_box img {
    display: none;
  }
  .cooki_box span {
    padding-left: 0;
  }
  .cooki_box button {
    margin-right: 0;
  }
  /*=====  End of cookies  ======*/
}
@media screen and (max-width: 767px) {
  .page_content {
    padding-top: 50px;
  }
  /*==============================
  =            Header            =
  ==============================*/
  .header {
    height: 50px;
  }
  /*=====  End of Header  ======*/
  /*==============================
  =            footer            =
  ==============================*/
  .footer {
    padding-top: 40px;
  }
  .footer_top {
    padding-bottom: 20px;
  }
  .footer_top_r {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    box-lines: multiple;
    flex-wrap: wrap;
  }
  .footer_top_r::before {
    display: none;
  }
  .footer_top_r .el {
    width: 100%;
  }
  .footer_top_r .el::after {
    clear: both;
    content: "";
    display: table;
  }
  .footer_top_r .el:first-child {
    padding-bottom: 31px;
  }
  .footer_top_r .el:last-child {
    padding-left: 0px;
  }
  .footer_top_r .title {
    position: relative;
  }
  .footer_top_r .title::before {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fdf8e8;
    position: absolute;
    left: 0;
    bottom: 19px;
  }
  .footer_top_r .tel {
    display: block;
    float: left;
    width: 50%;
    padding: 6px 0;
  }
  .footer_top_l {
    padding-bottom: 55px;
  }
  .footer_top_l .logo_wrap {
    padding-right: 5%;
    padding-top: 9px;
  }
  .epicup_logo {
    width: 40px;
    height: 18px;
  }
  /*=====  End of footer  ======*/
  /*===============================
  =            cookies            =
  ===============================*/
  .cooki_box {
    line-height: 1.2;
    height: 86px;
  }
  .cooki_box span {
    display: block;
    width: 100%;
    padding: 15px 0 10px;
  }
  .cooki_box a {
    margin-top: 8px;
    display: inline-block;
  }
  .cooki_box button {
    margin-top: 0;
  }
  /*=====  End of cookies  ======*/
}
.scroll-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #00815E;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: opacity 0.3s, visibility 0.3s, background-color 0.3s;
  z-index: 1000;
}
body.yellow:not(.reader-mode) .scroll-to-top {
  background-color: var(--yellow);
  color: var(--black);
}
@media screen and (max-width: 1024px) {
  .scroll-to-top {
    width: 30px;
    height: 30px;
    right: 10px;
    bottom: 10px;
  }
}/*# sourceMappingURL=styles.css.map */