.full_desc_mob {
	display: none;
}
.airnb {
	display: flex;
	flex-wrap: wrap;
}
.airnb_left,
.airnb_right {
	width: calc(50% - 160px);
	padding-top: 78px;
	padding-left: 80px;
	padding-right: 80px;
	background: #fff;
	color: #000;
	background: url(/catalog/view/theme/default/image/airnb_left.png) no-repeat 50% 50%;
	background-size: cover;
	height: calc(680px - 78px);
}
.airnb_right {
	color: #fff;
	background: #000 url(/catalog/view/theme/default/image/airnb_right.png) no-repeat 50% 50%;
	background-size: cover;
}
.airnb h2 {
	font-size: 40px;
	line-height: 45px;
	letter-spacing: -.4px;
	color: #000;
	width: 100%;
}
.airnb_right h2 {
	color: #fff;
}
.airnb .photo {
	margin-top: 40px;
	margin-bottom: 40px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: fit-content;
}
.airnb_left .photo img {
	max-height: 100%;
	max-width: 85%;
}
.airnb_right .photo img {
	max-height: 120%;
}
.airnb_left .photo {
	background: url(/catalog/view/theme/default/image/airnb_left_product_bg.png) no-repeat 50% 50%;
	background-size: contain;
}
.airnb_right .photo {
}
.airnb_right .photo:after {
	content: '';
    position: absolute;
    background: url(/catalog/view/theme/default/image/new/kickstarter.png) no-repeat 50% 50%;
    background-size: cover;
    width: 111px;
    height: 111px;
    transform: rotate(29deg);
    right: -46px;
    top: -21px;
}
.airnb .main_links {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
	max-width: 706px;
	width: 100%;
}
.airnb .main_links li {
	margin-right: 32px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.airnb .main_links li:last-child {
	margin-right: 0px;
}
.airnb .main_links li a {
	display: flex;
	align-items: center;
	justify-content: center;
	display: flex;
	height: 50px;
	border: 2px solid #000;
	color: #000;
	font-size: 20px;
	text-align: center;
	width: calc(100% - 4px);
	border-radius: 12px;
}
.airnb .short_desc {
	line-height: 20px;
	font-size: 16px;
	width: 100%;
}
.airnb .full_desc,
.airnb .full_desc_mob {
	font-size: 15px;
	line-height: 17px;
	margin-bottom: 20px;
	min-height: 102px;
}
.airnb .full_desc_mob {
	min-height: initial;
	font-size: 14px;
	line-height: 17px;
}
.airnb_left .main_links li a,
.airnb_right .main_links li a {
	transition: all .5s;
}
.airnb_left .main_links li:nth-of-type(1) a {
	color: #fff;
	background: #4C28FF;
	border-color: #4C28FF;
}
.airnb_left .main_links li a:hover {
	color: #fff;
	background: #000;
	border-color: #000;
}
.airnb_left .other_links {
	 display: flex;
	 align-items: center;
	 flex-wrap: wrap;
	 justify-content: space-between;
	 width: 100%;
}
.airnb_left .other_links li {
	display: flex;
}
.airnb_left .other_links li a {
	color: #575757;
	font-size: 14px;
	border-bottom: 1px solid #575757;
}
.airnb_right .main_links li:nth-of-type(1) a {
	color: #fff;
	background: #7BC142;
	border-color: #7BC142;
}
.airnb_right .main_links li:nth-of-type(2) a {
	color: #fff;
	border-color: #fff;
}
.airnb_right .main_links li a:hover {
	color: #000;
	background: #fff;
	border-color: #fff;
}
@media (max-width: 1100px) {
	.airnb_left,
	.airnb_right {
		width: calc(50% - 80px);
		padding-left: 40px;
		padding-right: 40px;
	}
	.airnb_left .other_links {
		align-items: flex-start;
	}
	.airnb_left .other_links li {
		width: 25%;
		justify-content: center;
		text-align: center;
	}
	.airnb_left .other_links li a {
		border: none;
		text-decoration: underline;
	}
	.full_desc {
		display: none;
	}
	.full_desc_mob {
		display: block;
	}
}
@media (max-width: 769px) {
	.n_header .n_container {
		height: initial;
	}
	.airnb {
		flex-direction: column-reverse;
	}
	.airnb_left, .airnb_right {
		padding-left: 30px;
		padding-right: 30px;
		width: calc(100% - 60px);
		height: initial;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.airnb .main_links li a {
		font-size: 17px;
	}
	.airnb_left .other_links li a {
		font-size: 15px;
	}
	.airnb_right .photo:after {
		width: 80px;
		height: 80px;
		right: -10px;
	}
	.airnb .photo {
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.airnb h2 {
		font-size: 30px;
	}
	.airnb .short_desc {
		font-size: 14px;
		line-height: 17px;
	}
	.airnb .main_links li a {
		font-size: 16px;
		height: 44px;
	}
	.airnb_left .other_links li a {
		font-size: 11px;
	}
}
@media (min-width: 1600px) {
	.airnb .photo {
		height: 300px;
	}
	.airnb_left,
	.airnb_right {
		height: calc(800px - 78px);
		display: flex;
		flex-wrap: wrap;
		flex-direction: column;
		align-items: center;
	}
	.airnb_left .other_links,
	.airnb .full_desc {
		max-width: 706px;
		min-height: 80px;
	}
}