/*БЛОК ДОП УСЛУГ*/
.container-work {
    display: flex;
}

.list-uslug {
    display: flex;
    justify-content: space-between;
    margin: 0px 100px;
}

.image-dopuslugi {
    margin-top: -6px;
    border-radius: 200px 0px 0px 200px;
    width: 542px;
    border: solid 2px #95b12b;
    border-right: 0;
    padding: clamp(12px, 1.25vw, 40px);
}

.image-dopuslugi1 {
    margin-top: -6px;
    border-radius: 0px 200px 200px 0px;
    width: 542px;
    border: solid 2px #95b12b;
    border-left: 0;
    padding: clamp(12px, 1.25vw, 40px);
}

.cont-uslug {
    color: #fff;
    font-family: "Roboto Condensed", serif;
    margin: 0px;
    padding-left: clamp(16px, 0.833vw, 32px);
    align-content: center;
    padding-right: 30px;
}

.cont-uslug-1 {
    color: #fff;
    font-family: "Roboto Condensed", serif;
    margin: 0px;
    padding-left: clamp(16px, 0.833vw, 32px);
    align-content: center;
    text-align: right;
    padding-right: 30px;
}

.block2 {
    align-content: center;
}

.about-icon {
    width: 35px;
    height: 35px;
    background: #95b12b;
    border-radius: clamp(4px, 0.417vw, 16px);
    display: flex;
    padding: 4px;
}

.about-icon-1 {
    width: 35px;
    height: 35px;
    background: #95b12b;
    border-radius: clamp(4px, 0.417vw, 16px);
    display: flex;
    padding: 4px;
    margin-left: auto;
}

@media (max-width: 1150px) {
    .list-uslug {
        display: block;
        margin: 0px 15px;

    }

    .cont-uslug {
        padding: 0;
        padding-left: 20px;
    }

    .cont-uslug-1 {
        padding: 0;
        padding-right: 20px;
    }

    .image-dopuslugi {
        width: 100%;
        padding-right: 0;
    }

    .image-dopuslugi1 {
        width: 100%;
        padding-left: 0;
    }

    .container-work {
        display: flex;
        flex-direction: column;
    }

    .block1 {
        order: 2;
    }

    .block2 {
        order: 1;
    }
}
/* КОНЕЦ БЛОКА ДОП УСЛУГ */


/* Для Webkit-браузеров (Chrome, Edge, Safari) */
::-webkit-scrollbar {
    width: 10px;
    /* Ширина полосы прокрутки */
}

::-webkit-scrollbar-track {
    background: #003F47;
    /* Цвет фона трека */
}

::-webkit-scrollbar-thumb {
    background: #95b12b;
    /* Цвет полосы прокрутки */
    border-radius: 5px;
    /* Закругленные края */
}

::-webkit-scrollbar-thumb:hover {
    background: #6c811f;
    /* Цвет при наведении */
}

/*БЛОК BURGER МЕНЮ*/
.burger-icon {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 30px;
    height: 24px;
    cursor: pointer;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.burger-icon span {
    width: 100%;
    height: 4px;
    background-color: #95b12b;
    transition: all 0.5s ease;
    transform-origin: center;
}

/* Анимация бургер-иконки в крестик */
.burger-icon.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.burger-icon.active span:nth-child(2) {
    opacity: 0;
}

.burger-icon.active span:nth-child(3) {
    transform: rotate(-45deg) translate(5px, -5px);
}

/* Затемнение фона */
.overlay {
    position: fixed;
    top: 0;
    left: -100%;
    /* Начинается за левой границей */
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    transition: left 0.5s ease;
    z-index: 998;
}

/* Плавно выезжает */
.overlay.active {
    left: 0;
}

/* Меню */
.menu {
    position: fixed;
    top: 0;
    left: -300px;
    /* Начинается за левой границей */
    width: 300px;
    height: 100%;
    background-color: #00525d;
    box-shadow: 2px 0 10px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease 0.8s;
    /* Задержка для плавного появления после фона */
    z-index: 999;
}

.menu.active {
    left: 0;
    /* Плавно выезжает */
}

/* Логотип в меню */
.menu .logo {
    padding: 20px;
    text-align: center;
}

.menu .logo img {
    max-width: 100%;
    height: auto;
}

/* Ссылки меню */
.menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.menu ul :hover {
    color: #95b12b;
    transition: color 0.3s linear;
}

.menu ul li {
    padding: 10px 15px;
}

.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    font-size: 18px;
}

/*Телефон в бургер-меню */
.contact-menu {
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: 10px 15px;
    color: #95b12b;
}

.manager-icons {
    display: flex;
    gap: 10px;
}

.manager-icons a {
    color: #007bff;
    font-size: 30px;
    text-decoration: none;
    padding: 10px 10px;
    margin-left: 10px;
}

.manager-icons a:hover {
    color: #95b12b;
}


h1 {
    font-size: 50px;
    text-decoration: none;
    margin: 0;
    color: #fff;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    text-transform: uppercase;

}
.h1-text {
    display: flex;
    justify-content: space-between;
}

h2 {
    line-height: 1.2;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
    margin: 0;
}
span {
    color: #95b12b;
}

body {
    margin: 0;
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #003F47;
}

.container {
    margin: 0px 100px;
}

.container-coments {
    margin-left: 20px;
    margin-right: 20px;
}

.container-head {
    margin: 0px 100px;
}

.containerr {
    width: 100%;
}

.header {
    height: 680px;
    background-color: #003F47;
    background-repeat: no-repeat;
    background-size: cover;
}

.header-logo img {
    max-width: 100%;
    height: auto;
}

.header-line {
    width: 100%;
    position: fixed;
    z-index: 5000;
    background-color: #003F47;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.nav-item {
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-right: 25px;
    transition: color 0.3s linear;
}

.nav-item:hover {
    color: #95b12b;
}


.cart {
    position: relative;
    border-right: 1px solid #3479a7;
    padding-right: 10px;
    height: 50px;
}

.cart-mes {
    position: absolute;
    margin-left: 20px;
}

.cart-mes {
    height: 20px;
}

.num {
    color: #fff;
    font-size: 30px;
    text-decoration: none;
    font-weight: 700;
    transition: color 0.3s linear;
}

.num:hover {
    color: #95b12b;
}

.phone-text {
    font-size: 17px;
    font-weight: 700;
    color: #95b12b;
}

.phone-holder {
    display: flex;
    align-items: center;
}

.button {
    background-color: #3479a7;
    margin-left: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 18px;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color 0.2s linear;
}

.button:hover {
    background-color: #95b12b;
}

.sucess-batton {
    display: flex;
    justify-content: space-between;
}

.btn-inform {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 10px;
    padding: 10px 10px;
    border-radius: 0px 0px 10px 10px;

    background-color: #427ff1;
}

.header-down {
    width: 100%;
    padding-top: 150px;
}

.header-title {
    color: #fff;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    position: absolute;
    margin-left: 30px;
}

.header-title-gpk {
    color: #fff;
    line-height: 1.2;
    font-family: 'Oswald', sans-serif;
    font-size: 40px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: left;
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}

.header-title-h1 {
    margin-bottom: 20px;
}

.price-gpk {
    background-color: #95b12b;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px 10px;
    align-items: center;
}

.price-50 {
    background-color: #95b12b;
    color: #fff;
    font-size: 40px;
    font-weight: 700;
    padding-top: 30px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 10px 10px;
}

.text-gpk {
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}

.text-gpk-n {
    color: #95b12b;
    font-size: 25px;
    font-weight: 700;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.price-gpk:hover {
    background-color: #3479a7;
}

.header-title-h1-gpk span {
    color: #95b12b;
}

.header-suptitle-br {
    background-color: #ffffff75;
    border-radius: 5px;
    margin-bottom: 5px;
    padding: 10px 10px;
}

.hsb {
    color: #95b12b;
}

.header-suptitle {
    display: block;
    align-items: center;
    justify-content: space-around;
    color: #00525d;
    font-weight: 700;
    font-size: 15px;
    margin-top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

.header-suptitle-success {
    display: block;
    align-items: center;
    justify-content: space-around;
    color: #00525d;
    font-weight: 700;
    font-size: 18px;
    margin-top: 0px;
    font-family: 'Roboto Condensed', sans-serif;
}

/* О КОМПАНИИ*/
.company {
    margin-bottom: 100px;
    margin-left: 30px;
    margin-right: 30px;
}

.company-head {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #95b12b;

}

.company-text {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}

/* TEST*/
.papka {
    display: flex;
    justify-content: space-between;
}

.zagolov {
    margin-right: 50px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 100px;
    color: #95b12b;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;


}

.im {
    width: 550px;
    margin-right: 50px;
    margin-bottom: 100px;
    margin-top: 100px;
}

.log-button {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #95b12b;
    padding: 20px 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 40px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s linear;
    margin-bottom: 100px;
}

.containerr {
    width: 1000px;
}

/* TEST*/

.header-button {
    font-family: 'Roboto Condensed', sans-serif;
    background-color: #95b12b;
    padding: 15px 35px;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 5px;
    text-transform: uppercase;
    text-decoration: none;
    transition: background-color 0.3s linear;
}

.image1 {
    background-image: url(bg1.png);
    position: absolute;
    z-index: 0;

    left: 600px;
}

.header-button:hover {
    background-color: #3479a7;
}
/* Карточки услуг*/
.cards-holder {
    display: flex;
    justify-content: space-between;

}

.cards {
    background-color: #00525d;
}

.card {
    width: 349px;
    background-color: #00525d;
    margin-right: 20px;
    margin-top: -50px;
    padding: 10px 10px;
    border-radius: 10px;
    border: solid 2px #003F47;
    transition: background-color 0.3s linear;
    text-align: center;
}

.card1 {
    width: 349px;
    background-color: #00525d;
    margin-right: 20px;
    padding: 10px 10px;
    border-radius: 10px;
    border: solid 2px #003F47;
    margin-top: 20px;
    margin-bottom: 20px;
    transition: background-color 0.3s linear;
    text-align: center;
}

.card:hover {
    background-color: #95b12b;
    border: solid 2px #003F47;
}

.card1:hover {
    background-color: #95b12b;
    border: solid 2px #003F47;
}

.card-image {
    display: flex;
    height: 60px;
    justify-content: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.card-title {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 300;
}

.card-title span {
    color: #D67E35;
    margin-left: 2px;
}

.card-desc {
    text-align: center;
    font-family: 'Tinos', serif;
    font-size: 26px;
    font-weight: 400;
    color: #656363;
}
/* Конец карточки услуг*/

/* Карточки услуг mobile*/
.cards-holder-mobile {
    display: flex;
    justify-content: center;
    padding-top: 10px;
  
  }
  
  .cards-mobile {
    background-color: #00525d;
  }
  
  .card-mobile {
    width: 200px;
    background-color: #00525d;
    margin-right: 10px;
  
    padding: 5px 5px;
    border-radius: 10px;
    border: solid 2px #003F47;
    transition: background-color 0.3s linear;
  }
  .card4-mobile {
    width: 200px;
    background-color: #00525d;
    padding: 5px 5px;
    border-radius: 10px;
    border: solid 2px #003F47;
    transition: background-color 0.3s linear;
  }
  
  .card1-mobile {
    width: 200px;
    background-color: #00525d;
    margin-right: 10px;
    padding: 5px 5px;
    border-radius: 10px;
    border: solid 2px #003F47;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s linear;
  }
  .card3-mobile {
    width: 200px;
    background-color: #00525d;
    padding: 5px 5px;
    border-radius: 10px;
    border: solid 2px #003F47;
    margin-top: 10px;
    margin-bottom: 10px;
    transition: background-color 0.3s linear;
  }
  
  .card-mobile:hover {
    background-color: #95b12b;
    border: solid 2px #003F47;
  }
  
  .card1-mobile:hover {
    background-color: #95b12b;
    border: solid 2px #003F47;
  }
  .card3-mobile:hover {
    background-color: #95b12b;
    border: solid 2px #003F47;
  }
  
  .card4-mobile:hover {
    background-color: #95b12b;
    border: solid 2px #003F47;
  }
  
  .card-image-mobile {
    display: flex;
    height: 50px;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  
  .card-title-mobile {
    color: #fff;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 400;
    text-align: center;
  }
  
  .card-title-mobile span {
    color: #D67E35;
    margin-left: 2px;
  }
  
  .card-desc-mobile {
    text-align: center;
    font-family: 'Tinos', serif;
    font-size: 26px;
    font-weight: 400;
    color: #656363;
  }
  /* Конец карточки услуг mobile*/

.black-block {
    background-image: url(danger-bg.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #226666;
    padding: 63px 0;
}

.left-title {
    line-height: 1.2;
    color: #95b12b;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-size: 50px;
    font-weight: 400;
    margin-bottom: 20px;
}

.left-text {
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    font-weight: 500;
    font-size: 20px;
    color: #fff;
}

.right-btn {
    background-color: #95b12b;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 14px 18px;
    font-weight: 700;
    transition: background-color 0.2s linear;
}

.right-btn:hover {
    background-color: #3479a7;
}

.block-holder {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dishes-title-coments {

    line-height: 1.2;
    color: #fff;
    font-family: 'Oswald', sans-serif;
    text-transform: uppercase;
    font-size: 50px;
    font-weight: 400;
    text-align: center;
    padding-top: 150px;
    margin-bottom: 50px;
}
/* -------------------МЕНЮ BURGERS-------------------*/
.burgers {
    display: flex;
    justify-content: center;
}

.burger-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.burgers-image {
    margin-right: 20px;
}

.burger-text {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    margin-left: 20px;

}

.prisee {
    width: 30px;
}
.menu-uslugi {
    background-image: url(menu-bg.webp);
    background-repeat: no-repeat;
    width: 100%;
    background-size: cover;
    padding-bottom: 100px;
}
.menu-item {
    background-color: #fff;
    border-radius: 10px;
    text-align: center;
    width: 33%;
    padding-top: 20px;
    padding-bottom: 30px;
    margin-right: 20px;
}

.menu-text {
    font-family: 'Oswald', sans-serif;
    color: #003F47;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 15px;
}

.menu-subtext {
    font-size: 16px;
    color: #494949;
    font-weight: 700;
    margin-left: 30px;
    margin-right: 20px;
    margin-bottom: 10px;
    text-align: left;
}

.item-event {
    position: relative;
}

.event {
    width: 10px;
    height: 10px;
    background-color: #95b12b;
    border-radius: 50px 50px;
    position: absolute;
    margin-top: 4px;
    margin-left: 15px;
}

.menu-btn {
    background-color: #00525d;
    text-decoration: none;
    border-radius: 5px;
    padding: 14px 67px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    box-shadow: 5px 5px 10px 0px #00000040;
    transition: background-color 0.3s linear;

}

.menu-btn:hover {
    background-color: #95b12b;
}

.menu-button {
    margin-top: 30px;
}

.price-image {
    position: absolute;
    bottom: 0;
    right: 32px;
}

.menu-image {
    position: relative;
}

.price-420 {
    position: absolute;
    bottom: 32px;
    right: 56px;
    color: #fff;
    font-size: 30px;
}

.menu-items {
    display: flex;
    justify-content: center;
}



/* -------------------БЛОК КОМЕНТАРИИ-------------------*/
.com {
    display: flex;
    justify-content: space-around;
}

.coment {
    background-color: #E5E5E5;
    padding-bottom: 20px;
}

.botn {
    display: flex;
    justify-content: center;
    position: relative;
}

.coment-button {
    background-color: #3479a7;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 18px;
    font-weight: 700;
    border-radius: 5px 0px 0px 5px;
    border-right: 1px solid #427ff1;
    transition: background-color 0.2s linear;
}

.coment-button1 {
    background-color: #95b12b;
    margin-top: 20px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 18px;
    font-weight: 700;
    border-radius: 0px 5px 5px 0px;
    transition: background-color 0.2s linear;
}

.coment-button:hover {
    background-color: #95b12b;
}

.coment-button1:hover {
    background-color: #427ff1;
}

.coment-text {
    padding: 5px 5px;
    text-align: left;
    font-style: italic;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
    margin-top: 10px;
}

.coment-img {
    border-radius: 20px 0px 0px 0px;
    width: 50px;
}

.coment-image {
    text-align: center;
}

.coment-holder {
    display: flex;
    justify-content: space-between;
    width: 100%;
    background-color: #4a4b4871;
    border-radius: 20px;
    box-shadow: 5px 5px 10px 0px #00000040;
    margin-right: 20px;

}

.coment-holder:hover {
    background-color: #60615d71;
}

.coment-holder:last-child {
    margin-right: 0px;
}

.nomb-com {
    width: 30px;
    height: 30px;
    background-color: #ff9900;
    border-radius: 50px 50px;
    position: absolute;
    margin-left: 330px;
    margin-top: 5px;

}

.ads-coments {
    display: flex;
    width: 500px;
    height: 50px;
    padding: 30px;
    text-transform: uppercase;
    font-family: 'Oswald', sans-serif;
    color: white;
    font-size: 14px;


}

.ads-coments input {
    border-radius: 5px;
    width: 300px;
    border: 0;
    margin: 10px 0;
    height: 35px;
    padding: px;
    outline: none;
    margin-right: 20px;
}

.submit-com {

    background-color: #95b12b;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color 0.2s linear;
}

.submit-com :hover {
    background-color: #3479a7;

}

.wrapper-text {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
}

.wrapper-holder {
    display: flex;
    justify-content: center;
}

.namb {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-top: 5px;
}

/*.coment-type {
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}
.coment-name {
    padding-top: 9px;
    font-size: 20px;
    font-weight: 400;
    text-align: center;
}*/
/* БЛОК КОМЕНТАРИИ END*/

/* -------------------БЛОК ЛОКАЦИЯ-------------------*/
.container-loc {
    margin: 0px 100px;
}

.location {
    background-color: #226666;
}

.location-card {
    width: 25%;
}

.location-holder {
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
}

.location-holder1 {
    display: flex;
    justify-content: space-between;
}

.loc-img {
    display: flex;
    justify-content: flex-start;
    margin-right: 5px;
    height: 23px;
}

.citi {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
    display: flex;
    justify-content: flex-start;
}

.citi a {
    text-decoration: none;
    color: #fff;
}

/* Цены */
.container-price {
    font-family: 'Roboto Condensed', sans-serif;
    color: #95b12b;
    font-size: 18px;
    font-weight: 700;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: rgba(255, 255, 255, 0.082);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    overflow: hidden;
}

th, td {
    padding: 15px;
    text-align: left;
}

th {
    background: #95b12b;
    color: #fff;
    font-weight: 700;
    font-size: 20px;
}

tr:nth-child(even) {
    background: #003F47;
}
  /* Цены конец */

/* -------------------БЛОК FOOTER-------------------*/
.footer {
    background-color: #003F47;
    padding: 30px 0px;
    color: #fff;
    text-align: left;
}

.footer-holder {
    display: flex;
    justify-content: space-between;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    color: #95b12b;
}

.f-cards {
    display: flex;
    justify-content: space-between;
}

.f-card {}

.imgfotter {
    width: 32px;
    margin-right: 10px;

}

.ff-c {
    margin-right: 10px;
    position: relative;
}

.messeger {
    position: absolute;
    margin-left: 170px;
    margin-top: 10px;
}

/* -------------------БЛОК BURGER МЕНЮ------------------- */
.menu-img {
    width: 90%;
}

.burger-menu {
    display: none;
}

.block {
    display: flex;
    justify-content: center;
    margin-left: 5px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.burger-slide {
    position: absolute;
    margin-top: 25px;
    background-color: #01383f;
    width: 100%;

}

button {
    border: none;
    outline: none;
    background-color: transparent;
}

.disp {
    display: none;
}

/* -------------------БЛОК POPUP------------------- */
.wrapper {
    max-width: 1000px;
    text-align: center;
}

.btn {
    background-color: #3479a7;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    padding: 14px 18px;
    font-weight: 700;
    border-radius: 5px;
    transition: background-color 0.2s linear;
}

.btn:hover {
    background-color: #95b12b;
}

.popup {
    border-radius: 10px;
    display: block;
    width: 260px;
    background-color: darkcyan;
    padding: 30px;
    text-transform: uppercase;
    font-family: arial;
    color: white;
    font-size: 14px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
    top: -999px;
    transition: .5s all linear;
}

.popup input {
    border-radius: 5px;
    width: 100%;
    border: 0;
    margin: 10px 0;
    height: 35px;
    padding: px;
    outline: none;
}

.submit {
    background-color: #fff;
    cursor: pointer;
}

#callback {
    display: none;
}

#callback:checked~.popup {
    top: 200px;
}

.close {
    display: block;
    position: absolute;
    transform: rotate(45deg);
    font-size: 40px;
    top: 5px;
    right: 10px;
    cursor: pointer;
}

/* -------------------БЛОК SLIDE------------------- */
.car {
    color: #95b12b;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;

}

.carus-text {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    background-color: #0000007a;
    padding: 10px 30px;
    border-radius: 5px 5px 0px 0px;

}

.carus-text:hover {
    background-color: #000000a4;
}

.carousel {
    background: #003F47;
    box-sizing: border-box;
    margin-bottom: 30px;

}

.carousel-cell {
    width: 400px;
    height: 300px;
    margin-right: 10px;
    background: #8C8;
    border-radius: 5px;
    margin: 10px 10px;
    counter-increment: carousel-cell;
}

.carousel-cell1 {
    width: 400px;
    height: 300px;
    margin-right: 10px;
    background-image: url(pr2.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #226666;
    border-radius: 5px;
    margin: 10px 10px;
    counter-increment: carousel-cell;
}

.carousel-cell2 {
    width: 400px;
    height: 300px;
    margin-right: 10px;
    background-image: url(pr3.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #226666;
    border-radius: 5px;
    margin: 10px 10px;
    counter-increment: carousel-cell;
}

.carousel-cell3 {
    width: 400px;
    height: 300px;
    margin-right: 10px;
    background-image: url(pr4.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #226666;
    border-radius: 5px;
    margin: 10px 10px;
    counter-increment: carousel-cell;
}

.carousel-cell4 {
    width: 400px;
    height: 300px;
    margin-right: 10px;
    background-image: url(pr5.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #226666;
    border-radius: 5px;
    margin: 10px 10px;
    counter-increment: carousel-cell;
}

.carousel-cell5 {
    width: 400px;
    height: 300px;
    margin-right: 10px;
    background-image: url(pr6.webp);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-color: #226666;
    border-radius: 5px;
    margin: 10px 10px;
    counter-increment: carousel-cell;
}

.carousel-cell:before {
    display: block;
    text-align: center;
    content: counter(carousel-cell);
    line-height: 200px;
    font-size: 80px;
    color: white;
}

/* Стили для scroll кнопки */
#scrollToTopBtn {
    position: fixed;
    bottom: -60px;
    /* Начальное положение кнопки за границами экрана */
    right: 20px;
    background-color: #95b12b;
    color: white;
    border: none;
    border-radius: 15%;
    width: 40px;
    height: 40px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: bottom 0.3s ease, opacity 0.3s ease;
    opacity: 0;
    /* Кнопка невидима по умолчанию */
}

#scrollToTopBtn:hover {
    background-color: #0056b3;
}

#scrollToTopBtn:active {
    transform: scale(0.9);
}

#scrollToTopBtn.show {
    bottom: 20px;
    /* Позиция кнопки, когда она видима */
    opacity: 1;
    /* Делаем кнопку видимой */
}


@media (max-width: 1300px) {
    .num {
        font-size: 25px;
    }

    .phone-text {
        font-size: 14px;
    }


    .menu-items {
        display: block;
    }

    .menu-item {
        margin: 20px auto;
        width: 600px;
    }

    .header-title {
        position: static;
    }

    .header-suptitle:before,
    .header-suptitle:after {
        content: none;
    }

    .project-content {
        display: block;
    }

    .project-content img {
        display: block;
        width: 100%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 30px;
    }

    .block-holder {
        display: block;
    }

    .left-title,
    .left-text,
    .right-button {
        text-align: center;
    }

    .right-button {
        margin-top: 30px;
    }

    .image1 {
        display: none;
    }

    .im {
        display: none;
    }
}



@media (max-width: 1185px) {

    .burger-menu {
        display: block;
    }

    .nav,
    .cart,
    .btn {
        display: none;
    }

    .header-line {
        justify-content: space-between;
    }

    .burgers-image {
        display: none;
    }
}

@media (max-width: 1001px) {

    .header {
        height: auto;
    }
     .cards{
        display:none;
    }
}

@media (max-width: 1000px) {

    .cards-holder {
        display: block;
    }

    .btn {
        width: auto;
    }

    .card {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 20px;
    }

    .card1 {
        width: 100%;
        margin-top: 30px;
        padding-bottom: 20px;
    }
}

@media (max-width: 780px) {
    .price {
        font-size: 10px;
    }

    .price-с {
        display: none;
    }

    .citi {
        font-size: 25px;

    }

    .com {
        display: block;
        width: auto;
    }

    .coment-holder {
        margin-bottom: 20px;
    }

    .menu-item {
        width: auto;
    }

    .high {
        display: none;
    }

    .container {
        margin: auto 40px;
    }

    .container-loc {
        margin: auto 40px;
    }

    .number-item {
        font-size: 23px;
    }

}

@media (max-width: 779px) {

    .container {
        margin: 10px;
    }

    .container-coments {
        margin-left: 10px;
        margin-right: 10px;
    }

    .container-head {
        margin: 10px;
    }

    .hidden-td{
        display: none;
    }
    .card {
        width: auto;
        background-color: #00525d;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 20px;
        padding: 5px 5px;

    }

    .coment {
        padding-bottom: 10px;
    }

    .location-holder {
        display: block;
    }

    .location-holder1 {
        display: block;
        justify-content: center;
    }

    .location-card {
        width: 100%;
    }

    .location-holder {
        padding-bottom: 0px;
    }

    .card1 {
        width: auto;
        background-color: #00525d;
        margin-right: 0px;
        margin-bottom: 10px;
        margin-top: 20px;
        padding: 5px 5px;
    }

    .price {
        font-size: 15px;
    }

    .price-card-c {
        display: none;
    }

    .price-card:first-child {
        width: 10px;
    }

    .header-title {
        margin-left: 5px;
    }

    .header-bth {
        margin-bottom: 50px;
    }

    .popup {
        width: 80%;
    }

    .footer-holder {
        display: block;
        justify-content: center;
    }

    .f-card {
        margin-bottom: 20px;

    }

    .company {
        margin-left: 10px;
        margin-right: 10px;
        margin-bottom: 30px;
    }

    .sucess-batton {
        display: block;
        justify-content: center;
    }

    .btn-inform {
        border-radius: 0px 10px 10px 10px;
    }

    .header-title-gpk {
        display: block;
    }

    .ads-coments {
        display: block;
        width: auto;
        height: 150px;
    }

    .left-text {
        text-shadow: 3px -4px 5px rgba(0, 0, 0, 0.76);
    }

    .h1-text {
        display: block;
    }

    .price-50 {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
    }
}

@media (max-width: 500px) {
    .header-logo img {
        height: 100%;
        margin-left: 30px;
    }
}

@media (min-width: 999px) {
    .cards-mobile{
        display: none;
    }
  }