/*Supports both the editor and frontend*/
/*Reset List*/
ol, ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 20px;
}
ol.no-list-style, ul.no-list-style {
  padding-left: 0;
  list-style-type: none;
}
ol.no-list-style li a, ul.no-list-style li a{
  text-decoration: none;
}

/*Latest posts block*/
.wp-block-latest-posts li {
    margin-bottom: 20px;
}
.wp-block-latest-posts li:last-child {
    margin-bottom: 0;
}
.wp-block-latest-posts li > a {
    font-weight: 500;
}

/*Custom Box Shadow [is-style-bk-box-shadow]*/
.wp-block-image.is-style-bk-box-shadow img,
.wp-block-column.is-style-bk-box-shadow,
.wp-block-columns.is-style-bk-box-shadow,
.wp-block-group.is-style-bk-box-shadow {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.05);
}
.wp-block-image.is-style-bk-box-shadow-medium img,
.wp-block-column.is-style-bk-box-shadow-medium,
.wp-block-columns.is-style-bk-box-shadow-medium,
.wp-block-group.is-style-bk-box-shadow-medium {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.wp-block-image.is-style-bk-box-shadow-large img,
.wp-block-column.is-style-bk-box-shadow-large,
.wp-block-columns.is-style-bk-box-shadow-large,
.wp-block-group.is-style-bk-box-shadow-large {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
}
.wp-block-image.is-style-bk-box-shadow-hover img:hover,
.wp-block-column.is-style-bk-box-shadow-hover:hover,
.wp-block-columns.is-style-bk-box-shadow-hover:hover,
.wp-block-group.is-style-bk-box-shadow-hover:hover {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
}

/*Secondary button [is-style-bk-button-secondary]*/
div.is-style-bk-button-secondary .wp-element-button{
  color: var(--wp--preset--color--secondary-accent-text);
  background-color: var(--wp--preset--color--secondary-accent);
  border: 3px solid var(--wp--preset--color--secondary-accent) !important;
}
div.is-style-bk-button-secondary .wp-element-button:hover,
div.is-style-bk-button-secondary .wp-element-button:focus,
div.is-style-bk-button-secondary .wp-element-button:active {
    color: #ffffff;
    background-color: var(--wp--preset--color--hover);
    border-color: var(--wp--preset--color--hover) !important;
}
/*SVG icon color support [bk-duotone-primary] [bk-duotone-secondary]*/
.bk-duotone-primary {
  filter: var(--wp--preset--duotone--primary);
}
.bk-duotone-secondary {
  filter: var(--wp--preset--duotone--secondary);
}

/*WooCommerce Compatibility*/
.woocommerce ul.products li.product a img {
  border-radius: 6px;
  height: 350px;
  object-fit: cover;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  margin: 0 2.5% 2.992em 0;
  width: 23.1%;
}
.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
  margin-right: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
  border-radius: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after {
  display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:after {
  border: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
  margin-top: 20px !important;
}
.woocommerce-page .input-text {
  padding: 11px 30px;
  border: 1px solid #817e7e;
  border-radius: 6px;
}
.woocommerce-page .wc-block-components-product-name {
    font-size: var(--wp--preset--font-size--small);
    text-decoration: none;
    font-weight: var(--wp--custom--font-weight--semi-bold);
}
.woocommerce .bt-woo-breadcrumb-center .woocommerce-breadcrumb {
  text-align: center;
}
.woocommerce .bt-woo-breadcrumb-left .woocommerce-breadcrumb {
  text-align: left;
}
.woocommerce .bt-woo-breadcrumb-right .woocommerce-breadcrumb {
  text-align: right;
}
/*Single Product Gallary*/
.woocommerce div.product div.images .flex-control-thumbs,
.woocommerce .flex-control-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  overflow: hidden;
  zoom: 1;
  margin-top: 10px;
  padding: 0;
}
.woocommerce div.product div.images .flex-control-thumbs li:nth-child(4n+1),
.woocommerce .flex-control-thumbs li:nth-child(4n+1) {
  clear: left;
}
.woocommerce div.product div.images .flex-control-thumbs li,
.woocommerce .flex-control-thumbs li {
  width: 100%;
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img,
.woocommerce .flex-control-thumbs li img {
  cursor: pointer;
  opacity: .5;
  margin: 0;
  display: block;
  width: 100%;
  height: auto;
  box-shadow: none;
}
.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover,
.woocommerce .flex-control-thumbs li img.flex-active,
.woocommerce .flex-control-thumbs li img:hover {
  opacity: 1;
}
.woocommerce span.onsale {
  background-color: var(--wp--preset--color--light);
}
/*Single Product Page Price*/
.woocommerce .wp-block-add-to-cart-form form.cart div.quantity {
  display: inline-block;
  float: none;
  vertical-align: middle;
  margin: 0 10px 0 0;
}
/*Single Product Tab*/
.wp-block-woocommerce-product-details ul.wc-tabs {
    border-bottom: none;
}

/*Contact Form 7*/
.wpcf7 {
  padding-right: 15px;
}
.wpcf7 label {
  display: block;
  width: 100%;
  font-weight: 400;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=url],
.wpcf7 input[type=password],
.wpcf7 input[type=search],
.wpcf7 input[type=number],
.wpcf7 input[type=tel],
.wpcf7 input[type=range],
.wpcf7 input[type=date],
.wpcf7 input[type=month],
.wpcf7 input[type=week],
.wpcf7 input[type=time],
.wpcf7 input[type=datetime],
.wpcf7 input[type=datetime-local],
.wpcf7 input[type=color],
.wpcf7 textarea,
.wpcf7 select {
  width: 100%;
  margin-top: 5px;
  padding-left: 15px;
}
.wpcf7 ~ .addtoany_content {
  display: none;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 textarea {
  border: 1px solid #e5e7eb;
}
.wpcf7 textarea {
  padding-top: 15px;
}
.wpcf7 input[type=text],
.wpcf7 input[type=email]{
  height: 45px;
}
.wpcf7 input[type=submit] {
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  text-transform: uppercase;
  background-color: #373737;
  color: #ffffff;
  padding: 14px 30px 15px 30px;
  letter-spacing: 0.5px;
  font-size: 15px;
  border: none;
  cursor: pointer;
}
.wpcf7 input[type=submit]:hover,
.wpcf7 input[type=submit]:active,
.wpcf7 input[type=submit]:focus {
  background-color: #000000;
}

/*Transparent & Sticky Header [bk-header-transparent] [bk-header-sticky]*/
.bk-header-transparent,
.bk-header-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.bk-header-transparent {
  position: absolute;
}
.bk-header-sticky {
  position: fixed;
}
.logged-in.admin-bar .bk-header-transparent,
.logged-in.admin-bar .bk-header-sticky {
    top: 32px;
}
@media screen and (max-width: 782px) {
  .logged-in.admin-bar .bk-header-transparent,
  .logged-in.admin-bar .bk-header-sticky {
    top: 48px;
  }
}
@media screen and (max-width: 600px) {
  .bk-header-sticky {
    position: absolute;
  }
}

/*Remove underline*/
.link-no-underline a {
  text-decoration: none;
}

/*Hide on devices*/
@media screen and (min-width: 1025px){
  body .bk-hide-desktop {
    display: none !important
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px){
  body .bk-hide-tab {
    display: none !important
  }
}
@media screen and (max-width: 767px){
  body .bk-hide-mob {
    display: none !important
  }
}

      .contact-block {
            width: 100%;
            max-width: 600px;
            background: var(--card-bg);
            border-radius: var(--radius);
            box-shadow: var(--shadow);
            overflow: hidden;
        }

/* --- Шапка с адресом --- */
 

        .contact-header .icon-row {
            display: flex;
            align-items: flex-start;
            gap: 12px;
        }

        .contact-header .pin-icon {
            flex-shrink: 0;
            width: 42px;
            height: 42px;
            background: var(--primary);
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #fff;
            font-size: 20px;
        }

        .address-title {
            font-size: 1.2rem;
            font-weight: 700;
            color: #000;
            letter-spacing: -0.01em;
            margin-bottom: 2px;
        }

        .address-sub {
            font-size: 0.9rem;
            color: var(--text-light);
            margin-bottom: 10px;
        }

        .navi-link {
            display: inline-flex;
            align-items: center;
            gap: 6px;
            font-size: 1rem;
            font-weight: 600;
            color: #fff;
            text-decoration: none;
            background: #255ed6;
            padding: 10px 15px;
            border-radius: 10px;
            transition: all var(--transition);
			
			 margin: 15px 0px;
        }

        .navi-link:hover {
            background: #1f4491;
            color: #fff;
        }

        .navi-link svg {
            width: 16px;
            height: 16px;
            flex-shrink: 0;
        }

        /* --- График работы ---
		
        .schedule-section {
            padding: 22px 0px;
  
        }
 */
        .schedule-title {
            font-size: 0.8rem;
            text-transform: uppercase;
            letter-spacing: 0.06em;
            font-weight: 700;
            color: var(--text-light);
            margin-bottom: 14px;
        }

        .schedule-list {
            list-style: none;
            display: flex;
            flex-direction: column;
            gap: 7px;
			padding-left: 0px;
        }

        .schedule-list li {
            display: flex;
            justify-content: space-between;
            align-items: center;
            /*padding: 8px 12px;*/
            border-radius: var(--radius-sm);
            background: var(--bg);
            font-size: 0.92rem;
            transition: background var(--transition);
        }

        .schedule-list li:hover {
            background: #eef4f8;
        }

        .schedule-list .day {
            font-weight: 600;
            color: var(--text);
        }

        .schedule-list .time {
            color: var(--text-light);
            font-weight: 500;
            font-variant-numeric: tabular-nums;
            font-family: 'SF Mono', 'JetBrains Mono', 'Consolas', monospace;
            letter-spacing: 0.02em;
        }

        .schedule-list .day-off {
            color: var(--accent);
            font-weight: 600;
        }

        .schedule-list li.day-off-row {
            background: #fef5f3;
        }

        .schedule-list li.day-off-row .time {
            color: var(--accent);
            font-weight: 600;
        }

           /* MAX (мессенджер) */
        .msg-link.max {
            border-color: #e8daf0;
        }
        .msg-link.max:hover {
            background: #f4eafa;
            border-color: #9c27b0;
            color: #7b1fa2;
        }

        /* --- Запись на УЗИ --- */
        .uzi-section {
            padding: 15px 0px;

        }

        .uzi-heading {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text);
            margin-bottom: 6px;
        }

        .uzi-subtitle {
            margin-bottom: 18px;
            line-height: 1.5;
        }

        .uzi-phone {
            display: inline-flex;
            align-items: center;
            gap: 8px;
            font-size: 1.25rem;
            font-weight: 700;
            color: #000;
            text-decoration: none;
            margin-bottom: 16px;
            transition: color var(--transition);
        }

        .uzi-phone:hover {
            color: var(--primary);
        }

        .uzi-phone svg {
            width: 22px;
            height: 22px;
            color: var(--primary);
            flex-shrink: 0;
        }

        .messenger-links {
            display: flex;
            flex-wrap: wrap;
            gap: 10px;
        }

        .msg-link {
            display: inline-flex;
            align-items: center;
            gap: 7px;
            padding: 10px 16px;
            border-radius: 50px;
            font-size: 0.88rem;
            font-weight: 600;
            text-decoration: none;
            transition: all var(--transition);
            border: 1.5px solid var(--border);
            background: none;
            color: var(--text);
        }

        .msg-link:hover {
            transform: translateY(-1px);
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
        }

        .msg-link.vk {
            border-color: #dce6f0;
        }
        .msg-link.vk:hover {
            background: #e8f0fa;
            border-color: #4a7bb5;
            color: #4a7bb5;
        }

        .msg-link.whatsapp {
            border-color: #d4edda;
        }
        .msg-link.whatsapp:hover {
            background: #e6f7ea;
            border-color: #25d366;
            color: #1da851;
        }

        .msg-link.telegram {
            border-color: #d6e8f5;
        }
        .msg-link.telegram:hover {
            background: #e5f1fb;
            border-color: #2aabee;
            color: #2299d4;
        }

        .msg-link .msg-icon {
            width: 20px;
            height: 20px;
            flex-shrink: 0;
        }

        /* --- Адаптив --- */
        @media (max-width: 480px) {
            .contact-header {
                padding: 20px 16px 16px;
            }
            .schedule-section {
                padding: 16px 16px;
            }
            .cta-section {
                padding: 16px;
            }
            .uzi-section {
                padding: 18px 16px 22px;
            }
            .schedule-list li {
                font-size: 0.82rem;
                padding: 7px 10px;
            }
            .address-title {
                font-size: 1.05rem;
            }
            .map-wrapper iframe {
                height: 260px;
            }
            .btn-online {
                max-width: 100%;
                font-size: 0.92rem;
                padding: 14px 20px;
            }
            .uzi-phone {
                font-size: 1.1rem;
            }
            .messenger-links {
                flex-direction: column;
                gap: 8px;
            }
            .msg-link {
                justify-content: center;
            }
        }
.table-price {
	padding: 20px 0px;
	    font-size: 18px;
		line-height: 35px;
}



.tr-price {
    font-size: 20px;
    color: #fff;
    background-color: #255ed6;
}

.tr-price th {
	padding: 15px 25px;
	
}

.td-center {
	text-align: center;
}

.td-bold {
	
	 font-size: 20px;
color: #000;
    background-color: #57cfd557;
}

.otz-ya {
		
width:700px;
height:800px;
overflow:hidden;
position:relative;
	}

    @media (max-width: 890px) {
.wp-block-heading {
	font-size: 3,5rem;
}

.uzi-subtitle,
.contact-block,
.wp-block-button,
.uzi-phone {
text-align: center;
}

.text-center {
justify-content: center;
}

.otz-ya {
width:330px;
}

	}
	
