@charset "utf-8";
/* CSS Document */

/* Обычный */
@font-face {
	font-family: 'Bebas Neue'; 
	src: url(../fonts/BebasNeue.ttf); 
}


/* Reset CSS
 * --------------------------------------- */
:root {
--text-color: #2B2A29;

}

html, body {overflow-x: hidden; width: 100vw;	
max-width: 100%;}

body {
color: var(--text-color);
background:#EDEDE9;
font-family: "Tahoma", sans-serif;	
font-optical-sizing: auto;
font-size: 18px; 
overscroll-behavior: none;
line-height: 1.4;
position: relative;
	
}


/***********************************/

h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {font-family: "Bebas Neue", sans-serif;
  font-weight: 400; font-style: normal;}


/************************************/

body::-webkit-scrollbar {
  width: 12px;               /* ширина scrollbar */
}
body::-webkit-scrollbar-track {
  background: white;        /* цвет дорожки */
}
body::-webkit-scrollbar-thumb {
  background-color: var(--text-color);    /* цвет плашки */
  border-radius: 20px;       /* закругления плашки */
  border: 3px solid var(--text-color);  /* padding вокруг плашки */
}



a {color: var(--all-blue); text-decoration: none;}




table {font-size: 80%; line-height: 1; margin-right: 15px;}
table p {margin: 0; padding: 0}
table tr:nth-child(1) {background: #2B2B2B; color: #fff; text-align: center;}
table tr td:nth-child(2) {white-space: nowrap;}

table td {padding: 3px 10px 3px 10px; border: 1px solid grey}

/**Кнопка**/

.btn {border: 2px solid #7B502F; font-size: 14px; border-radius: 5px; background: #7B502F; color: #fff; font-size: 14px;}
.btn-out {border: 2px solid #FBBC09; border-radius: 5px; background: none !important; color: #414141; text-transform: uppercase; font-size: 14px; }

.btn.active, .btn:hover {border: 2px solid #7B502F; color:#fff; background:#7B502F;}


.btn-form {border: 1px solid #fff;  color:#fff; font-size: 13px; border-radius: 5px; }

.form-select, .form-control {font-size: 13px;    border-radius: 0.25rem;
}



/**header*****************************************************/

header nav {font-weight: 600; background:#7B502F;}
.topTel {padding-left: 24px; font-size: 80%; line-height: 1.2}
.topTel a {color: var(--text-color);}

/*****/

#introSlider {padding-top: 50px;}


/**feature***********************************************************/

.feature {background: #FFFFFF;
border: 1.47594px solid #DAF1FF;
border-radius: 7.37971px;
}

.feature img {margin: 15px 0;}
.feature div {font-size: 13px; font-weight: 600; margin-bottom: 5px;}
.feature p {font-size: 12px;}


/**Title*******************************************************************/
.bigTitle {text-transform: uppercase; line-height: 1.3;}
.bigTitle .h2 {color:var(--text-blue); font-weight: 600;}
.bigTitle p {font-weight: 600; font-size: 20px;}



.btn-round {background: var(--all-blue); width: 28px; height: 28px; border-radius: 50%; border: 0; bottom: 5px; right:10px; position: absolute;}


/**specPredlojenie***********************************************************************/

.oneProd {background: rgba(255, 255, 255, 1);
border-radius: 10px; border: 1px solid #DAF1FF; position: relative; text-align: left; overflow: hidden;}

.oneProd .ico {position: absolute; right: 0; top:20px;}

.oneProd .img {height: 200px; margin-bottom: 15px;}

.oneProd .title {font-weight: 600; font-size: 15px;}

.oneProd .priceBlock {}
.oneProd .priceBlock .price1 {color: #FF0000; font-size: 12px; text-decoration-line: line-through;}
.oneProd .priceBlock .price2 {font-size: 18px;}
.oneProd .priceBlock .price2 span {font-weight: 
600;}


.oneProd button { margin-top: 10px;}


#indexProdSlider .carousel-control-prev {width: auto; margin-left: -13px;}
#indexProdSlider .carousel-control-next {width: auto; margin-right: -13px;}
#indexProdSlider .carousel-control-next span, .carousel-control-prev span {background: url(../img/arr-white.png) no-repeat center, var(--all-blue); border-radius: 50%;}

#indexProdSlider .carousel-control-prev span {background: url(../img/arr-white-left.png) no-repeat center, var(--all-blue);} 




/**indexCatalog******************************************************************************/
#indexCatalog .oneProd {position: relative; background: linear-gradient(180deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, .8) 80%), url(../img/intro-bg.png) no-repeat center / contain}


#indexCatalog .oneProd .img {height: 150px; margin: 20px 0;}



/**indexForm***********************************************************************************/
#indexForm {background: url(../img/intro-bg.png) no-repeat center / cover;}

.blockForm {background: rgba(255, 255, 255, 0.8); 
backdrop-filter: blur(5px);	
border-radius: 10px; border: 1px solid #DAF1FF;}
