Нет отзывов, добавить
+7 (800) 550-11-45
+7 (800) 550-11-45

Все для Фермы

Все для Фермы
@charset "utf-8"; .animals { padding: 20px 15px; text-align: center; } .animals-wrap{ display: inline-block; vertical-align: top; width: 20%; margin: 1%; } .animals-img { display: inline-block; position: relative; box-sizing: content-box; width: 100%; padding: 10px 0; overflow: hidden; border: none; color: rgba(255,255,255,1); text-align: center; /*background: #0199d9;*/ } .animals-move { display: inline-block; width: 100%; /*padding: 10px 0;*/ position: absolute; left: 0; text-align: center; /*background: #0199d9;*/ transition: 100ms linear; } .animals-move:hover { /*display: none;*/ opacity: .0; } .animals-header { margin-top: 10px; color: white; /*text-shadow: 2px 2px 2px rgba(0,0,0,0.2) ;*/ } .about { -webkit-box-sizing: content-box; -moz-box-sizing: content-box; box-sizing: content-box; padding: 20px; overflow: hidden; border: none; color: rgba(255,255,255,1); text-align: center; background: rgba(150,203,87,1); transition: 300ms linear; } .about:hover { color: rgba(91,91,91,1); background: none; box-shadow: 0 0 6px 2px rgba(150,203,87,0.59) ; } .uc-quote { padding: 20px; } .uc-quote-item { margin: 20px 0; } .uc-quote-item:hover .uc-quote-txt { box-shadow: 2px 2px 2px #96cb57; } .uc-quote-item:hover .uc-quote-txt-right { box-shadow: -1px 1px 2px #557d1a; } .uc-quote-img img { margin-right: 10px; vertical-align: middle; } .uc-quote-txt { margin-top: 20px; padding: 20px; background: #fafafa; border-radius: 0 5px 5px; box-shadow: 1px 1px 2px rgba(51, 51, 51, 0.1); transform: translateZ(0); backface-visibility: hidden; position: relative; transition: all 0.6s; } .uc-quote-txt:before { pointer-events: none; position: absolute; content: ''; border-style: solid; left: 0; top: -15px; border-width: 0px 15px 15px 1px; border-color: transparent transparent #fafafa transparent; } .uc-quote-right { text-align: right; } .uc-quote-right .uc-quote-img img { margin-left: 10px; margin-right: 0px; } .uc-quote-txt-right { margin-top: 20px; padding: 20px; background: #fafafa; border-radius: 5px 0px 5px 5px; box-shadow: -1px 1px 2px rgba(51, 51, 51, 0.1); transform: translateZ(0); backface-visibility: hidden; position: relative; transition: all 0.6s; } .uc-quote-txt-right:before { pointer-events: none; position: absolute; content: ''; border-style: solid; right: 0; top: -15px; border-width: 0px 0px 15px 15px; border-color: transparent transparent #fafafa transparent; } .uc-ban1-panel { background: url(http://images.vfl.ru/ii/1562148616/460c8ec0/27088078.jpg ) center right; background-size: cover; } .uc-ban1-panel strong { color: #ff9a02; font-size: 20px; } .uc-ban1-texts { background-color: rgba(70, 70, 70,0.7); padding: 20px; text-align: center; } .uc-ban1-header { font-size: 28px; line-height: 32px; color: #ff9a02; margin: 0px 0px 5px; } .uc-ban1-sub-header { font-size: 18px; line-height: 32px; color: #fff; margin: 0px 0px 10px; } .uc-ban1-text { font-size: 14px; line-height: 26px; color: #fff; margin: 0px 0px 10px; } .uc-ban1-link { display: inline-block; text-align: center; text-decoration: none !important; color: #ff9a02!important; border: 2px solid #ff9a02!important; padding: 10px 15px; min-width: 150px; font-size: 18px; border-radius: 3px; } .uc-ban1-link:hover { color: #fff!important; border: 2px solid #fff!important; } /* Bob */ @-webkit-keyframes uc-bob { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes uc-bob { 0% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } 50% { -webkit-transform: translateY(-4px); transform: translateY(-4px); } 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @-webkit-keyframes uc-bob-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } @keyframes uc-bob-float { 100% { -webkit-transform: translateY(-8px); transform: translateY(-8px); } } .uc-bob { margin-top: 10px; display: inline-block; vertical-align: middle; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-osx-font-smoothing: grayscale; -webkit-animation-name: uc-bob-float, uc-bob; animation-name: uc-bob-float, uc-bob; -webkit-animation-duration: .3s, 1.5s; animation-duration: .3s, 1.5s; -webkit-animation-delay: 0s, .3s; animation-delay: 0s, .3s; -webkit-animation-timing-function: ease-out, ease-in-out; animation-timing-function: ease-out, ease-in-out; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; -webkit-animation-direction: normal, alternate; animation-direction: normal, alternate; } .adv-panel { padding: 5px 5px; text-align: center; } .adv-wrap{ display: inline-block; vertical-align: top; width: 35%; margin: 5%; } .adv-hdr { display: inline-block; box-sizing: content-box; width: 90%; position: relative; padding: 20px; color: rgba(255,255,255,1); text-align: center; background: #96cb57; box-shadow: 0 0 6px 2px rgba(150, 203, 87,0.8) ; text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ; } .adv-text { display: inline-block; box-sizing: border-box; width: 100%; left: 0; top: 0; height: 100%; position: absolute; padding: 1%; opacity: 0.00; color: rgba(48,48,48,1); text-align: center; background: #ffffff; transition: 500ms linear; } .adv-text:hover { opacity: 1; transition: 100ms linear; } .title { border-radius: 5px; background: #ffab2b; color: #fff; font-size: 20px; line-height: 22px; font-style: italic; display: block; margin: 20px 0 10px; padding: 10px 15px; font-weight: 400; } .order { padding: 20px 15px; text-align: center; } .order-wrap{ display: inline-block; vertical-align: top; width: 30%; margin: 1%; } .order-img { display: inline-block; position: relative; box-sizing: content-box; width: 100%; padding: 10px 0; overflow: hidden; border: none; color: rgba(255,255,255,1); text-align: center; /*background: #0199d9;*/ } .order-move-1 { display: inline-block; width: 100%; /*padding: 10px 0;*/ position: absolute; left: 0; /* top: -100%;*/ text-align: center; /*background: #0199d9;*/ transition: 200ms linear; transition-delay: 200ms; transform: translateY(-250px) } .order-wrap:hover .order-move-1 { /*display: none;*/ transform: translateY(0px); } .order-move-2 { display: inline-block; width: 200%; position: absolute; left: 0; text-align: center; transition: 100ms linear; transition-delay: 300ms; opacity: 0; } .order-wrap:hover .order-move-2 { /*display: none;*/ /*transform: translateY(0px);*/ width: 100%; opacity: 1; } .order-move-3 { display: inline-block; width: 100%; /*padding: 10px 0;*/ position: absolute; left: 0; /* top: -100%;*/ text-align: center; /*background: #0199d9;*/ transition: 300ms linear; transition-delay: 400ms; } .order-wrap:hover .order-move-3 { /*display: none;*/ transform: translateY(-100px); transform: scale(-1); opacity: 0; } .order-header { margin-top: 10px; color: black; /*text-shadow: 2px 2px 2px rgba(0,0,0,0.2) ;*/ } .ucv-b1-panel { padding: 20px 0; text-align: center; } .ucv-b1-panel:after { content: " "; display: block; clear: both; font-size: 0px; } .ucv-b1-header { margin-bottom: 40px; text-align: center; } .ucv-b1-wrapper { display: inline-block; vertical-align: top; margin: 10px; text-decoration: none; } .ucv-b1-img-holder { display: block; text-align: center; position: relative; overflow: hidden; max-width: 300px; margin: 0 auto; border: 1px solid #ebebeb; } .ucv-b1-img-holder img { display: block; height: auto !important; } .ucv-b1-img-holder:hover .ucv-b1-hint { top: 0; } .ucv-b1-hint { position: absolute; left: 0; top: -100%; width: 100%; height: 100%; background-color: rgba(150, 203, 87, 0.6); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#e9f4ae, endColorstr=#557d1a), progid:DXImageTransform.Microsoft.AlphaImageLoader(); text-align: left; color: #fff; transition: all 0.6s ease 0s; overflow: hidden; } .ucv-b1-hint-body { position: absolute; top: 50%; left: 0; width: 100%; transform: translateY(-50%); -webkit-transform: translateY(-50%); padding: 15px; box-sizing: border-box; } .ucv-b1-name { font-size: 15px; color: #88a45c; display: inline-block; margin-top: 10px; } .ucv-b1-name:hover { color: #557d1a; } .ucv-b1-desc { display: block; margin: 10px 0; position: absolute; visibility: hidden; color: #333; } .ucv-b1-panel .ucv-b1-wrapper { width: 46%; } } @media screen and (max-width: 1000px) { .ucv-b1-panel .ucv-b1-wrapper { width: 46%; } .ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper { width: 46%; } } @media screen and (max-width: 500px) { .ucv-b1-desc { position: static; visibility: visible; } .ucv-b1-panel .ucv-b1-wrapper, .ucv-b1-panel .ucv-b1-wrapper+.ucv-b1-wrapper+.ucv-b1-wrapper { width: auto; margin-right: 15px; margin-left: 15px; } } .uc-link { display: inline-block; padding: 10px 15px; text-decoration: none !important; text-align: center; min-width: 150px; color: #fff!important; background-image: -webkit-linear-gradient(top, #e9f4ae, #93cf3c); background-image: -moz-linear-gradient(top, #e9f4ae, #93cf3c); background-image: -o-linear-gradient(top, #e9f4ae, #93cf3c); background-image: -ms-linear-gradient(top, #e9f4ae, #93cf3c); background-image: linear-gradient(top, #e9f4ae, #93cf3c); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#e9f4ae, endColorstr=#557d1a), progid:DXImageTransform.Microsoft.AlphaImageLoader(); -webkit-border-radius: 3px; -moz-border-radius: 3px; -ms-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; border: 1px solid #fff; -webkit-box-shadow: -1px 1px 2px rgba(0,0,0,.28); -moz-box-shadow: -1px 1px 2px rgba(0,0,0,.28); box-shadow: -1px 1px 2px rgba(0,0,0,.28); font-size: 16px; margin: 10px; } .uc-link:hover { background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #557d1a), color-stop(100%, #e9f4ae)); background-image: -webkit-linear-gradient(top, #93cf3c, #e9f4ae); background-image: -moz-linear-gradient(top, #93cf3c, #e9f4ae); background-image: -o-linear-gradient(top, #93cf3c, #e9f4ae); background-image: -ms-linear-gradient(top, #93cf3c, #e9f4ae); background-image: linear-gradient(top, #93cf3c, #e9f4ae); filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr=#557d1a, endColorstr=#e9f4ae), progid:DXImageTransform.Microsoft.AlphaImageLoader(); } Все для фермы — оборудование для ферм Мы продаем товары для выращивания и содержания домашней скотины. Лошадей Овец Коров Птиц Выбрать продукцию Новинки Специальное металлическое ограждение для выпаса скота, по которому проодит электрический ток малого напряжения. Располагается по периметру пастбища. Электропастухи для КРС Охлаждение молока способствует сохранению его качественных свойств: чем быстрее и эффективнее охлаждается молоко после дойки, тем более высокий сорт оно будет иметь, тем выше будет его цена. Танки для молока Крупным фермерским хозяйствам никак не обойтись без доилдьного оборудования. Необходимо выбирать только качественные и проверенные доильные аппараты и запчасти к ним, так как они напрямую влияют на качество получаемого молока. Доильные аппараты Генераторное оборудование для электрических ограждений (электропастухов). Генератор работает на солнечных батареях и является полностью модульным. Генераторы для электропастухов Компания Все для фермы предлагает широкий ассортимент товаров для птицеводства по конкурентноспособной цене, с гарантией качества и доставкой к потребителю благодаря долгосрочному сотрудничеству со многими производителями оборудования. Товары для птицеводства Аппаратура для ферм Сначала занимались только автономной энергией. Устанавливали и обслуживали солнечные батареи и ветрогенераторы. С 2016 года начали продавать электрические изгороди и электропастухи. А с 2017 года продаем доильную аппаратуру для коров и коз, танки-охладители молока и устанавливаем молокопроводы. А также много сопутствующих товаров для выращивания домашней скотины. Перейти в каталог Наши преимущества Сервис Ведем гарантийное обслуживание своих объектов и оборудования. От производителя Являемся дилерами и первыми поставщиками заводов–производителей по всем товарам Профессионализм Знаем все проблемы фермеров и стараемся помочь их решить — облегчить их жизнь и труд. Монтаж Мы обеспечиваем монтаж своего оборудования под ключ. Отзывы о нас Виктор «Добрый день! Спасибо большое за сотрудничество и за ваши подарки - это было так неожиданно, но очень радостно!». Сергей «Мне на новую точку по выращиванию домашней птицы нужно было электричество, и предложенный вариант меня полностью устроил и по цене и и по срокам. Мощности моей установки хватает на нужды хозяйства, и я очень благодарен компании за внимание и оказанный сервис!» Как заказать у нас Заказ на сайте Оплата Отгрузка Оформить заказ