@media screen and (max-width:480px) {
	
	.content{
    aspect-ratio: 16/9;
    width: 90%;
    margin: 10px auto;
    border-radius: 10px;
    background: #E3F2FD;
	box-shadow: 0px 0px 15px 0px #000;
	}
	
	#iphone_banner{
    background: url(/images/iphone/iphone_banner2.jpg) no-repeat;
    background-size: cover; 
	}
	
	.filtr_production{
	width: 90%;
	height: 70px;
	margin: 15px auto;
	border-radius: 5px;
	background: #cecece;
	/*position: relative;
	top: 10px;*/
	}
	
	
	#filtr{
    width: 100%;
    height: 50px;
    margin: 20px 0;
    padding: 0;
    box-shadow: inset 0 0 2px #000;
    display: flex;
    /*background: #37474F;*/
	}
	
	.filtr_select{
    width: 100%;
    margin: 0 2px;
    flex-grow: 1;
	}
	
	
	#box_production{
    width: 98%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
	}
	
	.production{
    aspect-ratio: 1;
    width: 49%;
    height: auto;
    margin: 0 0.5%;
    margin-top: 10px;
    border-radius: 5px;
    /*box-shadow: 0 0 1px #000;*/
    display: flex;
    flex-grow: 1;
	flex-wrap: wrap;
    justify-content: center;
    background: #fff;
	text-decoration: none;
    /*background: rgb(41, 182, 246, 0.3);*/
	}
	
	#transparent{
    /*aspect-ratio: 1;*/
    width: 48%;
    height: 10px;
    margin: 0 1%;
    margin-top: 20px;
    border-radius: 5px;
    box-shadow: 0 0 3px #000;
    display: flex;
    flex-grow: 1;
    /*justify-content: center;*/
    background: #e0e0e0;
    /*background: rgb(41, 182, 246, 0.9);*/
	}
	
	#transition_buttons{
	display: flex;
	flex-wrap: nowrap;
	}
	
	#back_to_list{
	margin-left: 15px;
	padding: 3px 5px;
	border: 1px solid #000;
	border-radius: 5px;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 110%;
	color: #000;
	text-decoration: none;
	}
	
	#crumbs{
	width: 90%;
	height: auto;
	margin: 0 5px;
	display: flex;
	gap: 5px;
	border-radius: 5px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
	scroll-snap-points-x: none;
	scroll-snap-align: start;
	/*background: #cecece;*/
	}
	.crumbs_buttons{
	margin-left: 1px;
	padding: 3px 5px;
	border: 1px solid #1e90ff;
	border-radius: 5px;
	font-family: sans-serif;
	font-weight: 600;
	font-size: 110%;
	color: #1e90ff;
	text-decoration: none;
	}
	
	.box_img{
	aspect-ratio: 4/5;
    width: 100%;
	margin: 0;
	
	display: flex;
	gap: 30px;
	border-radius: 14px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
	scroll-snap-points-x: none;
	/*position: relative;*/
	}
	
	.img_production{
	aspect-ratio: 4/2;
	width: 100%;
	margin: 15px auto;
	display: flex;
    object-fit: contain;
	scroll-snap-align:center;
    /*scroll-snap-align:start;
    scroll-snap-align:end;*/
    box-sizing: border-box;
    padding: 0;
    flex-shrink: 0;
    background-color: white;
    border-radius: 0px;
    text-align: center;
	}
	
	.video_review{
	width: 50px;
	height: 50px;
	border: 1px solid #000;
	border-radius: 10px;
	text-align: center;
	color: #fff;
	position: absolute;
	bottom: 10px;
	right: 10px;
	/*z-index: 1;*/
	overflow-x: none;
	background: #000;
	}
	
	.info_production{
    width: 100%;
    height: 85px;
    padding: 9px 0;
    border-radius: 0 0 5px 5px;
    background: #F5F5F5;
	}
	
	.description{
    width: 96%;
    height: 65px;
    margin: 0 auto;
	padding: 1px 3px;
	border-radius: 5px;
	/*box-shadow: inset 0 0 1px #000;*/
    text-align: left;
    font-family: arial;
    font-weight: 550;
	font-size: 100%;
	/*color: #fff;*/
    justify-content: flex-start;
	/*background: #E6E6FA;*/
	}
	
	.description_1{
    width: 96%;
    height: 100px;
    margin: 0 auto;
	padding: 1px 3px;
	border-radius: 5px;
	/*box-shadow: inset 0 0 1px #000;*/
    text-align: left;
    font-family: arial;
    font-weight: 600;
	font-size: 125%;
	/*color: #fff;*/
    justify-content: flex-start;
	/*background: #E6E6FA;*/
	}
	
	#model{
	height: auto;
	margin: 5px 0;
	padding: 0;
	/*font-size: 16px;*/
	/*font-weight: 600;*/
	color: #000;
	-webkit-line-clamp: 3; /* Число отображаемых строк */
    display: -webkit-box; /* Включаем флексбоксы */
    -webkit-box-orient: vertical; /* Вертикальная ориентация */
    overflow: hidden;
	}
	
	#memory{
	margin: 0;
	padding: 0;
	border-radius: 5px;
	color: #000;
	display: inline-block;
	/*background: #000;*/
	}
	
	#color{
	margin: 0;
	padding: 2px 4px;
	border-radius: 5px;
	color: #000;
	/*background: rgb(52, 152, 219, 0.1);*/
	}
	
	#price_and_rating{
	width: 96%;
	margin: 0 auto 3px;
	padding: 0;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
	}
	
	#price{
	display: flex;
	/*background: #696969;*/
	}
	
	#rating{
	margin-right: 5px;
	font-family: arial;
	font-size: 100%;
	color: #ff5733;
	display: flex;
	flex-wrap: no-wrap;
	align-items: baseline;
	/*background: #cecece;*/
	}
	
	#rating_value{
	width: auto;
	margin: 0px 4px;
	color: #212F3C;
	font-weight: 500;
	display: flex;
	flex-wrap: no-wrap;
	}
	
	.price_production{
    width: 98%;
    height: auto;
    margin: 0;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0 9px;	
    text-align: center;
    font-family: Sans-Serif;
    font-weight: 600;
	font-size: 115%;
    color: #003366;
    display: flex;
    /*justify-content: left;*/
    align-items: end;
    /*align-self: center;*/
    /*background: #707070;*/
	}
	
	#price_and_rating_1{
	width: 96%;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: no-wrap;
	justify-content: space-between;
	}
	
	#price_1{
	
	}
	
	#rating_1{
	margin-right: 5px;
	font-family: arial;
	font-size: 110%;
	color: #ff5733;
	display: flex;
	flex-wrap: no-wrap;
	align-items: baseline;
	/*background: #cecece;*/
	}
	
	#rating_value_1{
	width: auto;
	margin: 0px 4px;
	color: #212F3C;
	font-weight: 500;
	display: flex;
	flex-wrap: no-wrap;
	}
	
	.price_production_1{
    width: auto;
    height: auto;
    margin: 0;
	margin-left: 5px;
	margin-bottom: 10px;
	padding: 0 9px;	
    text-align: center;
    font-family: Sans-Serif;
    font-weight: 600;
	font-size: 135%;
    color: #003366;
    display: flex;
    justify-content: left;
    align-items: end;
    /*align-self: center;*/
    /*background: #707070;*/
	}
	
	.box_button_cart_and_favorites{
	width: 100%;
	height: auto;
	margin: 0;
	display: flex;
	flex-grow: 1;
	/*background: #cecece;*/
	}
	
	#button_favorites{
	width: 47%;
	margin: 0 auto;
	padding: 7px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 85%;
	font-family: Sans-Serif;
	display: flex;
	justify-content: center;
	background: rgba(75, 0, 130, 0.1);
	opacity: 1;
	/*z-index: 0;*/
	}
	
	#button_cart{
	width: 47%;
	margin: 0 auto;
	padding: 7px 0;
	border-radius: 5px;
	color: #fff;
	font-size: 85%;
	font-family: Sans-Serif;
	display: flex;
	justify-content: center;
	background: rgba(0, 0, 0, 0.1);
	opacity: 1;
	/*z-index: 0;*/
	}
	
	
	.object_button_buy{
	width: 100%;
	margin: 2px auto;
	padding: 0;
	display: flex;
    justify-content: center;
	}
	
	.buy_button_buy{
	width: 98%;
	margin: 7px 0;
	padding: 7px 0;
	border-radius: 5px;
	text-align: center;
    font-family: Sans-Serif;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	align-self: center;
    background: #55ad00;
	}
	
	.buy_button_order{
	width: 98%;
	margin: 7px 0;
	padding: 7px 0;
	border-radius: 5px;
	text-align: center;
    font-family: Sans-Serif;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
	align-self: center;
    background: #708090;
	}
	
	/*# # # # # # # # # # # # # # # #*/
	.object_button_buy_1{
	width: 90%;
	margin: 2px auto;
	padding: 0;
	display: flex;
    justify-content: center;
	font-size: 120%;
	}
	
	.buy_button_buy_1{
	width: 98%;
	margin: 7px 0;
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
    font-family: Sans-Serif;
    font-weight: 600;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	align-self: center;
    background: #55ad00;
	}
	
	.buy_button_order_1{
	width: 98%;
	margin: 10px 0;
	padding: 10px 0;
	border-radius: 5px;
	text-align: center;
    font-family: Sans-Serif;
    font-weight: 600;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
	align-self: center;
    background: #708090;
	}
	
	#box_product_buttons{
	width: 99%;
	height: 50px;
	margin-top: 25px;
	margin:25px auto 15px;
	display: flex;
	background: #fff;
	position: sticky;
	top: 50px;
	}
	
	.product_buttons{
	width: auto;
	height: 60%;
	margin: auto 1px;
	padding: 0;
	border-radius: 3px;
	box-shadow: inset 0px 0px 30px 5px #fff;
	font-size: 100%;
	font-weight: 550;
	font-family: arial;
	color: #212F3C;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	align-items: center;
	align-self: center;
	background: #dcdcdc;
	}
	
	.product_buttons:visited{
	color: #000;
	background: #cecece;
	}
	
	.information_output{
	width: 96%;
	height: auto;
	margin: 15px auto;
	padding: 0;
	border-radius: 7px;
	display: none;
	font-family: arial;
	font-size: 105%;
	font-weight: 600;
	/*text-align: center;*/
	color: #000;
	background: #FFF8DC;
	}
	
	#about_the_product_b{
	display: block;
	}
	
	
	
	
	/*# # # # # # # # # # # # # # # #*/
	
	#transparent{
    border: transparent;
    box-shadow: 0 0 0px #000;
    background: transparent;
	}
	
	#order{
    width: 80%;
	height: 50px;
    margin: 50px auto;
    padding: auto 5px;
    border-radius: 5px;
    font-family: Sans-Serif;
    font-size: 130%;
    text-decoration: none;
    color: #fff;
	font-weight: 700;
	letter-spacing: 2px;
    box-shadow: 0 0 10px #000;
    display: flex;
	align-items: center;
    justify-content: center;
    background: #000;
	}
	
	
	
	
	#feedback{
    width: 80%;
    margin: 50px auto;
    padding: 5px;
    border-radius: 10px;
    font-family: Sans-Serif;
    font-size: 120%;
    text-decoration: none;
    color: #fff;
    box-shadow: 0 0 10px #000;
    display: flex;
    justify-content: center;
    background: #32cd32;
	}
	
	footer {
	width: 100%;
	height: 250px;
	display: flex;
	flex-grow: 1;
	justify-content: center;
	background: #17202A;
	position: relative;
    }
	
	#h_tel{
	height: 30px;
	margin-top: 25px;
	padding: 3px 6px;
	border: 1px solid #9ACD32;
	border-radius: 10px;
	font-size: 120%;
	color: #9ACD32;
	font-family: sans-serif;
	display: flex;
	align-items: center;
	/*background: #1e90ff;*/
	}
	
	#footer_p{
	width: 70%;
	height: auto;
	margin: 0 auto;
	margin-bottom: 15px;
	text-align: center;
	color: #fff;
	font-family: sans-serif;
	display: flex;
	justify-content: center;
	position: absolute;
	bottom: 5px;
	/*background: #cecece;*/
	}
	
	
	
	
	.swiper-container {
	padding: 0;
	height: 700px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	}
	
	.swiper-slide {
	width: 100%;
	background-size:cover;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	}
	
	/* swiper pagination */
	
	.swiper-pagination{
	height: 40px;
	}
	
	.swiper-pagination-bullet {
	background-color: transparent;
	border: solid 1px #1e90ff;
	opacity: 1;
	transition: all 0.3s ease-in-out;
	}
	
	.swiper-pagination-bullet:hover {
	background-color: #1e90ff;
	}
	
	.swiper-pagination-bullet-active {
	width: 20px;
	border-radius: 50px;
	transition: all 0.3s ease-in-out;
	left:0;
	background-color: transparent;
	border: solid 1px black;
	}
	
	
	
	/*кнопка вверх*/
	.upbtn {
    opacity: 0.8;
    z-index: 9999;
    width: 35px;
    height: 35px;
	border-radius: 5px;
    position: fixed;
    bottom: -80px;
    right: 20px;
    cursor: pointer;
    border:2px solid #BFE2FF;
    transition: all .7s ease-in-out;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #337AB7;
    background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjMycHgiIGhlaWdodD0iMzJweCIgdmlld0JveD0iMCAwIDQ0NC44MTkgNDQ0LjgxOSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQ0LjgxOSA0NDQuODE5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZD0iTTQzMy45NjgsMjc4LjY1N0wyNDguMzg3LDkyLjc5Yy03LjQxOS03LjA0NC0xNi4wOC0xMC41NjYtMjUuOTc3LTEwLjU2NmMtMTAuMDg4LDAtMTguNjUyLDMuNTIxLTI1LjY5NywxMC41NjYgICBMMTAuODQ4LDI3OC42NTdDMy42MTUsMjg1Ljg4NywwLDI5NC41NDksMCwzMDQuNjM3YzAsMTAuMjgsMy42MTksMTguODQzLDEwLjg0OCwyNS42OTNsMjEuNDExLDIxLjQxMyAgIGM2Ljg1NCw3LjIzLDE1LjQyLDEwLjg1MiwyNS42OTcsMTAuODUyYzEwLjI3OCwwLDE4Ljg0Mi0zLjYyMSwyNS42OTctMTAuODUyTDIyMi40MSwyMTMuMjcxTDM2MS4xNjgsMzUxLjc0ICAgYzYuODQ4LDcuMjI4LDE1LjQxMywxMC44NTIsMjUuNywxMC44NTJjMTAuMDgyLDAsMTguNzQ3LTMuNjI0LDI1Ljk3NS0xMC44NTJsMjEuNDA5LTIxLjQxMiAgIGM3LjA0My03LjA0MywxMC41NjctMTUuNjA4LDEwLjU2Ny0yNS42OTNDNDQ0LjgxOSwyOTQuNTQ1LDQ0MS4yMDUsMjg1Ljg4NCw0MzMuOTY4LDI3OC42NTd6IiBmaWxsPSIjRkZGRkZGIi8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+Cg==)
	}
	
	.upbtn:hover {
    opacity: 1;
    background-color: #337AB7;
	}
	/*кнопка вверх ^^^*/
	
}