/* 	*,
*::before,
*::after {
    box-sizing: border-box;
}
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
} */

body {
	background-color: #f8f9fa;
	color: #333;
}
.countInput {
    text-align: center;
    width: 60px;
    max-width: 85%;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 6px 0;
    font-size: 1rem;
    outline: none;
}
.order-module {
	max-width: 1200px;
	margin: 0 auto;
	background: white;
	border-radius: 12px;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

.order-header {
	background: linear-gradient(135deg, #2c3e50, #4a6491);
	color: white;
	padding: 5px;
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	position: relative;
	overflow: hidden;
	margin-top:1%;
	max-width: 96%;
    margin: auto;
    border-radius: 7px;
	margin-left: 2%;
}
}

.order-header::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100" width="100" height="100" opacity="0.05"><text x="50%" y="50%" font-size="60" text-anchor="middle" dominant-baseline="middle" fill="white">🛒</text></svg>');
	opacity: 0.1;
}

.order-content {
	display: flex;
	min-height: 400px;
}

.cart-section {
	flex: 1;
	padding: 17px 25px;
	border-right: 2px solid #eee;
	background: #fafafa;

}

.cart-section h3 {
	font-size: 20px;
	margin-bottom: 20px;
	color: #2c3e50;
	display: flex;
	align-items: center;
	gap: 10px;
}

.cart-items {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.cart-item {
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
	display: flex;
	transition: transform 0.2s, box-shadow 0.2s;
	border-left: 5px solid #3498db;
	position: relative;
	height: 150px;
}

.cart-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.item-image {
	width: 100px;
	background: #f5f7fa;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
}

.item-image i {
	font-size: 40px;
	color: #7eb0db;
}
.item-image img{max-width:98%;max-height: 100%;}
.item-details {
	flex: 1;
	padding: 10px 10px;
}

.item-name {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 5px;
	color: #2c3e50;
	max-width: 94%;
}

.item-specs {
	color: #7f8c8d;
	font-size: 14px;
	margin-bottom: 10px;
}

.item-meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.item-quantity {
	display: flex;
	align-items: center;
	gap: 8px;
	background: #f1f8ff;
	padding: 5px 10px;
	border-radius: 20px;
}

.item-price {
	font-weight: bold;
	color: #e74c3c;
	font-size: 18px;
}

.cart-summary {
	margin-top: 21px;
	padding: 8px 13px;
	background: #2c3e50;
	color: white;
	border-radius: 8px;
	text-align: right;
	font-size: 18px;
}
.itogo{
	float:none;
}
.form-section {
	flex: 1;
	padding: 5px;
	background: white;
	margin-right: 0.75%;
}
}

.form-section h3 {
	font-size: 20px;
	margin-bottom: 0px;
	color: #2c3e50;
	display: flex;
	align-items: center;
	gap: 10px;
}

.form-group label {
	display: block;
	margin-bottom: 4px;
	font-weight: 500;
	color: #2c3e50;
}
.checkbox-container label {
    font-size: 1em;
    line-height: 1em;
    font-weight: 600;
    letter-spacing: 0;
    text-transform: none;
    transition: all .3s ease-in;
    opacity: 1;
    cursor: pointer;
    color: white;
}
.deleteCross-k{
    position:absolute;
    border: 1px solid rgba(105, 121, 168,0.3); 
    cursor:pointer;
	right:0;
	width:28px;
}
.inner-k:before {
	background:rgba(180, 0, 0, 1);
	height: 1px;
    top: 50%;
	width:100%;
	}
.inner-k:after{
	background:rgba(180, 0, 0, 1);
	height: 1px;
	width: 100%;
}
.outer-k {
position:static;
width: 28px;
}
.inner-k label{
	color: black;
	letter-spacing: 0;
	font-size: .6em;
}
.form-group input {
	width: 100%;
	padding: 9px;
	border: 2px solid #ddd;
	border-radius: 8px;
	font-size: 16px;
	transition: border-color 0.3s;
}

.form-group input:focus {
	outline: none;
	border-color: #3498db;
	box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.2);
}

.submit-btn:hover {
	transform: translateY(-2px);
	box-shadow:  0 8px 6px rgb(15 29 228 / 30%);
}

.submit-btn:active {
	transform: translateY(0);
}
.cart-items-wrapper {height: 36vh; overflow-y: overlay;}
/* Убираем стандартные отступы у контейнера */
.slider-section {
    max-width: 100vw;
    overflow: hidden;
    padding: 30px 0; /* Убираем боковые паддинги */
    background: #ecf0f1;
    text-align: center;
    border-top: 2px solid #ddd;
    position: relative;
    margin: 0 auto;
	width: 100%; /* Явно задаём */
    box-sizing: border-box;
}

.slider-title {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 25px;
    color: #2c3e50;
}

.slider-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0 10px; /* Опционально — отступы от краёв экрана */
    box-sizing: border-box;
}

.slider-arrow {
    font-size: 28px;
    font-weight: bold;
    color: #3498db;
    cursor: pointer;
    padding: 12px 16px;
    background: white;
    border-radius: 50%;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s;
    z-index: 10; /* Увеличиваем z-index */
    position: relative;
}

.slider-arrow:hover {
    background: #3498db;
    color: white;
    transform: scale(1.1);
}

.slider-items {
    display: flex;
    gap: 25px;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

.slider-items::-webkit-scrollbar {
    display: none; /* Hide scrollbar for Chrome, Safari and Opera */
}

.slider-items img {
    max-width: 100%;
    max-height: 150px;
    object-fit: contain; /* Сохраняет пропорции */
}
.slider-item-img-container {
    width: 130px;
    height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}
.slider-item {
    width: 150px;
    min-width: 150px;
    padding: 10px;
    margin: 0; /* Убираем margin */
    flex-shrink: 0;
	background: white;
    border-radius: 10px;
    border: 2px solid #bdc3c7;
    text-align: center;
    font-weight: bold;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.3s;
    cursor: pointer;
}

.slider-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
    border-color: #3498db;
    color: #3498db;
}
.slider-section,
.slider-container,
.slider-items {
    max-width: 80vw;
    width: 100%;
    overflow: hidden;
}
.inner-k label span:after {padding-top:1%}
.slider-arrow .arrow-icon {
  font-size: 24px;
  color: #042c8d;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.modal {
 /*  width: 350px; */
  padding: 20px;
  border-radius: 12px;
  background: linear-gradient(135deg, #2c3e50, #4a6491);
  background: linear-gradient(135deg, #1a2a3a, #2c3e50);
  background: linear-gradient(135deg, #4a6491, #7ea1c9);
  background: linear-gradient(135deg, #042c8d, #4a6491);
  background: linear-gradient(344deg, #5cb0f2, #042c8d);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
  position: relative;
}

.close-btn {
  position: absolute;
  top: 0px;
  right: 6px;
  font-size: 24px;
  cursor: pointer;
  color: white;
  background: none;
  border: none;
  font-weight: bold;
}

h2 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 1.4rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: white;
  max-width: 98%;
}

.form-group {
  margin-bottom: 16px;
}
#order-form p{color:#ffffff}
    .basket-page input[type="text"],
    .basket-page input[type="email"],
    .basket-page textarea {
      width: 100%;
      padding: 6px 0;
      
      border: none;
      background-color: #e6e6e6;
      color: #333;
      font-size: 1rem;
      outline: none;
    }
#custName, #custPhone, #custMail {border-radius: 8px;}
#custComment{border-radius: 10px;}
.basket-page input[type="text"]:focus,
.basket-page input[type="email"]:focus,
.basket-page textarea:focus {
  box-shadow: 0 0 0 2px #007bff;
}

.basket-page textarea {
  height: 50px;
  resize: none;
}

.info-text {
  font-size: 0.9rem;
  margin: 12px 0;
  line-height: 1.4;
  color: white;
}

.checkbox-container {
  display: flex;
  align-items: center;
  margin: 12px 0;
}

.checkbox-container input {
  margin-right: 8px;
  width: 18px;
  height: 18px;
}

.privacy-policy {
  font-size: 0.9rem;
  margin: 10px 0;
  /* line-height: 1.4; */
  color: white
}

.privacy-policy a {
  color: #007bff;
  text-decoration: underline;
  color: white
}

.submit-btn {
  width: 100%;
  padding: 14px;
  border-radius: 10px;
  background-color: #ffffff;
  color: #004a9b;
  font-size: 1rem;
  font-weight: bold;
  border: none;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 6px rgb(15 29 228 / 30%);
}

.submit-btn:hover {
  background-color: #f0f0f0;
}
@media (max-width: 900px) {
	.order-content {flex-direction: column;}
	.cart-section {border-right: none;border-bottom: 2px solid #eee;}
}