

/* Start:/local/components/sb/sale.basket.basket.line/templates/profile/style.css?17639955335200*/
.header__profile-tooltip  {
	.bx-basket {  
	
	}
	.bx-basket-fixed {
		padding-top: 0;
		border: 0;
		box-shadow: none;
	}
	.bx-basket-fixed.left{  
		position: static;
		width: auto;
		height: auto;
	}
	.bx-basket-fixed.right {  
		position: static;
		width: auto;
		height: auto;
		border-width: 0;
		margin-top: 0;
	}
	
	.bx-basket-block {
		margin: auto;
		position: relative;
		padding-bottom: 0px;
		padding-left: 0px;
		white-space: nowrap;
	}
	
	.bx-basket-block > .fa {
		position: absolute;
		top: 3px;
		left: 0;
		width: 12px;
		color: #97a1ab;
	}
	
	.bx-basket-block a { margin-right: 10px; }
	
	/*FIXED BASKET*/
	
	@media (min-width: 768px) {
		.bx-basket-fixed {
			position: fixed;
			z-index: 100;
			overflow: hidden;			
			background: #fff;
		
		}
	
		.bx-basket-fixed.top { top: 10px }
	
		.bx-basket-fixed.right { right: 10px }
	
		.bx-basket-fixed.bottom { bottom: 10px }
	
		.bx-basket-fixed.left { left: 10px }
	
		.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
	
		.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
	}
	
	@media (min-width: 768px) and (width <= 992px) {
		.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 90px }
	}
	
	@media (max-width: 767px) {
		.bx-basket-fixed {
			position: fixed;
			right: 0;
			bottom: 0;
			left: 0;
			z-index: 100;
			overflow: hidden;
			padding-top: 10px;
			border: 1px solid #f0f0f0;
			border-radius: 0;
			background: #fff;
			box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		}
	
		.bx-basket-item-list { display: none; }
	
		.block-wrapper .bx-basket-fixed {
			padding-top: 0;
		}
	
		.block-wrapper .bx-basket-fixed .bx-hdr-profile {
			display: flex;
			justify-content: space-between;
		}
	
		.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
			padding-bottom: 0;
		}
	
		/*.bx-basket-fixed */
	}
	
	.bx-basket-item-list {
		position: relative;
		overflow: hidden;
		padding-bottom: 20px;
		border-top: 1px solid #f7f7f7;
	}
	
	.bx-opener .bx-basket-item-list { padding-bottom: 75px; }
	
	.bx-max-height .bx-basket-item-list {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
	}
	
	.bx-closed .bx-basket-item-list {
		overflow: hidden;
		height: 20px;
	}
	
	.bx-basket-item-list-action {
		position: absolute;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 120;
		padding: 3px 0;
		height: 20px;
		background: #f7f7f7;
		color: #4f4f4f;
		vertical-align: middle;
		text-align: center;
		font-size: 12px;
		line-height: 14px;
		cursor: pointer;
	}
	
	.bx-basket-item-list-button-container {
		position: absolute;
		right: 0;
		bottom: 20px;
		left: 0;
		padding: 10px 0;
		border-top: 1px solid #f7f7f7;
		background: #fff;
		text-align: center;
	}
	
	.bx-basket-item-list-container {
		overflow-y: auto;
		max-height: 100%
	}
	
	.bx-basket-item-list-item {
		position: relative;
		margin-bottom: 15px;
		padding-top: 15px;
		padding-right: 10px;
		padding-left: 10px;
		border-bottom: 1px solid #f7f7f7;
	}
	
	.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
		margin-bottom: 0;
		border-bottom: none;
	}
	
	.bx-basket-item-list-item-status {
		margin: 0 10px 20px;
		padding: 3px;
		border-radius: 0;
		background: #ebebeb;
		text-align: center;
		white-space: normal;
		font-weight: bold;
		font-size: 12px;
		line-height: 16px;
	}
	
	.bx-basket-item-list-item-img {
		position: relative;
		padding-bottom: 5px;
		text-align: center;
	}
	
	.bx-basket-item-list-item-img img {
		max-width: 90px;
		height: auto;
		border: 1px solid #e6e6e6;
	}
	
	.bx-basket-item-list-item-name { padding-bottom: 5px; }
	
	.bx-basket-item-list-item-name a {
		font-size: 13px;
		line-height: 16px;
	}
	
	.bx-basket-item-list-item-remove {
		position: absolute;
		top: -7px;
		right: 10px;
		width: 20px;
		height: 20px;
		opacity: .5;
		cursor: pointer;
		transition: 250ms linear all;
	}
	
	.bx-basket-item-list-item-remove:after,
	.bx-basket-item-list-item-remove:before {
		position: absolute;
		top: 50%;
		left: 50%;
		display: block;
		width: 10px;
		height: 2px;
		border-radius: 0;
		background-color: #333;
		content: '';
		transform: translate(-50%, -50%);
	}
	
	.bx-basket-item-list-item-remove:after {
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		-moz-transform: translate(-50%, -50%) rotate(45deg);
		-ms-transform: translate(-50%, -50%) rotate(45deg);
		-o-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	
	.bx-basket-item-list-item-remove:before {
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		-moz-transform: translate(-50%, -50%) rotate(135deg);
		-ms-transform: translate(-50%, -50%) rotate(135deg);
		-o-transform: translate(-50%, -50%) rotate(135deg);
		transform: translate(-50%, -50%) rotate(135deg);
	}
	
	.bx-basket-item-list-item-remove:hover { opacity: .7; }
	
	.bx-basket-item-list-item-price-block {
		padding-bottom: 5px;
		font-size: 12px;
	}
	
	.bx-basket-item-list-item-price {
		display: inline-block;
		margin-right: 5px;
	}
	
	.bx-basket-item-list-item-price-old {
		display: inline-block;
		margin-right: 5px;
		color: #b0b0b0;
		text-decoration: line-through
	}
	
	.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }
	
}

/* End */


/* Start:/local/templates/main/components/bitrix/menu/navigation/style.css?17670556303653*/
/* Стили для выпадающего меню navigation */

.nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 5px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.nav__item {
    position: relative;
}

.nav__link {
    display: flex;
    align-items: center;
    gap: 5px;
    position: relative;
    font-weight: 500;
    font-size: 15px;
    line-height: 133%;
    color: #282828;
    text-decoration: none;
    padding: 5px 0;
    transition: color 0.2s ease-in;
}

.nav__link::before {
    position: absolute;
    content: "";
    bottom: 0;
    width: 0;
    height: 1px;
    background-color: #282828;
    transition: width 0.2s ease-in;
}

.nav__link:hover::before {
    width: 100%;
}

.nav__link.--highlighted {
    color: #1a907f;
}

.nav__link.--highlighted::before {
    background-color: #1a907f;
}

.nav__link.active {
    color: #1a907f;
}

.nav__arrow {
    margin-left: 4px;
    transition: transform 0.2s ease-in;
    flex-shrink: 0;
}

.nav__item.has-dropdown:hover .nav__arrow {
    transform: rotate(180deg);
}

.nav__item.has-dropdown:hover .nav__link {
    color: #1a907f;
}

/* Выпадающее меню */
.nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 280px;
    background-color: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    border-radius: 8px;
    padding: 12px 0;
    margin-top: 10px;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: opacity 0.2s ease-in, visibility 0.2s ease-in, transform 0.2s ease-in;
    z-index: 1000;
    max-height: 80vh;
    overflow-y: auto;
}

.nav__item.has-dropdown:hover .nav__dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav__dropdown-item {
    margin: 0;
}

.nav__dropdown-link {
    display: block;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 150%;
    color: #282828;
    text-decoration: none;
    transition: background-color 0.2s ease-in, color 0.2s ease-in;
}

.nav__dropdown-link:hover {
    background-color: #f5f5f5;
    color: #1a907f;
}

.nav__dropdown-item.active .nav__dropdown-link {
    background-color: #d4f4f0;
    color: #005246;
    font-weight: 500;
}

/* Адаптивность для планшетов и мобильных устройств */
@media (max-width: 959px) {
    .nav__item.has-dropdown {
        position: static;
    }
    
    .nav__dropdown {
        position: static;
        display: none;
        opacity: 1;
        visibility: visible;
        transform: none;
        box-shadow: none;
        border-radius: 0;
        margin-top: 0;
        padding: 0;
        background-color: #f9f9f9;
        max-height: none;
        overflow-y: visible;
    }
    
    .nav__item.has-dropdown.active .nav__dropdown {
        display: block;
    }
    
    .nav__item.has-dropdown .nav__link {
        cursor: pointer;
    }
    
    .nav__dropdown-link {
        padding: 12px 30px;
        font-size: 15px;
    }
    
    .nav__link {
        font-size: 16px;
    }
}

/* Мобильное меню */
@media (max-width: 767px) {
    .nav {
        flex-direction: column;
        align-items: flex-start;
        width: 100%;
    }
    
    .nav__item {
        width: 100%;
    }
    
    .nav__link {
        width: 100%;
        padding: 14px 20px;
        font-size: 16px;
        border-radius: 8px;
    }
    
    .nav__link::before {
        display: none;
    }
    
    .nav__dropdown {
        width: 100%;
        padding-left: 20px;
    }
    
    .nav__dropdown-link {
        padding: 12px 20px;
    }
}

/* End */
/* /local/components/sb/sale.basket.basket.line/templates/profile/style.css?17639955335200 */
/* /local/templates/main/components/bitrix/menu/navigation/style.css?17670556303653 */
