@import url('href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700&display=swap" rel="stylesheet"');

body{
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
}

/* header */
header{
  background: url(/media/bg-header.jpg) no-repeat;
  width: 100%;
  background-size: 100% 100%;
}

.wrapper-header{
    height: 68px;
    display: flex;
    justify-content: center;
}

.logo-menu, .logo-menu-ru{
  text-decoration: none;
  background: url(/media/header-logo.png) no-repeat;
  width: 180px;
  height: 44px;
  background-size: 100% 100%;
}


.wrapper-header .logo-menu-ru,
#mobile-menu .logo-menu-ru{
  background: url(/media/header-logo.png) no-repeat;
}


.contact-nav{
  display: flex;
  height: 70px;
  border-bottom: 2px solid #ebebeb;
  background-color: rgba(235, 235, 235, 0.65);
}

.wrapper-contact {
  max-width: 1140px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}

.contact-part-1 {
  max-width: 285px;
  min-height: 50px;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-direction: column;
  position: relative;
}

.contact-part-1::before{
  content: "";
  position: absolute;
  width: 2px;
  background-color: #ebebeb;
  height: 71px;
  right: 0;
}

.wrapper-number > p{
  font-size: 15px;
}

.contact-part-1 a,
.contact-part-1 p{
  margin: 0;
  padding-top: 2px;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  color: #333333;
  align-self: flex-start;
  cursor: pointer;
  display: flex;
  align-items: center;
  padding-left: 30px;
}

.adress-header{
  position: relative;
}

.email-header{
  position: relative;
}

.adress-header::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/media/icon_marker.png) no-repeat;
  left: 10px;
  background-size: 100%;
}

.email-header::before{
  content: " ";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(/media/icon_mail.png) no-repeat;
  left: 10px;
  background-size: 100%;
}

.contact-part-2{
  max-width: 500px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.kyiv_logo::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/media/kyivstar_logo.png) no-repeat;
  margin-left: -19px;
}

.lifecell_logo::before{
  content: "";
  position: absolute;
  width: 28px;
  height: 15px;
  background: url(/media/lifecell_logo.png) no-repeat;
  margin-left: -33px;
}

.vodafone_logo::before{
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  background: url(/media/vodafon_logo.png) no-repeat;
  margin-left: -19px;
}

.local_logo::before{
  content: "";
  position: absolute;
  width: 17px;
  height: 14px;
  background: url(/media/local_numb.png) no-repeat;
  margin-left: -21px;
}

.wrapper-number div a{
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  color: black;
}

.wrapper-number div a:first-child{
  margin-bottom:5px;
}

.wrapper-social__icon {
  display: flex;
  max-width: 80px;
  width: 100%;
  justify-content: space-around;
}

.facebook-header__icon,
.instagram-header__icon,
.youtube-header__icon {
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.facebook-header__icon{
  background: url(../img/header/icon-facebook.png) no-repeat;
}

.instagram-header__icon{
  background: url(../img/header/icon-insta.png) no-repeat;
}

.youtube-header__icon{
  background: url(../img/header/icon-play.png) no-repeat;
}

.wrapper-number{
  display: flex;
  max-width: 300px;
  width: 100%;
  justify-content: space-between;
}

.contact-part-2 a{
  margin: 0;
  position: relative;
  cursor: pointer;
}

/* Change lang */
.change-lang{
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.ua-lang, .ru-lang{
  display: flex;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  width: 50px;
  height: 20px;
  background-color: #b7b4b4;
  border-radius: 28px;
  color: white;
  font-size: 13px;
}

.curent-lang{
  background-color: #ffa132;
}

.none-lang:hover{
  transition: .8s;
  background-color: #19987b;
}

.mobile-change__lang{
  margin-right: 30px;
}

/* Change lang */

.wrapper-header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    max-width: 1140px;
    width: 100%;
}

.wrapper-header nav > ul{
  list-style: none;
  padding: 0;
  max-width: 850px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin: 0;
  align-items: center;
}

#submenu::before {
  content: " ";
  position: absolute;
  height: 18px;
  width: 18px;
  background: url(../img/orange.png) no-repeat;
  transform: rotate(45deg);
  left: 37px;
  margin-top: -9px;
}

.hide{
  display: none;
}

#submenu{
  width: 315px;
  height: 305px;
  background-color: white;
  opacity: 0.9;
  position: absolute;
  margin-top: 25px;
  margin-left: -20px;
  justify-content: space-around;
  z-index: 99;
}

.slider-nav .slider-nav__item {
  background: #a6a6a6;
}

.slider .slider-nav__item--current {
  background: white;
}

.wrapper-submenu{
  min-height: 100px;
  box-sizing: border-box;
  padding-top: 40px;
}

.wrapper-submenu:hover > #submenu {
  display: flex;
  position: absolute;
}

.wrapper-header nav ul li a {
  text-decoration: none;
  color: #333333;
  display: block;
}

.wrapper-header nav ul li a:hover {
  color: #77c9b3;
  position: relative;
}

.wrapper-header nav ul li a:hover::before {
  content: " ";
  position: absolute;
  height: 2px;
  width: 100%;
  background-color: #77c9b3;
  bottom: -26px;
}

.wrapper-submenu a:hover::before,
#btnRecord a:hover::before {
  display: none;
}

#btnRecord {
  width: 220px;
  height: 40px;
  border-radius: 28px;
  border: 2px solid #ffa132;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  transition: 0.5s;
  color: #ffa132;
  font-weight: bold;
  text-decoration: none;
}

#btnRecord:hover{
  background-color: #ffa132;
  color: white;
}

#submenu ul{
  width: 125px;
  height: 240px;
  list-style: none;
  padding: 0;
  z-index: 999;
  font-size: 14px;
}

#submenu ul li a {
  text-transform: uppercase;
  color: black;
}

#submenu ul li a:hover{
  color: #ffa132;
}

#submenu ul li{
  margin-top: 22px;
}

/* BURGER MENU */

#mobile-menu{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

#mobile-menu img{
  margin: 0 auto;
}

.burger{
  width: 35px;
  height: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 30px;
  position: relative;
}

.burger-line{
  width: 100%;
  height: 4px;
  background-color: #d6d6d6;
}

.burger-menu{
  list-style: none;
  padding: 0;
  width: 65%;
  min-height: 330px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background-color: white;
  box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 54px;
  display: none;
  z-index: 999;
}

.burger-menu li a{
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  color: #303030;
  margin-right: auto;
  margin-left: 55px;
}



.burger-menu li a:hover{
  color: #ffa132;
}

.burger-menu li{
  cursor: pointer;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

header{
  position: relative;
}

#check-menu{
  display: none;
}

#check-menu:checked ~ .burger-menu{
  display: flex;
  z-index: 999;
}


#check-menu:checked ~ .burger{
  margin-top: 20px;
}

#check-menu:checked ~ .burger .first{
  transform: rotate(45deg);
  position: absolute;
}

#check-menu:checked ~ .burger .second{
  display: none;
}

#check-menu:checked ~ .burger .third{
  transform: rotate(-45deg);
  position: absolute;
}

.custom_forms .bottom-input.error {
  border: 1px solid #ec893d;
}

.burger-menu li:not(:last-child)::after{
  content: "";
  position: absolute;
  border: 1px solid #e1e1e1;
  width: 80%;
  bottom: -6px;
  align-self: center;
}

/* BG ABOUT US */
.bg-about-us{
  width: 100%;
  min-height: 670px;
  background: url(../img/about-us/hospital-bg.png) no-repeat;
  background-size: cover;
}

/* about us block */
.about-us {
  width: 100%;
  min-height: 620px;
  background: url(/media/bg-news.png) no-repeat;
}

.wrapper-about--us{
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.wrapper-photo{
  width: 460px;
  height: 250px;
  margin: 0 10px 10px 0;
  border: 8px solid #77c9b3;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dis_item.mil::after {border-right: 27px solid #6F754D;}
.dis_item.mil {background: #6F754D;}
.dis_item {
  background: #f38356;
  padding: 10px;
  margin: 15px 0;
  position: relative;
  color: #fff;
  font-weight: 800;
  border-radius: 6px;
}
/*.dis_item::after {*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: -46px;*/
/*  top: 0;*/
/*  border: 19px solid transparent;*/
/*  border-right: 27px solid #f38356;*/
/*}*/

.about-center .plusses {
  display: grid;
  /*grid-template-columns: 1fr 1fr 1fr;*/
}
.about-center .plusses p {
  display: inline-block;
  padding: 10px;
}
.about-center .plusses p:nth-child(odd){
  background: #f5f5f5;
}

.wrapper-photo::after{
  content: "";
  position: absolute;
  width: 400px;
  height: 300px;
}

.vertebrology_photo::after{
  background: url(../img/categories/vertebrology/information_about_department.png) no-repeat;
}

.uzd_photo::after{
  background: url(../img/categories/uzd/uzd_inform.jpg) no-repeat;
}

.traumatology_photo::after{
  background: url(../img/categories/traumatology/traumatology_inform.jpg) no-repeat;
}

.pediatrics_photo::after{
  background: url(/media/mrt_infrom_t.jpg) no-repeat;
}

.mrt_photo::after{
  background: url(/media/mrt_infrom_t.jpg) no-repeat;
}

.lor_photo::after{
  background: url(../img/categories/lor/lor_inform.jpg.jpg) no-repeat;
}

.ld_photo::after{
  background: url(../img/categories/ld/ld_inform.jpg.jpg) no-repeat;
}

.gynecology_photo::after{
  background: url(../img/categories/gynecology/gynecology_inform.jpg.jpg) no-repeat;
}

.ecg_photo::after{
  background: url(../img/categories/ecg/ecg_inform.jpg.jpg) no-repeat;
}

.densitometry_photo::after{
  background: url(../img/categories/densitometry/dentisty_inform.jpg.jpg) no-repeat;
}

.audiometry_photo::after{
  background: url(../img/categories/audiometry/audiomety_inform.jpg) no-repeat;
}

.about-center{
    display: flex;
    margin-top: 60px;
    flex-direction: column;
}

.wrapper-about__block{
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.about-text{
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px 0 20px;
  margin: 30px 0 30px 0;
}

.about-text p{
  margin: 0;
}

.description--center p, .about-center p,  .advanteges li,
.description-category__center p{
  color: #a8a7a7;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  margin: 0;
}

h6{
    font-size: 28px;
    margin-top: 30px;
    text-align: center;
    font-weight: 400;
    color: #77c9b3;
    margin: 0;
    padding: 10px;
}

.advanteges li{
  list-style: square;
}

.description--center{
  max-width: 620px;
  width: 100%
}

.description--center p:first-child{
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.description--center p:last-child{
  margin-top: 20px;
}

/* About us off */
/* PROVIDERS */
.our-providers{
  width: 100%;
  min-height: 500px;
  background: url(../img/advantages/bg-advantages.png) no-repeat;
  background-size: cover;
  position: relative;
}

.our-providers .one-item__provider{
  justify-content: center;
}

.item-provider__img{
  width: 120px;
  height: 120px;
}

.our-providers .two_specialista__in-page{
  justify-content: space-around;
}

h2{
    max-width: 440px;
    margin: 0 auto;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    padding: 100px 0 90px 0;
    position: relative;
    z-index: 1;
}

.providers{
  padding: 0;
  list-style: none;
  display: flex;
  max-width: 1170px;
  width: 100%;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}

.providers li{
  max-width: 360px;
  width: 100%;
  min-height: 455px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin-bottom: 30px;
}

.providers li p{
  margin: 0;
}


.description {
  max-width: 290px;
  width: 100%;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  color: #b3b3b3;
}

.name{
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

.profession{
  color: #b3b3b3;
  font-size: 15px;
  text-align: center;
  padding: 5px 0 5px 0;
}

.providers li img{
  margin: 40px 0 30px 0;
  border-radius: 50%;
}

.providers li .description{
  margin-top: 40px;
  margin-bottom: 25px;
}

.providers li a {
  color: #ffa132;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  padding-bottom: 35px;
}

.experience{
  width: 100%;
  display: flex;
  justify-content: space-around;
  text-align: center;
  position: relative;
  margin-top: 20px;
  line-height: 20px;
}

.experience::after{
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #e1e1e1;
  bottom: -15px;
}

.experience::before{

  content: " ";

  position: absolute;

  width: 100%;

  height: 1px;

  background-color: #e1e1e1;

  top: -15px;

}



.experience p {

  width: 70px;

  color: #a8a7a7;

  font-size: 14px;

  font-weight: 400;

  text-transform: uppercase;

}



.experience p span {

  font-size: 14px;

  color: #333333;

  font-weight: 600;

}



/* documents */



.documents {

  width: 100%;

  min-height: 780px;

  background: url(../img/news/bg-news.png) no-repeat;

  background-size: cover;

  position: relative;

}



.documents ul {

  max-width: 1140px;

  width: 100%;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

  list-style: none;

  padding: 0;

  flex-wrap: wrap;

}

/* Zoom in popup */

.documents ul li img{

  cursor:zoom-in;

}



.popup {

	position: absolute;

	height:100%;

	width:100%;

	top:0;

	left:0;

	display:none;

	text-align:center;

}



.popup_bg {

	background:rgba(0,0,0,0.3);

	position:fixed;

	z-index:1;

	top: 0;

	left: 0;

	bottom: 0;

	right: 0;

	width: auto;

  height: auto;

}



.popup_img {

	position: fixed;

	z-index:2;

	left: 50%;

	top: 50%;

	transform: translate(-50%,-50%);

	max-height: 90%;

}



.popup_img {

  pointer-events: none;

}



/* Zoom in OFFFFFFFFFF */



.documents ul li p {

  color: #a8a7a7;

  font-size: 14px;

  margin: 10px 0 0 28px;

}

/* footer */

footer {

  width: 100%;

  min-height: 280px;

  background: url(/media/footer-bg.jpg) no-repeat;

  background-size: cover;

}



footer nav {

  max-width: 1170px;

  width: 100%;

  margin: 0 auto;

  display: flex;

  padding-top: 100px;

  box-sizing: border-box;

}



.wrapper-nav {

  max-width: 700px;

  width: 100%;

  min-height: 225px;

  display: flex;

  justify-content: space-around;

}



footer nav ul{
  margin: 0;
  padding: 0;
  color: white;
  list-style: none;
}

footer nav ul li:first-child{
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 23px;
}

footer nav ul li a {
  text-decoration: none;
  color: white;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.facebook-link {
  background: url(../img/facebook-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}

.social-link {
  background: url(../img/social-icon.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}



.instagram-link{
  background: url(../img/instagram_icon_contact.png) no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}



.social-icon-wrapper {
  display: flex;
  margin-top: 20px;
}

footer nav ul li img {
  margin-right: 10px;
}


.company{
  margin-top: 35px;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.company p:first-child {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: white;
  text-align: center;
  margin-bottom: 17px;
}



.company p:last-child{
  margin: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: white;
  max-width: 586px;
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}



/* footer off */

h1, h4, h3{
  margin: 0 auto;
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  color: #fbaf55;
  line-height: 21px;
  text-transform: uppercase;
  padding: 100px 0 20px 0;
  position: relative;
  z-index: 1;
  width: 100%;
}

/* CATEGORY IMG */

.category_img{
    min-height: 460px;
    width: 100%;
    background-size: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
}


.pediatrics-img{
    background: url(../img/categories/pediatrics/header-img.png) no-repeat;
}

.lb-img{
    background: url(../img/categories/ld/laboratory-title.jpg) no-repeat;
}
.uzd-img{
    background: url(../img/categories/uzd/uzd.png) no-repeat;
}

.traumatology-img{
    background: url(../img/categories/traumatology/traumatology.png) no-repeat;
}

.prof-img{
    background: url(../img/categories/prof-specialists/dentistry.png) no-repeat;
}

.mrt-img{
    background: url(../img/categories/mrt/mrt.png) no-repeat;
}

.lor-img{
    background: url(../img/categories/lor/ophthalmology.png) no-repeat;
}



.gynecology-img{
    background: url(../img/categories/gynecology/gynecology.png) no-repeat;
}

.ecg-img{
    background: url(../img/categories/ecg/ecg_title.jpg) no-repeat;
}

.densitometry-img{
    background: url(../img/categories/densitometry/dentistry.png) no-repeat;
}

.audiometry-img{
    background: url(../img/categories/audiometry/audiometry_title.jpg) no-repeat;
}

.vertebrology-img{
    background: url(../img/categories/vertebrology/vertebrology.png) no-repeat;
}

.description-category__center{
  max-width: 620px;
  width: 100%
}

.description-category__center p:first-child {
  color: #333333;
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
}

.description-category__center p:last-child {
  margin-top: 20px;
}


.wrapper_category_img{
    max-width: 1140px;
    width: 100%;
    min-height: 180px;
}

.wrapper_category_img p{
   margin: 0;
}

.wrapper_category_img p:first-child{
  color: #fefefe;
  font-size: 60px;
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.wrapper_category_img p:last-child{
    max-width: 689px;
    width: 100%;
    color: #fefefe;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
}


/* gMAPS */
.gMaps-and-form {
  display: flex;
  justify-content: space-between;
  min-height: 600px;
  border: 3px solid #ffba43;
}

.mobile-maps{
  display: none;
  background: url(../img/mobile-maps.jpg) no-repeat;
  width: 100%;
  min-height: 450px;
  background-size: cover;
  background-position: center;
  order: 2;
}


#map{
  width: 100%;
  height: 500px;
}

.description-category__bottom {
  width: 100%;
  min-height: 600px;
  border: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  padding: 100px 40px 0 0;
}


.traumatology-bg__bottom{
  background: url(../img/categories/traumatology/green-bg__travmat.jpg) no-repeat;
  background-size: 100% 100%;
}

.prof-bg__bottom{
  background: url(../img/categories/prof-specialists/green-bg__prof.jpg) no-repeat;
  background-size: 100% 100%;
}

.lab-bg__bottom{
  background: url(../img/categories/ld/green-bg__laboratory.jpg) no-repeat;
  background-size: 100% 100%;
}

.ecg-bg__bottom{
    background: url(../img/categories/ecg/green-bg__ecg.jpg) no-repeat;
    background-size: 100% 100%;
}

.densitometry-bg__bottom{
  background: url(../img/categories/densitometry/green-bg__densit.jpg) no-repeat;
  background-size: 100% 100%;
}

.audiometry-bg__bottom{
  background: url(../img/categories/audiometry/green-bg__audiometry.jpg) no-repeat;
  background-size: 100% 100%;
}

.vertebrology-bg__bottom{
  background: url(../img/categories/vertebrology/green-bg__vertebrology.jpg) no-repeat;
  background-size: 100% 100%;
}


.uzd-bg__bottom{
  background: url(/media/green-bg__mrt.jpg) no-repeat;
  background-size: 100% 100%;
}

.pediatrics-bg__bottom {
  background: url(/media/bg_active.JPG) no-repeat;
  background-size: cover;
  background-position: center;
}

.mrt-bg__bottom{
  background: url(/media/green-bg__mrt.jpg) no-repeat;
  background-size: 100% 100%;
}

.lor-bg__bottom{
  background: url(/media/green-bg__mrt.jpg) no-repeat;
  background-size: 100% 100%;
}


.gynecology-bg__bottom{
  background: url(/media/green-bg__mrt.jpg) no-repeat;
  background-size: 100% 100%;
}

.custom_forms #bootom-legend {
  font-size: 45px;
  max-width: 390px;
}

.custom_forms .bottom-input {
  padding: 15px;
  max-width: 520px;
  width: 90%;
}

.custom_forms .bottom-select {
  padding: 15px;
  max-width: 552px;
}

.gm-inset-hover-enabled {
  display: none !important;
}

.bootom-form .formRecording {
  background: url(../img/news/bg-news.png) no-repeat;
}

.headline-category__bottom{
  max-width: 465px;
  width: 100%;
  min-height: 310px;
}


#category__p{
  color: #ffffff;
  font-size: 50px;
  font-weight: 700;
  font-family: "Open Sans";
  margin-bottom: 50px;
  position: relative;
  display: flex;
}

#category__p::after{
  content: " ";
  position: absolute;
  width: 200px;
  height: 2px;
  background-color: #ffffff;
  bottom: -18px;
}

.headline-category__bottom p{
  margin: 0;
  font-size: 18px;
  color: #ffffff;
  font-weight: 400;
  font-family: "Open Sans - Semi Bold";
  line-height: 24px;
  margin-bottom: 15px;
}

/* gMAPS OFF */

/* КАСТОМ ФОРМА ПОДВАЛ*/
.custom_forms {
  max-width: 550px;
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 0 20px 0 20px;
}

.wrapper-form {
  max-width: 500px;
  width: 100%;
  min-height: 450px;
  background-color: white;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
}

.wrapper-bottom-form {
  width: 100%;
  height: 100%;
  background: url(../img/news/bg-news.png) no-repeat;
  display: flex;
  justify-content: center;
}

.custom_forms input {
  max-width: 400px;
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f7f7f7;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 30px;
}


.custom_forms input:focus,
.custom_forms select:focus {
  box-shadow: 1px 1px 3px 0 #77c9b3;
}

input, select{
  outline: none;
}

.custom_forms > select{
  max-width: 420px;
  width: 100%;
  background: #f7f7f7;
  padding: 10px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  font-weight: 100;
  font-size: 14px;
  color: #a8a7a7;
}

#datetime{
  font-weight: 100;
  font-size: 14px;
  color: #a8a7a7;
  max-width: 215px;
}

.custom_forms button{
  width: 240px;
  height: 45px;
  border-radius: 28px;
  border: none;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  font-size: 15px;
  cursor: pointer;
  transition: 0.5s;
  background: #ffa132;
  margin-top: 40px;
  align-self: center;
}


.custom_forms button:hover {
  border: 2px solid #ffa132;
  color: black;
  background-color: white;
  transition: 0.5s;
  color: #ffa132;
  font-weight: bolder;
}


.custom_forms legend {
  font-size: 30px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  text-align: center;
  max-width: 270px;
  width: 100%;
  align-self: center;
  margin: 28px 0 15px 0;
}

#top-btn{
  margin-top: 35px;
  align-self: center;
}

/* castom placeholder */
::-webkit-input-placeholder {
  font-weight: 100;
  font-size: 14px;
  color: #a8a7a7;
}

::-moz-placeholder{
  font-weight: 100;
  font-size: 14px;
  color: #a8a7a7;

} /* Firefox 19+ */

:-moz-placeholder {
  font-weight: 100;
  font-size: 14px;
  color: #a8a7a7;

} /* Firefox 18- */

:-ms-input-placeholder{
  font-weight: 100;
  font-size: 14px;
  color: #a8a7a7;
}

/* department-services */

.department-services{
  min-height: 765px;
  width: 100%;
  background: url(/media/bg-news.png) no-repeat;
}

.wrapper-list__service.hidden {
  height: 460px;
  overflow: hidden;
  position: relative;
}
.wrapper-list__service.hidden::after {
  position: absolute;
  width: 100%;
  bottom: 0px;
  text-align: center;
  font-size: 20px;
  content: "Показати більше \25bc";
  background-image: -webkit-linear-gradient(-90deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
  background-image: linear-gradient(180deg, rgba(255,255,255,0) 0, rgba(255,255,255,1) 100%);
  background-position: 50% 50%;
  -webkit-background-origin: padding-box;
  background-origin: padding-box;
  -webkit-background-clip: border-box;
  background-clip: border-box;
  -webkit-background-size: auto auto;
  background-size: auto auto;
  color: gray;
  cursor: pointer;
  /*animation: move 0.5s infinite linear;*/
}

@keyframes move {
  0% {
    padding-bottom: 5px;
    font-size: 50px;
  }
  50% {
    padding-bottom: 0px;
    font-size: 45px;
  }
  100% {
    padding-bottom: 5px;
    font-size: 50px;
  }
}

.wrapper-list__service{
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
    /*display: flex;*/
    justify-content: space-between;
}


.wrapper-list__service ul{
  padding: 0;
  margin: 0;
  list-style: none;
  /*width: 45%;*/
}

.wrapper-list__service ul li{
  min-height: 70px;
  /*min-width:560px;*/
  width: 100%;
}

.wrapper-list__service ul li:last-child{
  margin-bottom: 50px;
}

.choice-service{
  min-height: 70px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}


.choice-service::before{
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #77c9b3;
  position: absolute;
  bottom: 0;
}

.choice-service p{
  color: #303030;
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: 400;
  margin-left: 20px;
  /*width: 70%;*/
}


.hide-description__service{
  display: none;
  min-height: 100px;
}

.hide-description__service>p{
  color: #a8a7a7;
  font-family: "Open Sans";
  font-size: 17px;
  font-weight: 400;
  margin: 0;
  padding: 15px 20px 0 20px;
}

.price-of_service{
  display: flex;
  align-items: center;
}

.price-of_service div{
  width: 10px;
  height: 19px;
  background: url(../img/categories/vertebrology/arrow.png) no-repeat;
  background-size: 100% 100%;
  margin-left: 20px;
}

/* PRICE */

.prices{
  width: 100%;
  min-height: 600px;
  display: flex;
  justify-content: center;
  background: url(../img/reception/bg-reception.png) no-repeat;
  background-size: cover;
}

.wrapper_prices{
  max-width: 1140px;
  width: 100%;
}

.wrapper-category__prices{
  list-style: none;
    padding: 0;
}

.wrapper-category__prices li{
   margin: 10px 15px 10px 15px;
}

 .wrapper-category__prices li .item-category{
  height: 120px;
  background-color: #19987b;
  background-size: 100% 100%;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.wrapper-category__prices>li:first-child{
  margin-top: 50px;
}

.wrapper-category__prices>li:last-child{
  margin-bottom: 50px;
}

.wrapper-category__prices li .item-category:hover{
  background-color: orange;
  transition: 0.3s;
}

.item-category span{
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
}

#castom-price__h1{
    max-width: 420px;
}

/* .description-item_uzd,

.description-item_gynecolog,

.description-item_mrt,

.description-item_lab,

.description-item_vertebrology,

.description-item_lor,

.description-item_pediarty */
.description-item{
  width: 100%;
  min-height: 400px;
  flex-direction: column;
  display: none;
  animation: showCategory .5s 
}

@keyframes showCategory{
   from {
     opacity: 0;
   }
   to{
     opacity: 1;
   }
}

.search-fild{
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

table{
  max-width: 100%;
  margin-bottom: 50px;
}

table:last-child{
    margin-bottom:20px;
}

table thead tr, table tbody tr{
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: auto;
  min-height: 85px;
}

thead{
  width: 100%;
  height: 70px;
  border: 2px solid #ebebeb;
  display: flex;
}

tbody tr{
  width: 100%;
  height: 70px;
  border-left: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  border-bottom: 2px solid #ebebeb;
  display: flex;
}

table thead tr td{
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #77c9b3;
}


table tbody tr td {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a8a7a7;
}

.td-cod{
  max-width: 95px;
  width: 100%;
  border-right: 2px solid #ebebeb;
  min-height: 100%;
}

.td-services{
  max-width: 895px;
  width: 100%;
}

.td-day{
    max-width: 155px;
    width: 100%;
    border-left: 2px solid #ebebeb;
}

.td-prices{
  max-width: 155px;
  width: 100%;
  border-left: 2px solid #ebebeb;
}

.large-tr{
   height: 140px;
}

.castom-tbody td:nth-child(1){
    max-width: 95px;
    width: 100%;
    border-right: 2px solid #ebebeb;
    min-height: 100%;
}

.castom-tbody tr td:nth-child(2){
  display: flex;
  justify-content: flex-start;
  padding-left: 30px;
  max-width: 740px;
  width: 100%;
  text-align: start;
}

.castom-tbody tr td:nth-child(3){
    max-width: 157px;
    width: 100%;
    border-left: 2px solid #ebebeb;
    padding: 0;
    display: flex;
    justify-content: center;
}

.castom-tbody tr td:nth-child(4){
  max-width: 155px;
  width: 100%;
  border-left: 2px solid #ebebeb;
}

tbody tr td:last-child{
    max-width: 155px;
    width: 100%;
    border-left: 2px solid #ebebeb;
}


tbody tr td:nth-last-child(2){
    display: flex;
    justify-content: flex-start;
    padding-left: 30px;
    max-width: 895px;
    width: 100%;
    text-align: start;
}

tbody tr td:first-child{
  max-width: 95px;
  width: 100%;
  border-right: 2px solid #ebebeb;
  min-height: 100%;
}

input[type="text"]{
  width: 407px;
  height: 40px;
  border-radius: 20px 0 0 20px;
  border: 1px solid #ebebeb;
  font-size: 14px;
  font-weight: 400;
  box-sizing: border-box;
  padding-left: 30px;  
}

.search-fild form button{
  width: 51px;
  height: 40px;
  border-radius: 0 20px 20px 0;
  background-color: #77c9b3;
  border: none;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor:pointer;
}

.search-fild form button::before{
  content:"";
  position: absolute;
  background-image: url(../img/prices/search.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}

.search-fild form{
      display: flex;
}

#hide-area{
  display: none;
}


.show{
  background-color:yellow;   
}

/* Vacancies */

.vacancies{
  width: 100%;
  height: 80vh;
  background: url(../img/news/bg-news.png) no-repeat;
  display: flex;
  justify-content: center;
  align-content: center;
}

.vacancies h5{
  text-transform: none;
  font-weight: 100;
  margin: 0;
  align-self: center;
  text-align: center;
  color: #fbaf55;
  font-size: 35px;
}

.our-providers .providers_two-item{
  justify-content: space-around;
}

.no-detail__information{
  height: 300px;
}

.no-detail__information-medium{
  height: 100%;
}





