/* stylelint-disable */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
  ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
}

/**
* Render the `main` element consistently in IE.
*/

html {
scroll-behavior: smooth;
}

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  margin: 0.67em 0;
  font-size: 2em;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
  transition: 1s;
}

a:hover {
  opacity: 0.7;
  transition: 1s;
}


/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
  border-bottom: none;
  /* 1 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-size: 1em;
  /* 2 */
  font-family: monospace, monospace;
  /* 1 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  /* 2 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  font-family: inherit;
  /* 1 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  display: table;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type=search] {
  outline-offset: -2px;
  /* 2 */
  -webkit-appearance: textfield;
  /* 1 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  font: inherit;
  /* 2 */
  -webkit-appearance: button;
  /* 1 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

 *,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
}

html {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: normal;
  font-family: "Raleway", sans-serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body {
  width: 100%;
  height: 100%;
  background: #ffffff;
  font-size: 18px;
font-family: "Manrope", sans-serif;  
}

a {
  color: #4FBFA5;
  text-decoration: none;
}

.button:hover {
  transition: 1s;
  transform: scale(1.1);
}

.button {
  transition: 1s;
}

img,
video {
  display: block;
  height: auto;
}

.wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 128rem;
  margin: 0 auto;
  margin-top: 26px;
  border-bottom: 1px solid #E9EFF2;
  padding-bottom: 26px;
  margin-bottom: 60px;
}

.wrapper .header,
.wrapper .footer {
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.wrapper main {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 1;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
}


.container {
  width: 100%;
  max-width: 1320px;
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
.container {
  padding: 0 15px;
}
}

.main-nav {
  padding: 18px;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 30px;
}

@media(max-width:1200px){
  .main-nav{
    gap: 18px;
    padding: 14px;
  }
}

.main-nav__item a {
  color: #000;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  display: flex;
  gap: 12px;
  align-items: center;
  transition: .3s;
}

.main-nav__item a:hover {
  color: #4FBFA5;
  opacity: 1;
  transition: .3s;
}

.main-nav__item ul {
  display: none;
}



.container--wide {
  display: flex;
  justify-content: flex-end;
  max-width: 1440px;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 28px;
}

.header__button, .sharing-box__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 30px 18px 30px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
}

.hero-wrapper {
  border-radius: 6px;
  background: #713DFF;
  max-width: 790px;
position: relative;
min-height: 540px;
}

@media(max-width:1440px){
  img.header-logo__img {
    max-width: 220px;
}
}

@media(max-width:492px){
  img.header-logo__img {
    max-width: 200px;
}
}

.hero-wrapper--image {
  background-image: url(/wp-content/uploads/2024/06/money-mask.webp);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 30px 40px;
min-height: 540px;
display: flex;
flex-direction: column;
}

.hero__title {
  margin: 0;
  color: #FFF;
  font-size: 44px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
max-width: 470px;
margin-bottom: auto;
}

.hero__desc {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
max-width: 470px;
}

.sharing-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
max-width: 470px;
gap: 16px;
align-items: center;
}

.hero__main-img {
  position: absolute;
  right: -20%;
  top: 120px;
}

.sharing-box__media {
  width: 62px;
  height: 62px;
  display: block;
}

.sharing-box__media--vk {
background: url(/wp-content/uploads/2024/06/vk-icon.svg)
}

.sharing-box__media--tg {
background: url(/wp-content/uploads/2024/06/tg-icon.svg)
}

.hero .sharing-box__button {
padding: 20px 30px;
}

.about-section {
  background: #F7F7F7;
  padding: 70px 0;
}

.hero-section {
  margin-bottom: 80px;
}

.about-section__title {
  margin: 0;
  color: #000;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 60px;
}

.about-slider__item--img {
  border-radius: 10px 10px 0 0;
}

.about-slider__item {
  max-width: 310px;
margin-bottom: 60px;
}

.about-slider__item-desc-wrapper {
  background: #FFF;
  padding: 40px 40px 30px 30px;
  position: relative;
  min-height: 141px;
  border-radius: 0 0 10px 10px;
}

.about-slider__item-desc {
  margin: 0;
  color: #000;
  font-family: Manrope;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.about-slider__item-icon {
  position: absolute;
  top: -25px;
}

.about-slider {
  display: flex;
  justify-content: space-between;
}

.about-section__content {
  margin: 0;
  color: #000;
  font-family: Manrope;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
}

.history__title {
  margin: 0;
  color: #000;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
margin-bottom: 60px;
}

.history {
  padding: 70px 0;
}

.history-gallery__img:first-child {
  grid-row: span 2;
height: 100%;
}

.history-gallery__wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
gap: 0 15px;
}

.how-it-work__wrapper--color {
  border-radius: 6px;
  background: #713DFF;
  position: relative;
  min-height: 540px;
}

.how-it-work__wrapper--image {
  background-image: url(/wp-content/uploads/2024/06/money-mask-2.webp);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 80px 0;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}

.how-it-work__title {
  margin: 0;
  color: #FFF;
  text-align: center;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
margin-bottom: 30px;
}

.how-it-work__button {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 30px 18px 30px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
max-width: 470px;
margin: 0 auto;
}

.how-it-work__item {
  border-radius: 6px;
  background: #FFF;
  display: flex;
  padding: 30px;
  width: 470px;
  box-sizing: border-box;
  gap: 24px;
}

.how-it-work__item-desc {
margin: 0;
color: #000;
  font-family: Manrope;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

.how-it-work__items-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 10px;
margin-bottom: 40px;
}

.students__title {
  margin: 0;
  color: #000;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
margin-bottom: 40px;
}

.students {
  padding: 80px 0;
}

.students-gallery {
margin-bottom: 80px;
}

.students__desc {
  margin: 0;
  border-radius: 6px;
  background: #B6DBB5;
  padding: 40px 50px;
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0.48px;
  max-width: 890px;
  box-sizing: border-box;
}

.students__main-image {
  border-radius: 8px;
  max-width: 900px;
  margin-left: auto;
  position: relative;
  z-index: -1;
  top: -40px;
}

.wpcf7-response-output {
line-height: 1;
  font-size: 13px;
  text-align: center;
}

.contact__wrapper--color {
  border-radius: 6px;
  background: #713DFF;
  position: relative;
  min-height: 540px;
}

.contact__wrapper--image {
  background-image: url(/wp-content/uploads/2024/06/money-mask-2.webp);
  background-position: right top;
  background-repeat: no-repeat;
  padding: 80px 0;
  min-height: 540px;
  display: flex;
  flex-direction: column;
}

.contact__title {
  margin: 0;
  color: #FFF;
  font-family: Manrope;
  font-size: 34px;
  font-style: normal;
  font-weight: 300;
  line-height: 40px;
  margin-bottom: 16px;
}

.contact__disc {
  margin: 0;
  color: #FFF;
  font-family: Manrope;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
}

.footer-column {
  width: 48%;
}

footer .sharing-box {
 margin-bottom: 36px;	
}

.copywrite {
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}

.footer-wrapper__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

footer .sharing-box__media--tg {
  background: url(/wp-content/uploads/2024/06/tg-icon-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
width: 48px;
height: 48px;
}

footer .sharing-box__media--vk {
  background: url(/wp-content/uploads/2024/06/ko-icon-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
width: 48px;
height: 48px;
}

footer .sharing-box__button {
color: #000;
font-family: Manrope;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: 22px;
border-radius: 24px;
background: #F1F1F1;
padding: 13px 20px;
}

.wpcf7 {
  border-radius: 6px;
  background: #FFF;
  width: 100%;
  padding: 20px;
}

.wpcf7 p {
margin: 0;
position: relative;
}

form .wpcf7-submit {
display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 30px 18px 30px;
  background: #000;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  margin: 0 auto;
min-width: 100%;
position: relative;
}

.wpcf7-spinner {
  position: absolute;
top: 50%;
  transform: translateY(-50%);
}

.wpcf7-form-control {
  color: #999;
  font-family: Manrope;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 13px 16px;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #E6E6E6;
margin-bottom: 12px;
}

@media screen and (max-width: 1240px) {
.about-section__content {
  max-width: 802px;
}}


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

@media screen and (max-width: 1080px) {
.about-slider {
  overflow-x: scroll;
gap: 10px;
}
}

@media screen and (max-width: 991px) {
.hero__main-img {
position: inherit;
}}

@media screen and (max-width: 991px) {
.menu-wrapper, .header__button {
display:none;
}
}

@media screen and (max-width: 991px) {
.hero__main-img {
margin-bottom: 16px;
}
}

@media screen and (max-width: 991px) {
.sharing-box ul li:first-child {
min-width: 100%;
}
}

@media screen and (max-width: 991px) {
.sharing-box ul {
flex-wrap: wrap;
justify-content: center;
max-width: 100%;
}
}

@media screen and (max-width: 991px) {
.hero-wrapper--image {
background-position: -150% top;
}
}

@media screen and (max-width: 991px) {
.hero__title {
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 42px;
}
}

@media screen and (max-width: 991px) {
.hero__desc {
  font-family: Manrope;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
}

@media screen and (max-width: 991px) {
.hero-wrapper--image {
padding: 16px;
background-image: url(/wp-content/uploads/2024/06/money-mask-3.webp);
  background-position: right top;
}
}

@media screen and (max-width: 991px) {
.about-section__title {
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}
}

@media screen and (max-width: 991px) {
.about-slider__item {
min-width: 250px;
}
}

@media screen and (max-width: 991px) {
.about-slider__item--img {
width: 100%;
height: 360px;
object-fit: cover;
}
}

@media screen and (max-width: 991px) {
.about-slider__item-desc-wrapper {
padding: 40px 20px 20px 20px;
}
}

@media screen and (max-width: 991px) {
.about-section__content {
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
}

@media screen and (max-width: 991px) {
.history-gallery__wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
}

@media screen and (max-width: 991px) {
.container--wide {
   margin-bottom: 16px;
   padding-top: 16px;
   padding-bottom: 16px;
align-items: center;
}
}


@media screen and (max-width: 991px) {
.history__title {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
margin-bottom: 30px;
}
}

@media screen and (max-width: 991px) {
.how-it-work__wrapper--image {
padding: 30px 0 40px 0;
}
}

@media screen and (max-width: 991px) {
.how-it-work__item {
gap: 16px;
padding: 20px;
width: 100%;
}
}

@media screen and (max-width: 991px) {
.how-it-work__items-wrapper {
margin-bottom: 20px;
}
}

@media screen and (max-width: 991px) {
.how-it-work__title {
text-align: left;
}
}

@media screen and (max-width: 991px) {
.how-it-work__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
}
}

@media screen and (max-width: 991px) {
.history {
  padding: 30px 0 40px 0;
}
}

@media screen and (max-width: 991px) {
.about-section {
  padding: 30px 0;
}
}

@media screen and (max-width: 991px) {
.hero-section {
  margin-bottom: 30px;
}
}


.burger {
  width: 24px;
  height: 24px;
  border: none;
background: url(/wp-content/uploads/2024/06/burger.svg);
background-repeat: no-repeat;
  background-size: contain;
}

.close {
  width: 24px;
  height: 24px;
  border: none;
background: url(/wp-content/uploads/2024/06/close-2.svg);
background-repeat: no-repeat;
  background-size: contain;
margin-left: auto;
  display: block;
margin-bottom: 16px;
}

@media screen and (min-width: 991px) {
.burger, .close {
display: none;
}
}

@media screen and (max-width: 991px) {
.students__title {
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
margin-bottom: 20px;
}
}

@media screen and (max-width: 991px) {
.students__desc {
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 32px;
  padding: 40px 24px;
}
}

@media screen and (max-width: 991px) {
.students__main-image {
  border-radius: 0;
  min-width: 108%;
width: 100%;
height: auto;
  margin-left: auto;
  position: relative;
  z-index: -1;
  top: -15px;
  left: -4%;
}
}

@media screen and (max-width: 991px) {
.students-gallery {
margin-bottom: 30px;
}
}

@media screen and (max-width: 991px) {
.students {
  padding: 30px 0 0 0;
  margin-bottom: -20px;
}
}

@media screen and (max-width: 991px) {
.contact__wrapper--image {
  background-image: url(/wp-content/uploads/2024/06/money-mask-3.webp);
  background-position: right top;
  background-repeat: no-repeat;
padding: 30px 0;
}
}

@media screen and (max-width: 991px) {
.about-slider__item {
  margin-bottom: 30px;
}
}

@media screen and (max-width: 991px) {
.how-it-work__wrapper--image {
  background-image: url(/wp-content/uploads/2024/06/money-mask-3.webp);
  background-position: right top;
background-repeat: no-repeat;
}
}

@media screen and (max-width: 991px) {
.footer-column {
  width: 100%;
display: contents;
}
}

@media screen and (max-width: 991px) {
  footer .sharing-box ul li:first-child {
      min-width: inherit;
  }
}

@media screen and (max-width: 991px) {
footer .sharing-box__media--tg, footer .sharing-box__media--vk {
  width: 40px;
  height: 40px;
}
}

@media screen and (max-width: 991px) {
.copywrite {
  order: 2;
  margin-top: 30px;
}
}

.wpcf7-not-valid-tip {
  font-size: 10px;
}

#slider-students .owl-item img {
  height: 295px;
object-fit: cover;
}

@media screen and (max-width: 991px) {
#slider-students .owl-item img {
  height: 200px;
object-fit: cover;
}
}

#slider-students button.owl-prev span {
  background: url(/wp-content/uploads/2024/06/arrow-right.svg);
  display: block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}

#slider-students button.owl-next span {
  background: url(/wp-content/uploads/2024/06/arrow-left.svg);
  display: block;
  width: 44px;
  height: 44px;
  background-size: contain;
  background-repeat: no-repeat;
}

#slider-students .owl-nav [class*=owl-]:hover {
  background: none;
  color: inherit;
  text-decoration: none;
  opacity: 0.6;
}

#slider-students  .owl-nav {
  position: absolute;
  right: 25%;
  top: -110px;
}

@media screen and (max-width: 1440px) {
#slider-students  .owl-nav {
  right: 16%;
}
}

@media screen and (max-width: 1080px) {
  #slider-students .owl-nav {
      position: relative;
      left: 0;
      top: auto;
      margin-right: auto;
      text-align: left;
      padding: 0 0.6rem;
  order: -1;
  margin-top: 0;
  margin-bottom: 32px;
  }
}

@media screen and (max-width: 1080px) {
#slider-students {
  display: flex;
  flex-direction: column;
}
}

@media screen and (min-width: 992px) {
.menu-wrapper {
display: contents;
}
}

@media screen and (max-width: 991px) {
.menu-wrapper {
position: fixed;
background: #FFF;
max-width: 50%;
width: 100%;
top: 0;
z-index: 5;
height: 100%;
padding: 16px;

}
}

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


.main-nav__item {
  position: relative;
}

@media screen and (max-width: 991px) {
.main-nav__item {
  min-width: 110px;
}
}

@media screen and (max-width: 991px) {
.menu-wrapper:before {
  content: '';
  position: absolute;
  display: block;
  left: -100%;
  top: 0;
  background: #0000008c;
  width: 100%;
  height: 100%;
  z-index: 0;
}
}

.switch-none {
display: block;
}

@media screen and (max-width: 991px) {
.menu-wrapper {
right: 0;
}
}

@media screen and (max-width: 991px) {
.switch-none.menu-wrapper {
  animation: ani 1.5s forwards;

}
}

@keyframes ani {
0% {opacity: 0;}
100% {opacity: 1;}
}


.hero-wrapper--image {
animation: ani 1.5s forwards;
}


@media screen and (min-width: 992px) {
.hide-pc {
  display: none;
}
}

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

.super-header {
  background: #4FBFA5;
}

.super-header .container {
  padding: 8px 0;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

.header__phone {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  position: relative;
  padding-right: 15px;
}

.header__phone::before {
  content: "";
  position: absolute;
  display: block;
  left: -25px;
  width: 18px;
  height: 18px;
  overflow: hidden;
  background: url(/wp-content/uploads/2024/07/phone.svg);
  background-size: contain;
  top: 1px;
}

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

a.main-nav__item-link {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-transform: uppercase;
}

.burger-menu {
  background: url(/wp-content/uploads/2024/12/menu-burger.svg);
  min-width: 32px;
  height: 20px;
  background-size: contain;
  border: none;
}


.burger-menu:hover {
  cursor: pointer;
}


.hero-block__column {
  max-width: 630px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
}

.hero-block h1 {
  color: #000;
  font-size: 62px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  margin: 0;
  margin-bottom: 64px;
  font-family: "Roboto Slab", serif;
}

@media(max-width:991px){
  .hero-block h1{
    font-size: 48px;
  }
}


@media(max-width:768px){
  .hero-block h1{
    font-size: 38px;
    margin-bottom: 20px;
  }
}




.hero-block__column p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  margin-bottom: 32px;
}

.hero-block__advantages-wrapper {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  margin-bottom: 25px;
}

@media (max-width: 991px) {
  .hero-block__advantages-wrapper {
    flex-wrap: wrap;
    gap: 12px;
}}



.hero-block__advantages-item {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.hero-block__advantages-item {
color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  max-width: 250px;
  display: flex;
  gap: 3px;
}

.hero-block__advantages-item::before {
  content: url(/wp-content/uploads/2024/12/check-square-fill-1.svg);
}

.action-button {
  border-radius: 6px;
  background: #00868A;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 14px 26px;
  display: inline-block;
  margin: 16px 0;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  cursor: pointer;
}
.hero-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  min-height: 596px;
}

.hero-block .container {
position: relative;
}

.hero-block__main-img {
  position: absolute;
  top: 30px;
  right: -30px;
  max-width: 800px;
  width: calc(100vw / 1.6);
  z-index: -1;
}

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




.hero-block {
  margin-bottom: 60px;
}


@media (max-width: 991px) {
  .hero-block {
    margin-bottom: 60px;
    margin-top: 20px;
}}


.counter-box {
  background: #4FBFA5;
  padding: 40px 0;
}

.counter-box__item b {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}

.counter-box__item p {
  color: #FFF;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-transform: uppercase;
}

@media(max-width:991px){
  .counter-box__item p{
    font-size: 18px;
  }
  .counter-box__item b{
    font-size: 42px;
  }
}

.counter-box__item {
  text-align: center;
max-width: 310px;
}

@media (max-width: 991px) {
  .counter-box__item {
    text-align: center;
    max-width: 100%;
    width: 100%;
}}


@media (max-width: 991px) {
  .counter-box__wrapper .counter-box__item:last-child  {
    display: none;
}}



.counter-box__wrapper {
  display: flex;
  justify-content: space-between;
flex-wrap: wrap;
align-items: center;
gap: 16px;
}

.why-us__title, .services__title, .how-we-work__title, .reviews__title, .recent-news-box__title, .faq-section__title {
  color: #4FBFA5;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  text-align: center;
  position: relative;
  margin: 0px 0 70px;
  font-family: "Roboto Slab", serif;
}

@media (max-width: 991px) {
  .why-us__title, .services__title, .how-we-work__title, .reviews__title, .recent-news-box__title, .faq-section__title {
    font-size: 32px;
}}

@media(max-width:767px){
  .how-we-work__title{
    margin-top: 20px;
    margin-bottom: 35px;
  }
}

.why-us__title::after, .services__title::after, .how-we-work__title::after, .reviews__title::after, .recent-news-box__title::after, .faq-section__title::after {
    width: 20%;
    content: '';
    display: block;
    height: 3px;
    background: #4FBFA5;
    margin: 0 auto;
    top: 10px;
    position: relative;
}

.why-us__title span, .services__title span, .how-we-work__title span, .reviews__title span, .recent-news-box__title span, .faq-section__title span {
color: #000;
}

.how-we-work .how-we-work__title {
  margin-bottom: 0;
}

footer {
  background: #4FBFA5;
  padding: 60px 0;
  margin-top: 60px;
}



footer a {
  color: #fff;
}

footer p,
footer li {
  color: #fff;
}

footer li {
  list-style: none;
}

footer ul {
 padding-left: 0;
}


footer .container {
  display: flex;
  gap: 60px;
}

@media (max-width: 991px) {
  footer .container {
   flex-wrap: wrap;
}}



.footer__column {
  max-width: 18%;
  width: 100%;
}

@media (max-width: 768px) {
  .footer__column {
    max-width: 100%;
}}



.title-content {
  font-family: "Roboto Slab", serif;
  font-size: 46px;
  line-height: 1.2;
}


.section-service_main {
  background: #f2f2f2;
}

.wrapper-service_page {
    display: flex;
}



.wrapper-service_page {
  display: flex;
  min-height: 400px;
}


@media (max-width: 768px) {
  .wrapper-service_page {
    flex-wrap: wrap;
    padding-bottom: 20px;
	}}





.box-main_page {
  max-width: 45%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}



@media (max-width: 768px) {
  .box-main_page {
    max-width: 100%;
	}}


.images-main_page {
  max-width: 55%;
  width: 100%;
  position: relative;
}


@media (max-width: 768px) {
  .images-main_page {
    max-width: 100%;
    min-height: 350px;
    display: flex;
    flex-direction: column-reverse;
	}}


  .line-sv {
    position: absolute;
    z-index: 0;
    height: 100%;
}


@media (max-width: 768px) {
  .line-sv {
    top: 0;
	}}



.images-sv {
  position: absolute;
  width: 430px;
  height: auto;
  left: calc(50% - 200px);
  top: calc(50% - 130px);
}


@media (max-width: 768px) {
  .images-sv {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
	}}




  .wrapper-amimals-another {
    display: flex;
    justify-content: left;
    margin: 35px 0;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 10px;
}
.wrapper-amimals-another::-webkit-scrollbar {
  width: 3px; 
  height: 4px;
}


.wrapper-amimals-another::-webkit-scrollbar-thumb {
  background-color: #4FBFA5;
  border-radius: 4px; 
}

.wrapper-amimals-another::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 4px; 
}



@media (max-width: 768px) {
  .wrapper-amimals-another {
    flex-wrap: wrap;
	}}

  .amimals-another {
    width: 160px;
    position: absolute;
    right: 0;
    bottom: 0;
}


.box-animals_another {
  background: #f2f2f2;
  height: 210px;
  position: relative;
  min-width: 220px;
}



@media (max-width: 768px) {
  .box-animals_another {
    max-width: 48%;
	}}



  .title-animals_another {
    color: #111;
    font-weight: 900;
    font-size: 20px;
    padding: 20px;
    padding-right: 40px;
    position: relative;
    z-index: 5;
}

.title-animals_another::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(/wp-content/uploads/2024/12/union.svg);
  background-size: contain;
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
}


.title-section {
  font-family: "Roboto Slab", serif;
  color: #4FBFA5;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

.title-section::after {
  width: 50%;
  content: '';
  display: block;
  height: 3px;
  background: #4FBFA5;
}


.title-section span {
  color: #000;
}

.why-us__item-title {
  color: #4FBFA5;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  max-width: 245px;
  display: block;
  position: relative;
  z-index: 5;
  font-family: "Roboto Slab", serif;
}


@media (max-width: 991px) {
  .why-us__item-title {
    font-size: 18px;
    max-width: 170px;
  }}


.why-us__item-desc {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  max-width: 245px;
  display: block;
}

@media (max-width: 991px) {
  .why-us__item-desc {
    max-width: 170px;
  }}



.why-us__item {
    width: 420px;
    height: 214px;
	position: relative;
	padding: 20px;
}



.why-us__item-img {
    position: absolute;
    right: 0;
    bottom: 0;
}

.why-us__item {
  width: 32%;
  height: 214px;
  position: relative;
  margin-bottom: 60px;
  border-bottom: 5px solid #4FBFA5;
  background: #FFF;
}

.why-us {
  background: #F2F2F2;
  padding: 80px 0;
  margin: 0;
}

.why-us__wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media(max-width:1400px){
  .why-us__wrapper{
    display: grid;
    grid-template: 1fr 1fr 1fr / 1fr 1fr;
    justify-items: center;
    column-gap: 15px;
  }
  
  .why-us__item {
    width: 100%;
    padding: 16px;
  }
}



@media (max-width: 991px) {
  .why-us__wrapper{
    grid-template: 1fr 1fr 1fr / 1fr;
}}


@media (max-width: 991px) {
  .why-us__wrapper .why-us__item:nth-child(2n) {
    display: none;
}}



.why-us .action-button {
    margin: 0 auto;
    display: block;
    width: fit-content;
}

.services__nav-wrapper {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    gap: 30px;
	margin-bottom: 30px;
}

.services__nav-item b {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: absolute;
  z-index: 4;
  left: 25px;
  top: 17px;
  font-family: "Roboto Slab", serif;
}


.description-animals_serive {
  position: relative;
  top: 75px;
  left: 10px;
  max-width: 50%;
  font-size: 12px;
  transition: .0s;
  visibility: hidden;
  color: #fff;
}


.services__nav-item:hover .description-animals_serive {
  visibility: visible;
  top: 65px;
 transition: .3s;
}


.services__nav-item b::before {
  top: -4px;
  left: -10px;
  width: 48px;
  height: 48px;
  content: '';
  display: block;
  position: absolute;
  background: url(/wp-content/uploads/2024/12/union.svg);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: -1;
}

.services__nav-item {
  background: #f2f2f2;
  height: 160px;
  padding: 0;
  overflow: hidden;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  transition: .3s;
}

.services__nav-item:hover {
  background: #ffcf0f;;
transition: .3s;
}


.services__nav-item:hover .title-service_animals {
  color: #000;
}






img.services__nav-item-img {
  display: block !important;
  width: 140px !important;
  right: 0;
  position: absolute;
  bottom: 0;
}

.services__monitor-nav-img {
    width: 360px;
    min-height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
  .services__monitor-nav-img {
    width: 100%;
    height: 190px;
}}



.services__monitor-nav {
  
    display: flex;
    gap: 30px;
    background: #4FBFA5;
    padding: 30px;
}

.services__monitor-nav-title {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    text-transform: uppercase;
	margin-bottom: 40px;
    display: block;	
	border-bottom: 1px solid #ffffff;
    width: fit-content;
}

.services {
    padding: 120px 0;
}

@media (max-width: 991px) {
  .services {
    padding: 60px 0;
}}

.services__monitor-nav-wrapper {
  width: 100%;
}

.services__monitor-nav-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  gap: 8px;
}

.services__monitor-nav-wrapper li {
  background: #FFF;
  width: 48%;
  margin-bottom: 0;
  position: relative;
  transition: .3s;
  border-radius: 2px;
}

@media (max-width: 991px) {
  .services__monitor-nav-wrapper li {
    width: 49%;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
}}


.services__monitor-nav-wrapper li:hover {
  position: relative;
  transition: .3s;
}

.services__monitor-nav-wrapper li a {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  display: block;
  color: #000;
  padding: 8px 12px;
  transition: .3s;
  height: 100%;
}

.services__monitor-nav-wrapper li a:hover {
  background: #ffcf0f;
  transition: .3s;
  opacity: 1;
}




.wrapper_service-animals
.services__monitor-nav {
    display: none;
    gap: 30px;
    background: #4FBFA5;
    padding: 30px;
    min-height: 465px;
}


@media (max-width: 991px) {
  .wrapper_service-animals
  .services__monitor-nav {
    gap: 30px;
    background: #4FBFA5;
    padding: 16px;
    border-radius: 4px;
}}

.wrapper_service-animals
.services-active {
  display: flex;
}

@media (max-width: 768px) {

  .services-active {
      flex-wrap: wrap;
}}


/* BEGIN CALL TO ACTION */

.call-to-action {
  background: #4FBFA5;
  padding: 30px 40px;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .call-to-action {
    padding: 40px 16px;
    margin: 0px 0 60px;
}}



.call-to-action__time {
    padding: 10px 26px;
    width: fit-content;
    border-radius: 24px;
    background: #FFF;
    color: #4FBFA5;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
	margin-bottom: 20px;
}


.call-to-action__button {
    color: #4FBFA5;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #FFF;
    padding: 14px 26px;
    border-radius: 24px;
}

@media (max-width: 991px) {
  .call-to-action__button {
    color: #4FBFA5;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    background: #FFF;
    padding: 14px 26px;
    border-radius: 24px;
    margin-top: 20px;
    width: 100%;
}}



.call-to-action__button a {
color: #4FBFA5;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	gap: 12px;
}

.call-to-action__button a::before {
	content: '';
	width: 20px;
	height: 20px;
	background: url(/wp-content/uploads/2024/07/phone-1.svg);
	background-size: contain;
	display: block;
}


.service-box-active {
  background: #ffcf0f;
  transition: .3s;
}


.service-box-active {
  background: #00868a;
  transition: .3s;
}
.service-box-active .description-animals_serive {
  visibility: visible;
  top: 65px;
}


.call-to-action__title {
    color: #FFF;
    font-family: "Roboto Slab";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    margin: 0;
	margin-bottom: 18px;
}

@media (max-width: 991px) {
  .call-to-action__title {
    font-size: 28px;
}}


.call-to-action__desc {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    margin: 0;
}

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

@media (max-width: 991px) {
  .call-to-action .container {
     flex-wrap: wrap;
}}



/* END CALL TO ACTION */

.how-we-work__item--number {
    color: #4FBFA5;
    font-size: 82px;
    font-style: normal;
    font-weight: 900;
    line-height: 150%;
    bottom: -40px;
    display: block;
    z-index: -1;
    position: relative;
    margin-left: 30px;
	transition: 1s;
}

@media (max-width: 991px) {
  .how-we-work__item--number {
    line-height: 1.1;
    bottom: -24px;
  }}



.how-we-work__item--wrapper-inner {
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
  padding: 30px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  gap: 20px;
}


@media (max-width: 991px) {
  .how-we-work__item--wrapper-inner {
    padding: 14px;
    flex-wrap: wrap;
    gap: 12px;
  }}


.how-we-work__item-price {
  background: #4FBFA5;
  color: #fff;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: center;
  padding: 16px;
}

.how-we-work__item {
  width: 32%;
}

@media (max-width: 768px) {
  .how-we-work__item {
    max-width: 48%;
    width: 100%;
}}

.how-we-work__wrapper {
    display: flex;
    justify-content: space-between;
}


@media (max-width: 768px) {
  .how-we-work__wrapper {
     flex-wrap: wrap;
}}

@media (min-width: 991px) {
.how-we-work__wrapper .how-we-work__item:last-child {
  display: none;
}}




.how-we-work__item-title {
    color: #4FBFA5;
    font-family: "Roboto Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    max-width: 200px;
}

@media (max-width: 991px) {
  .how-we-work__item-title {
    font-size: 16px;
    min-height: 60px;
}}

.how-we-work__item--wrapper-inner img {
  width: 60px;
  height: 60px;
}


@media (max-width: 991px) {
  .how-we-work__item--wrapper-inner img {
    width: 46px;
    height: 46px;
}}




.how-we-work {
  margin: 60px;
}


@media (max-width: 991px) {
  .how-we-work {
    margin: 60px 0;
}}


.block-content ul {
  padding-left: 0;
}

.block-content  ul li {
  list-style: none;
  padding-left: 20px;
  position: relative;
  margin-bottom: 12px;
}
.block-content  ul li::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background: #4FBFA5;
  position: absolute;
  top: 8px;
  left: 1px;
}



table.iksweb{
	width: 100%;
	border-collapse:collapse;
	border-spacing:0;
	height: auto;
  background: #f2f2f2;
  padding: 16px;
}
table.iksweb, table.iksweb td, table.iksweb th {
  border-bottom: 1px solid #4FBFA5;
}
table.iksweb td, table.iksweb th {
  padding: 13px;
  width: 30px;
  height: 35px;
}
table.iksweb th {
	background: #347c99; 
	color: #fff; 
	font-weight: normal;
}

.iksweb tbody tr td:nth-child(2) {
  font-weight: 600;
  color: #4FBFA5;
}

blockquote {
  padding: 30px 40px;
  background: #f2f2f2;
  border-left: 4px solid #4FBFA5;
  color: #4FBFA5;
  font-weight: 800;
  margin: 40px 0 0 50px;
  font-family: "Roboto Slab", serif;
  font-size: 20px;
}



@media (max-width: 991px) {
  blockquote {
    padding: 16px 19px;
    background: #f2f2f2;
    border-left: 4px solid #4FBFA5;
    color: #4FBFA5;
    font-weight: 700;
    margin: 20px 0 0 20px;
    font-family: "Roboto Slab", serif;
    font-size: 18px;
}}




.price__item {
    padding: 12px;
    background: #FFF;
    margin-bottom: 12px;
}

.price__item summary {
    font-family: "Roboto Slab";
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
	display: block;
    cursor: pointer;
	position: relative;
	transition: 1s;
}

.price__item summary::before {
    content: '';
    background-image: url(/wp-content/uploads/2024/07/iconamoon_arrow-up-2-bold.svg);
    margin-right: 20px;
    display: inline-block;
    position: absolute;
    top: -8px;
    right: -25px;
    background-size: cover;
    transition: 1s;
    width: 40px;
    height: 40px;
}

.price__desc {
  font-family: Quicksand;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  padding: 12px;
  background: #f2f2f2;
}

.price {
  background: #F2F2F2;
  padding: 60px 0;
}


@media (max-width: 991px) {
  .price {
    padding: 60px 0;
}}


.price-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: nowrap;
  gap: 20px;
}


@media (max-width: 991px) {
  .price-wrapper {
      flex-wrap: wrap;
      gap: 50px;
}}



@media (max-width: 991px) {
  .section-form .container {
      padding: 0;
}}

img.price__img {
  width: 100%;
  max-width: 520px;
  max-height: 552px;
  object-fit: cover;
  border-radius: 4px;
}

@media (max-width: 1300px) {
  img.price__img {
    width: calc(100vw / 2.5);
}}

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


.price-wrapper__inner .faq-block__item:last-child {
  margin-bottom: 0;
}


.price-wrapper__inner {
    width: 57%;
}


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


.price .price__social_button {
  margin: 40px auto;
}


details[open] > summary {
  color: #ffffff;
  background-color: #00aa63;
  border-radius: 12px 12px 0 0;
}


.mypopup-modal-content__wrap details[open] > summary {
  background-color: #FFCF0F;
}

 details[open] {
  color: #ffffff;
  background-color: #f2f2f2;
}

details[open] summary::before {
  background-image: url(/wp-content/uploads/2024/09/minus-blue.svg);
}
.reviews {
  padding: 80px 0;
}

@media (max-width: 991px) {
  .reviews {
    padding: 80px 0 40px;
  }}



.reviews__list {
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
}

.reviews__item-header {
    display: flex;
    align-items: center;
    gap: 16px;
}

.reviews__item-wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.reviews__item-name {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.reviews__item-dte {
    color: rgba(55, 55, 55, 0.69);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}

.reviews__text {
    margin: 0;
}

.reviews__item {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 30px;
  border-right: 5px solid var(--1, #4FBFA5);
  background: #e6f3f4;
  padding: 24px;
  width: 307px;
  box-shadow: 0 4px 18px 0 #00aa6312;
  border-radius: 4px;
}

.reviews__item .rating{
  display: flex;
  align-items: center;
  gap: 4px;
}

.reviews__item .rating span{
    font-size: 24px;
    line-height: 24px;
    color: #cbf7ec;
    position: relative;
}

.reviews__item .rating span.full{
  color: #4FBFA5;
}

.reviews__item .rating span.half::before{
  content: "★";
    color: #4FBFA5;
    position: absolute;
    width: 50%;
    overflow: hidden;
    display: inline-block;
}

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




.reviews__wrapper {
    display: flex;
    gap: 30px;
}


.how-we-work__item:hover .how-we-work__item--number {
	bottom: -25px;
	transition: 1s;
}

.how-we-work__item {
	cursor: pointer;
}

.reviews__link {
    color: #4FBFA5;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    position: relative;
    display: flex;
    justify-content: right;
}

.reviews__link::after {
	content: '';
	background: url(/wp-content/uploads/2024/07/arrow-r.svg);
	position: absolute;
	display: block;
	width: 40px;
	height: 40px;
	right: -30px;
    top: -10px;
}

.action-block {
  background: #4FBFA5;
  padding: 30px 40px;
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}



@media (max-width: 768px) {
  .action-block {
    background: #4FBFA5;
    padding: 30px 16px;
    margin: 40px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
}}




.action-block div {
  color: #fff;
}


.action-button a {
  background: #fff;
}


.action-title {
  font-family: "Roboto Slab";
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 15px;
}
.action-elem {
  background: #fff;
  display: inline-block;
  color: #000000 !important;
  padding: 8px 20px;
  border-radius: 38px;
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 16px;
}


.phone-button a {
  background: #fff;
  display: inline-block;
  color: #4FBFA5 !important;
  padding: 8px 20px 8px 36px;
  border-radius: 38px;
  font-size: 18px;
  font-weight: 600;
  position: relative;
}


.phone-button a::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2024/07/phone-2.svg);
  background-size: contain;
  position: absolute;
  left: 10px;
  top: calc(50% - 10px);
}


.wrapper-form {
  background: #4FBFA5;
  padding: 40px;
  margin: 40px 0;
  position: relative;
  overflow: hidden;
}


@media (max-width: 991px) {
  .wrapper-form {
    padding: 40px 16px 12px;
  }}




.wrapper-form::before {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 130px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
}


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


.wrapper-form::after {
  content: "";
  display: block;
  width: 100%;
  height: 40px;
  background: #fff;
  position: absolute;
  left: 62px;
  top: calc(50% - 10px);
  transform: rotate(45deg);
  z-index: 0;
}


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


.box-form_animals h3,
.box-form_animals p,
.box-form_animals div {
  color: #fff;
}

.title-form-box {
  color: #fff;
}

.box-form {
  max-width: 50%;
  width: 100%;
}

h3 {
font-family: "Roboto Slab";
font-size: 30px;
font-style: normal;
font-weight: 600;
line-height: 140%;
}

@media (max-width: 991px) {
  h3 {
    font-size: 24px;
}}

.block-weak span {
  border: 1px solid #fff;
  padding: 7px 6px;
  border-radius: 30px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 2px;
  font-size: 14px;
}


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


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



.box-form_animals {
  display: flex;
  flex-direction: column;
  align-items: end;
  width: 40%;
  gap: 40px;
}




.box-form_animals p {
  margin: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-align: end;
}


@media (max-width: 991px) {
  .box-form_animals p {
    font-size: 18px;
  }}

.animals-form {
  position: absolute;
  width: 500px;
  bottom: 0;
  left: calc(50% - 180px);
  z-index: 5;
}


@media (max-width: 991px) {
  .animals-form {
    position: static;
    width: 100%;
  }}

.footer-animals_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 50px 0 60px;
}


@media (max-width: 991px) {
  .footer-animals_wrapper {
    flex-wrap: wrap;
    justify-content: start;
    gap: 18px;
}}


.footer-animals_block-img {
  max-width: 80px;
  width: 80px;
  height: 80px;
  background: #fff;
  border-radius: 100px;
  margin-bottom: 16px;
}


@media (max-width: 991px) {
  .footer-animals_block-img {
    max-width: 65px;
    width: 66px;
    height: 66px;
}}




.footer-animals_img {
  max-width: 100%;
  width: 100%;
}

.footer .aminals-cont {
  display: block;
}

.footer-animals_title {
  display: flex;
  justify-content: center;
  font-weight: 800;
}

.title-footer {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  text-align: center;
  color: #fff;
  font-weight: 500;

}



@media (max-width: 768px) {
  .title-footer {
    font-size: 28px;
	}}




.footer__column-title {
  font-family: "Roboto Slab", serif;
  color: #fff;
  padding-bottom: 30px;
  margin-bottom: 20px;
  display: block;
  font-size: 22px;
  position: relative;
}

.footer__column-title::before {
  content: "";
  display: block;
  width: 85px;
  height: 2px;
  background: #ffffff87;
  position: absolute;
  bottom: 10px;
  z-index: 2;
}


.footer__description {
  font-size: 16px;
  font-weight: 500;
}


ul.footer__contacts {
  background: #fff;
  border-radius: 24px;
  padding: 30px;
}

.footer__contacts li {
  color: #000;
  font-weight: 600;
  margin-bottom: 24px;
  position: relative;
  padding-left: 20px;
  font-size: 14px;
}
.footer__contacts li a{
  color: inherit;
}


.footer__contacts--map::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/wp-content/uploads/2024/08/geo-alt-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
}


.footer__contacts--phone::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2024/08/phone.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
}


.footer__contacts--clock::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(/wp-content/uploads/2024/08/clock.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
}


.footer__contacts--price::before {
  content: "";
  display: block;
  width: 22px;
  height: 22px;
  background: url(/wp-content/uploads/2024/08/tag-fill.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: -12px;
}


.footer__nav-item a {
  font-weight: 700;
}


.col-f {
  max-width: 32%;
  width: 100%;
}


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


.footer__logo {
  max-width: 100%;
}


.wrapper-animals_clients {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .wrapper-animals_clients {
    flex-wrap: wrap;
}}


.box-animals_clients {
  position: relative;
  padding: 40px 30px;
  background: #f2f2f2;
  overflow: hidden;
  width: 25%;
  min-height: 180px;
}

@media (max-width: 768px) {
  .box-animals_clients {
    padding: 30px 20px;
    max-width: 48%;
    width: 100%;
}}



.box-animals_clients::before {
  content: "";
  display: block;
  background: #4FBFA5;
  width: 150px;
  height: 150px;
  position: absolute;
  transform: rotate(45deg);
  right: -60px;
  bottom: -75px;
}







.images-animals_clients {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 105px;
}


.animals_clients-title {
  font-family: "Roboto Slab";
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 20px;
}

.animals_clients-descr {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  max-width: 270px;
}


.animals-monitor {
  background: #F2F2F2;
}


@media (max-width: 768px) {

  .animals-monitor {
    flex-wrap: wrap;
    padding: 16px;
}}


.services-animals_p {
  padding: 40px 0;
}

.animals-monitor .services__monitor-nav-title {
  color: #4FBFA5;
  text-decoration: none;
  border-bottom: none;
  margin-bottom: 20px;
}


.animals-monitor .services__monitor-nav-wrapper li {
  background: #4FBFA5;
}


.animals-monitor ul li a {
  color: #ffffff;
}

.box-main_page p {
  margin: 0;
}


.service-block-all {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 4fr;
  grid-gap: 30px;
  grid-auto-rows: 1fr;
  margin: 60px 0;
}

@media (max-width: 768px) {
  .service-block-all {
    grid-template-columns: 4fr;
    gap: 12px;
	}}




.link-service-all {
  position: relative;
  min-height: 220px;
  border-radius: 6px;
  padding: 24px;
  text-decoration: none;
  transition: .3s;
  background: #FFF;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.15);
}


.service-all-2 {
  grid-column: span 2;
}




@media (max-width: 768px) {
  .service-all-2 {
    grid-column: span 1;
	}}




@media (max-width: 768px) {
	.site-block {
		grid-template-columns: 1fr;
    grid-column: 1 / 1;
	}}




  .title-service-all {
    color: var(--1, #4FBFA5);
    font-family: "Roboto Slab";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
}

.text-service-all {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.more-service-all {
  position: relative;
  display: inline-block;
}

.more-service-all::before {
  content: "";
  width: 100%;
  height: 1px;
  bottom: -3px;
  left: 0;
  display: block;
  position: absolute;
  background: #4FBFA5;
}


.recent-news-box {
  display: flex;
  margin: 60px 0;
}


.faq-section__wrapper {
  display: flex;
  justify-content: center;
  gap: 50px;
  margin: 90px 0;
}

.faq-section {
  background: #f2f2f2;
  padding: 50px 0;
  margin: 50px 0;
}


.faq-section .price-wrapper {
  flex-direction: row-reverse;
}




/* FAQ START */

.price__item-page {
  position: relative;
}



.price__item-page:before {
  content: 'Смотреть стоимость';
  margin-right: 20px;
  display: inline-block;
  position: absolute;
  top: -8px;
  right: -25px;
  background-size: cover;
  transition: 1s;
  height: 40px;
}

summary::-webkit-details-marker {
  display: none;
}



.faq-block__item summary {
  color: #272727;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 16px;
  border-radius: 0px;
  background: #fff;
  margin-bottom: 0;
  display: block;
  cursor: pointer;
  position: relative;
  font-family: "Roboto Slab";
}

@media(max-width: 768px) {
  .faq-block__item summary {
    font-size: 22px;
    padding: 16px 40px 16px 12px;
  }
}

.faq-block__item {
  width: 100%;
  position: relative;
  border-bottom: 1px solid #4FBFA5;
  margin-bottom: 16px;
}

.carousel-block__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.carousel-block__wrapper img {
  height: auto
}

.faq-block__item span {
  padding: 24px 62px 28px 32px;
  display: block;
  background: #f2f2f2;
  color: #000;
}

.faq-block {
  margin-bottom: 68px
}

.faq-block__item summary::before {
  content: '';
  width: 34px;
  height: 34px;
  background-image: url(/wp-content/uploads/2024/08/plus-blue.svg);
  margin-right: 0.3em;
  display: inline-block;
  position: absolute;
  right: 0;
  transition: 0.70s;
  top: 50%;
  transform: translateY(-50%);
}


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(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 25%;
}

@media(max-width: 768px) {
  .faq-block__item summary::before {
    width: 26px;
    height: 26px;
  }
}

.faq-block__wrapper-inner {
  width: 100%;
}

@media(max-width: 1080px) {
  .faq-block__wrapper-inner {
      width:100%
  }
}

.faq-block__wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}

details[open] summary~* {
  animation: sweep .5s ease-in-out
}

@keyframes sweep {
  0% {
      opacity: 0;
      margin-top: -30px
  }

  100% {
      opacity: 1;
      margin-top: 0
  }
}


.answers {
  padding: 16px;
  color: #000;
}

.answers b {
  color: #4FBFA5;
  font-weight: 700;
}

/* FAQ END */

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

.aioseo-breadcrumbs {
  margin: 10px 0;
  font-size: 14px;
}

.jobs-block-all {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 4fr;
  grid-gap: 30px;
  grid-auto-rows: 1fr;
  margin: 60px 0;
}



@media (max-width: 991px) {
  .jobs-block-all {
    grid-template-columns: 4fr 4fr 4fr;
  }}


  @media (max-width: 991px) {
    .jobs-block-all {
      grid-template-columns: 4fr 4fr;
      grid-gap: 16px;
      margin-bottom: 0;
    }}



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


a.link-jobs_box {
  height: 100%;
  min-height: 100%;
  overflow: hidden;
}


.vet-jobs {
  font-family: "Roboto Slab", serif;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  padding: 24px;
  background: #f2f2f2;
  height: 100%;
}


@media (max-width: 991px) {
  .vet-jobs {
    padding: 12px;
    font-size: 18px;
  }}


.box-jobs-images {
  position: relative;
}


.box-jobs-images::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #4FBFA5;
  position: absolute;
  bottom: 0;
  left: 0;
}



.vet-questions {
  height: 100%;
  overflow: hidden;
  background: #4FBFA5;
  position: relative;
}

.vet-questions-images {
  object-fit: inherit;
  width: auto;
  position: absolute;
  right: -17px;
  height: 100%;
}


.vet-questions-tt {
  color: #fff;
  margin: 20px;
  padding-bottom: 15px;
  line-height: 1.4;
  font-weight: 500;
  font-family: "Roboto Slab", serif;
  font-size: 28px;
  max-width: 150px;
  border-bottom: 4px solid #fff;
}

.dogs-symptoms-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
}


@media (max-width: 768px) {
  .dogs-symptoms-wrapper {
    flex-wrap: wrap;
    gap: 30px;
    padding-top: 10px;
  }}







.dogs-symptoms-box {
  max-width: 33%;
  width: 33%;
}


@media (max-width: 768px) {
  .dogs-symptoms-box {
    max-width: 100%;
    width: 100%;
  }}


  @media (max-width: 768px) {
    .dogs-symptoms-box { 
      order: 3;
    }}
  

  @media (max-width: 768px) {
    .dogs-symptoms-col-1 {
      order: 1;
    }}
  
  
    @media (max-width: 768px) {
      .dogs-symptoms-col-2 {
        order: 2;
      }}

  
    





.dogs-symptoms {
  display: inline;
  position: relative;
}

.dogs-symptoms:before {
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  background: url(/wp-content/uploads/2024/08/subtract.svg);
  background-size: contain;
  position: absolute;
  right: -47px;
  top: -3px;
}



@media (max-width: 768px) {
  .dogs-symptoms:before {
    right: inherit;
    left: -45px;
    top: -3px;
  }}




.dogs-symptoms:after {
  content: "";
  display: block;
  height: 3px;
  width: 80px;
  background: #4FBFA5;
  position: absolute;
  right: -138px;
  top: 14px;
}


@media (max-width: 768px) {
  .dogs-symptoms:after {
    display: none;
  }}


.dogs-symptoms-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Roboto Slab";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  gap: 65px;
  align-items: center;
}


@media (max-width: 768px) {
  .dogs-symptoms-wrap {
    align-items: start;
    padding-left: 50px;
    gap: 30px;
  }}




.dogs-symptoms-col-2 .dogs-symptoms::before {
  content: "";
  display: block;
  height: 35px;
  width: 35px;
  background: url(/wp-content/uploads/2024/08/subtract.svg);
  background-size: contain;
  position: absolute;
  right: inherit;
  left: -46px;
  top: -3px;
}


.dogs-symptoms-col-2 .dogs-symptoms::after {
  content: "";
    display: block;
    height: 3px;
    width: 80px;
    background: #4FBFA5;
    position: absolute;
    right: 0;
    top: 14px;
    left: -140px;
}


@media (max-width: 768px) {
  .dogs-symptoms-col-2 .dogs-symptoms::after {
    display: none;
  }}




section.section-symptoms {
  padding: 40px;
}

@media (max-width: 768px) {
  section.section-symptoms {
    padding: 40px 0;
  }}



@media (max-width: 768px) {
  .section-symptoms h2 {
    padding: 40px 0;
    margin-bottom: 0px;
  }}


.dogs-symptoms-col-1 div:nth-child(1) {
  position: relative;
  right: 0px;
}


.dogs-symptoms-col-1 div:nth-child(2) {
  position: relative;
  right: 40px;
}

@media (max-width: 768px) {
  .dogs-symptoms-col-1 div:nth-child(2) {
    right: 0px;
  }}

.dogs-symptoms-col-1 div:nth-child(3) {
  position: relative;
  right: 60px;
}

@media (max-width: 768px) {
  .dogs-symptoms-col-1 div:nth-child(3) {
    right: 0px;
  }}


.dogs-symptoms-col-2 div:nth-child(1) {
  position: relative;
  left: 0px;
}


.dogs-symptoms-col-2 div:nth-child(2) {
  position: relative;
  left: 40px;
}


@media (max-width: 768px) {
  .dogs-symptoms-col-2 div:nth-child(2) {
    left: 0;
  }}


.dogs-symptoms-col-2 div:nth-child(3) {
  position: relative;
  left: 60px;
}


@media (max-width: 768px) {
  .dogs-symptoms-col-2 div:nth-child(3) {
    left: 0;
  }}


.section-service-vet {
  margin: 50px 0;
}


@media (max-width: 768px) {
  .section-service-vet {
    margin: 50px 0 0;
  }}



/* BITRIX  START */
.box-form {
  max-width: 380px;
}


@media (max-width: 768px) {
  .box-form {
    max-width: 100%;
    width: 100%;
    gap: 20px;
  }}


.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: 5px solid rgb(0 184 113);
}

span.b24-form-sign-abuse {
  display: none !important;
}

.b24-form-wrapper.b24-form-border-bottom {
  border-bottom: 5px solid var(--b24-primary-color);
  border-radius: 20px;
}





.b24-form-btn {
  position: relative;
  display: inline-block;
  padding: 15px 20px;
  margin: 0;
  min-height: 52px;
  width: 100%;
  border: 0;
  border-radius: 44px !important;
  background-color: #0f58d0;
  background-color: var(--b24-primary-color);
  font-size: 20px !important;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.09);
  box-shadow: -1px -1px 1px rgba(0,0,0,.09);
  outline: 0;
  cursor: pointer;
  color: #fff;
  color: var(--b24-primary-text-color);
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  font-family: "Roboto Slab" !important;
  font-weight: 500;
}

/* BITRIX  END */


.block-content h2 {
  color: #4FBFA5;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  margin: 26px 0 40px;
  font-family: "Roboto Slab", serif;
  text-align: start;
}


@media (max-width: 991px) {
  .block-content h2 {
    font-size: 33px;
}}



.block-content h2::after {
  width: 20%;
  content: '';
  display: block;
  height: 3px;
  background: #4FBFA5;
  top: 5px;
  position: relative;
}

.wrapper-form .b24-form-field-agreement .b24-form-control-container {
  height: 20px;
  overflow: auto;
}

.box-expert-images {
  position: relative;
  height: 290px;
  background: #f2f2f2;
}


@media (max-width: 576px) {
  .box-expert-images {
    height: 185px;
  }}




.box-expert-images::before {
  content: "";
  display: block;
  height: 5px;
  width: 100%;
  background: #4FBFA5;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}


.box-expert-images img {
  position: absolute;
  bottom: 0;
}

.box-info_expert {
  background: #f2f2f2;
}

.name-expert {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 500;
  padding: 16px 24px 12px;
  color: #4FBFA5;
}


@media (max-width: 576px) {
  .name-expert {
    font-family: "Roboto Slab", serif;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    padding: 16px 12px 12px;
    color: #4FBFA5;
  }}




.box-link_expert {
  background: #f2f2f2;
  padding: 0 24px 16px;
  display: flex;
  gap: 7px;
  flex-wrap: wrap;
}


@media (max-width: 576px) {
  .box-link_expert {
    padding: 0 12px 16px;
  }}

.link-expert {
  margin-top: 90px;
}




@media (max-width: 576px) {
  .link-expert {
    margin-top: 50px;
  }}


  




.expert-service {
  color: #000;
}

@media (max-width: 576px) {
  .expert-service {
    font-size: 16px;
  }}

.expert-bio_wrapper {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 576px) {
  .expert-bio_wrapper {
    flex-wrap: wrap;
  }}



.expert-bio_box {
  max-width: 60%;
}

@media (max-width: 758px) {
  .expert-bio_box {
    max-width: 100%;
  }}



.expert-bio_images {
  width: 420px;
}

.expert-bio_images .box-expert-images {
  position: relative;
  height: 100%;
  background: #f2f2f2;
}




.expert-bio_images .box-expert-images img {
  position: absolute;
  bottom: 0;
  height: 400px;
  object-fit: contain;
}


@media (max-width: 768px) {
  .expert-bio_images .box-expert-images img {
    position: static;
  }}

.section-expert-bio h1 {
  font-family: "Roboto Slab";
  font-size: 46px;
}


.section-expert-bio h1 span {
  color: #4FBFA5;
}


.posttitle-expert {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  position: relative;
}

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

.wrap-expert a {
  border-radius: 24px;
  color: #fff;
  background: #4FBFA5;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 14px 26px;
  display: inline-block;
  margin: 16px 0;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
}



.service-vet-block {
  display: flex;
  justify-content: start;
  gap: 40px;
}


@media (max-width: 758px) {
  .service-vet-block {
    flex-wrap: wrap;
    gap: 0;
  }}


.service-vet-wrapper {
  background: #4FBFA5;
  padding: 1px 40px 20px;
  position: relative;
}


@media (max-width: 758px) {
  .service-vet-wrapper {
    padding: 1px 16px 20px;
  }}



.service-vet-wrapper h2 {
  font-family: "Roboto Slab", serif;
  font-size: 36px;
  color: #fff;
  margin: 12px 0;
}


.list-service-vet {
  color: #fff;
}


.list-service-vet li {
  font-size: 18px;
  margin-bottom: 12px;
  font-weight: 800;
}




.service-vet-block img {
  position: absolute;
  width: 400px;
  height: 100%;
  right: 0;
  bottom: 0;
}

@media (max-width: 768px) {
  .service-vet-block img {
    position: static;
    width: 100%;
  }}


.list-service-vet li a {
  color: #fff;
}




.posttitle-expert-about {
  color: #4FBFA5;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  margin: 20px 0;
  font-family: "Roboto Slab", serif;
  text-align: start;
}

.about-images-main img {
  object-fit: cover !important;
  height: 100% !important;
}

.wrap_about-list {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 40px;
}


@media (max-width: 758px) {
  .wrap_about-list {
    flex-wrap: wrap;
  }}


.block_about-list {
  display: flex;
  align-items: start;
  gap: 18px;
  flex-basis: 87%;
  margin-bottom: 20px;
}

p.text-about_page {
  margin-top: 0;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  margin-bottom: 0;
}

.box-contact_info p{
  margin: 4px 0 0;
}

.section-maps {
  background: #f2f2f2;
  padding: 40px 0;
}

.wrapper-district {
  display: flex;
  gap: 20px;
  margin: 40px 0;
}


@media (max-width: 758px) {
  .wrapper-district {
    flex-wrap: wrap;
  }}

.block-district {
  flex-basis: 50%;
}

@media (max-width: 758px) {
  .block-district {
    flex-basis: 100%;
  }}


img.reviews__item-avatar {
  width: 55px !important;
  height: 54px;
  border-radius: 100px;
  object-fit: cover;
}

.reviews__text {
  margin: 0;
  font-size: 16px;
  height: 300px;
  overflow: auto;
  line-height: 1.4;
  padding-right: 6px;
}


.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #4FBFA5 !important;
  width: 30px;
}


.btn-rev {
  cursor: pointer;
  border-radius: 6px;
  background: #00868a;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  padding: 14px 26px;
  display: inline-block;
  margin: 16px auto;
  opacity: 1;
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
  display: table;
}



.news__box {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-gap: 30px;
  grid-auto-rows: 1fr;
  margin: 60px 0;
}


@media (max-width: 768px) {
  .news__box {
    grid-template-columns: 4fr;
}}


.recent-news-box__item-img img {
  width: 100%;
  height: 295px;
  object-fit: cover;
}

a.recent-news-box__item {
  position: relative;
  margin-bottom: 35px;
}




.recent-news-box__info-wrapper {
  background: #f2f2f2;
  padding: 14px 14px 40px;
}


.recent-news-box__heading {
  font-family: "Roboto Slab", serif;
  color: #4FBFA5;
  font-size: 20px;
  font-weight: 700;
  height: 78px;
  overflow: hidden;
}

.recent-news-box__desc p {
  color: #000;
  font-size: 16px;
}

.recent-news-box__readmore {
  border-radius: 24px;
  background: #ffcf0f;
  color: #000;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  padding: 14px 26px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  position: absolute;
  left: calc(50% - 85px);
}



.recent-news-box__date {
  color: #373737;
  text-align: start;
  display: block;
  font-weight: 400;
  font-size: 16px;
  position: relative;
  margin-bottom: 8px;
  padding-left: 25px;
}

.recent-news-box__date:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url(/wp-content/uploads/2024/08/calendar.svg);
  display: block;
  position: absolute;
  background-size: contain;
  top: calc(50% - 8px);
  left: 0;
}



.recent-news-box__info-wrapper .recent-news-box__readmore {
  background: #4FBFA5;
  color: #fff;
  bottom: -23px;
}


.single-post {
  max-width: 800px;
  margin: 0 auto;
}


.post-date {
  margin: 0;
  font-weight: 700;
}

.date-single {
  margin: 12px 0 0;
}

.post-single {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 4fr;
  grid-gap: 30px;
  grid-auto-rows: 1fr;
  margin: 30px 0;
}


@media (max-width: 991px) {
  .post-single {
    grid-template-columns: 4fr 4fr;
    gap: 10px;
  }}

.post-single 
.recent-news-box__item-img img {
  width: 100%;
  height: 140px;
  object-fit: cover;
}

.post-single 
.recent-news-box__heading {
  font-family: "Roboto Slab", serif;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
}


.post-single 
.recent-news-box__readmore {
  border-radius: 24px;
  font-size: 16px;
  font-style: normal;
  text-transform: uppercase;
  font-weight: 700;
  padding: 10px 20px;
  margin: 0 auto;
  display: block;
  width: fit-content;
  position: absolute;
  left: calc(50% - 68px);
}


.title-post-single {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  position: relative;
  margin: 40px 0 0px;
  font-family: "Roboto Slab", serif;
  text-align: start;
}


.images_404 {
  display: block;
  margin: 0 auto;
}

.section-404 h1 {
font-family: "Roboto Slab", serif;
font-size: 36px;
text-align: center;
font-weight: 500;
}

.link-404 {
  margin: 0 auto;
  display: table;
}

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


@media (max-width: 768px) {
  .maps-district {
    height: 400px;
	}}

.logo-maps {
  position: absolute;
  top: 13px;
  width: 150px;
}


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


::-webkit-scrollbar-thumb {
  background-color: #6f6f6f;
  border-radius: 4px; 
}

::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 4px; 
}







/* слайдер */
.slider-animals 
a {
  color: white;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase;
}

.slider-animals 
ul {
  list-style-type: none;
  max-width: 500px;
  margin: 2px auto;
  background: #353434;
  padding: 0;
}

.slider-animals 
.tab-content {
  max-width: 500px;
  border: 1px solid black;
  margin: 0 auto;
}

.slider-animals 
.owl-controls {
  display: none;
}



.slider-animals 
li {
  display: inline-block;
  padding: 10px 20px;
  white-space: nowrap;
  transition: all 0.3s ease-in;
  border-bottom: 4px solid transparent;
}


.slider-animals 
li:hover {
  border-bottom: 4px solid white;
  opacity: 0.7;
  cursor: pointer;
}


.slider-animals 
.tab-content > div {
  display: none;
}


.slider-animals 
.tab-content > div.active {
  display: block;
}


.slider-animals 
.info {
  text-align: center;
}






.owl-theme .owl-nav {
  margin-top: 10px;
  margin-bottom: 10px; 
    font-size: 26px;
}

@media (max-width: 991px) {
  .owl-theme .owl-nav {
    margin-top: 16px;
    margin-bottom: 16px; 
}}



.owl-next span, .owl-prev span {
  color: #4FBFA5;
  text-decoration: none;
  width: 30px;
  display: block;
  background: #f2f2f2;
}


.owl-theme .owl-nav [class*=owl-]:hover {
  background: #f2f2f2;
  color: #FFF;
  text-decoration: none;
  width: 30px;
}



.price__table {
  color: #000;
  margin: 1em 0;
  overflow: hidden;
  width: 100%;
  border-collapse: collapse;
}

.price__table td {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
}

.price__table td:first-child {
  padding-top: .5em;
}

.price__table th {
  display: none;
  margin: .5em 1em;
  text-align: left;
}

.price__table td, .price__table th {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}

.price__table td:before {
  display: none;
}

.price__table tr td:first-child{
  color: #000;
  font-weight: 700;
}

.price__table tr td:nth-child(2){
  color: #000;
}

.price__table tr td:nth-child(3){
  font-weight: 700;
  color: #4FBFA5;
}

@media(max-width:991px){
  .price__social_button {
    margin: 20px auto 0 auto;
    display: block;
    max-width: 220px;
    width: 100%;
}
}

@media(max-width:767px){
  .price__table td:before {
    content: attr(data-th) ": ";
    display: inline-block;
    font-weight: 700;
    margin-right: 20px;
    text-align: left;
    width: 6.5em;
    font-size: 16px;
    color:#000;
  }

  .price__table{
    font-size: 16px;
  }

  .price__table tr td:nth-child(3) {
    border-bottom: 2px solid #000;
}
}

@media (min-width: 768px) {
  .price__table td, .price__table th {
    display: table-cell;
    text-align: left;
    padding: 1em !important;
  }
}

/* POPAP-START */

#mypopup_92c8c96e4c37100777c7190b76d28233 .mypopup-modal{
  height: auto;
}

.burger__mobile{
  display: none;
}

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

#modal_mypopup_1700002963a49da13542e0726b7bb758 {
  align-items: unset !important;
}

.menu-open-list-popup br {
  display: none;
}

.menu-popup__item path{
  transition: ease .3s fill;
}

.menu-popup__item:hover path{
  fill: #309E2B;
}

.menu-popup__item {
  border-radius: 12px;
  background: rgba(255, 207, 15, 1);
  padding: 24px 32px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 32px;
  display: block;
  cursor: pointer;
  position: relative;
}

details.menu-popup__item {
  padding: 0;
  transition: ease .3s all;
}

details.menu-popup__item:hover {
  color: #309E2B;
}

.menu-open-list-popup {
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 0 30px 24px 30px;
  gap: 12px;
  height: 170px;
  overflow: auto;
}

.menu-open-list-popup a {
  text-decoration: none;
  display: block;
  padding: 0 0 0px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  transition: ease .3s color;
  font-size: 18px;
}

.menu-open-list-popup a:hover{
  color: #309E2B;
}

.menu-popup_wrapper {
  display: flex;
justify-content: space-between;
  overflow: auto;
}

@media (max-width: 991px) {
.menu-popup_wrapper {
  flex-wrap: wrap;
}	
}

a.menu-popup__item, .menu-popup__item-link, .menu-open-list-popup a{
  color: #000 !important;
  text-decoration:none;
}

p.menu-popup__header {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 38px;
  margin-bottom: 53px;
}

@media (max-width: 991px) {
p.menu-popup__header {
  margin-bottom: 20px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.burger__mobile{
  display: block;
}
}

.menu-popup_column {
  width: 31%;
}

.menu-popup_column br{
  display: none;
}

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

.menu-popup__phone, .menu-popup__email, .menu-popup__working-hours {
  color: rgba(1, 38, 82, 0.80);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
margin: 15px 0 0 0!important;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

@media (max-width: 991px) {
.menu-popup__phone, .menu-popup__email, .menu-popup__working-hours {
color: rgba(1, 38, 82, 0.80);
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
margin-bottom: 15px!important;
}	
}

@media (max-width: 991px ) {
.menu-popup__item {
  position: relative;
  padding: 0;
margin-bottom: 15px;
}
}

.menu-popup__item summary::after {
  content: '\25bc';
  width: 10px;
  height: auto;
  display: inline-block;
  transition: 0.70s;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-popup__item[open] summary::after {
  transform: rotate(180deg);
}

.menu-popup__item summary {
  display: block;
  border: 1px solid #FFCF0F;
  border-radius: 12px;
}

.menu-popup__item summary, a.menu-popup__item {
  align-items: center;
  justify-content: space-between;
  display: flex;
  padding: 10px 20px;
  line-height: 1.4;
}

@media (max-width: 991px) {
.menu-popup__item summary, a.menu-popup__item {
  font-size: 16px;
  font-weight: 700 !important;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;	
}
}

@media (max-width: 991px ) {
.menu-popup__item div {
font-size: 16px;
font-style: normal;
font-weight: 400;
line-height: normal;
padding-top: 15px;
height: 260px;
}
}

.menu-popup_wrapper .social-wrapper__watsapp, .menu-popup_wrapper .social-wrapper__tg, .menu-popup_wrapper .social-wrapper__wechat {
  font-size: 16px;
display: block;
}


.menu-popup_column .social-wrapper a {
padding: 7px 10px;
}

.menu-popup__phone::before {
  content: '';
background-repeat: no-repeat;
width: 24px;
height: 24px;
background-image: url('/wp-content/uploads/2024/04/green-phone-icon.svg');
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-right: 5px;
}

.menu-popup__email::before {
content: '';
background-repeat: no-repeat;
width: 24px;
height: 24px;
  background-image: url('/wp-content/uploads/2024/04/mail__icon.svg');
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-right: 5px;
}


.menu-popup__working-hours::before {
  content: '';
background-repeat: no-repeat;
width: 24px;
height: 24px;
background-image: url('/wp-content/uploads/2024/04/clock-icon.svg');
  display: inline-block;
  position: relative;
  bottom: -5px;
  margin-right: 5px;
}

.mypopup-modal-content {
  overflow: auto;
}

@media (max-width: 991px ) {
.menu-popup_column .social-wrapper {
margin-bottom: 20px;
}
}


@media (max-width: 991px) {
.menu-popup__phone, .menu-popup__email {
  padding-bottom: 15px!important;
  padding-top: 5px;
  margin-bottom: 0px!important;
  border-bottom: 1px solid rgba(1, 38, 82, 0.08);
}
}

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

.MyPopap_contact_container {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 24px 30px;
  border-radius: 24px;
}

.MyPopap_contact_content p{
  color: #fff;
}

.MyPopap_contact_content a{
  text-decoration: none;
}

.social-wrapper{
  align-self: center;
  margin-top: 50px;
  max-width: 230px;
  width: 100%;
  background-color: rgba(48, 158, 43, 1);
  border-radius: 24px;
  height: 40px;
}

.social-wrapper a{
  text-decoration: none;
  display: flex !important;
  align-items: center;
  gap: 10px;
}

.social-wrapper a:before{
  content: '';
  background-image: url('/wp-content/uploads/2024/04/phone-icon.svg');
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 20px;
}


@media (min-width: 991px) and (max-width: 1366px) {
.menu-popup__item summary, a.menu-popup__item, .menu-popup__phone, .menu-popup__email, .menu-popup__working-hours {
     font-size: 20px;
}

.menu-popup__item {
  border-radius: 12px;
  padding: 10px 15px;
}
  #mypopup_1700002963a49da13542e0726b7bb758 .mypopup-modal {
      width: 100% !important;
  }

  .MyPopap_contact_container {
      padding: 24px 18px;
  }

  .menu-popup__item summary, a.menu-popup__item {
      padding: 24px 18px;
  }

  .menu-popup_column{
      width: 32%;
  }
}

@media(max-width:492px){
  #mypopup_1700002963a49da13542e0726b7bb758 .mypopup-modal{
      width: 100% !important;
  }

  .MyPopap_contact_container{
      padding: 24px 15px;
  }

  #mypopup_92c8c96e4c37100777c7190b76d28233 .mypopup-modal-close {
    top: -50px !important;
    right: 0px !important;
}

}

.menu-open-list-popup::-webkit-scrollbar {
  width: 6px; 
}

.menu-open-list-popup::-webkit-scrollbar-thumb, #modal_mypopup_92c8c96e4c37100777c7190b76d28233::-webkit-scrollbar-thumb {
  background-color: #FFCF0F;
  border-radius: 4px; 
}

.menu-open-list-popup::-webkit-scrollbar-track {
  background: #D9D9D9; 
  border-radius: 4px; 
}

@media(max-width:991px){
  #mypopup_92c8c96e4c37100777c7190b76d28233 .mypopup-modal{
    width: 100% !important;
  }

  #mypopup_92c8c96e4c37100777c7190b76d28233 .mypopup-modal-close {
    opacity: 1;
    top: 15px !important;
    right: 18px !important;
}

#modal_mypopup_92c8c96e4c37100777c7190b76d28233{
  margin-top: 0px !important;
}
}


.mypopup-over {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #000000d9;
  border: 1px solid rgba(0,0,0,.2);
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  transition: opacity .15s;
  z-index: 99998;
  opacity: 1 !important;
}


#mypopup_92c8c96e4c37100777c7190b76d28233 .mypopup-modal {
  width: 80vw;
  align-items: center;
  background-color: #333 !important;
}

/* POPAP-END */


.section-serive {
  padding: 40px 0 0;
}


.price-wrapper__inner_page {
  width: 100%;
  padding: 0 20px;
}



.btn-menu {
  background: #00aa63;
  text-align: center;
}


.mypopup-body a {
  color: inherit;
  line-height: 1.4;
}

#edittag {
  max-width: 1200px;
  width: 100%;
}


#edittag {
  max-width: 1200px !important;
}


table.form-table {
  width: 1200px;
}


ul.district-location {
  list-style: none;
  padding-left: 0;
  margin-top: 0;
}

.district-location li {
  background: #fff;
  /* padding: 12px; */
  font-size: 20px;
}


.district-location li a {
  color: #000;
  font-family: "Roboto Slab", serif;
  font-weight: 600;
  display: block;
  padding: 10px 12px;
}




.top-menu {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  justify-content: space-between;
  gap: 40px;
}


.top-menu a {
  text-decoration: none;
  font-family: "Manrope", sans-serif;
  color: #000;
  text-transform: uppercase;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
}

@media (max-width: 991px) {
.top-menu a {
  color: #3851f9;
}}

@media (max-width: 991px) {
.top-menu li {
  padding: 8px 0;
  border: 1px solid #769cfc;
  display: block;
  width: 100%;
  text-align: center;
}}	


#menu-panel-menu {
list-style: none;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
margin: 0;
padding: 10px 0 10px 0;
}

.panel-menu a {
text-decoration: none;
color: #292626;
font-size: 16px;
}



/* Выпадающее меню 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;
	z-index: 2;
}


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

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

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

.sub-menu li a:hover {
  color: #4FBFA5;
    padding: 10px 25px;
    margin-left: 5px;
	transition: .3s;
}

#menu-top-menu li:hover .sub-menu {
	display: block;
	transition: .3s;
}

@media (max-width: 991px) {
  #menu-top-menu li:hover .sub-menu {
	padding: 8px;
	}}
/* Выпадающее меню END */

/* HEADER END*/



.block-content {
  display: flex;
}


.sidebar-content {
  max-width: 350px;
  width: 100%;
}


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

  .block-content {
    display: flex;
    gap: 50px;
    flex-direction: column;
}


@media (max-width: 991px) {
  .block-content {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    gap: 0;
  }}

.sidebar__title {
  font-family: "Roboto Slab", serif;
  font-size: 22px;
  font-weight: 500;
}

.sidebar__box-list {
  box-shadow: 0px 0px 12px rgb(223 223 223);
  border-radius: 12px;
  padding: 20px;
  position: sticky;
  top: 90px;
}

#table-of-contents ul li {
  font-size: 16px;
}



.block-cont-terms {
  flex-direction: row;
  margin-top: 20px;
}

@media (max-width: 768px) {
  .block-cont-terms {
    flex-direction: column-reverse;
  }}



  .block-cont-terms .main__content {
    max-width: calc(100% - 350px);
    width: 100%;
  }

  @media (max-width: 768px) {
    .block-cont-terms .main__content {
      max-width: 100%;
    }}



    @media (max-width: 768px) {
      .title-distr {
        font-size: 34px !important;
      }}


      .callback-popup, .review-popup {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 20px);
        max-width: 450px;
        padding: 20px;
        background-color: white;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        display: none;
        z-index: 1000;
      }

      .callback-popup label, .review-popup label{
        display: block;
      }

      .callback-popup .wpcf7, .review-popup .wpcf7{
        padding: 0;
      }

      .callback-popup .action-button, .review-popup .action-button{
        background: #00868A;
        margin-top: 20px;
      }

      .callback-popup h2, .review-popup h2{
        margin-top: 0;
      }
  
      .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: none;
        z-index: 999;
      }
  
  
      .close-popup, .r-close-popup {
        background: none;
        border: none;
        color: #000;
        font-size: 20px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 10px;
        font-size: 45px;
      }