body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	max-width: 1200px;
    line-height: 1.6;
    overflow-x: hidden;
	margin: 0 auto;
}

header {
    display: flex;
    color: #000000;
    padding: 1rem;
    text-align: center;
    justify-content: space-evenly;
    align-items: flex-end;
}

.header-div {
    display: flex;
    align-items: center;
    gap: 40px;
}

nav ul {
    list-style: none;
    padding: 0;
}

nav ul li {
    display: inline;
    margin: 0 10px;
}

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

nav a:hover {
    color: red;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

main {
}

footer {
    text-align: center;
    padding: 1rem;
    bottom: 0;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 24px;
}

h3 {
    margin-top: -8px;
    font-size: 19px;
}

.tel-ssylka {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    white-space: nowrap;
    font-size: 20px;
    line-height: 32px;
    text-decoration: none;
    color: #000000;
}

img:hover {
    transform: scale(1.05);
}

.slider-container {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.slider {
    display: flex;
    transition: transform 0.5s ease-in-out;
}

.slide {
    min-width: 100%;
    position: relative;
}

.slide img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    display: block;
}

.slide-content {
    position: absolute;
	top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: white;
    padding: 20px;
    text-align: center;
}

.slide-content h3 {
    margin-bottom: 10px;
    font-size: 24px;
}

.slide-content p {
    font-size: 16px;
}

.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	color: rgba(255, 255, 255, 0);
    background: rgba(255, 255, 255, 0);
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 24px;
    cursor: pointer;
	transition: color 0.3s ease;
    transition: background-color 0.3s ease;


    z-index: 10;
}

.slider-btn:hover {
	color: white;
}

.prev {
    left: 20px;
}

.next {
    right: 20px;
}

.dots-container {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    gap: 10px;
    z-index: 10;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.dot.active {
    background: rgba(255, 255, 255, 1);
}

.dot:hover {
    background: rgba(255, 255, 255, 0.8);
}


.promo1 {
	    padding: 50px;
    border-radius: 10px;
    display: flex;
	flex-direction: row;
    gap: 50px;
	 color: black;
	 font-weight:bold; 
	 text-align: center
}

.promo1-left {
width:35%;
}

.promo1-right {
flex-direction: column;
 
}

.promo1-right-text1 {
font-size: 48px;	
}

.promo1-right-text2 {
font-size: 35px;	
}

.promo1-right-text2-m {
display: none;	
}

.promo2 {
	padding: 10px;
    border-radius: 10px;
    display: flex;
	flex-direction: row;
    gap: 50px;
	color: white;
	 font-weight:bold; 
	 text-align: center
}

.promo2-left {
width:40%;
}

.promo2-left-text1 {
font-size: 35px;	
}

.promo2-left-text2 {
display: none;	
}

.promo3 {
	padding: 0;
    border-radius: 10px;
    display: flex;
	align-items: flex-start;
	flex-direction: row;
    gap: 0;
	 color: black;
	 font-weight:bold; 
	 text-align: center
}

.promo3-left {
width:50%;
}

.promo3-left {
flex-direction: column; 
height: 400px;

}

.promo3-left-text1 {
font-size: 32px;
margin-left: -180px;
}

.promo3-left-text2 {
font-size: 35px;
	padding: 0;
	
}


.promo:hover {
    transform: scale(1);
}


.image-container {
    border-radius: 10px;
    color: white;
    text-indent: 25px;
    display: flex;
    gap: 20px;
    padding: 20px;
    background-image: url("images/photo.jpg");
    background-size: cover;
    box-shadow: inset 0 0 0 200vw rgba(0, 0, 0, 0.6);
}

.fresh {
    text-indent: 25px;
    display: flex;
    gap: 20px;
    padding: 20px;
    align-items: center;
}

.fresh-block {
	display: flex;
	padding: 0;
    gap: 20px;

	flex-direction: column;
}


.fresh-element {
    text-indent: 25px;
    display: flex;
    gap: 20px;
    padding: 10px;
    margin: 0;
    background-color: white;
}

.servisy-block {
    display: flex;
    justify-content: space-evenly;
    background-color: #f0f0f0;
}

.servisy-element {
    line-height: 1.1;
    display: flex;
    gap: 20px;
    padding: 10px;
    margin: 0;
    width: 25%;
    background-color: white;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.app {
    display: flex;
    flex-direction: row;
    gap: 30px;
    padding: 20px;
}

.ssylka {
    font-size: 16px;
    text-decoration: underline;
    color: #000000;
}

.image {
    border: 2px solid #ddd;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s;
}

.tel {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    white-space: nowrap;
}

.tel2 {
    white-space: nowrap;
}

.call {
    display: flex;
    align-items: baseline;
    gap: 5px;
    white-space: nowrap;
}

.contact-zagolovok {
    justify-content: flex-start;
}

.contact-element {
    font-size: 15px;
    line-height: 25px;
    text-decoration: none;
    text-underline-offset: 5px;
    color: #000000;
}

.contacty {
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between;
    gap: 5px;
}

.btn-up {
    position: fixed;
    background-color: SteelBlue;
    right: 20px;
    bottom: 0;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 50px;
}

.btn-up::before {
    content: "";
    width: 40px;
    height: 40px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23fff' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M7.646 4.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1-.708.708L8 5.707l-5.646 5.647a.5.5 0 0 1-.708-.708l6-6z'/%3E%3C/svg%3E");
}

.btn-up_hide {
    display: none;
}


@media (hover: hover) and (pointer: fine) {
    .btn-up:hover {
        background-color: rgb(97, 157, 207);
    }
}

/* Бургер-меню */
.burger-menu {
    display: none;
}

.burger-icon {
    display: none;
    flex-direction: column;
    cursor: pointer;
    padding: 10px;
}

.burger-icon span {
    width: 25px;
    height: 3px;
    background-color: #000;
    margin: 3px 0;
    transition: 0.3s;
}

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

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

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

.knopki-block {
    display: flex;
    flex-direction: row;
	align-items: baseline; 
    gap: 20px;
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
	text-indent: 0;
}

.tsena {
  display: inline-block;
  border: 2px solid #555555;
  border-radius: 30px;
  padding: .2em 0.9em;
	font-size: 14px;

	
}

.knopki {
    display: flex;
    flex-direction: row;
    gap: 20px;
	font-size: 16px;
	padding: 0;
	margin: 0;
	text-align: center;
	text-indent: 0;
}

a.knopka {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: rgb(212,75,56); /* фон кнопки */
  padding: .2em 0.9em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
      border-radius: 30px;
	  min-width: 130px;

} 
a.knopka:hover { background: rgb(232,95,76); } /* при наведении курсора мышки */
a.knopka:active { background: rgb(152,15,0); } /* при нажатии */

a.knopka-blue {
  color: #fff; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: SteelBlue; /* фон кнопки */
  padding: .2em 0.9em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
      border-radius: 30px;
	  min-width: 130px;

} 
a.knopka-blue:hover { background: rgb(97, 157, 207); } /* при наведении курсора мышки */
a.knopka-blue:active { background: DarkBlue; } /* при нажатии */

a.knopka-green {
  color: white; /* цвет текста */
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #0ab64f; /* фон кнопки */
  padding: .4em 1.2em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
      border-radius: 30px;
	  min-width: 130px;
} 
a.knopka-green:hover { background: #46DE83; } /* при наведении курсора мышки */
a.knopka-green:active { background: #0d401b; } /* при нажатии */



.tarify-block {
    display: flex;
    flex-direction: row;
	line-height: 2em;
}

.tarify-shapka1 {
	font-weight: bold;
	color: #0ab64f;
	width: 25%;
	text-align: center;
}

.tarify-shapka2 {
	font-weight: bold;
	color: #0ab64f;
	width: 17.5%;
	text-align: center;
}

.tarify-shapka2-m {
	font-weight: bold;
	color: #0ab64f;
	width: 17.5%;
	text-align: center;
}



.tarify-element1 {
	width: 25%;
}

.tarify-element2 {
	width: 17.5%;
	text-align: center;
}

.tarify-element2-m {
	width: 17.5%;
	text-align: center;
}


.feature-shapka1 {
	font-weight: bold;
	color: #0ab64f;
	width: 25%;
	text-align: center;
}

.feature-shapka2 {
	font-weight: bold;
	color: #0ab64f;
	width: 25%;
	text-align: center;
}

.feature-shapka2-m {
	font-weight: bold;
	color: #0ab64f;
	width: 25%;
	text-align: center;
}



.feature-element1 {
	width: 25%;
}

.feature-element2 {
	width: 25%;
	text-align: center;
}

.feature-element1 {
	width: 25%;
}

.feature-element2-m {
	width: 25%;
	text-align: center;
}



@media (max-width: 1200px)



 {
	 
	 h1 {
    font-size: 19px;
}

	 
    body {
        margin: 0 15px;
    }
	 
    .image-container {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    header {
        display: flex;
        flex-direction: column;
        color: #000000;
        text-align: center;
        justify-content: space-evenly;
        align-items: center;
        margin-left: 30px;
        margin-right: 30px;
    }

    .header-div {
        flex-direction: row;
        gap: 30px;
    }


    .call {
        display: flex;
        flex-direction: row;
        align-items: baseline;
        gap: 5px;
        white-space: wrap;
    }

    .tel2 {
        white-space: nowrap;
        text-align: left;
    }

    .contact {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }

    .fresh {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
        margin: 0;
    }

    .fresh-element {
        text-indent: 0;
        display: flex;
        gap: 10px;
        width: 100%;
        flex-direction: column;
        padding: 0 0 20px 0;
        margin: 0;
        flex-wrap: wrap;
        align-items: center;
    }

    footer {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 5px;
        text-align: center;
        white-space: nowrap;
        margin-left: 15px;
        margin-right: 15px;
    }

    .servisy-gap {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .servisy-block {
        display: flex;
        justify-content: space-evenly;
        background-color: white;
        flex-direction: column;
        gap: 15px;
    }

    .servisy-element {
        display: flex;
        gap: 0;
        padding: 0;
        margin: 0;
        background-color: white;
        flex-direction: row;
        align-items: center;
        width: 100%;
        gap: 10px;
    }

    .app {
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 20px;
        align-items: center;
    }

    .contacty {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        gap: 20px;
    }

    .image-icon {
        text-indent: 0;
        display: flex;
        justify-content: center;
        gap: 5px;
        text-align: center;
    }

    .contact-zagolovok {
        display: flex;
        justify-content: center;
    }

    /* Стили для бургер-меню на мобильных устройствах */
    .burger-menu {
        display: block;
    }

    .burger-icon {
        display: flex;
    }

    .nav-menu {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 20%;
        left: 0;
        width: 40%;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0,0,0,0.2);
        z-index: 1000;
    }

    .nav-menu.active {
        display: flex;
    }

    .nav-menu li {
        display: block;
        margin: 0;
        text-align: left;
    }

    .nav-menu a {
        display: block;
        padding: 15px;
        border-bottom: 1px solid #f0f0f0;
    }

    .nav-menu a:hover {
        background-color: #f0f0f0;
    }
	
    .slider-container {
        margin: 0; /* Убираем внешние отступы */
        width: 100%; /* Занимает всю доступную ширину */
    }
    
   .slide img {
        height: 400px; /* Оптимальная высота для мобильных */
        object-fit: cover; /* Сохраняем пропорции изображения */
        width: 100%; /* Занимает всю ширину контейнера */
    }
    
    .slider-btn {
		display: none;
        width: 40px;
        height: 40px;
        font-size: 18px;
    }


	.promo1 {
	    margin: 0 0 0 80px; /* Убираем внешние отступы */
        display: flex;
	    flex-direction: row;
        gap: 50px;
	    font-weight:bold; 
	    text-align: center
}

.promo-left1 {
        width:20%;
}

.promo1-right{
	        display: flex;

        gap: 0;
}


.promo1-right-text1 {
		        display: flex;
        font-size: 20px;	
}

.promo1-right-text2 {
display: none;

}

.promo1-right-text2-m {
display: block;
padding-top: 0;

}


.promo2-left-text1 {
	white-space: nowrap;
        font-size: 19px;	
}

.promo2-left-text2 {
display: block;

	white-space: nowrap;
        font-size: 19px;	
}

.promo3-left-text1 {
        font-size: 20px;
margin-left: 0;		
}

.knopki-block {
    display: flex;
    flex-direction: column;
    gap: 0;
	font-size: 14px;
	text-align: center;
	text-indent: 0;
}

.tsena {
	width:310px;
}


.tarify-shapka1 {
	width: 40%;
	line-height: 1.5;
}

.tarify-shapka2 {
	width: 30%;
}


.tarify-shapka2-m {
	display: none;
}

.tarify-element1 {
	width: 40%;
	line-height: 1.5;
}

.tarify-element2 {
	width: 30%;
}


.tarify-element2-m {
	display: none;
}

.feature-shapka1 {
	width: 40%;
	line-height: 1.5;
}

.feature-shapka2 {
	width: 30%;
}

.feature-element1 {
	width: 40%;
	line-height: 1.5;
}

.feature-element2 {
	width: 30%;
}

.feature-shapka2-m {
	display: none;
}

.feature-element2-m {
	display: none;
}

}

			

