

/* Start:/local/templates/waterproofing/front/static/fonts/fonts/evolventa.css?1725885189487*/
@font-face {
	font-family: 'Evolventa';
	src: url('/local/templates/waterproofing/front/static/fonts/fonts/evolventa.eot'); /* IE 9 Compatibility Mode */
	src: url('/local/templates/waterproofing/front/static/fonts/fonts/evolventa.eot?#iefix') format('embedded-opentype'), /* IE < 9 */
		url('/local/templates/waterproofing/front/static/fonts/fonts/evolventa.woff2') format('woff2'), /* Super Modern Browsers */
		url('/local/templates/waterproofing/front/static/fonts/fonts/evolventa.woff') format('woff'), /* Firefox >= 3.6, any other modern browser */
		url('/local/templates/waterproofing/front/static/fonts/fonts/evolventa.ttf') format('truetype'), /* Safari, Android, iOS */
		url('/local/templates/waterproofing/front/static/fonts/fonts/evolventa.svg#evolventa') format('svg'); /* Chrome < 4, Legacy iOS */
}
/* End */


/* Start:/local/templates/waterproofing/front/dist/css/main.css?175766195743790*/
h1, h2, h3, h4, h5, h6 {
  font-family: "Evolventa", sans-serif;
  font-weight: 700;
  line-height: 1.1;
  font-feature-settings: "clig" off, "liga" off;
  margin-top: 0;
  margin-bottom: 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration: none;
}

div, a, button, pre {
  font-family: "Roboto", sans-serif;
}

div, span, a {
  font-size: 1.875rem;
}

h1 {
  font-size: 5.5rem;
}

h2 {
  font-size: 4rem;
}

.title-white {
  color: #fff;
}

.text-white {
  color: #fff;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul li {
  list-style: none;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 0.667vw;
  line-height: 1.2;
  font-weight: 400;
  overflow-x: hidden !important;
  overflow-y: visible !important;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}
@media screen and (max-width: 767px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  position: relative;
  margin: 0;
  background: #F8F8F8;
}
body.visible {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  body {
    overflow: visible;
  }
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: none;
}

main {
  -webkit-overflow-scrolling: touch;
  min-height: 68vh;
}

canvas {
  display: block;
}

button {
  background: none;
  padding: 0;
}

button {
  margin: 0;
  border: none;
}

pre {
  margin: 0;
}

.wrapper {
  width: 100%;
  padding-left: 14.5rem;
  padding-right: 2rem;
  margin: 0 auto;
  z-index: 10;
  position: relative;
}
@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.black-sec {
  background: #17191B;
}

.p-relative {
  position: relative;
}

.row {
  display: flex;
}

.justify-sb {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.column {
  flex-direction: column;
}

.flex-auto {
  flex: 1 1 auto;
}

.btn-red {
  cursor: pointer;
  color: #fff !important;
  font-size: 1.625rem;
  background: #ED1C25;
  width: 27.875rem;
  height: 6rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 1rem;
  transition: 0.3s;
}
.btn-red:hover {
  color: #fff !important;
  background: #FC242D;
}
@media screen and (max-width: 767px) {
  .btn-red {
    width: 27.875rem;
  }
  .btn-red:hover {
    background: #ED1C25;
  }
}

.btn-top {
  border: 1px solid rgba(248, 248, 248, 0.3);
  cursor: pointer;
  background: rgba(23, 24, 26, 0.16);
  width: 5.5rem;
  height: 5.5rem;
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  bottom: 2.75rem;
  left: 2rem;
  border-radius: 100%;
}
.btn-top svg {
  width: 2rem;
  height: 2rem;
}
.btn-top.active {
  display: flex;
}

a {
  cursor: pointer;
  transition: 0.3s;
}
a:hover {
  color: #ED1C25 !important;
}

.modal-wrap {
  opacity: 0;
  will-change: opacity;
  position: relative;
  z-index: -1;
  display: none;
}
.modal-wrap.modal-show {
  opacity: 1;
  transition: opacity 0.5s;
  will-change: opacity;
  z-index: 99999;
  position: relative;
  display: block;
}
.modal-wrap .modal-shadow {
  background: rgba(26, 26, 24, 0.5);
  z-index: 100;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-shadow {
    display: none;
  }
}
.modal-wrap .modal {
  position: fixed;
  top: 50%;
  z-index: 100;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background: #fff;
  border-radius: 0px;
  padding: 0;
}
.modal-wrap .modal-cross {
  position: absolute;
  top: 1.25rem;
  right: 1.25rem;
  z-index: 10;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
}
.modal-wrap .modal-cross svg {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .modal-wrap .modal-cross {
    top: -1.875rem;
    right: -1.875rem;
  }
}

[data-modal] {
  cursor: pointer;
}

.modal-active {
  overflow: hidden !important;
}

.modal-product .modal {
  width: 126.25rem;
  height: 80vh;
  padding: 5rem;
}
@media screen and (max-width: 767px) {
  .modal-product .modal {
    padding: 3rem;
    width: 100%;
    height: 100%;
    max-height: 100%;
  }
}
.modal-product .modal-wrapper {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .modal-product .modal-wrapper {
    position: relative;
  }
}
.modal-product .columns {
  gap: 4.375rem;
  height: 100%;
  overflow: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .modal-product .columns {
    gap: 0;
    flex-direction: column;
  }
}
.modal-product .columns::-webkit-scrollbar {
  scrollbar-width: none;
  width: 0;
  display: none;
}
.modal-product .columns > *:first-child {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .modal-product .columns > *:first-child {
    height: 30.125rem;
    max-height: 30.125rem;
  }
}
.modal-product .columns > *:nth-child(2) {
  overflow: scroll;
  scrollbar-width: none;
}
@media screen and (max-width: 767px) {
  .modal-product .columns > *:nth-child(2) {
    margin-bottom: 9.25rem;
    overflow: visible;
  }
}
.modal-product .columns > *:nth-child(2)::-webkit-scrollbar {
  scrollbar-width: none;
  width: 0;
  display: none;
}
@media screen and (max-width: 767px) {
  .modal-product .columns .buttons {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: white;
    padding-top: 3.25rem;
  }
}
.modal-product .columns .col {
  flex: 1 1 50%;
}
.modal-product .columns .col .title {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.08rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .modal-product .columns .col .title {
    font-size: 2.75rem;
    text-align: center;
  }
}
.modal-product .columns .col .sub-title {
  font-size: 1.5rem;
  color: #545454;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .modal-product .columns .col .sub-title {
    font-size: 1.5rem;
    margin-bottom: 3rem;
    text-align: center;
  }
}
.modal-product .columns .col .btn-red {
  width: 100%;
  height: 6rem;
}
.modal-product img {
  width: 55.875rem;
  height: 87%;
  object-fit: contain;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .modal-product img {
    width: 34rem;
    height: 30.125rem;
  }
}
.modal-product .content h4 {
  font-size: 1.875rem;
  line-height: 1.4;
  margin-bottom: 1rem;
}
.modal-product .content p {
  color: #545454;
  font-size: 1.875rem;
  margin-bottom: 3rem;
}
.modal-product .content > *:nth-child(2) {
  margin-bottom: 5rem;
}
.modal-product .content ul, .modal-product .content li {
  list-style: disc;
  color: #545454;
  font-size: 1.875rem;
  font-family: "Roboto", sans-serif;
}
.modal-product .content ul {
  margin-bottom: 3rem;
}
.modal-product .content li {
  margin-left: 3.375rem;
}

.card-product {
  width: 41.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .card-product {
    width: 100%;
  }
}
.card-product img {
  position: absolute;
  top: -9.125rem;
  width: 35rem;
  height: 25rem;
  max-width: 35rem;
  max-height: 25rem;
  -o-object-fit: contain;
  object-fit: contain;
}
@media screen and (max-width: 767px) {
  .card-product img {
    width: 35rem;
    height: 25rem;
  }
}
.card-product .content {
  margin-top: 3rem;
  padding: 0 3rem 4rem 3rem;
  display: flex;
  align-items: center;
  justify-content: end;
  flex-direction: column;
  height: 31.125rem;
  transition: 0.3s;
  background: #fff;
  box-shadow: 0px 0px 4rem 0px rgba(23, 24, 26, 0.08);
}
@media screen and (max-width: 767px) {
  .card-product .content {
    height: auto;
    padding-top: 14rem;
    padding-bottom: 4rem;
  }
}
.card-product .content .title {
  font-size: 1.875rem;
  font-weight: 700;
  margin-bottom: 1rem;
  font-family: "Evolventa", sans-serif;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .card-product .content .title {
    font-size: 1.875rem;
  }
}
.card-product .content .text {
  margin-bottom: 4rem;
  text-align: center;
  color: #545454;
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .card-product .content .text {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }
}
.card-product .content .link {
  color: #545454;
  display: inline-flex;
  align-items: center;
}
.card-product .content .link svg {
  width: 2rem;
  height: 2rem;
}

.card-video .video_container {
  position: relative;
  width: 54rem;
  height: 30.375rem;
}
@media screen and (max-width: 767px) {
  .card-video .video_container {
    width: 28.5rem;
    height: 16rem;
  }
}
.card-video .video_container video {
  width: 54rem;
  height: 30.375rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .card-video .video_container video {
    width: 28.5rem;
    height: 16rem;
  }
}
.card-video .video_container .play_button {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.card-video .video_container .play_button svg {
  width: 5rem;
  height: 5rem;
}
.card-video .title {
  margin-top: 1.125rem;
  font-size: 1.75rem;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .card-video .title {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}

.card-scroll {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .card-scroll {
    flex-direction: column;
  }
}
.card-scroll img {
  width: 58.5rem;
  height: 43.875rem;
}
@media screen and (max-width: 767px) {
  .card-scroll img {
    width: 100%;
    object-fit: cover;
  }
}
.card-scroll .content {
  width: 58.5rem;
  height: auto;
}
.card-scroll .content .title-white {
  text-align: left;
  margin-bottom: 2.5rem;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.06rem;
}
@media screen and (max-width: 767px) {
  .card-scroll .content .title-white {
    font-size: 2.25rem;
  }
}
.card-scroll .content .text-white {
  line-height: 1.4;
  font-feature-settings: "clig" off, "liga" off;
  color: #F8F8F8;
}
@media screen and (max-width: 767px) {
  .card-scroll .content {
    width: 100%;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}

.card-step img {
  width: 33.5rem;
  height: 33.5rem;
  margin-bottom: 2.5rem;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .card-step img {
    width: 28.5rem;
    height: 28.5rem;
  }
}
.card-step .step {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #e6e6e6;
  margin-bottom: 0.5rem;
  font-feature-settings: "clig" off, "liga" off;
}
.card-step .title {
  color: #e6e6e6;
  line-height: 1.4;
  font-feature-settings: "clig" off, "liga" off;
}

#scroll-view {
  width: 0.5rem;
  background: #C33A23;
  position: fixed;
  top: 0;
  z-index: 9999;
}
@media screen and (max-width: 767px) {
  #scroll-view {
    display: none;
  }
}

.scrollmagic-pin-spacer.active {
  min-height: auto !important;
  overflow: hidden;
}

.nicescroll-rails {
  display: none !important;
}

.header {
  padding-top: 3.625rem;
  position: absolute;
  width: 100%;
  z-index: 99999;
}
.header .logo-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .header .logo-mob {
    display: block;
    width: 4rem;
    height: 4rem;
  }
}
.header .logo svg {
  width: 18.677375rem;
  height: 3.125rem;
}
@media screen and (max-width: 767px) {
  .header .logo {
    display: none;
  }
}
.header .burger {
  cursor: pointer;
  position: fixed;
  right: 3.25rem;
  top: 3.65rem;
  z-index: 9999999999999;
}
.header .burger svg {
  width: 3rem;
  height: 3rem;
}
.header .btn-buy {
  display: none;
  top: 3.25rem;
  right: 7.5rem;
  position: fixed;
  width: 18.875rem;
  height: 4rem;
  font-size: 1.25rem;
}
.header .btn-buy.active {
  display: flex;
}
@media screen and (max-width: 767px) {
  .header .btn-buy {
    display: none;
  }
}

.burger_menu {
  position: fixed;
  height: 100%;
  width: 40.625rem;
  background: white;
  z-index: 999999;
  right: -125rem;
  padding: 2rem;
  transition: 0.5s;
  box-shadow: 0 0.5rem 4rem 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  .burger_menu {
    width: 100%;
    right: 0;
    top: -1500px;
    overflow: hidden;
  }
}
.burger_menu.active {
  top: 0;
  right: 0;
}
.burger_menu .row {
  height: 5.5rem;
  align-items: center;
  display: flex;
  justify-content: end;
  margin-bottom: 4rem;
}
.burger_menu .row .burger_menu-close {
  cursor: pointer;
}
.burger_menu .row .burger_menu-close svg {
  width: 3rem;
  height: 3rem;
}
@media screen and (max-width: 767px) {
  .burger_menu .row {
    margin-bottom: 8.75rem;
    justify-content: space-between;
  }
}
.burger_menu .logo-mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .burger_menu .logo-mob {
    display: block;
  }
}
.burger_menu .menu {
  padding-left: 3rem;
  padding-right: 3rem;
}
@media screen and (max-width: 767px) {
  .burger_menu .menu {
    padding-left: 0;
  }
}
.burger_menu .menu .menu-list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .burger_menu .menu .menu-list {
    gap: 2.5rem;
  }
}
.burger_menu .menu .menu-list a {
  color: #292929;
  font-size: 1.875rem;
}
@media screen and (max-width: 767px) {
  .burger_menu .menu .menu-list a:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url("/local/templates/waterproofing/front/dist/css/../../static/img/icon/menu_arrow.svg") no-repeat;
    background-size: cover;
    margin-left: 1rem;
  }
}
.burger_menu .p-relative {
  flex: 1 1 auto;
}
.burger_menu .btn-buy {
  display: none;
  position: absolute;
  bottom: 3rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .burger_menu .btn-buy {
    display: flex;
  }
}

.burger_menu-close-wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 21;
}
.burger_menu-close-wrap.active {
  display: block;
}

.main-footer {
  background: #17181A;
  padding: 12.75rem 14.25rem 4.625rem 14.5rem;
}
@media screen and (max-width: 767px) {
  .main-footer {
    padding: 0;
    overflow: hidden;
  }
}
.main-footer > * {
  color: #fff;
}
.main-footer .footer-rows > .footer-row:first-child {
  padding-bottom: 2.25rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > .footer-row:first-child {
    padding: 5rem 3rem;
    flex-direction: column;
    align-items: start;
  }
}
.main-footer .footer-rows > .footer-row:first-child > *:nth-child(2) {
  margin-right: 5rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > .footer-row:first-child > *:nth-child(2) {
    margin-right: 0;
    margin-bottom: 2rem;
  }
}
.main-footer .footer-rows > *:nth-child(3) {
  padding-top: 5.75rem;
  padding-bottom: 2.875rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(3) {
    padding: 5rem 3rem;
    flex-direction: column;
  }
}
.main-footer .footer-rows > *:nth-child(3) .item-row a {
  color: #fff;
  font-size: 1.875rem;
}
.main-footer .footer-rows > *:nth-child(3) .items-row {
  gap: 3rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(3) .items-row {
    flex-direction: column;
    gap: 2.25rem;
  }
}
.main-footer .footer-rows > *:nth-child(5) {
  padding-top: 4.5rem;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(5) {
    padding: 5rem 3rem;
    flex-direction: column;
    align-items: start;
  }
}
.main-footer .footer-rows > *:nth-child(5) > *:nth-child(2) {
  margin-right: 8rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(5) > *:nth-child(2) {
    margin-right: 0;
    margin-bottom: 4rem;
  }
}
.main-footer .footer-rows > *:nth-child(5) .row .sub-text {
  font-size: 1.5rem;
  line-height: 1.4;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(5) .row .sub-text {
    align-self: start;
  }
}
.main-footer .footer-rows > *:nth-child(5) .row .social {
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(5) .row .social {
    width: 25.125rem;
    gap: 2rem;
    flex-wrap: wrap;
  }
}
.main-footer .footer-rows > *:nth-child(5) .row .social svg {
  width: 3rem;
  height: 3rem;
}
.main-footer .footer-rows > *:nth-child(5) .row .social svg g {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.main-footer .footer-rows > *:nth-child(5) .row .social svg:hover g {
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(5) .row .social svg g {
    opacity: 1;
  }
}
.main-footer .footer-rows .border {
  height: 0.125rem;
  width: 118.25rem;
  background: #fff;
  opacity: 0.2;
  align-self: end;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows .border {
    width: 33.75rem;
    align-self: center;
  }
}
.main-footer .footer-rows > *:nth-child(7) {
  padding-top: 5rem;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(7) {
    padding: 5rem 3rem;
    flex-direction: column;
  }
}
.main-footer .footer-rows > *:nth-child(7) .footer-item {
  font-size: 1.25rem;
  color: #9C9C9C;
  line-height: 1.1;
  font-family: "Evolventa", sans-serif;
}
@media screen and (max-width: 767px) {
  .main-footer .footer-rows > *:nth-child(7) .footer-item.flex-auto {
    text-align: center;
    margin-bottom: 3rem;
  }
}
.main-footer .footer-rows > *:nth-child(7) a {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
  text-transform: uppercase;
  gap: 1.875rem;
  font-family: "Roboto", sans-serif;
  opacity: 0.72;
}
.main-footer .footer-rows > *:nth-child(7) a svg {
  height: 5rem;
  width: 7.285625rem;
}
.main-footer .footer-rows > *:nth-child(7) a svg path {
  transition: 0.3s;
}
.main-footer .footer-rows > *:nth-child(7) a:hover svg path {
  fill: #ED1C25;
}
.main-footer .title-row {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.05rem;
  font-feature-settings: "clig" off, "liga" off;
  font-family: "Evolventa", sans-serif;
  flex: 1 1 auto;
}
@media screen and (max-width: 767px) {
  .main-footer .title-row {
    margin-bottom: 4rem;
  }
}
.main-footer .sub-text {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .main-footer .sub-text {
    margin-bottom: 2rem;
  }
}
.main-footer .number a {
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.1;
  color: #fff;
}

.front-page {
  overflow: hidden;
}
.front-page .header-section {
  padding-bottom: 7.75rem;
  padding-top: 3.75rem;
}
@media screen and (max-width: 767px) {
  .front-page .header-section {
    padding-bottom: 3rem;
    overflow: hidden;
  }
}
.front-page .header-section .img-mob-header {
  display: none;
}
@media screen and (max-width: 767px) {
  .front-page .header-section .img-mob-header {
    display: block;
    width: 50rem;
    height: 48.75rem;
    position: absolute;
    top: -24%;
    right: -50%;
  }
}
.front-page .header-section .columns > .col:first-child {
  width: 50.25rem;
  margin-top: 8.375rem;
}
@media screen and (max-width: 767px) {
  .front-page .header-section .columns > .col:first-child {
    margin-top: 29.375rem;
  }
}
.front-page .header-section .columns > .col:first-child img {
  width: 28.375rem;
  height: 17rem;
  object-fit: cover;
  margin-bottom: 3rem;
}
@media screen and (max-width: 767px) {
  .front-page .header-section .columns > .col:first-child img {
    width: 21rem;
    height: 12.5rem;
  }
}
.front-page .header-section .columns > .col:first-child .title {
  margin-bottom: 2rem;
  font-size: 52px;
  letter-spacing: 0.11rem;
  color: #292929;
}
@media (max-width: 2500px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 48px;
  }
}
@media (max-width: 2400px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 46px;
  }
}
@media (max-width: 2200px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 42px;
  }
}
@media (max-width: 2000px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 39px;
  }
}
@media (max-width: 1800px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 31px;
  }
}
@media (max-width: 1400px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 24px;
  }
}
@media (max-width: 1000px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 22px;
  }
}
@media (max-width: 800px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 15px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 44px;
    text-align: left;
  }
}
@media (max-width: 600px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 39px;
  }
}
@media (max-width: 500px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 31px;
  }
}
@media (max-width: 400px) {
  .front-page .header-section .columns > .col:first-child .title {
    font-size: 28px;
  }
}
.front-page .header-section .columns > .col:first-child .text {
  color: #545454;
  margin-bottom: 6.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .header-section .columns > .col:first-child .text {
    text-align: left;
    margin-bottom: 5rem;
    font-size: 1.5rem;
  }
}
.front-page .header-section .columns > .col:last-child img {
  position: absolute;
  width: 70.75rem;
  height: 68.75rem;
}
@media screen and (max-width: 767px) {
  .front-page .header-section .columns > .col:last-child {
    display: none;
  }
}
.front-page .universal-section {
  background: #17191B;
  margin-top: 6.75rem;
  padding-bottom: 12.5rem;
  padding-top: 12.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .universal-section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
    overflow: hidden;
  }
}
.front-page .universal-section .title, .front-page .universal-section .h2 {
  color: #fff;
  opacity: 0;
  text-align: center;
}
@media (max-width: 1500px) {
  .front-page .universal-section .title, .front-page .universal-section .h2 {
    max-width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .universal-section .title, .front-page .universal-section .h2 {
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .front-page .universal-section .title, .front-page .universal-section .h2 {
    font-size: 1.5rem;
  }
}
.front-page .universal-section .container {
  width: 100%;
  max-width: 1390px;
  margin: 0 auto;
  overflow-x: hidden;
}
@media screen and (max-width: 1439px) {
  .front-page .universal-section .container {
    max-width: 1200px;
  }
}
@media (max-width: 1300px) {
  .front-page .universal-section .container {
    max-width: 1200px;
  }
}
@media (max-width: 1210px) {
  .front-page .universal-section .container {
    max-width: 1100px;
  }
}
@media (max-width: 1110px) {
  .front-page .universal-section .container {
    max-width: 1000px;
  }
}
@media (max-width: 1010px) {
  .front-page .universal-section .container {
    max-width: 780px;
  }
}
.front-page .universal-section .container-grid {
  display: grid;
  grid-template-columns: 46% 50%;
  max-width: 1390px;
  margin-top: 10rem;
  width: fit-content;
}
@media screen and (max-width: 1439px) {
  .front-page .universal-section .container-grid {
    max-width: 1200px;
  }
}
@media (max-width: 1300px) {
  .front-page .universal-section .container-grid {
    max-width: 1200px;
  }
}
@media (max-width: 1210px) {
  .front-page .universal-section .container-grid {
    max-width: 1100px;
  }
}
@media (max-width: 1110px) {
  .front-page .universal-section .container-grid {
    max-width: 1000px;
  }
}
@media (max-width: 1010px) {
  .front-page .universal-section .container-grid {
    max-width: 780px;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .universal-section .container-grid {
    grid-template-columns: 55% 45%;
  }
}
@media screen and (max-width: 767px) {
  .front-page .universal-section .container-grid {
    grid-template-columns: 1fr;
    grid-gap: 20px;
  }
}
.front-page .universal-section .container-grid h2 {
  grid-area: 1/1/2/3;
  color: #fff;
  text-align: center;
  font-size: 3rem;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .front-page .universal-section .container-grid h2 {
    max-width: 80%;
  }
}
@media screen and (max-width: 767px) {
  .front-page .universal-section .container-grid h2 {
    grid-area: auto;
    font-size: 2rem;
    max-width: 100%;
  }
}
.front-page .universal-section .container-grid .img {
  display: block;
  object-fit: contain;
  width: 100%;
  max-width: 660px;
  height: auto;
  max-height: 90vh;
  margin: auto;
  padding-right: 60px;
}
@media screen and (max-width: 1439px) {
  .front-page .universal-section .container-grid .img {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .universal-section .container-grid .img {
    padding-right: 20px;
  }
}
.front-page .universal-section .universal-list {
  display: grid;
  grid-gap: 24px;
  height: fit-content;
  margin: auto;
}
.front-page .universal-section .universal-list h3 {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .front-page .universal-section .universal-list h3 {
    font-size: 18px;
  }
}
.front-page .universal-section .universal-list ul {
  display: grid;
  grid-gap: 12px;
  height: fit-content;
}
.front-page .universal-section .universal-list li {
  font-weight: 400;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1439px) {
  .front-page .universal-section .universal-list li {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .universal-section .universal-list li {
    font-size: 14px;
  }
}
.front-page .universal-section .universal-scroll-wrapper {
  overflow: hidden;
  width: 100%;
}
.front-page .universal-section .universal-scroll {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  gap: 50px;
}
@media screen and (max-width: 1200px) {
  .front-page .universal-section .universal-scroll {
    display: block;
    width: 100%;
  }
}
.front-page .universal-section .universal-scroll > div {
  flex: 0 0 100%;
  width: 100%;
}
.front-page .example-section {
  margin-top: 6.75rem;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .example-section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 7.375rem;
    padding-bottom: 7.375rem;
    overflow: hidden;
  }
}
.front-page .example-section .title {
  margin-bottom: 5.625rem;
  width: 79rem;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .front-page .example-section .title {
    opacity: 1;
    font-size: 2.75rem;
    margin-bottom: 5rem;
    width: 100%;
  }
}
.front-page .example-section .mob-img {
  display: none;
}
@media screen and (max-width: 1200px) {
  .front-page .example-section .mob-img {
    display: block;
  }
}
.front-page .example-section .container-animation {
  position: relative;
  margin-right: 27rem;
  margin-left: 27rem;
  height: 34.375rem;
}
@media (max-width: 2000px) {
  .front-page .example-section .container-animation {
    height: 46.875rem;
  }
}
@media (max-width: 1700px) {
  .front-page .example-section .container-animation {
    height: 53.125rem;
  }
}
@media (max-width: 1620px) {
  .front-page .example-section .container-animation {
    height: 62.5rem;
  }
}
@media (max-width: 1440px) {
  .front-page .example-section .container-animation {
    height: 46.875rem;
  }
}
@media (max-width: 1200px) {
  .front-page .example-section .container-animation {
    height: 34.375rem;
  }
}
.front-page .example-section .container-animation .item-animation {
  position: relative;
  z-index: 2;
}
.front-page .example-section .container-animation img {
  z-index: 2;
  position: absolute;
  top: -12.5rem;
  zoom: 1.15;
  width: 54rem;
  height: 41.5rem;
  left: 50%;
  transform: translateX(-26.0625rem);
}
.front-page .example-section .container-animation .punkt {
  width: 79rem;
  height: 40.5rem;
  z-index: 2;
  opacity: 0;
}
.front-page .example-section .container-animation .shadow {
  width: 54rem;
  height: 27.375rem;
  position: absolute;
  bottom: 0;
  z-index: 0;
  left: 50%;
  transform: translateX(-26.0625rem);
  filter: blur(25px);
}
@media screen and (max-width: 1200px) {
  .front-page .example-section .container-animation {
    display: none;
  }
}
.front-page .example-section .container {
  display: none;
  transform: scaleY(0);
  overflow: hidden;
  opacity: 0;
  max-width: 1390px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .front-page .example-section .container {
    grid-gap: 30px;
  }
}
.front-page .example-section .advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px 50px;
}
@media screen and (max-width: 1680px) {
  .front-page .example-section .advantages-grid {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 1439px) {
  .front-page .example-section .advantages-grid {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .example-section .advantages-grid {
    grid-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .example-section .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .front-page .example-section .advantages-grid {
    grid-template-columns: 1fr;
  }
}
.front-page .example-section .advantages-grid .advantages-grid-item {
  position: relative;
  display: grid;
  grid-gap: 20px;
  padding-top: 22px;
  height: fit-content;
}
@media screen and (max-width: 767px) {
  .front-page .example-section .advantages-grid .advantages-grid-item {
    padding-top: 10px;
  }
}
.front-page .example-section .advantages-grid .advantages-grid-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #17191B;
}
.front-page .example-section .advantages-grid .advantages-grid-item p:nth-child(1) {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .front-page .example-section .advantages-grid .advantages-grid-item p:nth-child(1) {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .example-section .advantages-grid .advantages-grid-item p:nth-child(1) {
    font-size: 16px;
  }
}
.front-page .example-section .advantages-grid .advantages-grid-item p:nth-child(2) {
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  .front-page .example-section .advantages-grid .advantages-grid-item p:nth-child(2) {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .example-section .advantages-grid .advantages-grid-item p:nth-child(2) {
    font-size: 14px;
  }
}
.front-page .advantages-section {
  display: none;
  padding-bottom: 4.5rem;
}
@media screen and (max-width: 1200px) {
  .front-page .advantages-section {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .front-page .advantages-section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-bottom: 7.375rem;
    overflow: hidden;
  }
}
.front-page .advantages-section .title {
  margin-bottom: 5.625rem;
  width: 79rem;
  text-align: center;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .front-page .advantages-section .title {
    opacity: 1;
    font-size: 2.75rem;
    margin-bottom: 5rem;
    width: 100%;
  }
}
.front-page .advantages-section .container-animation {
  position: relative;
}
.front-page .advantages-section .container {
  max-width: 1390px;
  width: 90%;
  margin: 0 auto;
}
@media screen and (max-width: 1439px) {
  .front-page .advantages-section .container {
    grid-gap: 30px;
  }
}
.front-page .advantages-section .advantages-grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 60px 50px;
}
@media screen and (max-width: 1439px) {
  .front-page .advantages-section .advantages-grid {
    grid-gap: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .advantages-section .advantages-grid {
    grid-gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .advantages-section .advantages-grid {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 540px) {
  .front-page .advantages-section .advantages-grid {
    grid-template-columns: 1fr;
  }
}
.front-page .advantages-section .advantages-grid .advantages-grid-item {
  position: relative;
  display: grid;
  grid-gap: 20px;
  padding-top: 22px;
  height: fit-content;
}
@media screen and (max-width: 1680px) {
  .front-page .advantages-section .advantages-grid .advantages-grid-item {
    grid-gap: 15px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .advantages-section .advantages-grid .advantages-grid-item {
    padding-top: 10px;
  }
}
.front-page .advantages-section .advantages-grid .advantages-grid-item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 36px;
  height: 2px;
  background: #17191B;
}
.front-page .advantages-section .advantages-grid .advantages-grid-item p:nth-child(1) {
  font-size: 24px;
}
@media screen and (max-width: 1439px) {
  .front-page .advantages-section .advantages-grid .advantages-grid-item p:nth-child(1) {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .advantages-section .advantages-grid .advantages-grid-item p:nth-child(1) {
    font-size: 18px;
  }
}
.front-page .advantages-section .advantages-grid .advantages-grid-item p:nth-child(2) {
  font-size: 18px;
}
@media screen and (max-width: 1439px) {
  .front-page .advantages-section .advantages-grid .advantages-grid-item p:nth-child(2) {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .front-page .advantages-section .advantages-grid .advantages-grid-item p:nth-child(2) {
    font-size: 14px;
  }
}
.front-page .why_do {
  padding-top: 9.625rem;
  padding-bottom: 13.75rem;
}
.front-page .why_do .animation > .title-white {
  text-align: center;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 1200px) {
  .front-page .why_do .animation > .title-white {
    padding: 3rem 4rem;
    font-size: 2.75rem;
    text-align: left;
    position: sticky;
    background: #17181A;
    top: 0;
  }
}
.front-page .why_do .cards-scroll {
  padding-left: 2rem;
  display: flex;
  overflow: visible;
  gap: 4rem;
  scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
  .front-page .why_do .cards-scroll {
    flex-direction: column;
    padding-left: 0;
  }
}
.front-page .why_do .cards-scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  scrollbar-width: none;
}
.front-page .types {
  padding-top: 8.625rem;
}
@media screen and (max-width: 1200px) {
  .front-page .types {
    padding-top: 4rem;
    overflow: hidden;
  }
}
.front-page .types canvas,
.front-page .types video {
  width: 121rem !important;
  height: 47.5rem !important;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .front-page .types canvas,
  .front-page .types video {
    display: none;
  }
}
@media screen and (max-width: 1200px) {
  .front-page .types #types-animation {
    width: 100%;
    overflow: hidden;
  }
}
.front-page .types .scrollmagic-pin-spacer {
  width: 100%;
}
.front-page .types .scroll {
  display: none;
  overflow: visible;
  width: 100%;
  scrollbar-width: none;
}
@media screen and (max-width: 1200px) {
  .front-page .types .scroll {
    display: block;
  }
}
.front-page .types .scroll .mob-img {
  display: none;
}
@media screen and (max-width: 1200px) {
  .front-page .types .scroll .mob-img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .front-page .types .scroll .mob-img {
    display: block;
    width: 74.125rem;
    height: 32.25rem;
  }
}
.front-page .types .scroll::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
  scrollbar-width: none;
}
.front-page .types svg {
  width: 121rem;
  height: 47.5rem;
  position: absolute;
  left: 0;
  opacity: 0;
  bottom: 0;
  transition: 0.3s;
}
@media screen and (max-width: 1200px) {
  .front-page .types svg {
    display: none;
  }
}
.front-page .types svg.active {
  opacity: 1;
}
.front-page .types .title-white {
  text-align: center;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 1200px) {
  .front-page .types .title-white {
    margin-bottom: 2rem;
    font-size: 2.75rem;
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
    width: 100%;
  }
}
.front-page .types .sub_title {
  color: #fff;
  font-size: 2.25rem;
  margin-bottom: 2.5rem;
  text-align: center;
  font-weight: 400;
  line-height: 1;
}
@media screen and (max-width: 1200px) {
  .front-page .types .sub_title {
    margin-bottom: 4rem;
    font-size: 1.75rem;
    text-align: left;
    padding-left: 3rem;
    padding-right: 3rem;
  }
}
.front-page .instructions {
  padding: 5rem 0;
  padding-left: 10.5rem;
  padding-right: 14.5rem;
  padding-top: 13.25rem;
}
.front-page .instructions #instructions-video {
  display: flex;
  gap: 4rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .front-page .instructions #instructions-video {
    gap: 0;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .front-page .instructions {
    padding: 0;
    padding-top: 6.875rem;
    overflow: hidden;
  }
}
.front-page .instructions .content {
  position: absolute;
  width: 50rem;
}
.front-page .instructions .content.two {
  opacity: 0;
}
.front-page .instructions .col {
  width: 50rem;
  height: 13.875rem;
  margin-top: 10rem;
}
.front-page .instructions video {
  width: 71rem !important;
  height: 71rem !important;
}
@media screen and (max-width: 767px) {
  .front-page .instructions video {
    width: 40rem !important;
    height: 40rem !important;
    margin-top: 8.75rem;
  }
}
.front-page .instructions canvas {
  width: 71rem !important;
  height: 71rem !important;
}
@media screen and (max-width: 767px) {
  .front-page .instructions canvas {
    width: 40rem !important;
    height: 40rem !important;
    margin-top: 8.75rem;
  }
}
.front-page .instructions .title-white {
  letter-spacing: 0.08rem;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .instructions .title-white {
    padding-left: 3rem;
    padding-right: 3rem;
    margin-bottom: 2rem;
    font-size: 2.75rem;
    width: 100vw;
  }
}
.front-page .instructions .sub_title {
  color: #F8F8F8;
  font-weight: 400;
  line-height: 1.4;
  font-feature-settings: "clig" off, "liga" off;
}
@media screen and (max-width: 767px) {
  .front-page .instructions .sub_title {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 1.25rem;
    width: 100vw;
  }
}
.front-page .waterproofing {
  padding-top: 8.75rem;
  padding-bottom: 12.875rem;
  padding-left: 23rem;
  padding-right: 18.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .waterproofing {
    padding-top: 10.75rem;
    padding-left: 3rem;
    padding-right: 0;
    padding-bottom: 13.75rem;
    overflow: hidden;
  }
  .front-page .waterproofing .scrollmagic-pin-spacer {
    overflow: hidden;
  }
}
@media screen and (max-width: 767px) {
  .front-page .waterproofing #anim-mob {
    overflow: hidden;
  }
}
.front-page .waterproofing .title-white {
  width: 58.5rem;
  margin-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .front-page .waterproofing .title-white {
    padding-right: 3rem;
    font-size: 2.75rem;
    margin-bottom: 4rem;
    width: 100%;
  }
}
.front-page .waterproofing .cards-steps {
  gap: 4rem;
}
@media screen and (max-width: 767px) {
  .front-page .waterproofing .cards-steps {
    overflow: hidden;
    width: 100%;
    gap: 3rem;
  }
  .front-page .waterproofing .cards-steps.active {
    overflow: visible;
  }
}
.front-page .solutionsc {
  padding-top: 8.75rem;
  padding-bottom: 9.375rem;
}
@media screen and (max-width: 767px) {
  .front-page .solutionsc {
    padding-top: 7rem;
    padding-bottom: 5rem;
    overflow: hidden;
  }
}
.front-page .solutionsc > .title {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .solutionsc > .title {
    padding-left: 3rem;
    padding-right: 3rem;
    font-size: 2.75rem;
    margin-bottom: 2rem;
    text-align: center;
  }
}
.front-page .solutionsc .sub_title {
  color: #292929;
}
.front-page .solutionsc .cards-solutionsc {
  padding-top: 15rem;
  gap: 2.25rem;
}
@media screen and (max-width: 767px) {
  .front-page .solutionsc .cards-solutionsc {
    padding-left: 2rem;
    padding-right: 2rem;
    flex-direction: column;
    gap: 13.5rem;
  }
}
.front-page .video-sec {
  padding-top: 15rem;
  padding-bottom: 7.875rem;
  padding-left: 23rem;
  padding-right: 14.5rem;
}
.front-page .video-sec.mob {
  display: none;
}
@media screen and (max-width: 767px) {
  .front-page .video-sec {
    display: none;
  }
  .front-page .video-sec.mob {
    display: block;
    padding: 0;
    padding-left: 3rem;
    padding-bottom: 5rem;
    padding-top: 5rem;
    overflow: hidden;
  }
  .front-page .video-sec.mob .title-block h2 {
    font-size: 2.75rem;
  }
}
.front-page .video-sec .title-block {
  margin-bottom: 5.125rem;
}
@media screen and (max-width: 767px) {
  .front-page .video-sec .title-block {
    margin-bottom: 4rem;
  }
}
.front-page .video-sec .cards-video {
  gap: 4.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .video-sec .cards-video {
    overflow: scroll;
    scrollbar-width: none;
  }
  .front-page .video-sec .cards-video::-webkit-scrollbar {
    scrollbar-width: none;
    width: 0;
    height: 0;
    display: none;
  }
}
.front-page .info {
  padding-left: 23rem;
  padding-right: 14.5rem;
  padding-bottom: 11.25rem;
}
@media screen and (max-width: 767px) {
  .front-page .info {
    padding-top: 7rem;
    padding-bottom: 5rem;
    padding-right: 3rem;
    padding-left: 3rem;
    overflow: hidden;
  }
}
.front-page .info .title {
  margin-bottom: 6.5rem;
  font-family: "Evolventa", sans-serif;
}
@media screen and (max-width: 767px) {
  .front-page .info .title {
    font-size: 2.75rem;
  }
}
@media screen and (max-width: 767px) {
  .front-page .info .columns {
    flex-direction: column;
    gap: 4.625rem;
  }
}
.front-page .info .columns > .column {
  width: 33.5rem;
}
.front-page .info .title_column {
  color: #292929;
  font-weight: 700;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .front-page .info .title_column {
    margin-bottom: 3.25rem;
  }
}
.front-page .info .list-info {
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .front-page .info .list-info {
    gap: 2.5rem;
  }
}
.front-page .info .list-info a {
  color: #292929;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .front-page .info .list-info a:after {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background: url("/local/templates/waterproofing/front/dist/css/../../static/img/icon/menu_arrow.svg") no-repeat;
    background-size: cover;
    margin-left: 1rem;
    margin-top: 0.25rem;
  }
  .front-page .info .list-info a.not-arrow:after {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */

/* End */
/* /local/templates/waterproofing/front/static/fonts/fonts/evolventa.css?1725885189487 */
/* /local/templates/waterproofing/front/dist/css/main.css?175766195743790 */
