@charset "UTF-8";
@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular.eot");
  src: local("☺"), url("../fonts/Raleway-Regular.woff") format("woff"), url("../fonts/Raleway-Regular.ttf") format("truetype"), url("../fonts/Raleway-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Medium.eot");
  src: local("☺"), url("../fonts/Raleway-Medium.woff") format("woff"), url("fonts/Raleway-Medium.ttf") format("truetype"), url("../fonts/Raleway-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Bold.eot");
  src: local("☺"), url("../fonts/Raleway-Bold.woff") format("woff"), url("../fonts/Raleway-Bold.ttf") format("truetype"), url("../fonts/Raleway-Bold.svg") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Raleway';
  src: url("../fonts/Raleway-Regular-Italic.eot");
  src: local("☺"), url("../fonts/Raleway-Regular-Italic.woff") format("woff"), url("../fonts/Raleway-Regular-Italic.ttf") format("truetype"), url("../fonts/Raleway-Regular-Italic.svg") format("svg");
  font-weight: 400;
  font-style: italic;
}

.main {
  height: 100vh;
  position: relative;
  display: flex;
}

.main::before {
  content: '';
  background: #fff;
  width: 95vh;
  height: 150px;
  position: absolute;
  top: 0;
  right: 0;
}

.main__wrapper {
  height: 100%;
  position: relative;
}

.main__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin-top: 40px;
}

.main__bottom {
  position: absolute;
  bottom: 50px;
}

.main__arrow {
  width: 66px;
  margin: 0 auto;
}

.main__info {
  display: flex;
  flex-direction: column;
  position: relative;
}

.main__btns-almanac {
  border: 1px solid #1b1b1b;
  border-radius: 30px;
  font-weight: 500;
  padding: 10px 20px;
}

.main__btns-involed {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  margin-left: 15px;
}

.main__media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -2;
}

.main__top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.main__video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main__logo {
  display: flex;
  align-items: center;
  z-index: 10;
}

.main__logoName {
  margin-left: 30px;
  color: #fff;
}

.main__list {
  display: flex;
}

.main__list-btn {
  font-size: 16px;
  color: #1b1b1b;
  transition: all .3s ease;
}

.main__list-btn:hover {
  color: #bc2222;
}

.main__list-btn--active {
  color: #bc2222;
  position: relative;
}

.main__list-btn--active::after {
  content: '';
  position: absolute;
  top: 44px;
  left: 0;
  background-color: #bc2222;
  z-index: 5;
  width: 100%;
  height: 3px;
}

.main__list li:not(.no-gap) {
  margin-right: 40px;
}

.main__lng-btn {
  font-size: 16px;
  color: #ccc;
}

.main__lng-btn:nth-child(1) {
  position: relative;
  margin-right: 10px;
}

.main__lng-btn:nth-child(1)::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 20px;
  background: #ccc;
  right: -8px;
}

.main__lng-btn--active {
  color: #bc2222;
  font-weight: 500;
}

.main__title {
  text-align: center;
  margin-bottom: 40px;
}

.main__title h1 {
  color: #fff;
}

.main__burger {
  display: none;
  width: 30px;
  height: 30px;
  position: relative;
  z-index: 10;
  transition: all .3s ease;
}

.main__burger::before, .main__burger::after {
  content: '';
  position: absolute;
  top: 30px;
  right: 0;
  transition: all .3s ease;
  width: 40px;
  height: 2px;
  background: #fff;
}

.main__burger::before {
  top: 0;
}

.main__burger::after {
  bottom: 0;
}

.main__burger-stick {
  position: absolute;
  width: 20px;
  height: 2px;
  right: 0;
  top: 15px;
  background: #fff;
}

.main__owners {
  background: url(../img/owners__bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main__contact {
  background: url(../img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main__involved {
  background: url(../img/involved-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main__almanac {
  background: url(../img/almanac-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 0;
}

.main__pp {
  background: url(../img/pp-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.main__about {
  background: url(../img/about_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.future {
  padding: 60px 0;
  position: relative;
}

.future__link {
  position: absolute;
  right: 0;
}

.future__link-btn {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
}

.future__separator {
  margin: 15px 0;
  position: relative;
}

.future__description {
  width: 850px;
  text-align: left;
  margin-top: 60px;
}

.future__img {
  margin-top: 40px;
}

.future__img img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.future__title-second {
  margin-top: 60px;
}

.future__projects-row {
  display: flex;
  align-items: flex-end;
}

.future__projects-row:nth-child(1) {
  margin-top: 60px;
}

.future__projects-row_second {
  align-items: flex-start;
}

.future__projects-item {
  position: relative;
  margin-top: 20px;
}

.future__projects-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #D2D7B6;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0;
  transition: all .3s ease;
}

.future__projects-item:hover::before {
  opacity: 1;
}

.future__projects-item:hover .future__projects-itemBtn {
  opacity: 1;
  bottom: 50px;
}

.future__projects-itemBtn {
  color: #fff;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all .4s ease;
  opacity: 0;
}

.future__projects-item img {
  max-width: 100%;
  position: relative;
  transition: all .2s ease;
}

.future__projects-item--sobieszyn {
  margin-right: 20px;
}

.future__projects-item--dukla {
  margin-right: 20px;
  margin-left: 20px;
}

.future__projects-item h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  z-index: 5;
}

.cards {
  background-image: url(../img/cards-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 1000px;
  position: relative;
}

.cards__item {
  position: absolute;
  width: 900px;
  padding: 60px 70px 60px 70px;
  text-align: center;
  z-index: 10;
}

.cards__item-logo {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
}

.cards__item-statics {
  text-align: left;
  font-weight: 700;
  font-size: 28px;
}

.cards__item-row {
  display: flex;
  justify-content: space-between;
}

.cards__item-point {
  width: 200px;
}

.cards__item-text {
  font-size: 18px;
}

.cards__item-title {
  font-size: 64px;
}

.cards__item-green {
  background: #D2D7B6;
  left: 10%;
  top: 7%;
}

.cards__item-green .cards__item-point {
  width: 325px;
}

.cards__item-black {
  background: #1b1b1b;
  right: 10%;
  bottom: 7%;
}

.cards__item-black p {
  color: #fff;
}

.cards__item-black h2 {
  color: #fff;
}

.cards__item-black .cards__item-row {
  margin-top: 30px;
}

.half {
  display: flex;
  height: 800px;
  position: relative;
}

.half__content {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.half__content * {
  margin-bottom: 100px;
}

.half__item {
  flex: 0 1 50%;
  position: relative;
}

.half__item-left, .half__item-right {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.half__item-left {
  background-image: url(../img/support_bg.jpg);
}

.half__item-right {
  background-image: url(../img/find-bg.jpg);
}

.half__item-right .half__title, .half__item-right .half__desc {
  color: #fff;
}

.half__title {
  font-size: 36px;
  font-weight: 500;
}

.half__title br {
  margin-bottom: 0;
}

.half__desc {
  font-size: 18px;
}

.half__button {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  padding: 20px 40px;
}

.youtube {
  padding-top: 120px;
}

.youtube__content {
  position: relative;
}

.youtube__content:hover .youtube__icon {
  filter: grayscale(0);
}

.youtube__btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.youtube__img {
  max-width: 100%;
}

.youtube__icon {
  filter: grayscale(100%);
  transition: all .5s ease;
}

.donate {
  margin: 90px 0;
  padding: 90px 0;
  background: url(../img/donate-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.donate__footer {
  margin: 0;
  padding-bottom: 150px;
}

.donate__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.donate__text {
  width: 680px;
}

.donate__text h2 {
  color: #fff;
}

.donate__text-desc {
  margin-top: 20px;
  color: #fff;
}

.donate__btn a {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  text-align: center;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 19px;
  display: block;
}

.donate.black {
  background: none;
  padding: 0;
}

.donate.black .donate__text h2, .donate.black .donate__text p {
  color: #000;
}

.footer {
  position: relative;
}

.footer__logo {
  position: absolute;
  top: -100px;
  left: 0;
  background: #1b1b1b;
  padding: 20px 10%;
}

.footer__content {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}

.footer__left {
  display: flex;
  flex-direction: column;
  max-width: 550px;
  width: 100%;
}

.footer__left-p {
  color: #fff;
  margin-top: 15px;
}

.footer__left-adres {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer__left-logo {
  width: 420px;
  margin-bottom: 40px;
}

.footer__left-copyright {
  margin-top: 20px;
  color: #fff;
  font-size: 15px;
}

.footer .footer__links-social {
  display: flex;
  margin-bottom: 20px;
}

.footer .footer__links-social a {
  margin-left: 20px;
}

.footer .footer__links-social a img {
  width: 45px;
  height: 45px;
}

.footer__btn {
  color: #fff;
  display: block;
  text-align: right;
  font-size: 15px;
  margin-top: 10px;
}

.projects__bottom {
  height: 210px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 30%;
}

.projects__bottom-subtitle {
  color: #fff;
  font-size: 24px;
  font-style: italic;
}

.projects__link {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
}

.projects__link a {
  color: #fff;
}

.projects__link-active {
  text-decoration: underline;
}

.projects__link a {
  text-transform: uppercase;
  margin: 10px 0 0 40px;
}

.main__projects {
  background: url(../img/projects-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.atention {
  background: #fff;
  padding: 30px 40px;
  position: absolute;
  z-index: 1;
  bottom: -120px;
  right: 0;
  width: 700px;
}

.atention__text {
  padding-bottom: 30px;
  width: 500px;
  position: relative;
}

.atention__text-bold {
  font-weight: 700;
}

.atention__text p {
  margin-top: 10px;
}

.atention__text::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #bc2222;
  bottom: 0;
}

.atention__btn a {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  margin-left: 40px;
}

.experience {
  padding: 180px 0 90px 0;
}

.experience__items {
  display: flex;
  justify-content: space-between;
}

.experience__items-text {
  flex: 0 1 30%;
}

.experience__items-text p {
  margin: 10px 0;
}

.experience__items-add {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.experience__items-add::after {
  content: '';
  position: absolute;
  width: 100px;
  height: 3px;
  background: #bc2222;
  bottom: 0px;
  left: 0;
}

.experience__items-title {
  font-weight: 700;
}

.experience__items-row {
  display: flex;
  justify-content: space-between;
}

.experience__title {
  position: relative;
  text-align: center;
  margin-bottom: 60px;
}

.experience__title::after {
  content: '';
  position: absolute;
  width: 150px;
  height: 3px;
  background: #fff;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -30px;
}

.involvment {
  background: url(../img/involvement-bgggg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}

.involvment__title {
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}

.involvment__item {
  width: 320px;
}

.involvment__item hr {
  margin: 30px 0;
  width: 20%;
  background: #fff;
}

.involvment__item-title {
  color: #fff;
  font-family: 'Castoro', serif;
  font-size: 36px;
}

.involvment__item-desc {
  color: #fff;
}

.involvment__items-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0;
}

.membership {
  background: #292929;
  padding: 80px 0;
  margin: 60px 0;
}

.membership__content {
  position: relative;
}

.membership__title {
  color: #fff;
  text-align: center;
}

.membership__text {
  margin-top: 30px;
  font-size: 21px;
  line-height: 35px;
  color: #fff;
}

.membership__btn {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  padding: 20px 50px;
  position: absolute;
  right: 0;
  bottom: -100px;
}

.history {
  position: relative;
  margin: 90px 0;
  padding: 90px 0;
}

.history__content {
  padding: 0 40px;
}

.history__separator {
  width: 100px;
  background: #bc2222;
  margin: 20px 0;
  height: 3px;
}

.history__info {
  margin-top: 90px;
  margin-bottom: 60px;
}

.history__info-desc {
  margin: 20px 0;
  width: 700px;
  font-weight: 500;
}

.history__btn {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  padding: 15px 40px;
}

.history__points {
  display: flex;
  justify-content: space-between;
  margin: 60px 0;
  flex-wrap: wrap;
}

.history__item {
  width: 250px;
}

.history__title {
  text-align: center;
}

.history__title-top {
  font-size: 28px;
  font-weight: 700;
  margin: 60px 0;
}

.history-bg {
  width: 95vw;
  height: 100%;
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
}

.lectures {
  position: relative;
}

.lectures-bg {
  width: 95vw;
  position: absolute;
  right: 0;
  z-index: -1;
  height: 100%;
}

.lectures__content {
  padding: 180px 100px;
}

.lectures__title {
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 60px;
}

.lectures__points {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}

.lectures__item {
  width: 25%;
}

.lectures__item-text {
  color: #fff;
}

.lectures__btn {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  padding: 15px 40px;
}

.pl {
  margin: 90px 0;
}

.pl__btn {
  font-size: 21px;
  display: block;
  text-transform: uppercase;
  margin-top: 15px;
  transition: all .2s ease;
}

.pl__btn:hover {
  color: #a1a77c;
  font-weight: 500;
}

.pl__btn-active {
  color: #a1a77c;
  font-weight: 500;
}

.types__wrapper a {
  color: #1b1b1b;
  display: block;
  margin-top: 15px;
  font-weight: 500;
  font-size: 21px;
  text-transform: uppercase;
}

.info {
  margin: 120px 0px 90px 0;
}

.info .title__big {
  text-align: center;
  color: #1b1b1b;
}

.info__description {
  font-family: 'Baskerville', serif;
  text-align: center;
  padding-top: 50px;
}

.appearance {
  width: 100%;
  height: 100%;
  position: relative;
}

.appearance::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #fff;
  width: 1180px;
  height: 100px;
}

.appearance img {
  width: 100%;
  max-width: 100%;
}

.motive {
  margin-top: -100px;
  margin-bottom: 120px;
  position: relative;
}

.motive__text {
  padding: 30px;
}

.motive__text p:nth-child(2) {
  margin-top: 100px;
}

.sd__videos-row {
  display: flex;
  justify-content: space-around;
  margin: 20px;
}

.dukla {
  margin-top: -50px;
}

.dukla img {
  max-width: 100%;
  width: 100%;
}

.dukla__desc {
  margin-top: 90px;
}

.dukla__desc p {
  margin-top: 30px;
  text-align: center;
}

.herb {
  background: #f4f4f4;
  padding: 120px 0;
}

.herb__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.herb__text {
  width: 60%;
}

.herb__text p {
  margin-top: 30px;
}

.ownerCard {
  margin-top: 90px;
  margin-bottom: 150px;
}

.ownerCard__content {
  display: flex;
  justify-content: space-between;
}

.ownerCard__item:nth-child(1) {
  margin-right: 20px;
}

.ownerCard__item p {
  margin-top: 20px;
  font-size: 21px;
}

.mission {
  padding-top: 120px;
}

.mission__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mission__photo {
  margin-right: 50px;
}

.mission__photo img {
  max-width: 450px;
}

.mission hr {
  margin: 30px 0;
}

.mission__logo {
  display: block;
  margin-left: auto;
  margin-top: 60px;
}

.foundation {
  background: #D2D7B6;
  padding: 120px 0;
  margin: 90px 0;
}

.foundation__text {
  text-align: center;
  font-size: 21px;
  font-weight: 500;
}

.foundation__text p {
  margin-top: 20px;
}

.foundation__text-bold {
  font-weight: 700;
}

.value__img {
  max-width: 100%;
  width: 100%;
  margin-top: 60px;
}

.value__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.value__point {
  width: 280px;
}

.value__point-title {
  font-family: 'Castoro', serif;
  font-size: 28px;
  margin: 40px 0 15px 0;
}

.team {
  margin: 90px 0;
}

.team__separator {
  width: 100%;
  background: #bc2222;
}

.team__title h2 {
  text-align: center;
}

.team__row {
  display: flex;
  justify-content: space-between;
}

.team__person {
  width: 320px;
  margin-top: 60px;
}

.team__person * {
  margin-top: 10px;
}

.team__person-text {
  text-align: center;
}

.team__person-text .moreText.hide {
  display: none;
}

.team__person-text .moreText.show {
  display: block;
}

.team__person-img img {
  border-radius: 50%;
  margin: 0 auto;
  display: block;
}

.team__person-name p {
  font-family: "Baskerville", serif;
  font-size: 24px;
  text-align: center;
}

.team__person-position {
  text-align: center;
  font-weight: 500;
}

.team__person-show {
  text-align: center;
}

.team__person-btn {
  text-align: center;
  width: 100%;
  display: inline-block;
  color: #D2D7B6;
  border: none;
  background: none;
  cursor: pointer;
  position: relative;
  z-index: 1;
  transition: all .3s ease;
}

.partners {
  padding: 90px 0;
  text-align: center;
}

.partners__title {
  position: relative;
  padding-bottom: 30px;
}

.partners__title::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0px;
  background: #bc2222;
  width: 124px;
  height: 3px;
}

.partners__logo {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
}

.preserving {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding: 90px 0;
  position: relative;
}

.preserving hr {
  margin: 50px 0;
}

.preserving p:nth-child(2) {
  margin-top: 20px;
}

.preserving__content {
  width: 70%;
}

.preserving__img {
  position: absolute;
  bottom: -200px;
  right: 0;
}

.feedback__content {
  padding: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.feedback form input, .feedback form textarea {
  font-size: 14px;
  width: 70%;
  margin-top: 30px;
  padding: 15px 0 15px 20px;
  border: 1px solid #1b1b1b;
}

.feedback form input[type=submit], .feedback form textarea[type=submit] {
  width: 250px;
  cursor: pointer;
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  color: #fff;
  letter-spacing: .1em;
  padding: 15px 0;
}

.feedback__title {
  font-family: 'Baskerville', serif;
  font-size: 24px;
}

.feedback__wa {
  margin-top: 15px;
  display: block;
  width: 250px;
  padding: 10px 0;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  background: #1b1b1b;
}

.feedback__info-text {
  margin-top: 20px;
  font-size: 16px;
}

.feedback__info hr {
  margin: 20px 0 50px 0;
}

.feedback__info-adres {
  font-weight: 500;
}

.feedback__info-adres--bold {
  font-weight: 700;
}

.feedback__info-contact {
  margin-top: 20px;
}

.feedback__info-contact a {
  display: block;
  color: #1b1b1b;
  margin-top: 5px;
}

.feedback__info-social {
  margin-top: 50px;
}

.feedback__info-social a {
  margin-right: 10px;
}

.feedback__info-social a img {
  width: 40px;
}

.map {
  margin-top: 90px;
  background-image: url(../img/contact-map.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 400px;
  width: 100%;
}

.map__link {
  display: block;
  width: 100%;
  height: 100%;
}

.belive {
  background: #1b1b1b;
  padding: 60px 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -100px;
}

.belive p {
  color: #fff;
  font-size: 21px;
}

.join {
  padding-top: 150px;
  text-align: center;
}

.join__desc {
  display: block;
  width: 80%;
  margin: 0 auto;
  margin-top: 20px;
}

.protect {
  position: relative;
}

.protect__wrapper {
  position: absolute;
  top: 0;
  width: 100%;
}

.protect__logo {
  background: #292929;
  width: 30%;
  position: absolute;
  padding: 60px 0;
}

.protect__logo-img {
  width: 120px;
  margin-left: 40%;
}

.protect__text {
  width: 70%;
  padding: 60px;
  margin-left: auto;
  background: #292929;
}

.protect__text span {
  color: #fff;
}

.protect__text p {
  width: 700px;
  color: #fff;
}

.protect__text p:nth-child(2) {
  margin-top: 15px;
}

.protect__bg {
  max-width: 100%;
  margin-top: 180px;
}

.cs {
  padding: 60px 0;
}

.cs h2, .cs p {
  text-align: center;
}

.cp {
  padding: 60px 0;
}

.cp__text {
  text-align: center;
}

.cp__text p {
  margin-top: 20px;
}

.cp .future__separator {
  margin-bottom: 70px;
}

.members {
  padding: 90px 0;
  background: #D2D7B6;
}

.members__items {
  display: flex;
  justify-content: space-between;
}

.members__column:not(.members__column-clear) {
  border-right: 1px solid #000;
}

.members__column {
  width: 320px;
  padding-right: 50px;
}

.members__column-title {
  margin-bottom: 10px;
}

.cs {
  background: #292929;
}

.cs h2, .cs p {
  color: #fff;
}

.cs p {
  margin-top: 15px;
}

.cs .main__arrow {
  margin-top: 30px;
}

.intro {
  padding: 90px 0;
}

.intro__title {
  text-align: center;
  margin-bottom: 40px;
}

.intro__text p {
  margin-top: 20px;
}

.residences {
  margin: 90px 0;
}

.residences h2 {
  text-align: center;
  text-transform: uppercase;
}

.residences p {
  margin-top: 20px;
}

.estates {
  padding-bottom: 90px;
  background-image: url(../img/estates-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-size: contain;
}

.estates__text p {
  margin: 20px 0;
}

.estates__text-title {
  font-weight: 700;
}

.estates__text-bottom {
  text-align: center;
  margin-bottom: 60px;
}

.estates__map {
  margin-bottom: 60px;
}

.exhibition {
  padding: 60px 0;
  margin: 60px 0;
  background: #D2D7B6;
}

.exhibition__link {
  position: relative;
}

.exhibition__link-btn {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  background: #1b1b1b;
  z-index: 10;
  position: absolute;
  right: 0;
}

.exhibition__desc {
  margin-top: 60px;
}

.map__title {
  font-weight: 500;
}

.map p {
  text-align: center;
  margin-top: 20px;
}

.additional {
  margin: 90px 0;
}

.additional__title {
  text-transform: uppercase;
  text-align: center;
}

.additional__desc {
  margin-top: 20px;
}

.sl {
  margin: 90px 0;
}

.sl__title {
  text-align: center;
  text-transform: uppercase;
}

.pp__bottom {
  position: absolute;
  width: 100%;
  bottom: 30%;
}

.pp__bottom-sub {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
}

.pp__bottom-title {
  text-align: center;
  color: #fff;
}

.pp__bottom-desc {
  text-align: center;
  color: #fff;
}

.pp__bottom hr {
  background: #fff;
}

.data {
  margin: 60px 0;
}

.data p {
  margin-top: 20px;
}

.data ul li {
  margin-left: 30px;
}

.ptz {
  margin: 100px 0;
  padding: 100px 0;
  z-index: 100;
  position: relative;
}

.ptz__content {
  position: absolute;
  background: #D2D7B6;
  padding: 50px;
  width: 53%;
  z-index: 100;
  right: 0;
  top: -50px;
}

.ptz__desc {
  width: 600px;
  margin-top: 60px;
}

.ptz__link {
  position: relative;
}

.ptz__link-btn {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #1b1b1b;
  z-index: 10;
  position: absolute;
  right: 0;
}

.benefits {
  background: #D2D7B6;
}

.benefits__content {
  display: none;
}

.benefits__content.invShow {
  display: block;
}

.benefits__wrapper {
  width: 769px;
  margin: 0 auto;
  text-align: center;
}

.benefits__section:nth-child(1) {
  padding-top: 50px;
}

.benefits__section:nth-last-child(1) {
  padding-bottom: 50px;
}

.benefits__section p {
  margin-top: 20px;
}

.benefits__arrow {
  background: #1b1b1b;
  padding: 20px 0;
}

.benefits__arrow-btn {
  width: 66px;
  margin: 0 auto;
  display: block;
  cursor: pointer;
}

*, body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.3em;
  color: #1b1b1b;
}

body {
  background-image: url(../img/main__bg-decor.svg);
  background-size: contain;
  background-position: center;
}

body.clear {
  background-image: none;
}

body.lock {
  overflow: hidden;
}

.container {
  width: 1180px;
  margin: 0 auto;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1, h2, h3 {
  font-family: 'Castoro', serif;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 100px;
}

h2 {
  font-size: 48px;
}

h3 {
  font-size: 28px;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: #000;
}

span.sen-bold {
  font-weight: 700;
  font-size: 17px;
}

.red-separator {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 10px;
  right: 1px;
  z-index: -1;
  border-radius: 10px;
  background: #bc2222;
}

.black-separator {
  position: absolute;
  width: 100%;
  height: 3px;
  top: 20px;
  right: 1px;
  border-radius: 10px;
  background: #1b1b1b;
}

hr {
  border: none;
  background: #1b1b1b;
  height: 2px;
  margin: 50px 0;
}

.title__big {
  font-size: 150px;
  letter-spacing: 1px;
  color: #fff;
}

.swiper {
  width: 100%;
  height: auto;
}

.swiper img {
  max-width: 100%;
  width: 95%;
}

.card {
  box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
  padding: 60px;
  margin: 90px 0 90px 10%;
}

.card__title {
  font-size: 36px;
  font-family: 'Baskerville', serif;
}

.card__price {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.card__price-btn {
  padding: 10px 30px;
  border-radius: 30px;
  border: none;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background: #bc2222;
  padding: 15px 70px;
}

.card__price-value {
  margin-left: 30px;
  border: 1px solid #1b1b1b;
  padding: 10px 40px;
  border-radius: 200px;
}

.card__desc {
  font-weight: 500;
}

.card__nhp {
  margin-top: 20px;
  font-size: 16px;
}

.greenBg {
  background: #D2D7B6;
}

.max-img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  z-index: 1;
}

::-webkit-input-placeholder {
  color: #A4A4A4;
  font-size: 14px;
}

::-moz-placeholder {
  color: #A4A4A4;
  font-size: 14px;
}

/* Firefox 19+ */
:-moz-placeholder {
  color: #A4A4A4;
  font-size: 14px;
}

/* Firefox 18- */
:-ms-input-placeholder {
  color: #A4A4A4;
  font-size: 14px;
}

footer {
  padding: 40px 0;
  background: #1b1b1b;
}

.footer-margin {
  margin-top: 130px;
}

@media screen and (max-width: 1180px) {
  .container {
    width: 960px;
  }
  .main::before {
    width: 600px;
  }
  .donate__text {
    width: 550px;
  }
  .future__title h2 {
    font-family: 'Playfair Display', serif;
  }
  .future__description {
    width: 100%;
  }
  .youtube iframe {
    height: 400px;
  }
  .preserving__img {
    display: none;
  }
  .preserving__content {
    width: 100%;
  }
  .ownerCard__content {
    flex-direction: column;
  }
  .ownerCard__item img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .ownerCard__item:nth-child(2) {
    margin-top: 40px;
  }
  .future__projects-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .history-bg {
    height: 100%;
    width: 100%;
  }
  .lectures__content {
    padding: 100px 0;
  }
  .lectures-bg {
    height: 100%;
    width: 100%;
  }
  .protect__logo {
    display: none;
  }
  .protect__text {
    width: 100%;
  }
  .protect__text p {
    width: 100%;
    margin: 0 auto;
  }
  .ptz {
    margin: 0;
    padding: 30px 0;
  }
  .ptz__content {
    position: relative;
    width: 100%;
  }
  .ptz__desc {
    width: 100%;
  }
}

@media screen and (max-width: 960px) {
  .container {
    width: 540px;
  }
  .gentry-img {
    margin-top: 60px;
  }
  h1 {
    font-size: 64px;
  }
  h2 {
    font-size: 48px;
  }
  .title__big {
    font-size: 96px;
  }
  .title__big-sd {
    font-size: 64px;
  }
  .main::before {
    display: none;
  }
  .main__info {
    display: none;
  }
  .main__burger {
    display: block;
  }
  .main__media, .main__projects, .main__contact, .main__involved, .main__almanac, .main__pp, .main__owners, .main__about {
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
  .main__almanac {
    z-index: 1;
  }
  .main__btns-almanac {
    border: 1px solid #fff;
  }
  .main__info {
    display: flex;
    flex-direction: column;
    transition: all .8s ease;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: -1000px;
    z-index: 1;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    background: #292929;
  }
  .main__info a:not(.main__btns-involed) {
    color: #fff;
  }
  .main__info.active {
    top: 0;
  }
  .main__burger.active::before {
    transform: rotate(45deg);
    top: 30px;
  }
  .main__burger.active::after {
    transform: rotate(-45deg);
    bottom: 30px;
  }
  .main__burger.active span {
    display: none;
  }
  .main__top {
    margin-top: 30px;
    order: 2;
    flex-direction: column;
  }
  .main__lng {
    display: flex;
    justify-content: center;
    order: 2;
  }
  .main__btns {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }
  .main__btns-almanac, .main__btns-involed {
    width: 250px;
    text-align: center;
    padding: 20px 0;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .main__list {
    flex-direction: column;
    margin-top: 150px;
  }
  .main__list li:not(.no-gap) {
    margin-right: 0;
  }
  .main__list li {
    display: flex;
    justify-content: center;
    text-align: center;
    margin-top: 30px;
  }
  .main__logo {
    flex-direction: column;
  }
  .main__logoName {
    margin-left: 0;
    margin-top: 15px;
  }
  .main__logo img {
    margin-right: auto;
  }
  .cards {
    height: auto;
  }
  .cards__item {
    right: auto;
    left: auto;
    bottom: auto;
    position: relative;
    width: 90%;
    margin: 0 auto;
  }
  .cards__item-row {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .cards__item-black {
    margin-top: 50px;
  }
  .cards__item-green .cards__item-point {
    width: 200px;
  }
  .cards__item-text {
    font-size: 18px;
  }
  .youtube__icon {
    filter: grayscale(0);
    width: 70px;
  }
  .donate__content {
    flex-direction: column;
  }
  .donate__requisits {
    margin-top: 40px;
  }
  .donate__text {
    width: 100%;
  }
  .projects__bottom {
    width: 100%;
    flex-direction: column;
    align-items: flex-end;
  }
  .projects__bottom a {
    text-align: right;
    margin-left: 0;
  }
  .projects__title {
    width: 100%;
    justify-content: flex-start;
  }
  .atention__text, .atention__btn {
    margin-left: 30px;
  }
  .mission__content {
    flex-direction: column;
  }
  .team__row {
    flex-wrap: wrap;
  }
  .team__person {
    padding-top: 30px;
    margin: 0 auto;
  }
  .partners__logo {
    flex-wrap: wrap;
  }
  .feedback form input, .feedback form textarea {
    width: 100%;
  }
  .feedback__content {
    flex-direction: column;
    padding-top: 60px;
    padding: 0;
  }
  .feedback__info {
    margin-top: 30px;
  }
  .half {
    flex-direction: column;
    height: 850px;
  }
  .atention {
    position: relative;
    bottom: 0;
    margin: 0 auto;
    width: 100%;
  }
  .atention__text {
    width: 100%;
    margin-left: 0;
    padding: 20px;
  }
  .atention__text::after {
    left: 20px;
  }
  .experience__items {
    flex-direction: column;
  }
  .history-bg {
    height: 100%;
  }
  .history__info-desc {
    width: 100%;
  }
  .lectures__points {
    flex-direction: column;
  }
  .lectures__item {
    width: 100%;
    margin-top: 30px;
  }
  .lectures-bg {
    height: 100%;
  }
  .footer__logo img {
    width: 300px;
  }
  .footer__content {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .footer__left {
    margin-bottom: 40px;
    max-width: 100%;
  }
  .footer__left-logo {
    width: 300px;
  }
  .involvment__item {
    margin: 20px 0;
  }
  .involvment__item hr {
    margin: 10px 0;
  }
  .members__items {
    flex-wrap: wrap;
  }
  .members__column:not(.members__column-clear) {
    margin-bottom: 40px;
    border-right: none;
  }
  .members__column {
    width: 100%;
  }
  .herb__content {
    flex-direction: column;
  }
  .herb__text {
    width: 100%;
  }
  .herb__img {
    width: 300px;
  }
}

@media screen and (max-width: 795px) {
  .cards__item-black {
    bottom: 10%;
  }
  .cards__item-green {
    top: 10%;
  }
  .benefits__wrapper {
    width: 90%;
  }
  .card {
    padding: 20px;
  }
  .card__price {
    flex-direction: column;
  }
  .card__price-value {
    margin-top: 30px;
  }
}

@media screen and (max-width: 540px) {
  .container {
    width: 90%;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 36px;
  }
  .title__big {
    font-size: 64px;
  }
  .main__header {
    margin-top: 20px;
  }
  .main__logo a img {
    width: 40px;
  }
  .main__logoName {
    font-size: 13px;
  }
  .main__list {
    margin-top: 100px;
  }
  .main__lnh-btn {
    margin-left: 10px;
  }
  .atention {
    margin-top: -200px;
    padding: 200px 0 60px 0;
    position: relative;
    width: 100%;
    z-index: -1;
    bottom: 0;
  }
  .atention__text {
    width: 90%;
    margin-left: 0;
    text-align: center;
  }
  .atention__btn {
    display: flex;
    justify-content: center;
    margin-left: 0;
  }
  .atention__btn a {
    margin-left: 0;
  }
  .experience__title {
    font-size: 36px;
    text-align: left;
  }
  .experience__item {
    width: 90%;
  }
  .cards__item-number {
    font-size: 50px;
  }
  .footer__content {
    flex-direction: column;
  }
  .footer__links {
    margin-top: 50px;
  }
  .footer__links a {
    text-align: center;
  }
  .footer .footer__links a {
    text-align: center;
  }
}

@media screen and (max-width: 430px) {
  .cards__item {
    padding: 70px 40px;
    width: 90%;
    margin: 0 auto;
  }
  .cards__item-text {
    font-size: 16px;
  }
  .cards__item-green {
    top: 10%;
  }
  .cards__item-black {
    bottom: 10%;
  }
  .card__title {
    font-size: 24px;
  }
  .projects__bottom-involved {
    bottom: 40%;
  }
  .half__content {
    width: 90%;
  }
  .mission__photo img {
    max-width: 100%;
    width: 100%;
  }
  .footer__logo {
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
  }
  .footer__left-adres {
    flex-direction: column;
    align-items: flex-start;
  }
}
/*# sourceMappingURL=style.css.map */