.paragraph.paragraph--type--uvodnik{
    padding: 85px 0;
    position: relative;
    z-index: 1;
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 0%);
}
.paragraph--type--uvodnik:before{
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: linear-gradient(127.17deg, rgba(0, 19, 12, 1),rgba(1, 54, 36, 1) 100%);
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    transform: translate(-50%, 0%);
}
.paragraph--type--uvodnik > *{
    max-width: 852px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}
.paragraph--type--uvodnik h1:before{
    content: "";
    display: block;
    width: 290px;
    height: 284px;
    position: absolute;
    left: -60px;
    top: 13px;
    background: transparent url(/themes/custom/azdata/images/uvodnik-left.svg) no-repeat center center;
}
.paragraph--type--uvodnik h1:after{
    content: "";
    display: block;
    width: 192px;
    height: 203px;
    position: absolute;
    right: -54px;
    top: 24px;
    background: transparent url(/themes/custom/azdata/images/uvodnik-right.svg) no-repeat center center;
}
body .paragraph--type--uvodnik h1{
    color: #fff;
    text-align: center;
    font-size: 50px;
    line-height: 72px;
}
body .paragraph--type--uvodnik h1 strong{
    color: #B4CC05;
}
@media screen and (max-width: 1023px){
  body .paragraph--type--uvodnik h1{font-size: 40px; line-height: 56px;}
}
@media screen and (max-width: 767px){
  body .paragraph--type--uvodnik h1{font-size: 36px; line-height: 50px;}
  .paragraph--type--uvodnik h1:before, .paragraph--type--uvodnik h1:after{display: none;}
}
@media screen and (max-width: 479px){
  body .paragraph--type--uvodnik h1{font-size: 30px; line-height: 38px;}
}