/*!
Theme Name:   	Olil
Author URI:     /
Description:  	Designed 
Version:      	1.3.09
 */

:root {
  --theme-brown: #0082ca;
  --theme-grey-light: #f2f2f2;
  --theme-grey-normal: #eeeeee;
  --theme-grey-dark: #626262;
  --theme-black: #777777;
  --bs-body-color: #777777;
}

body {
  font-family: "Gilroy", sans-serif;
  margin: 0;
  background: white;
}

.object-fit-cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

input.sf-input-range-number.sf-input-number {
  height: 30px;
}

span.sf-count {
  display: inline-flex !important;
  background: transparent !important;
  font-size: 12px;
}

.nav-text {
  text-align: center;
  margin-bottom: 10px;
  color: var(--theme-brown);
}

.filt-text {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
  color: var(--theme-brown);
}

p {
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: var(--theme-black);
  line-height: 22px;
  margin: 0;
}

.about_abouttext p {
  margin-bottom: 20px;
}

h1,
h2,
h3,
h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: var(--theme-brown);
}

.container {
  padding-left: 0;
  padding-right: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

#advantages .row:before {
  display: none;
}

#advantages .row:after {
  display: none;
}

.text-center {
  text-align: center;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

a {
  text-decoration: none;
}

/* Шапка */

header {
  background: white;
}

.header-menu {
  background-color: var(--theme-brown);
}

header .logo p,
footer .logo p {
  margin-left: 10px;
  color: white;
  font-size: 14px;
  line-height: 21px;
}

footer .logo p {
  color: var(--theme-grey-dark);
}

header .logo p {
  color: var(--theme-black);
}

header .logo a,
footer .logo a {
  width: 70%;
  max-width: unset !important;
}

header .logo img,
footer .logo img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 60px;
}

header .search form {
  position: relative;
  margin: 0 auto;
}

header .search-form label {
  display: none;
}

.d7:after {
  content: "";
  clear: both;
  display: table;
}

.d7 form {
  width: auto;
  float: right;
  margin-right: 10px;
}

.d7 input {
  width: 245px;
  height: 35px;
  padding-left: 15px;
  border-radius: 15px;
  border: 1px solid var(--theme-black);
  background: transparent;
  outline: none;
  position: relative;
  transition: 0.3s linear;
  caret-color: white;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-black);
}

.d7 input::placeholder {
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-black);
}

.d7 input:focus {
  width: 300px;
}

.d7 button {
  width: 42px;
  height: 100%;
  background: none;
  border: none;
  position: absolute;
  right: 0;
}

.d7 button:before {
  content: "\f002";
  font-family: FontAwesome;
  color: rgb(0 0 0 / 50%);
  font-size: 16px;
}

.d7 button:hover {
  color: var(--theme-grey-dark);
}

header .contacts p,
footer .contacts p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin: 5px 0;
}

footer .contacts p {
  color: var(--theme-grey-dark);
}

header .contacts p {
  color: var(--theme-black);
}

header .contacts .phone-open,
footer .contacts .phone-open {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  cursor: pointer;
}

header .contacts .phone-open {
  color: var(--theme-black);
}

header .contacts .phone-open:before,
footer .contacts .phone-open:before {
  content: "\f095";
  font-family: FontAwesome;
  color: var(--theme-brown);
  font-size: 15px;
  padding-right: 10px;
}

header .contacts .phone-open:after,
header .flags:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: white;
  font-size: 10px;
  padding-left: 5px;
}

header .flags:after {
  display: none;
}

header .contacts .phone-open.active:after,
header .flags.active:after {
  content: "\f0d8";
}

header .flags {
  cursor: unset;
  margin-left: 10px;
  position: relative;
  margin-right: 20px;
}

header .flags .sub-flags {
  position: absolute;
  top: 100%;
  margin-top: 5px;
  max-width: 28px;
  z-index: 2;
  display: none;
}

.sub-flags a {
  padding: 5px 0;
  display: flex;
  align-items: center;
}

header .contacts a,
footer .contacts a {
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: left;
}

footer .contacts a {
  color: var(--theme-grey-dark);
}

header .contacts a {
  color: var(--theme-black);
}

header .contacts .email {
  font-size: 15px;
}

.btn-1 {
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--theme-brown);
  border-radius: 5px;
  border: 1px solid var(--theme-brown);
  padding: 15px 40px;
  background: transparent;
  max-height: 54px;
  cursor: pointer;
  transition: 0.4s;
}

.btn-1:hover {
  color: var(--theme-black);
  border: 1px solid var(--theme-black);
}

.btn-1:active {
  background: linear-gradient(180deg, #66759a 0%, #414a60 100%);
  border-radius: 5px;
}

header .btn-1,
footer .btn-1 {
  margin-left: 20px;
}

header .btn-3 {
  text-transform: unset;
}

.contacts .contacts-block {
  position: relative;
  height: 100px;
}

footer .contacts .contacts-block {
  height: auto;
}

.sub-menu {
  background: var(--theme-brown);
  width: 120%;
  /* padding: 25px 25px 5px 25px; */
  position: absolute;
  margin-top: 10px;
  box-shadow: 0px 4px 44px rgba(0, 0, 0, 0.15);
  border-radius: 0px 0px 5px 5px;
  display: none;
  z-index: 2;
  margin-left: 0;
}

.contacts-block .sub-menu {
  padding: 25px;
  display: block;
  opacity: 0;
  z-index: -1;
}

.contacts-block .sub-menu.active {
  transition: opacity 400ms;
  display: block !important;
  width: 218px !important;
  opacity: 1;
  z-index: 1;
}

.contacts-block .sub-menu .sub-item {
  margin-bottom: 20px;
}

.contacts-block .sub-menu .sub-item:last-child {
  margin-bottom: 0;
}

.sub-menu .phone-open:before,
.sub-menu .phone-open:after {
  display: none;
}

.sub-menu p,
.sub-menu a {
  margin: 0;
  text-decoration: none;
}

.sub-menu .menu-item {
  /* margin-bottom: 10px; */
  position: relative;
  border-bottom: 1px solid #b5aa9d47;
  border-right: 0;
  border-top: 0;
}

header nav ul {
  display: flex;
  justify-content: space-between;
}

header nav ul li {
  border: unset;
  flex-grow: 1;
  transition: 0.4s;
  cursor: pointer;
  background: var(--theme-brown);
}

header nav ul li:hover {
  background: #ffffff;
}

header
  nav
  ul
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: var(--theme-black);
  font-size: 10px;
  padding-left: 10px;
  position: absolute;
  top: 14.7px;
}

header
  nav
  ul
  li.menu-item-has-children:hover
  .sub-menu
  .menu-item-has-children
  .sub-menu:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: var(--theme-brown);
  font-size: 12px;
  position: absolute;
  left: -6px;
  top: 13px;
  transform: rotate(90deg);
}

header nav ul li a {
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  text-transform: uppercase;
  padding: 10px 22px;
  display: block;
  text-align: center;
}

header nav ul li a:visited {
  color: white;
}

header nav ul li.active a,
header nav ul li:hover a {
  color: var(--theme-brown);
}

header nav ul li.menu-item-has-children:hover a:after {
  color: var(--theme-brown);
}
header
  nav
  ul
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children
  a:after {
  color: var(--theme-grey-dark) !important;
}
header
  nav
  ul
  li.menu-item-has-children
  .sub-menu
  .menu-item-has-children:hover
  a:after {
  color: var(--theme-brown) !important;
}
header nav ul li .sub-menu {
  /* max-width: 854px; */
  margin-top: 0;
  background-color: #ffffff;
}

header nav ul li .sub-menu a {
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-var(--theme-black));
  padding: 10px;
}
header nav ul li .sub-menu li {
  background: #ffffff;
}

header nav ul li .sub-menu a:after {
  display: none;
}

header nav ul li .sub-menu a:hover {
  color: var(--theme-grey-dark);
}

.menu-item-has-children:hover li .sub-menu {
  display: block;
}

header .menu-mob {
  padding-bottom: 10px;
  padding-top: 10px;
}

/* nav-icon-2 */

.nav-icon-2 {
  width: 25px;
  height: 20px;
  position: relative;
  cursor: pointer;
  display: inline-block;
}

.nav-icon-2 span {
  background-color: #e3e3e3;
  position: absolute;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-2 span:nth-child(1) {
  width: 25px;
  height: 3px;
  display: block;
  top: 0px;
  left: 0px;
}

.nav-icon-2 span:nth-child(2) {
  width: 25px;
  height: 3px;
  display: block;
  top: 7px;
  left: 0px;
}

.nav-icon-2 span:nth-child(3) {
  width: 15px;
  height: 3px;
  display: block;
  top: 14px;
  left: 0px;
}

.nav-icon-2:not(.open):hover span:nth-child(1) {
  width: 25px;
  height: 3px;
  display: block;
  top: 0px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-2:not(.open):hover span:nth-child(2) {
  width: 25px;
  height: 3px;
  display: block;
  top: 7px;
  left: 0px;
  transition: 0.4s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-2:not(.open):hover span:nth-child(3) {
  width: 25px;
  height: 3px;
  display: block;
  top: 14px;
  left: 0px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
}

.nav-icon-2.open span:nth-child(1) {
  width: 20px;
  top: 5px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(90deg);
  transition-delay: 150ms;
}

.nav-icon-2.open span:nth-child(2) {
  width: 12px;
  top: 10px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(45deg);
  transition-delay: 50ms;
}

.nav-icon-2.open span:nth-child(3) {
  left: 8px;
  top: 10px;
  width: 12px;
  transition: 0.3s cubic-bezier(0.8, 0.5, 0.2, 1.4);
  transform: rotate(-45deg);
  transition-delay: 100ms;
}

.menu-mob {
  background: var(--theme-brown);
}

.mob-menu {
  background: var(--theme-brown);
  padding: 0 15px 0 5px;
  display: none;
}

.mob-menu li.menu-item-has-children {
  display: block;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
}

.mob-menu li {
  border-bottom: 1px solid #e3e3e3;
}

.mob-menu li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding: 8px 0 8px 8px;
  color: white !important;
  display: inline-block;
}

.mob-menu li.active a {
  color: var(--theme-grey-dark);
}

.mob-menu li.menu-item-has-children i {
  display: inline-block;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
  color: var(--theme-grey-dark);
  float: right;
  position: relative;
  top: 10px;
}

header .mob-menu li.menu-item-has-children i {
  color: #ffffff;
}

.mob-menu .sub-menu-mob {
  width: 100%;
  padding-left: 30px;
  margin-left: 0;
  display: none;
}

.mob-menu .sub-menu-mob li {
  border-bottom: none;
}

/* Шапка */

footer {
  background: var(--theme-grey-normal);
  padding-bottom: 60px;
  padding-top: 25px;
}

footer .soc {
  margin: 10px 0;
}

footer .soc img {
  padding: 0 10px;
}

footer .line-1 {
  border-bottom: 1px solid var(--theme-brown);
  margin-bottom: 47px;
}

.footer-menu-1 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 42px;
}

.footer-menu-1 li {
  background: rgba(67, 75, 96, 0.5);
  border-radius: 2px;
  margin: 0 10px;
}

.footer-menu-1 li a {
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  padding: 2px 10px;
  color: var(--theme-grey-dark);
  display: block;
  text-transform: uppercase;
}

.footer-menu-1 li.active a {
  color: var(--theme-grey-dark);
}

.footer-menu-1 li:hover a {
  color: var(--theme-grey-dark);
}

.footer-menu-2 {
  flex-wrap: wrap;
}

.footer-menu-2 li {
  margin: 10px;
}

.footer-menu-2 {
  margin-bottom: 30px;
}

footer .office-item p.office-item-head {
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-brown);
  margin-bottom: 15px;
}

footer .office-item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-grey-dark);
}

footer .offices {
  padding-bottom: 40px;
}

footer .copyright p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--theme-grey-dark);
  margin-bottom: 10px;
}

footer .copyright span,
footer .copyright a {
  color: var(--theme-grey-dark);
  text-decoration: underline;
}

footer .offices-mob .mob-menu {
  display: block;
  border: 1px solid var(--theme-brown);
  background: transparent;
  padding: 0;
}

footer .offices-mob .mob-menu li {
  border-bottom: 1px solid var(--theme-brown);
}

footer .offices-mob .mob-menu li.menu-item-has-children i {
  padding-right: 10px;
}

footer .offices-mob .mob-menu li a {
  padding: 5px 0 5px 20px;
  color: var(--theme-grey-dark) !important;
}
footer .offices-mob .mob-menu li a:hover {
  color: var(--theme-brown);
}

.entry-header {
  background: none !important;
}

/* Страница фильтр */

#partners .owl-carousel .owl-item img {
  max-height: 45px;
  width: auto;
  min-height: 22px;
}

#partners .owl-carousel .owl-item {
  display: flex;
  justify-content: center;
  padding: 25px 0;
}

#partners .owl-carousel .owl-stage {
  display: flex;
  align-items: center;
}

#partners .owl-stage-outer {
  z-index: 2;
}

#partners .owl-nav {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#partners .owl-next img,
#partners .owl-prev img {
  width: 11px;
  height: 22px;
}

#partners .owl-next img {
  position: absolute;
  top: 0;
  right: -18px;
  height: 100%;
}

#partners .owl-prev img {
  position: absolute;
  left: -18px;
  top: 0;
  height: 100%;
}

#trade .row > * {
  padding-right: 25px;
  padding-left: 25px;
}

#trade {
  padding: 40px 0;
  background: url(../img/trade-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

#trade .trade-header {
  font-family: "Cuprum", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 47px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffcd3d;
  margin-top: 0;
  margin-bottom: 20px;
}

#trade .trade-text {
  background: #414a60e5;
  border-radius: 10px;
  padding: 20px 18px;
  margin-bottom: 30px;
}

#trade .trade-text p {
  font-size: 18px;
  font-style: normal;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  margin-bottom: 10px;
}

#trade .trade-text ul {
  list-style-type: none;
  color: var(--theme-grey-dark);
  padding-left: 25px;
}

#trade .trade-text ul li {
  color: white;
  font-family: Gilroy;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 5px;
}

#trade .trade-text ul li:before {
  content: "\2022";
  color: var(--theme-grey-dark);
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}

#trade img {
  border-radius: 10px;
  width: 100%;
  object-fit: cover;
  object-position: top;
  height: 300px;
}

.btn-2,
.btn-0 {
  background: var(--theme-brown);
  border-radius: 5px;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: white;
  padding: 18px 40px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-2:hover,
.btn-0:hover {
  background: var(--theme-grey-dark);
  border-radius: 5px;
  color: white !important;
}

.btn-2:active,
.btn-0:active {
  background: var(--theme-grey-dark);
  border-radius: 5px;
}

.manufacturer_buttons a {
  padding: 12px 20px;
}

#trade .owl-item img {
  width: auto !important;
}

#trade .trade-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 67px;
}

#trade .trade-nav img {
  cursor: pointer;
}

#trade .trade-nav .trade-next {
  margin-left: 30px;
}

#advantages .row {
  justify-content: space-between;
}

#advantages {
  padding: 20px 0;
  background: #fbfbfb;
}

#advantages .advantage-head {
  margin: 10px 0;
  align-items: center;
}

#advantages .advantage-head img.img-fluid {
  width: 51px;
  height: 51px;
}

#advantages .advantage-head h3,
#advantages .advantage-head p.advantage-head-p {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-grey-dark);
  margin-left: 10px;
}

#advantages .advantage-text {
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: #5d6576;
  margin-bottom: 20px;
}

#listing .bread-crumbs {
  margin-bottom: 20px;
}

#listing .bread-crumbs p,
#listing .bread-crumbs a,
#listing .bread-crumbs span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-dark);
}

#listing .bread-crumbs a:hover {
  color: var(--theme-grey-dark) !important;
}

#listing h1 {
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  color: var(--theme-brown);
  margin: 0;
  margin-bottom: 5px;
  display: inline-block;
}

#listing .listing-text {
  margin-bottom: 10px;
}

#listing .listing-text p {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-brown);
  margin-bottom: 15px;
}

#listing .text-bold {
  font-weight: 700 !important;
}

#listing .filter-form {
  margin-bottom: 10px;
}

#listing .filters .filter-form:first-child {
  border-radius: 5px 5px 0 0;
}

#listing .filters .filter-form:nth-child(4) {
  border-radius: 0 0 5px 5px;
}

#listing .searchandfilter ul li[data-sf-field-input-type="select"] {
  display: none;
}

#listing .filter-form.filter-odd {
  background: var(--theme-brown);
}

#listing .filter-form.filter-even {
  background: #414a60;
}

#listing .filter-form li.has-sub {
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

#listing .filter-form .filter-head {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-black);
  margin-top: 0;
  width: 90%;
}

#listing .filter-form p,
#listing .filter-form a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: #9f9f9f;
  margin-top: 0;
}

#listing .filter-form .sub-filter li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
  color: var(--theme-black);
  margin-top: 0;
  /* padding: 10px 15px 10px 40px; */
  padding: 10px 15px 10px 25px;
  display: block;
}

#listing .filter-form .sub-filter {
  display: none;
}

#listing .sub-filter-select li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

#listing .filter-form .sub-filter li {
  /*padding: 10px 15px 10px 40px;*/
}

#listing .filter-form li {
  border-bottom: 1px solid var(--theme-grey-normal);
  cursor: pointer;
}

#listing .filter-form .sub-filter li:hover p,
#listing .filter-form .sub-filter li:hover a {
  color: var(--theme-grey-dark);
}

#listing .filter-form li.has-sub i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
  color: var(--theme-brown);
}

.searchandfilter .filter-field {
  padding: 0px !important;
  padding-bottom: 0px !important;
}

.filter-field:first-child {
  border-radius: 5px 5px 0 0;
}

.filter-field:last-child {
  border-radius: 0 0 5px 5px;
}

#listing .filter-form {
  background: var(--theme-brown);
}

.searchandfilter {
  margin-bottom: 10px;
  margin-top: 10px;
}

.col-md-4.col-xl-3.col-lg-4.filters form:first-child {
  margin-top: 0;
}

.searchandfilter .filter-field:nth-child(odd) {
  background: #414a60;
}

.searchandfilter .filter-field:nth-child(even) {
  background: var(--theme-grey-light);
}

.searchandfilter .filter-field.sf-field-reset:nth-child(even) {
  background: #414a60;
}

.searchandfilter .filter-field.sf-field-reset:nth-child(odd) {
  background: var(--theme-brown);
}

.filter-form.filter-menu {
  background: #ffffff !important;
  border: 1px solid var(--theme-grey-normal);
  border-bottom: 0px;
  margin-bottom: 0 !important;
}

.searchandfilter .filter-field.sf-field-submit {
  margin-bottom: 0 !important;
  padding: 20px !important;
  text-align: center;
}

.searchandfilter .filter-field.sf-field-reset {
  border-radius: 0px 0px 5px 5px;
  padding: 20px !important;
  padding-top: 0 !important;
  text-align: center;
}

.searchandfilter .filter-field.sf-field-submit input[type="submit"],
.searchandfilter .filter-field.sf-field-reset input[type="submit"] {
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--theme-brown);
  border-radius: 5px;
  border: 1px solid var(--theme-brown);
  padding: 15px 40px;
  background: transparent;
  max-height: 54px;
  cursor: pointer;
  transition: 0.4s;
  width: 100%;
}

.searchandfilter .filter-field.sf-field-submit input[type="submit"]:hover,
.searchandfilter .filter-field.sf-field-reset input[type="submit"]:hover {
  color: var(--theme-grey-dark);
  border: 1px solid var(--theme-grey-dark);
}

/* .searchandfilter .filter-field.sf-field-submit input[type="submit"]:active,
.searchandfilter .filter-field.sf-field-reset input[type="submit"]:active {
	border: 1px solid #43555d;
	color: #43555d !important;
} */

.sf-field-reset #result-count {
  margin-top: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--theme-black);
}

.searchandfilter
  .filter-field:nth-child(even)
  ul
  li.sf-level-0
  .checkmark
  span {
  background: #414a60;
}

.searchandfilter .filter-field:nth-child(odd) ul li.sf-level-0 .checkmark span {
  background: var(--theme-grey-light);
}

.sf-label-checkbox p {
  color: var(--theme-black);
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin: 0;
  margin-left: 23px;
}

.sf-field-post-meta-_chislo_kanalov h4 {
  color: white;
  padding: 0;
}

.sf-meta-range.sf-meta-range-slider span {
  color: white;
}

.sf-meta-range.sf-meta-range-slider .meta-slider {
  border: none;
  height: 2px;
}

.noUi-handle-lower {
  display: none;
}

.noUi-handle:before,
.noUi-handle:after {
  display: none;
}

.sf-meta-range {
  padding: 0 20px;
}

.noUi-handle.noUi-handle-upper {
  width: 18px !important;
  height: 18px !important;
  top: -7px !important;
  background: linear-gradient(180deg, #ffd86a 2.13%, #e9ad05 97.87%);
  box-shadow: 0px 1px 0px #b38812, 0px 4px 7px rgb(218 170 34 / 32%),
    inset 0px -1px 1px #efc03a, inset 0px 1px 1px #ffe290;
}

.noUi-target {
  background: #ffffff;
}

.searchandfilter .noUi-connect {
  background-color: #f5c335;
}

.searchandfilter ul li p.filter-field-head {
  padding: 15px 20px;
  color: var(--theme-black);
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.searchandfilter p.filter-field-head {
  margin: 0;
  padding: 5px 0 10px;
  font-size: 16px;
}

.searchandfilter ul li p.filter-field-head i {
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
  color: var(--theme-brown);
}

.filter-field ul,
.filter-field div {
  display: none;
}

.filter-field[data-toggle="active"] ul,
.filter-field[data-toggle="active"] div {
  display: block !important;
}

.searchandfilter ul li ul,
.searchandfilter ul li .sf-meta-range {
  padding-bottom: 20px;
}

.searchandfilter ul li ul li.sf-level-0 {
  position: relative;
  display: flex;
  align-items: center;
  padding: 5px 20px;
}

.searchandfilter ul li ul li.sf-level-0 .sf-input-checkbox {
  display: none;
}

.searchandfilter ul li ul li.sf-level-0 .checkmark {
  width: 100%;
  padding-left: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.searchandfilter ul li ul li.sf-level-0 .checkmark span {
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
}

.searchandfilter ul li ul li.sf-level-0 .checkmark span:after {
  left: 5px;
  content: "";
  position: absolute;
  top: 2px;
  width: 6px;
  height: 12px;
  border: solid var(--theme-grey-dark);
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}

.searchandfilter
  ul
  li
  ul
  li.sf-level-0.sf-option-active
  .checkmark.active
  span:after {
  display: block;
}

.filter-tab {
  background: #414a60;
  border-radius: 5px;
  padding: 20px;
  text-align: center;
  margin-bottom: 10px;
}

.filter-tab:nth-child(even) {
  background: var(--theme-grey-normal);
}

.filter-tab:nth-child(odd) {
  background: var(--theme-grey-light);
}

.filter-tab p.filter-h4 {
  font-family: Gilroy;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--theme-brown);
  padding: 0 15px 20px;
  margin: 0;
}

.filter-tab a.benefit {
  color: var(--theme-black);
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 20px;
  display: block;
}

.filter-tab .btn-2 {
  display: inline-block;
  padding: 12px 20px;
  color: #ffffff;
}

.filter-tab a.benefit:hover {
  color: var(--theme-grey-dark);
}

footer .zero_f {
  display: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.wp-pagenavi span.current {
  background: var(--theme-brown);
  color: white;
  font-size: 16px;
  font-weight: 700;
  border-radius: 3px;
  width: 20px;
  text-align: center;
}

.wp-pagenavi a.page {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--theme-black);
  border: none;
}

.wp-pagenavi .pages,
.wp-pagenavi .last {
  display: none;
}

.wp-pagenavi .previouspostslink {
  border: none;
}

.wp-pagenavi .nextpostslink {
  border: none;
}

.wp-pagenavi .previouspostslink img,
.wp-pagenavi .nextpostslink img {
  width: 10px;
  height: 14px;
}

.wp-pagenavi span.extend {
  border: none;
  font-size: 16px;
  font-weight: 700;
}

.wp-pagenavi span.extend,
.wp-pagenavi a.page,
.wp-pagenavi span.current {
  margin: 0 10px;
}

.wp-pagenavi a.page:hover,
.wp-pagenavi span.current:hover {
  color: var(--theme-grey-dark);
}

.pagination .nav-previous,
.pagination .nav-next {
  display: none;
}

#listing .listing-item {
  background: white;
  border: 2px solid var(--theme-grey-light);
  border-radius: 5px;
  padding: 30px 30px 30px 20px;
  margin: 40px 0;
  font-family: "Gilroy", sans-serif;
}

#listing .listing-item .listing-product-title {
  font-family: "Gilroy", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-brown);
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
}

#listing .listing-item p.manufacturer {
  font-family: "Gilroy", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0em;
}

#listing .listing-item p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 15px;
  font-family: "Gilroy", sans-serif;
}

#listing .listing-item p.price-text {
  color: var(--theme-brown) !important;
  font-size: 18px;
  font-style: normal;
  font-weight: 700 !important;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

#listing .listing-item-buttons {
  justify-content: left;
}

.btn-2,
.btn-0 {
  margin-right: 20px;
}

#listing .listing-item-buttons p.price-text {
  margin-bottom: 0;
  margin-left: 10px;
}

#listing .listing-item-buttons .btn-2 {
  padding: 12px 30px;
}

#listing .also p {
  font-family: Gilroy;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-black);
}

#listing .also a {
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-brown);
  text-decoration: underline;
}

#listing .listing-toggle {
  margin-top: 25px;
  margin-bottom: 20px;
}

#listing .listing-toggle .col-12 {
  position: relative;
}

#listing .listing-toggle .toggle-text {
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 0em;
  height: 60px;
  overflow-y: hidden;
  transition: 1s;
  text-align: left;
}

#listing .listing-toggle .toggle-text ul {
  list-style-type: none;
  color: var(--theme-grey-dark);
  padding-left: 25px;
}

#listing .listing-toggle .toggle-text ul li {
  color: var(--theme-black);
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

#listing .listing-toggle .toggle-text.active {
  height: calc(100% - 20px);
}

#listing .listing-toggle .fog {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  box-shadow: inset 0 15px 5px -15px #eee, inset 0 -75px 100px 0px #eee;
  z-index: 1;
}

#listing .listing-toggle img.arrow-down-toggle {
  z-index: 2;
  position: relative;
  cursor: pointer;
}

#listing .listing-toggle img.arrow-down-toggle.active {
  transform: rotate(180deg);
}

.preview-image-product {
  height: 250px;
  object-fit: contain;
}

.btn-3 {
  background: white;
  border-radius: 5px;
  font-family: Gilroy;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #654a00;
  padding: 12px 20px;
  border: 1px solid var(--theme-brown);
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  color: var(--theme-brown);
}

.btn-3:hover,
.news_item_about_button:hover,
.content_ofice_item_about_button:hover {
  background: white;
  border: 1px solid var(--theme-grey-dark);
  border-radius: 5px;
  color: var(--theme-grey-dark) !important;
}

.btn-3:active {
  background: unset;
  border-radius: 5px;
  border: 1px solid #43555d;
  color: #43555d !important;
}

#listing .listing-item:nth-child(odd) .listing-item-buttons img.okay-light {
  display: none;
}

#listing .listing-item:nth-child(even) .listing-item-buttons img.okay-dark {
  display: none;
}

.order-term {
  justify-content: flex-end;
  font-weight: 500 !important;
}

.header_maintext.dch {
  font-size: 30px;
  text-align: left;
  line-height: 1.16;
}

.header_about.white {
  color: #fff;
  font-weight: 300;
  margin-bottom: 5px;
  line-height: 1.21;
}

.header_wrapper.left {
  justify-content: flex-start;
  align-items: flex-start;
  width: 550px;
  padding: 0 10px;
}

.container.left {
  padding-top: 60px;
}

.container.rowww {
  flex-direction: row;
  display: flex;
}

.container.rowww2 {
  flex-direction: row;
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}

.about_maintext.upper {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 0;
  line-height: 1.1;
  margin-bottom: 5px;
}

.addres {
  font-size: 16px;
  font-weight: 500;
  background: url(../images/loc.png) left center no-repeat;
  padding-left: 38px;
  margin: 20px 0;
}

.about.dch {
  border: none;
}

.img-two-wr {
  height: 240px;
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.img-two-wr:first-child {
  margin-bottom: 10px;
}

.header.back33 {
  box-shadow: 0 0 7px 0 rgb(0 0 0 / 25%);
}

.flex {
  display: flex;
  gap: 20px;
}

@media (max-width: 1200px) {
  .dop_marg {
    margin-bottom: 20px;
  }
}

.termo .listing-anons-wrapper {
  display: flex;
}

.termo .listing-anons-wrapper img {
  max-width: 300px;
  height: auto;
  margin-right: 30px;
}

.termo .listing-block {
  border: 3px solid var(--theme-grey-dark);
  padding: 10px 20px;
  margin-bottom: 30px;
}

.termo p {
  font-weight: 400 !important;
  color: var(--theme-black) !important;
}

.termo ul li {
  font-weight: 400 !important;
}

.termo ul li:before {
  content: "";
  color: var(--theme-grey-dark);
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--theme-grey-dark);
  border-radius: 100px;
  margin-left: -1em;
  margin-right: 6px;
}

.termo ul {
  padding-left: 15px;
}

.termo table ul {
  padding-left: 0px;
}

.termo table ul {
  margin-bottom: 0 !important;
}

.termo table p {
  margin-bottom: 0px !important;
  margin-top: 15px;
}

.termo table ul li:before {
  display: none;
}

.termo td {
  padding: 10px;
  border: 1px solid white;
}

.termo h2 {
  font-family: Gilroy;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: var(--theme-brown);
  width: 100%;
  margin-bottom: 20px;
}

.termo h3 {
  font-size: 18px;
}

.termo table {
  margin-bottom: 20px;
}

.termo table {
  display: block;
  overflow: auto;
}

.termo table tr:nth-child(odd) {
  background: #e2e2e2;
}

.termo table tr:nth-child(even) {
  background: #d2d2d2;
}

table {
  margin-bottom: 20px;
}

.white2 {
  padding: 40px 50px;
  background: #fff;
}

.white2 .podzag {
  margin-bottom: 40px;
}

.above_con {
  padding: 38px 55px 15px;
  background-color: #fff;
}

.block_zero {
  padding-bottom: 66px;
}

.block_zero.white {
  background-color: #fff;
}

.block_zero.srok {
  overflow: hidden;
}

.about_maintext.upper.center {
  margin-bottom: 10px;
  text-align: center;
  /* font-size: 24px; */
  font-size: 30px;
  line-height: 35px;
}

.podzag {
  margin-bottom: 21px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
}

.podzag.qq {
  margin-bottom: 33px;
}

.razdelit {
  display: inline-block;
  padding-right: 5px;
  padding-left: 2px;
}

.link_yakor {
  display: inline;
  color: var(--theme-black);
  text-decoration: none;
}

.div_link {
  display: inline;
}

.obsh_div_link {
  margin-bottom: 63px;
  text-align: center;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex.up {
  margin-bottom: 66px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
}

.flex.all_width {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
}

.flex.width_all {
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 9px 19px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 5px;
  background-color: #fff;
  transition: box-shadow 0.3s;
}

.flex.width_all.active {
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.25);
}

.flex.qq_div {
  margin-bottom: 9px;
  width: 100%;
}

.img_element-wr {
  width: 270px;
  margin-right: 30px;
  flex-shrink: 0;
}

.img_element-wr img {
  width: 100%;
  height: auto;
}

.head_elenet {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.body {
  background-color: #bdbdbd;
}

.line {
  width: 100%;
  height: 2px;
  margin-bottom: 13px;
  margin-top: 4px;
  background-color: var(--theme-grey-dark);
}

.number_text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 18%;
  -ms-flex: 0 18%;
  flex: 0 18%;
  font-weight: 600;
  font-size: 20px;
}

.flex_end {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.line_all {
  width: 100%;
  height: 2px;
  margin-top: 21px;
  margin-bottom: 35px;
  background-color: var(--theme-grey-dark);
}

.div_srok {
  margin-top: 44px;
}

.flex_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 12px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  max-width: 300px;
  width: 100%;
  border-radius: 15px;
}

.zakaz_card_head {
  margin-bottom: 20px;
  font-weight: 600;
  text-align: center;
}

.zakaz_card_text {
  text-align: center;
  height: 100%;
  position: relative;
}

.block_zero p {
  font-weight: 400;
}

.zakaz_card_text p:last-child {
  margin-top: auto;
}

.srok_text {
  padding-right: 100px;
  padding-left: 100px;
  text-align: center;
}

.div_table {
  margin-bottom: 66px;
}

.dropdown_up {
  width: 100%;
}

.qq_vopros {
  -webkit-box-flex: 0;
  -webkit-flex: 0 93%;
  -ms-flex: 0 93%;
  flex: 0 93%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 600;
  margin: 0;
  font-family: "Montserrat", sans-serif !important;
}

.dropdown_up .flex.width_all {
  cursor: pointer;
}

.qq_indikator {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.qq_otvet-body {
  position: relative;
  z-index: 1;
  margin-top: -5px;
  padding: 20px 19px 13px;
  background-color: #fff;
  font-size: 16px;
  transition: height 0.3s;
  width: 100%;
}

.qq_otvet {
  display: none;
}

.qq_otvet:not(.active) {
  /* height: 0; */
  /* overflow: hidden;
	display: none; */
}

.qq_otvet.active {
  /* display: block;
	height: auto; */
}

.qq_open {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 51px;
  height: 51px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  background-color: #434b60;
}

.div-block {
  width: 35px;
  height: 2px;
  background-color: var(--theme-grey-dark);
}

.absolute.open {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dd_open_2 {
  width: 2px;
  height: 35px;
  background-color: var(--theme-grey-dark);
  transition: transform 0.3s;
}

.width_all.active .dd_open_2 {
  transform: rotate(90deg);
}

.container .termodatchik {
  padding: 40px 10px 0;
}

.termodatchik {
  text-align: center;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 0;
  vertical-align: middle;
}

.termodatchik thead td {
  background: #d9d9d9;
  border: 1px solid #eeeeee;
}

.termodatchik td {
  background: #fff;
  padding: 22px 10px;
  border: 1px solid #eeeeee;
  vertical-align: middle;
}

.sotr_head {
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 5px;
}

#listing.listing {
  background: none;
  padding: 0;
}

@media (max-width: 992px) {
  .termo .listing-anons-wrapper {
    flex-wrap: wrap;
  }

  .wp-image-1786 {
    height: 240px;
  }
}

@media (max-width: 992px) {
  .termo h3 {
    font-size: 16px !important;
  }

  .termo h2 {
    font-size: 18px !important;
  }

  .termo {
    font-size: 14px !important;
  }

  .termo p,
  .termo ul,
  .termo ol {
    font-size: 14px !important;
  }
}

.container_newmain.padd.ad {
  padding-top: 0;
}

/* 03.04.2023 */
.datchik__goto-btn {
  padding-top: 18px;
  padding-bottom: 18px;
}

/* end 03.04.2023 */
/* Страница фильтр */

@media (max-width: 1400px) {
  #listing .filter-form .filter-head,
  .searchandfilter ul li p.filter-field-head {
    font-size: 14px;
  }

  #listing .listing-item-buttons .btn-2,
  #listing .listing-item-buttons .btn-3 {
    font-size: 14px;
    padding: 10px 18px;
    min-width: 100px;
    text-align: center;
    margin-left: 0;
  }
}

@media (max-width: 1200px) {
  #trade .trade-header {
    font-size: 35px;
  }

  #trade .trade-text p {
    font-size: 18px;
  }

  .btn-2,
  .btn-0 {
    font-size: 14px;
  }

  #listing .listing-item-buttons .btn-2,
  #listing .listing-item-buttons .btn-3 {
    font-size: 12px;
    padding: 10px 10px;
    min-width: 100px;
    text-align: center;
    margin-left: 0;
  }

  header nav ul li a,
  header .logo p,
  footer .logo p {
    font-size: 12px;
  }

  footer .logo p {
    display: none;
  }

  #listing .listing-item p.price-text {
    font-size: 14px;
  }

  #listing .listing-item p {
    font-size: 13px;
  }

  #listing .listing-item p.manufacturer {
    font-size: 15px;
  }

  #listing .listing-item .listing-product-title {
    font-size: 17px;
  }
}

@media (max-width: 992px) {
  header .container,
  footer .container {
    max-width: 100% !important;
  }

  header .btn-1 {
    width: 165px;
  }

  header .btn-1,
  footer .btn-1 {
    margin-left: 0;
    font-size: 14px;
    padding: 10px 20px;
    line-height: 21px;
  }

  header nav ul li a {
    font-size: 12px;
  }

  header .logo p,
  footer .logo p {
    margin-left: 10px;
  }

  header .menu-mob {
    padding-left: 25px;
    padding-right: 25px;
  }

  header .contacts .phone-open,
  footer .contacts .phone-open {
    line-height: 24px;
    font-size: 16px;
  }

  header .logo {
    padding-left: 25px;
  }

  footer .logo {
    padding-left: 25px;
  }

  footer .soc {
    margin: 10px 0;
    padding-left: 25px;
  }

  footer .copyright {
    padding-left: 25px;
  }

  footer .line-1,
  footer .offices-mob {
    margin-bottom: 20px;
  }

  .soc img:first-child {
    padding-left: 0;
  }

  footer .contacts {
    flex-wrap: wrap;
    justify-content: space-around;
  }

  footer .contacts .btn-1 {
    margin-left: 0;
  }

  footer .line-1 {
    border: none;
  }

  footer .copyright p {
    font-size: 11px;
    line-height: 19px;
    text-align: left;
  }

  .lang {
    justify-content: flex-end !important;
  }

  footer .copyright .row.justify-content-center {
    justify-content: flex-start !important;
  }

  footer .copyright .row.justify-content-center .col-11.col-md-10 {
    padding-left: 0;
  }

  .d7 input {
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    border: 1px solid white;
  }

  .d7 input::-webkit-input-placeholder {
    color: white;
  }

  .d7 button:before {
    color: rgba(255, 255, 255, 0.5);
  }

  /* Страница Фильтры */
  #partners .col-12 {
    padding: 0 40px;
  }

  #partners .owl-next img {
    right: -25px;
  }

  #partners .owl-prev img {
    left: -25px;
  }

  #trade .trade-header {
    font-size: 30px;
    line-height: 35px;
  }

  #trade .trade-text p {
    font-size: 16px;
    line-height: 20px;
  }

  #trade .trade-text * {
    font-size: 16px;
    line-height: 20px;
  }

  #trade .trade-text ul li {
    font-size: 16px;
    line-height: 20px;
  }

  .btn-2,
  .btn-0,
  .datchik__goto-btn {
    font-size: 14px;
    padding: 10px 20px;
  }

  #listing .filter-form .filter-head,
  .searchandfilter ul li p.filter-field-head {
    font-size: 11px;
    max-width: 90%;
  }

  #listing .listing-text p {
    font-size: 13px;
    line-height: 18px;
  }

  #listing .bread-crumbs p,
  #listing .bread-crumbs a,
  #listing .bread-crumbs span {
    font-size: 12px;
  }

  /* Страница Фильтры */
}

@media (min-width: 767px) and (max-width: 1400px) {
  /* Шапка */
  .contacts {
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 10px 0;
    /* padding-left: 25px;
padding-right: 35px; */
  }

  .footer-menu-1 li a {
    font-size: 11px;
  }

  footer .offices-mob .mob-menu .sub-menu-mob p {
    color: #d0d5e2;
  }

  .contacts .contacts-block {
    padding: 0 !important;
    height: auto;
  }

  header .btn-1,
  footer .btn-1 {
    padding: 10px 25px;
    font-size: 12px;
    margin-left: 0px;
  }

  header .contacts p,
  footer .contacts p {
    font-size: 11px;
  }

  header .contacts a,
  footer .contacts a {
    font-size: 14px;
  }

  header .contacts .phone-open,
  footer .contacts .phone-open {
    line-height: 24px;
    font-size: 16px;
  }

  footer .soc {
    justify-content: space-evenly !important;
  }

  /* Шапка */
}

@media (max-width: 767px) {
  #listing .listing-toggle .toggle-text ul li {
    font-size: 14px;
    line-height: 25px;
  }

  .filter-field[data-toggle="active"] ul,
  .filter-field[data-toggle="active"] div {
    display: none;
  }

  .filter-field .fa-solid.fa-angle-down {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    font-size: 16px;
  }

  .filter-field .fa-solid.fa-angle-down.fa-rotate-180 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  header {
    padding-top: 15px;
  }

  header .container {
    max-width: 100% !important;
  }

  header .menu-mob {
    padding-left: 20px;
    padding-right: 20px;
  }

  header .logo a,
  footer .logo a {
    /* width: auto; */
    width: 100%;
    max-width: unset;
    text-align: center;
  }

  header .menu-mob .col-3.d-flex.align-items-center {
    padding: 0;
  }

  header .logo,
  header .contacts {
    padding-left: 20px;
  }

  header .contacts {
    padding-left: 20px;
    padding-right: 20px;
    justify-content: space-between;
  }

  .lang {
    padding-right: 0;
  }

  .copyright .col-10 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .d7 input {
    font-family: Gilroy;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0em;
    text-align: left;
    color: white;
    border: 1px solid white;
  }

  .d7 input::-webkit-input-placeholder {
    color: white;
  }

  /* Шапка */
  header .logo img {
    margin-bottom: 20px;
  }

  header .logo img,
  footer .logo img {
    /* max-width: 77px; */
    /* width: 90%; */
    /* max-width: unset !important; */
    height: auto;
  }

  header .logo p,
  footer .logo p {
    margin-left: 6px;
    font-size: 12px;
    line-height: 13.5px;
  }

  header .contacts .phone-open,
  footer .contacts .phone-open {
    font-size: 13px;
    line-height: 20px;
  }

  header .contacts p,
  footer .contacts p {
    font-size: 9px;
    line-height: 12px;
  }

  header .contacts a,
  footer .contacts a {
    font-size: 13px;
    line-height: 20px;
  }

  .btn-1 {
    font-size: 11px;
    line-height: 16.5px;
    padding: 9.5px 24px;
    margin-left: 15px;
  }

  .contacts .contacts-block {
    height: auto;
    padding: 0;
  }

  header .contacts .phone-open:before,
  footer .contacts .phone-open:before {
    font-size: 12px;
    padding-right: 5px;
  }

  .d7 input {
    width: 145px;
    height: 22px;
  }

  .d7 input::placeholder {
    font-size: 12px;
    line-height: 18px;
  }

  .d7 button {
    width: 35px;
    height: 100%;
  }

  .d7 button:before {
    font-size: 11px;
    font-size: 11px;
    position: absolute;
    top: 4px;
    color: rgb(255 255 255 / 50%);
  }

  .d7 input:focus {
    width: 180px;
  }

  /* header .flags {
			margin-left: 0px;
	} */
  header .flags img {
    max-width: 22px;
  }

  header .contacts .phone-open:after,
  header .flags:after {
    font-size: 5px;
    padding-left: 4px;
  }

  /* Шапка */
  footer .logo {
    padding-left: 20px;
  }

  footer .soc {
    justify-content: space-evenly !important;
    margin: 20px 0;
    padding-left: 20px;
  }

  footer .contacts {
    padding-left: 20px;
  }

  footer .offices-mob .mob-menu {
    border: none;
  }

  footer .offices-mob {
    padding: 0 20px;
  }

  footer .offices-mob .mob-menu li a {
    font-size: 13px;
    line-height: 19px;
  }

  footer .offices-mob .mob-menu .sub-menu-mob {
    padding-left: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  footer .offices-mob .mob-menu .sub-menu-mob p {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0em;
    text-align: left;
    color: var(--theme-grey-dark);
  }

  footer .copyright p {
    font-size: 9px;
    line-height: 19px;
    text-align: left;
  }

  footer .copyright {
    padding-left: 20px;
  }

  footer .offices-mob .mob-menu li a {
    padding: 5px 0 5px 0px;
  }

  #trade
    .col-md-6.col-lg-5.text-center.d-flex.align-items-center.justify-content-center {
    margin-top: 20px;
    justify-content: flex-start !important;
  }

  /* Страница Фильтры */
  #partners .col-12 {
    padding: 0 40px;
  }

  #partners .owl-next img {
    right: -20px;
  }

  #partners .owl-prev img {
    left: -20px;
  }

  #trade .row > * {
    padding-right: 20px;
    padding-left: 20px;
  }

  #trade .owl-trade {
    margin-top: 20px;
  }

  .listing-item-buttons {
    flex-wrap: wrap;
  }

  .listing-item-buttons .d-flex.align-items-center {
    flex-wrap: wrap;
    margin: 0;
  }

  #listing .listing-item {
    padding: 30px 30px 30px 20px;
  }

  .order-term {
    justify-content: center;
  }

  footer .zero_f {
    display: block;
  }

  footer .logo {
    margin-right: auto;
    margin-bottom: 15px;
  }

  .footer-menu-2 {
    margin-bottom: 0px;
  }

  /* Страница Фильтры */
}

@media (max-width: 766px) {
  .mobile_none {
    display: none;
  }
}

.picture-ho {
  width: 100%;
  /* height:926px; */
  height: 600px;
  background: url(bg-picture.jpg) center no-repeat #343a42;
}

.picture-ho > span,
.picture-in > span {
  display: block;
  left: 50%;
  /* margin:120px 0 0 -470px; */
  margin: 100px 0 0 -425px;
  float: left;
  position: relative;
  /* ;background:transparent url(bg-link.png) top left no-repeat */
}

.picture-in {
  width: 100%;
  height: 330px;
  background: url(../img/bg-picture.jpg) center -254px no-repeat #343a42;
}

.picture-in > span {
  margin: 85px 0 0 -425px;
}

.num_footer a {
  color: var(--theme-grey-dark);
}

.content #similar .owl-stage-outer .owl-item,
.content #aksessuary .owl-stage-outer .owl-item {
  /* box-shadow: 0px 0px 9px rgb(0 0 0 / 15%); */
  border-radius: 7px;
  box-sizing: content-box;
}

.owl-stage-outer .owl-stage {
  padding: 10px 0;
}

header .contacts a:hover,
footer .contacts a:hover,
.num_footer a:hover {
  text-decoration: underline;
  color: var(--theme-grey-dark);
}

.owl-carousel .owl-stage {
  display: flex;
  flex-direction: row;
}

@media (max-width: 1224px) {
  .news_item {
    flex-direction: column-reverse;
  }
}

.filter-tab {
  margin-top: 20px;
}

/* Max-width 320px */

@media (max-width: 320px) {
  .header_about p {
    font-size: 12 !important;
  }

  .catalog_devices_maintext,
  .about_maintext {
    font-size: 14px !important;
    line-height: 23px !important;
  }

  #listing.product-page h1 {
    font-size: 16px !important;
    line-height: 18px !important;
  }

  #listing.product-page .bread-crumbs p,
  #listing.product-page .bread-crumbs a,
  #listing.product-page .bread-crumbs span {
    font-size: 10px !important;
  }

  .item-page div h2 {
    font-size: 22px !important;
  }

  header nav ul li .sub-menu a {
    font-size: 12px !important;
  }

  .entry-header h2.entry-title {
    font-size: 18px;
  }
}

/* Max-width 1200px and Min-width 320px */

@media (max-width: 1200px) and (min-width: 321px) {
  .item-page div h2 {
    font-size: calc(1.375rem + 8 * (100vw - 320px) / 880) !important;
  }

  .entry-header h2.entry-title {
    font-size: calc(1.125rem + 6 * (100vw - 320px) / 880) !important;
  }

  header nav ul li .sub-menu a {
    font-size: calc(0.75rem + 2 * (100vw - 320px) / 880) !important;
  }
}

/* Min-width 1200px */
.img_gal-caption {
  margin-top: 15px;
}

.child2 {
  max-width: 400px;
  width: 100%;
}

@media (min-width: 1201px) {
  .item-page div h2 {
    font-size: 30px !important;
  }

  header nav ul li .sub-menu a {
    font-size: 14px !important;
  }

  .entry-header h2.entry-title {
    font-size: 24px;
  }

  .container_newmain.rowww2 {
    flex-wrap: nowrap;
  }

  .flex_card {
    -webkit-box-flex: 0;
    -webkit-flex: 0 23.5%;
    -ms-flex: 0 23.5%;
    flex: 0 23.5%;
    border-radius: 15px;
  }

  .img_gal-wr {
    height: 490px;
    margin: 0;
  }

  .img_gal {
    width: 100%;
  }

  .flex.dop_marg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 20px;
  }

  .child2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 36%;
    -ms-flex: 0 36%;
    flex: 0 36%;
  }

  .container .termodatchik {
    padding: 40px 100px 0;
  }

  .white2 .termodatchik {
    padding: 40px 40px 0;
  }

  .zakaz_card_text {
    font-size: 14px;
  }

  .flex.all_width {
    gap: 2%;
  }

  #listing.listing {
    padding-left: 140px;
    padding-right: 140px;
  }

  .flex_childdd {
    -webkit-box-flex: 0;
    -webkit-flex: 0 65%;
    -ms-flex: 0 65%;
    flex: 0 65%;
  }

  .div_imgg {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
  }
}

@media (min-width: 1400px) {
  .flex.dop_marg {
    gap: 50px;
    flex: 0 63%;
  }

  .container.rowww2 {
    justify-content: center;
    align-items: flex-start;
  }

  .child2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 28%;
    -ms-flex: 0 28%;
    flex: 0 28%;
  }
}

.open-filters-mob {
  display: none;
}

@media (max-width: 767px) {
  .open-filters-mob {
    display: block;
  }

  .filt-text {
    display: none;
    cursor: pointer;
    padding: 9px;
    background: #ebb10f;
    width: 300px;
    margin: auto;
    margin-top: 15px;
    background: linear-gradient(180deg, #b0daeb 0%, #4db7e3 100%);
    box-shadow: 0px 2px 0px #dfa400, inset 0px -1px 3px #ffcd40,
      inset 0px 5px 8px #ffd96e;
    border-radius: 5px;
    font-family: Gilroy;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
    letter-spacing: 0em;
    color: #654a00;
    padding: 15px 30px;
    outline: none;
    cursor: pointer;
    text-transform: uppercase;
  }

  form.searchandfilter {
    display: none;
  }
}

.wp-block-search__inside-wrapper {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

.wp-block-search__label {
  display: none !important;
}

.search-header {
  background: none !important;
  color: var(--theme-brown);
}

.search-header h1 {
  color: #2f3543 !important;
}

.not-fu-search {
  margin: 25px 0px;
}

.entry-summary .link-more {
  font-weight: 600;
  font-size: 16px;
  line-height: 41px;
  text-transform: uppercase;
  color: #ffffff;
  outline: none;
  border: none;
  cursor: pointer;
  background: linear-gradient(180deg, #66759a 0%, #414a60 100%);
  box-shadow: 0px 2px 0px #343e56, inset 0px -1px 3px #56668c,
    inset 0px 5px 8px #818ead;
  border-radius: 5px;
  width: 144px;
  height: 44px;
  margin: auto;
  margin-top: 30px;
}

.entry-summary .link-more a.more-link {
  color: #fff;
}

@media (max-width: 1024px) {
  #listing.product-page .bread-crumbs p,
  #listing.product-page .bread-crumbs a,
  #listing.product-page .bread-crumbs span {
    font-size: 12px;
  }

  #listing.product-page .bread-crumbs p,
  #listing.product-page .bread-crumbs a,
  #listing.product-page .bread-crumbs span {
    line-height: 10px !important;
  }

  #listing.product-page h1 {
    line-height: 22px !important;
    font-size: 16px !important;
  }

  #listing.product-page .listing-item p {
    /*        line-height: 23px;
			font-size: 12px;*/
  }

  .header_maintext {
    font-size: 20px !important;
    line-height: 20px !important;
  }

  .header_about p {
    font-size: 14px !important;
  }

  .catalog_devices_maintext,
  .about_maintext {
    font-size: 18px !important;
    line-height: 20px !important;
  }

  .bottom_maintext {
    font-size: 14px !important;
  }

  .bottom_contetn p {
    font-size: 12px !important;
  }
}

@media (max-width: 1224px) {
  .news_item_about {
    max-width: 100%;
  }
}

.breadcrumbs a:hover,
.bread-crumbs a:hover,
.owl-item.active:hover .owl-vendor_h3,
.main_text_about_news:hover a,
.content_ofice_list a:hover,
.owl-item.active:hover a,
.owl-item.active:hover .catalog_item_h3 {
  color: var(--theme-brown) !important;
}

/* .catalog_item:hover, .content #similar .owl-stage-outer .owl-item:hover, #aksessuary .owl-item:hover {
	border: 1px solid var(--theme-grey-dark);
} */

#listing .listing-item .listing-product-title:hover {
  color: var(--theme-grey-dark) !important;
}

a:hover {
  color: var(--theme-brown) !important;
}

.news_list_wrapper {
  /* padding-left: 50px;
	padding-right: 50px; */
}

.gallery-set .preview-image-product-owl {
  width: 100px !important;
}

.articleBody {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.catblock {
  padding: 15px 15px 15px 35px;
  font: 20px "Cuprum", sans-serif;
  margin: 20px 0;
  cursor: pointer;
  border: 1px solid #e2e2e2;
  background: url(../files//primdown_p.png) 15px center no-repeat #e2e2e2;
  text-transform: uppercase;
}

.block_sh img,
.prodblockfull img,
.prodblockitem img {
  float: left;
  margin: 0 20px 20px 0;
  width: 150px;
}

.block_sh span,
.prodblockfull span,
.prodblockitem span,
.block_sh strong,
.prodblockfull strong,
.prodblockitem strong {
  display: block;
  font: 18px "Cuprum";
  font-weight: normal;
  text-transform: uppercase;
  padding: 10px 0;
  font-weight: normal !important;
  color: #282828;
}

.catblock:hover {
  border: 1px solid #b1b1b1;
}

.catblock_title {
  margin: 0;
  font-size: 18px;
}

.block_sh {
  display: flex;
  position: relative;
  margin: 10px 0;
  border: 1px solid #b1b1b1;
  padding: 10px;
  overflow: hidden;
  text-decoration: none;
  font-weight: normal !important;
  font: 14px "Cuprum";
  font-weight: normal;
  font-weight: normal;
  color: #282828 !important;
  background: #eee;
}

@media (max-width: 600px) {
  .block_sh {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.prodblock {
  display: none;
}

/* .prodblock:hover{
	border: 1px solid #ffdcdc;
} */

.block_sh a:hover strong {
  color: var(--theme-grey-dark);
}

.catblock_title:hover {
  color: var(--theme-grey-dark);
}

.sub-menu li.menu-item-has-children .sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  left: 279px;
  top: 0px;
  transition: 0.3s linear;
  background: var(--theme-brown);
}

.sub-menu li.menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  left: 279px;
  top: 0px;
}

header ul li .sub-menu .menu-item-has-children a:after {
  content: "\f0d7" !important;
  font-family: FontAwesome;
  color: white !important;
  font-size: 10px !important;
  padding-left: 7px !important;
  display: inline-block;
  transform: rotate(270deg);
}

header ul li .sub-menu .menu-item-has-children .sub-menu a:after {
  content: none !important;
}

.display_none {
  display: none;
}

/* #menu-verhnee-menyu .sub-menu li .sub-menu {
			padding: 10px;
	} */

#menu-verhnee-menyu .sub-menu li .sub-menu li {
  border-bottom: 1px solid #b5aa9d47;
  padding: 0;
  border-left: 0;
  border-top: 0;
}

#menu-verhnee-menyu .sub-menu li .sub-menu li:hover {
  background: var(--theme-grey-light);
}

#menu-verhnee-menyu .sub-menu li .sub-menu li a {
  padding: 10px;
}

.sub-menu .menu-item:hover {
  background: var(--theme-grey-light);
}

.sub-menu a {
  text-transform: none;
}

#single-p {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.single-page {
  max-width: 770px;
  white-space: 100%;
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}

.single-page p {
  margin-bottom: 20px;
  width: 100%;
}

.single-page ul {
  margin-bottom: 20px;
}

.single-page ul li {
  font-weight: 500;
  font-family: "Gilroy", sans-serif;
  color: var(--theme-black);
  line-height: 22px;
}

.single-page ul li:before {
  content: "";
  color: var(--theme-grey-dark);
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--theme-grey-dark);
  border-radius: 100px;
  margin-right: 10px;
}

@media (max-width: 1024px) {
  .sin-page {
    font-size: 20px !important;
    line-height: 20px !important;
  }
}

/*исправление для - после переноса html поехали стили, пример /cleanroom/monitoring*/

.single-page .indcateg {
  min-height: 225px;
}

.single-page .indcateg .sblock2 {
  margin-top: 15px;
}

.single-page .indblock a,
.single-page .indcateg {
  width: 30%;
  float: left;
  margin-right: 3.333333%;
  margin-bottom: 60px;
  max-height: 225px;
}

.single-page .indblock img,
.single-page .indcateg img {
  width: 90%;
}

@media (max-width: 650px) {
  .single-page .indblock a {
    margin-bottom: 50px;
  }

  .single-page .indblock span {
    font-size: 14px;
    height: 65px;
    display: inline-block;
    overflow: hidden;
  }
}

@media (max-width: 560px) {
  .single-page .indcateg {
    width: 46%;
    float: left;
    margin-right: 2.44444%;
    margin-left: 1.55555%;
  }

  /* }

@media (max-width: 460px) { */
  .single-page .indblock a {
    margin-bottom: 40px;
  }

  .single-page .indblock span {
    font-size: 12px;
    height: 55px;
  }

  .single-page .indcateg .sblock2 {
    margin-top: 5px;
    font-size: 13px;
  }

  .listing-item-buttons .d-flex.align-items-center {
    width: 100%;
    margin-bottom: 20px;
    order: -1;
  }

  .listing-item-buttons .btn-2,
  .listing-item-buttons .btn-3 {
    margin-bottom: 10px;
  }
}

@media (max-width: 420px) {
  .single-page .indblock a {
    width: 46%;
    float: left;
    margin-right: 2.44444%;
    max-height: 225px;
    margin-left: 1.55555%;
  }

  .single-page .indblock span {
    font-size: 13px;
    height: 59px;
  }
}

@media (max-width: 350px) {
  .single-page .indblock span {
    font-size: 12px;
    height: 55px;
  }
}

#listing .listing-item-buttons .btn-3 {
  margin-right: 20px;
}

.sub_head_footer {
  color: var(--theme-brown);
  font-weight: 600;
  font-size: 15px;
  line-height: 130%;
  margin-bottom: 15px;
}

.footer-menu-2 li {
  margin: 8px 0;
}

.footer-menu-2 li a {
  color: var(--theme-grey-dark);
  font-size: 14px;
}

footer .btn-1 {
  margin-left: 0px;
}

@media (max-width: 767px) {
  .sub_head_footer {
    margin-bottom: 0;
  }

  footer .soc {
    order: 1;
  }

  footer .line-1 {
    margin-bottom: -10px;
  }
}

.d-flex .listing-product-title {
  -webkit-box-flex: 0;
  -webkit-flex: 0 91%;
  -ms-flex: 0 91%;
  flex: 0 91%;
}

.d-flex .child-8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 8%;
  -ms-flex: 0 8%;
  flex: 0 8%;
  text-align: right;
}

.d-flex .logo {
  width: 25px;
  height: 25px;
  padding: 0 !important;
}

/* 02.03.2023 */

.how-to-order {
  margin-bottom: 35px;
}

.datchik-main #listing .listing-item:first-child {
  margin-top: 0;
}

@media (max-width: 1399.98px) {
  .about_maintext.upper.center {
    font-size: 28px;
    line-height: 1.1;
    margin-bottom: 5px;
  }
}

@media (max-width: 1199.98px) {
  .about_maintext.upper.center {
    margin-bottom: 5px;
  }

  .datchik-main,
  .qq_otvet-body,
  .datchik-main .addres,
  .datchik-main #listing .listing-item p {
    font-size: 14px;
  }

  .obsh_div_link {
    margin-bottom: 40px;
  }

  .above_con {
    padding: 30px 20px;
    margin: 0;
  }

  .img_element-wr {
    width: 220px;
    margin-right: 50px;
  }

  .img_element-wr img {
    display: block;
    margin-bottom: 20px;
  }

  .elementy__item {
    gap: 0;
  }

  .flex.up {
    margin-bottom: 30px;
  }

  .img_gal-wr {
    height: 350px;
  }

  .podzag,
  .number_text,
  .qq_vopros,
  .head_elenet {
    font-size: 15px;
  }

  .line_all {
    margin-bottom: 25px;
  }

  .div_srok {
    margin-top: 20px;
  }

  .qq_open {
    width: 40px;
    height: 40px;
  }

  .dd_open_2 {
    height: 25px;
  }

  .div-block {
    width: 25px;
  }

  .div_srok .flex {
    gap: 0;
  }
}

@media (max-width: 767.98px) {
  .zakaz_card_head {
    margin-bottom: 10px;
  }

  .about_abouttext {
    font-size: 13px;
    margin-top: -5px;
  }
}

@media (max-width: 575.98px) {
  .srok_text {
    padding: 0 10px;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }

  .white2 {
    padding: 40px 20px;
  }

  .img_gal-wr {
    height: auto;
  }

  .how-to-order,
  .white2 .podzag,
  .podzag.qq {
    margin-bottom: 20px;
  }

  #listing .listing-item:first-of-type {
    margin-top: 0;
  }
}

/* 09.03.2023 */
.monitoring-main,
.inner-page {
  font-size: 0.875rem;
}

.monitoring__title,
.sect__title {
  font-family: "Cuprum", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.125rem;
  color: var(--theme-brown);
  text-align: center;
  margin-bottom: 5px;
}

.monitoring__subtitle,
.sect__subtitle {
  text-align: center;
  font-size: 1rem;
  margin-bottom: 30px;
  line-height: 1.2;
  font-weight: 500;
}

@media (min-width: 1200px) {
  .monitoring-main,
  .inner-page {
    font-size: 1rem;
  }

  .monitoring__title,
  .sect__title {
    font-size: 1.75rem;
  }

  .monitoring__subtitle,
  .sect__subtitle {
    font-size: 1.1875rem;
  }
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

@media screen and (max-width: 767.99px) {
  .pt-60 {
    padding-top: 45px !important;
  }

  .pb-60 {
    padding-bottom: 45px !important;
  }

  .monitoring__subtitle,
  .sect__subtitle {
    margin-bottom: 20px;
  }
}

.adv__item {
  position: relative;
  padding: 20px 10px;
  background: white;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.adv__icon {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
}

.adv__title {
  font-size: inherit;
  padding-right: 70px;
}

.editor-cont > * {
  margin: 15px auto;
  color: var(--theme-black);
  font-weight: 500;
  line-height: 1.2;
}

.editor-cont > *:last-child {
  margin-bottom: 0;
}

.editor-cont > *:first-child {
  margin-top: 0;
}

.editor-cont ul,
.editor-cont ol {
  padding-left: 2rem;
}

.editor-cont ul li:before {
  content: "";
  color: var(--theme-grey-dark);
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: var(--theme-grey-dark);
  border-radius: 100px;
  margin-right: 10px;
}

.editor-cont ol {
  list-style-position: inside;
}

.about__inner {
  border: 3px solid var(--theme-grey-dark);
  padding: 20px;
}

.workers__item {
  margin-bottom: 0;
}

.workers__item .figure-caption {
  font-size: 1em;
}

.figure-caption {
  word-break: break-word;
  line-height: 1.2;
  color: inherit;
}

.workers__name {
  font-weight: bold;
  font-size: inherit;
}

.workers__position {
  font-size: 0.95em;
}

.white-bg {
  background: #ffffff;
}

.devices__item {
  max-width: 169px;
  width: 100%;
  height: 169px;
  padding: 10px;
}

.monitoring-main a {
  transition: color 0.3s;
}

.monitoring-main a:hover {
  color: var(--theme-grey-dark);
}

.devices__link {
  text-align: center;
  color: inherit;
}

.elementy.padd .div_srok:first-of-type {
  margin-top: 0;
}

.makers___item {
  padding: 15px;
  text-align: center;
  height: 100%;
}

.makers__name {
  font-size: 1em;
  margin-bottom: 25px;
}

.makers__img {
  width: 200px;
  height: 100px;
  margin-bottom: 30px;
}

.makers__cont {
  margin-bottom: 20px;
  font-size: 13px;
}

.makers__link {
  color: var(--theme-black);
  margin-top: auto;
  font-weight: 600;
}

.software__wrapper {
  padding: 30px 0;
}

.sroki__cont {
  max-width: 970px;
}

.blogging__img {
  width: 100%;
  height: 290px;
}

.blogging__body {
  padding: 15px 20px 30px;
  font-size: 14px;
}

.blogging__heading {
  font-size: 20px;
  line-height: 23px;
  font-family: "Cuprum", sans-serif;
}

@media (min-width: 768px) {
  .software__wrapper {
    padding: 30px;
  }
}

@media (min-width: 1200px) {
  .software__wrapper {
    padding: 30px 100px;
  }
}

@media screen and (max-width: 767.99px) {
  .elementy__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 575.98px) {
  .blogging__img {
    height: 240px;
  }
}

.page-template-monitoring .header_bottom {
  margin-bottom: 0;
}

/* 30.03.2023 */
.sr-only,
.bread-crumbs > span[typeof="ListItem"]:last-child,
.bread-crumbs > .divider:nth-last-child(2) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

#listing .bread-crumbs span.breadcrumb_last {
  font-size: 0;
  line-height: 0;
  padding: 0;
  position: relative;
}

.breadcrumb_last::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: white;
  position: absolute;
  left: -12px;
  top: -15px;
}

.popup_galery {
  height: 100%;
  max-height: 85vh;
}

.popup_galery img {
  height: 100%;
}

#listing.product-page .owl-gallery .right {
  top: 0 !important;
}

.owl-gallery .owl-next img {
  right: -18px !important;
}

.owl-gallery .owl-prev img {
  left: -18px !important;
}

/* 01.04.2023 */
.wp-caption {
  margin: 1em auto;
  width: 100% !important;
}

/* 04.04.2023 */
.company_catalog__btn {
  border: 1px solid #a9a9a9;
}

.company_catalog__list .modal_catalog_list__item a {
  max-width: unset;
  padding: 0 10px;
}

.comapny_cat_list .modal_popular_list__item {
  cursor: pointer;
  border: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
  color: inherit !important;
}

.modal_popular_list__item.active-item {
  background: var(--theme-brown);
  color: #ffffff !important;
}

.company_catalog__list {
  position: relative;
}

.company_catalog__list.loading::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: rgb(255 255 255 / 60%);
}

@media screen and (max-width: 767.99px) {
  .popup_galery {
    height: 57%;
  }
}

/* 11.04.2023 */
.sticky_flex .menu li a[href]:hover {
  color: #7f93ff;
}

.post-thumbnail {
  max-width: 200px;
  min-width: 150px;
  line-height: 0;
  max-height: 200px;
}

.post-thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

#primary #main .status-publish {
  gap: 15px;
}

#primary #main .status-publish .entry-title {
  margin-top: 0;
}

.article__right {
  text-align: left !important;
}

.manufacturer_wrapper h2 {
  font-size: 1.7rem;
  margin-bottom: 20px;
  text-align: left;
  width: 100%;
}

@media (max-width: 767px) {
  .article__right {
    text-align: center !important;
  }

  .post-thumbnail {
    max-height: 250px;
  }
}

#listing.product-page .termo > .row.listing-item {
  box-shadow: none;
  margin-bottom: 0;
  border: unset;
}

.show_more_cats {
  line-height: 0.5;
  width: 60px;
  text-align: center;
  letter-spacing: 2px;
  font-size: 25px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  padding: 10px 15px;
  background: #f0f0f0;
  border-radius: 47px;
  border: 0;
  cursor: pointer;
  min-height: 44px;
}

/* 18.07.2023 */
.menu-item-8456 .sub-menu,
.menu-item-20884 .sub-menu,
.menu-item-8454 .sub-menu,
.menu-item-20930 .sub-menu {
  max-width: 500px;
}

.menu-item-8456 .sub-menu .menu-item,
.menu-item-20884 .sub-menu .menu-item,
.menu-item-8454 .sub-menu .menu-item,
.menu-item-20930 .sub-menu .menu-item {
  width: 50%;
}

@media (max-width: 992px) {
  .sf-label-checkbox p,
  #listing .filter-form .sub-filter li a {
    font-size: 12px;
  }
}

/* 11.08.2023 */
.how-to-use-termo img {
  max-width: 100%;
}

.--aks table img {
	width: 130px;
	height: 130px;
	object-fit: cover;
}
.--aks table td:first-child {
	width: 151px;
}

@media (max-width: 1200px) {
	.--aks table img {
		width: 82px;
		height: 82px;
	}
	.--aks table td:first-child {
		width: 102px;
	}
}

@media (max-width: 992px) {
	#listing.product-page .--aks table img {
		width: 52px;
		height: 52px;
	}
	#listing.product-page .--aks table td:first-child {
		width: 72px;
	}
}

@media (max-width: 768px) {
	#listing.product-page .--aks table img {
		width: 52px;
		height: 52px;
	}
	#listing.product-page .--aks table td:first-child {
		width: 72px;
	}
	#listing.product-page .--aks table th {
		width: auto;
	}
	#listing.product-page .--aks table {
		min-width: 500px;
	}
	#listing.product-page .--aks table th:first-child {
		width: 72px
	}
	#listing.product-page .--aks table tr td:last-child {
		width: auto;
	}
	#listing.product-page .--aks table tbody {
		display: table-caption;
	}
	#listing.product-page .--aks table tbody tr td:nth-child(2) {
		width: fit-content;
	}
}
