/*!
Theme Name: WP Bootstrap 4
Theme URI: https://bootstrap-wp.com
Author: TwoPoints
Author URI:
Description: "WP Bootstrap 4" is a simple & easy to use WordPress theme. It is based on world's most popular framework for responsive websites, Twitter Bootstrap 4. "WP Bootstrap 4" is a perfect combination of Bootstrap 4 and WordPress. It is fast and light-weight with around 20 kb style.css. It is also search engine friendly. It has a built-in slider for featured posts on blog's home page. It supports all major & popular WordPress plugins like Jetpack, Contact Form 7, Elementor, Beaver Builder, SiteOrigin Page Builder etc. Check demo on https://bootstrap-wp.com
Version: 1.0.9
License: GNU General Public License v3 or later
License URI: https://www.gnu.org/licenses/gpl.html
Text Domain: wp-bootstrap-4
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, two-columns, left-sidebar, right-sidebar, custom-colors, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, blog

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

WP Bootstrap 4 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/
a:focus{ outline: none; }
a:hover{ text-decoration: none; }

.sub-menu{
  display: none;
  position: absolute;
  padding-left: 0 !important;
  list-style-type: none;
}

.travel iframe{
  width:100%;
  height:600px;
}
.maps iframe, .baner iframe{
  filter: grayscale(50%);
}
.sub-menu ul{
  display: none;
  position: absolute;
}
.sub-menu .menu-item{
  margin-left: 0;
}
.sub-menu .menu-item a{
  color: #b96ae1;
  font-size: 16px;
  font-weight: 700;
}
.container-form-mobile{
  display: none;
}
.container-mobile-links{
  display: none;
}
.contacts-left-in-contact-mobile{
  display: none;
}
#menu-main-menu > .menu-item-has-children:hover > .sub-menu {
  display: block;
  height: auto;
  box-shadow: 0 0 32px rgba(202, 198, 202, 0.28);
  border-radius: 15px;
  background-color: #ffffff;
  padding-left: 50px !important;
  padding: 50px;
  width: 100%;
  position: absolute;
  left: 20px;
  display: flex;
  flex-wrap: wrap;
  z-index: 100000000000000;
  /*top: 118px;*/
  top: 135px;
}
#menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item {
  width: 25%;
  margin-bottom: 15px;
}
#menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item > a {
  margin-bottom: 0;
}
.sub-menu .sub-menu{
  display: block;
  position: relative;
}
.sub-menu .sub-menu .menu-item a{
  color: #9ea6b9;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
}
#menu-main-menu > .menu-item-has-children:hover > .sub-menu > li > .sub-menu .menu-item a {
  color: #9ea6b9;
}

#menu-main-menu > .menu-item a{
  font-size: 14px;
  font-weight: 700;
  padding-bottom: 5px;
  display: inline-block;
  cursor: pointer;
}

#menu-main-menu > .current-menu-item a{
  color: #b96ae1;
}



*{
  color: #454f65;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
a:hover{
  color: #b96ae1!important;
}

html{
  -ms-overflow-x: hidden;
  overflow-x: hidden!important;
  margin: 0!important;
}

body{
  margin: 0;
  padding: 0;
  min-width: 320px;
  -ms-overflow-x: hidden;
  overflow-x: hidden!important;
}
.row{
  display: block!important;
}

header{
  margin-top: 20px;
  display: flex;
  margin-bottom: 30px;
  position: relative;
  z-index: 10;
}

#post-8738 header {
  z-index: 0;
}

.shadow_none.btn_violet{
  box-shadow: 0 0 0;

}
.menu-header_top-container .sub-menu{
  left: 35px!important;
  top: 20px!important;
}

.menu-header_top-container .sub-menu li{
  width: 100%!important;
}
.header_bottom{
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_bottom .btn_violet{
  margin: 0;
}
.flex .textwidget{
  display: flex;
}
header a{
  color: #454f66;
  font-weight: 500;
}
.custom-logo{
  height:100px!important;
}

.header_phone {
  padding-top: 10px;
}
.header_phone a{
  display: block;
}
.header_top{
  display: flex;
  padding-bottom: 10px;
  border-bottom: solid 1px #b96ae1;
}
.menu-item{
  margin-left: 25px;
}
.header_top_menu{
  padding: 0;
}
.menu-item a:hover{
  color: #b96ae1;
}
.baner{
  display: flex;
  position: relative;
  width: 100%;
  top: -200px;
  overflow: hidden;
  margin-bottom: -180px;
}

.baner__mobile {
  display: none;
}


.single-profile .flex{
  display: flex!important;
}
.single-profile span{
  color: #b96ae1;
}
.single-profile span strong{
  color: #b96ae1;
}
.bg_pagin{
  background: #b96ae1;
  width: 138px;
  display: flex;
  position: absolute;
  right: -35px;
  bottom: 0px;
  height: 144px;
  border-radius: 50%;
  z-index: -1;
}

.pagin{
  background: inherit;
  width: 138px;
  display: flex;
  position: absolute;
  right: -35px;
  bottom: 0px;
  height: 144px;
  border-radius: 50%;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.pagin .carousel-control-prev, .pagin .carousel-control-next{
  position: relative;
}
.baner_right{
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
}
.carousel-item_flex{
  display: flex;
  /*margin-bottom: 35px;*/
}
.carousel{
  width:100%;
}

.carousel-item_flex.container .baner_text{
  position: absolute;
  padding-right: 75px;
  height: 100%!important;
  top: 45%;
}

.carousel-item_flex .baner_text.bg_doc_baner{
  /*    top: 23%;
  padding-top: 22%;*/
  top: 210px;
  /*padding-top: 12.5%;*/
  padding-left: 6%;
}
.sr-only {
  position: relative;
  width: 20px;
  height: 20px;
  padding: 0;
  overflow: visible;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  color: #fff;
  font-size: 20px;
}
.baner .carousel-control-prev {
  left: -30px;
  top: 15px;
}
.baner .carousel-control-next {
  right: -5px;
  top: 15px;
}
.number_slide{
  position: absolute;
  top: 78px;
  left: 50px;
  color: #fff;
  font-size: 19px;
  font-family: 'Roboto', sans-serif;
}
.padding0 {
  padding: 0;
  padding-left: 90px;
}
.pagin .carousel-indicators{
  display: inline;
  width: 14px;
  height: 17px;
  margin: 0;
  position: absolute;
  top: 7px;
  left: -13px;
}
.pagin .carousel-indicators li{
  display: none;
  width: 10px;
  background-color: inherit;
  height: 18px;
  text-indent: 0;
  color:#fff;

}
.pagin .carousel-indicators li.active{
  display: block;
  position: absolute;
  top: -7px;
  font-size: 19px;

}

.baner .padding0{
  overflow: hidden;
  position: relative;
  height: 600px;
}
.radius_img img{
  width: auto!important;
  height: 655px;
}

.radius_img_wrap{
  background: #fff;
  transform: rotate(45deg);
  height: 715px;
  width: 640px;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -100px;
  right: -76px;
}


.radius_img{
  transform: rotate(-45deg);
  width: 120%;
  height: 100%;
  /*margin-top: 80px;*/
  margin-top: 50px;
  margin-left: 29px;
}

.baner .btn_violet, .popular_procedures_item .btn_violet{
  margin: 50px 0;
  padding: 12px 40px;
  text-align: center;
  height: auto;
}
.bg_doc_baner{
  background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/doc_bg.png);
  background-repeat: no-repeat;
  background-position: 100% top;
  /*padding-left: 70px;*/
}
.h1, h1 span{
  color: #454f66;
  font-size: 30px;
  font-weight: 700;
}
.h1 span{
  font-size: 30px;
  font-weight: 700;
}
.text-align{
  text-align: center;
}
.title{
  color: #454f66;
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
.tab_wrap.price_tab .title {
  text-align: left;
  margin-bottom: 40px;
}
/*030821*/

.our_wrap{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 30px 0;
}
.our_item{
  width: 33.3333%;
  text-align: center;
  margin: 10px 10px;
}
.our_text{
  font-size: 16px;
}
.our_item img{
  margin: 10px auto;
}
.gallary{
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
}
.consultation{
  background-color: #fcf7ff;
  padding:40px 0 60px;
  text-align: center;
  margin-bottom: 50px;
}
.consultation img{
  margin: 0 auto;
  display: block
}
.btn_violet, .btn_white{
  margin: 0 auto;
  display: flex;
  /*margin-bottom: 45px;*/
}
.consultation_text{
  margin-top: -15px;
  margin-bottom: 40px;
}
.btn_violet, .btn_white, .btn_white_{
  width: max-content;
  box-shadow: 0 0 43px rgba(185, 106, 225, 0.61);
  border-radius: 24px;
  padding: 14px 30px;
  font-size: 13px;
  text-align: center;
  cursor: pointer;
  font-weight: 500;
  height: 47px;
}
.btn_violet{
  background-color: #b96ae1!important;
  color: #fff;
}

.btn_violet:hover {
  color: #fff!important;
}

.btn_white{
  background-color: #faf1ff!important;
  margin-top: 45px;
}

.btn_white, .btn_white_{
  box-shadow: 0 0 43px rgba(185, 106, 225, 0);
  font-weight: 700;
  color: #b96ae1;
}
.btn_white_{
  background: #fff!important;
  opacity: 1;
}
.travel{
  margin-bottom: 50px;
}
.travel_map{
  display: flex;
  justify-content: center;
}
.doc_ua{
  height: 340px;
  background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/doc_bg.png);
  background-repeat: no-repeat;
  background-position: 94% 54%;

}
/*.doc_ua img{*/
/*margin:20px auto;*/
/*display: block;*/
/*}*/
.rating_wrap{
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
}
.rating_item{
  width: 33.33%;
}
.rating_title{
  text-align: center;
}
.rating_number{
  position: relative;
  font-size: 33px;
  text-align: center;
}
/*.rating_number img{*/
/*position: absolute;*/
/*top: -5px;*/
/*right: 135px;*/
/*}*/
.rating_item3{
  padding-right: 100px;
  width: 23%;
}
.blue{
  color: #00829b;
  font-weight: 700;
}
.clinic #myTab .nav-item{
  width: 33.333%;
  text-align: center
}
.clinic #myTab .nav-link{
  color: #454f65;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 25px;
  padding-top: 30px;
}

.tab_wrap.clinic{
  box-shadow: 0 0 32px rgba(202, 198, 202, 0.28);
  border-radius: 15px;
  background-color: #ffffff;
  opacity: 0.97;
  padding: 30px 76px;
  margin-bottom: 40px;
}
.clinic #myTabContent{
  padding: 20px 70px;
}

.clinic #myTab .nav-link.active{
  color: #b96ae1;
  border: none;
  border-bottom: solid 3px #b96ae1!important;
  padding-bottom: 25px;
}.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
   border: none;
 }
.clinic .tab_wrap{
  box-shadow: 0 0 32px rgba(202, 198, 202, 0.28);
  border-radius: 15px;
  margin-top: 70px;
  margin-bottom: 50px;
  padding: 0 100px 50px 100px;
}
.nav-tabs {
  border-bottom: none!important;
}
.clinic .tab_wrap .tab-content{
  padding: 15px 70px;
}
.review{
  margin: 10px 0;
}
.jcarusel_item{
  width: 270px;
  box-shadow: 0 0 32px rgba(185, 106, 225, 0.17);
  border-radius: 15px;
  cursor: pointer;
}
.jcarusel_item:hover {
  box-shadow: 0 0 32px rgba(185, 106, 225, 0.28);
}
.home .jcarusel_item img{
  width: 370px;
}
.jcarusel_item span{
  margin-bottom: 5px;
  padding: 10px 20px;
}

.jcarusel_item span.stock__h4 {
  padding: 0;
}

h4{
  color: #454f66;
  font-size: 18px;
  font-weight: 700;
  line-height: 14.67px;
}
.jcarusel_item_desc{
  font-size: 14px;
  padding: 20px;
}
.jcarusel_item_desc span {
  margin-top: 15px;
  display: inline-block;
}
.jcarusel_item_desc p {
  padding: 0 20px;
}
.jcarusel_item_desc span{
  color: #454f66;
  font-size: 18px;
  line-height: 20px;
}
.jcarusel_item_desc span a{
  color: #454f66;
  font-size: 18px;
  line-height: 20px;
}
.s_title_blog{
  margin-left: 10px;
  color: #b96ae1;
  font-size: 13px;
  font-weight: 700;
}
.entry-date {
  font-size: 13px;
}
.jcarusel{
  display: flex;
  justify-content: space-around;
  width: 100%;
  /*margin-bottom: 50px;*/
  flex-wrap: wrap;
}
.popular_procedures{
  margin-top: 40px;
}
.popular_procedures_item{
  display: flex;
  padding: 40px 90px;
  justify-content: space-around;
  align-items: center;
  margin: 0;
  /*margin: 60px 0;*/
  background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/servises_bg.png);
  background-position: center;
  background-repeat: no-repeat;
}
.procedures_item_desc{
  width: 50%;
  line-height: 30px;

}
.servises_wrap .procedures_item_desc{
  width: 47%;
  padding: 0 20px;
}
h3{
  font-weight: 700!important;
}
.procedures_item_desc h3 a{
  color: #454f66;
  margin-bottom: 20px;
  font-weight: 700!important;
  font-size: 1.75rem;
}

.popular_procedures_item img{
  width: 470px;
  object-fit: cover;
  height: 300px;
  border-radius: 20px;

}
.Read_more{
  color: #b96ae1;
  font-size: 14px;
  margin-top: 20px;
}
.row-reverse{
  flex-direction: row-reverse;
}
.price_tab .nav-item{
  width: 15.2%;
}
.price_tab .nav-link{
  font-size: 14px;
  color: #454f66;
  padding: 0;
}
.price_tab #myTab{
  flex-wrap: nowrap;
  justify-content: space-between;
  /*padding: 0 4px;*/
  padding: 0!important;
}
.price_tab .nav-link img{
  position: absolute;
  left:25px;
  top: 25px;
}
h1{
  color: #454f66;
  margin-bottom: 30px;
}
.sub_h1{
  max-width: 500px;
  margin-top: 20px;
}
span.price_name{
  text-align: center;
  color: #b96ae1;
  font-family: Roboto;
  font-size: 18px;
}
.price_tab .nav-link{
  /*padding-left: 20px;*/
  position: relative;
  padding: 37px 0 85px 55px;
  line-height: 1;
}
.price_tab .nav-link.active {
  color: #b96ae1;
  background-color: #fff;
  /*border-color:0;*/
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
  border-radius: 55px;
}
.price_tab span{
  color: #b96ae1;
  font-size: 18px;
  text-align: center;
}
.price_tab #myTabContent{
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
  border-radius: 15px;
  margin-top: -41px;
  position: relative;
  background: #fff;
  padding: 23px 0;
}
.price_services {
  border: 1px solid #b96ae1;
  border-radius: 22px;
  margin: 0 25px;
}

table{
  width: 776px;
  margin: 20px auto;
  border-collapse: collapse!important;
}
tr{
  display: flex;
  justify-content: space-around;

}
tr td{
  border: 1px solid #b96ae1;
  width: 70%;
  padding:20px;
}
tr .price_val{
  width: 30%;
  text-align: center;
  padding-left:20px 0;
}
table tr:first-child td:first-child{
  border-top-left-radius: 15px;
}
table tr:first-child td:last-child{
  border-top-right-radius: 15px;
}
table tr:last-child td:first-child{
  border-bottom-left-radius: 15px;
}
table tr:last-child td:last-child{
  border-bottom-right-radius: 15px;
}
table tr td:last-child {
  border-left: none;
}
table tr td {
  border-bottom: none;
}
table tr:last-child td {
  border-bottom: 1px solid #b96ae1;
}

.contacts_left{
  width: 374px;
  height: 440px;
  box-shadow: 0 4px 8px rgba(69, 79, 103, 0.33);
  border-radius: 15px;
  background-color: #ffffff;
}
.contacts_left_bottom, .contacts_left_top, .form{
  padding: 20px 40px;
}

.title_violet{
  color: #b96ae1;
  font-size: 18px;
  letter-spacing: -1px;
  font-weight: 700;
}
.contcts_left_text{
  font-size: 14px;
  margin: 20px 0;
  letter-spacing: -1px;
}
.contacts_left .btn_violet, .form .btn_violet{
  /*margin: 0;*/
  padding: 12px 20px;
}
.line_form{
  height: 1px;
  background-color: #a1a1a1;
}
.flex{
  display: flex;
}
.flex img{
  height: auto;
  margin-right: 15px;
}
.contacts_left .flex{
  margin: 5px 0;
}
.contacts_info, .contacts_info_{
  font-size: 14px;
  color: #454f66;

}

.contacts{
  display: flex;
  justify-content: space-between;
  margin-top: -135px;
}
.form{
  box-shadow: 0 4px 8px rgba(69, 79, 103, 0.33);
  border-radius: 15px;
  background-color: #ffffff;
  width: 747px;
  background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/doc_bg.png);
  background-repeat: no-repeat;
  background-position: bottom right;
  color: #000;
  height: 100%;
}
.name_email_wrap{
  margin: 40px 0 15px 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
input, textarea{
  border-radius: 15px;
  background-color: #fbfbfb;
  font-size: 12px;
  border: none;
  padding: 5px 10px;
  opacity: 0.8;
  outline: none;
  /*color: #B7BFCD;*/
  /*color: #5D687A;*/
  /*color: #efefef;*/
  color: #000;
}
.name_email_wrap input {
  width: 333px;
  height: 36px;
}
/*  .name_email_wrap input {
    width: 280px;
    height: 36px;
    margin-left: 5px;
  }*/
.thems_input{
  width: 100%;
  height: 36px;
}
textarea{
  margin-top: 15px;
  width: 100%;
  height: 85px;
  resize: none;
}
.blog{
  display: flex;
  justify-content: space-between;
}

.blog .title_violet , .doctor_wrap .title_violet{
  margin: 20px 0 15px 0;
}
.blog_content  h3, .blog_content  span, .blog_content  span{
  color: #b96ae1;
}
.doctor_content{
  margin-top: 50px;
  columns: 1;
  min-height: 250px;
}
.left_column{
  width: 400px;
  margin-left: 50px;
}
.left_column .img{
  margin-bottom: 140px;
}
ul{
  padding-left: 15px!important;
  /*list-style: none;*/
}
.doctor_wrap{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}
.doctor_left, .doctor_right{
  width: 48%;
}
.text_violet{
  color: #b96ae1!important;
}
.doctor_right{
  margin-top: -20px;
}
.home_tabs#myTabContent{
  border-radius: 64px;
  background-color: #b96ae1;
  height: 100%;
  margin-bottom: 100px;

}
.home_tabs .tab-pane.active{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tab_text{
  color: #fff;
  width: 703px;
  font-size: 14px;
  padding-left: 90px;
}
.home_tabs .tab-pane .btn_white_{
  margin-right: 100px;

}
.sub_tite{
  text-align: center;
  color: #454f65;
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  max-width: 585px;
  margin: 0 auto;
}
.articles-front-page {
  margin-bottom: 45px;
}
.articles-front-page .jcarusel_full_link_item_desc {
  display: block;
  padding: 0;
}
.articles-front-page .jcarusel_full_link_item_desc .post-description {
  padding-bottom: 20px;
}
.articles-front-page .jcarusel_full_link_item_desc .post-description .item_date {
  margin-left: 20px;
}
#page{
  width: 100%;
}
.popular_servises{
  display: flex;
  justify-content: space-between;
  margin: 50px 0;
}
.popular_servises_item{
  width: 270px;
  height: 270px;
  box-shadow: 0 0 10px rgba(185, 106, 225, 0.17);
  border-radius: 15px;
  background-color: #ffffff;
  padding: 50px 33px;
  text-align: center;
  letter-spacing: -1px;
  position: relative;
}
.popular_servises_img{
  width: 56px;
  margin: 0 auto 20px;
  height: 56px;
  margin: 0 auto 20px;
}
.none{
  display: none;
}

.popular_servises_item:hover {
  text-decoration: none;
}
.popular_servises_item:hover .block{
  display: none!important;

}
.popular_servises_item:hover .none{
  display: block;
}
/* .home .popular_servises_item:hover :after , .home_j .jcarusel_item:hover :after{
    content: "";
    background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/popular_after.png);
    position: absolute;
    bottom: -19px;
    left: 44%;
    width: 40px;
    height: 40px;
    display: none;Выключил, так как там должна быть ссылка. А в :after не вставить контент
    } */

/* Добавлен ещё один линк и стилизован, вместо :hover :after*/
.home .popular_servises_item .hidden_link, .jcarusel_item .hidden_link, .home_j .jcarusel_item .hidden_link {
  position: absolute;
  bottom: -19px;
  left: 44%;
  width: 40px;
  height: 40px;
  background: #b96ae1;
  line-height: 40px;
  border-radius: 100%;
  color: white;
  text-align: center;
  display: none;
}

.home .popular_servises_item:hover .hidden_link{
  display: block!important;
}

.jcarusel_item:hover .hidden_link {
  display: block!important;
}

.home_j .jcarusel_item:hover .hidden_link {
  display: block!important;
}

.home .popular_servises_item i, .jcarusel_item .hidden_link i {
  color: #fff;
  cursor: pointer;
}


.our_doctors{
  margin: 80px 0 0;
  padding: 60px 0;
  background-color: #fcf7ff;
  background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/doc_bg.png);
  background-repeat: no-repeat;
  background-position: 98% 90%;
}
.margin_top{
  margin-top: 60px;
}
.home_j .jcarusel_item{
  margin-top: 50px;
  width: 370px;
  position: relative;
}
.action{
  padding-bottom: 20px;
}


.action .jcarusel_item {
  max-width: 255px;
  box-shadow: 1px 0 4px rgba(185, 106, 225, 0.17);
  border-radius: 15px;
  height: 390px;
  margin: 13px;
}
.action .jcarusel_item img{
  width: 255px;
  height: 170px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  object-fit: cover;

}

.option{
  cursor: pointer;
}
.arhive .jcarusel_item:nth-child(1), .arhive .jcarusel_item:nth-child(2) {
  width: 49%;
}

.home_j .jcarusel_item img{
  width: 100%;
  height: 200px;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  object-fit: cover;
}
.doctor_name a{
  color: #b96ae1;
  font-size: 16px;
  font-weight: 700;
  margin: 15px 0 10px;
}
.doctor_desc span{
  color: #454f65;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}
.doctor_desc{
  margin-top: 10px;
  color: #454f65;
}
.doctor_item{
  width: 45%;
  margin: 20px;
}
.doctor_item img{
  width: 150px;
  border-radius: 50%;
  height: 150px;
}

.doctors{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form_subscription{
  width: 966px;
  height: 129px;
  border-radius: 64px;
  background-color: #b96ae1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 100px auto;
}
.form_subscription p{
  width: 68%;
  display: flex;
  justify-content: space-between;
}
.ajax-loader{
  display: none!important;
}
.email_subscription{
  background: inherit;
  border: 0;
  border-bottom: solid 1px #f8faff;
  opacity: 0.5;
  width: 255px;
  color: #fff;
  border-radius: 0;
}
.maps iframe{
  width: 100%;
  height: 500px;
}
.form .btn_violet{
  margin-top: 10px;
}
.maps{
  position: relative;
}
.maps .contacts_left{
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 1;
  margin: 20px auto;
}
.seo{
  width: 745px;
  margin: 50px auto;
}
.seo h1:first-child{
  margin-bottom: 0;
}
.seo .text-seo{
  margin-top: 50px;
}
footer{
  background-color: #faf1ff;
  padding: 30px 0;
  margin-top: 30px;

}
footer .container{
  display: flex;
  align-items: center;
}
.copy{
  color: #040404;
  font-size: 14px;
  font-weight: 700;
}
footer .icon{
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
}
footer .icon a{
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #7b558f;
  /*background: #b96ae1;*/
  margin-right: 25px;
}
.footer_logo{
  margin: auto;
}
footer .icon i{
  font-size: 20px;
  color: #fff;
  text-align: center;
  padding: 11px;
}
.servis{
  width: 800px;
  margin: 0 auto;
}
.servis .price_tab .nav-link.active {
  color: #b96ae1;
  background-color: #fff;
  /*border-color: 0;*/
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
  border-radius: 31px;
  font-weight: 700;
}
.servis .price_tab .nav-link {
  font-size: 16px;
}
.servis .price_tab .nav-link {
  padding: 15px 0;
  text-align: center;
}
.servis .price_tab #myTabContent {
  box-shadow: 0 0 0;
  border-radius: 0;
  margin-top: 90px;
  /*margin-top: 25px;*/
  padding-top: 0;
  margin-bottom: 10px;
}

.nav-tabs .nav-item {
  margin-bottom: -35px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: 0!important;
}

.servis .carousel-item.active{
  display: flex;
}
.servis .carousel-item img{
  width: 294px;
  height: 302px;
  border-radius: 15px;
}
.slider_desc{
  margin-left: 20px;
}
.slider_desc span{
  margin-top: -130px;
}
.slider_desc span a{
  color: #b96ae1;
}
.slide_company .carousel-control-prev {
  left: -150px;
}
.slide_company .carousel-control-next {
  right: -150px;
}
.servis .carousel-indicators {
  bottom: -60px;
  width: 100px;
  margin: 0 auto;
}
.servis .carousel-indicators .circule_slide{
  width: 6px;
  height: 6px;
  background-color: #454f65;
  border-radius:50%;
  margin: 0 4px;
}
.servis .carousel-indicators .circule_slide.active{
  box-shadow: 0 0 3px rgba(0, 0, 0, 1);
  background-color: #c27ce4;
}
.carousel-indicators .circule_slide {
  border-top: 0px solid transparent;
  border-bottom: 0px solid transparent;
}
.carousel-indicators{
  display: flex;
  align-items: center;
}
.servis .arrows{
  margin: 0 5px;
}
.form .btn_violet{
  margin-top: 15px;
  box-shadow: 0 0 0;
}
.servis .price_tab .nav-item {
  width: 25.2%;

}
.ansver_title{
  color: #454f66;
  font-size: 19px;
  font-weight: 500;
  margin: 25px 0;
}
.ansver_item{
  margin-top: 10px;
}
.ansver_item .ansver_item_text  {
  color:#bcc1cc;
}
.ansver_doctor{
  margin-bottom: 5px;
  font-weight: 500;
  color:#bcc1cc;
}
.ansver_item_wrap {
  margin-top: 45px;
}
.ansver_item_wrap .btn_white{
  margin: 10px 0;
}
.select_adress{
  width: 236px;
  border-radius: 15px;
  background-color: #fbfbfb;
  color: #b96ae1;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 700;
  height: 56px;
  border: 0;
  padding-left: 5px;
}
.select_adress .wrap{
  width: 236px;
}
.search_servise{
  width: 366px;


}
.select_doctors , .clear_filtre{
  width: 229px;
}
.inp{
  height: 49px;
  border-radius: 15px;
  background-color: #fbfbfb;
  padding-left: 20px;
  align-items: center;
  display: flex;
  cursor: pointer;
}
.option:hover{
  color: #b96ae1;
}
.inp.clics{
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.block_select{
  display: none;
}
.block_icons_wrap{
  margin-top: 20px;
  position: relative;
  display: inline-block;
}
.block_icons_wrap:hover .block_select{
  display: block;
}
.search_servise_icon{
  width: 40px;
  display: flex;
  justify-content: space-between;
  font-size: 35px;
  align-items: center;
}
.block_icons_item{
  position: absolute;
  top: 14px;
  right: 10px;

}
.search_servise_icon .fa-times{
  font-size: 18px;
}
.page_doctors .our_doctors{
  background-color: #fff;
  margin-top: 30px;
}

.block_select{
  padding-left: 10px;
  position: absolute;
  width: 100%;
  background-color: #fbfbfb;
  z-index: 10;
  padding-left: 20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

.block_select div{
  height: 30px;
}
.block{
  display: block!important;
}
.clear_filtre{
  justify-content: center;
  margin-left: 20px;
}
.pos_left{
  left: 35px;
  width: 20px;
}
.filtre_wrap{
  display: flex;
  align-items: start;
}
.doctors .btn_violet{
  margin: 50px auto;
}
.item_2 .jcarusel_item , .item_2 .jcarusel_item img{
  width: 560px;
}
.date_thems{
  margin: 10px 0;
}
.date_thems span{
  font-size: 19px;
  font-weight: 500;
}
.item_2 span{
  margin: 15px 0;
  font-size: 22px;
  line-height: 22px;
}
.jcarousel-wrapper{
  position: relative;
}
.jcarousel {
  position: relative;
  overflow: hidden;
}

.jcarousel ul {
  width: 10000em;
  position: relative;

  list-style: none;
  margin: 0;
  padding: 0;
}

.jcarousel li {
  float: left;

}
#partners .jcarousel li div{
  height: 114px;
  border-radius: 10px;
  background-color: #faf1ff;
  margin:15px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.jcarousel-pagination a {
  width: 6px;
  height: 6px;
  background-color: #454f65;
  border-radius:50%;
  margin: 0 4px;
  display: block;
}

.jcarousel-pagination a.active{
  box-shadow: 0 0 3px rgba(0, 0, 0, 1);
  background-color: #c27ce4;
}

.jcarousel-pagination{
  display: flex;
  justify-content: center;
}
.jcarousel-control-prev{
  position: absolute;
  top:41%;
  left: -15px;
}
.jcarousel-control-next{
  position: absolute;
  top:41%;
  right: -15px;
}

.sub_h1_corpor{
  color: #454f66;
  margin-bottom: 25px;
}
.sub_title{
  max-width: 880px;
  text-align: center;
  color: #454f65;
  margin: 0 auto;
}
.corpor_wrap{
  background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/doc_bg.png);
  background-repeat: no-repeat;
  background-position: 98% 90%;
  margin-top: 20px;
}
.corpor_wrap .container{
  display: flex;
  flex-wrap: wrap;
}
.corpor_wrap .container div{
  width: 50%;
  margin-top: 30px;
}
.corpor_wrap span{
  color: #b96ae1;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 16px;
  display: block;
}
.img_wrap img{
  max-height: 100%;
}
h2{
  color: #454f66;
  font-size: 30px;
  font-weight: 700!important;
  text-align: center;
  margin-bottom: 20px;
  margin: 0 auto;
}

.corpor_wrap .container .sub_title{
  width: 100%;
}
.blog_page{
  display: flex;
  margin-top: -150px;
}
.entry-content{
  padding: 30px;
}

.desc.float img{
  float: left;
  margin-right: 20px;
}
.hidden{
  display: none;
}
.modal-body .form_record div{
  width: 300px;
  margin: 10px auto;
}
.modal-body .form_record input{
  width: 100%;
}

.modal-body form .form_record input:placeholder{
  color: #b9bfce;
  /*color: #fff;*/
}

.modal-body form .form_record input[type=text], .modal-body form .form_record input[type=tel], .modal-body form .form_record input[type=email]{
  /*text-align: center!important;*/
  /*    padding-left: 28%;*/
  /*color: #838997;*/
  /*color: #afb6c7;*/
  /*color: #b9bfce;*/
  color: #454f66;
}

.modal-body form .form_record input[type=text]:placeholder, .modal-body form .form_record input[type=tel]:placeholder, .modal-body form .form_record input[type=email]:placeholder{
  /*text-align: center!important;*/
  /*    padding-left: 28%;*/
  /*color: #838997;*/
  /*color: #afb6c7;*/
  /*color: #b9bfce;*/
  /*color: #454f66;*/
  color: #efefef;
}


.modal-header .close{
  outline: none;
  /*text-decoration: none;*/
}

.review-item{
  margin: 15px 0;
}



.navbar-toggler-icon{
  background: #ccc;
  margin-bottom: 4px;
  width: 20px;
  height: 3px;
  display: block;
}
.navbar-toggler{
  display: none;
}
#primary-menu-wrap{
  display: block;
  max-width: 600px;
}

.header_top .nav .menu-item-has-children::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 7px solid #000;
  left: 81px;
  top: 15px;
  cursor: pointer;
}

#menu-main-menu > .menu-item-has-children:hover > .sub-menu {
  z-index: 100000000000;
  /*    columns: 4;*/
}

.header_top_menu .sub-menu{
  top: 30px!important;
  left: 42px!important;
  padding: 10px!important;
}
.header_top_menu #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item{
  width: 50px;
  height: 30px;
  margin-bottom: 0;
}

.popular_servises_text a{
  color: #454f65;
}

.doctor_baner .carousel-item{
  transform: scale(-1, 1);
}

.doctor_baner .carousel-item img {
  transform: scale(-1, 1);
}

.doctor_baner .carousel-item .blog_page {
  transform: scale(-1, 1);
}

.doctor_baner .baner_text{
  transform: scale(-1, 1);
}
.header_top_menu #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
  text-align: center;
  padding: 10px 0!important;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.modal-dialog {
  margin: 17% auto;
}

.modal-body .form_record input:focus::-webkit-input-placeholder {
  color: transparent;
}
.modal-body .form_record input:focus::-moz-input-placeholder {
  color: transparent;
}

.modal-body .form_record input:focus:-ms-input-placeholder {
  color: transparent;
}

.wpcf7-form-control.wpcf7-submit.btn_violet.shadow_none {
  opacity: 1;
  text-align: center;
  padding-left: 26%;
}

input.wpcf7-form-control.wpcf7-submit.btn_violet {
  opacity: 1;
  text-align: center;
  /*padding-left: 26%;*/
}

.wpcf7-form-control.wpcf7-submit.btn_violet.form__button {
  padding-left: 23px;
  margin-left: 0;
  padding: 0 35px;
}

.row__services-flex {
  display: flex!important;
}

.row__services-flex .field input {
  width: 100%;
  /*color: #9E9E9E;*/
  color: #454f65;
  /*opacity: 1;*/
  border-radius: 15px;
  /*border: 1px solid #CBCBCB;*/
  opacity: 0.8
  font-size: 16px;
  padding-left: 15px;
  padding-top: 5px;
  height: 40px;
  margin-bottom: 15px;
}

.row__services-flex .field input.wpcf7-form-control.wpcf7-submit.full {
  margin-bottom: 0;
  padding-bottom: 31px;
  padding-top: 13px;
  background: #b96ae1;
  /*background: #F3A63B;*/
  border: 1px solid #b96ae1;
  border-radius: 25px;
  /*border: 1px solid #F3A63B;*/
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  color: #efefef;
  opacity: 1;
}

.form__title-services {
  text-align: center;
  margin: 5px 0 25px;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  /*margin: 0;*/
  /*margin-bottom: -10px;*/
}

.form__title-services span {
  margin: 0 20px;
  font-size: 24px;
  color: #b96ae1;
  text-transform: uppercase;
  font-weight: 600;
}

.form__title-services:before, .form__title-services:after {
  content: '';
  height: 1.5px;
  width: 100%;
  position: relative;
  background-color: #000;
  display: inline-block;
}

.row__services-flex .wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required {
  width: 100%;
  color: #454f65;
  /*opacity: 1;*/
  border-radius: 15px;
  opacity: 0.8;
  /*border: 1px solid #CBCBCB;*/
  font-size: 12px;
  padding-left: 15px;
  padding-top: 15px;
  height: 213px;
  margin-top: 0px;
}

.row_doctor {
  display: flex!important;
}

.modal-open .modal {
  overflow: hidden;
}

/*Скрытое окно Спасибо за запись*/

.hidden__modal-wrapper, .hidden__modal-succses, .hidden__modal-wrapper__servis, .hidden__modal-succses__servis {
  display: none;
}

.hidden__modal-wrapper.active, .hidden__modal-wrapper__servis.active {
  position: fixed;
  background-color: rgba(185,106,225,.63);
  z-index: 50;
  right: 0;
  top: 0;
  z-index: 1000000;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.hidden__modal-succses.active, .hidden__modal-succses__servis {
  display: block;
  margin: 17% auto;
  border: 1px solid;
  width: 615px;
  height: 365px;
  background: white;
  border-radius: 25px;
  z-index: 1000000;
  text-align: center;
}

.hidden__modal-succses.active .hidden__modal-succses__logo, .hidden__modal-succses__servis .hidden__modal-succses__logo {
  padding-top: 20px;
}

.hidden__modal-succses.active .hidden__modal-succses__text, .hidden__modal-succses__servis .hidden__modal-succses__text {
  display: block;
  padding-top: 50px;
  font-size: 30px;
  color: #9aa3b7;
  background-clip: padding-box;
  border: none;
}

/*Скрытое окно с "Подписка на нашу рассылку"*/

.hidden__mailing {
  display: none;
}

.hidden__mailing.active {
  position: fixed;
  background-color: rgba(185,106,225,.63);
  z-index: 50;
  right: 0;
  top: 0;
  z-index: 1000000;
  display: block;
  height: 100%;
  width: 100%;
  -webkit-transition: opacity .5s ease;
  -moz-transition: opacity .5s ease;
  -ms-transition: opacity .5s ease;
  -o-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

.hidden__mailing-wrapper.active {
  display: block;
  margin: 17% auto;
  border: 1px solid;
  width: 615px;
  height: 450px;
  background: white;
  border-radius: 25px;
  z-index: 10;
  text-align: center;
  overflow: hidden;
}

.hidden__mailing .hidden__mailing-wrapper .hidden__mailing-title {
  font-size: 20px;
  font-weight: bold;
  padding-top: 25px;
  padding-bottom: 15px;
  line-height: 24px;
}

.hidden__mailing .hidden__mailing-wrapper .hidden__mailing-subtitle {
  display: block;
}

.hidden__mailing .hidden__mailing-wrapper .hidden__mailing-subtitle span {
  color: rgba(185,106,225,1);
  font-weight: 500;
  line-height: 20px;
}

.hidden__mailing .hidden__mailing-wrapper .hidden__mailing-promise {
  padding-bottom: 30px;
  display: block;
  padding-top: 20px;
}

.hidden__mailing.active .hidden__mailing-wrapper.active .hidden__mailing-wrapper__form {
  background-color: rgba(185,106,225,1);
  height: 100%;
  overflow: hidden;
  padding-top: 90px;
}

.hidden__mailing .hidden__mailing-wrapper .form-img {
  display: inline-block;
}

.hidden__mailing .hidden__mailing-wrapper  input[type="email"] {
  margin-left: 15px;
  background: rgba(185,106,225,1);
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 12px;
}

.hidden__mailing .hidden__mailing-wrapper  input[type="submit"] {
  display: block;
  margin: 0 auto;
  margin-top: 55px;
  padding: 10px 40px;
  font-size: 14px;
  line-height: 28px;
  border-radius: 30px;
  background: white;
  color: rgba(185,106,225,1);
}



/*.hidden__modal-failure {
  display: none;
}*/

/*span.wpcf7-not-valid-tip {
  position: absolute;
  top: -6px;
  width: 161px;
  background: #fbfbfb;
  left: 10px;
  padding: 5px 10px;
}

.name_email_wrap .wpcf7-not-valid-tip {
  top: 8px!important;
  left: 15px;
}

.wpcf7-form-control-wrap.mess .wpcf7-not-valid-tip {
  top: -185px!important;
}*/



.our_advantages{
  padding: 0 20px;
}
 
  li.pll-parent-menu-item>ul{
  width: 20%!important;
  align-content: center
}

@media (max-width: 991px) {
  .header_phone>div{
    display: flex;
    margin: auto;
  }
  header{
    flex-wrap: wrap;
  }
  .header_top {
    display: flex;
    padding-bottom: 10px;
    border-bottom: solid 1px #b96ae1;
    margin-top: 20px;
    flex-wrap: wrap;
    text-align: center;
  }
  .header_top_menu{
    text-align: center;
  }
.mobile-menu__lang {
 display:none;
}
 li.pll-parent-menu-item{
  position: relative;
}

 li.pll-parent-menu-item.>ul{
  position: absolute!important;
  height: auto!important;
  width: 40%!important;

}

  .header_top_menu .menu-item{
    margin-left: 0;
    width: 100%;
  }
  .header_bottom {
    justify-content: center;
  }
  .navbar-toggler{
    display: block;
  }
  .logo{
    display: flex;
    justify-content: center;
    z-index: 1;
  }
  header .icon{
    display: none;
  }



  nav{
    background: #fff;
    display: flex;
  }

  .baner{
    display: none;
    margin-bottom: -260px;
  }

  .price_tab #myTab{
    flex-wrap: wrap;
  }
  .price_tab .nav-item {
    width: 200px;
    min-height: 75px;
  }
  .home_tabs#myTabContent {
    border-radius: 10px;
    background-color: #b96ae1;
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px;
  }
  .our_doctors{
    margin-top: 50px;
  }
  .tab_text {
    padding-left: 15px;
    padding-right: 20px;
  }
  .home_tabs .tab-pane .btn_white_ {
    margin-right: 10px;
  }
  .popular_servises {
    flex-wrap: wrap;
  }
  .popular_servises_item {
    height: auto;
    margin: 10px auto;
  }
  .doctor_item {
    width: 300px;
    margin: 10px auto;
    text-align: center;

  }
  .maps .contacts_left{
    position: relative;
    top: 0;
    left: 0;
    margin: 20px 0;
  }
  footer .col-6{
    margin-top: 15px;
  }
  footer .icon {
    padding: 0;
  }
  .sub_tite {
    padding: 10px;
  }
  .form_subscription {
    width: 100%;
    height: auto;
    display: block;
    margin: 30px auto;
  }
  .form_subscription p {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
  }
  .email_subscription{
    margin: 20px auto;

  }
  .post_img{
    display: none;
  }
  .form_subscription p input {
    margin-bottom: 20px;
  }
  .contacts_left {
    left: 0!important;
    width: 320px;
    height: auto;
  }
  .seo {
    width: auto;

  }
  table{
    width: 90%;
    border-collapse: collapse!important;
  }

  footer .container{
    flex-wrap: wrap;
  }
  footer .container .col-sm-6{
    margin: 20px;
  }
  .our_advantages{
    padding: 0 20px;
  }
  .our_item {
    width: auto;
  }
  .slide_company .carousel-control-prev {
    left: 0px;
  }
  .slide_company .carousel-control-next {
    right: 0;
  }
  .tab_wrap.clinic {
    padding: 0;
  }
  .doc_ua{
    height: auto;margin-bottom: 20px;
  }
  .rating_number img {
    /*right: 0;*/
  }
  .popular_procedures_item {
    display: block;
    padding: 0;
    background-image: none;
  }
  .servises_wrap .procedures_item_desc {
    width: 100%;
    padding: 20px;
  }
  .popular_procedures_item img {
    width: auto;
    margin-left: 15px;
  }
  .contacts{
    display: block;
    margin-top: 48px;
  }
  .form {
    margin-top: 20px;
    padding: 10px;
    width: auto;
  }
  textarea , .thems_input{
    width: 280px;
  }
  .name_email_wrap {
    display: block;
  }
  .name_email_wrap input{
    margin-bottom: 20px;
  }
  .filtre_wrap {
    flex-wrap: wrap;
  }
  .clear_filtre {
    margin-left: 0;
  }
  .doctor_content {
    columns: 1;

  }
  .jcarousel-control-next {
    right: 0;
  }
  .jcarousel-control-prev {
    left: 0;
  }
  .procedures_item_desc h3 a {
    padding-left: 20px;
  }
  .arhive .jcarusel_item:nth-child(1), .arhive .jcarusel_item:nth-child(2) {
    width: 100%;

  }
  .blog_page {
    display: block;
  }
  .left_column {
    width: 300px;
    margin-left: 0;
  }
  .left_column img{
    width: 300px;
  }
  .servis {
    width: 100%;
    padding: 10px;
  }
  .servis .price_tab .nav-item {
    width: 140px;
  }
  #wpadminbar{
    display: none;
  }


  .navbar-toggler{
    position: fixed;
    top: 20px;
    right: 20px;
    height: 30px;
    padding: 0;
    border: 0;
    display: block;
    z-index: 100;
  }
  .primary-menu-wrap{
    position: absolute;
    top: -110px;
    display: block;
    width: 100%;
  }
  #primary-menu-wrap{
    position: absolute;
    top: -110px;
    display: none;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item {
    width: 200px;
  }
  #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
   
    padding-left: 0;
    padding: 10px !important;
    left: 0;
    /*top: 20px;*/
    /*z-index: 1;*/
    column-count: 1;
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 120;
    height: auto;
    margin-top: 0 !important;
    display: flex;
    justify-content: center;
    border-radius: 0;


    /*    display: flex;
    flex-wrap: wrap;*/
  }

  .header_bottom .btn_violet {
    margin-left: 0;
  }
  #primary-menu-wrap.show{
    display: none;
    position: fixed;
    padding: 10px 0;
  }
  .price_tab #myTabContent {
    padding: 10px;
    margin-top: 20px; 
  }


  /*#navi #menu-main-menu > li.menu-item-9309 > ul.submenu {
    display: flex!important;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
            }*/

  .our_advantages-wrapper {
    margin-top: -100px;
  }

  .popular_procedures_item .procedures_item_desc .description_button{
    padding: 8px 40px!important;
  }

  .carousel-item_flex .doctor_description-wrapper .row-description ul {
    list-style-type: disc!important;
  }

  .doctor_description-wrapper .row-description {
    display: flex!important;
    transform: scale(-1, 1);
  }

  .doctor_description-first {
    margin-top: 50px;
    max-width: 600px;
  }

  .radius_img_wrap iframe {
    width: 100%;
    height: 100%;
  }

  /*#map {
    width: 100%;
    height: 100%;
    }*/

  .button-top {
    position: fixed;
    bottom: 25px;
    right: -100px;
    background-color: #ff80ff;
    z-index: 12;
    color: #fff;
    font-size: 26px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    opacity: 0.5;
    border-radius: 10em;
    transition: all 0.3s ease 0s;
  }

  .button-top i {
    line-height: 0;
    color: #fff;
    font-size: 25px;
  }

  .button-top:hover {
    background-color: #b96ae1;
    color: rgb(255, 255, 255);
    opacity: 1;
  }
  .button-top.active {
    right: 25px;
  }

  .fa-angle-double-up:before {
    content: "\f102";
  }
}

.entry-title {
  line-height: 1;
}

.doctor_img {
  margin-bottom: 20px;
}

table.table__price {
  border-collapse: collapse!important;
}

table.table__price td, #price table.price td {
  border-width: 2px!important;
}

/*Media 1024px*/
@media (max-width: 1024px) {
  .popular_servises_img img:first-child{
    display: none !important;
  }
  .popular_servises_img img:last-child{
    display: block !important;
  }
  .baner {
    top: -230px;
  }
  .travel iframe{
    height:400px;
  }

  .radius_img_wrap {
    height: 650px;
    width: 600px;
    top: -55px;
    right: -115px;
  }
  .radius_img {
    margin: 0;
  }
}

/*Media 768px*/
@media (max-width: 768px) {
  #primary-menu-wrap {
    top: 0;
    display: none;
}
.left-blanc-block {
    display: none;
}
  .logo {
    z-index: 0;
  }

.mobile-menu__lang {
  display: flex;
  
}

.mobile-menu__lang li.pll-parent-menu-item>ul {
 display: flex;
}


  h1, h2, h3 {
    font-size: 20px;
    line-height: 24px;
  }
  h1 {
    margin-bottom: 15px;
  }

  .site-content {
    margin-top: 70px;
    text-align: center;
  }

  .header_top {
    border-bottom: none;
  }

  .header_bottom .btn_violet {
    display: none;
  }

  .custom-logo {
    height: 125px!important;
  }

  .navbar-toggler {
    top: 30px;
    outline: none!important;
    cursor: pointer;
    width: 30px;
    display: block;
    z-index: 100;
  }

  .navbar-toggler-icon {
    background-color: #454F65;
    /*width: 55px;*/
    width: 100%;
    height: 3px;
    margin-bottom: 5px;
    cursor: pointer;
  }

  /*  #btn_nav
      position: absolute
      right: 30px
      top: 30px
      width: 30px
      height: 22px
      cursor: pointer
      // position: relative*/

  .navbar-toggler.open span:nth-of-type(1) {
    position: relative;
    top: 10px;
    transform: rotate(-30deg);
    transition: all .2s linear;
  }
  .navbar-toggler.open span:nth-of-type(2) {
    opacity: 0;
    transition: all .2s linear;
  }

  .navbar-toggler.open span:nth-of-type(3) {
    position: relative;
    bottom: 5px;
    transform: rotate(30deg);
    transition: all .2s linear;
  }



  .flex.header_adress .flex .textwidget .contacts_info, .contacts_info_ {
    display: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s ease;
  }

  .contacts_left_bottom_ .contacts_info_ ,.contacts_left_bottom_ .contacts_info__{
    display: block;
    opacity: 1;
  }

  .flex.header_adress .flex .textwidget .contacts_info.open, .contacts_info_.open {
    opacity: 1;
    z-index: 10;
    display: block;
    position: fixed;
    transition: opacity 1s ease;
    width: 100%;
    height: auto;
    font-size: 20px;
    /*width: 280px;*/
    /*margin-left: 95px;*/

    /*display: none;*/
  }

  .flex.header_adress .flex .textwidget .contacts_info_.open header .icon {
    display: block;
    position: fixed;
    left: 10px;
    /* top: 0; */
    z-index: 10;
    /*display: none;*/
  }

  .flex.header_phone {
    display: none!important;
  }

  .custom-logo.open {
    opacity: 0;

    /*display: none;*/
  }

  .header_top_menu #navi.sub__open .nav {
    -webkit-justify-content: center;
    justify-content: center;
    /*margin-left: 95px;*/

    /*display: none;*/
  }

  .navbar {
    /*display: none;*/
    opacity: 0;
    /*transition: opacity .8s ease;*/
    background-color: transparent;
    color: transparent;
  }

  .navbar.sub__open {
    display: block;
    opacity: 1;
    transition: opacity .3s ease;
  }

  /*  .header_top_menu #navi .nav #menu-item-9309 {
      opacity: 0;

    }*/

  .header_top_menu #navi.sub__open .nav #menu-item-9309 {
    opacity: 1;
    z-index: 10;
    display: block;
    position: fixed;
    transition: opacity 1s ease;
    width: 280px;
    /*margin-left: 95px;*/

    /*display: none;*/
  }

  .contacts_left .contacts_left_bottom .flex .textwidget .contacts_info_ {
    display: block;
    opacity: 1;
    text-align: left;
  }

  .contacts_left .contacts_left_bottom .flex .textwidget .contacts_info_.open {
    display: none;
  }

  .header_top_menu .menu-item-9309 {
    display: block;
    width: 100%;

  }

  .header_top_menu #navi .nav #menu-item-9309, #menu-item-9498, #menu-item-9497 {
    opacity: 0;
    display: none;
  }

  .header_top_menu #navi .nav #menu-item-9309::before {
    opacity: 0;
    display: none;
  }

  .header_top_menu #navi.sub__open .nav #menu-item-9309 {
    opacity: 1;
    z-index: 10;
    display: block;
    position: fixed;
    transition: opacity 1s ease;
  }

  .header_top_menu .sub-menu {
    top: 31px!important;
    left: 37%!important;
    display: block;
  }

  .header_top {
    margin-top: -180px;
  }

  .header_top .flex.header_adress .textwidget {
    margin-bottom: 20px;
    transition: opacity 1s ease;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .flex.header_adress .flex .textwidget {
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
    padding-bottom: 25px;
    transition: all 1s linear;
  }

  .header_top_menu .sub-menu {
    padding: 0!important;
    padding-left: 10px!important;
    top: 47px!important;
  }

  .header_top_menu #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
    position: relative;
    padding: 0!important;
    left: 0!important;
    top: 6px!important;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-border-radius: none;
    border-radius: none;
  }

  .header_top_menu #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item {
    width: 100%;
    height: auto;
    margin-bottom: 0;
  }

  .header_top_menu #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item a {
    font-size: 30px!important;
  }


  #primary-menu-wrap {
    top: 0;
    display: none;
  }

  #primary-menu-wrap.show {
    padding: 30px 0;
    display: none; 
  }

  #menu-main-menu > .menu-item a {
    font-size: 30px;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
    /*top: 53px;*/
  }

  /*  #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
      top: 50px;
      left: 0;
      width: 100%;
    }*/

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item {
    width: 100%;
    margin: 0 auto;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item > a {
    font-size: 38px!important;
  }

  /*  .sub-menu .sub-menu {
      display: none;
    }*/

  #menu-main-menu > #menu-item-9472,
  #menu-main-menu > #menu-item-9790 {
    position: relative;
  }

  nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li:nth-child(3n) {
    width: 95%;
  }

  #menu-main-menu > #menu-item-9472.menu-item-has-children::after,
  #menu-main-menu > #menu-item-9790.menu-item-has-children::after  {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #b96ae1;;
    left: 450px;
    top: 15px;
    cursor: pointer;
  }

  #menu-main-menu .menu-item-has-children  .sub-menu .menu-item-has-children {
    position: relative;
  }

  #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 20px solid #b96ae1;;
    right: -30px;
    top: 20px;
    cursor: pointer;
  }

  #menu-main-menu > #menu-item-9472.menu-item-has-children:hover::after,
  #menu-main-menu > #menu-item-9790.menu-item-has-children:hover::after  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #menu-main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    display: none;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
    position: absolute;
    width: 100%;
    height: auto;
    box-shadow: 0 0 32px rgba(202, 198, 202, 0.28);
    /*border-radius: 15px;*/
    background-color: #ffffff;
    padding-left: 50px !important;
    padding: 50px;
    /*left: -150px;*/
    z-index: 1;
    line-height: 25px;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu .menu-item {
    /*text-align: left;*/
    margin-bottom: 20px;
    width: 100%;
    /*white-space: nowrap;*/
    text-align: center;
    font-size: 38px;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu .menu-item:last-child {
    padding-bottom: 15px;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item > a {
    font-size: 30px;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > li > .sub-menu .menu-item a {
    font-size: 42px;
    font-weight: 100;
    padding: 0;
    padding-top: 15px;
    line-height: 45px;
  }

  .sub-menu .sub-menu {
    display: none;
  }


  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
    -ms-overflow-y: scroll;
    overflow-y: scroll;
    display: block;
    width: 100%;
    height: auto;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu {
    display: block;
  }

  .menu-uslugi-container, .menu-poslugi-container {
    width: 100vw;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 90;
    transition: opacity .5s linear, transform .5s, background .5s, color .5s;
    transform: translateX(-100%);
    position: fixed;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-top: 0;
    -ms-overflow-y: scroll;
    overflow-y: scroll;
  }

  .menu-uslugi-container.open, .menu-poslugi-container.open {
    transform: translateX(0%);
  }

  .menu-uslugi-container.open a, .menu-poslugi-container.open a {
    transform: translateX(0px);
    opacity: 1;
  }

  .menu-uslugi-container ul, .menu-poslugi-container ul{
    padding: 0!important;
    /*margin-right: 50px;*/
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-uslugi-container ul li, .menu-poslugi-container ul li {
    list-style: none;
    margin-bottom: 15px;
    text-align: center;
  }

  .menu-uslugi-container ul .menu-item, .menu-poslugi-container ul .menu-item {
    margin-left: 0;
  }

  .menu-uslugi-container ul li:last-of-type, .menu-poslugi-container ul li:last-of-type {
    margin-bottom: 0;
  }

  .menu-uslugi-container ul li a, .menu-poslugi-container ul li a {
    text-decoration: none;
    font-size: 16px;
    color: #454f66;
    text-align: left;
    transition: all 800ms linear;
    transform: translateX(20px);
    opacity: 0;
  }

  #content .baner {
    top: -265px;
    display: block;
  }

  #content .baner .carousel-item_flex {
    margin-top: -75px;
  }

  #content .baner .carousel-item_flex .padding0 {
    height: 750px;
    padding-left: 0;
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 735px;
    width: 670px;
    top: -45px;
    right: -100px;
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap .radius_img img{
    height: 678px;
  }

  #content .baner .carousel-item_flex.container .baner_text .sub_h1 {
    max-width: 100%;
  }

  #content .baner.doctor_baner {
    top: -270px;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 658px;
    width: 610px;
    top: 25px;
    right: -117px;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap img {
    height: 660px;
  }

  .single-profile .flex.header_adress, .single-profile .flex.header_phone {
    display: none!important;
  }

  .carousel-item_flex .baner_text.bg_doc_baner {
    position: relative;
    top: 0;
    padding-top: 12.5%;
    padding-left: 6%;
    padding-right: 0;
  }

  .doctor_description-wrapper .row-description {
    transform: scale(1, 1);
  }

  .thumb {
    text-align: center;
  }

  .thumb img {
    max-width: 100%;
  }

  .tab_wrap h1 {
    text-align: center;
    line-height: 45px;
  }

  .tab-content > .active {
    /*margin-top: 80px;*/
  }

  .jcarousel .jcarusel_item {
    width: 255px!important;
  }

  .contacts_left {
    margin: 40px auto;
  }

  .textwidget {
    margin-bottom: 5px;
  }

  .title {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .sub_tite {
    font-size: 14px;
    line-height: 24px;
  }

  .rating_number img {
    right: 70px;
  }

  form.wpcf7-form {
    padding: 30px;
  }

  .name_email_wrap {
    display: flex;
    margin: 40px 0 0 0;
  }

  .name_email_wrap input {
    width: 343px;
    margin-left: 0;
  }

  .wpcf7-form-control.wpcf7-submit.btn_violet.form__button {
    margin: 0 auto;
  }

  textarea, .thems_input {
    width: 100%;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    width: 185px;
  }

  .procedures_item_desc h3 a {
    padding-left: 0;
  }

  .price_tab .nav-link {
    padding: 25px 0 20px 55px;
  }

  .price_tab .nav-link img {
    top: 15px;
  }

  .price_tab #myTab {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -ms-overflow-x: scroll;
    overflow-x: scroll;
    height: 140px;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 20px;
  }

  .servis .price_tab .nav-item {
    width: 100%;
    margin-right: 10px;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    width: 200px;
  }

  .home_tabs#myTabContent {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    margin-top: 35px;
  }

  .maps .contacts_left {
    margin: 20px auto;
    left: none!important;
    width: 420px;
  }

  footer .footer__license {
    text-align: center;
    order: 3;
  }

  footer .footer__vsll {
    text-align: center;
    order: 2;
  }

  footer .footer_logo {
    text-align: center;
    order: 0;
  }

  footer .textwidget {
    text-align: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  footer .footer__col {
    margin-top: 35px;
  }

  footer .icon a {
    margin: 15px;
  }
  .carousel-item_flex.container .baner_text {
    position: initial;
    padding: 6px 0 0 0;
  }

  .contacts_info__ {
    display: none;
  }
  .contacts_info__.open {
    opacity: 1;
    z-index: 10;
    display: block;
    position: fixed;
    transition: opacity 1s ease;
    width: 100%;
    height: auto;
    font-size: 14px;
  }

}


/*Media 580px*/
@media (max-width: 580px) {
  .servis .price_tab #myTabContent {
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
  }
  .hidden__mailing-wrapper.active {
    width: 100%;
    border: none;
    border-radius: 0;
  }



  #content .baner {
    display: none;
  }

  .title {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .sub_tite {
    font-size: 12px;
    line-height: 20px;
  }

  h2 {
    font-size: 23px;
  }

  .custom-logo {
    height: 80px!important;
  }

  .menu-uslugi-container, .menu-poslugi-container {
    margin-left: 0;
  }

  .tab_text {
    margin-bottom: 40px;
    width: 100%;
  }

  .home_tabs .tab-pane.active {
    display: block;
  }

  .home_tabs .tab-pane .btn_white_ {
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .servis .price_tab .nav-link {
    color: #b96ae1;
    background-color: #fff;
    border-color: 0;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.11);
    border-radius: 31px;
    font-weight: 700;
  }

  #primary-menu-wrap.show {
    display: none; 
    padding: 10px 0;
  }

  .popular_procedures_item img {
    max-width: 300px;
    height: auto;
  }

  .home_j.jcarusel {
    display: flex;
    justify-content: space-around;
  }

  .rating_number img {
    right: 30px;
  }

  .servis {
    padding: 0;
  }

  .hidden__modal-succses.active, .hidden__modal-succses__servis {
    width: 355px;
    height: 240px;
    margin: 50% auto;
  }

  .hidden__modal-succses.active .hidden__modal-succses__text, .hidden__modal-succses__servis .hidden__modal-succses__text {
    font-size: 18px;
    padding-top: 18px;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    width: 200px;
  }

  .price_tab #myTab {
    -ms-overflow-x: scroll;
    overflow-x: scroll;
    height: 140px;
    -webkit-align-items: center;
    align-items: center;
    margin-right: 20px;
  }

  .servis .price_tab .nav-item {
    width: 200px;
    margin-right: 10px;
  }


  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .servis .price_tab .nav-link {
    width: 200px;
    margin-right: 20px;
  }

  .desc.float img {
    display: none;
  }

  footer .footer__col {
    margin-top: 15px;
  }

  .travel iframe{
    height:200px;
  }

  .procedures_item_desc {
    width: 100%;
  }

  .popular_procedures_item .btn_violet {
    margin: 50px auto;
  }

  .maps .contacts_left {
    width: 320px;
  }

  /*   .modal-content {
    width: 54%;
  } */

  .contacts_left_bottom, .contacts_left_top, .form {
    padding: 20px 10px;
  }

  .contacts_info, .contacts_info_ {
    font-size: 12px;
  }

  form.wpcf7-form .name_email_wrap {
    display: block;
    margin: 15px 0 0 0;
  }

  form.wpcf7-form .title_violet {
    font-size: 12px;
  }

  .name_email_wrap input {
    width: 100%;
  }

  .flex.header_adress .flex .textwidget .contacts_info, .contacts_info_ {
    display: none;
    z-index: 10;
    opacity: 0;
    transition: opacity 1s ease;
  }

  .flex.header_adress .flex .textwidget .contacts_info.open, .contacts_info_.open, .contacts_info__.open {
    opacity: 1;
    z-index: 10;
    display: block;
    position: fixed;
    transition: opacity 1s ease;
    width: 100%;
    height: auto;
    font-size: 14px;
  }

  .flex.header_adress .flex .textwidget .contacts_info_.open header .icon {
    display: block;
    position: fixed;
    left: 10px;
    /* top: 0; */
    z-index: 10;
    /*display: none;*/
  }

  .flex.header_phone {
    display: none!important;
  }

  .logo {
    z-index: 1;
  }

  .custom-logo.open {
    opacity: 0;
  }

  .header_top_menu .sub-menu{
    left: 37%!important;
  }

  .header_top_menu #navi.sub__open .nav {
    -webkit-justify-content: center;
    justify-content: center;
  }

  .navbar {
    opacity: 0;
    background-color: transparent;
    color: transparent;
  }

  .navbar.sub__open {
    display: block;
    opacity: 1;
    transition: opacity .3s ease;
  }

  .header_top_menu #navi.sub__open .nav #menu-item-9309 {
    opacity: 1;
    z-index: 10;
    display: block;
    position: fixed;
    transition: opacity 1s ease;
    width: 280px;
  }

  .contacts_left .contacts_left_bottom .flex .textwidget .contacts_info_ {
    display: block;
    opacity: 1;
    text-align: left;
  }

  .contacts_left .contacts_left_bottom .flex .textwidget .contacts_info_.open {
    display: none;
  }

  .header_top_menu .menu-item-9309 {
    display: block;
    width: auto;

  }

  .header_top_menu #navi .nav #menu-item-9309, #menu-item-9498, #menu-item-9497 {
    opacity: 0;
    display: none;
  }

  .header_top_menu #navi .nav #menu-item-9309::before {
    opacity: 0;
    display: none;
  }

  .header_top_menu #navi.sub__open .nav #menu-item-9309 {
    opacity: 1;
    z-index: 10;
    display: block;
    position: fixed;
    transition: opacity 1s ease;
  }

  .header_top_menu .sub-menu {
    top: 23px!important;
    left: 41%!important;
    display: block;
  }

  .header_top {
    margin-top: -85px;
  }

  .header_top_menu .sub-menu {
    padding: 0!important;
    padding-left: 10px!important;
    top: 28px!important;
  }

  /*.header_top_menu #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
    top: 0!important;
  }*/

  .header_top_menu #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item a {
    font-size: 18px!important;
  }

  .header_top .flex.header_adress .textwidget {
    margin-bottom: 20px;
    transition: opacity 1s ease;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }

  .flex.header_adress .flex .textwidget {
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 10;
    padding-bottom: 25px;
    transition: all 1s linear;
  }


  .menu-uslugi-container ul li, .menu-poslugi-container ul li {
    margin-bottom: 5px;
  }

  #menu-main-menu > .menu-item a {
    font-size: 16px;
  }
  /*  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu .menu-item {
      margin-bottom: 8px;
    }*/

  /* #menu-main-menu > .menu-item a {
     font-size: 16px;
   }
 */
  /*  #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
      top: 20px;
      padding: 0!important;
  }*/

  #menu-main-menu > #menu-item-9472.menu-item-has-children::after,
  #menu-main-menu > #menu-item-9790.menu-item-has-children::after  {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #b96ae1;
    left: 330px;
    top: 9px;
    cursor: pointer;
  }

  #menu-main-menu > #menu-item-9472.menu-item-has-children:hover::after,
  #menu-main-menu > #menu-item-9790.menu-item-has-children:hover::after  {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children > a::after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #b96ae1;;
    right: -25px;
    top: 11px;
    cursor: pointer;
  }

  #menu-main-menu .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > a::after {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  #menu-main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    display: none;
  }

  #menu-main-menu > .menu-item-has-children > .sub-menu > .menu-item-has-children > .sub-menu {
    display: none;
  }

  /*  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu .menu-item {
      margin-bottom: 10px;
    }*/

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item-has-children:hover > .sub-menu .menu-item:last-child {
    margin-bottom: 0;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > .menu-item > a {
    margin-bottom: 0;
    font-size: 20px!important;
  }

  #menu-main-menu > .menu-item-has-children:hover > .sub-menu > li > .sub-menu .menu-item a {
    font-size: 18px;
    line-height: 30px;
    padding: 0;
    margin-left: -45px;
  }



  #content .baner {
    display: block;
  }

  .site-content {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }


  #content .baner .carousel-item_flex .padding0 {
    height: 688px;
  }
  #content .baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 657px;
    width: 589px;
    top: 35px;
    right: -63px;
  }

  #content .baner .carousel-item_flex {
    display: block;
  }

  .carousel-item_flex.container .baner_text {
    position: relative;
    padding: 135px 0 50px;
  }

  .carousel-item_flex.container .baner_text .h1, .text_violet {
    font-size: 22px!important;
  }

  .baner .btn_violet, .popular_procedures_item .btn_violet {
    margin: 35px auto;
  }

  .single-profile .flex.header_adress {
    display: block!important;
  }

  #content .baner.doctor_baner {
    top: -265px;
  }

  #content .baner.doctor_baner .carousel-item_flex {
    /*height: 100vh;*/
    margin-top: -25px;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 {
    height: 580px;
    /*height: 695px;*/
  }

  #content .baner.doctor_baner .carousel-item_flex.container .baner_text {
    padding: 0;
    /*margin-top: -100px;*/
    text-align: left;
    /*height: 100vh;*/
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 460px;
    width: 460px;
    top: 35px;
    right: -70px;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap img {
    height: 550px;
  }

  .doctor_content {
    /*min-height: 100vh;*/
  }

  .doctor_description-wrapper {
    /*margin-top: -550px;*/
    text-align: left;
  }

  .doctor_description-wrapper .row-description {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
  }

  .doctor_description-first {
    margin-top: 25px;
  }

  .bg_pagin {
    top: 460px;
  }

  .pagin {
    top: 468px;
  }

  .blog_content {
    margin-top: -265px;
  }

  .servis .carousel-item.active {
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 10px;
  }

  .slider_desc {
    padding-top: 150px;
  }

  .doctor_portrait img {
    width: 80px;
  }
  .ansver_item .doctor_portrait {
    padding: 0 10px 10px 0;
    border-radius: 10px;
  }

  .ansver_title, .ansver_doctor {
    text-align: left;
    font-size: 14px;
  }
  .ansver_title {
    margin-bottom: 10px;
  }

}

/*Media 480px*/
@media (max-width: 480px) {

  #menu-main-menu > #menu-item-9472.menu-item-has-children::after,
  #menu-main-menu > #menu-item-9790.menu-item-has-children::after  {
    left: 285px;
  }

  #menu-main-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children::after {
    right: 75px;
  }

  /*#menu-main-menu > .menu-item-has-children:hover > .sub-menu {
    left: 0;
  }*/

  #content .baner .carousel-item_flex .padding0 {
    height: 660px;
    /*height: 695px;*/
  }

  .carousel-item_flex.container .baner_text {
    position: relative;
    padding: 85px 0 50px;
    /*    padding: 0;
        padding-top: 85px;*/
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap {
    /*    height: 543px;
        width: 496px;
        top: 105px;
        right: -95px;*/
    height: 508px;
    width: 463px;
    top: 50px;
    right: -73px;
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap .radius_img img {
    height: 540px;
    /*height: 515px;*/
  }

  #content .baner.doctor_baner {
    top: -280px;
    /*height: 695px;*/
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 425px;
    width: 446px;
    top: 50px;
    right: -90px;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap img {
    height: 510px;
  }


  .bg_pagin {
    top: 371px;
    /*top: 444px;*/
  }

  .pagin {
    top: 378px;
    right: -39px;
    /*top: 460px;*/
  }


}

/*Media 380px*/
@media (max-width: 380px) {

  .menu-uslugi-container, .menu-poslugi-container {
    padding-top: 65px;
  }

  #menu-main-menu > #menu-item-9472.menu-item-has-children::after,
  #menu-main-menu > #menu-item-9790.menu-item-has-children::after  {
    left: 240px;
  }

  #menu-main-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children::after {
    right: 20px;
    top: 10px;
  }

  /*  #menu-main-menu > .menu-item-has-children:hover > .sub-menu {
      left: 30px;
    }*/

  .hidden__mailing-subtitle {
    font-size: 12px;
  }

  .site-content {
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
  }

  /*  #content .baner .carousel-item_flex {
      height: 100%;
    }*/

  #content .baner .carousel-item_flex .padding0 {
    height: 660px;
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 456px;
    width: 412px;
    top: 51px;
    right: -70px;
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap .radius_img img {
    height: 470px;
  }

  /*  #content .baner .carousel-item_flex {
      display: block;
      height: 100%;
    }*/

  .carousel-item_flex.container .baner_text {
    /*    position: relative;
        padding: 0;*/
    padding-top: 25px;
  }

  .baner .btn_violet, .popular_procedures_item .btn_violet {
    margin: 35px auto;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 {
    height: 500px;
    /*height: 695px;*/
  }

  #content .baner.doctor_baner .carousel-item_flex.container .baner_text {
    margin-top: 50px;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 430px;
    width: 396px;
    top: 70px;
    right: -70px;
  }

  .doctor_content {
    /*min-height: 100vh;*/
  }

  .bg_pagin {
    top: 336px;
  }

  .pagin {
    top: 344px;
  }

  .rating_wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .rating_wrap .rating_item, .rating_item3 {
    width: 100%;
  }

  .rating_item3 {
    padding-right: 0;
  }

  .rating_number img {
    right: 120px;
  }

  .blog_content {
    margin-top: -280px;
  }

  .clinic #myTab .nav-item {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
  }

}

/*Media 320px*/
@media (max-width: 320px) {

  .menu-uslugi-container, .menu-poslugi-container {
    padding-top: 0;
  }

  #menu-main-menu > #menu-item-9472.menu-item-has-children::after,
  #menu-main-menu > #menu-item-9790.menu-item-has-children::after  {
    left: 200px;
  }

  #menu-main-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children::after {
    right: 0;
  }

  .hidden__modal-succses.active, .hidden__modal-succses__servis {
    width: 300px;
  }

  h3 {
    font-size: 19px;
  }
  .navbar-toggler-icon {
    width: 28px;
    height: 3px;
    /*margin-bottom: 3px;*/
  }

  .menu-uslugi-container, .menu-poslugi-container {
    margin-left: 0;
  }

  .site-content {
    padding: 0;
    /*padding: 15px;*/
  }

  #content .baner .carousel-item_flex .padding0 {
    height: 630px;
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 400px;
    width: 377px;
    top: 112px;
    right: -76px;
  }

  #content .baner .carousel-item_flex .padding0 .radius_img_wrap .radius_img img {
    height: 425px;
  }

  .carousel-item_flex.container .baner_text .h1, .text_violet {
    font-size: 18px!important;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap {
    height: 410px;
    width: 390px;
    top: 80px;
    right: -95px;
  }

  #content .baner.doctor_baner .carousel-item_flex .padding0 .radius_img_wrap img {
    height: 455px;
  }

  .bg_pagin {
    top: 331px;
  }

  .pagin {
    top: 346px;
    right: -41px;
  }

  .rating_number img {
    right: 90px;
  }

  .tab_text {
    margin-bottom: 40px;
    width: 100%;
  }

  .home_tabs .tab-pane.active {
    display: block;
  }

  .home_tabs .tab-pane .btn_white_ {
    margin-left: 10px;
    margin-bottom: 20px;
    display: inline-block;
  }

  .servis .price_tab .nav-item {
    width: 200px;
    margin-right: 10px;
  }

  .price_tab #myTab {
    -ms-overflow-x: scroll;
    overflow-x: scroll;
    height: 140px;
    -webkit-align-items: center;
    align-items: center;
  }

  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .servis .price_tab .nav-link {
    /*width: 125px;*/
    width: 200px;
    margin-right: 20px;
  }



  .page_doctors .our_doctors {
    padding-top: 0;
    margin-top: 0;
  }

  .contacts {
    margin-top: -15px;
  }

  .contacts_left {
    width: 290px;
  }

  form.wpcf7-form {
    padding: 10px;
  }

  .name_email_wrap input, textarea, .thems_input {
    width: 240px;
  }

  .popular_procedures_item img {
    margin-left: -5px;
  }

  .procedures_item_desc h3 a {
    padding-left: 0;
    font-size: 20px;
  }

  .popular_procedures_item .btn_violet {
    margin: 50px auto;
  }

  .servis {
    overflow: hidden;
  }

  .desc.float img {
    margin-left: -15px;
  }

  /*  .header_top_menu .sub-menu {
      left: 30%!important;
    }*/


  .modal-body .form_record div{
    width: 280px;
    /*margin: 20px 0;*/
  }
}


.violet{
  color:#b96ae1;
}

.icon-show{
  position: fixed;
  left: 6%;
  z-index: 10;
  display: inline-block !important;
}


.mobile-menu{
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  transform: translate3d(0,0,0);
  min-height: 100vh;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 2;
  background-color: #fff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

}

.mobile-menu .contacts_info_,.mobile-menu .contacts_info__{
  display: block;
  opacity: 1;
}

.mobile-menu__contacts{
  margin-bottom: 30px;
  margin-top: 90px;
}

.mobile-menu .nav{
  -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: 100%;

}
.mobile-menu nav{
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;width: 100%;}

.mobile-menu  .navbar{
  opacity: 1;
}

.mobile-navi-top .menu-item{
  margin-left: 0;
}

.mobile-navi-top{
  margin-bottom: 25px;
  text-transform: uppercase;
}
.mobile-navi-bottom li{
  width: 100%;
  text-align: center;
  margin: 11px 0;
}

.mobile-navi-bottom a{
  color:#454F66;
  font-weight: bold;
}
.mobile-menu .mobile-navi-top .sub-menu {
  position: static;
  display: block;
}

.mobile-menu .icon{
  margin-right: 10px;
}

.mobile-menu .textwidget{
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.mobile-menu.showed{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


.sub-menu.showed{
  display: block;
  position: static;
}

.mobile-navi-bottom .menu-item-has-children{
  position: relative;
}

.mobile-navi-bottom .menu-item-has-children::before {
  content: "";
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  /* border-left: 7px solid transparent; */
  /* border-right: 7px solid transparent; */
  /* border-top: 12px solid #454F66; */
  left: 80%;
  top: 0;
  cursor: pointer;
  /* -webkit-transform: translate(100%, 30%); */
  /* -ms-transform: translate(100%, 30%); */
  /* transform: translate(100%, 30%); */
  pointer-events: none;
}

.mobile-navi-bottom .sub-menu .menu-item-has-children::before {
  border-top-color: #B96AE1;

}


.mobile-navi-bottom .menu-item-has-children.active-arrow::before{
  -webkit-transform: translate(100%, 0%) rotate(180deg);
  -ms-transform: translate(100%, 0%) rotate(180deg);
  transform: translate(100%, 0%) rotate(180deg);}

.sub-menu .menu-item-has-children.active-arrow::before{
  -webkit-transform: translate(100%, 0%) rotate(180deg);
  -ms-transform: translate(100%, 0%) rotate(180deg);
  transform: translate(100%, 0%) rotate(180deg);}

.new-phone-icon {
  position: fixed;
  top: 25px;
  left: 25px;
  width: 20px;
  z-index: 10;
  display: none;
}
.new-phone-icon a img{
  background-color: #6fdf72;
  width: 40px;
  border-radius: 30px;
  padding: 10px;
}


@media screen and (max-width: 990px) {
  .new-phone-icon{
    display: block;
  }
}

.header_top.open, .custom-logo.open, .header_bottom .btn_violet.open{
  display: none;
}
/* btn animation */
.btn_violet, .btn_violet_wrap {
    cursor: pointer;
    overflow: hidden;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
    position: relative;
}

.btn_violet:before, .btn_violet_wrap:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #fa4923;
    opacity: 0;
    z-index: 1;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

/*.btn_violet:after,*/ .btn_violet_wrap:after {
    content: "";
    display: block;
    width: 15px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme { 0% { left: -30px; margin-left: 0px; }
  30% { left: 110%; margin-left: 80px; }
  100% { left: 110%; margin-left: 80px; } }
  

.btn_violet .slide_block{
    content: "";
    display: block;
    width: 15px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme2;
    animation-name: slideme2;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@-webkit-keyframes slideme2 { 
    0% { left: -70%; }
   30% { left: 110%; }
  100% { left: 110%; } 
}

.menu-item-has-children{
  cursor: pointer !important;
}

body.show-modal {
  overflow: hidden !important;
  position: fixed;
  width: 100%;
}

/* @media only screen */
/* and (min-device-width: 375px) */
/* and (max-device-width: 667px) */
/* and (-webkit-min-device-pixel-ratio: 2) { */
/* .mobile-menu { */
/* height: auto; */
/* } */

/* } */

/* Mobile language switch */
nav#mobile-navi-top ul#mobile-menu {
  display: flex;
  flex-direction: column;
  width: 150px;
  padding: 0 !important;
  margin-top: 35px;
}
nav#mobile-navi-top ul#mobile-menu li {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
nav#mobile-navi-top ul#mobile-menu li a {
  padding: 0 5px;
  font-weight: 600;
  font-size: 16px;
}

/* Mobile header contacts */
.mobile-menu__contacts {
  margin: 0 auto 30px;
  width: calc( 100% - 60px );
  border-radius: 20px;
  padding: 30px;
  -webkit-box-shadow: 0px 10px 25px -5px rgba(163,163,163,1);
  -moz-box-shadow: 0px 10px 25px -5px rgba(163,163,163,1);
  box-shadow: 0px 10px 25px -5px rgba(163,163,163,1);
}
.mobile-menu__contacts .textwidget {
  margin: 10px 0;
}
.mobile-menu__contacts .textwidget .icon {
  margin-right: 30px;
}
.mobile-menu__contacts .textwidget .contacts_info_,
.mobile-menu__contacts .textwidget .contacts_info__ {
  line-height: 1.5;
  font-size: 15px;
}

/* Mobile menu */
nav#mobile-navi-bottom ul#mobile-menu {
  display: block;
  padding: 0 15px;
}
nav#mobile-navi-bottom ul#mobile-menu > li {
  -webkit-box-shadow: 0px 0px 9px 2px rgba(232,232,232,1);
  -moz-box-shadow: 0px 0px 9px 2px rgba(232,232,232,1);
  box-shadow: 0px 0px 9px 2px rgba(232,232,232,0.5);
}
nav#mobile-navi-bottom ul#mobile-menu > li,
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li {
  width: calc( 50% - 30px );
  margin: 10px 15px;
  padding: 15px;
  border-radius: 40px;
  float: left;
  position: unset;
  text-align: center;
}
nav#mobile-navi-bottom ul#mobile-menu > li.current_page_item {
  -webkit-box-shadow: 0px 0px 9px 2px rgba(185,106,225,1);
  -moz-box-shadow: 0px 0px 9px 2px rgba(185,106,225,1);
  box-shadow: 0px 0px 9px 2px rgba(185,106,225,0.5);
}
nav#mobile-navi-bottom ul#mobile-menu li#menu-item-9472,
nav#mobile-navi-bottom ul#mobile-menu li#menu-item-9790,
nav#mobile-navi-bottom ul#mobile-menu li#menu-item-10606 {
  width: calc( 100% - 30px ) !important;
  background-color: #b96ae1;
  border-radius: 40px;
  position: relative;
}
nav#mobile-navi-bottom ul#mobile-menu li#menu-item-9472 > a,
nav#mobile-navi-bottom ul#mobile-menu li#menu-item-9790 > a {
  color: #fff !important;
  display: block;
  width: 100%;
}
nav#mobile-navi-bottom ul#mobile-menu > li > a {
  font-weight: 400;
  font-size: 15px;
}
nav#mobile-navi-bottom ul#mobile-menu > li.current_page_item > a {
  font-weight: 900;
  color: #b96ae1;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children.active-sub-menu > a {
  padding-bottom: 25px;
  display: block;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children::before {
  content: unset;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children.active-sub-menu::before {
  content: '';
  background-image: url(/wp-content/themes/wp-bootstrap-4/assets/image/sub-menu-icon.png);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 15px;
  height: 15px;
  top: 22px;
  right: 40px;
  left: unset;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu {
  position: static;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li {
  padding: 7px;
  border: 3px solid #fff;
  width: 45.5%;
  margin: 5px;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li > a {
  font-weight: 400;
  display: inline-block;
  margin: auto;
  transition: all .3s;
  font-size: 11px;
  text-align: center;
  color: #fff !important;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li.active-sub-sub-menu > a {
  background: none;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li.active-sub-sub-menu > a > span {
  color: #b96ae1 !important;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li .sub-menu {
  /* width: calc( 200% + 30px ); */
  background-color: #b96ae1;
  z-index: 100;
  position: absolute;
  left: 15px;
  right: 15px;
  border-radius: 40px;
  padding: 10px 0 20px;
  -webkit-box-shadow: 0px 10px 19px -2px rgba(185,106,225,1);
  -moz-box-shadow: 0px 10px 19px -2px rgba(185,106,225,1);
  box-shadow: 0px 10px 19px -2px rgba(185,106,225,1);
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li .sub-menu li {
  text-align: left;
  padding: 5px 30px;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li .sub-menu li a {
  color: #fff;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li .sub-menu li a:hover{
  text-decoration: underline;
}
nav#mobile-navi-bottom ul#mobile-menu > li.menu-item-has-children > ul.sub-menu > li .sub-menu li a span {
  color: #fff;
}
.doctor_portrait {
  float:left;
  padding:0 20px 10px 0;
}
.doctor_portrait img {
  border-radius: 20px;
}
.clear {
  clear:both;
}
.form_service{
    width: 600px!important;
    margin: 0 auto;
}
.form_service input.wpcf7-text{
    width: 100%;
margin: 10px auto;
font-size: 16px;
}
.form_service .btn_violet_wrap input{
    padding: 0 40px!important;
}
@media (max-width: 991px) {
.form_service{
        width: 80% !important;
}
}
img.alignright{
	float: right !important;
}
img.alignleft{
	float: left !important;
}
img.aligncenter{
	clear: both !important;
	display: block !important;
	margin-left: auto !important;
	margin-right: auto !important;
	float: none !important;
}
.footer-2-area .wp-bp-footer-widget .icon img, .footer-1-area .wp-bp-footer-widget .icon img{
	max-height: 20px;
	max-width: 18px;
}
.wpcf7-form-control.wpcf7-submit{
	z-index: 1;
}
.wepster-addition-btn .btn-icon{
	background-color: #fff!important;
}
div#wepster-main-popup{
	max-width: 450px;
	max-height: 620px;
	left: 0;
}
.modal-header .close span{
	font-size: 28px;
	line-height: 28px;
}
body.single-post .blog_page{
	display: block;
}


/*#dg_text{height: 200px !important;}*/

.marquee{
  width:100%;
  white-space:nowrap;
  overflow:hidden;
  background: #b96ae1;
  margin-bottom: -15px;
}

.marquee div {
  color:#fff;
  font-size:18px;
  display:inline-block;
  padding-left:100%;
  -webkit-animation: marquee 15s infinite linear;
  animation: marquee 15s infinite linear;
}



@-webkit-keyframes marquee {
  0%{-webkit-transform: translate(0, 0);}
  100%{-webkit-transform: translate(-100%, 0);}
}
@keyframes marquee{
  0%{transform: translate(0, 0);}
  100%{transform: translate(-100%, 0)}
}

@media (max-width: 991px) {
  .marquee{
    z-index: 5;
    position: relative;
  }
}

