

/* Start:/bitrix/components/techno/v5.catalog.detail/templates/.default/style.css?174496753539374*/
@charset "UTF-8";

.tc-desktop .content,
.tc-desktop body .footer-top {
	min-width: 602px;
	width: 70%;
}

.tc-desktop body .content {
	max-width: unset;
}

.tc-desktop .product-card-info-wrap {
	width: 30%;
	min-width: 258px;
}
                      
@media (min-width: 1082px) {
	.tc-desktop .product-card-info-wrap {
		width: 320px;
	}

	.tc-desktop body .content,
	.tc-desktop body .footer-top {
		width: calc(100% - 320px);
	}
}

@media (min-width: 1340px) {
	.tc-desktop body .content,
	.tc-desktop body .footer-top {
		width: calc(100% - 640px);
	}
}
	
@media (min-width: 1946px) {
	.tc-desktop body .content {
		margin-left: calc(100% - 1610px);
		width: 1290px;
	}
}
@media (min-width: 2016px) {
	.tc-desktop body .content {
		margin-left: 380px;
	}
}
@media (min-width: 2102px) {
	.tc-desktop .product-card-info-wrap {
		width: calc(100% - 1730px);
	}
}

.product-card h1 .partnum {
	color: #828282;
	font-weight: 300;
}

.product-card.item-none .buttons-wrap .buy {
	background: #b7b7b7;
}
.product-card.item-none .price-wrap .bonus,
.product-card.item-none .buttons-wrap .buy-one-click,
.product-card.item-none .buttons-wrap .buy-one-click:hover {
	border-color: #828282;
    color: #828282;
}

.tc-mobile .product-card.item-none .buttons-wrap .buy-one-click {
	background: #f5f5f5;
	
}

.tc-mobile .product-card.item-none .availability-top {
	display: flex;
	margin: 20px auto;
	background: #f7f7f7;
	padding: 8px 12px;
	border-radius: 6px;
	max-width: 390px;	
}
.tc-desktop .product-card.item-none .availability-top {
	display: flex;
	background: #eee;
	padding: 8px 12px;
	border-radius: 6px;
}
.product-card.item-none .availability-top::before {
	content: "\f06a";
	font-family: "Font Awesome 5 Pro";
	color: var(--color-red-text);
	margin-right: 12px;
}


.tc-desktop body.fullscreen .product-page-slider .fotorama__arr {
	display: block !important;
}

.tc-desktop body.fullscreen .product-page-slider .fotorama__arr--next {
	right: 2px;
}

.tc-desktop body.fullscreen .product-page-slider .fotorama__arr--prev {
	left: 2px;
}

.tc-desktop .fotorama__nav:after, 
.tc-desktop .fotorama__nav:before, 
.tc-desktop .fotorama__stage:after, 
.tc-desktop .fotorama__stage:before {
    display: none;		
}

.tc-desktop .fotorama__nav--thumbs .fotorama__nav__frame {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
	padding-top: 0!important;
	padding-bottom: 0!important;
    padding-right: 0!important;			
}

.tc-desktop .fotorama__thumb {
	background-color: #ffffff;
}

.tc-desktop .fotorama__thumb-border {
	border: none;
	background: var(--color-red-text);
	width: 5px!important;
	height: 5px!important;
	border-radius: 3px;
	margin-top: 60px!important;
	margin-left: 22px;
}

.tc-desktop .fotorama__nav__shaft {
    margin-bottom: 20px;
}

.tc-desktop body:not(.fullscreen) .fotorama__nav-wrap {
    margin-top: 20px;
}

.tc-desktop .fotorama--fullscreen .fotorama__stage__frame img {
    margin: 0;
}


.tc-desktop .product-card h1 {
	font-size: 24px;
	line-height: 1.2;
	font-weight: 500;
	margin: 0 !important;
	user-select: auto!important;
	flex: 100%;
}

.product-card h1 .after-name {
	font-weight: normal;
}		

.tc-desktop .detail-list .detail-block,
.tc-desktop .overview-wrap .property-list,
.tc-desktop .recall-list,
.tc-desktop .product-card .price-wrap .price,
.tc-desktop .product-card .price-wrap .rouble,
.tc-desktop .product-card .action-badge,
.tc-desktop .product-card .price-wrap .bonus .bonus_summ,
.tc-desktop .product-card .buttons-wrap>*,
.tc-desktop .product-info .tech-tabs>*,
.tc-desktop .product-list .product-item .info .price {
	font-family: var(--font-normal);
}

.tc-desktop .product-card .price-wrap .price,
.tc-desktop .overview-wrap .property-list .property-item .value,
.tc-desktop .detail-list .detail-block .detail-item .value,
.product-card .buttons-wrap .buy {
	font-weight: 500;
}

.tc-desktop .product-card .price-wrap .bonus .bonus_summ {
	font-size: 14px;
}

.tc-desktop .product-info .tech-tabs.tech-tabs-stack {
	display: block;
	background: white;
	padding: 0;
}

.tc-desktop .product-info .tech-tabs.tech-tabs-stack:not(:last-child)::before {
	content: '';
	display: block;
	border-top: 1px solid #e9e9e9;
	position: relative;
	top: 20px;
	padding-top: 40px;
	margin-left: 30px;
    margin-right: 30px;
}

.tc-desktop .product-info .tech-tabs.tech-tabs-stack .tech-tab:not(.active),
.tc-desktop .product-info .tech-tabs a em {
	display: none;
}

.tc-desktop .product-info .tech-tabs.tech-tabs-stack .tech-tab.active {
	background: white;
	border: none;
	font-size: 22px;
	font-weight: 500;
	padding: 0 30px;
}

.tc-desktop .product-card {
	padding: 22px 30px 0;
}

.tc-desktop .product-card-info-wrap {
	position: fixed;
	right: 0;
    top: 50px;
    background: #f7f7f7;
	padding: 22px 22px 0 30px;
	height: calc(100vh - 50px);
	overflow-x: hidden;
	overflow-y: scroll;
	z-index: 10;
	display: flex;
	flex-direction: column;
}

.tc-desktop .product-card .price-wrap .bonus, 
.tc-desktop .product-card .buttons-wrap>* {
	max-width: 260px;
}

.tc-desktop .product-card .giftcard {
	margin: 0;
    max-width: 260px;
    padding-bottom: 20px;
}
.tc-mobile .product-card .giftcard {
    max-width: 390px;
}

.product-card .giftcard input#input-price {
	font-size: 24px;
	text-align: center;
}
.tc-desktop .product-card .giftcard input#input-price {
	padding: 5px 0;
}
.tc-mobile .product-card .giftcard input#input-price {
	padding: 6px 0;
}

.tc-desktop .product-card .price-wrap {
	margin: 0 0 35px 0;
}

.tc-desktop .product-card .price-wrap .price {
	text-align: left;
	margin: 8px 0;		
}

.tc-desktop .product-card .price-wrap .price .old-price {
	padding: 0;
	color: #888888;
	font-size: 19px;
	margin-right: 0;
	font-weight: 400;
}
.tc-desktop .product-card .price-wrap .price .old-price::after {
	border-bottom: 1px solid #999999;
	margin-top: 0;
}

.tc-desktop .product-card .price-wrap .action-badge {
	text-align: left;		
	margin-left: 0;
}

.tc-desktop .product-card .price-wrap .bonus {
	text-align: left;		
	margin: 0;
	line-height: 24px;
	border: none;
	color: #4d4d4d; 
}		
.tc-desktop .product-card .price-wrap .price,
.tc-desktop .product-card .price-wrap .price :not(.old-price) .rouble {
	font-size: 32px;
}

.product-card .product-card-info-wrap .buttons-wrap {
	flex-direction: column;	
	margin: 0;
	margin-bottom: 20px;
}

.product-card:not(.item-none) .buttons-wrap .buy-one-click {
	color: var(--color-blue-text);
}
.tc-desktop .product-card:not(.item-none) .buttons-wrap .buy-one-click:hover {
    color: var(--color-blue-text-glow);
}

html .product-card .buttons-wrap .buy-buttons-wrap>*,
html .product-card .buttons-wrap .buy-one-click {
	margin: 0;
	height: 44px;
	line-height: 44px;
}
.tc-mobile .product-card .buttons-wrap .buy-buttons-wrap>*,
.tc-mobile .product-card .buttons-wrap .buy-one-click {
	font-family: var(--font-normal);
}

.tc-desktop .product-card .buttons-wrap .buy-one-click {
	justify-content: left;
}
.tc-mobile .product-card .buttons-wrap .buy-one-click {
	font-size: 16px;
	margin-top: 8px;
	background: #ebf7fd;
	border-radius: 4px;
	font-weight: 500;
}

html .product-card .buttons-wrap .buy-one-click {
	border: none;
}

.product-card .buttons-wrap .buy-buttons-wrap .buy {
	text-transform: none;
	border-radius: 4px;
	width: 100%;
}
html .product-card .buttons-wrap .buy-buttons-wrap>* {
	text-align: center;
	font-weight: 500;
	font-size: 16px;
}
	
.product-card .buttons-wrap .buy-buttons-wrap .input-number {
	padding: 0;
	text-align: center;
	z-index: 1;
}
.tc-desktop .product-card .buttons-wrap .buy-buttons-wrap .input-number {
	width: 32px;
	/* background: #e6e6e6; */
}
.tc-mobile .product-card .buttons-wrap .buy-buttons-wrap .input-number {
	width: 40px;
}

.product-card .buttons-wrap .buy-buttons-wrap .button-minus,
.product-card .buttons-wrap .buy-buttons-wrap .button-plus {
	text-align: center;
}
.tc-mobile .product-card .buttons-wrap .buy-buttons-wrap .button-minus,
.tc-mobile .product-card .buttons-wrap .buy-buttons-wrap .button-plus {
	padding: 0 14px;
	background: #f7f7f7;
}
.product-card .buttons-wrap .buy-buttons-wrap .button-minus {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.product-card .buttons-wrap .buy-buttons-wrap .button-plus {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

.tc-desktop .product-card .buttons-wrap .buy-buttons-wrap .button-minus,
.tc-desktop .product-card .buttons-wrap .buy-buttons-wrap .button-plus {
	color: #9e9e9e;
	cursor: pointer;
	text-align: center;
	transition: color .2s ease-out;
	padding: 0 9px;
	/* background: #e6e6e6; */
	background: #e9e9e9;
}
.tc-desktop .product-card .buttons-wrap .buy-buttons-wrap .button-minus:hover, 
.tc-desktop .product-card .buttons-wrap .buy-buttons-wrap .button-plus:hover {
	color: var(--color-red-glow);
}

.tc-desktop .product-card .buttons-wrap .buy-buttons-wrap .button-order {
	/* margin-left: 15px; */
	margin-right: 15px;
	order: -1;
}
.tc-mobile .product-card .buttons-wrap .buy-buttons-wrap .button-order {
	margin-left: 8px;
}

.product-card:not(.item-none) .buttons-wrap .buy-buttons-wrap .buy {
	background: var(--color-blue);
}
.tc-desktop .product-card:not(.item-none) .buttons-wrap .buy-buttons-wrap .buy:not(:disabled):hover {
	background: var(--color-blue-glow);
}

.tc-desktop .product-card .actions-wrap {
    text-align: left;
    max-width: 260px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 32px;
    white-space: nowrap;
    margin-right: -20px;
    order: -1;
}

.tc-desktop .product-card .actions-wrap>* {
    margin: 0;
    max-width: 110px;
}

.tc-desktop .product-card .actions-wrap .hold-wrap {
	width: calc(50% + 8px);
}

.tc-desktop .product-card .actions-wrap .addToCompare-wrap {
    order: 9;
	width: calc(50% - 8px);
}

.recall-list .recall-item .rating {
	margin-bottom: 20px;
}


.tc-desktop .product-info-top-wrap {
	margin-top: 14px;
}

.tc-desktop .product-card-image-wrap,
.tc-desktop .product-card-overview-wrap {
	display: inline-block;
    vertical-align: top;
    margin: 30px;
	padding: 0;
    margin-top: 16px;
}

.tc-desktop .product-card-image-wrap {
	position: -webkit-sticky;
	position: sticky;
    top: 70px;
	width: calc(45% - 45px);
	margin-right: 15px;
    margin-bottom: 15px;
}
.tc-desktop .product-card-image-wide .product-card-image-wrap {
	width: calc(100% - 60px);
	margin-right: 30px;
}
.tc-desktop .product-card-overview-wrap {
	width: calc(55% - 40px);
	margin: 34px 0 15px 40px;
}
.tc-desktop .product-card-image-wide .product-card-overview-wrap {
	display: none;
}

.tc-desktop .product-info-top-wrap>*:first-child {
	margin-left: 30px;
}

.tc-desktop .overview-wrap>* {
	padding: 0 !important;
    margin: 0 !important;
}

.tc-desktop .product-info .overview-wrap>* {
	border-bottom: none;
}

.tc-desktop .overview-wrap .property-list,
.tc-desktop .overview-wrap .overview-item {
	padding: 0 !important;
    margin: 0 !important;
	border-bottom: none;
}
.tc-mobile .overview-wrap .property-list {
	border-bottom: none;
	padding-top: 0;
	padding-bottom: 0;
}

.tc-desktop .overview-wrap .overview-item + .property-list {
	margin-top: 40px !important;
}
	

.tc-desktop .product-page-slider {
	margin: 0;
	text-align: center;
}


.tc-desktop .overview-wrap .property-list .detail-info-links {
	display: flex;
  	align-items: center;
  	line-height: 1.2;
}
.tc-desktop .overview-wrap .property-list .detail-info-links a {
}
.tc-desktop .overview-wrap .property-list .detail-info-links span:not(:last-child)::after {
	content: ' | ';
	color: #999999;
	margin: 0 12px;
}


.tc-desktop .detail-list .detail-block .detail-item .label {
	max-width: 258px;
}


.tc-desktop .product-info .area:not(#detail-info-access):not(#detail-info-like) {
	max-width: 800px;
}


.tc-desktop .product-info .detail-list {
	margin-bottom: 0;
	padding-bottom: 22px;
	padding-left: 0;
	padding-right: 0;
}
.tc-desktop .product-info .detail-list .detail-block:last-child {
	margin-bottom: 0;
}

.tc-desktop .product-info .access-group .product-list {
	padding: 0 30px;
	margin: 0;
}


.tc-desktop .product-info .news-list {
	margin: 0;
}


.tc-desktop .product-card .section-link {
	padding-bottom: 6px;
}

.tc-mobile .product-card .section-link {
	font-size: 13px;
	padding-bottom: 4px;
}

.product-card .section-link a span:not(:last-child)::after {
	content: ' / ';
}

.product-card .section-link a span:not(:last-child) {
	display: none;
}


.tc-desktop .product-info .recall-list .recall-item {
	padding: 18px 0;
}

.tc-desktop .product-info .recall-rating-link {
	margin-bottom: 15px;
	font-size: 16px;
}
.tc-desktop .product-info .recall-rating-link .fa-star {
	margin: 0 4px;
}


.tc-desktop .product-info .product-list .product-item {
	display: none;
}
.tc-desktop .product-info .product-list .product-item:first-child, 
.tc-desktop .product-info .product-list .product-item:nth-child(2) {
	display: block;
}

.tc-desktop .product-info .access-group .product-list .product-item {
	max-width: unset;
	min-height: 125px;
	margin-top: 16px;
}

.tc-desktop .product-info .access-group .product-list .product-item>a {
	padding-top: 0;
}

@media (min-width: 1600px) {
	.tc-desktop body:not(.main-page) .product-info .product-list .product-item {
		width: 33%;
	}
	.tc-desktop .product-info .product-list .product-item:nth-child(3) {
	    display: block;
	}
}

.tc-desktop .product-info .access-group .news-content h2 {
	font-size: 14px;
	font-weight: 500;
}

.tc-desktop .product-info .access-group .news-content h2 a {
}

.tc-desktop .product-info .access-group .news-content h2 em {
	font-size: 11px;
	top: -5px;
}

.tc-desktop .product-info .recall-list .more-recalls.more-link {
	font-size: 14px;
	font-weight: normal;
}

.tc-desktop .product-card .stock {
	text-align: left;
}


.tc-desktop .area-codes {
	margin-top: 35px;
}

.area-codes tr td {
	padding: 2px 5px;
	white-space: nowrap;
}

.area-codes tr td span {
	font-weight: 500;
}

.area-codes tr td span::after {
	content: ' ₽';
	font-weight: normal;
}

.tc-desktop .product-info #detail-info-overwiew .news-content {
	margin-bottom: 0;
	padding-bottom: 45px;
}


.tc-desktop .area-scrolls {
	margin-top: 35px;
}
.tc-desktop .area-scrolls a {
    display: block;
    padding: 6px 32px;
    margin: 0 -32px;
    cursor: pointer;
    color: #4d4d4d;
}
@media (min-width: 1616px) {
	.tc-desktop .area-scrolls a {
    	margin-left: -40px;
    	margin-right: -40px;
    	padding-left: 40px;
    	padding-right: 40px;
	}
}
.tc-desktop .area-scrolls a.active {
    font-size: 16px;
	padding-top: 4px;
    padding-bottom: 5px;
    font-weight: 500;
    color: #2b2b2b;
}
.tc-desktop .area-scrolls a:hover {
    background: #e6e6e6;
}
	
.tc-desktop .area-scrolls a em {
    font-style: normal;
    font-size: 11px;
    color: #828282;
    position: relative;
    top: -5px;	
}

.tc-desktop body:not(.main-page) .product-list .product-item .info .price {
	font-size: 16px;
}

.tc-desktop .product-info .detail-list .detail-block .detail-header,
.tc-desktop .product-card .action-badge {
	font-size: 14px;
}

.tc-desktop .detail-list .detail-block .detail-item,
.tc-desktop .overview-wrap .property-list .property-item {
	margin-bottom: 14px;
}

.tc-desktop .product-info .detail-list .detail-block {
	margin-bottom: 30px;
}


.tc-desktop .product-card .catalog-hint-description {
	position: absolute;
	right: 40px;
}

.tc-desktop .overview-wrap .catalog-hint-description,
.tc-desktop .overview-wrap .usability-description,
.tc-desktop .overview-wrap .tags,
.tc-desktop .overview-wrap .sort-price {
	margin-top: 25px !important;
    margin-bottom: 0px !important;
}

.tc-desktop .product-info .overview-wrap .property-list + div:not(.catalog-hint-description) {
	margin-top: 25px !important;
	border-top: 1px solid #e9e9e9;
}

.tc-mobile .product-info .overview-wrap>* {
	font-family: var(--font-condensed);
	border-bottom: none;
	padding-bottom: 0 !important;
}

.tc-mobile .sort-price .value,
.tc-mobile .usability-description .usability-text .header,
.tc-mobile .usability-description .usability-score .score-value {
	font-weight: 700;
}

.usability-description .usability-score {
	display: inline-block;
	margin-right: 14px;	
}

.usability-description .usability-more {
	margin-top: 2px;
	display: inline-block;
}


.usability-description .usability-score a .score-fraction {
	color: var(--color-blue-text);
}
.usability-description .usability-text {
	margin-top: 0 !important;
}

.sort-price .value {
	font-weight: 500;
}
.sort-price .unit:before {
	content: ' ₽ / ';
}
.sort-price .separator {
	margin: 0 4px;
	color: #ccc;
}

.tags .tag {
    margin-right: 14px;
}
.tags .tags-group:not(:last-child) {
	margin-bottom: 14px;
}

.tags .tag a {
	white-space: nowrap;
}

.tags .tag-description {
	display: none;
}

.tags .tag-text {
	background: #e2f2fc;
	padding: 8px 12px;
	border-radius: 6px;
	width: fit-content;
}

.administrative-text {
	margin: 40px 0;
}
.administrative-text:before {
	content: 'Для служебного пользования';
	display: block;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 500;
    color: #2b2b2b;
}
.administrative-text .administrative-text-edit-link {
	display: block;
	margin-top: 10px;
}

.tc-desktop .administrative-text,
.tc-desktop .overview-wrap .overview-item,
.tc-desktop .overview-wrap .property-list .property-item, 
.tc-desktop .detail-list .detail-block .detail-item, 
.tc-desktop .recall-list .recall-item {
	line-height: 1.3;
}


.tc-desktop .product-info-top h1 {
	font-size: 24px;
    font-weight: 500;
	margin: 0;
	padding: 22px 30px 0;	
}

.tc-desktop .product-info-top::after {
	content: '';
	display: block;
	margin: 20px 40px 0 30px;	
	border-bottom: 1px solid #e9e9e9;
}

.tc-mobile .product-info-top h1 {
	font-size: 18px;
	line-height: 1.2;
    font-weight: 400;
	margin: 0;
	padding: 20px 20px 0;	
}
.tc-mobile .product-info-top {
	border-bottom: 1px solid #e9e9e9;
}

.tc-desktop .detail-info-like-tab .access-group .product-list {
	margin-top: 20px !important;
}
.tc-desktop .detail-info-like-tab .access-group .news-content + .product-list {
	margin-top: 0 !important;
}

.landing {
	margin-top: 60px;
}

.city-select-div.loader>*:not(.recall-list) {
	opacity: 0;
}
.city-select-div {
	position: relative;
}
.city-select-div .recall-list {
	position: absolute;
	left: 0;
	right: 0;
	top: 7px;
}

.availability-header {
	font-weight: 500;
}
.tc-desktop .availability-header {
	font-size: 16px;
}


.availability-hint {
	color: var(--color-blue-text);
	cursor: default;
}


.delivery-item {
	display: block;
}
.tc-mobile .delivery-item {
	margin-top: 6px;
}
.tc-desktop .delivery-item {
	margin-top: 8px;
}

.delivery-item .delivery-type {
}

.delivery-item .delivery-string {
	display: block;
}

.tc-desktop .delivery-item .delivery-type + .delivery-string {
	margin-top: 2px;
}

.delivery-item .delivery-location {
	color: #333333;
	/* white-space: nowrap; */
}

.delivery-item .delivery-cost,
.delivery-item .delivery-term {
	color: #707070; 
	font-weight: 500;
	white-space: nowrap;
}
.availability-wrap .delivery-item .delivery-location + .delivery-cost::before,
.availability-wrap .delivery-item .delivery-location + .delivery-term::before,
.availability-wrap .delivery-item .delivery-type + .delivery-cost::before,
.availability-wrap .delivery-item .delivery-type + .delivery-term::before {
	content: ' — ';
}
.delivery-item .delivery-cost + .delivery-term::before {
	content: ', ';
}

.availability-city-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.tc-desktop .availability-city {
	font-size: 16px;
}


.delivery-header {
	display: block;
	font-weight: 500;
}
.tc-mobile .delivery-header {
	margin-top: 5px;
}
.tc-desktop .delivery-header {
	margin-top: 2px;
}

.availability-city-link {
	color: var(--color-blue-text);
	line-height: 1.2;
	border-bottom: 1px dotted var(--color-blue-text);
	white-space: nowrap;
	align-self: flex-start;
}
.availability-city-link:hover {
	border-bottom-color: var(--color-blue-text-glow);
}
.tc-mobile .availability-city-link {
	font-size: 14px;
	margin-top: 3px;
}
.tc-desktop .availability-city-link {
	font-size: 13px;
	margin-top: 3px;
	cursor: pointer;
}


.tc-mobile .modal-form-content .delivery-item .delivery-type {
	font-weight: 500;
	margin-top: 15px;
	display: block;
}
.tc-desktop .availability-russia .delivery-item .delivery-type {
	font-weight: 500;
}
.tc-desktop .availability-russia .delivery-item .delivery-location {
	color: #828282;
}
.tc-desktop .availability-russia .delivery-item .delivery-cost, 
.tc-desktop .availability-russia .delivery-item .delivery-term {
	color: #333333;
	font-weight: 500;
}
.tc-desktop .availability-russia .delivery-item .delivery-cost::before, 
.tc-desktop .availability-russia .delivery-item .delivery-term::before {
	font-weight: normal;
}


.tc-mobile .actions-wrap>* {
	max-width: 180px;
}

.tc-mobile .product-card .buttons-wrap>* {
	max-width: 390px;
	align-self: center;
	width: 100%;
}


.tc-mobile .actions-wrap>* {
	margin-top: 0;
}


.tc-desktop .product-card {
	display: flex;
	flex-wrap: wrap;
}

.product-card-chain-header-wrap {
	width: 100%;	
}

.tc-desktop .product-card-chain-header-wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	justify-content: space-between;
}

.tc-desktop .product-card-stars-code-image-wrap {
	width: 45%;	
}

.tc-desktop .product-card-stars-code-image-wrap.product-card-stars-code-image-wrap-no-overview-wrap {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.tc-desktop .product-card-stars-code-image-wrap .product-card-image-wrap {
	width: 45%;
	align-self: center;
}

.tc-mobile .product-card-stars-code-image-wrap {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

.tc-mobile .product-card-stars-code-wrap {
	display: flex;
	flex-direction: column;
	grid-gap: 4px;
	margin-top: 2px;
}

.product-card-code-wrap {
	color: #b3b3b3;
	font-size: 12px;
	line-height: 22px;
}

.product-card-code-wrap .product-card-code {
	color: #828282;
}

.tc-mobile .product-card-actions-wrap {
	display: flex;
	grid-gap: 20px;
	align-items: center;
	margin-top: 4px;
}

.tc-mobile .product-card-actions-wrap .addToCompare-wrap {
	order: 9;
}

.tc-mobile .product-card-actions-wrap .addToCompare-wrap i,
.tc-mobile .product-card-actions-wrap .hold-wrap i {
	padding-right: 0;
}

.tc-mobile .product-card h1 {
	margin-bottom: 0;
}

.tc-desktop .product-card-stars-code-image-wrap .product-card-stars-wrap {
	margin-top: 6px;
}
.tc-desktop .product-card-stars-code-image-wrap .product-card-stars-wrap i {
	font-size: 12px;
	margin-right: 3px;
	position: relative;
	top: -1px;
}
.tc-desktop .product-card-stars-code-image-wrap .product-card-stars-wrap i:last-child {
	margin-right: 8px;
}

.tc-mobile .product-card-stars-code-image-wrap .product-card-stars-wrap {
	font-size: 14px;
}
.tc-mobile .product-card-stars-code-image-wrap .product-card-stars-wrap i {
	font-size: 11px;
	margin-right: 2px;
	position: relative;
	top: -1px;
}
.tc-mobile .product-card-stars-code-image-wrap .product-card-stars-wrap i:last-child {
	margin-right: 6px;
}


.tc-desktop .product-card-stars-code-image-wrap .product-card-image-wrap {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	padding-right: 0;
}

.tc-mobile .product-card-stars-code-image-wrap .product-card-image-wrap {
	width: 100%;
}

.product-card-nav-wrap {
	position: sticky;
	top: 50px;
	z-index: 9;
	width: 100%;
}

.tc-mobile .product-card-nav-wrap {
	margin: 20px 0;
	background: #eee;
}

.tc-mobile .product-card-nav-wrap + .product-info-wrap .areas-wrap .area.active:first-child .area-header {
	display: none;
}


.product-card-nav-wrap .tech-tabs {
	display: flex;
}

.tc-desktop .product-card-nav-wrap .tech-tabs {
	flex-wrap: wrap;
	border-bottom: 1px solid #e0e0e0;
}

.tc-mobile .product-card-nav-wrap .tech-tabs {
	flex-flow: wrap;
	flex-wrap: nowrap;
	overflow-x: scroll;
}
.tc-mobile .product-card-nav-wrap .tech-tabs::-webkit-scrollbar { 
	display: none;
}

.tc-mobile .product-card-nav-wrap .tech-tab {
	margin: 0 8px;
	padding: 12px 0;
	white-space: nowrap;
	color: #828282;
	border-bottom: 2px solid #eee;
}
.tc-mobile .product-card-nav-wrap .tech-tab:first-child {
	margin-left: 20px;
}
.tc-mobile .product-card-nav-wrap .tech-tab.active {
	font-weight: 700;
	color: #4d4d4d;
	border-bottom-color: var(--color-red-text);
}

.tc-desktop .product-card-nav-wrap .tech-tab {
	margin-right: 32px;
	padding: 12px 0 9px 0;
	white-space: nowrap;
	font-size: 18px;
	color: #4d4d4d;
}
.tc-desktop .product-card-nav-wrap .tech-tab:last-child {
	margin-right: 0;
}
.tc-desktop .product-card-nav-wrap .tech-tab.active {
	font-weight: 500;
	border-bottom: 2px solid var(--color-red-text);
}

.tc-desktop body.window-scrolled .product-card-nav-wrap .tech-tab.js-to-top {
	transition: color .2s ease-out;
}
.tc-desktop body:not(.window-scrolled) .product-card-nav-wrap .tech-tab.js-to-top {
	color: white;
}

.product-card-nav-wrap .tech-tab.js-to-top {
}
.tc-mobile .product-card-nav-wrap .tech-tab.js-to-top {
	position: sticky;
	right: 0;
	margin: 0;
	flex-grow: 1;
	text-align: right;
	background: #eee;
	padding-right: 20px;
	padding-left: 12px;
}
.tc-desktop .product-card-nav-wrap .tech-tab.js-to-top {
	flex-grow: 1;
	/* text-align: right; */
}	
	
.tc-desktop .product-card-nav-wrap {
	order: 9;
	background: white;
}

.tc-desktop .product-card-nav-wrap.product-card-nav-wrap-sticked {
	margin-left: -100px;
	margin-right: -100px;
	width: calc(100% + 200px);
}
.tc-desktop .product-card-nav-wrap.product-card-nav-wrap-sticked .tech-tabs {
	padding-left: 100px;	
	padding-right: 100px;	
}

.tc-desktop .product-card .catalog-hint-description {
	position: relative;
	right: 0;
}

.tc-desktop .product-info-wrap {
	order: 10;
	width: 100%;
}


.tc-desktop .product-card .news-content,
.tc-desktop .product-card .product-info .access-group .product-list,
.tc-mobile .product-card {
	padding-left: 0;
	padding-right: 0;
}

.tc-mobile .product-card-chain-header-wrap,
.tc-mobile .product-card-stars-code-image-wrap,
.tc-mobile .product-card-info-wrap,
.tc-mobile .area-header {
	padding-left: 20px;
	padding-right: 20px;
}


.tc-mobile .product-card-overview-wrap .overview-wrap>*:last-child {
	border-bottom: none;
	margin-bottom: 25px;
}
.tc-mobile .product-card-overview-wrap .overview-wrap>* {
	border-bottom: none;
	margin-bottom: 0;
}
.tc-mobile .product-card-overview-wrap .overview-wrap>*:not(:first-child) {
	margin-top: 20px;
}


.tc-desktop .product-page-slider .fotorama__fullscreen-icon {
	right: 42px;
}

.area-header {
	font-size: 22px;
	font-weight: 500;
	padding-top: 20px;
	margin-top: 20px;
	border-top: 1px solid #e9e9e9;
}

.area#recall .area-header sup {
	display: none;
}

.tc-desktop .product-info .areas-wrap .area:first-child .area-header {
	display: none;
}

.tc-desktop .product-info .recall-list .recall-item:first-child {
	padding-top: 0;
	margin-top: 18px;
}
.tc-mobile .product-info .recall-list .recall-item:first-child {
	padding-top: 0;
	margin-top: 20px;
}


.product-card-image-wrap .product-page-slider .fotorama__arr.fotorama__arr--prev:after,
.product-card-image-wrap .product-page-slider .fotorama__arr.fotorama__arr--next:after {
	color: #4d4d4d;
}
.product-page-slider.fotorama.fotorama--fullscreen .fotorama__stage .fotorama__fullscreen-icon:after {
	color: #4d4d4d;
	font-weight: 400;
	top: 2px !important;
	right: -40px !important;
}


.tc-desktop .prices-action-bonus-wrap {
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	max-width: 260px;
}
.tc-mobile .prices-action-bonus-wrap {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin: 10px auto 15px auto;
	max-width: 390px;
}

.tc-desktop .prices-action-bonus-wrap .prices-wrap {
	order: 2;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.tc-mobile .prices-action-bonus-wrap .prices-wrap {
	flex: 1;	
}
.tc-mobile .prices-action-bonus-wrap .action-bonus-wrap + .prices-wrap {
	flex: unset;	
}
.tc-desktop .prices-action-bonus-wrap .prices-wrap .old-price-wrap {
	order: 2;
	font-size: 18px;
}
.tc-desktop .prices-action-bonus-wrap .prices-wrap .price-wrap {
	order: 1;
}

.tc-desktop .prices-action-bonus-wrap .action-bonus-wrap {
	display: contents;
}
.tc-desktop .prices-action-bonus-wrap .action-bonus-wrap .action-wrap {
	order: 1;
	margin-bottom: 8px;
}
.tc-desktop .prices-action-bonus-wrap .action-bonus-wrap .bonus-wrap {
	order: 3;
	margin-top: 8px;
}

.tc-mobile .prices-action-bonus-wrap .action-bonus-wrap>*:not(:first-child) {
	margin-top: 5px;
}

.prices-action-bonus-wrap .prices-wrap .price-wrap,
.prices-action-bonus-wrap .prices-wrap .price-wrap .price,
.prices-action-bonus-wrap .action-bonus-wrap .action-wrap,
.prices-action-bonus-wrap .action-bonus-wrap .action-wrap .action-badge {
	margin: 0;
}
.prices-action-bonus-wrap .action-bonus-wrap .action-wrap,
.prices-action-bonus-wrap .action-bonus-wrap .bonus-wrap {
	line-height: 1;
}

.tc-mobile .prices-action-bonus-wrap .prices-wrap .old-price-wrap {
	text-align: right;
}

.prices-action-bonus-wrap .prices-wrap .old-price-wrap .old-price {
	padding: 0;
	color: #b3b3b3;
}
.prices-action-bonus-wrap .prices-wrap .old-price-wrap .old-price::after {
	border: none;
}


.tc-mobile .prices-action-bonus-wrap .prices-wrap .price-wrap .price {
	font-size: 30px;
	font-weight: 500;
}

.prices-action-bonus-wrap .action-bonus-wrap .action-wrap .action-badge {
	font-size: 14px;
	color: var(--color-red-text);
}
.prices-action-bonus-wrap .action-bonus-wrap .action-wrap .action-badge>a {
	color: var(--color-red-text);
}
.tc-desktop .prices-action-bonus-wrap .action-bonus-wrap .action-wrap .action-badge>a:hover {
	color: var(--color-red-text-glow);
}

.tc-mobile .prices-action-bonus-wrap .action-bonus-wrap .bonus-wrap .bonus {
    font-size: 13px;
}
.tc-mobile .prices-action-bonus-wrap .action-bonus-wrap .bonus-wrap .bonus .bonus_[data-hint-on-hover] {
	color: var(--color-blue-text);
}
.prices-action-bonus-wrap .action-bonus-wrap .bonus-wrap .bonus .bonus_plus,
.prices-action-bonus-wrap .action-bonus-wrap .bonus-wrap .bonus .bonus_summ {
	font-weight: 500;
	font-size: 16px;
}
.tc-mobile .prices-action-bonus-wrap .action-bonus-wrap .bonus-wrap .bonus .bonus_on_card {
	display: none;
}


.handler-addToCompare[data-compared="false"] span:before,
.handler-hold[data-holded="false"] span:before,
.handler-addToCompare[data-compared="false"] span:hover:before,
.handler-hold[data-holded="false"] span:hover:before {
	color: #4d4d4d;
}

.item:not(.item-in-basket) .button-minus,
.item:not(.item-in-basket) .button-plus,
.item:not(.item-in-basket) .input-number,
.item:not(.item-in-basket).product-card .buttons-wrap .buy.button-order,
.item.item-in-basket .giftcard,
.item.item-in-basket.product-card .buttons-wrap .buy.button-main {
	display: none;
}

.tc-desktop .availability-wrap + .kp-wrap {
	margin-top: 32px;
}

.tc-mobile .availability-top,
.tc-mobile .availability-wrap,
.tc-mobile .kp-wrap {
	max-width: 390px;
}
.tc-mobile .availability-wrap,
.tc-mobile .kp-wrap {
	margin: 20px auto;
	background: #f7f7f7;
	padding: 8px 12px;
	border-radius: 6px;
}
.tc-mobile .product-card:not(.item-none) .availability-top {
	text-align: center;
	font-weight: 500;
	margin: 0 auto 15px;
}

.tc-desktop .availability-top,
.tc-desktop .availability-wrap,
.tc-desktop .kp-wrap {
	max-width: 260px;
}
.tc-desktop .product-card:not(.item-none) .availability-top {
	font-size: 20px;
	font-weight: 500;
	margin-top: -15px;
	margin-bottom: 20px;
}

.product-card-info-wrap .header-copy-wrap {
	display: none;
}
.tc-desktop .product-card-info-wrap .header-copy-wrap {
	order: -2;
	margin-bottom: 20px;
}
.tc-desktop .product-card-info-wrap .header-copy-wrap .header-copy {
	display: flex;
	color: var(--color-font-normal);
}

.tc-desktop .product-card-info-wrap .header-copy-wrap .header-copy .header-copy-image {
	background: white;
	margin-right: 16px;
	position: relative;
	align-self: center;
}
.tc-desktop .product-card-info-wrap .header-copy-wrap .header-copy .header-copy-image::before {
	content: '';
	background: rgb(0 0 0 / 3%);
    pointer-events: none;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
}
.tc-desktop .product-card-info-wrap .header-copy-wrap .header-copy .header-copy-image img {
	max-height: 45px;
	max-width: 60px;
}
.tc-desktop .product-card-info-wrap .header-copy-wrap .header-copy .header-copy-name {
	font-weight: 500;
}
.tc-desktop .product-card-info-wrap .header-copy-wrap .header-copy .header-copy-name .after-name {
	font-weight: normal;
}
.tc-desktop .product-card-info-wrap .header-copy-wrap .header-copy .header-copy-name .partnum {
	color: #828282;
	font-weight: 300;
}

/* вариант */
/*
.tc-desktop .overview-wrap .property-list .property-item .label {
	display: flex;
	white-space: nowrap;
}

.tc-desktop .overview-wrap .property-list .property-item .label:after {
	content: '';
	width: 100%;
	border-bottom: 1px dotted #ccc;
	position: relative;
	bottom: 4px;
	margin-left: 10px;
}
*/

.tc-desktop .overview-wrap .property-list {
	display: table;
}
.tc-desktop .overview-wrap .property-list .property-item {
	margin: 0;
	display: table-row;
}
.tc-desktop .overview-wrap .property-list .property-item .label,
.tc-desktop .overview-wrap .property-list .property-item .value {
	display: table-cell;
}
.tc-desktop .overview-wrap .property-list .property-item .label {
	padding-right: 28px;
}
.tc-desktop .overview-wrap .property-list .property-item:not(:last-child) .label,
.tc-desktop .overview-wrap .property-list .property-item:not(:last-child) .value {
	padding-bottom: 14px;
}



.tc-desktop .modal-form[data-modal-form-id^="modal-availability-nsk-"] {
	width: 840px;
	left: calc(50% - 420px);
}

.tc-desktop .modal-form[data-modal-form-id^="modal-availability-nsk-"] .modal-form-content {
	max-width: 840px;
}

.modal-form-content h2 {
	margin: 30px 0 15px 0;
	line-height: 1.2;
	font-weight: 500;
}
.tc-mobile .modal-form-content h2 {
	font-size: 22px;
}
.tc-desktop .modal-form-content h2 {
	font-size: 18px;
}

.modal-form-content h3 {
	margin: 15px 0 8px 0;
	line-height: 1.2;
	font-weight: 500;
}
.tc-mobile .modal-form-content h3 {
	font-size: 18px;
}
.tc-desktop .modal-form-content h3 {
	font-size: 16px;
}

	
.modal-form-content .delivery-string {
}


.tc-mobile .modal-form-content>.delivery-string .delivery-location:after {
	content: ' — ';
}
.tc-desktop .modal-form[data-modal-form-id^="modal-availability-nsk-"] .modal-form-content .delivery-location {
	display: block;
}

.modal-form-content .delivery-cost,
.modal-form-content .delivery-term {
	font-weight: 600;
}

.modal-form-content .delivery-comment {
	display: block;
	color: #828282;
	margin-top: 2px;
	line-height: 1.4;
}
.modal-form-content .delivery-comment + .delivery-comment {
	margin-top: 0;
}

.modal-form-content .announcement {
	padding: 8px 16px;
	background: #fff7da;
	border-radius: 6px;
	font-weight: 500;
}

.modal-form .modal-form-content>.info-wrapper:first-child>*:first-child,
.modal-form .modal-form-content>.info-and-map-wrapper:first-child>.info-wrapper:first-child>*:first-child {
	margin-top: 0;
}

.tc-desktop .modal-form-content .info-and-map-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
}

.tc-desktop .modal-form-content .info-and-map-wrapper:first-child  {
	/*margin-top: 10px;*/
}

.tc-desktop .modal-form-content .info-and-map-wrapper .delivery-string {
	margin-bottom: 40px;
}
.tc-mobile .modal-form-content .info-and-map-wrapper .delivery-string {
	margin-bottom: 20px;
}
.tc-mobile .modal-form-content .info-and-map-wrapper .delivery-string:first-child {
	margin-top: 6px !important;
}
.tc-mobile .modal-form-content .info-and-map-wrapper .delivery-string:last-child {
	margin-bottom: 26px;
}
	
.tc-desktop .modal-form-content .info-and-map-wrapper .info-wrapper {
	margin-right: 22px;
}

.modal-form-content .info-and-map-wrapper .info-wrapper p:first-child {
	margin-top: 0;
}

.modal-form-content .info-and-map-wrapper .info-wrapper .delivery-location {
	font-size: 18px;
	font-weight: 500;
	display: block;
}

.modal-form-content .info-and-map-wrapper .info-wrapper .delivery-location:after {
	content: none;
}

.tc-desktop .modal-form-content .info-and-map-wrapper .map-wrapper {
	width: 500px;	
	height: 400px;
}

.tc-mobile .modal-form-content .info-and-map-wrapper .map-wrapper {
	width: 100%;
	height: calc(100vh - 180px);
}

.availability-russia,
.availability-loading {
	display: none;
}

.availability-wrap.loading .availability-city-wrap {
	opacity: 0.5;
}
.availability-wrap.loading .availability-city-wrap .availability-city {
	opacity: 0;
}

.availability-wrap.loading .availability-loading {
	display: block;
}

.availability-loading .recall-list .progress {
	margin: 16px 0 8px 0;
}


.city-select-div .location-popup-container {
	margin: 6px -20px;
}


.tc-mobile .modal-form-content .city-select-div .location-popup-container {
	margin: 0;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup {
	display: block;
	position: relative;
	border: none;
	box-shadow: none;
	padding: 0;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup input.search-suggest {
	margin: 10px 0;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .hint {
	margin-top: 14px;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .hint span {
	display: none;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .hint a {
	padding: 4px 0;
	display: inline-block;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .hint a:not(:last-child) {
	margin-right: 20px;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .hint a:not(:last-child)::after {
	content: '';
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .search-popup {
	margin-top: 0;
}

.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .search-popup .search-popup-row, 
.tc-mobile .modal-form-content .city-select-div .location-popup-container .location-popup .search-popup .search-popup-row-active {
	padding: 6px 20px;
}


/*
.kp-wrap .kp-info {
	background: white;
	padding: 8px 16px;
	border-radius: 4px;
}
*/
.kp-info p {
	margin: 8px 0;
}
.kp-info h3 {
	font-weight: 500;
	font-size: 20px;
	margin: 8px 0;
}

.tc-desktop .secondary-buttons-wrap {
	align-self: flex-start;
}

.tc-mobile .secondary-buttons-wrap {
	display: flex;
	grid-gap: 10px;
}

.tc-mobile .secondary-buttons-wrap .kp-button {
	margin-top: 8px;
	background: #ebf7fd;
	border-radius: 4px;
	font-weight: 500;
	font-family: var(--font-normal);
	height: 44px;
	line-height: 44px;
	flex: 1;
	text-align: center;
}

.tc-mobile .product-card .buttons-wrap .secondary-buttons-wrap .buy-one-click {
	flex: 1;
	text-align: center;	
}

.tc-desktop .product-card-info-wrap .show-all-button-wrapper {
	margin-top: 32px;
}
.product-card-info-wrap .show-all-button-wrapper {
	text-align: center;
}

.product-card-info-wrap .show-all-button-wrapper .show-all-button {
	width: 100%; 
	font-size: 16px;
	font-weight: 500;
}

.tc-mobile .product-card-info-wrap .show-all-button-wrapper .show-all-button {
	max-width: 390px;
}
/* End */


/* Start:/bitrix/templates/tc4.m/components/techno/sale.ajax.locations/popup.with.link.for.v5.catalog.detail/style.css?16541665671213*/
div.search-popup {
	margin-top: 8px;
}

div.search-popup-row,
div.search-popup-row-active {
	position: relative; 
	padding: 4px 20px;
	margin: 0 -12px;
	cursor: pointer; 
	font-size:12px;
}

.tc-mobile div.search-popup-row,
.tc-mobile div.search-popup-row-active {
	font-size:14px;
}

div.search-popup-row {
	background:#FFFFFF;
}

div.search-popup-row-active {
	background:#EEEEEE;
}

div.search-popup-el-name {
	position: relative; 
	margin:0px;
	padding:0px;
	text-align:left;
	color: #828282;
}

div.search-popup-el-name .first {
	font-weight: 500;
	color: #333;
}

.city-select-div .location-popup input {
}

.city-select-div .location-popup-container {
	position: relative;
}

.city-select-div .location-popup {
	position: absolute;
	display: none;
	background-color: white;
	border: 1px solid var(--color-blue-text);
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 silver;
	padding: 12px;
	z-index: 90;
	width: 100%;
}

.city-select-div .location-popup input.search-suggest {
}

.city-select-div .location-popup .hint {
	padding: 0;
	margin: 8px 0 0 0;
	text-align: left;
}

.city-select-div .location-popup .hint a {
	cursor: pointer;
}

.location-popup-container.with-search-popup .hint {
	display: none;
}
/* End */
/* /bitrix/components/techno/v5.catalog.detail/templates/.default/style.css?174496753539374 */
/* /bitrix/templates/tc4.m/components/techno/sale.ajax.locations/popup.with.link.for.v5.catalog.detail/style.css?16541665671213 */
