html {
	height: 100%;
}

body {
	min-height: 100%;
	display: flex;
	flex-direction: column;
	font-size: 20px;
}

main {
	flex:  1 1 auto;
}

table {
	border-collapse: separate;
}

.logotext {
	text-decoration: none;
	font-size: 32px;
	color: #fff !important;
}

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

.layout_header div {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.layout_header div img {
	height: 44px;
	width: auto;
	margin-right: 10px;
}

.change_lang {
	font-size: 14px;
	color: #333;
	text-decoration: none;
}

.navbar {
	background: rgb(10,88,202) !important;
	background: linear-gradient(90deg, rgba(10,88,202,1) 0%, rgba(99,134,185,1) 100%) !important;
}

.main_footer {
	background-color: #e3f2fd !important;
	background: #e3f2fd !important;
}

.index_desc h1 {
	display: block;
	font-size: 38px;
	font-weight: bold;
	margin-bottom: 25px;
}

.btn_search {
	background-color: #e3f2fd !important;
}

.btn_search:hover {
	background-color: #0d6efd !important;
	color: #fff !important;
}

.search_form {
	background-color: #e3f2fd;
	padding: 20px;
}

.card {
	box-shadow: 1px 1px 14px rgb(0 0 0 / 20%);
}

.card img {
	padding: 6px;
}

.card a {
	text-decoration: none;
}

.card a:hover {
	text-decoration: underline;
}

.navbar-brand {
	margin-right: 0 !important;
}

/*HEAD NAV*/
.marks_nav {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
}

.marks_nav b {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 49%;
}

.marks_nav b img {
	width: 48px;
	height: auto;
	margin-right: 10px;
}

.marks_nav b a {
	color: #212529;
	text-decoration: none;
	font-size: 28px;
	letter-spacing: 1px;
}

.marks_nav b a:hover {
	color: #1e58ca;
	text-decoration: none;
}

/*SUBNAV*/
.subnav_wrap {
	background-color: #f7f7f7;
	padding: 4px 0 8px 0;
}

.subnav {
	overflow-x: scroll;
	display: flex;
	justify-content: space-between;
}

.subnav::-webkit-scrollbar {
  	width: 0;
  	height: 0;
}

.subnav a {
	margin: 0 25px;
	white-space: nowrap;
	text-decoration: none;
}

.subnav a:last-child {
	margin-right: 0;
}

.subnav a:first-child {
	margin-left: 0;
}

.worlds h2 {
	display: block;
	text-align: center;
	background-color: #FFD773;
	padding: 10px 29px;
	border-radius: 8px;
	margin-bottom: 20px;
}

.worlds h2:last-child {
	margin-bottom: 0;
}

.worlds a {
	text-decoration: none;
	color: #d9534f;
}

.worlds a:hover {
	text-decoration: underline;
}

.list_group_main_active {
	background-color: #FFD773 !important;
	border-color: #ffd773 !important;
	color: #d9534f !important;
	letter-spacing: 1px;
	font-weight: bold;
}

.list_group_main:nth-child(odd) {
	background-color: #FFFFE0 !important;
	border-color: #ffd773 !important;
}

.list_group_main:nth-child(even) {
	background-color: #FFEFD5 !important;
	border-color: #ffd773 !important;
}

.list-questions a {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 20px;
	text-decoration: none;
	color: #f2f1f5;
    background: #13005a;
    border-bottom: 1px solid #7976af;
}

.list-questions a span {
	font-size: 32px;
	background-color: #f0dc65;
    color: #d9534f;
	padding: 3px 14px;
	border-radius: 8px;
	margin-right: 10px;
}

.list-questions a:hover {
	background-color: #2f4b9b;
	color: #f0dc65;
}

.list-questions h5 {
	margin: 0;
	padding: 0;
	font-size: 24px;
	color: #f2f1f5;
}

.main_title_block {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	padding: 20px;
	color: #f2f1f5;
    background: #13005a;
}

.tile_cody {
    color: #3d1080;
    text-align: center;
    font-weight: 900;
    display: inline-block;
    text-transform: uppercase;
    background: url(/img/tile_bg.png) no-repeat 50%;
    background-size: contain;
    position: relative;
    width: 50%;
    max-width: 50px;
    max-height: 55px;
    font-size: 150%;
    line-height: 55px;
    overflow: hidden;
    transition: background .2s ease-in-out;
}

.tile_cody_active {
    background-image: url(/img/tile_selected_bg.png);
}

.main_info_block {
	background-color: #FFFFE0;
	border: 3px dashed #13005a;
	border-top: none;
	padding: 10px;
}

.prev_next_link {
	background-color: #0a58ca !important;
	border: none;
	width: 100% !important;
	color: #e3f2fd !important;
}

.prev_next_link:hover {
	background-color: #0d6efd !important;
	color: #fff !important;
}

.my_breadcrumbs {
	background-color: #e3f2fd;
	padding: 10px;
}

.my_breadcrumbs ol {
	margin: 0;
	padding: 0;
}

.my_breadcrumbs a {
	text-decoration: none !important;
}

.my_breadcrumbs a:hover {
	text-decoration: underline; !important;
}

/*POST ARTICLE*/
.post_h1 {
	font-size: 36px;
	font-weight: bold;
}

.post_article h2 {
	font-size: 32px;
}

.post_article img {
	width: 100%;
	margin: 20px 0;
	display: block;
}

.post_article_alert {
	background-image: linear-gradient(to top, #dfe9f3 0%, white 100%);
	color: #074356;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin: 25px 0;
}

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

.post_wipers_info {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
	border-top: 1px solid #d9d9d9;
	padding-top: 16px;
}

.post_wipers_info_left {
	width: 48%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-wrap: wrap;
}

.attach_info {
	text-decoration: none;
	display: flex;
	box-sizing: border-box;
	padding: 6px 8px;
	background: rgba(0, 0, 0, .1);
	justify-content: flex-start;
	align-items: center;
	font-size: 16px;
	color: #074356 !important;
}

.attach_info:hover {
	opacity: .8;
	transition: all .3s;
}

.attach_info img {
	width: 78px !important;
	margin-right: 10px;
	margin-bottom: 0 !important;
	margin-top: 0 !important;
}

.attach_info p {
	margin: 0 !important;
}

.post_wipers_info_right {
	width: 48%;
	justify-content: flex-start;
	align-items: flex-start;
}

.post_wipers_info_left b {
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

.post_wipers_info_right b {
	display: block;
	text-align: left;
	width: 100%;
	margin-bottom: 10px;
}

.post_article_alert img {
	width: 25%;
	margin-right: 20px;
}

.post_article_alert a {
	color: #808000;
}

.post_article_alert a:hover {
	color: #DEB887;
	text-decoration: none;
}

.post_wiper_size {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 12px;
	box-sizing: border-box;
	padding: 6px 8px;
	background: rgba(0, 0, 0, .1);
}

.post_wiper_size:hover {
	opacity: .8;
	transition: all .3s;
}

.post_wiper_size:last-child {
	margin-bottom: 0;
}

.post_wiper_size img {
	width: 38px !important;
	margin: 0 10px 0 0 !important;
}

.post_wiper_size p {
	margin: 0 !important;
	font-size: 18px !important;
}

.post_wiper_size b {
	margin: 0 !important;
}

.page_qute {
	background-color: #bdefb6;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin: 25px 0;
}

.page_qute img {
	width: 6%;
	margin-right: 20px;
}

#ez-toc-container {
	background-color: #f7f7f7;
	box-sizing: border-box;
	padding: 20px;
	margin: 25px 0;
}

#ez-toc-container nav .ez-toc-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

#ez-toc-container nav li {
	margin: 10px 0;
}

#ez-toc-container nav li a {
	text-decoration: none;
}

.ez-toc-title {
	font-weight: bold;
}

.my_article iframe {
	width: 100% !important;
	min-height: 360px;
}

.post_article h5 {
	margin: 25px 0;
}

.post_article table {
	width: 100%;
	margin: 10px 0 20px 0;
}

.post_article table thead th {
	padding: 8px;
}

.post_article table tr {

}

.post_article table tr:nth-child(even) {
	background-color: #e1e1e1;
}

.post_article table tr:nth-child(odd) {
	background-color: #f7f7f7;
}

.post_article table thead tr:nth-child(even), .post_article table thead tr:nth-child(odd) {
	background-color: #e3f2fd !important;
}

.post_article table tr td {
	padding: 8px;
}

.post_article_about {
	background-color: #f7f7f7;
	color: #333;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
	box-sizing: border-box;
	padding: 20px;
	margin: 25px 0;
	flex-wrap: wrap;
}

.post_article_about_title {
	display: flex;
	width: 100%;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}

.post_article_about_title h5 {
	width: 94%;
}

.post_article_about_text {
	width: 100%;
}

.post_article_about_title img {
	width: 6%;
	margin-right: 20px;
}

.sidebar-block {
	box-sizing: border-box;
	padding-left: 40px;
}

.sidebar-block-title {
	font-size: 28px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	display: block;
}

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

.attach_el {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-decoration: none;
	background-color: #e3f2fd;
	box-sizing: border-box;
	padding: 10px 8px;
	border-radius: 2px;
	margin-bottom: 16px;
}

.attach_el:last-child {
	margin-bottom: 0;
}

.attach_el img {
	width: 25%;
}

.attach_el b {
	width: 70%;
	font-size: 18px;
}

@media screen and (max-width: 1842px) {
	.container {
		max-width: 70% !important;
	}
}

@media screen and (max-width: 1368px) {
	.container {
		max-width: 95% !important;
	}
}

@media screen and (max-width: 1224px) {
	.post_article img {
		width: 80%;
	}
	.post_article_alert img, .post_article_about_title img {
		width: 45% !important;
	}
	.post_wiper_size img {
		width: 38px !important;
	}
	.attach_info img {
		width: 70px !important;
	}
}

@media screen and (max-width: 960px) {
	.container {
		max-width: 100%;
	}
	.post_table_responsive {
		overflow-x: scroll;
	}
	.post_article table {
		width: 960px !important;
	}
	.sidebar-block {
		padding-left: 0;
		width: 100%;
	}
	.main-content-wrap {
		width: 100% !important;
	}
	.attach_el b {
		font-size: 26px;
	}
}

@media screen and (max-width: 760px) {
	.marks_nav b {
		width: 100%;
		margin: 0;
	}
	.marks_nav b a {
		width: 100%;
		border-bottom: 1px solid #0d6efd;
		padding: 12px 0;
		position: relative;
	}
	.marks_nav b:first-child {
		border-top: 1px solid #0d6efd;
	}
	.marks_nav b a::after {
		content: '';
		border: 12px solid transparent; 
		border-left: 12px solid #0d6efd;
		position: absolute;
		right: 0;
		top: 30px;
	}
	.marks_nav b img {
		height: 64px;
	    width: 64px;
	    object-fit: cover;
	}
	.breadcrumb li, .post_article_alert {
		font-size: 16px;
	}
	.prev_next_link {
		font-size: 16px;
	}
	.mob-center {
		text-align: center !important;
	}
	.img-fluid {
		width: 50% !important;
	}
	.post_car_info {
		flex-wrap: wrap;
		justify-content: center;
		align-items: flex-start;
	}
	.post-head-img {
		width: 52%;
	}
	.post_car_info p {
		font-size: 20px;
	}
	.post_wipers_info {
		flex-wrap: wrap;
	}
	.post_wipers_info_left, .post_wipers_info_right {
		width: 100%;
	}
	.post_wipers_info_left {
		order: 2;
		margin-top: 20px;
	}
	.post_wipers_info_left {
		order: 1;
	}
	.post_wipers_info_right b, .post_wipers_info_left b {
		font-size: 22px;
	}
	.attach_info {
		width: 100%;
	}
	.attach_info p {
		font-size: 22px;
	}
	.container {
		padding: 0 !important;
	}
}

@media screen and (max-width: 536px) {
	.logotext {
		font-size: 20px;
	}
	.layout_header div img {
		height: 30px;
	}
	.index_desc h1 {
		font-size: 28px;
	}
	.col_prev_next {
		width: 100% !important;
		margin-bottom: 20px;
	}
	.img-fluid {
		width: 68% !important;
	}
	.post_article_alert img, .post_article_about_title img {
		width: 68% !important;
	}
	.post_wiper_size img {
		width: 38px !important;
	}
	.attach_info img {
		width: 70px !important;
	}
}

@media screen and (max-width: 448px) {
	.post_h1 {
		font-size: 28px;
	}
	.post_article h2 {
		font-size: 24px;
	}
	.post_article table {
		font-size: 14px;
	}
}

@media screen and (max-width: 380px) {
	.logotext {
		font-size: 15px;
	}
	.attach_el b {
	    font-size: 20px;
	}
}

@media screen and (max-width: 340px) {
	.post_h1 {
		font-size: 24px;
	}
	.post_article h2 {
		font-size: 22px;
	}
	.post_article table {
		font-size: 12px;
	}
}

@media screen and (max-width: 320px) {
	.layout_header {
		flex-wrap: wrap;
		justify-content: center;
	}
	.layout_header div {
		width: 100%;
		justify-content: center;
	}
	.change_lang {
		margin-top: 10px;
	}
}