
.mos-img img {display: none !important;}
.mx-replace-slides .mos-img { color:#fff; margin-bottom: 20px;}

.mx-replace-slides { z-index: 2;}

.mx-replace-slides-width{
    position: relative;
  background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
}

.ve-dark .mx-replace-slides-width::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .4);
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;

}
.mx-replace-slides-width::before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100%;
    z-index: 0;
    pointer-events: none;
}

.ve-dark .mx-replace-slides_h,.ve-dark .mx-replace-slides_category,.ve-dark  .mx-replace-slides_h a,.ve-dark .mx-replace-slides_h,.ve-dark .mx-replace-slides_meta,.ve-dark .mx-replace-slides .mos-img {
  color: #000;
}
 .mx-replace-slides_h {
  margin-bottom: 40px;
  color: #fff;
  font-size: 37px;
  line-height: 1.2;
}
.mx-replace-slides-inner {
 width:100%;
 height:100%
}
main[class*=cmx-] .mx-replace-slides {
 margin:0;
 width:auto;
 min-height:500px
}

 .mx-replace-slides {
  display: flex;
  margin: 0 auto;
  padding: 95px;
  justify-content: center;
  align-items: center;
  z-index: 3;
  position: relative;
 }
 
 .mx-replace-slides-inner {
  width:100%
 }
 main[class*=cmx-] .mx-replace-slides {
  min-height:600px
 }


@media (min-width:1200px) {
 .mx-replace-slides {
  margin:0 -15px;
  min-height:42vw;
  position:relative;
  width: auto;
 }
}
@media (min-width:1440px) {
 .mx-replace-slides-inner {
  width:100%
 }
}

.mx-replace-slides_category {
 margin-bottom:30px;
 line-height:1;
 color:#fff;
 display:inline-block
}
.mx-replace-slides_category a {
 text-transform:uppercase;
 letter-spacing:.1em;
 font-size:.714285714285714em;
 color:inherit
}
.mx-replace-slides_meta {
 margin-bottom:30px;
 display:inline-block;
 font-size:13px;
 line-height:1;
 color:#fff
}
.__status .mx-replace-slides_meta {
 color:#fff
}
.mx-replace-slides_category+.mx-replace-slides_meta {
 margin-left:20px
}
.mx-replace-slides_comments {
 color:inherit;
 margin-left:20px
}
.mx-replace-slides_h, .mx-replace-slides_h a {
 margin-bottom:40px;
 color:#fff;
 line-height:1.2;
 letter-spacing: -.02em;
 font-weight: 700;
}
.mx-replace-slides_h .stroke-heading svg, .mx-replace-slides_h a .stroke-heading svg {
  stroke: #fff;
}
.ve-dark .mx-replace-slides_h a .stroke-heading svg, .ve-dark .mx-replace-slides_h .stroke-heading svg {
  stroke: #000;
}

.mx-replace-slides_h .stroke-heading {
  --mxeffect-stroke-heading-height: 80px;
}

@media (min-width:768px) {
 .mx-replace-slides_h {
  font-size:62px
 }
 .mx-replace-slides_desc-w{
  min-width: 760px;
}
}
@media (max-width:768px) {
 .mx-replace-slides {
  padding: 35px;
 }
  }
.mx-replace-slides-width .link-custom {
  margin-top: 30px;
}

.mx-replace-slides-width .link-custom a {
  text-decoration: none;
  display: inline-block;
  white-space: nowrap;
  border: 1px solid rgba(112, 112, 112, 0.1);
  border-radius: 40px;
  padding-right: 25px;
  background-color: #fff;
  color: #000;
  -webkit-transition: background 0.2s linear;
  -o-transition: background 0.2s linear;
  transition: background 0.2s linear;
}

.mx-replace-slides-width.ve-dark .link-custom a {
  border: 1px solid #bebebe;
}

.mx-replace-slides-width .link-custom a:before {
  content: "\f054";
  font-family: "Font Awesome 6 Free";
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 600;
  height: 30px;
  width: 30px;
  line-height: 33px;
  text-align: center;
  margin: 12px 20px;
  background-color: #111;
  color: #fff;
  -webkit-transition: background 0.2s linear, color 0.2s linear;
  -o-transition: background 0.2s linear, color 0.2s linear;
  transition: background 0.2s linear, color 0.2s linear;
}

.mx-replace-slides-width.ve-dark .link-custom a:before {
  background-color: #fff;
  color: #111;
}
.mx-replace-slides-width.ve-dark  .link-custom a {
  background-color: #000;
  color: #fff;
}
.mx-replace-slides-width .link-custom a span {
  vertical-align: middle;
  white-space: normal;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 4px;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
