ins.adsbygoogle[data-ad-status='unfilled'] {
  display: none !important;
}
:root {
  --col1: rgb(106, 86, 34);
  --col2: rgb(195, 168, 90);
  --col3: rgb(26, 67, 184);
  --br: 9px;
}
@font-face {
  font-family: Font;
  src: local('Verdana'), 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;}
.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-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;
}
.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;
}

@keyframes spin {
    100% {-webkit-transform: rotate(360deg); transform:rotate(360deg);}
}
@media (max-width:1000px) {
  .content {max-width: 700px;}
  .blog {justify-content: center;}
  .blog a {margin: 0 10px 15px 10px;}
}
@media (max-width:720px) {
  .split {flex-flow: column nowrap;}
  .left {padding: 0;}
  .right {max-width: none;}
}
@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;}
}
