@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,700;1,800;1,900&display=swap');
/* #preloader {
    background-color: #fff;
    position: fixed;
    display: flex;
    align-items: center;
    text-align: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999999999;
} */

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

body {
	height: 100%;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #2d304f;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 1.6;
	overflow-x: hidden;
}

p {
	margin-bottom: 20px;
}

img {
	max-width: 100%;
}

a {
	-webkit-transition: 0.5s;
	transition: 0.5s;
	color: #c21448;
}

input:focus {
	outline: none;
}

main {
	background: #f9f9f9;
	padding-bottom: 114px;
}

._no-scroll {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

.wrapper {
	min-height: 100%;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}

.container {
	max-width: 1312px;
	margin: 0 auto;
	position: relative;
	z-index: 20;
	padding: 0 16px;
}

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

.row.fluid {
	margin-right: -16px;
	margin-left: -16px;
}

.title {
	font-weight: 500;
	font-size: 36px;
	color: #2d304f;
	margin-bottom: 20px;
}

.header-index {
	position: relative;
	overflow: hidden;
	padding-bottom: 240px;
	background: url(../img/bg-index.svg) bottom center no-repeat #f9f9f9;
}
.header-index .container {
	position: relative;
	z-index: 30;
}
.header-index .header-bg {
	background: #fff;
}
.header-index:before {
	position: absolute;
	top: -410px;
	left: -410px;
	content: '';
	height: 898px;
	width: 898px;
	background: rgba(248, 248, 248, 0.8);
	border-radius: 50%;
	z-index: 20;
}
.header-index:after {
	position: absolute;
	top: -570px;
	left: -570px;
	content: '';
	height: 1140px;
	width: 1140px;
	background: #ffffff;
	border: 1px solid rgba(228, 228, 228, 0.8);
	border-radius: 50%;
	z-index: 10;
}
.header-index .thumbnailheader {
	position: absolute;
	left: -99px;
	top: 150px;
}
.header-index .traced-img {
	position: absolute;
	left: 0;
	top: 250px;
	z-index: 30;
}
.header-index .rozmarin-img {
	position: absolute;
	left: 0;
	top: 650px;
	z-index: 30;
}
.header-index .rozmarin-img-r {
	position: absolute;
	right: 0;
	top: 85px;
	z-index: 50;
}
.header-index .fork-img-r {
	position: absolute;
	right: 0;
	top: 632px;
	z-index: 30;
}
.header-index .thumbnailheader-r {
	position: absolute;
	right: -50px;
	top: 102px;
	z-index: 20;
}
.header-index .thumbnailheader-center {
	position: absolute;
	right: 300px;
	top: 0;
	z-index: 20;
}
.header-index .thumbnailheader-r2 {
	position: absolute;
	right: -160px;
	top: 40px;
	z-index: 20;
}
.header-index .circle {
	position: absolute;
	right: -160px;
	top: -80px;
	z-index: 20;
	width: 91px;
	height: 91px;
	background: rgba(248, 248, 248, 0.8);
	border-radius: 50%;
}
.header-index .circle-top {
	position: absolute;
	right: 46px;
	top: 34px;
	z-index: 20;
	width: 62px;
	height: 62px;
	background: rgba(248, 248, 248, 0.8);
	border-radius: 50%;
}

.header-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 146px;
}
.header-container .header-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-container .header-left .logo {
	margin-right: 44px;
}
.header-container .header-left .top-menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
}
.header-container .header-left .top-menu li {
	margin: 0 21px;
}
.header-container .header-left .top-menu .active a {
	color: #b5b5b5;
}
.header-container .header-left .top-menu a {
	position: relative;
	font-weight: 500;
	font-size: 15px;
	color: #000;
	text-decoration: none;
}
.header-container .header-left .top-menu a:before {
	position: absolute;
	content: '';
	bottom: -1px;
	left: 0;
	height: 1px;
	width: 0;
	background: #c21448;
	-webkit-transition: 0.2s;
	transition: 0.2s;
}
.header-container .header-left .top-menu a:hover {
	color: #c21448;
}
.header-container .header-left .top-menu a:hover:before {
	width: 100%;
}
.header-container .header-right {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.header-container .header-right .search-icon {
	height: 19px;
	width: 19px;
	background: url(../img/search.png);
	cursor: pointer;
	margin-left: 60px;
}
.header-container .header-right a {
	margin-left: 22px;
}

.header__hamburger {
	position: absolute;
	right: 15px;
	top: 57px;
	z-index: 1001;
	display: none;
	margin-left: 20px;
	cursor: pointer;
}
.header__hamburger .hamburger__line {
	width: 22px;
	margin: 7px auto;
	height: 1px;
	background-color: #000;
	-webkit-transition: opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
	transition: opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
	transition: transform 0.15s ease-in, opacity 0.15s ease-in, background-color 0.2s ease;
	transition: transform 0.15s ease-in, opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
}

.header__hamburger.active .hamburger__line:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
	background-color: #000;
}
.header__hamburger.active .hamburger__line:nth-child(2) {
	opacity: 0;
}
.header__hamburger.active .hamburger__line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
	background-color: #000;
}

.header-tablet {
	background: #ffffff;
	width: 100%;
	left: 0;
	right: 0;
	z-index: 1000;
	border-top: none;
	position: fixed;
	bottom: 0;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	-webkit-transition: opacity 0.2s ease, visibility 0.01s 0.2s, padding 0.2s ease, -webkit-transform 0.2s ease 0.2s;
	transition: opacity 0.2s ease, visibility 0.01s 0.2s, padding 0.2s ease, -webkit-transform 0.2s ease 0.2s;
	transition: transform 0.2s ease 0.2s, opacity 0.2s ease, visibility 0.01s 0.2s, padding 0.2s ease;
	transition: transform 0.2s ease 0.2s, opacity 0.2s ease, visibility 0.01s 0.2s, padding 0.2s ease, -webkit-transform 0.2s ease 0.2s;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	opacity: 0;
	display: none;
	top: 0;
	padding: 0;
}

.header-tablet li {
	text-align: center;
	list-style: none;
	margin-bottom: 10px;
}

.header-tablet a {
	color: #000;
	text-decoration: none;
	font-size: 20px;
}

.header-tablet.active {
	opacity: 1;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease, -webkit-transform 0.2s ease;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}

.top-block {
	position: relative;
	overflow: hidden;
	margin-bottom: 70px;
}
.top-block .container:before {
	position: absolute;
	content: '';
	width: 494px;
	height: 494px;
	top: 0;
	right: -60px;
	background: rgba(248, 248, 248, 0.8);
	border-radius: 50%;
	z-index: 0;
}

.top-block-slider .slick-arrow {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #99cb72;
	border-radius: 50%;
	z-index: 10;
	bottom: 125px;
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.top-block-slider .slick-arrow:hover {
	-webkit-box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.54);
	box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.54);
}
.top-block-slider .slick-next {
	right: 0;
}
.top-block-slider .slick-prev {
	right: 70px;
}
.top-block-slider .slick-slide {
	height: auto;
}

.top-block-item {
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	z-index: 100;
}
.top-block-item .top-block-item__text {
	width: 100%;
	max-width: 625px;
	color: #2d304f;
}
.top-block-item .top-block-item__title {
	font-weight: 800;
	font-size: 50px;
	margin-bottom: 20px;
}
.top-block-item .top-block-item__desc {
	font-size: 18px;
	margin-bottom: 24px;
}
.top-block-item .top-block-item__link a {
	width: 188px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #99cb72;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.top-block-item .top-block-item__image {
	position: relative;
	width: 522px;
}
.top-block-item .top-block-item__image img {
	position: relative;
	z-index: 10;
}
.top-block-item .top-block-item__video {
	position: absolute;
	text-align: center;
	width: 118px;
	bottom: 66px;
	left: 19px;
	cursor: pointer;
	line-height: 19px;
	background: url(../img/video-icon.svg) top center no-repeat;
	padding-top: 119px;
	z-index: 20;
	color: #2d304f;
}

.advantages-block .col {
	width: 100%;
	max-width: 25%;
	padding: 0 16px;
}
.advantages-block .advantages-block__item {
	padding-left: 79px;
	color: #575757;
}
.advantages-block .advantages-block__name {
	font-weight: 500;
	font-size: 15px;
	color: #2d304f;
	margin-bottom: 20px;
}
.advantages-block .barley {
	background: url(../img/barley.svg) top 7px left no-repeat;
}
.advantages-block .dna {
	background: url(../img/dna.svg) top 7px left no-repeat;
}
.advantages-block .quality-factor {
	background: url(../img/quality-factor.svg) top 7px left no-repeat;
}
.advantages-block .meat {
	background: url(../img/meat.svg) top 7px left no-repeat;
}

.section-catalog {
	background: none;
	padding: 70px 0;
}
.section-catalog .container {
	margin-top: -200px;
}
.section-catalog .col {
	width: 100%;
	max-width: 25%;
	padding: 0 16px;
}
.section-catalog .section-catalog__link {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	padding: 20px;
	height: 394px;
	width: 100%;
	border-radius: 5px;
	font-weight: bold;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	-webkit-filter: drop-shadow(0px 15px 20px rgba(45, 48, 79, 0.02));
	filter: drop-shadow(0px 15px 20px rgba(45, 48, 79, 0.02));
	overflow: hidden;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.section-catalog .section-catalog__link span {
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 20px;
	z-index: 30;
	-webkit-transition: 0.8s;
	transition: 0.8s;
	line-height: 1.2;
}
.section-catalog .section-catalog__link:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(88, 155, 36, 0.76)), to(rgba(88, 155, 36, 0.76)));
	background: linear-gradient(0deg, rgba(88, 155, 36, 0.76), rgba(88, 155, 36, 0.76));
	-webkit-box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.33);
	box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.33);
	z-index: 10;
	opacity: 0;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.section-catalog .section-catalog__link:hover span {
	bottom: calc(50% - 15px);
}
.section-catalog .section-catalog__link:hover:before {
	opacity: 1;
}
.section-catalog .poultry-meat {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), url(../img/imgpoultry_meat1.jpg) center center no-repeat;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/imgpoultry_meat1.jpg) center center no-repeat;
	margin-bottom: 20px;
}
.section-catalog .sausage_products {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), url(../img/imgsausage_products2025.jpg) center center no-repeat;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/imgsausage_products2025.jpg) center center no-repeat;
}


.section-catalog .svinina {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), url(../img/svinina.jpg) center center no-repeat;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/svinina.jpg) center center no-repeat;
}



.section-catalog .semis {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), url(../img/imgsemis2025.jpg) center center no-repeat;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/imgsemis2025.jpg) center center no-repeat;
}
.section-catalog .dairy-products {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), url(../img/imgdairy_products2025.jpg) center center no-repeat;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/imgdairy_products2025.jpg) center center no-repeat;
}
.section-catalog .rastitelnye-masla {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), url(../img/raps-oil.jpg) center center no-repeat;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/raps-oil.jpg) center center no-repeat;
}
.section-catalog .yaytsa-i-produkty-yaichnye {
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.4))), url(../img/ya-banner.jpg) center center no-repeat;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%), url(../img/ya-banner.jpg) center center no-repeat;
}
.section-catalog .section-catalog__link {
	background-size: 100% 100%;
}
.new-product {
	overflow: hidden;
	margin-bottom: 50px;
}
.new-product .new-product-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
.new-product .new-product-row .title {
	margin-bottom: 0;
}
.new-product .new-product-row .new-product-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.new-product .new-product-row .buy-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 188px;
	height: 50px;
	background: #99cb72;
	border-radius: 5px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	opacity: 0.8;
}
.new-product .new-product-row .all-catalog-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 188px;
	height: 50px;
	background: #c21448;
	border-radius: 5px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
	margin-left: 30px;
}
.new-product .new-product-row .all-catalog-link:hover {
	opacity: 0.8;
}

.new-product-slider .new-product-item {
	margin: 0 16px;
}
.new-product-slider .slick-slide {
	height: auto;
}
.new-product-slider .slick-list {
	padding: 0 0 80px;
	margin: 0 -15px;
	width: calc(100% + 30px);
	overflow: visible;
}
.new-product-slider .slick-arrow {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #99cb72;
	border-radius: 50%;
	z-index: 10;
	top: calc(50% - 55px);
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.new-product-slider .slick-arrow:hover {
	-webkit-box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.54);
	box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.54);
}
.new-product-slider .slick-prev {
	left: -105px;
}
.new-product-slider .slick-next {
	right: -105px;
}
.new-product-slider .slick-dots {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
}
.new-product-slider .slick-dots li {
	width: 30px;
	border-top: 1px solid #f9f9f9;
	border-bottom: 1px solid #f9f9f9;
	height: 3px;
	background: #c0c0c0;
	margin: 0 8px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.new-product-slider .slick-dots .slick-active {
	border-top: 1px solid #99cb72;
	border-bottom: 1px solid #99cb72;
	background: #99cb72;
}
.new-product-slider .slick-dots button {
	display: none;
}

.new-product-item {
	position: relative;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	background: #ffffff;
	-webkit-box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	border-radius: 5px;
	padding: 28px 20px 35px;
	color: #2d304f;
	text-decoration: none;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.new-product-item::before {
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 5px;
}
.new-product-item:hover {
	-webkit-box-shadow: 0px 15px 25px rgba(45, 48, 79, 0.1);
	box-shadow: 0px 15px 25px rgba(45, 48, 79, 0.1);
}
.new-product-item:hover .new-product-item__more span {
	background: #99cb72;
	color: #fff;
}
.new-product-item div {
	width: 100%;
	text-align: center;
}
.new-product-item .new-product-item__img {
	margin-bottom: 45px;
	text-align: center;
}
.new-product-item .new-product-item__img.new-product-item__img-slider {
	height: 240px;
	margin-bottom: 45px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 45px;
	text-align: center;
}
.new-product-item .new-product-item__img img {
	display: inline-block;
}
.new-product-item .new-product-item__title {
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 20px;
}
.new-product-item .new-product-item__char {
	margin-top: auto;
	font-weight: 300;
	font-size: 15px;
	margin-bottom: 30px;
}
.new-product-item .new-product-item__char span {
	font-weight: 500;
}
.new-product-item .new-product-item__more span {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 100%;
	max-width: 188px;
	height: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #99cb72;
	border-radius: 5px;
	color: #99cb72;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.new-product-item.slick-active::before {
	display: none;
}

.description {
	position: relative;
	margin-bottom: 79px;
}
.description .desc-list-img {
	position: absolute;
	bottom: -150px;
	right: 0;
}
.description .desc-rozmarin-img {
	position: absolute;
	bottom: 0;
	left: 0;
}
.description .description-block {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 343px;
	background: #ffffff;
	-webkit-box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	border-radius: 5px;
	padding: 0 104px;
}
.description .description-block:before {
	position: absolute;
	content: '';
	width: 84px;
	height: 71px;
	background: url(../img/description-bg.png);
	bottom: -20px;
	right: -25px;
}
.description .description-block__title {
	width: 40%;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
}
.description .description-block__title span {
	color: #99cb72;
}
.description .description-right {
	width: 58%;
	padding-left: 30px;
}
.description .description-slider__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.description .description-slider__item .description-slider__img {
	width: 110px;
}
.description .description-slider__item .description-slider__text {
	width: calc(100% - 160px);
}
.description .description-slider .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.description .slider-arrows {
	position: absolute;
	bottom: 42px;
	left: 0;
	width: 100%;
}
.description .slider-arrows ul {
	list-style: none;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.description .slider-arrows button {
	width: 29px;
	height: 29px;
	background: #f8f8f8;
	border-radius: 50%;
	border: none;
	margin: 0 5px;
	font-family: Montserrat;
	font-style: normal;
	font-weight: 500;
	color: #2d304f;
	cursor: pointer;
}
.description .slider-arrows .slick-active button {
	background: #99cb72;
	color: #fff;
}

.news {
	margin-bottom: 50px;
}
.news .news-all__link {
	width: 188px;
	margin: 20px auto;
}
.news .news-all__link a {
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #99cb72;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.news .col {
	width: 100%;
	max-width: 50%;
	margin-bottom: 30px;
}
.news .news-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}
.news .news-row .title {
	margin-bottom: 0;
}
.news .news-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 188px;
	height: 50px;
	background: #c21448;
	border-radius: 5px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}
.news .news-link:hover {
	opacity: 0.8;
}
.news .news-item {
	height: 100%;
	margin: 0 16px;
}
.news .slick-slide {
	height: auto;
}
.news .slick-list {
	padding: 0 0 50px;
	margin: 0 -15px;
	width: calc(100% + 30px);
}
.news .slick-arrow {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 60px;
	background: #99cb72;
	border-radius: 50%;
	z-index: 10;
	top: calc(50% - 55px);
	cursor: pointer;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.news .slick-arrow:hover {
	-webkit-box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.54);
	box-shadow: 0px 15px 20px rgba(153, 203, 114, 0.54);
}
.news .slick-prev {
	left: -105px;
}
.news .slick-next {
	right: -105px;
}

.news-item {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: #ffffff;
	-webkit-box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	border-radius: 5px;
	padding: 20px;
	color: #000000;
	text-decoration: none;
}
.news-item .news-item__img {
	width: 267px;
	margin-right: 35px;
}
.news-item .news-item__img img {
	border-radius: 5px;
}
.news-item .news-item__text {
	width: calc(100% - 305px);
}
.news-item .news-item__date {
	font-size: 13px;
	color: #99cb72;
	margin-bottom: 8px;
}
.news-item .news-item__title {
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 17px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}
.news-item .news-item__title a {
	color: #000 !important;
	text-decoration: none;
}
.news-item:hover {
	-webkit-box-shadow: 0px 15px 25px rgba(45, 48, 79, 0.1);
	box-shadow: 0px 15px 25px rgba(45, 48, 79, 0.1);
}
.news-item:hover .news-item__title {
	color: #99cb72;
}

.about {
	position: relative;
}
.about .about-img-fork {
	position: absolute;
	left: 0;
	top: calc(50% - 90px);
}
.about .col {
	width: 100%;
	max-width: 50%;
	padding: 0 16px;
}
.about .about-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 188px;
	height: 50px;
	background: #c21448;
	border-radius: 5px;
	color: #ffffff;
	font-size: 13px;
	text-decoration: none;
}
.about .about-link:hover {
	opacity: 0.8;
}
.about .about-video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 300px;
	border-radius: 5px;
	background: url(../img/video-img.png) center center no-repeat;
	background-size: cover;
	border-radius: 5px;
}
.about .about-video:hover {
	opacity: 0.8;
}
.about .about-video:before {
	position: absolute;
	content: '';
	height: 80px;
	width: 80px;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	background: url(../img/video.svg);
}
.mg28 {
	margin-bottom: 28px;
}
footer {
	padding-top: 63px;
}
footer .col {
	width: 100%;
	max-width: 25%;
	padding: 0 16px;
}
footer ul li {
	list-style: none;
	margin-bottom: 20px;
}
footer ul li a {
	color: #99cb72;
	text-decoration: none;
}
footer .footer-title {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	margin-bottom: 13px;
}
footer .footer-contact {
	margin-bottom: 25px;
}
footer .footer-contact .footer-contact__desc {
	font-size: 14px;
	color: #99cb72;
	margin-bottom: 3px;
}
footer .footer-contact .footer-contact__phone {
	font-weight: 300;
	font-size: 19px;
	color: #000000;
	margin-bottom: 3px;
	text-decoration: none;
}
footer .footer-contact .footer-contact__link a {
	color: #575757;
}
footer .col-last div {
	padding-left: 27px;
}
footer .col-last a {
	color: #99cb72;
}
footer .col-last a:hover {
	text-decoration: none;
}
footer .footer-adress {
	background: url(../img/map.svg) top left no-repeat;
	margin-bottom: 30px;
}
footer .develop-link {
	margin-top: 45px;
	margin-bottom: 50px;
	font-weight: 500;
	color: #2d304f;
}
footer .right {
	text-align: center;
	padding: 20px 0;
	background: #f9f9f9;
	font-size: 14px;
}
.catalog-page {
	padding: 0;
}
.catalog-page .container {
	margin-top: 0;
}

.breadcrumb-block {
	padding: 50px 0 10px;
	font-size: 12px;
	color: #2d304f;
	overflow: auto;
}
.breadcrumb-item.active {
	padding-right: 40px;
}
.breadcrumb-block::-webkit-scrollbar {
	width: 0px;
}
.breadcrumb-block:before {
	content: '';
	height: 20px;
	position: absolute;
	top: 51px;
	right: 0px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #f9f9f9 70%);
	width: 15%;
	margin-left: auto;
	z-index: 2;
}
.breadcrumb-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
}
.breadcrumb-block li {
	margin-right: 30px;
	white-space: nowrap;
}
.breadcrumb-block a {
	position: relative;
	color: #c21448;
}
.breadcrumb-block a:before {
	position: absolute;
	content: '/';
	top: 0;
	right: -17px;
	color: #2d304f;
}
.breadcrumb-block a:hover {
	text-decoration: none;
}

.second-page {
	border-top: 1px solid #e6e6e6;
}
.second-page .desc-rozmarin-img {
	position: absolute;
	top: 254px;
	left: 0;
}
.second-page .desc-list-img {
	position: absolute;
	top: 330px;
	right: 0;
}

.catalog-items .col {
	width: 100%;
	max-width: 25%;
	padding: 0 16px;
	margin-bottom: 30px;
}
.catalog-items .new-product-item:before {
	display: none;
}
.fancybox__content > .carousel__button.is-close {
	color: #737691;
}
.fancybox__container {
	--carousel-button-svg-filter: none;
}
.img-fluid img {
	border: 3px solid white;
}
.product-container {
	background: #ffffff;
	-webkit-box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	border-radius: 5px;
	padding: 30px 70px 0;
	margin-bottom: 60px;
}
.product-container .col {
	width: 100%;
	max-width: 50%;
	padding: 0 16px;
	margin-bottom: 30px;
}
.product-container.popap .col:nth-child(1):hover + .col:nth-child(2) {
	opacity: 0;
}
.product-container.popap {
	box-shadow: none;
}
.fancybox__content iframe {
	border-radius: 10px !important;
}
.title.popap {
	margin-top: 43px;
	margin-bottom: 20px;
	text-align: center;
}
.fancybox__backdrop {
	background: #fbf9ef;
	opacity: 0.8;
}
.item-slider .slick-next {
	right: 0px;
}
.item-slider .slick-prev {
	left: 0px;
	transform: rotate(180deg);
}
.item-slider .slick-arrow {
	opacity: 0.7;
	position: absolute;
	width: 30px;
	height: 30px;
	z-index: 10;
	top: calc(50% - 15px);
	cursor: pointer;
	/* transition: 0.5s; */
}
.product-container .product-container-img {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
	flex-wrap: wrap;
	margin-top: -24px;
    max-width: 100vw;
    width: 100%;
    overflow: hidden;
}
.product-container .product-container__line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 8px 15px;
}
.product-container .product-container__line:nth-child(2n) {
	background: #f9f9f9;
}

.contacts .col {
	width: 100%;
	max-width: 50%;
	margin-bottom: 30px;
}
.contacts .contact {
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	height: 100%;
	margin: 0 16px;
	background: #ffffff;
	-webkit-box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	box-shadow: 0px 15px 20px rgba(45, 48, 79, 0.02);
	border-radius: 5px;
	padding: 30px 50px;
	color: #000000;
}
.contacts .phone {
	margin: 5px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
}
.contacts .post {
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 22px;
}
.contacts .note {
	font-style: normal;
	font-weight: 300;
	font-size: 12px;
	line-height: 15px;
}
.contacts a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #c21448;
}
.contacts .contacts-info{
    margin: 10px 0 10px 0;
}

.fancybox-hordel{
                    width: 950px;
                    height: 540px;
                    padding: 0;
                }
                @media (max-width: 1023px) {
                    .fancybox-hordel{
                    width: 100%;
                    height: 54vw;
                }
                }

.benefits .col {
	width: 100%;
	max-width: 25%;
	padding: 0 16px;
	margin-bottom: 57px;
}
.benefits .benefits_img {
	text-align: center;
	margin-bottom: 28px;
}
.benefits .benefits_description {
	text-align: center;
}
.benefits .benefits_description span {
	font-style: normal;
	font-weight: bold;
	font-size: 13px;
	line-height: 16px;
}
.benefits iframe {
	border: none;
	width: 100%;
	height: 500px;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.benefits .ralashion {
	width: 100%;
	margin: 10px auto;
	position: relative;
}
.benefits .ration {
	padding-top: 56.25%;
	height: 0;
}

.buy .col {
	width: 100%;
	max-width: 50%;
	padding: 0 16px;
	margin-bottom: 30px;
}
.buy .buy_map {
	width: 100%;
	height: 100%;
	background: url(../img/Group.png) center center no-repeat;
	background-size: cover;
	min-height: 732px;
}
.buy .buy-shops {
	background: #f9f9f9;
}
.buy .buy-shops .buy-shops__text {
	padding: 30px 55px;
	margin: 15px 0;
	height: 33.3333%;
	border: 1px solid #e6e6e6;
}
.buy .buy-shops .buy-shops__text .buy-shops__link a {
	width: 188px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #99cb72;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.buy .buy-shops .buy-shops__text .buy-shops__desc {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 24px;
}
.buy .buy-shops .buy-shops__text .buy-shops__title {
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 13px;
}
.buy .buy-shops .buy-shops__text:hover {
	-webkit-box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.08);
	box-shadow: 0px 6px 17px rgba(0, 0, 0, 0.08);
	background: #ffffff;
}
.buy .buy-shops .buy-shops__text:hover a {
	background: #c21448;
}
.news-menu {
	display: flex;
	list-style: none;
	margin: 0 auto 36px auto;
	flex-wrap: wrap;
}
.news-menu-center {
	margin: 0 auto;
}
.news-menu li {
	margin-right: 15px;
	margin-bottom: 15px;
}
.news-menu li a {
	border: 1px solid #f4f4f4;
	display: block;
	border-radius: 3px;
	height: 27px;
	line-height: 27px;
	width: 82px;
	text-align: center;
	background: #ffffff;
	font-size: 15px;
	color: #6ba53a;
	text-decoration: none;
}
.news-menu li.active a {
	background: #c21448;
	color: #fff;
}
.catalog-items .news-menu li a {
	padding: 0 10px;
	width: auto;
	height: auto;
}
.catalog-items .news-menu {
	display: none;
}
.main-top {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.main-top__right {
	z-index: 11;
	padding-top: 50px;
	align-items: flex-start;
	margin-left: -12px;
	margin-right: -12px;
}

.quality-icons {
	padding: 0 12px;
	margin-bottom: 20px;
	text-align: center;
}
.quality-icons img {
	max-width: 35px;
	height: 30px;
}
.quality-icons__title {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-align: center;
	color: #94959b;
}
.main-top__left {
	overflow-x: auto;
}
.new-product-item__img img {
	max-height: 100%;
}
@media (max-width: 850px) {
	.main-top__right {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	.quality-icons {
		width: 25%;
	}
}
@media (max-width: 450px) {
	.main-top__right {
		margin-left: 0px;
		margin-right: -7px;
	}
	.quality-icons {
		padding: 0 7px;
	}
	.quality-icons__title {
		font-weight: 500;
		font-size: 10px;
		line-height: 15px;
		text-align: center;
		color: #94959b;
	}
}
@media (max-width: 1520px) {
	.new-product-slider .slick-prev {
		left: -15px;
	}
	.new-product-slider .slick-next {
		right: -15px;
	}

	.news-slider .slick-prev {
		left: -15px;
	}
	.news-slider .slick-next {
		right: -15px;
	}
}
@media (max-width: 1440px) {
	.header-index .rozmarin-img {
		display: none;
	}
	.header-index .traced-img {
		display: none;
	}

	.about .about-img-fork {
		display: none;
	}
}
@media (max-width: 1250px) {
	.header-container .header-left .top-menu li {
		margin: 0 11px;
	}
	.header-container .header-left .top-menu li:nth-child(5) {
		display: none;
	}
	.header-container .header-left .top-menu a {
		font-size: 14px;
	}

	.advantages-block .advantages-block__item {
		padding-left: 45px;
	}
	.advantages-block .barley {
		background-size: 30px auto;
	}
	.advantages-block .dna {
		background-size: 30px auto;
	}
	.advantages-block .quality-factor {
		background-size: 30px auto;
	}
	.advantages-block .meat {
		background-size: 30px auto;
	}

	.section-catalog .section-catalog__link {
		height: 329px;
		font-size: 16px;
	}

	.news-item .news-item__img {
		width: 150px;
	}
	.news-item .news-item__text {
		width: calc(100% - 185px);
	}
}
@media (max-width: 1179px) {
	.top-block-item .top-block-item__text {
		width: 50%;
	}
	.top-block-item .top-block-item__image {
		width: 50%;
	}
	.top-block-item .top-block-item__title {
		font-size: 40px;
		line-height: 1.4;
	}
	.top-block-item .top-block-item__desc {
		font-size: 16px;
	}

	.description .description-block {
		padding: 0 44px;
	}
}
@media (max-width: 991px) {
	.top-menu {
		display: none;
	}

	.header__hamburger {
		display: block;
	}

	.header-container .header-right {
		margin-right: 50px;
	}

	.description {
		display: block;
	}
	.description .description-block {
		display: block;
		min-height: 343px;
		height: auto;
		padding-bottom: 80px;
	}
	.description .description-block__title {
		padding-top: 40px;
		margin-bottom: 30px;
		width: 100%;
		text-align: center;
	}
	.description .description-right {
		width: 100%;
		padding: 0;
	}

	.news-item .news-item__img {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
	.news-item .news-item__img img {
		width: 100%;
	}
	.news-item .news-item__text {
		width: 100%;
	}

	.about .col {
		max-width: 100%;
	}

	footer .col {
		max-width: 33%;
		margin-bottom: 30px;
	}
	footer .col-last {
		max-width: 100%;
	}

	.catalog-items .col {
		width: 100%;
		max-width: 33%;
		padding: 0 16px;
		margin-bottom: 30px;
	}

	.product-container {
		padding: 30px 30px 0;
	}

	.benefits .col {
		width: 100%;
		max-width: 33.3333%;
		padding: 0 16px;
		margin-bottom: 57px;
	}

	.buy .col {
		height: max-content;
		width: 100%;
		max-width: 100%;
		padding: 0 16px;
	}
	.buy .table {
		margin: 0 -16px;
	}
}
@media (max-width: 780px) {
	.header-index .rozmarin-img-r {
		display: none;
	}

	.top-block-slider .slick-arrow {
		bottom: 30px;
	}

	.top-block-item {
		padding-bottom: 30px;
	}
	.top-block-item .top-block-item__title {
		font-size: 30px;
	}
	.top-block-item .top-block-item__desc {
		font-size: 15px;
	}

	.advantages-block .col {
		max-width: 50%;
		margin-bottom: 30px;
	}

	.section-catalog .section-catalog__link {
		height: 260px;
		font-size: 13px;
	}

	.new-product .new-product-row .buy-link {
		width: 138px;
	}
	.new-product .new-product-row .all-catalog-link {
		width: 138px;
	}

	.catalog-items .col {
		width: 100%;
		max-width: 50%;
		padding: 0 16px;
		margin-bottom: 30px;
	}

	.product-container {
		padding: 30px 15px 0;
	}
	.product-container .col {
		max-width: 100%;
	}

	.benefits .col {
		width: 100%;
		max-width: 50%;
		padding: 0 16px;
		margin-bottom: 57px;
	}

	.contacts .col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
}
@media (max-width: 660px) {
	.new-product .new-product-row .buy-link {
		display: none;
	}

	footer .col {
		max-width: 50%;
		margin-bottom: 30px;
	}
	footer .col-last {
		max-width: 100%;
	}
}
@media (max-width: 620px) {
	.section-catalog .col {
		max-width: 50%;
		margin-bottom: 30px;
	}

	.news .news-link {
		display: none;
	}
}
@media (max-width: 570px) {
	.title {
		font-size: 30px;
	}

	.header-index .thumbnailheader-center {
		right: 0;
	}

	.top-block-item .top-block-item__text {
		display: none;
	}
	.top-block-item .top-block-item__image {
		width: 100%;
	}
	.top-block-item .top-block-item__video {
		background-size: contain;
		bottom: 0;
		width: 61px;
		font-size: 9px;
		line-height: 1.4;
		padding-top: 61px;
	}

	.header-container {
		height: 96px;
	}
	.header-container .header-left .logo img {
		max-width: 70px;
	}
	.header-container .header-right .search-icon {
		margin-left: 23px;
	}

	.header__hamburger {
		top: 34px;
	}

	.new-product .new-product-row .all-catalog-link {
		display: none;
	}

	.description .description-block__title {
		margin-bottom: 20px;
	}
	.description .description-slider__item .description-slider__img {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.description .description-slider__item .description-slider__img img {
		display: inline-block;
	}
	.description .description-slider__item .description-slider__text {
		width: 100%;
		text-align: center;
	}

	.catalog-items .col {
		width: 100%;
		max-width: 100%;
		padding: 0 16px;
		margin-bottom: 30px;
	}

	.news .col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
}
@media (max-width: 450px) {
	.advantages-block .col {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.section-catalog .section-catalog__link {
		height: 200px;
	}

	.description .description-block {
		padding: 0 30px 90px;
	}
	.description .description-block__title {
		font-size: 27px;
		line-height: 1.4;
	}
	.description .description-slider__item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.description .description-slider .slick-track {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	footer .col {
		max-width: 100%;
		margin-bottom: 30px;
	}
	footer .col-last {
		max-width: 100%;
	}
}
@media (max-width: 800px) {
	.contacts .col {
		width: 100%;
		max-width: 100%;
		margin-bottom: 30px;
	}
}
.new-product .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.news .slick-track {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.new-item .new-item-img {
	vertical-align: top;
	display: inline-block;
	width: 33.3333%;
}
.new-item .new-item-text {
	display: inline-block;
	width: 66.6666%;
	padding-left: 30px;
	color: #b5b5b5;
	margin-bottom: 20px;
}
.new-item .new-item-text p {
	color: #2d304f;
}
.new-item .new-item-text .new-item-title {
	font-weight: 500;
	font-size: 27px;
	color: #000000;
	margin-bottom: 20px;
}
.new-item .col {
	padding: 15px;
	width: 20%;
	max-width: 100%;
}
@media (max-width: 1070px) {
	.new-item .col {
		width: 25%;
	}
	.catalog-items .news-menu {
		display: flex;
	}
}
@media (max-width: 860px) {
	.new-item .col {
		width: 33.3333%;
	}
}
@media (max-width: 620px) {
	.new-item .col {
		width: 50%;
	}
}

@media (max-width: 780px) {
	.new-item .new-item-img {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.new-item .new-item-text {
		display: block;
		width: 100%;
		padding-left: 0px;
	}
}
@media (max-width: 450px) {
	.new-item .col {
		width: 100%;
	}
}
.search-input-div {
	position: relative;
	float: left;
	width: calc(100% - 300px);
	padding: 48px 0 0;
}
. {
	position: relative;
	float: right;
	margin: 48px 0 0;
	padding: 0 60px 0 0;
}
#title-search {
	position: relative;
	overflow: hidden;
}
.search-input {
	height: 50px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	font-size: 18px;
	color: #000;
	padding: 7px 24px;
	border-radius: 5px;
	border: 1px solid #99cd72;
}
.btn2 {
	font-family: 'Montserrat', sans-serif;
	width: 188px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #99cb72;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	border: none;
}
.close-block .close-icons {
	position: absolute;
	right: 0;
	top: 60%;
	width: 22px;
	height: 22px;
	line-height: 14px;
	margin: -15px 0 0 -15px;
	cursor: pointer;
}
.search-block-bg {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 146px;
	background: #fff;
	z-index: 1003;
}
.simplesearch-results-list {
	padding: 30px 0;
}
.simplesearch-result a {
	color: #950731;
	text-decoration: underline;
}
.job-info .contact-block-item {
	vertical-align: top;
	display: inline-block;
	width: 33.3333%;
}
.job-info .contact-block-item .contact-block-item-phone {
	margin: 5px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
}
.job-info .contact-block-item a {
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 30px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #c21448;
}
.job-info .job-text {
	margin-bottom: 30px;
	display: inline-block;
	width: 66.6666%;
	padding-right: 45px;
}
.job-info .job-text .job-block-item__link a {
	width: 188px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #99cb72;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.job-info .job-text .job-title {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	margin-bottom: 13px;
}

.job-vakansii .col {
	padding: 0 15px;
	width: 33.3333%;
	margin-bottom: 30px;
	max-width: 100%;
}
.job-vakansii .vaccination-video,
.job-vakansii .handler-video,
.job-vakansii .catching-video,
.job-vakansii .poultry-video,
.job-vakansii .egg-store-video,
.job-vakansii .locksmith-video,
.job-vakansii .packer-video,
.job-vakansii .driver-video,
.job-vakansii .machine-operator-video {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	min-height: 300px;
	border-radius: 5px;
	background-size: cover;
	border-radius: 5px;
}
.job-vakansii .vaccination-video:hover,
.job-vakansii .handler-video:hover,
.job-vakansii .catching-video:hover,
.job-vakansii .poultry-video:hover,
.job-vakansii .egg-store-video:hover,
.job-vakansii .locksmith-video:hover,
.job-vakansii .packer-video:hover,
.job-vakansii .driver-video:hover,
.job-vakansii .machine-operator-video:hover {
	opacity: 0.8;
}
.job-vakansii .vaccination-video:before,
.job-vakansii .handler-video:before,
.job-vakansii .catching-video:before,
.job-vakansii .poultry-video:before,
.job-vakansii .egg-store-video:before,
.job-vakansii .locksmith-video:before,
.job-vakansii .packer-video:before,
.job-vakansii .driver-video:before,
.job-vakansii .machine-operator-video:before {
	position: absolute;
	content: '';
	height: 80px;
	width: 80px;
	top: calc(50% - 40px);
	left: calc(50% - 40px);
	background: url(../img/video.svg);
}
.job-vakansii .vaccination-video .video-desc,
.job-vakansii .handler-video .video-desc,
.job-vakansii .catching-video .video-desc,
.job-vakansii .poultry-video .video-desc,
.job-vakansii .egg-store-video .video-desc,
.job-vakansii .locksmith-video .video-desc,
.job-vakansii .packer-video .video-desc,
.job-vakansii .driver-video .video-desc,
.job-vakansii .machine-operator-video .video-desc {
	position: absolute;
	top: 70%;
	/* position the top  edge of the element at the middle of the parent */
	left: 50%;
	/* position the left edge of the element at the middle of the parent */
	-webkit-transform: translate(-50%, -70%);
	transform: translate(-50%, -70%);
}
.job-vakansii .vaccination-video {
	background: url(../assets/images/vakansii/vkc.jpg) center center no-repeat;
}
.job-vakansii .handler-video {
	background: url(../assets/images/vakansii/obr-pt.jpg) center center no-repeat;
}
.job-vakansii .catching-video {
	background: url(../assets/images/vakansii/otlov.jpg) center center no-repeat;
}
.job-vakansii .poultry-video {
	background: url(../assets/images/vakansii/ptichnica.jpg) center center no-repeat;
}
.job-vakansii .egg-store-video {
	background: url(../assets/images/vakansii/yacesklad.jpg) center center no-repeat;
}
.job-vakansii .locksmith-video {
	background: url(../assets/images/vakansii/slesar.jpg) center center no-repeat;
}
.job-vakansii .packer-video {
	background: url(../assets/images/vakansii/upakovshik.jpg) center center no-repeat;
}
.job-vakansii .driver-video {
	background: url(../assets/images/vakansii/voditel.jpg) center center no-repeat;
}
.job-vakansii .machine-operator-video {
	background: url(../assets/images/vakansii/mehanizator.jpg) center center no-repeat;
}
.job-vakansii .video-desc {
	color: #99cb72;
	margin: 5px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 40px;
}

.job-list .vakansii_list {
	margin-bottom: 50px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
}
@media (max-width: 650px) {
	.job-list .vakansii_list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

.job-list .job-flex{
        display: flex;
    }
    .job-list .job-flex .ooovakansii_list{
        margin-bottom: 50px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: -webkit-fill-available;
    }
    .job-list .job-flex .oldvakansii_list{
        margin-bottom: 50px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: -webkit-fill-available;
    }
    .job-list .job-flex .oldlast_list{
        margin-bottom: 50px;
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        width: -webkit-fill-available;
    }
    .job-list .job-flex .oldlast_list h5{
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        margin-bottom: 13px;
    }
    .job-list .job-flex .ooovakansii_list h5{
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        margin-bottom: 13px;
    }
    .job-list .job-flex .oldvakansii_list h5{
        font-weight: 500;
        font-size: 16px;
        color: #000000;
        margin-bottom: 13px;
    }
    @media(max-width: 650px){
        .job-list .job-flex{
            flex-wrap: wrap;
        }
        .job-list .job-flex .oldvakansii_list{
        margin-bottom: 0px;
        }
        
    }

.job-list .mb-40 {
	margin-bottom: 40px;
}
.job-list h3 {
	margin: 5px 0;
	font-style: normal;
	font-weight: 500;
	font-size: 30px;
	line-height: 40px;
}
.job-list .vakansii_list h5 {
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	margin-bottom: 13px;
}
.job-list ul {
	padding: 0 15px;
}
.title-h2 {
	text-align: left;
	font-size: 20px;
	margin: 45px 0 45px;
	font-weight: 400;
	text-transform: uppercase;
}
.header-right__inst {
	display: none;
	padding: 10px;
	position: absolute;
	top: -9px;
	background: #fff;
	right: -41px;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
	box-shadow: 0px 4px 10px rgb(0 0 0 / 3%);
	border-radius: 8px;
}
.header-container .header-right .header-right__inst a {
	display: block;
	text-decoration: none;
	margin-left: 0;
	font-size: 12px;

	color: #2d304f;
}
.header-right__inst img {
	margin-right: 8px;
	vertical-align: middle;
	margin-top: -2px;
}
@media (max-width: 1179px) {
	.job-vakansii .col {
		width: 50%;
	}
}
@media (max-width: 991px) {
	.job-info .contact-block-item {
		display: block;
		width: 100%;
		margin-bottom: 30px;
	}
	.job-info .job-text {
		display: block;
		width: 100%;
	}
}
@media (max-width: 780px) {
	.job-vakansii .col {
		width: 100%;
	}
	.job-list h3 {
		font-size: 22px;
	}
	.contacts .phone {
		font-size: 22px;
	}
}
.img-fluid img {
	width: 100%;
}
.nav-tabs {
	border: none;
	margin: 0 0 30px;
}
.nav-tabs .nav-item div {
	border-radius: 5px;
	margin: 0 5px;
	cursor: pointer;
	display: block;
	height: 24px;
	line-height: 24px;
	color: #3a3a3a;
	font-weight: 500;
	padding: 0 25px;
	background-color: #fff;
	transition: 0.3s background-color, 0.3s color;
}
.nav-tabs .nav-item div:hover {
	background-color: #99cb72;
	color: #fff;
}
.nav-item div.active {
	background: #99cb72;
	color: #fff;
}
.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
	width: max-content;
	margin: 0 auto;
}
.row.tab {
	padding-top: 24px;
	display: none;
}
.row.tab.active {
	display: flex;
}

#map {
	display: none;
	width: 1200px;
	padding: 10px;
}
.box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	position: fixed;
	z-index: 9999;
	top: 0;
	right: 0;
	height: 100%;
	width: 0;
	background: #ffffff;
	overflow: hidden;
	-webkit-transition: all 0.6s ease-out 0.1s;
	transition: all 0.6s ease-out 0.1s;
	opacity: 0;
}
.box.active {
	width: 100%;
	opacity: 1;
}
.box.active .box__hamburger {
	position: absolute;
	right: 60px;
	top: 60px;
	z-index: 1001;
	margin-left: 20px;
	cursor: pointer;
}
.box.active .box__hamburger .hamburger__line {
	width: 22px;
	margin: 7px auto;
	height: 1px;
	background-color: #000;
	-webkit-transition: opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
	transition: opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
	transition: transform 0.15s ease-in, opacity 0.15s ease-in, background-color 0.2s ease;
	transition: transform 0.15s ease-in, opacity 0.15s ease-in, background-color 0.2s ease, -webkit-transform 0.15s ease-in;
}
.box.active .box__hamburger .hamburger__line:first-child {
	-webkit-transform: translateY(8px) rotate(45deg);
	transform: translateY(8px) rotate(45deg);
}
.box.active .box__hamburger .hamburger__line:nth-child(2) {
	opacity: 0;
}
.box.active .box__hamburger .hamburger__line:nth-child(3) {
	-webkit-transform: translateY(-8px) rotate(-45deg);
	transform: translateY(-8px) rotate(-45deg);
}
.box .box_content__name {
	font-size: 36px;
	line-height: 1.4;
	font-weight: normal;
	color: #000000;
	margin-bottom: 20px;
}
.box .label {
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	color: #000000;
	opacity: 0.8;
	margin: 0 0 8px;
	text-align: left;
}

.box input[type='submit'] {
	margin: 10px auto;
	border: none;
	cursor: pointer;
	border-radius: 4px;
	background: #99cb72;
	width: 255px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 18px;
}
.box input[type='text'] {
	background: #fcfcfc;
	border: 1px solid #dddddd;
	border-radius: 4px;
	width: 100%;
	height: 64px;
	margin: 0 0 27px;
	padding: 0 20px;
	font-size: 16px;
}
.box input[type='text']:focus {
	border: 1px solid #a4a5a6;
}
.box textarea {
	width: 100%;
	height: 116px;
	padding: 20px;
	border: 1px solid #e1e4e8;
	border-radius: 3px;
	margin: 0 0 27px;
}
.box textarea:focus {
	border: 1px solid #a4a5a6;
}
.box .question-button {
	margin: 20px auto;
	border: none;
	color: #fff;
	background: #0073be;
}
.box .question-button:hover {
	background: #0066a9;
}
.box form {
	max-width: 630px;
	width: 100%;
	display: inline-block;
	margin: 0 15px;
}
.box .box_content {
	width: 1410px;
	color: #737373;
	text-align: center;
}

.box input,
textarea {
	outline: none;
}
@media (max-width: 1270px) {
	#map {
		width: 100%;
		max-height: 100%;
	}
}
.buy-map a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #c21448;
}

.buy .table a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #c21448;
}
.buy .table td,
.buy .table th {
	padding: 0.75rem;
	vertical-align: top;
	border-top: 1px solid #dee2e6;
	font-family: Montserrat, sans-serif;
	color: #2d304f;
	line-height: 1.6;
	font-size: 14px;
}
.buy .spisok-td {
	list-style-position: inside;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	list-style-type: decimal;
	margin: 0 0 50px 0;
	padding: 0;
}
.buy .table {
	width: 100%;
	margin-bottom: 1rem;
	color: #212529;
}
.buy .table-td tr:nth-child(odd) {
	background: #fff;
	font-weight: bold;
}
.buy .all-catalog-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 188px;
	height: 50px;
	background: #c21448;
	border-radius: 5px;
	font-weight: 500;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.buy .all-catalog-link:hover {
	opacity: 0.8;
}

.firm-stores .col-3 {
	padding: 0 15px;
	width: 25%;
	margin-bottom: 30px;
	max-width: 100%;
}
.firm-stores .col-12 {
	padding: 0 15px;
	width: 100%;
	margin-bottom: 30px;
	max-width: 100%;
}
.firm-stores .col-9 {
	padding: 0 15px;
	width: 75%;
	margin-bottom: 30px;
	max-width: 100%;
}
.firm-stores .col-4 {
	padding: 0 15px;
	width: 33.3333%;
	margin-bottom: 30px;
	max-width: 100%;
}
@media (max-width: 780px) {
	.firm-stores .col-4 {
		padding: 0 15px;
		width: 100%;
		margin-bottom: 30px;
		max-width: 100%;
	}
	.nav-center {
		width: 100%;
	}
}
.firm-stores .soobshenie {
	margin-top: 20px;
	padding: 15px 15px;
	background: #fff;
}
.firm-stores a {
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #c21448;
}
.firm-stores img {
	height: auto;
	width: 100%;
	margin: 16px 0px;
	border: 1px solid #ebebeb;
}
.Geosales {
	list-style: none;
	padding: 0 0 15px 0;
	margin: 0;
	border: none;
}
.Geosales > li:not(:last-child) {
	padding-bottom: 1rem;
	margin-bottom: 1rem;
	border-bottom: 2px solid #eee;
}
.Geosales > li > span {
	display: inline-block;
	width: 100%;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	color: #444;
	cursor: pointer;
}
.Geosales > li > span:not(.open) + ul {
	display: none;
}
.Geosales li ul li {
	margin-bottom: 4px;
	list-style-type: none;
}
.Geosales li ul li span {
	line-height: 0.4;
}
.Geosales > li > span:after {
	content: '';
	background-image: url(../assets/components/geosales/images/web/geo.svg);
	width: 12px;
	height: 20px;
	float: right;
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
}
.Geosales > li > ul > li > span {
	cursor: pointer;
	font-size: 12px;
	border-bottom: 1px dotted;
}
.Geosales > li > .Geosales-region.open:after {
	content: '';
	background-image: url(../assets/components/geosales/images/web/geo.svg);
	width: 12px;
	height: 20px;
	float: right;
	background-position: center;
	background-size: 12px;
	background-repeat: no-repeat;
	transform: rotate(180deg);
}
.yandex-map {
	margin-bottom: 30px;
}
.nav-center {
	width: 50%;
}
@media (max-width: 780px) {
	.nav-center {
		width: 100%;
	}
	.firm-stores .col-3 {
		width: 100%;
	}
	.firm-stores .col-9 {
		width: 100%;
	}
}
.overlay {
	display: none;
	z-index: 9999;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	top: 0;
	left: 0;
}
.overlay.active {
	display: block;
}
.overlay .modal {
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px 10px;
}
.overlay .modal_container {
	position: relative;
	background-color: #fff;
	color: #000;
	max-width: 470px;
	padding: 50px;
}
.overlay .overlay-header {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	line-height: 18px;
	color: #444;
	padding-bottom: 30px;
}
.overlay .overlay-row {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 8px;
	flex-wrap: wrap;
}
.overlay .overlay-row label {
	width: 120px;
	font-size: 1em;
	padding-top: 4px;
	color: #444;
	margin: 0;
}
.overlay .overlay-row label span {
	padding: 0 2px;
}
.overlay .overlay-row input {
	width: 258px;
	max-height: 10px;
	box-sizing: content-box;
	padding: 10px;
	color: #555;
	background-color: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
	-webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.rule a {
	color: #c21448;
}
.overlay .rule {
	text-align: center;
}
.overlay .overlay-row.overlay-row-button .overlay-button {
	width: 188px;
	max-height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background: #99cb72;
	border-radius: 5px;
	font-size: 13px;
	color: #fff;
	text-decoration: none;
}
.overlay .overlay-row.overlay-row-button {
	justify-content: center;
}
.overlay .modal-close {
	position: absolute;
	right: 5px;
	top: 5px;
	width: 22px;
	height: 22px;
	line-height: 14px;
	cursor: pointer;
}
.partner a {
	color: #c21448;
}

section {
	margin-bottom: 35px;
}

.special-order.title-h2 {
	display: flex;
	align-items: center;
	margin: 0px 0 20px;
	t
	ext-align: left;
}
.special-order.title-h2 img {
	max-width: 75px;
	margin-left: 20px;
}

@media (max-width: 1450px) {
	main > img {
		display: none;
	}
}

@media (max-width: 290px) {
	.benefits .col {
		width: 100%;
		max-width: 100%;
		padding: 0 16px;
		margin-bottom: 57px;
	}
}

@media (max-width: 840px) {
	.search-input-div {
		width: calc(100% - 113px);
	}
	. {
		padding: 0 30px 0 0;
	}
	.btn2 {
		width: 70px;
	}
	.box form {
		width: auto;
	}
}

@media (max-width: 570px) {
	.search-block-bg {
		height: 94px;
	}
	.search-input-div {
		padding: 24px 0 0;
	}
	. {
		margin: 24px 0 0;
	}
}

.fancybox__content {
	border-radius: 20px !important;
}

.product-container .item-slider .slick-arrow.slick-disabled {
	visibility: hidden;
}
