@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Manrope:wght@300;400;500;600;700&display=swap");
.wrapper {
  max-width: 1540px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  position: relative;
  background: #F6F6F6;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  height: 100vh;
  box-sizing: border-box;
}

section {
  padding: 0 30px;
}
@media (max-width: 1010px) {
  section {
    padding: 0 20px;
  }
}

/*main {
	padding-top: 94px;
	@media (max-width: 1020px) {
		padding-top: 62px;
	}
}*/
.breadcrumbs {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 90px;
}
.breadcrumbs .wrapper {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.breadcrumbs .wrapper .link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 8px;
  margin-bottom: 10px;
}
.breadcrumbs .wrapper .link span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  display: block;
  margin-right: 8px;
  color: #A6A6A6;
}
.breadcrumbs .wrapper .link img {
  display: block;
  width: 16px;
  height: 16px;
}
.breadcrumbs .wrapper .active {
  margin-right: 0;
  cursor: initial;
}
.breadcrumbs .wrapper .active span {
  margin-right: 0;
  color: #262626;
}
.breadcrumbs .wrapper .active img {
  display: none;
}
@media (max-width: 1155px) {
  .breadcrumbs {
    margin-bottom: 85px;
  }
}
@media (max-width: 1030px) {
  .breadcrumbs {
    margin-bottom: 60px;
  }
}
@media (max-width: 830px) {
  .breadcrumbs {
    margin-bottom: 45px;
  }
}

.standard {
  margin-bottom: 60px;
}
.standard .wrapper {
  padding-left: 50px;
  padding-right: 50px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.standard .wrapper p {
  margin: 0 0 15px;
  padding: 0;
  color: #414042;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
.standard .wrapper a {
  text-decoration: none;
  color: #414042;
}
.standard .wrapper .standard_title {
  max-width: 380px;
  width: fit-content;
  width: -moz-fit-content;
  color: #231F20;
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 70px;
  text-transform: uppercase;
  margin-right: 15px;
}
.standard .wrapper .standard_content {
  max-width: 775px;
  width: 100%;
}
.standard .wrapper .standard_content p {
  margin: 0 0 15px;
  padding: 0;
  color: #414042;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
.standard .wrapper .standard_content ul {
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  color: #414042;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
.standard .wrapper .standard_content ul li {
  color: #414042;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
.standard .wrapper .standard_content p:first-child {
  margin-bottom: 40px;
}
.standard .wrapper .standard_content p:last-child {
  margin-bottom: 0;
}
.standard .wrapper .standard_par {
  max-width: 815px;
  width: 100%;
  box-sizing: border-box;
  padding-left: 38px;
  border-left: 1px solid #186049;
}
.standard .wrapper .standard_par p {
  margin: 0 0 30px;
  padding: 0;
  color: #414042;
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 34px;
}
.standard .wrapper .standard_par .standard_link {
  text-decoration: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: #186049;
  border-radius: 4px;
  max-width: 170px;
  width: 100%;
  height: 40px;
  padding: 11px 22px;
  cursor: pointer;
  box-sizing: border-box;
  max-width: 395px;
  height: 64px;
  border-radius: 8px;
}
.standard .wrapper .standard_par .standard_link span {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.3px;
  color: #ffffff;
}
.standard .wrapper .standard_par .standard_link span {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: block;
  margin-right: 7px;
}
.standard .wrapper .standard_par .standard_link svg {
  display: block;
  width: 30px;
  height: 30px;
}
@media (max-width: 1155px) {
  .standard .wrapper {
    padding: 0;
  }
}
@media (max-width: 1030px) {
  .standard .wrapper {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .standard .wrapper .standard_title {
    max-width: 1030px;
    margin-right: 0;
    margin-bottom: 25px;
  }
  .standard .wrapper .standard_content {
    max-width: 1030px;
  }
  .standard .wrapper .standard_par {
    padding-top: 15px;
    position: relative;
    max-width: 1030px;
    padding-left: 0;
    border-left: none;
    border-top: none;
  }
  .standard .wrapper .standard_par:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 220px;
    height: 1px;
    background: #006247;
  }
}
@media (max-width: 830px) {
  .standard .wrapper .standard_title {
    font-size: 40px;
    line-height: 55px;
    margin-bottom: 25px;
  }
  .standard .wrapper .standard_content p {
    font-size: 18px;
    line-height: 30px;
  }
  .standard .wrapper .standard_content ul {
    font-size: 18px;
    line-height: 30px;
  }
  .standard .wrapper .standard_content ul li {
    font-size: 18px;
    line-height: 30px;
  }
  .standard .wrapper .standard_par p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media (max-width: 550px) {
  .standard .wrapper .standard_title {
    font-size: 26px;
    line-height: 30px;
  }
  .standard .wrapper .standard_content p {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .standard .wrapper .standard_content ul {
    font-size: 14px;
    margin: 0 0 10px;
  }
  .standard .wrapper .standard_content ul li {
    font-size: 14px;
  }
  .standard .wrapper .standard_content p:first-child {
    margin-bottom: 10px;
  }
  .standard .wrapper .standard_content p:last-child {
    margin-bottom: 0;
  }
  .standard .wrapper .standard_par p {
    font-size: 14px;
  }
  .standard .wrapper .standard_par .standard_link {
    max-width: 320px;
  }
  .standard .wrapper .standard_par .standard_link span {
    font-size: 14px;
  }
}
@media (max-width: 1030px) {
  .standard {
    margin-bottom: 50px;
  }
}
@media (max-width: 830px) {
  .standard {
    margin-bottom: 45px;
  }
}

.galleries {
  margin-bottom: 90px;
}
.galleries .wrapper {
  max-width: 1200px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.galleries .wrapper .gallery {
  max-width: 590px;
  width: 49%;
}
.galleries .wrapper .gallery a {
  border-radius: 8px;
  display: block;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  box-sizing: border-box;
}
.galleries .wrapper .gallery a span {
  color: #FFF;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.galleries .wrapper .gallery .first {
  max-width: 590px;
  width: 100%;
  height: 438px;
  margin-bottom: 20px;
}
.galleries .wrapper .gallery .bottom {
  max-width: 590px;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.galleries .wrapper .gallery .bottom .half {
  display: block;
  max-width: 285px;
  width: 49%;
  height: 400px;
  text-decoration: none;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px;
  box-sizing: border-box;
}
.galleries .wrapper .gallery .bottom .half span {
  color: #FFF;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.galleries .wrapper .gallery .second {
  max-width: 590px;
  width: 100%;
  height: 488px;
  margin-bottom: 17px;
}
.galleries .wrapper .gallery .last {
  max-width: 590px;
  width: 100%;
  height: 353px;
}
@media (max-width: 1000px) {
  .galleries .wrapper .gallery a {
    padding: 23px;
  }
  .galleries .wrapper .gallery a span {
    font-size: 22px;
  }
  .galleries .wrapper .gallery .first {
    height: 300px;
    margin-bottom: 10px;
  }
  .galleries .wrapper .gallery .bottom .half {
    padding: 23px;
    height: 260px;
  }
  .galleries .wrapper .gallery .bottom .half span {
    font-size: 22px;
  }
  .galleries .wrapper .gallery .second {
    height: 340px;
    margin-bottom: 10px;
  }
  .galleries .wrapper .gallery .last {
    height: 220px;
  }
}
@media (max-width: 550px) {
  .galleries .wrapper .gallery a {
    padding: 14px;
  }
  .galleries .wrapper .gallery a span {
    font-size: 14px;
  }
  .galleries .wrapper .gallery .first {
    height: 135px;
    margin-bottom: 10px;
  }
  .galleries .wrapper .gallery .bottom .half {
    padding: 8px;
    height: 125px;
  }
  .galleries .wrapper .gallery .bottom .half span {
    font-size: 14px;
  }
  .galleries .wrapper .gallery .second {
    height: 150px;
    margin-bottom: 10px;
  }
  .galleries .wrapper .gallery .last {
    height: 110px;
  }
}
@media (max-width: 1155px) {
  .galleries {
    margin-bottom: 85px;
  }
}
@media (max-width: 1030px) {
  .galleries {
    margin-bottom: 60px;
  }
}
@media (max-width: 830px) {
  .galleries {
    margin-bottom: 45px;
  }
}

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