@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&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%;
  line-height: 1;
  -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;
}

/* ---------------- */
.margin-top {
  margin-top: 120px;
}
@media (max-width: 1070px) {
  .margin-top {
    margin-top: calc(60px + 60 * (100vw - 360px) / 710);
  }
}

@font-face {
  font-family: "Logbond";
  src: url("../fonts/Logbond.woff2") format("woff2"), url("../fonts/Logbond.woff2") format("woff");
}
.logo {
  font-family: Logbond;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
}
@media (max-width: 1070px) {
  .logo {
    font-size: calc(32px + 4 * (100vw - 360px) / 710);
  }
}

.H1 {
  font-family: Logbond;
  font-size: 96px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: #39631C;
}
@media (max-width: 1070px) {
  .H1 {
    font-size: calc(44px + 52 * (100vw - 360px) / 710);
  }
}
.H1 span {
  color: #DDDDDD;
}

.H2 {
  font-family: Logbond;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-transform: uppercase;
  color: #39631C;
}
@media (max-width: 1070px) {
  .H2 {
    font-size: calc(36px + 28 * (100vw - 360px) / 710);
  }
}
.H2 span {
  color: #DDDDDD;
}

.H3 {
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #39631C;
}
@media (max-width: 1070px) {
  .H3 {
    font-size: calc(17px + 7 * (100vw - 360px) / 710);
  }
}

.txt {
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  color: #39631C;
}
@media (max-width: 1070px) {
  .txt {
    font-size: calc(15px + 5 * (100vw - 360px) / 710);
  }
}
.txt a:hover {
  color: #99DB69;
}
.txt a:active {
  color: #39631C;
}

.header {
  margin-top: 20px;
}

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

.header__logo {
  transition: 0.3s;
  flex: 1 1 auto;
}
.header__logo img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1070px) {
  .header__logo img {
    width: calc(50px + 10 * (100vw - 360px) / 710);
  }
}
@media (max-width: 1070px) {
  .header__logo img {
    height: calc(50px + 10 * (100vw - 360px) / 710);
  }
}
@media (max-width: 479.98px) {
  .header__logo .mobile-hidden {
    display: none;
  }
}

.hero {
  margin-top: 50px;
  padding-bottom: 20px;
}

.hero__container h1 {
  margin-left: -6px;
}
@media (max-width: 1070px) {
  .hero__container h1 {
    margin-left: calc(-2px + -4 * (100vw - 360px) / 710);
  }
}

.hero__img {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.hero__img img {
  width: 100%;
  height: 360px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-top: 30px;
}
@media (max-width: 1070px) {
  .hero__img img {
    height: calc(200px + 160 * (100vw - 360px) / 710);
  }
}
@media (max-width: 1070px) {
  .hero__img img {
    margin-top: calc(20px + 10 * (100vw - 360px) / 710);
  }
}
.hero__img .btn {
  position: absolute;
  bottom: -60px;
  right: 100px;
}
@media (max-width: 1070px) {
  .hero__img .btn {
    bottom: calc(-20px + -40 * (100vw - 360px) / 710);
  }
}
@media (max-width: 1070px) {
  .hero__img .btn {
    right: calc(60px + 40 * (100vw - 767.98px) / 302.02);
  }
}
@media (max-width: 479.98px) {
  .hero__img {
    align-items: center;
  }
  .hero__img .btn {
    right: auto;
  }
}

.about-us__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1070px) {
  .about-us__container {
    gap: calc(20px + 60 * (100vw - 767.98px) / 302.02);
  }
}
@media (max-width: 767.98px) {
  .about-us__container {
    display: block;
  }
}

.about-us__txt {
  order: 1;
}
.about-us__txt p {
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .about-us__txt {
    order: 0;
  }
}

.about-us__img {
  order: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 400px;
  border-radius: 20px;
}
@media (max-width: 1070px) {
  .about-us__img {
    height: calc(200px + 200 * (100vw - 360px) / 710);
  }
}
@media (max-width: 767.98px) {
  .about-us__img {
    order: 1;
  }
}

@media (min-width: 767.98px) {
  .follow .H2 {
    font-size: 64px;
  }
}
@media (min-width: 767.98px) and (max-width: 1070px) {
  .follow .H2 {
    font-size: calc(20px + 44 * (100vw - 360px) / 710);
  }
}

.follow__container {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
}
@media (max-width: 1070px) {
  .follow__container {
    gap: calc(20px + 60 * (100vw - 767.98px) / 302.02);
  }
}
@media (max-width: 767.98px) {
  .follow__container {
    display: block;
  }
}

@media (max-width: 767.98px) {
  .follow__body {
    max-width: 70%;
  }
}
@media (max-width: 479.98px) {
  .follow__body {
    max-width: 100%;
  }
}

.follow__txt {
  margin-top: 20px;
  text-align: end;
}
.follow__txt p {
  width: 100%;
  text-align: start;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .follow__txt {
    text-align: start;
  }
  .follow__txt p {
    width: 100%;
    text-align: start;
    margin-bottom: 10px;
  }
}

.follow__img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 767.98px) {
  .follow__img {
    margin-top: 20px;
    max-width: 70%;
    margin-left: auto;
    /* Pushes the image to the right */
    margin-right: 0;
  }
}
@media (max-width: 479.98px) {
  .follow__img {
    max-width: 100%;
  }
}

.footer {
  padding-bottom: 60px;
}
@media (max-width: 1070px) {
  .footer {
    padding-bottom: calc(40px + 20 * (100vw - 360px) / 710);
  }
}

.footer__contacts {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.footer__contacts a {
  transition: 0.3s;
}
.footer__contacts a:hover {
  color: #99DB69;
}
.footer__contacts a:active {
  color: #39631C;
}
@media (max-width: 1070px) {
  .footer__contacts {
    margin-bottom: calc(10px + 10 * (100vw - 360px) / 710);
  }
}
@media (max-width: 479.98px) {
  .footer__contacts {
    display: block;
  }
}

.contact a {
  display: block;
  margin-bottom: 8px;
}

@media (max-width: 479.98px) {
  .footer__copyright span {
    display: block;
  }
}

.google-map {
  border-radius: 20px;
  width: 100%;
  height: 360px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (max-width: 1070px) {
  .google-map {
    height: calc(240px + 120 * (100vw - 360px) / 710);
  }
}
@media (max-width: 1070px) {
  .google-map {
    margin-bottom: calc(10px + 10 * (100vw - 360px) / 710);
  }
}

.gm-style-mtc,
.gm-svpc {
  display: none !important;
}

.container {
  max-width: 1070px;
  margin: 0px auto;
  padding: 0px 10px;
}

body {
  color: #FFFFFF;
}

.btn {
  display: inline-block;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  border-radius: 10px;
  padding: 10px 20px;
  color: #FFFFFF;
  background-color: #7BBD4B;
}
@media (max-width: 1070px) {
  .btn {
    font-size: calc(17px + 3 * (100vw - 360px) / 710);
  }
}
.btn:hover {
  background-color: #99DB69;
}
.btn:active {
  background-color: #5D9F2D;
}

.btn_big {
  border-radius: 20px;
  border: 10px solid #FFFFFF;
  border-width: 10px;
  padding: 20px 40px;
}
@media (max-width: 1070px) {
  .btn_big {
    border-radius: calc(14px + 6 * (100vw - 360px) / 710);
  }
}
@media (max-width: 1070px) {
  .btn_big {
    border-width: calc(6px + 4 * (100vw - 360px) / 710);
  }
}
@media (max-width: 767.98px) {
  .btn_big {
    padding: 10px 20px;
  }
}