@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
body {
  font-size: 16px;
  background: #F8F8F8;
  font-family: "Roboto";
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  padding-top: 107px;
  color: rgba(23, 23, 23, 0.9);
}
@media (max-width: 991px) {
  body {
    padding-top: 86px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}
body.hidden {
  overflow: hidden;
}

.main {
  flex-grow: 1;
  position: relative;
  padding-top: 24px;
}
section {
  margin-bottom: 100px;
}
@media (max-width: 1239px) {
  section {
    margin-bottom: 80px;
  }
}
@media (max-width: 991px) {
  section {
    margin-bottom: 60px;
  }
}
section:last-child {
  margin-bottom: 60px;
}
@media (max-width: 575px) {
  section:last-child {
    margin-bottom: 30px;
  }
}

a {
  color: #171717;
  text-decoration: none;
  transition: 0.4s ease-in-out;
}
a:hover {
  color: #BD903C;
}

@media (min-width: 1239px) {
  ::-webkit-scrollbar {
    width: 12px;
    height: 5px;
    background: #fff;
  }
  ::-webkit-scrollbar-button {
    display: none;
  }
  ::-webkit-scrollbar-thumb {
    background: #171717;
    border-radius: 50px;
    border: 3px solid transparent;
    background-clip: content-box;
  }
}
.form-control {
  background-color: #F8F8F8;
  border-radius: 12px;
  color: #171717;
  height: 42px;
  transition: 0.4s ease-in-out, background-position 0s;
  border: 0 !important;
  padding: 0.5em 1em;
  letter-spacing: 0.02em;
}
.form-control:focus, .form-control:hover {
  border-color: #171717;
  background-color: #F8F8F8 !important;
}

.wpcf7-response-output {
  display: none;
}

.wpcf7-not-valid-tip {
  color: #D53327;
}

input::-moz-placeholder, textarea::-moz-placeholder, .form-control::-moz-placeholder {
  font-weight: 400;
  color: rgba(23, 23, 23, 0.4);
  opacity: 1;
}

input::placeholder,
textarea::placeholder,
.form-control::placeholder {
  font-weight: 400;
  color: rgba(23, 23, 23, 0.4);
  opacity: 1;
}

input:focus,
textarea:focus {
  box-shadow: none !important;
  outline: none;
}

.textarea {
  min-height: 4.8em !important;
  transition: all 0.4s ease-in-out, height 0s !important;
}

input,
textarea {
  font-family: "Roboto";
}

textarea {
  resize: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.form__group {
  margin-bottom: 14px;
}
.form__label {
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
  letter-spacing: 0.02em;
  color: rgba(23, 23, 23, 0.8);
}
.form__label > span {
  color: #BD903C;
}
.form__action {
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  -moz-column-gap: 22px;
       column-gap: 22px;
  row-gap: 20px;
}
@media (max-width: 575px) {
  .form__action {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .form__action .btn {
    width: 100%;
    padding: 1em;
  }
}
.form__alert > p {
  font-size: 14px;
  margin-bottom: 6px;
  display: inline-block;
  letter-spacing: 0.02em;
  color: rgba(23, 23, 23, 0.8);
}
.form__alert > p > span {
  color: #BD903C;
}
.form__alert > p:last-child {
  margin-bottom: 0;
}

.btn {
  transition: 0.4s ease-in-out;
  border-radius: 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857142857;
  padding: 0;
  border: 0;
  color: #171717;
  background: transparent;
}
.btn:disabled {
  opacity: 0.5;
}
.btn:active {
  opacity: 1;
  background: inherit !important;
  color: inherit !important;
}
.btn:focus {
  box-shadow: none !important;
  outline: none;
}
.btn.disabled, .btn:disabled {
  background: rgba(23, 23, 23, 0.06);
  color: rgba(23, 23, 23, 0.3);
}
.btn--gold {
  background: #BD903C;
  color: #fff;
  padding: 12px 25px;
}
.btn--gold:focus {
  background: #BD903C;
  color: #fff;
}
.btn--gold:active, .btn--gold:hover {
  background: #A68444 !important;
  color: #fff !important;
}
.btn--blue {
  background: #0A194B;
  color: #fff;
  padding: 12px 25px;
}
.btn--blue:focus {
  background: #0A194B;
  color: #fff;
}
.btn--blue:active, .btn--blue:hover {
  background: #0E1735 !important;
  color: #fff !important;
}
.btn--white {
  background: #fff;
  color: #0A194B;
  padding: 12px 25px;
}
.btn--white:focus {
  background: #fff;
  color: #0A194B;
}
.btn--white:active, .btn--white:hover {
  background: #F8F8F8 !important;
  color: #0A194B !important;
}
.btn--link {
  color: #BD903C;
  text-transform: uppercase;
  background: transparent;
  padding: 0;
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
  line-height: 1;
}
.btn--link svg {
  fill: #BD903C;
  transition: 0.4s ease-in-out;
  position: relative;
  top: -1px;
}
.btn--link:focus {
  background: transparent;
  color: #BD903C;
}
.btn--link:focus svg {
  fill: #BD903C;
}
.btn--link:active, .btn--link:hover {
  background: transparent !important;
  color: #0A194B !important;
}
.btn--link:active svg, .btn--link:hover svg {
  fill: #0A194B;
}
.btn--link.disabled, .btn--link:disabled {
  background: transparent !important;
  color: rgba(23, 23, 23, 0.4);
}
.btn--link.disabled svg, .btn--link:disabled svg {
  fill: rgba(23, 23, 23, 0.4);
}
.btn--quest {
  position: fixed;
  bottom: 16px;
  left: 20px;
  right: 20px;
  z-index: 1000;
  padding: 0.85em;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(248, 248, 248, 0.15);
}

._container {
  width: 100%;
  padding: 0 20px;
  max-width: 1240px;
  margin: 0 auto;
}
._container--fluid {
  max-width: 1640px;
}
@media (max-width: 1239px) {
  ._container--fluid {
    max-width: 100% !important;
  }
}
@media (max-width: 1239px) {
  ._container {
    max-width: 992px;
  }
}
@media (max-width: 991px) {
  ._container {
    max-width: 768px;
  }
}
@media (max-width: 767px) {
  ._container {
    max-width: 576px;
  }
}
@media (max-width: 575px) {
  ._container {
    max-width: 100%;
  }
}

.row {
  margin: 0 -14px;
}
@media (max-width: 1239px) {
  .row {
    margin: 0 -10px;
  }
}
@media (max-width: 767px) {
  .row {
    margin: 0 -6px;
  }
}
.row > * {
  padding: 0 14px;
}
@media (max-width: 1239px) {
  .row > * {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .row > * {
    padding: 0 6px;
  }
}
h1 {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  color: #171717;
}
@media (max-width: 991px) {
  h1 {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: clamp(24px, 24px + 30.6 * (100vw - 320px) / 576, 42px);
  }
}

h2 {
  font-size: 40px;
  font-weight: 400;
  line-height: 1.2;
  color: #171717;
}
@media (max-width: 1239px) {
  h2 {
    font-size: 32px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: clamp(24px, 24px + 13.6 * (100vw - 320px) / 576, 32px);
  }
}

h3 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
  color: #171717;
}
@media (max-width: 1239px) {
  h3 {
    font-size: 18px;
  }
}
h4 {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2222222222;
  color: #171717;
}
@media (max-width: 767px) {
  h4 {
    font-size: 16px;
  }
}
h5 {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #171717;
}
h6 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.02;
  color: #171717;
}
.title {
  margin-bottom: 1em;
  text-align: center;
  color: #171717;
}
.swiper-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  -moz-column-gap: 12px;
       column-gap: 12px;
  padding: 6px 12px;
  border-radius: 100px;
  background: rgba(23, 23, 23, 0.06);
}
.swiper-nav--onlyarrows {
  background: transparent;
  padding: 0;
  border-radius: 0;
}
.swiper-nav__button {
  line-height: 0;
}
.swiper-nav--onlyarrows .swiper-nav__button {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  border: 1px solid #BD903C;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.4s ease-in-out;
  background: transparent;
}
.swiper-nav--onlyarrows .swiper-nav__button > svg {
  fill: #BD903C;
  transition: 0.4s ease-in-out;
}
.swiper-nav--onlyarrows .swiper-nav__button:hover {
  background: #BD903C;
}
.swiper-nav--onlyarrows .swiper-nav__button:hover > svg {
  fill: #fff;
}
.swiper-nav--onlyarrows .swiper-nav__button.swiper-button-disabled {
  background: rgba(23, 23, 23, 0.06);
  border-color: rgba(23, 23, 23, 0.06);
}
.swiper-nav--onlyarrows .swiper-nav__button.swiper-button-disabled > svg {
  fill: #fff;
}
.swiper-nav__pagination {
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.swiper-nav__pagination .swiper-pagination-bullet {
  margin: 0 !important;
  opacity: 0.2;
  background: #BD903C;
  width: 5px;
  height: 5px;
  flex: 0 0 5px;
  border-radius: 50%;
  transition: 0.4s ease-in-out;
}
.swiper-nav__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #BD903C;
  opacity: 1;
}

.modal.fade .modal-dialog {
  transition: all 0.4s ease-in-out;
  transform: scale(0.8);
}
.modal.show .modal-dialog {
  transform: scale(1);
}
.modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}
.modal__close > svg {
  fill: #BD903C;
  transition: 0.4s ease-in-out;
}
.modal__close:hover {
  background: rgba(112, 110, 115, 0.1);
}
.modal__close:hover > svg {
  fill: #0A194B;
}
.modal .modal-content {
  border: 0;
  border-radius: 20px;
  position: relative;
  background: #fff;
}

.modal-backdrop {
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  background: rgba(23, 23, 23, 0.25);
  opacity: 1;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-quest .modal-dialog {
  max-width: 620px;
  width: calc(100% - 40px);
}
@media (max-width: 575px) {
  .modal-quest .modal-dialog {
    width: calc(100% - 1rem);
  }
}
.modal-quest__content {
  padding: 40px;
}
@media (max-width: 575px) {
  .modal-quest__content {
    padding: 30px 24px;
  }
}
.modal-quest__title {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .modal-quest__title {
    font-size: 28px;
    margin-bottom: 0.75em;
  }
}
@media (max-width: 575px) {
  .modal-quest__title {
    font-size: 24px;
    margin-bottom: 1em;
  }
}
.offcanvas-backdrop {
  z-index: 990;
  background: rgba(112, 110, 115, 0.1);
}

.offcanvas {
  border: 0 !important;
  background: #F8F8F8;
  transition: 0.4s ease-in-out;
  z-index: 991;
  box-shadow: none !important;
}
@media (max-width: 991px) {
  .offcanvas {
    padding-top: 86px;
  }
}
@media (max-width: 767px) {
  .offcanvas {
    max-width: 320px;
  }
}
@media (max-width: 575px) {
  .offcanvas {
    max-width: 100%;
    width: 100% !important;
  }
}

.modal-menu__body {
  padding: 0;
}
.modal-menu__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  padding-top: 24px;
}
@media (max-width: 575px) {
  .modal-menu__menu {
    padding-bottom: 80px;
  }
}
.modal-menu__menu > li {
  display: block;
  position: relative;
}
.modal-menu__menu > li.has-child > a::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url(../img/arrow-drop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease-in-out;
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
}
.modal-menu__menu > li.has-child.active > a::after {
  transform: translateY(-50%) rotate(0deg);
}
.modal-menu__menu > li > a {
  display: block;
  width: 100%;
  padding: 16px 40px;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
.modal-menu__menu > li > a ~ .sub-menu {
  display: none;
  opacity: 1;
  visibility: visible;
  position: relative;
  list-style: none;
  padding: 1em calc(1.25em + 40px);
  margin-bottom: 0.25em;
  margin-top: 0.25em;
  background: #fff;
}
.modal-menu__menu > li > a ~ .sub-menu > li {
  margin-bottom: 0.75em;
}
.modal-menu__menu > li > a ~ .sub-menu > li:last-child {
  margin-bottom: 0;
}
.modal-menu__footer {
  padding: 16px 16px 32px;
}
.modal-menu__tel {
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.modal-menu__tel a {
  font-size: 20px;
  font-weight: 500;
}
.modal-menu__actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-menu__actions .btn {
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 14px;
}

.modal-search .modal-dialog {
  max-width: 950px;
  width: calc(100% - 40px);
}
@media (max-width: 575px) {
  .modal-search .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 576px) {
  .modal-search .modal__close {
    top: 50%;
    transform: translateY(-50%);
  }
}
.modal-search__content {
  padding: 40px 64px 40px 40px;
}
@media (max-width: 575px) {
  .modal-search__content {
    padding: 25px 20px 20px;
  }
}
.modal-search__title {
  margin-bottom: 16px;
}
.modal-search__form {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 575px) {
  .modal-search__form {
    flex-direction: column;
    row-gap: 16px;
  }
}
.modal-search__group {
  position: relative;
  flex-grow: 1;
}
@media (max-width: 575px) {
  .modal-search__group {
    width: 100%;
  }
}
.modal-search__group .form-control {
  padding-left: 28px;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1) !important;
  padding-right: 0;
}
.modal-search__group .form-control:hover, .modal-search__group .form-control:focus {
  background: #fff !important;
  border-color: #BD903C !important;
}
.modal-search__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
.modal-search__icon > svg {
  width: 16px;
  height: 16px;
  fill: rgba(23, 23, 23, 0.8);
}
.modal-search__actions {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 575px) {
  .modal-search__actions {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .modal-search__submit {
    width: 100%;
  }
}

.modal-expert .modal-dialog {
  max-width: 950px;
  width: calc(100% - 30px);
}
@media (max-width: 575px) {
  .modal-expert .modal-dialog {
    margin-left: auto;
    margin-right: auto;
  }
}
.modal-expert__content {
  display: flex;
  overflow: hidden;
  flex-direction: row;
}
.modal-expert__image {
  flex: 0 0 314px;
  width: 314px;
}
@media (max-width: 767px) {
  .modal-expert__image {
    flex: 0 0 120px;
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 575px) {
  .modal-expert__image {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
  }
}
.modal-expert__image > figure {
  margin-bottom: 0;
  height: 100%;
  background: #171717;
}
@media (max-width: 767px) {
  .modal-expert__image > figure {
    border-radius: 50%;
  }
}
.modal-expert__image > figure > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 767px) {
  .modal-expert__image > figure > img {
    border-radius: 50%;
  }
}
.modal-expert__col {
  padding: 40px;
}
@media (max-width: 767px) {
  .modal-expert__col {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .modal-expert__col {
    padding: 20px;
  }
}
.modal-expert__header {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}
@media (max-width: 767px) {
  .modal-expert__header {
    display: flex;
    align-items: center;
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
}
@media (max-width: 575px) {
  .modal-expert__header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 10px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
}
.modal-expert__title {
  margin-bottom: 8px;
}
@media (max-width: 575px) {
  .modal-expert__title {
    margin-bottom: 6px;
  }
}
.modal-expert__position {
  margin-bottom: 0;
  font-size: 14px;
}
.modal-expert__body {
  font-size: 14px;
  overflow-y: auto;
  max-height: 256px;
  margin-right: -20px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .modal-expert__body {
    padding-right: 10px;
    margin-right: -10px;
    max-height: 300px;
  }
}
.modal-expert__body ul {
  padding-left: 0;
}
.modal-expert__body ul > li {
  padding-left: 14px;
  position: relative;
  margin-bottom: 8px;
}
.modal-expert__body ul > li:last-child {
  margin-bottom: 0;
}
.modal-expert__body ul > li::before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BD903C;
  left: 0;
  top: 7px;
}
.modal-expert__body > *:last-child {
  margin-bottom: 0;
}

.header {
  padding-top: 16px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 992;
}
.header__body {
  background: #fff;
  border-radius: 20px;
  padding: 24px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1000;
}
@media (max-width: 991px) {
  .header__body {
    padding: 14px 20px;
  }
}
.header__body::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  bottom: 20px;
  background: #F8F8F8;
  z-index: -1;
}
.header__body::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: #fff;
  z-index: 0;
}
.header__body > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .header__logo {
    margin-left: -5px;
  }
}
.header__logo > a {
  display: block;
  width: 148px;
}
@media (max-width: 991px) {
  .header__logo > a {
    width: 120px;
  }
}
.header__logo > a > img {
  width: 100%;
  height: auto;
}
.header__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.header__menu > li {
  position: relative;
}
.header__menu > li.has-child::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/arrow-drop.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transition: 0.4s ease-in-out;
}
.header__menu > li.has-child > a {
  padding: 0.75em 2.25em 0.75em 1.25em;
}
.header__menu > li.has-child:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
  top: calc(100% + 1em);
}
.header__menu > li > a {
  padding: 0.75em 1.25em;
  border-radius: 0.75em;
  line-height: 1.125;
  display: block;
}
.header__menu > li > a:hover {
  background: #F8F8F8;
  color: #171717;
}
.header__menu > li > .sub-menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.4s ease-in-out;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0px 0.50086px 21.40952px 0px rgba(0, 0, 0, 0), 0px 4px 22px 0px rgba(0, 0, 0, 0.07);
  padding: 2em;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.header__menu > li > .sub-menu > li > a {
  white-space: nowrap;
  letter-spacing: 0.02em;
  font-size: 15px;
}
.header__menu > li > .sub-menu > li > a:hover {
  color: #BD903C;
}
.header__actions {
  display: flex;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
@media (max-width: 991px) {
  .header__actions {
    -moz-column-gap: 0.75em;
         column-gap: 0.75em;
  }
}
.header__search {
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}
.header__search > svg {
  fill: #0A194B;
  width: 16px;
  height: 16px;
}
.header__search:hover {
  background: rgba(112, 110, 115, 0.2);
}
.header__button {
  padding: 12px 25px;
  line-height: 1.2857142857;
}
@media (max-width: 575px) {
  .header__button {
    display: none;
  }
}

.bars {
  cursor: pointer;
  position: relative;
  background: #F8F8F8;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}
.bars:focus, .bars:active, .bars:hover {
  background: #F8F8F8 !important;
}
.bars span {
  display: block;
  width: 20px;
  height: 2px;
  background: #BD903C;
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.4s ease-in-out;
}
.bars span:nth-child(1) {
  transform: translate(-50%, calc(-50% - 6px));
}
.bars span:nth-child(2) {
  transform: translate(-50%, -50%);
}
.bars span:nth-child(3) {
  transform: translate(-50%, calc(-50% + 6px));
}
.bars.active {
  background: #F8F8F8 !important;
}
.bars.active:focus, .bars.active:active, .bars.active:hover {
  background: #F8F8F8 !important;
}
.bars.active span {
  height: 2px;
}
.bars.active span:nth-child(1) {
  animation: span1 0.8s ease-in-out forwards;
}
.bars.active span:nth-child(2) {
  width: 0;
  opacity: 0;
}
.bars.active span:nth-child(3) {
  animation: span3 0.8s ease-in-out forwards;
}

@keyframes span1 {
  0% {
    transform: translate(-50%, calc(-50% - 6px));
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(45deg);
  }
}
@keyframes span3 {
  0% {
    transform: translate(-50%, calc(-50% + 6px));
  }
  50% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(-45deg);
  }
}
.breadcrumbs {
  transition: 0.4s ease-in-out;
  margin-bottom: 18px;
}
.breadcrumbs ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
}
.breadcrumbs ul li {
  color: #171717;
  font-size: 14px;
  line-height: 1.5714285714;
}
@media (max-width: 575px) {
  .breadcrumbs ul li {
    font-size: 12px;
  }
}
.breadcrumbs ul li:not(:last-child) {
  display: inline-flex;
  align-items: center;
}
.breadcrumbs ul li:not(:last-child):after {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #BD903C;
  display: block;
  margin: 0 12px;
}
@media (max-width: 575px) {
  .breadcrumbs ul li:not(:last-child):after {
    margin: 0 8px;
    width: 4px;
    height: 4px;
  }
}
.breadcrumbs ul li:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}
.breadcrumbs ul li a {
  font-size: 1em;
  line-height: 1;
  color: rgba(23, 23, 23, 0.4);
  white-space: nowrap;
}
.breadcrumbs ul li a:hover {
  color: #171717;
}

.footer__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border-radius: 20px;
  padding: 38px 30px;
}
@media (max-width: 991px) {
  .footer__body {
    padding: 16px 20px;
  }
}
@media (max-width: 575px) {
  .footer__body {
    flex-direction: column;
    row-gap: 20px;
  }
}
.footer__main {
  display: flex;
  align-items: center;
  -moz-column-gap: 36px;
       column-gap: 36px;
}
@media (max-width: 767px) {
  .footer__main {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
}
.footer__logo > a {
  display: block;
  width: 140px;
}
@media (max-width: 575px) {
  .footer__logo > a {
    margin-left: -30px;
  }
}
.footer__logo > a > img {
  width: 100%;
  height: auto;
}
.footer__actions {
  display: flex;
  -moz-column-gap: 1.25em;
       column-gap: 1.25em;
}
@media (max-width: 575px) {
  .footer__actions {
    display: none;
  }
}
.footer__search {
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
}
.footer__search > svg {
  fill: #0A194B;
  width: 16px;
  height: 16px;
}
.footer__search:hover {
  background: rgba(112, 110, 115, 0.2);
}
.footer__button {
  padding: 12px 25px;
  line-height: 1.2857142857;
}
.footer__contacts {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 991px) {
  .footer__contacts {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 6px;
  }
}
@media (max-width: 575px) {
  .footer__contacts {
    align-items: center;
  }
}
.footer__contacts > h5 {
  margin-right: 20px;
  margin-bottom: 0;
  font-weight: 500;
  color: #000;
}
@media (max-width: 991px) {
  .footer__contacts > h5 {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .footer__contacts > h5 {
    margin-bottom: 5px;
  }
}
@media (max-width: 575px) {
  .footer__contacts > h5 {
    margin-bottom: 0;
  }
}
.footer__tel {
  font-size: 14px;
  line-height: 1.2857142857;
  color: #706E73;
}
.footer__mail {
  font-size: 14px;
  line-height: 1.2857142857;
  color: #706E73;
}

.footer-bottom {
  padding: 50px 0;
}
@media (max-width: 1239px) {
  .footer-bottom {
    padding: 30px 0;
  }
}
@media (max-width: 991px) {
  .footer-bottom {
    padding: 20px 0 30px;
  }
}
@media (max-width: 575px) {
  .footer-bottom {
    padding-bottom: 80px;
  }
}
.footer-bottom__body {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .footer-bottom__body {
    padding: 0 20px;
  }
}
@media (max-width: 767px) {
  .footer-bottom__body {
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: center;
  }
}
@media (max-width: 575px) {
  .footer-bottom__body {
    row-gap: 14px;
  }
}
.footer-bottom__menu {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 2em;
       column-gap: 2em;
}
@media (max-width: 575px) {
  .footer-bottom__menu {
    flex-direction: column;
    row-gap: 8px;
  }
}
.footer-bottom__menu > li > a {
  font-size: 14px;
  line-height: 1.2857142857;
  color: #706E73;
}
.footer-bottom__menu > li > a:hover {
  color: #BD903C;
}
.footer-bottom__copyright {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.2857142857;
  color: #706E73;
}

.home-hero__title {
  text-align: center;
  margin-bottom: 14px;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .home-hero__title {
    margin-bottom: 8px;
  }
}
.home-hero__subtitle {
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .home-hero__subtitle {
    margin-bottom: 30px;
  }
}
.home-hero__row {
  row-gap: 28px;
}
@media (max-width: 1239px) {
  .home-hero__row {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .home-hero__row {
    row-gap: 12px;
  }
}
.home-hero__row > * {
  display: flex;
  flex-direction: column;
}

.hero-card {
  flex: 1 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .hero-card {
    padding: 46px 30px;
  }
}
@media (max-width: 575px) {
  .hero-card {
    padding-bottom: 30px;
    padding-top: 36px;
  }
}
.hero-card > * {
  position: relative;
  z-index: 1;
}
.hero-card--blue {
  background: #0A194B;
}
.hero-card--blue::before {
  content: "";
  position: absolute;
  width: 119px;
  height: 153px;
  background-image: url(../img/blue-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  top: -23px;
  right: 21px;
}
@media (max-width: 575px) {
  .hero-card--blue::before {
    right: 4px;
  }
}
.hero-card--gold {
  background: #BD903C;
}
.hero-card--gold::before {
  content: "";
  position: absolute;
  width: 187px;
  height: 94px;
  background-image: url(../img/gold-bg.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  bottom: -11px;
  right: 78px;
}
@media (max-width: 575px) {
  .hero-card--gold::before {
    right: 15px;
  }
}
.hero-card--image {
  display: block;
  padding: 0;
}
.hero-card--image > picture {
  width: 100%;
  height: 100%;
  display: block;
  padding-top: 69.9658703072%;
}
@media (max-width: 767px) {
  .hero-card--image > picture {
    padding-top: 55.9701492537%;
  }
}
.hero-card--image > picture > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero-card__title {
  margin-bottom: 28px;
  font-weight: 300;
}
@media (max-width: 991px) {
  .hero-card__title {
    margin-bottom: 16px;
  }
}
.hero-card__title > strong {
  font-weight: 500;
}
.hero-card--blue .hero-card__title {
  color: #fff;
}
.hero-card--gold .hero-card__title {
  color: #fff;
}
.hero-card__desc {
  margin-bottom: 28px;
}
@media (max-width: 575px) {
  .hero-card__desc {
    margin-bottom: 20px;
  }
}
.hero-card__desc > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .hero-card__desc > p > br {
    display: none;
  }
}
.hero-card--blue .hero-card__desc {
  color: #fff;
}
.hero-card--gold .hero-card__desc {
  color: #fff;
}
.home-prefers__row {
  row-gap: 28px;
  margin-bottom: 28px;
}
@media (max-width: 1239px) {
  .home-prefers__row {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .home-prefers__row {
    row-gap: 12px;
  }
}
.home-prefers__row > * {
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  .home-prefers__row > *:last-child {
    flex-grow: 1;
  }
}
.home-prefers__action {
  display: flex;
  justify-content: center;
}
.prefers-card {
  flex: 1 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 28px 32px;
}
@media (max-width: 991px) {
  .prefers-card {
    padding: 28px 20px;
  }
}
@media (max-width: 767px) {
  .prefers-card {
    padding: 20px;
  }
}
.prefers-card__header {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .prefers-card__header {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .prefers-card--2 .prefers-card__header {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 16px;
  }
}
.prefers-card__icon {
  width: 60px;
  flex: 0 0 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(189, 144, 60, 0.1);
}
.prefers-card__content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 10px;
}
.prefers-card__title {
  margin: 0;
  font-weight: 500;
  line-height: 1.1;
}
.prefers-card__desc > p {
  font-size: 14px;
}
.prefers-card__desc > p:last-child {
  margin-bottom: 0;
}

.geography-map {
  padding-top: 544px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background: #C7C7C7;
}
@media (max-width: 575px) {
  .geography-map {
    padding-top: 100%;
  }
}
.geography-map__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.geography-map__bg > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-partners__row {
  row-gap: 28px;
}
@media (max-width: 767px) {
  .home-partners__row {
    row-gap: 12px;
  }
}
.home-partners__row > * {
  display: flex;
  flex-direction: column;
}

.partners-card {
  flex: 1 0 auto;
  background: #fff;
  border-radius: 28px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.partners-card__icon {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #BD903C;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 32px;
}
.partners-card__icon > img {
  max-width: 80%;
  max-height: 80%;
  -o-object-fit: contain;
     object-fit: contain;
}
.partners-card__title {
  text-align: center;
  margin-bottom: 10px;
}
.partners-card__desc {
  text-align: center;
  font-size: 14px;
}
.partners-card__desc:last-child {
  margin-bottom: 0;
}

.home-gallery__row {
  flex-wrap: nowrap;
  align-items: center;
}
@media (max-width: 991px) {
  .home-gallery__row {
    flex-direction: column;
  }
}
.home-gallery__left {
  flex: 0 0 344px;
  width: 344px;
}
@media (max-width: 991px) {
  .home-gallery__left {
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
  }
}
.home-gallery__title {
  text-align: left;
  margin-bottom: 1.5em;
}
@media (max-width: 991px) {
  .home-gallery__title {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .home-gallery__title {
    text-align: center;
  }
}
.home-gallery__right {
  flex: 1 0 calc(100% - 344px);
  width: calc(100% - 344px);
  min-width: 0;
}
@media (max-width: 991px) {
  .home-gallery__right {
    flex: 0 0 calc(100% + 20px);
    width: calc(100% + 20px);
    margin-left: -10px;
    margin-right: -10px;
    max-width: calc(100% + 40px);
    overflow: hidden;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .home-gallery__right {
    flex: 0 0 calc(100% + 28px);
    width: calc(100% + 28px);
    margin-left: -14px;
    margin-right: -14px;
    max-width: calc(100% + 28px);
  }
}
.home-gallery__slider {
  overflow: hidden;
  height: 360px;
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .home-gallery__slider {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .home-gallery__slider {
    height: auto;
    padding: 30px 0 20px;
  }
}
.home-gallery__slider .swiper-wrapper .swiper-slide {
  display: flex;
  align-items: center;
}
.home-gallery__slider .swiper-wrapper .swiper-slide.swiper-slide-active > .home-gallery__slide {
  transform: scale(1.2);
}
.home-gallery__slide {
  display: block;
  padding-top: 66.6666666667%;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
}
.home-gallery__slide > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-gallery__action {
  justify-content: center;
  margin-top: 28px;
}

.home-news__header {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 575px) {
  .home-news__header {
    margin-bottom: 20px;
  }
}
.home-news__title {
  text-align: left;
  margin: 0;
}
.home-news__nav {
  margin: 0;
}
.home-news__body {
  margin-bottom: 28px;
}
.home-news__slider {
  overflow: hidden;
}
@media (max-width: 767px) {
  .home-news__slider {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
.home-news__slider .swiper-wrapper .swiper-slide {
  height: auto;
  display: flex;
  flex-direction: column;
}
.home-news__action {
  display: flex;
  justify-content: center;
}
.acticle-card {
  flex: 1 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
}
.acticle-card__date {
  display: inline-block;
  margin-bottom: 22px;
  background: #BD903C;
  border-radius: 6px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.acticle-card__title {
  display: block;
  margin-bottom: 16px;
}
.acticle-card__title > h3 {
  margin: 0;
}
.acticle-card__excerpt {
  font-size: 14px;
  margin-bottom: 40px;
}
.acticle-card__excerpt p:last-child {
  margin-bottom: 0;
}
.acticle-card__footer:hover .acticle-card__permalink {
  width: 110px;
}
.acticle-card__permalink {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.contact__title {
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 991px) {
  .contact__title {
    margin-bottom: 0.75em;
  }
}
.contact__subtitle {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .contact__subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .contact__subtitle {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.contact__subtitle::before, .contact__subtitle::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background: rgba(23, 23, 23, 0.1);
  display: block;
}
.contact__row {
  margin-bottom: 40px;
  row-gap: 28px;
}
@media (max-width: 991px) {
  .contact__row {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .contact__row {
    row-gap: 12px;
  }
}
.contact__row > * {
  display: flex;
  flex-direction: column;
}

.contact-card {
  flex: 1 0 auto;
  background: #fff;
  border-radius: 20px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.contact-card > *:last-child {
  margin-bottom: 0;
}
.contact-card__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(189, 144, 60, 0.1);
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 575px) {
  .contact-card__icon {
    margin-bottom: 16px;
  }
}
.contact-card__icon > img {
  width: 22px;
  height: 22px;
  -o-object-fit: contain;
     object-fit: contain;
}
.contact-card__title {
  font-size: 20px;
  line-height: 1.1;
  font-weight: 500;
  text-align: center;
  margin-bottom: 16px;
  color: #000;
}
@media (max-width: 767px) {
  .contact-card__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.contact-card__desc {
  text-align: center;
  margin-bottom: 16px;
  font-size: 14px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .contact-card__desc {
    margin-bottom: 10px;
  }
}
.contact-card__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2px 10px;
}
.contact-card__list > li > a {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2857142857;
  color: #BD903C;
}
.contact-card__list > li > a:hover {
  color: #0A194B;
}

.blog__title {
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 991px) {
  .blog__title {
    margin-bottom: 0.75em;
  }
}
.blog__row {
  margin-bottom: 40px;
  row-gap: 28px;
}
@media (max-width: 991px) {
  .blog__row {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .blog__row {
    row-gap: 12px;
  }
}
.blog__row > * {
  display: flex;
  flex-direction: column;
}
.blog__action {
  display: flex;
  position: relative;
  justify-content: center;
}
@media (max-width: 991px) {
  .blog__action {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.blog__more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 991px) {
  .blog__more {
    position: relative;
    transform: translate(0);
    top: 0;
  }
}
.pagination .screen-reader-text {
  display: none;
}
.pagination .nav-links {
  display: flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
@media (max-width: 575px) {
  .pagination .nav-links {
    -moz-column-gap: 8px;
         column-gap: 8px;
  }
}
.pagination .nav-links .page-numbers {
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(23, 23, 23, 0.06);
  transition: 0.4s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
  color: #171717;
}
.pagination .nav-links .page-numbers:hover {
  background: #BD903C;
  color: #fff;
}
.pagination .nav-links .page-numbers.current {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #BD903C;
}
@media (max-width: 575px) {
  .pagination .nav-links .page-numbers.current {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
}
.pagination .nav-links .page-numbers.dots {
  background: transparent;
  color: #171717;
}
.pagination .nav-links .page-numbers.dots:hover {
  background: transparent;
  color: #171717;
}
.pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #BD903C;
}
@media (max-width: 575px) {
  .pagination .nav-links .page-numbers.prev, .pagination .nav-links .page-numbers.next {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
  }
}
.pagination .nav-links .page-numbers.prev > svg, .pagination .nav-links .page-numbers.next > svg {
  fill: #BD903C;
  transition: 0.4s ease-in-out;
}
.pagination .nav-links .page-numbers.prev:hover, .pagination .nav-links .page-numbers.next:hover {
  background: #BD903C;
}
.pagination .nav-links .page-numbers.prev:hover > svg, .pagination .nav-links .page-numbers.next:hover > svg {
  fill: #fff;
}
.single__body {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 1239px) {
  .single__body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .single__body {
    padding: 20px;
  }
}
.single__time {
  display: inline-block;
  margin-bottom: 20px;
  background: #BD903C;
  border-radius: 6px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.single__title {
  margin-bottom: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  .single__title {
    margin-bottom: 16px;
  }
}
.single__content {
  font-size: 19px;
}
.single__content > h5 {
  font-size: 19px;
}
.single__content > p {
  line-height: 1.7;
}
.single__content ul {
  padding-left: 0;
  list-style: none;
}
.single__content ul li {
  line-height: 1.7;
  padding-left: 16px;
  position: relative;
}
.single__content ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 8px;
  height: 8px;
  background-image: url(../img/list-item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.single__content ul li ul {
  padding-left: 16px;
}

.archive__title {
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 991px) {
  .archive__title {
    margin-bottom: 0.75em;
  }
}
@media (max-width: 767px) {
  .archive__nav {
    overflow-x: auto;
  }
  .archive__nav::-webkit-scrollbar {
    height: 0;
    width: 0;
    display: none;
    -webkit-appearance: none;
            appearance: none;
    opacity: 0;
  }
}
.archive__nav > ul {
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
.archive__nav > ul > li > a {
  display: block;
  line-height: 1;
  padding: 1em 1.5em;
  border-radius: 12px 12px 0 0;
  opacity: 0.6;
  background: #fff;
}
.archive__nav > ul > li > a:hover {
  opacity: 1;
}
.archive__nav > ul > li > a.active {
  opacity: 1;
}
.archive__body {
  background: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 40px;
}
@media (max-width: 1239px) {
  .archive__body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .archive__body {
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
}
.archive__body h3 {
  margin-bottom: 16px;
}
.archive__body ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
}
.archive__body ul li {
  padding-left: 16px;
  position: relative;
  margin-bottom: 16px;
}
.archive__body ul li:last-child {
  margin-bottom: 0;
}
.archive__body ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  background-image: url(../img/list-item.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.archive__body ul li h5 {
  font-weight: 500;
  margin-bottom: 6px;
}
.archive__body ul li p:last-child {
  margin-bottom: 0;
}
.archive__body ul li p a {
  color: #BD903C;
  border-bottom: 1px solid #BD903C;
}
.archive__body ul li p a:hover {
  color: #0A194B;
  border-color: #0A194B;
}
.archive__slider {
  overflow: hidden;
  border-radius: 20px;
}
.archive__slide {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  padding-top: 69.6629213483%;
}
.archive__slide > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive__slide::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
  background: linear-gradient(357deg, rgba(10, 25, 75, 0.6) 1.64%, rgba(10, 25, 75, 0.3) 38.01%, rgba(10, 25, 75, 0) 97.4%);
}
.archive__slide svg {
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.dreams__body {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  font-size: 19px;
}
@media (max-width: 1239px) {
  .dreams__body {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .dreams__body {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .dreams__body {
    padding: 20px;
  }
}
.dreams__body h2, .dreams__body h3, .dreams__body h4, .dreams__body h5 {
  line-height: 1.4;
}
.dreams__body h3 {
  margin-bottom: 16px;
}
.dreams__body p {
  line-height: 1.7;
}
.dreams__body > *:last-child {
  margin-bottom: 0;
}
.dreams__title {
  margin-bottom: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  .dreams__title {
    margin-bottom: 16px;
  }
}
.dreams-card {
  margin: 40px 0;
  display: flex;
  align-items: center;
  -moz-column-gap: 32px;
       column-gap: 32px;
  max-width: 656px;
}
@media (max-width: 767px) {
  .dreams-card {
    margin: 24px 0;
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
}
.dreams-card__icon {
  width: 70px;
  flex: 0 0 70px;
  margin-bottom: 0;
}
.dreams-card__icon img {
  width: 100%;
}
.dreams-card__title {
  padding-bottom: 12px;
  border-bottom: 1px solid #BD903C;
  margin-bottom: 12px !important;
}
@media (max-width: 767px) {
  .dreams-card__title {
    padding-bottom: 8px;
    margin-bottom: 8px !important;
  }
}
.dreams-card__desc {
  margin-bottom: 0;
  font-size: 14px;
  letter-spacing: 0.02em;
}

.page__body {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .page__body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .page__body {
    padding: 20px;
  }
}
.page__title {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .page__title {
    margin-bottom: 16px;
  }
}
.page__tags {
  list-style: none;
  padding-left: 0;
  margin-bottom: 28px;
  display: flex;
  -moz-column-gap: 12px;
       column-gap: 12px;
}
.page__tags > li {
  display: inline-block;
  background: #BD903C;
  border-radius: 6px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.page__content {
  font-size: 19px;
}
@media (max-width: 767px) {
  .page__content {
    font-size: 16px;
  }
}
.page__content h2, .page__content h3, .page__content h4, .page__content h5 {
  line-height: 1.4;
}
.page__content p {
  line-height: 1.7;
}
.page__content > *:last-child {
  margin-bottom: 0;
}

.sitemap__title {
  margin-bottom: 1em;
}
@media (max-width: 991px) {
  .sitemap__title {
    margin-bottom: 0.75em;
  }
}
.sitemap__content ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}
.sitemap__content ul li {
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
}
.sitemap__content ul li a {
  color: #BD903C;
  border-bottom: 1px solid #BD903C;
  margin-left: 14px;
  display: inline-block;
}
.sitemap__content ul li a::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #BD903C;
}
.sitemap__content ul li a:hover {
  color: #0A194B;
  border-color: #0A194B;
}
.sitemap__content ul li ul {
  gap: 10px;
  padding-left: 24px;
  margin-top: 10px;
}

.search__header {
  background: #fff;
  border-radius: 20px;
  padding: 24px 40px 32px;
}
@media (max-width: 575px) {
  .search__header {
    padding: 10px 20px 20px;
  }
}
.search__body {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
  margin-top: 28px;
}
@media (max-width: 1239px) {
  .search__body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .search__body {
    padding: 20px;
    margin-top: 16px;
  }
}
.search__action {
  margin-top: 28px;
  display: flex;
  justify-content: center;
}

.search-form {
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 575px) {
  .search-form {
    flex-direction: column;
    row-gap: 16px;
  }
}
.search-form__left {
  flex-grow: 1;
}
@media (max-width: 575px) {
  .search-form__left {
    width: 100%;
  }
}
.search-form__count {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.02em;
}
.search-form__group {
  position: relative;
}
.search-form__group .form-control {
  padding-left: 28px;
  border-radius: 0;
  background: #fff;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1) !important;
  padding-right: 0;
}
.search-form__group .form-control:hover, .search-form__group .form-control:focus {
  background: #fff !important;
  border-color: #BD903C !important;
}
.search-form__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  line-height: 0;
  font-size: 0;
}
.search-form__icon > svg {
  width: 16px;
  height: 16px;
  fill: rgba(23, 23, 23, 0.8);
  position: relative;
  top: -1px;
}
.search-form__actions {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
@media (max-width: 575px) {
  .search-form__actions {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .search-form__submit {
    width: 100%;
  }
}

.search-result {
  padding-bottom: 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
}
@media (max-width: 575px) {
  .search-result {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
.search-result:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: 0;
}
.search-result__title {
  font-weight: 500;
  margin-bottom: 8px;
}
.search-result__excerpt {
  margin-bottom: 8px;
}
.search-result__excerpt p {
  letter-spacing: 0.02em;
  font-size: 14px;
}
.search-result__excerpt p:last-child {
  margin-bottom: 0;
}
.search-result__permalink {
  color: #BD903C;
  word-break: break-all;
  font-size: 14px;
}
.search-result__permalink:hover {
  color: #0A194B;
}

.winners__title {
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 991px) {
  .winners__title {
    margin-bottom: 0.75em;
  }
}
.winners__body {
  margin-bottom: 40px;
  background: #0A194B;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 1239px) {
  .winners__body {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  .winners__body {
    margin-bottom: 24px;
  }
}
@media (max-width: 575px) {
  .winners__body {
    padding: 20px;
  }
}
.winners__body:last-child {
  margin-bottom: 0;
}
.winners__subtitle {
  color: #fff;
  margin-bottom: 16px;
}
.winners__desc {
  margin-bottom: 40px;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 1020px;
}
@media (max-width: 575px) {
  .winners__desc {
    margin-bottom: 20px;
  }
}
.winners__desc p:last-child {
  margin-bottom: 0;
}
.winners__row {
  justify-content: center;
  row-gap: 40px;
}
@media (max-width: 767px) {
  .winners__row {
    row-gap: 24px;
  }
}
.winners-card {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.winners-card__icon {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  margin-bottom: 22px;
  border: 1px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .winners-card__icon {
    width: 120px;
    height: 120px;
    margin-bottom: 16px;
  }
}
.winners-card__icon > img {
  width: 100px;
  height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
@media (max-width: 767px) {
  .winners-card__icon > img {
    width: 75px;
    height: 75px;
  }
}
.winners-card__title {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 0;
}
.winners-card__text {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #BD903C;
}
.winners-card__position {
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 8px;
  margin-bottom: 0;
}
.winners-card__position--regular {
  font-weight: 400;
  line-height: 1.4;
}
.winners-card__button {
  margin-top: 14px;
}

@media (max-width: 991px) {
  .error-page {
    padding: 60px 0;
  }
}
@media (max-width: 575px) {
  .error-page {
    padding: 30px 0;
  }
}
.error-page__row {
  align-items: center;
}
.error-page__title {
  margin-bottom: 28px;
}
@media (max-width: 1239px) {
  .error-page__title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .error-page__title {
    font-size: clamp(27px, 27px + 22.1 * (100vw - 320px) / 576, 40px);
    margin-bottom: 0.75em;
  }
}
.error-page__desc {
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .error-page__desc {
    margin-bottom: 2em;
  }
}
@media (max-width: 991px) {
  .error-page__desc p br {
    display: none;
  }
}
.error-page__desc p:last-child {
  margin-bottom: 0;
}
.error-page__desc p a {
  color: #BD903C;
  border-bottom: 1px solid #BD903C;
}
.error-page__desc p a:hover {
  color: #0A194B;
  border-color: #0A194B;
}
.error-page__image {
  margin-bottom: 0;
  width: 100%;
  max-width: 500px;
}
.error-page__image > img {
  width: 100%;
  height: auto;
}

.history__title {
  margin-bottom: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  .history__title {
    margin-bottom: 16px;
  }
}
.experts__title {
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 991px) {
  .experts__title {
    margin-bottom: 0.75em;
  }
}
.experts__row {
  row-gap: 40px;
}
@media (max-width: 767px) {
  .experts__row {
    row-gap: 24px;
  }
}
.experts-card__main {
  position: relative;
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .experts-card__main {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .experts-card__main {
    padding-top: 0;
    max-width: 210px;
    margin: 0 auto 16px;
  }
}
.experts-card__image {
  margin-bottom: 0;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  background: #fff;
}
@media (max-width: 575px) {
  .experts-card__image {
    width: 100%;
    padding-top: 100%;
  }
}
.experts-card__image > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.experts-card__permalink {
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 24px;
  bottom: 24px;
}
@media (max-width: 575px) {
  .experts-card__permalink {
    right: 12px;
    bottom: 12px;
  }
}
.experts-card__permalink > svg {
  fill: #BD903C;
  transition: 0.4s ease-in-out;
}
.experts-card__permalink:hover {
  background: #BD903C;
}
.experts-card__permalink:hover > svg {
  fill: #fff;
}
.experts-card__name {
  font-weight: 500;
  margin-bottom: 8px;
  text-align: center;
}
@media (max-width: 575px) {
  .experts-card__name {
    text-align: center;
  }
}
.experts-card__position {
  font-size: 14px;
  letter-spacing: 0.02em;
  margin-bottom: 0;
  text-align: center;
}
@media (max-width: 575px) {
  .experts-card__position {
    text-align: center;
  }
}

.rules-steps__title {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1239px) {
  .rules-steps__title {
    margin-bottom: 32px;
  }
}
@media (max-width: 575px) {
  .rules-steps__title {
    font-size: clamp(24px, 24px + 13.6 * (100vw - 320px) / 576, 32px);
    margin-bottom: 1em;
  }
}
.rules-steps__body {
  background: #fff;
  padding: 40px;
  border-radius: 20px;
}
@media (max-width: 1239px) {
  .rules-steps__body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .rules-steps__body {
    padding: 20px;
  }
}
.rules-steps__subtitle {
  margin-bottom: 28px;
}
@media (max-width: 991px) {
  .rules-steps__subtitle {
    margin-bottom: 16px;
  }
}
@media (max-width: 575px) {
  .rules-steps__subtitle {
    text-align: center;
  }
}
.rules-steps__list {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 575px) {
  .rules-steps__list {
    row-gap: 20px;
  }
}
.rules-steps__list > li {
  position: relative;
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .rules-steps__list > li {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
}
@media (max-width: 575px) {
  .rules-steps__list > li {
    flex-direction: column;
    row-gap: 8px;
    text-align: center;
  }
}
.rules-steps__list > li::before {
  content: attr(data-step);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  background: rgba(189, 144, 60, 0.1);
  color: #BD903C;
  flex: 0 0 60px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-weight: 500;
}
@media (max-width: 767px) {
  .rules-steps__list > li::before {
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
  }
}
.rules-steps__list > li > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 60px;
}
@media (max-width: 767px) {
  .rules-steps__list > li > div {
    min-height: 48px;
  }
}
.rules-steps__list > li > div > p > strong {
  color: #171717;
}
.rules-steps__list > li > div > p:last-child {
  margin-bottom: 0;
}

.rules-banner__body {
  background: #fff;
  border-radius: 20px;
  padding: 40px;
}
@media (max-width: 1239px) {
  .rules-banner__body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .rules-banner__body {
    padding: 20px;
  }
}
.rules-banner__title {
  font-weight: 500;
  margin-bottom: 16px;
}
.rules-banner__desc {
  margin-bottom: 28px;
}
@media (max-width: 767px) {
  .rules-banner__desc {
    margin-bottom: 16px;
  }
}
.rules-banner__desc p {
  color: #171717;
}
.rules-banner__desc p:last-child {
  margin-bottom: 0;
}
.gallery__title {
  margin-bottom: 28px;
  text-align: left;
}
@media (max-width: 767px) {
  .gallery__title {
    margin-bottom: 16px;
  }
}
.gallery__row {
  align-items: center;
}
.gallery__nav {
  display: flex;
  justify-content: flex-end;
  padding-right: 28px;
}
@media (max-width: 991px) {
  .gallery__nav {
    padding-right: 0;
    justify-content: center;
    margin-bottom: 28px;
  }
}
.gallery__nav > ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 28px;
}
@media (max-width: 991px) {
  .gallery__nav > ul {
    flex-direction: row;
  }
}
.gallery__nav > ul > li > a {
  font-size: 20px;
  line-height: 1.1;
  display: inline-block;
  position: relative;
}
.gallery__nav > ul > li > a.active {
  color: #171717;
  font-size: 40px;
  padding-right: 28px;
}
@media (max-width: 991px) {
  .gallery__nav > ul > li > a.active {
    padding-right: 0;
    padding-top: 28px;
  }
}
.gallery__nav > ul > li > a.active::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 22px;
  height: 22px;
  background-image: url(../img/gallery-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 991px) {
  .gallery__nav > ul > li > a.active::after {
    transform: translateX(-50%);
    left: 50%;
    right: auto;
    top: 0;
  }
}
.gallery__body {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .gallery__body {
    flex-direction: column;
    row-gap: 28px;
  }
}
.gallery__slider {
  overflow: hidden;
  position: relative;
  flex: 0 0 700px;
  width: 700px;
  max-width: 100%;
}
@media (max-width: 1239px) {
  .gallery__slider {
    flex: 0 0 540px;
    width: 540px;
  }
}
@media (max-width: 991px) {
  .gallery__slider {
    flex: 0 0 480px;
    width: 480px;
  }
}
@media (max-width: 767px) {
  .gallery__slider {
    flex: 0 0 auto;
    width: calc(100% + 40px);
    max-width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }
}
.gallery__slider .swiper-nav__button {
  position: absolute;
  z-index: 5;
  bottom: 28px;
  border-color: #fff;
}
@media (max-width: 575px) {
  .gallery__slider .swiper-nav__button {
    bottom: 16px;
  }
}
.gallery__slider .swiper-nav__button:hover {
  border-color: #BD903C;
}
.gallery__slider .swiper-nav__button--prev {
  left: 140px;
}
@media (max-width: 767px) {
  .gallery__slider .swiper-nav__button--prev {
    left: 100px;
  }
}
@media (max-width: 575px) {
  .gallery__slider .swiper-nav__button--prev {
    left: 50px;
  }
}
.gallery__slider .swiper-nav__button--next {
  right: 140px;
}
@media (max-width: 767px) {
  .gallery__slider .swiper-nav__button--next {
    right: 100px;
  }
}
@media (max-width: 575px) {
  .gallery__slider .swiper-nav__button--next {
    right: 50px;
  }
}
.gallery__content {
  padding-left: 70px;
}
@media (max-width: 1239px) {
  .gallery__content {
    padding-left: 40px;
  }
}
@media (max-width: 767px) {
  .gallery__content {
    padding-left: 0;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 575px) {
  .gallery__content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.gallery__count {
  display: inline-block;
  margin-bottom: 16px;
  background: #BD903C;
  border-radius: 6px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
@media (max-width: 767px) {
  .gallery__count {
    margin-bottom: 12px;
  }
}
.gallery__year {
  font-size: 60px;
  font-weight: 400;
  line-height: 1.2;
  color: #171717;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .gallery__year {
    font-size: 52px;
  }
}
@media (max-width: 767px) {
  .gallery__year {
    font-size: 42px;
    margin-bottom: 12px;
  }
}
@media (max-width: 575px) {
  .gallery__year {
    font-size: 36px;
  }
}
.gallery__desc {
  font-size: 14px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .gallery__desc {
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .gallery__desc {
    margin-bottom: 20px;
  }
}
.album__title {
  margin-bottom: 1em;
  text-align: left;
}
@media (max-width: 991px) {
  .album__title {
    margin-bottom: 0.75em;
  }
}
.album__body {
  background: #fff;
  border-radius: 0 20px 20px 20px;
  padding: 40px;
}
@media (max-width: 1239px) {
  .album__body {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .album__body {
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
}
.album__action {
  margin-top: 40px;
  display: flex;
  position: relative;
  justify-content: center;
}
@media (max-width: 991px) {
  .album__action {
    flex-direction: column;
    align-items: center;
    row-gap: 24px;
  }
}
.album__row {
  row-gap: 28px;
}
@media (max-width: 1239px) {
  .album__row {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .album__row {
    row-gap: 12px;
  }
}
.album-photos {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(6, 178px);
}
@media (max-width: 991px) {
  .album-photos {
    gap: 10px;
    grid-template-rows: repeat(6, 115px);
  }
}
@media (max-width: 767px) {
  .album-photos {
    display: flex;
    flex-wrap: wrap;
  }
}
.album-photo {
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  display: block;
}
@media (max-width: 767px) {
  .album-photo {
    flex: 0 0 calc(50% - 5px);
    width: calc(50% - 5px);
  }
}
@media (max-width: 575px) {
  .album-photo {
    width: 100%;
    flex: 0 0 100%;
  }
}
.album-photo > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.album-photo:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 1;
  grid-row-end: 2;
}
.album-photo:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
}
.album-photo:nth-child(3) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 2;
}
.album-photo:nth-child(4) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
.album-photo:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 4;
}
.album-photo:nth-child(6) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
}
.album-photo:nth-child(7) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 4;
}
.album-photo:nth-child(8) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 4;
}
.album-photo:nth-child(9) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 4;
  grid-row-end: 5;
}
.album-photo:nth-child(10) {
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 5;
  grid-row-end: 7;
}
.album-photo:nth-child(11) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 5;
  grid-row-end: 6;
}
.album-photo:nth-child(12) {
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 6;
  grid-row-end: 7;
}
.album-photo:nth-child(13) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 4;
  grid-row-end: 6;
}
.album-photo:nth-child(14) {
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 6;
  grid-row-end: 7;
}
.album-photo:nth-child(15) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
}
.album-photo:nth-child(16) {
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
}

.album-video {
  overflow: hidden;
  position: relative;
  padding-top: 69.6629213483%;
  border-radius: 20px;
  display: block;
}
.album-video > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.album-video > svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}