html body {
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
html body main {
  width: 100%;
  max-width: 1920px;
  background: url("../images/eset/main-bg.png") no-repeat top center, #fff;
  background-size: initial;
  gap: 10px;
  font-family: Tahoma, sans-serif;
}
html body main .logo-t {
  margin-top: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  color: #fff;
}
html body main .header {
  font-weight: 700;
  font-size: 45px;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body main .header {
    font-size: 32px;
  }
}
html body main .subheader {
  color: #fff;
  font-size: 18px;
  text-align: center;
}
html body main .products {
  margin-top: 40px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 20px;
}
@media screen and (max-width: 1136px) {
  html body main .products {
    flex-flow: column nowrap;
  }
}
html body main .products .product {
  border-radius: 17px;
  width: 320px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
html body main .products .product .plan {
  width: 100%;
  background: #008193;
  opacity: 0;
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 10px 0;
  border-radius: 17px 17px 0 0;
}
html body main .products .product .main {
  background: #fff;
  min-height: 100px;
  width: 100%;
  border-radius: 17px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  gap: 20px;
  box-shadow: 3px 3px 4px #00000077;
}
html body main .products .product .main img {
  margin: 20px 20px 0 20px;
  width: 200px;
  height: 126px;
  object-fit: contain;
  border-radius: 10px;
}
html body main .products .product .main .level {
  min-height: 32px;
}
html body main .products .product .main .level img {
  margin: 0;
  width: 32px;
  height: 32px;
  object-fit: contain;
}
html body main .products .product .main .description {
  margin: 0 20px;
  font-size: 15px;
  height: 130px;
}
html body main .products .product .main .counters {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 40px;
  font-family: arial, sans-serif;
}
html body main .products .product .main .counters .device {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
html body main .products .product .main .counters .time {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
html body main .products .product .main .counters .row {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 15px;
  text-align: center;
  font-size: 14px;
}
html body main .products .product .main .counters .minus,
html body main .products .product .main .counters .plus {
  width: 28px;
  height: 28px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  background: #008193;
  border-radius: 16px;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  cursor: pointer;
}
html body main .products .product .main .counters .count {
  text-align: center;
  font-size: 24px;
}
html body main .products .product .main .price {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
}
html body main .products .product .main .price .sum {
  font-size: 36px;
}
html body main .products .product .main .buy {
  background: #428400;
  padding: 12px 24px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  margin-bottom: 20px;
  cursor: pointer;
}
html body main .products .product .main .buy.disable {
  background: #7c8176;
  cursor: not-allowed;
}
html body main .products .product .main .functions .name {
  margin: 0 20px;
  color: #008193;
  font-size: 15px;
}
html body main .products .product .main .list-checked,
html body main .products .product .main .list-unchecked {
  padding: 0;
  margin: 0;
  border-radius: 0 0 15px 15px;
}
html body main .products .product .main .list-checked li,
html body main .products .product .main .list-unchecked li {
  margin: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  list-style: none;
  gap: 10px;
  padding: 10px;
  font-size: 14px;
}
html body main .products .product .main .list-checked li img,
html body main .products .product .main .list-unchecked li img {
  width: 16px;
  height: 16px;
  object-fit: contain;
  margin: 0;
}
html body main .products .product .main .list-checked li img.white,
html body main .products .product .main .list-unchecked li img.white {
  filter: invert(70%);
}
html body main .products .product .main .list-unchecked {
  background: #DDD;
  border-radius: 0 0 15px 15px;
}
html body main .products .product.recommend .plan {
  opacity: 1;
}
html body main .products .product.recommend .main {
  border-radius: 0 0 15px 15px;
}
html body main .for-all {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
}
html body main .for-all .item {
  margin-top: 40px;
  width: 50%;
  min-width: 320px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
html body main .for-all .item:nth-child(even) {
  flex-flow: row-reverse nowrap;
}
@media screen and (max-width: 768px) {
  html body main .for-all .item {
    flex-flow: column-reverse nowrap;
  }
  html body main .for-all .item:nth-child(even) {
    flex-flow: column-reverse nowrap;
  }
}
html body main .for-all .item .text .all-not {
  text-decoration: underline;
  color: #008193;
  font-weight: 200;
}
html body main .for-all .item .text .more {
  cursor: pointer;
  text-decoration: underline;
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
  gap: 20px;
  color: #008193;
  font-family: "Times New Roman", sans-serif;
  font-size: 14px;
}
html body main .for-all .item .text .more:after {
  content: url("../images/eset/arrow.svg");
  width: 16px;
  height: 16px;
  object-fit: contain;
}
html body main .for-all .item img {
  max-width: 500px;
  min-width: 300px;
  object-fit: contain;
  width: 80%;
}
html body main .enter {
  margin: 50px 0;
  box-shadow: 3px 3px 4px #00000077;
  min-width: 320px;
  max-width: 620px;
  width: 90%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px;
  border: 1px solid #00000050;
}
html body main .enter ul {
  display: flex;
  flex-flow: row nowrap;
  gap: 20px;
  width: 95%;
}
html body main .enter ul li {
  list-style: none;
  cursor: pointer;
}
html body main .enter ul li.selected {
  color: #008ba0;
  text-decoration: underline;
}
html body main .enter .license,
html body main .enter .username {
  width: 90%;
}
html body main .enter .license form,
html body main .enter .username form {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
html body main .enter .license form label,
html body main .enter .username form label {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
html body main .enter .license form label span,
html body main .enter .username form label span {
  font-size: 14px;
}
html body main .enter .license form label input,
html body main .enter .username form label input {
  width: 100%;
  padding: 10px;
  border: 1px solid #00000050;
}
html body main .enter .license form button,
html body main .enter .username form button {
  background: #428400;
  padding: 12px 24px;
  font-size: 14px;
  color: #fff;
  letter-spacing: 2px;
  margin: 20px 0;
  border: 0;
}
html body .blackbox {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #00000070;
  z-index: 100;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: flex-start;
  overflow-y: auto;
}
html body .blackbox.hidden {
  display: none;
}
html body .blackbox .side {
  width: 90%;
  max-width: 900px;
  background: #fff;
  position: relative;
  min-height: 100%;
  font-weight: 100;
}
html body .blackbox .side .header {
  position: fixed;
  background: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-end;
  align-items: center;
}
html body .blackbox .side .header .xmark {
  margin: 10px;
  width: 24px;
  height: 24px;
  object-fit: contain;
  opacity: 0.5;
  cursor: pointer;
}
html body .blackbox .side .content {
  padding: 20px;
  font-family: Tahoma, sans;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
}
html body .blackbox .side .content h1 {
  font-size: 30px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  html body .blackbox .side .content h1 {
    font-size: 20px;
  }
}
html body .blackbox .side .content h3 {
  font-size: 12px;
  text-align: center;
  font-weight: lighter;
}
html body .blackbox .side .content .short {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
html body .blackbox .side .content p {
  text-indent: 0;
}
html body .blackbox .side .content .main li {
  list-style: none;
  margin: 20px 0;
}
html body .blackbox .side .content img {
  width: 50%;
}
/*# sourceMappingURL=eset.css.map */