@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Oswald:wght@500;600&display=swap");

* { box-sizing: border-box; }
html, body { margin: 0; min-height: 100%; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.contacts-body {
  overflow-x: auto;
  background: #f8f9fa;
}

.contacts-frame {
  position: relative;
  width: 1440px;
  height: 2347px;
  margin: 0 auto;
  overflow: hidden;
  background: #f8f9fa;
  color: #2d3142;
  font-family: Inter, Arial, sans-serif;
}

.contacts-header {
  position: fixed;
  left: 50%;
  top: 0;
  z-index: 50;
  width: 1440px;
  height: 70px;
  padding: 0 52px 1px;
  border-bottom: 1px solid #f3f4f6;
  background: rgba(255,255,255,.9);
  backdrop-filter: blur(6px);
  transform: translateX(-50%);
}

.contacts-header__inner {
  position: relative;
  width: 1336px;
  height: 58px;
}

.contacts-brand {
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 237px;
  height: 52px;
}
.contacts-brand img { width: 237px; height: 52px; }

.contacts-nav {
  position: absolute;
  left: 298px;
  top: 9px;
  width: 548px;
  height: 40px;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
}
.contacts-nav > a {
  position: absolute;
  top: 10px;
}
.contacts-nav > a:nth-child(2) { left: 182px; }
.contacts-nav > a:nth-child(3) { left: 297px; }
.contacts-nav > a:nth-child(4) { left: 404px; }
.contacts-nav > a:nth-child(5) { left: 483px; }

.contacts-catalog-btn {
  left: 0;
  top: 0 !important;
  display: block;
  width: 151.5px;
  height: 40px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #6b9ac4;
  color: #fff;
  font-weight: 600;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.contacts-catalog-btn img:first-child {
  position: absolute;
  left: 24px;
  top: 14px;
  width: 10.5px;
  height: 12px;
}
.contacts-catalog-btn span {
  position: absolute;
  left: 42.5px;
  top: 10px;
  width: 65px;
  height: 20px;
  line-height: 20px;
  text-align: center;
}
.contacts-catalog-btn img:last-child {
  position: absolute;
  left: 115.5px;
  top: 14px;
  width: 12px;
  height: 12px;
}

.contacts-search {
  position: absolute;
  left: 907px;
  top: 9px;
  display: block;
  width: 155px;
  height: 40px;
  padding: 4px 4px 4px 16px;
  border-radius: 999px;
  background: #f2f4f6;
  color: #9ca3af;
}
.contacts-search span {
  position: absolute;
  left: 16px;
  top: 11px;
  width: 101px;
  height: 17px;
  overflow: hidden;
  white-space: nowrap;
  font-size: 14px;
  line-height: 17px;
}
.contacts-search b {
  position: absolute;
  left: 120px;
  top: 4px;
  display: grid;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 999px;
  background: #fff;
}
.contacts-search b img { width: 12px; height: 12px; }

.contacts-phone {
  position: absolute;
  left: 1124px;
  top: 13px;
  display: flex;
  align-items: center;
  width: 156px;
  height: 32px;
  padding: 8px 20px;
  border-radius: 999px;
  background: #f2f4f6;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  white-space: nowrap;
}

.contacts-cart {
  position: absolute;
  left: 1296px;
  top: 9px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: #f2f4f6;
}
.contacts-cart > img { width: 14px; height: 16px; }
.contacts-cart span {
  position: absolute;
  right: -4px;
  top: -5px;
  display: grid;
  width: 16px;
  height: 18px;
  place-items: center;
  border: 2px solid #fff;
  border-radius: 999px;
  background: #6b9ac4;
  color: #fff;
  font-size: 9px;
  line-height: 14px;
}

.contacts-main {
  position: absolute;
  left: 20px;
  top: 70px;
  width: 1400px;
  height: 1984px;
  padding: 32px 32px 48px;
}

.contacts-crumbs {
  position: absolute;
  left: 32px;
  top: 32px;
  display: flex;
  align-items: center;
  gap: 8px;
  width: 1336px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}
.contacts-crumbs a { width: 69px; color: #6b7280; }
.contacts-crumbs img { width: 7.5px; height: 12px; }
.contacts-crumbs span { color: #2d3142; font-weight: 500; }

.contacts-hero {
  position: absolute;
  left: 32px;
  top: 84px;
  width: 1336px;
  height: 400px;
  overflow: hidden;
  border-radius: 32px;
  background: #6b9ac4;
}
.contacts-hero__glow {
  position: absolute;
  display: block;
  border-radius: 999px;
  filter: blur(32px);
  pointer-events: none;
}
.contacts-hero__glow--right {
  left: 1136px;
  top: -200px;
  width: 400px;
  height: 400px;
  background: rgba(255,255,255,.1);
}
.contacts-hero__glow--left {
  left: -75px;
  top: 250px;
  width: 300px;
  height: 300px;
  background: rgba(99,102,241,.1);
}
.contacts-hero > div {
  position: absolute;
  left: 48px;
  top: 110px;
  width: 768px;
  height: 180px;
}
.contacts-hero h1 {
  margin: 0;
  color: #fff;
  font-family: Oswald, Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 72px;
  text-transform: uppercase;
}
.contacts-hero p {
  margin: 24px 0 0;
  width: 672px;
  color: rgba(255,255,255,.9);
  font-size: 18px;
  font-weight: 300;
  line-height: 29.25px;
}

.contacts-methods {
  position: absolute;
  left: 32px;
  top: 516px;
  display: grid;
  grid-template-columns: repeat(3, 429.33px);
  gap: 24px;
  width: 1336px;
  height: 548px;
}
.contacts-card {
  position: relative;
  display: block;
  height: 246px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: #fff;
}
.contacts-card b {
  position: absolute;
  left: 33px;
  top: 33px;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border-radius: 24px;
  background: rgba(107,154,196,.1);
}
.contacts-card:nth-child(1) b { background: #eff6ff; }
.contacts-card:nth-child(2) b { background: #ecfdf5; }
.contacts-card:nth-child(3) b { background: #fff1f2; }
.contacts-card:nth-child(4) b { background: #eff6ff; }
.contacts-card:nth-child(5) b { background: #faf5ff; }
.contacts-card:nth-child(6) b { background: #fff7ed; }
.contacts-card b img { width: 24px; height: 24px; }
.contacts-card h2 {
  position: absolute;
  left: 33px;
  top: 121px;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.contacts-card p {
  position: absolute;
  left: 33px;
  top: 157px;
  margin: 0;
  color: #6b7280;
  font-size: 14px;
  line-height: 20px;
}
.contacts-card span {
  position: absolute;
  left: 33px;
  top: 192.5px;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 20px;
  color: #6b9ac4;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}
.contacts-card span img { width: 12.25px; height: 14px; }

.contacts-consultation {
  position: absolute;
  left: 32px;
  top: 1096px;
  width: 1336px;
  height: 426px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: linear-gradient(162.314deg, #e8f1f8 0%, #fff 100%);
}
.contacts-consultation > div {
  position: absolute;
  left: 220px;
  top: 81px;
  width: 896px;
  height: 296px;
  text-align: center;
}
.contacts-consultation b {
  position: absolute;
  left: 408px;
  top: 0;
  display: grid;
  width: 80px;
  height: 80px;
  place-items: center;
  border-radius: 32px;
  background: rgba(107,154,196,.1);
}
.contacts-consultation b img { width: 37.5px; height: 30px; }
.contacts-consultation h2 {
  position: absolute;
  left: 0;
  top: 104px;
  width: 896px;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  text-transform: uppercase;
}
.contacts-consultation p {
  position: absolute;
  left: 172px;
  top: 160px;
  width: 552px;
  margin: 0;
  color: #4b5563;
  font-size: 16px;
  line-height: 28px;
}
.contacts-consultation__actions {
  position: absolute;
  left: 0;
  top: 248px;
  width: 896px;
  height: 48px;
}
.contacts-request {
  position: absolute;
  left: 235.5px;
  top: 0;
  display: block;
  width: 223px;
  height: 48px;
  padding: 12px 32px;
  border-radius: 12px;
  background: #6b9ac4;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  text-align: center;
  box-shadow: 0 10px 15px -3px rgba(0,0,0,.1), 0 4px 6px -4px rgba(0,0,0,.1);
}
.contacts-consultation__actions span {
  position: absolute;
  left: 455px;
  top: 13px;
  width: 169px;
  height: 20px;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
}
.contacts-round {
  position: absolute;
  left: 620.5px;
  top: 4px;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 999px;
  background: #6b9ac4;
}
.contacts-round img { width: 15.5px; height: 16px; }

.contacts-info {
  position: absolute;
  left: 0;
  top: 1556px;
  display: grid;
  grid-template-columns: 688px 688px;
  gap: 24px;
  width: 1400px;
  height: 370px;
  padding: 32px 0 0;
}
.contacts-info article {
  position: relative;
  height: 338px;
  padding: 33px;
  border: 1px solid #f0f2f5;
  border-radius: 24px;
  background: #fff;
}
.contacts-info b {
  position: absolute;
  left: 33px;
  top: 33px;
  display: grid;
  width: 56px;
  height: 56px;
  place-items: center;
  border-radius: 20px;
  background: rgba(107,154,196,.1);
}
.contacts-info article:first-child b { background: #dcfce7; }
.contacts-info article:nth-child(2) b { background: #dbeafe; }
.contacts-info b img { width: 20px; height: 20px; }
.contacts-info h2 {
  position: absolute;
  left: 33px;
  top: 113px;
  margin: 0;
  font-family: Oswald, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-transform: uppercase;
}
.contacts-info p {
  margin: 0;
  color: #4b5563;
  font-size: 14px;
  line-height: 20px;
}
.contacts-info article:first-child p:nth-of-type(1),
.contacts-info article:nth-child(2) p:nth-of-type(1) { position: absolute; left: 33px; top: 153px; }
.contacts-info article:first-child p:nth-of-type(2),
.contacts-info article:nth-child(2) p:nth-of-type(2) { position: absolute; left: 33px; top: 181px; }
.contacts-info article:first-child p:nth-of-type(3),
.contacts-info article:nth-child(2) p:nth-of-type(3) { position: absolute; left: 33px; top: 209px; }
.contacts-info article:nth-child(2) p:nth-of-type(4) { position: absolute; left: 33px; top: 237px; }
.contacts-info article:nth-child(2) p:nth-of-type(5) { position: absolute; left: 33px; top: 257px; }
.contacts-info article:nth-child(2) p:nth-of-type(6) { position: absolute; left: 33px; top: 285px; }
.contacts-green { color: #16a34a !important; font-weight: 500; }

.contacts-footer {
  position: absolute;
  left: 0;
  top: 2054px;
  width: 1440px;
  height: 293px;
  background: #fff;
}
.contacts-footer__top {
  position: absolute;
  left: 20px;
  top: 61px;
  width: 1400px;
  height: 124px;
}
.contacts-footer__top > section {
  position: absolute;
  top: 0;
}
.contacts-footer__top > section:nth-child(1) { left: 0; width: 592px; }
.contacts-footer__top > section:nth-child(2) { left: 654px; width: 131px; }
.contacts-footer__top > section:nth-child(3) { left: 833px; width: 131px; }
.contacts-footer__top > section:nth-child(4) { left: 1012px; width: 177px; }
.contacts-footer__top > section:nth-child(5) { left: 1191px; width: 177px; }
.contacts-footer__brand div {
  position: absolute;
  left: 32px;
  top: 0;
  display: block;
  width: 266px;
  height: 58px;
}
.contacts-footer__brand { height: 124px; }
.contacts-footer__brand img { width: 266px; height: 52px; }
.contacts-footer__brand p {
  position: absolute;
  left: 32px;
  top: 68px;
  width: 249px;
  height: 20px;
  margin: 0;
  color: #4b5563;
  font-size: 12px;
  line-height: 20px;
}
.contacts-footer h4 {
  margin: 0 0 16px;
  font-family: Oswald, Arial, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: .7px;
  text-transform: uppercase;
}
.contacts-footer a {
  display: block;
  margin: 0 0 8px;
  color: #6b7280;
  font-size: 12px;
  line-height: 16px;
}
.contacts-footer__social img { width: 17.44px; height: 18px; }
.contacts-footer__phone,
.contacts-footer__cta {
  position: absolute;
  top: 160px;
  display: flex;
  align-items: center;
  height: 32px;
  padding: 8px 20px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}
.contacts-footer__phone {
  left: 49px;
  width: 156px;
  background: #f9f9f9;
  color: #2d3142 !important;
  white-space: nowrap;
}
.contacts-footer__cta {
  left: 219px;
  width: 105px;
  background: #6b9ac4;
  color: #fff !important;
}
.contacts-footer__bottom {
  position: absolute;
  left: 20px;
  top: 217px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  width: 1400px;
  height: 48px;
  padding-top: 33px;
  border-top: 1px solid #e5e7eb;
  color: #9ca3af;
  font-size: 10px;
  line-height: 15px;
}
.contacts-footer__bottom div { display: flex; gap: 24px; }
.contacts-footer__bottom a {
  margin: 0;
  color: #9ca3af;
  font-size: 10px;
  line-height: 15px;
}
