div.product{
	padding: 10px;
	box-sizing: border-box;
	display: flex;
	align-items: flex-start;
}
div.product_foto{
	width: 100%;
	padding-right: 20px;
	position: relative;
	padding-left: 120px;
}
ul.gallary{
    overflow-x: hidden;
    overflow-y: overlay;
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 132px;
    list-style: none;
}
li.gallary{
    margin: 0 0 2px;
	width: 110px;
	border-radius: 5px;
	border: 1px solid transparent;
}
a.gallary{
	display: flex;
	justify-content: center;
	width: 100%;
}
a.gallary>img{
	border-radius: 5px;
}
figure.main_foto{
	width: 100%;
	height: 100%;
	min-height: 268px; 
	min-width: 537px;
}
img.main_foto{
    width:98%;
    border-radius: 5px;
}
div.infor{
	width: 25%;
}
div.infor>p{
	    font-size:30px;
    font-weight:bold;
}
div.infor>p>small{
	    font-size:20px;
}
div.harak{
	display: flex;
}
div.harak>p>b{
    white-space: nowrap;
}
div.gallary_propo{
	padding-bottom: 10px;
	z-index: 1;
	position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}
div.gallary_propo_content{
	position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.next{
	position: relative;
	z-index: 3;
	color: #753d2c;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}
.next:hover, .next:focus{
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
.prev{
	position: relative;
	color: #753d2c;
	font-size: 40px;
	font-weight: bold;
	transition: 0.3s;
}

.prev:hover, .prev:focus{
	color: #bbb;
	text-decoration: none;
	cursor: pointer;
}
div.gallary_propo_list{
	width: 1400px;
	position: relative;
    overflow: hidden;
    contain: strict;
    flex: 1;
    height: 166px;
}
div.gallary_propo_list_inside{
	position: absolute;
    display: flex;
    height: 100%;
}
div.gallary_propo_propo{
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
    height: 100%;
    width: 260px;
}
img.gallary_propo{
	position: relative;
	border-radius: 5px;
	cursor: pointer;
	transition: 0.3s;
}
img.gallary_propo:hover{opacity: 0.7;}
@media only screen and (max-width: 1599px) and (min-width: 1280px){
	div.gallary_propo_list{
	    width: 1120px;
	}
}
@media only screen and (max-width: 1279px) and (min-width: 901px){
	div.gallary_propo_list{
	    width: 840px;
	}
}
@media screen and (max-device-width: 900px), screen and (max-width: 900px){
	div.product{
		padding: 0;
	    flex-direction: column;
	    align-items: center;
	}
	div.product_foto{
		padding: 0;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	    margin-top: 25px;
	    width: 95%;
	}
	figure.main_foto{
		position: relative;
	    flex: 1;
	    width: 95%;
		height: 100%;
	}
	img.main_foto{
	    width: 100%;
	    height: 100%;
	}
	div.infor{
		width: 100%;
		text-align: center;
	}
	div.harak{
		justify-content: center;
	}
	div.gallary{
		display: flex;
	    justify-content: center;
	    align-items: center;
	    position: relative;
	}
	ul.gallary{
		position: relative;
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		justify-content: center;
	}
	li.gallary{
		width: 210px;

		margin: 4px;
		border: 3px solid transparent;
		padding-bottom: 0;
	}
	div.gallary_propo{
		z-index: 0;
		position: relative;
	    display: flex;
	    flex-direction: column;
	    align-items: center;
	}
	div.gallary_propo_list{
		height: 100%;
		overflow: auto;
		contain: none;
		width: 100%;
		justify-content: center;
		display: flex;
	}
	div.gallary_propo_list_inside{
		position: relative;
	    justify-content: space-between;
        flex-wrap: wrap;
	    width: 90%;
	    transform: translateX(0);
	}
	div.gallary_propo_propo{
		padding: 0;
		width: 49%;
		height: 100%;
		padding-bottom: 0;
	}
	.prev, .next{
		display: none;
	}
	div.infor>p{
	    font-size:55px;
	}
	div.infor>p>small{
	    font-size:45px;
	}
}