/*
    Theme Name: Moms-lemon
    Theme URI: art-lemon.com
    Author: art-lemon.com
    Author URI: https://art-lemon.com/
    Text Domain: moms
    Domain Path: /languages
*/
.address__listLink {
  text-decoration: none;
  color: #242424;
}
.address__listLink:hover {
  color: #8bc53f;
}
.address__listLink address {
  cursor: pointer;
}
.first-screen__inner {
  background-image: var(--first-bg);
}

.note {
  color: #BABABA;
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  justify-content: center;
}

.price-page .title {
  margin-bottom: 10px;
}

.tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}

.tabs-link {
  display: flex;
  column-gap: 40px;
  margin-bottom: 46px;
  padding-bottom: 14px;
  border-bottom: solid 3px #E0E0E0;
}

.tabs-block {
  flex: 1 0 100%;
}

.tabs-link span {
  color: #242424;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 400;
  line-height: normal;
  position: relative;
  cursor: pointer;
}

.tab-block {
  display: none;
}

.tabs-link span.active {
  font-weight: 600;
}

span.active:after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -17px;
  background-color: #49780D;
}

.price-wrap table {
  border-radius: 20px;
  border: 2px solid #49780D;
  background: rgba(182, 201, 158, 0.80);
  padding: 0px clamp(20px, 6vw, 76px) clamp(20px, 4vw, 46px);
  width: 100%;
  border-spacing: 0;
}

.price-wrap table tbody td.group-name {
  color: #49780D;
  font-size: clamp(14px, 2vw, 18px);
  font-weight: 600;
  line-height: 25px;
  text-transform: uppercase;
  padding-top: clamp(20px, 4vw, 46px);
}

.price-wrap table tbody td:not(.group-name):first-child {
  color: #242424;
  font-size: clamp(18px, 2vw, 20px);
  font-weight: 400;
  line-height: 25px;
  border-right: solid 1px rgba(73, 120, 13, 0.50);
  padding-right: clamp(15px, 3vw, 30px);
}

.price-wrap table tbody td:not(.group-name):last-child {
  color: #49780D;
  font-size: clamp(20px, 2vw, 22px);
  font-weight: 400;
  line-height: 25px;
  white-space: nowrap;
  text-align: center;
  padding: clamp(15px, 3vw, 30px) clamp(15px, 3vw, 30px) 10px;
}

.price-wrap table tbody td:not(.group-name) {
  padding: clamp(15px, 3vw, 30px) 0 10px;
  border-bottom: solid 1px rgba(73, 120, 13, 0.50);
}

.main-information-wrap {
  background-color: #F3F9EC;
  padding: 40px 0;
}

.page-features .decor {
  display: none;
}

.main-information-block p {
  margin: 0;
}

.main-information-block {
  color: #242424;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  max-width: 800px;
  margin: 0 auto;
}

.main-information-block p:not(:last-child) {
  margin-bottom: 20px;
  font-size: inherit;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.main-information-block b {
  font-weight: 600;
  color: #49780D;
}

.page-features .breadcrumb {
  margin-bottom: 60px;
}

.features-decor-1 {
  background-image: url('assets/images/features-decor-1.svg');
  position: absolute;
  top: 60px;
  left: -30px;
  width: 324px;
  height: 342px;
  background-size: cover;
  background-repeat: no-repeat;
}

.features-decor-2 {
  background-image: url('assets/images/features-decor-2.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 366px;
  height: 342px;
  background-size: cover;
  background-repeat: no-repeat;
}

.features-decor-3 {
  background-image: url('assets/images/features-decor-3.svg');
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 366px;
  height: 342px;
  background-size: contain;
  background-repeat: no-repeat;
}

.features-title h1 {
  margin: 0;
  color: #242424;
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
}

.features-content-wrap {
  padding: 60px 0;
  position: relative;
  background-color: #F6F6F6;
}

.features-title {
  text-align: center;
  margin-bottom: 65px;
  margin-top: 60px;
}

.dual-content p {
  margin: 0;
}

.dual-content {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  min-width: 330px;
}

.dual-content p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.dual-content b {
  color: #49780D;
  font-weight: 600;
}

.dual-content p:not(:last-child) {
  margin-bottom: 20px;
}

.dual-block>div:first-child {
  /* flex: 1 0 calc(46% - 76px); */
}

.dual-content {
  max-width: 520px;
}

.dual-block {
  display: grid;
  grid-template-columns: auto auto;
  flex-wrap: wrap;
  column-gap: 76px;
  row-gap: 40px;
  align-items: center;
  position: relative;
  z-index: 1;
}

.dual-images {
  display: flex;
  column-gap: 20px;
  max-width: 575px;
  min-width: 300px;
  row-gap: 20px;
}

.dual-images img {
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.dual-block:not(:last-child) {
  margin-bottom: 55px;
}

.info-block {
  border-radius: 20px;
  background-color: #F7E8D1;
  padding: 34px clamp(20px, 10vw, 140px);
  color: #242424;
  text-align: center;
  font-size: 20px;
  font-weight: 300;
  line-height: normal;
  position: relative;
  z-index: 1;
  margin-top: clamp(40px, 6vw, 70px);
}

.info-block p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.info-block a {
  color: #49780D;
  font-weight: 600;
  margin-left: 8px;
}

.info-block .more {
  margin-top: 20px;
  display: block;
}

.info-block a:hover {
  text-decoration: none;
}

ul.invitation-list {
  margin: 0;
  padding: 0;
  border-radius: 20px;
  background-color: #F3F9EC;
  padding: 26px 28px;
  max-width: 364px;
}

ul.invitation-list li::marker {
  display: none;
  font-size: 0;
}

ul.invitation-list li img {
  width: 30px;
  height: 30px;
}

ul.invitation-list li {
  color: #49780D;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  column-gap: 12px;
}

ul.invitation-list li:not(:last-child) {
  margin-bottom: 20px;
}

.invitation-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
  margin-top: 60px;
}

.invitation-text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  max-width: 520px;
  border-left: 15px solid #E8F3D9;
  padding-left: clamp(20px, 6vw, 85px);
  min-width: 330px;
}

.invitation-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.invitation-text p:not(:last-child) {
  margin-bottom: 20px;
}

.gallery-wrap {
  position: relative;
  padding: 80px 0;
}

.gallery-photo img {
  height: auto;
  display: block;
  flex: 1 0 calc(50% - 20px);
  object-fit: cover;
  border-radius: 10px;
}

.gallery-photo {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 575px;
  flex-shrink: 0;
}

.gallery-block {
  display: flex;
  align-items: center;
  column-gap: 40px;
  row-gap: 40px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: normal;
  max-width: 450px;
}

.gallery-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.gallery-text p:not(:last-child) {
  margin-bottom: 20px;
}

.gallery-text b {
  color: #F5A52E;
}

#wpadminbar {
  position: sticky;
  bottom: 0;
}

.page-service .dual-content b {
	color: inherit;
	font-weight:400;
	font-size: 20px;
    line-height: 130%;
}

.moms-title {
  text-align: center;
  margin: 0 auto 65px;
  max-width: 742px;
}

.moms-title h1 {
  margin: 0;
  color: #242424;
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
}

.features-content-wrap .features-title {
  margin-top: 0;
}

ol.info-list-items {
	margin: 15px 0;
	counter-reset: item var(--start, 0);
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 50px;
	padding: 0;
	margin: 0;
}

ol.info-list-items li {
	position: relative;
	flex: 1 0 calc(50% - 100px);
	display: flex;
	align-items: center;
	column-gap: 20px;
	min-width: 300px;
}

ol.info-list-items li::marker {
  font-size: 0;
  display: none;
}

ol.info-list-items li:before {
	content: counter(item);
	counter-increment: item;
	color: #49780D;
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 600;
	line-height: 25px;
	width: clamp(45px, 6vw, 61px);
	height: clamp(45px, 6vw, 61px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #ffffff;
	border-radius: 50%;
	flex-shrink: 0;
}

.info-list-wrap {
  background-color: rgba(139, 197, 64, 0.10);
  padding: 50px 0;
  margin-top: 36px;
}

.info-list-text {
	color: #242424;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
}

.info-list-text span {
  color: #49780D;
  font-weight: 600;
}

.moms-small-title * {
  color: #242424;
  font-size: clamp(24px, 3vw, 30px);
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.moms-small-title {
  margin: 0 auto 50px;
  text-align: center;
  max-width: 610px;
}

ol.info-list-map-items {
	margin: 15px 0;
	counter-reset: item var(--start, 0);
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 40px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	max-width: 500px;
	margin: 0 auto;
}

ol.info-list-map-items>li {
	position: relative;
	flex: 1 0 100%;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 20px;
	min-width: 300px;
}

ol.info-list-map-items li::marker {
  font-size: 0;
  display: none;
}

ol.info-list-map-items>li:before {
	content: counter(item);
	counter-increment: item;
	color: #49780D;
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 600;
	line-height: 25px;
	width: clamp(45px, 6vw, 61px);
	height: clamp(45px, 6vw, 61px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E8F3D9;
	border-radius: 50%;
	flex-shrink: 0;
	grid-row: 3/1;
}

ol.info-list-map-items li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: clamp(20px, 2.7vw, 28px);
  top: 23px;
  height: calc(100% + 20px);
  width: 5px;
  background-color: #E8F3D9;
  z-index: -1;
}

.service-decor-1 {
  background-image: url('assets/images/service-decor-1.svg');
  position: absolute;
  top: calc(50% + 36px);
  right: 0;
  transform: translateY(-50%);
  width: 434px;
  height: 456px;
  background-size: contain;
  background-repeat: no-repeat;
}

.page-service-2389 .service-decor-1 {
    top: calc(28% + 36px);
}

.service-decor-2 {
  background-image: url('assets/images/service-decor-2.svg');
  position: absolute;
  top: calc(50% + 32px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 466px;
  height: 364px;
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.info-list-map-wrap {
  position: relative;
  padding: clamp(60px, 4vw, 80px) 0;
}

.info-list-map-wrap .container {
  position: relative;
  z-index: 1;
}

.info-list-map-name {
  color: #49780D;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 7px;
}

.info-list-map-text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.info-list-map-text p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.info-list-map-text p:not(:last-child) {
  margin-bottom: 10px;
}

.page-service .dual-block:not(:last-child) {
  margin-bottom: 0;
}

.recommendations-wrap {
  background-color: rgba(250, 175, 63, 0.20);
  padding: 39px 0;
}

.recommendations-title {
  color: #242424;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  flex: 1 0 22%;
}

.recommendations-block {
  display: flex;
  align-items: center;
  column-gap: 20px;
  row-gap: 20px;
  flex-wrap: wrap;
}

.recommendations-content ul li {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.recommendations-content ul li a {
  color: #49780D;
  font-weight: 600;
  text-decoration: underline;
}

.recommendations-content ul li a:hover {
  text-decoration: none;
}

.recommendations-content ul li:not(:last-child) {
  margin-bottom: 6px;
}

.recommendations-content ul li b {
  font-weight: 600;
}

.ticker-wrap {
  background-color: rgba(250, 175, 63, 0.50);
  padding: 12px 0;
  overflow: hidden;
  margin: 0;
  color: #FAAF3F;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
}

.ticker-wrap span {
  margin-right: 20px;
}

.note-title {
  color: #FAAF3F;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
}

.note-text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.note-item {
  border-radius: 20px;
  background-color: #ffffff;
  max-width: 470px;
  min-width: 300px;
  padding: 42px 48px;
}

.notes-wrap {
  background-color: #F6F6F6;
  padding: 60px 0;
}

.notes-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 30px;
  justify-content: center;
}

.recommendations-content {
  flex: 1 0 calc(78% - 20px);
}

.questions-block>ol.questions-list {
	margin: 15px 0;
	counter-reset: item;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	column-count: 2;
	column-gap: 70px;
}

.questions-block>ol.questions-list>li {
	position: relative;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 10px;
	row-gap: 10px;
	min-width: 300px;
	break-inside: avoid;
	padding-top: 20px;
	z-index: 1;
}

.questions-block>ol.questions-list>li::marker {
  font-size: 0;
  display: none;
}

.questions-block>ol.questions-list>li:before {
	content: counter(item) ".";
	counter-increment: item;
	grid-row: 2/1;
	color: #242424;
	font-size: 16px;
	font-weight: 600;
	line-height: 25px;
}

.questions-block>ol.questions-list>li:after {
  content: "";
  display: block;
  position: absolute;
  background-image: url('assets/images/question-label.svg');
  width: 104px;
  height: 74px;
  background-size: contain;
  top: 0;
  left: -40px;
  z-index: -1;
  background-repeat: no-repeat;
}

.question-title {
  color: #242424;
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
}

.question-text {
  color: #242424;
  font-size: 16px;
  font-weight: 300;
  line-height: 25px;
  grid-column: 3/1;
}

.questions-block {
  border-radius: 40px;
  background-color: rgba(250, 175, 63, 0.20);
  padding: 60px 80px;
  overflow: hidden;
}

.questions-wrap {
  background-color: #F6F6F6;
  padding: 40px 0;
}

.questions-notes {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 60px;
}

.questions-notes p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.questions-notes p:not(:last-child) {
  margin-bottom: 16px;
}

.questions-author {
  color: rgba(36, 36, 36, 0.50);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 60px;
}

.questions-author span {
  font-weight: 400;
}

.questions-notes mark {
  background-color: transparent;
  color: #FAAF3F;
  font-weight: 600;
}

.questions-block .moms-small-title {
  margin-bottom: 60px;
}

/* .page-service .price-wrap table tbody td:not(.group-name) { */
  /* padding: 10px 0; */
/* } */

th.moms-small-title {
  padding: 40px 0;
}

.price-wrap table tfoot td {
  color: rgba(36, 36, 36, 0.40);
  font-size: 14px;
  font-weight: 600;
  line-height: 25px;
  text-align: center;
  padding-top: 26px;
}

.page-service .price-wrap {
  margin-top: 80px;
  margin-bottom: 100px;
}

.service-button .btn {
  color: #FFF;
  font-size: clamp(18px, 2vw, 26px);
  font-weight: 600;
  line-height: 25px;
  padding: clamp(18px, 3vw, 28px) clamp(22px, 4vw, 46px);
  border-radius: 100px;
}

.service-button {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}

@media (max-width: 480px) {
  .first-screen__inner {
    background-image: var(--first-bg-m);
  }
  .page-service-2389 .service-decor-2 {
    left: 11%;
}
}

.slick-arrow img {
  width: 100%;
  height: 100%;
}

.services-list.services-slider {
  padding-bottom: 0;
  margin-left: 0;
}

.services-list.services-slider .services__item {
  max-width: 100%;
  flex-basis: auto;
  margin: 0 10px;
}

.services-list.services-slider .slick-list {
  margin: 0 -10px;
}

.services-wrap {
	display:none;
	margin: 100px 0 120px;
}

.questions-block>ol.questions-list>li:not(:nth-last-child(1)), .questions-block>ol.questions-list>li:not(:nth-last-child(2)) {
  margin-bottom: 20px;
}

ol.questions-list li a {
  color: #49780D;
  font-weight: 600;
}

ol.questions-list li a:hover {
  text-decoration: none;
}

.page-service-2513 .questions-wrap {
  background-color: transparent;
  padding: 0;
  margin-top: 100px;
}

.info-list-map-notes {
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border-radius: 20px;
  background-color: #F3F9EC;
  max-width: 575px;
  margin: 60px auto 0;
  padding: clamp(20px, 4vw, 50px) clamp(26px, 7vw, 96px);
}


.page-service-2513 .info-list-wrap {
  background-color: #F6F6F6;
  padding: clamp(35px, 6vw, 80px) 0;
  margin-top: 0;
}

.info-list-block {
  display: flex;
  column-gap: 60px;
  row-gap: 40px;
  flex-wrap: wrap;
}

.page-service-2513 .info-list-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto 1fr;
  column-gap: 60px;
  row-gap: 0;
}

.page-service-2513 .info-list-wrap .moms-small-title {
  margin-bottom: 30px;
  text-align: left;
}

.page-service-2513 ol.info-list-items li {
  flex: 1 0 100%;
}

.page-service-2513 ol.info-list-items {
  flex: 1 0 calc(50% - 60px);
  grid-row: 3/1;
  grid-column: 2/3;
}

.info-list-content {
  flex: 1 0 calc(50% - 60px);
}

.listing-wrap {
  background-color: rgba(139, 197, 64, 0.10);
  padding: 50px 0;
  margin-top: 40px;
}

.listing-title * {
  color: #242424;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.listing-title * span {
  color: #49780D;
}

.listing-item-photo {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.listing-item-name {
  color: #242424;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-top: 10px;
  padding:0 10px;
}

.listing-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 18px;
  row-gap: 24px;
}

.listing-item {
  flex: 1 0 calc(33.3333% - 18px);
  min-width: 200px;
}

.listing-notes {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.listing-block {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 60px;
  row-gap: 40px;
}

.listing-title {
  grid-row: 3/1;
  max-width: 240px;
}

.dual-content h1, .dual-content h2, .dual-content h3 {
  margin: 0;
}

.dual-content a, .dual-content mark {
  background: none;
  color: #49780D;
  font-weight: 600;
}

.br {
  padding: 10px 0;
}

.page-service-2389 .dual-block:not(:last-child) {
  margin-bottom: clamp(30px, 6vw, 80px);
}

.page-service-2389 .listing-wrap {
  margin-top: clamp(30px, 8vw, 100px);
}

.page-service-2389 .listing-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-service-2389 .listing-title {
  max-width: 500px;
}

.page-service-2389 .listing-title * {
  font-size: clamp(24px, 4vw, 30px);
}

.listing-items ul li {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
}

.listing-items ul li a {
  color: #49780D;
  font-weight: 600;
}

.listing-items ul li a:hover {
  text-decoration: none;
}

.listing-items ul li:not(:last-child) {
  margin-bottom: 18px;
}

.info-list-map-text a, .info-list-map-text b {
  color: #49780D;
  font-weight: 600;
}

.info-list-map-text a:hover {
  text-decoration: none;
}

.note-text mark {
  color: #F5A52E;
  font-weight: 600;
  background: none;
}

.center-content {
  color: #242424;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  max-width: 575px;
  margin: 0 auto;
}

.center-content p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.note-text p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 130%;
}

.note-text p:not(:last-child) {
  margin-bottom: 20px;
}

.center-content p:not(:last-child) {
  margin-bottom: 20px;
}

.center-wrap {
  padding: clamp(50px, 10vw, 100px);
  margin-bottom: clamp(50px, 10vw, 100px);
}

.center-content ul {
  display: flex;
  justify-content: center;
  column-gap: 31px;
  flex-wrap: wrap;
}

.center-content ul li {
  color: #49780D;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.dual-content a:hover {
  text-decoration: none;
}

.page-service-2389.page-service .price-wrap {
  margin-top: clamp(50px, 10vw, 100px);
}

.author {
  color: rgba(36, 36, 36, 0.50);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 60px;
}

.author span {
  font-weight: 400;
}

.listing-items ul {
  margin: 0;
  padding: 0;
}

.adaptation-block {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  grid-template-rows: auto 1fr;
  column-gap: 60px;
}

.adaptation-image {
  grid-row: 3/1;
}

.adaptation-wrap {
  margin: clamp(40px, 6vw, 100px) 0;
}

.adaptation-title * {
  margin: 0;
  color: #242424;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.adaptation-notes p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.adaptation-notes {
  color: #242424;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  border-radius: 20px;
  background-color: rgba(250, 175, 63, 0.20);
  padding: clamp(20px, 4vw, 40px) clamp(20px, 4vw, 46px);
  margin-top: auto;
}

.adaptation-notes p:not(:last-child) {
  margin-bottom: 20px;
}

.adaptation-title {
  margin-bottom: 40px;
}

.adaptation-content {
  display: flex;
  flex-direction: column;
}

ol.adaptation-items {
	margin: 15px 0;
	counter-reset: item;
	display: flex;
	flex-wrap: wrap;
	column-gap: 100px;
	row-gap: 30px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 40px;
}

ol.adaptation-items li {
	position: relative;
	flex: 1 0 100%;
	display: grid;
	grid-template-columns: auto 1fr;
	grid-template-rows: auto 1fr;
	column-gap: 20px;
	min-width: 300px;
	color: #242424;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: 25px; /* 138.889% */
}

ol.adaptation-items li::marker {
  font-size: 0;
  display: none;
}

ol.adaptation-items li:before {
	content: counter(item);
	counter-increment: item;
	color: #FFF;
	font-size: clamp(16px, 2vw, 20px);
	font-style: normal;
	font-weight: 600;
	line-height: 25px; /* 125% */
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F5A52E;
	border-radius: 10px;
	flex-shrink: 0;
	grid-row: 3/1;
}

ol.adaptation-items li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  top: 23px;
  height: calc(100% + 20px);
  width: 2px;
  background-color: #FEEFD9;
  z-index: -1;
}

ol.adaptation-items li p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

ol.adaptation-items li p:not(:last-child) {
  margin-bottom: 16px;
}


.page-decor-1 {
  background-image: url('assets/images/page-decor-1.svg');
  position: absolute;
  bottom: 0;
  right: 0%;
  width: 90%;
  max-width: 496px;
  height: 100%;
  max-height: 526px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-decor-2 {
  background-image: url('assets/images/page-decor-2.svg');
  position: absolute;
  top: 0;
  left: 0%;
  width: 90%;
  max-width: 310px;
  height: 100%;
  max-height: 526px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

.page-decor-3 {
  background-image: url('assets/images/page-decor-3.svg');
  position: absolute;
  top: 0;
  right: 0%;
  width: 90%;
  max-width: 450px;
  height: 100%;
  max-height: 526px;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}

ol.location-items {
	margin: 15px 0;
	counter-reset: item;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

ol.location-items li {
	position: relative;
	color: #242424;
	font-size: 18px;
	font-style: normal;
	font-weight: 300;
	line-height: normal;
	padding-left: clamp(68px, 8vw, 90px);
}

ol.location-items li::marker {
  font-size: 0;
  display: none;
}

ol.location-items li:before {
	content: counter(item);
	counter-increment: item;
	color: #49780D;
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 600;
	line-height: 25px;
	width: clamp(45px, 6vw, 61px);
	height: clamp(45px, 6vw, 61px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #E8F3D9;
	border-radius: 50%;
	flex-shrink: 0;
	position: absolute;
	left: 0;
}

.location-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 40px;
}

.location-list {
  max-width: 575px;
}

ol.location-items li b {
  color: #49780D;
  font-weight: 600;
}

ol.location-items li:not(:last-child) {
  margin-bottom: 30px;
}

.location-wrap {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
}

.location-title * {
  color: #242424;
  font-size: clamp(40px, 4vw, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
  word-wrap: break-word;
}

.location-title * span {
  color: #49780D;
}

.location-titles {
  max-width: 435px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;
}

.doctors-title * {
  color: #49780D;
  font-size: clamp(40px, 4vw, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.doctors-title {
  margin-bottom: 40px;
}

.doctor_new-info {
  background-color: #E9F0F4;
  padding: 26px 30px;
}

.doctor_new-name a {
  color: #242424;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

.doctor_new-position {
  color: #397596;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-align: center;
}

.doctor_new-department img {
  width: 19px;
  height: 19px;
  object-fit: contain;
}

.doctor_new-department {
  color: rgba(36, 36, 36, 0.50);
  font-size: clamp(16px, 2vw, 18px);
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 20px;
  display: flex;
  column-gap: 5px;
}

.doctor_new-department b {
  font-weight: 600;
}

.doctors_new {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.doctor_new {
  flex: 1 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 13px);
  border-radius: 20px;
  overflow: hidden;
}

.doctor_new-photo a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.doctor_new-photo {
  position: relative;
  padding-top: 106%;
}

.doctor_new-photo a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  margin: 0;
}

.doctor_new-name {
  text-align: center;
  margin-bottom: 5px;
}

.doctors_new .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.doctors_new .slick-list {
  margin-left: -10px;
  margin-right: -10px;
}

.super-prices-title * {
  color: #49780D;
  font-size: clamp(40px, 5vw, 60px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.super-prices-title {
  margin-bottom: 30px;
  flex: 1 0 230px;
  max-width: 230px;
}

.super-prices-block {
  display: flex;
  justify-content: space-between;
  column-gap: 65px;
  flex-wrap: wrap;
}

.super-prices-table {
  flex: 1 0 calc(100% - 295px);
}

.super-prices-wrap.price-wrap table {
  padding: clamp(18px, 2vw, 25px) clamp(20px, 3vw, 34px) clamp(26px, 3vw, 36px);
}

.super-prices-wrap.price-wrap table tbody td:not(.group-name) {
  padding: clamp(15px, 3vw, 20px) 0px 10px;
}

.page-service .super-prices-wrap.price-wrap {
  margin-top: 100px;
  position: relative;
}

.page-adult-reception .review-section {
  background-color: #F6F6F6;
  padding: clamp(10px, 2vw, 28px) 0 clamp(28px, 4vw, 63px);
  margin-bottom: 0;
}

.page-adult-reception .get-consultation .decor {
  display: none;
}

.dentistry-title * {
  color: #49780D;
  font-size: clamp(40px, 5vw, 60px);
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.dentistry-title {
  margin-bottom: 30px;
  flex: 1 0 372px;
  max-width: 372px;
}

.dentistry-photos .tabs-link {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
  border-top: solid 3px #E0E0E0;
  padding-top: 14px;
  margin-top: 30px;
}

.dentistry-photos span.active:after {
  bottom: auto;
  top: -17px;
}

.dentistry-photos {
  flex: 1 0 calc(100% - 372px);
  max-width: 575px;
  width: 100%;
}

.dentistry-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  column-gap: 40px;
}

.dentistry-photos .tabs-wrap {
  margin-top: 0;
}

.dentistry-photo {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  padding-top: 68%;
}

.dentistry-photo img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dentistry-wrap {
  position: relative;
}

.dual-title * {
  color: #242424;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.dual-care .dual-block {
  grid-template-columns: 1fr 1fr;
  row-gap: 20px;
}

.dual-care .dual-images {
  grid-row: 3/1;
  grid-column: 2/3;
  display: flex;
  align-items: center;
}

.dual-care .dual-title {
  align-self: flex-end;
}

.dual-care .dual-content {
  align-self: flex-start;
}

.dual-cleaning .dual-block:last-child .dual-images {grid-row: 3/1;grid-column: 2/3;}

.info-list-wrap-sedation {
  background-color: rgba(139, 197, 64, 0.10);
  padding: 40px 0 58px;
  margin-top: 60px;
}

.info-list-wrap-sedation .info-list-block {
  max-width: 520px;
}

.info-list-wrap-sedation ol.info-list-items {
  flex-direction: column;
  row-gap: 20px;
  max-height:195px;
}

.info-list-wrap-sedation .moms-small-title {
  text-align: left;
  margin-bottom: 0;
}

.info-list-wrap-sedation ol.info-list-items li b {
  color: #49780D;
}

.listing-wrap-sedation {
  background-color: rgba(250, 175, 63, 0.20);
  padding: 65px 0 65px;
}

.listing-wrap-sedation .listing-title {
  grid-row: 2/1;
  max-width: 500px;
}

.listing-wrap-sedation .listing-title * {
  font-size: clamp(24px, 3vw, 30px);
}

.info-list-map-wrap-sedation {
  margin: 60px 0;
}

.info-list-map-wrap-sedation ol.info-list-map-items {
  max-width: 640px;
}

.info-list-map-wrap-sedation ol.info-list-map-items li:not(:last-child):after {
  display: none;
}

.info-list-map-wrap-sedation .moms-small-title {
  max-width: 700px;
}

.tile-blocks-author {
  color: rgba(36, 36, 36, 0.50);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 60px;
}

.tile-blocks-author span {
  font-weight: 400;
}

.tile-blocks-title * {
  color: #49780D;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  margin: 0;
}

.tile-blocks-title {
  background-color: rgba(73, 120, 13, 0.40);
  text-align: center;
  padding: 12px 15px;
}

.tile-blocks {
  background-color: #F6F6F6;
  padding: 60px 0;
}

.tile-blocks-items {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  column-gap: 20px;
  justify-content: center;
}

.tile-block-item {
  border-radius: 20px;
  max-width: 471px;
}

.tile-block--text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.tile-block--text p {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.tile-block--title {
  color: #49780D;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 20px;
  border-radius: 20px;
}

.tile-block-item.tile-block-item--text {
  background-color: #ffffff;
  flex: 1 0 calc(50% - 20px);
  padding: 42px 32px;
}

.tile-blocks-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.questions-wrap.questions-wrap-sedation {
  background-color: #ffffff;
  padding: 0;
  margin: 80px 0;
}

.notes-wrap.notes-wrap-sedation {
  margin-bottom: 80px;
}

.list-block-items ol {
	margin: 15px 0;
	counter-reset: item;
	flex-wrap: wrap;
	column-gap: 100px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.list-block-items ol li {
	position: relative;
	flex: 1 0 calc(50% - 100px);
	display: flex;
	column-gap: 10px;
	min-width: 300px;
}

.list-block-items ol li:before {
	content: counter(item) ".";
	counter-increment: item;
	display: flex;
	flex-shrink: 0;
	color: #49780D;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
}

.list-block-title {
  color: #242424;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  max-width: 430px;
  margin-bottom: 30px;
}

.list-block {
  background-color: rgba(139, 197, 64, 0.10);
  padding: 60px 60px 50px;
  border-radius: 20px;
}

.list-block-wrap {
  margin-top: 40px;
}

.list-block-item {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.list-block-item span {
  color: #49780D;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  display: block;
}

.dual-removal .dual-block:last-child .dual-images {
  grid-row: 3 / 1;
  grid-column: 1 / 2;
}

.dual-removal .dual-block:not(:last-child) {
  margin-bottom: clamp(30px, 6vw, 80px);
}

.info-list-wrap-removal {
  background-color: rgba(139, 197, 64, 0.10);
  padding: 40px 0 58px;
  margin-top: 60px;
}

.info-list-wrap-removal .info-list-block {
  max-width: 520px;
}

.info-list-wrap-removal ol.info-list-items {
  flex-direction: column;
  row-gap: 20px;
}

.info-list-wrap-removal .moms-small-title {
  text-align: left;
  margin-bottom: 0;
}

.info-list-wrap-removal ol.info-list-items li b {
  color: #49780D;
}

.listing-wrap-removal {
  background-color: rgba(250, 175, 63, 0.20);
  padding: 65px 0 65px;
  margin-top: 100px;
}

.listing-wrap-removal .listing-title {
  max-width: 500px;
  grid-row: auto;
}

.listing-wrap-removal .listing-title * {
  font-size: clamp(24px, 3vw, 30px);
}

.listing-wrap-removal .listing-items {
  grid-column: 2/3;
  grid-row: 1/3;
}

.listing-block {
  grid-template-rows: auto 1fr;
  row-gap: 20px;
}

.listing-text {
  max-width: 500px;
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.info-list-map-title {
  color: #49780D;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}

.info-list-map-author {
  color: rgba(36, 36, 36, 0.50);
  font-size: 16px;
  font-weight: 600;
  line-height: 25px;
  margin-top: 60px;
}

.info-list-map-author span {
  font-weight: 400;
}

.info-list-map-wrap-2 .info-list-map {
  background-color: rgba(139, 197, 64, 0.10);
  padding: 60px 0 74px;
}

.info-list-map-wrap-2 ol.info-list-map-items li:before {
  background-color: #49780D;
  border-radius: 10px;
  color: #ffffff;
  width: 50px;
  height: 50px;
}

.info-list-map-wrap-2 .info-list-map-title {
  margin-bottom: 0;
}

.after-extraction-wrap {
  background-color: #F6F6F6;
  padding: 60px 0 74px;
}

.info-list-map-wrap.info-list-map-wrap-2 {
  padding: 0;
}

.after-extraction-title {
  color: #242424;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
}

.after-extraction-notes {
  background-color: #ffffff;
  border-radius: 20px;
  padding: 40px 10px;
  margin-top: 60px;
}

.after-extraction-notes span {
  display: block;
  max-width: 500px;
  margin: 0 auto;
  color: #242424;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.after-extraction-text ol {
	margin: 15px 0;
	counter-reset: item;
	flex-wrap: wrap;
	column-gap: 100px;
	padding: 0;
	margin: 0;
	display: flex;
	flex-direction: column;
	row-gap: 20px;
}

.after-extraction-text ol li {
	position: relative;
	min-width: 300px;
	color: #242424;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	list-style-type: none;
	padding-left: 20px;
	z-index: 1;
}

.after-extraction-text ol li:before {
	content: counter(item) ".";
	counter-increment: item;
	display: flex;
	flex-shrink: 0;
	color: #F5A52E;
	font-size: 18px;
	font-weight: 600;
	line-height: 25px;
	position: absolute;
	left: 0;
}

.after-extraction-text ol li:after {
  content: "";
  background-image: url('assets/images/list-decor.svg');
  position: absolute;
  top: -4px;
  left: -18px;
  width: 48px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}

.after-extraction-block {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  justify-content: space-between;
  column-gap: 40px;
  row-gap: 30px;
}

.after-extraction-text {
  grid-column: 2 / 3;
  grid-row: 1 / 3;
  max-width: 560px;
}

.after-extraction-image {
  max-width: 490px;
}

.after-extraction-text ol li mark {
  background-color: transparent;
  color: #F5A52E;
  font-weight: 600;
}

.service-description-text {
  color: #242424;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  max-width: 575px;
  margin: 0 auto;
}

.service-description-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.service-description-text p:not(:last-child) {
  margin-bottom: 16px;
}

.service-description-block .moms-title {
  margin-bottom: 40px;
}

.service-description-wrap {
  margin: 50px 0;
}

.service-content-background {
  padding: 65px 0;
}

.dual-block-trio .dual-images {
  grid-row: 1/3;
  grid-column: 2/3;
}

.dual-block.dual-block-trio {
  align-items: flex-end;
}

.info-list-title {
  color: #49780D;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
}

.info-list-wrap-undercutting ol.info-list-items li:before {
  position: absolute;
  left: 0;
}

.info-list-wrap-undercutting ol.info-list-items li {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 81px;
}

.info-list-wrap-undercutting .info-list-text {
  font-weight: 300;
}

.info-list-wrap-undercutting .moms-small-title {
  margin: 0;
  max-width: none;
  text-align: left;
  margin-bottom: 59px;
}

.info-list-wrap-undercutting .info-list-block {
  column-gap: 75px;
}

.info-list-wrap-undercutting .info-list-column {
  flex: 1 0 calc(50% - 75px);
}

.info-list-wrap-undercutting ol.info-list-items {
  row-gap: 20px;
}

.info-list-wrap-undercutting {
  margin: 60px 0;
}

.procedure-title {
  color: #242424;
  font-size: 34px;
  font-weight: 600;
  line-height: normal;
  align-self: flex-end;
}

.procedure-text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.procedure-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.procedure-text p:not(:last-child) {
  margin-bottom: 10px;
}

.procedure-image {
  max-width: 290px;
  grid-row: 1/3;
}

.procedure-block {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 24px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-rows: auto auto;
  row-gap: 20px;
  column-gap: 55px;
}

.procedure-wrap {
  margin: 60px 0;
}

.info-list-green ol.info-list-items li:before {
  background-color: rgba(139, 197, 64, 0.10);
  color: #49780D;
}

.info-list-green .info-list-title {
  color: #49780D;
}

.info-list-orange ol.info-list-items li:before {
  background-color: rgba(250, 175, 63, 0.10);
  color: #F5A52E;
}

.info-list-orange .info-list-title {
  color: #F5A52E;
}

.questions-wrap.questions-wrap-undercutting {
  background-color: #ffffff;
  padding: 0;
  margin: 80px 0;
}

.tile-block--text mark {
  background-color: transparent;
  color: #49780D;
  font-weight: 600;
}

.tile-blocks-media-wrap {
  background-color: #F6F6F6;
  padding: 62px 0 72px;
  margin: 70px 0;
}

.tile-blocks-media-title * {
  color: #242424;
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.tile-block-media-image {
  max-height: 159px;
  margin-bottom: 20px;
}

.tile-block-media-image img {
  height: auto;
  width: auto;
}

.tile-block-media-title {
  color: #49780D;
  font-size: 18px;
  font-weight: 600;
  line-height: 25px;
  margin-bottom: 10px;
}

.tile-block-media-text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.tile-block-media-item {
  padding: 32px 32px;
  background-color: #ffffff;
  border-radius: 20px;
  flex: 1 0 calc(50% - 20px);
}

.tile-blocks-media-items {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.tile-blocks-media-title {
  margin-bottom: 40px;
}

.types-items ol {
	counter-reset: item;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.types-items ol li:before {
	content: counter(item);
	counter-increment: item;
	color: #ffffff;
	font-size: clamp(16px, 2vw, 22px);
	font-weight: 600;
	line-height: 25px;
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #49780D;
	border-radius: 10px;
	left: 0;
	position: absolute;
	top: 0;
}

.types-items ol li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 23px;
  top: 23px;
  height: calc(100% + 20px);
  width: 2px;
  background-color: #E8F3D9;
  z-index: -1;
}

.types-items ol li {
  position: relative;
  padding-left: 70px;
}

.type-image {
  max-height: 183px;
  margin-bottom: 20px;
}

.type-image img {
  width: auto;
  height: auto;
}

.type-text {
  color: #000;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  max-width: 470px;
}

.type-text p {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

.types-items ol li:not(:last-child) {
  margin-bottom: 40px;
}

.types-title * {
  color: #242424;
  font-size: 30px;
  font-weight: 600;
  line-height: normal;
  margin: 0;
}

.types-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 40px;
  row-gap: 40px;
}

.types-title {
  flex: 1 0 calc(43% - 40px);
}

.types-items {
  flex: 1 0 calc(57% - 40px);
}

.types-wrap {
  margin: 70px 0;
  position: relative;
}

.info-list-map-wrap.info-list-map-wrap-braces {
  padding: 0;
  margin-bottom: 100px;
}

.info-list-map-block {
  display: flex;
  flex-wrap: wrap;
  column-gap: 25px;
  row-gap: 25px;
}

.info-list-map-column {
  flex: 1 0 calc(50% - 25px);
}

.difference-title {
  color: #242424;
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 30px;
}

.difference-blocks {
  background-color: #F6F6F6;
  border-radius: 10px;
  padding: 24px 24px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.difference-tags span {
  color: #49780D;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  background-color: #ffffff;
  border-radius: 100px;
  min-height: 46px;
  display: inline-flex;
  align-items: center;
  padding: 0 22px;
}

.difference-tags {
  display: flex;
  flex-wrap: wrap;
  column-gap: 10px;
  row-gap: 10px;
  margin-bottom: 20px;
}

.difference-text {
  color: #242424;
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
}

.difference-text p, .difference-text li {
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.difference-text p {
  margin: 0;
}

.difference-text p:not(:last-child) {
  margin-bottom: 10px;
}

.difference-text li:not(:last-child) {
  margin-bottom: 10px;
}

.difference:not(:last-child) {
  margin-bottom: 60px;
}

.difference-block {
  flex: 1 0 calc(50% - 20px);
}

.difference-text a {
  color: #49780D;
  font-weight: 600;
}

.difference-text a:hover {
  text-decoration: none;
}

.differences-wrap {
  margin: 40px 0 100px;
}


.info-list-map-wrap-3 {
  background-color: #F6F6F6;
  padding: 60px 0 74px;
  margin: 80px 0;
}

.info-list-map-wrap-3 ol.info-list-map-items li:before {
  background-color: #49780D;
  border-radius: 10px;
  color: #ffffff;
  width: 50px;
  height: 50px;
}

.info-list-map-wrap-3 .info-list-map-title {
  margin-bottom: 0;
  color: #242424;
}


.about-image {
  max-width: 500px;
  grid-row: 1/3;
  display: flex;
  justify-content: center;
}

.about-title {
  color: #242424;
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; /* 83.333% */
  margin-bottom: 40px;
  align-self: flex-end;
}

.about-text {
  color: #242424;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  align-self: flex-start;
}

.about-text p {
  margin: 0;
  color: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: inherit;
}

.about-text mark {
  background-color: transparent;
  color: #49780D;
  font-weight: 600;
}

.about-text p:not(:last-child) {
  margin-bottom: 10px;
}

.about-block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 70px;
}

.about-wrap {
  background-color: rgba(139, 197, 64, 0.10);
  margin: 60px 0;
  padding: 60px 0;
}

.about-image img {
  max-width: 310px;
}

.aservices {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
}

.aservice {
  display: flex;
  max-width: 278px;
  min-width: 220px;
  flex: 1 0 calc(25% - 20px);
  height: 218px;
  text-decoration: none;
  align-items: flex-end;
  padding: 16px 16px;
  background-size: cover;
  border-radius: 20px;
  background-color: #F1EEEB;
}
.aservice:hover {
box-shadow: 2px 2px #00000045;
}
.services__item:hover {
box-shadow: 2px 2px #00000045;
}

.aservice span {
	display:none;
  color: #242424;
  font-size: clamp(18px, 3vw, 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.services-page  .get-consultation .decor {
  display: none;
}

.services-page .get-consultation {
  margin-top: clamp(40px, 16vw, 120px);
}