.site-main {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  margin-bottom: 40px;
}
.site-main:has(#iub-pp-container) {
  max-width: unset;
}
.site-main .entry-title {
  color: #1E1F1D;
  font-family: "Poppins", sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  text-align: center;
  padding: 50px 0 20px;
}
.site-main .info-page h1,
.site-main .info-page h2,
.site-main .info-page h3,
.site-main .info-page h4,
.site-main .info-page h5,
.site-main .info-page h6 {
  margin-top: 40px;
}
.site-main h1,
.site-main h2,
.site-main h3,
.site-main h4,
.site-main h5,
.site-main h6 {
  margin-bottom: 20px;
}
.site-main a {
  color: #4E8418;
  text-decoration: underline;
}
.site-main ul {
  padding-left: 20px;
  list-style: unset;
  margin-bottom: 10px;
}
.site-main p {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .site-main .entry-title {
    font-size: 24px;
    line-height: 28px;
    padding: 30px 0 10px;
  }
}
.site-main.roomsPage h1, .site-main.bookPage h1 {
  color: #4E8418;
  text-align: center;
  font-size: 70px;
  font-style: normal;
  font-weight: 600;
  line-height: 68px;
  margin-top: 0;
  margin-bottom: 70px;
  padding-top: 130px;
}
.site-main.roomsPage #roomsWrapper .room {
  padding-top: 56px;
  padding-bottom: 100px;
  position: relative;
}
.site-main.roomsPage #roomsWrapper .room:nth-child(odd) {
  background-color: #4E8418;
}
.site-main.roomsPage #roomsWrapper .room:nth-child(odd) *:not(.btn, a) {
  color: #fff;
}
.site-main.roomsPage #roomsWrapper .room:nth-child(even) *:not(.btn, a) {
  color: #4E8418;
}
.site-main.roomsPage #roomsWrapper .room:nth-child(3n) .accentImage {
  right: 0;
}
.site-main.roomsPage #roomsWrapper .room:nth-child(4n+1) .accentImage {
  left: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.site-main.roomsPage #roomsWrapper .room .roomsSwiper {
  overflow: visible;
  margin-bottom: 75px;
}
.site-main.roomsPage #roomsWrapper .room .roomData {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.site-main.roomsPage #roomsWrapper .room .roomData > * {
  width: 100%;
}
.site-main.roomsPage #roomsWrapper .room .roomData .roomInfo {
  padding-right: 30px;
}
.site-main.roomsPage #roomsWrapper .room .roomData .roomInfo .info {
  max-width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.site-main.roomsPage #roomsWrapper .room .roomData .roomInfo .info strong {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 27px;
}
.site-main.roomsPage #roomsWrapper .room .roomData .roomInfo .info span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27px;
  text-align: right;
}
.site-main.roomsPage #roomsWrapper .room .roomData .roomText h2 {
  font-size: 44px;
  font-style: normal;
  font-weight: 400;
  line-height: 50.2px;
  margin-bottom: 27px;
}
.site-main.roomsPage #roomsWrapper .room .roomData .roomText .text {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.9px;
  margin-bottom: 35px;
}
.site-main.bookPage #chessBlocks.bookChessBlock {
  position: relative;
  background-color: #4E8418;
  margin-bottom: 160px;
}
.site-main.bookPage #chessBlocks.bookChessBlock .accentImage {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.site-main.bookPage #chessBlocks.bookChessBlock * {
  color: #fff !important;
}
.site-main.bookPage #chessBlocks.bookChessBlock#chessBlocks .chessBlock, .site-main.bookPage #chessBlocks.bookChessBlock#chessBlocks2 .chessBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0;
}
.site-main.bookPage #chessBlocks.bookChessBlock#chessBlocks .chessBlock .chessImage, .site-main.bookPage #chessBlocks.bookChessBlock#chessBlocks2 .chessBlock .chessImage {
  padding-top: 40px;
  padding-bottom: 40px;
}

#Form {
  margin-bottom: 85px;
}
#Form .formText {
  margin-bottom: 45px;
}
#Form .formText h1,
#Form .formText h2,
#Form .formText h3,
#Form .formText h4,
#Form .formText h5,
#Form .formText h6 {
  color: #4E8418;
  text-align: center;
  font-size: 60px;
  font-style: normal;
  font-weight: 400;
  line-height: 64.2px;
  margin-bottom: 42px;
}
#Form .formText * {
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
#Form .formText p {
  max-width: 510px;
  margin-left: auto;
  margin-right: auto;
}
#Form .wpcf7-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#Form .wpcf7-form .fieldWrapper {
  width: 50%;
}
#Form .wpcf7-form .fieldWrapper:nth-child(odd) {
  padding-left: 19px;
}
#Form .wpcf7-form .fieldWrapper:nth-child(even) {
  padding-right: 19px;
}
#Form .wpcf7-form .fieldWrapperArea {
  width: 100%;
}
#Form .wpcf7-form .fieldWrapper,
#Form .wpcf7-form .fieldWrapperArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 18px;
}
#Form .wpcf7-form .fieldWrapper *,
#Form .wpcf7-form .fieldWrapperArea * {
  width: 100%;
}
#Form .wpcf7-form .fieldWrapper label,
#Form .wpcf7-form .fieldWrapperArea label {
  margin-bottom: 6px;
}
#Form .wpcf7-form .fieldWrapper input,
#Form .wpcf7-form .fieldWrapperArea input {
  height: 50px;
}
#Form .wpcf7-form .fieldWrapper textarea,
#Form .wpcf7-form .fieldWrapperArea textarea {
  max-width: 100%;
  resize: vertical;
  min-height: 120px;
  max-height: 300px;
}
#Form .wpcf7-form .fieldWrapper input, #Form .wpcf7-form .fieldWrapper textarea,
#Form .wpcf7-form .fieldWrapperArea input,
#Form .wpcf7-form .fieldWrapperArea textarea {
  border: 1px solid #4E8418;
  border-radius: 0;
  padding: 9px 21px;
}
#Form .wpcf7-form .fieldWrapper label,
#Form .wpcf7-form .fieldWrapperAcceptance label,
#Form .wpcf7-form .fieldWrapperArea label {
  color: #4E8418;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 35px;
}
#Form .wpcf7-form .fieldWrapperAcceptance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#Form .wpcf7-form .fieldWrapperAcceptance input {
  margin-right: 10px;
  height: 23px;
  width: 23px;
  accent-color: #4E8418;
  position: relative;
}
#Form .wpcf7-form .fieldWrapperAcceptance input::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 1px solid #4E8418;
  z-index: 1;
  background-color: #fff;
}
#Form .wpcf7-form .fieldWrapperAcceptance input:checked::after {
  content: "";
  -webkit-mask: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
          mask: url(data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E) no-repeat 50% 50%;
  -webkit-mask-size: cover;
          mask-size: cover;
  background-color: #4E8418;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 30px;
  width: 30px;
  z-index: 2;
}
#Form .btn {
  margin-left: auto;
  margin-right: auto;
  margin-top: 27px;
}

@media screen and (max-width: 520px) {
  #Form .wpcf7-form .fieldWrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 720px) {
  .site-main.roomsPage #roomsWrapper .room {
    padding-top: 40px;
    padding-bottom: 80px;
  }
  .site-main.roomsPage #roomsWrapper .room .roomData {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-right: 0;
  }
  .site-main.roomsPage #roomsWrapper .room .roomData .roomInfo .info {
    max-width: unset !important;
    padding-right: 0;
  }
  .site-main.roomsPage #roomsWrapper .room .roomData .roomInfo {
    margin-bottom: 35px;
  }
  .site-main.roomsPage #roomsWrapper .room .roomData .roomText h2 {
    margin-bottom: 15px;
  }
}