.dr-web {
  font-family: "Arial";
  max-width: 954px;
  margin: 0 auto;
  box-sizing: border-box;
}
.dr-web * {
  margin: 0;
  padding: 0;
}
.dr-web .container {
  width: 100%;
  min-width: 300px;
  max-width: 1024px;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (min-width: 480px) {
  .dr-web .container {
    padding: 0 15px;
  }
}
@media screen and (min-width: 768px) {
  .dr-web .container {
    padding: 0 22px;
  }
}
@media screen and (min-width: 967px) {
  .dr-web .container {
    padding: 0;
  }
}
.dr-web .head-box {
  margin: 34px 0 30px 0;
  background-image: url(/static/new-www/root/www-drweb-ru/saas_tariffs_2home_premium/header-bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: 297px 320px;
}
.dr-web .head-box__content {
  padding-top: 207px;
  max-width: 400px;
}
.dr-web .head-box__title {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 10px;
}
.dr-web .head-box__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 18px;
}
.dr-web .head-box__list {
  margin-bottom: 25px;
  padding: 0 0 0 25px;
  color: inherit;
}
.dr-web .head-box__list-item {
  list-style-type: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.dr-web .head-box__list-item:not(:last-child) {
  margin-bottom: 8px;
}
.dr-web .head-box__to-plug {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 25px;
  gap: 20px;
}
.dr-web .head-box__to-plug-price {
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
}
.dr-web .head-box__doc {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.dr-web .head-box__doc-item {
  color: #A0A0A0;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-decoration: none;
}
.dr-web .head-box__doc-item:hover {
  text-decoration: underline;
  color: #A0A0A0;
}
@media screen and (min-width: 480px) {
  .dr-web .head-box {
    background-size: 367px 397px;
  }
}
@media screen and (min-width: 768px) {
  .dr-web .head-box {
    background-position: top 0 right -100px;
  }
  .dr-web .head-box__content {
    padding: 0;
    max-width: 400px;
  }
}
@media screen and (min-width: 967px) {
  .dr-web .head-box {
    background-position: top 0 right 0;
  }
  .dr-web .head-box__title {
    font-size: 24px;
  }
}
.dr-web .technology {
  color: #000;
  padding: 30px 0;
}
.dr-web .technology__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 18px;
  color: inherit;
}
.dr-web .technology__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.dr-web .technology__list {
  padding: 0px 0 0 25px;
}
.dr-web .technology__list:not(:last-child) {
  margin-bottom: 10px;
}
.dr-web .technology__list-item {
  list-style-image: url(/static/new-www/root/www-drweb-ru/saas_tariffs_2home_premium/check-mark.svg);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: inherit;
}
.dr-web .technology__list-item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .dr-web .technology__content {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .dr-web .technology__list {
    width: 45%;
  }
}
.dr-web .subscription {
  color: #000;
  padding: 30px 0;
}
.dr-web .subscription__content {
  background-color: #F6F6F6;
  border-radius: 8px;
  overflow: hidden;
}
.dr-web .subscription__list {
  padding: 30px 15px;
}
.dr-web .subscription__list-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: inherit;
  margin-bottom: 18px;
}
.dr-web .subscription__list-item {
  list-style-type: disc;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: inherit;
  margin-left: 25px;
}
.dr-web .subscription__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.dr-web .subscription__img {
  width: 100%;
  height: 195px;
  display: flex;
}
.dr-web .subscription__img-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 480px) {
  .dr-web .subscription__list {
    padding: 30px;
  }
  .dr-web .subscription__img {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .dr-web .subscription__content {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .dr-web .subscription__list {
    width: 45%;
    padding: 30px 0 30px 30px;
  }
  .dr-web .subscription__img {
    width: 45%;
    height: auto;
  }
}
.dr-web .components {
  color: #000;
  padding: 12px 0 10px 0;
}
.dr-web .components__content {
  background-color: #F6F6F6;
  border-radius: 8px;
  overflow: hidden;
  padding: 30px 15px;
}
.dr-web .components__item {
  display: flex;
  flex-direction: column;
  padding: 12px 0;
  color: #000;
  cursor: pointer;
  text-decoration: none;
}
.dr-web .components__item:not(:last-child) {
  border-bottom: 0.5px solid #B2BBB5;
}
.dr-web .components__item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: inherit;
}
.dr-web .components__item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: inherit;
}
.dr-web .components__item:hover .components__item-title {
  color: #68B905;
  text-decoration: underline;
}
.dr-web .components__item:active .components__item-title {
  text-decoration: none;
}
.dr-web .components__disclaimer-list {
  padding: 0 15px 60px 30px;
}
.dr-web .components__disclaimer-list-item {
  font-weight: 400;
  font-size: 9px;
  line-height: 150%;
  color: #A0A0A0;
  max-width: 500px;
}
.dr-web .android-info {
  padding: 12px 0 18px 0;
}
.dr-web .android-info__content {
  padding: 10px;
  border: 1px solid #A0A0A0;
  border-radius: 8px;
  display: flex;
  align-items: flex-start;
  max-width: 560px;
}
.dr-web .android-info__text {
  font-weight: 400;
  font-size: 11px;
  line-height: 150%;
  color: #919191;
  margin-left: 15px;
}
.dr-web .components-apk {
  padding: 0 0 18px 0;
}
.dr-web .components-apk__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-bottom: 18px;
}
.dr-web .components-apk__list {
  display: flex;
  flex-wrap: wrap;
}
.dr-web .components-apk__list-left {
  margin-bottom: 25px;
}
.dr-web .components-apk__list-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  cursor: pointer;
  text-decoration: none;
}
.dr-web .components-apk__list-item:not(:last-child) {
  margin-bottom: 25px;
}
.dr-web .components-apk__list-item-text {
  color: #000;
  margin-left: 14px;
}
.dr-web .components-apk__list-item-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  color: inherit;
}
.dr-web .components-apk__list-item-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: inherit;
}
.dr-web .components-apk__list-item-subtext {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  margin-top: 10px;
  color: #A0A0A0;
}
.dr-web .components-apk__list-item:hover .components-apk__list-item-title {
  color: #68B905;
  text-decoration: underline;
}
.dr-web .components-apk__list-item:active .components-apk__list-item-title {
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .dr-web .components-apk__list {
    -moz-column-gap: 30px;
         column-gap: 30px;
    justify-content: space-between;
  }
  .dr-web .components-apk__list-left, .dr-web .components-apk__list-right {
    max-width: 45%;
  }
  .dr-web .components-apk__list-left {
    margin-bottom: 0;
  }
}
.dr-web .supported-os {
  color: #000;
  padding: 30px 0 100px 0;
}
.dr-web .supported-os__content {
  background-color: #F6F6F6;
  border-radius: 8px;
  overflow: hidden;
}
.dr-web .supported-os__list {
  padding: 30px 15px;
  display: flex;
  flex-direction: column;
}
.dr-web .supported-os__list-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: inherit;
  margin-bottom: 18px;
}
.dr-web .supported-os__list-item {
  list-style-image: url(/static/new-www/root/www-drweb-ru/saas_tariffs_2home_premium/check-mark.svg);
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: inherit;
  margin-left: 25px;
}
.dr-web .supported-os__list-item:not(:last-child) {
  margin-bottom: 10px;
}
.dr-web .supported-os__list-item_disclaimer {
  font-weight: 400;
  font-size: 10px;
  line-height: 150%;
  color: #A0A0A0;
  list-style: none;
  margin: 18px 0 0 0;
  padding-bottom: 25px;
}
.dr-web .supported-os__img {
  width: 100%;
  height: 195px;
  display: flex;
}
.dr-web .supported-os__img-item {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 480px) {
  .dr-web .supported-os__list {
    padding: 30px;
  }
  .dr-web .supported-os__img {
    height: 300px;
  }
}
@media screen and (min-width: 768px) {
  .dr-web .supported-os__content {
    display: flex;
    justify-content: space-between;
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .dr-web .supported-os__list {
    width: 45%;
    padding: 30px 0 30px 30px;
  }
  .dr-web .supported-os__img {
    width: 45%;
    height: auto;
  }
}
.dr-web .details {
  padding: 30px 0 12px 0;
}
.dr-web .details__item {
  border-top: 1px solid #A0A0A0;
}
.dr-web .details__item:last-child {
  border-bottom: 1px solid #A0A0A0;
}
.dr-web .details__item[open]:last-child {
  border-bottom: none;
}
.dr-web .details__item[open] > summary::before {
  transform: rotate(180deg);
  transition: 0.2s;
}
.dr-web .details__summary {
  padding: 18px 0;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 150%;
  position: relative;
  list-style: none;
}
.dr-web .details__summary::before {
  width: 25px;
  height: 18px;
  content: "";
  position: absolute;
  top: 19px;
  right: 0;
  background-image: url(/static/new-www/root/www-drweb-ru/saas_tariffs_2home_premium/details-icon.svg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 25px 18px;
  transition: 0.2s;
}
.dr-web .details__summary::-webkit-details-marker {
  display: none;
}
.dr-web .btn {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  color: #fff;
  padding: 12px 22px;
  background-color: #68B905;
  border-radius: 5px;
  width: -moz-fit-content;
  width: fit-content;
  background-image: none;
  text-decoration: none;
}
.dr-web .btn:hover {
  background-color: #76CC0D;
}/*# sourceMappingURL=style.css.map */