

/* Start:/local/templates/vitarel_new/components/bitrix/catalog/redesign/style.css?17506677173865*/
.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;
	}
}
/* End */


/* Start:/local/templates/vitarel_new/components/bitrix/system.pagenavigation/redesign/style.css?16165906702624*/
div.modern-page-navigation {
	padding: 0.5em 0;}
div.modern-page-navigation a,
span.modern-page-current,
span.modern-page-dots
{
	border-left-width: 1px;
	border-left-style: solid;
	padding-left: 0.75em;
	padding-right: 0.5em;
	text-decoration: none;
}
div.modern-page-navigation a.modern-page-previous {
	border-right-width: 1px;
	border-right-style: solid;
	border-left: none; }
div.modern-page-navigation a.modern-page-first,
div.modern-page-navigation span.modern-page-first {
	border-left: none;
	padding-left: 0.5em; }
span.modern-page-current {
	font-weight: bold; }
div.modern-page-navigation a,
span.modern-page-current,
div.modern-page-navigation a.modern-page-previous,
span.modern-page-dots {
	border-color: #cdcdcd; }


#pagination {
	/*padding-right: 8px;*/
	padding-right: 0;
}

.view-more-block {
	width: 100%;
	height: 44px;
	background: #F4F8FD;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	/*margin: 0 15px;*/
	margin-top: 8px;
}

.view-more-block a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 100%;
	height: 100%;
	padding: 0 15px;
	cursor: pointer;
}

.view-more-block a span {
	font-weight: 600;
	font-size: 11px;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	color: #222222;
}

.view-more-icon {
	margin-right: 11px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.view-more-block a:hover {
	text-decoration: none;
}

.view-more-block a:hover .view-more-icon {
	-webkit-transform: rotate(360deg);
	    -ms-transform: rotate(360deg);
	        transform: rotate(360deg);
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

@media screen and (max-width: 991px) {
	.view-more-block {
		margin-top: 0;
	}
	#pagination {
		padding-right: 0;
	}
}

@media screen and (max-width: 580px) {
	.view-more-block {
		margin-top: 10px;
	}
}

/* End */
/* /local/templates/vitarel_new/components/bitrix/catalog/redesign/style.css?17506677173865 */
/* /local/templates/vitarel_new/components/bitrix/system.pagenavigation/redesign/style.css?16165906702624 */
