.q_slider .wrap_descr{
	width: 40%;
	top:50%;
	left:50%;
}
.q_slider .wrap_name .prod_name {
    color: rgb(42, 162, 214);
    font-size: 1.6em;
}
.q_slider .wrap_copy .prod_copy {
    font-size: 1.4em;
    line-height: 1em;
    color: rgb(42, 162, 214);
}
.q_slider .wrap_btn a {
    background-color: rgb(42, 162, 214);
}
.prod_lead {
	width: 50%;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    padding: 12% 5%;
}
.prod_lead h3 {
    font-family: 'Oswald';
    font-size: 4rem;
    font-weight: 400;
    line-height: 1em;
    padding-bottom: 0.3em;
}
.prod_lead .lead_text {
    padding-bottom: 3em;
}
.col_para .prod_lead .lead_btn a {
    background-color: rgb(42, 162, 214);
    color: #fff;
}
section.col_para.outline {
    background-image: url(../img/va-extended-l2-1.jpg);
    background-position: center;
}
section.prod_detail {
    display: flex;
    justify-content: space-between;
    padding: 2%;
}
section.prod_detail .box_tab {
    width: 30%;
}
section.prod_detail .box_tab h3 {
    font-family: 'oswald';
    font-size: 2rem;
    font-weight: 500;
    text-align: center;
    letter-spacing: -.03em;
    line-height: 1.2em;
    padding-bottom: 0.5em;
}
section.prod_detail .box_tab p {
    text-align: center;
    padding-bottom: 1em;
}
section.prod_detail .box_tab .box_img {
    position: relative;
}

section.info_need {
    display: flex;
    padding: 5%;
    justify-content: space-between;
    background-image: url(../img/vd-compat.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}
section.info_need .box_inner:first-child {
    width: 40%;
}
section.info_need .box_inner:first-child p:last-of-type {
    padding-bottom: 4em;
}
section.info_need h2 {
    font-family: 'oswald';
    font-weight: 500;
    font-size: 3.4rem;
    letter-spacing: -.03em;
    line-height: 1em;
    padding-bottom: 0.5em;
}

section.info_need .box_inner:last-child {
    width: 45%;
}
section.info_need .box_inner:last-child h2 {
    font-size: 2.2rem;
    padding: 0.5em 0;
    text-align: center;
}
section.info_need .box_inner table {
    background-color: #000;
}
section.info_need .box_inner table td {
    padding: 0.7em 0.5em;
    border-bottom: 1px solid #fff;
}
section.info_need .box_inner:last-child .box_img {
    text-align: center;
    border-bottom: 40px solid #fff;
    padding-bottom: 20px;
}
.box_btn a {
    color: #fff;
    background-color: rgb(42, 162, 214);
}
section.message {
    background-image: url(../img/Xotic-Voltage-Doubler-multi.jpg);
    background-size: cover;
}
.message .box_text {
    background-color: rgba(0,0,0,.6);
    width: 40%;
    padding: 10% 5%;
    color: #fff;
    font-family: 'oswald';
}
.message .box_text h2 {
    font-size: 3.6rem;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1em;
    padding-bottom: 0.3em;
}
.message .box_text h2 .h2_sub {
    font-size: .6em;
    letter-spacing: -.01em;
    line-height: 1.3em;
}
.message .box_text p {
    font-size: 2rem;
    line-height: 1.2em;
    padding-bottom: 0.2em;
}

@media screen and (max-width: 900px){
	.q_slider .wrap_descr {
	    font-size: 1.8rem;
	}
}

@media screen and (max-width: 600px){
	.q_slider .wrap_descr {
	    width: calc(100% - 80px);
	    left: 40px;
	    top: unset;
	    font-size: 2rem;
	}
	.q_slider_item img {
	    transform: translate(-15%, -20%);
	}
	.q_slider .wrap_btn a {
	    font-size: .8em;
	}
	.prod_lead h3{
		font-size:3rem;
	}
	section.col_para.outline{
		background-position: -64%;
	}
	section.prod_detail {
	    display: block;
	}
	section.prod_detail .box_tab {
	    width: 100%;
	    padding: 50px 0;
	}
	section.info_need {
	    display: block;
	}
	section.info_need .box_inner:first-child, section.info_need .box_inner:last-child {
	    width: 100%;
	    padding: 40px 0;
	}
	section.message {
	    padding-top: 60%;
	    background-size: contain;
	    background-repeat: no-repeat;
	}
	.message .box_text {
	    width: 100%;
	}
}