.wrapper-1 {
  padding-top: 30px;
}
.wrapper-1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrapper-1 .container .text {
  font-weight: 400;
  font-size: 20px;
  line-height: 187%;
  color: #212121;
  margin: 30px 0 50px 0;
  text-align: center;
  padding: 0 150px;
}
.wrapper-1 .container .text span {
  font-weight: 700;
  color: #fc0c0c;
}
.wrapper-1 .container .discount {
  width: 663px;
  height: 195px;
  position: relative;
}
.wrapper-1 .container .discount .discount-text {
  font-weight: 700;
  font-size: 22px;
  line-height: 187.53%;
  background: linear-gradient(90deg, #86f4fc 3.76%, #b4b8e1 95.14%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  position: absolute;
  top: 0;
  left: 40px;
}
html[lang=ru] .wrapper-1 .container .discount .discount-text {
  font-size: 18px;
  line-height: 230%;
}
.wrapper-1 .container .discount .num {
  position: absolute;
  left: 50%;
  top: 48%;
  transform: translate(-50%);
  font-weight: 700;
  font-size: 24px;
  color: #212121;
}
.wrapper-1 .container .button {
  width: 163px;
  height: 48px;
  line-height: 48px;
  background: #000000;
  border-radius: 24px;
  font-weight: 700;
  font-size: 16px;
  color: #8beef9;
  cursor: pointer;
  margin: 30px 0 55px;
  transition: all 0.5s;
}
html[lang=ru] .wrapper-1 .container .button {
  width: 170px;
}
.wrapper-1 .container .button:hover {
  transform: scale(1.12);
}
.wrapper-1 .container .pop-up {
  padding: 12px 30px;
  border-radius: 10px;
  background: #000;
  background-image: linear-gradient(to right, #8be3fb, #bdbee7);
  display: none;
  margin-bottom: 80px;
}
.wrapper-1 .container .pop-up span {
  font-weight: 600;
  font-size: 20px;
  color: #000;
  margin-left: 10px;
  vertical-align: middle;
}
.wrapper-2 {
  padding: 68px 0 52px 0;
  background: #f1f8f8;
  text-align: center;
}
.wrapper-2 .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 134%;
  color: #212121;
  margin-bottom: 54px;
}
.wrapper-2 .step {
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  width: 1080px;
  margin: 0 auto;
}
.wrapper-2 .step .item {
  flex: 0 0 50%;
  text-align: left;
  margin-bottom: 78px;
}
.wrapper-2 .step .item .num {
  width: 53px;
  height: 53px;
  border-radius: 53px;
  border: 4px solid #01966b;
  font-size: 18px;
  font-weight: 700;
  color: #01966b;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 18px;
}
.wrapper-2 .step .item img {
  transition: all 0.5s;
  cursor: pointer;
}
.wrapper-2 .step .item img:hover {
  transform: scale(1.1);
}
.wrapper-2 .step .item .text {
  font-weight: 400;
  font-size: 18px;
  line-height: 187%;
  color: #212121;
}
.wrapper-2 .step .item .text a {
  color: #c36;
}
.wrapper-2 .step .item .text a:hover {
  color: #212121;
}
.wrapper-2 .step .item:nth-child(4) {
  margin-bottom: 0;
}
.wrapper-2 .step .item:nth-child(3) {
  margin-bottom: 0;
}
.wrapper-2 .step .item:nth-child(3) .text {
  margin-bottom: 61px;
}
.content {
  padding: 82px 0 0 0;
}
.content .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 146%;
  text-align: center;
  color: #080f30;
  margin-bottom: 30px;
}
.content .subheading {
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 146%;
  color: #000000;
  margin-bottom: 8px;
}
.content .subheading span {
  font-weight: 700;
  color: #f81414;
}
.content .product .item {
  width: 900px;
  margin: 0 auto 40px;
  background: #f1f8f8;
  border-radius: 12px;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 30px 0;
}
.content .product .item .right {
  flex: 0 0 58%;
}
.content .product .item .right .right-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 134%;
  color: #212121;
}
.content .product .item .right .right-price {
  font-weight: 400;
  font-size: 16px;
  color: #565656;
  margin-bottom: 13px;
  line-height: 32px;
  margin: 20px 0;
}
.content .product .item .right .right-price .price {
  font-weight: 700;
  font-size: 25px;
  color: #ffa800;
  margin: 0 5px;
}
.content .product .item .right .right-button {
  background: #01966b;
  border-radius: 30px;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  padding: 15px 30px;
  font-weight: bold;
  font-size: 18px;
  color: #fff;
  transition: background 0.3s;
}
.content .product .item .right .right-button .icon-windows-shixin,
.content .product .item .right .right-button .icon-macos {
  margin-left: 10px;
  font-size: 22px;
}
.content .product .item .right .right-button .icon-macos {
  margin-top: -2px;
}
.content .product .item .right .right-button:hover {
  background: #04694c;
  animation: elementor-animation-buzz-out 0.5s linear;
}
.content .product .item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 770px) {
  .wrapper-1 .container .text {
    font-size: 16rem;
    margin: 61rem 0 73rem 0;
    padding: 0;
  }
  .wrapper-1 .container .text span {
    font-weight: 700;
    color: #fc0c0c;
  }
  .wrapper-1 .container .discount {
    width: 100%;
    height: auto;
  }
  .wrapper-1 .container .discount .discount-text {
    left: 20rem;
    font-size: 12rem;
  }
  html[lang=ru] .wrapper-1 .container .discount .discount-text {
    font-size: 10rem;
  }
  .wrapper-1 .container .discount img {
    width: 100%;
    height: auto;
  }
  .wrapper-1 .container .discount .num {
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    font-size: 12px;
  }
  .wrapper-1 .container .button {
    width: 146rem;
    height: 43rem;
    margin: 30rem 0 60rem;
  }
  html[lang=ru] .wrapper-1 .container .button {
    width: 170rem;
  }
  .wrapper-1 .container .pop-up {
    padding: 12rem 30rem;
    border-radius: 10rem;
    background: #000;
    background-image: linear-gradient(to right, #8be3fb, #bdbee7);
    display: none;
  }
  .wrapper-1 .container .pop-up span {
    font-weight: 600;
    font-size: 20rem;
    color: #000;
    margin-left: 10rem;
    vertical-align: middle;
  }
  .wrapper-2 {
    padding: 62rem 10rem 84rem 10rem;
  }
  .wrapper-2 .title {
    font-size: 32px;
    margin-bottom: 54rem;
  }
  .wrapper-2 .step {
    padding-left: 0;
    width: 100%;
  }
  .wrapper-2 .step .item {
    flex: 0 0 100%;
    text-align: left;
    margin-bottom: 49rem;
  }
  .wrapper-2 .step .item img {
    width: 100%;
    height: auto;
    margin-bottom: 49rem;
  }
  .content {
    padding: 80rem 0;
  }
  .content .container {
    width: 100%;
  }
  .content .title {
    font-size: 32rem;
    margin-bottom: 40rem;
    padding: 0 10rem;
  }
  .content .product .item {
    width: 100%;
    height: auto;
    margin: 0 auto 31rem;
    border-radius: 0;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 38rem 5rem 64rem 5rem;
  }
  .content .product .item img {
    margin-left: 0;
    margin-bottom: 14rem;
  }
  .content .product .item .right {
    flex: 0 0 90%;
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .content .product .item .right .right-title {
    text-align: center;
  }
  .content .product .item .right .btn-box {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .content .product .item .right .btn-box .right-button {
    background: #01966b;
    border-radius: 30rem;
    margin-right: 0;
    display: inline-flex;
    align-items: center;
    padding: 12rem 20rem;
    font-weight: bold;
    font-size: 16rem;
    color: #fff;
    transition: background 0.3s;
  }
  .content .product .item .right .btn-box .right-button .icon-windows-shixin,
  .content .product .item .right .btn-box .right-button .icon-macos {
    margin-left: 10rem;
    font-size: 22rem;
  }
  .content .product .item .right .btn-box .right-button .icon-macos {
    margin-top: -2rem;
  }
  .content .product .item .right .btn-box .right-button:hover {
    background: #04694c;
    animation: elementor-animation-buzz-out 0.5s linear;
  }
}
