/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

body {
  font-family: 'Roboto Slab';
  background-color: #FFFFFF;
  overflow-x: hidden;
  width: 100%;
  max-width: 100%;
}

.container {
  max-width: 1120px;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

html {
  scroll-behavior: smooth;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 20;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff73;
  z-index: 4;
}

.header-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 80px;
  padding: 0px 16px;
}

.header-logo {
  max-width: 48px;
  height: 48px;
}

.header-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 4;
}

.header-list li {
  list-style: none;
  margin-left: 40px;
}

.header-link {
  color: #21231D;
  font-size: 14px;
  text-decoration: none;
  font-weight: 400;
  line-height: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.header-link:hover {
  color: #47AB6F;
}

.header-burger {
  display: none;
}

.header-logo {
  z-index: 5;
}

@media (max-width: 768px) {
  body.lock {
    overflow: hidden;
  }
  .header-wrap {
    min-height: 80px;
  }
  .header-menu {
    position: fixed;
    top: -120%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #f1f1f1;
    z-index: 3;
    padding: 100px 0 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .header-list {
    display: block;
  }
  .header-list li {
    margin: 0;
    margin-bottom: 50px;
  }
  .header-burger {
    display: block;
    position: relative;
    width: 30px;
    height: 20px;
    z-index: 5;
  }
  .header-burger::before, .header-burger::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    content: '';
    background-color: #21231D;
    position: absolute;
    width: 100%;
    height: 2px;
  }
  .header-burger::before {
    top: 0;
  }
  .header-burger::after {
    bottom: 0;
  }
  .header-burger span {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: absolute;
    background-color: #21231D;
    left: 0;
    width: 100%;
    height: 2px;
    top: 9px;
  }
}

.header-burger.active::before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

.header-burger.active::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 9px;
}

.header-burger.active span {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.header-menu.active {
  top: 0;
}

.main {
  /*&-elipse
        background-clip: content-box
        position: absolute
        top: -120px
        left: 170px
        z-index: -1 */
}

.main-wrap {
  position: relative;
  padding: 100px 16px;
  padding-bottom: 100px;
}

.main-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  right: 50%;
  bottom: 50%;
  z-index: -1;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background: rgba(244, 207, 149, 0.95);
  -webkit-filter: blur(80px);
          filter: blur(80px);
}

.main-title {
  font-family: 'Playfair Display';
  font-weight: 700;
  font-size: 97px;
  line-height: 119px;
  color: #21231D;
}

@media (max-width: 768px) {
  .main-title {
    text-align: center;
    font-size: 70px;
    line-height: 90px;
  }
}

@media (max-width: 425px) {
  .main-wrap {
    padding-top: 120px;
    padding-bottom: 70px;
  }
  .main-wrap::before {
    display: none;
  }
  .main-title {
    font-size: 50px;
    line-height: 65px;
  }
}

hr {
  border: none;
  background-color: #21231D;
  color: #21231D;
  height: 1px;
}

.number-wrap {
  padding: 20px 16px;
}

.number-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.number-subtitle {
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
}

@media (max-width: 768px) {
  .number-subtitle {
    font-size: 18px;
    line-height: 24px;
  }
}

@media (max-width: 425px) {
  .number-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .number-subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 16px 0;
  }
}

.about-wrap {
  padding: 150px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.about-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 60%;
  left: 30%;
  right: 30%;
  bottom: 30%;
  z-index: -1;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background: rgba(71, 169, 110, 0.95);
  -webkit-filter: blur(90px);
          filter: blur(90px);
}

.about-frame {
  width: 530px;
  height: 485px;
  border: 1px solid #21231D;
  border-radius: 95px;
  padding: 32px;
}

.about-overlay {
  background: #538E55;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 73px;
}

.about-img {
  border-radius: 73px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.about-title {
  width: 400px;
  font-weight: 400;
  font-size: 22px;
  color: #21231D;
}

@media (max-width: 1024px) {
  .about-frame {
    width: 380px;
    height: 335px;
    margin-right: 32px;
  }
}

@media (max-width: 768px) {
  .about-wrap {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about-title {
    text-align: center;
    margin-top: 45px;
  }
}

@media (max-width: 425px) {
  .about-wrap::before {
    display: none;
  }
  .about-frame {
    width: 250px;
  }
  .about-title {
    width: 250px;
  }
}

.team-wrap {
  padding: 150px 16px;
  padding-top: 10px;
  position: relative;
}

.team-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 60%;
  left: 80%;
  right: 80%;
  bottom: 60%;
  z-index: -1;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background: rgba(244, 207, 149, 0.95);
  -webkit-filter: blur(80px);
          filter: blur(80px);
}

.team-title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 97px;
  text-align: center;
  color: #21231D;
}

.team-frame {
  margin-top: 40px;
  width: 100%;
  height: 340px;
  border: 1px solid #21231D;
  border-radius: 95px;
  padding: 32px;
}

.team-overlay {
  background: #F4D097;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 73px;
}

.team-img {
  border-radius: 73px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-line-pack: center;
      align-content: center;
  align-content: center;
}

.team-subtitle {
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  color: #21231D;
  margin-top: 50px;
  width: 355px;
}

@media (max-width: 1024px) {
  .team-frame {
    width: 90%;
  }
}

@media (max-width: 768px) {
  .team-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .team-title {
    font-size: 50px;
  }
  .team-frame {
    width: 380px;
    height: 335px;
  }
  .team-items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 425px) {
  .team-wrap::before {
    display: none;
  }
  .team-frame {
    width: 250px;
  }
  .team-subtitle {
    width: 250px;
  }
}

.contact-wrap {
  padding: 150px 16px;
  padding-top: 10px;
  position: relative;
}

.contact-wrap::before {
  content: "";
  position: absolute;
  display: block;
  top: 60%;
  left: 30%;
  right: 30%;
  bottom: 30%;
  z-index: -1;
  border-radius: 100%;
  width: 200px;
  height: 200px;
  background: rgba(71, 169, 110, 0.95);
  -webkit-filter: blur(120px);
          filter: blur(120px);
}

.contact-title {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 700;
  font-size: 97px;
  text-align: center;
  color: #21231D;
  margin-bottom: 50px;
}

.contact-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-frame {
  width: 530px;
  height: 485px;
  border: 1px solid #21231D;
  border-radius: 95px;
  padding: 32px;
}

.contact-overlay {
  background: #538E55;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 73px;
}

.contact-map {
  border-radius: 73px;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}

.contact-subtitle {
  margin-bottom: 24px;
  width: 450px;
  font-weight: 400;
  font-size: 22px;
  color: #21231D;
}

@media (max-width: 1024px) {
  .contact-frame {
    width: 380px;
    height: 335px;
    margin-right: 32px;
  }
}

@media (max-width: 768px) {
  .contact-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .contact-title {
    font-size: 50px;
  }
  .contact-frame {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 380px;
    height: 335px;
    margin-bottom: 40px;
  }
  .contact-items {
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 425px) {
  .contact-wrap::before {
    display: none;
  }
  .contact-frame {
    width: 250px;
  }
  .contact-subtitle {
    width: 250px;
  }
}

.footer {
  background: #21231D;
}

.footer-wrap {
  padding: 50px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
}

.footer-link {
  color: #ffffff;
  text-decoration: none;
  padding: 0 24px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.footer-link:hover {
  color: #47AB6F;
}

.footer-img {
  margin-top: 32px;
  max-width: 200px;
}

.footer-subtitle {
  color: #ffffff73;
}

@media (max-width: 768px) {
  .footer-list {
    display: block;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .footer-link {
    display: block;
    margin-bottom: 24px;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */