.detail-card {
    margin-top: 30px;
    margin-bottom: 210px;
}
.prostavki__cards.current-detail-section {
    margin-bottom: 210px;
}
.breadcrumb-container.top-section {
    margin-top: 55px;
    margin-bottom: 35px;
}
.detail-card__wrapper {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.detail-card__wrapper img {
    width: 401px;
    height: 343px;
}
.detail-card__title-wrapper {
    display: flex;
    justify-content: space-between;
}
.detail-card__title-wrapper img {
    width: 25px;
    height: 25px;
}
.detail-card__content {
    width: calc(100% - 449px);
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.detail-card__title {
    color: #091D3E;
    margin-bottom: 20px;
}
.detail-card__price {
    font-family: "NotoSansBold";
    font-weight: bold;
    font-size: 28px;
    line-height: 48px;
    margin-bottom: 60px;
    color: #2C9BDA;
    width: 200px;
}
.detail-card__details-item {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: baseline;
}
.detail-card__details-title {
    flex: 0 0 30%;
    color: #B3B3B3;
}
.detail-card__details-descr {
    flex: 0 0 70%;
    color: #595959;
    display: flex;
}
.detail-card__link {
    min-width: 54px;
    height: auto;
    border: 1px solid #E1E1E1;
    color: #595959;
    /* display: flex; */
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px;
}
.detail-card__link.active {
    background-color: #2C9BDA;
    color: #fff;
    border: none;
    min-height: 35px;
}
.detail-card__order {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.tab__content {
    margin-bottom: 150px;
}
.detail-card__order-btn {
    background: #1A3C5E;
    width: 244px;
    height: 55px;
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    margin-left: 32px;
}
.detail-card__order-btn:hover {
    background-color: #D80202;
    transition: 0.3s;
}
.detail-card__order-btn.right {
    color: #1A3C5E;
    background-color: #fff;
    border: 1px solid #1A3C5E;
}
.detail-card__order-btn.right:hover {
    background-color: #1A3C5E;
    color: #fff;
}
.detail-card__title-wrapper.hidden {
    display: none;
}
.tab__select {
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}
.tab__item {
    font-family: "NotoSansMedium";
    font-size: 16px;
    line-height: 20px;
    color: #1A3C5E;
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    border-bottom: 1px solid #E1E1E1;
    width: 100%;
    text-align: center;
    position: relative;
    cursor: pointer;
}
.tab__item.active {
    background-color: #2C9BDA;
    color: #fff;
}
.tab__item.active:before {
    display: none;
}
.tab__item:not(:last-child):before {
    content: '';
    position: absolute;
    height: 37px;
    width: 1px;
    background: #E1E1E1;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.tab__detail-text {
    color: #595959;
    margin-top: 30px;
    padding: 0 30px;
    display: none;
}
.tab__detail-text a {
    color: #47b0d1;
}
.tab__detail-text:hover a {
    text-decoration: underline;
}
.tab__detail-text p{
    margin-bottom: 20px;
}
.tab__detail-text ol {
    list-style: decimal;
}
.tab__detail-text ul {
    list-style: disc;
}
.tab__detail-text ol, .tab__detail-text ul{
    margin-bottom: 20px;
    margin-left: 20px;
}

.tab__detail-text li {
    margin-bottom: 10px;
}
.tab__detail-text.active {
    display: block;
}
.product-slider__nav {
    margin-top: 30px;
}
.product-slider__nav-item {
    cursor: pointer;
}
.product__inner-left {
    max-width: 380px;
    width: 100%;
    position: relative;
}
.product-wish {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    z-index: 1042;
    cursor: pointer;
}
.product-wish svg path {
    transition: all .2s linear;
}
.product-wish.active svg path {
    fill: #091D3E;
}
.product__inner-left .owl-carousel .owl-item img {
    width: 100%;
    height: auto;
}
.apply-list {
    padding-right: 20px;
    /* max-height: 250px;
    overflow-y: scroll */
}
.tab__detail-text .video__item {
    margin-right: 30px;
}
.tab__detail-text .video__item-img {
    width: 555px;
    height: 283px;
}
.tab__detail-text .video__item-link::before {
    content: '';
    border: none;
    background-image: url("../images/paly.svg");
    width: 60px;
    height: 60px;
    top: unset;
    bottom: 50%;
    left: 44%;
    transform: translateY(50%);
}
.payment-wrap {
    display: flex;
    justify-content: space-between;
    max-width: 630px;
    margin-bottom: 40px;
}
.payment__title {
    color: #091D3E;
    margin-bottom: 20px;
}
.payment-wrap li {
    cursor: pointer;
    margin-bottom: 16px;
}
.payment-wrap a {
    color: #1A3C5E;
    margin-bottom: 40px;
}
.tab__page-link {
    display: block;
    color: #B3B3B3;
}
.tab__detail-text.active.payment {
    display: block;
}
.tab__review {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.tab__review .fotos img{
    width: 250px;
    height: 250px;
    object-fit: contain;
}
.tab__review-date {
    color: #B3B3B3;
}
.tab__review-name {
    color: #1A3C5E;
}
.tab__review-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.tab__review-text {
    color: #595959;
    margin-top: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #E1E1E1;
}
.tab__review-btn {
    margin-top: 40px;
    max-width: 244px;
    width: 100%;
}
.tab__no-review-text {
    color: #1A3C5E;
}
.tab__detail-text.active.review {
    display: flex;
    flex-direction: column;
}
.tab__no-review {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* display: none; */
}
.open-product .prostavki__cards {
    margin-bottom: 210px;
}
.attribute_group .detail-card__details-item .detail-card__details-title {
    color: #3A3939;
}
.product-slider__nav .owl-stage, .product-slider .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}
.advantages{
    margin-top:100px;
}
.detail-card__wrapper .detail-card__content {
    justify-content: flex-start;
    margin-top: 40px;
}
.detail-card__content .detail-card__price {
    margin-bottom: 0px;
}
.detail-card__content .detail-card__details-item {
    margin-bottom: 10px;
} 
.detail-card__price-wrap {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}
.detail-card__available {
    margin-left: 27px;
    margin-bottom: 0px;
    position: relative;
    width: 200px;
}
.detail-card__available::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #39D802;
    top: 5px;
    left: -18px;
}
.card__item-reviews {
    font-family: "NotoSans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    color: #1A3C5E;
    position: relative;
    margin-left: 20px;
    cursor: pointer;
}
.card__item-reviews::before {
    content: "";
    background-image: url("/catalog/view/theme/autoprostavka_com/images/comment.svg");
    background-repeat: no-repeat;
    width: 14px;
    height: 14px;
    background-size: cover;
    position: absolute;
    left: -21px;
    top: 7px;
}
.detail-card__available_reviews{
    display: flex;
    align-items: center;
}
.card__item-reviews{
    margin-top: 0;
}
@media (max-width: 1200px) {
    .detail-card__order {
        justify-content: flex-start;
    }

    .product__inner-left {
        margin-bottom: 30px;
    }
}
@media (max-width: 1124px) {
    .detail-card__order-btn.right {
        margin-left: 0px;
    }
    .detail-card__wrapper {
        flex-direction: column;
    }
    .detail-card__title-wrapper {
        display: none;
    }
    .detail-card__title-wrapper.hidden {
        display: flex;
    }
    .detail-card__content {
        width: 80%;
    }
    .product__inner-left {
        margin-bottom: 30px;
    }
}
@media (max-width: 1024px) {
    .detail-card__title {
        width: 375px;
    }
}
@media (max-width: 992px) {
    .detail-card__details-title {
        margin-bottom: 10px;
    }
}
@media (max-width: 869px) {
    .tab__select {
        margin-top: 100px;
        display: inline-flex;
    }
    .tab__item {
        padding: 0 30px;
    }
}
@media (max-width: 768px) {
    .tab__select {
        /* width: calc(100% + 32px);
        margin-left: -16px; */
        width: 100%;
        overflow-x: auto;
        margin-left: 16px; 
    }
    .tab__item {
        padding: 0 25px;
    }
    .tab__detail-text {
        padding: 0 0 0 30px;
    }
    .detail-card__content {
        width: 100%;
        margin-top: 40px;
    }
    .detail-card__title {
        width: auto;
    }
    .detail-card__details-item {
        flex-direction: row;
        margin-bottom: 24px;
    }
    .detail-card__details-title {
        margin-bottom: 10px;
    }
    .detail-card__order {
        flex-wrap: wrap;
    }
    .calc-quantity {
        flex: 0 0 50%;
        margin-bottom: 32px;
        order: -1;
    }
    .detail-card__order-btn {
        margin: 0;
        width: 265px;
    }
    .tab__detail-text .video__item {
        margin-right: 0px;
    }
    .tab__detail-text .video__playlist {
        flex-direction: column;
    }
    .detail-card .tab__item {
        border-bottom: none;
    }
    .detail-card__price-wrap {
        width: 120px;
        margin-bottom: 0;
        flex-direction: column;
    }
    .detail-card__available {
        margin-left: 18px;
        margin-top: 10px;
        position: absolute;
    }
    .detail-card__available {
        margin-left: 0;
        position: relative;
        display: block;
        width: auto;
        padding-left: 18px;
    }
    .card__item-reviews{
        display: flex;
        flex-direction: row;
        width: auto;
        margin-left: 0;
        padding-left: 19px;
    }
    .detail-card__available::before{
        left:0;
    }
    .card__item-reviews::before{
        left: -1px;
    }
    .detail-card__available_reviews{
        display: flex;
        flex-direction: column;
        width: 100%;
    }
    .detail-card__order-btn {
        margin-top: 15px;
    }
    .detail-card__price{
        margin-bottom: 0;
    }
}
@media (max-width: 640px) {
    .tab__detail-text .video__item-link img {
        width: 100%;
        height: 100%;
    }
    .product__inner-left {
        max-width: 100%;
        width: 100%;
    }
}

@media (max-width: 598px) {
    .detail-card__order-btn {
        height: 48px;
        width: 50%;
    }
    .detail-card__order-btn.right {
        font-size: 13px;
        line-height: 19px;
    }
    .detail-card__details-item {
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .detail-card__details-title {
        margin-right: 16px;
    }
    .detail-card__details-descr {
        flex: 0 0 65%;
    }
    .detail-card__details-item:last-child .detail-card__details-descr {
        width: 30px;
        flex: none;
    }
    .detail-card__wrapper .detail-card__img {
        width: auto;
        height: 293px;
    }
    .payment-wrap {
        flex-direction: column;
    }
    .payment-left {
        margin-bottom: 40px;
    }
}
@media (max-width: 500px) {
    .detail-card__details-item {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .detail-card__order {
        justify-content: space-between;
    }
}
@media (max-width: 425px) {
    .tab__detail-text .video__item {
        margin-right: 10px;
        width: 100%;
        flex: unset;
    }
    .tab__detail-text .video__item-link img {
        width: 100%;
        height: auto;
    }
}
@media (max-width: 366px) {
    .detail-card__wrapper .detail-card__img {
        width: 300px;
        height: 253px;
    }
    .detail-card__price {
        margin-left: 20px;
    }
    .detail-card__order-btn {
        width: 100%;
    }
    .detail-card__price{
        width: auto;
        margin-bottom: 0;
    }
}
.drop_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 10px auto;
    width: 114px;
    height: 36px;
    font-size: 12px;
    line-height: 16px;
    align-items: center;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
}
.gallery{
    margin-top: 10px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.gallery .preview-item{
    width: 72px;
    height: 72px;
    display: flex;
    position: relative;
    margin-right: 10px;
    margin-top: 10px;
}
.gallery .preview-item img{
    width: 72px;
    height: 72px;
    display: flex;
    object-fit: cover;
}
.gallery .preview-item a{
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 21px;
    font-size: 10px;
    line-height: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
}