@charset 'UTF-8';

.dropdown--search .search-result__image{
	display: none;
}
.payment-radio__photo.payment-radio__photo--text, .payment-radio__photo--text{
	display: none;
}
.payment-radio__title{
	margin-top: 20px !important;
}
.order__comment textarea{
	min-height: 100px !important;
}

@media screen and (max-width: 501px) {
	.compare__criteria-title{
		position: relative;
		width: 100vw !important;
		font-size: 12px;
	}
}
.card-page__rating{
	background: none !important;
}
.zoomWindow{
	background-color: #fff !important;
}
	.card--default .card__colors, .card--default--horizontal .card__colors, .card--catalog-category .card__colors, .card--shop .card__colors{
		margin-top: 0 !important;
	}


	.adm-warning-block{
		display: none !important;
	}
	html body #bx-panel, #bx-panel.bx-panel-folded #bx-panel-top{
		position: static !important;
	}
	#bx-panel .adm-warning-block, .card-page__delivery__city{
		display: none !important;
	}
	#cardTabContent .container{
		margin-bottom: 0 !important;
	}
	.nopleft{
		padding-left: 0 !important;
	}
	.smart-filter-preloader {
		text-align: center;
	}
	.catalog-filter.preload div:not(.smart-filter-preloader) {
		display: none;
	}

	.anouncment-container {
		height: 33px;
		background: #F9AD14;
		background: linear-gradient(#F9AD14, #FCC307);
	}

	.anouncment-container a {
		line-height: 37px;
    color: #fff;
    font-size: 14px;
    font-family: 'Nunito', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    letter-spacing: 1px;
	}
	.anouncment-container a span {
		color: rgb(222, 116, 52);
	}

@media screen and (max-width: 786px) {

	.header.sticked .anouncment-container {
		display: none;
	}
	.anouncment-container {
		height: auto;
		padding: 10px 0px;
	}
	.anouncment-container a {
		font-size: 11px;
		line-height: 19px;
	}
	.anouncment-container a span {
		display: block;
	}
}

.like_h5{
	font-size: 1.25rem;
	margin-bottom: 0;
	font-family: 'Nunito', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.like-h4 {
	font-size: 1.5rem;
	margin-bottom: 0;
	white-space: nowrap;
	font-family: 'Nunito', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.filter_h4 {
	font-size: 1.5rem;
	white-space: nowrap;
	font-family: 'Nunito', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
	color: #2e3039;
	font-weight: bold;
}

.section__head .btn-go {
	margin-left: 20px;
}

@media (max-width: 760px) {
	.preCard {
		display: flex;
	}
}

.header__mobile_page-title p {
	font-size: 1.5rem;
	width: 100%;
	margin: 0;
	padding: 0 15px;
}

.video_wrap {
	max-width: 742px;
}
.dropdown-menu--multiple-select .dropdown-item.child-item-filter {
	padding-left: 10px;
}

.menu__submenu_2 {
	position: fixed;
	z-index: 15;
	top: 140px;
	right: -100%;
	overflow: hidden;
	width: 100%;
	min-height: 100%;
	max-height: 100%;
	padding: 0;
	list-style: none;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	background: #fff;
    padding-bottom: 140px;
}

@media only screen and (max-width: 574px) {
    .menu__submenu_2 {
        top: 78px;
        padding-bottom: 62px;
    }
}


.has-submenu.active > .menu__submenu_2 {
	right: 0;
	overflow: auto;
}

@media only screen and (max-width: 575px) {
	.menu--mobile .menu__submenu_2.show {
		overflow-x: hidden;
		overflow-y: auto;
	}
	button.btn.btn-primary.catalog-filter__search-result {
		font-size: .7rem;
		padding: 0 15px;
	}
	.modal__clear-filter span.d-none.d-sm-inline {
		margin-left: 5px;
	}
}

.menu--mobile .menu__submenu_2 > li {
	width: 100%;
	height: 75px;
	margin-right: 0;

	opacity: 1;
}

.menu--mobile .menu__submenu_2 > li:not(:last-child) {
	border-bottom: 1px solid #ccc;
}

.menu--mobile .menu__submenu_2 > li > a {
	font-size: 1.25rem;
	line-height: 75px;

	position: relative;

	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	width: 100%;
	height: 75px;
	padding-left: 30px;

	color: #7d8899;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 575px) {
	.menu--mobile .menu__submenu_2 > li > a {
		line-height: 1.25rem;

		padding-left: 15px;

		white-space: normal;

		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.basket__item {
		overflow: visible;
	}

	.multiselect-wrapper .dropdown-menu.dropdown-menu--single-select.show {
		right: 0;
	}

}

@media only screen and (max-width: 1137px) {
	.payment-radio__title {
		padding: 0 10px 0 60px;
		margin-top: 0px !important;
	}
}

.menu--mobile .menu__submenu_2 > li > a .icon {
	width: 40px;
	margin-right: 10px;

	text-align: center;

	color: #27aae1;
}

.menu--mobile .menu__submenu_2 > li > a .icon:before {
	color: inherit;
}

.menu--mobile .menu__submenu_2 > li .photo {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;

	max-width: 90px;
	max-height: 70px;
	margin-right: 20px;

	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}


.menu--mobile .menu__submenu_2 > li .photo > img {
	max-width: 90px;
	max-height: 70px;
}

@media only screen and (max-width: 575px) {

	.menu--mobile .menu__submenu_2 > li .photo {
		max-width: 40px;
		margin-right: 15px;
	}

	.menu--mobile .menu__submenu_2 > li .photo > img {
		max-width: 40px;
	}

	.subscription-form .subscription-layout tr {
		display: flex;
		flex-wrap: wrap;
		border: none;
	}

	.subscription-form .subscription-layout td {
		width: 100%!important;
		text-align: left!important;
		border: none!important;
		padding: 0 5px!important;
	}

	.modal-pas-require {
		z-index: 9999;
	}
}




font.errortext {
	color: #e70000;
}

.catalog-filter__params {
	flex-wrap: wrap;
}

.link-to-download{
	border: 1px solid white;
	padding: 5px;
}

.modal--cheaper-note {
	font-size: .8em;
}

@media (min-width: 1023px) {
	.modal--cheaper .modal-content {
		max-width: 600px;
	}
}

/* corrections 20.05.19 5 */

@media (max-width: 575px) {

	.page__content-wrapper {
		padding: 15px 0 30px;
	}

	.card-page__mobile-card__head {
		height: auto;
	}

	/* </ card icons */

	.card-page__mobile-card .btn-icon--secondary {
		width: 32px; height: 32px;
		text-align: center;
	}

	.card-page__mobile-card .card-page__actions > * + * {
		margin-left: .5em;
	}

	.card-page__mobile-card .btn-icon::before {
		position: relative;
		top: -2px;
		font-size: 12px;
	}

	/* card icons /> */


	/* </ page header */

	.header__mobile_page-title {
		height: auto;
		padding: 0 0 .5em;
		font-family: 'Nunito', sans-serif;
		text-align: left;
	}

	/* page header /> */

	/* </ header */

	.sticky-wrapper,
	.header__content,
	.header__content > .container {
		height: 52px !important;
	}

	.header__content [class^="icon"] {
		transform: scale(.8);
	}

	.header__bottom__buttons > a {
		margin-right: 0 !important;
	}

	.navbar-toggle {
		position: relative;
		top: -3px;
		height: 23px;
		margin-right: 5px;
	}

	.navbar-toggle span,
	.navbar-toggle:after,
	.navbar-toggle:before {
		width: 22px;
		height: 3px;
	}

	.header__logo .navbar-brand {
		position: relative;
		top: -3px;
		width: 135px;
	}

	.header__search {
		text-align: right;
	}

	.header__search #search {
		top: 33px;
	}

	/* header /> */


	/* </ category menu */

	.category-menu > .nav > .nav-item > a {
		height: 30px;
		font-size: .65rem;
	}

/* corrections 20.05.19  10
   product card corrections */

@media (max-width:  575px) {
	.page__content-wrapper .container {
		margin-bottom: 15px;
	}

	.card-page__tab-content .collapse-title {
		font-size: 1rem !important;
		height: 40px !important;
	}

	.card-page__about__row-head {
		margin-bottom: 15px;
	}

	.card-page__about__spec-group {
		font-size: .75rem;
	}

	.card-page__about__spec-group header {
		font-size: .9rem;
		margin: 5px 0;
	}

	.card-page__about__spec-group:not(:last-child) {
		margin-bottom: 10px;
	}

	.card-page__mobile-card {
		margin-bottom: 10px;
	}

	.card-page__content--mobile-blocks .link-block {
		font-size: .7em !important;
		text-align: left;
	}

	.card-page__content--mobile-blocks .link-block [class^="icon-"]:not(.icon-arrow-right) {
		font-size: 13px;
		width: 36px; height: 36px;
		margin-right: 10px;
	}

	.card-page__form .btn:not(.dropdown-toggle):not(:last-child) {
		margin-bottom: 10px;
	}

	.page__content-block {
		padding-bottom: 10px;
	}

	.card-page__content--mobile-blocks > .card {
		padding: 0 10px;
	}

	.card-page__content .divider {
		margin: 10px 0;
	}

	.card-page__content .form-group.buttons,
	.card-page__content .form-group.buttons2 {
		margin-bottom: 0 !important;
	}

	.card-page__content .form-group.buttons .btn,
	.card-page__content .form-group.buttons2 .btn {
		height: 32px;
		line-height: 32px;
		padding: 0;
		font-size: 12px;
	}

	.it-sku-options-group {
		margin-bottom: 10px;
	}

	.it-prop-name {
		font-size: 12px;
	}

	.it-prop-name .link {
		width: 45%;
		padding: 0 0 0 10px !important;
	}

	.it-prop-name .it-selected-sku-name {
		padding-left: 10px;
	}

	.card__price-block .card__price .price--old {
		font-size: 11px;
	}

	.card__price-block .card__price .price--old::before {
		height: 1px;
		margin-top: 0;
	}

	.card__price-block .card__price .price--sale {
		font-size: 16px !important;
		font-weight: bold !important;
		color: #27aae1;
	}

	.filter_h4 {
		font-size: 1.1rem;
	}

	.card-page__content--mobile-blocks > .card:last-child {
		margin-bottom: 0;
	}

	#cardTabContent [data-target="#deliveryModal"] {
		display: none;
	}

	.section--yellow .cards {
		padding-bottom: 20px;
	}

	.section--yellow + .product-slider {
		display: none;
	}
}

#reviews[role="tabpanel"] .banner__list {
    display: none !important;
}

@media (max-width: 575px) {
	.modal--gift .modal-dialog {
		top: 0 !important;
		height: 100vh;
	}

	.modal--gift .header__mobile_page-title {
		padding-top: 15px;
		padding-bottom: 10px;
	}
}

/* VELO-509
 * ---------------------------------------------------------- */

@media (min-width: 1023px) {
	.your-question {
		margin-top: 2px;
	}
}

@media (min-width: 1365px) {
	.call-us .btn-feedback {
		position: relative;
		transform: translateX(40%);
	}
}

@media (max-width: 1023px) {
	.rent-coorporate__banner .btn-feedback {
		position: relative;
		left: 50%; transform: translateX(-50%);
	}

	.custom-checkbox .custom-control-indicator {
		top: -2px
	}

	.modal--aplication .col-form-label {
		padding-left: .75rem;
	}

	.corporate-slide__img {
		max-width: none;
	}

	.corporate-slide__item img {
		display: inline-block;
		max-width: 116px;
	}
}


/* compare */

.compare__item .card.locked .card__clear .card__clear__item.remove a {
    pointer-events: none;
    cursor: default;
    opacity: .35;
}

/* VELO-343
 * ----------------------------------------------------- */

.card--default--horizontal .card__info {
    position: relative;
    top: 5px;
}

/* gift modal popup */

.modal--gift .modal-content {
	max-width: 600px;
}

.gift__modal__text b {
	display: block;
	margin-top: 20px;
}

.gift__modal__text br {
	display: none !important;
}

.gift__modal__text {
	padding: 10px 20px 30px;
}

.gift__modal__text ul {
	margin: 20px 0 20px;
}

.gift__modal__text li + li {
	margin-top: 5px;
}

.gift__modal__img {
	text-align: center;
}

.category-menu.level2 {
	flex-grow: 10;
}
.adm-warning-block{
	display: none !important;
}




	/* Новые стили для модалки GEO */

	.modal-main,
	.modal-choose_city {
		position: relative;
	}


	.popUpWindow,
	.city-selection {
		position: absolute;
		z-index: 9;
	}

	.header__geomodal .popUpWindow,
	.city-selection {
		position: absolute;
		z-index: 100;
		left: 50%;
		transform: translateX(-50%);
	}

	.city-selection {
		top: 49px;
	}


	.header__geomodal .popUpWindow {
		top: 9px;
	}

	.geoModal2 {
		display: none;
	}

	@media (min-width: 576px) {
		.header__geomodal .popUpWindow {
			top: 9px;
		}

		.city-selection {
			top: 92px;
		}
	}
	/* main modal window */
	.city-selection {
		border-radius: 7px;
		margin-top: 9px;
		padding: 16px;
		max-width: 276px;
		width: 90%;
		box-sizing: border-box;
		background: #fff;
		-webkit-filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
		filter: drop-shadow(0 2px 2px rgba(0, 0, 0, .5));
		font-family: Comfortaa;
	}

	.city-selection:before {
		content: "";
		width: 17px;
		height: 17px;
		margin-left: 32px;
		margin-top: -25px;
		position: absolute;
		background: #fff;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}


	.header__geomodal .city-question {

		font-size: 18px;
		margin-bottom: 8px;
	}


	.header__geomodal .city-buttons .btn-inline,
	.header__geomodal .city-buttons .linkDotted {
		cursor: pointer;
	}

	.header__geomodal .city-buttons {
		font-size: 13px;
		margin-bottom: 12px;
		display: flex;
		align-items: center;
		font-family: Arial;
	}


	.header__geomodal .city-buttons a {
		display: block
	}

	.header__geomodal .city-buttons a:first-of-type {
		color: #fff !important;
	}

	.header__geomodal .city-buttons .btn {
		padding: 0 22px;
		margin-right: 12px;
	}


	.header__geomodal .btn {
		display: block;
		font-weight: 300;
		font-size: 18px;
		font-family: Comfortaa;
		text-decoration: none;
		text-align: center;
		line-height: 32px;
		height: 32px;
		padding: 0 32px;
		margin: 0;
		text-shadow: 0 -1px 0 rgba(0, 0, 0, .31);
		letter-spacing: -.5px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		cursor: pointer;
		border: none;
		box-sizing: border-box;
		border-radius: 6px;
		-webkit-transition: box-shadow .3s ease;
		transition: box-shadow .3s ease;
	}


	.header__geomodal .city-informer {
		max-width: 276px;
	}

	.header__geomodal .geo-modal-form {
		padding: 0;
		margin: 0;
	}


	.header__geomodal .btn-blue-gradient {
		background-color: #27aae1;
	}

	.header__geomodal .c-black {
		border-bottom: 1px #27aae1 dotted !important;
		font-family: Arial;
	}

	a.linkDotted,
	a.linkDotted:active,
	a.linkDotted:link,
	a.linkDotted:visited,
	div.linkDotted {
		text-decoration: none;
	}


	.header__geomodal .popup-info-block {
		margin: 10px 0;
		line-height: 16px;
	}

	.header__geomodal .popup-info-block:before {
		content: "";
		display: inline-block;
		width: 12px;
		height: 12px;
		margin-top: 2px;
		position: absolute;
		border-radius: 50%;
		background: #999 url("data:img/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAAICAQAAAB5JObJAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfhChILLQMUGgGGAAAAHUlEQVQI12P8/5+BgYmBgYGB8T8DAwMLA4yLRgAAgfsEDSw7f/kAAAAASUVORK5CYII=") 5px 2px no-repeat;
	}

	.header__geomodal .popup-info-block span {
		display: inline-block;
		margin-left: 20px;
		font-size: 12px;
		font-style: italic;
	}

	/* choose city modal window */
	.header__geomodal .popUpWindow {
		color: #697180;
		width: 90%;
		max-width: 330px;
		height: auto;
		position: absolute;
		display: block;
		opacity: 1;
		font-family: Comfortaa;
	}

	.header__geomodal .pie i {
		cursor: pointer;
	}

	.header__geomodal .rel-pos {
		z-index: 2000;
	}

	.header__geomodal .ns {
		text-align: left;
		font-size: 13px;
	}

	.header__geomodal .rel-pos {
		position: relative;
	}

	.header__geomodal .h0 {
		height: 0;
	}

	.header__geomodal .w100 {
		width: 100%;
	}

	.header__geomodal .pdl-20 {
		padding-left: 20px;
	}

	.header__geomodal .pdt-10 {
		padding-top: 10px;
	}

	.header__geomodal .deliveryCourierConteiner {
		display: flex;
		align-items: center;
		margin-bottom: 5px;
	}

	.header__geomodal #showChooseRepr .deliveryCourier {
		background-position: -146px -89px;
	}

	.header__geomodal #showChooseRepr .deliveryCourier,
	.header__geomodal #showChooseRepr .deliveryCourierActive {
		height: 13px;
		width: 16px;
		margin-right: 8px;
		background-repeat: no-repeat;
	}

	.header__geomodal .dspl_fl {
		float: left;
	}

	.header__geomodal .sprGood {
		background: url('/local/include/images/sprGood.png') no-repeat;
	}

	.header__geomodal .form-with-rounded-border {
		box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 5px;
		border-radius: 6px;
		border: none;
		height: auto;
		padding-top: 0px;
		border-radius: 6px;
		background-color: #fff;
		padding: 0 0 16px;
		z-index: 1000;
	}

	.header__geomodal .form-with-rounded-border .form-head {
		border-radius: 6px;
		font-size: 18px;
		color: #fff;
		padding: 12px 10px 21px;
		margin: 0 0 -10px;
		z-index: 1000;
		background-color: #27aae1;
		display: flex;
		align-items: center;
		justify-content: space-between;
	}

	.header__geomodal .curs-point {
		cursor: pointer;
	}

	.header__geomodal .abs-pos {
		left: 0;
		position: absolute;
	}

	.header__geomodal .dspl_b {
		display: block;
	}

	.header__geomodal .logoutDagger {
		width: 19px;
		height: 22px;
		background-position: -120px 0;
	}

	.header__geomodal .icon-cross.-small.-grey {
		background-position: -20px 0px;
	}

	.header__geomodal .icon-cross.-small {
		width: 12px;
		height: 12px;
	}

	.icon-arrow, .icon-basket, .icon-checkbox, .icon-cross, .icon-date, .icon-download, .icon-fb, .icon-mail, .icon-minus, .icon-ok, .icon-pila, .icon-plus, .icon-tm, .icon-tw, .icon-vb, .icon-vk, .icon-wa, .icon-yt {
		position: relative;
		display: block;
		background: url(/local/include/images/sprite.png) no-repeat top 99999999px left 99999999px;
	}

	.header__geomodal .mt-5 {
		margin-top: 5px !important;
	}

	.header__geomodal .form-head-name {
		font-family: Comfortaa,
		-apple-system,
		system-ui,
		-apple-system,
		BlinkMacSystemFont,
		Segoe UI,
		Roboto,
		Oxygen,
		Ubuntu,
		Cantarell,
		Droid Sans,
		Helvetica Neue,
		'Segoe UI',
		Roboto,
		'Helvetica Neue',
		Arial,
		sans-serif;
	}

	.header__geomodal .rel-pos {
		position: relative;
		padding-top: 10px;
		padding-left: 20px;
		padding-bottom: 10;
	}

	.header__geomodal .region_check {
		cursor: pointer;
	}

	input[name=regionAutocomplete] {
		max-width: 330px;
		min-width: 202px;
		width: 60%;
		height: 29px;
		padding-left: 5px;
		border: 1px solid #d2d2d2;
		box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
		-webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
		-moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, .1);
		font-size: 13px;
		outline: medium none;
	}

	.header__geomodal .dspl_fl {
		float: left;
	}

	.header__geomodal #showChooseRepr .deliveryCourier {
		background-position: -146px -89px;
	}

	.header__geomodal #showChooseRepr .deliveryCourier,
	.header__geomodal #showChooseRepr .deliveryCourierActive {
		height: 13px;
		width: 16px;
		margin-right: 8px;
		background-repeat: no-repeat;
	}

	.header__geomodal #showChooseRepr .placeholder {
		padding-left: 24px;
		height: 10px;
	}

	.header__geomodal .region_check {
		text-decoration: none;
	}

	.header__geomodal .fs-14.fst-b.c-black.linkRedHover.region_check.tdec-none {
		padding: 0;
		margin: 0;
	}

	.header__geomodal .geo-modal-city-submit {
		color: #fff !important;
		background-color: #27aae1 !important;
	}

	.header__geomodal .geo-modal-city-submit {
		color: #fff !important;
		background-color: #27aae1 !important;
		padding-left: 20px;
		padding-right: 20px;
		border-radius: 5px;
		margin-right: 19px;
	}

	@media (min-width: 1138px) {
		.geoModal1,
		.geoModal2 {
			display: none;
		}

		.city-selection {
			height: 200px;
			min-width: 276px;
			position: absolute;
			margin-top: 0;
			top: 52px;
			left: 100px;
		}

		.header__geomodal .popUpWindow {
			height: 400px;
			min-width: 276px;
			position: absolute;
			margin-top: 0;
			top: 84px;
			left: 100px;
		}
	}

	.header__geomodal table td {
		padding: 0 !important;
		border: none !important;
	}

	.geoModal-mobile {
		display: block;
		/*position: inherit;*/
	}
}
/* новые стили для модалки geo (END) */

	.grecaptcha-badge {
		visibility: hidden;
	}

.shop__column--with_feedback {
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
}

.shop__column_feedback {
	margin-top: 10px;
}

.reg_form-lic {
	padding-left: 20px;
}

.reg_form-lic-checkbox_wrap {
	position: relative; }

.reg_form-lic-checkbox {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 5px;
	left: -3px;
	border: 1px solid #cccccc;
	border-radius: 3px;
	background: transparent; }
.reg_form-lic-checkbox:hover, .reg_form-lic-checkbox:active, .reg_form-lic-checkboxfocus {
	border: 1px solid #151516;
	cursor: pointer;
	transition: .6s; }

.reg_form-lic-checkbox--checked {
	background: #b6deef; }
.reg_form-lic-checkbox--checked:after {
	position: absolute;
	content: "";
	top: 1px;
	left: 4px;
	width: 4px;
	height: 8px;
	transform: rotate(45deg);
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff; }

/* фикс слайдера в блоке вопросов на главной */
.section--accessories .accessories-banners__item {
	max-width: 100%;
}
/* END фикс слайдера в блоке вопросов на главной */

.card--detail_page a {
	border-bottom: none !important;
}


/* Блок подписки на подарки на главной */
.sect-gift--dt {
	display: none;
}

@media (min-width: 1138px) {
	.sect-gift--dt {
		display: block;
	}
}

.sect-gift--mb {
	display: block;
	margin-top: 20px;
}

@media (min-width: 1138px) {
	.sect-gift--mb {
		display: none;
	}
}

.sect-gift--mb .main-block {
	margin-bottom: 0;
}

.sect-gift--mb .gifts-main {
	width: 100%;
	justify-content: center;
}

.sect-gift--mb .gifts-main_text {
	margin-right: 5px;
	margin-bottom: 10px;
}

.sect-gift--mb .gifts-main_actions {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.sect-gift--mb .gifts-main_actions a {
	flex-basis: 600px;
}
/* END Блок подписки на подарки на главной */

/* Баннер на странице проката */
.benefit_banner {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
	margin-top: 13px;
	padding-left: 5px;
	padding-right: 5px;
	flex-wrap: wrap;
}
.benefit_banner .benefit_banner-text_title {
  font-family: 'Nunito', -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

@media (min-width: 1138px) {
	.benefit_banner {
		flex-wrap: nowrap;
	}
}

.benefit_banner-img {
	width: 100%;
}

.benefit_banner-img img {
	width: 100%;
	height: auto;
}

.benefit_banner-text {
	/*position: absolute;*/
	/*width: 38%;*/
	/*top: 50%;*/
	/*right: 1%;*/
	position: relative;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	background: #fff;
	/*transform: translate(-4%, -50%);*/
}


@media (min-width: 1138px) {
	.benefit_banner-text {
		position: absolute;
		width: 38%;
		top: 50%;
		right: 1%;
		background: transparent;
		transform: translate(-4%, -50%);
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
	}
}

@media (min-width: 1367px) {
	.benefit_banner-text {
		width: 33%;
		right: 4%;

	}
}

.benefit_banner-text p {
	padding: 0;
	margin: 0;
}


p.benefit_banner-text_title {
	margin-bottom: 8px;
	font-size: 24px;
}

.benefit_banner-br {
	width: 100%;
	height: 12px;
}
/* END Баннер на странице проката */

.rental-table--link {
	color: #fff;
}

.form_markets-wrap {
	padding-top: 15px;
}

@media (min-width: 1137) {
	.form_markets-wrap {
		padding-top: 15px;
	}
}

.form_markets {
	display: flex;
}

/* Высплывающее окно на бейдже товара с уценкой */
.night-sale-icon--hint:hover {
	cursor: pointer;
}

.night-sale-icon_hint-wrap {
	display: none;
	position: absolute;
	background-color: #fff;
	width: 230px;
	right: 10%;
	z-index: 0;

	padding-top: 12px;
	padding-left: 13px;
	padding-right: 13px;
	padding-bottom: 13px;
	background: #FFFFFF;
	box-shadow: 0px 0px 42px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}

.night-sale-icon_hint-wrap.active {
	display: block;
	z-index: 1;
}

.night-sale-icon_hint {
	height: 220px;
	overflow-y: auto;

	scrollbar-color: #29A9E1 transparent;
	scrollbar-width: thin;
}

.night-sale-icon_hint::-webkit-scrollbar {
	 position: absolute;
	 width: 9px;
	 height: 9px;
	 -webkit-appearance: none;
 }

.night-sale-icon_hint::-webkit-scrollbar-track {
	 border-radius: 9px;
	 background: #ECF0F3;
 }

.night-sale-icon_hint::-webkit-scrollbar-thumb {
	 width: 9px;
	 height: 9px;
	 transition: all .2s ease;
	 border-radius: 9px;
	 background-color: rgba(41,169,225,.6);
 }

/* END Высплывающее окно на бейдже товара с уценкой */




.dropdown-item .icon-pyrotechnics:before {
    content: "";
    width: 26px;
    height: 20px;
    display: block;
    background: url(/local/include/images/pyrotechnics.svg) no-repeat 50%;
    background-size: contain;
}
.icon-pyrotechnics:before {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	background: url(/local/include/images/pyrotechnics.svg) no-repeat 50%;
	background-size: contain;
}

.dropdown-item .icon-pyrotechnics_red:before {
    content: "";
    width: 26px;
    height: 20px;
    display: block;
    background: url(/local/include/images/pyrotechnics_red.svg) no-repeat 50%;
    background-size: contain;
}
.icon-pyrotechnics_red:before {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	background: url(/local/include/images/pyrotechnics_red.svg) no-repeat 50%;
	background-size: contain;
}


.dropdown-item .icon-dosok:before {
	content: "";
	width: 26px;
	height: 20px;
	display: block;
	background: url("/local/include/images/icon-dosok.svg") no-repeat 50%;
	background-size: contain;
}
.icon-dosok:before {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	background: url("/local/include/images/icon-dosok.svg") no-repeat 50%;
	background-size: contain;
}

.dropdown-item .icon-skateboards:before {
	content: "";
	width: 26px;
	height: 20px;
	display: block;
	background: url(/local/include/images/skateboards.svg) no-repeat 50%;
	background-size: fill;
}
.icon-skateboards:before {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	background: url(/local/include/images/skateboards.svg) no-repeat 50%;
	background-size: fill;
}

.dropdown-item .icon-clothing:before {
	content: "";
	width: 26px;
	height: 20px;
	display: block;
	background: url(/local/include/images/Icon_clothing.svg) no-repeat 50%;
	background-size: fill;
}
.icon-clothing:before {
	content: "";
	width: 30px;
	height: 20px;
	display: block;
	background: url(/local/include/images/Icon_clothing.svg) no-repeat 50%;
	background-size: fill;
}

.menu--mobile .icon-clothing:before, .nav-item:hover .icon-clothing:before {
    content: "";
    width: 30px;
    height: 20px;
    display: block;
    background: url(/local/include/images/Icon_clothing_hover.svg) no-repeat 50%;
    background-size: contain;
}

.product-card-photos-slider .gallery-main .swiper-slide img {
	max-height: 500px;
	width: auto;
}

.f-bnr ul {
    color: #fff;
}
.btn-widepadding {
	padding-left: 30px;
	padding-right: 30px;
}

.tovar-wrapper .adres {
	margin-top: 20px;
}
/*
@media (min-width: 1140px) {
	#digi-shield.digi-is-container {
		top: 126px !important;
	}
}*/

.blog-comment-line {
	display: none;
}
.blog-comment-cont {
	border-radius: 2px;
	box-shadow: 0 2px 4px 0 rgba(159, 173, 185);
	padding: 20px;
	background: #fff;
}

@media (max-width: 1367px) {
	.menu--mobile>.nav{
		display: block;
	}
}

@media only screen and (max-width: 1137px) {
    #mobileCategoryMenu {
        padding-top: 52px;
    }
}

.avaolability .date{
	display: none;
}

@media only screen and (max-width: 640px) {
    div.avaolability .ic {
		margin-right: 5px;
	}
	div.avaolability .date{
		display: block;
		margin-left: 5px;
	}
	div.row-actions .g-btn {
		width: 100px;
		min-width: 100px;
	}
}

.price-row-mob .col:nth-child(1){
    width: 60%;
    flex: none;
}
.SmartCaptcha-Overlay {
    z-index: 10000000!important;
}


.catalog__preloader{
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgb(255 255 255 / 50%);
    z-index: 1;
}

.catalog__preloader.show{
    display: flex;
    transition: 1s;
}
.page{
	position: relative;
}

.catalog__preloader .preloader-5{
	position: fixed;
	top: 50%;
	left: 50%;
	margin-left: -75px;
	margin-top: -75px;
}

.page__filter.catalog-filter.findNull {
    height: 400px;
}

@media (max-width: 575px) {
    header.header--short .navbar-toggle {
        top: 12px;
    }
}

.product-accessories-section {
    padding-bottom: 30px;
}
div.another-products-slider-box {
    max-width: 100%;
}

.delivery-radio__title .blue{
	white-space: nowrap;
}

div[data-filter-attr="height"]{
	display: none!important;
}

#main-filter .form-group--actions label{
	display: none;
}