@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//geo-nt.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-300.woff2?v=8.2.7") format("woff2");
}

:root {
	--wd-text-font: Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: rgb(58,58,58);
	--wd-text-font-size: 16px;
	--wd-title-font: Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: 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: Arial, Helvetica, sans-serif;
	--wd-widget-title-font: 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: Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 700;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 13px;
	--wd-primary-color: rgb(245,130,32);
	--wd-alternative-color: rgb(15,106,150);
	--wd-link-color: rgb(245,130,32);
	--wd-link-color-hover: rgb(243,113,43);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(245,130,32);
	--btn-accented-bgcolor-hover: rgb(243,113,43);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.wd-popup.wd-age-verify {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: rgb(221,51,51);
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
	--wd-popup-width: 800px;
	--wd-popup-padding: 0px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title {
	background-color: rgb(15,106,150);
	background-image: url(https://geo-nt.ru/wp-content/uploads/2025/08/ntg-fon-5.svg);
	background-size: cover;
	background-position: center bottom;
}
.wd-footer {
	background-color: rgb(15,106,150);
	background-image: none;
}
.wd-popup.popup-quick-view {
	--wd-popup-width: 920px;
}
:root{
--wd-container-w: 1222px;
--wd-form-brd-radius: 35px;
--btn-default-color: #333;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 35px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 35px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 5px;
}

@media (min-width: 1222px) {
[data-vc-full-width]:not([data-vc-stretch-content]),
:is(.vc_section, .vc_row).wd-section-stretch {
padding-left: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
padding-right: calc((100vw - 1222px - var(--wd-sticky-nav-w) - var(--wd-scroll-w)) / 2);
}
}


/*кастомные настройки кнопки в КФ*/
[type=submit], [type=button], button {
    color: #333333;
    display: inline-block;
    background: #5ca1af;
 border-radius: 30px; 
}
}

/*подпись Меню в мобильном меню*/
@media (max-width: 768px) {
	body .wd-header-mobile-nav.wd-style-text .wd-tools-text {
		display: inline;
	}
}
/*не показывать автора в блоге*/
.wd-entry-meta .meta-author {
   display:none;
}
/*убрать доп описание категория в блоге*/
.meta-categories-wrapp {
   display:none;
}
/*убрать доп описание категория в блоге на странице записи*/
.wd-post-cat.wd-style-with-bg {
   display:none;
}

/*Forma 1 dynamic без пробелов */
.col-md-2 {
	padding: 0px;}
.col-md-8 {
	padding: 0px;}
}
/*Тень иконок списков*/
.list-icon {
   box-shadow: 0 0 7px #a56900;
}

/*динамический радужный фон*/
.mp-div {
display: block;
height: 100%;
animation: hue-rotate 10s linear infinite;
}

@keyframes hue-rotate {
from {
-webkit-filter: hue-rotate(0);
-moz-filter: hue-rotate(0);
-ms-filter: hue-rotate(0);
filter: hue-rotate(0);
}
to {
-webkit-filter: hue-rotate(360deg);
-moz-filter: hue-rotate(360deg);
-ms-filter: hue-rotate(360deg);
filter: hue-rotate(360deg);
}
}
/*анимация фона - движущийся фон*/
.mp-services-list:hover {
	font-size: 103%;
  background:url(https://..image) no-repeat center/cover;
transition: 1.5s;
}
/*анимированный счетчик*/
.mp-counter {
	font-family: fira sans;
	font-weight: 900;
	font-size: 150%;
}
/*блик на кнопке*/
.mp-button {
position: relative;
cursor:pointer;
}
.mp-button:after {
content: "";
position: absolute; top: 0; left: -2em;
width: 130%;
height: 100%;
background: linear-gradient(to left, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.2)) no-repeat -2em 0%;
background-size: 2em 100%;
transform: skewX(-50deg);
}
.mp-button:hover:after {
transition: 0.5s linear;
background-position: 120% 0%;
}
/*цвет яндекс карт*/
.mp-ymaps-color {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.mp-ymaps-color:hover {
  -webkit-filter: grayscale(40%);
          filter: grayscale(40%);
}

/*скрыть данные автора*/
.wd-meta-author {
   display:none;
}

/*анимация для списка услуг - движущийся фон*/
.mp-services-list:hover {
	font-size: 100%;
  background:url(https://geo-nt.ru/wp-content/uploads/2025/08/ntg-fon-topografija.svg) no-repeat center/cover;
transition: 1,5s;
}

/*увеличение элемента при наведении*/
.mp-scale {
  transition: 1s; /* Время эффекта */
}
.mp-scale:hover {
  transform: scale(1.05); /* Увеличиваем масштаб */
	justify-content: center;
}
/*отсуп телефон в шапке*/
.mp-tel-header {
padding-top: 10px;
}

.wd-post-author {
display: none;
}@media (max-width: 576px) {
	/*Убрать кнопку - бургер бокового виджета в моб версии*/
.wd-action-btn>a {
	display: none;}

.wd-page-title {
    --wd-title-font-s: 32px;
}
}

