/*!
Theme Name: AutoManipulatorPro
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: automanipulatorpro
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

AutoManipulatorPro is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/* General Styles */

/* .site-header {
	display:none;
}

body {
  font-family: 'Arial', sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

/* Navigation Menu */
/* #main-nav {
  background-color: rgba(35, 35, 35, .8);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-nav .logo a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}

#main-nav .nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
}

#main-nav .nav-links li {
  display: inline;
}

#main-nav .nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

#main-nav .nav-links a:hover {
  color: #ffdd00;
}
 */ 
/* Hero Section */
/* #hero {
  background-image: url('http://automanipulatorpro.ru/wp-content/uploads/2024/07/photo_5237711960798258146_y.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}

#hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay */
/* }

#hero .container {
  position: relative;
  z-index: 2;
}

#hero h1 {
  font-size: 48px;
  margin-bottom: 20px;
}

#hero p {
  font-size: 24px;
  margin-bottom: 40px;
}

#hero .btn {
  background-color: #ffdd00;
  color: #000;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  transition: background-color 0.3s;
}

#hero .btn:hover {
  background-color: #ffaa00;
}

.hero-footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #ffdd00;
  color: #000;
  padding: 10px 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.hero-footer .info-item {
  display: flex;
  align-items: center;
}

.hero-footer .info-item .icon {
  font-size: 20px;
  margin-right: 10px;
}
.logo:not(.logo-between) .logo-text-primary {
    font-size: 30px;
    font-weight: 900;
    color: var(--colorMain);
} */
 



































/* General Styles */
.site-header {
  display: none;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Arial, segoe ui, fira sans, sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

/* Navigation Menu */
#main-nav {
  background-color: rgba(35, 35, 35, .8);
  color: #fff;
  padding: 20px 0;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#main-nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#main-nav .logo a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
	display:none;
}

#main-nav .nav-links {
  list-style: none;
  display: flex;
  gap: 20px;
	    flex-direction: row;
}

#main-nav .nav-links li {
  display: inline;
}

#main-nav .nav-links a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}

#main-nav .nav-links a:hover {
  color: #ffdd00;
}

/* Hero Section */
#hero {
  background-image: url('http://automanipulatorpro.ru/wp-content/uploads/2024/07/photo_5237711960798258146_y.jpg');
  background-size: cover;
  background-position: center;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  position: relative;
}

#hero::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* Overlay */
}

#hero .container {
  position: relative;
  z-index: 2;
}

#hero h1 {
  font-weight: 800;
  font-size: 72px;
  margin-bottom: 20px;
}

#hero p {
  font-size: 24px;
  margin-bottom: 40px;
}

#hero .leadbutton {
  background-color: #FFC326;
  color: #000;
  padding: 15px 30px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  transition: background-color 0.3s;
}

#hero .btn:hover {
  background-color: #ffaa00;
}

.hero-footer {
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #FFC326;
    color: #000;
    padding: 36px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 5;
    font-size: 22px;
    font-weight: 500;
}

.hero-footer .info-item {
  display: flex;
  align-items: center;
}

.hero-footer .info-item .icon {
  font-size: 20px;
  margin-right: 10px;
}

/* What We Offer Section */
#what-we-offer {
  padding: 60px 0;
  background-color: #fff;
  text-align: center;
}

#what-we-offer .offer-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#what-we-offer h2 {
  font-size: 36px;
  margin-bottom: 10px;
}

#what-we-offer p {
  font-size: 18px;
  margin-bottom: 30px;
}

#what-we-offer .offer-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

#what-we-offer .offer-text {
  max-width: 50%;
  text-align: left;
}

#what-we-offer .offer-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

#what-we-offer .offer-text p {
  font-size: 16px;
  margin-bottom: 20px;
}

#what-we-offer .offer-text ul {
  list-style: none;
  padding: 0;
}

#what-we-offer .offer-text ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

#what-we-offer .offer-text ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #ffaa00;
}

#what-we-offer .offer-image img {
  max-width: 100%;
}

/* Second Section */
#second-section {
  padding: 60px 0;
  background-color: #f7f7f7;
  text-align: center;
}

#second-section .second-section-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#second-section h2 {
  font-size: 36px;
  margin-bottom: 10px;
	color: #ffba00;
}

#second-section p {
  font-size: 18px;
  margin-bottom: 30px;
}

#second-section .second-section-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
	justify-content: center;
}

#second-section .second-section-text {
  max-width: 50%;
  text-align: left;
	
}

#second-section .second-section-text h3 {
  font-size: 24px;
  margin-bottom: 20px;
}

#second-section .second-section-text p {
  font-size: 16px;
  margin-bottom: 20px;
}

#second-section .second-section-text ul {
  list-style: none;
  padding: 0;
}

#second-section .second-section-text ul li {
  font-size: 16px;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
}

/* #second-section .second-section-text ul li::before {
  content: '✔️';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  color: #ffaa00;
} */

#second-section .second-section-image img {
  max-width: 100%;
}

.logo:not(.logo-between) .logo-text-primary {
    font-size: 30px;
    font-weight: 900;
    color: var(--colorMain);
}





body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f9f9f9;
}

.offer-section {
    padding: 40px 20px;
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    display: flex;
    flex-direction: row-reverse;
}

.offer-section_img{
width: 30%;	
}
.offer-section_img img{
width: auto;	
	padding: 25px;
} 
.offer-section_text{
	width: 80%;
}

.offer-title {
    font-size: 36px;
    margin-bottom: 10px;
}

.offer-title .highlight {
    font-weight: bold;
    display: inline-block;
    position: relative;
}

.offer-title .highlight::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ffcc00;
    bottom: -4px;
    left: 0;
    z-index: -1;
}

.offer-subtitle {
    font-size: 16px;
    font-weight: 300;
    color: #666;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.offer-description {
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 20px;
}

.offer-list {
    list-style: none;
    padding: 0;
    margin: 0;
    border-top: 1px solid #ddd;
}

.offer-list li {
    font-size: 16px;
    line-height: 1.5;
    padding: 10px 0;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
}

.offer-list li .checkmark {
    color: #ffcc00!important;
    font-size: 18px;
    margin-right: 10px;
}

.offer-list li strong {
    font-weight: bold;
}


#main-nav > div > span > span > span.logo-text-secondary {
	color: #ffaa00;
}









/* Mobile Styles */
@media (max-width: 768px) {
	
	
	
  #main-nav .container {
    flex-direction: column;
    align-items: flex-start;
  }

  #main-nav .nav-links {
    flex-direction: column;
    width: 100%;
	  display:none
  }

  #main-nav .nav-links li {
    width: 100%;
    text-align: left;
    padding: 10px 0;
  }

  #hero h1 {
    font-size: 30px;
  }

  #hero p {
    font-size: 20px;
  }

  #hero .btn {
    padding: 10px 20px;
    font-size: 16px;
  }

  .hero-footer {
    flex-direction: column;
    padding: 20px 0;
  }

  #what-we-offer .offer-details,
  #second-section .second-section-details {
    flex-direction: column;
  }

  #what-we-offer .offer-text,
  #second-section .second-section-text {
    max-width: 100%;
    text-align: center;
  }

  #what-we-offer .offer-image,
  #second-section .second-section-image {
    max-width: 100%;
    text-align: center;
  }
}


/* Burger Menu */
body {
    margin: 0;
    font-family: Arial, sans-serif;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background-color: #333;
}

.burger-menu {
    width: 30px;
    cursor: pointer;
    display: none; /* Скрыть бургер-меню по умолчанию */
    flex-direction: column;
    justify-content: space-between;
    height: 25px;
}

.line {
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.line {
    width: 100%;
    height: 3px;
    background-color: #fff;
}

.nav-links {
    list-style: none;
    margin: 0;
    padding: 0;
    display: none; /* Скрыть меню по умолчанию */
    flex-direction: column;
}

.nav-links.active {
    display: flex; /* Показать меню при добавлении класса 'active' */
}

.nav-links li {
    margin: 10px 0; /* Добавим отступы между пунктами меню */
}

.nav-links a {
    color: #fff;
    text-decoration: none;
}


@media (max-width: 1000px) {
.content-section{
		background-image: url();
	}
	.logo:not(.logo-between) .logo-text-primary {
    font-size: 20px;
    font-weight: 900;
    color: var(--colorMain);
}
	
	.offer-title {
    font-size: 18px;
    margin-bottom: 10px;
}
	
	#second-section h2 {
    font-size: 23px;
    margin-bottom: 10px;
    color: #ffba00;
}
	
	.footer-nav {
    
	min-width:auto;
}
	
	#main-nav {
    background-color: rgba(35, 35, 35, .8);
    color: #fff;
    padding: 20px 0;
    position: fixed;
    width: 100%;
    z-index: 1000;
    margin-top: -50px;
}
}


@media (max-width: 768px) {
	
	.footer-nav {
    
	min-width:auto;
}
	
	
    .burger-menu {
        display: flex; /* Показать бургер-меню на маленьких экранах */
		margin-left: 89%;
    }
	#main-nav .nav-links.active  {
		 display: flex; /* Показать бургер-меню на маленьких экранах */
		padding-top: 20px;
	}
    .nav-links {
        flex-direction: column;
    }
	
	.offer-section_text {
    width: 98%;
}
	#main-nav > div > span > span > span.logo-text-secondary {
	color: #ffaa00;
}
}



 .back-to-top {
            position: fixed;
            bottom: 20px;
            right: 20px;
            width: 50px;
            height: 50px;
            background-color: #FFCC33; /* Цвет фона кнопки */
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            transition: background-color 0.3s;
        }

        .back-to-top:hover {
            background-color: #FFD700; /* Цвет фона кнопки при наведении */
        }

        .back-to-top::after {
            content: '';
            border: solid black;
            border-width: 0 4px 4px 0;
            display: inline-block;
            padding: 5px;
            transform: rotate(-135deg);
            -webkit-transform: rotate(-135deg);
        }


footer {
    background-color: #333;
    color: #fff;
    padding: 20px 0;
    position: relative;
	
}

footer span{
background-image: url(http://automanipulatorpro.ru/wp-content/uploads/2024/08/footer_bg.jpg);
    width: 100%;
    animation-fill-mode: backwards;
    display: block;
	height: 27px;
    margin-bottom: -19px;
}
	
.footer-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
        padding: 0 20px 40px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
   text-align: right;
}

.footer-left {
    display: flex;
    flex-direction: column;
    /* align-items: center; */
    text-align: left;

}

.footer-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 5px;
}

.footer-phone a {
    color: #FFD700;
    text-decoration: none;
    font-size: 1.2em;
}

.footer-phone a:hover {
    text-decoration: underline;
} 

.footer-nav a {
    color: #fff;
    text-decoration: none;
    margin: 0 10px;
    font-size: 1em;
}

.footer-nav a:hover {
    text-decoration: underline;
}

.footer-right p {
    font-size: 0.9em;
}

.footer-nav {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	list-style: none;
	min-width:433px;
}
#page > footer > div > div.footer-center > nav {
    list-style: none;
    width: 500px;
}



@media (max-width: 480px) {
	
	.footer-nav {
    
	min-width:auto;
}
    .footer-phone a {
        font-size: 1em;
    }

    .footer-nav a {
        margin: 3px 0;
    }

    .footer-right p {
        font-size: 0.8em;
    }
}

#page > footer > div > div.footer-center > nav > ul > li.page_item.page-item-2 > a{
	color: inherit;
    text-decoration: none;
}
#page > footer > div > div.footer-center > nav > ul > li {
	list-style:none;
}

.container_3{
	width: 94%;
    max-width: 1200px;
    margin: 0 auto;
}

#second-section_3 .second-section-text {
  width: 100%;

}
#second-section_3  {
 
	margin-bottom: 50px;
}

.offer-section_text_3 {
    width: 100%;
}
#second-section .second-section-text_3 {
    max-width: 100%;
    
}
#page > footer > div > div.footer-center > nav > li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-40 {
list-style:none;
}

#page > footer > div > div.footer-center > nav{
	list-style:none;
}


.contact-form-container {
    max-width: 600px;
    margin: 50px auto;
    padding: 20px;
    background-color: #444;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

.contact-form-container h2 {
    text-align: center;
    color: #FFD700;
}

.wpcf7-form p {
    margin-bottom: 20px;
}

.wpcf7-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #8e8e8e;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: calc(100% - 22px);
    padding: 10px;
/*     border: 1px solid #555; */
    border-radius: 5px;
    background-color: #f0f0f0;
    color: black;
    margin-bottom: 10px;
}

.wpcf7-form input[type="submit"] {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFD700;
    color: #333;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #e5c100;
}

.wpcf7-response-output {
    margin-top: 20px;
    padding: 10px;
    background-color: #555;
    border: 1px solid #FFD700;
    border-radius: 5px;
    color: #fff;
}

#wpcf7-f56-o1 > form{
	width:50%;
}
#wpcf7-f56-o1 > form > p:nth-child(2) > label:nth-child(3) > span > input{
	width: calc(100% - 22px);
    padding: 10px;
    /* border: 1px solid #555; */
    border-radius: 5px;
    background-color: #f0f0f0;
    color:black;
    margin-bottom: 10px;
}
#popmake-54 {
	background-image: url(http://automanipulatorpro.ru/wp-content/uploads/2024/08/footer.jpg);
    background-position-x: center;
    background-repeat: no-repeat;
    background-size: cover;
	border-radius: 20px;
}


@media (max-width: 768px) {
	
	
	
	#wpcf7-f56-o1 > form {
    width: 99%;
}
	
	#page > footer > div > div.footer-center > nav {

    width: auto;
}
	 .footer-nav {
        flex-direction: column;
    }
	
    .footer-container {
        flex-direction: initial;
        text-align: center;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        flex: auto;
        margin-bottom: 10px;
    }

    .footer-nav a {
        display: block;
        margin: 5px 0;
    }
}


.footer-img {
    width: 50px; /* Ширина изображения */
    height: auto; /* Автоматическая высота для сохранения пропорций */
}

.button-group {
/*        margin-bottom: 20px; */
    justify-content: center;
    display: flex;
}

.tab-btn {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-right: 10px;
}

.tab-btn:hover {
    background-color: #0056b3;
}

#content-section {
    padding: 20px;
    background-size: cover;
    background-position: center;
}

.price-table {
    width: 100%;
    max-width: 600px;
   margin: 125px 100px 50px auto;
    border-collapse: collapse;
}
.textprice {
	display: flex;
    justify-content: center;
}
.price-row {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}

.price-info {
    flex: 1;
}

.price-details {
    display: flex;
    align-items: center;
}

.price {
    margin-right: 15px;
    font-size: 18px;
    font-weight: bold;
}

.order-btn {
    padding: 8px 12px;
    font-size: 16px;
    color: #fff;
    background-color: #007bff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
 
#physical  button, #legal button {
    background-color: #FFC326;
    color: #000;
    padding: 6px 26px;
    text-decoration: none;
    border-radius: 5px;
    font-size: 18px;
    transition: background-color 0.3s;
    border-style: unset;
}

.order-btn:hover {
    background-color: #0056b3;
}

.price-row:last-child {
    border-bottom: none;
}
#content-section {
    height: 552px;
    background-position: center;
    background-size: cover;
   
    margin: -32px 0px 85px 0px;
    background-image: url(http://automanipulatorpro.ru/wp-content/uploads/2024/08/13.jpg);
    transition: opacity 0.3s ease-in-out;
    
}

.textprice{
	display:flex;
	justify-content:center;
}
	
	#second-price{
	margin-bottom:40px;
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9999;
}

.floating-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25d366; /* Зеленый цвет для WhatsApp */
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: background-color 0.3s ease;
}

.floating-button img {
  width: 30px;
  height: 30px;
}

.floating-button.telegram-button {
  background-color: #0088cc; /* Синий цвет для Telegram */
}

.floating-button:hover {
  background-color: #128C7E; /* Немного темнее при наведении */
}

.floating-button.telegram-button:hover {
  background-color: #006699; /* Немного темнее при наведении для Telegram */
}


.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 20px;
  background-color: #f9f9f9;
}

.contact-info,
.contact-form {
  flex: 1;
  margin: 10px;
  padding: 20px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-info h2,
.contact-form h2 {
  margin-bottom: 20px;
}

.contact-info p,
.contact-form form {
  margin-bottom: 10px;
}

.contact-info a {
  color: #0073aa;
  text-decoration: none;
}

.contact-info a:hover {
  text-decoration: underline;
}
