@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.eot');
  src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.eot');
  src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  font-size: 16px;
}

body {
  color: #6b6b6b;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

#wrapper {
  max-width: 1088px;
  margin: 16px auto;
  border: 1px solid #000;
  background-color: #fff;
  position: relative;
}

article {
  padding: 0 106px;
  margin: -16px 0 0;
}

.flex {
  margin-right: -40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
}

.box {
  width: 48.8%;
}

.box:first-of-type {
  width: 48.4%;
}

.box:first-of-type ul {
  line-height: 1.46;
}

footer {
  margin: 0 106px 80px;
  position: relative;
}

footer p {
  color: #da1f3d;
  padding: 12px 16px 12px 40px;
  margin: 0 0 0 auto;
  font-size: 23px;
  border: 2px solid #da1f3d;
  width: 280px;
}

p {
  margin: 0 0 16px;
}

strong {
  font-weight: 700;
}

h1 {
  margin: 16px 0;
  font-weight: 400;
  font-size: 41px;
  line-height: 45px;
  color: #da1f3d;
}

h2 {
  margin: 0 0 6px;
  font-weight: 400;
  font-size: 24px;
  line-height: 28px;
}

h3 {
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 28px;
  line-height: 32px;
}

h4 {
  font-weight: 700;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #da1f3d;
  position: absolute;
  top: 50%;
  right: -40px;
  background: linear-gradient(to bottom, #fefefe 0%, #f9f9f9 25%, #f7f7f7 50%, #f4f4f4 75%, #f8f7f7 100%);
  width: 170px;
  height: 110px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translateY(-50%);
}

ul {
  margin: 0 0 22px;
  list-style: none;
}

ul li {
  padding-left: 20px;
  margin: 0 0 12px;
}

li:before {
  content: '+';
  color: #da1f3d;
  float: left;
  font-size: 17px;
  text-indent: -20px;
  font-weight: 700;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

:is(a:link, a:visited, a:hover, a:active) {
  color: #6b6b6b;
  text-decoration: none;
}

@media all and (max-width: 1086px) {
  #wrapper {
    margin: 0;
    border: none;
  }

  article {
    margin: 0;
    padding: 0 64px;
  }

  .flex {
    margin: 0;
  }

  footer {
    margin: 0 64px 48px;
  }

  :is(p, ul) {
    hyphens: auto;
    text-wrap: pretty;
  }

  :is(a, span) {
    white-space: nowrap;
  }

  br:not(footer br) {
    display: none;
  }
}

@media all and (max-width: 767px) {
  article {
    padding: 16px 16px 0;
  }

  .flex {
    flex-direction: column;
    gap: 0;
  }

  .box {
    width: 100% !important;
  }

  footer {
    margin: 0 16px 16px;
  }

  footer p {
    margin: 0;
    width: auto;
    text-align: center;
    padding: 10px 16px;
  }

  h4 {
    margin: 16px auto;
    position: static;
    transform: none;
  }
}