body {
  font-family: "Inter", sans-serif;
  margin: 0;
  padding: 0;
}
.inner-side {
	height: 350px;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
}
.inner-side > * {
	width: 151px;
	flex: 0 0 calc(20% - 10px);
}
.outer-side {
	height: 350px;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
}
.outer-side > * {
	width: 151px;
	flex: 0 0 calc(20% - 10px);
}
.locks_row {
	height: 350px;
	overflow-y: scroll;
	display: flex;
	flex-wrap: wrap;
}
.locks_row > * {
	width: 151px;
	flex: 0 0 calc(20% - 10px);
}
footer {
  background: #1E1E1E;
}
footer h2 {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
  color: #FFFFFF;
}
.windowprev{
  min-height: 600px; 
  background-color:white;
   position: sticky; 
   top: 5%;
}
footer p {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  color: rgba(255, 255, 255, 0.4);
}
footer .footer_el {
  padding: 0;
}
.nav-item a{
font-size: 24px !important;
}
ul li a {
	color: black;
}
.catalog_item {
	padding: 0px;
	width: 33%;
	height: auto;
	border: 1px solid rgb(209, 209, 209);
}
.catalog_item p {
	color: rgb(0, 0, 0);
}
.catalog_item .price {
	font-size: 25px;
	font-weight: 700;
}
.wrapper{
  max-width: 1200px;
  margin: 0 auto;
}
.catalog_item button {
	font-size: 20px;
	color: white;
	border-radius: 5px;
	border: 1px solid #d47403;
	background-color: #d47403;
	padding: 7px 30px;
}
.show_more {
	color: black;
	font-size: 20px;
	border: 1px solid rgb(87, 85, 85);
	border-radius: 5px;
	padding: 7px 20px;
}
.filter {
	border: 1px solid rgb(0, 0, 0, 0.068);
	border-radius: 10px;
	color: black;
	background-color: rgba(0, 0, 0, 0.068);
	padding: 2px 12px;
}
.filter:active {
	border: 1px solid#D47403;
	border-radius: 10px;
	color: white;
	background-color: #d47403;
	padding: 2px 12px;
}
.filter:hover {
	border: 1px solid#D47403;
	border-radius: 10px;
	color: white;
	background-color: #d47403;
	padding: 2px 12px;
}
.container {
	display: flex;
	justify-content: space-between;
	padding: 20px;
}

.options {
	width: 100%;
}

.options h3 {
	margin-bottom: 10px;
}
.lock_col {
	height: 160px;
}
.option-button {
  height:180px ;
  width: auto;
	display: block;
	border: 2px solid transparent;
	background-color: transparent;
	padding: 5px;
	margin-bottom: 10px;
	cursor: pointer;
	border-radius: 15px;
	-webkit-box-shadow: 0px 5px 10px 1px rgba(206, 142, 38, 0.2);
	-moz-box-shadow: 0px 5px 10px 1px rgba(206, 142, 38, 0.2);
	box-shadow: 0px 5px 10px 1px rgba(206, 142, 38, 0.2);
}

.option-button.selected {
	border-color: #eecb32;
	-webkit-box-shadow: 0px 5px 10px 7px rgba(206, 142, 38, 0.2);
	-moz-box-shadow: 0px 5px 10px 7px rgba(206, 142, 38, 0.2);
	box-shadow: 0px 5px 10px 7px rgba(206, 142, 38, 0.2);
}

.option-image {
	width: 50px; /* Установите нужный размер изображения */
	height: auto;
	vertical-align: middle;
	margin-right: 10px;
  margin-bottom: 15px;
}

.preview {
	background-color: white;
	position: sticky;
	width: 100%;
	text-align: center;
	top: 5%;
}

.door {
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.door-side {
	position: relative;
	width: 250px; /* Установите ширину для каждой стороны двери */
	height: auto;
	margin: 0 10px;
}
.lock {
	width: auto;
	height: 80px;
}
.door-side img {
	width: 100%;
	height: auto;

	top: 0;
	left: 0;
}
.lock_button {
	width: 20px;
}

#innerSideImage {
	z-index: 1;
}

#outerSideImage {
	z-index: 1;
}
/*Внешняя сторона замка*/
#outerLockImage {
	position: absolute;
	top: 230px;
	left: 74.5%;
	width: auto;
	height: 77px;
	z-index: 2;
  transform: scale(-1,1);
}
/*Внутреняя сторона замка*/
#innerLockImage {
	position: absolute;
	top: 230px;
	left: 3%;
	width: auto;
	height: 77px;
	z-index: 2;
  transform: scale(-1,1);
}
.order_btn {
	font-size: 25px;
	font-weight: bold;
	border-radius: 20px;
	border: none;
	color: white;
	background-color: #eecb32;
	padding: 15px;
}

/* Модальное окно */
.modal {
	display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	justify-content: center;
	align-items: center;
}

.modal-content {
	width: 60%;
	background-color: #fff;
	padding: 20px;
	border: 1px solid rgb(207, 105, 37);
	border-radius: 5px;
	text-align: center;
	position: relative;
}
.modal_btn {
	background-color: rgb(207, 105, 37);
  border: none;
  border-radius: 10px;
  color: white;
  font-weight: bold;
}
.close {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 24px;
	cursor: pointer;
}

.order-btn {
	margin-top: 20px;
	padding: 10px 20px;
	background-color: #007bff;
	color: #fff;
	border: none;
	cursor: pointer;
}

.order-btn:hover {
	background-color: #0056b3;
}

/* Скрыть сообщение об успешной отправке */
#orderStatus {
	margin-top: 15px;
	color: green;
}
.podr{
  color: white;
  background-color: #fc9b2d;
  padding: 2px;
  border: 1px solid #D47403;
  border-radius: 5px;
  font-size: 15px;
}
@media (max-width: 768px) {
  .modal-content {
	width: 80%;
	background-color: #fff;
	padding: 10px;
	border: 1px solid rgb(207, 105, 37);
	border-radius: 5px;
	text-align: center;
	position: relative;
}
  .door-side {
    position: relative;
    width: 110px; /* Установите ширину для каждой стороны двери */
    height: auto;
    margin: 0 10px;
  }
  .lock {
    width: auto;
    height: 80px;
  }
  .door-side img {
    width: 100%;
    height: auto;
  
    top: 0;
    left: 0;
  }

  .windowprev{
    min-height: 300px; 
    background-color:white;
     position: sticky; 
     top: 0%;
     margin-bottom: 15px;
  }
	.inner-side {
		display: flex;
		flex-wrap: nowrap;
		height: 190px;
		overflow-x: auto;
	}
	.locks_row {
		display: flex;
		flex-wrap: nowrap;
		height: 190px;
		overflow-x: auto;
	}
	.outer-side {
		display: flex;
		flex-wrap: nowrap;
		height: 190px;
		overflow-x: auto;
	}
	.preview {
		background-color: white;
		position: sticky;
		width: 100%;
		text-align: center;
		top: 0%;
	}
	#outerLockImage {
		position: absolute;
		top: 110px;
		left: 73%;
		width: auto;
		height:40px;
		z-index: 2;
	}
	/*Внутреняя сторона замка*/
	#innerLockImage {
		position: absolute;
		top: 110px;
		left: 2%;
		width: auto;
		height: 40px;
		z-index: 2;
	}
  .option-button{
    font-size: 12px;
  }
  .mobile{
    display: none;
  }
	//stilt
	/*.inner-side > *{
   
    flex: 0 0 100%;
    flex-wrap: nowrap;
  }
  .outer-side > *{
  
    flex: 0 0 100%;
    flex-wrap: nowrap 
  }*/
}
