.top-block.index {
  /*height: 100%;*/
}
@media all and (min-width: 769px) {
  .top-block.index .top-block__title-item p {
    font-size: 24px;
    line-height: 30px;
  }
}
@media all and (max-width: 768px) {
  .top-block.index .top-block__title {
    height: calc(80vh - 280px);
  }
  .top-block.index .top-block__title-item:first-child p {
    font-size: 14px;
    line-height: 19px;
  }
}
.footer .footer__item.first {
  white-space: nowrap;
}
.footer .header__menu-items {
  display: flex;
  flex-wrap: wrap;
}
.footer .menu-item a {
  color: #fff;
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
}
.footer .copy {
  text-align: center;
  display: block;
  margin-top: 20px;
}
@media all and (min-width: 1025px) {
  .footer .footer__item.first {
    margin-right: 40px;
  }
  .footer .header__menu-items {
    justify-content: center;
  }
  .footer .menu-item {
    margin-right: 40px;
  }
  .footer .menu-item:last-child {
    margin-right: 0;
  }
}
@media all and (max-width: 1024px) {
  .footer .header__menu-items {
    flex-direction: column;
    align-items: center;
  }
  .footer .menu-item {
    margin-bottom: 15px;
  }
}
.product-info .product-info__right ul {
  margin-bottom: 35px;
  margin-left: 45px;
}
.product-info .product-info__right li {
  list-style: disc;
  margin-bottom: 5px;
  font-weight: normal;
  font-size: 16px;
  line-height: 150.18%;
  color: #443E3E;
}
.results tr[visible='false'],
.no-result {
  display: none;
}
.results tr[visible='true'] {
  display: table-row;
}
.counter {
  padding: 8px;
  color: #ccc;
}
.th-sm {
  vertical-align: middle!important;
  text-align: center;
}
table tr td {
  text-align: left;
}
table tr td ~ td {
  text-align: center;
  vertical-align: middle!important;
}
.alert {
  color: #084298;
  background-color: #cfe2ff;
  border-color: #b6d4fe;
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  align-items: center;
  display: flex;
  font-size: 30px;
  line-height: 1.3;
}
.check-list {
  margin-top: 20px!important;
  padding-left: 1.2rem!important;
}

.check-list li {
  position: relative;
  list-style-type: none;
  padding-left: 2.5rem;
  margin-bottom: 0.5rem;
}

.check-list li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: -2px;
    width: 5px;
    height: 11px;
    border-width: 0 2px 2px 0;
    border-style: solid;
    border-color: #0C64AB;
    transform-origin: bottom left;
    transform: rotate(45deg);
}