.d-flex{
    display: flex;
}
.flex-column{
    flex-direction: column;
}
.gap-2{
    gap: 1rem;
}

.top-tovar-block{
    display: flex;
    gap: 1.5rem;
}
.tovar-block {
    padding: 1rem;
    border-radius: 1rem;
    width: 100%;
}
.tovar-block-img-container{
    flex: 1;
    max-width: 50%;
    border-radius: 1rem;
    padding: 1rem;
  
    display: flex;
    gap: 1rem;
    flex-direction: column;
    align-items: center;
    background-color: rgba(243,246,251,0.5);
    box-shadow: 0px -1px 2px 0px rgba(0, 0, 0, 0.25);

}
.tovar-block-kp{
    cursor: pointer;
    border-radius: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-decoration: none;
    transition: all 0.3s ease;
    img{
        width: 1.4rem;
    }
}
.tovar-block-video-container, .tovar-block-specialist-container{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    text-decoration: none;
    background-color: rgb(0, 180, 0);
    transition: all 0.7s ease;
    border-radius: 1rem;
    padding: .5rem 1rem;
    width: fit-content;
    color: white;
    svg{
        width: .8rem;
    }
    cursor: pointer;
}
.tovar-block-specialist-container{
    background-color: rgba(16, 43, 201, 1);;
}


.tovar-block-video-container-icon,.tovar-block-specialist-container-icon{
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    border-radius: 50%;
    background-color: rgba(255,255,255,1);
    color: green;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.7s ease;
}
.tovar-block-video-container:hover{
    background-color: rgba(2,150,2,1);
    .tovar-block-video-container-icon{
        background-color: rgba(2,150,2,1);
        color: white;
    }
}
.tovar-block-specialist-container:hover{
    background-color: rgba(30,95,120,1);
    .tovar-block-specialist-container-icon{
        background-color: rgba(30,95,120,1);
        color: white;
    }
}
.tovar-block-content-container{
    flex: 1;
    max-width: 50%;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.tovar-block-img-pagination{
    width: 100%;
    display: flex;
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}
.tovar-block-img-pagination-item{
    width: 1.5rem;
    height: 1.5rem;
    font-size: 1.3rem;
    border-radius: 50%;
    border: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(16, 43, 201, 1);;
    transition: all 0.3s ease;
}
.tovar-block-img-pagination-item.is-active, .tovar-block-img-pagination-item:hover{
    background-color: rgba(209, 59, 17, 1);
}

.tovar-block-download-pdf, .tovar-block-article{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    background-color: rgba(243,246,251,0.5);
    padding: .5rem 1rem;
    border-radius: 2rem;
    text-decoration: none;
    color: #000;
    font-size: .8rem;
    transition: all 0.3s ease;
}
.tovar-block-download-pdf:hover{
    background-color: rgba(243,246,251,1);
}
.tovar-block-dop-info-container{
    display: flex;
    gap: 1rem;
    align-items: center;
}
.tovar-block-download-pdf img{
    height: 1rem;
}
.tovar-block-img-slider{
    width: 100%;
    overflow: hidden;
    border-radius: 1rem;
    aspect-ratio: 1/0.7;
    position: relative;
}

.tovar-block-img-item{
    display: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: all 0.3s ease;
    img{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transition: all 0.3s ease;
    }
}
.tovar-block-img-item.is-active{
    display: block;
}

.tovar-block-tags{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.tovar-block-tag{
    background-color: rgba(243,246,251,0.5);
    padding: .5rem .5rem;
    padding-right: .7rem;
    border-radius: 2rem;
    text-decoration: none;
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .2rem;
    font-size: .8rem;
    transition: all 0.3s ease;
    img{
        width: 1.3rem;
    }
}
.tovar-block-tag:hover{
    background-color: rgba(243,246,251,1);
}

.tovar-block-rating{
    display: flex;
    align-items: center;
    gap: .5rem;
}

.tovar-stars{
    position: relative;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1;
}

.tovar-stars-base{
    color: #cfcfcf;
}

.tovar-stars-fill{
    position: absolute;
    top: 0;
    left: 0;
    color: #ffc107;
    overflow: hidden;
    white-space: nowrap;
}

.tovar-block-have{
    display: inline-flex;
    align-items: center;
    gap: .45rem;
    font-size: .9rem;
}

.tovar-block-have::before{
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: .72rem;
    line-height: 1;
    font-weight: 700;
    flex-shrink: 0;
}

.tovar-block-have--yes{
    color: #1d7a34;
}

.tovar-block-have--yes::before{
    content: "✓";
    background-color: #28a745;
}

.tovar-block-have--no{
    color: #a32020;
}

.tovar-block-have--no::before{
    content: "✕";
    background-color: #dc3545;
}

.tovar-block-price-container{
    border-radius: 1rem;
    padding: 1rem;
    width: 100%;
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    background-color: rgba(238,242,250,0.5);
}
.tovar-block-price-label-container{
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: .5rem;
}
.tovar-block-price-label{
    font-size: .8rem;
    color: #000;
}
.tovar-block-price{
    font-size: 1.2rem;
    font-weight: 700;
    color: #000;
}
.tovar-block-table-container{
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 100%;
    border-bottom: 1px solid rgba(226,232,240,0.1);
    color: rgba(110,127,154,1);
    justify-content: start;
}
.tovar-block-table-item{
    display: flex;
    cursor: pointer;
    align-items: center;
    gap: .3rem;
    position: relative;
    transition: all 0.7s ease;
    font-size: 1.2rem;
    font-weight: 700;
    padding: .3rem .5rem;
}
.tovar-block-table-item::after{
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: rgba(55,112,154,0);
    transition: all 0.7s ease;
    border-radius: 1rem;
}
.tovar-block-table-item:hover,.tovar-block-table-item.is-active{
    color: rgba(55,112,154,1);

}
.tovar-block-table-item:hover::after,.tovar-block-table-item.is-active::after{
    background-color: rgba(55,112,154,1);
}
.tovar-block-table-item-icon{
    width: 1.5rem;
    height: 1.5rem;
}
.tovar-block-description-container{
    display: none;    width: 100%;
    padding: 2rem 3rem;
    border-radius: 1rem;
    box-sizing: border-box;
    background-color: rgba(243,246,251,0.5);
    box-shadow:1px -1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
    p{
        margin-bottom: 0;
    }
}
.tovar-block-rating-container{
    display: flex;
    align-items: center;
    gap: 1rem;
}
.tovar-block-description-container.is-active{
    display: block;
}
.tovar-block-description-container-items{
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 1rem;
}
.tovar-block-description-container-item{
    flex: 1;
    max-width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 200px;
    justify-content: center;
    border-radius: 1rem;
    padding: 1rem;
    background-color: rgba(238,242,250,0.5);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    gap: .5rem;
    transition: all 0.7s ease;
    img{
        width: 3rem;
    }
    .tovar-block-description-container-item-title{
        font-size: 1.2rem;
        font-weight: 700;
        color: #000;
    }
    .tovar-block-description-container-item-description{
        font-size: 1rem;
        color: #000;
    }
}
.tovar-block-description-container-item:hover{
background-color: rgba(228,232,240,1);
}
.tovar-block-container{
    display: flex;
    flex-direction: column;
    flex:1;
    box-sizing: border-box;
    gap: 1rem;
    width: 100%;
    border-radius: 1rem;
    padding: 2rem ;
    height: fit-content;
    background-color: rgba(243,246,251,0.5);
    box-shadow:1px -1px 1px 2px rgba(0, 0, 0, 0.25);
    margin-top: 1rem;
}
.tovar-block-faq-title{
    display: flex;
    align-items: center;
    gap: .5rem;
    font-size: 1rem;
    font-weight: 700;
    color: #000;
}
.tovar-block-faq-title-icon{
    font-size: 1rem;
    font-weight: 700;
    color: white;
    background-color: rgba(0,0,0,1);
    border-radius: 50%;
    padding: .3rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
@media (min-width: 992px) {
    .flex-lg-row{
        flex-direction: row;
    }
}
.pc_title{
    border-bottom: none!important;
    font-size: 1.1rem!important;
    font-weight: 700;
    color: #000;
}
ul.list-marker{
    list-style: circle;
    color: black;
}
.kp-form{
    display: flex;
    flex-direction: column;
    gap: 1rem;
    box-sizing: border-box;
}
.kp-form input, .kp-form textarea{
    width: 100%;
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(226,232,240,1);
    box-shadow: 0px 0px 1px 1px rgba(0, 0, 0, 0.25);
    transition: all 0.7s ease;
    box-sizing: border-box;
}
.kp-form input:focus, .kp-form textarea:focus{
    border-color: rgba(55,112,154,1);
    box-shadow: 0px 0px 1px 1px rgba(55,112,154,1);
}
.kp-form input:hover, .kp-form textarea:hover{
    border-color: rgba(55,112,154,1);
    box-shadow: 0px 0px 1px 1px rgba(55,112,154,1);
}
.kp-form-submit{
    background-color: rgba(16, 43, 201, 1);
    color: white;
    border: none;
    border-radius: 1rem;
    padding: 1rem;
    transition: all 0.7s ease;
    font-weight: 700;
}
.kp-form-submit:hover{
    background-color: rgba(30,95,120,1);
    box-shadow: 0px 0px 1px 1px rgba(30,95,120,1);
}
.container.d-flex{
    gap: 1.5rem;
}
.tovar-block-faq-items{
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.tovar-block-faq-item{
    display: flex;
    flex-direction: column;
    gap: .5rem;
    padding: .7rem;
    border-bottom: 1px solid rgba(226,232,240,1);
    transition: all 0.7s ease;
    cursor: pointer;
}
.tovar-block-faq-item-question{
    font-size: 1rem;
    font-weight: 700;
    color: #000;
    padding-right: 3rem;
    width: 100%;
    position: relative;
    box-sizing: border-box;
}
.tovar-block-faq-item-question::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;

    width: 1rem;
    height: 1rem;
    background: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%23000000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat center center;
    background-size: contain;
    transition: all 0.7s ease;
    transform: rotate(0deg) translateY(-50%);
    transform-origin: center;
    transform-box: fill-box;
    transform-origin: center;
}
.tovar-block-faq-item:hover{
    border-color: rgba(30,95,120,1);
}
.tovar-block-faq-item-answer{
    font-size: 1rem;
    color: #000;
    display: none;
    p{
        margin-bottom: 0;
    }
}
.features {
    width: 100%;
  }

  .features h3 {
    margin: 0 0 15px;
    font-size: 18px;
    color: #1f2d3d;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: none;
    svg{
        width: 1.5rem;
        height: 1.5rem;
    }
  }

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

  .features li {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
    color: #2c3e50;
  }

  .features li::before {
    content: "✔";
    color: #28a745;
    font-weight: bold;
    margin-right: 10px;
  }

  @media (max-width: 950px) {

   .flex-mb-column{
    flex-direction: column;
   }
   .tovar-block-content-container, .tovar-block-img-container{
    max-width: 100%;
   }
   .tovar-block-rating-container{
    flex-direction: column;
   }
   .tovar-block-table-container{
    overflow-y: auto;
    padding-bottom: 20px;
   }
   .tovar-block-description-container{
    padding: 1rem!important;
    div{
        word-break: break-all;
    }
   }
   .container{
    padding: 0 9px;
   }
  }