ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}
:root {
  --col1: rgb(68, 87, 0);
  --col2: rgb(139, 159, 59);
  --col3: rgb(110, 80, 230);
  --br: 10px;
}
@font-face {
  font-family: Font;
  src: local('Trebuchet MS'), sans-serif;
}
html, body {
  height: 100%;
}
body {
  background-color: #fff;
  font-family: Font;
  margin: 0;
  padding: 0;
  text-align: center;
  box-sizing: border-box;
}
div {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  background: var(--col1);
}
body::-webkit-scrollbar-thumb {
  background: var(--col2);
}
p {
  margin: 0;
}
img {
  border: 0;
}
a {
  color: var(--col2);
  text-decoration: none;
}
a:hover {
  color: var(--col2);
  text-decoration: none;
  filter: contrast(130%);
}
h1, h2, h3, h4, h5, h6 {
  font-family: Font;
  color: var(--col1);
  font-weight: normal;
  margin: 10px 0;
}
h1 {font-size: 36px;}
h2 {font-size: 30px;}
h3 {font-size: 26px;}
h4 {font-size: 22px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}

input, textarea {
  background: #fff;
  border-radius: var(--br);
  color: var(--col1);
  font-family: Font;
  font-size: 30px;
  padding: 10px;
  border: 1px solid var(--col1);
  box-sizing: border-box;
}
input {height: 57px;}
.p12 {font-size: 12px;}
.p13 {font-size: 13px;}
.p14 {font-size: 14px;}
.p16 {font-size: 16px;}
.p18 {font-size: 18px;}
.p20 {font-size: 20px;}
.p21 {font-size: 21px;}
.p22 {font-size: 22px;}
.p24 {font-size: 24px;}
.p25 {font-size: 25px;}
.p26 {font-size: 26px;}
.p30 {font-size: 30px;}
.p36 {font-size: 36px;}
.p40 {font-size: 40px;}
.p48 {font-size: 48px;}

.p1 {color: var(--col1);}
.p2 {color: var(--col2);}
.p3 {color: var(--col3);}
.pgrey {color: #333;}
.pblack {color: #000;}
.pwhite {color: #fff;}

.clear {clear: both; float: none;}

.pupper {text-transform: uppercase;}
.pl {text-align: left;}
.pr {text-align: right;}

.findform {
  position: relative;
  margin: 30px 0;
}
.findform input {
  width: 100%;
  box-sizing: border-box;
}

#top {
  width: 100%;
  height: 100px;
  background: var(--col2);
  font-size: 28px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0 5%;
}
#top2 {
  width: 100%;
  height: 50px;
  background: var(--col1);
  font-size: 18px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  padding: 0 5%;
  margin: 0 0 10px 0;
  border-radius: 0 0 var(--br) var(--br);
}
#top3 {
  width: 100%;
  height: 80px;
  background: var(--col2);
  display: none;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  padding: 0 10px 0 90px;
  position: fixed; top: 0; right: 0;
  z-index: 2;
}
#top a, #top2 a {
  text-transform: uppercase;
  color: #fff;
  margin: 0 5px;
}
#top a:hover, #top2 a:hover {
  color: var(--col3);
}
.content {
  width: 100%;
  display: inline-block;
  padding: 10px;
}
.content-narrow {
  width: 100%;
  display: inline-block;
  max-width: 990px;
  padding: 10px;
}
.content-wide {
  width: 100%;
  display: inline-block;
  max-width: 1100px;
  padding: 10px;
}
.logo {
  display: inline-block;
  position: relative;
  width: 100%;
  max-width: 606px;
  aspect-ratio: 606 / 138;
  background-image: url('images/logo.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.logo_small {
  display: inline-block;
  position: relative;
  width: 100%;
  width: 278px;
  height: 64px;
  background-image: url('images/logo_small.webp');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.logo_small:hover {filter: contrast(100%);}
.find {
  display: inline-block;
  width: 50px; height: 50px;
  background: url('images/find.png') no-repeat;
  position: absolute;
  top: 5px; right: 5px;
}
.tags {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.tags a {
  background: #fff;
  border-radius: var(--br);
  color: var(--col1);
  font-family: Font;
  font-size: 21px;
  padding: 6px 14px;
  margin: 4px 5px;
  border: 1px solid var(--col1);
}
.tags a:hover, .tact {
  background: var(--col2) !important;
  color: #fff !important;
  border: 1px solid var(--col2) !important;
}

#bottom {
  width: 100%;
  height: 200px;
  background: var(--col1);
  color: #fff;
  font-size: 18px;
  margin: 20px 0 0 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  align-items: center;
  border-radius: var(--br) var(--br) 0 0;
}
#bottom2 {
  width: 100%;
  height: 40px;
  background: var(--col2);
  font-size: 15px;
  text-transform: uppercase;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
#bottom a {color: #fff;}
#bottom a:hover {color: var(--col3);}
#bottom2 a {
  margin: 0 2%;
  color: #fff;
}
#bottom2 a:hover {color: var(--col3);}
#bot-left {
  height: 140px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 21px;
  text-transform: uppercase;
}
#bot-center {
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-around;
  align-items: center;
}
#bot-right {
  height: 140px;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 18px;
  text-transform: uppercase;
}


.blog {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: top;
  margin: 10px 0;
}
.blog a {
  color: #000;
  width: 330px;
  max-height: 410px;
  overflow: hidden;
  display: block;
  text-align: left;
  text-align: justify;
  margin: 0 15px 20px 15px;
}
.blog img {
  width: 330px; height: 185px;
  border-radius: var(--br);
}
.blog p:nth-child(3) {
  margin: 5px 0;
}

.pages {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
.pages a {
  background: #fff;
  border-radius: var(--br);
  color: var(--col1);
  font-family: Font;
  font-size: 21px;
  padding: 6px 15px;
  margin: 4px 5px;
  border: 1px solid var(--col1);
}
.pages a:hover, .pact {
  background: var(--col2) !important;
  color: #fff !important;
  border: 1px solid var(--col2) !important;
}
.magnifier {
  position: absolute;
  top: 4px;
  right: 10px;
  width: 25px;
  height: 25px;
  border: 8px solid var(--col3);
  border-radius: 50%;
  background-color: transparent;
}
.magnifier::after {
  content: '';
  position: absolute;
  width: 23px;
  height: 10px;
  background-color: var(--col3);
  bottom: -10px;
  right: -15px;
  transform: rotate(45deg);
  border-radius: 4px;
}
.star-small {
  display: inline-block;
  margin: 0;
  width: 20px;
  height: 20px;
  background: var(--col2);
  clip-path: polygon(50% 5%, 62% 35%, 95% 35%, 68% 55%, 78% 85%, 50% 65%, 22% 85%, 32% 55%, 5% 35%, 38% 35%);
}
.star {
  display: inline-block;
  margin: 0;
  width: 40px;
  height: 40px;
  background: #999;
  clip-path: polygon(50% 5%, 62% 35%, 95% 35%, 68% 55%, 78% 85%, 50% 65%, 22% 85%, 32% 55%, 5% 35%, 38% 35%);
}
.star:hover, .stact {
  background: var(--col3) !important;
}
.split {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: flex-start;
}
.left {
  width: 100%;
  max-width: 740px;
  min-width: 350px;
  padding: 0 20px 0 0;
}
.right {
  width: 100%;
  max-width: 360px;
}
.comment {
  display: block;
  position: relative;
  width: 100%;
  text-align: justify;
  text-align-last: left;
  font-size: 18px;
  color: #333;
  margin: 0 0 40px 0;
}
.comment p {margin: 10px 0;}
.comment-small {
  width: 100%;
  text-align: justify;
  text-align-last: left;
  font-size: 15px;
}
.comment .stars-small {
  position: absolute; top: 0; right: 0;
}
.comment-small a {font-size: 17px;}
.comment-small p {margin: 5px 0;}
.csd {
  color: #000;
  text-align-last: right !important;
  position: relative; top: -10px;
}
.comment-big {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: 170px;
}
.comment-big img {
  width: 160px; height: auto;
  border-radius: var(--br);
  margin: 0 10px 0 0;
}
.comment-big > div:nth-child(2) {
  width: 100%;
}
.answer {
  padding: 0 0 0 30px;
  text-align: left;
  position: relative;
  top: -25px;
}
.answer img {
  float: left;
  width: 55px; height: 55px;
  border: 2px solid var(--col2);
  border-radius: 30px;
  margin: 0 10px 0 0;
}
.news {
  position: relative;
  width: 100%; height: 100px;
  border-bottom: 1px solid var(--col2);
  text-align: left;
  margin: 0 0 10px 0;
  line-height: 130%;
}
.nl {border: none;}
.news img {
  width: 160px; height: auto;
  float: right;
  border-radius: var(--br);
  margin: 0 0 0 10px;
}
.news a {
  font-size: 21px;
  color: #000;
}
.news a:hover {
  color: var(--col2);
}
.news a:nth-child(3) {
  display: block;
  height: 21px;
  overflow: hidden;
}
.news p:nth-child(4) {
  display: block;
  height: 42px;
  overflow: hidden;
  text-align: justify;
}
.input-button {
  background-color: var(--col2);
  color: #fff;
  padding: 5px 40px;
  border-color: var(--col2);
  font-size: 20px;
}
.form {
  width: 100%;
}
.form textarea {
  width: 100%; height: 130px;
  color: #666;
  font-size: 16px;
  margin: 0 0 10px 0;
  border-width: 1px;
}
.form input:nth-child(1) {
  width: 100%;
  color: #666;
  font-size: 16px;
  margin: 0 10px 0 0;
  border-width: 1px;
}
.flex {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
}
.text, .text2 {
  font-size: 19px;
  text-align: justify;
  text-align-last: center;
}
.textl {
  display: inline-block;
  width: 98%;
  font-size: 19px;
  text-align: justify;
  text-align-last: left;
  margin: auto;
}
.text p, .text2 p {
  margin: 15px 0;
}
.text img {
  border-radius: var(--br);
  max-width: 100%;
  height: auto;
  display: inline-block;
  aspect-ratio: 16/9;
  margin: 10px 0 0 0;
}
.text2 {font-size: 21px;}
.text2 img {
  width: 300px; height: 300px;
  float: right;
  margin: 0 0 3px 15px;
  border-radius: var(--br);
}

#button {
  background: var(--col2);
  border-radius: var(--br);
  color: #fff;
  font-family: Font;
  font-size: 20px;
  padding: 8px 16px;
  margin: 4px 5px;
  border: 2px solid #fff;
}
#loadani {
  display: none;
  width: 40px; height: 40px;
  border-radius: 20px;
  border: 6px dotted var(--col3);
  animation:spin 4s linear infinite;
}
.menu-button {
  width: 60px;
  height: 60px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 3;
}
.menu-button span {
  display: block;
  width: 100%;
  height: 12px;
  background-color: var(--col1);
  transition: all 0.3s ease;
  border-radius: 5px;
}
/* Анімація для перетворення на хрестик при відкритті */
.menu-button.open span:nth-child(1) {
  transform: translateY(24px) rotate(45deg); /* Адаптовано для вищих ліній */
}
.menu-button.open span:nth-child(2) {
  opacity: 0;
}
.menu-button.open span:nth-child(3) {
  transform: translateY(-24px) rotate(-45deg); /* Адаптовано для вищих ліній */
}
.toptoside {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100vh;
  z-index: 2;
  padding: 100px 10px 0 40px;
  text-align: left;
  display: flex;
  flex-flow: column nowrap;
  justify-content: flex-start;
  align-items: center;
  background-color: var(--col2);
}
.toptoside > div {
  flex-flow: column nowrap !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  height: 100% !important;
  font-size: 22px !important;
  background-color: var(--col2) !important;
  text-align: left !important;
  display: flex !important;
  border-radius: 0 !important;
}
.toptoside > div:nth-child(1) {
  height: auto !important;
  flex-shrink: 0;
}
.toptoside > div a {
  margin: 10px 0 !important;
  display: block !important;
}
#formout {
  height: 20px; padding: 5px 0 0 0;
}
#backToTopBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    background-color: var(--col3);
    border: none;
    border-radius: var(--br);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: none;
}
#backToTopBtn.visible {
    opacity: 1;
    pointer-events: auto;
}
#backToTopBtn::before {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    border-right: 4px solid white;
    border-top: 4px solid white;
    transform: rotate(-45deg);
    margin-top: 4px;
}
#backToTopBtn:hover {
    background-color: var(--col2);
}

.author {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.author img {
  width: 70px; height: auto;
  border-radius: 75px;
  border: 3px solid var(--col2);
  margin: 0 10px;
}

.apps {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 10px;
  padding: 10px;
}
.apps img {
  border-radius: var(--br);
  width: 100%;
  aspect-ratio: 1 / 1; /* робить квадрат */
  object-fit: cover;
  display: block;
}
.appsplit {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.appsvert {
  width: 300px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  padding: 0 20px 0 0;
}
.appsvert a {
  display: inline-block;
  width: 300px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  border-radius: var(--br);
  border: 1px solid #c1c1c1;
  margin: 5px;
}
.appsvert img {
  border-radius: var(--br);
  width: 100px; height: 100px;
  margin: 5px;
}
.appsvert a > div {
text-align: left;
padding: 5px;
}

.flor, .flol {
  border-radius: var(--br);
  margin: 10px 0 5px 10px;
}
.scd {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.appinfo {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.appinfo .aidiv1 {
  width: 340px;
}
.appinfo .aidiv2 {
  padding: 0 0 0 30px;
}
.appimrf {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.appimrf > div:nth-child(1) {
 width: 140px;
}
.appimrf > img {
  width: 135px; height: 135px;
  border-radius: var(--br);
  margin: 0 3% 0 0;
}
.appimrf > div:nth-child(2) {
  text-align: center;

}
.app336 {
  min-width: 336px; min-height: 280px;
}
.appstats {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Створюємо 2 колонки однакової ширини */
  grid-template-rows: auto auto;      /* Автоматична висота для двох рядків */
  justify-items: center;             /* Вирівнювання елементів по центру по горизонталі */
  align-items: center;               /* Вирівнювання елементів по центру по вертикалі */
}
.appstats > div {
  padding: 20px;
  border: 1px solid #c1c1c1;
  border-radius: var(--br);
  width: 90%;
  height: 60px;
  margin: 10px;
  display: flex; /* Залишаємо flex для внутрішнього вмісту елементів div */
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}
.appstars {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.screenshots {
  height: 290px;
  width: 770px;
  overflow-x: scroll;
  overflow-y: hidden;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 10px 0;
}
.screenshots img {
  height: 270px; width: auto;
  border-radius: 10px;
  margin: 0 5px;
}
.screenshots::-webkit-scrollbar {
  background: #c3c3c3;
  height: 10px;
}
.screenshots::-webkit-scrollbar-thumb {
	background: var(--col2);
}
#loading {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0; left: 0;
  z-index: 99;
  position: fixed;
}
.adtop {
  width: 100%;
  height: 90px;
  max-height: 90px;
}
.bigbut {
  width: 100%;
  border-radius: var(--br);
  background-color: var(--col1);
  height: 50px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color: #fff;
  margin: 15px 0 0 0;
}

@keyframes spin {
    100% {-webkit-transform: rotate(360deg); transform:rotate(360deg);}
}
@media (max-width:1500px) {
  .apps {grid-template-columns: repeat(9, 1fr);}
  .apptop {display: none;}
}
@media (max-width:1100px) {
  .content {max-width: 700px;}
  .blog {justify-content: center;}
  .blog a {margin: 0 10px 15px 10px;}
  .apps {grid-template-columns: repeat(6, 1fr);}
  .appsvert {display: none;}
  .screenshots {width: 96vw;}
}
@media (max-width:790px) {
  .split {flex-flow: column nowrap;}
  .left {padding: 0;}
  .right {max-width: none;}
  .apps {grid-template-columns: repeat(4, 1fr);}
  .appinfo {flex-flow: column nowrap;}
  .appinfo .aidiv1 {
    width: 100%;
  }
  .appinfo .aidiv2 {
    padding: 0;
  }
  .flor, .flol {
    width: 80%;
  }
  .app336 {
    width: 100%;
  }
  .screenshots {width: 93vw;}
}
@media (max-width:600px) {
  #bot-left {display: none;}
  #bot-right {display: none;}
  #top {padding: 0 10px; font-size: 23px;}
  #top2 {padding: 0 10px; font-size: 15px;}
}
@media (max-width:500px) {
  #top2 {display: none;}
  #top {height: 80px;}
  #top a {display: none;}
  .menu-button {display: flex;}
  .text2 img {width: 100%; height: auto; margin: 0 0 15px 0;}
  #top3 {display: flex;}
}
