.search-yandex-popup{	
	width: 1304px;
	max-height: 698px;	
	padding: 24px 32px;
	position: fixed;
	left: 50%;
	top: 0;
	-moz-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);	
	-webkit-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	-moz-box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	box-shadow: 0 0 24px rgba(85, 104, 110, 0.36);
	background: #fff;
	z-index: 1040;
}

.search-yandex-input{
	width: 100%;
	position: relative;
}

.search-yandex-input > input[type="text"]{
	width: -moz-calc(100% - 48px);
	width: -webkit-calc(100% - 48px);
	width: calc(100% - 48px);
	height: 60px;
	padding-left: 54px;
	padding-right: 54px;
	font-family: "Museo Sans Cyrl 500", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #263238;
	outline: none;
	border: none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 9px 24px rgba(38, 50, 56, 0.16);
    -moz-box-shadow: 0px 9px 24px rgba(38, 50, 56, 0.16);
    box-shadow: 0px 9px 24px rgba(38, 50, 56, 0.16);	
	background: #fff;
}

.search-yandex-icon{
	position: absolute;
	left: 18px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.search-yandex-icon > i{
	font-size: 24px;
	color: #b2c7cb;
}

.search-yandex-microphone{	
	padding: 28px;
	position: absolute;
	right: 36px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-moz-border-radius: 40px;
	-webkit-border-radius: 40px;
	-khtml-border-radius: 40px;
	border-radius: 40px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.bx-no-touch .search-yandex-microphone:not(.active):hover,
.bx-touch .search-yandex-microphone:not(.active):active{
	background: #e3ecef;
}

.search-yandex-microphone.active{
	background: #6639b6;
}

.search-yandex-microphone > i{
	font-size: 24px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;	
}

.bx-no-touch .search-yandex-microphone:not(.active):hover > i,
.bx-touch .search-yandex-microphone:not(.active):active > i{
	color: #78909c;
}

.search-yandex-microphone.active > i{
	color: #fff;
}

.search-yandex-close{
	position: absolute;
	right: 0;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	cursor: pointer;
}

.search-yandex-close > i{
	font-size: 24px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .search-yandex-close:hover > i,
.bx-touch .search-yandex-close:active > i{
	color: #6639b6;
}

.search-yandex-check-available{
	margin-top: 18px;
}

.search-yandex-check-available label{
	display: flex;
	margin: 0;
	font-weight: 400;
	cursor: pointer;
}

.search-yandex-check-available input[type="checkbox"]{
	display: none;
}

.search-yandex-check-available-check{
	width: 18px;
	height: 18px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #e3ecef;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .search-yandex-check-available label:hover .search-yandex-check-available-check,
.bx-touch .search-yandex-check-available label:active .search-yandex-check-available-check{
	background: #78909c;
}

.search-yandex-check-available input[type="checkbox"]:checked ~ .search-yandex-check-available-check{
	background: #6639b6;
}

.search-yandex-check-available-check > i{
	display: none;
	font-size: 12px;
	color: #fff;
}

.search-yandex-check-available input[type="checkbox"]:checked ~ .search-yandex-check-available-check > i{
	display: inline-block;
}

.search-yandex-check-available-title{
	margin-left: 9px;
	color: #78909C;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .search-yandex-check-available label:hover .search-yandex-check-available-title,
.bx-touch .search-yandex-check-available label:active .search-yandex-check-available-title,
.search-yandex-check-available input[type="checkbox"]:checked ~ .search-yandex-check-available-title{
	color: #263238;
}

.search-yandex-result{
	max-height: -moz-calc(698px - 48px - 60px - 40px);
	max-height: -webkit-calc(698px - 48px - 60px - 40px);
	max-height: calc(698px - 48px - 60px - 40px);
	display: none;
	margin-top: 40px;	
	overflow: auto;
	scrollbar-width: thin;
	scrollbar-color: #b2c7cb #e3ecef;
}

.search-yandex-check-available + .search-yandex-result{
	max-height: -moz-calc(698px - 48px - 60px - 37px - 18px);
	max-height: -webkit-calc(698px - 48px - 60px - 37px - 18px);
	max-height: calc(698px - 48px - 60px - 37px - 18px);
	margin-top: 18px;
}

.slide-panel .search-yandex-result,
.slide-panel .search-yandex-check-available + .search-yandex-result{
	max-height: unset;
	flex-direction: column;
	margin: 18px -32px 0;
	overflow: hidden;
}

.search-yandex-result::-webkit-scrollbar{
	width: 4px;
}

.search-yandex-result::-webkit-scrollbar-track{
	background: #e3ecef;
}

.search-yandex-result::-webkit-scrollbar-thumb{
	background: #b2c7cb;
}

.search-yandex-sections,
.search-yandex-items{
	display: flex;
	flex-direction: column;
}

.search-yandex-sections{
	margin-right: 24px;
	border-top: 1px solid #f1f6f7;
}

.slide-panel .search-yandex-sections{
	max-height: 92px;
	flex-direction: row;
	flex-wrap: wrap;
	margin-left: -6px;
	margin-right: 0;
	margin-top: -6px;
	padding: 0 32px;
	position: relative;
	overflow: hidden;
	border: none;
}

.slide-panel .search-yandex-sections.active{
	max-height: unset;
	overflow: visible;
}

.search-yandex-section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 0 19px;
	border-bottom: 1px solid #f1f6f7;
	white-space: nowrap;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
	cursor: pointer;
}

.slide-panel .search-yandex-section{
	margin-left: 6px;
	margin-top: 6px;
	padding: 9px 16px 8px;
	border: 2px solid #e3ecef;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}

.bx-no-touch .search-yandex-section:hover,
.bx-touch .search-yandex-section:active{
	color: #6639b6;
}

.bx-no-touch .slide-panel .search-yandex-section:not(.search-yandex-section-btn):hover,
.bx-touch .slide-panel .search-yandex-section:not(.search-yandex-section-btn):active{
	color: #263238;
	border-color: #78909c;
	background: #e3ecef;
}

.slide-panel .search-yandex-section.active,
.bx-no-touch .slide-panel .search-yandex-section.active:hover,
.bx-touch .slide-panel .search-yandex-section.active:active{
	border-color: #6639b6;
	background: rgba(102, 57, 182, 0.16);
}

.search-yandex-section:not(.search-yandex-section-btn) > span{
	margin-left: 6px;
	padding: 2px 5px 1px;
	font-size: 11px;
	color: #566b75;
	line-height: 13px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: #e3ecef;
}

.slide-panel .search-yandex-section:not(.search-yandex-section-btn) > span{
	background: #ced9db;
}

.search-yandex-section:not(.search-yandex-section-btn).active > span{
	color: #fff;
	background: #6639b6;
}

.slide-panel .search-yandex-section:not(.search-yandex-section-btn).active > span,
.bx-no-touch .slide-panel .search-yandex-section:not(.search-yandex-section-btn).active:hover > span,
.bx-touch .slide-panel .search-yandex-section:not(.search-yandex-section-btn).active:active > span{
	background: #78909c;
}

.search-yandex-section-btn-container{
	position: absolute;
	right: 32px;
	bottom: 0;
	background: #fff;
}

.search-yandex-sections.active .search-yandex-section-btn-container{
	margin-left: 6px;
	margin-top: 6px;
	position: static;
}

.search-yandex-section-btn-container:before{
	width: 74px;
	position: absolute;
	right: 100%;
	top: 0;
	bottom: 0;
	content: "";
	background: -moz-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: -webkit-linear-gradient(left, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	background: linear-gradient(to right, rgba(241, 246, 247, 0) 0%, #fff 86%, #fff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00f1f6f7', endColorstr='#ffffff', GradientType=1);
}

.search-yandex-sections.active .search-yandex-section-btn-container:before{
	content: none;
}

.slide-panel .search-yandex-section-btn{
	display: flex;
	align-items: center;
	margin: 0;
	border-color: #f1f6f7;
	background: #f1f6f7;
	cursor: pointer;
}

.search-yandex-section-btn > span{
	padding-right: 12px;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .search-yandex-section-btn:hover > span,
.bx-touch .search-yandex-section-btn:active > span{
	color: #6639b6;
}

.search-yandex-section-btn > i{
	font-size: 16px;
	color: #b2c7cb;
	-webkit-transition: all 0.15s ease 0s;
	-moz-transition: all 0.15s ease 0s;
	-o-transition: all 0.15s ease 0s;
	transition: all 0.15s ease 0s;
}

.bx-no-touch .search-yandex-section-btn:hover > i,
.bx-touch .search-yandex-section-btn:active > i{
	color: #6639b6;
}

.search-yandex-items{
	flex-grow: 1;
}

.slide-panel .search-yandex-items{
	flex-grow: unset;
}

.search-yandex-item{
	display: flex;
	align-items: center;
	padding: 18px 16px;
	border-bottom: 1px solid #e3ecef;
}

.slide-panel .search-yandex-item{
	padding-left: 32px;
	padding-right: 32px;
}

.search-yandex-item-image{
	width: 50px;
	min-width: 50px;
	margin-right: 12px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.search-yandex-item-image > img{
	width: auto;
	max-width: 50px;
	height: auto;
	max-height: 50px;
}

.search-yandex-item-info{
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.search-yandex-item-title:link,
.search-yandex-item-title:visited{
	color: #263238;	
	text-decoration: none;
}

.bx-no-touch .search-yandex-item-title:hover,
.bx-touch .search-yandex-item-title:active{
	color: #6639b6;
}

.search-yandex-item-props{
	margin-top: 6px;
}

.search-yandex-item-prop{
	font-size: 14px;
	color: #78909c;
	line-height: 17px;
}

.search-yandex-item-price{
	margin-left: 12px;
	text-align: right;
	white-space: nowrap;
}

.search-yandex-item-price-current{	
	color: #000;
}

.search-yandex-item-price-old{
	font-size: 14px;
	color: #566b75;
	text-decoration: line-through;
	line-height: 17px;
}

/***WAIT***/
.search-yandex-wait{
	width: 24px;
	height: 24px;
	display: none;	
	position: absolute;
	left: 18px;
	top: 50%;
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #fff;
}

.slide-panel .search-yandex-wait{
	width: 18px;
	height: 18px;
	left: 10px;
	top: 10px;
	-moz-transform: unset;
	-o-transform: unset;
	-webkit-transform: unset;
	transform: unset;
}

.search-yandex-wait:after,
.search-yandex-wait > div,
.search-yandex-wait > div > span,
.search-yandex-wait > div > span:after{
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.search-yandex-wait:after{
	content: "";
	border: 3px solid #e3ecef;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
}

.search-yandex-wait > div{
	z-index: 1;
	-webkit-animation: loaderRotate1 4.8s linear infinite;
	animation: loaderRotate1 4.8s linear infinite;
}

.search-yandex-wait > div > span{
	clip: rect(0, 24px, 24px, 12px);
	-webkit-animation: loaderRotate2 1.2s linear infinite;
	animation: loaderRotate2 1.2s linear infinite;
}

.slide-panel .search-yandex-wait > div > span{
	clip: rect(0, 18px, 18px, 9px);
}

.search-yandex-wait > div > span:after{
	content: "";
	clip: rect(0, 24px, 24px, 12px);
	border: 3px solid #6639b6;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	-webkit-animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
	animation: loaderRotate3 1.2s cubic-bezier(0.770, 0.000, 0.175, 1.000) infinite;
}

.slide-panel .search-yandex-wait > div > span:after{
	clip: rect(0, 18px, 18px, 9px);
}

/***DESKTOPS_LARGE_DESKTOPS***/
@media(min-width: 1043px) and (max-width: 1379px){
	.search-yandex-popup{
		width: 100%;		
		left: 0;		
		-moz-transform: none;
		-o-transform: none;
		-webkit-transform: none;
		transform: none;
	}
}