body {
  font-family: 'Open Sans', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poiret One', sans-serif;
  font-size: 33px;
  line-height: 36px;
  font-weight: 700;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'Poiret One', sans-serif;
  font-size: 23px;
  line-height: 30px;
  font-weight: 700;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: 'Poiret One', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

p {
  margin-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

a {
  color: rgba(0, 0, 0, 0.6);
  text-decoration: underline;
}

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

.navbar {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  margin-top: 30px;
  background-color: transparent;
}

.nav-link {
  color: rgba(0, 0, 0, 0.6);
  font-size: 16px;
  font-weight: 600;
}

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

.brand {
  padding-top: 18px;
  padding-left: 20px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 26px;
  font-weight: 600;
}

.menu-container {
  max-width: 1200px;
  border-radius: 5px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.1);
}

.slider {
  height: 700px;
}

.container {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.container.menu-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: auto;
  -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;
  border-radius: 8px;
  background-color: #fff;
}

.section {
  padding-top: 70px;
  padding-bottom: 70px;
}

.section.gray {
  background-color: #cecabe;
}

.section.center {
  text-align: center;
}

.section.center.gray {
  background-color: rgba(0, 0, 0, 0.02);
}

.section.footer {
  padding-bottom: 0px;
  background-color: #b7c2c8;
}

.section.questions {
  background-color: #fff;
  text-align: center;
}

.section.slider {
  height: 60vh;
  margin-top: 70px;
}

.section.content {
  margin-top: 100px;
}

.section.select {
  background-color: rgba(0, 0, 0, 0.04);
  text-align: center;
}

.slide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  height: 100%;
  background-image: url('../images/0062-1600x1072-50359.jpg');
  background-position: 50% 50%;
  background-size: cover;
  text-align: center;
}

.slide._1 {
  background-image: url('../images/0062-1600x1072-50359.jpg');
  background-size: cover;
}

.slide._2 {
  background-image: url('../images/i91-1200x614-51256.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.slide._3 {
  background-image: url('../images/i10-11-1200x798-96290.jpg');
  background-size: cover;
}

.slider-title {
  position: relative;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}

.slider-title.subtitle {
  margin-top: 30px;
  background-color: rgba(47, 186, 229, 0.55);
}

.slider-title.subtitle._2 {
  background-color: rgba(167, 16, 133, 0.55);
}

.slider-title.subtitle._1 {
  background-color: rgba(143, 160, 56, 0.55);
}

.slider-box {
  margin-top: 240px;
}

.features-box {
  padding: 25px 35px;
  background-color: #fff;
}

.features-box.shadow {
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.features-image {
  height: 200px;
  border-bottom: 3px solid #8d0000;
}

.features-title {
  margin-top: 35px;
  margin-bottom: 15px;
  color: #000;
  font-weight: 700;
}

.section-title {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 50px;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.15);
  font-family: 'Poiret One', sans-serif;
  font-size: 33px;
  line-height: 36px;
  font-weight: 400;
  text-align: center;
}

.menu-margin {
  height: 70px;
}

.dropdown-link {
  background-color: #fff;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.dropdown-link:hover {
  background-color: hsla(0, 0%, 100%, 0.5);
}

.dropdown-link.w--current {
  color: #000;
}

.dropdown-list {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.menu-contacts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 3px 10px 5px;
  float: right;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 2px solid #8d0000;
  text-align: center;
}

.menu-phone {
  display: inline-block;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
}

.menu-callback {
  display: inline-block;
  border-style: none;
  border-bottom-width: 1px;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  font-size: 13px;
  text-transform: uppercase;
  cursor: pointer;
}

.lbox {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.lbox-bg {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 3000;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.lbox-window {
  position: fixed;
  left: 0px;
  top: 45%;
  right: 0px;
  z-index: 3001;
  display: block;
  height: 430px;
  max-width: 400px;
  margin-top: auto;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  background-color: #fff;
  box-shadow: 0 0 12px 0 hsla(0, 0%, 100%, 0.7);
  -webkit-perspective: 1200px;
  perspective: 1200px;
  -webkit-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
}

.lbox-close {
  position: absolute;
  top: 8px;
  right: 5px;
  font-size: 50px;
  line-height: 20px;
  font-weight: 300;
  cursor: pointer;
}

.lbox-title {
  margin-bottom: 25px;
  font-size: 22px;
  line-height: 22px;
  text-align: center;
  letter-spacing: 1px;
}

.button {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  font-size: 16px;
}

.button.left {
  padding-top: 8px;
  padding-bottom: 8px;
  float: left;
}

.button.search {
  display: inline-block;
  margin-top: 5px;
  padding: 8px 35px;
  font-size: 15px;
}

.lbox-label {
  margin-top: 20px;
}

.lbox-input {
  margin-bottom: 25px;
}

.success {
  position: relative;
  top: 90px;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 20px;
  line-height: 32px;
}

.success._2 {
  top: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
  line-height: 24px;
}

.error {
  margin-top: 0px;
  text-align: center;
}

.error._2 {
  margin-top: 15px;
  padding-top: 15px;
  padding-bottom: 5px;
}

.lbox-form {
  padding: 0px 25px 25px;
}

.copyright {
  height: 50px;
  margin-top: 50px;
  background-color: #dadada;
}

.copyright-text {
  margin-top: 15px;
  font-size: 14px;
}

.copyright-text.right {
  float: right;
}

.footer-menu {
  padding-right: 10px;
  padding-left: 10px;
  list-style-type: none;
}

.footer-link {
  text-decoration: none;
}

.footer-list-item {
  padding: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.footer-title {
  padding-left: 15px;
  font-size: 19px;
}

.footer-divider {
  width: 25px;
  height: 10px;
  margin-bottom: 15px;
  margin-left: 15px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
}

.footer-social {
  width: 18px;
  margin-right: 7px;
}

.about-image {
  padding-right: 35px;
}

.about-title {
  margin-bottom: 25px;
  text-align: center;
}

.about-text {
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
}

.about-list {
  margin-top: 30px;
  padding-left: 0px;
  list-style-type: none;
}

.about-list-item {
  padding: 17px 0px 17px 60px;
  background-image: url('../images/verification.png');
  background-position: 0px 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.about-list-item._2 {
  background-image: url('../images/verification.png');
  background-size: 25px;
}

.about-list-item._3 {
  background-image: url('../images/verification.png');
  background-size: 25px;
}

.about-list-item._4 {
  background-image: url('../images/verification.png');
  background-size: 25px;
}

.divider-1 {
  display: block;
  width: 35px;
  height: 10px;
  margin-right: auto;
  margin-bottom: 25px;
  margin-left: auto;
  border-bottom: 3px solid #8d0000;
}

.accordion-box {
  display: block;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.accordion-toggle {
  display: block;
  font-size: 17px;
}

.accordion-toggle:hover {
  background-color: rgba(0, 0, 0, 0.04);
}

.accordion-toggle.w--open {
  background-color: rgba(0, 0, 0, 0.04);
}

.accordion {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0.15);
}

.accordion-content {
  background-color: #fff;
}

.accordion-content.w--open {
  position: relative;
  padding: 15px;
}

.accordion-icon {
  color: #8d0000;
}

.post {
  margin-bottom: 45px;
  padding-bottom: 35px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.post-photo {
  width: 100%;
  margin-bottom: 20px;
}

.posts {
  padding-right: 40px;
}

.page-title {
  margin-top: 0px;
  line-height: 33px;
}

.page-title.center {
  text-align: center;
}

.page-title.center.catalog {
  margin-top: 0px;
  margin-bottom: 24px;
}

.page-title.product {
  margin-top: 0px;
  margin-bottom: 30px;
  text-align: left;
}

.news-date {
  margin-bottom: 6px;
  font-size: 15px;
  font-weight: 600;
}

.news-text {
  padding-top: 15px;
  padding-bottom: 25px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.15);
}

.divider-2 {
  width: 20px;
  height: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d60361;
}

.widget {
  margin-bottom: 30px;
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.widget-list {
  padding-left: 0px;
  list-style-type: none;
}

.widget-link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
}

.widget-title {
  margin-top: 0px;
}

.read-more {
  color: #d60361;
}

.product {
  text-align: center;
}

.product-link {
  display: block;
  margin-right: 15px;
  margin-bottom: 35px;
  margin-left: 15px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  text-align: center;
  text-decoration: none;
}

.product-title {
  margin-top: 10px;
  font-size: 22px;
}

.price {
  font-size: 22px;
  line-height: 25px;
  font-weight: 800;
}

.product-image {
  height: 180px;
  background-image: url('../images/i10-11-1200x798-96290.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-image._2 {
  background-image: url('../images/i31-1200x735-12905.jpg');
  background-position: 50% 50%;
}

.product-image._3 {
  background-image: url('../images/i91-1200x614-51256.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-image-link {
  width: 100%;
}

.product-gallery-image {
  width: 98%;
  height: 110px;
  background-image: url('../images/i82-1200x715-17003.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.product-gallery-image._2 {
  background-image: url('../images/i91-1200x614-51256.jpg');
}

.product-gallery-image._3 {
  background-image: url('../images/i31-1200x735-12905.jpg');
  background-size: cover;
}

.product-info {
  padding-left: 30px;
}

.product-tab-link {
  width: 50%;
  float: left;
  border-right: 1px solid #f7f7f7;
  background-color: #f0f0f0;
  text-align: center;
}

.product-tab-link.w--current {
  background-color: #fdbdda;
}

.product-tab-pane {
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.01);
}

.content-column {
  padding-left: 20px;
}

.gallery-image {
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.gallery-link {
  width: 50%;
  float: left;
}

.form-wrapper {
  padding-right: 30px;
}

.contact-link {
  font-size: 20px;
  text-decoration: none;
}

.social {
  margin-top: 50px;
}

.contact-box {
  padding-right: 30px;
}

.comments-container {
  margin-top: 35px;
}

.comments-title {
  font-size: 16px;
  font-weight: 600;
}

.comment-body {
  margin-top: 20px;
}

.avatar {
  width: 60px;
  height: 60px;
  margin-right: 15px;
  float: left;
}

.comment-text {
  margin-top: 30px;
  clear: both;
}

.comment-edit-link {
  display: inline-block;
  margin-top: 10px;
  margin-right: 15px;
  padding: 6px 16px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.04);
  text-decoration: none;
}

.comment-reply-link {
  padding: 5px 15px;
  border-radius: 3px;
  background-color: #d60361;
  color: #fff;
  text-decoration: none;
}

.children {
  margin-top: 20px;
  padding-left: 40px;
}

.comment-respond {
  margin-top: 50px;
}

.comment-reply-title {
  font-size: 24px;
  line-height: 30px;
}

.author-label {
  display: inline-block;
}

.required {
  display: inline-block;
  padding-left: 5px;
  color: #d60361;
}

.email-label {
  display: inline-block;
}

.comment-button {
  margin-top: 10px;
  padding-right: 30px;
  padding-left: 30px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: #d60361;
  text-transform: uppercase;
}

.product-parametr {
  margin-bottom: 15px;
}

.gallery-preciew {
  height: 150px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: 125px;
}

.gallery-preciew._1 {
  background-image: url('../images/i82-1200x715-17003.jpg');
  background-size: cover;
}

.gallery-preciew._2 {
  background-image: url('../images/i31-1200x735-12905.jpg');
  background-size: cover;
}

.gallery-preciew._3 {
  background-image: url('../images/i16-2-1200x703-85835.jpg');
  background-size: cover;
}

.gallery-preciew._4 {
  background-image: url('../images/i18-2000x1119-23144.jpg');
  background-size: cover;
}

.tags {
  margin-top: 20px;
  color: rgba(0, 0, 0, 0.6);
}

.breadcrumbs {
  margin-bottom: 15px;
}

.pagination {
  margin-left: 15px;
}

.pages {
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.current {
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.6);
  font-weight: 700;
}

.page {
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.previouspostslink {
  margin-right: 5px;
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.nextpostslink {
  padding: 2px 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
}

.wrap-normal {
  font-family: 'Poiret One', sans-serif;
}

.art {
  font-weight: 600;
}

.products {
  text-align: center;
}

.title-404 {
  font-size: 32px;
  text-align: center;
}

.center-box {
  position: absolute;
  left: 0px;
  top: 50%;
  right: 0px;
  margin-top: auto;
  -webkit-transform: translate(0px, -60%);
  -ms-transform: translate(0px, -60%);
  transform: translate(0px, -60%);
  text-align: center;
}

.gray {
  color: rgba(0, 0, 0, 0.5);
}

.link-404 {
  display: block;
  margin-top: 35px;
  font-size: 18px;
}

.post-type-filter {
  display: none;
}

.category-description {
  margin-bottom: 35px;
  text-align: center;
}

.select-tab-link {
  background-color: #fff;
  font-family: 'Poiret One', sans-serif;
  color: #000;
  font-size: 17px;
}

.select-tab-link.w--current {
  background-color: #8d0000;
  font-family: 'Poiret One', sans-serif;
  color: #fff;
  font-size: 17px;
}

.select-tab-content {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: rgba(0, 0, 0, 0.04);
}

.select-tabs {
  display: block;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}

.pickup-content {
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.04);
}

.div-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/pavimentazioni-autobloccanti-in-sicilia---prefabbricati-tecnologici.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-attachment: fixed;
}

.separator {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  float: none;
  border-radius: 100px;
  background-color: #3069b3;
  color: transparent;
}

.separator.white {
  background-color: #cfdcff;
}

.separator.white.center {
  display: inline-block;
  margin-right: 4px;
  margin-left: 4px;
  float: none;
  background-color: #fff;
}

.seprator-div-wrapper {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.seprator-div-wrapper.center {
  margin-top: 30px;
}

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

.cenetr-div-hero {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.paragraph-large {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  padding-right: 0px;
  color: #8e929c;
  font-size: 19px;
  line-height: 28px;
  font-weight: 400;
  text-align: center;
}

.paragraph-large.hero {
  max-width: 85%;
  margin-bottom: 36px;
  color: rgba(12, 21, 47, 0.6);
  font-size: 21px;
  line-height: 30px;
}

.paragraph-large.hero.white {
  color: #fff;
  font-weight: 300;
}

.paragraph-large.hero.white.center {
  display: block;
  width: 70%;
  max-width: auto;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.container-4-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.text-block-title {
  display: inline-block;
  margin-bottom: 0px;
  padding: 15px 15px 9px;
  background-color: #8d0000;
  font-family: 'Poiret One', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.text-block-subtitle-hero {
  display: inline-block;
  margin-top: 1px;
  margin-left: 0px;
  padding: 15px;
  background-color: #4e4c4c;
  font-family: 'Poiret One', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 20px;
  font-weight: 300;
  text-align: center;
}

.image-5 {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.button-4 {
  margin-top: 20px;
  background-color: #8d0000;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  text-transform: uppercase;
}

.button-5 {
  margin-top: 20px;
  background-color: #000;
}

.columns {
  margin-bottom: 20px;
}

.accordion-item {
  margin-bottom: 66px;
}

.accordion-trigger {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.faq-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #48ac9a;
}

.ac-arrow {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  margin-left: 90px;
}

.accordion-item-content {
  overflow: hidden;
  padding-top: 1em;
}

.paragraph-10 {
  line-height: 25px;
}

.paragraph-11 {
  color: rgba(51, 51, 51, 0.78);
}

.div-block-2 {
  display: block;
  width: 40%;
  height: auto;
  margin-right: auto;
  margin-left: auto;
}

.div-block-3 {
  height: 400px;
}

.top-title {
  margin-bottom: 50px;
  padding-left: 20px;
  border-left: 2px solid #991915;
  text-transform: uppercase;
}

.text-block-7 {
  font-size: 25px;
  line-height: 30px;
  text-align: center;
}

.columns-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  -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-2 {
  margin-top: 40px;
}

.column-5 {
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.div-block-8 {
  height: 300px;
  background-image: url('../images/pavimentazioni-autobloccanti---prefabbricati-tecnologici.jpg');
  background-position: 0px 0px;
  background-size: 800px;
}

.div-block-8.doppia-t {
  background-image: url('../images/DOPPIA-T---PREFABBRICATI-TECNOLOGICI.jpg');
  background-position: 50% 50%;
  background-size: 600px;
}

.div-block-8.quadro-15 {
  background-image: url('../images/quadro-15---prefabbricati-tecnologici.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-8.teorema {
  background-image: url('../images/Schermata-2018-10-15-alle-16.39.20.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.div-block-8.ampolla {
  background-image: url('../images/Schermata-2018-10-15-alle-16.38.10.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image-6 {
  width: 100%;
  height: 100%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.image-6-copy {
  width: 100%;
  height: 100%;
}

.lightbox-link-copy {
  width: 100%;
  height: auto;
}

.div-block-3-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 400px;
  -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;
}

.footer-content {
  margin-bottom: 20px;
}

.paragraph-lighter {
  margin-bottom: 0px;
  color: #d4d4d4;
}

.paragraph-lighter._2 {
  color: #fff;
  font-size: 15px;
}

.button-6 {
  border: 1px solid #fff;
  background-color: transparent;
}

.button-6:hover {
  background-color: hsla(0, 0%, 100%, 0.55);
}

.footer-wrapper {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.footer-link-2 {
  color: #d4d4d4;
}

.footer-link-2:hover {
  color: #991915;
}

.footer-title-2 {
  margin-bottom: 20px;
}

.container-center {
  text-align: center;
}

.footer {
  position: relative;
  padding-top: 60px;
  padding-bottom: 110px;
  background-color: #1c1c1c;
}

.bottom-footer {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #0d0d0d;
}

.footer-title-2-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  cursor: pointer;
}

.footer-title-2-copy:hover {
  background-color: #fff;
}

.section-2 {
  overflow: hidden;
  padding: 120px 24px;
  background-color: #fff;
  color: #111;
  text-align: center;
}

.container-2 {
  margin-bottom: 51px;
}

.wrapper-2 {
  display: block;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  background-color: transparent;
}

.contact-side-map {
  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: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contact-side-map.contact-side-map-reversed {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -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;
}

.side-map-wrapper {
  overflow: hidden;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  border-radius: 8px;
}

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

.div-block-9 {
  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;
}

.menu-contacts-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  padding: 3px 10px 5px;
  float: right;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-right: 0px solid #8d0000;
  text-align: center;
}

.text-span {
  color: hsla(0, 0%, 100%, 0);
}

.bold-text {
  color: rgba(51, 51, 51, 0);
}

.bold-text-2 {
  color: rgba(51, 51, 51, 0);
}

.link-405 {
  overflow: visible;
}

.link-406 {
  color: #fff;
}

.link-407 {
  color: #fff;
}

.div-block-235 {
  padding-top: 150px;
}

.section-9 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.text-block-17 {
  font-family: Lato, sans-serif;
  font-size: 30px;
  line-height: 35px;
  font-weight: 300;
}

.text-block-18 {
  margin-top: 10px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.div-block-17 {
  height: 2px;
  margin-top: 20px;
  background-color: rgba(0, 0, 0, 0.03);
}

.text-block-19 {
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
}

.container-12 {
  margin-top: 100px;
}

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

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

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

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

html.w-mod-js *[data-ix="new-interaction"] {
  opacity: 0;
  -webkit-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate(-100px, 0px);
}

html.w-mod-js *[data-ix="fade-left"] {
  opacity: 0;
  -webkit-transform: translate(60px, 0px);
  -ms-transform: translate(60px, 0px);
  transform: translate(60px, 0px);
}

@media screen and (max-width: 991px) {
  .nav-link {
    color: #fff;
  }

  .nav-link.w--open {
    background-color: #363636;
  }

  .menu-button {
    padding-top: 12px;
    padding-bottom: 12px;
    color: rgba(0, 0, 0, 0.6);
  }

  .menu-button.w--open {
    background-color: #000;
  }

  .nav-menu {
    background-color: #000;
  }

  .section.content {
    margin-top: 100px;
  }

  .menu-contacts {
    width: 200px;
  }

  .posts {
    padding-right: 20px;
  }

  .product-info {
    margin-top: 30px;
    padding-left: 0px;
  }

  .menu-icon {
    font-size: 32px;
  }

  .cenetr-div-hero {
    width: 80%;
  }

  .paragraph-large.hero {
    color: rgba(12, 21, 47, 0.6);
    text-align: left;
  }

  .paragraph-large.hero.white.center {
    margin-bottom: 20px;
  }

  .accordion-trigger {
    width: 100%;
  }

  .section-2 {
    padding: 100px 8px;
  }

  .contact-side-map {
    margin-top: -40px;
    margin-bottom: -40px;
  }

  .contact-side-map.contact-side-map-reversed {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .side-map-wrapper {
    width: 49%;
    padding-right: 8px;
    padding-left: 8px;
  }

  .menu-contacts-copy {
    width: 200px;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 2px;
    text-align: center;
  }

  .menu-button {
    float: left;
  }

  .menu-contacts {
    width: 215px;
  }

  .posts {
    padding-right: 0px;
  }

  .product-info {
    margin-top: 30px;
    padding-left: 0px;
  }

  .cenetr-div-hero {
    width: 90%;
  }

  .paragraph-large {
    width: 100%;
    font-size: 18px;
    line-height: 26px;
  }

  .text-block-title {
    font-size: 25px;
  }

  .text-block-subtitle-hero {
    font-size: 15px;
  }

  .footer-wrapper {
    margin-bottom: 30px;
  }

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

  .contact-side-map {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .side-map-wrapper {
    width: 50%;
  }

  .menu-contacts-copy {
    width: 215px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    margin-top: 2px;
  }

  .nav-link {
    color: #000;
  }

  .brand {
    padding-left: 5px;
    font-size: 24px;
  }

  .nav-menu {
    background-color: #fff;
  }

  .section.center.gray {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .section.questions {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.select {
    padding-bottom: 0px;
  }

  .features-box.shadow {
    padding-right: 10px;
    padding-left: 10px;
  }

  .features-image {
    height: 150px;
  }

  .section-title {
    font-size: 25px;
    line-height: 30px;
  }

  .menu-contacts {
    width: 165px;
    float: right;
  }

  .menu-phone {
    font-size: 17px;
  }

  .about-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding-right: 0px;
    text-align: center;
  }

  .about-text {
    text-align: center;
  }

  .page-title {
    font-size: 30px;
    line-height: 30px;
  }

  .product-tab-link {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .social {
    margin-top: 20px;
  }

  .div-block {
    height: 70vh;
    margin-top: 40px;
  }

  .cenetr-div-hero {
    width: 100%;
  }

  .paragraph-large {
    width: 90%;
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-large.hero {
    width: 100%;
  }

  .paragraph-large.hero.white {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-large.hero.white.center {
    width: 90%;
  }

  .columns {
    margin-bottom: 0px;
  }

  .accordion-trigger {
    width: 100%;
  }

  .div-block-3 {
    height: auto;
  }

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

  .column-5 {
    padding-bottom: 20px;
  }

  .lightbox-link {
    height: auto;
  }

  .div-block-3-copy {
    height: auto;
  }

  .column-9 {
    margin-bottom: 10px;
  }

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

  .contact-side-map {
    margin-top: -56px;
    margin-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .contact-side-map.contact-side-map-reversed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .side-map-wrapper {
    width: 100%;
    padding-top: 0px;
    padding-right: 8px;
  }

  .menu-contacts-copy {
    width: 165px;
    float: right;
  }
}

