/*
Theme Name: dymka-gips
*/

*::-webkit-scrollbar {
  width: 10px;             
}

*::-webkit-scrollbar-track {
  background: transparent;      
}

*::-webkit-scrollbar-thumb {
  background-color: #A92C49;  
  border-radius: 0;     
}
body {
	display: flex;
    flex-direction: column;
    min-height: 100vh;
	font-family: 'Roboto';
	background:#F2EEE5;
	color: #333;
}
body > .container {
	flex-grow:1;
}
a {
	text-decoration:none;
	color:#333;
	transition:0.3s;
}
a:hover {
	color:#A92C49;
}
.header {
	position:relative;
}
h1, h2, h3, h4, h5 {
	font-family: 'Brygada 1918', serif;
	font-weight:500;
	line-height:100%;
}

/* Styles for the sidebar */
.sidebar {
  height: 100%;
  width: 250px;
  position: fixed;
  top: 0;
  left: -250px;
  background-color: #333;
  color: white;
  transition: 0.3s;
  padding-top: 60px;
  z-index: 5;
}
.sidebar a, .sidebar span {
  padding: 15px 30px;
  text-decoration: none;
  font-size: 1.2em;
  color: white;
  display: block;
  transition: 0.3s;
}
.sidebar a:hover {
  background-color: #575757;
}
.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
/* Styles for the hamburger menu */
.hamburger {
  font-size: 30px;
  cursor: pointer;
  color: #A92C49;
  padding: 15px;
  text-align: center;
  display: none;
	position: absolute;
    right: 0;
    top: 15px;
}
#menu-header_menu-1 {
	padding:0;
	margin:0;
}
.sidebar .phones a {
	padding:0;
}
.sidebar .phones {
	padding-left:30px;
	margin-top:15px;
}
.menu {
	list-style: none;
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0;
    justify-content: center;
    margin-bottom: 0;
    color: black;
    font-size: 16px;
}

.main-btn {
	background:#A92C49;
	border:0;
	width:fit-content;
	padding: 16px 30px;
	display:flex;
	justify-content:center;
	color:white;
	font-size:14px;
	font-weight:500;
	border-radius:4px;
	transition:0.3s;
}
.main-btn:hover {
	box-shadow: 0 0 10px #A92C49;
	color:white;
}
.a-strelka {
  position: relative;
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  font-size: 14px; /* по желанию */
  color: #A92C49; /* по желанию */
}

.a-strelka::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/wp-content/uploads/2025/07/rightarrow.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.3s ease;
}
.a-strelka:hover::after {
  transform: translateX(4px);
}
.banner {
	min-height:709px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.banner-img {
	position:absolute;
	z-index:-1;
}
.banner1 {
	top: 5%;
    left: 50%;
    transform: translateX(-50%);
}
.banner2 {
	top:17%;
	right:10%;
}
.banner3 {
	bottom:5%;
	right:12%;
	
}
.banner4 {
	bottom:5%;
	left:12%;	
}
.banner5 {
	top:17%;
	left:10%;
}
.banner h1 {
	font-size:clamp(36px,5vw,70px);
	max-width:700px;
}
.about-us h2, .nashi-nahodki h2, .uchastie h2, .where-we h2, .catalog h2, footer h2, .what-is-gyps h2 {
	font-size:clamp(36px,5vw,70px);
}
.banner-text {
	position: absolute;
    bottom: 55px;
    max-width: 300px;
    left: 50%;
}
.nashi-nahodki img {
	max-width:260px;
	width:100%;
}
.custom-counter {
  counter-reset: my-counter 0;
  list-style: none;
  padding-left: 0;
  margin-bottom:0;
}

.custom-counter li {
  counter-increment: my-counter;
  position: relative;
  padding-left: 2.5em;
  font-family: 'Roboto';
  color: #333;
  display: flex;
  align-items: center;
}
.custom-counter li:not(:last-child) {
  margin-bottom: 40px;
}
.custom-counter li::before {
  content: counter(my-counter, decimal-leading-zero);
  position: absolute;
  left: 0;
  font-weight: bold;
  color: #A92C49; /* Цвет как на изображении */
  font-family: 'Roboto';
}
.uchastie {
	padding: 64px 0;
}
.card-figurka, .card-figurka .card-body {
	gap:12px;
}
.card-figurka img {
	margin-bottom:8px;
}
.card-figurka ul {
	gap:4px;
	display:flex;
	flex-direction:column;
}
.card-figurka .card-title {
	font-family: 'Roboto';
	font-size:20px;
	font-weight:700;
	line-height:130%;
}
.card-figurka .card-text {
	line-height:130%;
	font-weight:400;
	font-size:14px;
}
.card-figurka ul li {
	font-size:12px;
	line-height:130%;
}
footer {
	padding: 66px 0;
}
footer h2 {
	margin-bottom:35px;
}
.form-group {
	display:flex;
	flex-direction:column;
}
.form-group label, .form-group input {
	padding-left:12px;
}
input[type="text"], input[type="tel"] {
	height: 41px;
	background:transparent;
	border: 1px solid #7B7B7B;
	border-radius:0;
}

.custom-checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.custom-checkbox+label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  margin-top:30px;
}
.custom-checkbox+label::before {
  content: '';
  display: inline-block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #A92C49;
  border-radius: 0.25em;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
}
.custom-checkbox:checked+label::before {
  background-image: url("/wp-content/uploads/2025/07/vector.svg");
  border: transparent;
}

.what-is-gyps {
	display:flex;
	flex-direction:column;
}
.what-is-gyps h2 {
	max-width: 470px;
}
.what-is-gyps div {
	display: flex;
    margin-left: auto;
    margin-top: auto;
}