/* CSS Document */
.mainArea {
  background: url(../images/ins_bg.jpg) repeat top/cover;
}
.mainArea.ins {
  padding: 30px 0 0;
}
.mainArea.ins .wrap {
  max-width: 100%;
  padding: 0;
}
.mainArea.ins .titleBox {
  max-width: 1277px;
}
.mainArea.ins .titleBox .bread {
  right: 20px;
}
.mainArea.ins .contactBox .titleBox {
  font-family: "Lato";
}
.mainArea.ins .contactBox .titleBox h2 {
  font-weight: 700;
  font-size: 45px;
}
@media (max-width: 1200px) {
  .mainArea.ins .contactBox .titleBox h2 {
    font-size: 35px;
  }
}

.listBox {
  max-width: 1277px;
  padding: 0 0 42px;
  margin: 0 auto;
}

.titleBox {
  padding-top: 36px;
}
.titleBox h1 {
  text-transform: uppercase;
}

.vendorsList {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -14px;
}
@media (max-width: 1440px) {
  .vendorsList {
    margin: 0;
  }
}

.vendorsItem {
  width: 25%;
  padding: 0 34px 50px;
}
@media (max-width: 1440px) {
  .vendorsItem {
    padding: 0 20px 50px;
  }
}
@media (max-width: 1024px) {
  .vendorsItem {
    width: 33.3333%;
  }
}
@media (max-width: 768px) {
  .vendorsItem {
    width: 50%;
    padding: 0 20px 40px;
  }
}
@media (max-width: 480px) {
  .vendorsItem {
    padding: 0 10px 40px;
  }
}

@media (min-width: 1201px) {
  .item:hover .Img a::before {
    opacity: 1;
  }
  .item:hover .Img a img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
  .item:hover .Txt h3 a {
    color: #226b48;
  }
}

.Img a {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-radius: 100px;
  background-color: #fff;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.09);
}
.Img a::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  width: calc(100% + 6px);
  height: calc(100% + 6px);
  border-radius: 100px;
  border: 3px solid #b0cbbd;
  transition: all 0.4s ease;
  opacity: 0;
}
.Img img {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  border-radius: 100px;
  transition: all 0.4s ease;
  display: block;
  width: 100%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media (max-width: 1200px) {
  .Img a {
    border: 3px solid #b0cbbd;
  }
  .Img img {
    -webkit-filter: grayscale(0);
            filter: grayscale(0);
  }
}

.Txt h3 {
  text-align: center;
}
.Txt h3 a {
  display: block;
  color: #242424;
  font-size: 17px;
  font-weight: 700;
  margin-top: 15px;
}
@media (max-width: 480px) {
  .Txt h3 a {
    font-size: 16px;
    margin-top: 10px;
  }
}

.contactBox {
  position: relative;
  background: url(../images/vendors/vendors_bg.jpg) no-repeat center/cover;
  padding: 85px 20px 139px;
}
.contactBox .titleBox {
  max-width: 1277px;
  margin: 0 auto;
  padding: 0 0 37px;
}
.contactBox .titleBox h2 {
  text-transform: initial;
}
.contactBox .Txt {
  max-width: 920px;
  margin: 0 auto;
  line-height: 1.7;
  letter-spacing: 0.6px;
  position: relative;
  text-align: center;
  z-index: 2;
}
.contactBox .btnBox {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  max-width: 1277px;
  margin: 0 auto;
  padding-top: 46px;
}
.contactBox .btnBox .btn a {
  width: auto;
  padding: 20px 75px 17px 23px;
}
.contactBox .illustrationBox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}
@media (max-width: 1200px) {
  .contactBox .illustrationBox {
    display: none;
  }
}
.contactBox .illustrationBox .Img {
  position: absolute;
}
.contactBox .tomatoImg1 {
  top: -5%;
  left: 3%;
  background: url(../images/vendors/tomato_1.png) no-repeat center/cover;
  width: 63px;
  height: 68px;
}
@media (max-width: 1700px) {
  .contactBox .tomatoImg1 {
    top: -2%;
    width: 38px;
    height: 41px;
  }
}
.contactBox .brocoliImg1 {
  top: 14%;
  left: 4.5%;
  background: url(../images/vendors/brocoli_1.png) no-repeat center/cover;
  width: 161px;
  height: 101px;
}
@media (max-width: 1700px) {
  .contactBox .brocoliImg1 {
    top: 11%;
    width: 97px;
    height: 61px;
  }
}
.contactBox .tomatoImg2 {
  left: 14%;
  top: 28%;
  background: url(../images/vendors/tomato_2.png) no-repeat center/cover;
  width: 168px;
  height: 87px;
}
@media (max-width: 1700px) {
  .contactBox .tomatoImg2 {
    left: 9%;
    top: 22%;
    width: 101px;
    height: 52px;
  }
}
.contactBox .onionTomatoImg {
  bottom: -9%;
  left: 0;
  background: url(../images/vendors/onion_tomato.png) no-repeat center/cover;
  width: 352px;
  height: 370px;
}
@media (max-width: 1700px) {
  .contactBox .onionTomatoImg {
    bottom: 25%;
    width: 211px;
    height: 222px;
  }
}
.contactBox .onionImg {
  bottom: 15%;
  left: 16.3%;
  background: url(../images/vendors/onion.png) no-repeat center/cover;
  width: 199px;
  height: 205px;
}
@media (max-width: 1700px) {
  .contactBox .onionImg {
    bottom: 38%;
    left: 12%;
    width: 119px;
    height: 123px;
  }
}
@media (max-width: 1440px) {
  .contactBox .onionImg {
    bottom: 28%;
  }
}
.contactBox .brocoliImg2 {
  bottom: 12%;
  left: 27%;
  background: url(../images/vendors/brocoli_2.png) no-repeat center/cover;
  width: 92px;
  height: 88px;
}
@media (max-width: 1700px) {
  .contactBox .brocoliImg2 {
    left: 18%;
    bottom: 15%;
    width: 55px;
    height: 53px;
  }
}
.contactBox .tomatoImg3 {
  bottom: -8%;
  left: 31.5%;
  background: url(../images/vendors/tomato_3.png) no-repeat center/cover;
  width: 208px;
  height: 201px;
}
@media (max-width: 1700px) {
  .contactBox .tomatoImg3 {
    bottom: -6%;
    left: 20.5%;
    width: 125px;
    height: 121px;
  }
}
.contactBox .tomatoImg4 {
  right: 8%;
  top: -11%;
  background: url(../images/vendors/tomato_4.png) no-repeat center/cover;
  width: 172px;
  height: 160px;
}
@media (max-width: 1700px) {
  .contactBox .tomatoImg4 {
    top: -7%;
    width: 103px;
    height: 96px;
  }
}
.contactBox .leafImg1 {
  right: 4.5%;
  top: 6.9%;
  background: url(../images/vendors/leaf_1.png) no-repeat center/cover;
  width: 80px;
  height: 81px;
}
@media (max-width: 1700px) {
  .contactBox .leafImg1 {
    right: 5%;
    width: 48px;
    height: 49px;
  }
}
.contactBox .leafImg2 {
  right: 0;
  top: 6%;
  background: url(../images/vendors/leaf_2.png) no-repeat center/cover;
  width: 183px;
  height: 289px;
}
@media (max-width: 1700px) {
  .contactBox .leafImg2 {
    width: 110px;
    height: 173px;
  }
}
.contactBox .leafImg3 {
  right: 16.5%;
  bottom: 30%;
  background: url(../images/vendors/leaf_3.png) no-repeat center/cover;
  width: 116px;
  height: 96px;
}
@media (max-width: 1700px) {
  .contactBox .leafImg3 {
    bottom: 40%;
    right: 14%;
    width: 70px;
    height: 58px;
  }
}
.contactBox .mushroomImg {
  right: 4%;
  bottom: 27%;
  background: url(../images/vendors/mushroom.png) no-repeat center/cover;
  width: 174px;
  height: 105px;
}
@media (max-width: 1700px) {
  .contactBox .mushroomImg {
    bottom: 45%;
    width: 104px;
    height: 63px;
  }
}
.contactBox .leafImg4 {
  right: 3%;
  bottom: 0;
  background: url(../images/vendors/leaf_4.png) no-repeat center/cover;
  width: 99px;
  height: 64px;
}
@media (max-width: 1700px) {
  .contactBox .leafImg4 {
    bottom: 5%;
    width: 59px;
    height: 38px;
  }
}