#product-product .alert {
    z-index: 10;
}

.product__subtitle {
    margin-bottom: 12px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.099%;
}

.product__container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-bottom: 56px;
    font-weight: 300;
}

.product__container .breadcrumb {
    display: none;
}

.product__content {
    padding-top: 36px;
}

.product__left {
    width: 100%;
}

.product__left-sliders {
    position: relative;
    margin: 0 -12px;
    width: calc(100% + 24px);
}

.product__slider-general {
    width: 100%;
    max-width: 582px;
}

.product__slider-general .slick-list {
    padding: 0 !important;
    overflow-x: hidden;
}

#product-product .product__slider-controll {
    display: none;
}

.product__left-sliders .slick-slide li {
    width: 100%;
    height: auto;
}

.product__left-sliders .slick-slide a {
    display: block;
    width: 100%;
    height: auto;
}

.product__left-sliders .slick-slide img {
    display: block;
    width: 100%;
    height: auto;
}

.product__slider-pagination {
    position: absolute;
    bottom: 14px;
    right: 12px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 7px 17px;
    color: var(--color-white);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    border-radius: 30px;
    background: rgba(0, 0, 0, 0.65);
}

.product__left .product__attributes-block, .product__left .product__attributes-block {
    display: none;
}

.product__info-options {
    padding: 31px 0;
    width: 100%;
}

.product__info-options .form-group {
    margin-bottom: 35px;
}

.product__info-options .control-label {
    display: block;
    margin-bottom: 25px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.099%;
}

.product__info-option-name-label {
    display: inline-block;
    margin-left: 4px;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product__info-options .checkbox input, .product__info-options .radio input {
    display: none;
}

.product__info-options .checkbox input + img + span, .product__info-options .radio input + img + span {
    display: none;
}

.product__info-options .checkbox input + img, .product__info-options .radio input + img {
    display: block;
    width: 38px;
    height: 38px;
    border-radius: 4px;
    border: 1px solid #C6C2C0;
    transition: border 0.2s ease-in;
}

.product__info-options .checkbox input:checked + img, .product__info-options .radio input:checked + img {
    border-color: var(--color-orange);
}

.product__info-option-name {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 10px 22px;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: center;
    border-radius: 4px;
    border: 1px solid #C6C2C0;
    transition: border 0.2s ease-in;
    cursor: pointer;
}

input:checked + .product__info-option-name {
    border-color: var(--color-orange);
}

.product__info-option-wrapper label {
    cursor: pointer;
}

.product__info-option-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    width: 100%;
}

.text-danger {
    color: var(--color-orange);
}

.product__info {
    padding-top: 10px;
    width: 100%;
}

.product__info-title {
    margin-bottom: 31px;
    width: 100%;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.product_info-manufacturer {
    display: none;
}

.product_info-rating {
    display: flex;
    align-items: center;
    gap: 7px;
}

.product_info-rating-info {
    display: block;
    margin-left: 10px;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 130.099%;
}

.product__info-reward {
    width: 100%;
}

.product__info-controll {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 31px 0;
    width: 100%;
}

.product__info-price.list-unstyled {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-right: 10px;
}

.product__info-price {
    color: var(--color-orange);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.product__info-price-old {
    color: var(--color-black-30);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration: line-through;
}

#button-cart {
    flex-shrink: 0;
    line-height: 18px;
}

.product_info-callback {
    width: 100%;
}

button[data-target="#feedbackModal33"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 48px;
    padding: 18px 12px;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    white-space: nowrap;
    border-radius: 20px;
    border: 2px solid var(--color-orange);
    transition: background 0.2s ease-in, color 0.2s ease-in;
    cursor: pointer;
}

button[data-target="#feedbackModal33"]:hover, button[data-target="#feedbackModal33"]:focus, button[data-target="#feedbackModal33"]:active {
    color: var(--color-white);
    background: var(--color-orange);
}

.product__info-compound {
    margin-bottom: 31px;
    width: 100%;
}

.product__info-description {
    margin-bottom: 46px;
    width: 100%;
}

.product__info-description-content {
    margin-bottom: 10px;
    width: 100%;
    overflow: hidden;
}

.product__info-description-content h2, .product__info-description-content h3, .product__info-description-content h4 {
    margin: 10px 0 15px 0;
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130%;
}

.product__info-description-content, .product__info-description-content p, .product__info-description-content span, .product__info-description-content font {
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-style: normal;
    font-weight: 300 !important;
    line-height: 160%;
}

.product__info-description-content strong {
    font-family: Inter, Arial, Helvetica, sans-serif !important;
    font-size: 17px !important;
    font-style: normal;
    line-height: 160%;
}

.product__info-description-more {
    color: var(--color-orange);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 160%;
    transition: color 0.2s ease-in;
    cursor: pointer;
}

.product__info-description-more:hover, .product__info-description-more:focus, .product__info-description-more:active {
    color: var(--color-black-50);
}

.product__info-attributes-block {
    width: 100%;
}

.page__title {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.099%;
}

.product__info-attributes-block-title {
    margin-bottom: 36px;
}

.product__attributes-block {
    margin-bottom: 31px;
    width: 100%;
    max-width: 540px;
}

.product__attributes-title {
    display: block;
    margin-bottom: 14px;
}

.product__attributes-row {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product__attributes-row:not(:last-child) {
    margin-bottom: 12px;
}

.product__attributes-name {
    color: var(--color-black-50);
}

.product__attributes-text {
    display: block;
    text-align: end;
}

.product__related {
    width: 100%;
}

.product__related-row {
    padding: 0 26px;
}

.product__related-title {
    margin-bottom: 46px;
    width: 100%;
}

.slick-list {
    width: 100% !important;
}

.product__related-row .product-layout {
    padding: 0 10px;
}

.product__reviews-block {
    padding-top: 20px;
    width: 100%;
}

.product__reviews-form {
    width: 100%;
}

#review {
    margin-bottom: 20px;
    width: 100%;
}

.product__reviews-title {
    margin-bottom: 46px;
    text-align: center;
}

.product__reviews-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
}

.article-review {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    padding: 20px 13px 20px 16px;
    width: 100%;
    border-radius: 4px;
    border: 1px solid #9C9C9C;
}

.article-review-name {
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 130.099%;
}

.article-review-text {
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 160.96%;
}

.product__review-login {
    margin: 30px 0;
    color: var(--color-black-50);
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
}

.product__review-login a {
    color: var(--color-black);
    transition: color 0.2s ease-in;
}

.product__review-login a:hover, .product__review-login a:focus, .product__review-login a:active {
    color: var(--color-orange);
}

.product__review-label {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-bottom: 29px;
}

.product__review-label-name {
    color: var(--color-black-50);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product__review-label-requare {
    color: var(--color-orange);
}

.product__review-label-input {
    padding: 20px;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 160.96%;
    border: 1px solid rgba(0, 0, 0, 0.12);
    background: #F9F9F9;
}

.product__review-label-input[type="text"] {
    max-width: 310px;
}

.product__review-rating {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 17px;
    row-gap: 49px;
}

.product__review-rating-label {
    color: var(--color-black-50);
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.product__review-rating-block {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    width: max-content;
}

.product__review-rating-input {
    position: relative;
    width: 20px;
    height: 20px;
    opacity: 0;
    cursor: pointer;
}

.product__review-rating-star {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

.product__review-rating-input[value="1"] + .product__review-rating-star, .product__review-rating-input[value="1"] + .product__review-rating-star + .product__review-rating-star {
    left: 0;
}

.product__review-rating-input[value="2"] + .product__review-rating-star, .product__review-rating-input[value="2"] + .product__review-rating-star + .product__review-rating-star {
    left: 21.5%;
}

.product__review-rating-input[value="3"] + .product__review-rating-star, .product__review-rating-input[value="3"] + .product__review-rating-star + .product__review-rating-star {
    left: 43%;
}

.product__review-rating-input[value="4"] + .product__review-rating-star, .product__review-rating-input[value="4"] + .product__review-rating-star + .product__review-rating-star {
    left: 63.8%;
}

.product__review-rating-input[value="5"] + .product__review-rating-star, .product__review-rating-input[value="5"] + .product__review-rating-star + .product__review-rating-star {
    left: 86%;
}

.product__review-rating-full {
    opacity: 0;
    transition: opacity 0.2s ease-in;
}

.product__review-rating-input:hover ~ .product__review-rating-full, .product__review-rating-input:focus ~ .product__review-rating-full,
.product__review-rating-input:checked ~ .product__review-rating-star + .product__review-rating-full, .product__review-rating-input:checked + .product__review-rating-star + .product__review-rating-full {
    opacity: 1;
}

#button-review {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding: 25px 53px;
    font-family: Montserrat, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    border: 1px solid var(--color-black);
    transition: border 0.2s ease-in, color 0.2s ease-in;
    cursor: pointer;
}

#button-review:hover, #button-review:focus, #button-review:active {
    color: var(--color-orange);
    border-color: var(--color-orange);
}

@media (min-width: 480px) {
    .product__related-row {
        padding: 0;
    }
}

@media (min-width: 576px) {
    .product__slider-general .slick-slide img {
        width: auto;
        height: 425px;
    }

    .product__left-sliders .slick-slide a {
        display: flex;
        width: 100%;
        height: auto;
        justify-content: center;
    }
}

@media (min-width: 768px) {
    .product__left {
        margin: 0 auto;
    }

    .product__left-sliders {
        display: flex;
        margin: 0;
        width: 100%;
    }

    #product-product .product__slider-controll {
        display: block;
        width: 221px;
        margin-right: 11px;
    }

    .product__slider-general {
        margin-bottom: 0 !important;
        width: calc(100% - 232px);
    }

    .product__slider-general .slick-dotted.slick-slider {
        margin-bottom: 0 !important;
    }

    .product__slider-controll .slick-slide img {
        width: auto;
        height: 133px;
        cursor: pointer;
    }

    .product__slider-controll .slick-track {
        position: relative;
        margin: -5.5px 0;
    }

    .product__slider-controll:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        height: 12.5px;
        background: var(--color-white);
        z-index: 5;
    }

    .product__slider-controll.slick-vertical .slick-slide {
        padding: 5.5px 0;
    }

    .product__info {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product__info-options {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 25px;
    }

    .product__info-options .form-group {
        margin-bottom: 0;
        max-width: 49%;
        width: 100%;
    }

    .product__info-controll {
        justify-content: flex-start;
        gap: 30px;
        margin: 0 0 31px 0;
        width: max-content;
    }

    .product_info-callback {
        width: max-content;
    }

    button[data-target="#feedbackModal33"] {
        padding: 17.5px 12px;
        margin: 0 0 0 30px;
    }
}

@media (min-width: 992px) {
    .product__left {
        width: max-content;
    }

    .product__info-options .form-group {
        max-width: 32%;
    }

    .article-review {
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #9C9C9C;
    }
}

@media (min-width: 1200px) {
    .product__content {
        padding-top: 45px;
    }

    #product-product._scroll .page__container {
        padding-top: 113px;
    }

    .product__content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
    }

    .product__container {
        padding-bottom: 99px;
    }

    .product__left {
        margin: 0 20px 0 0;
    }

    .product__left-sliders {
        margin: 0 0 68px 0;
    }

    .product__slider-general .slick-slide img {
        height: 350px;
    }

    .product__slider-controll .slick-slide img {
        height: 168px;
    }

    .product__slider-general {
        max-width: 460px;
    }

    .product__left-attributes {
        width: 100%;
    }

    .product__left .product__attributes-block, .product__left .product__attributes-block {
        display: block;
    }

    .product__info {
        padding-top: 0;
        width: 35%;
    }

    .product__info-options .form-group {
        max-width: 100%;
    }

    button[data-target="#feedbackModal33"] {
        margin: 0 0 30px 0;
    }

    .product__info .product__attributes-dimensions, .product__info .product__attributes-general {
        display: none;
    }
}

@media (min-width: 1400px) {
    .product__left {
        margin: 0 116px 136px 0;
    }

    .product__info {
        margin-bottom: 136px;
    }

    .product__info-title {
        margin-bottom: 18px;
        width: max-content;
    }

    .product_info-manufacturer {
        display: block;
        margin-left: auto;
        font-size: 20px;
        font-style: normal;
        font-weight: 200;
        line-height: 130.099%;
    }

    .product_info-manufacturer span {
        font-weight: 400;
    }

    .product_info-rating {
        margin-bottom: 40px;
        width: 100%;
    }

    button[data-target="#feedbackModal33"] {
        margin: 0 0 33px 0;
    }

    .product__info-compound {
        margin-bottom: 27px;
    }

    .product__related-title {
        margin-bottom: 82px;
        text-align: center;
    }

    #product-product .slick-dotted.slick-slider {
        margin-bottom: 82px;
    }

    #product-product .product-grid-row .slick-list {
        margin: 0 -10px;
    }

    .product__reviews-block {
        max-width: 1312px;
        margin: 0 auto;
    }

    .product__reviews-title {
        margin-bottom: 0;
    }

    .product__reviews-grid {
        gap: 0;
    }

    #review {
        margin-bottom: 0;
    }

    .article-review {
        padding: 40px 69px 40px 40px;
    }

    .product__review-form-active {
        padding: 81px 76px;
        max-width: 1130px;
        width: 100%;
    }

    .product__review-rating {
        align-items: flex-start;
        width: 100%;
    }

    #button-review {
        margin: 0 0 0 auto;
    }

    .product__related-row .product-layout {
        padding: 0 42.5px;
    }
}

@media (min-width: 1600px) {
    .product__left {
        width: 814px;
    }

    .product__slider-general {
        max-width: unset;
    }

    .product__slider-general .slick-slide img {
        height: 426px;
    }

    .product__slider-controll .slick-slide img {
        height: 133px;
    }

    .product__left-attributes {
        display: flex;
        gap: 91px;
    }

    .product__info {
        width: calc(100% - 930px);
    }

    .product__info-controll {
        margin: 0 15px 31px 0;
        width: 100%;
    }

    .product__attributes-block {
        max-width: 688px;
        width: max-content;
    }

    .product__related {
        padding: 0 112.5px;
    }
}