
  @font-face {
    font-family: 'Manrope';
    src: local('Manrope  Extra Bold'), local('Manrope--Extra-Bold'),
        url('/fonts//Manrope-ExtraBold.woff2') format('woff2'),
        url('/fonts/Manrope-ExtraBold.woff') format('woff'),
        url('/fonts/Manrope-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
  }
   @font-face {
    font-family: 'Manrope';
    src: local('Manrope  Regular'), local('Manrope--Regular'),
        url('/fonts/Manrope-Regular.woff2') format('woff2'),
        url('/fonts/Manrope-Regular.woff') format('woff'),
        url('/fonts/Manrope-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
  }
  @font-face {
    font-family: 'Manrope';
    src: local('Manrope  Semi bold'), local('Manrope--Semi-bold'),
        url('/fonts/Manrope-Semibold.woff2') format('woff2'),
        url('/fonts/Manrope-Semibold.woff') format('woff'),
        url('/fonts/Manrope-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
  }
  @font-face {
    font-family: 'Manrope';
    src: local('Manrope  Thin'), local('Manrope--Thin'),
        url('/fonts/Manrope-Thin.woff2') format('woff2'),
        url('/fonts/Manrope-Thin.woff') format('woff'),
        url('/fonts/Manrope-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
  }
  @font-face {
    font-family: 'Manrope';
    src: local('Manrope  Light'), local('Manrope--Light'),
        url('/fonts/Manrope-Light.woff2') format('woff2'),
        url('/fonts/Manrope-Light.woff') format('woff'),
        url('/fonts/Manrope-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
  }
  
  
  body {margin:0px;padding:0px;font-family: "Manrope",sans-serif;font-size:16px;font-weight:500;color:#000;}
h1{font-size:40px; margin:10px 0px; font-weight: 800 !important;text-transform:uppercase;}
h2{font-size:24px; margin:10px 0px; font-weight: 600 !important;text-transform:uppercase;}

.clear{clear:both;}
.content {max-width:1200px;margin:0px auto;}
    .arrow {width: 9px;height: 9px;border-top: 4px solid #fff; border-right: 4px solid #fff; margin: 9px;display:inline-block;position:absolute;}     
  
  
.img_utp_check {
  position: relative;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  margin-right: 1rem;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffd45e, #f4be33);
  box-shadow: inset 0 1px #fff6, 0 8px 18px #f4be3329;
  float: left;
}
  button, .btn {
  border: none;
  margin: 10px 0px;
  background: linear-gradient(to top, #ffd45e, #f4be33);
  text-decoration: none;
  display: inline-block;
  color: #141111;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 400px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border-radius:4px;font-weight: 800 !important;
}


.autoflash{
        position: relative;
        overflow: hidden;
    }

     .flash{
       content: "";
    background-color: rgba(255, 255, 255, 0.5);
    height: 100%;
    width: 3em;
    display: block;
    position: absolute;
    top: 0;
    left: -4.5em;
    -webkit-transform: skewX(-45deg) translateX(0);
    transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    transition: none;
    }
    
    .lighting {
    webkit-animation: moving 5s ease-in-out infinite;
    -moz-animation: moving 5s ease-in-out infinite;
    -ms-animation: moving 5s ease-in-out infinite;
    -o-animation: moving 5s ease-in-out infinite;
    animation: moving 5s ease-in-out infinite;
   
    }
    
  @keyframes moving {  
     30% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
   
    100% {  webkit-transform: skewX(-45deg) translateX(33.5em);
        transform: skewX(-45deg) translateX(33.5em);   
        
        }
     }
	 .widget{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
}

.widget__fab{
  width:58px;height:58px;
  border-radius:20px;
  border:0;
  cursor:pointer;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 18px 34px rgba(23,116,212,.30);
  display:grid; place-items:center;
}.widget__fab img{width:24px;height:24px; filter: brightness(0) invert(1)}
/* ===== assets/css/blocks/modal.css ===== */
.modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 80;
}

.modal.is-open{
  display: block;
}

.modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(11,18,32,.55);
  backdrop-filter: blur(6px);
}

.modal__panel{
  position: relative;
  width: min(520px, calc(100% - 28px));
  margin: 8vh auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 18px;
}

.modal__panel--privacy{
  width: min(860px, calc(100% - 28px));
  max-height: min(84vh, 920px);
  overflow: auto;
  margin: 5vh auto;
  padding: 26px;
  border-radius: 28px;
}

.modal__close{
  position:absolute;
  right:12px;
  top:12px;
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  cursor:pointer;
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease;
}

.modal__close:hover{
  transform: rotate(90deg);
  background: rgba(23,116,212,.06);
  border-color: rgba(23,116,212,.22);
}

.privacy{
  display:grid;
  gap:22px;
}

.privacy__head{
  padding-right: 44px;
}

.privacy__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(23,116,212,.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.privacy__title{
  margin: 14px 0 10px;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  color: var(--text);
}

.privacy__lead{
  margin:0;
  color: var(--muted);
  line-height:1.7;
  font-size:15px;
  max-width: 70ch;
}

.privacy__content{
  display:grid;
  gap:16px;
}

.privacy__block{
  padding: 18px 18px 16px;
  border:1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244,247,251,.72), rgba(255,255,255,1));
}

.privacy__block h4{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.3;
  font-weight:900;
  color: var(--text);
}

.privacy__block p{
  margin:0;
  color: rgba(13,27,42,.82);
  line-height:1.72;
  font-size:15px;
}

.privacy__block ul{
  margin:0;
  padding-left: 18px;
  color: rgba(13,27,42,.82);
  line-height:1.72;
  font-size:15px;
}

.privacy__note{
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(23,116,212,.08);
  color: rgba(13,27,42,.82);
  font-size:14px;
  line-height:1.7;
  border:1px solid rgba(23,116,212,.16);
}

@media (max-width: 640px){
  .modal__panel{
    margin: 5vh auto;
  }

  .modal__panel--privacy{
    width: min(100% - 16px, 860px);
    max-height: 88vh;
    padding: 18px;
    border-radius: 20px;
  }

  .privacy{
    gap:18px;
  }

  .privacy__head{
    padding-right: 38px;
  }

  .privacy__title{
    font-size: 26px;
  }

  .privacy__lead,
  .privacy__block p,
  .privacy__block ul{
    font-size: 14px;
    line-height: 1.65;
  }

  .privacy__block{
    padding: 16px 14px 14px;
    border-radius: 16px;
  }

  .privacy__block h4{
    font-size: 16px;
  }
}
.widget{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
}

.widget__fab{
  width:58px;height:58px;
  border-radius:20px;
  border:0;
  cursor:pointer;
  background: linear-gradient(135deg, #ffd45e, #f4be33);
  box-shadow: 0 18px 34px rgba(23,116,212,.30);
  display:grid; place-items:center;
}.widget__fab img{width:24px;height:24px; filter: brightness(0) invert(1)}

	 img {max-width:100%;}
.top_bgs {background: url(/image/st/def.jpg) no-repeat;background-size:100% auto;}
.headers {padding:20px 0px;}
.headers .logo,.headers .menu,.headers .contact {float:left;}
.headers .logo {margin-right:50px;}
.headers .logo img {height:50px;}
.headers .menu a,.headers .menu div {display:block;float:left;padding:0px 10px;line-height:50px;color:#fff;font-weight:500;margin-right:20px;}

.headers .menu div .arrow {transform: rotate(135deg); margin-top:18px;}     
.topvision {margin-top:100px;padding-bottom:100px;}
.topvision .warn {color:#fff;width:60%;}
.headers .contact {float:right;color:#fff;}

.headers .contact a {color:#fff;padding:6px 0px;border-bottom:dotted 1px #2b2a29;float:none;text-decoration:none;display:inline-block;font-size: 20px;}
    
.rowgroup2 .row {float:left;width:44%;margin-bottom:20px;}

.padding20 {padding:2%;}


.image {
  position: relative;
  background-position:center;
  background-size:auto 100%;
}

.image::before {
  content: '';
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.7); /* Затемнение на изображении */
  mix-blend-mode: multiply; /* Добавляем магию смешивания ✨ */
}
.service .row {display: block;  float: left; width: 14vw;height: 14vw; margin: 0.4vw;}
.service .row .title { position: absolute;z-index:9;color:#fff;display:block;text-align:center;font-weight:800;font-size:24px;width: 14vw;margin-top:3vw;}


.price-table {width:100%;border-collapse: collapse;  border: 1px solid #ffd45e;}
.price-table tr { border-bottom: 1px solid #ffd45e;}
.price-table thead th {background: linear-gradient(to top, #ffd45e, #f4be33);color:#000;padding:5px;}
.price-table  td {color:#000;padding:5px;}
	.mobmnua {display:none;}
	
	
	
	
	
	@media (min-width: 1000px){
.headers .menu div div.level2 {display:none;}
.headers .menu div:hover div.level2  {display: block; position: absolute; width: 300px; margin-top: 40px; margin-left: -11px;background-color:#fff;}
.headers .menu div:hover div.level2 a {padding:2px 10px;border-bottom:dotted 1px #2b2a29;color:#2b2a29;float:none;text-decoration:none;}
	}
@media (max-width: 1400px){
.headers .contact a {color:#fff;padding:22px 0px;border-bottom:dotted 1px #2b2a29;float:none;text-decoration:none;display:inline-block;font-size: 16px;}
.headers .menu a, .headers .menu div {padding:6px 0px;}
.top_bgs {background-size: auto 100%!important;}
.service .row {width: 31vw;  height: 31vw;}
.service .row .title {width: 31vw;  margin-top: 14vw;}
}
.show_menu {cursor:pointer;}
@media (max-width: 1000px){
	h1 {font-size:24px;}
	.menu {display:none;position:fixed;background-color:#fff;width:100vw;height:100vh;z-index:9999;top:0px; left:0px;}
	.headers .menu a, .headers .menu div{color:#000;display:block;float:none;}
	.headers .menu div div.level2 {display:block;padding-left:20px;}
	.mobmnua {float:right;display:block;font-size:40px;color:#fff;margin: 0px 10px;}
	.topvision .warn {width:100%;}
	.service .row {width: 44vw;  height: 44vw;}
	.service .row .title {width: 44vw;  margin-top: 24vw;}
	
}@media (max-width: 800px){
	.service .row {width: 90vw;  height: 90vw;}
.rowgroup2 .row {width:100%;}
.service .row .title {width: 90vw;  margin-top: 44vw;}
}



/* ===== assets/css/blocks/contacts.css ===== */
.contactsSection{
  position: relative;
}

.contactCard{
  position: relative;
  overflow: hidden;
  padding: 30px;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  gap: 28px;
  align-items: stretch;
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(245,248,252,.98));
  box-shadow:
    0 24px 60px rgba(11,18,32,.08),
    0 10px 30px rgba(11,18,32,.05);
}

.contactCard::before{
  content:"";
  position:absolute;
  inset:auto auto -140px -120px;
  width:420px;
  height:420px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(73,166,255,.16) 0%, rgba(73,166,255,0) 72%);
  pointer-events:none;
}

.contactCard::after{
  content:"";
  position:absolute;
  top:-120px;
  right:-120px;
  width:320px;
  height:320px;
  border-radius:50%;
  background: radial-gradient(circle, rgba(23,116,212,.10) 0%, rgba(23,116,212,0) 72%);
  pointer-events:none;
}

.contactCard > *{
  position: relative;
  z-index: 1;
}

.contactCard__left{
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.contactCard__eyebrow{
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  min-height: 38px;
  padding: 8px 14px;
  border: 1px solid rgba(23,116,212,.14);
  border-radius: 999px;
  background: rgba(23,116,212,.07);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .3px;
  text-transform: uppercase;
}

.contactCard__title{
  margin: 16px 0 12px;
  font-size: 40px;
  line-height: 1.08;
}

.contactCard__lead{
  margin: 0;
  max-width: 640px;
  font-size: 16px;
  line-height: 1.7;
}


.contactFeatures{
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

.contactFeature{
  padding: 18px 18px 16px;
  border-radius: 20px;
  border: 1px solid rgba(230,237,246,.95);
  background: linear-gradient(180deg, #ffffff, #f8fbff);
  box-shadow: 0 10px 24px rgba(11,18,32,.04);
}

.contactFeature__num{
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: var(--text);
}

.contactFeature__text{
  margin-top: 8px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.5;
}

.contactSupport{
  margin-top: 18px;
  padding: 20px 22px;
  border-radius: 22px;
  background: linear-gradient(135deg, #0d1b2a, #14273c);
  color: #fff;
  box-shadow: 0 18px 40px rgba(13,27,42,.18);
}

.contactSupport__row{
  display:flex;
  flex-direction:column;
  gap:8px;
}

.contactSupport__label{
  font-size: 12px;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: .3px;
  color: rgba(255,255,255,.68);
  font-weight: 700;
}

.contactSupport__phone{
  color:#fff;
  font-size: 32px;
  line-height: 1.1;
  font-weight: 900;
}

.contactSupport__meta{
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.12);
  display:grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.contactSupport__item{
  display:flex;
  flex-direction:column;
  gap:4px;
}

.contactSupport__itemLabel{
  font-size: 12px;
  color: rgba(255,255,255,.62);
}

.contactSupport__item strong{
  font-size: 14px;
  line-height: 1.45;
  color: #fff;
}

.contactCard__right{
  display:flex;
  align-items:stretch;
}

.contactFormBox{
  width:100%;
  gap: 14px;
  padding: 24px;
  border-radius: 24px;
  background: rgba(255,255,255,.96);
  border: 1px solid rgba(230,237,246,.95);
  box-shadow: 0 16px 36px rgba(11,18,32,.08);
  backdrop-filter: blur(10px);
}

.form__title{
  margin: 0;
  font-size: 24px;
  line-height: 1.15;
  font-weight: 900;
  color: var(--text);
  text-align: center;
}

.contactFormBox__text{
  margin: 20px 0 20px;
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
}

.contactFormBox .field{
  gap: 9px;
}

.contactFormBox .field span{
  font-size: 16px;
  font-weight: 800;
  color: rgba(13,27,42,.74);
  margin-top: 4px;
}

.contactFormBox .field input,
.contactFormBox .field textarea{
  width: 100%;
  border-radius: 16px;
  border: 1px solid rgba(230,237,246,.98);
  background: #fff;
  padding: 15px 16px;
  transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}

.contactFormBox .field textarea{
  min-height: 118px;
  resize: vertical;
}

.contactFormBox .field input::placeholder,
.contactFormBox .field textarea::placeholder{
  color: #8b98ab;
}

.contactFormBox__btn{
  width: 100%;
  min-height: 58px;
  margin-top: 15px;
  border-radius: 16px;
  font-size: 16px;
}

.contactFormBox__policy{
  margin: 0;
  line-height: 1.55;
  text-align: center;
    margin-top: 10px;
}

@media (max-width: 1200px){
  .contactCard{
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 26px;
  }

  .contactCard__title{
    font-size: 34px;
    text-align: center;
  }

  .contactCard__lead{
    max-width: none;
    text-align: center;
  }

  .contactCard__right{
    display: block;
  }

  .contactFormBox{
    max-width: none;
  }
}

@media (max-width: 860px){
  .contactBullets,
  .contactFeatures,
  .contactSupport__meta{
    grid-template-columns: 1fr;
  }

  .contactSupport__phone{
    font-size: 28px;
  }
}

@media (max-width: 640px){
  .contactCard{
    padding: 18px;
    gap: 18px;
    border-radius: 22px;
  }

  .contactCard__eyebrow{
    min-height: 34px;
    padding: 7px 12px;
    font-size: 11px;
  }

  .contactCard__title{
    margin: 14px 0 10px;
    font-size: 28px;
    line-height: 1;
    text-align: center;
  }

  .contactCard__lead{
    font-size: 16px;
    line-height: 1.6;
    text-align: center;
  }

  .contactBullets{
    margin-top: 18px;
    gap: 10px;
  }

  .contactBullet{
    min-height: auto;
    padding: 13px 14px;
    border-radius: 16px;
    font-size: 14px;
  }

  .contactFeatures{
    margin-top: 14px;
    gap: 10px;
  }

  .contactFeature{
    padding: 16px 14px 14px;
    border-radius: 16px;
  }

  .contactFeature__num{
    font-size: 20px;
  }

  .contactFeature__text{
    font-size: 13px;
  }

  .contactSupport{
    margin-top: 14px;
    padding: 16px;
    border-radius: 18px;
  }

  .contactSupport__phone{
    font-size: 23px;
    word-break: break-word;
  }

  .contactSupport__item strong{
    font-size: 13px;
  }

  .contactFormBox{
    padding: 18px;
    border-radius: 18px;
  }

  .form__title{
    font-size: 20px;
  }

  .contactFormBox__text{
    font-size: 13px;
  }

  .contactFormBox .field input,
  .contactFormBox .field textarea{
    padding: 14px 14px;
    border-radius: 14px;
  }

  .contactFormBox .field textarea{
    min-height: 104px;
  }

  .contactFormBox__btn{
    min-height: 54px;
    font-size: 15px;
  }
}
.footer{
  position: relative;
  overflow: hidden;
  margin-top: 40px;
  padding: 42px 0 18px;
  color: #fff;
  background:
    radial-gradient(circle at top left, rgba(73,166,255,.22), transparent 32%),
    radial-gradient(circle at bottom right, rgba(23,116,212,.18), transparent 26%),
    linear-gradient(180deg, #091423 0%, #071327 100%);
}

.footer::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(255,255,255,.03), rgba(255,255,255,0));
}

.footer__top{
  display:grid;
  grid-template-columns: minmax(320px, 1.2fr) minmax(320px, 1fr);
  gap: 34px;
  align-items: start;
}

.footer__brand{
  display:grid;
  gap:18px;
}

.footer__logo{
  display:inline-grid;
  gap:8px;
  width:max-content;
  max-width:100%;
}

.footer__brand-name{
  font-size: 30px;
  line-height: 1;
  font-weight: 900;
  letter-spacing: .5px;
}

.footer__brand-accent{
  color: var(--primary2);
}

.footer__brand-text{
  color: rgba(255,255,255,.72);
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .14em;
}

.footer__desc{
  margin:0;
  max-width: 640px;
  color: rgba(255,255,255,.82);
  line-height: 1.72;
  font-size: 15px;
}

.footer__chips{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}

.footer__chip{
  display:inline-flex;
  align-items:center;
  min-height:40px;
  padding: 10px 14px;
  border:1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  color:#fff;
  font-size: 13px;
  font-weight: 700;
  backdrop-filter: blur(10px);
}

.footer__nav-wrap{
  display:grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.footer__col{
  display:grid;
  align-content:start;
  gap:2px;
}

.footer__title{
  margin-bottom: 4px;
  color:#fff;
  font-size:14px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}

.footer__link{
  display:inline-flex;
  align-items:center;
  width:max-content;
  max-width:100%;
  border:0;
  padding:0;
  background:transparent;
  color: rgba(255,255,255,.82);
  font-size:15px;
  line-height:1.45;
  cursor:pointer;
  text-align:left;
  transition:
    color .22s ease,
    transform .22s ease,
    opacity .22s ease;
}

.footer__link:hover{
  color:#fff;
  transform: translateX(4px);
}

.footer__link--button{
  font: inherit;
}

.footer__contact{
  font-weight: 700;
}

.footer__muted{
  color: rgba(255,255,255,.58);
  font-size:14px;
  line-height:1.55;
}

.footer__up{
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: 6px;
  width: max-content;
  min-height: 50px;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  color: #fff;
  padding: 12px 18px;
  font: inherit;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: manipulation;
  user-select: none;
  transition:
    transform .22s ease,
    background .22s ease,
    border-color .22s ease,
    box-shadow .22s ease;
}

.footer__up:hover{
  transform: translateY(-2px);
  background: rgba(255,255,255,.12);
  border-color: rgba(255,255,255,.22);
  box-shadow: 0 10px 24px rgba(0,0,0,.18);
}

.footer__up:active{
  transform: translateY(0);
}

.footer__up-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: rgba(255,255,255,.12);
  font-size: 14px;
  line-height: 1;
}

.footer__up-text{
  display: inline-block;
  transform: translateY(-1px);
}

.footer__bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:14px;
  flex-wrap:wrap;
  margin-top: 28px;
  padding-top: 16px;
  border-top: 1px solid rgba(255,255,255,.10);
}

.footer__copy,
.footer__bottom-note{
  color: rgba(255,255,255,.58);
  font-size: 13px;
  line-height:1.6;
}

@media (max-width: 1200px){
  .footer__top{
    grid-template-columns: 1fr;
  }

  .footer__nav-wrap{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 820px){
  .footer{
    padding: 36px 0 18px;
  }

  .footer__nav-wrap{
    grid-template-columns: 1fr 1fr;
  }

  .footer__brand-name{
    font-size: 26px;
  }
}

@media (max-width: 640px){
  .footer{
    margin-top: 28px;
    padding: 30px 0 18px;
  }

  .footer .container{
    width: min(100% - 20px, 1350px);
  }

  .footer__top{
    gap: 20px;
  }

  .footer__brand{
    gap: 14px;
    padding: 18px 16px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 20px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.03));
    backdrop-filter: blur(10px);
  }

  .footer__logo{
    width: 100%;
    gap: 6px;
  }

  .footer__brand-name{
    font-size: 24px;
    line-height: 1;
    word-break: break-word;
  }

  .footer__brand-text{
    font-size: 11px;
    line-height: 1.35;
    letter-spacing: .08em;
  }

  .footer__desc{
    font-size: 14px;
    line-height: 1.62;
    color: rgba(255,255,255,.84);
  }

  .footer__chips{
    gap: 8px;
  }

  .footer__chip{
    min-height: 34px;
    padding: 8px 12px;
    font-size: 11px;
    border-radius: 999px;
    background: rgba(255,255,255,.09);
    color: #fff;
  }

  .footer__nav-wrap{
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .footer__col{
    gap: 8px;
    padding: 16px 14px;
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 18px;
    background:
      linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025));
  }

  .footer__title{
    margin-bottom: 2px;
    font-size: 21px;
    letter-spacing: .06em;
  }

  .footer__link{
    width: 100%;
    max-width: 100%;
    font-size: 19px;
    line-height: 1.5;
    padding: 3px 0;
  }

  .footer__link:hover{
    transform: none;
  }

  .footer__contact{
    font-size: 22px;
  }

  .footer__muted{
    font-size: 20px;
    line-height: 1.5;
  }

  .footer__up{
    margin-top: 8px;
    width: 100%;
    justify-content: center;
    min-height: 54px;
    padding: 12px 16px;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(73,166,255,.22), rgba(23,116,212,.12));
    border-color: rgba(73,166,255,.22);
    font-size: 15px;
  }

  .footer__up-icon{
    width: 24px;
    height: 24px;
    font-size: 15px;
  }

  .footer__bottom{
    margin-top: 18px;
    padding-top: 14px;
    gap: 8px;
  }

  .footer__copy,
  .footer__bottom-note{
    width: 100%;
    font-size: 12px;
    line-height: 1.55;
  }
}

/* ===== assets/css/blocks/widget.css ===== */
/* ===== assets/css/blocks/widget.css ===== */
/* ===== assets/css/blocks/widget.css ===== */
/* ===== assets/css/blocks/widget.css ===== */
.widget{
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 60;
}

.widget__fab{
  width:58px;height:58px;
  border-radius:20px;
  border:0;
  cursor:pointer;
  background: linear-gradient(135deg, var(--primary), var(--primary2));
  box-shadow: 0 18px 34px rgba(23,116,212,.30);
  display:grid; place-items:center;
}.widget__fab img{width:24px;height:24px; filter: brightness(0) invert(1)}
/* ===== assets/css/blocks/modal.css ===== */
.modal{
  position: fixed;
  inset: 0;
  display: none;
  z-index: 80;
}

.modal.is-open{
  display: block;
}

.modal__backdrop{
  position:absolute;
  inset:0;
  background: rgba(11,18,32,.55);
  backdrop-filter: blur(6px);
}

.modal__panel{
  position: relative;
  width: min(520px, calc(100% - 28px));
  margin: 8vh auto;
  background: #fff;
  border-radius: 22px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  padding: 18px;
}

.modal__panel--privacy{
  width: min(860px, calc(100% - 28px));
  max-height: min(84vh, 920px);
  overflow: auto;
  margin: 5vh auto;
  padding: 26px;
  border-radius: 28px;
}

.modal__close{
  position:absolute;
  right:12px;
  top:12px;
  width:40px;
  height:40px;
  border-radius:14px;
  border:1px solid var(--line);
  background:#fff;
  cursor:pointer;
  transition:
    transform .18s ease,
    background .18s ease,
    border-color .18s ease;
}

.modal__close:hover{
  transform: rotate(90deg);
  background: rgba(23,116,212,.06);
  border-color: rgba(23,116,212,.22);
}

.privacy{
  display:grid;
  gap:22px;
}

.privacy__head{
  padding-right: 44px;
}

.privacy__eyebrow{
  display:inline-flex;
  align-items:center;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(23,116,212,.08);
  color: var(--primary);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.privacy__title{
  margin: 14px 0 10px;
  font-size: 34px;
  line-height: 1.08;
  font-weight: 900;
  color: var(--text);
}

.privacy__lead{
  margin:0;
  color: var(--muted);
  line-height:1.7;
  font-size:15px;
  max-width: 70ch;
}

.privacy__content{
  display:grid;
  gap:16px;
}

.privacy__block{
  padding: 18px 18px 16px;
  border:1px solid var(--line);
  border-radius: 20px;
  background:
    linear-gradient(180deg, rgba(244,247,251,.72), rgba(255,255,255,1));
}

.privacy__block h4{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.3;
  font-weight:900;
  color: var(--text);
}

.privacy__block p{
  margin:0;
  color: rgba(13,27,42,.82);
  line-height:1.72;
  font-size:15px;
}

.privacy__block ul{
  margin:0;
  padding-left: 18px;
  color: rgba(13,27,42,.82);
  line-height:1.72;
  font-size:15px;
}

.privacy__note{
  padding: 16px 18px;
  border-radius: 18px;
  background: rgba(23,116,212,.08);
  color: rgba(13,27,42,.82);
  font-size:14px;
  line-height:1.7;
  border:1px solid rgba(23,116,212,.16);
}

@media (max-width: 640px){
  .modal__panel{
    margin: 5vh auto;
  }

  .modal__panel--privacy{
    width: min(100% - 16px, 860px);
    max-height: 88vh;
    padding: 18px;
    border-radius: 20px;
  }

  .privacy{
    gap:18px;
  }

  .privacy__head{
    padding-right: 38px;
  }

  .privacy__title{
    font-size: 26px;
  }

  .privacy__lead,
  .privacy__block p,
  .privacy__block ul{
    font-size: 14px;
    line-height: 1.65;
  }

  .privacy__block{
    padding: 16px 14px 14px;
    border-radius: 16px;
  }

  .privacy__block h4{
    font-size: 16px;
  }
}

.blocspoc .row {float:left;width:27%;padding:10px 2%;margin:10px 1%;height:200px;}
.blocspoc .title {display:block;font-size:18px;padding:10px 0px;font-weight:700;}
.blocspoc .image::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(247, 197, 64, 0.7);
  mix-blend-mode: multiply;
} {}

@media (max-width: 800px){
	.blocspoc .row {width:44%;padding:10px 2%;margin:10px 1%;height:200px;}
}
@media (max-width: 640px){
	.blocspoc .row {width:94%;padding:10px 2%;margin:10px 1%;height:auto;float:none;}	
}