.descr { position: relative; top: -25px; }
.navblock { display: flex;
z-index: 10000;}
.navib { 
    cursor: pointer;
    border-style: solid;
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);}

.leftc {left:15px;    
border-width: 26.5px 26px 26.5px 0;
    border-color: transparent #31bb0e transparent transparent;}

.rightc {right: 0px;
    position: absolute;
    border-width: 26.5px 0 26.5px 26px;
border-color: transparent transparent transparent #31bb0e ;
}
/*    border-color: transparent transparent transparent #044ba2 ;
    "></div>*/

.mmrpos {position: relative;}

/*slider*/
/* Собственно сам слайдер */
.slider{
/*    max-width: 80%;
    position: relative;
    
    height: 300px;
    margin-bottom: 130px;
    margin: auto;*/
}
/* Картинка мастабируется по отношению к родительскому элементу */
.slider .itemimg img {
    object-fit: contain;
    width: 100%;
    height: 350px;
}

/* Кнопки вперед и назад */
.slider .prev, .slider .next {
    cursor: pointer;
    position: absolute;
    top: 0;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
}


.slider .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}


/* При наведении на кнопки добавляем фон кнопок */

.slider .prev:hover,
.slider .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}


/* Заголовок слайда */
.slideText {
    position: absolute;
    color: #fff;
    font-size: 35px;
    /* Выравнивание текста по горизонтали и по вертикали*/
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* Тень*/
    text-shadow: 1px 1px 1px #000, 0 0 1em #000;
}


/* Кружочки */

.slider-dots {
  text-align: center;
 
}
.slider-dots_item{
    cursor: pointer;
    height: 12px;
    width: 12px;
    margin: 0 2px;
    background-color: #ddd;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.slider-dots_item:hover {
    background-color: #aaaaaa30;
}


/* Анимация слайдов */

.slider .itemimg {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }
    to {
        opacity: 1
    }
}/*endslider*/

.bblock{
	position: absolute;
	top: 50%;
	left: 0;
}

.bimg{
/*	position: absolute;*/
	right: 0;
	top: 0;
}
/*endbasket*/

.wrapper {
    width: 100%;
/*    margin: 0em auto;*/
}

.flex{
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px; /* макс ширина */
	margin: 0 auto; /* выровняем по центру */
}

.item{
	flex:1 1 calc(33.33% - 30px); /* отнимем margin и скажем растягиваться */
	margin:5px;
	box-sizing:border-box; /* чтобы внутренний отступ не влиял когда там будет текст... */
	min-width:300px; /* мин. ширина блока, чтобы переносились на другой ряд */
	padding:20px 20px;  border-radius: 12px;
	box-shadow: 0 0 0 1px rgba(13,35,67,.07), 0 5px 15px -4px rgba(13,35,67,.4); /* для красоты */
}
.item2{
	flex:1 1 calc(33.33% - 30px); /* отнимем margin и скажем растягиваться */
	margin:5px;
	box-sizing:border-box; /* чтобы внутренний отступ не влиял когда там будет текст... */
	min-width:300px; /* мин. ширина блока, чтобы переносились на другой ряд */
	padding:20px 20px; 
}
