.q_slider_item{
	padding-top:75vh;
}
.q_slider_item .wrap_descr {
    bottom: 60px;
    left: 8%;
    font-size: 2.4rem;
    color: #fff;
}
.q_slider_item .wrap_descr .dscr_pre {
    font-size: .6em;
    font-weight: bold;
}
.q_slider_item .wrap_descr .dscr_main {
    font-family: oswald;
    letter-spacing: -.03em;
	line-height: 1.2em;
    padding-bottom: 0.6em;
}
.q_slider_item .wrap_descr p {
    font-size: .5em;
}
.q_slider_item .wrap_descr .ls-layer-link {
    font-size: .35em;
    background-color: rgb(209, 185, 113);
    color: #000;
    padding: 1em 1.5em;
}
.q_slider .slick-next {
    right: 25px;
}
.q_slider .slick-prev {
    left: 25px;
    z-index: 10;
}
.q_slider.slick-initialized.slick-slider.slick-dotted {
    margin-bottom: 0;
}
.q_slider .slick-dots{
	bottom:25px;
}
.q_slider .slick-dots li button::before{
	color:#fff;
	opacity:.6;
}
.q_slider .slick-dots li.slick-active button:before {
    color: #fff;
    opacity:1;
}

section.g_model {
    padding: 5%;
}
section.g_model.xtc {
    background-color:#191919;
    color: #888;
}
section.g_model.xsc {
    background-color:#eaeaea;
}
.g_model h2 {
    color: #565656;
    font-weight:200;
    font-size:2.4rem;
    text-align:center;
    padding-bottom:.6em;
}
.g_model.xtc h2 {
    color: #d7bc99;
}
.g_model h2 .h2_sub {
    color: #d7bc99;
    font-size:.7em;
}
.g_model.xtc h2 .h2_sub {
    color: #565656;
}
.g_model .lead{
	text-align:center;
	width:50%;
	margin:0 auto;
}
.slider_xsc .slick-prev:before, .slider_xsc .slick-next:before{
	color:#444;
}
.xsc .wrap_feature {
    display: flex;
    justify-content: space-between;
    color: #888;
    padding-bottom: 50px;
}
.xsc .wrap_feature .feature_item {
    width: 23%;
}
.xsc .wrap_feature .feature_title {
    text-align: center;
    font-weight: bold;
    padding-bottom: 0.5em;
}
.wrap_btn {
    display: flex;
    justify-content: center;
}
.wrap_btn a {
    display: block;
    background-color: #fff;
    color: #000;
    padding: 1em 2.5em;
    border: 1px solid #000;
    margin: 0 20px;
}
.wrap_btn a i {
    margin-left: 30px;
}
.slider_xtc .slick-prev:before, .slider_xtc .slick-next:before{
	color:#aaa;
}
.xtc .wrap_feature {
    display: flex;
    justify-content: space-between;
}
.xtc .wrap_feature .col_small {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 55%;
}
.xtc .wrap_feature .col_large {
    width: 35%;
}
.xtc .wrap_feature .feature_item .feature_title {
    font-family: 'Oswald';
    color: #d7bc99;
    font-size: 1.6rem;
    text-align: center;
    padding-bottom: 0.6em;
}
.xtc .wrap_feature .feature_item .feature_dscr {
    text-align: center;
    padding-bottom: 1em;
}
.xtc .wrap_feature .col_small .feature_item {
    width: 48%;
}
.xtc .wrap_feature .col_large .feature_item .feature_title {
    font-size: 2.4rem;
    font-weight: 200;
    line-height: 1.3em;
}
.xtc .wrap_btn a {
    background-color: transparent;
    color: #d7bc99;
    border: 1px solid #d7bc99;
}
.available h2 {
    font-family: oswald;
    font-weight: 400;
    font-size: 3rem;
    text-align: center;
    line-height: 1.2em;
    letter-spacing: -.04em;
    padding: 1em;
}

@media screen and (max-width: 900px){
	.q_slider_item {
	    padding-top: 35vh;
	}
}

@media screen and (max-width: 600px){
	.q_slider .slick-dots {
    bottom: 10px;
}
	.q_slider_item .wrap_descr {
	    font-size: 2rem;
	    left: 12%;
	    bottom: 45px;
	}
	.g_model .lead {
    width: 100%;
}
.slider_xsc,.slider_xtc {
    padding: 0;
    margin: 30px 20px;
}
.xsc .wrap_feature {
    flex-wrap: wrap;
}
.xsc .wrap_feature .feature_item {
    width: 45%;
    margin-bottom: 30px;
}
.wrap_btn {
    display: block;
}
.wrap_btn a {
    text-align: center;
    margin-bottom: 20px;
}
.xtc .wrap_feature {
    flex-direction: column-reverse;
}
.xtc .wrap_feature .col_small {
    width: 100%;
}
.xtc .wrap_feature .col_large {
    width: 80%;
    margin:0 auto;
}
.xtc .wrap_feature .col_large .feature_item .feature_title {
    font-size: 2rem;
}
}