@import "resets.css";
@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%;
}

body {
  background-color: #D6D6C9;
}

a {
  text-decoration: none;
}

a:hover {
  color: red;
  transition-duration: 3s;
}

strong {
  font-family: "Roboto";
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 10px;
}

.btn {
  display: flex;
  margin: 0 auto;
  background-color: #B0C4DE;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: clamp(24px, 4vw, 30px);
  border: none;
  border-radius: 20px;
  padding: 15px;
  outline: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  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: "Roboto";
  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;
}

.info {
  padding: 20px;
  font-size: clamp(24px, 5vw, 32px);
  text-transform: uppercase;
  text-align: center;
  line-height: 40px;
}

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

.contact {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.contact__name {
  font-size: clamp(28px, 4vw, 30px);
  text-align: center;
  margin: 0 10px;
}
.contact__phone {
  font-size: clamp(28px, 4vw, 30px);
  text-align: center;
  margin: 0 10px;
}
.contact__socials {
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  place-items: center;
}
.contact__whats {
  width: 53px;
  height: 53px;
}
.contact__tel {
  width: 49px;
  height: 49px;
}
.contact__vk {
  width: 58px;
  height: 58px;
}
.contact__max {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

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

.big-line {
  height: 3px;
  background-color: #000;
  margin-top: 25px;
  margin-bottom: 25px;
}

.name {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: center;
}
.name__photo {
  border-radius: 20%;
}
.name__surname {
  font-size: clamp(24px, 4vw, 35px);
  font-family: "Roboto";
  margin: 0 auto;
  text-align: center;
}

.text {
  font-size: clamp(22px, 4vw, 25px);
  margin-top: 10px;
  text-align: center;
}

.education {
  display: flex;
  margin-top: 60px;
  align-items: center;
}
.education__title {
  font-size: clamp(25px, 4vw, 36px);
  font-family: "Roboto";
}
.education__text {
  font-size: clamp(22px, 4vw, 25px);
  padding-left: 110px;
  text-align: left;
}

.accreditation {
  display: flex;
  margin-top: 60px;
  align-items: center;
}
.accreditation__title {
  font-size: clamp(25px, 4vw, 36px);
  font-family: "Roboto";
}
.accreditation__text {
  font-size: clamp(22px, 4vw, 25px);
  padding-left: 80px;
  text-align: left;
}

.experience {
  display: flex;
  margin-top: 60px;
  align-items: center;
}
.experience__title {
  font-size: clamp(25px, 4vw, 36px);
  font-family: "Roboto";
  white-space: nowrap;
}
.experience__text {
  font-size: clamp(22px, 4vw, 25px);
  padding-left: 100px;
  text-align: left;
}

.skils {
  display: flex;
  margin-top: 60px;
  align-items: center;
}
.skils__title {
  font-size: clamp(25px, 4vw, 36px);
  font-family: "Roboto";
  white-space: nowrap;
}
.skils__text {
  font-size: clamp(22px, 4vw, 25px);
  padding-left: 135px;
  text-align: left;
}

.phone {
  display: flex;
  margin-top: 60px;
  align-items: center;
}
.phone__title {
  font-size: clamp(25px, 4vw, 36px);
  font-family: "Roboto";
  white-space: nowrap;
}
.phone__text {
  font-size: clamp(22px, 4vw, 25px);
  padding-left: 135px;
  text-align: left;
}

.view-protez {
  margin: 30px 0;
  font-size: clamp(26px, 5vw, 38px);
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 15px;
  word-spacing: 12px;
  line-height: 40px;
  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;
}

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

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

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

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

.card {
  background-color: rgba(192, 192, 192, 0.5);
}
.card__img {
  width: 100%;
  height: 350px;
  object-fit: cover;
}
.card__body {
  padding: 40px;
}
.card__desc {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  text-align: center;
  font-weight: normal;
}

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

.comment-name {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
  margin-top: 30px;
  align-items: center;
}
.comment-name__items {
  font-size: 160%;
  font-family: "Roboto";
}
.comment-name__text {
  font-size: clamp(22px, 4vw, 26px);
}
.comment-name__photo {
  border-radius: 20%;
}

.address {
  font-size: 14px;
  color: #444;
  text-align: center;
}

iframe {
  display: block;
  margin: 0 auto;
  width: clamp(290px, 99%, 900px);
}

@media (max-width: 1040px) {
  .name__surname {
    margin-left: 30px;
  }
  .menu {
    grid-template-columns: auto auto auto;
  }
  .list {
    grid-template-columns: 1fr 1fr;
  }
  .comment-name__items {
    margin-left: 30px;
  }
}
@media (max-width: 810px) {
  .title__text {
    font-size: 30px;
  }
  .menu__items {
    padding: 10px;
  }
  .list {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 790px) {
  .job-items {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 680px) {
  .menu {
    grid-template-columns: auto auto;
  }
  .name {
    margin-top: 20px;
  }
  .skils__text {
    padding-left: 120px;
  }
  .video {
    flex-direction: column;
  }
  .video__video {
    width: 305px;
  }
  .comment-name {
    display: flex;
    flex-direction: column;
  }
  .comment-name__items {
    text-align: center;
    margin: 15px 0 15px;
  }
}
@media (max-width: 530px) {
  .title__icon {
    width: 70px;
    height: 70px;
  }
  .title__text {
    font-size: 25px;
    line-height: 40px;
  }
  .menu {
    grid-template-columns: auto;
  }
  .name {
    flex-direction: column;
  }
  .name__surname {
    margin-top: 30px;
  }
  .education {
    flex-direction: column;
  }
  .education__text {
    padding: 20px 0;
  }
  .accreditation {
    flex-direction: column;
  }
  .accreditation__text {
    padding: 20px 0;
  }
  .experience {
    flex-direction: column;
    margin-top: 40px;
  }
  .experience__text {
    padding: 20px 0;
  }
  .skils {
    flex-direction: column;
    margin-top: 40px;
  }
  .skils__text {
    padding: 20px 0;
  }
  .phone {
    flex-direction: column;
    margin-top: 40px;
  }
  .phone__text {
    padding: 20px 0;
  }
  .contact {
    flex-direction: column;
    margin-top: 40px;
  }
  .contact__text {
    padding: 20px 0;
  }
  .contact__phone {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 360px) {
  .title__icon {
    width: 55px;
    height: 55px;
  }
  .title__text {
    font-size: 23px;
    line-height: 30px;
  }
  .menu__items {
    padding: 5px;
  }
  .comment-name__text {
    margin-left: 0;
  }
}/*# sourceMappingURL=team.css.map */