.container-bp__head.vld-cont__head {
  background: #000;
}

.drawer-inner img.air-sect-img-right {
  width: 175px;
}

img.vld-cont__img {
  opacity: 0.7;
}

a.button.wc-forward {
  margin-bottom: 5px;
  width: 100%;
  text-align: center;
  font-size: 12px;
}

a.button.checkout.wc-forward {
  background: #e9ce04;
}

a.button.checkout.wc-forward:hover {
  background: #9f0412;
}

.vld-cont {
  padding: 75px 0 0 0;
  text-align: center;
}

div#tab-additional_information h2 {
  color: #000;
}

.vld-cont__btn {
  position: relative;
  height: 100%;
  width: 100%;
  display: block;
}

.vld-cont__plus span {
  display: block;
}

.vld-cont__zakaz {
  height: 100%;
}

.vld-cont__btn:hover .vld-cont__plus {
  opacity: 0.7;
}

.vld-cont__plus {
  width: 55%;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #009087;
  transition: all 0.6s;
}

.vld-cont__plus svg {
  display: inline-block;
  margin: 20px 0 0 0;
  width: 40px;
  height: 40px;
}

div#tab-additional_information th.woocommerce-product-attributes-item__label {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #000 !important;
  font-size: 15px;
  font-weight: 700;
}

div#tab-additional_information td.woocommerce-product-attributes-item__value {
  background: #fff;
  border: 0;
  border-bottom: 1px solid #ddd;
  color: #009087 !important;
  font-size: 15px;
  font-weight: 400;
  padding: 11px 0;
}

div#tab-additional_information td.woocommerce-product-attributes-item__value a {
  border-bottom: 0;
  color: #009087 !important;
  font-size: 15px;
  font-weight: 400;
  margin-left: 137px;
}

div#tab-additional_information
  td.woocommerce-product-attributes-item__value
  a:hover {
  border-bottom: 1px solid #009087;
}

.woocommerce table.shop_attributes {
  border: 0;
  border-spacing: 0;
  border-top: 1px solid #ddd;
  margin-bottom: 1.618em;
  width: 100%;
}

.air-sect {
  /* grid-template-columns: minmax(200px, 300px) 1fr; */
  grid-template-columns: 40% 60%;
  gap: 5px;
  display: grid;
}

.air-sect-block-1 {
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  display: grid;
}

.air-sect-block-2 {
  grid-template-columns: 1fr 1fr 1fr;
  gap: 5px;
  display: grid;
}

.air-sect-block-3 {
  grid-template-columns: 1fr 1fr;
  gap: 5px;
  display: grid;
}

.air-sect-link {
  margin: 0 0 5px 0;
  background: #ebf3f2;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  padding: 18px 24px 16px;
  position: relative;
  text-decoration: none;
  min-height: 215px;
}

.air-sect-link span {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #4c4c4c;
  margin: 15px 0 0 0;
}

.air-sect-link img {
  display: block;
  max-height: 65px;
  margin: 0 0 10px 0;
}

.air-sect-link:hover {
  background: #fff;
  box-shadow: 0 0 10px #000;
}

.air-sec-menu {
  position: relative;
}

.air-sec-menu-section {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 15px;
  right: 15px;
}

.air-sec-menu-but {
  background: url(https://owen-russia.ru/wp-content/uploads/2022/06/icon-menu.png);
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background-size: 24px;
  background-repeat: no-repeat;
  cursor: pointer;
  background-position: center;
  opacity: 0.4;
}

.air-sec-menu-but:hover {
  opacity: 0.9;
}

.air-cssarrow {
  background: #fff;
  border: 1px solid #ccc;
  z-index: -1;
  right: -112px;
  opacity: 0;
  width: 200px;
  margin: auto;
  position: absolute;
  top: 16.5px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(50%, -50%);
  display: none;
}

.air-cssarrow.active {
  z-index: 10;
  opacity: 1;
  display: block;
}

.air-cssarrow:after,
.air-cssarrow:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.air-cssarrow:after {
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #fff;
  border-width: 16px;
  margin-top: -16px;
}

.air-cssarrow:before {
  border-color: rgba(194, 225, 245, 0);
  border-right-color: #ccc;
  border-width: 18px;
  margin-top: -18px;
}

ul.air-cssarrow-ul {
  padding: 25px 13px 13px 13px !important;
  margin: 0;
  list-style: none;
}

.air-caaarro-a {
  font-size: 13px;
  border-bottom: 1px solid #ccc;
  margin: 0 0 5px 0;
  padding: 0 0 5px 0;
  text-decoration: none;
  display: inline-block;
  color: #000;
  transition: 0.3s all;
  line-height: 14px;
}

.air-caaarro-a:hover {
  border-bottom: 1px solid transparent;
}

.air-close-menu {
  display: block;
  position: absolute;
  right: 10px;
  top: 5px;
  cursor: pointer;
}

.air-sect-link-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 24px;
}

img.air-sect-img-right {
  width: 225px;
  position: absolute;
  right: -10px;
  bottom: -13px;
  max-height: initial;
  margin: 0 0 10px 0;
}

.air-sect-link-flex span {
  padding: 0 40% 0 0;
}

section.widget.widget_block {
  overflow: hidden;
}

section.widget.widget_block .air-sect {
  grid-template-columns: 100%;
}

section.widget.widget_block .air-sect-block-1 {
  grid-template-columns: 49% 49.5%;
}

section.widget.widget_block .air-sect-block-2 {
  grid-template-columns: 100%;
  gap: 5px;
  display: grid;
}

section.widget.widget_block .air-sect-block-3 {
  grid-template-columns: 49% 49.5%;
}

section.widget.widget_block .air-sect-link {
  color: #000 !important;
  font-size: 13px !important;
}

section.widget.widget_block .air-sect-link span {
  font-size: 12px;
  z-index: 10;
}

section.widget.widget_block .air-sect-block-1 > div:nth-child(1) > a,
section.widget.widget_block .air-sect-block-1 > div:nth-child(2) > a {
  min-height: 240px;
}

section.widget.widget_block .air-sec-menu-but {
  display: none;
}

section.widget.widget_block ul.air-cssarrow-ul {
  display: none;
}

.site-footer
  .site-top-footer-wrap
  a:not(.button):not(.wp-block-button__link):not(.wp-element-button):hover {
  color: #cbc7c7 !important;
}

.category-novosti .entry-taxonomies {
}

.category-novosti h2.entry-title {
  font-size: 18px !important;
  color: black !important;
}

.category-novosti .entry-meta.entry-meta-divider-dot {
}

.category-novosti .entry-summary {
  font-size: 14px !important;
  color: black;
}

.category-novosti svg.kadence-svg-icon.kadence-arrow-right-alt-svg {
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
  padding: 12px 16px !important;
  transition: 0.3s all;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
  color: #ffffff !important;
  transition: 0.3s all !important;
}

.category-novosti a.post-more-link {
  color: #009087;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 1px solid;
  text-transform: none;
}

/*
Стили новостей
*/
.vld-news {
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px 30px 20px 30px;
  display: grid;
  gap: 68px;
  grid-template-columns: 1fr 250px;
}

.category-novosti #inner-wrap {
  background: #ebf2f7;
}

h1.vld-news__h1 {
  font-size: 32px;
  font-weight: 700;
  color: #000000;
  margin: 60px 0 0px 0;
  text-align: center;
}

h3.vld-news__h3 {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
}

.vld-news__excerpt p {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin: 15px 0 19px 0;
}

a.vld-news____foot-a {
  font-size: 20px;
  font-weight: 700;
  color: #009087;
}

a.vld-news____foot-a:hover {
  color: red;
  transition: 0.3s;
}

.vld-news__foot {
  display: flex;
  justify-content: space-between;
}

.vld-news__footright {
  font-size: 16px;
  font-weight: 700;
  padding: 6px 16px 6px 16px;
  color: #54686f;
  background: #ebf2f7;
  border-radius: 5px;
}

article.vld-news__post {
  display: grid;
  padding: 25px 50px 25px 50px;
  background: #fff;
  margin: 0 0 20px 0px;
  gap: 50px;
  border-radius: 20px;
  grid-template-columns: 28% 1fr;
  align-items: center;
}

.vld-news__post-left img {
  max-height: 150px;
  width: auto;
  margin: 0 auto;
}

.vld-novosti-h1 span {
  color: black !important;
}

.vld-novosti a {
  color: #009087;
  font-size: 16px;
  text-decoration: none;
}

.vld-novosti a:hover {
  color: red;
  transition: 0.3s;
}

.vld-novosti {
  border-left: 1px solid;
  border-color: #cccc;
}
.vld-stroca-product {
  border: 1px solid #d5d5d5;
}
.vld-novosti span.kt-svg-icon-list-text {
  margin-bottom: 10px;
}

ul.air-cat-list a {
  padding: 5px;
}
.site-main .menu {
  margin: 10px;
  padding: 15px 30px 25px 30px;
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  text-align: left;
  border: 1px solid #dbdbdb;
  background: #eee;
  transition: 0.3s all;
  width: 40%;
}

.site-main .menu:hover {
  background: #e3e3e3;
}
.site-main .menu:hover .menu_img {
  transform: rotate(10deg);
  transition: 0.4s all;
}
.site-main .small_screen {
  display: flex;
  flex-direction: inherit;
  flex-wrap: wrap;
  justify-content: center;
}
.site-main .page-content-text p,
.base-page-text p,
.page-content-text li,
.base-page-text li {
  font-size: 14px;
  line-height: 26px;
  font-weight: 300;
  color: #343536;
}
.site-main .menu_text2 {
  padding-left: 0;
  font-size: 14px;
  text-align: center !important;
  margin: 0 auto;
}
.site-main .page-content-text img,
.base-page-text img {
  max-width: 100%;
  height: auto !important;
}
.site-main .menu_text {
  font-size: 14px;
  color: #009999;
}

.site-main .menu_text2 {
  padding-left: 0;
  font-size: 14px;
  text-align: left;
}
.site-main .menu div:first-child {
  align-items: center;
}
.site-main .menu_text {
  margin: 8px 0 8px 0px;
}
.site-main .menu_img {
  margin-right: 0;
}
ul.air-cat-list a:hover {
  background: #cdf4f2;
  border-radius: 5px;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart.added {
  display: none !important;
}
/*
Стили для vld-materialy (страница Полезные материалы)
НАЧАЛО
*/
.vld-materialy .vld-news__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px;
}

.vld-materialy .vld-news__post {
  grid-template-columns: 1fr;
  padding: 0px;
  overflow: hidden;
  gap: 0;
  align-items: baseline;
}

.vld-materialy .vld-news__post-right {
  padding: 25px;
}
.vld-news__post-left a.vld-news__a:before {
  z-index: 10;
  content: "";
  position: absolute;
  background: #000;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: 0.3s all;
}
.vld-news__post-left a.vld-news__a:hover:before {
  opacity: 0.3;
}
.vld-news__post-left a.vld-news__a:hover img {
  transform: scale(1.2) rotate(-6deg);
}
.vld-materialy .vld-news__post-left img {
  max-height: none;
  object-fit: cover;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 100%;
  transition: 0.3s all;
  transform: scale(1) rotate(0deg);
}
.vld-news__post-left a.vld-news__a {
  overflow: hidden;
  height: 250px;
  position: relative;
  display: block;
  width: 100%;
}
.vld-materialy .vld-news____foot-a {
  font-size: 16px;
}

.vld-materialy .vld-news__footright {
  font-size: 14px;
}

.vld-materialy .vld-news__post-left {
  min-height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/*
Стили для vld-materialy (страница Полезные материалы)
КОНЕЦ
*/

@media (max-width: 1660px) {
  .air-cssarrow:after,
  .air-cssarrow:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }

  .air-cssarrow:after {
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #fff;
    border-width: 16px;
    margin-top: -16px;
  }

  .air-cssarrow:before {
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #ccc;
    border-width: 18px;
    margin-top: -18px;
  }

  .air-cssarrow {
    right: 140px;
  }
}

@media (max-width: 1600px) {
  .img-circle {
    right: 0px !important;
  }

  .circle-fill {
    right: -14px !important;
  }

  .circlephone {
    right: -40px !important;
  }
}

@media (max-width: 1297px) {
  .air-sect-block-1 .air-sec-menu {
    display: flex;
  }

  .air-sect-block-3 .air-sec-menu {
    min-height: 240px;
    display: flex;
  }

  h3.vld-news__h3 {
    font-size: 16px;
    color: #000000;
    font-weight: 700;
  }

  .vld-news__excerpt p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin: 15px 0 19px 0;
  }

  a.vld-news____foot-a {
    font-size: 16px;
    font-weight: 700;
    color: #009087;
  }

  .vld-news {
    grid-template-columns: 1fr;
  }

  .vld-news__footright {
    font-size: 13px;
  }
}

@media (max-width: 1293px) {
  .air-sect-left .air-sect-ba-1 {
    min-height: 240px;
    display: flex;
  }

  .air-sect-block-2 .air-sec-menu {
    display: flex;
  }
}

@media (max-width: 1270px) {
  .air-sect-link {
    padding: 15px;
    font-size: 15px;
    line-height: 16px;
  }

  .air-sect-link span {
    font-size: 13px;
  }

  .air-sect-link span {
    z-index: 9;
  }

  .air-sect-block-2 {
    min-height: 240px;
  }

  .air-sect-block-3 .air-sec-menu {
    min-height: auto;
  }
}
/*
Начало стилей для каталога модификаторов
 */
@media (max-width: 1200px) {
  .air-prod__meta {
    width: 90%;
  }
  .woocommerce ul.products li.product .price {
    font-size: 15px;
  }
  .woocommerce
    ul.products:not(.woo-archive-btn-button)
    li:where(:not(.woo-archive-btn-button))
    .button:not(.kb-button) {
    font-size: 12px;
  }
}
@media (min-width: 650px) and (max-width: 850px) {
  .woocommerce ul.products li.product .price {
    font-size: 11px;
    margin: 0 auto;
  }
  .woocommerce
    ul.products:not(.woo-archive-btn-button)
    li:where(:not(.woo-archive-btn-button))
    .button:not(.kb-button) {
    font-size: 10px;
  }
  .air-prod__title {
    font-size: 13px;
  }
  .air-prod__sku {
    font-size: 10px;
  }
  .air-prod__excerpt {
    font-size: 10px;
  }
  .air-prod__meta {
    width: 160px;
  }
  .air-prod__meta {
    font-size: 11px;
  }
}

@media (min-width: 651px) {
  .air-prod__title--block {
    margin-right: 5px;
  }
  .woocommerce ul.products li.product .price {
    margin: 0 auto;
  }

  .air-prod {
    grid-template-columns: 1fr 1fr 20% 22%;
  }

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

  .air-prod__add a.added_to_cart.wc-forward {
    font-size: 60% !important;
  }
}

@media (max-width: 650px) {
  .air-prod {
    grid-template-columns: 1fr;
  }

  .air-prod__add {
    justify-content: flex-start;
  }
  .woocommerce
    ul.products:not(.woo-archive-btn-button)
    .air-prod__add
    .button:hover {
    background: #056e65 !important;
  }
  a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    background: #009688 !important;
    color: #fff !important;
  }
  .woocommerce
    ul.products:not(.woo-archive-btn-button)
    li:where(:not(.woo-archive-btn-button))
    .button:not(.kb-button) {
    font-size: 10px;
  }
}
@media (max-width: 435px) {
  input.air-search__submit {
    width: 32%;
  }
}
/*
Конец стилей для каталога модификаторов
 */
@media (max-width: 992px) {
  .air-sect {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 800px) {
  .site-main .small_screen {
    flex-direction: column;
  }
  .site-main .menu {
    width: 100%;
  }
  .site-main .menu div:first-child {
    align-items: center;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .air-sect-block-2 {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .air-sect-block-3 {
    grid-template-columns: 1fr;
    gap: 0;
    display: grid;
  }

  .air-sect {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .air-sect-left .air-sect-ba-1 {
    min-height: auto;
  }

  .air-sect-block-2 {
    min-height: auto;
  }

  .vld-pr103 {
    display: none;
  }

  .vld-news__post-left {
    display: none;
  }

  article.vld-news__post {
    display: block;
  }

  .vld-materialy .vld-news__container {
    grid-template-columns: 1fr;
  }

  .vld-materialy .vld-news__post-left {
    min-height: 200px;
  }
}

@media (max-width: 485px) {
  article.vld-news__post {
    padding: 25px 25px 25px 25px;
  }
  img.air-sect-img-right {
    width: 225px;
    position: relative;
    right: auto;
    bottom: auto;
    max-height: initial;
    margin: auto;
  }

  .air-sect-link-flex span {
    padding: 0;
    text-align: center;
  }

  .air-sec-menu.air-sect-ba-1 {
    text-align: center;
  }

  .air-sec-menu.air-sect-ba-1 a {
    padding: 30px;
  }

  .vld-news__foot {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .vld-news__excerpt p {
    text-align: center;
  }

  h3.vld-news__h3 {
    text-align: center;
  }

  .vld-news__foot-left {
    margin: 0px 0px 10px 0px;
  }

  .vld-news__footright {
    font-size: 12px;
  }
}
