:root{
    --brand-color: #1a45d2;
    --brand-color-hover: #ffffff;
}
::-webkit-scrollbar {
    width: 9px;
    background-color: #111;
}
::-webkit-scrollbar-thumb {
    width: 9px; background-color: var(--brand-color);
}
::-webkit-scrollbar-thumb:hover{
    width: 9px; background-color: var(--brand-color);
}
.max-messenger {
   width: 20px;
   height: 20px;
   background-image: url("/assets/web/img/max-messenger-sign-logo.svg");
   vertical-align: sub;
   display: inline-block !important;
   margin-right: 5px;
   background-repeat: no-repeat;
}
body{
    font-family: 'Ruberoid';
    color: #111;
    font-size: 15px;
}
header.extended nav ul li:nth-of-type(1),
header.extended nav ul.items{
    display: none;
}
header.extended{
    background: url(../header-2560/header-2560-main.jpg) top center no-repeat;
    min-height: 640px;
}
header.extended.produce{
    min-height: 150px !important;
}
header.extended.global{
    background: url(../img/header-2560.jpg) top center no-repeat;
}
header.extended.produce-items{
    background: url(../header-2560/header-2560-produce.jpg) top center no-repeat;
}
header.extended.serti{
    background: url(../header-2560/header-2560-serti.jpg) top center no-repeat;
}
header.extended.about-pg{
    /* background: url(../header-2560/header-2560-about-pg.jpg) top center no-repeat; */
    background: url(../header-2560/header-2560-produce.jpg) top center no-repeat;
}
header.extended.plitka{
    background: url(../header-2560/header-2560-plitka.jpg) top center no-repeat;
}
header.extended.bordur{
    background: url(../header-2560/header-2560-bordur.jpg) top center no-repeat;
}
header.extended.maf{
    background: url(../header-2560/header-2560-maf.jpg) top center no-repeat;
}
header.extended.zabor{
    background: url(../header-2560/header-2560-zabor.jpg) top center no-repeat;
}
header.extended.wall{
    background: url(../header-2560/header-2560-wall.jpg) top center no-repeat;
}
header.extended.beton{
    background: url(../header-2560/header-2560-beton.jpg) top center no-repeat;
}
header.extended.block{
    background: url(../header-2560/header-2560-block.jpg) top center no-repeat;
}
header.extended.realob{
    background: url(../header-2560/header-2560-realob.jpg) top center no-repeat;
}
header.extended.lotki{
    background: url(../header-2560/header-2560-lotki.jpg) top center no-repeat;
}
header.extended.produce-index{
    background: url(../header-2560/header-2560-produce-index.jpg) top center no-repeat;
}



header.extended nav ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

header.extended nav ul li:nth-of-type(2){
    width: 230px;
}

header.extended nav ul li:nth-of-type(8){
    width: 230px;
    text-align: right;
}

header.extended nav ul li a{
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header.extended nav ul li a:hover{
    opacity: 0.4;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header.extended nav ul li a img.logotype{

}

header.extended nav ul li a.phone{
    font-size: 24px;
}

header.extended nav ul li a.phone::before{
/*     font-family: "Font Awesome 6 Free";
font-weight: 900;
content: "\f095";
display: inline-block;
width: 40px;
height: 35px;
font-size: 17px;
color: var(--brand-color);
text-align: center;
line-height: 32px; */
}

header.extended h1{
    display: block;
    max-width: 665px;
    margin-top: 100px;
    line-height: 44px;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    text-transform: uppercase;
}

header.extended p{
    display: block;
    max-width: 530px;
    margin-top: 55px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
}

header.extended button{
    display: inline-block;
    width: 230px;
    height: 48px;
    background: none;
    border: 0;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header.extended button.button-one{
    background-color: var(--brand-color);
    border: 1px solid var(--brand-color);
    margin-right: 28px;
}

header.extended button.button-two{
    border: 1px solid #8b8b8b;
}

header.extended button.button-one:hover,
header.extended button.button-two:hover{
    cursor: pointer;
    color: #111;
    background-color: var(--brand-color-hover);
    border: 1px solid var(--brand-color-hover);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header.extended ul.links li{
    display: inline-block;
    padding-top: 70px;
}

header.extended ul.links li a{
    display: inline-block;
    margin-right: 30px;
    text-decoration: none;
    border-bottom: 1px solid #8b8b8b;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

header.extended ul.links li a:hover{
    border-bottom: 1px solid #fff;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

main section.component-advantages h2 {
    margin-top: 60px;
}

main section.component-advantages .layout-advantages{
    margin-top: 20px;
    min-height: 230px;
    padding: 25px;
    border: 1px solid #e9e9e9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

main section.component-advantages .layout-advantages.one::before{
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 24px;
    background:#f9f9f9 url(../img/component-advantages-one.png) center center no-repeat;
    background-size: contain;
}

main section.component-advantages .layout-advantages.two::before{
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 24px;
    background:#f9f9f9 url(../img/component-advantages-two.png) center center no-repeat;
    background-size: contain;
}

main section.component-advantages .layout-advantages.thr::before{
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 24px;
    background:#f9f9f9 url(../img/component-advantages-thr.png) center center no-repeat;
    background-size: contain;
}

main section.component-advantages .layout-advantages.fourth::before{
    content: "";
    display: block;
    width: 64px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 24px;
    background:#f9f9f9 url(../img/component-advantages-fourth.png) center center no-repeat;
    background-size: contain;
}

main section.component-advantages .layout-advantages p{
    padding-top: 16px;
    font-weight: 300;
    line-height: 24px;
    font-size: 15px;
    margin: 0px;
}

main section.component-production{
    margin-top: 40px;
    position: relative;
}

main section.component-production a{
    color: #111;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

main section.component-production a:hover{
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

main section.component-production h2{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

main section.component-production::before{
    position: absolute;
    top: 120px;
    content: '';
    display: block;
    width: 100%;
    height: 355px;
    background-color: #f8f8f8;
}

main section.component-production .layout-production{
    position: relative;
    margin-bottom: 70px;
}

main section.component-production .layout-production picture{
    position: relative;
}

main section.component-production span{
    position: absolute;
    bottom: -11px;
    left: 0;
    display: block;
    width: 34px;
    height: 40px;
    line-height: 40px;
    border-radius: 17px;
    color: #dfdfdf;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
}

main section.component-production .layout-production h3{
    font-size: 16px;
    font-weight: 600;
    margin: 20px 0 15px 40px;
}

main section.component-gallery{
    margin-top: 100px;
}

main section.component-gallery h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

main section.component-gallery h4 span{
    color: var(--brand-color);
}

main section.component-gallery img.big,
main section.component-gallery img.mid,
main section.component-gallery img.small{
    display: inline-block;
    width: 100%;
    margin-bottom: 22px;
}

main section.component-gallery a{
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

main section.component-gallery a:hover{
    filter: sepia(90%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

main section.component-gallery a:hover::after{
    display: block;
    position: absolute;
    top: 50%; left: 50%;
    margin-left: -32px;
    margin-top: -44px;
    z-index: 10;
    content: '';
    width: 74px;
    height: 74px;
    border-radius: 50%;
    background: #111;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f002";
    color: #fff;
    font-size: 26px;
    text-align: center;
    line-height: 74px;
    opacity: 0.8;
}

main section.component-factory-description{
    margin-top: 50px;
}

main section.component-factory-description h5{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 40px;
}

main section.component-factory-description p{
    position: relative;
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    padding-right: 15px;
    /* padding-left: 15px; */
    padding-bottom: 20px;
}

main section.component-factory-description p b{
    display: block;
    padding-bottom: 10px;  
    font-weight: 500;
    font-size: 16px;
}

main section.component-factory-description p::before{
/*     display: block;
position: absolute;
top: 0; left: 0;
width: 25px;
height: 25px;
content: '';
z-index: -1;
background-color: var(--brand-color); */
}
main section.component-breadcrumbs{
    min-height: 60px;
    line-height: 60px;
    margin-top: 15px;
    margin-bottom: 40px;
}
main section.component-breadcrumbs li{
    display: inline-block;
    padding-right: 8px;
    color: #979797;
    font-weight: 300;
    font-size: 12px;
}
main section.component-breadcrumbs li a{
    color: #979797;
    text-decoration: none;
    font-weight: 300;
    font-size: 12px;
}
main section.component-breadcrumbs li::after {
    content: '—';
    font-size: 12px;
    color: #e1e1e1;
    padding-left: 8px;
}
main section.component-breadcrumbs li.lastbread::after {
    content: '';
    font-size: 0;
}

main section.component-items-category{

}
main section.component-items-category ul{
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
main section.component-items-category li{
    margin-bottom: 15px;
    font-size: 14px;
}
main section.component-items-category li img{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
}
main section.component-items-category li a{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 300;
    color: #3d3d3d;
    text-decoration: none;
    max-width: 360px;
    border: 1px solid #efefef;
    padding: 8px 0 8px 8px;
    border-radius: 2px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
main section.component-items-category li a span{
    display: inline-block;
    padding-left: 15px;
}
main section.component-items-category li a:hover{
    background-color: #fafafa;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
main section.component-content-static{
    gap: 1rem;
}
main section.component-content-static h2{
    font-size: 24px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 20px;
}
main section.component-content-static p{
    text-align: justify;
    font-size: 15px;
    font-weight: 300;
    line-height: 32px;
    padding-bottom: 10px;
}
main section.component-content-static ul{
    margin-left: 20px;
    margin-bottom: 40px;
}
main section.component-content-static ul li{
    list-style: square;
    font-size: 15px;
    font-weight: 300;
    line-height: 36px;
}

main section.component-content-static ul.sertificate{
    display: flex;
    margin: 50px 0 0 0;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}
main section.component-content-static ul.sertificate li{
    list-style: none;
    position: relative;
    display: block;
    max-width: 410px;
    min-height: 300px;
    border: 1px solid #efefef;
    box-sizing: border-box;
    padding: 35px;
    margin-right: 20px;
    margin-bottom: 20px;
    font-size: 14px;
    font-weight: 300;
    line-height: 26px;
}
main section.component-content-static ul.sertificate li a{
/*     position: absolute;
bottom: 35px;
display: block;
width: calc(100% - 70px);
height: 40px;
line-height: 40px;
background-color: var(--brand-color);
border: 0;
border-radius: 2px;
color: #fff;
text-align: center;
font-size: 13px;
font-weight: 300;
text-decoration: none;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s; */
}
main section.component-content-static ul.sertificate li a:hover{
/*     color: #111;
background-color: #f7f7f7;
-webkit-transition: all 0.3s ease-in-out 0s;
-moz-transition: all 0.3s ease-in-out 0s;
transition: all 0.3s ease-in-out 0s;  */
}
main section.component-content-static ul.sertificate li::before{
/*     content: '';
display: block;
background: url(../img/pdf.png) center center no-repeat;
background-size: 50px 50px;
width: 50px;
height: 50px;
margin-bottom: 20px; */
}
main section.component-content-static ul.contact-items{
    margin: 0;
    padding: 0;
}
main section.component-content-static ul.contact-items li{
    list-style: none;
    border-top: 1px dashed #e9e9e9;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}
main section.component-content-static ul.contact-items li span{
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
}
.api-map{
    margin-top: 50px;
}
main section.component-collection{
    margin-top: 70px;    
}
main section.component-collection.paving-slabs {
  margin-top: 0;
}
main section.component-collection.paving-slabs h3 {
  padding-bottom: 1rem;
}

main section.component-collection h2{
    display: block;
    margin-top: 30px;  
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 30px;
}
main section.component-collection h2 span{
/*     background: url(../img/red-dot.png) repeat-x 0 100%;
background-size: 100% 32%;
background-position-y: 100%; */
}
main section.component-collection figure{
    display: block;
    min-height: 360px;
    box-sizing: border-box;
    padding: 20px;
    border: 1px solid #efefef;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main section.component-collection figure figcaption{
    font-size: 14px;
    font-weight: 300;
    color: #3d3d3d;
    line-height: 24px;    
}
main section.component-collection figure figcaption a{
    font-size: 14px;
    font-weight: 300;
    color: #3d3d3d;
}
main section.component-collection figure a.button-more{
    display: block;
    margin-top: 20px;
    width: 100%;
    height: 44px;
    line-height: 44px;
    border-radius: 2px;
    text-align: center;
    color: #111;
    font-size: 14px;
    font-weight: 300;
    background-color: #ebebeb;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
main section.component-collection figure a.button-more:hover{
    color: #fff;
    background-color: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;   
}

main section.component-collection a{
    text-decoration: none;
}




main section.component-collection table.table-beton{
    width: 100%;
    margin: 20px 0 0 0;
    border: 1px solid #f4f4f4;
    font-size: 14px;
    font-weight: 300;
    color: #3d3d3d;
}
main section.component-collection table.table-beton tr{  
}
main section.component-collection table.table-beton tr th{
    color: #111;
    font-weight: 600;
}
main section.component-collection table.table-beton tr td,
main section.component-collection table.table-beton tr th{
    height: 54px;
    text-align: center;
}
main section.component-collection table.table-beton tr:nth-child(2n+1){
    background-color: #f7fbff;
}
main section.component-object{
    margin-top: 70px;    
}
main section.component-object h2{
    display: block;
    margin-top: 30px;  
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 40px;
    line-height: 30px;
}
main section.component-object h2 span{
/*     background: url(../img/red-dot.png) repeat-x 0 100%;
background-size: 100% 32%;
background-position-y: 100%; */
}
main section.component-object .object-item{
    margin-bottom: 50px;
}
main section.component-object .object-fill{
    width: 300px;
    height: 300px;
    overflow: hidden;   
}
main section.component-object .object-fill img{
    max-width: 100%;
    min-height: 100%;
    object-fit: cover;  
}
main section.component-object .collection-name{
    margin-top: 20px;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 600;
    color: #3d3d3d;
}
main section.component-object .collection-color{
    line-height: 24px;
    font-size: 14px;
    font-weight: 300;
    color: #3d3d3d;
}
main section.omponent-object .object-fill a{
    display: block;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

main section.component-object .object-fill a:hover{
    filter: sepia(90%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
main section.component-search-result h3{
    display: block;
    padding-top: 30px;
    padding-bottom: 10px;
}
main section.component-search-result h3 a{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 40px;
    color: #111;
}
main section.component-search-result .extract p{
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
    padding-bottom: 10px
}
main section.component-search-result span.simplesearch-current-page{
    padding-left: 7px;
    color: #b3b2b2;
}
main section.component-search-result span.simplesearch-result-pages{
    font-size: 14px;
    font-weight: 300;
    color: #b3b2b2;
}
main section.component-search-result p.simplesearch-results{
    display: none;
}
main section.component-search-result .extract p span.simplesearch-highlight{
    color: #e95108;
    font-weight: 600;
}
main section.component-produce .option-produce{
    -webkit-box-shadow: 0px 0px 14px 0px rgba(187, 187, 187, 0.2);
    -moz-box-shadow: 0px 0px 14px 0px rgba(187, 187, 187, 0.2);
    box-shadow: 0px 0px 14px 0px rgba(187, 187, 187, 0.2);
    padding: 10px 30px 10px 30px;
    border-radius: 6px;
}
main section.component-produce .option-produce h1{
    padding: 20px 30px 30px 0;    
}
main section.component-produce .option-produce li{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 66px;
    border-top: 1px dashed #ececec;
    font-size: 14px;
    font-weight: 300;
}
main section.component-produce .option-produce li:first-child{
    border-top: 0;
}
main section.component-produce .option-produce li span{
    display: block;
}
main section.component-produce .option-produce p{
    margin-top: 20px;
    font-size: 13px;
    font-weight: 300;
    line-height: 22px;
}
main section.component-produce .option-produce p span{
    display: block;
    font-weight: 400;
    padding-top: 10px;
    font-size: 12px;
    font-size: 15px;
    font-weight: 600;
}
main section.component-produce .custom-icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    font-size: 12px;
    color: #cdcdcd;
    background: #f5f5f5;
    text-align: center;
    line-height: 30px;
    border-radius: 35%;
    margin-right: 8px;
}
main section.component-produce .box-img{
    text-align: center;
}
main section.component-produce .box-img p{
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    color: #3d3d3d;
    line-height: 22px;
}
main section.component-produce .option-produce button.button-produce{
    display: inline-block;
    width: 100%;
    height: 50px;
    background: none;
    border: 0;
    border-radius: 2px;
    color: #fff;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    outline: none;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
    background-color: var(--brand-color);
}
main section.component-produce .option-produce button.button-produce:hover{
    cursor: pointer;
    color: #111;
    background-color: #e3e3e3;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;   
}
main section.component-produce .content-box{
    margin-top: 40px;
    padding: 0 30px 0 30px;
    border-left: 1px solid #e9e9e9;
}
main section.component-produce .content-box h3{
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 30px 0;
    padding: 0;
}
main section.component-produce .content-box p{
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    padding: 0;
    margin: 0;
}
footer{
    margin-top: 60px;
    padding-top: 50px;
    padding-bottom: 100px;
    background-color: #111;
    color: #fff;
}
footer form{
    margin-bottom: 75px;
}
footer form input{
    display: inline-block;
    margin-top: 40px;
    width: 420px;
    height: 48px;
    border: 0;
    border-radius: 3px;
    background-color: #fff;
    padding-left: 15px;
    font-size: 14px;
    font-weight: 300;
    outline: none;
}
footer form button{
    display: inline-block;
    margin-top: 40px;
    width: 220px;
    height: 48px;
    border: 1px solid #4e4e4e;
    border-radius: 3px;
    background-color: #111;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

footer form button:hover{
    cursor: pointer;
    border: 1px solid var(--brand-color);
    background-color: var(--brand-color);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
footer ul{
    padding-bottom: 36px;
}
footer ul li{
    font-weight: 600;
    font-size: 17px;
    color: #fff;
    line-height: 38px;
}
footer ul li a{
    font-weight: 400;
    font-size: 14px;
    color: #797980;
    text-decoration: none;
}
footer ul li span{
/*     background: url(../img/red-dot.png) repeat-x 0 100%;
background-size: 100% 45%;
background-position-y: 100%; */
}
footer .copyright{
    padding-top: 40px;
    font-weight: 400;
}
footer .copyright p{
    color: #797980;
    line-height: 24px;
    font-size: 14px;
}
footer .copyright a{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px solid #646464;
    margin-bottom: 5px;
}
form#become-partner, form#request-call{
    width: 650px;
    border-radius: 3px;
    display: none;
    font-weight: 300;
    font-family: 'Ruberoid';
}
form#become-partner h5, form#request-call h5{
    color: var(--brand-color);
    font-size: 22px;
    font-weight: 400;
    padding-bottom: 20px;
}
form#become-partner span, form#request-call span{
    display: block;
    margin-top: 40px;
    color: #bbbaba;
    font-size: 12px;
}
form#become-partner label, form#request-call label{
    color: #8d8b8b;
    font-size: 14px;
    font-weight: 300;
    display: block;
    margin-top: 30px;
}
form#become-partner input, form#request-call input,
form#become-partner select, form#request-call select{
    font-weight: 400;
    display: inline-block;
    width: 100%;
    height: 52px;
    border: 0;
    font-size: 14px;
    color: #52c8c2;
    border-radius: 2px;
    margin: 10px 0 0 0;
    padding: 0 0 0 12px;
    border: 1px solid #ddd;
    background: #fff;
    outline: none;
}
form#become-partner input:focus, form#request-call input:focus{
    border: 1px solid var(--brand-color); 
}
form#become-partner input.error, form#request-call input.error{
    border: 1px solid red;
}
form#become-partner button.submit, form#request-call button.submit{
    width: 260px;
    height: 52px;
    border-radius: 2px;
    margin: 20px 0 0 0;
    color: #fff;
    border: 0;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--brand-color);
    cursor: pointer;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
form#become-partner button:hover, form#request-call button:hover{
    color: #111;
    background-color: #eafefd;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}
.product-price {
    margin-top: 20px;
    display: block;
    text-align: center;
    font-size: 1.4rem;
}
.product-detail-price {
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.container-areas {
  align-items: stretch;
  margin: 0;
  padding: 25px 0 0;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
@media (max-width: 480px) {
  .container-areas {
      flex-direction: column;
      align-items: center;
  }
}
.container-advantages {
  align-items: stretch;
  margin: 0;
  padding: 25px 0 0;
  justify-content: center;
  flex-wrap: wrap;
  display: flex;
}
.container-areas .layout-areas {
    align-items: center;
  width: calc(33% - 30px);
  height: 190px;
  max-width: 300px;
  margin: 0 15px 20px;
  padding: 0 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(128, 152, 175, .35);
  border-radius: 15px;
  background-color: rgba(255, 255, 255, .35);
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
@media (max-width: 480px) {
    .container-areas .layout-areas {
        width: 100%;
    }
}
.container-advantages .layout-advantages-main {
    align-items: center;
  height: 240px;
  max-width: 300px;
  margin: 0 15px 20px;
  padding: 0 10px;
  text-align: center;
  flex-direction: column;
  display: flex;
  justify-content: center;
}
main section.component-advantages .container {
    gap: 2rem;
  display: flex;
  flex-direction: column;
}

main section.component-advantages .subtitle-areas {
    margin-top: 0px;
}

.schedule-group {
  list-style: none;
  padding: 0;
  margin: 0;
}

.schedule-group li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px; /* расстояние между элементами */
  font-size: 14px;
  color: white;
}

.schedule-title {
  font-weight: bold;
}

/* Добавляем визуальный разделитель между элементами */
.schedule-item:not(:first-child)::before {
  content: "•"; /* можно заменить на "|" или "-" */
  margin: 0 6px;
  color: white;
}

.schedule-item {
  font-size: 14px;
/*   color: #333; */
}
header.extended nav ul.schedule-group li {
  display: block;
  width: 100% !important;
  text-align: right;
}

header.extended nav ul.navigation-group {
    margin-top: 0;
}

.about-title-with-button {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.popup-wrapper-contact {
  position: relative;
  display: inline-block;
}

.popup-wrapper-contact button {
  padding: 10px 16px;
  cursor: pointer;
}

.popup-wrapper-contact .popup-contact {
  position: absolute;
  min-width: 220px;
/*   max-width: 300px; */
  background: #000000de;
  color: #fff;
  padding: 12px;
  border-radius: 2px;
  font-size: 14px;
  line-height: 1.4;

  opacity: 0;
  transform: scale(0.95);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
  
  text-align: center;
}

.popup-wrapper-contact .popup-contact p {
    margin-top: 10px;
    font-weight: 500;
    max-width: none;
}
.popup-wrapper-contact .popup-contact p a{
    text-decoration: none;
    color: inherit;
}

.popup-wrapper-contact .popup-contact.show {
  opacity: 1;
  transform: scale(1);
  pointer-events: auto;
}

.popup-wrapper-contact .popup-contact.down {
  top: calc(100%);
}

.popup-wrapper-contact .popup-contact.up {
  bottom: calc(100%);
}
.popup-wrapper-contact .button-contact {
    width: 440px;
}

