@charset "utf-8";
/* CSS Document */

/* Reset CSS
 * --------------------------------------- */
:root {
--text-color: #595959;
--text-blue: #413B34;	
--bg-color: #E2E6E7;
--all-blue: #413B34;
}



/* только для Internet Explorer */
@font-face {
   font-family: Luga;
   src: local("Luga"),
        url(../font/lug.eot);
}

/* далее для всех остальных браузеров */
@font-face {
  font-family: Luga;
  src: local("Luga"),
       url(../font/lug.ttf);
	   
}

body {
  	color: var(--text-color);
	background:var(--bg-color);
    font-family: 'Montserrat', sans-serif;
	font-size: 15px; 
	font-weight: 300;
  	overscroll-behavior: none;
	width: 100%;	
	max-width: 100vw; 
	overflow-x: hidden;
	position: relative;
	
}


/************************************/

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;}




/**Кнопка**/
.bg-blue {background: var(--all-blue);}


.btn {border: 1px solid #8D9389; font-size: 14px; border-radius: 0; background: #8D9389; color: #fff;}
.btn-out {border: 1px solid #8D9389; font-size: 14px; border-radius: 0; background: none !important; color: #413B34;}

.btn.active, .btn:hover {border: 1px solid #fff; color:#fff; background:var(--all-blue);}


.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:var(--bg-color);}
.topTel {background: url(../img/ico-phone.png) no-repeat center left/contain; padding-left: 34px;}
.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;}
.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;}
