
@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.png) no-repeat;
    width: 100%;
    background-size: 100% 100%;
}

.wrapper-header{
    max-width:1140px;
    width:100%;
    margin:0 auto;
    height:75px;
}

.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.5);
}

.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;
}

.viber_tel::before{
    content:"";
    position:absolute;
    background:url(/media/telviber.png) no-repeat;
    background-size: cover;
    width: 40px;
    height: 20px;
    margin-left: -42px;
}

.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;
}

.med-address{
    margin-bottom:8px;
}

.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(assets/img/header/icon-facebook.png) no-repeat;
}

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

.youtube-header__icon{
    background: url(assets/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 language */
.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 language */

.wrapper-header nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 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(/media/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 #f3bc7e;
    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;
    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;
}

/* header off */

/* 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: 60px;
}

.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;

}

#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;
}

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

/* BURGER OFF */

/* Green NAV */

.list-services{
    min-height:400px;
    width:100%;
}

.list-services ul{
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}

.list-services ul li{
    background-color: #19987b;
    width: 20%;
    height: 180px;
    background-size: 100% 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-services ul li:hover{
    background-color: rgb(200, 180, 141);
    transition:0.3s;
}


.list-services ul li:hover a{
    text-shadow:1px 1px 1px rgb(0, 0, 0);
}

.list-services ul li > a{
    color: #eaeaea;
    font-size: 22px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

/* .list-services ul li{
  background: url(assets/img/green-nav/green-v.png) no-repeat;
} */

.vertebrology-green{
    background: url(assets/img/green-nav/green-v.png) no-repeat;
}

.gynecology-green{
    background: url(assets/img/green-nav/green-g.png) no-repeat;
}

.otolaryngology-green{
    background: url(assets/img/green-nav/green-o.png) no-repeat;
}

.pediatrics-green{
    background: url(assets/img/green-nav/green-p.png) no-repeat;
}

.uzd-green{
    background: url(assets/img/green-nav/green-u.png) no-repeat;
}

.mrt-green{
    background: url(assets/img/green-nav/green-m.png) no-repeat;
}

.traumatology-green{
    background: url(assets/img/green-nav/green-t.png) no-repeat;
}

.dermatology-gren{
    background: url(assets/img/green-nav/green-d.png) no-repeat;
}

.neurology-green{
    background: url(assets/img/green-nav/green-n.png) no-repeat;
}

.ophthalmology-green{
    background: url(assets/img/green-nav/green-of.png) no-repeat;
}

.labs-green{
    background: url(assets/img/green-nav/green-l.png) no-repeat;
}

.fucn-diagnostics{
    background: url(assets/img/green-nav/green-s.png) no-repeat;
}

#diagnostics{
    background-color: #19987b;
}

#diagnostics:hover > #func-title{
    display: none;
}

#diagnostics:hover > .sub-diagnostic{
    display: flex;
}

.sub-diagnostic{
    width:85%;
    height:85%;
    background-color: rgba(255, 255, 255, 0.7);
    display:flex;
    justify-content:center;
    flex-direction:column;
    padding-left:20px;
    box-sizing:border-box;
    display:none;
}

.sub-diagnostic a{
    text-decoration: none;
    color: #6a6767;
    font-size: 19px;
    margin-top: 10px;
}

.sub-diagnostic a:hover{
    color: #ffa132;
}

/* NAV off */

/* Slider */
.slider{
    position: relative;
    height: 610px;
    overflow: hidden;
}

.slides{
    height: 100%;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -moz-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -ms-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    -o-transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
    transition: all 500ms cubic-bezier(0.165, 0.84, 0.44, 1);
}

.slide{
    height: 100%;
    float: left;
    clear: none;
}

.slide figure{
    position: relative;
    margin: 0;
    z-index: -1;
    display: flex;
    align-items: center;
}

.slide figure figcaption{
    position:absolute;
    width:700px;
    height:300px;
    z-index:100;
    left:22%;
    top: 15%;
}

.slider-name{
    margin: 0;
    color: #ffffff;
    font-size: 60px;
    font-weight: 700;
    margin-bottom: 35px;
    position: relative;
}

.slider-description{
    margin: 0;
    color: #ffffff;
    font-family: "Open Sans";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: left;
}

.slide figure img{
    max-height: 100%;
    width: 100%;
}

.slider-arrow{
    position: absolute;
    display: block;
    margin-bottom:-20px;
    padding: 20px;
    font-family:"Alegreya Sans", "Trebuchet MS", sans-serif;
    text-decoration: none;
    font-weight: 900;
    font-size: 3em;
    color: #fff;
    border-radius: 8px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.slider-arrow--right{
    bottom: 50%;
    right: 30px;
}
.slider-arrow--left{
    bottom: 50%;
    left: 30px;
}

.slider-nav{
    position: absolute;
    bottom: 30px;
}

.slider-nav__item{
    width: 12px;
    height: 12px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
    -webkit-border-radius:7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}

.slider-nav__item:hover{
    background: #bababa;
}

.slider-nav__item--current,
.slider-nav__item--current:hover{
    background: #999;
}

/* Slider OFF */

/* CHOOSE */
.choose-service{
    width: 100%;
    min-height: 400px;
    background-size: 100%;
}

.choose-service ul{
    padding: 0;
    margin: 0;
    display: flex;
    list-style: none;
    flex-wrap: wrap;
}
.choose-service ul li{
    width: 315px;
    height: 200px;
    border: 1px solid darkslategrey;
}

/* chose OFF */
/* recording reception */
.recording-reception{
    width: 100%;
    min-height: 720px;
    background: url(/media/bg-reception.png) no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrapper-recording{
    max-width: 1140px;
    width: 100%;
    min-height: 532px;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.formRecording{
    width:100%;
    display:flex;
    flex-direction:column;
    align-items:center;
    justify-content:center;
}

.wrapper-recording .formRecording input{
    box-sizing: border-box;
}

.castom-select {
    font-weight: 400;
    font-size: 14px;
    color: #a8a7a7;
    box-sizing: border-box;
    padding-left: 7px;
}
/* recording reception  OFF*/

/* Our advantages */
.our-advantages{
    width: 100%;
    /* min-height: 950px; */
    background: url(/media/bg-advantages.png) no-repeat;
    background-size: cover;
    padding-bottom: 50px;
}

.out-advantages h1{
    padding:10px 0;
}

.our-advantages ul{
    padding: 0;
    list-style: none;
    max-width: 1140px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.our-advantages ul li{
    list-style: none;
    max-width: 360px;
    width: 100%;
    min-height: 300px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    margin-top: 30px;
    padding-bottom: 20px
}

.description-advantages{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.headline{
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-align: center;
    padding-top: 28px;
    position: relative;
    display: flex;
    justify-content: center;
}

.headline::after{
    position: absolute;
    content: " ";
    width: 60px;
    height: 1px;
    background-color: #ffa132;
    bottom: -42px;
}

.description-advantages p:last-child{
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #a8a7a7;
    max-width: 315px;
    width: 100%;
    text-align: center;
}

h1, h4, h3,
.headline-news__a{
    margin: 0 auto;
    text-align: center;
    font-size: 42px;
    font-weight: 700;
    line-height: 21px;
    text-transform: uppercase;
    padding:60px 0 50px;
    z-index:1;
    width: 100%;
}

.headline-news__a{
    display: block;
    font-size: 50px;
    text-decoration: none;
    color: black;
}

.news .headline-news__a::before{
    right: 76px;

}

/* advantages OFF */

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

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

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

.gMaps-and-form iframe{
    width: 100%;
    min-height: 600px;
    border: none;
    margin: 0;
    padding: 0;
}

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

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

.custom_forms .bottom-select{
    padding: 15px;
    max-width: 552px;
}
f
.gm-inset-hover-enabled{
    display: none !important;
}

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

/* gMAPS OFF */

/* VIDEO REVIEW */

.video-review{
    width: 100%;
    min-height: 465px;
    /* background-color: #f7f7f7; */
    background: url(/media/bg-news.png) no-repeat;
}

.video-review h4{
    padding: 50px 0 50px 0;
    font-size: 50px;
}

.wrapper-youtube{
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap:wrap;
}

.wrapper-youtube iframe{
    margin-top: 30px;
    height: 200px;
    width: 356px;
}

.wrapper-youtube div{
    max-width: 360px;
    width: 20%;
    height: 200px;
    margin-top: 30px;
}

.youtube{
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    overflow: hidden;
    transition: all 200ms ease-out;
    cursor: pointer;
}

.youtube .play{
    background: url("assets/img/youtube-play-btn.png") no-repeat; /*ВАЖНО: здесь укажите адрес до изображения*/
    background-position: 0 -50px;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
    position: absolute;
    height: 50px;
    width: 69px;
    transition: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.youtube:hover .play{
    background-position: 0 0;
}

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

.wrapper_btn-news{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.btn_news{
    display: flex;
    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;
}

.btn_news:hover{
    background-color: #ffa132;
    color: white;
}

.news-item{
    max-width: 350px;
    width: 100%;
    padding-bottom:30px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.12);
    margin:0 auto 30px;
}

.news-img{
    background-repeat:no-repeat;
    background-size: 100% 100%;
    min-height: 200px;
}

.news-img-2{
    background: url(assets/img/news/news-img-2.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 200px;
}

.news-img-3{
    background: url(assets/img/news/news-img-3.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 200px;
}

.news-img-4{
    background: url(assets/img/news/news-img-4.jpg) no-repeat;
    background-size: 100% 100%;
    min-height: 200px;
}

.headline-p{
    font-size: 16px;
    font-weight: 700;
    color: #303030;
    text-align: center;
    box-sizing: border-box;
    padding: 0 10px;
}

.text-news{
    min-height: 145px;
}

.short-news-p{
    font-size: 14px;
    color: #a8a7a7;
    line-height: 30px;
    margin: 0;
    position: relative;
    padding: 0 15px;
}

.short-news-p::after{
    content: "";
    position: absolute;
    width: 100%;
    border: 1px solid #ebebeb;
    bottom: -8px;
    left: 0;
}

.short-news-p a{
    color: #ffa132;
    text-decoration: none;
}

#date-pub,
#view-pub,
#comments-pub{
    margin: 0;
    font-style: italic;
    font-size: 14px;
    color: #a8a7a7;
    position: relative;
}

#view-pub::before{
    position: absolute;
    content:" ";
    background: url(assets/img/i-see-you.png) no-repeat;
    width: 19px;
    height: 12px;
    right: 30px;
    top: 5px;
}

#comments-pub::before{
    position: absolute;
    content: " ";
    background: url(assets/img/message.png) no-repeat;
    width: 19px;
    height: 20px;
    right: 25px;
    top: 5px;
}

.pub-information{
    display: flex;
    justify-content: space-around;
    margin: 5px 0 20px 0;
}

.list-news{
    display:flex;
    justify-content:space-around;
    flex-wrap:wrap;
    max-width:1600px;
    margin: 0 auto;
}

/* VIDEO REVIEW OFF */
/* footer */
footer {
    width: 100%;
    min-height: 480px;
    background: url(assets/img/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(assets/img/facebook-icon.png) no-repeat;
    width: 40px;
    height: 40px;
    display: block;
}

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

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

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

.social-icon-wrapper a + a{
    margin-left: 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 */
/* about us block */
.about-us{
    width: 100%;
    min-height: 820px;
    background: url(assets/img/news/bg-news.png) no-repeat;
}

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

.wrapper-photo{
    width: 100%;
    height: 300px;
    position: relative;
}

.about-center{
    display: flex;
    justify-content: space-between;
    margin-top: 60px;
}

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

.description--center{
    width: 620px;
}

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

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

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

h2{
    margin:0;
    font-size:50px;
    font-weight:700;
    text-transform: uppercase;
    text-align: center;
    padding: 100px 0 90px 0;
}

.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;
}

.providers li img{
    margin: 40px 0 30px 0;
}

.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;
}

.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(assets/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;
}

.documents ul li p {
    color: #a8a7a7;
    font-size: 14px;
    margin: 10px 0 0 28px;
}

/* BG ABOUT US */

.bg-about-us {
    width: 100%;
    min-height: 670px;
    background: url(assets/img/about-us/hospital-bg.png) no-repeat;
    background-size: cover;
    margin-top: -153px;
}

/* КАСТОМ ФОРМА ПОДВАЛ */

.custom_forms {
    max-width:550px;
    display: flex;
    flex-direction: column;
    padding: 0 40px 0 40px;
}

.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(assets/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:20px;
}

.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: 110%;
    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;
    width:100%;
}

.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:30px;
    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: 280px;
    width: 100%;
    align-self: center;
    margin: 28px 0 15px;
}

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

/* castom placeholder */
::-webkit-input-placeholder {
    font-weight: 100;
    font-size: 14px;
    color: #a8a7a7;
    /* padding-left: 11px; */
}
::-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;
}

/* КАСТОМ ФОРМА OFF */
.contact-map{
    border: none;
    width: 100%;
    min-height:600px;
    display: flex;
}

/* senk-you */
.senk-you{
    height: 100vh;
    width: 100;
    background-color: #eaeaea;
    display: flex;
    justify-content: center;
    align-items: center;
}

.senk-you h1{
    font-size: 30px;
    color: #19987b;
    line-height: 35px;
}