*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #fff;
  margin: 0;
  min-width: 320px;
  min-height: 100%;
}
[tabindex="-1"]:focus {
  outline: 0 !important;
}
[role="button"] {
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
iframe {
  max-width: 100%;
}
[role="button"],
a,
button,
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  margin: 0;
}
button,
input {
  overflow: visible;
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="date"],
input[type="datetime-local"],
input[type="month"],
input[type="time"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
a svg,
button svg {
  pointer-events: none;
}
svg:not(:root) {
  overflow: hidden;
}
img {
  max-width: 100%;
  height: auto;
}
a {
  text-decoration-skip: ink;
  -webkit-text-decoration-skip: objects;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  text-decoration: none;
}
a:focus,
a:hover {
  text-decoration: none;
}
a:visited {
  text-decoration: none;
}
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  overflow: visible;
}
@media (max-width: 767px) and (min-width: 576px) {
  .main-page .slider {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@media (max-width: 575px) {
  .main-page .slider {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.main-page .slider .main-slider .item.slick-slide {
  outline: 0;
}
.main-page .slider .main-slider .item {
  height: 620px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .main-page .slider .main-slider .item {
    height: 427px;
  }
}
@media (max-width: 575px) {
  .main-page .slider .main-slider .item {
    height: 424px;
  }
}
.main-page .slider .main-slider .item .container-fluid {
  height: 100%;
}
.main-page .slider .main-slider .item .container-fluid .slider-block {
  position: relative;
  height: 100%;
}
.main-page .slider .main-slider .item .container-fluid .slider-block .text {
  font-size: 48px;
  font-family: DSGoose;
  color: #fff;
  margin-bottom: 46px;
  background-color: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1199px) and (min-width: 992px) {
  .main-page .slider .main-slider .item .container-fluid .slider-block .text {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .main-page .slider .main-slider .item .container-fluid .slider-block .text {
    margin-bottom: 50px;
    font-size: 40px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .main-page .slider .main-slider .item .container-fluid .slider-block .text {
    font-size: 36px;
    margin-bottom: 50px;
  }
}
@media (max-width: 575px) {
  .main-page .slider .main-slider .item .container-fluid .slider-block .text {
    font-size: 30px;
    margin-bottom: 47px;
  }
}
.main-page .slider .main-slider .slick-next,
.main-page .slider .main-slider .slick-prev {
  left: 0;
  top: 40%;
  z-index: 10;
  width: 53px;
  height: 53px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .main-page .slider .main-slider .slick-next,
  .main-page .slider .main-slider .slick-prev {
    top: 50%;
  }
}
@media (max-width: 575px) {
  .main-page .slider .main-slider .slick-next,
  .main-page .slider .main-slider .slick-prev {
    top: 13%;
  }
}
.main-page .slider .main-slider .slick-next:before,
.main-page .slider .main-slider .slick-prev:before {
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-page .slider .main-slider .slick-next:hover:before,
.main-page .slider .main-slider .slick-prev:hover:before {
  opacity: 0.8;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.main-page .slider .main-slider .slick-prev {
  left: 10px;
}
.main-page .slider .main-slider .slick-prev:before {
  content: url(/img/icons/prev-slide.png);
}
.main-page .slider .main-slider .slick-next {
  left: 65px;
}
.main-page .slider .main-slider .slick-next:before {
  content: url(/img/icons/next-slide.png);
}
.main-page .main-block {
  background: url(/img/bg-1.jpg);
  position: relative;
}
.main-page .main-block:before {
  content: "";
  background-image: url(/img/body-after.png);
  background-size: cover;
  width: 100%;
  height: 50px;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 0;
}
.info-blocks .item-s {
  height: 260px;
  overflow: hidden;
}
.info-blocks .to-feed .item-s {
  position: relative;
}
.info-blocks .to-feed .block-text {
  background-color: #59a91d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.info-blocks .to-feed .text {
  padding: 5px 0;
  text-align: center;
  font-size: 40px;
  font-family: DSGoose;
  color: #fff;
  text-transform: uppercase;
}
.info-blocks .to-feed .zoo-img {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.info-blocks .element-news .item-s {
  position: relative;
}
.info-blocks .element-news .item-s:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.info-blocks .element-news .item-s .block-text {
  padding: 34px;
  position: absolute;
  bottom: 0;
}
.info-blocks .element-news .item-s .block-text .date {
  background-color: #59a91d;
  font-size: 20px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
  width: 81px;
  text-align: center;
}
.info-blocks .element-news .item-s .block-text .text {
  width: 100%;
  font-size: 30px;
  font-family: Violet;
  color: #fff;
}
.info-blocks .item-m {
  height: 405px;
}
.info-blocks .item-m.about-zoo {
  overflow: hidden;
}
@media (max-width: 767px) and (min-width: 576px) {
  .info-blocks .item-m.about-zoo {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .info-blocks .item-m.about-zoo {
    height: 100%;
  }
}
.info-blocks .item-m.about-zoo .row {
  height: 100%;
}
.info-blocks .item-m.about-zoo .block-text {
  padding: 60px;
  background-color: #fff;
  height: 100%;
  position: relative;
}
@media (max-width: 767px) and (min-width: 576px) {
  .info-blocks .item-m.about-zoo .block-text {
    height: 50%;
  }
}
@media (max-width: 575px) {
  .info-blocks .item-m.about-zoo .block-text {
    height: 53%;
    padding: 35px;
  }
}
.info-blocks .item-m.about-zoo .block-text:after {
  content: url(/img/main-page/line-about-zoo.png);
  position: absolute;
  right: -14px;
  top: 0;
  display: block;
  z-index: 10;
}
.info-blocks .item-m.about-zoo .block-text .text {
  font-size: 26px;
  font-family: Frenchpress;
  color: #5b5b5b;
}
.info-blocks .item-m.about-zoo .title-about-zoo {
  margin-bottom: 43px;
  font-size: 24px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
}
@media (max-width: 575px) {
  .info-blocks .item-m.about-zoo .title-about-zoo {
    margin-bottom: 23px;
  }
}
.info-blocks .item-m.about-zoo .block-img {
  height: 100%;
  position: relative;
  text-align: center;
  padding: 50px 15px 15px 15px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .info-blocks .item-m.about-zoo .block-img {
    padding: 50px 15px 50px 15px;
  }
}
.info-blocks .item-m.about-zoo .block-img .title {
  margin-top: 25px;
  font-size: 24px;
  font-family: DSGoose;
  color: #fff;
  text-transform: uppercase;
}
.info-blocks .video-block {
  position: relative;
}
.info-blocks .video-block .video {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.info-blocks .video-block .video:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.col-md-12,
.col-md-4,
.col-md-6,
.col-md-8 {
  padding: 15px;
}
.photo-gallery {
  background: url(/img/bg-1.jpg);
  padding: 50px 0;
}
.photo-gallery .title {
  text-align: center;
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 25px;
}
@media (max-width: 575px) {
  .photo-gallery .title {
    font-size: 47px;
  }
}
.photo-gallery .slider .slider-gallery .item .img {
  height: 626px;
  background-position: center;
}
@media (max-width: 575px) {
  .photo-gallery .slider .slider-gallery .item .img {
    height: 326px;
  }
}
.photo-gallery .slider .slider-gallery .item .description {
  font-size: 28px;
  font-family: Frenchpress;
  color: #444;
  margin: 20px 0;
}
@media (max-width: 575px) {
  .photo-gallery .slider .slider-gallery .item .description {
    font-size: 22px;
    margin: 10px 0 0 0;
  }
}
.photo-gallery .slider .slider-gallery .slick-arrow {
  top: 40%;
}
@media (max-width: 575px) {
  .photo-gallery .slider .slider-gallery .slick-arrow {
    top: 30%;
  }
}
.photo-gallery .slider .slider-gallery .slick-prev.slick-arrow {
  left: 0;
  z-index: 10;
}
.photo-gallery .slider .slider-gallery .slick-prev.slick-arrow:before {
  content: url(/img/icons/prev-slide.png);
}
.photo-gallery .slider .slider-gallery .slick-next.slick-arrow {
  right: 33px;
  z-index: 10;
}
.photo-gallery .slider .slider-gallery .slick-next.slick-arrow:before {
  content: url(/img/icons/next-slide.png);
}
.photo-gallery .slider .slider-gallery-nav .item {
  height: 160px;
  margin: 0 10px;
  border: 2px solid transparent;
  outline: 0;
}
.photo-gallery .slider .slider-gallery-nav .item:first-child {
  margin: 0 0 0 15px;
}
.photo-gallery .slider .slider-gallery-nav .item:last-child {
  margin: 0;
}
.photo-gallery .slider .slider-gallery-nav .item .img {
  height: 100%;
}
.photo-gallery
  .slider
  .slider-gallery-nav
  .item.slick-slide.slick-current.slick-active {
  border: 2px solid #ff0;
  outline: 0;
  position: relative;
}
.photo-gallery
  .slider
  .slider-gallery-nav
  .item.slick-slide.slick-current.slick-active:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(89, 169, 29, 0.4);
  z-index: 10;
  width: 100%;
  height: 100%;
}
.photo-gallery .slider .slider-gallery-nav .slick-prev.slick-arrow {
  left: -45px;
  z-index: 10;
}
.photo-gallery .slider .slider-gallery-nav .slick-prev.slick-arrow:before {
  content: url(/img/icons/slide-prev-m.png);
}
.photo-gallery .slider .slider-gallery-nav .slick-next.slick-arrow {
  right: -45px;
  z-index: 10;
}
.photo-gallery .slider .slider-gallery-nav .slick-next.slick-arrow:before {
  content: url(/img/icons/slide-next-m.png);
}
.news {
  background: url(/img/bg-1.jpg);
  padding: 50px 0 20px 0;
}
.news .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .news .title {
    font-size: 47px;
  }
}
.news .item-news {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news .item-news:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news .item-news:hover .item-m {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.news .item-news:hover .item-m:before {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}
.news .item-news .item-m {
  height: 300px;
  position: relative;
  overflow: hidden;
}
.news .item-news .item-m:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.news .item-news .item-m .block-text {
  padding: 34px;
  position: absolute;
  bottom: 0;
}
.news .item-news .item-m .block-text .date {
  background-color: #59a91d;
  font-size: 20px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
  width: 81px;
  text-align: center;
  margin-bottom: 10px;
}
.news .item-news .item-m .block-text .text {
  max-height: 200px;
  width: 70%;
  font-size: 30px;
  font-family: Violet;
  color: #fff;
}
@media (max-width: 767px) and (min-width: 576px) {
  .news .item-news .item-m .block-text .text {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .news .item-news .item-m .block-text .text {
    width: 100%;
  }
}
.archive-news {
  margin-top: 45px;
  overflow-y: auto;
}
@media (max-width: 575px) {
  .archive-news ul.nav-tabs li.year {
    width: 100%;
  }
}
.archive-news .item {
  text-align: right;
}
.archive-news .item a {
  background-color: #59a91d;
  font-size: 22px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
  padding: 14px 25px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.archive-news .item a:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.one-news {
  background: url(/img/bg-1.jpg);
  padding: 50px 0 20px 0;
}
.one-news .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 5px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .one-news .title {
    font-size: 47px;
  }
}
@media (max-width: 575px) {
  .one-news .title {
    font-size: 34px;
  }
}
.one-news .return-list {
  text-align: center;
  position: relative;
}
.one-news a.return-link {
  position: relative;
  color: #59a91d;
  text-transform: uppercase;
  font-size: 26px;
  font-family: Violet;
  font-weight: 900;
}
.one-news a.return-link:before {
  content: url(/img/icons/return-list-img.png);
  position: absolute;
  left: -40px;
  top: 2px;
}
.one-news .block {
  margin-top: 25px;
}
.one-news .block .item-img {
  float: left;
  margin: 7px 50px 7px 0;
}
.one-news .block .item-img .img {
  width: 500px;
  height: 300px;
  background-size: cover;
  background-position: center;
}
.one-news .block .item-text .title-m {
  font-size: 44px;
  font-family: Violet;
  color: #000;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  .one-news .block .item-text .title-m {
    font-size: 47px;
  }
}
.one-news .block .share {
  margin-top: 30px;
}
.one-news .block .share span {
  color: #59a91d;
  text-transform: uppercase;
  font-size: 26px;
  font-family: Violet;
  font-weight: 900;
  margin-right: 25px;
}
@media (max-width: 575px) {
  .one-news .block .share span {
    margin-bottom: 10px;
  }
}
.one-news .block .share .link {
  display: inline-block;
  vertical-align: middle;
}
.one-news .block .share .link a {
  margin-right: 10px;
}
.one-news .block .share .link .img {
  display: inline-block;
  width: 100px;
  height: 40px;
  background-size: cover;
  background-position: center;
}
.one-news .block .share .link .fb-img {
  background-image: url(/img/social/facebook-new.jpg);
}
.one-news .block .share .link .tw-img {
  background-image: url(/img/social/twitter-new.jpg);
}
.one-news .block .share .link .vk-img {
  background-image: url(/img/social/vk-new.jpg);
}
.one-news .photo-gallery {
  padding: 25px 0;
}
.one-news .slider-news {
  position: relative;
}
.one-news .slider-news .item {
  height: 305px;
  position: relative;
  background-size: cover;
  background-position: center;
}
.one-news .slider-news .item:before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}
.one-news .slider-news .item .block-text {
  position: absolute;
  top: 150px;
  left: 25px;
  width: 80%;
  max-height: 150px;
  word-break: break-all;
  overflow: hidden;
}
.one-news .slider-news .item .date {
  background-color: #59a91d;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  text-transform: uppercase;
  padding: 3px 15px;
  margin-bottom: 15px;
}
.one-news .slider-news .item .text {
  color: #fff;
  font-size: 26px;
  font-family: Violet;
}
.one-news .slider-news .slick-slide {
  margin: 0 25px;
}
@media (max-width: 575px) {
  .one-news .slider-news .slick-slide {
    margin: 0 5px;
  }
}
.one-news .slider-news .slick-arrow {
  position: absolute;
  cursor: pointer;
}
.one-news .slider-news .prev {
  top: 50%;
  left: -15px;
}
.one-news .slider-news .next {
  top: 50%;
  right: -15px;
}
.schedule {
  background: url(/img/bg-1.jpg);
  padding: 50px 0 20px 0;
}
.schedule .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 575px) {
  .schedule .title {
    font-size: 47px;
  }
}
.schedule ul.nav.nav-tabs {
  border-bottom: 1px solid transparent;
  text-align: center;
}
.schedule ul.nav.nav-tabs li.nav-item a.nav-link.active {
  background-color: #55a51c;
  font-size: 30px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
}
.schedule ul.nav.nav-tabs a.nav-link {
  font-size: 30px;
  font-family: Violet;
  color: #97927f;
  text-transform: uppercase;
}
.schedule .tab-content {
  margin-top: 43px;
}
.schedule .tab-content .row.row-common {
  background-color: #fff;
  margin-bottom: 28px;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.schedule .tab-content .row.row-common:hover {
  -webkit-box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 6px 17px 0 rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.schedule .tab-content .time {
  font-size: 36px;
  font-family: Violet;
  color: #55a51c;
}
.schedule .tab-content .image-animal {
  width: 98px;
  height: 98px;
  position: relative;
}
.schedule .tab-content .image-animal:before {
  content: url(/img/schedule/border.png);
  top: 0;
  top: -3px;
  left: 12px;
  display: block;
  position: absolute;
}
.schedule .tab-content .image-animal img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.schedule .tab-content .name-animal {
  font-size: 36px;
  font-family: Violet;
  color: #000;
}
@media (max-width: 767px) and (min-width: 576px) {
  .schedule .tab-content .name-animal {
    text-align: center;
  }
}
.employees {
  background: url(/img/bg-1.jpg);
  padding: 50px 0;
}
.employees .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 575px) {
  .employees .title {
    font-size: 47px;
  }
}
.employees .slider .slick-track {
  margin-bottom: 50px;
}
.employees .slider .slider-employees-nav .item {
  height: 190px;
  margin: 0 10px;
  border: 2px solid transparent;
  outline: 0;
}
@media (max-width: 575px) {
  .employees .slider .slider-employees-nav .item {
    height: 300px;
  }
}
.employees .slider .slider-employees-nav .item:first-child {
  margin: 0 0 0 15px;
}
.employees .slider .slider-employees-nav .item:last-child {
  margin: 0;
}
.employees .slider .slider-employees-nav .item .img {
  height: 80%;
}
.employees .slider .slider-employees-nav .item .name-employees {
  font-size: 24px;
  font-family: Violet;
  color: #000;
}
.employees
  .slider
  .slider-employees-nav
  .item.slick-slide.slick-current.slick-active
  .img {
  border: 2px solid #ff0;
  outline: 0;
  position: relative;
}
.employees
  .slider
  .slider-employees-nav
  .item.slick-slide.slick-current.slick-active
  .img:before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  background: rgba(89, 169, 29, 0.4);
  z-index: 10;
  width: 100%;
  height: 100%;
}
@media (max-width: 575px) {
  .employees
    .slider
    .slider-employees-nav
    .item.slick-slide.slick-current.slick-active
    .img:before {
    background: 0 0;
  }
}
.employees
  .slider
  .slider-employees-nav
  .item.slick-slide.slick-current.slick-active
  .name-employees {
  font-size: 24px;
  font-family: Violet;
  color: #9b9789;
  text-align: center;
}
.employees .slider .slider-employees-nav .slick-prev.slick-arrow {
  left: -45px;
  top: 30%;
  z-index: 10;
}
.employees .slider .slider-employees-nav .slick-prev.slick-arrow:before {
  content: url(/img/icons/slide-prev-m.png);
}
.employees .slider .slider-employees-nav .slick-next.slick-arrow {
  right: -45px;
  top: 30%;
  z-index: 10;
}
.employees .slider .slider-employees-nav .slick-next.slick-arrow:before {
  content: url(/img/icons/slide-next-m.png);
}
.employees .slider .slider-employees .item {
  height: 400px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .employees .slider .slider-employees .item {
    height: 100%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .employees .slider .slider-employees .item {
    height: 100%;
  }
}
@media (max-width: 575px) {
  .employees .slider .slider-employees .item {
    height: 100%;
  }
}
.employees .slider .slider-employees .item .row {
  height: 100%;
}
.employees .slider .slider-employees .item .block-img {
  background-color: #55a51c;
  padding: 50px;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .employees .slider .slider-employees .item .block-img {
    padding: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .employees .slider .slider-employees .item .block-img {
    padding: 0;
  }
}
@media (max-width: 575px) {
  .employees .slider .slider-employees .item .block-img {
    padding: 0;
    display: none;
  }
}
.employees .slider .slider-employees .item .block-img .border-img {
  position: relative;
}
.employees .slider .slider-employees .item .block-img .img {
  width: 300px;
  height: 300px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .employees .slider .slider-employees .item .block-img .img {
    -webkit-transform: translateX(-23px) translateY(-17px) scale(0.8);
    -ms-transform: translateX(-23px) translateY(-17px) scale(0.8);
    transform: translateX(-23px) translateY(-17px) scale(0.8);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .employees .slider .slider-employees .item .block-img .img {
    -webkit-transform: translateX(-35px) translateY(-17px) scale(0.6);
    -ms-transform: translateX(-35px) translateY(-17px) scale(0.6);
    transform: translateX(-35px) translateY(-17px) scale(0.6);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .employees .slider .slider-employees .item .block-img .img {
    -webkit-transform: translateX(110px) translateY(-17px) scale(0.7);
    -ms-transform: translateX(110px) translateY(-17px) scale(0.7);
    transform: translateX(110px) translateY(-17px) scale(0.7);
  }
}
@media (max-width: 575px) {
  .employees .slider .slider-employees .item .block-img .img {
    -webkit-transform: translateX(-23px) translateY(-17px) scale(0.6);
    -ms-transform: translateX(-23px) translateY(-17px) scale(0.6);
    transform: translateX(-23px) translateY(-17px) scale(0.6);
  }
}
.employees .slider .slider-employees .item .block-img .img:before {
  content: url(/img/employees/border.png);
  position: absolute;
  display: block;
  top: -10px;
  left: -10px;
  z-index: 100;
}
.employees .slider .slider-employees .item .block-text {
  background-color: #fff;
  padding: 80px 50px;
  position: relative;
}
.employees .slider .slider-employees .item .block-text:before {
  position: absolute;
  background-image: url(/img/contacts/line-contacts.png);
  display: block;
  content: "";
  left: -3px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  top: 0;
  width: 20px;
  height: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .employees .slider .slider-employees .item .block-text:before {
    width: 0;
  }
  .employees .slider .slider-employees .item .block-text:after {
    position: absolute;
    background-image: url(/img/contacts/line-contacts.png);
    display: block;
    content: "";
    right: -3px;
    top: 0;
    width: 20px;
    height: 100%;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .employees .slider .slider-employees .item .block-text {
    padding: 50px 30px;
  }
  .employees .slider .slider-employees .item .block-text:before {
    width: 0;
  }
}
@media (max-width: 575px) {
  .employees .slider .slider-employees .item .block-text {
    padding: 25px 25px;
  }
  .employees .slider .slider-employees .item .block-text:before {
    width: 0;
  }
}
.employees .slider .slider-employees .item .block-text .name-employees {
  font-size: 42px;
  font-family: Violet;
  color: #000;
}
.employees .slider .slider-employees .item .block-text .position-employees {
  font-size: 24px;
  font-family: Violet;
  color: #55a51c;
}
.employees .slider .slider-employees .item .block-text .description-employees {
  font-size: 24px;
  font-family: Frenchpress;
  color: #666;
}
.employees .slider .slider-employees .slick-dots {
  bottom: -45px;
}
.employees .slider .slider-employees .slick-dots li button:before {
  font-size: 22px;
  color: #3b8e00;
}
.archive-news {
  background: url(/img/bg-1.jpg);
  padding: 50px 0 20px 0;
}
.archive-news .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 575px) {
  .archive-news .title {
    font-size: 47px;
  }
}
.archive-news ol {
  margin-left: 15px;
}
.archive-news select.selectpicker.current {
  display: block;
}
.archive-news select.selectpicker {
  display: none;
}
.archive-news .bootstrap-select.current {
  display: block;
}
.archive-news .bootstrap-select {
  display: none;
}
.archive-news
  .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
    .input-group-btn
  ) {
  width: 178px;
  margin-right: 15px;
  height: 56px;
}
@media (max-width: 575px) {
  .archive-news
    .bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(
      .input-group-btn
    ) {
    width: 100%;
    height: 60px;
  }
}
.archive-news .bootstrap-select .dropdown-toggle {
  height: 100%;
}
.archive-news .bootstrap-select .dropdown-toggle:after {
  content: url(/img/icons/select.png);
  border: none;
  width: 20px;
}
.archive-news .bootstrap-select .dropdown-toggle .filter-option-inner-inner {
  font-size: 30px;
  font-family: Violet;
  color: #424242;
  text-transform: uppercase;
}
.archive-news .bootstrap-select .dropdown-toggle.toggle {
  height: 100%;
}
.archive-news .bootstrap-select .dropdown-toggle.toggle:after {
  content: url(/img/icons/select.png);
  border: none;
  width: 0;
  -webkit-transform: rotate(180deg) translateY(-22px);
  -ms-transform: rotate(180deg) translateY(-22px);
  transform: rotate(180deg) translateY(-22px);
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.255em;
  vertical-align: 0.255em;
}
.archive-news .nav-tabs {
  border-bottom: 1px solid transparent;
  margin-bottom: 60px;
}
.archive-news .nav-tabs .nav-link.active {
  background-color: #55a51c;
  font-size: 30px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
}
.archive-news .nav-tabs .nav-link {
  font-size: 30px;
  font-family: Violet;
  color: #97927f;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .archive-news .nav-tabs .nav-link {
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.archive-news .tab-content .row-common {
  margin-bottom: 30px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.archive-news .tab-content .row-common:hover {
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.archive-news .tab-content .row-common:hover .text-archive-news {
  color: #59a91d;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.archive-news .tab-content .row-common:hover .date-archive-news {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.archive-news .tab-content .row-common .date-archive-news {
  font-size: 22px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
  background-color: #59a91d;
  width: 92px;
  text-align: center;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.archive-news .tab-content .row-common .text-archive-news {
  font-size: 30px;
  font-family: Violet;
  color: #000;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.contacts {
  background: url(/img/bg-1.jpg);
  padding: 50px 0 20px 0;
}
.contacts .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  margin-bottom: 25px;
  text-align: center;
}
@media (max-width: 575px) {
  .contacts .title {
    font-size: 47px;
    margin-bottom: 0;
  }
}
.contacts .info-block {
  margin-top: 55px;
}
@media (max-width: 575px) {
  .contacts .info-block {
    margin-top: 0;
  }
}
.contacts .info-block:before {
  content: "";
  background-image: url(/img/body-after.png);
  background-size: cover;
  width: 100%;
  height: 0;
  background-size: cover;
  position: absolute;
  top: -90px;
  left: 0;
}
.contacts .info-block .item {
  width: 210px;
  height: 196px;
  oveflow: hidden;
  background-color: #fff;
  text-align: center;
  margin: 0 7.5px 0 7.5px;
  display: inline-block;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  padding-top: 35px;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .contacts .info-block .item {
    margin: 55px auto 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .contacts .info-block .item {
    margin: 55px auto 0 auto;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .contacts .info-block .item {
    margin: 55px auto 0 auto;
  }
}
@media (max-width: 575px) {
  .contacts .info-block .item {
    margin: 55px auto 0 auto;
    width: 150px;
    height: 166px;
  }
}
.contacts .info-block .item .img {
  position: absolute;
  top: -45px;
}
@media (max-width: 575px) {
  .contacts .info-block .item .img {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}
.contacts .info-block .item .text {
  font-size: 24px;
  font-family: Frenchpress;
  color: #505050;
}
@media (max-width: 575px) {
  .contacts .info-block .item .text {
    font-size: 18px;
  }
}
.contacts .info-block .item .text a {
  font-size: 24px;
  font-family: Frenchpress;
  color: #505050;
  display: block;
}
.contacts .info-block .item .text ahover {
  color: #55a51c;
}
@media (max-width: 575px) {
  .contacts .info-block .item .text a {
    font-size: 18px;
  }
}
.contacts .map {
  height: 466px;
  margin: 65px 0 86px 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .contacts .map {
    height: 388px;
    margin: 45px 0 66px 0;
  }
}
@media (max-width: 575px) {
  .contacts .map {
    height: 300px;
    margin: 35px 0 46px 0;
  }
}
.contacts .map #contact-map {
  height: 100%;
}
.contacts .feedback .title {
  font-size: 48px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .contacts .feedback .title {
    font-size: 38px;
  }
}
.contacts .feedback form .form-item {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 576px) {
  .contacts .feedback form .form-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .contacts .feedback form .form-item {
    margin-bottom: 0;
  }
}
.contacts .feedback form .form-item input {
  height: 42px;
  padding: 0 15px;
}
.contacts .feedback form .form-item textarea {
  min-height: 104px;
  padding: 25px;
  resize: none;
}
.contacts .feedback form .form-item input,
.contacts .feedback form .form-item textarea {
  width: 555px;
  border: none;
  outline: 0;
  font-size: 24px;
  font-family: Frenchpress;
  color: #6e6e6e;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 576px) {
  .contacts .feedback form .form-item input,
  .contacts .feedback form .form-item textarea {
    width: 455px;
  }
}
@media (max-width: 575px) {
  .contacts .feedback form .form-item input,
  .contacts .feedback form .form-item textarea {
    width: 280px;
  }
}
.contacts .feedback form .form-item input[type="placeholder"] {
  font-size: 24px;
  font-family: Frenchpress;
  color: #6e6e6e;
}
.contacts .feedback form .form-item .submit {
  background-color: #55a51c;
  font-size: 24px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  width: 285px;
}
@media (max-width: 575px) {
  .contacts .feedback form .form-item .submit {
    width: 150px;
    font-size: 20px;
  }
}
.contacts .feedback form .form-item .submit:hover {
  background-color: rgba(85, 165, 28, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.animal {
  background: url(/img/bg-1.jpg);
}
.animal .pseudo-bg {
  height: 600px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
.animal .pseudo-bg:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 10;
}
.animal .preview-normal,
.animal .preview-video {
  height: 600px;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 575px) {
  .animal .preview-normal,
  .animal .preview-video {
    height: 400px;
  }
}
.animal .preview-normal:hover .name-animal,
.animal .preview-normal:hover .start-video,
.animal .preview-video:hover .name-animal,
.animal .preview-video:hover .start-video {
  display: none;
}
.animal .preview-normal.preview-normal,
.animal .preview-video.preview-normal {
  height: 400px;
}
@media (max-width: 575px) {
  .animal .preview-normal.preview-normal,
  .animal .preview-video.preview-normal {
    height: 155px;
  }
}
.animal .preview-normal.preview-normal .name-animal,
.animal .preview-video.preview-normal .name-animal {
  display: block;
  color: #000;
}
.animal .preview-normal .start-video,
.animal .preview-video .start-video {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.animal .preview-normal iframe,
.animal .preview-video iframe {
  width: 100%;
  height: 100%;
  z-index: 1;
  cursor: none;
  position: absolute;
  top: 0;
  left: 0;
}
.animal .preview-normal .name-animal,
.animal .preview-video .name-animal {
  position: absolute;
  font-size: 71px;
  font-family: DSGoose;
  color: #fff;
  z-index: 10;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .preview-normal .name-animal,
  .animal .preview-video .name-animal {
    font-size: 51px;
    bottom: 10px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .preview-normal .name-animal,
  .animal .preview-video .name-animal {
    font-size: 41px;
    bottom: 10px;
  }
}
@media (max-width: 575px) {
  .animal .preview-normal .name-animal,
  .animal .preview-video .name-animal {
    font-size: 31px;
    bottom: 10px;
  }
}
.animal .preview-normal .block-button .next,
.animal .preview-normal .block-button .prev,
.animal .preview-video .block-button .next,
.animal .preview-video .block-button .prev {
  top: 50%;
  position: absolute;
  z-index: 10;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.animal .preview-normal .block-button .next:hover,
.animal .preview-normal .block-button .prev:hover,
.animal .preview-video .block-button .next:hover,
.animal .preview-video .block-button .prev:hover {
  opacity: 0.8;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.animal .preview-normal .block-button .prev,
.animal .preview-video .block-button .prev {
  left: 0;
}
.animal .preview-normal .block-button .next,
.animal .preview-video .block-button .next {
  right: 0;
}
.animal .info-animal {
  padding: 90px 0;
  position: relative;
}
@media (max-width: 575px) {
  .animal .info-animal {
    padding-top: 0;
  }
}
.animal .info-animal:before {
  content: "";
  background-image: url(/img/body-after.png);
  background-size: cover;
  width: 100%;
  height: 50px;
  background-size: cover;
  position: absolute;
  top: -30px;
  left: 0;
  z-index: 100;
}
.animal .info-animal .info-cards .item {
  width: 360px;
  background-color: #fff;
  text-align: center;
  margin: 0 7.5px 0 7.5px;
  display: inline-block;
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  padding: 65px 0 25px 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .animal .info-animal .info-cards .item {
    margin: 55px auto 0 auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .info-animal .info-cards .item {
    margin: 55px auto 0 auto;
    width: 300px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .info-animal .info-cards .item {
    margin: 55px auto 0 auto;
  }
}
@media (max-width: 575px) {
  .animal .info-animal .info-cards .item {
    margin: 55px auto 0 auto;
    width: 220px;
    height: 166px;
  }
}
.animal .info-animal .info-cards .item .img {
  position: absolute;
  top: -45px;
}
@media (max-width: 575px) {
  .animal .info-animal .info-cards .item .img {
    top: -40px;
    width: 80px;
    height: 80px;
  }
}
.animal .info-animal .info-cards .item .text-title {
  margin-top: 15px;
  font-size: 30px;
  font-family: Violet;
  color: #000;
}
@media (max-width: 575px) {
  .animal .info-animal .info-cards .item .text-title {
    font-size: 20px;
  }
}
.animal .info-animal .info-cards .item .text-description {
  font-size: 30px;
  font-family: Frenchpress;
  color: #7d7d7d;
  overflow: hidden;
}
.animal .info-animal .info-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  overflow: hidden;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .info-animal .info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .info-animal .info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 575px) {
  .animal .info-animal .info-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.animal .info-animal .info-card .img-block {
  width: 100%;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .info-animal .info-card .img-block {
    height: 300px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .info-animal .info-card .img-block {
    height: 300px;
  }
}
@media (max-width: 575px) {
  .animal .info-animal .info-card .img-block {
    height: 250px;
  }
}
.animal .info-animal .info-card .img-block:after {
  content: "";
  background: url(/img/animal/border.png);
  background-repeat: no-repeat;
  height: 100%;
  width: 5%;
  max-height: 100%;
  position: absolute;
  right: -15px;
  top: 0;
  z-index: 10;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .info-animal .info-card .img-block:after {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .info-animal .info-card .img-block:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .animal .info-animal .info-card .img-block:after {
    display: none;
  }
}
.animal .info-animal .info-card .text-block {
  padding: 80px 70px;
  background-color: #59a91d;
  width: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .info-animal .info-card .text-block {
    padding: 50px 40px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .info-animal .info-card .text-block {
    padding: 40px 30px;
  }
}
@media (max-width: 575px) {
  .animal .info-animal .info-card .text-block {
    padding: 25px 25px;
  }
}
.animal .info-animal .info-card .text-block .text {
  font-size: 36px;
  font-family: Frenchpress;
  color: #fff;
}
@media (max-width: 575px) {
  .animal .info-animal .info-card .text-block .text {
    font-size: 24px;
  }
}
.animal .intresting-facts {
  background-image: url(/img/animal/1.jpg);
  background-size: cover;
  padding: 70px 0;
  position: relative;
}
.animal .intresting-facts:before {
  content: "";
  background-color: rgba(89, 169, 29, 0.6);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.animal .intresting-facts .title {
  font-size: 48px;
  font-family: DSGoose;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 90px;
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .intresting-facts .title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .intresting-facts .title {
    margin-bottom: 0;
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .animal .intresting-facts .title {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.animal .intresting-facts .text-block-left {
  position: relative;
}
.animal .intresting-facts .text-block-left:after {
  background-image: url(/img/animal/line-left.png);
  background-size: contain;
  background-repeat: repeat-Y;
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  right: -90px;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .intresting-facts .text-block-left:after {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .intresting-facts .text-block-left:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .animal .intresting-facts .text-block-left:after {
    display: none;
  }
}
.animal .intresting-facts .text-block-left .bracket-left {
  position: absolute;
  top: 0;
  width: 50px;
  height: 100%;
  bottom: 0;
  right: -50px;
  -webkit-border-image: url(/img/animal/line-left.png) 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .animal .intresting-facts .text-block-left .bracket-left {
    right: -40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .intresting-facts .text-block-left .bracket-left {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .intresting-facts .text-block-left .bracket-left {
    display: none;
  }
}
@media (max-width: 575px) {
  .animal .intresting-facts .text-block-left .bracket-left {
    display: none;
  }
}
.animal .intresting-facts .text-block-right:before {
  background-image: url(/img/animal/line-right.png);
  background-size: contain;
  background-repeat: repeat-Y;
  position: absolute;
  height: 100%;
  width: 30%;
  top: 0;
  left: -30px;
}
.animal .intresting-facts .text-block-right .bracket-right {
  position: absolute;
  top: 0;
  left: -50px;
  bottom: 0;
  width: 50px;
  height: 100%;
  -webkit-border-image: url(/img/animal/line-right.png) 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .animal .intresting-facts .text-block-right .bracket-right {
    right: -40px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .intresting-facts .text-block-right .bracket-right {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .intresting-facts .text-block-right .bracket-right {
    display: none;
  }
}
@media (max-width: 575px) {
  .animal .intresting-facts .text-block-right .bracket-right {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .intresting-facts .text-block {
    margin: 25px 0;
  }
}
.animal .intresting-facts .text-block:last-child {
  margin-left: 20px;
}
@media (max-width: 575px) {
  .animal .intresting-facts .text-block:last-child {
    margin-left: 0;
  }
}
.animal .intresting-facts .text-block ul li {
  font-size: 26px;
  font-family: Frenchpress;
  color: #fff;
  margin-bottom: 30px;
  list-style-type: none;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .animal .intresting-facts .text-block ul li {
    font-size: 24px;
  }
}
.animal .intresting-facts .text-block ul li:before {
  content: url(/img/animal/mark.png);
  display: inline-block;
  -webkit-transform: translateX(-40px);
  -ms-transform: translateX(-40px);
  transform: translateX(-40px);
  width: 0;
}
@media (max-width: 575px) {
  .animal .intresting-facts .text-block ul li:before {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 10px;
    margin-right: 20px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .intresting-facts .block-img {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .intresting-facts .block-img {
    display: none;
  }
}
@media (max-width: 575px) {
  .animal .intresting-facts .block-img {
    display: none;
  }
}
.animal .intresting-facts .block-img .img {
  width: 230px;
  height: 230px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  oveflow: hidden;
  margin: 0 auto;
  position: relative;
}
.animal .photo-gallery .title {
  font-size: 48px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 60px;
  z-index: 10;
  position: relative;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animal .photo-gallery .title {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animal .photo-gallery .title {
    margin-bottom: 0;
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  .animal .photo-gallery .title {
    margin-bottom: 0;
    font-size: 32px;
  }
}
.guardianship {
  background: url(/img/bg-1.jpg);
  padding: 0 0 50px 0;
  -webkit-transform: translateY(-11px);
  -ms-transform: translateY(-11px);
  transform: translateY(-11px);
}
.preview {
  height: 500px;
  position: relative;
  padding: 100px 0 50px 0;
  margin-bottom: 25px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .preview {
    height: 390px;
    padding: 50px 0 25px 0;
  }
}
@media (max-width: 575px) {
  .preview {
    min-height: 300px;
    padding: 30px 0 13px 0;
  }
}
.preview:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
}
.preview .container .text-block {
  text-align: center;
  max-height: 300px;
  overflow: hidden;
}
.preview .container .text-block .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #fff;
  text-transform: uppercase;
  z-index: 10;
  position: relative;
}
@media (max-width: 575px) {
  .preview .container .text-block .title {
    font-size: 48px;
  }
}
.preview .container .text-block .description {
  font-size: 30px;
  font-family: Frenchpress;
  color: #fefefe;
  z-index: 10;
  position: relative;
}
@media (max-width: 575px) {
  .preview .container .text-block .description {
    font-size: 22px;
  }
}
.info-block {
  position: relative;
}
.info-block:before {
  content: "";
  background-image: url(/img/body-after.png);
  background-size: cover;
  width: 100%;
  height: 50px;
  background-size: cover;
  position: absolute;
  top: -90px;
  left: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .info-block:before {
    top: -60px;
  }
}
@media (max-width: 575px) {
  .info-block:before {
    top: -40px;
  }
}
.info-block .title {
  font-size: 48px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 80px 0;
  position: relative;
}
@media (max-width: 767px) and (min-width: 576px) {
  .info-block .title {
    margin: 50px;
    font-size: 38px;
  }
}
@media (max-width: 575px) {
  .info-block .title {
    margin: 30px;
    font-size: 28px;
  }
}
.info-block .item {
  margin-bottom: 58px;
}
.info-block .item .info-img {
  width: 370px;
  height: 240px;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
}
@media (max-width: 991px) and (min-width: 768px) {
  .info-block .item .info-img {
    width: 100%;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .info-block .item .info-img {
    width: 100%;
    height: 200px;
    margin-bottom: 25px;
  }
}
@media (max-width: 575px) {
  .info-block .item .info-img {
    width: 100%;
    height: 180px;
    margin-bottom: 25px;
  }
}
.info-block .item .description {
  font-size: 28px;
  font-family: Frenchpress;
  color: #4b4b4b;
}
.already-under-care .title {
  font-size: 48px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 55px 0 25px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .already-under-care .title {
    margin: 80px 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .already-under-care .title {
    margin: 70px 0;
  }
}
@media (max-width: 575px) {
  .already-under-care .title {
    margin: 50px 0;
  }
}
.already-under-care .img {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.already-under-care .img:before {
  content: url(/img/guardianship/border.png);
  position: absolute;
  top: -5px;
  left: -8px;
  display: block;
}
@media (max-width: 575px) {
  .already-under-care .img {
    margin: 0 auto;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.already-under-care .description .name-animal {
  font-size: 36px;
  font-family: Violet;
  color: #000;
}
.already-under-care .description .care-name {
  font-size: 24px;
  font-family: Violet;
  color: #5ead1e;
}
.already-under-care .description .care-name span {
  font-size: 24px;
  font-family: Violet;
  color: #4b4b4b;
  margin-left: 10px;
}
.how-guardian .title {
  font-size: 48px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin: 55px 0;
}
@media (max-width: 991px) and (min-width: 768px) {
  .how-guardian .title {
    margin: 80px 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .how-guardian .title {
    margin: 70px 0;
  }
}
@media (max-width: 575px) {
  .how-guardian .title {
    margin: 50px 0;
  }
}
.how-guardian .item:first-child {
  position: relative;
}
.how-guardian .item:first-child:before {
  content: url(/img/guardianship/arrow-down.png);
  position: absolute;
  top: -40px;
  left: 50%;
  display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .how-guardian .item:first-child:before {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .how-guardian .item:first-child:before {
    display: none;
  }
}
@media (max-width: 575px) {
  .how-guardian .item:first-child:before {
    display: none;
  }
}
.how-guardian .item:last-child {
  position: relative;
}
.how-guardian .item:last-child:after {
  content: url(/img/guardianship/arrow-up.png);
  position: absolute;
  bottom: -40px;
  right: 50%;
  display: block;
}
@media (max-width: 991px) and (min-width: 768px) {
  .how-guardian .item:last-child:after {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .how-guardian .item:last-child:after {
    display: none;
  }
}
@media (max-width: 575px) {
  .how-guardian .item:last-child:after {
    display: none;
  }
}
.how-guardian .item-step {
  background-color: #fff;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  padding: 30px 24px;
  margin: 0;
}
.how-guardian .item-step .img-mumber {
  width: 89px;
  height: 89px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding-top: 21px;
  position: relative;
  background-color: #55a51c;
  text-align: center;
  font-size: 36px;
  font-family: DSGoose;
  color: #fff;
}
.how-guardian .item-step .img-mumber:before {
  content: url(/img/guardianship/border-yellow.png);
  position: absolute;
  top: -2px;
  left: -6px;
  display: block;
}
@media (max-width: 575px) {
  .how-guardian .item-step .img-mumber {
    margin: 0 auto 15px auto;
  }
}
.how-guardian .item-step .description {
  font-size: 24px;
  font-family: Frenchpress;
  color: #4b4b4b;
}
.application {
  margin: 100px 0 30px 0;
  padding: 50px 0;
  position: relative;
}
.application:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: block;
  background-color: rgba(85, 165, 28, 0.7);
}
.application .title {
  font-size: 48px;
  font-family: DSGoose;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 100;
  margin: 10px 0 25px 0;
}
@media (max-width: 575px) {
  .application .title {
    font-size: 38px;
  }
}
.application form {
  position: relative;
  z-index: 100;
}
.application form .form-item {
  margin-bottom: 10px;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 576px) {
  .application form .form-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 575px) {
  .application form .form-item {
    margin-bottom: 0;
  }
}
.application form .form-item input {
  height: 42px;
  padding: 0 15px;
}
.application form .form-item textarea {
  min-height: 104px;
  padding: 25px;
  resize: none;
}
.application form .form-item input,
.application form .form-item textarea {
  width: 555px;
  border: none;
  outline: 0;
  font-size: 24px;
  font-family: Frenchpress;
  color: #6e6e6e;
  text-align: center;
}
@media (max-width: 767px) and (min-width: 576px) {
  .application form .form-item input,
  .application form .form-item textarea {
    width: 455px;
  }
}
@media (max-width: 575px) {
  .application form .form-item input,
  .application form .form-item textarea {
    width: 280px;
  }
}
.application form .form-item input[type="placeholder"] {
  font-size: 24px;
  font-family: Frenchpress;
  color: #6e6e6e;
}
.application form .form-item .submit {
  width: 244px;
  padding: 15px 0;
  background-color: #e8ef25;
  font-size: 28px;
  font-family: Violet;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  outline: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .application form .form-item .submit {
    width: 150px;
    font-size: 20px;
  }
}
.application form .form-item .submit:hover {
  background-color: rgba(232, 239, 37, 0.8);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.history {
  background: url(/img/bg-1.jpg);
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  padding-bottom: 20px;
}
.history .preview-history {
  height: 203px;
  position: relative;
}
.history .preview-history:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.history .preview-history .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  z-index: 10;
  text-align: center;
  padding: 60px 0;
}
.history .slider-history {
  padding: 150px 0 50px 0;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .history .slider-history {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .history .slider-history {
    padding: 80px 0 50px 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .history .slider-history {
    padding: 65px 0 50px 0;
  }
}
@media (max-width: 575px) {
  .history .slider-history {
    padding: 30px 0 30px 0;
  }
}
.history .slider-history .slick-dots {
  top: 10px;
}
.history .slider-history .slick-dots li button {
  cursor: pointer;
}
.history .slider-history .slick-dots li button:before {
  font-size: 22px;
  color: #3a4831;
}
.history .slider-history .timeline-dots-wrap.top {
  height: 70px;
  top: -75px;
  overflow: visible;
}
.history .slider-history .timeline-dots {
  background: url(/img/history/line.png) top repeat-x;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.history .slider-history .timeline-dots .slide-active button {
  font-size: 24px;
  font-family: Violet;
  color: #000;
  background: url(../img/history/slider-date-icon.png) top no-repeat;
  margin-top: -25px;
  padding-top: 70px;
}
@media (max-width: 575px) {
  .history .slider-history .timeline-dots .slide-active button {
    font-size: 20px;
  }
}
.history .slider-history .timeline-dots li {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  overflow: visible;
}
.history .slider-history .timeline-dots li button {
  font-size: 24px;
  font-family: Violet;
  color: #948e7a;
  background: url(../img/history/date-icon.png) top no-repeat;
  background-position-y: 13px;
  padding-bottom: 0;
  padding-top: 45px;
}
@media (max-width: 575px) {
  .history .slider-history .timeline-dots li button {
    font-size: 20px;
  }
}
.history .slider-history .timeline-container {
  width: 100%;
}
.history .slider-history .timeline-container p {
  margin-right: 10px;
  margin-left: 10px;
  font-family: Frenchpress;
  font-size: 24px;
}
.history .slider-history .timeline-container .items-block {
  margin-top: 80px;
  overflow: hidden;
}
.history .slider-history .timeline-container .timeline-list {
  width: 100%;
}
.history .slider-history .timeline-container .timeline-list .timeline-item {
  height: 100%;
  width: 1110px;
  border: none;
  overflow: hidden;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .history .slider-history .timeline-container .timeline-list .timeline-item {
    width: 920px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .history .slider-history .timeline-container .timeline-list .timeline-item {
    width: 700px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .history .slider-history .timeline-container .timeline-list .timeline-item {
    width: 520px;
  }
}
@media (max-width: 575px) {
  .history .slider-history .timeline-container .timeline-list .timeline-item {
    width: 100vw;
  }
}
.history .slider-history .timeline-container .top-description {
  font-size: 28px;
  font-family: Frenchpress;
  color: #444;
}
.history .slider-history .timeline-container .timeline-img {
  height: 100%;
}
@media (max-width: 991px) and (min-width: 768px) {
  .history .slider-history .timeline-container .timeline-img {
    height: 380px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .history .slider-history .timeline-container .timeline-img {
    height: 340px;
  }
}
@media (max-width: 575px) {
  .history .slider-history .timeline-container .timeline-img {
    height: 320px;
  }
}
.history .slider-history .timeline-container .timeline-description .text {
  font-size: 28px;
  font-family: Frenchpress;
  color: #444;
}
.history .big-img {
  width: 100%;
  height: 1000px;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
@media (max-width: 991px) and (min-width: 768px) {
  .history .big-img {
    height: 700px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .history .big-img {
    height: 500px;
  }
}
@media (max-width: 575px) {
  .history .big-img {
    height: 330px;
  }
}
.animals {
  background: url(/img/bg-1.jpg);
  position: relative;
  margin-bottom: -22px;
}
.animals .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  text-align: center;
  padding: 50px 0;
}
@media (max-width: 575px) {
  .animals .title {
    font-size: 34px;
  }
}
.animals .result-search-after {
  margin: 15px 0;
  padding: 0 0 20px 0;
}
.animals .result-search-after .result-search .item {
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .animals .result-search-after .result-search .item {
    height: 390px;
  }
}
.animals .result-search a {
  -webkit-border-radius: 20px;
  border-radius: 20px;
}
.animals .result-search a:hover .item {
  -webkit-box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.9);
  box-shadow: 0 4px 17px 0 rgba(0, 0, 0, 0.9);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.animals .result-search .item {
  height: 590px;
  position: relative;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media (max-width: 575px) {
  .animals .result-search .item {
    height: 390px;
  }
}
.animals .result-search .item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 30%;
  z-index: 10;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.65)),
    to(rgba(0, 0, 0, 0))
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.65) 0,
    rgba(0, 0, 0, 0) 100%
  );
}
.animals .result-search .item .img {
  width: 100%;
  height: 100%;
}
.animals .result-search .item .text-block {
  z-index: 20;
  position: absolute;
  bottom: 25px;
  text-align: center;
  left: 0;
  right: 0;
}
.animals .result-search .item .text-block .name-animals {
  font-size: 24px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
}
.animals .result-search .item .text-block .count-animals {
  font-size: 30px;
  font-family: Frenchpress;
  color: #e8ef25;
}
.animals .selection-animals {
  padding-bottom: 20px;
}
.animals .selection-animals .title {
  font-size: 36px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
}
.animals .selection-animals .block-search {
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 575px) {
  .animals .selection-animals .block-search {
    padding: 10px;
  }
}
.animals .selection-animals .block-search .range-characteristic {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}
.animals .selection-animals .block-search .range-characteristic .color,
.animals .selection-animals .block-search .range-characteristic .temperature,
.animals .selection-animals .block-search .range-characteristic .weight {
  margin-bottom: 50px;
}
.animals .selection-animals .block-search .range-characteristic .color .title,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .title,
.animals .selection-animals .block-search .range-characteristic .weight .title {
  font-size: 24px;
  font-family: Violet;
  color: #000;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 0;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-temperature
  .theme-green,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-weight
  .theme-green,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-temperature
  .theme-green,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-weight
  .theme-green,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-temperature
  .theme-green,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-weight
  .theme-green {
  width: 100% false;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-temperature
  .theme-green
  .back-bar
  .pointer,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-weight
  .theme-green
  .back-bar
  .pointer,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-temperature
  .theme-green
  .back-bar
  .pointer,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-weight
  .theme-green
  .back-bar
  .pointer,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-temperature
  .theme-green
  .back-bar
  .pointer,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-weight
  .theme-green
  .back-bar
  .pointer {
  width: 27px;
  height: 27px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: -10px;
  background-color: #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#000)
  );
  background-image: linear-gradient(to bottom, #000, #000);
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-temperature
  .theme-green
  .back-bar
  .pointer-label,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-weight
  .theme-green
  .back-bar
  .pointer-label,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-temperature
  .theme-green
  .back-bar
  .pointer-label,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-weight
  .theme-green
  .back-bar
  .pointer-label,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-temperature
  .theme-green
  .back-bar
  .pointer-label,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-weight
  .theme-green
  .back-bar
  .pointer-label {
  font-size: 24px;
  font-family: Frenchpress;
  color: #000;
  left: -11px;
  top: 20px;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-temperature
  .theme-green
  .selected-bar,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .range-weight
  .theme-green
  .selected-bar,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-temperature
  .theme-green
  .selected-bar,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .temperature
  .range-weight
  .theme-green
  .selected-bar,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-temperature
  .theme-green
  .selected-bar,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .weight
  .range-weight
  .theme-green
  .selected-bar {
  background-color: #59a91d;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#59a91d),
    to(#59a91d)
  );
  background-image: linear-gradient(to bottom, #59a91d, #59a91d);
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item {
  display: inline-block;
  margin-right: 3px;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  input {
  display: none;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  label {
  width: 47px;
  height: 47px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  cursor: pointer;
  border: 1px solid transparent;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .radio:hover,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  input:checked
  + .radio {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.6);
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .radio:active {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.6);
  box-shadow: 0 4px 13px 0 rgba(0, 0, 0, 0.6);
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-grey {
  background-color: #dedede;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-khaki {
  background-color: #cdb75f;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-green {
  background-color: green;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-black {
  background-color: #000;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-brown {
  background-color: #6c331d;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-orange {
  background-color: #c55f13;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-yellow {
  background-color: #ecda17;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .color
  .color-radio
  .item
  .color-blue {
  background-color: #009ccf;
}
@media (max-width: 575px) {
  .animals
    .selection-animals
    .block-search
    .range-characteristic
    .category-animals,
  .animals .selection-animals .block-search .range-characteristic .looks,
  .animals .selection-animals .block-search .range-characteristic .movement {
    margin-bottom: 15px;
  }
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .category-animals
  .item,
.animals .selection-animals .block-search .range-characteristic .looks .item,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .movement
  .item {
  display: inline-block;
  margin: 5px 3.5px;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .category-animals
  .item
  input,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .looks
  .item
  input,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .movement
  .item
  input {
  display: none;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .category-animals
  .item
  label.radio,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .looks
  .item
  label.radio,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .movement
  .item
  label.radio {
  background-color: #e6e6e6;
  padding: 11px 25px;
  font-size: 24px;
  font-family: Violet;
  color: #000;
  text-transform: uppercase;
  cursor: pointer;
}
@media (max-width: 575px) {
  .animals
    .selection-animals
    .block-search
    .range-characteristic
    .category-animals
    .item
    label.radio,
  .animals
    .selection-animals
    .block-search
    .range-characteristic
    .looks
    .item
    label.radio,
  .animals
    .selection-animals
    .block-search
    .range-characteristic
    .movement
    .item
    label.radio {
    padding: 10px 5px;
  }
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .category-animals
  .item
  .radio:hover,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .category-animals
  .item
  input:checked
  + .radio,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .looks
  .item
  .radio:hover,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .looks
  .item
  input:checked
  + .radio,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .movement
  .item
  .radio:hover,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .movement
  .item
  input:checked
  + .radio {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #59a91d;
  font-size: 24px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
}
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .category-animals
  .item
  .radio:active,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .looks
  .item
  .radio:active,
.animals
  .selection-animals
  .block-search
  .range-characteristic
  .movement
  .item
  .radio:active {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background-color: #59a91d;
  font-size: 24px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
}
@media (max-width: 575px) {
  .animals .selection-animals .block-search .habitat {
    display: none;
  }
}
.animals .selection-animals .block-search .habitat .title {
  text-align: left;
  font-size: 24px;
  font-family: Violet;
  color: #000;
  text-transform: uppercase;
}
.animals .selection-animals .block-search .result-title {
  text-align: center;
  font-size: 30px;
  font-family: Frenchpress;
  color: #000;
  height: 40px;
}
@media (max-width: 575px) {
  .animals .selection-animals .block-search .result-title {
    margin-top: 0;
  }
}
.animals .selection-animals .block-search .show-result {
  text-align: center;
  margin-bottom: 23px;
  margin-top: 25px;
}
.animals .selection-animals .block-search .show-result a {
  font-size: 24px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
  background-color: #59a91d;
  padding: 20px 40px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  position: relative;
}
.animals .selection-animals .block-search .show-result a:hover {
  background-color: rgba(89, 169, 29, 0.9);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.excursion {
  background: url(/img/bg-1.jpg);
  padding: 50px 0 20px 0;
}
.excursion .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 35px;
  word-break: normal;
  overflow-wrap: break-word;
}
@media (max-width: 575px) {
  .excursion .title {
    font-size: 47px;
  }
}
.excursion .title-block .title {
  font-size: 28px;
  margin-bottom: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  .excursion .title-block .title {
    font-size: 18px;
  }
}
.excursion .row-common {
  background-color: #fff;
  margin-bottom: 28px;
  padding: 10px 0;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.excursion .row-common .title {
  font-size: 28px;
  white-space: normal;
  word-break: word-;
}
.excursion .row-common .text {
  text-align: center !important;
  font-size: 22px;
  font-family: Violet;
}
.excursion .row-common .text.text-title {
  font-size: 22px;
  font-family: Violet;
  color: #55a51c;
}
.excursion .row-common .text.description {
  text-align: left;
}
.map-page {
  background: url(/img/bg-1.jpg);
  position: relative;
  -webkit-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px);
  margin-bottom: -22px;
}
.map-page .title {
  font-size: 72px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  word-break: break-word;
  text-align: center;
  padding: 50px 0;
  padding-bottom: 0;
}
@media (max-width: 575px) {
  .map-page .title {
    font-size: 47px;
  }
}
.map-preview .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-subtitle {
  font-family: DSGoose;
  text-align: center;
  font-size: 36px;
  text-transform: uppercase;
}
.page-minititle {
  font-size: 30px;
  font-family: DSGoose;
  text-align: center;
  text-transform: uppercase;
}
.page-block {
  margin: 25px 0;
  position: relative;
}
.page-block-text {
  padding-left: 45px;
}
.page-block-ico {
  position: absolute;
  width: 33px;
  height: 33px;
}
.page-card {
  height: 320px;
  background-color: #fcfcfc;
  display: block;
}
.page .svgdrag {
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.page .svgmap {
  width: 100%;
  position: relative;
  -webkit-transform: translateY(-40px);
  -ms-transform: translateY(-40px);
  transform: translateY(-40px);
}
.page .svgmap-img {
  cursor: pointer;
  position: absolute;
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
}
.page .svgmap-img:hover {
  -webkit-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.page .svgmap object {
  width: 100%;
}
.popper,
.tooltip {
  opacity: 1;
  position: absolute;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  z-index: 999;
  text-align: center;
  background-color: #fff;
}
.tooltip-inner {
  background-color: inherit;
  color: #000;
  max-width: none;
}
.tooltip-inner-image {
  display: inline-block;
  width: 120px;
  height: 120px;
  background-size: cover;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  vertical-align: middle;
}
.tooltip-inner-block {
  display: inline-block;
  padding: 12px;
  padding-left: 20px;
  text-align: left;
  vertical-align: middle;
}
.tooltip-inner-title {
  font-size: 29px;
  font-family: Violet;
}
.tooltip-inner-text {
  font-size: 22px;
  font-family: Frenchpress;
}
.tooltip-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  border-color: #fff;
}
.tooltip[x-placement^="bottom"] .tooltip-arrow,
.tooltip[x-placement^="top"] .tooltip-arrow {
  color: #fff;
}
.tooltip[x-placement^="top"] .tooltip-arrow {
  border-width: 12px 30px 0 0;
  border-left-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  bottom: -12px;
  margin-top: 0;
  margin-left: 10px;
  margin-bottom: 0;
}
.cards-list-item {
  cursor: pointer;
  display: block;
  background-color: rgba(131, 150, 116, 0.612);
  height: 300px;
  position: relative;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cards-list-img {
  height: 100%;
  background-size: cover;
  background-position: center;
}
.cards-list-text {
  z-index: 20;
  position: absolute;
  bottom: 25px;
  text-align: center;
  left: 0;
  right: 0;
  font-size: 24px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
}
.modal-claim .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.modal-claim .modal-dialog .modal-content {
  background-color: #47960e;
  position: relative;
  z-index: 1100;
}
.modal-claim .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal-claim .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  margin: 0 auto;
}
.modal-claim .modal-dialog .modal-body {
  text-align: center;
}
.modal-claim .modal-dialog .item .dropdown-open {
  font-size: 24px;
  font-family: DSGoose;
  color: #fff;
  padding: 0;
}
.modal-claim .modal-dialog .item .dropdown-open ul.sub-dropdown {
  display: none;
}
.modal-claim .modal-dialog .item .dropdown-open ul.sub-dropdown.active {
  display: block;
}
.modal-claim .modal-dialog .item .dropdown-open ul.sub-dropdown.active li {
  margin: 5px 0;
  list-style-type: none;
}
.modal-claim .modal-dialog .item .dropdown-open ul.sub-dropdown.active li a {
  font-size: 28px;
  font-family: Frenchpress;
  color: #e8ef25;
}
.modal-claim .modal-dialog .item {
  margin-bottom: 15px;
}
.modal-claim .modal-dialog .item a {
  font-size: 24px;
  font-family: DSGoose;
  color: #fff;
}
.modal-claim.modal-video .modal-dialog {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.modal-claim.modal-video .modal-dialog .modal-content {
  background-color: transparent;
  border: 0 solid transparent;
}
.modal-claim.modal-video .modal-dialog .modal-content .modal-header {
  border: none;
}
.modal-claim.modal-video .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  margin: 0 auto;
}
.modal-claim.modal-video .modal-dialog .modal-content .modal-body iframe {
  width: 100%;
  height: 600px;
}
@media (max-width: 767px) and (min-width: 576px) {
  .modal-claim.modal-video .modal-dialog .modal-content .modal-body iframe {
    height: 400px;
  }
}
@media (max-width: 575px) {
  .modal-claim.modal-video .modal-dialog .modal-content .modal-body iframe {
    height: 300px;
  }
}
.modal-interesting-facts .modal-header {
  border-bottom: none;
}
.modal-interesting-facts .modal-header button.close {
  margin: 0 auto;
  opacity: 1;
}
.modal-interesting-facts .modal-content {
  background-color: rgba(0, 0, 0, 0.3);
  text-align: center;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.modal-interesting-facts .modal-body {
  border: 2px solid #fff;
}
.modal-interesting-facts .animal-img {
  display: inline-block;
  width: 300px;
  height: 300px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-interesting-facts blockquote {
  color: #fff;
  font-size: 28px;
}
.modal-interesting-facts a {
  color: #fff;
  text-decoration: underline;
}
.modal-interesting-facts a:hover {
  text-decoration: none;
}
main.page-content .map-preview {
  height: 100vh;
  padding-top: 15px;
  padding-bottom: 10px;
  background-image: url(/img/animate/bg.jpg);
  background-size: auto;
  background-repeat-x: repeat;
  background-size: contain;
}
@media (max-width: 575px) {
  main.page-content .map-preview {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  main.page-content .map-preview {
    display: none !important;
  }
}
.animate {
  height: 100vh;
  background-image: url(/img/animate/bg.jpg);
  background-size: contain;
  background-repeat-x: repeat;
  width: 100%;
  overflow: hidden;
  z-index: 1000;
  position: fixed;
  top: 0;
}
.animate.fade-away {
  -webkit-animation-name: welcomeBlock;
  animation-name: welcomeBlock;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
.animate.fade-away .beer-animate img.gif {
  -webkit-animation-name: bearGrowth;
  animation-name: bearGrowth;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 575px) {
  .animate {
    display: none !important;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animate {
    display: none !important;
  }
}
.animate .logo {
  position: absolute;
  top: 30px;
  left: 15px;
}
@media (max-width: 575px) {
  .animate .logo {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.animate .text-animate {
  opacity: 0;
  position: absolute;
  top: 100px;
  left: -webkit-calc(50% - 350px);
  left: calc(50% - 350px);
  width: 500px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-animation-name: textBlockAnimate;
  animation-name: textBlockAnimate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .animate .text-animate {
    width: 350px;
    left: -170px;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .animate .text-animate {
    width: 350px;
    left: 0;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animate .text-animate {
    width: 350px;
    left: 0;
  }
}
@media (max-width: 575px) {
  .animate .text-animate {
    width: 230px;
    left: 0;
  }
}
@media (max-width: 320px) {
  .animate .text-animate {
    display: none;
  }
}
.animate .text-animate .img {
  position: absolute;
  top: 0;
  left: 0;
}
.animate .text-animate .text {
  color: #fff;
  opacity: 0;
  font-size: 38px;
  font-family: Violet;
  color: #000;
  -webkit-transform: translateY(50px);
  -ms-transform: translateY(50px);
  transform: translateY(50px);
  text-align: center;
  -webkit-animation-name: textAnimate;
  animation-name: textAnimate;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) and (min-width: 992px) {
  .animate .text-animate .text {
    font-size: 28px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .animate .text-animate .text {
    font-size: 26px;
    -webkit-transform: translateY(25px);
    -ms-transform: translateY(25px);
    transform: translateY(25px);
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animate .text-animate .text {
    font-size: 26px;
    -webkit-transform: translateY(35px);
    -ms-transform: translateY(35px);
    transform: translateY(35px);
  }
}
@media (max-width: 575px) {
  .animate .text-animate .text {
    font-size: 22px;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  .animate .text-animate .text br {
    display: none;
  }
}
.animate .cammon-animate {
  position: relative;
  width: 100%;
  height: 100vh;
  float: right;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animate .cammon-animate {
    width: 600px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animate .cammon-animate {
    width: 500px;
  }
}
@media (max-width: 575px) {
  .animate .cammon-animate {
    width: 300px;
    float: left;
    margin: 0 auto;
  }
}
.animate .cammon-animate .beer-animate {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  left: 0;
  z-index: 3;
}
.animate .cammon-animate .beer-animate img.static {
  display: none;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animate .cammon-animate .beer-animate img.static {
    display: block;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animate .cammon-animate .beer-animate img.static {
    display: block;
  }
}
@media (max-width: 575px) {
  .animate .cammon-animate .beer-animate img.static {
    display: block;
  }
}
.animate .cammon-animate .beer-animate img.gif {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 633px;
  opacity: 0.8;
}
@media (max-width: 991px) and (min-width: 768px) {
  .animate .cammon-animate .beer-animate img.gif {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  .animate .cammon-animate .beer-animate img.gif {
    display: none;
  }
}
@media (max-width: 575px) {
  .animate .cammon-animate .beer-animate img.gif {
    display: none;
  }
}
@-webkit-keyframes textBlockAnimate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    color: #000;
    opacity: 0.8;
  }
  100% {
    color: #000;
    opacity: 1;
  }
}
@keyframes textBlockAnimate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    color: #000;
    opacity: 0.8;
  }
  100% {
    color: #000;
    opacity: 1;
  }
}
@-webkit-keyframes textAnimate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    color: #000;
    opacity: 0.8;
  }
  100% {
    color: #000;
    opacity: 1;
  }
}
@keyframes textAnimate {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0;
  }
  50% {
    color: #000;
    opacity: 0.8;
  }
  100% {
    color: #000;
    opacity: 1;
  }
}
@-webkit-keyframes welcomeBlock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes welcomeBlock {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@-webkit-keyframes bearGrowth {
  0% {
    height: 633px;
  }
  100% {
    height: 1200px;
  }
}
@keyframes bearGrowth {
  0% {
    height: 633px;
  }
  100% {
    height: 1200px;
  }
}
footer {
  position: relative;
  overflow: hidden;
}
.footer-animate {
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-animation: tigerMove 9s;
  animation: tigerMove 9s;
  width: 377px;
  height: 200px;
  z-index: 20;
  right: 150px;
}
@media (max-width: 575px) {
  .footer-animate {
    -webkit-animation: tigerMoveXS 9s;
    animation: tigerMoveXS 9s;
    right: -10px;
    display: none;
  }
}
.tiger {
  background: url(/img/footer-animate/tape.png) left center;
  width: 350px;
  height: 180px;
  -webkit-animation: tigerWalk 9s steps(45);
  animation: tigerWalk 9s steps(45);
  background-position: -15270px;
}
@-webkit-keyframes tigerWalk {
  0%,
  20% {
    background-position: 0;
  }
  100% {
    background-position: -15620px;
  }
}
@keyframes tigerWalk {
  0%,
  20% {
    background-position: 0;
  }
  100% {
    background-position: -15620px;
  }
}
@-webkit-keyframes tigerMove {
  0%,
  20% {
    right: 50px;
  }
  28%,
  36% {
    right: 10px;
  }
  100%,
  70% {
    right: 150px;
  }
}
@keyframes tigerMove {
  0%,
  20% {
    right: 50px;
  }
  28%,
  36% {
    right: 10px;
  }
  100%,
  70% {
    right: 150px;
  }
}
@-webkit-keyframes tigerMoveXS {
  0%,
  20% {
    right: -30px;
  }
  28%,
  36% {
    right: -60px;
  }
  70% {
    right: -20px;
  }
  80% {
    right: -20px;
  }
  100% {
    right: -10px;
  }
}
@keyframes tigerMoveXS {
  0%,
  20% {
    right: -30px;
  }
  28%,
  36% {
    right: -60px;
  }
  70% {
    right: -20px;
  }
  80% {
    right: -20px;
  }
  100% {
    right: -10px;
  }
}
.wrapper-not-found {
  background-image: url(/img/bg-404.png);
  background-size: cover;
  background-color: #55a51c;
  height: 100vh;
  width: 100%;
  position: relative;
}
.wrapper-not-found .logo {
  position: relative;
  padding-top: 28px;
  padding-left: 58px;
}
.wrapper-not-found .block {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 575px) {
  .wrapper-not-found .block {
    top: 60%;
  }
}
.wrapper-not-found .block .description {
  text-align: center;
  color: #fff;
  font-size: 72px;
  font-family: Violet;
  font-weight: 900;
  line-height: 1;
}
@media (max-width: 575px) {
  .wrapper-not-found .block .description {
    font-size: 48px;
  }
}
.wrapper-not-found .block .sub-desctiption {
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-family: Frenchpress;
  font-weight: 400;
}
.wrapper-not-found .block .link {
  text-align: center;
  margin-top: 40px;
}
.wrapper-not-found .block .link a {
  background-color: #e8ef25;
  font-family: Violet;
  color: #000;
  font-size: 24px;
  padding: 15px 20px;
  white-space: pre;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.wrapper-not-found .block .link a:hover {
  opacity: 0.7;
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
#preloader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background: #bcdf00;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#bcdf00),
    to(#85dd00)
  );
  background: linear-gradient(0deg, #bcdf00 0, #85dd00 100%);
  text-align: center;
}
#preloader #loader {
  display: block;
  position: relative;
  left: 50%;
  top: 50%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}
#preloader #loader:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
}
#preloader #loader:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #fff;
  -webkit-animation: spin 1.5s linear infinite;
  animation: spin 1.5s linear infinite;
}
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page-content-wrap {
  padding-top: 10vh;
}
@media (max-width: 767px) and (min-width: 576px) {
  .page-content-wrap {
    padding-top: 0;
  }
}
@media (max-width: 575px) {
  .page-content-wrap {
    padding-top: 0;
  }
}
header {
  background-image: url(/img/header-bg.png);
  background-repeat: repeat-x;
  background-size: cover;
  z-index: 990;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
}
@media (max-width: 767px) and (min-width: 576px) {
  header {
    position: relative;
  }
}
@media (max-width: 575px) {
  header {
    position: relative;
  }
}
header .header-items {
  padding: 15px 0;
}
header .header-items .item {
  position: relative;
}
header .header-items .item ul.dropdown {
  display: none;
}
header .header-items .item ul.dropdown li {
  list-style-type: none;
}
header .header-items .item .dropdown-open {
  position: relative;
  padding-bottom: 35px;
}
header .header-items .item .dropdown-open:hover ul.dropdown {
  display: block;
}
header .header-items .item .dropdown-open ul.dropdown {
  position: absolute;
  top: 35px;
  left: 0;
  z-index: 10;
  background-color: #47960e;
  padding: 28px 31px;
  -webkit-box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 5px 17px 0 rgba(0, 0, 0, 0.3);
}
header .header-items .item .dropdown-open ul.dropdown li {
  margin-bottom: 15px;
  white-space: pre;
}
header .header-items .item .dropdown-open ul.dropdown li:last-child {
  margin-bottom: 0;
}
header .header-items .item .dropdown-open ul.dropdown li a {
  font-family: Frenchpress;
  color: #e8ef25;
  font-size: 28px;
}
header .header-items .item .dropdown-open ul.dropdown li a:hover {
  color: #fff;
}
header .header-items .item-modal {
  display: none;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
@media (max-width: 991px) and (min-width: 768px) {
  header .header-items .item-modal {
    display: inline-block;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  header .header-items .item-modal {
    display: inline-block;
  }
}
@media (max-width: 575px) {
  header .header-items .item-modal {
    display: inline-block;
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header .header-items .block-bars-img,
  header .header-items .block-links {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  header .header-items .block-bars-img,
  header .header-items .block-links {
    display: none;
  }
}
@media (max-width: 575px) {
  header .header-items .block-bars-img,
  header .header-items .block-links {
    display: none;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .header-items .block-bars-img {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header .header-items .item-bars {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  header .header-items .block-adress {
    display: none;
  }
}
@media (max-width: 575px) {
  header .header-items .block-adress {
    display: none;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header .header-items .block-items {
    display: none;
  }
}
header .header-items .block-items .item {
  font-size: 20px;
  font-family: DSGoose;
  color: #fff;
  cursor: pointer;
}
header .header-items .block-items .item:hover {
  color: #d5db22;
}
header .header-items .block-items .item {
  display: inline-block;
  margin: 0 5px;
}
header .header-items .block-items .item a {
  font-size: 20px;
  font-family: DSGoose;
  color: #fff;
}
header .header-items .block-items .item a:hover {
  color: #d5db22;
}
@media (max-width: 575px) {
  header .header-items .block-logo {
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@media (max-width: 575px) {
  header .header-items .block-logo .item a.logo img {
    width: 60%;
  }
}
header .header-items .item.adress {
  max-height: 90px;
  overflow: hidden;
}
header .header-items .item.adress .text {
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
}
header .header-items .item.adress .link {
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
}
header .header-items .item.adress .link a {
  font-size: 16px;
  font-family: "Montserrat";
  color: #fff;
}
header .header-items .item.adress .link a:hover {
  color: #d5db22;
}
header .header-items a.block-ticket {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header-items a.block-ticket:hover {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header-items a.block-ticket:hover .text {
  color: #55a51c;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
header .header-items .block-ticket {
  background-image: url(/img/ticket-bg.jpg);
  background-repeat: repeat;
  position: absolute;
  top: -15px;
  width: 230px;
  height: 225px;
  right: 20px;
  z-index: 10;
  text-align: center;
  z-index: 1000;
}
@media (max-width: 1199px) and (min-width: 992px) {
  header .header-items .block-ticket {
    width: 200px;
    right: 0;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  header .header-items .block-ticket {
    right: 0;
    width: 200px;
  }
}
@media (max-width: 767px) and (min-width: 576px) {
  header .header-items .block-ticket {
    width: 180px;
    right: 20px;
    top: -16px;
  }
}
@media (max-width: 575px) {
  header .header-items .block-ticket {
    width: 107px;
    top: -15px;
    right: -10px;
    height: 167px;
  }
  header .header-items .block-ticket span {
    display: none;
  }
}
header .header-items .block-ticket .item {
  padding-top: 25px;
  position: relative;
}
header .header-items .block-ticket .item:after {
  content: "";
  background-image: url(/img/icons/added-ticket.png);
  width: 100%;
  height: 15px;
  bottom: -47px;
  left: 0;
  position: absolute;
}
@media (max-width: 575px) {
  header .header-items .block-ticket .item:after {
    bottom: -43px;
  }
}
header .header-items .block-ticket .text {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: translateY(15px);
  -ms-transform: translateY(15px);
  transform: translateY(15px);
  font-size: 18px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 575px) {
  header .header-items .block-ticket img {
    width: 70%;
  }
}
header .lang-dropdown .btn {
  background-color: transparent;
  border: 2px solid #fff;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  color: #fff;
  text-transform: uppercase;
  padding-top: 3px;
  padding-bottom: 3px;
}
header .lang-dropdown .btn:after {
  display: none;
}
header .lang-dropdown .btn .fa {
  margin-right: 7px;
}
header .lang-dropdown .btn .fa-angle-up {
  display: none;
}
header .lang-dropdown.show .btn {
  background-color: rgba(0, 0, 0, 0.23);
  border-color: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
header .lang-dropdown.show .btn .fa-angle-up {
  display: inline-block;
}
header .lang-dropdown.show .btn .fa-angle-down {
  display: none;
}
header .lang-dropdown .dropdown-menu {
  min-width: 69px;
  -webkit-border-radius: 17px;
  border-radius: 17px;
  padding-bottom: 15px !important;
}
header .lang-dropdown .dropdown-menu .dropdown-item {
  padding-left: 15px;
  color: #000 !important;
  text-transform: uppercase;
}
header .lang-dropdown .dropdown-menu .dropdown-item.active {
  background-color: #fff;
  color: #59a91d !important;
}
footer {
  background-image: url(/img/bg-footer.png);
  background-size: cover;
  width: 100%;
  padding: 77px 0 57px 0;
  position: relative;
}
@media (max-width: 575px) {
  footer {
    padding: 77px 0 157px 0;
  }
}
footer .intresting-fact.slide-right {
   /* display:none;line*/
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  cursor: pointer;
}
footer .intresting-fact {
  cursor: pointer;
  display: black;
  -webkit-transform: translateX(-200px);
  -ms-transform: translateX(-200px);
  transform: translateX(-200px);
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #e8ef25;
  -webkit-border-top-right-radius: 200px;
  border-top-right-radius: 200px;
  -webkit-border-bottom-right-radius: 200px;
  border-bottom-right-radius: 200px;
  z-index: 999;
  width: 328px;
  height: 120px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  footer .intresting-fact {
    width: 280px;
    -webkit-transform: translateX(-160px);
    -ms-transform: translateX(-160px);
    transform: translateX(-160px);
  }
}
footer .intresting-fact .intresting-fact-block {
  display: table-cell;
  text-align: center;
  padding-top: 30px;
}
@media (max-width: 575px) {
  footer .intresting-fact .intresting-fact-block {
    text-align: left;
    padding-left: 10px;
  }
}
footer .intresting-fact .intresting-fact-block .text {
  font-size: 22px;
  font-family: DSGoose;
  color: #000;
  text-transform: uppercase;
  display: inline-block;
  width: 90%;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}
footer .intresting-fact .intresting-fact-block .text:hover {
  color: #55a51c;
}
footer .intresting-fact .intresting-fact-block .img {
  display: inline-block;
  position: absolute;
  top: 27%;
  right: -80px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .copyright,
footer .social-links {
  font-size: 18px;
  font-family: Frenchpress;
  color: #fff;
  text-transform: uppercase;
}
footer .social-links {
  margin-top: 38px;
}
footer .social-links ul {
  padding: 0;
  margin-top: 20px;
}
footer .social-links ul li {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  list-style-type: none;
}
footer .social-links ul li:hover {
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
footer .social-links ul li i.fab {
  color: #fff;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
footer .title {
  font-size: 24px;
  font-family: Violet;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 38px;
}
@media (max-width: 575px) {
  footer .title {
    margin-bottom: 20px;
  }
}
footer ul li {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  list-style-type: none;
}
footer ul li a {
  font-size: 24px;
  font-family: Frenchpress;
  color: #fff;
}
footer ul li a:hover {
  color: #e8ef25;
}
footer .made-in {
  text-align: right;
}
@media (max-width: 767px) and (min-width: 576px) {
  footer .made-in {
    text-align: left;
  }
}
@media (max-width: 575px) {
  footer .made-in {
    text-align: left;
  }
}
footer .made-in a {
  font-size: 18px;
  font-family: Frenchpress;
  color: #fff;
  text-transform: uppercase;
}
.content-default body {
  color: #010101;
  font-family: Frenchpress;
  font-size: 24px;
}
.content-default:after,
.content-default:before {
  content: "";
  display: table;
  clear: both;
}
.modal-backdrop {
  z-index: 980;
}
body,
html {
  min-height: 100%;
}
body {
  background: url(/img/bg-1.jpg);
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
  width: 100%;
  position: relative;
  min-width: 320px;
  max-width: 100%;
  font-family: Frenchpress;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  height: 100%;
  overflow-x: hidden;
  overflow-y: scroll !important;
  padding-right: 0 !important;
}
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.youtube-play {
  position: relative;
  outline: 0;
}
.youtube-play-icon {
  outline: 0;
  z-index: 12;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.youtube-play-icon:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.not-a-link {
  text-decoration: none;
  color: inherit;
}
.not-a-link:hover {
  color: inherit;
}
/*# sourceMappingURL=../maps/style.css.map */
