@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700;800;900&display=swap");

*,
ul,
p {
  margin: 0;
  padding: 0;
  list-style: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
  outline: none;
  font-family: "Montserrat", sans-serif;
  user-select: none !important;
}

*::-webkit-scrollbar,
ul::-webkit-scrollbar,
p::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-track,
ul::-webkit-scrollbar-track,
p::-webkit-scrollbar-track {
  background: #f1f1f1;
}

*::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb,
p::-webkit-scrollbar-thumb {
  background: rgba(28, 79, 209, 0.5);
  border-radius: 10px;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=radio] {
  accent-color: #1b4fd0;
}

html {
  min-width: 1500px;
}

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

.main {
  margin: 80px 0;
}

body {
  background: #ffeebc;
  overflow-y: scroll;
  min-width: 320px;
}

@media (max-width: 1250px) {
  .container {
    width: 100%;
    max-width: 992px;
    padding: 0 15px;
  }
}

@media (max-width: 992px) {
  .container {
    max-width: 768px;
  }

  .main {
    margin-top: 70px;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 576px;
  }

  * {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
  }
}

@media (max-width: 576px) {
  .container {
    max-width: unset;
  }
}

header {
  height: 120px;
}

.nv-header {
  border-bottom: 1px solid rgba(137, 137, 137, 0.2);
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9;
  background: #ffeaad;
}

.nv-header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  gap: 10px;
  position: relative;
  width: 100%;
}

.nv-header__burger {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nv-header__burger img {
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-header__burger img:hover {
  opacity: 0.6;
}

.nv-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0 80px;
  gap: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nv-header__list li {
  color: #111111;
  text-align: center;
  font-family: "Montserrat";
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 16.8px */
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 110px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nv-header__list li.active {
  color: #86741d;
}

.nv-header__list li:hover {
  opacity: 0.6;
}

.nv-header__list li.logo {
  opacity: 0;
  width: 100%;
  -ms-flex-negative: unset;
  flex-shrink: unset;
}

.nv-header__logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nv-header__logo img {
  width: 190px;
  height: 60px;
}

.nv-header__search {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.nv-footer {
  background: #ffeaad;
  padding: 85px 0 0 0;
  margin-top: auto;
}

.nv-footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nv-footer__info {
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nv-footer__info-text {
  color: #111111;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
}

.nv-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
  width: 25%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nv-footer__links-title {
  color: #111;
  font-family: "Frank Ruhl Libre";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  text-transform: uppercase;
  margin-bottom: 10px;
}

.nv-footer__links-link {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 19.2px */
  text-transform: uppercase;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-footer__links-link:hover {
  color: #898989;
}

.nv-footer__contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 25%;
  gap: 20px;
}

.nv-footer__contact-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  background: #f0dca0;
  height: 60px;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nv-footer__contact-input input {
  all: unset;
  padding: 0 20px;
  color: #333;
  font-size: 14px;
  font-style: normal;
  height: 100%;
  font-weight: 400;
  line-height: 100%;
  /* 14px */
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nv-footer__contact-input button {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 8px;
  background: #857829;
  width: 42px;
  height: 42px;
  margin: 0 10px;
  cursor: pointer;
}

.nv-footer__contact-desc {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 24px */
  margin-bottom: 10px;
}

.nv-footer__contact-title {
  color: #111;
  font-family: "Frank Ruhl Libre";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 26px */
  text-transform: uppercase;
}

.nv-footer__contact-item {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 16px */
}

.nv-footer__contact-item a {
  font-weight: 400;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-footer__contact-item a:hover {
  opacity: 0.6;
}

.nv-footer__credentials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  border-top: 1px solid #898989;
  margin-top: 70px;
}

.nv-footer__credentials-text {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 16px */
}

.nv-rubrics {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 480px;
  z-index: 10;
  padding: 100px 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  background: #ffeeb1;
  -webkit-box-shadow: 0px 11px 101px -49px rgba(160, 160, 160, 0.26);
  box-shadow: 0px 11px 101px -49px rgba(160, 160, 160, 0.26);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nv-rubrics.opened {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.nv-rubrics__toggler {
  width: 120px;
  height: 120px;
  padding: 40px;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-rubrics__toggler:hover {
  opacity: 0.6;
}

.nv-rubrics__title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 42px */
  margin-bottom: 15px;
}

.nv-rubrics__list li,
.nv-rubrics__list a {
  color: #111;
  margin-bottom: 10px;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  /* 26.4px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  gap: 10px;
}

.nv-rubrics__list li:hover,
.nv-rubrics__list a:hover {
  opacity: 0.6;
}

.nv-rubrics__list a::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 2px;
  content: "";
  background: #111;
}

.nv-intro {
  height: calc(100vh - 120px);
  position: relative;
  background: url("../images/ALISHER.png") no-repeat;
  background-position: 400px -10vh;
}

.nv-intro::after,
.nv-intro::before {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 10;
  width: 1px;
  background: rgba(137, 137, 137, 0.2);
  content: "";
}

.nv-intro::after {
  left: 120px;
}

.nv-intro::before {
  right: 120px;
}

.nv-intro__socials {
  position: absolute;
  width: 120px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 15px;
  padding-bottom: 40px;
}

.nv-intro__social {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-intro__social img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.nv-intro__social:hover {
  opacity: 0.6;
}

.nv-intro__content {
  height: 100%;
  position: relative;
}

.nv-intro__bg {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.nv-intro__bg img {
  width: 80%;
}

.nv-intro__texts {
  position: absolute;
  bottom: 0;
  padding: 100px;
  left: 0;
}

.nv-intro__name {
  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: 50px;
}

.nv-intro__name span {
  color: #333;
  font-family: "Frank Ruhl Libre";
  font-size: 100px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 62px */
}

.nv-intro__name span:first-child {
  font-size: 62px;
}

.nv-intro__dates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nv-intro__dates>span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 2px;
  background: #333;
}

.nv-intro__date span {
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 14px */
}

.nv-intro__date p {
  color: #333;
  font-family: "Frank Ruhl Libre;";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  /* 56px */
}

.nv-biography {
  padding: 80px 0;
}

.nv-biography__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nv-biography__desc {
  width: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.nv-biography__title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
  margin-bottom: 10px;
}

.nv-biography p {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 33px */
}

.nv-biography__image {
  max-width: 50%;
  margin: auto;
  position: relative;
  max-height: 80vh;
}

.nv-biography__image::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  border: 10px solid #857829;
  -webkit-transform: translate(30px, -50px);
  -ms-transform: translate(30px, -50px);
  transform: translate(30px, -50px);
}

.nv-biography__image img {
  position: relative;
  z-index: 1;
}

.nv-cite {
  padding: 150px 0;
  background: #fff6dc;
  position: relative;
}

.nv-cite__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nv-cite__text {
  color: #111;
  text-align: center;
  font-family: "Frank Ruhl Libre";
  font-size: 56px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 67.2px */
  background: #fff6dc;
  z-index: 2;
  padding: 30px 60px;
}

.nv-cite__author {
  color: #857829;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 24px */
  -ms-flex-item-align: end;
  align-self: flex-end;
  padding-right: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nv-cite__author::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: "";
  width: 30px;
  height: 1px;
  background: #857829;
}

.nv-cite::after {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  background: #857829;
  height: 1px;
  z-index: 0;
}

.nv-bio {
  padding: 80px 0;
}

.nv-bio__title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 120px;
}

.nv-bio__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 50px;
  margin-bottom: 80px;
}

.nv-bio__block:nth-child(2) {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.nv-bio__block:nth-child(3) .nv-bio__block-img::after {
  display: none;
}

.nv-bio__block-desc {
  width: 50%;
  overflow: hidden;
}

.nv-bio__block-desc p {
  color: #333;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  /* 33px */
  margin-bottom: 15px;
}

.nv-bio__block-img {
  width: 50%;
  height: 700px;
  position: relative;
}

.nv-bio__block-img::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: 0;
  border: 10px solid #857829;
  -webkit-transform: translate(-80px, -50px);
  -ms-transform: translate(-80px, -50px);
  transform: translate(-80px, -50px);
}

.nv-bio__block-img img {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.nv-gallery__titling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.nv-gallery__titling-title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
}

.nv-gallery__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.nv-gallery__item {
  width: 100%;
  overflow: hidden;
  height: 230px;
  border-radius: 10px;
  cursor: pointer;
}

.nv-gallery__item img {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
}

.nv-gallery__item p {
  display: none;
}

.nv-gallery__item:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}

.nv-gallery__popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: rgba(255, 255, 255, 0.64);
  -webkit-backdrop-filter: blur(10.5px);
  backdrop-filter: blur(10.5px);
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.nv-gallery__popup-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #ffeebc;
  border-radius: 10px;
}

.nv-gallery__popup-body {
  width: 100%;
  max-height: 80vh;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.nv-gallery__popup-body img,
.nv-gallery__popup-body video,
.nv-gallery__popup-body iframe {
  width: 100%;
  max-height: 80vh;
  -o-object-fit: contain;
  object-fit: contain;
}

.nv-gallery__popup-desc {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #e6c566;
  height: 250px;
  padding: 70px;
  width: 45vw;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nv-gallery__popup-desc p {
  color: #333;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 190%;
  /* 45.6px */
  text-transform: uppercase;
}

.nv-gallery__popup-close {
  position: absolute;
  background: #e6c566;
  top: 100px;
  right: 100px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 10px;
}

.nv-gallery__popup-close:hover {
  opacity: 0.6;
}

.nv-gallery__popup.opened {
  opacity: 1;
  visibility: visible;
}

.nv-selector {
  position: relative;
  z-index: 8;
  border-radius: 10px;
  border: 1px solid #857829;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  max-height: 60px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #ffeebc;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nv-selector__parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  gap: 20px;
}

.nv-selector__label {
  color: #857829;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.nv-selector__holder {
  position: relative;
  height: 60px;
  width: 220px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nv-selector__toggler {
  height: 60px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 5px 20px;
  gap: 15px;
  cursor: pointer;
}

.nv-selector__toggler p {
  color: #857829;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
  margin-right: auto;
}

.nv-selector__toggler img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-selector__toggler img:nth-child(1) {
  width: 40px;
  height: 25px;
  background: #000;
  border-radius: 5px;
}

.nv-selector__body {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nv-selector__body::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.nv-selector__item {
  padding: 0 20px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-selector__item p {
  color: #857829;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 21.6px */
}

.nv-selector__item img {
  width: 40px;
  height: 25px;
  background: #000;
  border-radius: 5px;
}

.nv-selector__item:hover {
  background: #e7e7e7;
}

.nv-selector.opened {
  max-height: 400px;
}

.nv-selector.opened .nv-selector__toggler-arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.nv-enc__titling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.nv-enc__titling-title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
}

.nv-enc__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.nv-enc__list {
  max-height: calc(100vh - 200px);
  overflow: auto;
  width: 35%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-right: 30px;
  position: sticky;
  top: 140px;
}

.nv-enc__list::-webkit-scrollbar {
  width: 0;
  height: 0;
}

.nv-enc__list li {
  color: #333;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  /* 54.6px */
  text-transform: uppercase;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  margin-bottom: 10px;
}

.nv-enc__list li:hover,
.nv-enc__list li.current {
  color: #857829;
}

.nv-enc__list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 5px;
}

.nv-enc__list li span {
  font-size: 10px;
  color: #898989;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 190%;
}

.nv-enc__main {
  position: relative;
  background: #ffe394;
  width: 55%;
  padding: 50px 70px 50px 50px;
  margin-top: 100px;
}

.nv-enc__main-img {
  top: 0;
  right: 0;
  width: 10px;
  height: 100%;
  position: absolute;
}

.nv-enc__main-img img {
  all: unset;
  position: sticky;
  top: 190px;
  -webkit-transform: translate(-50px, -50px);
  -ms-transform: translate(-50px, -50px);
  transform: translate(-50px, -50px);
  background: #ffe394;
  max-width: 345px;
  max-height: 490px;
  -o-object-fit: cover;
  object-fit: cover;
}

.nv-enc__main-body {
  color: #333;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.nv-enc__main-body p {
  margin-bottom: 10px;
}

.nv-enc__main-body img,
.nv-enc__main-body iframe,
.nv-enc__main-body video {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  margin-bottom: 10px;
}

.nv-enc__main-btns {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 30px;
}

.nv-enc__main-btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  color: #333;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  /* 26.286px */
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.nv-enc__main-btns a:hover {
  color: #857829;
}

.nv-enc__main figcaption {
  margin: 0 0 10px 0;
  font-size: 12px;
  font-style: italic;
  text-align: center;
}

.nv-enc__main-title {
  font-size: 24px;
  color: #857829;
  line-height: 140%;
  margin-bottom: 10px;
  width: 70%;
}

.nv-enc__main-date {
  color: #898989;
  font-size: 16px;
  line-height: 1;
  float: right;
  font-weight: 400;
  margin: 0;
}

.nv-enc__main-author {
  color: #898989;
  font-size: 18px;
  max-width: 80%;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px 0;
}

.nv-faq {
  overflow: hidden;
}

.nv-faq__titling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.nv-faq__titling-title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
}

.nv-faq__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px;
}

.nv-faq__card {
  width: calc(50% - 10px);
  border-radius: 10px;
  background: #e6c566;
  -webkit-box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.03);
  min-height: 60px;
  max-height: 60px;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.nv-faq__card-title {
  padding: 10px;
  border-radius: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 40px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  padding: 10px 20px;
}

.nv-faq__card-title p {
  color: #b5964d;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nv-faq__card-title::after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url("../images/icon-dropdown.svg") no-repeat center center;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
}

.nv-faq__card-content {
  background: #e6c566;
  width: calc(100% - 30px);
  margin: 15px;
  border-radius: 10px;
  padding: 15px;
}

.nv-faq__card-content p {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.nv-faq__card.opened {
  max-height: 500px;
}

.nv-faq__card.opened .nv-faq__card-title::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.nv-loader {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #ffdf82cc;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nv-loader__body {
  width: 70px;
  height: 70px;
  position: relative;
}

.nv-loader__circle {
  width: 100%;
  height: 100%;
  background-color: #857829;
  border-radius: 50%;
  position: absolute;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
}

.nv-loader__circle.circle-front {
  opacity: 1;
}

.nv-loader__circle.circle-rear {
  -webkit-animation: rear-grow 1s infinite, fade-out 2s 1s infinite;
  animation: rear-grow 1s infinite, fade-out 2s 1s infinite;
}

.nv-loader.none {
  opacity: 0;
  visibility: hidden;
}

.nv-contacts__titling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 50px;
}

.nv-contacts__titling-title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
}

.nv-contacts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.nv-contacts__map {
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 25px;
  padding: 20px 25px 20px 0;
  border-right: 1px solid #e2e2e2;
}

.nv-contacts__map iframe {
  width: 100%;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

.nv-contacts__infos {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 20px 0;
}

.nv-contacts__info {
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nv-contacts__info-title {
  color: #857829;
  font-family: Frank Ruhl Libre;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
  margin-bottom: 5px;
}

.nv-contacts__info-link {
  color: #898989;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 68px */
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}

.nv-contacts__info-link:hover {
  color: #898989;
  opacity: 0.6;
}

.nv-contacts__form {
  width: 40%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 25px;
  padding: 20px 0 20px 25px;
  border-left: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.nv-contacts__form-title {
  width: 100%;
  font-size: 16px;
  color: #857829;
  font-family: Frank Ruhl Libre;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 68px */
  margin-bottom: 20px;
}

.nv-contacts__form-btn {
  cursor: pointer;
  padding: 12px 25px;
  border-radius: 10px;
  border: 1px solid #857829;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #857829;
  margin-left: auto;
}

.nv-contacts__form-btn:hover {
  opacity: 0.6;
}

.nv-contacts__form input,
.nv-contacts__form textarea {
  all: unset;
  width: 100%;
  margin-bottom: 15px;
  height: 50px;
  border: 1px solid #e2e2e2;
  padding: 0 15px;
  border-radius: 10px;
  font-size: 14px;
  color: #333;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 68px */
}

.nv-contacts__form textarea {
  padding: 10px 15px;
  height: 100px;
}

.nv-contacts__form input:nth-child(2) {
  margin-right: auto;
  width: calc(50% - 39px);
}

.nv-contacts__form input:nth-child(3) {
  width: calc(50% - 39px);
}

.nv-modals {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffdb7480;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  z-index: 999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  visibility: hidden;
}

.nv-modals.show {
  opacity: 1;
  visibility: visible;
}

.nv-modals__body {
  width: 700px;
  padding: 70px 100px;
  background: #e6c566;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
}

.nv-modals__icon {
  width: 150px;
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
}

.nv-modals__txt {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 600;
}

.nv-news {
  overflow: hidden;
}

.nv-news__titling {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.nv-news__titling-title {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
}

.nv-news__titling-innertitle {
  color: #857829;
  font-family: "Frank Ruhl Libre";
  font-size: 36px;
  text-align: center;
  margin: 0 auto;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 68px */
  width: 900px;
}

.nv-news__cards {
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(4, 1fr);
}

.nv-news__content.inner {
  width: 1200px !important;
  margin: 0 auto;
}

.nv-news__innerbody {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333;
}

.nv-news__innerbody h1,
.nv-news__innerbody h2,
.nv-news__innerbody h3,
.nv-news__innerbody h4,
.nv-news__innerbody h5,
.nv-news__innerbody h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  color: #333;
  margin-bottom: 15px;
}

.nv-news__innerbody p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 15px;
  color: #333;
}

.nv-news__innerbody p.bold {
  font-weight: 700;
}

.nv-news__innerbody img {
  width: 700px;
  max-height: 70vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 15px auto;
}

.nv-news__innerbody blockquote,
.nv-news__innerbody q {
  border-radius: 8px;
  padding: 30px;
  font-style: normal;
  background: #e6c566;
  font-weight: 500;
  font-size: 20px;
  line-height: 160%;
  color: #333;
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nv-news__innerbody blockquote p,
.nv-news__innerbody q p {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: calc(100% - 90px);
}

.nv-news__innerbody blockquote cite,
.nv-news__innerbody q cite {
  display: block;
  width: 100%;
  text-align: right;
}

.nv-news__innerbody blockquote::before,
.nv-news__innerbody q::before {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  content: '"';
  font-size: 72px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

.nv-news__innerbody table {
  width: 100%;
  margin-bottom: 15px;
  background: #e6c566;
}

.nv-news__innerbody table td,
.nv-news__innerbody table th {
  padding: 10px 15px;
}

.nv-news__innerbody table tr:nth-child(even) {
  background: rgb(255, 255, 255);
}

.nv-news__innerbody a {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
  color: #333;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.nv-news__innerbody a:hover {
  opacity: 0.7;
}

.nv-news .nvcard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  overflow: hidden;
  margin-bottom: 25px;
  height: 100%;
}

.nv-news .nvcard__thumb {
  width: 100%;
  height: 200px;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
}

.nv-news .nvcard__thumb img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -o-object-fit: cover;
  object-fit: cover;
}

.nv-news .nvcard__body {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.nv-news .nvcard__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.nv-news .nvcard__content h3 {
  color: #857829;
  font-size: 18px;
  line-height: 1.4;
  font-family: "Frank Ruhl Libre" !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-clamp: 3;
  box-orient: vertical;
  margin-bottom: 5px;
}

.nv-news .nvcard__content p {
  color: #333;
  font-size: 16px;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-clamp: 4;
  box-orient: vertical;
  margin-bottom: auto;
}

.nv-news .nvcard__content .btn {
  cursor: pointer;
  padding: 12px 25px;
  border-radius: 10px;
  border: 1px solid #857829;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  background: #857829;
  margin-left: auto;
  margin-top: 20px;
}

.nv-news .nvcard__content .btn:hover {
  opacity: 0.6;
}

@-webkit-keyframes rear-grow {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
}

@keyframes rear-grow {

  0%,
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.9);
    transform: scale(1.9);
  }
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 0.4;
  }

  100% {
    opacity: 0;
  }
}