/* styling photoswipe */
.pswp--custom {
    --pswp-bg: #7079bf;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    will-change: opacity, background-color;
    transition: all .3s ease;
}
.pswp--custom .pswp__button--arrow .pswp__icn {
    width: 45px;
}
.pswp--custom .psw__icn-close {
    padding: 5.5px;
    stroke: #4f4f4f;
    stroke-width: 0.5px;
}
.pswp--custom .pswp__button {
    transition: opacity .3s ease;
}
.pswp--custom .pswp__button:hover {
    opacity: 1;
}
.history-popup {
    display: none; /* Скрыто по умолчанию */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background-color: #fff;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
}
.history-popup.visible {
    display: block; /* Показывать, когда добавляется класс "visible" */
}


.item__center img.lazyload{
    width: 100%;
    cursor: pointer;
}


.item__center-arrows{
    width: 100%;
    height: 100%;

    position: absolute;

    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-left: 22px;
    padding-right: 22px;

    top: 0;
    left: 0;
    pointer-events: none; /* Элемент становится "прозрачным" для кликов */
}

.item__center-arrows img{
    cursor: pointer;
}


.item__center-arrows img {
    pointer-events: auto;
}

.zoom{

    display: none;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;

    background: #000000ce;


    z-index: 999;

    color: #f3f3f3;
}

.zoom__middle{
    height: 100%;

}

.zoom__img{
    height: calc(100% - 110px);
    width: 100%;

}

.zoom__middle-closer{
    font-size: 32px;
    font-weight: 700;

    display: flex;
    justify-content: end;
}

.zoom__middle-closer span{
    cursor: pointer;
}

.zoom__lower{
    width: 100%;

    display: flex;
    justify-content: space-between;

    margin-top: 16px;

    font-size: 16px;
}

.zoom__lower-name{
    margin-right: 16px;
}

.zoom__lower-right{
    white-space: nowrap;
}

.zoom__button{
    font-size: 32px;
    cursor: pointer;
}

.zoom__button-left{
    padding-left: 16px;
    margin-right: 16px;
}

.zoom__button-right{
    padding-right: 16px;
    margin-left: 16px;
}



.cards4__title{
    text-transform: none;

    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;

}

.item{
    display: flex;
    justify-content: center;

    margin-top: 30px;
}


.item__container{
    padding-left: 40px;
    padding-right: 40px;
    max-width: 1440px;
    width: 100%;
}

.item__sides{
    display: flex;
    justify-content: space-between;
}

.item__left{
    display: flex;
    flex-direction: column;
    overflow-y: scroll;
    max-height: 911px;

    position: sticky;
    top: 0;

    padding-right: 17px;

}

.item__center{
    position: sticky !important;
    top: 0;

    width: 100%;
    max-width: 610px;
    display: flex;
    justify-content: center;
}

.item__left-img{
    width: 100%;

    max-width: 450px;

    cursor: pointer;
}

.item__left-img:not(.item__left-img:first-child){
    margin-top: 19px;
}


.item__mobile-img-group-holder{
    width: 100%;
    display: none;
    justify-content: center;

    bottom: 43px;

    position: absolute;
}

.item__mobile-img-group{
    display: flex;
    border: 1px solid #ffffff;

    max-width: 201px;
    width: 100%;

    overflow-x: scroll;
}

.item__mobile-img-group::-webkit-scrollbar{
    width: 1px;
    height: 10px;

    background: #746457;
}

.item__mobile-img{
    max-width: 64px;
    width: 100%;

    border: 1px solid #ffffff;

    padding: 0;

    cursor: pointer;
}

.item__img{
    width: 100%;
    max-width: 610px;
    max-height: 911px;

    aspect-ratio: 610 / 911;
}

.item__center{
    position: relative;

    margin-left: 50px;
    margin-right: 50px;

    height: 100%;
}

.item__center-upper{
    position: absolute;
    width: 100%;

    display: flex;
    justify-content: space-between;

    padding-top: 22px;
    padding-left: 22px;
    padding-right: 22px;

    align-items: start;
}

.product-page .favorite {
    position: relative;
    width: 21px;
    height: 18px;
    cursor: pointer;
    -webkit-transition: .3s;
    transition: .3s;
}
.product-page .favorite svg {
    fill: black;
    fill-opacity: 0.5;
    width: 100%;
    height: 100%;
}
.product-page .favorite.active svg {
    fill: #F53F4A;
    fill-opacity: 1;
}
.product-page .favorite.disabled {
    pointer-events: none;
    opacity: 0.5;
    cursor: not-allowed;
}
.product-page .favorite-counter {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -53%);
    font-size: 10px;
    color: #fff;
}

.item__center-upper-tags{
    display: flex;
    align-items: center;
}

.item__center-upper-tag{
    padding: 4px 8px;

    font-size: 14px;
    font-weight: 700;
    line-height: 16.94px;

    color: #F2F3F4;

    background: #121313;

    text-transform: uppercase;

    border-radius: 3px;
}

.item__center-upper-tag:not(.item__center-upper-tag:first-child){
    margin-left: 10px;
}

.item__center-upper-tag--discount{
    padding: 4px 10px;

    background: #F53F4A;
}

.item__center-upper-likes{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.item__center-upper-like-number{
    margin-top: 5px;

    font-size: 12px;
    font-weight: 500;
    line-height: 14.52px;
    text-align: left;

    color: #868686;
}

.item__center-lower{
    position: absolute;

    width: 100%;
    display: flex;
    justify-content: end;

    bottom: 22px;

    margin-right: 9px;
}

.item__center-lower-button{
    border-radius: 50%;
    background: #FFFFFF80;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 43px;
    height: 43px;

    transition: .3s linear;
    margin-right: 15px;

    z-index: 4;

    cursor: pointer;
}
.item__center-lower img{
    max-width: 15px !important;
}


.item__center-lower-button:hover{
    background: #FFFFFF;
}

.item__center-lower-size{

}

.item__center a{
    width: 100%;
}

.item__center a img{
 width: 100%;
}


.item__right{
    width: 100%;
    max-width: 540px;
}

.item__row1{
    display: flex;
    justify-content: space-between;
}

.item__available{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;

    color: #34B853;
}

.item__id{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;
    color: #BEBEBE;
}

.item__title{
    margin-top: 27px;

    font-size: 20px;
    font-weight: 500;
    line-height: 24.2px;
    text-align: left;

    color: #121313;
}

.item__row2{
    margin-top: 24px;
}

.item__price{
    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;

    color: #F53F4A;
}

.item__price--old{
    color: #A5B4CD;
    text-decoration: line-through;

    margin-left: 14px;
}


.item__size-text{
    font-size: 14px;
    font-weight: 600;
    line-height: 21px;
    color: #121313;
}

.item__sizes{
    display: flex;
    justify-content: space-between;

    margin-top: 36px;
}

.item__size-right{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.94px;
    text-align: left;

    text-decoration: underline;
}

.item__size-buttons{
    margin-top: 16px;

    display: flex;
}

.item__size-button, .product__link-see{
    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 45px !important;
    height: 34px !important;
    border-radius: 3px !important;
    border: 1px solid #BEBEBE !important;

    padding-left: 10px;
    padding-right: 10px;

    color: #BEBEBE !important;

    transition: .3s linear;

    background: #fff !important;

    cursor: pointer;

    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
}


.product__btn-table-sizes{
    white-space: nowrap !important;
    font-weight: 500 !important;
    color: #121313 !important;
}

.item__size-button:hover, .product__link-see:hover{
    color: #FFF !important;
    background: #121313 !important;
}

.item__size-button:not(.item__size-button:first-child){
    margin-right: 10px;
}


.item__size-button--active{
    background: #121313;
    border: 1px solid #121313;

    color: #fff;
}

.product__option-quantity{
    display: none !important;
}



.item__button{
    display: flex;
    justify-content: center;

    width: 100%;

    padding-top: 21px;
    padding-bottom: 21px;

    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    color: #FFFFFF;

    border-radius: 3px;
}

.item__button-add{
    background: #121313;

    font-family: Inter;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;
    color: #FFFFFF;

    margin-top: 28px;
}

.item__button-buy{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

    color: #121313;

    margin-top: 16px;

    background: #F2F3F4;
}

.item__button svg{
    margin-left: 10px;
}

.item__colors{
    margin-top: 25px;
}

.item__colors-text{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

    color: #121313;
}

.item__colors-images{
    margin-top: 12px;
    display: flex;
    /* padding-bottom: 10px; */
    overflow-x: scroll;

    padding-bottom: 10px;
}

.item__colors-images::-webkit-scrollbar {
    height: 10px;
}

.item__colors-img{
    max-height: 77px;
}

.item__colors-img:not(.item__colors-img:first-child){
    margin-left: 14px;
}



/* .item__accordeon */


.item__accordeon{
    margin-top: 10px;

    width: 100%;
}

.item__accordeon-section{
    padding-top: 15px;
    padding-bottom: 15px;

    border-bottom: 1px solid #121313;
}

.item__accordeon-section-upper{
    display: flex;
    justify-content: space-between;
    align-items: center;

    cursor: pointer;
}

.item__accordeon-section-upper-title{
    font-size: 18px;
    font-weight: 500;
    line-height: 21.78px;
    text-align: left;
}


.item__accordeon-section-text{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

    margin-top: 16px;

    display: none; /* Скрывает текст по умолчанию */
}

.item__accordeon-section-text.active {
    display: block; /* Показывает текст, когда добавлен класс active */
}

.item__accordeon-section-text-row-characteristic{
    font-weight: 600;
}

.item__accordeon-section-upper svg{
    transition: .3s ease;
}

.item__accordeon-section-upper svg.active{
    transform: rotate(180deg);
}





/* FITS */


.fits{
    display: flex;
    justify-content: center;

    margin-top: 60px;
}

.fits__container{
    width: 100%;
}


.fits__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;

    color: #121313;


    padding-left: 40px;
}

.fits__items{
    margin-top: 40px;

    display: flex;
    width: 100%;
}

.fits__item-upper{
    position: relative;
}

.fits__item-upper-upper{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-right: 22px;
    padding-left: 40px;

    margin-top: 22px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

.fits__item-upper-upper-tag{
    padding: 2px 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: center;

    color: #F2F3F4;

    background: #121313;

    text-transform: uppercase;

    border-radius: 3px;
}

.fits__item-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;

    color: #121313;

    padding-left: 8px;
    padding-right: 8px;

}

.fits__item-title{
    margin-top: 14px;
}

.fits__item, .fits__item-outer{
    width: 100%;
}

.fits__item-price{
    font-weight: 600;
}

.fits__item-upper-upper-like{
    cursor: pointer;

    transition: .3s linear;
}

.fits__item-upper-upper-like:hover{
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
}

.fits__item-img{
    width: 100%;

    min-width: 196px;
}


.fits__item-upper-upper-tag.hidden{
    visibility: hidden;
}

/* maylike */


.maylike{
    display: flex;
    justify-content: center;

    margin-top: 60px;
}

.maylike__container{
    width: 100%;
}

.maylike__item-outer, .maylike__item{
    width: 100%;
}


.maylike__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;


    color: #121313;


    padding-left: 40px;
}

.maylike__items{
    margin-top: 40px;

    display: flex;

    width: 100%;
}

.maylike__item-upper{
    position: relative;
}

.maylike__item-upper-upper{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-right: 22px;
    padding-left: 40px;

    margin-top: 22px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

.maylike__item-upper-upper-tag{
    padding: 2px 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: center;

    color: #F2F3F4;

    background: #121313;

    text-transform: uppercase;

    border-radius: 3px;
}

.maylike__item-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;

    color: #121313;

    padding-left: 8px;
    padding-right: 8px;

}

.maylike__item-title{
    margin-top: 14px;
}

.maylike__item-price{
    font-weight: 600;
}

.maylike__item-upper-upper-like{
    cursor: pointer;

    transition: .3s linear;
}

.maylike__item-upper-upper-like:hover{
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
}

.maylike__item-img{
    width: 100%;

    min-width: 196px;
}


.maylike__item-upper-upper-tag.hidden{
    visibility: hidden;
}



/* INSTAGRAM */


.instagram{
    display: flex;
    justify-content: center;

    margin-top: 60px;
}

.instagram__container{
    padding-left: 40px;
    padding-right: 40px;
}

.instagram__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;

    margin-top: 0;

    text-transform: none;

}

.instagram__photos{
    display: grid;
    column-gap: 21px;

    grid-template-columns: 1fr 1fr 1fr 1fr;

    margin-top: 40px;
}

.instagram__photos::-webkit-scrollbar{
    width: 1px;
    height: 10px;
}

.instagram__photo-outer{
    width: 100%;
    display: flex;
    justify-content: center;
}

.instagram__photo{
    width: 100%;
    min-width: 162px;
    object-fit: cover;
}



/* FEEDBACKS */


.feedbacks{
    display: flex;
    justify-content: center;

    margin-top: 60px;
}

.feedbacks__container{
    padding-left: 40px;
    padding-right: 40px;
}

.feedbacks__content{
    margin-top: 40px;
}

.feedbacks__upper{
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.feedbacks__upper-left{
    display: flex;
    align-items: center;
}

.feedbacks__upper-rating{
    display: flex;
    align-items: center;
    justify-content: center;

    width: 55px;
    height: 55px;

    border-radius: 3px;

    color: #FFFFFF;
    background: #121313;

    font-size: 20px;
    font-weight: 600;
    line-height: 24.2px;
    text-align: left;

}

.feedbacks__upper-rating-right{
    margin-left: 8px;
}

.feedbacks__upper-rating-right-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;
    color: #121313;
}

.feedbacks__upper-button{
    height: 55px;
    width: 260px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 3px;
    border: 1px solid #000;

    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

    color: #121313;

    cursor: pointer;

    transition: .3s linear;

}

.feedbacks__upper-button:hover{
    color: #fff;
    background: #121313;
}

.feedbacks__items{


    border-top: 1px solid  #CAD4DF;
    border-bottom: 1px solid  #CAD4DF;

    margin-top: 20px;
}

.feedbacks__item{
    padding-top: 60px;
    padding-bottom: 34px;
    border-bottom: 1px solid  #CAD4DF;
}

.feedbacks__item:not(.feedbacks__item:last-child){

}

.feedbacks__item-upper{
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    color: #121313;

    display: flex;
    justify-content: space-between;
}


.feedbacks__item-upper-title{
    display: flex;
    align-items: center;
}

.feedbacks__item-upper-title span{
    margin-left: 16px;

    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #121313;

}

.feedbacks__answer .feedbacks__item-lower{
    justify-content: start;
    flex-direction: row-reverse;
}

.feedbacks__answer{
    border-bottom: 1px solid #CAD4DF;

    padding-bottom: 24px;

    padding-top: 22px;
}

.feedbacks__answer:last-child{
    border-bottom: none;

    padding-bottom: 0;
}


.feedbacks__item-upper-right{
    display: flex;
    align-items: center;
}

.feedbacks__item-text{
    margin-top: 22px;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

    color: #121313;
}

.feedbacks__item-images{
    margin-top: 22px;

    display: flex;
    flex-wrap: wrap;
}

.feedbacks__item-img{
    width: 100%;
    max-width: 90px;

    margin-right: 20px;
}

.feedbacks__item-lower{
    width: 100%;
    display: flex;
    justify-content: space-between;

    margin-top: 24px;
}

.feedbacks__item-lower-left{
    display: flex;
    align-items: center;
}

.feedbacks__item-lower-left-text{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: underline;
}

.feedbacks__item-lower-left-group{
    margin-left: 40px;

    display: flex;
    align-items: center;
    justify-content: center;
}

.feedbacks__item-lower-left-group svg{
    margin-left: 8px;
}


.feedbacks__item-lower-right-date{
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

    color: #121313;
}

.feedbacks__item-lower-right{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.feedbacks__item-lower-right-likes{
    display: flex;
    align-items: center;

    margin-right: 40px;
}

.feedbacks__item-lower-right-likes-group{
    display: flex;
    align-items: center;
    justify-content: center;
}

.feedbacks__item-lower-right-likes-group span,
.feedbacks__item-lower-right-likes-group img{
    margin-left: 8px;
}

.likes{
    color: #121313;
}

.dislikes{
    color: #888989;
}

.feedbacks__item-lower-right-likes-text{
    font-size: 14px;
    font-weight: 500;
    line-height: 16.8px;
    text-align: left;
    color: #888989;
}


.feedbacks__item-lower-right-share{
    display: flex;
    align-items: center;

    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    text-align: left;

    color: #121313;

    margin-right: 40px;
}


.feedbacks__item-lower-right-share img{
    margin-right: 8px;
}

.feedbacks__item-upper-right-number{
    margin-right: 10px;
}



.feedbacks__popup{
    padding-top: 55px;

    display: none;
}

.feedbacks__popup-title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;

    color: #121313;
}

.feedbacks__popup-row{
    display: flex;
    align-items: center;
    justify-content: space-between;

    margin-top: 40px;
}

.feedbacks__popup-row-text{
    font-size: 21px;
    font-weight: 500;
    line-height: 31.5px;

    color: #121313;
}

.feedbacks__popup-row-button{
    font-family: "Inter", sans-serif;

    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: .3s linear;


    padding: 18px 64px 19px 64px;
    border: 1px solid #000000;

    background: #FFFFFF;

    border-radius: 3px;

    cursor: pointer;

    color: #121313;
}

.feedbacks__popup-row-button:hover{
    color: #FFFFFF;
    background: #121313;
}

.feedbacks__popup-rating{
    margin-top: 40px;
}

.feedbacks__popup-rating-text{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #121313;
}

.feedbacks__popup-rating-stars{
    margin-top: 20px;

    display: flex;
    align-items: center;
}

.feedbacks__popup-rating-stars-number{
    margin-right: 10px;

    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;

}

.feedbacks__popup-rating-stars svg{
    margin-left: 2px;
}

.feedbacks__popup-input-row{
    margin-top: 40px;

    display: flex;
    justify-content: space-between;
    align-items: end;
}

.feedbacks__popup-input-group{
    display: flex;
    flex-direction: column;

    width: 100%;
    max-width: 434px;
}

.feedbacks__popup-input-label{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

    color: #121313;
}

.feedbacks__popup-input{
    font-family: "Inter", sans-serif;

    margin-top: 14px;

    padding: 19px 16px 18px 16px;

    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    color: #121313;

    border-radius: 3px;

    background-color: #F2F3F4;
    border: 1px solid #F2F3F4 !important;

    width: 434px;

}

.feedbacks__popup-input:focus{
    border: 1px solid #121313 !important;
}

.feedbacks__popup-input-row-left{
    display: flex;
}

.feedbacks__popup-input-group1{
    margin-right: 40px;
}

.feedbacks__popup-commentary-group{
    margin-top: 40px;
}

.feedbacks__popup-input-label{
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;
    color: #121313;
}

.feedbacks__popup-commentary-group{
    display: flex;
    flex-direction: column;
}

.feedbacks__popup-input--commentary{
    width: 100%;

    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;

    resize: none;

    overflow: hidden;
}



.custom-file-input {
    position: relative;
    display: inline-block;
    width: 200px; /* Ширина по вашему желанию */
    height: 40px; /* Высота по вашему желанию */
    overflow: hidden;

    width: 260px;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #000000;

}

.custom-file-input input[type="file"] {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.custom-file-input label {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000000;
    color: #fff;
    text-align: center;
    line-height:  55px;
    cursor: pointer;
    border-radius: 3px;
}

.custom-file-input input[type="file"]:focus + label {
    outline: 2px solid #000000;
}




/* earlier */


.earlier{
    display: flex;
    justify-content: center;

    margin-top: 60px;
}

.earlier__container{
    width: 100%;
}


.earlier__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;


    color: #121313;


    padding-left: 40px;
}

.earlier__items{
    margin-top: 40px;

    display: flex;

    width: 100%;
}

.earlier__item-outer, .earlier__item{
    width: 100%;
}

.earlier__item-upper{
    position: relative;
}

.earlier__item-upper-upper{
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-right: 22px;
    padding-left: 40px;

    margin-top: 22px;

    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
}

.earlier__item-upper-upper-tag{
    padding: 2px 8px;

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 700;
    line-height: 14.52px;
    text-align: center;

    color: #F2F3F4;

    background: #121313;

    text-transform: uppercase;

    border-radius: 3px;
}

.earlier__item-text{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: center;

    color: #121313;

    padding-left: 8px;
    padding-right: 8px;

}

.earlier__item-title{
    margin-top: 14px;
}

.earlier__item-price{
    font-weight: 600;
}

.earlier__item-upper-upper-like{
    cursor: pointer;

    transition: .3s linear;
}

.earlier__item-upper-upper-like:hover{
    filter: brightness(0%);
    -webkit-filter: brightness(0%);
}

.earlier__item-img{
    width: 100%;

    min-width: 196px;
}

.earlier__item-upper-upper-tag.hidden{
    visibility: hidden;
}






.feedbacks__answers{
    margin-top: 9px;
}





@media screen and (max-width: 1680px){
    .item__right{
        max-width: 600px;
    }
}



@media screen and (max-width: 1440px){
    .item__right{
        max-width: 434px;
    }
}


@media screen and (max-width: 1367px){
    .item__left{
        max-height: 800px;
    }
}


@media screen and (max-width: 1280px){
    .feedbacks__popup-input-row{
        flex-direction: column;
        align-items: start;

    }

    .custom-file-input{
        margin-top: 24px;
    }
}

@media screen and (max-width: 1200px){

    .item__left{
        grid-area: item__left;

        max-width: 213px;

        position: relative;
    }

    .item__center{
        grid-area: item__center;

        margin-left: 20px;
        margin-right: 20px;

        display: flex;
        justify-content: center;

        position: relative !important;
    }

    .item__right{
        /* grid-area: item__right; */
        max-width: 100%;

        margin-top: 20px;
    }

    /* .item__sides{
        display: grid;
        grid-template-areas:
        "item__left item__center"
        "item__right item__right";

        grid-template-columns: 213fr  991fr;
    } */

    /* .item__right {
        grid-column: 1 / -1;  This makes the item__right span across all columns
    } */

    .item__center-upper,
    .item__center-lower{
        max-width: 610px;
    }
}



.item__sides{

}

@media screen and (max-width: 991px){

    .feedbacks__answer .feedbacks__item-lower{
        flex-direction: row;
        justify-content: space-between;
    }

    .feedbacks__item-lower-right-likes{
        margin-right: 0;
    }

    .feedbacks__item-lower-right-likes-text{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.4px;
    }

    .feedbacks__item-lower-left-text{
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    .feedbacks__item-upper-title{
        width: 100%;
        justify-content: space-between;
    }

    .cards4__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;
    }

    .item__container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .item__available{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.52px;
    }

    .item__id{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.52px;
    }

    .item__title{
        font-size: 13px;
        font-weight: 500;
        line-height: 15.73px;
        text-align: left;

        margin-top: 20px;
    }


    .instagram__container, .feedbacks__container{
        padding-left: 20px;
        padding-right: 20px;
    }

    .earlier__title, .maylike__title, .fits__title{
        padding-left: 20px;
    }

    .item__row2{
        margin-top: 30px;
    }

    .item__price{

    }

    .item__sizes{
        margin-top: 22px;
    }

    .item__size-right{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.52px;
        text-align: left;
    }

    .item__size-text{
        font-size: 12px;
        font-weight: 600;
        line-height: 18px;
        text-align: left;
    }

    .item__size-button{

    }

    .item__button{
        padding-top: 14px;
        padding-bottom: 14px;

        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;
        text-align: left;

    }

    .item__button-add{
        margin-top: 20px;
    }

    .item__button-buy{
        margin-top: 14px;
    }

    .item__colors{
        margin-top: 20px;
    }

    .item__accordeon{

    }

    .item__accordeon-section-upper-title{
        font-size: 12px;
        font-weight: 500;
        line-height: 14.52px;
        text-align: left;

    }

    .item__accordeon-section{
        padding-top: 8px;
        padding-bottom: 8px;
    }

    .item__accordeon-section-text{
        font-size: 12px;
        font-weight: 500;
        line-height: 18px;
    }

    .fits__title, .maylike__title, .instagram__title, .earlier__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;

    }

    .maylike__items, .fits__items, .instagram__photos, .earlier__items{
        margin-top: 20px;
    }


    .feedbacks__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;
    }

    .feedbacks__content{
        margin-top: 25px;
    }

    .feedbacks__upper-rating{
        font-size: 20px;
        font-weight: 600;
        line-height: 24.2px;

        width: 45px;
        height: 45px;
    }

    .feedbacks__upper-left{
        margin-left: 15px;
    }

    .feedbacks__upper-rating-right-text{
        font-size: 14px;
        font-weight: 400;
        line-height: 21px;
        text-align: center;

    }

    .feedbacks__upper-button{
        padding-top: 14px;
        padding-bottom: 14px;

        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;

        height: auto;

    }

    .feedbacks__upper-left{
        margin-left: 0;
    }

    .feedbacks__items{

    }

    .feedbacks__item{
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .feedbacks__item-upper-title{
        font-size: 20px;
        font-weight: 500;
        line-height: 24px;
    }

    .feedbacks__item-upper{
        flex-direction: column;
    }

    .feedbacks__item-upper-right{
        margin-top: 18px;
    }

    .feedbacks__item-text{
        margin-top: 14px;

        font-size: 12px;
        font-weight: 400;
        line-height: 18px;
    }

    .feedbacks__item-images{
        margin-top: 39px;
    }

    .feedbacks__item-img{
        margin-right: 17px;
    }

    .feedbacks__item-lower{
        flex-direction: column-reverse;
    }

    .feedbacks__item-lower-left{
        margin-top:0px;
    }

    .feedbacks__item-lower-right-likes-text,
    .feedbacks__item-lower-right-date,
    .feedbacks__item-lower-right-share,
    .feedbacks__item-lower-left,
    .feedbacks__item-lower-right-likes-group{
        margin-top: 20px;
    }


    .feedbacks__popup-title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;
        text-align: left;

    }


    .feedbacks__popup-row-text{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }

    .feedbacks__popup-row{
        flex-direction: column;
        align-items: start;

        margin-top: 24px;
    }

    .feedbacks__popup-row-button{
        margin-top: 16px;
    }

    .feedbacks__popup-rating{
        margin-top: 40px;
    }

    .feedbacks__popup-rating-text{
        font-size: 16px;
        font-weight: 500;
        line-height: 24px;
        text-align: left;
    }

    .feedbacks__popup-input-row{
        margin-top: 0;
    }

    .feedbacks__popup-input-row-left{
        flex-direction: column;
    }

    .feedbacks__popup-input-group{
        margin-top: 24px;
    }

    .feedbacks__popup-input-label{
        font-size: 16px;
        font-weight: 500;
        line-height: 17.69px;
        text-align: left;

    }

    .feedbacks__popup-input{
        padding: 14px;

        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;
        text-align: left;

    }
}



@media screen and (max-width: 800px){



    .fits__item-title{
        margin-top: 10px;
    }

    .fits__item-title,  .fits__item-text{
        font-size: 10px;
        line-height: 15px;
    }

    .maylike__item-title{
        margin-top: 10px;
    }

    .maylike__item-title,  .maylike__item-text{
        font-size: 10px;
        line-height: 15px;
    }


    .earlier__item-title{
        margin-top: 10px;
    }

    .earlier__item-title,  .earlier__item-text{
        font-size: 10px;
        line-height: 15px;
    }
}


@media screen and (max-width: 768px){

    .feedbacks__popup-row-button{
        width: 100%;

        padding-top: 14px;
        padding-bottom: 14px;

        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;
    }

    .feedbacks__popup-input, .feedbacks__popup-input-row-left, .feedbacks__popup-input-group{
        width: 100%;
    }

    .feedbacks__popup-input-group1{
        margin-right: 0;
    }

    .custom-file-input{
        font-size: 14px;
        font-weight: 500;
        line-height: 15.48px;

        width: 100%;

        height: 43px;

        line-height: 43px;
    }

    .custom-file-input label{

        line-height: 43px;
    }

    .item__center{
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .item__mobile-img-group-holder{
        display: flex;
    }

    .item__center-upper-tag{
        font-size: 8px;
        font-weight: 700;

        line-height: 100%;

        padding: 2px 4px;
    }

    .item__center-upper-like-number{
        font-size: 10px;
        font-weight: 500;
        line-height: 12.1px;
    }

    .item__center-upper-like{
        max-width: 18px;
    }

    .instagram__photos{
        overflow-x: scroll;

        padding-bottom: 10px;

        column-gap: 11px;
    }

    .item__sides{
        position: relative;
        flex-direction: column;
    }

    .item__left{

        display: none;

    }

    .item__left-img{
        max-width: 64px;
    }

    .item__center{
        position: relative;
        z-index: 1;

        margin-left: 0;
        margin-right: 0;
    }

    .item__container{
        padding-left: 0;
        padding-right: 0px;
    }

    .item__right{
        padding-left: 20px;
        padding-right: 20px;
    }

    /* .item__sides{
        grid-template-columns: 1fr;

        grid-template-areas:
        "item__center item__center"
        "item__right item__right";
    } */


    .item__center-lower{
        /*justify-content: space-between;*/
    }

    .item__center-lower-size{
        margin-left: 32px;
    }
}

@media screen and (max-width: 700px){
    .feedbacks__upper{
        flex-direction: column;
    }

    .feedbacks__upper-button{
        margin-top: 20px;

        width: 100%;
    }
}

@media screen and (max-width: 600px){
    .zoom__img{
        height: auto;
        width: 100%;
    }

    .zoom__middle{
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}



.tab__content{
    width: 100%;

    padding-left: 40px;
    padding-right: 40px;

    color: #121313;
}


.tab__content label{
    margin-bottom: 0;
}

.review__upper{
    width: 100%;
    display: flex;
    justify-content: space-between;

    margin-top: 40px;
}


.review__input input{
    font-family: "Inter", sans-serif;
    margin-top: 14px;
    padding: 19px 16px 18px 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    color: #121313;
    border-radius: 3px;
    background-color: #F2F3F4;
    border: 1px solid #F2F3F4 !important;
    width: 434px;
}

#input-review{
    resize: none;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    text-align: left;
    resize: none;
    overflow: hidden;

    font-family: "Inter", sans-serif;
    margin-top: 14px;
    padding: 19px 16px 18px 16px;

    color: #121313;
    border-radius: 3px;
    background-color: #F2F3F4;
    border: 1px solid #F2F3F4 !important;
}

.reviews__title{
    font-size: 35px;
    font-weight: 400;
    line-height: 42.36px;
    text-align: left;
    color: #121313;
}

.reviews__form h3{
    font-size: 21px;
    font-weight: 500;
    line-height: 31.5px;
    color: #121313;
}



.review__star span{
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #121313;
}

.review__input{
    display: flex;
    flex-direction: column;

    margin-top: 40px;
}

.review__input label{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;

}

.review__textarea{
    margin-top: 40px;
}

.review__textarea label{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    text-align: left;

}

.button__review{
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 17.69px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s linear;
    padding: 18px 64px 19px 64px;
    border: 1px solid #000000;
    background: #FFFFFF;
    border-radius: 3px;
    cursor: pointer;
    color: #121313;

    transition: .3s linear;
}

.button__review:hover{
    background: #121313;
    color: #FFFFFF;
}

.review__input-row{
    display: flex;
}

.review__input-row .review__input:first-child{
    margin-right: 40px;
}

.review__star{
    margin-top: 40px;
}

.review__stars{
    margin-top: 16px;
    display: flex;
}

.review__stars input{

    width: 20px;
    height: 20px;

    margin-right: 4px;

    opacity: 0;
}

.review__star-holder{
    display: flex;
    align-items: center;
    justify-content: center;

    position: relative;

}

.review__stars label {

    position: absolute;

    font-weight: 900;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 20px;
    color: #9a9a9a;
    -webkit-transition: color 0.5s ease;
    -o-transition: color 0.5s ease;
    transition: color 0.5s ease;

    top: 10px;
    left: 10px;

    cursor: pointer;
}


.review__stars label.star-active{
    color: #000;
}



@media screen and (max-width: 991px){

    .tab__content{
        padding-left: 20px;
        padding-right: 20px;
    }

    .reviews__title{
        font-size: 24px;
        font-weight: 400;
        line-height: 29.05px;

    }

    .review__upper{
        margin-top: 24px;
        flex-direction: column;
    }

    .review__bottom{
        margin-top: 24px;
    }

    .review__star{
        margin-top: 18px;
    }

    .review__input-row{
        flex-direction: column;
    }

    .review__input-row .review__input:first-child{
        margin-right: 0;
    }

    .review__input, .review__textarea{
        margin-top: 24px;
    }


    .review__input input{
        width: 100%;

        padding: 14px;
    }

}

.astrafit__wrap{
    display: none;
}

.form-group{
    margin-bottom: 0;
}


.product__pds-img img{
    width: 100%;
    height: 100%;

    min-width: 77px;
    max-height: 118px;

    height: auto !important;
}
