
    
    #main {
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
      }
      
      span{
        font-size: 16px !important;
      }
      .content-wraper {
        width: 920px;
      }
      
      @media (max-width: 935px) {
        .content-wraper {
          width: 800px;
        }
      }
      
      @media (max-width: 815px) {
        .content-wraper {
          width: 700px;
        }
      }
      
      @media (max-width: 715px) {
        .content-wraper {
          width: 600px;
        }
      }
      
      @media (max-width: 615px) {
        .content-wraper {
          width: 500px;
        }
      }
      
      @media (max-width: 515px) {
        .content-wraper {
          width: 400px;
        }
      }
      
      @media (max-width: 415px) {
        .content-wraper {
          width: 300px;
        }
      }
      
      .main-content {
        height: auto;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
      }
      
      .nav-container {
        padding: 30px;
        display: flex;
        justify-content: space-between;
        align-items: center;
      }
      
      @media (max-width: 615px) {
        .nav-container {
          padding: 0;
          margin-bottom: 20px;
          margin-top: 20px;
        }
      }
      
      .main-content-bottom {
       
        height: 220px;
        padding-bottom: 80px;
        border-bottom: 1px solid #e5e7eb;
      }
      
      @media (max-width: 615px) {
        .main-content-bottom {
          height: 450px;
        }
      }
      
      @media (max-width: 815px) {
        .main-content-bottom {
          margin-top: 140px;
        }
      }
      
      @media (max-width: 815px) {
        .main-content-bottom {
          margin-top: 240px;
        }
      }
      
      @media (max-width: 415px) {
        .main-content-bottom {
          margin-top: 120px;
          margin-bottom: 0;
        }
      }
      
      .icon {
        width: 30px;
        height: 30px;
      }
      
      .logo {
        width: 180px;
      }
      
      @media (max-width: 515px) {
        .logo {
          width: 120px;
        }
      }
      
      @media (max-width: 415px) {
        .icons-container div:last-child {
          display: none;
        }
      }
      
      .icons-container {
        display: flex;
        gap: 15px;
      }
      
      .icons-container div {
        display: flex;
        align-items: center;
        gap: 5px;
      }
      
      .icons-container span {
        color: #222;
      }
      
      @media (max-width: 515px) {
        .icons-container {
          font-size: 10px;
        }
      }
      
      .sub-content {
        display: flex;
        align-items: center;
        position: relative;
        height: 300px;
        margin-bottom: 40px;
        background-size: cover;
        background-position: center;
        border-radius: 3px;
        background-image: url(//f00.esfr.pl/si_upload/OPR/deante/bqs_073m_v1/img/aranz_1.jpg);
      }
      
      .sub-content::before {
        position: absolute;
        top: 0;
        right: 0;
        background-color: rgb(34, 34, 34, 0.35);
        width: 100%;
        height: 300px;
        content: "";
        z-index: 9;
      }
      
      .product-title {
        position: relative;
        color: #fff;
        z-index: 10;
        font-size: 32px;
        width: 50%;
        padding-left: 20px;
        padding-top: 20px;
        padding-bottom: 20px;
        background-color: rgb(34, 34, 34, 0.2);
      }
      
      .product-prime-title{
        font-size: 18px !important;
        color: #fff !important;
        margin-top: 10px !important;
  
      }


      .product-title h3 {
        font-size: 18px !important;
        color: #222 !important;
        margin-top: 10px !important;
      }
      
      @media (max-width: 515px) {
        .product-title {
          font-size: 22px;
          width: 50%;
          padding-left: 20px;
          padding-top: 10px;
          padding-bottom: 10px;
          background-color: rgb(34, 34, 34, 0.2);
        }
      }
      
      .product-main-content-container {
        display: flex;
        height: 500px;
      }
      
      @media (max-width: 715px) {
        .product-main-content-container {
          height: auto;
        }
      }
      
      @media (max-width: 935px) {
        .product-main-content-container {
          width: 800px;
        }
      }
      
      @media (max-width: 815px) {
        .product-main-content-container {
          width: 700px;
        }
      }
      
      @media (max-width: 715px) {
        .product-main-content-container {
          width: 600px;
          flex-direction: column;
        }
      }
      
      @media (max-width: 615px) {
        .product-main-content-container {
          width: 500px;
        }
      }
      
      @media (max-width: 515px) {
        .product-main-content-container {
          width: 400px;
        }
      }
      
      @media (max-width: 415px) {
        .product-main-content-container {
          width: 300px;
        }
      }
      
      #product-left {
        width: 50%;
      }
      
      @media (max-width: 715px) {
        #product-left {
          width: 100%;
        }
      }
      
      .list-bullet svg {
        width: 14px;
        height: 14px;
        margin-right: 3px;
      }
      
      .product-left-list h4 {
        font-size: 26px !important;
        color: #1565c0 !important;
      }
      
      @media (max-width: 415px) {
        .product-left-list h4 {
          display: flex;
          justify-content: center;
        }
      }
      
      li {
        list-style-type: none !important;
        margin-bottom: 8px;
      }
      
      .product-left-list ul {
        padding: 10px !important;
        list-style-type: none !important;
      }
      
      #product-right {
        width: 50%;
      }
      
      @media (max-width: 715px) {
        #product-right {
          width: 100%;
        }
      }
      
      .product-right-image {
        max-width: 460px;
        max-height: 460px;
      }
      
      @media (max-width: 715px) {
        .product-right-image {
          max-width: 460px;
          max-height: 460px;
          object-fit: cover;
        }
      }
      
      .product-right-image img {
        width: 100%;
        height: 100%;
        max-height: 460px;
        object-fit: cover;
        border-radius: 3px;
      }
      
      .product-list {
        display: flex;
        align-items: center;
        gap: 10px;
      }
      
      .product-list img {
        width: 14px;
        height: 14px;
      }
      
      .product-list-sub-desc li {
        margin-bottom: 5px;
      }
      
      #left-content:hover ul li {
        display: list-item;
      }
      
      #left-content h2 {
        font-size: 32px;
        color: #222;
      }
      
      #left-content span {
        font-size: 16px !important;
        color: #222;
      }
      
      .icons-conterner-bottom {
        width: 100%;
        height: 140px;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
      }
      
      @media (max-width: 615px) {
        .icons-conterner-bottom {
          width: 100%;
          height: auto;
          grid-template-columns: 1fr 1fr;
          padding-bottom: 400px;
          gap: 10px;
        }
      }
      
      .icons-wrap {
        width: 100px;
        height: 100px;
        padding: 8px;
      }
      
      .icons-wrap img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 3px;
      }
      
      .bottom-icons-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
        position: relative;
      }
      
      .bottom-icons-container span {
        color: #222;
        width: 150px;
        text-align: center;
        letter-spacing: -1px;
      }
      
      .main-description {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 80px;
        gap:20px;
      }
      
      .main-description p {
        line-height: 1.8;
      }
      
      .sub-description-baner {
        display: flex;
        background-color: #f5f5f5;
        height: auto;
        padding: 20px;
        gap: 20px;
        color: #222;
        margin-bottom: 80px;
        border-radius: 3px;
      }
      
      @media (max-width: 715px) {
        .sub-description-baner {
          flex-direction: column;
        }
      }
      
      .sub-description-baner h3 {
        font-size: 28px;
      }
      
      .sub-description-baner span {
        line-height: 1.6;
      }
      
      .image-container {
        height: 70px;
        width: 200px;
      }
      
      .sub-description-image-container {
        max-width: 450px;
        max-height: 450px;
      }
      
      @media (max-width: 715px) {
        .sub-description-image-container {
          max-width: 600px;
          max-height: 600px;
        }
      }
      
      .sub-description-image-container img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 3px;
      }
      
      .small-description {
        width: 50%;
      }
      
      .small-description h3 {
        font-size: 24px !important;
        font-weight: 600 !important;
        margin-bottom: 10px !important;
      }
      
      @media (max-width: 715px) {
        .small-description {
          width: 100%;
        }
      }
      
      .lazy {
        width: auto;
        max-width: 100%;
        height: auto;
      }
      
      .icons-nav-wrap {
        width: 50px;
        height: 50px;
      }
      
      #prod-desc-container ul {
        list-style-type: none;
      }
      
      #description #description-text ul>li:after {
        width: 0;
        height: 0;
        margin-bottom: 10px !important;
      }
      
      #prod-desc-container h2,
      #prod-desc-container h3,
      #prod-desc-container h4 {
        color: #222;
        font-size: 24px;
        margin: 0;
        padding: 0;
      }
      
      .product-movie {
        width: 900px;
        height: 350px;
      }
      
     
    
    
