@charset "UTF-8";
/* FONTS */
@font-face {
  font-family: 'Caveat';
  src: local("Caveat Bold"), local("Caveat-Bold"), url("../fonts/Caveat/Caveatbold.woff2") format("woff2"), url("../fonts/Caveat/Caveatbold.woff") format("woff"), url("../fonts/Caveat/Caveatbold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-Bold.eot");
  src: local("☺"), url("../fonts/Nunito/Nunito-Bold.woff") format("woff"), url("../fonts/Nunito/Nunito-Bold.ttf") format("truetype"), url("../fonts/Nunito/Nunito-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-Bold.eot");
  src: local("☺"), url("../fonts/Nunito/Nunito-SemiBold.woff") format("woff"), url("../fonts/Nunito/Nunito-SemiBold.ttf") format("truetype"), url("../fonts/Nunito/Nunito-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nunito';
  src: url("../fonts/Nunito/Nunito-Bold.eot");
  src: local("☺"), url("../fonts/Nunito/Nunito-Regular.woff") format("woff"), url("../fonts/Nunito/Nunito-Regular.ttf") format("truetype"), url("../fonts/Nunito/Nunito-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
/* FONTS END*/
/* Props */
/* Props END*/
form input[name="v-i"] {
  position: absolute;
  top: -100000px;
  left: -100000px;
  height: 0;
  opacity: 0; }

#jGrowl {
  display: none !important; }

body {
  font-family: Nunito,sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #2E2E2E; }
  body.body-hide {
    overflow: hidden;
    height: 100%; }

.container-full {
  padding-left: 50px;
  padding-right: 50px;
  width: 100%; }

.row {
  margin-left: -9px;
  margin-right: -9px; }
  .row > [class^="col-"] {
    padding-left: 9px;
    padding-right: 9px; }

.page-wrap {
  width: 100%;
  overflow: hidden; }

@media screen and (min-width: 1300px) {
  .container {
    max-width: 1266px; } }
.ul-default {
  padding: 0;
  margin: 0;
  list-style: none; }

.header__top {
  padding-top: 7px;
  padding-bottom: 7px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1; }

.header__logo {
  font-family: Caveat,sans-serif;
  font-size: 45px;
  line-height: 1;
  font-weight: 700;
  color: #2E2E2E;
  transition: 0.3s; }
  .header__logo b {
    color: #86C04A; }
  .header__logo:hover {
    text-decoration: none;
    color: #86C04A; }

.header__top__menu li {
  margin-right: 48px; }
.header__top__menu a {
  color: #808080;
  font-weight: 400; }

.header__top__links {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .header__top__links li {
    margin-left: 12px; }
    .header__top__links li a {
      width: 30px;
      height: 30px;
      border: 1px solid #ccc;
      border-radius: 50%;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      color: #2E2E2E;
      font-size: 12px; }
      .header__top__links li a:hover {
        background: #EEF9E3;
        text-decoration: none;
        color: #2E2E2E; }

.header__mains {
  background: #EEF9E3;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: 0.3s; }
  .header__mains.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06); }
    .header__mains.fixed .header__logo {
      font-size: 30px; }

.header__main__menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap; }
  .header__main__menu > li {
    margin: 0 10px;
    position: relative; }
    .header__main__menu > li:hover > .sub {
      display: block; }
    .header__main__menu > li:hover > a, .header__main__menu > li:hover > span {
      text-decoration: none;
      color: #86C04A; }
      .header__main__menu > li:hover > a:after, .header__main__menu > li:hover > span:after {
        width: 48px;
        margin-left: -24px;
        background: #86C04A; }
    .header__main__menu > li > a:after, .header__main__menu > li > span:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 4px;
      left: 50%;
      margin-left: 0;
      background: transparent;
      border-radius: 2px;
      bottom: -3px;
      transition: 0.3s;
      z-index: 101; }
    .header__main__menu > li.active > a, .header__main__menu > li.active > span {
      color: #86C04A; }
    .header__main__menu > li.active a:after, .header__main__menu > li.active span:after {
      background: #86C04A;
      width: 48px;
      margin-left: -24px; }
  .header__main__menu .sub {
    position: absolute;
    top: 100%;
    left: -15px;
    width: 255px;
    background: #EEF9E3;
    list-style: none;
    padding: 15px;
    margin: 0;
    z-index: 100;
    display: none; }
    .header__main__menu .sub a {
      min-height: 26px; }
      .header__main__menu .sub a:hover {
        text-decoration: none;
        color: #86C04A; }
    .header__main__menu .sub li.active > a, .header__main__menu .sub li.active > span {
      color: #86C04A; }
  .header__main__menu a, .header__main__menu span {
    color: #2E2E2E;
    position: relative;
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    transition: 0.3s; }

.btn-default {
  background: #EFD352;
  color: #2E2E2E;
  min-width: 160px;
  min-height: 48px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  padding: 12px;
  font-weight: 700;
  font-size: 14px;
  border: 0;
  cursor: pointer;
  transition: 0.3s; }
  .btn-default:hover {
    text-decoration: none;
    color: #2E2E2E;
    background: #86C04A; }
  .btn-default:focus {
    outline: none; }
  .btn-default.btn-default__min {
    min-height: 30px;
    padding: 5px 25px;
    min-width: 1px; }

.header__search {
  margin-right: 20px; }

.section-breadcrumb {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start; }
  .section-breadcrumb li {
    display: inline-block;
    margin: 0 5px; }
  .section-breadcrumb a {
    color: #2E2E2E;
    text-decoration: underline; }

/* POPUP */
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  display: none; }
  .popup__flex {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
  .popup__window {
    background: #EEF9E3;
    height: auto;
    width: 400px;
    padding: 10px; }
  .popup__window__menu {
    width: 100%;
    height: 100%;
    padding: 0; }
  .popup__header {
    padding: 9px 15px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 58px;
    background: #EEF9E3;
    z-index: 2; }
  .popup__content {
    padding: 60px 15px 55px;
    height: 100%;
    overflow: auto; }
  .popup__footer {
    height: 55px;
    padding: 10px 15px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    background: #EEF9E3;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06); }
  .popup__close {
    width: 40px;
    height: 40px;
    border: 0;
    outline: none;
    position: relative;
    cursor: pointer;
    background: none;
    padding: 0; }
    .popup__close:after, .popup__close:before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 2px;
      top: 50%;
      left: 50%;
      margin: -2px 0 0 -10px;
      background: #2E2E2E;
      transform: rotate(45deg); }
    .popup__close:before {
      transform: rotate(-45deg); }
    .popup__close:focus {
      outline: none; }
  .popup__menu {
    list-style: none;
    padding: 0;
    margin: 20px 0; }
    .popup__menu ul {
      list-style: none;
      padding: 0 0 0 10px;
      margin: 0; }
    .popup__menu a {
      color: #000;
      font-size: 14px; }
    .popup__menu > li {
      position: relative;
      padding-right: 35px; }
      .popup__menu > li > a, .popup__menu > li > span {
        font-family: Caveat,sans-serif;
        font-size: 26px; }
    .popup__menu .sub {
      display: none; }
    .popup__menu .show-sub {
      position: absolute;
      top: 6px;
      right: 5px;
      border: 0;
      outline: none;
      background: none;
      width: 30px;
      height: 30px;
      padding: 0; }
      .popup__menu .show-sub:after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 10px;
        border: 2px solid transparent;
        border-bottom-color: #000;
        border-right-color: #000;
        transform: rotate(45deg);
        right: 10px;
        top: 7px; }
      .popup__menu .show-sub.active:after {
        transform: rotate(-135deg);
        top: 11px; }

/* POPUP END*/
.home__banner {
  padding-top: 74px;
  padding-bottom: 74px;
  position: relative;
  /*&:after {
      content: '';
      display: block;
      position: absolute;
      background: url("../img/banner-bg.png") center/cover;
    top: 0;
    right: 0;
    width: 853px;
    height: 750px;
    z-index: -1;
  }*/ }
  .home__banner .img-banner {
    width: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    position: relative;
    z-index: 2; }
    .home__banner .img-banner img {
      width: auto; }
  .home__banner:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../img/image-fixed-1.png") center/cover;
    width: 296px;
    height: 506px;
    left: -2px;
    bottom: -180px;
    z-index: -1; }

.home-banner-image {
  display: block;
  position: absolute;
  background-size: cover;
  background-position: center;
  top: 0;
  right: 0;
  width: 853px;
  height: 750px;
  z-index: -1; }

.tag-item {
  min-width: 90px;
  min-height: 32px;
  padding: 5px 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #EEF7FF;
  font-size: 12px;
  line-height: 1;
  color: #86C04A; }
  .tag-item.tag-item__big {
    min-height: 40px;
    font-size: 16px; }
  .tag-item.tag-item__color-1 {
    background: #EEF7FF;
    color: #86C04A; }
  .tag-item.tag-item__color-2 {
    background: #F3EFFF;
    color: #B499FF; }

button.tag-item {
  outline: none;
  border: 0;
  cursor: pointer;
  transition: 0.3s; }
  button.tag-item:hover {
    box-shadow: 2px 2px 2px 0 #c3c3c3; }

.banner__item__prev__new {
  max-width: 650px; }
  .banner__item__prev__new .title {
    font-family: Caveat,sans-serif;
    font-size: 75px;
    line-height: 0.9;
    margin: 15px 0 40px;
    color: #2E2E2E;
    display: block;
    transition: 0.2s; }
    .banner__item__prev__new .title:hover {
      text-decoration: none;
      color: #86C04A; }

.row-info-article {
  display: flex;
  flex-wrap: wrap;
  align-items: center; }
  .row-info-article .author-article-info {
    margin-right: 40px; }

.author-article-info {
  display: flex;
  align-items: center; }
  .author-article-info .img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 16px; }
    .author-article-info .img img {
      width: 100%; }
  .author-article-info .name {
    color: #808080;
    font-weight: 700; }

.data-article-info {
  color: #808080; }
  .data-article-info.data-article-info__min {
    font-size: 12px; }

.banner__mins__prevs {
  margin-top: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  padding: 24px; }

.item-min-prev {
  display: flex; }
  .item-min-prev .img {
    width: 120px;
    height: 120px;
    border-radius: 15px;
    overflow: hidden;
    margin-right: 20px;
    min-width: 120px;
    display: block; }
  .item-min-prev .name {
    font-family: Caveat,sans-serif;
    font-size: 20px;
    line-height: 1;
    color: #000;
    margin: 10px 0 3px;
    display: block; }

.section__caption__wrap {
  margin-bottom: 30px; }

.section__caption__with-link {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between; }
  .section__caption__with-link .section__caption {
    margin-bottom: 0; }

.item-cart-new {
  margin-bottom: 30px; }
  .item-cart-new .img-prev {
    overflow: hidden;
    width: 100%;
    display: block;
    border-radius: 15px;
    height: auto;
    margin-bottom: 18px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06); }
    .item-cart-new .img-prev img {
      width: 100%; }
  .item-cart-new a.img-prev img {
    position: relative;
    transition: 0.3s; }
  .item-cart-new a.img-prev:hover img {
    transform: scale(1.1); }
  .item-cart-new .title {
    display: block;
    font-family: Caveat,sans-serif;
    font-size: 35px;
    line-height: 1;
    color: #2E2E2E;
    margin-top: 12px;
    margin-bottom: 10px; }
    .item-cart-new .title:hover {
      color: #86C04A;
      text-decoration: none; }

@media screen and (min-width: 993px) {
  .item-cart-new.item-cart-new__big {
    display: flex;
    align-items: center;
    margin-bottom: 25px; }
    .item-cart-new.item-cart-new__big .title {
      font-size: 45px; }
    .item-cart-new.item-cart-new__big .img-prev {
      margin-bottom: 0; }
    .item-cart-new.item-cart-new__big .item__img__wrap {
      width: 40%;
      overflow: hidden;
      border-radius: 15px;
      padding-right: 60px; }
    .item-cart-new.item-cart-new__big .item__content {
      width: 60%; } }
.item-video-prev .img-prev {
  position: relative; }
.item-video-prev .play-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -38px;
  margin-left: -38px;
  z-index: 5; }
  .item-video-prev .play-video:focus {
    outline: none; }

.play-video {
  background: url("../img/play-video.png") center/cover;
  width: 76px;
  height: 76px;
  cursor: pointer;
  border: 0;
  display: inline-block; }

.section__with-wave {
  background: #EEF9E3;
  padding-top: 30px;
  padding-bottom: 30px;
  margin-top: 130px;
  margin-bottom: 120px;
  position: relative; }
  .section__with-wave:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/wave.png") center repeat;
    height: 84px;
    width: 100%;
    top: -82px;
    left: 0; }
  .section__with-wave:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/wave-bottom.png") center repeat;
    height: 88px;
    width: 100%;
    bottom: -86px;
    left: 0; }

.section__videos .item-cart-new .tag-item {
  color: #ECB097;
  background: #FDF5ED; }

.recommendation__list .item-cart-new__big {
  position: relative; }
  .recommendation__list .item-cart-new__big:before {
    content: '';
    display: inline-block;
    position: absolute;
    background: url("../img/paw.png") center/cover;
    left: -183px;
    top: 50%;
    margin-top: -139px;
    width: 266px;
    height: 266px; }
  .recommendation__list .item-cart-new__big .item__img__wrap {
    position: relative;
    z-index: 2; }
.recommendation__list .item-cart-new__big:nth-child(2n) {
  flex-direction: row-reverse; }
  .recommendation__list .item-cart-new__big:nth-child(2n):before {
    transform: rotateY(180deg);
    left: inherit;
    right: -183px; }
  .recommendation__list .item-cart-new__big:nth-child(2n) .item__img__wrap {
    padding-right: 0;
    padding-left: 60px; }

.section__footer__row-form {
  background-size: cover;
  background-position: center top;
  width: 100%;
  height: auto;
  padding-top: 150px;
  position: relative;
  z-index: 5; }

.footer__form__sub {
  max-width: 100%;
  width: 765px;
  position: relative;
  padding-bottom: 60px; }

.footer__form__sub__pc:after {
  content: '';
  display: block;
  position: absolute;
  background: url("../img/footer-cat.png") center/cover;
  width: 163px;
  height: 201px;
  bottom: 0;
  right: -230px; }
.footer__form__sub__pc:before {
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -5px;
  background: url("../img/footer-dog.png") center/cover;
  width: 216px;
  height: 327px;
  left: -200px; }

.caption-form {
  color: #fff;
  font-size: 45px;
  line-height: 1;
  font-family: Caveat,sans-serif;
  margin-bottom: 30px;
  text-align: center; }

.input-sub {
  width: 100%;
  background: #fff;
  box-shadow: 0px 64px 200px rgba(51, 51, 51, 0.1);
  border-radius: 40px;
  padding: 24px 26px;
  position: relative; }
  .input-sub .input-linear {
    padding-right: 190px; }
    .input-sub .input-linear:focus {
      outline: #86C04A auto 1px; }
  .input-sub .submit {
    position: absolute;
    z-index: 2;
    top: 50%;
    right: 35px;
    margin-top: -24px; }

.input-linear {
  background: linear-gradient(90deg, #F5FFEA 0%, #FFFFFF 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  height: 64px;
  width: 100%;
  padding: 0 24px; }
  .input-linear.error {
    border-color: brown; }
    .input-linear.error:hover, .input-linear.error:focus {
      outline: brown auto 1px; }

.section__title__page {
  padding: 30px 0 0; }

.title__page {
  text-align: center;
  font-family: Caveat,sans-serif;
  font-size: 45px;
  line-height: 1;
  margin-top: 30px;
  margin-bottom: 30px; }

.form__search {
  width: 765px;
  max-width: 100%;
  margin: 0 auto 50px;
  position: relative; }

.results__searches {
  position: absolute;
  top: calc(100% + 15px);
  width: 100%;
  left: 0;
  background: #fff;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  padding: 24px;
  border-radius: 24px;
  z-index: 100;
  display: none; }
  .results__searches.active {
    display: block; }
  .results__searches .title-result {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px; }
  .results__searches a {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    color: #2E2E2E;
    font-size: 16px; }
  .results__searches .image {
    display: inline-flex;
    align-items: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
    min-width: 50px;
    margin-right: 15px; }
    .results__searches .image img {
      width: 100%; }

.section__search {
  padding-bottom: 100px; }

.section__page__content {
  padding-top: 50px;
  padding-bottom: 50px; }

footer.footer {
  background: #1B2F08;
  padding-top: 70px;
  padding-bottom: 60px;
  z-index: 3;
  color: #fff;
  line-height: 2;
  position: relative; }
  footer.footer a {
    color: #E6E6E6; }

.footer__col__left {
  width: 370px; }

.footer__logo {
  margin-bottom: 40px;
  display: inline-block; }

.footer__caption {
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 20px; }

.footer__section ul {
  list-style: none;
  padding: 0;
  margin: 0; }
.footer__section a {
  color: #E6E6E6; }
.footer__section .header__top__links li {
  margin-left: 0;
  margin-right: 12px; }

.terms__alphabet {
  padding-top: 30px;
  padding-bottom: 30px; }
  .terms__alphabet .list {
    width: 765px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 30px;
    margin: 0 auto; }
    .terms__alphabet .list li {
      margin: 6px; }
    .terms__alphabet .list button {
      border: 0;
      background: #fff;
      width: 50px;
      height: 50px;
      display: inline-flex;
      justify-content: center;
      align-items: center;
      font-size: 22px;
      line-height: 1;
      color: #808080;
      border-radius: 10px;
      cursor: pointer; }
      .terms__alphabet .list button:focus, .terms__alphabet .list button:hover, .terms__alphabet .list button.active {
        outline: #86C04A auto 1px; }
      .terms__alphabet .list button.disabled {
        cursor: default;
        opacity: 0.4; }
        .terms__alphabet .list button.disabled:focus, .terms__alphabet .list button.disabled:hover {
          outline: none; }

.select-default {
  width: 100%;
  background: linear-gradient(90deg, #F5FFEA 0%, #FFFFFF 100%);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 40px;
  height: 64px;
  padding: 10px 24px;
  font-size: 22px;
  font-weight: 600; }
  .select-default:focus {
    outline: #86C04A auto 1px; }

.select-default__wrap {
  max-width: 100%;
  width: 300px;
  position: relative; }
  .select-default__wrap .select-default {
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    padding-right: 45px; }
    .select-default__wrap .select-default:focus + .arr {
      transform: rotate(-135deg);
      margin-top: -3px; }
  .select-default__wrap span.arr {
    position: absolute;
    width: 10px;
    height: 10px;
    border: 2px solid transparent;
    border-bottom-color: #000;
    border-right-color: #000;
    top: 50%;
    right: 28px;
    margin-top: -7px;
    transform: rotate(45deg); }
  .select-default__wrap.select-default__min .select-default {
    font-size: 16px;
    height: 50px; }
  .select-default__wrap .select2 + .arr {
    display: none !important; }

.terms__results {
  width: 576px;
  max-width: 100%;
  margin: 30px auto; }
  .terms__results .caption__result {
    text-align: center; }
  .terms__results .results {
    margin-top: 40px; }

.item__result__search__term {
  text-align: center;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding: 15px 10px; }
  .item__result__search__term:last-of-type {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
  .item__result__search__term a {
    font-family: Caveat,sans-serif;
    font-size: 35px;
    line-height: 0.9;
    color: #2E2E2E; }
    .item__result__search__term a:hover {
      color: #EFD352;
      text-decoration: none; }

.caption__default {
  font-family: Caveat,sans-serif;
  font-size: 45px;
  line-height: 1;
  color: #000;
  margin-bottom: 20px; }

.section__terms__list {
  padding: 50px 0 70px; }

.terms__list, .results__terms__mobile {
  display: flex;
  flex-wrap: wrap;
  margin-left: -8px;
  margin-right: -8px;
  margin-top: 30px;
  list-style: none;
  padding: 0; }
  .terms__list ul, .results__terms__mobile ul {
    list-style: none;
    padding: 0;
    margin: 0; }
  .terms__list .letter__col, .results__terms__mobile .letter__col {
    padding-left: 8px;
    padding-right: 8px;
    width: calc(100%/6);
    margin-bottom: 25px; }
  .terms__list .sub li, .results__terms__mobile .sub li {
    margin-bottom: 5px; }
  .terms__list a, .results__terms__mobile a {
    font-size: 18px;
    text-decoration: underline;
    color: #808080;
    line-height: 1;
    display: inline-block; }

.list__categories {
  margin-top: 35px;
  /*margin-bottom: -50px;*/ }

.pagination__items {
  list-style: none;
  padding: 0;
  margin: 30px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .pagination__items li {
    margin: 6px;
    height: 40px; }
    .pagination__items li a, .pagination__items li span {
      display: inline-flex;
      min-width: 30px;
      height: 40px;
      padding: 5px;
      justify-content: center;
      align-items: center;
      color: #86C04A;
      border-radius: 10px; }
    .pagination__items li a {
      background: rgba(134, 192, 74, 0.08); }
      .pagination__items li a:hover {
        text-decoration: none;
        outline: #86C04A auto 1px; }
  .pagination__items .prev a, .pagination__items .prev span, .pagination__items .next a, .pagination__items .next span {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: none; }
    .pagination__items .prev a:after, .pagination__items .prev span:after, .pagination__items .next a:after, .pagination__items .next span:after {
      content: '';
      display: block;
      background: url("../img/prev-arrow.png") center/cover;
      width: 27px;
      height: 13px;
      position: relative; }
  .pagination__items .prev span, .pagination__items .next span {
    opacity: 0.5; }
  .pagination__items .next a:after, .pagination__items .next span:after {
    transform: rotate(180deg); }

.section__article__content .tags {
  margin-bottom: 20px; }

.image-page {
  overflow: hidden;
  border-radius: 20px;
  margin-top: 30px;
  margin-bottom: 40px; }
  .image-page img {
    width: 100%;
    height: auto; }

.page-content-text {
  color: #808080;
  line-height: 1.4;
  padding-bottom: 50px;
  text-align: justify; }
  .page-content-text h1, .page-content-text h2, .page-content-text h3, .page-content-text h4 {
    font-family: Caveat,sans-serif;
    color: #2E2E2E;
    line-height: 1; }
  .page-content-text h2 {
    font-size: 38px; }
  .page-content-text h2 {
    font-size: 35px; }
  .page-content-text h3 {
    font-size: 30px; }
  .page-content-text h4 {
    font-size: 26px; }
  .page-content-text img {
    max-width: 100%;
    height: auto !important; }

.tags-porody {
  margin-bottom: 40px; }

.slider__default {
  margin-top: 40px; }
  .slider__default .slick-arrow {
    background: url("../img/prev-arrow-yellow.png") center/cover;
    width: 76px;
    height: 76px;
    display: inline-block;
    position: absolute;
    z-index: 3;
    top: 160px;
    border: 0;
    outline: none;
    cursor: pointer; }
  .slider__default .slick-prev {
    left: -90px; }
  .slider__default .slick-next {
    right: -90px;
    transform: rotate(180deg); }

.slick-dots {
  padding: 0;
  margin: 30px 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 0;
  color: transparent; }
  .slick-dots li {
    margin: 6px; }
  .slick-dots button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    outline: none;
    padding: 0;
    background: rgba(137, 194, 79, 0.27);
    cursor: pointer; }
  .slick-dots .slick-active button {
    background: #89C24F;
    cursor: default; }

.section__new-slider {
  margin-bottom: -30px; }
  .section__new-slider:before {
    height: 200px;
    background: #EEF9E3;
    bottom: -190px; }

.to-top {
  position: fixed;
  z-index: 1000;
  bottom: 15px;
  right: 15px;
  border: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
  background: url("../img/to-top.png") center/cover;
  width: 40px;
  height: 40px;
  display: none; }
  .to-top:focus {
    outline: none; }

.show-menu {
  position: relative;
  background: none;
  padding: 0;
  margin: 0 0 0 20px;
  border: 0;
  cursor: pointer;
  width: 40px;
  height: 40px; }
  .show-menu:focus {
    outline: none; }
  .show-menu:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/icon-menu.png") center/cover;
    width: 16px;
    height: 14px;
    top: 50%;
    left: 50%;
    margin: -8px 0 0 -7px; }

.tags__categories {
  margin-bottom: 20px; }
  .tags__categories [class^="col"] {
    margin-bottom: 15px; }

.results__terms__mobile {
  margin-top: 20px; }

.simplesearch-results-list .sisea-result {
  margin-bottom: 10px; }
.simplesearch-results-list a {
  color: #2E2E2E;
  text-decoration: underline; }

.simplesearch-paging {
  margin-bottom: 10px; }

.simplesearch-results {
  font-family: Caveat,sans-serif;
  font-size: 28px;
  font-weight: 600; }

.simplesearch-paging {
  font-family: Caveat,sans-serif;
  font-size: 22px;
  font-weight: 600; }

.section__poroda__banner {
  background: #EEF9E3;
  padding: 50px 25px;
  margin-bottom: 50px;
  border-radius: 20px; }

.section__poroda__banner .image-page {
  margin: 0; }

.page-content-text__collapse {
  height: 300px;
  overflow: hidden;
  position: relative;
  transition: 0.5s; }
  .page-content-text__collapse:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    transition: 0.5s;
    background: linear-gradient(to bottom, transparent, #fff); }
  .page-content-text__collapse.active:after {
    height: 0; }

.section__short-info-poroda {
  background: #f2f2f2;
  padding: 30px 50px;
  border-radius: 20px;
  margin-bottom: 40px; }
  .section__short-info-poroda .title {
    font-size: 30px;
    font-family: Caveat,sans-serif;
    line-height: 1; }

.list-short-info-poroda .item {
  padding: 5px 15px;
  display: flex;
  align-items: center; }
.list-short-info-poroda .img {
  width: 60px;
  margin-right: 15px; }
  .list-short-info-poroda .img svg, .list-short-info-poroda .img img {
    max-width: 100%; }
.list-short-info-poroda .name {
  text-transform: uppercase;
  margin-bottom: 5px;
  line-height: 1.2;
  color: #86C04A;
  font-size: 14px; }
.list-short-info-poroda .value {
  min-width: 80px;
  font-size: 14px; }

.section__breed-traits {
  margin-bottom: 40px; }

.breed-traits__tabs {
  display: flex;
  flex-wrap: wrap;
  padding: 0 20px;
  border-bottom: 1px solid #2E2E2E; }
  .breed-traits__tabs .item_tab {
    cursor: pointer;
    padding: 7px 15px;
    text-transform: uppercase;
    border-radius: 5px 5px 0 0;
    border: 1px solid #ddd;
    margin: 0 5px;
    font-size: 14px;
    border-bottom: 0;
    position: relative;
    background: #fff;
    z-index: 1;
    color: #808080; }
    .breed-traits__tabs .item_tab.active {
      border-color: #2E2E2E;
      color: #2E2E2E;
      cursor: default; }
      .breed-traits__tabs .item_tab.active:after {
        content: '';
        display: block;
        position: absolute;
        bottom: -3px;
        left: 0;
        height: 4px;
        width: 100%;
        background: #fff;
        z-index: 1; }

.breed-traits__content {
  margin-top: 40px;
  display: none;
  flex-wrap: wrap;
  justify-content: space-between; }
  .breed-traits__content.active {
    display: flex; }
  .breed-traits__content .item__content {
    width: 45%;
    padding: 0 15px 15px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 25px; }
    .breed-traits__content .item__content .caption {
      text-transform: uppercase;
      color: #86C04A;
      margin-bottom: 10px; }
    .breed-traits__content .item__content .grad {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      font-size: 12px;
      color: #808080; }
    .breed-traits__content .item__content .opts {
      display: flex;
      flex-wrap: wrap;
      margin: 0 -5px; }
      .breed-traits__content .item__content .opts .it {
        width: 19%;
        display: inline-block;
        background: #ddd;
        height: 6px;
        border-radius: 5px;
        margin: 3px 0.5%; }
        .breed-traits__content .item__content .opts .it.active {
          background: #86C04A; }
    .breed-traits__content .item__content.item__content__full {
      width: 100%; }
  .breed-traits__content .checks-types .it {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
    color: #c9c9c9;
    padding-left: 22px; }
    .breed-traits__content .checks-types .it.active {
      color: #86C04A; }
      .breed-traits__content .checks-types .it.active:before {
        background: url("../../images/icons/icon-check.png") center/cover;
        width: 19px; }
    .breed-traits__content .checks-types .it:before {
      content: '';
      display: inline-block;
      background: url("../../images/icons/icon-close.png") center/cover;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -14px; }

.item__content__gallery {
  display: flex;
  flex-wrap: wrap; }
  .item__content__gallery .item {
    padding: 10px; }
    .item__content__gallery .item a {
      height: 200px;
      display: block; }
      .item__content__gallery .item a img {
        height: 100%; }
  .item__content__gallery .slick-dots {
    width: 100%; }

.faq-accord {
  margin-bottom: 20px; }
  .faq-accord .item {
    background: #f2f2f2;
    margin-bottom: 20px;
    padding-top: 10px; }
    .faq-accord .item.active .caption:after {
      transform: rotate(0deg); }
    .faq-accord .item.active .content {
      display: block; }
    .faq-accord .item .caption {
      font-weight: bold;
      font-size: 28px;
      line-height: 0.8;
      min-height: 70px;
      display: flex;
      position: relative;
      padding: 0 55px 10px 30px;
      align-items: center;
      justify-content: left;
      cursor: pointer;
      font-family: Caveat,sans-serif; }
      .faq-accord .item .caption:after {
        content: '';
        display: block;
        position: absolute;
        background: url("../img/arr-black.png") center/cover;
        width: 19px;
        height: 11px;
        top: 50%;
        right: 30px;
        margin-top: -7px;
        transform: rotate(180deg); }
  .faq-accord .content {
    padding: 0px 30px 10px;
    display: none; }

.filter__terms {
  max-width: 900px;
  margin: 0 auto; }
  .filter__terms .label-select {
    font-family: Caveat,sans-serif;
    font-size: 22px;
    margin-right: 15px;
    line-height: 0.9; }

.select2-container .select2-selection--multiple {
  min-height: 40px;
  background: linear-gradient(90deg, #F5FFEA 0%, #FFFFFF 100%);
  border-radius: 20px;
  padding-bottom: 7px; }

.select2-container .select2-search--inline .select2-search__field {
  margin-top: 6px;
  margin-left: 15px;
  height: 27px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #cff1ac;
  border-radius: 20px; }

.filter__caption {
  font-family: Caveat,sans-serif;
  font-size: 22px;
  margin-bottom: 20px; }

.col-9-custom {
  max-width: 918px;
  flex: 0 0 918px; }

.aside__article {
  padding-left: 30px;
  padding-top: 5px; }

.aside__item {
  margin-bottom: 30px;
  color: #2E2E2E; }
  .aside__item .aside_caption {
    font-family: Caveat,sans-serif;
    font-size: 26px;
    margin-bottom: 15px; }

.aside__contents .list {
  list-style: none;
  padding: 0;
  margin: 0; }
.aside__contents li {
  border-bottom: 1px solid #ccc;
  padding: 5px 0; }
  .aside__contents li:last-of-type {
    border-bottom: 0; }
.aside__contents a {
  color: #2E2E2E;
  display: block;
  line-height: 1; }
  .aside__contents a:hover {
    color: #86C04A; }

.aside-blog-item {
  margin-bottom: 25px; }
  .aside-blog-item .img-prev {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
    margin-bottom: 5px; }
    .aside-blog-item .img-prev img {
      width: 100%; }
  .aside-blog-item a {
    display: block; }
  .aside-blog-item .title {
    font-family: Caveat,sans-serif;
    font-size: 20px;
    color: #2E2E2E;
    line-height: 1;
    margin-top: 8px; }

.section__vetclinics {
  margin-top: 70px; }

.item-clinic {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #c9c9c9; }
  .item-clinic .name {
    font-family: Caveat,sans-serif;
    font-size: 26px;
    display: block;
    margin-bottom: 10px;
    line-height: 1;
    color: #86C04A; }
  .item-clinic .address {
    position: relative;
    padding-left: 23px;
    margin-bottom: 5px; }
    .item-clinic .address:after {
      content: '';
      display: block;
      position: absolute;
      background: url(../../images/icons/address.png) center/cover;
      width: 14px;
      height: 14px;
      left: 0;
      top: 50%;
      margin-top: -6px; }
  .item-clinic .phones {
    margin-bottom: 15px; }
  .item-clinic .phone {
    position: relative;
    padding-left: 23px;
    margin-bottom: 0; }
    .item-clinic .phone a {
      color: #86C04A;
      font-size: 14px; }
    .item-clinic .phone:after {
      content: '';
      display: block;
      position: absolute;
      background: url(../../images/icons/phone.png) center/cover;
      width: 14px;
      height: 14px;
      left: 0;
      top: 50%;
      margin-top: -6px; }

.caption-select-city {
  margin-bottom: 30px;
  font-family: Caveat,sans-serif;
  font-size: 32px;
  line-height: 1; }

.services__list {
  margin-bottom: 40px; }

.item-service-min {
  background: #86C04A;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.04), 0px 4px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 18px; }
  .item-service-min .image {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }
    .item-service-min .image img {
      display: inline-block;
      max-width: 70px;
      max-height: 70px; }
  .item-service-min .name {
    text-align: center;
    font-family: Caveat,sans-serif;
    font-size: 30px;
    color: #fff; }

.form-success {
  background: #EEF9E3;
  padding: 15px;
  border-radius: 20px;
  font-family: Caveat,sans-serif;
  font-size: 30px;
  text-align: center;
  line-height: 1;
  margin-top: 20px;
  display: none;
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: -10px;
  left: 0; }
  .form-success p:last-of-type {
    margin-bottom: 0; }

.instructions__list {
  margin-bottom: 70px; }
  .instructions__list .step {
    background: #EEF9E3;
    padding: 15px 15px 15px 100px;
    border-radius: 15px;
    margin: 10px 0;
    position: relative;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
  .instructions__list .image {
    width: 100px;
    height: 100px;
    padding: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -50px; }
    .instructions__list .image img {
      display: inline-block;
      max-height: 90%;
      max-width: 90%; }
  .instructions__list .min-caption {
    font-family: Caveat,sans-serif;
    font-size: 26px;
    margin-bottom: 5px;
    line-height: 1; }

.langs-switcher {
  padding: 0 15px; }
  .langs-switcher ul {
    padding: 0;
    margin: 0;
    list-style: none; }
  .langs-switcher .separat {
    display: inline-block;
    padding: 0 3px; }
  .langs-switcher span.anchorLink {
    color: #8f8f8f; }
  .langs-switcher a {
    color: #86C04A; }

/* MEDIA */
@media screen and (max-width: 1500px) {
  .terms__list .letter__col {
    width: 25%; } }
@media screen and (min-width: 1300px) {
  .hide-pc {
    display: none !important; } }
@media screen and (max-width: 1299px) {
  .banner__item__prev__new {
    max-width: 800px; }

  .show-pc {
    display: none !important; }

  .item-cart-new .img-prev {
    height: 200px; }

  .item-cart-new.item-cart-new__big .img-prev {
    height: 270px; }

  .terms__list .letter__col {
    width: 33.33%; }

  .breed-traits__content .item__content {
    width: 48%; }

  .col-9-custom {
    max-width: 845px;
    flex: 0 0 845px; }

  .aside__article {
    padding-left: 20px; } }
@media screen and (min-width: 1201px) {
  .list__categories > .row {
    margin-left: -50px;
    margin-right: -50px; }
    .list__categories > .row > [class^="col-"] {
      padding-left: 50px;
      padding-right: 50px; }
  .list__categories .item-cart-new {
    margin-bottom: 90px; } }
@media screen and (max-width: 1200px) {
  .home__banner .img-banner img {
    right: 0;
    max-height: 500px; }

  .item-cart-new .img-prev {
    height: 170px; }

  .item-cart-new.item-cart-new__big .img-prev {
    height: 200px; }

  .item-cart-new.item-cart-new__big .title {
    font-size: 35px; }

  .item-cart-new .title {
    font-size: 30px; }

  .header__top__menu li {
    margin-right: 20px; }

  .footer__col__left {
    width: 330px; }

  .col-9-custom {
    max-width: 100%;
    flex: 0 0 100%; }

  .aside__article {
    padding: 0; } }
@media screen and (max-width: 992px) {
  .header__logo {
    font-size: 30px; }

  .header__mains {
    padding-top: 10px;
    padding-bottom: 10px; }

  .btn-default {
    min-height: 40px;
    padding-top: 9px;
    padding-bottom: 9px; }

  .banner__item__prev__new .title {
    font-size: 35px; }

  .banner__item__prev__new {
    max-width: 600px; }

  .home__banner:before {
    display: none; }

  .home__banner:after,
  .home-banner-image {
    width: 400px;
    height: 351px; }

  .item-cart-new .title {
    font-size: 22px; }

  .row-info-article {
    font-size: 14px; }

  .item-cart-new.item-cart-new__big .img-prev {
    height: 170px; }

  .item-cart-new.item-cart-new__big .title {
    font-size: 22px; }

  .item-video-prev .play-video {
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px; }

  .recommendation__list .item-cart-new__big:before {
    display: none; }

  .recommendation__list .item-cart-new__big:nth-child(2n) .item__img__wrap {
    padding-left: 0; }

  .footer__form__sub:before,
  .footer__form__sub:after {
    display: none; }

  .input-sub .submit {
    margin-top: -20px; }

  .input-linear {
    height: 52px; }

  .footer__form__sub {
    width: 100%; }

  .footer__col__left {
    width: 100%;
    margin-bottom: 20px; }

  .footer__text {
    font-size: 14px; }

  footer.footer {
    padding-top: 32px;
    padding-bottom: 32px; }

  .footer__logo {
    margin-bottom: 20px; }

  .section__poroda__banner {
    padding-top: 0;
    padding-bottom: 0; }

  .section__poroda__banner .title__page {
    margin-bottom: 10px; }

  .title__page {
    font-size: 36px; }

  .section__poroda__banner .image-page {
    margin-top: 20px;
    border-radius: 0; }

  .section__short-info-poroda .title {
    text-align: center;
    margin-bottom: 15px; }

  .breed-traits__content .item__content .desc {
    margin-top: 15px; } }
@media screen and (max-width: 768px) {
  .home__banner__content {
    width: 100%;
    padding-right: 100px;
    position: relative;
    z-index: 5; }

  .slider__home-banner {
    display: block; }
    .slider__home-banner .slick-dots {
      margin: 0; }

  .banner__mins__prevs {
    padding-bottom: 15px;
    margin-top: 30px; }
    .banner__mins__prevs .item-min-prev {
      padding-bottom: 10px; }

  .banner__item__prev__new {
    max-width: 100%; }

  .home__banner:after,
  .home-banner-image {
    right: -170px; }

  .home__banner .img-banner img {
    right: 40px !important; }

  .item-cart-new .img-prev {
    height: auto; }

  .slider__last__news .item-cart-new,
  .slider__videos .item-cart-new {
    margin-bottom: 0; }

  .caption__default,
  .caption-form {
    font-size: 36px; }

  .section__caption__with-link {
    margin-bottom: 15px; }

  .item-cart-new .title {
    margin: 15px 0; }

  .item-cart-new.item-cart-new__big .img-prev {
    height: auto; }

  .recommendation__list .item-cart-new__big {
    margin-bottom: 0; }

  .footer__section {
    margin-bottom: 20px; }

  .footer__caption {
    margin-bottom: 5px; }

  .title__page {
    font-size: 36px;
    margin-top: 0; }

  .slider__default .item-cart-new {
    margin-bottom: 0; }

  .terms__results .caption__result {
    font-size: 28px; }

  .item__result__search__term a {
    font-size: 22px; }

  .section__poroda__banner .title__page {
    padding-top: 15px; }

  .section-breadcrumb {
    margin: 0 0 20px; }

  .page-content-text__collapse .page-content-text {
    padding-bottom: 15px; }

  .list-short-info-poroda {
    flex-direction: column;
    align-items: center; }

  .breed-traits__content .item__content {
    width: 100%; }

  .section__short-info-poroda {
    padding: 25px 15px 15px; }

  .section__short-info-poroda .title {
    font-size: 22px; }

  .list-short-info-poroda .img {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .list-short-info-poroda .text {
    width: 140px; } }
@media screen and (max-width: 575px) {
  .home__banner__content {
    padding-right: 0; }

  .home__banner .img-banner {
    display: none; }

  .home__banner {
    padding-top: 40px; }

  .home__banner:after,
  .home-banner-image {
    right: -240px; }

  .header__search {
    margin-right: 0;
    position: relative;
    top: -2px; }

  .input-sub {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 15px; }

  .input-sub .input-linear {
    padding-right: 0; }

  .input-sub .submit {
    position: relative;
    top: inherit;
    right: inherit;
    margin-top: 15px;
    display: inline-flex; }

  .caption-form {
    font-size: 30px; }

  .banner__item__prev__new .title {
    margin: 15px; }

  .slider__home-banner.row {
    margin-left: 0;
    margin-right: 0; }
    .slider__home-banner.row [class^="col-"] {
      padding-left: 1px;
      padding-right: 1px; }

  .banner__mins__prevs {
    padding: 15px; }

  .section__search-in-categories .form__search {
    margin-bottom: 20px; }

  .tags__categories [class^="col"] {
    margin-bottom: 5px; }

  .section__with-wave {
    margin-top: 60px;
    margin-bottom: 60px; }

  .section__with-wave:before,
  .section__with-wave:after {
    display: none; }

  .section__terms__alphabet.section__with-wave {
    margin-bottom: 20px;
    margin-top: 50px;
    padding-top: 0;
    padding-bottom: 0; }

  .section__terms__list {
    padding-top: 25px;
    padding-bottom: 20px; }

  .section__article__content + .section__with-wave {
    margin-top: 0;
    margin-bottom: -80px; }

  .section__footer__row-form {
    padding-top: 90px; }

  .section__search {
    padding-bottom: 20px; } }

/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 768px) {
    .slider__home-banner > .item-slide:nth-child(n+2) {
        display: none;
    }
}
