@charset "UTF-8";

/*
Theme Name: Twenty Twenty-One
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: Twenty Twenty-One is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how Twenty Twenty-One elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.7
Requires PHP: 5.6
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio

Twenty Twenty-One WordPress Theme, (C) 2020 WordPress.org
Twenty Twenty-One is distributed under the terms of the GNU GPL.
*/

/**
 * SETTINGS
 * File-header..........The file header for the themes style.css file.
 * Fonts................Any font files, if the project needs specific fonts.
 * Global...............Project-specific, globally available variables.
 *
 * TOOLS
 * Functions............Global functions.
 * Mixins...............Global mixins.
 *
 * GENERIC
 * Normalize.css........Normalise browser defaults.
 * Breakpoints..........Mixins and variables for responsive styles
 * Vertical-margins.....Vertical spacing for the main components.
 * Reset................Reset specific elements to make them easier to style in other contexts.
 * Clearings............Clearings for the main components.
 *
 * ELEMENTS
 * Blockquote...........Default blockquote.
 * Forms................Element-level form styling.
 * Headings.............H1–H6
 * Links................Default links.
 * Lists................Default lists.
 * Media................Images, Figure, Figcaption, Embed, iFrame, Objects, Video.
 *
 * BLOCKS
 * Audio................Specific styles for the audio block.
 * Button...............Specific styles for the button block.
 * Code.................Specific styles for the code block.
 * Columns..............Specific styles for the columns block.
 * Cover................Specific styles for the cover block.
 * File.................Specific styles for the file block.
 * Gallery..............Specific styles for the gallery block.
 * Group................Specific styles for the group block.
 * Heading..............Specific styles for the heading block.
 * Image................Specific styles for the image block.
 * Latest comments......Specific styles for the latest comments block.
 * Latest posts.........Specific styles for the latest posts block.
 * Legacy...............Specific styles for the legacy gallery.
 * List.................Specific styles for the list block.
 * Media text...........Specific styles for the media and text block.
 * Navigation...........Specific styles for the navigation block.
 * Paragraph............Specific styles for the paragraph block.
 * Pullquote............Specific styles for the pullquote block.
 * Quote................Specific styles for the quote block.
 * Search...............Specific styles for the search block.
 * Separator............Specific styles for the separator block.
 * Table................Specific styles for the table block.
 * Verse................Specific styles for the verse block.
 * Video................Specific styles for the video block.
 * Utilities............Block alignments.
 *
 * COMPONENTS
 * Header...............Header styles.
 * Footer...............Footer styles.
 * Comments.............Comment styles.
 * Archives.............Archive styles.
 * 404..................404 styles.
 * Search...............Search styles.
 * Navigation...........Navigation styles.
 * Footer Navigation....Footer Navigation styles.
 * Pagination...........Pagination styles.
 * Single...............Single page and post styles.
 * Posts and pages......Misc, sticky post styles.
 * Entry................Entry, author biography.
 * Widget...............Widget styles.
 * Editor...............Editor styles.
 *
 * UTILITIES
 * A11y.................Screen reader text, prefers reduced motion etc.
 * Color Palette........Classes for the color palette colors.
 * Editor Font Sizes....Editor Font Sizes.
 * Measure..............The width of a line of text, in characters.
 */

/* Categories 01 to 03 are the basics. */

/* Variables */
:root {
  --font-size-14: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
  /*14px*/
  --font-size-main: clamp(0.75rem, 0.659rem + 0.45vw, 1rem);
  /*16px*/
  --font-size-18: clamp(0.875rem, 0.784rem + 0.45vw, 1.125rem);
  /*18px*/
  --font-size-20: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
  /*20px*/
  --font-size-22: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  /*22px*/
  --font-size-24: clamp(1.125rem, 0.989rem + 0.68vw, 1.5rem);
  /*24px*/
  --font-size-26: clamp(1.125rem, 0.943rem + 0.91vw, 1.625rem);
  /*26px*/
  --font-size-28: clamp(1.125rem, 0.898rem + 1.14vw, 1.75rem);
  /*28px*/
  --font-size-30: clamp(1.5rem, 1.364rem + 0.68vw, 1.875rem);
  /*30px*/
  --font-size-32: clamp(1.5rem, 1.318rem + 0.91vw, 2rem);
  /*32px*/
  --font-size-34: clamp(1.5rem, 1.273rem + 1.14vw, 2.125rem);
  /*34px*/
  --font-size-36: clamp(1.625rem, 1.398rem + 1.14vw, 2.25rem);
  /*36px*/
  --font-size-38: clamp(1.625rem, 1.352rem + 1.36vw, 2.375rem);
  /*38px*/
  --font-size-40: clamp(1.875rem, 1.648rem + 1.14vw, 2.5rem);
  /*40px*/
  --font-size-42: clamp(2rem, 1.773rem + 1.14vw, 2.625rem);
  /*42px*/
  --font-size-44: clamp(2rem, 1.727rem + 1.36vw, 2.75rem);
  /*44px*/
  --font-size-46: clamp(2.125rem, 1.852rem + 1.36vw, 2.875rem);
  /*46px*/
  --font-size-48: clamp(2.25rem, 1.977rem + 1.36vw, 3rem);
  /*48px*/

  /* Font Size */
  --global--font-size-base: calc((100vw - 320px) / (1920 - 320) * (14 - 12) + 12px);
  --global--font-size-xs: calc((100vw - 320px) / (1920 - 320) * (16 - 14) + 14px);
  --global--font-size-sm: calc((100vw - 320px) / (1920 - 320) * (18 - 16) + 16px);
  --global--font-size-md: calc((100vw - 320px) / (1920 - 320) * (20 - 18) + 18px);
  --global--font-size-lg: calc((100vw - 320px) / (1920 - 320) * (22 - 20) + 20px);
  --global--font-size-xl: calc((100vw - 320px) / (1920 - 320) * (32 - 26) + 26px);
  --global--font-size-xl-l: calc((100vw - 320px) / (1920 - 320) * (36 - 28) + 28px);
  --global--font-size-xxl: calc((100vw - 320px) / (1920 - 320) * (40 - 32) + 32px);
  --global--font-size-xxxl: calc((100vw - 320px) / (1920 - 320) * (50 - 46) + 46px);
  --global--font-size-page-title: var(--global--font-size-xxl);
  --global--letter-spacing: normal;

  --font-family-main: "Roboto", serif;
  --main-color: #000000;
  --color-orange: rgba(245, 189, 142, 1);
  --background-color-main: #e8e8e8;
  --border-radius-main: 20px;
  --trans-all: ease all .3s;
  --margin-top-clamp: clamp(40px, calc(40px + 40 * ((100vw - 370px) / 880)), 80px);
  --container-width: 1200px;
  --container-padding: 15px;
  /* Admin-bar height */
  --global--admin-bar--height: 0px;
}

html {
  height: 100%;
}

body {
  font-family: var(--font-family-main);
  height: 100%;
  color: var(--main-color);
  line-height: 1.5;
  font-size: var(--font-size-main);
}

h1,
h2,
h3,
h4,
h5 {
  font-size: var(--font-size-42);
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
}

h1,
h2 {
  text-align: center;
}

.wc-tabs-wrapper ul {
  padding-inline-start: 20px;
}

img {
  max-width: 100%;
}

.site {
  height: 100%;
  display: flex;
  flex-direction: column;
}

a {
  text-decoration: none;
  color: inherit;
}

.admin-bar {
  --global--admin-bar--height: 32px;
}

.site-header,
.site-footer {
  width: 100%;
}

body:not(.home) .content-area {
  margin-top: var(--margin-top-clamp);
}

.site-footer {
  margin-top: auto;
}

svg {
  display: block;
}

input,
textarea {
  font-family: var(--font-family-main);
}

.entry-content p {
  margin-bottom: 10px;
}

@media only screen and (max-width: 782px) {
  .admin-bar {
    --global--admin-bar--height: 46px;
  }
}

/* если нужно задать стили элементам содержащие часть класса _section в целом*/
[class*="_section"] {
  margin-top: var(--margin-top-clamp);
}

/* если нужно задать стили элементам содержащие часть класса _section в начале*/
/* [class^="_section"] {
	padding: var(--margin-top-clamp);
} */

/* если нужно задать стили элементам содержащие часть класса _section в конце*/
/* [class$="_section"] {
	padding: var(--margin-top-clamp);
} */


/* Тут крч смысл в чем, чтобы получалась та ширина, что нужна по макету, но при этом был пуддинг */
.container,
.woocommerce .content-area {
  width: 100%;
  max-width: calc(var(--container-width) + (var(--container-padding) * 2));
  padding: 0 var(--container-padding);
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

/* @media (min-width: 1200px) {
  .container {
    padding-left: 0px;
    padding-right: 0px;
  }
} */

.btn_site {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  min-height: 40px;
  padding: 10px 20px;
  transition: var(--trans-all);
  max-width: max-content;
}

.btn_site:hover,
.btn_site.active {
  background: var(--main-color);
  color: #fff;
}

.btn_site.invert {
  background: var(--main-color);
  color: #fff;
}

.btn_site.invert:hover {
  background: transparent;
  color: var(--main-color);
}

.link_underline {
  text-decoration: underline;
}

.link_underline:hover {
  text-decoration: none;
}

.link_hov {
  text-decoration: none;
}

.link_hov:hover {
  text-decoration: underline;
}

/* HEADER NAVIGATION */
.sticky_header {
  position: fixed;
  right: 0px;
  top: 0px;
  left: 0px;
  z-index: 999;
  animation: showheader;
  animation-duration: 1s;
}

@keyframes showheader {
  0% {
    transform: translate(0px, -70px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

.site-header {
  background: #fff;
}

.site-name {
  width: max-content;
}

.header_navigation_inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.header_address {
  text-align: right;
  font-size: 14px;
}

.site-logo {
  max-width: 170px;
}

.site-logo img {
  width: 100%;
}

.menu-wrapper li a {
  font-weight: 700;
  font-size: 13px;
  text-transform: uppercase;
}

.menu-wrapper .current_page_item a {
  opacity: .7;
}

.sub-menu {
  list-style: none;
  position: relative;
}

.menu-wrapper {
  list-style-type: none;
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: relative;
}

.menu-wrapper li {
  position: relative;
  padding-top: 5px;
  padding-bottom: 5px;
}

.menu-button-container {
  display: none;
}

.sub-menu-toggle {
  display: none;
}

.sub-menu-toggle .icon-minus {
  display: none;
}

.sub-menu-toggle[aria-expanded="true"] .icon-minus {
  display: block;
}

.sub-menu-toggle[aria-expanded="true"] .icon-plus {
  display: none;
}

.submenu-wrapper {
  position: absolute;
  padding: 18px 20px;
  background-color: #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, .2);
  display: none;
  flex-flow: column;
  gap: 10px;
  z-index: 99;
  top: 30px;
}

.submenu-wrapper:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  top: -20px;
  border: solid transparent;
  border-width: 10px;
  left: 50%;
  transform: translate(-50%, 0%);
  border-bottom-color: #fff;
}

.menu-item-has-children .sub-menu-toggle[aria-expanded="true"]+.submenu-wrapper {
  display: block;
}

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

@media only screen and (max-width: 1200px) {
  .sticky_header {
    overflow: auto;
  }

  .primary-navigation-open .sticky_header {
    height: 100%;
    overscroll-behavior: none;
  }

  .menu-button-container {
    display: block;
    text-align: right;
    position: relative;
    z-index: 99;
  }

  .submenu-wrapper {
    width: 100%;
  }

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

  .mobile_btn svg {
    width: 100%;
    height: 100%;
  }

  .mobile_btn[aria-expanded="false"] .dropdown-icon.close {
    display: none;
  }

  .mobile_btn[aria-expanded="true"] .dropdown-icon.open {
    display: none;
  }

  .menu-wrapper {
    flex-flow: column;
  }

  .header_nav_inner {
    position: relative;
  }



  .header_address {
    text-align: center;
  }

  .menu-item-has-children {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .sub-menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    vertical-align: sub;
  }

  /* .sub-menu-toggle span {
    width: 100%;
    height: 100%;
  } */

  .sub-menu-toggle svg {
    width: 100%;
    height: 100%;
  }

  .submenu-wrapper {
    background: #fff;
    z-index: 99;
    position: static;
    padding: 0;
    box-shadow: unset;
  }

  .submenu-wrapper:before {
    display: none;
  }

  .admin-bar .header_navigation_inner {
    top: initial;
  }

  .site-header .header_navigation_inner {
    visibility: hidden;
    flex-flow: column;
    gap: 50px;
    text-align: center;
    background: #fff;
    opacity: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 0;
    transition: all 0.15s ease-in-out;
    z-index: 499;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
  }

  /* .admin-bar .header_navigation_inner {
    top: var(--global--admin-bar--height);
  } */

  .primary-navigation-open .site-header .header_navigation_inner {
    visibility: visible;
    opacity: 1;
    height: max-content;
    transform: translateY(0);
    z-index: 2;
  }
}


/* FOOTER ФУТЕР */
.map_footer {
  margin-top: 20px;
}

.site-footer {
  background: var(--main-color);
  color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.footer_inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

/* HERO BLOCK */
.hero_section {
  background-color: var(--background-color-main);
  background-image: url('/wp-content/uploads/main-page/hero_block.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.hero_title {
  margin-bottom: 0;
  text-align: left;
}

.hero_left {
  max-width: 540px;
  display: flex;
  flex-flow: column;
}

.hero_form_wrapper {
  background: #fff;
  max-width: 780px;
  margin-top: 20px;
}

.hero_subtitle {
  margin-top: 25px;
}

.hero_form {
  display: flex;
  flex-flow: column;
  padding: 30px 80px;
}

.hero_form_title {
  font-size: var(--font-size-26);
  font-weight: 700;
}

.hero_form_inner {
  display: flex;
  gap: 25px;
  flex-flow: wrap;
  margin-top: 25px;
}

.hero_input {
  padding: 10px;
  background: rgb(242, 242, 242);
  border: unset;
  min-height: 50px;
}

.hero_btn {
  padding: 10px 40px;
}

@media (max-width: 1200px) {
  .hero_form {
    padding: 20px;
  }
}

/* CATEGORIES BLOCK БЛОК КАТЕГОРИЙ */
.categories_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.catalog_title {
  text-align: center;
}

.products:not(.related),
.woocommerce ul.products:not(.related) {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(250px, 100%), 1fr));
  gap: 20px;
}

.woocommerce .product-categories-section ul.products li.product,
.woocommerce-page .product-categories-section ul.products li.product,
.woocommerce ul.products.custom-products-wrapper li.product,
.woocommerce-page ul.products.custom-products-wrapper li.product {
  width: auto !important;
}

.products .product a {
  display: flex;
  flex-flow: column;
  justify-content: center;
  gap: 10px;
}

.products .product img {
  width: 100%;
}

.products .woocommerce-loop-product__title,
.products .woocommerce-loop-category__title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: var(--main-color);
  border: 1px solid var(--main-color);
  min-height: 40px;
  padding: 10px 20px;
  transition: var(--trans-all);
}

.products .woocommerce-loop-product__title:hover,
.products .woocommerce-loop-category__title:hover {
  background: var(--main-color);
  color: #fff !important;
}

/* CATALOG MAIN СТРАНИЦА КАТАЛОГА */
.product-section {
  clear: both;
}

.woocommerce-tabs .panel h2:first-of-type {
  text-align: left;
}

.count {
  display: none;
}

/* ADVANTAGES BLOCK БЛОК ПРЕИМУЩЕСТВ */
.advantages_inner {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
  gap: 20px;
}

.advantages_item {
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
  flex: 0 1 260px;
  font-weight: 500;
}

@media (max-width: 1200px) {
  .advantages_item {
    flex-grow: 1;
  }
}

/* ABOUT BLOCK БЛОК О НАС */
.about_section {
  margin-bottom: 50px;
}

.about_inner {
  position: relative;
}

.about_image img {
  height: 100%;
  object-fit: cover;
  display: block;
}

.about_item {
  background: #fff;
  padding: 60px;
  display: flex;
  flex-flow: column;
  gap: 25px;
  max-width: 400px;
  position: absolute;
  right: 135px;
  bottom: -50px;
}

.about_item_title {
  font-size: var(--font-size-36);
}


.about_item_text {
  font-weight: 300;
}

/* EXAMPLES BLOCK ПРИМЕРЫ РАБОТ */
.examples_section {
  overflow: hidden;
  background: var(--background-color-main);
}

.examples_wrapper {
  padding-top: 30px;
  padding-bottom: 30px;
}

.examples_title {
  text-align: center;
}

.examples_inner {
  position: relative;
}

.swiper-pagination {
  position: static !important;
}

.example_slide {
  opacity: 0.3
}

.example_slide.swiper-slide-active {
  opacity: 1;
}

.swiper-slide.example_slide {
  height: auto;
  transition: var(--trans-all);
}

.example_slide img {
  height: 100%;
  width: 100%;
  max-height: 600px;
  object-fit: cover;
}

.swiper_custom_nav {
  display: flex;
  gap: 20px;
  position: absolute;
  justify-content: space-between;
  bottom: 50%;
  left: 50%;
  z-index: 99;
  transform: translateX(-50%);
  width: 100%;
  max-width: 700px;
  height: 0;
}

.swiper_custom_nav>button {
  width: 30px;
  height: 30px;
  background-color: var(--main-color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: var(--trans-all);
}

.example_nav_prev.swiper_custom_prev.swiper-button-disabled,
.example_nav_next.swiper_custom_next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 1200px) {
  .examples_wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* CONTACTS BLOCK БЛОК КОНТАКТОВ  */
.contacts_inner {
  display: flex;
  flex-flow: wrap;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
}

.contacts_left {
  max-width: 500px;
  display: flex;
  flex-flow: column;
}

.contacts_right {
  max-width: 600px;
  width: 100%;
  filter: grayscale(1);
}

@media (max-width: 1200px) {
  .contacts_right {
    max-width: 100%;
  }
}

/* CATALOG MAIN СТРАНИЦА КАТАЛОГА */
.woocommerce ul.products.products::before,
.woocommerce ul.products.products::after {
  display: none;
}

/* SYSTEM OPENINGS СИСТЕМЫ ОТКРЫВАНИЯ */
.system_openings_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 60px 40px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.system_openings_item {
  display: flex;
  flex-flow: column;
  align-items: center;
  position: relative;
}

.system_openings_image {
  overflow: hidden;
  max-height: 250px;
  height: 100%;
  width: 100%;
}

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

.system_openings_image.bottom {
  max-height: max-content;
}

.system_openings_title {
  font-size: var(--font-size-24);
  font-weight: 300;
  text-align: center;
}

.system_openings_title a:before {
  content: '';
  position: absolute;
  inset: 0;
}

/* INFORMATION PAGE СТРАНИЦА ИНФОРМАЦИИ */
.information_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(300px, 100%), 1fr));
  gap: 40px;
}

.information_item {
  max-height: 320px;
  position: relative;
}

.information_image img {
  height: 100%;
  width: 100%;
  display: block;
}

.information_image {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.information_image:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, rgba(15, 15, 15, 0.5), rgba(0, 0, 0, 0.4));
  inset: 0;
}

.information_title {
  font-size: var(--font-size-22);
  text-align: center;
  position: absolute;
  inset: 0;
  top: 45%;
  color: #fff;
  height: max-content;
  transition: var(--trans-all);
}

.read_more {
  border: 1px solid #ffffff;
  position: relative;
  margin: auto;
  display: block;
  color: #fff;
  padding: 10px 30px;
  border-radius: 30px;
  height: max-content;
  width: max-content;
  bottom: -50%;
  transform: translate(0%, 50%);
  transition: var(--trans-all);
  opacity: 0;
  visibility: hidden;
}

.information_link {
  position: absolute;
  inset: 0;
  height: 100%;
}

.information_item:hover .information_title {
  transform: translatey(-100%);
}

.information_item:hover .read_more {
  opacity: 1;
  visibility: visible;
  transform: translate(0%, 100%);
}

/* PAGE STOCKS СТРАНИЦА АКЦИИ */
.stocks_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(500px, 100%), 1fr));
  gap: 40px;
}

.stocks_item {
  padding: 60px 60px;
  background: rgb(0, 153, 102);
  display: flex;
  gap: 10px;
  flex-flow: column;
  color: #Fff;
  font-size: var(--font-size-18);
}

.stocks_item_title {
  font-size: var(--font-size-42);
  position: relative;
}

.stocks_item_title::after {
  content: '';
  max-width: 50px;
  width: 100%;
  height: 3px;
  background: #fff;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: 0;
}

.about_inner_block {
  align-items: center;
  font-size: var(--font-size-18);
  font-weight: 300;
}

.about_bottom_inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(200px, 100%), 1fr));
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.about_inner_link {
  max-height: 200px;
}

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

/* REVIEWS PAGE СТРАНИЦА ОТЗЫВОВ */
.page-id-210 .entry-content a {
  color: var(--color-orange);
}

.reviews_wrapper {
  margin-top: 50px;
}

.reviews_nav {
  max-width: 100%;
  bottom: 70%;
}

.reviews_slider {
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  padding-left: 40px;
  padding-right: 40px;
}

.reviews_slide {
  display: flex;
  flex-flow: column;
  gap: 10px;
  text-align: center;
}

.reviews_author {
  font-size: 20px;
  font-weight: 600;
}

/* PRODUCT CARD КАРТОЧКА ТОВАРА */
.woocommerce .content-area .site-main {
  margin: 0;
}

.cart {
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

.single-product.singular .entry-title {
  text-align: left;
}

.woocommerce-tabs .tabs {
  display: flex;
  flex-flow: wrap;
  gap: 20px;
}

.woocommerce-tabs ul::before,
.woocommerce-tabs ul::after {
  display: none !important;
}

.woocommerce-Tabs-panel--delivery ul li {
  display: list-item !important;
}

.woocommerce-Price-amount.amount {
  font-size: var(--font-size-22);
  font-weight: 600;
}