@font-face {
  font-family: Comic Sans;
  src: url('../fonts/ogenbold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/ogenregular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Comic Sans;
  src: url('../fonts/ogenblack.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #000;
  --yellow_hoover: #f5e508;
  --light-grey: #e7e8ea;
  --transparent: #0000;
  --black-50: #00000080;
  --black-5: #0000000d;
  --white: #fff;
  --black-25: #00000040;
  --yellow: #fcea00;
  --dark-grey: #333;
}

body {
  color: var(--black);
  text-align: right;
  direction: rtl;
  font-family: Rubik, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 46px;
  font-weight: 800;
  line-height: 46px;
}

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

h3 {
  margin-top: 20px;
  margin-bottom: 6px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

p {
  margin-bottom: 20px;
  line-height: 28px;
}

a {
  color: var(--black);
  text-decoration: none;
  transition: all .15s ease-in-out;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

img {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: inline-block;
}

.nav_drop_link {
  text-align: center;
  border-bottom: 5px solid #fff0;
  padding: 4px 0;
}

.nav_drop_link:hover {
  border-bottom-color: var(--yellow_hoover);
  text-decoration: none;
}

.nav_drop_link.w--open {
  border-bottom-color: var(--yellow_hoover);
}

.top_sec {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px 2.5%;
  position: sticky;
  top: 0;
  box-shadow: 0 2px 6px #0000001a;
}

.top_logo {
  width: 220px;
  margin-right: 10px;
  padding-left: 0;
}

.top_logo.mobile {
  display: none;
}

.nav_drop_group {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  font-size: 16px;
  display: flex;
}

.nav_bar {
  background-color: #fff0;
  font-size: 18px;
  font-weight: 600;
}

.drop_link_list {
  grid-column-gap: 20px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  line-height: 22px;
  display: flex;
}

.drop_link_list.brands {
  grid-column-gap: 3%;
  grid-row-gap: 30px;
  place-content: flex-start center;
  align-items: stretch;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
}

.nav_link {
  text-align: center;
  border-bottom: 5px solid #fff0;
  padding: 4px 0;
}

.nav_link:hover {
  border-bottom-color: var(--yellow_hoover);
  color: var(--black);
  text-decoration: none;
}

.nav_link.w--current {
  color: var(--black);
}

.nav_link.english {
  font-size: 17px;
  line-height: 22px;
}

.nav_link.hebrew {
  direction: rtl;
}

.nav_link.eng {
  white-space: nowrap;
}

.nav_drop_menu.w--open {
  background-color: #f4f4f4;
  justify-content: space-between;
  align-items: flex-start;
  padding: 30px 3%;
  position: fixed;
  inset: 73px 0% auto;
  overflow: hidden;
  box-shadow: 0 2px 6px #0000001a;
}

.drop_link {
  border-bottom: 4px solid var(--transparent);
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
}

.drop_link:hover {
  border-bottom-color: var(--yellow_hoover);
  text-decoration: none;
}

.top_content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top_content.eng {
  flex-flow: row-reverse wrap;
  justify-content: space-between;
}

.nav_menu {
  grid-column-gap: 3vw;
  grid-row-gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 8px;
  font-size: 20px;
  display: flex;
}

.nav_menu.eng {
  grid-column-gap: 1.9vw;
}

.drop_link_item {
  border-right: 1px solid #000;
  padding-right: 20px;
}

.drop_link_item.brand {
  border-right-style: none;
  justify-content: center;
  align-items: flex-end;
  width: 17.6%;
  max-width: 400px;
  padding-right: 0;
  display: flex;
}

.drop_link_item.first {
  border-right-style: none;
}

.drop_link_item.first.eng {
  border-left-style: none;
  padding-left: 0;
}

.drop_link_item.eng {
  border-left: 1px solid #000;
  border-right-style: none;
  padding-left: 20px;
  padding-right: 0;
}

.drop_brand_link {
  border-bottom: 1px solid var(--black-50);
  text-align: center;
  background-image: url('../images/y_link_line.svg');
  background-position: 116% -192%;
  background-repeat: no-repeat;
  background-size: 96px;
  width: 100%;
  margin-bottom: 10px;
  padding-top: 2px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  transition-duration: .3s;
  display: block;
  position: relative;
  overflow: hidden;
}

.drop_brand_link:hover {
  background-position: 107% -115%;
}

.drop_brand_link.seepex {
  background-position: 118% -129%;
}

.drop_brand_link.seepex:hover {
  background-position: 110% -74%;
}

.drop_brand_link.affetti {
  background-position: 121% -231%;
}

.drop_brand_link.affetti:hover {
  background-position: 114% -136%;
}

.drop_brand_name {
  margin-top: 12px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 24px;
  position: relative;
}

.drop_brand_logo {
  object-fit: contain;
  width: 100%;
  min-width: auto;
  max-width: none;
  height: 60px;
  margin-top: 0;
  position: relative;
}

.drop_brand_logo.seepex {
  height: 36px;
  margin-bottom: 11px;
}

.drop_brand_logo.affetti {
  height: 66px;
}

.brand_link_line {
  width: 30%;
  min-width: auto;
  max-width: none;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo_shape_menu {
  opacity: .08;
  width: 68%;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: -60% auto auto -6%;
}

.logo_shape_menu.right {
  width: 45%;
  inset: auto -14% -33% auto;
}

.present_sec {
  background-color: var(--black-5);
  width: 100%;
  height: 68vh;
  min-height: 440px;
  position: relative;
  overflow: hidden;
}

.bgr_video {
  height: 100%;
}

.present_info_block {
  background-image: radial-gradient(circle closest-side at 50% 50%, #0006, var(--transparent));
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.present_name_tile {
  color: var(--transparent);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Rubik, sans-serif;
  font-size: 1px;
  font-weight: 900;
  line-height: 1px;
  position: relative;
}

.present_sub_name {
  letter-spacing: 3px;
  margin-top: 0;
  margin-bottom: 3%;
  font-size: 24px;
  font-weight: 500;
  line-height: 27px;
}

.present_sub_name.eng {
  letter-spacing: 1px;
  margin-left: 3px;
  font-size: 20px;
  line-height: 26px;
}

.content_sec {
  padding: 30px 2.5%;
}

.content_sec.contact {
  background-color: var(--yellow_hoover);
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.content_sec.footer {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-top: 18px;
  padding-bottom: 10px;
}

.content_sec.grey {
  background-color: var(--black-5);
}

.content_block {
  width: 100%;
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}

.content_block.contact {
  flex-flow: row-reverse wrap-reverse;
  place-content: center space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.content_block.slider {
  direction: ltr;
  max-width: 1480px;
  margin-bottom: 60px;
}

.content_block.companies {
  max-width: 1165px;
}

.content_title {
  border-bottom: 7px solid var(--yellow_hoover);
  text-align: center;
  margin-top: 10px;
  padding-bottom: 5px;
  font-size: 34px;
  line-height: 38px;
  position: relative;
}

.content_title.eng {
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.title_block {
  direction: rtl;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.brand_item_link {
  cursor: pointer;
  background-image: url('../images/bg_rotor.svg');
  background-position: 50% 22px;
  background-repeat: no-repeat;
  background-size: 51%;
  padding-top: 65px;
  padding-bottom: 20px;
  font-size: 15px;
  line-height: 20px;
  transition-duration: .25s;
  display: block;
}

.brand_item_link:hover {
  background-position: 50% 0;
  background-size: 70%;
}

.brand_logo_block {
  justify-content: center;
  align-items: center;
  height: 68px;
  display: flex;
}

.brand_logo_block.list {
  width: 44%;
  min-width: 44%;
  height: 85px;
  padding-left: 2%;
  padding-right: 2%;
}

.brand_home_logo {
  object-fit: contain;
  width: 90%;
  min-width: 90%;
  max-width: 90%;
  height: 100%;
  position: relative;
}

.brand_home_logo.pompetraviani {
  margin-bottom: 3px;
}

.brand_home_logo.seepex {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
  margin-bottom: 6px;
}

.brand_home_logo.affetti {
  margin-bottom: 4px;
}

.brand_link_name {
  margin-top: 28px;
  margin-bottom: 2px;
  font-size: 20px;
  line-height: 24px;
}

.brand_link_name.list {
  margin-top: 0;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 27px;
}

.contact_shape {
  opacity: .12;
  width: 820px;
  min-width: auto;
  max-width: none;
  position: absolute;
  inset: auto -147px -42% auto;
}

.contact_sec_logo {
  width: 32%;
  min-width: auto;
  max-width: none;
  position: relative;
}

.contact_sec_line {
  width: 7%;
  min-width: auto;
  max-width: none;
  position: relative;
}

.contact_sec_line.sm {
  width: 3%;
  margin-bottom: auto;
}

.contact_sec_info {
  text-align: center;
  width: 54%;
}

.contact_sec_title {
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 28px;
  font-weight: 600;
}

.contact_sec_title.eng {
  font-size: 24px;
}

.button {
  color: var(--white);
  cursor: pointer;
  background-color: #9c9c9c;
  margin-top: 20px;
  padding: 8px 26px;
  font-weight: 500;
  transition-duration: .2s;
}

.button:hover {
  background-color: var(--black);
}

.button.about {
  background-color: var(--transparent);
  color: var(--black);
  border: 2px solid #dbcc09;
  margin-top: 24px;
}

.button.about:hover {
  border-color: var(--yellow_hoover);
  background-color: var(--yellow_hoover);
}

.button.eng {
  text-transform: uppercase;
  font-size: 16px;
}

.footer_content {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  color: var(--black-50);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 30px auto 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  display: flex;
}

.main_info_group {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 50px;
  display: flex;
}

.about_pict_block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
  overflow: hidden;
}

.about_pict_block.service {
  width: 35%;
}

.main_info_block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  display: flex;
}

.footer_contact_gr {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.footer_contact_block {
  font-weight: 400;
}

.footer_contact_txt {
  margin-left: 8px;
  display: inline;
}

.footer_contact_txt.eng {
  margin-left: 0;
  margin-right: 8px;
}

.footer_contact_link {
  color: var(--black-50);
  font-weight: 600;
  display: inline;
}

.footer_contact_link:hover {
  color: var(--black);
}

.footer_cyber_link {
  color: var(--black-50);
  font-weight: 400;
}

.footer_cyber_link:hover {
  color: #e28000;
}

.footer_nav_block {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-top: 1px none var(--black-50);
  border-bottom: 1px none var(--black-50);
  background-image: url('../images/brand_gr_line.svg');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 30px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 53px;
  font-size: 16px;
  font-weight: 700;
  display: flex;
}

.footer_nav_block.eng {
  background-position: 0 100%;
  padding-left: 53px;
  padding-right: 0;
}

.footer_nav_link {
  color: var(--black-50);
}

.footer_nav_link:hover {
  color: var(--black);
}

.footer_credit_group {
  border-top: 1px solid var(--black-25);
  justify-content: space-between;
  width: 100%;
  margin-top: 20px;
  padding-top: 25px;
  display: flex;
}

.main_brands_group {
  grid-column-gap: 2%;
  grid-row-gap: 10px;
  text-align: center;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  max-width: 1480px;
  margin: 10px auto 30px;
  padding-bottom: 10px;
  display: flex;
}

.main_brands_group.list {
  grid-column-gap: 2%;
  grid-row-gap: 19px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  max-width: 1180px;
  margin-top: 30px;
  margin-bottom: 0;
}

.main_brand_block {
  width: 18.4%;
  min-width: 188px;
}

.main_brand_block.list {
  justify-content: flex-start;
  align-items: stretch;
  width: 49%;
  min-width: auto;
  transition: all .2s ease-in-out;
  display: flex;
}

.main_brand_block.list:hover {
  border-bottom-color: var(--yellow_hoover);
  background-position: 50% 24%;
  background-size: 24%;
}

.present_logo_shape {
  width: 105px;
  min-width: auto;
  max-width: none;
  margin-left: 9px;
  position: relative;
}

.present_logo_shape.eng {
  width: 107px;
  margin-left: 0;
}

.slider_ar {
  border-left: 2px solid var(--black);
  opacity: .5;
  width: 32px;
  color: var(--black);
  font-size: 24px;
  font-weight: 300;
  transition: opacity .2s ease-in-out;
  right: -32px;
}

.slider_ar:hover {
  opacity: 100;
}

.slider_ar.left {
  border-right: 2px solid var(--black-50);
  border-left-style: none;
  left: -32px;
  right: auto;
}

.clients_slider {
  background-color: var(--white);
  height: 110px;
  margin-top: 20px;
}

.slider_nav {
  opacity: .56;
  font-size: 10px;
  line-height: 22px;
  bottom: -50px;
}

.clients_slide {
  width: 12.9%;
  margin-left: .7%;
  margin-right: .7%;
  padding-bottom: 0;
  padding-right: 0;
}

.client_slider_link {
  border-top: 5px solid var(--transparent);
  border-bottom: 4px solid var(--transparent);
  cursor: default;
  justify-content: center;
  align-items: center;
  padding-left: 7%;
  padding-right: 7%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.clients_slider_mask {
  padding-top: 10px;
  padding-bottom: 10px;
}

.slider_link_logo {
  object-fit: contain;
  height: 77%;
  position: relative;
}

.slider_link_logo.icl {
  width: 96%;
  min-width: 96%;
  max-width: 96%;
}

.slider_link_logo._1_1 {
  height: 96%;
}

.slider_link_logo.elit {
  height: 90%;
  margin-bottom: 12px;
}

.slider_link_logo.electra {
  width: 110%;
  min-width: 110%;
  max-width: 110%;
}

.slider_link_logo.ge {
  width: 107%;
  min-width: 107%;
  max-width: 107%;
}

.slider_link_logo.kimberly_clark {
  width: 118%;
  min-width: 118%;
  max-width: 118%;
}

.slider_link_logo.plasco {
  width: 108%;
  min-width: 108%;
  max-width: 108%;
  margin-bottom: 8px;
}

.slider_link_logo.top {
  margin-bottom: 10px;
}

.slider_link_logo.long {
  width: 112%;
  min-width: 112%;
  max-width: 112%;
}

.slider_link_logo._1_2 {
  height: 100%;
}

.footer_content_group {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer_info_block {
  text-align: right;
  flex-flow: column;
  display: flex;
}

.footer_info_block.eng {
  text-align: left;
}

.footer_logo {
  filter: grayscale();
  width: 190px;
  margin-bottom: 19px;
}

.title_sec {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 316px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title_sec.companie {
  padding-top: 0;
  padding-bottom: 0;
}

.title_sec.about {
  min-height: 333px;
}

.list_title_block {
  background-image: radial-gradient(circle closest-corner at 50% 50%, #00000057, var(--transparent));
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 20px 10%;
  font-size: 24px;
  line-height: 26px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.list_title_block.companie {
  width: 100%;
  min-height: 316px;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.title_pict {
  opacity: .9;
  object-fit: cover;
  height: 100%;
  position: absolute;
}

.title_pict.companie {
  opacity: .84;
}

.title_pict.about {
  opacity: 1;
}

.breadcrumbs_list {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  flex-flow: wrap;
  align-content: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto 30px;
  padding-left: 0;
  padding-right: 0;
  font-weight: 700;
  display: flex;
}

.breadcrumb_link {
  color: #000;
  background-image: url('../images/y_link_line.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 24px;
  display: block;
}

.breadcrumb_link:hover {
  opacity: .68;
  text-decoration: none;
}

.breadcrumb_link.index {
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  padding-right: 0;
}

.breadcrumb_link.eng {
  background-position: 0%;
  padding-left: 24px;
  padding-right: 0;
}

.breadcrumb_txt {
  opacity: .8;
  color: #333;
  background-image: url('../images/y_link_line.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: 14px;
  padding-right: 24px;
  font-weight: 400;
}

.breadcrumb_txt.eng {
  background-position: 0%;
  padding-left: 24px;
  padding-right: 0;
}

.list_title {
  border-top: 8px solid var(--transparent);
  border-bottom: 8px solid var(--yellow_hoover);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 50px;
}

.clients_list {
  grid-column-gap: 5.6%;
  grid-row-gap: 45px;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  max-width: 1180px;
  margin: 50px auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.clients_item {
  width: 15.4%;
}

.client_list_logo {
  object-fit: contain;
  height: 112px;
  position: relative;
}

.about_info_group {
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 50px;
  line-height: 24px;
  display: flex;
}

.about_info_group.flipp {
  flex-flow: row-reverse wrap;
}

.about_info_group.service {
  margin-bottom: 60px;
}

.about_info_group.eng {
  text-align: left;
  direction: ltr;
}

.about_info_group.centered {
  justify-content: center;
  align-items: flex-start;
  padding-right: 2%;
}

.about_info_block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.about_info_block.service {
  width: 56%;
}

.about_info_block.contact {
  border-left: 2px solid var(--black-25);
  width: 47%;
}

.about_info_block.access {
  width: 67%;
}

.main_info_pict {
  justify-content: center;
  align-items: center;
  width: 48%;
  display: flex;
  overflow: hidden;
}

.content_sub_title {
  margin-top: 0;
}

.brand_info_block {
  border-right: 2px solid var(--yellow_hoover);
  width: 53%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 18px;
}

.brand_info_block.affetti {
  position: relative;
}

.brand_info_block.eng {
  border-left: 2px solid var(--yellow_hoover);
  text-align: left;
  border-right-style: none;
  padding-left: 18px;
  padding-right: 0;
}

.brand_list_logo {
  object-fit: contain;
  width: 82%;
  min-width: 82%;
  max-width: 82%;
  height: 100%;
  position: relative;
}

.brand_list_logo.affett {
  width: 78%;
  min-width: 78%;
  max-width: 78%;
}

.brand_list_logo.seepex {
  width: 70%;
  min-width: 70%;
  max-width: 70%;
}

.brand_list_logo.pomp {
  width: 86%;
  min-width: 86%;
  max-width: 86%;
}

.brand_list_link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--black-5);
  text-align: right;
  cursor: pointer;
  background-image: url('../images/bg_rotor.svg');
  background-position: 83%;
  background-repeat: no-repeat;
  background-size: auto 106px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 16px;
  line-height: 20px;
  transition-duration: .2s;
  display: flex;
}

.brand_list_link:hover {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--transparent);
  background-position: 85%;
  background-size: auto 100%;
}

.brand_list_link.eng {
  background-position: 15%;
}

.companie_title_gr {
  min-width: 36vw;
  max-width: 680px;
  color: var(--black);
  background-color: #ffffffd9;
  padding: 30px 30px 25px;
}

.companie_name {
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 26px;
}

.title_logo {
  object-fit: contain;
  width: auto;
  min-width: auto;
  max-width: none;
  height: 78px;
}

.title_logo.pompatravaini {
  height: 65px;
}

.title_logo.affetti {
  height: 100px;
}

.title_logo.mixing {
  height: 80px;
}

.centered_info_gr {
  text-align: center;
}

.centered_txt {
  margin-left: 10px;
  display: inline;
}

.centered_txt.eng {
  margin-left: 0;
  margin-right: 10px;
}

.centered_link {
  cursor: pointer;
}

.centered_link:hover {
  color: var(--black-50);
}

.gallery_block {
  grid-row-gap: 12px;
  text-align: center;
  flex-flow: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-bottom: 38px;
  display: flex;
}

.gallery_link {
  float: right;
  color: #000;
  justify-content: center;
  align-items: center;
  width: 15%;
  height: 180px;
  margin-left: .8%;
  margin-right: .8%;
  padding: 10px;
  transition: all .25s ease-in-out;
  display: flex;
  overflow: hidden;
}

.gallery_link:hover {
  padding: 3px;
}

.gallery_tamb {
  object-fit: contain;
  width: 100%;
  height: 100%;
  transition: all .15s ease-in-out;
}

.menu_scroll_list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: stretch;
  margin: 40px auto;
  padding-left: 0;
  padding-right: 0;
  font-weight: 500;
  display: flex;
  overflow: auto;
}

.menu_scroll_list.eng {
  font-size: 17px;
  line-height: 25px;
}

.menu_scroll_link {
  color: #000;
  white-space: nowrap;
  cursor: pointer;
  background-color: #eff1ed;
  border-radius: 3px;
  padding: 8px 16px;
  display: block;
}

.menu_scroll_link:hover {
  text-decoration: none;
}

.menu_scroll_link.w--current {
  background-color: var(--yellow_hoover);
  cursor: default;
}

.form_label {
  width: 99%;
  margin-bottom: 2px;
  margin-right: 12px;
  font-weight: 400;
}

.form_label.eng {
  margin-left: 12px;
  margin-right: 0;
}

.form_allert {
  color: red;
  text-align: center;
  margin-top: 2px;
  font-size: 12px;
  line-height: 14px;
}

.form_allert.no {
  clear: both;
  opacity: 0;
  width: 100%;
  line-height: 14px;
}

.form_info_block {
  margin-top: 0;
  margin-bottom: 15px;
}

.form_field {
  color: #000;
  cursor: pointer;
  background-color: #0000000f;
  border: 2px solid #00000014;
  min-height: 46px;
  margin-bottom: 0;
  padding: 6px 12px;
  font-size: 18px;
  transition: all .14s ease-in-out;
}

.form_field:hover {
  border-style: solid;
  border-color: var(--yellow_hoover);
  background-color: #0000000a;
}

.form_field:focus {
  border-color: var(--yellow_hoover);
  background-color: #fff;
}

.form_field.num {
  float: left;
  text-align: center;
  direction: ltr;
  width: 18%;
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}

.form_field.tel {
  direction: ltr;
  width: 79%;
  font-size: 18px;
}

.form_field.tel.eng {
  float: right;
}

.form_field.mail {
  direction: ltr;
}

.form_field.area {
  min-height: 180px;
}

.form_button {
  background-color: var(--yellow);
  color: var(--black);
  cursor: pointer;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding: 12px 50px;
  font-size: 22px;
  line-height: 24px;
  transition: all .2s ease-in-out;
  display: block;
}

.form_button:hover {
  background-color: var(--black);
  color: var(--yellow);
}

.form_star {
  color: #f12424;
  margin-bottom: 3px;
  position: absolute;
  top: 1px;
}

.form_star.no {
  opacity: 0;
}

.form {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.form_block {
  margin-top: 0;
  margin-bottom: 25px;
}

.form_info_txt {
  margin-left: 5px;
  display: inline;
}

.form_info_txt.star {
  color: #b22222;
  margin-top: 0;
  margin-left: 2px;
  margin-right: -2px;
  font-size: 20px;
  line-height: 16px;
  display: inline-block;
  position: relative;
  top: 2px;
}

.form_info_txt.eng {
  margin-left: 0;
  margin-right: 5px;
}

.form_stage {
  flex-flow: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  display: block;
  position: relative;
}

.rates_info_title {
  margin-top: 0;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
}

.rates_info_title.form {
  margin-bottom: 6px;
}

.contact_form_block {
  width: 47%;
  padding-top: 14px;
}

.contact_title {
  margin-top: 10px;
  font-size: 32px;
  line-height: 34px;
}

.contact_block {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-right: -10px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-right: 10px;
  font-size: 22px;
  display: flex;
}

.contact_icon {
  width: 28px;
  min-width: auto;
  max-width: none;
}

.contact_icon.fax {
  width: 32px;
  margin-left: -3px;
}

.contact_icon.place {
  width: 26px;
  margin-left: 1px;
  margin-right: 1px;
}

.contact_link {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  cursor: pointer;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-right: -10px;
  padding: 8px 10px 8px 16px;
  font-size: 22px;
  display: flex;
}

.contact_link:hover {
  background-color: var(--yellow);
}

.contact_link.mail {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  font-size: 23px;
}

.contact_link.eng {
  margin-left: -10px;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 18px;
}

.prezent_name_shape {
  width: 264px;
  min-width: auto;
  max-width: none;
  margin-top: 20px;
  margin-bottom: 10px;
}

.prezent_name_shape.eng {
  width: 324px;
  margin-top: 23px;
  margin-bottom: 12px;
}

.body_eng {
  text-align: left;
  direction: ltr;
}

.footer_phone_txt {
  color: var(--black-50);
  font-weight: 600;
  display: inline;
}

.access_item {
  margin-bottom: 8px;
}

.access_list {
  margin-top: 6px;
  padding-left: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
    line-height: 22px;
  }

  p {
    margin-bottom: 2vw;
    line-height: 26px;
  }

  .nav_drop_link {
    text-align: right;
    background-image: url('../images/ic_plus.svg');
    background-position: 100% 47%;
    background-repeat: no-repeat;
    background-size: 16px;
    border-bottom-style: none;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 28px;
    font-size: 20px;
    line-height: 24px;
    transition: all .15s ease-in-out;
    display: block;
  }

  .nav_drop_link.w--open {
    background-image: url('../images/ic_close.svg');
    background-position: 100%;
    background-size: 15px;
  }

  .nav_drop_link.eng {
    text-align: left;
    background-position: 0 47%;
    padding-left: 28px;
    padding-right: 0;
  }

  .top_sec {
    padding: 2px 0%;
    box-shadow: 0 5px 5px #0000001a;
  }

  .nav_dropdown {
    z-index: 80;
    text-align: right;
    direction: rtl;
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
  }

  .nav_dropdown.eng {
    direction: ltr;
  }

  .top_logo {
    z-index: 110;
    display: none;
    position: absolute;
    inset: auto 40% 0% auto;
  }

  .top_logo.mobile {
    z-index: 0;
    width: 160px;
    max-width: none;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 3vw;
    display: block;
    bottom: 10px;
    left: 0;
    right: 0%;
  }

  .nav_drop_group {
    flex-flow: column;
    max-width: none;
  }

  .nav_bar {
    z-index: 110;
    width: 100%;
  }

  .drop_link_list {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 20px;
    padding-right: 11px;
  }

  .drop_link_list.brands {
    grid-column-gap: 8vw;
    grid-row-gap: 3vw;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
  }

  .drop_link_list.eng {
    padding-left: 28px;
    padding-right: 0;
  }

  .nav_link {
    text-align: right;
    border-bottom-style: none;
    width: 94vw;
    margin-left: auto;
    margin-right: auto;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 28px;
    font-size: 20px;
    line-height: 24px;
    position: static;
  }

  .nav_link.hebrew {
    text-align: left;
    padding-left: 28px;
    padding-right: 0;
  }

  .nav_link.eng {
    text-align: left;
    white-space: normal;
    padding-left: 28px;
    padding-right: 0;
  }

  .nav_drop_menu.w--open {
    margin-bottom: 1vw;
    padding: 2vw 0 0;
    position: relative;
    top: 0;
  }

  .nav_button {
    z-index: 150;
    float: left;
    background-image: url('../images/ic_gamb.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 45%;
    width: 70px;
    height: 60px;
    padding: 0;
    transition: all .2s ease-in-out;
  }

  .nav_button.w--open {
    background-color: var(--light-grey);
    background-image: url('../images/ic_close.svg');
    background-size: 36%;
    position: fixed;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .nav_containet {
    width: 100%;
    margin-left: 0;
  }

  .drop_link {
    box-shadow: none;
  }

  .drop_link:hover {
    border-bottom-color: var(--transparent);
    box-shadow: none;
  }

  .top_content {
    position: relative;
  }

  .nav_menu {
    z-index: 140;
    grid-row-gap: 9px;
    background-color: var(--light-grey);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    max-height: 100vh;
    margin-top: 0;
    padding-top: 6vw;
    padding-bottom: 5vw;
    display: block;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .drop_link_item {
    border-right-style: none;
    padding-right: 18px;
  }

  .drop_link_item.brand {
    width: 25%;
    max-width: none;
  }

  .drop_link_item.eng {
    text-align: left;
    border-left-style: none;
    border-right-style: solid;
    padding-left: 0;
    padding-right: 20px;
  }

  .drop_brand_link {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    font-size: 14px;
    line-height: 16px;
    overflow: visible;
  }

  .drop_brand_link:hover {
    background-position: 123% 70px;
  }

  .drop_brand_link.seepex, .drop_brand_link.seepex:hover {
    background-position: 122% -85%;
  }

  .drop_brand_name {
    font-size: 16px;
    line-height: 18px;
  }

  .drop_brand_logo {
    width: 100%;
    height: 40px;
  }

  .drop_brand_logo.seepex {
    width: 100%;
    height: 24px;
    margin-bottom: 8px;
  }

  .drop_brand_logo.affetti {
    height: 49px;
  }

  .logo_shape_menu.right {
    width: 92%;
    bottom: -30%;
  }

  .present_sec {
    height: 56vh;
    min-height: auto;
  }

  .present_info_block {
    font-size: 18px;
    line-height: 20px;
  }

  .present_sub_name {
    letter-spacing: 2px;
    margin-bottom: 3%;
    font-size: 20px;
    line-height: 20px;
  }

  .content_sec {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .content_sec.contact {
    padding: 10vw 3%;
  }

  .content_sec.footer {
    padding: 2vw 3%;
  }

  .content_sec.grey {
    padding-left: 3%;
    padding-right: 3%;
  }

  .content_block {
    max-width: none;
  }

  .content_block.slider {
    width: 96%;
    max-width: none;
    margin-bottom: 40px;
  }

  .content_title {
    border-bottom-width: 6px;
    margin-top: 1vw;
    margin-bottom: 1vw;
    padding-bottom: .5vw;
    font-size: 26px;
    line-height: 30px;
  }

  .title_block {
    margin-top: 1vw;
  }

  .brand_item_link {
    background-position: 50% 0;
    background-size: 60%;
    padding-top: 3.4vw;
    padding-bottom: 1vw;
    font-size: 12px;
    line-height: 14px;
  }

  .brand_item_link:hover {
    background-size: 60%;
  }

  .brand_logo_block {
    height: 50px;
  }

  .brand_logo_block.list {
    width: 44%;
  }

  .brand_link_name {
    margin-top: 1vw;
    font-size: 14px;
    line-height: 20px;
  }

  .contact_shape {
    width: 92%;
    bottom: -39%;
    right: -15%;
  }

  .contact_sec_logo {
    width: 28%;
  }

  .contact_sec_title {
    font-size: 24px;
    line-height: 28px;
  }

  .footer_content {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .main_info_group {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .about_pict_block.service {
    width: 38%;
  }

  .main_info_block {
    width: 48%;
  }

  .footer_contact_gr {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    margin-top: 1vw;
  }

  .footer_nav_block {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 3vw;
    padding-bottom: 2vw;
    padding-right: 0;
    font-size: 16px;
  }

  .footer_nav_block.eng {
    padding-left: 0;
  }

  .footer_credit_group {
    margin-top: .5vw;
    padding-top: 2.5vw;
  }

  .main_brands_group {
    max-width: none;
    margin-top: 1.5vw;
    margin-bottom: 2vw;
    padding-bottom: 0;
  }

  .main_brands_group.list {
    grid-row-gap: 1vw;
  }

  .main_brand_block {
    min-width: auto;
  }

  .main_brand_block.list {
    width: 100%;
  }

  .present_logo_shape {
    width: 70px;
    margin-left: 8px;
  }

  .slider_ar {
    opacity: .3;
    width: 3.6vw;
    font-size: 2.4vw;
    line-height: 3vw;
    right: -3.6vw;
  }

  .slider_ar.left {
    left: -4vw;
  }

  .clients_slider {
    height: 100px;
    margin-top: 1vw;
  }

  .slider_nav {
    font-size: 9px;
    line-height: 16px;
    bottom: -42px;
  }

  .clients_slide {
    width: 14.7%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .client_slider_link {
    padding-left: 6%;
    padding-right: 6%;
  }

  .clients_slider_mask {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider_link_logo {
    height: 70%;
  }

  .slider_link_logo._1_1 {
    height: 74%;
  }

  .slider_link_logo._1_2 {
    height: 88%;
  }

  .footer_content_group {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .footer_info_block {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .footer_logo {
    z-index: 110;
    width: 170px;
    margin-bottom: 2vw;
  }

  .title_sec {
    height: auto;
    min-height: 22vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .list_title_block {
    font-size: 18px;
    line-height: 20px;
  }

  .list_title_block.companie {
    min-height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .breadcrumbs_list {
    grid-column-gap: 10px;
    max-width: none;
    margin-bottom: 3vw;
    font-size: 14px;
    line-height: 18px;
  }

  .breadcrumb_link, .breadcrumb_txt {
    padding-right: 18px;
  }

  .list_title {
    border-top-width: 7px;
    border-bottom-width: 7px;
    font-size: 38px;
    line-height: 38px;
  }

  .clients_list {
    grid-column-gap: 4%;
    grid-row-gap: 3vw;
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .clients_item {
    width: 16%;
  }

  .client_list_logo {
    height: 90px;
  }

  .about_info_group {
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .about_info_group.centered {
    padding-right: 0%;
  }

  .about_info_block, .about_info_block.contact {
    width: 48%;
  }

  .about_info_block.access {
    width: 100%;
  }

  .content_sub_title {
    font-size: 22px;
    line-height: 26px;
  }

  .brand_info_block {
    border-right-color: var(--yellow_hoover);
    width: 55%;
    padding-top: 2vw;
    padding-bottom: 2vw;
    padding-right: 3vw;
  }

  .brand_list_link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
  }

  .brand_list_link:hover {
    background-size: 60%;
  }

  .companie_title_gr {
    min-width: 47vw;
    max-width: none;
    padding: 3vw;
  }

  .companie_name {
    margin-top: 2vw;
    font-size: 26px;
    line-height: 24px;
  }

  .title_logo {
    height: 8vw;
  }

  .title_logo.pompatravaini {
    max-width: 96%;
    height: 8vw;
  }

  .title_logo.affetti {
    height: 11vw;
  }

  .title_logo.mixing {
    height: 10vw;
  }

  .gallery_block {
    grid-row-gap: 1vw;
    text-align: center;
    margin-top: 1vw;
    margin-bottom: 4vw;
  }

  .gallery_link {
    width: 23%;
    height: 18vw;
    padding: 0;
  }

  .gallery_link:hover {
    padding: 0;
  }

  .menu_scroll_list {
    grid-column-gap: .6vw;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .menu_scroll_list.eng {
    grid-column-gap: .5vw;
  }

  .menu_scroll_item {
    display: block;
  }

  .menu_scroll_link {
    white-space: nowrap;
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .menu_scroll_link.eng {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 15px;
    line-height: 18px;
  }

  .form_label {
    width: 95%;
  }

  .form_allert {
    margin-top: 0;
    line-height: 14px;
  }

  .form_info_block {
    margin-top: 1vw;
    margin-bottom: 1vw;
  }

  .form_field {
    min-height: 42px;
    font-size: 16px;
    line-height: 22px;
  }

  .form_field.num {
    width: 25%;
  }

  .form_field.tel {
    width: 72%;
  }

  .form_field.area {
    min-height: 172px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .form_button {
    margin-top: 1.5vw;
    padding: 10px 8vw;
    font-size: 20px;
  }

  .form_info-block {
    line-height: 22px;
  }

  .form_block {
    margin-bottom: 20px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .form_stage {
    line-height: 22px;
  }

  .rates_info_title {
    margin-bottom: 12px;
    line-height: 24px;
  }

  .contact_form_block {
    width: 48%;
    padding-top: 0;
  }

  .contact_title {
    margin-top: 0;
    font-size: 25px;
    line-height: 27px;
  }

  .contact_block {
    margin-top: 1vw;
    margin-right: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 0;
    font-size: 18px;
  }

  .contact_icon {
    width: 24px;
  }

  .contact_icon.fax {
    width: 28px;
    margin-left: -3px;
  }

  .contact_icon.place {
    width: 22px;
  }

  .contact_link {
    margin-top: 1vw;
    margin-right: 0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-right: 0;
    font-size: 18px;
  }

  .contact_link:hover {
    background-color: var(--transparent);
  }

  .contact_link.mail {
    font-size: 20px;
  }

  .contact_link.mail.eng {
    padding-right: 0;
  }

  .prezent_name_shape {
    width: 212px;
    margin-top: 14px;
    margin-bottom: 8px;
  }

  .access_item {
    margin-bottom: .6vw;
  }

  .access_list {
    margin-top: 0;
    margin-bottom: 2vw;
    padding-right: 20px;
  }

  .access_title {
    margin-top: 1.4vw;
    margin-bottom: .6vw;
    font-size: 22px;
    line-height: 24px;
  }
}

@media screen and (max-width: 767px) {
  p {
    margin-bottom: 2vw;
  }

  .nav_dropdown {
    margin-bottom: 1vw;
  }

  .top_logo.mobile {
    margin-left: auto;
    top: auto;
  }

  .drop_link_list {
    grid-column-gap: 3vw;
    grid-row-gap: 1vw;
    margin-top: 2px;
    margin-bottom: 10px;
    padding-right: 12px;
  }

  .drop_link_list.brands {
    grid-column-gap: 3vw;
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .drop_link_list.eng {
    padding-right: 1vw;
  }

  .nav_link {
    margin-bottom: 1vw;
  }

  .nav_button {
    width: 74px;
  }

  .nav_menu {
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .nav_menu.eng {
    padding-top: 64px;
  }

  .drop_link_item.brand {
    width: 29%;
  }

  .drop_link_item.eng {
    border-right-style: none;
    padding-right: 1vw;
  }

  .drop_brand_link {
    margin-bottom: 6px;
    padding-bottom: 6px;
  }

  .drop_brand_link.seepex, .drop_brand_link.seepex:hover {
    background-position: 122% -95%;
  }

  .drop_brand_logo {
    width: 92%;
    height: 6vw;
  }

  .drop_brand_logo.seepex {
    width: 90%;
    height: 3vw;
  }

  .drop_brand_logo.affetti {
    height: 6vw;
  }

  .present_sec {
    height: 58vw;
  }

  .present_info_block {
    font-size: 16px;
    line-height: 20px;
  }

  .present_sub_name {
    letter-spacing: 1.5px;
    margin-bottom: 2%;
    font-size: 16px;
    line-height: 22px;
  }

  .content_sec {
    padding: 3vw 4%;
  }

  .content_sec.contact {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content_sec.footer {
    padding: 4vw 4%;
  }

  .content_sec.grey {
    padding-left: 4%;
    padding-right: 4%;
  }

  .content_block.contact {
    flex-flow: column;
  }

  .content_block.slider {
    width: 98%;
  }

  .content_title {
    border-bottom-width: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .brand_item_link, .brand_item_link:hover {
    background-size: 45%;
  }

  .brand_link_name {
    margin-bottom: .5vw;
    line-height: 18px;
  }

  .brand_link_name.list {
    font-size: 20px;
    line-height: 24px;
  }

  .contact_shape {
    width: 94%;
    bottom: -22%;
    right: -7%;
  }

  .contact_sec_logo {
    width: 184px;
    margin-bottom: 4vw;
  }

  .contact_sec_logo.eng {
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .contact_sec_line {
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .contact_sec_line.sm {
    inset: auto 0% 0% auto;
  }

  .contact_sec_info {
    width: 100%;
  }

  .contact_sec_title.eng {
    margin-top: 2vw;
    font-size: 22px;
    line-height: 26px;
  }

  .button.about {
    margin-left: auto;
    margin-right: auto;
  }

  .main_info_group {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column-reverse wrap-reverse;
    align-content: center;
    margin-top: 3vw;
    margin-bottom: 5vw;
  }

  .about_pict_block, .main_info_block {
    width: 100%;
  }

  .footer_contact_txt.eng {
    margin-right: 6px;
  }

  .footer_credit_group {
    margin-top: 1vw;
    padding-top: 4vw;
  }

  .main_brands_group {
    grid-column-gap: 3%;
  }

  .main_brand_block {
    width: 31%;
  }

  .present_logo_shape {
    width: 65px;
    margin-left: 7px;
  }

  .slider_ar {
    width: 5vw;
    font-size: 3.2vw;
    right: -5vw;
  }

  .slider_ar.left {
    left: -5vw;
  }

  .clients_slider {
    height: 96px;
  }

  .slider_nav {
    font-size: 8px;
  }

  .clients_slide {
    width: 22%;
    margin-left: 1.5%;
    margin-right: 1.5%;
  }

  .client_slider_link {
    padding-left: 5%;
    padding-right: 5%;
  }

  .slider_link_logo {
    width: 98%;
    min-width: 98%;
    max-width: 98%;
  }

  .slider_link_logo.icl {
    height: 62%;
  }

  .slider_link_logo._1_1 {
    height: 76%;
  }

  .slider_link_logo.elit {
    height: 76%;
    margin-bottom: 8px;
  }

  .slider_link_logo.ge {
    width: 110%;
    min-width: 110%;
    max-width: 110%;
  }

  .slider_link_logo.top {
    width: 0%;
    min-width: 94%;
    max-width: 94%;
    margin-bottom: 8px;
  }

  .slider_link_logo._1_2 {
    height: 86%;
  }

  .footer_logo {
    width: 184px;
  }

  .title_sec {
    min-height: 27vw;
  }

  .list_title_block {
    padding: 3vw 4%;
    font-size: 16px;
    line-height: 20px;
  }

  .list_title_block.companie {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .breadcrumbs_list {
    grid-column-gap: 9px;
    grid-row-gap: 3px;
    margin-bottom: 4vw;
    font-size: 14px;
    line-height: 16px;
  }

  .breadcrumb_link {
    background-position: 100% 61%;
    background-size: 6px;
    padding-right: 14px;
  }

  .breadcrumb_link.eng, .breadcrumb_link.eng.w--current {
    padding-left: 18px;
  }

  .breadcrumb_txt {
    background-position: 100% 61%;
    background-size: 6px;
    padding-right: 14px;
  }

  .breadcrumb_txt.eng {
    padding-left: 18px;
  }

  .list_title {
    border-bottom-width: 6px;
    padding-top: 0;
    padding-bottom: 2vw;
    font-size: 34px;
    line-height: 36px;
  }

  .client_list_logo {
    width: 98%;
    min-width: 98%;
    max-width: 98%;
  }

  .about_info_group {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    align-content: center;
    margin-top: 3vw;
    margin-bottom: 4vw;
  }

  .about_info_group.service {
    flex-flow: row;
  }

  .about_info_group.service.flipp {
    flex-flow: row-reverse wrap;
  }

  .about_info_block {
    width: 100%;
  }

  .about_info_block.contact {
    border-bottom: 2px solid var(--black-25);
    border-left-style: none;
    width: 100%;
    margin-bottom: 1vw;
    padding-bottom: 4vw;
  }

  .main_info_pict {
    width: 100%;
  }

  .content_sub_title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
  }

  .brand_info_block {
    font-size: 14px;
  }

  .brand_list_link, .brand_list_link:hover {
    background-size: 45%;
  }

  .companie_title_gr {
    min-width: 50vw;
    padding-top: 4vw;
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .companie_name {
    font-size: 24px;
  }

  .title_logo {
    height: 10vw;
  }

  .title_logo.affetti {
    height: 13vw;
  }

  .title_logo.mixing {
    height: 12vw;
  }

  .centered_info_gr {
    margin-top: 5vw;
    margin-bottom: 2vw;
  }

  .centered_txt {
    margin-left: 2vw;
  }

  .centered_txt.eng {
    margin-right: 6px;
  }

  .gallery_block {
    text-align: center;
    margin-bottom: 3vw;
  }

  .gallery_link {
    margin-top: 0%;
    margin-bottom: 2vw;
  }

  .menu_scroll_list {
    grid-row-gap: 6px;
    flex-flow: wrap;
    align-content: flex-start;
    overflow: hidden;
  }

  .menu_scroll_list.eng {
    grid-row-gap: 4px;
  }

  .menu_scroll_link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form_info_block {
    margin-top: 0;
  }

  .form_field {
    font-size: 16px;
  }

  .form_button {
    min-width: 40%;
    margin-top: 3vw;
    font-size: 22px;
    line-height: 26px;
  }

  .form_block {
    margin-bottom: 0;
  }

  .rates_info_title {
    margin-bottom: 12px;
  }

  .contact_form_block {
    width: 100%;
  }

  .prezent_name_shape {
    width: 168px;
    margin-top: 12px;
    margin-bottom: 6px;
  }

  .access_item {
    margin-bottom: 1vw;
  }

  .access_list {
    padding-right: 3vw;
  }

  .access_title {
    margin-top: 2vw;
    font-size: 20px;
    line-height: 22px;
  }
}

@media screen and (max-width: 479px) {
  p {
    line-height: 24px;
  }

  .nav_drop_link {
    background-position: 100% 46%;
    background-size: 16px;
    padding-right: 30px;
    font-size: 22px;
    line-height: 26px;
  }

  .nav_drop_link.eng {
    padding-left: 22px;
  }

  .top_sec {
    padding-top: 2px;
  }

  .nav_dropdown {
    width: 92%;
  }

  .top_logo.mobile {
    width: 130px;
    margin-right: 5vw;
    top: 14px;
    bottom: auto;
  }

  .drop_link_list {
    grid-column-gap: 6px;
    grid-row-gap: 7px;
    margin-top: 4px;
    margin-bottom: 10px;
  }

  .drop_link_list.brands {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    margin-bottom: 10px;
  }

  .drop_link_list.eng {
    padding-left: 8px;
    padding-right: 0;
  }

  .nav_link {
    width: 92%;
    padding-right: 30px;
    font-size: 22px;
    line-height: 26px;
  }

  .nav_link.english {
    font-size: 18px;
    line-height: 26px;
  }

  .nav_link.eng {
    padding-left: 24px;
  }

  .nav_drop_menu.w--open {
    padding-bottom: 6px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav_button {
    background-size: 44%;
    width: 64px;
    height: 56px;
  }

  .nav_button.w--open {
    top: 2px;
  }

  .drop_link {
    border-radius: 20px;
    padding-left: 10px;
  }

  .top_content {
    height: 56px;
  }

  .nav_menu {
    padding: 40px 8px 7vw;
  }

  .drop_link_item {
    padding-right: 12px;
  }

  .drop_link_item.brand {
    width: 47%;
  }

  .drop_link_item.first {
    padding-right: 14px;
  }

  .drop_link_item.eng {
    border-right-style: none;
    padding-right: 0;
  }

  .drop_brand_link {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .drop_brand_link:hover {
    background-position: 123% -78%;
  }

  .drop_brand_logo.seepex {
    height: 4vw;
    margin-bottom: 4px;
  }

  .drop_brand_logo.affetti {
    height: 9vw;
    margin-bottom: -4px;
  }

  .logo_shape_menu.right {
    width: 111%;
    bottom: -15%;
  }

  .present_sec {
    height: 70vw;
  }

  .present_info_block {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 14px;
    line-height: 18px;
  }

  .present_sub_name {
    letter-spacing: 0;
    margin-bottom: 3%;
    font-size: 16px;
    line-height: 20px;
  }

  .content_sec {
    padding-bottom: 10vw;
    padding-left: 5%;
    padding-right: 5%;
  }

  .content_sec.contact {
    padding: 12vw 5%;
  }

  .content_sec.footer {
    padding: 6vw 5% 8vw;
  }

  .content_block.slider {
    width: 90%;
    margin-bottom: 5vw;
  }

  .content_title {
    font-size: 22px;
    line-height: 24px;
  }

  .title_block {
    margin-top: 2vw;
    margin-bottom: 4vw;
  }

  .brand_item_link {
    padding-top: 5vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .brand_logo_block.list {
    width: 100%;
    min-width: 100%;
  }

  .brand_link_name {
    font-size: 16px;
  }

  .contact_shape {
    width: 106%;
    bottom: -20%;
    right: -13%;
  }

  .contact_sec_logo {
    width: 170px;
    margin-bottom: 8vw;
  }

  .contact_sec_line {
    width: 9%;
  }

  .contact_sec_line.sm {
    width: 5%;
  }

  .contact_sec_title {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .button {
    margin-top: 6vw;
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .main_info_group {
    font-size: 14px;
    line-height: 20px;
  }

  .about_pict_block.service {
    width: 100%;
  }

  .footer_contact_gr {
    grid-column-gap: 3vw;
    grid-row-gap: 3vw;
    flex-flow: column;
    margin-top: 3vw;
    margin-bottom: 2vw;
  }

  .footer_nav_block {
    grid-column-gap: 4vw;
    grid-row-gap: 2vw;
    border-top-style: solid;
    border-top-color: var(--black-25);
    flex-flow: wrap;
    align-content: flex-start;
    width: 100%;
    margin-top: 4vw;
    padding-top: 4vw;
    padding-bottom: 1vw;
  }

  .footer_nav_link {
    padding: 2px;
  }

  .footer_credit_group {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    flex-flow: column;
    margin-top: 0;
    padding-top: 6vw;
  }

  .main_brands_group {
    grid-row-gap: 24px;
    margin-top: 3vw;
  }

  .main_brands_group.list {
    grid-column-gap: 0%;
    grid-row-gap: 3vw;
  }

  .main_brand_block {
    width: 48%;
  }

  .present_logo_shape {
    width: 44px;
    margin-left: 4px;
  }

  .slider_ar {
    width: 8vw;
    font-size: 5vw;
    right: -8vw;
  }

  .slider_ar.left {
    left: -8vw;
  }

  .clients_slider {
    height: 84px;
  }

  .slider_nav {
    display: none;
  }

  .clients_slide {
    width: 31%;
    margin-left: 1%;
    margin-right: 1%;
  }

  .client_slider_link {
    padding-left: 8%;
    padding-right: 8%;
  }

  .slider_link_logo {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
  }

  .slider_link_logo._1_1 {
    height: 76%;
  }

  .slider_link_logo.electra {
    width: 106%;
    min-width: 106%;
    max-width: 106%;
  }

  .slider_link_logo.kimberly_clark {
    width: 112%;
    min-width: 112%;
    max-width: 112%;
  }

  .slider_link_logo.long {
    width: 110%;
    min-width: 110%;
    max-width: 110%;
  }

  .slider_link_logo._1_2 {
    height: 97%;
  }

  .footer_logo {
    width: 170px;
    margin-bottom: 5vw;
  }

  .title_sec {
    min-height: 40vw;
    padding-top: 6vw;
    padding-bottom: 8vw;
  }

  .list_title_block {
    padding-left: 5vw;
    padding-right: 5vw;
    font-size: 14px;
    line-height: 18px;
  }

  .list_title_block.companie {
    width: 100%;
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .title_pict {
    inset: 0%;
  }

  .breadcrumbs_list {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    margin-top: 1vw;
    margin-bottom: 5vw;
    font-size: 13px;
    line-height: 15px;
  }

  .breadcrumb_link {
    background-position: 100% 54%;
    background-size: 6px;
    padding-right: 10px;
  }

  .breadcrumb_link.eng, .breadcrumb_link.eng.w--current {
    padding-left: 10px;
  }

  .breadcrumb_txt {
    background-position: 100% 54%;
    padding-right: 10px;
  }

  .breadcrumb_txt.eng {
    padding-left: 10px;
  }

  .list_title {
    border-bottom-width: 5px;
    font-size: 28px;
    line-height: 30px;
  }

  .about_info_group {
    margin-bottom: 3vw;
  }

  .about_info_group.flipp {
    margin-bottom: 6vw;
  }

  .about_info_group.service {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    flex-flow: wrap-reverse;
    align-content: flex-end;
    margin-top: 3vw;
    margin-bottom: 10vw;
    padding-left: 2vw;
  }

  .about_info_group.service.flipp {
    flex-flow: wrap-reverse;
    margin-bottom: 0;
  }

  .about_info_block.service {
    width: 100%;
  }

  .about_info_block.contact {
    margin-bottom: 4vw;
    padding-bottom: 6vw;
  }

  .content_sub_title {
    margin-top: 2px;
    margin-bottom: 6px;
    font-size: 20px;
    line-height: 24px;
  }

  .brand_info_block {
    border-right-style: none;
    width: 100%;
    padding: 0 2vw 6vw;
  }

  .brand_info_block.eng {
    text-align: center;
    border-left-style: none;
  }

  .brand_list_logo.pomp {
    height: auto;
  }

  .brand_list_link {
    text-align: center;
    flex-flow: column;
    padding: 5vw 2vw 0;
  }

  .companie_title_gr {
    min-width: 64vw;
    padding: 5vw 6vw 4vw;
    position: relative;
    top: 6vw;
  }

  .companie_name {
    font-size: 20px;
    line-height: 22px;
  }

  .title_logo {
    height: 16vw;
  }

  .title_logo.pompatravaini {
    max-width: 94%;
    height: 8vw;
  }

  .title_logo.milton {
    height: 11vw;
  }

  .title_logo.affetti {
    height: 18vw;
  }

  .title_logo.mixing {
    height: 19vw;
  }

  .centered_info_gr {
    margin-top: 9vw;
  }

  .gallery_block {
    margin-bottom: 6vw;
  }

  .gallery_link {
    width: 29%;
    height: 28vw;
    margin-bottom: 3vw;
    margin-left: 2%;
    margin-right: 2%;
  }

  .menu_scroll_list {
    grid-column-gap: 6px;
    height: 52px;
    padding-left: 4%;
    padding-right: 4%;
  }

  .menu_scroll_list.eng {
    height: auto;
  }

  .menu_scroll_link {
    padding: 6px 14px;
    font-size: 14px;
  }

  .menu_scroll_link.eng {
    font-size: 14px;
  }

  .form_field {
    margin-bottom: 2px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .form_field.num {
    width: 21%;
  }

  .form_field.tel {
    width: 76%;
  }

  .form_field.area {
    min-height: 200px;
  }

  .form_button {
    background-image: none;
    min-width: 100%;
    margin-top: 12px;
  }

  .form {
    margin-top: 3vw;
  }

  .form_block {
    margin-bottom: 20px;
  }

  .form_stage {
    margin-top: 2px;
    margin-bottom: 2px;
  }

  .contact_block {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .contact_icon.place {
    margin-left: 0;
    margin-right: 0;
  }

  .contact_link {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .prezent_name_shape {
    width: 141px;
  }

  .access_item {
    margin-bottom: 1.5vw;
  }

  .access_list {
    padding-right: 4vw;
  }

  .access_title {
    margin-top: 4vw;
    margin-bottom: 1vw;
  }
}


@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/ogenbold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/ogenregular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Comic Sans';
  src: url('../fonts/ogenblack.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}