.single-products .site-content > .container {
    display : none;
}
.product .section_7  {
    padding-top : 1.5rem;
    padding-bottom  : 3rem;
}
.product .section_7 .container .row > .title {
    color : var(--bs-gray-main);
    font-family : var(--f-helios);
    font-size : 2.75rem;
    text-transform : uppercase;
    padding-top : 5rem;
    padding-bottom : 2rem;
}

.product .accordion_button {
    color : var(--bs-gray-main);
    font-family: var(--f-normal);
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 4px;
    text-transform: uppercase;
    background-color : #f8f8f8;
    padding : 1.375rem 1rem;
    margin : 0.16rem 0;
    position : relative;
    display: flex;
    align-items: center;
    transition : 0.5s;
}

.product .accordion_button:after {
    color : var(--bs-gray-main);
    position : absolute;
    right : 2rem;
    font-size: 1.5rem;
    line-height: 1;
    top: calc(50% - 0.5rem);    
}

.product .accordion_button[aria-expanded="false"]:after {
    content : '+';
    
}
.product .accordion_button[aria-expanded="true"]:after {
    content : '-';
}



.product .accordion_body {
    padding : 0 1rem 1.5rem;
}
.product .accordion_body .title {
    font-family: var(--bs-gray-main);
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing : 1px;
    text-transform: uppercase;
    padding-top : 2rem;
    padding-bottom: 1.25rem;
}

.product .accordion_body .block {
    display : flex;
    flex-wrap : wrap;
}

.product .acc_item_image {
    padding-right : 0.625rem;
    padding-bottom : 0.625rem;
}
.product .acc_item_image .image_title {
    color : var(--bs-gray-main);
    font-family: var(--f-normal);
    font-size: 0.9rem;
    font-weight: 300; 
    line-height : 1.25;
    padding : 0 0.5rem 0.3rem;
    bottom : 0;
    text-align : center;
}

.product .acc_item_image .image_title.dark {
    color : #fff;
}

.product .section_6 {
    background-color : #f6f6f6;
    margin-top : 4rem;
    padding-top : 3rem;
    padding-bottom : 6rem;    
}

.product .section_6 .container .row > .title {
    color : var(--bs-gray-main);
    font-family : var(--f-helios);
    font-size : 2.75rem;
    text-transform : uppercase;
    padding-bottom : 2rem;
}
.product .section_6 .slider__item{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product .section_6 .slider__item .image {
    background : #000;
    overflow : hidden;
}
.product .section_6 .slider__item .image img{
    background-size : cover;
    opacity : 0.7;
    transition : 0.5s;
}
.product .section_6 .slider__item .title{
    color: #fff;
    font-family: var(--f-helios);
    font-size: 3rem;
    text-transform : uppercase;
    position: absolute;
    transition : 0.5s;
}
.product .section_6 .slider__item:hover .image img{
    opacity : 1;
    transform : scale(1.1);
}
.product .section_6 .slider__item:hover .title{
    opacity : 0.75;
    font-size : 3.5rem;
    /*color: transparent;
    -webkit-text-stroke: 1px white;
    text-stroke: 1px white;
    letter-spacing: 6px;*/
}

.product .section_5 .row{
    margin : 0;
    background : #e6e7e8;
    min-height : 10rem;
} 

.product .section_5 .row .block{
    height: calc(100% - 2rem);
    margin : 1rem 0;
}

.product .section_5 .col-sm-4:nth-child(odd) .block{
    border-color : #fff;
    border-width : 0 1px;
    border-style : solid;
}

.product .section_5 .row .block a{
    font-family : var(--f-normal);
    font-size : 1.125rem;
    text-transform : uppercase;
    letter-spacing : 2px;
    height : 100%;
    transition : 0.5s;
    display : flex;
    justify-content : center;
    align-items : center;
}
.product .section_5 .row .block a:hover{
    letter-spacing : 4px;
}

.product .section_5 .row .col-sm-4 {
    padding : 0;
} 

.product .section_5 .container > .title {
    color : var(--bs-gray-main);
    font-family : var(--f-helios);
    font-size : 2.75rem;
    text-transform : uppercase;
    padding-top : 5rem;
    padding-bottom : 2rem;
}

.product .section_5 .title {
    padding-top : 6rem;
    text-transform : uppercase;
}

.product .section_4 .container > .title {
    color : var(--bs-gray-main);
    font-family : var(--f-helios);
    font-size : 2.75rem;
    text-transform : uppercase;
    padding-top : 6rem;
}

.product .section_4 .container > .title.none {
    padding-top : 2rem;
}

.product .section_4 .row {
    padding : 2rem 0;
}

.product .section_4 .title,
.product .section_5 .title {
    color : var(--bs-gray-main);
    font-family : var(--f-helios);
    font-size : 1.875rem;
    font-weight : 700;
    line-height : 1;
}

.product .section_4 .inform-text {
    padding-top : 0.5rem;
}

.product .section_4 .inform-text.top {
    padding-top : 6rem;
}

.product .section_4 .title.big {
    font-size: 2.75rem;
}

.product .section_4 .text {
    color : var(--bs-gray-main);
    font-family : var(--f-normal);
    font-size : 1.125rem;
    font-weight : 400;
    line-height : 1.5rem;
    padding-top : 3.125rem;

}

.product .section_4 .text.small {
    font-size : 0.95rem;
}
.product .section_4 .text p{
    margin-bottom : 2rem;
}



.product section {
    margin-bottom : 0;
}

.product .section_3 {
    padding-top : 4rem;
}

.product .section_2 {
    padding-top : 4rem;
}

.product .section_2 .title {
    color : var(--bs-gray-main);
    font-family : var(--f-helios);
    font-size : 1.8rem;
    text-transform : uppercase;
    line-height: 1.2;
    padding-top : 6rem;
    padding-bottom: 2.5rem;
}

.product .section_2 .text {
    color : var(--bs-gray-main);
    font-family : var(--f-normal);
    font-size : 1.125rem;
    line-height : 1.33;
    padding-top : 1rem;
}

.product .section_1 {
    background : #f6f6f6;
    padding : 3rem 0;
}

.product .section_1 h1 {
    font-family : "HeliosCondBlackC";
    font-size : 2.25rem;
    font-weight : 900;
    text-transform: none;
    padding-bottom : 1.5rem;
    margin-bottom : 0;
}

.product .section_1 .image {
    position : relative;
}

.product .section_1 .image:after {
    content : '';
    width : 4rem;
    height : 4rem;
    border-width: 2px 2px 0 0;
    border-style : solid;
    border-color : #fff;
    position : absolute;
    bottom : 3rem;
    left : 50%;
    transform : translate(-50%, 0) rotate(135deg);
}
.product .section_1 .text-part {
    padding : 3rem 0;
}

.product .section_1 .subtitle {
    font-family : var(--f-helios);
    position : relative;
    margin-bottom : 0;
    padding-left : 2.5rem;
}
.product .section_1 h3 {
    font-size: 4rem;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
}
.product .section_1 h3:before {
    content : '';
    position : absolute;
    bottom : 0;
    left : 0;
    width : 6rem;
    height : 6rem;
    border-color : #4b4c4c;
    border-width : 0 0 1px 1px; 
    border-style : solid;
}

.product .section_1 .description {
    font-size : 1.75rem;
    position: absolute;
    bottom: -1.75rem;
    left: 6.5rem;
}

.product .section_1 .text {
    font-family : var(--f-normal);
    font-size : 1.625rem;
    line-height : 1.1;
    padding: 3.5rem calc(100vw / 24) 0 0;
    text-align : justify;
}


