.nav-link {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.nav-link:hover {
  text-decoration: underline;
}

.nav-link.button_nav {
  width: 170px;
  margin-left: 15px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 4px 4px 22px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
}

.nav-link.button_nav:hover {
  background-color: hsla(0, 0%, 100%, 0.82);
  text-decoration: none;
}

.nav-link.button_nav.white_bg {
  background-color: #256eae;
  color: #fff;
}

.nav-link.button_nav.category {
  background-color: #256eae;
  color: #fff;
}

.nav-link.button_nav.en {
  width: 200px;
}

.nav-link.language {
  width: 50px;
  color: #256eae;
  font-size: 24px;
}

.text-span-3 {
  color: #256eae;
}

.button_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-top: 35px;
}

.strong_points {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container {
  display: block;
  max-width: 100%;
  margin-right: 40px;
  margin-left: 40px;
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.hero_section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.hero_section.category {
  padding-top: 0px;
}

.container.clients {
  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_hero {
  margin-top: 115px;
}

.left_hero.category {
  height: 88vh;
  margin-top: 0px;
  padding-top: 162px;
}

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

.title_hero {
  margin-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.title_hero.category {
  color: #373737;
}

.title_hero.category.en {
  width: 850px;
}

.title_hero.category.en.title {
  width: 800px;
}

.image-3 {
  margin-right: 10px;
  margin-bottom: 0px;
}

.image-3.cemodan {
  position: relative;
  bottom: 7px;
}

.image-3.babocika {
  position: relative;
  left: -8px;
  bottom: 4px;
  margin-right: 0px;
}

.content {
  color: #fff;
}

.button {
  width: 175px;
  margin-top: 30px;
  margin-right: 30px;
  border-radius: 10px;
  background-color: #256eae;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 24px;
  text-align: center;
}

.button:hover {
  background-color: rgba(37, 110, 174, 0.61);
}

.button.card {
  width: 150px;
  height: 30px;
  padding-top: 5px;
  padding-bottom: 0px;
  box-shadow: 3px 3px 14px 0 rgba(0, 0, 0, 0.25);
  font-size: 14px;
}

.button.card.similar {
  margin-left: 15px;
}

.button.card.similar.garaj {
  margin-top: 55px;
}

.button.card.similar.glisante {
  margin-top: 49px;
}

.button.card.similar.glisante.termopan {
  margin-top: 95px;
}

.button.category {
  margin-top: 25px;
}

.cut_glass {
  position: absolute;
  left: -30%;
  top: auto;
  right: auto;
  bottom: 17%;
}

.cut_glass.home_page.glass {
  left: -150px;
}

.cut_glass.category.sisteme-glisante {
  left: -20%;
}

.cut_glass.category.sisteme-glisante.garaj {
  bottom: 4%;
}

.cut_glass.category.sisteme-glisante.plase {
  bottom: 0%;
}

.cut_glass.category.sisteme-glisante.plase.glass {
  bottom: 19%;
  max-width: 40%;
}

.cut_glass.category.sisteme-glisante.png {
  bottom: -6%;
}

.cut_glass.category.sisteme-glisante.walls {
  bottom: -8%;
}

.cut_glass.category.rulouri {
  bottom: 0%;
}

.image {
  width: 72px;
  height: 72px;
}

.paragraph {
  max-width: 420px;
  font-size: 24px;
  line-height: 29px;
}

.paragraph.text-minus {
  margin-left: -8px;
}

.paragraph.text-minus.category {
  margin-left: 0px;
}

.phone_contact {
  display: block;
  height: 45px;
  margin-left: 100px;
  padding-top: 8px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-weight: 400;
}

.phone_contact.black {
  display: none;
}

.phone_contact.black.on_large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.phone_contact.white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.line {
  width: 480px;
  height: 3px;
  background-color: #256eae;
}

.line.category {
  width: 710px;
  margin-bottom: 15px;
}

.line.category.glisante {
  width: 421px;
}

.line.category.glisante.plase {
  width: 440px;
}

.line.category.glisante.plase.termopan {
  width: 330px;
}

.line.category.glisante.plase.termopan.doble {
  width: 410px;
}

.line.category.glisante.pereti {
  width: 390px;
}

.line.category.glisante.pereti.ru {
  width: 688px;
}

.line.category.ru {
  width: 357px;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 2px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
}

.heading-2.black {
  color: #373737;
}

.image-2 {
  margin-top: 4px;
  margin-right: 5px;
}

.navbar-2 {
  background-color: transparent;
}

.navbar-2.produse {
  position: static;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 100000;
  overflow: visible;
  padding-top: 0px;
  padding-bottom: 10px;
  background-color: #fff;
}

.navbar-2.category {
  padding-bottom: 10px;
}

.right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 35%;
  height: 100vh;
  background-color: transparent;
}

.right.main {
  background-color: #256eae;
}

.section {
  height: 100vh;
  background-image: none;
  background-position: 50% 100%;
  background-size: cover;
}

.section.hero {
  position: static;
  background-image: url('../images/takahiro-sakamoto-qW2F8rZGEWw-unsplash-1-min-1.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.blue_dici {
  display: none;
  background-color: transparent;
}

.blue_dici.main {
  background-color: #256eae;
}

.heading {
  margin-top: 0px;
  margin-bottom: 2px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.heading.black {
  color: #373737;
}

.line_second {
  display: block;
  width: 150px;
  height: 3px;
  background-color: #256eae;
}

.line_second._2 {
  width: 50px;
}

.line_second.category-page.zendow {
  margin-left: 10px;
}

.line_second.hidden {
  display: none;
}

.second_one {
  margin-top: 177px;
  margin-bottom: 177px;
}

.heading-4 {
  width: 400px;
  margin-top: 5px;
  margin-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  line-height: 47px;
  text-align: center;
}

.heading-4.home_section {
  text-align: left;
}

.heading-4.lol {
  width: 482px;
}

.heading-4.lol.noi {
  width: 900px;
  font-size: 36px;
  line-height: 38px;
  text-align: center;
}

.heading-4.clients {
  width: 400px;
  margin-bottom: 50px;
  padding-bottom: 0px;
  text-align: center;
}

.heading-4.category_title {
  width: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.heading-4.category_title.aluminium {
  width: 350px;
}

.heading-4.category_title.glisante {
  width: 450px;
}

.heading-4.part {
  width: 310px;
  color: #256eae;
  text-align: left;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  color: #256eae;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

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

.flex-box.rulouri {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.paragraph-2 {
  font-size: 24px;
  line-height: 30px;
}

.column {
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.card_similar {
  height: 400px;
  max-height: 400px;
  padding-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.16);
}

.columns-2 {
  margin-top: 35px;
}

.titile-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
  -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;
}

.right_class {
  margin-top: 70px;
  margin-left: 30px;
}

.card_long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.16);
}

.column-3 {
  padding-left: 15px;
}

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

.products {
  padding-top: 45px;
  padding-bottom: 130px;
  background-color: #f6f6f6;
}

.heading_cards {
  width: 250px;
  margin-top: 10px;
  margin-left: 15px;
  border-bottom: 3px solid #256eae;
  font-family: Montserrat, sans-serif;
  line-height: 24px;
}

.heading_cards.long {
  width: 290px;
}

.heading_main_card {
  width: 246px;
  border-bottom: 3px solid #256eae;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 30px;
}

.info_card {
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 400;
}

.info_card.similar {
  margin-bottom: 0px;
  margin-left: 15px;
  font-size: 14px;
}

.image-16 {
  display: none;
}

.columns {
  border-radius: 10px;
}

.image-4 {
  max-width: 100%;
}

.column-4 {
  padding-left: 0px;
}

.column-2 {
  padding-right: 15px;
  padding-left: 0px;
  border-radius: 10px;
}

.heading-5 {
  max-width: 270px;
  color: #256eae;
  text-align: center;
}

.heading-5.small_slider {
  font-size: 21px;
}

.slider {
  display: none;
  background-color: transparent;
}

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

.title-div.lol {
  margin-bottom: 60px;
}

.title-div.cleintii-nostri {
  margin-bottom: 70px;
}

.title-div.category_title_section {
  margin-bottom: 150px;
}

.title-div.category_title_section.glisante {
  margin-bottom: 70px;
}

.strong-points {
  padding-top: 50px;
  padding-bottom: 130px;
}

.card_facilities {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 240px;
  margin-bottom: 30px;
  padding-top: 45px;
  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;
  background-color: #f6f6f6;
}

.card_facilities.in_slide {
  max-height: 233px;
  max-width: 233px;
  margin-right: auto;
  margin-left: auto;
}

.sold_clients {
  padding-top: 50px;
  padding-bottom: 120px;
  background-color: #fff;
}

.sold_clients.category {
  padding-bottom: 60px;
}

.client_card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 277px;
  height: 69px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 4px 16px 4px rgba(0, 0, 0, 0.14);
}

.client_card.distributors {
  margin-right: 0px;
  margin-left: 0px;
}

.image-6 {
  max-width: 75%;
  margin-right: auto;
  margin-left: auto;
}

.slider-2 {
  display: none;
  background-color: transparent;
}

.paragraph-3 {
  max-width: 270px;
  margin-top: 10px;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
}

.clients {
  padding-bottom: 130px;
}

.image-7 {
  margin-bottom: 20px;
}

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

.form {
  width: 480px;
  max-width: 480px;
  margin-top: 30px;
}

.form-info {
  max-width: 480px;
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 38px;
  text-align: left;
}

.heading-9 {
  margin-left: 8px;
}

.phone_info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 480px;
  max-width: 485px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.special-container {
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
}

.image-8 {
  margin-top: -3px;
}

.heading-8 {
  margin-left: auto;
}

.form_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 570px;
  padding-top: 20px;
  padding-bottom: 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;
  background-color: #f6f6f6;
}

.map {
  height: 570px;
  max-height: 570px;
}

.text-field {
  border-radius: 5px;
  box-shadow: 0 4px 22px 0 rgba(0, 0, 0, 0.14);
}

.contact {
  background-color: #f6f6f6;
}

.column-11 {
  padding-left: 0px;
}

.div-block-3 {
  height: 3px;
  max-width: 480px;
  background-color: #256eae;
}

.heading-10 {
  max-width: 100%;
  margin-top: 10px;
  margin-left: 15px;
  font-family: Montserrat, sans-serif;
  color: #256eae;
  font-size: 36px;
  line-height: 50px;
}

.product_template.zendow {
  background-color: #f6f6f6;
}

.content_product {
  margin-bottom: 60px;
}

.paragraph-4 {
  margin-top: 10px;
  color: #373737;
  font-size: 24px;
  line-height: 34px;
  font-style: normal;
  font-weight: 400;
}

.paragraph-4.pereti_interiori {
  color: #256eae;
}

.paragraph-4.pereti_interiori.black {
  color: #373737;
}

.paragraph-4.bold {
  font-weight: 700;
}

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

.heading-11 {
  font-family: Montserrat, sans-serif;
  font-size: 36px;
  line-height: 44px;
  font-weight: 600;
}

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

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

.image-9 {
  margin-top: 20px;
  margin-bottom: 150px;
}

.image-9.rulouri.pereti {
  margin-top: 0px;
  margin-bottom: 70px;
}

.image-10 {
  margin-top: 0px;
  margin-bottom: 150px;
}

.image-17 {
  display: none;
}

.image-18 {
  display: none;
}

.image-19 {
  margin-top: 0px;
  margin-right: 20px;
  margin-left: 10px;
}

.heading-12 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Telex, sans-serif;
  color: #256eae;
  font-size: 24px;
}

.link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 11px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.language_choose {
  position: absolute;
  left: 228.065px;
  top: 40.5913px;
}

.dropdown {
  font-size: 24px;
}

.text-block {
  margin-right: 5px;
  font-family: Montserrat, sans-serif;
  color: #256eae;
  font-weight: 400;
}

.text-block.productia {
  color: #373737;
  font-size: 18px;
  font-weight: 500;
}

.icon-2 {
  margin-left: 0px;
  color: #373737;
  font-size: 18px;
}

.dropdown-toggle {
  margin-top: 20px;
  margin-right: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.dropdown-list {
  background-color: #342b2b;
}

.dropdown-list.w--open {
  left: -22px;
  margin-top: 10px;
  background-color: #fff;
}

.dropdown-link {
  border-bottom: 2px solid rgba(37, 110, 174, 0.5);
  text-align: center;
}

.dropdown-link-2 {
  border-bottom: 2px solid rgba(37, 110, 174, 0.5);
  text-align: center;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
}

.heading-14 {
  font-family: Montserrat, sans-serif;
  color: #256eae;
  font-size: 24px;
  line-height: 29px;
  font-weight: 600;
}

.heading-15 {
  font-size: 24px;
}

.heading-16 {
  font-family: Montserrat, sans-serif;
  color: #256eae;
  font-size: 24px;
  font-weight: 600;
}

.heading-17 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

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

.right_footer {
  width: 250px;
}

.columns-10 {
  display: none;
}

.columns-11 {
  display: none;
}

.columns-12 {
  display: none;
}

.image-21 {
  max-width: 63px;
  margin-top: 5px;
  margin-left: 5px;
}

.image-22 {
  max-width: 75px;
}

.image-23 {
  max-width: 75px;
}

.slide-nav {
  display: none;
}

.heading-18 {
  font-family: Montserrat, sans-serif;
  color: #969090;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
}

.tag {
  width: 175px;
  margin-right: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #256eae;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #373737;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.tag:hover {
  background-color: #256eae;
  color: #fff;
}

.italic-text {
  font-style: normal;
}

.italic-text-2 {
  font-style: normal;
}

.text-span-4 {
  color: #256eae;
  font-weight: 700;
}

.text-span-4.black {
  color: #373737;
}

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

.columns-13 {
  padding-top: 0px;
}

.column-18 {
  padding-top: 40px;
}

.section-2 {
  padding-top: 40px;
  padding-bottom: 60px;
}

.columns-14 {
  margin-top: 40px;
}

.heading-19 {
  text-align: center;
}

.div-block-4 {
  position: fixed;
  left: auto;
  top: auto;
  right: 4%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 206px;
  height: 51px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 10px;
  background-color: #fff;
  box-shadow: 0 0 29px 0 rgba(0, 0, 0, 0.12);
}

.glisante.content {
  margin-top: 110px;
}

.link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-span-5 {
  color: #256eae;
}

.text-span-6 {
  color: #256eae;
}

.text-span-7 {
  color: #256eae;
}

.dropdown-list-copy {
  background-color: #342b2b;
}

.dropdown-list-copy.w--open {
  left: -22px;
  margin-top: 10px;
  background-color: #fff;
}

.dropdown-list-copy {
  background-color: #342b2b;
}

.dropdown-list-copy.w--open {
  left: -22px;
  margin-top: 10px;
  background-color: #fff;
}

.dropdown-list-copy-copy {
  background-color: #342b2b;
}

.dropdown-list-copy-copy.w--open {
  left: -22px;
  margin-top: 10px;
  background-color: #fff;
}

.link-block-4 {
  width: 100%;
  height: 100%;
}

.html-embed {
  margin-top: -20px;
}

.html-embed-2 {
  margin-top: -20px;
}

.html-embed-3 {
  margin-top: -20px;
}

.html-embed-4 {
  margin-top: -20px;
}

@media screen and (min-width: 1280px) {
  .nav-link {
    margin-right: 0px;
  }

  .nav-menu {
    margin-left: 0px;
  }

  .second_one {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-3 {
    font-family: Montserrat, sans-serif;
    color: #256eae;
    font-size: 18px;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    margin-right: 200px;
    margin-left: 200px;
  }

  .button {
    margin-top: 15px;
  }

  .button.card.similar.usi._2 {
    margin-top: 30px;
  }

  .button.card.similar.lol {
    margin-top: 30px;
  }

  .products {
    padding-top: 45px;
    padding-right: 0px;
    padding-bottom: 130px;
    background-color: #f6f6f6;
  }

  .sold_clients {
    background-color: #fff;
  }

  .contact {
    background-color: #f6f6f6;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    width: 175px;
    margin-bottom: 30px;
    color: #000;
    font-size: 24px;
    text-align: center;
  }

  .nav-link.button_nav {
    display: block;
    width: 175px;
    margin-top: 30px;
    margin-right: auto;
    margin-left: auto;
    background-color: #256eae;
    color: #fff;
    font-size: 18px;
  }

  .nav-link.button_nav:hover {
    background-color: rgba(37, 110, 174, 0.79);
  }

  .nav-link.button_nav.category.ru_slider {
    width: 210px;
  }

  .button_container {
    max-width: 70%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .container.products {
    max-width: 800px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .brand {
    width: 60%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .icon {
    color: #fff;
    font-size: 48px;
  }

  .icon.category_page {
    color: #373737;
  }

  .title_hero.category {
    font-size: 32px;
  }

  .title_hero.category.en.title {
    width: 420px;
  }

  .title_hero.en {
    font-size: 36px;
  }

  .content {
    color: #373373;
  }

  .button.card.similar.usi {
    margin-top: 55px;
  }

  .button.card.similar.glazzing {
    margin-top: 105px;
  }

  .cut_glass {
    left: -5%;
    width: 100%;
  }

  .cut_glass.home_page.glass {
    left: -51px;
  }

  .cut_glass.category.sisteme-glisante.garaj {
    bottom: 17%;
  }

  .cut_glass.category.sisteme-glisante.plase.glass {
    max-width: 60%;
  }

  .cut_glass.category.rulouri {
    bottom: 14%;
    max-width: 80%;
  }

  .paragraph.text-minus.ru {
    max-width: 386px;
  }

  .paragraph.homepage {
    max-width: 360px;
  }

  .phone_contact {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .phone_contact.black {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .phone_contact.white {
    display: none;
  }

  .line {
    width: 450px;
  }

  .line.category {
    width: 474px;
  }

  .line.category.glisante {
    width: 278px;
  }

  .line.category.glisante.plase {
    width: 297px;
  }

  .line.category.glisante.plase.termopan {
    width: 220px;
  }

  .line.category.glisante.pereti {
    width: 260px;
  }

  .line.category.glisante.pereti.ru {
    width: 459px;
  }

  .line.category.ru {
    width: 238px;
  }

  .nav-menu {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 10001;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    width: 100%;
    height: 100%;
    padding-top: 145px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .nav-menu.opened {
    position: absolute;
    margin-top: 0px;
  }

  .navbar-2.produse {
    position: relative;
  }

  .right.main.en {
    width: 40%;
  }

  .second_one {
    margin-top: 20px;
  }

  .heading-4.category_title.glisante {
    width: 340px;
    font-size: 36px;
  }

  .heading-4.category_title.glisante.pvc {
    width: 260px;
  }

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

  .card_similar {
    max-width: 335px;
    margin: 0px auto 30px;
  }

  .columns-2 {
    display: none;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .right_class {
    margin-top: 0px;
    margin-left: 15px;
  }

  .card_long {
    height: auto;
    max-height: 400px;
    max-width: 335px;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 30px;
    -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;
  }

  .column-3 {
    padding-left: 0px;
  }

  .left {
    display: none;
  }

  .products {
    padding-bottom: 60px;
  }

  .heading_cards {
    width: 210px;
    font-size: 28px;
  }

  .heading_cards.long {
    width: 260px;
  }

  .heading_main_card {
    margin-top: 10px;
    font-size: 28px;
    line-height: 24px;
  }

  .info_card.similar {
    font-size: 18px;
  }

  .image-16 {
    display: block;
  }

  .column-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .heading-5 {
    max-width: 200px;
  }

  .title-div.category_title_section {
    margin-bottom: 50px;
  }

  .title-div.category_title_section.glisante {
    margin-bottom: 60px;
  }

  .sold_clients {
    padding-bottom: 70px;
  }

  .client_card {
    width: 200px;
  }

  .client_card.product_page {
    margin-left: 0px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .image-11 {
    display: none;
  }

  .image-9 {
    max-width: 200%;
    margin-right: auto;
    margin-left: auto;
  }

  .image-9.usi_ferestre {
    max-width: 100%;
    margin: 0px auto 20px;
  }

  .image-9.rulouri {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-9.rulouri.pereti {
    display: block;
    max-width: 100%;
  }

  .image-9.rulouri.pereti.hide {
    display: none;
  }

  .image-9.hidden {
    display: none;
  }

  .image-10 {
    display: none;
    max-width: 70%;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
  }

  .image-10.foto_glis {
    display: block;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -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;
  }

  .image-17 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
    padding: 25px;
  }

  .image-18 {
    display: block;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .link-block {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 1000000;
    display: block;
    width: 100px;
    height: 100px;
    margin-top: 0px;
    margin-right: 0px;
  }

  .dropdown {
    display: block;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown.ru {
    width: 140px;
    padding-left: 19px;
  }

  .text-block {
    margin-right: 0px;
  }

  .icon-2 {
    margin-right: 0px;
  }

  .icon-2.productia.ru {
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
  }

  .dropdown-toggle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .dropdown-toggle.produse {
    width: 110px;
    margin-left: -10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    text-align: left;
  }

  .dropdown-toggle.produse.ru {
    width: 123px;
    margin-right: 0px;
  }

  .dropdown-toggle.produse.en {
    width: 90px;
    margin-left: 0px;
  }

  .dropdown-toggle.limba {
    width: 60px;
    padding-right: 40px;
  }

  .dropdown-list.w--open {
    left: -23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -30px;
    -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;
  }

  .dropdown-link {
    width: 130px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .dropdown-link.w--current {
    left: auto;
    width: 130px;
    margin-right: 0px;
  }

  .dropdown-link.ru {
    width: 180px;
  }

  .dropdown-link.ru.w--current {
    width: 180px;
  }

  .dropdown-link.en {
    width: 180px;
  }

  .dropdown-link-2 {
    left: 0px;
    width: 130px;
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 18px;
    text-align: center;
  }

  .dropdown-link-2.ru {
    width: 180px;
  }

  .dropdown-link-2.en.w--current {
    width: 180px;
  }

  .heading-16 {
    line-height: 29px;
  }

  .container_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .right_footer {
    width: 150px;
  }

  .column-13 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-10 {
    display: block;
  }

  .columns-11 {
    display: block;
  }

  .columns-12 {
    display: block;
  }

  .image-21 {
    max-width: 50px;
  }

  .image-22 {
    max-width: 60px;
    margin-right: 5px;
  }

  .image-23 {
    max-width: 60px;
    margin-right: 5px;
  }

  .tag {
    margin-bottom: 30px;
  }

  .partners_content {
    margin-top: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: center;
  }

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

  .columns-14 {
    margin-top: 20px;
  }

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

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

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

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

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

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

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

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

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

  .glisante.content {
    margin-top: 65px;
  }

  .dropdown-list-copy.w--open {
    left: -23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -45px;
    -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;
  }

  .dropdown-list-copy.w--open {
    left: -23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -30px;
    -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;
  }

  .dropdown-list-copy-copy.w--open {
    left: -23px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-left: -33px;
    -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;
  }

  .html-embed {
    margin-top: 0px;
  }

  .html-embed-2 {
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  .text-span-3 {
    line-height: 39px;
  }

  .text-span-3.homepage {
    line-height: 14px;
  }

  .button_container {
    margin-top: 25px;
  }

  .strong_points {
    margin-top: 12px;
  }

  .container {
    margin-right: 20px;
  }

  .left_hero {
    margin-top: 60px;
  }

  .left_hero.category.garaj {
    padding-top: 20px;
  }

  .left_hero.category.glisante {
    padding-top: 85px;
  }

  .brand {
    width: 75%;
  }

  .icon {
    color: #fff;
  }

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

  .title_hero.category {
    margin-bottom: 5px;
    font-size: 24px;
  }

  .title_hero.en {
    font-size: 24px;
  }

  .image-3.cemodan {
    width: 30px;
  }

  .image-3.babocika {
    left: -5px;
    bottom: 4px;
    width: 40px;
  }

  .button {
    width: 125px;
    height: 25px;
    margin-right: 20px;
    padding-top: 4px;
    font-size: 14px;
  }

  .button.card.similar.usi {
    margin-top: 50px;
  }

  .button.card.similar.usi.phone {
    margin-top: 75px;
  }

  .button.card.similar._3 {
    position: static;
    margin-top: 55px;
  }

  .cut_glass {
    left: -208%;
    bottom: -8%;
    width: 360px;
    height: 360px;
    max-width: 500%;
  }

  .cut_glass.home_page.glass {
    left: -268px;
    bottom: -149px;
  }

  .cut_glass.category.sisteme-glisante {
    left: -11%;
    bottom: -5%;
    max-width: 400%;
  }

  .cut_glass.category.sisteme-glisante.garaj {
    left: -28%;
    bottom: 3%;
  }

  .cut_glass.category.sisteme-glisante.plase {
    left: 39%;
    height: auto;
    max-width: 200%;
  }

  .cut_glass.category.sisteme-glisante.plase.glass {
    bottom: -1%;
    max-width: 150%;
  }

  .cut_glass.category.sisteme-glisante.png {
    bottom: -16%;
  }

  .cut_glass.category.sisteme-glisante.walls {
    left: -82%;
    bottom: -16%;
  }

  .cut_glass.category.rulouri {
    left: auto;
    top: auto;
    right: -119%;
    bottom: 0%;
    max-width: 190%;
  }

  .cut_glass.category.glass {
    left: -43%;
    bottom: -17%;
  }

  .paragraph {
    max-width: 185px;
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph.text-minus {
    margin-left: 0px;
    line-height: 14px;
  }

  .paragraph.homepage {
    line-height: 15px;
  }

  .phone_contact.black {
    margin-left: 115px;
  }

  .line {
    width: 250px;
  }

  .line.category {
    width: 354px;
  }

  .line.category.glisante {
    width: 211px;
  }

  .line.category.glisante.plase {
    width: 224px;
    margin-top: 10px;
  }

  .line.category.glisante.plase.termopan {
    width: 170px;
  }

  .line.category.glisante.pereti {
    width: 200px;
    margin-top: 10px;
  }

  .line.category.glisante.pereti.ru {
    width: 344px;
  }

  .line.category.ru {
    width: 178px;
  }

  .right {
    left: auto;
    top: auto;
    right: 38%;
    bottom: 6%;
    width: 120px;
  }

  .right.main {
    right: 0%;
    bottom: 0%;
  }

  .right.main.en {
    width: 20%;
  }

  .blue_dici {
    display: block;
    height: 350px;
    margin-top: 185px;
  }

  .blue_dici.main {
    margin-top: 163px;
  }

  .line_second {
    display: block;
    width: 140px;
  }

  .line_second.hidden {
    display: block;
  }

  .second_one {
    margin-top: 140px;
  }

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

  .heading-4.lol.noi {
    line-height: 38px;
  }

  .heading-4.part {
    width: 180px;
    text-align: center;
  }

  .heading-3 {
    margin-bottom: 5px;
    font-size: 12px;
  }

  .paragraph-2 {
    margin-top: 15px;
    font-size: 14px;
    line-height: 21px;
  }

  .card_similar {
    height: auto;
    margin-top: 0px;
  }

  .card_similar.glass {
    height: auto;
  }

  .card_long {
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

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

  .left.footer {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .heading_cards {
    width: 70px;
    font-size: 18px;
  }

  .heading_cards.long {
    width: 170px;
    font-size: 18px;
  }

  .heading_main_card {
    width: 170px;
    margin-top: 10px;
    font-size: 18px;
    line-height: 24px;
  }

  .info_card {
    font-size: 14px;
    line-height: 18px;
  }

  .info_card.similar {
    font-size: 14px;
  }

  .columns {
    padding-left: 0px;
  }

  .column-7 {
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .column-8 {
    padding-left: 0px;
  }

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

  .columns-7 {
    display: none;
  }

  .slider {
    display: block;
    max-height: 233px;
  }

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

  .image-14 {
    padding: 15px;
  }

  .card_facilities {
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }

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

  .client_card.product_page {
    margin-right: auto;
    margin-left: auto;
  }

  .left-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slider-2 {
    display: block;
    height: 370px;
  }

  .right-arrow-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .form {
    max-width: 430px;
  }

  .form-info {
    max-width: 430px;
    font-size: 24px;
    line-height: 26px;
  }

  .phone_info {
    max-width: 430px;
  }

  .map {
    max-height: 270px;
  }

  .image-11 {
    display: none;
  }

  .image-10 {
    display: none;
  }

  .heading-16 {
    text-align: center;
  }

  .container_info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .container_info.media {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

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

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

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

  .columns-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .image-20 {
    margin-left: 0px;
  }

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

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

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

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

  .tag {
    width: 140px;
    font-size: 14px;
  }

  .partners_content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column-18 {
    padding-top: 0px;
  }

  .column-19 {
    margin-top: 20px;
  }

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

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

  .div-block-4 {
    z-index: 100000000000000;
  }

  .glisante {
    margin-top: 25px;
  }

  .html-embed {
    width: 100%;
  }

  .html-embed-4 {
    width: 100%;
    margin-top: 0px;
  }
}

@media screen and (max-width: 479px) {
  .button_container {
    max-width: 90%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .strong_points.category_page {
    margin-top: 0px;
  }

  .container {
    margin-right: 10px;
    margin-left: 10px;
  }

  .container.hero_section {
    margin-left: 20px;
  }

  .container.category {
    margin-right: 10px;
  }

  .container.products {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .left_hero.category {
    margin-top: 30px;
    padding-top: 70px;
  }

  .left_hero.category.glisante {
    padding-top: 70px;
  }

  .left_hero.category.glass {
    padding-top: 20px;
  }

  .brand {
    width: 75%;
  }

  .icon {
    font-size: 32px;
  }

  .title_hero.category {
    width: 80%;
  }

  .title_hero.category.garaj {
    width: 90%;
  }

  .title_hero.category.plase {
    width: 100%;
  }

  .title_hero.category.pereti {
    width: 90%;
  }

  .title_hero.category.en.title {
    width: 270px;
  }

  .title_hero.en {
    font-size: 20px;
    line-height: 20px;
  }

  .button {
    width: 110px;
    margin-right: 17px;
  }

  .button.category {
    margin-top: 0px;
  }

  .cut_glass {
    left: -408%;
    bottom: -6%;
    width: 370px;
    height: 370px;
    max-width: 550%;
  }

  .cut_glass.home_page {
    bottom: -12%;
  }

  .cut_glass.home_page.glass {
    left: -250px;
    bottom: -179px;
    overflow: visible;
    height: 330px;
    max-width: 480%;
  }

  .cut_glass.category {
    bottom: 4%;
    width: 370px;
    height: auto;
    max-width: 490%;
  }

  .cut_glass.category.sisteme-glisante {
    left: -118%;
    bottom: -8%;
    margin-right: auto;
    margin-left: auto;
  }

  .cut_glass.category.sisteme-glisante.garaj {
    left: -108%;
    bottom: 9%;
  }

  .cut_glass.category.sisteme-glisante.plase {
    left: -45%;
    max-width: 400%;
  }

  .cut_glass.category.sisteme-glisante.plase.glass {
    left: -110%;
    max-width: 300%;
  }

  .cut_glass.category.sisteme-glisante.png {
    position: relative;
    bottom: -512px;
  }

  .cut_glass.category.sisteme-glisante.walls {
    left: -168%;
    bottom: -1%;
  }

  .cut_glass.category.rulouri {
    bottom: 8%;
    max-width: 350%;
  }

  .cut_glass.category.rulouri.asfdscsafvs {
    position: absolute;
    bottom: -100px;
  }

  .cut_glass.category.glass {
    left: -114px;
    right: 0px;
    bottom: -150px;
  }

  .paragraph.text-minus.ru {
    max-width: 200px;
  }

  .paragraph.homepage {
    max-width: 200px;
  }

  .phone_contact {
    margin-left: 0px;
  }

  .phone_contact.black {
    margin-left: 0px;
  }

  .line {
    width: 230px;
  }

  .line.category {
    width: 176px;
  }

  .line.category.glisante {
    width: 212px;
  }

  .line.category.glisante.garaj {
    margin-top: 15px;
    margin-bottom: -2px;
  }

  .line.category.glisante.pereti.ru {
    width: 180px;
  }

  .line.category.ru {
    width: 180px;
  }

  .heading-2 {
    font-size: 12px;
  }

  .right {
    width: 60px;
  }

  .right.main.en {
    width: 20%;
  }

  .section.hero {
    overflow: visible;
  }

  .blue_dici {
    height: 350px;
  }

  .blue_dici.main {
    margin-top: 102px;
  }

  .heading {
    font-size: 14px;
  }

  .heading.black {
    margin-bottom: 0px;
    line-height: 18px;
  }

  .line_second {
    width: 50px;
  }

  .line_second.category-page {
    margin-top: 10px;
  }

  .second_one {
    margin-top: 100px;
  }

  .second_one.home_page {
    margin-top: 170px;
    margin-bottom: 110px;
  }

  .heading-4 {
    width: 200px;
  }

  .heading-4.lol {
    width: 250px;
  }

  .heading-4.lol.noi {
    font-size: 24px;
    line-height: 26px;
  }

  .heading-4.clients {
    width: 200px;
    margin-bottom: 0px;
  }

  .heading-4.category_title {
    width: 200px;
  }

  .heading-4.category_title.glisante {
    margin-top: 0px;
    font-size: 24px;
    line-height: 38px;
  }

  .heading-4.category_title.glisante.pvc {
    margin-top: 0px;
  }

  .flex-box.rulouri {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-2 {
    margin-top: 0px;
  }

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

  .products {
    padding-bottom: 60px;
  }

  .columns {
    padding-left: 0px;
  }

  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-4 {
    padding-right: 0px;
  }

  .column-2 {
    padding-right: 10px;
  }

  .column-8 {
    padding-left: 0px;
  }

  .left-arrow {
    left: 5px;
    right: auto;
  }

  .right-arrow {
    left: auto;
    right: 4px;
  }

  .title-div {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .title-div.cleintii-nostri {
    margin-bottom: 40px;
  }

  .title-div.category_title_section {
    margin-bottom: 50px;
    padding-bottom: 0px;
  }

  .title-div.category_title_section.glisante {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .strong-points {
    padding-bottom: 60px;
  }

  .sold_clients {
    padding-top: 0px;
    padding-bottom: 20px;
  }

  .paragraph-3 {
    font-size: 14px;
    line-height: 16px;
  }

  .form {
    max-width: 300px;
  }

  .form-info {
    max-width: 300px;
    font-size: 22px;
    text-align: left;
  }

  .phone_info {
    max-width: 300px;
  }

  .form_container {
    padding-top: 50px;
    padding-bottom: 80px;
  }

  .map {
    max-height: 270px;
  }

  .column-11 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 25px;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-11 {
    font-size: 18px;
    line-height: 22px;
  }

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

  .image-9 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .image-9.rulouri {
    max-width: 100%;
  }

  .menu-button {
    padding-right: 0px;
  }

  .menu-button.w--open {
    background-color: hsla(0, 0%, 78.4%, 0);
  }

  .heading-14 {
    text-align: center;
  }

  .container_info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-21 {
    margin-left: 0px;
  }

  .image-22 {
    margin-right: 0px;
  }

  .image-23 {
    margin-right: 0px;
  }

  .html-embed {
    width: 100%;
    margin-left: 0px;
  }
}

