.row-dd {
  justify-content: center;

  .slider-wrapper {
    width: 800px;
    position: relative;
    margin-left: auto;
    margin-right: auto;

    @media (max-width: 850px) {
      width: 708px;
    }

    @media (max-width: 435px) {
      width: 330px;
    }

    .ddSwiper {
      .ddWrapper {
        .swiper-slide {
          .slide {
            display: flex;
            justify-content: center;
            .figure {
              position: relative;
              margin: 0 !important;

              .image {
                width: 100%;
                height: 342px;
                object-fit: cover;
                cursor: pointer;
                padding: 0 !important;

                @media (max-width: 435px) {
                  height: 199px;
                }
              }
              .button-zoom-image {
                position: absolute;

                background-color: transparent;
                border: none;

                bottom: 14px;
                right: 16px;

                @media (max-width: 435px) {
                  right: 10px;
                }
              }
            }
          }
        }
      }

      .button-wrapper {
        display: flex;
        justify-content: center;
        margin-top: 10px;
        margin-bottom: 32px;

        @media (max-width: 435px) {
          margin-top: 12px;
        }

        .button {
          border: solid 1px;
          padding: 30px 34px;
          cursor: pointer;

          @media (max-width: 435px) {
            padding: 20px 24px !important;
          }
        }
      }

      .progress-wrapper {
        position: absolute;
        width: 67px;
        display: flex;
        flex-direction: column;
        left: 50%;
        transform: translate(-50%, -100%);
        z-index: 20;
        justify-content: center;

        .swiper-pagination-dd {
          background-color: rgba(255, 255, 255, 0.1);
          --swiper-theme-color: #fff;
          height: 2px;
        }

        .swiper-pagination-fdd {
          display: flex;
          justify-content: center;
          gap: 2px;
          margin-top: 9px;
          font-size: 20px;
          line-height: 23px;
          color: white;

          .initial {
            display: block;
          }
          .divider {
            display: block;
          }
          .final {
            display: block;
          }
        }
      }
    }
  }
}
