/*
Theme Name:     Farkops
Author:         Alexey Redyanov
Author Telegramm: @psyhomod
Description:    Темма для коммерческого сайта РСТ
Version:        1.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    Farkops
*/
  * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      scroll-behavior: smooth;
    }
a{
  font-family: "Roboto", sans-serif;
  color: black;
}
a:hover{
  color: rgba(23, 26, 190, 1) !important;
}
 h1,h2{
  font-family: "Russo One", sans-serif;
 }
 h2{
  font-family: "Russo One", sans-serif;
  font-weight: bold;
  font-size: 32px;
 }
    body {
      min-height: 100vh;
      background: #fff;
      position: relative;
      scroll-behavior: smooth;
    }
    html {
  scroll-behavior: smooth;
}
.btn-light{
  border: none !important;
  border-radius: 0px !important;
}
.btn-light:hover{
  background-color: rgba(23, 26, 190, 1) !important;
  color: white !important;
}

/* Общий стиль для полей */
.wpc-filters-range-min,
.wpc-filters-range-max {
  text-align: center;
  border: 1px solid gray;
  max-width: 100px;
  width: 100%;
  height: 50px;
  padding-left: 28px;
  padding-right: 20px;
  position: relative;
  z-index: 1;
}

/* Контейнеры делаем позиционируемыми */
.wpc-filters-range-min-column,
.wpc-filters-range-max-column {
  position: relative;
}

/* Обёртки делаем флексами */
.wpc-filters-range-min-column,
.wpc-filters-range-max-column {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

/* Надписи слева (через ::before) */
.wpc-filters-range-min-column::before {
  content: "От";
  font-size: 14px;
  color: #555;
}

.wpc-filters-range-max-column::before {
  content: "До";
  font-size: 14px;
  color: #555;
}

/* Символ ₽ справа (через ::after) */
.wpc-filters-range-min-column::after,
.wpc-filters-range-max-column::after {
  content: "₽";
  font-size: 14px;
  color: #555;
}
