

/* Start:/bitrix/templates/kronoplast/components/bitrix/menu/top_menu/style.css?17707242661590*/
.menu-background {
	background: #dbe0e4;
	position: relative;
	height: 60px;
	margin-bottom: 20px;
}

ul.left-menu
{
	list-style: none;
	margin: 0 auto 20px auto; 
	padding: 0;
	position: relative; /*IE bug*/
	display: flex;
	justify-content: center;
	max-width: 1200px;
	height: 60px;
	line-height: 60px;
}

ul.left-menu li
{
	/*width: 20%;*/
	text-wrap: nowrap;
	text-align: center;
	padding: 0 45px;
}

ul.left-menu li a
{	
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	height: 100%;
	width: 100%;
	color: #000;
}

ul.left-menu li a:visited
{
	color: #000;
}

ul.left-menu li:hover
{
	background: var(--gold-color);
	/*font-weight: bold;*/
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color: #000;
}

.menu-sandwich {
	display: none;
	height: 60px;
	width: 60px;
	background: url(/bitrix/templates/kronoplast/components/bitrix/menu/top_menu/images/sandwich.png) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.menu-sandwich.closed {
	background: url(/bitrix/templates/kronoplast/components/bitrix/menu/top_menu/images/sandwich.png) center no-repeat;
}

.menu-sandwich.opened {
	background: url(/bitrix/templates/kronoplast/components/bitrix/menu/top_menu/images/cross.png) center no-repeat;
}


@media all and (max-width: 1250px){
	.menu-sandwich {
		display: block;
		cursor: pointer;
	}
	
	ul.left-menu {
		display: none;
		position: absolute;
        width: 100%;
		top: 0;
        left: 0;
        background: #fff;
        height: auto;
		border-bottom: 1px solid var(--silver-color);
		line-height: 30px;
	}
	
	ul.left-menu li {
		width: 100%;
		box-sizing: border-box;
		text-wrap: inherit;
		padding: 10px 0;
	}
}
/* End */


/* Start:/bitrix/templates/kronoplast/components/bitrix/news.list/kronoplast/style.css?1770190117946*/

.kron-selection-top {
	background: var(--gold-color);
	height: 30px;
}

.kron-selection {
	background: #bb6e57;
	box-sizing: border-box;
	overflow: auto;
	padding: 0 20px 20px 20px;
	box-sizing: border-box;
}

.kron-selection h3 {
	box-sizing: border-box;
	margin: 30px 10px 10px;
	text-transform: uppercase;
}

.kron-form {
	display: flex;
}

.ks-third {
	width: 33%;
	padding: 10px;
	box-sizing: border-box;
}

.ks-third div {
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.ks-third select {
	height: 50px;
	line-height: 50px;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	outline: none;
}

#decor-value {
	height: 50px;
	line-height: 50px;
	width: 100%;
	color: #000;
	background: #fff;
	padding: 0 10px;
	box-sizing: border-box;
}

@media all and (max-width: 1000px){
	.kron-form {
		flex-direction: column;
	}
	
	.ks-third {
		width: 100%;
	}
}
/* End */
/* /bitrix/templates/kronoplast/components/bitrix/menu/top_menu/style.css?17707242661590 */
/* /bitrix/templates/kronoplast/components/bitrix/news.list/kronoplast/style.css?1770190117946 */
