@import "header.css";
@import "menu.css";
@import "input.css";
@import "button.css";
@import "product.css";
@import "footer.css";
@import "select.css";
@import "search.css";
.detail__product, .product__services, .product__info__detail, .product__arsenal, .product__reviews, .product__create__reviews, .product__other, .product__other__individual{
    margin-bottom: 60px;
}


.detail__product__navigation {
    display: flex;
    column-gap: 11px;
    align-items: center;
    margin-bottom: 30px;
}

.detail__product__navigation-link {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    color: var(--pink);
    text-decoration: none;
}

.product__description-title {
    text-align: center;
}

.detail__product__navigation__link-active {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    color: rgba(72, 72, 72, 1);
}

.detail__product__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 48.76px;
    color: rgba(72, 72, 72, 1);
    text-transform: uppercase;
    margin-bottom: 20px;
}

.detail__product__block {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    column-gap: 20px;
}

.detail__product__block-swiper {
    max-width: 532px;
}

.detail__product__block-photo {
    max-width: 532px;
    position: relative;
    height: 714px;
    margin-bottom: 24px;
	width:532px;
}
.detail__product__banner-top {

        display: flex;
        justify-content: center;
        align-items: center;
        width: 38px;
        height: 38px;
        background: url('../img/product__stick.svg');
        position: absolute;
        top: 5px;
        right: 5px;
        font-size: 12px;
        font-weight: 700;
        line-height: 14.63px;
        text-align: left;
        color: #FFF;
        text-transform: uppercase;

}
.detail__product__block-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.swiper {
    width: 100%;
    height: 119px;
}


.detail__product__swiper-wrapper {
    position: relative;
    padding: 0 20px;
}

.product__swiper .swiper-slide {
    width: 89px;
    height: 119px;
    border-radius: 10px;
    overflow: hidden;
}

.swiper-slide {
    cursor: pointer;
    border-radius: 10px;
}

.swiper-slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.product__swiper__prev, .product__other__prev, .product__individual__prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 999;
    left: 0;
    cursor: pointer;
}

.product__swiper__next, .product__other__next, .product__individual__next {
    position: absolute;
    right: 0;
    transform: translateY(-50%);
    top: 50%;
    cursor: pointer;
}

.product__other__next, .product__individual__next {
    z-index: 9999;
}

.swiper-button-disabled {
    opacity: 0.2;
}

/*.product__swiper__wrapper {*/
/*    padding: 0 20px;*/
/*}*/

.detail__product__block-content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}

.detail__product__block__content__title {
    margin-bottom: 10px;
    color: rgba(72, 72, 72, 1);
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
}

.detail__product__block__content__contact {
    display: flex;
    row-gap: 10px;
    justify-content: space-between;
    align-items: center;
}

.detail__product__block__content__contact__label {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
    text-align: left;
    color: rgba(72, 72, 72, 1);
    white-space: nowrap;
}

.detail__product__block__content__contact__value {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: rgba(72, 72, 72, 1);
    text-align: right;
}

.detail__product__block__content__contact__value a {
    color: rgba(72, 72, 72, 1);	
	text-decoration:none;
}

.detail__product__block__content__contact__value a:hover {
	color: var(--pink);
}

.product__arsenal__wrapper .detail__product__block__content__list {
    width: 100%;
}

.detail__product__block__content__list {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.detail__product__block__tariff {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 22px;
}

.detail__product__block__tags {
    display: flex;
    column-gap: 11px;
    align-items: center;
}

.detail__product__block__view {
    display: flex;
    column-gap: 17px;
    align-items: center;
    margin-top: 22px;
}

.detail__product__block__content__wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}
.detail__product__block__view-wrapper {
    display: flex;
    column-gap: 6px;
    align-items: center;
	text-decoration:none;
}

.detail__product__block__view-wrapper span {
    font-size: 12px;
    font-weight: 500;
    line-height: 14.63px;
	color:#000;
	text-decoration:none;
}

.product__description__wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.product__description-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
    color: rgba(72, 72, 72, 1);
}

.product__video__block {
    max-width: 1084px;
    width: 100%;
    height: 530px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    background-color: rgba(217, 217, 217, 1);
}

.product__video__play {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 110px;
    height: 110px;
    background-color: #FFF;
    border-radius: 100%;
}

.product__info__wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 22px;
}

.detail__product__block__about__contact-us {
    display: flex;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 18px;
}

.detail__product__block__about-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: rgba(72, 72, 72, 1);
}

.detail__product__block__about-link {
    font-size: 24px;
    font-weight: 600;
    line-height: 29.26px;
    color: var(--pink);
    text-decoration: none;
}

.detail__product__block__about__desc {
    font-size: 14px;
    font-weight: 600;
    line-height: 17.07px;
    color: var(--pink);

}

.product__arsenal__wrapper {
    display: flex;
    column-gap: 20px;
    align-items: stretch;
}

.detail__product__arsenal__list {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
    padding-left: 13px;
}

.detail__product__arsenal__list__item {
    display: flex;
    align-items: center;
    column-gap: 3px;
}

.detail__product__arsenal__list__item span {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
    color: rgba(72, 72, 72, 1);
}

.product__reviews__block {
    width: 100%;
    border-radius: 10px;
    position: relative;
    padding: 32px 36px;
    background: rgba(248, 240, 240, 1);
	margin: 0 0 16px 0;
}

.product__reviews__block__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
}

.product__reviews__block__header__info {
    display: flex;
    align-items: center;
    column-gap: 31px;
}

.product__reviews__block__header__info__item {
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.product__reviews__block__header__info__item span {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
}

.product__reviews__block__header__title {
    display: flex;
    column-gap: 27px;
    align-items: center;
}

.product__reviews__block__header__info__item__amount {
    color: var(--pink);
}

.product__reviews__block__name {
    font-size: 20px;
    font-weight: 500;
    line-height: 24.38px;
    color: rgba(72, 72, 72, 1);
}

.product__reviews__block__date {
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
    color: rgba(72, 72, 72, 1);
}

.product__reviews__block__desc {
    max-width: 1077px;
    font-size: 14px;
    font-weight: 300;
    line-height: 17.07px;
    color: rgba(72, 72, 72, 1);
}

.product__reviews__block__tag {
    position: absolute;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    column-gap: 7px;
    padding: 11px 19px 10px 13px;
    background-color: var(--pink);
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    font-size: 12px;
    font-weight: 700;
    line-height: 14.63px;
    color: #FFF;
    text-transform: uppercase;
}

.product__create__reviews__wrapper {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.product__create__reviews__input {
    padding: 15px;
    max-width: 100%;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    border: 1px solid rgba(237, 185, 185, 1);
    color: rgba(237, 185, 185, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 19.5px;
}

.product__create__reviews__input::placeholder {
    color: rgba(237, 185, 185, 1);
}

.product__create__reviews__content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    width: 100%;
}

.product__create__reviews__content__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 15px;
}

.product__create__reviews__grade {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 14px;
}

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

.product__create__reviews__grade__body {
    width: 100%;
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.product__create__reviews__grade-label {
    font-size: 14px;
    font-weight: 500;
    line-height: 17.07px;
    color: rgba(72, 72, 72, 1);
}

.product__create__reviews__grade__block {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.product__create__reviews__grade__value {
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(237, 185, 185, 1);
    border-radius: 6px;
    color: rgba(237, 185, 185, 1);
    cursor: pointer;
}

.product__create__reviews__grade__value.active {
    background-color: var(--pink);
    color: #FFFFFF;
}


.product__create__reviews__content__header__input {
    max-width: 497px;
    width: 100%;
}

.product__other__container {
    max-width: 1543px;
    position: relative;
    margin: 0 auto;
}

.product__other__swiper-wrapper {
    height: 100%;
}

.product__other .product__other-swiper, .product__other__individual  .product__other__individual-swiper{
    height: 100%;
    padding: 20px 0px;
    padding-left: 50px;
}

/*.swiper-wrapper {*/
/*    padding: 20px 0px;*/
/*}*/

.product__create__reviews__mob {
    max-width: 497px;
    width: 100%;
}

.product__create__reviews__mob input {
    display: none;
}

.search__btn-section {
    display: none;
}

.detail__product__block__content__contact-mob {
    display: none;
}

.modal.review-added-popup {
    max-width: 600px;
	z-index:1;
}

.review-added-btns {
    display: flex;
    justify-content: center;
    margin: 24px 0 0 0;
}

.btn.review-added-close {
    height: 42px;
    line-height: 38px;
    border: 2px solid var(--pink);
    background: var(--pink);
    color: #FFF;
    padding: 0 28px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: .3s color, .3s background, .3s border-color;
    -o-transition: .3s color, .3s background, .3s border-color;
    transition: .3s color, .3s background, .3s border-color;
    display: inline-block;
    vertical-align: top;
}

.btn.review-added-close:hover {
    background: #2c2d3a;
    border-color: #2c2d3a;
}

@media (max-width: 1000px) {
    .search__btn-section {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 30px 0;
    }
}

/*.product__other-swiper .swiper-slide {*/
/*    max-width: 560px;*/
/*}*/

@media (max-width: 1000px) {

    .detail__product__block {
        flex-direction: column;
    }

    .product__other__container {
        padding: 0 15px;
    }

    .product__info__wrapper {
        grid-template-columns: 1fr 1fr;
        row-gap: 10px;
    }

    .product__arsenal__wrapper {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .search__parameter__block__mob__edit {
        grid-column: 2 span;
    }
}

@media (max-width: 870px) {
    .product__reviews__block__header {
        flex-direction: column;
        margin-bottom: 23px;
    }

    .product__swiper__prev, .product__other__prev, .product__individual__prev {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 999;
        left: 20px;
        cursor: pointer;
    }

    .product__swiper__next, .product__other__next, .product__individual__next {
        position: absolute;
        right: 20px;
        transform: translateY(-50%);
        top: 50%;
        cursor: pointer;
    }

    .product__reviews__block__header__title {
        justify-content: space-between;
        width: 100%;
    }

    .product__reviews__block__header__info {
        flex-wrap: wrap;
        row-gap: 10px;
    }

    .product__reviews__block__desc {
        margin-bottom: 29px;
    }
}


@media (max-width: 764px) {
    .product__create__reviews__wrapper {
        flex-direction: column;
        row-gap: 10px;
    }

    .product__info__detail {
        margin-bottom: 30px;
    }
    .product__create__reviews__content__header {
        flex-direction: column;
    }

    .detail__product__block-photo {
        height: 463px;
		width: auto;
    }
    .product__create__reviews__input {
        max-width: 100%;
        width: 100%;
    }

    .product__create__reviews__content__header__input {
        display: none;
    }

    .detail__product__block__tags {
        flex-wrap: wrap;
        gap: 5px;
    }
    .product__create__reviews__mob {
        display: flex;
        row-gap: 20px;
        max-width: 100%;
        flex-direction: column;
    }
    .product__swiper__next {
        right: 0;
    }
    .product__swiper__prev {
        left: 0;
    }


    .product__swiper__prev, .product__swiper__next {
        top: 57%;
        width: fit-content;
    }

    .product__create__reviews__mob input {
        display: block;
    }

    .product__create__reviews__grade {
        flex-direction: column;

    }

    .product__create__reviews__grade__wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .product__create__reviews__grade__block {
        width: 100%;

    }

    .submit__btn_mob {
        display: flex;
        justify-content: center;
        align-items: center;
    }


    .product__services .search__parameter__block {
        padding: 0px;
        border: none;
    }

    .full-services__wrapper__list {
        flex-basis: 140px;
    }
    .full-services__wrapper {
        flex-wrap: wrap;
    }
    .detail__product__title {
        font-size: 24px;
        font-weight: 600;
        line-height: 29.26px;
        text-align: center;
    }
}

@media (max-width: 460px) {

    .detail__product__block__content__contact-mob {
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
    .product__swiper__prev {
        right: 0;
    }

    .detail__product__block__content__list-desktop {
        display: none;
    }
    .detail__product__block__view-wrapper .icon-favorites {
        width: 21px;
    }
    .product__swiper__next {
        right: 0;
    }
    .detail__product__block__about__contact-us {
        flex-direction: column;
    }

    .product__info__wrapper {
        grid-template-columns: 1fr;
    }

    .detail__product__block__view {
        flex-wrap: wrap;
        row-gap: 12px;
        margin-bottom: 10px;
    }
    .detail__product__block__about-text {
        text-align: center;
    }

    .detail__product__block__tariff {
        grid-template-columns: 1fr;
        row-gap: 10px;
    }

    .detail__product__block__content__list {
        grid-column: 1/span 2;
    }

    .detail__product__block__content__list-mob {
        display: none;
    }


    .detail__product__block__about__desc {
        text-align: center;
    }

    .product__other .product__other-swiper,  .product__other__individual .product__other__individual-swiper{
        padding-left: 10px;
    }
}