.ai{
    display: flex;
    align-items: center;
}
a{
    text-decoration: none;
}
.container{
    max-width: 1420px !important;
}
*{
     font-family: 'Roboto', sans-serif;
}

.header-block {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    opacity: .95;
    box-shadow: 0 2px 4px rgb(0 0 0 / 15%);
    z-index: 99999;
}
header .logo img{
    background: #146135;
    padding: 5px 20px;
    width: 132px;
}
header .menu-head ul{
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 0px;
}
header .menu-head ul li{
    list-style: none;
}
header .menu-head ul li a{
    color: black;
    padding: 10px;
    text-decoration: none;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
header .phone-head .phones{
    text-align: center;
}
header .phone-head .phones a{
        color: #20693f;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    padding: 5px 0px;
    font-family: 'Oswald', sans-serif;
        margin-right: 10px;
}
header .bottom-block .button-head a.form-click{
    color: black;
    font-size: 16px;
    text-decoration: none;
    background: #ffeb3b;
    padding: 10px;
    display: block;
    width: fit-content;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
}

header .button-head{
        margin-top: 5px;
}

header .bottom-block .button-head a.search{
    color: white;
    font-size: 16px;
    text-decoration: none;
    background: #5e5e5e;
    padding: 10px;
    display: block;
    width: 35px;
    font-weight: 600;
}
header .lang-block  li:marker {
    list-style: none;
}
.dgwt-wcas-search-form.active{
        position: absolute;
    left: -40%;
}

.wrap-blog h1 , .wrap-blog h2{
        font-family: 'Oswald', sans-serif;
}


.banner-block img{
    height: 600px;
    object-fit: cover;
    width: 100%;
}
.lang-block{
    background: black;
    height: 44px;
    display: flex;
    align-items: center;
}
.aie{
        display: flex;
    align-items: center;
    justify-content: end;
    flex-wrap: inherit;
}
.uk{
        align-items: center;
       margin: 10px 0px 10px 10px;
    background: url(https://www.byshep.site/wp-content/themes/bs/img/ua.webp);
    background-size: 25px;
    background-position: right;
    background-repeat: no-repeat;
        min-width: 60px;
            display: inline-block;
                color: white;
}

.banner-block .owl-carousel {
    position: relative;
}
.banner-block .owl-carousel .owl-dots{
    position: absolute;
    bottom: 5px;
    left: 50%;
}
.banner-block .owl-theme .owl-dots .owl-dot.active span{
    background: #20693f;
}
.all-langs a{
    color: white;
}
.ru a{
      align-items: center;
    background: url(https://www.byshep.site/wp-content/themes/bs/img/ru.png);
    background-size: 25px;
    background-position: right;
    background-repeat: no-repeat;
        min-width: 60px;
            display: inline-block;
                color: white;
                text-decoration:: none;
}
.lang-block ul li a{
    text-decoration: none;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp{
        background: #fff0 !important;
}
.dgwt-wcas-style-pirx .dgwt-wcas-sf-wrapp input[type=search].dgwt-wcas-search-input{
    font-size: 14px !important;
}
.related.products  li{
        border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 6px 0px #afafafbf !important;
        margin: 5px !important;
}


.lang-block ul li a:hover{
    color: white;
}

.current-lang.ru{
            align-items: center;
                margin: 10px 0px 10px 10px;
        background: url(https://www.byshep.site/wp-content/themes/bs/img/ru.png);
        background-size: 25px;
        background-position: right;
        background-repeat: no-repeat;
                min-width: 60px;
                        display: inline-block;
                                color: white;
                                text-decoration:: none;
}

.about-block{
    padding: 60px 0px;
}
.about-block .title span{
    font-size: 32px;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 9999;
    background: white;
}
.woocommerce-Tabs-panel.woocommerce-Tabs-panel--description.panel.entry-content.wc-tab{
    padding-bottom: 20px;
}
.woocommerce div.product .woocommerce-tabs .panel{
    padding-bottom: 20px !important;
}


.about-block .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.about-block .title:before {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    top:50%;

}
.about-block .title:after{
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 3px solid #20693f;
    top:50%;
}
.about-block .text-block{
    padding: 20px 135px;
}
.about-block .text-block p{
    font-size: 16px;
    margin-bottom: 5px;
    font-family: 'Roboto', sans-serif;
}
.lang-switcher {
    position: relative;
}

.all-langs {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 999;
    padding: 0;
    margin: 0;
}

.lang-switcher:hover .all-langs {
    display: block;
    background: black;
    min-width: 94px;
}

.toggle-langs {
    display: inline-block;
    margin-left: 0.5em;
    cursor: pointer;
}
.about-block .list-block{
    text-align: center;
}
.about-block .list-block img{
    padding: 15px 0px;
}
.about-block .text-block b{
    margin-top: 20px;
    display: block;
}
.owl-theme .owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
}

.categoria-img-container-background {
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
    height: 100%;
    width: auto !important;
    z-index: 1;
}
.categoria-img-container {
    height: 375px;

    padding-left: 32px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.categoria-img-container-rect {
    position: absolute;
    top: 10%;
    right: 11.8%;
    background: #fff;
    height: 80%;
    width: 58.8%;
    min-width: 205px;
    box-shadow: 0 0 20px 0 rgb(1 53 31 / 12%);
    z-index: 11;
}
.categoria-img-container-content {
    width: 100%;
    height: auto;
    z-index: 100;
        position: absolute;
    left: -10px;
}
.carousel-block{
    padding: 80px 0px;
    background-color: #f5f5f5;
}

.carousel-block .prod-block{
        padding: 20px 135px;
}

.advantages .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.advantages .title span {
    font-size: 32px;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 999999999;
    background: white;
}
.advantages .title:before {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    top: 50%;
}
.advantages .title:after {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 3px solid #20693f;
    top: 50%;
}
.advantages {
    padding: 80px 0px;
}
.advantages-description {
    text-align: left;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
}
.advantages-list-wrap {
    display: flex;
    text-align: left;
    width: 80%;
    margin: 0 auto;
    align-items: center;
}
.advantages-text {
    text-align: left;
    width: 80%;
    margin: 0 auto;
}
.advantages-text span {
    font-weight: 400;
    font-size: 18px;
    font-family: 'Oswald';
}
.advantages-description p {
    font-family: 'Oswald';
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
}
.advantages-list-wrap p{
        font-family: 'Roboto', sans-serif;
}
.info-garantiya-ta-servis li{
        font-family: 'Roboto', sans-serif;
}

.advantages-list-left {
    padding-right: 30px;
}
.advantages-list-right {
    padding-left: 30px;
}
i.fal.fa-angle-right {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
i.fal.fa-angle-left {
    font-size: 30px;
    color: #fff;
    line-height: 40px;
}
button.owl-next {
    background: #11111152 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 1px !important;
}
button.owl-prev {
    background: #11111152 !important;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 1px !important;
}
button.owl-prev, button.owl-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
button.owl-next {
    right: -60px;
}
button.owl-prev {
    left: -60px;
}
.reviews .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 40px;
    position: relative;
    z-index: -1;
}
.reviews .title span {
    font-size: 32px;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 999999999;
    background: #f5f5f5;
}
.reviews .title:before {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    top: 50%;
}
.reviews .title:after {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 3px solid #20693f;
    top: 50%;
}
.reviews {
    padding: 80px 0px;
    background-color: #f5f5f5;
}
.prod-block a  {
    text-align: center;
    padding-top: 7px;
    font-size: 18px;
        font-family: 'Roboto', sans-serif;
    font-weight: 500;
    text-decoration: none;
    color: black;
}
.prod-block a:hover{
    color: black;
}

.reviews .owl-carousel .owl-item img {
    height: 200px;
    object-fit: cover;
}
.lang-block ul{
    margin: 0px;
    padding: 0px;
}
.lang-block ul li{
    display: flex;

    align-items: center;
    margin: 10px;
}
.lang-block ul li img{
        height: 20px;
    width: 30px;
    margin: 5px;
}
 .lang-block ul li span{
     color: white;
 }



.play-button>.circle::after {
    font-family: 'Font Awesome 5 Pro';
    content: "\f04b";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    font-size: 16px;
    color: #292828;
    top: calc(50% - 7px);
    left: calc(50% - 6px);
    z-index: 5;
}
.play-button>.circle>.pulsing-circle {
    position: absolute;
    z-index: 2;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
    opacity: .3;
}
.play-button>.circle>.running-dots {
    position: absolute;
    z-index: 2;
    top: calc(50% - 28px);
    left: calc(50% - 28px);
    width: 56px;
    height: 56px;
}
.play-button>.circle>.inner-circle {
    position: absolute;
    z-index: 3;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
    width: 42px;
    height: 42px;
}
.play-button>.circle>.inner-circle-hovered {
    z-index: 4;
    position: absolute;
    top: calc(50% - 21px);
    left: calc(50% - 21px);
    width: 42px;
    height: 42px;
    opacity: 1;
}
.play-button>.circle {
    position: relative;
    width: 72px;
    height: 72px;
}
.reviews-block-item .play-button {
    position: absolute;
    top: calc(50% - 36px);
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
    cursor: pointer;
}
.reviews-block-item .running-dots svg, {
    stroke: #fe5c01;
}
.reviews-block-item .inner-circle svg {
    fill: #ff5c00;
}
.reviews-block-item .running-dots svg{
    stroke: #ff5c00;
}
.advantages-list p::before {
    content: "✔";
    display: inline-block;
    margin: 0px 7px 0px 0px;
}
.reviews .owl-theme .owl-nav {
    margin-top: 0px;
}
.reviews button.owl-prev, .reviews button.owl-next {
    position: absolute;
    top: 50%;
    display: block;
    padding: 0;
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.reviews button.owl-next {
    right: 0px;
}
.reviews button.owl-prev {
    left: 0px;
}
.reviews button.owl-next {
    background: transparent !important;
}
.reviews button.owl-prev {
    background: transparent !important;
}
.consultation {
    padding: 0;
    background-image: url(/wp-content/themes/bs/img/consultation_bg_home.jpg);
    height: 800px;
    background-position: left;
    background-size: contain;
    background-repeat: no-repeat;
}
.consultation-title {
    font-size: 56px;
    line-height: 56px;
    margin-bottom: 64px;
    letter-spacing: .02em;
    margin-top: 175px;
    font-family: 'Oswald', sans-serif;
    color: #fff;
    font-weight: 300;
}
.consultation-text {
    font-size: 20px;
    line-height: 32px;
    letter-spacing: .03em;
    margin-bottom: 48px;
    color: #fff;
    max-width: 450px;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.call-me-back {
    max-width: 450px;
}
.call-me-back input {
    border-radius: 0px !important;
    padding: 20px !important;
    width: 100%;
        font-size: 18px;
}
.call-me-back input.wpcf7-submit {
    background: #f7da1b;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 22px;
}
footer {
    background-color: #07582a;
    padding: 40px 0;
}
.footer-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    margin: 0px auto;
}
.footer-section span {
    color: #dcd8d8;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
    letter-spacing: 0.5px;
}
a.footer-tel {
    display: block;
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
        font-family: 'Oswald', sans-serif;
}
.footer-section {
    text-align: center;
}
img.footer-logo {
    max-width: 240px !important;
}
.footer-divider {
    margin: 32px auto 10px;
    border-top: 2px solid #fff;
    width: 80%;
}
.footer-copyrights {
    display: flex;
    align-items: center;
    justify-content: center;
}
.copyrights-text {
    font-weight: 300;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: .05em;
    color: #fff;
    opacity: .5;
    font-family: 'Oswald', sans-serif;
    font-weight: 100;
}
.blog-page .title {
    text-align: center;
    width: 80%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.blog-page .title:before {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    top: 50%;
}
.blog-page .title:after {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 3px solid #20693f;
    top: 50%;
}
.blog-page .title span {
    font-size: 32px;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 999999999;
    background: white;
}
.wrap-blog {
    width: 80%;
    margin: 0px auto;
}
p#breadcrumbs {
    margin: 40px 0px;
}
p#breadcrumbs a {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .03em;
    margin-bottom: 48px;
    color: #111;
    max-width: 450px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
.footer-section a{
    text-decoration: none;
}

#breadcrumbs span {
    font-size: 16px;
    line-height: 26px;
    letter-spacing: .03em;
    margin-bottom: 48px;
    color: #606060;
    max-width: 450px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
}
ul#myTab {
    margin: 0px;
    border: 0px;
}
.wrap_post__content p{
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
    margin-top: 10px;
    display: block;
}

.wrap-blog li.nav-item button {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: .03em;
    color: #606060;
    max-width: 450px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    padding: 0px;
    margin: 5px 30px 0px 0px;
    border: none;
}
.nav-tabs .nav-link.active {
    border: none !important;
    border-bottom: 2px solid #111 !important;
    border-radius: 0 !important;
}
.wrap-blog .wrap-post-blog {
    width: 100%;
    display: flex;
    color: #2D2D2D;
    align-items: center;
    background: #F2F2F2;
    max-width: 1220px;
    margin: 15px auto 55px;
    padding: 0;
    line-height: 1.2;
}
.wrap-post-blog a.news-img-link {
    width: 50%;
    height: 345px;
}
.wrap-post-blog a.news-img-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.wrap-post-blog .wrap_post__content {
    width: 50%;
    height: auto;
    background: transparent;
    padding: 15px 32px;
}
.wrap-post-blog .wrap_post__content {
    color: #2D2D2D;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 1,2px;
}
h3.positions__item_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 32px;
    height: auto;
    overflow: visible;
    max-height: initial;
}
.details-button-zark span {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    color: #2d2d2d;
    border: 0;
    transition: 0.2s;
    font-family: 'Oswald', sans-serif;
    font-size: 22px;
    text-align: left;
    line-height: 24px;
    padding: 4px 48px 4px 16px;
}
.news-blog a.details-button-zark {
    margin-top: 20px;
}
.details-button-zark {
    position: relative;
    display: inline-block;
    background-color: transparent;
    border: 0;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
.details-button-zark::before {
    position: absolute;
    content: "";
    background-image: linear-gradient(270deg, #ffd600 0%, #ffe600 100%); ;
    transition: 0.3s ease-out;
    top: 0;
    bottom: 0;
    right: 0;
    height: 100%;
    width: 0%;
}
.details-button-zark::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    color: #111;
    background-image: linear-gradient(270deg, #ffd600 0%, #ffe600 100%);;
    padding: 4px;
    top: calc(50% - 16px);
    right: 0;
    font-size: 24px;
}
.details-button-zark:hover::before {
    width: 100%;
    outline: 0!important;
    outline-offset: 0
}
.details-button-zark:hover::after {
    background-image: none;
}

.product-left-menu-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 24px;
    padding: 0px 10px;
}
.product-left-menu-list {
    margin-top: 10px;
    background: #F2F2F2;
    padding: 20px 10px;
}
ul.product-left-menu-list-ul {
    list-style: none;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}
ul.product-left-menu-list-ul a {
    font-weight: 400;
    color: #000;
    text-decoration: none;
        padding: 5px 0px;
        display: block;
}
.product-left-menu-list-title {
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    font-size: 17px;
}
h1.product_title.entry-title {
    font-size: 24px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0.5px;
}
.summary.entry-summary {
    text-align: center;
}

element.style {
}
*, *::before, *::after {
    box-sizing: inherit;
}
*, ::after, ::before {
    box-sizing: border-box;
}
.hidden{
        overflow: hidden;
}
.woocommerce ul.products.columns-2 li:hover img{
     transform: scale(1.1) rotate(0deg);
    transition: 1s all;
}

.woocommerce div.product p.price {
    color: #0c603c !important;
    font-size: 24px !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}
span.price-title-product {
    color: #000000 !important;
    font-size: 24px !important;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
}
.wrap-icon-img {
    margin: 30px 0px 10px 0px;
}
th.woocommerce-product-attributes-item__label {
    width: 50% !important;
}
.woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #e4e4e4 !important;
}
.woocommerce table.shop_attributes tr:nth-child(even) td {
    background: #e4e4e4 !important;
}
ul.tabs.wc-tabs {
    background: #f2f2f2;
}
.product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: none;
    background-color: transparent;
    color: #515151;
    border-radius: 0;
    margin: 0px;
    padding: 20px;
    border-right: 1px solid #e2dfdf;
    border-left: 1px solid #e2dfdf;
    border-top: none;
    border-bottom: none;
    display: block;
}
.product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs {
    padding: 0;
    margin: 0 0 40px 0;
    display: flex;
    position: unset;
        justify-content: center;
}  ul.product-left-menu-list-ul a:hover{
        text-decoration: revert;
}

/*li#tab-title-description {
    border-left: 2px solid #e2dfdf;
}*/
.product-template-default.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #0c603c;
    color: #fff;
    z-index: 2;
    border-bottom-color: none;
}
.product-template-default.woocommerce table.shop_attributes th {
    font-weight: 400;
}
.product-template-default.woocommerce table.shop_attributes tr:first-child th {
    font-weight: 700;
}
.product-template-default.woocommerce table.shop_attributes tr:first-child td {
    font-weight: 700;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    font-size: 18px !important;
    font-weight: 300 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
    display: none;
}
.flex-viewport {
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 6px 0px #afafafbf;
    margin-bottom: 20px;
}
.wrap-list-param{
    font-family: 'Oswald', sans-serif;
    letter-spacing: 0.5px;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    text-align: left;
}
.wrap-list-param span {
    font-weight: 100;
}
.cont-list-param {
    width: max-content;
    margin: 0px auto;
}

button.btn.zamovlennya {
    margin-top: 20px;
    color: black;
    font-size: 18px;
    text-decoration: none;
    background: #ffeb3b;
    padding: 5px 40px;
    display: block;
    width: fit-content;
    font-weight: 400;
    font-family: 'Oswald', sans-serif;
    border-radius: 1px;
}
.woocommerce ul.products.columns-2 {
    display: flex;
    flex-wrap: wrap;
   /* justify-content: space-around; */
    justify-content: center;

}
.woocommerce ul.products.columns-2 li.product a{
    max-width: 320px;
    display: block;
    margin: 0px auto;
}

.woocommerce ul.products.columns-2 li.product a img {
    margin: 0;
    padding: 20px;
    border: 1px solid #f1f1f1;
    box-shadow: 0px 0px 6px 0px #afafafbf;
}
.woocommerce ul.products.columns-2 li.product .price {
        color: #0f9c4b;
    font-weight: 500;
    margin: 10px 0px;
    font-size: 18px;
    text-align: center;
}
ul.products.columns-2 h2.woocommerce-loop-product__title {
        color: #000;
    text-align: center;
    font-size: 18px !important;
    font-family: 'Oswald', sans-serif;
}
.woocommerce-Tabs-panel h2 {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}
.contacts-page .title {
    text-align: center;
    width: 80%;
   /* margin: 0 auto;*/
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.contacts-page .title:before {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    top: 50%;
}
.contacts-page .title:after {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 3px solid #20693f;
    top: 50%;
}
.contacts-page .title span {
    font-size: 32px;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 999999999;
    background: white;
}
.contacts-page-info-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 40px 0 80px;
}
.info-block-contact {
    width: 50%;
    border: 1px solid #e9e4e4;
    padding: 10px;
}
.info-block-contact-title {
    color: #0e603a;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 20px;
}
.info-block-contact-phone {
    font-size: 18px;
    letter-spacing: 1px;
}
.info-block-contact-name {
    font-size: 15px;
}
.contact-map {
    padding: 20px;
    border: 1px solid #e9e4e4;
    margin: 40px 0 80px;
}
.contacts-page .wrap-blog {
    margin: 0;
}
.diller-block-contact-title {
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
}
.diller-block-contact-adress {
    font-family: 'Oswald', sans-serif;
    font-weight: 200;
}
.diller-block-contact-phone a {
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    color: #000 !important;
    text-decoration: none;
    font-weight: 300;
    display: block;
}
.diller-block-contact-img {
    border: 1px solid #e9e4e4;
    text-align: center;
    margin-bottom: 15px;
    max-width: 360px;
    padding: 10px;
}
.diller-block-contact-img img {
    max-width: 150px;
}
.diller-block-contact {
    width: 50%;
    padding: 10px;
}
.career-block-contact-adress .details-button-zark {
    background: #0c603c;
}
.more-details {
    position: relative;
    display: inline-block;
    background-color: #0c603c;
    border: 0;
    cursor: pointer;
    outline: none;
    text-decoration: none;
    padding: 5px 40px;
}
.more-details span {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    color: #fff;
    border: 0;
    transition: 0.2s;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    font-weight: 300;
    text-align: left;
    line-height: 24px;
    padding: 4px 40px 4px 16px;
    background: #0c603c;
}
.more-details span::after {
    content: '\f178';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
    position: absolute;
    color: #fff;
    background-image: linear-gradient(270deg, #0c603c 0%, #0c603c 100%);
    padding: 4px;
    top: calc(50% - 16px);
    right: 0;
    font-size: 24px;
}
.info-block-career {
    width: 50%;
    display: flex;
    color: #2D2D2D;
    align-items: center;
    max-width: 1220px;
    margin: 15px auto 55px;
    padding: 0;
    line-height: 1.2;
}
.career-block-career-wrap {
    width: 50%;
    height: auto;
    background: transparent;
    padding: 15px 10px 0;
    text-align: center;
}
.career-block-contact-title {
    font-family: 'Oswald', sans-serif;
    margin-bottom: 30px;
    font-size: 20px;
}
.title-career {
    text-align: center;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    font-size: 28px;
}
.info-block-career-2 p {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
.info-block-career-2 ul {
    margin-left: 0px;
    padding-left: 0px;
}
.contact-block-career i {
    color: #0c603c;
    font-size: 20px;
    margin-right: 5px;
}
.contact-block-career {
    margin-bottom: 5px;
}
.contact-block-career {
    font-size: 18px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}
.garantiya-ta-servis .title {
    text-align: center;
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
    z-index: -1;
}
.garantiya-ta-servis .title:before {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 1px solid #000;
    top: 50%;
}
.garantiya-ta-servis .title span {
    font-size: 32px;
    padding: 15px 20px;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
    position: relative;
    z-index: 999999999;
    background: white;
}
.garantiya-ta-servis .title:after {
    display: block;
    width: 100%;
    content: '';
    position: absolute;
    border-bottom: 3px solid #20693f;
    top: 50%;
}
.info-garantiya-ta-servis {
    width: 50%;
    display: block;
    color: #2D2D2D;
    align-items: center;
    margin: 15px auto 15px;
    padding: 0;
    line-height: 1.2;
}
.info-garantiya-ta-servis.title-l-p {
    padding-left: 80px;
    font-size: 18px;
}
.info-garantiya-ta-servis ul {
    margin-left: 0px;
    padding-left: 20px;
}
.info-garantiya-ta-servis p {
    margin-bottom: 10px;
    font-weight: 700;
}
.info-garantiya-ta-servis img {
    height: 320px;
    width: 100%;
    object-fit: cover;
}
.icons-block-wrap img {
    height: 100%;
    width: auto;
}
.icons-wrap {
    display: flex;
    flex-wrap: wrap;
}
.icons-block-wrap {
    display: flex;
    align-items: center;
    width: 50%;
    margin-top: 30px;
}
.icon-title-service {
    width: 70%;
    padding-left: 15px;
    font-family: 'Oswald', sans-serif;
    font-size: 14px;
}
.icons-block-wrap-img {
    height: 70px;
}
.consultation-service {
    background-image: url(/wp-content/themes/bs/img/consultation_bg_ark-serv.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
.consultation-wrep-service {
    display: flex;
    flex-wrap: wrap;
    padding: 40px 60px;
}
.consultation-wrep-service-text {
    width: 50%;
}
.call-me-back-service {
    width: 50%;
}
h3.consultation-title-service {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    margin-bottom: 20px;
}
p.consultation-text-service {
    color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    padding-right: 20px;
    letter-spacing: 0.5px;
}
.call-me-back-service input.wpcf7-submit {
    background: #f7da1b;
    border: none;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 20px;
}
.call-me-back-service input {
    border-radius: 0px !important;
    padding: 10px !important;
    width: 100%;
    font-size: 20px;
}
.info-garantiya-ta-servis.title-l-p.no-circl ul {
    list-style: none;
    padding-left: 0px;
    margin-top: 10px;
}
.poslugy-po-obrobci-zemli-text {
    margin: 10px 0px;
}
.wrap-blog header{
    box-shadow: inherit;
}
.dgwt-wcas-search-form{
   display: none !important;
}
.dgwt-wcas-search-form.active{
   display: block!important;
}
span.out-of-stock-span {
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    color: #000;
}
.stock-zapchastiny {
    color: #0e603a;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    text-align: left;
}
.get_sku {
    color: #000000;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-align: left;
    margin-bottom: 20px;
}
.cont-list-param.left-text-price {
    margin: 0px;
}
h1.product_title.entry-title.left-align-title {
    text-align: left;
    font-family: 'Roboto', sans-serif;
    color: #000;
    margin-bottom: 40px;
}
.my_lock_text {
    text-align: left;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #a49f9f;
    letter-spacing: 0.4px;
}
.my_lock_text img {
    margin-right: 2px;
}
.wrap-complete-set-options img {
    height: 130px !important;
}
.file-download-btn a {
    color: #fff !important;
    text-decoration: none;
}
.menu-item-has-children {
    position: relative;
}
header.pc.header-block {
    position: relative;
}