* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
}

h1 {
  font-size: 1rem;
}

h2 {
  font-size: 1rem;
}

h3 {
  font-size: 1rem;
}

::-moz-selection {
  /* Code for Firefox */
  color: white;
  background: #A88E51;
}

::selection {
  color: white;
  background: #A88E51;
}

.text-regular {
  font-family: acumin-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
}

.text-bold {
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  font-style: normal;
}

.container {
  width: 95%;
  height: 100%;
  margin: auto;
}
@media only screen and (max-width: 768px) {
  .container {
    width: 89%;
  }
}

.header-top {
  height: 100vh;
  width: 100%;
  background: url(../images/header.jpg) fixed;
  background-size: cover;
  background-position: center 0;
}
@media only screen and (max-width: 1024px) {
  .header-top {
    background-attachment: initial;
  }
}
@media only screen and (max-width: 768px) {
  .header-top {
    background-position: 20% 0;
  }
}

.header-top__wrapper {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.39);
  position: relative;
  padding-top: 250px;
  padding-left: 40.3%;
  box-sizing: border-box;
}
@media only screen and (max-width: 1536px) {
  .header-top__wrapper {
    padding-top: 300px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-top__wrapper {
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
}

.header-top__wrapper__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.header-top__heading {
  max-width: 820px;
  width: 100%;
}
.header-top__heading .header-top__heading__subheading {
  font-size: 35px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1536px) {
  .header-top__heading .header-top__heading__subheading {
    font-size: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__heading .header-top__heading__subheading {
    font-size: 16px;
    text-align: center;
  }
}
.header-top__heading h1 {
  font-size: 74px;
  color: #FFFFFF;
}
@media only screen and (max-width: 1536px) {
  .header-top__heading h1 {
    font-size: 50px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__heading h1 {
    font-size: 25px;
    text-align: center;
  }
}
@media only screen and (max-width: 1536px) {
  .header-top__heading {
    max-width: 550px;
  }
}

.header-top__button {
  color: white;
  display: block;
  padding: 15px 40px;
  border: 2px solid white;
  text-decoration: none;
  margin-top: 20px;
  font-size: 22px;
  transition: 0.3s;
}
.header-top__button:hover {
  background: #A88E51;
  border-color: #A88E51;
}
@media only screen and (max-width: 1536px) {
  .header-top__button {
    font-size: 18px;
    padding: 12px 30px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__button {
    margin: auto;
    margin-top: 20px;
  }
}

.header-top__menu {
  position: absolute;
  top: 40px;
  left: 40px;
}
.header-top__menu nav {
  display: flex;
}
.header-top__menu nav a {
  color: white;
  text-decoration: none;
  font-size: 25px;
  transition: 0.3s;
}
.header-top__menu nav a:not(:first-child) {
  margin-left: 50px;
}
.header-top__menu nav a:hover {
  color: #A88E51;
}
@media only screen and (max-width: 1536px) {
  .header-top__menu nav a {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__menu nav a {
    font-size: 16px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__menu {
    top: 20px;
    left: 20px;
  }
}

.header-top__logo {
  position: absolute;
  top: 40px;
  right: 40px;
  color: white;
  font-size: 22px;
  transition: 0.3s;
  text-decoration: none;
}
.header-top__logo:hover {
  color: #A88E51;
}
@media only screen and (max-width: 1536px) {
  .header-top__logo {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__logo {
    display: none;
  }
}

.header-top__pucov-logo {
  position: absolute;
  bottom: 40px;
  left: 40px;
  text-decoration: none;
}
.header-top__pucov-logo svg {
  width: 115px;
  fill: white;
  transition: 0.3s;
}
.header-top__pucov-logo svg:hover {
  fill: #A88E51;
}
@media only screen and (max-width: 1536px) {
  .header-top__pucov-logo svg {
    width: 77px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__pucov-logo {
    bottom: 20px;
    left: 20px;
  }
}

.header-top__facebook {
  position: absolute;
  bottom: 40px;
  right: 40px;
  text-decoration: none;
}
.header-top__facebook svg {
  width: 35px;
  fill: white;
  transition: 0.3s;
}
.header-top__facebook svg:hover {
  fill: #A88E51;
}
@media only screen and (max-width: 1536px) {
  .header-top__facebook svg {
    width: 22px;
  }
}
@media only screen and (max-width: 576px) {
  .header-top__facebook {
    bottom: 20px;
    right: 20px;
  }
}

.subpage-heading-mouse {
  text-decoration: none;
}

.mouse {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mouse-icon {
  width: 20px;
  height: 38px;
  border: 2px solid #B8B3B0;
  border-radius: 15px;
  cursor: pointer;
  position: relative;
  text-align: center;
}

@-webkit-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}
@-moz-keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}
@keyframes wheel-up-down {
  0% {
    margin-top: 2px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    margin-top: 20px;
    opacity: 0;
  }
}
.mouse-wheel {
  height: 6px;
  margin: 2px auto 0;
  display: block;
  width: 3px;
  background-color: #A88E51;
  border-radius: 50%;
  -webkit-animation: 1.6s ease infinite wheel-up-down;
  -moz-animation: 1.6s ease infinite wheel-up-down;
  animation: 1.6s ease infinite wheel-up-down;
}

.header-top__scroll-down {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;
  width: 200px;
  transition: 0.3s;
}
.header-top__scroll-down:hover {
  opacity: 0.5;
}
@media only screen and (max-width: 1536px) {
  .header-top__scroll-down {
    bottom: 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .header-top__scroll-down {
    display: none;
  }
}

.mouse-text {
  color: white;
  font-size: 20px;
  margin-top: 15px;
}
@media only screen and (max-width: 1536px) {
  .mouse-text {
    font-size: 18px;
  }
}

.main-about {
  padding-top: 115px;
  padding-bottom: 115px;
  background: white;
  position: relative;
}
.main-about .container {
  display: flex;
  overflow-x: hidden;
}
@media only screen and (max-width: 1536px) {
  .main-about {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .main-about {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.main-about__content, .main-kontakt__content {
  max-width: 1100px;
  width: 100%;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1536px) {
  .main-about__content, .main-kontakt__content {
    max-width: 800px;
  }
}

.main-about__content__heading div {
  font-size: 20px;
  color: #A88E51;
  text-align: center;
}
@media only screen and (max-width: 1536px) {
  .main-about__content__heading div {
    font-size: 18px;
  }
}
@media only screen and (max-width: 576px) {
  .main-about__content__heading div {
    font-size: 13px;
  }
}
.main-about__content__heading h2 {
  margin-top: 5px;
  color: #091411;
  font-size: 40px;
  max-width: 450px;
  width: 100%;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 1536px) {
  .main-about__content__heading h2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .main-about__content__heading h2 {
    font-size: 22px;
  }
}

.main-about__content__text {
  margin-top: 45px;
  text-align: center;
  font-size: 22px;
  color: black;
}
@media only screen and (max-width: 1536px) {
  .main-about__content__text {
    font-size: 20px;
    margin-top: 35px;
  }
}
@media only screen and (max-width: 576px) {
  .main-about__content__text {
    font-size: 16px;
    margin-top: 20px;
  }
}

/*.main-about__tree {
	position: absolute;
	right: -100px;
	bottom: -150px;
	img {
		width: 980px;
	}
}*/
.main-features {
  width: 100%;
  background: url(../images/krib.jpg) fixed;
  background-size: cover;
  background-position: 50% center;
}
@media only screen and (max-width: 1024px) {
  .main-features {
    background-attachment: initial;
  }
}

.main-features-wrapper {
  width: 100%;
  height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  background: rgba(6, 40, 32, 0.45);
}
@media only screen and (max-width: 1536px) {
  .main-features-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 768px) {
  .main-features-wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media only screen and (max-width: 576px) {
  .main-features-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.main-feature {
  width: 190px;
  height: 190px;
  border-radius: 50%;
  border: 10px solid #A88E51;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 1536px) {
  .main-feature {
    width: 150px;
    height: 150px;
    border: 7px solid #A88E51;
  }
}
@media only screen and (max-width: 768px) {
  .main-feature:not(:first-child) {
    margin-top: 50px;
  }
}

.main-feature__text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.main-feature__text span {
  font-size: 15px;
  color: #A88E51;
  text-align: center;
}
.main-feature__text h3 {
  font-size: 25px;
  color: white;
  text-align: center;
}
@media only screen and (max-width: 1536px) {
  .main-feature__text h3 {
    font-size: 20px;
  }
}

.main-kontakt {
  background: url(../images/kontakt.jpg);
  background-size: cover;
}

.main-kontakt__wrapper {
  background: rgba(255, 255, 255, 0.85);
  width: 100%;
  height: 100%;
  padding-top: 115px;
}
.main-kontakt__wrapper .container {
  margin: auto;
}
@media only screen and (max-width: 1536px) {
  .main-kontakt__wrapper {
    padding-top: 80px;
  }
}
@media only screen and (max-width: 576px) {
  .main-kontakt__wrapper {
    padding-top: 50px;
  }
}

.main-kontakt__info {
  margin: auto;
  margin-top: 45px;
  max-width: 560px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 576px) {
  .main-kontakt__info {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.main-kontakt__info-col div {
  font-size: 15px;
  color: #A88E51;
}
.main-kontakt__info-col p {
  color: #091411;
  font-size: 22px;
}
@media only screen and (max-width: 1536px) {
  .main-kontakt__info-col p {
    font-size: 20px;
  }
}
@media only screen and (max-width: 576px) {
  .main-kontakt__info-col {
    text-align: center;
  }
  .main-kontakt__info-col:not(:first-child) {
    margin-top: 20px;
  }
}

.main-kontakt-map {
  margin-top: 115px;
  width: 100%;
  height: 370px;
}
@media only screen and (max-width: 1536px) {
  .main-kontakt-map {
    margin-top: 80px;
    height: 330px;
  }
}
@media only screen and (max-width: 576px) {
  .main-kontakt-map {
    margin-top: 50px;
    height: 240px;
  }
}
.main-kontakt-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

footer {
  width: 100%;
  height: 105px;
  background: #062820;
}
footer .container {
  margin: auto;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 576px) {
  footer {
    height: 80px;
  }
}

.footer-copyright {
  font-size: 15px;
  color: white;
}
@media only screen and (max-width: 576px) {
  .footer-copyright {
    font-size: 12px;
  }
}

.footer-pucov {
  text-decoration: none;
}
.footer-pucov svg {
  width: 70px;
  fill: #BCBEC0;
  transition: 0.3s;
}
.footer-pucov svg:hover {
  fill: white;
}
@media only screen and (max-width: 576px) {
  .footer-pucov svg {
    width: 50px;
    position: relative;
    top: 5px;
  }
}

/*# sourceMappingURL=styles.css.map */
