.lubovid {
	padding:40px 0;
	background:#fff;
}

.vid_title {
	padding:20px 10px 20px 20px;
	width:50%;
}
.vid_title h2 {
	text-align:left;	
	font-size:38px;
	font-weight:400;
}
.vid_title2 {
	width:50%;
	padding:20px 20px 20px 10px;
	margin-bottom:5px;
}
.vid_title2 p {
	font-size:22px;
	text-align:left;
	color:#252525;
}

.vid_selector {
	padding:10px 0;
	background:#fafafa;
	border-radius:5px;
	border:1px solid #f5f5f5;
}
.vid_sel_btn {
	padding:5px 15px;
	color:#111;
	font-size:20px;
	font-weight:500;
	width:14.28%;
	text-align:center;
	position:relative;
	white-space:nowrap;
}
.vid_sel_btn:hover {
	cursor:pointer;
}
.bol {border-right:1px solid #e2e2e2;}
.vid_sel_btn_div {
	position:absolute;
	left:10%;
	bottom:-10px;
	width:0;
	height:2px;
	background:#ffce00;
	animation-name: vid_sel_btn_div;
	animation-delay: 0;
	animation-duration: .4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
@keyframes vid_sel_btn_div{
	0% {
		width:80%;
	}
	100% {
		width:0;
	}
}
.vid_sel_btn:hover > .vid_sel_btn_div, .vid_sel_btn_act div {
	width:80%;
	animation-name: vid_sel_btn_div_show;
	animation-delay: 0;
	animation-duration: .4s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
}
@keyframes vid_sel_btn_div_show {
	0% {
		width:0;
	}
	100% {
		width:80%;
	}
}

.vid_cont {
	width:100%;
}

.vid_slider {
	margin-top:20px;
}
.vid_slides {
	overflow:hidden;
	-ms-overflow-style: none;
	scrollbar-width: none;
	width:50%;
	min-width:320px;
	height:auto;
	max-height:420px;
	position:relative;
}
.vid_slide {
	width:100%;
}
.vid_slide img {
	width:100%;
}

.vid_slide_prev {
	position:absolute;
	top:0; left:100%;
	z-index:100;
}
.vid_slide_prev_act {
	animation-name: vid_slide_prev_act;
	animation-delay: 0;
	animation-duration: .6s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	z-index:200;
}
@keyframes vid_slide_prev_act {
	0% {
		left:100%;
	}
	50% {
		left:0;
	}
	100% {
		left:0;
	}
}
.vid_slide_next {
	position:absolute;
	top:0; right:100%;
	z-index:100;
	height:100%;
}
.vid_slide_next_act {
	animation-name: vid_slide_next_act;
	animation-delay: 0;
	animation-duration: .6s;
	animation-iteration-count: 1;
	animation-timing-function: ease-out;
	z-index:200;
}
@keyframes vid_slide_next_act {
	0% {
		right:100%;
	}
	50% {
		right:0;
	}
	100% {
		right:0;
	}
}

.vid_slide_next img, .vid_slide_prev img {
	width:100%;
}


.vid_slide::-webkit-scrollbar {
	width: 0;
	height: 0;
}

.vid_slide_txt {
	width:50%;
	padding:15px;
}
.vid_slide_txt h4 {
	font-size:32px;
	color:#111;
	text-align:left;
	font-weight:400;
	margin:0 0 15px 0;
}
.vid_slide_txt p {
	line-height:140%;
	font-size:16px;
	font-weight:300;
}
.vid_slide_txt p b {font-weight:600;}
.vid_span{
	margin-top:30px;
	font-size:16px;
	color:#aaa;
}
.vid_price {
	margin-top:0;
	font-weight:700;
	font-size:30px;
}

.vid_slide_sel_div {
	overflow:hidden;
	width:100%; height:200px;
	margin-top:7px;
	position:relative;
}
.vid_slide_selector {
	position:absolute;
	top:0; left:0;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
}
.vid_sel {
	width:207px;
	height:200px;
	overflow:hidden;
	margin-right:10px;
}
.vid_sel img {
	width:100%;
}

.vid_left_btn, .vid_right_btn {
	z-index:300;
	-webkit-transition:all 200ms linear;
	-moz-transition:all 200ms linear;
	-o-transition:all 200ms linear;
	-ms-transition:all 200ms linear;
	transition:all 200ms linear;
	opacity:9;
}
.vid_left_btn {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:50px;
	padding:10px;
}

.vid_right_btn {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	width:50px;
	padding:10px;
}
.vid_right_btn:hover, .vid_left_btn:hover {background:rgba(255,255,255,.4); cursor:pointer;}
.vid_left_btn div, .vid_right_btn div {height:100%;}
.vid_left_btn img, .vid_right_btn img {width:20px; z-index:999; opacity:.9;}

.vid_podrob {
	border:2px solid #ffce00;
	border-radius:0;
	color:#111;
	font-size:20px;
	padding:12px 30px;
	background:#fff;
	margin-top:35px;
	margin-bottom:10px;
	outline:none;
	margin-left:40px;
	border-radius:2px;
}
.vid_podrob:hover {background:#ffce00;}

#vid_info_glyanec, #vid_info_satin, #vid_info_tkan, #vid_info_podsvet, #vid_info_tenevoy, #vid_info_besshelevoy, #vid_info_loft, #vid_info_paryaschy, #vid_info_linii {display:none;}



@media only screen and (max-width:1285px) {
	.vid_sel {
		width:204px;
	}
}
@media only screen and (max-width:1200px) {
	.vid_slides {width:60%;}
	.vid_slide_txt {width:40%;}
}
@media only screen and (max-width:1050px) {
	.vid_cont {order:2;}
	.vid_slide_sel_div {display:none;}
	.vid_slides {
		width:100%;
	}
	.vid_slide_txt {width:100%;}
	.vid_selector {
		margin-left:10px;
		width:calc(100% - 20px);
	}
	.vid_sel_btn {
		padding:5px 10px;
		font-size:16px;
	}
}
@media only screen and (max-width:900px) {
	.vid_title h2 {
		font-size:30px;
	}
	.vid_title2 p {
		font-size:18px;
	}
	.vid_slide_txt h4 {
		font-size:28px;
		color:#111;
		text-align:left;
		font-weight:400;
		margin:0 0 15px 0;
	}
	.vid_price {
		font-size:26px;
	}
	.vid_span {margin-top:20px;}
	.vid_podrob {margin-top:25px;}
}

@media only screen and (max-width:720px) {
	.vid_slide_title {
		-webkit-box-orient:vertical;
		-webkit-box-direction:normal;
		-ms-flex-direction:column;
		flex-direction:column;
	}
	.vid_title, .vid_title h2 {
		text-align:center;
		width:100%;
		font-size:30px;
	}
	.vid_title2, .vid_title2 p {
		text-align:center;
		padding-top:0; padding-bottom:0;
		width:100%;
		font-size:18px;
	}
	.vid_slide_txt p {
		display:none;
	}
	.vid_selector {
		display:none;
	}
	.vid_left_btn, .vid_right_btn {
		width:40px;
		opacity:.5;
		background:rgba(255,255,255,.4);
	}
	.vid_left_btn img, .vid_right_btn img {width:15px;}
}
@media only screen and (max-width:520px) {
	.vid_slide_txt h4 {
		font-size:22px;
		margin:0;
	}
	.vid_price {
		font-size:18px;
	}
	.vid_span {margin-top:10px; font-size:12px;}
	.vid_podrob {margin-top:20px;}
}
