

/* Start:/local/templates/fetrmetr/assets/css/style.css?177583273114457*/
@font-face{
  font-family:'Comfortaa';
  src:url('/local/templates/fetrmetr/assets/css/../fonts/Comfortaa.ttf') format('truetype');
  font-weight:400;
  font-style:normal;
}
:root{
  --bg:#ffffff;
  --text:#1b1b1b;
  --muted:#666;
  --line:#e9e9e9;
  --card:#f5f5f3;
  --dark:#3e3e3e;
  --green:#79b81f;
  --green2:#67a817;
  --radius:18px;
  --max:1180px;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:'Comfortaa', system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:var(--bg);
  line-height:1.35;
}
body.no-scroll{
  overflow:hidden;
}
a{color:inherit; text-decoration:none}
img{max-width:100%; display:block}
.container{max-width:var(--max); margin:0 auto; padding:0 22px}

.header{
  position:sticky;
  top:0;
  background:rgba(255,255,255,.92);
  backdrop-filter: blur(8px);
  border-bottom:1px solid var(--line);
  z-index:50;
}
.header__row{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:8px 0;
}
.brand{
  display:flex;
  align-items:center;
  gap:8px;
  min-width:auto;
  flex:0 0 auto;
  overflow:visible;
}
.brand__logo{
  display:block;
  width:auto;
  height:52px;
  max-width:280px;
}

.nav{
  display:flex;
  align-items:center;
  gap:20px;
  flex-wrap:wrap;
  justify-content:center;
}
.nav a{
  font-size:14px;
  opacity:.95;
}
.nav a.active{
  color:var(--green2);
  font-weight:700;
}
.header__actions{
  display:flex;
  align-items:center;
  gap:10px;
  min-width:auto;
  justify-content:flex-end;
  flex:0 0 auto;
}

.icon-btn{
  width:40px;
  height:40px;
  border-radius:50%;
  border:1px solid #d8d8d8;
  display:grid;
  place-items:center;
  background:#fff;
  color:var(--green);
  cursor:pointer;
  flex:0 0 auto;
  padding:0;
}
.icon-btn svg{
  display:block;
}
.icon-btn:hover{
  color:var(--green2);
  border-color:#cfcfcf;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:40px;
  padding:0 22px;
  border:none;
  border-radius:14px;
  cursor:pointer;
  background:var(--green);
  color:#fff;
  font-weight:700;
  font-size:15px;
  line-height:1;
  white-space:nowrap;
}
.btn:hover{
  background:var(--green2);
}

.hero{
  margin-top:18px;
}
.hero__card{
  border-radius:var(--radius);
  overflow:hidden;
  min-height:320px;
  background:#ddd center/cover no-repeat;
  display:grid;
  place-items:center;
}
.hero__title{
  text-align:center;
  color:#fff;
  font-size:34px;
  font-weight:700;
  text-shadow:0 6px 18px rgba(0,0,0,.2);
}
.hero__pill{
  margin-top:10px;
  display:inline-block;
  background:var(--green);
  color:#fff;
  padding:10px 18px;
  border-radius:10px;
  font-size:30px;
  font-weight:800;
}

.section{padding:34px 0}
.section--tight{padding:20px 0}
.h2{font-size:34px; text-align:center; margin:0 0 10px}
.p{max-width:780px; margin:0 auto; text-align:center; color:var(--muted); font-size:14px}

.cat-row{
  display:flex;
  gap:22px;
  justify-content:space-between;
  margin-top:26px;
  flex-wrap:wrap;
}
.cat{
  width:calc(20% - 18px);
  min-width:160px;
  text-align:center;
}
.cat__label{
  font-size:13px;
  margin-bottom:12px;
}
.cat__img{
  width:154px;
  height:154px;
  margin:0 auto 10px;
  overflow:hidden;
  border-radius:56px 0 56px 0;
  background-color:#f2f2f2;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  box-shadow:none;
}

.panel{
  background:#dcdcdc;
  border-radius:var(--radius);
  padding:30px 22px;
}
.panel__title{font-size:16px; text-align:center; margin:0 0 18px}
.partner-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px;
  align-items:center;
  justify-items:center;
  max-width:900px;
  margin:0 auto;
}
.partner{
  filter: grayscale(100%);
  opacity:.9;
  font-weight:800;
  letter-spacing:.2px;
}

.footer-wrap{
  padding:28px 0 14px;
}
.footer-topline{
  height:10px;
  background:var(--green);
  border-radius:10px 10px 0 0;
  max-width:var(--max);
  margin:0 auto;
}
.footer{
  max-width:var(--max);
  margin:0 auto;
  background:var(--dark);
  color:#fff;
  border-radius:0 0 var(--radius) var(--radius);
  padding:18px 22px 28px;
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.15fr .8fr .9fr;
  gap:28px;
  align-items:start;
}
.footer__brand{
  overflow:visible;
}
.footer__brand img{
  display:block;
  width:auto;
  height:48px;
  max-width:280px;
  filter: brightness(1.1);
}
.small{
  font-size:12px;
  opacity:.85;
  line-height:1.45;
}
.footer a{color:#fff; opacity:.95}
.footer h4{
  margin:0 0 10px;
  font-size:14px;
}
.footer ul{
  list-style:none;
  padding:0;
  margin:0;
  display:grid;
  gap:6px;
}
.footer-menu{
  display:grid;
  gap:8px;
}
.footer-menu a{
  display:block;
}
.footer__products{
  display:grid;
  gap:8px;
}
.map{
  border-radius:16px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.15);
  background:#2d2d2d;
  width:100%;
  min-height:260px;
}
.map img,
.map iframe{
  display:block;
  width:100%;
  height:260px;
  border:0;
}
.map img{
  object-fit:cover;
}
.footer__map iframe{
  width:100% !important;
  height:260px !important;
}
.map--contacts{
  min-height:420px;
}
.map--contacts iframe{
  height:420px !important;
}
.footer__bottom{
  text-align:center;
  margin-top:26px;
  padding-top:10px;
  font-size:12px;
  opacity:.8;
}

.grid{
  display:grid;
  grid-template-columns:repeat(3, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}
.card{
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
}
.card__img{
  background:#f6f6f6;
  border-bottom:1px solid var(--line);
  overflow:hidden;
  position:relative;
  flex:0 0 auto;
}
.card__img--announce{
  height:280px;
  min-height:280px;
  max-height:280px;
}
.card__img img{
  display:block;
  width:100%;
  height:100%;
}
.card__img--announce img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
}
.card__body{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.card__title{margin:0 0 6px; font-size:18px}
.card__meta{color:var(--muted); font-size:13px}
.breadcrumbs{padding:16px 0; color:var(--muted); font-size:12px}
.page-title{font-size:44px; text-align:center; margin:14px 0 18px}

.product{
  display:grid;
  grid-template-columns: 1.45fr .95fr;
  gap:22px;
  align-items:start;
}
.gallery{
  background:var(--card);
  border-radius:var(--radius);
  padding:14px;
}
.gallery--wide{
  max-width:980px;
  margin:0 auto;
}
.gallery__main{
  border-radius:14px;
  overflow:hidden;
  background:#f2f2f2;
  position:relative;
  aspect-ratio:4/3;
  display:flex;
  align-items:center;
  justify-content:center;
}
.gallery__main-link{
  display:flex;
  width:100%;
  height:100%;
  align-items:center;
  justify-content:center;
}
.gallery__main-image{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#f2f2f2;
}
.gallery__count{
  position:absolute;
  left:12px;
  bottom:12px;
  background:#fff;
  border-radius:8px;
  font-size:12px;
  padding:4px 8px;
  opacity:.95;
  z-index:3;
}
.gallery__nav{
  position:absolute;
  right:12px;
  bottom:12px;
  display:flex;
  gap:8px;
  z-index:3;
}
.gallery__nav button{
  width:34px;
  height:28px;
  border-radius:8px;
  border:none;
  background:#fff;
  cursor:pointer;
  display:grid;
  place-items:center;
}
.gallery__thumbs{
  margin-top:12px;
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}
.thumb{
  width:160px;
  height:96px;
  border-radius:12px;
  overflow:hidden;
  background:#fff;
  cursor:pointer;
  border:2px solid transparent;
  padding:0;
}
.thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.thumb.active{border-color:var(--green)}
.details{
  background:var(--card);
  border-radius:var(--radius);
  padding:18px 18px 20px;
}
.kv{
  display:grid;
  grid-template-columns: 160px 1fr;
  gap:10px 16px;
  font-size:13px;
}
.kv b{font-weight:700}
.kv .k{color:#333}
.kv .v{color:#000}
.order{
  display:flex;
  justify-content:flex-end;
  margin-top:10px;
}
.order .btn{
  padding:12px 18px;
  font-size:16px;
  min-height:auto;
  border-radius:12px;
}
.order .btn svg{width:20px; height:20px}
.desc{margin-top:12px; color:#333; font-size:13px}
.project-text{
  max-width:860px;
  margin:0 auto;
  color:#333;
  font-size:14px;
  line-height:1.7;
}
.project-text p:first-child{
  margin-top:0;
}
.colors{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:22px;
  align-items:start;
}
.color-preview{
  background:#f0f0f0;
  border-radius:14px;
  overflow:hidden;
  border:1px solid var(--line);
  aspect-ratio: 1 / 1;
}
.color-name{margin-top:10px; font-size:16px}
.color-grid{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap:10px;
}
.color-tile{
  border-radius:10px;
  overflow:hidden;
  border:1px solid var(--line);
  background:#f7f7f7;
  cursor:pointer;
}
.color-tile__swatch{
  height:58px;
  background:#ddd;
}
.color-tile__label{padding:6px 8px; font-size:11px; color:#333}
.color-tile.active{outline:2px solid var(--green)}

.search-page-form{
  display:flex;
  gap:12px;
  align-items:center;
  max-width:780px;
}
.search-page-input{
  flex:1;
  height:46px;
  border:1px solid var(--line);
  border-radius:14px;
  padding:0 16px;
  font:inherit;
}

.contacts-layout{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap:22px;
  align-items:start;
}
.contacts-panel{
  background:#f5f5f3;
}
.contacts-text{
  text-align:left;
  max-width:none;
  color:#333;
}
.contacts-text p{
  margin:0 0 12px;
}
.contacts-panel--form{
  background:#fff;
  border:1px solid var(--line);
}

.modal{
  position:fixed;
  inset:0;
  z-index:200;
}
.modal__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.45);
}
.modal__dialog{
  position:relative;
  max-width:720px;
  margin:60px auto;
  background:#fff;
  border-radius:20px;
  padding:24px;
  z-index:2;
}
.modal__close{
  position:absolute;
  top:10px;
  right:14px;
  width:36px;
  height:36px;
  border:none;
  background:#f0f0f0;
  border-radius:50%;
  cursor:pointer;
  font-size:24px;
  line-height:1;
}
.modal__title{
  margin:0 0 10px;
  font-size:28px;
}
.modal__text{
  margin:0 0 16px;
  color:var(--muted);
}
.modal__form{
  margin-top:10px;
}

.lightbox{
  position:fixed;
  inset:0;
  z-index:300;
}
.lightbox__overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.8);
}
.lightbox__dialog{
  position:relative;
  z-index:2;
  max-width:min(1280px, 94vw);
  max-height:90vh;
  margin:4vh auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.lightbox__image{
  max-width:100%;
  max-height:90vh;
  object-fit:contain;
  border-radius:16px;
  background:#fff;
}
.lightbox__close,
.lightbox__prev,
.lightbox__next{
  position:absolute;
  width:42px;
  height:42px;
  border:none;
  border-radius:50%;
  background:#fff;
  cursor:pointer;
  font-size:28px;
  line-height:1;
  z-index:4;
}
.lightbox__close{
  top:-10px;
  right:-10px;
}
.lightbox__prev{
  left:16px;
  top:50%;
  transform:translateY(-50%);
}
.lightbox__next{
  right:16px;
  top:50%;
  transform:translateY(-50%);
}

.resource-files{
  margin-top:28px;
}
.resource-files__list{
  display:grid;
  grid-template-columns:repeat(2, minmax(0, 1fr));
  gap:22px;
  align-items:stretch;
}
.resource-file{
  display:block;
  padding:16px 18px;
  border:1px solid var(--line);
  border-radius:18px;
  background:#fff;
  transition:.2s ease;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
}
.resource-file:hover{
  border-color:#d6d6d6;
  box-shadow:0 14px 28px rgba(0,0,0,.08);
}
.resource-file__name{
  font-size:16px;
  font-weight:700;
}
.resource-file__desc{
  margin-top:6px;
  color:var(--muted);
  font-size:13px;
}
.resource-file__meta{
  margin-top:8px;
  color:#333;
  font-size:12px;
}

.resource-video{
  border-radius:var(--radius);
  overflow:hidden;
  border:1px solid var(--line);
  background:#fff;
  box-shadow:0 10px 24px rgba(0,0,0,.05);
  display:flex;
  flex-direction:column;
  height:100%;
  min-height:100%;
}
.resource-video:hover{
  box-shadow:0 14px 28px rgba(0,0,0,.08);
}
.resource-video__player-wrap{
  background:#000;
  border-bottom:1px solid var(--line);
  height:240px;
  min-height:240px;
  max-height:240px;
  overflow:hidden;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
}
.resource-video__player{
  display:block;
  width:100%;
  height:100%;
  object-fit:contain;
  background:#000;
}
.resource-video__body{
  padding:16px;
  display:flex;
  flex-direction:column;
  flex:1 1 auto;
}
.resource-video__name{
  margin:0 0 6px;
  font-size:18px;
  font-weight:700;
  line-height:1.3;
}
.resource-video__desc{
  color:var(--muted);
  font-size:13px;
}
.resource-video__meta{
  margin-top:8px;
  color:#333;
  font-size:12px;
}

@media (max-width: 980px){
  .nav{display:none}
  .header__actions{min-width:auto}
  .brand{min-width:auto}
  .grid{grid-template-columns:repeat(2,1fr)}
  .product{grid-template-columns:1fr}
  .colors{grid-template-columns:1fr}
  .partner-grid{grid-template-columns:repeat(2,1fr)}
  .cat{width:calc(50% - 12px)}
  .footer__grid{grid-template-columns:1fr}
  .contacts-layout{grid-template-columns:1fr}
  .resource-files__list{grid-template-columns:1fr}

  .card__img--announce{
    height:240px;
    min-height:240px;
    max-height:240px;
  }
  .resource-video__player-wrap{
    height:220px;
    min-height:220px;
    max-height:220px;
  }
}
@media (max-width: 560px){
  .grid{grid-template-columns:1fr}
  .page-title{font-size:34px}
  .hero__title{font-size:26px}
  .hero__pill{font-size:22px}
  .cat__img{
    width:128px;
    height:128px;
  }
  .btn{
    min-height:36px;
    padding:0 14px;
    font-size:14px;
  }
  .icon-btn{
    width:36px;
    height:36px;
  }
  .brand__logo{
    width:auto;
    height:42px;
    max-width:220px;
  }
  .footer__brand img{
    width:auto;
    height:42px;
    max-width:220px;
  }
  .search-page-form{
    flex-direction:column;
    align-items:stretch;
  }
  .modal__dialog{
    margin:20px 12px;
    padding:18px;
  }
  .thumb{
    width:110px;
    height:72px;
  }

  .card__img--announce{
    height:220px;
    min-height:220px;
    max-height:220px;
  }

  .lightbox__prev{
    left:8px;
  }
  .lightbox__next{
    right:8px;
  }

  .resource-video__player-wrap{
    height:200px;
    min-height:200px;
    max-height:200px;
  }
  .resource-video__name{
    font-size:16px;
  }
}
/* End */
/* /local/templates/fetrmetr/assets/css/style.css?177583273114457 */
