.noka_btn_img {
	background: transparent;
	outline: none !important;
	box-shadow: none;
	border: none;
	display: inline;
	padding: 0;
	margin: 0;
}
.telto_img_footer {
	font-size: 0;
}
.telto_img_footer::after {
	content: 'Телефон';
	font-size: 10px;
}
.telto_img_footer::before {
	content: '';
	width: 24px;
	height: 24px;
	background: url(/templates/template2/images/design/2.svg) 50% 50% / cover no-repeat;
}

.fav_load {
	display: none;
	transform: rotate(0deg);
	animation-duration: 2s;
  	animation-name: loading;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
	position: absolute;
	top: 0;
	background: #d7d6d8;
  	border-radius: 100%;
}
.item_info_wrap .add_fav .fav_load {
	top: auto;
    background: #eff2f5;
}
.item_info_wrap .add_fav .fav_load img {
    width: 50px;
    min-width: 50px;
    margin-right: 0;
}
@keyframes loading {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

/* favorite form >>> */
.favorite-form-container {
	border: 1px solid #d7dbea;
	border-radius: 15px;
	padding: 15px 10px;
	margin-bottom: 20px;
	background: #e8ecf3;
}
.fav-title-form {
	font-weight: 500;
	font-size: 14px;
	text-transform: uppercase;
	color: var(--cd1);
	padding-left: 8px;
	position: relative;
	margin-bottom: 10px;
}
.fav-title-form::before {
	content: "";
    display: block;
    height: 100%;
    width: 3px;
    border-radius: 4px;
    background: #de749e;
    position: absolute;
    left: 0;
}
#favorite-desc {
	font-weight: 500;
	font-size: 14px;
	color: var(--cd1);
	margin-bottom: 5px;
	display: block;
}
.input-block {
	display: flex;
    align-items: center;
    justify-content: space-between;
	border: 1px solid #d7dbea;
	border-radius: 12px;
	box-shadow: inset 2px 2px 4px 0 #bdc2d4;
	background: #fcfcfd;
	margin-bottom: 10px;
}
#favorite-form .input-block input {
	background: transparent;
	margin-left: 18px;
    height: 18px;
    font-weight: 400;
    font-size: 14px;
	width: 131px;
}
#favorite-form .input-block input.input_error {
	border-bottom: 1px solid red;
}
#favorite-form button {
	border-radius: 6px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #de769f;
	height: 35px;
	width: 138px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 7px;
	border: none;
	transition: .15s ease-in-out;
}
.favorite-form-info {
	display: flex;
	align-items: center;
}
.favorite-form-info span {
	font-size: 12px;
	color: var(--cd1);
}
.favorite-form-info svg {
	min-width: 32px;
    min-height: 32px;
	margin-right: 10px;
}
#favorite-desc .code {
	color: #de749e;
}
#favorite-desc-error {
	font-weight: 500;
    font-size: 14px;
    color: var(--c2);
    margin-top: 5px;
    display: block;
}
.fav-link-block {
	display: flex;
    align-items: center;
    justify-content: space-between;
	border: 1px solid #d7dbea;
	border-radius: 12px;
	box-shadow: inset 2px 2px 4px 0 #bdc2d4;
	background: #fcfcfd;
	/* margin-bottom: 10px; */
}
.fav-link-block span {
	/* max-width: 138px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 13px;
}
.btn-fav {
	border-radius: 6px;
	font-weight: 700;
	font-size: 14px;
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	background: #de769f;
	height: 35px;
	min-width: 138px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 7px;
	border: none;
	transition: .15s ease-in-out;
	line-height: 112%;
}
a.btn-fav {
	color: #fff;
}
.btn-fav-wa svg {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.btn-fav-wa span {
	line-height: 112%;
}
.btn-fav-wa-text {
	font-weight: 500;
	font-size: 14px;
}
.fav-wa {
	display: flex;
    align-items: center;
	justify-content: flex-start;
}
.btn-fav-wa-container {
	border: 1px solid #d7dbea;
	border-radius: 12px;
	box-shadow: inset 2px 2px 4px 0 #bdc2d4;
	background: #fcfcfd;
	margin-left: 20px;
}
.btn-fav-wa-error {
	display: block;
	margin-top: 5px;
}
.checked_item_counter {
	margin-left: 6px;
    border-radius: 100%;
    padding: 5px;
    background: #de749e;
    color: #fff;
    width: 100%;
    min-width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 10px;
    line-height: 80%;
    text-transform: uppercase;
}
.clear_filters {
	display: block;
    border-bottom: 1px dashed;
    margin-bottom: 20px;
    line-height: 114%;
    /* margin-top: -7px; */
    width: fit-content;
}
.clear_filters:hover {
	border-bottom: 1px dashed;
}
.clear_filters_popup {
	color: #de749e;
	margin-left: 10px;
	border-bottom: 1px dashed;
	line-height: 104%;
}
.clear_filters_popup:hover {
	border-bottom: 1px dashed;
}
.side_wrap_bottom {
	position: fixed;
	width: 100%;
    max-width: 440px;
	left: -100%;
	bottom: 0;
	height: auto; 
	top: auto; 
	overflow: hidden; 
	background: #d1d5e2;
	padding-left: 15px;
    padding-right: 25px;
    padding-bottom: 20px;
    padding-top: 5px;
	transition: left .3s ease 0s;
	z-index: 9999;
	text-align: center;
}
.side_wrap_bottom_info {
	margin-bottom: 10px;
	display: flex;
	margin-top: 10px;
	text-align: center;
	align-items: flex-start;
}
.side_wrap_bottom_info svg {
	width: 25px;
    margin-top: 2px;
}
.side_wrap_bottom_info svg path, .side_wrap_bottom_info svg polygon {
	fill: var(--bfont_c);
}
.side_wrap_bottom.active {
	left: 0;
}
.side_wrap.noka-side_wrap {
    height: calc(100% - 71px) !important;
}
#loading-noka {
	background: #fff;
	display: none;
    position: absolute;
    width: 100%;
    height: 104%;
    left: 0;
    top: 0;
    border-radius: 15px;
    opacity: 0.9;
    z-index: 10998;
    /* background: #fff; */
}
#loading-noka .fav_load {
    display: inline;
    /* height: 100%; */
    width: 50px;
    height: 50px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}
.check_item.disabled {
	opacity: .6;
    /* text-decoration: line-through; */
    pointer-events: none;
}
.check_item.disabled .jq-checkbox {
    pointer-events: none;
}

/* filter >>> */

.pl_filter.side_wrap {
    background: #fefefe;
	color: #6A768A;
}
.pl_filter .side_header {
	border-bottom: 1px solid #d7dbea;
}
.pl_filter .prop-group-clear {
	font-weight: 400;
    font-size: 12px;
    color: #de749e;
    line-height: 104%;
    border-bottom: 1px dashed;
	text-transform: capitalize;
}
.pl_filter .jq-checkbox, .pl_filter .jq-checkbox.focused {
    border: 1px solid #c4c9d8;
    border-radius: 3px;
    width: 20px;
    height: 20px;
	box-shadow: inset 0 4px 4px 0 rgba(0, 0, 0, 0.05);
	background: #fff;
}
.pl_filter .jq-checkbox.checked {
    border-color: #de769f;
    background: #fff;
    border: 1px solid #de769f;
}
.pl_filter .jq-checkbox.checked .jq-checkbox__div {
    width: 13px;
    height: 7px;
    margin: 4px auto;
    border-bottom: 2px solid #de769f;
    border-left: 2px solid #de769f;
}
.pl_filter .price_range_inp .inp {
    width: 100%;
    border-radius: 0;
    border-color: transparent;
	padding: 0;
}
.pl_filter .price_range_inp .inp_wrap {
    width: 45%;
}

.pl_filter.side_wrap_bottom {
	background: #fefefe;
}
.pl_filter.side_wrap_bottom #btn-count-filter {
	border-radius: 6px;
    width: 220px;
    height: 48px;
    background: #de749e;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    letter-spacing: 0.05em;
    box-shadow: none;
    border: none;
}
.pl_filter.side_wrap_bottom #btn-count-filter .btn-count-filter-count {
	font-weight: 400;
	font-size: 12px;
}
.side_header-els svg {
	margin-right: 5px;
	cursor: pointer;
}



/* filter <<< */


.t1.t1-marking {
	display: inline-block;
}
.t1.t1-marking:hover {
    color: var(--a_c1);
    text-decoration: none;
}


@media screen and (min-width: 768px) {
	.btn-fav-wa-text {
		margin-bottom: 5px;
	}
}
@media screen and (min-width: 992px) {
    #favorite-form button:hover {
		box-shadow: 0 0 3px #de749e;
	}
	.btn-fav:hover {
		box-shadow: 0 0 3px #de749e;
	}
	.fav-title-form {
		min-width: 172px;
		width: 172px;
		margin-right: 50px;
		display: flex;
		align-items: center;
		margin-bottom: 0;
	}
	.fav-title-form::before {
		height: 78%;
	}

	.pre_entry_wrap_rostov.pre_entry_wrap_lg .img {
        width: 50%;
    }
	
	
}
/* favorite form <<< */