
@font-face {
    font-family: "Roboto";
    src: url("/catalog/view/theme/prostore/fonts/Roboto-Thin.woff2") format("woff2"), url("/catalog/view/theme/prostore/fonts/Roboto-Thin.woff") format("woff");
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Roboto";
    src: url("/catalog/view/theme/prostore/fonts/Roboto-Light.woff2") format("woff2"), url("/catalog/view/theme/prostore/fonts/Roboto-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.mt-30 {
    margin-top: 30px;
}

.lh-1-6 {
    line-height: 1.6;
}

/* ===== For Investors Start ===== */

.docs-section {
    padding: 10px 0;
}

.docs-section h2 {
    font-size: 2.8rem;
    font-weight: 500;
    margin: 70px 0 30px 0;
    border-bottom: 1px solid #cbcbcb;
    padding-bottom: 15px;
}

.docs-section .doc-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    color: inherit;
    border-radius: 6px;
    padding: 20px 24px 20px 20px;
    transition: background-color 0.3s, transform 0.3s, box-shadow 0.3s;
    gap: 15px;
    line-height: 1.5;
    background: #ffffff;
    height: 100%;
    box-sizing: border-box;
}

.docs-section .col-xs-12, .docs-section .col-sm-6, .docs-section .col-md-4, .docs-section .col-lg-3 {
    margin-bottom: 20px;
}

.docs-section .doc-item:hover,
.docs-section .doc-item:focus {
    background: #ebebf0;
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.08);
    text-decoration: none;   
}
 
.docs-section .doc-icon {
    display: flex;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;          
    align-items: flex-start;
}

.docs-section .doc-icon img {
    display: block;            
    width: 40px;
    height: 40px;
    min-width: 40px;
    min-height: 40px;
    max-width: none;         
    object-fit: contain;
    -webkit-flex: 0 0 40px;    
    flex: 0 0 40px; 
    filter: hue-rotate(350deg);          
}


.docs-section .doc-label {
    font-size: 16px;
    word-break: break-word;
    line-height: 1.4;
}
    
.requisites ul.ul-requisites li:after{
    content: "";
    display: block;
    position: absolute;
    top: 18px;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 25%;
    background: #ce2024;
}

.requisites ul.ul-requisites li {
    padding: 1rem 0 0 2rem;
    margin: 0;
    position: relative;
    font-size: 16px;
    line-height: 1.6;
}

.requisites ul.ul-requisites {
    margin: 0 0 3rem 2rem;
    padding: 0;
    list-style: none;
}

.requisites .banki {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    margin-bottom: 40px;
}

.requisites .banki .item {
    background-color: #fff;
    padding: 25px 40px;
    margin-right: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.requisites .item p {
    margin-bottom: 2rem;
}

.requisites .item-text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 0.8rem;
}

.requisites p {
    font-size: 16px;
    line-height: 1.6;
}

.docs-section .lh-1-6 a {
    text-decoration: underline;
}


@media (max-width: 1024px) {
    .requisites .banki {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {
    .docs-section .doc-label {
        font-size: 14px;
    }
    .docs-section h2 {
        font-size: 2.4rem;
        margin: 50px 0 30px 0;
    }
    .docs-section .lh-1-6 a {
        word-break: break-word;
        white-space: normal;
        overflow-wrap: break-word;
    }
}

@media (min-width: 1025px) {
    .requisites .item p {
        height: 75px;
    }
}


.docs-section .steps-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 90px;
}

.docs-section .step {
  background: #ffffff;
  padding: 10px 35px 30px 45px;
  border-radius: 8px;
  flex: 1;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.docs-section .step-icon {
  font-size: 70px;
  color: #d9534f;
  margin-bottom: 15px;
}

.docs-section .step-number {
  font-size: 68px;
  font-weight: 700;
  color: #ce2024;
}

.docs-section .step-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  line-height: 1.4;
}

.step-text {
  font-size: 16px;
  color: #000;
  line-height: 1.4;
}

.step-text i {
  color: #ce2024;
  font-size: 18px;
}

.step-text div {
  margin-top: 10px;
}

.docs-section .step-text a {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .docs-section .steps-wrapper {
    flex-direction: column;
    margin-bottom: 70px;
  }
}

/*Main page - Brands*/

a.brands-featured__item {
    width: 225px;
    border-radius: 7px;
}

.brands-featured__item-image img {
    max-width: 180px;
    background: #ffffff;
    padding: 10px;
}


.brands-featured__item-image {
    background: #ffffff;
    border-radius: 7px;
}
@media (max-width: 1199px) {
a.brands-featured__item {
    width: 155px;
  }    
}    
@media (min-width: 1200px) and (max-width: 1400px) {
a.brands-featured__item {
    width: 180px;
}   
}  

/*Main page*/

.page-homepage .brands-featured__title {
    margin: 0 0 2.5rem;
    font-size: 2.8rem;
}

.page-homepage .brands-featured__title, .page-homepage .set__title, .page-homepage .video__title, .page-homepage .benefits__title, .page-homepage .news-featured__title, .page-homepage .reviews-featured__title, .page-homepage .categories__title, .page-homepage .blog-featured__title, .page-homepage .products-featured__title, .page-homepage .stories-features__title  {
    margin: 0 0 2.5rem;
    font-size: 2.8rem;
}

@media (max-width: 767px) {
.page-homepage .brands-featured__title, .page-homepage .set__title, .page-homepage .video__title, .page-homepage .benefits__title, .page-homepage .news-featured__title, .page-homepage .reviews-featured__title, .page-homepage .categories__title, .page-homepage .blog-featured__title, .page-homepage .products-featured__title, .page-homepage .stories-features__title  {
    font-size: 2rem;
}
}

/*Product Card*/

.review-lab  {
   margin: 1rem 0 7rem 0;
 }  

.parts-presentation  {
    margin-top: 2rem;
 }  

@media (min-width: 992px) {
.parts-presentation  {
      padding: 0 12rem;
 } 
}

.liebherr-price-banner h2 {
    display: flex;
    align-items: center;
    margin: 0;
    line-height: 0;
    grid-gap: 15px;
    background: #ffd000;
    padding: 45px;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 3.2rem;
}

.liebherr-price-banner h2 img {
    width: 216px;
}

@media (max-width: 768px) {
	.liebherr-price-banner h2 {
        flex-direction: column;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 20px;
        grid-gap: 29px;
    }
}

@media (max-width: 310px) {
	.liebherr-price-banner h2 {
        font-size: 16px;
    }
  .liebherr-price-banner h2 img {
    width: 179px;
    }
}

.product-card .liebherr-price-banner {
   margin-top: -3.7rem;
 }  

@media (max-width: 1199px) { .product-card .liebherr-price-banner {
     margin-top: -2rem;
    }   
 }
 
 
/*Breadcrumbs Order*/


.breadcrumbs__menu {
  order: 1;
  padding-bottom: 15px;
}

.breadcrumbs__title {
  order: 2;
}

.breadcrumbs__counter {
  order: 3;
}

h1.brand-title {
    font-size: 44px;
    font-weight: 700;
    margin: 10px auto 30px auto;
    text-align: center;
}

@media (max-width: 1023px) {
    h1.brand-title {
        font-size: 38px;
        margin-top: 20px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    h1.brand-title {
        font-size: 28px;
        margin: 0 auto 20px auto;
    }
}

.brand-plane {
    text-align: center;
    margin: -10px 0 40px 0;
}

.brand-plane img {
    width: 220px;
}

.price-vat {
    font-size: 16px;
    color: #bdc2d4;
    margin-left: 10px;
    font-weight: 400;
    margin-top: 10px;
}

/* Advantages block: compact B2B look */
/* container */
.p-advantages{
  display:flex;
  flex-wrap:wrap;
  gap:18px 22px;
  padding:16px 0;
}

/* item */
.p-adv{
  flex:1 1 calc(50% - 22px);
  min-width:260px;
  display:flex;
  align-items:center;
  gap:14px;
  line-height:1.25;
}

/* icon wrapper */
.p-adv__icon{
  width:35px;                  /* 44px - 20% */
  height:35px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#ce2024;
  flex:0 0 35px;
}

/* svg */
.p-adv__icon svg{
  width:35px;
  height:35px;
  display:block;
}

/* unified icon style */
.p-adv__icon svg path,
.p-adv__icon svg line,
.p-adv__icon svg polyline,
.p-adv__icon svg rect,
.p-adv__icon svg circle{
  stroke: currentColor;
  stroke-width:1.2;
  stroke-linecap:round;
  stroke-linejoin:round;
  fill:none;
}

/* text */
.p-adv__text{
  font-size:1.5rem;
  color:#2b2f33;
}

/* import arrow offset (separated from box) */
.icon-import .icon-import__arrow{
  transform: translate(3.2px, -1.8px);
  transform-box: fill-box;
  transform-origin: center;
}

/* delivery pin — slightly squashed */
.icon-delivery-pin{
  transform: scaleY(0.92);
  transform-origin: center;
}

/* warranty — slightly squashed to same optical height */
.icon-warranty{
  transform: scaleY(0.9);
  transform-origin: center;
}

/* desktop: 4 in row */
@media (min-width:1200px){
  .p-adv{
    flex:1 1 calc(25% - 22px);
    min-width:240px;
  }
}

/* mobile */
@media (max-width:560px){
  .p-adv{
    flex:1 1 100%;
    min-width:0;
  }
}

.delivery-page p {
    margin-bottom: 1rem;
}

.delivery-page h2, .delivery-page h3 {
    margin: 4rem 0 2rem;
}

.delivery-page__logo {
    text-align: center;
}

.delivery-page__logo img {
    max-width: 500px;
}

.delivery-page__tk-companies .swiper-slide {
    display: flex;
    padding: 0 15px;
    height: auto;
}

.delivery-page__tk-companies {
    padding: 40px 0;
}

.delivery-page__tk-companies__item {
    background: #ebebef;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    height: 100%;
    width: 100%;
}

.delivery-page__tk-companies__item img {
    height: 135px;
    width: 100%;
    object-fit: contain;
}

.order-kp {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 1px solid #ce2023;
    color: #ce2023;
}

.order-kp:hover {
    color: #fff;
    background: #ce2023;
}

@media (min-width: 768px) {
    .order-kp {
        max-width: 379px;
    }
}


/* Atlas Copco */

 
.atlas-copco-product-banner {
    margin-top: -35px;
}

.atlas-copco-product-banner div img {
    width: 216px;
}

.atlas-copco-product-banner div {
    display: flex;
    align-items: center;
    margin: 0;
    grid-gap: 15px;
    color:#ffffff;
    background: #0497c4;
    padding: 45px;
    justify-content: center;
    font-weight: 300;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 3rem;
}

@media (max-width: 1320px) {
  .atlas-copco-product-banner div {
        flex-flow: column;
        text-align: center;
        grid-gap: 10px;
        line-height: 1.3;
   }
}

@media (max-width: 1198px) {
  .atlas-copco-product-banner {
        margin-top: -20px;
   }
}

@media (max-width: 767px) {
  .atlas-copco-product-banner div {
        padding: 25px;
        font-size: 2rem;
   }
}

.atlas-copco-category-banner .img-wrap {
    height: 300px;  
    width: 100%;
    overflow: hidden;
}

.atlas-copco-category-banner .img-wrap img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 80%;
    border-radius: 10px;
}

.atlas-copco-category-banner .atlas-zag img {
    width: 170px;
    height:100%;
}

.atlas-copco-category-banner {
    display: flex;
    align-items: center;
    margin: 0;
    grid-gap: 20px;
    color:#ffffff;
    background: #0497c4;
    padding: 45px;
    justify-content: center;
    font-weight: 500;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 3.5rem;
    flex-direction: column;
}

.atlas-copco-category-banner .atlas-zag {
    display: flex;
    align-items: center;
    grid-gap: 50px;
    line-height: 1.3;
}

@media (max-width: 1060px) {
  .atlas-copco-category-banner .atlas-zag {
        grid-gap: 30px;
        line-height: 1.3;
        font-size: 3rem;
   }
}


@media (max-width: 960px) {
  .atlas-copco-category-banner .atlas-zag {
        font-size: 2.5rem;
   }
}

@media (max-width: 767px) {
    .atlas-copco-category-banner {
        padding: 25px;
   }
  
.atlas-copco-category-banner .atlas-zag {
        font-size: 2rem;
        flex-direction: column;
        align-items: center;
        text-align: center;
        grid-gap: 15px;
   }
}

.atlas-copco-label {
    background: #0497c4;
}