
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
body{
	/*background: #000;*/
	width: 98vw;
		 font-family: "Roboto", sans-serif;
/*  font-optical-sizing: auto;*/
  font-weight: 300;
  font-style: normal;
	
}
li{
	padding: 15px;
}

.container{
/*background-image: url(4.jpg);
	background-repeat: no-repeat;
	background-size:cover;*/
	 font-family: "Roboto", sans-serif;
/*  font-optical-sizing: auto;*/
  font-weight: 300;
  font-style: normal;
max-width: 100vw;
color: #fff;
padding-top: 2vh;

}
nav div ul li{
	border-bottom: 0.2px solid #4b525c;

}
header{
	/*background: rgba(0,0,0,0.2);*/

	/* padding:  1vw;*/
	 min-width: 96vw;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	
/*	background-position: center;*/
/*background-position: 75px 0;*/
	min-height: 15vh;
	font-size: 16px;

}
.logo{
	width: 20vw;
}
.textColor{
	color: #db1f2e;
	font-weight: 500;
}

nav ul li:hover{
	color:#AA1D42;
}
nav a:hover{
	color:#AA1D42;
}
.rmenu{
	position: relative;
	cursor: pointer;
}
.viewm{
	display: none;
	 position: absolute;
      top: 4vh;       
      left: 0;
      z-index: 10;    
      
     
      background-color: rgba(0,0,0,0.8);
      border: 1px solid #ccc;
      box-shadow: 0 4px 6px rgba(255,255,255,0.1);
      padding: 10px;
      margin-top: 5px;
      min-width: 150px;
}
.rmenu:hover .viewm{
	display: block;
	transform: 0.4s;
	
}
nav div ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	min-width: 50vw;
	list-style: none;
	color: #fff;
	letter-spacing: 1px;
	text-transform: uppercase;
	
	padding: 3vh 2vw;
	/*background: rgba(0,0,0, 0.);*/
	/*
	border-bottom: 0.25px solid #DCDCDC;*/
	/*clip-path: polygon(30px 0%, calc(100% - 30px) 0%, 100% 50%, calc(100% - 30px) 100%, 30px 100%, 0% 50%);*/
}
footer{
	min-height: 5vh;
	/*background-image: url(p.jpg);*/
	/*background: rgba(0,0,0,0.9); 
	background-repeat: no-repeat;*/
	/*background-size: cover;*/
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between; 
	padding:  1vw;
	 width: 98vw;
	 color: #fff;
	 align-items: flex-end;
	 font-weight: 300;
	 border-top: 0.1px solid #4b525c;
	 margin-top: 15vh;
}
.cont{
	display: flex;
	list-style: none;
	justify-content: space-between;
	width: 100%;
}
a{
	text-decoration: none;
	color: #fff;
	
}
.logo img{
	width: 20vw;
}
main{
	/*background: rgba(0,0,0,0.5);*/
	min-height:45vh;
}
.scart{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	color:#fff;
	margin-top: 4vh; 

}
main{
	padding: 3vh 3vw;
	margin: 2vh;
	margin-top: 4vh;
		 font-family: "Roboto", sans-serif;
/*  font-optical-sizing: auto;*/
  font-weight: 300;
  font-style: normal;


}
.imgCart{
	width: 40vw;
	height: auto;
	background-size:cover;
	/*background-size: 75%;
*/	background-position: center;
	background-repeat: no-repeat;

}
.cart{
	width: 50vw;
	font-weight: 300;
}
body.site-bg {
  margin: 0;
  padding: 0;
  width: 100%;
  min-height: 100vh;
  position: relative;
  
  /* Эффект свечения: в центре цвет чуть светлее (#23262B), к краям плавно уходит в почти черный (#121316) */
  background: radial-gradient(circle at center, #23262B 0%, #16181B 60%, #121316 100%);
  color: #ffffff;
}

/* Наложение полигонального паттерна */
body.site-bg::before {
  content: "";
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  
  /* Геометрический паттерн с тонкими линиями */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' width='100' height='100' viewBox='0 0 100 100'%3E%3Cpath d='M0 0 L50 20 L100 0 L80 50 L100 100 L50 80 L0 100 L20 50 Z' fill='none' stroke='%23ffffff' stroke-width='0.4'/%3E%3Cpath d='M50 20 L80 50 L50 80 L20 50 Z' fill='none' stroke='%23ffffff' stroke-width='0.3' stroke-dasharray='1,3'/%3E%3C/svg%3E");
  background-size: 200px 200px; /* Размер ячеек полигонов */
  
  /* Ультра-низкая прозрачность как на макете (3%), чтобы текстура едва угадывалась */
  opacity: 0.03; 
  mix-blend-mode: overlay;
  pointer-events: none;
  z-index: 0;
}
footer p{
	margin: 2vh auto ;
	font-size: 8px;
}
.cart p, .cart li{
	font-size: 14px;
	line-height: 1.4;
}
.cart ul li{
	margin-left: 2vw;
}
.imgCartO{
	min-width: 30vw;
	height: auto;
	background-size:cover;
	/*background-size: 75%;
*/	background-position: center;
	background-repeat: no-repeat;

}
footer ul li{
	font-size: 12px;
}
.otst{
	padding-left: 1vw; 

}
h3{
	color:#AA1D42;
}
.ulDocum{
    list-style: none;
}
.ulDocum a:hover{
    color:#AA1D42;
}
@media screen and (max-width: 768px) {
	.logo img{
		width: 80vw;
	}
  nav div ul {
    display: flex;
    flex-wrap: wrap; /* Разрешает перенос на новые строки */
  }
  
  nav div ul li {
    flex: 0 0 100%; /* Заставляет каждый пункт занимать 100% ширины контейнера */
  }
  .scart {
    flex-direction: column;
  }

  /* 2. Настраиваем текстовый блок, чтобы он занял всю ширину */
  .cart {
    width: 100%;
    margin-bottom: 20px; /* Отступ между текстом и картинкой */
  }

  /* 3. Уменьшаем картинку */
  .imgCart {
    min-width: 100%; /* Сбрасываем 40vw из десктопной версии и растягиваем на ширину экрана */
    /* Важный момент: так как картинка задана фоном (background-image), 
       в вертикальном положении она может "схлопнуться" до нуля. 
       Поэтому обязательно задаем ей явную высоту: */
    height: 300px; /* Можете изменить это значение (например, 250px или 400px), чтобы подобрать нужный размер */
    border-radius: 8px; /* По желанию: немного скруглить углы для красоты */
  }

}