/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*
all
*/
ul, ol {
    margin: 0 0 1.5em 1.2em;
}
h1 {
    font-size: 35px;
}

a {
    color: #ff6323;
}

.text-bold {
    font-weight: 600;
}

.header-image {
    /* height: 70px; */
}

.inside-header {
    padding: 20px 40px;
}

.btn {
    display: inline-block;
    padding: 7px 8px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background-color: white;
    background: #404041;
    font-size: 14px;
    margin: 5px 0px;
    font-weight: 600;
    cursor: pointer;
}

.time-work {
    color: #757575;
}

.btn-orange {
    background: #ff6323 !important;
}

.btn-green {
    background: #87c03f !important;
}

.btn-green:hover {
    background: #3d561c !important;
}

.quantity input {
    height: 39px;
    border-radius: 5px;
}

.btn i {
    margin-right: 5px;
}

.site-header-phones {
    text-align: right;
}

.clear-both {
    clear: both;
}

.mb-3 {
    margin-bottom: 30px;
}

li.product.type-product.status-publish {
    background: #fff;
}

li.product.type-product.status-publish > a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    display: block;
    padding: 5px !important;
}

.woocommerce ul.products li.product a img {
    /*  min-height: 242px;*/
}

.woocommerce ul.products li.product .price ins {
    color: #ff6323;
    margin-left: 10px;
    display: inline-block;
}

a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    margin: 0 0 5px 5px;
}

.woocommerce-loop-product__title {
    min-height: 50px;
}

a.added_to_cart.wc-forward {
    margin: 0 0 5px 5px;
    color: #ff6323;
    border-bottom: 2px dashed;
}

.site-header-phones a {
    color: #87c03f;
    font-weight: 600;
    display: block;
    text-align: right;
    font-size: 16pt;
}

.site-header-address p {
    margin-bottom: 0;
}

.site-header-address a {
    color: #87c03f;
    font-size: 13pt;
    font-weight: 600;
}

.site-footer-phones a {
    display: block;
}

.site-footer-phones {
    text-align: right;
}

.tablepress th {
    background: #e6e6e6 !important;
    font-size: 10px !important;
    border-bottom: #87c03f 4px solid !important;
}

.section-content.section-price .tablepress th {
    background: #e6e6e6 !important;
    font-size: 10px !important;
    border-bottom: #a1a1a1 3px solid !important;
}

.tablepress th:hover {
    background: #b9b9b9 !important;
}

.main-navigation,
.main-navigation ul ul {
    background-color: #404041;
}

.main-navigation .main-nav ul li a {
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 600;
}

div#primary-menu .menu-item {
    border-bottom: 3px solid #404041;
}

div#primary-menu .current-menu-parent,
div#primary-menu .current-menu-item {
    border-bottom: 3px solid #87c03f;
}

div#primary-menu .menu-item:hover {
    border-bottom: 3px solid #87c03f;
}

.section-header {
    padding-left: 20px;
    border-bottom: 2px solid #404041;
    padding: 10px 0 0px 0px;
    margin-bottom: 20px;
}

.section-header h2 {
    margin: 0;
    display: inline-block;
    padding: 5px 10px;
    background: #404041;
    font-weight: 600;
    color: #fff;
    border-bottom: 2px solid #87c03f;
}

.tablepress tbody tr td {
    white-space: nowrap;
}

.tablepress tbody tr td:first-child {
    white-space: normal;
}

/* #formOrderOneClick th,
td {
    text-transform: unset !important;
} */

.tablepress tr td,
.tablepress tr th {
    text-align: center;
}

.tablepress tr td:first-child,
.tablepress tr th:first-child {
    text-align: left;
}

section#good-install li {
    margin-bottom: 7px;
}

li.product-category.product img {
    display: inline-block !important;
    max-width: 225px;
    max-height: 225px;
    height: auto !important;
    width: auto !important;
    margin: auto !important;
}

li.product-category.product {
    text-align: center;
}

/*
////////////////////modals
 */

.modal-overlay,
.modal-container {
    display: none;
}

.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000bf;
    z-index: 20;
    top: 0;
    left: 0;
}

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

.modal-container {
    opacity: 1;
    max-width: 100%;
    top: 0px;
    max-height: 100%;
}

.modal-container.big {
    width: 90%;
    height: calc(100% - 120px);
}

.modal-close {
    text-align: right;
}

.modal-content {
    padding: 20px;
    opacity: 1;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: linear-gradient(45deg, #265e46, #6fb355);
}

.modal-content .title {
    display: block;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 20px;
}

.modal-form input,
.wpcf7-form-control-wrap {
    margin: 0 auto 15px;
    display: block;
    text-align: center;
    max-width: 100%;
    font-size: 19px;
}

.modal-close span {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    padding: 0 15px;
    cursor: pointer;
}

.modal-title {
    text-align: center;
    font-size: 20px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-weight: 700;
    border-bottom: 2px solid #87c03f;
    margin-left: -20px;
    margin-right: -20px;
    padding-bottom: 5px;
    color: #fff;
}

.modal-form input,
.wpcf7-form-control-wrap {
    margin: 0 auto 15px;
    display: block;
    text-align: center;
    max-width: 100%;
    text-transform: uppercase;
}

.modal-policy {
    max-width: 388px;
    font-size: 11px;
    text-align: center;
    margin: 0px auto;
}

.modal-form p {
    margin: 0 !important;
}

input.wpcf7-form-control.wpcf7-submit {
    margin: 0 auto !important;
}

.modal-form input[type="submit"] {
    background: #ff6323;
}

div.wpcf7-response-output {
    margin: 0 5px 5px;
}

div#map {
    width: 100%;
    height: 350px;
    overflow-x: hidden;
}

.our-works-image {
    margin-top: 15px;
    max-height: 200px;
    overflow: hidden;
}

span.our-works-img {
    max-height: 150px;
    overflow: hidden;
    display: block;
}

span.our-works-link-text {
    height: 75px;
}

.our-works-block:nth-child(4n + 1) {
    clear: left;
}

.our-works-block {
    margin: 20px 0 0;
}

span.our-works-img img {
    min-height: 150px;
}

.our-works-image a {
    height: 150px;
    overflow: hidden;
    display: block;
}

.our-works-image a img {
    min-height: 150px;
    margin: auto;
}

ul.listOfAdverts {
    list-style: none;
    padding: 0;
    margin: 15px 0;
}

ul.listOfAdverts li {
    margin-bottom: 6px;
}

ul.listOfAdverts li i {
    color: #fff;
    padding: 5px;
    background: #90c257;
    border-radius: 90px;
    font-size: 10pt;
}

span {
}

section#service-get-order {
    color: #fff;
}

section#service-get-order input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

section#service-get-order input {
    padding: 10px 15px;
    line-height: 20px;
}

h1.works-page-title {
    text-align: center;
}

nav#nav-below,
nav#nav-below a {
    text-align: center;
    color: #404041;
    font-weight: 600;
}

nav#nav-below span.page-numbers.current {
    color: #ff6323;
}

section#service-get-order a {
    color: #fff;
    font-weight: 600;
    border-bottom: dashed;
}

ul.listOfAdverts li span {
    font-weight: 700;
}

.callBackService {
    text-align: center;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    margin: 0 10px;
}

.callBackService > span {
    font-size: 14pt;
    margin: 10px;
    display: block;
}

.saleTD {
    color: #ff6323;
    font-weight: 600;
}

td.column-1.saleTD:before {
    content: "Акция";
    display: inline-block;
    color: #fff;
    background: #ff7033;
    padding: 2px 7px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-right: 5px;
    font-size: 13px;
}

.works-tabs {
    border-bottom: 2px solid #ff6323;
    margin: 20px 0;
}

.works-tab.active {
    background: #ff6323;
    color: #fff;
}

.works-tab {
    color: #ff6323;
    border: 2px solid #ff6323;
    padding: 7px 9px;
    text-transform: uppercase;
    font-weight: 600;
    display: inline-block;
    margin-bottom: -2px;
}

h1.entry-title.single-work_title,
.single-work_placement,
.single-work_date {
    border-bottom: 2px solid #e0dfe1;
    margin-bottom: 10px;
    padding: 0px 0 10px;
    display: flex;
    /* flex flex-wrap: ; */
}

h1.entry-title.single-work_title p,
.single-work_placement p,
.single-work_date p {
    margin-bottom: 0;
}

.single-work_placement span,
.single-work_date span {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    margin-right: 15px;
    min-width: 155px;
}

.map-description-content div#map {
    width: 40%;
    float: left;
    margin: 5px 19px;
}

.promo-goods span.section-connection-products_item_price_title {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    display: block;
    text-align: left;
}

.promo-goods span.products_item_price_value-install {
    font-size: 17px;
}

.promo-goods span.products_item_price_value-sale {
    font-size: 18px;
    color: #87c03f;
    display: inline-block;
}

.promo-goods .btn {
    width: 95px;
    text-align: center;
    padding: 7px 8px !important;
}

.promo-goods span.products_item_price_value-regular {
    font-size: 16px;
    text-decoration: line-through;
}

.promo-goods span.section-connection-products_item_price_value {
    text-align: left;
    margin: 0;
    line-height: 17px;
    display: block;
}

@media screen and (min-width: 1024px) {
    nav.main-navigation.scroll {
        position: fixed;
        width: 100%;
        left: 0;
        top: 0;
    }
    header.scroll {
        margin-bottom: 43px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    table {
        max-width: 100%;
        overflow-x: scroll;
        display: block;
    }
    section#good-price {
        max-width: 100%;
        overflow-x: scroll;
    }
}

.grid-clear-item:nth-child(4n + 2) {
    clear: left;
}

li#wpmenucartli {
    background: #90c257;
}

.fz-info a {
    color: #ff6323 !important;
    border-bottom: 2px dashed;
}

.fz-info a:hover {
    border-bottom: solid 2px;
}

.orange {
    color: #ff6323 !important;
    font-weight: 800;
}

@media screen and (max-width: 767px) {
    .entry-content a.custom-gallery {
        width: 100%;
        display: block;
    }
    .woocommerce ul.products[class*="columns-"] li.product:nth-child(2n),
    .woocommerce-page ul.products[class*="columns-"] li.product:nth-child(2n) {
        clear: both !important;
        margin: auto !important;
    }
    .map-description-content div#map {
        width: 100%;
        margin: 10px;
        height: 250px;
        float: unset;
        overflow: hidden;
    }
    h1.entry-title.single-work_title {
        font-size: 21px;
    }
    .section-header-mod h2 {
        font-size: 20px;
    }
    .section-connection-products_item_price.mobile-grid-100.grid-20.tablet-grid-20 {
        text-align: center;
    }
    .promo-goods span.section-connection-products_item_price_title {
        text-align: center;
    }
    .promo-goods span.section-connection-products_item_price_value {
        text-align: center;
        margin-bottom: 10px;
    }
    a.section-connection-products_item_title {
        margin-bottom: 10px;
        display: block;
    }
    table {
        max-width: 100%;
        overflow-x: scroll;
        display: block;
    }
    section#good-price {
        max-width: 100%;
        overflow-x: scroll;
    }
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /*пропорции видео 16:9 */
    padding-top: 25px;
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .video {
        margin-left: -30px;
        margin-right: -30px;
        padding-top: 25px;
        top: 10px;
    }
}

.video {
    position: relative;
    padding-bottom: 56.25%;
    /*пропорции видео 16:9 */
    /* padding-top: ; */
    height: 0;
}

.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/**
Single product
 */

span.price-around {
    display: block;
}

.more-info-symbol {
    text-align: center;
    height: 20px;
    display: inline-block;
    border: 2px solid;
    border-radius: 90px;
    width: 20px;
    line-height: 20px;
    font-size: 15px;
}

.more-info-symbol-data {
    padding: 13px;
    background: #404041;
    display: none;
    width: 215px;
    position: absolute;
    z-index: 99;
    margin: -45px 0px 0 -50px;
    color: #fff;
}

.more-info-symbol:hover .more-info-symbol-data,
.more-info-symbol:focus .more-info-symbol-data {
    display: block;
}

.more-info-symbol-data a {
    color: #ff6323;
    border-bottom: 2px dashed;
}

@media screen and (max-width: 1000px) {
    .more-info-symbol-data {
        padding: 13px;
        background: #404041;
        display: none;
        width: 215px;
        position: absolute;
        z-index: 99;
        margin: -30px 0px 0 -250px;
        /* top: 0; */
        color: #fff;
    }
}

/**
Product grid
**/

.woocommerce ul.products li.product span.price-around {
    font-size: 15px;
}

.woocommerce ul.products li.product .price {
    display: inline-block;
}

.category-page .inside-article {
    background-color: unset !important;
    padding: 0px;
}

.woocommerce ul.products li a {
    color: #404041;
    font-weight: 600;
}

mark.count {
    display: none;
}

h2.woocommerce-loop-category__title {
    font-weight: 600;
}

.woocommerce ul.products li.product a img {
    background-color: #fff;
}

.woocommerce ul.products li.product .onsale {
    left: 15px;
    top: 15px;
    right: auto;
    background: #ff6323;
    background: #ff6323 !important;
    display: inline-block;
    padding: 0px 15px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    background-color: white;
    background: #404041;
    font-size: 14px;
    margin: 5px 0px;
    font-weight: 600;
    cursor: pointer;
    min-height: unset;
    line-height: 30px;
    font-size: 18px;
}

.woocommerce ul.products li span.h2 {
    border-bottom: 2px solid #90c257;
    display: block;
}

.woocommerce ul.products li.product .price {
    margin-bottom: 0px;
}

.woocommerce ul.products li .shortinfo ul {
    margin-left: 25px !important;
}

.woocommerce ul.products li .shortinfo ul,
.shortinfo ul li {
    list-style: disc !important;
    font-size: 13px;
}

.woocommerce ul.products li.product .button {
    background: #efefef;
    margin: 0 0 5px 5px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    float: left;
    padding: 7px 10px;
}

.woocommerce ul.products li.product .button:hover {
    background: #404041;
    color: #fff;
}

a.event-href {
    color: #fff;
    background: #265e46;
    padding: 10px;
    border-radius: 3px;
    text-transform: uppercase;
    display: inline-block;
    background: #87c03f;
    margin-bottom: 10px;
    margin-right: 7px;
}

.woocommerce ul.products li.product .loop.btn.btn-green {
    padding: 7px 10px;
    border-radius: 3px;
    font-weight: 700;
    float: right;
    margin: 0 5px 0 0;
}

.loop-image-container {
    width: 100%;
    height: 242px;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media screen and (max-width: 1000px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        width: 29% !important;
    }
    .woocommerce ul.products li.product:after,
    .woocommerce-page ul.products li.product:after,
    .woocommerce-page[class*="columns-"] ul.products li.product:after,
    .woocommerce[class*="columns-"] ul.products li.product:after {
        display: block;
        content: " ";
        clear: both;
    }
    .woocommerce ul.products li.first,
    .woocommerce-page ul.products li.first {
        clear: none !important;
    }
    .woocommerce ul.products li.last,
    .woocommerce-page ul.products li.last {
        margin-right: 3.8% !important;
    }
}

@media screen and (max-width: 750px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        width: 49% !important;
    }
    .woocommerce ul.products li.product:after,
    .woocommerce-page ul.products li.product:after,
    .woocommerce-page[class*="columns-"] ul.products li.product:after,
    .woocommerce[class*="columns-"] ul.products li.product:after {
        display: block;
        content: " ";
        clear: both;
    }
}

@media screen and (max-width: 515px) {
    .woocommerce ul.products li.product,
    .woocommerce-page ul.products li.product,
    .woocommerce-page[class*="columns-"] ul.products li.product,
    .woocommerce[class*="columns-"] ul.products li.product {
        width: 100% !important;
        float: none !important;
    }
    .woocommerce ul.products li.product:after,
    .woocommerce-page ul.products li.product:after,
    .woocommerce-page[class*="columns-"] ul.products li.product:after,
    .woocommerce[class*="columns-"] ul.products li.product:after {
        display: block;
        content: " ";
        clear: both;
    }
}

/**
Footer
 */

.footer-widgets {
    background-color: #404041;
}

.footer-widgets *,
.footer-widgets *,
.footer-widgets *:visited {
    color: #fff;
}

.usefullInfo {
    border: 2px solid #87c03f !important;
    margin: 15px 0;
}

.usefullInfoHeader {
    text-align: center;
    background: #87c03f !important;
    color: #fff;
    padding: 5px;
    font-size: 20px;
}

.usefullInfo ul a {
    font-size: 16px;
    color: #404041;
}

.usefullInfo ul {
    margin-left: 30px;
    color: #696969;
}

.usefullInfo ul a:hover {
    border-bottom: dashed;
}

span.catImgLoopContainer {
    min-width: 225px;
    min-height: 225px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    width: 21.2%;
    margin: 0 3.8% 2em 0;
}

.woocommerce ul.products li.first,
.woocommerce-page ul.products li.first {
    clear: none;
}

.woocommerce ul.products li.last,
.woocommerce-page ul.products li.last {
    margin-right: unset;
    margin: 0 3.8% 2em 0;
}

.woocommerce-page ul.products li:nth-child(4n + 1),
.woocommerce ul.products li.product:nth-child(4n + 1) {
    clear: both;
}

.c-a:after {
    display: block;
    clear: both;
    content: " ";
}

.over-h-400 {
    max-height: 400px;
    overflow-y: auto;
}

.h2 {
    display: block;
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
}

.vert-al-sub {
    vertical-align: sub;
}

.footer-widget-1 {
    flex: 0 0 50%;
}

.inside-footer-widgets {
    display: flex;
}

.footer-widget-2 {
    flex: 0 0 25%;
}

.footer-widget-3 {
    flex: 0 0 25%;
}

.footer-widget-1 ul.product-categories {
    display: block;
    max-width: 100%;
}

.footer-widget-1 ul.product-categories li {
    display: inline-block;
    width: 30%;
    vertical-align: top;
    margin-bottom: 10px;
    padding-bottom: 0;
}

.footer-widget-1 ul.product-categories li a {
    font-size: 13px;
    line-height: 18px;
    display: inline-block;
}

.footer-widget-1 h2.widget-title {
    color: #fff;
    font-size: 17px;
    margin-bottom: 10px;
}

.site-footer-phones a:hover {
    color: #87c03f !important;
}

.site-footer-address {
    font-size: 15px;
    text-align: right;
    margin: 5px 0 15px;
    color: #efefef;
}

.site-footer-address p {
    color: #b9b9b9;
    margin: 0;
	display: none;
}

.site-footer-address a {
    color: #87c03f !important;
    font-size: 19px;
}

.site-footer a:hover {
    color: #87c03f;
}

.more-goods span.h2 {
    font-size: 15px;
}

.more-goods li.product .button {
    font-size: 12px !important;
}

.more-goods .loop.btn.btn-green {
    font-size: 12px !important;
}

.featuredBlockwoocommerce-product-details__short-description ul {
    margin: 5px 0 5px 20px;
}

form.cart .btn {
    margin-right: 15px;
}

.site-header-address p {
    font-size: 15px;
}

.flex-container {
    display: flex;
}

.flex-col-2 {
    width: 50%;
    padding-right: 15px;
    padding-left: 15px;
}

.sticky-content {
    position: sticky;
    top: 0;
    bottom: 0;
}

@media screen and (max-width: 760px) {
    .flex-container {
        display: flex;
        flex-wrap: wrap;
    }
    .flex-col-2 {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
    }
}

a.moreBTN {
    background: #ff6323 !important;
    display: inline-block;
    padding: 7px 8px;
    text-transform: uppercase;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    margin: 5px 0;
    font-weight: 600;
    cursor: pointer;
}

table.tablepress.moreGoods img {
    max-width: 100px;
}

a.moreBTN:visited {
    color: #fff;
}

.tablepress.moreGoods tbody tr td {
    white-space: normal;
}

.section-content.off-padding.section-price table tr th:first-child,
.section-content.off-padding.section-price table tr td:first-child {
    padding-left: 15px;
}

.section-content.off-padding.section-price table tr th:last-child,
.section-content.off-padding.section-price table tr td:last-child {
    padding-right: 15px;
}

.htmlbanner {
    height: 235px;
    text-align: center;
    font-size: 35px;
    font-weight: 600;
    color: #a5da62;
    background: rgba(1, 71, 50, 1);
    background: -moz-linear-gradient(
        left,
        rgba(1, 71, 50, 1) 0%,
        rgba(33, 93, 48, 1) 50%,
        rgba(33, 93, 48, 1) 51%,
        rgba(55, 110, 46, 1) 71%,
        rgba(56, 110, 45, 1) 100%
    );
    background: -webkit-gradient(
        left top,
        right top,
        color-stop(0%, rgba(1, 71, 50, 1)),
        color-stop(50%, rgba(33, 93, 48, 1)),
        color-stop(51%, rgba(33, 93, 48, 1)),
        color-stop(71%, rgba(55, 110, 46, 1)),
        color-stop(100%, rgba(56, 110, 45, 1))
    );
    background: -webkit-linear-gradient(
        left,
        rgba(1, 71, 50, 1) 0%,
        rgba(33, 93, 48, 1) 50%,
        rgba(33, 93, 48, 1) 51%,
        rgba(55, 110, 46, 1) 71%,
        rgba(56, 110, 45, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(1, 71, 50, 1) 0%,
        rgba(33, 93, 48, 1) 50%,
        rgba(33, 93, 48, 1) 51%,
        rgba(55, 110, 46, 1) 71%,
        rgba(56, 110, 45, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(1, 71, 50, 1) 0%,
        rgba(33, 93, 48, 1) 50%,
        rgba(33, 93, 48, 1) 51%,
        rgba(55, 110, 46, 1) 71%,
        rgba(56, 110, 45, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(1, 71, 50, 1) 0%,
        rgba(33, 93, 48, 1) 50%,
        rgba(33, 93, 48, 1) 51%,
        rgba(55, 110, 46, 1) 71%,
        rgba(56, 110, 45, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#014732', endColorstr='#386e2d', GradientType=1);
}

.htmlbanner span {
    font-size: 80px;
    color: #fff;
    vertical-align: top;
    margin: -21px 0 0 0;
    line-height: 65px;
}

.htmlbanner-text {
    padding-top: 75px;
    vertical-align: bottom;
}

.htmlbanner-more {
    font-size: 16px;
    bottom: -60px;
    display: block;
    position: relative;
    right: -30%;
}

@media screen and (max-width: 768px) {
    .mobile {
        display: block;
    }
    .desktop {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
}

.woocommerce ul.products li.product a img {
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    margin: 0;
}

.woocommerce.columns-4.sortiment a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce.columns-4.sortiment .loop.btn.btn-green {
    font-size: 13px;
}

nav#nav-below {
    clear: both;
}

.partners-archive article a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.featuredImage {
    margin: auto;
    margin-bottom: 10px;
    background-image: url('/wp-content/themes/generatepress_child/assets/img/featuredbg.png');
    width: 80px;
    height: 85px;
    display: block;
    background-repeat: no-repeat;
}

a.feature,
a.feature:visited {
    display: block;
    text-align: center;
    color: #000;
    font-size: 15px;
}

a.feature:hover {
    color: #ff6323;
}

a.feature.featuredGarant span.featuredImage {
    background-position: -80px 0px;
}

a.feature.featuredGarant:hover span.featuredImage {
    background-position: -80px -100px;
}

a.feature.featuredInstall span.featuredImage {
    background-position: -0px 0px;
}

a.feature.featuredInstall:hover span.featuredImage {
    background-position: -0px -100px;
}

a.feature.featuredConsalt span.featuredImage {
    background-position: -160px 0px;
}

a.feature.featuredConsalt:hover span.featuredImage {
    background-position: -160px -100px;
}

a.feature.featuredLong span.featuredImage {
    background-position: -235px 0px;
}

a.feature.featuredLong:hover span.featuredImage {
    background-position: -235px -100px;
}

a.feature.featuredPrice span.featuredImage {
    background-position: -320px 0px;
}

a.feature.featuredPrice:hover span.featuredImage {
    background-position: -320px -100px;
}

.featuredBlock {
    background: #fff;
    padding: 20px 10px;
    margin-bottom: 40px;
}

.featuredBlock.backgroundGreen {
    background: linear-gradient(45deg, #265e46, #6fb355);
    clear: both;
}

.backgroundGreen {
    background: linear-gradient(45deg, #265e46, #6fb355);
    clear: both;
}

.featuredBlock.backgroundGreen span {
    color: #fff;
}

.feature-title {
    font-size: 20px;
    text-transform: uppercase;
    text-align: center;
    display: block;
    font-weight: 600;
    margin-bottom: 10px;
}

.top-menu {
    background: #525255;
}

.top-menu ul li {
    display: inline-block;
    list-style: none;
    padding: 0;
    margin-right: 30px;
}

.top-menu ul {
    padding: 0;
    margin: 0;
}

.top-menu ul li a {
    color: #fff;
    line-height: 37px;
    font-size: 13px;
}

a.phone-ico {
    margin: 3.5px 5px 3.5px 0;
    display: inline-block;
    width: 20px;
    vertical-align: middle;
}

a.top-phone {
    font-weight: 600;
    color: #fff;
    display: inline-block;
    line-height: 35px;
    letter-spacing: -0.5px;
}

a.top-phone:hover {
    color: #87c03f;
}

.top-menu a.btn.btn-orange {
    font-size: 13px;
}

.top-menu ul.menu li:hover a {
    color: #87c03f;
    text-decoration: underline;
}

/*new product page*/

.product-sub_menu {
    border-bottom: #efefef 3px solid;
    margin: 0 -40px 30px;
}

.product-sub_menu ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    list-style: none;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
}

.product-sub_menu ul li {
    padding: 0px 15px;
}

.product-sub_menu {
    border-bottom: #efefef 3px solid;
}

.product-sub_menu ul li a {
    color: #999999;
    font-weight: 600;
    border-bottom: #efefef 3px solid;
    padding: 10px 0px;
    display: block;
    margin-bottom: -3px;
}

h1.product_title.entry-title {
    font-family: "Open Sans Regular", sans-serif;
    color: #404041;
}

.product-sub_menu ul li:hover a,
.product-sub_menu ul li:focus a,
.product-sub_menu ul li.active a {
    border-bottom: #87c03f 3px solid;
    color: #404041;
}

.product-short_prices_title {
    width: 40%;
}

.product-short_prices_value {
    width: 60%;
    text-align: left;
}

.product-short_prices_row {
    display: flex;
    text-transform: uppercase;
    padding: 10px 0;
    border-top: #efefef 1px solid;
}

.product-short_prices {
    margin-bottom: 25px;
}

.product-short_prices_title {
    font-weight: 500;
    font-size: 14px;
    line-height: 25px;
}

.product-short_prices_value {
    font-weight: 600;
}

.product-short_prices_value ins span.woocommerce-Price-amount {
    color: #87c03f;
}

span.discount {
    display: inline-block;
    color: #87c03f;
    font-size: 14px;
}

.product-short_prices_value del {
    font-size: 14px;
}

.product-short_prices_value * {
    line-height: 23px;
}

.btn.btn-order {
    width: 135px;
    text-align: center;
    background: #ff6323;
    border-radius: 3px;
    border: 3px solid #ff6323;
}

.btn.btn-long-sale {
    border: 3px solid #ff6323;
    background: #fff;
    color: #ff6323;
    padding: 7px 20px;
    border-radius: 3px;
}

.product_meta span.posted_in,
.product_meta span.tagged_as {
    display: block;
}

.product_meta span.posted_in a,
.product_meta span.tagged_as a {
    color: #87c03f;
    font-weight: 500;
}

.section-header-mod h2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    border-bottom: 2px solid #87c03f;
    margin-left: -40px;
    margin-right: -40px;
    padding: 0 40px 10px;
    color: #545454;
}

.off-padding {
    margin-left: -40px !important;
    margin-right: -40px !important;
}

.good-attribute.grey {
    background: #efefef;
}

.good-attribute p {
    margin: 0;
}

.good-attribute {
    border-right: 4px solid #fff;
    border-left: 4px solid #fff;
}

.good-attribute_name,
.good-attribute_value {
    display: inline-block;
    width: 47%;
    padding: 5px;
    font-size: 16px;
}

.good-attribute_value {
    text-align: right;
}

section#good-attributes {
    margin-bottom: 40px;
}

section#good-get-answer,
section#good-get-calculate {
    padding: 40px;
}

.good-get-answer_title {
    font-size: 25px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.good-get-answer_text {
    color: #fff;
    margin-bottom: 20px;
}

.good-get-answer_agreement {
    font-size: 12px;
    color: #fff;
}

span.good-get-answer_phone_lable {
    color: #fff;
    margin-bottom: 7px;
    display: block;
    font-size: 15px;
    margin-top: 25px;
}

section#good-get-answer input {
    padding: 7px 9px;
    width: 100%;
    display: block;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 2px;
    display: block;
    margin-bottom: 20px;
}

section#good-get-answer p {
    margin: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    border-radius: 3px;
    font-weight: 700;
}

section#good-get-answer input[type="submit"] {
    box-shadow: 4px 4px 8px #545454;
    font-size: 15px;
}

section#good-get-calculate {
    color: #fff;
}

section#good-get-calculate a {
    text-decoration: underline;
    color: #fff;
}

section#good-get-calculate input.wpcf7-form-control.wpcf7-submit {
    width: 100%;
}

.section-header-mod-2 {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 20px;
    margin-bottom: 20px;
}

.section-connection-products_list {
    margin-left: -20px;
    margin-right: -20px;
}

.section-connection-products_item {
    padding: 10px;
}

.section-connection-products_item:after {
    display: block;
    content: " ";
    border-bottom: 2px #ddd solid;
    height: 15px;
    margin: 0 10px;
    width: 100%;
    visibility: visible;
    clear: both;
}

.section-connection-products_item_title {
    color: #404041;
    font-size: 20px;
    font-weight: 600;
}

.section-connection-products_item_title:hover {
    color: #ff6323;
    font-size: 20px;
    font-weight: 600;
}

.section-connection-products_item_price {
    text-align: right;
}

.section-connection-products_item_price_value {
    font-weight: 600;
    color: #404041;
    font-size: 23px;
    margin-right: 10px;
}

.section-connection-products_item_category a {
    color: #87c03f;
}

.section-connection-products_item_category a:hover {
    color: #ff6323;
}

.section-content_connected_service_item_container {
    border: #a1a1a1 1px solid;
    padding: 20px;
	
    display: flex;
    gap: 20px;
    align-items: center;

}

.section-content_connected_service_link_image {
    display: block;
}

.section-content_connected_service_item {
    margin-bottom: 15px;
}

.section-content_connected_service_link_title {
    display: block;
    min-height: 50px;
}

.section-content_connected_service_link_title {
    font-weight: 600;
    color: #3f3f3f;
}

.section-content_connected_service_link_title:hover {
    color: #87c03f;
}

.section-content_connected_service_item_container:hover {
    box-shadow: 0px 0px 10px #ddd;
}

.section-content_connected_works_item {
    min-height: 250px;
    margin-bottom: 20px;
}

.section-content_connected_works_item > div {
    height: 250px;
    width: 100%;
}

.section-content_connected_works_item_container {
    width: calc(100% - 0px);
    height: calc(100% - 0px);
    display: flex;
    background: #0000007d;
    vertical-align: middle;
    flex-wrap: wrap;
    padding: 20px;
    align-content: flex-end;
}

.section-content_connected_works_item_container span.section-content_connected_works_link_title {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    text-transform: none;
}

.section-content_connected_works_item_container span {
    display: inline-block;
    padding: 0 20px;
    color: #87c03f;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 15px;
}

.section-content_connected_works_item_container:hover span {
    color: #ff6323;
}

.section-content_connected_works_item_container:hover span.section-content_connected_works_link_title {
    color: #fff;
}

.comment_rating .star-rating {
    float: unset;
}

.woocommerce .star-rating span::before {
    color: #f7a911;
}

.comment_author {
    font-weight: 600;
    color: #545454;
}

.comment_date {
    color: #d3ced2;
}

li.review {
    border-bottom: 1px solid #d3ced2 !important;
}

li.review.comment-author-nataliyaseptikunid {
    border-bottom: 0 !important;
    border-top: 1px solid #87c03f !important;
}

p.comment-notes {
    display: none;
}

.ulogin_block {
    margin: 10px !important;
}

span#reply-title {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 10px;
    margin-bottom: 15px;
    display: block;
}

.ulogin_label,
.ulogin_panel {
    display: inline-block;
    float: unset;
}

.ulogin_panel {
    vertical-align: sub;
}

.woocommerce p.stars.selected a:hover,
.woocommerce p.stars.selected a:focus,
.woocommerce p.stars.selected a:active {
    color: #f7a911;
}

.woocommerce p.stars a {
    color: #f7a911;
}

.comment-form #author,
.comment-form #email,
.comment-form #url,
.comment-form textarea {
    border: 1px solid #ddd;
    background: none;
    margin-right: 0 !important;
    width: 100% !important;
}

.woocommerce #review_form #respond .form-submit input {
    background: #ff6323;
    color: #fff;
    text-transform: uppercase;
    width: calc(30% - 10px);
    display: block;
    margin: 0 0px 0px 10px;
}

p.comment-notes-custom a {
    color: inherit;
    text-decoration: underline;
}

p.comment-notes-custom {
    color: #404041;
    font-size: 15px;
}

.comment-form label {
    color: #545454;
    font-weight: 600;
}

h1.woocommerce-products-header__title.page-title {
    display: block;
    width: 100%;
    text-align: center;
}

ul.cats-tags-list {
    margin: 10px 0;
    list-style: none;
}

ul.cats-tags-list li {
    display: inline-block;
    margin: 5px;
    background: #fff;
}

ul.cats-tags-list {
}

ul.cats-tags-list li a {
    color: #90c257;
    padding: 7px 10px;
    font-width: 600;
}

ul.cats-tags-list li:hover {
    background: #90c257;
}

ul.cats-tags-list li:hover a {
    color: #fff;
}

.woocommerce span.onsale {
    top: unset;
    left: unset;
    margin: 10px !important;
}

.product-sub_menu.scroll {
    position: fixed;
    z-index: 99;
    top: 0px;
    background: #fff;
    width: 100%;
    left: 0;
    margin: 0;
}

.product-sub_menu.scroll ul {
    max-width: 1200px;
    margin: auto;
}

.lessContent {
    overflow: hidden;
    position: relative;
}

.showMoreContent {
    width: 100%;
    height: 150px;
    background: linear-gradient(#fff0, #fff);
    position: absolute;
    bottom: 0;
}

.showMoreContent_btn {
    position: absolute;
    bottom: 2px;
    background: #ff6323 !important;
    color: #fff;
    padding: 7px 5px;
    border-radius: 5px;
    text-transform: uppercase;
    left: calc(50% - 60px);
    cursor: pointer;
}

.btn.button.product_type_simple.add_to_cart_button {
    background: #efefef;
    color: #404041;
    padding: 5px 7px;
}

.term-description {
    padding: 20px;
}

.grid-container section#good-get-calculate {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

ul.breadcrumb {
    margin-left: 0px;
}

h1.services-title {
    text-align: center;
    margin-bottom: 30px;
    padding-top: 30px;
}

.service-features_item img,
.service-features_item span {
    display: block;
    text-align: center;
    margin: auto;
    margin-bottom: 10px;
}

.service-features {
    background: #fff;
    padding: 25px 15px 0px;
}

.service-features:after {
    clear: both;
    display: block;
    content: " ";
}

h1.entry-title.service-title {
    text-align: center;
    background: #fff;
    padding: 20px 10px 10px;
}

.blog-section.content-area {
    background: #fff;
}

.blog-item_title a {
    color: #3a3a3a;
    font-weight: 600;
}

.blog-item_title a {
    color: #3a3a3a;
    font-weight: 600;
    font-size: 16px;
}

.blog-item_shortdescription * {
    font-size: 14px;
    margin: 0;
}

.blog-section.content-area .blog-item {
    margin-bottom: 15px;
    margin-top: 15px;
}

.type-page header.entry-header,
header.container-h1.entry-header {
    text-align: center;
    display: block;
    margin-bottom: 30px;
}

.blog-section.content-area a.read-more {
    display: none;
}

.blog-section.content-area .blog-item_date {
    font-size: 13px;
    color: #999999;
    margin-bottom: 10px;
}

.type-page header.entry-header h1,
header.container-h1.entry-header h1 {
    font-weight: 600;
}

.blog-item_image {
    margin-bottom: 10px;
}

.post.type-post h1.entry-title {
    text-align: center;
}

.flex-row {
    clear: both;
    flex: auto;
    display: flex;
    flex-wrap: wrap;
}

.flex-col-6 {
    width: 50%;
    padding: 15px;
    box-sizing: border-box;
}

.map {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.flex-col-6.sales-item_image_container {
    position: relative;
}

.flex-col-6.sales-item_image_container:after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    width: 6em;
    height: 129%;
    right: -3em;
    top: -20px;
    background: #fff;
    -webkit-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(-13deg);
}

.sales-section {
    background: #fff;
    padding-top: 15px;
}

.sales-item.flex-row {
    border: solid 1.5px #eeeeee;
    margin: 10px;
    overflow: hidden;
}

.sales-item_info_title a {
    font-size: 20px;
    font-weight: 600;
    color: #404041;
}

.sales-item_info_more {
    text-align: right;
    position: absolute;
    width: 100%;
    bottom: 10px;
    right: 10px;
}

.flex-col-6.sales-item_image_container img {
    height: 100%;
    width: 100%;
}

.flex-col-6.sales-item_image_container {
    position: relative;
    padding: 0px;
}

.flex-col-6.sales-item_info {
    position: relative;
}

.map > ymaps,
ymaps.ymaps-2-1-75-map.ymaps-2-1-75-i-ua_js_yes.ymaps-2-1-75-map-bg.ymaps-2-1-75-islets_map-lang-ru,
ymaps.ymaps-2-1-75-map {
    height: 100% !important;
}

.adress-item_title i {
    color: #999999;
}

.adress-item_title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #404041;
}

.adress-item {
    padding-bottom: 15px;
    color: #404041;
    margin-bottom: 15px;
    border-bottom: 1.5px solid #999999;
}

.adress-item_phone-list a {
    color: inherit;
}

.adress-item_phone-list a:hover,
.adress-item_phone-list a:focus {
    text-decoration: underline;
}

.adress-item_adress {
    margin-bottom: 10px;
}

a.make-route i {
    color: #ffdb4d;
}

a.make-route {
    color: #1e73be;
    float: right;
}

li#menu-item-7274 {
    padding: 0px 5px 6px;
    background: #87c03f;
    text-transform: uppercase;
}

li#menu-item-7274:hover,
li#menu-item-7274:hover a {
    text-decoration: underline;
    color: #fff !important;
}

.product-short_prices_long_price {
    font-size: 12px;
    cursor: pointer;
    display: block;
    line-height: 12px;
    width: auto;
    max-width: 100%;
}

.product-short_prices_long_price span {
    color: #ff6323;
}

.product-short_prices_long_price:hover {
    border-bottom: 2px dashed #87c03f;
    color: #87c03f;
}

a.section-content_connected_service_link_image img {
    height: 60px;
}

.works-slider.slick-initialized.slick-slider button.slick-prev.slick-arrow:before,
.works-slider.slick-initialized.slick-slider button.slick-next.slick-arrow:before {
    color: #000 !important;
}

.works-slider.slick-initialized.slick-slider {
    position: relative;
}

.works-slider.slick-initialized.slick-slider ul.slick-dots {
    position: static;
    margin: 0;
}

.main-page-goods-block {
    border-bottom: 2px solid #90c257;
    margin-bottom: 20px;
    padding: 20px 0px;
}

.main-page-goods-block h2 {
    display: block;
    text-align: center;
    font-weight: 600;
}

a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    padding-bottom: 5px;
    border-bottom: 1px solid #90c257;
}

.short-attributes {
    padding: 5px;
}

.short-attribute {
    font-size: 13px;
    font-weight: 600;
    display: block;
}

.short-attribute_value {
    font-weight: 400;
}

.grid-parent:after {
    display: block;
    clear: both;
    padding-bottom: 20px;
    content: "";
}

.content-area h2,
.content-area h3,
.content-area h4 {
    font-weight: 600;
}

.our-works-video i {
    position: absolute;
    color: #fff;
    padding: 10px 20px;
    height: 20px;
    border-radius: 10px;
    background: #eb0d0ddb;
    top: calc(50% - 20px);
    font-size: 20px;
    left: calc(50% - 30px);
    width: 20px;
    text-align: center;
}

.our-works-video {
    position: relative;
}

nav#site-navigation .inside-navigation.grid-container.grid-parent:after {
    padding: 0;
}

ul#mega-menu-primary > .mega-menu-item > a {
    text-transform: uppercase !important;
}

#mega-menu-wrap-primary {
    background: none;
}

#mega-menu-wrap-primary #mega-menu-primary {
    text-align: center;
}

a.works-child {
    display: inline-block;
    margin: 10px 10px 10px 0px;
    padding: 7px;
    background: #87c03f;
    color: #fff;
}

.works-children {
    padding-left: 10px;
    padding-right: 10px;
}

ul#menu-footer-catalog li {
    display: inline-block;
    width: 49%;
    font-size: 14px;
}

div#slb_viewer_wrap {
    display: none !important;
}

.customGallery.customGallery_singlePhoto {
    text-align: center;
	margin-bottom: 10px;
}

.site-header-address {
    margin: 0;
    color: #fff;
    display: inline-block;
}

.header-info {
    display: inline-block;
    line-height: 41px;
    font-size: 15px;
}

.header-info .time-work {
    color: #87c03f;
}

.product-header .inside-header {
    padding: 15px 0;
    margin-bottom: -15px;
}

.product-header {
    background: #ffffff7a;
}

.featuredBlock {
    display: none;
}

.featuredBlock {
    padding: 0px;
    border-bottom: 1px solid #6fb355;
    box-shadow: 0px 0px 9px #6fb355;
}

.official-diller i {
    font-size: 45px;
    display: inline-block;
    text-shadow: 4px 4px 4px #8a8a8a;
}

.official-diller span {
    display: inline-block;
    font-size: 17px;
    width: 120px;
    line-height: 15px;
    font-weight: 600;
}

.official-diller {
    display: inline-block;
    vertical-align: top;
}

#mega-menu-wrap-all_menu #mega-menu-all_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    box-shadow: 0px 3px 5px rgba(51, 51, 51, 0.35);
}

.goods-features-img img {
    border-radius: 90px;
}

.goods-features {
    text-align: center;
}

.goods-features-description-heading {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.goods-features-img {
    margin-bottom: 10px;
}

.goods-video-block {
    text-align: center;
}

h3.goods-features-list_title {
    text-align: center;
    font-size: 30px;
}

ul.goods-features-list_items {
    justify-content: center;
    text-align: center;
    list-style: none;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

ul.goods-features-list_items li span.goods-features-list_item_title:before {
    content: "\f058";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #87c03f;
    margin-right: 10px;
}

ul.goods-features-list_items li {
    flex: 0 0 33%;
    max-width: calc(33% - 30px);
    margin-bottom: 15px;
    outline: none;
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding-left: 15px;
    padding-right: 15px;
}

span.goods-features-list_item_title {
    font-size: 25px;
    font-weight: 600;
    width: 100%;
}

ol.goods-way-list li:before {
    content: counter(point);
    counter-increment: point 1;
    position: absolute;
    margin-left: -35px;
    color: #fff;
    background: #87c03f;
    font-weight: 600;
    width: 25px;
    text-align: center;
    border-radius: 90px;
    height: 25px;
}

ol.goods-way-list {
    list-style-type: none;
    /*отключает вывод стандартных цифр*/
    counter-reset: point;
    /*задает переменную для счетчика нумерации*/
    padding-left: 20px;
    margin: 0 10px;
    position: relative;
	text-align: left;
}

ol.goods-way-list li {
    margin-bottom: 10px;
}

img.goods-way-list-img {
    max-height: 300px;
    margin: auto;
    display: block;
}

.goods-features,
.goods-video-block,
.goods-features-list,
.goods-way {
    border-bottom: 1px solid #6fb355;
    box-shadow: 0px 0px 3px #6fb355;
    padding: 20px 0;
}

div#modalPromo .modal-content {
    padding: 0px;
    overflow-x: hidden;
}

div#modalPromo .grid-container {
    margin-left: -20px;
    margin-right: -20px;
}

div#modalPromo img {
    margin-bottom: -5px;
}

body {
    background-color: #efefef !important;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
    margin: 2em 0 0 0;
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product:nth-child(3n + 1) {
    clear: unset;
}

.woocommerce .products ul,
.woocommerce ul.products {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between;
}

.woocommerce .products ul:before,
.woocommerce ul.products:before {
    display: none;
}

section#cat-header h1 {
    font-size: 35px;
    height: 35px;
    line-height: 35px;
    margin-bottom: 0px;
    font-weight: 600;
}

.breadcrumnbs a {
    color: #87c03f;
}

section#cat-header {
    background: #fff;
    padding: 12px;
}

.breadcrumnbs {
    padding: 0 13px 5px;
    border-bottom: 2px solid #efefef;
    margin: 0 -12px;
}

.cats-tags-header {
    display: inline-block;
}

ul.cats-tags-list {
    display: inline-block;
}

ul.cats-tags-list li a {
    color: #fff;
}

ul.cats-tags-list li {
    background: #90c257;
}

ul.cats-tags-list li:hover a:hover {
    text-decoration: underline;
}

.category-short-description {
    padding: 12px 0 0;
}

.category-short-description p {
    margin: 0;
}

section#cat-description {
    background: #fff;
    padding: 12px;
}

ol.goods-way-list:before {
    content: "";
    position: absolute;
    height: calc(100% - 25px);
    width: 5px;
    background: #ddd;
    margin: 0 -25px;
}

@media screen and (max-width: 768px) {
    .product-sub_menu {
        display: none;
    }
    .sales-item_info_more {
        position: unset;
    }
    .flex-col-6 {
        width: 100%;
    }
    li.product.type-product {
        max-width: 240px;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important;
        margin-bottom: 25px !important;
    }
    .woocommerce #review_form #respond .form-submit input {
        width: calc(100% - 20px);
        margin: 10px;
    }
    form.cart .btn.btn-long-sale,
    form.cart .btn.btn-order {
        margin: 10px auto;
        display: block;
    }
    .featuredBlock.backgroundGreen {
        margin-left: -30px;
        margin-right: -30px;
    }
    .off-padding {
        margin-left: -30px !important;
        margin-right: -30px !important;
    }
    .section-header-mod h2 {
        margin-left: -30px;
        margin-right: -30px;
    }
    .good-attribute:nth-child(2n) {
        background: #fff;
    }
    .good-attribute:nth-child(2n + 1) {
        background: #efefef;
    }
    .good-attribute_name,
    .good-attribute_value {
        display: block;
        width: 100%;
        text-align: center;
    }
    .good-attribute_name {
        font-weight: 500;
    }
    .section-connection-products_item.grid-container,
    .section-connection-products_item_price {
        text-align: center !important;
    }
    .menu-verhnee-menju-container {
        margin-top: 60px;
        width: 100%;
        overflow: auto;
    }
    .menu-verhnee-menju-container::-webkit-scrollbar {
        width: 0px;
        height: 3px;
    }
    .menu-verhnee-menju-container::-webkit-scrollbar-button {
        background-color: #87c03f;
        width: 0px;
    }
    .menu-verhnee-menju-container::-webkit-scrollbar-track {
        background-color: #87c03f;
    }
    .menu-verhnee-menju-container::-webkit-scrollbar-track-piece {
        background-color: #ffffff;
    }
    .menu-verhnee-menju-container::-webkit-scrollbar-thumb {
        height: 50px;
        background-color: #87c03f;
        border-radius: 3px;
    }
    .menu-verhnee-menju-container::-webkit-scrollbar-corner {
        background-color: #87c03f;
    }
    .menu-verhnee-menju-container::-webkit-resizer {
        background-color: #87c03f;
    }
    .top-menu .grid-35 {
        text-align: center;
        margin: 5px;
    }
    .top-menu ul {
        display: block;
        width: auto;
        max-width: unset;
        white-space: nowrap;
    }
    .top-menu ul.menu li {
        display: inline-block;
        white-space: nowrap;
        padding: 5px;
    }
    .top-menu ul.menu li a {
        line-height: 25px;
    }
    .featuredBlock.backgroundGreen {
        margin-right: 0px;
        margin-left: 0px;
    }
    .adress-item_title i {
        color: #999999;
    }
    .adress-item_title {
        font-size: 20px;
        font-weight: 700;
        margin-bottom: 10px;
        color: #404041;
    }
}

@media screen and (max-width: 768px) {
    section#good-price .off-padding {
        margin-left: -15px !important;
        margin-right: -15px !important;
    }
}

/* -header */

.icon-wrapper {
    display: inline-block;
}

.top-menu .phone-ico svg {
    width: 20px;
    height: 20px;
}

/* #header */

/* -footer */

.footer-social__list {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.footer-social__list li {
    margin: 0 10px;
}

.footer-social__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-social__list li a i {
    font-size: 18px;
    transition: all 0.1s;
}

.footer-social__list a:hover i {
    color: #87c03f;
}

/* #footer */

/* -media */

@media (max-width: 1024px) {
    /* -header */
    .top-menu {
        padding: 10px 0px;
    }
    .grid-50.header-info {
        font-size: 18px;
        line-height: 27px;
    }
    .site-header {
        text-align: center;
    }
    .site-logo {
        width: 200px;
    }
    #mega-menu-wrap-all_menu #mega-menu-all_menu {
        text-align: initial;
    }
    .icon-wrapper {
        display: flex;
        align-items: center;
        margin-top: 10px;
    }
    .icon-wrapper a {
        margin: 0 6px;
    }
    /* #header */
    /* -footer */
    /* Изменения стандартных */
    .inside-footer-widgets {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    /* #footer */
}

@media (max-width: 768px) {
    /* -header */
    header#masthead {
        margin-top: 0 !important;
    }
    .top-menu {
        text-align: center;
    }
    .top-menu .grid-50:nth-child(2) {
        font-size: 24px;
        line-height: 36px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .top-menu .phone-ico {
        width: 40px;
        height: 40px;
    }
    .top-menu .phone-ico svg {
        width: 40px;
        height: 40px;
    }
    .top-menu .btn {
        font-size: 15px !important;
        padding: 4px 24px;
        margin: 10px 0;
    }
    /* #header */
    /* -footer */
    .footer-social__list {
        justify-content: center;
    }
    /* #footer */
}

@media screen and (max-width: 600px) {
    .grid-container {
        padding-left: 15px;
        padding-right: 15px;
    }
}


.modal-side--style .modal-content {
    display: flex;
    width: initial;
    flex-direction: column;
    padding: 20px !important;
    min-height: 334px;
}
.modal-side--style .modal-title {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 40px;
    position: relative;
    padding: 0 20px;
}
.modal-side--style .modal-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -14px;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 5px;
}
.modal-side--style span .wpcf7-form-control-wrap .your-name,
.modal-side--style span .wpcf7-form-control-wrap .your-phone {
    margin-bottom: 20px;
}
.modal-side--style .modal-form input,
.wpcf7-form-control-wrap {
    width: 100%;
    margin: 0 0 20px 0 !important;   
}
.modal-side--style .modal-form input {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.28px;
    border: none;
    border-radius: 8px;
    outline: none;
    padding: 15px 15px;
}
.modal-side--style .modal-form input[type="submit"]{
    background-color: #ff891e;
}
.modal-side--style .modal-form input[type="submit"]:hover,
.modal-side--style .modal-form input[type="submit"]:focus{
    background-color: #fff;
    color: #ff891e;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.22);
}
[data-callmodal="modalSchemaWay"] {
    color: #ff6324;
    font-weight: bold;
    cursor: pointer;
}
.mayinfo {
    background: #ff6324;
    text-align: center;
    color: #fff;
    font-weight: 600;
    padding: 5px;
	display:none;
}
.mayinfo a {
    color: #fff;
}

.modal.smetaForm .modal-content {
    background: #fff;
}

.modal.smetaForm .modal-content * {
    color: #2d2d2ddd;
    padding: 4px;
    font-size: 15px;
}

.modal.smetaForm .modal-info {
    padding: 30px;
}

.modal.smetaForm .modal-content .modal-close__inner{
    padding: 0px;
}
.modal.smetaForm .modal-content .modal-close__inner span {
    padding: 0 15px;
}
.single_variation_wrap .woocommerce-variation-price {
    display: none;
}
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled button.single_add_to_cart_button.button.alt.btn.btn-orange,
.woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-enabled .input-text.qty.text {
    display: none;
}
span.whatIsDPK {
    color: #ff6323;
    font-weight: 600;
    cursor: pointer;
    border-bottom: 3px dashed #fff;
}

span.whatIsDPK:hover {
    border-bottom: 3px dashed #ff6323;
}

.row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.col-md-4 {
    width: 30%;
}
.video-slider .our-works-image a img{
    width: 100%;
    margin: 0 15px;
}
.video-slider .our-works-image a{
    height: auto;
}
.video-slider .fa-angle-left, .video-slider .fa-angle-right{
    font-size: 39px;
}
.video-slider .video-item{
    margin-top: 3em;
}
.video-slider .slick-prev{
    position: absolute;
    top: 15px;
    right: 50px;
    background-color: #efefef;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.8;
    cursor: pointer;
    transition: .25s;
    z-index: 10;
}
.video-slider .slick-next{
    position: absolute;
    right: 0;
    top: 15px;
    background-color: #efefef;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 0.8;
    cursor: pointer;
    transition: .25s;
    z-index: 10;
}
.video-slider .slick-prev{
    opacity: 1;
}
.video-slider .slick-next:hover{
    opacity: 1;
}
.video-slider ul.slick-dots{
    display: none;
}
article#post-9765 section#good-description {
    height: auto!important;
}

article#post-9765 .showMoreContent {
    display: none;
}
div#product-9765 section#good-attributes {
    display: none;
}
.ultimax-docs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.ultimax-docs_item {
    width: calc(50% - 40px);
    margin: 10px;
    text-align: left;
}


/* Сайдбар должен быть в начале, а не по центру */
.main > .container > .row {
    align-items: start;
}

.goods-features video,
.goods-video-block  video {
    max-width: 360px;
}

.goods-video-block h3 {
    margin: 20px 0;
}

.page-id-9765 .lessContent {
/*    overflow: visible;*/
}
.relinks {
    margin-bottom: 20px;
}

.relink-item {display: flex;width: 100%;max-width: 400px;border: 2px solid #87c03f;padding: 5px;align-items: center;border-width: 1px 2px;}

a.relink-item_name {color: #404041;}

a.relink-item_link {margin-left: auto;}

a.relink-item_link {}

.relink-item:first-child {
    border-width: 2px 2px 1px 2px;
}

.relink-item:last-child {
    border-width: 1px 2px 2px 2px;
}

@media screen and (max-width: 768px) {
    .col-md-4 {
        width: 50%;
    }
	.ultimax-docs_item {
        text-align: center;
    }

    .page-id-14490 .inside-article tbody {
       max-width: 100%;
    }

}

@media screen and (max-width: 600px) {

    .single-service .t-section__title,
    .single-service .goods-video-block-description,
    .single-service .goods-features-list_title {
        padding: 0 10px;
    }

    .single-service .goods-features-description {
        padding: 0 10px 20px;
    }

    ul.goods-features-list_items {
        flex-direction: column;
    }

    ul.goods-features-list_items li {
        flex: 0 0 100%;
        max-width: 300px;
    }

    .page-id-14490 .inside-article table,
    .page-id-9765 .inside-article table,
    .page-id-9765 section#good-price {
        overflow-x: visible;
    }

    .page-id-9765 #good-price .section-price tr {
        display: grid;
        grid-template-columns: 44% 28% 28%;
    }

    .page-id-9765 #good-price .tablepress tbody tr td {
        white-space: wrap;
    }

}

@media screen and (max-width: 400px) {
    /* .page-id-9765 https://septik-unid.ru/shop/ultimax-gravity/   */
    /* .page-id-14490 https://septik-unid.ru/service/obshhestroitelnye-raboty/   */

    .page-id-14490.separate-containers .inside-article {
        padding: 15px;
        font-size: 1rem;
    }

    .page-id-14490 .separate-containers .inside-article tr:not(:first-child) {
        display: grid;
        grid-template-columns: calc(100vw - 145px) 55px 60px;
    }

    .page-id-9765 #good-price .section-price tr {
        font-size: 1rem;
    }

}
span.price_anttention {
   
    align-items: center;
    display: flex;
    font-weight: 600;
    margin-bottom: 15px;
    border: 1px solid #efefef;
    padding: 5px;
    background: #efefef;
    vertical-align: middle;
}
span.price_anttention > span:first-child {
    color: #ff6322;
    font-size: 60px;
    line-height: 60px;
    margin-right: 10px;

}

/* базовые стили слайдера */
.js-swiper { 
  width: 100%; 
  height: 400px; 
  margin: 30px 0; 
}

.js-swiper .swiper-slide img { 
  width: 100%; 
  height: 100%; 
  object-fit: cover; 
  border-radius: 10px; 
}

/* стрелки навигации */
.js-swiper .swiper-button-next,
.js-swiper .swiper-button-prev {
  color: #87c03f;          /* ← зелёный цвет */
}

/* точки пагинации */
.js-swiper .swiper-pagination-bullet {
  background: rgba(135,192,63,0.35);
  opacity: 1;
}

.js-swiper .swiper-pagination-bullet-active {
  background: #87c03f;
}

.swiper-pagination-ellipsis {
  cursor: default;
  pointer-events: none;
  color: #87c03f;
  font-size: 18px;
  line-height: 1;
}

.top-map-link {
	margin-left:10px;
}

.footer-social__list .max-icon img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    vertical-align: middle;
}




/* Mobile layout hotfix */
html,
body {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

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

img,
video,
iframe,
svg {
    max-width: 100%;
    height: auto;
}

.site,
.site-content,
.content-area,
.site-main,
.inside-article,
.entry-content,
.grid-container,
.grid-parent {
    max-width: 100%;
}

@media screen and (max-width: 767px) {
    body {
        min-width: 0 !important;
    }

    .site,
    .site-content,
    .content-area,
    .site-main,
    .inside-article,
    .entry-content {
        width: 100% !important;
        min-width: 0 !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    /* Не обнуляем служебные отступы всей сетки */
    .grid-10,
    .grid-100,
    .grid-15,
    .grid-20,
    .grid-25,
    .grid-30,
    .grid-33,
    .grid-35,
    .grid-40,
    .grid-45,
    .grid-5,
    .grid-50,
    .grid-55,
    .grid-60,
    .grid-65,
    .grid-66,
    .grid-70,
    .grid-75,
    .grid-80,
    .grid-85,
    .grid-90,
    .grid-95,
    [class*="mobile-grid-"],
    [class*="tablet-grid-"] {
        min-width: 0;
        max-width: 100%;
    }

    .off-padding,
    .featuredBlock.backgroundGreen,
    .section-header-mod h2,
    .product-sub_menu,
    .section-connection-products_list {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .entry-content h1,
    .entry-content h2,
    .entry-content h3,
    .entry-content p,
    .entry-content li {
        overflow-wrap: anywhere;
        word-break: normal;
    }

    .rev_slider_wrapper,
    .rev_slider,
    rs-module-wrap,
    rs-module,
    rs-slide {
        max-width: 100vw !important;
        min-width: 0 !important;
    }
}

/* WooCommerce products: правки только для мобильных */
@media screen and (max-width: 767px) {

    .woocommerce ul.products.columns-4,
    .woocommerce-page ul.products.columns-4 {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 16px;
        align-items: stretch;
        margin: 0;
    }

    .woocommerce ul.products.columns-4::before,
    .woocommerce ul.products.columns-4::after,
    .woocommerce-page ul.products.columns-4::before,
    .woocommerce-page ul.products.columns-4::after {
        display: none !important;
    }

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        float: none !important;
        clear: none !important;

        width: auto !important;
        max-width: none !important;
        min-width: 0;

        margin: 0 !important;
    }

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce ul.products.columns-4 li.product a,
    .woocommerce ul.products.columns-4 li.product h2,
    .woocommerce ul.products.columns-4 li.product span,
    .woocommerce ul.products.columns-4 li.product div {
        word-break: normal;
        overflow-wrap: break-word;
        hyphens: none;
    }

    .woocommerce ul.products.columns-4 li.product
    .woocommerce-loop-product__title {
        min-height: 0;
        font-size: 16px;
        line-height: 1.3;
    }

    .woocommerce ul.products.columns-4 li.product
    .loop-image-container {
        width: 100%;
        height: 170px;
        min-width: 0;
    }

    .woocommerce ul.products.columns-4 li.product
    .loop-image-container img {
        display: block;
        max-width: 100%;
        max-height: 100%;
        width: auto;
        height: auto;
        margin: auto;
        object-fit: contain;
    }

    .woocommerce ul.products.columns-4 li.product .button,
    .woocommerce ul.products.columns-4 li.product .loop.btn.btn-green {
        float: none;
        width: 100%;
        margin: 5px 0 0;
        box-sizing: border-box;
        text-align: center;
    }
}

/* Узкий телефон: одна карточка */
@media screen and (max-width: 479px) {

    .woocommerce ul.products.columns-4,
    .woocommerce-page ul.products.columns-4 {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .woocommerce ul.products.columns-4 li.product,
    .woocommerce-page ul.products.columns-4 li.product {
        width: 100% !important;
        max-width: 100% !important;
    }

    .woocommerce ul.products.columns-4 li.product
    .loop-image-container {
        height: 240px;
    }
}

/* =========================================================
   Баннер акции на монтаж погребов
   ========================================================= */

.home-akciya {
	margin: 40px 0;
}

.akb-link {
	display: block;
	width: 100%;
	color: inherit;
	text-decoration: none;
}

.akb-link:hover,
.akb-link:focus,
.akb-link:focus-visible {
	color: inherit;
	text-decoration: none;
}

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

.akb {
	--akb-green: #87c03f;
	--akb-green-text: #5a9c1e;
	--akb-white: #fff;

	position: relative;

	display: grid;
	grid-template-columns:
		auto
		3px
		minmax(260px, auto)
		minmax(250px, 1fr)
		auto;
	align-items: center;
	gap: clamp(14px, 2vw, 34px);

	width: 100%;
	max-width: 1920px;
	min-height: 169px;
	margin: 0 auto;
	padding: 16px clamp(20px, 2vw, 50px);

	overflow: hidden;

	color: var(--akb-white);
	background-color: var(--akb-green);
	border-radius: 6px;

	font-family: Arial, Helvetica, sans-serif;
}

.akb::before {
	content: "";
	position: absolute;
	inset: 0;
	z-index: 0;

	background-image:
		repeating-linear-gradient(
			45deg,
			rgba(255, 255, 255, 0.07) 0 2px,
			transparent 2px 26px
		),
		repeating-linear-gradient(
			-45deg,
			rgba(255, 255, 255, 0.05) 0 2px,
			transparent 2px 26px
		);

	pointer-events: none;
}

.akb > * {
	position: relative;
	z-index: 1;
	min-width: 0;
}

.akb__discount {
	font-weight: 800;
	font-size: clamp(48px, 5vw, 72px);
	line-height: 1;
	letter-spacing: -2px;
	white-space: nowrap;
}

.akb__divider {
	width: 3px;
	height: 100px;

	background-color: rgba(255, 255, 255, 0.55);
	border-radius: 2px;
}

.akb__text {
	min-width: 0;
}

.akb__title {
	margin: 0;

	color: var(--akb-white);
	font-weight: 800;
	font-size: clamp(22px, 2.2vw, 34px);
	line-height: 1.1;
}

.akb__brands {
	margin: 6px 0 0;

	font-weight: 700;
	font-size: clamp(15px, 1.45vw, 22px);
	line-height: 1.15;
}

.akb__caption {
	margin: 10px 0 0;

	font-weight: 400;
	font-size: clamp(13px, 1vw, 16px);
	line-height: 1.2;
	opacity: 0.92;
}

.akb__products {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	align-items: center;
	gap: clamp(5px, 0.8vw, 12px);

	min-width: 0;
}

.akb__product {
	display: block;

	width: 100%;
	max-width: 100%;
	height: clamp(82px, 8vw, 140px);

	object-fit: contain;
}

.akb__promo {
	display: flex;
	align-items: center;
	gap: clamp(10px, 1.2vw, 20px);

	min-width: max-content;
	padding: 14px clamp(18px, 1.8vw, 30px);

	color: var(--akb-green-text);
	background-color: var(--akb-white);
	border-radius: 60px;
}

.akb__promo-text {
	display: flex;
	flex-direction: column;
	line-height: 1.05;
}

.akb__promo-title {
	font-weight: 800;
	font-size: clamp(17px, 1.55vw, 24px);
	text-transform: uppercase;
	white-space: nowrap;
}

.akb__promo-sub {
	margin-top: 4px;

	color: #555;
	font-weight: 500;
	font-size: clamp(13px, 1vw, 16px);
}

.akb__promo-icon {
	display: block;
	flex: 0 0 auto;

	width: auto;
	height: clamp(38px, 3.2vw, 54px);

	object-fit: contain;
}

/* Средние ноутбуки и узкие десктопные контейнеры */
@media (max-width: 1350px) {
	.akb {
		grid-template-columns: auto 3px minmax(240px, 1fr) auto;
		grid-template-areas:
			"discount divider text promo"
			"products products products products";

		row-gap: 14px;
		min-height: 0;
		padding-top: 18px;
		padding-bottom: 18px;
	}

	.akb__discount {
		grid-area: discount;
	}

	.akb__divider {
		grid-area: divider;
	}

	.akb__text {
		grid-area: text;
	}

	.akb__products {
		grid-area: products;
		grid-template-columns: repeat(3, minmax(90px, 180px));
		justify-content: center;
	}

	.akb__promo {
		grid-area: promo;
	}

	.akb__product {
		height: clamp(75px, 8vw, 105px);
	}
}

/* Планшеты */
@media (max-width: 900px) {
	.akb {
		grid-template-columns: 1fr;
		grid-template-areas:
			"discount"
			"text"
			"products"
			"promo";

		justify-items: center;
		gap: 16px;

		padding: 22px clamp(16px, 4vw, 30px);
		text-align: center;
	}

	.akb__divider {
		display: none;
	}

	.akb__discount {
		font-size: clamp(48px, 10vw, 64px);
	}

	.akb__text {
		width: 100%;
	}

	.akb__products {
		width: 100%;
	}

	.akb__promo {
		justify-self: center;
	}
}

/* Телефоны */
@media (max-width: 600px) {
	.home-akciya {
		margin: 24px 0;
	}

	.akb {
		gap: 14px;
		padding: 20px 16px;
	}

	.akb__discount {
		font-size: clamp(52px, 16vw, 64px);
	}

	.akb__title {
		font-size: clamp(20px, 6vw, 26px);
	}

	.akb__brands {
		font-size: clamp(15px, 4.5vw, 18px);
	}

	.akb__caption {
		font-size: clamp(13px, 3.8vw, 15px);
	}

	.akb__products {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 4px;
	}

	.akb__product {
		height: clamp(72px, 20vw, 100px);
	}

	.akb__promo {
		width: 100%;
		min-width: 0;
		justify-content: center;

		padding: 14px 16px;
		border-radius: 16px;
	}

	.akb__promo-title {
		font-size: clamp(16px, 5vw, 21px);
		white-space: normal;
	}

	.akb__promo-icon {
		height: 42px;
	}
}

/* Главная страница — видео */

.home-videos {
    padding: 40px 0;
    background: #fff;
}

.home-videos > h2 {
    margin: 0 0 30px;
    padding: 0 20px 15px;
    border-bottom: 2px solid #87c03f;
    font-size: 30px;
    font-weight: 600;
    text-align: center;
}

.home-videos .inside-article {
    padding: 0 30px;
}

.video-slider {
    margin: 0 -8px;
}

.video-slider .video-item {
    padding: 0 8px;
    margin: 0;
}

.video-slider .our-works-image {
    margin: 0;
    max-height: none;
    overflow: visible;
}

.video-slider .our-works-image a {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #222;
    border-radius: 6px;
}

.video-slider .our-works-image a img {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    object-fit: cover;
    transition: transform 0.25s ease;
}

.video-slider .our-works-image a:hover img {
    transform: scale(1.03);
}

.video-play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 58px;
    height: 42px;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff6323;
    border-radius: 10px;
    color: #fff;
    transition: transform 0.2s ease;
}

.video-play i {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    background: none;
    border-radius: 0;
    font-size: 20px;
}

.video-slider a:hover .video-play {
    transform: translate(-50%, -50%) scale(1.08);
}

.video-item-title {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.35;
}

@media screen and (max-width: 767px) {
    .home-videos {
        padding: 25px 0;
    }

    .home-videos .inside-article {
        padding: 0 15px;
    }

    .home-videos > h2 {
        margin-bottom: 20px;
        font-size: 25px;
    }

    .video-play {
        width: 52px;
        height: 38px;
    }
}