.route_on_car,
.route_on_walk {
  display: flex;
  flex-direction: column;
}

.list_image {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  align-items: flex-start;
}

.route_on_car_main,
.route_on_walk_main {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme-brown);
  margin-bottom: 20px;
}

.route_on_car_about,
.route_on_walk_about {
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--theme-black);
  margin-bottom: 20px;
}

.popup_office {
  position: fixed;
  padding: 20px 40px 20px 40px;
  width: 100%;
  max-width: 710px;
  max-height: 80%;
  background: white;
  box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  overflow-y: scroll;
  z-index: 100;
  display: none;
}

.popup_office_wrapper {
  z-index: 10;
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  transition: 0.2s all;
  display: none;
}

.office_otdel {
  flex-direction: column;
}

.content_ofice_item_about_urdata {
  max-width: 100%;
}

.content_ofice_item_about_urdata .content_ofice_item_about_adres {
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

#listing {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content_ofice_item {
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.content_ofice_item_map {
  width: 100%;
  max-width: 500px;
}

.row {
  flex-wrap: wrap;
}

@keyframes animate {
  0% {
    top: calc(50% - 2px);
    left: -100%;
    height: 4px;
    z-index: 1;
  }

  50% {
    top: calc(50% - 2px);
    left: 0;
    height: 4px;
    z-index: 1;
  }

  100% {
    top: 0;
    left: 0;
    height: 100%;
    z-index: -1;
  }
}

@media screen and (max-width: 1250px) {
  .indmenu {
    width: 100%;
  }

  .indmenu div {
    position: absolute;
    top: 70px;
    left: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .zag {
    margin: -90px 0;
  }
}

@media screen and (max-width: 650px) {
  .formResponsive .formHorizontal .rsform-block {
    float: none;
    width: auto;
    padding-top: 0;
    text-align: left;
  }

  .formResponsive .formHorizontal .formControls {
    margin-left: 0;
  }
}

@media screen and (max-width: 968px) {
  .tel_right {
    position: relative;
    top: unset;
    right: unset;
    margin: 49px auto 20px auto;
    text-align: center;
  }
}

#pgbTabPosts div:last-child {
  display: none;
}

.tabbable .nav {
  display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  z-index: 10;
  overflow: hidden;
}

.btn-group-vertical > .btn-group:after,
.btn-group-vertical > .btn-group:before,
.btn-toolbar:after,
.btn-toolbar:before,
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.dl-horizontal dd:after,
.dl-horizontal dd:before,
.form-horizontal .form-group:after,
.form-horizontal .form-group:before,
.modal-footer:after,
.modal-footer:before,
.modal-header:after,
.modal-header:before,
.nav:after,
.nav:before,
.navbar-collapse:after,
.navbar-collapse:before,
.navbar-header:after,
.navbar-header:before,
.navbar:after,
.navbar:before,
.pager:after,
.pager:before,
.panel-body:after,
.panel-body:before,
.row:after,
.row:before {
  display: table;
  content: " ";
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.tabbable .nav > li {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-tabs > li > a {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #fbfbfb;
  color: #c9c9c9;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  color: #3b3d40;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.tab-content > .active {
  display: block !important;
}

.tab-content > .tab-pane {
  display: none;
}

.tabbable {
  max-width: 1000px;
  margin: 0 auto 100px;
  padding-left: 1px;
  display: block;
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.25);
}

.pgb_font {
  font-size: 18px;
  text-align: center;
  font-weight: 700;
}

.element-invisible {
  font-size: 18px;
}

#jform_guestbook_username {
  text-align: center;
  outline: unset;
  border: 1px solid #fff;
  padding: 4px 0px;
}

.btn-toolbar .btn-group button {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px;
  background-color: #fbfbfb;
  color: #3b3d40;
  font-size: 14px;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid #f3f3f3;
  cursor: pointer;
  overflow: hidden;
  text-decoration: none;
  border: 1px solid transparent;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.control-group:first-child {
  border-top: 1px solid var(--theme-black);
  border-right: 1px solid var(--theme-black);
  width: max-content;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  padding: 5px;
}

.well.well-small.pgwell {
  border: 1px solid #eee;
  border-bottom: 1px solid #c5c5c5;
  padding: 20px 30px;
  position: relative;
}

.well.well-small.pgwell:hover {
  border: 1px solid #9b682d;
}

.pgtitle {
  display: inline-block;
  font-size: 18px;
  color: #9b682d;
  text-decoration: none;
  border-bottom: 1px dashed #9b682d;
  margin: 0;
}

.pgb-content-inside img {
  float: left;
}

small.pgb_thi_font {
  position: absolute;
  top: 20px;
  right: 40px;
  color: #fff;
  background: #828282;
  padding: 3px 10px;
}

.hr-condensed {
  border: transparent;
}

.pgb-content-inside p {
  background-color: transparent !important;
  margin: 5px 0 !important;
  text-align: left !important;
}

.btn-group:last-child {
  display: none;
}

/* Стили для аккардеона в TSI */
.ac-container {
  /* width: 600px;
margin: 30px auto 30px auto;
*/
  padding: 0px 1px 0px 1px;
  text-align: left;
  background: #eee;
}

.ac-container label {
  padding: 5px 20px;
  position: relative;
  z-index: 20;
  display: block;
  height: 30px;
  cursor: pointer;
  color: #777;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
  line-height: 33px;
  font-size: 17px;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(1%, #ffffff),
    color-stop(100%, #eaeaea)
  );
  background: -webkit-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  background: linear-gradient(top, #ffffff 1%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    1px 0px 0px 0px rgba(255, 255, 255, 0.9) inset,
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container label:hover {
  background: #fff;
}

.ac-container input:checked + label,
.ac-container input:checked + label:hover {
  background: #d0d8e8;
  color: #3d7489;
  text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3),
    0px 2px 2px rgba(0, 0, 0, 0.1);
}

.ac-container input {
  display: none;
}

.ac-container article {
  background: rgba(255, 255, 255, 0.5);
  margin-top: -1px;
  overflow: hidden;
  height: 0px;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}

.ac-container article p {
  color: #777;
  line-height: 23px;
  font-size: 14px;
  padding: 20px;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}

.ac-container input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  box-shadow: 0px 0px 0px 1px rgba(155, 155, 155, 0.3);
}

.ac-container input:checked ~ article.ac-small {
  height: auto;
}

.ac-container input:checked ~ article.ac-medium {
  height: 180px;
}

.ac-container input:checked ~ article.ac-large {
  height: 230px;
}

/* Стили для аккардеона в TSI */
/* Стили карточки товара счетчиков TSI*/
.counter_card {
  display: block;
  background-color: #d8d8d8;
  width: 360px;
  float: left;
  margin: 0px 0px 45px 0px;
  padding: 10px 20px 10px 20px;
}

.info_ccard {
  color: #b50a34;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.txt_ccard {
  color: #7b7b7b;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
}

.item-page ul {
  display: flow-root;
}

/* Стили карточки товара счетчиков TSI*/
/* Счетчики частиц TSI*/
.tnblock-img > img {
  cursor: pointer;
}

.tnblock {
  padding: 10px 0;
}

.tnblock-bold {
  font-weight: bold;
  font-size: 23px;
  position: relative;
  margin-top: 20px;
  padding-bottom: 20px;
  line-height: 110%;
}

.tnblock-bold:before {
  content: "";
  display: block;
  width: 30px;
  position: absolute;
  border: 7px solid #eaad00;
  top: -20px;
}

.tnblock-area {
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.tnblock-item {
  flex: 0 0 calc(50% - 20px);
}

.tnblock-item > img {
  height: 90px;
  margin-bottom: 5px;
}

.tnblock-title {
  color: #eaad00;
  font-size: 25px;
}

.tnblock-item > p {
  padding: 0 0 10px;
  margin: 0;
  font-size: 20px;
}

.tnblock-line {
  border: 2px solid #eaad00;
  margin: 10px 0 30px;
}

.tnblock-but {
  padding-bottom: 60px;
}

.tnblock-but > span {
  cursor: pointer;
  font-weight: bold;
  font-size: 25px;
  display: table;
  margin: 0 auto;
  background: #eaad00;
  padding: 15px 20px;
  border-radius: 30px;
}

.tnblock-but > span:hover {
  background: #ffca00;
}

.indblock-title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
}

@media (max-width: 1020px) {
  .tnblock {
    padding: 10px 15px;
  }
}

@media (max-width: 767px) {
  .tnblock-item {
    flex: 0 0 100%;
  }

  .tnblock-item {
    padding-top: 10px;
  }

  .tnblock-item:not(:first-child) {
    padding-top: 30px;
  }
}

.tnblock-form h2 {
  display: none;
}

.tnblock-form fieldset {
  width: auto;
}

.tnblock-form fieldset > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 10px 0 40px;
}

.tnblock-form fieldset > div .rsform-block {
  flex: 0 0 calc(50% - 20px);
  padding-bottom: 10px;
}

.tnblock-form fieldset > div .rsform-block-pdn,
.tnblock-form fieldset > div .rsform-block-send {
  flex: 0 0 100%;
  order: 1;
  text-align: center;
}

.tnblock-form fieldset [type="submit"] {
  background: #eaad00;
  border: 0;
}

.tnblock-form fieldset [type="submit"]:hover {
  background: #ffca00;
}

.tnblock-form fieldset .formControlLabel {
  font-size: 19px !important;
  font-weight: bold;
  text-transform: inherit;
}

.tnblock-form fieldset > div .rsform-block-pdn .formControlLabel {
  display: none;
}

@media (max-width: 767px) {
  .tnblock-form fieldset {
    margin: 10px 20px 0;
  }

  .content_ofice_item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    justify-content: flex-start;
  }
}

@media (max-width: 710px) {
  .tnblock-form fieldset > div .rsform-block {
    flex: 0 0 100%;
  }
}

/*Quiz-form*/
#quiz-1 {
  background: url(bg-form.png) 85% bottom no-repeat;
  height: auto;
}

.quiz-formwrap {
  display: none;
  position: relative;
  font-family: Cuprum, sans-serif;
  background: #f9f9f9;
  border: 1px solid #a51a17;
  box-sizing: border-box;
  padding: 26px 47px;
  color: #282828;
  max-width: 750px;
  height: 400px;
  transition: all 0.3s linear;
}

#quiz-2 {
  background: url(bg-form2.png) 85% bottom no-repeat;
}

.quiz-formwrap.active {
  display: block;
  transition: all 0.3s linear;
}

.quiz-thank {
  background: none;
  height: 400px;
}

.content__form {
  max-width: 370px;
}

.content__thank {
  max-width: 83%;
}

.form__title {
  font-size: 24px;
  line-height: 1.1;
  margin: 0 0 10px;
  text-align: left;
}

.form__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25;
  margin-bottom: 20px;
}

.form__title span {
  color: #a51a17;
}

.quiz-thank .form__title {
  margin-bottom: 24px;
}

.quiz__field {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 13px;
}

.quiz__mr {
  margin-right: 11px;
}

.quiz__self {
  display: flex;
  max-width: 340px;
}

.quiz-formwrap .quiz__self input {
  width: 100%;
}

.span-text {
  display: block;
  margin-bottom: 4px;
}

.quiz-formwrap input,
.quiz-formwrap textarea {
  display: inline-block;
  border: 1px solid #aeaeae;
  padding: 8px 16px;
  font-size: 14px;
  box-sizing: border-box;
  width: 232px;
}

.quiz-formwrap input:focus,
.quiz__textarea:focus {
  border: 1px solid #a51a17;
  outline: none;
}

.quiz__textarea {
  width: 232px;
  box-sizing: border-box;
  border-radius: 0px;
}

input._err,
textarea._err {
  box-shadow: 0 0 6px 0px #a51a17;
  border: 1px solid #a51a17;
}

#file-upload {
  display: none;
}

.text-upload {
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  line-height: 1.2;
  margin-bottom: 13px;
}

.text-upload:hover {
  text-decoration: underline;
  cursor: pointer;
}

.text-upload::before {
  content: "";
  background: url(paperclip.svg) center no-repeat;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 6px;
}

.form__info {
  position: absolute;
  top: 26px;
  right: 36px;
  text-align: right;
}

.form__info-title {
  font-weight: normal;
  font-size: 16px;
  line-height: 18px;
  border-bottom: 1px solid #a51a17;
  margin-bottom: 6px;
}

.form__info-subtitle {
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #929292;
}

.btn-form {
  border: 0;
  background: #a51a17;
  color: #fff;
  padding: 10px 37px;
  font-size: 14px;
  line-height: 1.2;
  cursor: pointer;
}

.btn-form:hover {
  background: #c1201c;
}

.file-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 14px;
}

.file-list li {
  font-size: 12px;
  margin-bottom: 6px;
}

.remove-list {
  margin-left: 10px;
  background: #a51a17;
  color: #fff;
  width: 15px;
  height: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  cursor: pointer;
}

.remove-list:hover {
  background: #c1201c;
}

@media (max-width: 768px) {
  .quiz-formwrap {
    background-size: 240px;
  }
}

@media (max-width: 700px) {
  .quiz-formwrap {
    background: url(bg-form.png) 100% bottom no-repeat;
    background-size: 230px;
  }
}

@media (max-width: 600px) {
  .quiz-formwrap {
    background: none;
  }

  .form__info {
    display: none;
  }
}

@media (max-width: 576px) {
  .content__form {
    max-width: 100%;
  }

  .quiz-formwrap {
    height: auto;
    min-height: 400px;
  }

  .quiz-formwrap input {
    width: 100%;
  }

  .quiz__textarea {
    width: 100%;
  }

  .quiz__self {
    display: block;
    max-width: 100%;
  }

  .quiz__mr {
    margin-right: 0;
  }
}

.indmenu ul {
  padding-left: 25px;
}

.span12 {
  overflow: hidden;
}

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

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;
}

.filt-text {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 10px;
}

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

h1,
h2,
h3,
h4 {
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  color: black;
}

.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: var(--theme-brown);
}

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

header .logo a,
footer .logo a {
  width: 100%;
  max-width: 122px;
}

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

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

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

.d7 input {
  width: 245px;
  height: 35px;
  padding-left: 15px;
  border-radius: 3px;
  border: 1px solid #ffffff;
  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: #ffffff80;
}

.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: #ffffff80;
}

.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: rgba(255, 255, 255, 0.5);
  font-size: 16px;
}

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

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: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 .contacts .phone-open.active:after,
header .flags.active:after {
  content: "\f0d8";
}

header .flags {
  cursor: pointer;
  margin-left: 10px;
  position: relative;
}

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;
  color: white;
}

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

.btn-1:hover {
}

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

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

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

/* .sub-menu{
background: #434B60;
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;
  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;
} */
header nav ul {
  display: flex;
  justify-content: space-between;
}

header nav ul li {
  border: 1px solid #434b60;
  flex-grow: 1;
}

header nav ul li.menu-item-has-children a:after {
  content: "\f0d7";
  font-family: FontAwesome;
  color: white;
  font-size: 10px;
  padding-left: 5px;
}

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 .sub-menu {
  max-width: 280px;
  margin-top: 0;
}

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: white;
  padding: 0;
}

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

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

.menu-item-has-children:hover .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: #434b60;
}

.mob-menu {
  background: #434b60;
  padding: 0 15px 0 5px;
  display: none;
}

.mob-menu li.menu-item-has-children {
  display: flex;
  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;
  display: block;
}

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

.mob-menu li.menu-item-has-children i {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0;
  color: var(--theme-brown);
}

.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-brown);
  padding-bottom: 60px;
  padding-top: 25px;
}

footer .soc {
  margin: 10px 0;
}

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

footer .line-1 {
  border-bottom: 1px solid #434b60;
  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: white;
  display: block;
  text-transform: uppercase;
}

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

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

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

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

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

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: #d0d5e2;
}

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: #d0d5e2;
  margin-bottom: 10px;
}

footer .copyright span,
footer .copyright a {
  color: white;
  text-decoration: underline;
}

footer .offices-mob .mob-menu {
  display: block;
  border: 1px solid #424b60;
  background: transparent;
  padding: 0;
}

footer .offices-mob .mob-menu li {
  border-bottom: 1px solid #424b60;
}

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;
}

.entry-header {
  background: none;
}

/* Страница фильтр */
#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 h2 {
  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-brown);
  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-brown);
  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 {
  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: #654a00;
  padding: 18px 40px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.btn-2:hover {
  background: var(--theme-brown);
  border-radius: 5px;
}

.btn-2:active {
  background: linear-gradient(180deg, #b0daeb 0%, #4db7e3 100%);
  border-radius: 5px;
}

#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;
}

#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-brown);
  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: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-brown);
}

#listing .bread-crumbs a:hover {
  color: #ffcd3d !important;
}

#listing h1 {
  font-family: "Cuprum", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: 35px;
  letter-spacing: 0em;
  color: black;
  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: 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: white;
  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: #9f9f9f;
  margin-top: 0;
  padding: 10px 15px 10px 40px;
  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 #ffffff;
  cursor: pointer;
}

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

#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-brown);
}

.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: #2f3543 !important;
  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-submit input[type="submit"] {
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	color: #654A00;
	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;
	padding: 12px 20px;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	width: 135px;
}

.searchandfilter .filter-field.sf-field-submit input[type="submit"]:hover {
	background: linear-gradient(180deg, #FFE18E 0%, #FFCB3B 100%);
	box-shadow: 0px 2px 0px #DFA400, inset 0px -1px 3px #FFCD40, inset 0px 5px 8px #FFD96E;
	border-radius: 5px;
}

.searchandfilter .filter-field.sf-field-submit input[type="submit"]:active {
	background: linear-gradient(180deg, #b0daeb 0%, #4db7e3 100%);
	border-radius: 5px;
} */

/* .searchandfilter .filter-field.sf-field-reset {
	border-radius: 0px 0px 5px 5px;
	padding-bottom: 20px !important;
	text-align: center;
} */
/* 
.searchandfilter .filter-field.sf-field-reset input[type="submit"] {
	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;
	font-family: Gilroy;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 19px;
	letter-spacing: 0em;
	text-align: left;
	padding: 12px 20px;
	border: none;
	outline: none;
	cursor: pointer;
	text-transform: uppercase;
	color: white;
	width: 135px;
	margin-bottom: 15px;
}

.searchandfilter .filter-field.sf-field-reset input[type="submit"]:hover {
	background: linear-gradient(180deg, #879BCC 0%, #5A6682 100%);
	box-shadow: 0px 2px 0px #343E56, inset 0px -1px 3px #56668C, inset 0px 5px 8px #818EAD;
	border-radius: 5px;
}

.searchandfilter .filter-field.sf-field-reset input[type="submit"]:active {
	background: linear-gradient(180deg, #66759A 0%, #414A60 100%);
	border-radius: 5px;
} */

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

.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-brown);
}

.sf-label-checkbox p {
  color: white;
  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: 20px;
  color: white;
  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-brown);
  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-brown);
}

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

.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: white;
  padding: 0 15px 20px;
  margin: 0;
}

.filter-tab a.benefit {
  color: #9f9f9f;
  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: #654a00;
}

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

.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: 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-brown);
}

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

#listing .listing-item {
  background: white;
  border-radius: 5px;
  padding: 30px 30px 30px 20px;
  margin: 40px 0;
}

#listing .listing-item .mini-product-link a {
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: center;
  color: black;
  margin-top: 0;
  margin-bottom: 15px;
  display: block;
}

#listing .listing-item p.manufacturer {
  font-family: Gilroy;
  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;
}

#listing .listing-item p.price-text {
  color: black;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-transform: uppercase;
}

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

#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: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: var(--theme-black);
  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-brown);
  padding-left: 25px;
}

#listing .listing-toggle .toggle-text ul li {
  color: 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: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  color: white;
}

.btn-3:hover {
  background: var(--theme-brown);
  border: 1 px solid var(--theme-brown);
  border-radius: 5px;
}

.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;
}

/* Страница фильтр */
@media (max-width: 1400px) {
  #listing .filter-form .filter-head,
  .searchandfilter ul li p.filter-field-head {
    font-size: 14px;
  }
}

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

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

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

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

  #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 .mini-product-link a {
    font-size: 10px;
  }
}

@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 {
    justify-content: flex-start !important;
    margin: 20px 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: flex-start;
  }

  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;
  }

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

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

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

  #trade h2 {
    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 {
    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: wrap;
    justify-content: flex-end;
    padding: 10px 0;
    padding-left: 25px;
    padding-right: 35px;
  }

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

  header .btn-1,
  footer .btn-1 {
    padding: 10px 25px;
  }

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

  /* Шапка */
}

@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;
  }

  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: #ffffff80;
  }

  /* Шапка */
  header .logo img,
  footer .logo img {
    max-width: 77px;
    height: auto;
  }

  header .logo p,
  footer .logo p {
    margin-left: 6px;
    font-size: 9px;
    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: 10px 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: 6px;
  }

  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: flex-start !important;
    margin: 10px 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: #d0d5e2;
  }

  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 auto;
    margin-top: 20px;
  }

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

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

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

@media (max-width: 576px) {
  .popup_office {
    padding: 10px;
    width: 80%;
  }

  .list_image {
    justify-content: center;
  }
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

body {
  font-family: Gilroy;
}

.contacts_content {
  max-width: 870px;
  width: 100%;
}

.content_ofice_item {
  max-width: 870px;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 35px;
  padding-bottom: 35px;
  background: #fff;
  box-shadow: 0 4px 35px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: nowrap;
}

.content_ofice_item_about {
  max-width: 220px;
}

.content_ofice_item_about_h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme-brown);
  margin: 0;
  margin-bottom: 20px;
}

.content_ofice_item_about_adres {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--theme-black);
  margin-bottom: 20px;
}

.content_ofice_item_about_email,
.content_ofice_item_about_phone {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

.content_ofice_item_about_button {
  outline: 0;
  border: none;
  width: 219px;
  height: 44px;
  background: linear-gradient(180deg, #66759a 0, #414a60 100%);
  box-shadow: 0 2px 0 #343e56, inset 0 -1px 3px #56668c, inset 0 5px 8px #818ead;
  border-radius: 5px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}

.content_ofice_item_map {
  min-width: 100px;
  flex-grow: 1;
}

.pictbw {
  /* background: #dfdfdf url(/wp-content/themes/olil2/files/bg_square.png); */
  background-color: #f7f7f7;
  height: 131px;
  position: relative;
  text-align: center;
  padding: 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.pictbw > span {
  background: url(/wp-content/themes/olil2/files/bg_jelezka.png) 50% top
    no-repeat;
  width: 100%;
  height: 131px;
  display: block;
  position: absolute;
  text-align: center;
  margin: 0 0 0 -328px;
}

.breadcrumbs {
  margit-top: 40px;
  font-size: 16px;
  position: absolute;
  width: 100%;
}

.itemh1 {
  margin: 0;
  padding: 20px 0;
  position: relative;
  z-index: 1;
}

.itemh1 h1,
.breadcrumbs > div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

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

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

.new_vacancy_about {
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--theme-black);
  margin-bottom: 20px;
}

.new_vacancy_list {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.new_vacancy_list__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.new_vacancy_list__item_header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-bottom: 20px;
  cursor: pointer;
}

.new_vacancy_list__item_button {
  width: 40px;
  min-width: 40px;
  height: 40px;
  background: #414a60;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  cursor: pointer;
}

.new_vacancy_list__item_maintext {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme-brown);
  text-transform: uppercase;
}

.new_vacancy_list__item_about {
  display: none;
}

.new_vacancy_weneed {
  width: 100%;
  text-align: left;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  /* identical to box height, or 150% */
  margin-bottom: 20px;
  color: var(--theme-black);
}

.arrow_vacancy {
  transition: 0.3s all ease-in;
}

.arrow_vacancy_reverse {
  transform: rotate(180deg);
}

.arrow_vacancy::before {
  color: var(--theme-brown);
  font-size: 1.5rem;
}

.vacansy_list_text {
  margin: 0;
  position: relative;
  padding-left: 15px;
}

.vacansy_list_text::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50px;
  background: var(--theme-brown);
  position: absolute;
  left: 0;
  top: 6px;
}

.wrapper {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: white;
}

.manufacturer_wrapper {
  box-sizing: border-box;
  max-width: 960px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 40px;
}

.manufacturer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.manufacturer_logo {
  max-width: 200px;
}

.manufacturer_logo_img {
  width: 100%;
}

.manufacturer_buttons {
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 50px;
}

.manufacturer_buttons_download {
  text-align: center;
  cursor: pointer;
  border: none;
  background: linear-gradient(180deg, #ffd151 0, #e9ad05 100%);
  box-shadow: 0 2px 0 #dfa400, inset 0 -1px 3px #ffcd40, inset 0 5px 8px #ffd96e;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #654a00;
  width: 220px;
  height: 44px;
  display: flex;
  outline: 0;
  align-items: center;
  justify-content: center;
}

.manufacturer_buttons_ask {
  cursor: pointer;
  border: none;
  outline: 0;
  background: linear-gradient(180deg, #66759a 0, #414a60 100%);
  box-shadow: 0 2px 0 #343e56, inset 0 -1px 3px #56668c, inset 0 5px 8px #818ead;
  border-radius: 5px;
  width: 182px;
  height: 44px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-transform: uppercase;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 767px) {
  .manufacturer_wrapper {
    padding: 40px 10px;
  }

  .manufacturer_wrapper p {
    width: unset !important;
  }
}

.modal_catalog_inner,
.modal_popular_inner {
  width: 100%;
}

.modal_catalog_list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
}

.modal_catalog_list__item {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 20px;
  padding-left: 35px;
  padding-right: 35px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}

.modal_catalog_list__item_text {
  margin-bottom: 15px;
}

.modal_catalog_list__item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme-brown);
  text-decoration: none;
  max-width: 100px;
}

.modal_catalog_list__item_img {
  width: 100%;
}

.modal_cert_list,
.modal_popular_list {
  margin-bottom: 50px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}

.modal_popular_list a {
  text-decoration: none;
  width: 100%;
}

.modal_popular_list__item {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 15px;
  padding-left: 15px;
  background: #f0f0f0;
  border-radius: 47px;
}

.modal_popular_list__item_text {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: var(--theme-black);
}

.modal_cert_list__item_img,
.modal_cert_list__item_img_zoom {
  height: 100%;
  max-height: 200px;
  cursor: pointer;
  max-width: 200px;
  object-fit: contain;
}

.modal_cert_list__item_img_zoom {
  transition: all 1s;
  position: absolute;
}

.modal_cert_list__item_img_zoom:hover {
  z-index: 500;
}

.modal_cert_list__item_img_zoom:target {
  max-height: 400px;
}

.modal_cert_list__item_img_zoom:focus {
  max-height: 400px;
}

.modal_cert_list__item_img_zoom:active {
  max-height: 400px;
}

.sticky_flex {
  position: sticky;
  top: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.sticky_flex::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.modal_cert_inner {
  width: 100%;
}

.modal_cert_list {
  justify-content: flex-start;
}

@media (max-width: 560px) {
  .manufacturer {
    flex-wrap: wrap;
  }

  .modal_cert_list__item_img {
    width: 100%;
  }
}

.galery_image {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
  margin-bottom: 40px;
}

.mini_image_galery {
  width: 165px;
  height: 110px;
  object-fit: contain;
}

.full_image_galery {
  width: 100%;
  height: 350px;
  object-fit: contain;
  margin-bottom: 20px;
}

.date_post {
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 21px;
  color: var(--theme-black);
}

.can_be_interes {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  text-decoration-line: underline;
  color: var(--theme-brown);
  margin-bottom: 10px;
}

.news_item_about {
  max-width: 400px;
  flex-shrink: 3;
  width: 100%;
}

.yellow_angle {
  color: var(--theme-brown);
}

.pagination_category .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_category .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

.pagination_category .page-numbers {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: var(--theme-black);
}

.pagination_category .current {
  width: 20px;
  height: 20px;
  background: var(--theme-brown);
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  appearance: auto;
}

#listing {
  background: white;
}

.news_item {
  background: #ffffff;
  box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 20px !important;
  padding-right: 20px !important;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  gap: 45px;
  margin-bottom: 30px;
}

.news_item_about_image {
  flex-grow: 1;
  max-width: 280px;
  max-height: 265px;
}

.news_item_about_image img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.news_item_about_button {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */
  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;
}

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

  .galery_image {
    justify-content: center;
    gap: 20px;
  }
}

.galery_image {
  cursor: pointer;
}

.news_item_about_text {
  margin-bottom: 20px;
}

.accessories-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.preview-image-product {
  object-fit: contain !important;
  width: 140px !important;
  height: 140px !important;
}

.preview-image-listing-product {
  object-fit: contain !important;
  width: 240px !important;
  height: 240px !important;
}

.popup_galery_wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1000000;
}

.popup_galery {
  max-width: 85%;
  -webkit-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  -moz-box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  box-shadow: 5px 5px 5px -5px rgba(34, 60, 80, 0.6);
  background: white;
  padding: 10px;
  border-radius: 10px;
}

.popup_galery img {
  max-width: 100%;
}

/*css для примера*/
.owl-nav {
  display: flex;
  width: 100%;
  height: 15px;
  padding: 15px 0;
}

.owl-nav div {
  width: 40px;
  height: 17px;
  text-align: center;
  background: #8bc34a;
  padding: 10px;
  color: white;
  text-transform: uppercase;
  margin: 1px;
}

/*css для примера*/
.owl-nav .disabled {
  display: none !important;
  /*Скрыть неактивную кнопку*/
}

#listing.product-page
  .listing-item
  .list-block
  div.accessories-container
  .owl-item
  .image-product-owl {
  object-fit: contain !important;
  width: 140px !important;
  height: 140px !important;
}

.dnd-upload-status .dnd-upload-details .remove-file span:after {
  background-image: url("/wp-content/themes/olil2/images/Vector.svg");
}

.name span {
  padding-left: 3px;
  margin-bottom: 10px;
  color: var(--theme-black);
  font-weight: 600;
  font-size: 14px;
}

.dnd-progress-bar,
.codedropz-upload-handler {
  display: none !important;
}

.dnd-upload-details em {
  display: none;
}

.dnd-upload-status .dnd-upload-details {
  padding-left: 0px;
}

.dnd-upload-image {
  display: none;
}

.codedropz-upload-handler {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

#accept_box,
.accept,
.accept_commerce,
[data-name="accept"],
[data-name="accept_commerce"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accept_box_true {
  position: relative;
  user-select: none;
  padding-left: 25px;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  width: 100%;
  color: var(--theme-black);
}

.accept_box_true a {
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  color: var(--theme-black);
  text-decoration: underline;
}

.accept_box_true:before {
  content: "";
  position: absolute;
  width: 16px;
  left: 0;
  height: 16px;
  border: 1px solid var(--theme-black);
  border-radius: 3px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}

.check_true:before {
  background-image: url("/wp-content/themes/olil2/images/coolicon.svg");
}

.exit_callback {
  position: absolute;
  right: 13px;
  top: 18px;
  height: 22px;
  width: 22px;
  background: url("/wp-content/themes/olil2/images/exit.svg");
  background-size: 100%;
  cursor: pointer;
}

.exit_callback:hover {
  background: url("/wp-content/themes/olil2/images/exit-fox.svg");
  position: absolute;
  right: 13px;
  top: 18px;
  height: 22px;
  width: 22px;
  background-size: 100%;
  cursor: pointer;
}

.popup_contact_exit .fa:hover {
  color: var(--theme-brown);
}

.mb20 {
  margin-bottom: 20px;
}

.custom_file {
  height: 32px;
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 7px;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  color: var(--theme-black);
  border: 1px solid var(--theme-grey-dark);
  border-radius: 5px;
  position: relative;
}

.custom_file:after {
  content: "";
  background-image: url("/wp-content/themes/olil2/images/Path.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  background-position: center center;
  position: absolute;
  right: 10px;
}

.popup_callback_inputboxs {
  width: 100%;
}

.custom-checkbox,
#files,
#files_2 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.popup_callback_submit {
  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: 10px 40px;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
}

.popup_callback_submit:hover {
  background: var(--theme-brown);
  border-radius: 5px;
}

.popup_callback_submit:active {
  background: linear-gradient(180deg, #b0daeb 0%, #4db7e3 100%);
  border-radius: 5px;
}

.popup_callback_wrapper {
  width: 100%;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  align-items: center;
  z-index: 100000;
}

.popup_callback_call {
  max-width: 450px;
  position: relative;
  padding: 30px 30px 10px 30px;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: scroll;
  max-height: 100vh;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.popup_callback_call::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.popup_callback_call div {
  max-width: 350px;
}

.popup_callback_main {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
  color: var(--theme-brown);
}

.popup_callback_inputbox,
.popup_callback_inputbox_textarea {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;
  text-align: left;
  width: 100%;
  margin-bottom: 20px;
}

.popup_callback_inputbox input {
  width: 100%;
  outline: none;
  border: none;
  border: 1px solid var(--theme-grey-dark);
  border-radius: 5px;
  height: 32px;
  padding: 5px;
}

.popup_callback_inputbox input:focus {
  border: 1px solid var(--theme-brown);
}

.popup_callback_inputbox_textarea textarea:focus {
  border: 1px solid var(--theme-brown);
}

.popup_callback_inputbox,
.popup_callback_inputbox_textarea label {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 0.04em;
  color: var(--theme-black);
}

.popup_callback_inputbox_textarea textarea {
  width: 100%;
  height: 80px;
  outline: none;
  border: none;
  border: 1px solid var(--theme-grey-dark);
  border-radius: 5px;
  resize: none;
  padding: 5px;
}

@media (max-width: 1400px) {
  .popup_callback_call {
    max-width: 400px;
    padding: 25px 30px;
  }

  .popup_callback_main {
    font-size: 19px;
    line-height: 24px;
    width: 100%;
    margin-bottom: 10px;
  }

  .mb20 {
    margin-bottom: 10px;
  }

  .popup_callback_inputbox,
  .popup_callback_inputbox_textarea {
    gap: 10px;
    margin-bottom: 20px;
  }

  .popup_callback_inputbox input {
    height: 24px;
  }

  .popup_callback_submit {
    width: 105px;
    height: 30px;
    padding: 5px;
    text-align: center;
  }
}

.show_price {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-left: 5px;
}

.hidden_info {
  position: absolute;
  right: 0;
  max-width: 270px;
  background: white;
  z-index: 2;
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-black);
  line-height: 20px;
  box-shadow: 1px 4px 14px 1px rgba(0, 0, 0, 0.08);
  border-radius: 5px;
  padding: 10px;
  top: -135px;
  right: -88px;
  opacity: 0;
  transition: all 0.3s;
  text-transform: none;
}

@media (max-width: 576px) {
  .box {
    flex-direction: column;
  }

  .hidden_info {
    top: auto;
    bottom: 100%;
    left: 0;
    right: -122px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

#listing .box .preview-image-product {
  width: 100% !important;
  max-height: 200px;
  height: 100% !important;
}

.box {
  display: flex;
  margin-bottom: 30px;
  gap: 30px;
}

#listing.product-page
  .listing-item
  .list-block
  div.accessories-container
  .owl-item
  .preview-image-product-owl {
  height: 70px !important;
}

.popup_commerce_wrapper,
.popup_callback_wrapper {
  display: none;
}

#wpcf7-f5266-o1 .wpcf7-spinner {
  display: none;
}

#wpcf7-f5266-o1 .wpcf7-not-valid-tip {
  display: none;
}

.callback_button {
  cursor: pointer;
  background: transparent;
  outline: none;
  border: none;
  color: white;
  text-decoration: underline;
  font-size: 14px;
}

.row_callback_next {
  cursor: pointer;
  border-bottom: 1px solid;
  line-height: 18px;
}

.row_title {
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
}

.row_callback_input input {
  outline: none;
  border: none;
  background: #ffffff;
  border-radius: 5px;
  height: 30px;
}

.row_callback_input {
  display: flex;
  flex-direction: column;
}

.row_callback {
  gap: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 90%;
}

.outer {
  width: 200%;
  height: auto;
  display: inline-block;
}

.callbackform_wrapper {
  max-width: 100%;
  display: block;

  overflow: hidden;
}

.callbackform {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  /* identical to box height, or 157% */

  color: #ffffff;
  gap: 15px;

  float: left;
  background: #414a60;
  border-radius: 5px;
  height: 150px;

  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: all 1s;
}

.preview-image-product {
  width: 240px !important;
  height: 240px !important;
}

.content_ofice_item_about p,
.content_ofice_item_about_urdata p {
  margin-bottom: 20px;
}

.office_otdel {
  gap: 0px !important;
}

.pictbw span {
  margin: 0;
  left: -328px;
}

.breadcrumbs {
  position: relative;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}

.itemh1 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}

.itemh1 h1 {
  color: var(--theme-brown) !important;
}

.new_vacancy ul {
  margin-bottom: 20px;
}

.new_vacancy ul li {
  color: black;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: black;
  line-height: 22px;
}

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

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

.modal_cert_list__item_img {
  width: 100%;
  height: 100%;
}

.modal_cert_list div {
  width: 30%;
}

.modal_catalog_list__item_img {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

.modal_catalog_list {
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.modal_catalog_list__item {
  align-items: flex-start;
}

.modal_cert_list,
.modal_popular_list {
  justify-content: flex-start;
}

.modal_popular_list a {
  width: auto;
}

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

#listing ul {
  margin-bottom: 20px;
}

#listing ul li {
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: var(--theme-black);
  line-height: 22px;
  font-size: 14px;
}

#listing ul li:before {
}

.news_item_about ul {
  margin-bottom: 20px;
}

.news_item_about ul li {
  color: black;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: black;
  line-height: 22px;
}

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

.manufacturer_wrapper ul {
  margin-bottom: 20px;
}

.manufacturer_wrapper ul li {
  color: black;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: black;
  line-height: 22px;
}

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

.listing-item ul {
  margin-bottom: 20px;
}

.listing-item ul li {
  color: black;
  font-weight: 400;
  font-family: "Gilroy", sans-serif;
  color: black;
  line-height: 22px;
}

.listing-item 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;
}

.datchik-main ul {
  margin-bottom: 20px;
}

.datchik-main ul li {
  line-height: 22px;
  text-align: left !important;
}

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

.manufacturer_logo_img {
  width: 200px;
}

.image_popup_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
  z-index: 1000;
  background: var(--theme-black) ad;
}

.image_popup {
  margin: auto 0px;
}

.image_popup_wrapper img {
  width: 76%;
  max-width: 410px;
  margin: auto;
  display: block;
}

.date_info_news {
  font-weight: 500;
  font-size: 14px;
  color: var(--theme-black);
  margin-bottom: 6px;
}

.news_item_about_image div {
  background: gray;
  width: 100%;
  height: 100%;
}

.about_text_about_news {
  margin-bottom: 20px;
  font-size: 14px;
  сolor: var(--theme-black);
}

.main_text_about_news {
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: var(--theme-brown);
  line-height: 18px;
}

.news_item_about_text hr {
  background: var(--theme-brown);
  height: 1.5px;
  border: none;
  border-radius: 10px;
  margin-bottom: 20px;
}

.news_item_about {
  max-width: 400px;
  flex-shrink: 3;
}

.yellow_angle {
  color: var(--theme-brown);
}

.pagination_category .pagination {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_category .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 15px;
}

.pagination_category .page-numbers {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;

  color: var(--theme-black);
}

.pagination_category .current {
  width: 20px;
  height: 20px;
  background: var(--theme-brown);
  border-radius: 3px;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #ffffff;
  appearance: auto;
}

.listing-item .owl-similar img {
  object-fit: contain;
  width: 140px;
  height: 140px;
}

.zg_m {
  text-transform: uppercase;
  margin-bottom: 10px;
  text-align: left;
}

.text_tov {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
  color: var(--theme-black);
}

.h1_list_item {
  margin-bottom: 20px;
  font-family: "Gilroy", sans-serif;
  font-weight: 700;
  font-size: 20px !important;
  color: var(--theme-brown);
  line-height: 20px;
  color: #2f3543 !important;
}

#listing {
  background: white;
}

.news_item {
  background: #ffffff;
  /* box-shadow: 1px 4px 14px rgba(0, 0, 0, 0.08); */
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 70px;
  padding-right: 70px;
  padding-top: 35px;
  padding-bottom: 35px;
  gap: 45px;
  margin-bottom: 30px;
}

.news_item_about_image {
  flex-grow: 1;
  max-width: 280px;
  max-height: 265px;
}

.news_item_about_image img {
  height: 100%;
  width: 100%;
  border-radius: 5px;
}

.news_item_about_button {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  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;
}

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

.fog {
  display: none;
}

.tax_taxo_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  margin-top: 20px;
}

.taxonomy_list {
  color: var(--theme-brown);
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  border-bottom: 1px solid var(--theme-brown);
  line-height: 16px;
}

.taxonomy_list:hover {
  color: var(--theme-brown);
  border-bottom: 1px solid var(--theme-brown);
}

.wp-pagenavi .last {
  display: block !important;
  order: 1;
}

.wp-pagenavi .last,
.first {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: var(--theme-black);
  border: none;
  margin: 0 10px;
}

.wp-pagenavi .last:hover,
.first:hover {
  color: #ebae05;
}

.previouspostslink {
  order: -1;
}

.nextpostslink {
  order: 2;
}

#listing .listing-toggle .fog {
  box-shadow: none;
}

.row_callback_input input {
  width: 100%;
}

.toggle-text p {
  margin-bottom: 20px;
}

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

.sticky_flex form > ul {
  border: 1px solid var(--theme-grey-normal);
  border-radius: 5px;
}

.modal_catalog_list__item_img {
  object-fit: contain !important;
}

.modal_catalog_inner,
.manufacturer {
  margin-bottom: 50px;
}

.main_text_about_news a {
  color: #2f3543 !important;
}

.h2_similar {
  text-transform: uppercase;
  margin-bottom: 40px;
}

.filler_usl {
  width: 300px;
  height: 300px;
  background: white;
}

@media (max-width: 560px) {
  .callbackform_wrapper {
    display: none;
  }

  .filler_usl {
    display: none;
  }

  .image_popup {
    /* width: 75%; */
  }
}

.itemh1 h1,
.breadcrumbs > div {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

.itemh1 {
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 42px;
  /* identical to box height, or 140% */

  display: flex;
  align-items: center;
  text-align: center;
  text-transform: uppercase;

  color: var(--theme-brown);
}

.itemh1 h1 {
  font-size: 30px;
}

.breadcrumbs {
  padding-top: 32px;
  font-family: "Gilroy", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  /* identical to box height */

  color: var(--theme-black);
}

.breadcrumbs a {
  color: var(--theme-black);
}
.breadcrumbs a:hover {
  color: var(--theme-grey-dark) !important;
}

.attention_please {
  font-family: Cuprum, sans-serif;
  font-size: 14px;
}

@media (max-width: 1124px) {
  .content_ofice_item {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
  }

  .content_ofice_item_map {
    max-width: 100%;
  }
}

@media (max-width: 1400px) {
  .popup_callback_inputbox_textarea textarea::placeholder {
    font-size: 12px;
  }
}

@media (max-width: 769px) {
  #listing .bread-crumbs {
    margin-top: 20px;
  }

  .news_item_about {
    max-width: 460px !important;
  }
}

.listing-item:nth-child(2) {
  /* 	box-shadow: none !important;*/
}

.news_item_about_image img:hover {
  border: 2px solid var(--theme-brown);
}

#listing.product-page h1:hover {
  /* color: var(--theme-brown); */
}

.news_item_about_text .main_text_about_news:hover,
.manufacturer_buttons_ask:hover,
.row.also a:hover {
  color: #e9ad05 !important;
}

.search-submit:hover,
.d7 button:hover {
  cursor: pointer;
  color: rgb(233 173 5);
}

.manufacturer_buttons_download:hover {
  color: #fff !important;
}

@media (max-width: 769px) {
  .popup_callback_main {
    font-size: 17px;
  }

  .popup_callback_inputbox {
    font-size: 12px;
  }

  .popup_callback_inputbox,
  .popup_callback_inputbox_textarea {
    gap: 5px;
    margin-bottom: 10px;
  }
}

/* .sub-menu li.menu-item-type-post_type .sub-menu{
position: absolute;
visibility: hidden;
opacity: 0; 
left: -25px;
transform-origin: 0% 0%;
transform: rotateX(-90deg);
transition: .3s linear;
} */
/* .sub-menu li.menu-item-type-post_type:hover .sub-menu{
transform: rotateX(0deg);
position: relative;
visibility: visible;
opacity: 1;
left: -25px;
} */
#menu-verhnee-menyu .sub-menu li .sub-menu li {
  border-bottom: 1px solid #fff;
  padding-left: 17px;
}

.popup_callback_inputbox_textarea textarea::placeholder {
  font-size: 12px;
}

@media (max-width: 1400px) {
  .popup_callback_inputbox_textarea textarea::placeholder {
    font-size: 10px;
  }
}

/*Customization Vlad*/
.wpcf7-form-control-wrap {
  width: 100%;
}

.custom_file {
  padding-right: 30px;
}

.popup_callback_main {
  padding-right: 15px;
}

/*для разрешения ноутбуков с высотой 720*/
@media screen and (min-width: 769px) and (max-width: 1750px) and (max-height: 721px) {
  .popup_callback_call {
    max-width: 400px;
    padding: 15px 30px;
  }

  .popup_callback_inputbox,
  .popup_callback_inputbox_textarea {
    gap: 8px;
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 769px) {
  .popup_callback_inputbox_textarea textarea {
    height: 57px;
  }

  .popup_callback_inputbox,
  .popup_callback_inputbox_textarea label {
    font-size: 13px;
  }

  .custom_file {
    font-size: 11px;
  }

  .mb20 {
    margin-bottom: 20px;
  }

  .wpcf7-spinner {
    position: absolute;
  }

  .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 40px;
  }

  .wpcf7-spinner {
    right: 5px;
    bottom: 24px;
  }
}

@media screen and (max-width: 570px) {
  .popup_callback_call {
    max-width: 350px;
    padding: 20px 15px;
  }
}

@media screen and (max-width: 390px) {
  .popup_callback_call {
    max-width: 330px;
    padding: 10px 5px;
  }

  .popup_callback_main {
    font-size: 14px;
    line-height: 20px;
    padding-right: 39px;
  }
}
