html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@font-face {
  font-family: Din;
  src: local("Din Light"), local("Din-Light");
  src: url(../fonts/DIN\ Light.eot) format("eot"), url(../fonts/DIN\ Light.woff) format("woff"), url(../fonts/DIN\ Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: Mulish;
  src: url(../fonts/fonts/Mulish-Regular.eot) format("eot"), url(../fonts/Mulish-Regular.woff) format("woff"), url(../fonts/Mulish-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSansLight;
  src: url(../fonts/OpenSans-Light.eot) format("eot"), url(../fonts//OpenSans-Light.woff) format("woff"), url(../fonts//OpenSans-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: OpenSansLightItalic;
  src: url(../fonts/OpenSans-LightItalic.eot) format("eot"), url(../fonts/OpenSans-LightItalic.woff) format("woff"), url(../fonts/OpenSans-LightItalic.ttf) format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: OpenSansRegular;
  src: url(../fonts/OpenSans-Regular.eot) format("eot"), url(../fonts/OpenSans-Regular.woff) format("woff"), url(../fonts/OpenSans-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: OpenSansSemiBold;
  src: url(../fonts/OpenSans-SemiBold.eot) format("eot"), url(../fonts/OpenSans-SemiBold.woff) format("woff"), url(../fonts/OpenSans-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-style: normal;
}
body {
  background-color: #FFFFFF;
  user-select: none;
}

img {
  max-width: 100%;
}

.header {
  font-family: Din;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
}

.header__frame {
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.header__logo {
  margin-left: 8vw;
  min-width: 66px;
}

.header__menu-list {
  display: flex;
  column-gap: 40px;
  justify-content: space-between;
  margin-left: 14vw;
  align-items: center;
}

.header__menu-button {
  transition: all 0.3s;
}
.header__menu-button:hover {
  cursor: pointer;
  outline-offset: 10px;
  outline: 1px solid #5B6460;
  color: #5B6460;
}
.header__menu-button:active {
  outline-offset: 30px;
  outline: 3px solid #5B6460;
}

.header__menu-language {
  min-width: 25px;
  margin-top: 4px;
  margin-left: -1vw;
  transition: all 0.3s;
}
.header__menu-language:hover {
  cursor: pointer;
  transform: scale(1.35, 1.35);
}

.header__order {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
  width: 200px;
  background: #5B6460;
  color: #FFFFFF;
  margin-left: 10vw;
  transition: all 0.3s;
}
.header__order:hover {
  cursor: pointer;
  background: transparent;
  color: #5B6460;
  outline: 1px solid #5B6460;
}
.header__order:active {
  font-size: 0px;
}

.findPeace__frame {
  background-image: url(../img/pictures/find_peace_in_the_forest.jpg);
  width: 100%;
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.findPeace__title {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 25%;
  right: 4%;
  font-family: OpenSansLight;
  color: #FFFFFF;
  font-size: 70px;
  line-height: 72px;
  animation: titleMove 1500ms ease-in-out forwards;
}

@keyframes titleMove {
  from {
    right: 6vw;
    opacity: 0;
  }
  to {
    right: 4vw;
    opacity: 1;
  }
}
.findPeace__subtitle {
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 40%;
  right: 9%;
  font-family: Mulish;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 28px;
  width: 350px;
  animation: subtitleMove 1100ms ease-in-out 0.5s forwards;
}

@keyframes subtitleMove {
  from {
    top: 20.2vw;
    opacity: 0;
  }
  to {
    bottom: 0vw;
    opacity: 1;
  }
}
.findPeace__arrows {
  position: absolute;
  display: flex;
  column-gap: 40px;
  top: 85%;
  right: 46.4%;
}

.findPeace__arrow-left {
  transition: all 0.15s ease-in-out 0.1s;
}
.findPeace__arrow-left:hover {
  cursor: pointer;
  transform: translate(7px, 0);
}
.findPeace__arrow-left:hover:active:hover {
  transition: all 0.07s ease-in-out 0.01s;
  transform: translate(-40px, 0) scale(1.5, 1.17);
}

.findPeace__arrow-right {
  transition: all 0.15s ease-in-out 0.1s;
}
.findPeace__arrow-right:hover {
  cursor: pointer;
  transform: translate(-7px, 0);
}
.findPeace__arrow-right:hover:active:hover {
  transition: all 0.07s ease-in-out 0.01s;
  transform: translate(40px, 0) scale(1.5, 1.17);
}

.theCabins {
  display: flex;
  row-gap: 150px;
  flex-direction: column;
  margin: 150px 0;
}

.theCabins__upframe {
  display: flex;
}

.theCabins__lowframe {
  display: flex;
  justify-content: center;
  column-gap: 1%;
  margin: 0 24px;
}

.sectionBlock {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.theCabins__info {
  margin: 0 12%;
}

.theCabins__upframe-img {
  background-image: url(../img/pictures/the_cabins1.jpg);
  width: 55%;
  height: 438px;
  background-repeat: no-repeat;
  background-size: cover;
}

.sectionBlock__text {
  font-family: OpenSansLight;
  color: #000000;
  font-size: 16px;
  line-height: 30px;
  margin-top: 50px;
}

.sectionBlock__title {
  font-family: OpenSansRegular;
  color: #5B6460;
  font-size: 40px;
  margin-top: 4%;
}

.sectionBlock__button {
  font-family: OpenSansSemiBold;
  color: #5B6460;
  font-size: 16px;
  line-height: 30px;
  margin-top: 17px;
  cursor: pointer;
}
.sectionBlock__button:after {
  content: "";
  position: relative;
  width: 82px;
  display: block;
  height: 2px;
  background-color: #5B6460;
  bottom: 4px;
  left: 1px;
  transition: all 0.2s ease-in-out 0.1s;
}
.sectionBlock__button:hover:after {
  width: 221px;
}

.theCabins__lowframe-img1 {
  background-image: url(../img/pictures/the_cabins2.jpg);
  width: 33%;
  height: 61vh;
  background-repeat: no-repeat;
  background-size: contain;
}

.theCabins__lowframe-img2 {
  background-image: url(../img/pictures/the_cabins3.jpg);
  width: 33%;
  height: 61vh;
  background-repeat: no-repeat;
  background-size: contain;
}

.theCabins__lowframe-img3 {
  background-image: url(../img/pictures/the_cabins4.jpg);
  width: 33%;
  height: 61vh;
  background-repeat: no-repeat;
  background-size: contain;
}

.theForest {
  display: flex;
  align-items: center;
  column-gap: 10%;
  background: #E9ECE0;
}

.theForest__map {
  background: linear-gradient(rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.25)), url(../img/pictures/map_peace_in_the_forest.png);
  width: 50%;
  height: 85vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left;
}

.theForest__map-container {
  background: rgba(255, 215, 0, 0.2);
  display: flex;
  margin: 210px 0 0 235px;
}

.theForest__map-bigEllipse {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: pulsation 5s ease-in-out 2s infinite;
}

@keyframes pulsation {
  0% {
    transform: scale(0.84, 0.84);
  }
  50% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(0.84, 0.84);
  }
}
.theForest__map-middleEllipse {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  animation: pulsation 4.8s ease-in-out 2s infinite;
}

.theForest__map-smallEllipse {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  animation: pulsation 4.6s ease-in-out 2s infinite;
}

.theForest__map-point {
  position: absolute;
  font-family: Din;
  font-size: 14px;
  text-transform: uppercase;
  color: addition-color;
  font-size: 12px;
  line-height: 16px;
  white-space: initial;
  text-align: center;
}

.facilities {
  display: flex;
  flex-direction: column;
  height: 474px;
  background: #5B6460;
  align-items: center;
}

.facilities__heading {
  text-align: center;
  margin: 86px 0 110px 0;
  font-family: OpenSansLight;
  color: #FFFFFF;
  font-size: 40px;
  line-height: 40px;
}

.facilities__items {
  display: flex;
  justify-content: center;
  gap: 19%;
  width: 60%;
}

.facilities__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 144px;
  transition: all 0.2s ease-in-out 0.1s;
}
.facilities__item:hover {
  cursor: pointer;
}
.facilities__item:hover .facilitySvg {
  fill: #E9ECE0;
  transition: all 0.2s ease-in-out 0.1s;
}
.facilities__item:hover .facilities__item-name {
  color: #E9ECE0;
  transform: scale(1.1, 1.1);
  transition: all 0.2s ease-in-out 0.1s;
}

.facilities__item-name {
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 28px;
  color: #FFFFFF;
  margin-top: 20px;
}

.moreAboutUs__container {
  display: flex;
  height: 559px;
  max-width: 1500px;
  position: relative;
  justify-content: center;
}

.moreAboutUs__leftImage {
  background-image: url(../img/pictures/more_about_us1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.moreAboutUs__rightImage {
  background-image: url(../img/pictures/more_about_us2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50%;
}

.moreAboutUs__circleForm {
  position: absolute;
  display: flex;
  align-self: center;
  justify-content: center;
  width: 156px;
  height: 156px;
  border-radius: 50%;
  background-color: #E9ECE0;
  transition: all 0.3s ease-in-out 0.1s;
}
.moreAboutUs__circleForm:hover {
  cursor: pointer;
  width: 120px;
  height: 120px;
}
.moreAboutUs__circleForm:hover .moreAboutUs__title {
  font-size: 17.3px;
}

.moreAboutUs__title {
  font-family: Din;
  color: #333333;
  font-size: 16px;
  display: flex;
  align-self: center;
  line-height: 22px;
  transition: all 0.25s ease-in-out 0.2s;
}

.footer {
  background: #5B6460;
  display: flex;
}

.footer__leftSide {
  width: 50%;
}

.footer__leftSide-container {
  margin: 100px 13% 100px 18.4%;
  min-width: 480px;
}

.footer__newsletter {
  font-family: OpenSansSemiBold;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.footer__form {
  margin-bottom: 17px;
  display: flex;
  column-gap: 45%;
}

.footer__form-email {
  all: unset;
  font-family: OpenSansLightItalic;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}
.footer__form-email::placeholder {
  font-family: OpenSansLightItalic;
  font-size: 16px;
  line-height: 30px;
  color: #FFFFFF;
}

.footer__form-arrow {
  all: unset;
  margin-top: 10px;
  padding-bottom: 6px;
  transition: all 0.2s ease-in-out 0.1s;
}
.footer__form-arrow:hover {
  cursor: pointer;
  transform: scale(1.35, 1);
  padding: 0 0 6px 1%;
}
.footer__form-arrow:hover:active:hover {
  width: calc(100% - 1px);
}

.footer__signup {
  color: #FFFFFF;
  font-family: OpenSansLight;
  font-size: 16px;
  line-height: 30px;
  margin: 10px 0 70px 0;
  width: 82%;
}
.footer__signup:before {
  content: "";
  position: relative;
  width: 103%;
  display: block;
  height: 1px;
  background-color: #EFEFEF;
  bottom: 10px;
  left: 1px;
}

.footer__copyright {
  color: #EFEFEF;
  font-family: OpenSansLight;
  font-size: 14px;
  line-height: 30px;
}

.footer__rightSide {
  width: 50%;
}

.footer__rightSide-container {
  margin: 108px 29% 100px 10%;
  display: flex;
  flex-direction: column;
}

.footer__policy-menu {
  font-family: Din;
  font-size: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  display: flex;
  min-width: 480px;
  column-gap: 5%;
  margin-bottom: 60px;
}

.footer__policy-item {
  transition: all 0.1s ease-in-out 0.1s;
}
.footer__policy-item:hover {
  cursor: pointer;
  color: #333333;
}

.footer__pay-menu {
  display: flex;
  column-gap: 8%;
  justify-content: end;
  min-width: 465px;
}

@media screen and (max-width: 1500px) {
  .footer__form {
    column-gap: 42%;
  }
}
@media screen and (max-width: 1300px) {
  .header__menu-list {
    margin-left: 0;
  }

  .header__order {
    margin-left: 0vw;
  }

  .theCabins {
    margin: 150px 0 100px 0;
  }

  .theCabins__upframe-img {
    width: 50%;
  }

  .sectionBlock {
    width: 35%;
  }
}
@media screen and (max-width: 1100px) {
  .theCabins {
    margin: 150px 0 50px 0;
  }

  .footer__leftSide-container {
    margin: 100px 13% 100px 10%;
  }

  .footer__policy-menu {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-end;
    min-width: 250px;
  }

  .footer__rightSide-container {
    margin: 108px 20% 100px 10%;
  }

  .footer__pay-menu {
    flex-wrap: wrap;
    min-width: 200px;
  }
}
@media screen and (max-width: 1000px) {
  .header__logo {
    min-width: 30px;
    margin-left: 0vw;
    width: 60px;
  }

  .header__menu-list {
    column-gap: 30px;
    font-size: 13px;
  }

  .header__order {
    height: 54px;
    width: 180px;
  }

  .findPeace__title {
    font-size: 63px;
    line-height: 65px;
  }

  .findPeace__subtitle {
    font-size: 18px;
    line-height: 25px;
    width: 300px;
  }

  .theCabins {
    margin: 50px 0 0 0;
  }

  .theCabins__upframe {
    flex-direction: column;
  }

  .theCabins__upframe-img {
    width: 100%;
  }

  .sectionBlock {
    width: 420px;
    margin-top: 70px;
    margin-bottom: 100px;
  }

  .theForest {
    flex-direction: column-reverse;
  }

  .theForest__map {
    width: 100%;
  }

  .facilities__item-icon {
    width: 60px;
  }

  .facilities__item-name {
    margin-top: 10px;
    font-size: 17px;
  }
}
@media screen and (max-width: 900px) {
  .header__menu-list {
    column-gap: 20px;
  }

  .header__logo {
    width: 54px;
  }

  .header__order {
    font-size: 13px;
    height: 48px;
    width: 160px;
  }

  .header__menu-language {
    min-width: 15px;
    width: 22px;
  }

  .findPeace__title {
    font-size: 56px;
    line-height: 58px;
  }

  .findPeace__subtitle {
    font-size: 16px;
    line-height: 22px;
    top: 37%;
  }

  .theCabins {
    margin: 0px 0 0 0;
  }

  .facilities__items {
    width: 40%;
  }

  .facilities__item-name {
    margin-top: 5px;
    font-size: 16px;
  }

  .facilities__item-icon {
    width: 55px;
  }

  .footer__leftSide-container {
    min-width: 250px;
    width: 400px;
  }

  .footer__form {
    column-gap: 33%;
  }
}
@media screen and (max-width: 800px) {
  .header__menu-list {
    font-size: 12px;
  }

  .header__logo {
    width: 48px;
  }

  .header__order {
    height: 42px;
    width: 140px;
  }

  .header__menu-language {
    min-width: 15px;
    width: 19px;
  }

  .findPeace__title {
    font-size: 49px;
    line-height: 51px;
  }

  .theCabins {
    height: 1500px;
  }

  .sectionBlock__title {
    font-size: 36px;
  }

  .facilities__items {
    width: 20%;
  }

  .facilities__item-name {
    font-size: 15px;
  }

  .facilities__item-icon {
    width: 50px;
  }

  .footer__leftSide-container {
    min-width: 200px;
    width: 350px;
  }

  .footer__form {
    column-gap: 25%;
  }
}
@media screen and (max-width: 700px) {
  .header__logo {
    width: 42px;
  }

  .header__order {
    height: 36px;
    width: 120px;
  }

  .header__menu-language {
    min-width: 15px;
    width: 16px;
  }

  .findPeace__title {
    font-size: 42px;
    line-height: 44px;
  }

  .findPeace__subtitle {
    top: 35%;
  }

  .theCabins {
    height: 1400px;
  }

  .sectionBlock__title {
    font-size: 32px;
  }

  .facilities__items {
    gap: 5%;
    width: 1%;
  }

  .facilities__item-icon {
    width: 45px;
  }

  .footer__pay-menu {
    min-width: 50px;
    margin-left: 28vw;
  }
}
@media screen and (max-width: 600px) {
  .header__menu-list {
    column-gap: 10px;
  }

  .header__logo {
    width: 36px;
  }

  .header__order {
    font-size: 12px;
    height: 30px;
    width: 100px;
  }

  .header__menu-language {
    min-width: 15px;
    width: 16px;
  }

  .findPeace__title {
    font-size: 35px;
    line-height: 37px;
  }

  .findPeace__subtitle {
    font-size: 14px;
    line-height: 19px;
    width: 250px;
    top: 34%;
  }

  .sectionBlock__title {
    font-size: 28px;
  }

  .facilities__items {
    gap: 1%;
  }

  .facilities__item {
    min-width: 111px;
  }

  .facilities__item-name {
    margin-top: 0px;
    text-align: center;
    line-height: 20px;
  }

  .facilities__item-icon {
    width: 40px;
  }

  .footer__rightSide-container {
    margin: 108px 10% 100px 10%;
  }

  .footer__policy-menu {
    min-width: 150px;
  }

  .footer__policy-item {
    width: 101px;
    text-align: right;
  }

  .footer__pay-menu {
    margin-left: 62%;
    width: 85px;
  }
}