

/* Start:/local/components/my/catalog.filter4/templates/cat_filter/style.css?17446431543282*/

#filter-content form
{
	margin:0;
	padding:0;
}

#filter-wrapper
{
	overflow: auto;
	margin:5px auto;
/*	padding: 0 5px 0 5px;*/
	position:relative;
	top:-5px;
	/*max-width:500px;*/
	z-index:100;
}

#filter-body
{
	/*border-radius: 4px;*/
	background-color:#FDCE4B;
	border:1px solid #FDCE4B;
}

#filter-titles
{
	/*height:25px;*/
	margin:0;
	padding:0;
	width:100%;
}


#filter-titles div
{
	float:left;
	background-color:#FFFFFF;
	color:#3D5154;
	cursor:pointer;
	display:block;
	font-family:Verdana;
	font-size:15px;
	text-align:center;
	text-decoration:none;
	padding: 4px 0px;
	height: 22px;
}

#filter-title-auto {width: 40%;}
#filter-title-params {width: 40%;}
#filter-title-code {width: 20%;}

/*#filter-titles div:last-child{border-top-right-radius: 3px;}
#filter-titles div:first-child{border-top-left-radius: 3px;}*/

#filter-titles .filter-title-selected
{
	background-color:#FDCE4B;
}



#filter-content
{
	/*height:50px;*/
	overflow: auto;
	margin:0;
	padding: 0px 5px;
	text-align:center;
	width: calc(100% - 10px);
	padding-top: 5px;
	min-height: 46px;
}
.filter-button
{
	width: 50px;
	float: left;
}

.form-fields 
{
	float: left;
	width: calc(100% - 51px)
}

#filter-content select, #text-code
{
	font-size:18px;
	width: 25%;
	float: left;
	margin-right: 5px;
	margin-bottom: 6px;
	background-color: rgb(248, 248, 248);
	border: solid 1px rgba(116, 113, 113, 0.67);
	color: #4C4A4A;
}


#filter-content .filter-checkbox 
{
	font-size:13px;
	float: left;
	margin-right: 5px;
	white-space: nowrap;
	margin-bottom: 5px;
}

#filter-refresh-button
{
	border: solid 2px white;
    border-radius: 50%;
    background-color: #00C0DD;
/*	background-image:url(/local/components/my/catalog.filter4/templates/cat_filter/images/refresh.gif);
	background-position: -1px -1px;
	background-repeat:no-repeat;*/
	height:36px;
	vertical-align:middle;
	width:36px!important;
	cursor: pointer;
	margin-top: 3px;
	padding-left: 6px;
}


#select-mfa{width: calc(50% - 5px)!important;}
#select-mod{width: calc(50% - 5px)!important;}
#select-type{width: calc(100% - 5px)!important;}
#select-sup {width: calc(33% - 5px)!important;}
#select-series {width: calc(66% - 5px)!important;}
#select-fit {width: calc(33% - 5px)!important;}
#select-len1 {width: calc(33% - 5px)!important;}
#select-len2 {width: calc(33% - 5px)!important;}
/*#text-code {width: calc(70% - 5px)!important;}*/



#filter-content-auto,#filter-content-params, #filter-content-code
{
	display:none;
}


/*#filter-content-code {
	width: 400px;
}*/
#filter-content-code #text-code {
	width: 100%;
	color:#333;
	font-family:Tahoma;
	font-size:18px;
	margin-top: 10px;
	padding-left: 5px;
}

.catalog-stars img
{
	border:0;
}


@media screen and (max-width: 767px){

	.form-fields, .filter-button {
	   float: left;
	    width: 100%;
	}
	#filter-content select{
		width: 100%!important;
		height: 40px;
		font-size: 20px;
	}
	#filter-refresh-button{
		width: 100%!important;
		border-radius:0px;
		height: 50px;
		margin-bottom: 5px;
	}
	.cat-content {
	    width: auto!important;
			}
	#filter-wrapper {
			padding: 0;
	}

	#filter-content-code, #text-code {
		width: 100%;
		height: 30px;
	}

    #filter-body.hide_onload #filter-content{
    	display: none;
    }

    #filter-titles div
	{
		font-size: 14px;
	}

	.yellow_back
	{
		background-color:#FDCE4B!important;
	}
    
	
}
/* End */


/* Start:/local/templates/md2019/components/bitrix/catalog.element/2019/style.css?17448280118188*/
.catalog-element {
	padding:0;
	margin:0;
}

.catalog-element h1{
	/*font: bold 20px Tahoma!important;*/
    font-size: 22px;
    font-weight: normal;
	color: #666666!important;
	margin-bottom: 10px;
}

.catalog-annonce {
	color: #666666;
	font-size: 12px;
	padding: 5px 0;
	text-align:left;
	vertical-align:top;
}
.catalog-table {
  border:0px;
  width:100%;
  margin-bottom:10px;
  padding:0;
}

.catalog-annonce {
    color: #666666;
}

.catalog-annonce ul{
    list-style:none;
}

.catalog-annonce ul li{
    line-height: 1.5;
}


.catalog-detail-picture {
	text-align:center;
	vertical-align: top;
	width:210px;
}
.catalog-table-properties {
	padding-left: 10px;
        padding-left: 5px;
    color: #7d7d7d;
    line-height: 1.25em;
    width: 250px;
}

.catalog-table-properties dd, .catalog-table-properties dt {
    display: inline-block;
    margin: 0px;
    float: left;
}
.catalog-table-properties dt {
    clear: both;
}
.catalog-table-properties dd {
    color: black;
}
.catalog-table-prices{
	width: 100px;
}
.catalog-price {
    color: #666666;
    display: block;
    font-size: 24px;
    margin:0 0 5px 0;
}

.catalog-discount-price {
    color: #FF0000;
    display:block;
    font-size: 24px;
    margin:0 0 5px 0;
}
.catalog-button {
	/*background: url(/local/templates/md2019/components/bitrix/catalog.element/2019/images/button.gif) no-repeat left top;*/
	display: block;
    text-align:center;   
	height: 32px;
	width: 84px;	
    margin-left: -3px;
    background-color: #00c8e3;
    border-radius: 5px;

}

.catalog-button :hover{
    background-color: #00b9d8;
    border-radius: 5px;
}


.catalog-button a {
	color: #FFFFFF;
	display: block; 
	font-weight: bold;
	line-height: 32px;  
	height: 32px;
	text-decoration: none;
	width: 84px;
}

.ost-button:hover {
    cursor: pointer;
}


div.catalog-detail-image {display: inline-block; margin: 0 25px 0 0; border: 1px solid #D6D3C7; padding: 0px; }
div.catalog-detail-images { overflow: hidden;  margin: 0 25px 0 0; float: left;}
div.catalog-detail-images div.catalog-detail-image { position: relative; margin: 10px 10px 0 0; overflow:hidden; padding: 2px; text-align:center; }
div.catalog-detail-images div.catalog-detail-image a { width: 100%; height: 100%; display: block;}
div.catalog-detail-images div.catalog-detail-image img { vertical-align: middle;}


.main {
    margin:0 auto; /* ���������� ����� */
    width:100%; /* ������ ������ 100%, ����� ������� �� ��������� */
    /*max-width:700px; /* ������������� ������������ ������ */
}
.inline div {
    display:inline-block; /* ������ ����� �� ����������� */
    display: -moz-inline-stack; /* ��� FireFox 2, ��� �� �����, ��� � inline-block */
    vertical-align:top; /* ����������� �� ������ */
    /*font-size:16px; /* ������ ������ ������ ������, ����� ������ �������� �������� */
    /* ��� IE 6 � IE 7, ����� ����� ���� �� �����������
    zoom: 1;
    *display: inline;
    */
}

.left-block {
    width:210px; /*������ ������ � ��������� ����� ������� �� ���������*/
    float: left;

}
.cat-content {
    width:calc(100% - 215px);
    float: left;
    padding-left: 0px !important;
}
.right-block {
    width:100px;
}

.catalog-table-properties {
    width: calc(100% - 120px);
}

video {
  width: 100%    !important;
  height: auto   !important;
}

.aval_text{

    color:#009900;
    padding-top: 5px;
}
.prih_text{

    color:#000066;
    padding-top: 5px;
}


.aval_hint{
    display: inline-block;
    font-size:  12px;
    color: #757373;
    position: relative;
    cursor: pointer;
    border-bottom: dashed 1px lightgray;
}

.catalog-old-price{
    font-size: 16px;
}

.economy-text{
    font-size: 12px;
}

ol.breadcrumb {
    list-style: none;
    padding-left: 0px;
    margin-top: 5px;
    line-height: 25px;
    }
    
ol.breadcrumb li {
    display: inline;
}   
ol.breadcrumb li a {
    color: #0275d8;
    text-decoration: none;
}

ol.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
}


.catalog-button-query {
    /*background: url(/local/templates/md2019/components/bitrix/catalog.element/2019/images/button.gif) no-repeat left top;*/
    display: block;
    text-align:center;   
    height: 32px;
    width: 84px;    
    margin-left: -3px;
    background-color: #f7c309;
    border-radius: 5px;

}

.catalog-button-query :hover{
    background-color: #e2b30c;
    border-radius: 5px;
}


.catalog-button-query a {
    color: #FFFFFF;
    display: block; 
    font-weight: bold;
    line-height: 32px;  
    height: 32px;
    text-decoration: none;
    width: 84px;
}

.naval_text{
    /*color:#FF3333;*/
    padding-top: 5px;
}

.app_links li{
	    list-style: none;
}

.catalog-element-description img{
    width: 100%;
    height: auto;
}


.app_links a, .app_more{
    margin: 7px 20px 0px 20px;
    line-height: 20px;
}

a.app_car0 {
    display: none;
}

span.app_make {
    font-size: 15px;
    margin-top: 25px;
}

.app_more {
    text-decoration: underline;
    font-size: 13px;
    cursor: pointer;
}

ul.cat_pop li {
    list-style: none;
    margin: 15px 0px;
}

.fleft {
    float: left;
}

.sitem-pics .thumbs{    
        width: 240px;
        margin-top: 10px;
    }

.sitem-pics .thumbs div{
    float: left;
    border: 1px solid lightgrey;
    margin: 1px;
}
.sitem-pics .thumbs img {
    object-fit: cover;
    width: 56px;
    height: 56px;
}


.fancybox-toolbar div {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    background: rgba(30,30,30,0.6);
    color: #ccc;
    font-size: 12px;
    font-weight: bold;
    min-width: 42px;
    text-align: center;
    white-space: nowrap;
}

@media all and (min-width: 500px) {

  .fancybox-thumbs {
    top: auto !important;
    width: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    right : 0 !important;
    height: 95px !important;
    padding: 10px 10px 0 10px !important;
    box-sizing: border-box !important;
    background: rgba(0, 0, 0, 0.3) !important;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 0 !important;
    bottom: 95px !important;
    overflow: visible !important;
  }

  /*.fancybox-thumbs::-webkit-scrollbar {
    height: 7px;
  }

  .fancybox-thumbs::-webkit-scrollbar-track {
    background: #2a2a2a;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  }

  .fancybox-thumbs::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
  }*/
}


.youtube {
    background-color: #000;
    margin-bottom: 30px;
    position: relative;
    padding-top: 56.25%;
    overflow: hidden;
    cursor: pointer;
}
.youtube img {
    width: 100%;
    top: -16.84%;
    left: 0;
    opacity: 0.7;
}
.youtube .play-button {
    width: 90px;
    height: 60px;
    background-color: #333;
    box-shadow: 0 0 30px rgba( 0,0,0,0.6 );
    z-index: 1;
    opacity: 0.8;
    border-radius: 6px;
}
.youtube .play-button:before {
    content: "";
    border-style: solid;
    border-width: 15px 0 15px 26.0px;
    border-color: transparent transparent transparent #fff;
}
.youtube img,
.youtube .play-button {
    cursor: pointer;
}
.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
    position: absolute;
}
.youtube .play-button,
.youtube .play-button:before {
    top: 50%;
    left: 50%;
    transform: translate3d( -50%, -50%, 0 );
}
.youtube iframe {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.app_links {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.Zebra_Tooltip a, .Zebra_Tooltip_Message a {
    color: #fda300;
    text-decoration: none;
    border-bottom: dashed 1px;
}

.z_tt_right_above {
    cursor: help;
}


.sitem-price-spec>div, .sitem-price-spec>span {
    padding: 5px 6px;
  }
/* End */


/* Start:/local/components/my/feedback.show/templates/.default/style.css?1569065143956*/

	.reviews-block {
		display: flex;
		flex-direction: column;
	}

	.review {
		background-color: #F9F9F9;
		padding: 20px;
		margin: 20px;
	}

	.review-stars {
		margin-left: auto; margin-right: auto;
	}

	.review-title {
		display: flex;
		justify-content: left;
		align-content: center;
		flex-wrap: wrap;
	}

	.review-name {color: #03363D; font-size: 17px;}
	.review-date {color: #6F6F6F; font-size: 13px;}
	.review-rel {padding-top: 15px; display: block;font-size: 14px;color: #03363D;}
	.review-name-date {
		display: flex;
		flex-direction: column;
		flex: 2 2 40px;
		margin-left: 20px;
	}

	.review-text {margin-top: 20px; padding: 0; margin-bottom: 0;}
	.review-stars svg{width: 30px; height: 23px;}


.review_checked {	    width: 25px;
    height: 12px;
    fill: #57b157;
    vertical-align: middle;
}

.review-ava {
	width: 40px;
	height: 40px;
	background-size: cover;
	background-position: top center;
	border-radius: 50%;
	flex: 0 1 40px;
}

/* End */


/* Start:/personal/cart/add2basket_include.css?17408498322700*/
    #cart-popup-header {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #03363D !important;
        font-weight: normal !important;
        font-size: 25px !important;
        margin: 5px 0px 15px 0px !important;
    }
    #cart-popup-prod {
        display: flex;
    }
    #cart-popup-prod img {
        height: 70px;
    }
    #cart-popup-prod div {
        margin-left: 20px;
        color: #636363;
    }
    #cart-popup-but div {
        margin: 10px;
        padding: 10px 30px;
        min-width: 220px;
    }
    #cart-popup-but {
        margin-top: 20px;
    }
    #cart-popup-title{
        max-width: 300px;
    }

    #cart-popup-wrapper{
        cursor: auto;
    }

    #cart-popup-text{
        margin: 15px 0;
        color: #9d0a0ade;
        display: none;
    }

   .basket-control {
    display: flex;
    flex-direction: column;
    width: 138px;
    border: 2px solid #FDCE4B;
    }

    .basket-header {
        display: flex;
        border-bottom: 2px solid #FDCE4B;
    }

    .basket-in-basket{
        display: inline-block;
        padding: 5px 9px;
        text-align: center;
        width: 118px;
        font-size: 14px;
    }

    .basket-update {
        padding: 0px 7px;
        background-color: #FDCE4B;
        height: 29px;
        font-weight: bold;
        font-size: larger;
        cursor: pointer;
    }

    .basket-update:hover {
        background-color: #ffc219;
    }

     #dvadvo-popup-header {
        font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
        color: #03363D !important;
        font-weight: normal !important;
        font-size: 25px !important;
        margin: 5px 0px 15px 0px !important;
    }
    .dvadvo-popup-prod {
        display: flex;
    }
    .dvadvo-popup-prod img {
        height: 70px;
    }

    .dvadvo-popup-prod div {
        margin-left: 20px;
    }

    .dvadvo-popup-prod {
        color: #636363;
        cursor: pointer;
        margin: 10px;
        border: 1px solid lightgrey;
        padding: 5px;
    }

    .dvadvo-popup-prod:hover {
        background-color: #efefef;
    }

    #dvadvo-popup-but div {
        margin: 10px;
        padding: 10px 30px;
        min-width: 220px;
    }
    #dvadvo-popup-but {
        margin-top: 20px;
    }
    #dvadvo-popup-title{
        max-width: 300px;
    }

    #dvadvo-popup-wrapper{
        cursor: auto;
        max-width: 640px;
    }

    #dvadvo-popup-text{
        margin: 15px 0;
    }

    .basket-checkout {
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
    border: none!important;
    font-weight: normal;
    width: 138px!important;
}
/* End */
/* /local/components/my/catalog.filter4/templates/cat_filter/style.css?17446431543282 */
/* /local/templates/md2019/components/bitrix/catalog.element/2019/style.css?17448280118188 */
/* /local/components/my/feedback.show/templates/.default/style.css?1569065143956 */
/* /personal/cart/add2basket_include.css?17408498322700 */
