@charset "UTF-8";
@font-face {
  font-family: Gilory;
  src: url(ttf/Montserrat-Regular.ttf);
}
body {
  margin: 0;
  font-family: Gilory;
}

header {
  padding: 0 320px;
  display: flex;
}

.header__padding {
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__call {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: none;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.header__call_margin {
  margin-top: 14px;
}

.header__call-a {
  text-decoration: none;
  color: #2B2B2B;
}

nav {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 36px 98px;
}

nav :last-child {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #2B2B2B;
  line-height: 100%;
  text-decoration: none;
}

nav > a {
  cursor: pointer;
}

nav > a:not(:last-child) {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #2B2B2B;
  line-height: 100%;
  padding-right: 36px;
  text-decoration: none;
}

nav > a:hover {
  color: #0593E8;
}

.burger {
  position: fixed;
  right: 10px;
  top: 20px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: none;
  z-index: 2;
}

.burger-container {
  background: #FFFFFF;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50%;
  position: fixed;
  display: none;
  animation: showBlock 1s linear forwards;
}

.burger-cotainer-block {
  height: 100vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-top: 50px;
}

.burger-cotainer-block-table > a {
  font-size: 25px;
  border-bottom: 2px solid #0593E8;
  height: 70px;
  width: 90%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #2B2B2B;
  text-decoration: none;
  font-size: 15px;
}

.burger-cotainer-block-table-a {
  color: #0593E8;
  text-decoration: none;
}

.burger-container__display {
  display: block;
}

.burger span, .burger span:before, .burger span:after {
  width: 100%;
  position: absolute;
  height: 2px;
  background: #0593E8;
  display: block;
  transition: 0.3s;
  border-radius: 2px;
  z-index: 2;
}

.burger span:before {
  content: "";
  top: -10px;
  transition: top 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span {
  top: 10px;
}

.burger span:after {
  content: "";
  bottom: -10px;
  transition: bottom 300ms 300ms, transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}

.burger span.active:before {
  content: "";
  top: 0;
  transform: rotate(45deg);
  transition: top 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger span.active:after {
  content: "";
  bottom: 0;
  transform: rotate(-45deg);
  transition: bottom 300ms, transform 300ms 300ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.burger span.active {
  background: rgba(255, 255, 255, 0);
}

main {
  background-image: url(./img/main-back.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 688px;
}

.main__titel {
  font-style: normal;
  font-size: 60px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 100%;
  padding-top: 112px;
  margin-left: 321px;
}

.main__description {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 160%;
  margin-top: 32px;
  margin-left: 321px;
}

.main__button {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 21px;
  margin-left: 321px;
  margin-top: 48px;
  width: 295px;
  height: 65px;
  background-color: #FE5552;
  cursor: pointer;
  text-decoration: none;
}

.main__button:hover {
  background-color: #CE3330;
}

.main__boxes {
  display: flex;
  justify-content: normal;
  align-items: normal;
  padding-left: 321px;
  position: relative;
  top: 140px;
}
.main__boxes_practice {
  background-color: #3F6CCC;
}
.main__boxes_customers {
  background-color: #0593E8;
}
.main__boxes_services {
  background-color: #FBFBFB;
}

.main__boxes > div {
  width: 426.33px;
  height: 260px;
}

.main__boxes_practice > div {
  padding-left: 80px;
  padding-top: 37px;
}

.main__boxes_customers > div {
  padding-left: 80px;
  padding-top: 37px;
}

.main__boxes_services > div {
  padding-left: 80px;
  padding-top: 37px;
}

.main__boxes_title {
  font-style: normal;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 100%;
  padding-top: 22.78px;
}

.main__boxes_title_black-color {
  font-style: normal;
  font-size: 35px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #2B2B2B;
  line-height: 100%;
  padding-top: 22.78px;
}

.main__boxes_subtitel {
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 100%;
  padding: 10.51px 0 42.02px;
  opacity: 0.8;
}

.main__boxes_subtitel_color {
  font-style: normal;
  font-size: 17px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #2B2B2B;
  line-height: 100%;
  padding: 10.51px 0 42.02px;
  opacity: 0.6;
}

.main__boxes_href {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 100%;
  text-decoration-line: underline;
}

.main__boxes_href:hover {
  text-decoration: none;
}

.main__boxes_href_color {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 100%;
  text-decoration-line: underline;
}

.main__boxes_href_color:hover {
  text-decoration: none;
}

.news {
  padding: 180px 0 0 320px;
}

.news > h1 {
  font-style: normal;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 0.02em;
  color: #0593E8;
  margin: 0;
}

.news__container {
  margin-top: 90px;
  display: flex;
  width: 50%;
}

.news__container__date {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 160%;
  margin-right: 140px;
  opacity: 0.6;
}

.news__container__title {
  font-style: normal;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 160%;
  margin-bottom: 19px;
}

.news__container__description {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 140%;
  opacity: 0.6;
}

.quality {
  padding: 180px 0 0 320px;
}

.quality > div > div > h1 {
  font-style: normal;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 140%;
}

.quality > div > div > h1 > span {
  color: #0593E8;
}

.quality__description {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 160%;
  opacity: 0.6;
}

.quality__flex-container {
  display: flex;
  justify-content: none;
  align-items: none;
}

.quality__flex-container > div {
  width: 564px;
  height: 395px;
}

/* стили для корневого элемента слайдера */
.slider {
  position: relative;
  overflow: hidden;
  margin-left: 92px;
  cursor: pointer;
}

.slider:hover .slider__control_prev {
  opacity: 1;
}
.slider:hover .slider__control_prev:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 40px;
}
.slider:hover .slider__control_next {
  opacity: 1;
}
.slider:hover .slider__control_next:hover {
  -webkit-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  -moz-box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
  border-radius: 40px;
}

/* стили для wrapper */
.slider__wrapper {
  position: relative;
  overflow: hidden;
}

/* стили для элемента, в котором непосредственно расположены элементы (слайды) */
.slider__items {
  display: flex;
  transition: transform 0.5s ease;
}

/* класс для отключения transition */
.transition-none {
  transition: none;
}

/* стили для элементов */
.slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 564px;
  height: 395px;
}

.slider__item > img {
  width: 100%;
}

/* кнопки Prev и Next */
.slider__control {
  position: absolute;
  top: 50%;
  width: 47px;
  height: 47px;
  transform: translateY(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  user-select: none;
}

.slider__control_show {
  display: flex;
}

.slider__control_prev {
  left: 0;
  margin-left: 16px;
  opacity: 0;
  transition: 0.5s;
}

.slider__control_next {
  right: 0;
  margin-right: 16px;
  opacity: 0;
  transition: 0.5s;
}

.slider__control::before {
  content: "";
  display: inline-block;
  width: 47px;
  height: 47px;
  background: transparent no-repeat center center;
}

.slider__control_prev::before {
  background-image: url("./img/right.png");
  height: 47px;
  width: 47px;
}

.slider__control_next::before {
  background-image: url("./img/left.png");
  height: 47px;
  width: 47px;
}

.quality_icons-flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.quality_icons {
  padding-top: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quality_icons > div {
  width: 243px;
  height: 246px;
}

.quality_icons-header {
  padding: 22px 0 16px 0;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  color: #2A2A2A;
  line-height: 120%;
}

.quality_icons-header + div {
  font-style: normal;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
  line-height: 140%;
  opacity: 0.6;
}

.services {
  padding: 50px 25px 0 25px;
}

.services_h1 {
  font-style: normal;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 0.02em;
  color: #0593E8;
  text-align: center;
}

/* кнопки Prev и Next services*/
.services__button_prev {
  background-image: url("./img/right.png");
  height: 47px;
  width: 47px;
  font-size: 25px;
  opacity: 0.4;
  transition: 0.5s;
  cursor: pointer;
}

.services__button_next {
  margin-left: 50px;
  background-image: url("./img/left.png");
  height: 47px;
  width: 47px;
  font-size: 25px;
  opacity: 0.4;
  transition: 0.5s;
  cursor: pointer;
}

.services__button_prev:hover {
  opacity: 1;
}

.services__button_next:hover {
  opacity: 1;
}

.services-slider-container {
  display: flex;
}

.services__card {
  margin-top: 109px;
  width: 410px;
  height: 519px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(48, 48, 48, 0.08);
  cursor: pointer;
  margin-left: 25px;
  filter: grayscale(0);
  transition: 0.5s;
  margin-bottom: 5px;
}

.services__card > img {
  width: 100%;
}

.services__card__flex-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  flex-direction: column;
  height: 234px;
}

.services__card:hover {
  filter: grayscale(0);
}

.services__card__flex-container__description {
  padding: 40px 0 0 45px;
}

.services__card__flex-container__description > div {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
  line-height: 160%;
  opacity: 0.6;
}

.services__card__flex-container > a {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 100%;
  margin: 0 0 40px 45px;
  border: none;
  font: inherit;
  background-color: transparent;
  text-decoration-line: underline;
  cursor: pointer;
}

.prices > h1 {
  font-style: normal;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
}

.prices-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 60px 0;
  width: 1280px;
}
.prices-flex-container__description {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 140%;
  opacity: 0.6;
}
.prices-flex-container > select {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 140%;
  padding: 0 0 10px 0;
  border: none;
  outline: none;
  border-bottom: 1px solid #000000;
  width: 266px;
  cursor: pointer;
}
.prices-flex-container__price-name {
  width: 1280px;
  height: 767px;
  overflow-y: scroll;
}
.prices-flex-container__price-name__head {
  display: flex;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 140%;
  color: #000000;
  line-height: 140%;
  width: 100%;
  height: 62px;
  background: #B6D7EB;
  color: #000000;
  text-transform: uppercase;
}
.prices-flex-container__price-name > div:not(.prices-flex-container__price-name__head) {
  font-style: normal;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: normal;
  color: #000000;
  line-height: 140%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 14px 0;
  background: #FBFBFB;
  padding: 20px 38px;
  height: 62px;
}

.prices-flex-container__price-name__head_red-color {
  color: #FE5552;
  width: 250px;
}

.call-form {
  margin-top: 180px;
  display: flex;
  justify-content: normal;
  align-items: normal;
}
.call-form__section-1 {
  display: flex;
  justify-content: center;
  align-items: normal;
  padding-left: 320px;
  flex-direction: column;
  background: #FBFBFB;
  width: 100%;
  height: 270px;
}
.call-form__section-2 {
  display: flex;
  justify-content: center;
  align-items: normal;
  flex-direction: column;
  background: #4772CE;
  width: 100%;
  height: 270px;
}

.call-form__section-1_title {
  font-style: normal;
  font-size: 32px;
  font-weight: 700;
  letter-spacing: normal;
  color: #2B2B2B;
  line-height: 120%;
}

.call-form__section-1_description {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #2B2B2B;
  line-height: 140%;
  padding: 22px 0 29px 0;
}

.name, .tel, .request {
  margin-left: 129px;
  width: 425px;
  height: 67px;
  background: #FFFFFF;
  box-sizing: border-box;
  outline: none;
  border: none;
}

.tel {
  margin-top: 22px;
}

input::placeholder {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: rgba(108, 108, 108, 0.5);
  line-height: 24px;
  padding-left: 75px;
}

input[type=text], input[type=tel] {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: normal;
  color: rgba(108, 108, 108, 0.5);
  line-height: 24px;
  padding-left: 5px;
}

#text {
  color: #FFFFFF;
  font-size: 12px;
  margin-left: 129px;
  height: 20px;
}

.request {
  font-style: normal;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 21px;
  height: 65px;
  background: #FE5552;
  cursor: pointer;
}

.request:hover {
  background-color: #CE3330;
}

.doctors-flex-container {
  display: flex;
  justify-content: space-between;
  align-items: start;
  margin-bottom: 5px;
}
.doctors-flex-container > div {
  margin-top: 60px;
  width: 410px;
  height: 611px;
  background: #FFFFFF;
  box-shadow: 0px 10px 20px rgba(48, 48, 48, 0.08);
  cursor: pointer;
  filter: grayscale(0);
  transition: 0.5s;
  margin-left: 25px;
}
.doctors-flex-container > div > h2 {
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 29px;
  margin: 42px 0 0 44px;
}
.doctors-flex-container > div > img {
  height: 374px;
}
.doctors-flex-container > div > a {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 100%;
  margin: 27px 0 0 44px;
  padding: 0;
  border: none;
  font: inherit;
  background-color: transparent;
  text-decoration-line: underline;
  cursor: pointer;
}

.doctors_h1 {
  font-style: normal;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
  font-weight: 800;
  font-size: 35px;
  letter-spacing: 0.02em;
  color: #0593E8;
  text-align: center;
}

.doctors-flex-container > div:hover {
  filter: grayscale(0);
}

.doctors-flex-container__description {
  font-style: normal;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: normal;
  color: #000000;
  line-height: 160%;
  margin: 8px 0 0 44px;
  opacity: 0.6;
  height: 40px;
}

.services__button_prev_doctors {
  background-image: url("./img/right.png");
  height: 47px;
  width: 47px;
  font-size: 25px;
  opacity: 0.4;
  transition: 0.5s;
  cursor: pointer;
}

.services__button_next_doctors {
  margin-left: 50px;
  background-image: url("./img/left.png");
  height: 47px;
  width: 47px;
  font-size: 25px;
  opacity: 0.4;
  transition: 0.5s;
  cursor: pointer;
}

.parners {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 70px 0;
  background-color: white;
}

footer {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: #303F9F;
  padding: 60px 0 60px 0;
}
footer > div {
  display: flex;
  justify-content: start;
  align-items: start;
  flex-direction: column;
}

.footer__section-1 {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-top: 35px;
}
.footer__section-1 > a {
  margin-right: 19px;
}

.footer__section-2 {
  display: flex;
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #FFFFFF;
  line-height: 140%;
  padding-bottom: 20px;
}
.footer__section-2 > img {
  margin-right: 15px;
}

.footer__section-2_img-size {
  width: 20px;
  height: 20px;
}

.footer__section-2__adress {
  font-style: normal;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: normal;
  color: #FFFFFF;
  line-height: 100%;
}

.publications > h1 {
  padding: 22px 0 16px 0;
  font-style: normal;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: normal;
  color: #2A2A2A;
  line-height: 120%;
}

.h1__equepment {
  font-style: normal;
  font-size: 35px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #130F26;
  line-height: 140%;
  padding: 100px 0 0 320px;
}
.h1__equepment > span {
  color: #0593E8;
}

.equipment__block-1 {
  padding: 70px 320px 0 320px;
}
.equipment__block-1 > h2 {
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
  text-align: center;
}

.equipment__block-1_flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.equipment__block-1_flex-container_description_bold {
  font-style: normal;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 140%;
  padding-bottom: 28px;
}

.equipment__block-1_flex-container_description_blue-color {
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 160%;
  text-transform: uppercase;
  padding-bottom: 12px;
}
.equipment__block-1_flex-container_description_blue-color > li {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 140%;
}

.equipment__block-1_flex-container_description_last-child {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 160%;
  padding-top: 28px;
}

.equipment__block-1_flex-container_video {
  height: 440px;
}
.equipment__block-1_flex-container_video > div {
  font-style: normal;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 160%;
  opacity: 0.6;
  padding-bottom: 34px;
}

.equiment-border {
  border-bottom: 1px solid #0593E8;
  height: 1px;
  margin: 90px 320px 0 320px;
}

.equipment__block-2 {
  margin-top: 70px;
  padding: 0 10px;
}
.equipment__block-2 > h1 {
  margin-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
}
.equipment__block-2 > h2 {
  text-align: center;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
}
.equipment__block-2 > div {
  font-style: normal;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #000000;
  line-height: 160%;
}

.equipment__block-2_flex-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.equipment__block-2_flex-container_block-1 {
  margin-right: 80px;
}
.equipment__block-2_flex-container_block-1 > h2 {
  text-align: center;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
}
.equipment__block-2_flex-container_block-1 > div:last-child {
  padding-top: 10px;
}
.equipment__block-2_flex-container_block-1 > div > span {
  font-weight: bold;
}
.equipment__block-2_flex-container_1 {
  height: 300px;
  margin-right: 79px;
}
.equipment__block-2_flex-container_1 > h2 {
  text-transform: uppercase;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
}
.equipment__block-2_flex-container_2 {
  height: 300px;
  margin-right: 79px;
}
.equipment__block-2_flex-container_2 > h2 {
  text-transform: uppercase;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #FE5552;
  line-height: 140%;
}
.equipment__block-2_flex-container_3 {
  height: 300px;
}
.equipment__block-2_flex-container_3 > h2 {
  text-transform: uppercase;
  font-style: normal;
  font-size: 22px;
  font-weight: 800;
  letter-spacing: 0.02em;
  color: #0593E8;
  line-height: 140%;
}

.equipment__block-2_flex-container_img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.equipment__block-2_flex-container_implantation {
  display: flex;
  justify-content: center;
  align-items: center;
}
.equipment__block-2_flex-container_implantation > div:not(:last-child) {
  margin-right: 100px;
}

.modal-window > div {
  padding: 10px;
  text-align: justify;
}

.modal-window_bold {
  font-weight: bold;
  text-align: center !important;
}

@media (min-width: 1900px) {
  header {
    padding: 0;
    justify-content: center;
  }

  .main__titel, .main__description, .main__button {
    padding-top: 0;
    margin-left: 0;
    text-align: center;
  }

  main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .main__boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .news {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 180px 0 0 0;
  }

  .quality {
    padding: 180px 0 0 0;
  }

  .quality__flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .quality_icons {
    padding-top: 100px;
    width: 70%;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .services_h1 {
    margin-top: 160px;
    text-align: center;
  }

  .prices {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .call-form__section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .call-form__section-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .name, .tel, .request {
    margin-left: 0;
  }

  #text {
    margin: 0;
  }

  .h1__equepment {
    padding: 100px 0 0 0;
    text-align: center;
  }

  .equipment__block-1 {
    padding: 120px 10px 0 10px;
  }

  .equiment-border {
    margin: 90px 10px 0 10px;
  }
}
@media (max-width: 1900px) {
  header {
    padding: 0;
    justify-content: center;
  }

  .main__boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 0;
  }

  .quality_icons {
    width: 85%;
  }

  .prices-flex-container {
    width: 100%;
  }

  .prices-flex-container__price-name {
    width: 100%;
  }

  .prices {
    padding: 50px;
  }

  .prices > h1 {
    text-align: center;
  }

  .equipment__block-2 {
    margin: 0 320px 0 320px;
  }

  .equipment__block-2_flex-container_margin {
    margin-top: 220px;
  }
}
@media (max-width: 1600px) {
  .main__titel, .main__description {
    margin-left: 0;
    text-align: center;
  }

  .main__button {
    margin: 30px auto;
  }

  .news {
    padding: 200px 10px 0 10px;
  }

  .news > h1 {
    text-align: center;
  }

  .news__container {
    width: 100%;
  }

  .quality {
    padding: 50px 0 0 0;
  }

  .quality__flex-container {
    flex-direction: column;
    text-align: center;
    align-items: center;
  }

  .slider {
    margin: 0;
  }

  .call-form {
    flex-direction: column;
    margin-top: 10px;
  }
  .call-form__section-1 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }
  .call-form__section-2 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  .name, .tel, .request {
    margin-left: 0;
  }

  #text {
    margin: 0;
  }

  .equipment__block-1_flex-container {
    flex-direction: column;
  }

  .equipment__block-2_flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10px;
  }
  .equipment__block-2_flex-container_block-1 {
    margin: 0;
  }
  .equipment__block-2_flex-container > div > img {
    margin-top: 20px;
  }
  .equipment__block-2_flex-container_1 {
    height: 100%;
    width: 100%;
    margin-right: 0;
  }
  .equipment__block-2_flex-container_2 {
    height: 100%;
    width: 100%;
    margin-right: 0;
  }
  .equipment__block-2_flex-container_3 {
    height: 100%;
    width: 100%;
  }

  .equipment__block-2_flex-container_margin {
    margin-top: 70px;
  }

  .equipment__block-2_flex-container_implantation {
    flex-direction: column;
  }
  .equipment__block-2_flex-container_implantation > div:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 1365px) {
  .main__boxes > div {
    width: 70%;
  }

  .parners {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 0;
  }
  .parners > img {
    padding-top: 30px;
  }

  .patients__section-1 > img {
    margin: 0 auto;
    width: 500px;
  }
}
@media (max-width: 1225px) {
  nav, .header__call {
    display: none;
  }

  .header__padding {
    padding: 5px;
  }

  .burger {
    display: block;
  }

  .patients {
    flex-direction: column;
    align-items: stretch;
  }

  .patients__header {
    margin: 0 auto;
    text-align: center;
  }

  .patients__section-1, .patients__section-2 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px;
    margin: 0;
  }

  .patients__section-1 > img {
    margin: 0 auto;
    padding: 25px 0;
    width: 500px;
  }

  .footer-margin {
    margin: 0;
  }
}
@media (max-width: 1185px) {
  .main__boxes {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .news {
    padding: 700px 10px 0 10px;
  }

  .quality_icons {
    flex-direction: column;
  }

  .quality_icons > div {
    width: 60%;
    height: 60%;
    margin: 30px;
  }

  .services {
    padding: 100px 0 0 0;
  }

  .prices {
    padding: 10px;
  }

  .prices-flex-container__price-name > div:not(.prices-flex-container__price-name__head) {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 10px;
    text-align: center;
    height: 150px;
    font-size: 16px;
  }

  .prices-flex-container {
    flex-direction: column;
  }

  .prices-flex-container > select {
    padding-top: 15px;
  }

  .name, .tel {
    width: 100%;
  }

  #text {
    margin: 0;
  }

  .request {
    width: 318px;
  }

  .footer__size_1-block {
    display: none;
  }

  .h1__equepment {
    padding: 100px 0 0 0;
    text-align: center;
    font-size: 30px;
  }

  .equipment__block-1 {
    padding: 70px 5px 0 5px;
  }

  .equiment-border {
    margin: 90px 5px 0 5px;
  }

  .equipment__block-2 {
    margin: 70px 5px 0 5px;
  }
}
@media (max-width: 655px) {
  .main__titel {
    font-size: 35px;
  }

  .main__boxes > div {
    width: 100%;
  }

  .main__boxes_title, .main__boxes_title_black-color {
    font-size: 25px;
  }

  .news__container__date {
    margin-right: 30px;
  }

  .slider {
    display: none;
  }

  .quality__flex-container > div {
    width: 100%;
  }

  .quality__description {
    padding: 0 10px;
  }

  .prices-flex-container__price-name > div:not(.prices-flex-container__price-name__head) {
    height: 200px;
  }

  .call-form__section-1_title {
    font-size: 25px;
    text-align: center;
  }

  .call-form__section-1_description {
    font-size: 14px;
    text-align: center;
  }

  footer {
    flex-direction: column;
  }

  .footer__size {
    margin-top: 25px;
    width: 65%;
  }

  .equipment__block-1_flex-container_video {
    display: none;
  }

  .equiment-border {
    margin: 0 5px 0 5px;
  }

  .equipment__block-2_flex-container > div > img {
    width: 100%;
    margin-top: 20px;
  }

  .equipment__block-2_flex-container_img > img {
    width: 370px;
  }

  .equipment__block-2_flex-container_implantation > div > img {
    width: 370px;
  }
}
@media (max-width: 500px) {
  .patients__section-1 > img {
    width: 100%;
  }

  .quality {
    display: none;
  }

  .quality_icons-flex-container {
    display: none;
  }

  .prices-flex-container__price-name > div:not(.prices-flex-container__price-name__head) {
    height: 280px;
  }

  .equiment-border {
    margin: 90px 5px 0 5px;
  }

  .request {
    width: 300px;
  }

  .footer__size {
    width: 85%;
  }
}

/*# sourceMappingURL=output.css.map */
