@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Libre+Bodoni:ital,wght@0,400..700;1,400..700&family=Newsreader:ital,opsz,wght@0,6..72,200..800;1,6..72,200..800&family=Secular+One&family=Ubuntu:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap");
:root {
  /* --main-font-family: 'Open Sans', sans-serif; */
  --main-font-family: "Ubuntu";
  /* --heading-font-family: 'Playfair Display', serif; */
  /* --heading-font-family: 'Montserrat', sans-serif; */
  --heading-font-family: "Ubuntu", sans-serif;
  --main-color: #0759ad;
  --color-blue-2: #30adef;
  --bg-color: #d8dfe3;
  --bg-textarea: rgba(13, 110, 253, 0.25);
  --bg-textare: #eef7ff;
  --link-blue-2: #0a58ca;
  --link-blue-3: #041b45;
  --link-blue: #0e2e67;
  --main-blue: #004778;
  --optional-color: #2e3ab8;
  --white-color: #ffffff;
  --black-color: #020202;
  --color-gray: #6b7c8f;
  --color-yellow: #ffc107;
  --color-green: #2a852e;
  --color-green-2: #1f9324;
  --color-green-4: #32d939;
  --color-green-3: var(--color-green-3);
  --color-red: #d5182a;
  --color-border: #e1e1e1;
  --color-noise: #212529;
  --paragraph-color: #484847;
  --font-size: clamp(11px, 1vw, 14px);
  --transition: 0.4s;
}

* {
  font-family: var(--main-font-family);
}

a {
  color: var(--link-blue);
  text-decoration: none;
  cursor: pointer;
}

body.contacts {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
body.contacts main.main-contacts {
  width: 100%;
  max-width: 1750px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 20px;
  padding: 0 1%;
  padding-bottom: 3%;
  min-height: 525px;
  margin-top: 120px;
  height: 100%;
  gap: 15px;
}
body.contacts main.main-contacts header {
  text-align: center;
  margin-bottom: 40px;
}
body.contacts main.main-contacts h1 {
  color: #2c3e50;
}
body.contacts main.main-contacts .contact-info {
  width: 50%;
  padding: 25px;
  position: relative;
  border-radius: 8px;
  border-left: 10px solid #0a58ca;
  background-color: #f0f7ff;
  margin-bottom: 0;
  margin-top: 0;
  min-height: 395px;
}
body.contacts main.main-contacts .contact-item {
  margin-bottom: 20px;
}
body.contacts main.main-contacts .contact-item h2 {
  color: #0066cc;
  margin-bottom: 5px;
  font-size: 1.2em;
}
body.contacts main.main-contacts .contact-item a {
  color: #0066cc;
  text-decoration: none;
  font-weight: 500;
}
body.contacts main.main-contacts .contact-item a:hover {
  text-decoration: underline;
}
body.contacts main.main-contacts .copy-btn {
  background-color: #0066cc;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 3px 8px;
  margin-left: 10px;
  font-size: 0.8em;
  cursor: pointer;
  transition: background-color 0.3s;
}
body.contacts main.main-contacts .copy-btn:hover {
  background-color: #0055aa;
}
body.contacts main.main-contacts .copied {
  background-color: #00aa55;
}
body.contacts main.main-contacts .company-description {
  width: 50%;
  min-height: 395px;
  background-color: #f0f7ff;
  border-left: 10px solid #0a58ca;
  padding: 20px;
  border-radius: 8px;
  margin-top: 0;
}
body.contacts main.main-contacts .highlight {
  color: #0066cc;
  font-weight: bold;
}
body.contacts main.main-privacy-policy {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  font-family: "Segoe UI", Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  margin: 0 auto;
  flex-direction: column;
  background-color: var(--white-color);
  margin-top: 122px;
  max-width: 101%;
  padding: 2% 2%;
}
body.contacts main.main-privacy-policy .terms-section,
body.contacts main.main-privacy-policy .policy-section {
  max-width: 800px;
}
body.contacts main.main-privacy-policy header {
  text-align: center;
  margin-bottom: 40px;
}
body.contacts main.main-privacy-policy header p {
  width: 100%;
  text-align: left;
}
body.contacts main.main-privacy-policy h1 {
  color: #2c3e50;
}
body.contacts main.main-privacy-policy h2 {
  color: #0066cc;
  margin-top: 30px;
}
body.contacts main.main-privacy-policy .terms-section,
body.contacts main.main-privacy-policy .policy-section {
  margin-bottom: 25px;
}
body.contacts main.main-privacy-policy .highlight {
  color: #0066cc;
  font-weight: bold;
}
body.contacts main.main-privacy-policy footer {
  text-align: center;
  margin-top: 50px;
  color: #7f8c8d;
  font-size: 0.9em;
}
body.contacts main.main-privacy-policy a {
  color: #0066cc;
  text-decoration: none;
}
body.contacts main.main-privacy-policy a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=contacts-about.css.map */
