/* Used SCSS libs in project */
.container,
.container-fluid,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

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

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

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

.row-cols-1 > * {
  flex: 0 0 100%;
  max-width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 50%;
  max-width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 25%;
  max-width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 20%;
  max-width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.33333333%;
    max-width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.66666667%;
    max-width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.33333333%;
    max-width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.66666667%;
    max-width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
}
/* Site SCSS */
@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin"), local("Roboto-Thin"), url("/fonts-y/Roboto/Robotothin.woff2") format("woff2"), url("/fonts-y/Roboto/Robotothin.woff") format("woff"), url("/fonts-y/Roboto/Robotothin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Thin Italic"), local("Roboto-ThinItalic"), url("/fonts-y/Roboto/Robotothinitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotothinitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotothinitalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light"), local("Roboto-Light"), url("/fonts-y/Roboto/Robotolight.woff2") format("woff2"), url("/fonts-y/Roboto/Robotolight.woff") format("woff"), url("/fonts-y/Roboto/Robotolight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Light Italic"), local("Roboto-LightItalic"), url("/fonts-y/Roboto/Robotolightitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotolightitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotolightitalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto"), local("Roboto-Regular"), url("/fonts-y/Roboto/Roboto.woff2") format("woff2"), url("/fonts-y/Roboto/Roboto.woff") format("woff"), url("/fonts-y/Roboto/Roboto.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Italic"), local("Roboto-Italic"), url("/fonts-y/Roboto/Robotoitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotoitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotoitalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium"), local("Roboto-Medium"), url("/fonts-y/Roboto/Robotomedium.woff2") format("woff2"), url("/fonts-y/Roboto/Robotomedium.woff") format("woff"), url("/fonts-y/Roboto/Robotomedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Medium Italic"), local("Roboto-MediumItalic"), url("/fonts-y/Roboto/Robotomediumitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotomediumitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotomediumitalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold"), local("Roboto-Bold"), url("/fonts-y/Roboto/Robotobold.woff2") format("woff2"), url("/fonts-y/Roboto/Robotobold.woff") format("woff"), url("/fonts-y/Roboto/Robotobold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Bold Italic"), local("Roboto-BoldItalic"), url("/fonts-y/Roboto/Robotobolditalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotobolditalic.woff") format("woff"), url("/fonts-y/Roboto/Robotobolditalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black"), local("Roboto-Black"), url("/fonts-y/Roboto/Robotoblack.woff2") format("woff2"), url("/fonts-y/Roboto/Robotoblack.woff") format("woff"), url("/fonts-y/Roboto/Robotoblack.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: local("Roboto Black Italic"), local("Roboto-BlackItalic"), url("/fonts-y/Roboto/Robotoblackitalic.woff2") format("woff2"), url("/fonts-y/Roboto/Robotoblackitalic.woff") format("woff"), url("/fonts-y/Roboto/Robotoblackitalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* percent lighten bgc on btn */
/* colors */
/* font color */
/* fonts */
/* buttons */
/* border-radius */
/* transition */
/* mobile */
/* icons */
/* buttons */
.content-footer .content-tags-wrapper .content-tags, .post_list .grid_list__item .grid_content .grid_info .grid_tags, .post_list .post_list__item .post_content .post_info .post_tags {
  display: flex;
  flex-wrap: wrap;
}
.content-footer .content-tags-wrapper .content-tags li.secondary a, .post_list .grid_list__item .grid_content .grid_info .grid_tags li.secondary a, .post_list .post_list__item .post_content .post_info .post_tags li.secondary a {
  background-color: #EC6504;
}
.content-footer .content-tags-wrapper .content-tags li.secondary a:hover, .post_list .grid_list__item .grid_content .grid_info .grid_tags li.secondary a:hover, .post_list .post_list__item .post_content .post_info .post_tags li.secondary a:hover {
  background-color: #d35a04;
  color: #ffffff;
}
.content-footer .content-tags-wrapper .content-tags li, .post_list .grid_list__item .grid_content .grid_info .grid_tags li, .post_list .post_list__item .post_content .post_info .post_tags li {
  margin-bottom: 0.2rem;
  list-style: none;
}
.content-footer .content-tags-wrapper .content-tags li a, .post_list .grid_list__item .grid_content .grid_info .grid_tags li a, .post_list .post_list__item .post_content .post_info .post_tags li a {
  background-color: #0974BA;
  color: #ffffff;
  padding: 0.1rem 0.5rem;
  font-size: 0.83rem;
  border-radius: 3px;
  margin-right: 0.4rem;
}
.content-footer .content-tags-wrapper .content-tags li a:hover, .post_list .grid_list__item .grid_content .grid_info .grid_tags li a:hover, .post_list .post_list__item .post_content .post_info .post_tags li a:hover {
  background-color: #075689;
}

.post_list .grid_list__item .grid_content .grid_info .grid_title, .post_list .post_list__item .post_content .post_title {
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.5rem;
}

.post_list .post_list__item .post_content .post_company {
  display: flex;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  opacity: 0.8;
}
.post_list .post_list__item .post_content .post_company div:first-child {
  margin-right: 0.5rem;
  color: #777;
}
.post_list .post_list__item .post_content .post_company div:last-child a {
  color: #EC6504;
}
.post_list .post_list__item .post_content .post_company div:last-child a:hover {
  color: #ba5003;
}

.content-banners .banner_item .banner_info .banner_text, .post_list .post_list__item .post_content .post_desc, .content-body p, .content-body ul, .content-body ol, .content-body li, .content-body q, .content-body blockquote {
  font-weight: 300;
  line-height: 1.5rem;
  color: #555;
  font-size: 1.1rem;
}

.content-banners .banner_item .banner_info .banner_title, .content-body h1, .content-body h2, .content-body h3, .content-body h4, .content-body h5, .content-body h6 {
  font-weight: 500;
  font-size: 1.5rem;
  margin: 1rem 0;
}

.content-body table {
  position: relative;
  width: 100%;
  margin: 1rem auto;
  border-radius: 3px;
  border-collapse: collapse;
  overflow-x: scroll;
  display: inline-block;
}
.content-body table tr, .content-body table th {
  padding: 5px;
}
.content-body table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.content-body table tr td {
  padding: 5px;
}

.content-body ul, .content-body ol {
  list-style: none;
}
.content-body ul li, .content-body ol li {
  margin-bottom: 0.5rem;
  margin-left: 0.5rem;
}

.content-body ol {
  counter-reset: item;
}
.content-body ol li::before {
  content: counter(item);
  counter-increment: item;
  color: #0b92eb;
  background-color: aliceblue;
  border-radius: 5px;
  padding: 0.2rem 0.5rem;
  margin-right: 0.5rem;
  opacity: 0.6;
}

.content-body q, .content-body blockquote {
  display: grid;
  background-color: #f6f6f6;
  border-left: 3px solid #0974BA;
  padding: 1rem;
  font-size: 1.1rem;
  font-style: italic;
  color: #555;
  border-radius: 3px;
}
.content-body q::before, .content-body blockquote::before {
  content: "\f6b0";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  color: #0974BA;
  font-size: 1rem;
  font-weight: 500;
  display: block;
  text-align: right;
  margin-top: -10px;
  margin-right: -5px;
}

.content-body {
  position: relative;
  clear: both;
  width: 100%;
  overflow-x: auto;
}
.plus_icon, .content-header .content-info .info-wrap .content-plus, .post_list .grid_list__item .grid_content .grid_info .grid_plus, .post_list .post_list__item .post_content .post_info .post_plus, .user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_plus {
  display: inline-block;
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  color: #ffffff;
  font-weight: 500;
  font-size: 0.8rem;
  padding: 0 5px;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.breadcrumb {
  display: flex;
  flex-wrap: nowrap;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*------------------------------------------------------------------
[Table of contents]

1.  Template default CSS
	1.1	Variables
	1.2	Mixins
	1.3	Flexbox
	1.4	Reset
2.  Helper Css
3.  Header Section
4.  Bootstrap reset
-------------------------------------------------------------------*/
/*----------------------------------------*/
/* Template default CSS
/*----------------------------------------*/
html,
body {
  font-size: 14px;
  height: 100%;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

/* adaptivity footer */
body {
  display: flex;
  flex-direction: column;
}

main {
  flex: 1 0 auto;
}

footer {
  flex: 0 0 auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  color: #444;
  font-weight: 400;
}

h1 {
  font-size: 3.8rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.5rem;
}

h4 {
  font-size: 2rem;
}

h5 {
  font-size: 1.5rem;
}

h6 {
  font-size: 1.3rem;
}

p {
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  color: #444;
  font-weight: 400;
  line-height: 1.6rem;
  margin: 0 0 15px 0;
}

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

a {
  color: #0974BA;
  transition: 0.1s all ease;
}

a:hover,
a:focus {
  text-decoration: none;
  outline: none;
}

ul {
  list-style-type: none;
}

ul,
ol {
  padding: 0;
  margin: 0;
}

/*---------------------
  Helper CSS
-----------------------*/
.section-title {
  margin-bottom: 50px;
  text-align: center;
}
.section-title h2 {
  color: #222;
  font-weight: 700;
  position: relative;
}
.section-title h2:after {
  position: absolute;
  left: 0;
  bottom: -15px;
  right: 0;
  height: 4px;
  width: 80px;
  background: #0974BA;
  content: "";
  margin: 0 auto;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white h5,
.text-white h6,
.text-white p,
.text-white span,
.text-white li,
.text-white a {
  color: #fff;
}

/*---------------------
  Bootstrap reset
-----------------------*/
.container, .container-sm, .container-md, .container-lg, .container-xl {
  max-width: 1600px;
  width: 92%;
}

/*---------------------
  jquery.infinitescroll.js
-----------------------*/
#infscr-loading {
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
  flex-direction: column;
  transition: none;
}
#infscr-loading img {
  width: 150px;
}

/*---------------------
  fancybox
-----------------------*/
.f-carousel .f-carousel__slide {
  display: flex;
  align-items: center;
  justify-content: center;
}
.f-carousel .f-carousel__slide a {
  position: relative;
  border-radius: 3px;
  overflow: hidden;
}
.f-carousel .f-carousel__slide a .slide_bottom {
  display: flex;
  justify-content: left;
  position: absolute;
  z-index: 10;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 5px 10px;
  font-size: 0.8rem;
  font-weight: 300;
}
.f-carousel .f-carousel__slide a .slide_bottom::before {
  content: "";
  position: absolute;
  left: 0;
  top: -20px;
  width: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 10%, rgba(255, 255, 255, 0) 60%);
  height: 20px;
}

header #header-top {
  background-color: #F2F2F2;
}
header #nav-links {
  background-color: #0974BA;
}
header #nav-links li.nav-item a.nav-link {
  color: #ffffff;
  font-size: 14px;
}
header #nav-links li.nav-item a.nav-link:hover {
  background-color: #0b92eb;
}
header #nav-links li.nav-item.special a {
  background-color: #EC6504;
}
header #nav-links li.nav-item.special a:hover {
  background-color: #fb8028;
}
header #nav-links li.nav-item.plus a {
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
}
header #nav-links li.nav-item.plus:hover a {
  opacity: 0.8;
}
header #nav-links li.nav-item.brown a {
  background-color: #8E241F;
}
header #nav-links li.nav-item.brown a:hover {
  background-color: #b82f28;
}
header #header-middle {
  margin: 10px auto;
}
header #header-middle a#main-logo {
  display: block;
}
header #header-middle a#main-logo svg {
  width: 240px;
  height: 50px;
  fill: #0974BA;
  color: #EC6504;
}
header #header-middle a#main-logo .logo-bottom {
  font-size: 11px;
  line-height: 12px;
  color: #888888;
}
header #header-middle a#main-logo .logo-bottom span {
  display: block;
  font-size: 8.5px;
}

.user_top_panel .u_sign {
  display: flex;
  justify-content: flex-end;
}
.user_top_panel .u_sign > a {
  margin-left: 5px;
}
.user_top_panel .u_sign > a.sign-up {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
}
.user_top_panel .u_sign > a.sign-up:hover {
  background-color: #0b92eb;
  border: 2px solid #0b92eb;
}
.user_top_panel .u_sign > a.sign-in {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: inherit;
  color: #0974BA;
  border: 2px solid #0974BA;
}
.user_top_panel .u_sign > a.sign-in:hover {
  color: #ffffff;
  background-color: #0974BA;
}
.user_top_panel .u_panel_wrap {
  width: 100%;
  background-color: aliceblue;
  justify-content: space-evenly;
}
.user_top_panel .u_panel_wrap .u_panel {
  border-right: 3px solid #95d2fa;
  position: relative;
}
.user_top_panel .u_panel_wrap .u_panel.show {
  border-right: 3px solid #0974BA;
  background-color: #d7ecff;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu {
  display: none;
  width: 100%;
  box-sizing: content-box;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu.show {
  display: block;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu a {
  padding: 0.5rem 1rem;
  font-size: 0.95rem;
  font-weight: 300;
  color: #222;
}
.user_top_panel .u_panel_wrap .u_panel .dropdown-menu a:hover {
  background-color: aliceblue;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  display: flex;
  padding: 7px;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_plus {
  position: absolute;
  left: 0;
  top: 0;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner img.u_panel_photo {
  margin: auto 7px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  -o-object-fit: cover;
     object-fit: cover;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login {
  display: flex;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login .u_status_icon {
  margin-right: 5px;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login .u_status_icon img {
  width: 9px;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_panel_login .u_login {
  font-size: 1rem;
  font-weight: 500;
}
.user_top_panel .u_panel_wrap .u_panel .u_panel_inner .u_panel_info .u_name {
  font-size: 0.9rem;
  font-weight: 300;
}

.m-navigation .u_sign {
  justify-content: flex-start;
  margin: 1rem 0 1rem 1rem;
}
.m-navigation .u_sign > a {
  margin-left: 5px;
}
.m-navigation .u_sign > a.sign-up, .m-navigation .u_sign > a.sign-in {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border: 2px solid rgba(255, 255, 255, 0.1);
  font-size: 1.1rem;
  padding: 2px 12px;
}
.m-navigation .u_sign > a.sign-up:hover, .m-navigation .u_sign > a.sign-in:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255, 255, 255, 0.1);
}
.m-navigation .u_sign > a.sign-up:hover, .m-navigation .u_sign > a.sign-in:hover {
  opacity: 0.8;
}
.m-navigation .user_top_panel .u_panel_wrap {
  margin-top: 1.5rem;
  background-color: rgba(240, 248, 255, 0.1);
  margin-bottom: 1.5rem;
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel {
  border-color: rgba(240, 248, 255, 0.25);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel.show {
  border-color: rgba(240, 248, 255, 0.2);
  background-color: rgba(240, 248, 255, 0.15);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .dropdown-menu.nav.show {
  background-color: rgba(240, 248, 255, 0.15);
  position: relative !important;
  transform: none !important;
  margin-bottom: 1.5rem;
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .dropdown-menu.nav.show li a {
  padding: 0.5rem 1rem;
  font-size: 1.1rem;
  color: #ffffff;
  border-bottom: 1px solid rgba(240, 248, 255, 0.25);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .dropdown-menu.nav.show li a:hover {
  background-color: rgba(240, 248, 255, 0.2);
}
.m-navigation .user_top_panel .u_panel_wrap .u_panel .u_panel_inner {
  color: #ffffff;
}

.social-links ul {
  font-size: 0;
  margin-left: 15px;
}
.social-links ul li {
  display: inline-block;
}
.social-links ul li a {
  display: inline-block;
  margin-right: 5px;
  background-color: #e2e1e1;
  border-radius: 4px;
  padding: 3px;
}
.social-links ul li a.i-vk svg {
  fill: #0071F2;
}
.social-links ul li a.i-whatsapp svg {
  fill: #1AD03F;
}
.social-links ul li a.i-dzen svg {
  fill: #242730;
}
.social-links ul li a.i-ok svg {
  fill: #E87B1E;
}
.social-links ul li a.i-viber svg {
  fill: #503A9D;
}
.social-links ul li a.i-telegram svg {
  fill: #279FDE;
}
.social-links ul li a.i-twitter svg {
  fill: #00A3E2;
}
.social-links ul li a.i-pinterest svg {
  fill: #DA0021;
}
.social-links ul li a.i-fb svg {
  fill: #395497;
}
.social-links ul li a.i-youtube svg {
  fill: #F00002;
}
.social-links ul li a.i-peremenka svg {
  fill: #00AFF0;
}
.social-links ul li a:hover.i-vk {
  background-color: #0071F2;
}
.social-links ul li a:hover.i-vk svg {
  fill: white;
}
.social-links ul li a:hover.i-whatsapp {
  background-color: #1AD03F;
}
.social-links ul li a:hover.i-whatsapp svg {
  fill: white;
}
.social-links ul li a:hover.i-dzen {
  background-color: #242730;
}
.social-links ul li a:hover.i-dzen svg {
  fill: white;
}
.social-links ul li a:hover.i-ok {
  background-color: #E87B1E;
}
.social-links ul li a:hover.i-ok svg {
  fill: white;
}
.social-links ul li a:hover.i-viber {
  background-color: #503A9D;
}
.social-links ul li a:hover.i-viber svg {
  fill: white;
}
.social-links ul li a:hover.i-telegram {
  background-color: #279FDE;
}
.social-links ul li a:hover.i-telegram svg {
  fill: white;
}
.social-links ul li a:hover.i-twitter {
  background-color: #00A3E2;
}
.social-links ul li a:hover.i-twitter svg {
  fill: white;
}
.social-links ul li a:hover.i-pinterest {
  background-color: #DA0021;
}
.social-links ul li a:hover.i-pinterest svg {
  fill: white;
}
.social-links ul li a:hover.i-fb {
  background-color: #395497;
}
.social-links ul li a:hover.i-fb svg {
  fill: white;
}
.social-links ul li a:hover.i-youtube {
  background-color: #F00002;
}
.social-links ul li a:hover.i-youtube svg {
  fill: white;
}
.social-links ul li a:hover.i-peremenka {
  background-color: #00AFF0;
}
.social-links ul li a:hover.i-peremenka svg {
  fill: white;
}

/* main menu */
#main-menu {
  background-color: #0974BA;
  border-radius: 3px;
  padding: 0;
}
#main-menu ul.nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#main-menu ul.nav li.nav-item {
  display: flex;
  flex: 1;
}
#main-menu ul.nav li.nav-item .nav-link {
  padding: 0.5rem 0;
}
#main-menu ul.nav li.nav-item.show {
  background-color: #EC6504;
}
#main-menu ul.nav li.nav-item a {
  text-align: center;
  width: 100%;
  color: #ffffff;
}
#main-menu ul.nav li.nav-item a:hover, #main-menu ul.nav li.nav-item a.active {
  background-color: #EC6504;
}
#main-menu ul.nav li.nav-item a.dropdown-toggle.nav-link::after {
  border: none;
}
#main-menu ul.nav li.nav-item .dropdown-menu a {
  text-align: left;
}
#main-menu ul.nav .dropdown-menu {
  background-color: #EC6504;
  margin-top: -2px;
  border: none;
  padding: 10px 0 0 0;
  border-radius: 0;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.active {
  background-color: #ba5003;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item:hover, #main-menu ul.nav .dropdown-menu a.dropdown-item:active, #main-menu ul.nav .dropdown-menu a.dropdown-item:focus {
  background-color: #d35a04;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.spec {
  background-color: #d35a04;
  padding-left: 25px;
  margin: 2px 0 2px -5px;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.spec.active {
  background-color: #ba5003;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.spec:hover {
  background-color: #c95603;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.plus {
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  margin-left: -5px;
  padding-left: 25px;
  margin-bottom: 3px;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.plus.active {
  opacity: 0.9;
}
#main-menu ul.nav .dropdown-menu a.dropdown-item.plus:hover {
  opacity: 0.85;
}

/* mobile main menu */
#m-main-menu {
  display: none;
  justify-content: space-between;
  align-items: center;
  background-color: #eee;
  padding: 20px 10px;
  border-bottom: 1px solid #d5d5d5;
  box-shadow: #666666 0 1px 5px -2px;
  transition: 0.4s all ease;
}
#m-main-menu.sticky_header {
  padding: 10px;
  opacity: 0.9;
}
#m-main-menu.sticky_header .m-menu-ls #m-main-logo svg {
  width: 150px;
  fill: #0974BA;
  color: #EC6504;
}
#m-main-menu .m-menu-ls {
  margin-right: 10px;
}
#m-main-menu .m-menu-ls #m-main-logo svg {
  transition: 0.4s all ease;
  width: 180px;
  height: 35px;
  fill: #0974BA;
  color: #EC6504;
}
#m-main-menu .m-menu-rs .hamburger-menu {
  position: relative;
  cursor: pointer;
  border-radius: 4px;
  padding: 5px;
  transition: 0.1s all ease;
}
#m-main-menu .m-menu-rs .hamburger-menu:hover {
  background-color: #d5d5d5;
}
#m-main-menu .m-menu-rs .hamburger-menu span {
  width: 30px;
  height: 3px;
  background-color: #222;
  display: block;
  margin: 4px 0;
  margin-top: 6px;
  border-radius: 20%;
  transition: 0.3s all ease;
}
#m-main-menu .m-menu-rs .hamburger-menu span:nth-child(2) {
  width: 30px;
  opacity: 1;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu {
  position: relative;
  z-index: 9999;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu:hover {
  background-color: inherit;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu span:nth-child(1) {
  transform: rotate(45deg);
  transform-origin: 2px 5px;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu span:nth-child(2) {
  opacity: 0;
}
#m-main-menu .m-menu-rs .hamburger-menu.click-menu span:nth-child(3) {
  transform: rotate(-45deg);
  transform-origin: 5px 0;
}

.mobile-sidebar-menu .overlaybg {
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  display: none;
  background-color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
}
.mobile-sidebar-menu .m-navigation {
  position: fixed;
  left: -100%;
  width: 300px;
  height: 100%;
  padding: 0;
  top: 0;
  margin: 0;
  z-index: 99999;
  transition: all 0.4s ease-in-out;
  background-color: #ffffff;
  border-right: 1px solid #999999;
  overflow-y: auto;
  box-shadow: #666666 1px 0 12px -2px;
  opacity: 0;
  transition: 0.1s all ease;
  background-color: #0974BA;
}
.mobile-sidebar-menu .m-navigation #m-menu-list {
  display: block;
  background-color: #0974BA;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(240, 248, 255, 0.25);
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item {
  margin-left: 10px;
  position: relative;
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item.dropdown .dropdown-btn {
  position: absolute;
  z-index: 99;
  color: #ffffff;
  right: 12px;
  top: 7px;
  font-size: 0.9rem;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 4px 8px;
  border-radius: 3px;
  cursor: pointer;
  transition: 0.1s all ease;
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item.dropdown .dropdown-btn:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item.dropdown .dropdown-btn.open {
  background: none;
  transform: rotate(45deg);
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item a {
  color: #ffffff;
  background-color: #0974BA;
  padding: 8px 10px;
  font-size: 1.2rem;
}
.mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item a:hover, .mobile-sidebar-menu .m-navigation #m-menu-list li.nav-item a.active {
  background-color: #086bab;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item {
  display: flow-root;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item a.nav-link.dropdown-toggle::after {
  border: none;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item.show a.nav-link {
  background-color: #086bab;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu {
  position: relative !important;
  width: 100%;
  margin: 0 0 10px 0;
  padding: 10px 0;
  background-color: #0865a2;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu a.dropdown-item {
  background-color: #0865a2;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu a.dropdown-item.active {
  background-color: #075689;
}
.mobile-sidebar-menu .m-navigation #m-menu-list .dropdown.nav-item .dropdown-menu a.dropdown-item:hover {
  background-color: #075689;
}
.mobile-sidebar-menu.sidemenu-active .overlaybg {
  display: block;
}
.mobile-sidebar-menu.sidemenu-active .m-navigation {
  left: 0;
  position: fixed;
  opacity: 1;
}

.breadcrumb {
  margin-top: 10px;
  background: none;
  padding: 0.45rem 1rem;
}
.breadcrumb .breadcrumb-item {
  display: flex;
  align-items: center;
  font-size: 0.85rem;
}
.breadcrumb .breadcrumb-item.active {
  color: #919191;
}
.breadcrumb .breadcrumb-item a {
  color: #5e5e5e;
  text-decoration: none;
}
.breadcrumb .breadcrumb-item a:hover {
  color: #EC6504;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: "\f280";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 0.55rem;
}

.row-static aside {
  width: 260px;
}

aside {
  position: relative;
}
aside.sidebar-right {
  padding-left: 15px;
  border-left: 1px solid;
  border-color: #c4c4c4;
}
aside.sidebar-left {
  padding-right: 15px;
  border-right: 1px solid;
  border-color: #c4c4c4;
}
aside .blue-sidebar {
  border-radius: 3px;
  overflow: hidden;
}
aside .blue-sidebar .card-header {
  background-color: #075689;
}
aside .blue-sidebar .card-header h6 {
  color: #ffffff;
  font-size: 1.2rem;
}
aside .blue-sidebar ul li.nav-item a {
  background-color: #0974BA;
  color: #ffffff;
}
aside .blue-sidebar ul li.nav-item a.active {
  background-color: #0865a2;
}
aside .blue-sidebar ul li.nav-item a:hover {
  background-color: #096eb0;
}
aside .adv-block {
  margin-bottom: 1rem;
  text-align: center;
  overflow: hidden;
  position: relative;
  width: 100%;
}

/*** top scroll button ***/
.topbutton {
  color: #ffffff;
  bottom: 0;
  display: block;
  position: fixed;
  right: 100px;
  z-index: 999;
  font-size: 25px;
  padding: 5px 8px 3px 8px;
  border-radius: 5px 5px 0 0;
  background-color: #0974BA;
  transition: 0.5s all ease;
}
.topbutton:hover, .topbutton:focus {
  color: #ffffff;
  background-color: #0b92eb;
}
.topbutton.btn-show {
  opacity: 1;
  transform: translateY(0);
  bottom: 0;
}
.topbutton.btn-hide {
  opacity: 0;
  transform: translateY(40px);
  bottom: -60px;
}

.page-content .page-title {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 0.2rem;
  margin-bottom: 0.7rem;
}
.page-content .empty {
  color: #555;
  margin: 2rem auto;
  font-size: 1.6rem;
}
.page-content .date_change_wrap {
  display: flex;
  justify-content: center;
  margin: 1rem auto;
}
.page-content .date_change_wrap .calendar_current {
  font-weight: 500;
}
.page-content .date_change_wrap .date_change {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 0.1rem;
}
.page-content .date_change_wrap .date_arrow {
  margin: 0 0.5rem;
  font-size: 2rem;
}
.page-content .date_change_wrap .date_arrow > i {
  opacity: 0.2;
}

.category-title {
  margin-bottom: 1rem;
  margin-top: 2.5rem;
}
.category-title a {
  color: #555;
}
.category-title a:hover {
  color: #EC6504;
}

/*** POSTS ***/
.post_list .post_list__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  transition: 0.1s all ease;
}
.post_list .post_list__item:hover {
  opacity: 0.9;
}
.post_list .post_list__item .post_thumb a {
  display: block;
}
.post_list .post_list__item .post_thumb a img {
  border-radius: 3px;
  min-width: 190px;
  height: 130px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.post_list .post_list__item .post_content {
  flex-grow: 8;
  margin-right: 20px;
}
.post_list .post_list__item .post_content .post_info {
  margin: 0.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.post_list .post_list__item .post_content .post_info .post_plus {
  margin-right: 0.5rem;
}
.post_list .post_list__item .post_content .post_info .post_date {
  white-space: nowrap;
  margin-right: 1rem;
  color: #777;
}
.post_list .grid_list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 2rem;
  transition: 0.1s all ease;
}
.post_list .grid_list__item:hover {
  opacity: 0.9;
}
.post_list .grid_list__item .grid_thumb {
  margin-left: 1rem;
}
.post_list .grid_list__item .grid_thumb a {
  display: block;
  width: 160px;
}
.post_list .grid_list__item .grid_thumb a img {
  height: 100px;
  width: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.post_list .grid_list__item .grid_content .grid_info .grid_plus {
  margin-right: 0.5rem;
}
.post_list .grid_list__item .grid_content .grid_info .grid_date {
  margin-top: 0.5rem;
  color: #777;
}
.post_list .grid_list__item .grid_content .grid_info .grid_tags {
  margin-top: 0.5rem;
}

/*** CONTENT OF POST **/
.content-banners {
  margin-bottom: 1.5rem;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.content-banners.top {
  justify-content: center;
  margin-bottom: 0;
}
.content-banners.top .banner_item {
  width: 50%;
}
.content-banners .banner_item {
  display: flex;
  align-items: center;
  width: 30%;
  transition: 0.1s all ease;
}
.content-banners .banner_item:hover {
  opacity: 0.8;
}
.content-banners .banner_item .banner_img {
  margin-right: 0.5rem;
}
.content-banners .banner_item .banner_img a {
  border-radius: 3px;
  overflow: hidden;
  display: block;
  width: 70px;
  height: 55px;
}
.content-banners .banner_item .banner_img a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}
.content-banners .banner_item .banner_info .banner_title {
  font-size: 0.9rem;
  line-height: 1.1rem;
  margin: 0;
}
.content-banners .banner_item .banner_info .banner_text {
  margin-top: 0.3rem;
  font-size: 0.85rem;
  line-height: 1.1rem;
}

.content-header .content-title {
  margin-bottom: 1rem;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 2.4rem;
}
.content-header .content-info {
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #555;
  border-bottom: 1px solid;
  border-color: #c4c4c4;
  padding-bottom: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.content-header .content-info .info-wrap {
  display: flex;
  flex-wrap: wrap;
}
.content-header .content-info .info-wrap.right {
  justify-content: flex-end;
}
.content-header .content-info .info-wrap > div {
  margin-right: 1rem;
  display: flex;
  align-content: center;
}
.content-header .content-info .info-wrap .content-plus {
  margin-right: 0.5rem;
}
.content-header .content-info .info-wrap .content-date {
  color: #777;
}
.content-header .content-info .info-wrap .content-views::before {
  content: "\f341";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.content-header .content-info .info-wrap .content-time::before {
  content: "\f293";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.content-header .content-info .info-wrap .content-source-wrapper {
  margin: 0;
  font-size: 0.8rem;
  display: flex;
  align-items: center;
}
.content-header .content-info .info-wrap .content-source-wrapper .content-source {
  margin-right: 0.5rem;
  color: #777;
}
.content-header .content-info .info-wrap .content-source-wrapper .content-source-link {
  background-color: #f6f6f6;
  border: 1px solid #dddddd;
  border-radius: 5px;
  padding: 0 5px;
}
.content-header .content-info .info-wrap .content-source-wrapper .content-source-link:hover {
  background-color: #eeeeee;
}
.content-header .content-info .info-wrap .content-source-wrapper .content-source-link::before {
  content: "\f1c5";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
  font-size: 0.7rem;
}

.content-body .content-img-wrapper {
  margin-bottom: 1rem;
  margin-left: 1rem;
  width: 35%;
  float: right;
}

.content-footer {
  margin-top: 2rem;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid;
  border-color: #c4c4c4;
  clear: both;
}
.content-footer .content-forum-wrapper {
  margin: 2rem 0;
}
.content-footer .content-forum-wrapper .content-forum-discuss {
  padding: 0.5rem 1rem;
  background-color: aliceblue;
  border-radius: 5px;
  color: #0974BA;
}
.content-footer .content-forum-wrapper .content-forum-discuss.active::before {
  content: "\f267";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.content-footer .content-forum-wrapper .content-forum-discuss::before {
  content: "\f266";
  font-family: bootstrap-icons !important;
  margin-right: 0.3rem;
  font-size: 0.9rem;
}
.content-footer .content-forum-wrapper .content-forum-discuss:hover {
  background-color: #e1f1ff;
}
.content-footer .content-tags-wrapper {
  display: flex;
}
.content-footer .content-tags-wrapper .content-tags-title {
  margin-right: 0.5rem;
  color: #777;
}
.content-footer .content-trust-level-wrapper {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-align: right;
}

/*** CALENDAR ***/
#contentCalendar table {
  width: 100%;
}
#contentCalendar table tr.days td {
  background-color: #ededed;
  opacity: 0.5;
}
#contentCalendar table tr td {
  text-align: center;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#contentCalendar table tr td > * {
  border: 2px solid inherit;
  padding: 0.2rem;
  display: block;
}
#contentCalendar table tr td a:hover {
  background-color: aliceblue;
  border-color: #0974BA;
}
#contentCalendar table tr td.choose * {
  background-color: #0974BA;
  color: #ffffff;
  border: 2px solid #0974BA;
}
#contentCalendar table tr td.weekend * {
  color: #e65a5a;
}
#contentCalendar table tr td.today * {
  font-weight: 500;
  border: 2px solid #0974BA;
}

/*** PLUS ***/
.closed_by_plus {
  position: relative;
  margin-top: -60px;
}
.closed_by_plus .by_plus {
  border: 2px dashed #0974BA;
  padding: 1.2rem;
  background-color: aliceblue;
}
.closed_by_plus::before {
  background: linear-gradient(0deg, rgb(255, 255, 255) 15%, rgba(255, 255, 255, 0) 85%);
  content: "";
  height: 70px;
  left: 0;
  position: absolute;
  right: 0;
  top: -70px;
  width: 100%;
}
.closed_by_plus h4.title {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1.25rem;
}

.plus_card_wrapper {
  display: flex;
  justify-content: center;
}
.plus_card_wrapper .plus_card {
  font-size: 2.5rem;
  padding: 20px;
  background: linear-gradient(209deg, rgb(165, 51, 58) 22%, rgb(76, 67, 133) 62%);
  color: #fff;
  margin: 10px;
  border-radius: 5px;
  min-width: 200px;
}
.plus_card_wrapper .plus_card h5 {
  font-weight: 500;
  color: #ffffff;
}
.plus_card_wrapper .plus_card .final_sum {
  font-weight: 600;
}
.plus_card_wrapper .plus_card .sum_per_day {
  font-size: 0.9rem;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.5;
  line-height: 15px;
}
.plus_card_wrapper .plus_card .plus_btn {
  display: inline-block;
  padding: 1px 12px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.85rem;
  background-color: #ffffff;
  color: #ffffff;
  border: 2px solid #ffffff;
  width: 100%;
  padding: 5px;
  font-size: 1rem;
  color: #0974BA;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;
  background-color: #fff;
}
.plus_card_wrapper .plus_card .plus_btn:hover {
  background-color: white;
  border: 2px solid white;
}

/*** PAGINATION ***/
.pagination {
  display: flex;
  justify-content: center;
  margin: 2rem auto;
}
.pagination .page-item.first a i, .pagination .page-item.last a i, .pagination .page-item.prev a i, .pagination .page-item.next a i {
  font-size: 0.7rem;
}
.pagination .page-item.active .page-link {
  background-color: #0974BA;
  border-color: #0974BA;
  color: #ffffff;
}
.pagination .page-item .page-link {
  color: #555;
}
.pagination .page-item.disabled .page-link {
  color: #555;
  background-color: #ededed;
}

/**** PROGRESS BAR ***/
.progress-bar {
  background-color: #0974BA;
  height: 3px;
  top: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  width: 0;
  transition: width 0.2s ease;
}

/*** SUBSCRIBE BLOCK ***/
.soc_subscribe {
  display: flex;
  padding: 1rem;
  border: 1px solid #ededed;
  margin: 1rem 0;
  border-radius: 3px;
}
.soc_subscribe .soc_sub_left {
  display: flex;
  flex: 3;
  align-items: center;
}
.soc_subscribe .soc_sub_left .soc_logo {
  display: flex;
}
.soc_subscribe .soc_sub_left .soc_sub_text {
  margin: 0 1rem;
}
.soc_subscribe .soc_sub_left .soc_sub_text * {
  font-size: 1rem;
  line-height: 1.2rem;
  font-weight: 300;
  margin-bottom: 0.4rem;
}
.soc_subscribe .soc_sub_right {
  flex: 0.7;
  align-self: center;
  font-size: 14px;
}
.soc_subscribe .soc_sub_right a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 0.9rem;
  line-height: 1.2rem;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  white-space: nowrap;
  border-radius: 3px;
}
.soc_subscribe .soc_sub_right a:hover {
  opacity: 0.8;
}

/*** COMPANY ***/
.company-list-item {
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid #ededed;
  border-radius: 3px;
  color: #555;
  background-color: #f7f7f7;
}
.company-list-item.pro {
  border-color: #EC6504;
  background-color: #ffede1;
}
.company-list-item .logo-wrapper .logo-company {
  width: 120px;
  height: 120px;
  -o-object-fit: contain;
     object-fit: contain;
}
.company-list-item .info {
  margin-left: 1rem;
}
.company-list-item .info .title {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.company-list-item .info .text, .company-list-item .info .text * {
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.3rem;
  margin-bottom: 0.4rem;
}

footer a {
  text-decoration: none;
  color: #919191;
  display: inline-block;
}
footer a:hover {
  color: #5e5e5e;
}
footer .footer-top {
  margin-top: 2rem;
  padding: 2rem 0;
  background-color: #f9f9f9;
}
footer .footer-top .footer-about .footer-logo a#main-logo-footer {
  margin-bottom: 1rem;
  display: inline-block;
}
footer .footer-top .footer-about .footer-logo a#main-logo-footer:hover {
  opacity: 0.8;
}
footer .footer-top .footer-about .footer-about-info {
  color: #777;
  font-size: 0.9rem;
  line-height: 1.2rem;
}
footer .footer-top .footer-about .footer-about-info a {
  color: #aaaaaa;
}
footer .footer-top .footer-about .footer-about-info a:hover {
  color: #777;
}
footer .footer-top .footer-links-list {
  display: flex;
  justify-content: space-between;
}
footer .footer-top .footer-links-list .footer-link-item {
  text-align: left;
}
footer .footer-top .footer-links-list .footer-link-item h6 {
  color: #777;
  margin-left: 1rem;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 1rem;
  margin-bottom: 0.5rem;
}
footer .footer-top .footer-links-list .nav {
  display: flex;
  flex-direction: column;
}
footer .footer-top .footer-links-list .nav .nav-item .nav-link {
  padding: 0.1rem 1rem;
  font-size: 0.95rem;
}
footer .footer-bottom {
  background-color: #eee;
  padding: 1rem 0;
}
footer .footer-bottom #footer-about h6 {
  font-weight: 500;
  color: #777;
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}
footer .footer-bottom #footer-about p {
  color: #777;
  font-size: 0.85rem;
  line-height: 1rem;
}
footer .footer-bottom #aek-logo-footer {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
footer .footer-bottom ul.counters-footer {
  display: flex;
  justify-content: center;
}
footer .footer-bottom ul.counters-footer li {
  margin: 0.3rem;
}
footer #main-logo-footer svg {
  width: 200px;
  height: 40px;
  fill: #aaaaaa;
  color: #919191;
}

/* media */
.row-static {
  flex-wrap: nowrap;
}
.row-static .col-content {
  flex: 90;
  max-width: 90%;
}
.row-static .col-sidebar {
  flex: 10;
}

@media (max-width: 1199.98px) {
  /*---------------------
    Bootstrap reset
  -----------------------*/
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    width: 100%;
  }
  ul.nav li.nav-item .nav-link {
    font-size: 0.9rem;
  }
  .row-static aside {
    overflow: hidden;
    width: 240px;
  }
  .row-static .col-content {
    flex: 75;
    max-width: 73%;
  }
  .row-static .col-sidebar {
    display: flex;
    flex: 20;
    padding: 0;
    justify-content: flex-end;
  }
  aside.sidebar-right, aside.sidebar-left {
    border: none;
    padding: 0;
  }
  .post_list .grid_list__item {
    align-items: flex-start;
    margin-bottom: 3rem;
  }
  .post_list .grid_list__item .grid_thumb {
    margin-left: 0.5rem;
  }
  .post_list .grid_list__item .grid_thumb a {
    width: 110px;
  }
  .post_list .grid_list__item .grid_content .grid_info .grid_title {
    font-size: 1.1rem;
    line-height: 1.25rem;
  }
  .page-content .page-title {
    font-size: 2rem;
    line-height: 2.2rem;
    margin: 1.5rem 0;
    padding-bottom: 1rem;
  }
}
@media (max-width: 991.98px) {
  .row-static .col-content {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .row-static .col-sidebar {
    display: none;
  }
  #main-menu, #header-middle, #header-top, #header-adv {
    display: none;
  }
  #m-main-menu {
    position: fixed;
    display: flex;
    left: 0;
    width: 100%;
    z-index: 99;
  }
  main {
    margin-top: 85px;
  }
  .post_list .post_list__item .post_content .post_info {
    flex-direction: column;
  }
  .post_list .post_list__item .post_content .post_info .post_date {
    margin-bottom: 0.5rem;
  }
  .post_list .post_list__item .post_content .post_info .post_tags {
    flex-wrap: wrap;
  }
  .content-header .content-title {
    font-size: 1.6rem;
    line-height: 1.8rem;
  }
  .content-body .content-img-wrapper {
    width: 100%;
    float: none;
    margin-bottom: 1rem;
    margin-left: 0;
  }
  footer .footer-top .footer-about-wrapper {
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
  }
}
@media (max-width: 767.98px) {
  .breadcrumb {
    padding: 0;
  }
  .post_list .post_list__item {
    flex-direction: column-reverse;
  }
  .post_list .post_list__item .post_content {
    margin: 1.3rem 0;
  }
  .post_list .post_list__item .post_thumb {
    width: 100%;
  }
  .post_list .post_list__item .post_thumb a img {
    height: 280px;
    width: 100%;
  }
  .content-header .content-title {
    margin: 1rem 0;
  }
  .content-header .content-info .info-wrap.right {
    justify-content: flex-start;
  }
  .content-header .content-info .info-wrap > div {
    margin-right: 0.5rem;
    line-height: 1.5rem;
  }
  .content-header .content-info .info-wrap .content-source-wrapper {
    margin-top: 10px;
    font-size: 0.9rem;
  }
  .content-footer .content-trust-level-wrapper {
    text-align: left;
    margin-top: 1rem;
  }
  /*** SUBSCRIBE BLOCK ***/
  .soc_subscribe {
    flex-direction: column;
    padding: 1rem;
    margin: 1rem 0;
  }
  .soc_subscribe .soc_sub_right {
    margin-top: 0.5rem;
  }
  footer .footer-top .footer-links-list {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-top .footer-links-list .footer-link-item {
    min-width: 300px;
    margin: 1rem 0;
  }
  .closed_by_plus .by_plus .plus_card_wrapper {
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .closed_by_plus .by_plus .plus_card_wrapper .plus_card {
    width: 70%;
  }
}
@media (max-width: 575.98px) {
  .breadcrumb {
    display: none;
  }
}
