@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap);@-webkit-keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: "Moniqa";
  src: url("../../../assets/fonts/Moniqa-CondensedHeading.otf");
  font-weight: 400;
  font-display: swap;
}
.container {
  max-width: 1460px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

.container-small {
  max-width: 988px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}
@media (max-width: 1360px) {
  html {
    font-size: 56%;
  }
}
@media (max-width: 980px) {
  html {
    font-size: 50%;
  }
}
@media (max-width: 600px) {
  html {
    font-size: 46%;
  }
}

*::-moz-selection {
  background-color: #DEB562;
  color: #ffffff;
}

*::selection {
  background-color: #DEB562;
  color: #ffffff;
}

section {
  margin-bottom: 100px;
}
@media (max-width: 600px) {
  section {
    margin-bottom: 50px;
  }
}

body {
  font-size: 1.8rem;
  font-family: "Poppins", sans-serif;
  background-color: #ffffff;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Moniqa", serif;
}

p, span, div {
  font-family: "Poppins", sans-serif;
}

.scroll-div {
  position: absolute;
  width: 100%;
  height: 0;
  top: -150px;
  left: 0;
}

.hero {
  background-color: #16523C;
  position: relative;
  overflow: hidden;
}
@media (max-width: 600px) {
  .hero {
    min-height: 100vh;
  }
}
.hero__wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 0;
}
@media (max-width: 980px) {
  .hero__wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    justify-content: center;
    padding: 150px 0;
  }
}
.hero__text-box {
  display: flex;
  flex-direction: column;
  color: #ffffff;
  max-width: 470px;
  position: relative;
  z-index: 2;
  margin-right: 50px;
}
@media (max-width: 980px) {
  .hero__text-box {
    margin-right: 0;
    flex: 1;
  }
}
@media (max-width: 600px) {
  .hero__text-box {
    margin-top: 40px;
  }
}
.hero__title {
  color: #ffffff;
  font-size: 14.8rem;
  font-weight: 300;
  line-height: 15rem;
}
.hero__separator {
  width: 55%;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 36px;
  margin-top: 8px;
}
.hero__text {
  font-weight: 300;
  color: #CFF1E5;
  font-size: 2rem;
  line-height: 3rem;
  margin-bottom: 35px;
}
.hero__pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.hero__first-button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
  margin-right: 24px;
}
@media (max-width: 600px) {
  .hero__first-button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.hero__first-button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.hero__first-button:hover div {
  transform: rotateX(-90deg);
}
.hero__first-button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .hero__first-button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.hero__first-button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
}
@media (max-width: 600px) {
  .hero__first-button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.hero__first-button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}
@media (max-width: 600px) {
  .hero__first-button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
.hero__second-button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
}
@media (max-width: 600px) {
  .hero__second-button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.hero__second-button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.hero__second-button:hover div {
  transform: rotateX(-90deg);
}
.hero__second-button:hover div span:nth-child(1) {
  opacity: 0;
}
.hero__second-button:hover div span:nth-child(2) {
  opacity: 1;
}
.hero__second-button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .hero__second-button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.hero__second-button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
  opacity: 1;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .hero__second-button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.hero__second-button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .hero__second-button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
.hero__buttons {
  display: flex;
}
.hero__buttons a {
  flex: 1;
}
.hero__figure {
  flex: 1;
  z-index: 2;
  max-width: 601px;
}
@media (max-width: 980px) {
  .hero__figure {
    display: none;
  }
}
@media (max-width: 600px) {
  .hero__figure {
    display: block;
  }
}
.hero__figure img {
  width: 100%;
  height: 100%;
}

.image-text-links {
  position: relative;
}
.image-text-links__wrapper {
  display: flex;
  padding-right: 100px;
}
@media (max-width: 980px) {
  .image-text-links__wrapper {
    flex-direction: column-reverse;
    padding-right: 0;
  }
}
.image-text-links__figure {
  flex: 1;
  margin-right: 56px;
  overflow: hidden;
  height: 0;
  padding-top: 37%;
  position: relative;
}
.image-text-links__figure img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 980px) {
  .image-text-links__figure {
    padding-top: 60%;
    margin-right: 0;
    margin-top: 40px;
  }
}
.image-text-links__figure img {
  width: 100%;
  border-bottom-left-radius: 246px;
}
@media (max-width: 980px) {
  .image-text-links__figure img {
    border-bottom-left-radius: 180px;
  }
}
.image-text-links__content-box {
  flex: 1;
  padding-top: 30px;
}
.image-text-links__title {
  font-weight: 300;
  font-size: 6.4rem;
  line-height: 6.6rem;
  color: #16523C;
  margin-bottom: 72px;
}
@media (max-width: 980px) {
  .image-text-links__title {
    margin-bottom: 10px;
  }
}
.image-text-links__content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.image-text-links__text {
  color: #9EACA7;
}
.image-text-links__text p {
  color: #9EACA7;
  display: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 30px;
  font-weight: 300;
}
.image-text-links__text p:last-child {
  margin-bottom: 0;
}
.image-text-links__link {
  padding: 16px 0;
  color: #16523C;
  border: 1px solid #ffffff;
  border-bottom-color: #9EACA7;
  font-weight: 300;
  text-decoration: none;
  display: block;
  display: flex;
  justify-content: space-between;
  transition: 0.3s ease;
  border-collapse: collapse;
}
.image-text-links__link svg {
  transition: 0.3s ease;
}
.image-text-links__link span {
  transition: 0.3s ease;
}
.image-text-links__link:hover {
  border-bottom-color: #DEB562;
}
.image-text-links__link:hover span {
  transform: translateX(10px);
}
.image-text-links__link:hover svg {
  transform: translateX(10px);
}

.dropdowns-and-image {
  background-color: #16523C;
  border-top-right-radius: 250px;
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}
.dropdowns-and-image--margin-bottom-disabled {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .dropdowns-and-image {
    border-top-right-radius: 100px;
  }
}
.dropdowns-and-image__button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
  margin-top: 40px;
}
@media (max-width: 600px) {
  .dropdowns-and-image__button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.dropdowns-and-image__button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.dropdowns-and-image__button:hover div {
  transform: rotateX(-90deg);
}
.dropdowns-and-image__button:hover div span:nth-child(1) {
  opacity: 0;
}
.dropdowns-and-image__button:hover div span:nth-child(2) {
  opacity: 1;
}
.dropdowns-and-image__button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .dropdowns-and-image__button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.dropdowns-and-image__button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
  opacity: 1;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .dropdowns-and-image__button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.dropdowns-and-image__button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .dropdowns-and-image__button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
@media (max-width: 600px) {
  .dropdowns-and-image__button {
    width: 200px;
  }
}
.dropdowns-and-image__wrapper {
  display: flex;
  color: #ffffff;
  z-index: 2;
  position: relative;
}
@media (max-width: 980px) {
  .dropdowns-and-image__wrapper {
    flex-direction: column;
  }
}
.dropdowns-and-image__title {
  font-size: 6.4rem;
  font-weight: 400;
  margin-bottom: 42px;
}
.dropdowns-and-image__text {
  font-weight: 300;
  color: #9EACA7;
  font-size: 1.8rem;
  line-height: 2.7rem;
}
.dropdowns-and-image__text p {
  margin-bottom: 20px;
}
.dropdowns-and-image__text strong {
  font-weight: 600;
}
.dropdowns-and-image__text a {
  color: #DEB562;
  transition: 0.3s ease;
}
.dropdowns-and-image__text a:hover {
  color: #ffffff;
}
.dropdowns-and-image__left-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-right: 132px;
  flex: 1;
  padding-left: 118px;
  z-index: 2;
}
@media (max-width: 1360px) {
  .dropdowns-and-image__left-box {
    padding-left: 0;
    margin-right: 55px;
  }
}
@media (max-width: 980px) {
  .dropdowns-and-image__left-box {
    margin-right: 0;
  }
}
.dropdowns-and-image__right-box {
  flex: 1;
  display: flex;
  align-items: center;
}
@media (max-width: 980px) {
  .dropdowns-and-image__right-box {
    justify-content: center;
  }
}
.dropdowns-and-image__figure {
  position: relative;
}
@media (max-width: 980px) {
  .dropdowns-and-image__figure {
    margin-top: 40px;
    max-width: 300px;
  }
}
.dropdowns-and-image__figure img {
  width: 100%;
  border-radius: 272.5px 272.5px 0px 0px;
}
.dropdowns-and-image__figure svg {
  position: absolute;
  width: 200px;
  height: 200px;
  left: -100px;
  bottom: -100px;
  z-index: 3;
  -webkit-animation: rotating 15s linear infinite;
  animation: rotating 15s linear infinite;
}
@media (max-width: 980px) {
  .dropdowns-and-image__figure svg {
    width: 150px;
    height: 150px;
    left: -75px;
    bottom: -75px;
  }
}
.dropdowns-and-image__text-box {
  color: #9EACA7;
  transition: 0.3s ease;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.dropdowns-and-image__text-box p {
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 15px;
}
.dropdowns-and-image__text-box strong {
  font-weight: 600;
}
.dropdowns-and-image__text-box a {
  color: #DEB562;
  transition: 0.3s ease;
}
.dropdowns-and-image__text-box a:hover {
  color: #ffffff;
}
.dropdowns-and-image__text-box ul, .dropdowns-and-image__text-box ol {
  list-style-position: inside;
}
.dropdowns-and-image__text-box ul li, .dropdowns-and-image__text-box ol li {
  margin-bottom: 13px;
}
.dropdowns-and-image__text-box ul li::marker, .dropdowns-and-image__text-box ol li::marker {
  color: #DEB562;
}
.dropdowns-and-image__dropdown-title {
  padding: 16px 0;
  display: inline-block;
  border-bottom: 1px solid #9EACA7;
  width: 100%;
  margin-bottom: 16px;
  font-weight: 300;
  font-size: 2rem;
  line-height: 3rem;
  position: relative;
  background-color: #16523C;
  z-index: 2;
  transition: 0.3s ease;
}
.dropdowns-and-image__dropdown-title:hover {
  color: #DEB562;
}
.dropdowns-and-image__dropdown-title span {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.dropdowns-and-image__dropdown-title svg {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  transition: 0.5s ease;
  transform-origin: center;
}
.dropdowns-and-image__dropdown-box {
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s ease;
  display: inline-block;
  width: 100%;
}
.dropdowns-and-image__dropdown-box--active .dropdowns-and-image__dropdown-title svg {
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center;
}
.dropdowns-and-image__dropdown-box--active .dropdowns-and-image__text-wrapper {
  max-height: 1500px;
  transition: max-height 0.5s ease-in;
}
.dropdowns-and-image__text-wrapper {
  max-height: 0;
  transition: max-height 0.5s ease-out;
  overflow: hidden;
  width: 100%;
}
.dropdowns-and-image__pattern {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.dropdowns-and-image__icons {
  display: none;
}

.corner-check {
  border-top-right-radius: 0px !important;
  margin-bottom: 0 !important;
  padding-top: 150px;
}

.circle-check svg {
  display: none !important;
}

.dropdowns-check {
  display: none !important;
}

.leaves-check {
  display: block;
}

.button-check {
  display: none;
}

.contact-check {
  padding-top: 50px;
}
.contact-check .dropdowns-and-image__icons {
  display: block !important;
}
.contact-check .dropdowns-and-image__icons a {
  text-decoration: none;
}
.contact-check .dropdowns-and-image__left-box {
  justify-content: flex-start !important;
}
.contact-check .dropdowns-and-image__title {
  margin-bottom: 0px !important;
}
.contact-check .gabinet-name {
  margin-bottom: 30px;
  font-weight: 400;
}
.contact-check .dropdowns-and-image__text {
  margin-bottom: 55px;
  font-family: "Poppins";
  font-weight: 300 !important;
  font-size: 2rem;
  line-height: 3rem;
  color: #ffffff;
}
.contact-check .phone,
.contact-check .mail {
  font-weight: 400;
}
.contact-check .phone a,
.contact-check .mail a {
  font-weight: 300;
  text-decoration: none;
  color: #ffffff;
  transition: 0.2s ease-out;
}
.contact-check .phone a:hover,
.contact-check .mail a:hover {
  color: #DEB562;
}
.contact-check .dropdowns-and-image__icons-fb {
  margin-right: 32px;
}
.contact-check .dropdowns-and-image__icons-fb path,
.contact-check .dropdowns-and-image__icons-booksy path {
  transition: 0.2s ease-out !important;
}
.contact-check .dropdowns-and-image__icons-fb:hover path,
.contact-check .dropdowns-and-image__icons-booksy:hover path {
  fill: #DEB562;
}
.contact-check .space {
  height: 170px;
}
@media (max-width: 980px) {
  .contact-check .space {
    height: 60px;
  }
}

.title-and-two-buttons {
  position: relative;
}
.title-and-two-buttons .wrapper {
  max-width: 467px;
  margin: auto;
}
.title-and-two-buttons h2 {
  text-align: center;
  font-family: "Moniqa";
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 6.7rem;
  color: #16523C;
}
.title-and-two-buttons h2::before {
  content: "";
  position: absolute;
  width: 135px;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #9EACA7;
}
@media (max-width: 600px) {
  .title-and-two-buttons h2::before {
    width: 90px;
  }
}
.title-and-two-buttons__title {
  width: 100%;
  margin-bottom: 69px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .title-and-two-buttons__buttons span {
    font-size: 12px !important;
  }
}
.title-and-two-buttons__first-button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
  margin-right: 24px;
}
@media (max-width: 600px) {
  .title-and-two-buttons__first-button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.title-and-two-buttons__first-button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.title-and-two-buttons__first-button:hover div {
  transform: rotateX(-90deg);
}
.title-and-two-buttons__first-button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .title-and-two-buttons__first-button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.title-and-two-buttons__first-button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
}
@media (max-width: 600px) {
  .title-and-two-buttons__first-button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.title-and-two-buttons__first-button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}
@media (max-width: 600px) {
  .title-and-two-buttons__first-button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
.title-and-two-buttons__first-button span {
  border: 1px solid #16523C;
}
.title-and-two-buttons__second-button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
  min-width: 260px;
}
@media (max-width: 600px) {
  .title-and-two-buttons__second-button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.title-and-two-buttons__second-button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.title-and-two-buttons__second-button:hover div {
  transform: rotateX(-90deg);
}
.title-and-two-buttons__second-button:hover div span:nth-child(1) {
  opacity: 0;
}
.title-and-two-buttons__second-button:hover div span:nth-child(2) {
  opacity: 1;
}
.title-and-two-buttons__second-button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .title-and-two-buttons__second-button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.title-and-two-buttons__second-button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
  opacity: 1;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .title-and-two-buttons__second-button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.title-and-two-buttons__second-button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .title-and-two-buttons__second-button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
.title-and-two-buttons__second-button span:nth-child(1) {
  background-color: #ffffff !important;
  color: #16523C !important;
  border: 1px solid #16523C;
}
.title-and-two-buttons__second-button span:nth-child(2) {
  background-color: #16523C !important;
  color: #ffffff !important;
}
@media (max-width: 600px) {
  .title-and-two-buttons__second-button {
    min-width: 120px;
  }
}
.title-and-two-buttons__buttons {
  display: flex;
}
.title-and-two-buttons__buttons a {
  flex: 1;
}

.pricing-dropdowns {
  padding-top: 220px;
  background-color: #16523C;
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.pricing-dropdowns--smaller-padding-top {
  padding-top: 82px;
}
.pricing-dropdowns__wrapper {
  position: relative;
  z-index: 2;
}
.pricing-dropdowns__background {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  pointer-events: none;
}
.pricing-dropdowns__title {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.pricing-dropdowns__title h1, .pricing-dropdowns__title h2, .pricing-dropdowns__title h3, .pricing-dropdowns__title h4 {
  font-size: 6.4rem;
  line-height: 6.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.pricing-dropdowns__text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.7rem;
  color: #ffffff;
  margin-bottom: 39px;
  position: relative;
  z-index: 2;
}
.pricing-dropdowns__svg-box {
  padding: 26px;
  background-color: #EEEEEE;
  transition: 0.3s ease;
}
.pricing-dropdowns__svg-box svg {
  transition: 0.3s ease;
}
.pricing-dropdowns__dropdown-box {
  background-color: #ffffff;
  margin-bottom: 5px;
}
.pricing-dropdowns__dropdown-box:hover .pricing-dropdowns__dropdown-title {
  color: #DEB562;
}
.pricing-dropdowns__dropdown-box:hover .pricing-dropdowns__svg-box {
  background-color: #DEB562;
}
.pricing-dropdowns__dropdown-box--active .pricing-dropdowns__text-wrapper {
  padding: 30px;
  max-height: 1500px;
  transition: 0.5s ease-in;
}
.pricing-dropdowns__dropdown-box--active .pricing-dropdowns__time-range, .pricing-dropdowns__dropdown-box--active .pricing-dropdowns__price-range {
  opacity: 0;
}
.pricing-dropdowns__dropdown-box--active .pricing-dropdowns__svg-box {
  background-color: #ffffff;
}
.pricing-dropdowns__dropdown-box--active .pricing-dropdowns__svg-box svg {
  transform: rotate(180deg);
}
.pricing-dropdowns__shortcuts {
  transition: 0.3s ease;
}
.pricing-dropdowns__dropdown-title-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
}
.pricing-dropdowns__dropdown-title {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2.7rem;
  color: #16523C;
  transition: 0.3s ease;
  margin-right: 20px;
}
.pricing-dropdowns__shortcuts {
  display: flex;
  align-items: center;
}
.pricing-dropdowns__text-wrapper {
  display: flex;
  justify-content: space-between;
  max-height: 0;
  transition: 0.5s ease-out;
  overflow: hidden;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 980px) {
  .pricing-dropdowns__text-wrapper {
    flex-direction: column;
  }
}
.pricing-dropdowns__text-box {
  max-width: 898px;
  margin-right: 30px;
}
@media (max-width: 980px) {
  .pricing-dropdowns__text-box {
    margin-right: 0;
  }
}
.pricing-dropdowns__drop-text {
  margin-bottom: 23px;
}
.pricing-dropdowns__drop-text p {
  color: #16523C;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 15px;
}
.pricing-dropdowns__drop-text strong {
  font-weight: 600;
}
.pricing-dropdowns__drop-text a {
  color: #16523C;
  font-weight: 400;
  transition: 0.3s ease;
}
.pricing-dropdowns__drop-text a:hover {
  color: #DEB562;
}
.pricing-dropdowns__drop-text ul, .pricing-dropdowns__drop-text ol {
  margin-bottom: 15px;
}
.pricing-dropdowns__drop-text ul li, .pricing-dropdowns__drop-text ol li {
  color: #16523C;
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.7rem;
  margin-bottom: 5px;
  margin-left: 19px;
}
.pricing-dropdowns__drop-text ul li strong, .pricing-dropdowns__drop-text ol li strong {
  font-weight: 600;
}
.pricing-dropdowns__time-range, .pricing-dropdowns__price-range {
  display: flex;
  align-items: center;
  margin-right: 46px;
  transition: 0.3s ease;
}
@media (max-width: 980px) {
  .pricing-dropdowns__time-range, .pricing-dropdowns__price-range {
    display: none;
  }
}
.pricing-dropdowns__time-range svg, .pricing-dropdowns__price-range svg {
  margin-right: 16px;
}
.pricing-dropdowns__button-box {
  display: flex;
  align-items: flex-end;
}
@media (max-width: 980px) {
  .pricing-dropdowns__button-box {
    margin-top: 30px;
  }
}
.pricing-dropdowns__content-wrapper {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.pricing-dropdowns__button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
}
@media (max-width: 600px) {
  .pricing-dropdowns__button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.pricing-dropdowns__button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.pricing-dropdowns__button:hover div {
  transform: rotateX(-90deg);
}
.pricing-dropdowns__button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .pricing-dropdowns__button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.pricing-dropdowns__button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
}
@media (max-width: 600px) {
  .pricing-dropdowns__button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.pricing-dropdowns__button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}
@media (max-width: 600px) {
  .pricing-dropdowns__button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
.pricing-dropdowns__button span:nth-child(1) {
  background-color: #DEB562 !important;
  border-color: #DEB562;
}
.pricing-dropdowns__button span:nth-child(2) {
  border-color: #16523C !important;
  background-color: #16523C !important;
  color: #ffffff !important;
}
.pricing-dropdowns__row {
  display: flex;
}
.pricing-dropdowns__row:last-child div {
  border-bottom: none;
}
.pricing-dropdowns__col {
  width: 160px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #9EACA7;
  padding: 11px 0;
}
.pricing-dropdowns__col span {
  color: #16523C;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 2rem;
}
.pricing-dropdowns__col span > span {
  font-size: 1.2rem;
  color: #9EACA7;
}
.pricing-dropdowns__col svg {
  margin-right: 16px;
}

.pricing-tiles {
  background-color: #16523C;
  padding-top: 200px;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}
.pricing-tiles__pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.pricing-tiles__wrapper {
  display: flex;
  color: #ffffff;
  padding: 0 68px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1200px) {
  .pricing-tiles__wrapper {
    padding: 0;
  }
}
@media (max-width: 980px) {
  .pricing-tiles__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.pricing-tiles__title {
  color: #ffffff;
  position: relative;
  z-index: 2;
}
.pricing-tiles__title h1, .pricing-tiles__title h2, .pricing-tiles__title h3, .pricing-tiles__title h4 {
  font-size: 6.4rem;
  line-height: 6.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
@media (max-width: 980px) {
  .pricing-tiles__title h1, .pricing-tiles__title h2, .pricing-tiles__title h3, .pricing-tiles__title h4 {
    text-align: center;
  }
}
.pricing-tiles__text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.7rem;
  color: #ffffff;
  margin-bottom: 82px;
  position: relative;
  z-index: 2;
}
@media (max-width: 980px) {
  .pricing-tiles__text {
    text-align: center;
  }
}
.pricing-tiles__item {
  background-color: rgba(148, 171, 148, 0.15);
  padding: 32px 25px;
  margin-right: 20px;
  border-radius: 20px;
  flex: 1;
}
@media (max-width: 980px) {
  .pricing-tiles__item {
    margin-right: 0;
    margin-bottom: 40px;
    max-width: 400px;
  }
}
.pricing-tiles__item:last-child {
  margin-right: 0;
}
.pricing-tiles__title-box {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 65px;
}
@media (max-width: 980px) {
  .pricing-tiles__title-box {
    margin-bottom: 65px;
  }
}
.pricing-tiles__title-box img {
  margin-right: 31px;
  width: 86px;
  height: 86px;
}
.pricing-tiles__set-title {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  line-height: 2.8rem;
}
.pricing-tiles__set-title-box {
  display: flex;
  justify-content: center;
  margin-bottom: 63px;
}
.pricing-tiles__set-title-box span {
  font-weight: 300;
  font-size: 4rem;
  line-height: 5.5rem;
}
.pricing-tiles__include {
  margin-bottom: 10px;
  display: flex;
}
.pricing-tiles__include span {
  font-weight: 300;
  font-size: 1.6rem;
  line-height: 2.2rem;
  color: #ffffff;
}
.pricing-tiles__include svg {
  min-width: 22px;
  min-height: 22px;
  margin-right: 25px;
}

.blog-archive {
  background-color: #16523C;
  margin-bottom: 0;
  padding-top: 222px;
}
.blog-archive__title {
  color: #ffffff;
  font-size: 6.4rem;
  line-height: 6.6rem;
  font-weight: 400;
  margin-bottom: 10px;
}
.blog-archive__text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.7rem;
  color: #ffffff;
  margin-bottom: 59px;
  position: relative;
  z-index: 2;
}
.blog-archive__posts {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 61px;
  margin-bottom: 56px;
}
@media (max-width: 1080px) {
  .blog-archive__posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .blog-archive__posts {
    grid-template-columns: repeat(1, 1fr);
  }
}
.blog-archive__posts-box {
  width: 100%;
}
.blog-archive__post {
  width: 100%;
  text-decoration: none;
  color: #ffffff;
}
.blog-archive__post:hover .blog-archive__image img {
  transform: scale(1.2);
}
.blog-archive__post:hover .blog-archive__cta span {
  color: #DEB562;
}
.blog-archive__post:hover .blog-archive__cta svg {
  transform: translateX(8px);
}
.blog-archive__image {
  overflow: hidden;
  height: 0;
  padding-top: 37%;
  position: relative;
  padding-top: 59%;
}
.blog-archive__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-archive__image img {
  transition: 0.3s ease;
}
.blog-archive__content {
  padding: 0 24px;
  margin-top: 29px;
}
.blog-archive__post-title {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 3.6rem;
  font-family: "Poppins", sans-serif;
  margin-bottom: 12px;
}
.blog-archive__post-text {
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 2.7rem;
  color: #9EACA7;
  margin-bottom: 22px;
}
.blog-archive__cta {
  display: flex;
  align-items: center;
}
.blog-archive__cta span {
  margin-right: 18px;
  transition: 0.3s ease;
  font-weight: 300;
  font-size: 1.8rem;
}
.blog-archive__cta svg {
  transition: 0.3s ease;
}
.blog-archive__pagination-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding-bottom: 57px;
}
.blog-archive__pagination-box > span {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-archive .page-numbers {
  color: #16523C;
}
.blog-archive .next-box {
  display: flex;
  align-items: center;
  color: #ffffff;
  transition: 0.3s ease;
}
.blog-archive .next-box:hover {
  color: #DEB562;
}
.blog-archive .next-box svg {
  margin-left: 33px;
}
.blog-archive .prev-box {
  display: flex;
  align-items: center;
  color: #ffffff;
  transition: 0.3s ease;
}
.blog-archive .prev-box:hover {
  color: #DEB562;
}
.blog-archive .prev-box svg {
  margin-right: 33px;
}

.latest-posts {
  background-color: #16523C;
  padding-top: 118px;
  padding-bottom: 118px;
  overflow: hidden;
}
.latest-posts__custom-container {
  width: calc(100% - (100% - 1460px) / 2);
  margin-left: calc((100% - 1460px) / 2);
}
@media (max-width: 1360px) {
  .latest-posts__custom-container {
    width: 100%;
    padding-left: 30px;
    margin-left: 0;
  }
}
.latest-posts__heading-title {
  font-weight: 300;
  font-size: 6.4rem;
  line-height: 6.6rem;
  color: #ffffff;
  margin-bottom: 72px;
}
.latest-posts__item:hover .latest-posts__image img {
  transform: scale(1.2);
  transform-origin: center;
}
.latest-posts__item:hover .latest-posts__cta span {
  color: #DEB562;
}
.latest-posts__item:hover .latest-posts__cta svg {
  transform: translateX(8px);
}
.latest-posts__item a {
  text-decoration: none;
}
.latest-posts__item:hover .articles__image img {
  transform: scale(1.2);
}
.latest-posts__image {
  overflow: hidden;
  height: 0;
  padding-top: 37%;
  position: relative;
  padding-top: 56%;
}
.latest-posts__image img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-posts__image img {
  transition: transform 0.3s;
}
.latest-posts__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.latest-posts__info, .latest-posts__content {
  padding: 0 30px;
}
@media (max-width: 1360px) {
  .latest-posts__info, .latest-posts__content {
    padding: 0;
  }
}
.latest-posts__author {
  display: flex;
  align-items: center;
}
.latest-posts__author-image img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.latest-posts__author-name {
  margin-left: 18px;
}
.latest-posts__author-name, .latest-posts__time, .latest-posts__date {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 400;
  color: #9EACA7;
}
@media (max-width: 1520px) {
  .latest-posts__author-name, .latest-posts__time, .latest-posts__date {
    font-size: 1.6rem;
  }
}
.latest-posts__box {
  text-align: right;
}
.latest-posts__title {
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: 300;
  margin: 16px 0;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}
.latest-posts__text {
  font-size: 1.8rem;
  line-height: 2.7rem;
  font-weight: 400;
  color: #9EACA7;
}
.latest-posts__cta {
  display: flex;
  align-items: center;
  margin-top: 22px;
}
.latest-posts__cta span {
  margin-right: 18px;
  transition: 0.3s ease;
  font-weight: 300;
  font-size: 1.8rem;
  color: #ffffff;
}
.latest-posts__cta svg {
  transition: 0.3s ease;
}
.latest-posts__wrapper {
  position: relative;
}
.latest-posts__pagination {
  position: absolute;
  top: 30%;
  right: 30px;
  transform: translateY(-50%);
  z-index: 3;
}

.header {
  position: fixed;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: all 0.3s;
  margin-top: 25px;
  width: 100%;
  z-index: 999;
}
.header__bar {
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.3s;
  width: 100%;
  top: 0;
  left: 0;
  height: 99px;
  position: fixed;
  background-color: #09261C;
}
.header__logo {
  z-index: 999;
  transition: transform 0.3s;
  transform-origin: left;
}
.header__logo:active {
  transform: scale(0.8);
}
.header__pattern {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.header__menu {
  list-style: none;
  max-height: calc(100vh - 150px);
  margin-top: 90px;
  overflow-y: auto;
  z-index: 2;
  position: relative;
}
.header__menu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #ffffff;
  border-radius: 30px;
}
.header__menu::-webkit-scrollbar {
  width: 6px;
  background-color: #ffffff;
  border-radius: 30px;
}
.header__menu::-webkit-scrollbar-thumb {
  background-color: #DEB562;
  border-radius: 30px;
}
.header__menu ul li {
  list-style: none;
}
.header__menu ul li a {
  font-size: 9.6rem;
  font-family: "Moniqa";
  color: #FFF;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 980px) {
  .header__menu ul li a {
    font-size: 50px;
    line-height: 55px;
  }
}
.header__menu ul li a:hover {
  color: #DEB562;
}
.header__menu ul .current-menu-item a {
  color: #DEB562;
}
.header__apla {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #09261C;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 980;
  transform: scaleY(0);
  transform-origin: top;
  overflow: hidden;
}
.header__apla h1 {
  color: #fff;
  font-size: 64px;
}
.header__apla--active .header__contact-box {
  opacity: 1;
  transition: 0.3s 0.2s ease;
}
.header__apla--active .header__contact-box-mobile {
  opacity: 1;
  transition: 0.3s 0.2s ease;
}
.header__contact-box-mobile {
  display: none;
  position: relative;
  z-index: 2;
  margin-top: 15px;
  transition: 0.3s 0.2s ease;
  opacity: 0;
}
@media (max-width: 980px) {
  .header__contact-box-mobile {
    display: flex;
    flex-direction: column;
  }
}
.header__contact-box-mobile a {
  color: #DEB562;
  font-family: "Moniqa", serif;
  font-weight: 400;
  font-size: 4rem;
  line-height: 4.2rem;
  text-decoration: none;
  transition: 0.3s ease;
}
.header__contact-box-mobile a:hover {
  color: #ffffff;
}
.header__contact-box {
  position: absolute;
  right: 10px;
  bottom: 0;
  display: flex;
  flex-direction: column;
  transition: 0.3s 0.2s ease;
  opacity: 0;
}
@media (max-width: 980px) {
  .header__contact-box {
    display: none;
  }
}
.header__contact-box a {
  color: #DEB562;
  font-family: "Moniqa", serif;
  font-weight: 400;
  font-size: 6rem;
  line-height: 6.2rem;
  text-decoration: none;
  transition: 0.3s ease;
}
.header__contact-box a:hover {
  color: #ffffff;
}
.header__flex {
  display: flex;
  justify-content: space-between;
  transition: all 0.3s;
}
.header__burger-wrapper {
  cursor: pointer;
  display: flex;
  align-items: center;
  background-color: transparent;
  border: 0;
  outline: none;
  z-index: 999;
}
.header__info {
  font-size: 36px;
  margin-right: 18px;
  margin-top: 4px;
  font-family: "Moniqa";
  color: #FFF;
  text-transform: uppercase;
}
.header__burger {
  width: 42px;
  height: 18px;
  display: block;
}
.header__burger span {
  width: 100%;
  height: 2px;
  background-color: #fff;
  margin: 5px 0;
  transition: transform 0.2s, opacity 0.3s, background-color 0.3s;
  display: block;
  border-radius: 8px;
}
.header__burger span:first-child {
  margin-top: 0;
}
.header__burger--active span:first-child {
  transform: rotate(45deg) translateX(8px) translateY(6px);
}
.header__burger--active span:nth-child(2) {
  transform: translateX(-10px);
  opacity: 0;
}
.header__burger--active span:last-child {
  transform: rotate(-45deg) translateX(4px) translateY(-2px);
}
.header--scrolled {
  margin-top: 0;
}
.header--scrolled .header__logo {
  transform: scale(0.5);
}
.header--scrolled .header__bar {
  transform: scaleY(1);
}
.header--scrolled .header__flex {
  margin-top: -20px;
}

.footer {
  background-color: #09261C;
  border-bottom: 1px solid #09261C;
}
.footer__wrapper {
  max-width: 1372px;
  padding: 155px 0;
  display: flex;
}
@media (max-width: 800px) {
  .footer__wrapper {
    display: block;
    padding: 100px 0 60px 0;
  }
}
.footer__logo {
  margin-right: 13%;
}
@media (max-width: 1200px) {
  .footer__logo {
    margin-right: 8%;
  }
}
@media (max-width: 1080px) {
  .footer__logo {
    margin-right: 5%;
  }
}
@media (max-width: 800px) {
  .footer__logo {
    margin-right: 0;
    margin-bottom: 50px;
  }
}
.footer__menu {
  margin-right: 13%;
}
.footer__menu .menu-item-105 {
  margin-right: 65px;
}
@media (max-width: 1080px) {
  .footer__menu .menu-item-105 {
    margin-right: 40px;
  }
}
@media (max-width: 800px) {
  .footer__menu .menu-item-105 {
    margin-right: 80px;
  }
}
@media (max-width: 600px) {
  .footer__menu .menu-item-105 {
    margin-right: 40px;
  }
}
.footer__menu .menu {
  display: flex;
}
.footer__menu .menu li :first-child {
  margin-top: 15px;
}
.footer__menu .menu li a {
  pointer-events: none;
}
@media (max-width: 800px) {
  .footer__menu .menu li a {
    font-size: 2.5rem;
  }
}
.footer__menu .sub-menu li :first-child {
  margin-top: 0px;
}
.footer__menu .sub-menu li a {
  pointer-events: auto;
  margin-bottom: 0;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 3rem;
  color: #ffffff;
  opacity: 0.7;
  transition: 0.2s ease-out;
}
.footer__menu .sub-menu li a:hover {
  color: #DEB562;
  opacity: 1;
}
@media (max-width: 800px) {
  .footer__menu .sub-menu li a {
    font-size: 2rem;
    line-height: 4rem;
  }
}
.footer__menu ul {
  list-style: none;
}
.footer__menu ul a {
  text-decoration: none;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .footer__menu {
    margin-right: 8%;
  }
}
@media (max-width: 1080px) {
  .footer__menu {
    margin-right: 5%;
  }
}
@media (max-width: 800px) {
  .footer__menu {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer__contact {
  margin-right: 8%;
}
.footer__contact h2 {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #ffffff;
  margin-bottom: 18px;
  margin-top: -4px;
}
@media (max-width: 800px) {
  .footer__contact h2 {
    font-size: 2.5rem;
  }
}
.footer__contact span,
.footer__contact a {
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #ffffff;
  text-decoration: none;
  transition: 0.2s ease-out;
}
@media (max-width: 800px) {
  .footer__contact span,
.footer__contact a {
    font-size: 2rem;
  }
}
.footer__contact a:hover {
  color: #DEB562;
}
@media (max-width: 800px) {
  .footer__contact {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
.footer__contact-content-title {
  opacity: 0.7;
  margin-right: 80px;
}
@media (max-width: 1080px) {
  .footer__contact-content-title {
    margin-right: 30px;
  }
}
.footer__social svg path {
  transition: 0.2s ease-out;
}
.footer__social svg:hover path,
.footer__social svg:active path,
.footer__social svg:visited path {
  fill: #DEB562;
}
.footer__social a {
  text-decoration: none;
}
.footer__social h2 {
  margin: -4px 0 22px 0px;
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #ffffff;
}
@media (max-width: 800px) {
  .footer__social h2 {
    font-size: 2.5rem;
  }
}
.footer__social-icons-fb {
  margin-right: 28px;
}
@media (max-width: 1080px) {
  .footer__social-icons-fb {
    margin-right: 18px;
  }
}
.footer__copyright {
  min-height: 197px;
  text-align: center;
  padding-top: 40px;
  position: relative;
}
.footer__copyright::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  background-color: #ffffff;
  opacity: 0.15;
  border-bottom: 1px solid #ffffff;
}
.footer__copyright span {
  font-family: "Poppins";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2.1rem;
  color: #ffffff;
  opacity: 0.75;
}
@media (max-width: 800px) {
  .footer__copyright {
    min-height: 140px;
  }
}

.blog {
  background-color: #16523C;
  margin-bottom: 0;
  padding-top: 222px;
  position: relative;
}
.blog .container-small {
  position: relative;
  z-index: 3;
}
.blog__pattern {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.blog__main-photo {
  margin-bottom: 55px;
  position: relative;
  overflow: hidden;
  padding-top: 52%;
  border-radius: 3px;
}
.blog__main-photo img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog__title {
  margin-bottom: 36px;
}
.blog__title h1 {
  font-family: "Moniqa";
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 6.7rem;
  color: #ffffff;
}
.blog__content {
  padding-bottom: 158px;
}
@media (max-width: 1080px) {
  .blog__content {
    padding-bottom: 70px;
  }
}
.blog__content ul, .blog__content ol {
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.blog__content ul li, .blog__content ol li {
  margin-bottom: 5px;
  margin-left: 17px;
}
.blog__content p {
  list-style: none;
  font-family: "Poppins";
  font-weight: 300;
  font-size: 1.8rem;
  line-height: 2.7rem;
  color: #ffffff;
  margin-bottom: 20px;
}
.blog__content strong {
  font-weight: 600;
}
.blog__content a {
  text-decoration: none;
  color: #DEB562;
  transition: 0.2s ease-out;
}
.blog__content a:hover {
  color: #ffffff;
}
.blog__content h1, .blog__content h2, .blog__content h3, .blog__content h4 {
  font-family: "Moniqa";
  font-weight: 400;
  line-height: 6.7rem;
  color: #ffffff;
}
.blog__content h1 {
  font-size: 6.4rem;
  line-height: 6.7rem;
}
.blog__content h2 {
  font-size: 5.4rem;
  line-height: 5.7rem;
}
.blog__content h3 {
  font-size: 4.4rem;
  line-height: 4.7rem;
}
.blog__content h4 {
  font-size: 3.4rem;
  line-height: 3.7rem;
}
.blog__content img {
  width: 100%;
  text-align: center;
  -o-object-fit: contain;
     object-fit: contain;
}
.blog__two_buttons {
  position: relative;
  background-color: #ffffff;
  padding: 100px 30px;
}
@media (max-width: 1080px) {
  .blog__two_buttons {
    padding: 50px 30px;
  }
}
.blog__wrapper {
  max-width: 467px;
  margin: auto;
}
.blog__two-buttons-title-h2 {
  text-align: center;
  font-family: "Moniqa";
  font-weight: 400;
  font-size: 6.4rem;
  line-height: 6.7rem;
  color: #16523C;
}
.blog__two-buttons-title-h2::before {
  content: "";
  position: absolute;
  width: 135px;
  bottom: -11px;
  left: 50%;
  transform: translateX(-50%);
  border-bottom: 1px solid #9EACA7;
}
@media (max-width: 600px) {
  .blog__two-buttons-title-h2::before {
    width: 90px;
  }
}
.blog__two-buttons-title {
  width: 100%;
  margin-bottom: 69px;
  position: relative;
}
@media only screen and (max-width: 430px) {
  .blog__two-buttons-buttons span {
    font-size: 12px !important;
  }
}
.blog__two-buttons-first-button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
  margin-right: 24px;
}
@media (max-width: 600px) {
  .blog__two-buttons-first-button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.blog__two-buttons-first-button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.blog__two-buttons-first-button:hover div {
  transform: rotateX(-90deg);
}
.blog__two-buttons-first-button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .blog__two-buttons-first-button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.blog__two-buttons-first-button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
}
@media (max-width: 600px) {
  .blog__two-buttons-first-button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.blog__two-buttons-first-button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
}
@media (max-width: 600px) {
  .blog__two-buttons-first-button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
.blog__two-buttons-first-button span {
  border: 1px solid #16523C;
}
.blog__two-buttons-second-button {
  width: 200px;
  height: 60px;
  cursor: pointer;
  perspective: 500px;
  -webkit-perspective: 500px;
  display: block;
  min-width: 260px;
}
@media (max-width: 600px) {
  .blog__two-buttons-second-button {
    width: 100px;
    height: 40px;
    perspective: 400px;
    -webkit-perspective: 400px;
  }
}
.blog__two-buttons-second-button div {
  height: 100%;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: 0.25s;
  -webkit-transition: 0.25s;
}
.blog__two-buttons-second-button:hover div {
  transform: rotateX(-90deg);
}
.blog__two-buttons-second-button:hover div span:nth-child(1) {
  opacity: 0;
}
.blog__two-buttons-second-button:hover div span:nth-child(2) {
  opacity: 1;
}
.blog__two-buttons-second-button span {
  width: 100%;
  height: 100%;
  position: absolute;
  border: 1px solid #ffffff;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  line-height: 57px;
  font-size: 20px;
  text-align: center;
}
@media (max-width: 600px) {
  .blog__two-buttons-second-button span {
    font-size: 15px;
    line-height: 39px;
  }
}
.blog__two-buttons-second-button span:nth-child(1) {
  color: #ffffff;
  transform: translate3d(0, 0, 30px);
  -webkit-transform: translate3d(0, 0, 30px);
  background: #16523C;
  opacity: 1;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .blog__two-buttons-second-button span:nth-child(1) {
    transform: translate3d(0, 0, 20px);
    -webkit-transform: translate3d(0, 0, 20px);
  }
}
.blog__two-buttons-second-button span:nth-child(2) {
  color: #16523C;
  background: #fff;
  transform: rotateX(90deg) translate3d(0, 0, 30px);
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 30px);
  opacity: 0;
  transition: 0.3s ease;
}
@media (max-width: 600px) {
  .blog__two-buttons-second-button span:nth-child(2) {
    transform: rotateX(90deg) translate3d(0, 0, 20px);
    -webkit-transform: rotateX(90deg) translate3d(0, 0, 20px);
  }
}
.blog__two-buttons-second-button span:nth-child(1) {
  background-color: #ffffff !important;
  color: #16523C !important;
  border: 1px solid #16523C;
}
.blog__two-buttons-second-button span:nth-child(2) {
  background-color: #16523C !important;
  color: #ffffff !important;
}
@media (max-width: 600px) {
  .blog__two-buttons-second-button {
    min-width: 120px;
  }
}
.blog__two-buttons-buttons {
  display: flex;
}
.blog__two-buttons-buttons a {
  flex: 1;
}