

/* Start:/bitrix/templates/sagitta-stk_2017/components/bitrix/system.pagenavigation/.default/style.min.css?15928935073136*/
.main-ui-pagination {
    font-size: 11px;
    text-transform: uppercase;
    display: table;
    text-align: center;
    margin: 30px auto 0px auto;
    position: relative;
}

span.main-ui-pagination-page.main-ui-pagination-active:hover{
    color: #000;
    background: #ececec;
    border: solid 1px #ececec;
}

.main-ui-pagination-pages, .main-ui-pagination-label, .main-ui-pagination-pages-list, .main-ui-pagination-page, .main-ui-pagination-arrows, .main-ui-pagination-arrow {
    display: inline-block;
    margin: 0px auto !important;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

.main-ui-pagination-arrows {
}

.main-ui-pagination-arrow {
    vertical-align: top;
    border: 0;
}

a.main-ui-pagination-arrow.main-ui-pagination-prev {
    margin: 0px;
}

.main-ui-pagination-arrow.main-ui-pagination-next::before, .main-ui-pagination-arrow.main-ui-pagination-prev::before, .main-ui-pagination-arrow.main-ui-pagination-next::after, .main-ui-pagination-arrow.main-ui-pagination-prev::after {
    background: #5c6470;
    display: inline-block;
    position: absolute;
    width: 2px;
    height: 7px;
    content: ''
}

a.main-ui-pagination-arrow.main-ui-pagination-next::before, a.main-ui-pagination-arrow.main-ui-pagination-prev::before, a.main-ui-pagination-arrow.main-ui-pagination-next::after, a.main-ui-pagination-arrow.main-ui-pagination-prev::after {
    background: #000
}

.main-ui-pagination-arrow.main-ui-pagination-prev::before {
    left: 15px;
    top: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-ui-pagination-arrow.main-ui-pagination-prev::after {
    left: 15px;
    top: 15px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-ui-pagination-arrow.main-ui-pagination-next::before {
    right: 15px;
    top: 10px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.main-ui-pagination-arrow.main-ui-pagination-next::after {
    right: 15px;
    top: 15px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg)
}

.main-ui-pagination-page {
    padding: 9px 14px;
    border: solid 1px #d2d2d2;
    text-decoration: none;
    font-size: 13px;
}

.main-ui-pagination-page.main-ui-pagination-active {
    background: #ececec;
    border: solid 1px #ececec;
    color: #000;
}


.another_models.ajustblock > .main-ui-pagination {
    display: none !important;
}

.main-ui-pagination-arrow {
    vertical-align: top;
    border: 0;
    padding: 0px 11px;
    text-decoration: none;
    font-weight: bold;
    font-size: 12px;
    line-height: 33px;
		position: relative; top: -5px;
}

.breadcrumb_s_catalog {
    margin-top: 139px;
    margin-bottom: 141px;
}
/* End */


/* Start:/bitrix/templates/sagitta-stk_2017/components/bitrix/catalog.section/catalog-new/style.css?17588661265405*/
.another_models-wr
{
	width:100%;
}
.another_models
{
	width:100%;
}
.another_models .item
{
	width:23.12%;
	vertical-align:top;
	cursor:pointer;
	margin-bottom:32px;
}
.another_models .item .img
{
	height:461px;
	background-repeat:no-repeat;
	background-position:50% 50%;
	background-size:contain;
	border:#d2d2d2 solid 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
	position:relative;
	margin-bottom:20px;
}

.another_models .item .img .ruble-icon {
	position: absolute;
	top: 10px;
	right: 8px;
	width: 40px;
	height: 40px;
	background: url(/img/ruble.png) no-repeat center center;
	z-index: 9;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.another_models .item .img .ruble-icon:hover {
	background-image: url(/img/ruble-hover.png);
}

.another_models .item .img .ruble-icon .descr {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	right: -260px;
	width: 241px;
	background: rgba(222,222,222,.8);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	color: #333;
	line-height: 14px;
	padding: 6px 10px;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.another_models .item .img .ruble-icon:hover .descr {
	opacity: 1;
	visibility: visible;
}

.another_models .item .img .ruble-icon .descr a {
	text-decoration: none;
	border-bottom: #757575 solid 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.another_models .item .img .ruble-icon .descr a:hover {
	border-color: transparent;
}

.another_models .item .img .ruble-icon .descr .arrow {
	position: absolute;
	width: 9px;
	height: 10px;
	left: -9px;
	top: 50%;
	margin-top: -5px;
	background:url(/img/ruble-descr.png) no-repeat center center;
}

.another_models .item .img .detail-link
{
	width:100%;
	height:414px;
	position:absolute;
	top:0;
	left:0;
}
.another_models .item .img .btns
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	opacity:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height:47px;
	line-height:47px;
	background:#ececec;
	padding:0 25px;
	box-sizing:border-box;
}
.another_models .item:hover .btns
{
	/*opacity:1;*/
}

.another_models .priceItem_block:hover ~ .btns{
	opacity:1 !important;
}

.btns:hover{
	opacity:1 !important;
}

.another_models .item .img .btns a
{
	font-size:14px;
	color:#010000;
}
.another_models .item .title
{
	font-size:12px;
	text-align:center;
	line-height:15px;
	text-align-last: center;
	display: block;
	text-decoration: none;
}
.more
{
	color: #010000;
	width: 100%;
	height: 36px;
	line-height: 36px;
	text-decoration: none;
	text-align: center;
	border: #cecece solid 1px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	behavior: url(/PIE.htc);
	display: block;
	margin: 25px auto 26px auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	cursor: pointer;
}
.more:hover
{
	opacity:0.7;
}

#ajax-loader
{
	text-align: center;
	position: absolute;
	margin-top: -294px;
	left: 0;
	right: 0;
}
#ajax-loader img
{
	width:38px; 
	height:38px; 
	display: none;
}

.content .breadcrumb_s_catalog{
	display: none !important;
}
.content .breadcrumb_s_catalog:last-child{
	display: block !important;
    margin-top: auto!important; 
     margin-bottom: auto!important; 
}

/*.another_models.ajustblock:last-child .breadcrumb_s_catalog{
	display: block !important;
}

.another_models.ajustblock .breadcrumb_s_catalog{
	display: none !important;
}*/

@media (max-width: 1399px) {
	.another_models .item .img
	{
		height:338px;
		margin-bottom:14px;
	}
	.another_models .item .img .detail-link
	{
		height:303px;
	}
	.another_models .item .img .btns
	{
		height:35px;
		line-height:35px;
		padding:0 19px;
	}
	.another_models .item .img .btns a
	{
		font-size:10px;
		color:#000;
	}
	.another_models .item .title
	{
		font-size:9px;
		line-height:10px;
	}
}

@media (max-width: 600px) {
	.another_models .item {
		width: 49%;
		margin-right: 0%;
	}
	.priceElementBlock {
		padding: 0px 4px;
		height: 30px;
		line-height: 32px;
	}
}

.another_models .item .itemListPrice {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:35px;
	line-height:35px;
	padding:0 19px;
	height:47px;
	line-height:47px;
	background:#ececec;
	padding:0 25px;
	box-sizing:border-box;
}

.another_models .item .itemListPrice .price,
.another_models .item .itemListPrice .oldprice {
	font-size:12px;
	color:#777;
}

.another_models .item .itemListPrice .price {
	font-size:12px;
	font-weight: bold;
	color: #000;
}

.another_models .item .itemListPrice .oldprice {
	text-decoration: line-through;
}

@media (max-width: 584px) {
	.another_models .item .img .ruble-icon .descr {
		top: 105%;
		right: -109px;
	}
	
	.another_models .item .img .ruble-icon .descr .arrow {
		display: none;
	}
}

.large-img{background-size: 100% 100%!important}
.small-img{background-size: 100% auto!important;}
.catalog-new .catalog-title{ width: 100%; display: block; max-width: 100%; flex: auto; position: relative; } 
.catalog-new .grid-container{ margin: 30px auto 50px 0; }


/* End */
/* /bitrix/templates/sagitta-stk_2017/components/bitrix/system.pagenavigation/.default/style.min.css?15928935073136 */
/* /bitrix/templates/sagitta-stk_2017/components/bitrix/catalog.section/catalog-new/style.css?17588661265405 */
