@font-face {
  font-family: "Open Sans Condensed";
  src: url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.eot");
  src: local("Open Sans Condensed"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.woff2") format("woff2"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.woff") format("woff"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold.ttf") format("truetype"), url("fonts/OpenSansCondensedBold/OpenSans-CondensedBold..svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans Condensed Bold";
  src: url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.eot");
  src: local("Open Sans Condensed Bold"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.woff2") format("woff2"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.woff") format("woff"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold.ttf") format("truetype"), url("fonts/OpenSansCondensedExtraBold/OpenSansCondensed-ExtraBold..svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

html {
  font-size: 10px;
  line-height: 1.2;
}
html.show-side-menu, html.show-side-menu body, html.show-search-box-form, html.show-search-box-form body {
  overflow: hidden;
}

body {
  font-family: "Open Sans Condensed";
  font-size: 1.6rem;
  color: #000000;
}

main {
  margin-top: 112.4px !important;
}
@media (min-width: 768px) {
  main {
    margin-top: 76.2px !important;
  }
}
@media (min-width: 992px) {
  main {
    margin-top: 24px !important;
  }
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
strong {
  font-weight: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.8rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

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

p {
  margin-bottom: 1rem;
  font-weight: 300;
}

a {
  color: #000;
  text-decoration: none;
  outline: none;
}

.img-placeholder {
  position: relative;
  display: block;
}
.img-placeholder:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.img-placeholder img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 10000;
  display: none;
}
.modal .modal-wrapper {
  width: 100%;
  height: 100%;
}
.modal .modal-wrapper .modal-inner {
  background-color: #fff;
  flex: 0 0 500px;
  width: 500px;
  max-width: 90%;
  border-radius: 20px;
}
.modal .modal-wrapper .modal-inner .modal-header {
  padding: 10px 20px;
}
.modal .modal-wrapper .modal-inner .modal-header .modal-title {
  font-size: 24px;
  line-height: 1.2;
}
.modal .modal-wrapper .modal-inner .modal-body {
  padding: 20px;
  max-height: 90vh;
  overflow-y: auto;
}
.modal .modal-wrapper .modal-inner .modal-body .warning-icon {
  background-color: rgb(255, 165, 0);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .modal-wrapper .modal-inner .modal-body .warning-icon svg {
  fill: #ffffff;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-control {
    line-height: 4rem;
  }
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .modal-body .form-group {
    margin-bottom: 1rem;
  }
}
.modal .modal-wrapper .modal-inner .fake-input {
  line-height: 4rem;
  border: 2px solid #d9d9d9;
  font-size: 1.4rem;
  padding: 0 2.5rem;
  border-radius: 9px;
}
@media (min-width: 768px) {
  .modal .modal-wrapper .modal-inner .fake-input {
    font-size: 1.6rem;
  }
}
.modal .modal-wrapper .modal-inner .btn-success {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s linear;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 40px;
  background-color: #ec1b2e;
  color: #ffffff;
}
.modal .modal-wrapper .modal-inner button {
  border: none;
  cursor: pointer;
  display: inline-block;
  transition: 0.2s linear;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 40px;
  border-radius: 0;
  font-family: "Open Sans Condensed Bold";
}
.modal .modal-wrapper .modal-inner .modal-close {
  cursor: pointer;
}
.modal .thankyou-icon,
.modal .error-icon {
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 20px;
  border-radius: 50%;
}
.modal .thankyou-icon svg,
.modal .error-icon svg {
  fill: #fff;
}
.modal .thankyou-icon {
  background-color: #1f4f3c;
}
.modal .error-icon {
  background-color: red;
}

.widget {
  margin-bottom: 2rem;
}

.bnr {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.bnr.top-billboard {
  padding: 0px 0 20px 0;
  margin-bottom: 0;
}

.bnr-wrapper {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.bnr-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fefefe;
  color: #777;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.bnr-wrapper .bnr-inner {
  position: relative;
  z-index: 2;
}
.bilboard .bnr-wrapper {
  min-height: 100px;
  min-width: 325px;
}
@media (min-width: 992px) {
  .bilboard .bnr-wrapper {
    min-height: 250px;
  }
}
.bilboard2 .bnr-wrapper {
  min-height: 100px;
  min-width: 325px;
}
@media (min-width: 992px) {
  .bilboard2 .bnr-wrapper {
    min-height: 250px;
  }
}
.sidebar .bnr-wrapper {
  width: 325px;
  min-height: 250px;
}

.error-msg .error {
  color: #ec1b2e !important;
  margin-top: 10px !important;
  font-style: normal !important;
}

.mc4wp-response .mc4wp-error p {
  color: #ec1b2e !important;
  margin-top: 10px !important;
  font-style: normal !important;
}
.mc4wp-response .mc4wp-error p a {
  color: #ec1b2e !important;
  text-decoration: underline;
}
.mc4wp-response .mc4wp-success p {
  color: #008100 !important;
  margin-top: 10px !important;
  font-style: normal !important;
}
.mc4wp-response .mc4wp-success p a {
  color: #008100 !important;
  text-decoration: underline;
}

.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: url(../img/loader.gif) center no-repeat #fff;
  background-size: 400px auto;
  text-align: center;
}

.back-to-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  visibility: hidden;
  opacity: 0;
  transform: translate3d(0, 3rem, 0);
  -webkit-backface-visibility: hidden;
  z-index: 3000;
  transition: 0.2s ease;
}
.back-to-top.show {
  visibility: visible;
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.back-to-top > a {
  display: block;
  font-size: 3rem;
  color: #fff;
  width: 4.6rem;
  height: 4.6rem;
  line-height: 4rem;
  border-radius: 5px;
  background-color: #ec1b2e;
  border: 1px solid rgba(0, 0, 0, 0.11);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 2px 6px rgba(0, 0, 0, 0.1);
  text-align: center;
  opacity: 0.8;
  transition: opacity 0.2s ease;
}
.back-to-top > a svg {
  fill: #fff;
}

.grecaptcha-badge {
  display: none !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
}

.position-relative {
  position: relative;
}

.text-uppercase {
  text-transform: uppercase !important;
}

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

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

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

.text-justify {
  text-align: justify;
}

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

.position-relative {
  position: relative;
}

.position-absolute {
  position: absolute;
}

.position-static {
  position: static;
}

.position-fixed {
  position: fixed;
}

.btn-light, .btn-info, .btn-danger, .btn-secondary, .btn-primary {
  display: inline-block;
  border: none;
  cursor: pointer;
  transition: 0.2s linear;
  font-size: 1.4rem;
  line-height: 1.8rem;
  letter-spacing: 0.19px;
  border-radius: 3rem;
}

.btn-block {
  display: block;
}

.btn-primary {
  background-color: #000000;
  color: #fff !important;
}
.btn-primary:hover {
  background-color: black;
  color: #fff !important;
}

.bg-primary {
  background-color: #000000;
}

.text-primary {
  color: #000000 !important;
}

.btn-secondary {
  background-color: #ffffff;
  color: #000 !important;
}
.btn-secondary:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-secondary {
  background-color: #ffffff;
}

.text-secondary {
  color: #ffffff !important;
}

.btn-danger {
  background-color: #ec1b2e;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #c41021;
  color: #fff !important;
}

.bg-danger {
  background-color: #ec1b2e;
}

.text-danger {
  color: #ec1b2e !important;
}

.btn-info {
  background-color: #0f0f0f;
  color: #fff !important;
}
.btn-info:hover {
  background-color: black;
  color: #fff !important;
}

.bg-info {
  background-color: #0f0f0f;
}

.text-info {
  color: #0f0f0f !important;
}

.btn-light {
  background-color: #353535;
  color: #fff !important;
}
.btn-light:hover {
  background-color: #1c1c1c;
  color: #fff !important;
}

.bg-light {
  background-color: #353535;
}

.text-light {
  color: #353535 !important;
}

.row {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
}
.row.no-gutters {
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.row.no-gutters > [class*=col-] {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

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

.flex-nowrap {
  flex-wrap: nowrap;
}

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

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

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

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

.align-items-center {
  align-items: center;
}

.align-items-stretch {
  align-items: stretch;
}

.align-content-start {
  align-content: flex-start;
}

.align-content-end {
  align-content: flex-end;
}

.align-content-center {
  align-content: center;
}

.align-content-stretch {
  align-content: stretch;
}

.align-content-between {
  align-content: space-between;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-center {
  justify-content: center;
}

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

.justify-content-around {
  justify-content: space-around;
}

@media (min-width: 450px) {
  .col-xm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .d-xm-none {
    display: none !important;
  }

  .d-xm-block {
    display: block !important;
  }

  .d-xm-flex {
    display: flex !important;
  }

  .d-xm-inline-block {
    display: inline-block !important;
  }

  .d-xm-inline-flex {
    display: inline-flex !important;
  }

  .flex-xm-wrap {
    flex-wrap: wrap;
  }

  .flex-xm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xm-row {
    flex-direction: row;
  }

  .flex-xm-column {
    flex-direction: column;
  }

  .align-items-xm-start {
    align-items: flex-start;
  }

  .align-items-xm-end {
    align-items: flex-end;
  }

  .align-items-xm-center {
    align-items: center;
  }

  .align-items-xm-stretch {
    align-items: stretch;
  }

  .align-content-xm-start {
    align-content: flex-start;
  }

  .align-content-xm-end {
    align-content: flex-end;
  }

  .align-content-xm-center {
    align-content: center;
  }

  .align-content-xm-stretch {
    align-content: stretch;
  }

  .align-content-xm-between {
    align-content: space-between;
  }

  .justify-content-xm-start {
    justify-content: flex-start;
  }

  .justify-content-xm-end {
    justify-content: flex-end;
  }

  .justify-content-xm-center {
    justify-content: center;
  }

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

  .justify-content-xm-around {
    justify-content: space-around;
  }
}
@media (min-width: 576px) {
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

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

  .d-sm-none {
    display: none !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap;
  }

  .flex-sm-row {
    flex-direction: row;
  }

  .flex-sm-column {
    flex-direction: column;
  }

  .align-items-sm-start {
    align-items: flex-start;
  }

  .align-items-sm-end {
    align-items: flex-end;
  }

  .align-items-sm-center {
    align-items: center;
  }

  .align-items-sm-stretch {
    align-items: stretch;
  }

  .align-content-sm-start {
    align-content: flex-start;
  }

  .align-content-sm-end {
    align-content: flex-end;
  }

  .align-content-sm-center {
    align-content: center;
  }

  .align-content-sm-stretch {
    align-content: stretch;
  }

  .align-content-sm-between {
    align-content: space-between;
  }

  .justify-content-sm-start {
    justify-content: flex-start;
  }

  .justify-content-sm-end {
    justify-content: flex-end;
  }

  .justify-content-sm-center {
    justify-content: center;
  }

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

  .justify-content-sm-around {
    justify-content: space-around;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 740px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .d-md-none {
    display: none !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap;
  }

  .flex-md-row {
    flex-direction: row;
  }

  .flex-md-column {
    flex-direction: column;
  }

  .align-items-md-start {
    align-items: flex-start;
  }

  .align-items-md-end {
    align-items: flex-end;
  }

  .align-items-md-center {
    align-items: center;
  }

  .align-items-md-stretch {
    align-items: stretch;
  }

  .align-content-md-start {
    align-content: flex-start;
  }

  .align-content-md-end {
    align-content: flex-end;
  }

  .align-content-md-center {
    align-content: center;
  }

  .align-content-md-stretch {
    align-content: stretch;
  }

  .align-content-md-between {
    align-content: space-between;
  }

  .justify-content-md-start {
    justify-content: flex-start;
  }

  .justify-content-md-end {
    justify-content: flex-end;
  }

  .justify-content-md-center {
    justify-content: center;
  }

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

  .justify-content-md-around {
    justify-content: space-around;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .d-lg-none {
    display: none !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap;
  }

  .flex-lg-row {
    flex-direction: row;
  }

  .flex-lg-column {
    flex-direction: column;
  }

  .align-items-lg-start {
    align-items: flex-start;
  }

  .align-items-lg-end {
    align-items: flex-end;
  }

  .align-items-lg-center {
    align-items: center;
  }

  .align-items-lg-stretch {
    align-items: stretch;
  }

  .align-content-lg-start {
    align-content: flex-start;
  }

  .align-content-lg-end {
    align-content: flex-end;
  }

  .align-content-lg-center {
    align-content: center;
  }

  .align-content-lg-stretch {
    align-content: stretch;
  }

  .align-content-lg-between {
    align-content: space-between;
  }

  .justify-content-lg-start {
    justify-content: flex-start;
  }

  .justify-content-lg-end {
    justify-content: flex-end;
  }

  .justify-content-lg-center {
    justify-content: center;
  }

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

  .justify-content-lg-around {
    justify-content: space-around;
  }
}
@media (min-width: 1260px) {
  .container {
    max-width: 1210px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .d-xl-none {
    display: none !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap;
  }

  .flex-xl-row {
    flex-direction: row;
  }

  .flex-xl-column {
    flex-direction: column;
  }

  .align-items-xl-start {
    align-items: flex-start;
  }

  .align-items-xl-end {
    align-items: flex-end;
  }

  .align-items-xl-center {
    align-items: center;
  }

  .align-items-xl-stretch {
    align-items: stretch;
  }

  .align-content-xl-start {
    align-content: flex-start;
  }

  .align-content-xl-end {
    align-content: flex-end;
  }

  .align-content-xl-center {
    align-content: center;
  }

  .align-content-xl-stretch {
    align-content: stretch;
  }

  .align-content-xl-between {
    align-content: space-between;
  }

  .justify-content-xl-start {
    justify-content: flex-start;
  }

  .justify-content-xl-end {
    justify-content: flex-end;
  }

  .justify-content-xl-center {
    justify-content: center;
  }

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

  .justify-content-xl-around {
    justify-content: space-around;
  }
}
.form-group {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 3rem;
  }
}

.input-group {
  display: flex;
  width: 100%;
  min-width: 1px;
}
.input-group input {
  border-right: none !important;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  flex: 0 1 100%;
  min-width: 1px;
}
.input-group .input-group-append .btn {
  height: 100%;
  border-radius: 0;
  font-size: 1.3rem;
}
.input-group .input-group-append .text {
  height: 100%;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  border: 2px solid #d9d9d9;
  border-left: none;
  border-radius: 0 9px 9px 0;
  padding: 0 1rem;
  font-size: 1.4rem;
  color: #a6a6a6;
}
.input-group .input-group-append .text:before {
  content: "";
  width: 1px;
  height: 60%;
  top: 20%;
  background-color: #a6a6a6;
  left: 0;
  position: absolute;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.form-control {
  height: auto;
  line-height: 4.5rem;
  transition: 0.2s linear;
  flex: 0 1 100%;
  max-width: 100%;
  width: 100%;
  display: block;
  font-size: 1.4rem;
  border: none;
  border-radius: 9px;
  padding: 0 15px;
  background-color: #fff;
  border: 2px solid #d9d9d9;
  font-weight: 600;
  color: #000000;
}
@media (min-width: 768px) {
  .form-control {
    line-height: 5rem;
    padding: 0 2.5rem;
    font-size: 1.6rem;
  }
}
.form-control::placeholder {
  opacity: 1;
  color: #a6a6a6;
  font-weight: 400;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .form-control::placeholder {
    font-size: 1.6rem;
  }
}
.form-control[type=number] {
  appearance: textfield;
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}
@media (min-width: 768px) {
  .form-control[type=number] {
    text-align: right;
  }
}
.form-control::-webkit-outer-spin-button, .form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.form-control.is-invalid {
  border: 1px solid #c92327;
  box-shadow: 0 0 3px #c92327;
}
.form-control.is-valid {
  border: 1px solid #04d967;
  box-shadow: 0 0 3px #04d967;
}
.form-control:focus {
  outline: none;
}

.invalid-feedback {
  padding: 1rem 0 0;
  color: #c92327;
}

.error {
  color: #c92327;
  font-size: 1.4rem;
  font-style: italic;
}

input[type=radio],
input[type=checkbox] {
  display: none;
}

.label-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.4rem;
  letter-spacing: -0.26px;
  color: #a6a6a6;
}
@media (min-width: 768px) {
  .label-text {
    font-size: 1.6rem;
  }
}

.fake-radio,
.fake-checkbox {
  width: 22px;
  flex: 0 0 22px;
  height: 22px;
  border-radius: 60%;
  margin-right: 1rem;
  position: relative;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #e5e5e5;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 20px;
  font-size: 1.3rem !important;
  color: #000000;
}

.fake-checkbox {
  border-radius: 0 !important;
}

.radio-label {
  cursor: pointer;
  margin-bottom: 0;
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-color: #ec1b2e;
  color: #ec1b2e;
  font-weight: bolder;
}

input[type=radio]:checked + .fake-radio::after {
  background-color: #ec1b2e;
  color: #ec1b2e;
  font-weight: bolder;
}

input[type=checkbox]:checked ~ .checkbox-text {
  color: #0f0f0f !important;
}

input[type=radio]:checked ~ .radio-text {
  color: #0f0f0f !important;
}

@media (min-width: 992px) {
  header {
    position: relative;
  }
}
@media (min-width: 992px) {
  header.sticky-header .header-top {
    position: fixed;
    width: 100%;
    bottom: 100%;
    top: unset;
    left: 0;
    z-index: 10;
    transform: translateY(100%);
    background-color: #ffffff;
  }
  header.sticky-header .header-top .header-top-wrapper .header-left-action .top-logo-small {
    display: block;
  }
  header.sticky-header .header-top .header-top-wrapper .nav-menu {
    padding-left: 29px;
    border-left: 1px solid #e5e5e5;
  }
  header.sticky-header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    padding: 18px 0 18px;
  }
}
header .header-top {
  border-bottom: 1px solid #e5e5e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 10;
}
@media (min-width: 992px) {
  header .header-top {
    position: relative;
    transition: 0.3s linear;
  }
}
header .header-top .header-top-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 16px;
}
@media (min-width: 768px) {
  header .header-top .header-top-wrapper {
    justify-content: space-between;
    padding: 16px 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper {
    padding: 0;
    flex-wrap: nowrap;
  }
}
header .header-top .header-top-wrapper .header-left-action {
  display: flex;
  align-items: center;
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler {
  border: none;
  width: 15px;
  min-width: 15px;
  background-color: transparent;
  cursor: pointer;
  outline: none !important;
  margin-right: 29px;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-left-action .navbar-toggler {
    margin-right: 20px;
  }
}
@media (min-width: 1260px) {
  header .header-top .header-top-wrapper .header-left-action .navbar-toggler {
    margin-right: 29px;
  }
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler:hover span {
  background: #ec1b2e;
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler span {
  display: block;
  width: 15px;
  height: 2px;
  background: #212121;
  margin-bottom: 4px;
}
header .header-top .header-top-wrapper .header-left-action .navbar-toggler span:last-of-type {
  margin-bottom: 0px;
}
header .header-top .header-top-wrapper .header-left-action .toggle-search {
  cursor: pointer;
}
header .header-top .header-top-wrapper .header-left-action .top-logo-small {
  display: none;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-left-action .top-logo-small {
    display: none;
    max-width: 37px;
    margin-left: 20px;
  }
}
@media (min-width: 1260px) {
  header .header-top .header-top-wrapper .header-left-action .top-logo-small {
    margin-left: 46px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-left-action {
    margin-right: 16px;
  }
}
header .header-top .header-top-wrapper .top-logo-big {
  display: flex;
  max-width: 154px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 8px;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .top-logo-big {
    display: none;
  }
}
header .header-top .header-top-wrapper .nav-menu {
  display: none;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu {
    display: flex;
    align-items: center;
    overflow-x: auto;
    padding: 0 10px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    margin-right: 13.5px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    padding: 11px 0 13px;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item {
    margin-right: 24px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-menu-link {
    color: #ec1b2e;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-menu-link .toggle-submenu svg {
    fill: #ec1b2e;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    background-color: #fff;
    width: 100%;
    left: 0;
    top: 100%;
    padding: 11px 0;
    z-index: 10;
    box-shadow: 0 2px 28px 0 rgba(0, 68, 108, 0.11);
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item {
    margin-right: 13.5px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) and (min-width: 1260px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item {
    margin-right: 24px;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link {
    display: flex;
    align-items: center;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    transition: 0.2s linear;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link:hover {
    color: #ec1b2e;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item:hover .nav-submenu .nav-submenu-item .nav-submenu-link.active {
    color: #ec1b2e;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link {
    display: flex;
    align-items: center;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    color: #000000;
    transition: 0.2s linear;
  }
}
@media (min-width: 992px) and (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link {
    font-size: 17px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link.active {
    color: #ec1b2e;
  }
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link.active .toggle-submenu svg {
    fill: #ec1b2e;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-menu-link .toggle-submenu {
    display: flex;
    align-items: center;
    margin-left: 7px;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .nav-menu .nav-menu-item .nav-submenu {
    display: none;
  }
}
header .header-top .header-top-wrapper .header-right-action {
  flex: 0 0 calc(100% + 34px);
  width: calc(100% + 34px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
  border-top: 1px solid #e5e5e5;
  margin: 0 -17px;
  margin-top: 16px;
}
@media (min-width: 768px) {
  header .header-top .header-top-wrapper .header-right-action {
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    border-top: none;
    margin: 0;
  }
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-right-action {
    margin-left: 16px;
  }
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-left {
  display: flex;
  align-items: center;
  justify-content: center;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-left .header-action-link {
  display: block;
  color: #ec1b2e;
  font-family: "Open Sans Condensed";
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin-right: 16px;
}
@media (min-width: 992px) {
  header .header-top .header-top-wrapper .header-right-action .header-right-action-left .header-action-link {
    font-size: 14px;
  }
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 17px;
  right: 17px;
}
@media (min-width: 768px) {
  header .header-top .header-top-wrapper .header-right-action .header-right-action-right {
    position: relative;
    top: unset;
    right: unset;
  }
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .cart {
  display: block;
  position: relative;
  margin-right: 16px;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .cart span {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: -7px;
  background-color: #ec1b2e;
  padding: 7px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  color: #ffffff;
  font-size: 12px;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login {
  display: block;
  color: #000000;
  transition: 0.2s linear;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login:hover {
  color: #ec1b2e;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login svg {
  fill: #ec1b2e;
}
header .header-top .header-top-wrapper .header-right-action .header-right-action-right .login .user-label {
  display: none !important;
}
header .header-bottom {
  display: none;
  border-bottom: 1px solid #000000;
}
@media (min-width: 992px) {
  header .header-bottom {
    display: block;
  }
  header .header-bottom .header-bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
  header .header-bottom .header-bottom-wrapper .newsletter {
    display: block;
    color: #ec1b2e;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 18px;
    padding: 54px 0 53px;
  }
  header .header-bottom .header-bottom-wrapper .bottom-logo-big {
    display: block;
    max-width: 352px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  header .header-bottom .header-bottom-wrapper .edition {
    display: flex;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
  }
  header .header-bottom .header-bottom-wrapper .edition .edition-text {
    display: block;
    color: #ec1b2e;
    font-family: "Open Sans Condensed";
    font-weight: 700;
    font-size: 18px;
    margin-right: 18px;
    margin-top: -30px;
    margin-bottom: 0;
  }
  header .header-bottom .header-bottom-wrapper .edition .edition-image {
    display: block;
    max-width: 66px;
    margin-bottom: 0;
  }
  header .header-bottom .header-bottom-wrapper .edition .edition-image img {
    height: 100%;
    display: block;
  }
}
header .side-menu-wrapper .body-overlay {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  transition: 0.2s ease-out 0.1s;
  opacity: 0;
  z-index: 9998;
  visibility: hidden;
}
header .side-menu-wrapper .close-menu {
  position: fixed;
  top: 20px;
  left: 10px;
  z-index: 10000;
  visibility: hidden;
  transition: 0.2s ease;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .close-menu {
    top: 50px;
    left: 20px;
  }
}
header .side-menu-wrapper .close-menu svg {
  fill: #ffffff;
}
header .side-menu-wrapper .close-menu:hover svg {
  fill: #ec1b2e;
}
header .side-menu-wrapper .side-menu {
  position: fixed;
  top: 0;
  right: -1000vh;
  background: #000000;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu {
    background: linear-gradient(to right, #b41424 50%, #1e1e1e 50%);
  }
}
header .side-menu-wrapper .side-menu .side-menu-box {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box {
    flex-direction: row;
    max-width: 1210px;
    margin: 0 auto;
    position: relative;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper {
  padding: 80px 17px 17px 17px;
  background-color: #b41424;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper {
    flex: 0 0 70%;
    width: 70%;
    padding-top: 180px;
    height: auto;
  }
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item {
    flex: 0 0 49%;
    width: 49%;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-menu-link {
  display: block;
  font-size: 30px;
  line-height: 1;
  font-family: "Abril Fatface";
  font-weight: 500;
  color: #ffffff;
  transition: 0.4s all ease;
  border-bottom: 1px solid #d29196;
  padding-top: 8px;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-submenu {
  column-count: 2;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-submenu .side-nav-submenu-item .side-nav-submenu-link {
  display: block;
  font-size: 18px;
  line-height: 1;
  font-family: "Open Sans Condensed";
  color: #ffffff;
  transition: 0.4s all ease;
  padding-top: 8px;
  padding-bottom: 8px;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .side-nav-menu .side-nav-menu-item .side-nav-submenu .side-nav-submenu-item .side-nav-submenu-link {
    font-size: 20px;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .static-menu {
  display: none;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-menu-wrapper .static-menu {
    display: flex;
    background-color: #b41424;
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 1px solid #d29196;
    width: 69%;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition {
  padding: 17px 17px 24px 17px;
  text-align: center;
  background-color: #1e1e1e;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition {
    flex: 0 0 30%;
    width: 30%;
    padding-top: 180px;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-title {
  display: block;
  color: #ffffff;
  font-family: "Abril Fatface";
  font-weight: 500;
  margin-bottom: 16px;
  padding-top: 8px;
  padding-bottom: 10px;
  font-size: 30px;
  border-bottom: 1px solid #959595;
  text-align: center;
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-title {
    padding-top: 0;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-item {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-bottom: 16px;
  position: relative;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-item:after {
  content: "";
  padding-top: 130%;
  display: block;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-subscribe {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #e71c29;
  color: #fff;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 3px;
  transition: 0.2s ease-in;
}
header .side-menu-wrapper .side-menu .side-menu-box .side-nav-edition .side-nav-edition-subscribe:hover {
  background-color: #c70310;
}
header .side-menu-wrapper .side-menu .side-menu-box .static-menu {
  background-color: #000000;
  padding: 17px;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu {
    display: flex;
    align-items: center;
    padding: 32px 17px;
  }
}
@media (min-width: 1260px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu {
    display: none;
  }
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item {
    margin-right: 24px;
  }
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item:last-of-type {
    margin-right: 0;
  }
}
header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item .static-menu-link {
  display: block;
  color: #ffffff;
  font-size: 18px;
  line-height: 1;
  padding: 8px 0;
  font-family: "Abril Fatface";
  font-weight: 500;
}
@media (min-width: 768px) {
  header .side-menu-wrapper .side-menu .side-menu-box .static-menu .static-menu-item .static-menu-link {
    font-size: 20px;
  }
}
header .side-menu-wrapper.show .body-overlay {
  opacity: 0.85;
  visibility: visible;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
header .side-menu-wrapper.show .close-menu {
  visibility: visible;
  transition: 0.2s ease 0.3s;
}
header .side-menu-wrapper.show .side-menu {
  opacity: 1;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
  right: 0;
}
header .search-form-wrapper .search-body-overlay {
  display: block;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  background: #1e1e1e;
  transition: 0.2s ease-out 0.1s;
  opacity: 0;
  z-index: 9998;
  visibility: hidden;
}
header .search-form-wrapper .close-menu {
  position: fixed;
  top: 50px;
  left: 17px;
  z-index: 10000;
  visibility: hidden;
  transition: 0.2s ease;
  cursor: pointer;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1260px) {
  header .search-form-wrapper .close-menu {
    left: 20px;
  }
}
header .search-form-wrapper .close-menu svg {
  fill: #ffffff;
}
header .search-form-wrapper .close-menu:hover svg {
  fill: #ec1b2e;
}
header .search-form-wrapper .search-form-box {
  position: fixed;
  top: 0;
  right: -1000vh;
  background: #1e1e1e;
  width: 100%;
  max-width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 9999;
  opacity: 0;
  transition: 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 180px 17px 0;
}
header .search-form-wrapper .search-form-box .search-form {
  position: relative;
}
@media (min-width: 1260px) {
  header .search-form-wrapper .search-form-box .search-form {
    max-width: 1210px;
    margin: 0 auto;
  }
}
header .search-form-wrapper .search-form-box .search-form input {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(233, 255, 242, 0.2);
  width: 100%;
  font-family: "Open Sans Condensed";
  font-size: 32px;
  padding: 0.15em 0;
  color: #dfe6e2;
  border-radius: 0;
  padding-right: 40px;
}
header .search-form-wrapper .search-form-box .search-form input:focus, header .search-form-wrapper .search-form-box .search-form input:focus-visible {
  box-shadow: none;
  border: none;
  outline: none;
}
header .search-form-wrapper .search-form-box .search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 48px;
  background-color: transparent;
  border: none;
  cursor: pointer;
}
header .search-form-wrapper .search-form-box .search-form button svg {
  fill: #ffffff;
}
header .search-form-wrapper.search-show .search-body-overlay {
  opacity: 1;
  visibility: visible;
  transition: 0.4s cubic-bezier(0.22, 0.61, 0.36, 1) 0.1s;
}
header .search-form-wrapper.search-show .close-menu {
  visibility: visible;
  transition: 0.2s ease 0.3s;
}
header .search-form-wrapper.search-show .search-form-box {
  opacity: 1;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.1), 3px 0 25px rgba(0, 0, 0, 0.18);
  right: 0;
}

@media (min-width: 992px) {
  .layout {
    display: flex;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .layout .main-content {
    flex: 0 0 calc(100% - 323px);
    width: calc(100% - 323px);
  }
}
@media (min-width: 1260px) {
  .layout .main-content {
    flex: 0 0 calc(100% - 410px);
    width: calc(100% - 410px);
  }
}
@media (min-width: 992px) {
  .layout .sidebar {
    flex: 0 0 300px;
    width: 300px;
  }
}
@media (min-width: 1260px) {
  .layout .sidebar {
    flex: 0 0 387px;
    width: 387px;
  }
}

.section-header {
  border-bottom: 1px solid #000000;
  margin-bottom: 24px;
}
.section-header .section-category {
  display: block;
  font-size: 28px;
  line-height: 1.2;
  color: #0f0f0f;
  margin-bottom: 0;
  font-family: "Abril Fatface";
}

.news-item {
  position: relative;
}
.news-item .news-item-image {
  position: relative;
  display: block;
  margin-bottom: 11px;
  background: #efefef url("../img/logo-small.webp") no-repeat center center;
}
.news-item .news-item-image:after {
  content: "";
  display: block;
  padding-top: 56%;
}
.news-item .news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top center;
  background-color: #efefef;
}
.news-item .news-item-data .news-item-category {
  display: block;
  margin-bottom: 4px;
  color: #ec1b2e;
  text-transform: uppercase;
  font-family: "Open Sans Condensed Bold";
  font-size: 14px;
  line-height: 1;
}
.news-item .news-item-data .news-item-category:not(:first-child) {
  display: none;
}
.news-item .news-item-data .news-item-title {
  margin-bottom: 0;
}
.news-item .news-item-data .news-item-title a {
  display: block;
  font-family: "Open Sans Condensed Bold";
  color: #000000;
  transition: 0.2s;
}
.news-item .news-item-data .news-item-title a:hover {
  color: #ec1b2e;
}
.news-item .news-item-data .news-item-description {
  display: none;
  margin-bottom: 0;
  color: #353535;
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
}
.news-item .news-item-data .news-item-author {
  display: block;
  margin-bottom: 0;
  color: #0f0f0f;
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 16px;
}
.news-item .news-author-image {
  display: none;
  position: relative;
}
.news-item .news-author-image:after {
  content: "";
  display: block;
  padding-top: 100%;
}
.news-item .news-author-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: top center;
}

@media (min-width: 768px) {
  .lead-news {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .lead-news {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .lead-news .lead-news-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.lead-news .lead-news-wrapper .news-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 768px) {
  .lead-news .lead-news-wrapper .news-item {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  .lead-news .lead-news-wrapper .news-item:first-of-type {
    grid-row: 1/3;
    grid-column: 1/3;
  }
}
.lead-news .lead-news-wrapper .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 11px;
}
@media (min-width: 1260px) {
  .lead-news .lead-news-wrapper .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 38px;
    line-height: 46px;
  }
}
.lead-news .lead-news-wrapper .news-item:first-of-type .news-item-data .news-item-description {
  display: block;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 9px;
}
@media (min-width: 768px) {
  .lead-news .lead-news-wrapper .news-item:nth-of-type(2) {
    padding-bottom: 24px;
    border-bottom: 1px solid #e5e5e5;
  }
}
.lead-news .lead-news-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 1260px) {
  .lead-news .lead-news-wrapper .news-item .news-item-data .news-item-title a {
    font-size: 19px;
    line-height: 23px;
  }
}

@media (min-width: 768px) {
  .five-news-box {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .five-news-box {
    margin-bottom: 58px;
  }
}
.five-news-box.no-image .five-news-box-wrapper .news-item .news-item-image {
  display: none;
}
@media (min-width: 768px) {
  .five-news-box .five-news-box-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 992px) {
  .five-news-box .five-news-box-wrapper {
    justify-content: flex-start;
  }
}
.five-news-box .five-news-box-wrapper .news-item {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.five-news-box .five-news-box-wrapper .news-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .five-news-box .five-news-box-wrapper .news-item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .five-news-box .five-news-box-wrapper .news-item {
    flex: 0 0 calc(20% - 19.2px);
    width: calc(20% - 19.2px);
    margin-right: 24px;
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .five-news-box .five-news-box-wrapper .news-item:last-of-type {
    margin-right: 0;
  }
}
.five-news-box .five-news-box-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
}
@media (min-width: 1260px) {
  .five-news-box .five-news-box-wrapper .news-item .news-item-data .news-item-title a {
    font-size: 19px;
    line-height: 23px;
  }
}

.page-content {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .page-content .layout .main-content .news-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 1260px) {
  .page-content .layout .main-content .news-list {
    justify-content: flex-start;
  }
}
.page-content .layout .main-content .news-list .news-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.page-content .layout .main-content .news-list .news-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-content .layout .main-content .news-list .news-item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    border-bottom: none;
  }
}
@media (min-width: 1260px) {
  .page-content .layout .main-content .news-list .news-item {
    flex: 0 0 calc(33.3333333333% - 16px);
    width: calc(33.3333333333% - 16px);
    margin-right: 24px;
  }
  .page-content .layout .main-content .news-list .news-item:nth-of-type(3n) {
    margin-right: 0;
  }
}
.page-content .layout .main-content .news-list .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.page-content .layout .main-content .news-list .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
  font-family: "Open Sans Condensed Bold";
}
@media (min-width: 768px) {
  .page-content .layout .main-content .category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.page-content .layout .main-content .category-list .news-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.page-content .layout .main-content .category-list .news-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .page-content .layout .main-content .category-list .news-item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    border-bottom: none;
  }
}
.page-content .layout .main-content .category-list .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.page-content .layout .main-content .category-list .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
  font-family: "Open Sans Condensed Bold";
}

@media (min-width: 768px) {
  .news-of-the-day {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .news-of-the-day {
    margin-bottom: 40px;
  }
}
@media (min-width: 768px) {
  .news-of-the-day .news-of-the-day-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 24px;
  }
}
@media (min-width: 992px) {
  .news-of-the-day .news-of-the-day-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }
}
.news-of-the-day .news-of-the-day-wrapper .news-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
@media (min-width: 992px) {
  .news-of-the-day .news-of-the-day-wrapper .news-item {
    margin-bottom: 0;
  }
}
.news-of-the-day .news-of-the-day-wrapper .news-item:last-of-type {
  border-bottom: none;
}
.news-of-the-day .news-of-the-day-wrapper .news-item .news-item-image {
  display: none;
}
.news-of-the-day .news-of-the-day-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.news-of-the-day .news-of-the-day-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
}
.news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-image {
  display: block;
}
.news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-data .news-item-title {
  margin-bottom: 9px;
}
.news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 28px;
  line-height: 34px;
}
.news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-data .news-item-description {
  display: block;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 9px;
}
.news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) .news-item-image {
  display: block;
}
.news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .news-of-the-day .news-of-the-day-wrapper .news-item .news-item-data .news-item-title a {
    font-size: 15px;
    line-height: 19px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 28px;
    line-height: 34px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-data .news-item-description {
    font-size: 15px;
    line-height: 19px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) .news-item-data .news-item-title a {
    font-size: 28px;
    line-height: 34px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) .news-item-data .news-item-description {
    display: block;
    font-size: 15px;
    line-height: 19px;
    margin-bottom: 9px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(7) {
    border-bottom: none;
  }
}
@media (min-width: 992px) {
  .news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type {
    grid-row: 1/5;
    grid-column: 2/4;
    border-bottom: none;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:last-of-type {
    grid-column: 4/5;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) {
    grid-row: 1/3;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item .news-item-data .news-item-title a {
    font-size: 19px;
    line-height: 23px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 32px;
    line-height: 38px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:first-of-type .news-item-data .news-item-description {
    font-size: 19px;
    line-height: 23px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) .news-item-data .news-item-title a {
    font-size: 19px;
    line-height: 23px;
  }
  .news-of-the-day .news-of-the-day-wrapper .news-item:nth-of-type(2) .news-item-data .news-item-description {
    display: none;
  }
}

@media (min-width: 768px) {
  .printed-edition {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .printed-edition {
    margin-bottom: 58px;
  }
}
@media (min-width: 768px) {
  .printed-edition .printed-edition-wrapper {
    display: flex;
    justify-content: space-between;
  }
}
.printed-edition .printed-edition-wrapper .news-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.printed-edition .printed-edition-wrapper .news-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .printed-edition .printed-edition-wrapper .news-item {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
  }
}
.printed-edition .printed-edition-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.printed-edition .printed-edition-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
}
@media (min-width: 992px) {
  .printed-edition .printed-edition-wrapper .news-item .news-item-data .news-item-title a {
    font-size: 32px;
    line-height: 38px;
  }
}

@media (min-width: 768px) {
  .big-five-news-box {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .big-five-news-box {
    margin-bottom: 62px;
  }
}
@media (min-width: 768px) {
  .big-five-news-box .big-five-news-box-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }
}
.big-five-news-box .big-five-news-box-wrapper .news-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.big-five-news-box .big-five-news-box-wrapper .news-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .big-five-news-box .big-five-news-box-wrapper .news-item {
    margin-bottom: 0;
  }
}
.big-five-news-box .big-five-news-box-wrapper .news-item .news-item-image {
  display: none;
}
.big-five-news-box .big-five-news-box-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.big-five-news-box .big-five-news-box-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
}
@media (min-width: 768px) {
  .big-five-news-box .big-five-news-box-wrapper .news-item:first-of-type {
    border-bottom: none;
  }
}
.big-five-news-box .big-five-news-box-wrapper .news-item:first-of-type .news-item-image {
  display: block;
}
.big-five-news-box .big-five-news-box-wrapper .news-item:first-of-type .news-item-data .news-item-title a {
  font-size: 28px;
  line-height: 34px;
}
.big-five-news-box .big-five-news-box-wrapper .news-item:first-of-type .news-item-data .news-item-description {
  display: block;
  font-size: 19px;
  line-height: 23px;
  margin-bottom: 9px;
}
.big-five-news-box .big-five-news-box-wrapper .news-item:nth-of-type(2) .news-item-image {
  display: block;
}
@media (min-width: 768px) {
  .big-five-news-box .big-five-news-box-wrapper .news-item:first-of-type {
    grid-row: 1/5;
    grid-column: 1/3;
  }
}
@media (min-width: 1260px) {
  .big-five-news-box .big-five-news-box-wrapper .news-item:first-of-type .news-item-data .news-item-title {
    margin-bottom: 9px;
  }
  .big-five-news-box .big-five-news-box-wrapper .news-item:first-of-type .news-item-data .news-item-title a {
    font-size: 38px;
    line-height: 46px;
  }
}

@media (min-width: 768px) {
  .category-box {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .category-box {
    margin-bottom: 66px;
  }
}
@media (min-width: 768px) {
  .category-box .category-box-wrapper {
    display: flex;
  }
}
@media (min-width: 768px) {
  .category-box .category-box-wrapper .category-box-item-wrapper {
    flex: 0 0 calc(33.3333333333% - 16px);
    width: calc(33.3333333333% - 16px);
    margin-right: 24px;
  }
  .category-box .category-box-wrapper .category-box-item-wrapper:last-of-type {
    margin-right: 0;
  }
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:last-of-type {
  border-bottom: none;
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item .news-item-image {
  display: none;
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
}
.category-box .category-box-wrapper .category-box-item-wrapper .category-box-item-list .news-item:first-of-type .news-item-image {
  display: block;
}

.velike-price {
  padding: 30px 0;
  margin-bottom: 30px;
  background-image: linear-gradient(to bottom, #ec1b2e 0%, #ec1b2e 10%, #000000 10%, #000000 40%, #000000 40%, #000000 60%, #000000 60%, #000000 80%, #000000 80%);
}
@media (min-width: 768px) {
  .velike-price {
    padding: 30px 0 56px;
    margin-bottom: 60px;
    background-image: linear-gradient(to bottom, #ec1b2e 0%, #ec1b2e 30%, #000000 30%, #000000 40%, #000000 40%, #000000 60%, #000000 60%, #000000 80%, #000000 80%);
  }
}
.velike-price .section-header {
  border-bottom: 1px solid #ffffff;
}
.velike-price .section-header .section-category {
  color: #ffffff;
}
@media (min-width: 768px) {
  .velike-price .velike-price-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 24px;
  }
}
.velike-price .velike-price-wrapper .news-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
}
@media (min-width: 768px) {
  .velike-price .velike-price-wrapper .news-item {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .velike-price .velike-price-wrapper .news-item:last-of-type {
    margin-bottom: 0;
  }
}
.velike-price .velike-price-wrapper .news-item .news-item-image {
  display: none;
}
.velike-price .velike-price-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.velike-price .velike-price-wrapper .news-item .news-item-data .news-item-title a {
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: 0.2s;
}
.velike-price .velike-price-wrapper .news-item .news-item-data .news-item-title a:hover {
  color: #ec1b2e;
}
.velike-price .velike-price-wrapper .news-item .news-item-data .news-item-author {
  color: #ffffff;
}
.velike-price .velike-price-wrapper .news-item:last-of-type .news-item-image {
  display: block;
}
.velike-price .velike-price-wrapper .news-item:first-of-type .news-item-image {
  display: block;
}
.velike-price .velike-price-wrapper .news-item:nth-of-type(2) .news-item-image {
  display: block;
}
@media (min-width: 768px) {
  .velike-price .velike-price-wrapper .news-item:last-of-type {
    grid-row: 1/4;
    grid-column: 3/5;
  }
  .velike-price .velike-price-wrapper .news-item:last-of-type .news-item-title a {
    font-size: 32px;
    line-height: 38px;
  }
}

.video-news {
  background-color: #1d2f42;
  padding: 30px 0 44px;
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .video-news {
    margin-bottom: 65px;
  }
}
.video-news .section-header {
  border-bottom: 1px solid #ffffff;
}
.video-news .section-header .section-category {
  color: #ffffff;
}
.video-news .video-news-slider {
  position: relative;
}
.video-news .video-news-slider .swiper-wrapper {
  padding: 25px 0 69px;
}
.video-news .video-news-slider .swiper-wrapper .swiper-slide {
  width: 285px;
}
.video-news .video-news-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title {
  margin-bottom: 0;
}
.video-news .video-news-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-title a {
  color: #ffffff;
  font-size: 19px;
  line-height: 23px;
}
.video-news .video-news-slider .swiper-wrapper .swiper-slide .news-item .news-item-data .news-item-author {
  display: none;
}
.video-news .video-news-slider .swiper-scrollbar {
  background: rgba(26, 42, 59, 0.5);
  width: 90%;
  left: 0;
  bottom: 0;
}
.video-news .video-news-slider .swiper-scrollbar-drag {
  background: #000000;
  width: 80%;
}
.video-news .video-news-slider .swiper-button-prev {
  left: unset !important;
  right: 20px !important;
  top: unset !important;
  bottom: 15px !important;
  right: 65px !important;
}
@media (min-width: 1260px) {
  .video-news .video-news-slider .swiper-button-prev {
    right: 70px !important;
  }
}
.video-news .video-news-slider .swiper-button-prev::after {
  background: #071a2d !important;
  padding: 13px 16px !important;
  border-radius: 50% !important;
}
.video-news .video-news-slider .swiper-button-next {
  top: unset !important;
  bottom: 15px !important;
  right: 15px !important;
}
@media (min-width: 1260px) {
  .video-news .video-news-slider .swiper-button-next {
    right: 20px !important;
  }
}
.video-news .video-news-slider .swiper-button-next::after {
  background: #071a2d !important;
  padding: 13px 16px !important;
  border-radius: 50% !important;
}

:root {
  --swiper-navigation-size: 14px !important;
  --swiper-theme-color: #ffffff;
}

.latest-comments {
  background-color: #f0f1f3;
  padding-top: 24px;
  margin-bottom: 30px;
}
@media (min-width: 1260px) {
  .latest-comments {
    margin-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .latest-comments .latest-comments-wrapper {
    display: flex;
  }
}
.latest-comments .latest-comments-wrapper .latest-comments-item {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.latest-comments .latest-comments-wrapper .latest-comments-item:last-of-type {
  border-bottom: 0;
}
@media (min-width: 992px) {
  .latest-comments .latest-comments-wrapper .latest-comments-item {
    flex: 1;
    margin-bottom: 0;
    border-bottom: none;
    padding: 0 22px 0 17px;
    border-left: 1px solid #e5e5e5;
    padding-bottom: 57px;
  }
  .latest-comments .latest-comments-wrapper .latest-comments-item:first-of-type {
    padding-left: 0;
    border-left: none;
  }
}
.latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header {
  margin-bottom: 33px;
  position: relative;
}
@media (min-width: 576px) {
  .latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header {
    margin-bottom: 66px;
  }
}
@media (min-width: 992px) {
  .latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header {
    margin-bottom: 33px;
  }
}
.latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header::after {
  content: url("../css/assets/quote.png");
  background-color: #ec1b2e;
  position: absolute;
  top: 0;
  right: 0;
  width: 72px;
  height: 72px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header .comments-author {
  display: flex;
  align-content: center;
  margin-bottom: 0;
  color: #ec1b2e;
  font-family: "Open Sans Condensed Bold";
  font-size: 16px;
  line-height: 23px;
  width: calc(100% - 82px);
}
.latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header .comments-author a,
.latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header .comments-author span {
  display: block;
  color: #ec1b2e;
  font-family: "Open Sans Condensed Bold";
  font-size: 16px;
  line-height: 23px;
  padding-right: 5px;
}
.latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-header .news-title {
  display: block;
  color: #000000;
  font-family: "Open Sans Condensed Bold";
  font-size: 16px;
  line-height: 18px;
  width: calc(100% - 82px);
}
.latest-comments .latest-comments-wrapper .latest-comments-item .latest-comments-data {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #353535;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.homepage-shop {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .homepage-shop {
    margin-bottom: 66px;
  }
}
@media (min-width: 576px) {
  .homepage-shop .homepage-shop-wrapper {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
  }
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper {
  border: 1px solid #e5e5e5;
  padding: 20px 27px 24px;
  margin-bottom: 24px;
}
@media (min-width: 576px) {
  .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    margin-bottom: 0;
  }
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item {
    display: flex;
    align-items: flex-start;
  }
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-image {
  position: relative;
  display: block;
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-image {
    margin-bottom: 0;
    flex: 0 0 130px;
    width: 130px;
    margin-right: 24px;
  }
}
@media (min-width: 992px) {
  .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-image {
    flex: 0 0 170px;
    width: 170px;
  }
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-image:after {
  content: "";
  display: block;
  padding-top: 132%;
  background-color: #F2F2F2;
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
@media (min-width: 768px) {
  .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data {
    flex: 1;
  }
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-title {
  margin-bottom: 7px;
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-title a {
  display: block;
  font-family: "Open Sans Condensed Bold";
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-info {
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #353535;
  margin-bottom: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #e71c29;
  color: #fff;
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 3px;
  transition: 0.2s ease-in;
  text-transform: uppercase;
  white-space: nowrap;
}
.homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-btn:hover {
  background-color: #c70310;
}
.category .homepage-shop {
  margin-bottom: 0;
}
.category .homepage-shop .homepage-shop-wrapper {
  display: block;
}
.category .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper {
  width: 100%;
  padding: 19px 22px 23px;
  margin-bottom: 37px;
}
.category .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .section-header {
  margin-bottom: 21px;
}
.category .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .section-header .section-category {
  text-align: center;
}
.category .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-image {
  flex: 0 0 90px;
  width: 90px;
  margin-right: 23px;
}
.category .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-title {
  margin-bottom: 7px;
}
.category .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-title a {
  font-size: 18px;
  line-height: 24px;
}

.single-news-box {
  margin-bottom: 35px;
}
@media (min-width: 1260px) {
  .single-news-box {
    margin-left: -24px;
  }
}
.single-news-box .news-item {
  padding: 8px 0 8px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.single-news-box .news-item ~ .news-item {
  border-top: none;
}
@media (min-width: 768px) {
  .single-news-box .news-item {
    display: flex;
    align-items: flex-start;
    padding: 8px 0 8px 24px;
  }
}
.single-news-box .news-item .news-item-image {
  position: relative;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .single-news-box .news-item .news-item-image {
    margin-bottom: 0 !important;
    order: 2;
    flex: 0 0 126px;
    width: 126px;
    margin-left: 50px;
  }
}
.single-news-box .news-item .news-item-image:after {
  content: "";
  display: block;
  padding-top: 56%;
}
@media (min-width: 768px) {
  .single-news-box .news-item .news-item-image:after {
    padding-top: 100%;
  }
}
.single-news-box .news-item .news-item-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  display: block;
  object-position: top center;
}
.single-news-box .news-item .news-item-data {
  order: 1;
}
.single-news-box .news-item .news-item-data .news-item-category {
  display: inline-block !important;
  margin-bottom: 7px !important;
  color: #ec1b2e !important;
  text-transform: uppercase !important;
  font-family: "Open Sans Condensed Bold" !important;
  font-size: 14px !important;
  line-height: 1 !important;
  text-decoration: none !important;
}
.single-news-box .news-item .news-item-data .news-item-title {
  text-transform: none !important;
  margin-bottom: 18px !important;
  font-size: 27px !important;
  font-family: "Open Sans Condensed Bold" !important;
  font-weight: unset !important;
}
.single-news-box .news-item .news-item-data .news-item-title a {
  display: block !important;
  font-family: "Open Sans Condensed Bold" !important;
  color: #000000 !important;
  transition: 0.2s !important;
  text-decoration: none !important;
  font-size: 27px !important;
  line-height: 1 !important;
  font-weight: unset !important;
  margin-bottom: 0 !important;
}
.single-news-box .news-item .news-item-data .news-item-title a:hover {
  color: #ec1b2e !important;
}
.single-news-box .news-item .news-item-data .news-item-author {
  display: block !important;
  margin-bottom: 0 !important;
  color: #0f0f0f !important;
  font-family: "Abhaya Libre", serif !important;
  font-weight: 500 !important;
  font-size: 16px !important;
  text-decoration: none !important;
}

.related-news {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0 24px 0;
  margin-bottom: 50px;
}
@media (min-width: 1260px) {
  .related-news {
    padding: 17px 0 24px 24px;
    margin-left: -24px;
  }
}
.related-news .section-header {
  border-bottom: none;
  margin-bottom: 19px;
}
@media (min-width: 768px) {
  .related-news .related-news-wrapper {
    display: flex;
    flex-wrap: wrap;
  }
}
.related-news .related-news-wrapper .news-item {
  margin-bottom: 24px;
}
.related-news .related-news-wrapper .news-item:last-of-type {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .related-news .related-news-wrapper .news-item {
    flex: 0 0 calc(50% - 12px);
    width: calc(50% - 12px);
    margin-right: 24px;
  }
  .related-news .related-news-wrapper .news-item:nth-of-type(2n) {
    margin-right: 0;
  }
  .related-news .related-news-wrapper .news-item:last-of-type {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .related-news .related-news-wrapper .news-item {
    flex: 0 0 calc(33.3333333333% - 16px);
    width: calc(33.3333333333% - 16px);
    margin-right: 24px;
    margin-bottom: 0;
  }
  .related-news .related-news-wrapper .news-item:nth-of-type(2n) {
    margin-right: 24px;
  }
  .related-news .related-news-wrapper .news-item:nth-of-type(3n) {
    margin-right: 0;
  }
  .related-news .related-news-wrapper .news-item:last-of-type {
    margin-bottom: 0;
  }
}
.related-news .related-news-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.related-news .related-news-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
}

.sidebar-columns {
  max-width: 387px;
  margin: 0 auto;
}
.sidebar-columns .sidebar-columns-wrapper .news-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.sidebar-columns .sidebar-columns-wrapper .news-item:first-of-type {
  padding-top: 0;
}
.sidebar-columns .sidebar-columns-wrapper .news-item .news-item-image {
  display: block;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  margin-left: 30px;
  order: 2;
}
.sidebar-columns .sidebar-columns-wrapper .news-item .news-author-image {
  display: none;
  flex: 0 0 74px;
  width: 74px;
  height: 74px;
  margin-left: 30px;
}
.sidebar-columns .sidebar-columns-wrapper .news-item .news-author-image img {
  border-radius: 50%;
}
.sidebar-columns .sidebar-columns-wrapper .news-item .news-item-data {
  order: 1;
}
.sidebar-columns .sidebar-columns-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 11px;
}
.sidebar-columns .sidebar-columns-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 19px;
  line-height: 23px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar-columns .all-columns {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  background-color: #e71c29;
  color: #fff;
  font-size: 16px;
  padding: 10px 28px;
  border-radius: 3px;
  transition: 0.2s ease-in;
  text-transform: uppercase;
  margin-top: 26px;
}
.sidebar-columns .all-columns:hover {
  background-color: #c70310;
}

.monde-diplomatique {
  background-color: #f0f1f3;
  padding: 22px;
  max-width: 387px;
  margin: 0 auto;
  margin-top: 34.6px;
}
@media (min-width: 1260px) {
  .monde-diplomatique {
    padding: 44px;
  }
}
.monde-diplomatique .monde-logo {
  display: block;
  max-width: 320px;
  margin: 0 auto;
  margin-bottom: 42px;
}
.monde-diplomatique .monde-diplomatique-list .news-item {
  padding: 15px 0;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
  border-bottom-color: #c5c5c5;
}
.monde-diplomatique .monde-diplomatique-list .news-item .news-item-image {
  display: none;
}
.monde-diplomatique .monde-diplomatique-list .news-item .news-item-data .news-item-title {
  margin-bottom: 5px;
}
.monde-diplomatique .monde-diplomatique-list .news-item .news-item-data .news-item-title a {
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 31px;
  color: #2d2d2d;
}
.monde-diplomatique .monde-diplomatique-list .news-item .news-item-data .news-item-author-date {
  display: flex;
  align-items: center;
}
.monde-diplomatique .monde-diplomatique-list .news-item .news-item-data .news-item-author-date .news-item-author,
.monde-diplomatique .monde-diplomatique-list .news-item .news-item-data .news-item-author-date .news-item-date {
  display: block;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  color: #8f8f8f;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.monde-diplomatique .monde-diplomatique-list .news-item .news-item-data .news-item-author-date .news-item-date {
  padding-left: 5px;
  display: none;
}
.monde-diplomatique .monde-diplomatique-list .news-item:first-of-type {
  padding-top: 0;
}
.monde-diplomatique .monde-diplomatique-list .news-item:first-of-type .news-item-image {
  display: block;
}
.monde-diplomatique .monde-diplomatique-list .news-item:first-of-type .news-item-description {
  display: block;
  font-family: "Alegreya Sans", sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.most-read-news {
  border: 1px solid #E5E5E5;
  padding: 19px 23px 0;
  margin-bottom: 35px;
}
.most-read-news .section-header {
  border-bottom: none;
  margin-bottom: 8px;
}
.most-read-news .most-read-news-wrapper .news-item {
  display: flex;
  align-items: flex-start;
  padding: 17px 0 45px;
  border-top: 1px solid #E5E5E5;
}
.most-read-news .most-read-news-wrapper .news-item:first-of-type {
  border-top: none;
}
.most-read-news .most-read-news-wrapper .news-item .news-item-image {
  order: 2;
  flex: 0 0 69px;
  width: 69px;
  margin-left: 9px;
}
.most-read-news .most-read-news-wrapper .news-item .news-item-image::after {
  padding-top: 100%;
}
.most-read-news .most-read-news-wrapper .news-item .news-item-data {
  order: 1;
  flex: 1;
}
.most-read-news .most-read-news-wrapper .news-item .news-item-data .news-item-category {
  display: none;
}
.most-read-news .most-read-news-wrapper .news-item .news-item-data .news-item-author {
  display: none;
}
.most-read-news .most-read-news-wrapper .news-item .news-item-data .news-item-title {
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.most-read-news .most-read-news-wrapper .news-item .news-item-data .news-item-title a {
  font-size: 18px;
  line-height: 24px;
}

.category {
  padding-bottom: 17px;
}
.category .category-name {
  font-family: "Open Sans Condensed Bold";
  font-size: 36px;
  line-height: 1;
  color: #636363;
  margin-bottom: 16px;
}
.category .subcategory-list {
  display: flex;
  align-items: center;
  padding-bottom: 7px;
  border-bottom: 1px solid #e5e5e5;
  overflow-x: auto;
}
.category .subcategory-list .subcategory-item {
  display: block;
  font-family: "Open Sans Condensed";
  font-size: 14px;
  line-height: 24px;
  color: #000000;
  padding: 2px 5px;
  background-color: transparent;
  text-transform: uppercase;
  margin-right: 21px;
  white-space: nowrap;
  transition: 0.2s linear;
}
.category .subcategory-list .subcategory-item:last-of-type {
  margin-right: 0;
}
.category .subcategory-list .subcategory-item:hover {
  background-color: #ec1b2e;
  color: #ffffff;
}
.category .subcategory-list .subcategory-item.active {
  background-color: #ec1b2e;
  color: #ffffff;
}
.category .category-wrapper {
  padding-top: 24px;
}
.category .category-wrapper .layout .main-content {
  margin-bottom: 37px;
}
@media (min-width: 992px) {
  .category .category-wrapper .layout .main-content {
    margin-bottom: 0;
  }
}
.category .category-wrapper .layout .main-content .category-list {
  margin-bottom: 29px;
}
.category .category-wrapper .layout .main-content .category-list .category-list-lead .news-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #e5e5e5;
}
.category .category-wrapper .layout .main-content .category-list .category-list-lead .news-item .news-item-data .news-item-title {
  margin-bottom: 8px;
}
.category .category-wrapper .layout .main-content .category-list .category-list-lead .news-item .news-item-data .news-item-title a {
  font-size: 38px;
  line-height: 46px;
}
.category .category-wrapper .layout .main-content .category-list .category-list-lead .news-item .news-item-data .news-item-description {
  display: block;
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #353535;
  margin-bottom: 9px;
}
.category .category-wrapper .layout .main-content .category-list .category-list-other .news-item {
  padding: 25px 0;
  border-bottom: 1px solid #e5e5e5;
}
.category .category-wrapper .layout .main-content .category-list .category-list-other .news-item:last-of-type {
  border-bottom: none;
}
@media (min-width: 768px) {
  .category .category-wrapper .layout .main-content .category-list .category-list-other .news-item {
    display: flex;
    align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .category .category-wrapper .layout .main-content .category-list .category-list-other .news-item .news-item-image {
    flex: 0 0 265px;
    width: 265px;
    margin-bottom: 0;
    margin-right: 20px;
  }
}
@media (min-width: 768px) {
  .category .category-wrapper .layout .main-content .category-list .category-list-other .news-item .news-item-data {
    flex: 1;
  }
}
.category .category-wrapper .layout .main-content .category-list .category-list-other .news-item .news-item-data .news-item-title {
  margin-bottom: 8px;
}
.category .category-wrapper .layout .main-content .category-list .category-list-other .news-item .news-item-data .news-item-title a {
  font-size: 26px;
  line-height: 31px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category .category-wrapper .layout .main-content .category-list .category-list-other .news-item .news-item-data .news-item-description {
  display: block;
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 23px;
  color: #353535;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.category .category-wrapper .layout .main-content .search-page-form {
  margin-bottom: 30px;
}
.category .category-wrapper .layout .main-content .search-page-form .search-form {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}
.category .category-wrapper .layout .main-content .search-page-form .search-form input {
  flex: 0 0 100%;
  width: 100%;
  height: 40px;
  border: 1px solid #e5e5e5;
  outline: none;
  padding-left: 17px;
  font-family: "Open Sans Condensed";
  font-size: 18px;
}
.category .category-wrapper .layout .main-content .search-page-form .search-form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  position: absolute;
  right: 17px;
}
.category .category-wrapper .layout .sidebar .homepage-shop {
  max-width: 388px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  .category .category-wrapper .layout .sidebar .homepage-shop {
    margin: unset;
  }
}
.category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .section-header .section-category {
  font-size: 27px;
}
@media (min-width: 576px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .section-header .section-category {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .section-header .section-category {
    font-size: 23px;
  }
}
@media (min-width: 1260px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .section-header .section-category {
    font-size: 28px;
  }
}
@media (min-width: 992px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-title a {
    font-size: 16px;
    line-height: 22px;
  }
}
@media (min-width: 1260px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-title a {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-info {
    font-size: 16px;
  }
}
@media (min-width: 1260px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-info {
    font-size: 18px;
  }
}
@media (min-width: 992px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-btn {
    font-size: 14px;
  }
}
@media (min-width: 1260px) {
  .category .category-wrapper .layout .sidebar .homepage-shop .homepage-shop-wrapper .homepage-shop-item-wrapper .homepage-shop-item .homepage-shop-data .homepage-shop-btn {
    font-size: 16px;
  }
}
.category .author-wrapper {
  display: flex;
  align-items: flex-start;
  border: 1px solid #ededed;
  padding: 21px;
  margin-bottom: 35px;
}
.category .author-wrapper .author-image {
  flex: 0 0 96px;
  width: 96px;
  height: 96px;
  margin-right: 20px;
  margin-bottom: 0;
}
.category .author-wrapper .author-image img {
  display: block;
  width: 96px;
  height: 96px;
  object-fit: cover;
}
.category .author-wrapper .author-info {
  flex: 1;
}
.category .author-wrapper .author-info .author-posts {
  display: inline-block;
  padding: 3px 9px;
  background-color: #222222;
  color: #ffffff;
  font-size: 11px;
  text-transform: uppercase;
  font-family: "Open Sans Condensed Bold";
  margin-bottom: 12px;
}
.category .author-wrapper .author-info .author-text {
  display: block;
  font-family: "Abhaya Libre", serif;
  font-weight: 500;
  font-size: 16px;
  color: #0f0f0f;
}

.pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 18px;
  background-color: transparent;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.pagination-wrapper p {
  margin-bottom: 0;
}
.pagination-wrapper .pagination,
.pagination-wrapper .nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}
.pagination-wrapper .pagination .page-link,
.pagination-wrapper .pagination .page-numbers,
.pagination-wrapper .nav-links .page-link,
.pagination-wrapper .nav-links .page-numbers {
  display: block;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: 0.3s linear;
  text-align: center;
  font-family: "Open Sans Condensed";
  color: #000000;
  margin-right: 16px;
}
.pagination-wrapper .pagination .page-link.current,
.pagination-wrapper .pagination .page-numbers.current,
.pagination-wrapper .nav-links .page-link.current,
.pagination-wrapper .nav-links .page-numbers.current {
  color: #ec1b2e;
  margin-right: 16px;
}
.pagination-wrapper .pagination .page-link:hover,
.pagination-wrapper .pagination .page-numbers:hover,
.pagination-wrapper .nav-links .page-link:hover,
.pagination-wrapper .nav-links .page-numbers:hover {
  color: #ec1b2e;
}
.pagination-wrapper .pagination .page-link.next,
.pagination-wrapper .pagination .page-numbers.next,
.pagination-wrapper .nav-links .page-link.next,
.pagination-wrapper .nav-links .page-numbers.next {
  background-color: transparent;
  color: #000000;
  height: auto;
  border-radius: 0;
  width: auto;
}
.pagination-wrapper .pagination .page-link.next:hover,
.pagination-wrapper .pagination .page-numbers.next:hover,
.pagination-wrapper .nav-links .page-link.next:hover,
.pagination-wrapper .nav-links .page-numbers.next:hover {
  background-color: transparent;
  color: #000000;
}
.pagination-wrapper .pagination .page-link.prev,
.pagination-wrapper .pagination .page-numbers.prev,
.pagination-wrapper .nav-links .page-link.prev,
.pagination-wrapper .nav-links .page-numbers.prev {
  background-color: transparent;
  color: #000000;
  height: auto;
  border-radius: 0;
  width: auto;
}
.pagination-wrapper .pagination .page-link.prev:hover,
.pagination-wrapper .pagination .page-numbers.prev:hover,
.pagination-wrapper .nav-links .page-link.prev:hover,
.pagination-wrapper .nav-links .page-numbers.prev:hover {
  background-color: transparent;
  color: #000000;
}
.pagination-wrapper .pagination .page-item,
.pagination-wrapper .nav-links .page-item {
  margin-right: 16px;
}
.pagination-wrapper .pagination .page-item:last-of-type,
.pagination-wrapper .nav-links .page-item:last-of-type {
  margin-right: 0;
}
.pagination-wrapper .pagination .page-item.prev .page-link, .pagination-wrapper .pagination .page-item.next .page-link,
.pagination-wrapper .nav-links .page-item.prev .page-link,
.pagination-wrapper .nav-links .page-item.next .page-link {
  background-color: transparent;
  color: #000000;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.pagination-wrapper .pagination .page-item.prev .page-link:hover, .pagination-wrapper .pagination .page-item.next .page-link:hover,
.pagination-wrapper .nav-links .page-item.prev .page-link:hover,
.pagination-wrapper .nav-links .page-item.next .page-link:hover {
  background-color: transparent;
  color: #000000;
}
.pagination-wrapper .pagination .page-item.active .page-link,
.pagination-wrapper .nav-links .page-item.active .page-link {
  color: #ec1b2e;
}
.pagination-wrapper .pagination .page-item:hover .page-link,
.pagination-wrapper .nav-links .page-item:hover .page-link {
  color: #ec1b2e;
}
.pagination-wrapper.shop {
  justify-content: center;
}

.navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 9px 0 18px;
  background-color: transparent;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.navigation .pagination,
.navigation .nav-links {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 0;
}
.navigation .pagination .page-link,
.navigation .pagination .page-numbers,
.navigation .nav-links .page-link,
.navigation .nav-links .page-numbers {
  display: block;
  font-size: 16px;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: 0.3s linear;
  text-align: center;
  font-family: "Open Sans Condensed";
  color: #000000;
  margin-right: 16px;
}
.navigation .pagination .page-link.current,
.navigation .pagination .page-numbers.current,
.navigation .nav-links .page-link.current,
.navigation .nav-links .page-numbers.current {
  color: #ec1b2e;
  margin-right: 16px;
}
.navigation .pagination .page-link:hover,
.navigation .pagination .page-numbers:hover,
.navigation .nav-links .page-link:hover,
.navigation .nav-links .page-numbers:hover {
  color: #ec1b2e;
}
.navigation .pagination .page-link.next,
.navigation .pagination .page-numbers.next,
.navigation .nav-links .page-link.next,
.navigation .nav-links .page-numbers.next {
  background-color: transparent;
  color: #000000;
  height: auto;
  border-radius: 0;
  width: auto;
}
.navigation .pagination .page-link.next:hover,
.navigation .pagination .page-numbers.next:hover,
.navigation .nav-links .page-link.next:hover,
.navigation .nav-links .page-numbers.next:hover {
  background-color: transparent;
  color: #000000;
}
.navigation .pagination .page-link.prev,
.navigation .pagination .page-numbers.prev,
.navigation .nav-links .page-link.prev,
.navigation .nav-links .page-numbers.prev {
  background-color: transparent;
  color: #000000;
  height: auto;
  border-radius: 0;
  width: auto;
}
.navigation .pagination .page-link.prev:hover,
.navigation .pagination .page-numbers.prev:hover,
.navigation .nav-links .page-link.prev:hover,
.navigation .nav-links .page-numbers.prev:hover {
  background-color: transparent;
  color: #000000;
}
.navigation .pagination .page-item,
.navigation .nav-links .page-item {
  margin-right: 16px;
}
.navigation .pagination .page-item:last-of-type,
.navigation .nav-links .page-item:last-of-type {
  margin-right: 0;
}
.navigation .pagination .page-item.prev .page-link, .navigation .pagination .page-item.next .page-link,
.navigation .nav-links .page-item.prev .page-link,
.navigation .nav-links .page-item.next .page-link {
  background-color: transparent;
  color: #000000;
  width: 100%;
  height: auto;
  border-radius: 0;
}
.navigation .pagination .page-item.prev .page-link:hover, .navigation .pagination .page-item.next .page-link:hover,
.navigation .nav-links .page-item.prev .page-link:hover,
.navigation .nav-links .page-item.next .page-link:hover {
  background-color: transparent;
  color: #000000;
}
.navigation .pagination .page-item.active .page-link,
.navigation .nav-links .page-item.active .page-link {
  color: #ec1b2e;
}
.navigation .pagination .page-item:hover .page-link,
.navigation .nav-links .page-item:hover .page-link {
  color: #ec1b2e;
}

.navigation-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 9px 0 18px;
  background-color: transparent;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.navigation-pagination-wrapper .navigation {
  padding: 0;
  border-top: none;
  border-bottom: none;
}

footer .footer-wrapper .footer-top-wrapper {
  background-color: #000000;
  padding: 25px 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright {
  color: #ffffff;
  font-family: "Open Sans Condensed Bold";
  font-size: 14px;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright {
    margin-bottom: 0;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright a {
  color: #ffffff;
  transition: 0.2s linear;
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-copyright a:hover {
  color: #ec1b2e;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu {
    display: flex;
    align-items: center;
  }
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item {
    padding: 0;
    margin-right: 14px;
  }
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item:last-of-type {
    margin-right: 0;
  }
}
@media (min-width: 1260px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item {
    margin-right: 27px;
  }
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item:last-of-type {
    margin-right: 0;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item .footer-link {
  display: block;
  color: #ffffff;
  font-family: "Open Sans Condensed Bold";
  font-size: 14px;
  padding: 8px 0;
}
@media (min-width: 992px) {
  footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item .footer-link {
    padding: 0;
  }
}
footer .footer-wrapper .footer-top-wrapper .footer-top .footer-menu .footer-item .footer-link:hover {
  color: #ec1b2e;
}
footer .footer-wrapper .footer-bottom-wrapper {
  padding: 25px 0;
  text-align: center;
}
footer .footer-wrapper .footer-bottom-wrapper .payment {
  display: inline-block;
}
footer .footer-wrapper .footer-bottom-wrapper .payment img {
  height: 20px;
}

/*# sourceMappingURL=category.css.map */
