body {
  font-family: 'Roboto Condensed', sans-serif;
  color:#474747;
  background:#f2e7d1 url('/images/bg3.png');
  font-size: 16px;
  position: relative;
}
a {
  color: #229955;
  text-decoration: underline;
}

a:hover, a:active, a:focus {
  text-decoration: none;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  color: #000;
  font-weight: normal;
  font-family: 'Roboto Condensed', sans-serif;
  text-shadow: 1px 1px 0 #fff;
}

p {
  margin: 0 0 10px 0;
}

.page {
  width: 1182px;
  margin: 0 auto;
  position: relative;
}

.shadow {
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.30);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.30);
  box-shadow: 0 0 10px rgba(0,0,0,0.30);
}
.shadowtext {
  text-shadow: 1px 1px 0 #999;
}

/**/
header {

}

.head {
  height: 45px;
  line-height: 45px;
  background: #f5f5f5;
  padding: 0 20px;
  color: #afafaf;
  font-size: 15px;
  display: flex;
  flex-wrap: wrap;
}
.wrap_children_flex1{
  width: 70%;
  transition: .3s;
}
.wrap_children_flex2{
  width: 30%;
  transition: .3s;
}
.wrap_text_right{
  text-align: right;
}


.head span {
  margin-right: 20px;
}
.head i {
  color:  #32b067;
}
.head a {
  text-decoration: none;
}
.head2 {
  height: 90px;
  background: #FFF;
  padding: 0 20px;
}
.search {
  float: right;
  padding-top: 28px;
}
.search input[type="text"] {
  float: left;
  border: 1px solid #e4e4e4;
  height: 33px;
  padding: 0 15px;
  -webkit-border-radius: 16px 0 0 16px;
          border-radius: 16px 0 0 16px;
}
.search button {
  float: right;
  border: 1px solid #e4e4e4;
  border-left: none;
  background: #FFF;
  height: 35px;
  width: 50px;
  -webkit-border-radius: 0 16px 16px 0;
          border-radius: 0 16px 16px 0;
  cursor: pointer;
}
.logo a {
  display: block;
  background: url("/images/logo.png") no-repeat;
  width: 239px;
  height: 90px;
}

/**/
.menu {
  background: #27AE61;
  height: 58px;
  line-height: 58px;
}
.menu ul {
  list-style: none;
  position: relative;
}
.menu ul li {
  float:left;
  position: relative;
}
.menu a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 0 19px;
  font-size: 22px;
  font-weight: 300;
}
.menu a:hover, .menu li.active a {
  background: #229955;
}

.menu ul li ul {
  display: none;
  position: absolute;
  top: 58px;
  left: 0;
  z-index: 9999;
  padding: 0;
  background: #27AE61;
}
.menu ul li:hover ul {
  display: block;
}
.menu ul li ul li {
  white-space: nowrap;
  border-bottom: 1px solid #229955;
  float: none;
  line-height: 38px;
  min-width: 200px;
}
.menu ul li ul li a {
  font-size: 18px;
}



/**/
.slider {
  height: 490px;
  border-bottom: 2px solid #c7c7c7;
  background: url("/images/bg-slider.jpg");
  position: relative;
}
/* pager */
.cycle-slideshow {
  background: url("/images/slider-polka.png") no-repeat center bottom;
  width: 1000px;
  margin-left: 100px;
  height: 430px;
}
.item-slide {
  width: 200px;
  padding: 120px 15px 0 35px;
}
.item-slide a {
  position: relative;
  display: block;
  text-decoration: none;
}
.slide-name {
  width: 150px;
  white-space: normal;
  height: 40px;
  font-size: 13px;
  overflow: hidden;
  line-height: 13px;
  color:#333;
  padding-top: 18px;
  text-align: center;
}
.asd {
  border-radius: 10px 2px 2px 2px;
}
.cycle-prev {
  position: absolute;
  font-size: 72px;
  cursor: pointer;
  color: #C7C7C7;
  left: 20px;
  top: 170px;
}
.cycle-next {
  position: absolute;
  font-size: 72px;
  cursor: pointer;
  color: #C7C7C7;
  right: 20px;
  top: 170px;
}
.item-new {
  position: absolute;
  top: -3px;
  left: -3px;
}
/**/
.left-column {
  float:left;
  width: 300px;
  padding: 20px;
  background: #F5F5F5;
  color: #000;
  margin-bottom: 15px;
}
.right-column {
  float:right;
  width: 150px;
  padding: 20px;
  background: #27AE61;
  margin-bottom: 15px;
}
.content {
  background: #fff url("/images/bg-g.png");
  padding-top: 25px;
}
.page-content {
  background: #FFF;
}
.txt-content {
  padding: 20px 210px 20px 360px;
  min-height: 900px;
  background: #fff url("/images/bg-g.png");
}

.left-column h3 {
  font-size: 26px;
  color: #27AE61;
  margin-bottom: 15px;
}
.left-column a {
  color: #000;
  font-size: 16px;
  text-decoration: none;
}
.left-column a:hover {
  color: #27AE61;
}

.left-column ul {
  list-style: none;
}
ul.lv0 li {
  font-size: 14px;
  padding: 4px 0;
  position:relative;
}
ul.lv0 li a{
  color: #000;
}
ul.lv0, ul.lv1 li, ul.lv2 li{
  position:relative;
}
ul.lv1 li {
  background: #F5F5F5;
  font-size: 14px;
  white-space: nowrap;
  min-width: 180px;
}
ul.lv1 li.isset a {
}
ul.lv1 li a {
  padding: 2px 5px;
  display: block;
  color: #000;
}
ul.lv1 li > a.active {
  color: #000;
}
ul.lv1 {
  display: none;
  background: #fafafa;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
ul.lv0 li:hover ul.lv1 {
  display: inline;
  position: absolute;
  left: 230px;
  top: 0;
}



.right-column h3 {
  font-size: 21px;
  color: #fff;
  margin-bottom: 15px;
  text-shadow: none;
}

.h1 {
  width: 295px;
  height: 40px;
  border: 1px solid #e4e4e4;
  text-align: center;
  font-size: 19px;
  color: #333333;
  margin: 0 auto;
  line-height: 40px;
}
.h1 a {
  text-decoration: none;
}

.list {
  margin-left: 15px;
  margin-bottom: 20px;
}

.fix {
  position: fixed;
  top: 0;
  margin-left: 992px;
}

/**/
.parallax-window {
  min-height: 400px;
  background: transparent;
  text-align: center;
  font-weight: 300;
}
.in-banner {
  color: #fff;
  font-size: 38px;
  padding-top: 80px;
}
.in-banner span{
  color:#27AE61;
}
.in-banner div {
  color:#c3aea4;
  font-size: 25px;
  border-top: 1px solid #c3aea4;
  border-bottom: 1px solid #c3aea4;
  margin-top: 60px;
  padding: 10px 0;
  font-style: italic;
  display: inline-block;
}


.main-catalog {
  padding: 30px 20px;
  background: #f5f5f5;
}
.main-catalog .h1{
  margin-bottom: 25px;
}
.card {
  float: left;
  width: 33%;
  margin-bottom: 10px;
}
.card a {
  font-size: 18px;
  color: #000;
  text-decoration: none;
  font-weight: 300;
}
.card a:hover {
  text-decoration: underline;
}

/**/
footer {
  background: #27AE61;
  padding: 30px 20px;
  text-align: center;
  color: #fff;
  font-weight: 300;
}

/**/
.parallax-path {
  min-height: 150px;
  background: transparent;
  text-align: center;
  font-weight: 300;
  color: #FFF;
}
.parallax-path h1 {
  text-shadow: none;
  color:#fff;
  font-weight: 300;
  font-size: 36px;
  padding: 20px 0;
}
.parallax-path a {
  color: #FFF;
}


/**/
.contactForm input[type=text], .who_right textarea{
  border:1px solid #bdbdbd;
  padding:5px;
  width:250px;
}
.contactForm textarea {
  width:300px;
  height:100px;
}
.contactForm fieldset {
  padding-top: 15px;
}
.contactForm fieldset label {
  float: left;
  width: 140px;
}

.item_full {
  overflow: hidden;
}
.item_full_image {
  float: left;
  margin-right: 20px;
  position: relative;
  width: 258px;
}
.full-big-image {
  border-radius: 7px 1px 2px 2px;
  width: 256px;
}
.item-params {
  line-height: 25px;
}
.item_full_description {
  padding: 20px 0;
}
.item_full_description h3 {
  margin-bottom: 15px;
}
#fullimage {
  position: absolute;
  left: 1px;
  top: -2px;
}


/**/
.items {}
.item {
  float: left;
  width: 33%;
  height: 300px;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
}
.item a {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.item a:hover {
  color: #27AE61;
}
.item-descr {
  color: #c7c7c7;
  font-size: 12px;
}
.item-image {
  min-height: 190px;
  max-height: 215px;
  position: relative;
  width: 133px;
  margin: 0 auto;
  overflow: hidden;
}
.item-image a {

}
.item-image img {
  width: 133px;
  border-radius: 5px 1px 1px 1px;
}
.item-cover {
  position: absolute;
  top: 1px;
  left: 0;
}

.item-skidka {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  background: #333;
  color: #fff;
  right: 0;
  top: -20px;
  text-align: center;
  line-height: 50px;
  z-index: 1;
}

.main-items {
  margin: 20px;
}
.main-items .item {
  width: 20%;
}

.new-items .item {
  width: 100%;
}
.new-items .item a:hover {
  color: #fff;
}
.l-avtors {
  max-height: 300px;
  overflow: auto;
}

.partner {
  overflow: hidden;
  padding: 15px;
}
.p-image {
  float: left;
  margin-right: 15px;
}
.p-image img {
  width: 150px;
  display: block;
}
.even {
  background: #eee;
}


.paginator {
    clear: both;
    text-align: center;
    line-height: 20px;
}
.paginator a.selected {
    color: #333;
    text-decoration: none;
}
.paginator a {
    padding: 0 5px;
    text-decoration: none;
}

.bgg {
  background: url("/images/bg-g.png");
}

.news {
    overflow: hidden;
    margin-bottom: 20px;
}

/*responsive*/
@media only screen and (max-width : 1260px) {
  .menu a{
    padding: 0 14px;
    font-size: 20px;
  }
  .page {
    width: 1000px;
  }
  .cycle-slideshow {
    background: none;
    width: 780px !important;
  }
  .item-slide {
    width: 200px;
    padding: 120px 25px 0 30px;
  }
  .slide-name {
    padding-top: 5px;
  }
  .left-column {
    width: 240px;
    padding: 15px;
  }
  .txt-content {
    padding: 20px 210px 20px 290px;
  }
  .fix {
    margin-left: 810px;
  }
}

@media only screen and (max-width : 1024px) {
  .page {
    width: 748px;
  }
  .right-column {
    display: none;
  }
  .txt-content {
    padding: 20px 15px 20px 290px;
  }
  .menu a {
    font-size: 15px;
    padding: 0 10px;
  }
  .item {
    width: 50%;
  }
  .main-items .item {
    width: 33%;
  }
  .in-banner {
    font-size: 24px;
  }
  .cycle-slideshow {
    height: 300px;
    width: 500px !important;
  }
  .item-slide {
    width: 200px;
    padding: 60px 25px 0 30px;
  }
  .cycle-prev {
    top: 100px;
  }
  .cycle-next {
    top: 100px;
  }
  .slider {
  height: 330px;
  }
  .in-banner div {
    font-size: 18px;
  }
  .parallax-path h1 {
    font-size: 22px;
  }
}

/* Стили для рекламного сообщения */
.wrap_advertising_message{
  position: fixed;
  z-index: 1;
  bottom: 0px;
  width: 100%;
  height: 100vh;
  background: #f2e7d1 url(/images/fon2.png);
}
.wrap_advertising_message .advertising_message{
  max-width: 656px;
  /* margin: 0 auto; */
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  font-size: 20px;
  color: #fff;
  padding: 1em;
  word-spacing: 4px;
}
/* /Стили для рекламного сообщения */

@media only screen and (max-width : 768px) {

}

/* Стили для таблицы с траница http://www.harvest.minsk.by/category */
.wrap-taibal-catigori .wrap-catigori-taibal{
  display: flex;
  flex-wrap: wrap;
}
.wrap-taibal-catigori .wrap-catigori-taibal li{
  display: inline-block;
  width: 50%;
}
.wrap-taibal-catigori .wrap-catigori-taibal li p{
  margin: 5px 0px 10px 0px;
}
/* /Стили для таблицы с траница http://www.harvest.minsk.by/category */

/* стили для кнопки место венью */
.wrpp-btn-venooey{
  position: fixed;
  bottom: 2%;
  right: 6%;
  background-color: #27ae61;
  padding: 42px 9px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
-moz-box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
box-shadow: 0px 10px 10px -5px rgba(0,0,0,0.3);
transition: .2s;
z-index: 100;
}
.wrpp-btn-venooey:hover{
  bottom: 3%;
  transition: .2s;
}
.wrpp-btn-venooey .btn-venooey{
  color: #fff;
}
/* /стили для кнопки место венью */

/* Всплывающее окно с акциями */
.popup-with-form{background-color: red;}
.white-popup-block{
  text-align: center;
  max-width: 650px;
  margin: 0 auto;
  position: relative;
}
.white-popup-block .mfp-close{right: 20px;}
.white-popup-block .wrap-poupap-seil{
  text-align: left;
  display: inline-block;
  font-size: 14px;
  background-color: #fff;
  padding: 30px;
  border: 5px solid #55ab69;
  overflow: scroll;
  height: 350px;
}
.white-popup-block .wrap-poupap-seil .wrap-item-seil{
  border-bottom: 3px solid #55ab69;
  padding-bottom: 15px;
  margin-top: 30px;
}
.white-popup-block .wrap-poupap-seil .wrap-item-seil .wrap-desc-seil{
  margin: 15px 0px;
  padding-right: 30px;
}
.white-popup-block .wrap-poupap-seil .wrap-item-seil .wrap-btn-seil{
  text-align: right;
  padding-right: 20px;
}
.white-popup-block .wrap-poupap-seil .wrap-item-seil .wrap-btn-seil a{
  text-decoration: none;
  background-color: #55ab69;
  padding: 7px 10px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
}

.wrap-poupap-seil::-webkit-scrollbar { width: 5px; height: 0px;}
.wrap-poupap-seil::-webkit-scrollbar-button {  background-color: #666; height: 0px}
.wrap-poupap-seil::-webkit-scrollbar-track {  background-color: #999;}
.wrap-poupap-seil::-webkit-scrollbar-track-piece { background-color: #ffffff;}
.wrap-poupap-seil::-webkit-scrollbar-thumb { height: 30px; background-color: #666; border-radius: 3px;}
.wrap-poupap-seil::-webkit-scrollbar-corner { background-color: #999;}
.wrap-poupap-seil::-webkit-resizer { background-color: #666;}
/* Конец всплывающее окно с акциями */
