html {
  scroll-behavior: smooth;
}

section {
    scroll-margin-top: 60px;
}

.offers__item__content-offer {
    font-size: 12px;
    color: #464646;
}

.best_offers__button{
    color:#fff;
    font-size:18px;
    -webkit-text-shadow:0px 0px 10px rgba(0,0,0,.64);
    -moz-text-shadow:0px 0px 10px rgba(0,0,0,.64);
    text-shadow:0px 0px 10px rgba(0,0,0,.64);
    z-index:5;
    transition:all .2s;
    white-space:nowrap;
    cursor:pointer;
    padding:10px;
    background: transparent;
    border: none;
    
}
@media (max-width: 768px){
    .best_offers__button{
        font-size:14px;
        
    }}
    .best_offers__button--active{
        background-color:#41bc91d3;
        
    }
    .best_offers__button:hover{
        text-shadow:5px 5px 15px rgba(0,0,0,.64);
        -webkit-text-shadow:0px 0px 10px rgba(0,0,0,.64);
        -moz-text-shadow:0px 0px 10px rgba(0,0,0,.64)
        
    }



.sellers-promo__card {
    height: 250px;
    width: 100%;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 0;
    overflow: hidden;
    box-shadow: 0 1px 1px #3c3c3b1c;
}

.sellers-promo__card:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: -16px;
    right: -16px;
    background: linear-gradient(266.07deg,rgba(65,188,145,.8274509804) -12.05%,#43826c 117.47%);
    height: 32px;
    width: 32px;
    border-radius: 32px;
    transform: scale(1);
    transform-origin: 50% 50%;
    transition: transform .25s ease-out;
}

.sellers-promo__card:hover:before {
    transform: scale(100);
    -webkit-transform: scale(100);
    -moz-transform: scale(100);
    -ms-transform: scale(100);
    -o-transform: scale(100);
}

.sellers-promo__card>h4 {
    font-family: Montserrat;
    font-size: 20px;
    color: #000;
    margin-top: 34px;
    padding: 0 8px;
    text-align: center;
}

.sellers-promo__card>span {
    font-family: Montserrat;
    font-size: 16px;
    color: #000;
    text-align: center;
    padding: 5px 20px;
}

.sellers-promo__img-container {
    width: 100%;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 1;
    transition: all .25s ease-out;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}

.sellers-promo__img-container:hover {
    opacity: .6;
    transition: all .25s ease-out;
}

.sellers-promo_btn {
    padding: 10px 20px;
    background: linear-gradient(266.07deg, rgba(65, 188, 145, .8274509804) -12.05%, #43826c 117.47%);
    box-shadow: 0 5px 12px #3c3c3b69;
    border-radius: 5px;
    border: none;
    color: #fff;
    font-family: Montserrat;
    font-style: normal;
    font-weight: 500;
    cursor: pointer;
    transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    text-align: center;
    font-size: 10px;
    line-height: 12px;
}

.share-section {
    max-width: 1230px;
    width: 100%;
    margin: 100px auto 50px;
    position: relative;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 50px;
}

.share__img-container {
    width: 100%;
    height: 500px;
    background-repeat: no-repeat;
    background-size: contain;
}

.ipoteka {
    padding-top: 50px;
}

.feedback-button>button {
    background: linear-gradient(266.07deg, rgb(65 159 188 / 83%) -12.05%, #434382 117.47%);
}

.btn-wrapper>button {
    padding: 15px 30px;
}

.btn-wrapper {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

@media (max-width: 650px) {
    .btn-wrapper {
        flex-direction: column;
    }
}

.feedback-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 100%;
    align-items: center;
}
.feedback-item {
    display: flex;
    flex-direction: row;
    gap: 15px;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 1px #3c3c3b1c;
    max-width: 1000px;
    border: 1px solid #000;
    transition: all .3s ease-out;
    width: 100%;
}

.feedback-item:hover {
    border: 1px solid rgba(65, 188, 145, .8274509804);
}

.feedback-media {
    width: 260px;
    min-width: 260px;
    height: 150px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

.feedback-media-full {
    width:560px;
    min-width: 260px;
    max-width:560px;
    height: 315px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px;
}

@media (max-width: 650px) {
    .feedback-media-full {
        width: 330px;
        min-width: 260px;
        height: 180px;
    }
}

@media (max-width: 380px) {
    .feedback-media-full {
        width: 260px;
        min-width: 260px;
        height: 150px;
    }
}

iframe[src*=youtube]
{
  max-width:100%;
  height:100%;
}

.feedback-content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.feedback-link {
    align-self: flex-end;
    font-size: 13px;
}

.center-btn {
    text-align: center;
}

.promos-container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 15px;
}

@media (max-width: 700px) {
    .feedback-item {
    flex-direction: column;
    align-items: center;
    text-align: center;
    }
}

.offers__item__content-info-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    padding: 0 10px;
}
.offers__item__content-info_content-custom {
    font-size: 12px;
    flex-grow: 1;
    text-align: left;
    text-wrap: wrap;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.post-excerpt {
    word-break: break-all;
}