body {
margin: 0;
width: 100%;
max-width: 100%;
}
.sticky-top {
position: fixed;
width: 100%;
z-index: 1000;
top: 0px;
box-shadow: 0px 4px 20px rgba(135, 149, 166, 0.2);
}
header * {
padding: 0px;
margin: 0px;
-webkit-box-sizing: border-box;
box-sizing: border-box;
font-family: "Inter";
font-size: 14px;
color: #374250;
font-weight: 500;
}
header a {
text-decoration: none;
-webkit-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
line-height: 1.3;
}
header a:hover {
opacity: 0.8;
}
header .buttons-wrap .btn {
letter-spacing: 0.02em;
text-transform: uppercase;
font-weight: 500;
padding: 9px 20px;
background: #71BF44;
color: white;
font-size: 14px;
display: inline-block;
height: auto !important;
}
header .btn.extra-call {
background: #00AEEF;
margin-right: 15px;
}
header .top-bar {
background: #F6F8FC;
}
header .top-bar .contacts-box {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
padding-right: 0;
-ms-flex: 0 0 80%;
-webkit-box-flex: 0;
flex: 0 0 80%;
max-width: 80%;
}
header .top-bar .contacts-box .contacts {
padding-right: 15px;
}
header .top-bar .contacts-box .contacts img {
margin: 0 10px 0 20px;
}
header .top-bar .contacts-box .contacts .phone {
padding-left: 40px;
}
header .top-bar .schedule {
color: #8795A6;
padding: 7px 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
-ms-flex: 0 0 20%;
-webkit-box-flex: 0;
flex: 0 0 20%;
max-width: 20%;
}
header .bottom-bar {
background-color: white;
}
header .bottom-bar .logo {
margin-right: auto;
}
header .bottom-bar .logo .show-desktop {
width: 185px;
}
header .main-nav {
-webkit-box-flex: 1;
-ms-flex-positive: 1;
flex-grow: 1;
padding-right: 10px;
}
header .main-nav > ul > li:hover {
-webkit-box-shadow: 0 4px 20px rgba(135, 149, 166, 0.2);
box-shadow: 0 4px 20px rgba(135, 149, 166, 0.2);
}
header .main-nav .menu {
-webkit-box-pack: end;
-ms-flex-pack: end;
justify-content: flex-end;
}
header .main-nav ul {
list-style: none;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
position: relative;
}
header .main-nav ul li {
position: relative;
}
header .main-nav ul li a {
font-size: 13px;
line-height: 17px;
letter-spacing: 0.02em;
text-transform: uppercase;
color: #092148;
padding: 15px 5px 15px 5px;
display: block;
position: relative;
}
header .main-nav ul li.menu-item-has-children a {
padding: 15px 16px 15px 5px;
}
header .main-nav ul li:hover a {
color: #00AEEF;
}
header .main-nav ul li.menu-item-has-children > .menu-arrow {
content: "";
background: url(//hadassah.moscow/wp-content/themes/themeh/img/doctors-page/new-menu-right.svg) no-repeat center;
width: 6px;
height: 7px;
background-size: contain;
position: absolute;
right: 6px;
top: 50%;
-webkit-transform: translateY(-50%) rotate(90deg);
-ms-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
-webkit-transition: all 0.2s ease;
-o-transition: all 0.2s ease;
transition: all 0.2s ease;
}
header .main-nav ul li.menu-item-has-children:hover > .menu-arrow {
-webkit-transform: translateY(-50%) rotate(270deg);
-ms-transform: translateY(-50%) rotate(270deg);
transform: translateY(-50%) rotate(270deg);
}
header .main-nav ul ul.sub-menu {
position: absolute;
top: 100%;
left: 0;
width: 300px;
padding: 0;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-pack: justify;
-ms-flex-pack: justify;
justify-content: space-between;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
opacity: 0;
z-index: -1;
display: none;
}
header .main-nav .sub-menu .sub-menu {
background-color: white;
}
header .main-nav ul ul.sub-menu:before {
content: "";
position: absolute;
left: 0;
right: 0;
top: 0;
bottom: 0;
z-index: -1;
background: #fff;
}
header .main-nav ul ul.sub-menu li a {
color: #374250;
text-transform: none;
font-size: 16px;
line-height: 1.3;
font-weight: 400;
}
header .main-nav ul ul.sub-menu li:hover > a {
color: #00AEEF;
background: #F6F8FC;
}
@media (min-width: 992px) {
header .main-nav .menu > li:hover > .sub-menu, header .main-nav .menu .sub-menu > li:hover > .sub-menu {
display: block;
opacity: 1;
z-index: 10;
}
}
header .main-nav ul .sub-menu li a {
padding: 11px 10px 9px 20px;
}
header .main-nav ul.sub-menu li.menu-item-has-children > .menu-arrow {
transform: translateY(-50%) rotate(0deg);
background-size: contain;
}
header .main-nav .menu .sub-menu > li:hover > .sub-menu {
position: absolute;
left: 100%;
top: 0;
border-left: 20px solid #F6F8FC;
}
header .main-nav .mobile-navigation {
display: none;
}
header .main-nav .mobile-navigation .search-mobile .input-wrap {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
padding: 15px 10px 15px 10px;
border-bottom: 1px solid #EAF0F8;
}
header .main-nav .mobile-navigation .search-mobile input {
height: 44px;
background: #F6F8FC;
border: 0;
padding: 12px 20px;
font-weight: 300;
color: #8795A6;
width: 100%;
}
header .main-nav .mobile-navigation .search-mobile input:focus {
border: none;
}
header .main-nav .mobile-navigation .search-mobile button {
background: #00AEEF;
border: 0;
padding: 14px 14px 12px 14px;
}
header .main-nav .mobile-navigation .login-account {
border-bottom: 1px solid #EAF0F8;
padding: 20px 10px;
}
header .main-nav .mobile-navigation .login-account a {
font-style: normal;
font-weight: 500;
color: #374250;
text-transform: uppercase;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header .main-nav .mobile-navigation .login-account a img {
margin-right: 10px;
height: 12px;
}
header .main-nav .mobile-navigation .messengers {
padding: 25px 10px 10px;
}
header .main-nav .mobile-navigation .messengers a {
background: #F6F8FC;
display: block;
width: 100%;
padding: 10px;
margin-bottom: 10px;
text-align: center;
font-weight: 500;
color: #374250;
}
header .main-nav .mobile-navigation .messengers a img {
margin-right: 5px;
height: 12px;
}
header .main-nav .mobile-navigation .messengers a:last-child {
margin-bottom: 0;
}
header .main-nav .mobile-navigation .opened-buttons {
padding: 10px 20px;
}
header .main-nav .mobile-navigation .opened-buttons a {
display: block;
text-align: center;
}
header .main-nav .mobile-navigation .opened-buttons .call-us {
margin-bottom: 20px;
color: #00AEEF;
background: #FFF;
border: 1px solid #00AEEF;
padding: 10px;
font-size: 16px;
font-weight: 500;
border-radius: 4px;
}
header .main-nav .mobile-navigation .opened-buttons .whats-app-link {
margin-bottom: 20px;
color: white;
background: #71bf44;
border: 1px solid #71bf44;
padding: 10px;
font-size: 16px;
font-weight: 500;
border-radius: 4px;
}
header .main-nav .mobile-navigation .opened-buttons .telegram-link {
margin-bottom: 20px;
color: white;
background: #1e9af1;
border: 1px solid #1e9af1;
padding: 10px;
font-size: 16px;
font-weight: 500;
border-radius: 4px;
}
header .main-nav .mobile-navigation .time {
font-weight: 400;
font-size: 14px;
line-height: 17px;
color: #8795A6;
margin: 20px auto 30px;
text-align: center;
display: block;
height: 50px;
}
header .main-nav .mobile-navigation .opened-buttons .call-write, header .main-nav .mobile-navigation .call-write {
background: #00AEEF;
color: #FFF;
padding: 8px;
font-size: 16px;
font-weight: 500;
border-radius: 0;
margin-bottom: 10px;
display: block;
margin-top: 15px;
text-align: center;
}
header .buttons-account-search {
display: -webkit-box;
display: -ms-flexbox;
display: flex;
padding-left: 10px;
}
header .buttons-account-search .accessibility, header .buttons-account-search .search {
margin-right: 7px;
}
header .buttons-account-search .open-accessibility img {
width: 16px;
height: 16px;
}
header .buttons-account-search .button-sarch-new img {
width: 16px;
height: 16px;
}
header .buttons-account-search .open-accessibility, header .buttons-account-search .button-sarch-new, header .buttons-account-search .account a {
background: #F6F8FC;
border-radius: 2px;
padding: 4px 8px 5px;
height: 100%;
display: flex;
align-items: center;
}
header .main-container {
max-width: 1160px;
padding: 0 10px;
margin: 0 auto;
width: 100%;
}
header .main-container .row-wrap {
-webkit-box-align: center;
-ms-flex-align: center;
align-items: center;
}
header .mobile-call {
display: none;
}
header .mobile-call img {
vertical-align: middle;
}
header .row-wrap {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
header .nav-trigger {
display: none;
border: none;
background: none;
cursor: pointer;
margin: 0 0 0 20px;
position: relative;
z-index: 1;
width: 35px;
height: 35px;
}
header .nav-trigger span {
position: absolute;
top: 50%;
left: 8px;
width: 24px;
height: 2px;
background-color: #00aeef;
-webkit-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
transition-duration: 0.2s;
}
header .nav-trigger span:nth-child(1) {
-webkit-transform: translateY(-7px);
-ms-transform: translateY(-7px);
transform: translateY(-7px);
}
header .nav-trigger span:nth-child(3) {
-webkit-transform: translateY(7px);
-ms-transform: translateY(7px);
transform: translateY(7px);
}
header .nav-trigger.active span:nth-child(1) {
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(45deg);
-ms-transform: translate(-50%, -50%) rotate(45deg);
transform: translate(-50%, -50%) rotate(45deg);
}
header .nav-trigger.active span:nth-child(2) {
opacity: 0;
}
header .nav-trigger.active span:nth-child(3) {
left: 50%;
-webkit-transform: translate(-50%, -50%) rotate(-45deg);
-ms-transform: translate(-50%, -50%) rotate(-45deg);
transform: translate(-50%, -50%) rotate(-45deg);
}
#menu-menu-new-header-compact ul ul::-webkit-scrollbar {
width: 7px;
}
#menu-menu-new-header-compact ul ul::-webkit-scrollbar-thumb {
background-color: #0E78BC;
border: 3px solid #0E78BC;
}
#menu-menu-new-header-compact ul ul::-webkit-scrollbar-track {
background: #F6F8FC;
}
header .modal-search-form {
display: none;
}
header .openblocksearchmenu {
display: none;
} .opensearch .openblocksearchmenu {
display: flex;
text-transform: uppercase;
padding-right: 15px;
}
.main-nav.search-opened #menu-menu-new-header-compact {
display: none;
}
.button-sarch-new {
cursor: pointer;
}
.buttons-account-search.opensearch {
padding: 9px 0 8px 20px;
width: 60%;
}
.modal-search-form {
display: flex;
flex-grow: 1;
}
.modal-search-form .input-group {
background: #F6F8FC;
display: flex;
}
.modal-search-form .input-close {
height: 14px;
margin-top: 9px;
margin-left: 10px;
padding-right: 8px;
border-right: 1px solid #EAF0F8;
}
.modal-search-form .form-control {
height: 30px;
background: #F6F8FC;
border-radius: 2px;
border: 0px;
line-height: 14px;
font-size: 14px;
}
.modal-search-form .input-group-append .btn {
background: #00AEEF;
padding: 6px 8px 5px;
border: 0px;
border-radius: 4px;
}
.modal-search-form .input-group-append {
height: 30px;
}
.menuword {
display: flex;
align-items: center;
}
.linews {
margin-left: 10px;
width: 32px;
height: auto;
display: flex;
align-items: center;
flex-direction: column;
justify-content: center;
}
.linews .line {
background: #374250;
width: 24px;
height: 2px;
margin: 0 auto 5px;
}
.linews .line:last-child {
margin-bottom: 0;
}
.openblocksearchmenu {
cursor: pointer;
} .language-switcher {
margin-left: 10px;
position: relative;
}
.language-switcher > a {
width: auto;
height: 100%;
background: #f6f8fc;
display: block;
border-radius: 2px;
padding: 4px 8px 5px;
}
.language-switcher .language-list {
display: none;
opacity: 0;
list-style: none;
position: absolute;
top: 35px;
right: 0;
padding: 0;
background: white;
transition: opacity 0.3s ease;
}
.language-list.show {
display: block;
opacity: 1;
z-index: 1;
}
.language-switcher .language-list a {
padding: 9px;
display: block;
text-transform: uppercase;
}
.language-switcher .language-list a:hover {
color: rgba(0, 174, 239, 1);
background-color: rgba(246, 248, 252, 1)
}
.doctor-block-call-write-mobile {
background: #00AEEF;
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
border-radius: 4px;
font-weight: 500;
font-size: 16px;
line-height: 120%;
color: #FFFFFF;
display: block;
padding: 8px;
text-align: center;
}
.doctor-block-call-write-mobile.btn-style-second {
background: #71BF44;
border: 1px solid #71BF44;
}
.btn.call.bottom-bar {
background: #71BF44;
border: 1px solid #71BF44;
color: white;
padding: 9px 10px;
font-size: 14px;
text-transform: uppercase;
}
.top-pos {
padding: 10px;
border: 1px solid #EAF0F8;
}
@media (max-width: 1499px) {
header .bottom-bar .logo img {
vertical-align: middle;
}
header .top-bar .schedule {
-webkit-box-flex: 0;
-ms-flex: 0 0 20%;
flex: 0 0 17%;
max-width: 17%;
}
header .top-bar .contacts-box {
-webkit-box-flex: 0;
-ms-flex: 0 0 80%;
flex: 0 0 83%;
max-width: 83%;
}
header .btn {
padding: 10px 10px;
}
header .main-nav ul li.menu-item-has-children.level-0 a {
padding: 15px 25px 15px 10px;
}
}
header .logo .show-mobile {
display: none;
}
.btns-mobile-group {
display: none;
}
@media (max-width: 1199px) {
header .top-bar .contacts-box .contacts {
padding-right: 10px;
}
header .main-nav .menu {
justify-content: center;
}
header .main-nav ul li a, header .main-nav ul li.menu-item-has-children a {
font-size: 12px;
}
header .main-nav .menu > li.menu-item-has-children > a {
padding: 15px 15px 15px 5px;
}
header .top-bar .contacts-box .contacts .phone {
padding-left: 15px;
}
header .buttons-account-search {
padding-left: 10px;
}
header .btn.extra-call {
margin-right: 10px;
font-size: 12px;
padding: 7px 15px;
}
header * {
font-size: 12px;
}
header .logo .show-mobile {
display: block;
width: 89px;
height: 37px;
}
header .logo .show-desktop {
display: none;
}
header .btn.call.bottom-bar, header .buttons-wrap .btn {
font-size: 12px;
padding: 7px 15px;
}
header .main-nav ul li.menu-item-has-children > .menu-arrow {
right: 6px;
}
header .main-nav > ul > li.menu-item-has-children > .menu-arrow {
display: none;
}
.btn.call.bottom-bar{
padding: 7px 7px!important;
}
}
@media (max-width: 991px) {
.btns-mobile-group {
display: block;
position: fixed;
right: 23px;
bottom: 108px;
z-index: 9999;
}
.btns-mobile-group .messengers {
display: flex;
flex-direction: column;
}
.btns-mobile-group .whats-app-link,
.btns-mobile-group .telegram-link {
display: flex;
justify-content: center;
align-items: center;
width: 46px;
height: 46px;
border-radius: 25px;
background-color: #1E9AF1;
}
.btns-mobile-group .whats-app-link {
background-color: #71BF44;
margin-bottom: 12px;
}
.doctor-block-call-write-mobile.btn-style-second {
border-radius: 0;
}
.btn.call.bottom-bar {
display: none;
}
.main-wrapper .btn.call.bottom-bar{
display: block;
text-align: center;
}
.openblocksearchmenu, .modal-search-form {
display: none;
}
.main-nav.active .modal-search-form {
display: block;
}
.main-nav.active .modal-search-form .input-group-append {
height: auto;
}
.buttons-account-search.opensearch {
width: auto;
}
header .main-nav ul ul.sub-menu li a {
color: #374250;
text-transform: none;
font-size: 14px;
line-height: 1.3;
font-weight: 500;
display: block;
padding: 12px 55px 12px 10px;
width: 80%;
}
header .main-nav ul ul.sub-menu li.menu-item-has-children a {
display: inline-block;
}
header .main-nav #menu-menu-new-header-compact .doctors-item a{
display: inline-block;
}
header .main-nav #menu-menu-new-header-compact .open-menu li a{
display: block;
}
header .main-nav #menu-menu-new-header-compact .doctors-item li:not(.menu-item-has-children) a{
display: block;
}
header .main-nav .menu > li.menu-item-has-children > a, header .main-nav ul li a {
padding: 12px 10px 12px 10px;
}
header .main-nav ul li a, header .main-nav ul li.menu-item-has-children a {
font-size: 14px;
}
header .buttons-account-search .open-accessibility {
height: 44px;
display: flex;
align-items: center;
}
.language-switcher {
margin-left: 0;
margin-right: 10px;
}
.language-switcher > a {
display: flex;
height: 44px;
align-items: center;
}
header .main-nav ul ul.sub-menu {
width: 100%;
}
header .top-bar {
display: none;
}
.buttons-account-search {
display: none;
}
.main-nav, header .buttons-account-search .account, header .buttons-account-search .search {
display: none;
}
header .main-nav .mobile-navigation {
display: block;
}
header .mobile-call {
padding: 10px;
background-color: #71BF44;
width: 44px;
height: 44px;
display: flex;
align-items: center;
justify-content: center;
}
header .bottom-bar {
padding-top: 0;
-webkit-box-shadow: 0px 4px 20px rgba(135, 149, 166, 0.2);
box-shadow: 0px 4px 20px rgba(135, 149, 166, 0.2);
}
header .buttons-account-search .open-accessibility img {
width: 30px;
height: 20px;
}
header .nav-trigger {
display: block;
background-color: white;
}
header .main-nav {
visibility: hidden;
opacity: 0;
-webkit-transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s;
-o-transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s;
transition: opacity 0.1s ease-in, visibility 0s ease-in 0.1s;
position: fixed;
top: 40px;
bottom: 0;
left: 0;
right: 0;
overflow-y: auto;
overflow-x: hidden;
display: block;
padding: 0;
background: white;
z-index: 99;
}
header .main-nav.active {
visibility: visible;
opacity: 1;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
}
header .main-nav .menu {
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-ms-flex-direction: column;
flex-direction: column;
width: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
justify-content: flex-start;
}
header .main-nav .menu > li {
border-bottom: 1px solid #EAF0F8;
position: relative;
}
header .main-nav .menu > li:hover {
-webkit-box-shadow: none;
box-shadow: none;
}
header .main-nav .menu > li > a {
color: #0E78BC;
}
header .main-nav ul ul.sub-menu .sub-menu-wrap ul.column li ul {
background: none;
}
header .main-nav ul ul.sub-menu li:hover > a {
background: white;
color: #374250;
}
header .main-nav ul li.menu-item-has-children ul.sub-menu {
display: none;
}
header .main-nav .menu.active-lvl2 .menu-item-has-children .sub-menu {
height: unset;
}
header .main-nav .menu .menu-item-has-children .sub-menu, header .main-nav .menu > li:hover > .sub-menu {
display: none;
}
header .main-nav .menu .menu-item-has-children.active > .sub-menu, header .main-nav .menu .sub-menu .menu-item-has-children.active > .sub-menu {
border-left: 1px solid #EAF0F8;
margin-left: 10px;
padding-left: 10px;
display: block;
position: relative;
left: 0;
top: 0;
opacity: 1;
z-index: 1;
}
header .main-nav .menu .sub-menu .menu-item-has-children.active > .sub-menu {
position: relative;
left: 0;
}
header .main-nav .menu .sub-menu .menu-item-has-children .menu-arrow {
content: "";
background: url(//hadassah.moscow/wp-content/themes/themeh/img/doctors-page/new-menu-right.svg) no-repeat center;
width: 25px;
height: 25px;
background-size: 8px;
-webkit-transform: translateY(-50%) rotate(90deg);
-ms-transform: translateY(-50%) rotate(90deg);
transform: translateY(-50%) rotate(90deg);
position: absolute;
margin: 0;
right: 30px;
top: 21px;
transition: all ease 0.3s;
z-index: 10;
}
header .main-nav .menu .sub-menu .menu-item-has-children.active .menu-arrow {
-webkit-transform: translateY(-50%) rotate(-90deg);
-ms-transform: translateY(-50%) rotate(-90deg);
transform: translateY(-50%) rotate(-90deg);
}
}
@media (max-width: 756px) {
header .bottom-bar .logo {
width: 115px;
}
header .bottom-bar .logo img {
width: 100%;
}
}
.single-personal #buttons-bottom,
.single-personal .btn-up,
.single-personal .btns-mobile-group,
.single-personal .btn-up.btn-up_hide{
display: none!important;
}