:root {
  --page-width: 1080px;
  --page-padding-x: 16px;
  --page-theme: #00a976;
  --swiper-pagination-color: var(--page-theme);
  --swiper-theme-color: var(--page-theme);
  --swiper-pagination-bullet-inactive-color: #4b876d;
}
.btn {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 28px;
  flex-shrink: 0;
  border-radius: 8px;
  transition: all 0.3s;
  background: #47B875;
  color: #FFF;
  font-size: 19px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.5;
}
html[lang=ru] .btn {
  font-size: 16px;
}
.btn:hover {
  background: #2EA45E;
}
.btn .icon {
  margin-right: 10px;
}
.icon {
  display: inline-block;
  background: url(../../img/product-all-in-one/spirit.png) no-repeat;
  background-size: 1216px 506px;
}
.icon-win {
  background-position: -90px -8px;
  width: 19px;
  height: 22px;
}
.icon-mac-w {
  background-position: -452px -87px;
  width: 18px;
  height: 22px;
}
.icon-mac {
  background-position: -216px -10px;
  width: 18px;
  height: 22px;
}
.icon-max-win {
  background-position: -10px -87px;
  width: 34px;
  height: 35px;
}
.icon-max-mac {
  background-position: -54px -87px;
  width: 30px;
  height: 35px;
}
.icon-buy {
  background-position: -118px -9px;
  width: 20px;
  height: 22px;
}
.icon-buy-w {
  background-position: -480px -87px;
  width: 20px;
  height: 22px;
}
.btn[data-agent] {
  display: none;
}
.container {
  max-width: 1200px;
  width: unset;
  padding: 0 15px;
}
.commno-switch-button {
  display: flex;
  padding: 2px;
  margin-bottom: 26px;
  background: #d2eae0;
  border-radius: 40px;
  text-align: center;
  width: max-content;
}
.commno-switch-button .button-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  column-gap: 8px;
  padding: 4px 12px;
  text-align: center;
  cursor: pointer;
  box-sizing: border-box;
  background: transparent;
  color: #70b095;
  font-size: 9px;
  transition: all 0.4s;
}
.commno-switch-button .button-item.button-win {
  border-radius: 40px 0 0 40px;
}
.commno-switch-button .button-item.button-mac {
  border-radius: 0px 40px 40px 0px;
}
.commno-switch-button .button-item.action {
  border-radius: 40px;
  z-index: 99;
  color: #007854;
  background: #fff;
}
.commno-switch-button .button-item.action.button-win .icon-svg {
  width: 10px;
  height: 10px;
  background-position: -10px -10px;
}
.commno-switch-button .button-item.action.button-mac .icon-svg {
  width: 10px;
  height: 12px;
  background-position: -70px -10px;
}
.commno-switch-button .button-item .icon-svg {
  display: inline-block;
}
.commno-switch-button .button-item .windows {
  width: 10px;
  height: 10px;
  background-position: -50px -10px;
}
.commno-switch-button .button-item .mac {
  width: 10px;
  height: 12px;
  background-position: -30px -10px;
}
.switch-btn-box {
  display: flex;
  column-gap: 24px;
}
.switch-btn-box .btn-buy {
  background: #fff;
  color: var(--page-theme);
}
.switch-btn-box .btn-buy:hover {
  background: #eefff5;
}
@media (max-width: 780px) {
  .switch-btn-box {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 10px;
  }
}
.allInOne-banner {
  width: 100%;
  position: relative;
  background: url(../../img/home/banner-bg.png) no-repeat;
  background-size: 100% 100%;
}
.allInOne-banner .gradient-border-text {
  position: absolute;
  top: -10%;
  left: 0;
  font-size: 280px;
}
.allInOne-banner .gradient-border-text::after {
  top: 0%;
}
.allInOne-banner .container {
  display: flex;
  align-items: flex-start;
  padding-top: 112px;
  padding-bottom: 168px;
  margin: 0 auto;
  column-gap: 100px;
  justify-content: space-between;
}
.allInOne-banner .learn-btn {
  display: block;
  width: max-content;
  color: #00A976;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}
.allInOne-banner .learn-btn:hover span {
  margin-left: 8px;
  transition: all 0.5s;
}
.allInOne-banner .video-wrap {
  flex: 0 0 589px;
}
.allInOne-banner .banner-img {
  margin-left: -42px;
  margin-top: -19px;
  margin-bottom: -50px;
  width: 661px;
  height: 225px;
}
.allInOne-banner .allInOne-banner-content {
  flex: 0 0 500px;
}
.allInOne-banner .allInOne-banner-content .banner-hint-btn {
  padding: 8px 28px;
  line-height: 40px;
  text-align: center;
  border-radius: 25px;
  background: radial-gradient(110.92% 110.92% at 50% 0%, #10C358 0%, rgba(46, 224, 96, 0.66) 100%);
  backdrop-filter: blur(16px);
  font-size: 23px;
  color: #fff;
  width: max-content;
}
.allInOne-banner .allInOne-banner-content .text {
  background: linear-gradient(180deg, #FFF 36.05%, rgba(255, 255, 255, 0.78) 77.59%);
  background-clip: text;
  font-weight: 700;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.allInOne-banner .allInOne-banner-content .page-title {
  margin-top: 16px;
  margin-bottom: 14px;
  font-size: 52px;
  color: var(--page-theme);
}
.allInOne-banner .allInOne-banner-content .banner-text {
  margin-top: 16px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 150%;
  color: #484848;
}
.platforms {
  padding-top: 50px;
  text-align: center;
  padding-bottom: 100px;
}
.platforms .container {
  position: relative;
  padding-top: 50px;
}
.platforms .streaming {
  position: absolute;
  top: 0;
  left: 0;
}
.platforms .btn {
  box-shadow: none;
  border-radius: 8px;
}
.platforms .btn-mac {
  background: #fff;
  color: var(--page-theme);
  border: 2px solid #47B875;
}
.platforms .btn-mac:hover {
  background: #eefff5;
}
.platforms .platforms-title {
  font-size: 38px;
  width: 648px;
  margin: 0 auto;
  color: #2E2F35;
  line-height: 1.5;
  font-weight: 700;
}
.platforms .platforms-title span {
  color: #03996C;
}
.platforms .platforms-desc {
  width: 778px;
  margin: 20px auto 0 auto;
  line-height: 2;
}
.platforms .platforms-desc a {
  color: #03996C;
  font-weight: 700;
}
.platforms .platforms-desc a:hover {
  color: #3A3A3A;
}
.platforms .btn-box {
  display: flex;
  align-items: center;
  width: max-content;
  margin: 30px auto 0 auto;
  column-gap: 27px;
}
.platforms .product-box {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: 40px;
  margin-top: 76px;
}
.platforms .product-box .product-box_item {
  position: relative;
  border-radius: 15px;
  border: 2px solid rgba(71, 184, 117, 0.42);
  background: #FFF;
  padding: 31px 24px 30px 24px;
  flex: 1;
  min-width: 360px;
  box-sizing: border-box;
}
.platforms .product-box .hot {
  position: absolute;
  width: 71px;
  height: 97px;
  right: -10px;
  top: -36px;
  background: url(../../img/home/icon.png) no-repeat center;
}
.platforms .product-box .logo {
  width: 86px;
  height: 87px;
  margin-bottom: 14px;
}
.platforms .product-box .item-title {
  width: 210px;
  margin: 0 auto;
  line-height: 1.5;
  color: #3A3A3A;
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.platforms .product-box .item-desc {
  line-height: 1.8;
  margin-top: 10px;
  color: #545454;
  font-size: 16px;
}
.platforms .product-box .btn {
  width: max-content;
  margin: 17px auto 0 auto;
  padding: 10px 24px;
  font-size: 14px;
  border-radius: 9px;
}
.platforms .product-box .new {
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 15px 15px 144px 144px;
  background: linear-gradient(157deg, #FFB547 -93.88%, #FF4848 194.52%);
  color: #fff;
  font-size: 16px;
  width: 100%;
  padding: 8px 0;
  font-weight: 700;
  line-height: 1.5;
}
.platforms .product-box .product-box_item:nth-child(6),
.platforms .product-box .product-box_item:nth-child(4),
.platforms .product-box .product-box_item:nth-child(5) {
  padding-top: 44px;
}
.platforms .product-box .product-box_item:nth-child(6) {
  padding-top: 60px;
}
.mobile {
  display: none;
}
.icon-stars {
  background: url(../../img/home/star.png) no-repeat center;
  width: 141px;
  height: 27px;
}
.icon-brand-MacUpdate {
  background-position: -905px -10px;
  width: 67px;
  height: 67px;
}
.icon-brand-Business {
  background-position: -982px -10px;
  width: 67px;
  height: 67px;
}
.icon-brand-SOFTPEDIA {
  background-position: -1059px -10px;
  width: 67px;
  height: 67px;
}
.icon-brand-TechRounder {
  background-position: -1136px -10px;
  width: 67px;
  height: 67px;
}
.why {
  text-align: center;
}
.why .container {
  position: relative;
  padding-top: 80px;
}
.why .why-bg {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
.why .why-title {
  font-size: 38px;
  color: #080F30;
}
.why .why-title span {
  color: #03996C;
}
.why .why-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 88px;
  column-gap: 56px;
}
.why .why-box_item {
  width: 320px;
  box-sizing: border-box;
  border-radius: 15px;
  background: #FFF;
  padding: 40px 12px 60px 12px;
  box-shadow: 0px 0px 20px 0px rgba(85, 183, 107, 0.15);
}
.why .item-img {
  width: 104px;
  height: 104px;
}
.why .item-title {
  color: #080F30;
  font-size: 16px;
  font-weight: 700;
  margin-top: 22px;
}
.bottom-box {
  margin-top: 100px;
  padding: 75px 0;
  background: linear-gradient(90deg, #2AB6AD 0%, #36B197 44.5%, #60BF92 100%);
}
.bottom-box .flex-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 75px;
  align-items: center;
  flex-wrap: wrap;
}
.bottom-box-h2 {
  font-size: 32px;
  line-height: 1.5;
  font-weight: 700;
  color: #fff;
}
.bottom-box-info {
  font-size: 16px;
  line-height: 1.5;
  margin: 15px 0 25px;
  color: #fff;
}
.bottom-box .switch-btn-box .btn {
  border-radius: 8px;
}
.bottom-box .switch-btn-box .btn-mac,
.bottom-box .switch-btn-box .btn-win {
  border: 2px solid #FFF;
}
@media (max-width: 780px) {
  .bottom-box .flex-wrapper img {
    max-width: 100%;
    height: unset;
    object-fit: cover;
  }
}
@media (max-width: 780px) {
  .mobile {
    display: block;
  }
  .btn {
    font-size: 16px;
    padding: 16px 18px;
  }
  .pc {
    display: none;
  }
  .allInOne-banner {
    box-sizing: border-box;
    background: #e6fff4;
  }
  .allInOne-banner .container {
    flex-direction: column;
    align-items: center;
    padding-top: 57px;
    padding-bottom: 10px;
  }
  .allInOne-banner .text {
    font-size: 23px;
  }
  .allInOne-banner .allInOne-banner-content {
    display: flex;
    flex: 0 0 100%;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    padding-right: 0px;
    margin-bottom: 48px;
  }
  .allInOne-banner .allInOne-banner-content .banner-hint-btn {
    font-size: 22px;
    padding: 5px 28px;
    border-radius: 50px;
  }
  .allInOne-banner .allInOne-banner-content .page-title {
    font-size: 37px;
    line-height: 1.5;
  }
  .allInOne-banner .allInOne-banner-content .banner-text {
    font-size: 14px;
    line-height: 2;
  }
  .allInOne-banner .allInOne-banner-content .learn-btn {
    font-size: 14px;
  }
  .allInOne-banner .banner-img {
    width: 115%;
    height: auto;
    margin: -30px 0 0 -28px;
  }
  .allInOne-banner .commno-switch-button {
    width: fit-content;
    margin: 10px 0 20px 0;
  }
  .allInOne-banner .allInOne-banner {
    width: 100%;
  }
  .allInOne-banner iframe {
    max-width: 100%;
    height: 220px;
  }
  .allInOne-banner .video-wrap {
    flex: 0 0 100%;
    overflow: hidden;
    max-width: 100%;
  }
  .platforms {
    padding-top: 60px;
  }
  .platforms .container {
    padding-top: 0;
  }
  .platforms .btn-box {
    flex-wrap: wrap;
    width: unset;
    justify-content: center;
    gap: 10px;
  }
  .platforms .platforms-title {
    font-size: 24px;
    width: 100%;
  }
  .platforms .platforms-desc {
    font-size: 16px;
    width: 100%;
  }
  .platforms .product-box .product-box_item {
    padding: 33px 35px;
    min-width: unset;
  }
  .why {
    padding: 0;
  }
  .why .container {
    padding-top: 0;
  }
  .why .why-title {
    font-size: 26px;
  }
  .why .why-box {
    flex-wrap: wrap;
    row-gap: 32px;
    margin-top: 60px;
  }
  .why .why-box_item {
    display: flex;
    align-items: center;
    gap: 25px;
    padding: 12px 13px;
    width: 100%;
    border-radius: 6px;
    border: 1px solid #DDD;
    background: #FFF;
    box-shadow: unset;
  }
  .why .why-box_item .item-img {
    width: 35px;
    height: 35px;
  }
  .why .why-box_item .item-title {
    margin-top: 0;
  }
  .bottom-box img {
    display: none;
  }
}
