:root {
  --color-red: #B80000;
}
body {
  line-height: 150%;
}

.banner__desc {
  color: var(--color-red);
  font-weight: bold;
  text-shadow: 0 0 3px white, 0 0 6px white;
  line-height: 35px;
}

@media (min-width: 1300px) {
    nav .container {
        width: 1270px;
    }
}

.footer {
    border-top: 2px solid var(--color-red);
    width: 100%;
    background: #FFF;
    color: #666;
}

.page-header {
  background-image: url(/conf-data/tox3/images/design_zuraw.png);
  background-position: left center;
  
  background-color: #fff;
}

.page-header__content-wrapper {
  height: 280px;
}

@media(min-width: 800px) {


.page-header {
  background-size: auto !important;
}

}