.hero-block {
display: flex;
flex-direction: column;
align-items: center;
background: #ffffff;
padding: 0px;
width: 100%;
max-width: 1200px;
margin: 0 auto;
margin-top: 20px;
} .hero-sticky-header {
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 9999;
background: #ffffff;
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
transform: translateY(-100%);
transition: transform 0.3s ease-in-out;
display: none;
}
.hero-sticky-header.visible {
transform: translateY(0);
display: block;
}
.hero-sticky-header .hero-main-info {
max-width: 1360px;
margin: 0 auto;
padding: 6px 80px;
min-width: auto;
height: auto;
}
.hero-sticky-header .hero-logo {
width: 180px;
height: auto;
}
.hero-sticky-header .hero-contacts {
column-gap: 24px;
}
.hero-sticky-header .hero-icon {
width: 28px;
height: 28px;
}
.hero-sticky-header .hero-text-main {
font-size: 16px;
}
.hero-sticky-header .hero-phone-number {
font-size: 16px;
}
.hero-sticky-header .hero-callback-btn {
padding: 14px 18px;
} .hero-head {
display: flex;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
row-gap: 16px;
}
.hero-menu {
display: flex;
flex-shrink: 0;
align-items: flex-start;
align-self: stretch;
justify-content: flex-end;
column-gap: 32px;
}
.hero-menu-item {
flex-shrink: 0;
line-height: 17px;
letter-spacing: -0.14px;
color: #4f4f4f;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
margin: 0;
cursor: pointer;
}
.hero-menu-dropdown {
display: flex;
flex-shrink: 0;
align-items: flex-start;
justify-content: space-between;
column-gap: 8px;
cursor: pointer;
}
.hero-menu-item-dropdown {
line-height: 17px;
letter-spacing: -0.14px;
color: #4f4f4f;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
margin: 0;
}
.hero-menu-arrow {
margin-top: 8px;
width: 7px;
height: 4px;
}
.hero-menu-item-calc {
flex-shrink: 0;
line-height: 17px;
letter-spacing: 0;
color: #eb5757;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 600;
margin: 0;
cursor: pointer;
}
.hero-divider {
flex-shrink: 0;
align-self: stretch;
width: 100%;
height: 0;
border-top: 1px dashed #e0e0e0;
}
.hero-main-info {
display: flex;
flex-shrink: 0;
align-items: center;
align-self: stretch;
justify-content: space-between;
min-width: 1200px;
height: 50px;
}
.hero-logo {
width: 236px;
height: 42px;
}
.hero-main-info a {
text-decoration: none;
}
.hero-contacts {
display: inline-flex;
align-items: center;
column-gap: 32px;
}
.hero-work-time,
.hero-phone {
display: inline-flex;
flex-shrink: 0;
align-items: flex-start;
column-gap: 16px;
}
.hero-icon {
flex-shrink: 0;
width: 32px;
height: 32px;
}
.hero-text {
display: flex;
flex-direction: column;
flex-shrink: 0;
align-items: flex-start;
row-gap: 8px;
}
.hero-text-main {
flex-shrink: 0;
align-self: stretch;
letter-spacing: 0.18px;
color: #113555;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 500;
margin: 0;
}
.hero-text-sub {
flex-shrink: 0;
align-self: stretch;
line-height: 18px;
letter-spacing: 0;
color: #828282;
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 500;
margin: 0;
}
.hero-numbers {
display: flex;
flex-shrink: 0;
align-items: center;
align-self: stretch;
column-gap: 16px;
}
.hero-phone-number {
flex-shrink: 0;
line-height: 22px;
letter-spacing: 0.18px;
color: #113555;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 500;
margin: 0;
cursor: pointer;
}
.hero-phone-number a.tel,
.hero-text-sub a.email {
color: inherit;
text-decoration: none;
}
.hero-phone-number a.tel:hover,
.hero-text-sub a.email:hover {
text-decoration: underline;
}
.hero-phone-separator {
flex-shrink: 0;
line-height: 22px;
letter-spacing: 0.18px;
color: #ffbd45;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 500;
margin: 0;
}
.hero-callback-btn {
display: inline-flex;
align-items: flex-start;
column-gap: 10px;
border: 1px solid #0e3456;
background-color: unset;
border-radius: 4px;
padding: 18px;
overflow: hidden;
cursor: pointer;
transition: background-color 0.3s;
}
.hero-callback-btn:hover {
background-color: #0e3456;
}
.hero-callback-btn:hover .hero-callback-text {
color: #ffffff;
}
.hero-callback-text {
flex-shrink: 0;
line-height: 13px;
letter-spacing: 0.56px;
color: #113555;
font-family: "Exo", sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
transition: color 0.3s;
} .hero-bg-section {
display: flex;
position: relative;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
padding: 61px 211px 62px 70px;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
border-radius: 7px;
}
.hero-bg-section::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0, 0, 0, 0);
border-radius: 7px;
pointer-events: none;
transition: background 0.3s ease;
}
.hero-title-block {
display: flex;
position: relative;
flex-direction: column;
align-items: flex-start;
align-self: stretch;
margin-right: 272px;
z-index: 1;
}
.hero-title-main {
flex-shrink: 0;
align-self: stretch;
letter-spacing: 0;
color: #ffbd45;
font-family: Montserrat, sans-serif;
font-size: 55px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.hero-title-sub {
flex-shrink: 0;
align-self: stretch;
letter-spacing: 0;
color: #ffbd45;
font-family: Montserrat, sans-serif;
font-size: 34px;
font-weight: 700;
margin: 0;
}
.hero-guarantee {
position: relative;
margin: 16px 0 0;
line-height: 34px;
letter-spacing: 0;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 24px;
font-weight: 600;
z-index: 1;
}
.hero-divider-white {
position: relative;
margin-top: 32px;
width: 919px;
height: 0;
border-top: 2px solid #ffffff;
border-style: dotted;
opacity: 0.3;
z-index: 1;
}
.hero-description {
position: relative;
margin: 32px 0 0;
width: 626px;
line-height: 25px;
letter-spacing: 0;
color: #ffffff;
font-size: 18px;
z-index: 1;
}
.hero-description-normal {
line-height: 25px;
letter-spacing: 0;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 500;
}
.hero-description-bold {
line-height: 25px;
letter-spacing: 0;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 600;
}
.hero-calc-button {
display: inline-flex;
position: relative;
flex-direction: column;
align-items: center;
justify-content: center;
margin-top: 24px;
border-radius: 4px;
background: #ffbd45;
padding: 18px 24px;
cursor: pointer;
transition: background-color 0.3s;
z-index: 1;
}
.hero-calc-button:hover {
background: #f0b03d;
}
.hero-calc-button-text {
flex-shrink: 0;
line-height: 13px;
letter-spacing: 0.56px;
color: #113555;
font-family: "Exo", sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.hero-video-card {
position: absolute;
bottom: 16px;
right: 16px;
border-radius: 7px;
box-shadow: 0px 12px 25px 0px rgba(0, 0, 0, 0.35);
background: linear-gradient(90deg, #1c568d 2.11%, rgba(28, 87, 142, 0) 91.56%);
background-color: #0e3456;
width: 281px;
height: 264px;
overflow: hidden;
cursor: pointer;
z-index: 1;
}
.hero-video-pattern {
position: absolute;
top: -39px;
left: 16px;
opacity: 0.1;
width: 347px;
height: 214px;
}
.hero-video-preview {
position: absolute;
top: 98px;
left: 8px;
width: 265px;
height: 158px;
border: 1px solid rgba(255, 255, 255, 0.15);
border-radius: 4px;
}
.hero-video-title {
display: flex;
position: absolute;
top: 16px;
left: 16px;
flex-direction: column;
align-items: flex-start;
width: 249px;
height: 70px;
row-gap: 8px;
}
.hero-video-title-main {
flex-shrink: 0;
align-self: stretch;
letter-spacing: 0;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 18px;
font-weight: 700;
margin: 0;
}
.hero-video-title-sub {
flex-shrink: 0;
line-height: 18px;
letter-spacing: 0;
color: rgba(255, 255, 255, 0.8);
font-family: Montserrat, sans-serif;
font-size: 12px;
font-weight: 500;
margin: 0;
} .hero-advantages {
display: flex;
align-items: flex-start;
align-self: stretch;
justify-content: space-between;
margin: 0 25px;
border-radius: 0 0 7px 7px;
background: #113555;
padding: 24px 27px 24px 24px;
}
.hero-advantage-item {
display: inline-flex;
align-items: flex-start;
column-gap: 12px;
}
.hero-advantage-icon {
display: inline-flex;
flex-shrink: 0;
align-items: center;
column-gap: 10px;
border-radius: 4px;
background: rgba(255, 255, 255, 0.05);
padding: 8px;
}
.hero-advantage-text {
display: inline-flex;
flex-direction: column;
flex-shrink: 0;
align-items: flex-start;
row-gap: 8px;
}
.hero-advantage-title {
flex-shrink: 0;
line-height: 20px;
letter-spacing: 0;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 700;
text-transform: uppercase;
margin: 0;
}
.hero-advantage-desc {
flex-shrink: 0;
opacity: 0.8;
max-width: 319px;
line-height: 20px;
letter-spacing: 0.56px;
color: #ffffff;
font-family: Montserrat, sans-serif;
font-size: 14px;
font-weight: 500;
margin: 0;
}
#top-bar-menu .menu>li.menu-item-has-children:hover ul.sub-menu {
display: flex;
flex-direction: column;
gap: 12px;
padding: 10px;
} @media (max-width: 990px) {
.hero-block {
padding: 0;
}
.hero-main-info {
min-width: auto;
}
.hero-contacts {
column-gap: 20px;
}
.hero-bg-section {
padding: 40px 40px 50px;
}
.hero-title-block {
margin-right: 0;
}
.hero-divider-white {
width: 100%;
}
.hero-description {
width: 100%;
max-width: 500px;
}
.hero-video-card {
position: relative;
top: auto;
right: auto;
margin-top: 32px;
}
.hero-advantages {
flex-direction: column;
row-gap: 20px;
margin: 0;
}
}
@media (max-width: 768px) { .hero-bg-section::before {
background: rgba(0, 0, 0, 0.4);
}
.hero-block {
padding: 0;
}
.hero-main-info {
flex-direction: column;
align-items: flex-start;
height: auto;
row-gap: 16px;
}
.hero-logo {
width: 180px;
height: auto;
}
.hero-contacts {
flex-direction: column;
align-items: flex-start;
row-gap: 12px;
width: 100%;
} .hero-work-time {
display: none;
}
.hero-phone {
column-gap: 12px;
}
.hero-icon {
width: 24px;
height: 24px;
}
.hero-text-main {
font-size: 16px;
} .hero-text-sub {
display: none;
}
.hero-phone-number {
font-size: 16px;
}
.hero-numbers {
flex-direction: column;
align-items: flex-start;
row-gap: 4px;
}
.hero-phone-separator {
display: none;
} .hero-callback-btn {
display: none;
}
.hero-bg-section {
margin-top: 24px;
padding: 32px 20px 40px;
background-position: center right;
}
.hero-title-main {
font-size: 32px;
line-height: 1.2;
}
.hero-title-sub {
font-size: 20px;
line-height: 1.3;
}
.hero-guarantee {
font-size: 20px;
line-height: 1.4;
margin-top: 12px;
}
.hero-divider-white {
margin-top: 20px;
}
.hero-description {
margin-top: 20px;
font-size: 16px;
line-height: 1.4;
}
.hero-description-normal,
.hero-description-bold {
font-size: 16px;
line-height: 1.4;
}
.hero-calc-button {
margin-top: 20px;
width: 100%;
padding: 16px 20px;
}
.hero-video-card {
position: relative;
top: auto;
right: auto;
margin-top: 24px;
width: 100%;
max-width: 100%;
height: auto;
min-height: 220px;
}
.hero-video-pattern {
width: 100%;
height: auto;
}
.hero-video-preview {
position: relative;
top: auto;
left: auto;
width: 100%;
height: auto;
margin-top: 80px;
}
.hero-video-title {
position: relative;
top: auto;
left: auto;
width: 100%;
padding: 16px;
height: auto;
}
.hero-advantages {
padding: 20px 16px;
row-gap: 16px;
}
.hero-advantage-item {
flex-direction: row;
row-gap: 12px;
}
.hero-advantage-desc {
max-width: 100%;
}
}
@media (max-width: 480px) {
.hero-block {
padding: 0;
}
.hero-logo {
width: 150px;
}
.hero-title-main {
font-size: 28px;
}
.hero-title-sub {
font-size: 18px;
}
.hero-guarantee {
font-size: 16px;
}
.hero-description {
font-size: 14px;
}
.hero-description-normal,
.hero-description-bold {
font-size: 14px;
}
.hero-calc-button-text {
font-size: 12px;
}
.hero-video-title-main {
font-size: 16px;
}
.hero-video-title-sub {
font-size: 14px;
}
.hero-advantage-title {
font-size: 13px;
}
.hero-advantage-desc {
font-size: 13px;
}
}
@media (max-width: 768px) {
.hero-divider {
display: none;
}
.hero-numbers {
flex-direction: row;
}
.mobile-menu {
float: unset !important;
right: 20px !important;
margin: 0 !important;
top: 10px !important;
position: absolute !important;
}
.hero-calc-button,
.hero-video-title,
.hero-advantages,
.hero-block,
.hero-advantage-desc {
width: auto;
max-width: unset;
}
.hero-video-preview {
margin-top: 0;
}
.hero-advantages {
margin-top: -15px;
padding-top: 50px;
}
.hero-advantage-text {
flex-shrink: unset;
} .hero-sticky-header .hero-main-info {
padding: 6px 20px;
flex-direction: row;
align-items: center;
height: auto;
row-gap: 0;
}
.hero-sticky-header .hero-logo {
width: 140px;
}
.hero-sticky-header .hero-contacts {
flex-direction: row;
align-items: center;
column-gap: 12px;
row-gap: 0;
width: auto;
}
.hero-sticky-header .hero-work-time {
display: none;
}
.hero-sticky-header .hero-phone {
column-gap: 8px;
}
.hero-sticky-header .hero-icon {
width: 24px;
height: 24px;
}
.hero-sticky-header .hero-text-main {
font-size: 14px;
}
.hero-sticky-header .hero-phone-number {
font-size: 14px;
}
.hero-sticky-header .hero-numbers {
flex-direction: column;
align-items: flex-start;
row-gap: 2px;
}
.hero-sticky-header .hero-phone-separator {
display: none;
}
.hero-sticky-header .hero-text-sub {
display: none;
}
.hero-sticky-header .hero-callback-btn {
display: none;
}
}