/* Локальное подключение шрифтов Montserrat */
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
}



/* Именованные классы для быстрого использования начертаний */
.font-light {
  font-weight: 300; /* Montserrat-Light */
}

.font-regular {
  font-weight: 400; /* Montserrat-Regular */
}

.font-medium {
  font-weight: 500; /* Montserrat-Medium */
}

.font-bold {
  font-weight: 700; /* Montserrat-Bold */
}

.font-black {
  font-weight: 900; /* Montserrat-Black */
}

body {
  font-family: 'Montserrat', sans-serif;
  color: #151616;
  background-color: #e5e4e2;
  line-height: 1.6;
    width: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
  box-sizing: border-box;
}


a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
  
  text-transform: uppercase; }

.content {
  max-width: 1200px;
  margin: 0 auto;

}

/* Стили для flex-контейнеров */
.flex {
	display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-between;
}

/* Верхний бар (контакты и режим работы) */
.top-bar {
  background-color: #00792a;
  color:#fff;
  padding: 10px 0;
  border-bottom: 1px solid #e9ecef !important;
  width: 100%;
}

.top-bar .flex {
  justify-content: space-between;
}
.top-bar a{
color:#fff;
text-decoration: none;
}
.tel_top-bar{
	font-weight: 700;
	font-size: 20px;
}
.adr-icon,
.tel-icon-phone {
  margin-right: 8px;
}

.rezhim_top-bar {
  margin: 0 15px;
}

.tel_top-bar {
  white-space: nowrap;
}

/* Шапка сайта */
header {
  background-color: white;
  padding: 20px 0;
}

.site-logo img {
    width: 200px;
}

.text-slogan {
    font-size: 10px;
    line-height: 10px;
    font-weight: 700;
    display: flex;
    margin-left: 15px;
    flex-direction: column;
    text-transform: uppercase;
    color: #00792a;
}

/* Меню навигации */
.site-navigation ul{
	display: inline-flex;
}
.site-navigation ul li {
	list-style-type: none;
    display: inline-block;
    box-sizing: border-box;
    line-height: 1.5;
    font-size: 18px;
    margin-right: 20px;
    position: relative;
}
.site-navigation ul li:last-child{
	margin-right: 0px;
}



.main-menu {
  list-style: none;
  display: flex;
}

.main-menu li a {
    color: #282828;
    text-decoration: none;
}  
.main-menu .active{
	color:#00792a!important;
}	
.main-menu li a:hover{
	color:#00792a;
}	
.main-menu li a:hover{
	border-bottom: 3px solid #00792a!important;
	box-sizing: border-box;
}	
.text-link, .kont-link{
	color:#00792a;
	font-weight: 700;
	text-decoration: none;
}
.text-link:hover, .kont-link:hover{
	border-bottom: 1px solid #8fcf27;
}

.cont-bar-link{
	color: #fff;
  font-weight: 500;
}
.cont-bar-link::after, .text-link::after {
    content: "»";
}

/* Главный экран (cover) */
.home-cover {
  	background-image: url(../images/home-cover.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 150px 0;
  color: white;
  text-align: center;

}
.home-content-slaid{
	    display: flex;
    width: 100%;
    color: #fff;
    flex-direction: column;
    padding: 0 2em;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: #fff;
	padding: 0 2em;
}

.home-content-slaid h2 {
  font-size: 2.2rem;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.home-content-slaid p {
  font-size: 1.4rem;
  margin: 10px 0;
}

.home-slide-btn {
  display: inline-block;
  background-color: #8fcf27;
  color: #151616;
  padding: 12px 25px;
  border-radius: 5px;
  text-decoration: none;
  font-weight: 700; /* Montserrat-Bold */
  margin-top: 20px;
  transition: background-color 0.3s;
}

.home-slide-btn:hover {
  background: linear-gradient(#a7a996, #e5e4e2) #a7a996;
  background-color: #a7a996;
}

/* Раздел преимуществ */
.home-preim {
  padding: 40px 0;
  background: #a7a996;
}

.preim-mobile {
  justify-content: space-around;
  gap: 20px;
}
.home-preim figure{
	border-width: 2px 0;
	border-radius: 6px;
width: 82px;
    height: 82px;
  margin-bottom: 15px;
}

.preim-mobile > div {
  flex: 1;
  max-width: 350px;
  text-align: center;
}

.preim-mobile img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.preim-mobile p span:first-child {
  font-weight: 700; /* Montserrat-Bold */
  color: #00792a;
  font-size: 1.1rem;
}

.preim-mobile p span:last-child {
  font-size: 0.9rem;
  color: #fff;
  display: block;
  margin-top: 5px;
}

/* Основной контент */
.site-section {
  padding: 50px 0;
}

.site-section h2 {
  font-size: 1.8rem;
  font-weight: 800; /* Montserrat-ExtraBold */
  color: #00792a;
  margin-bottom: 20px;
  text-align: center;
}
.site-section h4 {
    font-size: 1.1rem;
    font-weight: 800;
    color: #00792a;
    margin-bottom: 20px;
}

.site-section p {
  font-size: 1rem;
  margin-bottom: 15px;
  color: #151616;
}


.site-section p, .site-section ul {
	font-size: 18px;
	margin-bottom: 20px;	
  overflow: hidden;
}
.site-section li{
	font-size: 18px;
	margin-bottom: 15px;
	list-style-type: none;
	padding-left: 20px;
}
.site-section figure{
	float: left;
    margin: 0px 10px 2px 0px;
}

.img-text {
  margin: 0 auto 20px;
  max-width: 100%;
  border-radius: 8px;
  float: left; /* Выравнивание по левому краю */
  margin-right: 20px; /* Отступ справа от картинки */
  margin-bottom: 15px; /* Отступ снизу */
  width: 40%; /* Ширина картинки (можно задать в px или %) */
  max-width: 300px; /* Максимальная ширина */
  height: auto; /* Сохранение пропорций */
}

/* Список с галочками */
.ul-check li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
  font-size: 1rem;
}

.ul-check li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: #8fcf27;
  font-weight: bold;
}

.text-link {
  color: #00792a;
  text-decoration: underline;
  font-weight: 500;
}

.text-link:hover {
  color: #6aa11e;
}

/* Второстепенная */
.str-cover{
	background-image: url(../images/str-cover.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 50px 0;
}
.str-content-slaid{
	display:flex;
	width: 500px;
    color: #fff;
    flex-direction: column;
	padding: 0 2em;
}
.str-content-slaid h2{
	margin-bottom: 30px;
}	
.str-content-slaid p{
	font-size: 18px;
	margin-bottom: 30px;	
}
.h4{
	font-size: 22px;
}
/* контакты */
.form-section{
	background: #a7a996;
}
.instrai-form-wrap{
	padding: 50px 0;
	background-image: url(../images/form-cover.png);
    background-repeat: no-repeat;
    background-position: right bottom;
	    display: flex;
    flex-direction: column;
    align-items: center;
}
.instrai-form-wrap h4{
	font-size: 22px;
	margin-bottom: 1rem;
}
.form-group{
	margin-bottom: 1rem;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
.form-control {
    height: 55px;
    background: #fff !important;
	display: block;
    width: 330px;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
	border: 1px solid #e6e6e6;
}
.form-control:hover, .form-control:active, .form-control:focus {
    border: 1px solid #666666;
}
textarea.form-control {
    height: auto;
	max-width: 330px;
}
.form-group .home-slide-btn{
	width: 330px;
	height: calc(1.5em + 0.75rem + 2px);
	padding: 1.3rem 0 2rem;
	font-size: 1rem;
    text-transform: uppercase;
}





/* Футер */
.site-footer {
  background-color: #00792a;
  color: white;
  text-align: center;
  padding: 30px 0;
  margin-top: 40px;
}

.site-footer p {
  font-size: 0.9rem;
  line-height: 1.5;
}

.site-footer a {
  color: #8fcf27;
  text-decoration: none;
}

.site-footer a:hover {
  text-decoration: underline;
}

/* Адаптивность */

@media (min-width: 992px) and (max-width: 1199.98px) { 
.content {
    max-width: 990px;
	padding: 0 30px;
}
.home-cover{
padding: 100px 0;
}
.home-preim figure{
    width: 80px;
    height: 80px;
}
.home-preim figure img{
    width: 80px;
    height: 80px;
}
.site-section figure img{
    width: 330px;
}
.form-group .home-slide-btn{
max-width: 330px;
}
}
@media (max-width: 768px) {
  .flex {
    flex-direction: column;
    align-items: flex-start;
  }
  .top-bar, header{
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-bar .flex, .preim-mobile .flex{
    flex-direction: row;
    gap: 50px;
  }
  .rezhim_top-bar{display: none;}

  .site-logo h1 {
    text-align: center;
    font-size: 1.6rem;
  }

  .main-menu {
    margin-top: 15px;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .main-menu li {
    margin: 10px 0;
  }
  .content {
    max-width: 760px;
	padding: 0 10px;
}
.home-cover{
padding: 80px 0;
}
.home-preim figure{
    width: 50px;
    height: 50px;
}
.home-preim figure img{
    width: 50px;
    height: 50px;
}
.site-section figure img{
    width: 250px;
}

  .preim-mobile {
    flex-direction: column;
    align-items: center;
  }

  .preim-mobile > div {
    max-width: 100%;
    margin-bottom: 30px;
  }
 }

@media (min-width: 600px) and (max-width: 767.98px) { 
.content {
    max-width: 570px;
	padding: 0 10px;
}
.home-cover{
padding: 50px 0;
}
.home-preim figure{
    width: 40px;
    height: 40px;
}
.home-preim figure img{
    width: 40px;
    height: 40px;
}
.site-section figure img{
    width: 200px;
}
 }
 @media (min-width: 420px) and (max-width: 599.98px) { 
.content {
    max-width: 100%;
	padding: 0 15px;
}
.flex {
    flex-direction: column;
    justify-content: space-around;
}
.top-bar .flex{
flex-direction: column-reverse}
.rezhim_top-bar{display:none;}
.tel_top-bar{padding: 5px 0;}
.site-navigation ul{padding: 10px 0;}
header {padding: 10px 0 0;}
.home-cover{padding: 50px 0;}
.home-content-slaid{width: 98%;}	
.home-content-slaid h2{margin-bottom: 0.5em;}
.home-content-slaid p{font-size: 16px;margin-bottom: 0.5em;}
.home-slide-btn{margin-top: 0.5em;}
.home-preim .preim-mobile .flex{flex-direction: row;margin: 0.5rem 0;}
.home-preim figure{    width: 50px;    height: 50px;}
.home-preim figure img{    width: 50px;    height: 50px;}
.img-text{width: 100px;}
.site-section h2{font-size: 1.2rem;}
.site-section figure{float: right;}
.site-section figure img{    width: 120px;}
.site-section p, .site-section ul {font-size: 1rem; margin-bottom: 0.8em;}
.str-cover{padding: 30px 0;}
.str-content-slaid{width: auto;}
.str-content-slaid h2{margin-bottom: 0.5em;}
.str-content-slaid p{font-size: 16px;margin-bottom: 0.5em;}
.site-section li{font-size: 16px;}
.h4{font-size: 1.2em;}
 }
 @media (min-width: 320px) and (max-width: 419.98px) { 
.content {max-width: 100%;padding: 0 10px;}
h1{font-size:1.6em;}
h2{font-size: 1.3em;}
h4{font-size: 1.2em;}
.site-logo{text-align: center;}
.flex {flex-direction: column;justify-content: space-around;}
.top-bar .flex{flex-direction: column-reverse; gap: 0;}
.rezhim_top-bar{display:none;}
.tel_top-bar{padding: 5px 0;}
.site-navigation ul{padding: 10px 0;}
header {padding: 10px 0 0;}
.home-cover{padding: 50px 0;}
.home-content-slaid{width: 98%;padding: 0 1em;}	
.home-content-slaid h2{margin-bottom: 0.5em;}
.home-content-slaid p{font-size: 16px;margin-bottom: 0.5em;text-shadow: 1px 1px 1px black;}
.home-slide-btn{margin-top: 0.5em;text-shadow: none;}
.home-preim .preim-mobile .flex{flex-direction: row;margin: 0.5rem 0;}
.home-preim figure{    width: 50px;    height: 50px;}
.home-preim figure img{    width: 50px;    height: 50px;}
.site-section figure{float: right;margin: 8px;}
.site-section figure img{    width: 120px;}
.site-section p, .site-section ul {font-size: 14px;margin-bottom: 0.8em;}
.str-cover{padding: 30px 0;}
.str-content-slaid{width: auto;}
.str-content-slaid h2{margin-bottom: 0.5em;}
.str-content-slaid p{font-size: 16px;margin-bottom: 0.5em;}
.site-section li{font-size: 16px;}
.h4{font-size:1.2em;}
.form-control{width: 280px;}
.form-group .home-slide-btn{width: 303px;}
 }
 @media (min-width: 100px) and (max-width: 319.98px) { 
.content {max-width: 100%;padding: 0 10px;}
h1{font-size:1.6em;}
h2{font-size: 1.3em;}
h4{font-size: 1.2em;}
.site-logo{text-align: center;}
.flex {flex-direction: column;justify-content: space-around;}
.top-bar .flex{flex-direction: column-reverse}
.rezhim_top-bar{display:none;}
.tel_top-bar{padding: 5px 0;}
.site-navigation ul{padding: 10px 0;}
header {padding: 10px 0 0;}
.home-cover{padding: 50px 0;}
.home-content-slaid{width: 98%;padding: 0 1em;}	
.home-content-slaid h2{margin-bottom: 0.5em;}
.home-content-slaid p{font-size: 16px;margin-bottom: 0.5em;text-shadow: 1px 1px 1px black;}
.home-slide-btn{margin-top: 0.5em;text-shadow: none;}
.home-preim .preim-mobile .flex{flex-direction: row;margin: 0.5rem 0;}
.home-preim figure{    width: 50px;    height: 50px;}
.home-preim figure img{    width: 50px;    height: 50px;}
.site-section figure{float: right;margin: 8px;}
.site-section figure img{    width: 120px;}
.site-section p, .site-section ul {font-size: 14px;margin-bottom: 0.8em;}
.str-cover{padding: 30px 0;}
.str-content-slaid{width: auto;}
.str-content-slaid h2{margin-bottom: 0.5em;}
.str-content-slaid p{font-size: 16px;margin-bottom: 0.5em;}
.site-section li{font-size: 16px;}
.h4{font-size:1.2em;}
.form-control{width: 210px;}
.form-group .home-slide-btn{width: 223px;}
 }