body {
  background-color: #1c405a;
  font-family: Din2014, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  text-align: center;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 600;
}

a {
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Din2014, sans-serif;
  color: #fff;
  text-decoration: none;
}

.section._01sec {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #000;
}

.section._02section {
  overflow: hidden;
  background-color: #fff;
}

.section._03section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 100vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f1f6f9;
}

.section._04section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
}

.section._05section {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  background-color: #273946;
}

.cz {
  margin-right: 80px;
  margin-left: 80px;
}

.cz.navcz {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cz.tabcz {
  position: relative;
  z-index: 4;
  margin-bottom: 140px;
  float: left;
}

.cz._02cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.cz._03cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 0px;
  padding: 80px 60px 80px 80px;
  -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-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.cz._04cz {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  padding-top: 60px;
  padding-bottom: 0px;
  -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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navblock {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -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-bottom: 1px solid hsla(0, 0%, 100%, .2);
  background-image: none;
}

.tabs-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/bg1_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.tabs-menu {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  max-width: 1760px;
  margin-top: 100px;
  margin-right: 80px;
  margin-left: 80px;
  -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;
  border-right: 1px solid hsla(0, 0%, 100%, .2);
  border-left: 1px solid hsla(0, 0%, 100%, .2);
}

.tab-pane-tab-1 {
  width: 100%;
  padding-top: 160px;
  background-image: url('../images/bg.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tabs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  margin-top: 0px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-tab-link-tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-left: 1px solid hsla(0, 0%, 100%, .2);
  background-color: transparent;
  font-size: 22px;
  text-transform: none;
}

.hero-tab-link-tab.w--current {
  background-color: transparent;
  cursor: default;
}

.hero-tab-link-tab.hero-tab-link-tab-1 {
  padding-left: 0px;
  border-left-style: none;
  cursor: default;
}

.hero-tab-link-tab.hero-tab-link-tab-1.w--current {
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  cursor: default;
}

.leftnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.rightnav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  width: 215px;
  height: 50px;
  margin-right: 30px;
  background-image: url('../images/logo.svg');
  background-position: 0px 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.logo.w--current {
  cursor: default;
}

.navlink {
  margin-left: 30px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}

.navlink:hover {
  color: #fff;
}

.navlink.w--current {
  color: #fff;
}

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

.adressblock:hover {
  opacity: 0.5;
}

.contactsblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 40px;
  -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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: -0.5px;
}

.marker {
  width: 22px;
  height: 30px;
  margin-left: 15px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/.svg');
  background-position: 50% 50%;
  background-size: 22px 30px;
  background-repeat: no-repeat;
}

.adressblock2 {
  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-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;
}

.mainoffice {
  color: #fff;
  font-weight: 800;
  text-align: right;
}

.adress {
  color: #ccc;
  font-size: 14px;
  text-align: right;
}

.question {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ccc;
}

.phonesymbol {
  width: 12px;
  height: 12px;
  margin-right: 5px;
  background-image: url('../images/phone.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.5;
}

.phonenumber {
  margin-top: 7px;
  margin-bottom: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Din2014, sans-serif;
  font-size: 22px;
  line-height: 90%;
  font-weight: 800;
  text-align: right;
  letter-spacing: 0px;
}

.phonenumber.nav-num {
  font-size: 30px;
}

.mail-link {
  color: #3bb44a;
  font-size: 14px;
  line-height: 12px;
  text-align: right;
  text-transform: none;
}

.mail-link.nav-ml {
  font-size: 18px;
}

.text-block {
  text-align: right;
}

.heroblock {
  position: relative;
  z-index: 2;
  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;
}

.overheading {
  margin-left: 60px;
  padding: 10px 20px;
  background-color: hsla(0, 0%, 100%, .1);
  color: #fff;
  font-size: 16px;
  line-height: 70%;
  font-weight: 600;
  letter-spacing: 5px;
  text-transform: uppercase;
}

.h1 {
  margin-top: 40px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 3.5vw;
  line-height: 1.2em;
  font-weight: 600;
  text-align: left;
  text-transform: uppercase;
}

.extraboldspan {
  font-weight: 800;
}

.featureblock {
  margin-left: 60px;
}

.feature {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  line-height: 26px;
  text-transform: lowercase;
}

.tick {
  width: 25px;
  height: 20px;
  margin-right: 15px;
  background-image: url('../images/tick.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.tab-link-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url('../images/bg-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-attachment: fixed;
}

.tab-link-bg.tab-link-bg-2 {
  background-image: url('../images/bg-3.jpg');
}

.tab-link-bg.tab-link-bg-3 {
  background-image: url('../images/bg1_4.jpg');
  background-position: 0px 50%;
  background-repeat: no-repeat;
}

.tab-link-text-content {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 60px;
  -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;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #fff;
  font-weight: 400;
}

.tab-icon {
  max-width: 60px;
  margin-bottom: 30px;
}

.big-green-ab {
  display: block;
  margin-bottom: 10px;
  padding-top: 2px;
  color: #3bb44a;
  font-size: 28px;
  font-weight: 700;
  text-transform: uppercase;
}

.tab-link-text {
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
}

.tab-pane-tab-2 {
  width: 100%;
  padding-top: 160px;
  background-image: url('../images/bg-2.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tab-pane-tab-3 {
  width: 100%;
  padding-top: 160px;
  background-image: url('../images/bg-3.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.tab-pane-tab-4 {
  width: 100%;
  padding-top: 160px;
  background-image: url('../images/bg1_4.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 1em;
  text-align: left;
}

.tab2text {
  max-width: 25vw;
  margin-top: 40px;
  margin-left: 60px;
  font-size: 20px;
  line-height: 28px;
  text-align: left;
}

.productmain {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 480px;
  min-width: 360px;
  margin-right: 60px;
  margin-bottom: 40px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #505050;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.productlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1167px;
  padding: 50px;
  -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;
  -webkit-box-flex: 4;
  -webkit-flex: 4 0 auto;
  -ms-flex: 4 0 auto;
  flex: 4 0 auto;
  border: 2px solid #f1f6f9;
}

.sth2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 60px;
  line-height: 90%;
  font-weight: 700;
  letter-spacing: -1px;
}

.sth2.margin-h2 {
  margin-bottom: 40px;
}

.sth2.white-h2 {
  color: #fff;
}

.standartbutton {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90px;
  margin-top: 90px;
  padding: 17px 50px 20px 150px;
  -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: #3bb44a;
  box-shadow: 0 40px 50px -20px rgba(59, 180, 74, .5);
  font-size: 22px;
  line-height: 26px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;
}

.standartbutton:hover {
  background-color: #323f48;
  box-shadow: 0 20px 50px -20px rgba(0, 0, 0, .5);
}

.standartbutton.callbackbutton {
  margin-top: 50px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  box-shadow: 0 40px 50px -20px rgba(59, 180, 74, .5);
  text-align: center;
}

.standartbutton.callbackbutton:hover {
  box-shadow: 0 20px 50px -20px #000;
}

.catalog {
  position: absolute;
  left: 0px;
  right: 60px;
  bottom: 0px;
  width: 157px;
  height: 169px;
  background-image: url('../images/catalog_img_1.png');
  background-position: 100% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

.productcolumn {
  margin-left: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.productheading {
  margin-bottom: 20px;
  color: #151515;
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
}

.product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.greenpoint {
  width: 6px;
  height: 6px;
  margin-right: 20px;
  border-radius: 6px;
  background-color: #3bb44a;
}

.prodtext {
  color: #505050;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.prodtext.small-text {
  margin-top: 5px;
  color: #909090;
  font-size: 16px;
}

.manufacturemain {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #505050;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.manufh2 {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #333;
  font-size: 60px;
  line-height: 90%;
  font-weight: 700;
  letter-spacing: -2px;
}

.mask {
  background-color: transparent;
}

.slide {
  margin-right: 20px;
}

.slide-nav {
  left: 0px;
  top: 370px;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12px;
  margin-top: 0px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
}

.slider {
  height: auto;
  background-color: transparent;
}

.left-arrow {
  top: 145px;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-left: -20px;
  border-radius: 40px;
  background-color: #ddd;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.left-arrow:hover {
  background-color: #3bb44a;
}

.right-arrow {
  top: 145px;
  display: block;
  width: 40px;
  height: 40px;
  margin-top: 0px;
  margin-right: -20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  border-radius: 40px;
  background-color: #3bb44a;
  background-image: url('../images/back.svg');
  background-position: 46% 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.right-arrow:hover {
  background-color: #3bb44a;
}

.slidertext {
  width: 70%;
  max-width: 890px;
  margin-top: 35px;
}

.laboratory {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  max-width: 640px;
  min-width: 300px;
  padding: 80px 50px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #323f48;
}

.laboratorymain {
  position: relative;
  z-index: 2;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 34px;
}

.h3.serth3 {
  font-size: 30px;
  line-height: 34px;
}

.laboratory-img-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 40px;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.quality {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  -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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #505050;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.qualh2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #000;
  font-size: 60px;
  line-height: 90%;
  font-weight: 700;
  letter-spacing: -1px;
}

.presentationtext {
  margin-bottom: 30px;
  color: #333;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.signature {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: 600;
}

.sign {
  position: absolute;
  right: 0px;
  margin-right: -220px;
}

.directorimg {
  height: 600px;
  max-width: 530px;
  min-width: 400px;
  margin-left: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Nikola.jpg');
  background-position: 0px 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.sertificates {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  max-width: 640px;
  min-width: 300px;
  padding: 60px 50px 110px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #323f48;
}

.sertificatesmain {
  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;
  font-size: 16px;
  line-height: 22px;
  text-align: left;
}

.visible-mask {
  overflow: visible;
}

.ser-slide {
  margin-right: 20px;
}

.sertif-slider {
  width: 265px;
  height: auto;
  margin-top: 30px;
  background-color: transparent;
}

.left-arrow-2 {
  bottom: -60px;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .5);
  border-radius: 40px;
  background-color: transparent;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.left-arrow-2:hover {
  border-color: #3bb44a;
  background-color: #3bb44a;
}

.right-arrow-2 {
  left: 50px;
  bottom: -60px;
  width: 40px;
  height: 40px;
  margin-bottom: 0px;
  margin-left: 0px;
  border-radius: 40px;
  background-color: #3bb44a;
  background-image: url('../images/back.svg');
  background-position: 45% 50%;
  background-size: 10px 16px;
  background-repeat: no-repeat;
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.contacth2 {
  margin-top: 0px;
  margin-bottom: 30px;
  font-size: 60px;
  line-height: 90%;
  font-weight: 700;
  letter-spacing: -1px;
}

.contactblock {
  max-width: 490px;
  margin-top: 40px;
}

.contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 24px;
}

.contact.contphone {
  font-size: 30px;
  line-height: 90%;
  font-weight: 700;
  text-align: right;
}

.contsymbol {
  width: 19px;
  height: 30px;
  margin-right: 10px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/11.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.contsymbol.conts2 {
  width: 27px;
  background-image: url('../images/22.svg');
}

.contsymbol.conts3 {
  width: 25px;
  background-image: url('../images/33.svg');
}

.contsymbol.conts4 {
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url('../images/44.svg');
}

.contsymbol.conts1 {
  margin-right: 15px;
}

.text-span {
  margin-top: 5px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
}

.footertext {
  max-width: 513px;
  color: hsla(0, 0%, 100%, .5);
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.html-embed {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.contactsmain {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 640px;
  padding: 100px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 28px;
  text-align: left;
}

.green-h {
  display: inline-block;
  color: #3bb44a;
  font-weight: 600;
  text-transform: uppercase;
}

.hero-tab-line {
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 10px;
  background-color: #3bb44a;
}

.slide-content {
  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;
}

.slider-photos-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 330px;
  margin-right: -10px;
  margin-left: -10px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.slider-photos-lb {
  max-width: 50%;
  margin-right: 10px;
  margin-left: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/production_5.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.slider-photos-lb:hover {
  opacity: 0.5;
}

.slider-photos-lb.slider-photos-lb-2 {
  background-image: url('../images/production_6.jpg');
}

.slider-photos-lb.slider-photos-lb-3 {
  background-image: url('../images/production_7.jpg');
}

.slider-photos-lb.slider-photos-lb-4 {
  background-image: url('../images/production_8.jpg');
}

.slider-photos-lb.slider-photos-lb-5 {
  background-image: url('../images/production_1.jpg');
}

.slider-photos-lb.slider-photos-lb-6 {
  background-image: url('../images/production_2.jpg');
}

.slider-photos-lb.slider-photos-lb-7 {
  background-image: url('../images/production_3.jpg');
}

.slider-photos-lb.slider-photos-lb-8 {
  background-image: url('../images/production_4.jpg');
}

.grey-ab {
  color: #ccc;
  font-weight: 400;
}

.sertif-slide-nav {
  left: 0px;
  right: 0px;
  bottom: -45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 146%;
  height: 12px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
}

.top-line {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 1px;
  background-color: hsla(0, 0%, 100%, .2);
}

.button-tihn-ab {
  font-size: 18px;
  font-weight: 400;
}

.arrow {
  width: 10px;
  height: 16px;
  margin-right: 10px;
  background-image: url('../images/back.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.hero-back-link {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 22px;
  margin-bottom: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
}

.hero-back-link:hover {
  color: #3bb44a;
}

.ser-lb-link:hover {
  opacity: 0.5;
}

.bot-gradient {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -1px;
  z-index: 1;
  height: 25vh;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#1c405a), to(rgba(50, 63, 72, 0)));
  background-image: linear-gradient(0deg, #1c405a, rgba(50, 63, 72, 0));
}

.navblock-bg {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background-color: rgba(28, 64, 90, .85);
}

.nav-scroller {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100px;
}

.navlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.burger {
  display: none;
  height: 100px;
  padding-bottom: 2px;
  padding-left: 20px;
  -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;
}

.burger:hover {
  color: #3bb44a;
}

.burger-lines {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-top: 2px;
  margin-right: 20px;
  -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;
}

.burger-line {
  width: 100%;
  height: 3px;
  background-color: #3bb44a;
}

.burger-line.burger-line-2 {
  margin-top: 5px;
  margin-bottom: 5px;
}

.pop-up-content-2 {
  overflow: auto;
  max-height: 80vh;
  margin-bottom: 0px;
  padding: 40px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.pop-up-content-2.menu-pop-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  max-height: none;
  padding-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-core-2 {
  position: relative;
  display: block;
  overflow: visible;
  width: 100%;
  max-width: 580px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fff;
  text-align: left;
}

.up-core-2.menu-pop-up-core {
  background-color: transparent;
}

.menu-link {
  margin-bottom: 10px;
  -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;
  color: #fff;
  font-size: 2vw;
  line-height: 1.4em;
  font-weight: 900;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.menu-link:hover {
  color: #3bb44a;
}

.menu-link.w--current {
  color: #3bb44a;
}

.close-link {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, .5);
  border-radius: 100px;
  background-image: url('../images/white-cross.svg');
  background-position: 50% 50%;
  background-size: 15px 16px;
  background-repeat: no-repeat;
}

.close-link:hover {
  border-color: #3bb44a;
  background-color: #3bb44a;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sm-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sm-links.menu-sm-links {
  display: none;
  margin-top: 30px;
  margin-bottom: 0px;
}

.menu-logo {
  width: 200px;
  height: 50px;
  margin-bottom: 30px;
  background-image: url('../images/logo.svg');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.menu-logo.w--current {
  cursor: default;
}

.menu-callback-link {
  color: #909090;
  font-size: 20px;
  line-height: 20px;
}

.menu-callback-link:hover {
  color: #469af4;
}

.phone-link {
  margin-bottom: 4px;
  color: #000;
  font-size: 20px;
  line-height: 18px;
  font-weight: 600;
}

.phone-link:hover {
  color: #bfa274;
}

.phone-link.menu-phone-link {
  margin-bottom: 10px;
  color: #fff;
  font-size: 30px;
  line-height: 30px;
  font-weight: 800;
}

.phone-link.menu-phone-link:hover {
  color: #469af4;
}

.sm-lnk {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  margin-right: 5px;
  margin-left: 5px;
  -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-radius: 100px;
  background-color: #151515;
  font-family: 'Fa brands 400', sans-serif;
  color: #fff;
  line-height: 18px;
  letter-spacing: 0px;
}

.sm-lnk:hover {
  background-color: #00b3ff;
}

.sm-lnk.menu-sm-link {
  background-color: hsla(0, 0%, 100%, .1);
  font-size: 18px;
}

.sm-lnk.menu-sm-link:hover {
  background-color: #e49f3a;
}

.nav-tel-link-div {
  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-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;
  color: #707070;
  font-size: 12px;
  line-height: 12px;
}

.nav-tel-link-div.menu-tel-link {
  margin-top: 30px;
  padding-top: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
}

.remodal {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #151515;
}

.menu-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 40px;
  -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;
  border-top: 1px solid hsla(0, 0%, 100%, .1);
  font-size: 14px;
  line-height: 12px;
  letter-spacing: -0.5px;
}

.pop-up-field-icon-div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 45px;
  margin-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.up-core {
  position: relative;
  display: block;
  width: 100%;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  background-color: #fff;
  color: #333;
  text-align: left;
}

.standart-button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 60px;
  padding: 20px 30px;
  -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: #3bb44a;
  box-shadow: 0 20px 40px 0 rgba(59, 180, 74, .5);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-transform: uppercase;
}

.standart-button:hover {
  background-color: #323f48;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .3);
}

.standart-button:active {
  background-color: #202020;
}

.suc-mess {
  padding: 0px;
  background-color: transparent;
  font-size: 18px;
  line-height: 30px;
}

.pop-up-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;
}

.close-link-2 {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  background-image: none;
}

.close-link-2:hover {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.red-link {
  color: #e82429;
}

.text-field-icon {
  position: relative;
  left: 15px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 0px;
  height: 0px;
  margin-right: 0px;
  -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;
  font-family: 'Fa solid 900', sans-serif;
  color: #3bb44a;
}

.cp-icon {
  margin-right: 10px;
  font-family: 'Fa solid 900', sans-serif;
  color: #3bb44a;
  font-size: 12px;
}

.cr-form-ab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-left: 20px;
  -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;
  color: #707070;
  font-size: 14px;
  text-align: left;
  letter-spacing: -0.25px;
}

.ppbuttondiv {
  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: 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;
}

.ppheading {
  margin-top: 0px;
  margin-bottom: 20px;
  font-weight: 800;
  text-align: center;
}

.pop-up-form-block {
  margin-bottom: 0px;
}

.pop-up-text-field {
  position: relative;
  z-index: 2;
  min-height: 50px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 40px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, .1);
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.pop-up-text-field:focus {
  border-color: #151515;
}

.pop-up-h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  text-align: center;
}

.thin-ab {
  font-size: 18px;
  font-weight: 300;
}

.block-ab {
  display: block;
}

.lab-first-img-core {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 55%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.lab-first-img {
  width: 100%;
  height: 160px;
  min-height: 140px;
  margin-bottom: 10px;
  background-image: url('../images/lab.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.lab-first-img:hover {
  opacity: 0.5;
}

.lab-second-img {
  width: 70%;
  height: 180px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-image: url('../images/labor_2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lab-second-img:hover {
  opacity: 0.5;
}

.lab-third-img {
  width: 42%;
  height: 180px;
  margin-left: 10px;
  background-image: url('../images/labor_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.lab-third-img:hover {
  opacity: 0.5;
}

.phone-icon {
  display: none;
  -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;
  font-family: 'Fa solid 900', sans-serif;
}

.lab-icon {
  position: absolute;
  right: 50px;
  bottom: 80px;
  width: 200px;
  height: 200px;
  background-image: url('../images/lab-icon.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 0.2;
}

html.w-mod-js *[data-ix="hero-tab-line"] {
  height: 0px;
}

html.w-mod-js *[data-ix="hero-tabs-text"] {
  height: auto;
}

html.w-mod-js *[data-ix="hero-back-link"] {
  height: 0px;
}

html.w-mod-js *[data-ix="tab-link-bg-in-app"] {
  opacity: 0;
}

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

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

html.w-mod-js *[data-ix="slider-text-int"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="nav-bg-int"] {
  opacity: 0;
}

html.w-mod-js *[data-ix="sertif-int"] {
  opacity: 0.3;
}
.contactsmain{
  min-width: 640px;
}
.google-map{
  display: none !important;
}
.yandex-map__wrapper{
  width: 100%;
  height: auto;
}
.yandex-map{
  filter: hue-rotate(40deg);
  width: 100%;
  height: 100%;
}

@media (max-width: 991px) {
  .section._03section {
    -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;
  }
  .section._04section {
    -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;
  }
  .section._05section {
    -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;
  }
  .cz {
    margin-right: 40px;
    margin-left: 40px;
  }
  .cz._02cz {
    padding-top: 60px;
    padding-bottom: 60px;
    -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;
  }
  .cz._03cz {
    width: 100%;
    max-width: none;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
  .cz._04cz {
    margin-left: 0px;
    -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;
  }
  .navblock {
    height: 70px;
  }
  .tabs-menu {
    margin-top: 70px;
    margin-right: 40px;
    margin-left: 40px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
  }
  .tab-pane-tab-1 {
    padding-top: 140px;
  }
  .hero-tab-link-tab {
    position: relative;
    height: 175px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border-top: 1px solid hsla(0, 0%, 100%, .2);
  }
  .hero-tab-link-tab.w--current {
    position: relative;
  }
  .hero-tab-link-tab.hero-tab-link-tab-1 {
    width: 100%;
    height: 50px;
    -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-top-style: none;
  }
  .hero-tab-link-tab.hero-tab-link-tab-1.w--current {
    width: 100%;
    margin-bottom: 1px;
  }
  .hero-tab-link-tab.hero-tab-link-tab-2 {
    border-left-style: none;
  }
  .logo {
    width: 130px;
    height: 30px;
    margin-right: 20px;
    background-size: contain;
  }
  .adressblock {
    display: none;
  }
  .question {
    display: none;
  }
  .question.mq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .phonenumber {
    margin-top: 0px;
    margin-bottom: 5px;
  }
  .phonenumber.nav-num {
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .h1 {
    margin-top: 30px;
    margin-bottom: 30px;
    font-size: 50px;
  }
  .feature {
    font-size: 18px;
  }
  .tab-link-bg {
    display: none;
  }
  .tab-link-text-content {
    padding: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .tab-icon {
    max-width: 40px;
    margin-bottom: 20px;
  }
  .big-green-ab {
    margin-bottom: 5px;
    font-size: 20px;
  }
  .tab-link-text {
    font-size: 14px;
    line-height: 18px;
  }
  .tab-pane-tab-2 {
    padding-top: 140px;
  }
  .tab-pane-tab-3 {
    padding-top: 140px;
  }
  .tab-pane-tab-4 {
    padding-top: 140px;
  }
  .h2 {
    font-size: 40px;
  }
  .tab2text {
    max-width: 100vw;
    font-size: 18px;
    line-height: 26px;
  }
  .productmain {
    max-width: none;
    margin-top: 20px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-size: 22px;
    line-height: 30px;
  }
  .productlist {
    width: 100%;
    max-width: none;
    margin-top: 40px;
    padding-top: 20px;
    padding-right: 50px;
    padding-left: 50px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .sth2 {
    font-size: 40px;
  }
  .standartbutton {
    margin-top: 80px;
  }
  .standartbutton.callbackbutton {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productcolumn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 0px;
  }
  .productheading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 0px;
    padding-right: 20px;
    -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 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }
  .greenpoint {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .prodtext {
    font-size: 18px;
    line-height: 26px;
  }
  .slide-nav {
    position: relative;
    top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .left-arrow {
    top: 80px;
  }
  .right-arrow {
    top: 80px;
  }
  .slidertext {
    width: 100%;
    max-width: 100%;
    margin-top: 40px;
    margin-right: 0px;
    margin-bottom: 20px;
    line-height: 26px;
  }
  .laboratory {
    width: 100%;
    max-width: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .h3 {
    font-size: 24px;
    line-height: 28px;
  }
  .quality {
    margin-right: 50px;
    margin-bottom: 30px;
    margin-left: 50px;
    line-height: 26px;
  }
  .presentationtext {
    font-size: 22px;
    line-height: 30px;
  }
  .signature {
    font-size: 22px;
    line-height: 30px;
  }
  .sign {
    right: -40px;
    bottom: -70px;
  }
  .directorimg {
    height: 400px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 100%;
    background-size: contain;
  }
  .sertificates {
    width: 100%;
    max-width: none;
  }
  .sertificatesmain {
    width: 100%;
  }
  .ser-slide {
    max-width: 48.5%;
  }
  .sertif-slider {
    width: 100%;
  }
  .left-arrow-2 {
    left: -20px;
    top: 0px;
    bottom: 0px;
    margin-bottom: auto;
    border-color: transparent;
    background-color: #ddd;
  }
  .right-arrow-2 {
    left: auto;
    right: 0px;
    bottom: 0px;
    margin-right: -20px;
    margin-bottom: auto;
  }
  .footertext {
    text-align: center;
  }
  .html-embed {
    width: 100%;
    height: 530px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .contactsmain {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .hero-tab-line {
    height: 5px;
  }
  .slider-photos-line {
    height: 200px;
    margin-right: -5px;
    margin-left: -5px;
  }
  .slider-photos-lb {
    margin-right: 5px;
    margin-left: 5px;
  }
  .grey-ab {
    font-size: 18px;
    line-height: 26px;
  }
  .sertif-slide-nav {
    width: 87.5vw;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .hero-back-link {
    position: relative;
    margin-bottom: 0px;
    font-size: 18px;
  }
  .bot-gradient {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .nav-scroller {
    height: 70px;
  }
  .navlinks {
    display: none;
  }
  .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    border-left: 1px solid hsla(0, 0%, 100%, .2);
    font-size: 18px;
    font-weight: 600;
  }
  .burger-lines {
    width: 30px;
  }
  .pop-up-content-2.menu-pop-up {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding-top: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .up-core-2.menu-pop-up-core {
    background-color: transparent;
  }
  .menu-link {
    margin-right: 0px;
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #fff;
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 0px;
  }
  .menu-logo {
    width: 200px;
    height: 50px;
  }
  .nav-tel-link-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
  }
  .nav-tel-link-div.menu-tel-link {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909090;
  }
  .up-core {
    width: 100%;
  }
  .contacts-desc {
    line-height: 26px;
  }
  .block-ab {
    display: inline;
  }
  .lab-first-img-core {
    width: 50%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .lab-first-img {
    height: 150px;
  }
  .lab-second-img {
    width: 100%;
    height: 200px;
  }
  .lab-third-img {
    width: 50%;
    height: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .yandex-map{
  height: 600px;
}
.contactsmain {
    min-width: auto;
}
}

@media (max-width: 767px) {
  .section._01sec {
    min-height: 0vh;
  }
  .cz {
    margin-right: 20px;
    margin-left: 20px;
  }
  .cz.navcz {
    margin-right: 20px;
    margin-left: 20px;
  }
  .cz.tabcz {
    margin-bottom: 220px;
  }
  .cz._02cz {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .cz._03cz {
    padding: 30px 20px;
  }
  .cz._04cz {
    padding-top: 30px;
  }
  .navblock {
    height: 60px;
  }
  .tabs-menu {
    margin-top: 60px;
    margin-right: 20px;
    margin-left: 20px;
  }
  .tab-pane-tab-1 {
    padding-top: 100px;
    background-attachment: scroll;
  }
  .hero-tab-link-tab {
    height: 140px;
  }
  .hero-tab-link-tab.hero-tab-link-tab-1 {
    height: 40px;
  }
  .question.mq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .phonenumber {
    font-size: 18px;
  }
  .overheading {
    margin-left: 30px;
    padding: 8px 10px 8px 15px;
    font-size: 14px;
  }
  .h1 {
    margin-top: 25px;
    margin-bottom: 25px;
    font-size: 30px;
  }
  .featureblock {
    margin-left: 30px;
  }
  .feature {
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 24px;
  }
  .tick {
    width: 20px;
    height: 13px;
  }
  .tab-link-text-content {
    padding: 20px;
  }
  .tab-icon {
    max-width: 40px;
    margin-bottom: 15px;
  }
  .big-green-ab {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 20px;
  }
  .tab-link-text {
    font-size: 12px;
    line-height: 20px;
  }
  .tab-pane-tab-2 {
    padding-top: 100px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .tab-pane-tab-3 {
    padding-top: 100px;
    background-attachment: scroll;
  }
  .tab-pane-tab-4 {
    padding-top: 100px;
    background-attachment: scroll;
  }
  .h2 {
    font-size: 30px;
  }
  .tab2text {
    margin-top: 30px;
    margin-left: 30px;
    font-size: 16px;
    line-height: 24px;
  }
  .productmain {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .productlist {
    margin-top: 30px;
    padding-right: 30px;
    padding-left: 30px;
  }
  .sth2 {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 100%;
  }
  .sth2.margin-h2 {
    margin-bottom: 20px;
  }
  .standartbutton {
    margin-top: 40px;
    padding-right: 40px;
    padding-left: 130px;
    font-size: 20px;
    line-height: 24px;
  }
  .catalog {
    width: 137px;
    height: 129px;
    background-position: 50% 100%;
  }
  .productheading {
    font-size: 22px;
    line-height: 26px;
  }
  .prodtext {
    font-size: 16px;
    line-height: 24px;
  }
  .manufacturemain {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slide-nav {
    margin-bottom: 20px;
  }
  .slider {
    width: 100%;
  }
  .left-arrow {
    top: 70px;
  }
  .right-arrow {
    top: 70px;
  }
  .slidertext {
    margin-top: 30px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .laboratory {
    padding: 30px 20px;
  }
  .h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .laboratory-img-core {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .quality {
    max-width: none;
    margin-right: 20px;
    margin-left: 20px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .presentationtext {
    font-size: 20px;
    line-height: 26px;
  }
  .signature {
    font-size: 20px;
    line-height: 26px;
  }
  .sign {
    position: absolute;
    left: 250px;
    bottom: -50px;
    margin-right: 0px;
  }
  .directorimg {
    width: 100%;
    height: 326px;
    max-width: 100%;
    min-width: 0px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    background-position: 50% 50%;
    background-size: contain;
  }
  .sertificates {
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .ser-slide {
    max-width: 48%;
  }
  .contactblock {
    margin-top: 20px;
  }
  .contact {
    font-size: 16px;
  }
  .contact.contphone {
    font-size: 24px;
    line-height: 100%;
  }
  .footertext {
    text-align: center;
  }
  .html-embed {
    height: 450px;
  }
  .contactsmain {
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .slider-photos-line {
    height: 180px;
    margin-right: 0px;
    margin-left: 0px;
  }
  .grey-ab {
    font-size: 16px;
    line-height: 24px;
  }
  .sertif-slide-nav {
    width: 93vw;
  }
  .hero-back-link {
    font-size: 18px;
    line-height: 26px;
  }
  .pop-up-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-height: none;
    min-height: 100vh;
    margin-bottom: 0px;
  }
  .pop-up-content-2.menu-pop-up {
    padding-bottom: 40px;
  }
  .up-core-2 {
    width: 100vw;
  }
  .up-core-2.menu-pop-up-core {
    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;
  }
  .menu-link {
    font-size: 24px;
    line-height: 30px;
  }
  .close-link {
    top: 10px;
    right: 10px;
  }
  .menu-callback-link {
    font-size: 18px;
  }
  .phone-link {
    margin-bottom: 5px;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
  }
  .phone-link.menu-phone-link {
    margin-bottom: 5px;
    font-size: 24px;
  }
  .nav-tel-link-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .nav-tel-link-div.menu-tel-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 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;
  }
  .up-core {
    padding: 40px 20px;
  }
  .standart-button {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  .field-label {
    font-size: 14px;
    line-height: 22px;
  }
  .close-link-2 {
    top: 10px;
    right: 10px;
    background-image: none;
  }
  .cr-form-ab {
    margin-top: 0px;
    margin-left: 0px;
  }
  .ppbuttondiv {
    -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;
  }
  .contacts-desc {
    font-size: 16px;
    line-height: 24px;
  }
  .block-ab.mob-block-ab {
    display: block;
  }
    .yandex-map{
  height: 450px;
}
}

@media (max-width: 479px) {
  .section._01sec {
    min-height: 100vh;
  }
  .cz {
    margin-right: 15px;
    margin-left: 15px;
  }
  .cz.navcz {
    margin-right: 15px;
    margin-left: 15px;
  }
  .cz.tabcz {
    margin-bottom: 180px;
  }
  .cz._02cz {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .navblock {
    height: 50px;
  }
  .tabs-content {
    padding-left: 0px;
  }
  .tabs-menu {
    margin-top: 50px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .tab-pane-tab-1 {
    padding-top: 80px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(28, 64, 90, .5)), to(rgba(28, 64, 90, .5))), url('../images/bg.jpg');
    background-image: linear-gradient(0deg, rgba(28, 64, 90, .5), rgba(28, 64, 90, .5)), url('../images/bg.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .hero-tab-link-tab {
    height: 90px;
  }
  .rightnav {
    margin-left: 0px;
  }
  .logo {
    width: 110px;
  }
  .contactsblock {
    margin-left: 0px;
  }
  .question.mq {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .phonenumber {
    display: none;
  }
  .phonenumber.nav-num {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    font-size: 24px;
  }
  .mail-link {
    display: none;
  }
  .mail-link.nav-ml {
    display: block;
    margin-top: 5px;
    line-height: 18px;
  }
  .overheading {
    margin-left: 20px;
    padding-right: 5px;
    padding-left: 10px;
    font-size: 12px;
  }
  .h1 {
    font-size: 6.3vw;
    line-height: 1.4em;
  }
  .featureblock {
    margin-left: 20px;
  }
  .feature {
    text-align: left;
  }
  .tab-link-text-content {
    padding-bottom: 30px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .tab-icon {
    margin-bottom: 0px;
  }
  .big-green-ab {
    display: none;
  }
  .tab-link-text {
    display: none;
  }
  .tab-pane-tab-2 {
    padding-top: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 64, 90, .5)), to(rgba(28, 64, 90, .5))), url('../images/bg-2.jpg');
    background-image: linear-gradient(180deg, rgba(28, 64, 90, .5), rgba(28, 64, 90, .5)), url('../images/bg-2.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .tab-pane-tab-3 {
    padding-top: 80px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 64, 90, .5)), to(rgba(28, 64, 90, .5))), url('../images/bg-3.jpg');
    background-image: linear-gradient(180deg, rgba(28, 64, 90, .5), rgba(28, 64, 90, .5)), url('../images/bg-3.jpg');
    background-position: 0px 0px, 0px 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, scroll;
  }
  .tab-pane-tab-4 {
    padding-top: 80px;
    background-position: -66px 50%;
  }
  .tab2text {
    margin-left: 0px;
  }
  .productmain {
    max-width: 300px;
    min-width: 200px;
  }
  .productlist {
    margin-top: 50px;
    padding: 0px 10px;
    border-style: none;
  }
  .sth2.margin-h2 {
    margin-bottom: 30px;
  }
  .standartbutton {
    height: 80px;
    margin-top: 30px;
    padding-right: 20px;
    padding-left: 120px;
    font-size: 14px;
    line-height: 19px;
  }
  .standartbutton.callbackbutton {
    width: 100%;
    height: 70px;
    padding: 10px;
  }
  .catalog {
    left: 18px;
    width: 97px;
    height: 113px;
  }
  .productcolumn {
    margin-top: 0px;
    margin-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .productheading {
    width: 100%;
    padding-right: 0px;
  }
  .left-arrow {
    left: 20px;
    top: auto;
    bottom: -15px;
  }
  .right-arrow {
    top: auto;
    right: 20px;
    bottom: -15px;
  }
  .slidertext {
    margin-top: 15px;
  }
  .laboratorymain {
    text-align: left;
  }
  .quality {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 20px;
  }
  .signature {
    margin-bottom: 20px;
  }
  .sign {
    position: absolute;
    left: 170px;
    right: 0px;
    bottom: -70px;
    width: 100%;
    margin-top: 20px;
    margin-right: 0px;
  }
  .sertificates {
    padding-bottom: 100px;
  }
  .ser-slide {
    max-width: 46.5%;
  }
  .left-arrow-2 {
    bottom: -60px;
  }
  .right-arrow-2 {
    bottom: -60px;
  }
  .image {
    width: 220px;
  }
  .contact {
    font-size: 12px;
  }
  .contact.contphone {
    font-size: 18px;
  }
  .footertext {
    font-size: 10px;
    line-height: 18px;
  }
  .contactsmain {
    padding-right: 20px;
    padding-left: 20px;
  }
  .slider-photos-line {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .slider-photos-lb {
    height: 140px;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 10px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .burger {
    height: 36px;
  }
  .pop-up-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
  }
  .pop-up-content-2.menu-pop-up {
    margin-bottom: 40px;
  }
  .up-core-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100vw;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
    -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;
  }
  .up-core-2.menu-pop-up-core {
    margin-top: 0px;
  }
  .menu-link {
    font-size: 8vw;
  }
  .sm-links.menu-sm-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .menu-logo {
    margin-right: 0px;
  }
  .phone-link.menu-phone-link {
    font-size: 8vw;
    line-height: 1.2em;
  }
  .nav-tel-link-div {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .nav-tel-link-div.menu-tel-link {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .pop-up-field-icon-div {
    margin-bottom: 20px;
  }
  .up-core {
    padding-top: 60px;
  }
  .cr-form-ab {
    margin-top: 0px;
    font-size: 10px;
    line-height: 12px;
  }
  .ppheading {
    font-size: 24px;
  }
  .text-block-3 {
    font-size: 16px;
  }
  .image-2 {
    width: 220px;
  }
  .image-3 {
    width: 220px;
  }
  .thin-ab {
    font-size: 14px;
    line-height: 18px;
  }
  .lab-first-img {
    background-position: 50% 50%;
  }
  .phone-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 36px;
    height: 36px;
    border-style: solid;
    border-width: 2px;
    border-color: hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    font-size: 14px;
    font-weight: 400;
  }
}

@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-DemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-ExtraBold.ttf') format('truetype'), url('../fonts/DIN2014-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-DemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/DIN2014-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Din2014';
  src: url('../fonts/DIN2014-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}