body{
    background-color: #ffffff;
    overflow-x: hidden;
    font-family: Ledger;      /* скрывает переполнение экрана */
    
    
}

.tit{
    color: rgba(45, 15, 2, 1);
    font-size: calc(13px + 15 * (100vw - 320px) / 880);
    font-family: Ledger;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.cont-fluid-nav {
    position: fixed;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 10;
    background-color: rgba(0,0,0,50%);
    padding: 0;
    padding-left: 15px;
    padding-right: 15px;
}


/*                                  навигационное меню                            */

.navbar{
    padding: 0;
    margin-top: 0;
}
.nav-link {
    font-size: calc(15px + 5 * (100vw - 1000px) / 880);
    color: rgb(255, 233, 214);
    font-family: Ledger;
    padding-bottom: 0px;
    filter: drop-shadow(0px 3px 3px black);
    margin-bottom: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.nav-item{
    margin-right: 5px;
    height: auto;
}

.icon{
    font-size: calc(10px + 7 * (100vw - 320px) / 880);
    font-family: Lora;
    color: white;
}
@media (max-width: 500px){
    .cont-fluid-nav img{
        width: 30px;
        height: 30px;
    }
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg'  viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    font-size: 0.8em;
    border: none !important;

}

.navbar-toggler:focus,
.navbar-toggler:hover {
    border: none !important;
    outline: none;
}


.navbar-nav .dropdown-menu {
    position: static;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: static;
    }
}
.navbar-nav .nav-link {
    color: rgb(255, 233, 214) !important;
    transition: all 0.2s ease;
}

.navbar-nav .nav-link.active.show,
.navbar-nav .nav-link.show.active {
    color: #ffffff !important;
    font-weight: bold !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.8) !important;
}


.dropdown-item{
    text-align: center;
    color: rgb(255, 233, 214);
    font-family: Ledger;
    font-size: calc(12px + 5 * (100vw - 320px) / 880);
}
.dropdown-menu{
    background-color: rgba(0,0,0,50%);
}

.navbar-toggler {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.navbar-toggler:focus,
.navbar-toggler:hover,
.navbar-toggler:active,
.navbar-toggler:focus-visible {
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    background: transparent !important;
}

/* Убираем рамки с всего navbar */
.navbar-light .navbar-toggler {
    border: none !important;
}
@media (max-width: 500px){
    .navbar-nav{
        padding-bottom: 10px;
    }
}


/*                                  навигационное меню                            */


/*                                       header                                   */
.cont-fluid-head {
    background-image: url(main.jpg);
    height: 100vh; 
    max-width: 100%;                
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5); 
}

@media (min-width: 720px) and (max-width: 1300px){
    .cont-fluid-head{
        height: 60vw;
    }
}
@media (max-width: 750px){
    .cont-fluid-head{
        height: 80vw;
    }
}


.cont-heading{
    max-width: 90%;
    padding: 0;
    margin: 0 auto; 
    position: relative;
    top: 20%;

}
p.heading1 {
    font-size: calc(15px + 25 * (100vw - 320px) / 880);
    color: rgb(0, 0, 0);
    font-family: Ledger;
    filter: drop-shadow(0px 10px 10px black);
    margin-bottom: 0;
    font-weight: medium;
}
p.heading2{
    font-size: calc(6.5px + 10 * (100vw - 320px) / 880);
    color: rgb(0, 0, 0);
    font-family: Ledger;
    filter: drop-shadow(0px 10px 10px black);
    margin-top: 20px;
}
@media (max-width: 500px) {
    p.heading2{
        margin-top: 0px;
    }
}
.button-link1 {
    margin-top: 10px;
    display: inline-block;
    padding: 5px 10px;
    background-color: #CF501A;
    color: rgb(0, 0, 0);
    text-decoration: none;
    border-radius: 4px;
    font-family: Ledger;
    font-size: calc(8px + 8 * (100vw - 320px) / 880);
    filter: drop-shadow(0px 2px 2px black);
}
.button-link1:hover {
background-color: #0000004c;
}
.button-link2 {
    margin-top: 10px;
    display: inline-block;
    padding: 5px 10px;
    background-color:rgba(9, 3, 3, 0.35);
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-family: Ledger;
    font-size: calc(7px + 8 * (100vw - 320px) / 880);
    filter: drop-shadow(0px 2px 2px black);
    border: 2px solid white;
    margin-left: 20px;
}
.button-link2:hover {
background-color: #0000004c;
}
.heading-div {
    margin-top: 70px;
    background-color: rgba(6, 1, 1, 0.35);
    padding-left: 20px;
    box-shadow: 0 0 5px 10px rgba(6, 1, 1, 0.35);
    display: inline-block; /* или inline-flex */
    vertical-align: top;
}
.hp1{
    color: rgba(207, 80, 26, 1); 
    font-size: calc(12px + 30 * (100vw - 320px) / 880); 
    font-family: Lora;
    margin-bottom: 0;
    font-weight: 500;
}
.hp2{
    color: rgb(255, 255, 255); 
    font-size: calc(7px + 10 * (100vw - 320px) / 880); 
    font-family: Ledger;
}

.heading-div div{
    margin-right: 60px;
}

@media (max-width: 500px) {
    .heading-div{
        margin-top: 30px;
    }
    .heading-div div{
        margin-right: 10px;
    }
    .hp2{
        margin-bottom: 0;
    }
}
@media (max-width: 330px){
    .heading-div{
        display: none;
    }
}
/*                                       header                                   */


/*                                     service                                     */
.service{
    max-width: 85%;
    padding: 0;
    margin: 0 auto; /* центрирует контейнер внутри .container-fluid */
}
.card-service {
    width: 100%;              /* занимает всю ширину колонки */
    max-width: 350px;         /* максимальная ширина, чтобы не раздувались */
    aspect-ratio: 1 / 1;      /* квадратная форма, высота равна ширине */
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(65, 44, 31, 0.7);
    filter: drop-shadow(0px 4px 2px black);
    transition: box-shadow 0.3s ease;
}
.card-service .card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.card-img-overlay {
    background: linear-gradient(to top, rgba(91, 92, 94, 0.555) 20%, rgba(0, 0, 0, 0) 100%);
    text-align: right;
    font-family: Ledger;
    color: rgb(255, 255, 255);
    padding-bottom: 2px;
    font-size: calc(7px + 10 * (100vw - 320px) / 880); 
    line-height: 1.1;
    border-bottom-left-radius: 20px ;
    border-bottom-right-radius: 20px;
}
.card-img-overlay{
    font-size: calc(9px + 7 * (100vw - 320px) / 880); 
}

@media (max-width: 1080px) {

}
@media (max-width: 570px) {

    .cs{
        margin-bottom: 10px !important;
    }
}
/*                                     service                                     */


/*                                       PROJECT                               */
.cont-proj {
    max-width: 95%;
    padding: 0;
    margin: 0 auto;
}

.cont-project {
    background: linear-gradient(to bottom,
        rgba(114, 99, 104, 0.35) 0%,
        rgba(114, 99, 104, 0.35) 60%,
        rgba(0, 0, 0, 0.8) 100%);
    padding-top: 0;
    padding-bottom: 20px;
    --bs-gutter-x: 0rem;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5);
}

.projects-owl-carousel {
    scrollbar-width: none;
    -ms-overflow-style: none;

}

.projects-owl-carousel::-webkit-scrollbar {
    display: none;
}

.owl-carousel .owl-stage-outer {

    position: relative;
}

.owl-carousel .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.project-card-wrapper {
    height: 100%;
    display: flex;
    margin-bottom: 20px;
}

.card-project {
    position: relative;
    border-radius: 20px;
    border: 1px solid rgba(65, 44, 31, 0.7);
    filter: drop-shadow(0px 4px 2px black);
    transition: box-shadow 0.3s ease;
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    margin: 0; /* убираем margin-right */
}

.card-img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    flex-shrink: 0;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.card-text {
    font-family: Ledger;
    color: rgb(0, 0, 0);
    padding: 15px 10px 10px;
    font-size: calc(14px + 3 * (100vw - 320px) / 880);
    line-height: 1.1;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    flex-grow: 1;
    overflow: hidden;
    word-wrap: break-word;
}

/* УДАЛИТЕ ВСЕ ЭТИ СТИЛИ - они конфликтуют с OwlCarousel */
.projects-carousel,
.projects-track,
#projectsCarousel,
.carousel-btn,
.left-btn,
.right-btn { display: none !important; }

/*                                       PROJECT                               */


/*                                       О КОМПАНИИ                               */
.cont-komp{
    padding-top: 20px;
    padding-bottom: 20px;
    max-width: 80%;

    margin: 0 auto;
}
.komp1{
    font-size: calc(15px + 15 * (100vw - 320px) / 880); 
    color: black;
    font-family: Ledger;
    padding-bottom: 10px;
}
.komp2{
    font-size: calc(12px + 6 * (100vw - 320px) / 880); 
    color: rgba(0, 0, 0, 0.73);
    font-family: Ledger;
    margin-right: 50px;
    padding-left: 10px;
    border-left: 2px solid rgba(207, 80, 26, 1); 
    line-height: 1.3;
}
.komp3{
    font-family: Ledger;
    font-size: calc(10px + 5 * (100vw - 320px) / 880); 
    color: #CF501A;
    margin-top: 10px;
}

@media (max-width: 500px) {
    .cont-komp{
        max-width: 95%;
    }
    .komp2{
        margin-right: 0px;

    }
    .cont-komp{
        padding-top: 0px;

    }
    iframe{
        height: 250px;
    }
}
/*                                       О КОМПАНИИ                               */



/*                                       FOOTER                              */
.cont-footer{
    background-color: rgba(0, 0, 0, 0.76);
    color: rgba(246, 109, 50, 1);
    font-family: Ledger;
    font-size: calc(10px + 5 * (100vw - 320px) / 880); 
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.5); /* тень сверху */
}
.f1{
    text-align: right ;

    word-wrap: break-word;        /* устаревшее, но работает везде */
    overflow-wrap: break-word;    /* современный стандарт */
    word-break: break-word;       /* дополнительная защита для длинных слов */

}

.f2 img{
    height: 10vw;

}
.f3 a{
    display: block;
    text-decoration: none;
    color: rgba(246, 109, 50, 1);
}
.f3{
    text-align: left;
}

.f2{
    border-left: 2px solid rgba(246, 109, 50, 1) ;
    border-right: 2px solid rgba(246, 109, 50, 1) ;
}
/*                                       FOOTER                              */


/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.cont-head-project{
    background-image: url(главная1.png);
    height: 15vw; 
    max-width: 100%;                
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 0;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5) /* тень снизу */
}

@media (min-width: 320px) and (max-width: 750px){
    .cont-head-project{
        height: 25vw;
    }
}

.cont-proj-project{
    max-width: 90%;
    padding: 0;
    margin: 0 auto;
}

.card-project-project img{
    height: 400px;
    object-fit: cover;
    border-top-left-radius: 17px;
    border-top-right-radius: 17px;
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.233) /* тень снизу */
}
.card-body{
    font-family: Ledger;
    color: rgb(0, 0, 0);
    padding-bottom: 2px;

    line-height: 1.1;
    border-bottom-left-radius: 17px;
    border-bottom-right-radius: 17px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
    
}


.card-project-project {
    height: 100%;
    display: flex;
    flex-direction: column;
    border-radius: 20px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5); /* тень снизу */

}

.card-body {
    flex: 1;
    background-color:rgba(0, 0, 0, 0.137);    
}

.carousel {
    height: 100%;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.5); /* тень снизу */
    border-radius: 20px;
}
.carousel-inner {
    height: 100%;
    border-radius: 20px;
}
.carousel-item {
    height: 100%;
}

.card-project-project .card-title{
    text-align: center;
    font-family: Ledger;
    color: #000000;
    font-size: calc(15px + 4 * (100vw - 320px) / 880); 

}

.cont-heading h1{
    font-family: Ledger;
    font-size: calc(16px + 18 * (100vw - 320px) / 880); 
    font-weight: 500;
    color: #c9c8c6;
    filter: drop-shadow(0px 10px 10px black);
}
.c-p{
    font-family: Ledger;
    margin-top: 40px;
    background-color: #ffffff3a;
    font-size: calc(10px + 4 * (100vw - 320px) / 880); 
    margin-bottom: 40px;
    box-shadow: 0 0 5px 5px rgba(6, 1, 1, 0.137);
    max-width: 90%;
    border-left: 4px solid #CF501A;
    border-right: 4px solid #CF501A;
    padding-right: 50px;
    padding-left: 50px;

}
.c-p p{
    padding-bottom: 0;
    margin-bottom: 0;
    text-align: justify;
}

@media (min-width: 320px) and (max-width: 750px){
    .card-project-project img{
        height: 200px;
    }
    .c-p{
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.modal-dialog {
    max-width: 60%;
    margin: 1rem auto;
}

.modal-title{
    font-size: calc(16px + 6 * (100vw - 320px) / 880); 
    font-family: Ledger;
    font-weight: 700;
}
.project-text p{
    font-size: calc(14px + 4 * (100vw - 320px) / 880);     
    font-family: Lora;
    text-align: left;
    margin-bottom: 0;
    line-height: 1;
    margin-top: 30px;
    text-indent: 30px; /* можно указать любое значение: px, em, % */
}
.carousel-item img{
        height: 500px;
    }
    @media (max-width: 950px) {
    .modal-dialog {
        max-width: 80%;
        margin: 1rem auto;
    }
    .carousel-item img{
        height: 200px;
    }
    .project-text p{
        margin-top: 10px;
    }
}
@media (max-width: 575.98px) {
    .modal-dialog {
        max-width: 100%;
        margin: 1rem auto;
    }
    .carousel-item img{
        height: 200px;
    }
}




/*/////////////////////////////////////////////////////////////RENTAL_SPECIAL///////////////////////////////////////////////////////////////////////////*/
.cont-spec-equip {
    max-width: 85%;
    padding: 0;
    margin: 0 auto;
}
.cont-spec-equip .card-body{
    background-color: rgba(2, 1, 0, 0.53);
    height: 100%;
    box-shadow: 0 0 5px 10px rgba(2, 1, 0, 0.53);
    border-radius: 5px;
    padding: 15px;
}
.cont-spec-equip .card{
    border: none;
    
}
.cont-spec-equip img{
    height: 300px;
    
}
.cont-spec-equip .card-title{
    color: rgba(246, 109, 50, 1);
    font-family: Ledger;
    font-size: calc(14px + 12 * (100vw - 320px) / 880); 

}


@media (max-width: 1200px) {
    .cont-spec-equip {
        max-width: 95%;
        padding: 0;
        margin: 0 auto;
    }
    .cont-spec-equip img{
        height: 250px;
        
    }
}
@media (max-width: 900px) {

    .cont-spec-equip img{
        height: 200px;
        
    }
}
@media (max-width: 500px) {

    .cont-spec-equip img{
        height: 150px;
        
    }
}



/*//////////////////////////////////////////////////////////////COMPANY//////////////////////////////////////////////////////////////////////////*/
.cont-company{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 0;
}
.cont-company .card {
    border: none;
    position: relative;
    border-radius: 0;
}

.cont-company .card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background-color: #df7410;
}

.cont-company .card::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35%;
    height: 4px;
    background-color: #df7410;
}

.cont-company .card-body{
    padding-left: 80px;
    padding-right: 80px;
    background-color: rgba(0, 0, 0, 0);
    height: 100%;
}

.cont-company img{
    height: 400px;
    border-radius: 10px !important;
}

.cont-company .card-text{
    height: 100%;
    font-size: calc(12px + 6 * (100vw - 320px) / 880);
    font-family: Ledger;
}

.cont-fluid-company{
    background-color: rgba(206, 201, 202, 1);
    padding-top: 20px;

}
.cont-company2 {
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-bottom: 15px;
    border-radius: 0;
    background-color: rgba(206, 201, 202, 1);
    padding-bottom: 0;
    margin-bottom: 0;
}
.cont-company2 p{
    text-align: right;
    font-family: Ledger;
    font-size: calc(12px + 5 * (100vw - 320px) / 880);
    margin-bottom: 0;
    padding-top: 15px;

}
.cont-company3{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    border-right: 4px solid #CF501A;
    padding-right: 20px;
}
.cont-company3 .card{
    background-color: rgba(206, 201, 202, 1);
    border-radius: 0;
    border: none;
}
.cont-company3 .card-body{
    background-color: rgba(0, 0, 0, 0);
    text-align: right;
    font-size: calc(12px + 5 * (100vw - 320px) / 880);
    line-height: normal;
    padding: 0;

}

.cont-company3 img{
    padding-top: 10px;
    height: 400px;
}

.cont-company4{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    border-right: 4px solid #CF501A;
    padding-right: 20px;
    padding-bottom: 20px;
}
.cont-company4 .card{
    background-color: rgba(0, 0, 0, 0);
    border: none;
    border-left: 4px solid #CF501A;
    border-radius: 0;
}
.cont-company4 .card-body{
    background-color: rgba(0, 0, 0, 0);
    font-size: calc(12px + 5 * (100vw - 320px) / 880);
    padding-left: 20px;
}
.cont-company5{
    max-width: 75%;
    padding: 0;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cont-company5 .card{
    border-radius: 0;
    border: none;
}
.cont-company5 img{
    height: 500px;
}
.cont-company5 .card-body{
    background-color: rgba(0, 0, 0, 0);
    font-family: Ledger;
    font-size: calc(12px + 5 * (100vw - 320px) / 880) ;
    text-align: center;
}
@media (max-width: 500px) {

    .cont-company{
        max-width: 90%;
    }
    .cont-company .card-body{
        padding-left: 10px;
        padding-right: 10px;
    }

    .cont-company img{
        height: 300px;
        padding-bottom: 10px;
    }
    .cont-company2{
        max-width: 90%;
    }
    .cont-company3{
        max-width: 90%;
    }
    .cont-company3 img{
        height: 300px;
        
    }
    .cont-company4{
        max-width: 90%;
    }
    .cont-company4 .card-body{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .cont-company5{
        max-width: 90%;
    }
    .cont-company5 img{
        height: 300px;
    }
}

/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/
.cont-equipment{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}
.cont-equipment .card{
    
    filter: drop-shadow(0px 4px 2px rgb(0, 0, 0));
    transition: box-shadow 0.3s ease;
}
.cont-equipment .card-body{
    border-radius: 0;
    background-color: #9e9b9b2c;
    
}
.cont-equipment .card-title{
    font-family: Ledger;
    font-size: calc(14px + 6 * (100vw - 320px) / 880) ;
    border-bottom: 2px solid #d47b14;
    text-align: center;
    font-weight: bold;
    padding-top: 10px;
}
.cont-equipment .card-text{
    padding-top: 10px;
    padding-bottom: 10px;
    font-family: Lora;
    font-size: calc(12px + 4 * (100vw - 320px) / 880) ;
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.cont-test{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}
th{

    text-align: center;
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
}
td{
    font-size: calc(8px + 6 * (100vw - 320px) / 880);
}
table{
    font-family: Ledger;
    border-radius: 20px;
}

/* Светло-коричневая цветовая схема */
.table-custom {
    --bs-table-bg: #301c091e;           /* Светло-кремовый фон */
    --bs-table-striped-bg: #f8f4f0;   /* Чуть темнее для полос */
    --bs-table-hover-bg: #f5f1ed;     /* Hover эффект */
    border-radius: 20px !important;    /* ✅ Закругленные углы 20px */
    border: 1px solid #d4c8b5;         /* Коричневая рамка */
    overflow: hidden;                  /* ✅ Обрезает углы */
}

/* ✅ Коричневый заголовок вместо черного */
.table-header-custom {
    background: linear-gradient(135deg, #16010134 0%, #0a0705d3 100%) !important;
    color: #1a0101 !important;

}

.table-header-custom th {
    color: #ffffff !important;
}

/* Ячейки таблицы */
.table-custom td {
    border-color: #e8dcca;
    color: #5a4a3a;
    vertical-align: middle;
}

/* Полосы */
.table-custom tbody tr:nth-of-type(odd) {
    background-color: rgba(248, 244, 240, 0.7);
}

.table-custom tbody tr:nth-of-type(even) {
    background-color: rgba(252, 250, 248, 0.9);
}


/* Адаптивность */
@media (max-width: 768px) {
    .table-custom {
        font-size: 0.875rem;
        border-radius: 15px !important;
    }
}


@media (max-width: 600px) {
    .cont-test {
        max-width: 95%;
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.cont-vacan{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Ledger;
    font-size: calc(12px + 4 * (100vw - 320px) / 880);
    border-left: 3px solid #CF501A;
    padding: 10px;
    position: relative;
}

.cont-vacan::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 10%;
    height: 3px;
    background: #CF501A;
}

.cont-vacancy{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    font-family: Ledger;
}
.cont-vacancy .card-title{
    font-weight: bold;
}
.cont-vacancy .card-text{
    font-size: calc(15px + 2 * (100vw - 320px) / 880);
}
.card-descrip{
    border-bottom: 3px solid #CF501A;
}
.cont-vacancy .card{
    border-radius: 20px;
}
.cont-vacancy .card-body{
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
}
    .cont-vacancy img{

        height: 100%;
    }
@media (max-width: 770px) {
    .cont-vacancy {
        max-width: 95%;
    }
    .cont-vacancy .card-body{
        border-top-right-radius: 0px;
        border-bottom-left-radius: 20px ;
    }
    .cont-vacancy img{
        border-bottom-left-radius: 0px !important;
        border-top-right-radius: 20px;
        height: 250px;
        object-fit: cover;
    }
    .cont-vacan{
        max-width: 95%;
    }
}
/*////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.cont-contact{
    max-width: 80%;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
}


.contact-item {
    transition: all 0.3s ease;
    backdrop-filter: blur(5px);
}
.contact-item:hover {
    transform: translateX(10px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15) !important;
}

.yand-card {
    height: 500px; /* или нужная высота, например 100vh для всей высоты экрана */
    display: flex;
    align-items: stretch;
}

.yand-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.yand-map-wrapper {
    flex: 1;
    position: relative;
    border-radius: 20px !important;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    border: 1px solid rgba(0,0,0,0.1);
}

/* Важно! Переопределяем высоту Яндекс карты */
.yand-map-wrapper iframe,
.yand-map-wrapper > div {
    height: 100% !important;
    width: 100% !important;
    border-radius: 20px !important;
}
@media (max-width: 770px) {
    .yand-card {
        height: 300px; /* или нужная высота, например 100vh для всей высоты экрана */
    }
}
@font-face {
    font-family: 'Lora';
    src: url('Lora.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Ledger';
    src: url('ledger.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}



.projects-carousel {
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.projects-carousel::-webkit-scrollbar {
    display: none;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: none;
    -webkit-transform: translate3d(0, 0, 0);
}