header {
font-family: "Manrope", sans-serif;
position: relative;
padding: 0 !important;
height: auto;
}
.header-section {
padding-top: 16px;
padding-bottom: 16px;
}
.header-section a,
section.sub-header-section a,
.header-section button {
font-family: "Manrope", sans-serif;
}
.header-section .col-sm-12 {
padding: 0 15px;
}
.navbar-brand img {
max-width: 250px; }
.navbar-brand .mobile-logo {
display: none;
}
.navbar-nav {
margin: 0 24px;
}
header .wrapper-header-links a {
margin: 0;
font-family: var(--font-family);
}
header .wrapper-header-links a:hover:after {
transform: rotate(180deg) translateY(-5px);
}
header .wrapper-header-links .wrapper-link + .wrapper-link {
margin-left: 24px;
}
header .wrapper-header-links .wrapper-link .sub-menu {
padding: 8px 0;
width: 240px !important;
}
#primary-menu .wrapper-link .sub-menu .menu-item {
position: static;
font-weight: 500;
font-size: 14px;
line-height: 140%;
padding: 8px 16px;
color: #1d1d1d;
margin: 0;
border: none;
}
#primary-menu .wrapper-link .sub-menu .menu-item span {
display: inline-block;
padding-bottom: 4px;
border-bottom: 1px solid transparent;
}   header .wrapper-header-links a {
border-bottom: 1px solid transparent;
}
header .wrapper-header-links a:hover {
border-bottom: 1px solid #1d1d1d;
}
#primary-menu .wrapper-link .sub-menu.level-1 {
border-left: 1px solid #dfe4eb;
height: 100%;
}
#primary-menu .wrapper-link .sub-menu .menu-item.active {
opacity: 0.6;
}
header .wrapper-header-links .wrapper-link .sub-menu a {
display: block;
padding: 0;
border: none;
white-space: nowrap;
}
header .wrapper-header-links .wrapper-link .sub-menu a:hover {
background-color: transparent;
border: 0;
}
#primary-menu .wrapper-link .sub-menu .menu-item:hover > a span {
border-bottom: 1px solid #1d1d1d;
}
header .menu-item-has-children > a {
padding-right: 18px;
}
header .menu-item-has-children > a:after {
right: 2px;
opacity: 1;
}
.button-phone {
font-weight: 600;
font-size: 16px;
line-height: 100%;
color: #034f9a;
}
.button-phone img {
display: inline-block;
vertical-align: sub;
margin-right: 8px;
}
header .navbar .wrapper-button a {
font-weight: 600;
font-size: 13px;
line-height: 140%;
color: #ffffff;
width: auto;
background: #034f9a;
border-radius: 3px;
padding: 15px 24px;
margin-left: 32px;
box-shadow: none;
}
header .navbar .wrapper-button a:hover {
background: #06417b;
}
section.sub-header-section {
position: sticky;
z-index: 999;
top: 17px;
height: auto;
background: #ffffff;
border-top: 1px solid #dfe4eb;
padding: 0;
}
section.sub-header-section.sticky {
z-index: 1001;
}
section.sub-header-section .wrapper-links {
width: 100%;
padding: 8px 0;
}
@media (max-width: 1560px) {
section.sub-header-section .wrapper-links {
padding: 8px 15px;
}
}
section.sub-header-section .wrapper-links a:hover {
background: #f3f3f3;
border-radius: 100px;
color: #1d1d1d;
}
section.sub-header-section .wrapper-links .btn-link,
section.sub-header-section .wrapper-links .btn-link:focus {
position: relative;
font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 13px;
line-height: 140%;
color: #222222;
padding: 0 22px 0 0;
background: transparent;
border: none;
margin-right: 18px;
display: none;
outline: none;
}
section.sub-header-section .wrapper-links .btn-link:before,
section.sub-header-section .wrapper-links .btn-link:after {
content: "";
position: absolute;
top: -2px;
bottom: 0;
right: 0;
width: 11px;
height: 1px;
background: #222222;
margin: auto;
}
section.sub-header-section .wrapper-links .btn-link:after {
top: 6px;
}
section.sub-header-section .wrapper-links a {
font-weight: 500;
font-size: 13px;
line-height: 140%;
color: #545454;
padding: 10px 16px;
text-decoration: none;
}
section.sub-header-section .wrapper-links a.active {
background: #034f9a;
border-radius: 100px;
color: #fff;
}
section.sub-header-section .wrapper-links a + a {
margin-left: 4px;
}
section.sub-header-section.sticky {
background: transparent;
border: none;
}
section.sub-header-section.sticky .container-fluid {
max-width: 1340px;
}
section.sub-header-section.sticky .wrapper-links,
section.sub-header-section.sticky .wrapper-slider {
background: #fff;
border-radius: 1000px;
box-shadow: 0 10px 20px rgb(145 161 171 / 16%);
padding: 8px;
}
section.sub-header-section.sticky .wrapper-links .btn-link {
display: block;
}
.wrapper-button-mobile {
display: none;
transition: 0.3s;
opacity: 1;
}
.header-section .mobile-menu-button,
.header-section .mobile-menu-button:focus {
position: relative;
z-index: 9999;
font-weight: 600;
font-size: 14px;
line-height: 140%;
padding-right: 35px;
padding-left: 20px;
color: #1d1d1d;
outline: none;
}
.mobile-menu-button:before,
.mobile-menu-button:after {
content: "";
position: absolute;
z-index: 99999;
top: -5px;
bottom: 0;
right: 0;
width: 22px;
height: 1.5px;
background: #222222;
margin: auto;
transition: 0.3s;
}
.mobile-menu-button:after {
top: 7px;
}
.mobile-logo-white {
display: none;
}
@media (max-width: 550px) {
.navbar-brand img {
display: none;
}
.navbar-brand .mobile-logo {
display: block;
}
}
@media (max-width: 1560px) {
header .wrapper-phone-with-button {
flex-direction: row;
align-items: center;
margin: 0 0 0 auto !important;
}
}
@media (max-width: 1560px) {
.navbar-brand img {
max-width: 177px;
}
}
@media (max-width: 1150px) {
header .wrapper-header-links .wrapper-link .sub-menu {
width: 290px !important;
}
header .wrapper-header-links .wrapper-link .sub-menu a {
white-space: normal;
}
.mobile-menu .sub-menu .current-menu-item {
opacity: 0.6;
}
body .navbar-expand-lg .navbar-collapse.mobile {
transform: translateX(100%);
transition: transform 0.3s cubic-bezier(0.85, 0.01, 1, 1);
}
body .navbar-expand-lg .navbar-collapse.active {
transform: translateX(0);
overflow: hidden;
display: flex;
flex-direction: column;
padding-left: 0;
padding-right: 0;
padding-bottom: 0;
}
.wrapper-button-mobile {
display: block;
}
.mobile-menu.active wrapper-button-mobile {
opacity: 0;
}
section.sub-header-section.sticky .wrapper-links {
margin: 0 8px;
}
section.sub-header-section .wrapper-links a {
padding: 5px 8px;
font-size: 10px;
}
.header-section .navbar-collapse {
width: 100%;
max-width: 100%;
background: #1d1d1d;
color: #ffffff;
}
header .navbar .wrapper-button a {
margin: 0;
}  .navbar.active .mobile-menu-button span {
opacity: 0;
}
.mobile-menu .mobile-logo-white {
display: block;
position: absolute;
top: 20px;
left: 16px;
}
.navbar.active .mobile-menu-button:before,
.navbar.active .mobile-menu-button:after {
background: #fff;
transform: rotate(45deg);
top: 6px;
}
.navbar.active .mobile-menu-button:after {
transform: rotate(-45deg);
top: 8px;
}
.navbar .navbar-nav,
.navbar.active .navbar-nav {
background: transparent;
color: #fff;
}
.navbar .mobile-menu {
padding: 80px 16px 0;
}
header .wrapper-header-links > li {
margin: 0 !important;
}
header .mobile-menu .wrapper-header-links a {
color: #fff;
font-weight: 500;
font-size: 24px;
line-height: 140%;
padding: 12px 0;
border: none;
}
header #primary-menu {
width: 100%;
margin: 0;
overflow-y: auto;
overflow-x: hidden;
flex: 1 0 100%;
padding: 0 16px;
}
body header .wrapper-header-links .menu-item-has-children .fa,
body header .wrapper-header-links > .menu-item-has-children > .level-0 > .menu-item-has-children .fa {
right: -15px;
opacity: 1;
top: 8px;
}
body header .wrapper-header-links > .menu-item-has-children > .level-0 > .menu-item-has-children .fa {
right: 0;
}
header .mobile-menu .sub-menu {
background: transparent !important;
}
header .mobile-menu .wrapper-header-links .wrapper-link {
margin: 0;
}
.menu-item .fa {
transform: rotate(0);
transition: 0.3s;
}
.menu-item.mob-hover-1 > .fa {
transform: rotate(180deg);
}
header .menu-item-has-children.mob-hover-1 > a,
body.page header .wrapper-header-links .sub-menu .menu-item-has-children.mob-hover-2 > a {
border: none;
}
header .mobile-menu .current-menu-parent > a {
opacity: 0.6;
}
header .mobile-menu .button-phone {
display: none;
}
.navbar-collapse .wrapper-button {
position: fixed;
z-index: 9999;
bottom: 16px;
width: calc(100% - 32px);
left: 16px;
text-align: center; transform: translateX(0%);
}
.navbar-collapse.mobile .wrapper-button a {
display: block;
width: 100%;
background-color: #fff;
color: #1d1d1d;
font-weight: 600;
font-size: 14px;
line-height: 140%;
padding: 14px;
}
.mobile-menu-active {
overflow: hidden;
}
.mobile-menu .sub-menu .fa {
color: #fff;
z-index: 199999;
top: 6px;
transform: translateY(50%);
}
#primary-menu .wrapper-link .sub-menu .menu-item {
position: relative;
}
body header .wrapper-header-links > .menu-item-has-children > .level-0 > .menu-item-has-children .fa {
top: -3px;
}
#primary-menu .wrapper-link .sub-menu.level-1 {
border: none;
}
}
@media (max-width: 992px) {
section.sub-header-section .row .wrapper-slider {
padding-left: 20px;
padding-right: 20px;
}
section.sub-header-section .swiper-slide a {
font-weight: 500;
font-size: 12px;
line-height: 140%;
color: rgba(34, 34, 34, 0.6);
text-decoration: none;
padding: 16px 10px;
}
.section.sub-header-section .swiper-slide + .swiper-slide a { }
section.sub-header-section .swiper-slide.swiper-slide-active a {
color: #222222;
}
section.sub-header-section.sticky .wrapper-slider {
margin: 0 27px;
padding: 8px;
}
section.sub-header-section.sticky .swiper-slide a {
padding: 4px 10px;
}
}
@media (max-width: 578px) {
}
@media (max-width: 460px) {
header .navbar .navbar-brand img {
width: 32px;
}
}
#myBtn,
.red-call-button {
z-index: 999;
}
.mobile-menu.active #primary-menu {
padding-bottom: 80px;
}