body {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 35px;
  line-height: 40px;
  font-weight: 500;
}

h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 32px;
  line-height: 36px;
  font-weight: 500;
}

h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
}

h4 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  line-height: 27px;
  font-weight: 500;
}

h5 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

h6 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 20px;
  line-height: 22px;
  font-weight: 400;
}

a {
  color: #2196f3;
  text-decoration: none;
}

ul {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

ol {
  margin-top: 0px;
  margin-bottom: 20px;
  padding-left: 40px;
}

strong {
  font-weight: bold;
}

blockquote {
  margin-bottom: 20px;
  padding: 0px 20px;
  border-left: 5px solid #e2e2e2;
  font-size: 16px;
}

figure {
  margin-bottom: 20px;
}

figcaption {
  margin-top: 7px;
  color: rgba(51, 51, 51, .56);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}

.menu-li {
  margin-left: 27px;
  padding-top: 6px;
  padding-bottom: 6px;
  box-shadow: none;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 0.875em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.menu-li:hover {
  color: #2196f3;
}

.menu-li.green {
  z-index: 5;
  display: inline-block;
  border-radius: 20px;
  box-shadow: none;
  -webkit-transition: box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out;
  transition: transform 200ms ease-in-out, box-shadow 200ms ease-in-out, -webkit-transform 200ms ease-in-out;
  color: #5d5d5d;
  line-height: 1.5em;
}

.menu-li.green:hover {
  border-radius: 20px;
  background-color: #139c43;
  box-shadow: 0 5px 30px -6px rgba(52, 83, 10, .2);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01);
  color: #fff;
}

.menu-li.green.w--current {
  background-color: #497c01;
  color: #fff;
}

.menu-li.lng {
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 25px;
  float: right;
  color: #5d5d5d;
  font-weight: 700;
}

.menu-li.lng.w--current {
  color: #5d5d5d;
}

.desktop-navbar {
  background-color: #fff;
}

.desktop-navbar.white {
  display: block;
  width: 100%;
}

.desktop-nav-menu {
  position: static;
  display: block;
  float: none;
  text-align: center;
}

.sec-award {
  position: relative;
  width: 100%;
  padding-top: 68px;
  padding-bottom: 50px;
  background-color: #fac7ae;
}

.form-label {
  display: block;
  margin-bottom: 4px;
  font-size: 13px;
  text-transform: uppercase;
}

.award-title {
  margin-bottom: 30px;
}

.form-field {
  min-height: 41px;
  margin-bottom: 17px;
  border-style: none;
  border-radius: 3px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, .09);
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.form-field:focus {
  box-shadow: 0 0 0 2px #c98e56;
}

.form-field.text-area {
  min-height: 110px;
  margin-right: 0px;
}

.form-wrapper.squeezed {
  padding-right: 19%;
  padding-left: 19%;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fac7ae;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.award-col {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.body {
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 24px;
}

.sec-main-window {
  position: relative;
  display: block;
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-image: url('../images/background_2_en.jpg'), -webkit-radial-gradient(circle farthest-corner at 50% 50%, #f45a1e, #b97b37);
  background-image: url('../images/background_2_en.jpg'), radial-gradient(circle farthest-corner at 50% 50%, #f45a1e, #b97b37);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, scroll;
}

.sec-mf {
  width: 100%;
}

.mh-wrap {
  position: relative;
  z-index: 1001;
  display: block;
  width: 100%;
  padding-top: 26px;
  background-color: #fff;
}

.main-wrap {
  position: relative;
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.title-img {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title-product {
  margin-bottom: 44px;
  font-family: Gothaproreg, sans-serif;
  color: #fff;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.title-nut {
  margin-bottom: 25px;
  font-family: Gothaprobla, sans-serif;
  color: #fff;
  font-size: 6.25em;
  line-height: 36px;
  font-weight: 400;
  text-transform: uppercase;
}

.title-cashew {
  display: block;
  margin-bottom: 20px;
  font-family: Gothaprobla, sans-serif;
  color: #fff;
  font-size: 4em;
  line-height: 90px;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.mouse-wrap {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 148px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mouse {
  position: relative;
  left: 0px;
  right: 0px;
  z-index: 1001;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.mouse-line {
  width: 2px;
  height: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-linear-gradient(270deg, transparent, hsla(0, 0%, 100%, .5) 100%, #fff);
  background-image: linear-gradient(180deg, transparent, hsla(0, 0%, 100%, .5) 100%, #fff);
}

.mouse-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 58px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .7);
  border-radius: 60px;
}

.mouse-roll {
  display: block;
  width: 8px;
  height: 18px;
  margin-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, .9);
}

.title-wrap {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.plate-cashew {
  position: absolute;
  left: 20%;
  right: 0px;
  bottom: 0%;
  z-index: 100;
  display: block;
  width: 100%;
  height: 600px;
  max-width: 800px;
  min-height: 30%;
  min-width: 300px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: url('../images/cashew-main.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.green-line {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  width: 100%;
  height: 150px;
  max-width: 70%;
  min-height: 80px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-top-right-radius: 40px;
  background-color: rgba(71, 123, 0, .7);
  background-image: url('../images/nut_02.png'), url('../images/nut_01-01.png');
  background-position: 94% 29px, -40px 121%;
  background-size: 128px, 165px 127px;
  background-repeat: no-repeat, no-repeat;
  -webkit-transform: skew(0deg, 0deg);
  -ms-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
}

.btn-details {
  position: relative;
  z-index: 1002;
  display: inline-block;
  margin-top: 2%;
  padding: 6px 20px;
  border: 2px solid #fac7ae;
  border-radius: 20px;
  background-color: #139c43;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  font-family: Ubuntu, Helvetica, sans-serif;
  color: #fff;
  font-size: 0.875em;
  line-height: 1.5em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.btn-details:hover {
  border-color: #139c43;
  background-color: #fff;
  color: #139c43;
}

.sec-about {
  display: block;
  width: 100%;
  background-color: #fac7ae;
}

.about-wrap {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 4%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #fac7ae;
  background-image: url('../images/nut_cream_04.png'), url('../images/nut_cream_02.png'), url('../images/nut_cream_03.png'), url('../images/nut_cream_01.png');
  background-position: 37% 248px, 100% 99%, 305px 199px, 0px 154px;
  background-size: auto, auto, auto, auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
}

.slider-text {
  display: inline-block;
  width: 40%;
  padding-right: 50px;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.par-h1 {
  font-family: Gothaprobla, sans-serif;
  color: #333;
  font-size: 1.875em;
  text-transform: uppercase;
}

.par-h1.white {
  position: relative;
  margin-bottom: 22px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Gothaprobol, sans-serif;
  color: #fff;
}

.par-h1.brown {
  color: #795548;
}

.par-h1.center {
  text-align: center;
}

.par-h1.center.brown {
  margin-bottom: 8px;
}

.par-h1.in {
  margin-top: 60px;
}

.par-text {
  position: relative;
  z-index: 1001;
  width: 100%;
  font-size: 1em;
  line-height: 1.5em;
}

.inone-wrap {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 254px;
  height: 254px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px solid #139c43;
  border-radius: 127px;
  background-color: #139c43;
  background-image: -webkit-radial-gradient(circle farthest-side at 0% 50%, #139c43, rgba(64, 0, 0, .21));
  background-image: radial-gradient(circle farthest-side at 0% 50%, #139c43, rgba(64, 0, 0, .21));
  text-align: center;
}

.inone-wrap.index {
  border-color: #139c43;
  background-color: #139c43;
  background-image: -webkit-radial-gradient(circle farthest-side at 0% 50%, #139c43, rgba(64, 0, 0, .21) 100%, rgba(64, 0, 0, .1));
  background-image: radial-gradient(circle farthest-side at 0% 50%, #139c43, rgba(64, 0, 0, .21) 100%, rgba(64, 0, 0, .1));
}

.icon {
  display: block;
  width: 46px;
  max-width: 100%;
  margin: 20px auto 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.inone-circle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 274px;
  height: 274px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 2px solid #139c43;
  border-radius: 137px;
}

.inone-circle:hover {
  box-shadow: 7px 7px 10px 0 rgba(121, 85, 72, .4);
}

.inone-circle.index {
  border-color: #139c43;
}

.heading {
  display: block;
  margin-bottom: 0px;
  font-family: Gothaprobol, sans-serif;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
  font-weight: 400;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.heading.big {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #8b5e3c;
  font-size: 3vw;
  line-height: 0.8;
  letter-spacing: -0.1vw;
}

.heading-2 {
  margin-bottom: 5px;
  font-family: Gothaprobol, sans-serif;
  color: #fff;
  font-size: 2.125em;
  line-height: 35px;
  font-weight: 400;
  text-transform: uppercase;
}

.col-wrap {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 278px;
  min-height: 368px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 32px;
  padding-right: 20px;
  padding-left: 20px;
  border: 2px solid #f26520;
  border-radius: 16px;
  background-image: -webkit-linear-gradient(270deg, #fff, hsla(20, 30%, 84%, .7));
  background-image: linear-gradient(180deg, #fff, hsla(20, 30%, 84%, .7));
  box-shadow: 0 22px 45px -25px rgba(121, 85, 72, .7);
}

.col-icon-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 184px;
  min-height: 184px;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/medal.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.col-icon-text {
  margin-top: 25px;
  margin-bottom: 14px;
  font-family: Gothaprobla, sans-serif;
  color: #8b5e3c;
  font-size: 3.75em;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.col-par {
  font-size: 0.875em;
  line-height: 1.5em;
}

.col-icon {
  width: 100%;
  max-width: 94px;
  min-height: 88px;
  background-image: url('../images/hands.svg');
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: no-repeat;
}

.sec {
  display: block;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.sec._2-col {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fac7ae;
}

.sec.contact-page {
  background-image: -webkit-linear-gradient(270deg, rgba(58, 27, 16, .83), rgba(58, 27, 16, .83))/*, url('../images/img_contact_f.jpg')*/;
  background-image: linear-gradient(180deg, rgba(58, 27, 16, .83), rgba(58, 27, 16, .83))/*, url('../images/img_contact_f.jpg')*/;
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, repeat-x;
}

.text-wrap {
  position: relative;
  width: 50%;
  float: left;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #fff;
  background-image: none;
}

.text-wrap.q {
  display: block;
  background-color: transparent;
  background-image: none;
}

.text-wrap.c {
  background-color: transparent;
  background-image: none;
}

.column-left {
  position: static;
  display: block;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-left.quality {
  background-image: url('../images/img_product_1.jpg');
  background-position: 38% 72%;
  background-size: 120%;
  background-repeat: no-repeat;
}

.column-left.product {
  background-image: url('../images/img_product_2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.column-left.technology {
  background-image: url('../images/img_product_3.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.up-desktop {
  position: fixed;
  right: 3%;
  bottom: 24px;
  z-index: 2000;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #139c43;
  opacity: 0.5;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.arrow-up {
  display: block;
  max-width: 50%;
  margin-top: 20%;
  margin-right: auto;
  margin-left: auto;
}

.ctc-par {
  position: relative;
  margin-bottom: 18px;
  color: #fff;
  font-size: 1em;
  line-height: 1.5em;
}

.ctc-par.brown {
  color: #795548;
}

.bold-text {
  letter-spacing: 0.05em;
}

.link-2 {
  color: #fff;
}

.link-2:hover {
  color: #ffc107;
}

.footer-logo-link {
  position: relative;
  z-index: 100;
  display: inline-block;
  width: 250px;
  height: 50px;
  margin-top: -10px;
  margin-left: 0px;
  background-image: url('../images/logo-cashew_company.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.footer-logo-link.w--current {
  background-size: contain;
}

.mf-arc {
  position: relative;
  top: -112px;
  display: block;
  width: 100%;
  height: 160px;
  max-width: 180px;
  margin-top: 14px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 80px;
  background-color: #fff;
  -webkit-transform: scale3d(1.09, 0.98, 1) scale3d(1.59, 0.8, 1);
  transform: scale3d(1.09, 0.98, 1) scale3d(1.59, 0.8, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.mf-logo-wrap {
  position: relative;
  display: inline-block;
  height: 50px;
  margin-top: -20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.award-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.col-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1170px;
  margin-top: 12px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 8px 25px -11px rgba(0, 0, 0, .3);
}

.col-container.info {
  box-shadow: none;
}

.col-container.production {
  margin-top: -19px;
}

.col-container.last {
  margin-bottom: 24px;
}

.map-backgnd {
  display: block;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-image: -webkit-linear-gradient(270deg, #fac7ae, #fac7ae 0%, #fff 50%, #fac7ae);
  background-image: linear-gradient(180deg, #fac7ae, #fac7ae 0%, #fff 50%, #fac7ae);
}

.sec-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 328px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 96px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.container.product {
  background-image: -webkit-linear-gradient(270deg, rgba(139, 94, 60, .5), rgba(139, 94, 60, .5)), url('../images/img_product_h.jpg');
  background-image: linear-gradient(180deg, rgba(139, 94, 60, .5), rgba(139, 94, 60, .5)), url('../images/img_product_h.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.container.about {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: -webkit-linear-gradient(270deg, rgba(139, 94, 60, .5), rgba(139, 94, 60, .5)), url('../images/img_about_h.jpg');
  background-image: linear-gradient(180deg, rgba(139, 94, 60, .5), rgba(139, 94, 60, .5)), url('../images/img_about_h.jpg');
  background-position: 0px 0px, 50% 0px;
  background-size: auto, auto 1280px;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.header-h {
  position: static;
  display: block;
  margin-bottom: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 1;
  font-family: Gothaprobla, sans-serif;
  color: #fff;
  font-size: 2.25em;
  text-transform: uppercase;
}

.header-wrap {
  position: relative;
  display: block;
  max-width: 450px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.icon-h {
  display: block;
  height: 40px;
  margin-right: 14px;
  opacity: 1;
}

.line {
  position: relative;
  display: block;
  height: 1px;
  min-width: 180px;
  margin-bottom: 14px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 100%, .5);
}

.line.brown {
  background-color: rgba(121, 85, 72, .5);
}

.header-h2 {
  position: static;
  display: block;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  font-family: Gothaprolig, sans-serif;
  color: #fff;
  font-size: 1.375em;
  line-height: 1.25em;
  font-weight: 400;
  text-align: center;
}

.header-h2.brown {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Gothaproreg, sans-serif;
  color: #795548;
}

.header-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 19px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.sec-info-pro {
  width: 100%;
  margin-bottom: 15px;
  padding-right: 4%;
  padding-left: 4%;
}

.col {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info-p {
  color: #139c43;
  font-size: 1em;
  line-height: 1.5em;
}

.info-p.bold {
  line-height: 1.5em;
  font-weight: 700;
}

.info-p.white {
  display: block;
  color: #fff;
}

.col-info-text-wrap {
  padding: 40px 60px 40px 40px;
}

.col-info-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: transparent;
}

.i-ico {
  display: block;
  min-width: 45px;
}

.column-right {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.i-quality {
  display: block;
  min-width: 45px;
}

.color {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 70px 68px 20px 40px;
  border-radius: 2px;
}

.color.quality {
  background-color: #f75432;
}

.color.product {
  position: static;
  background-color: #f1f1f1;
}

.color.technology {
  background-color: #fbb040;
}

.color.contact {
  height: 400px;
  padding-top: 128px;
  padding-left: 58px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #139c43;
  background-image: url('../images/nut_apple.png');
  background-position: 92% 38%;
  background-size: 300px;
  background-repeat: no-repeat;
}

.icon-wrap {
  display: block;
  margin-right: 26px;
  padding-top: 8px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: transparent;
}

.info-pro-img {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-bottom: 2%;
  margin-left: auto;
  padding-top: 4%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-pro-img-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.info-img1 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-img2 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-img3 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.info-img4 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.i-product {
  display: block;
  min-width: 45px;
}

.i-technology {
  display: block;
  min-width: 45px;
}

.sec-map {
  width: 100%;
}

.map-wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 1000px;
  max-width: 1170px;
  min-height: 685px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/map_en.png');
  background-position: 18% 0%;
  background-size: auto;
  background-repeat: no-repeat;
}

.circle-out {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #7d757c;
  border-radius: 137px;
}

.circle-out:hover {
  box-shadow: 7px 7px 10px 0 rgba(121, 85, 72, .4);
}

.circle-in {
  display: block;
  width: 90px;
  height: 90px;
  margin-right: auto;
  margin-left: auto;
  float: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px none #7d757c;
  border-radius: 127px;
  background-color: #139c43;
  background-image: url('http://www.cashew.by/images/i-num_one.svg'), -webkit-radial-gradient(circle farthest-side at 0% 50%, #139c43, rgba(64, 0, 0, .21));
  background-image: url('http://www.cashew.by/images/i-num_one.svg'), radial-gradient(circle farthest-side at 0% 50%, #139c43, rgba(64, 0, 0, .21));
  background-position: 44% 50%, 0px 0px;
  background-size: 60px, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.circle-in.gray {
  background-color: #7d757c;
  background-image: none;
}

.circle-in.gray.one {
  background-image: url('http://www.cashew.by/images/i-sng.svg');
  background-position: 50% 50%;
  background-size: 60px;
}

.circle-in.gray.two {
  background-image: url('http://www.cashew.by/images/i-eu.svg');
  background-position: 50% 50%;
  background-size: 60px;
}

.map-info-small-wrap {
  position: absolute;
  right: 142px;
  bottom: 38px;
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.numone-wrap {
  position: relative;
  z-index: 101;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -34px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.country-label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.arrow {
  position: absolute;
  right: 250px;
  bottom: 263px;
  z-index: 0;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.map-info-text {
  margin-top: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -ms-flex-order: 1;
  order: 1;
  font-family: Gothaprobol, sans-serif;
  color: #795548;
  text-align: center;
  text-transform: uppercase;
}

.nut-cream {
  position: absolute;
  left: 0px;
  bottom: -23px;
  display: block;
  margin-bottom: -21px;
  padding-left: 0px;
}

.nut-map {
  position: absolute;
  z-index: 1000;
}

.nut-map._04 {
  left: 190px;
  top: 100px;
}

.nut-map._04._02 {
  left: 425px;
  top: -26px;
  right: 425px;
  bottom: -26px;
  -webkit-transform: rotate(-57deg);
  -ms-transform: rotate(-57deg);
  transform: rotate(-57deg);
}

.nut-map._03 {
  top: 180px;
  right: -71px;
  bottom: 180px;
  -webkit-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
}

.nut-map._03._02 {
  left: 57px;
  top: 271px;
  right: auto;
  bottom: auto;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(170deg) scale(0.75);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(170deg) scale(0.75);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nut-map._02 {
  left: 432px;
  top: 200px;
}

.nut-map._05 {
  left: 533px;
  top: 129px;
  right: 533px;
  bottom: 20px;
}

.nut-map._01 {
  top: 105px;
  right: 302px;
  bottom: 105px;
}

.nut-map._01._02 {
  left: 638px;
  top: 11px;
  right: 638px;
  bottom: -56px;
  -webkit-transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg) scale(0.7);
  transform: rotateX(180deg) rotateY(180deg) rotateZ(90deg) scale(0.7);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.nut-map._01._03 {
  left: 334px;
  top: 336px;
  z-index: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.desktop-footer-nav-menu {
  display: block;
  float: none;
  text-align: center;
}

.desktop-footer-navbar {
  display: block;
  background-color: #fff;
}

.column-1 {
  padding: 20px 10px 10px;
}

.column-3 {
  padding: 20px 10px 10px;
}

.row-info {
  display: block;
  padding-top: 50px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.circle-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 294px;
  margin-top: -90px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cashew {
  height: 200px;
  background-image: url('../images/nut-05.png'), url('../images/nut-03.png');
  background-position: 53px 5px, 54% 36%;
  background-size: 100px, auto 180px;
  background-repeat: no-repeat, no-repeat;
}

.pagination {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-phone {
  margin-bottom: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  border-radius: 20px;
  background-color: #f26520;
  font-family: Gothaproreg, sans-serif;
  color: #fff;
  font-size: 1.6em;
  line-height: 1.25em;
  font-weight: 700;
}

.next-slide {
  position: absolute;
  display: none;
}

.form-wrap {
  display: block;
  background-image: url('../images/nut_cream_04.png'), url('../images/nut_cream_04.png'), url('../images/nut_cream_01.png'), url('../images/nut_cream_02.png');/*, url('http://www.cashew.by/images/nut_apple_cream.svg')*/
  background-position: 42% 50%, 95% 94%, 98% 15px, 0px 92%, 73px 88%;
  background-size: 120px, 80px, 70px, 100px, 260px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: scroll, scroll, scroll, scroll, scroll;
}

.form {
  margin-bottom: 56px;
}

.col-one {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.col-two {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

._1col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: transparent;
}

._2col {
  padding: 40px 60px 40px 40px;
}

.phone {
  display: block;
  height: 30px;
  margin-bottom: 9px;
  padding-left: 55px;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-image: url('../images/i-phone.svg');
  background-position: 0px 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
  font-family: Gothaproreg, sans-serif;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.25em;
  font-weight: 700;
}

.email {
  display: block;
  height: 26px;
  padding-left: 55px;
  background-image: url('../images/i-mail.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  font-size: 1.2em;
  line-height: 1.25em;
}

.addr-h1 {
  font-family: Gothaprobol, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.addr-h1.white {
  color: #fff;
  line-height: 22px;
}

.title-sort {
  margin-bottom: 16px;
  font-family: Gothaproreg, sans-serif;
  color: #fff;
  font-size: 1.75em;
  font-weight: 400;
  letter-spacing: -0.05em;
  text-transform: uppercase;
}

.product-img-wrap {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 2%;
}

.back-product {
  position: relative;
  display: block;
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-bottom: 14px;
  margin-left: auto;
  background-color: #497c01;
  -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
  -ms-transform: rotate(45deg) skew(-15deg, -15deg);
  transform: rotate(45deg) skew(-15deg, -15deg);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.product-wrap {
  position: relative;
  display: block;
  max-width: 260px;
  min-width: 220px;
  margin-right: auto;
  margin-left: auto;
}

.product-wrap.left {
  margin-left: 45%;
}

.product-wrap.right {
  margin-right: 45%;
}

.h1-product {
  margin-bottom: 20px;
  font-family: Gothaprobol, sans-serif;
  font-size: 1.25em;
  line-height: 40px;
  font-weight: 400;
  text-align: center;
  letter-spacing: -0.25px;
  text-transform: uppercase;
}

.sec-product {
  padding-top: 4%;
  padding-bottom: 4%;
  background-image: -webkit-linear-gradient(270deg, #fff 80%, #fac7ae);
  background-image: linear-gradient(180deg, #fff 80%, #fac7ae);
}

.about-product-logo {
  position: relative;
  display: block;
  width: 100%;
  height: 70px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
  background-image: url('../images/logo.png');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.title-img-wrap {
  position: absolute;
  left: 0px;
  right: 0px;
  z-index: 1001;
  display: inline-block;
  max-width: 900px;
}

.title-image {
  position: absolute;
  left: 0px;
  right: 0px;
}

.pagination-link {
  padding: 6px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #8b5e3c;
  border-radius: 30px;
  cursor: pointer;
}

.pagination-link.w--current {
  background-color: #8b5e3c;
}

.pagination-line {
  display: block;
  width: 2px;
  height: 30px;
  background-color: rgba(139, 94, 60, .3);
}

.sec-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fac7ae;
  background-image: url('../images/nut_cream_02.png'), url('../images/nut_cream_04.png'), url('../images/nut_cream_01.png'), url('../images/nut_cream_02.png'), url('../images/nut_cream_03.png'), url('../images/nut_cream_04.png');
  background-position: 349px 93%, 86% 100%, 80% 45%, 85% 106px, 31px 49px, 50% 50%;
  background-size: 100px, 200px, 70px, 91px, 120px, 120px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
}

.number {
  margin-right: 14px;
  opacity: 1;
  color: #fff;
}

.number.heading {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 4vw;
  height: 4vw;
  margin-right: 10px;
  padding: 4px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #8b5e3c;
  border-radius: 100%;
  opacity: 0;
  color: #8b5e3c;
  font-size: 2vw;
  text-align: center;
  letter-spacing: 0.1vw;
}

.sticky-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.production-wrap {
  padding-top: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.production-wrap.top {
  margin-top: 40px;
}

.wrap-image {
  position: relative;
  display: block;
  width: 100%;
  max-width: 85vw;
  margin-right: auto;
  margin-left: auto;
  padding: 0px 30px;
}

.wrap-image.gallery {
  padding-top: 50px;
  padding-bottom: 50px;
}

.grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: -15px;
  margin-left: -15px;
  padding-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: auto;
  padding-right: 15px;
  padding-left: 15px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.block._58 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 58%;
  -ms-flex: 0 0 58%;
  flex: 0 0 58%;
}

.block._8 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 8%;
  -ms-flex: 0 0 8%;
  flex: 0 0 8%;
}

.block.center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-big {
  -webkit-transition: box-shadow 200ms ease-in-out;
  transition: box-shadow 200ms ease-in-out;
}

.image-big:hover {
  box-shadow: 0 5px 16px 0 rgba(0, 0, 0, .3);
}

.lb-link {
  position: absolute;
  bottom: 90px;
  z-index: 300;
}

.sec-form {
  width: 100%;
  padding-top: 4%;
  padding-right: 4%;
  padding-left: 4%;
  background-color: #fac7ae;
}

.col-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.col-2 {
  margin-top: 50px;
}

.text-block-6 {
  font-family: 'Open Sans', sans-serif;
}

.heading-3 {
  font-family: Gothaproreg, sans-serif;
}

.image-11 {
  margin-bottom: 16px;
}

.mobile-navbar {
  display: none;
}

.logo-wrap {
  display: inline-block;
  overflow: visible;
  height: 60px;
  margin-left: 27px;
}

.arc {
  position: relative;
  top: -112px;
  z-index: 2;
  display: block;
  width: 100%;
  height: 160px;
  max-width: 180px;
  margin: -3px auto;
  border-radius: 80px;
  background-color: #fff;
  -webkit-transform: scale3d(1.09, 0.98, 1) scale3d(1.59, 0.8, 1);
  transform: scale3d(1.09, 0.98, 1) scale3d(1.59, 0.8, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.logo-link {
  position: relative;
  z-index: 3;
  display: inline-block;
  width: 250px;
  height: 60px;
  margin-left: 0px;
  background-image: url('../images/logo.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.col-left {
  padding-right: 0px;
  padding-left: 0px;
}

.big-img {
  position: relative;
}

.big-img.contact {
  height: 400px;
  background-image: url('../images/img_contact.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.wrapper {
  display: block;
  width: 100%;
  max-width: 1170px;
  margin-right: auto;
  margin-left: auto;
}

.col-right {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.fruit {
  position: static;
  min-height: 220px;
  background-image: url('../images/cashewfruit.jpg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.arrow-vert {
  min-height: 80px;
  background-image: url('http://www.cashew.by/images/arrow2_green.svg');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-pack {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding-top: 4%;
  background-image: url('../images/img_about_p.jpg');
  background-position: 50% 79%;
  background-size: cover;
  background-repeat: no-repeat;
}

.block-pack {
  min-height: 220px;
  background-image: url('../images/block_pack.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.block-box {
  min-height: 220px;
  background-image: url('../images/block_box.png');
  background-position: 50% 4%;
  background-size: 201px;
  background-repeat: no-repeat;
}

.pack-wrap {
  padding-bottom: 45px;
}

.desktop-navbar-wrap {
  display: block;
  width: 100%;
  height: 60px;
  max-width: 1170px;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
  padding-top: 26px;
}

.up-mobile {
  position: fixed;
  right: 2.5%;
  bottom: 24px;
  z-index: 2000;
  display: none;
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  background-color: #497c01;
  opacity: 0.5;
  -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.desktop-footer-wrap {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  max-width: 1170px;
  margin-top: 26px;
  margin-right: auto;
  margin-left: auto;
}

.block-pallet {
  min-height: 220px;
  background-image: url('../images/block_pallet.png');
  background-position: 50% 0px;
  background-size: contain;
  background-repeat: no-repeat;
}

.sec-about-product {
  position: relative;
  width: 100%;
  min-height: 300px;
  padding-top: 6%;
  padding-right: 4%;
  padding-left: 4%;
  background-image: -webkit-linear-gradient(270deg, hsla(0, 0%, 100%, .12), hsla(0, 0%, 100%, .5) 70%, transparent 100%, #fff 101%), url('../images/img_about_p.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .12), hsla(0, 0%, 100%, .5) 70%, transparent 100%, #fff 101%), url('../images/img_about_p.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.circle-white {
  padding: 10px;
  border-radius: 150px;
  background-color: #fff;
  color: transparent;
}

.right-arrow {
  display: none;
}

.left-arrow {
  display: none;
}

.slider {
  display: block;
  width: 590px;
  height: 360px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  border-radius: 20px;
  background-color: #f26520;
}

.mask {
  display: block;
  margin-right: auto;
  margin-bottom: 24px;
  margin-left: auto;
  border-radius: 16px;
}

.slide1 {
  background-image: url('../images/01-slide.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide2 {
  background-image: url('../images/02-slide.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide3 {
  background-image: url('../images/03-slide.jpg');
  background-position: 50% 50%;
  background-size: auto;
  background-repeat: no-repeat;
}

.slide-nav {
  display: block;
  margin-bottom: -50px;
}

.slide-wrap {
  display: inline-block;
  width: 60%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.map-info-wrap {
  position: relative;
  top: 200px;
}

.success-message {
  border-radius: 3px;
  background-color: #497c01;
}

.error-message {
  border-radius: 3px;
  background-color: #f75432;
}

.circle-link {
  position: relative;
  top: -63px;
}

.menuli-lng-part2 {
  color: #139c43;
  font-size: 1.2em;
}

html.w-mod-js *[data-ix="fade-in-bottom-page-loads"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="fade-in-left-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
  -ms-transform: translate(-50px, 0px);
  transform: translate(-50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-right-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
  -ms-transform: translate(50px, 0px);
  transform: translate(50px, 0px);
}

html.w-mod-js *[data-ix="fade-in-top-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, -50px);
  -ms-transform: translate(0px, -50px);
  transform: translate(0px, -50px);
}

html.w-mod-js *[data-ix="fade-in-bottom-scroll-in"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="bounce-in-scroll-in"] {
  opacity: 0;
  -webkit-transform: scale(0.6000000000000006, 0.6000000000000006);
  -ms-transform: scale(0.6000000000000006, 0.6000000000000006);
  transform: scale(0.6000000000000006, 0.6000000000000006);
}

html.w-mod-js *[data-ix="scale-on-scroll"] {
  opacity: 0;
  -webkit-transform: scale(0.01, 0.01);
  -ms-transform: scale(0.01, 0.01);
  transform: scale(0.01, 0.01);
}

html.w-mod-js *[data-ix="init-transparent"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="mouse-hidden"] {
  opacity: 0;
  -webkit-transform: translate(0px, 50px);
  -ms-transform: translate(0px, 50px);
  transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="nm0100"] {
  opacity: 0;
  -webkit-transform: translate(50px, -100px) scale(1, 1);
  -ms-transform: translate(50px, -100px) scale(1, 1);
  transform: translate(50px, -100px) scale(1, 1);
}

html.w-mod-js *[data-ix="nm0102"] {
  opacity: 0;
  -webkit-transform: translate(50px, -100px) scale(0.3000000000000002, 0.3000000000000002) rotateX(180deg) rotateY(180deg) rotateZ(90deg);
  transform: translate(50px, -100px) scale(0.3000000000000002, 0.3000000000000002) rotateX(180deg) rotateY(180deg) rotateZ(90deg);
}

html.w-mod-js *[data-ix="nm0103"] {
  opacity: 0;
  -webkit-transform: translate(-48px, 100px) scale(0.4, 0.4);
  -ms-transform: translate(-48px, 100px) scale(0.4, 0.4);
  transform: translate(-48px, 100px) scale(0.4, 0.4);
}

html.w-mod-js *[data-ix="nm0200"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px) scale(1.5, 1.5);
  -ms-transform: translate(-100px, 0px) scale(1.5, 1.5);
  transform: translate(-100px, 0px) scale(1.5, 1.5);
}

html.w-mod-js *[data-ix="nm0300"] {
  opacity: 0;
  -webkit-transform: translate(50%, -200px) scale(0.3000000000000002, 0.3000000000000002);
  -ms-transform: translate(50%, -200px) scale(0.3000000000000002, 0.3000000000000002);
  transform: translate(50%, -200px) scale(0.3000000000000002, 0.3000000000000002);
}

html.w-mod-js *[data-ix="nm0302"] {
  opacity: 0;
  -webkit-transform: translate(-46px, 100px) scale(0.5, 0.5) rotateX(180deg) rotateY(0deg) rotateZ(170deg);
  transform: translate(-46px, 100px) scale(0.5, 0.5) rotateX(180deg) rotateY(0deg) rotateZ(170deg);
}

html.w-mod-js *[data-ix="nm0400"] {
  opacity: 0;
  -webkit-transform: translate(-70px, -100px) scale(1.5, 1.5);
  -ms-transform: translate(-70px, -100px) scale(1.5, 1.5);
  transform: translate(-70px, -100px) scale(1.5, 1.5);
}

html.w-mod-js *[data-ix="nm0402"] {
  opacity: 0;
  -webkit-transform: translate(50px, -100px) scale(0.7000000000000004, 0.7000000000000004);
  -ms-transform: translate(50px, -100px) scale(0.7000000000000004, 0.7000000000000004);
  transform: translate(50px, -100px) scale(0.7000000000000004, 0.7000000000000004);
}

html.w-mod-js *[data-ix="nm0500"] {
  opacity: 0;
  -webkit-transform: translate(-100px, -60px);
  -ms-transform: translate(-100px, -60px);
  transform: translate(-100px, -60px);
}

html.w-mod-js *[data-ix="img-product-up"] {
  -webkit-transform: translate(0px, 15px);
  -ms-transform: translate(0px, 15px);
  transform: translate(0px, 15px);
}

html.w-mod-js *[data-ix="fade-in-on-load"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="gallery"] {
  opacity: 0;
  -webkit-transform: translate(0px, 80px);
  -ms-transform: translate(0px, 80px);
  transform: translate(0px, 80px);
}

html.w-mod-js *[data-ix="block-initial"] {
  opacity: 0;
  -webkit-transform: translate(-80px, 0px);
  -ms-transform: translate(-80px, 0px);
  transform: translate(-80px, 0px);
}

@media (max-width: 991px) {
  .menu-li.green {
    display: block;
    width: 90vw;
    margin-right: auto;
    margin-bottom: 14px;
    margin-left: auto;
    color: #fff;
  }
  .menu-li.lng {
    display: block;
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
    float: none;
    color: #fff;
  }
  .menu-li.lng.w--current {
    color: #fff;
  }
  .desktop-navbar.white {
    display: none;
  }
  .desktop-nav-menu {
    background-color: rgba(139, 94, 60, .9);
  }
  .form-wrapper.squeezed {
    padding-right: 10%;
    padding-left: 10%;
  }
  .sec-main-window {
    background-image: url('../images/background2.jpg'), -webkit-radial-gradient(circle farthest-corner at 50% 50%, #f45a1e, #b97b37);
    background-image: url('../images/background2.jpg'), radial-gradient(circle farthest-corner at 50% 50%, #f45a1e, #b97b37);
    background-size: 1024px, auto;
  }
  .mh-wrap {
    display: none;
  }
  .main-wrap {
    padding-top: 10%;
  }
  .title-product {
    font-size: 1.75em;
  }
  .btn-details {
    margin-bottom: 30px;
  }
  .slider-text {
    width: 100%;
    padding-right: 0px;
  }
  .par-h1.brown {
    line-height: 1em;
  }
  .par-h1.brown.in {
    line-height: 32px;
  }
  .inone-wrap {
    width: 95%;
    height: 95%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .icon {
    width: 30px;
    margin-top: 8px;
    margin-bottom: 6px;
  }
  .icon.index {
    width: 46px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .inone-circle {
    width: 100%;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .inone-circle.index {
    position: relative;
    top: -63px;
    width: 274px;
    height: 274px;
  }
  .heading {
    margin-bottom: 3px;
    font-size: 0.8em;
    line-height: 1.4em;
  }
  .heading.big {
    font-size: 4vw;
  }
  .heading.index {
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .heading-2 {
    font-size: 1.8em;
    line-height: 28px;
  }
  .heading-2.index {
    font-size: 2.125em;
    line-height: 35px;
  }
  .column-left.quality {
    min-height: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-left.product {
    min-height: 200px;
  }
  .column-left.technology {
    min-height: 200px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .up-desktop {
    display: none;
  }
  .col-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-container.production {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .col-info-text-wrap {
    padding: 0px;
  }
  .col-info-icon {
    display: block;
    margin-right: 20px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .color.quality {
    padding-right: 4%;
    padding-left: 4%;
  }
  .color.product {
    padding-right: 4%;
    padding-left: 4%;
  }
  .color.technology {
    padding-right: 4%;
    padding-left: 4%;
  }
  .color.contact {
    background-image: -webkit-linear-gradient(270deg, rgba(71, 123, 0, .6), rgba(71, 123, 0, .6)), url('../images/nut_apple.png');
    background-image: linear-gradient(180deg, rgba(71, 123, 0, .6), rgba(71, 123, 0, .6)), url('../images/nut_apple.png');
    background-position: 0px 0px, 92% 38%;
    background-size: auto, 300px;
    background-repeat: repeat, no-repeat;
  }
  .info-pro-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info-img1 {
    float: left;
  }
  .info-img2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .info-img3 {
    float: left;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .info-img4 {
    margin-right: auto;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .map-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
  }
  .map-info-small-wrap {
    position: relative;
    right: 205px;
    bottom: -64px;
  }
  .arrow {
    right: 295px;
    bottom: 255px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
    transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  }
  .nut-map._04 {
    left: 91px;
    top: 81px;
  }
  .nut-map._03._02 {
    left: -48px;
    top: 186px;
  }
  .nut-map._02 {
    display: none;
  }
  .nut-map._01 {
    right: 411px;
  }
  .desktop-footer-navbar {
    display: none;
  }
  .column-1 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .circle-wrap {
    min-width: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cashew {
    background-size: 100px, auto 90%;
  }
  ._2col {
    padding-right: 30px;
  }
  .phone {
    height: 30px;
  }
  .title-sort {
    font-size: 1.3em;
  }
  .product-wrap.left {
    margin-left: 35%;
  }
  .product-wrap.right {
    margin-right: 35%;
  }
  .about-product-logo {
    display: block;
  }
  .title-img-wrap {
    left: 50px;
  }
  .number.heading {
    width: 5vw;
    height: 5vw;
    font-size: 2.3vw;
  }
  .grid {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
  }
  .mobile-navbar {
    z-index: 2000;
    display: block;
    background-color: #fff;
  }
  .logo-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    /*right: 0px;*/
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-link {
    display: block;
    margin-top: 16px;
    margin-right: auto;
    margin-left: auto;
  }
  #mobile-menu{
    height: 90px;
  }
  .mobile-menu-btn {
    background-color: #fff;
    color: #8b5e3c;
  }
  .mobile-menu-btn.w--open {
    background-color: #fff;
    color: #497c01;
  }
  .mobile-nav-menu {
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 50px;
    padding-bottom: 18px;
    background-color: rgba(139, 94, 60, .8);
  }
  .fruit {
    display: block;
    background-position: 27% 50%;
    background-size: 120%;
  }
  .up-mobile {
    display: block;
    background-color: #139c43;
  }
  .circle-white {
    width: 200px;
    height: 200px;
    padding: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-color: #fff;
  }
  .slider {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .slide-wrap {
    width: 100%;
  }
  .menuli-lng-part1 {
    font-style: normal;
  }
  .menuli-lng-part2 {
    font-style: normal;
  }
  .italic-text {
    font-style: normal;
  }
}

@media (max-width: 767px) {
  .menu-li {
    display: block;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .menu-li.green {
    display: block;
    color: #fff;
  }
  .menu-li.lng {
    display: block;
  }
  .desktop-navbar.white {
    display: none;
  }
  .desktop-nav-menu {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
    padding-top: 40px;
    background-color: rgba(70, 46, 28, .8);
  }
  .sec-award {
    padding-right: 20px;
    padding-left: 20px;
  }
  .form-wrapper.squeezed {
    padding-right: 0px;
    padding-left: 0px;
  }
  .sec-main-window {
    min-height: 100vh;
    background-size: auto 100%, auto;
  }
  .mh-wrap {
    position: fixed;
    padding-top: 0px;
  }
  .main-wrap {
    padding-top: 10%;
  }
  .title-img {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
  .title-product {
    font-size: 4vw;
  }
  .title-nut {
    margin-bottom: 25px;
    font-size: 6vw;
    line-height: 4vw;
  }
  .title-cashew {
    margin-bottom: 23px;
    font-size: 12.5vw;
  }
  .mouse {
    display: none;
  }
  .plate-cashew {
    background-position: 50% 100%;
    background-size: contain;
  }
  .green-line {
    max-width: 100%;
  }
  .slider-text {
    width: 100%;
    margin-bottom: 18px;
    padding-right: 0px;
  }
  .par-h1.brown {
    text-align: center;
  }
  .par-h1.brown.left {
    text-align: left;
  }
  .par-text {
    margin-bottom: 22px;
  }
  .par-text.center {
    text-align: center;
  }
  .inone-wrap {
    width: 254px;
    height: 254px;
  }
  .icon {
    width: 46px;
    margin-top: 18px;
    margin-bottom: 10px;
  }
  .inone-circle {
    top: 0px;
    width: 274px;
    height: 274px;
    margin-bottom: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading {
    margin-bottom: 0px;
    font-size: 1em;
    line-height: 1.5em;
  }
  .heading.big {
    color: #795548;
  }
  .heading-2 {
    font-size: 2.125em;
    line-height: 35px;
  }
  .text-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-left.quality {
    min-height: 200px;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .column-left.product {
    min-height: 200px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-left.technology {
    min-height: 200px;
  }
  .up-desktop {
    right: 14px;
    display: none;
  }
  .award-row {
    display: block;
  }
  .col-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }
  .container.about {
    background-image: -webkit-linear-gradient(270deg, rgba(58, 27, 16, .3), rgba(58, 27, 16, .3)), url('../images/img_about_h.jpg');
    background-image: linear-gradient(180deg, rgba(58, 27, 16, .3), rgba(58, 27, 16, .3)), url('../images/img_about_h.jpg');
    background-position: 0px 0px, 50% 0px;
    background-size: auto, auto;
  }
  .header-h2 {
    font-size: 1.25em;
  }
  .info-p.white {
    margin-bottom: 0px;
  }
  .col-info-text-wrap {
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .col-info-icon {
    padding-top: 8px;
    padding-left: 0px;
  }
  .column-right.product {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .color.contact {
    background-image: -webkit-linear-gradient(270deg, rgba(71, 123, 0, .6), rgba(71, 123, 0, .6)), url('../images/nut_apple.png');
    background-image: linear-gradient(180deg, rgba(71, 123, 0, .6), rgba(71, 123, 0, .6)), url('../images/nut_apple.png');
    background-position: 0px 0px, 92% 38%;
    background-size: auto, 300px;
    background-repeat: repeat, no-repeat;
  }
  .icon-wrap {
    margin-right: 20px;
  }
  .info-pro-img-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .info-img2 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .info-img3 {
    margin-bottom: -20px;
  }
  .map-wrap {
    background-image: url('../images/map.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
  }
  .map-info-small-wrap {
    top: -31px;
    right: auto;
    bottom: 0px;
  }
  .arrow {
    left: 93px;
    top: 307px;
    right: 93px;
    bottom: 307px;
    display: none;
    -webkit-transform: rotate(77deg);
    -ms-transform: rotate(77deg);
    transform: rotate(77deg);
  }
  .nut-map._04 {
    top: 22px;
  }
  .nut-map._03 {
    display: none;
  }
  .nut-map._03._02 {
    left: -76px;
  }
  .nut-map._01 {
    top: 140px;
    right: 431px;
  }
  .circle-wrap {
    margin-top: 0px;
    padding-bottom: 30px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .cashew {
    margin-top: -26px;
  }
  .pagination {
    padding-right: 4%;
    padding-left: 25px;
  }
  .c-phone {
    margin-bottom: 30px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }
  .form {
    display: block;
  }
  .col-one {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .col-two {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  ._2col {
    padding-bottom: 20px;
  }
  .title-sort {
    font-size: 3vw;
  }
  .col-product {
    margin-bottom: 50px;
  }
  .product-wrap.left {
    margin-left: auto;
  }
  .product-wrap.right {
    margin-right: auto;
  }
  .about-product-logo {
    display: block;
    margin-right: auto;
    margin-left: auto;
    background-size: contain;
  }
  .title-img-wrap {
    left: 132px;
    min-width: 550px;
  }
  .title-image {
    display: inline-block;
  }
  .menu-button {
    z-index: 2001;
    float: right;
    color: #8b5e3c;
  }
  .menu-button.w--open {
    background-color: transparent;
    color: #497c01;
  }
  .number.heading {
    border-color: #795548;
    color: #795548;
  }
  .sticky-wrap {
    margin-bottom: 20px;
  }
  .wrap-image.gallery {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .image-big {
    margin-bottom: 40px;
  }
  .lightbox-link {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sec-form {
    padding-top: 10%;
  }
  .col-1 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .mobile-navbar {
    z-index: 2000;
    background-color: #fff;
  }
  .logo-wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    /*right: 0px;*/
    display: block;
    width: 50vw;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-link {
    display: block;
    margin-right: auto;
    margin-left: auto;
  }
  .logo-link.w--current {
    margin-top: 16px;
  }
  .mobile-menu-btn {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #8b5e3c;
  }
  .mobile-menu-btn.w--open {
    color: #497c01;
  }
  .mobile-nav-menu {
    display: block;
    background-color: rgba(139, 94, 60, .8);
    color: #fff;
  }
  .col-left {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-right {
    display: block;
  }
  .fruit {
    min-height: 220px;
    margin-bottom: 20px;
    background-image: url('../images/cashewfruit.jpg');
    background-position: 50% 50%;
    background-size: auto;
    background-repeat: no-repeat;
  }
  .up-mobile {
    right: 14px;
    display: block;
  }
  .circle-white {
    display: block;
    width: auto;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .slider {
    width: 100%;
  }
  .map-info-wrap {
    top: 50px;
  }
  .map-info-small {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
}

@media (max-width: 479px) {
  .title-cashew {
    margin-bottom: 15px;
  }
  .par-h1.white {
    font-size: 1.3em;
    line-height: 1.3em;
  }
  .par-h1.brown {
    font-size: 1.3em;
  }
  .par-h1.brown.in {
    margin-top: 30px;
    font-size: 1.3em;
  }
  .inone-wrap {
    width: 95%;
    height: 95%;
  }
  .icon {
    width: 30px;
    margin-top: 10px;
    margin-bottom: 8px;
  }
  .inone-circle {
    width: 100%;
    height: 100%;
  }
  .heading {
    margin-bottom: 6px;
    font-size: 0.8em;
    line-height: 1.4em;
  }
  .heading.big {
    font-size: 4vw;
  }
  .heading-2 {
    font-size: 1.8em;
    line-height: 28px;
  }
  .col-icon-wrap {
    background-position: 50% 50%;
  }
  .up-desktop {
    display: none;
  }
  .map-backgnd {
    background-image: -webkit-linear-gradient(270deg, #fac7ae, #fac7ae 0%, #fff 50%, #fac7ae);
    background-image: linear-gradient(180deg, #fac7ae, #fac7ae 0%, #fff 50%, #fac7ae);
  }
  .container.product {
    min-height: 315px;
    padding-right: 4%;
    padding-left: 4%;
  }
  .container.about {
    min-height: 315px;
    padding-right: 4%;
    padding-left: 4%;
    background-image: -webkit-linear-gradient(270deg, rgba(58, 27, 16, .3), rgba(58, 27, 16, .3)), url('../images/img_about_h.jpg');
    background-image: linear-gradient(180deg, rgba(58, 27, 16, .3), rgba(58, 27, 16, .3)), url('../images/img_about_h.jpg');
    background-position: 0px 0px, 100% 0px;
  }
  .header-h {
    font-size: 1.5em;
  }
  .icon-h {
    display: none;
    height: 30px;
    font-size: 6vw;
  }
  .header-h2 {
    font-size: 1em;
  }
  .header-title {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .col-info-icon {
    display: none;
  }
  .color.contact {
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
  }
  .icon-wrap {
    display: none;
  }
  .info-pro-img-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .info-img1 {
    display: block;
    margin-bottom: -70px;
  }
  .sec-map {
    background-image: none;
  }
  .nut-map._04 {
    display: none;
  }
  .nut-map._03 {
    display: none;
  }
  .row-info {
    padding-top: 30px;
  }
  .cashew {
    margin-top: 0px;
  }
  .c-phone {
    font-size: 7vw;
  }
  ._1col {
    display: none;
  }
  ._2col {
    padding-right: 0px;
    padding-left: 15px;
  }
  .phone {
    background-image: url('http://www.cashew.by/images/i-phone.svg');
    background-size: auto;
    background-repeat: no-repeat;
    background-attachment: scroll;
    font-size: 1em;
  }
  .email {
    font-size: 1em;
  }
  .about-product-logo {
    width: 70vw;
  }
  .title-image {
    left: -104px;
  }
  .number.heading {
    width: 8vw;
    height: 8vw;
    font-size: 4vw;
  }
  .sec-form {
    padding-top: 20%;
  }
  .mobile-navbar {
    padding-top: 0%;
  }
  .arc {
    height: 150px;
  }
  .logo-link {
    background-size: contain;
  }
  .mobile-menu-btn {
    z-index: 1000;
  }
  .fruit {
    margin-bottom: 5px;
  }
  .up-mobile {
    display: none;
  }
  .circle-white {
    width: 210px;
    height: 210px;
  }
}

@font-face {
  font-family: 'Gothaproreg';
  src: url('../fonts/GothaProReg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothaprobol';
  src: url('../fonts/GothaProBol.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothaprobla';
  src: url('../fonts/GothaProBla.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gothaprolig';
  src: url('../fonts/GothaProLig.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
#desktop-menu .logo-wrap>a{
  margin-top:-10px;
}