@font-face {
    font-family: 'Momo Trust Sans';
    src: url('/fonts/MomoTrustSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'FontAwesome';
    src: url('/fonts/fontawesome-webfont.eot');
    src: url('/fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/fontawesome-webfont.woff2') format('woff2'),
         url('/fonts/fontawesome-webfont.woff') format('woff'),
         url('/fonts/fontawesome-webfont.ttf') format('truetype'),
         url('/fonts/fontawesome-webfont.svg#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	background: url('images/Kia-Stonic.webp') center top no-repeat fixed;
	background-size: cover;
    color: #555555;
    font-family: Arial, Helvetica, Sans-serif;
    font-size: 14px;
    line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
    line-height: 1.5;
    font-family: 'Momo Trust Sans', sans-serif;
    font-weight: normal;
}

a:link,a:visited{	color: #f24024;
	text-decoration:none;
	outline:none;
}
a:hover{	text-decoration:underline;
}

a:focus {
    outline: none;
}
.catem_areas {
    width: 1125px;
    margin: 5px auto;
}
.catem_harea {
    height: auto;
    padding: 0 0 5px 0;
    background: #000000AA;
    border-top: 2px solid #999999;
}
.catem_mtarea {
  padding: 0;
  -webkit-transition: all .2s ease-in;
  -moz-transition: all .2s ease-in;
  -o-transition: all .2s ease-in;
  transition: all .2s ease-in;
  font-family: open sans, sans-serif,arial;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%;
  background-color: #000000FF;;
  background-repeat: repeat-x;
  height: 34px;
  border-bottom: 1px solid #999999;
}
.catem_mtarea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    line-height: 1.0;
}
.catem_mtarea ul li {
    float: left;
    position: relative;
}
.catem_mtarea ul li a {
    color:#999999;
    padding: 11px 15px;
	text-decoration: none;
    font-family: open sans, sans-serif,arial;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}

.catem_mtarea ul li a:hover, .catem_mtarea ul li a:active {
    color:#333333;
    outline: 0;
    background:#e9e9e9;
}

.catem_logo {
    float: left;
}
.catem_logo a img {	width:300px;
	margin-top:5px;
}
.catem_totalarea {
    padding: 15px;
    background: #fff;
    border-top: 3px solid #f24024;
}
.catem_lsegm {
    overflow: hidden;
    float: left;
    width: 780px;
}
.catem_rsegm {
    overflow: hidden;
    float: left;
    width: 300px;
    margin-left: 15px;
}
.catem_lsegm h1 {
    color: #333333;
    margin: 0 0 8px 0;
    padding: 0;
    font-family: 'Momo Trust Sans', sans-serif;
    font-size: 19px;
    line-height: 19px;
    font-weight: normal;
}
.catem_lsegm h2 {
    font-family: 'Momo Trust Sans', sans-serif;
    font-size: 17px;
    font-weight: normal;
    margin: 15px 0;
}
.catem_lsegm h3 {
    font-family: 'Momo Trust Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
}
.catem_lsegm p {
	margin: 10px 0;
}
.catem_lsegm ul, .catem_lsegm ol  {
	margin: 10px 0 10px 20px;
}
.catem_lsegm li {
	margin: 5px 0;
}
.catem_lsegm img {
	max-width: 100% !important;
	height: auto;
}
.catem_rsegm h2 {
    position: relative;
    font-family: 'Momo Trust Sans', sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0;
    display: inline-block; /* важливо! лише так фон почнеться після тексту */
}

.catem_rsegm h2:before {
    margin-right: 8px;
    content: "\f0ca";
    font-family: FontAwesome;
}

/* Псевдоелемент для фону */
.catem_rsegm h2:after {
    content: "";
    position: absolute;
    top: 55%;
    left: calc(100% + 5px); /* фон починається через 5px після тексту */
    transform: translateY(-50%);
    width: 100vw; /* довжина до кінця екрану */
    height: 100%;
    background-image: url(images/sidebar-bg.webp);
    background-repeat: repeat-x;
    background-position: left center;
    pointer-events: none; /* не заважає */
}

#search {
    border: 1px solid #eee;
    background: #fff;
    text-align: left;
    padding: 6px 6px 6px 6px;
    margin-bottom: 15px;
    height: 16px;
    float:right;
    margin-right:10px;
    margin-top:30px;
}

#search #s {
    background: none;
    color: #666;
    border: 0;
    width: calc(100% - 16px);
    padding: 0;
    margin: 0;
    outline: none;
    float: left;
    min-width: 220px;
}
.catem_rsegm ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.catem_rsegm ul li {
    padding: 0 0 9px 12px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #eee;
}
.catem_rsegm ul li a {
    color: #333;
    text-decoration: none;
}

.catem_rsegm ul li a:hover {
    color: #fc8e00;
    text-decoration: none;
}
.catem_rsegm ul li::before {
    color: #f24024;
    display: inline-block;
    position: relative;
    top: 0px;
    left: -10px;
    font-family: FontAwesome;
    content: "\f105";
}
.catem_banner2 {	margin: 10px 0;
}
.catem_last {
    margin-bottom: 0px;
    padding: 12px 0;
	background: #111;
    border-top: 1px solid #000000;
    text-align:center;
    color: #FFFFFF;
}
.catem_rsegm p {	margin: 7px 0;
}
.catem_rsegm img {
	max-width:70% !important;
}
.catem_rsegm h3, .catem_rsegm h3 a {
    font-size: 14px;
    line-height: 14px;
    font-family: 'Momo Trust Sans', sans-serif;
    font-weight: normal;
    text-decoration:none;
    text-transform: uppercase;
}
.imgrow {
    display: flex;
    gap: 2px;
}

.firimg, .secimg {
    border: 1px solid #222;
    width: 50%;
}
.catem_way {	margin-bottom: 10px;
	font-size:smaller;
}