@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Alex+Brush&family=Archivo:ital,wght@0,100..900;1,100..900&family=Bebas+Neue&family=Fira+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Libre+Caslon+Display&family=Lobster&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Rubik:ital,wght@0,300..900;1,300..900&family=Space+Grotesk:wght@300..700&display=swap");
/*Обнуление начало*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
.bigred {
  font-size: 20px;
  color: red;
}

/*Обнуление КОНЕЦ*/ 
html {
  scroll-behavior: smooth;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  margin-top: 90px;
  font-family: "Fira Sans", sans-serif;
  background-color: #ffffff;
  padding: 0 20px 0 20px;
}

img {
  display: block;
}

main {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
}

.hidden {
  display: none;
}

@media (max-width: 750px) {
  body {
    padding: 0 5px 0 5px;
  }
}
.about {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.about__info {
  width: 60%;
  height: auto;
  padding: 20px 40px;
}
.about__info h2 {
  font-family: Fira Sans;
  font-size: clamp(1.875rem, 1.612rem + 1.4vw, 2.875rem);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 15px;
}
.about__info h3 {
  font-family: Fira Sans;
  font-size: 25px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 15px;
}
.about__info p {
  color: rgb(0, 0, 0);
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 300;
  line-height: 115%;
  text-align: left;
  margin-bottom: 10px;
}
.about__info a {
  display: block;
  max-width: 250px;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(0, 102, 51);
  border-top: 3px solid rgb(249, 252, 250);
  border-bottom: 3px solid rgb(249, 252, 250);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.about__info a:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 3px solid rgb(0, 102, 51);
  border-bottom: 3px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

.about__img {
  width: 40%;
  height: 560px;
  background-size: cover;
  background-position: center;
}

@media (max-width: 1150px) {
  .about {
    display: block;
  }
  .about__info {
    margin: 0 auto;
    width: 90%;
    height: auto;
  }
  .about__img {
    margin: 0 auto;
    width: 80%;
    height: 400px;
    border-radius: 10px;
  }
}
@media (max-width: 700px) {
  .about__info {
    margin: 0 auto;
    width: 99%;
    height: auto;
    padding: 0 10px 15px 10px;
  }
  .about__info h2 {
    text-align: center;
  }
  .about__info h3 {
    text-align: center;
  }
  .about__info p {
    text-align: center;
  }
  .about__info a {
    margin: 0 auto;
  }
  .about__img {
    margin: 0 auto;
    width: 90%;
    height: 300px;
    border-radius: 10px;
  }
}
@media (max-width: 550px) {
  .about {
    position: relative;
    top: -100px;
  }
}
@media (max-width: 375px) {
  .about {
    position: relative;
    top: -200px;
  }
}
/*Базовая настройка*/
.animate-on-scroll {
  opacity: 0;
  transition: all 1s ease;
}

/*ЭФФЕКТЫ ДЛЯ h1*/
.slide-from-left {
  transform: translateX(-100px);
}

.slide-from-right {
  transform: translateX(100px);
}

.slide-from-top {
  transform: translateY(-30px);
}

.slide-from-bottom {
  transform: translateY(30px);
}

/*ЭФФЕКТЫ ДЛЯ БЛОКОВ*/
.zoom-in {
  transform: scale(0.9);
}

.flip-in-x {
  transform: rotateX(90deg);
  transform-origin: center;
}

.flip-in-y {
  transform: rotateY(90deg);
  transform-origin: center;
}

.fade-up {
  transform: translateY(40px);
}

.fade-down {
  transform: translateY(-40px);
}

.slide-left {
  transform: translateX(-100px);
}

.slide-right {
  transform: translateX(100px);
}

.grow-in {
  transform: scale(0);
}

/*При появлении в зоне видимости*/
.animate-on-scroll.animate {
  opacity: 1;
  transform: none;
  filter: none;
}

.footer {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding: 70px;
  background-color: rgb(51, 51, 51);
}

.footer__contacts {
  position: absolute;
  top: -50px;
  right: 35px;
  width: 35%;
  height: 420px;
  padding: 30px;
}
.footer__contacts h4 {
  color: rgba(255, 255, 255, 0.836);
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.footer__contacts p {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 30px;
}

.footer__socials {
  display: flex;
  gap: 10px;
}
.footer__socials a:hover {
  transform: scale(0.95);
  transition: 0.15s all;
}

.footer__linc {
  max-width: 655px;
  height: auto;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__linc-title {
  width: 33%;
  height: auto;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 0 10px 0 10px;
}
.footer__linc-title h4 {
  color: rgba(255, 255, 255, 0.671);
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.footer__linc-title p {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.linc {
  display: block;
  width: 90%;
  height: auto;
  margin: 0 auto;
}
.linc li {
  margin-bottom: 15px;
  text-align: center;
}
.linc a {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.linc a:hover {
  color: rgba(255, 255, 255, 0.637);
}

.footer__button {
  display: block;
  max-width: 180px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  text-align: center;
  padding: 10px;
  background-color: #006633;
  color: #faf8f8;
  border-radius: 6px;
  border-top: 1px solid #006633;
  border-bottom: 1px solid #006633;
}
.footer__button:hover {
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}

.footer__flex {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.footer__phone {
  padding: 30px;
  width: 60%;
}
.footer__phone h4 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 26px;
  font-weight: 600;
  line-height: 31px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 15px;
}
.footer__phone p {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 20px;
}

.phone-form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.phone-form input[type=tel] {
  background: transparent;
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 4px;
  color: #000;
  font-size: 16px;
  outline: none;
}

.phone-form input::-moz-placeholder {
  color: #888;
}

.phone-form input::placeholder {
  color: #888;
}

.phone-form button {
  padding: 10px 20px;
  background-color: #006633;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 16px;
  transition: background-color 0.3s;
}

.phone-form button:hover {
  background-color: #004d26;
}

.footer__logo {
  display: flex;
  justify-content: space-between;
  width: 35%;
  padding-top: 80px;
}

.copirait {
  width: 40%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.copirait p {
  color: rgba(255, 255, 255, 0.5);
  font-family: Fira Sans;
  font-size: 13px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}

.footer__logo-logo {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.adob__1 {
  display: flex;
  width: 66%;
  padding: 30px 0 30px 0;
  justify-content: space-around;
}

@media (max-width: 1250px) {
  .footer {
    height: auto;
  }
  .footer__contacts {
    width: 300px;
    height: auto;
  }
  .footer__phone {
    width: 45%;
  }
  .footer__logo {
    width: 50%;
  }
}
@media (max-width: 1100px) {
  .footer {
    top: -70px;
  }
  .footer__linc {
    display: block;
  }
  .adob__1 {
    display: flex;
    justify-content: flex-start;
    gap: 20px;
    margin-bottom: 10px;
  }
  .footer__contacts {
    width: 500px;
    top: 30px;
    height: auto;
  }
  .footer__linc-title {
    border: 1px solid rgb(51, 51, 51);
  }
  .footer__logo {
    display: block;
    padding: 0;
  }
  .copirait {
    width: 100%;
    margin-bottom: 20px;
  }
  .copirait p {
    text-align: center;
  }
  .footer__logo-logo {
    margin: 0 auto;
  }
  .footer__phone {
    width: 50%;
  }
  .footer__phone h4 {
    text-align: center;
  }
  .footer__phone p {
    text-align: center;
  }
  .phone-form {
    flex-direction: column;
    gap: 15px;
  }
}
@media (max-width: 950px) {
  .footer__contacts {
    width: 300px;
    top: 30px;
  }
}
@media (max-width: 850px) {
  .footer__flex {
    display: block;
  }
  .footer__phone {
    margin: 0 auto;
    width: 100%;
  }
  .footer__logo {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 780px) {
  .footer {
    padding: 20px;
  }
  .footer__contacts {
    position: relative;
    top: 0;
    right: 0;
    width: 500px;
    margin: 0 auto;
  }
  .footer__contacts h4 {
    text-align: center;
  }
  .footer__contacts p {
    text-align: center;
  }
  .footer__socials {
    justify-content: space-around;
    width: 300px;
    margin: 0 auto;
  }
  .footer__logo {
    margin: 0 auto;
    width: 100%;
  }
  .footer__logo img {
    width: 200px;
    margin: 0 auto;
  }
  .footer__linc {
    margin: 0 auto;
    width: 100%;
  }
  .adob__1 {
    flex-direction: column;
    width: 100%;
    gap: 30px;
    margin-bottom: 0px;
  }
  .footer__linc-title {
    margin: 0 auto;
    width: 98%;
  }
}
@media (max-width: 550px) {
  .footer {
    top: -175px;
  }
  .footer__contacts {
    width: 100%;
  }
  .footer__socials {
    width: 98%;
    justify-content: center;
  }
  .footer__logo-logo {
    margin: 0 auto;
    width: 100%;
  }
  .footer__logo-logo img {
    width: 200px;
    height: 150px;
  }
}
@media (max-width: 550px) {
  .footer {
    top: -280px;
  }
}
.header {
  position: relative;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.header__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 10px 40px 10px 40px;
  transition: transform 0.5s linear;
  z-index: 10;
  background-color: rgb(0, 102, 51);
  box-shadow: 0px 4px 4px 0px rgb(186, 186, 186);
  border-radius: 0px 0px 30px 30px;
}

.header__bg.hide {
  transform: translateY(-90px);
}

.header__bg-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  height: auto;
  margin: 0 auto;
}

.logo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
}
.logo img {
  display: block;
  width: 110px;
  height: 70px;
  margin: 0 auto;
}

.header__tytle-inf h2 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: clamp(1rem, 0.934rem + 0.35vw, 1.25rem);
  font-weight: 600;
  text-align: center;
}

.drop__header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.drop__header img {
  width: 30px;
  height: 30px;
}

.dropdown {
  position: relative;
  display: inline-block; /* если нужно — можно заменить на block */
  font-family: sans-serif;
}

.dropdown__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 10px;
  color: white;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 6px;
  max-width: 200px;
}

.dropdown__title {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: left;
}

.dropdown__icon {
  transition: transform 0.3s ease;
  color: #fff;
}

.dropdown.open .dropdown__icon {
  transform: rotate(180deg);
}

.dropdown__content {
  position: absolute;
  top: calc(100% + 10px); /* отступ сверху */
  right: 0; /* выравниваем по правому краю родителя */
  z-index: 1000;
  background-color: #006633;
  padding: 10px;
  min-width: 150px; /* можно менять под контент */
  height: 100px;
  overflow-y: auto;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  border-radius: 6px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(-10px); /* смещение влево */
  transition: all 0.3s ease;
  user-select: none;
  -webkit-user-select: none; /* Chrome, Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE/Edge */
}
.dropdown__content p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}

.dropdown__content::-webkit-scrollbar {
  width: 8px;
}

.dropdown__content::-webkit-scrollbar-track {
  background: #e0e0e0;
  border-radius: 4px;
}

.dropdown__content::-webkit-scrollbar-thumb {
  background: #04a052;
  border-radius: 4px;
}

.dropdown__content::-webkit-scrollbar-thumb:hover {
  background: #2c3e50;
}

.dropdown.open .dropdown__content {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.header__bg-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phone img {
  width: 30px;
  height: 30px;
}

.linc__phone {
  display: block;
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-left: 10px;
}
.linc__phone:hover {
  color: rgb(226, 223, 223);
}

.linc__button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 13px 30px;
  margin-left: 40px;
  background-color: rgb(255, 255, 255);
  border-radius: 5px;
  border-top: 1px solid rgb(255, 255, 255);
  border-bottom: 1px solid rgb(255, 255, 255);
  color: rgb(0, 102, 51);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.linc__button:hover {
  background-color: rgb(0, 102, 51);
  color: rgb(255, 255, 255);
  transform: scale(0.95);
  transition: 0.15s all;
}

/*BURGER - начало*/
.burger__menu {
  display: block;
  margin: 0 40px 0 40px;
}

#menu__toggle {
  display: none;
}

.menu__btn {
  display: flex;
  align-items: center;
  position: fixed;
  top: 30px;
  right: 40px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 11;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: azure;
  transition-duration: 250ms;
}

.menu__btn > span::before {
  content: "";
  top: -8px;
}

.menu__btn > span::after {
  content: "";
  top: 8px;
}

.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  overflow-y: auto;
  margin: 0;
  padding: 6.5rem 10px 20px 10px;
  border-bottom: 1px solid white;
  list-style: none;
  text-align: center;
  background-color: #006633;
  z-index: 10;
  transition-duration: 1s;
}
.menu__box h4 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 30px;
}
.menu__box p {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 200;
  line-height: 120%;
  text-align: center;
  margin-top: 10px;
}
.menu__box h5 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-top: 15px;
}

/* Скроллбар */
.menu__box::-webkit-scrollbar {
  width: 6px;
}

.menu__box::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.menu__box::-webkit-scrollbar-thumb {
  background: #03a152;
  border-radius: 3px;
}

.icons {
  display: flex;
  justify-content: left;
  gap: 10px;
  margin-top: 5px;
  margin-left: 20px;
}

.icons__img {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icons__title {
  color: rgb(212, 248, 229);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
}
.icons__title span {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: right;
}

.menu__box-linc {
  color: whitesmoke;
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.menu__items {
  display: block;
  padding: 10px 25px;
  color: azure;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
  transition-duration: 1s;
}

.menu__items:hover {
  width: 80%;
  margin: 0 auto;
  border-bottom: 1px solid white;
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}

#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0deg);
}

#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}

#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  right: 0;
}

/*BURGER - конец*/
@media (max-width: 980px) {
  .header__tytle-inf {
    display: none;
  }
}
@media (max-width: 875px) {
  .phone {
    display: none;
  }
  .linc__phone {
    display: none;
  }
}
@media (max-width: 630px) {
  .linc__button {
    display: none;
  }
}
@media (max-width: 450px) {
  .logo img {
    display: block;
    width: 50px;
    height: 40px;
    margin: 0 auto;
  }
  .header__bg {
    display: flex;
    align-items: center;
    padding: 10px;
  }
  .header__bg-flex {
    justify-content: flex-start;
    gap: 10px;
  }
}
.slider {
  position: relative;
  max-width: 1440px;
  height: 660px;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
}
.slider h1, .slider h2 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: clamp(1.563rem, 1.228rem + 1.79vw, 3.125rem);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
}
.slider h3 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.slider a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 70px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(0, 102, 51);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.slider a:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 3px solid rgb(0, 102, 51);
  border-bottom: 3px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

.slider__text {
  width: 70%;
  height: auto;
  margin: 0 auto;
  margin-top: 150px;
  border-radius: 5px 50px 5px 50px;
  background-color: rgba(14, 73, 73, 0.3);
  padding: 15px;
}

.slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  border-radius: 30px 30px 0 0;
  transition: opacity 3s ease-in-out;
}

.slide.active {
  opacity: 1;
  z-index: 1;
}

@media (max-width: 750px) {
  .slider__text {
    width: 90%;
    margin-top: 70px;
  }
}
/* Сайдбар */
.sidebar {
  position: fixed;
  top: 0;
  left: -310px;
  width: 300px;
  height: 100%;
  background-color: #004724;
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid whitesmoke;
  overflow-y: auto;
  transition: left 0.3s ease;
  z-index: 1001;
}

/* Активное состояние */
.sidebar.active {
  left: 0;
}

/* Кнопка закрытия */
.sidebar-close-button {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 40px;
  color: whitesmoke;
  background: none;
  border: none;
  cursor: pointer;
}

/* Навигация */
.sidebar-nav {
  display: flex;
  flex-direction: column;
  padding: 60px 20px 20px;
}

/* Ссылки */
.sidebar-link {
  margin: 8px 0;
  text-decoration: none;
  color: whitesmoke;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  display: inline-block;
}

/* Анимация подчёркивания при наведении */
.sidebar-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 1px;
  left: 0;
  bottom: -2px;
  background-color: whitesmoke;
  transition: width 0.5s ease;
}

.sidebar-link:hover::after {
  width: 90%;
}

/* Стационарная кнопка */
.sidebar-toggle-button {
  position: fixed;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 20px;
  height: 150px;
  background-color: #006633;
  color: #fff;
  border: none;
  cursor: pointer;
  z-index: 101;
  border-radius: 0 6px 6px 0;
  border-right: 1px solid white;
  font-size: 18px;
}

/* Оверлей */
.sidebar-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s;
  z-index: 1000;
}

.sidebar-overlay.active {
  opacity: 1;
  visibility: visible;
}

/* Скроллбар */
.sidebar::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-track {
  background: #f0f0f0;
}

.sidebar::-webkit-scrollbar-thumb {
  background: #006633;
  border-radius: 3px;
}

.materials {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
  border-radius: 20px 20px 0 0;
  padding-top: 20px;
  padding-bottom: 10px;
  background-size: cover;
  background-position: center;
}
.materials h3 {
  color: whitesmoke;
  font-family: Fira Sans;
  font-size: 30px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 15px;
}

.materials__btn-linc {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(0, 102, 51);
  border-top: 2px solid rgb(249, 252, 250);
  border-bottom: 2px solid rgb(249, 252, 250);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.materials__btn-linc:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 2px solid rgb(0, 102, 51);
  border-bottom: 2px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

.materials__info {
  width: 100%;
  height: auto;
  margin-top: 130px;
  margin-bottom: 60px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
}

.materials__info-title {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.ifo__blok {
  width: 40%;
  height: auto;
  padding: 0 20px 0 20px;
}
.ifo__blok h2 {
  color: whitesmoke;
  font-family: Fira Sans;
  font-size: clamp(1.875rem, 1.612rem + 1.4vw, 2.875rem);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}
.ifo__blok span {
  color: rgb(124, 195, 243);
}

.info__title {
  width: 60%;
  height: auto;
  padding: 0 20px 0 20px;
}
.info__title p {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 200;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: left;
}

.materials__flex {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-around;
}

.materials__kard {
  width: 270px;
  height: auto;
  padding: 0 8px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: rgb(251, 253, 252);
  background-size: cover;
  background-position: center;
  border-radius: 8px;
}
.materials__kard h4 {
  color: rgba(27, 27, 27, 0.801);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.materials__kard p {
  color: rgb(0, 0, 0);
  font-family: Fira Sans;
  font-size: 15px;
  font-weight: 300;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
}
.materials__kard a {
  display: block;
  margin: 0 auto;
  color: green;
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.materials__kard a:hover {
  color: blue;
}
.materials__kard:hover {
  transform: scale(1.05);
  transition: 0.15s all;
}

.kard__flex {
  width: 100%;
  height: auto;
  padding: 5px;
  border-radius: 8px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.kard__flex h5 {
  color: rgba(0, 102, 51, 0.2);
  font-family: Fira Sans;
  font-size: 46px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}
.kard__flex img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
}

.mat__flex-two {
  width: 50%;
  display: flex;
  justify-content: center;
  gap: 20px;
}

@media (max-width: 1200px) {
  .materials__flex {
    display: block;
    margin-bottom: 5px;
  }
  .mat__flex-two {
    width: 80%;
    justify-content: space-around;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 1150px) {
  .materials {
    margin-top: 20px;
  }
  .materials__info {
    margin-top: 50px;
  }
  .materials__info-title {
    display: block;
  }
  .ifo__blok {
    margin: 0 auto;
    margin-bottom: 15px;
    width: 100%;
  }
  .ifo__blok h2 {
    text-align: center;
  }
  .info__title {
    margin: 0 auto;
    width: 100%;
  }
  .info__title p {
    text-align: center;
  }
}
@media (max-width: 600px) {
  .materials__flex {
    margin-bottom: 0;
  }
  .mat__flex-two {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .materials__kard {
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
@media (max-width: 550px) {
  .materials {
    position: relative;
    top: -100px;
  }
  .materials__info {
    padding: 0 5px 0 5px;
  }
  .materials__info-title {
    width: 100%;
  }
  .info__title {
    display: none;
  }
}
@media (max-width: 375px) {
  .materials {
    position: relative;
    top: -200px;
  }
}
.mesages {
  position: relative;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  margin-top: 100px;
  margin-bottom: 100px;
  background-color: #006633;
  padding: 20px 10px;
  border-radius: 20px 20px 0 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.mesages__form {
  width: 35%;
  height: 100%;
  border-radius: 15px 15px 0 0;
  padding: 0 10px 20px 10px;
  background-size: cover;
  background-position: center;
}
.mesages__form h3 {
  color: whitesmoke;
  font-family: Fira Sans;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.mesages__form p {
  color: white;
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 300;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}
.mesages__form span {
  color: rgb(124, 195, 243);
}

.mesages__img {
  width: 55%;
  height: 100%;
}

.mesages__img-home {
  width: 100%;
  height: 70%;
  padding: 0 20px 0 20px;
  background-size: cover;
  background-position: center;
}
.mesages__img-home h3 {
  color: whitesmoke;
  font-family: Fira Sans;
  font-size: 25px;
  font-weight: 600;
  line-height: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.mesages__img-home span {
  color: rgb(124, 195, 243);
}
.mesages__img-home img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.mesages__img-man {
  position: absolute;
  top: 35%;
  right: 250px;
  width: 350px;
  height: 450px;
  background-size: cover;
  background-position: center;
}

.contact-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 400px;
  margin: 0 auto;
}

.contact-form input,
.contact-form textarea {
  padding: 10px 15px;
  background: transparent;
  border: 1px solid white;
  color: white;
  font-size: 16px;
  outline: none;
  border-radius: 4px;
  resize: none;
}

.contact-form input::-moz-placeholder, .contact-form textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.contact-form textarea {
  height: 100px;
}

.contact-form button {
  width: 250px;
  margin: 0 auto;
  padding: 12px 15px;
  background-color: #006633;
  color: white;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  font-size: 16px;
  cursor: pointer;
  border-radius: 4px;
  transition: background 0.3s ease;
}
.contact-form button:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 1px solid rgb(0, 102, 51);
  border-bottom: 1px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

.contact-form button:hover {
  background-color: #ddd;
}

.captcha-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  margin: 10px 0;
}

.captcha-image {
  background-color: #f4f4f4;
  border: 1px solid #ccc;
  width: 150px;
  height: 40px;
}

.contact-form .captcha-wrapper input,
.phone-form .captcha-wrapper input {
  padding: 8px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

@media (max-width: 1150px) {
  .mesages {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .mesages {
    align-items: start;
  }
  .mesages__img-home img {
    display: none;
  }
  .mesages__img-man {
    top: 25%;
    right: 10%;
  }
}
@media (max-width: 850px) {
  .mesages {
    display: block;
  }
  .mesages__form {
    margin: 0 auto;
    width: 70%;
    height: auto;
    margin-bottom: 15px;
    padding-top: 30px;
  }
  .mesages__img-man {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 260px;
    height: 330px;
  }
  .mesages__img-home {
    height: auto;
  }
  .mesages__img {
    margin: 0 auto;
    width: 70%;
    height: auto;
  }
}
@media (max-width: 550px) {
  .mesages {
    position: relative;
    top: -100px;
  }
  .mesages__form {
    margin: 0 auto;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
  }
  .mesages__img {
    margin: 0 auto;
    width: 95%;
    height: auto;
  }
  .mesages__img-man {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto;
    width: 150px;
    height: 200px;
  }
}
@media (max-width: 375px) {
  .mesages {
    position: relative;
    top: -200px;
  }
}
/* Затемнение и центрирование */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.modal-window {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 60%;
  height: auto;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
}

.modal-close {
  position: absolute;
  top: 5px;
  right: 10px;
  font-size: 30px;
  background: none;
  border: none;
  cursor: pointer;
  color: #333;
}

@keyframes fadeIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.youtube__video {
  width: 100%;
  height: 650px;
}

@media (max-width: 1500px) {
  .youtube__video {
    width: 100%;
    height: 450px;
  }
}
@media (max-width: 1200px) {
  .youtube__video {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 900px) {
  .modal-window {
    width: 90%;
  }
  .youtube__video {
    width: 100%;
    height: 350px;
  }
}
@media (max-width: 550px) {
  .modal-window {
    width: 97%;
  }
  .youtube__video {
    width: 100%;
    height: 250px;
  }
}
@media (max-width: 375px) {
  .youtube__video {
    width: 100%;
    height: 200px;
  }
}
.nav {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  margin-bottom: 15px;
  padding: 15px 0 15px 0;
}

.nav__flex {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
}

.nav__item {
  display: block;
  position: relative;
}
.nav__item a {
  color: rgb(0, 0, 0);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}

.nav__item:after {
  content: "";
  position: absolute;
  left: 0;
  display: inline-block;
  width: 100%;
  border-bottom: 2px solid black;
  margin-top: 1.2em;
  transition: all 0.3s;
  opacity: 1;
  transform: scale(1);
}

.nav__item:hover {
  color: black;
  opacity: 0.75;
}

.nav__item:hover:after {
  opacity: 0;
  transform: scale(0, 1);
}

@media (max-width: 800px) {
  .nav {
    padding: 0 0 10px 0;
  }
  .nav__flex {
    display: none;
  }
}
.photo {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: 100px;
  border-radius: 20px 20px 0 0;
  background-size: cover;
  background-position: center;
}
.photo h3 {
  color: #bfd4f3;
  text-shadow: 1px 1px 1px rgb(107, 92, 92);
  font-family: Fira Sans;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.photo h2 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: clamp(1.563rem, 1.228rem + 1.79vw, 3.125rem);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
  margin-bottom: 20px;
}

.parent1 {
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}
.parent1 img {
  width: 100%;
  height: 100%;
}

.div1, .div2, .div3, .div4, .div5, .div6, .div7, .div8, .div9, .div10, .div11, .div12 {
  border-radius: 10px;
  border: 1px solid wheat;
}
.div1:hover, .div2:hover, .div3:hover, .div4:hover, .div5:hover, .div6:hover, .div7:hover, .div8:hover, .div9:hover, .div10:hover, .div11:hover, .div12:hover {
  border: none;
  box-shadow: 0 8px 20px rgba(243, 241, 241, 0.9);
}
.div1 img, .div2 img, .div3 img, .div4 img, .div5 img, .div6 img, .div7 img, .div8 img, .div9 img, .div10 img, .div11 img, .div12 img {
  border-radius: 10px;
}

.div1 {
  min-width: 580px;
  height: 250px;
  cursor: pointer;
  grid-column: span 2/span 2;
}
.div1:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div2 {
  min-width: 280px;
  height: 250px;
  cursor: pointer;
  grid-column-start: 3;
}
.div2:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div3 {
  min-width: 280px;
  height: 250px;
  cursor: pointer;
  grid-column-start: 4;
}
.div3:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div4 {
  min-width: 280px;
  height: 250px;
  cursor: pointer;
  grid-row-start: 2;
}
.div4:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div5 {
  min-width: 580px;
  height: 250px;
  cursor: pointer;
  grid-column: span 2/span 2;
  grid-row-start: 2;
}
.div5:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div6 {
  min-width: 280px;
  height: 250px;
  cursor: pointer;
  grid-column-start: 4;
  grid-row-start: 2;
}
.div6:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.parent2 {
  display: none;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(3, 1fr);
  gap: 20px;
  max-width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0 10px 0 10px;
}
.parent2 img {
  width: 100%;
  height: 100%;
}

.div7 {
  min-width: 280px;
  height: 280px;
  cursor: pointer;
}
.div7:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div8 {
  min-width: 280px;
  height: 280px;
  cursor: pointer;
}
.div8:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div9 {
  min-width: 280px;
  height: 280px;
  cursor: pointer;
}
.div9:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div10 {
  min-width: 280px;
  height: 280px;
  cursor: pointer;
}
.div10:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div11 {
  min-width: 280px;
  height: 280px;
  cursor: pointer;
}
.div11:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.div12 {
  min-width: 280px;
  height: 280px;
  cursor: pointer;
}
.div12:hover {
  transform: scale(0.97);
  transition: 0.4s all;
}

.modal__window-photo {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  width: 80%;
  height: 900px;
  position: relative;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.3s ease;
}

/*SLIDER*/
.photoRoll {
  position: relative;
  width: 100%;
  height: 90%;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: white;
}

.photoTape {
  position: relative;
  width: 100%;
  height: 100%;
}
.photoTape img {
  width: 100%;
  height: 100%;
}

.frameItem {
  width: 100%;
  display: none;
  -o-object-fit: cover;
     object-fit: cover;
}

.frameItem.visibleNow {
  display: block;
}

.navSwitch {
  display: flex;
  justify-content: center;
  gap: 16px;
  padding: 12px 0;
  background: white;
}

.navSwitch button {
  background-color: #006633;
  color: #fff;
  border: none;
  padding: 10px 22px;
  font-size: 20px;
  cursor: pointer;
  border-radius: 6px;
  transition: background 0.3s;
}

.navSwitch button:hover {
  background-color: #444;
}

/*SLIDER - end*/
@media (max-width: 1500px) {
  .modal__window-photo {
    height: 600px;
  }
}
@media (max-width: 1250px) {
  .parent1 {
    display: none;
  }
  .parent2 {
    display: grid;
  }
}
@media (max-width: 1150px) {
  .photo {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 650px) {
  .parent2 {
    display: block;
  }
  .div7, .div8, .div9, .div10, .div11, .div12 {
    height: 380px;
    margin-bottom: 15px;
  }
  .modal__window-photo {
    width: 98%;
    height: 450px;
  }
  .navSwitch {
    padding: 8px 0;
  }
  .navSwitch button {
    padding: 7px 22px;
  }
}
@media (max-width: 550px) {
  .photo {
    position: relative;
    top: -100px;
  }
}
@media (max-width: 450px) {
  .div7, .div8, .div9, .div10, .div11, .div12 {
    height: 280px;
  }
}
@media (max-width: 375px) {
  .photo {
    position: relative;
    top: -200px;
  }
  .modal__window-photo {
    width: 98%;
    height: 350px;
  }
  .navSwitch {
    padding: 8px 0;
  }
  .navSwitch button {
    padding: 7px 22px;
  }
}
.videos {
  position: relative;
  top: -100px;
  max-width: 1280px;
  height: auto;
  margin: 0 auto;
  border-radius: 10px;
  z-index: 1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 25px;
}

.videos__blok1 {
  width: 45%;
  height: auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videos__blok1:hover {
  box-shadow: 0px 0px 10px 0px rgb(207, 207, 207);
  transform: scale(1.02);
  transition: 0.15s all;
}

.videos__blok2 {
  width: 45%;
  height: auto;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.videos__blok2:hover {
  box-shadow: 0px 0px 10px 0px rgb(207, 207, 207);
  transform: scale(1.02);
  transition: 0.15s all;
}

.videos__blok-info {
  width: 57%;
  height: 250px;
  padding: 10px;
  background-color: rgb(232, 240, 236);
  border-radius: 10px 0 0 10px;
}
.videos__blok-info h3 {
  color: rgb(83, 82, 82);
  font-family: Fira Sans;
  font-size: clamp(1.25rem, 1.135rem + 0.61vw, 1.625rem);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 10px;
}
.videos__blok-info h4 {
  color: rgb(0, 102, 51);
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  margin-top: 15px;
  margin-bottom: 10px;
}
.videos__blok-info p {
  color: rgb(0, 0, 0);
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 300;
  line-height: 115%;
  text-align: left;
  margin-bottom: 15px;
}

.videos__blok-video {
  width: 43%;
  height: 250px;
  background-size: cover;
  background-position: center;
  border-radius: 0 10px 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*Button youtube - начало*/
.pulse {
  position: relative;
  margin: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ef233c;
  font-size: 18px;
  color: #f7eeef;
  animation: 1.6s playShadow ease-out infinite;
  display: flex;
  cursor: pointer;
  text-decoration: none;
}
.pulse:hover {
  background: #f7eeef;
  color: #ef233c;
  border: 2px solid #ef233c;
}
.pulse span {
  margin: auto;
  padding-left: 3px;
}
.pulse:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  z-index: -1;
  pointer-events: none;
  transition: 0.35s;
}
.pulse:hover:after {
  box-shadow: 0 0 0 4px fade(rgb(239, 35, 60), 30%), 0 0 0 8px fade(rgb(239, 35, 60), 20%);
}

@keyframes playShadow {
  0% {
    box-shadow: 0 0 0 0px fade(rgb(239, 35, 60), 30%), 0 0 0 0px fade(rgb(239, 35, 60), 20%);
    transform: scale(1);
  }
  18% {
    box-shadow: 0 0 0 0px fade(rgb(239, 35, 60), 30%), 0 0 0 0px fade(rgb(239, 35, 60), 20%);
  }
  35% {
    transform: scale(1.08);
  }
  76% {
    transform: scale(0.96);
  }
  100% {
    box-shadow: 0 0 0 16px fade(rgb(239, 35, 60), 0), 0 0 0 27px fade(rgb(239, 35, 60), 0);
    transform: scale(1);
  }
}
/*Button youtube - конец*/
@media (max-width: 1280px) {
  .videos {
    justify-content: center;
    gap: 20px;
  }
}
@media (max-width: 1100px) {
  .videos {
    display: block;
  }
  .videos__blok1 {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 80%;
    flex-direction: row-reverse;
  }
  .videos__blok-info {
    border-radius: 3px;
  }
  .videos__blok-video {
    border-radius: 3px;
  }
  .videos__blok2 {
    margin: 0 auto;
    width: 80%;
  }
}
@media (max-width: 700px) {
  .videos__blok1 {
    width: 95%;
  }
  .videos__blok2 {
    width: 95%;
  }
}
@media (max-width: 550px) {
  .videos {
    top: -150px;
  }
  .videos__blok1 {
    display: block;
    background-color: rgb(232, 240, 236);
    padding-bottom: 10px;
  }
  .videos__blok2 {
    display: block;
    background-color: rgb(232, 240, 236);
    padding-bottom: 10px;
  }
  .videos__blok-info {
    margin: 0 auto;
    width: 80%;
    height: auto;
  }
  .videos__blok-video {
    margin: 0 auto;
    width: 70%;
  }
}
@media (max-width: 475px) {
  .videos {
    top: -220px;
  }
  .videos__blok-info {
    margin: 0 auto;
    width: 95%;
    height: auto;
  }
  .videos__blok-video {
    margin: 0 auto;
    width: 90%;
  }
}
.produkts__top {
  display: flow-root;
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  border-radius: 30px 30px 0 0;
  background-size: cover;
  background-position: center;
}
.produkts__top h2 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: clamp(1.563rem, 1.228rem + 1.79vw, 3.125rem);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
}
.produkts__top h1 {
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.produkts__top a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(0, 102, 51);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.produkts__top a:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 3px solid rgb(0, 102, 51);
  border-bottom: 3px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

.ullo22 {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 10px;
  border-top: 1px solid #006633;
  border-bottom: 1px solid #006633;
  padding: 5px 10px;
}

.ullo22 li {
  font-size: 16px;
  margin: 10px 0px 15px 0px;
}

.ullo22 li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #006633;
  border: 2px solid #006633;
  display: inline-block;
  margin: 0 10px 2px 0;
}

.ullo22 li:hover::before {
  background-color: whitesmoke;
}

.ullo33 {
  display: block;
  width: 80%;
  height: auto;
  margin-top: 10px;
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 5px 10px;
}

.ullo33 li {
  font-size: 16px;
  margin: 10px 0px 15px 0px;
}

.ullo33 li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #006633;
  border: 2px solid #006633;
  display: inline-block;
  margin: 0 10px 2px 0;
}

.ullo33 li:hover::before {
  background-color: whitesmoke;
}

.produkts__btn-button {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(0, 102, 51);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.produkts__btn-button:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 3px solid rgb(0, 102, 51);
  border-bottom: 3px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

/*SLIDER - в табах - начало*/
.photo__roll {
  position: relative;
  width: 70%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: white;
}

/*SLIDER - в табах - конец*/
@media (max-width: 650px) {
  .photo__roll {
    width: 95%;
    height: auto;
  }
}
@media (max-width: 375px) {
  .photo__roll {
    width: 100%;
    height: auto;
  }
}
.prise__text {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  padding: 0 10px 0 10px;
  overflow-y: auto;
}
.prise__text img {
  display: block;
  width: 100px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 20px;
}
.prise__text h1 {
  color: rgb(83, 82, 82);
  font-family: Fira Sans;
  font-size: clamp(1.25rem, 1.135rem + 0.61vw, 1.625rem);
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
.prise__text p {
  color: rgb(0, 0, 0);
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 300;
  line-height: 115%;
  text-align: center;
  margin-bottom: 15px;
}
.prise__text a {
  display: block;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(0, 102, 51);
  border-top: 3px solid rgb(249, 252, 250);
  border-bottom: 3px solid rgb(249, 252, 250);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.prise__text a:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 3px solid rgb(0, 102, 51);
  border-bottom: 3px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

.montage__button {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  display: flex;
  justify-content: space-around;
}
.montage__button a {
  display: block;
  max-width: 250px;
  padding: 10px;
  border-radius: 8px;
  background-color: rgb(0, 102, 51);
  border-top: 3px solid rgb(249, 252, 250);
  border-bottom: 3px solid rgb(249, 252, 250);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}
.montage__button a:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 3px solid rgb(0, 102, 51);
  border-bottom: 3px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

.montage__blok {
  max-width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 20px 10px 20px 10px;
  margin-top: 20px;
  margin-bottom: 60px;
}
.montage__blok h2 {
  color: rgb(49, 47, 47);
  font-family: Fira Sans;
  font-size: clamp(1.25rem, 1.086rem + 0.88vw, 1.875rem);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
  margin-bottom: 20px;
}
.montage__blok h3 {
  color: rgb(49, 47, 47);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.montage__blok p {
  color: rgb(0, 0, 0);
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 300;
  line-height: 115%;
  text-align: left;
  margin-bottom: 10px;
}

.left-img {
  float: left;
  margin: 0 15px 15px 0;
  width: 300px;
  border-radius: 5px;
}

.left-img2 {
  float: left;
  margin: 0 15px 15px 0;
  width: 450px;
}

.right-img {
  float: right;
  margin: 0 15px 15px 0;
  width: 300px;
  border-radius: 5px;
}

.img__center {
  display: block;
  max-width: 95%;
  margin: 0 auto;
  border-radius: 5px;
  margin-bottom: 15px;
}

.img__donload {
  margin: 0 auto;
  width: 60px;
  margin-top: 50px;
  margin-bottom: 30px;
}

.linc__donload {
  display: block;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  color: red;
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.linc__donload:hover {
  color: rgb(126, 5, 5);
}

.linc__montage {
  color: blue;
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
}
.linc__montage:hover {
  color: green;
}

@media (max-width: 1000px) {
  .left-img2 {
    float: left;
    margin: 0 15px 15px 0;
    width: 350px;
  }
}
@media (max-width: 800px) {
  .montage__button {
    display: block;
  }
  .montage__button a {
    margin: 0 auto;
  }
  .left-img2 {
    float: none;
    display: block;
    margin: 0 auto;
    width: 250px;
  }
}
@media (max-width: 650px) {
  .bottom {
    margin-bottom: 100px;
  }
  .left-img {
    float: none;
    display: block;
    margin: 0 auto;
    margin: 0 15px 25px 0;
    width: 250px;
  }
  .right-img {
    float: none;
    display: block;
    margin: 0 auto;
    margin: 0 15px 25px 0;
    width: 250px;
  }
}
@media (max-width: 550px) {
  .bottom {
    margin-bottom: 300px;
  }
}
.sidebar__flex {
  max-width: 1440px;
  height: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.sidebar__pages {
  width: 25%;
  height: auto;
  padding: 10px;
  border-left: 4px solid rgb(0, 102, 51);
  box-shadow: 0px 0px 10px 0px rgb(207, 207, 207);
}
.sidebar__pages:hover {
  box-shadow: 0px 0px 10px 0px rgb(141, 139, 139);
}
.sidebar__pages h5 {
  color: rgb(0, 102, 51);
  font-family: Fira Sans;
  font-size: 14px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.sidebar__pages a {
  color: rgb(0, 0, 0);
  font-family: Fira Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: left;
}
.sidebar__pages a:hover {
  color: #006633;
}

.sidebar__pages-info {
  width: 70%;
  height: auto;
}

.custom-list {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 30px;
}

.custom-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  justify-content: space-between;
}

.custom-list img {
  width: 25px;
  height: 10px;
  -o-object-fit: contain;
     object-fit: contain;
}

.sidebar__button {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.sidebar__button a {
  display: block;
  max-width: 250px;
  margin: 0 auto;
  margin-top: 30px;
  padding: 10px 20px;
  border-radius: 5px;
  background-color: rgb(0, 102, 51);
  border-top: 3px solid rgb(249, 252, 250);
  border-bottom: 3px solid rgb(249, 252, 250);
  color: rgb(255, 255, 255);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
}
.sidebar__button a:hover {
  background-color: white;
  color: rgb(0, 102, 51);
  border-top: 3px solid rgb(0, 102, 51);
  border-bottom: 3px solid rgb(0, 102, 51);
  transform: scale(0.95);
  transition: 0.15s all;
}

@media (max-width: 950px) {
  .sidebar__flex {
    display: block;
  }
  .sidebar__pages {
    display: none;
  }
  .sidebar__pages-info {
    width: 100%;
  }
}
.thank__you {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 150px;
  padding: 20px 5px;
}
.thank__you h2 {
  color: rgb(49, 47, 47);
  font-family: Fira Sans;
  font-size: clamp(1.25rem, 1.086rem + 0.88vw, 1.875rem);
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
  margin-bottom: 20px;
}
.thank__you h3 {
  color: rgb(49, 47, 47);
  font-family: Fira Sans;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
  margin-top: 20px;
  margin-bottom: 20px;
}
.thank__you h4 {
  color: rgb(49, 47, 47);
  font-family: Fira Sans;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  text-shadow: 1px 1px 1px #4b86e0;
  margin-top: 20px;
  margin-bottom: 20px;
}

.mainjobs__grid {
  display: grid;
  width: 90%;
  height: auto;
  margin: 0 auto;
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(117, 129, 117, 0.445);
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.mainjobs__grid img {
  display: block;
  position: relative;
  min-width: 200px;
  min-height: 125px;
  margin: 0 auto;
}

* {
  box-sizing: border-box;
}

.table-container {
  width: 100%;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
  background: #fff;
}

thead {
  background-color: #f0f0f0;
}

th, td {
  padding: 12px 16px;
  border: 1px solid #ccc;
  text-align: left;
}

tr:nth-child(even) {
  background-color: #fafafa;
}

/* Адаптация под мобильные */
@media screen and (max-width: 450px) {
  table,
  thead,
  tbody,
  th,
  td,
  tr {
    display: block;
    width: 100%;
  }
  thead {
    display: none;
  }
  tr {
    background: #fff;
    margin-bottom: 16px;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 10px;
  }
  td {
    padding: 10px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 16px;
    line-height: 1.5;
    word-wrap: break-word;
  }
  td:last-child {
    border-bottom: none;
  }
}
* {
  box-sizing: border-box;
}

/* ========== Таблица для экранов > 450px ========== */
.table-container2 {
  display: block;
  overflow-x: auto;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
}

th, td {
  border: 1px solid #444;
  padding: 12px 10px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}

th {
  background-color: #f0f0f0;
}

/* ========== Карточки для экранов ≤ 450px ========== */
.card-list {
  display: none; /* скрыты по умолчанию */
}

@media (max-width: 450px) {
  .table-container2 {
    display: none; /* скрываем таблицу */
  }
  .card-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .card {
    border: 1px solid #444;
    border-radius: 6px;
    padding: 12px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .card-item {
    margin-bottom: 8px;
  }
  .card-item:last-child {
    margin-bottom: 0;
  }
  .card-item span {
    font-weight: bold;
    display: inline-block;
    min-width: 80px;
  }
}
.content__pages-title2 {
  position: relative;
  max-width: 1200px;
  height: 800px;
  margin: 0 auto;
  margin-top: 20px;
  padding: 20px;
  overflow-y: auto;
  background-color: #fff;
}
.content__pages-title2 h1 {
  font-family: Fira Sans;
  font-size: clamp(1.875rem, 1.612rem + 1.4vw, 2.875rem);
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 15px;
}

.content__pages-title2::-webkit-scrollbar {
  width: 8px;
}

.content__pages-title2::-webkit-scrollbar-track {
  background: #fff; /* фон трека */
  border-radius: 4px;
}

.content__pages-title2::-webkit-scrollbar-thumb {
  background: #0b9650; /* цвет ползунка */
  border-radius: 4px;
}

.centered__boxx {
  max-width: 800px;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 550px) {
  .content__pages-title2 {
    position: relative;
    top: -100px;
  }
}
@media (max-width: 375px) {
  .content__pages-title2 {
    position: relative;
    top: -200px;
  }
  .centered__boxx {
    width: 100%;
  }
}
.faq {
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.faq h3 {
  color: rgb(28, 39, 82);
  font-size: clamp(1.563rem, 1.458rem + 0.56vw, 1.875rem);
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.36px;
  text-align: center;
  margin-bottom: 20px;
}

.faq__item {
  width: 100%;
  background-color: #006633;
  border-bottom: 2px solid #ddd;
}

.faq__question {
  width: 100%;
  padding: 15px 20px;
  background: none;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
  text-shadow: 1px 1px 1px black;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.faq__question:hover {
  transform: scale(0.95);
  transition: 0.15s all;
}

.faq__icon {
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-right: 10px;
  flex-shrink: 0;
}

.faq__question.active .faq__icon {
  transform: rotate(-135deg);
}

.faq__answer {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  font-size: 16px;
  line-height: 130%;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  padding: 0 20px;
  background-color: #fff;
}

.faq__answer.open {
  opacity: 1;
  padding: 10px 20px 20px;
  max-height: 500px; /* достаточно для содержимого */
}

.table-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

.responsive-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 16px;
}

.responsive-table thead {
  background-color: #f4f4f4;
  font-weight: bold;
}

.responsive-table th,
.responsive-table td {
  border: 1px solid #ccc;
  padding: 12px;
  text-align: center;
}

/* 📱 Мобильная адаптация */
@media (max-width: 767px) {
  .responsive-table,
  .responsive-table thead,
  .responsive-table tbody,
  .responsive-table th,
  .responsive-table td,
  .responsive-table tr {
    display: block;
  }
  .responsive-table thead {
    display: none;
  }
  .responsive-table tr {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    padding: 10px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  }
  .responsive-table td {
    display: flex;
    justify-content: space-between;
    padding: 8px 10px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }
  .responsive-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #333;
  }
  .responsive-table td:last-child {
    border-bottom: none;
  }
}/*# sourceMappingURL=style.css.map */