.q_slider_item .wrap_descr {
    color: #fff;
    top: 40%;
    left: 50%;
    transform: translate(0,-50%);
    font-size: 1.4rem;
}
.wrap_descr .wrap_copy_pre {
    font-size: 1em;
    font-weight: 700;
}
.wrap_descr .wrap_copy {
    font-family: 'Oswald';
    font-size: 2.6em;
    font-weight: 200;
    width: 60%;
    line-height: 1.1;
    padding-bottom: 2.4em;
    letter-spacing: -.02em;
}
.wrap_descr .wrap_text {
    font-size: 1em;
}
.about{
	padding-bottom:5%;
}
.about > h2 {
    color: #493f4b;
    font-family: 'oswald';
    font-weight: 400;
    text-align: center;
    font-size: 3.4rem;
    letter-spacing: -.03em;
    padding: 0.5em 0;
    border-bottom: 1px solid #999;
}
.about .about_whole {
    display: flex;
}
.about_whole .parts_text {
    width: 25%;
    padding: 2%;
}
.about_whole .parts_text {
    width: 25%;
    padding: 2%;
}
.about_whole .parts_text h2, .about_whole .parts_text h3 {
    font-family: 'oswald';
    font-weight: 400;
}
.about_whole .parts_text h2 {
    font-size: 4rem;
    font-weight: 500;
    letter-spacing: -.03em;
    color: #dd3333;
    line-height: 1.2em;
    padding-bottom: 0.7em;
}
.about_whole .parts_text h3 {
    color: #333;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: -.03em;
    line-height: 1;
}
.about .about_whole {
    display: flex;
    align-items:center;
    padding: 5% 0;
}
.about .about_whole .parts_body {
    width: 50%;
}
.about .about_whole .parts_text {
    width: 25%;
}
.about .about_whole .parts_head {
    width: 25%;
}
.box_musician {
    text-align: center;
}
.box_musician p {
    padding-bottom: 1em;
}
.about_parts{
	background-color:rgba(12,12,12,0.9);
	color:#fff;
	padding: 3% 1%;
	border-bottom: 2px solid #fff;
}
section.wood {
    background-color: #2b2b2b;
    padding: 10% 1% 1% 0;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #fff;
}
section.wood .wrap_dscr {
    width: 35%;
    background-color: #000;
    color: #fff;
    padding: 2% 1%;
}
section.wood .wrap_fig {
    width: 64%;
}
section.wood .wrap_dscr h2 {
    color: #dd3333;
    font-size: 4.5rem;
    font-weight: 500;
}
section.wood .wrap_dscr .lead {
    font-family: 'Oswald';
    font-size: 3rem;
    font-weight: 300;
    line-height: 1.2em;
}
section.wood .wrap_dscr h2 {
    color: #dd3333;
    font-size: 4.5rem;
    font-weight: 500;
}
section.wood .wrap_dscr .lead {
    font-family: 'Oswald';
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 1.6em;
	padding: 1em 0;
}
section.wood .wrap_dscr a.btn_link {
    display: block;
    padding: 1em;
    text-align: center;
    background-color: #fff;
    margin: 4% 0 6%;
    font-size: 1.3rem;
    color: #000;
    border-radius: 3px;
}
section.wood .wrap_dscr a.btn_link i{
	margin-left:30px;
}
section.wood .wrap_dscr a.btn_link.btn_available {
    background-color: #444;
    color: #fff;
}
section.wood .wrap_dscr p {
    line-height: 1.4em;
}

ul.wrap_parts {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
ul.wrap_parts li {
    width: 24%;
    padding-bottom: 5%;
}
ul.wrap_parts li h3 {
    font-family: 'Oswald';
    font-weight: 200;
    font-size: 2.2rem;
    border: 2px solid #fff;
    border-left: 0;
    display: inline-block;
    line-height: 1;
    padding: 0.1em 0.1em 0.15em;
    margin-bottom: 0.6em;
}
section.movies {
    background-color: #111416;
    padding: 5%;
}
ul.slide_movs {
    padding: 0;
    margin: 0 auto;
    list-style: none;
}
ul.slide_movs li {
    position: relative;
}
.movies .slick-dots li.slick-active button:before {
    color: #fff !important;
    opacity: 1 !important;
}
.movies . slick-dots li button:before {
    color: #666 !important;
    opacity: 1 !important;
}
.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 .wrap_descr {
	    font-size: 1rem;
	}
	section.wood .wrap_dscr .lead{
		font-size:2.2rem;
	}
	ul.wrap_parts li h3 {
	    font-size: 1.8rem;
	}
}

@media screen and (max-width:600px){
	.q_slider_item {
    padding-top: 40%;
}
.wrap_descr .wrap_copy {
    font-size: 2rem;
}
.about .about_whole {
    display: block;
}
.about .about_whole .parts_body {
    width: 100%;
}
.about .about_whole .parts_text {
    width: 100%;
}
.about .about_whole .parts_head {
    width: 100%;
}
	section.wood {
    display: block;
}
	section.wood .wrap_dscr,section.wood .wrap_fig {
	    width: 100%;
	}
	ul.wrap_parts {
    display: block;
}
ul.wrap_parts li {
    width: 100%;
}
ul.wrap_parts li h3 {
    font-size: 2.4rem;
}
}
