/* 

DESKTOP SLIDER 

*/

@media screen and (min-width: 1200px) {

  #d5_slider {
    display: block;
    position: relative;
    text-align: center;
    user-select: none;
  }
  #d5_slider .ad_video_container {
    margin: 20px 0;
    border-radius: 4px;
    overflow: hidden;
  }
  
  #d5_slider .slider {
    height: 306px;
    cursor: zoom-in;
  }
  
  #d5_slider .slider:hover ~ .slider-navigation-container {
    display: block;
  }
  
  #d5_slider .slider:hover .swiper-slide img.swiper-lazy{
    transform: scale(1.05);
    transition: transform 0.5s;
  }
  
  #d5_slider .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
  }

  #d5_slider .swiper-slide .swiper-zoom-bg {
    background-size: contain;
    background-position: center center;
    filter: blur(20px);
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
  }
  
  #d5_slider .slider-mobile-zoom-container {
    display: none;
  }
  
  #d5_slider .slider .swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    transition: transform 0.5s;
  }
  
  
  #d5_slider .slider-navigation-container {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 306px;
    display: none;
  }
  #d5_slider .slider-navigation-container:hover {
    display: block;
  }
  
  #d5_slider .swiper-button-prev-container {
    width: 50px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    cursor: pointer;
    margin: auto;
  }
  #d5_slider .swiper-button-prev-container.swiper-button-disabled,
  #d5_slider .swiper-button-next-container.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  #d5_slider .swiper-button-next-container {
    width: 50px;
    height: 200px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 10;
    cursor: pointer;
    margin: auto;
  }
  
  
  #d5_slider .swiper-button-next-container .swiper-button-next,  
  #d5_slider .swiper-button-prev-container .swiper-button-prev {
    width: 40px;
    height: 40px;
    background: var(--color--button_white-background-default);
    border-radius: 100px;
    box-shadow: 0px 4px 20px 0px #0000001A;
  }
  
  #d5_slider .swiper-button-next-container .swiper-button-next {
    right: -20px;
  }
  
  #d5_slider .swiper-button-prev-container .swiper-button-prev {
    left: -20px;
  }
  
  #d5_slider .swiper-button-next-container .swiper-button-next::after,  
  #d5_slider .swiper-button-prev-container .swiper-button-prev::after {
    color: var(--color--text-black);
    font-size: 12px;
    font-weight: bolder;
  } 
  
  #d5_slider .swiper-button-next-container:hover .swiper-button-next::after,  
  #d5_slider .swiper-button-prev-container:hover .swiper-button-prev::after {
    color: #DA382B;
  }
  
  #d5_slider .thumb-swiper {
    height: 72px;
    width: 100%;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  
  }
  #d5_slider .thumb-swiper.many-pictures {
    padding-bottom: 14px;
    height: 86px;
    
  }
  
  #d5_slider .thumb-swiper .swiper-slide.before-initialization {
    width: calc(100% / 4.2 - 2px);
    margin-right: 10px;
  }
  
  #d5_slider .thumb-swiper .swiper-slide {
    position: relative;
  }
  
  #d5_slider .thumb-swiper .thumbs-scrollbar {
    bottom: 0px;
    height: 6px;
    width: 100%;
    left: 0;
  }
  #d5_slider .thumb-swiper .thumbs-scrollbar .swiper-scrollbar-drag {
    background: #1D1E2266;
  }
  
  #d5_slider .thumb-swiper .swiper-slide-thumb-active {
    border: 2px solid #161616;
  }
  
  #d5_slider .thumb-swiper .swiper-slide:hover {
    border: 2px solid #67676F;
  }
  
  #d5_slider .thumb-swiper .swiper-slide .video-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000066;
    pointer-events: none;
    top: 0;
    left: 0;
  }
  #d5_slider .thumb-swiper .swiper-slide .video-icon-container .video-icon {
    width: 26px;
    height: 26px;
  }
  
  #d5_slider .thumb-swiper .swiper-slide.more-photos-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #d5_slider .thumb-swiper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  #d5_slider .thumb-swiper .swiper-slide.more-photos-container img{
    min-width: 106%;
  }
  
  #d5_slider .bottom_get_more_photos {
    width: 100%;
    margin-top: 20px;
    padding: 1px 20px;
  }
  
  .more-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #212226;
    gap: 36px;
    width: 100%; 
    border-radius: 4px;
  }
  
  #d5_slider .slider .swiper-slide .more-photos-image {
    object-fit: contain;
    height: 100px;
    backdrop-filter: blur(0px);
  }
  
  #d5_slider .slider .swiper-slide .swiper-zoom-container img.video-image-slider,
  #d5_slider .slider .swiper-slide .swiper-zoom-container .video-icon-container {
    display: none;
  }
  
  
  
  /* MODAL SLIDER */
  #d5_slider_modal.slider-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161616;
    z-index: 10001;
  }
  #d5_slider_modal.slider-modal-container.show {
    display: block;
  }
  
  #d5_slider_modal .modal-mobile-zoom-container  {
    display: none;
  }
  
  #d5_slider_modal .modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/st2/d5/assets/ad-page/close.svg');
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
  }
  #d5_slider_modal .modal-close:hover {
    cursor: pointer;
    background: url('/st2/d5/assets/ad-page/close_hover.svg');
    background-position: center;
    background-size: cover;
  }
  
  #d5_slider_modal .modal-slider {
    height: 100%;
    display: flex;
    flex-direction: row-reverse;
    z-index: 0;
    margin: 32px auto;
    max-width: 1440px;
    padding: 0 32px;
    gap: 32px;
  }
  
  
  #d5_slider_modal .modal-slider .gallery-top {
    height: 100%;
    width: 100%;
    margin: 0;
    user-select: none;
    /* overflow: auto; */
  }
  #d5_slider_modal .modal-slider .gallery-top::-webkit-scrollbar {
    display: none;
  }
  
  #d5_slider_modal .modal-slider .gallery-top .swiper-slide.swiper-slide-active {
    overflow: hidden;
  } 
  
  #d5_slider_modal .modal-slider .gallery-top .swiper-slide.swiper-slide-zoomed {
    height: 95% !important;
    width: 100% !important;
    border-radius: 4px;
  }
  #d5_slider_modal .modal-slider .gallery-top .swiper-slide.swiper-slide-zoomed img:hover {
    cursor: zoom-out;
  }
  
  
  
  
  #d5_slider_modal .modal-slider .gallery-top img {
    width: max-content;
    object-fit: cover;
    height: 100%;
    overflow: hidden;
    border-radius: 4px;
  }
  
  #d5_slider_modal .modal-slider .gallery-top img.more-photos-image {
    height: max-content;
  }
  
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container {
    align-items: flex-start;
    position: relative;
  }
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container img:hover {
    cursor: zoom-in;
  }
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container img.video-image-modal:hover {
    cursor: pointer;
  }
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container .video-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000066;
    pointer-events: none;
  }
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container .video-icon-container .video-icon {
    width: 100px;
    height: 100px;
    transition: all 300ms;
  }
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container img.video-image-modal:hover~.video-icon-container .video-icon {
    transform: scale(1.12);
  }
  
  #d5_slider_modal .modal-slider .top-thumbs-container {
    position: relative;
    height: 100%;
    padding-bottom: 60px;
    user-select: none;
  }
  
  #d5_slider_modal .modal-slider .top-thumbs-container .swiper-button-prev {
    top: -25px;
    right: 0;
    left: 0;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    background: #1D1E22E5;
    border-radius: 100%;
    box-shadow: 0px 4px 20px 0px #0000001A;
    z-index: 1;
  }
  #d5_slider_modal .modal-slider .top-thumbs-container .swiper-button-prev::after {
    color: var(--color--button_white-background-default);
    font-size: 12px;
    font-weight: bolder;
    transition: color 0.3s;
  }
  
  #d5_slider_modal .modal-slider .top-thumbs-container .swiper-button-prev:hover::after {
    color: var(--color--button_secondary-active-fill);
  }
  
  
  #d5_slider_modal .modal-slider .top-thumbs-container .swiper-button-next {
    bottom: 30px;
    right: 0;
    left: 0;
    top: auto;
    margin: 0 auto;
    transform: rotate(90deg);
    width: 40px;
    height: 40px;
    background: #1D1E22E5;
    border-radius: 100%;
    box-shadow: 0px 4px 20px 0px #0000001A;
    z-index: 1;
  }
  
  #d5_slider_modal .modal-slider .top-thumbs-container .swiper-button-next::after {
    color: var(--color--button_white-background-default);
    font-size: 12px;
    font-weight: bolder;
    transition: color 0.3s;
  }
  
  #d5_slider_modal .modal-slider .top-thumbs-container .swiper-button-next:hover::after {
    color: var(--color--button_secondary-active-fill);
  }
  
  #d5_slider_modal .modal-slider .gallery-top-thumbs {
    height: 100%;
    width: 96px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
  }
  #d5_slider_modal .modal-slider .gallery-top-thumbs .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 4px;
  }
  #d5_slider_modal .modal-slider .gallery-top-thumbs .swiper-slide {
    border-radius: 4px;
    position: relative;
  }
  
  #d5_slider_modal .modal-slider .gallery-top-thumbs .swiper-slide .video-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000066;
    pointer-events: none;
    top: 0;
    left: 0;
  }
  #d5_slider_modal .modal-slider .gallery-top-thumbs .swiper-slide .video-icon-container .video-icon {
    width: 26px;
    height: 26px;
  }
  
  #d5_slider_modal .modal-slider .gallery-top-thumbs .swiper-slide:hover {
    border: 2px solid #9F9FA6;
  }
  
  #d5_slider_modal .modal-slider .gallery-top-thumbs .swiper-slide-thumb-active {
    border: 2px solid #F5F5F7;
  }
  
  #d5_slider_modal .slider-modal-pagination {
    display: none;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container {
    min-width: 268px;
    max-width: 268px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container {
    background: rgba(29, 30, 34, 0.7);
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container button{
    width: 100%;
  }
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price button[data-submode="offer_price"]{
    background-color: transparent;
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .auction {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .auction span.material-icons-round {
    font-size: 22px;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .auction p {
    font: var(--font--subtitle1);
    margin: 0;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price a.make_bid_outer {
    width: 100%;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .price-box .special-discount {
    width: -moz-fit-content;
    width: fit-content;
    font: var(--font--title7);
    padding: 4px 8px;
    text-transform: uppercase;
    color: var(--v3-color--text-white);
    background-color: var(--color--text-error);
    border-radius: 4px;
    margin-bottom: 12px;
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .price-box .price-old {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .price-box .price-old div {
    position: relative;
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .price-box .price-old .size-6 {
    font: var(--font--title6);
    color: var(--v3-color--text-white);
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .price-box .price-old .size-5 {
    font: var(--font--subtitle5);
    color: var(--v3-color--text-white);
    padding-left: 4px;
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .price-box .price-old .cross-out {
    width: 100%;
    height: 1px;
    background-color: var(--v3-color--text-white);
    position: absolute;
    top: 45%;
    left: 0;
    transform: rotate(-7.8deg) translateY(-50%);
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-price-container #d5_modal-price .price-box .price-old .discount {
    color: var(--v3-color--text-white);
    padding: 2px 4px;
    background-color: var(--v3-color--text-success);
    border-radius: 4px;
    margin-left: 4px;
    opacity: 1;
    font: var(--font--subtitle4);
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-value {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 8px;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-title-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    color: var(--v3-color--text-white);
    gap: 4px;
  }
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-title-container .price-title span:first-child {
    font: var(--font--title2);
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-title-container .price-title span.cur {
    font: var(--font--subtitle2);
    margin-left: 4px;
  }
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-title-container .price-type {
    font:var(--font--subtitle3);
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-converter {
    width: 100%;
    color: var(--v3-color--text-white);
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-converter ul {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
  }
  #d5_slider_modal .desktop-slider-modal-description-container #d5_modal-price .price-box .price-converter ul li {
    font: var(--font--text2);
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-title {
    color: var(--v3-color--text-white);
    word-break: break-all;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-feats {
    color: var(--v3-color--text-white);
    text-align: start;
    font: var(--font--text1);
    max-height: 100px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-feats .desktop-slider-modal-feat {
    text-align: start;
    overflow: hidden;
    display: inline;
  }
  
  #d5_slider_modal .desktop-slider-modal-description-container .desktop-slider-modal-feats .desktop-slider-modal-feat span.desktop-slider-modal-feat-value {
    display: inline;
    overflow: hidden;
    word-break: break-word;
  }
  
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container {
    background: rgba(29, 30, 34, 0.7);
    overflow-y: auto;
    margin-bottom: 32px;
  }
  
  
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .desktop-slider-modal-contact-the-seller-phones-wrapper {
    gap: 12px;
  }
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .desktop-slider-modal-contact-the-seller-phones-wrapper .modal-phone-container {
    gap: 12px;
  }
  
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .desktop-slider-modal-contact-the-seller-phones-wrapper .phone-button {
    background: none;
    border: 1px solid var(--v3-color--text-white);
    color: var(--v3-color--text-white);
    border-radius: 4px;
  }
  
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .desktop-slider-modal-contact-the-seller-phones-wrapper .phone-button:hover {
    color: var(--v3-color--button-primary-outline-inverted-text-hover);
    border-color: var(--v3-color--button-primary-outline-inverted-hover);
  }
  
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .desktop-modal-send-message-btn {
    width: 100%;
    margin-top: 12px;
  }
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .contact-mention  {
    background-color: var(--color--button_black-hover);
    color: var(--v3-color--text-white);
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    text-align: start;
    gap: 4px;
  }
  
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .contact-mention .material-icons-round {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    font-size: 16px;
    color: var(--v3-color--text-white);
  }
  
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .messenger-container {
    gap: 16px;
  }
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .messenger-container .link-messenger .icon-dealersocial-whatsapp {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='url(%23paint0_linear_386_38060)'/%3E%3Cpath d='M4.72095 18.9814L5.74988 15.245C5.11375 14.1483 4.78004 12.9063 4.78352 11.6366C4.78352 7.65807 8.03717 4.42334 12.0312 4.42334C13.9709 4.42334 15.7924 5.17407 17.1585 6.53716C18.5281 7.90025 19.2824 9.71308 19.279 11.6401C19.279 15.6186 16.0253 18.8534 12.0278 18.8534H12.0243C10.8111 18.8534 9.61881 18.5489 8.55859 17.9746L4.72095 18.9814ZM8.74283 16.6704L8.96182 16.8018C9.88647 17.3484 10.9467 17.6356 12.0278 17.639H12.0312C15.3509 17.639 18.0554 14.9509 18.0554 11.6435C18.0554 10.0417 17.4297 8.53681 16.293 7.40206C15.1563 6.26731 13.6407 5.64458 12.0312 5.64458C8.71154 5.64112 6.00711 8.32924 6.00711 11.6366C6.00711 12.7679 6.32344 13.8715 6.92829 14.8264L7.07081 15.0547L6.46249 17.2654L8.74283 16.6704Z' fill='white'/%3E%3Cpath d='M4.97461 18.7287L5.96878 15.1203C5.35351 14.0652 5.03023 12.8647 5.03023 11.64C5.0337 7.79981 8.17265 4.67578 12.0311 4.67578C13.9048 4.67578 15.6602 5.4023 16.9812 6.71695C18.3021 8.0316 19.0286 9.78216 19.0286 11.6434C19.0286 15.4836 15.8862 18.6076 12.0311 18.6076H12.0277C10.8562 18.6076 9.70562 18.3136 8.68364 17.76L4.97461 18.7287Z' fill='url(%23paint1_linear_386_38060)'/%3E%3Cpath d='M4.72095 18.9814L5.74988 15.245C5.11375 14.1483 4.78004 12.9063 4.78352 11.6366C4.78352 7.65807 8.03717 4.42334 12.0312 4.42334C13.9709 4.42334 15.7924 5.17407 17.1585 6.53716C18.5281 7.90025 19.2824 9.71308 19.279 11.6401C19.279 15.6186 16.0253 18.8534 12.0278 18.8534H12.0243C10.8111 18.8534 9.61881 18.5489 8.55859 17.9746L4.72095 18.9814ZM8.74283 16.6704L8.96182 16.8018C9.88647 17.3484 10.9467 17.6356 12.0278 17.639H12.0312C15.3509 17.639 18.0554 14.9509 18.0554 11.6435C18.0554 10.0417 17.4297 8.53681 16.293 7.40206C15.1563 6.26731 13.6407 5.64458 12.0312 5.64458C8.71154 5.64112 6.00711 8.32924 6.00711 11.6366C6.00711 12.7679 6.32344 13.8715 6.92829 14.8264L7.07081 15.0547L6.46249 17.2654L8.74283 16.6704Z' fill='url(%23paint2_linear_386_38060)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.22 8.61976C10.0844 8.31877 9.94192 8.31185 9.8133 8.30839C9.70902 8.30493 9.58735 8.30493 9.46569 8.30493C9.34403 8.30493 9.14936 8.34991 8.98251 8.52981C8.81565 8.70971 8.34985 9.14562 8.34985 10.0347C8.34985 10.9204 8.99989 11.7784 9.09027 11.8995C9.18065 12.0206 10.3452 13.8991 12.184 14.6222C13.7135 15.2241 14.0264 15.1031 14.3566 15.0719C14.6868 15.0408 15.4272 14.636 15.5802 14.2139C15.7297 13.7919 15.7297 13.4321 15.6845 13.356C15.6393 13.2799 15.5176 13.2349 15.3369 13.1449C15.1561 13.055 14.2662 12.6191 14.0994 12.5568C13.9325 12.498 13.8109 12.4668 13.6927 12.6467C13.571 12.8266 13.2234 13.2314 13.1191 13.3525C13.0148 13.4736 12.9071 13.4874 12.7263 13.3975C12.5455 13.3075 11.9615 13.1172 11.2698 12.5014C10.731 12.024 10.366 11.4324 10.2617 11.2525C10.1574 11.0726 10.2513 10.9757 10.3417 10.8858C10.4216 10.8062 10.5224 10.6748 10.6128 10.571C10.7032 10.4672 10.7345 10.3911 10.7936 10.27C10.8527 10.1489 10.8249 10.0451 10.7797 9.95517C10.7345 9.86867 10.3799 8.9761 10.22 8.61976Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_386_38060' x1='11.9994' y1='23.9988' x2='11.9994' y2='-0.000839698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_386_38060' x1='12.0012' y1='18.728' x2='12.0012' y2='4.67529' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_386_38060' x1='12.0014' y1='18.98' x2='12.0014' y2='4.42334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9F9F9'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
  }
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .messenger-container .link-messenger .icon-dealersocial-viber {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%237360F2'/%3E%3Cpath d='M13.8136 11.0434C13.8186 11.148 13.7391 11.237 13.6361 11.242C13.5331 11.2471 13.4456 11.1663 13.4406 11.0617C13.4098 10.4133 13.1133 10.1023 12.5006 10.0692C12.3976 10.0636 12.3186 9.9743 12.324 9.86967C12.3295 9.76504 12.4174 9.68472 12.5204 9.69028C13.3267 9.7338 13.7736 10.2027 13.8136 11.0434Z' fill='white'/%3E%3Cpath d='M14.58 11.5686C14.6831 11.571 14.7685 11.488 14.7709 11.3832C14.7875 10.6417 14.5689 10.0156 14.1147 9.51283C13.6597 9.0092 13.0322 8.73033 12.2379 8.67303C12.1351 8.66561 12.0458 8.74432 12.0385 8.84883C12.0312 8.95335 12.1086 9.04409 12.2115 9.05151C12.9151 9.10227 13.4528 9.34124 13.8396 9.76941C14.2267 10.198 14.412 10.7286 14.3975 11.3746C14.3952 11.4794 14.4769 11.5662 14.58 11.5686Z' fill='white'/%3E%3Cpath d='M15.7524 11.7669C15.7532 11.8717 15.6702 11.9573 15.5671 11.9581C15.4639 11.9588 15.3797 11.8745 15.3789 11.7698C15.3704 10.6152 15.0351 9.71781 14.3741 9.06116C13.7108 8.40436 12.8863 8.07247 11.8956 8.06603C11.7925 8.06536 11.7094 7.97988 11.7101 7.87511C11.7108 7.77033 11.7949 7.68594 11.898 7.68661C12.9837 7.69366 13.9011 8.06296 14.635 8.78965C15.3714 9.52128 15.7432 10.5161 15.7524 11.7669Z' fill='white'/%3E%3Cpath d='M12.9514 13.4386C12.8118 13.6164 12.5482 13.5939 12.5482 13.5939C10.6296 13.0964 10.1156 11.1223 10.1156 11.1223C10.1156 11.1223 10.0934 10.8567 10.2684 10.7126L10.614 10.4335C10.7869 10.2984 10.8954 9.97202 10.7204 9.65238C10.6229 9.47455 10.4279 9.15715 10.2839 8.95681C10.1311 8.74522 9.7766 8.31302 9.77438 8.31077C9.60379 8.10367 9.35122 8.0564 9.08536 8.19597C9.08536 8.19597 9.08315 8.19822 9.08093 8.19822C8.82837 8.34228 8.59353 8.53587 8.37419 8.78123L8.36976 8.78573C8.20582 8.98607 8.11055 9.18416 8.08839 9.37775C8.08396 9.40026 8.08175 9.42953 8.08396 9.46329C8.08175 9.54883 8.09504 9.63212 8.12163 9.71541L8.13049 9.72216C8.21246 10.0215 8.42072 10.519 8.87046 11.3496C9.16291 11.8876 9.462 12.3378 9.75887 12.716C9.91396 12.9164 10.0912 13.1212 10.295 13.3306L10.3748 13.4116C10.5808 13.6187 10.7824 13.7988 10.9796 13.9563C11.3518 14.258 11.7927 14.5619 12.3244 14.859C13.1419 15.316 13.6315 15.5276 13.9262 15.6108L13.9328 15.6198C14.0148 15.6469 14.0968 15.6581 14.181 15.6581C14.2142 15.6604 14.243 15.6581 14.2652 15.6536C14.4557 15.6311 14.6507 15.5343 14.8478 15.3677L14.8523 15.3632C15.0938 15.1404 15.2843 14.8995 15.4261 14.6451C15.4261 14.6451 15.4283 14.6429 15.4283 14.6406C15.5657 14.3705 15.5191 14.1139 15.3153 13.9406C15.3153 13.9406 14.8877 13.5782 14.6795 13.4228C14.4845 13.2765 14.1699 13.0807 13.9949 12.9794C13.6803 12.8016 13.359 12.9119 13.2261 13.0874L12.9514 13.4386Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.269 5.01077C15.5701 5.02652 17.0523 6.12052 17.42 6.46268C18.6363 7.53642 19.312 9.918 18.8579 13.6795C18.4583 17.0029 16.1768 17.5925 15.4114 17.7903C15.3364 17.8097 15.276 17.8253 15.2333 17.8394C15.0273 17.9069 13.204 18.3706 10.8356 18.168C10.5742 18.4764 10.2263 18.8816 9.97599 19.1562C9.90036 19.239 9.82954 19.3207 9.76187 19.3989C9.41922 19.7944 9.15709 20.097 8.75747 19.9711C8.3609 19.8473 8.38305 19.235 8.38305 19.235L8.38527 17.7245H8.38305C4.91803 16.7341 4.96899 13.0852 5.00887 11.1358C5.04653 9.18642 5.41873 7.6152 6.47552 6.54146C8.37419 4.77216 12.269 5.01077 12.269 5.01077ZM15.0183 16.7382C15.6688 16.5848 17.4856 16.1564 17.821 13.4093C18.2043 10.2669 17.6792 8.12168 16.6512 7.22352C16.3411 6.93764 15.0029 6.08451 12.2092 6.071C12.2092 6.071 8.90148 5.8504 7.29525 7.32707C6.40241 8.22298 6.1011 9.55558 6.06787 11.1831L6.06425 11.3489C6.02676 13.0132 5.96068 15.9465 8.79292 16.7454C8.79292 16.7454 8.78184 19.0527 8.77963 19.2552C8.77963 19.3971 8.80178 19.4939 8.88154 19.5141C8.93914 19.5299 9.02554 19.4984 9.09866 19.4241C9.56612 18.9446 11.066 17.1078 11.066 17.1078C13.0777 17.2428 14.6773 16.8376 14.8501 16.7814C14.8898 16.7685 14.9471 16.755 15.0183 16.7382Z' fill='white'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
  }
  #d5_slider_modal .desktop-slider-modal-contact-the-seller-container .messenger-container .icon-dealersocial-telegram {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='url(%23paint0_linear_386_38063)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.43202 11.8734C8.93026 10.3493 11.263 9.34452 12.4302 8.85905C15.7627 7.47294 16.4551 7.23216 16.9065 7.22421C17.0058 7.22246 17.2277 7.24706 17.3715 7.36372C17.4929 7.46223 17.5263 7.5953 17.5423 7.6887C17.5583 7.78209 17.5782 7.99485 17.5623 8.1611C17.3818 10.0586 16.6003 14.6633 16.2028 16.7885C16.0346 17.6877 15.7034 17.9892 15.3827 18.0188C14.6859 18.0829 14.1567 17.5582 13.4817 17.1158C12.4256 16.4235 11.8289 15.9925 10.8037 15.3169C9.61896 14.5362 10.387 14.107 11.0622 13.4058C11.2389 13.2222 14.3093 10.4295 14.3687 10.1761C14.3762 10.1444 14.3831 10.0263 14.3129 9.96397C14.2427 9.9016 14.1392 9.92293 14.0644 9.93989C13.9585 9.96393 12.2713 11.0791 9.00276 13.2855C8.52385 13.6143 8.09007 13.7746 7.70141 13.7662C7.27295 13.7569 6.44876 13.5239 5.83606 13.3247C5.08456 13.0804 4.48728 12.9513 4.53929 12.5364C4.56638 12.3203 4.86395 12.0993 5.43202 11.8734Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_386_38063' x1='12' y1='0' x2='12' y2='23.822' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AABEE'/%3E%3Cstop offset='1' stop-color='%23229ED9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
  }
  #d5_slider_modal .desktop-modal-slider-zoomed-container {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 70%);
    backdrop-filter: blur(10px);
    z-index: 2;
    /* align-items: center;
    justify-content: center; */
  }
  
  #d5_slider_modal .desktop-modal-slider-zoomed-container .close-zoom-modal {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/st2/d5/assets/ad-page/close.svg');
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
  }
  #d5_slider_modal .desktop-modal-slider-zoomed-container .close-zoom-modal:hover {
    cursor: pointer;
    background: url('/st2/d5/assets/ad-page/close_hover.svg');
    background-position: center;
    background-size: cover;
  }
  #d5_slider_modal .desktop-modal-slider-zoomed-container .desktop-modal-slider-zoomed-image {
    width: 100%;
    /* max-width: 900px; */
    border-radius: 4px;
    overflow: hidden;
  }
  #d5_slider_modal .desktop-modal-slider-zoomed-container .desktop-modal-slider-zoomed-image:hover .swiper-slide{
    cursor: zoom-out;
  }
  
  #d5_slider_modal .desktop-modal-slider-zoomed-container .desktop-modal-slider-zoomed-image img {
    border-radius: 4px;
  }
  
  /* OLD VIDEO */ 
  
  .gal_ #ytplayer {
    height: 200px;
    margin-top: 20px;
  }
  
  }
  
  
  @media only screen and (min-width: 1200px) {
    #d5_slider {
      width: 408px;
      float: left;
    }
  }
  
  @media only screen and (min-width: 960px) {
    #d5_slider {
      width: 408px;
      float: left;
    }
  }
  
  
  
  /* 
  
  TABLET SLIDER 
  
  */
  
  @media screen and (max-width: 1200px) {
  
    #d5_slider_modal .modal-slider .gallery-top-thumbs {
      display: none;
    }
    
    #d5_slider_modal .modal-slider .desktop-slider-modal-description-container {
      display: none;
    }
    
    #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container {
      justify-content: center;
      align-items: center;
    }
    #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container #d5_mobile-modal-video {
      height: 220px;
      margin-top: -60px;
    }
    
    iframe#ytplayer {
      width: 100%;
    }
      
    #d5_slider {
      display: block;
      position: relative;
      text-align: center;
      -webkit-tap-highlight-color: transparent;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
    }
    #d5_slider .ad_video_container {
      margin: 20px 0;
      border-radius: 4px;
      overflow: hidden;
    }
    
    #d5_slider .slider {
      width: 100%;
      height: 306px;
      cursor: zoom-in;
    }
    
    #d5_slider .slider:hover ~ .slider-navigation-container {
      display: block;
    }
    
    #d5_slider .slider:hover .swiper-slide img.swiper-lazy{
      transform: scale(1.05);
      transition: transform 0.5s;
    }
    
    #d5_slider .swiper-slide {
      border-radius: 4px;
      overflow: hidden;
    }
    
    #d5_slider .swiper-slide .swiper-zoom-bg{
      background-size: contain;
      background-position: center center;
      filter: blur(20px);
      width: 100%;
      height: 100%;
      z-index: -1;
      position: absolute;
    }

    
    #d5_slider .slider-mobile-zoom-container {
      display: none;
    }
    
    #d5_slider .slider .swiper-slide img {
      object-fit: contain;
      width: 100%;
      height: 100%;
      border-radius: 4px;
      transition: transform 0.5s;
    }
    
    
    #d5_slider .slider-navigation-container {
      position: absolute;
      top: 0;
      width: 100%;
      left: 0;
      height: 306px;
      display: none;
    }
    #d5_slider .slider-navigation-container:hover {
      display: block;
    }
    
    #d5_slider .swiper-button-prev-container {
      width: 50px;
      height: 200px;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 10;
      cursor: pointer;
      margin: auto;
    }
    #d5_slider .swiper-button-prev-container.swiper-button-disabled,
    #d5_slider .swiper-button-next-container.swiper-button-disabled {
      opacity: 0.35;
      cursor: auto;
      pointer-events: none;
    }
    #d5_slider .swiper-button-next-container {
      width: 50px;
      height: 200px;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      z-index: 10;
      cursor: pointer;
      margin: auto;
    }
    
    
    #d5_slider .swiper-button-next-container .swiper-button-next,  
    #d5_slider .swiper-button-prev-container .swiper-button-prev {
      width: 40px;
      height: 40px;
      background: var(--color--button_white-background-default);
      border-radius: 100px;
      box-shadow: 0px 4px 20px 0px #0000001A;
    }
    
    #d5_slider .swiper-button-next-container .swiper-button-next {
      right: -20px;
    }
    
    #d5_slider .swiper-button-prev-container .swiper-button-prev {
      left: -20px;
    }
    
    #d5_slider .swiper-button-next-container .swiper-button-next::after,  
    #d5_slider .swiper-button-prev-container .swiper-button-prev::after {
      color: var(--color--text-black);
      font-size: 12px;
      font-weight: bolder;
    } 
    
    #d5_slider .swiper-button-next-container:hover .swiper-button-next::after,  
    #d5_slider .swiper-button-prev-container:hover .swiper-button-prev::after {
      color: #DA382B;
    }
    
    #d5_slider .thumb-swiper {
      height: 72px;
      width: 100%;
      overflow: hidden;
      position: relative;
      cursor: pointer;
      touch-action: pan-y;
      
    }
    #d5_slider .thumb-swiper.many-pictures {
      padding-bottom: 14px;
      height: 86px;
    }
    
    #d5_slider .thumb-swiper .swiper-slide.before-initialization {
      width: calc(100% / 4.2 - 2px);
      margin-right: 10px;
    }
    
    #d5_slider .thumb-swiper .swiper-slide {
      position: relative;
    }
    
    #d5_slider .thumb-swiper .thumbs-scrollbar {
      bottom: 0px;
      height: 6px;
      width: 100%;
      left: 0;
    }
    #d5_slider .thumb-swiper .thumbs-scrollbar .swiper-scrollbar-drag {
      background: #1D1E2266;
    }
    
    #d5_slider .thumb-swiper .swiper-slide-thumb-active {
      border: 2px solid #161616;
    }
    
    #d5_slider .thumb-swiper .swiper-slide:hover {
      border: 2px solid #67676F;
    }
    
    #d5_slider .thumb-swiper .swiper-slide .video-icon-container {
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center;
      background: #00000066;
      pointer-events: none;
      top: 0;
      left: 0;
    }
    #d5_slider .thumb-swiper .swiper-slide .video-icon-container .video-icon {
      width: 26px;
      height: 26px;
    }
    
    #d5_slider .thumb-swiper .swiper-slide.more-photos-container {
      display: flex;
      justify-content: center;
      align-items: center;
    }
    
    #d5_slider .thumb-swiper .swiper-slide img {
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
    
    #d5_slider .thumb-swiper .swiper-slide.more-photos-container img{
      min-width: 106%;
    }
    
    #d5_slider .bottom_get_more_photos {
      width: 100%;
      margin-top: 20px;
      padding: 1px 20px;
    }
    
    .more-photos {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      background: #212226;
      gap: 36px;
      width: 100%; 
      border-radius: 4px;
    }
    
    #d5_slider .slider .swiper-slide .more-photos-image {
      object-fit: contain;
      height: 100px;
      backdrop-filter: blur(0px);
    }
    
    #d5_slider .slider .swiper-slide .swiper-zoom-container img.video-image-slider,
    #d5_slider .slider .swiper-slide .swiper-zoom-container .video-icon-container {
      display: none;
    }
    
    
    
    /* SLIDER MODAL */
    
    #d5_slider_modal.slider-modal-container {
      display: none;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #161616;
      z-index: 10000;
    }
    #d5_slider_modal .modal-close {
      position: absolute;
      right: 16px;
      top: 16px;
      width: 32px;
      height: 32px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      background: url('/st2/d5/assets/ad-page/close.svg');
      background-position: center;
      background-size: cover;
      transition: all 0.3s;
    }
    
    #d5_slider_modal .modal-mobile-zoom-container {
      position: absolute;
      right: 60px;
      top: 16px;
      width: 32px;
      height: 32px;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #1D1E22B2;
      border-radius: 50%;
    }
    
    #d5_slider_modal .more-photos-image {
      object-fit: contain;
    }
    
    #d5_slider_modal.slider-modal-container.show {
      display: block;
    }
    
    #d5_slider_modal.slider-modal-container.show .gallery-top img {
      width: 100%;
      object-fit: cover;
      margin-top: -60px;
    }
    #d5_slider_modal.slider-modal-container.show .gallery-top .swiper-wrapper {
    
    }
    
    #d5_slider_modal .modal-slider {
      height: calc(100%);
      /* margin-top: 30px; */
      z-index: 0;
    }
    
    #d5_slider_modal .modal-slider .top-thumbs-container {
      display: none;
    }
    
    #d5_slider_modal .modal-slider .gallery-top {
      height: 100%;
      touch-action: pan-y;
      
    }
    #d5_slider_modal .slider-modal-pagination {
      z-index: 2;
      color: var(--v3-color--text-white);
      height: max-content;
      width: max-content;
      background: #1D1E22B2;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 4px;
      border-radius: 4px;
      margin: 0 auto;
      left: 0;
      top: 16px;
      right: 0;
      bottom: 0;
    }
    
    #d5_slider_modal .slider-modal-description-container {
      width: 100%;
      /* height: 160px; */
      background: rgb(29 30 34 / 70%);
      position: fixed;
      bottom: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      z-index: 2;
      
    }
    #d5_slider_modal .slider-modal-description-container.hidden {
      display: none;
    }
    #d5_slider_modal .slider-modal-description-container .slider-modal-title {
      color: var(--v3-color--text-white);
      font: var(--font--title7);
      word-break: break-all;
    }
    #d5_slider_modal .slider-modal-description-container .slider-modal-contact-button {
      width: 100%;
    }
    
    #d5_slider_modal .slider-modal-contact-the-seller-container {
      display: flex;
      width: 100%;
      height: 100%;
      position: fixed;
      z-index: 2;
      bottom: 0;
      left: 0;
      align-items: flex-end;
      transition: all 0.2s ease;
      background: #1D1E22B2;
      opacity: 0;
      visibility: hidden;
    }
    
    #d5_slider_modal .slider-modal-contact-the-seller-container.show {
      opacity: 1;
      visibility: visible;
    }
    
    #d5_slider_modal .slider-modal-contact-the-seller-form-container { 
      width: 100%;
      background: var(--v3-color--text-white);
      border-radius: 8px 8px 0 0;
      gap: 16px;
      transform: translateY(100vh);
      transition: all 0.4s ease;
      max-height: 100%;
      overflow: auto;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-container.show .slider-modal-contact-the-seller-form-container {
      transform: translateY(0);
    }
    
    #d5_slider_modal .slider-modal-contact-the-seller-form {
    
    }
    
    #d5_slider_modal .slider-modal-contact-the-seller-form-container .slider-modal-modal-contact-the-seller-close {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      width: fit-content;
      align-self: flex-end;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .slider-modal-contact-the-seller-form-wrapper {
      gap: 16px;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper {
      gap: 12px;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper .modal-phone-container {
      gap: 12px;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper .modal-phone-container .contact-mention {
      background-color: var(--color--grey-bg-hover);
      color: var(--color--border-grey);
      padding: 8px;
      width: 100%;
      border-radius: 4px;
      text-align: start;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper .modal-phone-container .contact-mention .material-icons-round {
      -webkit-margin-end: 4px;
      margin-inline-end: 4px;
      font-size: 16px;
      color: var(--color--border-light-grey);
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .phone-button {
      width: 100%;
      border: 1px solid #D3D3DA;
      border-radius: 4px;
      color: var(--color--text-black);
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .phone-button.active {
      color: var(--color--button_secondary-active-text);
      border-color: var(--color--button_secondary-active-text);
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container {
      gap: 16px;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .link-messenger {
    
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .link-messenger .icon-dealersocial-whatsapp {
      width: 32px;
      height: 32px;
      background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='url(%23paint0_linear_386_38060)'/%3E%3Cpath d='M4.72095 18.9814L5.74988 15.245C5.11375 14.1483 4.78004 12.9063 4.78352 11.6366C4.78352 7.65807 8.03717 4.42334 12.0312 4.42334C13.9709 4.42334 15.7924 5.17407 17.1585 6.53716C18.5281 7.90025 19.2824 9.71308 19.279 11.6401C19.279 15.6186 16.0253 18.8534 12.0278 18.8534H12.0243C10.8111 18.8534 9.61881 18.5489 8.55859 17.9746L4.72095 18.9814ZM8.74283 16.6704L8.96182 16.8018C9.88647 17.3484 10.9467 17.6356 12.0278 17.639H12.0312C15.3509 17.639 18.0554 14.9509 18.0554 11.6435C18.0554 10.0417 17.4297 8.53681 16.293 7.40206C15.1563 6.26731 13.6407 5.64458 12.0312 5.64458C8.71154 5.64112 6.00711 8.32924 6.00711 11.6366C6.00711 12.7679 6.32344 13.8715 6.92829 14.8264L7.07081 15.0547L6.46249 17.2654L8.74283 16.6704Z' fill='white'/%3E%3Cpath d='M4.97461 18.7287L5.96878 15.1203C5.35351 14.0652 5.03023 12.8647 5.03023 11.64C5.0337 7.79981 8.17265 4.67578 12.0311 4.67578C13.9048 4.67578 15.6602 5.4023 16.9812 6.71695C18.3021 8.0316 19.0286 9.78216 19.0286 11.6434C19.0286 15.4836 15.8862 18.6076 12.0311 18.6076H12.0277C10.8562 18.6076 9.70562 18.3136 8.68364 17.76L4.97461 18.7287Z' fill='url(%23paint1_linear_386_38060)'/%3E%3Cpath d='M4.72095 18.9814L5.74988 15.245C5.11375 14.1483 4.78004 12.9063 4.78352 11.6366C4.78352 7.65807 8.03717 4.42334 12.0312 4.42334C13.9709 4.42334 15.7924 5.17407 17.1585 6.53716C18.5281 7.90025 19.2824 9.71308 19.279 11.6401C19.279 15.6186 16.0253 18.8534 12.0278 18.8534H12.0243C10.8111 18.8534 9.61881 18.5489 8.55859 17.9746L4.72095 18.9814ZM8.74283 16.6704L8.96182 16.8018C9.88647 17.3484 10.9467 17.6356 12.0278 17.639H12.0312C15.3509 17.639 18.0554 14.9509 18.0554 11.6435C18.0554 10.0417 17.4297 8.53681 16.293 7.40206C15.1563 6.26731 13.6407 5.64458 12.0312 5.64458C8.71154 5.64112 6.00711 8.32924 6.00711 11.6366C6.00711 12.7679 6.32344 13.8715 6.92829 14.8264L7.07081 15.0547L6.46249 17.2654L8.74283 16.6704Z' fill='url(%23paint2_linear_386_38060)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.22 8.61976C10.0844 8.31877 9.94192 8.31185 9.8133 8.30839C9.70902 8.30493 9.58735 8.30493 9.46569 8.30493C9.34403 8.30493 9.14936 8.34991 8.98251 8.52981C8.81565 8.70971 8.34985 9.14562 8.34985 10.0347C8.34985 10.9204 8.99989 11.7784 9.09027 11.8995C9.18065 12.0206 10.3452 13.8991 12.184 14.6222C13.7135 15.2241 14.0264 15.1031 14.3566 15.0719C14.6868 15.0408 15.4272 14.636 15.5802 14.2139C15.7297 13.7919 15.7297 13.4321 15.6845 13.356C15.6393 13.2799 15.5176 13.2349 15.3369 13.1449C15.1561 13.055 14.2662 12.6191 14.0994 12.5568C13.9325 12.498 13.8109 12.4668 13.6927 12.6467C13.571 12.8266 13.2234 13.2314 13.1191 13.3525C13.0148 13.4736 12.9071 13.4874 12.7263 13.3975C12.5455 13.3075 11.9615 13.1172 11.2698 12.5014C10.731 12.024 10.366 11.4324 10.2617 11.2525C10.1574 11.0726 10.2513 10.9757 10.3417 10.8858C10.4216 10.8062 10.5224 10.6748 10.6128 10.571C10.7032 10.4672 10.7345 10.3911 10.7936 10.27C10.8527 10.1489 10.8249 10.0451 10.7797 9.95517C10.7345 9.86867 10.3799 8.9761 10.22 8.61976Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_386_38060' x1='11.9994' y1='23.9988' x2='11.9994' y2='-0.000839698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_386_38060' x1='12.0012' y1='18.728' x2='12.0012' y2='4.67529' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_386_38060' x1='12.0014' y1='18.98' x2='12.0014' y2='4.42334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9F9F9'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
      background-size: cover;
      background-position: center;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .link-messenger .icon-dealersocial-viber {
      width: 32px;
      height: 32px;
      background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%237360F2'/%3E%3Cpath d='M13.8136 11.0434C13.8186 11.148 13.7391 11.237 13.6361 11.242C13.5331 11.2471 13.4456 11.1663 13.4406 11.0617C13.4098 10.4133 13.1133 10.1023 12.5006 10.0692C12.3976 10.0636 12.3186 9.9743 12.324 9.86967C12.3295 9.76504 12.4174 9.68472 12.5204 9.69028C13.3267 9.7338 13.7736 10.2027 13.8136 11.0434Z' fill='white'/%3E%3Cpath d='M14.58 11.5686C14.6831 11.571 14.7685 11.488 14.7709 11.3832C14.7875 10.6417 14.5689 10.0156 14.1147 9.51283C13.6597 9.0092 13.0322 8.73033 12.2379 8.67303C12.1351 8.66561 12.0458 8.74432 12.0385 8.84883C12.0312 8.95335 12.1086 9.04409 12.2115 9.05151C12.9151 9.10227 13.4528 9.34124 13.8396 9.76941C14.2267 10.198 14.412 10.7286 14.3975 11.3746C14.3952 11.4794 14.4769 11.5662 14.58 11.5686Z' fill='white'/%3E%3Cpath d='M15.7524 11.7669C15.7532 11.8717 15.6702 11.9573 15.5671 11.9581C15.4639 11.9588 15.3797 11.8745 15.3789 11.7698C15.3704 10.6152 15.0351 9.71781 14.3741 9.06116C13.7108 8.40436 12.8863 8.07247 11.8956 8.06603C11.7925 8.06536 11.7094 7.97988 11.7101 7.87511C11.7108 7.77033 11.7949 7.68594 11.898 7.68661C12.9837 7.69366 13.9011 8.06296 14.635 8.78965C15.3714 9.52128 15.7432 10.5161 15.7524 11.7669Z' fill='white'/%3E%3Cpath d='M12.9514 13.4386C12.8118 13.6164 12.5482 13.5939 12.5482 13.5939C10.6296 13.0964 10.1156 11.1223 10.1156 11.1223C10.1156 11.1223 10.0934 10.8567 10.2684 10.7126L10.614 10.4335C10.7869 10.2984 10.8954 9.97202 10.7204 9.65238C10.6229 9.47455 10.4279 9.15715 10.2839 8.95681C10.1311 8.74522 9.7766 8.31302 9.77438 8.31077C9.60379 8.10367 9.35122 8.0564 9.08536 8.19597C9.08536 8.19597 9.08315 8.19822 9.08093 8.19822C8.82837 8.34228 8.59353 8.53587 8.37419 8.78123L8.36976 8.78573C8.20582 8.98607 8.11055 9.18416 8.08839 9.37775C8.08396 9.40026 8.08175 9.42953 8.08396 9.46329C8.08175 9.54883 8.09504 9.63212 8.12163 9.71541L8.13049 9.72216C8.21246 10.0215 8.42072 10.519 8.87046 11.3496C9.16291 11.8876 9.462 12.3378 9.75887 12.716C9.91396 12.9164 10.0912 13.1212 10.295 13.3306L10.3748 13.4116C10.5808 13.6187 10.7824 13.7988 10.9796 13.9563C11.3518 14.258 11.7927 14.5619 12.3244 14.859C13.1419 15.316 13.6315 15.5276 13.9262 15.6108L13.9328 15.6198C14.0148 15.6469 14.0968 15.6581 14.181 15.6581C14.2142 15.6604 14.243 15.6581 14.2652 15.6536C14.4557 15.6311 14.6507 15.5343 14.8478 15.3677L14.8523 15.3632C15.0938 15.1404 15.2843 14.8995 15.4261 14.6451C15.4261 14.6451 15.4283 14.6429 15.4283 14.6406C15.5657 14.3705 15.5191 14.1139 15.3153 13.9406C15.3153 13.9406 14.8877 13.5782 14.6795 13.4228C14.4845 13.2765 14.1699 13.0807 13.9949 12.9794C13.6803 12.8016 13.359 12.9119 13.2261 13.0874L12.9514 13.4386Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.269 5.01077C15.5701 5.02652 17.0523 6.12052 17.42 6.46268C18.6363 7.53642 19.312 9.918 18.8579 13.6795C18.4583 17.0029 16.1768 17.5925 15.4114 17.7903C15.3364 17.8097 15.276 17.8253 15.2333 17.8394C15.0273 17.9069 13.204 18.3706 10.8356 18.168C10.5742 18.4764 10.2263 18.8816 9.97599 19.1562C9.90036 19.239 9.82954 19.3207 9.76187 19.3989C9.41922 19.7944 9.15709 20.097 8.75747 19.9711C8.3609 19.8473 8.38305 19.235 8.38305 19.235L8.38527 17.7245H8.38305C4.91803 16.7341 4.96899 13.0852 5.00887 11.1358C5.04653 9.18642 5.41873 7.6152 6.47552 6.54146C8.37419 4.77216 12.269 5.01077 12.269 5.01077ZM15.0183 16.7382C15.6688 16.5848 17.4856 16.1564 17.821 13.4093C18.2043 10.2669 17.6792 8.12168 16.6512 7.22352C16.3411 6.93764 15.0029 6.08451 12.2092 6.071C12.2092 6.071 8.90148 5.8504 7.29525 7.32707C6.40241 8.22298 6.1011 9.55558 6.06787 11.1831L6.06425 11.3489C6.02676 13.0132 5.96068 15.9465 8.79292 16.7454C8.79292 16.7454 8.78184 19.0527 8.77963 19.2552C8.77963 19.3971 8.80178 19.4939 8.88154 19.5141C8.93914 19.5299 9.02554 19.4984 9.09866 19.4241C9.56612 18.9446 11.066 17.1078 11.066 17.1078C13.0777 17.2428 14.6773 16.8376 14.8501 16.7814C14.8898 16.7685 14.9471 16.755 15.0183 16.7382Z' fill='white'/%3E%3C/svg%3E");
      background-size: cover;
      background-position: center;
    }
    #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .icon-dealersocial-telegram {
      width: 32px;
      height: 32px;
      background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='url(%23paint0_linear_386_38063)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.43202 11.8734C8.93026 10.3493 11.263 9.34452 12.4302 8.85905C15.7627 7.47294 16.4551 7.23216 16.9065 7.22421C17.0058 7.22246 17.2277 7.24706 17.3715 7.36372C17.4929 7.46223 17.5263 7.5953 17.5423 7.6887C17.5583 7.78209 17.5782 7.99485 17.5623 8.1611C17.3818 10.0586 16.6003 14.6633 16.2028 16.7885C16.0346 17.6877 15.7034 17.9892 15.3827 18.0188C14.6859 18.0829 14.1567 17.5582 13.4817 17.1158C12.4256 16.4235 11.8289 15.9925 10.8037 15.3169C9.61896 14.5362 10.387 14.107 11.0622 13.4058C11.2389 13.2222 14.3093 10.4295 14.3687 10.1761C14.3762 10.1444 14.3831 10.0263 14.3129 9.96397C14.2427 9.9016 14.1392 9.92293 14.0644 9.93989C13.9585 9.96393 12.2713 11.0791 9.00276 13.2855C8.52385 13.6143 8.09007 13.7746 7.70141 13.7662C7.27295 13.7569 6.44876 13.5239 5.83606 13.3247C5.08456 13.0804 4.48728 12.9513 4.53929 12.5364C4.56638 12.3203 4.86395 12.0993 5.43202 11.8734Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_386_38063' x1='12' y1='0' x2='12' y2='23.822' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AABEE'/%3E%3Cstop offset='1' stop-color='%23229ED9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
      background-size: cover;
      background-position: center;
    }
    
    #d5_slider_modal .slider-modal-contact-the-seller-form .send-message-btn {
      width: 100%;
    }
    
    #d5_slider_modal.slider-modal-container.show .gallery-top .more-photos-container {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    #d5_slider_modal.slider-modal-container.show .gallery-top .more-photos {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 280px;
      background: #212226;
      gap: 36px;
      width: 100%;
      margin-top: -60px;
    }
    #d5_slider_modal.slider-modal-container.show .gallery-top .more-photos .more-photos-image {
      width: 140px;
      height: auto;
      margin-top: 0;
    }
    
    .more-photos-container {
      display: flex;
      align-items: center;
      justify-content: center;
    }
    
    .more-photos {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      height: 100%;
      background: #212226;
      gap: 36px;
      width: 100%;
    }
    .more-photos .more-photos-image {
      width: 140px;
      height: 100px;
    }
    
    
    /* MODAL PRICE BLOCK */
    
    #d5_modal-price {
      
    }
    #d5_modal-price button {
      width: 100%;
    }
    #d5_modal-price button[data-submode="offer_price"]{
      display: none;
    }
    
    #d5_modal-price p {
      margin: 0;
    }
    #d5_modal-price .auction,
    #d5_modal-price .rent {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 8px;
    }
    #d5_modal-price .auction span,
    #d5_modal-price .rent span {
      color: var(--v3-color--text-white);
      font-size: 17px;
    }
    #d5_modal-price .auction p,
    #d5_modal-price .rent p {
      padding-left: 8px;
      color: var(--v3-color--text-white);
    }
    
    
    #d5_modal-price .price-box .price-value {
      position: relative;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      gap: 10px;
    }
    #d5_modal-price .price-box .price-title-container {
      width: calc(50% - 10px);
      display: flex;
      flex-direction: column;
      align-items: flex-start;
      color: var(--v3-color--text-white);
      gap: 4px;
    }
    
    #d5_modal-price .price-box .price-title span {
      color: var(--v3-color--text-white);
      font: var(--font--title6);
    }
    #d5_modal-price .price-box .price-title .rental-time {
      font: var(--font--subtitle3);
      color: var(--color--text-default);
    }
    #d5_modal-price .price-box .price-title span.cur {
      padding-left: 4px;
      font: var(--font--subtitle4);
    }
    #d5_modal-price .price-box .special-discount {
      width: -moz-fit-content;
      width: fit-content;
      font: var(--font--title7);
      padding: 4px 8px;
      text-transform: uppercase;
      color: var(--v3-color--text-white);
      background-color: var(--color--text-error);
      border-radius: 4px;
      margin-bottom: 12px;
    }
    #d5_modal-price .price-box .price-old {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      margin-bottom: 4px;
    }
    #d5_modal-price .price-box .price-old div {
      position: relative;
    }
    #d5_modal-price .price-box .price-old .size-6 {
      font: var(--font--title7);
      color: var(--v3-color--text-white);
    }
    #d5_modal-price .price-box .price-old .size-5 {
      font: var(--font--subtitle4);
      color: var(--v3-color--text-white);
      padding-left: 4px;
    }
    #d5_modal-price .price-box .price-old .cross-out {
      width: 100%;
      height: 1px;
      background-color: var(--v3-color--text-white);
      position: absolute;
      top: 45%;
      left: 0;
      transform: rotate(-7.8deg) translateY(-50%);
    }
    #d5_modal-price .price-box .price-old .discount {
      color: var(--v3-color--text-white);
      padding: 2px 4px;
      background-color: var(--v3-color--text-success);
      border-radius: 4px;
      margin-left: 4px;
      opacity: 1;
      font: var(--font--subtitle4);
    }
    #d5_modal-price .price-box .price-converter {
      width: calc(50% - 10px);
      color: var(--v3-color--text-white);
    }
    #d5_modal-price .price-box .price-converter ul {
      display: flex;
      align-items: flex-end;
      justify-content: center;
      flex-direction: column;
      gap: 4px;
    }
    
    #d5_modal-price .price-box .price-type {
      font: var(--font--subtitle4)
    }
    #d5_modal-price .make_bid_outer {
      width: 100%;
    }
    #d5_modal-price .contact-popup-trigger {
      width: 100%;
    }
    
    /* OLD VIDEO */ 
    
    .gal_ #ytplayer {
      height: 240px;
      margin-bottom: 10px;
      border-radius: 4px;
    }
    
    
  }
  
  
  /* 
  
  MOBILE SLIDER 
  
  */
  
  @media screen and (max-width: 768px) {
  
  #d5_slider_modal .modal-slider .gallery-top-thumbs {
    display: none;
  }
  
  #d5_slider_modal .modal-slider .desktop-slider-modal-description-container {
    display: none;
  }
  
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container {
    justify-content: center;
    align-items: center;
  }
  #d5_slider_modal .modal-slider .gallery-top .swiper-zoom-container #d5_mobile-modal-video {
    height: 220px;
    margin-top: -60px;
  }
  
  iframe#ytplayer {
    width: 100%;
  }
    
  #d5_slider {
    width: 100%;
    display: block;
  }
  
  #d5_slider .ad_video_container {
    margin: 12px 0 0;
    border-radius: 4px;
    overflow: hidden;
  }
  
  #d5_slider .slider {
    height: 260px;
  }
  #d5_slider .swiper-slide {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
  }
  
  #d5_slider .swiper-slide #d5_youtube_in_gallery {
    /* display: none; */
  }
  #d5_slider .swiper-slide .video-icon-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #00000066;
    pointer-events: none;
    top: 0;
    left: 0;
  }
  #d5_slider .swiper-slide .video-icon-container .video-icon {
    width: 50px;
    height: 50px;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    background: none;
  }
  
  #d5_slider .slider-navigation-container,
  #d5_slider .slider-navigation-container:hover,
  #d5_slider .swiper-button-prev-container,
  #d5_slider .swiper-button-next-container {
    display: none;
  }

  
  #d5_slider .thumb-swiper .swiper-slide.before-initialization {
    width: calc(100% / 3.5 - 2px);
    margin-right: 10px;
  }
  
  #d5_slider .slider .swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  
  #d5_slider .slider .swiper-slide .more-photos-image {
    object-fit: contain;
    height: 100px;
    backdrop-filter: blur(0px);
  }
  
  #d5_slider .slider-mobile-zoom-container {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 7vw;
    bottom: 8px;
    z-index: 2;
    background: #1D1E22B2;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  #d5_slider .thumb-swiper {
    height: 72px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 0;
  }
  
  #d5_slider .thumb-swiper .swiper-slide img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  
  
  #d5_slider .thumb-swiper .swiper-slide-thumb-active {
    border: 2px solid #161616;
  }
  
  #d5_slider .thumb-swiper .thumbs-scrollbar {
    display: none;
  }
  
  #d5_slider .bottom_get_more_photos {
    width: 100%;
    margin-top: 12px;
    padding: 1px 20px;
  }
  
  #d5_slider .thumb-swiper .swiper-slide .video-icon-container .video-icon {
    width: 26px;
    height: 26px;
  }
  
  
  
  /* SLIDER MODAL */
  
  #d5_slider_modal.slider-modal-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #161616;
    z-index: 10000;
  }
  #d5_slider_modal .modal-close {
    position: absolute;
    right: 16px;
    top: 16px;
    width: 32px;
    height: 32px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url('/st2/d5/assets/ad-page/close.svg');
    background-position: center;
    background-size: cover;
    transition: all 0.3s;
  }
  
  #d5_slider_modal .modal-mobile-zoom-container {
    position: absolute;
    right: 60px;
    top: 16px;
    width: 32px;
    height: 32px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #1D1E22B2;
    border-radius: 50%;
  }
  
  #d5_slider_modal .more-photos-image {
    object-fit: contain;
  }
  
  #d5_slider_modal.slider-modal-container.show {
    display: block;
  }
  
  #d5_slider_modal.slider-modal-container.show .gallery-top img {
    width: 100%;
    object-fit: cover;
    margin-top: -60px;
  }
  #d5_slider_modal.slider-modal-container.show .gallery-top .swiper-wrapper {
  
  }
  
  #d5_slider_modal .modal-slider {
    height: calc(100%);
    /* margin-top: 30px; */
    z-index: 0;
  }
  
  #d5_slider_modal .modal-slider .top-thumbs-container {
    display: none;
  }
  
  #d5_slider_modal .modal-slider .gallery-top {
    height: 100%;
    touch-action: pan-y;
    
  }
  #d5_slider_modal .slider-modal-pagination {
    z-index: 2;
    color: var(--v3-color--text-white);
    height: max-content;
    width: max-content;
    background: #1D1E22B2;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 4px;
    border-radius: 4px;
    margin: 0 auto;
    left: 0;
    top: 16px;
    right: 0;
    bottom: 0;
  }
  
  #d5_slider_modal .slider-modal-description-container {
    width: 100%;
    /* height: 160px; */
    background: rgb(29 30 34 / 70%);
    position: fixed;
    bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
    
  }
  #d5_slider_modal .slider-modal-description-container.hidden {
    display: none;
  }
  #d5_slider_modal .slider-modal-description-container .slider-modal-title {
    color: var(--v3-color--text-white);
    font: var(--font--title7);
  }
  #d5_slider_modal .slider-modal-description-container .slider-modal-contact-button {
    width: 100%;
  }
  
  #d5_slider_modal .slider-modal-contact-the-seller-container {
    display: flex;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    bottom: 0;
    left: 0;
    align-items: flex-end;
    transition: all 0.2s ease;
    background: #1D1E22B2;
    opacity: 0;
    visibility: hidden;
  }
  
  #d5_slider_modal .slider-modal-contact-the-seller-container.show {
    opacity: 1;
    visibility: visible;
  }
  
  #d5_slider_modal .slider-modal-contact-the-seller-form-container { 
    width: 100%;
    background: var(--v3-color--text-white);
    border-radius: 8px 8px 0 0;
    gap: 16px;
    transform: translateY(100vh);
    transition: all 0.4s ease;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-container.show .slider-modal-contact-the-seller-form-container {
    transform: translateY(0);
  }
  
  #d5_slider_modal .slider-modal-contact-the-seller-form {
  
  }
  
  #d5_slider_modal .slider-modal-contact-the-seller-form-container .slider-modal-modal-contact-the-seller-close {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: fit-content;
    align-self: flex-end;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .slider-modal-contact-the-seller-form-wrapper {
    gap: 16px;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper {
    gap: 12px;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper .modal-phone-container {
    gap: 12px;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper .modal-phone-container .contact-mention {
    background-color: var(--color--grey-bg-hover);
    color: var(--color--border-grey);
    padding: 8px;
    width: 100%;
    border-radius: 4px;
    text-align: start;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form  .slider-modal-contact-the-seller-phones-wrapper .modal-phone-container .contact-mention .material-icons-round {
    -webkit-margin-end: 4px;
    margin-inline-end: 4px;
    font-size: 16px;
    color: var(--color--border-light-grey);
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .phone-button {
    width: 100%;
    border: 1px solid #D3D3DA;
    border-radius: 4px;
    color: var(--color--text-black);
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .phone-button.active {
    color: var(--color--button_secondary-active-text);
    border-color: var(--color--button_secondary-active-text);
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container {
    gap: 16px;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .link-messenger {
  
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .link-messenger .icon-dealersocial-whatsapp {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='url(%23paint0_linear_386_38060)'/%3E%3Cpath d='M4.72095 18.9814L5.74988 15.245C5.11375 14.1483 4.78004 12.9063 4.78352 11.6366C4.78352 7.65807 8.03717 4.42334 12.0312 4.42334C13.9709 4.42334 15.7924 5.17407 17.1585 6.53716C18.5281 7.90025 19.2824 9.71308 19.279 11.6401C19.279 15.6186 16.0253 18.8534 12.0278 18.8534H12.0243C10.8111 18.8534 9.61881 18.5489 8.55859 17.9746L4.72095 18.9814ZM8.74283 16.6704L8.96182 16.8018C9.88647 17.3484 10.9467 17.6356 12.0278 17.639H12.0312C15.3509 17.639 18.0554 14.9509 18.0554 11.6435C18.0554 10.0417 17.4297 8.53681 16.293 7.40206C15.1563 6.26731 13.6407 5.64458 12.0312 5.64458C8.71154 5.64112 6.00711 8.32924 6.00711 11.6366C6.00711 12.7679 6.32344 13.8715 6.92829 14.8264L7.07081 15.0547L6.46249 17.2654L8.74283 16.6704Z' fill='white'/%3E%3Cpath d='M4.97461 18.7287L5.96878 15.1203C5.35351 14.0652 5.03023 12.8647 5.03023 11.64C5.0337 7.79981 8.17265 4.67578 12.0311 4.67578C13.9048 4.67578 15.6602 5.4023 16.9812 6.71695C18.3021 8.0316 19.0286 9.78216 19.0286 11.6434C19.0286 15.4836 15.8862 18.6076 12.0311 18.6076H12.0277C10.8562 18.6076 9.70562 18.3136 8.68364 17.76L4.97461 18.7287Z' fill='url(%23paint1_linear_386_38060)'/%3E%3Cpath d='M4.72095 18.9814L5.74988 15.245C5.11375 14.1483 4.78004 12.9063 4.78352 11.6366C4.78352 7.65807 8.03717 4.42334 12.0312 4.42334C13.9709 4.42334 15.7924 5.17407 17.1585 6.53716C18.5281 7.90025 19.2824 9.71308 19.279 11.6401C19.279 15.6186 16.0253 18.8534 12.0278 18.8534H12.0243C10.8111 18.8534 9.61881 18.5489 8.55859 17.9746L4.72095 18.9814ZM8.74283 16.6704L8.96182 16.8018C9.88647 17.3484 10.9467 17.6356 12.0278 17.639H12.0312C15.3509 17.639 18.0554 14.9509 18.0554 11.6435C18.0554 10.0417 17.4297 8.53681 16.293 7.40206C15.1563 6.26731 13.6407 5.64458 12.0312 5.64458C8.71154 5.64112 6.00711 8.32924 6.00711 11.6366C6.00711 12.7679 6.32344 13.8715 6.92829 14.8264L7.07081 15.0547L6.46249 17.2654L8.74283 16.6704Z' fill='url(%23paint2_linear_386_38060)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.22 8.61976C10.0844 8.31877 9.94192 8.31185 9.8133 8.30839C9.70902 8.30493 9.58735 8.30493 9.46569 8.30493C9.34403 8.30493 9.14936 8.34991 8.98251 8.52981C8.81565 8.70971 8.34985 9.14562 8.34985 10.0347C8.34985 10.9204 8.99989 11.7784 9.09027 11.8995C9.18065 12.0206 10.3452 13.8991 12.184 14.6222C13.7135 15.2241 14.0264 15.1031 14.3566 15.0719C14.6868 15.0408 15.4272 14.636 15.5802 14.2139C15.7297 13.7919 15.7297 13.4321 15.6845 13.356C15.6393 13.2799 15.5176 13.2349 15.3369 13.1449C15.1561 13.055 14.2662 12.6191 14.0994 12.5568C13.9325 12.498 13.8109 12.4668 13.6927 12.6467C13.571 12.8266 13.2234 13.2314 13.1191 13.3525C13.0148 13.4736 12.9071 13.4874 12.7263 13.3975C12.5455 13.3075 11.9615 13.1172 11.2698 12.5014C10.731 12.024 10.366 11.4324 10.2617 11.2525C10.1574 11.0726 10.2513 10.9757 10.3417 10.8858C10.4216 10.8062 10.5224 10.6748 10.6128 10.571C10.7032 10.4672 10.7345 10.3911 10.7936 10.27C10.8527 10.1489 10.8249 10.0451 10.7797 9.95517C10.7345 9.86867 10.3799 8.9761 10.22 8.61976Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_386_38060' x1='11.9994' y1='23.9988' x2='11.9994' y2='-0.000839698' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_386_38060' x1='12.0012' y1='18.728' x2='12.0012' y2='4.67529' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2320B038'/%3E%3Cstop offset='1' stop-color='%2360D66A'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_386_38060' x1='12.0014' y1='18.98' x2='12.0014' y2='4.42334' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23F9F9F9'/%3E%3Cstop offset='1' stop-color='white'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .link-messenger .icon-dealersocial-viber {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='%237360F2'/%3E%3Cpath d='M13.8136 11.0434C13.8186 11.148 13.7391 11.237 13.6361 11.242C13.5331 11.2471 13.4456 11.1663 13.4406 11.0617C13.4098 10.4133 13.1133 10.1023 12.5006 10.0692C12.3976 10.0636 12.3186 9.9743 12.324 9.86967C12.3295 9.76504 12.4174 9.68472 12.5204 9.69028C13.3267 9.7338 13.7736 10.2027 13.8136 11.0434Z' fill='white'/%3E%3Cpath d='M14.58 11.5686C14.6831 11.571 14.7685 11.488 14.7709 11.3832C14.7875 10.6417 14.5689 10.0156 14.1147 9.51283C13.6597 9.0092 13.0322 8.73033 12.2379 8.67303C12.1351 8.66561 12.0458 8.74432 12.0385 8.84883C12.0312 8.95335 12.1086 9.04409 12.2115 9.05151C12.9151 9.10227 13.4528 9.34124 13.8396 9.76941C14.2267 10.198 14.412 10.7286 14.3975 11.3746C14.3952 11.4794 14.4769 11.5662 14.58 11.5686Z' fill='white'/%3E%3Cpath d='M15.7524 11.7669C15.7532 11.8717 15.6702 11.9573 15.5671 11.9581C15.4639 11.9588 15.3797 11.8745 15.3789 11.7698C15.3704 10.6152 15.0351 9.71781 14.3741 9.06116C13.7108 8.40436 12.8863 8.07247 11.8956 8.06603C11.7925 8.06536 11.7094 7.97988 11.7101 7.87511C11.7108 7.77033 11.7949 7.68594 11.898 7.68661C12.9837 7.69366 13.9011 8.06296 14.635 8.78965C15.3714 9.52128 15.7432 10.5161 15.7524 11.7669Z' fill='white'/%3E%3Cpath d='M12.9514 13.4386C12.8118 13.6164 12.5482 13.5939 12.5482 13.5939C10.6296 13.0964 10.1156 11.1223 10.1156 11.1223C10.1156 11.1223 10.0934 10.8567 10.2684 10.7126L10.614 10.4335C10.7869 10.2984 10.8954 9.97202 10.7204 9.65238C10.6229 9.47455 10.4279 9.15715 10.2839 8.95681C10.1311 8.74522 9.7766 8.31302 9.77438 8.31077C9.60379 8.10367 9.35122 8.0564 9.08536 8.19597C9.08536 8.19597 9.08315 8.19822 9.08093 8.19822C8.82837 8.34228 8.59353 8.53587 8.37419 8.78123L8.36976 8.78573C8.20582 8.98607 8.11055 9.18416 8.08839 9.37775C8.08396 9.40026 8.08175 9.42953 8.08396 9.46329C8.08175 9.54883 8.09504 9.63212 8.12163 9.71541L8.13049 9.72216C8.21246 10.0215 8.42072 10.519 8.87046 11.3496C9.16291 11.8876 9.462 12.3378 9.75887 12.716C9.91396 12.9164 10.0912 13.1212 10.295 13.3306L10.3748 13.4116C10.5808 13.6187 10.7824 13.7988 10.9796 13.9563C11.3518 14.258 11.7927 14.5619 12.3244 14.859C13.1419 15.316 13.6315 15.5276 13.9262 15.6108L13.9328 15.6198C14.0148 15.6469 14.0968 15.6581 14.181 15.6581C14.2142 15.6604 14.243 15.6581 14.2652 15.6536C14.4557 15.6311 14.6507 15.5343 14.8478 15.3677L14.8523 15.3632C15.0938 15.1404 15.2843 14.8995 15.4261 14.6451C15.4261 14.6451 15.4283 14.6429 15.4283 14.6406C15.5657 14.3705 15.5191 14.1139 15.3153 13.9406C15.3153 13.9406 14.8877 13.5782 14.6795 13.4228C14.4845 13.2765 14.1699 13.0807 13.9949 12.9794C13.6803 12.8016 13.359 12.9119 13.2261 13.0874L12.9514 13.4386Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.269 5.01077C15.5701 5.02652 17.0523 6.12052 17.42 6.46268C18.6363 7.53642 19.312 9.918 18.8579 13.6795C18.4583 17.0029 16.1768 17.5925 15.4114 17.7903C15.3364 17.8097 15.276 17.8253 15.2333 17.8394C15.0273 17.9069 13.204 18.3706 10.8356 18.168C10.5742 18.4764 10.2263 18.8816 9.97599 19.1562C9.90036 19.239 9.82954 19.3207 9.76187 19.3989C9.41922 19.7944 9.15709 20.097 8.75747 19.9711C8.3609 19.8473 8.38305 19.235 8.38305 19.235L8.38527 17.7245H8.38305C4.91803 16.7341 4.96899 13.0852 5.00887 11.1358C5.04653 9.18642 5.41873 7.6152 6.47552 6.54146C8.37419 4.77216 12.269 5.01077 12.269 5.01077ZM15.0183 16.7382C15.6688 16.5848 17.4856 16.1564 17.821 13.4093C18.2043 10.2669 17.6792 8.12168 16.6512 7.22352C16.3411 6.93764 15.0029 6.08451 12.2092 6.071C12.2092 6.071 8.90148 5.8504 7.29525 7.32707C6.40241 8.22298 6.1011 9.55558 6.06787 11.1831L6.06425 11.3489C6.02676 13.0132 5.96068 15.9465 8.79292 16.7454C8.79292 16.7454 8.78184 19.0527 8.77963 19.2552C8.77963 19.3971 8.80178 19.4939 8.88154 19.5141C8.93914 19.5299 9.02554 19.4984 9.09866 19.4241C9.56612 18.9446 11.066 17.1078 11.066 17.1078C13.0777 17.2428 14.6773 16.8376 14.8501 16.7814C14.8898 16.7685 14.9471 16.755 15.0183 16.7382Z' fill='white'/%3E%3C/svg%3E");
    background-size: cover;
    background-position: center;
  }
  #d5_slider_modal .slider-modal-contact-the-seller-form .messenger-container .icon-dealersocial-telegram {
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24' rx='12' fill='url(%23paint0_linear_386_38063)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.43202 11.8734C8.93026 10.3493 11.263 9.34452 12.4302 8.85905C15.7627 7.47294 16.4551 7.23216 16.9065 7.22421C17.0058 7.22246 17.2277 7.24706 17.3715 7.36372C17.4929 7.46223 17.5263 7.5953 17.5423 7.6887C17.5583 7.78209 17.5782 7.99485 17.5623 8.1611C17.3818 10.0586 16.6003 14.6633 16.2028 16.7885C16.0346 17.6877 15.7034 17.9892 15.3827 18.0188C14.6859 18.0829 14.1567 17.5582 13.4817 17.1158C12.4256 16.4235 11.8289 15.9925 10.8037 15.3169C9.61896 14.5362 10.387 14.107 11.0622 13.4058C11.2389 13.2222 14.3093 10.4295 14.3687 10.1761C14.3762 10.1444 14.3831 10.0263 14.3129 9.96397C14.2427 9.9016 14.1392 9.92293 14.0644 9.93989C13.9585 9.96393 12.2713 11.0791 9.00276 13.2855C8.52385 13.6143 8.09007 13.7746 7.70141 13.7662C7.27295 13.7569 6.44876 13.5239 5.83606 13.3247C5.08456 13.0804 4.48728 12.9513 4.53929 12.5364C4.56638 12.3203 4.86395 12.0993 5.43202 11.8734Z' fill='white'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_386_38063' x1='12' y1='0' x2='12' y2='23.822' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%232AABEE'/%3E%3Cstop offset='1' stop-color='%23229ED9'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: cover;
    background-position: center;
  }
  
  #d5_slider_modal .slider-modal-contact-the-seller-form .send-message-btn {
    width: 100%;
  }
  
  #d5_slider_modal.slider-modal-container.show .gallery-top .more-photos-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  #d5_slider_modal.slider-modal-container.show .gallery-top .more-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 280px;
    background: #212226;
    gap: 36px;
    width: 100%;
    margin-top: -60px;
  }
  #d5_slider_modal.slider-modal-container.show .gallery-top .more-photos .more-photos-image {
    width: 140px;
    height: auto;
    margin-top: 0;
  }
  
  .more-photos-container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .more-photos {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    background: #212226;
    gap: 36px;
    width: 100%;
  }
  .more-photos .more-photos-image {
    width: 140px;
    height: 100px;
  }
  
  
  /* MODAL PRICE BLOCK */
  
  #d5_modal-price {
    
  }
  #d5_modal-price button {
    width: 100%;
  }
  #d5_modal-price button[data-submode="offer_price"]{
    display: none;
  }
  
  #d5_modal-price p {
    margin: 0;
  }
  #d5_modal-price .auction,
  #d5_modal-price .rent {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 8px;
  }
  #d5_modal-price .auction span,
  #d5_modal-price .rent span {
    color: var(--v3-color--text-white);
    font-size: 17px;
  }
  #d5_modal-price .auction p,
  #d5_modal-price .rent p {
    padding-left: 8px;
    color: var(--v3-color--text-white);
  }
  
  
  #d5_modal-price .price-box .price-value {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 10px;
  }
  #d5_modal-price .price-box .price-title-container {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    color: var(--v3-color--text-white);
    gap: 4px;
  }
  
  #d5_modal-price .price-box .price-title span {
    color: var(--v3-color--text-white);
    font: var(--font--title6);
  }
  #d5_modal-price .price-box .price-title .rental-time {
    font: var(--font--subtitle3);
    color: var(--color--text-default);
  }
  #d5_modal-price .price-box .price-title span.cur {
    padding-left: 4px;
    font: var(--font--subtitle4);
  }
  #d5_modal-price .price-box .special-discount {
    width: -moz-fit-content;
    width: fit-content;
    font: var(--font--title7);
    padding: 4px 8px;
    text-transform: uppercase;
    color: var(--v3-color--text-white);
    background-color: var(--color--text-error);
    border-radius: 4px;
    margin-bottom: 12px;
  }
  #d5_modal-price .price-box .price-old {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 4px;
  }
  #d5_modal-price .price-box .price-old div {
    position: relative;
  }
  #d5_modal-price .price-box .price-old .size-6 {
    font: var(--font--title7);
    color: var(--v3-color--text-white);
  }
  #d5_modal-price .price-box .price-old .size-5 {
    font: var(--font--subtitle4);
    color: var(--v3-color--text-white);
    padding-left: 4px;
  }
  #d5_modal-price .price-box .price-old .cross-out {
    width: 100%;
    height: 1px;
    background-color: var(--v3-color--text-white);
    position: absolute;
    top: 45%;
    left: 0;
    transform: rotate(-7.8deg) translateY(-50%);
  }
  #d5_modal-price .price-box .price-old .discount {
    color: var(--v3-color--text-white);
    padding: 2px 4px;
    background-color: var(--v3-color--text-success);
    border-radius: 4px;
    margin-left: 4px;
    opacity: 1;
    font: var(--font--subtitle4);
  }
  #d5_modal-price .price-box .price-converter {
    width: calc(50% - 10px);
    color: var(--v3-color--text-white);
  }
  #d5_modal-price .price-box .price-converter ul {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;
    gap: 4px;
  }
  
  #d5_modal-price .price-box .price-type {
    font: var(--font--subtitle4)
  }
  #d5_modal-price .make_bid_outer {
    width: 100%;
  }
  #d5_modal-price .contact-popup-trigger {
    width: 100%;
  }
  
  /* OLD VIDEO */ 
  
  .gal_ #ytplayer {
    height: 240px;
    margin-bottom: 10px;
    border-radius: 4px;
  }
  
  
  }
  
  @media screen and (max-width: 400px) {
    #d5_slider .slider {
        height: 240px;
    }
    .gal_ #ytplayer {
      height: 200px;
      margin-bottom: 10px;
    }
  }