body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 20px;
    position: relative;
    color: #232323;
}
.hidden-elements-form {
    visibility: hidden;
}
body, html {
    margin: 0;
    padding: 0;
}
body.compensate-for-scrollbar {
    overflow: initial !important;
}
.compensate-for-scrollbar {
    margin-right: 0 !important;
}
::-webkit-scrollbar {
    width: 2px;
    background: #fff;
    border-radius: 7px;
}
::-webkit-scrollbar-thumb {
    background: #FF0000;
    border-radius: 7px;
    cursor: pointer;
    max-width: 2px;
    max-height: 2px;
}
::-webkit-scrollbar-track {
    cursor: pointer;
}

h2, h1, p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a {
    color: #232323;
    text-decoration: none;
    line-height: normal;
}

p {
    line-height: normal;
    color: #232323;
}

button, input {
    outline: none;
    border: none;
    cursor: pointer;
}

.container {
    max-width: 1200px;
    margin: 0px auto;
    width: 100%;
}

.container-fluid {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

/*custom styles*/
.d-flex  {
    display: flex;
}
.a-item-center {
    align-items: center;
}
.a-item-f-start {
    align-items: flex-start;
}
.a-item-f-end {
    align-items: flex-end;
}
.j-content-sb {
    justify-content: space-between;
}
.j-content-center {
    justify-content: center;
}
.f-direction-column {
    flex-direction: column;
}
.j-content-end {
    justify-content: flex-end;
}
.j-content-start {
    justify-content: flex-start;
}
.f-wrap {
    flex-wrap: wrap;
}
.w-100 {
    width: 100%;
}
.fz-11 {
    font-size: 11px;
}
.fz-12 {
    font-size: 12px;
}
.fz-14 {
    font-size: 14px;
}
.fz-16 {
    font-size: 16px;
}
.fz-18 {
    font-size: 18px;
}
.fz-20 {
    font-size: 20px;
}
.fz-22 {
    font-size: 22px;
}
.fz-24 {
    font-size: 24px;
}
.fz-26 {
    font-size: 26px;
}
.fz-28 {
    font-size: 28px;
}
.fz-32 {
    font-size: 32px;
}
.fz-58 {
    font-size: 58px;
}
.mw-50 {
    max-width: 50%;
}
.mw-48 {
    max-width: 48%;
}
.mw-172 {
    max-width: 172px;
}
.fw-300 {
    font-weight: 300;
}
.fw-500 {
    font-weight: 500;
}
.fw-600 {
    font-weight: 600;
}
.fw-700 {
    font-weight: 700;
}
.fw-900 {
    font-weight: 900;
}
.color-red {
    color: #D80010;
}
.color-gray {
    color: #8D8D8D;
}
.color-blue {
    color: #014FA2;
}
.color-white {
    color: #fff;
}
.color-black {
    color: #292A2B;
}
.color-w-blue {
    color: #F5FAFF;
}
.mb-10 {
    margin-bottom: 10px;
}
.mb-20 {
    margin-bottom: 20px;
}
.mb-40 {
    margin-bottom: 40px;
}
.transition {
    transition: all 0.3s ease-in-out;
}
img {
    max-width: 100%;
}
.ttu {
    text-transform: uppercase;
}
.tdu {
    text-decoration: underline;
}
.p-70 {
    padding: 70px 0px;
}
.p-80 {
    padding: 80px 0px;
}
.pb-80 {
    padding-bottom: 80px;
}
/*custom styles END*/

/*tabs*/
.tabs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 15px 26px;
    margin-bottom: 51px;
}
.tab-item {
    padding: 5px 14px;
    border: 1px solid #acacac;
    cursor: pointer;
    border-radius: 10px;
    min-height: 25px;
    display: flex;
    align-items: center;
    color: #706e6e;
    justify-content: center;
    transition: all 0.4s ease;
    font-size: 16px;
}
.tab-item.active {
    background: #4b4a4a;
    color: #fff;
}
.tab-item:hover {
    transition: all 0.4s ease;
    background: #4b4a4a;
    color: #fff;
}
.tab-menu {
    padding-bottom: 57px;
}
.cards {
    display: grid;
    gap: 19px 27px;
    grid-template-columns: repeat(4, 1fr);
}
.cards-catalog .cards-item {
    min-height: 290px;
}
.cards-catalog .cards-item .cards-item__img {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cards-catalog .cards-item .cards-item__title span {
    text-align: center;
}
.cards-catalog .cards-item .cards-item__img img {
    object-fit: contain;
    width: 226px;
    height: 226px;
}
.tab-content {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
}
.tab-content.active {
    display: block;
    opacity: 1;
}
/*tabs END*/

/*header*/
.header-mobile,
.header-mobile-bottom {
    display: none;
}
.logo {
    width: 100%;
    max-width: 182px;
    display: flex;
    align-items: center;
}
.main-slider {
    height: 420px;
    margin-bottom: 51px;
}
.header {
    padding: 17px 0px 20px;
}
.main-slider-swiper__item {
    width: 100%;
    height: 420px;
}
.main-menu ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px 26px;
}
.main-menu > ul:nth-child(2) li:hover a {
    color: #FF0000;
    transition: all 0.4s ease;
}
.main-menu ul li a {
    font-size: 18px;
    transition: all 0.4s ease;
}
.add-cart {
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 7px;
}
.add-to-cart {
    cursor: pointer;
}
/*header END*/

/*cards*/
.cards-item {
    box-shadow: 0 4px 41px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    min-height: 440px;
    border-radius: 10px;
    gap: 10px 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all 0.4s ease;
    border: 1px solid transparent;
}
.cards-item__img {
    display: block;
    width: 100%;
    height: 254px;
    margin-bottom: 15px;
    text-align: center;
}
.cards-item__img img {
    height: 100%;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}
.cards-item__title span {
    padding: 0px 20px;
    font-size: 18px;
    display: block;
}
.cards-item__title {
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.cards-item__count {
    font-weight: 400;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}
.cards-item__description {
    color: #6a6a6a;
    text-align: center;
    padding: 0 10px;
    font-size: 16px;
}
.cards-item__bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px 20px;
    gap: 5px 28px;
}
.cards-item:hover {
    border: 1px solid #FF0000;
    transition: all 0.4s ease;
}
.cards-item:hover .cards-item__bottom a {
    transition: all 0.4s ease;
    color: #fff;
    background: #FF0000;
}
.cards-item__bottom a {
    width: 130px;
    height: 40px;
    transition: all 0.4s ease;
    min-width: 130px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border: 1px solid #FF0000;
    border-radius: 10px;
    justify-content: center;
}
/*cards END*/

/*actii*/
.h2-title {
    width: 100%;
    text-align: center;
    font-size: 32px;
    margin-bottom: 38px;
}

/*next styles*/
.footer {
    background: #000;
    padding: 20px 0px;
    min-height: 60px;
}
.footer-block p {
    font-size: 16px;
    color: #fff;
}
.modal-win {
    display: none;
}
/*next styles END*/

#productNachinka,
#productSuccess {
	width: 100%;
	max-width: 400px;
	font-size: 18px;
	text-align: center;
}
.modal-window {
	display: none;
	width: 400px
}
.breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    padding: 30px 0px;
}
.divider {
    margin: 0 5px;
}
.inner-block {
    padding-bottom: 40px;
}
.inner-block h1 {
    margin-bottom: 35px;
}
.main-menu ul ul {
    display: none;
}
.contacts-item-inner ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
.footer-block {
    display: flex;
    gap: 20px 81px;
    align-items: flex-start;
}
.product-new-container {
    gap: 30px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
.footer-block-right {
    display: flex;
    justify-content: flex-end;
    gap: 20px 50px;
}
.foote-block-mid {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
}
.footer-block-right ul li a,
.footer-block-left a,
.footer-block-left p {
    color: #fff;
    font-size: 16px;
}
.footer-block-right ul,
.footer-block-left {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.footer-bot {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    text-align: center;
    padding: 30px 0px 10px;
}
.product-page-slider-wrapper .title {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 30px;
}
.soc {
    display: flex;
    align-items: center;
    gap: 10px;
}
.soc a {
    display: flex;
    align-items: center;
    max-width: 48px;
}
.soc a:nth-child(2) {
    max-width: 36px;
    margin-right: 5px;
}

.product-info .add-to-cart.button-green:hover,
.product-info .add-to-cart-spec.button-green:hover {
    transition: all 0.4s ease;
    color: #fff;
    background: #FF0000;
}
.product-info .add-to-cart.button-green,
.product-info .add-to-cart-spec.button-green {
    width: 230px;
    height: 40px;
    transition: all 0.4s ease;
    min-width: 130px;
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    background: #fff;
    border: 1px solid #FF0000;
    border-radius: 10px;
    justify-content: center;
    cursor: pointer;
}
.product-image__img {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 350px;
    border-radius: 10px;
    border: 1px solid #FF0000;
    padding: 25px;
}
.product-image__img img {
    height: 100%;
    border-radius: 10px;
}
.spec_flags {
    position: absolute;
    right: 10px;
    top: 10px;
    background: #FF0000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
}
.spec_flags .flag {
    padding: 5px;
}
.product-info h1 {
    font-size: 32px;
    margin-bottom: 20px;
}
.product-info p {
    font-size: 16px;
}
.sostav,
.desc {
    margin-bottom: 25px;
}
.product-info .bot {
    display: flex;
    align-items: center;
    gap: 20px;
}
.prices span {
    font-size: 24px;
}
.cart-page .image img {
        max-width: 170px;
    border-radius: 5px;
    border: 1px solid #FF0000;
    width: 170px;
    min-width: 150px;
    object-fit: contain;
    height: 170px;
}
.cart-table {
    width: 100%;
}
.cart-table td {
    font-size: 18px;
}
.header-top {
    gap: 10px;
}
.header-top-right {
    display: flex;
    align-items: center;
    gap: 25px;
}
.header-top-left {
    gap: 17px;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 70%;
}
.phone span {
    font-weight: 600;
    font-size: 22px;
}
.rezhim,
.adress {
    font-size: 14px;
}
.count-block {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 130px;
    margin: 0px auto;
    border: 1px solid #FF0000;
    border-radius: 5px;
}
input[type="number"]::-webkit-inner-spin-button, 
input[type="number"]::-webkit-outer-spin-button 
{ 
    -webkit-appearance: none; margin: 0; 
}
.count-block input {
    width: 50px;
    text-align: center;
    padding: 0;
    margin: 0 5px;
}
.price,
.weight,
.summa {
    text-align: center;
}
.delbutton {
    font-size: 10px;
    color: #FF0000;
    font-weight: bold;
}
.cart-table-wrap {
    margin-bottom: 30px;
}
.cart-promocod {
    margin-bottom: 30px;
}
.count-block .minus {
    position: relative;
    top: -2px;
}
thead th {
    font-size: 18px;
}
.cart-promocod label {
    
}
.cart-promocod input {
    border: 1px solid #FF0000;
    border-radius: 4px;
    padding: 10px;
    width: 100%;
    max-width: 270px;
    margin: 15px 0px;
}
.plus,
.minus {
    cursor: pointer;
}
.cart-promocod p,
.cart-promocod span {
    font-size: 16px;
}
.cart-promocod .but,
.new-sub {
    border: 1px solid #FF0000;
    padding: 5px;
    border-radius: 3px;
    color: #fff;
    background: #FF0000;
    display: block;
    width: 100%;
    max-width: 150px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}
.cart-promocod .but:hover,
.new-sub:hover {
    background: transparent;
    transition: all 0.3s ease;
    color: #000;
}
.cart-delivery  {
    margin-bottom: 10px;
    font-size: 16px;
}
.cart-overall {
    margin-bottom: 30px;
    font-size: 18px;
}
.gift-block {
    margin-bottom: 30px;
    font-size: 16px;
}
.gift-block img {
    max-width: 200px;
}
.gift-block p.b {
    margin-bottom: 10px;
}
.new-sub {
    font-size: 20px;
    max-width: 100%;
    height: 42px;
}
.cart-form {
    margin-bottom: 30px;
}
.cart-form .text {
    margin-bottom: 10px;
    font-size: 18px;
}
.cart-form .title {
    margin-bottom: 15px;
}
.hidden-elements-form,
.cart-form-input.no {
    display: none;
}
.cart-form form {
    display: grid;
    gap: 19px 27px;
    grid-template-columns: repeat(2, 1fr);
}
.act-label-form {
    border: 1px solid #FF0000;
    border-radius: 3px;
    padding: 5px 10px;
    display: flex;
    align-items: center;
}
.act-label-form .cart-form-input {
    padding: 0px;
    margin: 0px;
    height: 30px;
    display: flex;
    align-items: center;
    width: 100%;
}
.pay-type,
.act-label-form__select .cart-form-input {
    border: none !important;
    outline: none !important;
}
.cart-form-input__pod {
    border-right: 1px solid #FF0000;
    padding-right: 10px !important;
}
.cart-form-input__etazh {
    padding-left: 10px !important;
}
.alert-pay-text {
    margin-top: 30px;
}
.header-top-right__cont {
    display: flex;
    flex-direction: column;
}
.fz-70 {
    font-size: 70px;
}
.fw-700 {
    font-weight: 700;
}
.lh-120 {
    line-height: 120%;
}
.mb-50 {
    margin-bottom: 50px;
}
.color-white {
    color: #fff;
}
.main-slider-content p:first-child {
    max-width: 730px;
}
.btn-red.btn {
    border-radius: 10px;
    max-width: 307px;
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: #FF0000;
    color: #fff;
    font-weight: 600;
}
.main-slider-swiper__item .container {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}
.delivery-block {
    gap: 20px 27px;
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 20px;
}
.d-grid {
    display: grid;
}
.delivery-block-item {
    border-radius: 10px;
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    background: #f4f4f4;
    min-height: 172px;
}
.delivery-block-item__content {
    padding: 10px 20px 24px;
}
.delivery-block-item__content span {
    font-weight: 800;
    font-size: 64px;
    color: #FF0000;
}
.delivery-alert-block {
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    border: 1px solid #FF0000;
    padding: 28px 7px;
    margin-bottom: 40px;
}
.delivery-alert-block span {
    font-weight: 800;
}
.delivery {
    padding-top: 60px;
}
.delivery-block-sec {
    padding: 40px 0px;
}
.delivery-block-sec-item {
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.11);
    background: #fff;
    min-height: 161px;
    border-radius: 10px;
}
.delivery-block-sec-item__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 13px;
    font-size: 16px;
}
.delivery-block-sec-item__content img {
    margin-bottom: 15px;
}
.product-page-slider-wrapper {
    padding-bottom: 40px;
}
.delivery-card {
    background: #f4f4f4;
    border-radius: 10px;
    padding: 29px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 40px;
}
.delivery-card-left {
    max-width: 500px;
    width: 100%;
}
.delivery-card-left p:first-child {
    font-weight: 700;
    margin-bottom: 20px;
}
.delivery-card-left p:not(:first-child) {
    font-size: 16px;
    line-height: 130%;
    color: #6a6a6a;
    margin-bottom: 20px;
}
.delivery-card-left__btns {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 11px;
}
.btn-red.linked {
    border-radius: 10px;
    width: 100%;
    height: 50px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    background: #FF0000;
}
.linked-transpatent {
    border-radius: 10px;
    width: 100%;
    height: 50px;
    max-width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 16px;
    color: #706e6e;
    border: 1px solid  #FF0000;
}
.why-we {
   padding: 40px 0px;
}
.why-we-block {
    grid-template-columns: repeat(5, 1fr);
    gap: 20px 25px;
}
.why-we-block-item img {
    margin-bottom: 16px;
}
.why-we-block-item p {
    font-size: 16px;
    line-height: 130%;
}
.advantages-block {
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #f4f4f4;
    padding: 40px;
    gap: 25px 74px;
}
.advantages-block__title {
    font-weight: 700;
    font-size: 32px;
    max-width: 319px;
    width: 100%;
}
.advantages-block ul {
    width: 100%;
    max-width: 657px;
}
.advantages-block ul li {
    font-size: 16px;
    position: relative;
    padding-left: 16px;
}
.advantages-block ul li:not(:last-child) {
    margin-bottom: 20px;
}
.advantages-block ul li::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 6px;
    width: 10px;
    height: 10px;
    min-width: 10px;
    background: #FF0000;
    border-radius: 50%;
}
.advantages-block {
    margin-bottom: 50px;
}
.main-page-content p{
    font-size: 16px;
    line-height: 130%;
    color: #6a6a6a;
}
.main-page-content .bold {
    font-weight: 700;
    font-size: 20px;
    color: #000;
}
.main-page-content p:not(:last-child) {
    margin-bottom: 30px;
}
.main-page-content .small {
    color: #000;
}
.main-page-content {
    padding: 40px 0px 80px;
}
.footer-block-list ul {
    column-count: 2;
}
.footer a,
.footer,
.footer p {
    color: #fff;
}
.footer-logo {
    width: 100%;
    display: flex;
    align-items: center;
    max-width: 182px;
}
.footer-logo img {
    max-width: 100%;
}
.footer-block-list {
    width: 100%;
    max-width: 500px;
}
.footer-block-list ul {
    display: grid;
    gap: 10px 87px;
    grid-template-columns: repeat(2, 1fr);
}
.footer-block-list ul li a {
    font-size: 16px;
}
.footer-contacts__top {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 17px;
}
.footer-danger {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.fancybox-inner {
    height: auto;
}
.fancybox-skin {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 20px !important;
    animation: fadeInScale 0.3s ease;
    max-width: 400px;
}
.modal-window {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    text-align: center;
    line-height: 1.4;
}
.modal-window::before {
    content: "✔";
    display: block;
    font-size: 30px;
    color: #FF0000;
    height: 40px;
    width: 40px;
    margin: 0px auto 10px;
    min-width: 40px;
    border: 1px solid;
    border-radius: 50%;
    animation: popIn 0.3s ease;
}
.fancybox-close {
    top: 0px;
    right: 0px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 8040;
    background-repeat: no-repeat !important;
    background-size: 100% !important;
    background-image: url('../img/icon-new/cross.png') !important;
}

@keyframes fadeInScale {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@keyframes popIn {
    from {
        opacity: 0;
        transform: scale(0.5);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

.delbutton {
    cursor: pointer;
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 15px 26px;
}
/* каталог меню */
.static-dropdown-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}
.static-dropdown-menu > li {
    position: relative;
}
.static-dropdown-menu > li > a {
    text-decoration: none;
    color: #232323;
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s;
}
.static-dropdown-menu > li > a::after {
    content: "▾";
    font-size: 12px;
    transition: transform 0.3s ease, color 0.3s ease;
    color: #666;
}
.static-dropdown-menu > li:hover > a {
    color: #FF0000;
}
.static-dropdown-menu > li:hover > a::after {
    color: #FF0000;
    transform: rotate(180deg);
}

.static-dropdown-menu li ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    list-style: none;
    margin: 0;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    border-radius: 8px;
    z-index: 1000;
    display: grid;
    gap: 15px;
    grid-template-columns: repeat(2, 1fr);
    padding: 15px;
    border-radius: 10px;
}
.static-dropdown-menu li ul li a {
    display: block;
    padding: 8px 10px;
    color: #000;
    font-weight: 400;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.3s, color 0.3s;
}
.static-dropdown-menu li ul li a:hover {
    background: #FF0000;
    color: #fff;
    border-radius: 8px;
}
.static-dropdown-menu > li:hover > ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.static-dropdown-menu ul li:hover a {
    color: #232323;
}
.footer-adress a {
    font-size: 18px;
}

/* телега */

.fix-telegram {
    position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 9999;
}
.tg-icon {
    display: flex;
    align-items: center;
    border-radius: 50%;
}
.fix-telegram a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 8px 15px 8px 10px; 
    border-radius: 50px;
    background: rgb(42,171,238);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: visible;
    transition: transform 0.3s ease, background 0.3s ease, box-shadow 0.3s ease;
    text-decoration: none;
}
.fix-telegram .tg-label {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    white-space: nowrap;
}
.fix-telegram a img {
    width: 28px;
    height: 28px;
    z-index: 2;
}
.fix-telegram a::before,
.fix-telegram a::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background: rgba(0, 136, 204, 0.4);
    width: 45px;
    height: 45px;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    animation: pulse 3s infinite;
}
.fix-telegram a::after {
    animation-delay: 1.5s;
}
@keyframes pulse {
    0% {
        transform: translateY(-50%) scale(1);
        opacity: 0.6;
    }
    100% {
        transform: translateY(-50%) scale(2.2);
        opacity: 0;
    }
}
.fix-telegram a:hover {
    transform: scale(1.05);
    background: #00aaffab;
    box-shadow: 0 6px 20px rgba(0, 136, 204, 0.6);
}
@keyframes tapFeedback {
    0%   { transform: scale(1); }
    50%  { transform: scale(0.9); }
    100% { transform: scale(1); }
}
.fix-telegram a:active {
    animation: tapFeedback 0.2s ease;
}

/*  price */
.cards-item-bot-price {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* тултип */
.tooltip-price {
    position: relative;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.tooltip-price img {
    max-width: 22px;
}
.tooltip-text {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%) translateY(10px);
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 10px;
    border-radius: 6px;
    font-size: 13px;
    white-space: nowrap;
    transition: opacity 0.3s ease, transform 0.3s ease;
    pointer-events: none;
    z-index: 100;
}
.tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0,0,0,0.85) transparent transparent transparent;
}
.tooltip-price:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
}
.cart-page .tooltip-price {
    top: 3px;
}