html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
  margin: 0;
  padding: 0;
}

body {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.7);
  padding: 17px 0;
  z-index: 10;
}

.container {
  max-width: 1190px;
  padding: 0 10px;
  margin: 0 auto;
}

.nav {
  display: flex;
  align-items: center;
}

.logo-nav {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 700;
}

.logo-nav span {
  color: #6bc2f1;
}

.menu-list {
  display: flex;
  gap: 22px;
  margin-left: 100px;
}

.menu-item {
  list-style-type: none;
}

.menu-list__link {
  font-size: 14px;
  font-weight: 700;
  color: #252525;
  text-transform: capitalize;
}

.btn-menu {
  background-color: #6bc2f1;
  font-size: 12px;
  color: #d8effb;
  padding: 18px 36px;
  margin-left: auto;
  text-transform: uppercase;
}

.first {
  background-image: url(images/presentation-background.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 145px;
}

.first__inner {
  min-height: 100vh;

  color: #d8effb;
  padding-top: 375px;
}

.first__title {
  font-size: 70px;
  font-weight: 700;
  max-width: 535px;
}

.first__text1 {
  font-size: 26px;
  font-weight: 400;
  max-width: 400px;
  margin-top: 25px;
}

.first__text2 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  max-width: 450px;
  margin-top: 60px;
}

.first__btn {
  display: inline-block;
  font-size: 12px;
  padding: 20px 47px;
  background-color: #d8effb;
  color: #252525;
  text-transform: uppercase;
  margin-top: 60px;
}

.docto {
  padding: 120px 0;
}

.docto__content {
  display: flex;
  justify-content: space-between;
}

docto__part--left {
}

.docto__link {
  display: block;
  text-transform: uppercase;
  color: #6bc2f1;
  font-size: 19px;
  font-weight: 400;
  margin-top: 160px;
}

.docto__title {
  font-size: 36px;
  font-weight: 400;
  color: #252525;
  margin-top: 30px;
}

.docto__text {
  font-size: 18px;
  font-weight: 400;
  color: #252525;
  max-width: 520px;
  margin-top: 35px;
}

.docto__btn {
  display: inline-block;
  font-size: 12px;
  padding: 20px 47px;
  background-color: #6bc2f1;
  color: #d8effb;
  text-transform: uppercase;
  margin-top: 70px;
}

.features {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  background-color: #6bc2f1;
  color: #d8effb;
}

.features__block {
  flex: 0 1 50%;
  position: relative;
}

.features img {
 width: 100%;
  height: 100%;
  object-fit: cover;
}

.features__block-2,
.features__block-3 {
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.features__block-2 p,
.features__block-3 p {
  max-width: 641px;
  font-size: 18px;
  font-weight: 400;
}

.features__block-2 h3,
.features__block-3 h3 {
  font-size: 36px;
  font-weight: 400;
  margin: 30px 0;
}

.features__block-2 h5,
.features__block-3 h5 {
  font-size: 19px;
  font-weight: 400;
}

.features__block_hover {
  display: flex;
  position: absolute;
  inset: 0;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: all 1s ease;
}

.features__block:hover .features__block_hover {
  display: flex;
  background: rgba(107, 194, 241, 0.7);
  cursor: pointer;
  opacity: 1;
}

.features__block_hover-text {
  font-size: 26px;
  text-transform: uppercase;
}

.images__pro {
  padding: 60px 0 30px 0;
  background-color: #f1f1f1;
}

.images__pro-pic {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

.images__pro-pic img {
  margin-bottom: 30px;
}

.form-medical {
  padding: 95px 0;
}

.form {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}

.form__title {
  font-size: 36px;
  font-weight: 400;
  color: #413d4b;
  margin-bottom: 60px;
}

.form__input {
  width: 460px;
  padding: 18px 20px;
  margin-bottom: 27px;
  border: 1px #e5e5e5 solid;
}

.form-textarea {
  width: 460px;
  padding: 18px 20px;
  height: 200px;
  resize: none;
  margin-bottom: 22px;
  border: 1px #e5e5e5 solid;
}

.form__btn {
  border: 1px #6bc2f1 solid;
  padding: 12px 32px;
  text-transform: uppercase;
  color: #6bc2f1;
  background-color: #fff;
  cursor: pointer;
}

.footer {
  background-color: #072135;
  color: #a5a9ae;
  padding: 130px 0 80px;
}

.footer__inner {
  display: flex;
  justify-content: space-between;
}

.footer__inner h6 {
  font-size: 18px;
  color: #f4f4f5;
  margin-bottom: 45px;
}

.footer__inner p {
  margin-bottom: 38px;
  font-size: 14px;
  line-height: 30px;
}

.footer__inner a {
  color: #a5a9ae;
}

.footer__medical {
  max-width: 455px;
}
