/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

.siter {
    overflow: hidden;
}
.siter__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #999;
    text-decoration: none;
    white-space: nowrap;
}
.siter__logo {
    display: inline-block;
    width: 40px;
    fill: #999;
    transition: all 0.3s ease-in-out;
}
.siter__link:visited, .siter__link:focus {
    color: #999;
}
.siter__link span{
    transition: color 0.3s ease-in-out;
    color: inherit;
}
.siter__link:hover span{
    color: #fff;
}
.siter__link:hover .siter__logo {
    fill: #fff;
}
.siter__text--left {
    margin-right: 5px;
}
.siter__text--right {
    margin-left: 5px;
}
@media (min-width: 1024px) {
    .siter__logo {
        transform: rotate(0deg);
    }
    .siter__link:hover .siter__logo {
        transform: rotate(180deg);
    }
}
/*B edits*/
.counter__count {
	color: var(--white_text_black);
}
.counter__action:before, .counter__action:after {
	background: var(--white_text_black);
}
.FORMS .form-inner label.color_999 {
	color: #333;
}
@media (max-width: 600px) {
	.topic__heading #pagetitle {
		line-height: 40px;
	}
}
@media (max-width: 499px) {
	.contacts-list__item {
		padding-right: 80px;
		padding-left: 20px;
	}
}
@media (max-width: 340px) {
	.mobileheader__item {
		flex: 0 1 auto;
	}
	.mobileheader__item--right-icons {
		width: auto;
		flex: 1 1 auto;
	}
	.mobileheader__item--right-icons .line-block {
		justify-content: flex-end;
	}
	.mobileheader__item--right-icons .line-block>.line-block__item {
		padding-left: 10px;
		padding-right: 10px;
	}
	.mobileheader .line-block__item:not(.hidden)+.logo {
		max-width: none;
		flex: 0 1 auto;
	}
	.logo a img {
		max-width: 100%;
	}
}
@media (max-width: 430px) {
    .form.popup {
        width: 100%;
    }
    .form.popup .form-body {
        padding: 14px 20px 11px;
    }
    .form.popup .form-header {
        padding: 42px 20px 11px 20px;
    }
	.g-recaptcha {
		transform: scale(0.8);
		transform-origin: 0;
	}
}

@media(max-width: 590px) {
	label.error {
		position: static;
	}
}
.cart--default .cart__item:last-child {
	margin-bottom: 0;
}
/*whatsapp*/
.whatsapp-hoster {
	display: block;
	position: fixed;
	z-index: 31;
	bottom: 90px;
	right: 30px;
	width: 50px;
	height: 50px;
	-webkit-filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.2));
	filter: drop-shadow(5px 10px 5px rgba(0, 0, 0, 0.2));
}
.whatsapp-hoster__bg {
	position: absolute;
	border-radius: 50%;
	z-index: -1;
	width: 100%;
	background: #12C868;
	background: -webkit-gradient(linear, left top, left bottom, from(rgb(0, 150, 78)), to(rgb(43, 173, 100)));
	background: -o-linear-gradient(rgb(0, 150, 78), rgb(43, 173, 100));
	background: linear-gradient(rgb(0, 150, 78), rgb(43, 173, 100));
	height: 100%;
	-webkit-animation: pulse 1.5s ease-in-out alternate infinite;
	animation: pulse 1.5s ease-in-out alternate infinite;
}
.whatsapp-hoster__img {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.whatsapp-hoster__img img {
	width: 30px;
	height: 30px;
}
@media (min-width: 375px) {
	.whatsapp-hoster {
		right: 43px;
		width: 66px;
		height: 66px;
		bottom: 100px;
	}
	.whatsapp-hoster .whatsapp-hoster__bg {
		-webkit-transition: opacity 0.6s ease;
		-o-transition: opacity 0.6s ease;
		transition: opacity 0.6s ease;
	}
	.whatsapp-hoster .whatsapp-hoster__img {
		-webkit-transition: -webkit-transform 0.6s ease;
		transition: -webkit-transform 0.6s ease;
		-o-transition: transform 0.6s ease;
		transition: transform 0.6s ease;
		transition: transform 0.6s ease, -webkit-transform 0.6s ease;
	}
	.whatsapp-hoster:hover .whatsapp-hoster__img {
		-webkit-transform: translate(0, -10px);
			-ms-transform: translate(0, -10px);
				transform: translate(0, -10px);
	}
	.whatsapp-hoster:hover .whatsapp-hoster__bg {
		-webkit-animation-play-state: paused;
				animation-play-state: paused;
		opacity: 0;
	}
	.whatsapp-hoster__img img {
		width: 50px;
		height: 50px;
	}
}
@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@keyframes pulse {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
	100% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1);
	}
}
/*===============================================*/