.product-navigation {
    display: flex;
    width: 100%;
    padding: 15px 40px;
    align-items: center;
    gap: 20px;
    border-top: 1px solid var(--true-gray-100, #F5F5F5);
    border-bottom: 1px solid var(--true-gray-100, #F5F5F5);
    background: rgba(255, 255, 255, 0.90);
    backdrop-filter: blur(7.5px);
    height: 55px;
}

.product-nav__return-text {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: -0.28px;
}

.product-nav__return {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.product-nav__separator {
    width: 20px;
    flex-shrink: 0;
    align-self: stretch;
    stroke-width: 2px;
    stroke: var(--true-gray-200, #D9D9D9);
    opacity: 0.5;
}

.product-nav__home {
    width: 20px;
    height: 20px;
}

.product-nav__chevron {
    width: 16px;
    height: 16px;
}

.product-nav__title-text {
    color: var(--true-gray-700, #404040);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: -0.28px;
}

.product-page__main {
    display: flex;
    padding: 30px 60px;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    align-self: stretch;
}

.product-page__main-view {
    display: flex;
    align-items: flex-start;
    gap: 10%;
    align-self: stretch;
}

.product-page__left-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
}

.left-container__header {
    display: flex;
    width: 762px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
}

.left-container__header-title {
    display: flex;
    padding-right: 0px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.left-container__header-title-box {
    /* display: -webkit-box; */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    flex: 1 0 0;
    overflow: hidden;
    color: var(--dark-main, #262626);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}

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

.left-container__header-info-vendor {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.left-container__header-info-rate-box {
    display: flex;
    padding-left: 0px;
    align-items: flex-start;
    gap: 14px;
}

.left-container__header-info-rate {
    display: flex;
    align-items: flex-start;
    gap: 6px;
}

.left-container__header-info-rate-count {
    display: flex;
    width: 97px;
    height: 20px;
    flex-direction: column;
    justify-content: center;
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.left-container__pictrure-box {
    display: flex;
    width: 880px;
    align-items: flex-start;
    gap: 65px;
}

.left-container__main-pictrure-blank {
    border-radius: 12px;
    background: var(--grey-light, #E5E5E5);
    width: 655px;
    height: 550px;
}

.left-container__main-pictrure-fill {
    border-radius: 12px;
    background: var(--grey-light, #E5E5E5);
    width: 540px;
    height: 540px;
    object-fit: contain;
    object-position: center;
    background-color: transparent;
}

.left-container__mini-pictrure-box {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-items: center;
}

.left-container__mini-pictrure-box-images {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    max-height: 440px;
    overflow: hidden;
}

.left-container__mini-pictrure-box__arrow {
    background-image: url(/static/img/svg/recommended__left-btn.svg);
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    fill: #FFF;
    stroke-width: 1px;
    stroke: rgba(25, 25, 25, 0.25);
    cursor: pointer;
}

.view-arrow__prev {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.view-arrow__next {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    transform: rotate(270deg);
}

.left-container__mini-pictrure-fill {
    border-radius: 12px;
    /* background: var(--grey-light, #E5E5E5); */
    width: 98px;
    height: 98px;
    cursor: pointer;
    object-fit: contain;
    object-position: center;
    background-color: transparent;}

.product-page__right-container {
    display: flex;
    padding-top: 36px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    padding-right: 10%;
}

.right-container__info {
    position: relative;
    overflow: hidden;
    display: flex;
    min-width: 365px;
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    flex: 1 0 0;
    border-radius: 14px;
    border: 1px solid var(--grey-light, #E5E5E5);
    background: #FFF;
}

.right-container__info-price {
    display: flex;
    align-items: baseline;
    gap: 5px;
    justify-content: space-between;
    width: 100%;
}

.right-container__price-cost {
    color: var(--dark-main, #262626);
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 40px */
}

.right-container__price-quantity {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 22.5px */
}

.right-container__count-controls {
    display: flex;
    padding-top: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
    /* border-top: 1px solid var(--grey-light, #E5E5E5); */
}

.right-container__count-controls-title {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.right-container__count-controls-box {
    display: flex;
    align-items: center;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid var(--grey-light, #E5E5E5);
}

.count-controls-box__decrease {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.count-controls-box__input {
    display: flex;
    height: 50px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
    flex: 1 0 0;
    border-right: 1px solid var(--grey-light, #E5E5E5);
    border-left: 1px solid var(--grey-light, #E5E5E5);
    text-align: center;
}

.count-controls-box__increase {
    display: flex;
    width: 50px;
    height: 50px;
    padding: 15px;
    justify-content: space-between;
    align-items: center;
}

.right-container__button-submit {
    display: flex;
    height: 50px;
    padding: 15px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 10px;
    background: #059669;
    cursor: pointer;
}

.right-container__button-submit-text {
    color: #FFF;
    text-align: center;
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-page__sections {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    width: 100%;
    padding-bottom: 90px;
}

.product-page__sections-tabs {
    display: flex;
    padding: 0px 440px 1px 0px;
    align-items: flex-start;
    gap: 30px;
    align-self: stretch;
    border-bottom: 1px solid var(--grey-light, #E5E5E5);
}

.product-page__sections-tab {
    display: flex;
    padding: 15px 0px;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    position: relative;
}

.product-page__sections-tab .tab-active {
    display: flex;
    padding: 15px 0px;
    flex-direction: column;
    align-items: flex-start;
    background: #FFF;
    position: relative;
}

.tab-active>.product-page__sections-tab__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: var(--dark-main, #262626);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    cursor: default;
    /* 25px */
}

.product-page__sections-tab__title {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    cursor: pointer;
    /* 25px */
}

.product-page__sections-tab__title:hover {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    color: var(--dark-main, #262626);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
}


.product-page__sections .tab-active::before {
    content: '';
    position: absolute;
    left: -1px;
    background: var(--green-main, #059669);
    width: 100%;
    height: 2px;
    bottom: -2px;
}

.product-page__sections-tabs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 45px;
    align-self: stretch;
}

.product-page__content-block {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    align-self: stretch;
    max-width: 80%;
}

.product-page__content-block-title {
    color: var(--dark-main, #262626);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.product-page__content-block-params {
    display: flex;
    align-items: flex-start;
    gap: 70px;
    align-self: stretch;
}

.product-page__content-block-params__column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 36px;
    flex: 1 0 0;
}

.product-page__content-block-params__row {
    display: flex;
    min-width: 280px;
    /* justify-content: center; */
    align-items: baseline;
    gap: 15px;
    align-self: stretch;
    justify-content: center;
    align-items: center;
}

.product-page__content-block-params__key {
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 1;
    /* overflow: hidden; */
    color: var(--grey-darken, #A3A3A3);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    max-width: 150px;
}

.product-page__content-block-params__separator {
    flex-grow: 1;
    height: 1px;
    background: #E5E5E5;
}

.product-page__content-block-params__value {
    display: -webkit-box;
    /* -webkit-box-orient: vertical; */
    -webkit-line-clamp: 1;
    /* overflow: hidden; */
    color: var(--dark-lighten, #525252);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 400px;
}

.product-page__content-block-text {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
    align-self: stretch;
}

.product-page__content-block-desc-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: var(--dark-main, #262626);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 36px */
}

.develop-notes {
    display: inline-flex;
    min-width: 500px;
    max-width: 650px;
    padding: 25px 20px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 18px;
    border: 1px solid var(--grey-light, #E5E5E5);
    background: #FAFAFA;
}

.develop-notes-title {
    overflow: hidden;
    color: var(--green-main, #059669);
    text-overflow: ellipsis;
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
    /* 30px */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}

.develop-notes-note {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    /* 22.5px */
    align-self: stretch;
}

.right-container__block-content {
    display: flex;
    padding-bottom: 25px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    border-bottom: 1px solid var(--grey-light, #E5E5E5);
}

.right-container__block-content-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.right-container__block-content-title {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    /* 22.5px */
}

.right-container__block-content-value {
    color: var(--grey-darken, #A3A3A3);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    text-decoration: line-through;
    /* 22.5px */
}

.right-container__block-content-discount_value {
    color: var(--green-main, #059669);
    font-family: Montserrat;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
}

.right-container__block-content-discount_title {
    color: var(--green-main, #059669);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
}

.rc__bldv {
    color: var(--green-main, #059669);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
}

.rc__bldv {
    position: absolute;
    top: 20px;
    right: -45px;

    background: #059669;
    color: white;

    padding: 6px 40px;
    font-size: 14px;
    font-weight: 600;

    transform: rotate(45deg);
    text-align: center;
}

.rc__bldv {
    transition: transform 0.2s ease;
}

.product-page__right-container:hover .rc__bldv {
    transform: rotate(45deg) scale(1.05);
}

.rc__blcd{
    color: var(--green-main, #059669);
    font-family: Montserrat;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 125%;
    /* 20px */
}

.right-container__block-content-in_row {
    display: flex;
    align-items: baseline;
    gap: 5px;
}

.product-page__content-block-ul {
    list-style-type: none;
    padding-left: 20px;
}

.product-page__content-block-li {
    color: var(--dark-lighten, #525252);
    font-family: Montserrat;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    position: relative;
    padding-left: 20px;
}

.product-page__content-block-li::before {
    content: '\2022';
    color: #5FBD6F;
    font-size: 1.5em;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 5px;
}

.product-page__content-block-main-params {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 35px;
    align-self: stretch;
}

.right-container__favorite-block {
    display: flex;
    flex-direction: row;
    padding: 15px;
    align-items: center;
    align-self: stretch;
    gap: 5px;
}

.right-container_button-favorite-img {
    display: block;
    width: 58px;
    height: 50px;
    border-radius: 9px;
    background: #FFF;
    cursor: pointer;
}

.--fvt_blc_st {
    width: 100%;
}

.--favorite_st {
    background-image: url(/static/img/svg/favorite-active.svg);
    background-repeat: no-repeat;
}

.--favorite_st:hover {
    background-image: url(/static/img/svg/favorite-btn.svg);
    background-repeat: no-repeat;
    background-color: rgba(24, 24, 24, 0.1);
}

.--unfavorite_st {
    background-image: url(/static/img/svg/favorite-btn.svg);
    background-repeat: no-repeat;
}

.--unfavorite_st:hover {
    background-image: url(/static/img/svg/favorite-active.svg);
    background-repeat: no-repeat;
    background-color: rgba(255, 0, 0, 0.1);
}

.--favorite_st,
.--unfavorite_st,
.--favorite_st:hover,
.--unfavorite_st:hover {
    background-size: cover;
    background-position: center;
}

.--disable_view_btn {
    background: var(--green-accent-light, linear-gradient(180deg, rgba(255, 255, 255, 0.15) 0%, rgba(244, 244, 244, 0.15) 61.67%), black);
    cursor: default;
}