@charset "UTF-8";
@font-face {
  font-family: 'Graphik LCG';
  src: url(../font/GraphikLCG-Regular.otf);
  font-style: regular;
  font-weight: 400;
}

@font-face {
  font-family: 'Graphik LCG';
  src: url(../font/GraphikLCG-Medium.otf);
  font-style: medium;
  font-weight: 500;
}

@font-face {
  font-family: 'Graphik LCG';
  src: url(../font/GraphikLCG-Semibold.otf);
  font-style: semi-bold;
  font-weight: 600;
}

@font-face {
  font-family: 'Graphik LCG';
  src: url(../font/GraphikLCG-Bold.otf);
  font-style: bold;
  font-weight: 700;
}

@font-face {
  font-family: 'Graphik LCG';
  src: url(../font/GraphikLCG-Black.otf);
  font-style: black;
  font-weight: 900;
}

@font-face {
  font-family: 'icomoon';
  src: url("../font/icons.eot?8u2c3a");
  src: url("../font/icons.eot?8u2c3a#iefix") format("embedded-opentype"), url("../font/icons.ttf?8u2c3a") format("truetype"), url("../font/icons.woff?8u2c3a") format("woff"), url("../font/icons.svg?8u2c3a#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-heart:before {
  content: "\e904";
  color: #8ba724;
}

.icon-tik-tok:before {
  content: "\e903";
}

.icon-loupe:before {
  content: "\e902";
  color: #fff;
}

.icon-printer:before {
  content: "\e901";
}

.icon-cellphone-message:before {
  content: "\e939";
  color: #fff;
}

.icon-cyber-nevod:before {
  content: "\e93a";
  color: #fff;
}

.icon-facebook:before {
  content: "\e93b";
  color: #fff;
}

.icon-insta:before {
  content: "\e93c";
  color: #fff;
}

.icon-ok:before {
  content: "\e93d";
  color: #fff;
}

.icon-telegram:before {
  content: "\e93e";
  color: #fff;
}

.icon-twitter:before {
  content: "\e93f";
  color: #fff;
}

.icon-vk:before {
  content: "\e940";
  color: #fff;
}

.icon-whatsapp:before {
  content: "\e941";
  color: #fff;
}

.icon-youtube:before {
  content: "\e942";
  color: #fff;
}

.icon-store:before {
  content: "\e900";
  color: #757575;
}

.icon-map:before {
  content: "\e909";
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Graphik LCG', sans-serif;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

main {
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

footer {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

p,
span {
  font-weight: 400;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

.select {
  position: relative;
}

.select select {
  padding: 11px 48px 11px 16px;
  border-radius: 4px;
  border: none;
  background-color: #F5EEE5;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #3A2509;
  font-size: 16px;
  line-height: 22px;
}

.select select::-ms-expand {
  display: none;
}

.select::after {
  content: "";
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 13px;
  display: block;
  width: 8px;
  height: 8px;
  border-bottom: 3px solid #3A2509;
  border-right: 3px solid #3A2509;
}

.full-page {
  height: 100vh;
  overflow: hidden;
  width: 100%;
}

.section {
  background: #ebeff2;
  position: relative;
  overflow: hidden;
}

.fork__text ul {
  margin-bottom: 0 !important;
}

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

.container.short {
  max-width: 1314px;
}

.ben-btn {
  display: none;
}

.dark-theme .header-nav__menu ul li a,
.dark-theme .header-nav__menu ul li span,
.dark-theme .header-nav__tel,
.dark-theme .header-nav__tel .icon-cellphone-message:before {
  color: #fff;
}

.dark-theme .nav-arrow__count {
  color: #fff;
}

.dark-theme .nav-arrow__prev,
.dark-theme .nav-arrow__next {
  border-color: rgba(255, 255, 255, 0.4);
}

.dark-theme .nav-arrow__prev svg path,
.dark-theme .nav-arrow__next svg path {
  fill: #fff;
}

.dark-theme .nav-arrow__prev:hover,
.dark-theme .nav-arrow__next:hover {
  border-color: #fff;
}

.dark-theme .burger .burger-icon,
.dark-theme .burger .burger-icon::after,
.dark-theme .burger .burger-icon::before {
  background: white;
}

.content {
  padding: 85px 0 50px;
}

.content .h1,
.content h1 {
  margin-bottom: 20px;
}

.content h2,
.content .h2,
.content h3,
.content .h3,
.content h4,
.content .h4 {
  margin-bottom: 24px;
}

/* .content-main {
  height: 100vh;
  position: relative;
  padding-top: calc( 100vh - 85vh);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
} */
.content-main {
  position: relative;
  padding-top: calc( 100vh - 85vh);
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.new_main_slider_top .content-main {
  height: 100vh;
}
#slider-main, .new_main_slider_top {
  height: 100vh;
}

h1,
.h1 {
  display: block;
  font-weight: 900;
  font-size: 40px;
  line-height: 52px;
  color: #231F20;
}

h2,
.h2 {
  display: block;
  color: #231F20;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.h3,
h3 {
  color: #231F20;
  font-size: 28px;
  line-height: 32px;
  font-weight: 600;
}

.h4,
h4 {
  display: block;
  color: #231F20;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.main-title {
  padding: 40px 0 20px;
}

.main-title h1,
.main-title .h1 {
  font-size: 110px;
  font-weight: 900;
  color: white;
  line-height: 110px;
}

.main-title h1 span,
.main-title .h1 span {
  font-weight: 900;
}

.text-secondary {
  -webkit-text-stroke: 1px white;
  -webkit-text-fill-color: transparent;
}

.dont-events {
  pointer-events: none;
}

.line {
  height: 1px;
  width: 100%;
  background-color: #C4C4C4;
}

.mobile-menu {
  display: none;
  z-index: 999 !important;
}

.mobile-menu.mm-menu {
  display: block;
}

.nav-page {
  display: none;
  position: fixed !important;
  top: 0;
  right: 0;
  z-index: 150 !important;
}

.swiper-pagination.main-pagination {
  display: none;
}

.swiper-pagination.main-pagination .swiper-pagination-bullet {
  z-index: 1;
  margin: 0 6px;
  height: 10px;
  width: 10px;
  position: relative;
}

.swiper-pagination.main-pagination .swiper-pagination-bullet-active {
  background: #8BA724;
}

.mm-wrapper__blocker.mm-slideout,
.mm-page.mm-slideout {
  z-index: 150 !important;
}

.line {
  width: 100%;
  height: 1px;
  background-color: #C4C4C4;
  margin: 35px 0;
}

.counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.counter__control {
  font-size: 25px;
  font-weight: 900;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #F0F3E3;
  color: #8BA724;
  cursor: pointer;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 6px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.total_wrap {
  color: #231F20;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.counter input {
  text-align: center;
  width: 40px;
  height: 35px;
  margin: 0 10px;
  outline: none;
  border-color: transparent;
  border-radius: 6px;
}

.counter input:focus {
  border-color: #F0F3E3;
}

.faq.h1 {
  margin-bottom: 0;
  width: 55%;
}

.image-fancy {
  position: relative;
  cursor: pointer;
}

.image-fancy:hover::before {
  opacity: 1;
}

.image-fancy::before {
  content: url(../img/loupe.svg);
  position: absolute;
  width: 80px;
  height: 80px;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-right-radius: 16px;
}

.image-fancy img {
  width: 100%;
}

.print {
  cursor: pointer;
  text-decoration: none;
}

.flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.faq-fancy.btn.btn-primary {
  font-size: 18px;
  padding: 14px 28px;
  margin-bottom: 15px;
}

.faq-feedback {
  display: none;
  border-radius: 8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-feedback a {
  color: #8BA724;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  text-decoration: none;
}

.faq-feedback a:hover {
  color: #576816;
}

.faq-feedback .text,
.faq-feedback p {
  margin-bottom: 15px;
}

.faq-feedback .text:last-child,
.faq-feedback p:last-child {
  margin-bottom: 0;
}

.faq-feedback.fancybox__content {
  min-width: 450px;
  max-width: 750px;
}

.faq-feedback__title {
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
  margin-bottom: 20px;
  text-align: center;
}

.faq-feedback form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.faq-feedback .carousel__button.is-close {
  top: 0 !important;
  color: #5f5f5f !important;
}

.faq-feedback .carousel__button.is-close:hover {
  color: #000 !important;
}

.field {
  position: relative;
  margin-bottom: 18px;
  width: 100%;
}

.field input,
.field textarea {
  border: 1px solid #8BA724;
  background: #F4F7FB;
  color: #231F20;
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
  padding: 12px 20px;
  border-radius: 4px;
  outline: none;
  width: 100%;
}

.field input:hover,
.field textarea:hover {
  background: #E6EEF7;
}

.field input:focus,
.field textarea:focus {
  background: #F5EEE5;
  outline: none;
}

.field input::-webkit-input-placeholder,
.field textarea::-webkit-input-placeholder {
  color: #81949D;
}

.field input:-ms-input-placeholder,
.field textarea:-ms-input-placeholder {
  color: #81949D;
}

.field input::-ms-input-placeholder,
.field textarea::-ms-input-placeholder {
  color: #81949D;
}

.field input::-moz-placeholder,
.field textarea::-moz-placeholder {
  color: #81949D;
}

.field input::placeholder,
.field textarea::placeholder {
  color: #81949D;
}

.field input~label,
.field textarea~label {
  padding: 0 2px;
  font-size: 13px;
  position: absolute;
  color: #687d1b;
  left: 10px;
  top: -2px;
  line-height: 4px;
  background: white;
}

.field textarea {
  resize: none;
  height: 200px;
}

.field-submit.btn.btn-primary {
  padding: 18px 35px;
  font-weight: 600;
  font-size: 18px;
  margin: 0 auto;
}

.field-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.field-flex .field {
  margin-right: 10px;
}

.field-flex .field:last-child {
  margin-right: 0;
}

.faq-success {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 390px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 48px rgba(0, 0, 0, 0.24);
  box-shadow: 0px 6px 48px rgba(0, 0, 0, 0.24);
}

.faq-success .carousel__button.is-close {
  color: #848E99;
  top: 0;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.faq-success .carousel__button.is-close:focus {
  outline: none;
}

.faq-success .carousel__button.is-close:hover {
  color: #000;
}

.faq-success__title {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 12px;
}

.faq-success__icon {
  margin-bottom: 24px;
}

.faq-success__text {
  text-align: center;
  color: #3B4256;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 24px;
}

.faq-success__subtitle {
  color: #848E99;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

.faq-success__btn.btn.btn-primary {
  padding: 18px 0;
  outline: none;
  margin-bottom: 16px;
  width: 100%;
  text-align: center;
}

.vote-feedback .error__text {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  color: #D51A1A;
  opacity: 0;
  height: 0;
}

.vote-feedback ul.error {
  background: #F5E3E3;
}

.vote-feedback ul.error .error__text {
  opacity: 1;
  height: 100%;
}

.vote-feedback ul.error .vote-feedback__radio label {
  border-color: #D51A1A;
  background: transparent;
}

.slider-main {
  height: 100vh;
  position: absolute;
  top: 0;
  width: 100%;
}

.slider-main .swiper-slide {
  position: relative;
  overflow: hidden;
  height: 100%;
}

.slider-main .swiper-slide::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(35, 31, 32, 0.4);
}

.slider-main .swiper-slide img {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.btn-secondary,
.btn-primary {
  text-decoration: none;
  color: white;
  outline: none;
}

.btn-secondary {
  border-radius: 6px;
  background: #B75522;
}

.btn-helper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  background: -o-linear-gradient(183.63deg, #9EBF24 0%, #8BA724 101.1%);
  background: linear-gradient(266.37deg, #9EBF24 0%, #8BA724 101.1%);
  z-index: -1;
}

.btn-primary {
  overflow: hidden;
  padding: 18px 32px;
  font-weight: 700;
  background: #8BA724;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-shadow: 0px 2px 0px #779215;
  box-shadow: 0px 2px 0px #779215;
  font-size: 18px;
  position: relative;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.btn-primary:hover {
  background: rgba(0, 0, 0, 0);
}

.btn-primary:active {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  background: #8BA724;
  -webkit-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}

.btn {
  border: none;
  pointer-events: auto;
  text-decoration: none;
  color: white;
  border-radius: 16px;
  cursor: pointer;
  outline: none;
}

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

.blick:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1.5em;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transform: translateX(-4em) skewX(-45deg);
  -ms-transform: translateX(-4em) skewX(-45deg);
  transform: translateX(-4em) skewX(-45deg);
  -webkit-animation: move-light 5s infinite;
  animation: move-light 5s infinite;
}

@-webkit-keyframes move-light {
  85% {
    -webkit-transform: translateX(-4em) skewX(-45deg);
    transform: translateX(-4em) skewX(-45deg);
  }
  100% {
    -webkit-transform: translateX(11em) skewX(-45deg);
    transform: translateX(11em) skewX(-45deg);
  }
}

@keyframes move-light {
  85% {
    -webkit-transform: translateX(-4em) skewX(-45deg);
    transform: translateX(-4em) skewX(-45deg);
  }
  100% {
    -webkit-transform: translateX(11em) skewX(-45deg);
    transform: translateX(11em) skewX(-45deg);
  }
}

.green {
  background: #8BA724;
}

.preload-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: auto;
  margin-bottom: 50px;
}

.preload-main__scrollbar {
  width: 13%;
  height: 8px;
  border-radius: 4px;
  background: #231F20;
  position: relative;
  overflow: hidden;
}

.preload-main__scrollbar_load {
  height: 8px;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  background: #fff;
  border-radius: 4px;
  -webkit-transition: width .1s ease-out;
  -o-transition: width .1s ease-out;
  transition: width .1s ease-out;
}

.preload-main__counter {
  width: auto;
  color: #fff;
  font-size: 18px;
  line-height: 18px;
  font-weight: 700;
  margin-right: 28px;
}

@-webkit-keyframes preloadMain {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@keyframes preloadMain {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

.logo.main {
  background: white;
  border-radius: 0 0 6px 6px;
  padding: 6px;
  -webkit-box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.08);
  box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.08);
}

.logo.main .logo__wrapper {
  padding: 6px 8px;
  border-radius: 0 0 5px 5px;
  border: 1px dashed #81949D;
}

.logo__mobile {
  display: none;
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

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

.tabs__nav a,
.tabs__nav button {
  background: transparent;
  text-decoration: none;
  color: #8BA724;
  font-size: 55px;
  line-height: 55px;
  font-weight: 500;
  border: none;
  margin-right: 58px;
  cursor: pointer;
  position: relative;
  margin-top: 30px;
}

.tabs__nav a::before,
.tabs__nav button::before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  background: #8BA724;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.tabs__nav a:hover::before,
.tabs__nav button:hover::before {
  bottom: 10%;
  opacity: 1;
}

.tabs__nav a::after,
.tabs__nav button::after {
  content: "";
  height: 75%;
  width: 1px;
  position: absolute;
  right: -30px;
  background: #C4C4C4;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tabs__nav a:last-child,
.tabs__nav button:last-child {
  margin-right: 0;
}

.tabs__nav a:last-child::after,
.tabs__nav button:last-child::after {
  display: none;
}

.tabs__nav a.active,
.tabs__nav button.active {
  cursor: default;
  margin-top: 0;
  color: #000;
  font-size: 110px;
  line-height: 110px;
  font-weight: 900;
}

.tabs__nav a.active::before,
.tabs__nav button.active::before {
  display: none;
}

.tabs__wrapper {
  width: 100%;
  overflow: hidden;
}

.nav-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 60px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 100;
}

.nav-arrow__count {
  color: #81949D;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  font-weight: 700;
  margin: 20px 0;
  position: relative;
  width: 30px;
  height: 30px;
  pointer-events: none;
}

.nav-arrow__count .bullet-count {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  font-weight: 700;
  font-size: 18px;
  -webkit-animation: hideCounte .3s ease-out forwards;
  animation: hideCounte .3s ease-out forwards;
}

.nav-arrow__count .bullet-count.active {
  opacity: 1;
  -webkit-animation: showCounte .3s ease-out forwards;
  animation: showCounte .3s ease-out forwards;
}

.nav-arrow__prev,
.nav-arrow__next {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #81949D;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-arrow__prev svg path,
.nav-arrow__next svg path {
  -webkit-transition: all .5s ease-out;
  -o-transition: all .5s ease-out;
  transition: all .5s ease-out;
}

@-webkit-keyframes hideCounte {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@keyframes hideCounte {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
}

@-webkit-keyframes showCounte {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes showCounte {
  0% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.burger {
  width: 30px;
  height: 35px;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.burger.main {
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 100;
}

.burger .burger-icon {
  width: 100%;
  height: 3px;
  background: #8BA724;
  position: relative;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.burger .burger-icon::after,
.burger .burger-icon::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #8BA724;
  -webkit-transition: background .3s ease-out;
  -o-transition: background .3s ease-out;
  transition: background .3s ease-out;
}

.burger .burger-icon::after {
  top: -10px;
}

.burger .burger-icon::before {
  bottom: -10px;
}

.breadcrumbs {
  padding: 26px 0 33px;
}

.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs ul li {
  margin-right: 24px;
}

.breadcrumbs ul li:last-child {
  text-decoration: none;
  color: #3B4256;
  font-size: 14px;
  padding: 2px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.breadcrumbs ul li a {
  text-decoration: none;
  position: relative;
  color: #3B4256;
  font-size: 14px;
  border-bottom: 2px solid #F4F7FB;
  display: inline-block;
  padding: 2px 0;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.breadcrumbs ul li a:hover {
  color: #8BA724;
}

.breadcrumbs ul li a:hover::before {
  width: 100%;
  opacity: 1;
  background: #8BA724;
}

.breadcrumbs ul li a:hover::after {
  color: #3B4256;
}

.breadcrumbs ul li a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  opacity: 0;
  background: #3B4256;
  -webkit-transition: all .2s ease-out;
  -o-transition: all .2s ease-out;
  transition: all .2s ease-out;
}

.breadcrumbs ul li a::after {
  content: "•";
  position: absolute;
  font-size: 16px;
  color: #A7A8AB;
  right: -15px;
  top: 50%;
  -webkit-transition: color .2s ease-out;
  -o-transition: color .2s ease-out;
  transition: color .2s ease-out;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nav-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 50;
  background-color: #fff;
  padding: 5px 0;
  display: none;
}

.nav-footer__wrapper {
  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;
}

.nav-footer__item {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 12px;
  line-height: 16px;
  font-weight: 500;
  text-decoration: none;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.nav-footer__item:hover {
  color: #8BA724;
}

.nav-footer__item:hover i::before {
  color: #8BA724;
}

.nav-footer__item i {
  margin-bottom: 5px;
  font-size: 16px;
}

.nav-footer__item i::before {
  color: #757575;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.fork {
  border-radius: 6px;
  background-color: #F5EEE5;
  padding: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

.fork__icon {
  margin-right: 10px;
}

.fork__text {
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.fork__social.social {
  margin-left: 20px;
  position: static;
}

.fork__social.social ul {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 0;
}

.fork__social.social ul li {
  margin-right: 10px;
  margin-top: 0;
}

.fork__social.social ul li:last-child {
  margin: 0;
}

.search__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.search__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search__field input {
  width: 100%;
  position: relative;
  z-index: 5;
  border: none;
  padding: 15px;
  outline: none;
  background: #F5EEE5;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
  color: #231F20;
}

.search__field input::-webkit-input-placeholder {
  color: #3A2509;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.search__field input:-ms-input-placeholder {
  color: #3A2509;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.search__field input::-ms-input-placeholder {
  color: #3A2509;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.search__field input::-moz-placeholder {
  color: #3A2509;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.search__field input::placeholder {
  color: #3A2509;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

.search__field button[type="submit"],
.search__field input[type="submit"] {
  cursor: pointer;
  position: relative;
  z-index: 10;
  font-weight: 700;
  border: none;
  color: #fff;
  margin-left: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 32px;
  background: #8BA724;
  border-radius: 6px;
  font-size: 18px;
  line-height: 18px;
}

.search__field button[type="submit"] i,
.search__field input[type="submit"] i {
  margin-left: 10px;
}

.accordeon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 48px;
}

.accordeon__item {
  border-radius: 6px;
  background-color: #F5EEE5;
  outline: none;
  margin-bottom: 16px;
  padding: 0 16px;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border: 1px solid transparent;
}

.accordeon__item.active {
  border: 1px solid #C0A684;
}

.accordeon__item.active .line {
  width: 100%;
  opacity: 1;
}

.accordeon__item.active .accordeon__close {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

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

.accordeon__item .line {
  width: 0;
  opacity: 0;
  margin: 0 auto;
  height: 2px;
  background: white;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
  border-top: 1px solid #BE9C72;
}

.accordeon__title {
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
}

.accordeon__panel {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 18px 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordeon__text {
  height: 0;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
}

.accordeon__inner {
  padding: 18px 0;
  font-size: 16px;
  color: #3B4256;
  line-height: 28px;
}

.accordeon__close {
  width: 14px;
  height: 14px;
  position: relative;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.accordeon__close::after,
.accordeon__close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #231F20;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.accordeon__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.progress {
  width: 100%;
  height: 2px;
  background: #C4C4C4;
  position: relative;
}

.progress__line {
  position: absolute;
  left: 0;
  width: 10%;
  top: 0;
  bottom: 0;
  background: #8BA724;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.tabs-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.tabs-detail__container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -100;
  opacity: 0;
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.tabs-detail__container[data-show="true"] {
  z-index: auto;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.tabs-detail__container[data-show="false"] {
  pointer-events: none;
  z-index: auto;
  opacity: 0;
  -webkit-transform: translateY(-10%);
  -ms-transform: translateY(-10%);
  transform: translateY(-10%);
}

.tabs-detail__content {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 20px;
  -webkit-transform: all .3s ease-out;
  -ms-transform: all .3s ease-out;
  transform: all .3s ease-out;
}

.tabs-detail__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabs-detail__nav button,
.tabs-detail__nav a {
  position: relative;
  z-index: 1;
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 16px 24px;
  background: none;
  font-size: 16px;
  line-height: 28px;
  color: #3B4256;
  margin-bottom: -2px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  border-bottom: 2px solid transparent;
}

.tabs-detail__nav button:hover,
.tabs-detail__nav a:hover {
  color: #000;
  border-bottom: 2px solid rgba(139, 167, 36, 0.2);
}

.tabs-detail__nav button.active,
.tabs-detail__nav a.active {
  color: #000;
}

.tabs-detail__nav button.active:hover,
.tabs-detail__nav a.active:hover {
  border-bottom: 2px solid transparent;
}

.tabs-detail__progress {
  margin-bottom: 36px;
}

.index-mobile-device {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: #B75522;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.index-mobile-device svg {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  margin-bottom: 20px;
}

.index-mobile-device__text {
  max-width: 420px;
  text-align: center;
  color: white;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
}

.social {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.social.social_new {
  position: fixed;
  bottom: unset;
  top: 50%;
}
.social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 29px 32px;
}

.social ul li {
  margin-top: 14px;
}

.social ul li:last-child {
  margin-top: 25px;
}

.social ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  text-decoration: none;
}

.social ul li a:hover::after {
  opacity: 1;
  max-width: 240px;
}

.social ul li a:hover i::before {
  background: #fff;
  color: #8BA724;
  border-color: #8BA724;
}

.social ul li a::after {
  opacity: 0;
  content: attr(alt);
  padding-left: 42px;
  padding-right: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  font-weight: 400;
  font-size: 14px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #8BA724;
  height: 32px;
  max-width: 0;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  border-radius: 20px;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.social ul li a i::before {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 20px;
  background: #81949D;
  border: 1px solid #81949D;
  width: 30px;
  height: 30px;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.audiogid {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.audiogid__item {
  padding: 18px 24px;
  max-width: 800px;
  min-height: 260px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  bottom: -100%;
  opacity: 0;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background: white;
  border-radius: 12px 12px 0px 0px;
}

.audiogid__item.active {
  bottom: 0;
  opacity: 1;
}

.audiogid__audio {
  margin-bottom: 31px;
}

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

.audiogid__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.audiogid__map {
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 100%;
}

.audiogid__title {
  color: #3A2509;
  font-size: 30px;
  line-height: 37px;
  margin-bottom: 5px;
  font-weight: 500;
}

.audiogid__text,
.audiogid__text p,
.audiogid__text span,
.audiogid__text div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 17px;
  line-height: 24px;
  color: #231F20;
  margin-bottom: 15px;
}

.audiogid__text:last-child,
.audiogid__text p:last-child,
.audiogid__text span:last-child,
.audiogid__text div:last-child {
  margin-bottom: 10px;
}

.audiogid__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.audiogid__nav a {
  text-decoration: none;
  color: #3A2509;
  padding: 10px 25px;
  font-size: 19px;
  line-height: 24px;
  margin-right: 15px;
  background: #F5EEE5;
  border-radius: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.audiogid__nav a:hover {
  background: #8BA724;
  color: white;
}

.audiogid__nav a:last-child {
  margin-right: 0;
}

.audiogid__image {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
  margin-right: 20px;
}

.audiogid__image img {
  width: 100%;
  height: 100%;
}

.audiogid__close {
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 22px;
  height: 22px;
}

.audiogid__close::after,
.audiogid__close::before {
  content: "";
  position: absolute;
  top: 50%;
  height: 3px;
  width: 100%;
  background: #231F20;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-radius: 5px;
}

.audiogid__close::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.audiogid__close::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.audiogid__close:hover::after,
.audiogid__close:hover::before {
  background: #000000;
}

.main-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.main-map .content {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.placemark_layout_container {
  position: relative;
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.circle_layout {
  background-color: white;
  position: absolute;
  left: -23px;
  top: -23px;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition: all .3s;
}

.circle_layout.active {
  background: #B75522;
}

.circle_layout.active svg path {
  fill: white;
}

.header-nav {
  position: fixed;
  z-index: 100;
  width: 100%;
  background: #fff;
  top: 0;
  padding: 6px 0;
  -webkit-box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
  box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
}
.header-nav.test {
  position: absolute;
}

.header-nav.main {
  padding: 0;
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header-nav__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-nav__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-nav__tel {
  text-decoration: none;
  color: #231F20;
  font-size: 22px;
  line-height: 32px;
  -webkit-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.header-nav__tel i {
  margin-right: 5px;
}

.header-nav__tel i::before {
  -webkit-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
  font-size: 24px;
  color: #231F20;
}

.header-nav__btn {
  padding: 14px 15px;
  margin-right: 34px;
}

.header-nav__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-nav__menu ul>li {
  margin-right: 48px;
  position: relative;
}

.header-nav__menu ul>li:hover>ul {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.header-nav__menu ul>li>ul {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  padding: 8px 0;
  border-radius: 6px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
  -webkit-box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
  box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-nav__menu ul>li>ul>li>a {
  display: block;
  color: #000 !important;
  font-size: 16px;
  line-height: 22px;
  padding: 12px 19px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  text-decoration: none;
  white-space: nowrap;
}

.header-nav__menu ul>li>ul>li>a:hover {
  color: #8BA724 !important;
}

.header-nav__menu ul>li:last-child {
  margin-right: 0;
}

.header-nav__menu ul>li a,
.header-nav__menu ul>li span {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
  padding: 10px 0;
  -webkit-transition: color .5s ease-out;
  -o-transition: color .5s ease-out;
  transition: color .5s ease-out;
}

.header-nav__menu ul>li a:hover,
.header-nav__menu ul>li span:hover {
  color: #8BA724;
}

.footer {
  background: #81949D;
}

.footer__wrapper {
  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;
}

.footer__social {
  position: static;
}

.footer__social ul {
  padding: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

.footer__social ul li {
  margin-right: 14px;
  margin-top: 0;
}

.footer__social ul li:last-child {
  margin-top: 0;
}

.footer__social ul li a::after {
  content: none;
}

.footer__social ul li a i::before {
  background: #536872;
}

.footer__politic,
.footer__politic a {
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-decoration: none;
}

.footer__politic a {
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.footer__politic a:hover {
  color: #8BA724;
}

.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 19px 66px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #536872;
}

.footer__dev_text {
  margin: 8px 0 3px;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.main-panel {
  background: rgba(35, 31, 32, 0.3);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  height: 24%;
  padding-left: 15.3%;
  padding-right: 9.2%;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.main-panel__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.main-panel__title {
  font-size: 40px;
  font-weight: 900;
  margin-bottom: 10px;
}

.main-panel__text {
  font-size: 12px;
  max-width: 90px;
}

.service {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 3fr .95fr;
  grid-template-columns: 3fr .95fr;
  grid-gap: 25px;
}
.attraction_wrapper.service {
  -ms-grid-columns: 4fr;
  grid-template-columns: 4fr;
}

.service__benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 6px;
  border: 1px dashed #C2CBD1;
  padding: 20px 12px 15px 12px;
}

.service__benefit .service__title {
  margin-bottom: 7px;
}

.service__benefit table {
  border-collapse: collapse;
}

.service__benefit table td:first-child {
  color: #231F20;
}

.service__benefit table tbody td {
  padding: 4px 0;
  font-size: 12px;
  line-height: 14px;
}

.service__benefit table td:last-child {
  color: #81949D;
}

.service__benefit .btn {
  margin-top: auto;
  border-radius: 12px;
  text-align: center;
  width: 100%;
}

.service__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #231F20;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.service__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 180px;
  grid-gap: 24px;
}

.service__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: auto;
}

.service__cost {
  font-weight: 600;
  font-size: 26px;
  line-height: 32px;
  color: #231F20;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.service__card {
  background-color: white;
  border-radius: 6px;
  padding: 6px;
  -webkit-box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.08);
  box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.08);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.service__card .btn {
  border-radius: 12px;
  text-decoration: none;
  color: #8BA724;
  padding: 14px 20px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.service__card .btn.secondary {
  background-color: #F0F3E3;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.service__card:hover {
  background-color: #8BA724;
  -webkit-box-shadow: 0px 4px 16px rgba(85, 124, 170, 0);
  box-shadow: 0px 4px 16px rgba(85, 124, 170, 0);
}

.service__card:hover .counter__control {
  background-color: #768e1f;
  color: #fff;
}

.service__card:hover .counter__control:hover {
  background-color: #566818;
}

.service__card:hover .service__title,
.service__card:hover .service__cost {
  color: white;
}

.service__card:hover .btn {
  color: white;
}

.service__card:hover .btn.secondary {
  background-color: transparent;
  background-color: #768e1f;
}

.service__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  padding: 10px 15px 5px 8px;
  border-radius: 6px;
  border: 1px dashed #C2CBD1;
}

.service__card:hover .service__description p {
  color: #ffffff;
}

.service__card:hover .star {
  color: #ffffff;
}

.service__title .star {
  font-size: 18px;
  line-height: 26px;
}

.star {
  color: #D51A1A;
  font-size: 12px;
  transition: all .3s ease-out;
}

.service__description p {
  font-size: 12px;
  line-height: 14px;
  color: #81949D;
  transition: all .2s ease-out;
}

.service-slider {
  width: 100%;
  max-height: 560px;
}

.service__grid.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 0 !important;
}

.service__card.swiper-slide {
  max-height: 158px;
}

.faq-feedback .dop-service__text,
.faq-feedback .dop-service__recording {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dop-service__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.dop-service__title {
  font-size: 20px;
  line-height: 30px;
  color: #231F20;
  font-weight: 500;
  margin-bottom: 18px;
}

.dop-service__total {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.dop-service__cost {
  font-size: 26px;
  line-height: 32px;
  color: #231F20;
  font-weight: 600;
}

.dop-service__btn {
  cursor: pointer;
  padding: 10px 20px;
  border-radius: 8px;
  background: #F0F3E3;
  color: #8BA724;
  font-weight: 500;
  text-decoration: none;
  border: none;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.dop-service__btn:hover {
  color: white;
  background: #79931B;
}

.dop-service__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 14px;
  display: none;
}

.dop-service__recording {
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 24px;
  display: none;
}

.dop-service__recording a {
  text-decoration: none;
  color: #8BA724;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
  font-weight: 500;
}

.dop-service__recording a:hover {
  color: #576816;
}

.dop-service__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  padding: 29px 37px 29px 24px;
  background: white;
  border-radius: 6px;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px rgba(85, 124, 170, 0);
  box-shadow: 0px 4px 16px rgba(85, 124, 170, 0);
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.dop-service__card.all {
  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;
  background: #81949D;
  color: white;
}

.dop-service__card.all:hover {
  background: #5c6d76;
}

.dop-service__card.all .dop-service__title {
  color: white;
  margin-bottom: 0;
}

.dop-service__card::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  margin: 6px;
  border: 1px dashed #C2CBD1;
}

.anim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.anim__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  grid-auto-rows: 158px;
  margin-bottom: 68px;
}

.anim__title {
  font-size: 26px;
  color: #231F20;
  font-weight: 600;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.anim__card {
  padding: 30px 13px 21px 24px;
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  -webkit-box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.08);
  box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.08);
  text-decoration: none;
}

.anim__card .anim__img_absolute {
  position: absolute;
  right: 20px;
  bottom: 0;
}

.anim__card .btn {
  margin-top: auto;
  border-radius: 16px;
  background-color: #F0F3E3;
  color: #8BA724;
  text-decoration: none;
  padding: 14px 20px;
  font-size: 16px;
  line-height: 18px;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.anim__card:hover {
  background-color: #8BA724;
  -webkit-box-shadow: 0px 4px 16px rgba(85, 124, 170, 0);
  box-shadow: 0px 4px 16px rgba(85, 124, 170, 0);
}

.anim__card:hover .anim__title {
  color: white;
}

.anim__card:hover .btn {
  color: white;
  background-color: #768e1f;
}

.anim__card:hover .anim__image {
  border-color: white;
}

.anim__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.anim__image {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  border-radius: 50%;
  border: 1px dashed #81949D;
  padding: 10px;
  -webkit-transition: border .3s linear;
  -o-transition: border .3s linear;
  transition: border .3s linear;
}

.anim__image_wrap {
  overflow: hidden;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anim__image_wrap img {
  width: 100%;
}

.anim__box {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 158px;
  grid-gap: 24px;
}

.anim__box .anim__card {
  -webkit-box-shadow: none;
  box-shadow: none;
  position: relative;
}

.anim__box .anim__card .btn {
  font-size: 18px;
  padding: 18px 32px;
  background-color: white;
  font-weight: 700;
}

.anim__box .anim__card .anim__title {
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.anim-slider {
  width: 100%;
  margin-bottom: 60px;
}

.anim__grid.swiper-wrapper {
  margin-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-height: 430px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  grid-gap: 0 !important;
}

.anim__card.swiper-slide {
  max-height: 158px;
}

.gid {
  background-color: #BE9C72;
}

.gid .btn {
  color: #BE9C72;
}

.gid:hover {
  background-color: #BE9C72;
}

.gid:hover .btn {
  color: #BE9C72;
}

.animal {
  background-color: #B75522;
}

.animal .btn {
  color: #B75522;
}

.animal:hover {
  background-color: #B75522;
}

.animal:hover .btn {
  color: #B75522;
}

.help-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1.9fr 1.5fr 1.1fr;
  grid-template-columns: 1.9fr 1.5fr 1.1fr;
  grid-gap: 24px;
  grid-auto-rows: 528px;
}

.help-block__card {
  background-color: #8BA724;
  padding: 53px 19px 44px 50px;
  border-radius: 6px;
  overflow: hidden;
  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;
}

.help-block__card.orange {
  background: #B75522;
}

.help-block__card.orange .btn {
  color: #B75522;
}

.help-block__card.grey {
  background: #81949D;
}

.help-block__card.grey .btn {
  color: #81949D;
}

.help-block__card .btn {
  position: relative;
  color: #8BA724;
  padding: 18px 32px;
  border-radius: 16px;
  background-color: #fff;
  margin-top: auto;
  text-decoration: none;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1.1px;
  z-index: 10;
}

.help-block__card:first-child .help-block__title {
  font-weight: 700;
  color: #FAFAFA;
  font-size: 32px;
  line-height: 36px;
  width: 45%;
}

.help-block__card:first-child .help-block__text {
  width: 60%;
}

.help-block__title {
  position: relative;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin-bottom: 30px;
  z-index: 10;
}

.help-block__price {
  position: relative;
  -ms-flex-item-align: start;
  align-self: flex-start;
  left: -52px;
  padding: 10px 25px;
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  font-size: 22px;
  line-height: 32px;
  z-index: 10;
}

.help-block__img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.news-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-block__email {
  width: 100%;
}

.news-block__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 24px;
  grid-auto-rows: 326px;
  margin-bottom: 56px;
}

.news-block__card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 20px 24px;
  background-color: white;
  overflow: hidden;
  border-radius: 6px;
  text-decoration: none;
}

.news-block__card .overlay {
  position: absolute;
  background: -o-linear-gradient(0, #AF9168 20%, rgba(156, 126, 94, 0) 60%);
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(20%, #AF9168), color-stop(60%, rgba(156, 126, 94, 0)));
  background: linear-gradient(0, #AF9168 20%, rgba(156, 126, 94, 0) 60%);
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.news-block__card .overlay-hover {
  position: absolute;
  background: #AF9168;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  z-index: 16;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.news-block__card:hover .overlay-hover {
  opacity: 1;
}

.news-block__card:hover .news-block__text {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.news-block__title {
  display: inline-block;
  position: relative;
  z-index: 20;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: white;
  margin-bottom: 17px;
}

.news-block__img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  width: 100%;
}

.news-block__data {
  position: relative;
  z-index: 20;
  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;
}

.news-block__data .btn {
  background: #baa07c;
  color: white;
  padding: 15px 34px;
  border-radius: 16px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  border: none;
}

.news-block__time {
  color: white;
  font-size: 16px;
  font-weight: 400;
}

.news-block__text {
  -webkit-transition: -webkit-transform .3s ease-out;
  transition: -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
  transition: transform .3s ease-out, -webkit-transform .3s ease-out;
  position: relative;
  z-index: 20;
  width: 100%;
  -webkit-transform: translateY(75px);
  -ms-transform: translateY(75px);
  transform: translateY(75px);
}

.news-block.swiper-slide {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.news-block__grid.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 0 !important;
  margin-bottom: 0;
  height: 326px;
}

.news-block__slider {
  margin-bottom: 56px;
  width: 100%;
}

.email-block {
  background-color: #fff;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.email-block__label {
  color: #000000;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  /* max-width: 300px; */
}

.email-block__form {
 /*  width: 100%; */
}

.email-block__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.email-block__field input {
  background-color: #F4F7FB;
  border: none;
  outline: none;
  position: relative;
  z-index: 9;
  margin-right: -5px;
  padding: 10px 20px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  -webkit-transition: background-color .3s ease-out;
  -o-transition: background-color .3s ease-out;
  transition: background-color .3s ease-out;
  margin-right: 20px;
}

.email-block__field input:focus {
  background-color: #e1e9f4;
}

.email-block__field input::-webkit-input-placeholder {
  color: #231F20;
  font-size: 16px;
  line-height: 20px;
}

.email-block__field input:-ms-input-placeholder {
  color: #231F20;
  font-size: 16px;
  line-height: 20px;
}

.email-block__field input::-ms-input-placeholder {
  color: #231F20;
  font-size: 16px;
  line-height: 20px;
}

.email-block__field input::-moz-placeholder {
  color: #231F20;
  font-size: 16px;
  line-height: 20px;
}

.email-block__field input::placeholder {
  color: #231F20;
  font-size: 16px;
  line-height: 20px;
}

.email-block__field button {
  cursor: pointer;
  padding: 0 20px;
  color: #fff;
  border: none;
  border-radius: 6px;
  position: relative;
  z-index: 10;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background-color: #B75522;
}

.email-block__field button::hover {
  background-color: #8c411a;
}

.contact-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 24px;
}

.contact-block.direction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block__text {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
}

.contact-block__map {
  overflow: hidden;
  border-radius: 6px;
  max-height: 500px;
  -webkit-box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.18);
  box-shadow: 0px 4px 16px rgba(85, 124, 170, 0.18);
}

.contact-block__map.dop {
  height: 400px;
}

.contact-block__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.contact-block .btn {
  letter-spacing: 1px;
  margin-bottom: 5px;
}

.contact-block table {
  border-collapse: collapse;
  width: 100%;
}

.contact-block table tr td {
  text-align: right;
  color: #231F20;
  font-size: 18px;
  line-height: 24px;
  vertical-align: top;
  padding: 12px 0;
}

.contact-block table tr td:first-child {
  color: #81949D;
  text-align: left;
  width: 40%;
}

.contact-block table tr td:last-child {
  color: #81949D;
  font-size: 16px;
  line-height: 28px;
  width: 18%;
}

.contact-block table tr td a {
  display: block;
  text-decoration: none;
  color: #8BA724;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.contact-block table tr td a:hover {
  color: #768e1f;
}

.aside-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 365px;
  grid-template-columns: 1fr 365px;
  grid-gap: 24px;
  position: relative;
}

.aside-block .aside {
  position: sticky;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  top: 120px;
}

.aside__audiogid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aside__audiogid a {
  text-decoration: none;
  margin-bottom: 10px;
}

.aside__audiogid img {
  width: 100%;
}

.aside select {
  height: 40px;
  width: 100%;
}

.aside img {
  width: 100%;
}

.aside__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  border-radius: 6px;
  margin-bottom: 24px;
}

.aside__card {
  background-color: #EBDCC9;
  padding: 24px;
  margin-bottom: 1px;
  border-bottom: 1px solid #d6b891;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aside__card:last-child {
  border-bottom: none;
}

.aside__card li {
  margin-bottom: 24px;
}

.aside__card li:last-child {
  margin-bottom: 0;
}

.aside__card li a {
  text-decoration: none;
  color: #000;
  font-size: 16px;
  line-height: 28px;
}

.aside__title-block {
  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;
  margin-bottom: 13px;
}

.aside__title-block .h4 {
  margin-bottom: 0 !important;
}

.aside__title-block a {
  text-decoration: none;
  color: #3A2509;
  font-size: 14px;
  line-height: 18px;
}

.detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail .stroll {
  text-decoration: underline;
  font-size: 23px;
  line-height: 34px;
  font-weight: 600;
  margin-bottom: 12px;
  cursor: pointer;
  color: #231F20;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.detail .stroll:hover {
  color: #675b5e;
}

.detail__table {
  padding-bottom: 5px;
  margin-bottom: 30px;
}

.detail__table::-webkit-scrollbar {
  height: 8px;
}

.detail__table::-webkit-scrollbar-track {
  background: rgba(139, 167, 36, 0.1);
  padding: 1px 0;
}

.detail__table::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #8BA724;
  border: 1px solid #D6D6D6;
}

.detail__table table {
  border-collapse: collapse;
  width: 100%;
}

.detail__table table thead th {
  border: 1px solid #81949D;
  padding: 5px;
  font-weight: 500;
  text-align: left;
  font-size: 15px;
}

.detail__table table tbody td {
  font-size: 15px;
  padding: 5px;
  line-height: 20px;
  border: 1px solid rgba(129, 148, 157, 0.8);
}

.detail .data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail .data__item {
  margin-bottom: 10px;
  color: #81949D;
}

.detail .data__item .black {
  color: #231F20;
}

.detail .text,
.detail p {
  margin-bottom: 31px;
  font-size: 16px;
  line-height: 28px;
  color: #231F20;
}

.detail ul {
  list-style: none;
  margin-bottom: 25px;
}

.detail ul li {
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 5px;
}

.detail ul li:last-child {
  margin-bottom: 0;
}

.detail a {
  font-size: 16px;
  line-height: 28px;
  color: #8BA724;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  margin-bottom: 0;
}

.detail a:hover {
  color: #576816;
}

.detail__image {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 34px;
  border-radius: 12px;
  overflow: hidden;
}

.detail__image img {
  width: 100%;
}

.detail__description {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: .74fr 1fr;
  grid-template-columns: .74fr 1fr;
  grid-gap: 24px;
}

.detail__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.detail__text p {
  margin-bottom: 0;
}

.document__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 70px 47px;
  margin-bottom: 40px;
}

.document__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.document__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.document__block .document__size {
  margin-right: 5px;
}

.document__block .document__size:last-child {
  margin-right: 0;
}

.document__title {
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #231F20;
  margin-bottom: 34px;
}

.document__load {
  cursor: pointer;
  color: #8ba724;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  border: none;
  background: transparent;
  -webkit-transition: color .3;
  -o-transition: color .3;
  transition: color .3;
}

.document__load:hover {
  color: #687d1b;
}

.document__file {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #C4C4C4;
  margin-bottom: 15px;
  padding-bottom: 13px;
  text-decoration: none;
}

.document__file.all .document__size:hover {
  color: #B75522;
}

.document__file.all:hover .document__text {
  color: #0050B2;
}

.document__file.load {
  position: relative;
  pointer-events: none;
}

.document__file.load::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#FFFFFF));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
}

.document__file:hover .document__text {
  color: #B75522;
}

.document__file:last-child {
  border-bottom: none;
}

.document__img {
  margin-right: 24px;
}

.document__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.document__text {
  color: #0050B2;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 4px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.document__size {
  color: #81949D;
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  -webkit-transition: color .3s;
  -o-transition: color .3s;
  transition: color .3s;
}

.custody {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
}

.custody-modal {
  padding: 32px 60px 32px 32px;
  max-width: 825px;
  display: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
  box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
}

.custody-modal .carousel__button.is-close {
  top: 0;
  color: var(--fancybox-color, #000000);
}

.custody-modal .carousel__button.is-close svg {
  width: 16px;
}

.custody-modal__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custody-modal__content table {
  border-collapse: collapse;
}

.custody-modal__content table tr td {
  padding: 8px 0;
  font-size: 22px;
  line-height: 32px;
}

.custody-modal__content table tr td:first-child {
  text-align: left;
  color: #81949D;
}

.custody-modal__content table tr td:last-child {
  color: #231F20;
  text-align: right;
}

.custody-modal__content .custody__link {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-bottom: 10px;
}

.custody-modal__content .line {
  margin: 16px 0;
}

.custody-modal__content img {
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 48px;
  width: 200px;
}

.custody-modal__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custody-modal__title {
  margin-bottom: 8px;
  color: #231F20;
  font-size: 22px;
  line-height: 32px;
}

.custody-modal__subtitle {
  font-size: 16px;
  line-height: 28px;
  color: #231F20;
}

.custody__item {
  border-bottom: 1px solid #C4C4C4;
  padding: 60px 10px 80px 10px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.custody::before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: -5px;
  background-color: white;
  height: 10px;
}

.custody__fancy {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  margin-bottom: 16px;
  flex: 1;
}

.custody__fancy:hover .text {
  color: #8BA724;
}

.custody__fancy img {
  margin-bottom: 24px;
  width: 200px;
}

.custody__fancy .text {
  margin-top: auto;
  text-align: center;
  font-size: 22px;
  line-height: 32px;
  color: #231F20;
  font-weight: 400;
  max-width: 375px;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.custody__link {
  text-decoration: none;
  color: #8BA724;
  font-size: 16px;
  line-height: 22px;
  padding: 8px 12px;
  display: inline-block;
  border-radius: 4px;
  background: #F0F3E3;
  font-weight: 400;
}

.media {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px 46px;
}

.media__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.media__text {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
}

.media__data {
  font-size: 16px;
  line-height: 22px;
  color: #81949D;
}

.media__image,
.media__video {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 12px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  height: 244px;
}

.media__image img,
.media__video img {
  width: 100%;
  margin-bottom: -5px;
}

.media__image::before,
.media__video::before {
  content: url(../img/loupe.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.media__image.folder::before,
.media__video.folder::before {
  content: attr(count) " " url(../img/folder.svg);
  color: white;
  line-height: 34px;
  font-weight: 600;
}

.media__video::before {
  content: url(../img/play.svg);
}

.media__fancy {
  cursor: pointer;
  margin-bottom: 5px;
  text-decoration: none;
}

.media__fancy:hover .media__image::before,
.media__fancy:hover .media__video::before {
  opacity: 1;
}

.media__fancy:hover .media__text {
  color: #8BA724;
}

.time-work {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.time-work__title {
  font-size: 22px;
  line-height: 32px;
  color: #000;
  margin-bottom: 24px;
}

.time-work__clean {
  position: relative;
  background-color: #B75522;
  padding: 24px;
  width: 100%;
  border-radius: 6px;
}

.time-work__clean img {
  position: absolute;
  right: 24px;
  bottom: 0;
}

.time-work__clean span {
  color: #fff;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
}

.time-work__table {
  overflow: auto;
  width: 100%;
  margin-bottom: 60px;
}

.time-work__table table {
  border-collapse: collapse;
  width: 100%;
}

.time-work__table table td {
  vertical-align: top;
  padding: 16px 0;
  font-size: 22px;
  line-height: 32px;
  color: #231F20;
}

.time-work__table table td:last-child {
  color: #81949D;
  font-size: 16px;
  line-height: 28px;
  width: 137px;
  text-align: right;
}

.time-work__table table tr td:nth-child(2) {
  text-align: right;
  white-space: nowrap;
}

.time-work__table table tr:first-child td {
  border-top: 1px solid #C4C4C4;
}

.time-work__table table tr.line-border td {
  border-top: 1px solid #C4C4C4;
}

.flora {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 24px;
}

.flora__item {
  padding: 20px 16px;
  text-decoration: none;
  overflow: hidden;
  border-radius: 6px;
  -webkit-box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
  box-shadow: 0px 4px 16px rgba(67, 119, 154, 0.08), 0px 6px 24px rgba(95, 145, 179, 0.12);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  background: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flora__item:hover {
  background: #8BA724;
  -webkit-box-shadow: 0px 4px 16px rgba(67, 119, 154, 0);
  box-shadow: 0px 4px 16px rgba(67, 119, 154, 0);
}

.flora__item:hover .flora__title {
  color: white;
}

.flora__item:hover .flora__img {
  border: 1px dashed #fff;
}

.flora__title {
  -webkit-transition: color .3s ease-out;
  -o-transition: color .3s ease-out;
  transition: color .3s ease-out;
  font-size: 16px;
  line-height: 22px;
  color: #231F20;
  max-width: 170px;
  text-align: center;
}

.flora__img {
  width: 124px;
  height: 124px;
  border-radius: 50%;
  padding: 7px;
  border: 1px dashed #81949D;
  margin-bottom: 15px;
  -webkit-transition: border .3s ease-out;
  -o-transition: border .3s ease-out;
  transition: border .3s ease-out;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flora__img_wrapper {
  border-radius: 50%;
  overflow: hidden;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flora__img_wrapper img {
  width: 100%;
}

.gallery {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr .3fr;
  grid-template-columns: 1fr .3fr;
  grid-gap: 16px;
  grid-auto-rows: 405px;
}

.gallery__container {
  width: 100%;
}

.gallery__thumbs {
  width: 100%;
}

.gallery__thumbs img {
  width: 100%;
}

.gallery__thumbs .swiper-slide {
  overflow: hidden;
  border-radius: 8px;
  cursor: pointer;
  border: 3px solid transparent;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.gallery__thumbs .swiper-slide.swiper-slide-thumb-active {
  border-color: #BE9C72;
  pointer-events: none;
}

.gallery__thumbs .swiper-slide:hover {
  border-color: rgba(190, 156, 114, 0.4);
}

.gallery__image {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  height: 100%;
}

.gallery__image img {
  height: 100%;
  margin-bottom: -4px;
}

.gallery__image::before {
  content: url(../img/loupe.svg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
  -webkit-transition: opacity .3s ease-out;
  -o-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
}

.gallery__fancy {
  text-decoration: none;
  cursor: pointer;
}

.gallery__fancy:hover .gallery__image::before {
  opacity: 1;
}

.anim-detail__content {
  padding: 36px 0;
  overflow: hidden;
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
  display: block;
}

.anim-detail__content table {
  border-collapse: separate;
  border-spacing: 24px 0;
  margin-left: -24px;
  margin-bottom: 36px;
}

.anim-detail__content table td {
  background: #F5EEE5;
  color: #3a2509;
  padding: 18px;
  line-height: 28px;
}

.anim-detail__content table tr:first-child td {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  font-size: 25px;
  line-height: 32px;
  padding: 18px 18px 2px 18px;
  font-weight: 600;
  color: #231F20;
}

.anim-detail__content table tr:last-child td {
  padding: 2px 18px 18px 18px;
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
}

.anim-detail__content ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 36px;
}

.anim-detail__content ul li {
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
}

.anim-detail__content span,
.anim-detail__content p,
.anim-detail__content div {
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
  display: block;
  margin-bottom: 36px;
}

.vote-feedback {
  margin-bottom: 45px;
}

.vote-feedback__btn.btn.btn-primary {
  padding: 19px 35px;
  font-size: 18px;
  font-weight: 600;
}

.vote-feedback form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.vote-feedback ol {
  counter-reset: feedback;
}

.vote-feedback ol>li {
  list-style: none;
  position: relative;
  margin-bottom: 40px;
}

.vote-feedback ol>li::before {
  counter-increment: feedback;
  content: counter(feedback) ".";
  color: #231F20;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 26px;
  font-size: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 25px;
}

.vote-feedback ul {
  border-radius: 6px;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  padding: 16px;
}

.vote-feedback ul li {
  margin-bottom: 15px;
}

.vote-feedback input {
  pointer-events: none;
  opacity: 0;
  position: absolute;
  left: 10px;
  cursor: pointer;
}

.vote-feedback input:checked~.mark {
  border-color: #8BA724;
  background-color: #8BA724;
}

.vote-feedback input:checked~label {
  background-color: transparent;
  border-color: #8BA724;
  cursor: auto;
}

.vote-feedback__radio {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.vote-feedback__radio .mark {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 10px;
  width: 26px;
  height: 26px;
  border: 2px solid #000000;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all .2s;
  -o-transition: all .2s;
  transition: all .2s;
}

.vote-feedback__radio .mark::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #F4F7FB;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.vote-feedback__radio label {
  border-radius: 5px;
  background-color: #F4F7FB;
  border: 2px solid #F4F7FB;
  cursor: pointer;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 16px;
  padding: 10px 10px 10px 45px;
  line-height: 20px;
  color: #231F20;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.vote-feedback__radio label:hover {
  background-color: #E6EEF7;
  border: 2px solid #E6EEF7;
}

.vote-feedback__title {
  display: block;
  font-size: 23px;
  font-weight: 500;
  padding-left: 30px;
  margin-bottom: 15px;
}

.vote-feedback__request {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.vote-feedback__range {
  font-size: 16px;
  line-height: 28px;
  color: #231F20;
  padding: 10px 20px;
  margin-right: 15px;
  background-color: #F4F7FB;
  border-radius: 5px;
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.vote-feedback__progress {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 5px;
  background-color: #E6EEF7;
  z-index: 30;
}

.vote-feedback__text {
  position: relative;
  z-index: 50;
}

.vote-feedback__vote {
  width: 90px;
  text-align: center;
  margin-right: 10px;
  color: #231F20;
  font-size: 16px;
  line-height: 28px;
}

.vote-feedback__percent {
  width: 60px;
  text-align: center;
  color: #363334;
  font-size: 16px;
  line-height: 28px;
}

.buyTicketsBtn.btn.btn-primary:hover {
  background: #70861d;
}

@media screen and (max-width: 1750px) {
  .email-block__form {
    width: 44%;
  }
  .container {
    max-width: 1420px;
  }
  .header-nav__menu ul li,
  .header-nav__btn {
    margin-right: 20px;
  }
  .document__text {
    font-size: 15px;
    line-height: 20px;
  }
  .document__grid {
    grid-gap: 70px 35px;
  }
  .document__img {
    margin-right: 15px;
  }
}

@media screen and (max-height: 1000px) {
  .anim__card .anim__img_absolute {
    height: 120px;
  }
  .anim__image_wrap {
    width: 70px;
    height: 70px;
  }
  .anim__box .anim__card .anim__title {
    font-size: 22px;
    font-weight: 500;
  }
  .anim__card {
    padding: 15px;
  }
  .anim-slider .anim__grid {
    max-height: 320px;
  }
  .anim__title {
    font-size: 18px;
    line-height: 20px;
  }
  .anim-slider {
    margin-bottom: 20px;
  }
  .anim__box {
    grid-auto-rows: 110px;
  }
  .anim__box .anim__card .btn {
    padding: 11px 20px;
  }
  .anim__card.swiper-slide {
    height: 132px;
  }
}

@media screen and (max-height: 600px) {
  .contact-block__fancy {
    max-height: 300px;
  }
  .help-block {
    grid-auto-rows: 400px;
  }
  .help-block__img {
    height: 310px;
  }
  .service__cost {
    font-size: 20px;
  }
  .service__title {
    font-size: 14px;
    line-height: 18px;
  }
  .service__title .star {
    font-size: 14px;
    line-height: 18px;
  }
  .service__card.swiper-slide {
    max-height: 120px;
  }
  .service-slider {
    max-height: 420px;
  }
  .news-block__slider {
    margin-bottom: 20px;
  }
  .email-block {
    padding: 10px 32px;
  }
  .news-block__grid.swiper-wrapper {
    height: 270px;
  }
}

@media screen and (max-width: 1570px) {
  .gallery {
    -ms-grid-rows: 310px;
    grid-template-rows: 310px;
  }
  .flora {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .media__text {
    font-size: 18px;
  }
  .line {
    margin: 40px 0;
  }
  .document__img {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .document__grid {
    grid-gap: 60px 35px;
  }
  .email-block__label {
    font-size: 15px;
    line-height: 18px;
  }
  .email-block__form {
    width: 52%;
  }
  .help-block__card:first-child .help-block__title {
    width: 80%;
  }
  .service__benefit table {
    max-width: 100%;
  }
  .anim__title,
  .service__cost {
    font-size: 16px;
  }
  .main-title h1,
  .main-title .h1 {
    font-size: 70px;
    line-height: 70px;
  }
  .h1,
  h1 {
    font-size: 37px;
    line-height: 40px;
  }
  .btn-primary {
    padding: 11px 22px;
    font-size: 14px;
  }
  .nav-arrow__count {
    margin: 11px 0;
  }
  .main-panel {
    padding: 0 8.5%;
  }
  .main-panel__title {
    font-size: 32px;
  }
  .container {
    max-width: 1220px;
  }
  .container.short {
    max-width: 1100px;
  }
  .footer__wrapper {
    padding: 15px 0 0;
  }
  .footer__wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .footer__logo {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .header-nav__menu ul li a,
  .header-nav__tel,
  .header-nav__tel i::before {
    font-size: 15px;
  }
  .header-nav__menu ul li {
    margin-right: 15px;
  }
  .tabs__nav a.active,
  .tabs__nav button.active {
    font-size: 90px;
  }
  .tabs__nav a,
  .tabs__nav button {
    font-size: 45px;
    margin-top: 20px;
  }
  .service__title {
    font-size: 14px;
    line-height: 18px;
  }
  .service__title .star {
    font-size: 14px;
    line-height: 18px;
  }
  .tabs__nav a::after,
  .tabs__nav button::after {
    height: 60%;
  }
  .anim__title,
  .service__cost {
    font-size: 20px;
  }
  .anim__box .anim__card .anim__title {
    font-size: 21px;
  }
  .service__card .btn {
    font-size: 12px;
    padding: 10px;
  }
  .service__card .btn.secondary {
    background: transparent;
  }
  .contact-block table tr td {
    font-size: 16px;
    line-height: 24px;
  }
  .contact-block table tr td:last-child {
    width: 30%;
  }
  .tabs__nav {
    margin-bottom: 10px;
  }
  .contact-block__map {
    max-height: 400px;
  }
  h2,
  .h2 {
    font-size: 30px;
    line-height: 34px;
  }
  .detail .text,
  .detail p {
    margin-bottom: 28px;
    line-height: 26px;
  }
  .faq.h1 {
    width: 80%;
  }
  .time-work__clean span {
    font-size: 22px;
    line-height: 28px;
  }
  .time-work__clean img {
    width: 170px;
  }
}

@media screen and (max-width: 1400px) {
  .dop-service__cost {
    font-size: 23px;
    line-height: 27px;
  }
  .dop-service__card {
    padding: 20px;
  }
  .detail__table {
    overflow: auto;
    max-width: 710px;
  }
  .detail__table table {
    min-width: 1200px;
  }
  .contact-block__fancy {
    margin-right: 200px;
  }
  .anim-detail__content table tr:first-child td {
    font-size: 22px;
    line-height: 26px;
    padding: 12px 12px 2px 12px;
  }
  .anim-detail__content table td {
    padding: 12px;
    line-height: 22px;
    font-size: 12px;
  }
  .anim-detail__content table {
    margin-left: -14px;
    border-spacing: 12px 0;
  }
  .anim-detail__content table tr:last-child td {
    padding: 2px 12px 12px 12px;
  }
  .time-work__table table td {
    font-size: 18px;
  }
  .h1,
  h1 {
    font-size: 35px;
    line-height: 38px;
  }
  h2,
  .h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .detail .text,
  .detail p {
    margin-bottom: 20px;
    line-height: 22px;
  }
  .contact-block .btn {
    margin-bottom: 10px;
  }
  .email-block__label {
    max-width: 215px;
  }
  .email-block__form {
    width: 56%;
  }
  .service__title {
    font-size: 13px;
    line-height: 15px;
  }
  .service__title .star {
    font-size: 13px;
    line-height: 15px;
  }
  .news-block__grid.swiper-wrapper {
    height: 180px;
  }
  .news-block__email {
    width: 80%;
  }
  @-webkit-keyframes hideCounte {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
  }
  @keyframes hideCounte {
    0% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-10px);
      transform: translateX(-10px);
    }
  }
  @-webkit-keyframes showCounte {
    0% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  @keyframes showCounte {
    0% {
      -webkit-transform: translateX(10px);
      transform: translateX(10px);
    }
    100% {
      -webkit-transform: translateX(0);
      transform: translateX(0);
    }
  }
  .help-block {
    grid-auto-rows: 300px;
  }
  .help-block__img {
    height: 210px;
  }
  .help-block__card {
    padding: 20px;
  }
  .help-block__card .btn {
    padding: 10px 20px;
  }
  .help-block__card:first-child .help-block__title,
  .help-block__title {
    font-weight: 600;
    font-size: 24px;
    line-height: 28px;
  }
  .help-block__price {
    left: -22px;
    font-size: 16px;
    line-height: 20px;
  }
  .logo__desktop {
    height: 60px;
  }
  .main-title h1,
  .main-title .h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .container {
    max-width: 1140px;
  }
  .container.short {
    max-width: 1050px;
  }
  .news-block__card {
    padding: 15px;
  }
  .news-block__title {
    font-size: 16px;
    line-height: 22px;
  }
  .news-block__grid {
    grid-auto-rows: 230px;
  }
  .nav-arrow {
    padding-right: 20px;
  }
  .main-panel {
    padding: 0 10%;
  }
  .main-panel__title {
    font-size: 35px;
  }
  .social ul {
    padding: 10px;
  }
  .footer__social.social ul {
    padding: 0;
  }
  .footer__politic,
  .footer__politic a {
    font-size: 14px;
    line-height: 18px;
  }
  .footer__dev svg {
    width: 185px;
  }
  .footer__dev {
    padding: 10px 30px;
  }
  .burger,
  .nav-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header-nav__menu {
    display: none;
  }
  .anim__box .anim__card .anim__title,
  .anim__title {
    font-size: 21px;
  }
  .anim__box .anim__card .btn {
    padding: 15px 20px;
  }
  .btn-primary {
    padding: 10px 15px;
  }
  .tabs__nav a.active,
  .tabs__nav button.active {
    font-size: 40px;
    line-height: 48px;
  }
  .tabs__nav a,
  .tabs__nav button {
    font-size: 30px;
    margin-top: 5px;
    margin-right: 34px;
    line-height: 30px;
  }
  .tabs__nav a::after,
  .tabs__nav button::after {
    height: 50%;
    right: -17px;
  }
  .news-block__grid,
  .anim__grid,
  .service__grid,
  .help-block,
  .contact-block {
    grid-gap: 15px;
  }
  .contact-block table tr td,
  .contact-block table tr td:last-child {
    font-size: 14px;
    line-height: 18px;
  }
  .content {
    padding: 85px 0 45px;
  }
  .h3,
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .h4,
  h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .detail .stroll {
    font-size: 21px;
    line-height: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .dop-service__cost {
    font-size: 19px;
    line-height: 23px;
  }
  .dop-service__btn {
    font-size: 14px;
    padding: 8px 15px;
  }
  .content h2,
  .content .h2,
  .content h3,
  .content .h3,
  .content h4,
  .content .h4 {
    margin-bottom: 18px;
  }
  .detail__table {
    max-width: 610px;
  }
  .anim-detail__content span,
  .anim-detail__content p,
  .anim-detail__content div {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .anim-detail__content ul li {
    font-size: 15px;
    line-height: 22px;
  }
  .gallery {
    -ms-grid-rows: 250px;
    grid-template-rows: 250px;
  }
  .tabs-detail__nav button,
  .tabs-detail__nav a {
    font-size: 14px;
    padding: 6px 8px;
  }
  .media__text {
    font-size: 16px;
    line-height: 20px;
  }
  .media {
    grid-gap: 30px;
  }
  .custody {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
  .document__title {
    margin-bottom: 20px;
  }
  .document__grid {
    grid-gap: 35px 24px;
  }
  .line {
    margin: 30px 0;
  }
  .document__title {
    font-size: 18px;
    line-height: 24px;
  }
  .document__size {
    font-size: 15px;
    line-height: 20px;
  }
  .h1,
  h1 {
    font-size: 32px;
    line-height: 35px;
  }
  h2,
  .h2 {
    font-size: 25px;
    line-height: 28px;
  }
  .h4,
  h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .detail .text,
  .detail p {
    margin-bottom: 15px;
    line-height: 20px;
  }
  .aside__card li {
    margin-bottom: 20px;
  }
  .detail__image {
    margin-bottom: 30px;
  }
  .aside-block {
    -ms-grid-columns: 1fr 265px;
    grid-template-columns: 1fr 265px;
  }
  .service-slider {
    max-height: 320px;
  }
  .service {
    -ms-grid-columns: 3fr 1.2fr;
    grid-template-columns: 3fr 1.2fr;
  }
  .anim__image {
    display: none;
  }
  .anim__box .anim__card .anim__title,
  .anim__title {
    margin-bottom: 15px;
  }
  .help-block__card {
    padding: 15px;
  }
  .help-block__card .btn {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 10px;
  }
  .help-block {
    -ms-grid-columns: 1.2fr 1.1fr 1fr;
    grid-template-columns: 1.2fr 1.1fr 1fr;
  }
  .help-block__card:first-child .help-block__title,
  .help-block__title {
    font-size: 18px;
    line-height: 20px;
  }
  .main-title h1,
  .main-title .h1 {
    font-size: 50px;
    line-height: 50px;
  }
  .container {
    max-width: 940px;
  }
  .container.short {
    max-width: 920px;
  }
  .news-block__title,
  .news-block__data .btn,
  .news-block__time {
    font-size: 14px;
  }
  .news-block__text {
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }
  .news-block__data .btn {
    padding: 10px 15px;
  }
  .btn {
    font-size: 15px;
  }
  .nav-arrow__count {
    margin: 10px 0;
  }
  .breadcrumbs {
    padding: 20px 0;
  }
  .content .h1,
  .content h1 {
    margin-bottom: 15px;
  }
  .anim__card .anim__img_absolute {
    display: none;
  }
  .fork {
    margin-bottom: 30px;
    padding: 20px;
  }
  .detail .data__item {
    font-size: 14px;
  }
  .faq-feedback__title {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 15px;
  }
}

@media screen and (max-height: 670px) {
  .contact-block table tr td,
  .contact-block table tr td:last-child {
    font-size: 14px;
    line-height: 18px;
  }
}

@media screen and (max-width: 992px) {
  .total_wrap {
    font-size: 15px;
  }
  .dop-service__text {
    font-size: 14px;
    line-height: 18px;
  }
  .dop-service__recording {
    font-size: 16px;
    line-height: 20px;
  }
  .dop-service__title {
    font-size: 16px;
    line-height: 20px;
  }
  .dop-service__cost {
    font-size: 16px;
    line-height: 20px;
  }
  .dop-service__card {
    padding: 14px;
  }
  .dop-service__grid {
    grid-gap: 20px;
  }
  .detail .stroll {
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .detail__table {
    max-width: 447px;
  }
  .faq-feedback.fancybox__content {
    min-width: 300px;
  }
  .field textarea {
    height: 150px;
  }
  .field input,
  .field textarea {
    padding: 10px 15px;
    font-size: 13px;
  }
  .faq-feedback.fancybox__content {
    padding: 20px 15px;
  }
  .contact-block__fancy {
    margin-right: 100px;
  }
  .anim-detail__content table {
    margin-bottom: 20px;
  }
  .anim-detail__content table tr:first-child td {
    font-size: 15px;
    line-height: 20px;
    padding: 8px 8px 2px 8px;
  }
  .anim-detail__content table tr:last-child td {
    padding: 2px 8px 8px 8px;
  }
  .anim-detail__content table td {
    font-size: 10px;
    line-height: 14px;
  }
  .gallery {
    -ms-grid-rows: 200px;
    grid-template-rows: 200px;
  }
  .flora {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-gap: 15px;
  }
  .time-work__clean img {
    display: none;
  }
  .time-work__clean {
    padding: 16px;
    font-size: 18px;
    line-height: 24px;
  }
  .time-work__table table td {
    font-size: 16px;
    line-height: 20px;
  }
  .time-work__table table td:last-child {
    font-size: 14px;
    line-height: 18px;
  }
  .media {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custody {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .custody__item {
    padding: 35px 0;
  }
  .accordeon {
    margin-bottom: 30px;
  }
  .faq.h1 {
    width: 100%;
  }
  .document__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .search__field input {
    font-size: 14px;
  }
  .search__field input::-webkit-input-placeholder {
    font-size: 14px;
  }
  .search__field input:-ms-input-placeholder {
    font-size: 14px;
  }
  .search__field input::-ms-input-placeholder {
    font-size: 14px;
  }
  .search__field input::-moz-placeholder {
    font-size: 14px;
  }
  .search__field input::placeholder {
    font-size: 14px;
  }
  .search__field button[type="submit"],
  .search__field input[type="submit"] {
    font-size: 16px;
    padding: 0 20px;
  }
  .document__text {
    font-size: 14px;
    line-height: 18px;
  }
  .document__title {
    margin-bottom: 15px;
  }
  .detail__image,
  .fork {
    margin-bottom: 20px;
  }
  .h1,
  h1 {
    font-size: 30px;
    line-height: 32px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .content h2,
  .content .h2 {
    margin-bottom: 13px;
  }
  .detail .text,
  .detail p {
    margin-bottom: 12px;
    line-height: 17px;
    font-size: 14px;
  }
  .aside-block {
    -ms-grid-columns: 1fr 220px;
    grid-template-columns: 1fr 220px;
    grid-gap: 13px;
  }
  .detail__description {
    grid-gap: 13px;
  }
  .aside__title-block a {
    font-size: 12px;
  }
  .h4,
  h4 {
    font-size: 15px;
    line-height: 20px;
  }
  .aside__wrapper {
    margin-bottom: 13px;
  }
  .aside__card {
    padding: 13px;
  }
  .aside__card li {
    margin-bottom: 10px;
  }
  .aside__card li a {
    font-size: 14px;
    line-height: 18px;
  }
  .news-block__email {
    width: 100%;
  }
  .service__benefit table tbody td {
    line-height: 20px;
  }
  .service__benefit .btn {
    font-size: 13px;
    font-weight: 400;
  }
  .service {
    -ms-grid-columns: 2fr 1fr;
    grid-template-columns: 2fr 1fr;
  }
  .anim__box .anim__card .anim__title,
  .anim__title,
  .anim__box .anim__card .btn {
    font-size: 16px;
  }
  .anim__box .anim__card .btn {
    padding: 10px 15px;
  }
  .anim__box {
    grid-auto-rows: 100px;
  }
  .anim__card.swiper-slide {
    margin-top: 0 !important;
  }
  .news-block.main {
    height: 250px;
  }
  .anim__grid.swiper-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .contact-block__map {
    max-height: 310px;
  }
  .social ul li a i::before {
    width: 20px;
    height: 20px;
    font-size: 11px;
  }
  .social ul li {
    margin-top: 7px;
  }
  .social ul li:last-child {
    margin-top: 9px;
  }
  .nav-arrow__count {
    width: 20px;
    height: 20px;
  }
  .nav-arrow__count .bullet-count {
    font-size: 13px;
  }
  .preload-main {
    margin-bottom: 35px;
  }
  .preload-main__scrollbar {
    width: 20%;
  }
  .preload-main__counter {
    font-size: 12px;
    font-weight: 400;
    margin-right: 10px;
  }
  .nav-arrow__prev,
  .nav-arrow__next {
    width: 22px;
    height: 22px;
  }
  .nav-arrow__prev svg,
  .nav-arrow__next svg {
    width: 12px;
    height: 12px;
  }
  .social ul li a::after {
    height: 22px;
    padding-right: 10px;
    padding-left: 30px;
    font-size: 12px;
  }
  .main-panel__title {
    font-size: 22px;
  }
  .main-panel {
    padding: 0 5%;
    width: 60%;
  }
  .burger.main {
    top: 12px;
  }
  .logo.main {
    padding: 0;
  }
  .logo.main .logo__wrapper {
    border: none;
  }
  .main-title h1,
  .main-title .h1 {
    font-size: 45px;
    line-height: 45px;
  }
  .footer__logo {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
  .news-block__grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .container {
    max-width: 720px;
  }
  .container.short {
    max-width: 710px;
  }
  .content {
    padding: 70px 0 40px;
  }
  .logo__desktop {
    display: none;
  }
  .logo__mobile {
    display: block;
  }
  .content-main {
    padding-top: calc( 100vh - 95vh);
  }
  .contact-block table tr td {
    padding: 5px 0;
  }
  .contact-block table tr td,
  .contact-block table tr td:last-child {
    font-size: 12px;
    line-height: 15px;
  }
  .footer__social ul li:last-child {
    margin-top: 7px;
  }
  .footer__social ul li a i::before {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
  .accordeon__title,
  .accordeon__text {
    font-size: 13px;
    line-height: 18px;
  }
  .accordeon__item {
    padding: 0 13px;
  }
  .accordeon__panel {
    padding: 13px 0;
  }
  .line {
    margin: 15px 0;
  }
  .h3,
  h3 {
    font-size: 18px;
  }
}

@media screen and (max-width: 768px) {
  .service__card .btn {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
  }
  .anim__grid.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .anim__box {
    display: none;
  }
  .btn-primary.ben-btn {
    font-size: 17px;
  }
  .service__price {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .service__card .btn.secondary {
    order: 1;
    margin: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    width: 100%;
    padding: 8px 0;
    text-align: center;
    border-radius: 6px;
    background: #F0F3E3;
  }
  .service__cost {
    margin-bottom: 6px;
  }
  .ben-btn {
    width: 100%;
    border-radius: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .service__card:hover .btn.secondary {
    background: white;
    color: #8BA724;
  }
  .burger .burger-icon,
  .burger .burger-icon::after,
  .burger .burger-icon::before {
    background: #231F20;
  }
  .ben-btn {
    display: block;
  }
  .service-slider {
    height: 75%;
  }
  .service {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .email-block__field input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .detail .stroll {
    font-size: 17px;
    line-height: 22px;
  }
  .dop-service__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 10px;
  }
  .dop-service__cost {
    font-size: 13px;
    line-height: 16px;
  }
  .tabs__nav a,
  .tabs__nav button {
    font-size: 20px;
    line-height: 20px;
    margin-top: 0;
    margin-right: 24px;
  }
  .tabs__nav {
    margin-bottom: 20px;
  }
  .faq-feedback .dop-service__text,
  .faq-feedback .dop-service__recording {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dop-service__title {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
  }
  .breadcrumbs {
    display: none;
  }
  .detail__table {
    max-width: 500px;
  }
  .vote-feedback__btn.btn.btn-primary {
    padding: 10px 20px;
    font-size: 16px;
    line-height: 20px;
  }
  .vote-feedback__title {
    font-size: 18px;
  }
  .vote-feedback ol>li::before {
    font-size: 18px;
    line-height: 21px;
  }
  .vote-feedback__radio .mark {
    width: 20px;
    height: 20px;
  }
  .vote-feedback ul li {
    margin-bottom: 10px;
  }
  .vote-feedback__radio label,
  .vote-feedback__text,
  .vote-feedback__vote,
  .vote-feedback__percent {
    font-size: 13px;
    line-height: 18px;
  }
  .vote-feedback__range {
    margin-right: 5px;
    padding: 10px;
  }
  .vote-feedback__radio label {
    padding: 10px 10px 10px 35px;
  }
  .vote-feedback__percent {
    width: 50px;
  }
  .vote-feedback ol>li {
    margin-bottom: 20px;
  }
  .vote-feedback__vote {
    width: 70px;
    margin-right: 5px;
  }
  .faq-feedback .text,
  .faq-feedback p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px;
  }
  .faq-feedback.fancybox__content {
    min-width: 280px;
  }
  .field textarea {
    height: 110px;
  }
  .field-submit.btn.btn-primary,
  .faq-fancy.btn.btn-primary {
    font-size: 15px;
    padding: 14px 25px;
  }
  .faq-feedback__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .field {
    margin-bottom: 13px;
  }
  .aside select {
    font-size: 14px;
  }
  .aside__audiogid {
    display: none;
  }
  .contact-block__fancy {
    margin-right: 0;
  }
  .gallery {
    -ms-grid-rows: 280px;
    grid-template-rows: 280px;
  }
  .gallery {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: auto;
  }
  .gallery__thumbs img {
    width: auto;
    height: 100%;
  }
  .gallery__thumbs .swiper-slide {
    height: 100px;
  }
  .time-work__clean span {
    font-size: 16px;
    line-height: 18px;
  }
  .time-work__clean img {
    display: block;
    width: 130px;
    right: 16px;
  }
  .media {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .accordeon {
    margin-bottom: 20px;
  }
  .aside-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .aside {
    grid-row: 1 / auto;
  }
  .aside__audiogid {
    display: none;
  }
  .aside-block .aside {
    position: static;
  }
  .aside__wrapper {
    margin-bottom: 0;
  }
  .fork {
    padding: 13px;
  }
  .h1,
  h1 {
    font-size: 28px;
    line-height: 30px;
  }
  h2,
  .h2 {
    font-size: 22px;
    line-height: 24px;
  }
  .content .h1,
  .content h1 {
    font-size: 30px;
    line-height: 32px;
  }
  .breadcrumbs {
    padding: 10px 0;
  }
  .slider-main .swiper-slide img {
    width: auto;
    right: -10%;
    height: 100%;
  }
  .email-block__label {
    font-size: 12px;
    line-height: 16px;
  }
  .email-block__form {
    width: 58%;
  }
  .email-block__field button {
    font-size: 13px;
    padding: 0 10px;
  }
  .email-block__field input {
    padding: 10px;
    font-size: 13px;
  }
  .email-block__field input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .email-block__field input:-ms-input-placeholder {
    font-size: 13px;
  }
  .email-block__field input::-ms-input-placeholder {
    font-size: 13px;
  }
  .email-block__field input::-moz-placeholder {
    font-size: 13px;
  }
  .email-block__field input::placeholder {
    font-size: 13px;
  }
  .service-slider {
    max-height: 275px;
  }
  .service__card.swiper-slide {
    max-height: 100px;
  }
  .service__benefit {
    display: none;
  }
  .service {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .anim__box .anim__card .anim__title,
  .anim__title,
  .anim__box .anim__card .btn {
    font-size: 14px;
  }
  .anim__box .anim__card .anim__title,
  .anim__title,
  .anim__box .anim__card .btn {
    font-size: 13px;
  }
  .anim__image {
    display: block;
    padding: 5px;
  }
  .news-block.main {
    height: 200px;
  }
  .content-main {
    padding-top: 90px;
  }
  .help-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 105px;
  }
  .help-block__img {
    height: 18vh;
    bottom: auto;
    top: 0;
  }
  .help-block__card:first-child .help-block__title,
  .help-block__title {
    margin-bottom: 10px;
  }
  .help-block__card {
    padding: 5px 8px;
  }
  .help-block__card .btn {
    position: absolute;
    bottom: 6px;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 16px;
    border-radius: 6px;
  }
  .tabs__wrapper {
    height: 48vh;
  }
  .contact-block table tr td,
  .contact-block table tr td:last-child {
    font-size: 15px;
  }
  .content-main .contact-block table {
    height: 40%;
  }
  .help-block__price {
    font-size: 14px;
    background: none;
    padding: 0 15px;
  }
  .tabs__nav a.active,
  .tabs__nav button.active,
  .tabs__nav a:last-child,
  .tabs__nav button:last-child {
    line-height: 20px;
    font-size: 20px;
  }
  .content-main .contact-block .btn {
    font-size: 2.5vh;
    padding: 2vh 3.5vh;
  }
  .help-block__card:first-child .help-block__title,
  .help-block__title {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
  }
  .anim-slider .anim__grid {
    max-height: none;
  }
  .tabs__nav a.active,
  .tabs__nav button.active {
    margin-right: 24px;
    font-weight: 500;
  }
  .tabs__nav a::after,
  .tabs__nav button::after {
    right: -12px;
  }
  .contact-block__map {
    display: none;
    height: 340px;
  }
  .contact-block {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .content {
    padding: 70px 0 25px;
  }
  .btn {
    font-size: 13px;
    font-weight: 400;
  }
  .main-title h1,
  .main-title .h1 {
    font-size: 35px;
    line-height: 35px;
  }
  .main-panel__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
  }
  .main-panel__text {
    font-size: 10px;
  }
  .main-panel {
    padding: 0 2%;
  }
  .news-block__grid {
    grid-auto-rows: 200px;
    margin-bottom: 20px;
  }
  .container {
    max-width: 540px;
  }
  .container.short {
    max-width: 540px;
  }
  .footer__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .footer__logo {
    margin-bottom: 10px;
  }
  .footer__social.social {
    margin-bottom: 15px;
  }
  .footer__social.social ul li {
    margin-right: 8px;
  }
  .footer__politic,
  .footer__politic a {
    margin-bottom: 10px;
  }
  .footer__dev {
    width: 100%;
  }
  .header-nav__menu ul li,
  .header-nav__btn {
    display: none;
  }
  .content h2,
  .content .h2 {
    margin-bottom: 14px;
  }
  .document__load {
    font-size: 14px;
  }
  .document__grid {
    grid-gap: 20px;
  }
  .custody-modal {
    padding: 30px;
  }
  .custody-modal img {
    display: none;
  }
  .help-block {
    grid-auto-rows: 30%;
    height: 100%;
  }
  .tabs__content {
    height: 100%;
  }
  .news-block__grid.swiper-wrapper {
    height: 90%;
  }
  .news-block__slider {
    margin-bottom: 10px;
  }
  .email-block {
    height: 20vh;
  }
  .email-block__label {
    max-width: none;
  }
  .service__grid.swiper-wrapper {
    height: 100%;
  }
  .service__card.swiper-slide {
    max-height: none;
    height: 45%;
  }
  .attraction_wrapper .service__card.swiper-slide {
    height: 80% !important;
  }
  .service-slider {
    max-height: none;
  }
  .service__title {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
  }
  .service__title .star {
    font-size: 12px;
    line-height: 16px;
  }
  .anim__card.swiper-slide {
    height: 29%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-height: none;
    margin-bottom: 16px;
  }
  .anim__box .anim__card .anim__title,
  .anim__title,
  .anim__box .anim__card .btn {
    font-size: 2.5vh;
  }
  .anim__card .btn {
    display: none;
  }
  .anim__title {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
  }
  .anim-slider {
    height: 100%;
    margin-bottom: 0;
  }
  .anim__image_wrap {
    height: 50px;
    width: 50px;
  }
  .anim__card {
    padding: 12px;
  }
  .service__description p {
    font-size: 9px;
    line-height: 12px;
  }
}

@media screen and (max-width: 620px) {
  .header-nav.main .header-nav__tel {
    margin-right: 72px;
    font-size: 14px;
  }
  .header-nav.main .header-nav__tel i {
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .service__description p {
    text-align: center;
  }
  .content-main {
    padding-top: 10px;
  }
  .content-main-service .tabs__wrapper {
    max-height: 300px;
    height: 300px;
  }
  .dop-service {
    height: 300px!important;
    overflow-y: auto;
  }
  .anim-slider {
    height: 95%;
  }
  .anim__card.swiper-slide {
    -webkit-box-pack: space-around;
    -ms-flex-pack: space-around;
    justify-content: space-around;
    height: 26%;
  }
  .anim__title {
    margin-bottom: 0;
  }
  .service__cost {
    margin-bottom: 16px;
    font-size: 14px;
    line-height: 16px;
  }
  .service-slider {
    height: 65%;
  }
  .service__title {
    font-size: 10px;
    line-height: 14px;
    font-weight: 400;
  }
  .service__title .star {
    font-size: 10px;
    line-height: 14px;
  }
  .service__description {
    padding: 7px 4px;
  }
  .detail__table {
    max-width: 410px;
  }
  .gallery__thumbs .swiper-slide {
    height: 85px;
  }
  .media {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .custody-modal__subtitle {
    font-size: 14px;
    line-height: 18px;
  }
  .custody-modal__content .custody__link {
    font-size: 14px;
  }
  .custody-modal__content table tr td {
    font-size: 16px;
    line-height: 18px;
    padding: 5px 0;
  }
  .custody-modal__title {
    font-size: 18px;
    line-height: 22px;
  }
  .custody-modal {
    padding: 20px;
  }
  .custody {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .document__title {
    font-size: 16px;
    line-height: 20px;
  }
  .search__field button[type="submit"],
  .search__field input[type="submit"] {
    padding: 0 10px;
    font-size: 13px;
  }
  .search__field input {
    font-size: 13px;
    padding: 10px;
  }
  .search__field input::-webkit-input-placeholder {
    font-size: 13px;
  }
  .search__field input:-ms-input-placeholder {
    font-size: 13px;
  }
  .search__field input::-ms-input-placeholder {
    font-size: 13px;
  }
  .search__field input::-moz-placeholder {
    font-size: 13px;
  }
  .search__field input::placeholder {
    font-size: 13px;
  }
  .document__text {
    font-size: 13px;
  }
  .document__size {
    font-size: 14px;
  }
  .detail__description {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .detail__image,
  .fork {
    margin-bottom: 10px;
  }
  .detail__description .detail__image {
    margin-bottom: 0;
  }
  .h1,
  h1 {
    font-size: 25px;
    line-height: 27px;
  }
  h2,
  .h2 {
    font-size: 20px;
    line-height: 22px;
  }
  .footer__social.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .swiper-pagination.main-pagination {
    display: block;
  }
  .anim-slider {
    margin-bottom: 0;
  }
  .content-main.dont-events {
    padding-top: 0;
  }
  .nav-footer {
    display: block;
  }
  .burger.main {
    right: 16px;
  }
  .container {
    padding: 0 16px;
    max-width: none;
  }
  .container.short {
    padding: 0 16px;
    max-width: none;
  }
  .service__grid.swiper-wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    height: 75%;
  }
  .email-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .email-block__label {
    margin-bottom: 10px;
  }
  .email-block__form {
    width: 100%;
  }
  .email-block {
    padding: 8px 15px;
  }
  .service__card.swiper-slide {
    margin-top: 0 !important;
  }
  .service-slider {
    height: 40vh;
  }
  .service__card.swiper-slide {
    height: 100%;
  }
  .help-block {
    height: 80%;
  }
  .help-block__price {
    font-size: 11px;
    padding: 5px 15px;
    left: -15px;
  }
  .help-block__card:first-child .help-block__title,
  .help-block__title {
    width: 100%;
  }
  .main-panel,
  .social,
  .preload-main,
  .nav-arrow {
    display: none;
  }
  .main-title {
    padding-top: 0;
    margin-top: auto;
  }
  .main-title~.btn.btn-primary {
    margin: 0 auto auto auto;
    padding: 13px 22px;
  }
  .main-title h1,
  .main-title .h1 {
    text-align: center;
    font-size: 28px;
    line-height: 30px;
  }
  .text-secondary {
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke: 0;
  }
  .news-block__grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-auto-rows: 250px;
    margin-bottom: 10px;
  }
  .footer__social.social ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer__social.social ul li {
    margin-bottom: 10px;
  }
  .footer__dev_text {
    font-size: 14px;
  }
  .content-main .contact-block table {
    height: 25%;
  }
  .contact-block table tr td,
  .contact-block table tr td:last-child {
    font-size: 13px;
  }
}

@media screen and (max-width: 450px) {
  .flora {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .detail__table {
    max-width: 290px;
  }
  .main-title~.btn.btn-primary {
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 18px;
    padding: 12px 0;
    border-radius: 6px;
  }
}

@media screen and (max-height: 800px) {
  .main-panel {
    height: 23%;
  }
}

/*bvi*/
.bvi-active .slider-main {
  display: none;
}
body .bvi-body :not(.bvi-no-styles) .main-title h1 span, body .bvi-body :not(.bvi-no-styles) .main-title h1 {
  color: #231F20!important;
  font-size: 40px!important;
  line-height: 100%!important;
  -webkit-text-stroke: unset;
  -webkit-text-fill-color: unset;
}
body .bvi-body :not(.bvi-no-styles) .main-title h1 span {
  font-weight: normal;
}
body .bvi-body :not(.bvi-no-styles) .main-title h1 {
  line-height: 100%;
}
body .bvi-body :not(.bvi-no-styles) .main-title h1 span br {
  display: none;
}
body .bvi-body :not(.bvi-no-styles) .preload-main {
  display: none;
}
body .bvi-body :not(.bvi-no-styles) .content-main {
  padding-top: calc( 100vh - 80vh)
}
body.bvi-active .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  background-color: inherit!important;
}
body .bvi-body :not(.bvi-no-styles) .header-nav__menu a:not(.bvi-no-styles):hover:not(.bvi-no-styles), body .bvi-body :not(.bvi-no-styles) .header-nav__menu a:not(.bvi-no-styles):not(.bvi-no-styles) {
  color: #131313!important;
}
body .bvi-body :not(.bvi-no-styles) .header-nav__menu a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles):not(.bvi-no-styles).header-nav__btn {
  background: #131313!important;
  border-radius: 6px!important;
  font-weight: 500!important;
  font-size: 16px!important;
  line-height: 19px!important;
  color: #FFFFFF!important;
}
.bvi-active.dark-theme .header-nav__tel .icon-cellphone-message:before {
  color: #131313!important;
}
body .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles).header-nav__tel {
  color: #131313!important;
}
body .bvi-body :not(.bvi-no-styles) .main-panel, body .bvi-body :not(.bvi-no-styles) .main-panel .main-panel__item, body .bvi-body :not(.bvi-no-styles) .main-panel .main-panel__item span {
  background: #231F20!important;
}
body .bvi-body :not(.bvi-no-styles) .main-panel .main-panel__item span {
  color: #fff!important;
}
.bvi-active .social ul li a i::before {
  background: #404040;
}
body .bvi-body :not(.bvi-no-styles) .social ul li a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  background: #626262!important;
}
.bvi-active .social ul li a:hover i::before {
  background: #fff;
  color: #626262;
  border-color: #626262;
}
body .bvi-body :not(.bvi-no-styles) .main-panel .main-panel__item span.main-panel__title {
  font-size: 30px!important;
  line-height: 52px!important;
}
body .bvi-body :not(.bvi-no-styles) .main-panel .main-panel__item span.main-panel__text {
  font-size: 16px!important;
  line-height: 24px!important;
  max-width: 130px;
}
.bvi-active .nav-arrow__prev, .bvi-active .nav-arrow__next {
  width: 70px;
  height: 70px;
}
.bvi-active .nav-arrow__prev svg, .bvi-active .nav-arrow__next svg {
  width: 33px;
  height: 19px;
}
.bvi-active .nav-arrow__count {
  width: 70px;
}
.bvi-active .nav-arrow__count .bullet-count {
  font-size: 28px;
  line-height: 36px;
  color: #404040;
}
.bvi-active .nav-arrow__prev svg path, .bvi-active .nav-arrow__next svg path {
  fill: #626262!important;
}
body .bvi-body :not(.bvi-no-styles) .tabs__nav button:not(.bvi-no-styles) {
  font-size: 40px;
  line-height: 100%;
  color: #000000!important;
  background-color: inherit!important;
  margin-top: 0;
}
.bvi-active .tabs__nav a:hover::before, .bvi-active .tabs__nav button:hover::before {
  bottom: -25%;
}
body .bvi-body :not(.bvi-no-styles) .service__description {
  border: 1px solid #A7A8AB;
  background-color: #fff!important;
  border-radius: 6px;
  padding: 6px;
}
body .bvi-body :not(.bvi-no-styles) .service__price, body .bvi-body :not(.bvi-no-styles) .service__price span, body .bvi-body :not(.bvi-no-styles) .service__description p {
  background-color: unset!important;
}
body .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles).service__title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #231F20!important;
}
body .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles).service__title {
  color: #231F20!important;
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles).service__cost {
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #231F20!important;
}
.bvi-active .service__card.swiper-slide {
  max-height: 158px;
  margin-top: -2px!important;
  margin-right: -2px!important;
}
body .bvi-body :not(.bvi-no-styles) .service__card a:not(.bvi-no-styles).btn {
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  color: #404040!important;
}
body .bvi-body :not(.bvi-no-styles) .service__card a:hover:not(.bvi-no-styles).btn {
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles) .service__card a:not(.bvi-no-styles).btn.secondary {
  border: 1px solid #A7A8AB;
  border-radius: 12px;
  padding: 14px 20px;
}
body .bvi-body :not(.bvi-no-styles).star {
  background-color: inherit!important;
}
body .bvi-body :not(.bvi-no-styles) .service__benefit {
  margin-top: 19px;
}
body .bvi-body :not(.bvi-no-styles) .service__benefit .service__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 26px;
  color: #231F20!important;
}
body .bvi-body :not(.bvi-no-styles) .service__benefit table tbody td {
  font-size: 14px;
  line-height: 20px;
  color: #404040!important;
  padding: 0;
}
body .bvi-body :not(.bvi-no-styles) .service__benefit a.btn, body .bvi-body :not(.bvi-no-styles) .service__benefit a.btn:hover {
  margin-top: 10px;
  background-color: #626262!important;
  border-radius: 16px;
  padding: 18px 32px;
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: #fff!important;
}
body .bvi-body :not(.bvi-no-styles) .service__benefit .btn:hover {
  text-decoration: underline;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles).anim__card, body .bvi-body :not(.bvi-no-styles) a:hover:not(.bvi-no-styles).anim__card {
  background-color: #FFFFFF!important;
  border-radius: 6px;
  padding: 24px;
  border: 1px solid #A7A8AB;
}
body .bvi-body :not(.bvi-no-styles) .anim__description, body .bvi-body :not(.bvi-no-styles) .anim__image, body .bvi-body :not(.bvi-no-styles) .anim__title {
  background-color: #FFFFFF!important;
}

body.bvi-active .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles).anim__card, body.bvi-active .bvi-body :not(.bvi-no-styles) .anim__description a:not(.bvi-no-styles).btn {
  background-color: #FFFFFF!important;
}
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover:hover, 
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=button]:hover:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button[type=submit]:hover:not(.bvi-no-styles):hover,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=button]:hover:not(.bvi-no-styles):hover, 
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) input[type=submit]:hover:not(.bvi-no-styles):hover{
  background-color: none!important;
  color: #000 !important;
}

body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles),
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) ,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) ,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) ,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #404040!important;
}
body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__card .dop-service__btn {
  font-weight: 600 !important;
  font-size: 16px !important;
  line-height: 18px !important;
  padding: 14px 20px;
}
body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__card .dop-service__btn:hover {
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles) .anim__card {
  border: 1px solid #C4C4C4 !important;
  border-radius: 0px;
}
body .bvi-body :not(.bvi-no-styles) .anim__title {
  font-size: 24px;
  margin-bottom: 32px;
}
body .bvi-body :not(.bvi-no-styles) .anim__card button.btn:not(.bvi-no-styles):hover{
  color: #404040!important;
  background-color: #fff!important;
  border-radius:  12px !important;
  border: 1px solid #C4C4C4 !important;
}
body .bvi-body :not(.bvi-no-styles) .anim__card.swiper-slide {
    height: 148px;
}
body .bvi-body :not(.bvi-no-styles) .anim__card button.btn:not(.bvi-no-styles) {
  border-radius:  6px !important;
}
body .bvi-body :not(.bvi-no-styles) .anim__image {
  padding: 6px;
}
body .bvi-body :not(.bvi-no-styles) .anim__image_wrap {
  width: 110px;
  height: 110px;
}
body .bvi-body :not(.bvi-no-styles) .anim__img_absolute.bvi-img {
  display: none;
}
body .bvi-body :not(.bvi-no-styles) .anim__card.gid ,body .bvi-body :not(.bvi-no-styles) .anim__card.animal{
  background-color: #131313 !important;
  border-radius: 6px;
}
body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__card,
body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__title,
body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__total,
body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__total .dop-service__cost {
  background-color: #fff !important;
}
    body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__grid .dop-service__card::after {
  margin:0px !important;
  border: 1px solid  #A7A8AB !important;
}
body .bvi-body :not(.bvi-no-styles) .dop-service.swiper-slide.swiper-slide-active .dop-service__card .dop-service__btn{
  background-color: #fff !important;
  border: 1px solid  #A7A8AB !important;
}
body .bvi-body :not(.bvi-no-styles) .anim-slider.swiper-container.swiper-container-multirow.swiper-container-initialized.swiper-container-horizontal.swiper-container-multirow-column.swiper-container-android {
  margin-bottom: 65px;
}
body .bvi-body :not(.bvi-no-styles)  .anim__card.gid .anim__description ,
body .bvi-body :not(.bvi-no-styles) .anim__card.animal .anim__description{
  background-color: #131313 !important;
}
body .bvi-body :not(.bvi-no-styles)  .anim__card.gid .anim__description .anim__title ,
body .bvi-body :not(.bvi-no-styles) .anim__card.animal .anim__description .anim__title{
  background-color: #131313 !important;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #FFFF !important;
  margin-bottom: 20px;
  border-radius: 6px !important;
}
body .bvi-body :not(.bvi-no-styles)  .anim__card.gid .anim__description a ,
body .bvi-body :not(.bvi-no-styles) .anim__card.animal .anim__description a {
  background-color: #FFFFFF !important;
  border-radius: 16px !important;
  padding: 18px 32px !important;
  color: #131313!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button:hover:hover,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button:hover:hover,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button:hover:hover,
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button:hover:hover {
  background-color: inherit!important;
  color: #000 !important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button:hover:hover {
  background-color: inherit!important;
  color: #fff !important;
}


body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide p,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide p,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles).service__grid.swiper-wrapper .service__card.swiper-slide p,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide p{
  color: #4d4b43 !important;
}
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide p span,
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide p span,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide p span,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles).service__grid.swiper-wrapper .service__card.swiper-slide p span,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide p span {
  color: #D51A1A!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide .service__price .btn.secondary,
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) :not(.bvi-no-styles).service__grid.swiper-wrapper .service__card.swiper-slide .service__price .btn.secondary,
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles).service__grid.swiper-wrapper .service__card.swiper-slide .service__price .btn.secondary,
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .service__grid.swiper-wrapper .service__card.swiper-slide .service__price .btn.secondary {
  border: 1px solid #A7A8AB !important;
}
body .bvi-body :not(.bvi-no-styles) .anim__grid.swiper-wrapper .anim__description .btn:hover {
  text-decoration: underline;
  border-radius: 12px;
}
body .bvi-body :not(.bvi-no-styles) .anim__card.gid .anim__description a:hover ,
body .bvi-body :not(.bvi-no-styles) .anim__card.animal .anim__description a:hover {
  color: #231F20 !important;
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box {
  grid-auto-rows: 158px !important;
}
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.gid,
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.animal {
  padding: 0;
}
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.gid .anim__description,
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.animal .anim__description {
  width: 756px!important;
  padding: 15px!important;
  border-radius: 6px !important;
}

body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.gid:hover .anim__description,
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.gid:hover .anim__title,
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.animal:hover .anim__description,
body .bvi-body :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.animal:hover .anim__title{
  background-color: #231F20 !important;
}


/*как помочь зоопарку*/
body .bvi-body :not(.bvi-no-styles) .help-block__card {
  background-color: #626262 !important;
  padding: none !important;
}
body .bvi-body :not(.bvi-no-styles) .help-block__card img {
  display: none;
}
body .bvi-body :not(.bvi-no-styles) .help-block__card .help-block__title {
  color: #FAFAFA !important;
  background-color: #626262 !important;
  font-weight: bold;
  font-size: 28px!important;
  width: 226px;
  line-height: 31px !important;
}
body .bvi-body :not(.bvi-no-styles) .help-block__card .help-block__price {
  font-size: 22px;
  background-color: #626262 !important;
  color: #FAFAFA !important;
  padding-left: 50px;
}
body .bvi-body :not(.bvi-no-styles) .help-block__card .btn {
  font-weight: bold;
  font-size: 18px;
}
body .bvi-body :not(.bvi-no-styles) .help-block__card .btn:hover {
  color: #131313 !important;
  background-color: #fff !important;
}
/*новости*/
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .overlay.bvi-background-image {
  background-color: #fff !important;
  border: 1px solid #A7A8AB;
  border-radius: 6px;
  opacity: none !important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__text,
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__title,
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__data,
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__time {
  background-color: inherit !important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__card{
  padding: 0px !important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__email.email-block {
  background-color: #fff !important;
  border: 1px solid #A7A8AB;
  border-radius: 6px;
}
body .bvi-body :not(.bvi-no-styles) .news-block__email.email-block .email-block__label {
  background-color: #fff !important;
  font-weight: 500;
  font-size: 20px;
  color: #000000 !important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__email.email-block .email-block__form input {
  background-color:  #F4F7FB!important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__email.email-block .email-block__form button {
  background-color: #131313 !important;
  border-radius: 6px;
  padding: 13px 18px !important;
  color: #fff!important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__email.email-block .email-block__form button:hover {
  background-color: #131313 !important;
  border-radius: 6px;
  padding: 13px 18px !important;
  color: #fff!important;
  text-decoration: underline;
}

/*контакты*/
body .bvi-body :not(.bvi-no-styles) .contact-block__description table:nth-child(1) {
  border-bottom: 1px solid #C4C4C4;
}
body .bvi-body :not(.bvi-no-styles) .contact-block__description tbody tr td:nth-child(3) {
  font-size: 16px!important;
  line-height: 28px!important;
}
body .bvi-body :not(.bvi-no-styles) .contact-block__description .line {
  margin: 7px 0 !important;
}
body .bvi-body :not(.bvi-no-styles) .contact-block__description tr td {
  font-size: 22px !important;
  line-height: 32px!important;
}
body .bvi-body :not(.bvi-no-styles) .contact-block table tr td:last-child {
  width: 22% !important;
}
body .bvi-body :not(.bvi-no-styles) .contact-block__description .btn.btn-primary {
  background-color: #626262 !important;
  border-radius: 16px !important;
  padding: 18px 32px;
  color: #fff !important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .service__benefit a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  background: #626262!important;
  color: #fff!important;
}
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button#nextSlide:hover:hover {
  color: #f7f3d6!important;
  background-color: #4d4b43!important;
  text-decoration: underline!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) a.header-nav__btn:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  background: #131313!important;
  color: #fff!important;
  text-decoration: underline!important;
}
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .anim__description button:not(.bvi-no-styles) {
  background-color: #fff!important;
  border: 1px solid #A7A8AB!important;
  border-radius: 12px!important;
  color: #404040!important;
}
body.bvi-active .news-block__grid .overlay.bvi-background-image, body.bvi-active .news-block__grid img, body.bvi-active .news-block__grid .overlay-hover {
  display: none;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a:not(.bvi-no-styles) {
  background-color: #fff!important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__text {
  padding: 23px;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  background-color: #404040!important;
  color: #fff!important;
}
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__card {
  border: 1px solid #A7A8AB;
}
body .bvi-body :not(.bvi-no-styles) .news-block__grid.swiper-wrapper a:hover .news-block__text span {
  color: #fff!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a:hover button.btn:not(.bvi-no-styles) {
  background: rgba(255, 255, 255, 0.1)!important;
  color: #fff!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a:hover button.btn:not(.bvi-no-styles):hover {
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles) .help-block__card .btn {
  background-color: #fff!important;
}
body .bvi-body :not(.bvi-no-styles) .help-block__card .btn:hover {
  text-decoration: underline;
}
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) .contact-block__description a.btn:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background-color: #626262 !important;
    border-radius: 16px !important;
    padding: 18px 32px;
    color: #fff !important;
    text-decoration: underline;
}
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .header-nav__menu span {
  color: #131313!important;
}
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button#nextSlide {
  color: #fff!important;
}
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button#nextSlide:hover:hover {
  color: #fff!important;
  background-color: #063462!important;
  text-decoration: underline;
}
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .anim__description button.btn:not(.bvi-no-styles) {
  color: #404040!important;
    background-color: #fff!important;
    border-radius: 12px !important;
    border: 1px solid #C4C4C4 !important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .email-block__field {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .help-block__card .btn {
  color: #131313 !important;
}
body .bvi-body :not(.bvi-no-styles) .contact-block__description .btn.btn-primary:hover {
    background-color: #626262 !important;
    border-radius: 16px !important;
    padding: 18px 32px;
    color: #fff !important;
    text-decoration: underline;
}
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) .contact-block__description a.btn:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background-color: #626262 !important;
    border-radius: 16px !important;
    padding: 18px 32px;
    color: #fff !important;
    text-decoration: underline;
}
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button#nextSlide:hover:hover {
  color: #fff!important;
  background-color: #000!important;
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles) .anim__card button.btn:not(.bvi-no-styles) {
  color: #404040!important;
    background-color: #fff!important;
    border-radius: 12px !important;
    border: 1px solid #C4C4C4 !important;
}
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .contact-block__description a.btn:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  background-color: #626262 !important;
  border-radius: 16px !important;
  padding: 18px 32px;
  color: #fff !important;
  text-decoration: underline;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .tabs__nav button:not(.bvi-no-styles) {
  color: #fff!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .tabs__nav button:not(.bvi-no-styles) {
  color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .header-nav__menu a:not(.bvi-no-styles):hover:not(.bvi-no-styles), body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .header-nav__menu a:not(.bvi-no-styles):not(.bvi-no-styles) {
  color: #fff!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .main-title h1 span, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .main-title h1 {
  color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .main-title h1 span, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .main-title h1 {
  color: #fff!important;
}
.bvi-active.dark-theme .bvi-body[data-bvi-theme=black] .header-nav__tel .icon-cellphone-message:before {
  color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .service__benefit, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .service__benefit span, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .service__benefit table, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .service__benefit table tbody, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .service__benefit table tr, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .service__benefit table td {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__benefit, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__benefit span, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__benefit table, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__benefit table tbody, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__benefit table tr, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .service__benefit table td {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .dop-service__title, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .dop-service__text, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .dop-service__btn, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .dop-service__cost {
  color: #000!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .dop-service__title, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .dop-service__text, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .dop-service__btn, body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .dop-service__cost {
  color: #000!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__title {
  color: #000!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .anim__title {
  color: #000!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__card.animal {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__card.gid .anim__description .anim__title, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__card.animal .anim__description .anim__title {
  background-color: #fff!important;
  color: #000!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__card.gid {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__card.gid .anim__description, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__card.animal .anim__description {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__title {
  color: #000!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .news-block__grid.swiper-wrapper .news-block__title {
  color: #000!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .help-block__card .btn{
  color: #000!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .help-block__card .btn{
  color: #000!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.gid:hover .anim__description {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.gid:hover .anim__title {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.animal:hover .anim__description {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim.swiper-slide.swiper-slide-active .anim__box .anim__card.animal:hover .anim__title {
  background-color: #fff!important;
}
body.bvi-active .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .anim__description a:not(.bvi-no-styles).btn {
  color: #404040!important;
  background-color: #fff!important;
  border-radius: 12px !important;
  border: 1px solid #C4C4C4 !important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button#nextSlide:hover:hover {
  color: #000!important;
  background-color: #fff!important;
  text-decoration: underline;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):not(.bvi-no-styles).header-nav__btn, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a:not(.bvi-no-styles):not(.bvi-no-styles).header-nav__btn:hover {
  background: #2e2d2d!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .contact-block__description a.btn:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
    background-color: #626262 !important;
    border-radius: 16px !important;
    padding: 18px 32px;
    color: #fff !important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .contact-block__description a.btn:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  background-color: #626262 !important;
  border-radius: 16px !important;
  padding: 18px 32px;
  color: #fff !important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .header-nav__menu a:not(.bvi-no-styles):not(.bvi-no-styles) {
  color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) a.header-nav__tel:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #fff!important;
}
.bvi-active.dark-theme .bvi-body[data-bvi-theme=green] .header-nav__tel .icon-cellphone-message:before {
  color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) a.header-nav__tel:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) button#nextSlide:hover:hover {
  color: #3b2716!important;
  background-color: #a9e44d!important;
  text-decoration: underline;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .social a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  color: #fff!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__text, body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__title {
  background-color: #fff!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a:hover .news-block__title, body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a:hover .news-block__text, body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a:hover .news-block__data {
  background: #404040!important;
  color: #FFFFFF!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__grid a {
  border: 1px solid #A7A8AB;
}
body.bvi-active .bvi-body footer:not(.bvi-no-styles), body.bvi-active .bvi-body footer:not(.bvi-no-styles) .container, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .container .footer__wrapper, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .container .footer__wrapper a, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .container .footer__wrapper .logo__wrapper, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .container .footer__wrapper .logo__wrapper svg, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__social, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__social ul, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__social li, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__social i, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__dev, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__dev_text, body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__dev svg {
  background-color: #404040!important;
}
body.bvi-active .bvi-body footer:not(.bvi-no-styles) .footer__dev_text {
  color: #fff!important;
}
body.bvi-active .bvi-body footer:not(.bvi-no-styles) .social ul li a i::before {
  border: 1px solid #ffffff;
}
body .bvi-body {
  padding: 0;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .footer__politic, body.bvi-active .bvi-body :not(.bvi-no-styles) .footer__politic a {
  background-color: #404040!important;
  color: #fff!important;
}
body .bvi-body :not(.bvi-no-styles) .footer__politic a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  color: #fff!important;
  text-decoration: underline;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__card .overlay {
  display: none;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .flora a:not(.bvi-no-styles):hover:not(.bvi-no-styles) {
  background: #626262!important;
  border-radius: 6px!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .flora a:not(.bvi-no-styles):hover:not(.bvi-no-styles) .flora__img, body.bvi-active .bvi-body :not(.bvi-no-styles) .flora a:not(.bvi-no-styles):hover:not(.bvi-no-styles) .flora__img_wrapper, body.bvi-active .bvi-body :not(.bvi-no-styles) .flora a:not(.bvi-no-styles):hover:not(.bvi-no-styles) .flora__img_wrapper img  {
  background: #626262!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .flora a:not(.bvi-no-styles):hover:not(.bvi-no-styles) .flora__title {
  background-color: inherit!important;
  color: #fff!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .flora a:not(.bvi-no-styles):hover:not(.bvi-no-styles) .flora__img {
  border-color: #fff!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .flora a:not(.bvi-no-styles):hover:not(.bvi-no-styles).flora__item {
  transition: unset;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card {
  background: #fff!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card .aside__title-block, body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card span, body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card a, body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card ul, body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card li {
  background: #fff!important;
}
body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .aside__card .aside__title-block, body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .aside__card span, body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .aside__card a, body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .aside__card ul, body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .aside__card li {
  background: #be9c72!important;
}
body.bvi-active .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) .aside__card {
  background: #be9c72!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card span {
  font-weight: bold;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__form select, body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__form, body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__form .select {
  border-radius: 4px;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .tabs-detail__nav button:not(.bvi-no-styles) {
  background-color: inherit!important;
  color: #3B4256!important;
  border-bottom: 2px solid #C4C4C4;
  border-color: #C4C4C4!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .tabs-detail__nav button:not(.bvi-no-styles):hover {
  color: #000000!important;
  border-color: #626262!important;
}
body .bvi-body :not(.bvi-no-styles) .ajaxPageNavBiblioteka button:not(.bvi-no-styles) {
  background-color: inherit!important;
  color: #626262!important;
}
body .bvi-body :not(.bvi-no-styles) .ajaxPageNavBiblioteka button:not(.bvi-no-styles):hover {
  text-decoration: underline;
}
body .bvi-body[data-bvi-images=true]:not(.bvi-no-styles) .custody__item img.bvi-img:not(.bvi-no-styles) {
  background-color: inherit!important;
}
body .bvi-body .custody::before {
  background-color: inherit!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) a:not(.bvi-no-styles).custody__link {
  background: inherit!important;
  border-radius: 4px!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card {
  border-bottom: 1px solid #C0A684;
  border-color: #C0A684!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .aside__card:last-child {
  border-bottom: none;
}
body .bvi-body[data-bvi-theme=brown] :not(.bvi-no-styles) button.faq-fancy:hover:hover {
    color: #f7f3d6!important;
    background-color: #4d4b43!important;
    text-decoration: underline;
}
body .bvi-body[data-bvi-theme=blue] :not(.bvi-no-styles) button.faq-fancy:hover:hover {
  color: #9dd1ff!important;
    background-color: #063462!important;
  text-decoration: underline;
}
body .bvi-body[data-bvi-theme=white] :not(.bvi-no-styles) button.faq-fancy:hover:hover {
  color: #fff!important;
    background-color: #000!important;
  text-decoration: underline;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) button.faq-fancy:hover:hover {
  color: #000!important;
    background-color: #fff!important;
  text-decoration: underline;
}
body .bvi-body :not(.bvi-no-styles) .vote-feedback input:checked~label {
  background-color: transparent!important;
  border-color: #8BA724!important;
}
body .bvi-body :not(.bvi-no-styles) .vote-feedback input:checked~.mark {
    border-color: #8BA724!important;
    background-color: #8BA724!important;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .breadcrumbs a:not(.bvi-no-styles):hover:not(.bvi-no-styles):after {
  color: #3B4256!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .news-block__title {
  color: #000!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .aside__title-block span, body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .aside__title-block a {
  color: #000!important;
}
body.bvi-active .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .tabs-detail__nav button:not(.bvi-no-styles) {
  color: #fff!important;
}
body .bvi-body[data-bvi-theme=black] :not(.bvi-no-styles) .ajaxPageNavBiblioteka button:not(.bvi-no-styles) {
  color: #fff!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .news-block__title {
  color: #000!important;
}
body.bvi-active .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .tabs-detail__nav button:not(.bvi-no-styles) {
  color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=green] :not(.bvi-no-styles) .ajaxPageNavBiblioteka button:not(.bvi-no-styles) {
  color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=black] .accordeon__close::after, body .bvi-body[data-bvi-theme=black] .accordeon__close::before {
  background-color: #fff!important;
}
body .bvi-body[data-bvi-theme=green] .accordeon__close::after, body .bvi-body[data-bvi-theme=green] .accordeon__close::before {
  background-color: #a9e44d!important;
}
body .bvi-body[data-bvi-theme=green] .header-nav__tel i::before {
  color: #A9E44D;
}
body .bvi-body[data-bvi-theme=black] .header-nav__tel i::before {
  color: #fff;
}
body.bvi-active .bvi-body :not(.bvi-no-styles) .news-block__data {
  background-color: #fff!important;
}
.header-nav__contact > div {
  display: flex;
  flex-direction: column;
}
.header-nav__contact > div .className {
  color: #231F20;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}
.header-nav__contact > div .className span {
  border-bottom: 1px dashed #231F20;
  transition: all 0.2s linear;
}
.header-nav__contact > div .className:hover span {
  border-bottom: none;
}
.header-nav__contact > div .className:before {
  content: '';
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: -10px;
  bottom: 2px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 13C0.447715 13 0 12.5523 0 12C0 11.4477 0.447715 11 1 11H1.41604C2.1876 9.2341 3.94968 8 6 8C7.8244 8 9.42059 8.97712 10.2938 10.4366C10.7845 10.158 11.3765 10 12 10C12.6235 10 13.2155 10.158 13.7062 10.4366C14.5794 8.97712 16.1756 8 18 8C20.0503 8 21.8124 9.2341 22.584 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13C23 15.7614 20.7614 18 18 18C15.2386 18 13 15.7614 13 13C13 12.8313 13.0084 12.6645 13.0247 12.5H13C13 12.2966 12.6046 12 12 12C11.3954 12 11 12.2966 11 12.5H10.9753C10.9916 12.6645 11 12.8313 11 13C11 15.7614 8.76142 18 6 18C3.23858 18 1 15.7614 1 13ZM6 16C7.65685 16 9 14.6569 9 13C9 11.3431 7.65685 10 6 10C4.34315 10 3 11.3431 3 13C3 14.6569 4.34315 16 6 16ZM21 13C21 14.6569 19.6569 16 18 16C16.3431 16 15 14.6569 15 13C15 11.3431 16.3431 10 18 10C19.6569 10 21 11.3431 21 13Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.dark-theme .header-nav__contact > div .className {
  color: #fff;
}
.dark-theme .header-nav__contact > div .className span {
  border-color: #fff;
}
.dark-theme .header-nav__contact > div .className:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 13C0.447715 13 0 12.5523 0 12C0 11.4477 0.447715 11 1 11H1.41604C2.1876 9.2341 3.94968 8 6 8C7.8244 8 9.42059 8.97712 10.2938 10.4366C10.7845 10.158 11.3765 10 12 10C12.6235 10 13.2155 10.158 13.7062 10.4366C14.5794 8.97712 16.1756 8 18 8C20.0503 8 21.8124 9.2341 22.584 11H23C23.5523 11 24 11.4477 24 12C24 12.5523 23.5523 13 23 13C23 15.7614 20.7614 18 18 18C15.2386 18 13 15.7614 13 13C13 12.8313 13.0084 12.6645 13.0247 12.5H13C13 12.2966 12.6046 12 12 12C11.3954 12 11 12.2966 11 12.5H10.9753C10.9916 12.6645 11 12.8313 11 13C11 15.7614 8.76142 18 6 18C3.23858 18 1 15.7614 1 13ZM6 16C7.65685 16 9 14.6569 9 13C9 11.3431 7.65685 10 6 10C4.34315 10 3 11.3431 3 13C3 14.6569 4.34315 16 6 16ZM21 13C21 14.6569 19.6569 16 18 16C16.3431 16 15 14.6569 15 13C15 11.3431 16.3431 10 18 10C19.6569 10 21 11.3431 21 13Z' fill='%23ffffff'/%3E%3C/svg%3E%0A");
}
body .bvi-body :not(.bvi-no-styles) .content-main-service {
  padding-top: calc( 100vh - 85vh);
}
.bvi-active .service__card.swiper-slide:nth-child(7), .bvi-active .service__card.swiper-slide:nth-child(9), .bvi-active .service__card.swiper-slide:nth-child(11), .bvi-active .service__card.swiper-slide:nth-child(13), .bvi-active .service__card.swiper-slide:nth-child(14) {
  margin-left: -72px!important;
}
@media screen and (max-width: 767px) {
  .dark-theme .header-nav__contact > div .className span {
    display: none;
  }
  .header-nav__contact > div .className:before {
    left: -35px;
    bottom: 6px;
  }
}

.footer_custom {
  padding: 0 0 40px;
}
.footer_custom .top_footer {
  padding-top: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #C7C8CC;
  margin-bottom: 56px;
}
.footer_custom.main_footer .top_footer {
  border: none;
}
.footer_custom .footer__social ul li a i::before {
  background: #A7A8AB;
  border: 1px solid #A7A8AB;
  width: 34px;
  height: 34px;
  border-radius: 24px;
}
.footer_custom .footer__social ul li {
  margin-right: 12px;
}
.footer_custom .social ul li a:hover i::before {
  color: #fff;
  background: #0050B2;
  border-color: #0050B2;
}
.footer_custom .middle_footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.footer_custom .footer_menu .list {
  display: flex;
}
.footer_custom .footer_menu .title {
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 12px;
  color: #231F20;
}
.footer_custom .footer_menu .list .row {
  display: flex;
  flex-direction: column;
}
.footer_custom .footer_menu .list .row a {
  font-size: 16px;
  line-height: 28px;
  color: #231F20;
  margin-bottom: 8px;
  text-decoration: none;
  transition: all 0.2s linear;
}
.footer_custom .footer_menu .list .row a:hover {
  color: #8BA724 !important;
}
.footer_custom .footer_menu .list .row:not(:last-child) {
  margin-right: 80px;
}
.footer_custom .footer_menu:last-child {
  margin-right: 150px;
}
.footer_custom .bottom_footer {
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 28px;
  justify-content: space-between;
  color: #81949D;
}
.footer_custom .bottom_footer > a {
  font-size: 16px;
  line-height: 28px;
  text-decoration: none;
  color: #81949D;
}
.footer_custom .bottom_footer > a:nth-child(2) {
  position: relative;
  right: 85px;
  transition: all 0.2s linear;
}
.footer_custom .bottom_footer > a:nth-child(2):hover {
  color: #8BA724 !important;
}
.footer_custom .bottom_footer .cn {
  display: flex;
  align-items: center;
  position: relative;
  right: 21px;
}
.footer_custom .bottom_footer .cn svg {
  margin-left: 8px;
  transition: transform 0.6s linear;
  min-width: 28px;
}
.footer_custom .bottom_footer .cn:hover svg {
  transform: rotate(360deg);
}
@media screen and (max-width: 1440px) {
  .footer_custom .bottom_footer > a:nth-child(2), .footer_custom .bottom_footer .cn {
    position: static;
  }
  .footer_custom .footer_menu .list {
    flex-direction: column;
  }
}
@media screen and (max-width: 1240px) {
  .footer_custom .container {
    max-width: unset;
    padding: 0 24px;
  }
  .footer_custom .bottom_footer {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 1024px) {
  .footer_custom .footer_menu .list {
    flex-direction: column;
  }
  .footer_custom .bottom_footer {
    justify-content: flex-start;
  }
  .footer_custom .bottom_footer .copyright {
    order: 1;
    margin: 0 8px;
  }
  .footer_custom .bottom_footer > a:nth-child(2) {
    margin-bottom: 8px;
  }
  .footer_custom .bottom_footer .cn {
    order: 2;
  }
}
@media screen and (max-width: 767px) {
  .footer_custom .middle_footer {
    flex-direction: column;
  }
  .footer_custom .top_footer {
    flex-direction: column;
  }
  .footer_custom .top_footer .logo {
    margin-bottom: 40px;
  }
  .footer_custom .bottom_footer {
    flex-direction: column;
    text-align: center;
  }
  .footer_custom .footer__social.social ul {
    justify-content: center;
    max-width: 200px;
  }
  .footer_custom .bottom_footer .copyright, .footer_custom .bottom_footer > a:nth-child(2) {
    margin-bottom: 24px;
  }
  .footer_custom .footer_menu .list {
    max-height: 0;
    height: auto;
    overflow: hidden;
    transition: all 0.3s linear;
  }
  .footer_custom .footer_menu .title {
    margin-bottom: 16px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .footer_custom .footer_menu:last-child {
    margin-right: 0;
  }
  .footer_custom .footer_menu .title:after {
    content: '';
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.0486 16.375L19.6647 14.7589L12.0003 7.09456L4.33594 14.7589L5.952 16.375L12.0003 10.3267L18.0486 16.375Z' fill='%230050B2'/%3E%3C/svg%3E%0A");
    transform: rotate(180deg);
    transition: all 0.2s linear;
  }
  .footer_custom .footer_menu .title.active:after {
    transform: rotate(360deg);
  }
}

.main-panel {
  max-width: 1238px;
}
.block-donation {
  background: #B75522;
  border-radius: 12px;
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 477px;
  gap: 20px;
  margin-top: 56px;
  pointer-events: auto;
  text-decoration: none;
}
.block-donation__text {
  color:  #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 112%;

}
@media screen and (max-width: 576px) {
  .main-title ~ .btn.btn-primary {
    margin: 0 auto 56px auto;
    padding: 13px 22px;
  }
  .main-title ~ .block-donation {
    margin: 0 auto auto auto;
    padding: 12px;
    gap: 16px;
  }
}

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 140;
  background: rgba(18, 11, 1, 0.80);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}
.modal.active {
  visibility: visible;
  opacity: 1;
}
.modal.active .modal__body {
  transform: translateY(-50%);
}
.modal__body {
  margin: 0 auto;
  position: relative;
  top: 50%;
  transform: translateY(-10%);
  transition: all 0.3s ease-in-out;
  background: #fff;
  padding: 40px 36px 36px;
  max-width: 503px;
  width: calc(100% - 32px);
  border-radius: 12px;
  box-shadow: 0px 4px 16px 0px rgba(67, 119, 154, 0.08), 0px 6px 24px 0px rgba(95, 145, 178, 0.12);
}
.modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #F5EEE5;
  border-radius: 50%;
}
.modal-guardian__img {
  margin: 0 auto 24px;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  overflow: hidden;
  background: #F5EEE5;
}
.modal-guardian__text {
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #231F20;
  margin-bottom: 8px;
}

.modal-guardian__number {
  text-align: center;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  color: #8BA724;
  margin-bottom: 24px;
}

.modal-guardian__number span {
  color: #81949D;
  font-weight: 600;
}

.modal-guardian__number br {
  display: none;
}

.modal-guardian__btn {
  text-decoration: none;
  display: inline-flex;
  width: 100%;
  height: 54px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  background: linear-gradient(266deg, #9EBF24 0%, #8BA724 101.1%);
  box-shadow: 0px 2px 0px 0px #779215;
  transition: all 0.2s;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.09px;
}

.modal-guardian__btn:hover {
  opacity: 0.8;
}

@media screen and (max-width: 576px) {
  .modal-guardian__number br {
    display: block;
  }
  .modal__body {
    padding: 33px 20px 36px;
  }
  .modal-guardian__text {
    font-size: 16px;
    line-height: 132%;
  }
  .modal-guardian__number {
    font-size: 20px;
    line-height: 120%;
  }
  .modal-guardian__btn {
    height: 48px;
    font-size: 16px;
  }
}

.donation-page__bg {
  background-image: url("/local/templates/main/img/qr/donation-page.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.donation-page__row {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 64px;
}
.donation-page__qr {
  padding: 24px;
  background: #FFF;
  border-radius: 56px;
}
.donation-page__block .donation-page__title {
  font-size: 40px;
  font-style: normal;
  font-weight: 900;
  line-height: 52px;
  color: #FFF;
  margin-bottom: 24px;
}
.donation-page__block .donation-page__text {
  max-width: 541px;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #FFF;
}