.about {
  height: 600px;
  width: 100%;
}

.about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 45px 0px;
}

.about-text {
  width: 45%;
  padding: 0px 20px;
  margin: auto;
}

.about-text__title {
  font-size: 54px;
  line-height: 66px;
}

.about-text__subtitle {
  margin: 4% 0px;
}

.about-pictr {
  width: 55%;
  position: relative;
}

.main-btn {
  color: #fff;
  padding: 15px 20px;
  border: 2px solid #ff0000;
  background: #ff0000;
  margin: 4% 0px;
  -webkit-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
  transition-duration: 0.2s;
  font-weight: 700;
  -webkit-box-shadow: 0px 0px 15px #ff0000;
  box-shadow: 0px 0px 15px #ff0000;
  border-radius: 10px;
}

.main-btn:hover {
  color: #ff0000;
  background: #f5f5f5;
  -webkit-box-shadow: 0px 0px 30px #ff0000;
  box-shadow: 0px 0px 30px #ff0000;
}

.about-pictr__img {
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.avout-pict__img._active {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.about-img-1 {
  position: absolute;
  top: 100px;
  left: 10%;
  z-index: 10;
  height: 240px;
  width: 370px;
  opacity: 0;
}

.about-img-1._active {
  top: 0px;
  opacity: 1;
}

.about-img-2 {
  position: absolute;
  top: 15%;
  right: 0%;
  z-index: 11;
  height: 260px;
  width: 350px;
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about-img-2._active {
  right: 5%;
  opacity: 1;
}

.about-img-3 {
  position: absolute;
  bottom: -10%;
  left: 5%;
  z-index: 10;
  height: 235px;
  width: 320px;
  opacity: 0;
  margin-top: 100px;
  -webkit-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

.about-img-3._active {
  opacity: 1;
  bottom: 0;
}

.about-img-4 {
  position: absolute;
  top: 30%;
  right: 5%;
  z-index: 10;
  height: 250px;
  width: 327px;
  opacity: 0;
}

.about-img-4._active {
  top: 0;
  opacity: 1;
}

.about-img-5 {
  height: 350px;
  width: 370px;
  position: absolute;
  bottom: 2%;
  left: -10%;
  z-index: 11;
  opacity: 0;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about-img-5._active {
  left: 0;
  opacity: 1;
}

.about-img-6 {
  height: 220px;
  width: 245px;
  position: absolute;
  opacity: 0;
  bottom: 15%;
  right: 14%;
  -webkit-transition-delay: 0.4s;
  -o-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

.about-img-6._active {
  opacity: 1;
  bottom: 3%;
}

/*
.about-img-1 {
	height: 240px;
	width: 370px;
}
.about-img-2 {
	height: 260px;
	width: 350px;
}
.about-img-3 {
	height: 235px;
	width: 320px;
}
.about-img-4 {
	height: 250px;
	width: 340px;
}
.about-img-5 {
	height: 350px;
	width: 370px;
}
.about-img-6 {
	height: 220px;
	width: 245px;
}

*/

.adv {
  min-height: 600px;
  width: 100%;
  background: rgba(255, 0, 0, 0.1);
}

.adv__body {
  padding: 40px 0px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.adv__body-title {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
  text-align: center;
  font-weight: 700;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.adv__body-title._active {
  opacity: 1;
}

.adv__row {
  width: calc(100% /3 - 100px);
  height: 230px;
  background: #ff0000;
  margin: 10px 30px;
  text-align: center;
  padding: 30px 15px 0px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 2px #ff0000;
  box-shadow: 0px 0px 2px #ff0000;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  transition-duration: 0.4s;
  font-size: 16px;
}

.adv__row:hover {
  -webkit-box-shadow: 0px 0px 25px #ff0000;
  box-shadow: 0px 0px 25px #ff0000;
}

.adv__row-icon {
  height: 0px;
  width: 0px;
  margin-bottom: 20px;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.adv__row-icon._active {
  height: 70px;
  width: 75px;
}

.adv__row-title {
  opacity: 0;
  top: 20%;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

.adv__row-title._active {
  opacity: 1;
  top: 0;
}

.health {
  min-height: 700px;
  width: 100%;
}

.health__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0px;
  min-height: 600px;
  width: 100%;
}

.health__text {
  width: 45%;
  margin: auto;
}

.health__text-descr {
  margin: 25px 0px;
}

.health__items {
  width: 55%;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.health__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  height: 237px;
}

.health__item-img {
  height: 230px;
  width: 0px;
  margin-bottom: 20px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 20px #000;
  box-shadow: 0px 0px 20px #000;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.health__item-img._active {
  height: 230px;
  width: 274px;
}

.health__item-title {
  width: 274px;
  font-weight: 500;
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.health__item-title._active {
  opacity: 1;
}

/* === Blog === */
.blog {
  min-height: 540px;
  padding: 40px 0px;
  position: relative;
  overflow-x: hidden;
  background: rgba(255, 0, 0, 0.1);
  text-align: center;
}

.blog__title {
  margin-bottom: 16px;
}

.blog__subtitle {
  text-align: left;
  margin-bottom: 24px;
}

.blog__descr {
  font-size: 18px;
  text-align: left;
  margin-bottom: 8px;
}


.blog-slider {
  height: 100%;
}




/* === End of Blog === */

/* === Achiev === */
.achiev {
  padding: 40px 0px;
  position: relative;
  overflow-x: hidden;

  height: 553px;
}

.achiev__title {
  text-align: center;
}

.image-slider {
  height: 100%;
}

.achivements-slider {
  padding: 30px 0px 70px 0px;
}

.swiper-slide {
  opacity: 0;
  -webkit-transition-duration: 1s;
  -o-transition-duration: 1s;
  transition-duration: 1s;
}

.swiper-slide-visible {
  opacity: 1 !important;
}

.image-slider__image {
  text-align: center;
}

.image-slider__image img {
  height: 321px;
  width: 407px;
}

.image-slider__image picture {
  height: 321px;
  width: 407px;
}

.image-slider__image source {
  height: 321px;
  width: 407px;
}

.image-slider .swiper-button-next::after,
.image-slider .swiper-button-prev::after {
  color: #000;
  font-size: 40px;
}

.image-slider .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  line-height: 20px;
  font-size: 14px;
  background-color: transparent;
  border: 2px solid #000;
  opacity: 0.7;
}

.image-slider .swiper-pagination-bullet-active {
  background-color: #000;
  opacity: 1;
}

/* === End of Achiev === */

/* === Branches === */
.branches {
  min-height: 400px;
  padding: 40px 0px;
}

.branches__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.branches__title {
  text-align: center;
  width: 100%;
}

.branches__subtitle {
  width: 100%;
  margin: 30px 15px;
  text-align: center;
}

.branches__row {
  margin: 15px 0px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.branches__row-icon {
  height: 53px;
  width: 53px;
}

.branches__row-descr {
  line-height: 20px;
}

.branches__row {
  align-items: center;
}

.branches__link {
  margin-right: 8px;
}


.branches__row-call {
  color: #000;
  font-weight: 700;
}

.branches__row-call:hover {
  color: #000;
  text-decoration: underline;
}

.branches {
  padding: 40px 0 20px;
}

/* === End of Branches === */

.contacts {
  padding-bottom: 40px;
}

.contacts__link {
  color: #000;
  transition-duration: 0.3s;
  height: 100%;
  display: flex;
  align-items: center;
  word-break: break-all;
}

.contacts__link:hover {
  font-size: 18px;
  color: #000;
}

.contacts__link:hover .contacts__icon {
  height: 54px;
  width: 54px;
}

.contacts__subtitle {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}

.contacts__body {
  display: flex;
  flex-wrap: wrap;
}

.contacts__row {
  width: 50%;
  margin: 15px 0;
}

.contacts__icon {
  margin-right: 8px;
  height: 48px;
  width: 48px;
  transition-duration: 0.3s;
}

.footer {
  height: 90px;
  width: 100%;
  background: #000;
}

.footer-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  height: 100%;
  width: 100%;
}

.footer-text {
  font-size: 14px;
}



@media (max-width: 1350px) {
  .about-text__btn {
    margin-top: 7%;
  }

  .health {
    min-height: 600px;
  }

  .health__item-img._active {
    height: 185px;
    width: 229px;
  }

  .health__item-title {
    width: 229px;
  }
}

@media (max-width: 1250px) {
  .achiev {
    height: 503px;
  }

  .image-slider__image img {
    height: 281px;
    width: 367px;
  }

  .image-slider__image picture {
    height: 281px;
    width: 367px;
  }

  .image-slider__image source {
    height: 281px;
    width: 367px;
  }
}

@media (max-width: 1230px) {
  .about {
    height: 480px;
  }

  .about-text__btn-1 {
    display: none;
  }

  .about-img-1 {
    height: 180px;
    width: 310px;
  }

  .about-img-1._active {
    top: 5%;
  }

  .about-img-2 {
    height: 200px;
    width: 290px;
  }

  .about-img-3 {
    height: 185px;
    width: 270px;
    left: 12%;
  }

  .about-img-3._active {
    bottom: -2%;
  }

  .about-img-4 {
    height: 210px;
    width: 280px;
  }

  .about-img-4._active {
    top: -7%;
  }

  .about-img-5 {
    height: 290px;
    width: 310px;
  }

  .about-img-5._active {
    left: 7%;
  }

  .about-img-6,
  .about-img-6._active {
    height: 180px;
    width: 205px;
    right: 17%;
  }
}

@media (max-width: 1170px) {
  .adv__row {
    height: 260px;
  }
}

@media (max-width: 1160px) {
  .about-img-2._active {
    right: 0;
  }

  .about-img-6,
  .about-img-6._active {
    right: 10%;
  }
}

@media (max-width: 1110px) {
  .achiev {
    height: 463px;
  }

  .image-slider__image img {
    height: 241px;
    width: 327px;
  }

  .image-slider__image picture {
    height: 241px;
    width: 327px;
  }

  .image-slider__image source {
    height: 241px;
    width: 327px;
  }
}

@media (max-width: 1070px) {
  .adv__row {
    width: calc(100% /3 - 70px);
    height: 280px;
  }
}

@media (max-width: 1050px) {
  .health {
    min-height: 600px;
  }

  .health__item-img._active {
    height: 165px;
    width: 209px;
  }

  .health__item-title {
    width: 209px;
  }
}

@media (max-width: 1023px) {
  .about__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-img-1 {
    height: 200px;
    width: 330px;
  }

  .about-img-2 {
    height: 220px;
    width: 310px;
    top: 50%;
    opacity: 0;
  }

  .about-img-2._active {
    top: 45%;
    opacity: 1;
  }

  .about-img-3 {
    display: none;
  }

  .about-img-4 {
    height: 230px;
    width: 290px;
  }

  .about-img-4._active {
    top: -13%;
  }

  .about-img-5 {
    height: 255px;
    width: 275px;
  }

  .about-img-6 {
    display: none;
  }
}

@media (max-width: 980px) {
  .achiev {
    height: 413px;
  }

  .image-slider__image img {
    height: 201px;
    width: 287px;
  }

  .image-slider__image picture {
    height: 201px;
    width: 287px;
  }

  .image-slider__image source {
    height: 201px;
    width: 287px;
  }
}

@media (max-width: 950px) {
  .adv__row {
    width: calc(100% /2 - 60px);
    height: 230px;
  }

  .health__body {
    padding: 40px 0px;
  }

  .health__item-img._active {
    height: 145px;
    width: 189px;
  }

  .health__item-title {
    width: 189px;
  }
}

@media (max-width: 875px) {
  .achiev {
    height: 383px;
  }

  .image-slider__image img {
    height: 181px;
    width: 267px;
  }

  .image-slider__image picture {
    height: 181px;
    width: 267px;
  }

  .image-slider__image source {
    height: 181px;
    width: 267px;
  }
}

@media (max-width: 800px) {
  .about {
    height: 550px;
  }

  .about-img-5._active {
    bottom: 10%;
  }

  .adv__row {
    width: calc(100% /2 - 60px);
    height: 260px;
  }

  .health__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .health__text {
    width: 80%;
    margin: 50px auto;
  }

  .health__text-btn {
    display: none;
  }

  .health__items {
    width: 100%;
  }

  .health__item {
    margin-bottom: 30px;
  }

  .health__item-img._active {
    height: 230px;
    width: 274px;
    margin-bottom: 10px;
  }

  .health__item-title {
    width: 274px;
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
  }
}

@media (max-width: 799px) {
  .achiev {
    height: 423px;
  }

  .image-slider__image img {
    height: 221px;
    width: 307px;
  }

  .image-slider__image picture {
    height: 221px;
    width: 307px;
  }

  .image-slider__image source {
    height: 221px;
    width: 307px;
  }

  .image-slider {
    /*		margin: 0px auto;
		max-height: 394px;
		max-width: 542px;*/
  }

  .image-slider .swiper-button-next::after,
  .image-slider .swiper-button-prev::after {
    display: none;
  }
}

@media (max-width: 700px) {
  .about {
    height: 700px;
  }

  .about-text {
    width: 70%;
    height: 45%;
    padding: 0px;
    margin: 0px;
  }

  .about-pictr {
    width: 100%;
    height: 50%;
  }

  .about__body-1 {
    padding-bottom: 0px;
  }

  .about__body-2 {
    padding-top: 0px;
  }

  .about-pictr-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .about-text-2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 52%;
  }

  .about-img-1 {
    left: 5%;
  }

  .about-img-1._active {
    top: 0;
  }

  .about-img-2 {
    height: 220px;
    width: 310px;
    top: 50%;
    opacity: 0;
  }

  .about-img-2._active {
    top: 30%;
    opacity: 1;
  }

  .about-img-3 {
    display: none;
  }

  .about-img-4 {
    height: 230px;
    width: 290px;
  }

  .about-img-4._active {
    top: 0%;
  }

  .about-img-5 {
    height: 255px;
    width: 275px;
  }

  .about-img-5._active {
    bottom: 0;
  }

  .about-img-6 {
    display: none;
  }
}

@media (max-width: 670px) {
  .adv__row {
    width: 70%;
    height: 230px;
  }

  /*	.health{
		display: none;
	}*/

  .health__text {
    width: 100%;
  }

  .health__item {
    width: 100%;
    height: 280px;
  }

  .branches__subtitle {
    font-size: 25px;
    margin: 20px 0px;
  }

  .branches__row {
    width: 100%;
  }

  .branches__row-icon {
    height: 45px;
    width: 45px;
  }

  .contacts__row {
    width: 100%;
  }

  .contacts__icon {
    height: 38px;
    width: 38px;
    margin-right: 12px;
  }

  .contacts__link:hover .contacts__icon {
    height: 44px;
    width: 44px;
  }
}

@media (max-width: 600px) {
  .about {
    min-height: 600px;
  }

  .about__body {
    padding: 0px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .about-text {
    height: 50%;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .about-text__title {
    margin-top: 30px;
  }

  .about-text__btn-2 {
    display: block;
    width: 60%;
    margin: 30px auto 0px;
  }

  .about-pictr {
    height: 50%;
  }

  .about-img-1 {
    -o-object-fit: cover;
    object-fit: cover;
    width: 330px;
    height: 265px;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .about-img-1._active {
    top: 50%;
    left: 50%;
  }

  .about-img-2 {
    display: none;
  }

  .about-img-4 {
    width: 330px;
    height: 265px;
    top: 70%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .about-img-4._active {
    top: 50%;
    left: 50%;
  }

  .about-img-5 {
    display: none;
  }
}

@media (max-width: 481px) {
  .about {
    min-height: 800px;
  }

  .about-text__btn-2 {
    width: 80%;
  }

  .about-pictr__img {
    width: 300px;
    height: 235px;
  }

  .adv__row {
    width: 85%;
    height: 260px;
  }
}

@media (max-width: 420px) {
  .about {
    min-height: 900px;
  }
}

@media (max-width: 401px) {
  .adv__row {
    width: 95%;
  }
}

@media (max-width: 360px) {
  .about {
    min-height: 1000px;
  }

  .about-pictr__img {
    width: 270px;
    height: 205px;
  }

  .achiev {
    min-height: 423px;
  }

  .image-slider__image img {
    max-width: 100%;
  }

  .image-slider__image picture {
    max-width: 100%;
  }

  .image-slider__image source {
    max-width: 100%;
  }
}

@media (max-width: 332px) {
  .adv__row {
    height: 280px;
  }

  .health__item-img._active {
    height: 200px;
    width: 244px;
  }
}

@media (max-width: 290px) {
  .about {
    min-height: 400px;
  }

  .about-text {
    height: 100%;
  }

  .about-pictr {
    display: none;
  }

  .about-pictr__img {
    display: none;
  }

  .adv__row {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
  }
}

@media (max-width: 286px) {
  .health__item {
    height: 230px;
  }

  .health__item-img._active {
    height: 170px;
    width: 214px;
  }
}