.d-flex {
  display: flex;
  align-items: center;
}
html {
  scroll-behavior: smooth;
}


.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 15px;
}
.burger-menu {
  display: none;
}
.logo-header {
  max-width: 152px;
}

.site__header__row-start {
  margin-right: 25px;
}

.navigation-list {
  gap: 45px;
}

.navigation__list-link {
  position: relative;
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
  text-transform: uppercase;
}

.navigation__list-link::before {
  content: "";
  width: 1px;
  height: 44px;
  position: absolute;
  right: -27px;
  top: 50%;
  transform: translateY(-50%);
  background: #7EA239;
}

.navigation-list li:last-child .navigation__list-link::before {
  display: none;
}

.site__header__row-middle {
  margin-right: 35px;
}

.site__header__row__end-link {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.site__header__row__end-link a {
  gap: 6px;
  color: #000;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
}

.site__header__row-end {
  gap: 35px;
}

.btn-green {
  border-radius: 50px;
  background: #267756;
  color: #FFF;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-family: var(--greyCF);
  border: 1px solid transparent;
  min-width: 400px;
  justify-content: center;
  padding: 11px;
}

.site__header__row__end-btn .btn-green {
  font-size: 12px;
  padding: 5px 6px;
  min-width: 215px;
  font-weight: 400;
}

.site__header__row__end-link a img {
  max-width: 16px;
}

.site__header-row {
  justify-content: space-between;
}

.btn-green:hover {
  color: #267756;
  background: transparent;
  border-color: #267756;
}

.navigation__list-link:hover {
  color: #267756;
}

.site__header__row__end-link a:hover {
  color: #267756;
}

.hero-banner {
  padding: 140px 0 70px;
  position: relative;
}

.hero__banner__row-end {
  position: absolute;
  margin-left: 610px;
  max-width: 630px;
  top: 35px;
}

.all-title h1,
.all-title h2 {
  color: #267756;
  font-family: var(--erm);
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  display: flex;
  flex-direction: column;
}

.all-title h1 span,
.all-title h2 span {
  color: #7EA239;
}

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

.all-title p {
  color: #403E3B;
  font-family: var(--greyCF);
  font-size: 28px;
  font-weight: 700;
  line-height: 26px;
  max-width: 630px;
}

.hero__banner__row__start-about {
  margin-top: 85px;
}

.hero__banner__row__start__about-info {
  gap: 15px;
  margin-top: 20px;
}

.hero__banner__row__start__about__info-img {
  max-width: 40px;
}

.hero__banner__row__start__about__info-txt p {
  color: #403E3B;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.hero__banner__row__start__about__info-txt {
  max-width: 200px;
}

.sp-main {
  background: #588C3E;
  position: relative;
  z-index: 1;
  padding: 16px 0;
}

.sp__main__row-title h2 {
  color: #FFF;
  font-family: var(--erm);
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
}

.sp__main__row-title {
  max-width: 330px;
}

.sp__main-row {
  justify-content: space-between;
}

.sp__main__row-list {
  gap: 36px;
  max-width: 690px;
  align-items: initial;
}

.sp__main__row__list__box-img {
  max-width: 46px;
  height: 75px;
}

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

.sp__main__row__list__box-title h6 {
  color: #FFF;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
  text-transform: uppercase;
}

.sp__main__row__list-box:nth-child(3) .sp__main__row__list__box-img,
.sp__main__row__list-box:nth-child(4) .sp__main__row__list__box-img {
  max-width: 65px;
}

.product__main-title {
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.product-main {
  padding: 50px 0 40px;
  position: relative;
  overflow: hidden;
}

.all-title h2 {
  margin-bottom: 10px;
}

.product__main__row__start-list {
  flex-wrap: wrap;
  align-items: initial;
  gap: 40px 0px;
  max-width: 715px;
}

.product__main__row__start__list-box {
  width: calc(100% / 3);
  display: flex;
  flex-direction: column;
}

.product__main__row__start__list__box-img {
  margin-bottom: 5px;
  justify-content: center;
}

.product__main__row__start__list__box-txt h4 {
  color: #267756;
  font-size: 28px;
  font-weight: 900;
  line-height: 26px;
  margin-bottom: 5px;
}

.product__main__row__start__list__box-txt h5 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  max-width: 225px;
  margin: 0 auto;
}

.product__main__row__start__list__box-txt span {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  line-height: 26px;
  margin: 8px 0;
  display: block;
}

.product__main__row__start__list__box-txt p {
  color: #000;
  font-size: 15px;
  font-weight: 500;
  line-height: 17px;
  max-width: 185px;
  margin: 0 auto 0;
}

.product__main__row__start__list__box-txt {
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product__main-row {
  align-items: flex-end;
  margin-top: 25px;
  position: relative;
}

.product__main__row-end {
  position: absolute;
  bottom: -40px;
  right: 0;
}

.product__main__row__start__list-box:nth-child(3) .product__main__row__start__list__box-txt h4 {
  font-size: 25px;
}

.product__main__row__start__list-box:nth-child(4) .product__main__row__start__list__box-txt p,
.product__main__row__start__list-box:nth-child(5) .product__main__row__start__list__box-txt p {
  margin-top: 15px;
}

.faverable__condit-row {
  gap: 50px;
  align-items: initial;
}

.faverable__condit__row-end {
  display: flex;
  width: calc(100% - 570px);
  background: url(../img/conditions-bg.png)no-repeat;
  background-color: #588C3E;
  border-radius: 0 0 0 212px;
  padding: 40px 95px;
  background-size: 85%;
  background-position: center;
  height: 400px;
  position: relative;
  justify-content: space-between;
}

.faverable__condit__row__end-column {
  flex-direction: column;
  align-items: flex-start;
  max-width: 230px;
  gap: 30px;
  width: 50%;
}

.faverable__condit__row-start {
  padding-top: 50px;
  max-width: 520px;
}

.faverable__condit__row__end-column h4 {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  margin-bottom: 20px;
  max-width: 200px;
}

.favorable-condit {
  position: relative;
  overflow: hidden;
}

.faverable__condit__row-end::before {
 /* content: "";
  width: 500%;
  height: 100%;
  position: absolute;
  top: 0;
  right: -500%;
  background: #588C3E;*/
}

.faverable__condit__row__end__column-box {
  gap: 7px;
}

.faverable__condit__row__end__column__box-txt p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.faverable__condit__row__end__column__box-txt h6 {
  color: #FFF;
  font-size: 15px;
  font-weight: 700;
  line-height: 18px;
}

.faverable__condit__row__end__column__box-img {
  max-width: 60px;
}

.faverable__condit__row__end__column__box-txt {
  max-width: calc(100% - 20px);
}

.faverable__condit__row__end-column:last-child {
  max-width: 210px;
}

.faverable__condit-about p {
  color: #403E3B;
  font-size: 25px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0.75px;
}

.faverable__condit-about p span {
  color: #588C3E;
}

.faverable__condit-about {
  margin-top: 65px;
}

.best-quality {
  margin-top: 32px;
  position: relative;
}

.best__quality__row-start {
  padding: 80px 0 60px;
}

.best__quality__row-start .all-title p {
  color: #403E3B;
  font-size: 25px;
  line-height: 31px;
  text-transform: uppercase;
  max-width: 800px;
}

.best__quality__row__start-partners {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.best__quality__row__start__partners-box h6 {
  color: #403E3B;
  font-size: 19px;
  font-weight: 800;
  line-height: 31px;
  text-transform: uppercase;
  margin-bottom: 5px;
}

.best__quality__row__start__partners__box-img {
  max-width: 480px;
}

.best__quality-row {
  position: relative;
}

.best__quality__row-end {
  position: absolute;
  right: 0;
  bottom: 0;
}

footer {
  background: #588C3E;
  padding: 40px 0 60px;
}

.footer-title {
  justify-content: space-between;
}

.logo-footer {
  max-width: 160px;
}

.footer-navigation {
  display: flex;
  align-items: center;
  gap: 50px;
}

.footer-navigation a {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
}

.footer-navigation a:hover {
  color: #000;
}

footer .btn-green:hover {
  background: #000;
  color: #fff;
}

.footer-links {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.footer__links-row {
  justify-content: space-between;
}

.footer__links__row-start p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}

.footer__links__row-start {
  max-width: 250px;
}

.footer__links__row-middle a {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-transform: uppercase;
}

.footer__links__row-middle {
  display: flex;
  align-items: center;
  gap: 50px;
}

.footer__links__row-end {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.footer__links__row-middle a:hover {
  color: #000;
}

.footer__links__row-end a {
  color: #FFF;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.footer__links__row-end a img {
  max-width: 19px;
}

.footer__links__row-end a:hover {
  color: #000;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  box-shadow: 0 0 15px 1px #00000040;
}

main {
  padding-top: 80px;
}

.fancybox__container {
  z-index: 9999;
}


.form-modal {
  border-radius: 50px;
  background: #588C3E;
  padding: 55px 65px 120px 100px;
}

.form__modal-row {
  align-items: initial;
}

.form__modal__row__start-title {
  margin: 20px 0 35px;
  max-width: 750px;
}

.form__modal__row__start-title h3 {
  color: #FFF;
  font-family: var(--erm);
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 19px;
}

.form__modal__row__start-title p {
  color: #FFF;
  font-size: 35px;
  font-weight: 700;
  line-height: 37px;
  text-transform: uppercase;
}

.form-label {
  width: calc(50% - 4px);
}

.form__modal__row__start-form form {
  display: flex;
  flex-wrap: wrap;
  max-width: 800px;
  gap: 8px;
}

.form-label input {
  border-radius: 56px;
  background: #FFF;
  height: 46px;
  text-align: center;
  width: 100%;
  border: 1px solid transparent;
  color: #000;
  font-family: var(--greyCF);
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.form-label .btn-green {
  width: 100%;
  min-width: inherit;
  height: 44px;
}

.form-checked {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 45px;
}

.form-checked p {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0.4px;
}

.form-checked p a {
  color: #fff;
  text-decoration: underline;
}

.check-box {
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  justify-content: center;
  cursor: pointer;
}

.check-box span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #588c3e;
  transition: .2s all ease;
  opacity: 0;
}

.form-checked input:checked+.check-box span {
  opacity: 1;
}

.form-checked input {
  display: none;
}

.form-checked.last-child {
  margin: 0;
}

.fancybox__content>.f-button.is-close-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  border: 2px solid #fff;
  opacity: 1;
  border-radius: 50%;
  top: 70px;
  right: 70px;
}

.form-label .btn-green:hover {
  background: #fff;
}
.wpcf7-not-valid-tip {
  display: none;
}
.wpcf7-not-valid{
  border: 1px solid red !important;
  background: rgb(255 197 197) !important;
}
.wpcf7-response-output{
  display: none;
}
.sent .wpcf7-response-output {
    color: #155724 !important;
    background-color: #d4edda !important;
    border-color: #c3e6cb !important;
    position: relative;
    padding: .75rem 1.25rem !important;
    margin-bottom: 1rem !important;
    border: 1px solid transparent !important;
    border-radius: .25rem !important;
    display: block !important; 
}
.content--page p {
    color: #403E3B;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 15px;
}
.content--page h2 {
    color: #403E3B;
    font-size: 26px;
    font-weight: 400;
    line-height: 24px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.content--title h1 {
    color: #403E3B;
    font-size: 42px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 35px;
}