/*Сохранение в PDF через Файл -> Печать -> Сохранить как PDF*/

{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.flex-item-1{
   display: none;
}

.flex-item-2{
   display: none;
}
/*--скрыть треугольник --- не работает------------*/

/*details summary::marker{
	display: none;
}*/

/*details summary::before{
	content: "none";
	font-size: 20rem;
}*/

/* details[open] summary::before{
	list-style: none;
}*/

 details[open] summary::-webkit-details-marker {
	display: none;
}

/*-------------Расчет------------*/

/*.container_rashet_img{ width: 45%; }*/

/*#rashet_close{}*/
	/*position: relative;*/

	/*width: 55%;*/


/*#rashet_open{}*/
	/*position: relative;*/

	/*width: 55%;*/


.flex-item-rashet1 {
	margin: auto;
	flex-basis: 40%;
 	/*padding: 2px 5px 0px 5px;*/
	text-align: center;
	justify-content: center;
}

.flex-item-rashet2 {
	/*flex: 1 2 300px;*/
	flex-basis: 40%;
	margin: 0;
	/*margin: 0 1rem 0 1rem;*/
	/*padding: 2px 5px 0px 5px;*/
	font-size: 1.0em;
	line-height: 140%;
	font-weight: 500;
	/*text-align: left;*/
}

.rashet_conteiner{
	margin: 0;
	padding: 0;
}

.noPrint{
	display: none;
}
.print_only{
	margin: 0;
	padding: 0;
	display: block;
}


/*-------------------header------------*/
.site-header {
   display: none;
}

/*-------------------footer------------*/
.site-footer {
	display: none;
}