html {
	height: 100%;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
}

main {
	flex:  1 1 auto;
}

.main_block_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f3f3f3;
	padding: 20px;
	border-radius: 4px;
}

.main_block_top_img {
	width: 35%;
}

.main_block_top_img img {
	max-width: 100%;
}

.table_info thead tr {
	vertical-align: middle !important;
	background-color: #FF7F50;
	color: #fff; 
}

.btn-outline-success {
	color: #8B0000;
	border-color: #8B0000;
}

.btn-outline-success:hover {
	background-color: #F08080;
	border-color: #F08080;
}

.my_article a {
	color: #8B0000 !important;
	text-decoration: none;
}

.my_article a:hover {
	color: #F08080  !important;
	text-decoration: none;
	border-bottom: 1px dotted #F08080;
	margin-top: -1px;
}

.nav_block_article {
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	border-radius: 4px;
}

.nav_block_article_buttons {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.nav_block_article_buttons a:hover {
	text-decoration: none;
	border-bottom: none;
	margin-top: 0;
}

.nav_block_article_buttons button {
	margin: 0 10px 10px 0;
}

.mod_block_top {
	display: flex;
	justify-content: space-between;
	align-items: top;
	width: 100%;
}

.mod_block_top_img {
	width: 25%;
}

.mod_block_top_img img {
	max-width: 100%;
}

.list_all_mods ul {
	list-style: none;
	-webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
 	padding: 0;
 	margin: 0;
}

.list_all_mods ul li {
	list-style-position: inside;
  	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 10px 0;
}

.list_all_mods ul li:first-child {
	margin-top: 0;
}

.list_all_mods ul li:last-child {
	margin-bottom: 0;
}

.article_other_models {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
}

.nav-link-footer {
	color: #000 !important;
	text-decoration: none;
}

.nav-link-footer:hover {
	color: #333;
	text-decoration: none;
	border-bottom: 1px dotted #333;
}

.navbar img {
	height: 38px !important;
	margin-right: 8px;
}

.nav-link {
	color: #fff !important;
}

.nav-link:hover {
	color: #E0FFFF !important;
	text-decoration: underline !important;
}

.bg-darkblue {
	background-color: #FF7F50 !important;
}

.navbar-brand span {
	font-weight: bold !important;
}

.article_link {
	color: #2781bc !important;
}

.article_link a {
	color: #2781bc !important;
	text-decoration: none;
}

.bg-darkblue {
	background-color: #196194;
}

.bg-lightblue {
	background-color: #1174b9 !important;
	border-color: #1174b9 !important;
}

.article_img {
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	max-height: 35vh;
}

.list-components {
	display: flex !important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.list-components:last-child {
	margin-bottom: 0;
}

.list-components b {
	color: hsl(227, 4%, 56%);
	font-weight: normal;
}

.list-components span {
}

.p1_page {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: nowrap;
}

.alert_price {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-radius: 10px;
	padding: 16px;
}
.good {
	background-color: #f0f7de;
}
.bad {
	background-color: #f8d7da;
	color: #842029;
}
.alert_price img {
	width: 10%;
	margin-right: 20px;
}

.list_all_articles {
	margin-bottom: 30px;
}

.list_all_articles ul {
	list-style: none;
	-webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
 	padding-left: 0;
}

.list_all_articles ul li {
	list-style-position: inside;
  	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
    margin: 10px 0;
}

.list_all_articles ul li:first-child {
	margin-top: 0;
}

.list_all_articles ul li:last-child {
	margin-bottom: 0;
}

.list_all_articles ul b {
	font-size: 1.6em;
	color: #444;
}

.link_green_my {
	color: #8B0000;
	text-decoration: none;
}

.link_green_my:hover {
	color: #F08080;
	text-decoration: none;
	border-bottom: 1px dotted #F08080;
	margin-top: -1px;
}

.page-link {
	color: #8B0000 !important;
}

.page-link:hover {
	color: #F08080 !important;
}

.marks_link {
	color: #8B0000;
	letter-spacing: 1px;
	font-size: 1.2em;
	text-decoration: none;
}

.marks_link:hover {
	color: #F08080;
	text-decoration: none;
	border-bottom: 1px dotted #F08080;
	margin-top: -1px;
}

.card_image_main {
	max-height: 15vh;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
}

.go_article_btn {
	background-color: #196194;
	border-color: #196194;
	margin: 10px;
}

.go_article_btn:hover {
	background-color: #444;
	border-color: #444;
}

.breadcrumb_my {
	background: rgba(0, 0, 0, 0.05);
	padding: 10px;
	border-radius: 4px;
}

.breadcrumb_my ol {
	margin: 0 !important;
	padding: 0 !important;
}

.breadcrumb_my a {
	color: #8B0000 !important;
	text-decoration: none;
}

.breadcrumb_my a:hover {
	border-bottom: 1px dotted #F08080;
	margin-top: -1px;
}

#back2Top {
    width: 60px;
    line-height: 60px;
    overflow: hidden;
    z-index: 999;
    display: none;
    cursor: pointer;
    -moz-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: fixed;
    bottom: 50px;
    right: 50px;
    background-color: rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    color: #555;
    text-align: center;
    font-size: 30px;
    text-decoration: none;
}

#back2Top:hover {
    background-color: #3CB371;
    color: #fff;
}

.nav-link.disabled {
	color: #8B0000 !important;
}

@media screen and (max-width: 1180px) {
	#back2Top {
    	width: 38px;
    	line-height: 38px;
    	bottom: 5px;
    	right: 5px;
	}
}

@media screen and (max-width: 1024px) {
	.list_all_articles ul {
	list-style: none;
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
	}

	.list_all_articles ul li {
	    margin: 16px 0;
	}
	#back2Top {
		width: 60px;
    	line-height: 60px;
		background-color: #FF7F50;
		opacity: .6;
		color: #fff;
	}
	#back2Top:hover {
		opacity: 1;
    	background: rgba(0, 0, 0, 0.05);
    	color: #000;
	}
}





@media screen and (min-width: 961px) {
	.container {
		max-width: 960px !important;
	}
}
@media screen and (max-width: 960px) {
	.container {
		max-width: 100% !important;
	}
	.mod_block_top_img {
		display: none;
	}

	.list_all_mods ul {
		list-style: none;
		-webkit-columns: 1;
	    -moz-columns: 1;
	    columns: 1;
	 	padding-left: 0;
	}

	.list_all_mods ul li {
	    margin: 0 5px 0 0;
	    float: left;
	}

	.list_all_mods ul li::after {
		content: ', ';
	}
	.list_all_mods ul li:last-child::after {
		content: '.';
	}
	.nav_block_article_buttons button {
	    margin: 0 25px 25px 0;
	}
}
@media screen and (max-width: 650px) {
	.list_all_articles ul {
	list-style: none;
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
	}
	.main_block_top_img {
		display: none;
	}
}