@charset "utf-8";

/* CSS Document */



html {
  font-size: 18px;
	scroll-behavior: smooth;
	croll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
  font-family: montserrat, sans-serif;
  font-display: swap;
	
}
/*Блок  - верхнее меню*/
.glavniydiv {
  width: 100%;
  max-width: 1920px;
  margin: auto;
}

.verevi_menyu {
  background-color: #F7F8F6;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 990;
  transition: top 0.3s;
}

.verevi_mechtex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  max-width: 1920px;
  padding: 30px 0;
}

.leviylogo {
  display: flex;
  align-items: center;
}

.logo {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
}
.logimg{
	height: 90px;
	width: 90px;
}
.logo_zagolovok{
	display: none;
}
.table_div {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.td_div {
  padding: 10px 15px;
}

.ssilka {
  text-decoration: none;
  color: #000;
  font-size: 1.3rem;
  transition: .2s all;
}

.td_div:hover .ssilka {
  color: #1f6f43;
}

.burger {
  display: none;
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
}

/*Блок - главный фон*/
.foto_mama {
  position: relative;
  padding-top: 80px;
  min-height: 100px;
}

.fotoo {
  background-image: url("../images/list.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.glavniyfoto {
  width: 100%;
  aspect-ratio: 1 / 0.388;
}

.tyomniy_fon {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.55);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

.flexmayr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 10%;
  right: 10%;
  top: 0;
  bottom: 0;
  padding: 20px;
}
.flexmayr2 {
display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 2;
  left: 10%;
  right: 10%;
  top: 0;
  bottom: 0;
  padding: 20px;
}
.text {
  font-size: 4rem;
  color: #fff;
  margin-bottom: 20px;
  font-family: montserrat, sans-serif;
  text-shadow: 1px 1px 2px green, 0 0 25px green, 0 0 5px green;
}
.politika{
	margin-left: auto;
	margin-right: auto;
}
.minitext {
  font-size: 2.5rem;
  color: #fff;
  margin-bottom: 20px;

	text-shadow: 1px 1px 2px green, 0 0 25px green, 0 0 5px green;
}

.minitext2 {
  font-size: 1.2rem;
  text-shadow: 1px 1px 2px green, 0 0 25px green, 0 0 5px green;
  color: #fff;
  margin-bottom: 40px;
	font-family: montserrat, sans-serif;
}
.politika_mayr{
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	margin-top:50px;
	margin-bottom: 50px;
text-align: justify;
}
.adresatxt{
	font-size: 1.2rem;
	
}
.karta{
	margin-top: 20px;
}
/*Блок - 3 преимуществ */
.nam_doverit{
	width:60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	gap: 30px;
}
.txt21{
	color: #1f6f43;
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	
}

.flex-block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 20px;
  width: 75%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 25px;
}

.card {
  flex: 1;
  max-width: 320px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: transform .3s ease, box-shadow .3s ease;
}

.card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.1);
}

.icon {
  width: 48px;
  height: 48px;
  margin: 0 auto 12px;
  color: #1f6f43;
}

.icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}

.heart {
  color: #1f6f43;
}

.card h3 {
  font-size: 18px;
  margin: 10px 0;
}

.card p {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
}



/*Блок - продавец*/
.about_glavniy {
	background-color: #F0F0F0;
	
}
.txt_glav{
	
	padding: 20px;
	
	margin-top: 50px;
		margin-left: auto;
	margin-right: auto;
}
.about {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
  
}

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

.about__photo {
  flex: 0 0 420px;
  border-radius: 30px;
  overflow: hidden;
  box-shadow: 0 25px 70px rgba(0,0,0,0.2);
  position: relative;
}

.about__photo::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.0), rgba(0,0,0,0.15));
}

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

.about__content {
  flex: 1;
}

.about__title {
  font-size: 42px;
  margin-bottom: 10px;
  color: #1f6f43;
  letter-spacing: 1px;
}

.about__subtitle {
  font-size: 18px;
  margin-bottom: 25px;
  opacity: 0.9;
  line-height: 1.6;
}

.about__text p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #2a2a2a;
}

.about__values {
  display: flex;
  gap: 20px;
  margin-top: 30px;
}

.about__box {
  flex: 1;
  background: #f9f9f9;
  border-radius: 24px;
  padding: 22px;
  box-shadow: 0 18px 50px rgba(0,0,0,0.1);
  border: 1px solid rgba(31, 111, 67, 0.15);
}

.about__box h3 {
  font-size: 24px;
  margin-bottom: 10px;
  color: #27ae60;
}

.about__box p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  color: #2a2a2a;
}


/*_______________________*/
/*Блок - 2 фото*/


.photo-block {
  padding: 60px 20px;
  background: #fff;
}

.photo-grid {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 440px;
}

.photo {
  position: absolute;
  width: 52%;
  height: 100%;
  border-radius: 22px;
  background-size: cover;
  background-position: center;
  box-shadow: 0 20px 50px rgba(0,0,0,0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.photo:hover {
  transform: translateY(-10px);
  box-shadow: 0 30px 70px rgba(0,0,0,0.25);
}

.photo-1 {
  left: 0;
  top: 0;
  background-image: url("../images/vitgr.webp");
}

.photo-2 {
  right: 0;
  top: 60px;
  width: 58%;
  background-image: url("../images/vitgr2.webp");
}



/*Блок - 12 преимуществ*/
.preim{

	width: 100%;
	height: max-content;
	background-color: #F0F0F0;
	box-sizing: border-box;
	margin-top: 50px;
}
.txt22{
		color: #1f6f43;
	font-weight: 600;
	font-size: 2rem;
	text-align: center;
	padding: 20px;
	box-sizing: border-box;
	margin-top: 50px;
}
.mini{
	margin-top: 0;
}

/* Блок - о витграссах */		
.atuinCard-container {
    display: flex;
	flex-wrap: wrap;
    justify-content: center;
	margin: 10px 0px;
	counter-reset: count;
	padding: 20px;
}
.atuinCard-container *,
.atuinCard-container *::before,
.atuinCard-container *::after {
	box-sizing: border-box;
}
.atuinCard-col {
    width: 100%;
	padding: 10px;
}



.atuinCard {
	height: 100%;
	position: relative;
	border-radius: 25px;
    background-color: #fff;
    transition: all 500ms ease;	
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);	
}
.atuinCard:hover {
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
	background-color: #fff;
}
.atuinCard-top {
	display: flex;
	align-items: center;
	height: 50px;
	background: rgb(171,198,127);
	border-radius: 25px;
	position: relative;
	overflow: hidden;
	z-index: 1;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);	
	transition: all 500ms ease;	
}
.atuinCard-top:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 25px;
	width: 0;
	border-radius: 0 25px 25px 0;
	background: rgb(93, 145, 11);
	transition: width 0.5s;
	z-index: -1;
}
.atuinCard:hover .atuinCard-top {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
}
.atuinCard:hover .atuinCard-top:before {
	width: 100%;
}
.atuinCard-icon {
	flex: 0 0 50px;
	height: 50px;
}
.atuinCard-icon svg {
	fill: #fff;
	background: #337AB7;
	border-radius: 50%;
	padding: 14px;
}
.atuinCard-title {
	font-weight: 600;
	line-height: 1;
	color: #000;
	font-size: 18px;
	padding: 0 12px;
	transition: 0.3s;
}
.atuinCard:hover .atuinCard-title {
	color: #000;
	padding: 0 20px 0 8px;
}
.atuinCard-txt {
	padding: 16px 20px 6px;
}
.atuinCard-txt p {
	color: #000;
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 10px;
}


/*Блок галерея*/
.blocks {
    display: flex;
    gap: 20px;
	width: 80%;
	margin-left: auto;

  margin-right: auto;
  padding: 30px;
}


.content-block {
    flex: 1 1 33.333%;
    border: 1px solid green;
    padding: 15px;
    border-radius: 8px;
    box-sizing: border-box;
}


.show-more {
    margin: 10px 0;
    padding: 10px 16px;
    font-size: 14px;
    cursor: pointer;
    border: none;
    background: #1f6f43;
    color: #fff;
    border-radius: 6px;
}


.hide-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.35s ease;
}

.hide-content.show {
    max-height: max-content;
}




:root {
	--z-distance: 150px;
	--from-left: 1;
	--mobile-bkp: 650px;
	--slider-height: 600px;
}
.slider *, 
.slider *::before, 
.slider *::after {
	box-sizing: border-box;
}
.slider {
	width: 100%;
	margin: 20px 0;
	height: var(--slider-height);
	display: flex;
	perspective: 1000px;
	transform-style: preserve-3d;
	position: relative;	
}
.slider::before, 
.slider::after {
	content: '';
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	width: 100%;
	height: var(--slider-height);
	background-position: center;
	background-size: cover;
	will-change: opacity;
	z-index: -1;
	box-shadow: 0 0 0 50vmax rgba(0, 0, 0, 0.3) inset;
}
.slider::before {
	background-image: var(--img-prev);
}
.slider::after {
	transition: opacity 0.7s;
	opacity: 0;
	background-image: var(--img-next);
}
.slider--bg-next::after {
	opacity: 1;
}
.slider-content {
	margin: auto;
	width: 65%;
	height: 65%;
	will-change: transform;
	transform-style: preserve-3d;
	pointer-events: none;
	transform: translateZ(var(--z-distance));
}
.sl-img {
	overflow: hidden;
	position: absolute;
	width: 100%;
	height: calc(100% - 50px);
	z-index: 0;
	box-shadow: 0 0 30px #000;
}
.sl-img-item {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	will-change: transform;
	transition-timing-function: ease-in;
	visibility: hidden;
}
.sl-img-item img {
	display: block;
	position: relative;
	left: -30px;
	top: -30px;
	width: calc(100% + 60px);
	max-width: calc(100% + 60px);
	height: calc(100% + 60px);
	object-fit: cover;
	will-change: transform;
}
.sl-img-item-active {
	z-index: 20;
	visibility: visible;
}
.sl-img-item-subactive {
	z-index: 15;
	visibility: visible;
}
.sl-img-item-next {
	transform: translateX(100%);
}
.sl-img-item-prev {
	transform: translateX(-100%);
}
.sl-img-item-transit {
	transition: transform 0.7s, opacity 0.7s;
}
.sl-text {
	position: relative;
	height: 100%;
}
.sl-text-item {
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 10px;
	perspective: 1000px;
	transform-style: preserve-3d;
}
.sl-text-item > * {
	overflow: hidden;
	position: absolute;
}
.sl-text-item h3, 
.sl-text-item p {
	transition: transform 0.35s ease-out;
	overflow: hidden;
    padding: 10px 20px;
	margin: 0;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
	text-align: center;
}
.sl-text-item h3 {
	background-color: transparent;
	font-size: 30px;
	text-transform: uppercase;
	color: #000;
	position: relative;
	transform: translateX(-100%);  
}
.sl-text-item p {
	color: #FFF;
	font-size: 20px;
	background-color: transparent;
	transform: translateX(100%);
}
.sl-text-item h3::before, 
.sl-text-item p::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transform: translateX(0);
	transition: transform 0.35s ease-out 0.28s;
}
.sl-text-item-head {
	top: -10px;
	left: -10px;
	transform: translateZ(20px);
}
.sl-text-item-info {
	bottom: 40px;
	right: 0;
	max-width: 75%;
	min-width: min-content;
	transform: translateZ(20px);
}
.sl-text-item-active h3, 
.sl-text-item-active p {
	transform: translateX(0);
}
.sl-text-item-active h3::before {
	transform: translateX(102%);
}
.sl-text-item-active p::before {
	transform: translateX(-102%);
}
.sl-text-item-backwards h3::before, 
.sl-text-item-backwards p::before {
	transition: transform 0.35s ease-in;
}
.sl-text-item-backwards h3, 
.sl-text-item-backwards p {
	transition: transform 0.35s ease-in 0.35s;
}
.slider__nav {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: var(--slider-height);
	text-align: center;
}
.sl-nav-arrows {
	display: flex;
	justify-content: space-between;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: var(--slider-height);
}
.sl-nav-arrow {
	height: calc(var(--slider-height) - 100px);
	width: 50vw;
	text-indent: -9999px;
	white-space: nowrap;
}
.sl-nav-arrow-left {
	--arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 4 4'%3E %3Cpolyline points='3 1 1 2 3 3' stroke='white' stroke-width='.6' stroke-opacity='.6' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
	cursor: var(--arrow) 30 30, auto;
}
.sl-nav-arrow-right {
	--arrow: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' viewBox='0 0 4 4'%3E %3Cpolyline points='1 1 3 2 1 3' stroke='white' stroke-width='.6' stroke-opacity='.6' fill='none'%3E%3C/polyline%3E %3C/svg%3E");
	cursor: var(--arrow) 30 30, auto;
}
.sl-nav-dots {
	top: calc(var(--slider-height) - 80px);
	display: inline-flex;
	position: relative;
	padding: 12px;
	pointer-events: none;
}
.sl-nav-dots::before {
	content: '';
	position: absolute;
	left: 22px;
	top: 12px;
	width: 20px;
	height: 20px;
	background-color: rgba(51, 122, 183, 0.9);
	transition: transform 0.7s ease-out;
	transform: translateX(calc(40px * (var(--from-left) - 1)));
}
.sl-nav-dot {
	margin: 0 10px;
	width: 20px;
	height: 20px;
	border: 2px solid rgba(191, 226, 255, 0.9);
	cursor: pointer;
	pointer-events: all;
	display: inline-block;
	transition: border-color 0.3s ease-out;
}
.sl-nav-dot:hover {
	border-color: rgba(255, 255, 255, 1);
}
.sl-nav-dot:active {
	border-color: rgba(255, 255, 255, 1);
}

/*Блок - каталог*/

.knopkakatalog{
	margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 30px;
  background-color: green;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid green;
  color: #fff;
  cursor: pointer;
	font-size: 2.2rem;
}
#catalog {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

#catalog.active {
  max-height: 3200px; 
}

.tapancik_pag{
  position: fixed;
  inset: 0;

  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  z-index: 900;
}

.tapancik_pag.active{
  opacity: 1;
  visibility: visible;
}

.hetzangipatuhan{
  background-color: #1f6f43;
  padding: 40px 50px;
  border-radius: 20px;
  text-align: center;
  position: relative;
  transform: scale(.9);
  transition: .3s;
}

.tapancik_pag.active .hetzangipatuhan{
  transform: scale(1);
}

.txtzakazi{
  color: #fff;
  font-size: 1.3rem;
  margin-bottom: 25px;
}

.obratniyzvonok{
  padding: 15px 15px;
  border-radius: 20px;
  border: none;
  margin: 10px 0;
  font-size: 1.1rem;
  outline: none;
  width: 100%;
}

.adreshasce{
  padding: 15px;
  width: 100%;
  border-radius: 20px;
  border: none;
  margin: 15px 0;
  font-size: 1rem;
  resize: vertical;
  outline: none;
}

.uxarkel_mayl{
  padding: 15px;
  width: 100%;
  border-radius: 20px;
  border: none;
  background: #ffcc00;
  font-size: 1.1rem;
  font-weight: bold;
  cursor: pointer;
  margin-left: 10px;
  color: #000;
}

.maxflex {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  width: 90%;
  margin: 30px auto 50px auto;
  justify-content: center;
}

.katalog1,
.katalog2,
.katalog3,
.katalog4 {
	min-width: 250px;
  width: calc(35% - 15px);
  box-sizing: border-box;
  border-radius: 8px;
  display: flex;

}

.mechinkar {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: block;
}

.mechitext {
  padding: 15px;
}

.imya {
  font-size: 1.5rem;
  margin-bottom: 10px;
}

.parametri {
  font-size: .9rem;
  line-height: 1.5;
  margin-bottom: 5px;
}

.cena {
  font-size: 1.5rem;
  margin-top: 15px;
  font-weight: 700;
}

.knopka_katalog {
  margin-top: 15px;
  display: inline-block;
  background-color: #000;
  color: #fff;
  text-decoration: none;
  font-size: 1rem;
  padding: 10px 20px;
  border-radius: 4px;
  box-shadow: green 0px 0.25em 0px 0.01em;
  transition: 0.2s all;
	cursor: pointer;
}

.knopka_katalog:hover {
  background-color: #000;
  box-shadow: none;
}
/*Блок- сотрудничество */
.vitgrass {
  position: relative;
  max-width: 1200px;
  margin: 40px auto;
  padding: 70px 50px;
  border-radius: 24px;
  color: #fff;
  font-family: Arial, sans-serif;
margin-top: 50px;
  background-image:
    linear-gradient(135deg, 
	rgba(46,204,113,0.25), 
	rgba(39,174,96,0.25)),
    url("../images/trav1.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.vitgrass--team {
  background-image:
    linear-gradient(135deg, 
	rgba(46,204,113,0.25), 
	rgba(39,174,96,0.25)),
    url("../images/trav.webp");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.vitgrass__overlay {
  max-width: 600px;
}

.vitgrass h1 {
  font-size: 40px;
  margin-bottom: 10px;
}

.subtitle {
  font-size: 24px;
  opacity: 0.9;
}

.divider {
  width: 80px;
  height: 4px;
  background: #fff;
  margin: 20px 0;
  border-radius: 2px;
}

.main-text {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
.main-text_2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}


.small-text {
  font-size: 18px;
  line-height: 1.5;
  opacity: 0.95;
  margin-bottom: 25px;
}

.buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.btn {
  padding: 14px 26px;
  border-radius: 50px;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
}

.telegram {
  background: #0088cc;
  color: #fff;
}

.phone {
  background: #fff;
  color: #27ae60;
}



/*Блок - как мы работаем*/
.work {
  max-width: 1200px;
  margin: 80px auto;
  padding: 0 20px;
  font-family: Arial, sans-serif;
}

.work__title {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
  color: #1f6f43;
}

.work__steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.work__item {
  flex: 1 1 220px;
  background: #ffffff;
  border-radius: 40px; 
  padding: 30px 20px;
  text-align: center;
  box-shadow: 0 15px 40px rgba(0,0,0,0.08);
  height: 220px;
  overflow: hidden;
	flex-direction: column;
}
.work__item p{
	flex: 1;
	overflow-y: auto;
	margin-top: 10px;
}
.work__item--accent {
  background: linear-gradient(135deg, #2ecc71, #27ae60);
  color: #fff;
}

.work__icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.work__item--accent .work__icon {
  background: rgba(255,255,255,0.2);
}

.work__item h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.work__item p {
  font-size: 15px;
  line-height: 1.5;
  opacity: 0.9;
}

.work__arrow {
  font-size: 30px;
  color: #27ae60;
}


  
/*Блок - футер*/
.footer {
  background: linear-gradient(135deg, #0b2a1a, #1a6b3a);
  color: #f3fff4;
  padding: 60px 20px 30px;
  font-family: Arial, sans-serif;
}

.footer-top {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.footer-card {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(243, 255, 244, 0.20);
  border-radius: 18px;
  padding: 24px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.25);
  transition: transform 0.3s ease, background 0.3s ease;
}

.footer-card:hover {
  transform: translateY(-6px);
  background: rgba(255,255,255,0.09);
}

.footer-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}

.footer-link {
  display: block;
  color: #f3fff4;
  text-decoration: none;
  font-weight: 600;
  margin-bottom: 10px;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-text {
  margin-bottom: 12px;
  font-size: 12px;
  line-height: 1.6;
}

.small {
  color: rgba(243,255,244,0.8);
  font-size: 13px;
}

.icon {
  margin-right: 10px;
  display: inline-flex;
  vertical-align: middle;
}

.svg-icon svg {
  color: #f3fff4;
}

.footer-bottom {
  max-width: 1200px;
  margin: 30px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
  padding-top: 20px;
  border-top: 1px solid rgba(243, 255, 244, 0.20);
}

.privacy-btn {
  color: #f3fff4;
  text-decoration: none;
  font-weight: 700;
  padding: 10px 16px;
  border: 1px solid rgba(243,255,244,0.35);
  border-radius: 12px;
  background: rgba(255,255,255,0.06);
  transition: background 0.3s ease, transform 0.3s ease;
}

.privacy-btn:hover {
  background: rgba(255,255,255,0.12);
  transform: translateY(-2px);
}

.footer-right {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 14px;
}

.dev-link {
  color: #f3fff4;
  font-weight: 800;
  text-decoration: none;
}

.dev-link:hover {
  text-decoration: underline;
}

.adresa_adres{
    color: #fff;
    font-size: 1.5rem;
    text-decoration: none;
}

/* ??????? */
@media (max-width: 920px) {
  
}


/* Блок - контакты*/
.contact-fab * {
	box-sizing: border-box;
}
.contact-fab {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1000;
	--button-size: 64px;
	--icon-size: 28px;
}

.fab-main {
	width: var(--button-size);
	height: var(--button-size);
	border-radius: 50%;
	background: #1f6f43;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	position: relative;
	z-index: 2;
	border: 3px solid white;
}
.fab-main:hover {
	transform: scale(1.1);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.fab-main::before,
.fab-child::before {
	content: attr(data-tooltip);
	position: absolute;
	right: calc(var(--button-size) + 10px);
	background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
	color: white;
	padding: 8px 15px;
	border-radius: 8px;
	font-size: 14px;
	font-weight: 500;
	white-space: nowrap;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
	will-change: transform;
}
.fab-main::after,
.fab-child::after {
	content: '';
	position: absolute;
	right: calc(var(--button-size) + 4px);
	width: 0;
	height: 0;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #2d3748;
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}
.fab-main:hover::before,
.fab-main:hover::after,
.fab-child:hover::before,
.fab-child:hover::after {
	opacity: 0.8;
}

.fab-main svg {
	width: var(--icon-size);
	height: var(--icon-size);
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	fill: white;
	position: absolute;
}

.fab-main .envelope-icon {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}


.fab-main .close-icon {
	opacity: 0;
	transform: scale(0) rotate(45deg);
}


.fab-main.active .envelope-icon {
	opacity: 0;
	transform: scale(0) rotate(-45deg);
}
.fab-main.active .close-icon {
	opacity: 1;
	transform: scale(1) rotate(0deg);
}


.fab-children {
	position: absolute;
	bottom: calc(var(--button-size) + 15px);
	right: 0;
	display: flex;
	flex-direction: column;
	gap: 15px;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
	pointer-events: none;
	z-index: 1;
}
.fab-children.active {
	opacity: 1;
	pointer-events: all;
}


.fab-child {
	width: var(--button-size);
	height: var(--button-size);
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
	cursor: pointer;
	transition: all 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) var(--delay), box-shadow 0.5s cubic-bezier(0.34, 1.56, 0.64, 1) 0s;           
	position: relative;
	border: 3px solid white;
	transform: translateY(200px) scale(2); 
	text-decoration: none;
	opacity: 0;
}
.fab-children.active .fab-child {
	transform: translateY(0) scale(1);
	opacity: 1;
}


.fab-child:nth-child(1) { --delay: 0.2s; }
.fab-child:nth-child(2) { --delay: 0.1s; }
.fab-child:nth-child(3) { --delay: 0s; }
.fab-children.active .fab-child:hover {
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}


.fab-child svg {
	width: var(--icon-size);
	height: var(--icon-size);
	fill: white;
	transition: 0.5s;
	will-change: transform;
}      
.fab-children.active .fab-child:hover svg {
	transform: scale(1.1);
}


.fab-child.phone {
	background: linear-gradient(135deg, #4CAF50 0%, #2E7D32 100%);
}
.fab-child.telegram {
	background: linear-gradient(135deg, #2CA9DC 0%, #1C7EB6 100%);
}
.fab-child.max {
	background: linear-gradient(135deg, #3E5CFC 0%, #8043D9 100%);
}
/* ??????? ???????? */


/*??????? ????*/
.arrow-8 {
	z-index: 999;
	position: relative;
  width: 70px;
  height: 70px;
  margin: 30px auto 80px auto;
  display: block;
	bottom: 40px;
}
.arrow-8:before,
.arrow-8:after {
	content: '';
	position: absolute;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	border-left: 10px solid #fff;
	border-bottom: 10px solid #fff;
	animation: arrow-8 3s linear infinite;
}
.arrow-8:after {
	animation: arrow-8 3s linear infinite -1.5s;
}
@keyframes arrow-8 {
	0% {
		opacity: 0;
		transform: translate(0, -53px) rotate(-45deg);
	}
	10%, 90% {
		opacity: 0;
	}
	50% {
		opacity: 1;  
		transform: translate(0, 0) rotate(-45deg);
	}
	100% {
		opacity: 0;
		transform: translate(0, 53px) rotate(-45deg);
	}
}
/* Анимация сверху вниз */
[data-animate] {
  opacity: 0;
  transform: translateY(-40px);
}

[data-animate].show {
  animation: fadeDown 0.8s ease forwards;
}
[data-animate][data-anim="left"] {
  transform: translateX(-80px) !important;
}

[data-animate][data-anim="left"].show {
  transform: translateX(0) !important;
}
@keyframes fadeDown {
  0% {
    opacity: 0;
    transform: translateY(-40px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*Анимация слева направо*/
[data-logo] {
  opacity: 0;
  transform: translateX(-80px);
}

[data-logo].show {
  animation: slideRight 0.8s ease forwards;
}

@keyframes slideRight {
  0% {
    opacity: 0;
    transform: translateX(-80px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.cookie_notice {
	display: none;
	position: fixed;
	z-index: 9999999;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 15px;
	font-family: Verdana, sans-serif;  
	color: #FFF;
	background: #175F34;
	padding: 10px 20px; 
	border-top: 4px solid #ABC67F;
}
/* Оформление кнопок */
.cookie_btn {
	display: inline-block;
	margin: 10px 6px 4px 6px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	padding: 4px 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase; 
	background: #175F34;
	border: 2px solid #ABC67F;
}
.cookie_btn:hover {
	color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
	position: absolute;
	height: 2px;
	left: 50%;
	background: #FFF;
	bottom: -6px;
	content: "";
	transition: all 280ms ease-in-out;
	width: 0;
}
.cookie_btn:before {
	top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
	width: 100%;
	left: 0;
}


.tapancik_pak_div {
	 background-image: linear-gradient(rgba(0, 66, 123, 0.6) 0%, rgba(0, 66, 123, 0.6) 100%);
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: .3s opacity;
  z-index: 900;
}
.hetzangi_patuhan{
	position: absolute;
  z-index: 9999;
  opacity: 1;
  
  transition: opacity 0.7s;
  inset:0;
	margin: auto;
  width: 60%;
	min-width: 370px;
  height: max-content;
	text-align: center;
  padding: 50px;
  border-radius: 20px;
  background-color: #1f6f43;
  box-sizing: border-box;
}
.kont{
	font-size: 1.3rem;
    color: #fff;
}
.obratni_zvonok{
   width: 100%;
    height: 40px;
    color: #000;
    font-size: 1rem;
	margin-bottom: 20px;
}
.uxarkel_mail{
	width: 100%;
    height: 40px;
    font-size: 1rem;
    color: #000;
}
.grancumneri_input{
	width: 100%;
    height: 40px;
    font-size: 1rem;
    color: #000;
	margin-bottom: 20px;
}
.div_modal_mej{
	background-color: #1f6f43;
    color: #fff;
    font-size: 1rem;
    padding: 10px;
    text-align: center;
	border-radius: 20px;
}
.knop_uxglx_mj{
	width: 80%;
    height: 30px;
    font-size: 1rem;

}

