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

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.4;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
  color: #303446;
  background-color: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  font-style: italic;
  background-repeat: no-repeat;
  background-size: cover;
  border: 0;
}

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul {
  padding-left: 10px;
}
ul li {
  position: relative;
  padding-left: 16px;
}
ul li + li {
  margin-top: 10px;
}
ul li::before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #636f7d;
}

h1,
h2,
h3,
p {
  margin: 20px 0 10px;
}

a {
  color: #00a3ff;
  text-decoration: none;
}
a:hover {
  color: #ff7d05;
}

.link {
  color: #303446;
}
.link:hover {
  color: #00a3ff;
}

.btn {
  display: inline-block;
  padding: 12px 20px;
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  color: #fff;
  outline: none;
  border: 0;
  border-radius: 4px;
  background-color: #ff7d05;
  cursor: pointer;
  transition: 0.2s;
}
.btn:hover {
  color: #fff;
  background-color: #ee7502;
}
.btn_theme_info {
  background-color: #00a3ff;
}
.btn_theme_info:hover {
  color: #fff;
  background-color: #0a7cbd;
}
.btn_size_sm {
  padding: 8px 16px;
}

.container {
  width: 100%;
  max-width: 1248px;
  margin: 0 auto;
  padding: 0 16px;
}

.row {
  display: grid;
  grid-template-columns: 1fr 240px;
  gap: 20px;
}

.header {
  padding: 16px 0;
}
.header__block {
  display: flex;
  justify-content: center;
}
.header__title {
  position: relative;
  margin-top: 0;
  padding-left: 50px;
}
.header__title::before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 40px;
  height: 40px;
  background-size: 100%;
  background: url(./images/logo.svg) center/cover no-repeat;
}
.header__text {
  text-align: center;
}
.header__attention {
  margin: 8px 0;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #c70505;
}
.header__davim-zhosko {
  margin: 8px 0;
  font-weight: 600;
  text-align: center;
}

.offers__wrapper {
  display: grid;
  gap: 14px;
}
.offers__more {
  display: none;
  gap: 14px;
  margin-top: 14px;
}
.offers__more.active {
  display: grid;
}
.offers__more .offer__header {
  flex-direction: column;
  width: 200px;
}
.offers__more .offer__logo {
  max-width: 100%;
  width: auto;
  height: 40px;
}
.offers__more .offer__logo img {
  max-height: 100%;
}
.offers__more .offer__name {
  display: none;
}
.offers__btn-more {
  margin-top: 12px;
}

.offer {
  position: relative;
  display: flex;
  align-items: center;
  grid-gap: 50px;
  gap: 50px;
  padding: 20px;
  border: 1px solid #c4c5c6;
  border-radius: 10px;
}
.offer__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  grid-gap: 10px;
  gap: 10px;
  max-width: 200px;
  width: 100%;
}
.offer__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  width: auto;
  height: 40px;
}
.offer__logo img {
  max-height: 100%;
}
.offer__name {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}
.offer__line {
  display: flex;
  flex-direction: column;
  min-width: 140px;
}
.offer__line + .offer__line {
  margin-left: 80px;
}
.offer__prop {
  font-size: 14px;
  color: #636f7d;
}
.offer__value {
  font-weight: 500;
}
.offer__action {
  margin-left: auto;
}
.offer__btn-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-indent: -9999px;
}

.banner img {
  position: sticky;
  top: 20px;
}

.article h3 {
  font-size: 18px;
  color: #636f7d;
}
.article p {
  margin-top: 10px;
}

.footer {
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #c4c5c6;
  background: #F0F1F2;
}
.footer p {
  font-size: 13px;
  color: #636f7d;
}

@media (max-width: 1024px) {
  .offer {
    grid-gap: 20px;
    gap: 20px;
  }
  .offer__line + .offer__line {
    margin-left: 20px;
  }
}
@media (max-width: 767px) {
  .offers__wrapper, .offers__more {
    grid-template-columns: 1fr 1fr;
  }
  .offers__more .offer__header {
    width: 130px;
  }
  .offer {
    flex-direction: column;
    grid-gap: 10px;
    gap: 10px;
    text-align: center;
  }
  .offer__header {
    min-width: 0;
    flex-direction: column;
    grid-gap: 6px;
    gap: 6px;
  }
  .offer__line + .offer__line {
    margin-left: 0;
  }
  .offer__action {
    margin-left: unset;
    width: 100%;
  }
  .offer__btn {
    width: 100%;
  }
}
@media (max-width: 470px) {
  .offer {
    padding: 6px 6px 12px;
  }
  .offer__btn {
    padding: 10px;
    font-size: 15px;
  }
}
@media (max-width: 359px) {
  .offer__line {
    font-size: 14px;
  }
  .offer__btn {
    padding: 6px;
    font-size: 13px;
  }
}

/*# sourceMappingURL=style.css.map */
