.detail_top_btns {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 10px;
}

.product-page__content-aside .product-aside .detail_top_btns .add_fav {
    width: auto;
    align-items: center;
    margin-bottom: 0;
    height: 24px;
    margin-left: 0;
}

.catalog_element_new .sku_container_1 {
    box-sizing: border-box;
    padding: 0 2px;
}

.detail_top_btns .share_btn {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
}

.detail_top_btns .share_btn .title {
    font-size: 14px;
    color: var(--purple);
    margin-top: 1px;
}

.detail_top_btns .share_btn svg {
    position: relative;
    top: -2px;
}

.detail_top_btns .share_btn .result {
    position: absolute;
    background-color: #F6E8FF;
    color: var(--purple);
    font-size: 14px;
    padding: 8px 12px;
    white-space: nowrap;
    bottom: -36px;
    display: none;
    right: -15px;
    line-height: 1;
}

.product-page .breadcrumb__item,
.product-page .breadcrumb__item a {
    color: #999;
}
.product-page__content.catalog_element_new {
    padding-top: 20px;
    justify-content: space-between;
}
.catalog_element_new .product-images_wrap {
    display: flex;
    margin-bottom: 35px;
}
.catalog_element_new .product-images_wrap .product-page__round-video {
    margin-bottom: 0;
}
.catalog_element_new .product-page__content-menu {
    flex: 0 0 116px;
    margin-right: 45px;
}
.catalog_element_new .product-image__slider-nav {
    width: 100%;
}
.catalog_element_new .product-image__slider-nav .slick-prev,
.catalog_element_new .product-image__slider-nav .slick-next {
    right: calc(50% + 17px);
    left: unset;
}
.catalog_element_new .product-image__slider-nav .slick-prev {
    top: 0;
}
.catalog_element_new .product-image__slider-nav .slick-next {
    bottom: 28px;
    top: unset;
}
.catalog_element_new .product-image__slider-nav .slick-prev:before,
.catalog_element_new .product-image__slider-nav .slick-next:before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f3f2f4;
    content: '→';
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 2px;
}
.catalog_element_new .product-image__slider-nav .slick-prev:before {
    transform: rotate(270deg);
}
.catalog_element_new .product-image__slider-nav .slick-next:before {
    transform: rotate(90deg);
}
.catalog_element_new .product-image__slider .slick-prev,
.catalog_element_new .product-image__slider .slick-next {
    top: 50%;
    margin-top: -18px;
}
.catalog_element_new .product-image__slider .slick-prev {
    left: 5px;
}
.catalog_element_new .product-image__slider .slick-next {
    right: 40px;
}
.catalog_element_new .product-image__slider .slick-prev:before,
.catalog_element_new .product-image__slider .slick-next:before {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: #f3f2f4;
    content: '→';
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 2px;
}
.catalog_element_new .product-image__slider .slick-prev:before {
    transform: rotate(180deg);
}
.catalog_element_new .product-menu {
    padding-top: 20px;
    margin-top: 0;
}
.catalog_element_new .product-menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}
.catalog_element_new .product-menu__item.slick-current .product-menu__item-image {
    border: 2px solid #781ECD;
}
.catalog_element_new .product-menu__item--active:after {
    content: none;
}
.catalog_element_new .product-menu__item-image {
    width: 100%;
    border-radius: 12px;
}
.catalog_element_new .product-menu__item:focus>*,
.catalog_element_new .product-menu__item:hover>* {
    transform: unset;
}
.catalog_element_new .product-menu__item_video:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 4px);
    display: block;
    height: 20px;
    width: 18px;
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/icon-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    transform: translate(-50%, -50%);
    z-index: 50;
}
.catalog_element_new .product-menu__item_video:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    height: 50px;
    width: 50px;
    background-color: #781ecd;
    mix-blend-mode: normal;
    opacity: .8;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}
.catalog_element_new .product-page__content-main {
    flex: 0 0 794px;
    padding-right: 0;
    margin-right: 22px;
}
body.mfp-zoom-out-cur .catalog_element_new .product-page__content-main {
    flex: auto;
}
.catalog_element_new .product-image__slider {
    width: 656px;
}
.catalog_element_new .product-image__slider .slick-list {
    margin: 0 -2px;
}
.catalog_element_new .product-image__slider:not(.slick-initialized) {
    max-height: 690px;
    overflow: hidden;
}
.catalog_element_new .product-image {
    margin-top: 0;
    padding: 0;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 0;
}

.catalog_element_new .product-image__slider .slick-track {
    display: flex;
    /*gap: 35px;*/
}
.catalog_element_new .product-page__round-video:after {
    /*content: '';
    display: block;
    padding-bottom: 100%;*/
}
.catalog_element_new .round-video__thumb {
    padding: 0;
}
.catalog_element_new .round-video__thumb-src {
    border-radius: 20px;
}
.catalog_element_new .product-page__content-aside {
    flex: 0 0 420px;
}
.catalog_element_new .product-aside {
    padding-top: 0;
    margin-top: 0;
    top: 125px;
    overflow-y: scroll;
    max-height: calc(100vh - 125px);
}
.catalog_element_new .detail_top_btns {
    gap: 10px;
    margin-bottom: 15px;
}
.detail_top_back {
    display: flex;
    width: 33px;
    height: 33px;
    color: #999;
    background-color: #f3f2f4;
    border-radius: 50%;
    top: 30px;
    left: 4px;
    position: absolute;
    justify-content: center;
    align-items: center;
    line-height: 33px;
    padding-top: 1px;
}
.catalog_element_new .product-page__content-aside .product-aside .detail_top_btns .detail_top_btn {
    width: 40px;
    height: 40px;
    background-color: #f3f2f4;
    position: relative;
    border-radius: 50%;
    background-position: center;
    background-repeat: no-repeat;
}
.catalog_element_new .detail_top_btn.add_fav {
    background-image: url('/local/templates/kitfort_new25(1)/img/favorite-grey.svg');
    background-size: 18px;
}
.catalog_element_new .detail_top_btn.add_fav.in_fav {
    background-image: url('/local/templates/kitfort_new25(1)/img/favorite-purple-filled.svg');
}
.catalog_element_new .detail_top_btn.share_btn {
    background-image: url('/local/templates/kitfort_new25(1)/img/share-grey.svg');
    background-size: 22px;
}
.catalog_element_new .detail_top_btns .share_btn .result {
    right: unset;
}
.catalog_element_new .product-aside__header {
    font-size: 30px;
    line-height: 1;
    margin-bottom: 5px;
}
.catalog_element_new .product-aside__reviews.minor-link {
    color: #999;
    margin-bottom: 0;
    font-size: 14px;
}
.catalog_element_new .product-aside__reviews .average_rat_val:before {
    background-image: url('/local/templates/kitfort_new25(1)/img/average-star-orange.svg');
    top: 0;
    width: 13px;
    height: 12px;
    margin-right: 3px;
}
.product-aside__char {
    display: flex;
    font-size: 14px;
}
.product-aside__key {
    color: #999;
    margin-right: 5px;
}
.catalog_element_new .product-page__content-aside .block_action_teaser .top_text {
    font-size: 19px;
}
.catalog_element_new .product-page__content-aside .block_action_teaser .btm_text {
    background: none;
    padding-left: 0;
}
.catalog_element_new.product-aside__variations {
    padding-left: 0;
}
.catalog_element_new .product-aside__variations-item {
    margin-right: 5px;
    width: 50px;
    height: 50px;
}
.catalog_element_new .product-aside__variations-item:before {
    position: absolute;
    top: 0;
    left: 50%;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    border: 1px solid #ddd;
    border-radius: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 10
}
.catalog_element_new .product-aside__variations-item--active:before {
    border-color: #781ECD;
}
.catalog_element_new .product-aside__variations-item-src {
    width: 36px;
}
.catalog_element_new .markdown_block .product-aside__variations-item {
    width: auto;
    height: auto;
    color: #000;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 11px 4px;
    line-height: 1;
}
.catalog_element_new .markdown_block .product-aside__variations-item.product-aside__variations-item--active {
    border-color: #781ECD;
    border-width: 2px;
}
.catalog_element_new .markdown_block .product-aside__variations-item:before {
    content: none;
}
.catalog_element_new .markdown_btns {
    margin-top: 3px;
    margin-bottom: 12px;
}
.catalog_element_new .markdown_descr {
    line-height: 1;
}
.catalog_element_new .markdown_value {
    margin-top: 4px;
    color: #000;
}
.catalog_element_new .product-page__content-aside .block_action_teaser {
    margin-bottom: 15px;
}
.catalog_element_new .price_container {
    padding: 12px 16px;
    background-color: #f3f2f4;
    border-radius: 20px;
}
.catalog_element_new .product-aside__price {
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    font-size: 32px;
    display: flex;
    align-items: flex-start;
    line-height: 1;
    margin-bottom: 10px;
    padding-bottom: 8px;
    position: relative;
    justify-content: space-between;
}
.catalog_element_new .product-aside__price.product-aside__price_purple {
    color: #781ECD;
}
.catalog_element_new .new_price_detail {
    white-space: nowrap;
}
.catalog_element_new .detail_rur {
    margin-right: 8px;
}
.catalog_element_new .old_price_detail {
    color: #999;
    font-weight: 400;
    text-decoration: line-through;
    font-size: 17px;
    top: 4px;
}
.catalog_element_new .prices__wrap {
    display: flex;
    flex-wrap: wrap;
}
.catalog_element_new .old_price_detail::after {
    content: none;
}
.catalog_element_new .price_discount {
    font-size: 14px;
    color: #781ECD;
    border: 1px solid #781ECD;
    border-radius: 50px;
    padding: 5px 8px 3px;
    right: 0;
    top: 1px;
    white-space: nowrap;
}
.catalog_element_new .container_split {
    background-color: unset;
    padding: 4px 0 0 28px;
    background-position-x: 0;
    margin-top: 5px;
    position: relative;
}
.catalog_element_new .container_split .top_text {
    font-size: 14px;
}
.catalog_element_new .open_modal_price_detail {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 12px;
    padding-right: 15px;
    cursor: pointer;
}
.catalog_element_new .open_modal_price_detail:after {
    position: absolute;
    content: '→';
    display: block;
    top: 0;
    right: 0;
}
.catalog_element_new .product-aside .new_design .popup_count_minus,
.catalog_element_new .product-aside .new_design .popup_count_plus {
    color: #5F19C8;
    background-color: #F3E8FF;
}
.catalog_element_new .product-aside .new_design .popup_count_minus {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.catalog_element_new .product-aside .new_design .popup_count_plus {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.catalog_element_new .product-aside .popup_count_input {
    height: 52px;
}
.catalog_element_new .block_flex__line.new_design .in_cart + .popup_count {
    display: flex;
    justify-content: flex-start;
}
.catalog_element_new .block_flex__line.new_design .add_to_cart.in_cart {
    background-color: #F3E8FF;
}
.catalog_element_new .open_modal_deliveries_detail {
    position: absolute;
    right: 0;
    font-size: 12px;
    padding-right: 15px;
    cursor: pointer;
}
.catalog_element_new .open_modal_deliveries_detail:after {
    position: absolute;
    content: '→';
    display: block;
    top: 0;
    right: 0;
}
.catalog_element_new .product-aside__shops {
    border-radius: 20px;
    border: 1px solid #ddd;
    padding: 15px;
}
.catalog_element_new .product-aside__shops-title {
    margin-bottom: 15px;
}
.catalog_element_new .product-aside__shops-links {
    margin-bottom: 0;
}
.catalog_element_new .product-aside__shops-links-item {
    margin-bottom: 2px;
}
.catalog_element_new .container_ya_plus .yama-plus {
    padding: 1px 5px 1px 2px;
    font-size: 14px;
}
.catalog_element_new .container_ya_plus .yama-plus svg {
    width: 14px;
    height: 15px;
}
.catalog_element_new .product-yama {
    margin-bottom:20px;
}
.catalog_element_new .product-yama-line {
    font-size: 14px;
}
.catalog_element_new .container_ya_plus .product-yama-line span {
    top: 2px;
}
.catalog_element_new .block_flex__line.new_design .add_to_cart {
    border-radius: 12px;
    font-size: 19px;
    font-weight: 700;
}
.catalog_element_new .nav-tabs {
    display: flex;
    padding: 5px 0;
    margin-bottom: 18px;
    width: calc(100% + 25px);
}
.catalog_element_new .nav-tabs__btn {
    border-radius: 12px;
    background-color: #f3f2f4;
    font-size: 17px;
    color: #000;
    padding: 14px 22px;
    margin: 0 4px;
    text-align: center;
    line-height: 1;
    cursor: pointer;
}
.catalog_element_new .nav-tabs__btn.active {
    background-color: #781ECD;
    color: #fff;
    font-weight: 700;
}
.catalog_element_new .pic-text__img {
    margin-top: 8px;
}
.catalog_element_new .nav-tabs__btn:first-child {
    margin-left: 0;
}
.catalog_element_new .nav-tab {
    display: none;
    width: calc(100% + 20px);
}
.catalog_element_new.catalog_element_new .nav-tab.active {
    display: block;
}
.catalog_element_new .pic-text__img {
    flex: 0 0 362px;
}
.catalog_element_new .pic-text__content {
    margin-left: 20px;
}
.catalog_element_new .pic-text__img-src.js-gallery-item {
    border-radius: 20px;
    cursor: default;
}
.catalog_element_new .pic-text__header {
    margin-top: 0;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 13px;
}
.catalog_element_new .pic-text__description {
    line-height: 1.1;
}
.product-page__content.catalog_element_new .instagram-gallery__item > a {
    display: block;
}
.product-page__content .instagram-gallery__item.instagram-gallery__item_video,
.product-page__content .instagram-gallery__item.instagram-gallery__item_video a
{
    cursor: pointer;
}
.instagram-gallery__item_video:before {
    content: "";
    position: absolute;
    top: 50%;
    left: calc(50% + 6px);
    display: block;
    height: 72px;
    width: 53px;
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/icon-play.svg');
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 50;
    pointer-events: none;
}

.media-block__head {
    position: relative;
}
.media__dropbtn {
    background-color: unset;
    color: #781ECD;
    padding: 2px 17px 2px 0;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: relative;
}
.media__dropbtn:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    right: 0;
    top: 11px;
    background-image: url('/local/templates/kitfort_new25(1)/img/arrow-purple-min.svg');
}
.media__dropbtn.opened:after {
    transform: rotate(180deg);
}
.media__dropdown {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 6px;
}
.media__dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    top: 25px;
    min-width: 200px;
    border: 1px solid #ddd;
    z-index: 55;
}
.media__values {
    overflow: auto;
    max-height: 260px;
}
.media__value {
    color: black;
    padding: 3px 12px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.media__dropdown .media__value:hover {
    background-color: #781ECD;
    color: #fff;
}
.media__dropdown-content.show {display: block;}


.deliveries {
    padding: 15px 0;
    position: relative;
}
.deliveries__dropbtn {
    background-color: unset;
    color: #781ECD;
    padding: 2px 17px 2px 0;
    font-size: 17px;
    border: none;
    cursor: pointer;
    position: relative;
}
.deliveries__dropbtn:after {
    position: absolute;
    content: '';
    width: 10px;
    height: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    right: 0;
    top: 11px;
    background-image: url('/local/templates/kitfort_new25(1)/img/arrow-purple-min.svg');
}
.deliveries__dropbtn.opened:after {
    transform: rotate(180deg);
}
.deliveries__dropbtn:hover, .deliveries__dropbtn:focus {
    /*background-color: #3e8e41;*/
}
.deliveries__input {
    box-sizing: border-box;
    font-size: 16px;
    color: #ddd;
    width: 100%;
    padding: 8px 12px;
    border-bottom: 1px solid #ddd;
    z-index: 20;
    display: none;
}
.deliveries__dropdown-content.show .deliveries__input {
    display: inline-block;
}
.deliveries__input:focus {
    color: #000;
    border: 1px solid #ddd;
}
.deliveries__input:focus::placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}

.deliveries__dropdown {
    position: relative;
    display: inline-block;
}
.deliveries__dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    width: 100%;
    bottom: 35px;
    min-width: 230px;
    border: 1px solid #ddd;
    z-index: 10;
}
.deliveries__cities {
    overflow: auto;
    max-height: 260px;
}
.deliveries__city {
    color: black;
    padding: 3px 12px;
    font-size: 14px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}
.deliveries__dropdown .deliveries__city:hover {background-color: #F3F2F4;}
.deliveries__dropdown-content.show {display: block;}
.deliveries__item {
    display: flex;
    justify-content: space-between;
    padding: 5px 0;
    font-size: 14px;
}
.delivery-item__name {
    padding-left: 25px;
    padding-right: 6px;
    position: relative;
    align-self: flex-end;
    line-height: 1;
    font-weight: 700;
}
.delivery-item__name:before {
    position: absolute;
    content: '';
    width: 19px;
    height: 19px;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    left: 0;
    top: -2px;
}
.deliveries__item_yandex .delivery-item__name:before {
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/yadost_icon.svg');
}
.deliveries__item_cdek .delivery-item__name:before {
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/cdek_icon.svg');
}
.delivery-item__space {
    flex-grow: 1;
    border-bottom: 1px solid #ddd;
    height: 13px;
}
.delivery-item__from {
    padding-left: 6px;
    align-self: flex-end;
    line-height: 1;
}

.catalog_element_new ~ .otherproducts {
    border-top-width: 1px;
}
.catalog_element_new .media-block .specs__header {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 15px;
}
.catalog_element_new .js-insta-detail {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.catalog_element_new.product-page__content .instagram-gallery__item {
    /*height: 196px;*/
    padding: 0;
    cursor: default;
    aspect-ratio: 100 / 100;
}
.catalog_element_new .instagram-gallery__item .instagram-gallery__image {
    height: 100%;
    object-fit: cover;
    border-radius: 16px;
}
.catalog_element_new .js-insta-detail .more_link_detail {
    grid-column: 1 / -1;
    background-color: #f3f2f4;
    border-radius: 20px;
    padding: 20px;
    text-align: center;
    margin-top: 0;
    font-size: 19px;
}
.catalog_element_new .reviews__header {
    font-size: 36px;
    line-height: 1;
    margin-bottom: 20px;
}
.catalog_element_new .reviews__top {
    display: block;
    margin-bottom: 50px;
}
.catalog_element_new .reviews__score-value {
    font-size: 50px;
    margin-right: 19px;
}
.catalog_element_new .reviews__score-info {
    color: #999;
    font-size: 19px;
}
.catalog_element_new .product-aside__reviews-stars .stars_line {
    background-color: #FB7718;
}
.catalog_element_new .reviews__select {
    display: inline-block;
    height: 26px;
    padding-left: 0;
    font-size: 17px;
    padding-right: 24px;
}
.catalog_element_new .reviews__select:before {
    top: 5px;
    background-image: url('/local/templates/kitfort_new25(1)/img/arrow-purple-min.svg');
    width: 9px;
    height: 5px;
    opacity: 1 !important;
}
.catalog_element_new .reviews__select:hover:before {
    opacity: 1;
}
.catalog_element_new .reviews__select.open:before {
    transform: rotate(180deg);
    opacity: 1;
}
.catalog_element_new .reviews__select.select.nice-select:after {
    content: none;
}
.catalog_element_new .reviews__select.select option {
    padding: 0 18px;
    font-size: 14px;
}
.catalog_element_new .reviews__score {
    margin-bottom: 15px;
}
.catalog_element_new .reviews__score .leave_review_detail {
    position: absolute;
    right: 0;
    background-color: #781ECD;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    border-radius: 12px;
    padding: 13px;
    width: 274px;
    text-align: center;
}
.catalog_element_new .review_ii {
    border-radius: 20px;
    background-color: #EDD7FF;
    font-size: 17px;
}
.catalog_element_new .review_ii .zag {
    font-size: 22px;
    background-image: url('/local/templates/kitfort_new25(1)/img/kiit-new.png');
    padding-left: 84px;
}
.catalog_element_new .review_ii .zag .info {
    margin-left: 6px;
}
.catalog_element_new .review {
    border-radius: 20px;
    padding: 30px 40px;
}
.catalog_element_new .review__date {
    font-size: 12px;
}
.catalog_element_new .review__rating-star--active:before {
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/icon-star-filled-orange.svg');
}
.catalog_element_new .reviews__show-more-detail,
.catalog_element_new .reviews__show-more-detail2 {
    display: block;
    text-align: center;
    background-color: #f3f2f4;
    border-radius: 20px;
    font-size: 22px;
    padding: 18px;
}
.catalog_element_new .specs__content {
    display: block;
}
.catalog_element_new .specs__data-item {
    font-size: 17px;
    margin-bottom: 10px;
}
.catalog_element_new .specs__data-left {
    color: #999;
    max-width: unset;
}
.catalog_element_new .specs__data-right {
    width: auto;
    flex-basis: auto;
    flex-shrink: unset;
}
.catalog_element_new .specs__col-heading {
    font-size: 36px;
    color: #000;
    line-height: 1;
}
.catalog_element_new .specs__col--specs {
    margin-bottom: 30px;
}
.catalog_element_new .specs__download {
    background-color: transparent;
    padding: 10px 0;
    line-height: 1;
    text-align: left;
}
.catalog_element_new .specs__download-text {
    margin-left: 0;
    padding-left: 60px;
    display: block;
    color: #000;
    font-size: 17px;
    padding-top: 10px;
}
.catalog_element_new .specs__download-text:before {
    left: 0;
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/icon-download-grey.svg');
    width: 49px;
    height: 49px;
    border-radius: 8px;
    background-color: #f3f2f4;
    background-size: 23px 21px;
    background-position: center;
}
.catalog_element_new .specs__download-size {
    padding-left: 60px;
    display: block;
    color: #999;
    font-size: 14px;
}
.product-image__slider_mobile {
    text-align: center;
    margin-bottom: 25px;
    border-radius: 20px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.product-image__slider_mobile .slick-list {
    /*overflow: hidden !important;
    -webkit-mask-image: linear-gradient(black, black);*/
    margin: 0 -1px;
}
.product-image__slider_mobile .slick-dots {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(243, 242, 244, 0.5);
    border-radius: 20px;
    padding: 6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
}
.product-image__slider_mobile .slick-dots li {
    font-size: 0;
    border-radius: 50%;
    height: 3px;
    width: 3px;
    background-color: #999;
    margin: 0 2px;
}
.product-image__slider_mobile .slick-dots li.slick-active {
    width: 6px;
    height: 6px;
    background-color: #781ECD;
}
.catalog_element_new .product-aside__variations {
    padding: 0 1px;
    margin-bottom: 30px;
}
.catalog_element_new .markdown_block {
    margin-top: 15px;
    color: #999;
    font-size: 14px;
}
.catalog_element_new .specs__data-left-span:before {
    border-bottom: 1px solid #ddd;
}
.catalog_element_new .cart_price_mobile_wrap {
    margin-top: 3px;
    display: flex;
}
.catalog_element_new .cart_price_mobile {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 6px;
}
.catalog_element_new .cart_price_mobile.cart_price_mobile_purple {
    color: #781ECD;
}
.catalog_element_new .cart_price_mobile_left .price_discount {
    position: relative;
    top: unset;
    line-height: 22px;
    height: 22px;
    padding: 0 8px;
    font-weight: 700;
    margin-left: 8px;
}
.cart_price_mobile_alert {
    font-size: 12px;
    line-height: 1;
}
.cart_price_mobile_alert_green {
    color: #27D527;
}
.cart_price_mobile_alert_yellow {
    color: #FB7718;
}
.cart_price_mobile_alert_red {
    color: #F54A6C;
}
.catalog_element_new .others__wrap .btn_others {
    color: #fff;
    background-color: #781ECD;
}
.catalog_element_new .block_mgtop_a .others__wrap .findout_about_i.subscribed {
    background-image: url('/local/templates/kitfort_new25(1)/img/icons/icon_subscribe_white.svg');
    background-color: #781ECD;
}
.product-page__content.catalog_element_new .product-page__tags {
    position: relative;
    top: unset;
}
.product-page__content.catalog_element_new .product-page__tag {
    height: 24px;
    font-size: 12px;
    border-radius: 8px;
}

.popup.js-popup-price-detail {
    border-radius: 20px;
    width: 350px;
    margin-left: -175px;
}
.js-popup-price-detail .popup_close {
    top: 15px;
    right: 15px;
    width: 13px;
    height: 13px;
}
.js-popup-price-detail .popup__head {
    font-size: 23px;
    color: #000;
    margin-bottom: 20px;
}
.js-popup-price-detail .price_final {
    color: #781ECD;
    font-size: 26px;
    font-weight: 700;
}
.js-popup-price-detail .discount_text {
    font-size: 14px;
    color: #781ECD;
    margin-bottom: 20px;
}
.js-popup-price-detail .prices_wrap {
    display: flex;
}
.js-popup-price-detail .price_base_wrap {
    margin-right: 15px;
    color: #000;
}
.js-popup-price-detail .price_base {
    font-size: 26px;
    font-weight: 700;
}
.js-popup-price-detail .price_base_desc {
    font-size: 14px;
    line-height: 1;
}
.js-popup-price-detail .price_old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
    line-height: 1.1;
}
.js-popup-subscribe-item.modal_cashback .cb_container_text {
    flex-direction: row;
    flex-wrap: wrap;
}
.js-popup-subscribe-item.modal_cashback .zag_wrap {
    width: 60%;
    padding-left: 5px;
    text-align: left;
}
.js-popup-subscribe-item.modal_cashback .zag_wrap .zag {
    text-align: left;
    line-height: 1;
}
.js-popup-subscribe-item.modal_cashback .zag_wrap .text_btm {
    text-align: left;
}
.js-popup-subscribe-item.modal_cashback .btn_others {
    height: 42px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #781ECD;
    color: #fff;
    line-height: 1;
    border-radius: 12px;
    margin-top: 10px;
}
.js-popup-deliveries-detail .popup__head {
    font-size: 23px;
    color: #000;
    margin-bottom: 20px;
}
.js-popup-deliveries-detail .deliveries__item {
    display: block;
    margin-bottom: 15px;
}
.popup.js-popup-deliveries-detail {
    border-radius: 20px;
    width: 500px;
    margin-left: -250px;
}
.js-popup-deliveries-detail .popup_close {
    top: 15px;
    right: 15px;
    width: 13px;
    height: 13px;
}
.js-popup-deliveries-detail .delivery-item__head {
    display: flex;
    justify-content: space-between;
    color: #000000;
    margin-bottom: 8px;
}
.vars__item {
    display: flex;
    justify-content: space-between;
    line-height: 1.2;
}
.vars__space {
    flex-grow: 1;
    border-bottom: 1px solid #ddd;
    height: 13px;
}
.gallery-pics {
    scrollbar-width: none;
}
.gallery-pics .gallery-pics__item:focus .gallery-pics__item-image,
.gallery-pics .gallery-pics__item:hover .gallery-pics__item-image {
    transform: none;
}
.gallery-pics .gallery-pics__item-image {
    width: 148px;
    border-radius: 16px;
}
.gallery-pics .gallery-pics__item--active .gallery-pics__item-image {
    border: 2px solid #781ECD;
}
.gallery-pics .gallery-pics__item--active:after {
    content: none;
}
.mfp-gallery .mfp-close:after {
    background-image: url('/local/templates/kitfort_new25(1)/img/close-round.png');
    width: 50px;
    height: 50px;
}
.mfp-gallery .mfp-arrow-left,
.mfp-gallery .mfp-arrow-right{
    bottom: 47%;
}
.mfp-gallery .mfp-arrow-left:before,
.mfp-gallery .mfp-arrow-right:before {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #f3f2f4;
    content: '→';
    color: #999;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-top: 2px;
    background-image: none;
    font-size: 20px;
}
.mfp-gallery .mfp-arrow-left {
    left: 260px !important;
}
.mfp-gallery .mfp-arrow-left:before {
    transform: rotate(180deg);
}
@media screen and (min-width: 1024px) {
    .mfp-container .mfp-content {
        margin-left: 200px;
    }
}

@media screen and (max-width: 1450px) {
    .catalog_element_new .product-page__content-main {
        flex-basis: 62%;
    }
    .catalog_element_new .product-page__content-aside {
        flex-basis: 32%;
    }
    .catalog_element_new .product-image__slider {
        max-width: calc(100% - 160px);
    }
}

@media screen and (max-width: 1199px) {
    .product-aside .detail_top_btns .add_fav {
       margin: 0 0 0 0 !important;
    }

    .detail_top_btns .share_btn .result {
        right: unset;
        left: -10px;
    }
}

@media screen and (max-width: 1023px) {
    .mfp-gallery .mfp-arrow-left {
        left: 20px !important;
    }
    .gallery-pics.visible.js-gallery-pics {
        flex-direction: row;
        bottom: 0;
        top: unset;
        height: auto;
        display: flex;
        overflow-x: scroll;
        left: 0;
        width: 100%;
        justify-content: space-between;
        padding: 0;
    }
    .gallery-pics .gallery-pics__item {
        margin-bottom: 0;
        margin-right: 10px;
    }
    .mfp-content img.mfp-img {
        padding-bottom: 200px !important;
    }
}

.product-page__content .instagram-gallery__item > a {
    display: none;
}

.product-page__content .instagram-gallery__item {
    cursor: zoom-in;
}

.nabory__title {
    font-size: 28px;
    margin-bottom: 10px;
}
.nabory__row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}
.nabory__left {
    margin-right: 10px;
}
.nabory__img {
    max-width: 115px;
}
.nabory__right {
     padding-top: 35px;
    max-width: calc(100% - 130px);
 }
.nabory__name {
    font-size: 17px;
    line-height: 19px;
    margin-bottom: 10px;
    color: #000;
}
.nabory__prices {
    display: flex;
    flex-wrap: wrap;
}
.nabory__price {
    font-size: 24px;
    color: #781ECD;
    margin-right: 5px;
}
.nabory__price_old {
    font-size: 17px;
    color: #999;
    text-decoration: line-through;
}
.nabory__btn {
    display: block;
    color: #fff;
    background-color: #781ECD;
    text-align: center;
    outline: none;
    font-size: 19px;
    padding: 15px;
    line-height: 1;
}

@media (max-width: 767px) {
    main.product-page {
        padding-top: 50px !important;
    }
    .product-page .breadcrumb {
        display: none;
    }
    .catalog_element_new .product-image__slider {
        display: none;
    }
    .catalog_element_new .pic-text__content {
        margin-left: 0;
    }
    .catalog_element_new .product-page__content-aside .product-aside .detail_top_btns .detail_top_btn.add_fav {
        width: 33px;
        height: 33px;
        order: 2;
        background-size: 15px;
    }
    .catalog_element_new .product-page__content-aside .product-aside .detail_top_btns .detail_top_btn.share_btn {
        width: 33px;
        height: 33px;
        order: 1;
        background-size: 18px;

    }
    .catalog_element_new .detail_top_back {
        top: 64px;
    }
    .catalog_element_new .detail_top_btns {
        position: absolute;
        top: 64px;
        right: 4px;
    }
    .catalog_element_new .product-aside__variations {
        margin-bottom: 10px;
    }
    .catalog_element_new .product-aside__variations-item:before {
        width: 46px;
        height: 46px;
    }
    .catalog_element_new .product-aside__header {
        font-size: 26px;
    }
    .catalog_element_new .product-aside__reviews.minor-link {
        font-size: 14px;
    }
    .catalog_element_new .product-aside__char {
        font-size: 14px;
    }
    .catalog_element_new .price_discount {
        font-size: 12px;
    }
    .catalog_element_new .product-aside__price {
        margin-bottom: 2px;
        font-size: 30px;
    }
    .catalog_element_new .container_split {
        background-size: 22px;
    }
    .deliveries {
        padding: 12px 0;
        margin-bottom: 20px;
    }
    .catalog_element_new .product-page__content-aside .product-yama-line {
        margin-top: 2px;
    }
    .catalog_element_new .open_modal_price_detail {
        font-size: 10px;
    }
    .catalog_element_new .container_split .btm_text {
        font-size: 10px;
    }
    .catalog_element_new .old_price_detail {
        font-size: 16px;
    }
    .catalog_element_new .container_split .top_text {
        font-size: 14px;
    }
    .catalog_element_new .product-yama-line {
        font-size: 14px;
    }
    .deliveries__dropdown {
        font-size: 14px;
    }
    .deliveries__list {
        font-size: 14px;
    }
    .catalog_element_new .nav-tabs__btn {
        font-size: 14px;
        padding: 10px 20px;
        border-radius: 8px;
        margin-right: 0;
    }
    .catalog_element_new .nav-tabs {
        padding: 10px 0;
        margin-bottom: 10px;
        width: 100%;
    }
    .catalog_element_new .nav-tab {
        width: 100%;
    }
    .catalog_element_new .product-page__content-main {
        margin-right: 0;
    }
    .catalog_element_new .product-page__content-main .media-block {
        /*margin-right: -22px;*/
    }
    .catalog_element_new .pic-text__header {
        font-size: 26px;
    }
    .catalog_element_new .pic-text__description {
        font-size: 14px;
    }
    .catalog_element_new .product-page__content-main .specs__header {
        font-size: 26px;
        margin-bottom: 17px;
    }
    .catalog_element_new .js-insta-detail {
        gap: 5px;
    }
    .catalog_element_new.product-page__content .instagram-gallery__item {
        /*height: 85px;*/
    }
    .catalog_element_new .instagram-gallery__item_video:before {
        height: 35px;
        width: 25px;
    }
    .catalog_element_new .instagram-gallery__item .instagram-gallery__image {
        border-radius: 8px;
    }
    .catalog_element_new .js-insta-detail .more_link_detail {
        font-size: 14px;
        padding: 15px;
        border-radius: 8px;
    }
    .catalog_element_new .reviews__header {
        font-size: 26px;
        margin-bottom: 5px;
    }
    .catalog_element_new .reviews__score-value {
        margin-right: 13px;
    }
    .catalog_element_new .reviews__score-info {
        font-size: 14px;
    }
    .catalog_element_new .product-aside__reviews-stars {
        width: 82px;
        height: 14px;
        top: 7px;
    }
    .catalog_element_new .product-aside__reviews-stars:after {
        background-size: 65%;
    }
    .catalog_element_new .reviews__score .leave_review_detail {
        position: relative;
        width: 100%;
        font-size: 17px;
        padding: 2px;
    }
    .catalog_element_new .review_ii .zag {
        font-size: 17px;
    }
    .catalog_element_new .review_ii {
        font-size: 14px;
        padding: 20px 30px;
    }
    .catalog_element_new .review {
        padding: 20px 30px;
    }
    .catalog_element_new .review__author {
        font-size: 14px;
    }
    .catalog_element_new .review__date {
        font-size: 10px;
        margin-top: 8px;
    }
    .catalog_element_new .review__source {
        height: 25px !important;
    }
    .catalog_element_new .reviews__show-more-detail,
    .catalog_element_new .reviews__show-more-detail2 {
        font-size: 14px;
        padding: 8px;
        border-radius: 8px;
    }
    .catalog_element_new .videoreviews__header a {
        font-size: 26px;
    }
    .catalog_element_new .instagram-gallery__header_counter {
        font-size: 14px;
    }
    .catalog_element_new .specs__col--specs {
        margin-bottom: 12px;
        padding-right: 0;
    }
    .catalog_element_new .specs__data-item {
        font-size: 14px;
    }
    .catalog_element_new .specs__col-heading {
        font-size: 26px;
    }
    .catalog_element_new .specs__download-text {
        font-size: 14px;
        padding-left: 46px;
        padding-top: 4px;
    }
    .catalog_element_new .specs__download-size {
        font-size: 10px;
        padding-left: 46px;
        margin-top: 2px;
    }
    .catalog_element_new .specs__download-text:before {
        width: 33px;
        height: 33px;
        background-size: 17px;
    }
    .catalog_element_new .cart_wrapper {
        position: fixed;
        bottom: 70px;
        background-color: #fff;
        z-index: 1000;
        width: 100%;
        left: 0;
        padding: 8px 20px;
        align-items: flex-start;
        box-shadow: 0 -10px 7px -10px #0000004D;

         transform: translateZ(0);
        -webkit-transform: translateZ(0);
        backface-visibility: hidden;

        overflow: hidden;
    }
	body{
		    -webkit-overflow-scrolling: initial !important;
	}
    .catalog_element_new .block_flex__line.new_design.cart_wrapper .add_to_cart {
        max-width: 30%;
        min-width: 100px;
        font-size: 14px;
        padding: 7px 5px 8px;
        border-radius: 10px;
    }
    .catalog_element_new .block_flex__line.new_design.cart_wrapper .add_to_cart.in_cart {
        display: none;
    }
    .catalog_element_new .block_flex__line.new_design.cart_wrapper .popup_count {
        width: 130px !important;
        height: 43px;
        margin-top: 2px;
    }
    .catalog_element_new .product-aside {
        padding-top: 40px;
        overflow-y: unset;
        max-height: unset;
        overflow-x: hidden;
    }
    .catalog_element_new .product-aside .new_design.cart_wrapper .popup_count_minus,
    .catalog_element_new .product-aside .new_design.cart_wrapper .popup_count_plus {
        width: 43px;
        height: 43px;
        background-color: #F3E8FF;
        border: none;
        border-radius: 10px;
        color: #5F19C8;
    }
    .catalog_element_new .product-aside .cart_wrapper .popup_count_input {
        font-size: 17px;
        height: 43px;
        width: 34px;
    }
    .catalog_element_new .markdown_block {
        font-size: 14px;
        margin-top: 2px;
    }
    .catalog_element_new .markdown_btns {
        margin-top: 0;
    }
    .catalog_element_new .block_mgtop_a.cart_wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .catalog_element_new .block_mgtop_a .others__wrap {
        width: 226px;
    }
    .catalog_element_new .others__wrap .btn_others {
        width: 180px;
        border-radius: 12px;
    }
    .catalog_element_new .block_mgtop_a .others__wrap .findout_about_i {
        border-radius: 12px;
    }
    .catalog_element_new .js-container-price .discount_line.not_in_stck {
        background-color: #fff;
        width: auto;
        white-space: nowrap;
    }
    .catalog_element_new .js-container-price .findout_about_i.new_noprice {
        width: 153px;
        border-radius: 12px;
        height: 43px;
        font-size: 17px;
    }
    .js-popup-subscribe-item.modal_cashback {
        padding: 20px;
    }
    .js-popup-subscribe-item.modal_cashback .popup_close {
        width: 13px;
        height: 13px;
        top: 20px;
        right: 20px;
    }
    .js-popup-subscribe-item.modal_cashback .cb_container_text .item__img {
        max-width: 35%;
    }
    .js-popup-subscribe-item.modal_cashback .zag_wrap .zag {
        font-size: 23px;
        margin-bottom: 4px;
    }
    .js-popup-subscribe-item.modal_cashback .zag_wrap .text_btm {
        font-size: 14px;
        line-height: 1;
    }
    .catalog_element_new .open_modal_deliveries_detail {
        font-size: 10px;
    }
    .popup.js-popup-deliveries-detail {
        width: 360px;
        margin-left: -180px;
        padding: 25px;
    }
    .js-popup-deliveries-detail .popup_close {
        top: 20px;
        right: 18px;
    }
    .js-popup-deliveries-detail .deliveries__item {
        margin-bottom: 6px;
    }
    .catalog_element_new .product-aside__shops-links-item {
        font-size: 14px;
    }
    .mfp-gallery .mfp-close:after {
        width: 38px;
        height: 38px;
        left: unset;
        right: -10px;
    }
    .gallery-pics .gallery-pics__item-image {
        width: 70px;
    }
    .mfp-content img.mfp-img {
        padding-bottom: 120px !important;
    }
    .detail_top_btns .share_btn .result {
        left: -100px;
    }
}

@media (max-width: 768px) {
    .media__dropdown-content {
        width: fit-content;
        min-width: unset;
        right: 0;
    }
}
@media (min-width: 768px) {
    .catalog_element_new .product-image__slider_mobile {
        display: none;
    }
    .catalog_element_new .cart_price_mobile_wrap,
    .catalog_element_new .cart_price_mobile_left {
        display: none;
    }
    .detail_top_back {
        display: none;
    }

}

@media (max-width: 425px) {
    .catalog_element_new .nav-tabs__btn {
        flex-shrink: 1;
        flex-grow: 1;
        padding: 10px;
    }
}

@media (max-width: 350px) {
    .catalog_element_new .nav-tabs__btn {
        font-size: 13px;
    }
}