@media (max-width: 1366.98px) {
  .common-nav-wrapper-items ul li a {
    font-size: 14px;
  }
  .hero-text h1 {
    font-size: 76px;
  }
  .hero-text ul li {
    font-size: 15px;
  }
  .details-btn small {
    font-size: 15px;
  }
  .details-btn h2 {
    font-size: 31px;
  }
  .details-btn p {
    font-size: 15px;
  }
  .details-content-what {
    min-height: 526px;
  }
  .details-content-what h3 {
    font-size: 17px;
  }
  .details-content-what p {
    font-size: 14px;
  }
  .details-content-what ul li {
    font-size: 15px;
  }
  .details-content-what-btn a {
    font-size: 15px;
  }
  .details-content-why {
    min-height: 526px;
  }
  .details-content-why h3 {
    font-size: 17px;
  }
  .details-content-why P {
    font-size: 14px;
  }
  .details-content-why-btn h1 {
    font-size: 45px;
  }
  .details-content-why-btn a {
    font-size: 15px;
  }
  .upgrade-title h1 {
    font-size: 76px;
    max-width: 465px;
  }
  .upgrade-dis p {
    font-size: 15px;
  }
  .upgrade-dis a {
    font-size: 14px;
  }
  .slider-items {
    min-height: 325px;
    padding: 18px;
  }
  .slider-items p {
    font-size: 14px;
  }
  .slider-items a {
    font-size: 14px;
  }
  .suitable-mega-title h1 {
    font-size: 76px;
    max-width: 450px;
  }
  .suitable-mega-title span {
    font-size: 76px;
    max-width: 444px;
    display: inline-block;
  }
  .suitable-content p {
    font-size: 15px;
  }
  .suitable-content h2 {
    font-size: 34px;
  }
  .gold-title h1 {
    font-size: 76px;
  }
  .gold-title p {
    font-size: 16px;
  }
  .gold-dis p {
    font-size: 15px;
  }
  .gold-content-items-item h4 {
    font-size: 15px;
  }
  .gold-content-progress-wrapper-item-title p {
    font-size: 14px;
  }
  .gold-content-progress-installation p {
    font-size: 15px;
  }
  .gold-content-progress-installation h1 {
    font-size: 45px;
  }
  .gold-content-button a {
    font-size: 15px;
  }
  .silver-title h1 {
    font-size: 76px;
  }
  .silver-title p {
    font-size: 16px;
  }
  .silver-dis p {
    font-size: 15px;
  }
  .silver-content-items-item h4 {
    font-size: 15px;
  }
  .silver-content-progress-wrapper-item-title p {
    font-size: 14px;
  }
  .silver-content-progress-installation p {
    font-size: 15px;
  }
  .silver-content-progress-installation h1 {
    font-size: 45px;
  }
  .silver-content-button a {
    font-size: 15px;
  }
  .bronze-title h1 {
    font-size: 76px;
  }
  .bronze-title p {
    font-size: 16px;
  }
  .bronze-dis p {
    font-size: 15px;
  }
  .bronze-content-items-item h4 {
    font-size: 15px;
  }
  .bronze-content-progress-wrapper-item-title p {
    font-size: 14px;
  }
  .bronze-content-progress-installation p {
    font-size: 15px;
  }
  .bronze-content-progress-installation h1 {
    font-size: 45px;
  }
  .bronze-content-button a {
    font-size: 15px;
  }
  .choice-title h1 {
    font-size: 76px;
  }
  .choice-title ul li {
    font-size: 15px;
  }
  .choice-dis p {
    font-size: 15px;
  }
  .copyright p {
    font-size: 14px;
  }
}
@media (max-width: 1080.98px) {
  .hero-text {
    padding: 150px 0 355px 0;
  }
  .hero-text h1 {
    font-size: 76px;
  }
  .hero-text ul li {
    font-size: 15px;
  }
  .gold-cover img {
    max-width: 100%;
  }
  .silver-cover img {
    max-width: 100%;
  }
  .bronze-cover img {
    max-width: 100%;
  }
}
@media (max-width: 990.98px) {
  .common-nav-wrapper-logo img {
    max-width: 150px;
  }
  .upgrade-title h1 {
    line-height: 130%;
    max-width: 500px;
  }
  .upgrade-dis p {
    max-width: 100%;
  }
  .suitable-mega-title h1 {
    max-width: 100%;
  }
  .suitable-mega-title span {
    max-width: 100%;
  }
  .gold-cover {
    text-align: center;
  }
  .gold-cover img {
    margin-bottom: 42px;
  }
  .silver-cover {
    text-align: center;
  }
  .silver-cover img {
    margin-bottom: 42px;
  }
  .bronze-cover {
    text-align: center;
  }
  .bronze-cover img {
    margin-bottom: 42px;
  }
}
@media (max-width: 600.98px) {
  .common-nav {
    position: relative;
  }
  .common-nav-wrapper {
    height: 80px;
  }
  .common-nav-wrapper-logo {
    z-index: 2;
  }
  .common-nav-wrapper-logo img {
    max-width: 150px;
  }
  .common-nav-wrapper-items {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000000;
    height: 100vh;
    width: 100vw;
    z-index: 1;
    margin-left: -100%;
    transition: 600ms;
  }
  .common-nav-wrapper-items.active {
    margin-left: 0;
  }
  .common-nav-wrapper-items ul {
    flex-direction: column;
    margin-top: 111px;
    gap: 10px;
  }
  .common-nav-wrapper-togoller {
    display: block;
    z-index: 2;
  }
  .common-nav-wrapper-togoller.active .common-nav-wrapper-togoller-bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }
  .common-nav-wrapper-togoller.active .common-nav-wrapper-togoller-bar:nth-child(2) {
    opacity: 0;
  }
  .common-nav-wrapper-togoller.active .common-nav-wrapper-togoller-bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }
  .hero-text {
    padding: 136px 0 200px 0;
  }
  .hero-text h1 {
    font-size: 50px;
  }
  .details {
    margin-top: -150px;
  }
  .details-btn small {
    font-size: 12px;
  }
  .details-btn h2 {
    font-size: 26px;
  }
  .details-btn p {
    font-size: 12px;
  }
  .details-content {
    flex-direction: column;
  }
  .upgrade {
    padding: 36px 0;
  }
  .upgrade-title h1 {
    font-size: 50px;
    text-align: center;
  }
  .upgrade-dis {
    text-align: center;
  }
  .slider-items {
    text-align: center;
  }
  .slider-items a {
    margin: 0 auto;
  }
  .suitable {
    padding: 36px 0;
  }
  .suitable-mega-title h1 {
    font-size: 50px;
    text-align: center;
  }
  .suitable-mega-title span {
    font-size: 50px;
    text-align: center;
    display: block;
  }
  .suitable-content {
    text-align: center;
  }
  .gold {
    padding: 36px 0;
  }
  .gold-title h1 {
    font-size: 50px;
    text-align: center;
  }
  .gold-title p {
    text-align: center;
  }
  .gold-dis p {
    text-align: center;
  }
  .silver {
    padding: 36px 0;
  }
  .silver-title h1 {
    font-size: 50px;
    text-align: center;
  }
  .silver-title p {
    text-align: center;
  }
  .silver-dis p {
    text-align: center;
  }
  .bronze {
    padding: 36px 0;
  }
  .bronze-title h1 {
    font-size: 50px;
    text-align: center;
  }
  .bronze-dis p {
    text-align: center;
  }
  .choice {
    padding: 36px 0;
  }
  .choice-title h1 {
    font-size: 50px;
  }
  .choice-title ul {
    margin-bottom: 36px;
  }
  .touch {
    padding: 36px 0;
  }
  .touch-form-duble {
    flex-direction: column;
  }
  .touch-form-triple {
    flex-direction: column;
  }
}