@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-v48-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/roboto-v48-latin-600.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Play";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/play-v20-latin-regular.woff2") format("woff2");
}
@font-face {
  font-display: swap;
  font-family: "Play";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/play-v20-latin-700.woff2") format("woff2");
}

:root {
  --color-brand-dark: #011c44;
  --color-brand-light: #fff;
  --color-primary-blue: #2b7fff;
  --color-secondary-light: #4a4a4a;
  --color-secondary-grey: #747272;
}
/* base */
*,
*::before,
*::after {
  box-sizing: border-box;
}
body {
  margin: 0;
  color: var(--color-brand-dark);
  background-color: var(--color-brand-light);
  font-family: "Play", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
a {
  display: inline-block;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.container {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
/* button style */
.button_all {
  padding: 16px 32px;
  border-radius: 32px;
  font-family: "Roboto", sans-serif;
  color: var(--color-brand-light);
  background-color: var(--color-primary-blue);
  cursor: pointer;
}

.button_all:hover {
  color: black;
  background-color: transparent;
}
.button_all.button_one {
  width: 219px;
  height: 53px;
}
.button_all.button_two {
  margin: 48px auto 0;
  width: 281px;
  height: 53px;
  align-items: center;
}
/* link */

.link {
  color: var(--color-brand-dark);
  text-decoration: none;
}
.link:hover {
  color: var(--color-primary-blue);
  text-decoration: none;
}
/* stick-section */
.visually-hidden {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.stick {
  padding: 108px 0 0;
  color: var(--color-brand-dark);
  font-family: "Play", sans-serif;
  font-weight: 400;
  font-size: 18px;
}

/* header-section */
.header-container {
  display: flex;
  align-items: center;
  gap: 40px;
}
.header-nav {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.header-menu {
  display: flex;
  gap: 56px;
  flex-grow: 1;
  justify-content: center;
}
.address-icons {
  max-width: 160px;
  display: flex;
  justify-content: end;
  align-items: end;
  gap: 32px;
}

/* icon */

/* hero-section */
.hero-section {
  padding: 16px 0 335px;
  /* width: 529px;
  height: 498px; */
  background-image: url("../images/hero.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.hero-title {
  margin-bottom: 16px auto 40px;
  max-width: 529px;
  color: var(--color-primary-blue);
  font-family: "Play", sans-serif;
  text-transform: capitalize;
  font-size: 140px;
  font-weight: 700;
  line-height: 81%;
  text-transform: capitalize;
}
/* contact-list */
.contacts-list {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: var(--color-secondary-light);
  margin: 14px auto 140px;
}
/* about_us section */
.about {
  padding: 58px 0;
}
.about-section {
  display: flex;
  max-width: 1245px;
  gap: 32px;
}
.about_us-container {
  display: flex;
  max-width: 700px;
  flex-direction: column;
  align-items: flex-start;
}
.about-title {
  margin-bottom: 40px;
}
.about-title.section-title {
  max-width: 200px;
  text-transform: capitalize;
  color: var(--color-brand-dark);
}

.blue {
  color: var(--color-primary-blue);
  text-transform: capitalize;
}
.about_image {
  max-width: 499px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.do-after-images {
  flex-basis: calc((100% - 40px) / 2);
}
.face_image {
  border-radius: 50%;
  box-shadow: 0 4px 4px 0 rgba(168, 198, 245, 0.2);
}
.star-image {
}
/* our_cosmetic */
.our_cosmetic p {
  max-width: 540px;
  margin-bottom: 24px;
}
.our_cosmetic p:last-child {
  margin-bottom: 0;
  max-width: 590px;
}
.our_cosmetic span {
  color: var(--color-brand-dark);
  font-weight: bold;
}

/* why do we section */
.we_section {
  padding: 176px 0;
  background-image: url(../images/background_image3.svg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.we_section-title {
  max-width: 432px;
  margin: 0 auto 48px;
}
.we_section-title.centered {
  text-align: center;
}

.why_we-section {
  padding: 24px 32px;
  display: flex;
  margin: 48px auto 0;
  gap: 56px;
  max-width: 1060px;
}

.why_we_content {
  border: 1px solid #d9d9d9;
  border-radius: 32px;
  margin-bottom: 8px;
}
.why_we-title {
  display: flex;
  justify-content: space-around;
}

/* section 3,4 */
.section {
  padding: 48px 0;
}

/* our-procedures section */
.our_procedures-title {
  max-width: 1216px;
  margin: 0 auto 48px;
  text-align: center;
}
.blue_2 {
  color: var(--color-primary-blue);
}

.our_procedures-container {
  display: flex;
  align-items: center;
  gap: 32px;
}
.our_procedures {
  height: 456px;
  background-image: linear-gradient(
    180deg,
    rgba(1, 28, 68, 0) 47.4%,
    rgba(1, 28, 68, 0.73) 82.66%,
    #011c44 99.06%
  );
  display: flex;
  gap: 16px;
  max-width: 1064px;
}
/* courusel */
.courusel-button {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  padding: 0;
  fill: var(--color-brand-dark);
  background-color: transparent;
  border: 1px solid var(--color-brand-dark);
  cursor: pointer;
}
.courusel-button:hover {
  fill: var(--color-brand-light);
  background-color: var(--color-primary-blue);
}
/* where we */
.contact-section {
  padding-bottom: 96px;
}
.where-we {
  margin: 0 auto 48px;
  max-width: 432px;
}
.contact-container {
  max-width: 1059px;
  display: flex;
  gap: 32px;
}
.contact-map {
  flex-shrink: 0;
  border-radius: 16px;
  border: none;
}
/* visit */
.visit-section {
  max-width: 423px;
  border-radius: 32px;
  color: var(--color-brand-light);
  background-color: var(--color-brand-dark);
}

.visit-box {
  max-width: 310px;
  margin: 48px auto 16px;
  align-items: center;
}
.visit_title-section {
  margin: 48px auto 16px;
  max-width: 280px;
  font-weight: 600;
  font-size: 22px;
  align-items: center;
}
.politic {
  max-width: 213px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  margin: 8px auto 0;
  color: var(--color-secondary-grey);
}
/* footer */
.footer {
  padding: 56px 0;
}
.fon_footer {
  background-color: var(--color-brand-dark);
}
.footer-ccontainer {
  display: flex;
  gap: 20px;
}
.footer-nav,
.footer-adress {
  display: flex;
  flex-basis: 50%;
  gap: 20px;
}
.footer-logo,
.footer-menu {
  flex-grow: 1;
}
.adress-list,
.adress-info {
  flex-grow: 1;
}

.footer_link {
  color: var(--color-brand-light);
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
}
.footer_link:hover {
  color: var(--color-primary-blue);
  text-decoration: none;
}
.footer_copirght {
  color: var(--color-secondary-grey);
  font-weight: 400;
  font-size: 13px;
}
