*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
}

footer, header, nav, section, main {
  display: block;
}

body {
  font-family: Inter, Arial, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 125%;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

@font-face {
  font-family: "Inter";
  src: url("../site/font/Inter-Regular.woff") format("woff"), url("../site/font/Inter-Regular.ttf") format("truetype");
  font-weight: 400;
}
@font-face {
  font-family: "Inter";
  src: url("../site/font/Inter-Medium.woff") format("woff"), url("../site/font/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
}
@font-face {
  font-family: "Inter";
  src: url("../site/font/Inter-SemiBold.woff") format("woff"), url("../site/font/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
}
@font-face {
  font-family: "Inter";
  src: url("../site/font/Inter-Bold.woff") format("woff"), url("../site/font/Inter-Bold.ttf") format("truetype");
  font-weight: 800;
}
.button {
  border: none;
  padding: 10px 20px;
  color: white;
  text-align: center;
  text-transform: uppercase;
  background-color: #E08333;
  cursor: pointer;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
.button:hover {
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  background-color: #c26a1e;
}

input {
  min-height: 30px;
  border: 1px solid #0365C0;
  padding: 10px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input:focus {
  background: #e6f5ff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
input::-webkit-input-placeholder {
  color: #918989;
}
input::-moz-placeholder {
  color: #918989;
}
input:-ms-input-placeholder {
  color: #918989;
}
input::-ms-input-placeholder {
  color: #918989;
}
input::placeholder {
  color: #918989;
}

form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

section {
  margin-bottom: 40px !important;
}

.wrapper {
  max-width: 1440px;
  margin: 0 auto;
}
@media (max-width: 1460px) {
  .wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media (max-width: 590px) {
  .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

a {
  text-decoration: none;
}

.header {
  padding: 40px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DDE0E3;
}
@media (max-width: 700px) {
  .header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 570px) {
  .header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 700px) {
  .header__logo {
    margin: 20px auto;
  }
}
@media (max-width: 570px) {
  .header__logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 100%;
            flex: 1 0 100%;
  }
}
.header__logo img {
  display: block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  min-width: 250px;
  max-width: 400px;
}
.header__col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (max-width: 570px) {
  .header__col {
    text-align: center;
  }
}
.header__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 570px) {
  .header__contacts {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.header__contacts a {
  color: #E08333;
  font-weight: 600;
}

.head-title {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.head-title a {
  padding-top: 20px;
  display: block;
  color: #CDCDCD;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.head-title a:hover {
  color: black;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}

main {
  padding: 40px 0;
}

.title {
  margin-right: 60px;
  font-size: 1.3rem;
  line-height: 1.1;
  color: white;
  padding: 10px;
  display: inline-block;
  position: relative;
}
.title::after, .title::before {
  content: "";
  height: 100%;
  position: absolute;
  right: -20px;
  top: 0;
}
.title::after {
  width: 10px;
}
.title::before {
  right: -32px;
  width: 4px;
}
.title--1 {
  background: #E08333;
}
.title--1::before, .title--1::after {
  background: #E08333;
}
.title--2 {
  background: #0365C0;
}
.title--2::before, .title--2::after {
  background: #0365C0;
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  margin: 20px 0;
}
@media (max-width: 920px) {
  .blog__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
}
@media (max-width: 920px) {
  .blog-card {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    margin-bottom: 20px;
  }
}
.blog-card a {
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.blog-card a:hover {
  color: #E08333;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease;
}
.blog-card__thumbnail {
  width: 100%;
  height: 205px;
  overflow: hidden;
  background: #DDE0E3;
}
.blog-card__thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #c5c3c3;
}
.blog-card__title {
  color: black;
  font-size: 1.3rem;
  line-height: 1.2;
}
.blog-card__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.blog-card__icon {
  font-size: 0.8rem;
  display: inline-block;
  height: 20px;
  padding-left: 30px;
  background-position: left center;
  background-size: 18px;
  color: #756F6F;
}
.blog-card__icon--date {
  background: url(images/date.svg) no-repeat;
}
.blog-card__icon--datenretter {
  background: url(images/datenretter.svg) no-repeat;
}
.blog-card__icon--comments {
  background: url(images/comment.svg) no-repeat;
}
@media (max-width: 1440px) {
  .blog-card__icon {
    font-size: 10px;
    line-height: 13px;
    padding-left: 24px;
  }
  .blog-card__icon span {
    position: relative;
    top: 3px;
  }
}
.blog-card__excerpt {
  color: #756F6F;
  font-size: 0.9rem;
}
.blog-card__more {
  color: #E08333;
}

.wideinfo {
  background: gray url(images/bg-1.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
}
.wideinfo__title {
  text-align: center;
  position: relative;
  color: black;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 130%;
  padding-bottom: 10px;
}
.wideinfo__title::after {
  content: "";
  width: 52px;
  height: 9px;
  background-color: #E08333;
  display: block;
  margin: 10px auto;
}
.wideinfo__text {
  color: #756F6F;
  font-weight: 500;
  max-width: 670px;
  text-align: center;
  margin-bottom: 20px;
}

#blog2 .blog-card__excerpt, #blog2 .blog-card__more, #blog2 .blog-card__icon--datenretter, #blog4 .blog-card__excerpt, #blog4 .blog-card__more, #blog4 .blog-card__icon--datenretter {
  display: none;
}

.stack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
@media (max-width: 780px) {
  .stack {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.stack .wideinfo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}
.stack .blog__list {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer {
  background-color: #DDE0E3;
  min-height: 200px;
  padding: 40px;
  font-size: 0.875rem;
}
.footer a {
  color: #B4B4B4;
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
}
.footer a:hover {
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  color: #918989;
}
.footer p {
  color: #B4B4B4;
}
.footer__info {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-auto-flow: column;
  grid-template-columns: 150px 300px 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 790px) {
  .footer__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px;
  }
}
@media (max-width: 480px) {
  .footer__info {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__links {
  text-align: center;
}
.footer__links a {
  display: block;
}
.footer__contacts {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 480px) {
  .footer__contacts a {
    display: block;
    margin-bottom: 10px;
  }
}
.footer__contacts a:first-child {
  grid-column: 1;
}
@media (min-width: 480px) {
  .footer__contacts a:first-child {
    border-right: 1px solid #cccccc;
  }
}
@media (max-width: 480px) {
  .footer__contacts a:first-child {
    margin-bottom: 10px;
  }
}
@media (min-width: 480px) {
  .footer__contacts > div {
    padding-left: 20px;
    grid-column: 2;
  }
}
.footer__contacts > div a {
  display: block;
}
@media (max-width: 480px) {
  .footer__contacts {
    display: block;
  }
}
@media (max-width: 790px) {
  .footer .copyright {
    width: 100%;
    text-align: center;
  }
}
.footer img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 336px;
  margin-bottom: 20px;
}

.popup {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.popup__block {
  width: 100%;
  min-width: 250px;
  max-width: 300px;
  min-height: 200px;
  border: 1px solid #0365C0;
  background: white;
  padding: 20px;
}
.popup__head {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}
.popup__title {
  font-size: 1.2em;
  font-weight: 300;
  color: #0365C0;
}
.popup__close {
  width: 24px;
  height: 24px;
  position: absolute;
  background: url(images/close.svg);
  background-position: center;
  background-size: contain;
  right: 0;
  top: 0;
  cursor: pointer;
}
.popup.active {
  visibility: visible;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}/*# sourceMappingURL=style.css.map */