@charset "UTF-8";
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-list, .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

@font-face {
  font-family: slick;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot?#iefix) format("embedded-opentype"), url(fonts/slick.woff) format("woff"), url(fonts/slick.ttf) format("truetype"), url(fonts/slick.svg#slick) format("svg");
  font-weight: 400;
  font-style: normal;
}
.slick-next, .slick-prev {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: 0 0;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: 0;
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
  outline: 0;
  background: 0 0;
  color: transparent;
}

.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
  opacity: 1;
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before, .slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  color: #fff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: 0 0;
  display: block;
  height: 20px;
  width: 20px;
  outline: 0;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:focus, .slick-dots li button:hover {
  outline: 0;
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: 0.75;
}

@font-face {
  font-family: "Kyiv Type Sans";
  src: url(../fonts/KyivTypeSans-Black2.eot);
  src: local("Kyiv Type Sans Black"), local("KyivTypeSansBlack"), url(../fonts/KyivTypeSans-Black2.eot?#iefix) format("embedded-opentype"), url(../fonts/KyivTypeSans-Black2.woff2) format("woff2"), url(../fonts/KyivTypeSans-Black2.woff) format("woff");
  font-weight: 1000;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: e-Ukraine;
  src: url(../fonts/e-Ukraine-Regular.otf);
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: e-Ukraine;
  src: url(../fonts/e-Ukraine-Bold.otf);
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: none;
  box-sizing: border-box;
  list-style: none;
  border-radius: 0;
  color: #353434;
  font-weight: 300;
  line-height: 100%;
  font-family: e-Ukraine, sans-serif;
}

b, strong {
  font-size: inherit;
  font-weight: 700;
  line-height: inherit;
  letter-spacing: inherit;
}

button, input, select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

b, strong {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

b *, strong * {
  font-weight: 700;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

em, i {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

em *, i * {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

:focus {
  outline: transparent;
}

.container {
  width: 90%;
  max-width: 1160px;
  margin: auto;
}

body {
  overflow-x: hidden;
  max-width: 100%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background: #f0f0f0;
  border: 1px solid #4a5b49;
  padding-top: 120px;
}

body footer {
  margin-top: auto;
  margin-bottom: 0;
}

input[type=submit] {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

button {
  border: none;
}

h1 {
  font-family: "Kyiv Type Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 64px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #4a5b49;
}

h1 b {
  font-family: "Kyiv Type Sans", sans-serif;
  color: #f44a4a;
  text-transform: uppercase;
}

h1.sh1 {
  font-size: 32px !important;
}

h2 {
  font-family: "Kyiv Type Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #4a5b49;
}

h2 p {
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  text-transform: inherit;
  font-weight: inherit;
}

h2 b {
  font-family: "Kyiv Type Sans", sans-serif;
  color: #f44a4a;
  line-height: inherit;
  text-transform: uppercase;
}

h3 {
  font-family: "Kyiv Type Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
}

.btn {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-weight: 700;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  padding: 18px;
  min-width: 367px;
  background: #f44a4a;
  border-radius: 2px;
  transition: 0.4s;
}

.btn:hover {
  background: #a42e2e;
}

.btn:active {
  background: #cb3939;
}

.secCTA {
  padding: 100px 0;
  border-top: 1px solid #4a5b49;
  border-bottom: 1px solid #4a5b49;
}

.secCTA + .blogB2 {
  border-top: none;
}

.secCTA__description {
  margin-top: 10px;
  font-size: 14px;
  line-height: 150%;
}

.secCTA .btn {
  margin-top: 40px;
  cursor: pointer;
}

.secCTA.secCTA__mini {
  padding: 0;
  border-top: none;
  border-bottom: none;
}

.secDocuments {
  padding: 100px 0;
  border-top: 1px solid #4a5b49;
  border-bottom: 1px solid #4a5b49;
  background: linear-gradient(282.85deg, #cfd4db 1.27%, #e7eaee 100%);
}

.secDocuments h2 {
  text-align: center;
  margin-bottom: 70px;
}

.secDocuments .btn {
  margin: 50px auto 0;
}

form {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute !important;
  left: 0 !important;
  top: 100% !important;
  width: 100% !important;
  padding-top: 3px !important;
  font-size: 14px !important;
}

.wpcf7-response-output {
  max-width: 100% !important;
  width: -moz-max-content !important;
  width: max-content !important;
  padding: 5px !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  margin: 30px auto 0 0 !important;
}

.wpcf7-spinner {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}

.popup {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(240, 240, 240, 0.3);
  backdrop-filter: blur(5px);
  display: none;
}

.popup .popup-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 500px;
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: #f0f0f0;
  border: 1px solid #4a5b49;
  padding: 50px 60px;
}

.popup .popup-container h2 {
  text-align: center;
}

.popup .popup-container > p {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.popup .popup-container .exit-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.popup .popup-container .exit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 25px;
  height: 2px;
  background: #4a5b49;
}

.popup .popup-container .exit-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 25px;
  height: 2px;
  background: #4a5b49;
}

.popup .popup-container form {
  margin-top: 50px;
}

.popup .popup-container form > p {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.popup .popup-container form .f_block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.popup .popup-container form .input {
  border: none;
  width: 100%;
  background: #d9d9d9;
  border-radius: 2px;
  padding: 20px;
  font-size: 14px;
}

.popup .popup-container form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
  min-width: unset;
}

.header {
  border: 1px solid #4a5b49;
  border-top-width: 30px;
  padding: 25px 0;
  position: fixed;
  z-index: 200;
  left: 0;
  top: 0;
  width: 100%;
  background: #f0f0f0;
}

.header .container {
  display: flex;
  align-items: center;
}

.header__logo {
  height: 18px;
  margin-right: 30px;
}

.header__logo img {
  display: block;
  width: auto;
  height: 100%;
}

.header__search {
  position: relative;
}

.header__search .s_btn {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 43px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__search .s_btn input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.header__search .s_btn svg * {
  transition: 0.4s;
}

.header__search .s_btn:hover svg circle {
  stroke: #f44a4a;
}

.header__search .s_btn:hover svg rect {
  fill: #f44a4a;
}

.header__search .s_input {
  display: block;
  background: #d9d9d9;
  border-radius: 2px;
  font-size: 16px;
  padding: 12px 15px 12px 43px;
  border: none;
  width: 640px;
}

.header__lang {
  margin: 0 auto;
}

.header__lang ul {
  display: flex;
  align-items: center;
}

.header__lang li {
  border-right: 1px solid #4a5b49;
}

.header__lang li:last-child {
  border-right: none;
}

.header__lang li.current-lang {
  pointer-events: none;
}

.header__lang li.current-lang a {
  opacity: 1;
}

.header__lang a {
  transition: 0.4s;
  font-size: 14px;
  opacity: 0.5;
  color: #4a5b49;
  padding: 0 10px;
  display: block;
}

.header__lang a:hover {
  color: #f44a4a;
  opacity: 1;
}

.header__menu-btn {
  width: 43px;
  height: 43px;
  cursor: pointer;
  position: relative;
}

.header__menu-btn span {
  display: block;
  width: 20px;
  height: 2px;
  background: #4a5b49;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s;
}

.header__menu-btn span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 7px));
}

.header__menu-btn span:nth-child(2) {
  transform: translate(-50%, -50%);
}

.header__menu-btn span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 7px));
}

.header__menu-btn:hover span {
  background: #f44a4a;
}

.header__menu-btn.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.header__menu-btn.open span:nth-child(2) {
  opacity: 0;
}

.header__menu-btn.open span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header__menu-container {
  display: none;
  position: absolute;
  z-index: 10;
  right: 0;
  top: -30px;
  width: 100%;
  max-width: 615px;
  border: 1px solid #4a5b49;
  background: #f0f0f0;
}

.header__menu-container .flex {
  height: calc(100vh - 2px);
  padding: 100px;
  display: flex;
  flex-direction: column;
  overflow: auto;
}

.header__menu-container .exit-btn {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}

.header__menu-container .exit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 20px;
  height: 1px;
  background: #4a5b49;
  transition: 0.4s;
}

.header__menu-container .exit-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 20px;
  height: 1px;
  background: #4a5b49;
  transition: 0.4s;
}

.header__menu-container .exit-btn:hover:after, .header__menu-container .exit-btn:hover:before {
  background: #f44a4a;
}

.header__nav li {
  margin-bottom: 20px;
}

.header__nav li.current-menu-item {
  pointer-events: none;
}

.header__nav li.current-menu-item a {
  color: #f44a4a;
  opacity: 1;
}

.header__nav a {
  font-family: "Kyiv Type Sans", sans-serif;
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 1;
  color: #4a5b49;
  opacity: 0.5;
  transition: 0.4s;
}

.header__nav a:hover {
  opacity: 1;
}

.header__soc {
  display: flex;
  align-items: center;
}

.header__soc-ttl {
  margin-top: auto;
  margin-bottom: 30px;
  color: #4a5b49;
}

.header__soc li {
  margin-right: 70px;
}

.header__soc li:last-child {
  margin-right: 0;
}

.header__soc a svg * {
  transition: 0.4s;
}

.header__soc a:hover svg * {
  fill: #f44a4a;
}

.footer {
  background: #4a5b49;
}

.footer__main {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 50px 0;
}

.footer__main .container {
  display: flex;
  justify-content: space-between;
}

.footer__main-col {
  display: flex;
  flex-direction: column;
}

.footer__menu li {
  margin-bottom: 15px;
}

.footer__menu li:last-child {
  margin-bottom: 0;
}

.footer__menu a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #f0f0f0;
  transition: 0.4s;
}

.footer__menu a:hover {
  color: #f44a4a;
}

.footer__lang {
  margin-left: -10px;
  margin-top: auto;
}

.footer__lang ul {
  display: flex;
  align-items: center;
}

.footer__lang li {
  border-right: 1px solid #f0f0f0;
}

.footer__lang li:last-child {
  border-right: none;
}

.footer__lang li.current-lang {
  pointer-events: none;
}

.footer__lang li.current-lang a {
  opacity: 1;
}

.footer__lang a {
  display: block;
  width: -moz-max-content;
  width: max-content;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #f0f0f0;
  padding: 0 10px;
  opacity: 0.5;
  transition: 0.4s;
}

.footer__lang a:hover {
  color: #f44a4a;
  opacity: 1;
}

.footer__bottom {
  padding: 30px 0 40px;
}

.footer__bottom .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__logo {
  height: 20px;
}

.footer__logo img {
  display: block;
  width: auto;
  height: 100%;
}

.footer__copy {
  font-size: 14px;
  line-height: 150%;
  color: #f0f0f0;
}

.footer__dev {
  height: 18px;
}

.footer__dev img {
  display: block;
  width: auto;
  height: 100%;
}

.footer__soc {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.footer__soc a {
  display: block;
}

.footer__soc li {
  margin-bottom: 24px;
}

.footer__soc li:last-child {
  margin-bottom: 0;
}

.homeB1 {
  padding: 70px 0;
}

.homeB1__title {
  text-align: center;
}

.homeB1__description {
  font-family: e-Ukraine;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 490px;
  margin: 20px auto 0;
}

.homeB1 .blogRow {
  margin-top: 100px;
}

.homeB2 {
  background: #101011;
  border-bottom: 30px solid #4a5b49;
}

.homeB2 .container {
  padding: 100px 0;
  position: relative;
}

.homeB2 h2 {
  max-width: 1020px;
  color: #e3e3e3;
}

.homeB2 img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.homeB2 .btn {
  margin: 150px 0 0 auto;
}

.homeB2 .descr {
  position: absolute;
  left: 0;
  bottom: 100px;
  max-width: calc(100% - 430px);
}

.homeB2 .descr p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #f0f0f0;
}

.homeB2 .descr p a {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #f0f0f0;
  text-decoration: underline;
  transition: 0.4s;
}

.homeB2 .descr p a:hover {
  color: #f44a4a;
}

.homeB3 {
  padding: 100px 0;
  border-bottom: 1px solid #4a5b49;
}

.homeB3-blue {
  background: linear-gradient(282.85deg, #cfd4db 1.27%, #e7eaee 100%);
}

.homeB3 h2 {
  text-align: center;
}

.homeB3__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin: 15px auto 0;
  max-width: 530px;
}

.homeB3 .blogRow {
  margin-top: 40px;
}

.homeB3 .btn {
  margin: 60px auto 0;
}

.homeB4 {
  padding: 100px 0;
  border-bottom: 1px solid #4a5b49;
}

.homeB4 .container {
  display: flex;
  flex-wrap: wrap;
}

.homeB4__box {
  width: calc(33.333% - 20px);
  margin: 0 30px 30px 0;
}

.homeB4__box:nth-child(3n) {
  margin-right: 0;
}

.homeB4__box span {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 15px;
  color: #f44a4a;
  display: block;
  text-align: center;
}

.homeB4__box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
}

.homeB4 .simtext p {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

.homeB4 .simtext p a {
  text-decoration: underline;
  transition: 0.4s;
}

.homeB4 .simtext p a:hover {
  color: #f44a4a;
}

.homeB5 {
  padding: 100px 0 70px;
  border-bottom: 1px solid #4a5b49;
}

.homeB5 h2 {
  text-align: center;
}

.homeB5__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  max-width: 340px;
  margin: 15px auto 0;
}

.homeB5__logos {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
}

.homeB5__logos a {
  display: block;
  margin: 0 30px 30px 0;
}

.homeB5__logos img {
  display: block;
  width: 100%;
  height: 160px;
  border: 1px solid #4a5b49;
  padding: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.homeB6 {
  background: linear-gradient(282.85deg, #cfd4db 1.27%, #e7eaee 100%);
  padding: 100px 0;
  border-bottom: 1px solid #4a5b49;
}

.homeB6 h2 {
  color: #353434;
  margin-bottom: 80px;
}

.homeB6__slider {
  width: calc(100% + 30px);
  margin: 0 -15px;
}

.homeB6__slider .slick-arrow {
  width: 52px;
  height: 70px;
  z-index: 3;
  opacity: 1;
  top: 50%;
}

.homeB6__slider .slick-arrow:before {
  content: "";
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow_g.svg);
  background-position: center;
  background-size: contain;
}

.homeB6__slider .slick-arrow:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow_r.svg);
  background-position: center;
  background-size: contain;
  opacity: 0;
  transition: 0.4s;
}

.homeB6__slider .slick-arrow:hover:after {
  opacity: 1;
}

.homeB6__slider .slick-arrow.slick-prev {
  transform: translate(-100%, -50%);
  left: -40px;
}

.homeB6__slider .slick-arrow.slick-next {
  right: -40px;
  transform: translate(100%, -50%) rotate(180deg);
}

.homeB6__slider .slick-slide {
  padding: 0 15px;
}

.homeB6__slider .box p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.homeB6__slider .box h3 {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.2;
  color: #4a5b49;
  margin-top: 10px;
}

.homeB7 {
  background: #101011;
  padding: 100px 0;
}

.homeB7 h2 {
  color: #fff;
  text-align: center;
}

.homeB7 .btn {
  width: 100%;
  margin-top: 50px;
}

.cookies {
  position: fixed;
  left: 0;
  bottom: 30px;
  width: 100%;
}

.cookies .container {
  display: flex;
  justify-content: flex-end;
}

.cookies__box {
  width: 100%;
  max-width: 650px;
  background: #4a5b49;
  border: 1px solid #f0f0f0;
  padding: 30px 40px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.cookies .txt {
  margin-right: 20px;
}

.cookies .txt h3 {
  font-family: "Kyiv Type Sans";
  font-weight: 1000;
  font-size: 24px;
  line-height: 1;
  color: #f0f0f0;
  margin-bottom: 10px;
}

.cookies .txt p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #f0f0f0;
}

.cookies .btn {
  width: 210px;
  min-width: unset;
  max-width: unset;
}

.blogRow {
  display: flex;
  flex-wrap: wrap;
}

.blogPost {
  width: calc(33.333% - 20px);
  margin: 0 30px 30px 0;
  border: 1px solid #4a5b49;
  background: #f0f0f0;
  position: relative;
  transition: 0.4s;
}

.blogPost img {
  display: block;
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.blogPost img + .text {
  height: calc(100% - 170px);
}

.blogPost .text {
  padding: 20px;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.blogPost h3 {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  color: #474747;
  margin-bottom: 10px;
  transition: 0.4s;
}

.blogPost p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 50px;
}

.blogPost ul {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding-right: 25px;
}

.blogPost ul li {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 1000;
  font-size: 12px;
  line-height: 150%;
  margin: 0 10px 0 0;
}

.blogPost:hover h3 {
  color: #f44a4a;
}

.blogPost:nth-child(3n) {
  margin-right: 0;
}

.blogPost:hover {
  transform: scale(1.1);
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.09);
}

.blogPost:after {
  content: "";
  position: absolute;
  display: block;
  right: 12px;
  bottom: 12px;
  width: 13px;
  height: 13px;
  background-image: url(../img/arrow_box.svg);
  background-position: center;
  background-size: contain;
}

.txt-content > * {
  margin-bottom: 20px;
}

.txt-content > :last-child {
  margin-bottom: 0;
}

.txt-content blockquote, .txt-content div, .txt-content li, .txt-content p, .txt-content span {
  font-size: 14px;
  line-height: 1.5;
}

.txt-content a {
  transition: 0.4s;
  text-decoration: underline;
}

.txt-content a:hover {
  color: #f44a4a;
}

.txt-content h1, .txt-content h2, .txt-content h3 {
  margin: 60px 0 30px;
}

.txt-content h1:first-child, .txt-content h2:first-child, .txt-content h3:first-child {
  margin-top: 0;
}

.txt-content img {
  display: block;
  width: 100%;
  height: auto;
}

.txt-content ul {
  padding-left: 20px;
}

.txt-content ul > li {
  list-style: disc;
}

.txt-content ol {
  padding-left: 20px;
}

.txt-content ol > li {
  list-style: decimal;
}

.txt-content.text-page h1, .txt-content.text-page h2 {
  font-size: 32px;
  text-transform: unset;
}

.blogB1 {
  padding: 70px 0;
  border: 30px solid #4a5b49;
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 540px;
}

.blogB1:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

.blogB1 .container {
  position: relative;
  z-index: 2;
}

.blogB1 .container h1 {
  color: #fff;
  margin-bottom: 30px;
}

.blogB1 .container p {
  max-width: 450px;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
}

.blogB1 .container h3 {
  color: #fff;
  max-width: 450px;
  margin-top: 50px;
}

.blogB1 .container .btn {
  margin-top: 30px;
}

.blogB2 {
  border-top: 1px solid #4a5b49;
  padding: 100px 0;
}

.blogB3 {
  padding: 100px 0 0;
}

.blogB3 h2 {
  margin-bottom: 40px;
}

.blogB3 + .blogB2 {
  padding-top: 60px;
  border-top: none;
}

.encyclopediaB1 {
  padding: 100px 0;
  border-bottom: 1px solid #4a5b49;
}

.encyclopediaB1 + .secDocuments {
  border-top: none;
}

.encyclopediaB1 .ttl-block {
  margin-bottom: 100px;
}

.encyclopediaB1 .ttl-block h1 {
  text-align: center;
  margin-bottom: 20px;
}

.encyclopediaB1 .ttl-block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 490px;
  margin: 0 auto;
}

.encyclopediaB1__block h2 {
  margin-bottom: 50px;
}

.encyclopediaB1 .secCTA {
  padding-top: 40px;
}

.filter {
  padding: 30px;
  border: 1px solid #4a5b49;
}

.filter h3 {
  color: #4a5b49;
}

.filter__checkboxes {
  margin-top: 30px;
  display: flex;
}

.filter__checkboxes input {
  display: none;
}

.filter__checkboxes input:checked + label:after {
  opacity: 1;
}

.filter__checkboxes label {
  display: block;
  padding-left: 32px;
  position: relative;
  margin-right: 70px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.filter__checkboxes label:last-child {
  margin-right: 0;
}

.filter__checkboxes label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 24px;
  height: 24px;
  background: #d9d9d9;
  border: 1px solid #4a5b49;
  border-radius: 2px;
  box-sizing: border-box;
}

.filter__checkboxes label:after {
  content: "";
  position: absolute;
  left: 12px;
  top: 12px;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background: #4a5b49;
  border-radius: 2px;
  box-sizing: border-box;
  opacity: 0;
  transition: 0.4s;
}

.filter__selects {
  margin-top: 30px;
  display: flex;
}

.filter__selects .selectBox {
  margin-right: 30px;
}

.filter .btn {
  margin-top: 30px;
}

.selectBox {
  position: relative;
}

.selectBox__selected {
  display: flex;
  align-items: center;
  position: relative;
  padding: 15px;
  background: #d9d9d9;
  border-radius: 4px;
  min-width: 320px;
  cursor: pointer;
}

.selectBox__selected svg {
  display: block;
  margin-right: 7px;
}

.selectBox__selected span {
  font-weight: 400;
  font-size: 14px;
  line-height: 85%;
  color: #4a5b49;
}

.selectBox__selected:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translate(0, -75%) rotate(45deg);
  width: 7px;
  height: 7px;
  border: 1px solid #4a5b49;
  border-left: none;
  border-top: none;
}

.selectBox__list {
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
  background: #d9d9d9;
  border-radius: 4px;
  width: 100%;
  padding: 10px 0;
  display: none;
  z-index: 2;
}

.selectBox__list p {
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  transition: 0.4s;
}

.selectBox__list p:hover {
  color: #f44a4a;
}

.articleB1 {
  padding: 100px 0;
}

.articleB1:first-child {
  padding-top: 50px;
}

.articleB1 .tag {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}

.articleB1 h1 {
  font-size: 48px;
  text-align: center;
  text-transform: none;
  max-width: 750px;
  margin: 0 auto 70px;
}

.articleB1 .txt-content {
  max-width: 640px;
  margin: 0 auto;
}

.wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-caption img {
  margin-bottom: 10px;
}

.wp-caption p {
  font-size: 12px;
}

.btns-row {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
  gap: 20px;
}

.btn-border {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 18px 24px;
  border: 1px solid #4a5b49;
  color: #474747;
  font-family: "Kyiv Type Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 1000;
  line-height: 120%;
  transition: 0.4s;
}

.btn-border svg * {
  transition: 0.4s;
}

.btn-border:hover {
  background: #4a5b49;
  color: #fff;
}

.btn-border:hover svg * {
  fill: #fff;
}

.docsB1 {
  background: linear-gradient(282.85deg, #cfd4db 1.27%, #e7eaee 100%);
  padding: 100px 0;
}

.docsB1 h1 {
  text-align: center;
  margin-bottom: 80px;
}

.docsB1 .docsList {
  margin-bottom: 100px;
}

.docsB1 .docsList:last-child {
  margin-bottom: 0;
}

.docsLabel {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 24px;
  line-height: 120%;
  color: #4a5b49;
  margin-bottom: 35px;
}

.docsList {
  display: flex;
  flex-wrap: wrap;
}

.docsList .doc {
  width: calc(33.333% - 20px);
  margin: 0 30px 30px 0;
  border: 1px solid #4a5b49;
  background: #f0f0f0;
  padding: 30px 20px;
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 120%;
  transition: 0.4s;
}

.docsList .doc:hover {
  color: #f44a4a;
}

.docsList .doc:nth-child(3n) {
  margin-right: 0;
}

.docsList .doc.folder {
  width: 100%;
  margin: 0;
}

.aboutB1 {
  padding: 70px 0 100px;
  border-bottom: 1px solid #4a5b49;
}

.aboutB1 h1 {
  text-align: center;
  margin-bottom: 70px;
}

.aboutB1 .txt-content {
  max-width: 565px;
  margin: 0 auto;
}

.aboutB2 {
  padding: 100px 0;
  border-bottom: 1px solid #4a5b49;
}

.aboutB2 h2 {
  text-align: center;
  margin-bottom: 60px;
}

.aboutB2 h2:last-child {
  margin-bottom: 0;
}

.aboutB2__row1 {
  display: flex;
  justify-content: space-between;
  max-width: 565px;
  margin: 0 auto;
}

.aboutB2__row1 .col {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.aboutB2__row1 .txt-content {
  padding: 30px;
  border: 1px solid #4a5b49;
  margin-bottom: 30px;
  width: 100%;
}

.aboutB2__row1 .txt-content:last-child {
  margin-bottom: 0;
}

.aboutB2__row2 {
  max-width: 565px;
  margin: 100px auto 0;
}

.aboutB2__row2-description {
  text-align: center;
  margin: 0 auto 40px;
}

.aboutB2__row2-box {
  padding: 30px;
  border: 1px solid #4a5b49;
  margin: 0 auto 30px;
}

.aboutB2__row2-box:last-child {
  margin-bottom: 0;
}

.aboutB2__row3 {
  margin-top: 100px;
}

.aboutB2__row3-description {
  max-width: 565px;
  margin: 0 auto 30px;
  text-align: center;
}

.aboutB2__row3 h2 {
  margin-top: 60px;
}

.aboutB3 {
  padding: 100px 0;
}

.aboutB3 h2 {
  text-align: center;
  margin-bottom: 30px;
}

.aboutB3__row {
  display: flex;
  flex-wrap: wrap;
}

.aboutB3__box {
  border: 1px solid #4a5b49;
  margin: 30px 30px 0 0;
}

.aboutB3__box img {
  display: block;
  width: 100%;
  height: 370px;
  -o-object-fit: cover;
  object-fit: cover;
}

.aboutB3__box p {
  padding: 20px 20px 5px;
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 18px;
  line-height: 120%;
  text-align: center;
}

.aboutB3__box p:last-child {
  padding-bottom: 15px;
}

.aboutB3__box span {
  display: block;
  padding: 0 20px 15px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}

.contactsB1 {
  padding: 70px 0 100px;
}

.contactsB1 .container {
  display: flex;
  justify-content: space-between;
}

.contactsB1 h1 {
  margin-bottom: 30px;
}

.contactsB1__text {
  width: calc(50% - 15px);
  display: flex;
  flex-direction: column;
}

.contactsB1__text .txt-content {
  margin-bottom: 45px;
}

.contactsB1__link {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 900;
  font-size: 48px;
  line-height: 1.2;
  text-transform: uppercase;
  color: #f44a4a;
  border-bottom: 2px solid transparent;
  transition: 0.4s;
  display: block;
  width: -moz-max-content;
  width: max-content;
}

.contactsB1__link:hover {
  border-bottom-color: #f44a4a;
}

.contactsB1__soc {
  display: flex;
  align-items: center;
}

.contactsB1__soc-ttl {
  margin-top: auto;
  margin-bottom: 30px;
}

.contactsB1__soc li {
  margin-right: 70px;
}

.contactsB1__soc li:last-child {
  margin-right: 0;
}

.contactsB1__soc a svg * {
  transition: 0.4s;
}

.contactsB1__soc a:hover svg * {
  fill: #f44a4a;
}

.contactsB1__form {
  width: calc(50% - 15px);
  border: 1px solid #4a5b49;
  padding: 30px;
}

.contactsB1__form h3 {
  margin-bottom: 30px;
}

.contactsB1__form form > p > span {
  display: block;
  margin-bottom: 20px;
}

.contactsB1__form form .input {
  border: none;
  background: #d9d9d9;
  border-radius: 2px;
  padding: 20px;
  font-size: 16px;
  width: 100%;
}

.contactsB1__form form textarea {
  border: none;
  background: #d9d9d9;
  border-radius: 2px;
  padding: 20px;
  font-size: 16px;
  width: 100%;
  height: 160px;
  resize: none;
}

.contactsB1__form form .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  width: 100%;
}

.helpB1 {
  padding: 100px 0;
}

.helpB1 h1 {
  text-align: center;
}

.helpB1__description {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 600px;
  margin: 24px auto 0;
}

.helpB1__row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 60px;
}

.helpB1__box {
  border: 1px solid #4a5b49;
  margin: 0 30px 30px 0;
  padding: 40px 17px 65px;
  position: relative;
  transition: 0.4s;
  cursor: pointer;
}

.helpB1__box:hover {
  box-shadow: 0 11px 21px rgba(0, 0, 0, 0.09);
  z-index: 3;
}

.helpB1__box:after {
  content: "";
  position: absolute;
  display: block;
  right: 12px;
  bottom: 12px;
  width: 13px;
  height: 13px;
  background-image: url(../img/arrow_box.svg);
  background-position: center;
  background-size: contain;
}

.helpB1__box h3 {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 1000;
  font-size: 24px;
  line-height: 120%;
}

.helpB1__box .hashtag {
  margin-top: 15px;
  position: relative;
  z-index: 10;
}

.helpB1__box .hashtag span {
  display: block;
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 1000;
  font-size: 16px;
  line-height: 120%;
  color: #f44a4a;
}

.helpB1__box .hashtag span.forcopy {
  position: absolute;
  left: -999999999px;
  opacity: 0;
}

.helpB1__box .hashtag .hovertext {
  display: block;
  position: fixed;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s;
  transform: translate(0, -50%);
  border: 1px solid #4a5b49;
  padding: 3px;
  font-size: 10px;
  width: -moz-max-content;
  width: max-content;
  background: #f0f0f0;
  z-index: 5;
}

.helpB1__box .hashtag .hovertext.hover {
  opacity: 1;
}

.helpB1__box p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: justify;
  margin-top: 15px;
}

.helpB2 {
  border-top: 1px solid #4a5b49;
  padding: 100px 0 120px;
}

.helpB2 .contactsB1__form {
  margin: 0 auto;
}

.mapFrame {
  width: 100%;
  height: calc(100vh - 124px);
}

.map-popups {
  position: relative;
  z-index: 1999;
}

.mapPopup {
  display: none;
  position: fixed;
  z-index: 2000;
  left: 25px;
  top: 150px;
  background: #f0f0f0;
  border: 1px solid #4a5b49;
  border-radius: 4px;
  width: 100%;
  max-width: 370px;
  max-height: calc(100vh - 200px);
  overflow: auto;
}

.mapPopup__img {
  display: block;
  width: 100%;
  height: auto;
}

.mapPopup__text {
  padding: 20px;
  position: relative;
}

.mapPopup__subtitle {
  font-family: "Kyiv Type Sans", sans-serif;
  font-weight: 1000;
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 20px;
}

.mapPopup__title {
  font-weight: 1000;
  font-size: 24px;
  line-height: 120%;
}

.mapPopup__description {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-top: 10px;
}

.mapPopup .btn {
  width: 100%;
  min-width: unset;
  margin-top: 20px;
}

.mapPopup .exit-btn {
  position: absolute;
  width: 25px;
  height: 25px;
  top: 12px;
  right: 12px;
  cursor: pointer;
}

.mapPopup .exit-btn:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 3px;
  height: 26px;
  background: #f44a4a;
}

.mapPopup .exit-btn:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 3px;
  height: 26px;
  background: #f44a4a;
}

.monthsSec {
  padding: 60px 0 40px;
  background: #4a5b49;
}

.monthsSec__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.monthsSec__top * {
  color: #f0f0f0;
  text-align: center;
}

.monthsSec .splide__track {
  padding: 80px 0 50px;
  height: -moz-max-content;
  height: max-content;
}

.monthsSec .splide__list {
  height: -moz-max-content;
  height: max-content;
  align-items: flex-end;
}

.monthsSec .splide__slide {
  height: -moz-max-content;
  height: max-content;
}

.monthsSec .splide__pagination {
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
}

.monthsSec .splide__pagination button, .monthsSec .splide__pagination li {
  display: block;
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
  transform: none;
  opacity: 1;
  transition: 0.4s;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  background: 0 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

.monthsSec .splide__pagination button {
  padding: 0 10px;
  border-right: 1px solid #fff;
}

.monthsSec .splide__pagination li:last-child button {
  border-right: none;
}

.monthsSec .splide__pagination .is-active {
  color: #f44a4a;
}

.monthBox {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding-left: 70px;
}

.monthBox__title {
  color: #f44a4a;
  font-size: 48px;
  font-style: normal;
  font-weight: 1000;
  line-height: 113%;
  text-transform: uppercase;
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 100%;
  transform: rotate(-90deg);
}

.monthBox .blogPost {
  width: 360px;
  margin: 0 10px 0 0;
}

.monthBox .blogPost:hover {
  transform: scale(1.03);
}

.monthBox .blogPost:last-child {
  margin-right: 0;
}

@media screen and (min-width: 769px) {
  .homeB5__logos a {
    width: calc(33.333% - 20px);
  }
  .homeB5__logos a:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .helpB1__box:hover {
    transform: scale(1.1);
  }
}
@media screen and (min-width: 1025px) {
  .aboutB3__box {
    width: calc(25% - 22.5px);
  }
  .aboutB3__box:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 1381px) {
  .helpB1__box {
    width: calc(25% - 22.5px);
  }
  .helpB1__box:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1400px) {
  .popup .popup-container {
    padding: 30px;
    max-width: 420px;
  }
  .popup .popup-container form {
    margin-top: 30px;
  }
  .popup .popup-container form > p {
    gap: 20px;
  }
  .popup .popup-container form .f_block {
    gap: 10px;
  }
}
@media screen and (max-width: 1380px) {
  .container {
    max-width: 1000px;
  }
  h1 {
    font-size: 52px;
  }
  h2 {
    font-size: 40px;
  }
  h3 {
    font-size: 20px;
  }
  .blogPost h3 {
    font-size: 20px;
  }
  .articleB1 h1 {
    font-size: 40px;
  }
  .aboutB3__box img {
    height: 310px;
  }
  .contactsB1__link {
    font-size: 34px;
  }
}
@media screen and (max-width: 1200px) {
  .homeB6 h2 {
    max-width: 450px;
  }
  .homeB6__slider .slick-arrow {
    top: -80px;
  }
  .homeB6__slider .slick-arrow.slick-prev {
    left: unset;
    right: 90px;
    transform: translate(0, -100%);
  }
  .homeB6__slider .slick-arrow.slick-next {
    right: 0;
    transform: translate(0, -100%) rotate(180deg);
  }
}
@media screen and (max-width: 1100px) {
  .monthsSec .splide__pagination button, .monthsSec .splide__pagination li {
    font-size: 12px;
  }
}
@media screen and (max-width: 1024px) {
  .header__search .s_input {
    width: 400px;
  }
  .aboutB3__box img {
    height: 48vw;
  }
  .aboutB3__box img {
    height: 52vw;
  }
  .helpB1__box .hashtag .hovertext {
    display: none;
  }
  .monthsSec {
    padding: 30px 0 20px;
  }
  .monthsSec__top p {
    font-size: 12px;
    line-height: 1.4;
  }
  .monthsSec .splide__track {
    padding: 32px 0 24px;
  }
  .monthsSec .splide__pagination {
    max-width: 500px;
    margin: 0 auto;
    gap: 8px;
  }
  .monthsSec .splide__pagination button {
    border: none;
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 6px;
  }
  .monthBox {
    padding-left: 40px;
  }
  .monthBox__title {
    font-size: 28px;
  }
  .monthBox .blogPost {
    width: 220px;
  }
  .monthBox .blogPost:hover {
    transform: none;
  }
  .monthBox .blogPost img {
    height: auto;
    aspect-ratio: 365/172;
  }
  .monthBox .blogPost .text {
    padding: 10px;
  }
  .monthBox .blogPost .text h3 {
    font-size: 14px;
  }
  .monthBox .blogPost .text p {
    font-size: 10px;
    margin-bottom: 16px;
  }
  .monthBox .blogPost .text ul {
    gap: 0 8px;
  }
  .monthBox .blogPost .text ul li {
    font-size: 10px;
    margin: 0;
  }
}
@media screen and (max-width: 800px) {
  .homeB2 .btn {
    margin-left: auto;
    margin-right: auto;
  }
  .homeB2 .descr {
    position: static;
    text-align: center;
    margin-top: 30px;
    text-align: center;
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .container {
    width: calc(100% - 30px);
  }
  body {
    padding-top: 65px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 30px;
  }
  .btn {
    font-size: 14px;
  }
  .secCTA {
    padding: 50px 0;
  }
  .secDocuments {
    padding: 50px 0;
  }
  .secDocuments h2 {
    margin-bottom: 40px;
  }
  .secDocuments .btn {
    margin-top: 25px;
  }
  .wpcf7-not-valid-tip {
    padding-top: 0 !important;
    font-size: 12px !important;
  }
  .popup .popup-container {
    padding: 20px;
  }
  .popup .popup-container form .input {
    font-size: 16px;
  }
  .header {
    border-top-width: 15px;
    padding: 15px 0;
  }
  .header__logo {
    margin-right: auto;
  }
  .header__search {
    display: none;
  }
  .header__lang {
    display: none;
  }
  .header__menu-btn {
    height: 20px;
    margin-right: -10px;
  }
  .header__menu-container {
    top: -15px;
    right: 0;
  }
  .header__menu-container .flex {
    padding: 60px 30px;
  }
  .footer__main-col:nth-child(1), .footer__main-col:nth-child(2) {
    display: none;
  }
  .homeB1 {
    padding: 40px 0;
  }
  .homeB1__description {
    font-size: 14px;
  }
  .homeB1 .blogRow {
    margin-top: 30px;
  }
  .homeB2 {
    border-bottom-width: 15px;
  }
  .homeB2 .container {
    padding: 50px 0;
  }
  .homeB2 h2 br {
    display: none;
  }
  .homeB2 .btn {
    width: 100%;
    min-width: unset;
    max-width: 400px;
    margin: 40px auto 0 auto;
  }
  .homeB3 {
    padding: 50px 0;
  }
  .homeB3 .btn {
    margin: 40px auto 0;
    min-width: unset;
    width: 100%;
    max-width: 350px;
  }
  .homeB4 {
    padding: 50px 0;
  }
  .homeB4__box {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .homeB4__box:last-child {
    margin-bottom: 0;
  }
  .homeB4__box span {
    margin-bottom: 5px;
    font-size: 36px;
  }
  .homeB5 {
    padding: 50px 0 35px;
  }
  .homeB5__logos {
    margin-top: 40px;
    justify-content: center;
  }
  .homeB5__logos a {
    width: calc(50% - 7.5px);
    margin: 0 15px 15px 0;
  }
  .homeB5__logos a:nth-child(2n) {
    margin-right: 0;
  }
  .homeB5__logos a:last-child {
    margin-right: 0;
  }
  .homeB5__logos img {
    height: 100px;
  }
  .homeB6 {
    padding: 50px 0;
  }
  .homeB6 h2 {
    margin-bottom: 40px;
    max-width: unset;
  }
  .homeB6__slider {
    width: 100%;
    margin: 0;
  }
  .homeB6__slider .slick-arrow {
    top: -5px;
    width: 30px;
    height: 40px;
  }
  .homeB6__slider .slick-arrow.slick-prev {
    right: 30px;
  }
  .homeB6__slider .slick-arrow.slick-next {
    right: -7px;
  }
  .homeB6__slider .slick-slide {
    padding: 0;
  }
  .homeB6__slider .box {
    background: #fff;
    padding: 15px;
    border: 1px solid #4a5b49;
  }
  .homeB6__slider .box p {
    font-size: 14px;
  }
  .homeB6__slider .box h3 {
    font-size: 20px;
  }
  .homeB7 {
    padding: 50px 0;
  }
  .homeB7 h2 br {
    display: none;
  }
  .homeB7 .btn {
    margin-top: 40px;
  }
  .cookies {
    bottom: 0;
  }
  .cookies .container {
    max-width: unset;
    width: 100%;
  }
  .cookies__box {
    padding: 15px;
  }
  .cookies .txt h3 {
    font-size: 16px;
  }
  .cookies .txt p {
    font-size: 10px;
  }
  .cookies .btn {
    width: 120px;
    font-size: 12px;
    padding: 12px;
  }
  .blogRow {
    flex-direction: column;
    align-items: center;
  }
  .blogPost {
    width: 100%;
    margin: 0 0 15px 0;
    max-width: 500px;
  }
  .blogPost:last-child {
    margin-bottom: 0;
  }
  .blogPost img {
    height: 45vw;
    max-height: 240px;
  }
  .blogPost .text {
    padding: 15px;
  }
  .blogPost p {
    margin-bottom: 30px;
  }
  .txt-content h1, .txt-content h2, .txt-content h3 {
    margin: 40px 0 20px;
  }
  .txt-content.text-page h1, .txt-content.text-page h2 {
    font-size: 22px;
  }
  .blogB1 {
    border-width: 15px;
    min-height: unset;
    padding: 50px 0;
  }
  .blogB1 .container p {
    font-size: 14px;
  }
  .blogB2 {
    padding: 50px 0;
  }
  .blogB3 {
    padding: 50px 0 0;
  }
  .blogB3 + .blogB2 {
    padding-top: 40px;
  }
  .encyclopediaB1 {
    padding: 50px 0;
  }
  .encyclopediaB1 .ttl-block {
    margin-bottom: 40px;
  }
  .encyclopediaB1 .ttl-block h1 {
    margin-bottom: 15px;
  }
  .encyclopediaB1 .ttl-block p {
    font-size: 14px;
  }
  .encyclopediaB1__block h2 {
    margin-bottom: 20px;
  }
  .filter {
    padding: 25px 15px 15px;
  }
  .filter__checkboxes {
    flex-direction: column;
  }
  .filter__checkboxes label {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .filter__checkboxes label:last-child {
    margin-bottom: 0;
  }
  .filter__selects {
    flex-direction: column;
  }
  .filter__selects .selectBox {
    margin-right: 0;
    margin-bottom: 15px;
  }
  .filter .btn {
    margin-top: 20px;
  }
  .selectBox__selected {
    min-width: unset;
    width: 100%;
    max-width: 400px;
  }
  .articleB1 {
    padding: 50px 0;
  }
  .articleB1:first-child {
    padding-top: 30px;
  }
  .articleB1 .tag {
    margin-bottom: 20px;
  }
  .articleB1 h1 {
    font-size: 28px;
    margin-bottom: 40px;
  }
  .docsB1 {
    padding: 50px 0;
  }
  .docsB1 h1 {
    margin-bottom: 40px;
  }
  .docsB1 .docsList {
    margin-bottom: 50px;
  }
  .docsLabel {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .docsList {
    justify-content: space-between;
  }
  .docsList .doc {
    width: calc(50% - 7.5px);
    padding: 15px;
    margin: 0 0 15px 0;
  }
  .docsList .doc.folder {
    width: calc(50% - 7.5px);
    margin: 0 0 15px 0;
    background: #dde3e8;
  }
  .aboutB1 {
    padding: 50px 0;
  }
  .aboutB1 h1 {
    margin-bottom: 40px;
  }
  .aboutB2 {
    padding: 50px 0;
  }
  .aboutB2 h2 {
    margin-bottom: 40px;
  }
  .aboutB2__row1 {
    flex-direction: column;
  }
  .aboutB2__row1 .col {
    width: 100%;
  }
  .aboutB2__row1 .txt-content {
    padding: 15px;
    margin-bottom: 15px;
  }
  .aboutB2__row2 {
    margin-top: 35px;
  }
  .aboutB2__row2-description {
    margin-bottom: 15px;
  }
  .aboutB2__row2-box {
    margin-bottom: 15px;
  }
  .aboutB2__row3 {
    margin-top: 50px;
  }
  .aboutB2__row3-description {
    margin-bottom: 20px;
  }
  .aboutB2__row3-description br {
    display: none;
  }
  .aboutB2__row3 h2 {
    margin-top: 40px;
  }
  .aboutB3 {
    padding: 50px 0 35px;
  }
  .aboutB3 h2 {
    margin-bottom: 20px;
  }
  .aboutB3__row {
    justify-content: space-between;
  }
  .aboutB3__box {
    width: calc(50% - 7.5px);
    margin: 15px 0 0 0;
  }
  .aboutB3__box p {
    padding: 10px 10px 5px;
  }
  .aboutB3__box span {
    padding: 0 10px 10px;
  }
  .contactsB1 {
    padding: 50px 0;
  }
  .contactsB1 .container {
    flex-direction: column;
  }
  .contactsB1 h1 {
    margin-bottom: 40px;
  }
  .contactsB1__text {
    width: 100%;
  }
  .contactsB1__text .txt-content {
    margin-bottom: 20px;
  }
  .contactsB1__link {
    font-size: 28px;
  }
  .contactsB1__soc-ttl {
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .contactsB1__soc li {
    margin-right: 30px;
  }
  .contactsB1__form {
    width: 100%;
    padding: 15px;
    margin-top: 40px;
  }
  .contactsB1__form h3 {
    margin-bottom: 20px;
  }
  .contactsB1__form form .input {
    padding: 15px;
  }
  .contactsB1__form form textarea {
    padding: 15px;
  }
  .helpB1 {
    padding: 50px 0;
  }
  .helpB1__description {
    font-size: 14px;
  }
  .helpB2 {
    padding: 50px 0;
  }
}
@media screen and (max-width: 675px) {
  .helpB1__box {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .helpB1__box:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 500px) {
  .btn {
    min-width: unset;
  }
  .secCTA .btn {
    margin-top: 20px;
    width: 100%;
  }
  .footer__main {
    padding: 30px 0;
  }
  .footer__bottom {
    padding: 20px 0;
  }
  .footer__logo {
    height: 16px;
  }
  .footer__copy {
    font-size: 12px;
  }
  .footer__dev {
    height: 14px;
  }
  .mapPopup {
    left: 0;
    top: 0;
    max-width: unset;
    height: 100vh;
    max-height: 100vh;
  }
}
@media screen and (max-width: 370px) {
  .helpB1 h1.sttl {
    font-size: 32px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .aboutB3__box {
    width: calc(50% - 15px);
  }
  .aboutB3__box:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 941px) and (max-width: 1380px) {
  .helpB1__box {
    width: calc(33.333% - 20px);
  }
  .helpB1__box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (min-width: 676px) and (max-width: 940px) {
  .helpB1__box {
    width: calc(50% - 15px);
  }
  .helpB1__box:nth-child(2n) {
    margin-right: 0;
  }
}
.tag + .tag {
  margin-top: -30px;
}

@media screen and (max-width: 768px) {
  .tag + .tag {
    margin-top: -15px;
  }
  .header__soc {
    justify-content: space-between;
  }
  .header__soc li {
    margin-right: 0;
  }
}
@media screen and (max-width: 450px) {
  .footer__bottom .container {
    flex-direction: column;
  }
  .footer__copy {
    margin: 20px auto;
  }
}
h1 b, h1 strong, h2 b, h2 strong, h3 b, h3 strong, h4 b, h4 strong, h5 b, h5 strong, h6 b, h6 strong {
  font: inherit;
  color: #F44A4A;
}

.encyclopediaB1__top {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .encyclopediaB1__top {
    margin-bottom: 20px;
  }
}
.encyclopediaB1__top h2 {
  margin-bottom: 0;
}
.encyclopediaB1__top p {
  max-width: 572px;
  font-size: 14px;
  line-height: 150%;
}

.homeB5__logos a {
  background: #F0F0F0;
}

.erhiB1 {
  padding: 100px 0;
  border-bottom: 1px solid #4A5B49;
}
@media screen and (max-width: 768px) {
  .erhiB1 {
    padding: 50px 0;
  }
}
.erhiB1 .container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .erhiB1 .container {
    gap: 40px;
  }
}
.erhiB1__top {
  display: flex;
  flex-direction: column;
  gap: 28px;
  align-items: center;
  text-align: center;
}
.erhiB1__top h1 {
  font-family: "e-Ukraine", sans-serif;
}
.erhiB1__top p {
  max-width: 480px;
  line-height: 150%;
}
.erhiB1__window {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 380px;
  padding: 40px 32px;
  border: 1px solid var(--Haki, #4A5B49);
}
@media screen and (max-width: 768px) {
  .erhiB1__window {
    padding: 32px;
  }
}
.erhiB1__window p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}

.erhiB2 {
  padding: 100px 0;
  background: #4A5B49;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .erhiB2 {
    padding: 50px 0;
  }
}
.erhiB2 * {
  color: white;
}
.erhiB2 .container {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
@media screen and (max-width: 768px) {
  .erhiB2 .container {
    gap: 40px;
  }
}
.erhiB2__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.erhiB2__top p {
  line-height: 150%;
}
.erhiB2__slider {
  width: 100%;
  max-width: 840px;
  margin: 0 auto;
}
@media screen and (max-width: 1150px) {
  .erhiB2__slider {
    max-width: unset;
  }
}
.erhiB2__slider .slideBox {
  display: flex !important;
  align-items: center;
  gap: 100px;
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slideBox {
    flex-direction: column-reverse;
    gap: 32px;
  }
}
.erhiB2__slider .slideBox__image {
  width: calc(58% - 50px);
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slideBox__image {
    width: 100%;
  }
}
.erhiB2__slider .slideBox__image-container {
  position: relative;
  width: 100%;
  padding-bottom: 142.85%;
}
.erhiB2__slider .slideBox__image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.erhiB2__slider .slideBox__text {
  width: calc(42% - 50px);
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slideBox__text {
    width: 100%;
  }
}
.erhiB2__slider .slideBox__text-author {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slideBox__text-author {
    margin-bottom: 24px;
  }
}
.erhiB2__slider .slideBox__text-author p {
  font-family: "Kyiv Type Sans", sans-serif;
  font-size: 24px;
  font-weight: 1000;
  line-height: 120%;
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slideBox__text-author p {
    font-size: 20px;
  }
}
.erhiB2__slider .slideBox__text-author span {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slideBox__text-author span {
    font-size: 14px;
  }
}
.erhiB2__slider .slideBox__text-description {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 64px;
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slideBox__text-description {
    gap: 12px;
    margin-bottom: 40px;
  }
}
.erhiB2__slider .slideBox__text-description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.erhiB2__slider .slideBox__text-other {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
}
.erhiB2__slider .slideBox__text-other audio {
  display: block;
  width: 100%;
}
.erhiB2__slider .slideBox__text-other .btn {
  min-width: unset;
  width: 100%;
}
.erhiB2__slider .slick-arrow {
  width: 52px;
  height: 70px;
  z-index: 3;
  opacity: 1;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 1150px) {
  .erhiB2__slider .slick-arrow {
    top: -120px;
    transform: translateY(-50%);
  }
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slick-arrow {
    width: 30px;
    height: 40px;
    top: -74px;
  }
}
@media not all and (pointer: coarse) {
  .erhiB2__slider .slick-arrow:hover:after {
    opacity: 1;
  }
}
.erhiB2__slider .slick-arrow:active:after {
  opacity: 1;
}
.erhiB2__slider .slick-arrow:before {
  content: "";
  opacity: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow_w.svg);
  background-position: center;
  background-size: contain;
}
.erhiB2__slider .slick-arrow:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../img/arrow_r.svg);
  background-position: center;
  background-size: contain;
  transition: 0.4s;
  opacity: 0;
}
.erhiB2__slider .slick-arrow.slick-prev {
  left: -132px;
}
@media screen and (max-width: 1150px) {
  .erhiB2__slider .slick-arrow.slick-prev {
    right: 76px;
    left: unset;
  }
}
@media screen and (max-width: 768px) {
  .erhiB2__slider .slick-arrow.slick-prev {
    right: 46px;
  }
}
.erhiB2__slider .slick-arrow.slick-next {
  right: -132px;
}
@media screen and (max-width: 1150px) {
  .erhiB2__slider .slick-arrow.slick-next {
    right: 0;
  }
}
.erhiB2__slider .slick-arrow.slick-next:before, .erhiB2__slider .slick-arrow.slick-next:after {
  transform: rotate(180deg);
}

.erhiB4 {
  padding: 100px 0;
  border-bottom: 1px solid #4A5B49;
}
@media screen and (max-width: 768px) {
  .erhiB4 {
    padding: 50px 0;
  }
}
.erhiB4 .container {
  display: flex;
  flex-direction: column;
  gap: 22px;
}
@media screen and (max-width: 768px) {
  .erhiB4 .container {
    gap: 20px;
  }
}
.erhiB4__logos {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .erhiB4__logos {
    gap: 8px;
  }
}
.erhiB4__logos img {
  display: block;
  width: auto;
  height: 52px;
}
@media screen and (max-width: 768px) {
  .erhiB4__logos img {
    height: 40px;
  }
}
.erhiB4__title {
  font-family: "Kyiv Type Sans", sans-serif;
  color: #4A5B49;
  line-height: 113%;
}
.erhiB4__title b, .erhiB4__title strong {
  text-transform: uppercase;
  font: inherit;
  color: #F44A4A;
}

.eventsRow {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .eventsRow {
    gap: 15px;
    align-items: center;
    flex-direction: column;
  }
}

.eventPost {
  width: calc(33.333% - 20px);
  border: 1px solid #4a5b49;
  background: #f0f0f0;
  position: relative;
  transition: 0.4s;
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 0 20px 20px;
}
@media screen and (max-width: 768px) {
  .eventPost {
    width: 100%;
    max-width: 500px;
    padding: 0 15px 15px;
    gap: 16px;
  }
}
.eventPost .image {
  width: calc(100% + 40px);
  margin: 0 -20px;
}
@media screen and (max-width: 768px) {
  .eventPost .image {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}
.eventPost .image-container {
  position: relative;
  width: 100%;
  padding-bottom: 47.12328%;
}
.eventPost .image img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.eventPost p {
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
}
.eventPost .btn {
  width: 100%;
  min-width: unset;
  margin-top: auto;
}
.eventPost .holder {
  height: 44px;
}
@media screen and (max-width: 768px) {
  .eventPost .holder {
    display: none;
  }
}