/*
Theme Name: zakra-child
Template: zakra

/* импортируем стили родительской темы. Выбран альтернативный способ черз functions.php родительской темы, загрузка стилей намного быстрее*/
/* // Пример
add_action( 'wp_enqueue_scripts', 'my_child_theme_scripts' );
function my_child_theme_scripts() {
	wp_enqueue_style( 'parent-style', get_template_directory_uri() . '/style.css' );
} */
@import url("../zakra/style.css");

/* Свои дополнительные стили */
html {
  /*     margin-right: calc(0 * (100vw - 100%))!important; */
  scroll-behavior: smooth;
}
body {
  overflow-x: hidden;
}
/* html.pum-open.pum-open-overlay.pum-open-scrollable body>[aria-hidden] {
  padding-right: 0!important;
  margin-right:8px;
} */
::-webkit-scrollbar {
  width: 8px;
}
::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #424245;
  background-color: #424245;
  transition: all 0.3s linear;
}
::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #269bd1;
  background-color: #269bd1;
  transition: all 0.3s linear;
}
::-webkit-scrollbar-track {
  border-width: 0;
}
::-webkit-scrollbar-track:hover {
  background-color: #f9f9f9;
}
.tg-primary-menu > div > ul {
  position: relative;
}
/* li#menu-item-1297:after {
    content: "C 8:00 до 23:00 (без выходных)";
    top: -7px;
    right: 0;
    font-size: 12px;
    position: absolute;
} */
body:not(.has-page-header) .zak-page-header {
    padding: 10px 0!important;
    background-color: #f1f1f1!important;
}
.zak-top-bar,
.zak-main-header {
  padding-bottom: 5px;
  padding-top: 5px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0 1px 3px;
}
h3 {
  font-size: 1.4rem;
}
img.custom-logo {
  width: 260px;
  height: 60px;
  transition: all 0.3s linear;
}
a:has(.social-icons-footer) {
  margin-top: 10px;
}
a,
a:hover {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.single-post img {
  border-radius: 10px;
}
img.custom-logo:hover {
  filter: brightness(0.8);
  transition: all 0.3s linear;
}
.viber-link img {
  width: 18px;
  height: 18px;
  margin-left: 5px;
  transition: all 0.3s linear;
	margin-top: -2px;
}
.viber-link img:hover {
  transition: all 0.3s linear;
  filter: brightness(1.3);
}
.sub-menu {
  border-radius: 10px;
}

#categories_slider .owl-item img {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  filter: brightness(0.7);
}

.white .sa_owl_theme .owl-nav .owl-next,
.white .sa_owl_theme .owl-nav .owl-prev {
  border-radius: 10px;
}
p {
  text-align: justify;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
p.elementor-icon-box-description {
  text-align: center;
}
.text-paragraph{
  text-align:justify;
  margin-bottom:10px;
}
/*Скрываем ноутбуки*/
li#menu-item-4592, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-has-children.menu-item-4592 {
    display: none;
}
.hidden{
	display:none;
}
/*Скрываем ноутбук*/
#popmake-89,
#popmake-757,
#popmake-2786,
#popmake-2799,
#popmake-5653,
#popmake-5514,
#popmake-4567,
#popmake-4500 {
  background: -webkit-linear-gradient(90deg, #edefee, #c9c9c9);
  background: linear-gradient(90deg, #edefee, #c9c9c9);
}
.elementor-heading-title {
  position: relative;
}
.elementor-heading-title:before {
  content: "";
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: rgba(38, 155, 209, 0.1);
  position: absolute;
  top: -14px;
}
.elementor-heading-title:first-letter {
  text-decoration: overline;
}
.cf7-submit input[type="submit"] {
  color: #fff;
  background-color: #424245;
  line-height: 1.5;
  text-align: center;
  border-radius: 10px;
  transition: all 0.3s linear;
  border: 1px solid #fff;
  width: 280px;
  max-width: 200px;
}
.cf7-submit input[type="submit"]:hover {
  color: #424245;
  background-color: #fff;
  transition: all 0.3s linear;
  border-radius: 10px;
  border: 1px solid #424245;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="text"],
textarea {
  border-radius: 10px;
  max-width: max-content;
}
.wpcf7-form init div p,
label {
  margin-bottom: 0;
}
.card-h2{
	font-size:20px!important;
}
.wpcf7 form .wpcf7-response-output {
  padding: 10px;
  margin: 1.5em 0.5em 0;
  border: 1px solid #ad002a;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ad002a;
  border-radius: 10px;
  text-align: justify;
  font-size: 13px;
  color: #ad002a;
	text-align: left;
}
.wpcf7-not-valid-tip {
  color: #ad002a;
  font-size: 13px;
  font-weight: normal;
  display: block;
  padding-top: 10px;
}
input[type="search"]:focus {
  border-radius: 10px;
  outline: none;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
select:focus,
textarea:focus {
  background-color: #eef9ff;
  outline: none;
  border: 1px solid #027abb;
  color: #2b2b2b;
}
.acceptance-text {
  font-size: 12px;
}
.tg-site-header-bottom .tg-block--two {
  justify-content: flex-end;
}
div.tg-site-footer-section-1,
div.tg-site-footer-section-2 {
  font-size: 14px;
}
.sa_hover_container {
  border-radius: 10px;
}
.my-list {
  list-style: none;
  margin-bottom: 15px;
}
.my-list li::before {
  content: "\203A";
  color: #0066cc;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.imgl-map .imgl-infobox {
  display: none !important;
}
.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
  border-radius: 50% !important;
  transition: all 0.5s linear;
}
.eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button:hover {
  background-color: #0066cc;
  transition: all 0.5s linear;
}
.paynment-list {
  list-style: none;
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  flex-direction: row;
  margin: 0;
  background-color: #fbfbfd;
  border-radius: 40px 20px;
  padding: 0 15px;
  height: 40px;
  max-width: 500px;
}
.paynment-logos {
  border-radius: 5px;
  transition: all 0.5s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: help;
}
.paynment-logos:hover {
  transition: all 0.5s linear;
  transform: scale(1.1);
}
.tg-site-footer-section-1 p a {
  text-decoration: underline;
}
.tg-site-footer-bar > .tg-container--flex {
  align-items: center;
}
#logos_slider .owl-item {
  transition: all 0.3s linear;
  cursor: pointer;
}
#logos_slider .owl-item:hover {
  transition: all 0.3s linear;
  transform: scale(1.02);
}
ul.my-list li {
  line-height: 1.8;
}
ul.my-list li a, .link-main {
  background-color: #269bd1;
  padding: 3px 5px;
  color: #ffffff;
  border-radius: 5px;
  transition: all 0.3s linear;
}
ul.my-list li a:hover, .link-main:hover {
  background-color: #d7edf8;
  color: #269bd1;
  transition: all 0.3s linear;
}
ul.my-list li a:focus, .link-main:focus {
  color: #ffffff;
background-color:#6EC1E4;
}
/* .bazz-widget {
    transform: scale(0.9);
}
.bazz-widget-form label , .bazz-widget-form div {
	font-size:14px!important;
}
.bazz-widget-form div {
    padding: 0 10px;
} */
.reviews-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-direction: column;
}
.wrapper-last-news{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    justify-content: space-between;
    align-items: stretch;
    gap: 20px;
	margin:0 auto 40px;
}
.wrapper-last-news .post-preview {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px;
    border: 1px solid #fcfcfc;
    border-radius: 10px;
    margin: 0 auto;
    -webkit-box-shadow: 1px 1px 7px 0px rgb(34 60 80 / 10%);
    -moz-box-shadow: 1px 1px 7px 0px rgb(34 60 80 / 10%);
    box-shadow: 1px 1px 7px 0px rgb(34 60 80 / 10%);
    flex-grow: 1;
    flex-basis: 0;
    max-width: 400px;
    background-color: #fcfcfc;
}
.wrapper-last-news .post-thumbnail {
    overflow: hidden;
    border-radius: 10px;
	max-height: 190px;
}
.wrapper-last-news .post-title {
    font-size: 16px;
    font-weight: 600;
    margin: 10px 0;
    letter-spacing: 0;
    text-align: left;
}
.wrapper-last-news .wrap-post-meta {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    margin-bottom: 10px;
	color: #707070;
}
.wrapper-last-news .post-excerpt p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    cursor: help;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 10px;
}
.btn-read-more {
    font-style: italic;
    text-align: end;
    font-size: 12px;
    padding-right: 5px;
}
.wrapper-last-news .latest-news-img {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.wrapper-last-news .latest-news-img:hover {
    transform: scale(1.1);
    filter: brightness(0.8);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}
.owl-carousel .owl-item .raiting-stars {
  width: 120px;
  margin: 10px auto;
}
.tg-site-footer .tg-footer-widget-container {
  padding: 40px 0 25px;
}
.widget {
  margin: 0 0 10px 0;
}
.widget h4,
.widget figcaption {
  color: rgb(251, 251, 253);
}
ul.number-list {
  list-style: none;
  line-height: 1.8;
  padding: 20px 0;
}
ul.number-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  border-bottom: none;
}
.widget ul li .adress-footer-link:hover {
  color: #269bd1;
}
.footer-scroll-brands {
  overflow-y: auto;
  height: 220px;
  width: 250px;
}
.elementor .hr-lines {
    margin: 20px 0;
    padding: 0;
    height: 10px;
    border: none;
    color: ;
    background-image: linear-gradient(90deg, #f1f1f1, #f1f1f1 33.33%, transparent 33.33%, transparent 100%);
    background-size: 3px 100%;
}
.footer-scroll-brands::-webkit-scrollbar {
  width: 5px;
}
.footer-scroll-brands::-webkit-scrollbar-thumb {
  border-width: 1px 1px 1px 2px;
  border-color: #269bd1;
  background-color: #269bd1;
  transition: all 0.3s linear;
}
.footer-scroll-brands::-webkit-scrollbar-thumb:hover {
  border-width: 1px 1px 1px 2px;
  border-color: #269bd1;
  transition: all 0.3s linear;
}
.footer-scroll-brands::-webkit-scrollbar-track {
  border-width: 0;
  background-color: #fbfbfd;
}
.eael-call-to-action .cta-button.effect-2:after {
  background: #269bd1 !important;
}

.form-order-logo img {
  width: 260px;
  height: 60px;
  margin: 20px auto;
  display: block;
}
.tg-site-footer .tg-site-footer-widgets a:hover {
  color: #269bd1 !important;
}
.footer-scroll-brands ul.number-list {
  padding-left: 20px;
}

.pum-theme-enterprise-blue .pum-content,
img,
iframe,
svg {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.elementor-widget-eael-feature-list
  .eael-feature-list-items
  .eael-feature-list-item
  .eael-feature-list-icon-box
  .eael-feature-list-icon {
  font-size: 18px !important;
}
.elementor-widget-eael-feature-list
  .-icon-position-left
  .eael-feature-list-item {
  align-items: center;
}
.card-pay {
  color: #fff;
  background: #269bd1;
  padding: 10px 15px;
  display: inline-block;
  margin-bottom: 0;
  border-radius: 50px 20px;
  margin-top: 20px;
}
.white
  .sa_owl_theme
  .owl-item
  .sa_hover_container:hover
  .sa_hover_buttons
  .sa_slide_link_icon:hover {
  background-color: #269bd7 !important;
}
.white
  .sa_owl_theme
  .owl-item
  .sa_hover_container:hover
  .sa_hover_buttons
  .sa_slide_link_icon {
  border-radius: 50% !important;
}
.btn-consultation {
    background-color: #269bd1;
	border:1px solid #269bd1;
    color: #ffffff;
    padding: 15px 30px;
    border-radius: 20px;
    text-align: center;
    margin: 20px auto;
    display: block;
    max-width: 300px;
}
.btn-consultation:hover {
    background-color: #e5f1f8;
    color: #269bd1;
}
.zak-entry-thumbnail img {
    border-radius: 10px;
		filter: brightness(0.95);
}
.wp-block-latest-posts li a {
    font-size: 12px;
}
.zak-entry-meta {
    font-size: 12px;
}
@media screen and (max-width: 500px) {
  #reviews_slider .owl-item .sa_vert_center_wrap {
    min-height: 400px !important;
  }
  .tg-site-footer .tg-footer-widget-container {
    padding: 40px 0 40px;
  }
.wrapper-last-news .post-excerpt p {
    font-size: 12px;
}
}
@media screen and (max-width: 768px) {
  .site-branding {
    gap: 0;
  }
  .tg-site-footer .tg-footer-widget-container {
    gap: 20px;
    align-items: center;
  }
  div.tg-site-footer-section-1 p,
  div.tg-site-footer-section-2 p {
    font-size: 12px;
    text-align: center;
  }
  p,
  li {
    font-size: 14px;
  }
  .tg-footer-widget-area {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button {
    bottom: 90px !important;
    right: 26px !important;
  }
  .eael-ext-scroll-to-top-wrap .eael-ext-scroll-to-top-button:hover {
    background-color: #269bd1 !important;
  }
}
@media screen and (min-width: 767px) and (max-width: 1200px) {
  .tg-site-footer
    .tg-footer-widget-container.tg-footer-widget-col--four
    .tg-footer-widget-area {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 999px) {
  .tg-site-footer-bar > .tg-container--flex {
    align-items: center;
    flex-direction: column;
    gap: 15px;
  }
  .tg-site-footer-section-1,
  .tg-site-footer-section-2 {
    margin-right: 0;
    margin-left: 0;
    text-align: center;
    line-height: 1.8;
  }
.wrapper-last-news {
        flex-direction: column;
        flex-wrap: wrap;
        align-items: flex-end;
        justify-content: space-between;
        align-content: center;
        justify-content: center;
        gap: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .tg-mobile-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main-navigation {
    display: none;
  }
  li.menu-item.tg-header-button-wrap.tg-header-button-one a {
    color: #ffffff;
    background-color: #269bd1;
    padding: 10px 25px;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    border: 0px solid #269bd1;
    margin: 20px auto 0;
    border-radius: 20px;
    text-align: center;
    max-width: 190px;
  }
}

@media screen and (min-width: 1201px) {
  .tg-primary-menu > div ul li ul li ul {
    max-height: 500px;
    overflow: scroll;
  }
  .tg-site-footer
    .tg-footer-widget-container.tg-footer-widget-col--four
    .tg-footer-widget-area {
    padding: 0 10px;
  }
  .elementor-widget-eael-feature-list
    .eael-feature-list-items
    .eael-feature-list-item
    .eael-feature-list-content-box
    .eael-feature-list-content {
    font-size: 16px !important;
  }
  ul.number-list {
    line-height: 1.7;
    padding: 10px 0 0;
  }
  .zak-primary-nav .sub-menu li ul {
    max-height: 600px;
    overflow-y: scroll;
  }
}
@media screen and (max-width: 1201px) {
  .zak-toggle-menu {
    display: block;
  }
}

.main-slider-sdelal,
.n2-ss-text {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

li.eael-tab-item-trigger,
.custom-logo-link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@media screen and (max-width: 767px) {
  .eael-data-table tbody tr td {
    padding: 10px !important;
  }
  .eael-data-table .td-content {
    flex-direction: column;
  }
  .eael-advance-tabs .eael-tabs-content > div {
    padding: 30px 0 0 0 !important;
  }
}

th#bicycle-table-left {
  width: 70%;
}

.eael-dt-td-align-left .eael-data-table tbody tr td:nth-child(2) {
  text-align: center !important;
}

.tg-mobile-navigation a {
  line-height: 2 !important;
}
/* html.pum-open.pum-open-overlay.pum-open-scrollable body>:not([aria-modal=true]) {
    padding-right: 8px!important;
} */
/* html.pum-open.pum-open-overlay.pum-open-scrollable body{
	overflow:hidden;
} */
html.pum-open.pum-open-overlay,
html.pum-open.pum-open-overlay.pum-open-fixed .pum-overlay {
  overflow-y: scroll !important;
}
.call-btn-list-links {
line-height: 2;
    margin: 0 auto;
    padding: 0;
    list-style: none;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
    width: 280px;
}
.call-btn-list-links li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
.call-btn-list-links li a {
    color: #027ABB;
}
.call-btn-text {
  text-align: center;
  text-decoration: underline;
  color: #1d1d1f;
  margin: 30px auto 20px;
}

.tg-header-button-one {
  position: relative;
  overflow: hidden;
}
.main-navigation.tg-primary-menu > div ul li.tg-header-button-wrap a:hover {
  -webkit-box-shadow: 4px 4px 8px 0 rgba(39, 39, 39, 0.2) inset;
  -moz-box-shadow: 4px 4px 8px 0 rgba(39, 39, 39, 0.2) inset;
  box-shadow: 4px 4px 8px 0 rgba(39, 39, 39, 0.2) inset;
}
.tg-header-button-one::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -150%;
  width: 150%;
  height: 300%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: rotate(45deg);
  animation: shine 3s ease-in-out;
  animation-iteration-count: 3;
  animation-delay: 1s;
}
.tg-header-button-one::before {
  animation-delay: 1s;
}
.tg-header-button-one.animate::before {
  animation: shine 3s ease-in-out;
  animation-iteration-count: 3;
}

@keyframes shine {
  0% {
    left: -150%;
  }
  50% {
    left: 150%;
  }
  100% {
    left: 150%;
  }
}
svg.social-icons-footer {
  fill: #fbfbfd;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
svg.social-icons-footer:hover {
  fill: #269bd1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.widget .wp-block-heading,
.widget .widget-title {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 10px;
}
.widget .wp-block-heading:has(a) {
  fill: #fbfbfd;
}
.zak-footer .zak-footer-cols a:hover {
  fill: #269bd1;
  color:#269bd1;
}
.zak-footer-col {
  gap: 10px;
}
.zak-footer-bar__1 {
  font-size: 12px;
}
section#block-8 figure {
  margin: 0 0 1em;
}
section#block-8 figure img {
  max-width: 310px;
}
.archive .entry-title a {
	font-size:18px;
}
.archive .entry-title {
	line-height: 1.2;
}
.zak-entry-summary p {
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box !important;
    cursor: help;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    font-size: 14px;
    margin-bottom: 10px;
}
.zak-posts .zak-entry-thumbnail img {
   border-radius: 10px;
	    max-height: 190px;
    object-fit: cover;
	filter: brightness(0.95);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zak-posts .zak-entry-thumbnail img:hover {
    filter: brightness(0.8);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.zak-posts {
    gap: 30px;
	display: flex;
    flex: 1;
    flex-wrap: wrap;
	justify-content: center;
}
.zak-posts .zak-post {
    border: 1px solid #E4E4E7;
    padding: 15px;
    border-radius: 10px;
	    max-width: 350px;
    flex-shrink: 0;
}
.zak-posts .zak-post:first-child {
    padding-bottom: 15px;
	padding-top: 15px;
}
/* .site-branding::before {
  content: url(/wp-content/uploads/2022/12/cap.png);
  width: 50px;
  height: 50px;
  position: absolute;
  margin-left: -25px;
  margin-top: -30px;
  z-index: 10;
  visibility: visible;
}

@media screen and (max-width: 500px) {
.site-branding::before {
  margin-left: -24px;
  margin-top: -6px;
}
} */

/* .buttonCallback {
  margin-top: 20px !important;
}
.callback-bt {
  background: #269bd1;
  border: 2px solid #269bd1;
  border-radius: 50%;
  box-shadow: 0 8px 10px rgba(0, 116, 78, 0.3);
  cursor: pointer;
  height: 65px;
  text-align: center;
  width: 65px;
  position: fixed;
  left: 3%;
  bottom: 3%;
  z-index: 198;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
}
.callback-bt .text-call {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.callback-bt .text-call span {
  text-align: center;
  color: #269bd1;
  opacity: 0;
  font-size: 0;
  position: absolute;
  right: 6px;
  top: 25px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  transition: opacity 0.3s linear;
}

.callback-bt .text-call:hover span {
  opacity: 1;
  font-size: 12px;
}
.callback-bt:hover i {
  display: none;
}

.callback-bt:hover {
  z-index: 1;
  background: #e8f5fb;
  color: transparent;
  transition: 0.3s;
}
.callback-bt:hover i {
  color: #269bd1;
  font-size: 40px;
  transition: 0.3s;
}
.callback-bt i {
  color: #fcfcfc;
  font-size: 30px;
  transition: 0.3s;
  line-height: 2;
  transition: 0.5s ease-in-out;
}

.callback-bt i {
  animation: 2000ms ease 0s normal none 1 running shake;
  animation-iteration-count: 1;
  -webkit-animation: 2000ms ease 0s normal none 1 running shake;
  -webkit-animation-iteration-count: 1;
} */

.eael-tabs-content td:last-child .td-content {
    color: #269BD1;
    font-weight: 600;
    border: 1px solid #269BD1;
    display: inline-block;
    padding: 10px;
    border-radius: 10px;
    min-width: 50px;
    text-align: center;
	background-color: #e5f1f8;
}
.cost-table p{
	margin-bottom:0;
}
.btn-consultation:focus {
    background-color: #fff;
}
@media only screen and (max-width: 768px) {
/*   .callback-bt {
    bottom: 20px;
    background-color: rgba(38, 155, 209, 0.8);
    border: none;
  }
  .callback-bt i {
    line-height: 2.2;
  } */
  .eael-data-table .td-content {
    align-items: stretch !important;
  }
  .zak-footer-cols .zak-row {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 500px) {
  .zak-footer-cols .zak-row {
    max-width: 300px;
  }
  .zak-footer-col.zak-footer-col--1 {
    max-width: 320px;
    margin: 0 auto;
  }
.card-h2{
	font-size:16px!important;
}
.card-link{
	font-size:14px!important;
	}
.zak-footer-bar__1 p {
    font-size: 12px;
}
.archive .entry-title a {
    font-size: 18px;
}
.zak-entry-meta {
    font-size: 12px;
}
}

@-webkit-keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(38, 155, 209, 0.3),
      0 0 0 0 rgba(38, 155, 209, 0.2), 0 0 0 0 rgba(38, 155, 209, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(0, 116, 78, 0.3),
      0 0 0 15px rgba(38, 155, 209, 0.2), 0 0 0 0 rgba(38, 155, 209, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(38, 155, 209, 0.3),
      0 0 0 30px rgba(38, 155, 209, 0), 0 0 0 26.7px rgba(38, 155, 209, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(38, 155, 209, 0.3),
      0 0 0 30px rgba(38, 155, 209, 0), 0 0 0 40px rgba(38, 155, 209, 0);
  }
}
@keyframes hoverWave {
  0% {
    box-shadow: 0 8px 10px rgba(38, 155, 209, 0.3),
      0 0 0 0 rgba(38, 155, 209, 0.2), 0 0 0 0 rgba(38, 155, 209, 0.2);
  }
  40% {
    box-shadow: 0 8px 10px rgba(38, 155, 209, 0.3),
      0 0 0 15px rgba(38, 155, 209, 0.2), 0 0 0 0 rgba(38, 155, 209, 0.2);
  }
  80% {
    box-shadow: 0 8px 10px rgba(38, 155, 209, 0.3),
      0 0 0 30px rgba(38, 155, 209, 0), 0 0 0 26.7px rgba(38, 155, 209, 0.067);
  }
  100% {
    box-shadow: 0 8px 10px rgba(38, 155, 209, 0.3),
      0 0 0 30px rgba(38, 155, 209, 0), 0 0 0 40px rgba(38, 155, 209, 0);
  }
}

@media screen and (min-width: 768px) {
    .zak-secondary {
        width: 30%;
        padding-top: 30px;
        padding-left: 1em;
    }
    .zak-primary {
        width: 70%;
        padding-top: 30px;
    }
}


/* Кнопки соц сетей Telegram и WhatsApp */
.container-social-btn {
    position: fixed;
    left: 20px;
    bottom: 30px;
    transform: translateY(0);
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
}

.social-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
 
}

.social-btn svg {
    transition: transform 0.3s ease;
}

.telegram {
    background: linear-gradient(135deg, #0088cc, #40B3E0);
}

.whatsapp {
    background: linear-gradient(135deg, #25d366, #128C7E);;
}

.social-btn-tooltip {
    position: absolute;
    left: 60px;
    background: #141313;
    color: #fcfcfc;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    opacity: 0;
    transform: translateX(-10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.social-btn-tooltip::before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    border: 6px solid transparent;
    border-right-color: #141313;
}
.social-btn:visited {
    filter: brightness(0.8);
    opacity: 0.7;
}

@media screen and (min-width: 768px) {
.social-btn:hover .social-btn-tooltip {
    opacity: 1;
    transform: translateX(0);
}
.social-btn:hover {
    transform: translateX(10px) scale(1.1);
}
.social-btn:hover svg {
    transform: scale(1.2);
}
}

/* ========== Sdelal.by Service Forms ========== */
.ssf-service-form {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 30px;
}

/* Обёртка таблицы со скроллом */
.ssf-table-wrapper {
    max-height: 600px;
    overflow-y: auto;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
	margin: 10px 0;
}

/* Блок с итогом и кнопками */
.ssf-actions {
    background: #f5f7fa;
    padding: 15px 20px;
    border-radius: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
	border: 1px solid #269BD1;
}

.ssf-actions p {
    margin: 0 !important;
    font-weight: 500;
    color: #3F3F46;
}

.ssf-count {
    background-color: #269BD1;
    padding: 5px 12px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.ssf-total {
    color: #269BD1;
}

/* Кнопки */
.ssf-print-btn,
.ssf-clear-btn {
    padding: 10px 24px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
    letter-spacing: 0.3px;
}

.ssf-print-btn {
    background: #3F3F46;
    color: #ffffff;
}

.ssf-print-btn:hover {
    background: #269BD1;
    color: #ffffff;
}

.ssf-clear-btn {
    background: #ffffff;
    color: #3F3F46;
    border: 1px solid #ccc;
}

.ssf-clear-btn:hover {
    background-color: #e5f1f8;
    color: #269bd1;
}

/* Таблица */
.ssf-services-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
}

/* Закрепляем шапку */
.ssf-services-table thead {
    position: sticky;
    top: 0;
    z-index: 10;
}

/* Шапка таблицы */
.ssf-services-table thead th {
    background: #269BD1;
    color: #ffffff;
    padding: 14px 12px;
    text-align: left;
    font-weight: 500;
    border: none;
    letter-spacing: 0.5px;
}

.ssf-services-table thead th:first-child {
    text-align: center;
    border-top-left-radius: 0;
}

.ssf-services-table thead th:last-child {
    border-top-right-radius: 0;
}

/* Подзаголовки тоже закрепляем */
.ssf-services-table tbody tr.ssf-subheader {
    text-transform: uppercase;
    background-color: #e5f1f8 !important;
    position: sticky;
    top: 46px; /* высота шапки */
    z-index: 5;
}

/* Строки таблицы */
.ssf-services-table tbody tr:nth-child(even) {
    background: #f5f5f5;
}

.ssf-services-table tbody tr:nth-child(odd) {
    background: #ffffff;
}

.ssf-services-table tbody tr:hover {
    background: #e8f4fb;
}

/* Ячейки */
.ssf-services-table tbody td {
    padding: 12px 12px;
    border: 1px solid #eee;
    vertical-align: middle;
    color: #3F3F46;
}

.ssf-services-table tbody td:first-child,
.ssf-services-table tbody td:last-child {
    text-align: center;
}

.ssf-scroll-hint {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px;
    background: linear-gradient(to bottom, rgba(38,155,209,0.05), transparent);
    color: #b20000;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    border-bottom: 1px solid #e0eef5;
    position: sticky;
    top: 0;
    z-index: 6;
	text-transform: uppercase;
}

/* Показывать только на мобильных, где таблица скроллится */
@media (min-width: 769px) {
    .ssf-scroll-hint {
        display: none;
    }
}

/* Чекбокс */
.ssf-checkbox {
    width: 20px;
    height: 20px;
    cursor: pointer;
    accent-color: #269BD1;
    transform: scale(1.3);
    margin: 0;
}

/* Примечание под таблицей */
.ssf-service-form > p {
    margin-top: 10px !important;
    font-size: 13px;
    color: #888;
    font-style: italic;
}

/* Адаптивность для планшетов */
@media screen and (max-width: 768px) {
    .ssf-services-table {
        font-size: 14px;
    }

    .ssf-services-table thead th {
        padding: 10px 8px;
        font-size: 14px;
    }

    .ssf-services-table tbody td {
        padding: 10px 8px;
    }

    .ssf-actions {
        padding: 12px 15px;
        gap: 10px;
    }

    .ssf-actions p {
        font-size: 14px;
    }

    .ssf-print-btn,
    .ssf-clear-btn {
        padding: 8px 18px;
        font-size: 14px;
    }
}

/* Адаптивность для телефонов */
@media screen and (max-width: 480px) {

    .ssf-services-table thead th {
        padding: 8px 6px;
        font-size: 12px;
    }

    .ssf-services-table tbody td {
        padding: 8px 6px;
        font-size: 12px;
    }

    .ssf-checkbox {
        transform: scale(1.5);
    }

    .ssf-actions {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .ssf-actions p {
        font-size: 13px;
        width: 100%;
    }

    .ssf-print-btn,
    .ssf-clear-btn {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 14px;
    }

    .ssf-count,
    .ssf-total {
        font-size: 16px;
    }
}