

/* Start:/local/templates/vitarel_new/components/bitrix/catalog/redesign/style.css?17509288704069*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}

.catalog-title h1 {
	font-weight: 600;
	font-size: 30px;
	line-height: 24px;
	color: #222222;
}

.bg-white {
	background: #fff;
}

.sortirovka {
    float: left;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin-bottom: 44px;
    border: 1px dotted #c1c5c8;
    background-color: #fff;
}

.sortirovka p {
    margin-bottom: 6px;
    margin-left: 8px;
    margin-top: 6px;
    color: #626972;
    float: left;
    position: relative;
}

.sortirovka a {
    margin-bottom: 4px;
    margin-left: 6px;
    margin-top: 6px;
    color: #990000;
    float: left;
    position: relative;
    text-decoration: none;
}

.sortirovka a:hover {
    text-decoration: none;
    color: #626972;
    border: none !important;
}

.sortirovka a:focus {
    text-decoration: none;
    color: #626972;
    border: none !important;
}

.sortirovka a:after {
    position: absolute;
    right: -12px;
    top: 7px;
    width: 7px;
    height: 5px;
    display: block;
    background: url(/local/templates/vitarel_new/images/arrow1.png) right top no-repeat;
    content: "";
}

.sortirovka a.active1 {
    border-bottom: 1px solid #c49595;
}

.sortirovka a.active1:after {
    background: url(/local/templates/vitarel_new/images/arrow2.png) right top no-repeat;
}






.catalog-links__big-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
	justify-content: space-between;
}
.catalog-links__big-item {
	padding: 0 15px;
	width: 16.66%;
	margin-bottom: 15px;
}
.catalog-links__big-item a {
	background: #129EB3;
	border-radius: 3px;
	font-weight: 400;
	font-size: 16px;
	line-height: 44px;
	color: #FFFFFF;
	text-align: center;
	height: 44px;
	display: block;
    transition: all .3s;
}
.catalog-links__small {
	padding-bottom: 15px;
}
.catalog-links__small-title {
	font-weight: 400;
	font-size: 13px;
	line-height: 19px;
	color: #626972;
	margin-bottom: 10px;
}
.catalog-links__small-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}
.catalog-links__small-item {
	padding: 0 5px;
	margin-bottom: 5px;
}
.catalog-links__small-item a {
	background: #F2F2F9;
	border-radius: 30px;
	padding: 9px 16px;
	font-weight: 400;
	font-size: 12px;
	line-height: 12px;
	color: #4C4B5E;
	display: block;
    transition: all .3s;
}

@media screen and (min-width: 1025px) {
	.catalog-links__big-item a:hover {
		text-decoration: none;
	    background: #FF2600;
	    transition: all .3s;
	}
	.catalog-links__small-item a:hover {
		text-decoration: none;
	    background: #FF2600;
	    color: #fff;
	    transition: all .3s;
	}
}
@media screen and (max-width: 1199px) {
	.catalog-links__big-list {
		margin: 0 -8px;
	}
	.catalog-links__big-item {
		padding: 0 8px;
		margin-bottom: 10px
	}
}

@media screen and (max-width: 991px) {
	.catalog-links__big-item {
		width: 25%;
	}
}

@media screen and (max-width: 575px) {
	.catalog-links__big {
		padding-bottom: 20px
	}
	.catalog-links__big-item {
		width: 50%;
	}
	.catalog-links__small {
		display: none;
	}
}

a.disabled {
	background-color:rgb(21, 77, 87);
	text-decoration: none;
	cursor: default;
}

a.disabled:hover {
	text-decoration: none;
	cursor: default;
	background-color:rgb(21, 77, 87);
}
/* End */


/* Start:/bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?15986125371265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */


/* Start:/local/templates/vitarel_new/components/bitrix/menu/sections_menu/style.min.css?1598612534490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/vitarel_new/components/bitrix/menu/sections_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}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:#fc8d3d}
/* End */
/* /local/templates/vitarel_new/components/bitrix/catalog/redesign/style.css?17509288704069 */
/* /bitrix/components/bitrix/catalog.compare.list/templates/.default/style.css?15986125371265 */
/* /local/templates/vitarel_new/components/bitrix/menu/sections_menu/style.min.css?1598612534490 */
