/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126 | Public Domain */

:root {
  /* brand */
  --brand-yellow: #F0B51F;
  --brand-blue:   #1C73D8;

  /* neutrals */
  --neutral-600:  #797070;
  --neutral-300:  #D9D9D9;

  /* rgb for alpha usage */
  --brand-yellow-rgb: 240 181 31;
  --brand-blue-rgb:   28 115 216;
  --neutral-600-rgb:  121 112 112;
  --neutral-300-rgb:  217 217 217;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote, pre, p
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
p{
  margin: 0px 0px 0px 0px;
}
.mobile{
  display: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
a{
  text-decoration: none;
}
body { line-height: 1; 
font-size: 16px;
font-family: 'Roboto';
}
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote::before, blockquote::after,
q::before, q::after { content: ''; content: none; }
table { border-collapse: collapse; border-spacing: 0; }


*, *::before, *::after { box-sizing: border-box; }

.container-3{
    max-width: 1226px;
    margin: 0 auto;
}
.wrap-zag{
  margin-top: 22px;
}
.wrap-zag h6{
margin-bottom: 10px;
}
.search-form { position: relative; }
.rlv-results { position: absolute; top: 100%; left: 0; right: 0; z-index: 9999; }

:root {
  /* brand */
  --yellow: #F0B51F;
  --blue:   #1C73D8;
  --blue2:  #2783EB;
  /* neutrals */
  --gray:  #797070;
  --gray2:  #D9D9D9;

  /* rgb for alpha usage */
  --brand-yellow-rgb: 240 181 31;
  --brand-blue-rgb:   28 115 216;
  --neutral-600-rgb:  121 112 112;
  --neutral-300-rgb:  217 217 217;
}
.g3{
  background-color: #FAF8F2;
}

#consent-banner-blocker {

  font-family: 'Roboto' !important;
  max-width: 574px !important;
}

@media only screen and (min-width: 1024px) {
  main p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  right: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: rgba(232, 98, 86, 0.8) url(../img/cd-top-arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #e86256;
  opacity: 1;
}
@media only screen and (min-width: 768px) {
  .cd-top {
    right: 20px;
    bottom: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 30px;
  }
}
h1{
font-family: Raleway;
    font-weight: 900;
    font-size: 39px;
    position: relative;
    z-index: 2;
}
.hover{
    transition: all 0.3s ;
    
}
.a404{
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 84px;
    top: -26px;
    position: relative;
}


.okno{
    position: fixed;
    right: 50%;
    top: 20%;
    bottom: auto;
    transform: translate(50%, 0%);
    width: 360px;
    height: auto;
    z-index: 500000;
    background: #676262;
    height: auto;
    padding-top: 14px;
    padding-bottom: 13px;
    padding-left: 12px;
    text-align: center;
    line-height: 25px;
    display: none;
}
.k1 strong {
    color: #797070;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}
.five-into{
display: grid
;
    grid-template-columns: 594px 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    justify-content: center;
    align-items: center;
}
.five-left{
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;


}
.wrap-slik-00{
    display: flex
;
    justify-content: space-between;
    margin-top: 54px;
}
.div3 div{
padding-top: 18px;
    padding-left: 16px;
}
.div3 h4{

font-family: Raleway;
font-weight: 700;
font-style: Bold;
font-size: 16px;
color: #797070;
text-transform: uppercase;



}
.div3 ul{
       margin-top: 20px;
}
.div3 ul li{
  margin-bottom: 10px;
}
.div3 a{
  color: #797070;

}
.div3 a{
  position: relative;
  transition: all 0.3s ;
}


.div3 a::before {
  content: '';
  background-image: url(../img/ArrowDownRightCircle.svg);
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 30px;
  height: 30px;
  top: 0px;
  left: -24px;
}

.div3 a:hover {
  color: #2783EB;
  text-decoration: underline;
}

.div3 a:hover::before {
  content: '';
  background-image: url(../img/Vector7.svg);
}

.div3 ul{
    margin-left: 20px;
}


.div3{
    display: grid
;
    grid-template-columns: 265px 274px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #ededed;
}
.latoc-right ol li{
color: #8a8787;
    line-height: 23px;
    list-style: decimal;
}
.latoc-right ol {
   margin-top: 11px;
    margin-left: 17px;
}
 
.five{
  padding-bottom: 47px;
}
.error404{
background-color: #f7f7f7;  
}
.five-left{
color: #797070;
}
.five-left a{
color: var(--gray);
font-weight: 700;
text-decoration: underline;
}
.five-left p:nth-child(1){
margin-bottom: 14px;
}
.okno strong{
  font-weight: 500;
    font-size: 18px;
}
.okno span{
  font-size: 16px;
}
.impermeabilizacao-into.fio1{
  display: grid
;
    grid-template-columns: 799px 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.fff3.wrap-ico-pr {
    display: grid
;
    grid-template-columns: 347px 250px;
    grid-column-gap: 26px;
    grid-row-gap: 10px;
    margin-top: 36px;
    margin-bottom: 66px;
}

.hover:hover{
    opacity: .8;
}
.kama_breadcrumbs a{
font-family: Raleway;
font-weight: 400;

font-size: 14px;
color: var(--gray);

}
.two{
  padding-top: 48px;
}
.sm-blue a:hover{
  border-bottom: 4px solid var(--brand-yellow);

}
.kama_breadcrumbs a{
    position: relative;
    z-index: 2;
    cursor: pointer;
}

.g5{
  padding-top: 57px;
}

.my-gallery a{
display: none;
}
.my-gallery a:nth-child(1){
  display: block !important;
}
.proteja{
    font-family: Roboto;
    font-weight: 300;
    line-height: 31px;
    font-size: 24px;
    color: var(--gray);
    padding-right: 57px;
    margin-top: 24px;
    position: relative;
    z-index: 3;

}
.wrap-area ul li{
  position: relative;
}
.wrap-area ul li::before{
content: '';
    background-color: var(--gray);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    top: 8px;
    left: -11px;
}
.wrap-ico-pr div{
  position: relative;
  z-index: 4;
}

.wrap-ico-pr{
      line-height: 22px;
}
.wrap-ico-im-1 p{
font-family: Roboto;
font-weight: 900;
color: Black;
font-size: 16px;

text-transform: uppercase;

}
.wrap-ico-im-2 p{
font-family: Roboto;
font-weight: 900;
color: Black;
font-size: 16px;

text-transform: uppercase;

}
.into-pr.fff33 {
    display: grid
;
    grid-template-columns: 30px 327px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.fff3{
  position: relative;
}
.fff3::before{
content: '';
    background: #F0B51F;
    background-repeat: no-repeat;
    position: relative;
    display: block;
    width: 22px;
    height: 3px;
    top: 18px;
    left: -29px;
}

.h22.fff3{
  font-size: 24px;
  border-left:none;
}
.sik-00.si00 h2{
    font-size: 39px;
    float: none !important;
    margin-left: 22px;
    padding: 0px;
    padding-left: 9px;
}
.si00 p{
    margin-top: 20px;
    margin-left: 25px;
}
.into-pr{
  display: grid;
  grid-template-columns: 30px 250px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.wrap-ico-pr{
display: grid
;
    grid-template-columns: 250px 250px;
    grid-column-gap: 26px;
    grid-row-gap: 10px;
    margin-top: 36px;
    margin-bottom: 66px;
}

.kama_breadcrumbs{
    font-family: Raleway;
    font-weight: 700;
    font-size: 14px;
    color: var(--gray);
    position: relative;
    z-index: 20;
    cursor: pointer;
    line-height: 19px;
}

.main-navigation {
display: flex
;
    margin-top: 18px;
}
.sub-arrow{
  display:none;
}
h2{
  font-family: Raleway;
font-weight: 400;

font-size: 42px;
text-transform: uppercase;

}
.reg{
    background-color: var(--blue2);
    color: white;
    font-family: Raleway;
    font-weight: 600;
    
    font-size: 18px;
    border-radius: 50px;
    text-align: center;
    width: 318px;
    height: 80px;
display: flex;
justify-content: center;
align-items: center;
cursor: pointer;
}
.h22 {
  
}


.wrap-ico-pr.fff31 {
    display: grid;
    grid-template-columns: 374px 250px;
    grid-column-gap: 26px;
    grid-row-gap: 10px;
    margin-top: 36px;
    margin-bottom: 66px;
}

.latoc-right h3{
font-size: 18px;
    font-weight: 600;
    color: #797070;
    margin-top: 16px;
}
.latoc-right li{
position: relative;
}
.latoc-right ul li::before{

    content: '';
    background: #8e8987;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 3px;
    height: 3px;
    top: 6px;
    left: -12px;
  
}
.latoc-right h3:nth-child(1){
  margin-top: 0px;
}
.latoc-right ul{
      margin-top: 20px;
    margin-left: 12px;
}
.latoc-right{
  padding-left: 14px;
    padding-bottom: 18px;
}
.latoc-right ul li{
       color: #8a8787;
    margin-bottom: 6px;
}
.latoc-right p{
  color: #8a8787;
    line-height: 21px;
    margin-top: 13px;
 
}
.email-link {
  font-size: 12px;
}
.phone-link{
    color: #2783eb;
    font-size: 16px;
    font-weight: 900;
}
.navigacao-1 ul li a{
  transition: all 0.3s ;
}
.navigacao-1 ul li a:hover{
  border-bottom: 1px solid #F0B51F;

}
.container-f{
max-width: 1160px;
margin: 0 auto;
}
.text-copy{
      text-align: center;
     
}
.one-foot-logo{
    display: grid
;
    grid-template-columns: 198px 128px 150px 190px 200px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
}

.ico-header{
display: flex
;

    align-items: center;

    justify-content: space-between;
}
.phone-link{
     padding-right: 30px;
}
.whatsapp-link img{
position: relative;
    top: 3px;
    left: -3px;
}
.email-link{
position: relative;
    top: 4px;
    left: 1px;
}
a{
  color: #1C73D8;
}

.into-header{
    display: grid
;
    grid-template-columns: 210px 1fr;
    justify-items: right;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-items: right;
}

.container-3{
  position: relative;
}

.div-zag a{
    font-size: 16px;
    line-height: 100%;
    color: #D9D9D9;
}

.search-field{
    border: 1px solid #2783eb;
    padding: 4px;
    border-radius: 32px;
}

.search-submit{
    background: #2783eb;
    color: white;
    border: none;
    height: 25px;
    cursor: pointer;
    border-radius: 22px;
}
.serch-wt form{
    position: absolute;
    margin-top: 16px;

}
.relevanssi-live-search-instructions{
  display: none !important;
}

.into-header{
      height: 118px;
}
.lupa{
    border-bottom: 4px solid transparent;
    position: relative;
    top: -1px;
}
.serch-wt{
      display: flex
;
    justify-content: flex-end;
}

.email-link img{
  position: relative;
    left: -4px;
}
.into-header{
  padding-top: 11px;
}
.email-link span{
    font-size: 12px;
    font-family: 'Roboto';
    display: inline-block;
    top: -4px;
    position: relative;
}
.email-link{
  color:  #797070;
font-family: Raleway;
font-weight: 700;
font-style: Bold;
font-size: 12px;

line-height: 100%;
letter-spacing: 0%;
}
.tel-f a{
  font-family: Raleway;
font-weight: 700;
font-style: Bold;
font-size: 12px;


}
footer{
    background-color: #676262;
    color: #F5F5F5;
  font-weight: 400;
    padding-top: 75px;
    padding-bottom: 72px;
    font-family: 'Raleway' !important;
}
.tel-f a{
font-family: 'Roboto' !important;

    margin-left: 6px;
}
footer span{
   font-weight: 400;
    font-size: 12px;
}
footer>div{
   font-weight: 400 !important;
}
.div-zag span{
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 16px;
    line-height: 100%;
    color: #D9D9D9;
    border-left: 4px solid #F0B51F;
    padding-left: 20px;

}
.navigacao-1 li{
position: relative;
    margin-bottom: 9px;
}
.navigacao-1 li::before {content: '';
background: #F0B51F;
background-repeat: no-repeat;
position: absolute;
display: block;
width: 4px;
height: 4px;
border-radius: 100px;
top: 7px;
left: -12px;
}
.soc-f a{
margin-right: 6px;
}
.text-copy{
  text-align: center;
    margin-top: 34px;
}

.navigacao-1 ul{
  padding: 0;
    margin: 0;
    margin-left: 12px;
    margin-top: 25px;
}
.div-zag{
  margin-top: 20px;
}
.email-f{
  margin: 12px 0px;
}
 
.page-header h1{
  font-size: 30px;
}
.relevanssi-live-search-result{
  margin-bottom: 10px;
}
.ajax-results{
    background: white;
    padding: 8px;
    line-height: 18px;
}
.rua{
  line-height: 16px;
}
.page-content{
      margin-top: 24px;
}
.page-content form{
margin-top: 30px;
margin-bottom: 40px;
}
.tel-f{
  margin-top: 11px;
  margin-bottom: 11px;
}
.tel-footer div{
     font-weight: 400 !important;
    font-size: 12px;
  
}
footer a{
  font-size: 12px;

    color: #F5F5F5;
}



.aceitamos{
    color: #797070;
    font-size: 11px;
    position: relative;
    top: 3px;
    left: 59px;
}

.sm-blue a{
    
    color: #797070;
    font-weight: 700;
}
.lupa{
  cursor: pointer;
}

.serch-wt{
  display: flex;            /* виджет всегда во флоу */
      /* прячем содержимое при сворачивании */
  max-height: 0;            /* свернуто */
  opacity: 0;
  transform: translateY(-8px);
  transition: max-height .35s ease, opacity .25s ease, transform .35s ease;
  pointer-events: none;     /* чтоб не тыкалось, пока скрыто */
}

.serch-wt.active{
  max-height: 300px;        /* поставь больше, чем реальная высота блока */
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}
.hamburger{
      width: 26px;          /* ширина иконки */
      height: 14px;         /* компактный интервал между полосками */
      position: relative;
      display: inline-block;
      background: none;
      border: 0;
      padding: 0;
      cursor: pointer;
    }
    .hamburger:focus-visible{
      outline: 2px solid #9fb8ff;
      outline-offset: 2px;
    }
    .hamburger span{
      position: absolute;
      left: 4px;            /* укоротили линии — крестик компактнее */
      right: 4px;
      height: 2px;
      background: #797070;  /* ЦВЕТ ПОЛОСОК И КРЕСТИКА */
      border-radius: 2px;
      transition: transform .25s ease, opacity .2s ease;
    }
    .hamburger span:nth-child(1){ top: 0; }
    .hamburger span:nth-child(2){ top: 50%; transform: translateY(-50%); }
    .hamburger span:nth-child(3){ bottom: 0; }


.mobile{
  display: none;
}

    .my-gallery {
    display: flex
;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    }
    .wrap-area{
 margin-left: 13px;
    }
   
    .my-gallery img {
display: block;
    width: 255px;
    height: auto;
    border-radius: 0px;
    cursor: pointer;
    transition: transform 0.2s;
    }

    .my-gallery img:hover {
      transform: scale(1.05);
    }

    /* Настройка панели миниатюр Fancybox */
    .fancybox__thumbs {
      flex-direction: row;   /* горизонтально */
      height: 100px;         /* высота панели */
      width: 100%;           /* во всю ширину */
      order: 2;              /* внизу под фото */
      padding: 10px;
      background: #111;
    }

    .fancybox__thumbs .fancybox__thumb {
      flex: 0 0 auto;
      margin: 5px;
    }
    .hero{
  position: relative;
}
    @media (prefers-reduced-motion: reduce){
      .hamburger span{ transition: none; }
    }



@media (max-width: 1255px) { 

  .okno strong{
    font-size: 16px !important;
  }
   .okno span{
    font-size: 16px !important;
  }
    .hero {
        width: 100%;
        aspect-ratio: 16 / 9;
        overflow: hidden;
        height: 463px;
    }


.hero img {
        width: 100%;
        height: 65%;
        object-fit: cover;
        object-position: 50% 50%;
        display: block;
}
  .container-3{
    padding: 0 15px;
  }
.sm-blue a:hover {
    border-bottom: none;
}
.g4-right br{
  display: block !important;
}
  .sub-arrow{
  display:block;
}
  h1{
    line-height: 45px;
  }
  .container-f{
    padding: 0 20px;
  }
  .one-foot-logo {
    display: grid
;
    grid-template-columns: 198px 128px 150px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: space-between;
}
  .main-navigation {
    display: flex
;
    margin-top: 12px;
    background: white;
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 16px;
    z-index: 3223;
    padding-left: 14px;
}
  .icon-close{
         width: 20px;
        height: 20px;
        position: absolute;
        display: inline-block;
        background: transparent;
        border: 0;
        padding: 0;
        cursor: pointer;
        right: 0;
        top: 0px;
  }
  .icon-close:focus-visible{
    outline: 2px solid #9fb8ff;
    outline-offset: 2px;
  }
  .icon-close::before,
  .icon-close::after{
    content: "";
    position: absolute;
    left: 2px;                /* укоротить/удлинить полосы — меняй отступы left/right */
    right: 2px;
    top: 50%;
    height: 2px;              /* толщина линий */
    background: #797070;      /* СЕРЫЙ ЦВЕТ */
    border-radius: 2px;
    transform-origin: center;
  }
  .icon-close::before{ transform: translateY(-50%) rotate(45deg); }
  .icon-close::after { transform: translateY(-50%) rotate(-45deg); }

  /* необязательно: наведение чуть темнее */
  .icon-close:hover::before,
  .icon-close:hover::after{ background: #666; }
.container-3 {
    max-width: 810px;
    margin: 0 auto;
}
.serch-wt form {
    position: absolute;
    margin-top: 44px;
}
.hamburger {
        width: 26px;
        height: 14px;
        position: absolute;
        right: 9px;
        top: 56px;
        display: inline-block;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
}
.lupa.mobile{
position: absolute;
        right: 53px;
        top: 54px;
}


.main-navigation img{
display: none;
}
.five-into {
display: grid
;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 29px;
        justify-content: center;
        align-items: center;
        padding-top: 27px;
}
.five-left {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
}
    .main-navigation.active {
        display: flex
;
        flex-direction: column;
        background: white;
   
        width: 185px;
        padding: 14px 0;
        position: fixed;
        right: 0px;
        top: 0;
        z-index: 2;
    }
    .five-into {
        display: grid
;
        grid-template-columns: 1fr;
        grid-column-gap: 0px;
        grid-row-gap: 29px;
        justify-content: center;
        align-items: center;
        padding-top: 27px;
        margin-top: 43px;
    }
#main-menu li{
        margin-bottom: 2px;
        margin-top: 0px;
        padding-top: 7px;
        padding-bottom: 21px;
}
.a1920{
      position: relative;
    left: auto;
}
#main-menu {
        display: flex
;
        flex-direction: column;
        width: 202px;
}
.wrap-slik-00 {
    display: flex
;
    justify-content: space-between;
    margin-top: 54px;
    flex-direction: column;
    width: 598px;
    margin: 0 auto;
}
.div3 {
    display: grid
;
    grid-template-columns: 265px 274px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #ededed;
    margin-top: 33px;
}
.impermeabilizacao-into.fio1 {
    display: grid
;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
.main-navigation{ display: none; }        /* по умолчанию скрыто */
.main-navigation.active{ display: flex; } /* при active — flex */

.aceitamos {
    color: #797070;
    font-size: 10px;
    position: relative;
    top: 3px;
    left: -24px;
}
.mobile{
  display: block;
}
.desk{
 display: none; 
}
.gt-left img {
    position: relative;
    left: 0px;
    top: 41px;
}
 }


@media (max-width: 838px) {
  .gt-left img{
width: 100%;
  }
  .gt-left img {
    position: relative;
    left: 0px !important;
    top: 10px;
}
.five-right img{
  width: 100%;
}
  .text-copy {
    text-align: center;
    margin-top: 19px;
    line-height: 21px;
    font-size: 13px;
}
.wrap-slik-00 {
        display: flex
;
        justify-content: space-between;
        margin-top: 54px;
        flex-direction: column;
        width: 100%;
        margin: 0 auto;
    }
    .div3 img{
      width: 100%;
    } 
    .div3 div {
    padding-top: 18px;
    padding-left: 16px;
    padding-bottom: 11px;
}
    .div3 {
        display: grid
;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        background-color: #ededed;
        margin-top: 33px;
    }
    .si00 p {
    margin-top: 20px;
    margin-left: 25px;
    line-height: 21px;
}
    .sik-00.si00 h2 {
    font-size: 28px;
    float: none !important;
    margin-left: 22px;
    padding: 0px;
    padding-left: 9px;
    line-height: 34px;
}
footer {
    background-color: #676262;
    color: #F5F5F5;
    font-weight: 400;
    padding-top: 44px;
    padding-bottom: 43px;
    font-family: 'Raleway' !important;
}


      .one-foot-logo {
        display: grid
;
        grid-template-columns: 300px;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        justify-content: space-between;
    }
  .serch-wt.active {
    max-height: 300px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
    width: 250px;

  }
  
  .site-branding{
        position: absolute;
    left: 18px;
  }
  .serch-wt form {
         position: absolute;
        margin-top: 75px;
        left: -12px;
        z-index: 2;
    }
        .hamburger {
        width: 44px;
        height: 17px;
        position: absolute;
        right: 19px;
        top: 56px;
        display: inline-block;
        background: none;
        border: 0;
        padding: 0;
        cursor: pointer;
    }
.aceitamos {
color: #797070;
        font-size: 10px;
        position: absolute;
        top: 16px;
        left: auto;
        right: 20px;
        text-align: right;
        padding-left: 37px;
        width: 227px;
    }
    .contact-header{
       position: absolute;
        right: 50%;
        bottom: auto;
        top: 51px;
        transform: translate(62%, 0%);
        width: 182px;
    }
.container-3{
  max-width: 550px;
  padding: 0 20px;
}



.lupa.mobile {
        position: absolute;
        right: auto;
        top: 60px;
        left: 11px;
    }
.ico-header {
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.site-branding img{
  width: 130px;
}
.contact-header{
      display: flex
;
    flex-direction: column;
}
.into-header {
    display: flex
;

    justify-items: right;

    justify-items: right;
    justify-content: space-between;
}
}



.relevanssi-live-search-result-status>p{
display: none;
}
#rlvlive_1{

}
.live-ajax-messages>p{
  display: none !important;
}
.relevanssi-live-search-result a{
  font-size: 14px !important;
}
.relevanssi-live-search-results{
left: 0px !important;
    top: 33px !important;
}
/* скрыта: не мешает кликам */
.relevanssi-live-search-results{
  position: fixed;          /* привязка к вьюпорту */
  z-index: 2147483647;      /* поверх всего */
  display: none;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease;
}

/* показана: участвует в кликах и анимируется */
.relevanssi-live-search-results.relevanssi-live-search-results-showing{
  display: block;
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header { position: relative; z-index: 1000; }
.serch-wt { position: relative; z-index: 1010; }           /* контейнер формы поиска */
.relevanssi-live-search-results { position: absolute; z-index: 1020; }

/* низ (контент под шапкой) */
.telhados-wrap { position: relative; z-index: 0; }          /* ЯВНО ниже шапки/выпадашки */
.telhados-wrap { position: relative; z-index: 0; }
.telhados-right,
.telhados-right .wrap-anons,
.telhados-right .wrap-anons img {
  position: relative;
  z-index: 0;   /* сброс, чтобы не было больших z-index у детей */
}


/*слайлер */



.section {
  padding: 63px 0 60px;
    }
body{
	overflow-x: hidden;
}
    .container {
      max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    left: -550px;
    }

    /* карточка */
    .card {
    width: 401px;
    height: 265px;
    box-sizing: border-box;
    background: #faf8f2;
    border-radius: 0px;
    padding: 20px;
    border: 1px solid var(--brand-yellow);
    display: flex;

    flex-direction: column;
    gap: 10px;
    margin: 0 75px;
    }

  .card__icon{
        display: flex
;
  }
  .wrap-title h3{

  }
  .wrap-title{
    display: flex;
    align-items: center;
  }
   .wrap-title span{
color: var(--brand-yellow);
    padding-left: 21px;
    padding-right: 33px;

   }
  .wrap-title h3{
  color: #404040;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 36px;

    line-height: 100%;
    letter-spacing: 0%;
  }
.wrap-title{
font-family: Roboto;
font-weight: 800;
margin-top: 15px;
font-size: 64px;



text-align: center;
}



    .card__icon svg {
      width: 100%;
      height: 100%;
      display: block;
    }

    .card__title {
      margin: 0;
      font-size: 18px;
      font-weight: 700;
      color: #1f2a37;
    }

    .card__text {
    font-family: Roboto;
    font-weight: 300;
    font-size: 16px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    line-height: 20px;
    margin-top: 18px;

    }

    /* Slick стрелки */
    .slick-prev, .slick-next {
      z-index: 2;
      width: 60px;
      height: 60px;
    }
    .slick-prev:before {
content: '';
background: url('../img/Navi1.svg');
background-repeat: no-repeat;
position: absolute;
display: block;
width: 66px;
height: 66px;
top: 7px;
left: -12px;
    }
    
     .slick-next:before {
content: '';
    background: url(../img/Navi2.svg);
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 66px;
    height: 65px;
    top: 7px;
    left: 137px;
    }

    
    .slick-next:before {
    
    }

    /* точки */
    .slick-dots li button:before {
     
    }
    .slick-dots li.slick-active button:before {
        opacity: .9;
    color: #f0b51f;
    }

    .slick-list {
      overflow: visible;
    }
    .slick-prev {
    left: -161px;
}
 

    .slick-dots li button:before {
    font-family: 'slick';
    font-size: 10px;
    line-height: 21px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: .25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
    left: 383px;
}
.slick-next {
    right: -582px;
}
.card.slick-slide.slick-current.slick-active.slick-center{
  background-color: #fff;
}
.slick-dots .slick-active{

}
.slick-dots {
position: absolute;
    bottom: -56px;
    right: 42px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: right;
}
@media (max-width: 1680px) {
.slick-prev {
        left: 387px;
    }
.slick-next {
    right: -25px;
}
.slick-dots {
    position: absolute;
    bottom: -63px;
    right: 324px;

}

.container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 16px;
    position: relative;
    left: -263px;
}
.g3{
  position: relative;
}
    .str-link {
        width: 50px;
        height: 4px;
        background-color: var(--brand-yellow);
        position: absolute;
        right: 49%;
        bottom: 205px;
        transform: translate(50%, 0%);
    }

  }

@media (max-width: 1600px) { 
    .container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 16px;
        position: relative;
        left: -272px;
    }

    .str-link {

        position: absolute;
        right: 49.5%;

    }
    .slick-dots {
        position: absolute;
        bottom: -63px;
        right: 136px;
    }
    .slick-prev {
        left: 186px;
    }
.slick-next {
        right: -237px;
    }


 }

@media (max-width: 1445px) {  

    .slick-prev {
        left: 296px;
    }
        .slick-dots {
        position: absolute;
        bottom: -63px;
        right: 236px;
    }
.card {
width: 401px;
        height: 265px;
        box-sizing: border-box;
 
        border-radius: 0px;
        padding: 20px;
        border: 1px solid var(--brand-yellow);
        display: flex
;
        flex-direction: column;
        gap: 10px;
        margin: 3px 66px;
}

        .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
        position: relative;
        left: -262px;
    }
      .slick-next {
        right: -104px;
    }

}
@media (max-width: 1368px) { 

        .slick-prev {
        left: 15px;
  
    }
    .wrap-title h3 {
    color: #404040;
    font-family: Raleway;
    font-weight: 700;
    font-style: Bold;
    font-size: 34px;
    line-height: 100%;
    letter-spacing: 0%;
}
.wrap-title span {
    color: var(--brand-yellow);
    padding-left: 21px;
    padding-right: 14px;
}
    .str-link {
        position: absolute;
        right: 51%;
    }
        .slick-dots {
              position: absolute;
        bottom: -63px;
        right: -244px;
        text-align: center;
    }
    .slick-next {
         right: -28px;
    }
    .slick-prev {
               left: 319px;

    }
        .container {
       max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
        position: relative;
        left: -261px;
    }
        .card {
        width: 331px;
        height: 247px;
        box-sizing: border-box;
        background: transparent;
        border-radius: 0px;
        padding: 20px;
        border: 1px solid var(--brand-yellow);
        display: flex
;
        flex-direction: column;
        gap: 10px;
        margin: 0px 77px;
    }
 }
   /*слайлер */


   @media (max-width: 1280px) {
.a1920{
  width: 492px;
}

    .abs-fon{
      display: none;
    }
.str-link{
  display: none !important;
}
.slick-prev.slick-arrow{
  display: none !important;
}
    .slick-next {
        right: -119px;
    }
        .slick-dots {
        position: absolute;
        bottom: -63px;
        right: auto;
        text-align: center;
    }
     }


     @media (max-width: 830px) { 
      .impermeabilizacao-left h1 {
    margin-top: 37px;
    width: 486px;
    font-size: 30px;
    line-height: 33px;
}
.proteja {
    font-family: Roboto;
    font-weight: 300;
    line-height: 28px;
    font-size: 20px;
    color: var(--gray);
    padding-right: 57px;
    margin-top: 24px;
    width: 500px;
}
          .slick-next {
        right: auto;
        top: -44px;
    }
    br{
      display: none !important;
    }
    .slick-next {
        right: auto;
        top: -49px;
        left: -101px;
    }
    .slick-next:before {
    content: '';
    background: url(../img/Navi2.svg);
    background-size: 43px;
    background-repeat: no-repeat;
    position: absolute;
    display: block;
    width: 66px;
    height: 65px;
    top: 21px;
    left: 142px;
}
.g3 h2{
  padding-bottom: 27px;
}

    h2 {
    font-family: Raleway;
    font-weight: 400;
    font-size: 28px;
    text-transform: uppercase;
}
.wrap-title {
    font-family: Roboto;
    font-weight: 800;
    margin-top: 15px;
    font-size: 40px;
    text-align: center;
}
.slider .slick-prev.slick-arrow {
        left: 3%;
        right: auto;
        display: block !important;
        top: -44px;
    }
.slick-prev:before {
    content: '';
    background: url(../img/Navi1.svg);
    background-repeat: no-repeat;
    background-size: 41px;
    position: absolute;
    display: block;
    width: 34px;
    height: 48px;
    top: 18px;
    left: -82px;
}
        .slider .slick-prev.slick-arrow{
        left: 24%;
        right: auto;
        display: block !important;
        top: -44px;
        }
      
.container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 16px;
        position: relative;
        left: auto;
    }
      }


      @media (max-width: 664px) { 
.trbalyonos-into>div {
    background: radial-gradient(86.79% 330.36% at 2.5% 5.08%, #EFEFEF 0%, #FFFFFF 44.71%, #EDEDED 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
    display: grid
;
    grid-template-columns: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}
    .trbalyonos-into {
        display: grid
;
        grid-template-columns: 1fr;
        grid-column-gap: 10px;
        grid-row-gap: 26px;
        justify-content: space-between;
        margin-top: 51px;
        justify-content: center;
    }
.g5{
        padding: 52px 0;
}
.gf1 .g5{
    padding: 3px 0 43px !important;
}
.reg-yell {
    width: 217px !important;
    height: 68px !important;
    background: #F0B51F;
    color: black;
    font-family: Raleway;
    font-weight: 700;
    font-size: 18px;
    border: none;
    cursor: pointer;
    text-align: center;
    border-radius: 56px;
    justify-content: center;
    align-items: center;
    margin-top: 28px;
}
       }

@media (max-width: 568px) { 
.error {
position: absolute;
        margin-top: -22px;
        width: 157px;
        height: 20px;
        background: red;
        color: white;
        display: none;
        align-items: center;
        padding-left: 5px;
  
}
 }  
 
 

 