@font-face {
    font-family: 'Kedebideri';
    src: url('/fonts/Kedebideri-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/genesis.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: 'Kedebideri', sans-serif;
    font-weight: normal;
}

a:link,a:visited{	color: #105EAD;
	text-decoration:none;
	outline:none;
}
a:hover{	text-decoration:underline;
	color: #1981EA;
}

a:focus {
    outline: none;
}
.genet_areas {
    width: 1125px;
    margin: 5px auto;
}
.genet_harea {
    height: auto;
    padding: 0 0 5px 0;
    background: #FFFFFFAA;
    border-top: 3px solid #105EAD;
}
.genet_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: #f8f8f8;
  background-repeat: repeat-x;
  height: 34px;
  border-bottom: 1px solid #eee;
}
.genet_mtarea ul {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
    list-style-type: none;
    line-height: 1.0;
}
.genet_mtarea ul li {
    float: left;
    position: relative;
}
.genet_mtarea ul li a {
    color:#666666;
    padding: 11px 15px;
	text-decoration: none;
    font-family: open sans, sans-serif,arial;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: normal;
    display: block;
}

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

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

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

.genet_rsegm h2:after {
    content: "";
    position: absolute;
    top: 55%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    width: 200px; /* не на весь екран — акуратно */
    height: 14px;
    background: linear-gradient(to right, #edf3f8 0%, #333 100%);
    border-radius: 3px;
    opacity: 0.7;
    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;
}
.genet_rsegm ul {
    list-style-type: none;
    list-style: none;
    margin: 0;
    padding: 0;
}
.genet_rsegm ul li {
    padding: 0 0 9px 12px;
    margin: 0 0 8px 0;
    border-bottom: 1px solid #eee;
}
.genet_rsegm ul li a {
    color: #333;
    text-decoration: none;
}

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

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