@font-face {
  font-display: swap;
  font-family: 'Play';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/play-v19-latin-regular.woff2') format('woff2'),
    url('../fonts/play-v19-latin-regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Play';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/play-v19-latin-700.woff2') format('woff2'),
    url('../fonts/play-v19-latin-700.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'),
    url('../fonts/roboto-v30-latin-regular.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/roboto-v30-latin-500.woff2') format('woff2'),
    url('../fonts/roboto-v30-latin-500.ttf') format('truetype');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/roboto-v30-latin-700.woff2') format('woff2'),
    url('../fonts/roboto-v30-latin-700.ttf') format('truetype');
}
/*variable*/
:root {
  --color-primary-dark: #011c44;
  --color-primary-light: #2b7fff;
  --color-white: #ffffff;
}
/*body*/
body {
  color: var(--color-primary-dark);
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.7;
}
address {
  font-style: normal;
}
ul {
  list-style-type: none;
}
/*button*/
.button {
  color: var(--color-white);
  font-size: 18px;
  font-weight: 600;
  background-color: var(--color-primary-light);
  border: 4px solid var(--color-primary-light);
  border-radius: 32px;
  cursor: pointer;
  width: 219px;
  height: 53px;
}
.button:hover {
  color: var(--color-brand-dark);
  background-color: transparent;
  border: 4px solid var(--color-primary-light);
}
.under-the-button {
  color: #747272;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}
/*link*/
.link-nav-header {
  color: var(--color-primary-dark);
  text-decoration: none;
}
.link-nav-header:hover {
  color: var(--color-primary-light);
  font-weight: 600;
}
.link-nav-footer {
  color: var(--color-white);
  text-decoration: none;
}
.link-nav-footer:hover {
  color: var(--color-primary-light);
  font-weight: 600;
}

.address-link {
  font-size: 16px;
  font-weight: 300;
  color: var(--color-white);
  text-decoration: none;
}
.address-link:hover {
  color: var(--color-primary-light);
}
.address-copyright {
  font-size: 13px;
  font-weight: 400;
  color: #747272;
}
/*title*/
.hero-title {
  color: var(--color-primary-light);
  text-align: left;
  font-size: 140px;
  font-weight: 700;
  line-height: 0.8;
}
.hero-title .accent {
  color: var(--color-primary-light);
  font-size: 128px;
}
.section-title {
  text-align: center;
  font-size: 64px;
  font-weight: 700;
  line-height: 1.15;
  color: var(--color-primary-dark);
}
.section-title .accent {
  color: var(--color-primary-light);
  font-weight: 700;
}
.accent-brend {
  font-weight: bold;
}
.our-specialists {
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2;
}
.our-specialists .accent {
  color: var(--color-primary-light);
}
