.single-pet-page{
  overflow:hidden;
  margin-bottom:0 !important;
  padding-bottom:160px;
}
.single-pet-page .container{
  max-width:736px;
  width:100%;
}
.single-pet-page .row1248{
  position:relative;
  padding-right:380px;
}
.single-pet-page .aside-content{
  max-width:352px;
  width:100%;
  position:absolute;
  right:0;
  top:74px;
  z-index:5;
}
.single-pet-page .aside-content .card{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  box-shadow:0px 0 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
  margin-bottom:15px;
  border-radius:8px;
  position:relative;
  z-index:2;
}
.single-pet-page .aside-content .card:nth-child(2){
  min-height:auto !important;
  z-index:1;
}

.single-pet-page .aside-content .card .main-info{
  padding:30px 30px 40px;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  border-top:1px solid #ededed;
  border-radius:8px 8px 0 0;
}
.single-pet-page .aside-content .card .main-info .category-block{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:40px;
}

.single-pet-page .aside-content .card .main-info .category-block .category-name{
  border:1px solid #ededed;
  border-radius:4px;
  padding:3px 9px;
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#000;
  margin-right:10px;
}

.single-pet-page .aside-content .card .main-info .category-block .reviews-block{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
}

.single-pet-page .aside-content .card .main-info .category-block .reviews-block svg{
  width:24px;
  height:24px;
  margin-right:5px;
}

.single-pet-page .aside-content .card .main-info .category-block .reviews-block span{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#76b128;
}

.single-pet-page .aside-content .card .main-info .image-block{
  margin-bottom:40px;
}

.single-pet-page .aside-content .card .main-info .image-block .image-card{
  max-width:232px;
  width:100%;
  -o-object-fit:contain;
  object-fit:contain;
  max-height:70px;
}

.single-pet-page .aside-content .card .main-info .name-block{
  font-weight:600;
  font-size:20px;
  line-height:140%;
  color:#000;
  margin-bottom:20px;
}

.single-pet-page .aside-content .card .main-info .number-ads{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#828282;
}

.single-pet-page .aside-content .card .image-wrap{
  position:relative;
  cursor:pointer;
  overflow:hidden;
  border-radius:8px 8px 0 0;
  display:flex;
  justify-content:center;
}

.single-pet-page .aside-content .card .image-wrap .image-card{
  display:block;
  border-radius:8px 8px 0 0;
  height:320px;
  width:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.single-pet-page .aside-content .card .image-wrap .image-card.default{
  width:80%;
  -o-object-fit:contain;
  object-fit:contain;
  opacity:0.3;
}

.single-pet-page .aside-content .card .image-wrap .views-block{
  position:absolute;
  top:22px;
  left:19px;
  transition:0.3s all ease;
  display:inline-flex;
  align-items:center;
  font-size:14px;
  line-height:1;
  color:#FFFFFF;
}

.single-pet-page .aside-content .card .image-wrap .views-block svg{
  margin-right:10px;
  width:22px;
  height:14px;
}

.single-pet-page .aside-content .card .like-block{
  position:absolute;
  top:13px;
  right:13px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff;
  transition:0.3s all ease;
  display:inline-flex;
  justify-content:center;
  align-items:center;
}

.single-pet-page .aside-content .card .like-block svg{
  width:18px;
  height:16px;
}

.single-pet-page .aside-content .card .like-block.liked svg{
  width:18px;
  height:16px;
}

.single-pet-page .aside-content .card .like-block.liked svg path{
  fill:#76b128;
}

.single-pet-page .aside-content .card .info-slide{
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  background-color:#fff;
}

.single-pet-page .aside-content .card .info-slide:last-child{
  border-bottom-left-radius:10px;
  border-bottom-right-radius:10px;
  border-bottom:1px solid #ededed;
}

.single-pet-page .aside-content .card .info-slide .info-pets{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:25px 22px;
}
.single-pet-page .aside-content .card .info-slide .info-pets .price-pets .current{
  font-weight:500;
  font-size:18px;
  line-height:144%;
  color:#000;
  padding-right:10px;
}

.single-pet-page .aside-content .card .info-slide .info-pets .price-pets .old{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  text-decoration:line-through;
  color:#bdbdbd;
}

.single-pet-page .aside-content .card .info-slide .info-pets .age-pets{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#828282;
}

.single-pet-page .aside-content .card .info-slide .publication-info{
  padding:18px 22px;
  border-top:1px solid #ededed;
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.single-pet-page .aside-content .card .info-slide .publication-info .age-pets{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#828282;
  display:flex;
  align-items:center;
}

.single-pet-page .aside-content .card .info-slide .publication-info .age-pets svg{
  margin-right:5px;
}

.single-pet-page .aside-content .card .info-slide .publication-info .age-pets .value, .single-pet-page .aside-content .card .info-slide .publication-info .age-pets .date, .single-pet-page .aside-content .card .info-slide .publication-info .age-pets .text-green{
  padding-left:3px;
}

.single-pet-page .aside-content .card .text-green{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#76b128;
  display:block;
  width:-moz-max-content;
  width:max-content;
}

.single-pet-page .aside-content .card .info-map-card{
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  border-bottom:1px solid #ededed;
  border-top:1px solid #ededed;
  border-radius:8px;
  background-color:#fff;
}

.single-pet-page .aside-content .card .info-map-card .top-info{
  padding:14px 23px 24px 23px;
  border-bottom:1px solid #ededed;
}

.single-pet-page .aside-content .card .info-map-card .top-info h4{
  margin-bottom:10px;
  font-size:20px;
  font-weight:600;
}

.single-pet-page .aside-content .card .info-map-card .top-info .age-pets{
  font-size:14px;
  line-height:143%;
  color:#828282;
  margin-bottom:15px;
}

.single-pet-page .aside-content .card .info-map-card .top-info address{
  line-height:143%;
  font-size:14px;
  font-style:normal;
  margin-bottom:15px;
}

.single-pet-page .aside-content .card .info-map-card .top-info .address{
  display:none;
}

.single-pet-page .aside-content .card .info-map-card .top-info .tel{
  font-weight:500;
  font-size:14px;
  line-height:143%;
  margin-bottom:10px;
  display:block;
  width:-moz-max-content;
  width:max-content;
}

.single-pet-page .aside-content .card .info-map-card .bottom-info{
  padding:11px 23px 15px 23px;
  display:flex;
  align-items:center;
  justify-content:space-between;
}

.single-pet-page .aside-content .card .info-map-card .bottom-info .reviews-block, .single-pet-page .aside-content .card .info-map-card .bottom-info .star-block{
  display:flex;
  align-items:center;
}

.single-pet-page .aside-content .card .info-map-card .bottom-info .reviews-block svg, .single-pet-page .aside-content .card .info-map-card .bottom-info .star-block svg{
  margin-right:5px;
}

.single-pet-page .aside-content .card .btn-green{
  border-radius:0 0 8px 8px;
  padding:18px 38px;
}

.single-pet-page .aside-content .card iframe{
  width:100%;
  height:180px;
  border-radius:8px 8px 0 0;
}
.single-pet-page .aside-content #revealButton{
  display:block;
  width:-moz-max-content;
  width:max-content;
  background-color:transparent;
  border:none;
  color:#76b128;
  border-bottom:1px dashed currentColor;
  cursor:pointer;
}

.single-pet-page .aside-content #maskedEmail, .single-pet-page .aside-content #maskedPhoneNumber{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#828282;
  display:block;
  width:-moz-max-content;
  width:max-content;
  margin-bottom:8px;
}

.single-pet-page .aside-content #maskedPhoneNumber + a,
.single-pet-page .aside-content #maskedEmail + a{
  display:none;
}

.single-pet-page .banner-single-pet{
  padding-bottom:20px;
  padding-top:75px;
  min-height:393px;
  position:relative;
  z-index:1;
}
.single-pet-page .banner-single-pet h1{
  margin-bottom:20px;
  font-size:36px;
  line-height:115%;
}
.single-pet-page .banner-single-pet .short-description{
  display:flex;
  flex-wrap:wrap;
}
.single-pet-page .banner-single-pet .short-description .item{
  width:-moz-max-content;
  width:max-content;
  color:#000;
  font-size:14px;
  font-weight:500;
  padding:9.5px 10px;
  display:inline-flex;
  align-items:center;
  margin-bottom:10px;
  margin-right:10px;
  border:2px solid #ededed;
  border-radius:8px;
  color:#828282;
}

.single-pet-page .banner-single-pet .short-description .item span{
  color:#000;
  padding-left:5px;
}

.single-pet-page .banner-single-pet .location{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#828282;
  margin-bottom:30px;
  display:flex;
}

.single-pet-page .banner-single-pet .location svg{
  width:13px;
  height:18px;
  margin-right:10px;
}

.single-pet-page .banner-single-pet .aside-content{
  display:none;
}
.single-pet-page .tabs-group{
  position:relative;
  margin-bottom:75px;
}
.single-pet-page .tabs-group:before, .single-pet-page .tabs-group:after{
  content:"";
  position:absolute;
  left:-30vw;
  width:130vw;
  height:1px;
  background-color:#ededed;
  z-index:-1;
}

.single-pet-page .tabs-group:before{
  top:0;
}

.single-pet-page .tabs-group:after{
  bottom:0;
}

.single-pet-page .tabs-group .flex-wrapper{
  display:flex;
}

.single-pet-page .tabs-group .flex-wrapper .tab{
  padding:29px 5px 30px 5px;
  margin-right:114px;
  border-bottom:2px solid transparent;
  text-transform:uppercase;
  font-weight:500;
  font-size:14px;
  cursor:pointer;
}

.single-pet-page .tabs-group .flex-wrapper .tab:last-child{
  margin-right:0;
}
.single-pet-page .tabs-group .flex-wrapper .tab.active{
  border-bottom-color:#76b128;
  color:#76b128;
  pointer-events:none;
}

.single-pet-page .pet-content{
  display:none;
  min-height:420px;
}
.single-pet-page .pet-content .container{
  word-wrap:break-word;
}

.single-pet-page .pet-content .top-card{
  width:100%;
  border-radius:8px;
  border:1px solid #ededed;
  padding:8px 10px 8px 26px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  margin-bottom:30px;
  margin-right:20px;
}
.single-pet-page .pet-content .top-card .text{
  margin-right:25px;
  flex:1;
}

.single-pet-page .pet-content .top-card .icon{
  width:54px;
  height:54px;
}

.single-pet-page .pet-content .top-card .icon img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
  border-radius:8px;
}

.single-pet-page .pet-content h2{
  margin-bottom:20px;
}
.single-pet-page .pet-content h3, .single-pet-page .pet-content h4, .single-pet-page .pet-content h5{
  margin-bottom:20px;
}

.single-pet-page .pet-content p a{
  font-size:inherit;
  color:#76b128;
}

.single-pet-page .pet-content p img{
  border-radius:8px;
  -o-object-fit:cover;
  object-fit:cover;
  max-height:460px;
  min-height:239px;
  height:50vw;
  width:100%;
}

.single-pet-page .pet-content ul{
  margin-left:23px;
  margin-bottom:30px;
}

.single-pet-page .pet-content ul li{
  font-size:16px;
  line-height:144%;
  margin-bottom:10px;
  position:relative;
}

.single-pet-page .pet-content ul li:last-child{
  margin-bottom:0;
}

.single-pet-page .pet-content ul li a{
  font-size:18px;
  color:#76b128;
}

.single-pet-page .pet-content ul li:before{
  content:"";
  width:6px;
  height:6px;
  border-radius:50%;
  background-color:#bdbdbd;
  position:absolute;
  left:-23px;
  top:9px;
}

.single-pet-page .pet-content ol{
  margin-left:22px;
  margin-bottom:30px;
  max-width:487px;
}

.single-pet-page .pet-content ol li{
  font-size:16px;
  line-height:150%;
  position:relative;
  margin-bottom:10px;
}

.single-pet-page .pet-content ol li a{
  font-size:inherit;
  color:#76b128;
}

.single-pet-page .pet-content ol li:last-child{
  margin-bottom:0;
}

.single-pet-page .pet-content .parents-pet{
  display:flex;
  margin-bottom:40px;
}
.single-pet-page .pet-content .parents-pet .single-parent{
  max-width:350px;
  width:100%;
  margin-right:30px;
}
.single-pet-page .pet-content .parents-pet .single-parent:last-child{
  margin-right:0;
}
.single-pet-page .pet-content .parents-pet .single-parent .image-wrap{
  width:100%;
  height:304px;
}

.single-pet-page .pet-content .parents-pet .single-parent .image-wrap img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
  border-radius:8px 8px 0 0;
}

.single-pet-page .pet-content .parents-pet .single-parent .name{
  border-radius:0 0 8px 8px;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  border-bottom:1px solid #ededed;
  padding:24px 19px 19px 19px;
  text-align:center;
  font-size:18px;
  line-height:133%;
}

.single-pet-page .pet-content .image-video{
  margin-bottom:6px;
  position:relative;
  text-align:center;
}
.single-pet-page .pet-content .image-video video{
  width:100%;
  -o-object-fit:cover;
  object-fit:cover;
  min-height:239px;
  max-height:460px;
  height:30vw;
  border-radius:8px;
  cursor:pointer;
}
.single-pet-page .pet-content .image-video .play-button-video{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  cursor:pointer;
}

.single-pet-page .pet-content .gallery{
  display:flex;
  flex-wrap:wrap;
  -moz-column-gap:10px;
  column-gap:10px;
  row-gap:10px;
}
.single-pet-page .pet-content .gallery .image{
  max-height:361px;
  height:24vw;
  width:calc(70% - 5px);
}

.single-pet-page .pet-content .gallery .image:nth-child(4n), .single-pet-page .pet-content .gallery .image:nth-child(5n), .single-pet-page .pet-content .gallery .image:nth-child(1){
  width:calc(30% - 5px);
}
.single-pet-page .pet-content .gallery .image:nth-child(odd):last-child{
  width:100%;
  min-height:239px;
  max-height:460px;
  height:30vw;
}
.single-pet-page .pet-content .gallery .image img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
  border-radius:8px;
}

.single-pet-page .pet-content.active{
  display:block;
}

.single-pet-page .pet-content.active iframe{
  border-radius:8px;
}

.single-pet-page .card-buy{
  border:1px solid #ededed;
  border-radius:12px;
  padding:32px 30px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-top:60px;
}
.single-pet-page .card-buy .left-content{
  max-width:240px;
  width:100%;
}

.single-pet-page .card-buy .left-content h3{
  margin-bottom:20px;
}

.single-pet-page .card-buy .left-content p{
  padding-bottom:40px;
}

.single-pet-page .card-buy .left-content .btn-transparent-orange{
  display:inline-flex;
  padding:14.5px 21px;
  text-decoration:none;
}

.single-pet-page .card-buy .right-content{
  width:194px;
  height:194px;
}
.single-pet-page .card-buy .right-content img{
  width:100%;
  height:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.nurseries-section{
  overflow:hidden;
  margin-bottom:120px !important;
}
.nurseries-section .info-block{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:30px;
}
.nurseries-section .info-block h2{
  letter-spacing:-0.02em;
  color:#000;
  margin-right:20px;
  font-size:36px;
  line-height:122%;
}
.nurseries-section .info-block .link-all{
  font-weight:500;
  font-size:14px;
  color:#76b128;
}
.nurseries-section .nurseries-section-wrapper{
  position:relative;
}

.nurseries-section .nurseries-section-wrapper .swiper-wrapper{
  align-items:stretch;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries{
  position:relative;
  overflow:hidden;
  width:102%;
  margin-left:-1%;
  padding:40px 1%;
  margin-top:-40px;
}
.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide{
  border:1px solid #ededed;
  border-radius:8px;
  height:auto;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card{
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border-radius:8px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card:hover{
  text-decoration:none;
  box-shadow:0 0 10px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background:#fff;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info{
  padding:30px 30px 40px;
}
.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .category-block{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:40px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .category-block .category-name{
  border:1px solid #ededed;
  border-radius:4px;
  padding:3px 9px;
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#000;
  margin-right:10px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .category-block .reviews-block{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .category-block .reviews-block svg{
  width:24px;
  height:24px;
  margin-right:5px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .category-block .reviews-block span{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#76b128;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .image-block{
  margin-bottom:40px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .image-block .image-card{
  max-width:232px;
  width:100%;
  -o-object-fit:contain;
  object-fit:contain;
  max-height:70px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .name-block{
  font-weight:600;
  font-size:20px;
  line-height:140%;
  color:#000;
  margin-bottom:20px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info .number-ads{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#828282;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .location-and-star{
  border-top:1px solid #ededed;
  padding:10px 30px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  min-height:64px;
}
.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .location-and-star .location{
  font-weight:400;
  font-size:14px;
  line-height:1;
  color:#828282;
  margin-right:10px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .location-and-star .star-block{
  display:inline-flex;
  align-items:center;
  justify-content:flex-end;
  flex:0 0 42px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .location-and-star .star-block svg{
  width:14px;
  height:14px;
  margin-right:5px;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .location-and-star .star-block .number-stars{
  font-weight:400;
  font-size:14px;
  line-height:1;
  color:#000;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .location-and-star .star-block.act svg path{
  fill:#ffd500;
}

.nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-pagination{
  display:none;
  bottom:0;
}
.nurseries-section .nurseries-section-wrapper .swiper-button-prev{
  left:-70px;
}
.nurseries-section .nurseries-section-wrapper .swiper-button-next{
  right:-70px;
}
.single-nurseries .banner-single-pet .after-title{
  display:flex;
}
.single-nurseries .banner-single-pet .after-title .location{
  margin-right:48px;
}
.single-nurseries .banner-single-pet .after-title .location:last-child{
  margin-right:0;
}
.single-nurseries .aside-content{
  top:-250px;
}
.single-nurseries .aside-content .card{
  min-height:376px;
  background-color:#fff;
}
.single-nurseries .aside-content .card:first-child{
  min-height:326px;
}
.single-nurseries .aside-content .card .main-info{
  padding:22px 0 0 0;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  flex:1;
}
.single-nurseries .aside-content .card .main-info .category-block{
  margin:0 23px 20px 23px;
}
.single-nurseries .aside-content .card .main-info .image-block{
  margin:0 23px 20px 23px;
  text-align:center;
  height:159px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.single-nurseries .aside-content .card .main-info .image-block .image-card{
  max-width:272px;
  width:100%;
  height:80px;
  max-height:unset;
}
.single-nurseries .aside-content .card .main-info .info-slide{
  padding:28px 23px 27px;
  border:none;
  border-top:1px solid #ededed;
}
.single-nurseries .aside-content .card .main-info .info-slide .publication-info{
  padding:0;
  border:none;
}
.single-nurseries .aside-content .card .social-link{
  display:flex;
  align-items:center;
  margin-bottom:10px;
}
.single-nurseries .aside-content .card .social-link span{
  margin-right:5px;
  font-size:14px;
  line-height:143%;
  width:-moz-max-content;
  width:max-content;
}
.single-nurseries .aside-content .card .info-map-card .top-info{
  border:none;
  padding:25px 31px;
}
.single-nurseries .pet-content .flex-wrapper{
  row-gap:30px;
  -moz-justify-content:flex-start;
  justify-content:flex-start;
  flex-flow:wrap;
  transition:all 0.3s ease;
  display:-moz-flex;
  display:flex;
  margin:0 -1.75%;
  width:103.5%;
}
.single-nurseries .pet-content .flex-wrapper > *{
  width:46.5%;
  margin:0 1.75% 2.625em;
}
.single-nurseries .pet-content .card-pets-swiper{
  overflow:visible;
  padding-bottom:45px;
}
.single-nurseries .pet-content .card-pets-swiper .swiper-pagination{
  z-index:auto;
}
.single-nurseries .pet-content .card-pets{
  height:auto;
  margin-bottom:0;
}
.single-nurseries .pet-content .card-pets .card{
  position:relative;
  border-radius:8px;
  min-height:100%;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  border:1px solid #ededed;
}
.single-nurseries .pet-content .card-pets .card:hover{
  text-decoration:none;
  z-index:2;
  box-shadow:0 0 40px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
  background:#fff;
}
.single-nurseries .pet-content .card-pets .card:hover .btn-wrapper{
  transition:0.5s all ease;
  pointer-events:visible;
  visibility:visible;
  opacity:1;
}
.single-nurseries .pet-content .card-pets .card .image-wrap{
  border-bottom:1px solid #ededed;
  position:relative;
  display:flex;
  justify-content:center;
}
.single-nurseries .pet-content .card-pets .card .image-wrap .image-card{
  border-radius:8px 8px 0 0;
  height:304px;
  width:100%;
  -o-object-fit:cover;
  object-fit:cover;
}
.single-nurseries .pet-content .card-pets .card .image-wrap .image-card.default{
  width:80%;
  -o-object-fit:contain;
  object-fit:contain;
  opacity:0.3;
}
.single-nurseries .pet-content .card-pets .card .like-block{
  position:absolute;
  top:10px;
  right:10px;
  width:40px;
  height:40px;
  border-radius:50%;
  background:#fff;
  opacity:0;
  transition:0.3s all ease;
  display:inline-flex;
  justify-content:center;
  align-items:center;
}
.single-nurseries .pet-content .card-pets .card .like-block svg{
  width:18px;
  height:16px;
}
.single-nurseries .pet-content .card-pets .card .like-block svg path{
  fill:#ededed;
}
.single-nurseries .pet-content .card-pets .card .like-block.liked svg{
  width:18px;
  height:16px;
}
.single-nurseries .pet-content .card-pets .card .like-block.liked svg path{
  fill:#76b128;
}
.single-nurseries .pet-content .card-pets .card .info-slide{
  padding:20px;
}
.single-nurseries .pet-content .card-pets .card .info-slide .name-pets{
  font-weight:400;
  font-size:18px;
  line-height:133%;
  color:#000;
  margin-bottom:20px;
  width:-moz-fit-content;
  width:fit-content;
  display:block;
  cursor:pointer;
}
.single-nurseries .pet-content .card-pets .card .info-slide .location{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#828282;
  margin-bottom:20px;
}
.single-nurseries .pet-content .card-pets .card .info-slide .location svg{
  width:13px;
  height:18px;
  margin-right:10px;
}
.single-nurseries .pet-content .card-pets .card .info-slide .info-pets{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.single-nurseries .pet-content .card-pets .card .info-slide .info-pets .price-pets{
  display:inline-flex;
  align-items:flex-start;
  justify-content:flex-start;
}
.single-nurseries .pet-content .card-pets .card .info-slide .info-pets .price-pets .current{
  font-weight:500;
  font-size:18px;
  line-height:144%;
  color:#000;
  margin-right:10px;
}
.single-nurseries .pet-content .card-pets .card .info-slide .info-pets .price-pets .old{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  text-decoration:line-through;
  color:#bdbdbd;
}
.single-nurseries .pet-content .card-pets .card .info-slide .info-pets .age-pets{
  font-weight:400;
  font-size:14px;
  line-height:143%;
  color:#000;
}
.single-nurseries .pet-content .card-pets .card .btn-wrapper{
  position:absolute;
  bottom:-73px;
  left:-1px;
  width:calc(100% + 2px);
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:center;
  border-bottom:1px solid #ededed;
  border-left:1px solid #ededed;
  border-right:1px solid #ededed;
  border-radius:0 0 8px 8px;
  padding:10px 25px 25px;
  visibility:hidden;
  opacity:0;
  pointer-events:none;
  transition:0.5s all ease;
  box-shadow:0 20px 20px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.05);
}
.single-nurseries .pet-content .card-pets .card .btn-wrapper .btn-transparent-orange{
  width:100%;
  text-decoration:none;
}
@media (max-width: 1850px){
  .nurseries-section .nurseries-section-wrapper .swiper-button-prev{
    left:-5%;
  }
  .nurseries-section .nurseries-section-wrapper .swiper-button-next{
    right:-5%;
  }
}
@media (max-width: 1140px){
  .single-pet-page{
    padding-bottom:100px;
  }
  .nurseries-section{
    margin-bottom:100px !important;
  }
  .nurseries-section .info-block h2{
    font-size:30px;
    line-height:127%;
  }
  .nurseries-section .nurseries-section-wrapper .swiper-nurseries{
    margin-top:0;
    width:100%;
    margin-left:0;
    padding:0 0 36px;
    overflow:visible;
  }
  .nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-pagination{
    display:block;
  }
  .nurseries-section .nurseries-section-wrapper .swiper-button-prev{
    display:none;
  }
  .nurseries-section .nurseries-section-wrapper .swiper-button-next{
    display:none;
  }
  .single-nurseries .pet-content .card-pets .card .like-block{
    opacity:1;
  }
}
@media (max-width: 992px){
  .single-pet-page .container{
    max-width:100%;
  }
  .single-pet-page .row1248{
    padding-right:0;
  }
  .single-pet-page .aside-content{
    position:static;
    max-width:100%;
  }
  .single-pet-page .aside-content .card:first-child{
    display:none;
  }
  .single-pet-page .aside-content .card .image-wrap .image-card{
    height:40vw;
  }
  .single-pet-page .aside-content .card .info-slide .info-pets{
    padding:20px 20px 11px 20px;
  }
  .single-pet-page .aside-content .card .info-slide .publication-info{
    border:unset;
    padding:11px 20px 20px 20px;
  }
  .single-pet-page .aside-content .card iframe{
    height:30vw;
    min-height:180px;
  }
  .single-pet-page .banner-single-pet{
    padding-bottom:0;
  }
  .single-pet-page .banner-single-pet .short-description{
    margin-bottom:30px;
  }
  .single-pet-page .banner-single-pet .aside-content{
    display:block;
  }
  .single-pet-page .banner-single-pet .aside-content .card:first-child{
    display:block;
    margin-bottom:0;
  }
  .single-pet-page .tabs-group{
    margin-top:-50px;
    margin-bottom:60px;
  }
  .single-pet-page .tabs-group .flex-wrapper .tab{
    padding:80px 5px 30px 5px;
    margin-right:80px;
  }
  .single-pet-page .pet-content{
    min-height:auto;
  }
  .single-pet-page .pet-content .image-video video{
    height:45vw;
  }
  .single-pet-page .pet-content .gallery .image{
    height:40vw;
  }
  .single-nurseries .banner-single-pet .aside-content .card:first-child{
    display:flex;
  }
  .single-nurseries .banner-single-pet .aside-content .card:first-child .info-slide{
    border-top:unset;
  }
}
@media (max-width: 630px){
  .single-nurseries .pet-content .card-pets{
    box-shadow:unset;
  }
}
@media (max-width: 620px){
  .single-pet-page .pet-content .parents-pet{
    flex-direction:column;
  }
  .single-pet-page .pet-content .parents-pet .single-parent{
    margin-right:0;
    margin-bottom:20px;
    max-width:100%;
  }
  .single-pet-page .pet-content .parents-pet .single-parent:last-child{
    margin-bottom:0px;
  }
}
@media (max-width: 576px){
  .single-pet-page{
    padding-bottom:60px;
  }
  .single-pet-page .aside-content .card{
    margin-bottom:60px;
  }
  .single-pet-page .aside-content .card .main-info{
    padding:30px 20px 40px;
  }
  .single-pet-page .banner-single-pet h1{
    font-size:30px;
  }
  .single-pet-page .tabs-group .flex-wrapper .tab{
    margin-right:50px;
    padding:80px 5px 20px 5px;
  }
  .single-pet-page .pet-content .top-card{
    padding:8px 20px 8px 15px;
  }
  .single-pet-page .pet-content h2{
    font-size:24px;
  }
  .single-pet-page .pet-content .image-video{
    margin-bottom:0;
  }
  .single-pet-page .pet-content .gallery{
    -moz-column-gap:5px;
    column-gap:5px;
    row-gap:5px;
  }
  .single-pet-page .pet-content .gallery .image:nth-child(4n), .single-pet-page .pet-content .gallery .image:nth-child(5n), .single-pet-page .pet-content .gallery .image:nth-child(1){
    width:calc(30% - 2.5px);
  }
  .single-pet-page .pet-content .gallery .image{
    width:calc(70% - 2.5px);
  }
  .single-pet-page .card-buy{
    margin-top:40px;
  }
  .single-pet-page .card-buy .right-content{
    width:160px;
    height:160px;
  }
  .nurseries-section{
    margin-bottom:60px !important;
  }
  .nurseries-section .info-block{
    margin-bottom:20px;
  }
  .nurseries-section .info-block .link-all{
    display:none;
  }
  .nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .top-info{
    padding:30px 20px 40px;
  }
  .nurseries-section .nurseries-section-wrapper .swiper-nurseries .swiper-slide .card .location-and-star{
    padding:10px 20px;
  }
  .single-nurseries .pet-content .card-pets .card .info-slide{
    padding:20px 20px 30px;
  }
  .single-nurseries .pet-content .card-pets .card .info-slide .location{
    margin-bottom:30px;
  }
}
@media (max-width: 470px){
  .single-pet-page .card-buy{
    flex-direction:column-reverse;
    align-items:flex-start;
    padding:31px 21px 40px 21px;
  }
  .single-pet-page .card-buy .right-content{
    margin-bottom:20px;
    margin-left:-15px;
  }
}
@media (max-width: 360px){
  .nurseries-section .info-block h2{
    font-size:24px;
  }
}
/*# sourceMappingURL=single-nursery.css.map */
