/* !new21 verze (Author: zjk) */


.new21 {
  height: 324px;
}

.new21 h1,
.new21 h1+span {
  margin-left: calc((100vw - 1080px)/2);
  text-align: left;
}

.headPrimary.new21 h1 {
  width: 620px;
  margin-bottom: 8px;
}

.new21 h1+span {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #fff !important;
  position: relative;
  display: block;
}

.news {
  background: #fff;
  display: grid;
  -ms-grid-areas: 'left right';
  grid-template-areas: 'left right';
    grid-gap: 100px;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    color: #001F3F;
    text-shadow: none;
    padding: 50px 59px;
    max-width: 100%;
    width: 950px;
    text-align: left;
    box-shadow: 0px 1px 8px rgb(0 0 0 / 8%), 0px 8px 48px rgb(0 0 0 / 8%);
    border-radius: 4px;
    margin-bottom: 40px;
    margin-top: -180px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.passleft {
  grid-area: left;
}

.passright {
  grid-area: right;

  padding-left: 15px;
}

.news div p {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  color: #001F3F;
}

.news div p:first-child {
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  color: #001F3F;
}

.news h2 {
  font-style: normal;
  font-weight: 500;
  font-size: 32px;
  line-height: 120%;
  color: #F73B28;
  margin-top: 8px;
  margin-bottom: 10px;
}

 .news h2 a {
  color: #F73B28;
  text-decoration: none;
}

.news h2 a:hover {
  text-decoration: underline;
}

.news ol {
  list-style-type: decimal;
  margin: 0;
  padding: 0 0 0 1em;
}

.news ol li {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  color: #001F3F;
  margin-top: 5px;
  margin-bottom: 15px;
}

.news ol li:marker {
  font-family: 'Rubik', sans-serif;
}

.news ol li span {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #F73B28;
  padding-left: 9px;
  display: block;
}

.news ol li span a {
  color: #F73B28;
  text-decoration: none;
}

.news ol li span a:hover {
  text-decoration: underline;
}

.cvd {

  margin-top: 100px;
}

@media only screen and (max-width: 1070px) {

  .new21 h1,
  .new21 h1+span {
    margin: 10px 0px 10px 0px!important;
    text-align: center;
    width: auto!important;
    max-width: calc(100vw - 17px);

  }
  .new21 h1+span {
     font-size: 16px!important;
    line-height: 24px!important;
    color: #fff !important;
    margin: 0px 20px 100px 20px!important;
}
.news {
  display: block!important;
  padding: 30px 20px 10px 10px!important;
  max-width: 100%!important;
  width: 100%!important;
  margin-left: 0;
  box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08), 0px 8px 48px rgba(0, 0, 0, 0.08);
border-radius: 4px;
position: relative;
}
.headPrimary[class*="size-"] {
   padding-left:  0px!important;
   padding-right:  0px!important;
   height: 335px!important;
}
.passleft, .passright {
  width: 90%;
  padding: 0px 20px 25px 20px;
}
.cvd {
  margin-top:  0px;
}
.news h2 {
  font-size: 22px;
  line-height: 26px;
}
.news div p {
  font-size: 14px;
  line-height: 21px;

}

}