h1, h2, h3, h4, h5, h6 {
    margin: 0 0 0.5em;
    font-weight: 600;
    line-height: 1.2;
}

p {
    margin: 0 0 1em;
}

ul, ol {
    margin: 0;
    padding-left: 1.2em;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

blockquote {
    position: relative;
    margin: 0;
    padding: 24px 24px 24px 61px;
    border: 1px solid var(--color-accent-100);
    font-size: 20px;
    font-weight: 300;
    line-height: 24px;
    border-radius: var(--radius-md);
}

blockquote strong {
    font-weight: 700;
}

blockquote p:last-child {
    margin-bottom: 0;
}

blockquote:before {
    content: '';
    position: absolute;
    left: 24px;
    top: 24px;
    width: 22px;
    height: 22px;
    background: url(../img/icons1.svg) no-repeat -183px -13px;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=password],
.woocommerce form .form-row .input-text {
    width: 100%;
    height: 64px;
    padding-left: 29px;
    padding-right: 29px;
    font-size: 16px;
    font-weight: 300;
    color: #000;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
    outline: none;
}

textarea {
    display: block;
    width: 100%;
    padding: 16px 29px;
    font-size: 16px;
    line-height: 32px;
    font-weight: 300;
    color: #000;
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
    outline: none;
}

input[type=text]:placeholder,
input[type=email]:placeholder,
input[type=tel]:placeholder,
input[type=password]:placeholder,
.woocommerce form .form-row .input-text:placeholder,
textarea:placeholder {
    color: #666;
}

input[type=text]:hover,
input[type=email]:hover,
input[type=tel]:hover,
input[type=password]:hover,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=password]:focus,
input[type=text]:not(:placeholder-shown),
input[type=email]:not(:placeholder-shown),
input[type=tel]:not(:placeholder-shown),
input[type=password]:not(:placeholder-shown),
.woocommerce form .form-row .input-text:hover,
.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row .input-text:not(:placeholder-shown),
textarea:hover,
textarea:focus,
textarea:not(:placeholder-shown) {
    border: 1px solid #000;
    outline: none;
}

.woocommerce form .form-row .input-text:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=password]:focus::placeholder,
textarea:focus::placeholder {
    color: #adadad;
}

.section-gray input[type=text], 
.section-gray input[type=email], 
.section-gray input[type=tel], 
.section-gray input[type=password], 
.section-gray .woocommerce form .form-row .input-text {
    background: transparent;
}

.clearfix::after {
  content: "";
  display: table; /* Creates a new block formatting context */
  clear: both;    /* Clears floats on both sides */
}

.form-item {
    position: relative;
    margin-bottom: 32px;
}

.form-item--checkbox .wpcf7-form-control-wrap {
    padding-left: 15px;
}

.wpcf7-acceptance input[type=checkbox] {
    opacity: 0;
}

.wpcf7-acceptance .wpcf7-list-item {
    width: 24px;
    height: 24px;
    margin: 0;
    background: url(../img/icons1.svg) no-repeat -138px -11px;
}

label:has(input[type="checkbox"]:checked) .wpcf7-acceptance .wpcf7-list-item {
    background-position: -104px -11px;
}

button,
input[type="submit"],
.woocommerce a.button,
.btn {
    display: inline-block;
    padding: 17px 31px;
    border-radius: var(--radius-lg);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
    outline: none;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
    transition: .3s;
}

button.btn-arrow,
.woocommerce a.button.btn-arrow,
.btn.btn-arrow,
button.btn-download,
.woocommerce a.button.btn-download,
.btn.btn-download {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    gap: 10px;
}

button.btn-arrow:after,
.woocommerce a.button.btn-arrow:after,
.btn.btn-arrow:after,
button.btn-download:after,
.woocommerce a.button.btn-download:after,
.btn.btn-download:after {
    content: '';
    width: 14px;
    height: 14px;
    background: url(../img/icons1.svg) no-repeat -52px -16px;
}

button.btn-arrow.btn-s-1:after,
.woocommerce a.button.btn-arrow.btn-s-1:after,
.btn.btn-arrow.btn-s-1:after {
    background-position: -80px -16px;
}

button.btn-arrow.btn-s-1:hover:after,
.woocommerce a.button.btn-arrow.btn-s-1:hover:after,
.btn.btn-arrow.btn-s-1:hover:after {
    background-position: -52px -16px;
}

button.btn-download:after,
.woocommerce a.button.btn-download:after,
.btn.btn-download:after {
    background-position: -136px -48px;
}

button.btn-download.btn-s-1:after,
.woocommerce a.button.btn-download.btn-s-1:after,
.btn.btn-download.btn-s-1:after {
    background-position: -162px -49px;
}

input[type="submit"].btn-arrow {
    padding-right: 50px;
    background-image: url(../img/arrow-w-right.svg);
    background-repeat: no-repeat;
    background-position: right 20px center;
}

button.btn-s-1,
input[type="submit"].btn-s-1,
.woocommerce a.button.btn-s-1,
.btn.btn-s-1 {
    background-color: var(--color-white);
    color: var(--color-black);
}

button.btn-s-1:hover,
input[type="submit"].btn-s-1:hover,
.woocommerce a.button.btn-s-1:hover,
.btn.btn-s-1:hover {
    background-color: var(--color-black);
    color: var(--color-white);
}

button:hover,
input[type="submit"]:hover,
.woocommerce a.button:hover,
.btn:hover {
    box-shadow: 0px 12px 60px rgba(0, 0, 0, .24);
}

.wpcf7 form,
.wpcf7 .wpcf7-form{
  position: relative;
}

.form-item .wpcf7-not-valid-tip {
    position: absolute;
    bottom: -44px;
    left: 22px;
    font-size: 14px;
    font-weight: 300
}

/* по умолчанию скрыто */
.wpcf7 form::before{
  content:"";
  position:absolute;
  inset:0;
  background: rgba(255,255,255,0.75); /* можно сделать темнее/светлее */
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transition: opacity .2s ease, visibility .2s ease;
  border-radius: inherit; /* если форма со скруглениями */
  z-index: 10;
}

/* показываем во время отправки */
.wpcf7 form.submitting::before,
.wpcf7 .wpcf7-form.submitting::before{
  opacity:1;
  visibility:visible;
  pointer-events:auto; /* блокируем клики по форме */
}

.wpcf7 .wpcf7-spinner{
  position:absolute;
  left:50%;
  top:50%;
  transform: translate(-50%, -50%);
  margin:0;
  z-index: 11;          /* выше оверлея */
  visibility:hidden;     /* CF7 сам тоже управляет visibility, но мы переопределим */
  opacity:0;
  transition: opacity .2s ease;
}

/* показываем при отправке */
.wpcf7 form.submitting .wpcf7-spinner,
.wpcf7 .wpcf7-form.submitting .wpcf7-spinner{
  visibility: visible;
  opacity: 1;
}

.popup-present .wpcf7 .wpcf7-spinner {
    position: fixed;
}

.popup-present .wpcf7 form::before {
    position: fixed;
}

.flex-col p:last-child,
.flex-col figure:last-child {
    margin-bottom: 0;
}

@media(min-width: 768px) {
    .desc-hide {
        display: none !important;
    }  
}

@media(max-width: 767px) {
    .mob-hide {
        display: none !important;
    }
}
img {
    border-radius: 33px;
}
/* ===== Breadcrumbs ===== */
.breadcrumbs {
    padding-top: 34px;
}

.breadcrumbs ol {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  flex-wrap: wrap;
}

/* Общий текст */
.breadcrumbs li {
  font-size: 14px;
  line-height: 22px;
  color: #1B1D2D;
}

/* Home (ссылка) */
.breadcrumbs li a {
  color: rgba(27, 29, 45, 0.5); /* как в Figma */
  text-decoration: none;
  transition: color 0.2s ease;
}

.breadcrumbs li a:hover {
  color: #1B1D2D;
}

/* Последний элемент */
.breadcrumbs li > span {
  color: #1B1D2D;
}

/* Разделитель — длинное тире */
.breadcrumbs li + li::before {
  content: "—";
  margin-right: 12px;
  color: #1B1D2D;
  opacity: 1;
}

.hidden {
    display: none !important;
}

.section-block {
    padding: 80px 0;
}

.section-title {
    margin-bottom: 80px;
    font-size: 56px;
    line-height: 62px;
    font-weight: 600;
}

.section-title strong {
    font-weight: 600;
}

.section-title-more {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}

.section-title-more span {
    max-width: 50%;
}

.section-title-more .btn {
    font-size: 18px;
    line-height: 24px;
}

/* Header */
.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    padding-bottom: 23px;
    background: var(--color-white);
}

.admin-bar .site-header {
    top: 32px;
}

.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-center {
    flex: 1;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.site-logo {
    max-width: 91px;
}

.site-nav ul {
    display: flex;
    gap: 44px;
    margin: 0;
    padding: 0;
}

.site-nav li {
    list-style: none;
}

.site-nav a {
    font-size: 16px;
    font-weight: 300;
    color: var(--color-black);
    text-decoration: none;
    transition: color .3s;
}

/* Базовое состояние подменю */
.menu-item-has-children {
    position: relative;
}

.site-nav .menu-item-has-children > .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 220px;
    background: #fff;
    padding: 10px 10px;
    margin: 0;
    list-style: none;

    /* Анимация */
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    z-index: 999;
    display: block;
}
.site-nav .sub-menu li {
    margin: 10px 0;
    padding: 7px 0;
    line-height: 15px;
}
.site-nav .sub-menu li a {
    line-height: 10px;
}
/* Hover для десктопа */
@media (min-width: 992px) {
    .menu-item-has-children:hover > .sub-menu {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
    }
}

/* Стрелка */
.menu-item-has-children > a::after {
    content: "▼";
    font-size: 10px;
    margin-left: 6px;
    display: inline-block;
    transition: transform 0.3s ease;
}

/* Поворот стрелки при открытии */
.menu-item-has-children.open > a::after {
    transform: rotate(-90deg);
}

/* Мобильная версия */
@media (max-width: 991px) {

    .menu-item-has-children > .sub-menu {
        position: static;
        max-height: 0;
        overflow: hidden;
        opacity: 1;
        visibility: visible;
        transform: none;
        transition: max-height 0.3s ease;
    }

    .menu-item-has-children.open > .sub-menu {
        max-height: 500px; /* можно увеличить если нужно */
    }

    /* Стрелка справа */
    .menu-item-has-children > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .menu-item-has-children > a::after {
/*        margin-left: auto;*/
        transform: rotate(90deg);
    }
}

/* FAQ*/
.schema-faq-answer {
    display: none;
}
/* курсор */
.schema-faq div.schema-faq-section {
  cursor: pointer;
  display: block;
  position: relative;
  padding-right: 30px;
  padding: 15px 40px 15px 0;
  border-top: 1px solid #eceded;
}
.schema-faq div.schema-faq-section:last-child {
    border-bottom: 1px solid #eceded;
}
/* плюс */
.schema-faq .schema-faq-question::after{
  content: "+";
  position: absolute;
  right: 15px;
  top: 8px;
  font-size: 22px;
  font-weight: 700;
  transition: transform 0.2s ease;
}

/* минус при открытии */
.schema-faq .schema-faq-section.is-open 
.schema-faq-question::after{
  content: "−";
}

/* небольшая анимация */
.schema-faq .schema-faq-answer{
  margin-top: 20px;
}
.post-593 h2 {
    margin: 40px 0 30px 0;
}
/*FAQ end*/


.header-email {
    font-size: 24px;
    font-weight: 500;
    color: var(--color-black);
    text-decoration: none;
    transition: color .3s;
}

.site-nav a:hover,
.header-email:hover,
.site-nav .current-menu-item > a, .site-nav .current-menu-parent > a {
    color: var(--color-accent-200);
}

.header-center,
.header-right {
    padding-top: 24px;
}

/* === Burger button === */
body.open-menu {
    overflow: hidden;
}
.header-burger{
    display: none;
    padding: 10px 12px;
    text-decoration: none;
    color: var(--color-black);
    cursor: pointer;
}

.header-burger__text{
    display: none;
}

.mobile-menu {
    position: fixed;
    left: 0;
    top: 60px;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #fff;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.mobile-menu.open {
    top: 0;
    visibility: visible;
    opacity: 1;
}

.admin-bar .mobile-menu.open {
    top: 32px;
}

.mobile-menu-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 24px;
}

#close-mobile-menu {
    position: relative;
    width: 42px;
    height: 18px;
    cursor: pointer;
}

#close-mobile-menu:before,
#close-mobile-menu:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: var(--color-black);
}

#close-mobile-menu:before {
    transform: translateY(0) rotate(-25deg);
}

#close-mobile-menu:after {
    transform: translateY(0) rotate(25deg);
}

.mobile-menu-logo {
    max-width: 91px;
    padding-top: 10px;
}

.mobile-menu-email {
    padding-top: 15px;
}

.mobile-menu-close-btn {
    padding-top: 43px;
    position: absolute;
    left: 50%;
    margin-left: -21px;
}

/* === Numbered mobile menu === */
.mobile-menu-nav {
    display: flex;
    justify-content: center;
    padding-top: 54px;
}

.mobile-menu-list, .mobile-menu-list .sub-menu {
    counter-reset: menu-item;
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
}
.mobile-menu-list .sub-menu {
    padding-left: 30px; 
}
.mobile-menu-list .sub-menu li {
    text-align: left;
}
.mobile-menu-list > li {
    counter-increment: menu-item;
    position: relative;
    padding-left: 0;
    margin-bottom: 18px;
}
/* Номер 01, 02, 03... */
.mobile-menu-list > li a::before {
    content: counter(menu-item, decimal-leading-zero);
    position: absolute;
    top: 10px;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;

    color: #FFC9C9;
}
.mobile-menu-list > li.menu-item-has-children ul a::before {
    content: none !important;
    display: none !important;
}
.mobile-menu-list > li:nth-child(even) a::before {
    right: -34px;
}

.mobile-menu-list > li:nth-child(odd) a::before {
    left: -34px;
}

/* Ссылки меню */
.mobile-menu-list a {
    position: relative;
    font-family: var(--font-main);
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    text-decoration: none;
    color: var(--color-text);
    transition: color .3s;
}

/* Hover */
.mobile-menu-list a:hover {
    color: var(--color-primary);
}

.mobile-menu-img {
    text-align: center;
}

.mobile-menu-img img {
    display: inline-block;
    margin-top: -55px;
}


/* === Icon === */
.burger-icon{
    position: relative;
    width: 33px;
    height: 12px;
    display: inline-block;
}

/* 3 dots / lines */
.burger-icon span {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: currentColor;
    border-radius: 2px;
}

.burger-icon span:first-child {
    width: 25px;
    top: 3px;
}

/* middle */
.burger-icon span:last-child {
    top: 100%;
}

.burger-icon:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 6px;
    height: 6px;
    background-color: var(--color-accent-200);
    border-radius: 50%;
}

.header-right {
    display: flex;
    align-items: center;
}

.header-cart-block {
    padding: 0 56px;
}

.header-cart {
    position: relative;
    display: block;
}

.header-cart-icon {
    display: block;
    width: 32px;
    height: 32px;
    background: url(../img/icons1.svg) no-repeat -12px -71px;
}

.header-cart-count {
    position: absolute;
    right: -2px;
    top: -1px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--color-accent-200);
    font-size: 10px;
    color: var(--color-black);
}

.header-search-toggle {
    display: flex;
    align-items: center;
    gap: 12px;
    border: none;
    background: none;
    padding: 0;
    font-weight: 300;
    font-size: 16px;
    color: var(--color-black);
    text-transform: uppercase;
}

.header-search-toggle:hover {
    box-shadow: none;
}

.header-search-toggle:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(../img/icons1.svg) no-repeat -175px -76px;
}

/* Search */
.header-search {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    visibility: hidden;
}

.header-search.open {
    visibility: visible;
}

.search-form-overlay {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    opacity: 0;
    transition: opacity .2s;
}

.header-search.open .search-form-overlay {
    opacity: 1;
}

.header-search-form {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
}

.header-search-form form {
    display: flex;
    justify-content: flex-end;
    padding-top: 15px;
}

.header-search-form form label {
    display: none;
}

.admin-bar .header-search-form {
    top: 32px;
}

.header-search-form button[type=submit] {
    position: absolute;
    left: -9999px;
    top: -9999px;
    opacity: 0;
}

.header-search-form input[type=search],
.header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 52px;
    width: 0;
    max-width: 1155px;
    padding-left: 58px;
    padding-right: 50px;
    border-radius: var(--radius-lg);
    border: none;
    outline: none;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 300;
    background: #fff url(../img/search.svg) no-repeat 24px 13px;
    transition: width .5s;
}

.header-search.open .header-search-form input[type=search] {
    width: 90%;
}

.header-search.open .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    width: 100%;
    max-width: 100%;
}

.header-search-form input[type=search]::placeholder,
.header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search]::placeholder{
    text-transform: uppercase;
    color: #636363;
}

.header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input:hover {
    background-color: #fff;
}

.header-search .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 58px;
    padding-right: 50px;
    max-width: 100%;
}

.header-search-form .dgwt-wcas-search-wrapp {
    max-width: 90%;
    margin-right: 0;
}

.header-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    background: none;
    border-radius: 0;
    width: 100%;
}

.dgwt-wcas-sp {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #000;
}

.dgwt-wcas-st {
    color: #000;
}

.dgwt-wcas-open-pirx .dgwt-wcas-suggestions-wrapp {
    padding: 0;
    border-radius: 12px;
    box-shadow: 0px 1px 4px 1px rgba(0, 0, 0, .2);
}

.dgwt-wcas-has-headings .dgwt-wcas-suggestion {
    text-decoration: none !important;
}

.dgwt-wcas-has-img .dgwt-wcas-suggestion.dgwt-wcas-suggestion-product:not(:last-child) {
    border-bottom: 1px solid #ccc;
}

.dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    display: none;
}

.header-search-form .container {
    position: relative;
}

.close-search {
    position: absolute;
    right: 44px;
    top: 34px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.close-search:before,
.close-search:after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 2px;
    margin-top: -1px;
    background-color: var(--color-black);
}

.close-search:before {
    transform: translateY(0) rotate(-45deg);
}

.close-search:after {
    transform: translateY(0) rotate(45deg);
}


.social-links {
    display: flex;
    gap: 14px;
}

.social-link {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: var(--color-accent-50);
    transition: background-color .3s;
}

.social-link:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url(../img/icons1.svg) 0 0;
}

.social-link__email:before {
    background-position: -65px 37px;
}

.social-link__linkedin:before {
    background-position: -118px 34px;
}

.social-link:hover {
    background-color: var(--color-accent-100);
}

/* Hero */
.hero-block {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding-bottom: 50px;
}

.hero-block-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.hero-block-info {
    padding-top: 200px;
}

.hero-block-text {
    margin-bottom: 160px;
}

.hero-block-title {
    margin-bottom: 8px;
    font-size: 60px;
    font-weight: 600;
    line-height: 70px;
}

.hero-block-descr {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
}

.hero-block-blockquote {
    max-width: 380px;
}

.hero-block-img {
    flex: 0 0 628px;
    position: relative;
}

.hero-block-img img {
    border-radius: var(--radius-lg);
}

.hero-block-social {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #fff;
    padding-top: 18px;
    width: 95px;
    height: 150px;
    border-top-left-radius: var(--radius-lg);
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-block-social .social-links {
    flex-direction: column;
}

.hero-block-social:before {
    content: '';
    position: absolute;
    right: 100%;
    bottom: 0;
    width: 58px;
    height: 58px;
    background: radial-gradient(55px at 4px 4px, transparent 54px, rgba(255, 255, 255, .85) 55px, #fff 61px);
}

.hero-block-social:after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 100%;
    width: 58px;
    height: 58px;
    background: radial-gradient(55px at 4px 4px, transparent 54px, rgba(255, 255, 255, .85) 55px, #fff 61px);
}

/* Our Products */
.our-products-item {
    margin-bottom: 32px;
    padding: 44px;
    border: 1px solid var(--color-accent-100);
    border-radius: var(--radius-lg);
}

.our-products-item:last-child {
    margin-bottom: 0;
}

.our-products-item-inner {
    display: flex;
    gap: 44px;
}

.our-products-item:nth-child(even) .our-products-item-inner {
    flex-direction: row-reverse;
}

.our-products-img {
    flex: 0 0 36%;
    max-width: 36%;
}

.our-products-img img {
    border-radius: 44px;
}

.our-products-info {
    flex: 1;
}

.our-products-title {
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}

.our-products-title a {
    color: var(--color-text);
    text-decoration: none;
    transition: color .3s;
}

.our-products-title a:hover {
    color: var(--color-accent-200);
}

.our-products-info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.our-products-descr {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
}

.our-products-more .btn {
    font-size: 18px;
    line-height: 24px;
}

/* Front about block */
.flont-about-block {
    padding-bottom: 120px;
}
.flont-about-img {
    position: relative;
    margin-bottom: 140px;
}

.flont-about-img img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
}

.front-about-img-text {
    position: absolute;
    right: 0;
    top: 0;
    width: 652px;
    padding: 10px 30px 20px;
    background: #fff;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    border-bottom-left-radius: var(--radius-lg);
}

.front-about-img-text:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    width: 74px;
    height: 74px;
    background: radial-gradient(62px at 15px 55px, transparent 61px, rgba(255, 255, 255, .85) 57px, #fff 61px);
}

.front-about-img-text:after {
    content: '';
    position: absolute;
    right: 0;
    top: 100%;
    width: 74px;
    height: 74px;
    background: radial-gradient(62px at 15px 55px, transparent 61px, rgba(255, 255, 255, .85) 57px, #fff 61px);
}

.flont-about-items {
    counter-reset: flont-about-item;
    display: flex;
    flex-wrap: wrap;
}

.flont-about-item {
    counter-increment: flont-about-item;
    margin-bottom: 60px;
    max-width: 50%;
    flex: 0 0 50%;
    padding: 0 20px;
}

.flont-about-item:last-child {
    margin-bottom: 0;
}

.flont-about-item > div {
    position: relative;
}

.flont-about-item > div:before {
    content: counter(flont-about-item, decimal-leading-zero);
    position: absolute;
    top: 3px;
    left: -30px;
    font-family: var(--font-main);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #FFC9C9;
}

.flont-about-item:nth-child(even) {
    justify-content: end;
}

.company-flont-about-block .flont-about-item:nth-child(even) {
    justify-content: start;
}

.company-flont-about-block .flont-about-item:nth-child(odd) {
    justify-content: end;
}

.flont-about-item-title {
    margin-bottom: 24px;
    font-size: 42px;
    font-weight: 600;
    line-height: 50px;
}

.flont-about-item-title strong {
    font-weight: 600;
}

.flont-about-item-text {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #666;
}

.company-logo-block {
    text-align: right;
    padding: 0 34px 80px 0;
}

.company-logo-block img {
    display: inline-block;
    max-width: 112px;
}

.company-present-form-block {
    margin-top: 80px;
}

/* Best sellers */
.best-sellers-block-descr {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #666;
}

.best-sellers-block-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 80px;
}

.section-gray {
    background: var(--color-gray-50);
}

.best-sellers-product-items,
.products-grid {
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 140px;
}

.best-sellers-product-items .slick-track {
    display: flex;
    align-items: stretch;
}

.best-sellers-product-items .slick-slide {
    float: none;
    height: auto;
}

.products-grid {
    margin-left: -12px;
    margin-right: -12px;
    padding-bottom: 60px;
}

.slick-slide .best-sellers-product {
    height: 100%;
}

.slick-slide .best-sellers-product-inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.slick-slide .best-sellers-product-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.best-sellers-product-items:not(.slick-slider),
.products-grid {
    display: flex;
    flex-wrap: wrap;
}

.best-sellers-product-item,
.list-product-item {
    
    padding: 0 15px;
}

.list-product-item {
    padding: 0 12px;
    margin-bottom: 50px;
}

.best-sellers-product-items:not(.slick-slider) .best-sellers-product-item,
.list-product-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
}

.list-product-form {
    display: flex;
    justify-content: center;
}

.best-sellers-product,
.list-product {
    padding: 24px;
    border-radius: 32px;
    background: #fff;
}

.list-product {
    padding: 20px;
}

.best-sellers-product-img,
.list-product-img {
    margin-bottom: 24px;
}

.list-product-img {
    margin-bottom: 30px;
}

.best-sellers-product-img img,
.list-product-img img{
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

.best-sellers-product-title,
.list-product-title {
    min-height: 65px;
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.best-sellers-product-item.is-variative .best-sellers-product-price {
    margin-bottom: 14px;
    font-size: 28px;
    line-height: 28px;
}

.best-sellers-product-item.is-variative .best-sellers-product-action {
    flex-direction: column;
}

.best-sellers-product-title a,
.list-product-title a {
    color: var(--color-text);
    text-decoration: none;
    transition: .3s;
}

.best-sellers-product-title a:hover,
.list-product-title a:hover {
    color: var(--color-accent-200);
}

.best-sellers-product-action,
.list-product-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}

.best-sellers-product-form button,
.best-sellers-product-form .btn,
.list-product-form button,
.list-product-form .btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    padding: 17px 31px;
}

.best-sellers-product-form button:after,
.best-sellers-product-form .btn:after,
.list-product-form button:after,
.list-product-form .btn:after {
    width: 22px;
    height: 22px;
    background-position: 0 -42px;
}

.best-sellers-product-price,
.list-product-price {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
}

.list-product-price.is-variative {
    font-size: 22px;
}

.list-product-price {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
}

.woocommerce a.added_to_cart,
.best-sellers-product-form .added_to_cart {
    display: none;
}

.slick-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    bottom: 0;
    top: initial;
    background: #000;
    border-radius: 50%;
    opacity: 1;
}

.slick-arrow:hover,
.slick-arrow:focus {
    background-color: #000;
}

.slick-arrow:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/icons1.svg) no-repeat 0 0;
}

.slick-prev {
    left: 50%;
    margin-left: -72px;
}

.slick-next {
    right: 50%;
    margin-right: -72px;
}

.slick-next:before {
    background-position: -52px -16px;
}

.slick-prev:before {
    background-position: -9px -16px;
}

/* Presentation form */
.present-form-block .section-title {
    margin-bottom: 32px;
}

.present-form-block-descr {
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    color: #666;
}

.present-form span.form-label {
    display: none;
}

.present-form .form-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.present-form input[type=submit] {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

/** Blog list */
.blog-items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 140px;
}
.slick-slider.blog-items {
    display: block;
}

.blog-item {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding: 0 15px;
}
/* 1) track как flex */
.blog-items.slider-items-3 .slick-track {
  display: flex !important;
  align-items: stretch; /* ключевое */
}

/* 2) slick-slide должен быть flex-контейнером и растягиваться */
.blog-items.slider-items-3 .slick-slide {
  float: none !important;     /* убираем влияние float */
  height: auto !important;
  display: flex !important;   /* ключевое */
  flex: 1;
}

/* 3) В slick внутри slide обычно есть обёртка <div> */
.blog-items.slider-items-3 .slick-slide > div {
  display: flex;
  width: 100%;
}

/* 4) Твоя карточка — растянуть на всю высоту строки */
.blog-items.slider-items-3 .blog-item {
  display: flex;
  width: 100%;
}

.blog-items.slider-items-3 .blog-card {
  display: flex;
  width: 100%;
}

.blog-items.slider-items-3 .blog-card-inner {
  display: flex;
  flex-direction: column; /* чтобы низ (кнопка) уезжал вниз, если нужно */
  width: 100%;
}

/* 5) Чтобы описание занимало место, а "Read more" прижималось вниз (опционально) */
.blog-items.slider-items-3 .blog-card-info {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.blog-items.slider-items-3 .blog-card-more {
  margin-top: auto;
}

.slick-slider.blog-items .blog-item {
    max-width: 100%;
}

.blog-list {
    row-gap: 80px;
}

.blog-card {
    height: 100%;
    padding: 24px;
    border-radius: 32px;
    background: #fff;
    border: 1px solid #FAF1F1;
}

.blog-card-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.blog-block .blog-card {
    border: none;
}

.blog-card-img {
    margin-bottom: 24px;
}

.blog-card-img img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-md);
}

.blog-card-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: center;
}

.blog-card-title {
    margin-bottom: 24px;
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
}

.blog-card-title a {
    color: #000;
    text-decoration: none;
    transition: color .3s;
}

.blog-card-title a:hover {
    color: var(--color-accent-200);
}

.blog-card-descr {
    flex: 1;
    margin-bottom: 32px;
    font-weight: 300;
    font-size: 18px;
    line-height: 24px;
    color: #666;
}

.blog-card-more a {
    font-size: 18px;
    line-height: 24px;
}

.page-title-block {
    padding-top: 20px;
}

.company-page .page-title-block {
    padding-top: 140px;
}

.page-title {
    margin-bottom: 24px;
    font-size: 100px;
    line-height: 112px;
}


/* Company page */
.company-info-text {
    font-size: 24px;
    font-weight: 300;
    color: #757575;
}

.company-info-text p:last-child {
    margin-bottom: 0;
}

.company-info {
    align-items: flex-end;
}

.company-info-blockquote {
    display: flex;
    justify-content: end;
}

.company-info-blockquote blockquote {
    max-width: 470px;
}

.blockquote-author {
    display: flex;
    align-items: center;
    gap: 12px;
}

.blockquote-author-img {
    flex: 0 0 44px;
    max-width: 44px;
}

.blockquote-author-info {
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #757575;
}

.company-info {
    padding-bottom: 160px;
}

.company-image-block {
    position: relative;
    margin-bottom: 80px;
}

.company-image-img img {
    width: 100%;
    height: auto;
    border-radius: var(--radius-lg);
}

.company-image-text {
    position: absolute;
    left: 54px;
    bottom: 54px;
    width: 45%;
    color: #fff;
    font-size: 24px;
    line-height: 32px;
    font-weight: 600;
}

.section-text-block {
    margin-bottom: 84px;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}

.section-text-block:last-child {
    margin-bottom: 0;
}

.section-text-block p {
    margin-bottom: 24px;
}

.section-text-block p:last-child {
    margin-bottom: 0;
}

.text-image img {
    border-radius: var(--radius-lg);
}

.company-page-social {
    padding-bottom: 32px;
}

.company-email {
    margin-bottom: 24px;
}

.company-email-label {
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 24px;
    color: #757575;
    font-weight: 300;
}

.company-email-value {
    font-size: 24px;
    line-height: 24px;
    font-weight: 600;
}

.company-email-value a {
    color: var(--color-text);
    text-decoration: none;
    transition: color .3s;
}

.company-email-value a:hover {
    color: var(--color-accent-200);
    text-decoration: none;
}

.value-proposition-wrap {
    padding: 48px 0 140px;
}

.value-proposition {
    padding: 80px;
    background-color: var(--color-accent-50);
    border-radius: var(--radius-lg);
}

.value-proposition-text {
    font-size: 92px;
    font-weight: 600;
    line-height: 98px;
    text-align: center;
    letter-spacing: -8px;
}

.infographic-block .company-logo-block {
    padding: 0;
}

.infographic-steps-block {
    padding: 80px;
}

.infographic-steps-items {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.infographic-steps-item {
    min-width: 217px;
    padding: 57px 40px;
    background: #000;
    border-radius: 32px;
    font-size: 32px;
    line-height: 24px;
    color: #fff;
    text-align: center;
    font-weight: 600;
}

.infographic-steps-delim {
    width: 85px;
    height: 85px;
    background: url(../img/arrow-b-right.svg) no-repeat center;
}

.comparison-block {
    padding: 20px 0 80px;
}

.comparison-title {
    margin-bottom: 60px;
    font-size: 54px;
    line-height: 62px;
    font-weight: 600;
    text-align: center;
}

.comparison-columns {
    display: flex;
    margin-bottom: 80px;
    margin-left: -29px;
    margin-right: -29px;
}

.comparison-column {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 29px;
    flex: 0 0 50%;
    max-width: 50%;
}

.comparison-card {
    padding: 40px;
    border: 1px solid var(--color-accent-100);
    border-radius: var(--radius-md);
}

.comparison-card__title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    line-height: 24px;
    text-align: center;
}

.comparison-list {
    padding: 0;
    margin: 0;
}

.comparison-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin: 0;
    padding: 0;
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 38px;
    font-weight: 300;
}

.comparison-list li:last-child {
    margin-bottom: 0;
}

.comparison-list li:before {
    content: '';
    flex: 0 0 31px;
    width: 31px;
    height: 31px;
    background: url(../img/icons1.svg) no-repeat 0px 0px;
}

.comparison-list--negative li:before {
    margin-top: 6px;
    background-position: -43px -40px;
}

.comparison-list--positive li:before {
    margin-top: 4px;
    background-position: -86px -40px;
}

.sol-gel-block {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 50px;
}

/* Колонки */
.sol-gel-item {
  text-align: center;
}

.sol-gel-item img {
  max-width: 100%;
  height: auto;
}

/* Стрелка */
.sol-gel-arrow {
  display: flex;
  flex-direction: column;
  align-items: center;
  white-space: nowrap;
}

.sol-gel-arrow .arrow-label {
    font-size: 20px;
    line-height: 24px;
    font-weight: 300;
}

.download-block {
    display: flex;
    gap: 24px;
}

.download-block .btn {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

.tech-page-top-block {
    padding-top: 140px;
    margin-bottom: 140px;
}

.tech-page-all-title {
    margin-bottom: 40px;
    font-size: 100px;
    line-height: 1.1;
    font-weight: 600;
}

.tech-page-title {
    margin-bottom: 40px;
    font-size: 60px;
    line-height: 1.4;
}

.tech-menu-title {
    margin-bottom: 80px;
    font-size: 80px;
    line-height: 120px;
    font-weight: 600;
}

.tech-menu-block {
    margin-bottom: 80px;
}

.technology-menu {
    display: flex;
    padding-left: 0;
}

.technology-menu li {
    flex: 0 0 25%;
    max-width: 25%;
    list-style: none;
    padding: 0;
    margin: 0;
}

.technology-menu li a {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    padding: 30px 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    color: var(--color-text);
    text-decoration: none;
    text-align: center;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom: 2px solid transparent;
    transition: .3s;
}

.technology-menu li:not(.current-menu-item) a:hover {
    color: var(--color-accent-200);
}

.technology-menu li.current-menu-item a {
    background-color: #FFEFEF;
    border-color: #000;
}

.mb-lg,
.mb-lg:last-child {
    margin-bottom: 160px;
}

.mb-md,
.mb-md:last-child {
    margin-bottom: 100px;
}

.mb-sm,
.mb-sm:last-child,
.tech-page-content h3.mb-sm {
    margin-bottom: 80px;
}

.texh-img-block1 {
    gap: 75px;
}

.texh-img-block1 > .flex-col:first-child {
    width: calc(60% - 75px);
}

.texh-img-block1 > .flex-col:last-child {
    width: calc(40% - 75px);
}

.tech-page .wp-block-separator {
    margin: 80px 0;
    border: 1px solid #d9d9d9;
}

.tech-page-content h3 {
    font-size: 32px;
    margin-bottom: 32px;
}

.tech-page-content h4 {
    margin-bottom: 60px;
    font-size: 24px;
}

.tech-page-content .wp-element-caption {
    margin: 0;
    padding-top: 32px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

.contacts-page .page {
    margin-top: 218px;
}
.contacts-page-subtitle {
    margin-bottom: 54px;
    font-size: 24px;
    font-weight: 300;
    color: #757575;
}
.contacts-page .social-links {
    margin-bottom: 54px;
}
.contacts-info {
    display: flex;
}
.contacts-info .company-email {
    flex: 0 0 50%;
    max-width: 50%;
}
.contacts-info .company-email-label {
    margin-bottom: 18px;
}
.contacts-info .company-email-value {
    font-size: 60px;
    line-height: 70px;
}
.contacts-page .company-present-form-block {
    margin-top: 175px;
}

/* Footer */
.footer-top {
    display: flex;
    justify-content: space-between;
    padding: 80px 0;
}

.footer-bottom {
    padding: 24px 0;
    border-top: 1px solid #E7E7E7;
}

.footer-big-logo {
    text-align: center;
}

.footer-big-logo img {
    display: inline-block;
    width: 1100px;
}

.footer-copy {
    font-size: 14px;
    text-align: center;
}

.footer-brand {
    max-width: 350px;
}

.footer-info {
    flex: 0 0 55%;
    max-width: 55%;
    padding-top: 85px;
}

.footer-logo-block {
    margin-bottom: 24px;
}

.footer-logo img {
    max-width: 105px;
}

.footer-desc {
    margin-bottom: 80px;
    line-height: 24px;
    font-size: 18px;
    font-weight: 300;
}

.footer-navs {
    display: flex;
}

.footer-col {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    padding-right: 24px;
}

.footer-col:last-child {
    padding-right: 0;
}

.footer-navs ul {
    padding: 0;
    margin: 0;
}

.footer-navs li {
    padding: 0;
    margin-bottom: 12px;
    list-style: none;
}

.footer-navs a {
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    color: var(--color-black);
    transition: color .3s;
}

.footer-navs a:hover {
    color: var(--color-accent-200);
}

.footer-navs li:first-child {
    margin-bottom: 24px;
}

.footer-navs li:first-child a {
    font-size: 18px;
    font-weight: 500;
}

.footer-email-block {
    padding-top: 80px;
}

.footer-email {
    font-size: 60px;
    text-decoration: none;
    color: var(--color-black);
    transition: color .3s;
}

.footer-email:hover {
    color: var(--color-accent-200);
}

/* Products */
.woocommerce-page div.product div.images {
    float: none;
    width: 100%;
}

.product-page .preci-product {
    padding-top: 40px;
}

.preci-product__grid {
    display: flex;
}
.preci-product__media {
    flex: 0 0 50%;
    max-width: 50%;
}
.preci-product__summary {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 32px;
}
.product-page .product_title {
    margin-bottom: 60px;
    font-size: 32px;
    font-weight: 600;
    line-height: 38px;
}

.product-page .woocommerce-variation-price,
.reset_variations {
    display: none !important;
}
.preci-product__top {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}
.preci-product__top .js-preci-price-live,
.preci-product__top .js-preci-price-fallback {
    display: block;
    margin-right: 46px;
}
.preci-product__price:not(.is-single-price) .js-preci-price-fallback {
    display: none !important;
}
.preci-product__price .price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price, 
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    margin: 0;
    font-size: 32px;
    font-weight: 400;
    line-height: 32px;
    color: var(--color-text);
}
.btn-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    color: transparent;
    cursor: pointer;
    background: url(../img/icons2.svg) no-repeat 2px 2px;
    -webkit-user-select: none; /* Chrome, Safari */
    -moz-user-select: none;    /* Firefox */
    -ms-user-select: none;     /* Edge (старый) */
    user-select: none;
}
.btn-number-plus {
    background-position: -35px 2px;
}
.preci-product__top .preci-product__qty {
    display: flex;
    align-items: center;
    gap: 3px;
}

/* Верхний qty как текст */
.preci-product__qty input[type="number"] {
  border: none;
  background: transparent;
  box-shadow: none;
  outline: none;

  padding: 0;
  margin: 0;

  width: 20px;            /* или фиксированную, если нужно */
  min-width: 2ch;         /* чтобы не схлопывался */
  text-align: center;

  font: inherit;          /* наследуем шрифт */
  color: inherit;

  -moz-appearance: textfield; /* Firefox */
}

/* Убираем стрелки в Chrome / Safari / Edge */
.preci-product__qty input[type="number"]::-webkit-inner-spin-button,
.preci-product__qty input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* На всякий случай: убираем фокус-обводку */
.preci-product__qty input[type="number"]:focus {
  outline: none;
  box-shadow: none;
}

/* утилита */

.preci-select { position: relative; width: 100%; }
.preci-select__native select { display:none !important; }

.preci-select__trigger{
  width:100%;
  height:64px;
  padding:0 48px 0 20px;
  border-radius:14px;
  border:1px solid #d4d4d8;
  background:#fff;
  display:flex;
  align-items:center;
  cursor:pointer;
}

.preci-select.is-selected .preci-select__trigger,
.preci-select__trigger:hover {
    border-color: #000;
    box-shadow: none !important;
}

.preci-select__text { 
    color:#666;
    font-size: 16px;
    font-weight: 300;
}
.preci-select.is-selected .preci-select__text
{ 
    color:#000; 
}

.preci-select__arrow{
  position:absolute;
  right:18px;
  width:10px;
  height:10px;
  border-right:2px solid #11181C;
  border-bottom:2px solid #11181C;
  transform: rotate(45deg);
}

.preci-select__dropdown{
  display:none;
  position:absolute;
  z-index:20;
  top:calc(100% + 6px);
  left:0;
  width:100%;
  background:#fff;
  border-radius:14px;
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  overflow:hidden;
}

.preci-select.is-open .preci-select__dropdown{ display:block; }

.preci-select__option{
  padding:14px 20px;
  cursor:pointer;
}
.preci-select__option:hover{ background:#f5f6fa; }

.preci-select__option.is-disabled{
  opacity:.45;
  cursor:not-allowed;
}
.preci-select__dropdown { display:none; }
.preci-select.is-open .preci-select__dropdown { display:block; }

.preci-select__option.is-selected {
  font-weight: 600;
}
.preci-select__option.is-selected::after {
  content: "✓";
  float: right;
}
.woocommerce-variation-add-to-cart .quantity,
.preci-product__actions .quantity,
.preci-variation .reset_variations,
.preci-variation__label {
    display: none !important;
}

.preci-variation {
    margin-bottom: 14px;
}

.single_variation_wrap .woocommerce-variation-add-to-cart,
.preci-product__actions form.cart:not(.variations_form) .single_simple_wrap {
    display: flex;
    align-items: center;
    gap: 24px;
}
div.product .preci-product__actions form.cart:not(.variations_form):before,
div.product .preci-product__actions form.cart:not(.variations_form):after {
    display: none;
}
.preci-btn--quote {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
}
.woocommerce div.product form.cart .button {
    display: inline-flex;
    align-items: center;
    width: auto;
    gap: 10px;
    padding: 17px 31px;
    border-radius: var(--radius-lg);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
    outline: none;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    cursor: pointer;
    transition: .3s;
}

.woocommerce div.product form.cart .button:after {
    content: "";
    width: 22px;
    height: 22px;
    background: var(--color-black) url(../img/icons1.svg) no-repeat 0 -42px;
}

.woocommerce div.product form.cart .button:hover {
    box-shadow: 0px 12px 60px rgba(0, 0, 0, .24);
    background-color: var(--color-black);
}

form.cart .preci-customisation-field {
    margin-bottom: 14px;
}

.single_variation_wrap,
.preci-customisation-field + .single_simple_wrap {
    padding-top: 53px;
}
.preci-customisation-field textarea {
    resize: none;
}
.single-product .preci-customisation-field label {
    display: none;
}

.single-product .preci-customisation-field textarea {
    height: 145px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: none;
}

.woocommerce div.product div.images .flex-control-thumbs,
.preci-product__media .slider-nav {
    padding: 24px 78px 0;
}

.preci-product__media img {
    width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li,
.preci-product__media .slider-nav .thumb {
    padding: 0 4px;
}
.preci-product__media .slider-nav:not(.slick-slider),
.preci-product__media .slider-for:not(.slick-slider) {
    display: flex;
    overflow: hidden;
}
.preci-product__media .slider-for:not(.slick-slider) > * {
    flex: 0 0 100%;
}
/*.preci-product__media .slider-nav:not(.slick-slider) > * {
    flex: 0;
}*/
.woocommerce-product-gallery__wrapper img,
.preci-product__media .slider-for img {
    border-radius: 38px;
}
.flex-control-thumbs img,
.preci-product__media .slider-nav img {
    border-radius: 12px;
}
.preci-product__media .slider-nav .thumb {
    position: relative;
    cursor: pointer;
}
.preci-product__media .slider-nav .thumb:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .7);
    opacity: 1;
    transition: opacity .3s;
}
.preci-product__media .slider-nav .thumb.slick-current:after,
.preci-product__media .slider-nav .thumb:hover:after {
    opacity: 0;
}
.preci-thumb-arrow.slick-arrow {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 24px;
    padding: 0;
    background: none;
    border: none;
}

.preci-thumb-arrow.slick-arrow.prev {
    left: 36px;
}

.preci-thumb-arrow.slick-arrow.next {
    right: 36px;
}

.preci-thumb-arrow.slick-arrow:before {
    width: 10px;
    height: 17px;
}

.preci-thumb-arrow.slick-arrow.prev:before {
    background-position: -191px -45px;
}

.preci-thumb-arrow.slick-arrow.prev.slick-disabled:before {
    background-position: -180px -45px;
}

.preci-thumb-arrow.slick-arrow.next:before {
    background-position: -208px -46px;
}

.preci-thumb-arrow.slick-arrow.next.slick-disabled:before {
    background-position: -208px -67px;
}

.preci-product__content {
    display: flex;
    flex-direction: row-reverse;
    padding-top: 80px;
    margin-bottom: 156px;
}

.preci-product__content > div {
    flex: 0 0 50%;
    max-width: 50%;
}

.preci-product__content--first {
    padding-left: 32px;
}

.preci-product__content-label {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 32px;
    font-weight: 600;
}

.preci-product__content-text {
    font-size: 24px;
    font-weight: 300;
    color: #757575;
}

.preci-product__content-text p {
    margin-bottom: 24px;
}

.preci-product__content-info {
    margin-bottom: 32px;
}

.product-spec-list {
    margin: 0;
    padding: 0;
}

.product-spec-list li {
    list-style: none;
    position: relative;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 8px;
}

.product-spec-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 8px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFC9C9;
}

.preci-product__content-discount-text {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.4;
}

#adfy__floating-cart .adfy_woofc-inner {
    padding: 34px 29px;
}

#adfy__floating-cart .adfy__woofc-header {
    padding-bottom: 14px;
    margin-bottom: 20px;
    border-bottom: 1px solid #000;
}

#adfy__floating-cart .adfy__woofc-header .adfy__close-button .adfy__hide-woofc svg {
    color: #000;
}

#adfy__floating-cart .adfy__woofc-header .adfy__woofc-title {
    font-size: 24px;
    line-height: 38px;
    font-weight: 600;
    color: #000;
}

#adfy__floating-cart .adfy__woofc-header .adfy__close-button .adfy__hide-woofc {
    align-items: center;
    justify-content: center;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item {
    position: relative;
    -moz-column-gap: 16px;
    column-gap: 16px;
    grid-template-columns: 154px auto;
    margin-bottom: 24px;
    padding-bottom: 24px;
    padding-right: 32px;
    border-bottom: 1px solid #ccc;
}

#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-coupon {
    display: none;
}

.adfy__woofc-item .adfy__woofc-item-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-item-title .woocommerce-loop-product__title .adfy__woofc-link {
    color: var(--color-text);
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}

#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-item-title .woocommerce-loop-product__title .adfy__woofc-link:hover {
    color: var(--color-accent-200);
}

#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-quantity .adfy__woofc-quantity-form .adfy__woofc-quantity-input-button {
    color: var(--color-text);
}

#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-quantity .adfy__woofc-quantity-form {
    padding: 0;
    margin: 0;
    width: auto;
    border: none;
    justify-content: start;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-quantity .adfy__woofc-quantity-form .adfy__woofc-quantity-input-field {
    font-size: 14px;
    font-weight: 400;
    color: #000;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-item-price {
    margin-bottom: 0;
}

#adfy__floating-cart[data_type=drawer] {
    width: 590px;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .thumb {
    position: static;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .thumb .adfy__woofc-link>img {
    border-radius: 32px;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-item-price .quantity {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .thumb .adfy__woofc-remove-cart-item {
    right: 18px;
    top: 0;
    background: url(../img/icons2.svg) no-repeat -60px 4px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .thumb .adfy__woofc-remove-cart-item:hover {
    background-color: transparent;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .thumb .adfy__woofc-remove-cart-item svg,
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-cart-summary ul li:not(.total) {
    display: none;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-actions .adfy__woofc-button.secondary {
    display: none;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-actions {
    display: block;
    padding-top: 36px;
}
#adfy__floating-cart .adfy__woofc-colophon {
    padding-top: 4px;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-cart-summary ul li .label {
    font-size: 16px;
    color: var(--color-text);
    font-weight: 600;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-cart-summary ul li.total .value span {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
    color: var(--color-text);
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-cart-summary ul {
    margin-bottom: 4px;
}
.adfy__woofc-cart-summary .adfy__woofc-badge {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    color: #000;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-cart-summary {
    margin-bottom: 12px;
}
.adfy__woofc-info-text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #757575;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-actions .adfy__woofc-button {
    padding: 17px 31px;
    border-radius: var(--radius-lg);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
    outline: none;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    transition: .3s;
}
#adfy__floating-cart .adfy__woofc-colophon .adfy__woofc-actions .adfy__woofc-button:hover {
    box-shadow: 0px 12px 60px rgba(0, 0, 0, .24);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
}
.adfy__woofc-item-attr {
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
}
#adfy__woofc-trigger {
    display: none !important;
}

.shop-archive {
    display: flex;
    gap: 35px;
    margin-top: 40px;
}

.shop-archive-aside {
    flex: 0 0 22%;
    max-width: 22%;
}

.shop-archive-content {
    flex: 1;
}

.list-page-title {
    margin-bottom: 32px;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.4;
}
.product-search-form .search-submit,
.product-search-form label {
    display: none;
}

.product-search-form .form-search-item {
    position: relative;
}
.product-search-form .form-search-item:before {
    content: '';
    position: absolute;
    left: 27px;
    top: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(../img/icons1.svg) no-repeat -175px -76px;
}

.product-search-form input[type=search],
.product-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    height: 52px;
    width: 100%;
    padding-left: 58px;
    outline: none;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 300;
    background: #F8F8F8 !important;
}
.product-search-form input[type=search]::placeholder {
    text-transform: uppercase;
    color: rgba(0, 0, 0, .6);
}
.product-search {
    margin-bottom: 32px;
}

.product-search .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 0;
}

.product-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 22px;
    top: 10px;
}
.product-search .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    display: block;
}

.product-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
    max-width: 100%;
}

.product-search .dgwt-wcas-style-pirx.dgwt-wcas-search-filled .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input {
    padding-left: 58px;
}
.blog-page-search .dgwt-wcas-search-wrapp {
    max-width: 100%;
}
.blog-page-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp button.dgwt-wcas-search-submit {
    left: 15px;
    top: 10px;
}

.blog-page-search .dgwt-wcas-style-pirx .dgwt-wcas-preloader {
    margin-right: 0;
}

.blog-page-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    padding: 0;
}

.blog-page-search .dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp {
    background: none;
}

.product-filter-link {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: #000;
    font-weight: 400;
    text-decoration: none;
    transition: color .3s;
}
.product-filter-link:hover {
    color: var(--color-accent-200);
}
.product-filter-parent .product-filter-link {
    font-weight: 600;
    text-transform: uppercase;
}
.product-filter-dot {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    background: url(../img/icons1.svg) no-repeat -139px -11px;
}
.product-filter-block.is-active .product-filter-parent .product-filter-dot,
.product-filter-item.is-active .product-filter-dot {
    background-position: -105px -11px;
}
.product-filter-parent {
    margin-bottom: 10px;
}
.product-filter-item {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
}
.product-filter-list {
    padding: 0;
    margin: 0;
}
span.product-filter-text {
    padding-top: 1px;
}
.product-filter-subtitle {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 8px;
    color: #757575;
}

.product-filter-block  {
    padding-bottom: 24px;
    margin-bottom: 32px;
    border-bottom: 1px solid #E2E2E2;
}

.page-numbers,
.navigation.pagination .nav-links,
.woocommerce nav.woocommerce-pagination ul {
    display: flex;
    gap: 12px;
    justify-content: center;
    border: none;
}

.page-numbers a,
.page-numbers span,
.navigation.pagination .page-numbers,
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border: 1px solid #c2c2c2;
    background: none !important;
    color: #000 !important;
    font-size: 18px;
    font-weight: 400;
}
.page-numbers a.current,
.page-numbers span.current,
.navigation.pagination .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a.current, 
.woocommerce nav.woocommerce-pagination ul li span.current {
    color: #fff !important;
    background: #000 !important;
    border-color: #000;
}
.woocommerce nav.woocommerce-pagination ul li {
    border: none !important;
}
.navigation a, .navigation span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1;
    font-size: 1em;
    font-weight: 400;
    padding: 0.5em;
    min-width: 1em;
    display: block;
}
.page-numbers a.prev,
.page-numbers span.prev,
.navigation.pagination .prev.page-numbers,
.navigation.pagination .next.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a.prev, 
.woocommerce nav.woocommerce-pagination ul li span.prev,
.page-numbers a.next,
.page-numbers span.next,
.woocommerce nav.woocommerce-pagination ul li a.next, 
.woocommerce nav.woocommerce-pagination ul li span.next {
    background-color: #000 !important;
    border-color: #000;
    color: transparent !important;
}
.navigation.pagination .prev.page-numbers,
.navigation.pagination .next.page-numbers {
    font-size: 0;
    text-indent: -9999px;
    padding-left: 12px;
}
.page-numbers a.prev.is-disabled,
.page-numbers span.prev.is-disabled,
.woocommerce nav.woocommerce-pagination ul li a.prev.is-disabled, 
.woocommerce nav.woocommerce-pagination ul li span.prev.is-disabled,
.page-numbers a.next.is-disabled,
.page-numbers span.next.is-disabled,
.woocommerce nav.woocommerce-pagination ul li a.next.is-disabled, 
.woocommerce nav.woocommerce-pagination ul li span.next.is-disabled {
    background-color: #757575 !important;
    border-color: #757575;
    cursor: not-allowed;
}

.page-numbers a.prev:before,
.page-numbers span.prev:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before, 
.woocommerce nav.woocommerce-pagination ul li span.prev:before,
.page-numbers a.next:before,
.page-numbers span.next:before,
.navigation.pagination .prev.page-numbers:before,
.navigation.pagination .next.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before, 
.woocommerce nav.woocommerce-pagination ul li span.next:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/icons1.svg) no-repeat 0 0;
}

.page-numbers a.prev:before,
.page-numbers span.prev:before,
.navigation.pagination .prev.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul li a.prev:before, 
.woocommerce nav.woocommerce-pagination ul li span.prev:before {
    background-position: -9px -16px;
}
.page-numbers a.next:before,
.page-numbers span.next:before,
.navigation.pagination .next.page-numbers:before,
.woocommerce nav.woocommerce-pagination ul li a.next:before, 
.woocommerce nav.woocommerce-pagination ul li span.next:before {
    background-position: -52px -16px;
}
.page-products-list {
    padding-bottom: 128px;
}
.product-filter-panel-header,
.product-filter-selected,
.product-filter-panel-footer,
.product-filter-mobile-trigger {
    display: none;
}

.post-title-block {
    padding-top: 72px;
    padding-bottom: 127px;
    margin-bottom: 33px;
    background: url(../img/spot.png) no-repeat right;
    background-size: contain;
}
.post-title-block .page-title {
    font-size: 120px;
    line-height: 120px;
}
.post-top-line {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 80px;
}
.post-btn-to-content {
    width: 33px;
    height: 33px;
    background: url(../img/arrow-b-right.svg) no-repeat center;
    background-size: 16px;;
    transform: rotate(90deg);
    cursor: pointer;
}
.post-created {
    font-size: 16px;
    font-weight: 300;
    color: #757575;
}
.post-acf-image {
    margin-bottom: 80px;
}
.post-acf-image img {
    width: 100%;
    border-radius: 54px;
}
.preci-two-col__grid {
    display: flex;
    gap: 34px;
}
.wp-block-preci-two-col-right {
    flex: 0 0 65%;
    max-width: 65%; 
}
.wp-block-preci-two-col-left {
    flex: 1;
}
.wp-block-preci-two-col-text-content {
    margin-bottom: 80px;
}
.preci-two-col__left {
    font-size: 20px;
    line-height: 32px;
    font-weight: 300;
    color: #757575;
    text-transform: uppercase;
}
.preci-two-col__right-wrap {
    font-size: 24px;
    font-weight: 300;
}
.preci-two-col__right-wrap h2 {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 1;
    font-weight: 600;
}
.preci-two-col__right-wrap p {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 32px;
}
.preci-two-col__right-wrap ul,
.preci-two-col__right-wrap ol {
    padding-left: 0;
    margin-bottom: 24px;
}
.preci-two-col__right-wrap p:last-child,
.preci-two-col__right-wrap ul:last-child,
.preci-two-col__right-wrap ol:last-child {
    margin-bottom: 0;
}
.preci-two-col__right-wrap ol {
    counter-reset: step;
}
.preci-two-col__right-wrap ul li,
.preci-two-col__right-wrap ol li{
    list-style: none;
    position: relative;
    padding-left: 14px;
    font-size: 18px;
    font-weight: 300;
    line-height: 32px;
    margin-bottom: 4px;
}
.preci-two-col__right-wrap ol li {
    counter-increment: step;
    padding-left: 34px;
}
.preci-two-col__right-wrap ol li:not(:last-child) {
    margin-bottom: 14px;
}
.preci-two-col__right-wrap ul li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #FFC9C9;
}
.preci-two-col__right-wrap ol li:before {
    content: counter(step);
    position: absolute;
    left: 0;
    top: 5px;
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #000;
    font-size: 16px;
    font-weight: 400;
    background: #FFD4D4;
}
.preci-two-col__right-wrap .mb-sm {
    margin-bottom: 80px;
}
.preci-youtube-link a {
    position: relative;
    display: block;
}
.preci-youtube-link a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 97px;
    height: 97px;
    margin-top: -48.5px;
    margin-left: -48.5px;
    background: url(../img/play.png) no-repeat center;
}
.page-post .post {
    padding-bottom: 160px;
}
.preci-youtube-link img {
    border-radius: 54px;
}
.blog-page-title-block {
    padding-top: 218px;
    margin-bottom: 80px;
    background: url(../img/spot.png) no-repeat right;
    background-size: contain;
}
.blog-page-title-inner {
    max-width: 630px;
}
.blog-page-title-info {
    margin-bottom: 80px;
    font-size: 24px;
    font-weight: 300;
    color: #757575;
}

/* checkout */
.woocommerce-checkout:not(.woocommerce-order-received) .page-title {
    display: none;
}
.wp-block-woocommerce-checkout,
.woocommerce-checkout .page-content {
    padding-top: 80px;
}

.preci-checkout__grid {
    display: flex;
    gap: 32px;
}
.preci-checkout__left,
.preci-checkout__right {
    flex: 0 0 calc(50% - 16px);
    max-width: calc(50% - 16px);
}
.woocommerce-billing-fields h3 {
    display: none;
}
.woocommerce-checkout-review-order {
    padding: 39px 64px;
    background: #F8F8F8;
}
.preci-order-summary__head {
    display: flex;
    justify-content: space-between;
    padding-bottom: 14px;
    margin-bottom: 24px;
    border-bottom: 1px solid #000;
}
.preci-order-summary__item-row {
    display: flex;
    gap: 11px;
}
.preci-order-summary__item-media {
    max-width: 116px;
    flex: 0 0 116px;
}
.preci-order-summary__item-body {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.preci-order-summary__item-body .preci-order-summary__item-meta {
    display: none;
}
.preci-order-summary__item-media img {
    border-radius: 24px;
}
.preci-order-summary__item {
    margin-bottom: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid #ccc;
}
.preci-order-summary__item-title {
    margin-bottom: 9px;
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 600;
}
.preci-order-summary__item-qty {
    flex: 1;
    font-size: 14px;
    line-height: 20px;
    color: #757575;
}
.preci-order-summary__item-price {
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
}
.preci-order-summary__items {
    margin-bottom: 80px;
}
.preci-order-summary__totals-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.preci-order-summary__totals-label,
.preci-order-summary__totals-value {
    font-size: 16px;
    line-height: 20px;
}
.preci-order-summary__totals-divider {
    height: 1px;
    margin: 24px 0;
    background: #000;
}
.preci-order-summary__totals-row--total {
    margin-bottom: 0;
}
.preci-order-summary__totals-row--total .preci-order-summary__totals-label,
.preci-order-summary__totals-row--total .preci-order-summary__totals-value {
    font-size: 24px;
    line-height: 1;
    font-weight: 600;
}
.preci-order-summary__title {
    font-size: 24px;
    font-weight: 600;
    line-height: 38px;
}
.preci-order-summary__edit-cart {
    font-size: 20px;
    line-height: 38px;
    color: #000;
    font-weight: 600;
}
.preci-checkout__section {
    margin-bottom: 44px;
}
.preci-checkout__title {
    margin-bottom: 24px;
    font-size: 32px;
    line-height: 44px;
    font-weight: 600;
}
.woocommerce form .form-row label {
    display: none;
}
.select2-container .select2-selection--single .select2-selection__rendered,
.woocommerce form .form-row select {
    display: flex;
    align-items: center;
    height: 64px;
    padding-left: 29px;
    padding-right: 29px;
}
.select2-container .select2-selection,
.woocommerce form .form-row select {
    border: 1px solid var(--color-gray-200);
    border-radius: var(--radius-sm);
}
.woocommerce form .form-row select:not(:has(option[value=""]:checked)),
select:not(:has(option[value=""]:checked)) + .select2-container .select2-selection,
.select2-container:hover .select2-selection,
.woocommerce form .form-row select:hover,
.select2-container:focus .select2-selection,
.woocommerce form .form-row select:focus,
.woocommerce form .form-row.woocommerce-validated .select2-container:not(.select2-container--open) .select2-selection,
.woocommerce form .form-row.woocommerce-validated input.input-text, 
.woocommerce form .form-row.woocommerce-validated select {
    border: 1px solid #000;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px;
}
.woocommerce form .form-row textarea.input-text {
    height: 140px;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
    background: none;
    border-radius: 0;
}
.woocommerce form .form-row {
    padding: 0;
    margin-bottom: 14px;
}
#ship-to-different-address {
    margin-bottom: 32px;
}
.woocommerce-terms-and-conditions-wrapper {
    margin-bottom: 60px;
    font-size: 18px;
    font-weight: 300;
}
.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
    float: none;
    display: block;
    width: 100%;
    padding: 17px 31px;
    border-radius: var(--radius-lg);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
    outline: none;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    transition: .3s;
}
.woocommerce #payment #place_order:hover, 
.woocommerce-page #payment #place_order:hover {
    box-shadow: 0px 12px 60px rgba(0, 0, 0, .24);
}
.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
    width: 50%;
}
.woocommerce-page form .form-row-first,
.woocommerce form .form-row-first {
    padding-right: 12px;
}
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-last {
    padding-left: 12px;
}
.preci-checkout {
    padding-bottom: 160px;
}
.list-product-form .added_to_cart {
    display: none;
}
#ship-to-different-address label {
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
}
#ship-to-different-address input {
    position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
}
#ship-to-different-address label span {
    display: flex;
    gap: 5px;
    cursor: pointer;
}
#ship-to-different-address label span:before {
    content: '';
    width: 24px;
    height: 24px;
    margin: 0;
    margin-top: -1px;
    cursor: pointer;
    background: url(../img/icons1.svg) no-repeat -138px -11px;
}
#ship-to-different-address label input:checked + span:before {
    background-position: -104px -11px;
}
.woocommerce-cart .page-title {
    padding-top: 44px;
    margin-bottom: 60px;
}
.wc-block-components-product-metadata__description,
.wc-block-cart__main .wc-block-components-product-details__name {
    display: none;
}
.wc-block-cart__main .wc-block-cart-items td.wc-block-cart-item__image {
    width: 154px;
}
.wc-block-cart-item__image img {
    border-radius: 32px;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-components-product-name {
    color: var(--color-text);
    text-decoration: none;
    line-height: 20px;
    font-size: 16px;
    font-weight: 600;
}
.wc-block-components-product-price .wc-block-components-formatted-money-amount {
    font-size: 20px;
    line-height: 28px;
    color: #000;
    font-weight: 600;
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 14px;
    font-weight: 400;
    color: #000;
    width: 20px;
    border: none;
    min-width: initial;
    flex: 0 0 20px;
    padding: 0;
}
.wc-block-components-quantity-selector {
    border: none;
}
.wc-block-components-quantity-selector .wc-block-components-quantity-selector__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    min-width: 1px !important;
    color: transparent;
    cursor: pointer;
    background: url(../img/icons2.svg) no-repeat 2px 2px;
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    background-position: -35px 2px;
}
.wc-block-components-quantity-selector {
    width: auto;
}
.wc-block-cart__main .wc-block-cart-items td:last-child,
.wc-block-cart__main .wc-block-cart-items th:last-child {
    padding-right: 120px;
}
.wc-block-cart-items__row {
    position: relative;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link {
    position: absolute;
    right: 14px;
    top: 19px;
    width: 26px;
    height: 26px;
    overflow: hidden;
    text-indent: -99999px;
    background: url(../img/icons2.svg) no-repeat -60px 4px;
    border-radius: 0;
    border: none;
    box-shadow: none;
}
table.wc-block-cart-items .wc-block-cart-items__row .wc-block-cart-item__quantity .wc-block-cart-item__remove-link:hover {
    background: url(../img/icons2.svg) no-repeat -60px 4px;
}
.wc-block-components-button:not(.is-link) {
    padding: 17px 31px;
    border-radius: var(--radius-lg);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
    outline: none;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    transition: .3s;
}
.wc-block-components-button:not(.is-link):hover {
    box-shadow: 0px 12px 60px rgba(0, 0, 0, .24);
    background-color: var(--color-black);
    border: 1px solid var(--color-black);
}
.page-404 {
    padding: 50px 0 100px;
}
.page-404-content {
    display: flex;
    gap: 70px;
    align-items: center;
}
.page-404 .page-title {
    margin-bottom: 20px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600;
    color: #000;
}
.page-404-info p {
    margin-bottom: 32px;
    font-size: 24px;
    font-weight: 300;
    color: #757575;
}
.page-404-btn .btn {
    font-size: 18px;
    line-height: 24px;
}
.tech-steps__list {
    padding: 0;
    margin: 0;
}
.tech-steps {
    margin-bottom: 80px;
}
.tech-step {
    margin-bottom: 12px;
    list-style: none;
}
.tech-step__card {
    display: flex;
    gap: 14px;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    height: 147px;
    padding: 30px 98px 30px 43px;
    border: 1px solid #EFD1D1;
    border-radius: 48px;
}
.tech-step__right {
    flex: 0 0 48%;
    max-width: 48%;
}
.tech-step__left {
    margin-right: 56px;
}
.tech-steps .tech-step__heading {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
}
.tech-step__icon {
    flex: 1;
}
.tech-step__text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #666;
}
.tech-step__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55px;
}
.shop-archive-empty {
    padding-top: 32px;
}
.shop-archive-empty-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.shop-archive-empty-img {
    margin-bottom: 10px;
}
.page-search .shop-archive-empty {
    margin-bottom: 60px;
}
.shop-archive-empty-img span {
    display: block;
    width: 114px;
    height: 114px;
    background: url(../img/empty.svg) no-repeat center;
}
.shop-archive-empty-title {
    margin-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-transform: uppercase;
}
.shop-archive-empty-text {
    font-size: 14px;
    line-height: 24px;
    color: #757575;
    font-weight: 300;
}
.section-cat-descr {
    padding-top: 100px;
    padding-bottom: 180px;
}
.section-cat-descr-inner {
    display: flex;
    gap: 35px;
}
.section-cat-place {
    flex: 0 0 22%;
    max-width: 22%;
}
.section-cat-col {
    flex: 1;
}
.section-cat-title {
    margin-bottom: 47px;
    font-size: 60px;
    line-height: 70px;
    font-weight: 600
}
.section-cat-content {
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
}
.section-cat-content img {
    margin-top: 80px;
    width: 100%;
}
.page-search .page-title {
    padding-top: 60px;
    margin-bottom: 60px;
    font-size: 80px;
    line-height: 90px;
}
.site-search-title {
    margin-bottom: 32px;
    font-size: 32px;
    line-height: 28px;
}
.search-page-content .product-search {
    margin-bottom: 60px;
}
.woocommerce-checkout #payment ul.payment_methods {
    padding: 0;
    margin: 0;
}
.woocommerce-checkout #payment ul.payment_methods .woocommerce-info {
    display: none;
}
.woocommerce-order-received .page {
    padding-top: 80px;
}
.woocommerce-order-received .page-content {
    padding-top: 80px;
}

.woocommerce-thankyou-order-received {
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 60px;
    text-align: center;
}
#adfy__woofc_empty_cart_text {
    font-size: 18px;
    font-weight: 500;
    color: #000;
}
.popup-present.fancybox-content {
    padding: 0 0 90px;
    background: none;
}
.popup-present__inner {
    padding: 50px 50px 26px;
    border-radius: 54px;
    border-bottom-right-radius: 0;
    background: #fff;
}
.popup-present__title {
    margin-bottom: 12px;
    font-size: 32px;
    font-weight: 600;
    line-height: 32px;
}
.popup-present__subtitle {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 300;
    color: #666;
}
.fancybox-slide--html .popup-present .fancybox-close-small {
    right: 50px;
    top: 50px;
    padding: 3px;
}
.fancybox-slide--html .popup-present .fancybox-close-small:hover {
    box-shadow: none;
}
.popup-present .form-item .form-label {
    display: none;
}
.popup-present .form-item {
    margin-bottom: 24px;
}
.popup-present form.wpcf7-form {
    position: static;
}
.popup-present .form-submit {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 50%;
    padding: 0 50px 50px;
    background: #fff;
    border-bottom-left-radius: 54px;
    border-bottom-right-radius: 54px;
}
.popup-present input[type="submit"] {
    width: 100%;
    background-position: right 38% center;
}
.popup-present .form-submit:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 25px;
    width: 42px;
    height: 42px;
    background: radial-gradient(45px at -1px 48px, transparent 44px, rgba(255, 255, 255, .85) 45px, #fff 45px);
}
.popup-present .form-actions {
    padding-top: 20px;
}
.woocommerce-order-received ul.order_details {
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-bottom: 44px;
}
.woocommerce ul.order_details li {
    padding-right: 44px;
    margin-left: 44px;
}
.woocommerce-order-received .woocommerce-order-details__title {
    margin-bottom: 24px;
}
.woocommerce-order-received table.shop_table th,
.woocommerce-order-received table.shop_table tfoot th {
    font-weight: 500;
}
.woocommerce-order-received .woocommerce-table__product-name a {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    text-decoration: none;
    transition: color .3s;
}
.woocommerce-order-received .woocommerce-table__product-name a:hover {
    color: var(--color-accent-200);
}
.woocommerce-order-received .woocommerce-table__product-name > strong {
    font-size: 18px;
    font-weight: 600;
}
.woocommerce-order-received td.product-name .wc-item-meta {
    padding-top: 12px;
    font-size: 14px;
}
.woocommerce-order-received table.shop_table {
    padding: 14px;
    border-radius: 18px;
}
.woocommerce-order-received tbody .woocommerce-Price-amount {
    font-weight: 500;
}

.woocommerce-order-received table.shop_table td {
    padding: 16px 12px 14px;
}
.woocommerce .woocommerce-order-details tfoot tr:first-child > * {
    padding-top: 32px;
}
.woocommerce-order-received .woocommerce-order-details {
    margin-bottom: 60px;
}
.woocommerce-order-received .woocommerce-customer-details .addresses {
    display: flex;
    gap: 24px;
}
.woocommerce-order-received .woocommerce-customer-details .addresses:before,
.woocommerce-order-received .woocommerce-customer-details .addresses:after {
    display: none;
}
.woocommerce-order-received .woocommerce-customer-details .addresses > div {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
}
.woocommerce-order-received .woocommerce-customer-details address {
    flex: 1;
    padding: 16px;
    box-shadow: none;
    border-radius: 18px;
    border: 1px solid rgba(0, 0, 0, .1);
}
.select2-container .select2-selection--single .select2-selection__arrow,
.select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 25px;
}
#add_payment_method .checkout .checkout-inline-error-message, .woocommerce-cart .checkout .checkout-inline-error-message, .woocommerce-checkout .checkout .checkout-inline-error-message {
    padding-left: 20px;
    color: #EB4324;
}
.woocommerce-NoticeGroup-checkout,
.woocommerce .woocommerce-notices-wrapper {
    display: none;
}
.page-content ul,
.page-content ol,
.page-content p {
    margin-bottom: 24px;
}
.preci-btn--quote.is-disabled {
    opacity: .5;
    cursor: not-allowed;
}
.woocommerce div.product form.cart .button.disabled {
    cursor: not-allowed;
}
.preci-btn--quote.is-disabled:hover {
    background-color: var(--color-white);
    color: var(--color-black);
}
.btn.btn-arrow.btn-s-1.preci-btn--quote.is-disabled:hover:after {
    background-position: -80px -16px;
}
.single_variation_wrap .woocommerce-variation-add-to-cart {
    position: relative;
}
.preci-variation-notice {
  position: absolute;
  bottom: 100%;           /* над кнопками */
  left: 0;
  width: 100%;
/*  transform: translate(-50%, 8px);*/
  margin-bottom: 10px;

  background: #000;
  color: #fff;
  padding: 8px 14px;
  border-radius: 8px;

  font-size: 13px;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;

  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease, transform .2s ease;
  z-index: 10;
}

.preci-variation-notice.is-visible {
  opacity: 1;
}