/* Version 1.0 */

*,
*::before,
*::after {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #F5F5F5;
}

ul[class],
ol[class] {
  list-style: none;
}

a:not([class]) {
  text-decoration-skip-ink: auto;
}

img {
  max-width: 100%;
    height: auto;
  display: block;
}

article > * + * {
  margin-top: 1em;
}

input,
button,
textarea,
select {
  font: inherit;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

@font-face {
    font-family: "Montserrat";
    src: url("./assets/fonts/Montserrat-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Montserrat";
    src: url("./assets/fonts/Montserrat-Medium.ttf");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "ProstoOne";
    src: url("./assets/fonts/ProstoOne-Regular.ttf");
    font-style: normal;
    font-weight: normal;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.top-bar {
    background: #262626;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
}

.top-bar_address::before,
.footer_address::before {
    content: "";
    background: url("./assets/icons/icon_location.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.top-bar_address,
.top-bar_telegram,
.top-bar_phone,
.footer_address,
.footer_telegram,
.footer_phone {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: #FFF;
}

.top-bar_telegram a,
.top-bar_phone a,
.footer_telegram a,
.footer_phone a {
    color: #FFF;
    text-decoration: none;
}

.top-bar_contacts {
    display: flex;
    gap: 60px;
}

.top-bar_telegram::before,
.footer_telegram::before {
    content: "";
    background: url("./assets/icons/icon_telegram.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.top-bar_phone::before,
.footer_phone::before {
    content: "";
    background: url("./assets/icons/icon_phone.svg") no-repeat;
    width: 20px;
    height: 20px;
}

.top-bar_callback a {
    color: #F68823;
    font-family: ProstoOne;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}

.middle-bar {
    margin: 30px auto 40px auto;
    display: flex;
    justify-content: space-between;
}

.logo {
    margin-right: 50px;
}

.search-box {
    position: relative;
}

.search-box form {
    display: flex;
    align-content: center;
}

.search-box input {
    width: 435px;
    height: 45px;
    border: 2px solid #E3E3E3;
    background-color: #F5F5F5;
    outline: none;
}

.search-box select {
    border-top: 2px solid #E3E3E3;
    border-bottom: 2px solid #E3E3E3;
    border-left: none;
    border-right: none;
    padding: 0 20px;
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    outline: 0;
    -webkit-appearance: none;
    appearance: none;
    height: 45px;
    width: 212px;
    background-color: #F5F5F5;
}

.search-box-select {
    position: relative;
}

.search-box-select::after {
    content: url("./assets/icons/icon_select.svg");
    font-size: 1rem;
    top: 11px;
    right: 15px;
    position: absolute;
}

.search-box button {
    outline: none;
    border: 2px solid #E3E3E3;
    background: 0;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: -2px;
}

.header-cart {
    display: flex;
    align-items: center;
    gap: 12px;
    height: 45px;
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.header-cart::before {
    content: "";
    background: url("./assets/icons/icon_cart.svg") no-repeat;
    width: 24px;
    height: 24px;
}

nav.container {
    margin-bottom: 32px;
    display: flex;
    border-radius: 0px 0px 20px 20px;
    background: #FFF;
    box-shadow: 0px 15px 25px 0px rgba(224, 224, 224, 0.25);
    height: 48px;
}

.catalog-download {
    z-index: 999;
    position: relative;
}

.header-catalog-download .shop-sidebar {
    z-index: 888;
    position: relative;
}

.catalog-download-menu {
    display: none;
    border: 1px solid #2496BA;
    margin-top: -15px;
}

.catalog-download-menu.show {
    display: block;
}

.catalog-download {
    background: #2496BA;
    border-radius: 0px 0px 0px 20px;
    color: #FFF;
    font-family: ProstoOne;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    display: flex;
    align-items: center;
    padding: 0 20px;
    min-width: 265px;
    height: 48px;
}

.catalog-download::before {
    content: "";
    background: url("./assets/icons/icon_menu.svg") no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 16px;
}

.catalog-download::after {
    content: "";
    background: url("./assets/icons/icon_select-white.svg") no-repeat;
    width: 12px;
    height: 9px;
    margin-left: 35px;
}

.header-mobile-bottom .catalog-download-menu {
    position: absolute;
    top: 36px;
    left: 0;
    width: 100%;
    margin: 0;
}

.main-menu {
    width: 100%;
    display: flex;
    align-items: center;
}

.main-menu ul {
    width: 100%;
    display: flex;
    justify-content: space-around;
    font-family: ProstoOne;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
}

.main-menu a {
    text-decoration: none;
    color: #000;
}

.main-menu .current_page_item a {
    color: #F68823;
}

.main-menu a:hover {
    color: #F68823;
}

.main-menu-mobile {
    display: none;
}

.slider {
    margin-bottom: 40px;
    position: relative;
}

.slide-info {
    padding-left: 80px;
    padding-top: 110px;
}

.slide-header {
    color: #FFF;
    font-family: ProstoOne;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.slide-subheader {
    color: #FFF;
    font-family: ProstoOne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 56px;
}

.slide-button {
    border-radius: 0px 0px 0px 20px;
    background: #F68823;
    padding: 15px 35px;
    color: #FFF;
    font-family: ProstoOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-decoration: none;
}

.slide1 {
    background: url("./assets/images/slide1.jpg") no-repeat;
    width: 100%;
    min-height: 400px;
}

.slide2 {
    background: url("./assets/images/slide2.jpg") no-repeat;
    width: 100%;
    min-height: 400px;
}

.slide-navigation {
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 999;
    gap: 5px;
}

.slide-navigation a {
    display: block;
    background-color: #D9D9D9;
    width: 12px;
    height: 12px;
    border-radius: 50%;
}

.slide-navigation a.active {
    background-color: #2496BA;
}

.home_catalog {
    margin-bottom: 80px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.home_catalog-item {
    display: flex;
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
}

.home_catalog-item-image {
    padding: 60px 60px 0 60px;
}

.home_catalog-item-header {
    color: #141414;
    text-align: center;
    font-family: ProstoOne;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    padding: 24px;
}

.home-in-stock {
    margin-bottom: 120px;
}

.home-in-stock_header {
    color: #000;
    text-align: center;
    font-family: ProstoOne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.home-in-stock_slider {
    position: relative;
}

.home-in-stock_catalog {
    display: flex;
    gap: 21px;
    padding: 0 60px;
}

.home-in-stock_catalog-item {
    display: flex;
    flex-basis: 254px;
    flex-grow: 0;
    flex-shrink: 0;
    text-decoration: none;
    flex-direction: column;
}

.home-in-stock_catalog-item-image {
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    padding: 20px 30px;
    margin-bottom: 16px;
    height: 254px;
    display: flex;
    align-items: center;
}

.home-in-stock_catalog-item-image img {
    border-radius: 0px 0px 0px 20px;
}

.home-in-stock_catalog-item-header {
    color: #141414;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 0 10px;
}

.arrow-left,
.arrow-right {
    display: inline-block;
    position: absolute;
    top: 37%;
    transform: translateY(-37%);
    font-size: 84px;
}

.arrow-right {
    right: 0;
}

.pagination {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 80px;
}

footer {
    background: #262626;
}

.footer-container {
    color: #FFF;
    display: flex;
    justify-content: space-between;
    padding: 40px 0;
}

.footer_header {
    color: #FFF;
    font-family: ProstoOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer_contacts {
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
}

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

.footer_menu .menu-item a {
    color: #FFF;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
}

.footer_menu .menu-item:hover {
    color: #F68823;
}

.footer_menu .menu-item:not(:last-child) {
    margin-bottom: 12px;
}

.footer_menu .current_page_item a {
    color: #F68823;
}

.bottom-bar {
    color: #7E7E7E;
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 16px 0;
    border-top: 1px solid #3A3A3A;
}


.wc-product-categories-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
    gap: 60px;
}

.wc-product-categories-list > * {
    width: calc((100% - 60px) / 2);
    padding: 33px;
}

.wc-product-categories-list img {
    mix-blend-mode: multiply;
}

.category-card:hover {
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
}

.category-card-image {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 37px;
}

.category-card-title {
    color: #141414;
    font-family: ProstoOne;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
}

ul.wc-sub-categories-list {
    margin-top: 16px;
}

ul.wc-sub-categories-list li a {
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

ul.wc-sub-categories-list li a:hover,
.category-card-title:hover {
    color: #F68823;
}

.wc-shop {
    display: grid;
    gap: 50px;
    grid-template-columns: 265px 1fr;
    margin-bottom: 120px;
}

.shop-sidebar {
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    height: max-content;
    width: 285px;
}

.shop-sidebar ul a {
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    max-width: 80%;
}

.tagheader {
    color: #141414;
    font-family: ProstoOne;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding: 24px;
    padding-bottom: 0;
}

.product-categories li > span.count {
    margin-right: 10px;
}

span.count {
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 8px;
    background: #F5F5F5;
    height: fit-content;
    padding: 0 6px;
    min-width: 28px;
    text-align: center;
    display: table;
}

.current-cat > span.count {
    background: #F68823;
    color: #FFF;
}

ul.product-categories li {
    position: relative;
}

ul.product-categories li.cat-parent:last-child {
    padding-bottom: 24px;
}

ul.product-categories li::before {
    content: "";
    background: url("./assets/icons/icon_dropdown.svg") no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 15px;
}

ul.product-categories li:not(.cat-parent)::before {
    display: none;
}
ul.product-categories .children li::before,
ul.product-categories li ul.children li.cat-parent::before {
    right: -12px;
    top: 10px;
}

.shop-sidebar .current-cat > a {
    color: #F68823;
}

ul.product-categories li.cat-parent.active::before {
    content: "";
    background: url("./assets/icons/icon_dropup.svg") no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: 12px;
    top: 15px;
}

ul.product-categories li {
    padding: 6px 24px;
    gap: 6px;
}
ul.product-categories li,
ul.product-categories li ul.children li.cat-parent {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1px;
}

ul.product-categories li ul.children li ul.children li {
    gap: 15px;
}
ul.children li {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding: 0;
    padding-bottom: 5px;
}

ul.children {
    padding-left: 20px;
    display: none;
    margin-top: 15px;
}

.current-cat-parent,
.current-cat.cat-parent {
    background: #FFF9F3;
}

ul.product-categories li.current-cat-parent:last-child {
    border-radius: 0px 0px 0px 20px;
}

.products.columns-3 {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 50px;
    margin-top: 20px;
}

.products.columns-3 img,
.products img{
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    padding: 40px 20px;
    display: flex;
    margin-bottom: 15px;
    flex-basis: 254px;
    height: 254px;
}

.products.columns-3 h2,
.products h2 {
    color: #141414;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 21px;
    padding: 0 10px;
}

.products.columns-3 a,
.products a {
    text-decoration: none;
}

.product-card {
    width: 262px;
}

.woocommerce-products-header__title {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    margin: 15px 0 30px 0;
}

ul.subcategories-list {
    list-style: disc;
    margin-left: 25px;
    margin-bottom: 30px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

ul.subcategories-list a {
    color: #000;
    text-decoration: none;
}

ul.subcategories-list a:hover {
    color: #F68823;
}

ul.subcategories-list li:not(:last-child) {
    padding-bottom: 10px;
}

.term-description {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 50px;
}


.product-card-top {
    display: flex;
    gap: 40px;
    margin-bottom: 45px;
}

.product-card-top > * {
    flex: 1;
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    height: 590px;
    flex-basis: 590px;
}

.woocommerce-product-gallery {
    display: flex;
    justify-content: center;
    align-items: center;
}

.woocommerce-product-gallery__image img {
    max-height: 590px;
    max-width: 100%;
    border-radius: 0px 0px 0px 20px;
}

.entry-summary {
    padding: 40px;
    display: flex;
    flex-direction: column;
}

.entry-summary h1 {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    margin-bottom: 24px;
}

.product_meta {
    display: flex;
    flex-direction: column;
    gap: 12px;
    flex: 1;
    margin-bottom: 10px;
}

.sku_wrapper,
.posted_in_wrapper {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.sku {
    color: #6B6B6B;
}

.posted_in a {
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
}

.price-request .wpcf7,
#order-call .wpcf7 {
    border-radius: 0px 0px 0px 20px;
    background: #F5F5F5;
    padding: 24px;
    margin-top: 24px;
}

#order-call .wpcf7 {
    padding-bottom: 1px;
}

.screen-reader-response {
    display: none;
}

.our-offer {
    color: #141414;
    font-family: ProstoOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.ask-price {
    color: #F68823;
    font-family: ProstoOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;   
}

ul.wc-tabs a {
    color: #000;
    font-family: ProstoOne;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    text-decoration: none;
}

ul.wc-tabs {
    display: flex;
    gap: 25px;
    justify-content: center;
    margin-bottom: 24px;
}

ul.wc-tabs .active a,
ul.wc-tabs a:hover {
    color: #F68823;
}

.woocommerce-Tabs-panel {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.woocommerce-Tabs-panel p:not(:last-child) {
    margin-bottom: 16px;
}

.woocommerce-Tabs-panel ul li:not(:last-child) {
    margin-bottom: 7px;
}

.wc-tabs-wrapper {
    margin-bottom: 80px;
}

.price-request_form-wrapper {
    display: flex;
    margin-bottom: 16px;
    height: 45px;
}

.price-request_form-wrapper input:first-child {
    height: 45px;
    outline: none;
    border: 2px solid #E3E3E3;
    border-right: none;
    padding: 10px 15px;
    width: 100%;
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.price-request_form-wrapper .wpcf7-submit {
    background: #F68823;
    border: none;
    color: #FFF;
    font-family: ProstoOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    padding: 0 30px;
    cursor: pointer;
}

.price-request_form-wrapper .wpcf7-submit:hover {
    background: #df7c21;
}

.price-request_form-wrapper .wpcf7-submit:active {
    font-size: 15px;
}

.wpcf7-acceptance {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.wpcf7-acceptance label {
    display: flex;
    gap: 7px;
}

.wpcf7-response-output {
    margin-top: 20px;
    color: green;
}
.price-request_form-wrapper .wpcf7-not-valid-tip {
    margin-top: 0;
    color: #000;
}
.wpcf7-not-valid-tip {
    display: block;
    margin-top: 20px;
    color: red;
}

.woocommerce-pagination {
    margin-top: 40px;
}

.woocommerce-pagination .page-numbers {
    display: flex;
    justify-content: center;
    gap: 10px;
    align-items: center;
}

.arrow {
  border: solid #000;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.page-numbers a {
    border-radius: 8px;
    background: #FFF;
    height: 28px;
    min-width: 28px;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    color: #6B6B6B;
}

.page-numbers a:hover {
    background: #F68823;
    color: #FFF;
}

.page-numbers a:hover .arrow {
    border: solid #FFF;
    border-width: 0 1px 1px 0;
}

.page-numbers span {
    border-radius: 8px;
    background: #F68823;
    height: 28px;
    min-width: 28px;
    color: #FFF;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.woocommerce-ordering,
.woocommerce-perpage {
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.orderby,
.perpage {
    border: 0;
    background: transparent;
    outline: 0;
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
}

.wc-order-per-page-wrapper {
    display: flex;
    justify-content: space-between;
}

.reviews_tab {
    display: none;
}

.related-products {
    margin-bottom: 120px;
}

.related-products-header {
    color: #000;
    text-align: center;
    font-family: ProstoOne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 40px;
}

#novosti-page h1 {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.posts-wrapper {
    margin-bottom: 120px;
}

.posts-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
}

.post {
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    text-decoration: none;
}

.post-info {
    padding: 40px;
}

.post-title {
    color: #141414;
    font-family: ProstoOne;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 20px;
}

.post-excerpt {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.search-box .catalog-download {
    display: none;
}

.header-mobile {
    display: none;
}

.o-nas_main-pic {
    margin-bottom: 64px;
}

.o-nas_main-pic img {
    border-radius: 0px 20px;
}

.o-nas_about {
    margin-bottom: 80px;
}

.o-nas_about-inner {
    display: flex;
    justify-content: space-between;
    gap: 60px;
}

.o-nas_about h1,
.clients-page h1 {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 32px;
}

.o-nas_about-desc p,
.o-nas_about-desc ul li {
    margin-bottom: 12px;
}

.o-nas_about-desc {
    color: #000;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.o-nas_about-inner img {
    min-width: 245px;
}

.o-nas_numbers {
    margin-bottom: 80px;
}

.o-nas_numbers h2 {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 64px;
}

.o-nas_numbers-inner {
    display: flex;
    justify-content: space-around;
}

.o-nas_numbers-block > div:first-child {
    color: #2496BA;
    font-family: ProstoOne;
    font-size: 48px;
    font-style: normal;
    font-weight: 400;
    line-height: 48px;
    text-transform: uppercase;
    text-align: center;
}

.o-nas_numbers-block > div:first-child::after {
    content: "";
    border-bottom: 2px solid #2496BA;
    width: 40px;
    display: flex;
    margin: 12px auto 20px;
}

.o-nas_numbers-block > div:last-child {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.o-nas_advantages {
    margin-bottom: 80px;
}

.o-nas_advantages h2 {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.o-nas_advantages-inner {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 20px;
}

.o-nas_advantages-block {
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    padding: 95px 30px 54px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.o-nas_advantages-block img {
    width: 64px;
    height: 64px;
    margin-bottom: 35px;
}

.o-nas_advantages-block-header {
    color: #141414;
    text-align: center;
    font-family: ProstoOne;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.o-nas_advantages-block-text {
    color: #6B6B6B;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.o-nas_geography {
    margin-bottom: 100px;
}

.o-nas_geography h2 {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    margin-bottom: 38px;
    text-align: center;
}

.o-nas_geography-description {
    color: #000;
    text-align: center;
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    max-width: 640px;
    margin: 0 auto;
}

.o-nas_geography img {
    width: 100%;
    height: auto;
    margin-top: 50px;
}

.clients-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-rows: 1fr;
    gap: 20px;
    margin-bottom: 80px;
}

.clients-grid_block {
    border-radius: 0px 0px 0px 20px;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 55px 12px 25px;
    gap: 31px;
}

.clients-grid_block-text {
    color: #141414;
    text-align: center;
    font-family: ProstoOne;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
}

.clients-page h2 {
    color: #141414;
    font-family: ProstoOne;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 40px;
}

.otzyvy {
    margin-bottom: 120px;
}

.otzyvy-slide {
    display: flex;
    gap: 25px;
    position: absolute;
    left: 0;
    transition: 0.3s left ease-in-out;
}

.otzyvy-slide .item {
    width: 250px;
    height: 350px;
}

.otzyvy-slide .item:last-child {
    margin-right: 0;
}


#slider.otzyvy-slider {
    position: relative;
    margin: auto;
    overflow-x: scroll;
    overflow-y: hidden;
    height: 350px;
    width: calc(100% - 130px);
}

#slider.otzyvy-slider::-webkit-scrollbar {
    display: none;
  }

.sld-btn {
    width: 50px;
    height: 50px;
    border: none;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    outline: none;
    position: absolute;
    top: 50%;
    margin-top: -27.5px;
}

.sld-btn.sld-prev {
    left: 0;
    background: url("./assets/icons/icon_arrow-left.svg") no-repeat;
}

.sld-btn.sld-next {
    right: 0;
    background: url("./assets/icons/icon_arrow-right.svg") no-repeat;
}

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

.page-id-31 .container p a {
    text-decoration: none;
    font-size: 20px;
    color: #000;
}

.page-id-31 .container p a:hover {
    text-decoration: underline;
}

.modal {
    display: none; 
    position: fixed; 
    left: 0;
    top: 0;
    width: 100%;
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4);
    z-index: 999;
}

.modal-content {
    background: #fff;
    border-radius: 0 0 20px 20px;
    color: #121212;
    padding: 32px 56px 64px 56px;
    max-width: 495px;
    margin: 0 auto;
    position: relative;
}

.modal__title {
    color: #141414;
    text-align: center;
    font-family: ProstoOne;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 14px;
}

.container__modal form {
    position: relative;
}

.container__modal input {
    border: 2px solid #E3E3E3;
    color: #6B6B6B;
    font-family: Montserrat;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    padding: 10px 18px;
    width: 100%;
    outline: none;
}

.container__modal button {
    position: absolute;
    width: 30px;
    height: 100%;
    right: 10px;
    background: none;
    border: none;
}

.close-modal {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
}

#order-call .modal-content {
    margin: 15% auto 15% auto;
    max-width: 650px;
    padding: 32px 56px 50px 56px;
}

#order-call .modal__title {
    text-align: left;
    margin-bottom: 25px;
}

#order-call .price-request_form-wrapper .wpcf7-submit {
    width: 180px;
}

input[type="checkbox"] {
    width: 20px;
    height: 20px;
}

.wpcf7-list-item label {
    display: flex;
    align-items: center;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

@media (max-width:1200px) {
    .top-bar {
        padding: 0 24px;
    }
    .footer-container {
        padding: 40px 24px;
    }
    .bottom-bar {
        padding: 16px 24px;
    }
    .middle-bar {
        margin: 30px 24px 40px;
    }
    nav.container {
        margin: 0 24px 32px;
    }
    .wc-shop {
        grid-template-columns: 1fr;
    }
    main,
    main.container {
        margin: 0 24px;
    }
    .shop-sidebar {
        display: none;
    }
    .products.columns-3 a {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        align-items: center;
    }
    .home_catalog {
        grid-template-columns: 1fr 1fr 1fr;
        grid-auto-rows: 1fr;
        justify-content: center;
    }
    .posts-inner {
        gap: 20px;
    }
}

@media (max-width:1120px) {
    .search-box input {
        width: auto;
    }
    .top-bar_address {
        margin-right: 24px;
    }
    .top-bar_contacts {
        gap: 24px;
    }
}

@media (max-width:965px) {
    nav .catalog-download {
        display: none;
    }
    .top-bar_telegram > div {
        display: none;
    }
    .middle-bar {
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .search-box {
        order: 3;
        width: 100%;
        margin-top: 35px;
        margin-right: 0;
        display: flex;
    }
    .search-box input {
        width: 100%;
    }
    .search-box button {
        min-width: 45px;
    }
    .search-box .catalog-download {
        display: flex;
    }
    .search-box form {
        width: 100%;
    }
    .home_catalog-item-image {
        padding: 24px 24px 0 24px;
    }
    .home_catalog-item-header {
        padding: 24px 15px;
    }
    .products.columns-3 {
        gap: 20px;
    }
    .entry-summary h1 {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .product-card-top {
        gap: 20px;
    }
    .price-request_form-wrapper .wpcf7-submit {
        font-size: 14px;
        padding: 0 20px;
    }
    .entry-summary {
        padding: 24px;
    }
    .our-offer,
    .ask-price {
        font-size: 14px;
    }
    #wpcf7-f33-p16-o1 {
        padding: 20px;
    }
    .product-card-top > * {
        height: auto;
    }
    .product_meta {
        margin-bottom: 20px;
    }
    .wpcf7-acceptance {
        font-size: 12px;
    }
    .post-title {
        word-break: break-word;
    }
    .o-nas_advantages-block {
        padding: 50px 20px 25px;
    }
    
    .clients-grid_block {
        padding: 35px 5px 15px;
    }
    .clients-grid_block-text {
        font-size: 10px;
        line-height: 18px;
    }
}

@media (max-width:825px) {
    .top-bar_phone > div {
        display: none;
    }
}

@media (max-width:768px) {
    .top-bar,
    .middle-bar,
    nav.container {
        display: none;
    }
    .header-mobile {
        display: flex;
        flex-direction: column;
        margin-bottom: 20px;
    }
    .header-mobile-top {
        border-radius: 0px 0px 20px 20px;
        background: #FFF;
        box-shadow: 0px 15px 25px 0px rgba(224, 224, 224, 0.25);
        height: 52px;
        padding: 10px 16px 10px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        z-index: 200;
    }
    .header-mobile-bottom {
        z-index: 100;
        position: relative;
    }
    .header-mobile-bottom > div {
        height: 90px;
        border-radius: 0px 0px 20px 20px;
        background: #2496BA;
        display: flex;
        align-items: flex-end;
        margin-top: -40px;
        padding-bottom: 5px;
        
    }
    
    .header-mobile-bottom .catalog-download {
        border-radius: 0px 0px 20px 20px;
        justify-content: space-between;
        width: 100%;
        margin-bottom: -5px;
    }
    .header-mobile-top .menu {
        display: flex;
        gap: 21px;
    }
    .mobile-search {
        display: flex;
    }
    .mobile-search::after {
        content: "";
        background: url("./assets/icons/icon_search-mobile.svg") no-repeat;
        width: 18px;
        height: 18px; 
    }
    .mobile-phone {
        display: flex;
    }
    .mobile-phone::after {
        content: "";
        background: url("./assets/icons/icon_phone-mobile.svg") no-repeat;
        width: 20px;
        height: 20px; 
    }
    .mobile-cart {
        display: flex;
    }
    .mobile-cart::after {
        content: "";
        background: url("./assets/icons/icon_cart-mobile.svg") no-repeat;
        width: 20px;
        height: 20px; 
    }
    .mobile-nav {
        display: flex;
    }
    .mobile-nav::after {
        content: "";
        background: url("./assets/icons/icon_menu-mobile.svg") no-repeat;
        width: 24px;
        height: 24px; 
    }
    .footer-container {
        flex-direction: column;
        gap: 30px;
    }
    .product-card-top {
        flex-direction: column;
    }
    .product-card-top > * {
        flex-basis: unset;
    }
    .woocommerce-product-gallery__wrapper {
        aspect-ratio: 1/1;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    ul.wc-sub-categories-list {
        display: none;
    }
    .woocommerce-perpage {
        display: none;
    }
    .wc-product-categories-list {
        gap: 10px;
    }
    .wc-product-categories-list > * {
        width: calc((100% - 10px) / 2);
        padding: 10px;
        border-radius: 0px 0px 0px 20px;
        background: #FFF;
        box-shadow: 0px 1px 2px 0px rgba(159, 159, 159, 0.25);
    }
    .category-card-image {
        margin-bottom: 10px;
    }
    .category-card-title {
        font-size: 10px;
        line-height: 16px;
        text-align: center;
    }
    .products.columns-3 {
        grid-template-columns: 1fr 1fr;
    }
    .woocommerce-ordering,
    .orderby {
        font-size: 12px;
    }
    main,
    main.container {
        margin: 0 20px;
    }
    .products.columns-3 h2 {
        font-size: 12px;
        line-height: 18px;
    }
    .entry-summary h1 {
        font-size: 16px;
        line-height: 24px;
    }
    .entry-summary {
        padding: 20px;
    }
    .price-request_form-wrapper {
        margin-bottom: 60px;
        flex-direction: column;
    }
    .price-request_form-wrapper input:first-child {
        margin-bottom: 10px;
    }
    .wpcf7-acceptance {
        font-size: 10px;
        line-height: 16px;
    }
    .home_catalog {
        grid-template-columns: 1fr 1fr;
        gap: 12px;
    }
    .home_catalog-item-image {
        padding: 12px 12px 0 12px;
    }
    .home_catalog-item-header {
        padding: 10px 5px;
        font-size: 10px;
        line-height: 16px;
        word-break: break-word;
    }
    .home_catalog-item-image {
        display: flex;
        align-items: center;
        flex: 1;
    }
    .posts-inner {
        grid-template-columns: 1fr 1fr;
    }
    .o-nas_about h1 {
        font-size: 20px;
    }
    .o-nas_about-inner {
        gap: 43px;
    }
    .o-nas_about-desc,
    .o-nas_advantages-block-text,
    .o-nas_geography-description {
        font-size: 12px;
    }
    .o-nas_numbers h2,
    .o-nas_advantages h2,
    .o-nas_geography h2 {
        font-size: 20px;
    }
    .o-nas_geography-description {
        max-width: 532px;
    }
    .o-nas_numbers-inner {
        flex-wrap: wrap;
        row-gap: 30px;
    }
    .header-mobile-bottom .tagheader {
        background: #fff;
        margin: 0px 20px 0;
        padding: 37px 24px 12px;
    }
    .header-mobile-bottom .catalog-download-menu {
        background: #2496BA;
    }
    .header-mobile-bottom .product-categories {
        background: #fff;
        margin: 0 20px 20px;
    }
    .main-menu-mobile .menu {
        flex-direction: column;
        align-items: center;
    }
    .main-menu-mobile {
        position: absolute;
        top: 30px;
        left: 0;
        background: #fff;
        width: 100%;
        z-index: -10;
        padding: 30px 0;
    }
    .header-mobile-top {
        position: relative;
    }
    .main-menu-mobile.show {
        display: block;
    }
    .main-menu-mobile ul {
        font-family: ProstoOne;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 40px;
        text-transform: uppercase;
    }
    .main-menu-mobile a {
        text-decoration: none;
        color: #000;
    }
    .price-request_form-wrapper input:first-child {
        border-right: 2px solid #E3E3E3;
    }
    #order-call .price-request_form-wrapper .wpcf7-submit {
        width: 100%;
    }
}

@media (max-width:425px) {
    .post-excerpt {
        display: none;
    }
    .post-info {
        padding: 20px;
    }
    .post-title {
        font-size: 12px;
        line-height: 18px;
    }
    #novosti-page h1 {
        text-align: center;
        margin-top: 33px;
    }
    .o-nas_about-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
    .clients-grid,
    .otzyvy-grid {
        grid-template-columns: 1fr 1fr;
        gap: 10px;
    }
    .slide-info {
        padding-left: 0;
        padding-top: 80px;
    }
    .slide-header,
    .slide-subheader {
        padding-left: 50px;
    }
    .slide-button {
        display: block;
        width: 240px;
        margin: 0 auto;
    }
    .slide-subheader {
        margin-bottom: 25px;
    }
    .woocommerce-products-header__title {
        font-size: 16px;
    }
    .products.columns-3 img, .products img {
        flex-basis: 175px;
        height: 175px;
    }
    #order-call .modal-content {
        padding: 32px 20px 50px 20px;
    }
}

@media (max-width:320px) {
    main, main.container {
        margin: 0 10px;
    }
    .products.columns-3 {
        gap: 10px;
    }
    .products.columns-3 img, .products img {
        flex-basis: 140px;
        height: 140px;
    }
}
.product-card .price {
    display: block !important;
    text-align: center !important;
    width: 100% !important;
    margin: 10px 0 !important;
    font-size: 18px;
}