

/* Start:/local/templates/pro_diesel/template_styles.css?178073581634761*/
@font-face {
    font-family: 'Inter';
    src: url("/local/templates/pro_diesel/fonts/inter/woff2/inter-light.woff2") format('woff2'); 
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/pro_diesel/fonts/inter/woff2/inter-regular.woff2") format('woff2') ; 
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/pro_diesel/fonts/inter/woff2/inter-medium.woff2") format('woff2'); 
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/pro_diesel/fonts/inter/woff2/inter-semibold.woff2") format('woff2'); 
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Inter';
    src: url("/local/templates/pro_diesel/fonts/inter/woff2/inter-bold.woff2") format('woff2'); 
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url("/local/templates/pro_diesel/fonts/inter/woff2/inter-black.woff2") format('woff2'); 
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}


:root {
    --bnd-base: 8px;
    --bnd-border-r: calc(var(--bnd-base) * 2);
    --bnd-yellow-color: #F8AF42;
    --bnd-main-color: var(--bnd-yellow-color);
    --bnd-gray-color: #eff2f7;
    --bnd-white-color: #ffffff;
    --bnd-black-color: #1C1F25;
    --bnd-black-07-color: rgba(28, 31, 37, 0.7);
    --bnd-bkg-color: var(--bnd-black-color);
    --bnd-gap: calc(var(--bnd-base) * 3);
    --bnd-margin-top: calc(var(--bnd-base) * 5);
    --bnd-margin-bottom: calc(var(--bnd-base) * 5);
    --bnd-margin-bottom--half: calc(var(--bnd-margin-bottom) / 2);
    --bnd-margin-top--half: calc(var(--bnd-margin-top) / 2);
}

* {
    box-sizing: border-box;
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.5;
    scroll-margin-top: 100px;
    padding: 0;
    margin: 0;
}

html {
    scroll-behavior: smooth;
}

a {
    color: inherit;
}

body{
    font-size:calc(var(--bnd-base) * 2);    
}

h1,
.h1{
    font-size:calc(var(--bnd-base) * 4);
    font-weight: 900;
    line-height: 1.2;
    text-box: trim-both cap alphabetic;
}

h2,
.h2{
    font-size:calc(var(--bnd-base) * 3.5); 
    font-weight: 900;
    line-height: 1.3;
    text-box: trim-both cap alphabetic;
}

h3,
.h3{
    font-size: calc(var(--bnd-base) * 3);
    font-weight: 900;
    line-height: 1.3;
    text-box: trim-both cap alphabetic;
}

h4,
.h4{
    font-size:calc(var(--bnd-base) * 2.5);
    font-weight: 900;
    line-height: 1.3;
    text-box: trim-both cap alphabetic;
}

p,
.p {
      font-size:calc(var(--bnd-base) * 2);  
      text-box: trim-both cap alphabetic;
}

.block {
    display: block;
}

.bnd-btn{
    color: black;
    text-decoration: none;
    font-size:calc(var(--bnd-base) * 2);  
    border-radius: 30px;
    padding:20px;
    border:black solid 1px;
    width: fit-content;
    cursor: pointer;
    line-height: 1;
}
.bg-black{
    background-color: var(--bnd-bkg-color);
    color: white;
}
.bg-black span{
color: var(--bnd-main-color);
}
.bg-yellow{
background-color: var(--bnd-main-color) ;
}

.section {
    margin-bottom: var(--bnd-margin-top);
    margin-top: var(--bnd-margin-bottom);
}

.section--padding {
    padding-bottom: var(--bnd-margin-top);
    padding-top: var(--bnd-margin-bottom);
}

.section__boxed {
    margin-left: calc(var(--bnd-base) * 2);
    margin-right: calc(var(--bnd-base) * 2);
}

.section__boxed--padding {
    padding-left: calc(var(--bnd-base) * 2);
    padding-right: calc(var(--bnd-base) * 2);
}

img{
width:100%;
}
.section__heading{
    display: flex;
    flex-direction: column;
    gap: var(--bnd-gap);
    align-items: center;
    text-align: center;
}
.section__heading.inside{
text-align: left;
align-items: start;
}

section .section__heading{
    margin-bottom: calc(var(--bnd-base) * 4);
}

a{
text-decoration: none;
color:black;
}

.cloud-item{
padding: 0 12px;
border: solid 1px #B6BCCD;
display: flex;
gap: 8px;
border-radius: 20px;
width: fit-content;
align-items: center;
background: white;

box-shadow: 0 0 1px 0 rgba(44, 58, 114, 0.05), 0 2px 6px 0  rgba(44, 58, 114, 0.05), 0 10px 18px 0 rgba(58, 76, 146, 0.10);
}
.cloud-item-txt{
font-size: 11px;
}
.bg-black .cloud-item-txt{
color:black;
}
.bg-yellow .maintenance__item-top-img{
border: black solid 1px;
}

.overflow-hidden {
    overflow: hidden;
}
@media screen and (min-width: 600px) {
    :root{
        --bnd-gap: calc(var(--bnd-base) * 3);
        --bnd-margin-bottom: calc(var(--bnd-base) * 10);
        --bnd-margin-top: calc(var(--bnd-base) * 10);
    }

}
@media screen and (min-width: 1170px) {
    :root{
        --bnd-gap: calc(var(--bnd-base) * 4);
    }

    h1,
    .h1{
        font-size:calc(var(--bnd-base) * 6);
        line-height: 1.2;
    }

    h2,
    .h2{
        font-size:calc(var(--bnd-base) * 5); 
        line-height: 1.2;
    }

    h3,
    .h3{
        font-size: calc(var(--bnd-base) * 5);
        line-height: 1.2;
    }

    h4,
    .h4{
        font-size:calc(var(--bnd-base) * 2.5);
        line-height: 1.2;
    }

    .section__boxed{
        margin-left: calc(var(--bnd-base) * 6);
        margin-right: calc(var(--bnd-base) * 6);
    }

}

@media screen and (min-width: 1660px){
    :root{
        --bnd-base: 10px;
        --bnd-gap: calc(var(--bnd-base) * 5);
        --bnd-margin-bottom: calc(var(--bnd-base) * 15);
        --bnd-margin-top: calc(var(--bnd-base) * 15);
        --bnd-max-content-width: 1600px;
    }

    .section__boxed {
        margin-left: auto;
        margin-right: auto;
        max-width: var(--bnd-max-content-width);
    }

    .section__boxed--padding {
        display: flex;
        justify-content: center;
        max-width: var(--bnd-max-content-width);
    }
}

/* Меню Старт*/
.header__right{
display: flex;
gap: 20px;
align-items: center;
}
.header__right-social{
display: flex;
flex-direction: column;
gap: 17px;
}
.header__right-social-content{
    display: flex;
    align-items: center;
    justify-content: right;
    gap: var(--bnd-base);
}

.menu-logo {
    position: relative;
    display: grid;
    /* grid-template-columns: repeat(5, minmax(0, 1fr)); */
    gap: 5px;
    max-width: calc(var(--bnd-base) * 25);

    @media (width >= 1170px) {
        max-width: 250px;
    }

    @media (width >= 1600px) {
        max-width: 300px;
    }

    .icon {
        grid-column: 1/2;
        grid-row: 1/3;
        width: calc(var(--bnd-base) * 6);
        height: auto;
    }

    .name {
        grid-column: 2/3;
        grid-row: 1/2;
        max-width: 100%;
        transform: translateY(4px);
    }

    .address {
        font-size: calc(var(--bnd-base) * 1.5);
        grid-column: 2/3;
        grid-row: 2/3;        
    }
}




.header {
    background: #ffffff;
    position: fixed;
    width: 100%;
    z-index: 11;
    top: 0;
    padding-top: var(--bnd-base);
    padding-bottom: var(--bnd-base);
    /* transition: top 0.3s ease-in; */
}

.header.active {
    z-index: 11;
}
#mobile-menu .contact__content{
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 2);
    margin-top: auto;
    padding: 0 0 65px 20px;
}

.header.active .burger-menu__line:nth-of-type(2) {
    opacity: 0;
}

.header.active #burger-menu-btn .burger-menu__line:nth-of-type(1) {
    background-color: black;
    transform: rotate(45deg) translate(8px, 0px);
}

.header.active #burger-menu-btn .burger-menu__line:nth-of-type(3) {
    background-color: black;
    transform: rotate(-45deg) translate(13px, -4px);
}

.row-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.row-group__icon {

}

.row-group__text {
    color: var(--bnd-white-color);
    font-size: 13px;
}

.row-group__text .email {
    color: black;
}

.messenger {
    display: flex;
    align-items: center;
    gap: 4px;
}

.messengers-area,
.messengers-area__links {
    align-items: center;
    color: var(--bnd-white-color);
    display: flex;
    gap: 12px;
}

.messengers-area__title {
    color: var(--bnd-white-color);
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.23; 
    max-width: 70px;
}

.messengers-area__title,
.phone-area {
    color: var(--bnd-white-color);
    text-decoration: none;
}

.phone-area {
    align-items: center;
    display: flex;
    gap: 4px;
}

.phone-area__number {
    font-weight: 700;
}

.section__menu {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    width: 100%;
    /* transition: background-color 0.2s ease-in-out, padding 0.25s ease-in-out;; */
}

.section__menu.fixed {
    position: fixed;
    top: 0;
    z-index: 5;
}

.section__menu.black {
    background: transparent;
}

.menu-row_fixed{
    display: none;
}

.menu-row__item {
    display: flex;
    gap: 12px;
}

.menu-row--top {
    border-radius: 0 0 20px 20px;
    background: #000;
    display: flex;
    padding: 6px 20px;
    justify-content: space-between;
    align-items: center;
    z-index: 14;
}



.header.active .menu-row__left,
.header.active .menu-row__center {
    display: none;
}

.header.active .menu-row__right {
    margin-left: auto;
}

.menu-row--bot {  
   
    z-index: 2;
}

.animation-container.reveal .animation-target.top-to-bot.menu-row--bot.active {
    transform: translateY(-100px);
}




.section__menu-header{
background: white;
}
.menu-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 44px;
    
}

.header.active .menu-row--top .hide-if-active-menu {
    display: none;
}

.header.active .menu-row--top .show-if-active-menu {
    display: flex;
}


.menu-logo-content {
    display: flex;
    align-items: center;
    gap: 15px;
}


.menu-row__right{
    display: flex;
    align-items: center;
    gap: 20px;
}


    .menu__content{
        display: flex;       
        flex-direction: column;
        gap: 10px;
    }


    .default-hover-effect {
        background: transparent;
        cursor: pointer;
        position: relative;
        transition: color 0.5s ease-in-out;
    }

    .default-hover-effect::before {
        content: "";
        background: var(--silver-red);
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        will-change: transform;
        backface-visibility: hidden;
        transform-origin: bottom center;
        transform: scaleY(0);
        transition: transform 0.5s ease-in-out;
        z-index: -1;
    }
    
    .default-hover-effect:hover::before {
        transform: scaleY(1);
    }

    .default-hover-effect:hover{
        color:  var(--silver-white);
    }

    .default-hover-effect:hover .stroke {
        stroke: var(--silver-white);
    }

    .default-hover-effect:hover .fill {
        fill: var(--silver-white);
    }

    .default-hover-effect:hover .bnd-btn--nav-icon {
        transform: rotate(45deg) translate(-1px, -1px);
    }

    .default-hover-effect .bnd-btn--nav-text{
        opacity: 0;
    }

    .default-hover-effect:hover .bnd-btn--nav-text{
        opacity: 1;
    }

    .default-hover-effect:hover .op-btn svg path {
        stroke: white;
    }

    .default-hover-effect:hover .op-btn {
        color: white;
    }

    #burger-menu-btn {
        cursor: pointer;
        position: relative;
        padding: 7px 2px;
        height: 33px;
        width: 32px;
        transition: padding 0.4s ease;
        z-index: 12;
    }

    .burger-menu-btn {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }

    .burger-menu__line {
        flex-shrink: 0;
        background: black;
        transition: opacity 0.4s ease, transform 0.4s ease, background-color 0.2s ease;
        transform-origin: center;
        height: 1px;
        width: 100%;
    }

#mobile-menu {
    background: white;
    left: 0;
    top: 0;
    position: fixed;
    width: 100%;
    height: 100dvh;
    transform: translateY(calc(-100vh - 44px));
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    z-index: 1;
}
.mobile-menu-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
    width: 100%;
    height: 100%;
}

.mobile-menu__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc(var(--bnd-base) * 2);
}

.mobile-menu__header-title {
    color: black;
    font-size: 21px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; 
    text-transform: uppercase;
}

.mobile-menu__list {
    display: inline-block;
    padding: calc(var(--bnd-base) * 2);
    position: relative;
}
.menu--mobile {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
#mobile-menu.active {
    opacity: 1;
    transform: translateY(0);
}


#burger-menu-btn .close-icon {
    display: none;
    height: 24px;
    width: auto;
}

#burger-menu-btn.active .close-icon {
    display: block;
}


.section__mobile-submenu.active {
    opacity: 1;
    z-index: 5;
    transform: translateX(0);
}

.section__mobile-submenu-header {
    border-bottom: 1px solid var(--silver-blue-015);
    padding-bottom: 12px;
    padding-top: 12px;
}

.submenu-header__close {
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 4px;
    margin-left: -4px;
}

.submenu-header__close img {
    width: 6.2px;
    height: 5.7px;
}

.submenu-group {
    display: none;
    opacity: 0;
    transition: opacity 0.5s;
}

.submenu-group.active  {
    display:flex;
    opacity: 1;
    transition: opacity 0.2s;
}

.mobile-menu__bot {
    margin-top: auto;
}

.menu-label {
    color: var(--bnd-white-color);
    font-size: 13px;
    line-height: 1.3;
    opacity: 0.7;
}



.header__logo-txt{
    font-size: 10px;
}

.contact__info{
  display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 1.5);
}
.contact__item {
    display: flex;
    gap: 12px;
    align-items: center;
    text-box: trim-both cap alphabetic;
    text-decoration: none;
}
.contact__item-icon {
    display: flex;
    width: 36px;
    height: 36px;
    justify-content: center;
    align-items: center;
    border-radius: 27px;
    border: 1px solid #F2F2F2;
}
.contact__item-txt {
    color: #111A22;
    font-size: 18px;
    line-height: 22px;
}
.contact__item-txt span {
    display: block;
    color: #726464;
    font-size: 13px;
    line-height: 16px;
}
.social-content {
    display: flex;
    gap: var(--bnd-base);
}
.social-item {
    display: flex;
     gap: var(--bnd-base);
    align-items: center;
    border-radius: 40px;
    background: #F2F2F2;
    text-decoration: none;
    color: #111A22;
}

.desktop-menu__list {
    display: none;
}
@media (width >= 600px) {
    .header {
        position: sticky;
    }

    .header.no-padding {
        padding-bottom: 0;
    }



    .menu-row--top {
        border-radius: 0 0 20px 20px;
        padding: 10px 40px;
    }

    


    .menu-row__right{
        gap: 30px;
    }

    .messengers-area__title {
        max-width: none;
    }
    #mobile-menu .contact__content{
        padding: 0 0 65px 20px;
    }
}

@media (width >= 1170px) {
.header__logo-txt{
    font-size: 14px;
    right: 20px;
    bottom: -30px;
}


  .menu__list{
            /* display: flex;
            background-color: #FFF2EB;
            justify-content: space-between;
            border-radius: 30px;
            padding: 26px 20px 28px 20px; */
        }

    
   
 
.menu-logo img{
            width: 332px;
        }
         .menu-logo-txt{
            font-size: 14px;
         }
   

  

   

    .menu__content-item {
        /* font-style: normal;
        cursor: pointer;
        padding: 0;
        position: relative;
        text-transform: uppercase; */
    }

    .menu__content{
        flex-direction: row;
        display: flex;
        justify-content: space-between;
        gap: calc(var(--bnd-base) * 3);
    }
    #mobile-menu .menu__content{
          flex-direction: column;
    }   

}
@media (width > 1600px){
    .desktop-menu__list {
        display: flex;
    }
    #burger-menu-btn{
        display: none;
    }

    .menu__content{
        background-color: #FFF2EB;
        border-radius: var(--bnd-border-r);
        padding: calc(var(--bnd-base) * 2) calc(var(--bnd-base) * 3);
    }
}



@media (width > 1920px) {
   
      
}
/* Меню Конец*/
/* Старт Сетка (услуг и т.п.) */
.bnd-grid{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.bnd-grid__item {
    display: flex;
    flex-direction: column;
     gap: var(--bnd-gap);
    padding: 23px 16px;
    border: solid #B6BCCD 1px;
    border-radius: 12px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    backdrop-filter: blur(50px);
}

.bnd-grid__item-top-num{
    color: #F8AF42;
    font-weight: 900;
}
.bnd-grid__item-top-num span{
    color: #B6BCCD;
    text-decoration:line-through;
}
.bnd-grid__item-top{
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
}
.bnd-grid__item-top-img{
    padding: 8px;
    border: #B6BCCD solid 1px;
    border-radius: 10px;
}

.bnd-grid__item-mid {
    display: flex;
    flex-direction: column;
    gap: var(--bnd-gap);
}


.bnd-grid__item-bot{
display: flex;
justify-content: space-between;
}

.bnd-grid__item-top-num{
    display: flex;
    gap: var(--bnd-base);
}
.bnd-grid__item-top-right{
    display: flex;
    flex-direction: column;
    align-items: end;
    gap: var(--bnd-base);
}
@media screen and (min-width: 600px) {
.bnd-grid {
display: grid;
}

.bnd-grid--2-cols {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
} 



@media screen and (min-width: 1600px) {

.bnd-grid__item{
padding: 46px 32px;
}

}
/* КОнец Сетка */

/* SEO текст старт */

/* .seo-content h2{
    margin: calc(var(--bnd-base) * 5) 0 calc(var(--bnd-base) * 2) 0;
}
.seo-content h3{
     margin: calc(var(--bnd-base) * 4) 0 calc(var(--bnd-base) * 2) 0;
}

.seo-content p {
 margin: calc(var(--bnd-base) * 3) 0 calc(var(--bnd-base) * 3) 0;
} */

.seo-content {
    h1,
    h2,
    h3,
    h4,
    p {
        margin: 2em 0 1em;
    }
}

.seo-content a {
    text-decoration: underline;
}

.seo-content a:hover {
    text-decoration: none;
}
.seo-content ul{
    padding: var(--bnd-base) 0 var(--bnd-base) 0;
    display: flex;
    flex-direction: column;
    gap: var(--bnd-base);
}
.seo-content img {
    border-radius: var(--bnd-border-r);
    display: block;
}


.seo-content ol{
    display: flex;
    flex-direction: column;
    gap: var(--bnd-base);
    padding: 0;
    /* margin-bottom: calc(var(--bnd-base) * 2); */
    margin-bottom: 2em;
    counter-reset: list-counter;
}
.seo-content li b{
    font-weight: 700;
}

.seo-content li{

    padding: calc(var(--bnd-base) * 1) calc(var(--bnd-base) * 2) calc(var(--bnd-base) * 1) calc(var(--bnd-base) * 7);

    border-radius: var(--bnd-border-r);
    list-style-type: none;
    position: relative;
    /* counter-increment: list-counter; */
}
.seo-content li::before{
    content: "";
    /* content: counter(list-counter); */
    border-radius: var(--bnd-base);
    min-width: calc(var(--bnd-base) * 3);
    min-height: calc(var(--bnd-base) * 3);
    position: absolute;
    left: calc(var(--bnd-base) * 2);
    top: calc(var(--bnd-base) * 1);

    background: var(--bnd-main-color);
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: calc(var(--bnd-base) * 2);
    font-weight: 500;
    color: white;
}
.seo-content li div{
    margin-left: calc(var(--bnd-base) * 5);
}

.seo-content .last-child {
    margin-bottom: 0;
}

.seo-content > h2:first-child,
.seo-content > h3:first-child,
.seo-content > p:first-child,
.seo-content > strong:first-child,
.seo-content > img:first-child,
.seo-content > div:first-child  {
    margin-top: 0;
}

.seo-content > h2:last-child,
.seo-content > h3:last-child,
.seo-content > p:last-child,
.seo-content > strong:last-child,
.seo-content > img:last-child,
.seo-content > div:last-child  {
    margin-bottom: 0;
}


@media screen and (min-width:1170px){

  


    .seo-content ol{
        /* flex-direction: row;
        flex-wrap: wrap; */
    }


}


/* SEO текст Конец*/

/* Футер Старт */
.footer.section__boxed {
    width: calc(100% - calc(var(--bnd-base) * 4));
    max-width: var(--bnd-max-content-width, 1600px);
    margin: var(--bnd-margin-top) auto 0;
    background: var(--bnd-black-color, #1C1F25);
    color: var(--bnd-white-color, #ffffff);
    border-radius: calc(var(--bnd-border-r, 16px) * 2) calc(var(--bnd-border-r, 16px) * 2) 0 0;
    overflow: hidden;
}

.footer__inner {
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 4);
    padding: calc(var(--bnd-base) * 4) calc(var(--bnd-base) * 2.5);
}

.footer a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s ease, opacity 0.2s ease, background-color 0.2s ease, transform 0.2s ease;
}

.footer a:hover,
.footer a:focus-visible {
    color: var(--bnd-main-color, #F8AF42);
}

.footer-top {
    padding-bottom: calc(var(--bnd-base) * 3);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.footer .menu__content {
    background-color: transparent;
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    gap: calc(var(--bnd-base) * 1.5) calc(var(--bnd-base) * 3);
}

.footer .menu__content-item {
    flex-basis: 130px;
    display: flex;
}

.footer .menu__content-txt {
    display: inline-flex;
    align-items: center;
    min-height: 40px;
    color: rgba(255, 255, 255, 0.78);
    font-size: calc(var(--bnd-base) * 2);
    line-height: 1.2;
}

.footer .menu__content-txt.selected {
    color: var(--bnd-main-color, #F8AF42);
}

.footer-bot {
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 4);
}

.footer-contacts {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(var(--bnd-base) * 3);
}

.footer-contacts__tel,
.footer-contacts__link {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(var(--bnd-base) * 2.5);
}

.footer-contacts-item {
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 0.75);
}

.footer-contacts-label {
    color: rgba(255, 255, 255, 0.58);
    font-size: calc(var(--bnd-base) * 1.75);
    line-height: 1.35;
}

.footer-contacts-content,
.footer-contacts-phone {
    color: var(--bnd-white-color, #ffffff);
    font-size: calc(var(--bnd-base) * 2.25);
    font-weight: 700;
    line-height: 1.2;
}

.footer-contacts-social {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: calc(var(--bnd-base) * 1.5);
    align-items: center;
}

.footer-social__item {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 50%;
    background: #ffffff;
}

.footer-social__item:hover,
.footer-social__item:focus-visible {
    color: var(--bnd-black-color, #1C1F25);
    background: var(--bnd-main-color, #F8AF42);
    border-color: var(--bnd-main-color, #F8AF42);
    transform: translateY(-2px);
}

.footer-social__item img {
    display: block;
    width: 22px;
    height: 22px;
    object-fit: contain;
}

.footer-ext {
    display: grid;
    grid-template-columns: 1fr;
    gap: calc(var(--bnd-base) * 3);
    padding-top: calc(var(--bnd-base) * 3);
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    color: rgba(255, 255, 255, 0.62);
    font-size: calc(var(--bnd-base) * 1.75);
}

.footer-ext-item,
.footer-ext-copy,
.footer-ext-design {
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 1);
}

.footer-ext-copy__inn,
.footer-ext-copy__ogrn {
    color: rgba(255, 255, 255, 0.82);
    font-weight: 600;
}

.footer-ext-design a,
.footer-ext-copy a {
    color: rgba(255, 255, 255, 0.82);
}

@media screen and (min-width: 768px) {
    .footer__inner {
        padding: calc(var(--bnd-base) * 5) calc(var(--bnd-base) * 4);
    }

    .footer-contacts {
        grid-template-columns: 1fr 1fr;
    }

    .footer-ext {
        grid-template-columns: 1.4fr 1fr;
    }

    .footer-ext-design {
        grid-column: 1 / -1;
    }
}

@media screen and (min-width: 1170px) {
    .footer.section__boxed {
        width: calc(100% - calc(var(--bnd-base) * 12));
    }

    .footer__inner {
        padding: calc(var(--bnd-base) * 6);
    }

    .footer-bot {
        gap: calc(var(--bnd-base) * 5);
    }

    .footer-contacts {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
        gap: calc(var(--bnd-base) * 6);
    }

    .footer-contacts__tel,
    .footer-contacts__link {
        grid-template-columns: 1fr 1fr;
    }

    .footer-ext {
        grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr) auto;
        align-items: start;
    }

    .footer-ext-design {
        grid-column: auto;
        text-align: right;
    }
}

@media screen and (min-width: 1660px) {
    .footer.section__boxed {
        width: 100%;
    }
}

/* Футер Конец */

/* Модальное окно старт */
.bnd-modal {
    background: var(--bnd-black-07-color);
    backdrop-filter: blur(10px);
    display: none;
    top: 0;
    left: 0;
    height: 100%; 
    /* в Сафари с нижней панелью, где адрес, не оч получается*/
    /* min-height: 100svh; */
    width: 100%;
    padding-top: 24px;
    padding-bottom: 24px;
    position: fixed;
}
  
.bnd-modal.active {
    display: flex;
    overflow-y: scroll;
    z-index: 1002;
}

.bnd-modal--compact {
    padding: 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 40px;
}

.bnd-modal__content-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.bnd-modal--fullsize.active {
    overflow: auto;
    padding: 0;
}

.bnd-modal--fullsize .bnd-modal__close {
    top: calc(var(--bnd-base) * 2);
    right: calc(var(--bnd-base) * 2);
}

.bnd-modal--fullsize .section__fullwidth {
    margin-top: 52px;
    margin-bottom: 0;
}

.bnd-modal--fullsize .section__fullwidth.popup-slider-gallery--video {
    margin-top: 0;
}

.bnd-modal.active .bnd-modal__content {
    animation: opacityAnimation 0.5s 0.1s forwards, appearBottomAnimation 0.5s 0.1s forwards;
}

.bnd-modal__content {
    background: var(--bnd-black-07-color);
    border-radius: var(--bnd-border-r);
    display: flex;
    opacity: 0;
    animation-timing-function: ease-out;
    transform: translateY(100vh);
    position: relative;
    width: 100%;
    top: 0;
    z-index: 2;
}

.bnd-modal__content .video-card {
    height: 100%;
}

.bnd-modal__content .video-card.horizontal,
.bnd-modal__content .card__video.horizontal {
    height: auto;
    max-height: 100%;
}

.bnd-modal__content video {
    border-radius: 24px;
    object-position: center left;
    max-height: 100svh;
    width: 100%;
}

.bnd-modal__content video.horizontal {
    height: auto;
    min-height: unset;
    max-height: 100%;
}

.bnd-modal--native {
    z-index: 4;
}

.bnd-modal__close {
    cursor: pointer;
    position: absolute;
    z-index: 2;
    height: calc(var(--bnd-base) * 2);
    width: calc(var(--bnd-base) * 2);
}

.modal-message {
    border-radius: var(--bnd-border-r);
    align-self: center;
    background: var(--bnd-white-color);
    display: flex;
    width: 320px;
    padding: 100px 20px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--bnd-gap);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.modal-message__top {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-align: center;
}

.modal-message__bot {
    color: var(--bnd-main-color);
    font-weight: 700;
    text-align: center;
    width: 100%;
}

.modal-message__icon svg {
    display: block;
}

.modal-message .h2,
.modal-message .h4,
.modal-message .p,
.modal-message .contact-intro {
    color: var(--bnd-white);
}

.bnd-btn--close {
    cursor: pointer;
}

@media (width >= 600px) {
    .bnd-modal.active {
        overflow-y: initial;
    }

    .modal-message .subheading {
        font-size: 18px;
    }

    .modal-message {
        padding: 60px 40px;
    }

    .bnd-modal__content {
        margin: 0;
    }

}



@media (width >= 1170px) {

    .bnd-modal.active {
        overflow-y: initial;
    }
        
    .bnd-modal__content {
        height: 100%;
        margin: 0;
    }

    .modal-message {
        gap: clamp(15px, 1.463vw, 28.125px);
        width: clamp(292.5px, 28.54vw, 548.4375px);
        padding: clamp(45px, 4.391vw, 84.375px) clamp(30px, 2.927vw, 56.25px);
    }

    .modal-message__top {
       gap: clamp(9px, 0.877vw, 16.875px);
    }
    
    .modal-message .subheading {
        font-size: clamp(13.5px, 1.317vw, 25.3125px);
    }

}

@media (width >= 1600px) {
    .modal-message {
        width: 552px;
        padding: 80px;
    }

    .modal-message__icon svg {
        width: 64px;
        height: 64px;
    }

    .bnd-modal__content video {
        border-radius: 40px;
    }
}

@media (width < 600px) {
    .bnd-modal.bkg--black {
        background: var(--bnd-black);
    }
}

@keyframes opacityAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
@keyframes appearBottomAnimation {
    0% {
        transform: translateY(100vh);
    }

    100% {
        transform: translateY(0);
    }
}

/* Модальное окно Конец */

/* Куки старт */
#cookie_notification{
    position: fixed;
    bottom: 84px;
    right: 16px;
    display: none;
    flex-direction: column;
    padding: 16px;
    gap: 12px;
    border-radius: 12px;
    background:  var(--bnd-yellow-color);
    z-index: 10;
    color: white;
    font-family: Stem;
    font-size: 13px;
    font-weight: 350;
    line-height: 16px; 
    letter-spacing: 0.26px;
    text-align: center;
    align-items: center;
    /* transform: translateY(-50%); */
    opacity: 0;
    transition-duration: 0.8s;
    transition-behavior: allow-discrete;
    
}

#cookie_notification.show {
    display: flex;
    opacity: 1;
}

#cookie_notification.cookie-opacity{
    opacity:0;
}

#cookie_notification .bnd-btn--light::after, 
#cookie_notification .bnd-btn--light::before {
    content: none;
}
#cookie_notification .bnd-btn--full{
    justify-content: center;
    padding: 8px 20px;
}
#cookie_notification p{
width: 200px;
}
#cookie_notification p span{
text-decoration: underline;
}
@media screen and (min-width:600px){
 #cookie_notification{
    bottom: 108px;
    right: 40px;
 }
}
@media screen and (min-width:1160px){
    #cookie_notification{
        bottom: 40px;
        right: 96px;
        padding: 6px 6px 6px 20px;
        flex-direction: row;
        border-radius: 60px;
    }
    #cookie_notification p{
    width: unset;
    }
}
@media screen and (min-width:1600px){
    #cookie_notification{
        bottom: 64px;
        right: 158px;
        padding: 14px 14px 14px 28px;
        flex-direction: row;
        font-size: 15px;
        line-height: 22px;
    }
}
/* Куки конец */

/* Форма Старт */
.contact-form {
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 1.5);
}
.form-content {
    border-radius: var(--bnd-border-r);
    padding: calc(var(--bnd-base) * 2);
}

.form-header__description,
.form-header__description + .seo-content {
    margin-top: calc(var(--bnd-base) * 1.5);
}



.form-content__social{
    display: flex;
    gap: var(--bnd-base);
    flex-wrap: wrap;
}


.form-content__social-txt{
    font-weight: 400;
    min-width: fit-content;
}


.input-group {
    justify-content: space-between;
    align-items: center;
    border-radius: var(--bnd-border-r);
    border: 1px solid var(--bnd-yellow-color);
    display: flex;
    width: 100%;
    padding: 20px 28px;
    margin-top: 12px;
    position: relative;
}

.input-group:first-child {
    margin-top: 0;
}

.input-group .bnd-input {
    border-radius: var(--bnd-border-r);
    color: var(--bnd-black-color);
    background: transparent;
    border: none;
    position: absolute;
    top: 0;
    left: 0;
    padding: var(--bnd-base) calc(var(--bnd-base) * 2);
    height: 100%;
    width: 100%;
}
.bnd-input:focus + .input-label,
.bnd-input:not(:placeholder-shown) + .input-label,
.bnd-input:hover + .input-label
.input-group:hover .input-label {
    transform: scale(0.5) translateY(-1.3em);
}

.input-label {
    color: var(--bnd-black-07-color);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: transform 0.3s ease-in-out;
    transform-origin: left top;
}

.bnd-input {
    font-size: 18px;
}

.input-icon {
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: start;
        height: 17px;
        width: auto;
    margin: auto 0;
    
}

.custom-consent {
  display: flex;
  align-items: center;
  gap: 12px; 
  cursor: pointer;
}

.custom-consent .checkbox__input {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  border: 0;
  white-space: nowrap;
}

.checkbox__visual {
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  background: url('/local/templates/pro_diesel/img/icons/checkbox_n.svg') no-repeat center/contain;
  transition: background-image .12s ease;
}

.custom-consent .checkbox__input:checked + .checkbox__visual {
  background-image: url('/local/templates/pro_diesel/img/icons/checkbox_y.svg');
}

.consent-text {
    font-size: 12px;

    .consent-link {
        text-decoration: underline;
    }
}

form .bnd-btn {
    width:100%;
}

.submit-button {
    background: var(--bnd-yellow-color);
}

.form-footer {
    display: flex;
    flex-direction: column;
    gap: var(--bnd-gap);
}

.ya-captcha-container,
.form-msg {
    display: none;
}

.success .form-msg,
.error .form-msg {
    display: block;
}

.contact-form.success .submit-button {
    display: none;
}

@media screen and (min-width: 1170px) {
    
}
/* Форма КОнец */

/* Максимум специфичности */

@media screen and (max-width: 1169px) {
    .desktop-only{
        display:none;
    }
}
@media screen and (min-width: 1170px) {

    .mob-only{
        display:none;
    }
}
/* Конец макс специфичность */
/* End */


/* Start:/local/templates/pro_diesel/include/home/first-screen/first-screen.css?17780947671212*/
.fs__content{
    display: flex;
    flex-direction: column;
    gap: 10px;

    .fs__media {
      display: flex;
      justify-content: center;
    }

    video {
        border-radius: var(--bnd-border-r);
        max-height: calc(100dvh - 150px);
        max-width: 100%;
        transform: scale(1.5);
        transform-origin: top center;
        transition: transform 2s ease-in-out;
        width: auto;
    }

    &.revealed {
         video {
            transform: scale(1);
         }
    }
}
.fs__txt{
    text-align: center;
    font-weight: 900;
    margin-bottom: calc(var(--bnd-base) * 2);
}
.section__first-screen{
    display: flex;
    flex-direction: column;
    gap: var(--bnd-gap);

}


@media screen and (min-width: 600px) {

} 

@media screen and (min-width: 1170px) {
    /* .section__first-screen{
        .section__heading {
            height: calc(70dvh - 92px);
            padding-top: 0;
        }
    } */

}

@media screen and (min-width: 1600px) {
    .section__first-screen{
        /* .section__heading {
            height: calc(100dvh - 240px);
        } */
        
      .fs__content{
        video {
          max-height: calc(100dvh - 300px);
        }
      }
    }
}
/* End */


/* Start:/local/templates/pro_diesel/include/home/about-us/about-us.css?1776691730591*/
   .section__about-us{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
   }
   
   .section.section__about-us {
       margin-bottom: var(--bnd-margin-bottom--half);
   }

   .about-us-logo {
    .name {
      width: clamp(250px, 21.5vw,414px);
    }
   }
   
    @media screen and (min-width: 600px) {
      
    } 
    
    @media screen and (min-width: 1170px) {
      .section__about-us .section__heading{
        max-width: 670px;
      }
    }
    
    @media screen and (min-width: 1600px) {
     .section__about-us{
    gap: 16px;
   }
   
    }
/* End */


/* Start:/local/templates/pro_diesel/include/home/advantages/advantages.css?17780996853102*/
.section__advantages {
    background: var(--bnd-bkg-color);
    border-radius: var(--bnd-border-r);
    margin-top: var(--bnd-margin-top--half);

    .advantages__content {
        display: flex;
        flex-direction: column;
        gap: calc(var(--bnd-gap) * 2);

        .advantages__item {
            border-radius: var(--bnd-border-r);
            border-top: 1px solid var(--bnd-bkg-color);
            display: flex;
            flex-direction: column;
            gap: var(--bnd-gap);
            background-color: white;
            padding: calc(var(--bnd-base) * 3);
            padding-top: calc(var(--bnd-base) * 4);
            position: sticky;
            top: calc(110px + var(--bnd-n) * var(--bnd-base) * 2 );
            transition: transform 0.6s ease-in-out;

            &.has-stuck {
                transform: scale(calc(1 - 0.02 * (4 - var(--bnd-n)) ));
                transform-origin: top;
            }

            .right-col{
                background-size: cover;
                border-radius: var(--bnd-border-r);
                min-height: calc(100vw - var(--bnd-base) * 4);

                &.tools {
                    background-image: url("/local/templates/pro_diesel/include/home/advantages/img/oborud.jpg") ;
                }

                &.diler {
                    background-image: url("/local/templates/pro_diesel/include/home/advantages/img/diler.jpg") ;
                }

                &.sklad {
                    background-image: url("/local/templates/pro_diesel/include/home/advantages/img/sklad.jpg") ;
                }

                &.repair {
                    background-image: url("/local/templates/pro_diesel/include/home/advantages/img/after-repair.jpg") ;
                }
            } 

            .left-col{
                display: flex;
                flex-direction: column;
                justify-content: center;

                .section__heading {
                    margin-bottom: 0;
                }
            }

        } 
    }

}


    @media screen and (min-width: 600px) {
      
    } 
    
    @media screen and (min-width: 1170px) {
        .section__advantages {
            background: var(--bnd-bkg-color);
            border-radius: var(--bnd-border-r);

            .advantages__content {
                .advantages__item {
                    flex-direction: row;
                    justify-content: space-between;
                    gap: var(--bnd-gap);
                    padding: calc(var(--bnd-base) * 4) calc(var(--bnd-base) * 4) calc(var(--bnd-base) * 4) calc(var(--bnd-base) * 8);

                    .left-col {
                        .section__heading {
                            max-width:570px;
                        }
                    }

                    .right-col {
                        aspect-ratio: 1 / 1;
                        flex-shrink: 0;
                        width: 43%;
                        min-height: unset;
                    }
                }
            }
        }
    }
    
    @media screen and (min-width: 1600px) {

    }
/* End */


/* Start:/local/templates/pro_diesel/include/home/our-services/our-services.css?17806885751170*/
.section__our-services,
.service {
    display: flex;
    flex-direction: column;
    gap: calc(var(--bnd-base) * 8);
}

.service {
    gap: 0;
}

.bnd-grid__item.service-request{
    background-color:#F8AF42 ;
    padding: 40px 16px;
}

.bnd-grid__item.full-support{
    background-color:#1C1F25 ;
    color: white;
    
    span {
        color: #F8AF42;
    }
    
    .bnd-grid__item-bot {
        color: white;
    }
}





@media screen and (min-width: 1170px) {
    .section__our-services,
    .service {
        gap: calc(var(--bnd-base) * 12);
    }

    .service {
        flex-direction: row;
        gap: calc(var(--bnd-base) * 8);
    }

    .our-services__left-col{
        width: 423px;
    }

    .bnd-grid__item.service-request{
        padding: 80px 32px;
    }
    
    .section__our-services .section__heading{
        align-self: flex-start;
        flex-shrink: 0;
        width: 500px;
        position: sticky;
        position: -webkit-sticky;
        top: 120px;

    }
}

@media screen and (min-width: 1600px) {
    .our-services__left-col{
        gap: 16px;
    }

    .section__our-services .section__heading{ 
        width: 600px;
    }
}
/* End */
/* /local/templates/pro_diesel/template_styles.css?178073581634761 */
/* /local/templates/pro_diesel/include/home/first-screen/first-screen.css?17780947671212 */
/* /local/templates/pro_diesel/include/home/about-us/about-us.css?1776691730591 */
/* /local/templates/pro_diesel/include/home/advantages/advantages.css?17780996853102 */
/* /local/templates/pro_diesel/include/home/our-services/our-services.css?17806885751170 */
