html{
	scroll-behavior: smooth;
}

header{
	height: calc(100vw * 0.5625);
	position: relative;
}

.header_logo_wrap{
	display: none;
}

.header_menu{
	position: absolute;
	display: flex;
	justify-content: space-between;
	height: 100%;
	width: 100%;
	z-index: 2;
}

.header_menu_button_wrap{
	height: 100%;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header_menu_button{
	width: 25px;
	height: 25px;
	background-color: white;
	background-repeat: no-repeat;
	background-image: url(/static/img/icons/header_menu.svg);
	background-position: 11px center;
	background-size: 6px;
	border-radius: 50%;
}

.header_menu_button[type="left"]{
	transform: rotate(180deg);
}

.header_slider{
	height: 100%;
}

.header_slide{
	position: absolute;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	transition: opacity 0.5s;
}

.header_slide_img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
}

.header_slide_text_wrap{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.6);
	position: relative;
	z-index: 1;
}

.header_slide_text{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFFFFF;
	font-size: 30px;
	padding: 0 45px;
	font-weight: 600;
	text-align: center;
	margin: auto;
}

.header_points_block{
	position: absolute;
	bottom: 0;
	display: flex;
	margin: 0 0 15px 50%;
	transform: translateX(-50%);
	z-index: 2;	
}

.header_point_wrap{
	width: 20px;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.header_point{
	border: 2px solid #ffffff;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	transition: background 0.5s;
}

.header_point[active="1"]{
	background: #FFFFFF;
}

content{
	
}

.content_inner{
	padding: 0 20px;
}

.content_top_text_block{
	padding: 90px 0 0;
	text-align: center;
}

.content_top_text_header{
	margin: 0 auto 40px;
	font-weight: 600;
	color: #000000;
	text-align: center;
	font-size: 30px;
}

.content_top_text_header_desc{
	margin: 0 auto 30px;
	font-size: 20px;
	line-height: 1.4;
	font-weight: 600;
	max-width: 560px;
	text-align: center;
}

.good_card_list{
	display: none;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
	padding: 0 0 30px;
}

.good_card{
	margin: 60px 0 0;
}

.good_card_img_wrap{
	width: 100%;
	padding-bottom: 56%;
	position: relative;
	cursor: pointer;
}

.good_card_img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.good_card_img[hover]{
	display: none;
}

.good_card_img_wrap:hover .good_card_img[default]{
	display: none;
}

.good_card_img_wrap:hover .good_card_img[hover]{
	display: block;
}

.good_card_name{
	font-size: 14px;
	word-break: break-word;
	font-weight: 700;
	line-height: 1.35;
	margin: 20px 0 0;
}

.good_card_desc{
	margin-top: 8px;
	font-size: 14px;
	line-height: 1.55;
	font-weight: 300;
}

.good_card_price{
	margin: 12px 0 0;
	font-weight: 400;
	white-space: nowrap;
	font-size: 12px;
}

footer{

}

.footer_top{
	padding: 60px 20px;
	background-color: #dedede;
}

.footer_top_text_block{

}

.footer_top_text_header{
	font-size: 30px;
	line-height: 1.23;
	font-weight: 600;
}

.footer_top_text_header_desc{
	font-size: 16px;
	line-height: 1.45;
	font-weight: 300;
}

.footer_top_img_wrap{
	margin: 40px 0 0;
}

.footer_top_img_flex{
	display: flex;
	gap: 20px;
}

.footer_top_img_width{
	width: 50%;
}

.footer_top_img{
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	box-shadow: 0px 3px 5px rgba(0,0,0,0.3);
}

.footer_top_img_flex .footer_top_img{
	padding-bottom: 135%;
}

.footer_top_img[bottom]{
	padding-bottom: 55%;
	margin: 20px 0 0;
}

.footer_middle{
	padding: 90px 20px 60px;
}

.footer_middle_text_block{
	text-align: center;
}

.footer_middle_text_header{
	font-size: 30px;
	font-weight: 600;
	line-height: 1.23;
}

.footer_middle_text_header_desc{
	margin: 20px auto 0;
	font-weight: 300;
	max-width: 420px;
	font-size: 20px;
	line-height: 1.4;
	text-align: center;
}

.footer_middle_contacts{
	margin: 45px 0 0;
	text-align: center;
}

.footer_middle_contacts_card{
	padding: 45px 0;
}

.footer_middle_contacts_card:first-child{
	padding: 0 0 45px 0;
}

.footer_middle_contacts_card_icon{
	margin: auto;
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.footer_middle_contacts_card_title{
	font-size: 20px;
	line-height: 1.35;
	font-weight: 600;
	margin: 30px 0 0;
}

.footer_middle_contacts_card_value{
	font-size: 14px;
	line-height: 1.45;
	margin: 10px 0 0;
	display: block;
	font-weight: 300;
}

a.footer_middle_contacts_card_value{
	display: inline-block;
}

a.footer_middle_contacts_card_value:hover{
	text-decoration: underline;
}

.footer_map{
	height: 60vh;
}

.footer_bottom{
	font-size: 16px;
	line-height: 1.45;
	font-weight: 300;
	padding: 60px 20px;
	text-align: center;
}

.bottom_banner{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	position: fixed;
	left: 0;
	bottom: 0;
	animation: bottom_banner 1s 5s forwards;
	transform: translateY(100%);
	font-size: 20px;
	line-height: 24px;
	box-shadow: 0px 0px 10px #00000054;
	opacity: 0;
	z-index: 10;
	background: #ffffff9e;
	box-shadow: 0px 0px 10px #00000054;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.bottom_banner_text{

}

.bottom_banner_phone_wrap{
	display: flex;
}

.bottom_banner_phone_icon{
	width: 24px;
	height: 24px;
	background: url(/static/img/pop_banner/phone_icon.svg?cache=1) center/20px no-repeat;
}

.bottom_banner_phone{

}

.good_card_feature{
	display: flex;
}

.good_card_feature_icon{
	width: 19px;
	height: 19px;
	margin-right: 5px;
	background-size: 19px;
	background-position: center;
	background-repeat: no-repeat;
}

.good_card_feature_icon[type="profit"],
.preview_feature[type="profit"] .preview_feature_icon{
	background-image: url(/static/img/good_icons/profit.svg);
}

.good_card_feature_icon[type="gift"],
.preview_feature[type="gift"] .preview_feature_icon{
	background-image: url(/static/img/good_icons/gift.svg);
}

.good_card_feature_text{
	font-size: 16px;
	line-height: 19px;
}

.preview_feature{

}

.preview_feature_icon{
	width: 24px;
	height: 24px;
	background-size: 24px;
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 5px;
}

.preview_feature_text{
	font-size: 20px;
	line-height: 24px;
}

.good_button{
	height: 40px;
	margin: 10px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 16px;
	text-align: center;
	cursor: pointer;
	user-select: none;
}

.good_button[type="offer_price"]{
	background: #ffffff;
	border: 2px solid black;
	color: black;
}

.good_button[type="credit"]{
	background: #c70000;
	color: white;
}

.good_button[type="trade_in"]{
	background: black;
	color: white;
}

.header_mob_wrap{
	/*height: 60px;*/
}

.header_mob{
	width: 100%;
	height: 60px;
	position: fixed;
	z-index: 10;
	background: #ffffff9e;
	box-shadow: 0px 0px 10px #00000054;
	-webkit-backdrop-filter: blur(3px);
	backdrop-filter: blur(3px);
}

.header_mob_logo{
	width: 289px;
	height: 50px;
	background: url(/static/img/logo_mob.png) left center/60% no-repeat;
	margin: 5px 15px;
}

.header_mob_burger{
	position: absolute;
	top: 10px;
	right: 10px;
	height: 40px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	user-select: none;
}

.header_mob_burger_line{
	transition: transform 0.3s, opacity 0.15s, top 0.3s;
	transform-origin: 100% 50%;
	background: black;
	height: 3px;
	width: 40px;
	position: relative;
	top: 0px;
}

.header_mob[menu_open="1"] .header_mob_burger_line[type="0"]{	
	transform: rotate(-45deg);
	top: 4px;
}

.header_mob[menu_open="1"] .header_mob_burger_line[type="1"]{	
	opacity: 0;
}

.header_mob[menu_open="1"] .header_mob_burger_line[type="2"]{	
	transform: rotate(45deg);
	top: -4px;
}

.header_mob_side_menu{
	position: absolute;
	width: 100%;
	height: calc(100vh - 60px);
	top: 60px;
	left: 0;
	transform: translateX(100%);
	background: white;
	color: black;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: transform 0.3s, opacity 0.3s;
	opacity: 0;
	user-select: none;
}

.header_mob[menu_open="1"] .header_mob_side_menu{
	transform: translateX(0%);
	opacity: 1;
}

.header_mob_side_menu_section{
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	display: block;
}


.header_desktop{
	display: none;
}

.trade_in{
	width: 100%;
	height: 100vh;
	overflow: hidden;
	background: url(/static/img/trade_in/test.jpg)center/cover no-repeat;
}

.trade_in_inner{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.trade_in_inner_block{
	background: #000000a3;
	color: white;
	padding: 15px;
}

.trade_in_header{
	font-size: 24px;
	font-weight: 600;
	user-select: none;
}

.trade_in_text{
	font-size: 18px;
	font-weight: 500;
	user-select: none;
}

.trade_in_form{
	user-select: none;
}

.trade_in_input_wrap{
	user-select: none;
	margin: 20px 0 0;
}

.trade_in_input_title{
	font-size: 16px;
	user-select: none;
}

.trade_in_input{
	user-select: text;
	display: block;
	height: 35px;
	width: 100%;
	background: #ffffff;
	font-size: 20px;
	padding: 0 5px;
}

.trade_in_send{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #c70000;
	margin: 20px 0 0;
	cursor: pointer;
	font-size: 22px;
	user-select: none;
}

.trade_in_request_policy{
	font-size: 15px;
	margin: 5px 0 0;
}

.trade_in_policy_checkbox{

}

.trade_in_policy_link{
	text-decoration: underline;
}

.trade_in_required{
	color: red;
}

.good_category_menu{

}

.good_category_menu_button{
	font-size: 24px;
	opacity: 0.5;
	width: fit-content;
	height: 34px;
	line-height: 34px;
	cursor: pointer;
	user-select: none;
}

#catalog[category="0"] .good_card_list[category="0"],
#catalog[category="1"] .good_card_list[category="1"],
#catalog[category="2"] .good_card_list[category="2"]{
	display: grid;
}

#catalog[category="0"] .good_category_menu_button[category="0"],
#catalog[category="1"] .good_category_menu_button[category="1"],
#catalog[category="2"] .good_category_menu_button[category="2"]{
	border-bottom: 5px solid #c70000;
	opacity: 1;
}

.good_null{
	height: 300px;
	display: none;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

#catalog[category="0"] .good_null[category="0"],
#catalog[category="1"] .good_null[category="1"],
#catalog[category="2"] .good_null[category="2"]{
	display: flex;
}


@keyframes bottom_banner{
	from{
		opacity: 0;
		transform: translateY(100%);
	}
	to{
		opacity: 1;
		transform: translateY(0%);
	}
}

@media(min-width: 640px){
	.content_top_text_block{
		padding: 60px 0 0;
	}

	.good_card_name{
		font-size: 16px;
	}

	.footer_middle{
		padding: 60px 20px;
	}
	.preview_feature_icon{
		width: 26px;
		height: 26px;
		background-size: 26px;
	}

	.preview_feature_text{
		font-size: 22px;
		line-height: 26px;
	}
}

@media(min-width: 960px){
	.good_category_menu{
		width: 640px;
		margin: auto;
	}
	.header_menu_button_wrap{
		width: 70px;
	}
	.header_menu_button{
		width: 30px;
		height: 30px;
		background-position: 13px center;
	}
	.header_slide_text{
		max-width: 640px;
		font-size: 42px;
		line-height: 1.55;
	}
	.content_top_text_header{
		font-size: 38px;
	}
	.content_top_text_header_desc{
		font-size: 22px;
		line-height: 1.5;
	}
	.good_card_list{
		max-width: 640px;
		margin: auto;
	}
	.good_card_name{
		font-size: 18px;
	}
	.footer_top_text_block{
		max-width: 640px;
		margin: auto;
	}
	.footer_top_img_wrap{
		margin: 70px auto 0;
		max-width: 640px;
	}
	.footer_top_img_flex{
		align-items: center;
	}
	.footer_top_img_width:first-child{
		width: 60%;
	}
	.footer_top_img_width:last-child{
		width: 40%;
	}
	.footer_top_img_width:last-child .footer_top_img{
		padding-bottom: 120%;
	}
	.footer_top_img[bottom]{
		padding-bottom: 0;
		width: 368px;
		height: 230px;
		margin: -83px auto 0;
		z-index: 1;
		position: relative;
	}
	.footer_middle_text_header{
		font-size: 38px;
	}
	.footer_middle_text_header_desc{
		font-size: 22px;
		margin: 0 auto;
		max-width: 500px;
	}
	.footer_bottom{
		font-size: 18px;
		line-height: 1.55;
		max-width: 600px;
		margin: auto;
	}

	.good_card_feature_icon{
		width: 24px;
		height: 24px;
		background-size: 24px;
	}
	.good_card_feature_text{
		font-size: 18px;
		line-height: 24px;
	}

	.good_button{
		height: 46px;
		font-size: 18px;
	}
}

@media(min-width: 1200px){
	header{
		height: 70%;
	}

	.good_category_menu {
		width: 960px;
	}
	.trade_in_inner{
		width: 1200px;
		margin: auto;
	}
	.trade_in_inner_block {
		padding: 30px;
		width: 500px;
	}
	.trade_in_header {
		font-size: 30px;
	}
	.trade_in_text {
		font-size: 22px;
	}
	.trade_in_input_title {
		font-size: 18px;
	}
	.trade_in_input{
		height: 45px;
	}
	.trade_in_request_policy{
		font-size: 18px;
	}
	.header_desktop{
		display: block;
		color: white;
		position: fixed;
		z-index: 3;
		width: 100%;
		height: 130px;
		background: linear-gradient(180deg, black, rgb(0 0 0 / 60%));
		-webkit-backdrop-filter: blur(4px);
		backdrop-filter: blur(4px);
	}

	.header_desktop_top_line{
		height: 66px;
		width: 1200px;
		margin: auto;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		font-size: 20px;
	}

	.header_desktop_top_line_block{
		margin-left: 30px;
		display: flex;
		align-items: center;
	}

	.header_desktop_top_line_icon{
		width: 30px;
		height: 30px;
		background-size: 30px;
		background-position: center;
		background-repeat: no-repeat;
	}

	.header_desktop_top_line_icon[type="phone"]{
		background-image: url(/static/img/header_desktop/phone_icon.svg);
	}

	.header_desktop_top_line_icon[type="location"]{
		background-image: url(/static/img/header_desktop/location_icon.svg);
	}

	.header_desktop_top_line_text{

	}

	.header_desktop_menu{
		width: 1200px;
		height: 44px;
		margin: auto;
		display: flex;
		align-items: center;
		justify-content: space-between;
		font-size: 20px;
		user-select: none;
	}

	.header_desktop_menu_logo{
		width: 255px;
		height: 44px;
		background: url(/static/img/logo_white_255.png) center/100% no-repeat;
	}

	.header_desktop_menu_section{
		width: 120px;
		text-align: center;
		cursor: pointer;
		display: block;
	}

	.header_desktop_menu_section:hover{
		text-decoration: underline;
	}

	.header_desktop_menu_call_request{
		width: 225px;
		height: 44px;
		background: #ffffff29;
		border-radius: 22px;
		display: flex;
		align-items: center;
		cursor: pointer;
		padding: 3px;
		transition: background 0.3s, color 0.3s;
	}

	.header_desktop_menu_call_request:hover{
		background: white;
		color: black;
	}

	.header_desktop_menu_call_request_text{
		font-size: 18px;
		flex: 1;
		text-align: center;
	}

	.header_desktop_menu_call_request_icon{
		width: 38px;
		height: 38px;
		color: black;
		border-radius: 19px;
		background: white;
		display: flex;
		align-items: center;
		justify-content: center;
		background: url(/static/img/header_desktop/call_request_icon.png) center/100% no-repeat;
	}

	.header_mob_wrap,
	.bottom_banner{
		display: none;
	}
	.header_logo_wrap{
		position: absolute;
		z-index: 2;
		width: 290px;
		left: 50%;
		transform: translateX(-50%);
		top: 0;
		height: 140px;
		display: flex;
		align-items: center;
	}
	.header_logo{
		width: 100%;
	}
	.header_menu_button_wrap{
		width: 90px;
	}
	.header_slide_text{
		max-width: 780px;
	}
	.good_card_list{
		max-width: 960px;
		grid-template-columns: repeat(3, 1fr);
		padding: 0 0 60px;
	}
	.good_card {
		margin: 90px 0 0;
	}
	.good_card_price{
		font-size: 14px;
	}
	.footer_top_inner{
		display: flex;
		width: 960px;
		margin: auto;
		align-items: center;
		gap: 40px;
	}
	.footer_top_text_header{
		font-size: 38px;
	}
	.footer_top_text_header_desc{
		font-size: 18px;
		line-height: 1.55;
		margin-top: 34px;
	}
	.footer_top_text_block{
		max-width: 460px;
		margin: 0;
	}
	.footer_top_img_wrap{
		width: 460px;
		margin: 0;
	}
	.footer_top_img[bottom]{
		width: 278px;
		height: 174px;
		margin: -53px auto 0;
	}
	.footer_middle_contacts {
		margin: 45px auto 0;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		width: 960px;
	}
	.footer_middle_contacts_card:first-child {
		padding: 45px 0;
	}
	.footer_middle_contacts_card{
		padding: 45px 0;
		width: 320px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.footer_middle_text_header_desc{
		margin: 40px auto 0;
	}
	.footer_middle_contacts_card_title{
		font-size: 22px;
	}
	.footer_middle{
		padding: 60px 20px 10px;
	}
	.footer_middle_contacts_card_value{
		font-size: 16px;
		line-height: 1.55;
		margin: 20px 0 0;
	}
	.footer_bottom{
		max-width: 940px;
	}

	.good_card_feature_icon{
		width: 28px;
		height: 28px;
		background-size: 28px;
	}
	.good_card_feature_text{
		font-size: 20px;
		line-height: 28px;
	}
	.preview_feature_icon{
		width: 32px;
		height: 32px;
		background-size: 32px;
	}

	.preview_feature_text{
		font-size: 26px;
		line-height: 32px;
	}
}

@media(min-width: 1400px){
	.good_category_menu {
		width: 1200px;
	}
	.header_desktop_top_line,
	.header_desktop_menu{
		width: 1400px;
	}
	.header_slide_text{
		max-width: 960px;
	}
	.content_top_text_header{
		font-size: 42px;
	}
	.content_top_text_header_desc{
		font-size: 24px;
	}
	.good_card_list{
		max-width: 1200px;
		gap: 0 40px;
	}
	.good_card_name{
		font-size: 20px;
	}
	.good_card_price {
		font-size: 16px;
	}
	.footer_top_inner{
		width: 1200px;
	}
	.footer_top_text_block{
		min-width: 580px;
	}
	.footer_top_img_wrap{
		width: 580px;
	}
	.footer_top_img[bottom] {
		width: 278px;
		height: 174px;
		margin: -73px auto 0;
	}
	.footer_middle_text_header{
		font-size: 40px;
	}
	.footer_middle_text_header_desc{
		font-size: 24px;
	}
	.footer_middle_contacts{
		width: 1200px;
	}
	.footer_middle_contacts_card{
		width: 400px;
	}
	.footer_middle_contacts_card_title{
		font-size: 24px;
	}
	.footer_middle_contacts_card_value{
		font-size: 18px;
	}
	.footer_bottom{
		font-size: 20px;
	}
}





