* {
  scroll-behavior: smooth;
  box-sizing: border-box;
}
html,
body {
  padding: 0;
  margin: 0 auto;
  font-family: "Oswald Regular", Arial, Helvetica, sans-serif;
}

.page-template-template-katalog {
  height: 100%;
}

.page-template-template-katalog .footer {
  position: relative;
  width: 100%;
  bottom: 0;
  height: auto;
  font-size: 12px;
}

@font-face {
  font-family: "Oswald Bold";
  src: url("../fonts/Oswald-Bold.ttf");
  font-display: swap;
}
@font-face {
  font-family: "Oswald Regular";
  src: url("../fonts/Oswald-Regular.ttf");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Oswald-ExtraLight";
  src: url("../fonts/Oswald-ExtraLight.ttf");
  font-display: swap;
}

@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Scada:wght@400;700&display=swap");
img.custom-logo {
  z-index: 110;
}
.woocommerce .content-produc-img-cart,
.woocommerce-page .content-produc-img-cart {
  max-width: 150px;
  object-fit: contain;
}
.error404 header {
  position: relative;
}
.wrapper-404 h1 {
  text-align: center;
}
#breadcrumbs {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}
.single-product #breadcrumbs {
  padding-top: 110px;
}
#breadcrumbs a:hover {
  color: #df6a01;
  transition: 0.5s ease;
}
#breadcrumbs a {
  color: #5e6265;
  padding: 0 5px;
  transition: 0.5s ease;
}
#breadcrumbs span {
  color: #5e6265;
}
.bg-breadcrumbs {
  max-width: 1920px;
  padding: 5px 2vw;
  margin: 0 auto;
  font-weight: 300;
}
.woocommerce-breadcrumb {
  color: #df6a01 !important;
  padding: 0 2vw !important;
  max-width: 1920px;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
h1 {
  margin: 0;
  padding: 0;
  font-size: 10vw;
}
.hidden-body {
  overflow: hidden;
}
header {
  position: fixed;
  z-index: 10;
  background-color: #eeecec;
  max-width: 100%;
  width: 100%;
}
.page-header {
  position: relative;
  top: 100px;
  border-top: 2px solid #f28526;
}
.header-main {
  position: static;
  height: 76px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 2vw;
  z-index: 10;
  max-width: 1920px;
  left: 0;
  right: 0;
  top: 0;
  margin: 0 auto;
}
.bg-tier-wrap {
  position: relative;
  overflow: hidden;
}
nav {
  margin: 0 2vw;
  display: flex;
}
nav.pagination {
  display: flex;
  justify-content: center;
  margin: 2em 0 1em;
}

a.custom-logo-link {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-main_block {
  display: flex;
  gap: 55px;
  align-items: center;
}

.header-items-link {
  display: flex;
  gap: 35px;
}

.header-items-link a {
  font-size: 25px;
  color: #1a1e20;
  transition: 0.3s ease all;
}

.header-items-link a:hover {
  color: #f6720e;
}

header img {
  display: flex;
  height: 4em !important;
  width: auto !important;
  max-width: inherit !important;
  z-index: 110;
  position: relative;
}

.header-main nav#curtain {
  margin: 0;
}


/* ___________ПК меню__________ */

.pc-header-menu {
  position: fixed;
  left: -100%; /* Прячем меню за пределы экрана */
  top: 0;
  width: 500px;
  height: 100%;
  background-color: #fff;
  color: #333;
  transition: left 0.3s ease; /* Плавный переход */
  z-index: 1001; /* Убедитесь, что меню находится над остальными элементами */
  overflow-y: auto; /* Добавляем прокрутку, если содержимое превышает высоту экрана */
}

.pc-header-menu.open {
  left: 0; /* Меню появляется на экране */
}

.pc-header-menu .main-menu a {
  font-size: 21px;
}

.pc-header-menu .main-menu a:hover {
  color: #df6a01;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

.overlay.active {
  opacity: 1;
  visibility: visible;
}

.close-pc-menu {
  cursor: pointer;
  font-size: 38px;
  display: block;
  text-align: right;
  font-weight: 100;
  line-height: 0;;
}

.pc-header-menu.open ul#menu-main-menu-1 {
  flex-direction: column;
  align-items: start;
  padding: 20px 30px;
}

.pc-header-menu.open ul li {
  width: 100%;
  padding: 0;
}

.pc-header-menu.open ul li a {
  font-size: 24px;
  line-height: 1.3;
  padding: 8px 16px;
  transition: 0.3s ease all;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-align: start;
  color: #1a1e20;
}

.header-menu-pc-title {
  font-size: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  background-color: #f1f1f1;
}

.header-menu-pc-title span {
  padding-left: 18px;
}

.pc-header-menu.open ul#menu-main-menu-1  a {
  width: 100%;
}

.pc-header-menu.open ul#menu-main-menu-1 li.menu-item-has-children > a::after {
  content: '❯';
  margin-left: 10px;
  font-weight: 100;
}

.pc-header-menu .sub-menu {
  list-style: none;
  display: none;
  transform: translateX(-100%);
  transition: transform 0.3s ease;
  position: relative;
}

.pc-header-menu .sub-menu.active {
  display: block;
  
}

.header-menu-pc-title_block {
  display: flex;
  align-items: center;
}

span#removeMenu {
  cursor: pointer;
  padding-left: 8px;
}






ul#menu-main-menu {
  display: none;
}
.pc-header-menu ul#menu-main-menu{
  display: flex;
}
.main-menu {
  list-style-type: none;
  display: flex;
  align-items: center;
  text-align: center;
  margin: 0;
  padding: 0;
}
.main-menu .menu-item {
  position: relative;
  padding: 5px 10px;
}
#menu-main-menu .menu-item-type-post_type:first-child {
  padding-left: 0;
}
.main-menu a {
  display: flex;
  font-size: 14px;
  color: #1a1e20;
  text-transform: uppercase;
  align-items: center;
  transition: 0.5s ease;
}
.main-menu a:hover {
  cursor: pointer;
  color: #df6a01;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  transition: 0.5s ease;
}
.main-menu .current-menu-item a {
  color: #df6a01;
}
.main-menu._active {
  max-height: 100vh;
  overflow: auto;
}
footer .main-menu a,
footer .main-menu a:hover {
  color: #fff;
}
.footer .menu-item {
  padding: 0;
}
/* ---------- DROPDOWN MENU ---------- */
.menu-item-has-children {
  position: relative;
}
._touch .menu-item-has-children::after {
  display: inline-block;
  position: absolute;
  right: -30px;
  width: 26px;
  height: 26px;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24px" height="24px" viewBox="0 0 24 24"><g id=\'_24x24_On_Light_Arrow-Bottom\' data-name=\'24x24/On Light/Arrow-Bottom\' transform=\'translate(0 24) rotate(-90)\'><rect id=\'view-box\' width=\'24\' height=\'24\' fill=\'none\'/><path id=\'Shape\' d=\'M.22,10.22A.75.75,0,0,0,1.28,11.28l5-5a.75.75,0,0,0,0-1.061l-5-5A.75.75,0,0,0,.22,1.28l4.47,4.47Z\' transform=\'translate(14.75 17.75) rotate(180)\' fill=\'%23fff\'/></g></svg>');
  transition: 0.3s ease;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 110;
  content: '';
}
._touch .main-menu._active .menu-item-has-children::after {
  rotate: 180deg;
  top: -5px;
  right: -10px;
  z-index: 115;
}
/* ._pc .menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(0, 0);
  visibility: visible;
  transition: all 0.5s ease;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
._touch .main-menu._active .menu-item-has-children .sub-menu {
  opacity: 1;
  pointer-events: all;
  transform: translate(0, 0);
  visibility: visible;
  transition: all 0.5s ease;
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}
.sub-menu {
  opacity: 0;
  position: absolute;
  left: -2px;
  background-color: #eeecec;
  z-index: 99;
  list-style-type: none;
  padding-left: 0;
  visibility: hidden;
  transform: translate(0, 10%);
  transition: 0.3s ease all;
  margin-top: 10px;
} */
.sub-menu li:hover {
  border-left: 2px solid #df6a01;
}
.sub-menu li {
  text-align: left;
  padding: 5px 0 5px 10px;
  border-left: 2px solid #eeecec;
}
/* ---------- END ---------- */
.home main {
  height: calc(100vh - 148px);
}
.bg-tier-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/bg-shina.webp) center 50% / cover no-repeat;
}
.tier {
  width: 40vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  z-index: 10;
}

.tier img {
  width: 40vw;
  max-width: 600px;
  animation: rotate 100s linear infinite;
}
@keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.orange-block {
  clip-path: polygon(0 0, 0 0, 100% 100%, 0 100%);
  background-color: #df6a01;
  width: 100%;
  height: 100%;
}
.orange-block-mobile {
  display: none;
}
.white-block {
  top: 0;
  position: absolute;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 0);
  background-color: #fff;
  width: 100%;
  height: 100%;
}
.white-block-mobile {
  display: none;
}
.block-button {
  position: absolute;
  width: 25vw;
  height: 15vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.title-button {
  width: 100%;
  background-color: #1a1e20;
  height: 50%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 900;
  font-size: 2.5vw;
  color: #fff;
}
.block-camera .block-button {
  bottom: 5vh;
  left: 0;
}
.block-tier .block-button {
  top: 5vh;
  right: 0;
  align-items: flex-start;
}
.block-tier .title-button,
.block-tier .button {
  justify-content: flex-start;
}
.block-tier .title-button span,
.block-tier .button span {
  text-transform: uppercase;
  margin-left: 2vw;
}
.block-camera .title-button span,
.block-camera .button span {
  text-transform: uppercase;
  margin-right: 2vw;
}
.button {
  background-color: #1a1e20be;
  color: #fff;
  width: 13.5vw;
  height: 7vh;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 1.5vw;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.button:hover {
  color: #f56a00;
  cursor: pointer;
  background-color: #1a1e20;
  transition: 0.3s ease-in-out;
}
.page-template-template-contact .footer {
  width: 100%;
  flex: 0 0 auto;
}
.footer {
  font-size: 14px;
  padding: 0.8vw;
  box-sizing: border-box;
  height: 76px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  background-color: #df6a01;
  color: #fff;
  margin: 0 auto;
}
.footer p {
  margin: 0;
  text-align: center;
  vertical-align: middle;
}
.event__content a {
  color: #df6a01;
}
.single.event,
.wrapper.wrapper-sidebar {
  text-align: justify;
  hyphens: auto;
}
#menu-item-2372 {
  display: none;
}
#curtain .serch-input {
  position: fixed;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 100;
  width: 400px;
  background: #eeecec;
  width: 100%;
  height: 100px;
  opacity: 0;
  transition: 0.3s ease all;
  z-index: -1;
  top: -100px;
}
#curtain .serch-input.search_active {
  opacity: 1;
  z-index: 2;
  top: 0;
}
.serch-input form[role="search"] {
  position: relative;
  top: 25px;
  width: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
.blur-search-bg {
  display: none;
  backdrop-filter: blur(5px);
  background: rgb(71, 71, 71);
  position: fixed;
  height: 100vh;
  width: 100%;
  z-index: 50;
  left: 0;
  top: 0;
}
@media (max-width: 1060px) {
  header {
    width: 100%;
  }
  nav .main-menu li a {
    font-size: 12px;
  }
}
@media (max-width: 767.98px) {
  .serch-input form[role="search"] {
    width: 80%;
  }
  .page-header {
    top: 65px;
  }
  #menu-item-2372 {
    display: block;
  }
  header {
    width: 100%;
  }
  .header-main {
    height: 65px;
  }
  .home main {
    height: calc(100vh - 108px);
  }
  .bg-tier-wrap {
    flex-direction: column-reverse;
  }
  .orange-block {
    display: none;
  }
  .white-block {
    display: none;
  }
  .white-block-mobile,
  .orange-block-mobile {
    display: flex;
    overflow: hidden;
  }
  .white-block-mobile {
    background-color: #fff;
    height: 50%;
    position: absolute;
    top: 0;
  }
  .orange-block-mobile {
    background-color: #df6a01;
    position: absolute;
    height: 50%;
    bottom: 0;
  }
  .agro-camera img,
  .agro-tier img {
    max-width: 400px;
    animation: rotate 100s linear infinite;
  }
  .agro-camera {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .agro-tier {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  .title-button {
    height: 10vh;
    width: 70vw;
    max-width: 300px;
  }
  .tier-block-button,
  .camera-block-button {
    position: absolute;
    left: 50%;
    transform: translate(-50%);
  }
  .tier-block-button {
    top: 5vh;
  }
  .camera-block-button {
    bottom: 5vh;
  }
  .title-button {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-transform: uppercase;
    font-size: 3rem;
  }
  .footer {
    justify-content: center;
  }
  #curtain .main-menu {
    width: 100%;
  }
  .sub-menu {
    background-color: inherit;
    position: relative;
    display: none;
  }
  ._touch .main-menu._active .menu-item-has-children .sub-menu {

    width: 100%;
  }
  .sub-menu li {
    border-left: 2px solid #f56a00;
  }
  .similar-product .img-category-logo {
    right: 0;
  }

  .katalog-wrapper-bg {
    padding-bottom: 40px;
  }

  .page-template-template-katalog footer {
    bottom: auto;
  }
}
/* ---------- STYLE FOR cameri.html ---------- */
.main-block__content {
  background-color: #242424;
}
.wrap-tier,
.wrap-camera {
  display: none !important;
  width: 100%;
  margin: 0 auto;
  font-size: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 10;
}
.wrap-tier {
  background: url("../img/tier/tier_form_bg.png") center/cover no-repeat;
}
.term-kamery .wrap-tier {
  background: url("../img/tier/camera_form_bg.png") center/cover no-repeat;
}
.term-ekskavator .wrap-tier {
  background: url("../img/tire-category/excavator.jpg") center/cover no-repeat;
}
.term-ekskavator-pogruzchik .wrap-tier {
  background: url("../img/tire-category/backhoe-loader.jpg") center/cover
    no-repeat;
}
.term-selskokhozyajstvennaya-tekhnika .wrap-tier {
  background: url("../img/tire-category/agricultural-machinery.jpg")
    center/cover no-repeat;
}
.term-vilochnyj-pogruzchik .wrap-tier {
  background: url("../img/tire-category/forklift.jpg") center/cover no-repeat;
}
.term-frontalnyj-pogruzchik .wrap-tier {
  background: url("../img/tire-category/front-loader.jpg") center/cover
    no-repeat;
}
.term-grejder .wrap-tier {
  background: url("../img/tire-category/grader.jpg") center/cover no-repeat;
}
.term-mini-pogruzchik .wrap-tier {
  background: url("../img/tire-category/mini-loader.jpg") center/cover no-repeat;
}
.term-katok .wrap-tier {
  background: url("../img/tire-category/skating-rink.jpg") center/cover
    no-repeat;
}
.term-teleskopicheskij-pogruzchik .wrap-tier {
  background: url("../img/tire-category/telescopic-loader.jpg") center/cover
    no-repeat;
}
.term-avtokran .wrap-tier {
  background: url("../img/tire-category/truck-crane.jpg") center/cover no-repeat;
}
.page-template-template-kolco .wrap-tier {
  background: url("../img/category/koltso-bg.jpg") center/cover no-repeat;
}
.page-template-template-flipper .wrap-tier {
  background: url("../img/category/flipper-bg.jpg") center/cover no-repeat;
}
.page-template-template-katalog .wrap-tier {
  background: url("../img/category/katalog-bg.jpg") center/cover no-repeat;
}

.form-wrap {
  margin-top: 12vh;
  max-width: 1920px;
  width: 90vw;
  position: relative;
}
.tier-block-1 {
  border-radius: 15px;
  background-color: #fff;
  width: 25vw;
  max-width: 600px;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
.tier-title {
  color: #df6a01;
  font-size: 2vh;
  font-family: "Oswald Bold", Helvetica, sans-serif;
  text-transform: uppercase;
}
.tier-title-description {
  color: #575657;
  font-family: "Oswald Bold", Helvetica, sans-serif;
  margin: 10px 0;
}
.wpcf7-form input,
.wpcf7-form textarea {
  font-family: "Oswald Regular", Helvetica, sans-serif;
}

.wpcf7-form button {
  text-transform: uppercase;
  font-family: "Oswald Bold", Helvetica, sans-serif;
}
.wpcf7-form input {
  width: 100%;
  border: none;
  background-color: transparent;
  box-sizing: border-box;
  outline: none;
  padding: 10px 40px;
  color: #df6a01;
  margin: 0;
  border-radius: 5px;
  border: 1px solid #c3c3c3;
}
.wpcf7-form .tel {
  margin: 2px 0;
}
.wpcf7-form input::placeholder,
.wpcf7-form textarea::placeholder {
  color: #000;
}
.wpcf7-form textarea {
  background-color: transparent;
  border: none;
  outline: none;
  box-sizing: border-box;
  padding: 10px 40px;
  width: 100%;
  resize: none;
  border-radius: 5px;
  color: #df6a01;
  border: 1px solid #c3c3c3;
}
.wpcf7-form .main-form p {
  position: relative;
}
.wpcf7-form .main-form [data-name="your-name"]::before,
.wpcf7-form .main-form [data-name="email-180"]::before,
.wpcf7-form .main-form [data-name="tel-853"]::before,
.wpcf7-form .main-form [data-name="your-message"]::before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  top: 10px;
  left: 3px;
  padding: 0 5px;
  border-right: 1px solid #df6a01;
}
.wpcf7-form .main-form [data-name="your-name"]::before,
.wpcf7-form .main-form [data-name="email-180"]::before {
  background: url(../img/icon/user.png) center/contain no-repeat;
}
.wpcf7-form .main-form [data-name="tel-853"]::before {
  background: url(../img/icon/phone.png) center/contain no-repeat;
}
.wpcf7-form .main-form [data-name="your-message"]::before {
  background: url(../img/icon/coment.png) center/contain no-repeat;
}
.btn-block {
  text-align: center;
  margin: 20px auto 0;
}
.submit-btn {
  text-transform: uppercase;
  font-family: "Oswald Bold", Helvetica, sans-serif;
}
.submit-btn.wpcf7-submit.has-spinner {
  background: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(193, 108, 4, 0.33);
  color: #fff;
  border: none;
  cursor: pointer;
  padding: 20px 20px;
  transition: ease 0.5s;
  margin-bottom: 2vh;
  position: relative;
}
.submit-btn.wpcf7-submit.has-spinner:hover {
  background: -webkit-linear-gradient(left, #ff7308 0%, #f8974c 100%);
  background: linear-gradient(to right, #ff7308 0%, #f8974c 100%);
}
.contact-form-email {
  display: flex;
  width: 100%;
  align-items: center;
}
.contact-form-email .main-form {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.contact-form-email .wpcf7-form input {
  border: none;
}
.contact-form-email .submit-btn.wpcf7-submit.has-spinner {
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px;
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
}
.contact-form-email .btn-block {
  margin: 0;
}
.contact-form-email .wpcf7-form .main-form p {
  margin: 0;
}
.contact-form-email .wpcf7-form input {
  border-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  padding: 10px 10px 10px 40px;
  background: #fff;
}
.block-social-links {
  margin: 5vh 0 2vh;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.block-social-links a {
  color: #dcdcdc;
  font-size: 1.2vh;
  letter-spacing: 5px;
  transition: ease 0.5s;
  cursor: pointer;
}
.block-social-links a img {
  max-width: 100%;
}
.block-social-links a:hover {
  color: #df6a01;
  transition: ease 0.5s;
}
.block-social-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 20px;
}
.link-img {
  width: 24px;
  text-align: center;
}
.additional-info {
  width: 90vw;
  max-width: 1920px;
  background-color: #fff;
  border-radius: 15px;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px 20px 40px;
  margin: 20px 0 100px;
}
.additional-block {
  width: 20%;
  margin-right: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}
.additional-title {
  font-family: "Inter", sans-serif;
  color: #515151;
  font-size: 17px;
  letter-spacing: 2px;
  font-weight: 700;
}
.additional-description {
  display: flex;
  padding-right: 10px;
}
.addition-text p {
  color: #626262;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  font-family: "Inter", sans-serif;
}
.additional-img {
  display: flex;
  align-items: flex-end;
}
.tier-categories {
  width: 100%;
  background-color: #fff;
}
.tier-categories .products {
  padding-bottom: 20px !important;
}
.container-max-width {
  max-width: 1920px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  padding-top: 100px;
  align-items: center;
  flex-direction: column;
}
.block-categories {
  max-width: 1920px;
  width: 90vw;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-wrap: wrap;
}
.block-category {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.tier-category {
  padding: 20px;
  width: 20%;
}
.title-category {
  color: #2f2f2f;
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
}
.block-img {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
  transition: 0.3s ease;
  width: 250px;
  height: 250px;
}
.block-img img {
  width: 100%;
}
.main-description__content {
  display: none;
  background-color: white;
  max-width: 1920px;
  width: calc(100% - 20px);
  padding: 40px 15px 40px 15px;
  border-radius: 10px;
  border-top: 6px solid #ee6a00;
  margin-bottom: 25px;
  -webkit-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 10px 0px rgba(0, 0, 0, 0.75);
}
.term-ekskavator .main-description__content.ekskavator {
  display: block;
}

.main-description__block-hover {
  position: absolute;
  bottom: -100%;
  display: none;
  opacity: 0;
  transition: 0.3s ease;
}

.main-description__block-hover._active-main-description {
  position: relative;
  bottom: 0;
  display: block;
  opacity: 1;
  transition: 0.3s ease;
}

.main-description__block-hover a {
  color: #ee6a00;
}

.main-description__link-hover {
  color: #ee6a00;
  cursor: pointer;
}

.main-description__block-hover ul {
  padding-left: 15px;
}

.main-description__content.ekskavator-pogruzchik,
.main-description__content.frontalny-pogruzchik,
.main-description__content.mini-pogruzchik,
.main-description__content.vilochny-pogruzchik,
.main-description__content.avtokran,
.main-description__content.grejder,
.main-description__content.katok,
.main-description__content.teleskopicheskij-pogruzchik,
.main-description__content.selskokhozyajstvennaya-tekhnika {
  display: none;
}
.term-ekskavator-pogruzchik .main-description__content.ekskavator-pogruzchik,
.term-frontalny-pogruzchik .main-description__content.frontalny-pogruzchik,
.term-mini-pogruzchik .main-description__content.mini-pogruzchik,
.term-vilochny-pogruzchik .main-description__content.vilochny-pogruzchik,
.term-avtokran .main-description__content.avtokran,
.term-grejder .main-description__content.grejder,
.term-katok .main-description__content.katok,
.term-teleskopicheskij-pogruzchik
  .main-description__content.teleskopicheskij-pogruzchik,
.term-selskohozyajstvennaya-tehnika
  .main-description__content.selskohozyajstvennaya-tehnika {
  display: block;
}
.main-description__content img {
  float: left;
  max-width: 292px;
  width: 100%;
  border-radius: 15px;
  margin: 0 10px;
}
.main-description__content p {
  font-family: "Oswald Regular";
  margin: 10px 0;
  font-size: 18px;
}
.title-for-description-block {
  color: #f56a00;
  margin-bottom: 30px;
  font-size: 50px;
}
.item-block__content {
  background-color: #313439;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.filter__container {
  width: 100%;
  display: flex;

  padding: 2vw;
}
.filter-categories-content {
  width: 100%;
}
.woocommerce ul.products li.product {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin: 45px 10px 0;
  border-radius: 10px;
  box-shadow: 0 0 5px #0000002e;
  overflow: hidden;
  transition: 0.3s ease all;
}
.woocommerce ul.products li.product:hover {
  box-shadow: 0 0 15px rgb(193 108 4 / 50%);
}
.tier-category {
  flex-direction: column-reverse !important;
}
.star-rating {
  margin: 10px !important;
}
.woocommerce h3 {
  width: 100%;
  text-align: left;
}
.woocommerce .title-category {
  text-align: center;
  width: 100%;
}
.product .content-product-title-link,
.similar-products-gallery .similar-product-title {
  background-color: #fff;
  border-top: 1px solid #f28526;
  position: relative;
  z-index: 2;
  width: 100%;
  padding: 10px;
  text-align: left;
  margin: 0;
  font-weight: 700;
}
.product .content-product-title-link {
  background-color: transparent;
  color: #fff;
}
.tier-categories-shop_loop-pagination-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.tier-categories-result-sort {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #fff;
  background: #242424;
  padding: 0 3.7vw;
}

.woocommerce .woocommerce-ordering,
.woocommerce .woocommerce-result-count {
  margin: 1em 0;
}
.container-fluid ul.products .custom-link.product {
  padding: 15px 20px;
  border-radius: 15px;
  transition: 0.5s ease;
  border: 3px solid #fff;
}
.custom-link {
  max-width: 1920px;
  padding: 0 0 10px 0;
  background: url(../img/archive-white-bg.jpg.webp) center/cover no-repeat;
}
.content-produc-img-cart {
  margin-left: 10px;
}
.content-product-title {
  color: #fff;
  transition: 0.3s ease;
}
.content-product-title-link:hover .content-product-title {
  color: #2f2f2f;
  transition: 0.3s ease;
}

.container-fluid ul.products {
  align-items: stretch !important;
}
.woocommerce .products .tier-category,
.woocommerce-page .products .tier-category {
  overflow: hidden;
  position: relative;
  box-shadow: none;
  background-color: transparent;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.woocommerce ul.products li.product .button {
  display: none !important;
}
.item-block-bg {
  background-color: #fff;
  width: 100%;
}

.items-list__content,
.similar-products__content {
  width: 100%;
}
.image-slider__image {
  text-align: center;
  height: 100%;
}
.image-slider__image img {
  max-width: 100%;
  height: 100%;
}
/*стрілки*/
.mini-swiper {
  display: flex;
  margin-top: 20px;
}
.image-mini-slider__image {
  opacity: 0.5;
  transition: 0.5s ease;
}
.image-mini-slider__image:hover {
  opacity: 1;
  transition: 0.5s ease;
}
.swiper-slide-thumb-active .image-mini-slider__image {
  opacity: 1;
  transition: 0.5s ease;
}
.swiper {
  width: 100%;
  height: 500px;
  align-self: center;
}
.swiper .swiper-button-next,
.swiper .swiper-button-prev {
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 45px;
  width: 50px;
  height: 50px;
}
.swiper .swiper-button-prev::after,
.swiper .swiper-button-next::after {
  color: #545454;
  font-size: 15px;
}
.image-mini-slider__wrapper {
  display: flex;
  width: 100px !important;
}

.image-mini-slider__image {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
}
.image-mini-slider__slide {
  width: 100px !important;
}
.image-mini-slider__slide .image-mini-slider__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.image-mini-slider__image img {
  max-width: 100%;
}
.contact-price {
  padding: 50px 60px;
}
.btn-find-out-the-price {
  background: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
  padding: 10px 20px;
  border-radius: 10px;
  color: #fff;
  cursor: pointer;
  transition: 0.5s ease;
}
.btn-find-out-the-price:hover {
  background: -webkit-linear-gradient(left, #ff7308 0%, #f8974c 100%);
  background: linear-gradient(to right, #ff7308 0%, #f8974c 100%);
}
.contact-price .brand {
  max-width: 100px;
}
.woocommerce-page .brand-wrapper img {
  max-width: 100px;
}
.brand-wrapper p {
  position: relative;
  z-index: 100;
  background: -webkit-linear-gradient(left, #f8974c 0%, #ff7308 100%);
  background: linear-gradient(to right, #f8974c 0%, #ff7308 100%);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 2px 5px;
  box-sizing: border-box;
}
.content-product-wrapper-img-brand .brand-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: end;
  position: relative;
  margin: 0 10px;
}
.content-product-wrapper-img-brand .brand-wrapper a img {
  padding: 0;
}
.similar-product .brand-wrapper {
  display: flex;
  flex-direction: column;
  align-self: self-end;
  padding-bottom: 40px;
}
.item-description__content {
  display: flex;
  flex-wrap: wrap;
  background-color: #d9d9d9;
  align-items: flex-start;
  flex-direction: column;
  justify-content: space-between;
}
.left-description-block {
  min-width: 0;
  display: flex;
  max-width: 1920px;
  align-items: flex-start;
  width: 100%;
  margin: 0 auto;
  padding: 2vw;
}
.woocommerce div.product div.images img {
  max-width: 200px;
  margin: 0 auto;
}
.wrap-style-for-left-block {
  display: flex;
  flex-direction: column;
  border-radius: 15px;
  background-color: #fff;
  width: 100%;
}
.right-description-block {
  width: 39%;
}
.block-characteristics h3 {
  margin-top: 0;
}
.characteristic__wrapper {
  flex-direction: column;
  display: flex;
}
.characteristics-list {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 20px 100px;
  margin: 0;
}
.characteristics-title {
  margin-bottom: 15px;
  font-size: 18px;
  color: #000;
  transition: 0.5s ease;
  padding-bottom: 5px;
}

.characteristics-title.active-card-item,
.characteristics-title:hover {
  cursor: pointer;
  color: #df6a01;
  padding-bottom: 5px;
  border-bottom: 1px solid #df6a01;
  transition: 0.5s ease;
}
.block-characteristics p {
  color: #5e6265;
}
.item-img_block {
  position: relative;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column-reverse;
  box-sizing: border-box;
  min-width: 0;
  width: 70%;
  background-color: #fff;
  border-radius: 15px;
  margin-right: 2vw;
}
.btn-callback__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 40px;
}
.btn-callback {
  padding: 10px 20px;
  cursor: pointer;
  background-color: #eeecec;
  color: #2a2a2a;
  border-radius: 15px;
  transition: 0.5s ease;
  max-width: 150px;
  text-align: center;
}
.btn-callback:hover {
  background-color: #df6a01;
  color: #fff;
  transition: 0.5s ease;
}
.callback-menu {
  background: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(193, 108, 4, 0.33);
  border: none;
  border-radius: 50%;
  padding: 10px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.brand-description__content {
  display: flex;
  flex-direction: column;
}
.delivery {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 15px;
  padding: 20px 40px;
  margin: 15px 0;
}
.delivery-title {
  font-weight: 700;
  font-size: 20px;
}
.orange-text-for-item {
  color: #df6a01;
  font-size: 20px;
}
.delivery-list .link-for-call {
  color: #df6a01;
  text-decoration: underline;
}
.delivery-list .link-for-call:hover {
  color: #f28526;
}
.delivery-list li {
  width: 100%;
  color: #979797;
  padding: 10px 0 10px 15px;
}

.reviews-list__content {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 0;
  overflow: hidden;
}
.reviews__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  position: relative;
  z-index: 2;
}
.reviews-swiper {
  min-width: 0;
  width: 500px;
}
#reviews .reviews-swiper-pagination {
  position: relative;
  top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#reviews .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.5s ease;
}
#reviews .swiper-pagination-bullet:hover {
  background-color: #da7925;
  transition: 0.5s ease;
}
#reviews .swiper-pagination-bullet-active {
  background-color: #f28526;
  margin: 0;
  width: 12px;
  height: 12px;
  transition: 0.5s ease;
}
.swiper-slide .reviews-item__content {
  width: 100%;
}
.reviews-list__content {
  background-color: #525252;
  padding: 50px 0;
  width: 100%;
}
.reviews-item__content {
  background-color: #fff;
  border-radius: 15px;
  padding: 25px;
}
.swiper-slide-shadow-left,
.swiper-slide-shadow-right {
  border-radius: 15px;
}
.reviews-btn {
  align-self: flex-end;
  padding: 10px 40px;
  background: #d9d9d9;
  border-radius: 10px;
  margin: 30px;
  cursor: pointer;
}

.reviews-btn:hover {
  background: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
  color: #fff;
}
.reviews-item__content p {
  color: #000;
  font-size: 14px;
}
/* GALLERY */
.swiper-similar {
  position: relative;
}
.similar__wrapper {
  display: flex;
  align-items: center;
}
.similar__wrapper.swiper-wrapper {
  width: 100%;
  height: 400px;
}
.swiper-backface-hidden .swiper-slide {
  display: flex;
}
.similar-swiper__container .swiper-button-next,
.similar-swiper__container .swiper-button-prev {
  background-color: #545454;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #f8974c;
}
.similar-swiper__container .swiper-button-next::after,
.similar-swiper__container .swiper-button-prev::after {
  color: #f8974c;
  font-size: 15px;
}
.similar-products__content {
  background-color: #eeecec;
}
.similar-swiper__container {
  display: flex;
  min-width: 0;
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
}
.similar-products-gallery {
  display: flex;
  flex-wrap: wrap;
  max-width: 1920px;
  margin: 0 auto;
  padding: 15px 2vw;
  align-items: center;
  justify-content: center;
}
.similar-products-title {
  font-size: 30px;
  font-weight: 900;
  text-transform: uppercase;
  width: 100%;
  margin: 5px 2vw 20px;
}
.similar-products-list {
  display: flex;
  justify-content: center;
  min-width: 0;
  overflow: hidden;
  width: 90%;
}
.similar-product {
  display: flex;
  justify-content: center;
  flex-direction: column;
  background-color: #fff;
  border-radius: 15px;
  transition: 0.5s ease;
  width: 100%;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
}
.similar-product a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  height: 100%;
}
.similar-product:hover .similar-product-title {
  cursor: pointer;
  color: #f28526;
  transition: 0.3s;
}
.similar-product-img img {
  width: 100%;
  max-height: 200px;
  padding-left: 10px;
  scale: 1;
  left: 0;
  transition: 0.3s ease;
  position: relative;
}
.similar-product-title-block p {
  font-size: 20px;
  color: #979797;
  text-align: center;
}
.similar-product-title {
  color: #000;
  transition: 0.3s;
}
.similar-product-brand-orange-text {
  color: #f28526;
}
.wrapper-single-cart {
  display: flex;
  justify-content: center;
  width: 100%;
  position: relative;
}
.custom-link .similar-product-brand-orange-text {
  color: #fff;
  width: 100%;
  display: block;
}
.content-product-wrapper-img-brand {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-top: 10px;
}
.item-block__content h3 {
  color: #fbfbfb;
  margin: 10px 0;
  transition: 0.3s ease;
}
.item-block__content h3 {
  color: #2a2a2a;
  font-weight: 700;
}
.item-block__content p {
  margin: 10px 0;
}
.head-cart__content {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 2vw;
}
.head-cart__content h3 {
  font-size: 42px;
  margin: 10px 0;
}
.head-cart__content h3 a {
  font-size: 30px;
}
.list-description-item ul {
  display: flex;
  list-style-type: none;
  background-color: #eeecec;
  padding: 0 3vw;
  margin: 0;
}
.list-description-item ul li a:hover {
  border-bottom: 2px solid #df6a01;
  color: #df6a01;
  transition: 0.5s ease;
}
.list-description-item ul li a {
  padding: 10px 15px;
  color: #979797;
  transition: 0.5s ease;
  font-size: 12px;
  text-transform: none;
  display: block;
  margin: 0;
  border-bottom: 2px solid rgba(0, 0, 0, 0);
}

.link-product:hover {
  color: #f2aa32;
  transition: 0.3s ease;
}
.yellow-btn {
  border: 2px solid #f2aa32;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
  padding: 15px;
  color: #f2aa32;
}
.some-btn .yellow-btn p {
  margin: 0;
}
.some-btn {
  display: flex;
  color: #252628;
}
.left-btn {
  margin-left: 15px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.left-btn,
.middle-btn {
  background-color: #fbfbfb;
  padding: 15px;
}
.right-btn {
  background-color: #6f8885;
  padding: 15px;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  margin-left: 5px;
}

.table-characteristics {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  border-collapse: collapse;
  overflow: hidden;
  position: relative;
}
.table-characteristics td,
.table-characteristics th {
  padding: 10px;
}
.table-characteristics tr,
.table-characteristics.flipper-table .row-1 {
  background-color: #e8e7e7;
  color: #000;
  font-weight: 700;
  font-size: 18px;
}
.table-characteristics .show-rows {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.table-characteristics .hidden-rows {
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s ease;
}

.tablepress > :where(tbody) > tr > * {
  background: #2f2f2f;
  transition: 0.3s ease;
}
.table-characteristics .row-1 {
  background-color: #2f2f2f;
}
.table-characteristics .row-1 td {
  color: #fff;
}
.single-table-char {
  position: relative;
  width: 100%;
}
.btn-more-here {
  background: -webkit-linear-gradient(left, #fa903f 0%, #f56a00 100%);
  background: linear-gradient(to right, #fa903f 0%, #f56a00 100%);
  display: inline-block;
  padding: 0 40px;
  border-radius: 10px;
  transition: 0.3s linear;
  position: relative;
  margin: 0 auto 20px;
  left: 20px;
}
.btn-more-here:hover {
  box-shadow: 0 5px 15px rgba(255, 140, 0, 0.33);
  background: -webkit-linear-gradient(left, #f8974c 0%, #ff7308 100%);
  background: linear-gradient(to right, #f8974c 0%, #ff7308 100%);
}
.custom-link .btn-more-here:hover .content-product-title {
  text-shadow: 0px 0px 1px #fff;
  color: #fff;
}
.show-all-rows {
  padding: 15px 40px;
  color: #2f2f2f;
  font-size: 18px;
  text-align: center;
  font-family: "Oswald Regular";
  align-self: center;
  justify-self: center;
  background-color: #fff;
  border: none;
  border-bottom: 1px solid #2f2f2f;
  cursor: pointer;
  transform: 0.5s ease;
}
.show-all-rows:hover {
  color: #df6a01;
  border-bottom: 1px solid #df6a01;
  transform: 0.5s ease;
}
.contact-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.delivery__content {
  padding: 0 50px;
  width: 100%;
}
.payment__content {
  padding: 0 50px 20px;
}
.delivery-description__content {
  font-weight: 100;
  font-size: 18px;
  color: #000;
}
.delivery-list__content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1em;
}
.delivery-item__content {
  width: 45%;
  background-color: #d9d9d9cc;
  border-radius: 10px;
  flex-grow: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}
.delivery-item__content::before {
  content: "";
  background: #b9b8b8cc;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.delivery-item__content::after {
  content: url("../img/logo.png");
  position: absolute;
  bottom: -30px;
  right: -10px;
  rotate: -25deg;
}
.delivery-item__content:hover {
  background-color: #b9b8b8cc;
  transition: 0.3s ease;
}
.delivery-item__content:hover:before {
  background: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
}
.description-item__content {
  position: relative;
  z-index: 2;
  padding: 0 10px;
}
.text-worktime__content {
  margin: 30px 0 !important;
}
/* PAYMENT */
.description__content {
  background-color: #fff;
  width: 100%;
}
.description-bg__content {
  background-color: #fff;
  width: 100%;
  border-top-right-radius: 165px;
}
.description-wrapper__content {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 2vw;
}
.description-title {
  margin: 0;
  color: #e68936;
  font-size: 30px;
  font-weight: 700;
  padding: 10px 0;
}
.description-list {
  margin: 0;
  padding: 0 2vw;
}
.description-list li:first-child {
  margin-top: 15px;
}
.description-list li {
  margin-bottom: 15px;
  font-weight: 400;
}
.privacy-policy-copyright-footer._mobile {
  display: none;
}
/* ---------- PRIVACY POLICY ---------- */
.privacy-policy-copyright-footer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.privacy-odbm-wrapper {
  display: flex;
}
.privacy-odbm-wrapper a:hover {
  text-decoration: underline;
  transition: 0.3s ease;
}
.privacy-policy-copyright-footer .divider {
  margin: 0 10px;
}
.footer_odbm img {
  width: 20px;
  height: 20px;
}
.footer_odbm {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.privacy-policy__container {
  padding: 90px 20px 0;
  text-align: justify;
  hyphens: auto;
}
.privacy-policy__title {
  text-align: center;
  color: #df6a01;
}
.privacy-policy__main-list {
  margin: 0 auto;
  width: 80%;
}
.privacy-policy__container li {
  margin-bottom: 5px;
}
.privacy-policy__container .privacy-policy__sub-title {
  color: #df6a01;
  margin: 2em 0 1em 0;
}
.privacy-policy__container .privacy-policy-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 5em 0;
}
.privacy-policy__container .privacy-policy-logo img {
  height: 12vh;
}
.privacy-policy__container ol {
  list-style-type: none;
}
.link-odbm {
  color: #df6a01;
  text-transform: uppercase;
}
/* WOOCOMMERCE STYLE */
.woocommerce div.product .item-img_block div.images .flex-control-thumbs {
  padding-top: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: stretch;
}
.woocommerce div.product .item-img_block div.images .flex-control-thumbs li {
  margin: 5px;
  background-color: #fff;
  display: flex;
  border-radius: 10px;
}

.woocommerce div.product .item-img_block div.images .flex-control-thumbs li {
  width: 20%;
}

.woocommerce div.product .item-img_block div.images .flex-viewport {
  border-radius: 20px;
}

.contact-price .size-thumbnail {
  border-radius: 10px;
}
.woocommerce
  #reviews
  #comments
  ol.commentlist
  .reviews-item__content
  .comment-text {
  margin: 0;
}
.woocommerce #reviews #comments ol.commentlist {
  padding: 0;
}
#reviews .reviews-title {
  font-size: 18px;
}
#reviews .reviews-text {
  color: #4a4a4a;
}
.woocommerce .star-rating::before {
  color: #abb8c3;
}
.woocommerce .star-rating span {
  color: #df6a01;
}
.main-rating-title {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce-product-rating {
  max-width: 1920px;
  margin: 0 auto;
}
.reviews-slide .woocommerce-product-rating {
  margin: 0;
  padding: 0;
}
.reviews-slide.swiper-slide {
  padding: 0 20px;
}
.stars a::before {
  color: #df6a01;
}
#review_form_wrapper {
  width: 100%;
  padding: 0 30px;
  display: none;
  position: relative;
  background-color: #fff;
  z-index: -1;
  border-radius: 15px;
  transform: translateY(0);
}
#review_form_wrapper.active-form {
  display: block;
}
#review_form {
  left: 200%;
  transition: 0.5s ease;
  transition: transform 1s ease;
}
#reply-title {
  display: none;
}
.active-form #review_form {
  position: relative;
  left: 0;
  transition: 0.5s ease;
  width: 100%;
}
.woocommerce #review_form #respond p {
  margin-bottom: 30px;
}
.woocommerce #review_form #respond textarea,
.comment-form-author input,
.comment-form-email input {
  border-radius: 10px;
  background-color: #fff;
  border: none;
  padding: 10px;
  border: 1px solid #c3c3c3;
  resize: none;
  font-family: "Oswald Regular", Arial, Helvetica, sans-serif;
}
.woocommerce #respond textarea:focus,
.comment-form-author input,
.comment-form-email input {
  outline: none;
}
#review_form #respond .form-submit input {
  background: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
  color: #fff;
  border-radius: 10px;
  padding: 10px 20px;
  font-family: "Oswald Regular", Arial, Helvetica, sans-serif;
}
#review_form #respond .form-submit input:hover {
  background: #fa903f;
}
#review_form label {
  color: #5e6265;
}
#review_form span.required {
  color: rgb(222, 49, 49);
}
.woocommerce .products {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
}
.woocommerce ul.products li.product a img {
  margin: 0 !important;
  padding: 10px;
}
.product a img {
  max-width: 250px;
  object-fit: contain;
  position: relative;
}
.container-content {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.woocommerce .woocommerce-breadcrumb {
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 1920px;
}
.products .product .content-product-title-link {
  width: 100%;
  position: relative;
  top: 0;
}
.woocommerce ul.products {
  margin: 0;
}
.container-max-width ul.products {
  margin: 10px 0 0;
}
.custom-link .woocommerce-LoopProduct-link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-wrapper {
  height: 100%;
  margin: 0 auto;
  max-width: 1920px;
  padding: 100px 2vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-wrapper.flipper-wrapper {
  align-items: flex-start;
}
.images-flipper {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: content-box;
  padding: 0px 20px 0px 0px;
}
.images-flipper img {
  box-sizing: content-box;
  width: 100%;
  max-width: 200px;
  border-radius: 15px;
  margin: 20px 60px;
}
.table-wrapper {
  border-radius: 15px;
}
.flipper-wrapper {
  height: auto;
  display: flex;
  justify-content: center;
  padding: 20px;
  padding-top: calc(var(--vh, 1vh) * 11);
  box-sizing: content-box;
}
.table-wrapper h2 {
  padding: 0 20px;
}
.flipper-table {
  text-align: left;
}
.flipper-table th {
  padding: 10px;
}
.katalog-list {
  display: flex;
  justify-content: flex-start;
  position: relative;
  padding: 2em;
  flex-wrap: wrap;
}
.katalog-list .katalog-item {
  max-height: 277px;
  width: calc(20% - 20px);
  margin: 10px;
  overflow: hidden;
  -webkit-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
  box-shadow: -1px -1px 5px 0px rgba(0, 0, 0, 0.75);
}
.katalog-list .katalog-item img {
  width: 100%;
  height: 100%;
  scale: 1;
  transition: 0.3s;
}
.katalog-list .katalog-item:hover img {
  scale: 1.1;
  transition: 0.3s;
  rotate: 3deg;
}
.katalog-wrapper-bg {
  background-color: #242424;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.payment-and_delivery-wr {
  max-width: 1920px;
  margin: 0 auto;
  padding-top: 90px;
}
.payment-and_delivery-wr h2 {
  padding: 0 50px;
}
.payment-and_delivery-wr i {
  padding-right: 10px;
}
.wpcf7-form-control-wrap {
  position: static;
}
.wpcf7-spinner {
  background-color: #df6a01;
}
.wpcf7 form.invalid .wpcf7-response-output {
  border-color: #dc3232;
}
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form .wpcf7-response-output {
  border-radius: 5px;
}
.page-template-template-contact {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.contacts-wrapper-height {
  height: 100vh;
  background: url(../img/contact-bg.jpg) no-repeat center/cover;
  padding-top: calc(var(--vh, 1vh) * 10);
}
.contacts-wrapper {
  padding: 0 50px;
  max-width: 1920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.contact-list-item img {
  width: 17px;
  height: 17px;
}
.footer-contact-list {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.footer-contact-list li {
  padding: 0 10px 0 5px;
  color: #df6a01;
}
.footer-contact-list svg {
  width: 100%;
}
.contacts-wrapper .footer-contact-list {
  justify-content: flex-start;
  border: none;
  flex-direction: column;
  align-items: flex-start;
  margin: 0;
}
.contact-list-item {
  display: flex;
  margin: 5px 0;
}
.contacts-wrapper .link-img {
  display: flex;
  width: 30px;
}
.work-time-description strong {
  color: #df6a01;
}
.contact-work-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.contact-map {
  border-radius: 15px;
  max-width: 1920px;
  margin: 15px auto;
  height: 100%;
  width: 100%;
}
.contact-map iframe {
  border-radius: 15px;
}
.contacts-wrapper .block-social-links {
  margin: 0 auto;
  justify-content: flex-start;
  max-width: 1440px;
}
.work-time-title {
  letter-spacing: 1px;
}
.similar-products-list .swiper-slide {
  display: flex !important;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
  color: #df6a01;
  border-radius: 50%;
  transition: 0.3s ease;
}
span.page-numbers.current {
  background-color: #df6a01;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 50%;
  transition: 0.3s ease;
  cursor: default;
}
a.page-numbers:focus,
a.page-numbers:hover {
  background-color: #df6a01;
  border: 1px solid #fff;
  color: #fff;
  transition: 0.3s ease;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: none;
  padding-bottom: 10px;
}
.woocommerce .woocommerce-pagination li a,
.woocommerce .woocommerce-pagination li span,
a.page-numbers {
  border: 1px solid #df6a01;
  border-radius: 50%;
  color: #df6a01;
  width: 34px;
  margin-left: 10px !important;
}
a.page-numbers,
span.page-numbers.current {
  width: 34px;
  display: inline-block;
  text-align: center;
  padding: 5px;
  margin-left: 10px;
}
span.page-numbers.dots {
  color: #df6a01;
  margin-left: 10px;
}
/* ---------- NEWS -------------- */
.news {
  width: 100%;
  padding: 0;
  overflow: visible;
  margin-right: 30px;
}
.news__title {
  text-align: left;
  margin-left: 0;
}
.secondary-title {
  letter-spacing: 0.01em;
  font-size: 42px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.1em;
}

.secondary-title span {
  font-size: 21px;
  text-transform: none;
  font-weight: 400;
}
.news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  width: 100%;
  height: 460px;
  background-color: #fff;
  box-shadow: 0 5px 30px rgba(206, 218, 228, 0.6);
  margin: 30px 0 0 30px;
  padding: 0 20px 35px 38px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.news__item {
  width: auto;
  max-width: 927px;
  display: block;
  height: auto;
  margin: 120px 0 0 55px;
  padding-left: 45px;
}
.news__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__img {
  z-index: 4;
  position: absolute;
  top: 0;
  left: 0;
  width: 410px;
  max-height: 266px;
  overflow: hidden;
}
.news__img {
  position: relative;
  width: 733px;
  min-width: 420px;
  max-height: 476px;
  overflow: hidden;
  top: -55px;
  margin: 0 23px 0 -97px;
}
.orange-noise {
  position: relative;
}

.orange-noise:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 100%;
  height: 320px;
  display: block;
  content: "";
  opacity: 0.6;
  background-color: rgba(193, 108, 4, 0.33);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAMAAAAp4XiDAAAAUVBMVEWFhYWDg4N3d3dtbW17e3t1dXWBgYGHh4d5eXlzc3OLi4ubm5uVlZWPj4+NjY19fX2JiYl/f39ra2uRkZGZmZlpaWmXl5dvb29xcXGTk5NnZ2c8TV1mAAAAG3RSTlNAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAvEOwtAAAFVklEQVR4XpWWB67c2BUFb3g557T/hRo9/WUMZHlgr4Bg8Z4qQgQJlHI4A8SzFVrapvmTF9O7dmYRFZ60YiBhJRCgh1FYhiLAmdvX0CzTOpNE77ME0Zty/nWWzchDtiqrmQDeuv3powQ5ta2eN0FY0InkqDD73lT9c9lEzwUNqgFHs9VQce3TVClFCQrSTfOiYkVJQBmpbq2L6iZavPnAPcoU0dSw0SUTqz/GtrGuXfbyyBniKykOWQWGqwwMA7QiYAxi+IlPdqo+hYHnUt5ZPfnsHJyNiDtnpJyayNBkF6cWoYGAMY92U2hXHF/C1M8uP/ZtYdiuj26UdAdQQSXQErwSOMzt/XWRWAz5GuSBIkwG1H3FabJ2OsUOUhGC6tK4EMtJO0ttC6IBD3kM0ve0tJwMdSfjZo+EEISaeTr9P3wYrGjXqyC1krcKdhMpxEnt5JetoulscpyzhXN5FRpuPHvbeQaKxFAEB6EN+cYN6xD7RYGpXpNndMmZgM5Dcs3YSNFDHUo2LGfZuukSWyUYirJAdYbF3MfqEKmjM+I2EfhA94iG3L7uKrR+GdWD73ydlIB+6hgref1QTlmgmbM3/LeX5GI1Ux1RWpgxpLuZ2+I+IjzZ8wqE4nilvQdkUdfhzI5QDWy+kw5Wgg2pGpeEVeCCA7b85BO3F9DzxB3cdqvBzWcmzbyMiqhzuYqtHRVG2y4x+KOlnyqla8AoWWpuBoYRxzXrfKuILl6SfiWCbjxoZJUaCBj1CjH7GIaDbc9kqBY3W/Rgjda1iqQcOJu2WW+76pZC9QG7M00dffe9hNnseupFL53r8F7YHSwJWUKP2q+k7RdsxyOB11n0xtOvnW4irMMFNV4H0uqwS5ExsmP9AxbDTc9JwgneAT5vTiUSm1E7BSflSt3bfa1tv8Di3R8n3Af7MNWzs49hmauE2wP+ttrq+AsWpFG2awvsuOqbipWHgtuvuaAE+A1Z/7gC9hesnr+7wqCwG8c5yAg3AL1fm8T9AZtp/bbJGwl1pNrE7RuOX7PeMRUERVaPpEs+yqeoSmuOlokqw49pgomjLeh7icHNlG19yjs6XXOMedYm5xH2YxpV2tc0Ro2jJfxC50ApuxGob7lMsxfTbeUv07TyYxpeLucEH1gNd4IKH2LAg5TdVhlCafZvpskfncCfx8pOhJzd76bJWeYFnFciwcYfubRc12Ip/ppIhA1/mSZ/RxjFDrJC5xifFjJpY2Xl5zXdguFqYyTR1zSp1Y9p+tktDYYSNflcxI0iyO4TPBdlRcpeqjK/piF5bklq77VSEaA+z8qmJTFzIWiitbnzR794USKBUaT0NTEsVjZqLaFVqJoPN9ODG70IPbfBHKK+/q/AWR0tJzYHRULOa4MP+W/HfGadZUbfw177G7j/OGbIs8TahLyynl4X4RinF793Oz+BU0saXtUHrVBFT/DnA3ctNPoGbs4hRIjTok8i+algT1lTHi4SxFvONKNrgQFAq2/gFnWMXgwffgYMJpiKYkmW3tTg3ZQ9Jq+f8XN+A5eeUKHWvJWJ2sgJ1Sop+wwhqFVijqWaJhwtD8MNlSBeWNNWTa5Z5kPZw5+LbVT99wqTdx29lMUH4OIG/D86ruKEauBjvH5xy6um/Sfj7ei6UUVk4AIl3MyD4MSSTOFgSwsH/QJWaQ5as7ZcmgBZkzjjU1UrQ74ci1gWBCSGHtuV1H2mhSnO3Wp/3fEV5a+4wz//6qy8JxjZsmxxy5+4w9CDNJY09T072iKG0EnOS0arEYgXqYnXcYHwjTtUNAcMelOd4xpkoqiTYICWFq0JSiPfPDQdnt+4/wuqcXY47QILbgAAAABJRU5ErkJggg==");
}
.orange-noise img {
  object-fit: cover;
  width: 100%;
  height: 320px;
}
.tags-list {
  position: absolute;
  list-style-type: none;
  left: 20px;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 4;
  padding: 0;
  color: #f56a00;
}

.tags-list li {
  background-color: #fff;
  height: 23px;
  line-height: 23px;
  border-radius: 2px;
  font-size: 11px;
  padding: 0 17px;
  margin: 5px 8px 5px 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.tags-list li:hover {
  opacity: 0.8;
}

.tags-list a {
  color: #fa903f;
}
.event .tags-list {
  position: relative;
  z-index: 2;
  bottom: auto;
  left: auto;
}
.event .tags-list li {
  height: 29px;
  line-height: 30px;
  margin-right: 17px;
}

.event .tags-list a {
  font-size: 14px;
}
.news__side {
  margin: 34px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.add-time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 23px;
  top: 23px;
}

.add-time i {
  margin-right: 10px;
}

.add-time__date {
  color: #fff;
  font-size: 10px;
  width: 71px;
  height: 26px;
  background-image: -webkit-linear-gradient(168deg, #f56a00 0%, #fa903f 100%);
  background-image: linear-gradient(-78deg, #f56a00 0%, #fa903f 100%);
  border-radius: 3px;
  box-shadow: 0 5px 15px rgba(255, 140, 0, 0.33);
  text-align: center;
  line-height: 28px;
}
.news .add-time {
  position: static;
  margin-top: 0;
}
.event .add-time {
  position: static;
}

.event-top {
  min-height: 340px;
  height: 100%;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.event-top:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-height: 100%;
  height: 340px;
  display: block;
  background-color: rgba(56, 56, 56, 0.55);
}

.event-top__wrap {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
/* -------SEINGLE NEWS--------- */
.wrapper {
  padding: 4vw 3vw 3vw;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
}
.wrapper-sidebar {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  min-height: calc(100vh - 129px);
  margin-top: 50px;
}
.mr-center {
  max-width: 1920px;
  margin: 0 auto;
}
.event-top__title {
  position: relative;
  z-index: 2;
  font-size: 30px;
  font-weight: 400;
  margin-top: 25px;
  margin-bottom: 24px;
  max-width: 640px;
  line-height: 1.6em;
}
.event__content {
  width: 69%;
}

.event__content p:not(.share__title) {
  padding: 11px 0;
}

.event__content p:not(.share__title):first-child {
  padding-top: 0;
}

.event__content img {
  padding: 36px 0 25px 0;
  float: left;
  margin-right: 2em;
}
.event__subtitle {
  padding: 25px 0 7px 0;
  font-size: 22px;
  font-weight: 600;
}
.event__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.event__nav li {
  font-size: 15px;
  font-weight: 600;
  color: #df6a01;
  margin-left: 40px;
  list-style-type: none;
}

.event__nav li:hover {
  opacity: 0.7;
}

.event__nav li.prev {
  position: relative;
  padding-left: 10px;
  margin-left: 0;
}

.event__nav li.prev:before {
  content: ">";
  display: block;
  position: absolute;
  left: -7px;
  top: 0;
  width: 6px;
  height: 9px;
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.event__nav li.next {
  text-align: right;
  position: relative;
  padding-right: 10px;
}

.event__nav li.next:after {
  content: ">";
  display: block;
  position: absolute;
  right: -7px;
  top: 0;
  width: 6px;
  height: 9px;
}
.event__nav li a {
  color: #df6a01;
}
.select {
  position: relative;
  display: inline-block;
}
.select:after {
  content: "▼";
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 12px;
  z-index: 1;
  text-align: center;
  width: 10%;
  height: 100%;
  pointer-events: none;
  box-sizing: border-box;
  color: #df6a01;
}
select {
  padding-right: 25px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
/* -------------SIDEBAR TEH-INFO------------ */
.sidebar {
  width: 26.7%;
  margin-top: 120px;
}
.dark-bg_widget {
  background-color: #0000007a;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.widget {
  margin-bottom: 20px !important;
}
.sidebar .widget_search {
  width: 100%;
  margin: 0;
}
.single .sidebar {
  margin-top: 3px;
}
.widget_search {
  margin-right: 7.5%;
  width: 350px;
  height: 40px;
  position: relative;
  max-width: 350px;
}
.sidebar .widget_search {
  width: 100%;
  margin: 0;
}
form[role="search"] {
  position: relative;
}
.wp-block-search__input {
  width: 100%;
  height: 48px;
  background-color: #fff;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(206, 218, 228, 0.6);
  border: none;
  font-size: 14px;
  color: #858585;
  padding: 0 50px 0 15px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  outline: none;
}

.wp-block-search__input:focus {
  box-shadow: 0 5px 15px #cedae4;
}

.wp-block-search__input:focus ~ .wp-block-search__button.wp-element-button {
  box-shadow: none;
}
.wp-block-search__input:focus ~ .wp-block-search__button.wp-element-button {
  box-shadow: none;
}
.search-phone__wrapper {
  display: flex;
  align-items: center;
}

.header-lenguage a {
  font-size: 18px;
}

.pc-header-menu_lang-switch {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.pc-header-menu_lang-switch .menu-switcher-language-container {
  width: 100%;
}

.pc-header-menu.open .pc-header-menu_lang-switch a {
  padding: 10px 46px;
  width: 100%;
  background: #f1f1f1;
}

.wp-block-search__button.wp-element-button,
.searc-menu-btn {
  width: 40px;
  height: 40px;
  background: url(../img/search.svg) 9px 9px no-repeat,
    -webkit-linear-gradient(120deg, #f56a00 0%, #fa903f 100%);
  background: url(../img/search.svg) 9px 9px no-repeat,
    linear-gradient(-30deg, #f56a00 0%, #fa903f 100%);
  border: none;
  cursor: pointer;
  position: absolute;
  top: 4px;
  right: 4px;
  border-radius: 50%;
  box-shadow: 0 0 15px rgba(193, 108, 4, 0.33);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.searc-menu-btn {
  position: relative;
  margin: 0 20px;
  top: 0;
}
.wp-block-search__button.wp-element-button:hover,
.searc-menu-btn:hover {
  box-shadow: none;
}

.categories__title,
.subscr__title {
  font-size: 18px;
  font-weight: 600;
}

.categories__title:after,
.subscr__title:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background-color: #ddd;
  margin-top: 19px;
}

.categories__title i,
.subscr__title i {
  padding: 0 10px 0 30px;
}
.banner {
  width: 100%;
  height: 491px;
  border-radius: 2px;
  position: relative;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 29px;
  margin-bottom: 30px;
  border-radius: 2px;
  overflow: hidden;
}

.banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: url(../img/shini_bez_diskov.jpg) center/cover no-repeat;
}

.banner__title,
.banner__text,
.banner__btn {
  position: relative;
  z-index: 2;
}

.banner__title {
  margin: auto 0 8px 0;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.banner__text {
  max-width: 286px;
}

.banner__btn {
  margin-top: 24px;
  width: 142px;
}

.banner__btn:before {
  width: 154px;
  content: "";
}
.btn {
  cursor: pointer;
  height: 50px;
  background-image: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background-image: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(193, 108, 4, 0.33);
  display: block;
  text-align: center;
  line-height: 50px;
  color: #fff;
  letter-spacing: 0.03em;
  font-size: 15px;
  font-weight: 600;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: none;
}

.banner__btn:before {
  padding: 3px 0 0 1px;
  color: #fa903f;
  content: "";
  display: block;
  width: 100%;
  height: 55px;
  border: 2px solid #fa903f;
  border-radius: 30px;
  position: absolute;
  top: -6px;
  left: -6px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn:hover::before {
  opacity: 1;
}
img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  object-fit: contain;
  padding: 1em;
}
a.news__link.link-more {
  color: #000;
  transition: 0.3s ease;
}
a.news__link.link-more:hover {
  color: #fa903f;
  transition: 0.3s ease;
}
.pswp__bg {
  background: #000000c9 !important;
}

.wrapper-404 {
  width: 100%;
  height: 85vh;
  position: relative;
}
.comment-form-author,
.comment-form-email {
  display: flex;
  flex-direction: column;
}
.flex-viewport {
  height: 400px !important;
}
.price-rating-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.woocommerce ul.products li.product .price {
  margin-bottom: 0;
  display: none;
}
.woocommerce .products .star-rating {
  margin: 10px !important;
}
.custom-link .content-product-title-link {
  position: absolute;
  color: #fff;
  background: -webkit-linear-gradient(left, #fa903f 0%, #f56a00 100%);
  background: linear-gradient(to right, #fa903f 0%, #f56a00 100%);
  width: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  margin: 0;
  text-align: right;
  padding: 0 10px;
  z-index: 1;
}
.cart-brand-top-text {
  color: #fff;
}
.img-category-logo {
  position: relative;
  width: 75px;
  height: 75px;
  right: 0;
}
.similar-product .img-category-logo {
  width: 100px;
  height: 100px;
}
.product_cat-ekskavator .img-category-logo {
  background: url(../img/category/9.jpg) center/contain no-repeat;
}
.product_cat-ekskavator-pogruzchik .img-category-logo {
  background: url(../img/category/10.jpg) center/contain no-repeat;
}
.product_cat-frontalny-pogruzchik .img-category-logo {
  background: url(../img/category/11.jpg) center/contain no-repeat;
}
.product_cat-mini-pogruzchik .img-category-logo {
  background: url(../img/category/12.jpg) center/contain no-repeat;
}
.product_cat-vilochny-pogruzchik .img-category-logo {
  background: url(../img/category/13-1.webp) center/contain no-repeat;
}
.product_cat-avtokran .img-category-logo {
  background: url(../img/category/14.jpg) center/contain no-repeat;
}
.product_cat-grejder .img-category-logo {
  background: url(../img/category/15.jpg) center/contain no-repeat;
}
.product_cat-katok .img-category-logo {
  background: url(../img/category/16.jpg) center/contain no-repeat;
}
.product_cat-teleskopicheskij-pogruzchik .img-category-logo {
  background: url(../img/category/17.jpg) center/contain no-repeat;
}
.product_cat-selskohozyajstvennaya-tehnika .img-category-logo {
  background: url(../img/category/18.jpg) center/contain no-repeat;
}
.tier-categories .sidebar .widget_search {
  height: auto;
}
.pwb-before-loop {
  display: none;
}
.similar-wraper-image-brand {
  display: flex;
  height: 100%;
  width: 100%;
  align-items: center;
  justify-content: space-between;
}
.woocommerce div.product .woocommerce-product-rating {
  margin-bottom: 0 !important;
}
.main-category-link {
  display: flex;
  align-items: center;
}
.agroshina_filter_check .log__group.check {
  padding-left: 15px;
}
.pwb-single-product-brands img {
  border-radius: 5px;
}
.woocommerce div.product div.images.woocommerce-product-gallery {
  width: 100%;
}
.flipper-kolco-title-mobile {
  display: none;
}
.pum-theme-2361 .pum-content + .pum-close,
.pum-theme-default-theme .pum-content + .pum-close {
  display: none;
}
#popmake-2370 {
  border-radius: 15px;
}
#popmake-2370 .wpcf7-form .main-form [data-name="your-name"]::before,
#popmake-2370 .wpcf7-form .main-form [data-name="tel-853"]::before,
#popmake-2370 .wpcf7-form .main-form [data-name="your-message"]::before {
  padding: 0 15px;
}
#pum-2370 {
  background: #00000061 !important;
  backdrop-filter: blur(5px) !important;
  -webkit-backdrop-filter: blur(5px) !important;
}

.menu-item-2375 {
  background: -webkit-linear-gradient(left, #f56a00 0%, #fa903f 100%);
  background: linear-gradient(to right, #f56a00 0%, #fa903f 100%);
  border-radius: 25px;
  box-shadow: 0 5px 20px rgba(193, 108, 4, 0.33);
  border: none;
  cursor: pointer;
  padding: 10px 20px;
  transition: ease 0.5s;
  position: relative;
  margin-left: 10px;
}
.menu-item-2375 a {
  color: #fff !important;
}
.callback-menu .phone-icon {
  font-size: 14px;
  animation-name: callback;
  animation-duration: 6s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

/* language */
select#lang_choice_1 {
  background: transparent;
  border: none;
  color: white;
  font-family: "Oswald Regular", Arial, Helvetica, sans-serif;
  font-size: 14px;
  cursor: pointer;
  padding: 0 5px;
}

select#lang_choice_1:focus-visible {
  outline: none;
}

select#lang_choice_1 option.language-item-list {
  color: black;
  padding: 10px !important;
  font-size: 14px;
}

.mobile-wrapper-footer {
  display: flex;
  align-items: center;
}

.custom-dropdown {
  position: relative;
  display: inline-block;
}

.selected-language {
  cursor: pointer;
  padding: 0 10px;
}

ul.sub-menu {
  padding-left: 40px;
  margin: 16px 0;
}

.toggle-pc-menu-wrapper.mobile {
  display: none;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
  z-index: 1;
  bottom: 115%;
}

.custom-option {
  padding: 10px;
  color: black;
  cursor: pointer;
}

.custom-option:hover {
  background-color: #f0f0f0;
  border-radius: 5px;
}

@keyframes callback {
  0% {
    rotate: rotate(0);
  }
  40% {
    transform: rotate(0deg) scale(1);
  }
  42% {
    transform: rotate(-30deg) scale(1.6);
  }
  44% {
    transform: rotate(30deg) scale(1.6);
  }
  46% {
    transform: rotate(-30deg) scale(1.6);
  }
  48% {
    transform: rotate(30deg) scale(1.6);
  }
  50% {
    transform: rotate(0) scale(1);
  }
}
.callback-menu-mobile {
  display: none;
}
@media (max-width: 1599.98px) {
}
@media (max-width: 1199.98px) {
  .additional-title {
    font-size: 14px;
  }
  .addition-text p {
    font-size: 12px;
  }
  .additional-description .additional-img {
    width: 50px;
  }
  .additional-description .additional-img img {
    width: 100%;
  }
}
@media (max-width: 1099.98px) {
  .menu-item-2375 {
    background: #000;
  }

  header img {
    padding-left: 0;
  }
  .callback-menu {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 70px;
    height: 70px;
    box-shadow: 0 5px 20px rgb(193 108 4 / 79%);
  }
  .fa-solid.fa-phone {
    font-size: 24px;
  }

  .toggle-pc-menu-wrapper.mobile {
    display: flex;
    margin-right: 20px;
  }
  .callback-menu {
    display: none;
  }
  .active .callback-menu-mobile {
    background-color: #1a1e20;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    transition: ease .5s;
    position: relative;
    margin-left: 20px;
    width: 60px;
    height: 60px;
    position: fixed;
    right: 10px;
    bottom: 10px;
    z-index: 999999100;
  }

  .active .callback-menu-mobile svg {
    width: 30px;
    height: 30px;
  }

  .header-main_block {
    display: none;
  }

  a.custom-logo-link {
    position: inherit;
    left: auto;
    top: auto;
    transform: none;
}

  .main-menu._active .sub-menu {
    position: relative;
  }

  #menu-main-menu .menu-item-type-post_type:first-child {
    padding-left: 20px;
  }

  .pc-header-menu_lang-switch {
    display: flex;
  }
}
@media (max-width: 1023.98px) {
  .tier-block-1 {
    width: 35vw;
  }
  .tier-category {
    width: 33%;
  }
  .additional-info {
    flex-wrap: wrap;
  }
  .additional-block {
    width: 40%;
    justify-content: start;
  }
  .sidebar {
    display: none;
  }
  .event__content {
    width: 100%;
  }
}

@media (max-width: 767.98px) {
  .contact-map {
    height: 100%;
  }
  .wrap-tier,
  .news__title.secondary-title {
    padding-top: 50px;
  }
  .products .custom-link {
    max-height: 650px;
  }
  .custom-link .content-product-wrapper-img-brand .content-produc-img-cart {
    margin: 0 10px 10px;
  }
  #breadcrumbs,
  .payment-and_delivery-wr,
  .contacts-wrapper-height {
    padding-top: 70px;
  }
  .payment-and_delivery-wr h2 {
    padding: 0 20px;
  }
  .tier-block-1 {
    width: 100%;
    max-width: none;
    padding: 2vh 4vw;
  }
  .tier-title {
    margin: 10px 0;
    font-family: "Oswald Bold", Helvetica, sans-serif;
  }
  .tier-block-progress p {
    margin: 10px 0;
  }
  .wpcf7-form input,
  .wpcf7-form textarea {
    font-size: 10px;
  }
  .block-social-links {
    margin: 20px 0;
  }
  .block-social-links a {
    font-size: 14px;
  }
  .additional-info {
    flex-direction: column;
  }
  .additional-block {
    width: 100%;
    margin: 20px 0;
    box-sizing: border-box;
    justify-content: start;
  }
  .additional-title {
    margin-bottom: 10px;
  }
  .additional-info {
    flex-wrap: wrap;
  }
  .title-category {
    margin: 1em 0 2em;
  }
  .tier-category {
    width: 50%;
  }
  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: calc(48% - 2%);
    margin: 2%;
  }
  .wrapper-single-cart {
    flex-direction: column;
  }
  .left-description-block {
    flex-direction: column;
  }
  .characteristics-list {
    padding: 10px 20px;
  }
  .payment__content {
    padding: 20px;
  }
  .delivery__content {
    padding: 20px;
  }
  .delivery-description__content {
    margin: 20px 0;
  }
  .delivery-item__content .description-item__content,
  .characteristics-title,
  .delivery-description__content,
  .text-worktime__content {
    font-size: 14px;
  }
  .description__content {
    padding: 20px;
    text-align: justify;
  }
  .left-description-block {
    align-items: center;
  }
  .item-img_block {
    margin-right: 0;
    margin-bottom: 2vw;
  }
  .item-img_block {
    width: 100%;
  }
  .wp-post-image {
    padding: 20px;
  }
  .similar-product .img-category-logo {
    width: 70px;
    height: 70px;
  }
  .contacts-wrapper {
    padding: 0 20px;
  }
  .contact-work-wrapper {
    flex-direction: column;
  }
  .work-time-title {
    font-size: 20px;
  }
  .block-social-link {
    margin: 10px;
  }
  .contacts-wrapper .block-social-links {
    justify-content: space-between;
  }
  .work-time {
    margin: 40px 0;
  }
  p.work-time-description {
    margin: 10px 0;
  }
  .contacts-wrapper-height {
    height: auto;
  }
  .contact-map iframe {
    height: 250px !important;
  }
  .katalog-list {
    justify-content: center;
    flex-wrap: wrap;
    padding: 0;
  }
  .katalog-list .katalog-item {
    margin: 10px;
    width: calc(50% - 20px);
  }
  .news__item {
    margin: 20px 0;
    padding: 20px;
    text-align: justify;
    hyphens: auto;
  }
  .sidebar {
    display: none;
  }
  .news__wrap {
    flex-direction: column;
  }
  .news__img {
    min-height: auto;
    max-height: 200px;
    min-width: auto;
    width: 100%;
    margin: 0 auto;
    top: 0;
  }
  .event__content {
    width: 100%;
    text-align: justify;
    hyphens: auto;
  }
  .flipper-wrapper {
    flex-direction: column;
  }
  .images-flipper {
    order: 2;
  }
  .images-flipper img {
    margin: 20px 0;
  }
  .flipper-kolco-title-mobile {
    display: none;
  }
  .privacy-policy-copyright-footer._mobile {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    font-size: 14px;
  }
  .privacy-policy-copyright-footer {
    display: none;
  }
  .privacy-policy__main-list {
    width: 100%;
  }
  .main-description__content p {
    font-size: 16px;
  }

  .title-for-description-block {
    font-size: 30px;
  }

  .main-description__content img {
    max-width: 220px;
  }

  .main-wrapper {
    height: auto;
  }

  select#lang_choice_1 {
    padding: 5px;
    font-size: 0.6rem;
  }
  .head-cart__content h3 {
    font-size: 22px;
  }
}
@media (max-width: 599.98px) {
  .item-description__content {
    flex-direction: column;
  }
  .item-img_block p {
    text-align: center;
  }
  .item-img_block img {
    margin: 15px 0;
  }
  .table-characteristics td,
  .table-characteristics th {
    padding: 10px;
  }
  .delivery-item__content {
    width: 100%;
  }
  .tier-category {
    width: 100% !important;
  }

  .pc-header-menu {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .main-description__content img {
    float: none;
    margin: 0 auto;
  }
  .agro-camera img,
  .agro-tier img {
    max-width: 300px;
  }
  .main-description__content .main-description__content-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .table-characteristics td,
  .table-characteristics th {
    font-size: 14px;
  }
  .contact-price {
    padding: 10px 20px;
  }
  .footer-contact-list li {
    padding: 0 5px 0 5px;
  }
  .main-description__block-hover ul {
    font-size: 16px;
  }
}
@media (max-width: 479.98px) {
  .tier-category {
    width: 70%;
  }
  .submit-btn {
    padding: 10px;
    width: 100%;
  }
  .form-wrap {
    margin-top: 5vh;
  }
  .table-characteristics td,
  .table-characteristics th {
    font-size: 12px;
    padding: 5px;
  }
}

.tier-categories_info-block {
  display: none;
}

.term-kamery .tier-categories_info-block {
  display: block;
}

.term-kamery .tier-categories_info-block {
  color: white;
  padding: 0 15px;
  max-width: 1400px;
  width: 100%;
}

section.tier-categories .tier-categories_info-block {
  color: #000;
}

.term-kamery .tier-categories_info-block h2 {
  color: #ee6a00;
  font-size: 40px;
  text-align: center;
  padding: 0px 0px 20px 0px;
  margin: 0;
}
.term-kamery .tier-categories_info-block p {
  margin: 10px 0;
}
.term-kamery .tier-categories_info-block p.main-description__link-hover {
  padding-left: 6px;
}
.grecaptcha-badge {
  visibility: hidden;
}
.woocommerce span.onsale {
  display: none;
}
.categories ul a,
.relevanssi-live-search-result a {
  color: #000;
}
.categories ul li::marker {
  color: #ee6a00;
}
.text-search::placeholder {
  color: #bdbdbd;
}
