@charset "UTF-8";

@font-face {
  font-family: Boldonse;
  font-display: swap;
  src: url("../fonts/Boldonse-Regular.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Mariupol';
  src: url('../fonts/Mariupol-Regular.woff') format('woff'),
  url('../fonts/Mariupol-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Mariupol';
  src: url('../fonts/Mariupol-Medium.woff') format('woff'),
  url('../fonts/Mariupol-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
      box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

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

body {
  color: #1c1e0d;
  background: #fcf6e9;
  line-height: 1.2;
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
  font-size: 1.1rem;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input,
button,
textarea {
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
  color: inherit;
  background-color: transparent;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

.lock body {
  overflow: hidden;
  -ms-touch-action: none;
    touch-action: none;
  -ms-scroll-chaining: none;
    overscroll-behavior: none;
}

.wrapper {
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  overflow: hidden;
}

@supports (overflow: clip) {
  .wrapper {
  overflow: clip;
  }
}

.wrapper > main {
  -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
      flex: 1 1 auto;
}

.wrapper > * {
  min-width: 0;
}

.page {
  margin-top: 100px;
}

._container {
  padding: 0 20px;
  max-width: 750px;
  margin: 0 auto;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  padding: 40px 0 20px;
  width: 100%;
  height: 100px;
  background-color: #fcf6e9;
}

.header__top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  gap: 190px;
  height: 40px;
}

.header__column {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 95px);
      flex: 0 0 calc(50% - 95px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__column:last-child {
  -webkit-box-pack: end;
    -ms-flex-pack: end;
      justify-content: end;
}

.header__burger {
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 40px;
      flex: 0 0 40px;
  width: 40px;
  height: 24px;
}

.header__burger span,
.header__burger::before,
.header__burger::after {
  content: "";
  left: 0;
  position: absolute;
  height: 3px;
  background-color: #000000;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.header__burger span {
  width: 28px;
}

.header__burger::before {
  top: 0;
  width: 100%;
}

.header__burger::after {
  bottom: 0;
  width: 15px;
}

.header__burger span {
  top: calc(50% - 1.5px);
}

.menu-open .header__burger span {
  width: 0;
}

.menu-open .header__burger::before {
  top: calc(50% - 1.5px);
  -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}

.menu-open .header__burger::after {
  bottom: calc(50% - 1.5px);
  -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  width: 100%;
}

.header__news {
  display: none;
}

.header__search {
  display: none;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  gap: 13px;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
      flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border: 1px solid #000;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search.active {
  overflow: visible;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 133px);
      flex: 0 0 calc(100% - 133px);
  width: calc(100% - 133px);
  padding: 0 10px;
}

.header__search.active .header__search-icon {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
      flex: 0 0 11px;
  width: 11px;
  height: 11px;
  cursor: auto;
}

.header__search.active .header__search-icon:hover {
  background-color: #FFFFFF;
}

.header__search.active .header__search-icon:hover svg {
  stroke: #000000;
}

.header__search.active .header__search-input,
.header__search.active .header__search-submit,
.header__search.active .header__search-close {
  opacity: 1;
  visibility: visible;
}

.header__search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 32px;
      flex: 0 0 32px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search-icon:hover {
  background-color: #000000;
}

.header__search-icon:hover svg {
  stroke: #FFFFFF;
}

.header__search-icon svg {
  stroke: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search-input {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 88px);
      flex: 0 0 calc(100% - 88px);
  width: 88px;
  font-size: 16px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search-input:focus {
  outline: none;
}

.header__search-submit {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  background-color: #4A7BF9;
  border: 1px solid #4A7BF9;
  border-radius: 3px;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search-submit svg {
  fill: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search-submit:hover {
  background-color: #FFFFFF;
}

.header__search-submit:hover svg {
  fill: #4A7BF9;
}

.header__search-close {
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 16px;
      flex: 0 0 16px;
  width: 16px;
  height: 16px;
  background-color: #222222;
  border: 1px solid #222222;
  border-radius: 50%;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search-close::before,
.header__search-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 1px;
  height: 10px;
  background-color: #FFFFFF;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__search-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.header__search-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}

.header__search-close:hover {
  background-color: #FFFFFF;
}

.header__search-close:hover::before,
.header__search-close:hover::after {
  background-color: #222222;
}

.header__logo {
  position: absolute;
  top: -20px;
  left: 50%;
  display: block;
  text-align: center;
  height: 40px;
  -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

.header__logo img {
  height: 100%;
}

.header__logotext{
    font-family: "Boldonse", sans-serif;
    padding: 25px 0 0 0;
    font-weight: 700;
    font-size: 23px;
}

.header__logotext b{
  display: inline-block;
  color: #fff;
  background-color: #0dc0bb;
  font-size: 13px;
  padding: 3px 5px;
  border-radius: 6px;
}
  
.header__message {
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-open .header__message {
  opacity: 0;
  visibility: hidden;
}

.header__message svg {
  width: 28px;
  height: 28px;
  fill: #1c1e0d;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.header__menu {
  display: none;
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
}

.mobile__menu {
  position: fixed;
  z-index: 15;
  top: 100px;
  left: 0;
  width: 100%;
  height: calc(100vh - 100px);
  padding: 30px 20px;
  background-color: #ded7bd;
  overflow-y: auto;
  -webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
      transform: translateY(-150%);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.menu-open .mobile__menu {
  -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
      transform: translateY(0);
}

.mobile__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  gap: 15px;
  margin-bottom: 35px;
  padding: 5px 10px;
  border: 1px solid #817d6d;
  border-radius: 0px;
}

.mobile__search-icon {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 11px;
      flex: 0 0 11px;
  width: 11px;
  height: 11px;
}

.mobile__search-input {
  background: #ded7bd;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 65px);
      flex: 0 0 calc(100% - 65px);
  width: calc(100% - 65px);
  font-size: 16px;
}

.mobile__search-input:focus {
  outline: none;
}

.mobile__search-submit {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 24px;
      flex: 0 0 24px;
  width: 24px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  background-color: #817d6d;
  border-radius: 0px;
}

.mobile__search-submit img {
  width: 10px;
}

.mobile__search-close {
  display: none;
  position: relative;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
      flex: 0 0 14px;
  width: 14px;
  height: 14px;
  background-color: #222222;
  border-radius: 50%;
}

.mobile__search-close::before,
.mobile__search-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 1px;
  height: 10px;
  background-color: #FFFFFF;
}

.mobile__search-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
      transform: translate(-50%, -50%) rotate(-45deg);
}

.mobile__search-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
      transform: translate(-50%, -50%) rotate(45deg);
}

.mobile__menu-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 35px;
}

.mobile__menu-item {
  font-size: 35px;
  line-height: 43px;
}

.footer {
  padding: 40px 0;
  background: #1c1e0d;
  color: #fcf6e9;
}

.footer__menu {
  margin-bottom: 40px;
  padding-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 20px 28px;
}

.footer__menu-item {
  font-size: 16px;
  line-height: 20px;
  color: #817d6d !important;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer__menu-item:hover {
  color: #fcf6e9 !important;
}

.footer__title {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 36px;
  text-align: left;
}

.footer__text {
  margin-bottom: 35px;
  font-size: 16px;
  line-height: 26px;
  color: #fcf6e9;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  gap: 45px;
}

.footer__socials {
  -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
      order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.footer__social {
  background: #817d6d;
  display: flex;
  padding: 1px;
  border-radius: 50%;
  -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
      flex: 0 0 30px;
  width: 30px;
  height: 30px;
    -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer__social:hover{
  background: #fcf6e9;
}

.footer__button {
  -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
      order: 1;
  padding: 14px 20px;
  font-size: 20px;
  line-height: 20px;
  color: #1c1e0d;
  background-color: #817d6d;
  border-radius: 56px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.footer__info {
  -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
      order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  gap: 15px;
}

.footer__logo img {
  height: 22px;
  opacity: 0.4;
    -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.footer__logo:hover img {
  opacity: 1;
}

.footer__author {
  font-size: 14px;
  line-height: 27px;
  color: #817d6d;
}

.category {
  padding: 25px 0;
}

.category__title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.category__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 45px;
}

.category__item {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
}

.category__item-image {
  position: relative;
  margin-bottom: 20px;
  padding-top: 63%;
  border-radius: 0;
  overflow: hidden;
}

.category__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
   object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.category__item-text {
  font-size: 18px;
  line-height: 120%;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.tags {
  margin-bottom: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  gap: 16px;
}

.tags__item {
  padding: 6px 30px;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border: 1px solid #1c1e0d;
  border-radius: 45px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.info {
  padding: 25px 0;
}

.info ._container {
    font-family: Georgia, "Times New Roman", Times, serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 25px;
}

.info ._container img {
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}

.info__image {
  position: relative;
  padding-top: 0;
  border-radius: 0;
  overflow: hidden;
}

.info__image img {
  max-width: 100%;
}

.info__table-wrap {
  padding-bottom: 10px;
  overflow-x: auto;
}

.info h1,
.info h2,
.info h3 {
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
  margin-top: 10px;
  line-height: 110%;
  font-weight: 400;
  text-align: left;
  color: #000000;
}

.info h1 {
  font-size: 30px;
}

.info h2 {
  font-size: 24px;
}

.info h3 {
  font-size: 20px;
}

.info p,
.info a {
  line-height: 145%;
}

.info a {
  color: #817d6d;
  text-decoration: underline;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.info blockquote {
  padding: 0 0 0 40px;
  margin: 20px 0 20px 0;
  line-height: 120%;
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
  border-left: 1px solid #000;
}

.info table {
  border-collapse: collapse;
}

.info table th {
  padding: 12px 15px;
  line-height: 26px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: left;
  white-space: nowrap;
  background-color: #454545;
  border: 1px solid #1c1e0d;
}

.info table td {
  padding: 12px 15px;
  line-height: 26px;
  white-space: nowrap;
  border: 1px solid #1c1e0d;
}

.info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

.info ul li {
  line-height: 26px;
  list-style-type: disc;
  list-style-position: inside;
}

.info ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 10px;
}

.info ol li {
  line-height: 26px;
  list-style-position: inside;
}

.info ol li::marker {
  font-weight: 700;
}

.info__posts-title {
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 20px;
  color: #000000;
}

.info__posts-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 8px;
}

.info__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  gap: 30px;
}

.info__socials-title {
  line-height: 26px;
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
}

.info__socials-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}

.info__socials-item img {
  height: 28px;
  width: 28px;
}

.info__feedbacks-title {
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
  margin-top: 15px;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
}

.info__feedbacks-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 15px;
}

.info__feedbacks-item {
  padding: 20px;
  border: 1px solid #D6F3EA;
  border-radius: 20px;
}

.info__feedbacks-item-title {
  line-height: 26px;
  font-weight: 700;
}

.info__feedbacks-item-text {
  line-height: 26px;
}

.info__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: start;
    -ms-flex-align: start;
      align-items: flex-start;
  gap: 20px;
}

.info__form textarea {
  height: 135px;
}

.info__form-input {
  width: 100%;
  padding: 14px 10px;
  font-size: 14px;
  border: 1px solid #C5C5C5;
  background: #ded7bd;
  border-radius: 0px;
}

.info__form-captcha {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  gap: 85px;
  padding: 7px 13px;
  background-color: #F9F9F9;
  border: 1px solid #D3D3D3;
  border-radius: 3px;
}

.info__form-captcha label {
  position: relative;
  padding-left: 42px;
  font-size: 14px;
  font-family: "Arial", sans-serif;
  color: #000000;
  cursor: pointer;
}

.info__form-captcha label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 28px;
  height: 28px;
  background-color: #FFFFFF;
  border: 2px solid #C1C1C1;
  border-radius: 4px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.info__form-captcha input {
  display: none;
}

.info__form-captcha input:checked + label::before {
  background-color: #1c1e0d;
}

.info__form-captcha img {
  width: 66px;
  height: 62px;
}

.info__form-button {
  display: inline-block;
  margin-top: 20px;
  padding: 18px 30px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  color: #FFFFFF;
  background-color: #1c1e0d;
  border-radius: 7px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.breadcrumbs {
  padding: 20px 0 0;
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
}

.breadcrumbs__list {
    padding-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: flex-start;
    gap: 15px;
    overflow-x: auto;
}

.breadcrumbs__list li {
  position: relative;
}

.breadcrumbs__list li::after {
  content: "";
  position: absolute;
  top: calc(50% - 3px);
  right: -10px;
  border-left: 4px solid #B7B7B7;
  border-top: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.breadcrumbs__list li:last-child::after {
  display: none;
}

.breadcrumbs__item {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
    -ms-flex-align: center;
      align-items: center;
  font-size: 13px;
  line-height: 16px;
  color: #747474;
  -webkit-line-clamp: 1;
  /* количество строк */
  -webkit-box-orient: vertical;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.breadcrumbs__item.link {
  color: #B7B7B7;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}

.section {
  padding: 25px 0;
}

.section__title {
  margin-bottom: 35px;
  font-size: 24px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;
}

.section__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  gap: 30px;
}

.section__item-image {
  position: relative;
  padding-top: 55%;
  border-radius: 22px;
  overflow: hidden;
}

.section__item-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
   object-fit: cover;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.section__item-text {
  font-size: 20px;
  line-height: 125%;
  font-weight: 700;
  text-align: center;
  color: #000000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}


.form-cont_c input[name=email] {
  display: block;
  width: 2px;
  height: 2px;
  margin-bottom: -2px;
  border: none;
  padding: 0;
  opacity: .01
}

.cont_c_form_c {
  margin: 0
}

.form-cont_c {
  margin: 0 0 30px 0
}

.form-footer__button {
  margin-top: 20px
}

.form-button_c {
    display: inline-block;
    margin-top: 0px;
    padding: 14px 30px;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    background-color: #1c1e0d;
    border-radius: 0px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.form-button_c:hover {
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgb(0 0 0 / 40%)
}

button.form-button_c:disabled,button.form-button_c:disabled:hover,button.form-button_c[disabled],button.form-button_c[disabled]:hover {
  border: 1px solid #ded7bd;
  background-color: #fcf6e9;
  color: #ded7bd;
  cursor: default;
  box-shadow: initial
}

.form-footer__input {
  display: inline-block;
  font-size: 18px;
  width: 100%;
  margin-bottom: 20px;
  color: #1c1e0d;
  padding: 10px;
  background: #fcf6e9;
  border: none;
  border-radius: 0px;
  border-width: 1px;
  border-style: dashed;
  border-color: rgb(129 125 109);
}

.form-footer__input:focus {
  border-style: solid;
  outline: 0
}

textarea.form-footer__input {
  width: 100%;
  min-height: 110px
}

.cont_c_form_cx {
  display: flex
}

.cont_c_form_l {
  width: 100%
}

.cont_c_form_r {
  width: 50%;
  display: none
}

.rate {
  float: left;
  height: 46px;
  padding: 0 10px
}

.rate:not(:checked)>input {
  position: absolute;
  z-index: -9999;
  opacity: 0
}

.rate:not(:checked)>label {
  float: right;
  width: 1em;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 30px;
  color: #ccc
}

.rate:not(:checked)>label:before {
  content: '★ '
}

.rate>input:checked~label {
  color: gold
}

.rate:not(:checked)>label:hover,.rate:not(:checked)>label:hover~label {
  color: gold
}

.rate>input:checked+label:hover,.rate>input:checked+label:hover~label,.rate>input:checked~label:hover,.rate>input:checked~label:hover~label,.rate>label:hover~input:checked~label {
  color: gold
}

.cont_c_form_tx {
  float: left;
  line-height: 46px;
  font-size: 16px;
  display: inline-block;
  margin: 0 10px 0 20px
}

.clear {
  clear: both
}

.commentary_c {
  border: none;
  margin: 15px 0 15px 0;
  padding: 0
}

.commentary_txt {
  color: #1a1919;
  font-size: 16px;
  line-height: 160%;
  clear: both;
  padding: 8px 0 0 0
}

.commentary_pict img {
  max-height: 32px
}

.commentary_nopic {
  width: 32px;
  height: 32px;
  background: #bdbdbd url(/edit/images/cms.userpic.svg) no-repeat 50% 110%;
  background-size: 26px 26px
}

.commentary_name i,.commentary_pict {
  display: none
}

.commentary_name {
  padding-top: 0px!important;
  margin-bottom: 0;
  padding: 0
}

.commentary_name b {
  font-family: "Mariupol", Helvetica, Arial, sans-serif;
  color: #1a1919;
  font-size: 18px;
  font-weight: 400
}

.commentary_nopic {
  background-color: #f2f2f2
}

.commentary_c.commentary_c_rt0,.commentary_c.commentary_c_rt1,.commentary_c.commentary_c_rt2,.commentary_c.commentary_c_rt3,.commentary_c.commentary_c_rt4,.commentary_c.commentary_c_rt5 {
    padding: 20px;
    border: none;
    background: #f1ecdb;
    border-radius: 0px;
}



@media (min-width: 47.99875em) {
  .category__body {
  gap: 30px 20px;
  }

  .category__item {
  -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(50% - 10px);
      flex: 0 0 calc(50% - 10px);
  }

  .category__item-image {
  margin-bottom: 15px;
  }
}

@media (min-width: 61.99875em) {
  .page {
  margin-top: 0;
  }

  ._container {
  padding: 0;
  }

  .header {
  position: static;
  height: auto;
  }

  .header__top {
  margin-bottom: 45px;
  }

  .header__column {
  gap: 15px;
  }

  .header__burger {
  display: none;
  }

  .header__news {
    font-family: "Mariupol", Helvetica, Arial, sans-serif;
  display: block;
  height: 32px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 32px;
  color: #1c1e0d;
  border: 1px solid #1c1e0d;
  border-radius: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

  .header__news:hover {
  background-color: #ded7bd;
  }

  .header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  }

  .header__message:hover svg {
  fill: #3C434E;
  }

  .header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
    -ms-flex-pack: center;
      justify-content: center;
  gap: 28px;
  }

  .header__menu-item {
  font-size: 18px;
  line-height: 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  }

  .header__menu-item:hover {
  color: #1c1e0d;
  }

  .footer__menu {
  margin-bottom: 35px;
  padding-top: 5px;
  }

  .footer__menu-item:hover {
  color: #1c1e0d;
  }

  .footer__text {
  margin-bottom: 60px;
  }

  .footer__bottom {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
    -ms-flex-direction: row;
      flex-direction: row;
  -webkit-box-align: start;
    -ms-flex-align: start;
      align-items: flex-start;
  -webkit-box-pack: justify;
    -ms-flex-pack: justify;
      justify-content: space-between;
  }

  .footer__socials {
  -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
      order: 1;
  }

  .footer__button {
  -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
      order: 2;
  }

  .footer__button:hover {
  background-color: #fcf6e9;
  }

  .footer__info {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
    -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-align: end;
    -ms-flex-align: end;
      align-items: flex-end;
  }

  .footer__logo img {
  height: 33px;
  }

  .category {
  padding: 30px 0;
  }

  .category__title {
  margin-bottom: 35px;
  font-size: 30px;
  }

  .category__item-image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1);
  }

  .category__item-text {
  font-size: 20px;
  line-height: 120%;
  }

  .category__item-text:hover {
  color: #1c1e0d;
  }

  .tags {
  margin-bottom: 45px;
  gap: 20px 16px;
  }

  .tags__item:hover {
  background-color: #1c1e0d;
  color: #FFFFFF;
  }

  .info {
  padding: 10px 0 30px 0;
  }

  .info ._container {
  max-width: 750px;
  gap: 25px;
  }

  .info__image {
  position: relative;
  left: -75px;
  width: 900px;
  }

  .header__logotext {
    font-size: 38px;
    padding: 20px 0 0 0;
  }

  .info h1 {
  font-size: 48px;
  }

  .info h2 {
  font-size: 30px;
  }

  .info h3, .info__feedbacks-title, .info__posts-title{
  font-size: 26px;
  }



  .info a:hover {
  color: #1c1e0d;
  }

  .info__form-button:hover {
  background-color: #454545;
  }

  .breadcrumbs {
  padding: 30px 0 10px;
  }

  .breadcrumbs__item.link:hover {
  color: #1c1e0d;
  }

  .section {
  padding: 30px 0;
  }

  .section__title {
  font-size: 30px;
  }

  .section__body {
  gap: 50px;
  }

  .section__item-image:hover img {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
      transform: translate(-50%, -50%) scale(1.1);
  }

  .section__item-text {
  font-size: 24px;
  }

  .section__item-text:hover {
  color: #1c1e0d;
  }
}