

/* Start:/bitrix/templates/trendyproutf/components/bitrix/menu/od_top/style.css?17574864971803*/


.menu_top .nav-link {
    padding: 0 1rem;
}

.menu_top .btn {
    font-size: inherit;
    border: none;
}

.menu_top a.active {
    opacity: .5;
}

.menu_top.navbar {
    padding: 0 !important;
}

.menu_top_about .nav-justified>.dropdown .dropdown-menu {
    margin-top: 10px;
}

.menu_top_about {
    margin-right: -15px;
}

.menu_top_about .nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    white-space: nowrap;
}

.menu_top_about a{
 color: black !important;
 font-size: 13px;
}

.menu_top_about ul.list-inline>li.list-inline-item>a {
    /*font-weight: bold;*/
}

.menu_top_about .list-inline-item:not(:last-child) {
    margin-right: 1.3rem;
}

.menu_top i.fa{ font-size: 12px; }

.menu_top .dropdown-menu {
    position: absolute;
    top: 95%;
    left: auto; 
    z-index: 1000;
    display: none;
    /* float: left; */
    min-width: 10rem;
    padding: .5rem 0;
    margin: 10px 0 0;
    /*font-size: 14px;*/
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
}

.menu_top a {
    color: black;
}

ul.menu_top>li {
    padding: 10px 0;
}

.menu_top_about li.active a {
    opacity: .4;
}


/*.main_menu_gorizontal .more_razdel .dropdown-menu {
    top: 40px !important;
}
*/
.menu_top ul.dropdown-menu li{
    display: block !important;
    font-size: 13px;
    margin: 10px;
    /*text-transform: uppercase; */
    /*font-size: 12px; */
    /*font-family: "bold";*/
}

/*.main_menu_gorizontal .dropdown-menu li a:hover {
    background: #EEE
}
*/

.dropdown-toggle::after {
    display: none !important;
}

.menu_top_about ul.list-inline>li.list-inline-item>a {
    /* font-weight: bold; */
    padding: 15px 0;
}

/* End */


/* Start:/bitrix/templates/trendyproutf/components/bitrix/catalog.compare.list/fav/style.css?175748649756*/
#fav_list_count div{ display: inline-block !important; }
/* End */


/* Start:/bitrix/templates/trendyproutf/components/bitrix/catalog.compare.list/sravnenie/style.css?175748649758*/
#sravn_list_count div{ display: inline-block !important; }
/* End */


/* Start:/bitrix/templates/trendyproutf/components/bitrix/sale.basket.basket.line/my/style.css?17650916654790*/
.bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 15px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/bitrix/templates/trendyproutf/components/bitrix/sale.basket.basket.line/my/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/bitrix/templates/trendyproutf/components/bitrix/sale.basket.basket.line/my/images/cart.svg); }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.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 {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	/*.bx-basket-fixed */
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; }
/* End */


/* Start:/bitrix/templates/trendyproutf/components/bitrix/breadcrumb/main/style.css?1764067862773*/

.bx-breadcrumb {
	padding: 8px 0 20px 0;
	/*text-transfor m: uppercase;*/
	/*color: #A0A0A0;*/
	font-size: 13px;
	display: inline-block;
	/*border: red solid 1px;*/
	/*float: right;*/
	margin: 0;
	/*text-transform: uppercase;*/
}

.bx-breadcrumb a{ color: #939393 !important;}
.bx-breadcrumb a:hover{ text-decoration: underline !important; }

.bx-breadcrumb .fa {
	/*color: #A0AAB0;*/
	/*vertical-align: middle;*/
	margin: 0 10px;
	/*font-size: 15px;*/
}
.bx-breadcrumb .fa-home {
	/*font-size: 13px; */
margin-top: 0 !important; 
margin-right: 3px !important; 
margin-left: 0 !important  }

.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	vertical-align: middle;
	color: #B7B7B7;
}

.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none; text-decoration: none;}


/* End */


/* Start:/bitrix/templates/trendyproutf/components/bitrix/menu/bottom/style.css?1765534042270*/

footer a{
  color: rgba(255,255,255, .8) !important;
}


footer .contacts {
  color: rgba(255,255,255, .6) !important;
}

.mobile_about li.about_item{
	margin-top: 5px;
	font-size: 18px;
}

.footer_menu .about_item {
	padding-bottom: 10px;
	text-transform: uppercase;
}
/* End */


/* Start:/bitrix/templates/trendyproutf/styles.css?17786676761927*/
h2.line, h3.line, h4.line, h5.line, h5.line {
 border-bottom: 1px #ddd solid;
 margin-bottom: 20px; 
 padding-bottom: 5px;
  /*font-family: 'light' !important*/ 
font-weight: bold;
}
h1, h2, h3, h4, h5, h6 { /*font-family: "light";*/ }

/*body { font-family: "light"; }*/

/*b, strong,th { font-family: 'bold'; }*/

.list_content { list-style: none; margin: 15px 0; }
.list_content li:before {
    font-family: "FontAwesome";
    content:"\f105";
    padding: 2px 7px 0 0;
}


img.content_img_responsive {}

.list_content li { line-height: 16pt; margin-bottom: 8px;}

.content_vagno, .content_info , .content_contact {
	padding: 20px 20px 20px 70px;
	position: relative;
/*	border-top: #E9E1E1 2px solid;
	border-bottom: #E9E1E1 2px solid;*/
	margin: 20px 0 20px 0;
    border-radius: 3px;
    /*font-family: "normal";*/
}

	.content_vagno:before, .content_info:before, .content_contact:before {
    position: absolute;
    top: 20px;
    left: 15px;
    /*color: #F17878;*/
    color: white;
    font-family: "FontAwesome";
    font-size: 43px;
    line-height: 43px;
    text-shadow: 0 0 4px rgba(0,0,0, 0.08);
}

	.content_vagno:before {content:"\f06a"; }
	.content_info:before {content:"\f05a"; }
	.content_contact:before {content:"\f1d8";  font-size: 38px;  line-height: 38px; }

	.content_vagno{background: #E9B8B8;}
	.content_info{background: #D5D9E6;}
	.content_contact{background: #DEE8D8; }

	.content_img_responsive, .content_img_left, .content_img_right { padding: 3px; border: 1px #E2E2E2 solid; }

	.content_img_left, .content_img_right { display: inline-block; }
	.content_img_left { float: left; margin: 0 15px 5px 0; }
	.content_img_right { float: right; margin: 0 0 5px 15px; }


	.content_img_responsive img{
		width: 100%;
		height: auto;
	}

/*

Важно
fa-exclamation-circle
content:"\f06a";
content:"\f071";


Цитата
content:"\f10d";

Скидки
content:"\f295";


Часы
content:"\f017";
*/
/* End */
/* /bitrix/templates/trendyproutf/components/bitrix/menu/od_top/style.css?17574864971803 */
/* /bitrix/templates/trendyproutf/components/bitrix/catalog.compare.list/fav/style.css?175748649756 */
/* /bitrix/templates/trendyproutf/components/bitrix/catalog.compare.list/sravnenie/style.css?175748649758 */
/* /bitrix/templates/trendyproutf/components/bitrix/sale.basket.basket.line/my/style.css?17650916654790 */
/* /bitrix/templates/trendyproutf/components/bitrix/breadcrumb/main/style.css?1764067862773 */
/* /bitrix/templates/trendyproutf/components/bitrix/menu/bottom/style.css?1765534042270 */
/* /bitrix/templates/trendyproutf/styles.css?17786676761927 */
