@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(/wp-content/themes/biogrunt/assets/fonts/Gilroy-Light.otf);
}

@font-face {
  font-family: 'Gilroy';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: url(/wp-content/themes/biogrunt/assets/fonts/Gilroy-ExtraBold.otf);
}

body {
  overflow-x: clip;
  --base-font: 'Gilroy', sans-serif;
  --heading-font: 'Gilroy', sans-serif;
  --secondary-color: #0face4;
}

.social-style-one i {
  font-size: 22px;
}

.social-style-one img {
  max-width: 32px;

}

@media (max-width:575px) {
   .social-style-one img {
  max-width: 26px;
  
}
}

.fa-search:before {
  font-size: 28px;
}

.page-wrapper {
  overflow: clip;
}

.logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100% !important;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  text-decoration: none !important;
}

.logo img {
  max-width: 55px;
  /* width: 200px; */
  height: auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.logo__title {
  font-weight: 700;
  font-size: 26px;
  text-transform: uppercase;
}

.logo__title span {
  color: #65c353;
}

.logo__text {
  font-size: 16px;
  line-height: 1.4;
}

.logo-text-cont {
  display: flex;
  flex-direction: column;
}

.main-header .logo__text {
  text-align: center;
  text-align: center;
  color: inherit;
  margin-top: 10px;

}

header.white-menu .logo,
header.white-menu .logo__text,
header.white-menu .logo__title-bottom,
footer.bgp-bottom .logo,
footer .logo__title-bottom {
  color: #fff;
}

.logo__title-bottom {
    letter-spacing: 0.04rem;
}



header.bg-white.fixed-header .header-upper {
  background-color: #fff;
}

.header-inner {
  gap: 10px;
}

.main-header .social-style-one {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin-right: 0;
  margin-left: auto;
}

.social-style-one a {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-header .social-style-one a:last-child {
  background-color: #2aabee;
}

.main-header .social-style-one a:hover {
  filter: brightness(0.7);
}

.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
  max-width: 600px;
}

.header-contacts > * {
  font-size: 14px;
  color: var(--base-color) !important;
}

.white-menu .header-contacts > * {
  color: #fff !important;
}

/* .theme-btn {
  letter-spacing: 3px;
} */

.theme-btn,
a.theme-btn {
  font-weight: 300;
}

.menu-btns .theme-btn {
  font-size: 20px;
  padding: 2px 16px;
}

.main-header .nav-search {
  margin-right: 0;
}

.main-header:not(.white-menu) .nav-search > button {
  border: 1px solid var(--base-color);
}

.hero-content {
  position: absolute;
  top: 40%;
  left: 0;
  width: 100%;
}

.main-footer .social-style-one a {
  color: #fff;
}

.main-footer .social-style-one a.rutube svg {
  margin-top: -4px;
  margin-right: -3px;
}

.footer__zakupki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  max-width: 200px;
  text-decoration: none !important;
  margin-top: 40px;
}

.footer__zakupki img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
  object-fit: contain;
}

video.main-hero-image {
  width: 100%;
  height: auto;
  margin-top: 0;
}

.hero-title {
  margin-bottom: 0;
}

.hero-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}

.hero-prices {
  position: relative;
  z-index: 2;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 30px;
}

.hero-prices > *:not(:last-child) {
  margin-bottom: 15px;
}

.hero-phone {
  position: relative;
  z-index: 2;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}

.feature-item {
  height: calc(100% - 30px);
}



.feature-item.style-two .icon img {
  width: 55px;
  height: 55px;
  -o-object-fit: contain;
  object-fit: contain;
}

.feature-main.about-feature-two {
  margin-top: -80px;
  z-index: 2;
}

.feature-main.about-feature-two::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--heading-color);
  z-index: -1;
}

.about-feature-two .feature-item.style-two:hover {
  -webkit-box-shadow: 10px 4px 40px rgba(15, 172, 228, 0.5);
  box-shadow: 10px 4px 40px rgba(15, 172, 228, 0.5);
}

.about-feature-two .shape {
  z-index: -1;
}

table {
  width: 100%;
}

th {
  color: #fff;
  background-color: var(--primary-color);
  text-align: center;
  padding: 5px 10px;
  border: 1px solid #000;
}

td {
  padding: 5px 10px;
  border: 1px solid #000;
}

.slick-track {
  margin-right: 0;
  margin-left: 0;
}

.slick-arrow {
  font-size: 0;
}

.destination-item.style-three {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.destination-item.style-three .prices li span {
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.destination-item.style-three .image {
  max-width: calc(100% - 20px);
}

.destination-item.style-three .image .badge {
  position: absolute;
  left: 10px;
  top: 10px;
  z-index: 2;
  display: inline-block;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  font-size: 16px;
  font-weight: 500;
  padding: 5px 12px;
  border-radius: 10px;
  background-color: var(--secondary-color);
}

.destination-item.style-three .image {
  width: 100%;
}

.destination-item.style-three .image img {
  aspect-ratio: 1.12;
  -o-object-fit: cover;
  object-fit: cover;
}

.destination-item.style-four .image img {
  aspect-ratio: 1.5;
  -o-object-fit: cover;
  object-fit: cover;
}

.text-block-content {
  margin-top: 35px;
}

.text-block-content > *:last-child {
  margin-bottom: 0;
}

.text-block-content .show-hide {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
}

.text-block-content.expanded .show-hide {
  height: auto;
  -webkit-line-clamp: unset;
}

.text-block-content .show-hide > *:last-child {
  margin-bottom: 0;
}

.text-block-content .show-hide::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  background: -o-linear-gradient(bottom, white, transparent);
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(transparent));
  background: linear-gradient(0deg, white, transparent);
  z-index: 1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.text-block-content.expanded .show-hide::before {
  opacity: 0;
}

.show-hide-btn::after {
  content: 'Показать';
}

.text-block-content.expanded .show-hide-btn::after {
  content: 'Скрыть';
}

.review__list {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: -50px;
}

.review__list .slick-list {
  margin: -15px;
}

.review__list .slick-slide {
  margin: 0 15px;
}

.review__list .review__item {
  margin: 15px 0;
}

.review__row {
  margin-bottom: -30px;
}

.review__row .review__item {
  margin-bottom: 30px;
}

.review__item {
  min-height: 224px;
  background-color: #ffffff;
  padding: 15px;
  border-width: 0px;
  border-color: transparent;
  border-radius: 10px;
  border-style: solid;
  -webkit-box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow:
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12),
    0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.review__item_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.review__item_image {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background-color: #f9f9f9;
  margin-right: 10px;
  overflow: hidden;
}

.review__item_image img {
  -o-object-fit: cover;
  object-fit: cover;
  max-width: 100%;
  width: 64px;
}

.review__item_name {
  color: #212121;
  font-size: 14px;
  line-height: 21px;
  font-weight: 700;
  margin-bottom: 0;
}

.review__item_rating {
  font-size: 22px;
  line-height: 20px;
  display: block;
  color: #fc0;
  position: relative;
}

.review__item_rating:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  color: #ffcc00;
  height: 24px;
  width: 90px;
  z-index: 1;
}

.review__item_rating.rating-1:before {
  content: '★';
}

.review__item_rating.rating-2:before {
  content: '★★';
}

.review__item_rating.rating-3:before {
  content: '★★★';
}

.review__item_rating.rating-4:before {
  content: '★★★★';
}

.review__item_rating.rating-5:before {
  content: '★★★★★';
}

.review__item_date {
  display: block;
  margin: 5px 0 0 0;
  font-size: 12px;
  color: #757575;
}

.review__item_text {
  color: #212121;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.review__item_text > *:last-child {
  margin-bottom: 0;
}

.review__item.line-clamp-3 .review__item_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.review__item.line-clamp-3.expanded .review__item_text {
  height: auto;
  -webkit-line-clamp: unset;
}

.review__item_button {
  display: none;
  font-size: 13px;
  color: #757575 !important;
  cursor: pointer;
}

.review__item.line-clamp-3 .review__item_button {
  display: block;
}

.review__item_button::after {
  content: 'Читать полностью';
}

.expanded .review__item_button::after {
  content: 'Скрыть';
}

.review__top {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #fafafa;
  border-radius: 4px;
  position: relative;
}

.review__top_maps {
  display: block;
  margin-bottom: 10px;
}

.review__top_maps svg {
  width: 88px;
}

.review__sum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}

.review__sum_rating {
  font-size: 24px;
  font-weight: 500;
  margin-right: 15px;
}

.review__sum_stars {
  position: relative;
  color: #ccc;
  font-size: 30px;
  line-height: 25px;
  margin-right: 15px;
}

.review__sum_stars:before {
  position: absolute;
  content: '★★★★★';
  top: 0;
  left: 0;
  color: #fc0;
  height: 24px;
  width: calc(var(--stars) * 20);
  z-index: 1;
  overflow: hidden;
}

.review__sum_quantity {
  font-size: 12px;
  line-height: 20px;
  color: #757575;
}

.review__button {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  margin: 0 auto;
}

.sert__list {
  height: 425px;
  overflow: hidden;
}

.sert__list .slick-list {
  margin: 0 -15px;
}

.sert__item {
  display: block;
  margin: 0 5px;
}

.sert__item img {
  width: 100%;
  aspect-ratio: 0.7;
  -o-object-fit: cover;
  object-fit: cover;
}

.sert__row {
  margin-bottom: -30px;
}

.sert__row .sert__item {
  margin-bottom: 30px;
}

.content-with-sidebar .gallery-slider-active {
  margin-left: 5px;
  margin-right: 5px;
}

.gallery-three-item .image img {
  aspect-ratio: 1.3;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-wrap img {
  width: 100%;
  aspect-ratio: 2.3;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-item img {
  aspect-ratio: 0.66;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item {
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.blog-item .content .category-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
  min-height: 75px;
}

@media (max-width: 768px) {
  .blog-item .content .category-list {
    min-height: auto;
  }
}

.blog-item .content .category-list .category {
  margin-bottom: 0;
  height: 32.5px;
}

.blog-item .image {
  margin-top: auto;
}

.blog-item .image img {
  width: 100%;
  aspect-ratio: 1.75;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-sidebar {
  top: 150px;
}

.blog-sidebar .widget-links h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.blog-sidebar .widget-links h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.blog-sidebar .widget-links > *:last-child {
  margin-bottom: 0;
}

.blog-meta {
  -webkit-box-align: normal;
  -ms-flex-align: normal;
  align-items: normal;
}

.blog-meta li img {
  min-width: 25px;
}

.admin-comment .comment-body .author-thumb {
  max-width: unset;
}

.comment-body .author-thumb img {
  min-width: 130px;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.cta-area-two {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-image-part img {
  border-radius: 10px 10px 0 0;
}

.slick-slide img {
  border-radius: 10px;
}

.hero-title small {
  font-size: 50px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #000;
}

.btn.green {
  background: #4b8d0f;
  color: #fff;
}

.prices .btn:before {
  content: 'Купить';
}

table th {
  text-align: left;
}

table tr:first-child {
  background: #4b8d0f;
  color: white;
}

table,
th,
td {
  border: none !important;
  border-collapse: collapse;
}

table tr:nth-child(odd):not(:first-child) {
  background-color: rgba(75, 141, 15, 0.5);
  color: white;
}

.table-responsive {
  overflow-x: auto;
  white-space: nowrap;
}

.table-responsive td {
  white-space: nowrap;
}

.gallery-two-item .image img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-two-item .image .link {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.sitemap-content h2 {
  margin-top: 50px;
  margin-bottom: 30px;
}

.sitemap-content h2:first-child {
  margin-top: 0;
}

.client-logo-item img {
  width: 100%;
  height: 75px;
  -o-object-fit: contain;
  object-fit: contain;
}

.contact-info-item {
  height: calc(100% - 30px);
}

.promo-slider .slick-list {
  margin: 0 -15px;
}

.promo-slider .slick-slide {
  margin: 0 15px;
}

.promo-slider .cta-item {
  margin: 0 15px;
}

.cta-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.grunts__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 30px;
}

.grunts-slider .slick-list {
  margin: 0 -15px;
}

.grunts__nav_item.active {
  color: #fff;
  background: var(--primary-color);
  border-color: var(--primary-color);
}

.grunts-slider .slick-slide {
  margin: 0 15px;
}


.form-group .nice-select {
  float: none;
  line-height: 1.5;
  border-radius: 7px;
  border-color: var(--border-color);
}

.form-group .nice-select .list {
  width: 100%;
}

.modal-content {
  padding: 30px;
  border-radius: 10px;
  border: none;
}

.modal-body {
  padding: 0;
}

.modal-close {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 40px;
  line-height: 20px;
  padding: 5px;
  background-color: transparent;
  border: none;
  outline: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}

.acceptance .wpcf7-list-item {
  margin: 0;
}

.acceptance label {
  margin-bottom: 10px;
}

.search__result {
  margin-top: 30px;
}

.search__item {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: block;
  margin-bottom: 15px;
}

.search__item:last-child {
  margin-bottom: 0;
}

.main-header.header-one .main-menu .navbar-collapse {
  padding: 10px;
}

@media only screen and (min-width: 1200px) and (min-width: 1200px) and (max-width: 1299px) {
  .main-header.header-one .main-menu .navbar-collapse .navigation > li > a {
    padding: 10px;
  }
}

@media (max-width: 1199px) {

  .social-style-one a {
    width: 30px;
    height: 30px;
  }
  .social-style-one i {
    font-size: 24px;
  }
  .fa-search:before {
    font-size: 24px;
  }
  .nav-search > button {
    width: 35px;
    height: 35px;
  }
  .header-contacts {
    display: none;
  }
}

@media (max-width: 991px) {
  /* .hero-content {
    top: 120px;
  } */
  .menu-sidebar {
    display: none;
  }
}

@media (max-width: 767px) {
  .feature-main.about-feature-two {
    margin-top: -1px;
    padding-top: 100px;
  }
  .feature-main.about-feature-two:before {
    height: 100%;
  }
  .review__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .review__sum {
    margin-bottom: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .review__top_maps {
    text-align: center;
  }
  .hero-title small {
    font-size: 30px;
  }
  table::before {
    content: 'листайте 👉';
  }
}

@media (max-width: 575px) {
  .comment-body .author-thumb img {
    min-width: 80px;
    width: 80px;
    height: 80px;
  }
  .logo {
    gap: 7px;
  }
  .logo img {
    min-width: 30px;
    width: 30px;
    height: 30px;
  }
  .logo__title {
    font-size: 20px;
  }
  .logo__text {
    font-size: 11px;
  }

  .hero-title {
    margin-top: 26px;
  }

  .hero-title small {
    display: block;
    font-size: 24px;
    margin: 0 auto;

  }

    .social-style-one a {
    width: 28px;
    height: 28px;
  }



      .social-style-one i {
        font-size: 22px;
      }

          .nav-search>button {
            width: 28px;
            height: 28px;
            border: none;
          }

}

@media (max-width: 320px) {
    .hero-title small {
    max-width: 200px;
  }
}

.fa-max:before {
  content: '';
  display: block;
  background-image: url(/wp-content/themes/biogrunt/assets/img/max.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 28px;
  height: 28px;
}

.destination-item .mb-3 {
  min-height: 88px;
}

.destination-item.style-three .content {
  min-height: 400px;
  display: flex;
  flex-direction: column;
}

.list-style-three.prices {
  margin-top: revert;
}

.hero-title .aos-init .aos-animate {
  font-size: 7rem;
}

.promo__h1-cont {
  max-width: 100%;
  padding: 30px;
  margin-bottom: 20px;
  background-color: #63ab45;
}

.promo__h1-cont * {
  color: #fff;
}

.review-promo a {
  width: 100%;
}

.review-promo {
  background-color: #65ac22;
  color: #fff;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  font-size: 2rem;
  text-align: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 30px;
}

body
  > div.page-wrapper
  > section.hotel-area.bgc-black.pb-70.rel.z-1
  > div
  > div.row.justify-content-between.align-items-center.pb-40
  > div.col-lg-9
  > div {
  padding-top: 30px;
}

.main-price__link-cont {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.breadcrumb ul li,
.breadcrumb ol li,
.breadcrumb-item,
ul.footer-bottom-nav > li,
ul.slick-dots > li {
  list-style: none !important;
  list-style-type: none !important;
}

.page-template-page-calculator ul.list {
  height: 400px;
  overflow-y: auto;
}

.promo-template-default h1 {
}

@media (max-width: 1200px) {
  .promo-template-default h1 {
    font-size: 66px;
  }
}

@media (max-width: 768px) {
  .promo-template-default h1 {
    font-size: 50px;
  }
}
@media (max-width: 540px) {
  .promo-template-default h1 {
    font-size: 38px;
  }
}

.main-header.header-one .main-menu .navbar-collapse .navigation > li.dropdown > a:hover,
.main-header.header-one .main-menu .navbar-collapse .navigation > li.dropdown > a:active,
.main-menu .navbar-collapse li ul li a:hover,
.main-menu .navbar-collapse li ul li a:active {
  text-decoration: none;
}

.main-menu .navbar-collapse li ul li,
.main-menu .navbar-collapse li ul li ul li {
  padding: 15px;
  margin: 0;
}

.main-menu .navbar-collapse li ul li ul {
  margin-left: 0;
  overflow: hidden;
}
.main-menu .navbar-collapse li ul,
.main-menu .navbar-collapse li ul li ul {
  border-radius: 15px;
}

.main-menu .navbar-collapse li li:first-of-type {
  border-top: none;
}

@media screen and (max-width: 991px) {
  .main-menu .navbar-collapse li li:first-of-type {
    border-top: 1px solid var(--border-color);
  }

  .main-menu .navbar-collapse li ul li,
  .main-menu .navbar-collapse li ul li ul li {
    padding: 5px;
  }
}

@media (max-width: 768px) {
  h1[data-aos^='fade'][data-aos^='fade'].aos-animate {
    font-size: 60px;
  }
}

@media (max-width: 540px) {
  h1[data-aos^='fade'][data-aos^='fade'].aos-animate {
    font-size: 40px;
  }

  .blog-sidebar .widget-links h2 {
    font-size: 22px;
  }
}

.slick-slide  {
  height: auto;
}

.avtopark-slider.slick-slider,
.team-slider.slick-slider,
.blog-slider.slick-slider {
    margin: 0 -10px;
}
.avtopark-slider .slick-slide
.team-slider .slick-slide {
    margin: 0 10px;

}


.footer-links-mob {
  display: none;
}

@media (max-width:768px) {
  .footer-links-mob {
  display: block;
}
.footer-links-desc {
display: none !important;
}
}

.nav-outer.ps-xxl-5 {
  padding-left: 7rem !important;
}

#menu-glavnoe-menyu {
  margin-bottom: 0;
}

@media (max-width:1400px) {
  #menu-glavnoe-menyu li{
margin-left: 0;}

.menu-btns .theme-btn {
  font-size: 18px;
}
}

@media (max-width:1199px) {
  .nav-outer.ps-xxl-5 {
    padding-left: 0 !important;
  }
}

.mob-menu-btns,
.mob-nav-search,
.mobile-search {
  display: none;
  
}

.desc-menu-btns,
.desc-nav-search {
  display: flex;
}



@media (max-width:991px) {
  .mob-menu-btns,
.mob-nav-search {
  display: flex;
  margin: 0 auto;
  background-color: #f9f9f9;
  box-shadow: inset 0px 0px 30px 0px rgba(87, 95, 245, .1);
  margin-left: 10px;
padding-left: 10px;
padding-right: 10px;
justify-content: space-between;
padding-bottom: 25px;

}

.mobile-search {
  display: block;
}

.desc-menu-btns,
.desc-nav-search {
  display: none;
}

}

.search-btn {
  background-color: inherit;
  margin-left: 5px;
  margin-right: 5px;
}

.menu-btns>button {
  margin-left: 0;
}

  .social-style-one>a:nth-child(2) {
    background: #0088CC;
  }

.main-footer>.widget-area>.container>.row {
  flex-wrap: nowrap;
  justify-content: space-around;
}

@media (max-width:1199px) {


  .main-footer>.widget-area>.container>.row>.col {
  max-width: 250px;
}
}

@media (max-width:1024px) {
    .main-footer>.widget-area>.container {
        margin-left: auto;
    margin-right: auto;
    max-width: 90%;


  }

    .main-footer>.widget-area>.container>.row>.col {
  max-width: 230px;
}
}

@media (max-width:991px) {
  .main-footer>.widget-area>.container>.row {
  gap: 15px;
  }
      .main-footer>.widget-area>.container>.row>.col {
padding: 0;
}
}


@media (min-width:769px) and (max-width:860px) {
  .footer__zakupki {
    margin-top: 30px;
    margin-left: -20px;
}

.footer__zakupki img {
  width: 50px;
  height: 50px;
}
}

@media (max-width:768px) {
  .main-footer>.widget-area>.container>.row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
}

.features-tour-area.pb-50 .slick-slide,
.gallery-slider-area .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

.features-tour-area>.container,
.gallery-slider-area>.container {
  max-width: 100%;
}


.avtopark-slider.slick-slider,
.gallery-slider-active.slick-slider {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
}

.avtopark-slider .slick-arrow,
.gallery-slider-area .slick-arrow {
    background: #63AB45;
    width: 50px;
    height: 50px;
    font-size: 0;
    line-height: 0;
    position: relative;
    border-radius: 50%;
    margin-bottom: 140px;
    position: absolute;
    z-index: 3;
}

.gallery-slider-area .slick-arrow {
  margin-bottom: 0;
}

.avtopark-slider .slick-prev::before,
.gallery-slider-area .slick-prev::before {
    content: "←";   
    font-size: 24px; 
    color: #ffffff;     
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    
}

.avtopark-slider .slick-next::before,
.gallery-slider-area .slick-next::before {
    content: "→";   
    font-size: 24px;
    color: #ffffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


.avtopark-slider .slick-next,
.gallery-slider-area .slick-next {
    right: 0;

}

.avtopark-slider .slick-arrow:hover::before,
.gallery-slider-area .slick-arrow:hover::before {
    color: rgb(102, 101, 101);
}

.team-slider>div {
  padding: 0;
  margin-left: 10px;
  margin-right: 10px;
  width: auto;
}

.blog-slider>div {
  padding: 0 10px;
}

.logo__title-bottom {
  color: var(--heading-color);
  font-size: 12px;
  line-height: 12px;
}

.mobile-search {
margin-left: 10px;
}

.search__form--mobile {
position: relative;

}

.mobile-search {
    margin-left: 10px;
}

.search__form--mobile,
.search__form {
    position: relative; 
}

.search__submit {
    position: absolute;
    right: 30px;       
    top: 10px;         
    width: 30px;
    height: 30px;
    border: none;      
    background: transparent;
    background-image: url('/wp-content/themes/biogrunt/assets/img/mob-menu-search.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    z-index: 2;        
    padding: 0;       
    font-size: 0; 
}

.search__submit:hover,
.search__submit:focus {
    opacity: 0.8;
}

.search__input {
    padding-right: 70px; 
    box-sizing: border-box; 
}


.sert__item {
  margin: 0;
  padding: 0 10px;
}

.mob-phone {
  padding-left: 15px;
}

.footer__dev {
    padding-left: calc(var(--bs-gutter-x) * .5);
}

@media (max-width:991px) {
  .footer__dev {
    text-align: center;
}
}

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

.phone-button {
   position: fixed;
   display: none;
   right: 0px;
   bottom: 75px;
   transform: translate(-50%, -50%);
   background:  #4e9112;
   border-radius: 50%;
   width: 50px;
   height: 50px;
   color: #fff;
   text-align: center;
   line-height: 45px;
   font-size: 35px;
   z-index: 10;
 }
.phone-button:hover {
  opacity: 0.8;
}
.phone-button:before,
.phone-button:after {
  content: " ";
  display: block;
  position: absolute;
  border: 50%;
  border: 1px solid  #4e9112; /*цвет анимированных волн от кнопки*/
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  animation: animate 1.5s linear infinite;
  opacity: 0;
  backface-visibility: hidden;
  overflow-x: hidden;
  z-index: 0;
}

.phone-button:after{
  animation-delay: .5s;
}

@keyframes animate
{
  0%
  {
    transform: scale(0.5);
    opacity: 0;
  }
  50%
  {
    opacity: 1;
  }
  100%
  {
    transform: scale(1.2);
    opacity: 0;
  }
}

@media (max-width:767px) {
    .phone-button {
      display: block;
  }
}

@media (max-height: 800px) and (min-width: 768px) {
  .feature-main.about-feature-two {
    margin-top: -35px;
  }
}

@media (min-height:801px) and (max-height:900px) {
  .feature-item.style-two {
    margin-top: -60px;
    padding-bottom: 60px;
  }
  .hero-content {
    top: 20%;
  }
}

@media (min-height:900px) {
  .feature-item.style-two {
    margin-top: -60px;
    padding-bottom: 60px;
  }
  .hero-content {
    top: 40%;
  }
}