/*.q_slider_item{
	padding-top:56%;
}*/
.q_slider_item {
    padding-top: 0;
    height: auto !important;
}
.q_slider_item .box_q_slider_img {
    position: relative;
    padding-top: 38%;
    height: 0 !important;
}
.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, .about .about_whole .parts_head {
    display: flex;
    align-items: center;
}
.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: 1%;
	border-bottom: 2px solid #fff;
}
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.xscpro1vs2 {
    width: 100%;
    height: 0;
    padding-top: 65%;
    position: relative;
}
.xscpro1vs2 img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: left;
}
.xscpro1vs2 .wrap_by {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
    color: #fff;
    font-family: oswald;
    font-weight: 300;
    font-size: 3.8rem;
    width: 60%;
    line-height: 1.2em;
    text-shadow: 2px 2px 5px #000000;
}
section.spec {
    background-color: #3f3f3f;
    color: #fff;
    padding: 3% 18%;
}
.spec h2 {
    font-size: 3.2rem;
    font-weight: 400;
    padding-bottom: 1em;
    text-align: center;
}
.spec table {
    border-collapse: collapse;
}
.spec td {
    padding: 0.7em 2em;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.spec tr:last-child td{
	border-bottom:0;
}
.image_fig .image_slider .image_item {
    position: relative;
}
.image_fig .image_slider .image_item p {
    background-color: rgba(206,211,213,.95);
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: oswald;
    font-size: 3rem;
    font-weight: 500;
}
.image_fig .slick-dots {
    bottom: 25px;
}
.image_fig .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #00c1c4;
}
section.movies {
    padding:1%;
}
.movies .box_mov {
    height: 0;
    position: relative;
    padding-top: 56%;
}
.movies .box_mov iframe {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100% - 2%);
    height: 100%;
    display: block;
    transform: translate(-50%, 0);
}
section.find {
    background-color: #7f7f7f;
    padding: 2%;
}
.find h2 {
    color: #fff;
    font-size: 3rem;
    font-weight: 200;
    text-align: center;
}
.find a p {
    color: #000;
    text-align: center;
}
.find a:hover p {
    color: #FF7E00;
}
footer{
	margin-top:0;
}


@media screen and (max-width: 900px){
	.q_slider_item .box_q_slider_img {
	    padding-top: 50%;
	}
	.q_slider_item .wrap_descr {
	    font-size: 1rem;
	}
	ul.wrap_parts li h3 {
	    font-size: 1.8rem;
	}
}

@media screen and (max-width: 600px){
	.q_slider_item {
/*	    padding-top: 100%;*/
	}
	.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: 70%;
}
section.spec {
    padding: 3%;
}
.image_fig .image_slider .image_item p {
    font-size: 1.6rem;
    width: 80%;
    text-align: center;
}
}