

/* Start:/local/templates/sag-v3/components/bitrix/catalog/last_tpl/style.css?1777065101697*/
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

/* grid2x1 */
.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
/* End */


/* Start:/local/templates/sag-v3/components/kratkar/catalog.smart.filter/base-filter/style.css?17770651017234*/
.hidden {
	display:none!important;
}
.base-checkbox {
	position: relative;
  }
  
  .base-checkbox__input {
	position: absolute;
	width: 0;
	height: 0;
	opacity: 0;
	visibility: hidden;
  }
  
  .base-checkbox__input:checked + .base-checkbox__text:after {
	-webkit-transform: scale(1);
	transform: scale(1);
  }
  
  .base-checkbox__text {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	font-size: 14px;
	line-height: 19px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	cursor: pointer;
  }
  
  .base-checkbox__text:before {
	content: "";
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin: 2px 10px 0 0;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 16px;
	flex: 0 0 16px;
	left: 0;
	width: 16px;
	height: 16px;
	background-color: transparent;
	border: 1px solid #AEBCBC;
	border-radius: 2px;
  }
  
  .base-checkbox__text:after {
	content: "";
	position: absolute;
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
	background: #F33350 url("/local/templates/sag-v3/components/kratkar/catalog.smart.filter/base-filter/images/tick.svg") 3px 2.5px/12px 11px no-repeat;
	-webkit-transform: scale(0);
	transform: scale(0);
	border-radius: 2px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }

.base-filter__form {
	background: #F8FBFB;
	border: 1px solid #DEE7E7;
	border-radius: 5px;
	padding: 40px 40px 0;
  }
  
  .base-filter__button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-bottom: 40px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
  }
  
  .base-filter__button span {
	margin-right: 12px;
	font-weight: 700;
	font-size: 21px;
	line-height: 119.0476190476%;
	text-decoration: underline;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }
  
  .base-filter__button svg {
	width: 8px;
	height: 16px;
	fill: #000;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
  }
  
  .base-filter__button.active svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .base-filter__actions {
	padding-bottom: 40px;
  }
  .base-filter__actions button {
	cursor: pointer;
  }
  .base-filter__actions button[disabled] {
	cursor: not-allowed;
	background: rgb(243 51 80 / 30%);
  }
  
  .base-filter__submit {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #F33350;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #fff;
	font-size: 16px;
	line-height: 19px;
	min-height: 50px;
	padding: 0 44px;
	border-radius: 5px;
	border: none;
  }
  
  .base-filter__reset {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
	background: #fff;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	color: #000;
	font-size: 16px;
	line-height: 19px;
	min-height: 50px;
	padding: 0 30px;
	border-radius: 5px;
	border: 1px solid #DEE7E7;
  }

  .bx-filter-popup-result {
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
	line-height: 19px;
	min-height: 50px;
	padding: 0 30px;
	border-radius: 5px;
	border: 1px solid #DEE7E7;
	margin-left: 10px;
  }
  
  .content-base-filter__column {
	margin-bottom: 40px;
  }
  
  .content-base-filter__title {
	cursor: pointer;
	padding-bottom: 20px;
	margin-right: 10px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
  }
  
  .content-base-filter__title span,
  .content-base-filter__title a {
	font-size: 16px;
	line-height: 118.75%;
	color: #000;
	margin-right: 10px;
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration: none;
  }
  
  .content-base-filter__title svg {
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	height: 13px;
	width: 7px;
	fill: #000;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
  }
  
  .content-base-filter__title.active svg {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
  }
  
  .content-base-filter__body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
  }
  
  .content-base-filter__checkbox {
	margin-bottom: 20px;
  }
  .content-base-filter__checkbox:hover,
  .content-base-filter__checkbox:hover a {
	color: #ed364e;
  }
  
  .content-base-filter__checkbox:last-child {
	margin: 0;
  }

  .content-base-filter__checkbox a {
	color: #000;
  }
/*
.content-base-filter__body_underlined .base-checkbox__text {
	text-decoration: underline;
  }
  .content-base-filter__body_underlined .base-checkbox__text:hover {
	text-decoration: none;
  }
  .content-base-filter__body_underlined a {
	color: #000;
  }*/
  
  @media (min-width: 767.98px) {
	.base-filter__actions {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	}
  
	.base-filter__submit {
	  margin-right: 10px;
	}
  
	.content-base-filter {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  -ms-flex-wrap: wrap;
	  flex-wrap: wrap;
	  margin: 0 -15px;
	}
  
	.content-base-filter__column {
	  padding: 0 15px;
	}
  
	.content-base-filter__column {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 1 50%;
	  flex: 0 1 50%;
	}
  }
  
  @media (min-width: 991.98px) {
	.content-base-filter__column {
	  -webkit-box-flex: 0;
	  -ms-flex: 0 1 33.333%;
	  flex: 0 1 33.333%;
	}
  }
  
  @media (max-width: 991.98px) {
	.base-filter__form {
	  padding: 20px 20px 0;
	}
  
	.base-filter__button {
	  margin-bottom: 30px;
	}
  
	.base-filter__actions {
	  padding-bottom: 20px;
	}
  }
  
  @media (max-width: 767.98px) {
	.base-filter__submit {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  width: 100%;
	  margin-bottom: 10px;
	}
  
	.base-filter__reset {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  width: 100%;
	}
  }
  
  @media (any-hover: hover) {
	.base-filter__button:hover span {
	  color: #F33350;
	}
  
	.base-filter__button:hover svg {
	  fill: #F33350;
	}
  
	.base-filter__submit:hover {
	  background: #b7293d;
	}
  
	.base-filter__reset:hover {
	  border-color: #F33350;
	  background: #F33350;
	  color: #fff;
	}
  
	.content-base-filter__title:hover span,
	.content-base-filter__title:hover a {
	  color: #F33350;
	}
  
	.content-base-filter__title:hover svg {
	  fill: #F33350;
	}
  }
/* End */
/* /local/templates/sag-v3/components/bitrix/catalog/last_tpl/style.css?1777065101697 */
/* /local/templates/sag-v3/components/kratkar/catalog.smart.filter/base-filter/style.css?17770651017234 */
