/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

@import url(reset.css);
@import url(fonts.css);
@import url(magnific-popup.css);
html {
  scroll-behavior: smooth;
}
:root {
  --dark-gray-color: #d2d0d0;
  --light-gray-color: #e8e8e8;
  --dark-green-color: #152420;
  --light-green-color: #404828;
  --light-text-color: #ffffff;
  --light-bg-color: #fbfbfb;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background-color: var(--dark-green-color);
  font-family: 'Montserrat';
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Philosopher';
  font-weight: 700;
}
.scroll-lock {
  overflow: hidden;
}
.overlay {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  background: #ffffff80;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.stop {
  display: none;
}
.main {
  border-radius: 0px 0px 60px 60px;
  overflow: hidden;
  margin-bottom: 856px;
}
.container {
  /* max-width: calc(1728px + 80px);
     */
  max-width: calc(1920px + 40px);
  padding: 0 40px;
  margin: 0 auto;
}
.typical-button,
.typical-border-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: inline-block;
  padding: 16px 54px;
  font-family: 'Philosopher';
  font-weight: 700;
  font-size: 18px;
  color: var(--light-text-color);
  border-radius: 30px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#57613c),
    to(#404828)
  );
  background: -o-linear-gradient(top, #57613c 0%, #404828 100%);
  background: linear-gradient(180deg, #57613c 0%, #404828 100%);
  border: 1px solid #404828;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
.typical-border-button {
  background: transparent;
  border: 2px solid #404828;
  padding: 16px 28px;
}
.typical-button:hover,
.typical-border-button:hover,
.footer-center .socials a:hover,
.footer-bottom .right-column a:hover {
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
*:has(> .media) {
  position: relative;
}
.media {
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.media__wrapper {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.media > .media__wrapper > img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
@media (max-width: 700px) {
  .container {
    padding: 0 16px;
  }
}
@media (max-width: 500px) {
  .typical-button,
  .typical-border-button {
    text-align: center;
    width: 100%;
  }
}
/* header */
.header {
  padding: 40px 75px 40px 40px;
  background-color: var(--dark-green-color);
}
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .logo-container {
  height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.header .logo-container img {
  /* width: 100%; */
  width: auto;
  height: auto;
  display: block;
}
.header .menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  column-gap: 50px;
}

.landing-button {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
}

.landing-button::before {
  content: '';
  width: 19.5px;
  height: 16px;
  display: block;
  background-image: url(../img/svg/bot-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  font-size: 22px;
}
.header a {
  text-decoration: none;
  color: var(--light-text-color);
}
.header .menu a:not(.subscribe-button):not(.landing-button)::after {
  content: '';
  margin-top: 2px;
  width: 100%;
  height: 1px;
  display: block;
  background: var(--light-text-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.header .menu a:not(.subscribe-button):hover::after {
  opacity: 1;
}
.header span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 50px;
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  color: #d1cfcf;
  position: relative;
}
.header span::before {
  content: '';
  display: block;
  height: 24px;
  width: 18px;
  margin-right: 12px;
  background-image: url(../img/svg/point.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header .subscribe-button,
.burger {
  display: none;
}
@media (max-width: 1480px) {
  .header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header span {
    display: none;
  }
  .header {
    padding: 40px;
  }
}
@media (max-width: 1650px) and (min-width: 1400px) {
  .header a:not(.landing-button) {
    font-size: 20px;
  }
	
	.header .landing-button {
	  padding-left: 30px;
	  padding-right: 30px;
	}
	
	.header .menu,
	.header ul {
		column-gap: 30px;
	}
}
@media (max-width: 1400px) and (min-width: 1350px) {
  .header a:not(.landing-button) {
    font-size: 19px;
  }
	
	.header .landing-button {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	
	.header .menu,
	.header ul {
		column-gap: 20px;
	}
}
@media (max-width: 1350px) {
  .header:has(.menu.active) {
    padding: 0;
  }
  .header .menu {
    position: fixed;
    top: 30px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: calc(100vh - 30px);
    padding: 0;
    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;
    background: var(--dark-green-color);
    z-index: 1;
    -webkit-transform: translate(0, 150%);
    -ms-transform: translate(0, 150%);
    transform: translate(0, 150%);
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    border-radius: 75px 75px 0px 0px;
    overflow: auto;
  }

  .landing-button.landing-button {
    width: fit-content;
    margin-bottom: 35px;
  }

  .header .menu.active {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .header ul {
    -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;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 450px;
    height: 100%;
    width: 100%;
    margin: 80px 0 10px;
    padding: 20px 0 45px;
    /* padding: 50px 0 45px; */
    overflow: auto;
  }
  .header ul li {
    margin-bottom: 20px;
  }
  .header a {
    font-size: clamp(20px, 5.5vw, 30px);
  }
  .header .subscribe-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: auto 0 35px;
    font-family: 'BasisGrotesquePro';
    font-size: 20px;
    color: #d1d0d0;
  }
  .header .subscribe-button::after {
    margin: 0 0 10px 0;
  }
  .menu-button {
    position: relative;
	  z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 80px;
    height: 50px;
    cursor: pointer;
  }
  .menu-button__burger {
    width: 25px;
    height: 4px;
    border-radius: 4px;
    background: var(--light-text-color);
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
  }
  .menu-button__burger::before,
  .menu-button__burger::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 4px;
    border-radius: 4px;
    background: var(--light-text-color);
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .menu-button__burger::before {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .menu-button__burger::after {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
  .menu-button.active .menu-button__burger {
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }
  .menu-button.active .menu-button__burger::before {
    -webkit-transform: rotate(45deg) translate(35px, -35px);
    -ms-transform: rotate(45deg) translate(35px, -35px);
    transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-button.active .menu-button__burger::after {
    -webkit-transform: rotate(-45deg) translate(35px, 35px);
    -ms-transform: rotate(-45deg) translate(35px, 35px);
    transform: rotate(-45deg) translate(35px, 35px);
  }
  .header .logo-container {
    opacity: 1;
	transition: none;
  }
  .header:has(.menu.active) .logo-container {
    opacity: 0
  }
  .header:has(.menu.active) .header__wrapper {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .header:has(.menu.active) .menu-button {
    margin-bottom: 25px;
    width: auto;
    height: 35px;
    padding: 7px 25px;
    border-radius: 30px;
    background: var(--light-text-color);
    z-index: 2;
    -webkit-transition: 0.5s ease-out;
    -o-transition: 0.5s ease-out;
    transition: 0.5s ease-out;
	  position: absolute;
	  top: 50px;
  }
  .header:has(.menu.active) .menu-button__burger {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #102420;
  }
  .header:has(.menu.active) .menu-button__burger::before,
  .header:has(.menu.active) .menu-button__burger::after {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: #102420;
  }
  .header:has(.menu.active) .menu-button__burger::before {
    -webkit-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  .header:has(.menu.active) .menu-button__burger::after {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
  }
  .header:has(.menu.active) .menu-button.active .menu-button__burger {
    background: transparent;
    -webkit-transition: translate(0, 0);
    -o-transition: translate(0, 0);
    transition: translate(0, 0);
  }
  .header:has(.menu.active) .menu-button.active .menu-button__burger::before {
    -webkit-transform: rotate(45deg) translate(35px, -35px);
    -ms-transform: rotate(45deg) translate(35px, -35px);
    transform: rotate(45deg) translate(35px, -35px);
  }
  .header:has(.menu.active) .menu-button.active .menu-button__burger::after {
    -webkit-transform: rotate(-45deg) translate(35px, 35px);
    -ms-transform: rotate(-45deg) translate(35px, 35px);
    transform: rotate(-45deg) translate(35px, 35px);
  }
}
@media (max-width: 768px) {
  .header {
    padding: 15px 16px;
  }
  .header .logo-container {
    height: 46px;
  }
  .menu-button {
    width: 80px;
    height: 40px;
  }
  .menu-button__burger {
    width: 20px;
    height: 3px;
    border-radius: 2px;
  }
  .menu-button__burger::before,
  .menu-button__burger::after {
    width: 40px;
    height: 3px;
    border-radius: 2px;
  }
  .menu-button__burger::before {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  .menu-button__burger::after {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
  }
  .header:has(.menu.active) .menu-button {
    height: 25px;
  }
  .header:has(.menu.active) .menu-button__burger {
    width: 20px;
    height: 2px;
    border-radius: 2px;
  }
  .header:has(.menu.active) .menu-button__burger::before,
  .header:has(.menu.active) .menu-button__burger::after {
    width: 20px;
    height: 2px;
    border-radius: 2px;
  }
  .header:has(.menu.active) .menu-button__burger::before {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .header:has(.menu.active) .menu-button__burger::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
@media (max-height: 500px) {
  .header:has(.menu.active) .menu-button::after {
    display: none;
  }
}
@media (max-width: 380px) {
  .header .logo-container {
    height: 35px;
  }
  .menu-button {
    width: 26px;
    height: 15px;
  }
  .menu-button__burger {
    width: 15px;
    height: 2px;
    border-radius: 2px;
  }
  .menu-button__burger::before,
  .menu-button__burger::after {
    width: 26px;
    height: 2px;
    border-radius: 2px;
  }
  .menu-button__burger::before {
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .menu-button__burger::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
  .header:has(.menu.active) .menu-button {
    height: 25px;
  }
  .header:has(.menu.active) .menu-button__burger {
    width: 20px;
    height: 2px;
    border-radius: 2px;
  }
  .header:has(.menu.active) .menu-button__burger::before,
  .header:has(.menu.active) .menu-button__burger::after {
    width: 20px;
    height: 2px;
    border-radius: 2px;
  }
  .header:has(.menu.active) .menu-button__burger::before {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  .header:has(.menu.active) .menu-button__burger::after {
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}
/* end header */
/* hero */
.hero {
  padding: 0 0 55px;
  background-color: var(--dark-green-color);
  height: calc(100vh - 146px);
  min-height: 450px;
}
.hero .container {
  height: 100%;
}
.hero__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  height: 100%;
}
.hero .left-column,
.hero .right-column {
  width: 50%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hero .left-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hero .right-column {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hero h1 {
  margin-top: auto;
  margin-bottom: 40px;
  color: var(--dark-gray-color);
  font-size: clamp(45px, 5.5vw, 100px);
  font-weight: 400;
}
/* .hero h1+a {
     margin-bottom: 30px;
}
 */
.hero .right-column {
  height: 100%;
}
.hero-img {
  height: 100%;
  width: auto;
  animation: 5s show;
}
#_R_G_L_5_G,
#_R_G_L_4_G,
#_R_G_L_3_G,
#_R_G_L_2_G,
#_R_G_L_1_G,
#_R_G_L_0_G,
#time_group {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}
@keyframes show {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  90% {
    opacity: 0.9;
  }
  100% {
    opacity: 1;
  }
}
.hero-img svg {
  height: 100%;
  width: auto;
}
.hero__buttons {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.subscribe-button,
.scroll-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'BasisGrotesquePro';
  font-weight: 400;
  text-decoration: none;
  font-size: 20px;
  color: #d1d0d0;
}
.subscribe-button::after {
  content: '';
  height: 32px;
  width: 32px;
  background-image: url(../img/svg/inst.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 20px;
}
.scroll-button-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 173px;
  margin-top: auto;
}
.scroll-button {
  -webkit-transform: rotate(-90deg) translate(0, -79px);
  -ms-transform: rotate(-90deg) translate(0, -79px);
  transform: rotate(-90deg) translate(0, -79px);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.scroll-button img {
  display: block;
  margin-right: 16px;
}
@media (max-width: 1400px) {
  .hero h1 + a {
    margin-bottom: auto;
  }
  .hero h1 br,
  .hero__buttons,
  .scroll-button-container {
    display: none;
  }
}
@media (max-width: 900px) {
  .hero {
    padding: 0 0 65px;
    height: calc(100vh - 131px);
  }
  .hero__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .hero .left-column {
    width: 100%;
    /* margin-top: 30px;
         */
    height: 50%;
  }
  .hero h1 {
    margin-top: auto;
  }
  .hero h1 + a {
    margin-bottom: auto;
  }
  .hero .right-column {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: 50%;
  }
  .hero-img {
    margin-left: -40px;
  }
}
@media (max-width: 380px) {
  .hero {
    height: calc(100vh - 100px);
  }
}
/* end hero */
/* about */
.about {
  color: var(--dark-green-color);
  background: var(--dark-gray-color);
  position: relative;
}
.about__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about__background {
  position: absolute;
  left: 0;
  top: 0;
  width: 42.5%;
  height: 100%;
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
}
.about .left-column {
  width: 42.5%;
  position: relative;
}
.about .left-column .media {
  display: none;
}
.about .right-column {
  max-width: 760px;
  padding: 135px 0 235px 170px;
  margin-right: auto;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about h3 {
  font-size: 30px;
  margin-bottom: 8px;
}
.about h4 {
  font-size: clamp(18px, 5.5vw, 20px);
  margin-bottom: 30px;
}
.about p {
  line-height: 20px;
  margin-bottom: 20px;
}
.about .typical-button {
  margin-top: 20px;
}
.about .avatar {
  position: absolute;
  left: 100%;
  -webkit-transform: translate(-65%, 55%);
  -ms-transform: translate(-65%, 55%);
  transform: translate(-65%, 55%);
  height: 350px;
  width: 325px;
}
.about .avatar .media__wrapper {
  border-radius: 70% 55% 65% 55% / 80% 49% 70% 45%;
}
.about .avatar img {
  -o-object-position: top;
  object-position: top;
}
.about__title {
  position: absolute;
  left: 0;
  bottom: 40%;
  width: 78px;
  white-space: nowrap;
  -webkit-transform: translate(0, 100%);
  -ms-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.about h2 {
  position: relative;
  font-weight: 400;
  font-size: clamp(35px, 10vw, 70px);
  color: #fbf9f7;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.about h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 282px;
  -webkit-transform: translate(-35%, -35%);
  -ms-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
  background: #404828;
  border-radius: 50%;
  z-index: -1;
}
.about h2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-80%, -100%);
  -ms-transform: translate(-80%, -100%);
  transform: translate(-80%, -100%);
  border: 1px solid var(--light-text-color);
  border-radius: 50%;
}
@media (max-width: 1320px) {
  .about .avatar {
    -webkit-transform: translate(-105%, 45%);
    -ms-transform: translate(-105%, 45%);
    transform: translate(-105%, 45%);
  }
}
@media (max-width: 1170px) {
  .about__background {
    display: none;
  }
  .about .left-column .media {
    display: block;
  }
  .about .container {
    padding: 0;
  }
  .about .left-column {
    height: 600px;
    width: 100%;
  }
  .about__title {
    left: 20px;
  }
  .about .avatar {
    left: unset;
    right: 40px;
    bottom: -44px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .about .avatar .media__wrapper {
    border-radius: 0;
  }
  .about .left-column > .media img {
    -o-object-position: top;
    object-position: top;
  }
  .about__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .about .right-column {
    padding: 70px 40px 50px;
    margin: 0;
    max-width: unset;
  }
}
@media (max-width: 768px) {
  .about__title {
    left: 0;
  }
  .about .avatar {
    right: 16px;
    width: 230px;
    height: 300px;
  }
  .about h2::before {
    width: 200px;
    height: 200px;
  }
  .about h2::after {
    width: 150px;
    height: 150px;
  }
  .about .right-column {
    padding-right: 16px;
    padding-left: 16px;
  }
}
@media (max-width: 500px) {
  .about .left-column {
    height: 0;
    padding-top: 100%;
  }
  .about .avatar {
    width: 200px;
    height: 250px;
  }
  .about h2::before {
    width: 140px;
    height: 140px;
  }
  .about h2::after {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 380px) {
  .about .avatar {
    width: 145px;
    height: 180px;
  }
}
/* end about */
/* diseases */
.diseases {
  padding: 130px 0 150px;
  background: var(--light-gray-color);
}
.diseases .container {
  max-width: calc(1385px + 80px);
}
.diseases__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.diseases .left-column,
.diseases .right-column {
  width: 50%;
}
.diseases .left-column {
  max-width: 550px;
}
.diseases .right-column {
  position: relative;
}
.diseases .right-column .media__wrapper {
  max-height: 613px;
}
.diseases .right-column img {
  -o-object-position: top;
  object-position: top;
  border-radius: 100% 80% 80% 80% / 100% 100% 80% 80%;
}
.diseases h2 {
  font-size: clamp(20px, 5.5vw, 30px);
  margin-bottom: 60px;
}
.diseases .typical-button {
  margin-top: 45px;
}
.diseases-items {
  margin: -10px 0;
}
.diseases-item {
  padding: 10px 0 10px 22px;
  margin: 10px 0;
  position: relative;
}
.diseases-item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  height: 100%;
  width: 2px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(64, 72, 40, 0.3);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.diseases-item__title {
  font-weight: 400;
  font-size: clamp(20px, 5.5vw, 22px);
  line-height: 22px;
  cursor: pointer;
}
.diseases-item__text {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.diseases-item.active .diseases-item__text {
  margin-top: 15px;
}
.diseases-item.active::before {
  background: #404828;
}
ul.diseases-item__text {
  padding-left: 25px;
  list-style: initial;
  line-height: 1.2;
}
.diseases-item__text li::marker {
  font-size: 11px;
}
@media (max-width: 1024px) {
  .diseases {
    padding: 50px 0;
  }
  .diseases__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .diseases .right-column {
    width: 60%;
    height: 0;
    padding-top: 60%;
    margin: 0 auto 30px auto;
  }
  .diseases .left-column {
    max-width: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .diseases h2 {
    margin-bottom: 40px;
  }
}
@media (max-width: 380px) {
  .diseases {
    padding: 40px 0;
  }
  .diseases h2 {
    margin-bottom: 20px;
  }
  .diseases .right-column {
    width: 100%;
    padding-top: 230px;
    max-width: 220px;
  }
}
/* end diseases */
/* prices */
.prices {
  padding: 125px 0 75px;
  background: var(--dark-gray-color);
}
.prices__wrapper {
  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;
}
.prices h2 {
  font-size: clamp(40px, 5.5vw, 50px);
  margin-bottom: 15px;
}
.prices h2 + p,
.prices .prices__wrapper p {
  font-size: clamp(18px, 5.5vw, 20px);
  line-height: 22px;
}
.prices .prices__wrapper form {
  margin-top: 65px;
}
.consultation-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 860px;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
  margin-bottom: 54px;
}
.consultation-item {
  width: 50%;
  padding: 26px 80px 33px 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
  border: 3px solid var(--dark-green-color);
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  -webkit-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
.consultation-item::after {
  content: '';
  position: absolute;
  width: 37px;
  height: 37px;
  top: 50%;
  right: 30px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: var(--dark-green-color);
  border-radius: 50%;
}
.consultation-item input {
  display: none;
}
.consultation-item h3 {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: clamp(20px, 5.5vw, 30px);
  text-transform: uppercase;
  color: var(--dark-green-color);
}
.consultation-item h3 + span {
  font-weight: 700;
  font-size: clamp(16px, 5.5vw, 20px);
  color: #555e3a;
}
.consultation-item.item-active {
  background: var(--dark-green-color);
}
.consultation-item.item-active h3 {
  color: var(--light-text-color);
}
.consultation-item.item-active h3 + span {
  color: var(--dark-gray-color);
}
.consultation-item.item-active::after {
  background: #f8f8f8;
  background-image: url(../img/svg/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px 20px;
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
@media (max-width: 768px) {
  .prices {
    padding: 60px 0 35px;
  }
  .prices h2 + p {
    text-align: center;
    margin-bottom: 25px;
  }
  .consultation-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 40px;
  }
  .consultation-items .consultation-item:nth-child(1) {
    margin-bottom: 15px;
  }
  .consultation-item {
    width: 100%;
    padding: 18px 80px 18px 25px;
  }
  .consultation-item::after {
    right: 25px;
  }
}
@media (max-width: 500px) {
  .consultation-items {
    width: 100%;
  }
}
/* end prices */
/* faq */
.faq {
  padding: 75px 0 173px;
  background: var(--dark-gray-color);
  text-align: left;
}
.faq .container {
  max-width: calc(860px + 80px);
}
.faq h2 {
  font-weight: 700;
  font-size: clamp(24px, 5.5vw, 30px);
  margin-bottom: 35px;
}
.faq-item {
  padding: 0 50px 0 0;
  border-bottom: 2px solid rgba(16, 36, 32, 0.1);
}
.faq-item:nth-child(2) {
  border-top: 2px solid rgba(16, 36, 32, 0.1);
}
.faq-item__title {
  font-weight: 400;
  font-size: clamp(20px, 5.5vw, 24px);
  cursor: pointer;
  position: relative;
  padding: 35px 0;
}
.faq-item__title::before,
.faq-item__title::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(16, 36, 32, 0.2);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  border-radius: 1px;
}
.faq-item__title::before {
  width: 20px;
  height: 2px;
  right: -34px;
}
.faq-item__title::after {
  width: 2px;
  height: 20px;
}
.faq-item__text {
  max-height: 0;
  overflow: hidden;
  line-height: 22px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq-item.active {
  padding-bottom: 35px;
}
.faq-item.active .faq-item__title::before,
.faq-item.active .faq-item__title::after {
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
@media (max-width: 768px) {
  .faq {
    padding: 35px 0 65px;
  }
	
	.prices .prices__wrapper form {
	  margin-top: 25px;
	}
}
@media (max-width: 500px) {
  .faq-item.active {
    padding-bottom: 25px;
  }
  .faq h2 {
    margin-bottom: 25px;
  }
  .faq-item__title {
    padding: 25px 0;
  }
}
/* end faq */
/* reviews */
.reviews {
  padding: 255px 0;
  background: var(--light-gray-color);
}
.reviews__wrapper {
  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;
  position: relative;
}
.reviews h2 {
  font-weight: 700;
  font-size: clamp(40px, 5.5vw, 50px);
  line-height: 56px;
  margin-bottom: 85px;
  position: relative;
}
.reviews h2::before {
  content: '“';
  position: absolute;
  bottom: -75px;
  left: -470px;
  font-family: 'Philosopher';
  font-size: 200px;
  font-weight: 700;
  line-height: 0;
  color: var(--dark-gray-color);
}
.reviews h2::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -43px;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 2px;
  width: 55px;
  background: #102420;
}
.reviews-slider {
  width: 100%;
  max-width: 920px;
  position: static;
}
.reviews .slick-list {
  width: 100%;
}
.reviews .slick-slide {
  margin: 0 15px;
}
.reviews .slick-dots {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  margin-top: 40px;
}
.reviews .slick-dots li button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  font-size: 0;
  border: 0;
  background: #d1cfcf;
  border-radius: 50%;
  cursor: pointer;
}
.reviews .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--dark-green-color);
  border: 0;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.reviews .slick-arrow.slick-disabled {
  cursor: initial;
  opacity: 0;
}
.reviews .slick-prev {
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.reviews .slick-next {
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.reviews .slick-dots li.slick-active button {
  background: #434a26;
}
.reviews-item {
  width: 100%;
  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;
  font-size: clamp(18px, 2.5vw, 24px);
  line-height: 29px;
  text-align: center;
}
.reviews-item p {
  opacity: 1 !important;
  font-style: italic;
}
.reviews-item p,
.reviews-item span {
  opacity: 1 !important;
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.reviews-item span {
  font-weight: 500;
  margin-top: 43px;
  display: block;
}
@media (max-width: 1150px) {
  .reviews h2::before {
    display: none;
  }
  .reviews-slider {
    position: relative;
  }
  .reviews-slider::after {
    content: '“';
    position: absolute;
    top: 0;
    left: -4px;
    font-family: 'Philosopher';
    font-size: clamp(130px, 5.5vw, 200px);
    font-weight: 700;
    line-height: 0;
    color: var(--dark-gray-color);
  }
}
@media (max-width: 1024px) {
  .reviews {
    padding: 130px 0;
  }
}
@media (max-width: 768px) {
  .reviews {
    padding: 70px 0 60px;
  }
  .reviews h2 {
    margin-bottom: 70px;
  }
  .reviews-item span {
    margin-top: 25px;
  }
  .reviews .slick-dots {
    margin-top: 30px;
  }
}
/* end reviews*/
/* instagram-posts */
.instagram-posts {
  padding: 100px 0 165px;
  background: var(--dark-gray-color);
  color: #102420;
}
.instagram-posts__wrapper {
  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;
}
.instagram-posts p {
  font-size: clamp(14px, 5.5vw, 18px);
  margin-bottom: 5px;
}
.instagram-posts a.instagram__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
  font-size: clamp(40px, 5.5vw, 60px);
  text-decoration: none;
  color: inherit;
}
.instagram-posts a.instagram__link::after {
  content: '';
  height: 32px;
  width: 32px;
  background-image: url(../img/svg/inst-green.svg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-left: 15px;
}
.instagram-posts__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.instagram-posts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  position: relative;
}
.instagram-posts .left-column .instagram-posts__item :last-child,
.instagram-posts .center-column .instagram-posts__item :last-child,
.instagram-posts .right-column .instagram-posts__item :last-child {
  margin-bottom: 0;
}
.instagram-posts .left-column,
.instagram-posts .center-column,
.instagram-posts .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.instagram-posts .left-column {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.instagram-posts .center-column {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.instagram-posts .right-column {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.instagram-posts .left-column .instagram-posts__item:nth-child(1) {
  width: 280px;
  height: 280px;
}
.instagram-posts .left-column .instagram-posts__item:nth-child(2) {
  width: 340px;
  height: 205px;
}
.instagram-posts .center-column .instagram-posts__item {
  width: 690px;
  height: 540px;
}
.instagram-posts .right-column .instagram-posts__item:nth-child(1) {
  width: 180px;
  height: 180px;
}
.instagram-posts .right-column .instagram-posts__item:nth-child(2) {
  width: 300px;
  height: 340px;
}

@media (max-width: 1400px) {
  .instagram-posts__items {
    flex-wrap: wrap;
    width: 100%;
  }

  .instagram-posts__items .left-column,
  .instagram-posts__items .right-column {
    width: calc(25% - 13.333px);
  }

  .instagram-posts__items .center-column {
    width: calc(50% - 13.333px);
  }

  .instagram-posts__items .instagram-posts__item {
    width: 100% !important;
  }
}

@media (max-width: 850px) {
  .instagram-posts__items .left-column,
  .instagram-posts__items .right-column {
    width: calc(50% - 10px);
  }
  .instagram-posts__items .center-column {
    width: 100%;
  }

  .instagram-posts__items .center-column {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
  }
  .instagram-posts__items .center-column .instagram-posts__item {
    height: 0;
    padding-top: 50%;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .instagram-posts {
    padding: 55px 0 105px;
  }
  .instagram-posts a.instagram__link {
    margin-bottom: 40px;
  }
}
@media (max-width: 500px) {
  .instagram-posts a.instagram__link {
    margin-bottom: 20px;
  }

  .instagram-posts a.instagram__link::after {
    height: 25px;
    width: 25px;
  }

  .instagram-posts__items {
    column-gap: 8px;
  }

  .instagram-posts__items .left-column,
  .instagram-posts__items .right-column {
    width: calc(50% - 4px);
  }

  .instagram-posts__items .instagram-posts__item {
    margin-bottom: 0;
  }

  .instagram-posts__items .instagram-posts__item + .instagram-posts__item {
    margin-top: 10px;
  }

  .instagram-posts__items .center-column .instagram-posts__item {
    margin-top: 10px;
    padding-top: 50%;
  }

  .instagram-posts .left-column .instagram-posts__item:nth-child(1) {
    height: auto;
    padding-top: 100%;
    width: 90% !important;
  }

  .instagram-posts .left-column .instagram-posts__item:nth-child(2) {
    height: auto;
    padding-top: 90%;
  }

  .instagram-posts .right-column .instagram-posts__item:nth-child(1) {
    height: auto;
    padding-top: 120%;
  }

  .instagram-posts .right-column .instagram-posts__item:nth-child(2) {
    height: auto;
    padding-top: 140%;
  }
}
/* end instagram-posts */
/* footer */
.footer {
  position: fixed;
  height: 856px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  color: var(--dark-gray-color);
  background: var(--dark-green-color);
}
.footer .container {
  max-width: calc(1531px + 200px);
  padding: 0 100px;
}
.footer__wrapper {
  padding: 110px 0 50px;
  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;
}
.footer-top {
  max-width: 670px;
  margin-bottom: 95px;
  text-align: center;
}
.footer h2 {
  font-size: clamp(40px, 5.5vw, 50px);
  margin-bottom: 20px;
}
.footer h2 + p {
  font-size: 18px;
  line-height: 24px;
}
.footer-top__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-top: 35px;
}
.footer-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 130px;
  -moz-column-gap: 130px;
  column-gap: 130px;
  margin-bottom: 55px;
}
.footer-center .column h3 {
  font-size: 24px;
  line-height: 27px;
  margin-bottom: 20px;
}
.footer-center .column:nth-child(2) ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.footer-center ul li a {
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 30px;
  text-decoration: none;
  color: inherit;
}
.footer-center ul li a:hover {
  text-decoration: underline;
}
.footer-center .socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 24px;
  -moz-column-gap: 24px;
  column-gap: 24px;
  margin: 14px 0 0 auto;
}
.footer-center .socials a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  max-height: 32px;
}
.footer-center .socials a img {
  height: 100%;
  width: auto;
}
.footer-bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footer-bottom .payment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin-bottom: 25px;
}
.footer-bottom .copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: 'Inter';
  font-weight: 400;
  font-size: clamp(16px, 2.5vw, 18px);
  line-height: 22px;
  color: var(--light-text-color);
}
.footer-bottom .copyright small {
  margin: 8px 0 0 3px;
  font-size: 14px;
  line-height: 17px;
}
.footer-bottom .right-column a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 15px;
  color: var(--light-text-color);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.footer-bottom .right-column a span {
  margin-right: 13px;
  white-space: nowrap;
}
.footer-bottom .right-column a img {
  max-height: 20px;
}
@media (max-height: 856px), screen and (max-width: 760px) {
  .main {
    margin-bottom: 0;
  }
  .footer {
    position: static;
    height: auto;
    z-index: 0;
  }
}
@media (max-width: 1100px) {
  .footer .container {
    padding: 0 40px;
  }
  .footer-center {
    -webkit-column-gap: 10%;
    -moz-column-gap: 10%;
    column-gap: 10%;
  }
}
@media (max-width: 760px) {
  .footer {
    padding: 50px 0;
  }
  .footer__wrapper {
    padding: 0;
  }
  .footer .container {
    padding: 0 16px;
  }
  .footer-center {
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
}
@media (max-width: 630px) {
  .footer-bottom {
    -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;
  }
  .footer-bottom .right-column a {
    margin-top: 20px;
  }
  .footer-center .column:nth-child(2) ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-top {
    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;
  }
  .footer-top__buttons {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .footer-top__buttons a:nth-child(1) {
    margin-bottom: 15px;
  }
}
@media (max-width: 500px) {
  .footer-top {
    margin-bottom: 40px;
  }
  .footer-bottom {
    -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;
  }
  .footer-bottom .right-column a {
    margin-top: 15px;
  }
  .footer-top__buttons {
    margin-top: 30px;
  }
  .footer-center .column h3 {
    margin-bottom: 15px;
  }
  .footer h2,
  .footer-center .column h3,
  .footer h2 + p {
    color: var(--light-text-color);
  }
  .footer-center .column:nth-child(2) {
    margin-top: 30px;
  }
  .footer-center .column:nth-child(2) ul {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .footer-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
  }
  .footer-center .socials {
    margin: 30px 0 0;
  }
  .footer-bottom .copyright small {
    margin: 15px 0 0;
  }
}
/* end footer */
/* book-call page*/
body.book-call-page .main {
  margin-bottom: 0;
  border-radius: 0;
}
body.book-call-page .footer {
  display: none;
}
body.book-call-page .header {
  padding: 50px 75px 0 40px;
}
body.book-call-page .header__wrapper > *:not(.menu):not(.menu-button) {
  position: relative;
  z-index: 1;
}
body.book-call-page .header .header__wrapper {
  height: 75px;
}
body.book-call-page .header .logo-container {
  margin-top: auto;
  position: fixed;
}
body.book-call-page .header .menu,
body.book-call-page .header span {
  margin-bottom: auto;
}
body.book-call-page .header .menu li.active a::after {
  margin-top: 20px;
  opacity: 1;
  background: #404828;
}
.book-call {
  background: var(--dark-green-color);
}
.book-call__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.book-call .left-column {
  width: 40%;
  position: fixed;
  left: 0;
  bottom: 0;
  height: 100%;
  z-index: 0;
}
.book-call .left-column img {
  -o-object-position: top;
  object-position: top;
}
.book-call .right-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 90px 120px 50px;
  margin-left: 40%;
  width: 60%;
}
.book-call iframe {
  height: 950px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  background: var(--dark-gray-color);
  border-radius: 10px;
}
.book-call a {
  display: block;
  margin-top: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  color: var(--light-text-color);
  text-decoration: none;
}
.book-call a:hover {
  text-decoration: underline;
}
.book-call__title {
  position: absolute;
  left: 50px;
  bottom: 100px;
  width: 78px;
  white-space: nowrap;
}
.book-call h1 {
  position: relative;
  font-weight: 400;
  font-size: clamp(35px, 10vw, 70px);
  color: #fbf9f7;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.book-call h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(150px, 5.5vw, 282px);
  height: clamp(150px, 5.5vw, 282px);
  -webkit-transform: translate(-34%, -35%);
  -ms-transform: translate(-34%, -35%);
  transform: translate(-34%, -35%);
  background: #404828;
  border-radius: 50%;
  z-index: -1;
}
.book-call h1::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(100px, 5.5vw, 200px);
  height: clamp(100px, 5.5vw, 200px);
  -webkit-transform: translate(-85%, -95%);
  -ms-transform: translate(-85%, -95%);
  transform: translate(-85%, -95%);
  border: 1px solid var(--light-text-color);
  border-radius: 50%;
}
@media (max-height: 800px) {
  .book-call h1 {
    font-size: clamp(35px, 10vw, 50px);
  }
}
@media (max-width: 1024px) {
  body.book-call-page .header .logo-container,
  body.book-call-page .header .menu,
  body.book-call-page .header span {
    margin: 0;
  }
  body.book-call-page .header__wrapper .menu {
    position: fixed;
  }
  body.book-call-page .header .logo-container {
    position: relative;
  }
  body.book-call-page .menu-button::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 75px;
    height: 55px;
    background: var(--dark-green-color);
    z-index: -1;
    -webkit-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
    opacity: 1;
  }
  body.book-call-page .menu-button.active::after {
    opacity: 0;
  }
  .book-call__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .book-call .left-column {
    position: absolute;
    width: 100%;
    height: 700px;
    top: 0;
    bottom: unset;
  }
  .book-call .left-column img {
    -o-object-position: top;
    object-position: top;
  }
  .book-call .right-column {
    margin-top: 800px;
    width: 100%;
    margin-left: 0;
    padding: 0 40px 70px;
  }
  .book-call h1 {
    -webkit-transform: rotate(-90deg) translate(-160px, 0);
    -ms-transform: rotate(-90deg) translate(-160px, 0);
    transform: rotate(-90deg) translate(-160px, 0);
  }
}
@media (max-width: 768px) {
  body.book-call-page .header {
    padding: 20px 16px 0;
  }
  body.book-call-page .menu-button::after {
    left: 17px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 65px;
    height: 55px;
  }
  .book-call .right-column {
    padding: 0 16px 50px;
  }
}
@media (max-width: 600px) {
  .book-call.book-call h1::before {
    width: clamp(100px, 5.5vw, 282px);
    height: clamp(100px, 5.5vw, 282px);
    transform: translate(-38%, -40%);
  }
  .book-call h1::after {
    width: clamp(80px, 5.5vw, 200px);
    height: clamp(80px, 5.5vw, 200px);
    transform: translate(-95%, -85%);
  }

  .book-call h1 {
    transform: rotate(-90deg) translate(-90px, -55px);
    font-size: 25px;
  }

  .book-call .left-column {
    height: 270px;
  }
  .book-call .right-column {
    margin-top: 265px;
  }
  body.book-call-page .menu-button {
    margin-right: 15px;
  }
}
@media (max-width: 380px) {
  body.book-call-page .menu-button::after {
    left: -4px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 45px;
    height: 35px;
  }
}
/* end book-call page*/
/* popup */
.popup {
  background: var(--dark-green-color);
  border-radius: 60px 60px 0px 0px;
  color: var(--light-text-color);
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translate(0, 150%);
  -ms-transform: translate(0, 150%);
  transform: translate(0, 150%);
}
.popup.active {
  -webkit-transform: translate(0, 0px);
  -ms-transform: translate(0, 0px);
  transform: translate(0, 0px);
  margin-bottom: -1px;
}
.popup__wrapper {
  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;
}
.popup__wrapper .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-column-gap: 125px;
  -moz-column-gap: 125px;
  column-gap: 125px;
  position: relative;
  padding: 195px 0 155px 195px;
}
.popup .left-column,
.popup .right-column {
  width: 100%;
}
.popup .left-column {
  max-width: 545px;
}
.popup .right-column {
  max-width: 480px;
  padding: 175px 0 230px;
}
.popup h3 {
  font-weight: 700;
  font-size: 50px;
  line-height: 56px;
  margin-bottom: 40px;
}
.popup p {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 25px;
}
.popup p:last-child {
  margin-bottom: 0;
}
.popup b {
  font-weight: 700;
}
.mfp-close {
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 78px;
  white-space: nowrap;
  z-index: 1;
}
.popup__title {
  position: absolute;
  left: 100px;
  bottom: 100px;
  width: 78px;
  white-space: nowrap;
  z-index: 1;
}
.popup__title h2 {
  position: relative;
  font-weight: 400;
  font-size: clamp(35px, 10vw, 70px);
  color: #fbf9f7;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.popup__title h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 282px;
  height: 282px;
  -webkit-transform: translate(-35%, -35%);
  -ms-transform: translate(-35%, -35%);
  transform: translate(-35%, -35%);
  background: #404828;
  border-radius: 50%;
  z-index: -1;
}
.popup__title h2::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 200px;
  -webkit-transform: translate(-80%, -100%);
  -ms-transform: translate(-80%, -100%);
  transform: translate(-80%, -100%);
  border: 1px solid var(--light-text-color);
  border-radius: 50%;
}
@media (max-width: 1400px) {
  .popup__wrapper .row {
    padding-left: 0;
    padding-right: 0;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .popup .left-column,
  .popup .right-column {
    width: 50%;
    max-width: unset;
  }
  .popup__title {
    left: 0;
  }
}
@media (max-width: 1400px) {
  .popup__wrapper .row {
    padding-left: 0;
    padding-right: 0;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
  .popup .media > .media__wrapper > img {
    -o-object-position: center right;
    object-position: center right;
  }
  .popup .left-column,
  .popup .right-column {
    width: 50%;
    max-width: unset;
  }
  .popup__title {
    left: 0;
  }
}
@media (max-width: 768px) {
  .popup__wrapper .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 120px 0 80px;
  }
  .popup .left-column,
  .popup .right-column {
    width: 100%;
  }
  .popup .left-column {
    height: 400px;
    margin-bottom: 40px;
  }
  .popup .right-column {
    padding: 0;
  }
  .popup__title {
    left: unset;
    bottom: unset;
    top: 400px;
    right: 0;
  }
  .popup__title h2 {
    position: relative;
    font-weight: 400;
    font-size: clamp(35px, 10vw, 70px);
    color: #fbf9f7;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .popup__title h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(150px, 5.5vw, 282px);
    height: clamp(150px, 5.5vw, 282px);
    -webkit-transform: translate(-34%, -35%);
    -ms-transform: translate(-34%, -35%);
    transform: translate(-34%, -35%);
    background: #404828;
    border-radius: 50%;
    z-index: -1;
  }
  .popup__title h2::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: clamp(100px, 5.5vw, 200px);
    height: clamp(100px, 5.5vw, 200px);
    -webkit-transform: translate(-85%, -95%);
    -ms-transform: translate(-85%, -95%);
    transform: translate(-85%, -95%);
    border: 1px solid var(--light-text-color);
    border-radius: 50%;
  }
}
/* end popup */
/* custom magnific-popup */
.mfp-bg {
  background: #ffffff80;
}
.mfp-container {
  padding: 50px 0 0;
}
.mfp-close {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 102px;
  height: 42px;
  top: 35px;
  right: 35px;
  font-size: 0;
  background: var(--light-text-color) !important;
  opacity: 1;
  border-radius: 38.3625px;
}
.mfp-close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 23px;
  width: 22px;
  background-image: url(../img/svg/close.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.mfp-close:active {
  top: 34px;
}
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}
.mfp-wrap {
  overflow-x: auto;
}
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -o-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
/* end custom magnific-popup */
/* error page */
body.error404 .main {
  margin-bottom: 0;
}
body.error404 .footer {
  position: static;
  height: auto;
}
body.error404 .footer-top {
  display: none;
}
.error {
  padding: 110px 0 50px;
  text-align: center;
  background-color: var(--dark-green-color);
}
.error h1,
.error h1 + p {
  font-family: 'Philosopher';
  font-weight: 400;
  font-size: clamp(70px, 5.5vw, 100px);
  line-height: initial;
  color: var(--light-text-color);
}
.error h1 + p {
  font-size: clamp(35px, 5.5vw, 60px);
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .error {
    padding: 60px 0 50px;
  }
}
@media (max-width: 400px) {
  .error h1 + p br {
    display: none;
  }
}
/* end error page */

/* breadcrumbs */
.breadcrumbs {
  padding: 10px 0;
  color: var(--dark-green-color);
  background-color: var(--light-bg-color);
}

.breadcrumbs,
.breadcrumbs-list {
  /*height: 30px;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.breadcrumbs span,
.breadcrumbs-list__item {
  display: inline;
  white-space: nowrap;
  font-size: 13px;
  line-height: 30px;
}

.breadcrumbs-list__item + .breadcrumbs-list__item {
  margin-left: 27px;
  position: relative;
}

.breadcrumbs-list__item + .breadcrumbs-list__item::before {
  content: '/';
  position: absolute;
  top: 0;
  left: -17px;
  font-size: 18px;
  line-height: 18px;
  color: inherit;
}

.breadcrumbs span a,
.breadcrumbs-list__item a {
  transition: 0.3s;
  color: inherit;
  line-height: inherit;
}

.breadcrumbs span a:hover,
.breadcrumbs-list__item a:hover {
  text-decoration-color: transparent;
}

.breadcrumbs span:last-child a,
.breadcrumbs-list__item:last-child a {
  text-decoration: none;
  pointer-events: none;
}

@media (max-width: 500px) {
  .breadcrumbs {
    display: none;
  }
}
/* end breadcrumbs*/

/* posts, posts__row, posts-item */
.posts {
  display: flex;
}

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

.posts-item {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  text-decoration: none;
  border: solid #d1d6d6;
  border-width: 0;
  position: relative;
}

.posts-item--small {
  padding-left: 20px;
  padding-right: 20px;
}

.posts-item--row {
  flex-direction: row;
  column-gap: 38px;
  padding-bottom: 20px;
}

.posts-item--row .posts-item__content {
  max-width: calc(33.333% - 30px);
  display: flex;
  flex-direction: column;
}

.posts-item--row {
  padding-right: 20px;
}

.posts-item--small::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 20px;
  width: calc(100% - 40px);
  border-bottom: 1px solid #d1d6d6;
}

.posts-item--row::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  border-bottom: 1px solid #d1d6d6;
}

.posts-item--row + .posts-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 20px);
  border-right: 1px solid #d1d6d6;
}

.posts-item--small {
  max-width: 50%;
}

.posts-item__image {
  width: 100%;
  display: block;
  overflow: hidden;
}

.posts-item--row .posts-item__image {
  height: 100%;
  position: relative;
}
@media (min-width: 1301px) {
  .posts-item--row .posts-item__image {
    min-height: 365px;
  }
}
.posts-item--small .posts-item__image {
  height: 195px;
}

.posts-item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: 0.3s;
}

.posts-item:hover .posts-item__image img {
  transform: scale(1.1);
}

.posts-item--row .posts-item__image img {
  position: absolute;
  inset: 0;
}

.posts-item__category {
  font-weight: 400;
  line-height: 22px;
  color: #434a26;
}

.posts-item--row .posts-item__category {
  font-size: 20px;
}

.posts-item--small .posts-item__category {
  margin-top: 15px;
  font-size: 18px;
}

.posts-item__title.posts-item__title {
  margin-top: 12px;
  font-weight: 700;
  color: var(--dark-green-color);
  transition: 0.3s;
  text-decoration: underline;
  text-decoration-color: transparent;
}

.posts-item:hover .posts-item__title {
  text-decoration-color: var(--dark-green-color);
}

.posts-item--small .posts-item__title {
  margin-bottom: auto;
  font-size: 24px;
  line-height: 27px;
}

.posts-item--row .posts-item__title {
  margin-top: 10px;
  font-size: 30px;
  line-height: 34px;
}

.posts-item__excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-clamp: 2;
  box-orient: vertical;
}

.posts-item__excerpt,
.posts-item__meta {
  font-size: 16px;
  line-height: 20px;
  color: #232323;
}

.posts-item--row .posts-item__excerpt {
  margin-top: 18px;
  margin-bottom: 30px;
}

.posts-item__meta {
  margin-top: 30px;
  margin-bottom: 25px;
}

.posts-item--row .posts-item__meta {
  margin-top: auto;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.posts-item--row .posts-item__meta span + span {
  margin-top: 10px;
}

@media (min-width: 1301px) {
  .posts-item--without-image .posts-item__image {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 1300px) {
  .posts-item--small .posts-item__image,
  .posts-item--row .posts-item__image {
    min-height: 300px;
  }
}

@media (min-width: 501px) {
  .posts-item--without-image .posts-item__category {
    margin-top: 0;
  }
}

@media (max-width: 1300px) {
  .posts-item.posts-item:nth-child(odd) {
    padding-left: 0;
  }

  .posts-item.posts-item:nth-child(even) {
    padding-right: 0;
  }

  .posts-item--small:nth-child(odd)::after {
    left: 0;
    bottom: 0;
    width: calc(100% - 20px);
  }

  .posts-item--small:nth-child(even)::after {
    left: 20px;
    width: calc(100% - 20px);
  }

  .posts-item--small .posts-item__image,
  .posts-item--row .posts-item__image {
    height: 300px;
  }

  .posts-item--row {
    width: 50%;
    flex-direction: column-reverse;
  }

  .posts-item--row.posts-item--row .posts-item__content {
    max-width: unset;
  }

  .posts-item--row .posts-item__category {
    margin-top: 15px;
  }

  .posts-item--row .posts-item__meta {
    margin-top: 30px;
  }

  .posts-item--row .posts-item__excerpt,
  .posts-item--row .posts-item__meta span + span {
    display: none;
  }

  .posts-item--row .posts-item__title {
    margin-bottom: auto;
    font-size: 24px;
    line-height: 27px;
  }

  .posts-item__category.posts-item__category {
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .posts-item--small .posts-item__category,
  .posts-item--row .posts-item__category {
    font-size: 16px;
    line-height: initial;
  }

  .posts-item--small .posts-item__title,
  .posts-item--row .posts-item__title {
    font-size: 20px;
    line-height: initial;
  }

  .posts-item__excerpt,
  .posts-item__meta {
    font-size: 14px;
    line-height: 17px;
  }

  .posts-item__image.posts-item__image {
    height: auto;
    padding-top: 60%;
    position: relative;
  }

  .posts-item__image.posts-item__image img {
    position: absolute;
    inset: 0;
  }
}

@media (max-width: 500px) {
  .posts-item__category.posts-item__category {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 22px;
  }

  .posts-item__title.posts-item__title {
    margin-top: 10px;
    font-size: 24px;
    line-height: 27px;
  }

  .posts-item__excerpt.posts-item__excerpt {
    margin-top: 20px;
    -webkit-line-clamp: 3 !important;
    line-clamp: 3 !important;
  }

  .posts-item__meta.posts-item__meta {
    margin-top: 20px;
  }

  .posts-item__meta span + span {
    display: none;
  }

  .posts-item.posts-item {
    padding-bottom: 0;
  }

  .posts-slider {
    margin-top: 25px;
    display: block;
    width: 100%;
  }

  .posts-slider .slick-slide {
    display: flex;
  }

  .posts-slider .slick-list {
    margin: 0 -8px;
  }

  .posts-slider .posts-item {
    max-width: unset;
    margin: 0 8px;
  }

  .posts-slider .slick-dots {
    display: flex;
    justify-content: center;
    column-gap: 10px;
  }

  .posts-slider .slick-dots li {
    width: 10px;
    height: 10px;
    display: flex;
  }

  .posts-slider .slick-dots li button {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    font-size: 0;
    background: #d1cfcf;
    transition: 0.3s;
    border-radius: 50%;
    border: 0;
  }

  .posts-slider .slick-dots li.slick-active button {
    background: #434a26;
  }

  .posts-item,
  .posts-item::before,
  .posts-item::after {
    width: 100%;
    padding: 0 !important;
  }

  .posts-item,
  .posts-item::before,
  .posts-item::after {
    border-right: 0 !important;
    border-left: 0 !important;
  }

  .posts-slider .posts-item,
  .posts-slider .posts-item::before,
  .posts-slider .posts-item::after {
    border-bottom: 0;
  }
}
/* end posts, posts__row, posts-item */

/* blog-intro */
.blog-intro-posts .posts__row:nth-child(1) {
  width: 50%;
}

.blog-intro-posts .posts__row:nth-child(2) {
  width: 50%;
}

.blog-intro-posts .posts-item--small:nth-child(even) {
  padding-right: 0;
}

.blog-intro-posts .posts-item--small:nth-child(-n + 2) {
  padding-bottom: 25px;
  /* padding-bottom: 0; */
  /* margin-bottom: 0; */
}

.blog-intro-posts .posts-item--small:nth-child(-n + 2)::after {
  bottom: 0px;
  bottom: 25px;
}

.blog-intro-posts .posts-item--small:nth-child(1)::before,
.blog-intro-posts .posts-item--small:nth-child(3)::before {
  content: '';
  position: absolute;
  right: 0;
  border-right: 1px solid #d1d6d6;
}

.blog-intro-posts .posts-item--small:nth-child(1)::before {
  top: 0;
  height: calc(100% - 30px);
}
/* 
@media(min-width: 1301px) {
	.blog-intro-posts .posts-item--small:nth-child(1)::before { 
  height: calc(100% - 30px);
}
} */

.blog-intro-posts .posts-item--small:nth-child(3)::before {
  top: -30px;
  height: 100%;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__image {
  height: 100%;
  position: relative;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__image img {
  position: absolute;
  inset: 0;
}

@media (min-width: 1301px) {
  /* .blog-intro-posts .posts-item--small {
    max-height: 50%;
  } */

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__image {
    height: 385px;
  }
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item {
  padding-right: 20px;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: calc(100% - 20px);
  border-bottom: 1px solid #d1d6d6;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 30px);
  border-right: 1px solid #d1d6d6;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__category {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__title {
  max-width: 765px;
  margin-top: auto;
  margin-bottom: 25px;
  font-size: 40px;
  line-height: 45px;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__excerpt {
  max-width: 440px;
  margin-top: auto;
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__meta {
  width: 100%;
  text-align: right;
}

@media (min-width: 1300px) {
  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__meta {
    margin-top: -20px;
  }
}

@media (max-width: 1300px) {
  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__excerpt {
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

@media (min-width: 501px) and (max-width: 1300px) {
  .blog-intro-posts .posts__row:nth-child(2) {
    margin-top: 30px;
  }
}

@media (min-width: 768px) {
  .blog-intro-posts .posts-item--small .posts-item__meta {
    font-size: 14.84px;
    line-height: 20.592px;
  }
}

@media (min-width: 501px) {
  .blog-intro-posts .posts-item--small:nth-last-child(-n + 2),
  .blog-intro-posts .posts__row:nth-child(1) .posts-item {
    padding-bottom: 0;
  }
}

@media (max-width: 1300px) {
  .blog-intro-posts .posts {
    display: flex;
    flex-direction: column;
  }

  .blog-intro-posts .posts__row:nth-child(1),
  .blog-intro-posts .posts__row:nth-child(2) {
    width: 100%;
  }

  .blog-intro-posts .posts-item--small:nth-child(-n + 2)::after {
    bottom: 0;
    /*     bottom: 25px; */
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item::after {
    width: 100%;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item::before {
    display: none;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item {
    padding-right: 0;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__image {
    height: 500px;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__title {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .blog-intro-posts
    .blog-intro-posts
    .posts__row:nth-child(1)
    .posts-item
    .posts-item__title {
    margin-bottom: 10px;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__image {
    height: auto;
    padding-top: 60%;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__title {
    font-size: 30px;
    line-height: initial;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__meta {
    text-align: left;
    margin-top: 30px;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__excerpt {
    max-width: unset;
  }

  .blog-intro-posts .posts-item--small:nth-child(3)::before {
    height: calc(100% - 25px);
    top: 0;
  }

  .blog-intro-posts .posts-item--small:nth-child(1)::before {
    height: calc(100% - 25px);
  }
}

@media (max-width: 500px) {
  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__category {
    margin-top: 10px;
    font-size: 16px;
    line-height: 22px;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__title {
    margin-bottom: 10px;
    font-size: 24px;
  }

  .blog-intro-posts .posts__row:nth-child(1) .posts-item .posts-item__meta {
    margin-top: 20px;
  }
}
/* end blog-intro */

/* blog-category */
.blog-category-posts.blog-category-page {
  padding-bottom: 120px;
}

.blog-category-posts + .blog-category-posts,
.blog-intro-posts + .blog-category-posts {
  margin-top: 35px;
}

.blog-category-posts__title {
  margin-bottom: 40px;
  padding: 15px 30px;
  background-color: var(--dark-green-color);
}

.blog-category-posts__title * {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: var(--light-text-color);
}

.blog-category-posts__button {
  margin-top: 40px;
  display: flex;
  justify-content: center;
}

.blog-category-posts .posts-item--row .posts-item__excerpt {
  -webkit-line-clamp: 3;
  line-clamp: 3;
}

.blog-category-posts .posts-item--row {
  width: 75%;
  padding-bottom: 20px;
}

.blog-category-posts .posts-item--small {
  width: 25%;
}

.blog-category-posts .posts-item--row + .posts-item--small {
  padding-right: 0;
  padding-bottom: 20px;
}

.blog-category-posts .posts-item--row + .posts-item--small .posts-item__meta {
  margin-bottom: 0;
}

.blog-category-posts .posts-item--without-image {
  padding-top: 10px;
  padding-right: 25px;
  padding-left: 55px;
  margin-top: 15px;
}

.blog-category-posts .posts-item--small:nth-child(3) {
  padding-left: 0;
}

.blog-category-posts .posts-item--small:nth-child(6) {
  padding-right: 0;
  padding-left: 20px;
}

.blog-category-posts .posts-item--without-image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  border-right: 1px solid #d1d6d6;
}

.blog-category-posts .posts-item--small:nth-child(6)::before {
  border-right: 0;
}

.blog-category-posts .posts-item--without-image::after {
  border-bottom: 0;
}

.blog-category-posts .posts-item--without-image .posts-item__meta {
  margin-bottom: 0;
}

.blog-category-posts .posts-item--without-image {
  padding-bottom: 0;
}

.blog-category-posts.blog-category-page
  .posts-item:nth-child(n):not(:nth-child(-n + 2)) {
  padding-top: 20px;
  padding-bottom: 0;
}

.blog-category-posts.blog-category-page
  .posts-item:nth-child(n):not(:nth-child(-n + 2))
  .posts-item__meta {
  margin-bottom: 20px;
}

@media (min-width: 1301px) {
  .blog-category-posts.blog-category-page .posts-item.padding-left-0 {
    padding-left: 0;
  }

  .blog-category-posts.blog-category-page .posts-item.padding-left-0::after {
    left: 0;
  }

  .blog-category-posts.blog-category-page
    .posts__row-more
    .posts-item
    + .posts-item:not(.padding-left-0):not(:nth-child(2))::before {
    content: '';
    position: absolute;
    top: 30px;
    left: 0;
    height: calc(100% - 60px);
    border-left: 1px solid #d1d6d6;
  }

  .blog-category-posts.blog-category-page .posts-item.padding-right-0 {
    padding-right: 0;
  }
}

@media (min-width: 501px) and (max-width: 1300px) {
  .blog-category-posts.blog-category-page .posts-item.padding-left-0 {
    padding-left: 0;
    padding-right: 20px;
  }

  .blog-category-posts.blog-category-page .posts-item.padding-left-0::after {
    width: calc(100% - 20px);
    left: 0;
  }

  .blog-category-posts.blog-category-page
    .posts__row-more
    .posts-item
    + .posts-item:not(.padding-left-0):not(:nth-child(2))::before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    height: calc(100% - 40px);
    border-left: 1px solid #d1d6d6;
  }

  .blog-category-posts.blog-category-page .posts-item.padding-right-0 {
    padding-right: 0;
    padding-left: 20px;
  }

  .blog-category-posts.blog-category-page .posts-item.padding-right-0::after {
    left: 20px;
  }
}

@media (max-width: 1300px) {
  .blog-category-posts.blog-category-page .posts-item--row {
    width: 100%;
    display: flex;
    padding-right: 0;
  }

  .blog-category-posts.blog-category-page .posts-item--row::before {
    display: none;
  }

  .blog-category-posts.blog-category-page .posts-item--row::after {
    width: 100%;
  }

  .blog-category-posts.blog-category-page
    .posts-item--row
    .posts-item__excerpt {
    display: -webkit-inline-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
  }
}

@media (max-width: 1600px) {
  .blog-category-posts .posts-item--without-image {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1500px) {
  .blog-category-posts .posts-item--small:nth-child(3),
  .blog-category-posts .posts-item--small {
    width: calc((100% - 360px) / 3);
  }
}

@media (max-width: 1300px) {
  .posts-item--row.posts-item--row .posts-item__content {
    height: 100%;
  }

  .blog-category-posts .posts-item--row {
    width: 50%;
    flex-direction: column-reverse;
    padding-bottom: 25px;
  }

  .blog-category-posts .posts-item--small.posts-item--small {
    width: 50%;
    padding-bottom: 25px;
  }

  .posts-item--without-image:nth-child(even):before {
    border-right: 0;
  }

  .blog-category-posts .posts-item--without-image::after {
    border-bottom: 1px solid #d1d6d6;
  }

  .blog-category-posts__title {
    padding: 20px;
  }

  .blog-category-posts__title * {
    font-size: 24px;
  }

  .blog-category-posts.blog-category-page {
    padding-bottom: 85px;
  }

  .blog-category-posts.blog-category-page .mobile-hidden + .posts-item {
    padding-top: 20px;
  }
}

@media (max-width: 768px) {
  .blog-category-posts.blog-category-page {
    padding-bottom: 30px;
  }

  .blog-category-posts:not(.blog-category-page)
    .posts-item--without-image::before {
    height: calc(100% - 15px);
  }
}

@media (max-width: 500px) {
  .blog-category-posts .posts-item--row .posts-item__meta,
  .blog-category-posts .posts-item--small .posts-item__meta.posts-item__meta {
    margin-bottom: 25px;
  }

  .blog-category-posts .posts-item--without-image {
    margin-top: 0;
  }

  .blog-category-posts .posts-item--without-image::after {
    border-bottom: 0;
  }

  .blog-category-posts .posts {
    flex-direction: column;
  }

  .blog-category-posts .mobile-visible .posts-item {
    max-width: unset;
    width: 100%;
  }

  .blog-category-posts__title {
    padding: 12px;
  }

  .blog-category-posts__title * {
    font-size: 18px;
  }

  .blog-category-posts.blog-category-page .posts-item {
    width: 100%;
    max-width: unset;
  }

  .blog-category-posts.blog-category-page .posts-item + .posts-item {
    margin-top: 25px;
  }

  .blog-category-posts.blog-category-page
    .posts-item--small:nth-child(even)::after {
    left: 0;
    width: 100%;
  }

  .blog-category-posts.blog-category-page
    .posts-item--small:nth-child(odd)::after {
    width: 100%;
  }

  .blog-category-posts.blog-category-page
    .posts__row-more
    .posts-item:last-child::after {
    display: none;
  }

  .blog-category-posts.blog-category-page .mobile-hidden {
    display: flex !important;
  }

  .blog-category-posts.blog-category-page .mobile-hidden .posts-item__excerpt {
    margin-top: 10px;
    margin-bottom: 0;
  }
}
/* end blog-category */

/* blog-all-posts */
.blog-all-posts {
  padding-bottom: 85px;
}

.blog-all-posts + .blog-all-posts,
.blog-category-posts + .blog-all-posts {
  margin-top: 35px;
}

.blog-all-posts__title {
  margin-bottom: 40px;
  padding: 15px 30px;
  background-color: var(--dark-green-color);
}

.blog-all-posts__title * {
  font-weight: 700;
  font-size: 30px;
  line-height: 34px;
  color: var(--light-text-color);
}

.blog-all-posts__button {
  margin-top: 15px;
  display: flex;
  justify-content: center;
}

.blog-all-posts .posts {
  flex-wrap: wrap;
}

.blog-all-posts
  .posts
  .posts__row:nth-child(1)
  .posts-item
  .posts-item__excerpt {
  -webkit-line-clamp: 4;
  line-clamp: 4;
}

.blog-all-posts .posts .posts__row:not(:nth-child(3)) {
  width: 50%;
}

.blog-all-posts .posts-item--small {
  width: 25%;
}

/* @media (min-width: 1301px) {
  .blog-all-posts .posts-item--small {
    height: fit-content;
  }
} */

.blog-all-posts .posts .posts__row:nth-child(2) .posts-item--small {
  width: 50%;
}

.blog-all-posts .posts .posts-item--small::after {
  bottom: 30px;
}

.blog-all-posts
  .posts
  .posts__row:nth-child(2)
  .posts-item--small:nth-child(odd)::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 60px);
  border-right: 1px solid #d1d6d6;
}

.blog-all-posts
  .posts
  .posts__row:nth-child(2)
  .posts-item--small:nth-child(even) {
  padding-right: 0;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item {
  padding-right: 20px;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item::after {
  content: '';
  position: absolute;
  bottom: 30px;
  left: 0;
  width: calc(100% - 20px);
  border-bottom: 1px solid #d1d6d6;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: calc(100% - 60px);
  border-right: 1px solid #d1d6d6;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__image {
  height: 385px;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__category {
  margin-top: 20px;
  font-size: 20px;
  line-height: 22px;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__title {
  max-width: 730px;
  color: var(--dark-green-color);
  font-size: 30px;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__excerpt {
  margin-top: 15px;
  max-width: 545px;
}

.blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__meta {
  margin-top: auto;
  margin-bottom: 25px;
  display: flex;
  flex-direction: column;
  text-align: left;
}

.blog-all-posts
  .posts__row:nth-child(1)
  .posts-item
  .posts-item__meta
  span
  + span {
  margin-top: 10px;
}

.blog-all-posts .posts-item.padding-left-0 {
  padding-left: 0;
}

.blog-all-posts .posts-item.padding-left-0::after {
  left: 0;
}

.blog-all-posts
  .posts__row-more
  .posts-item
  + .posts-item:not(.padding-left-0)::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: calc(100% - 60px);
  border-left: 1px solid #d1d6d6;
}

.blog-all-posts .posts-item.padding-right-0 {
  padding-right: 0;
}

@media (min-width: 1301px) {
  .blog-all-posts .posts__row:nth-child(2) .posts-item:last-child::after {
    width: calc(100% + 20px);
    left: -20px;
  }
}

@media (max-width: 1300px) {
  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__image {
    height: 500px;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__excerpt {
    margin-bottom: 30px;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item::before {
    display: none;
  }

  .blog-all-posts .posts__row.posts__row.posts__row,
  .blog-all-posts .posts__row:nth-child(1) .posts-item,
  .blog-all-posts .posts__row:nth-child(1) .posts-item::after {
    width: 100%;
  }

  .blog-all-posts .posts-item.posts-item {
    width: 50%;
  }

  .blog-all-posts .posts-item.posts-item:nth-child(odd) {
    padding-left: 0;
  }

  .blog-all-posts .posts-item.posts-item:nth-child(even),
  .blog-all-posts .posts__row:nth-child(1) .posts-item {
    padding-right: 0;
  }

  .blog-all-posts .posts__row:nth-child(2) .posts-item:nth-child(odd)::before {
    display: block;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__title,
  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__excerpt {
    max-width: unset;
  }
}

@media (max-width: 768px) {
  .blog-all-posts {
    padding-bottom: 30px;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__image {
    height: auto;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__category {
    margin-top: 20px;
    font-size: 20px;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__title {
    font-size: 30px;
    line-height: initial;
  }

  .blog-all-posts__title {
    padding: 20px;
  }

  .blog-all-posts__title * {
    font-size: 24px;
  }
}

@media (max-width: 500px) {
  .blog-all-posts .posts .posts__row .posts-item.posts-item {
    width: 100%;
    max-width: unset;
    padding-bottom: 25px !important;
  }

  .blog-all-posts .posts .posts-item--small::after {
    width: 100%;
    bottom: 25px;
    left: 0 !important;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__category {
    margin-top: 10px;
    font-size: 16px;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__title {
    font-size: 24px;
  }

  .blog-all-posts .posts__row:nth-child(1) .posts-item .posts-item__excerpt {
    margin-bottom: 20px;
  }

  .blog-all-posts__title {
    padding: 12px;
  }

  .blog-all-posts__title * {
    font-size: 18px;
  }

  .blog-all-posts .posts__row-more .posts-item:last-child {
    padding-bottom: 15px;
  }

  .blog-all-posts .posts__row-more .posts-item:last-child::after {
    display: none;
  }
}
/* end blog-all-posts */

/* blog-category-menu */
.blog-category-menu {
  padding: 18px 75px 18px 40px;
  background-color: #434a26;
}

.blog-category-menu .wrapper {
  display: flex;
  align-items: center;
  column-gap: 45px;
}

.category-menu {
  width: calc(100% - 390px);
  display: flex;
  position: relative;
}

.category-menu li a {
  font-size: 18px;
  line-height: 30px;
  color: var(--light-text-color);
  text-decoration-color: transparent;
  transition: 0.3s;
  white-space: nowrap;
}

.category-submenu li a {
  font-size: 14px;
}

@media(max-width: 1450px) {
	.category-submenu li a {
	  font-size: 18px;
	}
}

.category-menu a:hover {
  text-decoration-color: var(--light-text-color);
}

.category-menu > ul {
  display: flex;
}

.search-form {
  height: 40px;
  width: 345px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.search-form [type='search'] {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 5px 50px 5px 15px;
  font-size: 16px;
  background: var(--light-text-color);
  border: 0;
  outline: 0;
  font-family: 'Montserrat';
}

.search-form [type='search']::-webkit-search-decoration,
.search-form [type='search']::-webkit-search-cancel-button,
.search-form [type='search']::-webkit-search-results-button,
.search-form [type='search']::-webkit-search-results-decoration {
  display: none;
}

.search-form [type='submit'] {
  padding: 0;
  margin: 0;
  border: 0;
  outline: 0;
  background: transparent;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  cursor: pointer;
}

.blog-category-menu__button {
  display: none;
}

@media (min-width: 1451px) {
  .category-submenu {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
  }

  .category-submenu__button {
    width: 15px;
    height: 14px;
    display: block;
    position: relative;
    transition: 0.2s;
    transform: translateY(0);
  }

  .category-submenu__button:active {
    transform: translateY(2px);
  }

  .category-submenu__button::before {
    content: '';
    position: absolute;
    top: 0;
    left: 2px;
    border: solid var(--light-text-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
  }

  .category-submenu ul {
    padding: 15px 15px 20px;
    position: absolute;
    top: 65px;
    left: 50%;
    transform: translate(-50%, 10px);
    background-color: #434a26;
    z-index: 1;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }

  .category-submenu ul.active {
    transform: translate(-50%, 0);
    opacity: 1;
    visibility: visible;
  }

  .category-submenu ul li + li {
    margin-top: 10px;
  }

  .category-submenu li a {
    display: block;
    width: 100%;
  }	
}

@media (min-width: 1700px) {
  .category-menu > ul,
  .category-menu {
    column-gap: 60px;
  }
}

@media (max-width: 1699px) {
  .category-menu > ul {
    width: 100%;
    justify-content: space-between;
    column-gap: 20px;
  }
}

@media (max-width: 1450px) {
  .blog-category-menu .wrapper {
    justify-content: space-between;
    column-gap: 30px;
    position: relative;
  }

  .blog-category-menu__button {
    display: flex;
    align-items: center;
    column-gap: 20px;
    font-size: 18px;
    color: var(--light-text-color);
    text-decoration: none;
  }

  .blog-category-menu__button .menu-button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 22px;
    cursor: pointer;
  }

  .blog-category-menu__button .menu-button__burger {
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--light-text-color);
    transition: all 0.1s;
  }

  .blog-category-menu__button .menu-button__burger::before,
  .blog-category-menu__button .menu-button__burger::after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    border-radius: 3px;
    background: var(--light-text-color);
    transition: all 0.3s ease-in-out;
  }

  .blog-category-menu__button .menu-button__burger::before {
    transform: translateY(-9px);
  }

  .blog-category-menu__button .menu-button__burger::after {
    transform: translateY(9px);
  }

  .category-menu > ul,
  .category-menu {
    flex-direction: column;
  }

  .category-menu {
    width: fit-content;
    padding: 15px;
    position: absolute;
    top: 68px;
    left: 0;
    background-color: #434a28;
    z-index: 1;
    transform: translateY(10px);
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
  }

  .category-menu.active {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }

  .category-menu li + li {
    margin-top: 10px;
  }

  .category-menu li a {
    width: 100%;
    display: block;
  }
}

@media (max-width: 1300px) {
  .blog-category-posts.blog-category-page
    .posts-item--row
    + .posts-item::before {
    display: none;
  }
}

@media (max-width: 1200px) {
  .blog-category-menu {
    padding-right: 40px;
  }
}

@media (max-width: 768px) {
  .blog-category-menu {
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media (max-width: 550px) {
  .search-form {
    max-width: 250px;
    width: 100%;
  }

  .blog-category-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .category-menu {
    width: calc(100% + 32px);
    padding: 0px 16px 54px;
    left: -16px;
    top: 50px;
    border-top: 1px solid #979797;
  }

  .category-menu li {
    padding: 10px 0;
  }

  .category-menu li + li {
    margin-top: 0;
    border-top: 1px solid #979797;
  }
}

@media (max-width: 500px) {
  .category-menu {
    top: 35px;
  }

  .category-menu li {
    padding: 5px 0;
  }

  .category-menu li a {
    font-size: 14px;
  }

  .blog-category-menu__button {
    font-size: 14px;
    column-gap: 10px;
  }

  .blog-category-menu__button .menu-button {
    width: 20px;
    height: 13px;
  }

  .blog-category-menu__button .menu-button__burger {
    width: 20px;
    height: 1px;
    border-radius: 1px;
  }

  .blog-category-menu__button .menu-button__burger::before,
  .blog-category-menu__button .menu-button__burger::after {
    width: 20px;
    height: 1px;
    border-radius: 0;
  }

  .blog-category-menu__button .menu-button__burger::before {
    transform: translateY(-5px);
  }

  .blog-category-menu__button .menu-button__burger::after {
    transform: translateY(5px);
  }

  .search-form {
    height: 25px;
  }

  .search-form [type='search'] {
    padding: 6px 25px 7px 12px;
    font-size: 10px;
  }

  .search-form [type='submit'] {
    width: 14px;
    right: 6px;
  }

  .search-form [type='submit'] img {
    width: 100%;
    height: auto;
  }
}
/* end blog-category-menu */

/* search-result */
.search-result {
  padding: 10px 0 45px;
  color: #232323;
}

.search-result .wrapper {
  display: flex;
  flex-direction: column;
  min-height: calc(100vh - 146px);
}

.search-result h1 {
  font-size: 50px;
  max-width: 690px;
}

.search-result h2 {
  margin-bottom: 15px;
  font-size: 30px;
  color: #ababab;
}

.search-result h3 {
  font-size: 30px;
  color: var(--dark-green-color);
}

.search-result__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}

.search-result__row h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: 'Philosopher';
}

.search-result__content {
  margin: 45px 0;
  max-width: 690px;
  font-size: 30px;
  font-weight: 700;
  font-family: 'Philosopher';
}

.search-result__content p + p {
  margin-top: 20px;
}

.search-result__info {
  margin-top: auto;
  margin-bottom: 55px;
  display: flex;
  column-gap: 100px;
}

.search-result__info .column {
  width: 345px;
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  border: solid #979797;
  border-width: 1px 0;
}

.search-result__info h3 {
  max-width: 300px;
  margin-bottom: 20px;
}

.search-result__info ul li + li {
  margin-top: 10px;
}

.search-result__info li a {
  font-size: 18px;
  color: var(--dark-green-color);
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: 0.3s;
}

.search-result__info li a:hover {
  text-decoration-color: var(--dark-green-color);
}

.search-result__info p,
.search-result__info span {
  margin-bottom: 10px;
  font-size: 16px;
  color: var(--dark-green-color);
}

.search-result__info .typical-button,
.search-result__info .typical-border-button {
	min-width: 267px;
}

.search-result__info .typical-button {
	margin-top: auto;
}

.search-result__info .typical-border-button {
  margin-top: 10px;
  color: var(--light-green-color);
}

.search-result__posts {
  display: flex;
  flex-direction: column;
  margin-top: 45px;
}

.search-result__posts .posts-item {
  position: relative;
}

.search-result__posts .posts-item::after {
  bottom: 30px;
}

@media (min-width: 1301px) {
  .search-result__posts {
    margin-left: -20px;
    margin-right: -20px;
  }

  .search-result__posts .posts-item {
    width: 25%;
  }

  .search-result__posts
    .posts-item:not(:nth-child(4n + 1)):not(:nth-child(1))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 60px);
    border-left: 1px solid #d1d6d6;
  }
}

@media (min-width: 501px) {
  .search-result__posts
    .posts-item:not(:nth-child(2n + 1)):not(:nth-child(1))::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 60px);
    border-left: 1px solid #d1d6d6;
  }
}

@media (max-width: 1024px) {
  .search-result__info .column {
    width: calc(50% - 50px);
  }

  .search-result__row {
    flex-direction: column;
    align-items: flex-start;
  }

  .search-result__row h4 {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .search-result__content {
    margin: 25px 0 50px;
  }
}

@media (max-width: 768px) {
  .search-result h1 {
    font-size: 40px;
  }

  .search-result__content,
  .search-result h2 {
    font-size: 22px;
  }

  .search-result__info {
    column-gap: 40px;
  }

  .search-result__info .column {
    width: calc(50% - 20px);
  }

  .search-result__info h3 {
    font-size: 22px;
  }

  .search-result__info .typical-border-button,
	.search-result__info .typical-button {
		min-width: unset;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 16px;
  }
	
}

@media (max-width: 600px) {
  .search-result__info {
    column-gap: 20px;
  }

  .search-result__info .column {
    width: calc(50% - 10px);
  }
}

@media (max-width: 500px) {
	.search-result__info .typical-button {
		margin-bottom: 0;
	}
	
  .search-result {
    padding: 0 0 30px;
  }

  .search-result h2,
  .search-result__content {
    font-size: 16px;
  }

  .search-result h1 {
    font-size: 24px;
  }

  .search-result__info {
    margin-bottom: 0;
    flex-direction: column;
  }

  .search-result__info .column {
    width: 100%;
    padding: 20px 0 0;
    border-width: 1px 0 0;
  }

  .search-result__info .column + .column {
    margin-top: 20px;
  }

  .search-result__info h3 {
    max-width: unset;
    margin-bottom: 15px;
    font-size: 24px;
  }

  .search-result__info h3 br {
    display: none;
  }

  .search-result__info li a,
  .search-result__info span {
    font-family: 'Philosopher';
    font-size: 16px;
    line-height: 22px;
  }

  .search-result__info .column ul {
    column-count: 2;
  }

  .typical-button {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .search-result__posts .posts-item {
    width: 100%;
    max-width: unset;
  }

  .search-result__posts .posts-item + .posts-item {
    margin-top: 25px;
  }

  .search-result__posts .posts-item::before {
    display: none;
  }

  .search-result__posts .posts-item::after {
    width: 100%;
    bottom: 0;
    left: 0;
  }
}

@media (max-width: 360px) {
  .search-result__info .column ul {
    column-count: 1;
  }
}
/* end search-result */

/* pagination */
.pagination {
  margin-top: 25px;
  width: 100%;
  display: flex;
  justify-content: center;
}

.pagination ul {
  display: flex;
}

.pagination span,
.pagination a {
  padding: 5px 7.5px;
  font-family: 'Philosopher';
  font-size: 30px;
  font-weight: 700;
  transition: 0.3s;
  color: #d2d0d0;
  text-decoration: none;
}

.pagination a:hover {
  color: #434a26;
}

.pagination span.current,
.pagination ul li.active a {
  color: #434a26;
  pointer-events: none;
}

@media (max-width: 500px) {
  .pagination {
    margin-top: 20px;
  }

  .pagination a {
    font-size: 20px;
  }
}
/* end pagination */

/* blog-single */
.blog-single {
  padding-bottom: 100px;
}

.blog-single .container {
  max-width: calc(1400px + 80px);
}

.blog-single .wrapper {
  display: flex;
}

.blog-single__main {
  width: calc(100% - 410px);
  padding-right: 65px;
  border-right: 1px solid #979797;
}

.blog-single__main-image {
  width: 100%;
  height: 515px;
  margin-bottom: 25px;
}

.blog-single__main-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-single__meta {
  margin-top: 25px;
  display: flex;
  align-items: center;
  column-gap: 20px;
  line-height: 30px;
  font-size: 18px;
}

.blog-single__category {
  padding: 0 15px;
  color: var(--light-text-color);
  background-color: var(--dark-green-color);
  border-radius: 44px;
  text-decoration: none;
  text-align: center;
}

.blog-single__read-time {
  color: #434a26;
}

.blog-single__content {
  margin-top: 10px;
  padding-bottom: 55px;
  display: flex;
  flex-direction: column;
  font-size: 16px;
  color: var(--dark-green-color);
  border-bottom: 1px solid rgba(67, 74, 38, 0.3);
}

.blog-single h1 {
  font-size: 50px;
  line-height: 56px;
}

.blog-single h2 {
  font-size: 30px;
  line-height: 34px;
}

.blog-single h3 {
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
}

.blog-single h2 + h3 {
  margin-top: 15px;
}

.blog-single p {
  line-height: 19px;
}

.blog-single p + p {
  margin-top: 20px;
}

.blog-single h1 + h2 {
  margin-top: 25px;
}

.blog-single h2 + p {
  margin-top: 15px;
}

.blog-single h2:nth-child(2) + p {
  margin-top: 30px;
}

.blog-single p + h2 {
  margin-top: 20px;
}

.blog-single h3 + p {
  margin-top: 15px;
}

.blog-single p + h3 {
  margin-top: 30px;
}

.blog-single ul:not(.slick-dots),
.blog-single ol {
  margin: 15px 0 30px;
}

.blog-single ul:not(.slick-dots) {
  line-height: 1.9;
}

.blog-single h3 + ol {
  margin-top: 15px;
}

.blog-single ol {
  padding-left: 25px;
  list-style: auto;
  line-height: 1.4;
}

.blog-single ol li + li {
  margin-top: 5px;
}

.blog-single__content ol:last-child {
  margin-bottom: 0;
}

.blog-single ul:not(.slick-dots) li {
  padding-left: 25px;
  position: relative;
}

.blog-single ul:not(.slick-dots) li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: block;
  background-color: #434a26;
}

.blog-single figure {
  width: 100%;
  padding-bottom: 16px;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  border-bottom: 1px solid rgba(67, 74, 38, 0.5);
}

.blog-single .image-wrapper {
  width: 100%;
  height: 410px;
}

.blog-single figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-single figure figcaption {
  margin-bottom: 0;
  margin-top: 15px;
  color: #434a26;
}

.blog-single__sidebar {
  max-width: 410px;
  width: 100%;
  padding-left: 60px;
}

.posts-nav {
  padding: 50px 0;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
  border-bottom: 1px solid rgba(67, 74, 38, 0.3);
}

.posts-nav .column {
  display: flex;
  flex-direction: column;
}

.posts-nav .column:nth-child(2) {
  align-items: flex-end;
  text-align: right;
}

.posts-nav__link {
  font-family: 'Philosopher';
  font-size: 22px;
  line-height: 22px;
  color: #434a26;
  text-decoration-color: transparent;
  transition: 0.3s;
  position: relative;
}

.posts-nav__link::before {
  content: '';
  position: absolute;
  top: 50%;
  border: solid #434a26;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 5.5px;
  border-radius: 2px;
}

.posts-nav__prev {
  padding-left: 26px;
}

.posts-nav__prev::before {
  transform: translateY(-50%) rotate(135deg);
  left: 1px;
}

.posts-nav__next {
  padding-right: 26px;
}

.posts-nav__next::before {
  transform: translateY(-50%) rotate(-45deg);
  right: 1px;
}

.posts-nav__link:hover {
  text-decoration-color: #434a26;
}

.posts-nav h2 {
  margin-top: 15px;
  font-size: 30px;
}

.blog-single__author {
  padding: 40px 0 50px;
}

.blog-single__author .author__name {
  color: var(--dark-green-color);
}

.blog-single__author h3 {
  color: #434a26;
}

.blog-single__author .author {
  margin-top: 25px;
}

.author {
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.author__avatar {
  height: 56px;
  width: 56px;
  border-radius: 50%;
  overflow: hidden;
}

.author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.author__info {
  display: flex;
  flex-direction: column;
}

.author__name {
  font-size: 22px;
  line-height: 25px;
}

.author__post-date {
  margin-top: 6px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  font-size: 18px;
  position: relative;
}

.author__post-date::before {
  content: '';
  width: 18px;
  height: 20px;
  background-image: url(../img/svg/calendar-icon.svg);
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
}

.blog-single__comments h3 {
  margin-bottom: 30px;
  color: #434a26;
}

.blog-single__comments img {
  width: 100%;
  height: auto;
}

.blog-single__sidebar {
  color: var(--dark-green-color);
}

.sidebar__info .column:nth-child(1) {
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(67, 74, 38, 0.3);
}

.sidebar__info .column:nth-child(2) {
  padding: 40px 0;
  border: solid rgba(67, 74, 38, 0.3);
  border-width: 0 0 1px;
}

.sidebar__info .column:nth-child(2) span {
  font-size: 16px;
}

.sidebar__info .column:nth-child(2) h3 {
  max-width: 289px;
  margin-bottom: 0;
  margin-top: 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.sidebar__info.sidebar__info ul {
  margin: 0;
}

.sidebar__info.sidebar__info ul li {
  padding-left: 0;
  line-height: initial;
}

.sidebar__info.sidebar__info ul li + li {
  margin-top: 10px;
}

.sidebar__info.sidebar__info ul li::before {
  display: none;
}

.sidebar__info.sidebar__info ul li a {
  text-decoration-color: transparent;
  color: var(--dark-green-color);
  transition: 0.3s;
}

.sidebar__info.sidebar__info ul li a:hover {
  text-decoration-color: var(--dark-green-color);
}

.sidebar__info span {
  font-size: 16px;
}

.sidebar__info span + h2 {
  margin-top: 10px;
}

.sidebar__info .typical-button,
.sidebar__info .typical-border-button {
  max-width: 267px;
  width: 100%;
  text-align: center;
}

.blog-single .typical-button {
  margin-top: 30px;
}

.sidebar__info .typical-border-button {
  margin-top: 10px;
  color: var(--light-green-color);
}

.sidebar__similar-posts {
  padding-top: 40px;
}

.sidebar__similar-posts h2 {
  margin-bottom: 20px;
}

.sidebar__similar-posts .posts-item {
  width: 100%;
  max-width: unset;
  padding-left: 0;
  padding-right: 0;
}

.sidebar__similar-posts .posts-item::after {
  bottom: 30px;
  left: 0;
  width: 100%;
}

.sidebar__info .column:nth-child(1) h2 {
  font-size: 30px;
  line-height: normal;
}

.sidebar__info .column:nth-child(1) ul {
  margin-top: 20px;
}

@media (min-width: 1025px) {
  .sidebar__similar-posts .posts-item:last-child {
    padding-bottom: 0;
  }

  .sidebar__similar-posts .posts-item:last-child::after {
    display: none;
  }
}

@media (max-width: 1400px) {
  .blog-single__main {
    width: calc(100% - 320px);
    padding-right: 25px;
  }

  .blog-single__sidebar {
    padding-left: 25px;
    max-width: 320px;
  }
}

@media (max-width: 1024px) {
  .blog-single {
    padding-bottom: 0;
  }

  .blog-single .wrapper {
    flex-direction: column;
  }

  .blog-single__main {
    width: 100%;
    padding-right: 0;
    border-right: 0;
  }

  .blog-single__sidebar {
    margin-top: 40px;
    padding-left: 0;
    max-width: unset;
  }

  .sidebar__similar-posts .posts__row {
    column-gap: 40px;
  }

  .sidebar__similar-posts .posts-item {
    width: calc(50% - 20px);
  }

  .sidebar__similar-posts .posts-item:nth-child(even):before {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    height: calc(100% - 60px);
    border-left: 1px solid rgba(67, 74, 38, 0.3);
  }

  .sidebar__info {
    display: flex;
    flex-wrap: wrap;
    column-gap: 40px;
  }

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

  .sidebar__info .column:nth-child(1) {
    padding-top: 40px;
    position: relative;
    border-top: 0;
  }

  .sidebar__info .column:nth-child(1) h2 {
    margin-bottom: 15px;
    font-size: 24px;
  }

  .sidebar__info .column:nth-child(1)::before {
    content: '';
    width: calc(100% + 16px);
    position: absolute;
    top: 0;
    left: -16px;
    border-top: 1px solid rgba(67, 74, 38, 0.3);
  }

  .blog-single .typical-button {
    margin-top: auto;
  }

  .sidebar__info .column:nth-child(2) {
    border-width: 1px 0;
  }

  .sidebar__info .column:nth-child(2) .typical-button {
    margin-top: 22px;
    margin-bottom: 0;
  }

  .sidebar__info .column:nth-child(2) .typical-button,
  .sidebar__info .column:nth-child(2) .typical-border-button {
    max-width: 290px;
    width: 100%;
  }
}

@media (max-width: 768px) {
  .blog-single h1 {
    font-size: 40px;
    line-height: 44px;
  }

  .blog-single h2 {
    font-size: 20px;
    line-height: 24px;
  }

  .blog-single h1 + h2 {
    margin-top: 20px;
  }

  .blog-single h3,
  .posts-nav__link,
  .author__name {
    font-size: 22px;
  }

  .blog-single__category,
  .blog-single__read-time,
  .blog-single ul:not(.slick-dots),
  .blog-single ol,
  .author__post-date {
    font-size: 16px;
  }

  .blog-single__content {
    padding-bottom: 30px;
  }

  .posts-nav__link::before {
    padding: 4px;
  }

  .posts-nav {
    padding: 25px 0;
  }

  .blog-single__author {
    padding: 20px 0 30px;
  }

  .blog-single__comments h3 {
    margin-bottom: 20px;
  }

  .author__post-date::before {
    width: 15px;
    height: 17px;
  }

  .blog-single__main-image,
  .blog-single .image-wrapper {
    height: auto;
    padding-top: 60%;
    position: relative;
    overflow: hidden;
  }

  .blog-single__main-image img,
  .blog-single .image-wrapper img {
    position: absolute;
    inset: 0;
  }

  .sidebar__info .column:nth-child(2) .typical-border-button {
    font-size: 16px;
  }

  .sidebar__info .column:nth-child(2) .typical-button,
  .sidebar__info .column:nth-child(2) .typical-border-button {
    max-width: unset;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
  }

  .sidebar__info .column:nth-child(2) h3 {
    max-width: unset;
    font-size: 24px;
  }

  .sidebar__info .column:nth-child(2) span {
    font-family: 'Philosopher';
    line-height: 22px;
  }

  .blog-single__content h3 {
    font-weight: 700;
  }
}

@media (max-width: 500px) {
  .sidebar__info .column:nth-child(1) ul {
    margin-top: 0;
  }

  .blog-single {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(67, 74, 38, 0.3);
  }

  .blog-single h1 {
    font-size: 24px;
    line-height: initial;
  }

  .blog-single h2 {
    font-size: 16px;
    line-height: 22px;
  }

  .posts-nav h2 {
    display: none;
  }

  .sidebar__similar-posts {
    padding-top: 20px;
  }

  .blog-single__sidebar {
    margin-top: 20px;
  }

  .sidebar__info .column.column {
    padding: 20px 0;
    width: 100%;
  }

  .sidebar__info .column + .column {
    border-top: 0;
  }

  .sidebar__info .column ul {
    column-count: 2;
  }

  .blog-single .posts-slider .slick-dots {
    margin-top: 5px;
  }

  .blog-single ul:not(.slick-dots) li::before {
    top: 9px;
  }

  .blog-single__meta {
    flex-direction: column;
    align-items: flex-start;
    font-size: 14px;
  }

  .blog-single__read-time,
  .blog-single__category + span {
    margin-top: 10px;
    font-size: 14px;
  }

  .blog-single__category + span {
    color: #434a26;
  }

  .blog-single h2 + p,
  .blog-single p + h2,
  .blog-single p + h3,
  .blog-single h3 + p,
  .blog-single h3 + ol,
  .blog-single h1 + h2,
  .blog-single h2:nth-child(2) + p {
    margin-top: 10px;
  }

  .blog-single p + p {
    margin-top: 15px;
  }

  .blog-single p + h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .blog-single ul:not(.slick-dots),
  .blog-single ol {
    margin: 10px 0 20px;
  }

  .blog-single figure figcaption {
    font-size: 12px;
  }

  .blog-single figure {
    padding-bottom: 5px;
  }

  .blog-single p {
    font-size: 14px;
  }

  .blog-single h3 {
    font-size: 16px;
    line-height: 22px;
  }

  .blog-single ul:not(.slick-dots),
  .blog-single ol {
    line-height: initial;
  }

  .blog-single ul:not(.slick-dots) li + li,
  .blog-single ol li + li {
    margin-top: 7px;
  }

  .blog-single__content {
    padding-bottom: 20px;
  }

  .posts-nav {
    position: relative;
  }

  .posts-nav::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: calc(100% - 50px);
    border-right: 1px solid rgba(67, 74, 38, 0.3);
  }

  .posts-nav__link::before {
    padding: 5px;
    border-width: 0 2px 2px 0;
  }

  .blog-single__author {
    padding-top: 15px;
  }

  .blog-single__author h3,
  .blog-single__comments h3 {
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    color: var(--dark-green-color);
  }

  .author__avatar {
    height: 48px;
    width: 48px;
  }

  .author__name {
    font-size: 16px;
    line-height: 22px;
  }

  .sidebar__info .column ul {
    column-count: 1;
    margin: 0;
  }

  .sidebar__info h2 {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 27px;
  }

  .sidebar__info span + h2 {
    margin-top: 5px;
    margin-bottom: 22px;
  }

  .sidebar__info ul li a,
  .sidebar__info span {
    font-size: 16px;
    line-height: 22px;
    font-family: 'Philosopher';
  }

  .sidebar__similar-posts h2 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 27px;
  }

  .blog-single ul:not(.slick-dots) li::before {
    top: 7px;
    width: 7px;
    height: 7px;
  }

  .blog-single ul:not(.slick-dots) li {
    font-size: 14px;
    line-height: 17px;
  }

  .blog-single figure {
    margin-bottom: 20px;
  }
}
/* end blog-single*/

/* blog-more-posts */
.blog-more-posts {
  padding-bottom: 45px;
}

.blog-more-posts h2 {
  margin-bottom: 40px;
  font-size: 50px;
}

.blog-more-posts .posts-item {
  width: 25%;
}

.blog-more-posts .posts__row {
  width: 100%;
}

@media (min-width: 1301px) {
  .blog-more-posts .posts {
    margin: 0 -20px;
  }

  .blog-more-posts .posts-item + .posts-item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 60px);
    border-left: 1px solid #d1d6d6;
  }

  .blog-more-posts .posts-item::after {
    display: none;
  }
}

@media (min-width: 501px) and (max-width: 1300px) {
  .blog-more-posts .posts-item {
    width: 50%;
  }

  .blog-more-posts .posts-item:nth-child(even):before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: calc(100% - 60px);
    border-left: 1px solid #d1d6d6;
  }

  .blog-more-posts .posts-item::after {
    bottom: 30px;
  }

  .blog-more-posts .posts-item:nth-last-child(-n + 2):after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .blog-more-posts h2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }
}

@media (max-width: 768px) {
  .blog-more-posts h2 {
    font-size: 24px;
    line-height: 24px;
  }
}

@media (max-width: 500px) {
  .blog-more-posts h2 {
    margin-bottom: 0;
  }

  .blog-more-posts {
    padding-bottom: 30px;
  }

  .blog-more-posts .posts-item {
    width: 100%;
    max-width: unset;
  }
}
/* end blog-more-posts */

/* questionnaire */
.questionnaire {
  padding: 17px 0 105px;
}

.questionnaire h1 {
  font-size: 50px;
  font-weight: 700;
  color: #232323;
}

.questionnaire__instruction {
  width: 100vw;
  margin-top: 27px;
  margin-left: -40px;
  padding: 31px 40px 32px;
  background: #d1d6d6;
}

.instruction__inner {
  max-width: 780px;
}

.questionnaire__instruction h2 {
  font-size: 30px;
  font-weight: 700;
  color: #232323;
}

.questionnaire__instruction p {
  color: var(--dark-green-color);
  line-height: normal;
}

.questionnaire b {
  font-weight: 700;
}

.questionnaire__instruction h2 + p {
  margin-top: 14px;
}

.questionnaire__instruction p + p {
  margin-top: 20px;
}

.questionnaire__form {
  margin-top: 5px;
}

.questionnaire__form fieldset {
  padding: 20px 11px;
  display: flex;
  flex-direction: column;
}

.questionnaire__form fieldset:nth-child(even) {
  background: #eee;
}

.questionnaire__form label {
  padding-left: 20px;
  position: relative;
  cursor: pointer;
  line-height: normal;
  color: #212529;
}

.questionnaire__form label + label {
  margin-top: 7px;
}

.questionnaire__form [type='radio'] {
  position: absolute;
  opacity: 0;
}

.questionnaire__form span::before {
  content: '';
  width: 13px;
  height: 13px;
  position: absolute;
  top: 2.5px;
  left: 0;
  background: #fff;
  border: 1.5px solid var(--dark-green-color);
  border-radius: 50px;
  box-sizing: border-box;
}

.questionnaire__form span::after {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  top: 5.5px;
  left: 3px;
  background: var(--dark-green-color);
  border-radius: 50px;
  transform: scale(0.5);
  opacity: 0;
  transition: 0.1s;
}

.questionnaire__form [type='radio']:checked + span::after {
  transform: scale(1);
  opacity: 1;
}

.questionnaire .typical-button {
  min-width: 305px;
  margin-top: 40px;
}

@media (max-width: 700px) {
  .questionnaire {
    padding-top: 5px;
    padding-bottom: 40px;
  }

  .questionnaire .typical-button {
    min-width: unset;
    margin-top: 15px;
  }

  .questionnaire__instruction {
    margin-top: 20px;
    margin-left: -16px;
    padding: 25px 16px 30px;
  }

  .questionnaire h1 {
    font-size: 24px;
  }

  .questionnaire__instruction h2 {
    font-size: 20px;
  }

  .questionnaire__form {
    margin-top: 10px;
  }

  .questionnaire__form label + label {
    margin-top: 10px;
  }

  .questionnaire__form fieldset:not(:nth-child(even)) {
    padding-left: 0;
    padding-right: 0;
  }

  .questionnaire__form fieldset:nth-child(even) {
    width: 100vw;
    margin-left: -16px;
    padding: 15px 16px;
  }
}
/* end questionnaire */

/* tests-result */
.tests-result {
}

.tests-result .wrapper {
  padding-top: 17px;
}

.tests-result h1 {
  font-size: 50px;
  font-weight: 700;
  color: #232323;
}

.tests-result__content {
  min-height: calc(100vh - (146px + 50px + 17px));
  width: 100vw;
  margin-top: 25px;
  margin-left: -40px;
  padding: 100px 40px 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #ebebeb;
}

.tests-result__inner {
  max-width: 850px;
}

.tests-result h3 {
  color: #ababab;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
}

.tests-result__score {
  margin-top: 20px;
  color: #232323;
  font-size: 50px;
  font-weight: 700;
  line-height: normal;
}

.tests-result__score-info {
  margin-top: 20px;
  font-weight: 700;
  line-height: normal;
}

.tests-result__score-info + p {
  margin-top: 20px;
}

.tests-result--not-passed .tests-result__score span,
.tests-result--not-passed .tests-result__score-info {
  color: #eb001b;
}

.tests-result--passed .tests-result__score span,
.tests-result--passed .tests-result__score-info {
  color: #00579f;
}

.tests-result p {
  line-height: normal;
  color: var(--dark-green-color);
}

.tests-result .buttons-container {
  margin-top: 40px;
  display: flex;
  column-gap: 27px;
}

.tests-result .typical-border-button {
  padding: 16px 30px;
  color: #404828;
}

@media (max-width: 1024px) {
  .tests-result__content {
    min-height: unset;
  }
}

@media (max-width: 768px) {
  .tests-result .buttons-container {
    row-gap: 20px;
  }

  .tests-result .buttons-container a {
    width: calc(50% - 10px);
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }

  .tests-result h1,
  .tests-result__score {
    font-size: 24px;
  }

  .tests-result h3 {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .tests-result__content {
    margin-left: -16px;
    padding: 40px 16px;
  }
}

@media (max-width: 640px) {
  .tests-result .buttons-container {
    margin-top: 30px;
    flex-direction: column;
  }

  .tests-result .buttons-container a {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .tests-result .wrapper {
    padding-top: 7px;
  }
}
/* end tests-result */

@media (min-width: 501px) {
  .mobile-visible {
    display: none !important;
  }
}

@media (max-width: 501px) {
  .visibility-on-mobile .breadcrumbs {
    display: block;
  }

  .mobile-hidden {
    display: none !important;
  }
}

.single-post .main,
.category .main,
.search-results .main,
.search-no-results .main,
.disable-scroll-footer .main {
  margin-bottom: 0;
  border-radius: 0;
  background-color: var(--light-bg-color);
}

.single-post .footer,
.category .footer,
.search-results .footer,
.search-no-results .footer,
.disable-scroll-footer .footer {
  position: static !important;
  height: auto !important;
}

@media (max-width: 500px) {
  .single-post .main {
    padding-top: 30px;
  }

  .blog-category-menu {
    margin-bottom: 30px;
  }
}

.posts__row-more {
  width: 100%;
}

/* Landing */
@media (min-height: 857px) and (min-width: 761px) {
  .page-template-template-landing .main {
    margin-bottom: 574px;
  }

  .page-template-template-landing .footer {
    height: 574px;
  }
}

.page-template-template-landing .main {
  background-color: var(--light-bg-color);
}

.page-template-template-landing .footer-center {
  display: none;
}

.md-visible {
  display: none;
}

@media (max-width: 1330px) {
  .md-hidden {
    display: none;
  }

  .md-visible {
    display: block;
  }

  .page-template-template-landing .header {
    background-color: #f5f5f5;
  }

  .page-template-template-landing .menu-button__burger,
  .page-template-template-landing .menu-button__burger::before,
  .page-template-template-landing .menu-button__burger::after {
    background-color: #102420;
  }
}

/* landing-hero */
.landing-hero {
  /* padding-top: 30px; */
  color: var(--dark-green-color);
  line-height: normal;
  background-color: #f5f5f5;
}

.landing-hero .row {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 80px;
}

.landing-hero .column:nth-child(2) {
  width: calc(50% - 40px);
  display: flex;
  justify-content: center;
}

.landing-hero video {
  width: 100%;
  max-height: 750px;
}

@media(min-width: 700px) {
	.landing-hero video {
		min-height: 750px
	}
}

.landing-hero h1 {
  font-size: 50px;
  font-weight: 700;
}

.landing-hero h2 {
  margin-top: 30px;
  font-size: 30px;
  font-weight: 700;
}

.landing-hero p {
  margin-top: 20px;
}

.landing-hero .typical-button {
  margin-top: 30px;
}

.landing-hero .column:nth-child(1) {
  max-width: 486px;
  width: 100%;
}

.landing-hero img {
  width: 100%;
}

@media (max-width: 1220px) {
  .landing-hero .row {
    column-gap: 0;
  }

  .landing-hero img {
    width: 130%;
    margin-left: -10%;
  }
}

@media (max-width: 1024px) {
  .landing-hero {
    padding: 20px 0;
  }

  .landing-hero .row {
    column-gap: 20px;
  }

  .landing-hero .column.column {
    width: calc(50% - 10px);
  }
}

@media (max-width: 768px) {
  .landing-hero h1 {
    font-size: 45px;
  }

  .landing-hero h2 {
    margin-top: 10px;
    font-size: 24px;
  }

  .landing-hero .typical-button {
    margin-top: 40px;
  }
}

@media (max-width: 700px) {
  .landing-hero {
    padding: 4px 0 63px;
  }

  .landing-hero .row {
    flex-direction: column-reverse;
  }

  .landing-hero .column.column {
    width: 100%;
  }

  .landing-hero video {
    width: 70%;
    max-height: unset;
    margin: 0 auto;
    display: block;
  }

  .landing-hero .column:nth-child(1) {
    max-width: unset;
  }
}
/* end landing-hero */

/* for-who */
.for-who {
  padding: 80px 0;
  background: #d9d9d9;
  color: var(--dark-green-color);
  line-height: normal;
  position: relative;
}

.for-who::before {
  content: '';
  max-width: 1270px;
  max-height: 755px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 185px;
  bottom: 60px;
  background-image: url(../img/svg/bg-line.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.for-who .row {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 100px;
  position: relative;
}

.for-who .column:nth-child(1) {
  max-width: 600px;
  width: 100%;
  padding-left: 70px;
}

.for-who .column:nth-child(2) img {
  max-width: 685px;
  width: 100%;
  height: auto;
}

.for-who h2 {
  margin-left: -70px;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.for-who h2::before {
  content: '';
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  top: -78px;
  left: -80px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50%;
}

.for-who h2::after {
  content: '';
  width: 55px;
  height: 86px;
  position: absolute;
  top: -100px;
  left: 55px;
  z-index: 0;
  background-image: url(../img/svg/question-mark.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.for-who h2 span {
  color: #fbf9f7;
  position: relative;
  z-index: 1;
}

.for-who h2 span::before {
  content: '';
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: -1;
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: var(--dark-green-color);
}

.for-who h3 {
  margin-top: 80px;
  font-size: 30px;
  font-weight: 700;
}

.for-who p {
  margin-top: 20px;
}

@media (max-width: 1500px) {
  .for-who::before {
    width: 80%;
    height: 80%;
    left: 20px;
    bottom: 60px;
  }
}

@media (max-width: 1220px) {
  .for-who .row {
    column-gap: 20px;
  }

  .for-who .column:nth-child(1) {
    padding-left: 0;
  }

  .for-who h2 {
    margin-left: 0;
  }

  .for-who h2::after {
    display: none;
  }
}

@media (max-width: 768px) {
  .for-who {
    padding: 75px 0 85px;
  }

  .for-who .row {
    flex-direction: column-reverse;
  }

  .for-who .column:nth-child(2) {
    padding: 0 50px;
  }

  .for-who .column:nth-child(1) {
    margin-top: 96px;
  }

  .for-who .column:nth-child(2) img {
    max-width: 350px;
  }

  .for-who h2 {
    font-size: 35px;
  }

  .for-who h3 {
    font-family: 'Montserrat';
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
  }

  .for-who h2 span::before {
    width: 98px;
    height: 98px;
    top: 45%;
    right: -7px;
  }

  .for-who h2::before {
    width: 70px;
    height: 70px;
    top: -58px;
    left: -60px;
  }

  .for-who::before {
    display: none;
  }
}

@media (max-width: 500px) {
  .for-who .column:nth-child(2) {
    padding: 0 34px;
  }

  .for-who::before {
    max-width: 314px;
    max-height: 554px;
    width: 100%;
    height: 100%;
    transform: none;
    left: 0;
    bottom: 36px;
    display: block;
    background-image: url(../img/svg/bg-line-mobile.svg);
  }
}
/* end for-who */

/* how-it-works */
.how-it-works {
  padding: 120px 0 40px;
  color: var(--dark-green-color);
  background-color: #f5f5f5;
  position: relative;
}

.how-it-works::before {
  content: '';
  max-width: 783px;
  max-height: 699px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 35%;
  top: 53%;
  transform: translate(-50%, -50%);
  background-image: url(../img/svg/bg-lines-invert.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.how-it-works .row {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 40px;
}

.how-it-works .column:nth-child(2) {
  max-width: 470px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.how-it-works .column:nth-child(2) img {
  width: auto;
  height: 875px;
}

.how-it-works .column:nth-child(1) {
  padding-left: 70px;
}

.how-it-works h2 {
  margin-left: -70px;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.how-it-works h2::before {
  content: '';
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: -5px;
  left: -50px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50%;
}

.how-it-works h2::after {
  content: '';
  width: 55px;
  height: 86px;
  position: absolute;
  top: -100px;
  left: 45px;
  z-index: 0;
  background-image: url(../img/svg/question-mark-grey.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.how-it-works h2 span:nth-child(2) {
  position: relative;
  z-index: 3;
}

.how-it-works h2 span:nth-child(1) {
  color: #fbf9f7;
  position: relative;
  z-index: 1;
}

.how-it-works h2 span:nth-child(1)::before {
  content: '';
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  bottom: -25px;
  right: -12px;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--dark-green-color);
}

.how-it-works ol {
  max-width: 356px;
  margin-top: 60px;
  position: relative;
  z-index: 3;
}

.how-it-works ol li {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.how-it-works ol li + li {
  margin-top: 20px;
}

.how-it-works ol span {
  font-family: 'Philosopher';
  font-size: 110px;
  font-weight: 400;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--dark-green-color);
  -webkit-text-fill-color: transparent;
}

@media (max-width: 1500px) {
  .how-it-works h2 span:nth-child(1)::before {
    bottom: -6px;
    right: -23px;
  }
}

@media (max-width: 1220px) {
  .how-it-works .row {
    column-gap: 0;
  }

  .how-it-works .column:nth-child(1) {
    padding-left: 0;
  }

  .how-it-works h2 {
    margin-left: 0;
  }
}

@media (max-width: 1024px) {
  .how-it-works::before {
    width: 55%;
    height: 55%;
    left: 16px;
    transform: translateY(-50%);
    background-image: url(../img/svg/bg-lines-invert-mobile.svg);
  }

  .how-it-works .column:nth-child(2) img {
    width: 150%;
    height: auto;
  }
}

@media (max-width: 768px) {
  .how-it-works {
    padding: 120px 0 55px;
  }

  .how-it-works .row {
    flex-direction: column;
  }

  .how-it-works .column:nth-child(2) {
    width: 100%;
  }

  .how-it-works h2 {
    font-size: 35px;
  }

  .how-it-works h2 br {
    display: none;
  }

  .how-it-works ol {
    margin-top: 30px;
    max-width: unset;
  }

  .how-it-works .column:nth-child(2) img {
    width: 150%;
    margin: 0 auto;
    display: block;
  }

  .how-it-works h2 span:nth-child(1)::before {
    width: 114px;
    height: 114px;
  }

  .how-it-works::before {
    width: 40%;
    height: 40%;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    background-image: url(../img/svg/bg-lines-invert-mobile.svg);
  }
}

@media (max-width: 550px) {
  .how-it-works h2 {
    max-width: 220px;
  }

  .how-it-works h2 span:nth-child(1)::before {
    bottom: -5px;
    right: -30px;
  }

  .how-it-works h2::after {
    top: -30px;
    left: unset;
    right: -64px;
  }

  .how-it-works ol {
    margin-top: 10px;
  }

  .how-it-works ol li {
    column-gap: 5px;
  }

  .how-it-works .column:nth-child(2) img {
    width: 180%;
  }

  .how-it-works::before {
    width: 55%;
    height: 55%;
    left: 50%;
    top: 150px;
    transform: translateX(-50%);
    background-image: url(../img/svg/bg-lines-invert-mobile.svg);
  }
}

@media (max-width: 400px) {
  .how-it-works::before {
    width: 75%;
    height: 75%;
  }
}

@media (max-width: 375px) {
  .how-it-works::before {
    width: 85%;
    height: 85%;
  }
}
/* end how-it-works*/

/* what-can-do */
.what-can-do {
  padding: 300px 0 190px;
  background-color: #d2d0d0;
  color: var(--dark-green-color);
  line-height: normal;
}

.what-can-do .wrapper {
  max-width: 1010px;
  margin: 0 auto;
}

.what-can-do .row {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}

.what-can-do__item {
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 20px;
  text-align: center;
}

.what-can-do__item img {
  height: 130px;
  width: auto;
}

.what-can-do h2 {
  margin-left: -125px;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.what-can-do h2::before {
  content: '';
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: -95px;
  left: -90px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50%;
}

.what-can-do h2::after {
  content: '';
  width: 55px;
  height: 86px;
  position: absolute;
  top: -100px;
  left: 65px;
  z-index: 0;
  background-image: url(../img/svg/question-mark.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.what-can-do h2 span {
  color: #fbf9f7;
  position: relative;
  z-index: 1;
}

.what-can-do h2 span::before {
  content: '';
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  bottom: -10px;
  right: -20px;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--dark-green-color);
}

@media (max-width: 1350px) {
  .what-can-do .wrapper {
    max-width: unset;
  }

  .what-can-do h2 {
    margin-left: 0;
  }

  .what-can-do__item {
    width: calc(33.333% - 13.333px);
  }
}

@media (max-width: 768px) {
  .what-can-do {
    padding: 115px 0 110px;
    position: relative;
  }

  .what-can-do::before {
    content: '';
    width: calc(100% - 20px);
    height: auto;
    position: absolute;
    left: 50%;
    top: 80px;
    bottom: 5px;
    transform: translateX(-50%);
    z-index: 0;
    background-image: url(../img/svg/bg-lines-what-can-do-mobile.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .what-can-do .wrapper {
    position: relative;
  }

  .what-can-do .row {
    margin-top: 0;
    flex-wrap: wrap;
  }

  .what-can-do__item {
    width: 100%;
    max-width: unset;
    margin-top: 50px;
    row-gap: 10px;
  }

  .what-can-do h2 {
    font-size: 35px;
  }

  .what-can-do h2 br {
    display: none;
  }

  .what-can-do h2 span::before {
    width: 98px;
    height: 98px;
    right: -10px;
  }

  .what-can-do h2::before {
    width: 70px;
    height: 70px;
    top: -75px;
    left: -60px;
  }
}

@media (max-width: 550px) {
  .what-can-do h2 {
    max-width: 255px;
  }

  .what-can-do h2::after {
    top: -30px;
    left: unset;
    right: -47px;
  }
}
/* end what-can-do */

/* how-to-start */
.how-to-start {
  padding: 266px 0 190px;
  background-color: #f5f5f5;
  color: var(--dark-green-color);
  line-height: normal;
  position: relative;
}

.how-to-start::after {
  content: '';
  max-width: 565px;
  max-height: 337px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 183px;
  left: 52%;
  z-index: 2;
  transform: translateX(-50%);
  background-image: url(../img/svg/bg-lines-small.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.how-to-start .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.how-to-start .column {
  max-width: 450px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 40px;
  text-align: center;
}

.how-to-start .column h2 + span,
.how-to-start .column a + span,
.how-to-start .column a {
  z-index: 3;
}

.how-to-start .row {
  margin-top: 40px;
  max-width: 855px;
}

.how-to-start h3 {
  margin-bottom: 35px;
  font-size: 30px;
  font-weight: 700;
}

.how-to-start .faq-item {
  border-top: 2px solid rgba(16, 36, 32, 0.1);
  border-bottom: 0;
}

.how-to-start .faq-item:last-child {
  border-bottom: 2px solid rgba(16, 36, 32, 0.1);
}

.how-to-start h2 {
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.how-to-start h2::before {
  content: '';
  width: 120px;
  height: 120px;
  display: block;
  position: absolute;
  top: -120px;
  left: -40px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50%;
}

.how-to-start h2::after {
  content: '';
  width: 55px;
  height: 86px;
  position: absolute;
  top: -113px;
  left: 41px;
  z-index: 0;
  background-image: url(../img/svg/question-mark-grey.svg);
  background-size: cover;
  background-repeat: no-repeat;
}

.how-to-start h2 span {
  color: #fbf9f7;
  position: relative;
  z-index: 1;
}

.how-to-start h2 span::before {
  content: '';
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  bottom: -15px;
  right: -20px;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--dark-green-color);
}

@media (max-width: 768px) {
  .how-to-start {
    padding: 145px 0 70px;
  }

  .how-to-start h2 {
    font-size: 35px;
  }

  .how-to-start h3 {
    margin-bottom: 25px;
    font-size: 24px;
  }

  .how-to-start h4 {
    font-size: 20px;
  }

  .how-to-start .faq-item__title {
    padding: 25px 0;
  }

  .how-to-start h2 span::before {
    width: 98px;
    height: 98px;
    bottom: -24px;
    right: -8px;
  }

  .how-to-start h2::before {
    width: 70px;
    height: 70px;
    top: -70px;
    left: -10px;
  }

  .how-to-start h2::after {
    top: -80px;
    left: unset;
    right: -85px;
  }
}

@media (max-width: 550px) {
  .how-to-start .column {
    row-gap: 0;
  }

  .how-to-start h2 {
    align-self: flex-start;
  }

  .how-to-start h2 + span {
    margin-top: 50px;
  }

  .how-to-start .typical-button {
    margin-top: 10px;
  }

  .how-to-start .typical-button + span {
    margin-top: 22px;
    text-align: left;
  }

  .how-to-start::after {
    top: 103px;
    left: 0px;
    z-index: unset;
    transform: none;
    background-image: url(../img/svg/bg-lines-small-mobile.svg);
  }

  .how-to-start .row {
    margin-top: 50px;
    position: relative;
    z-index: 3;
  }
}
/* end how-to-start */

/* diary-of-headpain */
.diary-of-headpain {
  padding: 90px 0 70px;
  background-color: #d9d9d9;
  color: var(--dark-green-color);
  position: relative;
  line-height: normal;
}

.diary-of-headpain::before {
  content: '';
  max-width: 1270px;
  max-height: 712px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 44%;
  top: 100px;
  bottom: 113px;
  transform: translateX(-50%);
  background-image: url(../img/svg/bg-lines-thin.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.diary-of-headpain .container {
  max-width: calc(1370px + 80px);
}

.diary-of-headpain .row {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 170px;
}

.diary-of-headpain .column {
  position: relative;
  z-index: 1;
}

.diary-of-headpain .column:nth-child(1) {
  max-width: 600px;
  padding-left: 70px;
}

.diary-of-headpain h2 {
  margin-left: -70px;
  font-size: 50px;
  font-weight: 700;
  position: relative;
}

.diary-of-headpain h2::before {
  content: '';
  width: 96px;
  height: 96px;
  display: block;
  position: absolute;
  top: -110px;
  left: -70px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 50%;
}

.diary-of-headpain h2 span {
  color: #fbf9f7;
  position: relative;
  z-index: 1;
}

.diary-of-headpain h2 span::before {
  content: '';
  width: 135px;
  height: 135px;
  display: block;
  position: absolute;
  bottom: -10px;
  right: 2px;
  z-index: -1;
  border-radius: 50%;
  background-color: var(--dark-green-color);
}

.diary-of-headpain h3 {
  margin-top: 40px;
  font-size: 30px;
  font-weight: 700;
}

.diary-of-headpain p {
  margin-top: 20px;
}

.diary-of-headpain img {
  max-width: 600px;
  width: 100%;
  height: auto;
  position: relative;
}

@media (max-width: 1220px) {
  .diary-of-headpain .row {
    column-gap: 40px;
  }

  .diary-of-headpain .column:nth-child(1) {
    max-width: calc(50% - 20px);
    padding-left: 0;
  }

  .diary-of-headpain h2 {
    margin-left: 0;
  }
}

@media (max-width: 950px) {
  .diary-of-headpain .column:nth-child(1) {
    max-width: unset;
  }

  .diary-of-headpain .column:nth-child(2) {
    display: none;
  }
}

@media (max-width: 768px) {
  .diary-of-headpain {
    padding: 125px 0 40px;
  }

  .diary-of-headpain h2 {
    font-size: 35px;
  }

  .diary-of-headpain h3 {
    margin-top: 11px;
    font-size: 24px;
  }

  .diary-of-headpain h3 + p {
    margin-top: 30px;
  }

  .diary-of-headpain h2 span::before {
    width: 98px;
    height: 98px;
  }

  .diary-of-headpain h2::before {
    width: 70px;
    height: 70px;
    top: -80px;
    left: -50px;
  }
}

@media (max-width: 550px) {
  .diary-of-headpain::before {
    width: 80%;
    height: 80%;
    left: 37%;
    top: 76px;
    background-image: url(../img/svg/bg-lines-thin-mobile.svg);
  }
}

a.not-active {
  pointer-events: none;
  cursor: default;
}
/* end diary-of-headpain */

@media(max-width: 1350px) {
	body.admin-bar .header .menu {
		top: 62px;
   	 	height: calc(100vh - 62px);
	}
	
	
	body.admin-bar .header:has(.menu.active) .menu-button {
		top: 85px;
	}
}

@media(max-width: 768px) {
	body.admin-bar .header .menu {
		top: 76px;
   	 	height: calc(100vh - 76px);
	}
	
	body.admin-bar .header:has(.menu.active) .menu-button {
		top: 100px;
	}
}

.header .menu .current-menu-item:not(.menu-item-object-custom) > a::after {
	opacity: 1 !important;
}

.book-call-page .header .menu {
	z-index: 1;
}