

/* Start:/bitrix/components/nodasoft/tecdoc_detail/templates/.default/style.css?17243086673696*/
.tabs {
  display: inline-block;
  width: 44%;
  padding-right: 25px;
  vertical-align: top;
}
.tabs > div{
  padding-top:10px;
}
.tabs ul{
  display: flex;
  flex-wrap: wrap;
  margin: -2.5px;
  padding: 0px;
}
.tabs ul li{
  background-color: #d6d6d6;
  color: #000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 7px 8px;
  display: inline-block;
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  cursor: pointer;
  font-size: 11px;
  margin: 2.5px;
}
.tabs ul li.active, .tabs ul li.active:hover{
  background-color: #2da5e3;
  color: #fff;
}
.tabs ul li:hover{
  background-color: #dcdcdc;
}

.buy-info {
  display: inline-block;
  width: 25%;
  vertical-align: top;
}

.tab-1 h2{
  color: #44bb6e;
}

.spec-wrap {
  margin-bottom: 0px;
}

.spec-wrap div,
.detail-product__info .lvl2 {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-top: 5px;
}

/* 
.spec-wrap .name, .spec-wrap .empty {
  width: 40%;
}
*/

.spec-wrap .value {
  width: 80%;
  text-transform: uppercase;
}
.spec-wrap .value2 {
  width: 100%;
}
.spec-wrap .ext_prop {
    display: block !important;
	margin: 0px 0px 4px 0px !important;
}

/*
.spec-wrap .name:before,
.detail-product__info .lvl2 p:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 15px;
  height: 1px;
  border-bottom: 1px dashed #c6bdb2;
}
*/
.detail-product__info .lvl2 {
  width: 100%;
}
.detail-product__info .lvl2 p {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin: 0 0 2px;
}
.detail-product__info .lvl2 p:last-of-type {
  text-align: right;
}

.catalog .sidebar {
  width: 250px;
  float: none !important;
  display: inline-block;
  vertical-align: top;
}

.catalog .prods {
  margin-left: 0 !important;
  vertical-align: top;
  display: inline-block;
  width: -webkit-calc(100% - 255px);
  width: calc(100% - 255px);
}

.artables.view_gallery .arproducts {
  overflow-x: scroll !important;
}

@media screen and (max-width: 1020px) {
  .tabs {
    width: 75%;
    padding-right: 0;
  }
  .content .elementdetail .detail-product__info {
    width: 75% !important;
    margin-top: 20px;
  float: right !important;
  }
  .catalog .sidebar,
  .catalog .prods {
    width: 100% !important;
  }
}

@media screen and (max-width: 605px) {
  .tabs {
    width: 100%;
  }
  .content .elementdetail .detail-product__info {
    width: 100% !important;
  }
}

.spec-wrap.no-scroll {
  height: 50px;
  overflow: hidden;
}
.spec-wrap.scroll {
  height: 200px;
  overflow-y: scroll;
  border-bottom: solid 1px #f3f3f3;
  border-left: solid 1px #f3f3f3;
  border-top: solid 1px #f3f3f3;
  padding: 10px;
  margin-top: -10px;
}
.btn-scroll {
  text-align: right;
  margin-left: 40.5%;
  border-bottom: 1px dashed #214496;
  text-decoration: none;
}

.elementdetail .detail-product__info {
  width: 28% !important;
  display: inline-block;
  vertical-align: top;
  float: none !important;
}

#apply-content img {
  height: 70px;
  margin: 0 auto;
  display: block;
  margin-top: 30px;
}

.analogs_link,
.sop_link {
  background-color: #d6d6d6;
  color: #000;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  padding: 7px 10px 8px;
  display: inline-block;
  -webkit-transition: all ease-in-out 250ms;
  -o-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
}
.analogs_link:hover,
.sop_link:hover {
  background-color: #dcdcdc;
}

.picslider {
  visibility: visible !important;
  height: 70px !important;
}
.picslider.hide {
  display: none !important;
}
.picslider a.page {
    padding: 25px 20px !important;
}
/* End */


/* Start:/bitrix/components/partner/review.product.score/templates/.default/style.css?1751435428408*/
a.product_score {
    display: flex;
    align-items: center;
    margin: 5px 0;
    color: #000;
    text-decoration: none;
    flex-wrap: wrap;
}
a.product_score div.score {
    margin-right: 15px;
}
a.product_score div.score span.star svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: gold;
    stroke-width: 8;
}
/*a.product_score div.score span.star.selected svg {
    fill: gold;
}*/
/* End */


/* Start:/local/components/partner/product.acat/templates/.default/style.css?17568822751527*/
div.acat_table_overflow {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #0000008a;
    overflow: auto;
}
div.acat_table_overflow div.acat_table {
    background-color: #fff;
    max-width: 80vw;
    display: flex;
    flex-direction: column;
    margin: 30px auto;
    width: fit-content;
}

div.acat_table_overflow div.acat_table h3 {
    margin: 15px 10px;
}
div.acat_table_overflow div.acat_table div.table_wrapper {
    overflow: auto;
}
div.acat_table_overflow div.acat_table div.table_wrapper table {
    width: 100%
}
div.acat_table_overflow table tr {
    border: 1px solid #666666;
}
div.acat_table_overflow table tr.header {
    position: sticky;
    top: -1px;
    left: 0;
    background-color: #F3F3F3;
    border: none;
}
div.acat_table_overflow table th,
div.acat_table_overflow table td {
    padding: 10px;
}

div.acat_table div.selector {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    padding: 5px;
}
div.acat_table div.selector input[type="radio"] {
    display: none !important;
}
div.acat_table div.selector input[type="radio"]+label {
    background-color: #899CC7;
}
div.acat_table div.selector input[type="radio"]:checked+label {
    background-color: #2da5e3;
}
div.acat_table div.selector label {
    height: unset !important;
    padding-left: none;
}
div.acat_table div.selector label:after,
div.acat_table div.selector label:before {
    display: none !important;
}

button#acat_btn {
    display: none !important;
}
/* End */


/* Start:/bitrix/templates/proauto_default/components/bitrix/catalog.element/gopro_new/style.css?17243086683778*/
.elementdetail .detail-product__info {
  width: 28% !important;
  display: inline-block;
  vertical-align: top;
  float: none !important;
}
.articleandstores {
  display: none;
}

.filtren ul {
  list-style: none;
  padding: 0;
}

.js-add2basket {
  padding: 10px 8px 12px 8px;
  margin-bottom: 10px;
}
.picslider {
  visibility: visible !important;
  height: 70px !important;
}
.picslider.hide {
  display: none !important;
}
.picslider a.page {
    padding: 25px 20px !important;
}

.spec-wrap .ext_prop {
    display: block !important;
	margin: 0px 0px 4px 0px !important;
}

body.circular .add2basketform .buy1click {
  vertical-align: top;
  margin-left: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}

.cheaper {
  vertical-align: top;
  margin-left: 20px;
}

body.circular .add2basketform .favorite {
  margin-left: 0 !important;
}

.ati_dscnt5_wrap {
  display: block;  
  margin: 5px 0 0 0;
}

.ati_dscnt5_wrap_line {
  display: inline; 
  margin: 5px 0 0 0;
}

.ati_dscnt5 {
  display: inline !important;
  vertical-align: top;
  margin-left: 0;
  color: #f81700 !important;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
}
.ati_dscnt5_m {
  margin-left: 10px !important;
}
.ati_dscnt5:hover {
  text-decoration: underline;
} 
.ati_dscnt5_tooltip {
	opacity: 1;
	position: relative;
	display: block	
}
.ati_dscnt5_tooltip .ati_dscnt5_tooltiptext {
	opacity: 0;
	visibility: hidden;
	position: absolute;	
	top: 130%;
	left: 0;
	bottom: 0;	
	margin: 0;
	padding: 8px;
	width: 265px;
	height: 36px;
	line-height: 18px;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid rgb(170, 170, 170);	
	color: #363232; //949398;
	text-align: center;
	z-index: 11;
	box-shadow: 4px 4px 4px rgb(170, 170, 170);
	-o-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-ms-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-moz-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-webkit-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in
}
.ati_dscnt5_tooltip .ati_dscnt5_tooltiptext_2 {
	opacity: 0;
	visibility: hidden;
	position: absolute;	
	top: 130%;
	left: -120%;
	bottom: 0;	
	margin: 0;
	padding: 8px;
	width: 265px;
	height: 36px;
	line-height: 18px;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid rgb(170, 170, 170);	
	color: #363232; //949398;
	text-align: center;
	z-index: 11;
	box-shadow: 4px 4px 4px rgb(170, 170, 170);
	-o-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-ms-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-moz-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-webkit-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in
}
.ati_dscnt5_tooltip .ati_dscnt5_tooltiptext_v {
	opacity: 1;
	visibility: visible;
	top: 90%;
	cursor: default;
	-o-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	-ms-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	-moz-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	-webkit-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in
}
.ati_dscnt5_auth {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400
}  
/* End */


/* Start:/local/components/autoprofi/detail_search_new_delivery/templates/ATI/style.css?17651812405657*/
.item-icon {
  display: inline-block;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 3px;
  margin-left: 5px;
}
.item-icon.icon_stock {
  width: 18px;
  height: 20px;
  background-image: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/images/icon_stock.png');
}
.item-icon.icon_delivery {
  width: 20px;
  height: 16px;
  background-image: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/images/icon_delivery.png');
}

.item-icon.icon_delivery_avia {
  width: 20px;
  height: 16px;
  background-image: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/images/icon_delivery_avia.png');
}
.item-icon.icon_delivery_train {
  width: 20px;
  height: 16px;
  background-image: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/images/icon_delivery_train.png');
}
.item-icon.icon_check {
  width: 15px;
  height: 13px;
  background-image: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/images/icon_check.png');
}
.city_quntity {
  display: none;
}
.item-icon-wrap {
  display: block;
}
.product-item-price:hover .manager-div,
.price.gen:hover + .manager-div,
.price.gen:hover + .old_price + .manager-div {
  display: block !important;
  position: absolute;
  z-index: 10;
  right: 15px;
}
#sopContainer .product-item .product-item-basketactions {
  float: right;
  width: auto !important;
}
.titles_block {
z-index: 10 !important;
box-sizing: border-box;
}
.delivery-title {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.dealer_name {
  position: relative;
  cursor: help;
  display: block;
}
.CManCatalog .dealer_name {
  margin-left: 46px;
  text-align: left;
}
.dealer_name .info {
  color: black;
  border: #c0c0c0 1px dotted;
  padding: 10px;
  display: none;
  z-index: 990;
  background: #f3f3f3;
  left: 56px;
  width: 220px !important;
  position: absolute;
  top: 0px;
  text-decoration: none;
  text-align: left;
  font-size: 12px;
}
.dealer_name .info a {
color: black !important;
}
.dealer_name:hover .info {
  display: block;
}
.is-sticky .titles_block {
    box-shadow: 0em 0.3em 3px rgba(122, 122, 122, 0.4) !important;
}
.product-item-price i,
.soloprice i {
    display: inline-block;
    vertical-align: middle;
}
.item-icon-wrap {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.item-icon-wrap:hover .info {
  left: 0px !important;
}
.elementdetail .soloprice {
  margin-bottom: 0px !important;
}

.delivery_time_top {
  font-size: 17px;
  margin-bottom: 5px;
  position: relative;
  font-weight: bold;
}

.delivery_time_top span {
font-weight:normal;
margin-top:7px;
}

/* Loading bar */
.loading-bar {
  width: 0%;
  height: 7px;
  background-color: #2da5e3;
  transition: width ease-in-out 1000ms;
}

.add2basketform {
  font-weight: normal;
}

body.circular .add2basketform .buy1click {
  vertical-align: top;
  margin-left: 15px;
  height: 40px;
  line-height: 40px;
  padding: 0 8px;
}

.cheaper {
  vertical-align: top;
  margin-left: 0px;
}

body.circular .add2basketform .favorite {
  margin-left: 0 !important;
}

#sop__block {
  z-index: 9;
}

/* Sale tag */
.user_price_old {
  text-decoration: line-through;
  color: grey;
  margin: 0px 4px;
}
.price_izlishki,
.price_diff {
  display: inline-block;
  padding: 2px 5px;
  font-size: 13px;
  margin-top: 2px;
  color: white;
  font-weight: 500;
  box-shadow: 0.1em 0.1em 3px rgb(0 0 0 / 70%);
}
.price_diff {
  background: #44bb6e;
}
.price_izlishki {
  background: #f5ac2f;
}

.ati_dscnt5_wrap {
  display: block;  
  margin: 5px 0 0 0;
}

.ati_dscnt5_wrap_line {
  display: inline; 
  margin: 5px 0 0 0;
}

.ati_dscnt5 {
  display: inline !important;
  vertical-align: top;
  margin-left: 0;
  color: #f81700 !important;
  font-weight: 500;
  cursor: pointer;
  font-size: 15px;
}
.ati_dscnt5_m {
  margin-left: 10px !important;
}
.ati_dscnt5:hover {
  text-decoration: underline;
} 
.ati_dscnt5_tooltip {
	opacity: 1;
	position: relative;
	display: block	
}
.ati_dscnt5_tooltip .ati_dscnt5_tooltiptext {
	opacity: 0;
	visibility: hidden;
	position: absolute;	
	top: 130%;
	left: 0;
	bottom: 0;	
	margin: 0;
	padding: 8px;
	width: 265px;
	height: 36px;
	line-height: 18px;
	text-transform: none;
	font-size: 13px;
	font-weight: 400;
	background-color: #fff;
	border: 1px solid rgb(170, 170, 170);	
	color: #363232; /*949398*/;
	text-align: center;
	z-index: 11;
	box-shadow: 4px 4px 4px rgb(170, 170, 170);
	-o-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-ms-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-moz-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	-webkit-transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in;
	transition: opacity .1s ease-in, visibility .1s ease-in, top .6s ease-in
}
.ati_dscnt5_tooltip .ati_dscnt5_tooltiptext_v {
	opacity: 1;
	visibility: visible;
	top: 90%;
	cursor: default;
	-o-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	-ms-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	-moz-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	-webkit-transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in;
	transition: opacity .1s ease-in, visibility .1s ease-in, top .1s ease-in
}
.ati_dscnt5_auth {
  text-decoration: underline;
  cursor: pointer;
  font-weight: 400
}  

span.js-detaillink {
  width: 76%;
  color: #214496;
  line-height: 15px;
}

div.price_transcript {}
div.price_transcript > p {}
div.price_transcript > div.transcript {
  display: none;
  position: absolute;
  z-index: 100;
  right: 24px;
  max-width: 400px;
  font-size: 13px;
  border: 1px solid #cacaca;
  padding: 5px 5px;
  background: #fff;
  border-radius: 1px;
  margin-top: -9px;
}
div.price_transcript > div.transcript:hover,
div.price_transcript > p:hover + div.transcript {
  display: block !important;
}
/* End */


/* Start:/local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen.css?172430866812737*/

/*choosen*/

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.5.1
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2016 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  font-size: 13px;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  vertical-align: middle;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  z-index: 1010;
  top: 100%;
  left: -9999px;
  width: 130%;
  border: 1px solid #e0e1e2;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  font-weight: normal;
  overflow: hidden;
  margin-right: 4px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  color: #999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  padding-left: 2px;
  content: ':';
  vertical-align: top;
}

/* @end */

/* @group Single Chosen */

.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
  line-height: 35px;
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 30px;
  padding: 0 10px;
  cursor: pointer;
  white-space: nowrap;
  text-decoration: none;
  color: #000;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  font-size: 1px;
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen-sprite.png') -42px 1px no-repeat;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen-sprite.png') no-repeat -2px 8px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type='text'] {
  font-family: sans-serif;
  font-size: 1em;
  line-height: normal;
  width: 100%;
  height: auto;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  border: 1px solid #e0e1e2;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  -webkit-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */

/* @group Results */

.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: 240px;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  color: #444;

  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  line-height: 15px;
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  word-wrap: break-word;

  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  cursor: default;
  color: #ccc;
}

.chosen-container .chosen-results li.highlighted {
  color: #fff;
  background-color: #2da5e3;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  color: #777;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  font-weight: bold;
  display: list-item;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @group Multi Chosen */

/*.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}*/

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  font-family: sans-serif;
  font-size: 100%;
  line-height: normal;
  height: 25px;
  margin: 1px 0;
  padding: 0;
  color: #999;
  border: 0 !important;
  -webkit-border-radius: 0;
          border-radius: 0;
  outline: 0;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.chosen-container-multi .chosen-choices li.search-choice {
  line-height: 13px;
  position: relative;
  max-width: 100%;
  margin: 4px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  cursor: default;
  color: #333;
  border: 1px solid #aaa;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  font-size: 1px;
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen-sprite.png') -42px 1px no-repeat;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  color: #666;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image:         -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-image:         linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  cursor: default;
  color: #ccc;
}

/* @end */

/* @group Active  */

.chosen-container-active .chosen-single {
  border: 1px solid #2da5e3;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  /*background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, #ffffff 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);*/
  -webkit-box-shadow: 0 1px 0 #fff inset;
          box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  top: 7px;
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #2da5e3;
}

.chosen-container-active .chosen-choices li.search-field input[type='text'] {
  color: #222 !important;
}

/* @end */

/* @group Disabled Support */

.chosen-disabled {
  cursor: default;
  opacity: .5 !important;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */

/* @group Right to Left */

.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;

  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type='text'] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type='text'] {
  padding: 4px 5px 4px 20px;
  background: white url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen-sprite.png') no-repeat -30px -20px;
  background: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen-sprite.png') no-repeat -30px -20px;

  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 3/2),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type='text'],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type='text'],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url('/local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen-sprite@2x.png') !important;
    background-repeat: no-repeat !important;
    -webkit-background-size: 52px 37px !important;
            background-size: 52px 37px !important;
  }
}

/* @end */
/* End */


/* Start:/local/components/autoprofi/detail_search_new_delivery/templates/ATI/custom.css?1724308668173*/
#content .table-wrap {
	position: relative;
}
#content .table-wrap .titles_block {
	position: sticky;
	top: 71px;
	box-shadow: 0 .3em 3px rgba(122,122,122,.4)!important;
}


/* End */


/* Start:/bitrix/components/partner/review.list/templates/.default/style.css?17514354285931*/
div.reviews_container,
div.reviews_container div.reviews {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

div.reviews_container div.reviews.reverse {
    flex-direction: column-reverse;
}


div.reviews_container div.score {
    margin-left: 15px;
    flex-wrap: wrap;
    justify-content: flex-end;
}
div.reviews_container div.score span.star svg {
    width: 20px;
    height: 20px;
    fill: none;
    stroke: gold;
    stroke-width: 8;
}
div.reviews_container div.score span.star.selected svg {
    fill: gold;
}

div.reviews_container div.review div.score span.star svg {
    fill: none !important;
}
div.reviews_container div.review div.score span.star.selected svg {
    fill: gold !important;
}

.gradient__brand-secondary {
    stop-color: #f00;
}
.gradient__brand {
    stop-color: #00f;
}

div.reviews_container div.head,
div.reviews_container div.head div.sort {
    display: flex;
    flex-direction: row;
    align-items: center;
    /*justify-content: space-between;*/
    gap: 5px;
}
div.reviews_container div.head {
    background-color: #1f9ede13;
    padding: 15px;
}
div.reviews_container div.head div.sort {
    justify-content: flex-start;
    margin-right: auto;
}

div.reviews_container div.head div.sort span {
    white-space: nowrap;
}
div.reviews_container div.head div.sort span.control.active {
    text-decoration: underline;
}
div.reviews_container div.head div.sort span.control:hover {
    text-decoration: underline;
    cursor: pointer;
}
div.reviews_container div.head p {
    margin: 0;
}
div.reviews_container div.head > p {
    font-size: 20px;
}
div.reviews_container div.head div {
    display: flex;
    align-items: center;
}
/*div.reviews_container div.head button {}*/

div.reviews_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 20px;
    gap: 10px;
}
div.reviews_container > * {
    width: 100%;
}
div.reviews_container > p {
    text-align: center;
}
div.reviews_container > p:hover {
    text-decoration: underline;
    cursor: pointer;
}

div.reviews_container div.review {
    background-color: #1f9ede13;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

div.reviews_container div.review.not_approved {
    background-color: #24333b13;
}
div.reviews_container div.review:hover {
    background-color: #1f9ede28;
}
div.reviews_container div.review.not_approved:hover {
    background-color: #24333b28;
}
div.reviews_container div.review div.review_footer,
div.reviews_container div.review div.review_head {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

div.reviews_container div.review p {
    margin: 0;
}

div.reviews_container div.review div.review_head a.date,
div.reviews_container div.review div.review_head p.date {
    margin-left: auto;
}

div.reviews_container div.review div.review_head div.date_score {
    align-items: center;
    display: flex;
    justify-content: center;
}

div.reviews_container div.review div.review_text {
    margin: 5px 0;
}

div.reviews_container div.review div.review_footer div.vote,
div.reviews_container div.review div.review_footer div.vote div.vote_up,
div.reviews_container div.review div.review_footer div.vote div.vote_down {
    display: flex;
    flex-direction: row;
}

div.reviews_container div.review div.review_footer div.vote div.vote_up,
div.reviews_container div.review div.review_footer div.vote div.vote_down {
    cursor: no-drop;
}
div.reviews_container div.review div.review_footer div.vote.can_vote div.vote_up,
div.reviews_container div.review div.review_footer div.vote.can_vote div.vote_down {
    cursor: pointer;
}


div.reviews_container div.review div.review_footer div.images {
    display: flex;
    gap: 10px;
}

div.remove_overlay,
div.remove_popup {
    position: fixed;
    z-index: 10000;
}
div.remove_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
}
div.remove_popup {
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
button {
    border: none;
}

div.reviews_container div.cssload-container {
    width: 36px;
    height: 36px;
    text-align: center;
    /*position: absolute;
    left: 50%;
    top: 50%;
    margin: -6vw 0 0 -6vw;*/
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
div.reviews_container div.cssload-speeding-wheel {
    width: 30px;
    height: 30px;
    margin: 0 auto;
    border: 3px solid #1f9ede;
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
      -o-animation: cssload-spin 575ms infinite linear;
      -ms-animation: cssload-spin 575ms infinite linear;
      -webkit-animation: cssload-spin 575ms infinite linear;
      -moz-animation: cssload-spin 575ms infinite linear;
}


div.reviews_container div.btn_container {
    display: flex;
}
div.reviews_container div.btn_container .btn1 {
    margin: 0 auto;
}
@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}

@media screen and (max-width: 700px) {
    div.reviews_container div.head div.sort {
        margin: 0;
    }
    div.reviews_container div.review div.review_head,
    div.reviews_container div.head {
        flex-direction: column;
    }
}

/* End */
/* /bitrix/components/nodasoft/tecdoc_detail/templates/.default/style.css?17243086673696 */
/* /bitrix/components/partner/review.product.score/templates/.default/style.css?1751435428408 */
/* /local/components/partner/product.acat/templates/.default/style.css?17568822751527 */
/* /bitrix/templates/proauto_default/components/bitrix/catalog.element/gopro_new/style.css?17243086683778 */
/* /local/components/autoprofi/detail_search_new_delivery/templates/ATI/style.css?17651812405657 */
/* /local/components/autoprofi/detail_search_new_delivery/templates/ATI/lib/chosen.css?172430866812737 */
/* /local/components/autoprofi/detail_search_new_delivery/templates/ATI/custom.css?1724308668173 */
/* /bitrix/components/partner/review.list/templates/.default/style.css?17514354285931 */
