html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html {
  height: 100%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-display: swap;
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../font/Inter-Medium.ttf");
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
img {
  max-width: 100%;
}

strong {
  font-size: clamp(22px, 4vw, 24px);
  font-family: "Roboto";
  text-align: center;
}

body {
  background-color: #D6D6C9;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 15px;
}

.btn {
  display: flex;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #B0C4DE;
  font-size: 30px;
  border: none;
  border-radius: 20px;
  padding: 15px;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition-duration: 2s;
  outline: 2px solid #B0C4DE;
  outline-offset: 6px;
}

.btn:hover {
  box-shadow: 0 0 5px 5px grey;
}

.btn-link {
  text-decoration: none;
  color: #000;
}

.nav-section {
  margin-top: 50px;
  margin-bottom: 50px;
}
.nav-section__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.nav-section__menu-text {
  font-size: 22px;
  text-align: center;
  font-family: "Inter";
  margin-top: 20px;
  margin-right: 30px;
}

.menu__link {
  color: #000;
  text-decoration: underline;
  transition-duration: 1.5s;
}

.menu__link:hover {
  text-decoration: none;
  color: #2A30C5;
}

.stom {
  margin-bottom: 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.line {
  border: none;
  border-top: 1px solid #000;
  margin: 10px 0;
}

.info {
  padding: 20px;
  font-size: 28px;
  text-transform: uppercase;
  text-align: center;
}

.contact {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contact__name {
  font-size: 30px;
  text-align: center;
}
.contact__phone {
  font-size: 30px;
  text-align: center;
}
.contact__link {
  text-decoration: none;
}
.contact__link_icon {
  vertical-align: middle;
}
.contact__link_text {
  vertical-align: middle;
  color: #000;
  transition-duration: 2s;
}
.contact__link_text:hover {
  color: #2A30C5;
  text-decoration: underline;
}

.price-1 {
  text-align: center;
  font-weight: normal;
  font-size: clamp(18px, 6.25vw, 25px);
}
.price-1__text {
  padding-bottom: 20px;
}

.ref {
  text-transform: uppercase;
  font-size: 18px;
  color: #2A30C5;
}
.ref:hover {
  color: red;
  text-decoration: none;
  font-size: 17px;
}

.why {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.why-items {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
  align-items: center;
}
.why-items__text {
  font-size: clamp(22px, 4vw, 25px);
}
.why-items__img {
  border-radius: 20px;
}

.view-protez {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.video {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}
.video__video {
  width: clamp(300px, 60vw, 500px);
  max-width: 100%;
}
.video__text {
  font-size: clamp(20px, 4vw, 26px);
  margin: 20px;
  max-width: 500px;
}

.gallery {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.card {
  background-color: white;
}
.card__img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
.card__body {
  padding: 40px;
}
.card__desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

.list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 20px;
  row-gap: 40px;
  padding-bottom: 20px;
}

.price {
  margin: 40px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 35px;
  padding-top: 20px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.35);
}

.text {
  font-size: clamp(22px, 5vw, 25px);
}

.photo {
  text-transform: uppercase;
  font-size: 18px;
  color: #2A30C5;
}
.photo:hover {
  color: red;
  text-decoration: none;
  font-size: 17px;
}

.site {
  font-size: clamp(18px, 3vw, 24px);
  text-align: center;
  margin-bottom: 20px;
}

@media (max-width: 1150px) {
  .nav-section {
    display: flex;
  }
  .nav-section__menu {
    flex-wrap: wrap;
    justify-content: center;
  }
  .nav-section__menu-text {
    margin-top: 20px;
    margin-right: 30px;
  }
}
@media (max-width: 990px) {
  .contact__name {
    max-width: 200px;
    font-size: 25px;
  }
  .contact__phone {
    max-width: 200px;
    font-size: 25px;
  }
}
@media (max-width: 790px) {
  .why-items {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .video {
    flex-direction: column;
  }
  .video__video {
    width: clamp(300px, 75vw, 500px);
  }
  .card__title {
    font-size: 28px;
  }
  .contact__name {
    max-width: 150px;
    font-size: 22px;
  }
  .contact__phone {
    max-width: 150px;
    font-size: 22px;
  }
  .list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .contact {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
  }
  .contact__name {
    max-width: 500px;
    font-size: 28px;
    padding-bottom: 20px;
  }
  .contact__phone {
    max-width: 500px;
    font-size: 26px;
    padding-bottom: 20px;
  }
  .list {
    grid-template-columns: 1fr;
  }
}/*# sourceMappingURL=fix.css.map */