* {
  -moz-appearance: none;
  -webkit-appearance: none;
}
.drawer-menu-second .nav-item .dropdown-menu {
  position: relative;
  display: block;
  border: 0;
  box-shadow: none;
}
.drawer-menu-second .nav-item .dropdown-menu ul.shadow {
  box-shadow: none !important;
  margin-left: -10px;
}
.medical-about {
  margin-left: 160px;
  color: #0054a6;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.header__scrollify .phone__wrap a {
  font-weight: 400;
}
.bi-instagram {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bi-facebook {
  color: #4064ac !important;
}

html body .bvi-body[data-bvi-theme=white] .bx-yandex-view-layout * {
    background-color: transparent!important;
  display: inherit!important;
}
html body .bvi-body[data-bvi-theme=white] .ymaps-b-form-button_height_26 {
  height: auto!important;
}

@media (max-width: 720px) {
  .slider__main_wrap .each .title {
    padding-bottom: 0;
  }
  .slider__main_wrap .each {
    /*    height: 320px;*/
  }
  .slider__main_wrap .each .lead {
    font-size: 12px !important;
  }
  .slider__main_wrap .each p.lead.my-3.mb-5 {
    margin-bottom: 20px !important;
    display: none;
  }
  .slider__main_wrap .each .btn {
    position: absolute;
    margin-top: 20px;
    font-size: 0px;
    height: 100%;
    width: 100%;
    top: -20px;
    opacity: 0;
  }
}
@media (max-width: 425px) {
	.d-flex-filter{
		flex-direction: column;
	}
	.d-flex-filter .form-group {
		padding-bottom: 15px;
		max-width: 100% !important;
		padding-right: 0 !important;
	}
}

a.search-title-result-iblock{
	color:grey;
}
.g-recaptcha>div{
	width:100% !important;
}


.btn-outline-primary {
    color: #fff!important;
    border-color: #2655a2!important;
    background: #f00!important;}