@font-face {
	font-weight: normal;
	font-style: normal;
	font-family: "woodmart-font";
	src: url("//perevozim.spb.ru/wp-content/themes/woodmart/fonts/woodmart-font-1-400.woff2?v=7.5.2") 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: 14px;
	--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: 12px;
	--wd-primary-color: rgb(186,24,247);
	--wd-alternative-color: rgb(103,131,28);
	--wd-link-color: rgb(186,24,247);
	--wd-link-color-hover: rgb(181,0,247);
	--btn-default-bgcolor: #f7f7f7;
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(185,21,255);
	--btn-accented-bgcolor-hover: rgb(178,0,255);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
}
.woodmart-woocommerce-layered-nav .wd-scroll-content {
	max-height: 223px;
}
.wd-popup.wd-age-verify {
	--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-popup-width: 800px;
}
.page-title-default {
	background-color: rgb(249,249,249);
	background-image: none;
	background-size: cover;
	background-position: center center;
}
.footer-container {
	background-color: #ffffff;
	background-image: url(https://perevozim.spb.ru/wp-content/uploads/2024/09/perevozim-oblozhka-fon-4-1.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: scroll;
	background-position: right center;
}
.wd-popup.popup-quick-view {
	--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: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-brd-radius: 5px;
--btn-accented-box-shadow: none;
--btn-accented-box-shadow-hover: none;
--wd-brd-radius: 12px;
}

@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: #fff;
	border-radius: 8px;
    display: inline-block;
    background: #b915ff;
}
}

/*подпись Меню в мобильном меню*/
@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%);
}
