@import url("https://fonts.googleapis.com/css2?family=Merriweather:wght@300;400;700&family=Rajdhani:wght@400;700&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;
  overflow-x: hidden;
}

body {
  font-family: "Merriweather", serif;
  font-size: 1.6rem;
  font-weight: 300;
  color: #000000;
  background-color: #fff;
  position: relative;
  overflow-x: hidden;
  transition: 0.2s linear;
  left: 0;
}
body.pushed {
  left: 0;
}
@media (min-width: 576px) {
  body.pushed {
    left: 270px;
  }
}

main {
  padding-top: 15px;
}

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;
}

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

.section-title {
  font-size: 4.2rem;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.section-title a {
  display: inline-block;
}

.hover {
  transition: 0.35s ease-in-out;
}
.hover:hover {
  opacity: 0.65;
}

.menu-toggler {
  background-color: transparent;
  box-shadow: none;
  border: none;
  cursor: pointer;
}
.menu-toggler span {
  width: 16px;
  height: 3px;
  display: block;
  background-color: #000;
}
.menu-toggler span:not(:last-of-type) {
  margin-bottom: 3px;
}

.news {
  position: relative;
}
.news.video-item .news-image:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  color: #000;
  background-color: #fff;
  z-index: 1;
  width: 40px;
  height: 30px;
  background: url("assets/video-icon.svg") no-repeat center center;
  background-size: 100% 100%;
}
.news.gallery-item .news-image:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 40px;
  height: 30px;
  color: #000;
  background-color: #fff;
  z-index: 1;
  background: url("assets/gallery-icon.svg") no-repeat center center;
  background-size: 100% auto;
}
.news .news-image::after {
  padding-top: 60%;
  background-color: #ccc;
}
.news .news-image .tag-name {
  display: none;
  position: absolute;
  bottom: 0;
  left: 5%;
  background-color: #fff;
  color: #000;
  padding: 2px 6px;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1;
  text-transform: uppercase;
}
.news .news-content .news-category {
  display: block;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #b9b9b9;
  margin-bottom: 12px;
}
.news .news-content .news-tag,
.news .news-content .news-author,
.news .news-content .search-term {
  display: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  color: #b9b9b9;
  margin-bottom: 12px;
}
.news .news-content .news-title {
  font-size: 1.8rem;
  line-height: 1.2;
}
.news .news-content .news-title a {
  display: block;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 1200px) {
  .news .news-content .news-title {
    font-size: 2.8rem;
    margin-bottom: 12px;
  }
}
.news .news-content .short-desc {
  font-size: 1.5rem;
  line-height: 2.2rem;
}

.mb-40 {
  margin-bottom: 40px;
}

.banner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
}
.banner.bilboard {
  margin-bottom: 10px;
  margin-top: 10px;
}

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

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

.wp-polls-ul label {
  display: flex !important;
  align-items: flex-start !important;
}
.wp-polls-ul input {
  display: none !important;
}
.wp-polls-ul .fake-radio {
  order: -1 !important;
  padding: 2px;
  background-clip: content-box;
}
.wp-polls-ul .fake-radio:after {
  display: none;
}
.wp-polls-ul input:checked ~ .fake-radio {
  background-color: #000;
}

.wp-polls-ans .btn-primary {
  border-radius: 0 !important;
  padding: 5px 20px !important;
  display: inline-block !important;
  border: none !important;
}

.wp-polls {
  background-color: #eee;
  padding: 10px;
  margin-bottom: 3rem;
}
.wp-polls .code-block {
  display: none !important;
}

.single-page blockquote {
  background-color: #ccc;
  border-left: 5px solid #000;
  padding: 10px 20px;
  margin-bottom: 3rem;
}

.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-secondary, .btn-light, .btn-dark, .btn-white, .btn-info, .btn-warning-light, .btn-warning, .btn-danger, .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-danger {
  background-color: #FF4B51;
  color: #fff !important;
}
.btn-danger:hover {
  background-color: #ff1820;
  color: #fff !important;
}

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

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

.btn-warning {
  background-color: #FD7944;
  color: #000 !important;
}
.btn-warning:hover {
  background-color: #fc5512;
  color: #fff !important;
}

.bg-warning {
  background-color: #FD7944;
}

.text-warning {
  color: #FD7944 !important;
}

.btn-warning-light {
  background-color: #FFD77F;
  color: #000 !important;
}
.btn-warning-light:hover {
  background-color: #ffc74c;
  color: #000 !important;
}

.bg-warning-light {
  background-color: #FFD77F;
}

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

.btn-info {
  background-color: #7969E6;
  color: #fff !important;
}
.btn-info:hover {
  background-color: #523ddf;
  color: #fff !important;
}

.bg-info {
  background-color: #7969E6;
}

.text-info {
  color: #7969E6 !important;
}

.btn-white {
  background-color: #fff;
  color: #000 !important;
}
.btn-white:hover {
  background-color: #e6e6e6;
  color: #000 !important;
}

.bg-white {
  background-color: #fff;
}

.text-white {
  color: #fff !important;
}

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

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

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

.btn-light {
  background-color: #D8D8D8;
  color: #000 !important;
}
.btn-light:hover {
  background-color: #bfbfbf;
  color: #000 !important;
}

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

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

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

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

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

.row {
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
.row > [class*=col-] {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}
.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: 15px;
  padding-right: 15px;
  margin-left: auto;
  margin-right: auto;
}

.col-1 {
  flex: 0 0 calc(100% / (12/1));
  max-width: calc(100% / (12/1));
}

.col-2 {
  flex: 0 0 calc(100% / (12/2));
  max-width: calc(100% / (12/2));
}

.col-3 {
  flex: 0 0 calc(100% / (12/3));
  max-width: calc(100% / (12/3));
}

.col-4 {
  flex: 0 0 calc(100% / (12/4));
  max-width: calc(100% / (12/4));
}

.col-5 {
  flex: 0 0 calc(100% / (12/5));
  max-width: calc(100% / (12/5));
}

.col-6 {
  flex: 0 0 calc(100% / (12/6));
  max-width: calc(100% / (12/6));
}

.col-7 {
  flex: 0 0 calc(100% / (12/7));
  max-width: calc(100% / (12/7));
}

.col-8 {
  flex: 0 0 calc(100% / (12/8));
  max-width: calc(100% / (12/8));
}

.col-9 {
  flex: 0 0 calc(100% / (12/9));
  max-width: calc(100% / (12/9));
}

.col-10 {
  flex: 0 0 calc(100% / (12/10));
  max-width: calc(100% / (12/10));
}

.col-11 {
  flex: 0 0 calc(100% / (12/11));
  max-width: calc(100% / (12/11));
}

.col-12 {
  flex: 0 0 calc(100% / (12/12));
  max-width: calc(100% / (12/12));
}

.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 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-xm-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-xm-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-xm-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-xm-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-xm-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-xm-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-xm-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-xm-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-xm-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-xm-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-xm-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .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 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-sm-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-sm-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-sm-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-sm-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-sm-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-sm-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-sm-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-sm-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-sm-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-sm-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-sm-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .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: 93%;
  }

  .col-md-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-md-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-md-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-md-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-md-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-md-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-md-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-md-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-md-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-md-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-md-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-md-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .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: 93%;
  }

  .col-lg-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-lg-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-lg-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-lg-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-lg-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-lg-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-lg-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-lg-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-lg-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-lg-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-lg-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-lg-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .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: 1265px) {
  .container {
    max-width: 1040px;
  }

  .col-xl-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-xl-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-xl-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-xl-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-xl-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-xl-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-xl-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-xl-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-xl-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-xl-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-xl-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-xl-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

  .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;
  }
}
@media (min-width: 1450px) {
  .col-xxl-1 {
    flex: 0 0 calc(100% / (12/1));
    max-width: calc(100% / (12/1));
  }

  .col-xxl-2 {
    flex: 0 0 calc(100% / (12/2));
    max-width: calc(100% / (12/2));
  }

  .col-xxl-3 {
    flex: 0 0 calc(100% / (12/3));
    max-width: calc(100% / (12/3));
  }

  .col-xxl-4 {
    flex: 0 0 calc(100% / (12/4));
    max-width: calc(100% / (12/4));
  }

  .col-xxl-5 {
    flex: 0 0 calc(100% / (12/5));
    max-width: calc(100% / (12/5));
  }

  .col-xxl-6 {
    flex: 0 0 calc(100% / (12/6));
    max-width: calc(100% / (12/6));
  }

  .col-xxl-7 {
    flex: 0 0 calc(100% / (12/7));
    max-width: calc(100% / (12/7));
  }

  .col-xxl-8 {
    flex: 0 0 calc(100% / (12/8));
    max-width: calc(100% / (12/8));
  }

  .col-xxl-9 {
    flex: 0 0 calc(100% / (12/9));
    max-width: calc(100% / (12/9));
  }

  .col-xxl-10 {
    flex: 0 0 calc(100% / (12/10));
    max-width: calc(100% / (12/10));
  }

  .col-xxl-11 {
    flex: 0 0 calc(100% / (12/11));
    max-width: calc(100% / (12/11));
  }

  .col-xxl-12 {
    flex: 0 0 calc(100% / (12/12));
    max-width: calc(100% / (12/12));
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xxl-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;
  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 #000000;
  cursor: pointer;
}
.fake-radio:after,
.fake-checkbox:after {
  content: "";
  font-family: "Font Awesome 5 Free";
  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: 4px !important;
}

input[type=radio]:checked + .fake-radio:after,
input[type=checkbox]:checked + .fake-checkbox:after {
  background-color: #fff;
  content: "\f00c";
}

input[type=radio]:checked + .fake-radio:after {
  background-color: #fff;
  content: "\f00c";
}

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

.fake-checkbox::after {
  font-family: "Font Awesome 5 Free";
}

.fake-radio::after {
  font-family: "Font Awesome 5 Free";
}

input[type=checkbox]:checked + .fake-checkbox::after {
  background-image: url(img/check.png);
  color: #7969E6;
  font-weight: bolder;
}

input[type=radio]:checked + .fake-radio::after {
  background-image: url(img/check.png);
  color: #7969E6;
  font-weight: bolder;
}

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

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

header .header-top {
  padding-top: 15px;
  margin-bottom: 22px;
}
header .header-top .header-top-wrapper {
  display: flex;
  align-items: center;
}
header .header-top .header-top-wrapper .search-wrapper {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .header-top .header-top-wrapper .search-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
header .header-top .header-top-wrapper .social-menu-wrapper .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #000;
  margin-right: 7px;
}
header .header-top .header-top-wrapper .social-menu-wrapper .social-link svg {
  fill: #fff;
}
header .header-top .header-top-wrapper .social-menu-wrapper .subscribe-link {
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
}
header .header-top .search-form {
  display: none;
  max-width: 170px;
  margin-right: 9px;
  position: absolute;
  right: 20px;
}
@media (min-width: 992px) {
  header .header-top .search-form {
    display: flex;
    align-items: center;
    position: static;
    max-width: 190px;
  }
  header .header-top .search-form .search-btn {
    margin-left: 10px;
  }
}
header .header-top .search-form .form-group {
  margin-bottom: 0;
}
header .header-top .search-form input {
  line-height: 2.4rem;
  font-size: 1.4rem;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #cfcfcf;
  padding: 0 4px;
}
header .header-top .search-form.visible {
  display: block;
}
header .header-middle {
  margin-bottom: 35px;
}
header .container {
  text-align: center;
}
header .header-logo,
header .custom-logo-link {
  display: block;
  max-width: 380px;
  margin-inline: auto;
  transition: 0.35s ease-in-out;
}
header .header-logo:hover,
header .custom-logo-link:hover {
  opacity: 0.65;
}
header .header-bottom {
  transition: 0.1s linear;
}
header .header-bottom.header-bottom-fixed {
  border-bottom: 1px solid #e0e0e0;
  position: fixed;
  bottom: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  transform: translateY(100%);
}
header .header-bottom.header-bottom-fixed .header-bottom-wrapper {
  border-bottom: none;
  padding: 15px 0;
}
header .header-bottom.header-bottom-fixed .header-bottom-wrapper .header-logo,
header .header-bottom.header-bottom-fixed .header-bottom-wrapper .custom-logo-link {
  display: block;
  max-width: 120px;
  flex: 0 0 120px;
  height: auto;
}
header .header-bottom .header-bottom-wrapper {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 26px;
}
header .header-bottom .header-bottom-wrapper .menu-toggler {
  margin-right: 13px;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item {
  margin-inline: 7px;
  position: relative;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item:hover .category-submenu {
  display: block;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item:hover .toggle-submenu {
  transform: rotateX(180deg);
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-submenu {
  list-style: none;
  display: none;
  padding: 10px;
  position: absolute;
  transition: 0.4s linear;
  top: 100%;
  left: 5%;
  width: auto;
  z-index: 3;
  background-color: #fff;
  box-shadow: 1px 2px 5px 2px #888888;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-menu-link {
  display: block;
  font-size: 2.1rem;
  font-weight: 700;
  padding: 0 7px;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-menu-link .toggle-submenu {
  padding-inline: 5px;
  flex: 0 0 26px;
  width: 26px;
  margin-left: 5px;
  transition: 0.2s linear;
}
header .header-bottom .header-bottom-wrapper .category-menu-wrapper .category-menu .category-menu-item .category-menu-link .toggle-submenu svg {
  fill: #000;
}
header .header-bottom .header-logo,
header .header-bottom .custom-logo-link {
  display: none;
}
header .header-menu {
  position: fixed;
  z-index: 1050;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  padding: 18px 14px 18px 18px;
  transition: 0.2s linear;
}
header .header-menu.visible {
  left: 0;
}
@media (min-width: 576px) {
  header .header-menu {
    max-width: 270px;
    left: -270px;
  }
}
header .header-menu .close-menu {
  text-align: right;
  margin-bottom: 20px;
}
header .header-menu .close-button {
  background-color: transparent;
  box-shadow: none;
  border: none;
  display: inline-block;
  margin-left: auto;
  height: 20px;
  cursor: pointer;
}
header .header-menu .close-button span {
  display: block;
  width: 23px;
  height: 4px;
  background-color: #fff;
}
header .header-menu .close-button span:first-of-type {
  transform: rotateZ(45deg);
  margin: 2px 0 -4px;
}
header .header-menu .close-button span:last-of-type {
  transform: rotateZ(-45deg);
}
header .header-menu .primary-menu {
  max-width: 250px;
  list-style: none;
  padding-left: 0;
}
header .header-menu .primary-menu .primary-menu-item {
  border-radius: 3px;
  overflow: hidden;
  border: 1px solid transparent;
}
header .header-menu .primary-menu .primary-menu-item:not(:last-of-type) {
  margin-bottom: 5px;
}
header .header-menu .primary-menu .primary-menu-item.clicked {
  border: 1px solid #aaa;
}
header .header-menu .primary-menu .primary-menu-item .primary-submenu {
  display: none;
  list-style: none;
  padding-left: 10px;
}
header .header-menu .primary-menu .primary-menu-link {
  color: #fff;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 2.6rem;
  display: block;
  padding: 0 7px;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header-menu .primary-menu .primary-menu-link .toggle-submenu {
  padding-inline: 5px;
  flex: 0 0 26px;
  width: 26px;
  margin-left: 5px;
  transition: 0.2s linear;
}
header .header-menu .primary-menu .primary-menu-link .toggle-submenu.clicked {
  transform: rotateX(180deg);
}
header .header-menu .primary-menu .primary-menu-link .toggle-submenu svg {
  fill: #fff;
}

.error-section {
  min-height: 30vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.error-section h1 a {
  display: block;
  text-align: center;
  font-size: 3.6rem;
  line-height: 1.2;
  font-weight: 400;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 0 50px;
  max-width: 710px;
  margin-inline: auto;
  position: relative;
}
.nav-links .page-numbers {
  font-family: "Rajdhani", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #a1a1a1;
  border-bottom: 2px solid transparent;
  margin-inline: 4px;
  padding: 14px 2px;
  display: block;
  text-align: center;
}
@media (min-width: 576px) {
  .nav-links .page-numbers {
    min-width: 20px;
  }
}
@media (min-width: 768px) {
  .nav-links .page-numbers {
    min-width: 50px;
  }
}
.nav-links .page-numbers.current, .nav-links .page-numbers:hover {
  color: #000;
}
.nav-links .page-numbers.current {
  border-bottom: 2px solid #fff600;
}
.nav-links .page-numbers.prev {
  position: absolute;
  left: 0;
}
.nav-links .page-numbers.next {
  position: absolute;
  right: 0;
}
.nav-links .next:hover svg,
.nav-links .prev:hover svg {
  fill: #a1a1a1;
}

.link-section .link-section-wrapper {
  max-width: 500px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper {
    max-width: 960px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper .links {
    flex: 0 0 180px;
    width: 180px;
  }
}
.link-section .link-section-wrapper .links a {
  display: block;
  background-color: #d7d7d7;
  border-radius: 4px;
  font-size: 2rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  padding: 5px 10px;
  text-align: center;
  margin-bottom: 5px;
  font-weight: 700;
}
.link-section .link-section-wrapper .images figure {
  margin-bottom: 0;
}
.link-section .link-section-wrapper .images figure img {
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper .images .magazine-mobile {
    display: none;
  }
}
.link-section .link-section-wrapper .images .magazine-desktop {
  display: none;
}
@media (min-width: 768px) {
  .link-section .link-section-wrapper .images .magazine-desktop {
    display: block;
  }
}

footer .footer-top {
  background-color: #000;
  border-top: 2px solid #fff600;
  padding: 45px 0;
}
footer .footer-top .footer-top-wrapper {
  display: flex;
  align-items: center;
}
footer .footer-top .menu-toggler span {
  background-color: #fff;
  width: 18px;
}
footer .footer-top .menu-toggler span:not(:last-of-type) {
  margin-bottom: 4px;
}
footer .footer-top .social-menu-wrapper {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media (min-width: 1265px) {
  footer .footer-top .social-menu-wrapper {
    margin-right: auto;
    margin-left: unset;
  }
}
footer .footer-top .social-menu-wrapper .social-menu {
  display: flex;
  align-items: center;
}
footer .footer-top .social-menu-wrapper .subscribe-link {
  background-color: #404040;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  border-radius: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  order: -1;
}
@media (min-width: 1200px) {
  footer .footer-top .social-menu-wrapper .subscribe-link {
    display: none;
  }
}
footer .footer-top .social-menu-wrapper .social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #404040;
  margin-left: 7px;
}
@media (min-width: 1265px) {
  footer .footer-top .social-menu-wrapper .social-link {
    margin-right: 7px;
    margin-left: unset;
  }
}
footer .footer-top .social-menu-wrapper .social-link svg {
  fill: #fff;
}
@media (min-width: 1265px) {
  footer .footer-top .footer-top-menu-wrapper {
    flex: 0 0 75%;
    width: 75%;
  }
}
footer .footer-top .footer-top-menu-wrapper .footer-top-menu {
  list-style: none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer .footer-top .footer-top-menu-wrapper .footer-top-menu .footer-top-menu-item {
  margin-inline: 10px;
}
footer .footer-top .footer-top-menu-wrapper .footer-top-menu .footer-top-menu-item .footer-top-menu-link {
  color: #fefefe;
  font-size: 1.4rem;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  white-space: nowrap;
}
footer .footer-bottom {
  background-color: #6e6e6e;
  padding: 45px 0;
  font-family: "Rajdhani", sans-serif;
  text-transform: uppercase;
  line-height: 1.4;
}
@media (min-width: 768px) {
  footer .footer-bottom .footer-bottom-wrapper {
    display: flex;
  }
}
footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
  filter: brightness(0) invert(1);
  max-width: 151px;
  display: block;
  transition: 0.35s ease-in-out;
}
footer .footer-bottom .footer-bottom-wrapper .footer-logo:hover,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link:hover {
  opacity: 0.65;
}
@media (min-width: 768px) {
  footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
    margin-right: 30px;
  }
}
@media (min-width: 992px) {
  footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
    margin-right: 80px;
  }
}
@media (min-width: 1200px) {
  footer .footer-bottom .footer-bottom-wrapper .footer-logo,
footer .footer-bottom .footer-bottom-wrapper .custom-logo-link {
    margin-right: 110px;
  }
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper {
  margin-bottom: 10px;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item {
  margin-right: 15px;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item:last-of-type .footer-bottom-menu-link::after {
  display: none;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item .footer-bottom-menu-link {
  display: block;
  color: #fefefe;
  font-size: 1.4rem;
  text-transform: uppercase;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .footer-bottom-menu-wrapper .footer-bottom-menu .footer-bottom-menu-item .footer-bottom-menu-link::after {
  content: "/";
  margin-left: 15px;
}
footer .footer-bottom .footer-bottom-wrapper .footer-bottom-right .copyright {
  color: #fefefe;
  font-size: 1.6rem;
}

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