

/* Start:/local/templates/electro/css/secondary.css?17237965052441*/

.container:after,
.container:before {
  content: none;
}



.islider__item, .islider__item {
  position: relative;
}
.islider__image:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: linear-gradient(#000000 40%, #000000 0%), rgba(0, 0, 0, 0.8);
  
  opacity: 0.65;
}
.islider__image img {
  width: 100%;
}
.islider__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.islider h1, .islider .h1 {
  font-size: 48px;
  letter-spacing: 0.05em;
  color: #fff;
}
.islider__text {
  color: #D9D9D9;
}
.islider__image video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.breadcrumbs, 
.breadcrumbs span {
  color: #fff;
}
.islider__content__block {
    min-height: 280px;
    justify-content: flex-end;
    /* padding-bottom: 40px; */
}

.dcar__chars__groups {}
.dcar__chars__group {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 20px 0;
  border-bottom: 1px solid #0000001a;
}
.dcar__chars__title {
  cursor: pointer;
}
.dcar__chars__content {
  display: none;
  border-bottom: 1px solid #0000001a;
}
.plus__icon {
  position: relative;
  overflow: hidden;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.dcar__chars__title .plus__icon {
  margin-right: 30px;
}
/*
.plus__icon:before {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #DAA46A;
    position: absolute;
    top: 7px;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.plus__icon:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: #DAA46A;
  position: absolute;
  top: 7px;
  left: 0;
  transform: rotate(90deg);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.plus__icon.active:after, 
.active .plus__icon:after {
  top: -100%;
  opacity: 0;
}
*/

.active .plus__icon {
  transform: rotate(180deg);
}

/* End */


/* Start:/local/templates/electro/components/bitrix/catalog/electrocars/style.css?17248291257298*/
.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%;
	box-sizing: border-box;
}
.smart-filter-parameters-box {
    /* position: relative; */
}

.infilter__checkbox input {
    display: none;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0,0,0,.25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
    print-color-adjust: exact;
}
.infilter__checkbox label {
    cursor: pointer;
}
.smart-filter-checkbox-text, .smart-filter-dropdown-text {
    font-size: 14px;
}
.infilter__checkbox label:before {
    content: "";
    display: block;
    width: 16px;
    height: 16px;
    margin-right: 16px;
    border: 1px solid #E3E3E5;
    border-radius: 4px;
    background: #fff;
    background-size: 8px!important;
    background-position: 50% 50%!important;
}
.infilter__checkbox input:checked+label:before {
    background: #03BFB5 url(/upload/images/check.svg) no-repeat 50% 50%;
    border-color: #03BFB5;
}
.infilter__checkbox label.disabled {
    pointer-events: none;
    color: #e4e4e4!important;
}
.infilter__slider__block .smart-filter-slider-range {
    z-index: 100;
}
.smart-filter-slider-range .smart-filter-slider-handle {
    background: #fff;
    width: 24px;
    height: 24px;
    top: -10px;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.smart-filter-slider-handle.left {
    margin: 0;
    margin-left: -12px;
}
.infilter__values {
    margin-top: 20px;
}
.infilter__val input {
    height: 50px;
    background: none;
    border-radius: 10px;
    border: 1px solid #E3E3E5;
    padding: 13px 20px;
}
.form-control:focus {
    border-color: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;
}
.smart-filter-parameters-box-container{
	margin-top: 15px;
}

.instock, .-instock-row, .-iinstock-row {
    display: flex;
}
.-iinstock-row {
    flex-wrap: wrap;
    /* justify-content: space-around; */
}
.iinstock__item {
    margin: 20px 12px;
}
@media (max-width: 960px) {
	.grid2x1 .bx_sidebar { padding-left: 4%; }
}

@media (max-width: 640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar {
		width: 100%;
		float: none;
	}

	.grid2x1 .bx_sidebar { padding-left: 3%; }
}

@media (max-width: 479px) {
	.grid2x1 .bx_sidebar { padding-left: 1%; }
}

.catalog-block-header {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0;
	padding: 5px 0;
	border-bottom: 2px solid #d9dee6;
	border-bottom-color: var(--primary);
	color: #000;
}

.cars__sort {
    position: relative;
    justify-content: flex-end;
    z-index: 1;
}
.cars__sort__block {
    position: relative;
    min-width: 220px;
}
.csort__title {
    cursor: pointer;
    padding: 8px 24px;
    align-items: center;
}
.csort__title svg {
    /* fill: #fff; */
    width: 14px;
    margin-left: 8px;
    margin-top: 3px;
    /* transform: rotate(90deg); */
}
.csort__list {    
    z-index: 1;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    border: none;
    background: #fff;
    opacity: 0;
    /* min-width: 200px; */
    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;
}
.csort__item {
    padding: 4px 24px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.csort__item.active {
    font-weight: bold;
}
.cars__sort.active .csort__title svg{
    transform: rotate(180deg);
}
.cars__sort.active .csort__list {
    opacity: 1;
    pointer-events: all;
}

.sections_top {
	margin-top: 30px;
	margin-bottom: 40px;
    align-items: center;
}
.sections_top-left, 
.sections_top-right .view-mode, 
.sort-switch a{
	display: flex;
	align-items: center;
}
.sections_list a{
	color: #000;
}
.sort-switch {
	display: flex;
	margin-left: 40px;
}
.grow-list {
	margin-left: 13px;
	margin-right: 13px;
    display: flex;
    cursor: pointer;
    opacity: .5;
}
.same-list {
    display: flex;
    cursor: pointer;
    opacity: .5;
}

.grow-list.active,
.same-list.active {
	opacity: 1;
}
.sort-switch a {
	color: #000;
}
.sort-switch a.active {
	font-weight: bold;
}
.filter-btn {
	cursor: pointer;
}
.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

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

}

.catalog-block-header{
	font-size: 2.9em;
	font-weight: 700;
	text-align: left;
	margin-bottom: 40px;
	color: #000;
	text-transform: uppercase;
}

body.bx-theme-blue .catalog-block-header{border-color:#006cc0;}
body.bx-theme-green .catalog-block-header{border-color:#63aa28;}
body.bx-theme-red .catalog-block-header{border-color:#da3737;}
body.bx-theme-yellow .catalog-block-header{border-color:#f4b236;}


/* Новые стили  */
.filter-block {
	background: #fff;
    z-index: 10010;
    overflow: hidden;
    transition: left .4s ease 0s, opacity .4s ease 0s;
    position: fixed;
    left: -100%;
    top: 0;
    bottom: 0;
    width: 448px;
    max-width: 100%;
	padding: 44px;
}
.filter-block.active {
	left: 0;
	box-shadow: 3px 0 10px 0 rgba(0, 0, 0, 0.45);
}
.filter-close {
	cursor: pointer;
}
form.smart-filter-form {
	max-height: 90vh;
	overflow-y: scroll;
}
.catalog__filter {
    /* position: relative; */
}
.bx_filter_title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
}
.bx_filter_search_reset {
    cursor: pointer;
    outline: none;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
    display: inline-block;
    color: #03BFB5;
    border: none;
    background: none;
    position: absolute;
    top: 55px;
    left: 170px;
}
.bx_filter_parameters_box_title {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0.8);
    position: relative;
    border: 1px solid #E3E3E5;
    border-radius: 10px;
    padding: 13px 20px;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 80em){
    .view-mode span {
        display: none;
    }
    .cars__sort__block {
        min-width: unset;
    } 
    .filter-block {
        padding: 15px;
    }
}
/* Новые стили  */
/* End */


/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?171100727864*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */
/* /local/templates/electro/css/secondary.css?17237965052441 */
/* /local/templates/electro/components/bitrix/catalog/electrocars/style.css?17248291257298 */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?171100727864 */
