html {
    margin-top: 0px!important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0 0 0 0);
}

a:hover {
  opacity: 0.6;
}

a:active {
  opacity: 0.3;
}

a:focus {
    opacity: 0.6;
}

a:not([href]):hover {
 opacity: inherit
}

button:hover {
  opacity: 0.6;
}

button:active {
  opacity: 0.3;
}

button:focus {
    opacity: 1;
    box-sizing: border-box;
    outline: #135721 solid 2px;
    outline-offset: 1px;
}

select:hover {
  opacity: 0.6;
}

select:focus {
  opacity: 1;
  box-sizing: border-box;
  outline: #AF4FFF solid 1px;
  outline-offset: 1px;
}

input:hover {
  opacity: 0.6;
}

input:active {
  opacity: 0.3;
}

input:focus {
  opacity: 1;
  outline: #fdc633 solid 1px;
}

select:active {
  opacity: 0.3;
}

select:disabled , button:disabled , a:disabled , input:disabled, label:disabled  {
  opacity: 0.3;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 26px;
  line-height: 30px;
  color: #444444;
  margin: 0;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}
@media (max-width: 991px) {
    body{
        font-size: 20px;
       }}

html {
  height: 100%;
}


h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}

h4 {
    font-size: 20px;
    color: #a5b59e;
}

.container {
    width: 100%;
    max-width: 1400px;
    padding: 0 16px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.page-header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0 16px;
	position: relative;
}

@media (max-width: 1280) {
.page-header {
	 padding: 0 16px;
}}


.top-menu li {
	list-style: none;
	padding: 10px;
}

.top-menu li a {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    text-transform: capitalize;
    color: #484848;
    text-decoration: none;
    padding: 12px;
    display: block;
}


#menu-item-134:hover .sub-menu {
	display: block;
	transition: .3s;
}

@media (max-width: 991px) {
	#menu-item-134:hover .sub-menu {
	padding: 8px;
	}}



#menu-item-147:hover .sub-menu {
	display: block;
	transition: .3s;
}

@media (max-width: 991px) {
	#menu-item-147:hover .sub-menu {
	padding: 8px;
	}}



.user-nav {
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
}

.user-nav-action-link {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    text-align: center;
    color: #ffffff;
    max-width: fit-content;
    border-radius: 5px;
    padding: 14px 18px;
    box-sizing: border-box;
    background: #135721;
}



@media (max-width: 991px) {
.user-nav-action-link:before {
	display: none;	
}}



.hero-block-wrapper-inner .user-nav-action-link {
	grid-column: span 2;
	padding: 15px 20px;
}

.hero-block-wrapper-inner div {
    line-height: 1.2;
	max-width: 280px;
	display: flex;
    gap: 5px;
	align-items: center;
}

.hero-block-wrapper-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    max-width: 580px;
    gap: 25px;
}

.user-nav-search {
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background: none;
  background-image: url(../img/search.svg);
  background-size: cover;
}

.user-nav-favourite {
  width: 20px;
  height: 20px;
  outline: none;
  border: none;
  background: none;
  background-image: url(../img/heart.svg);
  background-size: cover;
  position: relative;  
}

.user-nav-favourite-number {
  position: absolute;
  background: #7DB54F;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  color: white;
  justify-content: center;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 10px;
  top: -12px;
  right: -12px;
}

.inner-page.hero-block {
	min-height: 300px;
}

.hero-block {
    min-height: 490px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    background: url(/wp-content/uploads/home__hero-bg-scaled.webp);
    background-size: cover;
    position: relative;
    /* margin-bottom: 20px; */
    background-attachment: fixed;
    background-position: center bottom;
    border-radius: 10px;
	position: relative;
}

.hero-block:before {
    content: '';
    display: block;
    width: 147px;
    height: 525px;
    background-image: url(/wp-content/uploads/hero__decorative-lines.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: calc(60% + 37px);
    z-index: 0;
}

.hero-block.container {
    padding: 26px 0;
    overflow: hidden;
}

@media (max-width: 991px) {
.hero-block.container {
padding: 26px 0 0;
        border-radius: 0;
}}

.hero-block-wrapper {
    min-height: 400px;
    width: 100%;
}

@media (max-width: 991px) {
.hero-block-wrapper {
	width: auto;
}}




.about-box {
    margin-bottom: 64px;
}

/* .about-box-title { */
  /* font-family: 'Roboto', sans-serif; */
  /* font-weight: 700; */
  /* font-size: 30px; */
  /* line-height: 36px; */
  /* max-width: 620px; */
  /* text-transform: uppercase; */
  /* color: #000000; */
  /* text-align: center; */
  /* margin: 0 auto; */
  /* margin-bottom: 25px; */
/* } */

.about-box-decription {
  font-family: 'Roboto', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 26px;
  text-align: center;
  color: #333333;
  margin-bottom: 69px;
}

/* .about-box-squares {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 50px;
} */

.about-box-second {
  grid-column: span 2;
}

.about-box-square-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #f0f6fa;
  border: 2px solid white;
  box-shadow: 0 4px 7px rgb(19 25 34 / 10%);
	overflow: hidden;
	border-radius: 10px;
}

.about-box-first, .about-box-seventh {
	color: #000000;
    background: #f0f6fa;
}

.about-box-third, .about-box-fourth, .about-box-fifth {
  color: #000000;
}

.about-box-third, .about-box-fifth, .item-home, .item-present {
  background: rgba(131, 179, 211, 0.12);
}

.about-box-fourth {
  color: #000000;
  background: rgb(240 246 250);
}

.about-box-second {
  background-image: url(/wp-content/uploads/2023/05/veterinarian_profile_view_realistic_photo_wit_8513cfe0-2fa1-421f-ab5d-6e2135eee488.jpg);
  background-size: cover;
  background-position: 40px -80px;	
}

.about-box-ten {
  background-image: url(/wp-content/uploads/2023/05/cinematicrealistic_8k_superb_quality_veterina_4abc5371-8d51-425b-96a3-91e9dc169dbe.jpg);
  background-size: cover;  
  background-position: center;	
}

.square-item-title {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
    text-transform: uppercase;
    max-width: 210px;
    position: relative;
    word-wrap: break-word;
    margin-top: auto;
    margin-bottom: auto;
	color: #2b3034;
}

.square-item-description {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  max-width: 230px;
}

.advantages-box-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    max-width: 505px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.advantages-box-decription {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-bottom: 64px;
}

.advantages-box-wrapper {
    display: grid;
    grid-template-rows: 385px;
    grid-template-columns: 4fr 4fr 4fr;
}

.advantage-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.advantage-item-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.advantage-item-img {
    margin-bottom: 30px;
}

.advantage-item-description {
    max-width: 230px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    color: #333333;
}

.about-box.container, .advantages-box.container {
    padding: 0;
}

section.call-to-action.container {
    min-height: 406px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.call-to-action-link {
    padding: 8px 50px;
    max-width: 376px;
    max-height: 52px;
    background: #756157;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
}

h2.call-to-action-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 20px;
}

.call-to-action-decription {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-top: 0;
    margin-bottom: 54px;
    max-width: 592px;
}

.email-block.container {
    min-height: 415px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(45deg, #000000d9, #f0f6fa6e), url(/wp-content/uploads/2023/04/0006_cleanup-1.jpg);
    background-size: cover;
    background-position: center;
}

.email-block-title {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 0;
    margin-bottom: 20px;
}

.about-box-title span {
    color: #b0935f;
}

.email-block-decription {
    margin-top: 0;
    margin-bottom: 54px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    max-width: 475px;
}

.subscribe-form-box {
    min-width: 684px;
}

.signup-email-input {
    min-width: 452px;
    min-height: 52px;
    box-sizing: border-box;
    padding: 14px 20px;
}

.subscribe-form-button.button {
    min-width: 232px;
    min-height: 52px;
    box-sizing: border-box;
    background: #82B3D3;
    border-radius: 0px 4px 4px 0px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 36px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: inherit;
}

li.footer-social-item {
    list-style: none;
}

.page-footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    margin-top: 100px;
    background-color: #2B2B2B;
}

.page-footer p, 
.page-footer a,
.page-footer div,
.page-footer span {
	color: #fff;
}

.vk {
  width: 24px;
  height: 14px;
  background-image: url(/wp-content/uploads/vk-blue.svg);
  background-size: cover;
  display: block;
}

.telegram {
  width: 18px;
  height: 15px;
  background-image: url(/wp-content/uploads/telegram-blue.svg);
  background-size: cover;
  display: block;  
}

.youtube {
  width: 22px;
  height: 17px;
  background-image: url(/wp-content/uploads/youtube-blue.svg);
  background-size: cover;
  display: block;  
}

.page-footer-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
    padding: 0;
    gap: 16px;
    margin: 0;
    width: 100%;
}
.subscribe-form-box-wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.top-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
    margin: 0;
}

.page-header-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    max-width: 100%;
    padding: 5px 0;
}

.page-header-menu-bottom {
    display: flex;
    justify-content: end;
}

.page-header-second-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: row;
	width: 100%;
	justify-content: space-between;
    max-width: 1200px;
}


.about-box-square-item:hover {
	color: #001448b0;
	transition: 2s;	
}

.about-box-square-item {
	transition: 2s;
	cursor: pointer;
	position: relative;
}

.about-box-sixth:hover {
    background: linear-gradient(45deg, #82b3d3, transparent), url(/wp-content/uploads/2023/04/no1_1400-9262-2-1.jpg);
    color: #001448b0;
    background-position: center;
    transition: 2s;
}

.hero-block-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    max-width: 1320px;
    padding: 0 16px;
    position: relative;
}

.hero-block-wrapper-inner {
    text-align: center;
    background-color: #ffffff9e;
    padding: 20px 20px;
    border-radius: 8px;
    border: 2px solid white;
	position: relative;
    z-index: 2;
}

.menu-top-menu-container {
    width: 100%;
}

.hero-block .hero-block-title {
    grid-column: span 2;
    max-width: 100%;
    align-self: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
}

h2.hero-block-title {
    max-width: 100%;
    text-align: center;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
	margin-bottom: 40px;
}

.phone {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #ffffff;
    background: linear-gradient(90deg, #fdc633 0%, #3228CB 100%);
    border: 1px solid #1BA4FF;
    border-radius: 10px;
    padding: 16px 20px 16px 40px;
    line-height: 1;
}

.phone:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/icon-calender-2.svg);
    background-size: cover;
    left: 15px;
    top: 18px;
}




.header-calendar-mobile {
	
}

.header-phone-mobile {
	
}


.offer.user-nav-action-link {
    background: #74a95f00;
    border-radius: 4px;
    color: #000000;
    border: 1px solid #000000;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
    align-items: center;
    margin: auto auto;
}


.top-menu li {
    list-style: none;
    position: relative;
    background: #fff;
    z-index: 99;
    border-radius: 6px;
    padding: 0;
}

img.about-box-square-item-img {
    position: absolute;
    width: 70px;
    height: 70px;
    bottom: 0px;
    right: 0px;
    opacity: 0.3;
	    transition: 2s;
}

.about-box-square-item:hover img.about-box-square-item-img {
    width: 170px;
    height: 170px;
    opacity: 0.1;
    bottom: -55px;
    right: 215px;
}

.promo.container {
    border-radius: 10px;
    background: linear-gradient(90deg, #222222 0%, #222222 100%);
    color: white;
    padding: 30px 40px;
    margin-bottom: 80px;
}

/*Анимация классы START*/



@media (max-width: 991px) {
.promo.container {
    padding: 30px 16px;	
    border-radius: 0;
}}



.promo-link {
    font-size: 18px;
    font-weight: 500;
    position: relative;
    color: #ffffff;
    background: #135721;
    border-radius: 5px;
    line-height: 1;
    padding: 16px 20px;
    display: inline-block;
}

@media (max-width: 991px) {
.promo-link {
	font-size: 20px;
    position: relative;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}}



.link-review {
font-size: 20px;
    font-weight: 400;
    position: relative;
    color: #2d2d2d;
    background: #f7c602;
    border: 1px solid #f7c602;
    border-radius: 10px;
    line-height: 1;
    padding: 16px 20px 16px 40px;
}

.promo-decription {
    font-size: 22px;
    color: #ffffff;
    margin: 0;
}

@media (max-width: 991px) {
.promo-decription {
	font-size: 18px;
    color: #ffffff;
    margin-top: 16px;
    line-height: 1.4;	
}}

.promo-title {
    font-size: 38px;
    line-height: 1.1;
    margin: 0;
    text-align: left;
    color: #fdc633;
}

.promo {
position: relative;
overflow: hidden;
}

img.promo-img {
	position: absolute;
	right: -93px;
	top: -25px;
	z-index: -1;
	width: 380px;
}

.block-promo {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 991px) {
.block-promo {
flex-wrap: wrap;
        gap: 16px;	
}}



.time-action {
    background: #fdc633;
    border-radius: 25px;
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #000;
    display: inline-block;
    padding: 6px 15px;
    margin-bottom: 0 !important;
}
.advantages-text {
    max-width: 600px;
    z-index: 2;
    padding-top: 40px;
}

.advantages-title {
    font-size: 42px;
    line-height: 1.1;
    margin-bottom: 50px;
    font-weight: 700;
    position: relative;
    z-index: 5;
    color: #00263e;
    text-align: start;
}

@media (max-width: 991px) {
.advantages-title {
    font-size: 32px;	
}}



.advantages-text h2 span {
    color: #fdc633;
}

.advantages-decription {
	display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin: 15px 0;
    max-width: 275px;
}

@media (max-width: 330px) {
    .advantages-decription {
        padding: 0 16px;
}}

.advantages-text-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 0;
    justify-content: space-around;
    background-color: #ffffffd1;
    border: 2px solid white;
    box-shadow: 0 4px 7px rgb(0 38 62 / 12%);
    border-radius: 10px;
    align-items: unset;
    margin-bottom: 45px;
    position: relative;
    z-index: 5;
}

.advantages-decription span {
    max-width: 200px;
    line-height: 1.1;
}

section.advantages.container {
    background-color: #f1f6f9;
    border: 2px solid white;
    /* box-shadow: 0 4px 7px rgb(19 25 34 / 10%); */
    /* overflow: hidden; */
    border-radius: 10px;
    position: relative;
    margin-bottom: 80px;
}

.advantages-img {
    position: absolute;
    right: 100px;
    bottom: 0;
    max-width: 450px;
    width: 100%;
}

.advantages-text:after {
    content: '';
    display: block;
    /* background: url(../img/wave-white.svg); */
    width: 100%;
    height: 374px;
    z-index: 0;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -38px;
    left: 0px;
    background-position: center;
}

.team-wrapper-doctor {
	display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 300px;
    background: #FFF;
    overflow: hidden;
    border: 2px solid #ECECEC;
    border-radius: 10px;
    margin-bottom: 20px;
}

/* h2.team-header { */
    /* font-family: 'Roboto', sans-serif; */
    /* font-weight: 700; */
    /* font-size: 30px; */
    /* line-height: 36px; */
    /* max-width: 620px; */
    /* text-transform: uppercase; */
    /* color: #000000; */
    /* text-align: center; */
    /* margin: 0 auto; */
    /* margin-bottom: 25px; */
/* } */

span.tem-subtitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
    display: block;
}

span.doctor-name {
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
    color: #82b3d3;
    margin-bottom: 5px;
}

.owl-carousel .owl-item img {
    margin-bottom: 20px;
}

span.doctor-specialization {
    margin-bottom: 10px;
}

section.team.container {
    margin-bottom: 80px;
}

img.rev-avatar {
    width: 48px!important;
    height: 48px;
}

/* h2.review-header { */
    /* font-family: 'Roboto', sans-serif; */
    /* font-weight: 700; */
    /* font-size: 30px; */
    /* line-height: 36px; */
    /* max-width: 620px; */
    /* text-transform: uppercase; */
    /* color: #000000; */
    /* text-align: center; */
    /* margin: 0 auto; */
    /* margin-bottom: 25px; */
/* } */

span.review-subtitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
    display: block;
}

img.rev-avatar {
    border-radius: 50%;
}

.logo-rev-wrapper {
    display: flex;
    flex-wrap: wrap;

    gap: 5px;
    flex-direction: row;
}

.rev-author {
    display: flex;
    flex-direction: column;
    gap: 1px;
    flex-wrap: wrap;
}

span.raiting-date {
    font-size: 11px;
    color: #000000a1;
	line-height: 1.3;
}

span.raiting-name {
    font-weight: 500;
    line-height: 1.1;
    font-size: 18px;
    color: #333;
}
.review-item {
    padding: 24px 16px;
    position: relative;
    border-radius: 15px;
    transition: box-shadow .15s;
    box-sizing: border-box;
    background: #fff;
}

.review-wrapper .owl-stage-outer {
	padding-top: 40px;
    padding-bottom: 30px;
}

.review-wrapper.owl-carousel.owl-loaded.owl-drag {
    background-color: #0000000f;
    border-radius: 10px;
	box-sizing: border-box;
}

section.review.container {
    padding: 0 0;
	margin-bottom: 80px;
    padding: 0 16px;
}

span.rev-link {
    margin-top: 12px;
    display: block;
    font-size: 13px;
    text-decoration: underline;
    color: #999;
}


.block_reasons_right {
    display: flex;
    gap: 20px;
    max-width: 70%;
}
@media (max-width: 786px) {
    .block_reasons_right {
        max-width: 100%;
       }}

/* .raiting-scale { */
    /* width: 32%; */
    /* height: 15px; */
    /* background-image: url(../img/star-fill.svg); */
    /* background-size: contain; */
/* } */


.raiting-scale {
    display: flex;
    justify-content: start;
}

.review-item .logo-rev-wrapper .rev-author .raiting-scale img {
    width: 20px;
    height: auto;
}



.recent-news-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 3%;
}

.recent-news a {
    text-decoration: none;
    color: #000000bf;
    line-height: 1.3;
    max-width: 30%;
    flex-direction: column;
    gap: 15px;
    /* display: flex; */
    background: #ebf3f800;
    border-radius: 10px;
    margin-bottom: 30px;
}

@media (max-width: 1024px) {
.recent-news a {
    max-width: 100%;	
}}




.recent-news p {
    font-weight: 300;
    line-height: 1.4;
    margin-top: 16px;
}

.image-post-wrapper {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 10px;
}

img.attachment-medium.size-medium.wp-post-image {
    height: auto;
    width: 495px;
    border-radius: 10px;
}

.post-time {
    font-weight: 300;
    font-size: 18px;
    text-transform: lowercase;
}

.post-title {
    font-weight: 400;
    font-size: 26px;
    color: #333;
    line-height: 1.2;
    margin: 16px 0 0;
}

.post-content-wrapper {
    padding: 0 20px 0 20px;
}

h2.recent-news-header {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 36px;
    max-width: 620px;
    text-transform: uppercase;
    color: #000000;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

span.recent-news-subtitle {
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 26px;
    text-align: center;
    color: #333333;
    margin-bottom: 40px;
    display: block;
}

.footer-title {
    max-width: 610px;
    font-family: 'Roboto', sans-serif;

    line-height: 1.2;
    color: #00263e;
    /* margin: 60px 0 60px; */
}

.footer-title span {
    color: #1BA4FF;
}

.footer-title-wrapper {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    flex-wrap: wrap;
	position: relative;
    margin-top: 0;
    gap: 40px;
}

.footer-title-img {
    max-width: 100%;
    width: 72px;
}


.bottom-menu {
	padding: 0;
}


.bottom-menu li {
	list-style: none;
}




.page-footer-phone {
    display: flex;
    flex-direction: column;
}

@media (max-width: 991px) {
	.page-footer-phone {
	gap: 30px;	
}}


@media (max-width: 991px) {
	.footer-menu {
    flex-basis: 100%;
}}

.footer-contact-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0;
    gap: 20px;
    align-items: start;
    padding: 40px 0;
}

.page-footer-phone-number {
    color: #08c141;
    font-size: 30px;
    line-height: 30px;
    font-weight: bold;
    text-decoration: none;
}
.page-footer-phone-number a {
    color: #125721;
    font-size: 25px;
    font-weight: 300;
}
.footer-adress p {
    margin: 0;
}

.page-footer-phone-247, .footer-adress-title {
    font-weight: bold;
    font-size: 22px;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 40px;
}

ul#menu-top-menu-1, ul#menu-top-menu-2 {
    list-style: none;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
}

.footer-contacts .block-form-page {
	max-width: 300px;
}

footer a {
    color: #739bb5;
    text-decoration: none;
    font-size: 19px;
}

.footer-company-box p {
    max-width: 200px;
    line-height: 1.1;
}

.footer-contacts-title {
    font-weight: bold;
    font-size: 22px;
}

a.footer-contacts-link {
    text-decoration: none;
    padding: 9px 40px;
    max-width: fit-content;
    max-height: 36px;
    background: #08c141;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    border: 1px solid #efefef;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}

@media screen and (max-width: 991px) {
.page-header {
	flex-direction: column;
	padding: 0 16px;
	position: relative;
	overflow: hidden;
}}

@media screen and (max-width: 991px) {
.top-menu {
	flex-direction: column;
	padding: 0;
}
.sub-menu {
    position: inherit!important;
	min-width: 100%!important;
}}

@media screen and (max-width: 991px) {
.page-header-wrapper {
	/* flex-direction: column; */
	
}}

@media screen and (max-width: 991px) {
.user-nav {
    /* flex-direction: column; */
}}

@media screen and (max-width: 991px) {
.top-menu li:after {
    left: -10px;
	right: inherit;
}}

@media screen and (max-width: 991px) {
.footer-title {
	font-size: 22px;
}}

@media screen and (max-width: 991px) {
.square-item-title {
	font-size: 20px;
}}

@media screen and (max-width: 991px) {
h2.promo-title {
font-size: 32px;
    font-weight: 600;
}}

@media screen and (max-width: 991px) {
.hero-block {
	min-height: 420px;
}}

@media screen and (max-width: 991px) {
.recent-news a {
	max-width: 49%;
}}

@media screen and (max-width: 576px) {
.recent-news a {
	max-width: 100%;
}}

@media screen and (max-width: 991px) {
.team-wrapper-doctor {
	max-width: 100%;
}}

@media screen and (max-width: 991px) {
.review-item {
    max-width: 100%;
    margin: 0 16px;
}}

@media screen and (max-width: 991px) {
.review-wrapper.owl-carousel.owl-loaded.owl-drag {
	padding: 0;
}}

@media screen and (max-width: 991px) {
.hero-block-wrapper-inner {
	background-color: inherit;
	border: inherit;
}}


@media screen and (max-width: 991px) {
.hero-block {
    background-attachment: inherit;
    background-position: center;
    background-size: cover;
    color: #262525;
}}



@media screen and (max-width: 991px) {
img.promo-img {
	left: 82px;
    top: 211px;
}}

@media screen and (max-width: 991px) {
.hero-block .hero-block-title {
    color: #ffffff;
}}

section.main-content-box.container {
    margin-bottom: 80px;
}

section.emergency-calls.container {
    margin-bottom: 50px;
}

h1 {
    font-size: 50px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
}




@media screen and (max-width: 991px) {
	h1 {
    text-align: left;
    width: 100%;
    font-size: 44px;
}}

@media screen and (max-width: 480px) {
	h1 {
    font-size: 32px;
}}

@media screen and (max-width: 480px) {
	p {
    font-size: 14px;
    line-height: 1.2;
}}


h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    max-width: 900px;
    /* margin: 0px auto 16px; */
    font-size: 34px;
    line-height: 1.4;
    color: #000;
}

@media screen and (max-width: 991px) {
	h2 {
	/* text-align: center; */
    font-size: 28px;
    font-weight: 600;
	line-height: 1.2;
}}


@media screen and (max-width: 991px) {
.mob-hidden {
	display: none;
}}



.menu-open-icon {
	display: none;
}

@media screen and (max-width:991px) {
.menu-open-icon {
	display: block;
    width: 30px;
    height: 30px;
    align-self: center;
    background-image: url(../img/mobile-menu.svg);
    background-size: contain;
    background-repeat: no-repeat;
	order: 1;
}


.logo-wrapper {
	display: flex;
    gap: 15px;
    flex-wrap: wrap;
	position: relative;
}}

@media screen and (max-width:991px) {
.main-navigation {
	display: none;
}

.switch-none {
	display: block;
	margin: 20px 0;
}}

.switch-icon {
	background-image: url(../img/mobile-menu-closed.svg);	
}

@media screen and (max-width:991px) {
.user-nav {
	margin-bottom: 30px;
	display: none;
}}





.user-nav-mobile {
	display: none;
}

@media (max-width:991px) {
.user-nav-mobile {
    display: flex;
    gap: 8px;
}}

.link-mobile-header {
    background: #ff0909;
    border-radius: 100%;
    padding: 10px;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.link-calendar-mob {
	background: #fff;
}

.header-calendar-mobile, .header-phone-mobile {
    width: 20px;
    height: 20px;
}
	
.children-info, .hover-info {
	display: none!important;		
}

.children-info {
  width: 26px;
  height: 26px;
  background: #83B3D3;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  text-transform: inherit;
  cursor: pointer;
}

.children-info:hover ~ .hover-info {
	display: block;
    position: absolute;
    max-width: 219px;
    min-height: 109px;
    background: #333333;
    box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    padding: 17px 18px 18px 22px;
    font-size: 16px;
    line-height: 21px;
    color: #FFFFFF;
    top: 50px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    z-index: 7;
    right: -10px;
}

.hover-info::before {
  content: "";
  background-image: url(../img/triangle-icon.svg);
  width: 19px;
  height: 9px;
  display: block;
  position: absolute;
    top: -8px;
    z-index: 5;
    left: 227px;
  background-repeat: no-repeat;
}

.hover-info {
  display: none;
}

.user-nav a {
  text-decoration: none;
}

.rev-text {
    line-height: 1.2;
    margin-top: 20px;
    font-weight: 300;
    height: 200px;
    overflow: auto;
    padding: 6px 12px;
}


.rev-text::-webkit-scrollbar {
    width: 3px; 
    height: 4px;
  }


  .rev-text::-webkit-scrollbar-thumb {
    background-color: #adadad;
    border-radius: 4px; 
  }
  
  .rev-text::-webkit-scrollbar-track {
    background: #D9D9D9; 
    border-radius: 4px; 
  }




/* Выпадающее меню START */
.sub-menu {
position: absolute;
display: none;
}

.sub-menu {
    position: absolute;
    display: none;
    transition: .3s;
    list-style: none;
    padding: 0;
    background: #fff;
    box-shadow: 0 10px 15px #22222217;
    border-radius: 8px;
    transition: .4s;
    width: max-content;
    max-width: 250px;
}





.sub-menu li:not(:last-child) {
display: block;
margin: 0;
text-align: left;
border-bottom: 1.5px dashed #83b3d3;
}

.sub-menu:hover {
    display: block;
}

@media (max-width: 991px) {
.sub-menu li {
border-bottom: 1px solid #769cfc;
margin: 8px 0;
}}

.sub-menu li a {
color: #222;
display: block;
padding: 0 20px;
font-size: 15px;
border-radius: 0;
transition: .3s;
position: relative;
}

.sub-menu li a:hover {
    color: #222;
    margin-left: 5px;
    transition: .3s;
    cursor: pointer;
    opacity: 1;
}

#menu-item-237:hover .sub-menu {
display: block;
transition: .3s;
z-index: 10;
min-width: 300px;	
}

@media (max-width: 991px) {
#menu-item-237:hover .sub-menu {
padding: 8px;
}}

#menu-item-237 a:hover {
cursor: pointer;
}

/* Выпадающее меню END */

table.table_adaptive {
  display: table;
  table-layout: fixed !important;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0 !important;
  margin-bottom: 30px;
  line-height: 24px;
  background: #b1d0e447;
  box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
  border-radius: 10px;
  width: 100%;
}

table.table_adaptive caption {
  caption-side: top;
  color: #5f5f5f;
  text-align: center;
  font-weight: bold;
}

table.table_adaptive tr {
  padding: 5px;
}

table.table_adaptive tr:hover {
  background: #71c2c2;
  color: #00263e;
}

table.table_adaptive tr:hover a {
  color: #00263e;
  border-bottom: 1px dashed #fff;
}

table.table_adaptive th,
table.table_adaptive td {
  padding: 10px;
  text-align: center;
}

table.table_adaptive th {
  font-size: 14px;
  letter-spacing: 1px;
  color: whitesmoke;
  background-color: #19a5a5;
  font-weight: bold;
  border: 0px !important;
}

table.table_adaptive td {
  border-bottom: 1px solid #91bcd8 !important;
  border-top: 0px !important;
  border-left: 0px !important;
  border-right: 0px !important;
  font-size: 14px;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  hyphens: auto;
  font-weight: 600;
  font-size: 17px;
  text-transform: uppercase;
}

table.table_adaptive td:first-child {
  text-align: left;
}

table.table_adaptive td.justify_text {
  text-align: justify;
}

table.table_adaptive td.left_text {
  text-align: left;
}

table.table_adaptive td.right_text {
  text-align: right;
}

table.table_adaptive tr.subhead {
  background: #f1f7f7;
  font-weight: bold;
}

table.table_adaptive tr.subhead:hover {
  background: #24c5c5;
  color: #00263e;
}

@media screen and (max-width: 800px) {
  table.table_adaptive {
    border: 0 !important;
  }
  table.table_adaptive thead {
    display: none;
  }
  table.table_adaptive tr {
    margin-bottom: 10px;
    display: block;
    border: 1px solid #ededed !important;
  }
  table.table_adaptive td {
    display: block;
    text-align: right;
    font-size: 13px;
    border-bottom: 1px dotted #ededed !important;
  }
  table.table_adaptive td.justify_text {
    text-align: right;
  }
  table.table_adaptive td.left_text {
    text-align: right;
  }
  table.table_adaptive td:first-child {
    font-size: 15px;
    color: #0655b7;
  }
  table.table_adaptive td.right_text {
    text-align: right;
  }
  table.table_adaptive td:last-child {
    border-bottom: 0 !important;
  }
  table.table_adaptive td:before {
    content: attr(data-label);
    float: left;
    font-weight: bold;
  }
}

.table_adaptive img {
	width: 100%;
}

.about-box-square-item {
	height: 100%;
    min-height: 200px;
    min-width: 300px;
}

.about-box-squares a {
	text-decoration: none;
}


.buttonfl {
  position: relative;
  overflow: hidden;
  /* box-shadow: 0 4px 25px rgb(19 25 34 / 10%); */
}

.buttonfl .flare {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    transform: skewX(-45deg);
    animation: flareAnimation;
    left: -150%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.4));
    animation: flareAnimation 3s infinite linear;
}


@keyframes flareAnimation {
    0% {
        left: -150%;
    }
    100% {
        left: 150%;
    }
}

@media screen and (max-width: 800px) {
img.advantages-img {
	position: relative;
    right: 0;
    bottom: -14px;
    width: 100%;
}

.advantages-text-wrapper {
  background-color: #fff;
}}

.review-wrapper.owl-carousel.owl-loaded.owl-drag:before {
    position: absolute;
    display: block;
    content: '';
    background: #f0f0f0;
    height: 100%;
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(50% - 50vw);
}

.review-item-bottom-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
}


.review-item-bottom-box span {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 20px;
}

.wrapper-rating {
    display: flex;
    background: #f0f0f0;
    padding: 7px 3px;
    border-radius: 50px;
    align-items: center;
    justify-content: center;
    max-width: 210px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.box-rev-rating {
    background: #fff;
    padding: 8px 12px;
    border-radius: 21px;
}

.boxxx-rev-rating {
    padding: 4px 8px;
}

/* .block-images-main { */
	/* position: relative; */
/* } */

.block-images-main:before {
	/* position: absolute; */
    /* content: ""; */
    /* width: 500px; */
    /* height: 500px; */
    /* background: #fff; */
    /* border-radius: 100%; */
    /* opacity: 0.2; */
    /* right: -82px; */
    /* top: -225px; */
}

.hero-block-wrapper-img {
    position: absolute;
    right: -34px;
    width: 660px;

}

@media (max-width: 991px) {
.hero-block-wrapper-img {
    position: static;
	width: 100%;
	max-width: 400px;
		
}}



@media screen and (max-width: 1024px) {
img.hero-block-wrapper-img {
	/* display: none;		 */
}}

@media (max-width: 991px) {
.main-navigation {
 	animation: ani 1s forwards;
}

@keyframes ani {
  0% {transform: translateY(-150%);}
  100% {transform: translateY(0);}
}}

#wpcf7-f214-o1 input {
	width: 100%;
}

.row-rev p {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 5px;
	justify-content: space-between;
}

.row-rev label {
	width: 45%;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
	border-radius: 15px;
    border: 1px solid #8bb7d5;
	box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}

#wpcf7-f214-o1 input {
    width: 100%;
    min-height: 30px;
    border-radius: 15px;
    border: 1px solid #8bb7d5;
	box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    min-height: 30px;
    border-radius: 15px;
    min-width: 100px;
    border: 1px solid #8bb7d5;
    padding: 6px;
	box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}



section.inner-advantages-box.container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
	flex-wrap: wrap;
}

@media (max-width: 991px) {
section.inner-advantages-box.container, .second-inner-advantages-box-wrapper, .emergency-calls-wrapper-inner {
    justify-content: center!important;	
}}

.inner-advantages-box-item {
    max-width: 270px;
    background: #82b3d3;
    padding: 10px;
    border-radius: 15px;
    color: #ffffff;
	margin-bottom: 20px;
}

span.inner-advantages-box-item-top-text {
	font-size: 22px;
    text-transform: uppercase;
    display: block;
    max-width: 135px;
    font-weight: bold;
}

.inner-advantages-box-item-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media (max-width: 991px) {
.row-rev label {
    width: 100%;
}}

@media (max-width: 991px) {
img.emergency-calls-img {
	order: 1;
}}

.small-text-label {
    font-size: 10px;
    position: relative;
    bottom: -5px;
    left: 12px;
    color: #81b2d2;
}

.second-inner-advantages-box-wrapper {
    display: flex;
    flex-direction: row;
    margin-bottom: 80px;
    justify-content: space-between;
    align-items: center;
    text-align: center;
	flex-wrap: wrap;
}

.second-inner-advantages-box-wrapper-item {
    margin-bottom: 30px;
    border: 1px solid #82b3d3;
    padding: 20px 5px 5px 5px;
    border-radius: 20px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
	max-width: 290px;
}

img.emergency-calls-img {
    max-width: 500px;
	width: 100%;
}

.emergency-calls-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #c9deec;
    border-radius: 25px;
    background: #c0d7e614;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}

.emergency-calls-wrapper-inner {
    display: flex;
    flex-direction: row;
    max-width: 700px;
    flex-wrap: wrap;
	padding: 5px;
}

.emergency-calls-wrapper-inner-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (min-width: 991px) {
.emergency-calls-wrapper-inner-item {	
    min-width: 295px;
}}

@media (max-width: 991px) {
.emergency-calls-wrapper-inner-item {	
    margin-bottom: 30px;
	gap: 10px;
}}

.emergency-number {
    width: 110px;
    height: 110px;
    background: radial-gradient(#82b3d3, transparent);
    color: #ffffff;
    font-size: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 70px;
    box-shadow: 0 4px 25px rgb(19 25 34 / 10%);
}

@media (max-width: 991px) {
.emergency-number {
    width: 90px;
    height: 90px;		
}}

.emergency-text {
    max-width: 170px;
	line-height: 1.4;
}

.how-we-work .emergency-number {
	background: radial-gradient(#4CAF50, transparent);
}

img.header-phone {
    width: 16px;
    position: relative;
    bottom: -1px;
    left: -8px;
}

a {
    text-decoration: none;
    color: #3991d4;
}

table.tdd {
    width: 100%;
}


.hero-block-wrapper .block-form-page {
 	height: 250px;	
}

.block-form-page {
    max-width: 380px;
    background: #fff;
    border-radius: 10px;
    padding: 10px 26px;
    margin-bottom: 20px;
    box-shadow: 0px 10px 40px 0px rgb(26 105 143 / 28%);
}

@media (max-width: 576px) {
.block-form-page {
	margin: 0 auto 16px;
    padding: 10px 16px;	
}}

.description-main-block-page {
    display: flex;
    gap: 12px;
    max-width: 800px;
    color: #00263e;
}

@media (max-width: 991px) {
.description-main-block-page {
    max-width: 350px;
	}}

.description-main-block-page p {
    position: relative;
    padding-left: 20px;
    line-height: 1.6;
    max-width: 300px;
}

@media (max-width: 991px) {
.description-main-block-page p {
	font-size: 14px;
	line-height: 1.6;	
	}}

.description-main-block-page p:before {
    content: '';
    height: 100%;
    width: 3px;
    top: 0;
    left: 0;
    display: block;
    position: absolute;
    background: #fdc633;
}
.text-header-desription-city {
    color: #1B1B1B;
    font-size: 16px;
    margin: 0;
}
.text-header-desription-city::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/tabler_location.svg);
    width: 24px;
    height: 24px;
    top: 26px;
    left: -30px;
    position: relative;
    background-size: cover;
}



.text-header-desription {
    text-align: end;
    line-height: 1.2;
    font-size: 16px;
    padding-left: 40px;
    margin: 0;
    color: #1B1B1B;
}
.text-header-desription::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/mdi_clock-outline.svg);
    width: 24px;
    height: 24px;
    top: 20px;
    left: -30px;
    position: relative;
    background-size: cover;
}

@media (max-width: 991px) {
	.text-header-desription {
	display: none;
}}

.logo-wrapper-img {
    width: 50px;
    height: auto;
    padding-top: 0;
}

.h2-title-page {
    font-weight: 300;
    color: #00263e;
    font-size: 24px;
    text-align: left;
    margin: 20px 0;
}

@media (max-width: 991px) {
	.h2-title-page {
	font-weight: 300;
    color: #00263e;
    font-size: 20px;
    text-align: left;
    margin: 14px 0;
}}


.wrapper-service-san {
    display: flex;
    width: 100%;
    gap: 1%;
    flex-wrap: wrap;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .wrapper-service-san {

    }}


.link-service-main {
    display: flex;
    flex-basis: 21%;
    justify-content: space-between;
    align-items: center;
    padding: 20px 16px;
    border: 1px solid #1BA4FF;
    border-radius: 10px;
    color: #333;
    font-weight: 300;
    gap: 20px;
}

@media (max-width: 991px) {
.link-service-main {
    flex-basis: 100%;
    max-width: 100%;	
    margin: 0 16px 16px;
}}




.link-service-main h2 {
    font-weight: 400;
    margin: 0;
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
}

.icon-service-main {
    width: 45px;
    height: auto;
}

.link-service-main p {
	margin: 0;
}

main.main-index {
    padding: 0 16px;
}

@media (max-width: 768px) {
    main.main-index {
        padding: 0;
    }}


.link-doctore-main img {
    max-height: 270px;
    object-fit: cover;
}

.doctore-inner-cart img {
    width: 100%;
}

.title-doctore-main {
    font-weight: 300;
    color: #00263e;
    font-size: 26px;
	text-align: center;
}


.description-doctore-main {
    font-size: 16px;
    font-weight: 300;
    color: #333;
    line-height: 1.6;
	text-align: center;
}

.subtitle-main {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin-top: 0;
}

@media (max-width: 991px) {
.subtitle-main {
    color: #00263e;
    font-size: 20px;
    text-align: center;
    margin: 14px 0;	
}}




.block-title-main {
	margin-bottom: 50px;
}

.link-section-block {
	display: flex;
	justify-content: center;
	padding: 40px 0 0;
}

.link-section-block a {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    text-align: center;
    color: #00263e;
    max-width: fit-content;
    padding: 16px 20px 16px 46px;
    border-bottom: 1px solid #00263e47;
    border-radius: 0;
}

.link-section-block a:before {
    content: '';
    position: absolute;
    width: 32px;
    height: 32px;
    background: url(/wp-content/uploads/arrow_right.svg);
    background-size: cover;
    left: 0px;
    top: 10px;
}


.logo-wrapper {
    display: flex;
    gap: 24px;
	align-items: center;
}

.text-header-logo-desription {
    margin: 0;
    max-width: 250px;
    line-height: 1.2;
    font-weight: 400;
    font-size: 16px;
    color: #1B1B1B;
}

@media (max-width: 991px) {
.text-header-logo-desription {
		/* display: none; */
	}}

section.section-pluses {
    /* border-top: 1px solid #eff0f0;
    border-bottom: 1px solid #eff0f0; */
}

.pluses-wrapper {
    display: flex;
    justify-content: space-between;
    margin: 40px 0;
}


@media (max-width: 991px) {
.pluses-wrapper {
	display: none;
}}

.pluses__wrapper {
    padding: 20px;
}

.pluses__text {
    font-weight: 300;
}

.pluses__divider {
    width: 1px;
    background-color: #d4d4d4;
}

.link-doctore-main {
    display: block;
    /* border: 1px solid #00000040; */
    border-radius: 5px;
}

.team-item__achievement {
    text-align: center;
    line-height: 1.1;
    margin-bottom: 20px;
	display: flex;
    align-items: center;
    justify-content: center;
}

.team-item__achievement-title {
    font-size: 30px;
    font-weight: 300;
    color: #000000;
}

.team-item__achievement-subtitle {
    color: #000000;
    font-weight: 300;
    font-size: 16px;
}

/*END*/

.section-consultation.container {
    padding: 0;
    background: linear-gradient(45deg, #d3d3d305, transparent), url(/wp-content/uploads/home__hero-bg-scaled.webp);
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
}

.section-consultation.container:before {
    content: '';
    display: block;
    width: 147px;
    height: 525px;
    background-image: url(/wp-content/uploads/hero__decorative-lines.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0px;
    left: calc(80% + 37px);
    z-index: 0;
}


@media (max-width: 991px) {
    .section-consultation.container:before {
        display: none;
    }}


.consultation-block {
	display: flex;
	justify-content: space-between;
}

@media (max-width: 991px) {
.consultation-block {
	display: none;
}}

.consultation-block .time-work {
    font-size: 30px;
    font-weight: 500;
    color: #00263e;
}

.consultation-box {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.box-images_consultation {
    position: relative;
    width: 470px;
    height: 413px;
}

.box-images_consultation img {
    position: absolute;
    width: 450px;
    height: 540px;
    bottom: 0px;
    right: 60px;
    object-fit: cover;
}

.section-consultation .pluses__divider {
    width: 1px;
    background-color: rgba(255,255,255,.2);
}

.week-block {
    display: flex;
    gap: 4px;
}


.week-box {
    height: 32px;
    width: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 10px;
    font-weight: 600;
    border: 1px solid #00263e;
    color: #00263e;
}


.consultation-post-title {
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    color: #00263e;
}


.consultation-box .block-form-page {
    margin-top: 10px;
    margin-bottom: 0;
}


.consultation-box .promo-link {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    background: #1BA4FF;
    border: 1px solid #1BA4FF;
    border-radius: 10px;
    line-height: 1;
    padding: 16px 20px 16px 40px;
    display: inline-block;
    margin-bottom: 20px;
}


.block-form-consultation {
    max-width: 300px;
}

.privacy-text {
    font-size: 14px;
    text-decoration: underline;
    font-weight: 300;
}


.hero-block-wrapper-inner-service {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: unset;
    align-items: center;
    justify-content: space-between;
    max-width: 1320px;
    padding: 0 16px;
    position: relative;
}


@media (max-width: 991px) {
    .hero-block-wrapper-inner-service {
        flex-wrap: wrap;
}}



.hero-block-wrapper-img-inner {
    position: static;
    border-radius: 16px;
}

section.inner_page_wrapper {
    margin: 60px 0;
}

.inner_page_wrapper_inside {
    display: flex;
    gap: 30px;
    justify-content: space-between;
}



@media (max-width: 991px) {
    .inner_page_wrapper_inside {
    display: block;
}}

.inner-sidebar {
    max-width: 370px;
    width: 100%;
}

.wrapper-service-san-inner-page {
    display: block;
}

.inner-promo-block {
    border-radius: 10px;
    background: linear-gradient(90deg, #152a4d 0%, #152a4d 100%);
    color: white;
    padding: 30px 40px;
    margin-bottom: 80px;
}

@media (max-width: 330px) {
    .inner-promo-block {
        padding: 30px 12px;
}}

.block-promo-inner {
    display: block;
}

.inner-promo-block .promo-title {
    font-size: 28px;
    line-height: 1.2;
    color: #ffffff;
    margin: 20px 0;
    text-align: left;
    font-weight: 500;
}

.inner-promo-block .promo-decription {
    font-size: 19px;
    color: #ffffff;
    margin-top: 16px;
    line-height: 1.2;
    margin-bottom: 35px;
}

.inner-promo-block .promo-link {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    color: #2d2d2d;
    background: #f7c602;
    border: 1px solid #f7c602;
    border-radius: 10px;
    line-height: 1;
    padding: 12px 20px 12px 40px;
}

.inner-promo-block .promo-link:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    background: url(/wp-content/uploads/tel-1.svg);
    background-size: cover;
    left: 16px;
    top: 16px;
}


@media (max-width: 330px) {
    .inner-promo-block .promo-link {
        font-size: 16px;
}}

.block-content-main-inner {
    max-width: 700px;
}

.images-doctore-inner img {
    position: absolute;
    right: 0;
    width: 650px;
    height: 115%;
    bottom: -47px;
    object-fit: contain;
}

@media (max-width: 991px) {
    .images-doctore-inner img {
        position: static;
        max-width: 100%;

}}



    .doctore-inner-cart {
        max-width: 23%;
        margin-bottom: 40px;
    }

    @media (max-width: 991px) {
        .doctore-inner-cart {
            max-width: 50%;
    
    }}

    @media (max-width: 576px) {
        .doctore-inner-cart {
            max-width: 100%;
    
    }}
	
	
	
	
    .contact-wrapper-box-page {
        flex-basis: auto;
        width: 100%;
    }






    

/* FAQ START */

.section-faq {
    padding: 80px 0;
	position: relative;
}


.faq-block {
    background: linear-gradient(45deg, #3153cf, transparent), url(../img/client.png);
    background-size: cover;
}

.details5 {
    margin-bottom: 0;
    position: relative;
}


.price-block-page .details5:not(:last-child) {
    border-bottom: 1px solid #b1b1b1;
}



.details5 ul {
 margin-top: 10px;
 max-width: 100%;
}

summary {
    display: block;
    padding: 18px 31px 18px 18px;
    cursor: pointer;
    color: #00263e;
    font-weight: 400;
    margin: 0;
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
}


summary:hover:before{
 transition: 0.70s;
 -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}


#page details p {
margin-bottom: 14px;
}

#page details p, #page details li {
font-size: 20px;	
}



@keyframes fadeInDownfaq {
	0% {
		opacity: 0.7;
		transform: translateY(-0.2em);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}

.details5[open] {

}

.details5 strong {
	color: #fdc633;
}


summary:before {
    content: '';
    width: 21px;
    height: 12px;
    background-image: url(/wp-content/uploads/path-sdtroke-1.svg);
    margin-right: 0.3em;
    display: inline-block;
    position: absolute;
    top: 22px;
    right: 0;
    transition: 0.70s;
    background-size: contain;
}

details[open] > summary:before {
    content: '';
    width: 21px;
    height: 12px;
    background-size: contain;
	  transform: rotate(180deg);

}
summary ~ * {
   padding:0 1em 0 1em;
}


.details5 p {
    color: #000;
    margin: 6px 0;
}


/* FAQ END */


.inner-block-content {
    width: 100%;
}


.price-block-page {
    border: 1px solid #b1b1b1;
    border-radius: 10px;
    margin-bottom: 20px;
}

.title-service-sidebar-inner {
font-weight: 400;
    margin: 0;
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
}


.title-price-inner {
    text-align: start;
    font-size: 26px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.footer-menu a {
    font-weight: 400;
    font-size: 16px;
}

.title-footer_menu {
    font-size: 20px;
    font-weight: 600;
}

.wpcf7 form .wpcf7-response-output {
    margin: 0;
    padding: 6px 12px;
    border-color: #06a2fb75;
    border-radius: 10px;
    font-size: 14px;
    line-height: 1.2;
}


.wpcf7 form.sent .wpcf7-response-output {
    border-color: #06a2fb75;
}

.title-service_main {
    font-weight: 400;
    margin: 0;
    font-size: 22px;
    text-align: left;
    line-height: 1.2;
	max-width: 242px;
}

.postitle-inner-service {
    font-size: 50px;
    line-height: 1;
    color: #00263e;
    font-weight: 600;
    margin-bottom: 0.5em;
}

.h1-price-page {
    margin-bottom: 0.5em;
    font-size: 36px;
}

@media (max-width: 768px) {
    .h1-price-page {
        font-size: 24px;
        margin: 0 0 30px;
    }}


    img.attachment-medium.size-medium.wp-post-image {
        width: 100%;
        border-radius: 10px;
        height: 100%;
        object-fit: cover;
    }

    /* FORM */
.b24-form-btn {
    background-color: rgb(20 87 33) !important;
    padding: 12px !important;
    min-height: 40px !important;
}


    .footer-contacts .b24-form a, 
    .footer-contacts .b24-form p, 
    .footer-contacts .b24-form div, 
    .footer-contacts .b24-form span {
        color: #333;
    }

    .b24-form-wrapper.b24-form-border-bottom {
        border-bottom: inherit !important;
    }

    .b24-form-padding-side {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .b24-form-header-padding {
        padding: 0 !important;
    }


    .b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
        padding: 12px !important;
        height: 40px !important;
    }


    .b24-widget-button-inner-block {
        background: #22a4ff !important;
    }

    .b24-widget-button-inner-mask {
        background: #1ba4ff !important;
    }


    .b24-form-wrapper.b24-form-border-bottom {
        padding: 0 16px;
    }


    .b24-widget-button-crmform,
    .b24-widget-button-openline_livechat {
        background-color: #00aeef !important;
    }

    .bx-livechat-head {
        background-color: #17a3ea !important;
    }

    .b24-widget-button-popup {
        border-color: #22a4ff !important;
    }



    .expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item.expand, .expert-review-faq--color-blue-1.expert-review-faq--style-style-2 .expert-review-faq-item.expand .expert-review-faq-item__answer {
        border-color: #7ec850;
    }


    .title-contact {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .bx-touch .b24-widget-button-position-bottom-right .b24-widget-button-popup-triangle {
        bottom: -6px;
        right: 30px;
        -webkit-transform: rotate(-45deg);
        transform: rotate(45deg);
        border-color: #20a4ff !important;
    }

    h2.title-price_page {
        font-weight: 400;
        font-size: 16px;
        text-align: left;
        margin: 0;
    }



    @media (max-width: 991px) {
        h2.title-price_page {
            margin-bottom: 20px;    
        }}

        .inner-block-content h2 {
            text-align: start;
            margin: 0;
            font-size: 36px;
        }



    /* Expert START */

.expert-review-button {
    display: inline-block;
    padding: .45em 1.1em;
    background: #0060eb;
    color: #fff;
    white-space: nowrap;
    font-size: .95em;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
}


.expert-review-expert {
    padding: 25px 30px;
    background: linear-gradient(124.01deg,rgb(0 97 236) -16.42%,rgb(0 52 120) 115.82%);
}


.expert-review-expert-bio-name {
    color: #111 !important;
}

.expert-review-expert-header, .expert-review-pluses-minuses-header, .expert-review-qa-header, .expert-review-score-header {
    margin-bottom: .8em;
    font-weight: 500;
    font-size: 1.3em;
    color: #111;
}


.expert-review-button {
    display: inline-block;
    padding: .45em 1.1em;
    background: #ffffff;
    color: #000;
    white-space: nowrap;
    font-size: 18px;
    border-radius: 3px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    cursor: pointer;
    font-weight: 500;
}

.expert-review-expert-bio-name {
    color: #fff !important;
}


.expert-review-expert-bio-description {
    font-size: 18px;
    margin-right: 10px;
    color: #fff;
    opacity: 1;
}

.expert-review-qa {
    padding: 25px 30px 15px;
    background: #f7f7f7;
}


.expert-review-qa__text {
    position: relative;
    background: #fff;
    padding: 20px;
    border-radius: 0;
    -webkit-box-shadow: 0 1px 10px rgba(146,123,165,.1);
    box-shadow: none;
    font-size: .95em;
    overflow: auto;
}


.expert-review-qa__text::-webkit-scrollbar {
    width: 3px; 
    height: 4px;
  }


.expert-review-qa__text::-webkit-scrollbar-thumb {
    background-color: #3a3a3a;
    border-radius: 4px; 
  }
  
  .expert-review-qa__text ::-webkit-scrollbar-track {
    background: #D9D9D9; 
    border-radius: 4px; 
  }



.expert-review-expert-bio__avatar, .expert-review-qa__avatar {
    background: inherit;
}

.expert-review-qa__question {
    font-weight: 500;
    line-height: 1.5;
    font-size: 20px;
    margin-bottom: 20px;
    color: #111;
}

/* Expert END */



.b24-widget-button-popup-triangle {
    position: absolute;
    display: block;
    width: 8px;
    height: 8px;
    background: #fff;
    border-right: 2px solid #2fc7f7;
    border-bottom: 2px solid #2fc7f7;
    border-color: #22a4ff !important;
}

.b24-widget-button-pulse {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    border: 1px solid #00aeef;
    border-radius: 50%;
    border-color: #00aeef !important;
}




  .section__map {

  }

  .cont-map {
    overflow: auto;
  }



  .wrapper__map {
    max-height: 500px;
    overflow: auto;
    position: relative;
    width: 1364px;
}


.maps_novosibirsk {
    max-width: 100%;
}

.title_name-map {
    margin: 0 !important;
    position: absolute;
    font-size: 22px;
    font-weight: 600;
    color: #00263e;
}

.map__posttitle {
    text-align: center;
}


.metro__r-1 {
    top: 160px;
    left: 570px;
}

.metro__r-2 {
    top: 357px;
    left: 565px;
}

.metro__r-3-1 {
    top: 564px;
    left: 547px;
}

.metro__r-3 {
    top: 687px;
    left: 626px;
}


.metro__r-4 {
    top: 838px;
    left: 775px;
}


.metro__r-5 {
    top: 1007px;
    left: 824px;
}



.metro__r-6 {
    top: 1402px;
    left: 846px;
}



.metro__r-7 {
    top: 1592px;
    left: 855px;
}



.metro__r-8 {
    top: 1595px;
    left: 861px;
}


.metro__b-1 {
    top: 476px;
    left: 152px;
}

.metro__b-2 {
    top: 476px;
    left: 565px;
}


.metro__b-3 {
    top: 476px;
    left: 749px;
}

.metro__b-4 {
    top: 577px;
    left: 925px;
}

.metro__b-5 {
    top: 742px;
    left: 1109px;
}



.title_name-el-map {
    margin: 0 !important;
    position: absolute;
    font-size: 14px;
    font-weight: 600;
    color: #00263ea6;
}


.el__1 {
    top: 423px;
    left: 1062px;
}

.el__2 {
    top: 423px;
    left: 813px;
}

.el__3 {
    top: 423px;
    left: 384px;
}

.el__4 {
    top: 540px;
    left: 156px;
}

.el__5 {
    top: 943px;
    left: 552px;
}


.el__6 {
    top: 943px;
    left: 844px;
}


.el__7 {
    top: 943px;
    left: 1006px;
}

.el__8 {
    top: 988px;
    left: 1172px;
}


.el__9 {
    top: 1205px;
    left: 658px;
}


.el__10 {
    top: 1376px;
    left: 640px;
}


.el__11 {
    top: 1593px;
    left: 422px;
}

.title_name-district {
    margin: 0 !important;
    position: absolute;
    font-size: 18px;
    font-weight: 400;
    color: #a5a092;
}

.district__1 {
    top: 264px;
    left: 922px;
}

.district__2 {
    top: 528px;
    left: 1012px;
}


.district__3 {
    top: 253px;
    left: 212px;
}


.district__4 {
    top: 646px;
    left: 259px;
}

.district__5 {
    top: 609px;
    left: 605px;
}

.district__6 {
    top: 865px;
    left: 1010px;
}


.district__7 {
    top: 1411px;
    left: 310px;
}


.district__8 {
    top: 1460px;
    left: 1070px;
}

.aioseo-breadcrumb a {
    text-decoration: none;
    color: #00263e;
    font-weight: 600; 
}

@media (max-width: 991px) {
img {
    max-width: 100%;
    height: auto;
}}



@media (max-width: 991px) {
    .tg-banners {
    width: 80%;
    display: block;
    margin: 0 auto;
}}

@media (max-width: 991px) {
    .wb-img {
        width: 100%;
    }}


    @media (max-width: 991px) {
        .img-action {
            margin: 20px auto;
            display: block;
        }}


        .banners_link_post {
            display: block;
            position: relative;
            height: 413px;
            overflow: hidden;
            margin-bottom: 20px;
        }


        img.banners_post {
            position: absolute;
            width: 100%;
            display: block;
            object-fit: cover;
            height: 413px;
        }

    .title_banners {
        position: absolute;
        bottom: 0;
        background: linear-gradient(90deg, #fdc633 0%, #3228CB 100%);
        color: #fff;
        padding: 15px 12px;
        font-size: 20px;
        font-weight: 400;
        display: block;
        z-index: 0;
        width: -webkit-fill-available;
        margin-bottom: 0;
    }


    .inner_service {
        font-weight: 400;
        margin: 0;
        font-size: 22px;
        text-align: left;
        line-height: 1.2;
    }


    
@media (min-width: 991px) {
    .images-post-mobile {
        display: none;
    }}

.b24-widget-button-popup.b24-widget-button-popup-show {
    display: none;
}

.bx-livechat-head-wrap
.bx-livechat-head {
    background-color: rgb(15 137 241) !important;
}



.wrapper__map::-webkit-scrollbar {
        width: 3px; 
        height: 4px;
      }

.wrapper__map::-webkit-scrollbar-thumb {
        background-color: #3a3a3a;
        border-radius: 4px; 
      }
.wrapper__map::-webkit-scrollbar-track {
        background: #D9D9D9; 
        border-radius: 4px; 
      }


.hero-block-wrapper h1 {
	max-width: 800px;
}


@media (max-width: 991px) {
.hero-block-wrapper h1
 {
    max-width: 350px;
}}



@media (max-width: 991px) {

.h2-title-page {
    max-width: 350px;
}}




.aioseo-breadcrumb a {
    text-decoration: none;
    color: #dce5eb;
    font-weight: 300;
    font-size: inherit;
}

.aioseo-breadcrumb a {
    text-decoration: none;
    color: #1ba4ff;
    font-weight: 300;
    font-size: inherit;
}

.sidebar__box-list  ul li {
    list-style: none;
    padding-left: 20px;
    position: relative;
    margin-bottom: 12px;
}

.sidebar__box-list  ul li::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background: #f7c604;
    position: absolute;
    top: 11px;
    left: 1px;
}

.sidebar__box-list {
    box-shadow: 0px 0px 12px rgb(223 223 223);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    background: linear-gradient(90deg, #fdc633 0%, #3228CB 100%);
}

a#b {
    color: #fff;
}

.sidebar__box-list ul {
    padding-left: 0;
}

#table-of-contents ul li {
    font-size: 16px;
    line-height: 1.2;
}
.sidebar__title {
    font-size: 22px;
    font-weight: 600;
    color: #fbfbfb;
    font-family: 'Roboto', sans-serif;
}

noscript > *{
	display: none;
}

h2.postitle-inner-service.h2-location-title {
    text-align: start;
}

.block-district {
    height: 300px;
}

.maps-district {
    height: 100%;
    position: relative;
}

.logo-maps {
    position: absolute;
    top: 5px;
    left: 8px;
    width: 50px;
}


.wrapper-service-san {
    display: grid;
    grid-template-columns: 4fr 4fr 4fr 4fr;
    grid-gap: 20px;
    grid-auto-rows: 1fr;
    margin-bottom: 60px;
}

@media (max-width: 1200px) {
    .wrapper-service-san {
        grid-template-columns: 4fr 4fr 4fr;
    }}

@media (max-width: 576px) {
    .wrapper-service-san {
        grid-template-columns: 4fr;
    }}


    .expert-review {
        background: #efefef;
        border-radius: 4px;
        margin: 2em 0;
    }


    .expert-review-expert-text {
        margin: 20px 0 15px;
        line-height: 1.7;
        color: #fff;
    }

    .inner-sidebar .wrapper-service-san {
        grid-template-columns: 4fr;
    }

    .h1-service_page {
        margin-bottom: 16px;
        margin-top: 16px;
    }

    .post-title-page {
        font-weight: 300;
        color: #00263e;
        font-size: 24px;
        text-align: left;
        margin: 0;
    }

    h2.h2-location-title {
        text-align: left;
    }

    .expert-review-popup__content input[type=email], .expert-review-popup__content input[type=text], .expert-review-popup__content textarea {
        display: block;
        width: 100%;
        border: 1px solid #ced4da;
        padding: .375em .75em;
        line-height: 1.5;
        color: #111;
        max-width: -webkit-fill-available;
    }

    .expert-review-popup__content {
        border-radius: 10px;
    }


    .vet-main_page {
        width: 700px;
    }


    @media (max-width: 1440px) {
        .vet-main_page {
            width: 690px;
            right: -100px;
        }}

@media (min-width: 1080px) {
.buttonfl {
	display: none;
	}
}



a.link-logo {
    position: relative;
    width: 60px;
    height: 50px;
}



.link-logo
.logo-wrapper-img {

    height: auto;
    position: absolute;

    left: 0;
    z-index: 1;
}


.promo-text {
    display: flex;
    flex-direction: column;
    gap: 10px;
}


.promo-decription p {
    margin: 0;
    line-height: 1.4;
}


.head-mob-phone {
    display: none;
}


@media (max-width: 991px) {
.head-mob-phone {
        display: block;
        background: inherit;
        color: #ff0909;
    }}


  /* --------------------------------------- */

  .block_main {
    display: flex;
    background: #2B2D30;
    border-radius: 10px;
    position: relative;
   }

   @media (max-width: 991px) {
    .block_main {
            flex-wrap: wrap;
            margin-top: 140px;
        }}


   .block_top_teat {
    display: flex;
    gap: 12px;
    max-width: 600px;
}
@media (max-width: 991px) {
    .block_top_teat{
        flex-wrap: wrap;  
        max-width: none;
       }}


       @media (max-width: 468px) {
    .block_top_teat{
        gap: 6px;
       }}


       


@media (max-width: 991px) {
        .block_button_main {
    display: flex;
    gap: 20px;    
           }}


@media (max-width: 991px) {
    .block_button_main {
        justify-content: center;
    }
}
@media (max-width: 768px) {
    .block_button_main {
        flex-direction: column;
        align-items: center; 
        gap: 12px;
    }}

    a.link-button_main {
        width: 100%;
        max-width: 300px; 
        font-size: 18px;
        padding: 14px 20px;
        box-sizing: border-box;
    }



    .text_title_block_main {
        font-size: 15px;
        background: #525252;
        /* font-size: 24px; */
        padding: 6px 30px;
        border-radius: 55px;
        width: 70%;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        width: max-content;
        margin: 0;
    }
    @media (max-width: 480px) {
        .text_title_block_main{
            padding: 4px 12px  
           }}

    .block_main_right img{
        max-width: 720px;
        width: 100%;
        display: block;
        border-radius: 0 0 10px 0;
    }

    .text_main_desc {
        color: #fff;
    }
    .block_main_left {
    padding: 25px;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    @media (max-width: 991px) {
        .block_main_left{
             padding: 15px; 
           }}

        .block_main_right {
            margin-left: auto;   
            z-index: 0;
            position: relative;
           }


.block_main_right::before {
    content: "";
    background: url(/wp-content/uploads/vector-5.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top right;
    width: 720px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    margin-left: auto;
    border-radius: 0 10px 10px 0;
}
@media (max-width: 991px) {
    .block_main_right::before{
        border-radius: 0 0px 10px 0
       }}
















    @media (max-width: 991px) {
        .text_main_title {

}}

    .block_text_main_desc {
        max-width: 536px;
    }
    .block_text_main_title {
        max-width: 790px;
    }

  a.link-button_main {
    background: #135721;
    color: #fff;
    font-size: 20px;
    padding: 16px 20px;
    border-radius: 10px;
    text-align: center;
    display: inline-block;
}
    @media (max-width: 786px) {
        a.link-button_main {
        font-size: 16px;
        padding: 8px 10px;
    }}


  /* BLOCK-CREMATION */

    .block_cremation {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 100px;
    }
    @media (max-width: 991px) {
        .block_cremation{
              flex-wrap: wrap; 
              justify-content: center;
              gap: 40px;
           }}


    .block_cremation_number {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }
    @media (max-width: 991px) {
        .block_cremation_number{
            justify-content: center;   
           }}
    .number_cremation_text{
        font-size: 64px;
    font-weight: 700;
    color: #A5B59E;
    }
    .box_cremation_inside {
        display: flex;
        align-items: center;
        border: 1px solid #f4efef;
        border-radius: 10px;
        max-width: 355px;
        height: 115px;
        padding: 10px;
        gap: 10px;
        box-shadow: 0 4px 10px rgba(19, 87, 33, 0.2);
    }
    .text_cremation_number {
        max-width: 190px;
        font-size: 16px;
        line-height: 1.3;
        color: #000;
        font-weight: 700;
    }

    .block_cremation_right {
        background: #2B2B2B;
        max-width: 355px;
        width: 100%;
        height: 100%;
        border-radius: 10px;
    }
    .text_desc_cremation_info {
        color: #fff;
        font-size: 16px;
    }
   h3.text_title_cremation_info {
    color: #a5b59e;
}
    
    .text_title_box_cremation_block {
        font-size: 16px;
        background: #525252;
        padding: 2px 20px;
        border-radius: 55px;
        width: 70%;
        text-align: center;
        color: #fff;
        border: 1px solid #fff;
        width: max-content;
    }
    @media (max-width: 786px) {
        .text_title_box_cremation_block{
             font-size: 15px; 
             padding: 2px 12px;
           }}

    .box_cremation_right {
        padding: 8px 26px 20px;
    }



    /* BLOCK REASONS */

    .block_reasons {
        display: flex;
        justify-content: space-between;
        margin-top: 100px;
        gap: 50px;
    }
    @media (max-width: 991px) {
        .block_reasons{
              flex-wrap: wrap; 
              justify-content: center;
              margin-top: 10px;
              gap: 25px;
           }}

    .block_reasons_list {
        max-width: 478px;
        width: 100%;
    }

   
    @media (max-width: 768px) {
        .text_desc_reasons{
              font-size: 16px;
           }}

          a.link-button_reasons {
    background: #135721;
    color: #fff;
    font-size: 20px;
    padding: 16px 20px;
    border-radius: 5px;
    display: inline-block;
}
    @media (max-width: 991px) {
        a.link-button_reasons{
          font-size: 16px;
        padding: 8px 20px;
        width: 85%;
        text-align: center;    
           }}
    @media (max-width: 991px) {
        .block_button_reasons {
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
        }}
    

    

























    .block_reasons_right {
        display: flex;
        gap: 20px;
    }

.box_reasons_regular img {
    max-width: 438px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
    opacity: 0.8;
}

    .block_reasons_list {
        max-width: 478px;
        width: 100%;
        background: #2B2B2B;
        border-radius: 10px;
    }

   .text_desc_reasons_box {
        font-size: 16px;
        color: #fff;
  
    }
    @media (max-width: 786px) {
    .text_desc_reasons_box{
 
       }}

    .box_reasons_regular {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}



    /* BLOCK PROCEDURE  */

    .block_procedure_info {
        display: flex;
        position: relative;
        gap: 15px;
        justify-content: space-between;
    }
    @media (max-width: 991px) {
        .block_procedure_info{
            flex-wrap: wrap-reverse; 
            justify-content: center;  
    }}


    .block_procedure_right {
    background: #2B2B2B;
    border-radius: 10px;
    height: 100%;
    max-width: 50%;
        }


        @media (max-width: 991px) {
            .block_procedure_right {
                flex-wrap: wrap-reverse; 
                max-width: 100%;
        }}


 
    .block_procedure_right::before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/images-procedure.svg);
    width: 115px;
    height: 100%;
    top: 0;
    position: absolute;
    border-radius: 10px 0 0 10px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
@media (max-width: 991px) {
    .block_procedure_right::before{
        display: none;
       }}

    .text_procedure_item_desc {
        color: #fff;
        font-size: 16px;
        line-height: 1.4;
    }
    h4.text_procedure_item_title {
        line-height: 1;
    }
 .box_procedure_item {
    border-bottom: 1px solid #A5B59E;
    height: 100%;
    padding:  0 10px;
}
    .box_procedure_item:hover{
        background: #A5B59E;
        border-radius: 10px;

    }


    .block_procedure_left img {
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    display: block;
    height: 100%;
    object-fit: cover;
}
    .box_procedure_list {
        display: flex;
        flex-direction: column;
        gap: 10px;
    padding: 10px 30px 10px 130px;
}
@media (max-width: 991px) {
        .box_procedure_list{
            padding: 10px 30px 10px 30px;  
           }}
@media (max-width: 768px) {
        .box_procedure_list{
            padding: 10px 10px 10px 10px; 
           }}

/* SECTION KNOW */
.block_know {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2B2B2B;
    border-radius: 10px;
    margin-top: 100px;
    padding: 20px 0;
}

@media (max-width: 768px) {
   .block_know {
        flex-wrap: wrap;
    gap: 20px;
       }}

.block_know_right {
    margin-left: auto;
}
.block_know_right img{
    max-width: 670px;
    width: 100%;
    display: block;
}
.text_desc_know {
    font-size: 16px;
    color: #fff;
    max-width: 440px;
    line-height: 1.3;
}
h2.text_title_know {
    color: #a5b59e;
    line-height: 1.1;
}
.block_know_left {
    padding: 20px;
}
@media (max-width: 768px) {
    .block_know_left{
        padding: 0 20px 0 20px;
       }}

.box_reasons_regular p,
.box_reasons_regular ul {
    color: #fff;
}

/* SECTION PRICE */
.block_price {
    display: flex;
    justify-content: space-between;
    margin-top: 100px;
    gap: 20px;
}
@media (max-width: 991px) {
    .block_price{
        flex-wrap: wrap;
        justify-content: center; 
        gap: 50px; 
        margin-top: 20px;
       }}
.text_desc_price {
    font-size: 16px;
    max-width: 700px;
}
.block_price_right {
    width: 100%;
}
.block_price_phone {
    margin-top: 40px;
    display: flex; 
    align-items: center; 
}

@media (max-width: 991px) {
    .block_price_phone {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; 
    }
}


/* SECTION CONSULTATION */
.block_consultation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E4E9E2;
    border-radius: 10px;
    margin-top: 100px;
    
    gap: 10px;
}
@media (max-width: 1024px) {
    .block_consultation{
        flex-wrap: wrap;
       }}
@media (max-width: 991px) {
        .block_consultation{
              justify-content: center; 
              gap: 15px;   
           }}


.block_consultation_left {
    padding: 0px 0px 0px 40px;
    align-self: baseline;
}
.block_consultation_center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.block_consultation_right {
    margin-left: auto;
}
@media (max-width: 768px) {
        .block_consultation_left{
            padding: 20px;  
           }}


@media (max-width: 968px) {
        .block_consultation_right {
    display: none;
}}

.block_consultation_right img{
    max-width: 500px;
    width: 100%;
    display: block;
    border-radius: 0 0 10px 0;
}
.block_consultation_week {
    display: flex;
    font-size: 14px;
    gap: 10px;
    text-align: center;
    color: #fff;
    flex-wrap: wrap;
}
.box_consultation_week {
    background: #A5B59E;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

p.text_week_consultation {
    margin: 0;
}

@media (max-width: 768px) {
        .block_consultation_center {
    padding: 20px;
              
           }}

.text_consultation_desc {
    font-size: 16px;
}
h2.clock_consultation_text {
    font-size: 22px;
    font-weight: 500;
}
@media (max-width: 863px) {
        h2.clock_consultation_text{
             text-align: center; 
           }}


/* SECTION ABOUT_ZAVET */

.block_about_zavet {
    margin-top: 100px;
}

.block_about_zavet_top {
    display: flex;
    gap: 15px;
}
@media (max-width: 1204px) {
    .block_about_zavet_top{
        flex-wrap: wrap; 
        justify-content: center;  
       }}


@media (max-width: 991px) {
    .block_about_zavet_top{
        flex-wrap: wrap; 
        justify-content: center;  
       }}
h3.text_title_about_zavet {
    width: 340px;
    color: #fff;
    font-weight: 400;
    font-size: 22px;
}
@media (max-width: 480px) {
        h3.text_title_about_zavet{
             width: auto;
           }}

.text_desc_about_zavet {
    font-size: 16px;
    max-width: 250px;
    line-height: 1.4;
    color: #fff;
}
.block_about_zavet_left {
    background: #2B2B2B;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.box_about_zavet_images img{
    max-width: 480px;
    width: 100%;
    display: block;
    height: 100%;
}
.box_reviews_left {
 
}
@media (max-width: 991px) {
    .box_reviews_left{
        min-height: auto;
       }}
.box_text_about_zavet {
    padding-left: 40px;
    min-height: 132px;
}
@media (max-width: 786px) {
    .box_text_about_zavet{
        padding-left: 20px;
       }}

.block_about_zavet_bottom {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}


/* SECTION COMPLEX  */
.block_complex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #2B2B2B;
    border-radius: 10px;
    margin-top: 100px;
    flex-wrap: wrap;
}
@media (max-width: 960px) {
        .block_complex{
              justify-content: center;
              gap: 15px;
              padding: 20px;
           }}

.block_complex_center img {
    max-width: 622px;
    width: 100%;
    display: block;
    opacity: 0.6;
}
.text_desc_complex {
    font-size: 16px;
    max-width: 440px;
    line-height: 1.2;
    color: #fff;
}
h2.text_title_complex {
    color: #fff;
    margin: 0;
}
.block_complex_left {
    padding-left: 40px;
}
@media (max-width: 786px) {
    .block_complex_left{
        padding-left: 0px;
       }}
.block_complex_right {
    padding-right: 40px;
}
@media (max-width: 768px) {
        .block_complex_right{
              padding-right: 0px;
           }}



/* SECTION REVIEWS */
.block_reviews {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 100px;
    gap: 15px;
    position: relative;
}
@media (max-width: 991px) {
    .block_reviews{
       flex-wrap: wrap;    
       }}

.block_reviews_right img{
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    display: block;
    height: 100%;
    object-fit: cover;
}
h2.text_title_reviews {
    color: #fff;
    padding: 40px;
    margin: 0;
}
@media (max-width: 786px) {
    h2.text_title_reviews{
       padding: 20px; 
       }}

.block_reviews_left {
    max-width: 758px;
    width: 100%;
    background: #2B2B2B;
    /* height: 670px; */
    border-radius: 10px;
    position: relative;
}
.block_reviews_left::before {
    content: "";
    /* display: block; */
    background: url(/wp-content/uploads/imag-right.svg);
    width: 108px;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
}
@media (max-width: 991px) {
        .block_reviews_left::before{
              display: none;
           }}



/* TABS  */
.tabs-container {
    max-width: 725px;
    margin-left: auto;
}
@media (max-width: 991px) {
    .tabs-container {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        padding: 0 15px;
    }
}

@media (max-width: 480px) {
    .tabs-container {
      padding: 0;
    }
}

.tabs {
    display: flex;
    gap: 20px; /* Расстояние между табами 20px */
    margin-bottom: 20px;
}

.tab-btn {
    flex: 1;
    padding: 16px 24px;
    border: 1px solid;
    background: transparent;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
    border-radius: 10px;
    text-align: center;
}

/* Первый таб - неактивное состояние */
.tab-btn[data-tab="tab1"] {
    background: #fff;
    color: #000;
    border-color: #A5B59E;
}

/* Второй таб - неактивное состояние */
.tab-btn[data-tab="tab2"] {
    background: #fff;
    color: #000;
    border-color: #A5B59E;
}

/* Активное состояние для первого таба */
.tab-btn[data-tab="tab1"].active {
    background: #303A2C;
    color: #fff;
    border-color: #303A2C;
}

/* Активное состояние для второго таба */
.tab-btn[data-tab="tab2"].active {
    background: #303A2C;
    color: #fff;
    border-color: #303A2C;
}

.tab-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

/* .tab-content {
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
} */

.tab-pane {
    display: none;
    animation: fadeIn 0.3s ease;
    
}

.tab-pane.active {
    display: block;
}

.tab-pane h3 {
    margin-bottom: 16px;
    color: #333;
    font-size: 24px;
}

.tab-pane p {
    color: #666;
    line-height: 1.6;
    font-size: 16px;
}

/* Стили для таблицы */
.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.custom-table thead tr {
    border-radius: 10px;
}

.custom-table th {
    
    color: #000;
    padding: 16px;
    text-align: left;
    
    font-weight: 600;
}

.custom-table th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-table tbody tr {
    border-radius: 10px;
}

.custom-table td {
    padding: 14px 16px;
    border: 2px solid;
}

/* Нечетные строки таблицы */
.custom-table tbody tr:nth-child(odd) {
    background-color: #303A2C;
    border-color: #303A2C;
}

.custom-table tbody tr:nth-child(odd) td {
    color: #fff;
    border-color: #303A2C;
}

.custom-table tbody tr:nth-child(odd) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}

.custom-table tbody tr:nth-child(odd) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
}

/* Четные строки таблицы */
.custom-table tbody tr:nth-child(even) {
    background-color: #fff;
    border-color: #A5B59E;
}

.custom-table tbody tr:nth-child(even) td {
    color: #000;
    border-color: #A5B59E;
}

.custom-table tbody tr:nth-child(even) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}

.custom-table tbody tr:nth-child(even) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
}

.custom-table tbody tr td:not(:first-child) {
    border-left: none;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптивность */
@media (max-width: 600px) {
    .tabs {
        flex-direction: column;
        gap: 10px;
    }
    
    .tab-btn {
        text-align: center;
    }
}

th {
    font-size: 20px;
}
td {
    font-size: 16px;
}

/* ТАБЛИЦА */
.table-container {
    background: white;
    border-radius: 15px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    max-width: 550px;
    width: 100%;
}



.custom-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px; /* Расстояние между строками 10px */
}

.custom-table thead tr {
    border-radius: 10px;
}

.custom-table th {
    color: #000;
    padding: 0;
    text-align: left;
    font-weight: 600;
}

.custom-table th:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-table tbody tr {
    border-radius: 10px;
}

.custom-table td {
    padding: 14px 16px;
    border: 1px solid;
}

/* Нечетные строки */
.custom-table tbody tr:nth-child(odd) {
    background-color: #303A2C;
    border-color: #303A2C;
}

.custom-table tbody tr:nth-child(odd) td {
    color: #fff;
    border-color: #303A2C;
}

.custom-table tbody tr:nth-child(odd) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}

.custom-table tbody tr:nth-child(odd) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
}

/* Четные строки */
.custom-table tbody tr:nth-child(even) {
    background-color: #fff;
    border-color: #A5B59E;
}

.custom-table tbody tr:nth-child(even) td {
    color: #000;
    border-color: #A5B59E;
}

.custom-table tbody tr:nth-child(even) td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border-right: none;
}

.custom-table tbody tr:nth-child(even) td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: none;
}

/* Убираем границы между ячейками в одной строке */
.custom-table tbody tr td:not(:first-child) {
    border-left: none;
}

/* Эффекты при наведении */
.custom-table tbody tr:nth-child(odd):hover {
    background-color: #405742;
    transform: translateY(-2px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.custom-table tbody tr:nth-child(even):hover {
    background-color: #f8f9fa;
    transform: translateY(-2px);
    transition: all 0.3s ease;
    box-shadow: 0 4px 8px rgba(165, 181, 158, 0.3);
}

/* Адаптивность */
@media (max-width: 600px) {
    .table-container {
        padding: 20px;
        margin: 10px;
    }
    
    .custom-table th,
    .custom-table td {
        padding: 12px;
        font-size: 14px;
    }
    
}





/* faq */


.faqu_section {
    /* margin: 30px 0 */
}

.faqu_repeater {
    display: flex;
    flex-direction: column;
    /* gap: 10px */
    padding: 0 0 10px 0;
}

.faqu__box {
    position: relative;
    height: auto;
    overflow: hidden;
    background: transparent;
    border-radius: 10px;
    margin-bottom: 8px;
}

.faqu_question {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    transition: .4s;
    border: 1px solid #A5B59E;
    color: #fff;
}
.faqu_question:hover{
    background: #A5B59E;
}


.faqu_question.active {
    border-radius: 6px 6px 0 0;
    /* border-bottom: 1px solid #2e3542 */
    background: #A5B59E;
    margin: 0;
}

.faqu__icon {
    width: 16px;
    height: 16px;
    fill: #fff
}

.faqu__title {
    font-size: 28px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 15px 0
}

.faqu_answer {
    padding: 12px;
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.dropbtn_button_left,
.dropbutton_list_right {
    display: none
}

.dropbutton_list_right:checked+.right__sidebar_wrapper {
    right: 35px
}

.dropbtn_button_left:checked+.left__sidebar_wrapper {
    left: 35px
}

/* FAQ-no AMP */
.panel{
    display: none;
}
.faqu_question.active + .panel{
    display: block;
    background: #A5B59E;
}

/* стрелка */
.faqu_question::after {
    content: '+';
    position: relative;
    right: 10px;
    top: 16px;
    transform: translateY(-50%);
    font-size: 20px;
    font-weight: 400;
    transition: all 0.3s ease;
}

.faqu_question.active::after {
    content: '-';
    transform: translateY(-50%) rotate(0deg);
}
/* FAQ-no AMP */
/* FAQ */









.tab-content {
    background: #f0f0f0;
    border-radius: 10px;
    padding: 0 12px;
}





/* Бургер меню */
.mobile-header-top {
    display: none;
}

.mobile-phone-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding: 6px 15px;
    text-align: right;
    background: #135721;
}


.burger-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 44px;
    height: 44px;
    background: #fff;
    border: 2px solid #135721;
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
    margin-left: auto;
    z-index: 1003; 
}

.burger-line {
    width: 20px;
    height: 2px;
    background: #135721;
    margin: 3px 0;
    transition: all 0.3s ease;
}


.burger-menu {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 1000;
    transition: top 0.4s ease;
    overflow-y: auto;
}

.burger-menu.active {
    top: 110px;
}

.burger-menu-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.burger-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
}

.burger-logo {
    display: flex;
    align-items: center;
    gap: 15px;
}

.burger-logo img {
    width: 80px;
    height: 40px;
    object-fit: contain;
}

.burger-logo p {
    margin: 0;
    font-size: 14px;
    color: #333;
    font-weight: 500;
}

.burger-close {
    background: none;
    border: none;
    font-size: 30px;
    color: #333;
    cursor: pointer;
    padding: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.burger-main-navigation {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}

.burger-top-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.burger-top-menu li {
    margin-bottom: 30px;
}

.burger-top-menu a {
    color: #333;
    text-decoration: none;
    font-size: 24px;
    font-weight: 500;
    display: block;
    padding: 10px 0;
    transition: color 0.3s ease;
}

.burger-top-menu a:hover {
    color: #135721;
}

.burger-contacts {
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.burger-phone {
    display: block;
    color: #135721;
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.burger-contact-text {
    margin: 0;
    color: #666;
    font-size: 16px;
}


@media (max-width: 991px) {
    .mobile-header-top {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 1002;
    }

    .page-header-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 20px;
        background: #fff;
        position: fixed;
        top: 30px;
        left: 0;
        width: 100%;
        z-index: 1001;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
        box-sizing: border-box;
    }

    .text-header-logo-desription {
        display: block !important;
        margin: 0;
        font-size: 16px;
        color: #000;
        line-height: 1.2;
    }

    .user-nav-action-link.head-mob-phone,
    .user-nav,
    .user-nav-mobile,
    .page-header-menu-bottom {
        display: none !important;
    }

    .burger-menu-toggle {
        display: flex;
        position: relative; 
    }

    /* Анимация бургера при открытии */
    .burger-menu-toggle.active .burger-line:nth-child(1) {
        transform: rotate(45deg) translate(6px, 6px);
    }

    .burger-menu-toggle.active .burger-line:nth-child(2) {
        opacity: 0;
    }

    .burger-menu-toggle.active .burger-line:nth-child(3) {
        transform: rotate(-45deg) translate(6px, -6px);
    }

}

@media (max-width: 768px) {
    .burger-logo {
        flex-direction: column;
        gap: 10px;
        text-align: center;
    }
    
    .burger-logo img {
        width: 70px;
        height: 35px;
    }
    
    .burger-top-menu a {
        font-size: 20px;
    }
    
    .burger-phone {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .burger-menu-header {
        padding: 15px 0;
    }
    
    .burger-top-menu li {
        margin-bottom: 0;
    }
    
    .burger-top-menu a {
        font-size: 18px;
    }
    
    .burger-phone {
        font-size: 18px;
    }
    
    .burger-contact-text {
        font-size: 14px;
    }
    
    .page-header-wrapper {
        padding: 10px 15px;
    }
    
    .burger-menu-toggle {
        width: 40px;
        height: 40px;
    }
}

a.burger-phone-button {
    display: block;
    margin: 0 auto;
}



p {
    font-size: 16px;
}



.box_procedure_list .box_procedure_item:last-child {
    border-bottom: none;
}

.box_procedure_item:hover h4 {
    color: #000;
}

div {
    color: #fff;
    font-size: 16px;
    line-height: 1.4;
}


.wrapp_main {
    display: flex;
    flex-direction: column;
    gap: 20px;
}


p.text_desc_reasons {
    color: #000000;
}


.block_reasons_left {
    max-width: 40%;
}

@media (max-width: 991px) {
.block_reasons_left {
    max-width: 100%;
    }}



@media (max-width: 991px) {
.box_cremation_number {
    width: 100%;
    }}


.stop-wrap {
    display: flex;
    gap: 10px;
}

@media (max-width: 991px) {
.stop-wrap {
    flex-wrap: wrap;

    }}


.text_desc_reasons {
    color: #000;
    margin-bottom: 20px;
}


p {
    color: #000;
}



.b24-form div {
    color: #000;
}


.b24-form-wrapper.b24-form-border-bottom {
    min-height: inherit;
    padding: 16px;
    border-radius: 6px;
    width: 300px;
}

.form-brx h3 {
    margin-top: 0;
    color: #a5b59e;
}

p.footer-adress-title {
    color: #a5b59e;
}

button.tab-btn.active {
    background: #b7b7b7 !important;
}

.section-content div {
    color: #000;
    font-size: 16px;
    line-height: 1.4;
}

.section-content .container {
    background: #f0f0f0;
    border-radius: 8px;
    padding: 20px;
}

.section-content p {
       margin-top: 0;
    margin-bottom: 0;
}

.section-content h2,
.section-content ul {
    margin-top: 0;
}

.nf-404 h1 {
    color: #135721;
}


.disclaimer {
    text-align: center;
    font-size: 14px;
}


footer h3 {
font-size: 26px;
line-height: 1.4;
color: #a5b59e;
margin: 0;
}

.cats {
	filter: brightness(0.5);
}


.text_desc_know p {
	color: #fff;
}