html, body {
	min-height: 100%;
}

body, menu, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, button, input, textarea, select, h1, h2, h3, h4, h5, h6, p {
	margin: 0;
	padding: 0;
}

body {
	background-color: transparent;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 12px;
	-webkit-font-smoothing: antialiased;
	line-height: 28px;
}

iframe, fieldset, legend, img {
	border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td, th {
	padding: 0;
}

th {
	font-weight: normal;
	text-align: left;
}

menu, ul {
	list-style: none;
}

ol {
	list-style-type: decimal;
	list-style-position: outside;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

h1 {
	font-size: 30px;
	line-height: 36px;
}

h2 {
	font-size: 12px;
	line-height: 30px;
}

h3 {
	font-size: 12px;
	line-height: 27px;
}

h4 {
	font-size: 16px;
	line-height: 24px;
}

h5 {
	font-size: 14px;
	line-height: 21px;
}

h6 {
	font-size: 12px;
	text-transform: uppercase;
	line-height: 18px;
}

p {
	padding: 1em 0;
}

small {
	font-size: 0.85em;
}

sup, sub {
	vertical-align: baseline;
	position: relative;
	font-size: 0.75em;
	line-height: 0;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover {
	color: #005580;
	text-decoration: underline;
}

a, button, input, select, textarea {
	outline: none;
}


/* form styles */
fieldset {
	display: block;
}

button, input, textarea, select {
	font-family: Arial, sans-serif;
	line-height: normal;
}

button, input[type="button"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled], input[disabled] {
	cursor: default;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], textarea {
	display: inline-block;
	vertical-align: middle;
	width: 180px;
	height: 18px;
	padding: 4px;
	border: 1px solid #ccc;
	background-color: #fff;
	color: #666;
}

input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

textarea {
	resize: vertical;
	vertical-align: top;
}

select {
	width: 190px;
	height: 28px;
	padding: 4px;
	border: 1px solid #ccc;
}


/* custom placeholder styles */
:-moz-placeholder {
	color: #aaa;
}

::-webkit-input-placeholder {
	color: #aaa;
}


/* custom selection colors */
::-moz-selection {
	color: #fff;
	background: #08c;
}

::selection {
	color: #fff;
	background: #08c;
}


/* layout */
.layout {
	width: 998px;
	margin: 0 auto;
}

.pull-right {
	float: right;
}


/* icons */
[class^='icon-'], [class*=' icon-'] {
	display: inline-block;
	vertical-align: middle;
	background-repeat: no-repeat;
}


/* buttons */
[class^='btn-'], [class*=' btn-'] {
	display: inline-block;
	vertical-align: middle;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	border: none;
}

[class^='btn-']:hover, [class*=' btn-']:hover {
	text-decoration: none;
}


/* carets */
[class^='caret-'], [class*=' caret-'] {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 0;
	height: 0;
	border: 4px solid transparent;
}

.caret-top {
	border-bottom: 4px solid #000;
}

.caret-bottom {
	border-top: 4px solid #000;
}

.caret-left {
	border-right: 4px solid #000;
}

.caret-right {
	border-left: 4px solid #000;
}
 
body {
    background-color: #313131;
}
 * {
	 margin: 0;
	 padding: 0;
}
 a:hover {
	 text-decoration: blink;
}
 *[onclick*="setup"] {
	 cursor: pointer;
}
 .oph {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .oph:hover {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -ms-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
}
 .cssetup {
	 display: flex;
}
 nav {
	 flex-basis: 250px;
	 flex-grow: 2;
	 margin: 20px 10px;
}
 .content {
	 flex-grow: 1;
	 flex-shrink: 7;
	 min-width: 250px;
}
 header {
	 max-width: 700px;
	 margin: 0 auto;
	 padding-top: 0px;
	 position: relative;
}
 .logo_l:hover {
	 text-shadow: 0 0 5px #fff;
}
 @media all and (min-width: 1600px) {
	 header {
		 max-width: 1500px;
		 max-height: 210px;
		 z-index: 1;
	}
	 div.css_top_s {
		 position: relative;
		 z-index: 2;
	}
	 div.cssetup > nav {
		 flex-basis: 290px;
		 max-width: 290px;
	}
	 div.content .block_d {
		 width: 32.3%;
	}
}
 .cssetup {
	 width: auto;
	 padding-left: 20px;
	 padding-right: 20px;
	 margin: 0 auto;
	 padding-bottom: 70px;
	 background: #313131;
	 position: relative;
}
 .title_content:not(.but_title) {
	 padding: 10px 10px;
	 background: #161616;
	 font-size: 16px; /* Размер шрифта 18 пикселей */
}
 nav {
	 max-width: 250px;
	 padding: 0 0 10px 0;
	 padding-bottom: 40px;
	 

	
}
 nav ul:last-child {
	 margin-bottom: 0;
}
 nav .nav_top {
	 padding: 5px 0;
	 margin-bottom: 15px;
}
 nav ul li {
	 border-bottom: 1px solid #2d2d2d;
	 padding: 4px 0;
}
 nav ul li:hover {
	 background: #2d2d2d;
	 
}
 nav ul li:last-child {
	 border-bottom: none;
}
 nav ul li a {
	 color: #fff;
	 font-weight: bold;
	 padding: 3px 10px;
	 height: 100%;
	 display: block;
}
 nav ul li a:hover {
	 text-decoration: blink;
}
 nav ul li a img {
	 vertical-align: middle;
	 margin-right: 5px;
	 float: left;
}
 .content {
	 margin: 15px 10px;
	 padding: 0 0 10px 0;
}
 .content .list_cont_d img:not(.csicon_title) {
	 max-width: 100%;
	 height: inherit;
}
 .content .list_cont_d {
	 width: 100%;
	 display: inline-block;
}
 .content .block_d {
	 float: left;
	 overflow: hidden;
	 width: 49%;
	 margin: 0.5%;
	 background: #000;
	
}
 .content .block_d > p {
	 margin: 0;
	 padding: 0;
}
 .content .block_d:hover {
	 background: #000;
}
 .title_d_cs {
	 height: 18px;
	 font-weight: bold;
	 display: block;
	 padding: 10px;
	 text-overflow: ellipsis;
	 overflow: hidden;
	 white-space: nowrap;
	 position: relative;
}
 .title_d_cs > u {
	 position: absolute;
	 right: 10px;
}
 .title_d_cs .csicon_title {
	 float: left;
	 margin-right: 5px;
}
 .cont_d_cs {
	 margin-bottom: 2px;
}
 .cont_d_cs img {
	 width: 96%;
	 margin: 0 2%;
}
 .cont_info_cs {
	 display: inline-block;
	 width: 100%;
	 vertical-align: bottom;
}
 .cont_info_cs > p {
	 display: none;
}
 .cont_info_cs > span a {
	 padding: 5px 15px;
	 height: 100%;
	 display: block;
}
 .cont_info_cs > span a:hover {
	 background: rgba(0, 0, 0, 0.06);
}
 .cont_info_cs .cont_info_cs_l {
	 float: left;
	 padding: 5px 15px;
	 color: #fff;
}
 .cont_info_cs .cont_info_cs_l i {
	 font-size: 1.4em;
	 vertical-align: middle;
	 margin-right: 6px;
}
 .cont_info_cs .cont_info_cs_r {
	 float: right;
}
 .but_title {
}
 .menu_but {
	 float: left;
	 overflow: hidden;
	 line-height: 28px;
	 padding: 0 10px 0 5px;
	 cursor: pointer;
}
 .menu_but i {
	 margin-right: 7px;
	 font-size: 1.6em;
	 vertical-align: middle;
}
 .title_text {
	 background: #161616;
	 overflow: hidden;
	 padding: 5px 10px;
	 -webkit-border-radius: 0px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;
	 cursor: pointer;
	 text-align: justify;
}
 .close_menu {
	 display: none;
	 background: #fff;
	 padding: 20px 1px;
	 font-size: 1.3em;
	 text-align: center;
}
 .close_menu_bot {
	 border-bottom: 3px solid #444;
}
 .close_menu i {
	 margin-right: 10px;
}
 @media all and (min-width: 550px) {
	 .menu_but {
		 display: none;
	}
}
 @media all and (max-width: 550px) {
	 nav {
		 display: none;
	}
	 nav.active {
		 display: block;
		 position: absolute;
		 background: #fff;
		 width: 97%;
		 max-width: 97%;
		 padding: 0 1%;
		 margin: 0 1%;
		 z-index: 1;
	}
	 .cssetup {
		 overflow: hidden;
	}
	 .close_menu {
		 display: block;
	}
}
 .s_p_t {
	 display: flex;
}
 .s_p_t_t {
	 width: 100%;
}
 .s_p_t_t img {
	 width: 80%;
	 margin: 0 3% 0 0%;
}
 .s_p_t_b {
	 width: 50%;
}
 .s_p_t_b > ul > li.top_s_p_t_b {
	 padding: 10px;
	 font-weight: bold;
	 font-size: 1.2em;
}
 .s_p_t_b > ul {
	 background: #313131;
	 border: 1px solid rgba(221, 221, 221, 0.53);
}
 .s_p_t_b > ul > li {
	 padding: 8px 10px;
	 border-bottom: 1px solid rgba(230, 230, 230, 0.52);
}
 .s_p_t_b > ul > li > i {
	 margin-right: 5px;
	 vertical-align: middle;
	 font-size: 1.6em;
	 color: #4E4E4E;
}
 .s_p_t_b > ul > li .post-ratings {
	 display: inline-block;
	 width: 70px;
	 vertical-align: middle;
	 margin-left: 6px;
}
 .s_p_b {
}
 .s_p_b ul {
	 display: flex;
	 font-family: 'Ubuntu Condensed';
	 margin-bottom: 30px;
}
 .s_p_b ul li {
	 width: 160px;
	 text-align: center;
	 border: 2px solid #4A93D2;
	 margin-right: 15px;
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;
}
 .s_p_b ul li a {
	 display: block;
	 font-size: 1.3em;
	 padding: 14px 6px 6px 6px;
}
 .s_p_b ul li a:hover {
	 color: #2975A2;
}
 .s_p_b ul li a span {
	 display: block;
	 font-size: 0.8em;
	 margin-top: 5px;
}
 .s_p_title {
	 font-size: 1.2em;
	 font-weight: bold;
	 margin-bottom: 4px;
	 padding-bottom: 4px;
	 border-bottom: 1px dotted #ddd;
}
 .ras_w_b {
	 width: 100%;
	 height: 5px;
	 display: inline-block;
	 border-top: 1px solid #F5F5F5;
	 margin: 20px 0;
	 padding: 5px;
	 font-size: 1.2em;
}
 div.sharify-container {
	 padding: 0;
}
 div.sharify-container li {
	 width: 18%;
}
 .stat_single i {
	 font-size: 1.4em;
	 margin-right: 5px;
	 vertical-align: middle;
	 color: #444;
}
 .stat_single .stat_b {
	 display: flex;
	 justify-content: space-around;
	 max-width: 440px;
	 border-bottom: 1px solid #EAEAEA;
	 margin-bottom: 5px;
}
 .stat_single .stat_b > div:nth-child(1n) {
	 width: 50%;
}
 .stat_single .stat_b > div:nth-child(2n) {
	 width: 15%;
}
 .stat_single .stat_b > div:nth-child(3n) {
	 width: 35%;

}
 .fot_t {
	 display: flex;
}
 .fot_t > div {
	 width: 50%;
	 padding: 0 10px;
}
 .fot_t_l {
}
 .fot_t_r {
	 text-align: right;
}
 .fot_b {
	 text-align: center;
}
nav ul {
    margin-left: 1px;
    background: #1d1d1d; /* Default background color */
	border-bottom: 1px solid #2d2d2d;
	
}


nav, .content {
    cursor: default;
    overflow: hidden;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
 .pace-running > div:not(.pace), .pace-running > header, .pace-running > footer {
	 display: none;
}
 @media all and (max-width: 700px) {
	 div.css_top_s {
		 display: inline-block;
	}
	 div.css_top_s_list ul {
		 display: inherit;
	}
	 div.css_top_s_list ul li {
		 width: 50%;
		 float: left;
	}
	 div.content .block_d {
		 max-height: inherit;
		 width: 99%;
	}
	 div.s_p_t {
		 flex-direction: column;
	}
	 div.s_p_t_b {
		 width: 100%;
	}
	 div.sharify-container ul li {
		 width: 18% !important;
	}
}
 @media all and (max-width: 860px) {
	 div.sharify-container li {
		 width: 30% !important;
		 margin-bottom: 5px;
		 display: inline-table;
	}
}
 .main-menu {
	 background: #202020;
	 position: unset;
	 top: 0px;
	 left: 0px;
	 width: 100%;
	 z-index: 999;
}
 .menu-up {
	 border-bottom: 2px solid #343434;
}
 .menu-up ul img {
	 float: none;
	 position: relative;
	 top: 9px;
	 width: 247px;
	 height: 29px;
}
 .menu-up ul, .menu-under ul {
	 width: 1100px;
	 margin: 0 auto;
	 height: 50px;
	 line-height: 50px;
}
 .menu-under ul {
	 text-align: center;
}
 .menu-up ul li, .menu-under ul li {
	 display: inline-block;
}
 .menu-up ul li a, .menu-under ul li a {
	 padding: 15px 23px;
	 font-size: 16px;
	 color: #e7e7e7;
	 text-decoration: none;
	 text-transform: uppercase;
	 text-shadow: 6px 4px 6px #555;
}
 .menu-under ul li a {
	 font-size: 12px;
	 padding: 5px 7px;
	 background: #4a4a4a;
	 border-radius: 3px;
}
 .menu-under {
	 background: #2f2f2f;
}
 .menu-up ul li a:hover {
	 background: #1c1c1c;
	 border-bottom: 2px solid #959595;
}


	
 .menu-under ul li a:hover {
	 background: #202020;
}
 .select-page {
	 background: #202020 !important;
}
 .select-page-up {
	 background: #1c1c1c;
	 border-bottom: 2px solid #959595;
}
 @media only screen and (max-width: 640px) {
	 .main-menu {
		 position: inherit;
	}
	 .menu-up ul, .menu-under ul {
		 display: grid;
		 width: 94%;
		 height: 100%;
		 margin: 0;
	}
	 .menu-up ul img {
		 margin: 0 0 15px 100px;
	}
	 .menu-up ul li, .menu-under ul li {
		 display: inline-block;
	}
	 .menu-up ul li a, .menu-under ul li a {
		 background: #111;
		 width: 100%;
		 display: inline-block;
		 padding: 0 0 0 20px;
	}
	 .menu-under ul li a {
		 background: #202020;
		 display: inline-flex;
	}
}
 
.content .block_d {
    float: left;
    overflow: hidden;
    width: 49%;
    margin: 0.1%;
    background: #1d1d1d;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.site {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.site-content {
    flex: 1;
}

.footer-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;
    color: #ccc;
}

footer {
    background: #161616b5;
    color: #ccc;
}

.fot_b {
    margin-top: 10px;
    font-size: 14px;
    line-height: 1.6;
}

/* === PREVIEW: показувати всю картинку, без обрізання тексту === */
.content .cont_d_cs{
  height: 400px;            /* можеш 220-240 якщо хочеш більшу */
  overflow: hidden;
  background: #000;         /* щоб "поля" виглядали як рамка */
}

.content .cont_d_cs img{
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;  /* головне: НЕ обрізає */
  object-position: center center;
  margin: 0 !important;
  display: block;
}

/* =========================================
   HERO CS 1.6 — FINAL BALANCED LAYOUT
========================================= */

.hero-cs16{
  margin:12px 10px 18px;
  padding:16px;
  background:#1d1d1d;
  border:1px solid rgba(255,255,255,.10);
  border-radius:14px;
  display:grid;
  grid-template-columns:1.05fr .95fr;
  gap:16px;
  align-items:start;
  box-sizing:border-box;
}

.hero-left,
.hero-right{
  min-width:0;
}

/* ---------- LEFT SIDE ---------- */

.hero-h{
  margin:0 0 10px;
  padding:0;
  font-size:24px;
  line-height:30px;
  font-weight:900;
  color:#fff;
}

.hero-badges{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:10px 0 12px;
}

.hero-badges .hb{
  display:inline-flex;
  align-items:center;
  font-size:12px;
  line-height:1.2;
  padding:7px 10px;
  border-radius:999px;
  background:rgba(0,0,0,.26);
  border:1px solid rgba(255,255,255,.12);
  color:rgba(255,255,255,.92);
  box-sizing:border-box;
}

.hero-p{
  margin:0;
  padding:0;
  color:rgba(255,255,255,.86);
  line-height:22px;
  font-size:14px;
}

.hero-actions{
  display:flex;
  gap:12px;
  width:100%;
  margin:14px 0 10px;
}

.hero-actions .hero-btn{
  flex:1 1 0;
  width:100%;
  min-height:52px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:14px 16px;
  border-radius:14px;
  font-weight:900;
  font-size:15px;
  line-height:1.2;
  text-decoration:none !important;
  border:1px solid rgba(255,255,255,.14);
  box-shadow:0 10px 26px rgba(0,0,0,.25);
  transition:transform .12s ease, filter .12s ease, box-shadow .12s ease;
  color:#fff !important;
  box-sizing:border-box;
}

.hero-actions .hero-btn:hover{
  transform:translateY(-1px);
  filter:brightness(1.05);
  box-shadow:0 12px 28px rgba(0,0,0,.28);
}

.hero-btn-blue{ background:#2f6fff; }
.hero-btn-green{ background:#18a84a; }

/* verification banner */
.hero-verify{
  margin:10px 0 12px;
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.18);
  box-shadow:0 10px 26px rgba(0,0,0,.25);
}

.hero-verify img{
  width:100%;
  height:auto;
  display:block;
}

/* cards */
.hero-card{
  margin-top:12px;
  padding:14px;
  background:rgba(0,0,0,.20);
  border:1px solid rgba(255,255,255,.10);
  border-radius:12px;
  box-sizing:border-box;
}

.hc-title{
  margin:0 0 10px;
  padding:0;
  font-size:18px;
  line-height:24px;
  font-weight:900;
  color:#fff;
}

.hc-note{
  margin-top:8px;
  color:rgba(255,255,255,.78);
  font-size:12px;
  line-height:18px;
}

.hero-ul{
  margin:0;
  padding-left:18px;
}

.hero-ul li{
  margin:6px 0;
  color:rgba(255,255,255,.86);
  line-height:1.65;
}

/* hero tables */
.hero-card table{
  width:100%;
  border-collapse:collapse;
  table-layout:fixed;
}

.hero-card th,
.hero-card td{
  border:1px solid rgba(255,255,255,.14);
  padding:8px;
  text-align:left;
  color:#fff;
  font-size:13px;
  line-height:1.35;
  vertical-align:top;
}

.hero-card th{
  font-weight:800;
  background:rgba(255,255,255,.03);
}

/* ---------- RIGHT SIDE ---------- */

.hero-right{
  display:grid;
  gap:12px;
  align-self:start;
}

.hero-shot{
  border-radius:14px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.12);
  background:rgba(0,0,0,.20);
  box-shadow:0 10px 26px rgba(0,0,0,.22);
}

.hero-shot img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  object-position:center;
}

/* big top image */
.hero-big{
  aspect-ratio:16 / 9.6;
}

/* 4 smaller screenshots */
.hero-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:12px;
}

.hero-grid .hero-shot{
  aspect-ratio:16 / 9;
}

/* ---------- SEO SECTION ---------- */

.seo-section{
  margin-top:16px;
  padding:16px;
  background:#111;
  border:1px solid rgba(255,255,255,.08);
  border-radius:12px;
  box-sizing:border-box;
}

.seo-main-title{
  margin:0 0 12px;
  font-size:20px;
  line-height:26px;
  font-weight:900;
  color:#fff;
}

.seo-item{
  margin-bottom:10px;
  border:1px solid rgba(255,255,255,.06);
  border-radius:10px;
  overflow:hidden;
  background:#151515;
}

.seo-summary{
  cursor:pointer;
  list-style:none;
  padding:14px 16px;
  position:relative;
  user-select:none;
}

.seo-summary::-webkit-details-marker{
  display:none;
}

.seo-summary::after{
  content:"+";
  position:absolute;
  right:16px;
  top:50%;
  transform:translateY(-50%);
  font-size:22px;
  font-weight:700;
  color:#fff;
  opacity:.85;
  line-height:1;
}

.seo-item[open] .seo-summary::after{
  content:"–";
}

.seo-h3{
  margin:0;
  padding-right:30px;
  font-size:18px;
  line-height:24px;
  font-weight:800;
  color:#fff;
}

.seo-content{
  padding:14px 16px;
  border-top:1px solid rgba(255,255,255,.06);
  line-height:1.72;
  color:#dcdcdc;
  font-size:14px;
}

.seo-content p{
  margin:0 0 12px;
  padding:0;
}

.seo-content ul,
.seo-content ol{
  margin:0 0 12px;
  padding-left:20px;
}

.seo-content li{
  margin-bottom:6px;
}

/* ---------- VISUAL TUNING ---------- */

/* slightly reduce empty feeling around text */
.hero-left .hero-card + .hero-card{
  margin-top:14px;
}

.hero-left .seo-section{
  margin-top:14px;
}

/* keep overall rhythm */
.hero-left > *:first-child{
  margin-top:0;
}

/* ---------- TABLETS ---------- */
@media (max-width:1200px){
  .hero-cs16{
    grid-template-columns:1fr .92fr;
    gap:14px;
  }

  .hero-h{
    font-size:22px;
    line-height:28px;
  }

  .hero-grid{
    gap:10px;
  }
}

/* ---------- MOBILE ---------- */
@media (max-width:980px){
  .hero-cs16{
    grid-template-columns:1fr;
  }

  .hero-right{
    order:2;
  }

  .hero-left{
    order:1;
  }
}

@media (max-width:640px){
  .hero-actions{
    flex-direction:column;
  }

  .hero-grid{
    grid-template-columns:1fr;
  }

  .hero-h{
    font-size:20px;
    line-height:26px;
  }

  .hc-title,
  .seo-h3{
    font-size:17px;
    line-height:22px;
  }

  .seo-main-title{
    font-size:18px;
    line-height:24px;
  }

  .hero-card th,
  .hero-card td{
    font-size:12px;
    padding:6px;
  }
}