body {
font-family: "Montserrat", sans-serif;
}
.btn{
border-radius: 0;
}
.form-control{
border-radius: 0;
}
.list-group{
border-radius: 0;
}
.breadcrumb a{
text-decoration: none;
color: #000;
font-size: ;
}
.categorydescription {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.categorydescription::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: rgba(0,0,0,0.8);
z-index: 0;
}
.categorydescription > * {
position: relative;
z-index: 1;
color: #fff; }
.b_color {
color: #000;
}
.o_color {
color: #f39318;
}
main {
min-height: 90vh;
}
.block_1 {
border-bottom: 1px solid #e8e8e8;
background-color: #fff;
}
.scroll-progress {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 4px;
background: rgba(0, 0, 0, 0.1);
z-index: 9999;
overflow: hidden;
}
.scroll-progress__bar {
height: 100%;
width: 0;
background: #333;
transition: width 0.1s ease-out;
} .scroll-progress__bar.complete {
background: #e8e8e8;
animation: progressComplete 1.5s ease-in-out infinite;
}
@keyframes progressComplete {
0% {
opacity: 1;
box-shadow: 0 0 10px #e8e8e8;
}
50% {
opacity: 0.7;
box-shadow: 0 0 20px #e8e8e8;
}
100% {
opacity: 1;
box-shadow: 0 0 10px #e8e8e8;
}
}
.block_1 .nav-link {
color: #a7a7a7;
font-size: .8rem;
}
.block_1 .nav-link:hover {
color: #333;
font-weight: 400;
}
.slogan {
font-size: 1rem;
font-weight: 400;
}
.mob_slogan {
font-weight: 600;
color: #333;
font-size: .7rem;
}
.telefon a {
text-decoration: none;
color: #000;
font-weight: 600;
font-size: 1.2rem;
}
.zakazzvonok {
text-decoration: dotted;
font-weight: 600;
}
.fullscreen-swiper {
width: 100%;
height: 70vh;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
top: 70vh;
} .swiper-pagination-bullet {
width: 8px; height: 8px;
background: white;
opacity: 0.5;
margin: 0 4px !important;
border-radius: 4px; transition: all 0.3s ease;
cursor: pointer;
background: white;
} .swiper-pagination-bullet-active {
width: 30px; height: 8px; opacity: 1;
background: white;
border-radius: 4px; } .swiper-pagination-bullet:hover {
opacity: 0.8;
}
.swiper-slide {
position: relative;
width: 100%;
height: 100%;
}
.swiper-slide-img {
width: 100%;
height: 100%;
object-fit: cover;
}
.swiper-slide-content {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
text-align: center;
color: white;
z-index: 10;
max-width: 80%;
}
.swiper-slide-content h2 {
font-weight: 700;
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
} .swiper-pagination {
z-index: 1001;
}
.swiper-pagination-bullet {
background: white;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 40px;
height: 40px;
background-size: 40px 40px;
margin-top: 0;
color: #fff;
}
.swiper-button-next {
right: 20px;
}
.swiper-button-prev {
left: 20px;
}
.block_2 {
background-color: #fff;
}
.block_2 .nav-link {
color: #000;
font-size: 1rem;
font-weight: 500;
text-transform: uppercase;
padding-left: 10px;
padding-right: 10px;
}
.block_2 .nav-link:hover {
color: #333;
font-weight: 600;
}
.banner_na_glavnoj {
min-height: 700px;
background-size: cover;
background-position: bottom;
}
.slogan_na_banner {
font-size: 3rem;
color: #fff;
font-weight: 800;
}
.textshadow {
text-shadow: -1px 2px 7px rgb(0 0 0);
}
.catalogcategory .col-md-4:hover img,
.catalogcategory .col-sm-6:hover img {
transform: scale(1.1);
}
.catalogcategory .col-md-4:hover .bg-opacity-50,
.catalogcategory .col-sm-6:hover .bg-opacity-50 {
background-color: rgba(0, 0, 0, 0.6) !important;
}
.catalogcategory .transition-transform {
transition-property: transform;
}
.catalogcategory .transition-opacity {
transition-property: opacity, background-color;
}
.burger-button {
background: none;
border: none;
padding: 10px;
cursor: pointer;
display: flex;
flex-direction: column;
justify-content: space-between;
height: 35px;
width: 100%;
position: relative;
z-index: 1001;
}
.burger-line {
display: block;
height: 1px;
width: 100%;
background-color: #000;
transition: all 0.3s ease;
}
.burger-button.active .burger-line:nth-child(1) {
transform: translateY(7px) rotate(45deg);
}
.burger-button.active .burger-line:nth-child(2) {
opacity: 0;
}
.burger-button.active .burger-line:nth-child(3) {
transform: translateY(-7px) rotate(-45deg);
}
.mobile-menu {
max-height: 0;
overflow: hidden;
background-color: #fff;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
transition: max-height 0.5s ease;
position: absolute;
width: 100%;
left: 0;
z-index: 1000;
}
.mobile-menu a {
color: #333;
}
.mobile-menu.open {
max-height: 100vh;
}
.mobile-menu .nav-item {
padding: 10px 0;
border-bottom: 1px solid #eee;
}
.mobile-menu .nav-link {
padding: 0px 15px;
display: block;
}
.pcnav .dropdown-menu {
border-radius: 0;
min-width: 300px;
}
.gallery:after {content:"";display:table;clear:both;}
img.aligncenter, div.aligncenter, figure.aligncenter, img.wp-post-image {display:block; margin:1em auto;}
img.alignright, div.alignright, figure.alignright {float:right; margin:1em 0 1em 2em;}
img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {float:left; margin:1em 1em 2em 0;}
figure {max-width: 100%; height: auto; margin:1em 0;}
p img.alignright, p img.alignleft {margin-top:0;}
.gallery figure img {max-width:100%; height:auto; margin:0 auto; display:block;}
.gallery figure {float:left; margin:0 2% 1em 0;}
.gallery.gallery-columns-1 figure {width:100%; margin:0 0 1em 0; float:none;}
.gallery.gallery-columns-3 figure {width:32%;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+3) {margin-right:0;}
.gallery.gallery-columns-3 figure:nth-of-type(3n+4) {clear:left;}
.gallery.gallery-columns-2 figure {width:49%;}
.gallery.gallery-columns-2 figure:nth-of-type(even) {margin-right:0;}
.gallery.gallery-columns-2 figure:nth-of-type(odd) {clear:left;}
.gallery.gallery-columns-4 figure {width:23.25%;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+4) {margin-right:0;}
.gallery.gallery-columns-4 figure:nth-of-type(4n+5) {clear:left;}
.gallery.gallery-columns-5 figure {width:18%;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+5) {margin-right:0;}
.gallery.gallery-columns-5 figure:nth-of-type(5n+6) {clear:left;}
.gallery.gallery-columns-6 figure {width:14.2%;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+6) {margin-right:0;}
.gallery.gallery-columns-6 figure:nth-of-type(6n+7) {clear:left;}
.gallery.gallery-columns-7 figure {width:12%;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+7) {margin-right:0;}
.gallery.gallery-columns-7 figure:nth-of-type(7n+8) {clear:left;}
.gallery.gallery-columns-8 figure {width:10.2%;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+8) {margin-right:0;}
.gallery.gallery-columns-8 figure:nth-of-type(8n+9) {clear:left;}
.gallery.gallery-columns-9 figure {width:8.85%;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+9) {margin-right:0;}
.gallery.gallery-columns-9 figure:nth-of-type(9n+10) {clear:left;}
@media (max-width:767px) {
img.alignright, div.alignright, figure.alignright, img.alignleft, div.alignleft, figure.alignleft, img.wp-post-image.attachment-thumb {display:block; margin:1em auto; float:none;}
.gallery.gallery-columns-4 figure, .gallery.gallery-columns-5 figure, .gallery.gallery-columns-6 figure, .gallery.gallery-columns-7 figure, .gallery.gallery-columns-8 figure, .gallery.gallery-columns-9 figure {width:100%; margin:0 0 1em 0; float:none;}
} .masonry-grid {
display: grid;
gap: 1rem;
grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
grid-auto-rows: 200px;
}
.masonry-item {
position: relative;
overflow: hidden;
border-radius: 0; }
.masonry-item img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.3s;
}
.masonry-item:hover img {
transform: scale(1.05);
}
.masonry-item .overlay {
position: absolute;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0.7);
color: white;
padding: 1rem; transform: translateY(0);
} .masonry-item:nth-child(odd) {
grid-row: span 2;
}
.masonry-item:nth-child(even) {
grid-row: span 3;
}
.proj img {
transition: transform 0.3s ease;
transform-origin: center;
}
.proj:hover img {
transform: scale(1.05);
}
.proj {
background: rgb(149 149 149 / 38%);
}
.o-kompanii {
background-size: cover;
background-position: center;
background-repeat: no-repeat;
position: relative;
}
.o-kompanii::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.7);
}
.o-kompanii>.container {
position: relative;
z-index: 1;
}
.post-content { }
.page-link {
color: #125fa6;
}
.active>.page-link,
.page-link.active {
z-index: 3;
color: #fff;
background-color: #125fa6;
border-color: #125fa6;
}
.productcatalog-text {
font-weight: 700;
text-shadow: 0px 4px 3px rgba(0, 0, 0, 0.4), 0px 8px 13px rgba(0, 0, 0, 0.1), 0px 18px 23px rgba(0, 0, 0, 0.1);
color: #fff;
}
.productcatalog .hover-opacity {
transition: opacity 0.3s ease;
}
.productcatalog .position-relative:hover .hover-opacity {
opacity: 0.5 !important;
}
.productcatalog .transition-all {
transition: all 0.3s ease;
}
.productcatalog .position-relative:hover .transition-all {
transform: scale(1.03);
}
footer {
background-color: #000;
color: #fff;
padding: 70px 0;
}
iframe {
filter: grayscale(100%);
} @media (max-width: 1399px) {
.block_2 .nav-link {
padding: 5px;
font-size: 1.1rem;
}
} @media (max-width: 1199px) {
} @media (max-width: 991px) {
.fullscreen-swiper {
height: 50vh;
}
.swiper-button-next,
.swiper-button-prev {
position: absolute;
top: 30%;
transform: translateY(-50%);
width: 24px;
height: 24px;
background-size: 24px 24px;
margin-top: 0;
color: #fff;
z-index: 10;
}
.swiper-button-next:after,
.swiper-button-prev:after {
font-size: 16px;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
top: 50vh;
} .mobile-menu .menu-item-has-children {
position: relative;
} .mobile-menu .menu-toggle {
position: absolute;
right: 15px;
top: 50%;
transform: translateY(-50%);
width: 20px;
height: 20px;
display: flex;
align-items: center;
justify-content: center;
transition: transform 0.3s ease;
} .mobile-menu .sub-menu {
max-height: 0;
overflow: hidden;
padding-left: 15px;
transition: max-height 0.3s ease;
background-color: rgba(0, 0, 0, 0.03);
} .mobile-menu .sub-menu.active {
max-height: 1000px; } .mobile-menu .sub-menu .nav-item {
border-bottom: none;
}
.mobile-menu .sub-menu .nav-link {
font-size: 0.9rem;
color: #555;
}
.mobile-menu .sub-menu .nav-item {
padding: 5px;
}
.mobile-menu .sub-menu .nav-link:hover {
color: #000;
} .mobile-menu .menu-toggle.active {
transform: translateY(-50%) rotate(180deg);
}
} @media (max-width: 767px) {
.banner_na_glavnoj {
min-height: 400px;
}
.slogan_na_banner {
font-size: 1.7rem;
}
.masonry-grid {
grid-template-columns: repeat(auto-fill, minmax(80vw, 1fr));
}
.proj .fs-5 {
font-size: .9rem !important;
}
.proj .ploshhad {
font-size: .8rem !important;
}
.contact-block {
max-width: 280px !important;
left: 10px !important;
transform: none !important;
top: 20px !important;
}
} @media (max-width: 575px) {}