:root {

--white: #fff;
--black: #000;
--lime: #43B174;
--testcolor: cyan;
--bs-navbar-toggler-icon-bg:url("img/download.svg");
--bs-card-bg:#000 !important;
--bs-body-bg:#000 !important;
}





body {
    font-family: "Unbounded";
    background:var(--black);
    color:var(--white);
}


@media (max-width: 768px) { 

    body {
        font-family: "PT Sans Narrow", sans-serif;
        background:var(--black);
        color:var(--white);
    }
    



}



.all {
/* background: red; */
/* width:100vw;
height: 100vh; */

}

.h2 {
font-family: "Unbounded";
font-weight: 400;
color: var(--white);

}

h1, h2, h3, h4, h5, h6 {
    font-family: "Unbounded";



}


.logo {

width: 100%;

}


.green {

    color:var(--lime);
}



.test {

background: var(--testcolor);

}

#top_logo {

margin: 10px 0;

}

.text-accent {


color: var(--lime)

}




.navbar ul {
    justify-content: space-around;
    width: 100%;
    padding: 0 10%;
}

.navbar .nav-link {
    
    color: #fff;
    font-size: 1.2em;
    /* font-size: calc( (100vw - Vmin)/(Vmax - Vmin) * (Fmax - Fmin) + Fmin);     */
    
    }



button.navbar-toggler {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: url(img/burger.svg);
    /* background: red; */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.carousel-inner {
height: 100vh important;
/* background: blue; */
}


/* .carousel-inner img {
height: 80px important;

} */


.carousel-inner .carousel-item{
    object-fit: cover;
    vertical-align: middle;
    border-style: none;
    height: 80vh;
}

.slogan {
    /* z-index: 100; */
    position:relative;
    /* display: inline; */
    /* top: 300% !important; */
    left: 10%;
    /* background: red; */
    font-size: 2.2vw;
    /* font-size: 2.5rem; */
    width:40%;
    /* background: red; */
    /* height: 20vh; */
    text-align: left;
}

/* .qr {

    width: 30%;
} */

.smartlinks {

margin: 30px 0 310px 0;

}

.qr {

    margin: 30px 0 0 0;

    
}



.qr img:hover {

    /* transform: rotate(0.05turn); */
    transform: perspective(500px) translate3d(10px, 0, 20px) rotateY(30deg);
    /* transform: perspective(17px); */
}   

.qr img {

width: 100%;    
}


.smartlinks a {
    padding-top: 2px;
    color:white;
    text-decoration: none;
    font-size: 1.4em;

}

.imglogo {

z-index: -10;
width: 35% !important;
/* min-height: 50%; */
position: absolute;
right: 10%;
top: 3%;
transform: scaleX(-1);
}

.imgcar {
    position: relative;
    /* bottom:0 !important; */
    left:5vw;
    /* top:50%; */
    /* top:150% !important; */
    width: 85%;
    /* margin-top: 10%; */
    /* z-index: 20; */
    
}

.rectangle {
height: 2vh;
width: 100%;
/* background: green; */
}

.space {

height: 40px;

}

p {


    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 1.25em;
}

h1 {

    margin: 10px 0 30px 0; 

}



/* .tovar {

background: green;
padding: 0 5%;

} */

.tovar {
    margin: 0 10% 10% 10%;

background: black;
/* border-bottom: solid 0.5px var(--white); */
border-radius: 0;


}


.tovar .card-title {
margin-top: 10px;
color: var(--lime);
text-align: left;
font-size: 1.25em;

}



.tovar .card-text {


text-align: left;
color: var(--white);
word-wrap: normal;
}




ul.tovars li {

    text-align: left;
    font-family: Verdana;
    color: var(--white) !important;
    /* margin-left: -5px; */
    /* margin-top: 10px; */
    /* white-space: pre-line;1 */
    /* font-size: 0.75em; */
    font-size: clamp(0.75em, 1em, 1.25em);
    line-height: 1.75em;
    /* margin-left: 0px; */
    list-style-type: square;
    


    hyphens: auto;
}

p.card-text {


background: var(--lime);
/* height: 100%; */



}

ul.tovars {
    
    background: var(--lime);
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 10px;


}

.features {




}

.features .card-title {

    color: var(--lime);
    text-align: center;
    /* white-space: pre;  */
    /* display: block;
    width: 100%;     */
    word-break: normal;
}
    
    
    .features .card-text {
    
    
    text-align: center;
    color: var(--white);
    
    }

    .features img{

        justify-content: center;
        align-self: center;
        /* width:50%; */
        height: 125px;
        width:auto;
        margin-bottom: 20px;

    }

    .card .features {
        background: var(--black) !important;
        
    }

    .card {


        /* margin: 0; */
    }

    .card-body {

        padding: 0 !important;

    }

    .features .card-body {
11
    background: var(--black);    
    hyphens: none;
}


    .banner_text a{


        text-decoration: none;
        color:var(--white);
        line-height: 100%;


    }


    a.contact {
        display: block;
        margin: 30px 0;    

    }
    
    a.contact img {

        /* width: 40%; */
    }


.contact:hover {


    transform: perspective(1000px) translate3d(10px, 0, 20px) rotateY(30deg);

}


.footer {

/* height:100px !important;     */
padding: 20px 0;
margin: 0;
background: var(--lime);
color: var(--white);
}

.footer img {
    width: 80%;
}


.copyright {

padding: auto 0;

}

.btn {


width: 100%;
background: var(--lime) !important;

}


.btn:hover {


color: var(--lime);
background: var(--white) !important;

}




.mobile .row {
    /* display: absolute; */
    position: relative;
    height: 72vh;
    z-index: 50;
}

.mobile .slogan{
    position: relative;
    z-index: 50;
/* margin-top: 15vh; */
    max-width: 100%;
    font-size: 7vw;
/* hyphens: auto; */

}



.mobile img.imgcar {
position: relative;

bottom: 0 !important; 
width: 90%;
display: block;


}

.mobile .imglogo
 {
    position: absolute;
    bottom:0;
    right: 1vw;
    width: 50vh !important;
    opacity: 0.25;
    /* height: auto !important; */
}

.mobile .imglogo img {


}


.navbar-nav .nav-item a:hover.nav-link {

color:var(--lime);


}





#homeBtn { display: none; /* Кнопка скрыта по умолчанию */ position: fixed; /* Фиксированное положение */ bottom: 20px; /* Отступ от низа экрана */ right: 30px; /* Отступ от правого края экрана */ z-index: 99; /* Поверх всех элементов */ border: none; /* Без границы */ outline: none; /* Без рамки при фокусе */ background-color: transparent; /* Прозрачный фон */ cursor: pointer; /* Курсор */ padding: 0; /* Убираем отступы */ } #homeBtn img { width: 50px; /* Ширина изображения */ height: 50px; /* Высота изображения */ }


@media (max-width: 768px) {

    .tovar .card-title {
        margin-top: 10px;
        color: var(--lime);
        text-align: left;
        /* color:red; */
        font-size: 0.75em;
        
        }
        
    
    
ul.tovars {
    
    background: var(--black) !important;
    padding-top: 0px;
    padding-bottom: 10px;
    border-radius: 10px;
   

}


    ul.tovars li {
    
        text-align: left;
        /* font-family: PT Sans Narrow; */
        font-family: "PT Sans Narrow", sans-serif;
        color: var(--white) !important;
        /* margin-left: -5px; */
        /* margin-top: 10px; */
        /* white-space: pre-line;1 */
        /* font-size: 0.75em; */
        font-size: 0.65em;
        line-height: 1.4em;
        margin-left: -10px;
        list-style-type: square;
        margin-bottom: 0;       
    
    
        hyphens: auto;
    }
    

    h5.card-title {


        margin-top: 10px !important;


    }

    .space {

        height: 40  px;
        display: block;
        
        }

        .qr h5 {


               font-size: 1em; 

        }

        .banner_text h4 {

            font-size: 1.2em; 

        }


}