* {
  box-sizing: border-box;
}

ul[class],
ol[class] {
  padding: 0;
}

body,
h1,
h2,
h3,
h4,
p {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

a {
  font-family: "Poppins", sans-serif;
}

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  box-sizing: border-box;
  line-height: 1.5;
  font-family: "Golos";
}

ul[class],
ol[class] {
  list-style: none;
}

li {
  list-style-type: none;
}

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

main {
  overflow: hidden;
  background-color: rgba(212, 236, 249, 0.25);
}

.content {
  max-width: 1400px;
  margin: 0 auto;
}

.header {
  display: flex;
  justify-content: space-between;
  padding: 40px 120px;
}
@media screen and (max-width: 1200px) {
  .header {
    padding: 40px 40px;
  }
}
@media screen and (max-width: 840px) {
  .header .logo {
    width: 136px;
  }
}


.header-desktop {
  display: flex;
}
@media screen and (max-width: 1050px) {
  .header-desktop {
    display: none;
  }
}
.header-mobile {
  display: none;
}
@media screen and (max-width: 1050px) {
  .header-mobile {
    display: block;
    z-index: 10;
    position: relative;
    background-color: white;
    padding: 22px;
  }
}
.header-mobile .menu-close {
  display: none;
}
.header-mobile-close {
  display: flex;
  justify-content: space-between;
}
.header-mobile-close:hover {
  cursor: pointer;
}
.header-mobile-open {
  display: none;
  background: #4350AF;
  flex-direction: column;
  padding: 80px 0px 35px;
  height: calc(100vh - 75px);
  justify-content: space-between;
}
.header-mobile-open:hover {
  cursor: pointer;
}
.header-mobile-open__menu {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-mobile-open__menu .header__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 140.02%;
  color: #FFFFFF;
  text-decoration: none;
  padding: 20px 0px 20px;
}
.header-mobile-open__links {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.header-mobile-open__links a {
  display: flex;
  align-items: center;
  margin: 5px 0px;
  text-decoration: none;
}
.header-mobile-open__links a img {
  margin-right: 5px;
}
.header-mobile-open__links a p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 27px;
  color: #FFFFFF;
}
.header__link {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 140.02%;
}
.header__text {
  width: 70%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1400px) {
  .header__text {
    padding: 0px;
  }
}
.header__text a {
  text-decoration: none;
  color: #FFFFFF;
  color: #1B202B;
}
.header__text .btn-link {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #4350AF;
  padding: 10px 30px;
  border-radius: 10px;
  background-color: white;
}
.header__text .btn-link:hover {
  cursor: pointer;
}

.btn {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1A5E7A;
  padding: 12px 40px;
  background: #F4CEDC;
  border-radius: 10px;
  gap: 10px;
  border: none;
}
.btn:hover {
  cursor: pointer;
}

.padding_120 {
  padding: 0 120px;
}
@media screen and (max-width: 840px) {
  .padding_120 {
    padding: 0 20px;
  }
}

.background {
  position: absolute;
  display: flex;
  top: 0px;
  width: 100%;
  height: 794px;
  z-index: -2;
}
@media screen and (max-width: 1200px) {
  .background {
    height: 445px;
  }
}
.background .fiol {
  background-color: #E5E5E5;
  width: 30%;
  height: 100%;
}
.background .blue {
  background-color: #4350AF;
  width: 70%;
  height: 100%;
}
@media screen and (max-width: 840px) {
  .background {
    display: none;
  }
}

.about {
  display: flex;
  overflow: hidden;
}
@media screen and (max-width: 840px) {
  .about {
    flex-direction: column-reverse;
    background-color: #4350AF;
    padding: 35px 20px 0px;
  }
}
.about a {
  text-decoration: none;
}
.about .triangle {
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 900px solid #CCD0E7;
  border-left: 900px solid transparent;
  left: -20px;
  bottom: 0px;
}
@media screen and (min-width: 840px) {
  .about .triangle {
    display: none;
  }
}
.about__img {
  width: 30%;
  position: relative;
}
@media screen and (max-width: 1200px) {
  .about__img img {
    width: 300px;
  }
}
@media screen and (max-width: 840px) {
  .about__img img {
    position: relative;
    z-index: 2;
    padding-top: 20px;
    width: 375px;
    height: 397px;
  }
}
.about__text {
  width: 70%;
  padding-left: 90px;
  padding-bottom: 150px;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  .about__text {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 840px) {
  .about__text {
    padding: 0px;
  }
}
.about__text h1 {
  max-width: 659px;
  font-weight: 600;
  font-size: 50px;
  line-height: 140.02%;
  color: #FFFFFF;
}
.about__text h1 span {
  color: #F4CEDC;
}
@media screen and (max-width: 1200px) {
  .about__text h1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 840px) {
  .about__text h1 {
    font-size: 21px;
  }
}
.about__text p {
  max-width: 659px;
  font-weight: 300;
  font-size: 18px;
  line-height: 140.02%;
  color: #FFFFFF;
  padding: 30px 0px 60px;
}
@media screen and (max-width: 1200px) {
  .about__text p {
    padding: 20px 0px;
  }
}
@media screen and (max-width: 840px) {
  .about__text p {
    font-size: 14px;
    padding: 20px 0px 40px;
  }
}
.about__text .btn {
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 840px) {
  .about__text .btn {
    font-size: 16px;
  }
}

.help {
  margin-top: 130px;
}
@media screen and (max-width: 840px) {
  .help {
    margin-top: 75px;
  }
}
.help_footer {
  display: flex;
}
.help_footer ul {
  margin-right: 60px;
}
@media screen and (max-width: 1500px) {
  .help_footer__about-img {
    height: 400px;
  }
}
@media screen and (max-width: 1400px) {
  .help_footer {
    flex-direction: column;
  }
  .help_footer ul li p {
    max-width: none !important;
  }
}
.help__content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 840px) {
  .help__content {
    flex-direction: column;
  }
}
.help__content-item {
  display: flex;
  padding: 0px 65px;
  width: 100%;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 840px) {
  .help__content-item {
    padding: 40px 0px;
  }
}
.help__content-item:nth-child(1) {
  border-right: 1px solid #4350AF;
}
@media screen and (max-width: 840px) {
  .help__content-item:nth-child(1) {
    border-bottom: 1px solid #4350AF;
    border-right: none;
  }
}
.help__content-item:nth-child(2) {
  border-right: 1px solid #4350AF;
}
@media screen and (max-width: 840px) {
  .help__content-item:nth-child(2) {
    border-bottom: 1px solid #4350AF;
    border-right: none;
  }
}
.help__content-item p {
  max-width: 300px;
  padding-top: 25px;
  font-weight: 400;
  font-size: 20px;
  line-height: 140.02%;
  text-align: center;
  color: #1B202B;
}
@media screen and (max-width: 840px) {
  .help__content-item p {
    max-width: 100%;
    font-size: 18px;
  }
}
.help__about {
  padding: 90px 40px;
  margin: 130px 0px;
  display: flex;
  background: #F5F9FF;
  justify-content: center;
  border-radius: 25px;
}
@media screen and (max-width: 1100px) {
  .help__about {
    flex-direction: column;
    padding: 40px 20px;
    margin: 30px 0px 70px;
  }
}
.help__about-img {
  max-width: 670px;
}
@media screen and (max-width: 1300px) {
  .help__about-img {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
}
.help__about-text {
  padding-right: 40px;
}
@media screen and (max-width: 1100px) {
  .help__about-text {
    padding-right: 0px;
  }
}
.help__about-text h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 140.02%;
  color: #4350AF;
}
@media screen and (max-width: 1100px) {
  .help__about-text h1 {
    text-align: center;
  }
}
@media screen and (max-width: 840px) {
  .help__about-text h1 {
    font-size: 21px;
  }
}
@media screen and (max-width: 1100px) {
  .help__about-text ul {
    padding: 0px;
  }
}
.help__about-text ul li {
  display: flex;
  align-items: center;
}
.help__about-text ul li:nth-child(2) {
  margin: 30px 0px;
}
@media screen and (max-width: 1100px) {
  .help__about-text ul li:nth-child(2) {
    margin: 25px 0px;
  }
}
.help__about-text ul li img {
  margin-right: 15px;
}
.help__about-text ul li p {
  font-weight: 400;
  font-size: 18px;
  line-height: 140.02%;
  color: #1B202B;
  max-width: 333px;
}
@media screen and (max-width: 1100px) {
  .help__about-text ul li p {
    max-width: 100%;
  }
}
@media screen and (max-width: 840px) {
  .help__about-text ul li p {
    font-size: 18px;
  }
}

.doctors {
  background-color: #F5F9FF;
  padding: 130px 110px;
}
@media screen and (max-width: 1200px) {
  .doctors {
    padding: 100px 20px;
  }
}
.doctors__item {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1200px) {
  .doctors__item {
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .doctors__item img {
    max-width: 430px;
    width: 100%;
  }
}
.doctors__item:nth-child(2) {
  margin: 130px 0px;
}
@media screen and (max-width: 840px) {
  .doctors__item:nth-child(2) {
    margin: 100px 0px;
  }
}
.doctors__item-text {
  margin: 0px 32px;
}
.doctors__item-text h1 {
  padding-top: 60px;
  font-weight: 600;
  font-size: 40px;
  line-height: 140.02%;
  color: #1B202B;
}
@media screen and (max-width: 1200px) {
  .doctors__item-text h1 {
    padding-top: 0px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 840px) {
  .doctors__item-text h1 {
    font-size: 21px;
  }
}
.doctors__item-text p {
  font-style: normal;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #1B202B;
  max-width: 700px;
  margin: 20px 0px 80px;
}
@media screen and (max-width: 1200px) {
  .doctors__item-text p {
    margin: 20px 0px 40px;
  }
}
@media screen and (max-width: 840px) {
  .doctors__item-text p {
    font-size: 16px;
  }
}
.doctors__item-text a {
  text-decoration: none;
}
.doctors__item-text .btn {
  font-family: "Poppins", sans-serif;
  padding: 12px 40px 12px 40px;
  background: #F4CEDC;
  border-radius: 10px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1A5E7A;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 840px) {
  .doctors__item-text .btn {
    padding: 15px 30px;
    font-size: 16px;
  }
}
.doctors__item-text .btn::after {
  content: url("../img/new/strl.svg");
  width: 12px;
  height: 12px;
  vertical-align: middle;
  margin-left: 15px;
}

.desktop {
  display: block;
}
@media screen and (max-width: 1200px) {
  .desktop {
    display: none;
  }
}

.mobile {
  display: none;
}
@media screen and (max-width: 1200px) {
  .mobile {
    display: block;
  }
}

.video h1 {
  font-weight: 600;
  font-size: 35px;
  line-height: 140.02%;
  color: #1B202B;
  margin-bottom: 40px;
  margin-top: 130px;
}
@media screen and (max-width: 840px) {
  .video h1 {
    margin-top: 100px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 21px;
  }
}
.video video {
  width: 100%;
  border-radius: 20px;
}

.we {
  margin: 160px 0px 130px;
}
@media screen and (max-width: 840px) {
  .we {
    margin: 0px 0px 70px;
  }
}
.we h1 {
  text-align: center;
  font-weight: 600;
  font-size: 40px;
  line-height: 140.02%;
  color: #1B202B;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .we h1 {
    font-size: 21px;
    margin-top: 70px;
  }
}
.we__imgs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
}
.we__imgs img {
  margin: 0px 10px;
}
@media screen and (max-width: 1500px) {
  .we__imgs img {
    margin: 15px;
  }
}

.form {
  display: flex;
  justify-content: center;
  padding: 130px 120px 130px;
  background: #F5F9FF;
}
@media screen and (max-width: 1200px) {
  .form {
    flex-direction: column;
    align-items: center;
    padding: 75px 20px;
  }
}
.form form {
  max-width: 676px;
  background: #4350AF;
  border-radius: 10px;
  display: flex;
  padding: 50px 47px;
  flex-direction: column;
}
@media screen and (max-width: 1200px) {
  .form form {
    padding: 50px 15px;
    width: 100%;
  }
}
.form form h1 {
  font-style: normal;
  font-weight: 600;
  font-size: 40px;
  line-height: 140.02%;
  color: #FFFFFF;
}
@media screen and (max-width: 1200px) {
  .form form h1 {
    text-align: left;
  }
}
@media screen and (max-width: 840px) {
  .form form h1 {
    font-size: 21px;
  }
}
.form form p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  margin: 15px 0px 35px;
}
@media screen and (max-width: 840px) {
  .form form p {
    font-size: 16px;
  }
}
.form form div {
  position: relative;
}
.form form input {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  max-width: 582px;
  margin-bottom: 30px;
  background: #4350AF;
  border: 1px solid white;
  border-radius: 5px;
  width: 100%;
  padding: 10px 20px;
}
.form form input::-moz-placeholder {
  color: #FFFFFF;
}
.form form input::placeholder {
  color: #FFFFFF;
}
.form form label {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  background: #4350AF;
  padding: 0px 10px;
  color: #D6EFFB;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -10px;
  left: 20px;
}
.form form button {
  margin-top: 20px;
  background: #F4CEDC;
  border-radius: 10px;
  padding: 12px 40px;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  color: #1A5E7A;
  width: -moz-fit-content;
  width: fit-content;
  border: none;
}
.form form button:hover {
  cursor: pointer;
}
@media screen and (max-width: 840px) {
  .form form button {
    width: 100%;
  }
}
.form-description {
  display: flex;
  flex-direction: column;
  max-width: 524px;
  padding-left: 78px;
}
@media screen and (max-width: 1200px) {
  .form-description {
    padding-left: 0px;
    width: 100%;
    margin: 70px 0px 0px;
  }
}
.form-description h1 {
  font-size: 35px;
  line-height: 140.02%;
  color: #1B202B;
  padding-bottom: 20px;
}
@media screen and (max-width: 840px) {
  .form-description h1 {
    font-size: 21px;
  }
}
.form-description p {
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  color: #1B202B;
  margin: 28px 0px 38px;
}
@media screen and (max-width: 1200px) {
  .form-description p {
    margin: 20px 0px 38px;
  }
}
@media screen and (max-width: 840px) {
  .form-description p {
    font-size: 16px;
  }
}
.form-description__links {
  display: flex;
}
.form-description__links a {
  text-decoration: none;
}
.form-description__links-item {
  display: flex;
  align-items: center;
}
.form-description__links-item p {
  margin: 0px;
}
.form-description__links-item img {
  margin-right: 10px;
}
.form-description__links-item:nth-child(2) {
  margin-left: 48px;
}
.form-description__address {
  margin: 20px 0px;
}
.form-description__address p {
  margin: 10px 0px;
}

footer {
  background: #1B202B;
  padding: 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 840px) {
  footer {
    padding: 50px 30px;
  }
}
footer .links {
  margin: 10px 0px;
  display: flex;
  flex-direction: row;
}
footer .links a {
  margin: 5px;
}
footer div {
  display: flex;
}
@media screen and (max-width: 840px) {
  footer div {
    display: none;
  }
}
footer div img {
  width: 25px;
}
footer div a {
  margin: 0px 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 140.02%;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 840px) {
  footer div a {
    font-size: 14px;
  }
}
footer p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}
@media screen and (max-width: 840px) {
  footer p {
    font-size: 14px;
    text-align: center;
  }
}
footer p:nth-child(2) {
  margin: 35px 0px 7px;
}
footer p:nth-child(4) {
  margin: 7px 0px 35px;
}

.desc {
  padding: 130px 120px 0px 120px;
}
@media screen and (max-width: 840px) {
  .desc {
    padding: 70px 20px 0px;
  }
}
.desc h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 140.02%;
  text-align: center;
  color: #1B202B;
  margin-bottom: 50px;
}
@media screen and (max-width: 840px) {
  .desc h1 {
    font-size: 21px;
  }
}
.desc__blocks {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.desc__blocks-item {
  position: relative;
  font-weight: 300;
  font-size: 18px;
  line-height: 140.02%;
  color: #FFFFFF;
  padding: 50px 40px;
  width: 580px;
  text-align: left;
  background: #4350AF;
  border-radius: 10px;
  margin: 35px 17px;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 840px) {
  .desc__blocks-item {
    padding: 50px 15px;
  }
}
.desc__blocks-item a {
  color: #FFFFFF;
}
.desc__blocks-item img {
  position: absolute;
  top: -40px;
}

.breath-video {
  display: flex;
  flex-direction: space-between;
  justify-content: center;
  padding: 100px 120px;
}
@media screen and (max-width: 1200px) {
  .breath-video {
    flex-direction: column;
  }
}
@media screen and (max-width: 840px) {
  .breath-video {
    padding: 70px 20px;
  }
}
.breath-video__left {
  margin: 0px 15px;
}
.breath-video__left a {
  text-decoration: none;
}
.breath-video__left h1 {
  font-weight: 600;
  font-size: 40px;
  line-height: 140.02%;
  color: #1B202B;
  max-width: 612px;
  width: 100%;
}
.breath-video__left h1 span {
  font-style: italic;
  color: #4350AF;
}
@media screen and (max-width: 840px) {
  .breath-video__left h1 {
    font-size: 21px;
  }
}
.breath-video__left p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140.02%;
  margin: 20px 0px 50px;
}
@media screen and (max-width: 1200px) {
  .breath-video__left p {
    margin: 25px 0px 40px;
  }
}
@media screen and (max-width: 840px) {
  .breath-video__left p {
    font-size: 16px;
  }
}
.breath-video__left .btn {
  width: -moz-fit-content;
  width: fit-content;
}
.breath-video__left a {
  text-decoration: none;
}
.breath-video__right {
  margin: 0px 15px;
}
.breath-video__right a {
  text-decoration: none;
}
.breath-video__right .btn {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 30px;
}
.breath-video__right video {
  border-radius: 15px;
  max-width: 600px;
}
@media screen and (max-width: 1330px) {
  .breath-video__right video {
    max-width: 420px;
  }
}
@media screen and (max-width: 840px) {
  .breath-video__right video {
    max-width: 100%;
  }
}
.breath-video__right p {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 140.02%;
  color: #4350AF;
  margin-top: 20px;
  margin-bottom: 15px;
}
@media screen and (max-width: 840px) {
  .breath-video__right p {
    margin-top: 0px;
    font-size: 16px;
  }
}

.manifacture .breath-video {
  background-color: #F5F9FF;
}

.header_l {
  background-color: #F5F9FF;
}

.overflow {
  overflow: hidden;
}

.contact-us_invalid {
  border-color: red !important;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100vw;
  height: 100vh;
  background-color: rgba(211, 211, 211, 0.5);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.block-modal {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 760px;
  height: 521px;
  background-color: #FFFFFF;
  box-shadow: 0px 4px 35px rgba(65, 151, 170, 0.25);
  padding: 90px 100px 0px;
}
@media screen and (max-width: 920px) {
  .block-modal {
    width: calc(100% - 80px);
  }
}
.block-modal h2 {
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #171923;
  margin-bottom: 72px;
  text-align: center;
}
.block-modal span {
  font-weight: bold;
}
.block-modal p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 32px;
  color: #4A5568;
  width: 100%;
  text-align: center;
}
.block-modal .btn {
  text-transform: uppercase;
  width: 160px;
  height: 52px;
  margin: 63px auto 0px;
}
@media screen and (max-width: 720px) {
  .block-modal {
    width: calc(100% - 40px);
    padding: 20px 40px;
    height: -moz-fit-content;
    height: fit-content;
  }
  .block-modal h2 {
    font-size: 20px;
    margin-bottom: 31px;
  }
  .block-modal p {
    font-size: 16px;
  }
  .block-modal .btn {
    margin-top: 0px;
    font-size: 16px;
    width: -moz-fit-content;
    width: fit-content;
  }
}
