 /*Все подключеные шрифты здесь*/
/* font Comfortaa */
@font-face {
  font-family: "Comfortaa-Bold";
  src: url("../fonts/Comfortaa/Comfortaa-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Comfortaa-Light";
  src: url("../fonts/Comfortaa/Comfortaa-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "Comfortaa-Regular";
  src: url("../fonts/Comfortaa/Comfortaa-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

/* font Open Sans */
@font-face {
  font-family: "OpenSans-Bold";
  src: url("../fonts/Open_Sans/OpenSans-Bold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-BoldItalic";
  src: url("../fonts/Open_Sans/OpenSans-BoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-ExtraBold";
  src: url("../fonts/Open_Sans/OpenSans-ExtraBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-ExtraBoldItalic";
  src: url("../fonts/Open_Sans/OpenSans-ExtraBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-Italic";
  src: url("../fonts/Open_Sans/OpenSans-Italic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-Light";
  src: url("../fonts/Open_Sans/OpenSans-Light.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-LightItalic";
  src: url("../fonts/Open_Sans/OpenSans-LightItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-Regular";
  src: url("../fonts/Open_Sans/OpenSans-Regular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-SemiBold";
  src: url("../fonts/Open_Sans/OpenSans-SemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }

@font-face {
  font-family: "OpenSans-SemiBoldItalic";
  src: url("../fonts/Open_Sans/OpenSans-SemiBoldItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
 
.bg-optimal{
	background-color: #f8f9fa;
}
.title-main_bold {
    font-family: "Comfortaa-Bold";
}

.history-1,.history-2,.history-3,.history-4{
	padding: 35px;
 }
 .history-2 {
    background-image: url(/wa-data/public/shop/img/history-image.jpg);
    color: #fff;
}
.history-4{background-color: #efefef;}

.animals-card img{
	width: 150px;
}

.animals-card .card{
	width: calc(100%/5);
	min-width: 200px;
	position:relative;
	height: 300px;
    overflow: hidden;
    background-color: #fff;
    background-position: top right;
    background-repeat: no-repeat;
}
.animals-card .card.once-card{
	display: flex;
    background-position: right bottom;
    background-size: 700px;
}
.animals-card .card .card-text{
	position:absolute;
	bottom:0;
	font-size: 5.3333rem;
    line-height: 60px;
    color: #8BB640;
    font-family: "Comfortaa-Light";
}
.animals-card .card .card-text > div{
	font-size: 1.0667rem;
    line-height: 27px;
    color: #8BB640;
    font-family: "Comfortaa-Bold";
    display: block;
    text-transform: uppercase;	
}
.animals-card .card.once-card .card-text > div {
    font-size: 2rem;
    line-height: 70px;
}

.detail-media__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.detail-media__image {
    background-size: cover;
    background-repeat: no-repeat;
    width: 580px;
    height: 350px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 40px 90px;
    position: relative;
}
.detail-media__image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 10px 0 6px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 10px 0 6px 0 rgba(0, 0, 0, 0.05);
    background: rgba(0, 0, 0, 0.6);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
    z-index: 10;
}
.detail-media__image-wrapper {
    font-size: 1rem;
    line-height: 27px;
    color: #fff;
    overflow: hidden;
    max-height: 290px;
    position: relative;
    z-index: 10;
}
.detail-media__image-title, .detail-media__title {
    font-size: 1.2rem;
    line-height: 27px;
    font-family: "Comfortaa-Bold";
    margin-bottom: 20px;
}
.detail-media__text {
    width: -webkit-calc(100% - 580px);
    width: calc(100% - 580px);
    height: 300px;
    padding: 40px 90px;
    font-size: 1rem;
    line-height: 27px;
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
.detail-media__text::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../img/maska_plashka.svg) no-repeat;
    z-index: 5;
}
.detail-media__text::after {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: url(../img/maska_plashka_inner.svg) no-repeat;
    background-position: bottom left;
    z-index: 5;
}

.detail-catalog {
  margin-bottom: 100px; }

.detail-catalog h3 {
  max-width: 950px;
  margin-bottom: 50px; }

.detail-catalog__wrapper {
  margin-left: -0.86206897%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
      -ms-flex-flow: wrap;
          flex-flow: wrap; }

.detail-catalog__item {
  padding: 30px;
  background-position: right bottom;
  background-repeat: no-repeat;
  width: 49.137931%;
  height: 395px;
  margin-left: 0.86206897%;
  margin-bottom: 10px;
  position: relative;
  overflow: hidden; }

.detail-catalog__item img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  max-width: 100%;
  max-height: 300px; }

.detail-catalog__title {
  font-size: 1.2rem;
  font-family: "Comfortaa-Bold";
  line-height: 27px;
  color: #424242;
  position: relative;
  z-index: 10; }

.detail-catalog__teaser {
  color: #AEAEAE;
  font-size: 1rem;
  line-height: 27px;
  position: relative;
  z-index: 10; }
.media-text-bg_cover {
    min-height: 320px;
    background-repeat: no-repeat;
    background-size: contain;

}

.detail-about-grass .detail-about__teaser {
    font-family: "Comfortaa-Bold";
    color: #424242;
    font-size: 1.2rem;
}

.detail-info {
    position: relative;
    min-height: 340px;
}

.detail-info__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 10;
}
.container-main {
    min-width: 320px;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    margin: 0 auto;
}
.detail-info__number {
    font-size: 12rem;
    line-height: 1;
    color: #8BB640;
    font-family: "Comfortaa-Regular";
    position: relative;
    margin-right: 40px;
    letter-spacing: -21px;
}
.detail-info__text {
    max-width: 50%;
    font-size: 2rem;
    line-height: 54px;
    font-family: "Comfortaa-Bold";
    color: #424242;
    text-shadow: 1px 1px 1px #fff;
}
.visible-xs {
    display: none;
}
.detail-info__image {
    position: absolute;
    left: 50%;
    top: 0;
    width: 500px;
    height: 330px;
    background-repeat: no-repeat;
    margin-left: 100px;
}
.bg-dark-yellow_without-promo {
    padding-top: 0;
    padding-bottom: 100px;
}
.bg-dark-yellow_modified {
    margin-bottom: 0 !important;
}
.detail-about-grass {
    min-height: 340px;
}
.detail-about-grass .detail-about__image {
    bottom: 0;
    left: 0;
    height: 220px;
    width: 100%;
    top: auto;
    right: auto;
    background-repeat: repeat-x;
    background-size: contain;
}
.detail-about__image {
    position: absolute;
    top: 0;
    right: 0;
}
 {
	
}






@media (max-width: 990px){
	.animals-topHome .card-text {
		font-size: 1.5rem !important;
	}
}
@media (max-width: 768px){
	#carouselNews .carousel-caption {
		font-size: .7rem;
	}
}

.lukoshko {
    background-image: url(../img/cart.svg);
    width: 40px;
    height: 40px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

#carouselNews .carousel-item {
	height: 450px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#carouselNews .carousel-caption {
	background: #0000007a;
	box-shadow: 0 0 5px 10px #0000007a;
	/*
	background: rgba(255, 255, 255, 0.2);
	backdrop-filter: blur(8px);
	*/
	padding: 6px;
	bottom: 50px;
}


li.fa {
    display: list-item;
}





















