/* Normalize.css стили */
html {
  line-height: 1.15; 
  -webkit-text-size-adjust: 100%; 
}
body {
  margin: 0;
}
main {
  display: block;
}
h1 {
  font-size: 2.5em;
  margin: 0.67em 0;
  font-weight: 700;
  letter-spacing: -0.32px;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
  text-decoration: none;
  transition: all 0.3s;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
small {
  font-size: 80%;
}
button, input, optgroup, select, textarea {
  font-family: inherit; 
  font-size: 100%; 
  margin: 0;
}
button, input {
  overflow: visible;
}
button, select {
  text-transform: none;
}
button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"], [type="radio"] {
  box-sizing: border-box; 
  padding: 0; 
}
[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Основные стили */
*,
*::before,
*::after {
  box-sizing: border-box;
}
a, button, input{
  transition: 0.3s;
  outline: none;
}
a:focus, a:active {
    color: inherit;
}
a:hover, a:focus, a:active{
  text-decoration: none;
}
/*Цвета и переменные*/
:root{
  --black:#161616;
  --purple:#9F63FF;
  --bcg:#F9F9F9;
  --gray:#D9D9D9;
  --text:#5E5560;
  --btn_hover:#8234FF;
  --border:#CCCCCC;
  --text-white: #ffffff;
  --text-light: #515151;
  --bg-dark-gray: #3a3a3a;
}

body {
  font-family: 'SF UI Display', sans-serif;
  line-height: 1.45;
  font-weight: 400;
  color: #161616;
  font-size: 14px;
}
main{
    flex: 1 0 auto;
}
footer{
    flex: 0 0 auto;
}
img {
  max-width: 100%;
}
svg {
  display: inline-block;
}
section {
  padding-top: 56px;
  padding-bottom: 56px;
}
main>section:not(:last-of-type){
  margin-bottom: 0;
}
.grid {
    display: grid;
    gap: 16px;
}
.grid-3 {
    grid-template-columns: repeat(3, 1fr);
}
.grid-2 {
    grid-template-columns: repeat(2, 1fr);
}
.grid-4 {
    grid-template-columns: repeat(4, 1fr);
}
.container {
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
.container .container{
  padding: 0;
}
/* Flex блок */
.flex {display: flex;}
.flexC {align-items: center;justify-content: center;}
.flexSB {justify-content: space-between;}
.flexAC{align-items: center;}
/* Отступы */
.mt-1 { margin-top: 1rem; }
.mt-2 { margin-top: 2rem; }
.mb-1 { margin-bottom: 1rem; }
.mb-2 { margin-bottom: 2rem; }
.ml-1 { margin-left: 1rem; }
.ml-2 { margin-left: 2rem; }
.mr-1 { margin-right: 1rem; }
.mr-2 { margin-right: 2rem; }
.privacy_policy a{
    color: #fff;
    text-decoration: underline;
}
/* Кнопки */
.button, .btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 17px 40px;
  color: #fff;
  background-color: var(--purple);
  border: none;
  border-radius: 4px;
  cursor: pointer;
  text-align: center;
  border: 1px solid var(--purple);
  font-size: 14px;
  font-weight: 600;
  transition: 0.3s;
  line-height: 1;
}

.button:hover, .btn:hover {
  background-color: var(--btn_hover);
  color: #fff!important;
}

.button-secondary {
  background-color: transparent;
  color:var(--purple);
  font-size: 16px;
}

.button-secondary:hover {
  background-color: var(--btn_hover);
  color: #fff;
}
.btn-outline {
    background-color: transparent;
    color: var(--purple);
    border-color: var(--purple);
}
/* Прочие полезные стили */
.hidden { display: none; }
.text-center { text-align: center; }
.text-right { text-align: right; }
.text-left { text-align: left; }
.privacy_policy {font-family: inherit;}
.privacy_policy .button{display: inline-block;}
.cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.privacy_policy .button{
  border: 1px solid var(--purple);
}
.site-header {
    padding: 20px 0;
    background-color: #fff;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s;
    z-index: 10;
    position: fixed;
}
.site-header .container {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.header-top, .header-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.logo {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.logo-main {
    font-size: 32px;
    font-weight: 800;
    color: var(--purple);
    letter-spacing: -0.32px;
}
.logo-secondary {
    background-color: var(--purple);
    color: var(--text-white);
    font-size: 16px;
    font-weight: 800;
    padding: 4px 8px;
    border-radius: 4px;
    margin-left: 2px;
}
.main-nav ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 40px;
}
.main-nav a {
    text-decoration: none;
    color: var(--text-light);
    font-size: 14px;
    position: relative;
}
.main-nav a.active {
    color: var(--purple);
}
.main-nav a.active::after {
    content: '';
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--purple);
}
.main-nav a:hover{
  color: var(--purple);
}
.contact-info {
    text-align: right;
}
.phone-number {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    font-weight: 800;
    color: var(--black);
    text-decoration: none;
    letter-spacing: -0.36px;
}
a.callback-link {
    font-size: 14px;
    color: var(--purple);
    text-decoration: none;
    display: inline;
    margin-top: 0px;
    border-bottom: 1px solid;
}
a.callback-link:hover{
  border-bottom: 0;
}
.catalog-btn {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 20px;
    flex:0 0 226px;
    justify-content: center;
    color: var(--text-white)!important;
}
.hamburger-icon {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.hamburger-icon span {
    display: block;
    width: 14px;
    height: 2px;
    background-color: var(--text-white);
    border-radius: 7px;
}
.search-bar {
    flex-grow: 1;    
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 0 40px;
    height: 50px;
    position: relative;
}
.search-bar form{
  display: flex;
  align-items: center;
  height: 100%;
}
.search-bar input {
    border: none;
    outline: none;
    flex-grow: 1;
    font-size: 14px;
    color: var(--black);
    font-weight: 400;
    box-shadow:none;
}
.search-bar input::placeholder{
  color: #969696;
}
.search-bar button{
  padding: 0;
  margin: 0;
  background-color: transparent!important;
  margin-right: 15px;
}
.header-actions {
    display: flex;
    gap: 16px;
    color: var(--purple);
}
.header-actions .btn {
    gap: 10px;
    height: 50px;
    padding: 0 20px;
}
.header-actions img{
  transition: 0.3s;
}
.header-actions .btn-outline {
    width: 209px;
}
.header-actions .btn-outline:hover{
  color: var(--text-white);
}
.header-actions .btn-primary {
    width: 158px;
}
.modal{
  display: none;
}
.header-actions .btn:hover img{
    filter: brightness(100);
}
.amount-d__num{
  min-width: auto;
  height: auto;
  padding: 0;
}
main{
  margin-top: 168px;
}
.main_slider{
  padding-top: 0;
}
.main_slider .swiper-slide{
  padding-top: 20px;
  padding-bottom: 20px;
  height: auto;
}
.main_slider .swiper-container{
  margin-left: -15px;
  width: calc(100% + 30px);
  padding: 0 15px;
}
.main_slider__content{
  position: relative;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  min-height: 302px;
  background-image: url(/custom/my/images/bcg_ban.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
  border-radius: 4px;
  padding: 40px;
  height: 100%;
}
.main_slider__block{
  max-width: 65%;
}
.main_slider__img{
  position: absolute;
  right: 0;
  bottom: 0;
}
.main_slider__name {
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.36px;
    margin: 0 0 24px;
}
.main_slider__text{
  font-size: 16px;
  line-height: 1.5;
  color: var(--text-light);
  margin: 0 0 24px;
}
.main_slider__text strong {
    color: var(--black);
    font-weight: 700;
}
.bg-light {
    background-color: var(--bcg);
}
h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.32px;
    color: var(--black);
    margin: 0 0 24px;
}
.section-subtitle {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--text-light);
    margin: 0;
}
.grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

.grid-block {
    margin-top: 24px;
    display: grid;
    gap: 16px;
}
.feature-card, .card {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 24px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.feature-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: var(--bcg);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 24px;
    position: relative;
}
.feature-icon .icon-image {
    max-width: 48px;
    max-height: 48px;
    object-fit: contain;
}
.card-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--black);
    margin: 0 0 16px;
    flex-grow: 1;
}
.feature-link {
    font-size: 16px;
    font-weight: 700;
    color: var(--purple);
    text-decoration: none;
    position: relative;
    display: inline-block;
}
.feature-link:before{
  content: "";
  position: absolute;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--purple);
  transition: 0.3s;
  display: block;
  bottom: 0px;
}
a.card:hover .feature-link:before, .feature-link:hover:before{
  width: 100%;
}
.product-image {
    height: 169px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
    position: relative;
}
.product-image img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
.card-desc {
    font-size: 14px;
    color: var(--text-light);
    line-height: 1.4;
    margin: 0 0 16px;
    flex-grow: 1;
        overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.section-cta {
    margin-top: 24px;
}
.section-cta .btn{
  font-size: 16px;
}
.container-grid{
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 32px;
  align-items: center;
}
.quote-icon {
    width: 36px;
    height: 25px;
    margin-bottom: 8px;
}
.testimonial-text {
    font-size: 14px;
    line-height: 1.4;
    color: var(--text-light);
    margin: 0 0 24px;
}
.author-info {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: auto;
}
.author-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
}
.author-name {
    font-size: 20px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 4px;
}
.author-title {
    font-size: 12px;
    color: var(--text-light);
    margin: 0;
}
.faq-accordion {
    margin-top: 24px;
        
}
.faq-item {
    border-radius: 4px;
    background-color: #fff;
    transition: 0.3s;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.faq-item:not(:last-of-type){
    margin-bottom: 16px;
}
.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
    list-style: none;
    transition: 0.3s;
    border-radius: 4px;
}
.faq-item[open] > .faq-question {
    background-color: var(--purple);
    color: var(--text-white);
}
.faq-answer {
    padding: 24px;
    font-size: 16px;
    line-height: 1.5;
    color: var(--text-light);
    transition: 0.3s;
}
.faq-icon {
    width: 28px;
    height: 28px;
    border: 1px solid var(--purple);
    border-radius: 50%;
    position: relative;
    flex-shrink: 0;
    margin-left: 16px;
    transition: 0.3s;
}
.faq-item[open] .faq-icon {
    border-color: var(--text-white);
}
.faq-icon::before, .faq-icon::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: var(--purple);
    transform: translate(-50%, -50%);
    transition: 0.3s;
}
.faq-item[open] .faq-icon::before, .faq-item[open] .faq-icon::after {
    background-color: var(--text-white);
}
.faq-icon::after {
    width: 2px;
    height: 12px;
}
.faq-icon::before {
    width: 12px;
    height: 2px;
}
.faq-item[open] .faq-icon::after{
    opacity: 0;
}
.faq-answer p {
    margin: 0 0 24px;
}
.faq-contact-box {
    border-top: 1px solid var(--gray);
    padding-top: 24px;
}
.form_title{
    font-size: 18px;
    font-weight: 700;
    color: var(--black);
    margin: 0 0 8px;
}
.contact-form {
    display: flex;
    gap: 16px;
    align-items: flex-start;
}
.contact-subtitle {
    font-size: 16px;
    color: var(--text-light);
    margin: 0 0 16px;
}
form input:not([type=radio], [type=checkbox], [name=searchword]),form  textarea {
    padding: 0px 20px;
    border-radius: 4px;
    border: 1px solid #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    font-size: 16px;
    font-weight: 400;
    color: var(--black);
    height: 50px;
    width:100%;
    resize: none;    
}
form textarea {
    max-height:120px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.modal input:hover, .modal  textarea:hover,.modal  input:focus, .modal  textarea:focus{
    border-color: var(--purple);
}
.contact-form .field-d{
    margin-bottom: 0;
    width: 322px;
}
.error, .errors{
    font-size: 0.8em;
}
.captcha{
    transform: scale(1);
}
.privacy_field a{
    color: var(--purple);
}
.bg-light{
    background-color: var(--bcg);
}
.info-card{
    flex-direction: row;
    gap: 24px;
}
.info-image {
    width: 179px;
    height: 188px;
    object-fit: cover;
    border-radius: 4px;
    flex-shrink: 0;
}
.info-card .info-content{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: 100%;
}
.info-card .section-subtitle{
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-top: auto;
    margin-bottom: 16px;
}
:root{
    --pfooter:318px;
}
section.telegram-block{
    padding: 0;
    margin-bottom: calc(56px - var(--pfooter));
    z-index: 1;
}
.telegram-cta{
    background-color: var(--purple);
    border-radius: 4px;
    padding: 24px 24px 24px 40px;
    position: relative;
    display: flex;
    align-items: center;
    gap: 38px;
}
.telegram-cta h2{
    color: var(--text-white);
}
.cta-list ul{
    margin-bottom: 24px;
}
.cta-list li{
    padding-left: 33px;
    position: relative;
    color: #E0E0E0;
}
.cta-list li:not(:last-of-type){
    margin-bottom: 8px;
}
.cta-list li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0%;
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cg clip-path='url(%23clip0_1_299)'%3e%3cpath d='M23.725 11.3364L23.7242 11.3355L18.8256 6.4605C18.4586 6.09529 17.865 6.09665 17.4997 6.46368C17.1345 6.83067 17.1359 7.42425 17.5028 7.7895L20.7918 11.0625H0.9375C0.419719 11.0625 0 11.4822 0 12C0 12.5178 0.419719 12.9375 0.9375 12.9375H20.7917L17.5029 16.2105C17.1359 16.5757 17.1345 17.1693 17.4998 17.5363C17.865 17.9034 18.4587 17.9047 18.8256 17.5395L23.7242 12.6645L23.7251 12.6636C24.0923 12.2971 24.0911 11.7016 23.725 11.3364Z' fill='white'/%3e%3c/g%3e%3cdefs%3e%3cclipPath id='clip0_1_299'%3e%3crect width='24' height='24' fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e ");
    background-repeat: no-repeat;
    background-size: cover;
}
.btn.btn-light {
    background-color: #fff;
    color: var(--purple)!important;
    gap: 10px;
}
.btn.btn-light:hover{
    opacity: 0.7;
}
.cta-image {
    width: 567px;
    height: 270px;
    object-fit: contain;
}
footer{
    padding-top: var(--pfooter);
    background: #3A3A3A;
    padding-bottom: 24px;
}
footer hr{
    margin: 0;
    border-color: #747474;
    margin-bottom: 24px;
}
footer>hr{
    margin-bottom: 52px;
}
.footer-column.footer_about p, .footer-contact, .footer-contact a{
    font-size: 14px;
    line-height: 1.5;    
    color: var(--text-white);
    margin-bottom: 8px;

}
.footer-column.footer_about p{
    margin-top: 24px;
    margin-bottom: 0;
    max-width: 290px;

}
.footer-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 24px;
    color: var(--text-white);
    line-height: 1;
    letter-spacing: -0.32px;
}
.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-column ul li {
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 1.5;
}
.footer-column a {
    color: var(--text-white);
    text-decoration: none;
}
.footer-flex {
    padding-bottom: 24px;
}
.footer-column a:hover{
    opacity: 0.6;
}
.footer-contact p{
    display: inline;
}
.footer-block{
    gap: 36px;
}
.footer-copir{
    font-size: 12px;
    color: var(--text-white);
}
.footer-copir a {
    color: var(--text-white);
    text-decoration: none;
}
.fancybox-slide>.modal{
    background-color: var(--bcg);
}
.fancybox-close-small:focus:after {
    outline: none;
}
.quiz-container {
    margin-top: 48px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    padding: 24px 0;
    position: relative;
}
.quiz-question {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 24px;
}
.quiz-options {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}
.quiz__question {
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: 33px;
}
.quiz-option {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
    cursor: pointer;
}
.quiz-option input {
    margin-right: 12px;
    width: auto;
}
.quiz-option span {
    font-size: 16px;
    color: var(--text-light);
    flex: 1;
}
.swiper-container-autoheight .swiper-wrapper{
    overflow: hidden;
}
.quiz__footer {
    border-top: 1px solid var(--gray);
    padding-top: 13px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
}
.quiz__question {
    opacity: 0 !important;
}
.quiz__question.swiper-slide-active {
    opacity: 1 !important;
}
.quiz-nav {
    display: flex;
    gap: 10px;
}
.quiz__prev{
    border: 1px solid #D9D9D9;
}
.progress-bar p {
    font-size: 12px;
    margin: 0 0 8px;
}
.swiper-pagination-progressbar {
    height: 6px;
    background-color: #d9d9d9;
    border-radius: 10px;
    width: 100%;
    max-width: 473px;
}
.owl-carousel .owl-stage{
    display: flex;    
}
.owl-nav {
    display: flex;
    justify-content: space-between;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: var(--purple);
    color: #fff;
    font-size: 1em;
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.owl-carousel .owl-nav button.owl-next:hover, .owl-carousel .owl-nav button.owl-prev:hover{
    opacity: 0.8;
}
.owl-carousel .owl-nav button span{
    display: none;
}
.owl-carousel .owl-nav button.owl-next:before, .owl-carousel .owl-nav button.owl-prev:before{
    font-weight: 900;
    font-family: "Font Awesome 6 Free";
}
.owl-carousel .owl-nav button.owl-next:before{
    content: "\f054";
}
.owl-carousel .owl-nav button.owl-prev:before{
    content: "\f053";
}
.breadcrumbs-d{
    margin-top: 40px;
    margin-bottom: 24px;
    font-size: 1em;
    color: var(--text-light);
}
.breadcrumb-d a{
    color: var(--purple);
}
.js_shop_list{
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding-top: 0;
    position: relative;
}
.shop_aside{
    flex: 0 0 288px;
    position: sticky;
    left: 0;
    top: 160px;
}
.shop_list_cat{
    flex: 1;
}
.filter__title{
    background-color: var(--purple);
    margin-top: -24px;
    margin-left: -24px;
    width: calc(100% + 48px);
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.3px;
    padding: 17px 24px;
    color: var(--text-white);
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}
.filter-d_shop form{
    padding-top: 24px;
}
.field-d__name{
    color: var(--black);
    letter-spacing: -0.3px;
    margin-bottom: 24px;
    margin-top: 0px;
    font-weight: 700;
    font-size: 1em
}
form.js_shop_search_form .field-d:not(.runner-d__field){
    margin-bottom: 36px;
}
.field-d input[type='radio'] + label, .field-d input[type='checkbox'] + label{
    line-height: 1.25;
}
form.js_shop_search_form select{
    border-color: #B7B7B7;
    border-radius: 4px;
}
form.js_shop_search_form option:first-of-type {
  border-radius: 4px 4px 0 0;
}

form.js_shop_search_form option:last-of-type {
  border-radius: 0 0 4px 4px;
}
form.js_shop_search_form  input:not([type=radio], [type=checkbox], [name=searchword]){
    border: 1px solid #B7B7B7;
    border-radius: 4px;
    height: 40px;
    color: var(--black);
    padding: 16px;
}
.setting-d_sort{
    gap: 16px;
    justify-content: flex-end;
}
.custom-select, .custom-option-7{
  display: none;
}
.custom-select-wrapper {
  position: relative;
  width: 220px;
  font-family: sans-serif;
}
.custom-select-trigger {
  background-color: white;
  padding: 17px 23px;
  cursor: pointer;
  border-radius: 4px;
  position: relative;
  box-shadow: 0px 0px 20px 0px #0000000D;
  font-size: 16px;
  font-weight: 400;
  color: var(--black);

}
.custom-select-trigger::after {
    content: '\f107';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 900;
    font-family: "Font Awesome 6 Free";

}
.custom-options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  border-top: none;
  background: white;
  z-index: 5;
  display: none;
  border-radius: 0 0 4px 4px;
  box-shadow: 0px 0px 20px 0px #0000000D;

}
.custom-option {
  padding: 10px 14px;
  cursor: pointer;
}
.custom-option:hover {
  background-color: #f5f5f5;
}
.btn.offer-d__button_tocart{
    gap:10px;
}
.offer-d .price-d_fact .price-d__num, .offer-d .price-d_fact .price-d__cur{
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -0.3px;
}
.offer-d__pricelist > *{
    margin-bottom: 0;
}
.rating_list{
    flex: 0 0 auto;
}
.stars {
  display: inline-block;
  position: relative;
  font-size: 20px;
  color: var(--border); /* Цвет неактивных звёзд */
  line-height: 1;
}
.stars::before {
  content: '★★★★★';
  background: linear-gradient(90deg, #FFCC00 var(--percent), var(--border) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.rating_list span{
    font-weight: 400;
    margin-left: 8px;
    color: var(--text);
    vertical-align: text-top;
    line-height: 1;
}
.paginat-d__item{
    padding: 0.59rem 0.72rem;
}
.paginat-d__item:active, .button-d_outline:active, ._incart .offer-d__button_tocart{
    background-color: var(--btn_hover);
    border-color: var(--btn_hover);
}
.offer-d__tocart{
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px;
}
.section-shop_id{
    padding-top: 0;
}
.shop_id__block{
    gap: 24px;
}
.shop_id__block .rating_list span{
    color: var(--purple);
}
.shop_id__block a{
    color: var(--purple);
}
.shop_id__block a svg{
    margin-right: 8px;
    vertical-align: text-bottom;
}
.js_shop_img{
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
}
.shop_id-first{
    flex-direction: row;
    gap: 16px;
    margin-bottom: 28px;
}
.shop_id-first_gal{
    flex: 0 0 auto;
}
.shop_id-first_anons{
  flex: 0 0 42.7%; 
}
.shop_id-first_buy {
    flex: 0 0 21.7%;
}
.product-d__present{
    width: 300px;
    height: 320px;
    background: #F8F8F8;
    border-radius: 8px;
}
.product-d__gall{
    display: flex;
    gap: 16px;
}
.product-d__preview{
    margin: 0;
    width: 48px;
    height: 321px;
}
.product-d__preview-img{
    width: 100%;
    height: 100%;
    background: #F8F8F8;
    border-radius: 4px;
}
.product-d__preview-img img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.product-d__preview.swiper-container-vertical .swiper-slide, .product-d__preview>.swiper-wrapper{
    width: 100%!important;
}
.product-d__preview .swiper-slide{
    border-radius: 4px;
    border: 2px solid #fff
}
.product-d__preview .swiper-slide.swiper-slide-thumb-active{
    border-color: var(--purple);
}
.swiper-wrapper{
    height: 100%;
}
.slide-d_fit img, .slide-d_fit .slide-d__object{
    object-fit: contain;
}
.product-d__discounts{
    bottom: 1.50537%;
}
.cart_anons{
    color: var(--text-light);
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 16px;
}
.shop_id-first_anons .har_anons{
    margin-top: 40px;
}
.har_anons{    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
}
.har_anons li{
    font-size: 16px;
    color: var(--text-light);
}
.har_anons li b, .har_anons li strong{
    font-weight: 600;
}
.shop_id-first_buy .offer-d .price-d_fact .price-d__num{
    font-size: 1.72em;
}
.account-d_profile > *:last-child{
    margin-bottom: 24px;
}
.js_shop_wishlist{
    padding-left: 20px;
    padding-right: 20px;
}
.js_shop_wishlist .far{
    transition: 0.3s;
    margin-right: 10px;
}
.js_shop_wishlist._active .far{
    transform: scale(0);
    margin-right: -14px;
}
.dost_block{
    margin-top: 40px;
    background: #F8F8F8;
    padding: 24px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.4;
    color: var(--text-light);
}
.dost_title{
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 16px;
}
.profile-d__note a, .item-d a{
    color: var(--purple);
}
.table-d_sm .cell-d_buy, .table-d_sm .cell-d_date {
    flex-basis: 10.66667rem;
    max-width: 10.66667rem;
}
form input.button{
    color: #fff;
}
.product-d{
    padding-top: 0;
}
.tabs-d_sm_light .tabname-d:not(:last-child) {
    margin-right: 8px;
}
.tabs-d_light .tabname-d{
    margin-bottom: 8px;
    gap: 8px;
    border: 1px solid var(--purple);
    color: var(--purple);
}
.tabs-d_light .tabname-d__name {
    font-size: 1em;
    font-weight: 500;
}
.tabs-d_light .tabname-d:hover, .tabs-d_light .tabname-d:focus {
    color: var(--btn_hover);
    border-color: var(--btn_hover);
}
.tabs-d_light .tabname-d_active {
    color: #fff!important;
    border-color: var(--purple);
    background-color: var(--purple);
}
.tabs-d_light .tabname-d svg path{
    transition: 0.3s;
    fill:var(--purple);
}
.tabs-d_light .tabname-d:hover svg path, .tabs-d_light .tabname-d:focus svg path{
    fill: var(--btn_hover);
}
.tabs-d_light .tabname-d_active svg path{
    fill: var(--btn_hover);
}
.tabs-d_light .tabname-d_active svg path{
    fill: #fff!important;
}
h3, .h3 {
    font-size: 1.72em;
    margin-bottom: 1em;
}
._text{
    font-size: 16px;
}
._text p{
    margin-top: 0;
    margin-bottom: 1em;
    color: var(--text-light);
}
.product-d__tab_sert a{
     height: 300px;
}
.product-d__tab_sert a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
fieldset {
    padding: 0;
}
#js_comments_discuss .field-d__name, .block-d_reviews_add .field-d__name{
    margin-bottom: 12px;
}
.rating-area {    
    width: 265px;    
    margin-bottom: 20px;
    gap: 5px;
    font-size: 18px;
}
.rating-area{
    display: inline-flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    overflow: hidden;
}
.rating-area:not(:checked)>input[type='radio'] {
    display: none;
}
.rating-area>input[type='radio']:not(:checked)+label {
    display: inline-block;
    position: relative;
    display: inline-block;
    text-decoration: none;
    margin: 0;
    padding: 0!important;
    border: none;
    background-color: transparent;
    padding-right: 5px;
    font-weight: 400;
    cursor: pointer;
    line-height: 1;
}
.rating-area>input[type='radio']:checked + label::after{
    content: none;
}
.rating-area>input[type='radio']:not(:checked)+label:before {
    content: '\f005';
}
.rating-area>input[type='radio']+label:before {
    font-family: "Font Awesome 5 Free";
    color: var(--purple);
    position: initial;
    border:none;
    width: auto;
    height: auto;
    line-height: 1;
    padding: 0;
}
.rating-area>input[type='radio']:checked + label::before{
    content: '\f005';
    background-color:transparent;
}
.rating-area>input[type='radio']:checked~label {
    font-weight: 900;
    line-height: 1;
    padding: 0;
    
}
.rating-area>input[type='radio']:not(:checked)+label:hover, .rating-area>input[type='radio']:not(:checked)+label:hover~label {
    font-weight: 900;
}
.products-block-more .owl-carousel .owl-item .btn img{
    width: auto;
}
.reviews_message{
    background: none;
}
._search-result-show .search-d__result:not(:empty){
    padding: 40px;
    background-color: #fff;
    border-radius: 4px;
    transform: translateX(-40px);
    width: calc(100% + 80px);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.05);
}
.section-d_search ._viewgrid{
    grid-template-columns: repeat(4, 1fr);
}
._note {
  background-color: var(--bcg);
}
._note:hover{
    color: var(--purple);
}
section._text{
    padding: 0;
}
.product-d__tab_params .har_anons{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}
