
/* Theming */
/*@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap");
*/
:root{
    --white: #f9f9f9;
    /*--black: #36383F;*/
    /*--grey: #85888C;*/
    --brwn : #663333;
    /*--brwnmidle: #AB7777; */
    --brwnmidle: #C9A5A5;
    --brwn10: #F7D4AF; 


/*    --button_style: {
		font-size: 1.2rem;
		font-weight: 600;
		margin-top: 0.5rem;
		border-radius: 0.4rem;
    };*/
}

{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.print_only{
	display: none;
}

.container {
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	/*justify-content: space-between;*/
	justify-content: center;
	/*align-items: flex-start;*/
	align-items: flex-start;
	align-content: stretch;
	/*margin-bottom: 1.7rem;  */
	padding: 0 1rem 0.5rem 1rem;
}

.rashet_conteiner{  
	display: block;
	margin-bottom: 2.7rem;  /* неработает */
	padding: 0 1rem 0.5rem 1rem;
}

.flex-cont-rashet {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	/*flex-basis: 35%;*/
}

.button_style {
	letter-spacing: 0.1rem;
    	color: var(--brwn10);
		background-color: var(--brwn);
		font-size: 1.2rem;
		font-weight: 600;
		margin-top: 0.7rem;
		border-radius: 0.4rem;
		padding: 5px 9px 3px 9px;
 };

.button_style:hover{ 
	color: var(--white);
	background-color: var(--brwn);
	font-size: 1.2rem;
	border-radius: 0.3rem;
	/*font-weight: 900;*/
}

/*--скрыть треугольник --- не работает-----потому что JS?-------*/
/*
.flex-item-rashet1 
 details[open] summary::before{
	list-style: none;
}
*/

.flex-item-rashet1 details summary::before{
	list-style: none;
}
/* .flex-item-rashet1 details summary::-webkit-details-marker {
	display: none;
}*/

    


body {
    font-family: Arial, Verdana, sans-serif;
    color: var(--brwn);
    font-weight: 480;
    	/*#4B0F94;*/
}

.header-h1{
	display: flex;
	justify-content: center; 
	align-items: center;
	position: relative;
	width: 100%;
	margin: 0 0 2rem 0;
}

h1 {
	text-align: center;
	font-size: 1.7rem;
	font-weight: 600;
	text-align: center;
}

.header-h1 h1>span {
	display: block;
	text-align: center;
	font-size: 1.5rem;
	font-weight: 500;
	text-align: center;
}

h2 {
	text-align: center;
	font-size: 1.5rem;
	font-weight: 600;
	margin: 1rem 1rem 1rem 1rem;
}





/* контейнер radio типов щиков*/
.flex-item-1 {
	padding: 0 5% 0 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	flex-basis: 47%;
}

/* radio тип щика*/
.item-type {
	justify-content: space-between;
	flex-shrink: 1;
	flex-basis: 30%;
	/*text-align: center;*/
}


.flex-item-2 {
	flex-basis: 39%;
	margin-left: 3rem;
}

/*#div_rashet_hr_h2 hr{*/
 hr{
 	border: 0.15%; 
 	height:0.19rem; 
 	width:98%;
	background-color: var(--brwn);
	margin: 0.5rem 0 0.4rem 0;
	/*padding: 0.5rem 0 0.4rem 0;*/
 }



/* Картинки с вносками*/
.container_rashet_img{
	display: flex;
	width: 100%;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: stretch;
	align-items: flex-start;
	justify-content: center;
}

	#rashet_open {  
		position: relative;
		text-align: center;
	}

	#rashet_close { 
		position: relative;
		text-align: center;
		background-repeat: no-repeat;
	}



.flex-item-rashet1 {
	flex: 2 1 300px;
 	padding: 2px 7px 0px 7px;
	justify-content: center;
	align-content: center;
	justify-content: center;
	text-align: left;
}

.flex-item-rashet1 li{
	text-align: left;
}

.flex-item-rashet1 p{
	text-align: justify;
	padding: 5px 0px 3px 0px;
}

details summary{
	font-weight: 600;
	/*margin: 0.5rem 0 0 0.5rem;*/
	margin: 0;
	font-size: 1.3rem;
}


.flex-item-rashet2 {
	flex: 1 2 300px;
	margin: 0 1rem 0 1rem;
	font-size: 1.2em;
	font-weight: 500;
	/*line-height: 2.5rem;*/
	text-align: left;
}
.flex-item-rashet2 p{
	line-height: 1.9rem;
	text-align: left;
}

/* контейнер полей ввода*/
.cl_razm {
	display: flex;
	flex-direction: row;
	font-size: 1.1em;
	font-weight: 600;
	padding-bottom: 0.1em
	/*color: #4B0F94;*/
}

input[type="number"]{
	font-weight: 400;
	margin-bottom: 0.3rem;
	font-size: 1.1rem;
	font-weight: 500;
	caret-color: green;
}

/* lable цифр ввода ----------------------*/
.input-group {
	float: left;
}

.input_label {
	/*display: inline-block;*/
	/*text-align: left;*/
	clear: both;
	text-align: right;
	padding-right: 10px;
	/*font-size: 1.1rem;*/
	/*color: var(--brwn); */
	font-size: 1.4em;
	font-weight: 500;
	line-height: 2rem;
}

.input_label label{
	float: left;
	padding-left: 30px;
	/*font-size: 1.1em;*/
	/*font-weight: 500;*/
}

/* цифры ввода*/
.input_field{
	width: 45%;
	min-width: 18%;
	max-width: 55%;
	/*min-width: 30%;*/
	/*align-content: left;*/
	text-align: center;
	color: var(--brwn);
	/*font-size: 1.3em;*/
}


/* lable цифр ввода ---@media --*/
@media (max-width: 768px) {

.input_label {
	padding-right: 3px;
	font-size: 1.1em;
}

.input_label label{
	padding-left: 3px;
}

/* цифры ввода*/
.input_field{
	width: 30%;
	min-width: 20%;
	max-width: 45%;
}
}
/* lable цифр ввода ----------------------*/


/*.input_button*/

/*.input_rs {
	color: var(--white);
	background-color: var(--brwn);
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 0.5rem;
	border-radius: 0.4rem;
}
.input_rs:hover{ 
	color: green;
	background-color: white;
	font-size: 1.2rem;
	border-radius: 0.3rem;
}*/

/*input[type=button] {
	color: var(--white);
	background-color: var(--brwn);
	font-size: 1.2rem;
	font-weight: 600;
	margin-top: 0.5rem;
	border-radius: 0.4rem;
}
input[type=button]:hover{ 
	color: green;
	background-color: white;
	font-size: 1.2rem;
	border-radius: 0.3rem;
}*/


/* стилизаи радио */
input[type=radio]{
 	width: 20px;
 	height: 20px;
 	align-self: center;
 	border: 0.4rem;
 	vertical-align: baseline;
 	/*# вет радио */
 	/*background-color: var(--brwn);*/
 	/*color: var(--brwn);*/
}

input[type=radio]:checked{
	/*accent-color: var(--brwn);*/
	width: 23px;
 	height: 23px;
	accent-color: var(--brwn);
}

/*input[type=radio]:not(checked){
	accent-color: green;
	border: 0.7rem;
}*/

div .rs-l{
 	font-size: 1.2em;
 	font-weight: 600;
 	/*color: green;*/
}
div .rs-a a{
 	display: inline-block;
 	vertical-align: baseline;
	font-size: 1.1rem;
	padding-left: 1rem;
	font-weight: 500;
	text-align: center;
	/*text-decoration: none;*/
	color: var(--brwn);
}
a:-webkit-any-link {
    color: var(--brwn);
    cursor: pointer;
    /*text-decoration: underline;*/
}



/*-------------------header------------*/
.site-header {
    background-color: var(--brwn10);
    color: var(--brwn);
    padding: 0px 5px 5px 0px;
    /*border-top: 3px solid var(--brwn);*/
    /*font-family: Arial, sans-serif;*/
}
.header-site{
	font-weight: 550; 
	font-size: 1.3rem;
}
.header-container {
    /*max-width: 1200px;*/
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    /*padding: 0 20px;*/
    padding: 0 10px;
}

.header-section {
    flex: 1;
    min-width: 250px;
    /*margin-top: 3px;*/
    margin-bottom: 1px;
    padding-top: 0;
}
.header-section p {
    margin: 0;
    padding: 5px 1px;
}


/*-------------------footer------------*/

.site-footer {
    background-color: var(--brwn10);
    color: var(--brwn);
    padding: 0px 5px 5px 0px;
    border-top: 3px solid var(--brwn);
    /*font-family: Arial, sans-serif;*/
}

.footer-container {
    /*max-width: 1200px;*/
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 10px;
    padding: 0 20px;
}

.footer-section {
    flex: 1;
    min-width: 250px;
    margin-top: 0;
    margin-bottom: 1px;
    padding-top: 0;
}

.footer-section h4 {
    color: var(--brwn);
    margin-bottom: 3px;
    font-size: 1.1em;
}
.footer-section p {
    margin: 0;
    padding: 3px 1px;
}
.messengers {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.messenger-link, .doc-link {
    color: var(--brwn);
    text-decoration: none;
    transition: color 0.3s ease;
}

.messenger-link:hover, .doc-link:hover {
    font-weight: 550;
}

.messenger-link img {
    /*margin-right: 8px;*/
    /*margin: auto;*/
    /*font-size: 1.2em;*/
    /*размер иконок*/
    width: 9%; 
}

.footer-copyright {
    text-align: center;
    margin-top: 5px;
    border-top: 1px solid var(--brwn);
    font-size: 0.9em;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .footer-section {
        width: 100%;
        max-width: 350px;
    }
}
/*-------------------footer------------*/








@media (max-width: 768px) {
	.container {
		margin: 0 0.5rem 0rem 0.5rem;
	}
	

	h1 {
		font-size: 1.4rem;
	}
	.header-h1 h1>span {
		font-size: 1.3rem;
	}

	h2 {
		/*margin: 1.3rem 0 0 0;*/
		font-size: 1.3rem;
	}

	div .rs-l{
	 	font-size: 1.0rem;
	 	font-weight: 600;
	}
	div .rs-p{
		font-size: 0.9rem;
		padding-left: 0.7rem;
	}

	/* стилизаи радио */
	div input[type=radio]{
	 	width: 17px;
	 	height: 17px;
	 	/*accent-color: var(--brwn);*/
	}

	.flex-item-1 {
	padding: 0 3% 0 3%;
	flex-basis: 40%;
}

	.flex-item-2 {
		/*flex-basis: 22%;*/
		margin-left: 0.1rem;
	}

	.flex-item-rashet1 {
 	padding: 2px 10px 0px 10px;
		text-align: center;
		justify-content: center;
		flex-basis: 100%;
	}
	.flex-item-rashet1 p{
		text-align: left;
	}
	.flex-item-rashet2 {
		flex-basis: 100%;
	}

}