.brand {
  width: 133px;
  height: 80px;
  background-image: url('../images/goinfinite_logo_menu.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: scroll;
  text-align: justify;
}

.navbar {
  background-color: #fff;
  font-weight: 700;
  text-transform: uppercase;
}

.container {
  max-width: 1200px;
  min-height: 80px;
  margin-right: auto;
  margin-left: auto;
}

.container.footer {
  display: block;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.container.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.portofoliu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.container.product_brands {
  margin-bottom: 100px;
}

.body {
  font-family: Muli, sans-serif;
  color: #0e1e32;
  font-size: 12px;
  line-height: 16px;
  font-weight: 300;
}

.nav-link {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #2b347a;
  font-weight: 900;
}

.nav-link.w--current {
  color: #ff6e00;
}

.nav-link.contact_link {
  padding-right: 0px;
}

.hero {
  display: block;
  height: 820px;
  background-color: transparent;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/example-bg.png');
  background-position: 0px 0px;
  background-size: 125px;
}

.heading {
  text-align: center;
}

.paragraph {
  margin-bottom: 60px;
  font-size: 18px;
  line-height: 16px;
  text-align: center;
}

.section {
  padding-top: 60px;
  font-weight: 400;
}

.section.map {
  min-height: 460px;
  padding-top: 0px;
  border-top: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.section.last {
  padding-bottom: 60px;
}

.section.page_header {
  min-height: 448px;
  background-image: url('../images/despre_noi.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section.brands {
  margin-top: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #f7f7f7;
}

.section.brands.nospace {
  margin-top: 0px;
}

.image {
  margin-right: auto;
  margin-left: auto;
}

.logo_footer {
  margin-right: 30px;
  padding-top: 10px;
  float: left;
}

.footer_links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 400px;
  float: left;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.link {
  position: static;
  float: left;
  clear: left;
  color: #2c3279;
  font-size: 11px;
  line-height: 20px;
  text-decoration: none;
  white-space: normal;
}

.column {
  clear: left;
  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;
  font-style: normal;
  text-align: left;
  text-decoration: none;
  white-space: nowrap;
}

.columns {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  white-space: nowrap;
}

.form {
  min-width: 380px;
  float: right;
}

.text_input {
  margin-right: -10px;
  margin-bottom: 0px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  border-radius: 10px 0px 0px 10px;
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 16px;
}

.text_input.left {
  width: 210px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border-radius: 10px;
}

.text_input.right {
  width: 210px;
  margin-right: auto;
  margin-bottom: 20px;
  float: right;
  border-radius: 10px;
}

.newsletter_form {
  display: inline-block;
  min-width: 340px;
}

.field-label {
  margin-bottom: 10px;
  color: #2c3279;
  font-size: 12px;
  line-height: 16px;
}

.text-block {
  margin-bottom: 10px;
  color: #2c3279;
  font-size: 12px;
  line-height: 16px;
  font-weight: 400;
}

.submit-button {
  padding-right: 35px;
  padding-left: 35px;
  border-radius: 10px;
  background-color: #ff6e00;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.submit-button.right {
  float: right;
  clear: left;
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-width: 380px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.copyright {
  padding-top: 70px;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social_icons {
  position: static;
  padding-right: 22%;
}

.copyright_column {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.copyright_text {
  color: #2c3279;
  font-weight: 400;
}

.social {
  text-align: right;
}

.img_proiecte {
  min-height: 50px;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  text-align: center;
}

.column_proiecte {
  display: inline-block;
  overflow: visible;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: center;
}

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

.heading-2 {
  color: #0e1e32;
  font-size: 16px;
  text-align: left;
  text-decoration: none;
}

.heading-2.middle {
  text-align: center;
  text-transform: uppercase;
}

.heading-2.right {
  text-align: right;
}

.paragraph-2 {
  max-width: 370px;
  float: left;
  color: #2c3279;
  font-size: 11px;
  font-weight: 400;
  text-align: justify;
}

.paragraph-2.middle {
  text-align: center;
}

.paragraph-2.right {
  float: right;
  text-align: justify;
}

.conta {
  max-width: 1200px;
  min-height: 200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 10px;
}

.social_icon {
  padding-left: 10px;
}

.text-block-2 {
  font-weight: 500;
}

.hero_slide {
  padding-top: 100px;
  background-image: url('../images/hero_img_1.png');
  background-position: 0px 0px;
}

.hero_slide.slide_1 {
  padding-top: 140px;
  background-image: url('../images/hero_img_1.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero_slide.slide_2 {
  padding-top: 140px;
  background-image: url('../images/hero_img_3.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.hero_slider {
  height: 820px;
}

.hero_nav {
  -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;
  text-align: center;
}

.header_despre {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
}

.text_block_project {
  color: #2b347a;
}

.paragraph-3 {
  text-align: justify;
}

.columns-3 {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.column-7 {
  position:relative;
  margin-right:auto;
  margin-left:auto
}



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

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

.info_contact_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;
}

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

.left_column {
  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-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.right_column {
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.left_content {
  padding-bottom: 60px;
  float: left;
}

.right_content {
  padding-bottom: 60px;
  float: right;
}

.portofoliu_img.left {
  padding-right: 40px;
  float: left;
}

.portofoliu_img.right {
  padding-left: 40px;
  float: right;
}

.contact_form {
  width: 440px;
}

.text_area {
  min-height: 125px;
  margin-right: -10px;
  margin-bottom: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px solid transparent;
  border-radius: 10px;
  background-color: #f0f0f0;
  font-size: 12px;
  line-height: 16px;
}

.text_area.left {
  width: 210px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
  border-radius: 10px;
}

.text_area.right {
  width: 210px;
  margin-right: auto;
  margin-bottom: 20px;
  float: right;
  border-radius: 10px;
}

.label_form {
  padding-bottom: 20px;
  color: #2c3279;
}

.info_div {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.info_div-2 {
  padding-bottom: 90px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact_img {
  padding-right: 20px;
  float: left;
}

.title_info_contact {
  padding-top: 5px;
  padding-bottom: 0px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #2c3279;
  text-align: left;
}

.text_info {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 11px;
  white-space: nowrap;
}

.info_left {
  padding-right: 140px;
  float: left;
  -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;
}

.map {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slide_header {
  max-width: 680px;
  margin-bottom: 40px;
  float: left;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.slide_paragraph {
  max-width: 620px;
  float: left;
  clear: left;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
}

.btn_hero_cotact {
  margin-top: 10px;
  padding: 12px 20px;
  float: left;
  clear: left;
  border-radius: 10px;
  background-color: #ff6e00;
  font-size: 18px;
  font-weight: 700;
}

.hero_container {
  max-width: 1200px;
  min-height: 80px;
  margin: 100px auto auto;
}

.hero_container.footer {
  display: block;
  padding-bottom: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hero_container.brands {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero_container.portofoliu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.projects {
  padding-bottom: 40px;
}

.column_project {
  text-align: center;
}

.header_project {
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}

.portofoliu_img_link.left {
  padding-right: 40px;
  float: left;
}

.portofoliu_img_link.right {
  padding-left: 40px;
  float: right;
}

.btn_link {
  padding-right: 35px;
  padding-left: 35px;
  float: left;
  clear: left;
  -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: 10px;
  background-color: #ff6e00;
  font-size: 12px;
  line-height: 16px;
  font-weight: 700;
}

.btn_link.right {
  float: right;
  clear: right;
}

.portofoliu_div.left {
  float: left;
}

.portofoliu_div.right {
  float: right;
}

.link-block {
  min-height: 200px;
  text-decoration: none;
}

.link-block-2 {
  text-decoration: none;
}

.link-block-3 {
  text-decoration: none;
}

.link-block-4 {
  text-decoration: none;
}

.products {
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.products2 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .container.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container.portofoliu {
    padding-right: 20px;
  }
  .container.nav {
    padding-right: 0px;
  }
  .menu-button {
    padding: 30px;
  }
  .icon {
    font-size: 30px;
  }
  .logo_footer {
    margin-bottom: 40px;
  }
  .footer_links {
    min-width: 400px;
    margin-bottom: 40px;
    clear: left;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .link {
    font-size: 12px;
  }
  .form {
    float: none;
    clear: both;
    text-align: center;
  }
  .text_input.left {
    width: 100%;
  }
  .text_input.right {
    width: 100%;
  }
  .field-label {
    font-size: 14px;
  }
  .copyright {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 40px;
    float: none;
    clear: both;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .social_icons {
    padding-right: 10px;
  }
  .column_proiecte {
    min-height: 260px;
    padding-bottom: 40px;
  }
  .proiecte_columns {
    display: block;
  }
  .columns-2 {
    padding-right: 10px;
    padding-bottom: 40px;
    padding-left: 10px;
  }
  .paragraph-3 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .column-4 {
    text-align: center;
  }
  .contact_form {
    width: 100%;
  }
  .info_div-2 {
    padding-bottom: 0px;
  }
  .info_left {
    padding-bottom: 40px;
  }
  .info_right {
    padding-bottom: 40px;
    clear: left;
  }
  .hero_container {
    padding-left: 40px;
  }
  .hero_container.footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    clear: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hero_container.portofoliu {
    padding-right: 20px;
  }
  .right_arow {
    display: none;
  }
  .left_arrow {
    display: none;
  }
  .form-block-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .projects {
    padding-bottom: 0px;
  }
  .column_project {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-right: 0px;
    padding-left: 0px;
  }
  .container.footer {
    padding-left: 0px;
  }
  .container.nav {
    padding-left: 20px;
  }
  .paragraph {
    margin-bottom: 100px;
  }
  .copyright_text {
    padding-bottom: 20px;
  }
  .social {
    text-align: center;
  }
  .heading-2 {
    float: none;
    clear: left;
    text-align: center;
    white-space: nowrap;
  }
  .heading-2.right {
    float: none;
    text-align: center;
  }
  .paragraph-2.middle {
    max-width: none;
    float: none;
  }
  .paragraph-2.right {
    float: none;
    text-align: justify;
  }
  .text-block-2 {
    text-align: center;
  }
  .contact_columns {
    display: block;
  }
  .form_column {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .info_contact_column {
    padding-bottom: 40px;
  }
  .left_content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .right_content {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: center;
  }
  .portofoliu_img.left {
    padding-right: 0px;
    float: none;
    text-align: center;
    white-space: nowrap;
  }
  .portofoliu_img.right {
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .info_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: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .info_div-2 {
    padding-bottom: 40px;
  }
  .info_left {
    padding-right: 0px;
    padding-bottom: 40px;
  }
  .info_right {
    clear: left;
  }
  .hero_container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hero_container.footer {
    padding-left: 0px;
  }
  .column-5 {
    text-align: center;
  }
  .column-6 {
    padding-bottom: 40px;
  }
  .portofoliu_img_link.left {
    padding-right: 0px;
    float: none;
    text-align: center;
    white-space: nowrap;
  }
  .portofoliu_img_link.right {
    padding-left: 0px;
    float: none;
    text-align: center;
  }
  .btn_link {
    float: left;
    clear: left;
    -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;
    text-align: center;
  }
  .portofoliu_div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .portofoliu_div.left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    -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;
  }
  .portofoliu_div.right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
  }
  .products {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .products2 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .products_brand {
    margin-bottom: 60px;
  }
  .products_brand.last_brand {
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 479px) {
  .container.footer {
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu-button {
    padding: 30px;
  }
  .icon {
    font-size: 36px;
    line-height: 20px;
  }
  .logo_footer {
    margin-bottom: 60px;
  }
  .footer_links {
    display: -ms-grid;
    display: grid;
    min-width: 300px;
    -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;
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    grid-auto-flow: row;
    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;
  }
  .form {
    min-width: auto;
    -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;
  }
  .text_input {
    clear: left;
  }
  .text_input.left {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    float: none;
    clear: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .text_input.right {
    width: 100%;
    margin-left: auto;
    float: none;
    clear: none;
  }
  .newsletter_form {
    min-width: auto;
  }
  .submit-button {
    clear: left;
  }
  .div-block {
    min-width: auto;
  }
  .footer_column {
    margin-bottom: auto;
  }
  .copyright {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    white-space: normal;
  }
  .social_icons {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .copyright_column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }
  .social {
    text-align: center;
  }
  .hero_slide.slide_1 {
    padding-top: 140px;
  }
  .hero_slide.slide_2 {
    padding-top: 140px;
  }
  .info_contact_column {
    padding-bottom: 60px;
  }
  .contact_form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -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: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .label_form {
    text-align: center;
  }
  .slide_header {
    font-size: 40px;
    line-height: 40px;
  }
  .slide_paragraph {
    font-size: 14px;
    line-height: 20px;
  }
  .hero_container {
    margin-top: 0px;
  }
  .hero_container.footer {
    padding-right: 20px;
  }
  .form-block-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .btn_link {
    clear: left;
  }
}

