:root {
--black: #131313;
--beige: #DECB91;
--white: #FFFFFF;
--gray: #B2B2B2;
--section-padding: 65px;
}
* {
font-family: 'Montserrat', sans-serif;
}
body {
background: var(--white);
color: var(--black);
} .btn-beige {
background: var(--beige);
color: var(--black);
border-radius: 5px;
font-weight: 600;
font-size: 14px;
padding: 10px 18px;
transition: all 0.3s ease;
}
.btn-beige:hover {
background: #c9b77d;
color: var(--black);
}
.btn-outline-beige {
border: 1px solid var(--beige);
color: var(--white);
border-radius: 5px;
font-weight: 600;
font-size: 14px;
padding: 10px 18px;
background: transparent;
transition: all 0.3s ease;
}
.btn-outline-beige:hover {
background: var(--beige);
color: var(--black);
} .navbar {
background: var(--white) !important;
padding: 18px 0;
}
.navbar-brand {
font-weight: 700;
font-size: 16px;
color: var(--black) !important;
}
.nav-link {
font-weight: 600;
font-size: 14px;
color: var(--black) !important;
padding: 10px !important;
transition: color 0.3s ease;
}
.nav-link:hover {
color: var(--beige) !important;
}
@media (max-width: 1199px) { }
@media (max-width: 575px) {
.navbar {
padding: 15px 0;
}
} .hero-section {
background: var(--black);
padding: 51px 0 80px;
min-height: 550px;
}
.hero-title {
font-size: 48px;
font-weight: 700;
color: var(--white);
line-height: 1.2;
margin-bottom: 21px;
}
.hero-text {
font-size: 14px;
font-weight: 600;
color: var(--white);
line-height: 1.7;
margin-bottom: 21px;
}
.hero-image {
max-width: 100%;
height: auto;
}
.hero-buttons {
display: flex;
gap: 23px;
flex-wrap: wrap;
}
@media (max-width: 1199px) {
.hero-title {
font-size: 42px;
}
}
@media (max-width: 575px) {
.hero-section {
padding: 30px 0 50px;
}
.hero-title {
font-size: 28px;
}
.hero-buttons {
flex-direction: column;
gap: 15px;
}
.hero-buttons .btn {
width: 100%;
}
} .why-section {
background: var(--beige);
padding: 61px 0;
}
.why-card {
background: var(--white);
border-radius: 5px;
padding: 30px 20px;
height: 100%;
text-align: center;
}
.why-icon {
width: 49px;
height: 49px;
background: var(--beige);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 20px;
}
.why-icon i {
font-size: 24px;
color: var(--black);
}
.why-card h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 12px;
}
.why-card p {
font-size: 14px;
font-weight: 600;
line-height: 1.7;
color: var(--black);
}
@media (max-width: 1199px) { }
@media (max-width: 575px) {
.why-section {
padding: 40px 0;
}
.why-card {
margin-bottom: 24px;
}
} .services-section {
background: var(--black);
padding: 61px 0;
}
.services-section .section-title {
color: var(--white);
}
.service-card {
border: 1px solid var(--white);
border-radius: 5px;
padding: 21px 17px;
height: 100%;
transition: all 0.3s ease;
}
.service-card:hover {
border-color: var(--beige);
}
.service-icon {
width: 42px;
height: 42px;
background: var(--beige);
border-radius: 6px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.service-icon span {
font-size: 20px;
font-weight: 700;
color: var(--black);
}
.service-card h3 {
font-size: 20px;
font-weight: 700;
color: var(--white);
margin-bottom: 12px;
}
.service-card p {
font-size: 14px;
font-weight: 600;
color: var(--gray);
line-height: 1.7;
margin: 0;
}
@media (max-width: 1199px) { }
@media (max-width: 575px) {
.services-section {
padding: 40px 0;
}
.service-card {
margin-bottom: 24px;
}
} .how-section {
background: var(--white);
padding: 65px 0;
}
.step-item {
text-align: center;
}
.step-number {
width: 44px;
height: 44px;
background: var(--beige);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
margin: 0 auto 12px;
font-size: 20px;
font-weight: 700;
}
.step-item h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 12px;
}
.step-item p {
font-size: 14px;
font-weight: 600;
line-height: 1.7;
}
@media (max-width: 1199px) { }
@media (max-width: 575px) {
.how-section {
padding: 40px 0;
}
.step-item {
margin-bottom: 30px;
}
} .diagnostics-section {
background: var(--black);
padding: 65px 0;
}
.diagnostics-section h2 {
color: var(--beige);
font-size: 32px;
font-weight: 700;
margin-bottom: 10px;
}
.diagnostics-section .desc-text {
color: var(--white);
font-size: 14px;
font-weight: 600;
line-height: 1.7;
margin-bottom: 10px;
}
.diagnostics-list {
border: 1px solid var(--white);
border-radius: 7px;
padding: 21px 29px;
}
.diagnostics-list h4 {
color: var(--white);
font-size: 20px;
font-weight: 700;
margin-bottom: 10px;
}
.diagnostics-list li {
color: var(--white);
font-size: 14px;
font-weight: 600;
line-height: 1.7;
margin-bottom: 5px;
}
.diagnostics-list li i {
color: var(--beige);
margin-right: 8px;
}
.diagnostics-form {
border: 1px solid var(--gray);
border-radius: 5px;
padding: 17px 23px;
}
.diagnostics-form h4 {
color: var(--white);
font-size: 20px;
font-weight: 700;
margin-bottom: 17px;
}
.form-control-custom {
background: transparent;
border: 1px solid var(--gray);
border-radius: 5px;
padding: 12px;
color: var(--white);
font-size: 14px;
font-weight: 600;
margin-bottom: 16px;
}
#dialog-content .form-control-custom {
margin-bottom: 0px;
}
#dialog-content .form-control-custom{
color: #000;
}
.form-control-custom::placeholder {
color: var(--gray);
}
.form-control-custom:focus {
background: transparent;
border-color: var(--beige);
color: var(--white);
box-shadow: none;
}
textarea.form-control-custom {
min-height: 100px;
resize: none;
}
.btn-submit {
width: 100%;
padding: 13px;
font-size: 14px;
font-weight: 600;
}
@media (max-width: 1199px) {
.diagnostics-section h2 {
font-size: 28px;
}
}
@media (max-width: 575px) {
.diagnostics-section {
padding: 40px 0;
}
.diagnostics-list {
margin-bottom: 24px;
}
} .reviews-section {
background: var(--beige);
padding: 61px 0;
}
.reviews-section .section-title {
color: var(--white);
}
.review-card {
background: var(--white);
border-radius: 5px;
padding: 20px 16px;
height: 100%;
}
.review-author {
font-size: 14px;
font-weight: 600;
margin-bottom: 3px;
}
.review-text {
font-size: 14px;
font-weight: 600;
line-height: 1.7;
margin-bottom: 3px;
}
.review-service {
font-size: 14px;
font-weight: 600;
color: var(--gray);
}
@media (max-width: 1199px) { }
@media (max-width: 575px) {
.reviews-section {
padding: 40px 0;
}
.review-card {
margin-bottom: 24px;
}
} .contacts-section {
background: var(--white);
padding: 61px 0;
}
.contacts-section h3 {
font-size: 20px;
font-weight: 700;
margin-bottom: 4px;
}
.contact-label {
font-size: 14px;
font-weight: 600;
margin-bottom: 2px;
}
.contact-value {
font-size: 14px;
font-weight: 600;
margin-bottom: 4px;
}
.telegram-link {
font-size: 20px;
font-weight: 700;
color: var(--black);
text-decoration: underline;
display: block;
margin-bottom: 15px;
}
.telegram-link:hover {
color: var(--black);
}
.qr-code {
width: 130px;
height: 130px;
background: var(--gray);
border-radius: 5px;
display: flex;
align-items: center;
justify-content: center;
}
@media (max-width: 1199px) { }
@media (max-width: 575px) {
.contacts-section {
padding: 40px 0;
}
} .footer {
background: var(--black);
padding: 22px 0;
}
.footer-text {
color: var(--white);
font-size: 14px;
font-weight: 600;
line-height: 1.7;
}
.footer-links {
list-style: none;
padding: 0;
margin: 0;
}
.footer-links li {
margin-bottom: 10px;
}
.footer-links a {
color: var(--white);
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: color 0.3s ease;
}
.footer-links a:hover {
color: var(--beige);
}
.footer-title {
color: var(--white);
font-size: 14px;
font-weight: 600;
margin-bottom: 10px;
}
.copyright {
color: var(--white);
font-size: 14px;
font-weight: 600;
text-align: center;
margin-top: 47px;
}
@media (max-width: 1199px) { }
@media (max-width: 575px) {
.footer .row > div {
margin-bottom: 20px;
}
} .section-title {
font-size: 32px;
font-weight: 700;
margin-bottom: 43px;
text-align: center;
}
@media (max-width: 1199px) {
.section-title {
font-size: 28px;
}
}
@media (max-width: 575px) {
.section-title {
font-size: 24px;
margin-bottom: 30px;
}
}