

/* Start:/bitrix/templates/simplyfreepro_main/components/bitrix/menu/top/style.css?1661029760750*/
.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?1661029760628*/
.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?166102976056*/
.social_share {
	font-size: 14px;
	font-weight: bold;
}

/* End */


/* Start:/bitrix/templates/simplyfreepro_main/styles.css?17439561494269*/
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"; }
.news-detail h2, .news-detail .h2 {
	margin-top: 40px;
}
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;
}
.seo-text {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 30px;
}
.seo-text ul {
    padding-left: 20px;
}
.seo-text li {
    margin-bottom: 8px;
}
.btn-primary {
    background-color: #6c63ff;
    border-color: #6c63ff;
}
.bold {
    font-weight: bold;
}
a.sidebar_link {
    text-align: center;
    display: block;
    font-size: 18px;
    border: 1px solid;
    border-radius: 5px;
    padding: 20px;
}
img.content_img_responsive {}

.downloadButton {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    color: #cd3367;
    border: 1px solid #cd3367 !important;
}
.downloadButton:hover {
    background: #cd3367;
    color: #fff;
}
.downloadButton:disabled {
    opacity: 0.7;
    cursor: wait;
}
.list_prod .downloadButton {
    border: none !important;
}
.list_prod .downloadButton:hover {
    background: none;
    color: #cd3367;
    opacity: 0.7;
}
.downloadButton.loading::after {
    left: 100%;
}
.download-notification {
    position: fixed;
    top: 120px;
    right: 20px;
    background: #4CAF50;
    color: white;
    padding: 15px 25px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    transform: translateY(100px);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 1000;
}
.download-notification.show {
    transform: translateY(0);
    opacity: 1;
}

form.loading {
    position: relative;
    opacity: 0.5;
    z-index: 1;
    pointer-events: none;
}
.loading:after {
    content: '';
    background: url(/images/icons/loading.gif) center no-repeat;
    position: absolute;
    top: 0;
    width: 100px;
    height: 100px;
    left: 50%;
    margin-left: -50px;
    z-index: 7;
    opacity: 1;
}
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;
	}


.search-form form.row {
    margin-left: 0;
}
/*

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


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

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


Часы
content:"\f017";
*/
/* End */
/* /bitrix/templates/simplyfreepro_main/components/bitrix/menu/top/style.css?1661029760750 */
/* /bitrix/templates/simplyfreepro_main/components/bitrix/breadcrumb/new/style.css?1661029760628 */
/* /bitrix/templates/simplyfreepro_main/components/bitrix/main.share/my/style.css?166102976056 */
/* /bitrix/templates/simplyfreepro_main/styles.css?17439561494269 */
