/*
Theme Name: Laspan
Author: Slava Khripushin
Author URI: https://t.me/chupagraper
Version: 1.13.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

.smart-captcha {
	height: 102px !important;
}

@media (min-width: 1600px) {
	.promo-item__warehouses {
		max-width: 458px;
	}
}

@media (max-width: 1600px) and (min-width: 1260px) {
	.header-top__nav {
		font-size: 15px;
	}
}

@media (max-width: 1260px) {
	.gallery-carousel__item {
		height: auto !important;
	}
}

@media (max-width: 1300px) {
	.header-top__btn span {
		display: none;
	}
}

.btn-yellow.btn-outlined {
	background: transparent;
}

.header {
	position: sticky;
	top: 0;
}

.breadcrumbs-nav--black {
	color: rgba(0, 0, 0, 0.7) !important;
}
.breadcrumbs-nav--black li a:hover {
	color: var(--color-black) !important;
}
