

/* Start:/local/templates/2amedia/components/aam/hlbl.list/skladtfk_right_list/style.css?16522829271063*/

.snippet_2_level {
    color: #111;
    padding: 10px;
    margin: 5px;
    border-left: 1px solid #666;
}

.snippet_2_level a {
    color: #000;
}

.snippet_2_level a:hover {
    text-decoration: none;
}

.catalog_grnomenk {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}

.catalog_grnomenk-item {
    width: 25%;
    display: block;
    text-align: center;
    text-decoration: none;
    transition: all .3s;
}

.catalog_grnomenk-item:hover .catalog_grnomenk-text {
    text-decoration: underline;
}

.catalog_grnomenk-item:first-child .catalog_grnomenk-img {
    background: url("/local/templates/2amedia/components/aam/hlbl.list/skladtfk_right_list/../img/1.png") no-repeat center center;
}

.catalog_grnomenk-item:nth-child(2) .catalog_grnomenk-img {
    background: url("/local/templates/2amedia/components/aam/hlbl.list/skladtfk_right_list/../img/2.png") no-repeat center center;
}

.catalog_grnomenk-item:nth-child(3) .catalog_grnomenk-img {
    background: url("/local/templates/2amedia/components/aam/hlbl.list/skladtfk_right_list/../img/3.png") no-repeat center center;
}

.catalog_grnomenk-img {
    width: 100%;
    height: 150px;
}

.catalog_grnomenk-text {
    padding-left: 12px;
    padding-top: 7px;
    color: #004b9a;
    font-size: 19px;
}
/* End */


/* Start:/local/templates/2amedia/components/bitrix/sale.basket.basket.line/skladtfk_redisign/style.css?16522829273946*/
.bx-basket {}
.bx-basket-block {
	font-size: 12px;
	padding-bottom: 5px;
	white-space: nowrap;
	position: relative;
	padding-left: 20px;
}
.bx-basket-block>.fa {
	color: #97a1ab;
	width: 12px;
	position: absolute;
	left: 0;
	top: 3px;
}
.bx-basket-block a {
	color: #039BE5;
	border-bottom: 1px dashed;
	margin-right: 10px;
}
.bx-basket-block a:hover {
	text-decoration: none;
	border-bottom-color: transparent;
}


/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed{
		width: 200px;
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
	}
	.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;}
}
@media (max-width: 767px) {
	.bx-basket-fixed{
		/*width: 200px;*/
		position: fixed;
		z-index: 1100;
		background: #fff;
		padding-top: 10px;
		border: 1px solid #F0F0F0;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
		border-radius: 1px;
		overflow: hidden;
		bottom: 0;
		left: 0;
		right: 0;
	}
	.bx-basket-item-list{
		display: none;
	}
	/*.bx-basket-fixed */
}
.bx-basket-fixed .bx-basket-block{
	margin-left: 10px;
}
.bx-basket-item-list{
	position: relative;
	padding-bottom: 20px;
	border-top: 1px solid #F7F7F7;
	overflow: hidden;
}
.bx-opener .bx-basket-item-list{
	padding-bottom: 75px;
}
.bx-max-height .bx-basket-item-list{
	position: absolute;
	bottom: 0px;
	left: 0;
	right: 0;
}
.bx-closed .bx-basket-item-list{
	height: 20px;
	overflow: hidden;
}
.bx-basket-item-list-action{
	cursor: pointer;
	background: #F7F7F7;
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	z-index: 120;
	height: 20px;
	line-height: 14px;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	color: #4f4f4f;
	padding: 3px 0;
}
.bx-basket-item-list-button-container{
	text-align: center;
	position: absolute;
	bottom: 20px;
	border-top: 1px solid #F7F7F7;
	padding: 10px 0;
	background: #fff;
	left: 0;
	right: 0;
}

.bx-basket-item-list-container{
	overflow-y: auto;
	max-height: 100%
}
.bx-basket-item-list-item{
	padding-top: 15px;
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #F7F7F7;
}
.bx-basket-item-list-container .bx-basket-item-list-item:last-child{
	border-bottom: none;
	margin-bottom: 0;
}
.bx-basket-item-list-item-status{
	font-weight: bold;
	padding: 3px;
	background: #EBEBEB;
	margin: 0 10px 20px;
	line-height: 16px;
	font-size: 13px;
	border-radius: 3px;
	text-align: center;
}
.bx-basket-item-list-item-img{
	text-align: center;
	position: relative;
	padding-bottom: 5px;
}
.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;
	color: #3F3F3F;
	text-decoration: none;
}
.bx-basket-item-list-item-remove{
	position: absolute;
	right: 10px;
	top: -7px;
	width: 20px;
	height:20px;
	cursor: pointer;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAHCAMAAADzjKfhAAAAJFBMVEX///8yMjI6Ojpvb29wcHCEhISHh4eIiIiqqqqtra2wsLCxsbE3yvJ6AAAAAXRSTlMAQObYZgAAACxJREFUCNcFwYEBgCAMA7BYUMb2/78m9sXdJtfNMHkzcJ4DlS9FpXXKavT6ARdgANGqCJ38AAAAAElFTkSuQmCC) no-repeat center;
	opacity: .5;
}
.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;
	text-decoration: line-through;
	color: #B0B0B0
}
.bx-basket-item-list-item-price-summ{}

.bx_cart_login_top .bx-hdr-profile a {
	text-decoration: none;
}
.bx_cart_login_top .bx-hdr-profile{
	line-height: 1.44em;
}
/* End */


/* Start:/local/templates/2amedia/components/aam/runtime/region_phone/style.css?1652282927141*/
@media screen and (max-width: 768px) {
    button.regions-item {
        display: block;
        width: 100%;
        margin: 10px 0;
    }
}
/* End */


/* Start:/local/templates/2amedia/components/aam/runtime/region_mobile/style.css?165228292784*/
a#kamaz-region-menu_mobile-opener {
    text-decoration: none;
    color: #0abdf6;
}
/* End */


/* Start:/local/templates/2amedia/components/bitrix/search.title/search/style.css?16522829274105*/

.header .search {
	background-color: #fff;
	padding: 0;
	text-align: left;
	padding-top: 7px;
	padding-bottom: 22px;
}

.header .search__wrap {
	width: 100%;
	margin: 0 auto;
}

.header .search__form {
	display: flex;
	margin: 0 auto;
	flex-direction: column;
	align-items: center;
}

.header .search__form form {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	background: #F1F7FC;
	border-radius: 6px;
}

.header .search__form form:before {
	content: " ";

	background-image: url("/local/templates/2amedia/components/bitrix/search.title/search/../../../../img/redisign/icon_search.svg");
	background-repeat: no-repeat;
	display: block;
	width: 16px;
	height: 16px;
	position: absolute;
    left: 16px;
    top: 12px;
	z-index: 1;
}

.header .search__form form .btn {
	padding: 9px 20px;
	height: 40px;
	background: #FFCA0C;
	border-radius: 6px;
	color: #000;
	font-weight: 700;
	font-size: 12px;
	line-height: 12px;
	text-align: center;
	border-radius: 6px;

}

.header .search input[type="text"] {
	width: 100%;
	height: 40px;
	position: relative;
	padding-left: 48px;
	font-size: 14px;
	line-height: 14px;
	font-family: "Gilroy", sans-serif;
	border: 1px solid transparent;
	background: transparent;
}

.header .search div.search-placeholder {
	width : 70%;
}

#title-search-input::-webkit-input-placeholder { font-family: "Gilroy", sans-serif; font-size: 14px; line-height: 14px; color: #8A8B9A}
#title-search-input:-ms-input-placeholder { font-family: "Gilroy", sans-serif; font-size: 14px; line-height: 14px; color: #8A8B9A}
#title-search-input::-ms-input-placeholder { font-family: "Gilroy", sans-serif; font-size: 14px; line-height: 14px; color: #8A8B9A}
#title-search-input::placeholder { font-family: "Gilroy", sans-serif; font-size: 14px; line-height: 14px; color: #8A8B9A}
/*----------------------*/

div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/2amedia/components/bitrix/search.title/search/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

div.title-search-result img {
	width: auto;
}

@media(max-width: 600px) {
    .header .search__form form:before {
        display: none;
    }
}

#title-search-input:focus {
	outline: none;
}
/* End */


/* Start:/local/templates/2amedia/components/aam/hlbl.list/shops_map/style.css?1652282927395*/
#map {
   min-width: 100%;
   height: 450px;
   background-color: rgba(170, 200, 240, .3);
}

#map-links {
    margin-top: 20px;
}

#map-links a {
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    color: #3E57A0;
    text-decoration: none;
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    cursor: pointer;
    white-space: nowrap;
    margin: 2px 0;
}

/* End */


/* Start:/bitrix/components/niges/cookiesaccept/templates/.default/style.css?17500609672729*/
/* NIGES.COOKIESACCEPT */

.nca-cookiesaccept-line {
    font-size: inherit;
    font-family: inherit;
    line-height: 1;
    padding: 10px;
}


.nca-cookiesaccept-line.style-1 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-3 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-5 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-7 .nca-cookiesaccept-line-text {
    color:#111;
}
.nca-cookiesaccept-line.style-2 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-4 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-6 .nca-cookiesaccept-line-text,
.nca-cookiesaccept-line.style-8 .nca-cookiesaccept-line-text {
    color:#eee;
}

.nca-cookiesaccept-line.style-1 {
    /* background-position: center;
    background-repeat: repeat-x;
	background-image: url(/bitrix/components/niges/cookiesaccept/templates/.default/images/style-1-2.svg);
    background-size: contain; */
    background-color: rgb(61, 168, 255); 
}

.nca-cookiesaccept-line.style-2 {
    background-color: rgb(13, 62, 102);
}


.nca-cookiesaccept-line.style-3 {
    background-color: rgb(197, 197, 197);
}

.nca-cookiesaccept-line.style-4 {
    background-color: rgb(71, 71, 71);
}

.nca-cookiesaccept-line.style-5 {
    background-color: rgb(61, 255, 158);
}

.nca-cookiesaccept-line.style-6 {
    background-color: rgb(9, 92, 50);
}

.nca-cookiesaccept-line.style-7 {
    background-color: rgb(84, 255, 61);
}

.nca-cookiesaccept-line.style-8 {
    background-color: rgb(92, 5, 5);
}

.nca-cookiesaccept-line.style-9 {
    background-color: rgb(203, 255, 61);
}

.nca-cookiesaccept-line.style-10 {
    background-color: rgb(70, 94, 4);
}

.nca-cookiesaccept-line.style-11 {
    background-color: rgb(255, 148, 61);
}

.nca-cookiesaccept-line.style-12 {
    background-color: rgb(138, 70, 14);
}

.nca-cookiesaccept-line.style-13 {
    background-color: rgb(255, 61, 61);
}

.nca-cookiesaccept-line.style-14 {
    background-color: rgb(119, 22, 22);
}

.nca-cookiesaccept-line.style-15 {
    background-color: rgb(255, 61, 152);
}

.nca-cookiesaccept-line.style-16 {
    background-color: rgb(85, 10, 45);
}

.nca-cookiesaccept-line.style-17 {
    background-color: rgb(83, 129, 255);
}

.nca-cookiesaccept-line.style-18 {
    background-color: rgb(6, 37, 122);
}

 
.nca-cookiesaccept-line.style-19 {
    background-color: rgb(255, 255, 255);
}

.nca-cookiesaccept-line.style-20 {
    background-color: rgb(0, 0, 0);
}
 

@media screen and (min-width:767.01px) {
	.nca-hidden-pc {display: none !important;}
}
@media screen and (max-width:767px) {
	.nca-hidden-mobile {display: none !important;}
}
/* End */
/* /local/templates/2amedia/components/aam/hlbl.list/skladtfk_right_list/style.css?16522829271063 */
/* /local/templates/2amedia/components/bitrix/sale.basket.basket.line/skladtfk_redisign/style.css?16522829273946 */
/* /local/templates/2amedia/components/aam/runtime/region_phone/style.css?1652282927141 */
/* /local/templates/2amedia/components/aam/runtime/region_mobile/style.css?165228292784 */
/* /local/templates/2amedia/components/bitrix/search.title/search/style.css?16522829274105 */
/* /local/templates/2amedia/components/aam/hlbl.list/shops_map/style.css?1652282927395 */
/* /bitrix/components/niges/cookiesaccept/templates/.default/style.css?17500609672729 */
