/*
Theme Name: Shop Autobot Template
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/

body{
    margin: 0;
    font-family: "Manrope", sans-serif!important;
}

section{
    margin: 50px 0;
}

.section_title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-family: "Manrope", sans-serif!important;
}

.section_title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #32d01c;
    margin: 10px auto 0;
    border-radius: 2px;
}

img{
    max-width: 100%;
}


/*
Theme Name: My Custom Theme
Theme URI: https://example.com/
Author: Your Name
Author URI: https://example.com/
Description: A custom WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: my-custom-theme
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
}

.section_title {
    font-size: 2rem;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    color: #333;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.section_title::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background-color: #007bff;
    margin: 10px auto 0;
    border-radius: 2px;
}

.navbar-nav {
    display: flex;
    align-items: center;
    gap: 20px;
}

.navbar-nav .menu-item {
    list-style: none;
}

.navbar-nav .menu-item a {
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    color: #333;
    padding: 10px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.navbar-nav .menu-item a:hover,
.navbar-nav .menu-item.current-menu-item a {
    background-color: #007bff;
    color: #fff;
}

@media (max-width: 768px) {
    .navbar-nav {
        flex-direction: column;
        align-items: flex-start;
    }
    .navbar-nav .menu-item {
        width: 100%;
    }
    .navbar-nav .menu-item a {
        display: block;
        width: 100%;
        text-align: center;
    }
    #sertificates{
        display: none;
    }
}

.products-section {
    padding: 50px 0;
    background-color: #fff;
}

.products-section .product-card {
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.3s ease;
}

.products-section .product-card:hover {
    transform: scale(1.05);
}

.products-section .product-card img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.products-section .product-card h3 {
    font-size: 14px;
    margin: 10px 0;
}

.product-card h3 a{
    font-size: 14px;
    text-decoration: none;
    color:#000000;
}

.products-section .product-card .price {
    color: #007bff;
    font-weight: bold;
}

.products-section .product-card .btn {
    margin-top: 10px;
}


.our_values_item .value_item{
    min-height: 350px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.our_values_item .value_item i{
    color: #333!important;
    font-size: 7rem;
}

.advantages_block{

}

.advantages_block .advantage_number{
    font-size: 185px;
    z-index: -1;
}

.advantages_block .info_block{
    background: rgb(255 255 255 / 80%);
    padding: 10px 0;
    padding-top: 165px;
}


.breadcrumb {
    font-size: 14px;
    color: #666;
}

.breadcrumb a {
    color: #007bff;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}


.topline_header{
    background: #404147;
    padding: 8px 0;
    font-size: 14px;
    color: #fff;
}

.topline_phone{
    color: #fff;
}

.topline_phone .phone_number{
    color: #fff;
    text-decoration: none;
}

.top_line_menu{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    align-items: flex-start;
}

.top_line_menu li:not(:last-child) {
    margin-right: 24px;
}

.top_line_menu li a{
    display: flex;
    align-items: center;
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
    overflow: hidden;
    transition: color .3s ease;
}

.social_icons_block{

}

.social_icons_block ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

.social_icons_block ul li {

}

.social_icons_block ul li a {
    color: #fff;
    font-size: 22px;
}

.head-catalog-btn {
    padding: 11px 24px;
    font-size: 18px;
    line-height: 22px;
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.head-catalog-btn svg{
    fill: #fff;
}