/*============= ALIGNES ===============*/
.alignwide {
  width: 100%;
}

.alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 1920px;
}

@media only screen and (min-width: 1920px) {
  .alignfull {
    width: 1920px !important;
    margin-left: -375px !important;
    margin-right: -375px !important;
  }
}
/* =========== BASE CONFIG =========== */
input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

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

* {
  margin: 0;
  padding: 0;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  box-sizing: inherit;
  color: #434343;
}

body {
  max-width: 1920px;
  overflow-x: hidden;
  margin: 0 auto;
  -webkit-box-shadow: 0 0 20px 5px #f3f3f3;
  box-shadow: 0 0 20px 5px #f3f3f3;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background-color: #fafafa;
}

main {
  flex-grow: 1;
}
#footer form .policy {
	margin-top: 10px
}
#footer form .grampus__policy  {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
	text-align: center;
	font-size: 16px;
}

a {
  font-size: 16px;
  line-height: 135%;
  text-decoration: none;
  transition: all 0.3s ease-in;
}
a:hover {
  color: #888888;
}

ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  line-height: 120%;
  color: #434343;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 34px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

.block-text ul {
  padding-left: 0px;
  margin-bottom: 20px;
  color: inherit;
}
.block-text ul li {
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  padding: 0px;
  margin-right: 0px;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
  line-height: 135%;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}
.block-text ul li::before {
  content: "";
  background-color: #6fb539;
  border: 2px solid white;
  box-shadow: 0px 0px 0px 2px #6fb539;
  width: 8px;
  min-width: 8px;
  height: 8px;
  margin-right: 10px;
  margin-top: 6px;
  margin-left: 2px;
}
.block-text ol {
  margin-bottom: 20px;
  padding-left: 15px;
  counter-reset: my-awesome-counter;
  padding-left: 0px;
}
.block-text ol li {
  counter-increment: my-awesome-counter;
  background: transparent;
  box-shadow: none;
  height: auto;
  width: 100%;
  list-style: none;
  margin-bottom: 10px;
  display: flex;
}
.block-text ol li::before {
  content: counter(my-awesome-counter);
  background: #434343;
  width: 30px;
  min-width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 143%;
  color: white;
  text-align: center;
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -4px;
}

strong {
  font-weight: 600;
}

img {
  max-width: 100%;
  height: auto;
}

p {
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
  color: inherit;
  margin-bottom: 15px;
}

h2.block-title {
  margin: 0;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 40px;
  line-height: 117%;
  color: #434343;
}

.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

button {
  border: none;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  outline: none;
}

.btn {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-height: 62px;
  display: inline-flex;
  align-items: center;
  padding: 10px 35px;
  background-color: #6fb539;
  border: 1px solid #6fb539;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 135%;
  color: white;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
.btn svg {
  margin-right: 5px;
}
.btn:hover {
  background-color: #5b942f;
  border-color: #5b942f;
  color: white;
}

.swiper-slide {
  box-sizing: border-box;
}

.indent {
  padding: 80px 0;
}

.arrow {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background-color: #6fb539;
  outline: none;
  transition: all 0.3s ease-in;
}
.arrow::before, .arrow::after {
  display: none;
}
.arrow:hover {
  background-color: #5b942f;
}

/*============ HEADER =================*/
body.overflow-hidden {
  overflow: hidden;
}

.header {
  display: flex;
  flex-direction: column;
}
.header__top {
  padding: 10px 0;
  background-color: white;
}
.header__top .container {
  display: flex;
  align-items: center;
}
.header__top-wrap {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.header__top .phone {
  display: flex;
  align-items: center;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
}
.header__top .phone__icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.header__top .phone__icon svg, .header__top .phone__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header__top .phone:hover {
  color: #5b942f;
}
.header__top .btn {
  margin-left: 30px;
}
.header .logo {
  margin-right: 10px;
  max-width: 45px;
  font-weight: 500;
  font-size: 20px;
  line-height: 115%;
}
.header .logo svg {
  width: 200px;
}
.header .logo:hover {
  color: #5b942f;
}
.header__menu {
  background-color: #434343;
}
.header .nav-menu-element a {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: white;
}
.header .nav-menu-element a:hover {
  color: #5b942f;
}
.header .menu {
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.header .menu .nav-menu-element a {
  display: block;
  padding: 10px 15px;
}

.header h1 {
  font-size: 15px;
}

.header__top .email {
  display: flex;
  align-items: center;
  margin-right: 20px;
   
}

.header .icon {
  height: 24px !important;
}

.header__top .email a {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 135%;
  margin-left: 10px;
}

.header__top .soc {
  display: flex;
  gap: 10px;
  margin-left: 20px;
}

/*================ MOBILE MNU =============*/
.header .burger.open_menu {
  display: none;
  flex-direction: column;
  background-color: transparent;
  height: 40px;
  width: 40px;
  margin-left: 15px;
  justify-content: space-evenly;
  align-items: center;
  border-radius: 2px;
  flex-shrink: 0;
}
.header .burger.open_menu span {
  background-color: #434343;
  width: 30px;
  height: 4px;
  transition: all 0.3s ease-in;
}
.header .burger.open_menu.clicked {
  background-color: #6fb539;
}
.header .burger.open_menu.clicked span {
  background-color: white;
}
.header #mobile-mnu {
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 320px;
  background: #434343;
  box-shadow: 20px 0px 20px 2px rgba(0, 0, 0, 0.16);
  padding: 30px;
  padding-top: 50px;
  transition: all 0.3s ease-in;
  transform: translateX(-350px);
  z-index: 9999;
}
.header #mobile-mnu #close-mnu {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  display: block;
}
.header #mobile-mnu #close-mnu svg {
  width: 24px;
  height: 24px;
}
.header #mobile-mnu .logo {
  margin-right: 0;
  margin-bottom: 30px;
  color: white;
}
.header #mobile-mnu .logo__text {
  margin-left: 10px;
}
.header #mobile-mnu .menu-mobile {
  margin-top: 5px;
  margin-bottom: 20px;
}
.header #mobile-mnu .menu-mobile .nav-menu-element a {
  display: block;
  padding: 5px 0;
}
.header #mobile-mnu .phone,
.header #mobile-mnu .email {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 135%;
  color: white;
  align-self: flex-start;
}
.header #mobile-mnu .phone__icon,
.header #mobile-mnu .email__icon {
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.header #mobile-mnu .phone__icon svg, .header #mobile-mnu .phone__icon img,
.header #mobile-mnu .email__icon svg,
.header #mobile-mnu .email__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.header #mobile-mnu .phone:hover,
.header #mobile-mnu .email:hover {
  color: #5b942f;
}
.header #mobile-mnu .soc {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.header #mobile-mnu .btn-mobile {
  display: none;
}
.header #mobile-mnu .btn-mobile svg {
  margin-right: 10px;
}
.header #mobile-mnu.opened {
  transform: translateX(0);
}

/*============ HEADER MEDIA =================*/
@media (max-width: 870px) {
  .header .menu {
    display: none;
  }
  .header .burger.open_menu {
    display: flex;
  }
  .header__top .email {
    display: none;
  }
}
@media (max-width: 800px) {
  .header__top .phone {
    font-size: 16px;
  }
  .header .header__top .btn svg {
    display: none;
  }
}
@media (max-width: 670px) {
  .header .header__top .btn {
    display: none;
  }
  .header #mobile-mnu .btn-mobile {
    display: inline-flex;
    align-self: flex-start;
  }
}
@media (max-width: 470px) {
  .header #mobile-mnu .phone {
    display: flex;
  }
  .header__top .soc {
    display: none;
  }
}

/*============ 404 =========*/
#primary.error-page {
  min-height: calc(100vh - 87px);
}

.error-page {
  position: relative;
  min-height: 820px;
  display: flex;
  align-items: center;
}
.error-page::after {
  pointer-events: none;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.8) 22.63%, rgba(0, 0, 0, 0.6) 40.42%, rgba(0, 0, 0, 0.5) 55.5%, rgba(0, 0, 0, 0.4) 67.86%, rgba(0, 0, 0, 0.3) 80.52%);
}
.error-page .image-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.error-page .content {
  position: relative;
  z-index: 1;
  max-width: 500px;
  padding-top: 20px;
  padding-bottom: 80px;
}
.error-page .content__title {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-style: normal;
  font-weight: 600;
  font-size: 64px;
  line-height: 110%;
  color: white;
}
.error-page .content__desc {
  margin-top: 20px;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: white;
  opacity: 0.7;
}
.error-page .content__btn {
  min-width: 200px;
  margin-top: 60px;
  justify-content: center;
}

@media (max-width: 1200px) {
  .error-page {
    min-height: 100vh;
  }
  .error-page .content {
    max-width: 570px;
  }
  .error-page .content__title {
    font-size: 44px;
  }
  .error-page .content__btn {
    margin-top: 30px;
  }
}
@media (max-width: 600px) {
  .error-page .content__title {
    font-size: 34px;
  }
}
@media (max-width: 450px) {
  .error-page .item__title {
    font-size: 30px;
  }
}

/*============ FOOTER ===============*/
#footer {
  background-color: #434343;
}
#footer .grampus {
  padding-top: 30px;
  padding-bottom: 30px;
}
#footer .grampus__wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
#footer 
#footer .grampus__policy {
  font-family: "Manrope", sans-serif;
  cursor: pointer;
  border: none;
  padding: 0;
  background: transparent;
  margin: 0;
  color: #6C6C6C;
  font-weight: 400;
  font-size: 18px;
  line-height: 135%;
  transition: opacity 0.3s ease-in;
}
#footer .grampus__policy:hover {
  opacity: 1;
  color: #5b942f;
}
#footer .grampus__link {
  display: flex;
  align-items: flex-end;
  margin: 0;
  color: #6C6C6C;
  font-family: "Manrope", sans-serif;
}
#footer .grampus__link span {
  font-family: "Raleway", sans-serif;
  font-weight: 900;
  font-size: 22px;
  line-height: 118%;
  text-align: center;
  letter-spacing: 0.02em;
  color: #6C6C6C;
  transition: color 0.3s ease-in;
  display: inline-block;
  margin-left: 10px;
}
#footer .grampus__link:hover {
  color: #5b942f;
  opacity: 1;
}
#footer .grampus__link:hover span {
  color: #5b942f;
}
#footer .grampus .policy {
  display: inline-block;
  margin: 0;
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 15px;
  color: #797a84;
}

@media (max-width: 590px) {
  #footer .grampus__policy {
    margin-bottom: 5px;
  }
  #footer .grampus__wrap {
    flex-direction: column;
    align-items: center;
  }
  #footer .grampus .policy {
    text-align: center;
  }
}

/* ============== MODAL ============= */
.wpcf7 .wpcf7-response-output,
.wpcf7 .wpcf7-not-valid-tip {
  display: none;
}
.wpcf7 .ajax-loader {
  display: none;
}
.wpcf7 .wpcf7-spinner {
  display: none;
}

#footer .theme-modal {
  padding: 44px 30px 30px;
  background-color: white;
  height: auto;
  width: 370px;
  overflow-y: auto;
  max-height: 90vh;
  max-width: 90vw;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0);
  pointer-events: none;
  transition: transform 0.3s ease-in;
  z-index: 9999;
}
#footer .theme-modal.modal-open {
  pointer-events: all;
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}
#footer .theme-modal .close-modal {
  position: absolute;
  right: 16px;
  top: 22px;
  cursor: pointer;
  font-weight: 400;
  font-size: 50px;
  line-height: 0;
  color: #434343;
  transition: color 0.3s ease-in;
}
#footer .theme-modal .close-modal:hover {
  color: #5b942f;
}
#footer .theme-modal .title {
  margin: 0;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
}
#footer .theme-modal .desc {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
}
#footer #modal-success {
  text-align: center;
  width: 100%;
  max-width: 630px;
}
#footer #modal-privacy {
  width: 100%;
  max-width: 1170px;
  overflow-y: auto;
}
#footer #modal-privacy .title {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 32px;
  line-height: 118%;
}
#footer #modal-privacy p {
  line-height: 135%;
  color: #6C6C6C;
}
#footer .wpcf7 {
  margin-top: auto;
  margin-top: 20px;
}
#footer .wpcf7-form {
  display: flex;
  flex-direction: column;
}
#footer .wpcf7-form.invalid .wpcf7-not-valid {
  border-color: #f70a0e !important;
}
#footer .wpcf7-form.invalid .wpcf7-not-valid::placeholder {
  color: #f70a0e !important;
}
#footer .wpcf7-form label {
  color: #6C6C6C;
}
#footer .wpcf7-form .wpcf7-form-control {
  width: 100%;
}
#footer .wpcf7-form .wpcf7-form-control.wpcf7-textarea, #footer .wpcf7-form .wpcf7-form-control.wpcf7-text {
  min-height: 62px;
  resize: none;
  background: #F6F6F6;
  border: 2px solid #E2E3E3;
  outline-color: #6fb539;
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  padding: 14px 20px;
}
#footer .wpcf7-form .wpcf7-form-control.wpcf7-textarea::placeholder, #footer .wpcf7-form .wpcf7-form-control.wpcf7-text::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 135%;
  color: #6C6C6C;
}
#footer .wpcf7-form .wpcf7-form-control.wpcf7-textarea:focus::placeholder, #footer .wpcf7-form .wpcf7-form-control.wpcf7-text:focus::placeholder {
  color: #6fb539;
}
#footer .wpcf7-form .wpcf7-form-control.wpcf7-textarea {
  max-height: 150px;
  display: block;
}
#footer .wpcf7-form .wpcf7-form-control.wpcf7-submit {
  cursor: pointer;
  padding: 10px 35px;
  border: none;
  width: 100%;
  height: 100%;
  background-color: transparent;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #FFFFFF;
  appearance: none;
  -webkit-appearance: none;
}
#footer .wpcf7-form .btn {
  flex-shrink: 0;
  padding: 0;
  margin-top: 20px;
}

@media (max-width: 880px) {
  #footer .wpcf7-form .wpcf7-form-control.wpcf7-textarea, #footer .wpcf7-form .wpcf7-form-control.wpcf7-text {
    min-height: 45px;
    padding: 10px 20px;
  }
}
@media (max-width: 460px) {
  #footer .wpcf7-form .btn {
    margin-top: 15px;
  }
  #footer #modal-privacy .title {
    margin-bottom: 20px;
    font-weight: 600;
    font-size: 24px;
    line-height: 118%;
  }
}
@media (max-width: 370px) {
  #footer .theme-modal {
    padding: 20px;
    padding-top: 40px;
  }
  #footer .theme-modal .title {
    font-size: 18px;
  }
  #footer .theme-modal .desc {
    font-size: 14px;
  }
}

/* ============= MEDIA QUERIES =========== */
@media (max-width: 1025px) {
  h1.page-title,
  h2.block-title {
    font-size: 34px;
  }
}
@media (max-width: 880px) {
  .btn {
    min-height: 45px;
    padding: 10px 20px;
  }
}
@media (max-width: 769px) {
  .indent {
    padding: 60px 0;
  }
  h1.page-title,
  h2.block-title {
    font-size: 36px;
  }
}
@media (max-width: 498px) {
  h1.page-title,
  h2.block-title {
    font-size: 30px;
  }
}/*# sourceMappingURL=main.css.map */