body {
font-family: "Montserrat", sans-serif;
font-optical-sizing: auto;
font-weight: 400;
font-style: normal;
background-image: url(//kadastr71.ru/wp-content/themes/kadastr71/img/bg.jpg);
background-size: cover;
background-attachment: fixed;
}
header {
padding-top: 100px;
}
header .container {
background-color: #000000c2;
color: #fff;
}
.vopros .container{
background-image: linear-gradient(#3470fa, #313ed7);
color: #fff;
}
.navs {
background-image: linear-gradient(#3470fa, #313ed7);
color: #fff;
}
.nav-link {
color: #fff;
font-size: 1.2rem;
}
.btn-success {
background-image: linear-gradient(#34fa47, #83d731);
border-color: #34fa47;
color: #000;
}
.btn {
border-radius: 3px;
}
.btn-success:hover {
background-image: linear-gradient(#83d731, #34fa47);
border-color: #83d731;
color: #000 !important;
}
.service-page{
font-size: .9rem;
padding-bottom: 5px;
line-height: 1.1;
}
.service-page:hover{
background-image: linear-gradient(#34fa47, #83d731);
border-radius: 3px;
}
main .container {
min-height: 80vh;
background-color: #fff;
padding-top: 15px;
padding-bottom: 15px;
}
footer .container {
background-image: linear-gradient(#34fa47, #83d731);
color: #000;
}
.accordion-button {
padding: 10px;
} .custom-toggler {
border: none;
padding: 0.5rem;
outline: none;
box-shadow: none;
}
.custom-toggler-icon {
display: block;
width: 24px;
height: 20px;
position: relative;
}
.custom-toggler .line {
display: block;
width: 100%;
height: 2px;
background: white;
position: absolute;
left: 0;
transition: all 0.3s ease;
}
.custom-toggler .line1 {
top: 0;
}
.custom-toggler .line2 {
top: 50%;
transform: translateY(-50%);
}
.custom-toggler .line3 {
bottom: 0;
} .custom-toggler[aria-expanded="true"] .line1 {
transform: translateY(9px) rotate(45deg);
}
.custom-toggler[aria-expanded="true"] .line2 {
opacity: 0;
}
.custom-toggler[aria-expanded="true"] .line3 {
transform: translateY(-9px) rotate(-45deg);
}
.navbar-toggler:focus {
box-shadow: none;
}  .custom-swiper-container {
width: 100%;
margin: 0 auto;
}
.swiper-container {
width: 100%;
height: 500px;
position: relative;
overflow: hidden;
}
.swiper-slide {
position: relative;
width: 100%;
height: 100%;
}
.slide-background {
width: 100%;
height: 100%;
}
.slide-background img {
width: 100%;
height: 100%;
object-fit: cover;
}
.slide-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
}
.slide-content {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
z-index: 2;
padding: 20px;
box-sizing: border-box;
}
.text-container {
background-color: #000000c2;
padding: 30px;
border-radius: 3px;
max-width: 80%;
color: #fff;
text-align: center;
}
.slide-title {
font-size: 2rem;
margin-bottom: 15px;
color: #fff;
}
.slide-text {
font-size: 1.1rem;
line-height: 1.5;
color: #fff;
}
.swiper-button-next,
.swiper-button-prev {
color: #fff;
width: 40px;
height: 40px;
background: rgba(50, 50, 50, 0.5);
border-radius: 50%;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 1.5rem;
}
.swiper-pagination-bullet {
background: #fff;
opacity: 0.6;
width: 12px;
height: 12px;
}
.swiper-pagination-bullet-active {
opacity: 1;
}  .service-card{
border-radius: 3px;
}
.service-card-img-container {
height: 250px;
overflow: hidden;
position: relative;
}
.service-card-img {
object-fit: cover;
width: 100%;
height: 100%;
}
.card-img-overlay {
background: rgba(0, 0, 0, 0.2);
z-index: 2;
}
.image-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.3);
z-index: 1;
transition: background 0.3s ease;
}
.service-card:hover .image-overlay {
background: rgba(0, 0, 0, 0.5);
}
.service-content {
text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}  @media (max-width: 1399px) {} @media (max-width: 1199px) {} @media (max-width: 991px) {
header {
padding-top: 0px;
}
.dropdown-item {
word-wrap: break-word;
overflow-wrap: break-word;
white-space: normal !important;
}
.slide-title {
font-size: 1.2rem;
font-weight: 600;
}
} @media (max-width: 767px) {} @media (max-width: 575px) {}