bottom.header-marquee__container_header-part {
    margin: 0 auto;
    border-top: none;
}

.breadcrumbs__container {
    padding-top: 2px;
}

.breadcrumbs__container_item-card {
    padding-top: 9px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;

    background: var(--grey_select, #e8e8e8);
    padding: 6px 10px;
    max-width: fit-content;
    border-radius: 58px;

    margin-bottom: 12px;
}

.breadcrumbs__item {
    color: var(--Black, #101010);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    display: flex;
    align-items: center;
    gap: 10px;
}

.breadcrumbs__item::after {
    content: "/";
}

.breadcrumbs__item:last-child {
    gap: 0;
}

.breadcrumbs__item:last-child::after {
    content: "";
}

.breadcrumbs__item_active {
    color: var(--orange-gradient, #f54500);
}

.item-card {
    display: flex;
    justify-content: space-between;
	margin-top: 34px;
    border-bottom: 1px solid var(--Black, #101010);
    padding-bottom: 27px;
}

h1.title {
    max-width: 100%;
    font-size: 48px;
    line-height: 111%;
}


h2.title {
    max-width: 100%;
    font-size: 48px;
    line-height: 111%;
	margin: 0;
}

h2.title-second {
    max-width: 100%;
    font-size: 30px;
    line-height: 111%;
	margin: 0;
	color: #57585A;
	margin-bottom:10px;
}

.title-second a {
  color: #57585A; 
}

.title-second a:visited {
  color: #57585A;
}


/* Начало блоков для псевдоэлементов*/

.title-wrapper {
display: flex;
    align-items: center;
    gap: 10px; /* расстояние между элементами */
}

.title-wrapper_span {
	display: flex;
    gap: 15px;
	align-items: center;
	flex-wrap: wrap;
}

.title.item-card__title {
    display: flex;
    align-items: center;
    gap: 10px; /* расстояние между элементами */
}

.rectangle-block {
    display: inline-block;
	justify-content: center;
    background-color: #F54500;
    padding: 10px 26px;
	font-weight: 400;
	font-style: Regular;
	font-size: 20px;
	leading-trim: CAP_HEIGHT;
	line-height: 100%;
	letter-spacing: 0%;
	color: white;
	border-radius: 5px;
}

.tooltip-trigger {
  position: relative;
  cursor: pointer;
background: none;
	border: 3px solid #F54500;
	border-radius: 100px;
color: #F54500;
	width: 40px;
height: 40px;
font-weight: 800;
font-size: 20px;
cursor: default;
}

.tooltip-trigger::after {
	font-weight: 400;
font-size: 14px;
  content: attr(data-tooltip);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 10;
  pointer-events: none;
}

.tooltip-trigger:hover::after,
.tooltip-trigger:focus-visible::after {
  opacity: 1;
  visibility: visible;
}

	.file-download_block {
    display: inline-block;
    height: 40px;
    width: 40px;
    padding: 0;
    background-color: inherit;
    background: url(/upload/ico-ty.svg) no-repeat center;
}

.rectangle-block--dowload {
	background-color: inherit;
    color: #F54500;
    border-radius: 5px;
    border: 2px solid #F54500;
    padding: 8px 26px;
    min-height: 40px;
    /* display: inline-block; */
    text-decoration: none;
}

h2.item-card__title-second {
	font-size: 24px !important;
	font-weight: 800;
	margin-bottom: 10px;
}

/* Конец блоков для псевдоэлементов*/

.item-slider {
    width: 665px;
}

.item-card__properties {
    list-style: none;
    padding: 0;
    width: 100%;
    margin-bottom: 16px;
    li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 7px;
    }
}

.item-card__about {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    max-width: 635px;
}

@media screen and (min-width: 1440px) {
    .item-card__about {
        max-width: 50%;
        width: 50%;
    }
}

.item-card__price {
    color: var(--Black, #101010);
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 48px */
    margin-bottom: 39px;
}

.item-card .categories {
    margin-bottom: 22px;
}

.categories {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.categories__item {
    padding: 6px 15px;
    border-radius: 500px;
    background: var(--blue-gradient, #1c86ff);
    backdrop-filter: blur(41px);

    color: var(--White, #fff);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all 0.2s ease-in-out;
}

.categories__item:hover {
    background: var(--Black, #101010);
}

.item-card__about .categories__item {
    cursor: default;
    pointer-events: none;
}

.item-card__about .button__orange {
    margin-bottom: 10px;
}

.item-card-bio .sort-item__title {
    display: flex;
    align-items: flex-start;
    user-select: none;
}


.sort-item__button {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    outline: none;
    border: none;
}

.item-card-bio .item-card__properties {
    li {
        margin-bottom: 17px;
    }
}

.item-card-bio .sort-item__content {
    margin-left: auto;
    margin-right: 71px;
    width: 53.8%;
}

.item-card-bio .sort-item__content {
    padding-bottom: 6px;
}

.item-card-bio__container {
    margin-bottom: 89px;
}

.item-card-video {
    max-width: 100%;
    border-radius: 5px;
    height: 864px;
    background-image: url("../images/itemcard-video.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.item-card-video__title {
    margin-bottom: 50px;
}

.item-card-video__play-btn {
    bottom: 20px;
    right: 17px;
}

.item-card__container {
    margin-bottom: 72px;
    padding-top: 32px;
}

.item-card-video__container {
    margin-bottom: 67px;

    h1 {
        margin-bottom: 50px;
    }
}

.new-items__list_item-card_1 {
    margin-bottom: 64px;
}

.main__new-items_item-card {
    margin-bottom: 0;

    .new-items__list {
        margin-bottom: 35px;
    }
}

.back-btn {
    outline: none;
    border: none;

    background: var(--grey_select, #e8e8e8);
    padding: 6px 10px;
    max-width: fit-content;
    border-radius: 58px;

    color: var(--Black, #101010);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;

    display: flex;
    align-items: center;
    gap: 10px;

    display: none;
}

.back-btn::before {
    content: "";
    width: 10.667px;
    height: 8px;
    background-image: url("../images/arrow__back.svg");
    background-position: center;
    background-size: cover;
}

@media (max-width: 1440px) {
    .item-card__about {
        max-width: 552px;
    }

    .item-card__properties {
        margin-bottom: 36px;
    }

    .item-card .categories {
        margin-bottom: 41px;
    }
}

@media (max-width: 1340px) {
    .item-slider {
        width: 447px;
    }

    /* h1.title {
        margin-bottom: 14px;
    } */

    .item-card__about {
        max-width: 470px;
    }

    .item-card__properties {
        margin-bottom: 13px;
    }
	.title-wrapper {
		margin-bottom: 13px;
	}

    .categories__item {
        padding: 6px 12px;
    }

    .item-card .categories {
        margin-bottom: 20px;
    }

    .item-card__price {
        margin-bottom: 19px;
    }
}

@media (max-width: 964px) {
    .header-marquee__container_header-part {
        display: none;
    }

    .d-none-m {
        display: none;
    }

    .item-card-video__play-btn {
        width: 64px;
        height: 64px;
    }
}

@media (max-width: 960px) {
    .item-card {
        flex-direction: column;
        gap: 26px;
    }

    .item-slider {
        width: 100%;
    }

    .item-card__about {
        max-width: 100%;
    }

    #selected-detail .swiper-cube__image {
        height: auto;
        box-sizing: border-box;
    }
}

@media (max-width: 768px) {
    h1.title {
        font-size: 32px;
        line-height: 100%; /* 32px */
    }

	h2.title-second {
        font-size: 20px;
        line-height: 100%; /* 32px */
    }

	.title-wrapper {
		margin-bottom: 0px;
	}

	.rectangle-block {
		padding: 6px 29px;
	}

 /*   h1.title {
        margin-bottom: 9px;
    } */

    h2.title {
        font-size: 32px;
        line-height: 100%;
    }

    .species-item__key,
    .species-item__value,
	.item-card__desription-dop {
        font-size: 14px;
    }

    .item-card {
        gap: 28px;
    }

    .item-card__about {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .item-card__properties {
        flex: 1 1 100%;
        li {
            margin-bottom: 5px;
        }
    }

    .item-card__about .categories,
    .item-card__price {
        flex: 1 1 100%;
    }

    .categories__item {
        font-size: 12px;
    }

    .item-card__price {
        font-size: 32px;
    }

    .item-card .button__orange {
        flex: 1 1 40%;
    }

    .item-card .button__black {
        flex: 1 1 40%;
    }

    .item-card__about .button__orange {
        margin-bottom: 0;
        margin-right: 10px;
    }

    .item-card-video {
        height: 394px;
    }

	.tooltip-trigger {
    width: 30px;
    height: 30px;
    font-weight: 700;
    font-size: 14px;
	}
}

@media (max-width: 767px) {
    .back-btn {
        display: flex;
    }

    .breadcrumbs {
        display: none;
    }
}

@media (max-width: 560px) {
    .item-card .button__orange {
        flex: 1 1 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .item-card .button__black {
        flex: 1 1 100%;
    }

    .item-slider {
        height: 343px;
    }
	.item-card {
    	margin-top: 24px;
	}

    h1.title {
        font-size: 24px;
        line-height: 128%;
        margin-bottom: 5px;
    }

	h2.title {
        font-size: 24px;
        line-height: 100%;
    }

	h2.title-second {
		font-size: 18px;
        line-height: 100%;
	}

	.title-wrapper {
		display: flex;
		/* align-items: center; */
		/* gap: 10px; */
		flex-direction: column-reverse;
		gap: 3px;
		align-items: flex-start;
	}

	.rectangle-block {
		padding: 5px 9px;
		font-size: 16px;
	}

    .tooltip-trigger {
        width: 25px;
        height: 25px;
        font-weight: 700;
        font-size: 12px;
    }

	.title-wrapper_span {
		gap: 5px;
	}
}

@media (max-width: 375px) {
    .item-card__properties {
        li {
            flex-direction: row;
            align-items: flex-start;
        }
    }
}

@media screen and (max-width: 700px) {
    .species-item__key {
        width: 100%;
    }

    .species-item__value {
        width: 50%;
    }
}