

/* Start:/bitrix/templates/sagitta-stk_2017/components/bitrix/menu/top-menu/style.css?15707847422821*/
.header .top-menu
{
	text-align:center;
}
.header .top-menu .lvl1
{
	margin:0;
	padding:0;
	list-style:none;
}
.header .top-menu .lvl1 > li
{
	display:inline-block;
	font-size:12px;
	padding:0 6.5px;
	line-height:16px;
}
.header .top-menu .lvl1 > li > a,
.header .top-menu .lvl1 > li > div
{
	text-decoration:none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	padding-bottom:25px;
	display:block;
}
.header .top-menu .lvl1 > li > a:hover,
.header .top-menu .lvl1 > li > a.selected,
.header .top-menu .lvl1 > li > div:hover,
.header .top-menu .lvl1 > li > div.selected
{
	opacity:0.7;
}
.header .top-menu .selected {
	font-weight: bold;
	opacity: 1;
}
.header .top-menu .lvl1 .parent .sub-menu
{
	visibility: hidden;
	position: absolute;
    width: 100%;
    left: 0;
	background:#ececec;
	top:102px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
	padding:29px 0 62px;
	z-index:10000;
}
.header .top-menu .lvl1 .parent:hover .sub-menu
{
	visibility: visible;
	opacity:1;
}
.header .top-menu .lvl1 .parent .sub-menu .inside
{
	width:1345px;
	margin:0 auto;
	padding:0 27.5px;
}
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2,
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl3
{
	margin:0;
	padding:0;
	list-style:none;
}
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 > li
{
	float:left;
	width:25%;
	text-align:left;
}
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 > li > a
{
	border-bottom:1px solid #d6d6d6;
	display:block;
	width:100%;
	text-decoration:none;
	line-height:32px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-bottom:11px;
}
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 > li > a:hover,
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 > li > a.selected
{
	opacity:0.7;
}
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li
{
	line-height:30px;
}
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li > a
{
	text-decoration:none;
}
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li > a:hover,
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li > a.selected
{
	font-weight:bold;
}

@media (max-width: 780px) {
	.header .top-menu .lvl1 .parent .sub-menu .inside .lvl3 {
		padding-left: 15px;
	}
	
	.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li > a {
		text-transform: lowercase;
		
	}

.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 > li > a,
.header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li > a {
border-bottom: 0 !important;
	}
}
/* End */


/* Start:/bitrix/templates/sagitta-stk_2017/styles.css?156049424024064*/
.blocks
{
	width:100%;
	margin-top:41px;
}
.blocks td
{
	width:33.33%;
}
.blocks .label
{
	height:248px;
}
.blocks .label.bottom
{
	padding-bottom:150px;
	padding-top:40px;
}
.blocks.shap .label
{
	padding-bottom:148px;
}
.blocks.shap.catalog .label
{
	padding-bottom:150px;
}
.blocks.shap.catalog.koja .label
{
	padding-bottom:0;
}
.blocks.shap.catalog.koja
{
	margin-bottom:105px;
}
.blocks .black-bg a.link
{
	color:#000;
}
.blocks .black-bg
{
	width:94.42%;
	max-width:423px;
	height:100%;
	background:#ececec;
	font-size:26px;
	color:#000;
	text-align:center;
	line-height:42px;
	box-sizing:border-box;
}
.blocks .black-bg.summer_action a.link
{
	color:#df0024;
	text-decoration: none;
}
.blocks .black-bg.summer_action
{
	background:url(/img/bg_action.png) no-repeat left center;
     padding-left: 60px;
}
.black-bg.summer.action > a {
	/*color: #bc2709;*/
}

.black-bg.summer.action{
	/*background:url(/img/happy_new_year.jpg) no-repeat left center;
	-webkit-background-size: cover;
	background-size: cover;*/
}

.blocks a
{
	text-decoration:none;
}
.blocks a.decoration_link
{
	text-decoration:underline;
}

.blocks a.link {
	color: #fff;
}

.blocks a.link table {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.blocks a.link:hover table {
	opacity: 0.7;
}

.blocks .item
{
	position:relative;
}
.blocks img,
.blocks .title,
.blocks .btns
{
	width:423px;
	height:auto;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display:block;
}
.blocks .item .btns
{
	background:rgba(236,236,236,1);
	height:47px;
	position:relative;
	top:-102px;
	opacity:0;
	line-height:47px;
	padding:0 20px;
	box-sizing:border-box;
}
.blocks.mains_itm .item .priceSectionElement + .btns
{
	top: -148px;
}
.blocks .item .btns a
{
	color:#010000;
	text-decoration:underline;
}
.blocks .item .btns a:hover
{
	text-decoration:none;
}
.blocks .item .btns:hover
{
	opacity:1;
}
.blocks a:hover img,
.blocks a:hover .title
{
	opacity:0.7;
}
.blocks.catalog a:hover img
{
	opacity:1;
}
.blocks .title
{
	text-align:left;
	font-size:12px;
	line-height:55px;
}
.blocks.catalog .title
{
	text-align:center;
}

.gray_wr
{
	width:100%;
	background:#ececec;
}
.gray_wr .gray_inside .bottom-menu
{
	margin-bottom:25px;
}
.gray_wr .gray_inside .bottom-menu a
{
	text-decoration:none;
	background-position:0 50%;
	background-repeat:no-repeat;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	line-height:21px;
	font-size:14px;
}
.gray_wr .gray_inside
{
width:1345px;
margin:0 auto;
padding:32px 27.5px 52px;
}
.gray_wr .gray_inside .bottom-menu a:hover
{
	opacity:0.7;
}
.gray_wr .gray_inside .bottom-menu .contact
{
	background-image:url(/img/contact.png);
	padding-left:32px;
}
.gray_wr .gray_inside .bottom-menu .shops
{
	background-image:url(/img/shops.png);
	padding-left:23px;
}
.gray_wr .gray_inside .bottom-menu .news
{
	background-image:url(/img/news.png);
	padding-left:34px;
}
.gray_wr .gray_inside .bottom-menu .faq
{
	background-image:url(/img/faq.png);
	padding-left:27px;
}
.gray_wr .gray_inside .bottom-menu .protection
{
	background-image:url(/img/protection.png);
	padding-left:23px;
}

.bg_img
{
	min-height:560px;
	text-align:center;
	margin-bottom:74px;
}
.bg_img.skidki
{
    background-size: contain;
	position:relative;
}
.bg_img.skidki.summer
{
	/*background: url(/img/bg_img-skidki-2018.jpg) no-repeat center top;*/
	background: url(/img/bg_img-skidki-2019-06.jpg) no-repeat center top;
	min-height: 557px;
}
.bg_img.skidki.old
{
    /*background: url(/img/bg_img-skidki-2018.jpg) no-repeat center top;*/
	background: url(/img/bg_img-skidki-2018-07.jpg) no-repeat center top;
	min-height: 683px;
}
.bg_img.skidki
{
    background: url(/img/bg_img-skidki-2017.jpg) no-repeat center top;
}
.bg_img.skidki .text-wr
{
    position: absolute;
	bottom: 82px;
    /*bottom: 0px;*/
    left: 50%;
    margin-left: -510px;
}
.bg_img .title
{
	color:#fff;
	font-size:38px;
	line-height:45px;
	padding-top:220px;
	padding-bottom:119px;
	display:inline-block;
	text-align:left;
}

.bg_img.skidki .title {
	/*padding-top: 278px;*/
	padding-top: 277px;
	padding-bottom: 101px;
	/*margin-left: -128px;*/
	margin: 0;
	width: 100%;
	text-align: center;
	font-size: 40px;
}

.bg_img.skidki .title span {
	display: inline-block;
	height: 93px;
	line-height: 93px;
	background: url(/img/bg-title-skidki.png) no-repeat center center;
}

.bg_img.skidki.summer .title {
	text-shadow: 0px 0px 10px black;
}

.bg_img .bg_text
{
	width:1034px;
	margin:0 auto;
	background:rgba(255,255,255,0.8);
	padding:22px 62px;
	font-size:18px;
	line-height:22px;
	text-align:left;
	box-sizing:border-box;
}
.bigimg_bg
{
	min-height:726px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:31px 0 0;
	box-sizing:border-box;
	margin-bottom:77px;
}
.bigimg_bg.modnye-tendentsii
{
	background-image:url(/img/modnye-tendentsii.jpg);
}
.bigimg_bg.sagitta
{
	background-image:url(/img/sagitta.jpg);
	min-height:908px;
	padding-top:29px;
	margin-bottom:106px;
}
.bigimg_bg.sagitta-contacts
{
	background:url(/img/contact14.jpg) top center no-repeat;
	margin-bottom: 0;
}
.bigimg_bg .bg_text
{
	width:39%;
	background:rgba(255,255,255,0.8);
	padding:11px 27px;
	box-sizing:border-box;
}
.bigimg_bg.sagitta .bg_text
{
	width:32%;
	font-size:12px;
	line-height:14px;
	padding:30px 26px 30px 26px;
	height:853px;
}
.bigimg_bg.modnye-tendentsii .bg_text
{
	width:32%;
	font-size:12px;
	line-height:14px;
	padding:30px 26px 30px 26px;
	height:853px;
}
.bigimg_bg.sagitta .bg_text p:first-child
{
	margin-top:0;
}
.bigimg_bg.sagitta .bg_text p:last-child
{
	margin-bottom:0;
}

.bigimg_bg .bg_text .scrollbar-inner
{
	height:100%;
	overflow:auto;
	overflow-x:hidden;
	padding-right:32px;
}
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element,
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element div
{
    border: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 10;
}

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element div {
    display: block;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
}

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element.scroll-x {
    bottom: 2px;
    height: 8px;
    left: 0;
    width: 100%;
}

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element.scroll-y {
    height: 100%;
    right: 0;
    top: 0;
    width: 14px;
	background: rgba(228,218,214,1);
	background: -moz-linear-gradient(left, rgba(228,218,214,1) 0%, rgba(229,222,220,1) 17%, rgba(229,222,220,1) 86%, rgba(226,220,217,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(228,218,214,1)), color-stop(17%, rgba(229,222,220,1)), color-stop(86%, rgba(229,222,220,1)), color-stop(100%, rgba(226,220,217,1)));
	background: -webkit-linear-gradient(left, rgba(228,218,214,1) 0%, rgba(229,222,220,1) 17%, rgba(229,222,220,1) 86%, rgba(226,220,217,1) 100%);
	background: -o-linear-gradient(left, rgba(228,218,214,1) 0%, rgba(229,222,220,1) 17%, rgba(229,222,220,1) 86%, rgba(226,220,217,1) 100%);
	background: -ms-linear-gradient(left, rgba(228,218,214,1) 0%, rgba(229,222,220,1) 17%, rgba(229,222,220,1) 86%, rgba(226,220,217,1) 100%);
	background: linear-gradient(to right, rgba(228,218,214,1) 0%, rgba(229,222,220,1) 17%, rgba(229,222,220,1) 86%, rgba(226,220,217,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e4dad6', endColorstr='#e2dcd9', GradientType=1 );
	border-left:#c5c0be solid 1px;
	border-right:#d9d2cf solid 1px;
}

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-element_outer {
    overflow: hidden;
}

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-element_outer,
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-element_track,
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-bar {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-element_track,
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-bar {
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-element_track { background-color: #e0e0e0; }
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-bar { background-color: #c2c2c2; }
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element:hover .scroll-bar { background-color: #919191; }
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar { background-color: #919191; }

.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-arrow_less
{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 10px solid #86807f;
	top:4px;
	left:2px;
}
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-arrow_more
{
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-bottom: 10px solid #86807f;
	bottom:4px;
	left:2px;
	top:auto;
}
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-bar
{
	width:8px;
	background:#9e9998;
	border-radius: 4px 4px 4px 4px;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	left:3px;
}
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-element_outer
{
	top:17px;
	bottom:17px;
}
.bigimg_bg .bg_text .scrollbar-inner > .scroll-element .scroll-element_size
{
	top:-34px;
}

.bigimg-2_bg
{
	min-height:945px;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:50% 50%;
	padding:31px 0 0;
	box-sizing:border-box;
	margin-bottom:77px;
}
.bigimg-2_bg.news
{
	background-image:url(/img/news.jpg);
}
.bigimg-2_bg .bg_text
{
	width:39%;
	background:rgba(255,255,255,0.8);
	padding:42px 27px;
	box-sizing:border-box;
	min-height:880px;
}
.bigimg-2_bg.news .bg_text{
	min-height: 600px;
}

.btns_wr a
{
	width:31.6%;
	display:table;
	box-sizing:border-box;
	padding:21px 39px;
	border:#949494 solid 1px;
	text-decoration:none;
}
.btns_wr a > div
{
	display:table-cell;
	width:50%;
	vertical-align:middle;
}
.btns_wr a .img img
{
	width:100%;
	height:auto;
}
.btns_wr a .name
{
	padding-left:61px;
	text-decoration:underline;
	font-size:12px;
	line-height:19px;
}
.btns_wr a:hover .name
{
	text-decoration:none;
}
.descr
{
	width:100%;
	margin-bottom:98px;
}
.descr td
{
	padding:0;
}
.descr .txt
{
	background:#000;
	color:#fff;
	font-size:18px;
	line-height:24px;
	/*padding:68px 34px 0;*/
	padding:20px 34px 0;
}
.descr .img img
{
	width:100%;
	height:auto;
	display:block;
}
.bigslider_bg
{
	min-height:909px;
	position:relative;
	margin-bottom:105px;
}
.bigslider_bg .bxslider-bigslider li .img
{
	min-height:909px;
	background-position:50% 50%;
	background-size:cover;
	background-repeat:no-repeat;
}
.bigslider_bg .bxslider-bigslider
{
	margin:0;
	padding:0;
	list-style:none;
}
.bigslider_bg .bx-wrapper
{
	border:0;
	-moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
	background:none;
	margin-bottom:0;
}
.bigslider_bg .content
{
	position:absolute;
	top:0;
	left:50%;
	margin-left:-700px;
}
.bigslider_bg .desc
{
	width:31.57%;
	margin-top:149px;
	background:rgba(255,255,255,0.8);
	padding:30px 29px;
	box-sizing:border-box;
	font-size:17px;
	line-height:21px;
}
.bigslider_bg .desc .tel
{
	display:inline-block;
	padding-left:23px;
	background:url(/img/tel.png) no-repeat 0% 50%;
	margin-right:0;
}

.bigslider_bg .desc .email {
	padding-left: 23px;
	background: url(/img/email.png) no-repeat left center;
}

.anoter_models-wrapper
{
	margin:33px 0 0;
}
.overflow_block
{
	overflow:hidden;
}

.another_models .item .title:first-letter{
	text-transform: uppercase;
}
.detail h1.strong:first-letter{
	text-transform: uppercase;
}

.mobile {
	display: none !important;
}

.show-more {
	line-height: 16px;
	display: block;
	padding-right: 16px;
	background: url(/img/plus.png) no-repeat right center;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
	margin-bottom: 15px;
}

.show-more span {
	border-bottom: transparent 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;
}

.show-more.active {
	background-image: url(/img/minus.png);
}

.show-more.active:hover {
	opacity: 0.7;
}

.show-more:hover span,
.show-more.active span {
	border-color: #000;
}

.detail-text {
	display: none;
	margin-bottom: 15px;
}

.bottom_footer_block {
	display: inline-block;
	width: 100%;
}
.footer .bottom-menu li a{
	color: #7e7e7e;
}
.footer .bottom-menu .bottom-menu-title a{
	color: #333333;
	font-weight: 700;
}

.exclusive-wr {
	padding: 48px 0 0;
}

.exclusive-wr .title {
	font-size: 24px;
	line-height: 26px;
	margin: 0 0 38px;
	text-align: center;
}

.exclusive-wr .more-link {
	display: block;
	height: 36px;
	line-height: 36px;
	border: #d2d2d2 solid 1px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.exclusive-wr .more-link:hover {
	opacity: 0.7;
}

.exclusive-wr .sliders-wr {
	display: flex;
	justify-content: space-between;
}

.exclusive-wr .sliders-wr .leftblock,
.exclusive-wr .sliders-wr .rightblock {
	width: 47%;
	background: #ececec;
	padding: 25px 0 42px;
	box-sizing: border-box;
}

.exclusive-wr .sliders-wr .leftblock {
	float: left;
}

.exclusive-wr .sliders-wr .rightblock {
	float: right;
}

.exclusive-wr .sliders-wr .block-title {
	font-size: 20px;
	line-height: 35px;
	text-align: center;
	margin-bottom: 22px;
}

.exclusive-wr .sliders-wr .block-title a {
	text-decoration: none;
	border-bottom: #000 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;
}

.exclusive-wr .sliders-wr .block-title a:hover {
	border-color: transparent;
}

/*.exclusive-wr .sliders-wr:after {
	content: '';
	display: block;
	clear: both;
}*/

.priceSectionElement {
	background: rgb(236, 236, 236);
	height: 47px;
	position: inherit;
	top: -102px;
	left: 0;
	right: 0;
	line-height: 47px;
	padding: 0 20px;
	box-sizing: border-box;
	width: 423px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: block;
}

.priceSectionElement.hidden {
	opacity: 0;
	visibility: hidden;
}

.leftOldPrice {
	display: inline-block;
	font-size: 12px;
	color: #777;
	text-decoration: line-through;
	padding-left: 25px;
	float: left;
}

.RightNewPrice {
	display: inline-block;
	float: right;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	padding-right: 25px;
}

.hidden_question {
	display: none;
}

.blocks.catalog .item .priceSectionElement + .btns {
	top: -148px;
}

.mag-form-wr .fl {
	width: 32%;
}

.mag-form-wr .fl input[type=text] {
	width: 100%;
}

.mag-form-wr .fl input[type=text]#code {
	width: 85%;
}

.mag-form-wr .fl.second {
	margin-left: 2%;
}

.mag-form-wr .fl.second input[type=submit] {
	margin-top: 36px;
}

.mag-form-wr .textarea-wr textarea {
	width: 100%;
	box-sizing: border-box;
}

.sposoby-oplaty-wr {
	min-height: 880px;
	padding: 43px 0;
	box-sizing: border-box;
	background: url(/img/magaziny-0.jpg) no-repeat center center;
}

.sposoby-oplaty-wr .white-bg {
	width: 31.57%;
	background: rgba(255,255,255,.8);
	padding: 36px 40px 62px;
	box-sizing: border-box;
}

.sposoby-oplaty-wr ul {
	margin: 6px 0;
	padding: 0;
	list-style: none;
}

.sposoby-oplaty-wr ul li {
	padding-left: 20px;
	background: url(/img/sposoby-oplaty-li.png) no-repeat 1px center;
	line-height: 30px;
}

.sagitta-item {
	padding-left: 41px;
	background-repeat: no-repeat;
}

.sagitta-item.icon0 {
	background-image: url(/img/sagitta-icon.png);
	background-position: 6px 2px;
}

.sagitta-item.icon1 {
	background-image: url(/img/materials-icon.png);
	background-position: 4px 2px;
}

.sagitta-item.icon2 {
	background-image: url(/img/italy-icon.png);
	background-position: 2px 4px;
}

.sagitta-item.icon3 {
	background-image: url(/img/products-icon.png);
	background-position: 5px 1px;
}

.sagitta-item.icon4 {
	background-image: url(/img/payment-icon.png);
	background-position: 2px 3px;
}
.another_models
{
	position: relative;
}
.another_models .sort
{
	position:absolute;
	top:-54px;
	right:0;
}
.another_models .sort > span
{
	color:#8c8c8c;
	display:inline-block;
	margin-right:20px;
}
.another_models .sort > a
{
	color:#263238;
	text-decoration:none;
    line-height: 16px;
}
.another_models .sort > a:nth-child(3),
.another_models .sort > a:nth-child(2),
.another_models .sort > a:nth-child(1)
{
	margin-right:30px;
}
.another_models .sort > a:hover > span
{
	border-bottom:1px dotted transparent;
}
.another_models .sort > a > span
{
	display:inline-block;
	border-bottom:1px dotted #263238;
}
.another_models .sort > a.active > span
{
	font-weight:bold;
	border-bottom:1px dotted transparent;
}

@media (max-width: 1399px) {
	.blocks
	{
		margin-top:26px;
	}
	.blocks .label
	{
		height:176px;
	}
	.blocks .label.bottom
	{
		padding-bottom:87px;
		padding-top:20px;
	}
	.blocks.shap .label
	{
		padding-bottom:134px;
	}
	.blocks.shap.catalog .label
	{
		padding-bottom:88px;
	}
	.blocks.shap.catalog.koja .label
	{
		padding-bottom:0;
	}
	.blocks.shap.catalog.koja
	{
		margin-bottom:75px;
	}
	.blocks .black-bg
	{
		font-size:24px;
		line-height:30px;
	}
	.blocks img,
	.blocks .title,
	.blocks .btns
	{
		width:94.42%;
	}
	.blocks .item .btns
	{
		top:-86px;
	}
	.blocks .title
	{
		font-size:11px;
		line-height:39px;
	}
	.gray_wr .gray_inside
	{
		width:auto;
		padding:23px 40px 36px;
	}
	.gray_wr .gray_inside .bottom-menu
	{
		margin-bottom:17px;
	}
	.gray_wr .gray_inside .bottom-menu a
	{
		font-size:10px;
		line-height:17px;
	}
	.gray_wr .gray_inside .bottom-menu .contact
	{
		padding-left:23px;
		background-size:16px 13px;
	}
	.gray_wr .gray_inside .bottom-menu .shops
	{
		padding-left:18px;
		background-size:12px 16px;
	}
	.gray_wr .gray_inside .bottom-menu .news
	{
		padding-left:24px;
		background-size:16px 16px;
	}
	.gray_wr .gray_inside .bottom-menu .faq
	{
		padding-left:20px;
		background-size:13px 14px;
	}
	.gray_wr .gray_inside .bottom-menu .protection
	{
		padding-left:17px;
		background-size:11px 16px;
	}
	.bg_img
	{
		min-height:500px;
		margin-bottom:53px;
	}
	.bg_img .title
	{
		font-size:27px;
		line-height:32px;
		padding-top:162px;
		padding-bottom:87px;
	}
	.bg_img.skidki.summer .title{
		line-height: 60px;
		padding-top: 190px;
	}
	.bg_img .bg_text
	{
		width:77.14%;
		padding:16px 46px;
		font-size:13px;
		line-height:16px;
	}
	.bigimg_bg .bg_text
	{
		font-size:9px;
		line-height:11px;
	}
	.bigimg-2_bg .bg_text
	{
		font-size:12px;
		line-height:14px;
	}
	.btns_wr a
	{
		padding:15px 26px;
	}
	.btns_wr a .name
	{
		padding-left:44px;
		font-size:10px;
		line-height:14px;
	}
	.descr
	{
		margin-bottom:71px;
	}
	.descr .txt
	{
		font-size:13px;
		line-height:17px;
		padding:50px 24px 0;
	}
	.bigslider_bg
	{
		min-height:663px;
		margin-bottom:76px;
	}
	.bigslider_bg .bxslider-bigslider li .img
	{
		min-height:663px;
	}
	.bigslider_bg .content
	{
		left:0;
		margin-left:0;
		width:100%;
		box-sizing:border-box;
	}
	.bigslider_bg .desc
	{
		margin-top:108px;
		font-size:13px;
		line-height:15px;
		padding:23px 21px;
	}
	.bigslider_bg .desc .tel
	{
		display:inline-block;
		padding-left:22px;
		background:url(/img/tel.png) no-repeat 0% 50%;
		background-size:12px 10px;
		margin-right:10px;
	}
	.anoter_models-wrapper
	{
		margin:23px 0 0;
	}
	.another_models .sort
	{
		top:-44px;
	}
}
@media (max-width: 800px)
{
	.another_models .sort
	{
		top:-40px;
	}
}
@media (max-width: 700px)
{
	.another_models .sort
	{
		position: static;
		margin-bottom: 20px;
		margin-top: -15px;
	}
}
@media (max-width: 737px) {
	.sposoby-oplaty-wr .white-bg {
		width: auto;
	}
}

@media (max-width: 1399px)
{
	.priceSectionElement {
		top: -63px;
		width: 94.42%;
	}
}

@media (max-width: 1200px)
{
	.bg_img.skidki
	{
      background-size: 100% 350px;
	  min-height:450px;
	}
	.bg_img.skidki .text-wr
	{
		bottom: 0px;
        left: 0;
        margin-left: 0;
	}
	.bg_img .bg_text
	{
		width:100%;
	}
}

@media (max-width: 1100px) {
	.blocks div.black-bg td {
		padding: 23.8% 0;
	}
}

@media (max-width: 1023px) {
	.exclusive-wr .sliders-wr {
		display: block;
	}

	.exclusive-wr .sliders-wr .leftblock,
	.exclusive-wr .sliders-wr .rightblock {
		float: none;
		width: 100%;
	}

	.exclusive-wr .sliders-wr .leftblock {
		margin-bottom: 15px;
	}
}

@media (max-width: 800px)
{
	.bg_img.skidki
	{
		background-size: 100% 300px;
		min-height: 400px;
	}
	.bg_img .bg_text
	{
    	 padding: 16px 10px;
	}
}

@media (max-width: 780px) {
	.priceSectionElement {
		top: -93px;
		width: 100%;
	}
}

@media (max-width: 778px) {
	.priceElementBlock .leftPriceElem,
	.priceElementBlock .rigthPriceElem {
		font-size: 9px;
	}
}

@media (max-width: 767px) {
	.popular_models .bx-wrapper .bx-next {
		right: 0 !important;
	}

	.popular_models .bx-wrapper .bx-prev {
		left: 0 !important;
	}
}

@media (max-width: 768px) {
	.popular_models .item .img .ruble-icon .descr,
	.another_models .item .img .ruble-icon .descr {
		top: -5px;
		right: 50px !important;
		width: 145px;
		left: auto;
	}
}

@media (max-width: 700px)
{
	.bg_img.skidki
	{
		background-size: 100% 250px;
		min-height: 350px;
	}
}
@media (max-width: 640px) {
	.mobile {
		display: block !important;
	}

	.no-mobile {
		display: none !important;
	}
}

@media (max-width: 500px)
{
	.another_models .sort > a:nth-child(3),
	.another_models .sort > a:nth-child(2),
	.another_models .sort > a:nth-child(1)
	{
		margin-right: 10px;
	}
}

@media (max-width: 414px) {
	.bg_img.skidki.old {
		background-size: 100% auto;
		min-height: auto;
		position: relative;
		padding-top: 307px;
		box-sizing: border-box;
		background-position: top center;
	}
	.bg_img.skidki.old
	{
		background-image: url(/img/bg_img-skidki-2018.jpg);
	}
	.bg_img.skidki.summer {
		background-size: 100% auto;
		min-height: auto;
		position: relative;
		padding-top: 370px;
		box-sizing: border-box;
		background-position: top center;
		background-image: url(/img/bg_img-skidki-2019-06.jpg);
	}
	.bg_img.skidki.summer .title{
		position: absolute;
		top: 40px;
		left: 0;
		font-size: 18px;
		line-height: 30px;
		padding: 0;
	}
	.bg_img.skidki
	{
	    background: url(/img/bg_img-skidki-201710.jpg) no-repeat center top;
	}
	.bg_img.skidki .text-wr {
		background: #ececec;
	}

	.bg_img.skidki .text-wr .bg_text {
		background: none;
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	.bg_img.skidki .title {
		margin-left: 0;
		padding: 0;
		text-align: center;
	}
	.another_models
	.bg_img.skidki .title span {
		background-size: contain;
	}


	.related_products .item .img .btns,
	.popular_models .item .img .btns {
		height: 50px;
		line-height: 24px;
		text-align: center;
		-ms-text-align-last: center;
		text-align-last: center;
	}

	.related_products .item .img .btns a,
	.popular_models .item .img .btns a {
		font-size: 13px;
		color: #010000;
		display: block;
		text-align: center;
		float: none;
	}

	.popular_models .item .img .ruble-icon .descr,
	.another_models .item .img .ruble-icon .descr {
		top: 40px;
		right: -7px !important;
		width: 165px;
	}
}

@media (max-width: 375px) {
	.bg_img.skidki {
		padding-top: 285px;
	}
	.another_models .sort > span
	{
 	   margin-right: 10px;
	}
}

@media (max-width: 320px) {
	.bg_img.skidki {
		padding-top: 308px;
	}

	.bg_img.skidki .title {
		font-size: 26px;
	}

	.bg_img .bg_text {
		padding: 16px 20px;
	}
	.popular_models .item .img .ruble-icon .descr,
	.another_models .item .img .ruble-icon .descr {
		right: -8px !important;
		width: 138px;
	}
}

/* End */


/* Start:/bitrix/templates/sagitta-stk_2017/template_styles.css?157586667636353*/
* {
    outline: none;
}

html, body {
    height: 100%;
}

body {
    /*min-width: 1400px;*/
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    color: #000;
    font-size: 14px;
    line-height: 23px;
}

h1, .h1 {
    font-size: 22px;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 12px 0;
    line-height: normal;
}

h2, .h2 {
    font-size: 20px;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 10px 0;
    line-height: normal;
}

h3, .h3 {
    font-size: 18px;
    font-weight: normal;
    padding: 0px;
    margin: 0 0 8px 0;
    line-height: normal;
}

table {
    border-collapse: collapse;
}

a {
    color: #000;
}

a:hover {
    text-decoration: none;
}

img {
    border: none;
    font-size: 0px;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

.tablenull {
    border-collapse: collapse;
    border-spacing: 0px;
    border: 0px;
}

.tablenull > tbody > tr > td,
.tablenull > tbody > tr > th,
.tablenull > thead > tr > td,
.tablenull > thead > tr > th,
.tablenull > tfoot > tr > td,
.tablenull > tfoot > tr > th {
    padding: 0px;
}

.tablenull.t100 {
    width: 100%;
}

.cr_warning {
    font-size: 13px;
    text-transform: none;
    width: 63%;
    color: #424242;
    float: left;
    text-align: center;
    margin-left: 30px;
    line-height: 15px;
    margin-top: 4px;
}

.vtop {
    vertical-align: top !important;
}

.vmiddle {
    vertical-align: middle !important;
}

.spanvmiddle {
    display: inline-block;
    height: 100%;
    width: 0px;
    overflow: hidden;
    vertical-align: middle;
}

.vbottom {
    vertical-align: bottom !important;
}

.aleft {
    text-align: left !important;
}

.acenter {
    text-align: center !important;
}

.aright {
    text-align: right !important;
}

.ajust {
    text-align: justify !important;
}

.ajustblock {
    text-align: justify;
    text-justify: newspaper;
    text-align-last: justify;
    font-size: 1px;
    line-height: 0px;
}

.ajustblock > span,
.ajustblock > a,
.ajustblock > div {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    font-size: 13px;
    text-align: left;
}

.ajustblock > div {
/ / display: inline; /* Привет, IE7! */
/ / zoom: 1; /* Привет, IE7! */
}

.ajustblock:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
}

.f10 {
    font-size: 10px !important;
}

.f12 {
    font-size: 12px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f18 {
    font-size: 18px !important;
}

.f20 {
    font-size: 20px !important;
}

.f22 {
    font-size: 22px !important;
}

.f24 {
    font-size: 24px !important;
}

.em {
    font-style: italic !important;
}

.strong {
    font-weight: bold !important;
}

h1.strong {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.t-upper {
    text-transform: uppercase !important;
}

.t-lower {
    text-transform: lowercase !important;
}

.m-t0 {
    margin-top: 0 !important;
}

.p-t0 {
    padding-top: 0 !important;
}

.toggle-block {
    display: none;
}

.red {
    color: #ff0000;
}

.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -234px auto;
}

.header {
    height: 111px;
    width: 1345px;
    padding: 16px 27.5px 0;
    margin: 0 auto;
    position: relative;
}

.breadcrumbs_wr {
    width: 1345px;
    margin: 0 auto;
    padding: 0 27.5px 21px;
}

.content {
    width: 1345px;
    margin: 0 auto;
    padding: 0 27.5px 30px;
}

.header_wr.fixed ~ .content {
    padding-top: 127px;
}

.header_wr {
    width: 100%;
    background: #fff;
}

.header .logo {
    margin-bottom: 17px;
}

.header .logo img {
    float: left;
    display: block;
    margin: 0 auto;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .logo a:hover img {
    opacity: 0.7;
}

.header .fav-btn {
    float: right;
    position: relative;
    top: -46px;
    padding-left: 26px;
    background-image: url(/img/fav-btn.png);
    background-repeat: no-repeat;
    background-position: 0% 50%;
    line-height: 19px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header .fav-btn:hover,
.header .fav-btn.selected {
    background-image: url(/img/fav-btn_hover.png);
}

.header_wr {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header_wr.fixed {
    position: fixed;
    top: 0;
    z-index: 10000;
}

.header_wr.fixed.hide-header-fixed {
    top: -147px;
}

.header_wr.fixed .header {
    height: 47px;
    padding-top: 19px;
}

.header_wr.fixed .header .logo {
    position: relative;
    z-index: 1;
}

.header_wr.fixed .header .top-menu {
    position: absolute;
    width: 100%;
    top: 31px;
    left: 0;
}

.header_wr.fixed .header .top-menu .lvl1 .parent .sub-menu {
    top: 35px;
}

.header_wr.fixed .header .fav-btn {
    top: -20px;
    margin-top: 9px;
}

.text_free_siluet {
    font-size: 18px;
    font-family: Arial;
    text-align: center;
    width: 1000px;
    box-sizing: border-box;
    padding: 0 50px;
    margin: 0 auto 40px auto;
}

.text_free_siluet span {
    font-style: italic;
    display: block;
    font-family: Arial;
}

.list_free_siluet {
    width: 100%;
    margin: 0 auto;
}

.item_free_siluet {
    display: inline-block;
    width: 30%;
    height: 630px;
    margin-right: 2%;
    margin-bottom: 2%;
    overflow: hidden;
}

.item_free_siluet.grey {
    background: #ececec;
    box-sizing: border-box;
    padding: 17% 40px;
    font-size: 18px;
    font-family: Arial;
    line-height: 21px;
}

.item_free_siluet img {
    display: block;
    width: 100%;
    height: 100%;
}

.bigimg_bg.modnye-tendentsii {
    position: relative;
}

.link_trend {
    font-size: 36px;
    color: #fff;
    font-family: Arial;
    text-decoration: none;
    position: absolute;
    top: 48%;
    right: 15%;
    text-shadow: 1px 1px 2px black, 0 0 15px #0a0a0a;
}

.link_trend:hover {
    text-decoration: underline;
}

.h1_txt {
    text-align: center;
    font-size: 30px;
}

.another_models {
    width: 101.66%;
    margin-left: -1.66%;
}

.another_models .item {
    display: inline-block;
    /*margin-right:1%;*/
    margin-left: 1.66%;
}

.exclusive-wr .another_models .item {
    margin-right: 0%;
}

@media (max-width: 1399px) {
    .link_trend {
        right: 10%;
        font-size: 30px;
    }

    .item_free_siluet {
        height: 530px;
    }

    body {
        line-height: 17px;
        font-size: 10px;
        min-width: auto;
    }

    .cr_warning {
        margin-top: 0;
    }

    /*.wrapper
    {
        margin:0 auto;
    }*/
    .header {
        height: 88px;
        width: auto;
        padding: 10px 40px 0;
    }

    .content {
        width: auto;
        padding: 0 40px 18px;
    }

    .breadcrumbs_wr {
        width: auto;
        padding: 0 40px 11px;
    }

    .header_wr.fixed ~ .content {
        padding-top: 98px;
    }

    .header .logo {
        margin-bottom: 12px;
    }

    .header .logo img {
        width: 115px;
        height: 22px;
    }

    .header .top-menu .lvl1 > li {
        font-size: 11px;
        padding: 0 4px;
        line-height: 11px;
    }

    .header .top-menu .lvl1 .parent .sub-menu {
        top: 71px;
        padding: 22px 0 45px;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside {
        width: auto;
        padding: 0 40px;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 > li > a {
        border-bottom: 2px solid #d6d6d6;
        margin-bottom: 7px;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside .lvl2 .parent .lvl3 > li {
        line-height: 21px;
    }

    .header .fav-btn {
        padding-left: 18px;
        top: -40px;
        background-size: 15px 15px;
        line-height: 15px;
    }

    .header_wr.fixed .header {
        height: 35px;
        padding-top: 13px;
    }

    .header_wr.fixed .header .top-menu {
        top: 23px;
    }

    .header_wr.fixed .header .top-menu .lvl1 .parent .sub-menu {
        top: 25px;
    }

    .header_wr.fixed .header .fav-btn {
        margin-top: 7px;
    }
}

.footer_wr .footer {
    text-transform: uppercase;
    font-size: 12px;
}

.footer .cr_client {
    float: left;
    font-size: 11px;
}

.footer .cr_pixel {
    float: right;
    font-size: 11px;
    margin-right: 60px;
}

.footer .cr_pixel a {
    text-decoration: none;
}

.footer .cr_pixel a:hover {
    text-decoration: underline;
}

.footer .btn-menu {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    background: url(/img/footer-arrow.jpg) 95px 5px no-repeat;
    width: 110px;
}

.footer .bottom-menu-col {
    float: left;
}

.footer .bottom-menu-col + .bottom-menu-col {
    margin-left: 200px;
}

.footer .footer-clearfix {
    margin-top: 20px;
    margin-bottom: 20px;
    border-top: 1px solid #d6d6d6;
}

.footer .bottom-menu {
    display: none;
}

.footer .bottom-menu:before,
.footer .bottom-menu:after {
    content: '';
    display: table;
    clear: both;
}

.footer .bottom-menu ul {
    list-style: none;
    padding-left: 0;
    min-height: 140px;
    padding-top: 0px;
    margin-top: 0px;
}

.footer .bottom-menu li {
    margin-bottom: 7px;
}

.footer .bottom-menu .bottom-menu-title {
    margin-bottom: 6px;
}

.footer .bottom-menu li a {
    opacity: 1;
    font-size: 12px !important;
}

#show {
    display: none;
    cursor: pointer;
    position: absolute;
}

#show img {
    width: auto;
    height: auto;
}

.header_wr.hide-header-fixed .logo {
    text-align: center;
}

.header_wr.hide-header-fixed .logo img {
    float: none;
}

.socoal_right_footer li {
    margin-bottom: 20px !important;
    display: block;
}

.socoal_right_footer {
    margin-top: 44px;
    float: right;
}

.footer_wr .bottom-menu-col ul:first-of-type:before {
    content: "";
    height: 1px;
    background: #d6d6d6;
    position: absolute;
    width: 270px;
    margin-top: 130px;
}

@media (max-width: 780px) {
    .header_wr.hide-header-fixed .logo {
        text-align: left;
    }

    .header .logo img {
        float: none;
    }

    .header .top-menu {
        display: none;
        position: absolute;
        left: -300px !important;
        width: 300px !important;
        height: 100% !important;
        padding-top: 15px;
        top: 0;
        background: #000;
        overflow: hidden;
    }

    .header .top-menu li {
        color: #fff;
        font-size: 14px !important;
        display: block !important;
        text-align: left;
    }

    .header .top-menu .parent div {
        padding: 15px !important;
        border-bottom: #34383c solid 1px;
    }

    .header .top-menu a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 15px !important;
        text-align: left;
        border-bottom: #34383c solid 1px;
        font-size: 14px;
    }

    .header .top-menu .sub-menu {
        background: #000 !important;
        /*top: 85px !important;*/
    }

    .header .top-menu .sub-menu .inside {
        padding: 0 !important;
    }

    .header .top-menu .lvl1 .parent:hover .sub-menu {
        display: none;
    }

    .header .top-menu .sub-menu .lv2 {
        position: static !important;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside li {
        width: 100% !important;
        display: border-left: !important;;
    }

    .header .top-menu .sub-menu li {
        display: block;
        width: 100%;
    }

    #show {
        display: inline-block;
    }

    .header .top-menu.show_mmenu {
        display: block;
        position: fixed !important;
        z-index: 99999;
    }

    .show_body {
        overflow: hidden;
    }

    .show_wrap {
        transition: .5s;
        transform: translateX(300px);
    }

    .blocks .black-bg.summer_action {
        background-size: 100%;
    }
}

.bg_text_full {
    width: 100% !important;
}

.bottom-map ul {
    margin-right: 50px;
}

.bottom-map:after {
    content: '';
    display: table;
    clear: both;
}

.towns_ul {
    display: table;
    width: 100%;
    padding-left: 0;
}

.towns_ul li {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.bottom-map div.fl {
    margin-right: 20px;
}

.mfp-wrap {
    z-index: 100000 !important;
}

br.show-for-mob {
    display: none;
}

.another_models .item .title:first-letter {
    text-transform: uppercase;
}

.detail h1.strong:first-letter {
    text-transform: uppercase;
}

.block_map_footer {
    background: #ececec;
    margin: 234px 0 -234px 0;
}

#map {
    height: 370px;
    width: 95%;
    margin: -30px auto 0 auto;
}

#map .baloon {
    padding: 10px 20px 10px 10px;
}

#map .baloon p {
    margin: 0;
    font-size: 14px;
    line-height: 14px;
    margin-bottom: 5px;
}

#map .baloon .baloon_phone {
    text-decoration: none;
    padding: 3px 15px 3px 25px;
    display: inline-block;
    font-size: 14px;
    background: url(/images/baloon_phone.png) no-repeat left center;
}

#map .baloon .baloon_schema {
    font-size: 14px;
}

.priceElementBlock {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    -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;
}

.leftPriceElem {
    display: inline-block;
    font-size: 12px;
    color: #777;
    text-decoration: line-through;
}

.rigthPriceElem {
    display: inline-block;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

@media (max-width: 1100px) {
    .link_trend {
        display: block;
        position: static;
        margin: 40px 0 20px 0;
        text-align: center;
    }

    .blocks td {
        vertical-align: top;
    }

    .blocks .label {
        height: auto;
    }

    .blocks .title {
        line-height: 16px;
    }

    .blocks .black-bg td {
        font-size: 18px;
        padding: 18% 0;
    }

    .item_free_siluet {
        height: 430px;
    }

    .item_free_siluet.grey {
        font-size: 13px;
        line-height: 16px;
    }

    br.show-for-mob {
        display: block;
    }

    br.hide-for-mob {
        display: none;
    }
}

@media (max-width: 1330px) {
    .block_map_footer {
        margin: 0;
    }

    .breadcrumb-navigation li {
        font-size: 10px;
    }

    .footer .bottom-menu-col + .bottom-menu-col {
        margin-left: 60px;
    }

    .footer_wr .bottom-menu-col ul:first-of-type:before {
        width: 180px;
    }
}

@media (max-width: 1100px) {
    .bigimg_bg .bg_text,
    .bigimg-2_bg .bg_text {
        width: 100% !important;
    }

    .magaziny-wr {
        text-align: center;
    }

    .bigslider_bg .desc {
        text-align: left;
        margin-top: 180px;
        display: inline-block;
        width: auto !important;
    }

    .blocks td {
        vertical-align: top;
    }

    .blocks .label {
        height: auto;
    }

    .blocks .title {
        line-height: 16px;
    }

    .blocks .black-bg td {
        font-size: 18px;
        padding: 18% 0;
    }
}

@media (max-width: 1000px) {
    .cr_warning {
        display: none;
    }

    .list_free_siluet,
    .text_free_siluet {
        width: 100%;
    }

    .text_free_siluet {
        padding: 0;
    }

    .item_free_siluet {
        width: 30%;
        height: 380px;
    }

    .item_free_siluet.grey {
        padding: 12% 40px;
    }
}

@media (max-width: 930px) {
    .descr,
    .descr tbody,
    .descr tr,
    .descr td {
        display: block;
        width: 100%;
    }

    .descr .txt {
        padding-bottom: 50px;
        box-sizing: border-box;
    }
}

@media (max-width: 910px) {
    .detail .img {
        border: 0 none;
        vertical-align: top;
    }

    .detail .img img {
        width: auto;
    }

    .detail {
        overflow: hidden;
        display: block;
    }

    .detail td {
        display: block;
        width: 100% !important;
    }
}

@media (max-width: 820px) {
    .footer .bottom-menu-col {
        width: 40%;
        margin-right: 10%;
    }

    .footer .bottom-menu-col + .bottom-menu-col {
        margin-left: 0;
    }

    .item_free_siluet {
        width: 47%;
        height: 465px;
    }

    .text_free_siluet {
        font-size: 16px;
    }

    .item_free_siluet.grey {
        padding: 20% 40px;
    }

    .socoal_right_footer {
        float: left;
    }

    .socoal_right_footer li {
        margin-bottom: 0px !important;
        display: inline-block;
        margin-right: 10px;
    }

    .priceElementBlock {
        padding: 0px 4% !important;
        height: 30px !important;
        line-height: 32px !important;
    }

    .itemListPrice {
        padding: 0px 4% !important;
        height: 30px !important;
        line-height: 32px !important;
    }
}

@media (max-width: 780px) {
    .blocks td,
    .blocks .black-bg,
    .blocks img {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .blocks .black-bg td {
        font-size: 14px;
    }

    .blocks .title {
        margin: 10px 0 20px 0;
        font-size: 9px;
    }

    .blocks .item .btns,
    .another_models .item .img .btns {
        display: none !important;
    }

    .video_mobile {
        width: 100%;
        height: 400px;
    }

    .header_wr.hide-header-fixed .logo {
        text-align: left;
    }

    .header .logo img {
        float: none;
    }

    .header .top-menu {
        display: none;
        position: absolute;
        left: -300px !important;
        width: 300px !important;
        height: 100% !important;
        padding-top: 15px;
        top: 0;
        background: #000;
        overflow: hidden;
    }

    .header .top-menu li {
        color: #fff;
        font-size: 14px !important;
        display: block !important;
        text-align: left;
    }

    .header .top-menu .parent div {
        padding: 15px !important;
        border-bottom: #34383c solid 1px;
    }

    .header .top-menu a {
        color: #fff;
        display: block;
        width: 100%;
        padding: 15px !important;
        text-align: left;
        border-bottom: #34383c solid 1px;
        font-size: 14px;
    }

    .header .top-menu .sub-menu {
        background: #000 !important;
        /*top: 85px !important;*/
    }

    .header .top-menu .sub-menu .inside {
        padding: 0 !important;
    }

    .header .top-menu .lvl1 .parent:hover .sub-menu {
        display: none;
    }

    .header .top-menu .sub-menu .lv2 {
        position: static !important;
    }

    .header .top-menu .lvl1 .parent .sub-menu .inside li {
        width: 100% !important;
        display: border-left: !important;;
    }

    .header .top-menu .sub-menu li {
        display: block;
        width: 100%;
    }

    #show {
        display: inline-block;
    }

    .header .top-menu.show_mmenu {
        display: block;
        position: fixed !important;
    }

    .show_body {
        overflow-x: hidden;
    }

    .show_wrap {
        transition: .5s;
        transform: translateX(300px);
    }

    .header .fav-btn {
        top: -35px;
    }

    .slider {
        margin-top: -30px;
    }

    .btns_wr a {
        width: 100%;
        margin-bottom: 20px;
    }

    .btns_wr a > div {
        width: auto;
    }

    .btns_wr a .name {
        font-size: 14px;
        text-decoration: none;
    }

    .btns_wr a .img img {
        width: auto;
    }

}

@media (max-width: 740px) {
    .bigimg_bg.sagitta .bg_text {
        height: auto;
    }

    .bigimg_bg.sagitta {
        background-image: url(/img/preim-760.jpg);
    }

    .bigimg_bg.modnye-tendentsii .bg_text {
        height: auto;
    }

    .bigimg_bg.modnye-tendentsii {
        background-image: url(/img/moda-760.jpg);
    }

    .another_models .item .img {
        height: 300px;
    }

    .another_models .item .img .btns {
        padding: 0 2px;
        overflow: hidden;
    }

    .gray_wr .gray_inside .bottom-menu a {
        display: block;
        text-align-last: left;
        margin-bottom: 15px;
        font-size: 14px;
    }

    .link_trend {
        font-size: 25px;
        line-height: 28px;
    }
}

@media (max-width: 640px) {
    .blocks .black-bg td {
        font-size: 11px;
        padding: 12% 0;
        line-height: 18px;
    }

    .slider .bx-wrapper .bx-pager.bx-default-pager a {
        width: 3px;
        height: 3px;
    }

    .item_free_siluet {
        display: block;
        margin: 0 auto 5% auto;
        width: 80%;
        height: auto;
    }

    .item_free_siluet.grey {
        min-height: 465px;
        padding: 30% 40px 0 40px;
    }
}

@media (max-width: 600px) {
    /*.blocks td,
    .blocks .black-bg,
    .blocks img {
        display: block;
        width: 100%;
        max-width: 100%;
    }
    .blocks .black-bg td {
        font-size: 14px;
    }
    .blocks .title {
        margin: 10px 0 20px 0;
        font-size: 9px;
    }*/
    .another_models .item .img {
        height: 250px;
    }

    .btns_wr a .name {
        text-align-last: left;
    }

    .link_trend {
        font-size: 20px;
        line-height: 23px;
    }

    .another_models .item {
        width: 49%;
        margin-right: 0%;
    }

}

@media (max-width: 536px) {
    .video_mobile {
        height: 300px;
    }

    .detail .img img {
        width: 100%;
    }

    .blocks .item .btns {
        overflow: hidden;
        padding: 0 2px;
    }

    .footer .bottom-menu-col {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }

    .footer .bottom-menu-col ul {
        min-height: auto;
    }

    .footer .bottom-menu-col + .bottom-menu-col {
        margin-left: 0;
    }

    .footer .cr_pixel {
        margin-right: 0;
    }

    .footer .cr_client,
    .footer .cr_pixel {
        font-size: 7px;
    }

    .link_trend {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 500px) {
    .towns_ul li {
        display: block;
        font-size: 14px;
        margin-bottom: 10px;
        text-align: left;
        margin-left: 20px;
    }

    .another_models .item .img {
        height: 200px;
    }

    .btns_wr a .name {
        padding-left: 15px;
    }
}

@media (max-width: 420px) {
    .hide-for-xs {
        display: none;
    }

    .another_models .item .img .detail-link {
        height: 220px;
    }

    .bigimg_bg {
        margin-bottom: 30px !important;
    }

    .content {
        padding: 0 15px 18px;
    }

    .bigslider_bg .desc {
        margin-top: 10px;
    }

    .magaziny-wr .desc {
        margin-top: 80px;
    }

    .bigslider_bg .desc a {
        display: block;
    }

    .video_mobile {
        height: 200px;
    }

    .another_models .item .img {
        height: 150px;
    }

    .more {
        width: 100%;
    }

    .btns_wr a .img,
    .btns_wr a .img img {
        display: block;
        width: 100%;
    }

    .btns_wr a .name {
        display: block;
        margin-top: 15px;
    }

    .item_free_siluet.grey {
        min-height: 365px;
    }
}

.show-for-mob {
    display: none;
    text-align: center;
    font-size: 14px !important;
    line-height: 18px !important;
    padding: 12% 0px;
    margin: 2px 0;
}

.fabr-show-for-mob {
    display: none;
}

@media (max-width: 390px) {
    .footer .cr_client,
    .footer .cr_pixel {
        font-size: 7px;
    }

    .priceSectionElement {
        width: 100%;
    }

    .another_models .item .itemListPrice .price, .another_models .item .itemListPrice .oldprice, .another_models .item .itemListPrice .price {
        font-size: 10px;
    }
}

@media (max-width: 930px) {
    .fabr-show-for-mob {
        display: block !important;
        font-size: 18px !important;
        line-height: 24px !important;
    }

    .fabr-hide-for-mob {
        display: none !important;
    }
}

@media (max-width: 600px) {
    .show-for-mob {
        display: block !important;
    }

    .hide-for-mob {
        display: none !important;
    }

    .blocks .label.bottom,
    .blocks.shap.catalog .label {
        padding-bottom: 0;
    }

    .footer_wr .bottom-menu-col ul:after {
        content: "";
        height: 1px;
        background: #d6d6d6;
        position: absolute;
        width: 270px;
    }

    .footer_wr .bottom-menu-col ul:first-of-type:before {
        display: none;
    }

    .footer .bottom-menu ul {
        min-height: auto;
        margin-bottom: 30px;
    }

    li.bottom-menu-title {
        display: none;
    }
}

.descr .txt {
    background: #ececec;
    color: #000;
}

.item-name {
    background: #efefef;
}

.more-link {
    display: block;
    height: 36px;
    line-height: 36px;
    border: #d2d2d2 solid 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.footer_push {
    height: 234px;
}

.bottom-wr {
    background: #ececec;
    padding: 0 0 31px;
}

.bottom-wr .bottom {
    width: 1350px;
    padding: 28px 20px 0;
    margin: 0 auto;
    border-top: #d6d6d6 solid 1px;
    min-height: 250px;
}

.bottom-wr .bottom > div {
    vertical-align: top;
    text-align-last: left;
}

.bottom-wr .bottom .menu .title {
    font-size: 14px;
    color: #333;
    line-height: 17px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.bottom-wr .bottom .menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-wr .bottom .menu ul li {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 30px;
}

.bottom-wr .bottom .menu.i3 ul li {
    text-transform: none;
    padding-left: 14px;
    background: url(/img/menu-li.png) no-repeat left center;
}

.bottom-wr .bottom .menu ul li a {
    color: #7e7e7e;
    text-decoration: none;
    border-bottom: transparent 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;
}

.bottom-wr .bottom .menu ul li a:hover {
    border-color: #7e7e7e;
}

.bottom-wr .bottom .moscow-block .title {
    font-size: 14px;
    color: #333;
    line-height: 13px;
    margin-bottom: 4px;
}

.bottom-wr .bottom .moscow-block .address {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 16px;
    margin-bottom: 7px;
}

.bottom-wr .bottom .moscow-block .phone {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 17px;
    margin-bottom: 7px;
}

.bottom-wr .bottom .moscow-block .schedule {
    font-size: 14px;
    color: #7e7e7e;
    line-height: 16px;
    margin-bottom: 16px;
}

.bottom-wr .bottom .social-networks {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bottom-wr .bottom .cr-wr .social-networks {
    margin: 22px 0;
}

.bottom-wr .bottom .social-networks li {
    display: inline-block;
    margin-left: 4px;
}

.bottom-wr .bottom .social-networks li:first-child {
    margin-left: 0;
}

.bottom-wr .bottom .social-networks li a {
    display: inline-block;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.bottom-wr .bottom .social-networks li.ig a {
    background-image: url(/img/ig.png);
}

.bottom-wr .bottom .social-networks li.fb a {
    background-image: url(/img/fb.png);
}

.bottom-wr .bottom .social-networks li.vk a {
    background-image: url(/img/vk.png);
}

.bottom-wr .bottom .social-networks li a:hover {
    opacity: 0.7;
}

.bottom-wr .bottom .footnote {
    color: #424242;
    line-height: 15px;
}

.bottom-wr .bottom .cr-wr .cr-client {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
    margin-bottom: 20px;
}

.bottom-wr .bottom .cr-wr .cr-pixel {
    text-transform: uppercase;
    font-size: 10px;
    line-height: 20px;
}

.bottom-wr .bottom .cr-wr .cr-pixel a {
    text-decoration: none;
    border-bottom: transparent 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;
}

.bottom-wr .bottom .cr-wr .cr-pixel a:hover {
    border-color: #000;
}

.leopard table .img {
    vertical-align: top;
}

.leopard table .txt {
    vertical-align: middle;
}

.leopard table td p {
    font-size: 14px;
}

.banner__fur_coat {
    margin: 0px 0 40px 0;
    background: url('/img/bg/banner_full_w.jpg') no-repeat 0 0;
    width: 100%;
    height: 153px;
    background-size: contain;
}

.dropdown_menu_footer.twice {
    -moz-column-count: 2; /* Firefox */
    -webkit-column-count: 2; /* Safari and Chrome */
    column-count: 2;
}

.dropdown_menu_footer {
    display: none;
    padding-left: 8px !important;
}

.dropdown_menu_footer li a {
    text-transform: none;
    font-size: 12px;
}

.dropdown_li_footer:hover > .dropdown_menu_footer {
    display: block;
}

.dropdown_li_footer {
    position: relative;
}

.dropdown_li_footer:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    top: 13px;
    left: 80px;
    position: absolute;
    -webkit-transform: rotate(-133deg);
    -ms-transform: rotate(-133deg);
    transform: rotate(-133deg);
    border-bottom: 1px solid #7e7e7e;
    border-right: 1px solid #7e7e7e;
}

.dropdown_li_footer:hover:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 12px;
}

.bottom-wr .bottom .menu.i0 .dropdown_li_footer {
    min-width: 178px;
}

.leopard_text {
    margin-bottom: 30px;
    font-size: 22px;
    line-height: 26px;
}

.bottom__links {
    padding: 0;
    margin: 20px 0 10px 0;
}

.bottom__links li {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
}

.bottom__links li:hover {
    border-color: #000;
}

.bottom__links li:last-child {
    margin-right: 0;
}

.bottom__links li a {
    display: block;
    padding: 9px 18px;
    color: #3f3f3f;
    text-decoration: none;
    text-shadow: 0 0 1px #9c9c9c;
}

@media (max-width: 900px) {
    .leopard_text {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 22px;
    }
}

@media (max-width: 991px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_992_w.jpg') no-repeat 0% 0;
        height: 271px;
        background-size: contain;
    }
}

@media (max-width: 768px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_768_w.jpg') no-repeat 0% 0;
        height: 217px;
        background-size: contain;
    }
}

@media (max-width: 690px) {
    .dropdown_li_footer:before {
        display: none;
    }

    .dropdown_li_footer:hover > .dropdown_menu_footer {
        display: none;
    }

    .dropdown_menu_footer.twice {
        -moz-column-count: 1;
        -webkit-column-count: 1;
        column-count: 1;
    }

    .dropdown_li_footer i {
        content: '';
        display: block;
        width: 5px;
        height: 5px;
        top: 13px;
        right: 45px;
        position: absolute;
        -webkit-transform: rotate(-133deg);
        -ms-transform: rotate(-133deg);
        transform: rotate(-133deg);
        border-bottom: 1px solid #7e7e7e;
        border-right: 1px solid #7e7e7e;
    }

    .dropdown_li_footer.open i {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: 12px;
    }
}

@media (max-width: 480px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_480_w.jpg') no-repeat 0% 0;
        height: 236px;
        background-size: contain;
    }

    .leopard_text {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
    }
}

@media (max-width: 320px) {
    .banner__fur_coat {
        background: url('/img/bg/banner_320_w.jpg') no-repeat 0% 0;
        height: 162px;
        background-size: contain;
    }
}

@media (max-width: 1389px) {
    .bottom-wr .bottom {
        width: auto;
    }
}

@media (max-width: 1200px) {
    .bottom-wr .bottom {
        text-align: center;
    }

    .bottom-wr .bottom > div {
        margin: 0 15px;
    }

    .wrapper {
        min-height: auto;
        margin: 0 auto;
    }

    .footer_push {
        display: none;
    }
}

@media (max-width: 1023px) {
    .another_models {
        width: 101.58%;
        margin-left: -1.58%;
    }

    .another_models .item {
        margin-left: 1.58%;
    }
    
}

@media (max-width: 767px) {
    .another_models {
        width: 100%;
        margin-left: 0;
        overflow: hidden;
    }

    .another_models .item {
        margin-left: 0;
    }
}

@media (max-width: 687px) {
    .bottom-wr .bottom > div {
        width: 200px;
        margin: 0 auto;
        display: block;
        text-align: center;
        text-align-last: center;
        margin-top: 15px;
    }

    .bottom-wr .bottom > div:first-child {
        margin-top: 0;
    }

    .bottom-wr .bottom .menu.i3 ul li {
        padding-left: 0;
        background: none;
    }
}

@media (max-width: 600px) {
    .exclusive-wr .title-heading {
        font-size: 16px;
        margin: -25px 0 20px 0;
    }
}

@media (max-width: 440px) {
    #logo-link {
        display: inline-block;
        margin-left: 20%;
    }

    .header_wr.fixed .header .fav-btn {
        position: absolute;
        top: 10px;
        right: 20px;
        z-index: 1000;
    }
}

@media screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: none;
    }
}

table.detail {
    table-layout: fixed;
}

.header__contacts {
    position: absolute;
    bottom: 42px;
    color: #333;
}

.fixed .header__contacts,
.top-menu .header__contacts {
    display: none;
}

.header__city {
    position: relative;
    padding-left: 17px;
    font-size: 14px;
}

.header__city:before {
    content: '';
    background: url(/images/header_placemark.png) no-repeat;
    width: 12px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 4px;
}

.header__phone a {
    font-size: 20px;
    color: #333;
    display: block;
    text-decoration: none;
}

@media (max-width: 1399px) {
    .header__city:before {
        top: 0;
    }
}

@media (max-width: 768px) {
    .header__contacts {
        display: none;
    }

    .top-menu.show_mmenu .header__contacts {
        display: block;
        position: relative;
        bottom: auto;
        color: #fff;
        text-align: left;
        padding: 20px 0 0 20px;
    }

    .header__city {
        font-size: 16px;
    }

    .header__city:before {
        top: 0;
        background: url(/images/header_placemark_black.png) no-repeat;
    }

    .header__phone a {
        font-size: 16px !important;
        border-bottom: none !important;
    }

    .header {
        margin-bottom: 15px;
    }

    .breadcrumbs_wr {
        margin-top: -30px;
    }

}

@media (max-width: 480px) {
    .bottom__links li {
        display: inline-block;
        vertical-align: top;
        text-align: center;
        width: 47%;
        height: 45px;
        line-height: 14px;
        position: relative;
    }
    .bottom__links li:nth-child(2n) {
        margin-right: 0;
    }
    .bottom__links li a {
        padding: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

}

.skidki-2019 {
    background-image: url(/img/bg-skidki-2019.jpeg) !important;
}

.summer_action {
    background: #ececec !important;
    font-size: 26px !important;
    text-align: center !important;
    line-height: 42px !important;
    padding-left: 0 !important;
}

.summer_action div, .summer_action td {
    color: #000 !important;
}
/* End */


/* Start:/bitrix/templates/sagitta-stk_2017/catalog-new/catalog.css?15758668667402*/
/*@import url('https://fonts.googleapis.com/css?family=LatoWeb:400,700&display=swap');*/

/* Webfont: Lato-Medium */@font-face {
    font-family: 'LatoWeb';
    src: url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Medium.eot'); /* IE9 Compat Modes */
    src: url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Medium.woff2') format('woff2'), /* Modern Browsers */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Medium.woff') format('woff'), /* Modern Browsers */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Medium.ttf') format('truetype');
    font-style: normal;
    font-weight: 600;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Bold */@font-face {
    font-family: 'LatoWeb';
    src: url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Bold.eot'); /* IE9 Compat Modes */
    src: url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Bold.woff2') format('woff2'), /* Modern Browsers */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Bold.woff') format('woff'), /* Modern Browsers */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Bold.ttf') format('truetype');
    font-style: normal;
    font-weight: 700;
    text-rendering: optimizeLegibility;
}

/* Webfont: Lato-Regular */@font-face {
    font-family: 'LatoWeb';
    src: url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Regular.eot'); /* IE9 Compat Modes */
    src: url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Regular.woff2') format('woff2'), /* Modern Browsers */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Regular.woff') format('woff'), /* Modern Browsers */
    url('/bitrix/templates/sagitta-stk_2017/catalog-new/fonts/Lato-Regular.ttf') format('truetype');
    font-style: normal;
    font-weight: 400;
    text-rendering: optimizeLegibility;
}

body {
    font-family: 'LatoWeb', sans-serif !important;
    font-weight: 400;
}

.catalog-new {
    font-size: 11px;
    margin-bottom: 20px;
}
.catalog-pagination {
    margin-bottom: 50px;
}

.header__phone a, .header__city a {
    font-size: 14px;
}


.header__phone {
    margin-left: 10px;
}

.header > .header__contacts {
    font-weight: 700;
    position: absolute;
    display: flex;
    flex-flow: row nowrap;
    bottom: 25px !important;
}

.lvl1 > li > a, .lvl1 > li > div {
    padding-bottom: 15px !important;
    font-weight: 700;
}

.hide-header-fixed .top-menu .lvl1 .parent .sub-menu {
    top: 85px !important;
}

.fixed .top-menu .lvl1 .parent .sub-menu {
    top: 30px !important;
}

.fav-btn {
    position: absolute;
    font-weight: 700;
    font-size: 12px;
    /*bottom: 20px !important;
    top: unset !important;*/
}

.breadcrumb-navigation li {
    margin-left: 0 !important;
}

.breadcrumbs_wr {
    padding-bottom: 0 !important;
}

/*.breadcrumbs_wr {
    margin-top: -25px !important;
}*/

.banner__fur_coat {
    display: none;
}

.catalog-header {
    height: 14px;
    margin-bottom: 20px;
    font-size: 12px;
}

.filter-row {
    font-size: 12px;
}

.catalog-title {
    float: left;
}

.catalog-title h1 {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0 !important;
    padding-top: 5px;
}

.catalog-title a {
    text-decoration: none;
}

.catalog-filter {
    display: none;
    font-weight: 700;
    float: right;
    text-align: right;
}

.catalog-filter:hover, .button-reset:hover, .button-submit:hover {
    cursor: pointer;
}

.filter-form {
    width: 100%;
}


.input-row {
    height: 50px;
    border-bottom: 1px solid #e2e2e2;
}

.input-item {
    font-weight: 700;
    display: flex;
    flex-flow: nowrap row;
    align-items: center;
}

.input-item > label {
    line-height: 50px;
    margin-left: 5px;
}

.button-row {
    height: 50px;
    padding-right: 15px;
}

.button-reset {
    width: 90px;
    height: 50px;
    background-color: #fff;
    border: none;
    color: #000;
}

.button-submit {
    width: 170px;
    height: 50px;
    background-color: #d3d3d3;
    border: none;
    color: #000;
}

.item-slogan {
    background-color: #d3d3d3;
}

.slogan-text {
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    padding: 100px 50px;
}

.catalog-small-item {
    width: 300px;
    height: 490px;
    margin: 0 auto 15px;
}

.small-img {
    width: 300px;
    height: 440px;
}


.catalog-large-item {
    width: 630px;
    height: 1005px;
    margin: 0 auto 15px;
}

.large-img {
    width: 630px;
    height: 955px;
}

.item-bottom {
    margin-top: 5px;
    height: 60px;
    color: #000;
}

.row {
    margin-bottom: 15px;
}

.catalog-large-item > .item-bottom {
    padding: 0 115px;
}

.item-title {
    height: 33px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 5px;
    text-transform: uppercase;
}

.item-title a {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.price-old {
    font-weight: 700;
    float: left;
    text-decoration: line-through #000;
}

.price-new {
    font-weight: 700;
    float: right;
}

.price-new, .price-old {
    text-transform: uppercase;
}

.small-img, .large-img {
    position: relative;
}

.bottom-hover {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: rgba(239,239,240, 0.7);
    padding: 10px 15px;
    font-size: 12px;
    line-height: 30px;
}

.link-favorite {
    float: left;
}

.link-buy {
    float: right;
}

.catalog-item a {
    font-weight: 700;
    text-decoration: none;
    font-size: 12px;
}

.another_models .item {
    margin-left: 1.5% !important;
}

.input-item {
    min-width: 187px;
}

@media (max-width: 991px) {
    .input-row {
        height: auto;
    }
}

@media (max-width: 768px) {

    .item-bottom {
        font-size: 14px;
    }

    .catalog-small-item {
        width: 300px;
        height: 490px;
    }

    .small-img {
        width: 100%;
        height: 430px;
    }

    .small-img > a {
        width: 100%;
        height: 440px;
    }

    .catalog-large-item {
        width: 300px;
        height: 490px;
    }

    .large-img {
        width: 100%;
        height: 430px;
    }

    .large-img > a {
        width: 100%;
        height: 430px;;
    }

    .catalog-large-item > .item-bottom {
        padding: 0 15px;
    }


}

@media (max-width: 576px) {

    .catalog-small-item {
        width: 300px;
        height: 490px;
    }


    .catalog-large-item {
        width: 300px;
        height: 490px;
    }



    /*.catalog-slogan {
        height: 250px !important;
    }

    .item-slogan {
        height: 250px !important;
    }*/

    .slogan-text {
        padding: 50px 25px !important;
        margin-top: 25px;
    }


}

.main-ui-pagination {
    font-size: 11px;
    text-transform: uppercase;
    display: table;
    text-align: center;
    margin: 30px auto 0px auto;
    position: relative;
}

.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;
}

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

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

.catalog-pagination {
    margin-bottom: 50px;
}


.small-img > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 300px;
    height: 440px;
}

.large-img > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 630px;
    height: 955px;
}


/* End */


/* Start:/bitrix/templates/sagitta-stk_2017/catalog-new/bootstrap-grid.min.css?151630018834243*/
/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-1{margin-left:8.333333%}.offset-2{margin-left:16.666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.333333%}.offset-5{margin-left:41.666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.333333%}.offset-8{margin-left:66.666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.333333%}.offset-11{margin-left:91.666667%}@media (min-width:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-sm-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-sm-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-sm-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-sm-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-sm-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-sm-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-sm-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-sm-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-sm-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-sm-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-sm-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-sm-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-sm-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-sm-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-sm-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-sm-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-sm-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-sm-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-sm-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-sm-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-sm-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-sm-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.333333%}.offset-sm-2{margin-left:16.666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.333333%}.offset-sm-5{margin-left:41.666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.333333%}.offset-sm-8{margin-left:66.666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.333333%}.offset-sm-11{margin-left:91.666667%}}@media (min-width:768px){.col-md{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-md-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-md-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-md-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-md-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-md-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-md-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-md-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-md-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-md-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-md-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-md-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-md-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-md-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-md-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-md-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-md-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-md-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-md-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-md-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-md-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.333333%}.offset-md-2{margin-left:16.666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.333333%}.offset-md-5{margin-left:41.666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.333333%}.offset-md-8{margin-left:66.666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.333333%}.offset-md-11{margin-left:91.666667%}}@media (min-width:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-lg-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-lg-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-lg-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-lg-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-lg-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-lg-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-lg-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-lg-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-lg-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-lg-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-lg-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-lg-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-lg-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-lg-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-lg-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-lg-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-lg-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-lg-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-lg-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-lg-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-lg-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-lg-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.333333%}.offset-lg-2{margin-left:16.666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.333333%}.offset-lg-5{margin-left:41.666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.333333%}.offset-lg-8{margin-left:66.666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.333333%}.offset-lg-11{margin-left:91.666667%}}@media (min-width:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-box-flex:0;-ms-flex:0 0 8.333333%;flex:0 0 8.333333%;max-width:8.333333%}.col-xl-2{-webkit-box-flex:0;-ms-flex:0 0 16.666667%;flex:0 0 16.666667%;max-width:16.666667%}.col-xl-3{-webkit-box-flex:0;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-box-flex:0;-ms-flex:0 0 33.333333%;flex:0 0 33.333333%;max-width:33.333333%}.col-xl-5{-webkit-box-flex:0;-ms-flex:0 0 41.666667%;flex:0 0 41.666667%;max-width:41.666667%}.col-xl-6{-webkit-box-flex:0;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-box-flex:0;-ms-flex:0 0 58.333333%;flex:0 0 58.333333%;max-width:58.333333%}.col-xl-8{-webkit-box-flex:0;-ms-flex:0 0 66.666667%;flex:0 0 66.666667%;max-width:66.666667%}.col-xl-9{-webkit-box-flex:0;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-box-flex:0;-ms-flex:0 0 83.333333%;flex:0 0 83.333333%;max-width:83.333333%}.col-xl-11{-webkit-box-flex:0;-ms-flex:0 0 91.666667%;flex:0 0 91.666667%;max-width:91.666667%}.col-xl-12{-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-box-ordinal-group:0;-ms-flex-order:-1;order:-1}.order-xl-last{-webkit-box-ordinal-group:14;-ms-flex-order:13;order:13}.order-xl-0{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}.order-xl-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-xl-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.order-xl-3{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.order-xl-4{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}.order-xl-5{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5}.order-xl-6{-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6}.order-xl-7{-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7}.order-xl-8{-webkit-box-ordinal-group:9;-ms-flex-order:8;order:8}.order-xl-9{-webkit-box-ordinal-group:10;-ms-flex-order:9;order:9}.order-xl-10{-webkit-box-ordinal-group:11;-ms-flex-order:10;order:10}.order-xl-11{-webkit-box-ordinal-group:12;-ms-flex-order:11;order:11}.order-xl-12{-webkit-box-ordinal-group:13;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.333333%}.offset-xl-2{margin-left:16.666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.333333%}.offset-xl-5{margin-left:41.666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.333333%}.offset-xl-8{margin-left:66.666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.333333%}.offset-xl-11{margin-left:91.666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:-webkit-box!important;display:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-webkit-inline-box!important;display:-ms-inline-flexbox!important;display:inline-flex!important}}.flex-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-webkit-box-orient:horizontal!important;-webkit-box-direction:normal!important;-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-webkit-box-orient:vertical!important;-webkit-box-direction:normal!important;-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-webkit-box-orient:horizontal!important;-webkit-box-direction:reverse!important;-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-webkit-box-orient:vertical!important;-webkit-box-direction:reverse!important;-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-webkit-box-pack:start!important;-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-webkit-box-pack:end!important;-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-webkit-box-pack:center!important;-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-webkit-box-pack:justify!important;-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-webkit-box-align:start!important;-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-webkit-box-align:end!important;-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-webkit-box-align:center!important;-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-webkit-box-align:baseline!important;-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-webkit-box-align:stretch!important;-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
/* End */
/* /bitrix/templates/sagitta-stk_2017/components/bitrix/menu/top-menu/style.css?15707847422821 */
/* /bitrix/templates/sagitta-stk_2017/styles.css?156049424024064 */
/* /bitrix/templates/sagitta-stk_2017/template_styles.css?157586667636353 */
/* /bitrix/templates/sagitta-stk_2017/catalog-new/catalog.css?15758668667402 */
/* /bitrix/templates/sagitta-stk_2017/catalog-new/bootstrap-grid.min.css?151630018834243 */
