@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.13.1/font/bootstrap-icons.min.css");

body {
	font-size:14px;
	color:#000000d9;
	font-family:Roboto, Verdana, Arial Cyr, Courier New;
	background-color:#f8f8f8;
}

.ul1 {
	padding-left: 5px;
	list-style-type: none;
	}
	
.li-noactive-1 {
	padding: 5px; 
	border-bottom: 1px dotted  #C5C5C5;
	}	
	
.li-active-1 {
	padding: 5px; 
	border-bottom: 1px dotted  #C5C5C5;		
	}
	
.li-1 {
	padding: 5px; 
	border-bottom: 1px dotted  #C5C5C5;	
	}	
	

	
.li-a {
	padding-left: 5px; 
	text-decoration:none; 
	color: #330066;
}		

.li-a:hover {
	color: #ff0000;
}		

.li-a-active {
	padding-left: 5px;
	text-decoration:none; 
	color:#ff0000;
	font-weight: bold;
}		

h1 {
	line-height:1;
	margin:0;
	font-size:18px; 
	font-weight:bold;
	color:#000000;	
}


h2 {
	margin:4px;
	font-size:16px;
	font-weight:bold;
	color:#000000
	}

a.top-menu-link {
	color: #ffffff; 
	text-decoration:none;	
}

a.top-menu-link:hover {
	color: #ff0000;
}

.main-container{
	max-width:1320;
	margin-left:auto;
	margin-right:auto;
}

.sticky-block {
	position: sticky;
	top:0;
	z-index:1100;
}

.logohead {
	display:flex;
	flex-flow: nowrap;
	justify-content: flex-start;
	min-height:70;
	
	background-color:#fcf7eb;
}

.mainlogo {
	align-items:center;
	min-width:178;
	min-height:70;
}

.logo-img {
	height:90;
}

.company {
	display:flex;
	flex-flow: row wrap;
	flex-grow:1;
	justify-content:space-around;
	max-width:1142;
	min-height:90;
}

.company-img {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-grow:1;
	height:75;
	border-bottom:#9c9a9a 2px solid;
}

.compname-img {
	width:350; 
	height:45;
}

.icon-menu {
	display:flex;
	justify-content:space-around;
	align-items:center;
	width:auto;
	min-width:290;
	min-height:45;
	box-sizing:border-box;
	border-bottom:#9c9a9a 2px solid;
}

i.bi.bi-icon-1 {
	font-size:20px; 
	color:#000000;
	
}

i.bi.bi-icon-1:hover {
	font-size:20px; 
	color:#FF0000;
	cursor:pointer;
	
}

i.bi.bi-icon-2 {
	font-size:36px; 
	color:#FF0000;
	
}

i.bi.bi-icon-2:hover {
	font-size:36px; 
	color:#FF0000;
	cursor:pointer;
	
}

.company-contact {
	display:flex;
	justify-content:flex-end;
	width:100%;
	min-height:25;
	color:#330066;
}

.topmenu {
	display:flex;
	flex-flow: row wrap;
	justify-content: center;
	max-width:1320;
	margin-left:auto;
	margin-right:auto;
	border:none;
	box-sizing:border-box;
	background-color:#ffffff;
	
}

.open-menu-btn {
	display:none;
}

.topmenu-1 {
	display:flex; 
	flex-grow:1; 
	flex-flow: row wrap; 
	justify-content:flex-start; 
	align-items:center; 
	width:auto; 
	min-width:200; 
	min-height:36;
	background-color:#fcf7eb;
	border:none;
	box-sizing:border-box;
}

.topmenu-item {
	display:flex; 
	justify-content: center;  
	flex-flow: nowrap; 
	flex-grow:1; 
	align-items:center; 
	min-height:36px; 
	box-sizing:border-box; 	
	margin:5px;
	padding-left:25px; 
	padding-right:25px; 
	border: 1px solid  #1869aa;
	border-radius: 5px;
	box-shadow: 0 1px 5px 0 #00005a;
	background: #0075bc;
}

.topmenu-item:hover {
	background-color:#623d94;
	border: 1px solid  #623d94;
	cursor:pointer;
}

.tophd {
	display:flex; 
	flex-flow: row wrap; 
	justify-content: center; 
	max-width:1320; 
	margin-left:auto; 
	margin-right:auto;  
	background-color:#fcf7eb;
	min-height:21;
}

.tophd-1 {
	display:flex; 
	flex-grow:1; 
	flex-flow: row wrap; 
	justify-content:space-around; 
	align-items:center; 
	width:auto; 
	min-width:200; 
	min-height:20;	
	padding-left:10; 
	padding-right:10; 
	border-bottom: 1px solid  #C5C5C5;
}

.content-block {
	display:flex;
	position: relative; 
	min-width:350; 
	max-width:1320; 
	margin-left:auto; 
	margin-right:auto; 
	background-color:#ffffff;
}

.content-1 {
	box-shadow: 0 1px 5px 0 #00000030;
	flex-grow:1; 
	min-width:350; 
	padding:15px;
	background-color:#fcf7eb;
	order:2;
}

.bottom-menu {
	display:flex; 
	flex-flow: row wrap; 
	justify-content: center; 
	max-width:1320; 
	margin-left:auto; 
	margin-right:auto;  
	background-color:#e7e6e1;
}

.bottom-menu-1 {
	display:flex; 
	flex-grow:1; 
	flex-flow: row wrap; 
	justify-content:space-around; 
	align-items:center; 
	width:auto; 
	min-width:200; 
	min-height:36;
	
}
.bottom-end {
	display:flex; 
	flex-flow: row wrap; 
	justify-content: center; 
	max-width:1320; 
	margin-left:auto; 
	margin-right:auto;  
	background-color:#ffffff;
}

.bottom-end-1 {
	display:flex; 
	flex-grow:1; 
	flex-flow: row wrap; 
	justify-content:space-around; 
	align-items:center; 
	width:auto; 
	min-width:200; 
	min-height:36;
	
}

.left-menu {
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;	
	background-color:#fdfbf4;
	box-shadow: 0 1px 5px 0 #00000030;
	width:20%;
	min-width:200; 
	padding:10px;
	order:1;
}

.right-menu {	
	display:flex;
	flex-wrap:wrap;
	align-content:flex-start;
	background-color:#fdfbf4;
	box-shadow: 0 1px 5px 0 #00000030;
	width:20%;
	min-width:200; 
	padding:10px;
	order:3;
}

a.tellink{
  	cursor: default;
	color: #330066;
	pointer-events: none;
	text-decoration: none;
}

a.tellink:visited, 
a.tellink:hover { 		
        text-decoration:none;
        
}

.two-columns{
	display:flex;
    flex-wrap:nowrap;
	justify-content: space-around;
	width:100%;
}

.col-1-2{
	display:block;
	width:50%;
	     
	padding:5px;
	margin:5px;
	border: 1px solid  #c5c5c5;
	border-radius: 5px;
}

.col-2-2{
	display:block;
	width:50%;
	    
	padding:5px;
	margin:5px;
	border: 1px solid  #c5c5c5;
	border-radius: 5px;
}

.napravleniya{
	display:flex; 
	flex-wrap:nowrap;
	align-items:center;	
	min-height:120;
	border-bottom: 1px solid  #c5c5c5;
}

.napravleniya:hover {background:#fcf7cc;}

/* для тачскринов */
 @media (pointer: coarse) {
    a.tellink:link,
    a.tellink:visited,
    a.tellink:hover {
        text-decoration: underline;
        pointer-events: auto;
        cursor: pointer;
    }
}

/* ------------------- Для экранов мобильных устройств --------------- */

@media all and (max-width: 650px) {

	body {font-size:14px;}
	td{font-size:14px;}
	h1{font-size:20px;}
	h2{font-size:16px;}

	.logohead {	
	flex-flow: row wrap;	
	}
	
	.mainlogo {
		display:flex;
		justify-content: center;
		flex-grow:1;
		height:45;
	}
	
	.logo-img {
	height:45;
	}
	
	.company-img {	
	height:25;	
	}
	
	.compname-img {	
	height:25;
	}
	
	.company-contact {	
		justify-content:center;
	}
    
	.topmenu-item  {
		display: none;
	}
	
	.topmenu-1 {
		display: block;
		text-align: left;    
    	vertical-align: top;
		padding: 0px;
	}
	
	.open-menu-btn {
		display:flex;	
		align-items:center; 	
		background-color:#fdfbf4;
		border:none;
		box-sizing:border-box;
		min-height:36;		
		border: 1px solid  #fdfbf4;
		box-sizing:border-box;
		color:#FF0000;
	}
	
	/* .open-menu-btn:active ~ .topmenu-item  {	*/
	.topmenu-item-display {
  			display:flex;			
			justify-content: center;  
			flex-flow: nowrap; 
			flex-grow:1; 
			align-items:center; 
			min-height:36px; 
			box-sizing:border-box; 
			padding-left:25px; 
			padding-right:25px; 
			border: 1px solid  #1869aa;
			
			
  	}
	
	.content-block {
		display:flex;
		flex-flow: row wrap;	
	}
	
	.left-menu {		
		width:100%;
		order:3;
	}
	
	.right-menu {		
		width:100%;
		order:2;
	}
	
	.content-1 {
		width:100%;
		order:1;
	}
	
	.two-columns {
		flex-wrap:wrap;
    }
	.col-1-2{
		width:100%;
	}
	.col-2-2{
		width:100%;
	}
}

@media all and  (min-width: 651px) and (max-width: 1100px) {
	
	
	.two-columns {
		flex-wrap:wrap;
	}	
	
	.col-1-2{
	width:100%;
	}

	.col-2-2{
	width:100%;
	
	}
	
}

@media all and (max-height: 320px) {
	.icon-menu {
	display:none;
	}
	
	.topmenu {
	display:none;
	}
}