:root{
    --black: #000;
    --white: #fff;
    --yellow: #FFCE00;
    --red: #DD0000;
    --gray: #F7F7F7;
}
html{
    font-size: 20px;
}
body {
    padding: 0;
    margin: 0;
    font-size: 24px;
    line-height: 1.5;
    font-family: 'Alexandria', sans-serif;
}
.container{
    max-width: 1425px;
}
img{
    max-width: 100%;
}
ul{
    margin: 0;
    padding: 0;
}
ol li {
    font-size: 18px;
    margin-bottom: 0.5em;
}
.bg-black{
    background: var(--black);
}
.bg-yellow{
    background: var(--yellow);
}
.bg-red{
    background: var(--red);
}
.bg-gray.img-wrapp{
    background: var(--gray);
    padding: 100px;
    border-radius: 120px;
}
.bg-gray.img-wrapp img{
    border-radius: 40px;
}
.mt-9{
    margin-top: 90px;
}
.mb-10{
    margin-bottom: 100px;
}
.mt-10{
    margin-top: 100px;
}
.pr-5{
    padding-right: 50px;
}
.text-md-center{
    margin-bottom: 120px;
}
h1{
    font-size: 80px;
    line-height: 1;
    color: var(--red);
    margin-bottom: 16px;
    font-weight: 600;
    margin-top: 175px;
}
.flag-wrapp .flag_text h2{
    font-size: 80px;
    margin-bottom: 40px;
    font-weight: 500;
}
h3{
    font-size: 54px;
    font-weight: 600;
    margin-bottom: 32px;
}
.h_yellow{
    position: relative;
    padding-left: 129px;
}
.h_yellow:before{
    display: block;
    width: 112px;
    height: 60px;
    content: '';
    position: absolute;
    left: 0;
    background: url("/img/yellow_line.svg") center no-repeat;
    background-size: cover;
}
h4.h_yellow{
    position: relative;
    padding-left: 50px;
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 40px;
    font-size: 18px;
}
#footer h4.h_yellow:before{
    display: block;
    width: 38px;
    height: 20px;
    content: '';
    position: absolute;
    left: 0;
    background: url("/img/yellow_line.svg") center no-repeat;
    background-size: cover;
}
#footer .kontakte{
    margin-top: 36px;
}
#footer .kontakte h4.h_yellow{
    margin-top: 0;
}
#garantie{
    position: relative;

    margin-top: 300px;
    padding-left: 129px;
    font-size: 18px;

}
#garantie .h_yellow{
    padding-left: 0;
}
#garantie .h_yellow:before{
left: -129px;
}
#garantie p{
    margin-bottom: 38px;
    font-weight: 300;
}
#garantie .yellow_mark{
    margin-bottom: 24px;
}
#garantie .yellow_mark li{
    list-style: none;
    padding-left: 20px;
    font-size: 17px;
    position: relative;
    margin-bottom: 8px;
    font-weight: 300;
}
#garantie .yellow_mark li:before{
    width: 8px;
    height: 8px;
    display: block;
    content: '';
    /*background: url("/img/list_marker.svg") center no-repeat;
    background-size: contain;*/
    background: var(--yellow);
    position: absolute;
    left: 0;
    top: 8px;
}
#garantie span.bold{
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
}
#product #properties h3.h_yellow{
    /*padding-left: 130px;*/
    padding-left: 0;
}
#product #properties h3.h_yellow:before,
#product #gabarite h3.h_yellow:before{
    left: -130px;
}
#video{
    background: var(--black);
}
#background-video {
    width: 100%;
    max-width: 100vw;
    height: 95vh;
    object-fit: cover;
    z-index: 0;
    position: relative;
    border-radius: 0 0 0 300px;
    margin-bottom: -8px;
}
.video_block {
    position: absolute;
    left: 70px;
    top: 70px;
    z-index: 1;
}
#menu{
    float: right;
    position: absolute;
    top: 70px;
    right: 70px;
    z-index: 99;
}
#menu .burger img{
    transition: transform 0.2s ease-out;
}
#menu .burger:hover img{
cursor: pointer;
    transform: scale(1.15);
    transition: transform 0.15s ease-out;
}
.hiden_menu{
    position: absolute;
    top: -2000px;
    right: -70px;
    background: rgba(0,0,0, 0.5);
    height: 100vh;
    padding: 50px 30px 20px 78px;
    width: 440px;
    transition: top 0.25s ease-out;
}
.hiden_menu.visible{
    position: fixed;

    right: 0;
    top: 0;
    /*position: absolute;
    top: -70px;
    right: -70px;*/
    z-index: 9999;
    transition: top 0.3s ease-in-out;
    overflow-y: scroll;

}
#banner .menu_top,
#video .menu_top{
    margin-bottom: 20px;
    display: flex;
    justify-content: space-between;
}
#banner .menu_top img,
#video .menu_top img{
    max-width: 115px;
    margin: 0;
    display: block;
}
.menu_top .close{
    transform: rotate(-90deg);
    transition: transform 0.15s ease-out;
}
.menu_top .close:hover{
    cursor: pointer;
    transform: rotate(90deg);
    transition: transform 0.2s ease-out;
}
.hiden_menu li,
.hiden_menu li a{
    list-style: none;
    text-decoration: none;
    color: var(--white);
    line-height: 24px;
}
.hiden_menu .menu_nav ul a{
    font-weight: 200;
    font-size: 16px;
}
.hiden_menu li a:hover{
    text-decoration: underline;
}
.hiden_menu li.h_yellow{
    padding-left: 0;
    margin-bottom: 16px;
    margin-top: 20px;
    font-size: 16px;
}
.hiden_menu li.h_yellow:before{
    width: 56px;
    height: 30px;
    left: -68px;
}
.flag-wrapp{
    background: url("/img/flag.svg") center no-repeat;
    background-size: cover;
}
.flag-wrapp .flag_text{
    color: var(--white);
    padding-top: 90px;
    padding-bottom: 30px;
    margin-top: -2px;
}

.flag-wrapp .flag_text p{
    font-size: 24px;
    max-width: 600px;
    font-weight: 300;
}

#video_slogan{
    font-size: 116px;
    color: var(--white);
    opacity: 0.5;
}
#carusel{
    margin: 50px 0 90px;
}
#carusel-wrapper,
#product #slider-wrapper{
    display: flex;
    overflow: hidden;
    position: relative;
    top: -50px;
}
#product #slider-wrapper{
    top: 0;
}
#product_slider #current-slide{
    margin: 0 auto;

}
 #current-slide img{
   /* transform: scale(1);
    transition: all 0.3s ease-out;
    opacity: 1;*/
     opacity: 1;
     transition: all 0.3s ease-out;
     transform: translateX(0);

}
 #current-slide .slideOut{
    transform: scale(0.6);
    opacity: 0;
    transition: all 0.4s ease-out;
}
 /* 29-11-2023 */
#current-slide .move_left{
    transform: translateY(-40%) translateX(-50%)!important;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: -100;
}
#current-slide .slide_from-right{
    transform: translateY(-40%) translateX(40%)!important;
    opacity: 0;
    transition: all 0.2s ease-out;
    z-index: -100;
}
#current-slide .move_right{
    transform: translateY(-40%) translateX(50%)!important;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: -100;
}
#current-slide .slide_from-left{
    transform: translateY(-40%) translateX(-32%)!important;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: -100;
}
#carusel-wrapper .next_machine.pulse,
#carusel-wrapper .prev_maschine.pulse,
#carusel-wrapper .next_machine.pulseIn,
#carusel-wrapper .prev_maschine.pulseIn{
    transition: all 0.2s ease-out;
    opacity: 0;
}
#product_slider .next_machine.pulse,
#product_slider .prev_maschine.pulse,
#product_slider .next_machine.pulseIn,
#product_slider .prev_maschine.pulseIn{
    transition: all 0.5s ease-out;
    opacity: 0;
}
#carusel-wrapper .next_machine,
#carusel-wrapper .prev_maschine{
    opacity: 1;
    transition: all 0.5s ease-out;
}
#product_slider #current-slide .move_left{
    transform: translateX(-50%)!important;
    opacity: 0;
    transition: all 0.3s ease-out;
    z-index: -100;
}
#product_slider #current-slide .move_right{
    transform: translateX(50%)!important;
    opacity: 0;
    transition: all 0.3s ease-out;
}
#product_slider #current-slide .slide_from-left{
    transform: translateX(-50%)!important;
    opacity: 0;
    transition: all 0.3s ease-out;
}
#product_slider #current-slide .slide_from-right{
    transform: translateX(50%)!important;
    opacity: 0;
    transition: all 0.2s ease-out;
}
#product_slider .next_machine.pulse,
#product_slider .prev_maschine.pulse{
    /*transition: all 0.5s ease-out;
    transform: scale(1.05);
    opacity: 1;*/
}
/* 29-11-2023 */
 #current-slide .slideIn{
    transform: scale(0.6);
    opacity: 0;
     transition: all 0.4s ease-out;
}

.carusel_nav{
    display: inline-block;
    width: 78px;
    padding: 0 8px;
}
.carusel_nav#prev{
   position: relative;
    left: -5%;
}
.carusel_nav#next{
    position: relative;
    right: -5%;
}
.carusel_nav img{
    position: relative;
    top: 50%;
}
.carusel_nav img:hover{
    cursor: pointer;
    filter:  invert(50%);
}
#carusel-wrapper #current-slide{
    width: 1100px;
    display: flex;
    justify-content: space-between;


}
#carusel-wrapper #current-slide .current_info{
    width: 440px;
    margin-right: 94px;
    position: relative;
    /*top: -50px;*/
}
.linear_bg{
   /* background: linear-gradient(180deg, #FFF 14.41%, #E8E8E8 100%);*/
    background: linear-gradient(#E8E8E8 14.41%, #fff 100%);
    padding: 120px 35px;
}
.linear_bg h2{
    min-height: 169px;
}
#carusel-wrapper #current-slide .current_img{
    max-width: 560px;
    position: relative;
    top: 50%;
   /* transform: translateY(-40%) scale(1);*/
    transform: translateY(-40%) translateX(0);
}
#carusel-wrapper #current-slide .current_img.slideIn{
    transform: translateY(-40%) scale(0.6);
}
#carusel-wrapper #current-slide .current_img.slideOut{
    transform: translateY(-40%) scale(0.6);
}
#product #carusel-wrapper #current-slide .current_img{
    max-width: 800px;
    margin: 0 auto;
}
#carusel-wrapper #current-slide .current_info h2 .type{
    font-size: 40px;
    line-height: 1;
    display: inline-block;
    margin-bottom: 24px;
    font-weight: 400;
    min-height: 80px;
    /*white-space: nowrap*/
}
#carusel-wrapper #current-slide .current_info h2 .name{
    font-size: 54px;
    line-height: 1;
    font-weight: 600;
    padding-left: 0;
}
#carusel-wrapper #current-slide .current_info h2 .h_yellow:before{
    left: -128px;
}
#carusel-wrapper #current-slide .current_info .propertys{
    margin-top: 60px;
    min-height: 220px;
}
#carusel-wrapper #current-slide .current_info .propertys li{
    list-style: none;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 200;
    text-align: left;
}
#carusel-wrapper #current-slide .current_info .propertys li .value{
    font-weight: 600;
}
#carusel-wrapper #current-slide .current_info .to_maschine{
    display: inline-block;
    width: 370px;
    height: 80px;
    background: var(--red);
    color: var(--white);
    font-size: 18px;
    font-weight: 500;
    line-height: 80px;
    text-align: center;
    text-decoration: none;
    position: absolute;
    bottom: 0;
}
#carusel-wrapper #current-slide .current_info .to_maschine:hover{
    background: var(--yellow);
    color: #000;
}
#carusel-wrapper .prev_maschine,
#slider-wrapper .prev_maschine{
    position: relative;
    left: -150px;
    width: 420px;

}
#carusel-wrapper .next_machine,
#slider-wrapper  .next_machine{
    position: relative;
    right: -150px;
    width: 420px;
}

#carusel-wrapper .prev_maschine img,
#carusel-wrapper .next_machine img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
#slider-wrapper .prev_maschine img,
#slider-wrapper .next_machine img{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}
.dots{
    display: flex;
    justify-content: center;
    max-width: 80%;
    margin:  25px auto 0;
}
.dots li{
   list-style: none;
    display: inline-block;
    height: 8px;
    width: 100px;
    background: #E8E8E8;
    margin-right: 12px;
}

.dots li:hover,
.dots li.active{
    cursor: pointer;
    background: var(--black);
}

img.gray{
    margin-bottom: 80px;
    margin-left: 20px;
    max-width: 800px;
}
.top_move{
    position: relative;
   /* top: -180px;*/
    margin-top: -180px;
}
div.text-center{
    margin: 0 0 120px;
}
#content p{
    font-size: 18px;
}
#content .r_ico{
    bottom: -100px;
    z-index: -1;
}
#product .r_ico{
    transform: translateY(-100%);
    z-index: -1;
    margin-top: 100px;

}
#to-top{
    display: none;
    width: 90px;
    height: 90px;
    right: 20px;
    bottom: 70px;
    padding: 14px 0;
    text-align: center;
    z-index: 9999;
}
#to-top:hover{
    cursor: pointer;
    background: var(--red);
}
#to-top.show{
   display: block;
}
#footer{
    background: var(--black);
    margin-top: 100px;
    padding: 90px 0;
    color: var(--white);
    position: relative;
}
#product #footer{
    margin-top: 100px;
}
#footer li{
    list-style: none;

    line-height: 1.4;
}
#footer a{
    color: var(--white);
    font-size: 18px;
    text-decoration: none;
    font-weight: 200;
}
#footer a:hover{
    color: var(--white);
    text-decoration: underline;
}
#footer .kontakte{
    font-weight: 200;
    font-size: 18px;

}
/*#footer .to_top{
    display: block;
    width: 90px;
    height: 90px;
    right: 5%;
    bottom: 5%;
    padding: 14px 0;
    text-align: center;
}*/
#footer .kontakte.col-md-12{
    margin-top: 20px;
}
#footer .modelle ul,
#footer .kontakte p{
    padding-left: 50px;
}

/* product */
#banner{
    border-radius: 0 0 0 300px;
    padding: 70px 0 150px;
    margin-bottom: 50px;
}

#banner img{
    max-width: 300px;

}
#product h1{
    color: var(--white);
    font-size: 120px;
    line-height: 1.5;
    margin-top: 100px;

}
#product h3.h_yellow{
    /*padding-left: 18px;*/
    padding-left: 0;
    margin-bottom: 24px;
    white-space: nowrap;
    font-size: 46px;
}
/*#product h3.h_yellow:before{
    left: -112px;
    left: -130px;
    bottom: 0;
}*/
#product #content p{
    font-size: 18px;
    font-weight: 200;
}
.product_banner_list li{
    list-style: none;
    color: var(--white);
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 0;
    font-weight: 200;
    display: flex;
    max-width: 980px;
    padding-left: 129px;

}
.product_banner_list li span{
    display: inline-block;
    width: 50%;
    text-align: left;
    font-weight: 200;
}
.product_banner_list li .value{
    font-weight: 600;
}
#product h1.h_yellow:before{
    bottom: 45px;
    left: 0;
}
#product .type{
    font-size: 60px;
    color: var(--white);
    display: inline-block;
    padding-left: 129px;
    position: relative;
    top: -40px;
    opacity: 0.5;
}
#product .content-wrapper{
    top: 50%;
    transform: translateY(-50%);
}
#product h2{
    font-size: 60px;
    line-height: 1.5;
    text-align: right;
    font-weight: 600;
    position: relative;
    margin-bottom: 50px;
    padding-top: 35px;
}
#product h2 .red{
    color: var(--red);
}
img.gabarite{
    margin-top: 50px;
}
#properties .two-col{
    column-count: 2;
}
#properties .properties li,
#gabarite .properties li{
    list-style: none;
    display: flex;
    justify-content: space-between;
}
#properties .properties li .label,
#gabarite .properties li .label{
    width: 50%;
    max-width: 450px;
    font-weight: 200;
}
#properties .properties li .value,
#gabarite .properties li .value{
    font-weight: 500;
    width: 50%;
    white-space: nowrap;
}
#product .instruction{
    margin-top: 50px;
    display: flex;

}
#product .instruction img{
    margin-right: 24px;
}
.instruction a.pdf{
    font-size: 24px;
    font-weight: 300;
    text-transform: uppercase;
    color: var(--black);
}
.instruction a.pdf:hover{
    text-decoration: none;
}
.instruction a.pdf .bold{
    font-weight: 600;
}
.ui-loader-header{
    display: none;
}
#home .h_yellow .h_yellow{
    padding-left: 0;
}
#home .h_yellow .h_yellow:before{
    left: -129px;
}
img.img-banner{
    max-width: 750px;
}
@media(max-width: 1681px){
    img.img-banner{
        max-width: 700px;
    }
}
@media(max-width: 1441px){

    .container{
        max-width: 1250px;
    }
    .video_block{
        left: 50px;
        top: 50px;
    }
    img.img-banner{
        max-width: 500px;
    }
    .h_yellow{
        /*padding-left: -112px;*/
    }
    #home .h_yellow .h_yellow{
        padding-left: 0;
    }
    #home .h_yellow:before {
        width: 94px;
        height: 50px;
        left: 0;
    }
    #home  #garantie .h_yellow:before{
        left: -129px;
    }
    #home #gabarite .h_yellow:before{
        left: -129px;
    }
    #home .hiden_menu li.h_yellow:before{
        width: 56px;
        height: 30px;
        left: -68px;
    }
    #home .h_yellow .h_yellow:before{
        left: -112px;
    }
    #content img.img-banner {
        max-height: 460px;
    }
    #garantie{
        margin-top: 100px;

     }
    .top_move{
        margin-top: -130px;
    }
    #product h1 {
        font-size: 90px;
        margin-top: 70px;
        line-height: 120px;
    }
    #product h2{
        font-size: 54px;
    }
    #product h3{
        font-size: 50px;
    }
    #product #properties h3.h_yellow,
    #product .zusatzliche h3.h_yellow{
        padding-left: 112px;

    }
    #product #properties h3.h_yellow:before,
    #product #gabarite h3.h_yellow:before{
        left: 0;
    }
    #properties .properties li{
        font-size: 18px;
    }
    .instruction a.pdf{
        font-size: 18px;
    }
    ul.properties{
        padding-left: 112px;
    }
    #properties .properties li .label,
    #gabarite .properties li .label{
        width: 65%;
    }
    .instruction{
        padding-left: 112px;
    }
    #product_slider{
        margin-bottom: 150px;
    }
}
@media(max-width: 1280px) {
    .container{
        max-width: 1100px;
    }

    #video_logo {
        max-height: 80px;
    }

    #video_slogan{
        font-size: 70px;
    }

    #carusel-wrapper #current-slide {
        /*width: 940px;*/
        max-width: 80%;
        margin: 0 auto;
    }
    #banner{
        margin-bottom: 50px;
    }
    #carusel-wrapper .prev_maschine,
    #carusel-wrapper .next_machine {
        display: none;
    }

    #carusel-wrapper #current-slide .current_info {
        width: 375px;
        margin-right: 85px;
    }

    #carusel-wrapper .carusel_nav#prev {
        left: 1%;
    }

    #carusel-wrapper .carusel_nav#next {
        right: 1%;
    }

    #slider-wrapper .prev_maschine {
        width: 360px;
        left: -120px;
    }

    #slider-wrapper .next_machine {
        width: 360px;
        right: -120px;
    }

    #product_slider #current-slide img {
        max-width: 600px;
    }
    #product h1.h_yellow:before{
        bottom: 30px;
    }

    #product #content .h_yellow:before{
        /*left: -110px;*/
        left: -18px;
    }

    #carusel-wrapper #current-slide .current_info h2 .h_yellow:before {
        left: -110px;
    }

    #carusel-wrapper #current-slide .current_info h2 .type {
        font-size: 30px;
    }

    #carusel-wrapper #current-slide .current_info h2 .name {
        font-size: 50px;
        white-space: nowrap;
    }

    #carusel-wrapper #current-slide .current_info .to_maschine {
        width: 300px;
        height: 60px;
        line-height: 60px;
    }

    #carusel-wrapper #current-slide .current_info .propertys li {
        font-size: 16px;

    }

    .text-md-center {
        margin-bottom: 80px;
    }

    h1 {
        font-size: 60px;
        margin-top: 100px;
    }

    .flag-wrapp .flag_text {
        padding-top: 60px;
        padding-bottom: 20px;
    }

    .flag-wrapp .flag_text p {
        font-size: 20px;
        font-weight: 300;
    }

    .flag-wrapp .flag_text h2 {
        font-size: 60px;
        margin-bottom: 24px;
    }

    h4.h_yellow {
        margin-top: 70px;
    }

    img.gray {
        max-width: 600px;
    }

    #content .row p,
    #product #content p {
        font-size: 16px;
        font-weight: 300;
    }

    .mt-9 {
        margin-top: 40px;
    }
    .pr-5{
        padding-right: 5px;
    }
    .top_move {
        /*top: -120px;*/
        margin-top: -120px;
    }

    div.text-center {
        margin: 0 0 80px;
    }

    #content .r_ico {
        max-width: 500px;
    }

    /*#banner.s300 {
        background: url(/img/product/rold_s300/main-s300(1200) . jpg) center no-repeat;
        background-size: cover;
        padding: 65px 0 65px;
    }*/

    #product #banner img {
        max-width: 140px;
    }

    #product h1 {
        font-size: 80px;
        margin-top: 70px;
        line-height: 120px;
    }
    #product h2{
        font-size: 50px;
        padding-top: 20px;
    }
    .mt-10{
        margin-top: 70px;
    }
    #product #properties h3.h_yellow{
        padding-left: 112px;

    }
    #product #properties h3.h_yellow:before,
    #product #gabarite h3.h_yellow:before{
        left: -10px;
        bottom: 7px;
    }
    #properties .properties li{
        font-size: 16px;
    }
    .instruction a.pdf{
        font-size: 16px;
    }
    #product .type {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .product_banner_list li {
        font-size: 16px;
        max-width: 700px;
    }

    .dots {
        margin: 25px auto 0;
    }

    #to-top {
        width: 50px;
        height: 50px;
        padding: 5px 0;
    }

    #to-top img {
        height: 30px;
    }



    #footer a {
        font-size: 16px;
    }

    .bg-gray.img-wrapp {
        padding: 70px;
    }

    #product .column-reverse .content-wrapper {
        padding-left: 94px;
    }

    #product #content .mb-10{
        margin-bottom: 10px;
    }
    #gabarite{
        margin-top: 50px;
    }
    #product .r_ico{
        max-width: 500px;
    }
    #footer{
        margin-top: 50px;
    }
    #content .r_ico{
        bottom: -50px;
    }
}

@media(max-width: 999px){
    #carusel{
        /*display: none;*/
    }
}

@media (max-width: 576px) {
    p{
        font-size: 14px;
    }
    #background-video {
        max-width: 100%;
        height: 675px;
    }
    .video_block{
        left: 10%;
        top: 10%;
    }
    .video_block #video_logo{
        max-width: 145px;
    }
    .video_block #video_slogan{
        font-size: 40px;
    }
    img#video_logo{
        max-width: 70%;
    }
    #background-video{
        border-radius: 0 0 0 100px;
    }
    #banner{
        border-radius: 0 0 0 100px;
        padding: 80px 0 120px;
        margin-bottom: 30px;
    }
    #menu{
       /* right: 10%;
        top: 10%;*/
        right: 50px;
        top: 80px;
    }
    .hiden_menu{
        background: #000;
        width: 100vw;

    }
    .hiden_menu.visible{
        transition: top 0.2s ease-out;
        top: 0;
        right: 0;
        left: auto;
        overflow-y: scroll;
        padding: 25px 15px 15px 45px;
    }
    .product_banner_list li{
        padding-left: 0;
    }
    #carusel-wrapper #current-slide{
        max-width: 100%;
    }
    .flag-wrapp{
        background: url("/img/flag_m.svg") center no-repeat;
        background-size: cover;
    }
    .flag-wrapp .flag_text{
        padding-top: 32px;
    }
    .flag-wrapp .flag_text h2{
        font-size: 40px;
        margin-bottom: 16px;
    }
    .flag-wrapp .flag_text p{
        font-size: 16px;
    }
    #product_slider{
        margin-bottom: 100px;
    }

    img.gray{
        max-width: 100%;
        margin: 0;
    }
    div.text-center{
        margin: 80px 0 70px;
    }
    .text-md-center{
        margin-bottom: 70px;
    }
    h1{
        font-size: 40px;
    }
    h3{
        font-size: 40px;
        margin-bottom: 16px;
    }
    .mt-10{
        margin-top: 50px;
    }
    .h_yellow{
        padding-left: 60px;
        line-height: 30px;
    }
    .h_yellow:before{
        width: 56px;
        height: 30px;
    }
    .top_move{
        top: 0;
        margin-top: -35px;
    }
    .mt-9{
        margin-top: 40px
    }
    #content .r_ico{
        max-width: 100%;
        bottom: 0;
        transform: translateY(-85%);
    }

    #carusel-wrapper #current-slide,
    #slider-wrapper #current-slide{
        display: block;
        width: 100%;
        text-align: center;
    }
    #carusel-wrapper #current-slide .img-wrapp{
        display: block;
        text-align: center;
    }
    #carusel-wrapper #current-slide .current_img,
    #slider-wrapper #current-slide .current_img{
        max-width: 320px;
        position: initial;
        transform: none;

    }
    #carusel-wrapper,
    #slider-wrapper{
        display: block!important;
    }
    #carusel-wrapper {

        position: initial;
    }
    #carusel-wrapper #current-slide .current_info{
        width: 320px;
        top: -32px;
        margin: 0 auto;
        padding: 0 10px 0;
        background: none;
    }
    #carusel-wrapper .linear_bg{
        padding: 30px 14px 10px;
        background: none;
       /* background: linear-gradient(180deg, #FFF 14.41%, #E8E8E8 100%);*/
    }
    #carusel-wrapper #current-slide .current_info .propertys{
        margin-top: 40px;
        min-height: auto;
    }
    #carusel-wrapper #current-slide .current_info .to_maschine{
       position: initial;

        font-size: 16px;
        width: 272px;
        height: 64px;
        line-height: 64px;
        display: block;
        margin: 40px auto 0;
    }
    .next_machine,
    .prev_maschine,
    .carusel_nav{
        display: none;
    }
    #footer{
        margin-top: 0;
        padding: 40px 0;
    }
    #content .r_ico{
        bottom: -18%;
    }
    #footer img{
        max-width: 100%;
    }
    h4.h_yellow{
        margin-top: 30px;
        margin-bottom: 16px;
        font-size: 18px;
    }
    #footer li a{
        font-size: 14px;
    }
    .column-reverse{
        flex-direction: column-reverse;
    }
    #banner img{
        max-width: 120px;
        padding-left: 0;
    }
    #product h1{
        font-size: 48px;
        margin-top: 50px;
        line-height: 72px;
        padding-left: 45px;
        margin-bottom: 8px;
    }
    #product h1.h_yellow:before{
        bottom: 0px;
        left: -10px;
    }
    #product #banner img{
        max-width: 120px;
        margin-left: 45px;
    }
    #product #banner .hiden_menu img{
        margin-left: 0;
    }
    #product .type{
        font-size: 24px;
        padding-left: 45px;
        top: -10px;
    }
    .product_banner_list li span{
        font-size: 12px;
    }
    #product h3{
        font-size: 30px;
        margin-top: 16px;
    }

    #content .h_yellow:before,
    #product #content .h_yellow:before{
    left: 0;
        top: 16px;
        width: 56px;
        height: 30px;
     }
    #home .h_yellow .h_yellow:before
    {
        width: 56px;
        height: 30px;
        left: -60px;
    }
    #footer h4.h_yellow:before{
        left: 0;
        width: 38px;
        height: 20px;
    }
    .linear_bg h2{
        min-height: auto;
    }
    #carusel-wrapper #current-slide .current_info h2 .type{
        white-space: initial;
        /*font-size: 24px;*/
        font-size: 20px;
        min-height: auto;
    }
    #carusel-wrapper #current-slide .current_info h2 .name{
        font-size: 40px;
    }
    #carusel-wrapper #current-slide .current_info h2 .h_yellow:before{
        left: -60px;
        width: 56px;
        height: 30px;
    }
    #carusel-wrapper #current-slide .current_info .propertys li{
        font-size: 16px;
        display: flex;
        justify-content: space-between;
    }
    #carusel-wrapper #current-slide .current_info .propertys li .label{
        white-space: nowrap;
    }
    #footer li{
        line-height: 1.5;
    }
    #footer .to_top{
        width: 50px;
        height: 50px;
        padding: 7px 0;
    }
    #footer .to_top img{
        max-width: 20px;
    }
    #to-top{
    width: 36px;
        height: 36px;
        padding: 0;
     }
    #to-top img{
        max-width: 12px;
    }
    #product #content{
        margin-top: 60px;
    }
    #product #content .position-relative{

    }
    #product #content .position-relative .position-absolute{
        position: initial!important;
        transform: none;
    }
    .bg-gray.img-wrapp{
        border-radius: 80px;
    }
    .bg-gray.img-wrapp{
        padding: 40px;
    }
    #product h2{
        font-size: 40px;
        text-align: center;
    }
    #product h3.h_yellow{
        font-size: 32px;
        margin-top: 32px;
        margin-bottom: 14px;
        white-space: normal;
    }
    #product .column-reverse .content-wrapper{
        padding-left: 45px;
    }
    .instruction{
        padding-left: 0;
    }
    #properties ul.properties,
    #gabarite ul.properties{
        padding-left: 45px;
    }

    #properties .two-col{
        column-count: 1;
    }
    #properties .properties li .label{
        /*width: 65%;*/
    }
    #product .r_ico{
        max-width: 100%;
    }
    #product #properties h3.h_yellow,
    #product #gabarite h3.h_yellow{
        padding-left: 45px;
    }
    #properties .properties li .value{
        white-space: normal;
    }
    #product .instruction img{
        max-width: 50px;
        margin-right: 14px;
    }
    #properties .properties li,
    #gabarite .properties li,
    .instruction a.pdf{
        font-size: 14px;
    }
    #product #footer{
        margin-top: 50px;
    }
    #properties_mob{
        display: none;
    }
    #garantie{
        padding-left: 60px;
        top: 0;
        margin-top: 50px;
    }
    #home #garantie .h_yellow:before{
        left: -60px;
        top: 0;
    }

    /* 29-11-2023 */
    #current-slide .move_left{
        transform: translateX(-50%)!important;
        opacity: 0;
        transition: all 0.3s ease-out;
        z-index: -100;
    }
    #current-slide .slide_from-right{
        transform: translateX(50%)!important;
        opacity: 0;
        transition: all 0.2s ease-out;

    }
    #current-slide .move_right{
        transform: translateX(50%)!important;
        opacity: 0;
        transition: all 0.3s ease-out;
        z-index: -100;
    }
    #current-slide .slide_from-left{
        transform: translateX(-50%)!important;
        opacity: 0;
        transition: all 0.3s ease-out;
        z-index: -100;
    }
    .hiden_menu li.h_yellow:before,
    #home .hiden_menu li.h_yellow:before{
        width: 28px;
        height: 15px;
        left: -37px;
    }
    .hiden_menu li.h_yellow{
        line-height: 20px;
        margin-top: 16px;
        margin-bottom: 12px;
    }



}
/* 29-11-2023 */
*::-webkit-scrollbar{
    width: 10px;
}
*::-webkit-scrollbar-track {
    background: var(--gray);    /* колір скролінгової області */
}
*::-webkit-scrollbar-thumb {
    background-color: var(--black);    /* колір скролбару */

    border: 1px solid var(--black);  /* додає паддінги навколу скролу */
}
