body {
    
    margin: 0 auto;
    background-color: rgb(53, 52, 53);
    /* background-repeat: no-repeat; */
    background-size: 1550px auto;
    background-attachment: fixed;
    font-family: "Montserrat", "Arial", sans-serif;
    /* background-color: rgb(210, 213, 213); */
    overflow-x:hidden;
    text-align: center;
    max-height: auto;
    color: rgb(208, 203, 192);
}

h1,
h2,
h3,
p {
    margin: 0;
}
ul,
li {
    padding: 0;
}
ul {
    list-style-type: none; 
   }

.container {
    margin: 0 auto;   
}


html {
    scroll-behavior: smooth;
}

a {
    text-decoration: none;
    color:#fff
}


/* -------------------header----------------------- */
.navBar {
    display: flex;
    flex-direction: row;
    justify-content:space-between;
    max-width: 1515px;
    height: 125px;
    
}
.logo {
    clip-path: polygon(0% 0%, 100% 0%, 89% 100%, 0 100%);
    background-color: rgb(166, 166, 166);   
    width: 700px;
    display: flex;
    flex-direction: row;
    font-size: 3.5rem;
    box-sizing: border-box;
    padding: 10px;
    color: black;
}
.logoTwo{
    clip-path: polygon(0% 0%, 100% 0%, 75% 100%, 0 100%);
    background-color: rgb(255, 189, 89);   
    width: 80vw;
}
.navbar .nav-container li {
    list-style: none;
  }
  .navbar .nav-container a {
    text-decoration: none;
    color: #0e2431;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.7rem;
  }
.navbar .nav-container a:hover{
    font-weight: bolder;
}

.navbar .menu-items {
    display: flex;
    flex-direction: column;
    position: relative;
    top: -17px;
    left: -5px;
    padding-top: 120px;
    box-shadow: inset 0 0 2000px rgba(255, 255, 255, .5);
    height: 380px;
    width: 200px;
    transform: translate(-150%);
    margin-left: -40px;
    padding-left: 50px;
    transition: transform 0.5s ease-in-out;
    text-align: center;
    background-color: #fff;
    
  }
  
  .navbar .menu-items li {
    margin-bottom: 1.2rem;
    font-size: 1.5rem;
    font-weight: 500;
  }

.displNone{
    display: none;
}
.imgSize{
    height: 125px;
    width: 140px;
}
.flexAdress{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    padding: 20px;
    box-sizing: border-box;
    color: antiquewhite;
    text-decoration: none;
}
.flexColumn{
    display: flex;
    flex-direction: column;
}
.hiperHref{
    text-decoration: none;
    color: antiquewhite;
}
.paddingHeader{
    box-sizing: border-box;
    padding: 21px;
}
.logoName{
    margin-top: 10px;
}
.burgerMenu {
    display: none;
}
/* -------------------end header----------------------- */


/* -------------------footer----------------------- */
.flexbox {
    display: flex;
    flex-direction: row;
    justify-content:space-around;
}

.footer-color{
    background-image: url('/img/blakmetall.jpg');
}
.textFooter{
    color: antiquewhite;
}

/* -------------------end footer----------------------- */

.company{
    height: 550px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    background-image: url('/img/fon1.png');
    background-repeat: no-repeat;
}

.companyMarginTop{
    text-align: justify; 
    padding: 5px;
    box-sizing: border-box;
    font-size: 2rem;
}

.sfera{
    height: 902px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgb(53, 52, 53);
    
    
}
.blokcard{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-wrap: wrap;

}
.blArrow{
    background-color: rgb(115, 115, 115);
    clip-path: polygon(0% 0%, 75% 0%, 85% 49%, 75% 100%, 0% 100%);
    width: 400px;
    padding: 20px;
    margin-top: 60px;
}
.qw{
    background-color: rgb(115, 115, 115);
    clip-path: polygon(25% 0%, 100% 0%, 100% 100%, 25% 100%, 16% 52%);
    width: 400px;
    margin-top: 60px;
}
.card{
    
    height: 400px;
}
.zagotovka{
    background-size: 200px auto;
    background-repeat: no-repeat;
}

.vyvoz{
    background-image: url('../img/77.png');
    background-repeat: no-repeat;
    border-radius: 50px;
    overflow: hidden;
    width: 400px;
    height: 400px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 211px;
}
.feedback {
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    height: 170px;
    max-width: 1200px;
    margin: 0 auto;
    background-color: rgba(166, 166, 166);
}

.demontazh {
    background-image: url('/img/demontazh.webp');
    background-size: 240px auto;
    background-repeat: no-repeat;
}
.demontazgProm{
    background-image: url('/img/demontazgProm.jpg');
    background-size: 240px auto;
    background-repeat: no-repeat;
}
.rosseti{
    background-image: url('/img/Rosseti-tsentr-i-privolzhe-logo.jpeg');
    background-size: 212px auto;
    background-repeat: no-repeat;
}
.kommetgroup{
    background-image: url('/img/kommetgroup.jpeg');
    background-size: contain;
    background-repeat: no-repeat;
}
.preimuschestva{
    height: 550px;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 30px;
    
}

.klienty{
    height: 550px;
    max-width: 1200px;
    margin: 0 auto;
    
}
.obratnay_svyaz{
    height: 1200px;
    max-width: 1200px;
    margin: 0 auto;
    background-image: url('/img/111dark.png');
    background-repeat: no-repeat;
    overflow: hidden;
}

.sNami {
    font-size: 3rem; 
    text-align:left;
}

/* cardLicensii

*/
.cardLicensii {
    height: 400px;
    width: 300px;
    transition: all 0.3s ease; 
    overflow: hidden; /* Скрываем часть изображения, выходящую за пределы контейнера */
    border-radius: 10px; 
    
}
.cardLicensii2 {
    height: 500px;
    width: 700px;
    transition: all 0.3s ease; 
    overflow: hidden; 
    border-radius: 10px; 
    text-align: left;
    padding: 12px;
    box-sizing: border-box;
    
}
 
.cardLicensii img {
    width: 100%; 
    height: auto; 
    transition: transform 0.2s ease; 
}
.li::before {
    content: "\2022"; /* юникод точки */
    color: orange; 
    font-weight: bold;
    display: inline-block; 
    width: 1em; 
    margin-top: 10px;
}
.block2{
    width: 900px;
    padding: 40px;
    text-align: left;
}
.mt40 {
    margin-top: 40px;
}
.imgLicens {
    width: 200px;
}

.licur {
    background-image: url('/img/licensiy1.jpg');
    background-size: 300px auto;
}
.licpo {
    background-image: url('/img/licensiy2.jpg');
    background-size: 300px auto;
}

.romb{
    rotate: 45deg;
    width: 200px;
    height: 200px;
    background-color: rgb(255, 189, 89);
    padding: 20px;
    box-sizing: border-box;
}
.insertImg1 {
    background-image: url('../img/d.jpg');
}
.insertImg2 {
    background-image: url('../img/krab200.jpg');
}
.insertImg3 {
    background-image: url('../img/kamaz.jpg');
}
.rombvl{
    rotate: -89deg;
    width: 170px;
    height: 170px;
}
.romb1{
    position: relative;
    left: 565px;
    top: 50px;
}
.romb2{
    position: relative;
    left: 740px;
    top: 24px;
}
.romb3{
    position: relative;
    left: 919px;
    
}
.mt100{
    margin-top: 40px;
}
.contact {
    position: relative;
    right: -832px;
    bottom: 185px;
    rotate: -43deg;
    background-color: rgb(255, 189, 89);
    width: 700px;
    height: 700px;
    color: #0e2431;
    font-size: 2.5rem;
}

.fontSize{
    font-size: 2.5rem;
}

.vakansy {
    margin-top: 50px;
}
.boxVacansy {
    display: flex;
    flex-direction: row;
    justify-content:space-evenly;
    flex-wrap: wrap;
}
.boxCardVacansy {
    width: 400px;
    padding: 10px;
    border: 1px wheat solid;
    text-align: left;
    margin-top: 30px;
}
.boxCardVacansyHeader {
    padding: 5px;
    border: 1px wheat solid;
}
.fontColorVacansy {
    color:rgb(255, 189, 89);
}
  
.tdName {
    padding: 3px; 
    border: 1px solid white; 
    text-align: center; 
    width:200px; 
    height:50px;
    font-size: 0.8rem;
}
.tdData {
    padding: 3px; 
    border: 1px solid white; 
    text-align: center; 
    width:420px; 
    height:50px;
    font-size:0.8rem;
}
.fontSize3{
    margin:0px; 
    font-size: 1.5rem;
}

.imgSize2{
    width: 40px;
  }
.colorFontFooter {
    color: antiquewhite;
}
.mt20 {
    margin-top: 20px;
}
.rowTable{
    padding: 3px; 
    border: 1px solid; 
    text-align: left;
}
.rowTableColor{
    padding: 3px; 
    border: 1px solid; 
    text-align: left;
    background-color: rgb(77 80 79);
}
.nameTablePrice {
    padding: 3px; 
    border: 1px solid; 
    text-align: center; 
    width:500px; 
    height:50px;
}

.priceTable {
    padding: 3px; 
    border: 1px solid; 
    text-align: center; 
    width:200px; height:50px;
}