hr {
height: 4px;
border: 0;
margin: 0;
}

.button {
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
  min-width: 100px;
  padding: 15px 20px;
  padding-top: 14px;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-align: center;
  color: #31353b;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 25px;
  cursor: pointer; }
@media (max-width: 575px) {
    .button {
      padding: 10px 15px;
      padding-top: 9px; } }
.button:disabled, .button--disabled {
    /* stylelint-disable-next-line declaration-no-important */
    box-shadow: none !important; }
.button--link {
    border: none;
    background: transparent;
    color: #fff; }
.button--alt {
    border: 1px solid #fff;
    background: transparent;
    color: #fff; }
.button--sm {
    padding: 10px 15px;
    font-size: 14px; }
.button--outlined {
    border: 1px solid #009de0; }
.button--filled {
    color: #fff;
    background-color: #009de0;
    border-color: #009de0; }
.button--shadow {
    box-shadow: 0 5px 10px 0 rgba(0, 90, 168, 0.2);
    transition: box-shadow 0.2s; }
.button--shadow:hover {
      box-shadow: 0 5px 10px 0 rgba(0, 90, 168, 0.4); }
.button--shadow:active {
      box-shadow: 0 5px 10px 0 rgba(0, 90, 168, 0); }
.button--dropdown {
    padding-right: 45px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-image: url('assets/img/chevron-down-alt.svg');
    background-position: calc(100% - 15px) calc(50% + 1px);
    color: #fff;
    font-weight: 400;
    border-color: #fff; }
.button--dropdown-active {
    padding-right: 45px;
    background-color: #fff;
    color: #31353b;
    font-weight: 500;
    background-image: url('assets/img/chevron-down.svg');
    background-position: calc(100% - 15px) calc(50% + 1px);
    background-repeat: no-repeat;
    border: 1px solid transparent; }
.button > * {
    display: inline-block;
    vertical-align: middle;
    line-height: 1; }
.icon-button {
  transition: opacity 0.2s;
  cursor: pointer; }
.icon-button:not(.disabled):not(:disabled):hover {
    opacity: 0.9; }
.icon-button:not(.disabled):not(:disabled):active {
    opacity: 0.7; }
.eye .icon-button {
  font-size: inherit; }
  
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
.p {
  margin-top: 0;
  margin-bottom: 1em;
  font-weight: normal;
  line-height: normal; }
h1,
.h1 {
  font-family: "Roboto Slab", "Georgia", serif;
  font-size: 30px;
  color: #31353b; }
@media (max-width: 575px) {
    h1,
    .h1 {
      font-size: 24px; } }
h2,
.h2 {
  font-family: "Roboto Slab", "Georgia", serif;
  font-size: 24px;
  color: #31353b; 
  }
@media (max-width: 575px) {
    h2,
    .h2 {
      font-size: 20px; } }
h3,
.h3 {
  font-size: 20px;
  color: #31353b; }
@media (max-width: 575px) {
    h3,
    .h3 {
      font-size: 18px; } }
h4,
.h4 {
  font-size: 18px;
  color: #31353b; }
@media (max-width: 575px) {
    h4,
    .h4 {
      font-size: 16px; } }
h5,
.h5 {
  font-size: 16px;
  color: #31353b; }
@media (max-width: 575px) {
    h5,
    .h5 {
      font-size: 14px; } }
h6,
.h6 {
  font-size: 14px;
  color: #31353b; }
@media (max-width: 575px) {
    h6,
    .h6 {
      font-size: 12px; } }
p,
.p {
  font-size: 16px;
  line-height: 1.38;
  color: inherit; }
[_nghost-c0] {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  background: #ffffff;
}
hr {
height: 4px;
border: 0;
margin: 0;
}

a {
  display: inline-block;
  vertical-align: baseline;
  font: inherit;
  line-height: inherit;
  color: #1b7dd2;
  text-decoration: none; } 

.order-header[_ngcontent-c0] {
  min-height: 80px;
  padding-top: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  box-shadow: 0 15px 30px rgba(30, 48, 85, 0.06);
  position: relative;
}

.search-order[_ngcontent-c0] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 60px;
}

.search-order[_ngcontent-c0] .order__title[_ngcontent-c0] {
  align-self: center;
  margin: 0;
  color: #ffffff;
}

.personal-area[_ngcontent-c0] {
  display: flex;
  padding: 2em 0;
}

.personal-area__navbar[_ngcontent-c0] {
  flex: 0 0 180px;
  margin-right: 20px;
}

.personal-area__content[_ngcontent-c0] {
  flex: 1;
  max-width: calc(100% - 200px);
}

.nav-link--active[_ngcontent-c0] {
  background-color: #1b7dd2;
  color: #fff;
}

.eye .personal-area__navbar {
  flex-basis: 12em;
}
.blog-header-logo{
text-align: left;
}

[_nghost-c1] {

  position: relative;
  background-image: linear-gradient(241deg, #009fdf, #005aa8);
  color: #fff;
}

[_nghost-c1]::before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 4px solid rgba(204, 221, 236, 0.35);
}

.menu-item[_ngcontent-c1] {
  border-bottom: 4px solid transparent;
  color: #fff;
}

.menu-item.current[_ngcontent-c1] {
  border-bottom-color: #fff;
}

.lang-select[_ngcontent-c1] {
  font-size: inherit;
}

.footer[_ngcontent-c2] {
  position: relative;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #f7f7f7;
  border-top: 1px solid rgba(204, 221, 236, 0.35);
}

.footer[_ngcontent-c2]::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to top, rgba(255, 255, 255, 0.5), #1e3055);
  opacity: 0.03;
  pointer-events: none;
}
