

/* Start:/bitrix/templates/simplyfreepro_main/components/bitrix/menu/left/style.css?17068536101886*/


/*.left_menu .panel-collapse {
    background: white;
    padding: 10px;
    margin: 0 -10px;
    text-transform: uppercase;
    font-size: 11px !important;
    font-family: "normal" !important;
}
*/

.left_menu {
 margin: 0;
 width: 350px;
 font-family: 'light';
 display: inline-block;
}


.left_menu ul {
  margin-bottom: 0;
}

.item .menu_left_text, .item .menu_left_text1 {
  font-size: 22px;
}

.menu_left_text1 div {
    margin-top: 11px;
    line-height: 1.3;
    max-width: 350px;
}

.left_menu>ul>li {
  margin-bottom: 10px;
}


.left_menu>ul>li.active {
  opacity: 0.8
}
.left_menu>ul>li.active .about_item.active {
  opacity: 0.7
}


a[aria-expanded="true"]::before {
    /*font-family: "FontAwesome";*/
    content: "\2212";
    margin-right: 5px;
    font-size: 22px; 
    font-weight: bold;
}

a[aria-expanded="false"]::before {
    /*font-family: "FontAwesome";*/
    content: "+";
    margin-right: 5px;
    font-size: 22px; 
    font-weight: bold;
}


li.active a[aria-expanded="false"]::before {
    /*font-family: "FontAwesome";*/
    content: "\2212";
    margin-right: 5px;
    font-size: 22px; 
    font-weight: bold;
}

li.active a[aria-expanded="true"]::before {
    /*font-family: "FontAwesome";*/
    content: "+";
    margin-right: 5px;
    font-size: 22px; 
    font-weight: bold;
}

.left_menu ul>li>div>ul {
    margin-left: 30px;
    padding-left: 20px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding-right: 10px;
    font-size: 16px !important;
    line-height: 22pt;
    /* margin: 0; */
    width: 320px;
    border-left: 1px dotted rgba(255,255,255, .5);
}

.title_menu_right {
    font-size: 30px;
     font-family: 'light';
     margin: 0 0 10px 0;
}





@media (max-width: 750px) {
.left_menu, #main_menu {
 width: 100% !important;
}
.left_menu {
/*margin: -30px 20px 0;*/
padding: 0;
}
.left_menu>ul>li {
    margin-bottom: 0;
}
}


/* End */


/* Start:/bitrix/templates/simplyfreepro_main/components/bitrix/menu/top/style.css?1706853610750*/
.top_menu a {
font-size: 15px;
    color: #1F1F1F !important;
    font-weight: 200;
    font-style: normal;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
    padding-bottom: 1px;
    font-family: 'light';
}

.bottom_menu a {
	font-size: 18px;
    color: #FFF;
    font-weight: 200;
    font-style: normal;
    border-bottom: 2px solid transparent;
    transition: border-color 0.2s ease-in-out;
    padding-bottom: 1px;
    font-family: 'bold';

}
.bottom_menu {
	margin: 10px 0;
}

.bottom_menu a:hover {
	color: #999
}

.top_menu {
    line-height: 1;
}


.top_menu ul{
   margin-bottom: 0;
}

.root-item-selected { opacity: .4}

.top_menu .fa { font-size: 17px; }
/* End */


/* Start:/bitrix/templates/simplyfreepro_main/components/bitrix/breadcrumb/new/style.css?1706853610628*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

.bx-breadcrumb a.active {
	opacity: .5;
}

/* End */


/* Start:/bitrix/templates/simplyfreepro_main/components/bitrix/main.share/my/style.css?170685361056*/
.social_share {
	font-size: 14px;
	font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/simplyfreepro_main/components/bitrix/menu/bottom_1/style.css?170685361065*/




.footer_menu a{
  color: rgba(255,255,255, .6) !important;
}

/* End */


/* Start:/bitrix/templates/simplyfreepro_main/styles.css?17068536102481*/
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 }
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 {}


blockquote {
  padding: 10px 20px;
  margin: 20px 0 20px 5%;
  font-size: 22px;
  border-left: 5px solid #ccc; 
}

	ul.list-content {
		list-style-type: none;
		margin-left: 0;
		padding-left: 0;
	}
	.list-content li {
/* handle multiline */
    overflow: visible;
    padding-left: 25px;
    position: relative;
    margin-bottom: 7px;
}

.list-content li:before {
/* your own marker in content */
font-family: "FontAwesome";
    content: "\f00c";
   left: 0;
   top: 3px;
   position: absolute;
   opacity: .5;
}

.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: 15px 0 15px 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"; color: #E9B8B8; }
	.content_info:before {content:"\f05a"; color: #D5D9E6;}
	.content_contact:before {content:"\f2bd"; 
	color:#CCDCC6; 
	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/simplyfreepro_main/components/bitrix/menu/left/style.css?17068536101886 */
/* /bitrix/templates/simplyfreepro_main/components/bitrix/menu/top/style.css?1706853610750 */
/* /bitrix/templates/simplyfreepro_main/components/bitrix/breadcrumb/new/style.css?1706853610628 */
/* /bitrix/templates/simplyfreepro_main/components/bitrix/main.share/my/style.css?170685361056 */
/* /bitrix/templates/simplyfreepro_main/components/bitrix/menu/bottom_1/style.css?170685361065 */
/* /bitrix/templates/simplyfreepro_main/styles.css?17068536102481 */
