.wrapper.rating {
    font-family: "NavigoBlack", sans-serif;
}
/* .form__label__with-btn button {
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;
  height: 100%;} */
.form__label__with-btn {
    display: flex;
    gap: 13px;
    /* position: relative; */
}
.form__label__with-btn button{
    /* position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    height: 100%; */
    width: 145px;
    flex-grow: 0;
}
.wrapper.rating .simple-rating {
    display: -ms-flexbox;
    display: flex;
    width: 300px;
    margin-left: -12.5px;
    margin-right: -12.5px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 49px;
}
.wrapper.rating .simple-rating label {
    width: calc(20% - 25px);
    margin: 0 12.5px;
    height: 35px;
    display: block;
    position: relative;
}
.wrapper.rating .simple-rating label:before {
    display: block;
    width: 100%;
    position: absolute;
    content: "\e901";
    font-family: "rating" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 35px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: rgba(0, 0, 0, 0.2);
}
.wrapper.rating .simple-rating label:hover {
    cursor: pointer;
}
.wrapper.rating .simple-rating label:hover:before {
    color: #FCC200;
}
.wrapper.rating .simple-rating label:hover ~ label:before {
    color: #FCC200;
}
.wrapper.rating .simple-rating input {
    position: absolute;
    left: -9999px;
}
.wrapper.rating .simple-rating input:checked ~ label:before {
    color: #FCC200;
}
.wrapper.rating .crystal-rating {
    display: -ms-flexbox;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    position: relative;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 4px;
}
.wrapper.rating .crystal-rating__body {
    position: relative;
}
.wrapper.rating .crystal-rating__body:before {
    display: block;
    content: "\e901" "\e901" "\e901" "\e901" "\e901";
    font-family: "rating" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #F1F1F1;
}
.wrapper.rating .crystal-rating__items {
    position: absolute;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.wrapper.rating .crystal-rating__items input {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    display: block;
    height: 100%;
    opacity: 0;
    margin: 0;
}
.wrapper.rating .crystal-rating .crystal-rating__active {
    position: absolute;
    width: 0;
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    transition: width 0.2s ease-in;
}
.wrapper.rating .crystal-rating .crystal-rating__active:before {
    content: "\e901" "\e901" "\e901" "\e901" "\e901";
    font-family: "rating" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    color: #FCC200;
    overflow: hidden;
}
.wrapper.rating .crystal-rating .crystal-rating__value {
    display: inline-block;
    font-size: 0.7em;
    margin-left: 15px;
    letter-spacing: normal;
}
.my-slide {
    padding-bottom: 5%;
}
.my-slide img {
    max-width: 100%;
}
.thumbnails {
    display: -ms-flexbox;
    display: flex;
}
.my-thumb {
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.my-thumb img {
    max-width: 100%;
}
.ics .icon {
    font-size: 60px;
    color: rgba(0, 0, 0, 0.8);
}
.catalog-test {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 8px;
    margin-right: 8px;
    -ms-flex: 0 0 224px;
    flex: 0 0 224px;
    max-width: 224px;
}
.ui-elems {
    box-sizing: border-box;
    word-wrap: break-word;
    margin-left: 8px;
    margin-right: 8px;
    -ms-flex: 1 1 calc(100% - 224px - 32px);
    flex: 1 1 calc(100% - 224px - 32px);
}
.ui-elems .side-modal {
    position: relative;
    height: auto;
}
.ui-elems .billet {
    margin-bottom: 10px;
}
.ui-elems .pagination {
    margin-bottom: 10px;
}
.ui-elems .product-card--horisontal {
    max-width: 704px;
}
.icons-row {
    display: -ms-flexbox;
    display: flex;
    margin: 20px 0;
    width: 325px;
}
.ui-colors__item {
    width: 49px;
    height: 49px;
    border-radius: 50%;
    margin-right: 16px;
}
.ui-colors__item.bg_gray-l {
    margin-left: auto;
    background-color: #F1F1F1;
}
.ui-colors__item.bg_yellow-l {
    background-color: rgba(252, 194, 0, 0.6);
}
.ui-colors__item.bg_red-l {
    background-color: rgba(230, 54, 0, 0.6);
}
.ui-colors__item.bg_blue-l {
    background-color: #42C2EF;
}
.ui-colors__item.bg_accent-l {
    background-color: rgba(0, 61, 158, 0.6);
}
.ui-colors__item.bg_text-l {
    background-color: rgba(0, 0, 0, 0.6);
}
.ui-colors__item.bg_yellow {
    background-color: #FCC200;
}
.ui-colors__item.bg_red {
    background-color: #E63600;
}
.ui-colors__item.bg_blue {
    background-color: #13B3EB;
}
.ui-colors__item.bg_accent {
    background-color: #003D9E;
}
.ui-colors__item.bg_text {
    background-color: rgba(0, 0, 0, 0.8);
}
.cart-round-icon,
.chat-round-icon {
    padding: 0;
    background-color: transparent;
    border: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #E63600;
    position: relative;
}
@media (any-hover: hover) {
    .cart-round-icon,
    .chat-round-icon {
        cursor: pointer;
    }
}
@media (any-hover: hover) {
    .cart-round-icon,
    .chat-round-icon {
        cursor: pointer;
    }
}
.cart-round-icon .icon,
.chat-round-icon .icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    font-size: 20px;
    color: #fff;
}
.chat-round-icon {
    position: fixed;
    z-index: 12;
    right: 12px;
    bottom: 64px;
    background-color: #FCC200;
}
.chat-round-icon .icon {
    color: rgba(0, 0, 0, 0.8);
}
/*--------------------ui----------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-weight: normal;
    font-family: "NavigoMedium", sans-serif;
}
.page-main-sect {
    padding-top: 37px;
}
.page-main-sect .news__slider {
    padding-bottom: 15px;
}
@media only screen and (max-width: 576px) {
    .news__slider .swiper-pagination {
        bottom: 0;
    }
    .profitable_together-more {
        margin-top: 10px;
    }
    .page-main-sect.hits:not(.recomendations) {
        padding-top: 17px;
    }
}
@media only screen and (max-width: 576px) {
    .page-main-sect {
        padding-top: 32px;
    }
}
.sect-title {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 0.90909091;
}
@media only screen and (max-width: 767.98px) {
    .sect-title {
        margin-bottom: 7px;
        font-size: 16px;
    }
}
@media only screen and (min-width: 1440px) {
    .sect-title {
        font-size: 24px;
    }
}
.catalog-block .sect-title {
    font-size: 18px;
    line-height: 1.11111111;
}
@media only screen and (max-width: 767.98px) {
    .catalog-block .sect-title {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1440px) {
    .catalog-block .sect-title {
        font-size: 28px;
    }
}
.catalog-block {
    margin-top: 42px;
}
@media only screen and (max-width: 576px) {
    .catalog-block {
        margin-top: 28px;
    }
    /* .news-list {} */
}
.photo-remove {
    padding: 0;
    background-color: transparent;
    border: none;
    width: 24px;
    height: 24px;
    position: relative;
}
@media (any-hover: hover) {
    .photo-remove {
        cursor: pointer;
    }
}
.photo-remove .icon {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
}
.link {
    font-size: 12px;
    line-height: 1.25;
    color: rgba(0, 0, 0, 0.6);
    text-decoration: none;
}
@media only screen and (min-width: 1440px) {
    .link {
        font-size: 14px;
    }
}
.link:hover,
.link:active,
.link:focus {
    text-decoration: underline;
}
.std-link1 {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #767676;
    transition: opacity 0.3s;
    font-weight: 400;
    cursor: pointer;
}
.std-link {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #767676;
    transition: opacity 0.3s;
    font-weight: 400;
}
.std-link:hover,
.std-link:active {
    opacity: 0.5;
}
.page-top-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
}
.page-top-block__content {
    padding-right: 11px;
}
.page-top-block__text {
    font-size: 12px;
    line-height: 1.25;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.8);
    opacity: 0.4;
}
@media only screen and (min-width: 1440px) {
    .page-top-block__text {
        font-size: 14px;
    }
}
.big-rating {
    margin-top: 18px;
    margin-bottom: 19px;
}
.big-rating .simple-rating {
    display: -ms-flexbox;
    display: flex;
    width: 265px;
    margin-left: -11.5px;
    margin-right: -11.5px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 42px;
}
.big-rating .simple-rating label {
    width: calc(20% - 23px);
    margin: 0 11.5px;
    height: 30px;
    display: block;
    position: relative;
}
.big-rating .simple-rating label:before {
    display: block;
    width: 100%;
    position: absolute;
    content: "\e901";
    font-family: "rating" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #F1F1F1;
}
.big-rating .block-click-on-star {
    display: -ms-flexbox;
    display: flex;
    width: 265px;
    margin-left: -11.5px;
    margin-right: -11.5px;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    font-size: 42px;
}
.big-rating .block-click-on-star label {
    width: calc(20% - 23px);
    margin: 0 11.5px;
    height: 30px;
    display: block;
    position: relative;
}
.big-rating .block-click-on-star label:before {
    display: block;
    width: 100%;
    position: absolute;
    content: "\e901";
    font-family: "rating" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    line-height: 30px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #F1F1F1;
}
/* .big-rating .block-click-on-star label:hover {
  cursor: pointer;
}
.big-rating .block-click-on-star label:hover:before {
  color: #FCC200;
} */
.big-rating .block-click-on-star label:hover ~ label:before {
    color: #FCC200;
}
.big-rating .block-click-on-star input {
    position: absolute;
    left: -9999px;
}
.big-rating .block-click-on-star input:checked ~ label:before {
    color: #FCC200;
}
.big-rating .simple-rating label:hover {
    cursor: pointer;
}
.big-rating .simple-rating label:hover:before {
    color: #FCC200;
}
.big-rating .simple-rating label:hover ~ label:before {
    color: #FCC200;
}
.big-rating .simple-rating input {
    position: absolute;
    left: -9999px;
}
.big-rating .simple-rating input:checked ~ label:before {
    color: #FCC200;
}
.block-click-on-star {
    cursor: unset;
    /* color: #F1F1F1; */
    pointer-events: none;
}
/*
.block-click-on-star label:hover:before{
  cursor: unset;
  color: #F1F1F1;
  pointer-events: none;
}
.block-click-on-star .simple-rating label:hover {
  cursor: pointer;
}
.block-click-on-star .simple-rating label:hover:before {
  color: #F1F1F1;
}
.block-click-on-star .simple-rating label:hover ~ label:before {
  color: #F1F1F1;
}
.block-click-on-star .simple-rating input {
  position: absolute;
  left: -9999px;
}
.block-click-on-star .simple-rating input:checked ~ label:before {
  color: #F1F1F1;
} */
.light-label {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
@media (any-hover: hover) {
    .light-label {
        cursor: pointer;
    }
}
.light-label__input {
    position: absolute;
    box-sizing: border-box;
    width: 1px;
    height: 1px;
    display: block;
    left: 50%;
    top: 100%;
    margin: 0;
    padding: 0;
    opacity: 0;
}
.light-label__input:checked + .light-label__check {
    border-width: 0;
}
.light-label__input:checked + .light-label__check .icon {
    display: block;
}
.light-label__input[disabled] + .light-label__check {
    border-color: #E5E5E5;
}
.light-label__check {
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 7px;
    position: relative;
    border: 2px solid #A9A9A9;
    border-radius: 2px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.light-label__check .icon {
    display: none;
    font-size: 1.25rem;
    color: #A9A9A9;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
}
.light-label__caption,
.cart-content__action-label {
    font-size: 0.75rem;
    line-height: 0.9375rem;
    color: #A9A9A9;
}
.light-label__caption a,
.cart-content__action-label a {
    color: #A9A9A9;
}
.std-par {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 140%;
    opacity: 0.6;
}
.std-par:last-child {
    margin-bottom: 0;
}
@media only screen and (max-width: 576px) {
    .std-par {
        font-size: 14px;
    }
}
.std-date {
    opacity: 0.6;
}
@media only screen and (max-width: 576px) {
    .std-date {
        font-size: 10px;
        line-height: 12px;
    }
}
.price-tooltip {
    display: block;
    position: absolute;
    padding: 7px 6.5px 12px 6.5px;
    color: #fff;
    font-weight: 700;
    font-size: 0.75rem;
    line-height: 0.9375rem;
    white-space: nowrap;
    background-image: url("../img/page-template/hits/bg_price-tooltip.svg");
    background-position: -5px bottom;
    background-repeat: no-repeat;
    background-size: contain;
}
@media (any-hover: hover) {
    .price-tooltip {
        cursor: pointer;
    }
}
@media only screen and (max-width: 767.98px) {
    .price-tooltip {
        padding-top: 5px;
        padding-bottom: 10px;
        font-size: 12px;
        line-height: 12px;
    }
}
.price-tooltip:before {
    content: "";
    display: block;
    width: 100%;
    height: calc(100% - 12px);
    position: absolute;
    top: 0;
    left: 0;
    background-color: #E63600;
}
.price-tooltip__inner {
    position: relative;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 7px;
}
.price-tooltip--crossedout {
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}
.price-tooltip .icon {
    margin-left: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    color: #fff;
    font-size: 10px;
}
@media only screen and (max-width: 767.98px) {
    .price-tooltip .icon {
        font-size: 7px;
        margin-left: 4px;
    }
}
.product-tooltip {
    display: none;
    padding: 23px;
    transition: all 0.2s;
    white-space: normal;
}
.product-tooltip__inner {
    padding: 9px 15px 9px 9px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 16.875rem;
    border-radius: 4px;
    background: #FFFFFF;
}
.product-tooltip__inner .product-card__border {
    width: 88px;
    height: 88px;
    padding: 0;
    margin-right: 11px;
}
.product-tooltip__inner .product-card__img {
    width: 88px;
    height: 88px;
}
.product-tooltip__inner .product-card__price-block {
    text-decoration: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 5px;
}
.product-tooltip__inner .product-price {
    font-size: 1rem;
    line-height: normal;
}
.product-tooltip__inner .product-price-sale {
    line-height: normal;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 16px;
}
.product-tooltip__inner .product-card__name {
    font-weight: 400;
    font-size: 0.75rem;
}
@media only screen and (max-width: 1440px) {
    .product-tooltip__inner .product-card__name {
        height: 45px;
    }
}