.container-lg {
    padding: 0 !important;
}

.spot__info {

    display: flex;
    flex-direction: column;
    gap: 15px;
  
}

.spot__info h1 {
    font-size: clamp(1.375rem, 0.925rem + 2.25vw, 3.625rem);
    color: #3298a4;
    font-weight: 700;
}

@media only screen and (max-width : 578px) {
    .spot__info h1 {
        margin-top: 20px;
    }
}

.spot__desc p {
    line-height: 1.3;
    padding: 4px 0;
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
}

.spot__price {

    display: flex;
    flex-direction: column;
    align-self: flex-start;

}

.spot__price-title {
    font-weight: 700;
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
    padding-bottom: 15px;
    border-bottom: 1px solid #ececec;

}

.spot__price-subtitle {
    color: #66727F;
    font-weight: 400;
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
    padding-top: 15px;
}

.spot__image {
    border-radius: 20px 0 0 20px;
}

.spot__tables-rows {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.spot__table-title {
    text-transform: uppercase;
    color: #3298a4;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);

}

.chars {
    margin: 0;
    max-width: 900px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 13px;
}

.chars__item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: baseline;
    line-height: 1.3;
}

.chars__term {
    position: relative;
    overflow: hidden;
    flex-grow: 1;
    color: #1e1e1e;
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
}

.chars__val {
    margin: 0;
    color: #66727F;
    line-height: 1.3;
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);
}

.chars__term::after {
    content: "...............................................................................................................................................................................................................";
    position: absolute;
    color: #66727F;
    font-weight: 300;
}

#mainCarousel {
    width: 100%;
    margin: 0 auto 1rem auto;
    --carousel-button-color: #66727F;
    --carousel-button-bg: #fff;
    --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
        0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);
    --carousel-button-svg-width: 13px;
    --carousel-button-svg-height: 13px;
    --carousel-button-width: 44px;
    --carousel-button-height: 44px;
    --carousel-button-svg-stroke-width: 2.5;
}

#mainCarousel .carousel__slide {
    width: 100%;
    padding: 0;
    text-align: center;
    /*     height: 361px; */
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

#mainCarousel .carousel__slide img {
    display: block;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    border-style: none;
    display: block;
    border-radius: 10px;
}

#mainCarousel .carousel__button.is-prev {
    left: -1.5rem;
}

#mainCarousel .carousel__button.is-next {
    right: -1.5rem;
}

#mainCarousel .carousel__button:focus {
    outline: none;
    box-shadow: none;
}

#thumbCarousel {
    margin-bottom: 20px;
}

#thumbCarousel .carousel__slide {
    opacity: 0.5;
    padding: 0;
    margin: 0.25rem;
    width: 24%;
    height: auto;
    overflow: hidden;
}

#thumbCarousel .carousel__slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 8px;
}

#thumbCarousel .carousel__slide.is-nav-selected {
    opacity: 1;
}

@media only screen and (max-width: 768px) {
    #mainCarousel .carousel__button.is-prev {
        display: none;
    }

    #mainCarousel .carousel__button.is-next {
        display: none;
    }
}

@media only screen and (max-width: 578px) {
    #mainCarousel .carousel__slide {
        height: 300px;
    }

    #mainCarousel .carousel__slide img {
        -o-object-fit: contain;
        object-fit: contain;
    }
}

.spot__slider-info {
    display: flex;
    flex-direction: column;
    gap: 15px;
      margin-right: 30px;

}
@media only screen and (max-width : 578px) {

.spot__slider-info {
 
      margin-right: 0;

}


}

.spot__slider-title {
    font-size: clamp(1.625rem, 1.525rem + 0.5vw, 2.125rem);
    color: #3298a4;
    font-weight: 700;
    line-height: 1.3;

}

.spot__slider-desc p {
    line-height: 1.3;
    padding: 4px 0;
    font-size: clamp(0.9375rem, 0.9rem + 0.1875vw, 1.125rem);

}

.spot {
    gap: 60px
}


@media only screen and (max-width : 578px) {
    .spot {
        gap: 30px
    }


}

.spot__btn {
    align-self: start;
    margin-top: 30px;
}

.spot__slider {
    padding: 60px 0;
    background: #f9f9f9;
}

@media only screen and (max-width : 578px) {
    .spot__slider {
        padding: 30px 0;

    }

}

.spot__form-info {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin-left: 30px;

}

@media only screen and (max-width : 578px) {
    .spot__form-info {

        margin-left: 0px;

    }
}

.spot__form-title {
    font-size: clamp(1.625rem, 1.525rem + 0.5vw, 2.125rem);
    color: #3298a4;
    font-weight: 700;
}

.spot__form-price {
    font-weight: 700;
    font-size: clamp(1.25rem, 1.175rem + 0.375vw, 1.625rem);
}

.spot__form-form .request-modal {
    max-width: 100%;
}

.spot__form-form .request-modal__row {
    max-width: 100%;
}

.spot__form-form .request-modal__checkbox-row {
    max-width: 100%;
}

.spot strong{
    font-weight: 700;
}
.spot ul{
    list-style-type: disc;
    padding-left: 20px;
}
.spot ol{
    list-style-type: decimal;
       padding-left: 20px;
}
.spot_desc ul li{
    padding: 4px 0;
    line-height: 1.3;
}
.spot__slider-info ol li{
    padding: 4px 0;
    line-height: 1.3;
}