@font-face {
  font-family: "Visuelt Pro";
  src: url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Regular.eot");
  src: local("/wp-content/themes/eco_cremation/fonts/VisueltPro-Regular"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Regular.woff2")
      format("woff2"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Regular.woff")
      format("woff"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Regular.ttf")
      format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Visuelt Pro";
  src: url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Bold.eot");
  src: local("/wp-content/themes/eco_cremation/fonts/VisueltPro-Bold"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Bold.woff2")
      format("woff2"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Bold.woff")
      format("woff"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Bold.ttf")
      format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Visuelt Pro";
  src: url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Medium.eot");
  src: local("VisueltPro-Medium"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Medium.woff2")
      format("woff2"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Medium.woff")
      format("woff"),
    url("/wp-content/themes/eco_cremation/fonts/VisueltPro-Medium.ttf")
      format("truetype");
  font-weight: 500;
  font-style: normal;
}
body {
  margin: 0;
  padding: 0;
  font-family: "Visuelt Pro", sans-serif;
  color: #495456;
  line-height: 1.5;
  font-size: 18px;
  font-weight: 400;
  background-color: #fff;
}
* {
  box-sizing: border-box;
}
::selection {
  background-color: rgb(218, 228, 255);
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  padding: 0;
  margin: 0;
  color: #000;
  line-height: 1.25;
  font-family: "Visuelt Pro", sans-serif;
}
h1,
h2 {
  font-family: "Arbutus Slab", serif;
}
h1 {
  font-size: 48px;
}
ul,
li {
  padding: 0;
  margin: 0;
  display: block;
}
p {
  padding: 0;
  margin: 0;
}
.container {
  width: 1200px;
  margin: 0 auto;
}
.container_flex {
  display: flex;
  align-items: center;
}
a {
  text-decoration: none;
  color: #000;
}
img {
  display: block;
  max-width: 100%;
  object-fit: cover;
}
.section-title {
  margin-bottom: 24px;
  font-size: 40px;
}
.white {
  color: #fff;
}
/** HEADER **/
.header {
  padding: 14px 0;
  background: #fff;
  border-bottom: 1px solid rgb(222, 219, 221);
}
.home .header,
.page-template-about .header {
  background: #439e4e;
  border-bottom: none;
}
.header__wrapper {
  display: flex;
  align-items: center;
}
.logo img {
  width: 100%;
  z-index: 4;
  position: relative;
}
.logo {
  width: 90px;
}
.home .logo img,
.page-template-about .logo img {
  filter: brightness(0) invert(1);
}
.header__nav {
  margin-left: 32px;
}
.header__menu {
  display: flex;
  align-items: center;
}
.header__menu li:not(:last-of-type) {
  margin-right: 32px;
}
.header__menu li a {
  border-bottom: 2px solid transparent;
  color: #000;
  padding-bottom: 5px;
}
.header__menu li a:hover {
  border-bottom: 2px solid #000;
}
.home .header__menu li a,
.page-template-about .header__menu li a {
  color: #fff;
}
.home .header__menu li a:hover,
.page-template-about .header__menu li a:hover {
  border-bottom: 2px solid #fff;
}
.btn {
  background: #439e4e;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Visuelt Pro", sans-serif;
  border: none;
  border-radius: 4px;
  max-width: 180px;
  width: 100%;
  height: 40px;
  font-weight: 500;
  font-size: 18px;
  cursor: pointer;
  transition: 0.3s all ease;
}
.header__btn.btn {
  margin-left: auto;
}
.home .btn,
.page-template-about .btn {
  background: #027561;
}
.home .header__btn:hover,
.page-template-about .header__btn:hover {
  background: #02756196;
}
.btn:hover {
  background: #439e4eb8;
}
.menu-btn {
  display: none;
  cursor: pointer;
  position: relative;
  width: 30px;
  height: 11px;
  z-index: 3;
}
.menu-btn::before,
.menu-btn::after {
  content: "";
  background-color: #000;
  position: absolute;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.3s ease 0s;
}
.home .menu-btn::before,
.home .menu-btn::after,
.page-template-about .menu-btn::before,
.page-template-about .menu-btn::after {
  background-color: #fff;
}
.menu-btn:before {
  top: 0;
}
.menu-btn:after {
  bottom: 0;
}
.menu-btn.active:before {
  transform: rotate(45deg);
}
.menu-btn.active:after {
  transform: rotate(-45deg);
  bottom: 9px;
}
.first-screen {
  background: #439e4e;
  margin-top: -1px;
}
.first-screen h1 {
  text-align: center;
  margin-bottom: 32px;
  color: #fff;
}
.first-screen__img {
  position: relative;
  width: 500px;
  margin: 0 auto 20px;
}
.first-screen__img img {
  position: relative;
  pointer-events: none;
  z-index: 1;
}
.first-screen__img span {
  right: 13%;
  top: 22%;
  font-size: 15px;
  position: absolute;
	justify-content: center;
  width: 96px;
  height: 96px;
  padding: 9px;
  line-height: 1.25;
  border-radius: 50%;
  background: rgb(255, 255, 255);
  transform: rotate(-15deg);
  font-weight: 700;
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 16px;
  color: #000;
}
.first-screen__list {
  display: flex;
  gap: 24px;
  margin: 0px auto 72px;
  max-width: 900px;
}
.first-screen__list li {
  border-radius: 4px;
  background: #fff;
  transition: all 0.3s ease;
  width: 100%;
}
.first-screen__list li:hover {
  background: #fffc;
}
.first-screen__list li a {
  font-weight: 500;
  line-height: 1.34;
  padding: 13px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.first-screen__list li a span {
  margin-right: 14px;
}
.green-uzor {
  background: url("/wp-content/uploads/2023/05/edge-1144-1.png") no-repeat
    center center / cover;
  height: 106px;
  position: relative;
  background-color: #fff;
  margin-top: -1px;
}
.green-uzor.green-uzor_rotate {
  transform: rotate(180deg);
}
.green-uzor svg {
  position: absolute;
  fill: #439e4e;
}
.best-specialists {
  margin: 72px 0 32px;
}
.best-specialists__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best-specialists__descr {
  max-width: 700px;
}
.best-specialists__img img {
  border-radius: 4px;
}
.best-specialists__img {
  max-width: 400px;
}
.best-specialists__slider {
  margin-top: 72px;
}
.review {
  background-color: #f8f9fa;
  border-radius: 2px;
  box-shadow: 0 1px 0 0 rgba(182, 196, 210, 0.4);
  display: inline-block;
  height: 159px;
  line-height: 16px;
  margin: 0 12px 0 12px;
  padding: 15px;
  position: relative;
  vertical-align: middle;
  white-space: normal;
}
.review__top {
  display: flex;
  gap: 8px;
  margin-bottom: 14px;
}
.review__star .tp-star:nth-of-type(-n + 5) .tp-star__canvas,
.review__star .tp-star:nth-of-type(-n + 5) .tp-star__canvas--half {
  fill: #439e4e;
}
.tp-stars .tp-star__shape {
  fill: #fff;
}
.review__star svg {
  height: 100%;
  width: 100%;
  max-width: 100px;
}
.review__verification {
  -ms-flex-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  margin-top: 2px;
  overflow: hidden;
}
.review__verification svg {
  width: 14px;
  height: 100%;
  margin: 0 4px 2px auto;
}
.review__center {
}
.review__title {
  color: #1f2936;
  font-size: 14px;
  display: block;
  font-weight: 700;
  height: 16px;
  margin: 0 0 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review__text {
  color: #191919;
  font-size: 13px;
  line-height: 16px;
  max-height: 50px;
  overflow: hidden;
  word-wrap: break-word;
}
.review__bottom {
  display: flex;
  color: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 15px;
  bottom: 12px;
  font-size: 12px;
  max-height: 16px;
}
.review__name {
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.review__data {
  margin-left: 3px;
}
.best-specialists__slider .slick-arrow {
  background-image: url("/wp-content/themes/eco_cremation/icons/icon-left.svg");
  background-size: cover;
  width: 24px;
  height: 24px;
}
.best-specialists__slider .slick-next.slick-arrow {
  transform: rotate(180deg);
}
.slick-prev:before,
.slick-next:before {
  content: none;
}
.best-specialists__slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.bold-underline {
  border-bottom: 1px solid rgba(25, 25, 25, 0.6);
}
.best-specialists__bottom-text {
  text-align: center;
  margin: 10px 0 5px;
  display: block;
  font-size: 12px;
}
.best-specialists__bottom-img {
  width: 80px;
  margin: 0 auto;
  display: block;
}
.probate {
  padding-top: 72px;
  border-top: 1px solid rgb(222, 219, 221);
  background: #f9f9f9;
  overflow: hidden;
}
.probate__list {
  display: flex;
  justify-content: center;
  margin-bottom: 72px;
}
.probate__item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  border: 1px solid rgb(222, 219, 221);
  border-radius: 4px;
  width: 33%;
  padding: 24px;
}
.probate__img img {
  margin: 0 auto;
}
.probate__descr h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 24px;
  color: #000;
}
.probate__descr > p {
  margin-bottom: 24px;
}
.probate__descr > a {
  background-color: #439e4e;
  font-size: 18px;
  line-height: 1.34;
  padding: 13px 20px;
  color: #fff;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s ease;
}
.probate__descr > a:hover {
  background-color: #027561;
}
.probate__bottom {
  background-color: #439e4e;
  padding-bottom: 32px;
}
.probate .green-uzor {
  background-color: #f9f9f9;
}
.probate__bottom-wrapper {
  display: flex;
  justify-content: space-evenly;
}
.probate__bottom-img img {
  transform: rotate(10deg);
  margin-bottom: -80px;
  position: relative;
  top: -15px;
}
.probate__bottom-text {
  color: #fff;
  max-width: 740px;
}
.probate__bottom-text > p:first-of-type {
  margin-bottom: 16px;
}
.support-block__wrapper {
  padding: 20px 0;
  align-items: center;
}

.support-block__contact-img {
  display: inline-flex;
  padding-left: 10px;
  flex-direction: row-reverse;
}
.support-block__contact-img img {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  width: 50px;
  margin-left: -10px;
}
.support-block__contact > span {
  width: 1px;
  height: 54px;
  background-color: rgb(222, 219, 221);
  margin: 0 16px;
  display: block;
}
.support-block__descr {
  padding-right: 32px;
}
.support-block__contact-phone {
  display: flex;
  line-height: 1;
  align-items: center;
  color: rgb(0, 0, 0);
  font-weight: 700;
  font-size: 24px;
}
.support-block__contact-phone > svg {
  margin-right: 10px;
}
.support-block__contact {
  display: flex;
  align-items: center;
  margin-top: 35px;
}
.support-block__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.support-block__logo {
  padding: 16px 0px;
  border: 1px solid rgb(222, 219, 221);
  background: rgb(249, 249, 249);
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  width: 100%;
  margin-bottom: 50px;
}
.support-block__logo * {
  margin: 8px 16px;
}
.guides {
  background-color: #439e4e;
  padding-bottom: 48px;
}
.guides__offer {
  max-width: 584px;
  margin-bottom: 48px;
}
.guides__list {
  display: flex;
  gap: 48px;
  margin-bottom: 48px;
}
.guides__descr {
  padding: 24px;
}
.guides__descr h3 {
  font-size: 32px;
  line-height: 1.25;
  color: rgb(0, 0, 0);
  margin-bottom: 24px;
  font-family: "Arbutus Slab", serif;
  font-weight: 400;
}
.guides__descr > p {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
  color: rgb(0, 0, 0);
}
.guides__item {
  height: 385px;
  background: rgb(255, 255, 255);
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  width: 31%;
}
.guides__item > a {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.guides__item:hover h3 {
  text-decoration: underline;
}
.guides__link {
  justify-content: center;
  display: flex;
  color: #fff;
  align-items: center;
}
.guides__link:hover span {
  text-decoration: none;
}
.guides__link span {
  text-decoration: underline;
}
.guides__link svg {
  display: block;
  margin-left: 8px;
}
.footer {
  padding: 32px 0;
}
.footer__wrapper {
  display: flex;
  gap: 48px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgb(141, 148, 149);
}
.footer__item {
  width: 160px;
}
.footer__item:nth-child(2) {
  width: 368px;
}
.footer__item:nth-child(3) {
  width: 264px;
}
.footer__item:nth-child(4) {
  width: 264px;
  display: flex;
}
.footer__item:nth-child(4) img {
  margin-top: auto;
}
.footer__logo img {
  width: 90px;
}
.footer__logo {
  border-bottom: 1px solid rgb(141, 148, 149);
  padding-bottom: 15px;
  margin-bottom: 24px;
}
.footer__item-title {
  border-bottom: 1px solid rgb(141, 148, 149);
  padding: 15px 0;
  margin-bottom: 24px;
}
.footer__item-title h3 {
  font-size: 18px;
  font-weight: 700;
}
.footer__menu a:hover {
  text-decoration: underline;
}
.footer__serveces a {
  line-height: 1.25;
  font-size: 32px;
  font-weight: 500;
  position: relative;
  display: block;
  margin-bottom: 8px;
}
.footer__serveces a svg {
  position: absolute;
  right: 0px;
  top: 50%;
  transition: transform 0.15s ease-in-out 0s;
  transform: translate(0px, -50%);
  transform-origin: right center;
}
.footer__serveces a:hover {
  text-decoration: underline;
}
.footer__serveces a:hover svg {
  transform: translate(-4px, -50%);
}
.footer__contacts > a {
  font-weight: 700;
  display: block;
  margin-bottom: 16px;
}
.footer__contacts > a:hover {
  text-decoration: underline;
}
.footer__bottom {
  padding-top: 24px;
  display: flex;
  align-items: center;
	justify-content: space-between;
}
.footer__soc {
  display: flex;
	align-items: center;
  margin-right: 48px;
}
.footer__soc > a {
  display: block;
  margin-right: 8px;
  font-size: 16px;
  padding: 6px;
}
.footer_term_wrap{
	display: flex;
	align-items: center;
    gap: 20px;
}
.footer_term_wrap  > a{
	  font-size: 16px;
}
.footer_term_wrap  > a:hover {
  text-decoration: underline;
}
.footer__soc > a:hover {
  text-decoration: underline;
}
.footer__soc > a svg {
  transition: all 0.3s ease;
}
.footer__soc > a:hover svg {
  transform: scale(1.1);
}
.footer__copy {
  font-size: 14px;
	max-width: 480px;
}
.probate__bottom-img-mob img {
  display: none;
}
.modal-form {
  position: fixed;
  border-radius: 4px;
  top: 50%;
  width: 750px;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgb(60 146 70 / 100%);
  backdrop-filter: blur(35px);
  padding: 50px;
  z-index: 120;
  display: none;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  right: 0;
  opacity: 0.6;
  display: none;
  z-index: 110;
}
.modal-form__wrapper {
  margin-top: 30px;
}
.modal-form h2 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.modal-form__wrapper input {
  height: 64px;
  color: #fff;
  padding-left: 30px;
  margin: 0 auto 10px;
  transition: border-color 0.3s ease;
  display: block;
  width: 100%;
  font-size: 18px;
  outline: none;
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 10px;
}
.modal-form__wrapper input::placeholder {
  color: #fff;
}
.modal-form__wrapper input[type="submit"] {
  background: radial-gradient(50% 50% at 50% 50%, #027561 0, #027561 100%);
  box-shadow: 0px 5px 30px -5px rgba(34, 60, 80, 0.46);
  font-family: GotB, sans-serif;
  border: none;
  height: 53px;
  font-size: 20px;
  border-radius: 8px;
  margin: 25px auto 0;
  color: #fff;
  display: block;
  padding: 0;
  cursor: pointer;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: #439e4e;
  color: #fff;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0px 0px 5px #428f4b;
  z-index: 5;
}
.direct-cremation {
  padding: 72px 0;
}
.direct-cremation__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.direct-cremation__offer {
  max-width: 576px;
}
.direct-cremation__offer h1 {
  text-align: center;
  margin-bottom: 16px;
}
.direct-cremation__offer > .direct-cremation__text {
  font-size: 24px;
  text-align: center;
}
.direct-cremation__btn.btn {
  margin: 32px auto;
}
.direct-cremation__review {
  text-align: center;
  font-size: 16px;
}
.direct-cremation__offer > img {
  margin: 8px auto 0;
}
.direct-cremation__wrapper > img:last-of-type {
  margin-bottom: 50px;
}
.direct-cremation__wrapper > img:first-of-type {
  margin-top: 47px;
}
.benefits {
  background: #edffef;
  padding: 72px 0;
}
.benefits__offer {
  max-width: 684px;
  margin: 0 auto 72px;
  text-align: center;
}
.benefits__list {
  display: flex;
  gap: 48px;
  margin-bottom: 72px;
}
.benefits__item {
  width: 33%;
}
.benefits__item-img {
  height: 250px;
}
.benefits__item-img img {
  margin: 0 0 0px 50px;
}
.benefits__item-descr h3 {
  margin-bottom: 16px;
  font-size: 24px;
  font-weight: 700;
}
.additional-benefits {
  background: #fff;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  padding: 72px 48px;
}
.additional-benefits .section-title {
  margin-bottom: 48px;
  text-align: center;
}
.additional-benefits__list {
  display: flex;
  gap: 48px;
  margin-bottom: 32px;
}
.additional-benefits__item {
  width: 33%;
}
.additional-benefits__item span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: 16px;
  font-size: 24px;
  font-family: "Arbutus Slab", Georgia, serif;
  text-align: center;
  line-height: 48px;
  color: #fff;
  border-radius: 100%;
  background-color: #439e4e;
}
.additional-benefits__item h3 {
  font-size: 18px;
  margin-bottom: 16px;
  font-weight: 500;
}
.additional-benefits__btn.btn {
  max-width: 320px;
  margin: 0 auto;
}
.text-strong {
  font-weight: bold;
}
.cost-comparison {
  background-color: #439e4e;
  padding: 72px 0 0;
}
.cost-comparison__wrapper {
  display: flex;
  gap: 48px;
  align-items: center;
  margin-bottom: 72px;
}
.cost-comparison .section-title {
  margin-bottom: 16px;
}
.cost-comparison__offer {
  width: 50%;
}
.cost-comparison__offer > p:first-of-type {
  margin-bottom: 32px;
}
.cost-comparison__inner {
  display: flex;
  align-items: center;
}
.cost-comparison__specialists {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  padding-left: 20px;
}
.cost-comparison__specialists img {
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  width: 96px;
  margin-left: -20px;
}
.cost-comparison__comparison {
  width: 50%;
  padding: 32px;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  background: #fff;
}
.cost-comparison__comparison h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.333;
  color: rgb(0, 0, 0);
}
.cost-comparison__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 24px 0;
}
.cost-comparison__item {
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
  padding: 16px;
  background: #f3f3f3;
}
.cost-comparison__item img {
  max-width: 190px;
  object-fit: contain;
  height: 36px;
}
.cost-comparison__item span {
  font-family: "Arbutus Slab", Georgia, serif;
  font-size: 24px;
  color: rgb(0, 0, 0);
}
.cost-comparison__item:nth-child(1) {
  max-width: 61.77%;
  background-color: #4fc55e;
}
.cost-comparison__item:nth-child(2),
.cost-comparison__item:nth-child(3) {
  max-width: 76.83%;
}
.cost-comparison__comparison > p {
  font-size: 16px;
}
.cost-comparison__inner > img {
  margin-right: -16px;
  position: relative;
}
.cost-comparison .green-uzor {
  background-color: #edffef;
}
.right-for-you {
  padding: 72px 0;
  background: #edffef;
}
.right-for-you__offer {
  max-width: 588px;
  margin-bottom: 48px;
}
.right-for-you__offer > p {
  font-size: 24px;
}

.right-for-you__list {
  padding: 0 78px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 96px;
}
.right-for-you__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.right-for-you__item:nth-child(3) {
  flex-direction: row-reverse;
}
.right-for-you__item_one {
  flex-direction: column;
  display: flex;
}
.right-for-you__item-descr {
  max-width: 384px;
}
.right-for-you__item-descr h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.right-for-you__slider {
  padding: 48px 0;
}
.right-for-you__slide {
}
.right-for-you__slide > p {
  margin-bottom: 16px;
  padding: 8px 0px 0px;
}
.right-for-you__imgs {
  position: relative;
}
.right-for-you__img {
}
.right-for-you__img-abs {
  position: absolute;
  bottom: -40px;
  right: 60px;
  width: 110px;
  height: 110px;
  border-radius: 100%;
}
.right-for-you__slider .slick-arrow {
  background: rgb(62, 72, 125);
  background-image: url("/wp-content/themes/eco_cremation/icons/slide-arrow-2.svg");
  background-repeat: no-repeat;
  border-radius: 100%;
  width: 32px;
  height: 32px;
  background-position: center center;
}

.right-for-you__slider .slick-arrow.slick-prev {
  transform: rotate(180deg) translate(0, 50%);
  left: -65px;
}
.right-for-you__slider .slick-arrow.slick-disabled {
  opacity: 0.5;
}
.right-for-you__item .right-for-you__img {
  border: 5px solid rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  transform: scale(1, 1) rotate(2deg);
  max-width: 450px;
}
.right-for-you__item:nth-child(3) .right-for-you__img {
  transform: scale(1, 1) rotate(-2deg);
  margin-bottom: 24px;
}
.right-for-you__item:nth-child(3) .right-for-you__imgs > p {
  font-size: 16px;
  color: #000;
}
.right-for-you__bottom {
  max-width: 575px;
  margin: 0 auto;
  text-align: center;
}
.right-for-you__bottom h2 {
  font-size: 32px;
  margin-bottom: 24px;
}
.right-for-you__bottom-call {
  font-size: 24px;
  margin: 16px 0;
  color: rgb(0, 0, 0);
  font-weight: 500;
}
.call-us {
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 305px;
  margin: 0 auto 24px;
  font-size: 32px;
  font-weight: 500;
  padding: 16px 0;
  border-radius: 4px;
  background: #439e4e;
}
.call-us svg {
  fill: #fff;
  margin-right: 10px;
}
.right-for-you__bottom-imgs img {
  width: 50px;
  border: 2px solid rgb(255, 255, 255);
  border-radius: 50%;
  margin-left: -10px;
}
.right-for-you__bottom-imgs {
  padding-left: 10px;
  display: flex;
  flex-direction: row-reverse;
}
.right-for-you__bottom-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.right-for-you__bottom-wrapper > span {
  height: 32px;
  margin: 0px 16px;
  width: 1px;
  background: rgb(222, 219, 221);
}
.right-for-you__bottom-line-open {
  display: flex;
  align-items: center;
}
.right-for-you__bottom-line-open > p {
  color: rgb(4, 114, 77);
  font-weight: 700;
}
.right-for-you__bottom-line-open > span {
  background: rgb(4, 114, 77);
  width: 10px;
  height: 10px;
  display: block;
  position: relative;
  top: -2px;
  border-radius: 50%;
  animation: 0.8s ease-in 0s infinite alternate none running bWESRf;
  margin-right: 12px;
}
@keyframes bWESRf {
  0% {
    opacity: 0.3;
  }
  80% {
    opacity: 1;
  }
}
.seeing-off {
  background: #439e4e;
  padding: 72px 0;
}
.seeing-off__offer {
  max-width: 588px;
}
.seeing-off__offer h2 {
  font-size: 32px;
}
.seeing-off__offer > p {
  font-size: 24px;
}
.seeing-off__list {
  margin: 48px 0 72px;
}
.seeing-off__item {
  padding: 0px 24px;
}
.seeing-off__item img {
  max-height: 300px;
  height: 300px;
  margin: 0 auto 20px;
  object-fit: contain;
}
.why-choosing {
  padding: 72px 0;
  background: #edffef;
}
.why-choosing .section-title {
  text-align: center;
  margin-bottom: 48px;
}
.why-choosing__list {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
}
.why-choosing__item {
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  padding: 32px;
  background: #fff;
  border-radius: 4px;
  width: 40%;
  text-align: center;
}
.why-choosing__item img {
  width: 116px;
  height: 116px;
  border-radius: 100%;
  margin: 0 auto 48px;
}
.why-choosing__text {
  font-size: 24px;
}
.why-choosing__name {
  margin: 16px 0px 8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 1px;
}
.serving {
  padding: 72px 0;
}
.serving__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.serving__descr {
  max-width: 575px;
}
.serving__test {
  font-size: 24px;
  margin-bottom: 32px;
}
.serving .call-us {
  margin: 0 0 24px 0;
}
.serving__img img {
  max-width: 400px;
}
.serving .right-for-you__bottom-wrapper {
  justify-content: flex-start;
  margin-bottom: 32px;
}
.top-questions__wrapper {
  display: flex;
  gap: 32px;
  padding: 72px 0 18px;
  border-top: 1px solid rgb(222, 219, 221);
  border-bottom: 1px solid rgb(222, 219, 221);
}
.top-questions__questions {
  max-width: 584px;
}
.top-questions__item {
  padding: 16px 0px;
  border-bottom: 1px solid rgb(222, 219, 221);
}
.top-questions__item:first-child {
  border-top: 1px solid rgb(222, 219, 221);
}
.top-questions__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #000;
  cursor: pointer;
}
.top-questions__top > p {
  max-width: 490px;
}
.top-questions__top.active svg {
  transform: rotate(-180deg);
}
.top-questions__top svg {
  transition: transform 0.3s ease-in-out 0s;
}
.top-questions__bottom {
  margin: 16px 0px 0px;
  display: none;
}
.top-questions__bottom > p {
  margin-bottom: 16px;
}
.top-questions__bottom > ul {
  margin-bottom: 16px;
}
.top-questions__bottom > ul > li {
  padding-left: 48px;
  margin-bottom: 16px;
  position: relative;
}
.top-questions__bottom > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  background: #439e4e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 9px;
  left: 24px;
}
.top-questions__bottom a {
  text-decoration: underline;
}
.top-questions__more {
  display: none;
}
.top-questions__more.active {
  display: block;
}
.more-question {
  outline: none;
  font-weight: 500;
  border-radius: 4px;
  cursor: pointer;
  border: none;
  background: transparent;
  font-size: 18px;
  margin-top: 30px;
  text-decoration: underline;
  font-family: "Visuelt Pro", sans-serif;
}
.more-question:hover {
  text-decoration: none;
}
.top-questions__other {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.top-questions__other img {
  max-width: 350px;
  margin: 0 auto;
}
.top-questions__other-wrap {
  border: 1px solid rgb(222, 219, 221);
  border-radius: 4px;
  padding: 16px 24px;
  width: 576px;
}
.top-questions__other-wrap h3 {
  font-weight: 700;
  margin-bottom: 8px;
  font-size: 18px;
}
.top-questions__other-wrap > p > svg {
  fill: rgb(141, 148, 149);
  margin-right: 8px;
  vertical-align: middle;
}
.top-questions__other-wrap > p > a {
  font-weight: 700;
  text-decoration: underline;
}
.top-questions__other-wrap > a {
  margin-top: 16px;
  padding: 11px 0;
  border: 2px solid rgb(222, 219, 221);
  color: rgb(0, 0, 0);
  font-weight: 500;
  border-radius: 4px;
  text-align: center;
  transition: background-color 0.1s ease-in, color 0.2s linear;
  display: flex;
  justify-content: center;
}
.top-questions__other-wrap > a:hover {
  background-color: rgba(222, 219, 221, 0.2);
}
.top-questions__other-wrap > a > svg {
  margin-left: 14px;
}
.read-guides {
  padding: 72px 0;
}
.read-guides .section-title {
  text-align: center;
  margin-bottom: 72px;
}
.read-guides__list {
  display: flex;
  gap: 72px;
}
.read-guides__item {
  width: 33%;
}
.read-guides__img {
  margin: 0px 0px 24px;
  padding: 24px;
  border: 1px solid rgb(222, 219, 221);
  border-radius: 6px;
}
.read-guides__img img {
  max-width: 160px;
  margin: auto;
}
.read-guides__descr h3 {
  font-size: 32px;
  font-weight: 500;
  margin-bottom: 16px;
}
.read-guides__descr > p {
  margin-bottom: 16px;
}
.read-guides__descr > a {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-bottom: 8px;
}
.goodbye-personal {
  background-color: #439e4e;
  position: relative;
}
.goodbye-personal__oblako {
  position: absolute;
  right: 220px;
  width: 120px;
  height: 110px;
  top: 150px;
}
.goodbye-personal__oblako img:last-of-type {
  margin-left: -50px;
}
.goodbye-personal__offer {
  text-align: center;
  max-width: 576px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding: 72px 0px;
}
.goodbye-personal__offer .section-title {
  color: #fff;
}
.goodbye-personal__offer > p {
  font-size: 24px;
  margin-bottom: 32px;
}
.goodbye-personal__btn.btn {
  background: #fff;
  color: #000;
  max-width: 320px;
  margin: 0 auto 24px;
}
.goodbye-personal__btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.goodbye-personal__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
}
.goodbye-personal__bottom > p {
  margin-right: 16px;
}
.goodbye-personal__bottom > a span {
  font-weight: 700;
  text-decoration: underline;
  color: #fff;
}
.goodbye-personal__bottom > a svg {
  vertical-align: middle;
  fill: #fff;
  margin-right: 10px;
}
.goodbye-personal__img {
  margin-top: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
.goodbye-personal__img img {
  height: 48px;
}
.green-sun {
  position: absolute;
  bottom: 0;
  left: 0;
  transform-origin: left bottom;
  transform: rotate(90deg) translateX(-100%);
  z-index: 0;
}
.probate-main {
  padding: 72px 0;
}
.probate-main__wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}
.probate-main__offer {
  max-width: 576px;
  text-align: center;
}
.probate-main__offer > p {
  margin: 16px 0 32px;
  font-size: 24px;
}
.probate-main__btn.btn {
  margin: 0 auto;
}
.probate-main__wrapper > img:first-of-type {
  margin-top: 47px;
}
.probate-main__wrapper > img:last-of-type {
  margin-top: 47px;
}
.probate-main__offer > img {
  margin: 48px auto 0;
}
.probate-support {
  background-color: #439e4e;
  padding-top: 72px;
}
.probate-support .section-title {
  text-align: center;
}
.probate-support__wrapper {
  display: flex;
  gap: 48px;
  align-items: flex-start;
}
.probate-support__item {
  width: 100%;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  border-radius: 16px;
  padding: 48px;
  background-color: #fff;
}
.probate-support__item h3 {
  margin: 0px 48px 32px 0px;
  font-size: 32px;
  font-weight: 500;
}
.probate-support__grant {
}
.probate-support__offer {
  padding: 24px 0 40px;
  border-top: 1px solid rgb(222, 219, 221);
  border-bottom: 1px solid rgb(222, 219, 221);
}
.probate-support__offer > span {
  font-weight: 500;
  color: #000;
  margin-bottom: 8px;
  display: block;
}
.probate-support__price {
  color: #000;
}
.probate-support__price span {
  font-size: 48px;
  font-family: "Arbutus Slab", serif;
}
.probate-support__offer-text {
  font-size: 24px;
  min-height: 144px;
}
.probate-support__inner {
  margin: 24px 0;
}
.probate-support__descr {
  margin-bottom: 16px;
}
.probate-support__subtitle {
  display: flex;
  align-items: center;
}
.probate-support__subtitle svg {
  vertical-align: middle;
  fill: #fff;
  overflow: visible;
  background: #439e4e;
  border-radius: 50%;
  padding: 3px;
  width: 22px;
  margin-right: 24px;
  height: 22px;
}
.probate-support__subtitle h4 {
  font-weight: 700;
}
.probate-support__descr > ul {
  margin-top: 16px;
  padding-left: 46px;
}
.probate-support__descr > ul > li:not(:last-of-type) {
  margin-bottom: 8px;
}
.probate-support__descr > ul > li {
  position: relative;
}
.probate-support__descr > ul > li::before {
  content: "";
  display: block;
  position: absolute;
  background: #439e4e;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  top: 10px;
  left: -38px;
}
.probate-support__bottom {
  border-radius: 6px;
  padding: 16px 24px;
  border: 1px solid rgb(73, 84, 86);
}
.probate-support__get-quote {
  margin-top: 72px;
  padding: 0 58px;
}
.probate-support__get-quote h3 {
  font-size: 24px;
  font-weight: 700;
  margin: 24px 0;
  color: #fff;
}
.probate-support__get-quote > p {
  font-size: 24px;
  margin-bottom: 24px;
}
.probate-support__btn.btn {
  background-color: #fff;
  color: #000;
  padding: 13px 0;
}
.probate-support__btn.btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.what-probate {
  padding-top: 72px;
}
.what-probate__wrapper {
  padding-bottom: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgb(222, 219, 221);
}
.what-probate__descr {
  max-width: 564px;
  padding-left: 48px;
}
.what-probate__descr > p {
  margin-bottom: 16px;
}
.what-probate__descr .section-title {
  font-size: 32px;
}
.what-probate__wrapper > img {
  max-width: 480px;
}
.why-choose {
  padding: 72px 0;
}
.why-choose__offer {
  text-align: center;
  margin: 0 auto 48px;
  max-width: 576px;
}
.why-choose__offer > p {
  font-size: 24px;
}
.why-choose__list {
  display: flex;
  gap: 48px;
}
.why-choose__item {
  padding: 32px 0px 48px;
  background-color: #edffef;
  border-radius: 16px;
}
.why-choose__item > img {
  max-width: 260px;
  margin: auto;
}
.why-choose__descr {
  padding: 24px 24px 0px;
  text-align: center;
}
.why-choose__descr h4 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
.why-choose__bottom {
  max-width: 472px;
  margin: 48px auto 0;
  text-align: center;
}
.why-choose__bottom > h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.why-choose__btn.btn {
  margin: 24px auto 0;
}
.prefer-talk__wrapper {
  padding: 72px 0;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid rgb(222, 219, 221);
  border-bottom: 1px solid rgb(222, 219, 221);
}
.prefer-talk__descr {
  max-width: 584px;
}
.prefer-talk__wrapper > img {
  max-width: 400px;
  margin: auto;
}
.prefer-talk__text {
  margin-bottom: 16px;
  font-size: 24px;
}
.prefer-talk__descr > ul > li {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.prefer-talk__descr > ul > li > svg {
  vertical-align: middle;
  fill: #fff;
  overflow: visible;
  background: #439e4e;
  border-radius: 50%;
  padding: 3px;
  width: 22px;
  margin-right: 16px;
  height: 22px;
}
.prefer-talk__descr > ul > li > p {
  font-size: 24px;
}
.prefer-talk__bottom {
  margin-top: 32px;
}
.prefer-talk__bottom > p {
  color: #000;
  margin-bottom: 16px;
  font-weight: 700;
}
.prefer-talk__bottom .call-us {
  font-size: 18px;
  width: 195px;
  margin: 0 0 24px;
  padding: 10px 0;
}
.prefer-talk__bottom .call-us > svg {
  width: 24px;
  height: 24px;
}
.prefer-talk__bottom .right-for-you__bottom-wrapper {
  justify-content: flex-start;
}
.probate__bottom-question {
  margin-top: 32px;
}
.probate__bottom-question h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.top-questions__other.top-questions__other_probate {
  width: 576px;
  padding-top: 90px;
}
.top-questions__wrapper.top-questions__wrapper_probate {
  padding-bottom: 72px;
}
.about-main {
  background: #439e4e;
  padding-top: 72px;
}
.about-main__wrapper {
  display: flex;
  justify-content: space-between;
}
.about-main__descr {
  max-width: 576px;
}
.about-main__descr > h1 {
  margin-bottom: 32px;
}
.about-main__descr > p {
  margin-bottom: 16px;
}
.about-main__wrapper > img {
  border-radius: 4px;
  max-width: 472px;
  margin-left: auto;
  object-fit: contain;
}
.best-rated {
  padding: 42px 0 72px;
}

.best-rated__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.best-rated__img {
  width: 472px;
}
.best-rated__img img {
  max-width: 315px;
  margin: -40px auto;
}
.best-rated__descr {
  max-width: 472px;
}
.section-title {
}
.best-rated__bottom {
  margin-top: 48px;
}
.best-rated__bottom > span {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: rgb(141, 148, 149);
  text-align: center;
  display: block;
}
.best-rated__imgs-logo {
  display: flex;
  padding: 24px 32px;
  background: rgb(249, 249, 249);
  border: 1px solid rgb(222, 219, 221);
  border-radius: 6px;
  gap: 32px;
  align-items: center;
  justify-content: center;
}
.best-rated__imgs-logo img {
  opacity: 0.4;
}
.legal-team {
  padding: 72px 0;
  border-top: 1px solid rgb(222, 219, 221);
  background-color: #f9f9f9;
}
.legal-team .section-title {
  margin-bottom: 48px;
}
.legal-team__wrapper {
  display: flex;
  gap: 32px;
}
.legal-team__item img {
  border-radius: 50%;
  margin-bottom: 8px;
}
.legal-team__item {
  text-align: center;
  width: 215px;
}
.legal-team__item h4 {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 500;
}
.legal-team__item > p {
  font-size: 16px;
  margin-bottom: 4px;
  line-height: 1.2;
}
.backed {
  background-color: #f9f9f9;
}
.backed__wrapper {
  padding: 32px 0;
  border-top: 1px solid rgb(222, 219, 221);
  border-bottom: 1px solid rgb(222, 219, 221);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.backed__descr {
  max-width: 500px;
}
.backed__img > img {
  width: 400px;
  margin: -30px auto -50px;
}
.backed__img {
  width: 100%;
}
.probate.probate_about {
  border: none;
}
.probate.probate_about .probate__item {
  background-color: #fff;
}
.guides-main {
  background: #439e4e;
  position: relative;
  padding: 72px 0;
  overflow: hidden;
}
.guides-main__offer {
  min-height: 320px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  flex-direction: column;
  position: relative;
  z-index: 2;
}
.guides-main__offer h1 {
  margin-bottom: 24px;
}
.guides-main__offer span {
  width: 72px;
  height: 5px;
  border-radius: 2px;
  background-color: #fff;
  margin: 0 auto;
}
.guides-main__offer p {
  font-size: 24px;
  margin: 24px 0px 0px;
}
.guides-main__img1 {
  position: absolute;
  top: -50%;
  right: 0;
  transform: rotate(270deg);
  z-index: 1;
}
.post-block {
  padding: 120px 0;
}
.section-title {
}
.post-block__list {
  margin-top: 80px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}
.post-block__item {
  width: 31%;
}
.post-block__item h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.post-block__line {
  width: 72px;
  height: 10px;
  border-radius: 2px;
  background-color: #439e4e;
  display: block;
  margin-bottom: 24px;
}
.post-block__link {
  margin-top: 16px;
  display: flex;
  align-items: center;
  line-height: 1;
}
.post-block__link svg {
  margin-left: 10px;
  transition: transform 0.2s ease-in-out 0s;
}
.post-block__btn.btn {
  margin: 72px auto 0;
}
.post-block__item:hover h3 {
  text-decoration: underline;
}
.post-block__item:hover .post-block__link svg {
  transform: translateX(8px);
}
.post-block.post-block_bg {
  background: #edffef;
}
.post-block img {
  margin-top: 16px;
  max-width: 250px;
  width: 100%;
}
.post-block.post-block_bg .post-block__item:first-child img {
  max-width: 400px;
}
.free-tools {
  padding: 144px 0;
  background-color: #439e4e;
  position: relative;
  overflow: hidden;
}

.free-tools__list {
  display: flex;
  justify-content: space-between;
  gap: 48px;
  margin-top: 72px;
  position: relative;
  z-index: 2;
}
.free-tools__item {
  display: flex;
  flex-direction: column;
  background-color: rgb(255, 255, 255);
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 8px;
  border: 1px solid rgb(222, 219, 221);
  border-radius: 4px;
  height: 100%;
  padding: 32px;
  width: 50%;
}
.free-tools__item img {
  max-width: 300px;
  width: 100%;
  margin: 0 auto;
  min-height: 300px;
  object-fit: contain;
}
.free-tools__descr h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 16px;
}
.free-tools__img1 {
  position: absolute;
  bottom: -26%;
  left: 0;
  transform: rotate(90deg);
  z-index: 1;
}
.free-tools__item:hover .free-tools__descr h3 {
  text-decoration: underline;
}
.guides-bottom {
  padding: 0 0 72px;
  position: relative;
  background: #439e4e;
}
.guides-bottom__offer {
  max-width: 576px;
  margin: 72px auto 0;
}

.guides-bottom__btn.btn {
  background: #fff;
  color: #000;
  max-width: 190px;
  margin: 32px 0 72px;
  justify-content: space-evenly;
}
.guides-bottom__btn.btn:hover {
  background-color: rgba(255, 255, 255, 0.8);
}
.guides-bottom__imgs {
  display: flex;
  max-width: 320px;
  justify-content: space-between;
}
.guides-bottom__imgs img {
  height: 60px;
}
.guides-bottom__oblako {
  position: absolute;
  top: 10%;
  right: 20%;
}
.guides-bottom__oblako img:last-of-type {
  margin-left: -140px;
}
.cookies-conscent{
	position: fixed;
    border-radius: 10px;
    top: 50%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px;
    z-index: 120;
	max-width: 440px;
    display: none;
}
.cookies-conscent__title{
	font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 12px 0;
}
.cookies-conscent__text{
	    font-size: 14px;
    line-height: 24px;
    font-weight: 400;
	margin: 0 0 20px 0;
}
.cookies-conscent__accept{
	margin: 0 auto;
}
header.entry-header {
    margin: 40px 0 30px;
}
.wp-block-heading {
    margin: 30px 0 10px;
}