body{
  overflow-x: hidden;
}
/* header.clearfix {
  display: none;
} */
#system-message-container {
    margin-bottom: -30px;
}

.container {
  padding-right: 0!important;
  padding-left: 0!important;
}

.fw-500 {
  font-weight:800!important;
}


.img-news-wrapper {
  text-align: center;
}

.chestnyznak-wrapper-inner {
  width: 100%;
  max-width: 999px;
  margin: 0 auto;
}

.chestnyznak-wrapper {
  font-size: 18px;
  color: #000;
  /* font-weight: 500; */
  line-height: 1.25;
  overflow: hidden;
}

.chestnyznak-intro {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  background: #f6f42f;
  position: relative;
}

.d-news-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

img.img-news {
  display: inline-block!important;
}

@media screen and (min-width: 596px){
  .chestnyznak-intro {
    background: #ccc url('../images/news/chestnyznak-Intro-bg.png') center center no-repeat;
    background-size: cover;
  }
  .container {
    padding-right: 15px!important;
    padding-left: 15px!important;
  }
}

.chestnyznak-intro-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  position: relative;
  background-image: url('../images/news/Group 1.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 300px;
  padding-bottom: 210px;
}
@media screen and (min-width: 768px){
  .d-news-flex {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .img-news-wrapper {
    width: 100%;
    max-width: 250px;
  }
  .chestnyznak-intro-flex {
    padding-bottom: 150px;
  }
}
.chestnyznak-intro-text {
  font-size: 1.1em;
}
.chestnyznak-intro-heading {
  font-weight: bold;
  font-size: 1.35em;
  padding-bottom: 35px;
}
.chestnyznak-intro-content {
  padding: 50px 30px;
  /* width: 35% */
}

@media screen and (min-width: 1024px){
  .chestnyznak-intro-flex {
    min-height: 500px;
  }
  .chestnyznak-intro-text .d-width-block {
    display: block!important;
  }
}
.chestnyznak-intro:before {
  content: "";
  position: absolute;
  top: 0;
  right: -75px;
  background: #f6f42f;
  width: 250px;
  height: 100%;
  transform: skew(-20deg, 0deg);
}
@media screen and (min-width: 991px){
  .chestnyznak-intro-content {
    width: 50%
  }
  .chestnyznak-intro-flex {
    padding-bottom: 0px;
    background-size: auto 100%;
    background-position: 100% 100%;
  }
  .chestnyznak-intro:before {
    content: none;
  }
}
.chestnyznak-intro-btn-wrapper {
  padding-top: 35px;
}
.chestnyznak-intro-btn {
  background: #63666A;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px 25px;
  font-weight: bold;
  color: #F6F42F;
  font-size: 1.35em;
  display: inline-block;
  width: 218px;
  text-align: center;
}
.chestnyznak-intro-image {
  margin-bottom: -7px;
}
.chestnyznak-main {
  padding: 35px 0;
}


.chestnyznak-main-section {
  padding-bottom: 25px;
  font-size: 1.1em;
  /* font-weight: bold; */
  line-height: 1.3;
  color: #000;
}

.chestnyznak-main-section a {
  color: #000!important;
  text-decoration: underline;
}

.chestnyznak-main-section-row {}

.chestnyznak-main-col {
  padding: 0 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.chestnyznak-main-col.yellow {
  background: #f6f42f;
  padding: 50px 30px;
  line-height: 1.6;
}

.chestnyznak-main-section-col {

}


@media screen and (min-width: 768px){
  .chestnyznak-main-section-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .chestnyznak-main-section-col:nth-child(1) {
    width: 45%;
  }
  .chestnyznak-main-section-col:nth-child(2) {
    width: 55%;
  }
}

.fs-bigger {
  font-size: 1.35em;
}

.p-pb-3:not(:last-child) p{
  padding-bottom: 15px!important;
}

.px-3 {
  padding: 0 10px;
}

.chestnyznak-main-section-title {
  font-size: 1.5em;
  font-weight: 800;
  padding-bottom: 15px;
}

.chestnyznak-main-section-list li {
  font-size: 1.2em;
  padding-bottom: 15px;
  padding-left: 25px;
  font-weight: 400;
  position: relative;
  line-height: 1.35;
}

.chestnyznak-main-section-list li:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 7.5px;
  display: block;
  width: 15px;
  height: 15px;
  background: #f6f42f;
}

.water-excise-wrapper-inner {
  width: 100%;
  max-width: 999px;
  margin: 0 auto;
}

.water-excise-wrapper {
  font-size: 18px;
  color: #000;
  /* font-weight: 500; */
  line-height: 1.25;
  overflow: hidden;
}

.water-excise-intro {
  background: #f6f42f;
  position: relative;
}

@media screen and (min-width: 596px){
  .water-excise-intro {
    background: #FAF5E7;
    background-size: cover;
  }
}

.water-excise-intro-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  position: relative;
  background-image: url('../images/news/water-excise-bg.png');
  background-repeat: no-repeat;
  background-position: 100% 100%;
  background-size: 300px;
  padding-bottom: 210px;
}
@media screen and (min-width: 768px){
  .water-excise-intro-flex {
    padding-bottom: 150px;
  }
}
.water-excise-intro-text {
  font-size: 1.1em;
}
.water-excise-intro-heading {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 3.8em;
  color: #E0590D;
  padding-bottom: 35px;
}
.water-excise-intro-content {
  padding: 50px 30px;
  /* width: 35% */
}

@media screen and (min-width: 1024px){
  .water-excise-intro-flex {
    min-height: 500px;
  }
  .water-excise-intro-text .d-width-block {
    display: block!important;
  }
}
.water-excise-intro:before {
  content: "";
  position: absolute;
  top: 0;
  right: -75px;
  background: #f6f42f;
  width: 250px;
  height: 100%;
  transform: skew(-20deg, 0deg);
}
@media screen and (min-width: 991px){
  .water-excise-intro-content {
    width: 50%
  }
  .water-excise-intro-flex {
    padding-bottom: 0px;
    background-size: auto 100%;
    background-position: 100% 100%;
  }
  .water-excise-intro:before {
    content: none;
  }
}
.water-excise-intro-btn-wrapper {
  padding-top: 35px;
}
.water-excise-intro-btn {
  background: #E0590D;
  border-radius: 8px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  padding: 10px 25px;
  font-weight: bold;
  color: #FFFFFF;
  font-size: 1.35em;
  display: inline-block;
  width: 218px;
  text-align: center;
}
.water-excise-intro-image {
  margin-bottom: -7px;
}
.water-excise-main {
  padding: 35px 0;
}


.water-excise-main-section {
  padding-bottom: 25px;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.35;
  color: #000;
}

.water-excise-main-section a {
  color: #000!important;
  text-decoration: underline;
}

.water-excise-main-section-row {}

.water-excise-main-col {
  padding: 0 30px;
  border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

.water-excise-main-col.yellow {
  background: #f6f42f;
  padding: 50px 30px;
  line-height: 1.6;
}

.news-interview__inner {
  display: flex;
  flex-direction: column;
}


.news-interview__block {
  height: 500px;
  background-image: url("/images/business_with_unicum.png");
  background-size: 100% 100%;
  max-width: 902px;
}

.news-interview-elems {
  margin-top: 46px;
}

.news-interview-subtitle, .news-interview-text  {
  color: #000;
  font-size: 21px;
  font-style: normal;
  line-height: 29px;
  margin: 0px !important;
  padding: 0px !important;
}

.news-interview-text {
  font-weight: 400;
  margin: 0px !important;
  padding: 0px !important;
}

.news-interview-subtitle {
  font-weight: 700;
}

.news-interview-elem {
  max-width: 880px;
}

.news-interview-elem:not(:first-child) { 
  margin-top: 30px;
}

@media screen and (max-width: 992px) { 
  .news-interview__block {
    height: 350px;
  }
}

@media screen and (max-width: 768px) { 
  .news-interview__block {
    height: 300px;
    max-width: 100%;
  }

  .news-interview-elems {
    margin-top: 25px;
  }

  .news-interview-elem:not(:first-child) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 475px) { 
  .news-interview__block {
    height: 250px;
  }
}

@media screen and (max-width: 475px) { 
  .news-interview__block {
    height: 250px;
  }
}

@media screen and (max-width: 400px) { 
  .news-interview__block {
    height: 200px;
  }
}


@media screen and (min-width: 768px){
  .water-excise-main-section-row {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .water-excise-main-section-col:nth-child(1) {
    width: 45%;
  }
  .water-excise-main-section-col:nth-child(2) {
    width: 55%;
  }

}

.water-excise-main-section-title {
  font-size: 1.5em;
  font-weight: 800;
  padding-bottom: 15px;
}

.water-excise-main-section-list li {
  font-size: 1.2em;
  padding-bottom: 15px;
  padding-left: 25px;
  font-weight: 400;
  position: relative;
  line-height: 1.35;
}

.water-excise-main-section-list li:before {
  content: "";
  position: absolute;
  left: 0%;
  top: 7.5px;
  display: block;
  width: 15px;
  height: 15px;
  background: #F2D26C;
}

.bold {
  font-weight: bold;
}

.news-warning__block {
  height: 500px;
    background-image: url(../images/news/warning.png);
    background-size: 100% 100%;
    max-width: 100%;
}

.news-warning__block.news-warning__block-carraro {
  background-image: url(../images/news/carraro.png);
  height: 600px;
}

.news-warning__text {
  font-size: 20px;
  margin-top: 30px;
  color: black;
}

@media screen and (max-width: 1200px) { 

  .news-warning__block.news-warning__block-carraro {
    height: 500px;
  }
  
}

@media screen and (max-width: 992px) { 
  .news-warning__block {
    height: 350px;
  }

  .news-warning__text {
    font-size: 18px;
  }

  .news-warning__block.news-warning__block-carraro {
    height: 400px;
  }
  
}

@media screen and (max-width: 992px) { 
  .news-warning__block {
    height: 350px;
  }

  .news-warning__text {
    font-size: 18px;
  }

  .news-warning__block.news-warning__block-carraro {
    height: 400px;
  }
  
}

@media screen and (max-width: 768px) { 
  .news-warning__block, .news-warning__block.news-warning__block-carraro {
    height: 300px;
    max-width: 100%;
  }

}

@media screen and (max-width: 475px) { 
  .news-warning__block {
    height: 200px;
  }

  .news-warning__text {
    font-size: 16px;
  }

  .news-warning__block.news-warning__block-carraro {
    height: 250px;
  }
}

@media screen and (max-width: 400px) { 
  .news-warning__block {
    height: 150px;
  }

  .news-warning__block.news-warning__block-carraro {
    height: 200px;
  }
}

/* .news-exhibition-main {
  height: 500px;
    background-image: url(../images/news/exhibition/main.png);
    background-size: 100% 100%;
    max-width: 100%;
} */

.news-exhibition-container {
  max-width: 880px;
  margin: 0 auto;
}

.news-exhibition-block {
  margin: 0 25px;
  margin-top: 50px;
}

.news-exhibition-block > div {
  display: flex;
}

.news-exhibition-main-image {
  margin-bottom: 50px;
}

.news-exhibition-main-image, .news-exhibition-image {
  width: 100%;
  max-height: max-content !important;
}

.itemBody {
  margin: 0 auto;
}

.news-exhibition-text {
  color: black;
  font-size: 20px;
  line-height: 138.8%;
  margin: 0px;
  margin-bottom: 50px;
}

.news-exhibition-block-spec-margin-top {
  margin-top: 50px !important;
}

.news-exhibition-block-spec-margin-top .news-exhibition-text {
  margin-bottom: 40px !important;
}

.news-exhibition-block-spec-margin-top .news-exhibition-text-spec-margin-bottom {
  margin-bottom: 0px !important;
}

@media screen and (max-width: 768px) { 
  .news-exhibition-text {
    font-size: 18px;
  }

  .news-exhibition-main-image {
    margin-bottom: 30px;
  }

  .news-exhibition-text {
    margin-bottom: 30px;
  }

  .news-exhibition-block {
    margin: 0px;
    margin-top: 30px;
  }

  .news-exhibition-block-spec-margin-top .news-exhibition-text {
    margin-bottom: 30px !important;
  }

  .news-exhibition-block-spec-margin-top {
    margin-top: 30px !important;
  }

  .news-exhibition-block.news-exhibition-block-spec-margin-top .news-exhibition-text-spec-margin-bottom.news-exhibition-text {
    margin-bottom: 0px !important;
  }

}