@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//robotuservisas.lt/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=8.4.1") format("woff2");
	font-display:swap;
}

:root {
	--wd-text-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(36,36,36);
	--wd-text-font-size: 14px;
	--wd-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 600;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 500;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(214,0,0);
	--wd-alternative-color: #fbbc34;
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(214,0,0);
	--btn-accented-bgcolor-hover: rgb(184,28,16);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-image: url(https://robotuservisas.lt/wp-content/uploads/2026/04/footer-bg.webp);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 5px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 0px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-default-box-shadow-active: none;
--btn-default-bottom: 0px;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@media (min-width: 1222px) {
section.elementor-section.wd-section-stretch > .elementor-container {
margin-left: auto;
margin-right: auto;
}
}


.wd-page-title {
background-color: #0a0a0a;
}

.grecaptcha-badge {
    visibility: hidden !important;
}
html .wd-carousel .wd-carousel-item .post.wd-post .wd-entities-title
 {
    font-size: 16px;
}
.wd-carousel .wd-carousel-item .post.wd-post .wd-entities-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
#menu-mobile-navigation::before {
  content: "";
  display: block;
  height: 40px;
  margin: 15px 0 10px;
  background: url('/wp-content/uploads/2026/03/service_logo_full.png') no-repeat center;
  background-size: contain;
}
/* Kelsta CF7 form */
.kelsta-form { max-width: 920px; margin: 0 auto; }

.kelsta-form .kf-label{
  display:block;
  font-weight:600;
  margin:0 0 8px;
}

.kelsta-form .kf-grid-2{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:16px;
}

.kelsta-form .kf-grid-tight{
  gap:10px;
}

.kelsta-form .kf-row-inline .wpcf7-list-item{
  margin:0;
}
.kelsta-form textarea.kf-control{
  height:auto;
  max-height:140px;
	min-height:100px;
  resize:vertical;
}

.equal-h-box .wd-info-box {
min-height: 205px;}
footer .wd-copyrights div {font-size: 12px;}
.wd-page-title .title {font-size: 36px;}

/* Карточка услуги */
.equal-h-box .wd-info-box {
    position: relative;
    overflow: hidden;
}
/* Вспышка */
.equal-h-box .wd-info-box::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200%;
    height: 0;
    background: rgba(184, 28, 16, 0.1);
    transform: translate(-50%, -50%) rotate(-45deg);
    pointer-events: none;
    z-index: 2;
    transition: height 0.6s linear, background-color 0.6s linear;
}

/* Анимация вспышки */
.equal-h-box .wd-info-box:hover::after {
    height: 260%;
    background-color: transparent;
}


@media (max-width: 767px) {
	.wd-page-title .title {font-size: 28px;}
	.mfp-wrap .wd-popup {padding: 10px;}
}
