@charset "utf-8";

/* additional styles */

.btn input[disabled] {
	background-color: rgba(255,255,255,0.8);
}




.selected_filters {
	line-height: 22px;
	padding: 6px 0 0 0;
	margin: 0 15px -9px 15px;
	border-bottom: 1px solid #e6e6e6;
	position: relative;
}
.selected_filters:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}
.selected_filters .link {
	white-space: nowrap;
	font-size: 12px;
	margin: 2px 2px 3px 0;
	display: inline-block;
	line-height: 23px;
	height: 25px;
	padding: 0 28px 0 12px;
	border: 1px solid #dfdfdf;
	background: #f8f8f8;
	border-radius: 13px;
	-webkit-border-radius: 13px;
	max-width: 270px;
	overflow: hidden;
	position: relative;
}
.selected_filters .link .shad {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 248px;
	right: 0;
	background: #f8f8f8;
	border-radius: 0 13px 13px 0;
	-webkit-border-radius: 0 13px 13px 0;
	border: 0;
}
.selected_filters .link .shad:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 100%;
	width: 30px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOGY4ZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(left, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
	background: -webkit-linear-gradient(left, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
	background: linear-gradient(to right, rgba(248,248,248,0) 0%, rgba(248,248,248,1) 100%);
}
.selected_filters .link .cross {
	position: absolute;
	top: 50%;
	right: 8px;
	border: 0;
	z-index: 6;
	width: 10px;
	height: 10px;
	margin: -5px 0 0 3px;
}
.selected_filters .link .cross:before,
.selected_filters .link .cross:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(../img/cross2.png)/*tpa=http://triod.ru/markup/img/cross2.png*/ no-repeat;
	background-size: 100% auto;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.selected_filters .link .cross:after {
	opacity: 0;
	background-position: 0 -12px;
}

.selected_filters .link:hover .cross:before {
	opacity: 0;
}

.selected_filters .link:hover .cross:after {
	opacity: 1;
}




/* Оверлей загрузки/обновления данных фильтра */
.filterLoading {
	display: none;
	position: absolute;
	z-index: 999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #fff url('/img/ajax-loader.gif') no-repeat center center;
	opacity: 0.9;
}


/* редизайн header*/
/*02.07.19 start*/
.blue {
	color: #1464c0;
}

.btn.bg-border-grey {
	background-color: #f5f5f5;
	box-shadow: inset 0 0 0 1px #e0e0e0;
	color: #000;
}
.btn.bg-border-grey:hover {
	background-color: #fff;
	box-shadow: inset 0 0 0 1px #dfdfdf;
}
.btn.bg-border-blue {
	background-color: transparent;
	box-shadow: inset 0 0 0 1px #1565c0;
	color: #1565c0;
}
.btn.bg-border-blue:hover {
	background-color: #1565c0;
	box-shadow: none;
	color: #fff;
}
.header .line1 .r > * {
	margin-left: 10px;
}
.header .line1 .r > *:first-child {
	margin-left: 0;
}
.header .line1 .menu {
	flex: 0 0 auto;
	margin-right: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: 0;
}
@media(max-width: 1100px) {
	.header .line1 .menu {
		margin-left: auto;
	}
}
.header .line1 .menu > * {
	margin-right: 40px;
}
.header .line1 .menu > *:first-child {
	margin-left: 0;
}
.header .line1 .menu .link-back:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
	background: url(../img/icon-back-white.png) no-repeat;
	background-size: 100% 100%;
	width: 15px;
	height: 15px;
}
.header .line1 .pic {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	height: 16px;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	vertical-align: middle;
	border: 0!important;
	margin: 0 10px 0 0;
	position: relative;
	top: -1px;
}
.header .line1 .pic img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-height: 100%;
}
.header .line2, .header .line3 {
	border-bottom: 1px solid #e0e0e0;
}
.header .line2 {
	padding: 33px 0 32px 0;
}
.header .line2 .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.header .line2 .el.logo {
	margin: -20px 0 -20px 0;
	line-height: 80px;
	padding: 0;
	width: 250px;
}
.header .line2 .el.logo img {
	max-height: 54px;
	max-width: 100%;
	width: auto;
	height: auto;
}
.header .line2 .el {
	position: relative;
	padding-left: 20px;
}
.header .line2 .pic {
	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: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 0;
	width: 16px;
	height: 16px;
	margin: -8px 0;
}
.header .line2 .pic .num {
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	font-weight: bold;
	font-size: 10px;
	line-height: 13px;
	min-width: 13px;
	padding: 0 2px;
	background: #d83d42;
	border-radius: 7px;
	box-shadow: 0 0 0 2px #fff;
	margin: -6px -9px;
}
.header .line2 .el.cart {
	padding-left: 45px;
}
.header .line2 .el.cart .pic {
	width: 25px;
	height: 25px;
	margin: -10.5px 0;
}
.header .line2 .pic img {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.header .line2 .el.cart a {
	color: #000;
	text-decoration: none;
}

.header .line2 .phone {
	font-weight: bold;
	font-size: 18px;
	white-space: nowrap;
}
.header .line2 .phone .btn {
	height: 25px;
	line-height: 25px;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px!important;
	padding: 0 17px;
	top: -1px;
	margin: 0 0 0 10px;
}

.header .line3 .search {
	-webkit-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
	position: relative;
}
.header .line3 .search input[type="text"], .header .line3 .search .label {
	display: block;
	width: 100%;
	font-size: 15px;
	padding: 14px 85px 14px 12px;
	border-radius: 2px;
	white-space: nowrap;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
}
.header .line3 .search input[type="text"] {
	z-index: 4;
	position: relative;
	background-color: #fff;
	height: 50px;
}
.header .line3 .search input[type="text"].placeholder {
	background-color: transparent!important;
	z-index: 2;
}
.header .line3 .search input:focus {
	border-color: #000;
}
.header .line3 .search input:focus ~ .btn {
	box-shadow: inset -1px 1px 0 #000, inset 0 -1px 0 #000!important;
}
.header .line3 .search .label {
	position: absolute;
	top: 0;
	left: 0;
	border-color: transparent;
	color: #a0a0a0;
}
.header .line3 .search .label a {
	color: inherit;
	position: relative;
	z-index: 3;
}
.header .line3 .search input[type="text"]:focus + .label a {
	z-index: auto;
}
.header .line3 .search input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 100%;
	background: url(../img/icon-search-dark.svg) no-repeat 50% 50%;
	background-size: auto 22px;
	border: 0;
	cursor: pointer;
	z-index: 5;
}
.header .line3 .search .btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 5;
}
.search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	z-index: 100;
	max-height: 50vh;
	overflow: hidden;
	overflow-y: auto;
	border-radius: 0 0 2px 2px;
	margin: -1px 0 0 0;
	background: #fff;
	border: 1px solid #000;
	font-size: 15px;
	line-height: 20px;
	display: none;
}

.search-results.hovering {
	display: block;
}
.search input:focus ~ .search-results {
	display: block;
}
.search-results .ind {
	padding: 13px 10px;
}
.search-results .line {
	height: 1px;
	background: #d2d2d2;
}
.search-results ul {
	list-style: none;
	margin: 7px 0 0 0;
	padding: 0;
}
.search-results ul:first-child {
	margin-top: 0;
}
.search-results li {
	margin: 3px 0 0 0;
	padding: 0;
}
.search-results li:first-child {
	margin-top: 0;
}
.search-results li:before {
	display: none;
}

/*02.07.19 end*/


.callme-main .row + .row {
	margin-top: 14px;
}
