html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-x: hidden;
}

body {
  overflow: hidden;
  font-family: arial;
  color: #787973;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 16px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  
 
  
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

a {
  color: #000000;
  text-decoration: none;
}

.title {
  color: #000000;
  font-style: normal;
  font-weight: bold;
  font-size: 44px;
  line-height: 28px;
  text-align: center;
}

.line {
  background: #FFFFFF;
  width: 151px;
  height: 4px;
  margin: 10px 0;
}

.sec-text {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
}

h2 {
  margin: 0;
}

.padding-block-line {
  position: relative;
  margin-top: 110px !important;
}

.padding-block-line::before {
  content: "";
  position: absolute;
  width: 100%;
  border: white;
  left: 0;
  right: 0;
}

.about__tittop {
  margin-top: 20px;
}

.padding-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 5px 0 5px 0;
  width: 100%;
  font-weight: normal;
  margin-top: 100px;
}

.padding-block-nonetop {
  margin-top: 0px;
}

.padding-block h3 {
  margin-bottom: 0;
  text-align: center;
  line-height: 43px;
}
.about__title, .foodall__title, .ingoodsall__title {
  text-align: center;
  line-height: 43px;
  display: none;
}
.pages-line {
  width: 151px;
  height: 4px;
  background: #FFFFFF;
  margin-top: 12px;
}

.pages-title {
  font-weight: bold;
  font-size: 48px;
  line-height: 56px;
  color: #FFFFFF;
}

.pages-main {
  position: relative;
  background-image: url(/../img/#);
  background-size: cover;
  background-position: 0 95%;
  background-repeat: no-repeat;
}

.pages-main__descr {
  font-weight: bold;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  padding-top: 20px;
}

.pages-main:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
  background: rgba(39, 39, 39, 0.4);
}

.pages-content--padding {
  padding: 32px 0;
}

.pages--center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.pages--padding {
  padding: 143px 0 106px 0;
}

.pages-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 50px;
}

.pages-links__item {
  margin-right: 15px;
  width: 276px;
  padding: 14px 0;
  border: 1px solid transparent;
  cursor: pointer;
  background: transparent;
}

.pages-links__item:first-child {
  border: 1px solid black;
}

.pages-links__item:last-child {
  margin-right: 0;
}

.pages-links__item:hover {
  border: 1px solid black;
}

.p-relative {
  position: relative;
  margin-top: 12px;
}

.header {
  /*background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(transparent));
  background-image: linear-gradient(white 40%, transparent);*/
  background-image: url(../../img/headerimg.jpg);
  background-size: cover ;
  position: fixed;
  margin-top: -10px;
  -webkit-transform: translate(-50%, 10px);
          transform: translate(-50%, 10px);
  left: 50%;
  top: 0;
  width: 100%;
  z-index: 99;
  padding-bottom: 10px;
  

/*
masking the image
 -webkit-mask-image: linear-gradient(black, transparent);
  mask-image: linear-gradient(black, transparent);
  */
 
}

.nav {
  padding: 25px 0px 20px 0px;
}

.nav__ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style-type: none;
  padding: 0;
  display: flex;
}

.nav__item {
  padding-right: 27px;
}

.nav__item:last-child {
  padding-right: 0;
}

.nav__link {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(green), to(#07b903));
  background-image: linear-gradient(gold, #181985); /* line color */
  background-position: 0% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size .3s;
  transition: background-size .3s;
  padding-bottom: 10px;
  width: 100%;
  height: 100%;
  font-size: 17px;
  color: #fff;  /* Header text color*/
  display: inline-block;
  margin-top: 0px;

}
.nav__item--pa img {
    width: 45px;   /*flag size */
    margin-top: -10px;
    margin-right: 0px;
}
.nav__link:hover {
  background-size: 100% 2px;
  cursor: pointer;
 /* background-color: green;  navigation menu color */
}
.logo-img {
  width: 150px;
  padding: 0px;
  margin-top: -10px;
  

  
}

.tel-block {
  padding-top: 10px;
}

.nav-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tel-block__item {
  margin-bottom: 5px;
}

.navBurger {
  position: fixed;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background: #eee;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: content-box;
  width: 30px;
  height: 24px;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

.navBurger:before, .navBurger:after {
  content: "";
  position: fixed;
  background: #eee;
  height: 2px;
  width: 100%;
  right: 0;
  will-change: rotate;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.navBurger:before {
  top: -10px;
}

.navBurger:after {
  bottom: -10px;
  width: 100%;
}

.navBurger.active {
  background: transparent;
  background-clip: content-box;
}

.navBurger.active:before {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  top: 0;
  background: #eee;
  width: 110%;
}

.navBurger.active:after {
  bottom: 0;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  background: #eee;
  width: 110%;
}

.navBurger {
  display: none;
}

.overlay {
  position: fixed;
  background: #06155F;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  display: none;


}

.overlay.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.overlay.open li {
  display: block;
  -webkit-animation: fadeInRight 0.2s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
          animation: fadeInRight 0.2s cubic-bezier(0.42, 0.83, 0.7, 1.5) forwards;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}

.overlay.open li:nth-of-type(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.overlay.open li:nth-of-type(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}

.overlay.open li:nth-of-type(4) {
  -webkit-animation-delay: 0.7s;
          animation-delay: 0.7s;
}

.overlay.open li:nth-of-type(5) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}

.overlayMenu {
  position: absolute;
  text-align: right;
  right: 10vw;
  top: 75px;
  
}

.overlayMenu ul {
  list-style: none;
  padding: 0;
  position: relative;
  height: 100%;
}

.overlayMenu ul li {
  display: block;
  position: relative;
  opacity: 0;
  width: 100%;
}

.overlayMenu ul li a {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  padding: 10px 40px 10px 40px;
  margin: 10px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  
}
.overlayMenu ul li p {
  display: inline-block;
  border: 1px solid rgba(255, 255, 255, 0.09);
  color: #fff;
  text-decoration: none;
  font-size: 27px;
  padding: 10px 40px 10px 40px;
  margin: 5px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
  
}
.product-f, .good-f, .serv-f, .product-productstwo {
    display:none;
    flex-direction: column;
    text-align: center;
    color: #FFFFFF;
    font-size: 18px;
    margin: 10px 0;
    list-style: none;

}
.product-nav_img {
    position: absolute;
    top: 34%;
    right: 10px;
}

.product-f li, .good-f li, .serv-f li, .product-productstwo li {
    margin-bottom: 10px;
    cursor: pointer;
}
.product-f li:last-child, .good-f li:last-child, .serv-f li:last-child, .product-productstwo li:last-child {
    margin-bottom: 0;
}
.product-products, .product-exchange, .product-food {
    display: none;
    flex-direction: column;
}
.product-f--ml {
    margin-left: 20px;
}
.product-f--ml-b, .product-f--ml-c, .product-f--ml-g, .product-f--ml-t {
    margin-left: 140px;
    list-style: none;
}
.product-f--ml-d {
    margin-left: 210px;
}
.nav-sub-pa, .nav-sub-pat, .nav-sub-patwo {
    color: #fff;
    font-size: 18px;
    border:none;
    text-align: center;
}
.overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  padding-left: 80px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}
.overlayMenu ul li p:hover, .overlayMenu ul li p:active, .overlayMenu ul li p:focus {
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
  padding-left: 80px;
  outline: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.03);
}
.locked {
  overflow: hidden;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50px;
  }
  100% {
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}

.industri {
  background-image: url(../../img/industrial-main.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  text-transform: uppercase;
  position: relative;
  height: 100vh;
  margin-top: -15px;
}

.industri--padding {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rest {
  background-image: url(../../img/first-bg.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  text-transform: uppercase;
  position: relative;
  height: 100vh;
}

.rest--padding {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rest__container {
  height: 100%;
}

.rest-text {
  font-size: 50px;
  font-weight: bold;
  color: #fff;
  line-height: 45px;
  text-align: center;
  /*text-shadow: 2px 2px 5px gold;*/
}

.rest-text--small {
  font-size: 30px;
  font-weight: normal;
  /*text-shadow: 2px 2px 5px gold; */
  
}

.footer {
  background: #4F3838;
  padding: 53px 0;
}

.footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer-nav__item {
  font-weight: bold;
  font-size: 13px;
}

.footer-nav__link {
  color: #fff;
  display: inline-block;
  padding: 10px;
}

.footer-nav__link:hover {
  background: #2E0000;
}

.copyright {
  padding-top: 70px;
}

.copyright__text {
  color: #fff;
}

.foodall {
  background-image: url(../../img/about.jpeg);
  position: relative;
  padding: 45px 0;
  background-size: cover;
}

.foodall:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 95, 0.65)), to(rgba(6, 21, 95, 0.65)));
  background: linear-gradient(to right, rgba(6, 21, 95, 0.65) 0%, rgba(6, 21, 95, 0.65) 100%);
}

.foodall__container {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.foodall-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
}

.foodall-block__item {
  width: 366px;
  margin-top: 100px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.foodall-block__item:last-child {
  margin-right: 0;
}

.foodall-block__img, .ingoodsall-block__img {
  width: 366px;
  height: 250px;
}

.foodall-block__img, .ingoodsall-block__img  {
  min-height: 230px;
}

.foodall-block-text-block {
  padding: 25px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.foodall-block__title {
  font-size: 24px;
}

.ingoodsall {
  background-image: url(../../img/#);
  position: relative;
  padding: 45px 0;
  background-size: cover;
}

.ingoodsall::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background-color: white;
  opacity: 0.8;
    content: "";
    background-size: 100%;
    
   background-image: url(../../img/about_us_main.jpg);
  
  
 /*
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 95, 0.65)), to(rgba(6, 21, 95, 0.65)));
  background: linear-gradient(to right, rgba(6, 21, 95, 0.65) 0%, rgba(6, 21, 95, 0.65) 100%);
  */
 
 

}

.ingoodsall__container {
  width: 75%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.ingoodsall-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
}

.ingoodsall-block__item {
  width: 366px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ingoodsall-block__item:last-child {
  margin-right: 0;
}

.ingoodsall-block-text-block {
  padding: 15px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.ingoodsall-block__title {
  font-size: 24px;
  line-height: 24px;
}

.about {
  background-image: url(../../img/about.jpeg);
  position: relative;
  padding: 45px 0;
  background-size: cover;
}

.about__title {
  color:#000000;
  font-size: 25px;
  border-bottom:1px solid black;
  margin-top: 2px;
border-color: #BC871D;
 
  
}

.about-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: transparent;
}

.about-block__line {
  display: block;
  width: 50px;
  content: '';
  height: 2px;
  margin: 25px auto;
  border-bottom: 2px solid darkgreen;
}

.about-block__item {
  background-color: rgba(255, 255, 255, 0.8);
  width: 366px;
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          height: 730px;
overflow-y: scroll;
}

.about-block__item:last-child {
  margin-right: 0;
}

.about-block-text-block {
  padding: 25px 10px 10px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.about-block-text-block li {
  text-align: left;
  font-size: 15px;
  line-height: normal;
}

.about-block__sec-text {
  color: #1f2226;
  font-size: 14px;
  line-height: 24px;
  text-align: left;
}

.about-block__title {
  font-size: 24px;
}

.about-block__img {
  width: 100%;
  height: auto;
}

.about__container {
  width: 100%;
  padding: 0 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 9;
}

.about:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 95, 0.65)), to(rgba(6, 21, 95, 0.65)));
  background: linear-gradient(to right, rgba(6, 21, 95, 0.65) 0%, rgba(6, 21, 95, 0.65) 100%);
}

.time {
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: darkgreen;
}

.time-block {
  padding: 40px 0 0 0;
  font-size: 44px;
}

.time-counts {
  padding-bottom: 20px;
}

.time-zone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding-top: 20px;
}

.time__item {
  margin-right: 30px;
}

.time__item:last-child {
  margin-right: 0;
}

.time__line {
  border-top: 2px solid green;
  width: 100%;
}

.time-count {
  font-size: 30px;
}

.no-padding {
  padding: 0;
}

.products {
  padding: 120px 0 60px 0;
  background-image: url(../../img/products.jpeg);
  position: relative;
  background-position: center;
  padding: 45px 0;
  background-size: cover;
}

.products__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 60px;
  background-color: rgba(255, 255, 255, 0.8);
}

.products__item:last-child {
  margin-bottom: 0;
}

.products__item--reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  text-align: RIGHT;
}

.products__item--reverce .products-descr {
  margin-left: 0;
  margin-right: 30px;
}

.products__item--reverce .products-descr__ul {
  padding-left: 0;
  padding-right: 0;
}
.style-type-none {
    list-style-type: none;
}
.products__item--reverce .products-descr__li {
  margin-right: 0;
}

.products__container {
  z-index: 9;
}

.products__img {
  width: 100%;
}

.products__title {
  margin-bottom: 60px;
}

.products:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 95, 0.65)), to(rgba(6, 21, 95, 0.65)));
  background: linear-gradient(to right, rgba(6, 21, 95, 0.65) 0%, rgba(6, 21, 95, 0.65) 100%);
}

.products-descr {
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.products-descr__title {
  font-size: 27px;
  line-height: normal;
  text-transform: uppercase;
  color: darkgreen;
  font-weight: bold;
  text-align: center;
}

.products-descr__ul {
  padding-left: 0;
}
.about-block__img  {
    min-height: 230px
}
.products-descr__li {
  list-style-type: none;
  margin-bottom: 10px;
  font-size: 14px;
  margin-right: 10px;
}

.products-descr__text-bold {
  margin-top: 25px;
  font-weight: bold;
  font-size: 16px;
  width: 100%;
}

.products-descr--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.products-descr__block-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  width: 100%;
}

.products-descr__ul--dn {
  display: none;
  margin-top: 10px;
}

.product-title__open {
  cursor: pointer;
  white-space: nowrap;
  text-align: center;
}

.open-s {
  display: block;
}

.arrow-img {
  height: 20px;
  margin-top: -3px;
  margin-left: 0px;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.img-rotate {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.line--height {
  margin: 10px auto;
}
.contacts-end-block {
      display: flex;
    flex-direction: column;
    align-self: flex-end;
    justify-self: flex-end;
    justify-content: flex-end;
    height: 100%;
    font-size: 18px;
    line-height: normal;
    margin-top: -152px;
    /* width: 100%; */
    padding-right: 20px;
}
.contacts-end-block a{
    color: #fff;
}
.delivery {
  background-image: url(../../img/delivery.jpeg);
  position: relative;
  background-size: cover;
  padding: 45px 0;
}

.delivery__title {
  color: #f1f8ff;
  font-size: 44px;
}

.delivery-block {
  z-index: 9;
  text-align: center;
  line-height: normal;
}

.delivery:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 95, 0.35)), to(rgba(6, 21, 95, 0.35)));
  background: linear-gradient(to right, rgba(6, 21, 95, 0.35) 0%, rgba(6, 21, 95, 0.35) 100%);
}

.cme {
  background-image: url(../../img/cme.jpeg);
  position: relative;
  padding: 45px 0;
  background-size: cover;
}

.cme__title {
  color: darkgreen;
  font-size: 44px;
}

.cme-block {
  z-index: 9;
  text-align: center;
  line-height: normal;
  padding-right: 0;
  padding-left: 0;
}

.cme:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(29, 94, 27, 0.65)), to(rgba(29, 94, 27, 0.65)));
  background: linear-gradient(to right, rgba(29, 94, 27, 0.65) 0%, rgba(29, 94, 27, 0.65) 100%);
}

.legal-privacy {
  background-image: url(../../img/privacy.jpeg);
  position: relative;
  background-size: cover;
  padding: 45px 0;
}

.legal-privacy__title {
  color: #f1f8ff;
  font-size: 44px;
}

.legal-privacy-block {
  z-index: 9;
  text-align: center;
  line-height: normal;
}

.legal-privacy:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 95, 0.65)), to(rgba(6, 21, 95, 0.65)));
  background: linear-gradient(to right, rgba(6, 21, 95, 0.65) 0%, rgba(6, 21, 95, 0.65) 100%);
}

.contacts {
  background-image: url(../../img/contacts.jpeg);
  position: relative;
  color: #fff;
  padding: 45px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.contacts:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(rgba(6, 21, 95, 0.65)), to(rgba(6, 21, 95, 0.65)));
  background: linear-gradient(to right, rgba(6, 21, 95, 0.65) 0%, rgba(6, 21, 95, 0.65) 100%);
}

.contacts__title {
  font-size: 30px;
}

.contacts__item {
  z-index: 9;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.contacts__item:last-child .contacts-header-block {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.contacts-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contacts-descr__text {
  margin-bottom: 20px;
  font-size: 20px;
}

.contacts-descr__text:last-child {
  margin-bottom: 0;
}

.contacts-f-b {
  border-right: 4px solid #fff;
}

.contacts-header-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.oclock-img {
  width: 100px;
  margin-right: 30px;
}

.contact-form {
  width: 100%;
  margin-top: 40px;
  margin-left: 40px;
}
.d-flex {
    display: flex;
}
.contact-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
.contact-form__item:last-child {
    justify-content: flex-end;
}
.contact-form #message {
  max-height: 300px;
}

.contact-form__label {
  font-size: 20px;
}

.contact-form__input {
  padding: 10px;
  width: 300px;
}

.contact-form__file {
  background: green;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 20px;
}

.contact-form__file:hover {
  background: #00a100;
}

.contact-form__send {
  background: blue;
  padding: 10px 30px;
  cursor: pointer;
  border-radius: 3px;
  margin-top: 20px;
  font-size: 16px;
  border: none;
  color: #fff;
}

.contact-form__send:hover {
  background: #112AA9;
}

.footer {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: darkgreen;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
}
.food {
      background-image: url('/img/shutterstock_567946096.jpg');
      background-size: cover;
  }
  
  .oil {
    background-image: url(../../img/flour-bg.jpeg);
    background-size: cover;
}
.pasta {
    background-image: url(../../img/pasta-bg.jpeg);
    background-size: cover;
}
.charity {
    background-image: url(../../img/charity-bg.jpeg);
    background-size: cover;
}
.about-block__item--width {
    width: 748px;
}
.section-fit-content {
    height: fit-content;
    width: 346px;
}
.kademar-bag {
  width: 120px;
  height: 120px;
  cursor: pointer;
  margin-top: -20px;
  align-self: flex-end;
}
.kademar-icon-plus {
  width: 15px;
  height: auto;
  cursor: pointer;
  margin-top: -56px;
  margin-bottom: 50px;
  margin-right: 52.5px;
  align-self: flex-end;
}

.kademar-bag:hover {
    height: auto;
    position: absolute;
    width: 60vh;
    left: 2%;
    top: 0;
}
.padd--all {
    padding: 0 7px;
    display: flex;
    flex-direction: column;
}
.products__img--width {
    max-height: 230px;
}
.text-bold {
    font-weight: bold;
}

.buyers {
    background-image: url(../../img/buyer.jpeg);
    background-size: cover;
}
.factories {
    background-image: url(../../img/factory-bg.jpeg);
    background-size: cover;
}
.kademar-bag--left:hover {
    left: 30%;
}
.products-descr__ul--inline li {
    flex-direction: row;
    text-align: left;
}
.kademar-icon-plus-crude {
     width: 15px;
    height: auto;
    cursor: pointer;
    margin-top: -60px;
    margin-bottom: 53px;
    margin-right: 151.5px;
    align-self: flex-end;
}
.about-block__item--bottles {
    display: flex;
    justify-content: space-between;
}
.kademar-bag-crude {
    width: 270px;
    height: auto;
    cursor: pointer;
    margin-top: -15px;
    margin-right: 5px;
    align-self: flex-end;
}
.block-link-q a {
    text-decoration: underline;
}
.link {
    color: blue;
}
.kademar-oil {
  margin-top: -15px;
}
.product__item-img {
    display: flex;
    flex-direction: column;
}
.kademar-icon-plus {
        margin-bottom: 50px;
}
.products-images {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}
.products-images img {
    height: 130px;
    width: auto;
    margin-bottom: 20px;
    transition: all 0.2s linear;
}
.products-images img:hover {
    transform: scale(2.5);
    
}
.grain-text-block {
    padding: 0;
    padding-top: 25px;
}
.products_pasta-item {
    margin-bottom: 20px;
    margin: 10px 10px;
}
.padding-text {
    padding-bottom: 10px;
}
.nav__item--pa {
    position: absolute;
    right: 0;
    margin-right: -70px;
    margin-top: -25px;
}
.nav-pa {
    position: absolute;
    margin-left: 120px;
    margin-top: 30px;
}
.nav-pagoods {
    position: absolute;
    margin-left: 185px;
    margin-top: 30px;
}
.nav-paserv {
    position: absolute;
    margin-left: 390px;
    margin-top: 30px;
}
.nav-sub-paexc {
    position: absolute;
    margin-left: 120px;
    margin-top: 30px;
}
.product-s li {
    margin-bottom: 10px;
} 
.nav-sub-pa {
    position: absolute;
    margin-left: 0px;
    margin-top: 30px;
    list-style-type: none;
}
.nav-sub-patwo {
    position: absolute;
    margin-left: 0px;
    margin-top: 30px;
    list-style-type: none;
}
.nav-sub-pat {
  position: absolute;
  margin-left: 115px;
  margin-top: 54px;
  list-style-type: none;
}
.product-title__open {
    cursor: pointer;
    white-space: nowrap;
    text-align: center;
    width: 20px;
    align-self: center;
    align-content: center;
    margin: 0 auto;
    display: flex;
    margin-top: 2px;
}
.img-rotate  {
    transform: rotate(180deg);
}
.text-a-center {
    text-align: center;
}
.products__container {
    padding-left: 0;
    padding-right: 0;
}
.delivery-block, .legal-privacy-block {
    padding-left: 0;
    padding-right: 0;
}






@media (max-width: 1200px) {
  .open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 9999;
    width: 100%;
    height: 100%;
  }
  .nav-block {
    display: none;
  }
  .navBurger {
    display: block;
    z-index: 9999;
    position: relative;
    top: 5px;
  }
  .navBurger.active {
    z-index: 99999;
  }
  .row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .pages-main {
    margin-top: 69px;
  }
  .overlayMenu ul li a {
    font-size: 23px;
  }
   .overlayMenu ul li p {
    font-size: 23px;
  }
  .menu-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 40px;
    height: 30px;
    cursor: pointer;
  }
  .menu-open__item {
    height: 4px;
    width: 100%;
    background-color: #000;
    border-radius: 5px;
  }
  .open {
    width: 100vw;
    height: 100vh;
  }
  .menu-close {
    position: absolute;
    right: 15px;
    top: 12px;
    width: 45px;
    height: 45px;
    opacity: 1;
    display: none;
    cursor: pointer;
  }
  .menu-close:before, .menu-close:after {
    position: absolute;
    left: 23px;
    content: " ";
    height: 45px;
    width: 4px;
    background-color: #000;
    color: #000;
    border-radius: 10px;
  }
  .menu-close:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .menu-close:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .d-block {
    display: block;
  }
  .d-hide {
    display: none;
  }
  .button-main__item {
    width: 276px;
  }
  .gallery__block {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .gallery__item {
    margin-right: 0;
  }
  .form__main {
    max-width: 75%;
  }
  .copyright {
    padding-top: 40px;
  }
  .location__subtitle {
    padding: 10px 0;
  }
  .p-relative {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
             
  }
  .header__menu-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .nav {
    padding: 0;
  }
  .nav__ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    
  }
  .tel-block {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
  }
  .nav__item {
    padding-right: 0;
  }
  .br-tel {
    display: none;
  }
  .nav-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 69px;
    background-color: white;
    padding: 10px 0;
  }
  .header {
    position: fixed;
    height: auto;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    padding-bottom: 0;
    
  }
  .logo-img {
    width: 100px;
  }
  .about-block, .delivery-block, .cme-block, .legal-privacy-block, .contacts-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .about::after,.food::after,.products_tel::after,.oil::after,.pasta::after, .delivery::after, .cme::after, .legal-privacy::after, .contacts::after, .foodall::after, .ingoodsall::after {
    background: #003300;
  }
  .contact-form__input {
    width: 182px;
  }
  .about-block__item {
    margin-right: 0;
  }
  .about-block__item {
    margin-bottom: 30px;
    width: 500px;
  }
  .products__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .products-descr__text-bold {
    text-align: center;
  }
  .products-descr {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .products-descr__li {
    text-align: center;
  }
  .products-descr__block-text {
    width: 300px;
    margin-bottom: 20px;
  }
  .contacts {
    line-height: normal;
  }
  .open {
    width: 310px;
    left: 0;
    height: 100vh;
  }
  .overlayMenu ul li {
    width: 100%
  }
  .overlayMenu {
    right: 0;
  }
  .active {
      display: block;
      z-index: 9999;
      position: absolute;
      top: 25px;
      left: 233px;
  }
  .overlayMenu ul li a:hover, .overlayMenu ul li a:active, .overlayMenu ul li a:focus {
      -webkit-transform: translateX(-2px);
      transform: translateX(0px);
      padding-left: 50px;
      outline: 1px solid rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.03);
  }
  .overlayMenu ul li p:hover, .overlayMenu ul li p:active, .overlayMenu ul li p :focus {
      -webkit-transform: translateX(-2px);
      transform: translateX(0px);
      padding-left: 50px;
      outline: 1px solid rgba(255, 255, 255, 0.3);
      background: rgba(255, 255, 255, 0.03);
  }
  /*NEW REQUESTS*/
  .product-f--ml {
    margin-left: 10px;
  }
  .product-nav_imgmob {
    right: 50px;
  }
  .product-f--ml-b, .product-f--ml-c, .product-f--ml-g, .product-f--ml-t {
    margin-left: 20px;
  }
  .padding-block {
    margin-top: 91px;
  }
  .foodall-block, .ingoodsall-block {
    display: block;
  }
  .foodall-block__item {
    margin-top: 30px;
  }
  .foodall-block__img, .ingoodsall-block__img {
    width: 100%;
    height: auto;
  }
  .foodall-block__img, .ingoodsall-block__img {
    min-height: auto;
}
  .foodall-block__item, .ingoodsall-block__item {
    margin-right: 0;
    width: 500px;
  }
  /*END NEW REQUESTS*/
}


@media (max-width: 992px) {
  .rest-text {
    padding-left: 30px;
  }
  .MsoNormalTable {
    width: 100%!important;
    margin-left: 0!important;
  }
  .products-descr {
    width: 100%;
  }
  .products-descr__block-text--w {
    width: 100%;
    overflow-x: scroll;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .contacts-end-block {
    display: flex;
    flex-direction: column;
    /* align-self: flex-end; */
    justify-self: center;
    justify-content: center;
    height: 100%;
    align-items: center;
    font-size: 18px;
    line-height: normal;
    margin-top: -30px;
    /* width: 100%; */
    padding-right: 20px;
  }
  .contacts-end-block b {
    font-size: 35px
  }
  .contacts {
    padding-bottom: 0
  }
  .contact-form__input {
    width: 261px;
  }
  .contacts-f-b {
    border: none;
    margin-bottom: 50px;
  }
  .contacts-header-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts__item:last-child .contacts-header-block {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contact-form {
    margin-left: 0;
  }
  .products-descr {
    margin-left: 0;
    padding: 20px;
  }
  .delivery {
    padding: 70px 0;
  }
  .cme {
    padding-top: 0;
  }
  .legal-privacy {
    padding-top: 0;
  }
  .cme-block {
    padding-top: 50px
  }
.contacts-content {
  flex-direction: column-reverse;
}
.contacts__item  {
  padding-bottom: 50px
}
.contacts-end-block {
  margin-top: 40px;
}
}

@media (max-width: 576px) {
  .foodall-block__item, .ingoodsall-block__item {
    width: 100%;
  }
  .about-block__item {
    width: 100%;
  }
  .products__img {
    width: 100%;
  }
  .time-block h2 {
    font-size: 44px;
  }
  .time-count {
    font-size: 25px;
  }
  .contact-form__label {
    font-size: 18px;
  }
  .contacts__title {
    font-size: 25px;
  }
  .oclock-img {
    width: 90px;
  }
  .contacts-descr__text {
    font-size: 18px;
  }
  .legal-privacy, .cme {
    padding-top: 0;
  }
  .rest {
    min-height: 600px;
  }
  .cme, .legal-privacy {
    padding-bottom: 0;
  }
  .delivery {
    padding: 0;
  }
  .contacts-descr--padding {
    padding-top: 20px;
  }
  .overlayMenu ul li a {
    text-align: left
  }
    .overlayMenu ul li p {
    text-align: left
  }
}
.overlayMenu {
  top: 45px;
}
.active {
  display: none
}
.overflow-bg {
    width: 100%;
    height: 100%;
    z-index: 9998;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    top: 0;
    overflow-y: auto;
}

@media (max-width: 460px) {
  .open {
    width: 260px;
    height: 100vh;
}
.products_pasta-item {
    width: 132px;
}
.products-pasta-container {
    padding: 20px 10px;
}
.nav__link {
    background-size: 0% 2px;
}
.products__img--mobile-v {
    display: none;
}
.about-block__title {
    font-size: 20px;
}
.kademar-oil, .kademar-oiltwo {
    margin-right: -15px;
}
.kademar-bag {
    width: 120px;
    height: auto;
    cursor: pointer;
    margin-top: 15px;
    margin-bottom: 0;
    /* margin-right: 50%; */
    margin: 0 auto;
    margin-top: -15px;
    /* transform: translate(-50%, 10px); */
    align-self: flex-end;
}
.about-block__item {
    height: auto;
}
.kademar-icon-plus-crude {
    width: 15px;
    height: auto;
    cursor: pointer;
    margin-top: -36px;
    margin-bottom: 30px;
    margin-right: 151.5px;
    align-self: flex-end;
}
.kademar-bag:hover {
    width: 50vh;
    left: 50%;
    transform: translate(-50%, 10px);
    height: auto;
    top: 38.3%;
    position: absolute;
}
.kademar-bag-first:hover {
    top: 6.3%;
}
.kademar-bag--left:hover {
  left: 50%;
}
.products-images img:hover {
    transform: scale(1);
}
.kademar-oil-plus {
    margin-bottom: 40px;
}
.products-images img {
    width: 100%;
    height: auto;
    max-width: 110px;
}
.kademar-icon-plus {
    margin-right: 50%;
}
.footer {
  width: 100%;
  padding: 20px;
  background-color: #fff;
  color: darkgreen;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: normal;
}
.about-block-text-block {
    padding: 20px 15px 15px 15px;
}
.about-block__img {
    min-height: auto;
}
.buyers::after, .factories::after {
    background: #003300;
}
  .overlayMenu {
    right: 20px;
  }
  .overlayMenu ul li a {
    font-size: 18px;
  }
   .overlayMenu ul li p {
    font-size: 18px;
  }.open {
    width: 280px;
    height: 100vh;
  }
  .contact-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .contact-form__label {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .contact-form__item:last-child {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
            justify-content: flex-end;
  }
  .about__container {
    padding: 0;
  }
  .about {
    padding-bottom: 0;
  }
  .products-descr__block-text {
    width: 100%;
  }
  .contacts-end-block b {
    font-size: 25px
  }
  .contacts-end-block {
    padding-bottom: 40px
  }

.rest {
    background-position: center top;
}
.rest-text--small {
 font-size: 35px;   
}
.padd--all {
    padding: 0;
    text-align: left;
}

.rest-text {
    padding-top: 5px;
    line-height: 47px;
}

  .header__menu-block {
    flex-direction: row-reverse;
  }
  .navBurger {
    top: 0;
        left: 5px;
  }
  .about {
  background-image: url(../../img/ebout.jpeg);
  position: relative;
  padding: 30px 0;
  padding-bottom: 0;
  background-size: cover;
}
.products {
    padding: 30px 0;
    padding-bottom: 0;
}
.delivery-block, .legal-privacy-block {
    padding-top: 30px;
}
.contacts__item {
    padding-bottom: 0;
}
.contacts-end-block {
    padding-bottom: 0;
}
.contacts {
    padding: 30px 0;
}
.kademar-bag-crude:hover {
  top: 13.5%;
}
}


@media (max-width: 380px) {
  .open {
    width: 260px;
    height: 100vh;
  }
  .products-images img {
    width: 100%;
    height: auto;
}
  .widget {
    top: 5%;
  }
  .button-main__item {
    width: 100%;
  }
  .pages--padding {
    padding: 49px 0 49px 0;
  }
  .cards-entertainment .cards__item {
    margin-bottom: 20px;
  }
  .articles__item {
    padding: 15px;
    margin-bottom: 40px;
  }
  .articles__item:last-child {
    margin-bottom: 0;
  }
}


@media (min-width: 1200px) and (max-width: 1920px) {
  .foodall, .ingoodsall {
    height: 100vh;
 }
}


/* The sidebar menu CORED WIRE*/
.sidenav {
  height: 120%; /* Full-height: remove this if you want "auto" height */
  width: 230px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 100; /* Stay at the top */
  left: 0;
  background-color: transparent;
  overflow-x: hidden;
  padding-top: 50px;
  opacity: 0.;
  background-image: url(/../img/#);

  
}

/* The navigation menu links */
.sidenav a {
  padding: 12px 8px 12px 30px;
  
  font-size: 15px;
  color: #787973;
  display: block;
  font-family: "arial";
  transition: font-size 0.2s;

 
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #E4CF1B;
  font-size: 16px;
}





/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}




/***************************************Magnesia*****************************


/* The sidebar menu */
.sidenav_magnesia {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 250px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 150; /* Stay at the top */
  margin-left: -15px;
  background-color: transparent; 
  overflow-x:hidden; /* Disable horizontal scroll */
  padding-top: 10px;
 
    background-image: url(../../img/#);
  background-size: cover;

}



/* The navigation menu links */
.sidenav_magnesia a {
  padding: 8px 8px 12px 30px;
  text-decoration: none;
  font-size: 16px;
  color: #787973;
  display: block;
  font-family: "arial";
  transition: font-size 0.2s;

}

/* When you mouse over the navigation links, change their color */
.sidenav_magnesia a:hover {
  color: #E4CF1B;
  font-size: 17px;

}


/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav_magnesia {padding-top: 15px;}
  .sidenav_magnesia a {font-size: 18px;}
}







/***************************************About US*****************************


/* The sidebar menu */
.about_sidenav {
  height: 60%; /* Full-height: remove this if you want "auto" height */
  width: 230px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  
  z-index: 1; height: 70%;/* Stay on top */
  top: 150; /* Stay at the top */
 
  left: 0;
  /*background-color: transparent; */
  overflow-x:hidden; /* Disable horizontal scroll */
  padding-top: 30px;
  opacity: 1;
/*background-image: url(../../img/sidebarLine.png); */
background-size: cover;
  
}

/* The navigation menu links */
.about_sidenav a {
  padding: 10px 10px 14px 30px;
  text-decoration: none;
  font-size: 16px;
  color: #787973;
  display: block;
  font-family: "arial";
  transition: font-size 0.2s;


}

/* When you mouse over the navigation links, change their color */
.about_sidenav a:hover {
  color: #E4CF1B;
  font-size: 17px;

}




/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .about_sidenav {padding-top: 15px;}
  .about_sidenav a {font-size: 18px;}
}










/***************************************QUALITY*****************************


/* The sidebar menu */
.quality_sidenav {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 270px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 150; /* Stay at the top */
  left: 0;
  background-color: transparent;
  overflow-x:hidden; /* Disable horizontal scroll */
  padding-top: 10px;
  opacity: 0.8;

  
}

/* The navigation menu links */
.quality_sidenav a {
  padding: 8px 8px 12px 30px;
  text-decoration: none;
  font-size: 15px;
  color: #787973;
  display: block;
  font-family: "arial";


}

/* When you mouse over the navigation links, change their color */
.quality_sidenav a:hover {
  color: #E4CF1B;
}


  


/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .quality_sidenav {padding-top: 15px;}
  .quality_sidenav a {font-size: 18px;}
}








/*********************MAGNESITE SIDEBAR*************************/


/* The sidebar menu */
.sidenav_magnesite {
  height: 100%; /* Full-height: remove this if you want "auto" height */
  width: 270px; /* Set the width of the sidebar */
  position: fixed; /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1; /* Stay on top */
  top: 150; /* Stay at the top */
  margin-left: -15px;
  background-color: transparent; /* Black */
  overflow-x:hidden; /* Disable horizontal scroll */
  padding-top: -50px;
  opacity: 0.8;

  
}

/* The navigation menu links */
.sidenav_magnesite a {
  padding: 8px 8px 12px 30px;
  text-decoration: none;
  font-size: 15px;
  color: #787973;
  display: block;
  font-family: "arial";


}

/* When you mouse over the navigation links, change their color */
.sidenav_magnesite a:hover {
  color: #E4CF1B;
}


  


/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .quality_sidenav {padding-top: 15px;}
  .quality_sidenav a {font-size: 18px;}
}
















/********************MAIN PROPERTY*********************/

.main {
  margin-left: 200px; /* Same as the width of the sidebar */
  padding: 0px 10px;

  
}

.main::after{
    
    content: "";
    
   background-image: url(../../img/about_us_main.jpg);
   position: fixed;
   top: -200px;
   left: 0%;
   bottom: 0;
   right: 0;
   z-index: -1;
   opacity:0.1;
   background-size: 100%;
    
}

/*********************SCALE CONTENT**********************/
#main{
  transform-origin: top left;
  width: 100%;
  height: auto;
}





/************************************************************/

.casiWire {
margin-left: 160px; /* Same as the width of the sidebar */
padding: 0px 10px;
    
}

.casiWire::after{
  content: "";
    
   background-image: url(../../img/Cored_wire_Kademar_Products.jpg);
   position: fixed;
   top: 0px;
   left: 10%;
   bottom: 0;
   right: 0;
   z-index: -1;
   opacity:0.2;
   background-size: 100%;    
    
}

.microsphere_kademar {
margin-left: 160px; /* Same as the width of the sidebar */
padding: 0px 10px;
    
}

.microsphere_kademar::after{
   content: "";
    
   background-image: url(../../img/Microspheres_small.jpg);
   position: fixed;
   top: 0px;
   left: 10%;
   bottom: 0;
   right: 0;
   z-index: -1;
   opacity:0.2;
   background-size: 100%;     
    
}

/********************GALLERY**********************/


container-fluid{
    content:"";
    
    
}
.col-md-6{
    margin-left: 70px;
}



/*************************************************************************************************************************/


.legalPicture{
content: "";
box-shadow: 0px 0px 20px 10px rgba(255, 255, 255, 0.5) inset;
width: 400px;
height: 400px;
}



/*****************SLIDE MENU CASI NEW***************************************/


.skew-menu {
  text-align: center;
  margin-top: 5em;
  position: fixed;
  top: 0;
  left: 6em;
  width: 100%;
  z-index: 999;
  
}

.skew-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: skew(-25deg);
}

.skew-menu ul li {
  background: #fff;
  float: left;
  border-right: 2px solid #eee;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
 
  color:#BC871D;
  font-weight: bolder;
  transition: all 0.3s linear;
}

.skew-menu ul li:first-child {
  border-radius: 7px 0 0 7px;
}

.skew-menu ul li:last-child {
  border-right: none;
  border-radius: 0 7px 7px 0;
}

.skew-menu ul li:hover {
  background: #eee; /*this color*/
  color:#BC871D;
}

.skew-menu ul li a {
  display: block;
  padding: 0.5em 2em;
  color: inherit;
  text-decoration: none;
  transform: skew(25deg);
}


/*CONTACT US****/









button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, input, select, textarea {
  color: #5A5A5A;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

textarea {
  overflow: auto;
}

#container {
  border: 3px solid #474544;
  max-width: 800px;
  margin: 60px auto;
  position: relative;
  padding: 20px; /* Add some padding for better spacing */
  background-color: #f9f9f9; /* Light gray background */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow effect */
  border-radius: 8px; /* Rounded corners */
}

 


form {
  padding: 37.5px;
  margin: 50px 0;
}

h1 {
  color: #474544;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 7px;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;

}



.icon_wrapper {
  margin: 50px auto 0;
  width: 100%;
}

.icon {
  display: block;
  fill: #474544;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.email {
	float: right;
	width: 45%;
}

input[type='text'], [type='email'], select, textarea {
	background: none;
  border: none;
	border-bottom: solid 2px #474544;
	color: #474544;
	font-size: 1.000em;
  font-weight: 400;
  letter-spacing: 1px;
	margin: 0em 0 1.875em 0;
	padding: 0 0 0.875em 0;
  text-transform: uppercase;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

input[type='text']:focus, [type='email']:focus, textarea:focus {
	outline: none;
	padding: 0 0 0.875em 0;
}

.message {
	float: none;
}

.name {
	float: left;
	width: 45%;
}

select {
  background: none;
  outline: none;

}

select::-ms-expand {
  display: none;
}


.subject {
  width: 100%;
}

.telephone {
  width: 100%;
}

textarea {
	line-height: 150%;
	height: 150px;
	resize: none;
  width: 100%;
}

::-webkit-input-placeholder {
	color: #474544;
}

:-moz-placeholder { 
	color: #474544;
	opacity: 1;
}

::-moz-placeholder {
	color: #474544;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #474544;
}

#form_button {
  background: none;
  border: solid 2px #474544;
  color: #474544;
  cursor: pointer;
  display: inline-block;
  font-family: 'Helvetica', Arial, sans-serif;
  font-size: 0.875em;
  font-weight: bold;
  outline: none;
  padding: 20px 35px;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}

#form_button:hover {
  background: #474544;
  color: #F2F3EB;
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px auto;
    width: 95%;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 26px;
  }
  
  .underline {
    width: 68px;
  }
  
  #form_button {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 420px) {
  h1 {
    font-size: 18px;
  }
  
  .icon {
    height: 35px;
    width: 35px;
  }
  
  .underline {
    width: 53px;
  }
  
  input[type='text'], [type='email'], select, textarea {
    font-size: 0.875em;
  }
}


