/*
Theme Name: Bono
Theme URI: https://wpshop.ru/themes/bono
Author: WPShop.ru
Author URI: https://wpshop.ru/
Description: Быстрая и SEO-оптимизированная тема для создания интернет-магазина на WooCommerce
Requires at least: WordPress 6.0
Version: 1.9.2
WC tested up to: 7.2
License: WPShop License
License URI: https://wpshop.ru/license
Text Domain: bono
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/*--------------------------------------------------------------
 *   DON'T EDIT THIS FILE
 *   After update you will lose all changes. Use child theme
 *
 *   НЕ РЕДАКТИРУЙТЕ ЭТОТ ФАЙЛ
 *   После обновления Вы потереяете все изменения. Используйте дочернюю тему
 *
 *   https://support.wpshop.ru/docs/general/child-themes/
--------------------------------------------------------------*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
}

header .card-slider__button {
    font-size: 14px;
}

.header-phone__item a {
  font-weight: 800;
}

.header-phone__item a small {
  font-weight: 400;
}

.top-menu ul li {
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}

.top-menu ul li > a, .top-menu ul li > span {
  font-size: 1.2em;
  text-transform: uppercase;
  font-weight: 600;
}

.top-menu ul li .sub-menu li > a, .top-menu ul li .sub-menu li > span {
  font-size: 1em;
}

@media (min-width: 250px) and (max-width: 670px) {
    .choice {
        width: 120px;
    }
    .choice figure:not([class]) {
        margin: 1em 0;
    }
}

.wpcf7 input[type="text"], textarea,
.wpcf7 input[type="tel"] {
  width: 100%;
  border-radius: 10px;
  font-size: 20px ;
}

textarea {
  max-height: 100px;
}

input.wpcf7-submit {
    margin: 0 auto;
    width: 100%;
    text-transform: uppercase;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
}

.card-slider__button {
    background: #0c6204;
}

.page-template-services section {
    width: 100%;
    padding: 30px 0 30px 0;
}

.section_third {
    background: #f7f7f7;
}

.content__img {
    min-height: 300px;
    background-position: 50%;
    background-size: cover;
}

.content__text {
    padding: 0 20px 0 20px;
}


.content-services  {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.service_grid {
   display: flex;
}

.service-background {
  text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 20px;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
    padding: 20px;
    margin: 5px;  
    align-items: center;
    display: flex;
}

.service-grid__title {
    font-size: 16px;
    margin-top: 15px;
    font-weight: 500;
    padding-left: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
   .service-background {
        display: block;
    }
    .top-menu ul li > a, .top-menu ul li > span {
        font-size: 0.9em;
    }
    header .card-slider__button {
        padding: 5px;
    }
}

@media (min-width: 576px) {
    .post-cards  {
        display: flex;
        flex-wrap: wrap;
    }
}

.page-template-services ul {
    list-style: none;
}

.page-template-services .content__text ul > li::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 2px solid #3960ff;
  border-radius: 50%;
  margin-right: 10px;
}

.col2-set .col-1, .col2-set .col-2 {
    width: 100%;
}

.site-main .section-0 .section-block__header,
.site-main .section-1 .section-block__header {
    display:none; 
}

.site-main .section-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.main-text__image {
    background-image: url('/wp-content/uploads/2023/02/38z2infbux0-1.jpg');
    min-height: 400px;
    background-position: 50%;
    background-size: cover;    
    width: 100%;
    height: 100%;
}

.main-text__phone {
    font-size: 30px;
    margin: 20px 0;
}

.main-text__phone i {
    color: #fff;
    background-color: #0c6204;
    padding: 5px 8px;
    border-radius: 50%;
}

.main-text__phone a {
    color: #000;
    font-weight: 600;
    text-decoration: none;
}
.main-text__phone a:hover {
    text-decoration: underline;
}

.main-text__button {
    font-size: 20px;
}

@media (max-width: 370px) {
    .main-text__phone {
        font-size: 20px;
        margin: 20px 0;
    }
}

.section-posts.section-7 .post-card--vertical {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(25% - 40px);
  flex: 0 0 calc(25% - 40px);
  max-width: calc(25% - 40px);
  margin-left: 20px;
  margin-right: 20px;
  background: #fff;
  text-align: center;
}

@media (min-width: 578px) and (max-width: 991px) {
    .section-posts.section-7 .post-card--vertical {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(50% - 40px);
        flex: 0 0 calc(50% - 40px);
        max-width: calc(50% - 40px);
    }
}

@media (max-width: 575px) {
    .section-posts.section-7 .post-card--vertical {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - 40px);
        flex: 0 0 calc(100% - 40px);
        max-width: calc(100% - 40px);
    }
}

.section-3 .section-block__description.section-block__description--top,
.section-4 .section-block__description.section-block__description--top {
    display: flex;
    flex-flow: row;
}


.septik-catalog-button {
    margin-left: 30px;
    text-transform: uppercase;
    background: #0d8bcd;
    border-radius: 20px;
    padding: 5px 20px;
}

.septik-catalog-button:hover {
    background: #fff;
    border: 2px solid #0d8bcd;
    border-radius: 20px;
    padding: 3px 18px;
}

.button-catalog {
    color: #fff;
    line-height: 40px;
    text-decoration: none;
}

.septik-catalog-button:hover > .button-catalog {
    color: #0d8bcd;
}

@media (min-width:445px) and (max-width:617px) {
    .button-catalog {
        font-size: 14px;
        padding: 5px 10px;
    }
    .septik-catalog-button {
        display: flex;
        align-items: center;
    }
    
    .septik-header {
        width: 60%;
    }
}

@media (max-width:444px) {

    .section-3 .section-block__description.section-block__description--top,
    .section-4 .section-block__description.section-block__description--top {
        flex-flow: column;
        margin: 0 auto;
    }
    .septik-header, .septik-catalog-button {
        width: 100%;
        text-align: center;
    }
    .septik-catalog-button {
        max-width: 200px;
       margin: 0 auto 20px auto;
    }
}

.elementor-320 {
    width: 100%;
}