html, body, div, span, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, abbr, address, cite,
code, del, dfn, em, img, ins, kbd, q, samp, small, strong,
sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form,
label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header,
hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

*, *::before, *::after {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}

*, *::before, *::after {
  font-variant-ligatures: none;
}

*::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

*::-webkit-scrollbar-track {
  background-color: #E8EBF2;
  border-radius: 8px;
}

*::-webkit-scrollbar-thumb {
  background-color: #9A731D;
  border-radius: 8px;
}

::-moz-selection {
  color: white;
  background: #193B7A;
}

::selection {
  color: white;
  background: #193B7A;
}

a:focus, a:active, input:focus, input:active, button:focus, button:active, textarea:focus, textarea:active, select:focus, select:active {
  outline: 0;
}

body {
  position: relative;
  color: #171A21;
  font-family: "Montserrat", sans-serif;
  background-color: #193B7A;
}
@media (max-width: 991.98px) {
  body {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  body {
    font-size: 24px;
    line-height: 36px;
  }
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #171A21;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  margin: 0 0 24px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
.h1 a, .h2 a, .h3 a, .h4 a, .h5 a, .h6 a {
  color: inherit;
  text-decoration: none;
}

strong, b {
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

i, em {
  font-style: italic;
}

h1, .h1 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}

h2, .h2 {
  font-size: 36px;
  line-height: 48px;
  font-weight: 600;
}

h3, .h3 {
  font-size: 24px;
  line-height: 36px;
}

h4, .h4 {
  font-size: 20px;
  line-height: 30px;
}

h5, .h5 {
  font-size: 18px;
  line-height: 28px;
}

h6, .h6 {
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #171A21;
  text-decoration: underline;
}
a:hover {
  color: #9A731D;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 56px;
    line-height: 64px;
    margin: 0 0 48px;
  }

  h2, .h2 {
    font-size: 48px;
    line-height: 56px;
  }

  h3, .h3 {
    font-size: 24px;
    line-height: 36px;
  }

  h4, .h4 {
    font-size: 20px;
    line-height: 30px;
  }

  h5, .h5 {
    font-size: 16px;
    line-height: 24px;
  }

  h6, .h6 {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 96px;
    line-height: 110px;
    margin: 0 0 64px;
  }

  h2, .h2 {
    font-size: 64px;
    line-height: 72px;
  }

  h3, .h3 {
    font-size: 36px;
    line-height: 48px;
  }

  h4, .h4 {
    font-size: 24px;
    line-height: 36px;
  }

  h5, .h5 {
    font-size: 20px;
    line-height: 30px;
  }

  a {
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
  }
  a:hover {
    color: #9A731D;
  }
}
.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
  padding: 0 24px;
}

@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1464px;
  }
}
.header {
  position: relative;
  z-index: 5;
}
@media (max-width: 991.98px) {
  .header {
    padding: 24px 0;
  }
}
@media (min-width: 992px) {
  .header {
    padding: 48px 0;
  }
}

.header__logo {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 5px;
}
@media (max-width: 767.98px) {
  .header__logo {
    width: 138px;
  }
}
@media (min-width: 768px) {
  .header__logo {
    margin-bottom: 48px;
  }
}
.header__logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 767.98px) {
  .header__menu_nav {
    position: fixed;
    z-index: 99;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 10px 10px 0 0;
    padding: 14px 24px 72px;
    background-color: #102040;
    transition: transform 0.3s ease-in-out;
    transform: translateY(100%);
  }
  .header__menu_nav.open {
    transform: translateY(0);
  }
}

.header__menu {
  list-style: none;
  line-height: 24px;
  display: flex;
}
@media (max-width: 767.98px) {
  .header__menu {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .header__menu {
    align-items: center;
  }
}
@media (max-width: 767.98px) {
  .header__menu > li {
    padding: 10px 0;
  }
}
@media (min-width: 768px) {
  .header__menu > li {
    margin: 0 16px;
  }
  .header__menu > li:first-child {
    margin-left: 0;
  }
  .header__menu > li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 992px) {
  .header__menu > li {
    margin: 0 32px;
  }
}
.header__menu > li:last-child {
  margin-right: 0;
}
.header__menu > li a {
  display: inline-block;
  vertical-align: top;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .header__menu > li a {
    color: white;
  }
}
@media (min-width: 768px) {
  .header__menu > li a {
    color: #E8E8E9;
  }
}
@media (min-width: 1200px) {
  .header__menu > li a:hover {
    color: #C2AB77;
  }
}
.header__menu > li.current > a {
  opacity: 0.5;
}
.header__menu > li.with__submenu {
  position: relative;
}
.header__menu > li.with__submenu > a {
  display: flex;
  align-items: center;
}
.header__menu > li.with__submenu > a svg {
  flex: 0 0 auto;
  width: 16px;
  margin-left: 10px;
  transition: 0.2s ease-in-out;
}
.header__menu > li.with__submenu > a.open {
  color: #C2AB77;
}
.header__menu > li.with__submenu > a.open svg {
  transform: rotate(180deg);
}
.header__menu > li.with__submenu .header__sub_menu {
  display: none;
  list-style: none;
}
@media (max-width: 767.98px) {
  .header__menu > li.with__submenu .header__sub_menu {
    padding: 10px 12px 0;
    margin-bottom: -10px;
  }
}
@media (min-width: 768px) {
  .header__menu > li.with__submenu .header__sub_menu {
    position: absolute;
    top: calc(100% + 10px);
    left: -24px;
    width: 245px;
    border-radius: 10px;
    background-color: #102040;
    padding: 14px 24px;
  }
}
.header__menu > li.with__submenu .header__sub_menu li {
  padding: 10px 0;
}
.header__menu > li.with__submenu .header__sub_menu li a {
  display: inline-block;
  vertical-align: top;
  color: white;
}
@media (max-width: 767.98px) {
  .header__menu > li.with__submenu .header__sub_menu li a {
    color: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .header__menu > li.with__submenu .header__sub_menu li a {
    color: white;
  }
}
@media (min-width: 1200px) {
  .header__menu > li.with__submenu .header__sub_menu li a:hover {
    color: #C2AB77;
  }
}

.header__menu_trigger {
  position: fixed;
  z-index: 100;
  right: 24px;
  bottom: 24px;
  width: 48px;
  height: 48px;
  padding: 12px;
  cursor: pointer;
  border-radius: 50%;
  background-color: #9A731D;
}
.header__menu_trigger span {
  position: absolute;
  top: 24px;
  left: 14px;
  display: block;
  width: 20px;
  height: 1px;
  border-radius: 1px;
  background-color: white;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  transition: 0.3s ease-in-out;
}
.header__menu_trigger span:before,
.header__menu_trigger span:after {
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 1px;
  background-color: white;
  content: "";
  transition: 0.3s ease-in-out;
}
.header__menu_trigger span:before {
  transform: translateY(-6px);
}
.header__menu_trigger span:after {
  transform: translateY(6px);
}
.header__menu_trigger.open span {
  background-color: transparent !important;
}
.header__menu_trigger.open span:before {
  transform: translateY(0) rotate(135deg);
}
.header__menu_trigger.open span:after {
  transform: translateY(0) rotate(225deg);
}

.footer {
  color: white;
}
@media (max-width: 767.98px) {
  .footer .footer__top {
    padding: 48px 0 12px;
    font-size: 14px;
    line-height: 22px;
  }
}
@media (min-width: 768px) {
  .footer .footer__top {
    padding: 48px 0 24px;
    font-size: 16px;
    line-height: 24px;
  }
}
.footer .footer__bottom {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 22px;
}
@media (max-width: 767.98px) {
  .footer .footer__bottom {
    padding: 12px 0 48px;
  }
}
@media (min-width: 768px) {
  .footer .footer__bottom {
    padding: 24px 0 48px;
  }
}
.footer a {
  color: white;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .footer a:hover {
    color: #C2AB77;
  }
}
.footer h4 {
  color: white;
  margin-bottom: 16px;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .footer h4 {
    display: none;
  }
}

.footer__menu {
  list-style: none;
}
.footer__menu li {
  margin-bottom: 12px;
}
.footer__menu li:last-child {
  margin-bottom: 0;
}

@media (max-width: 767.98px) {
  .footer__item {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .footer__item {
    margin-bottom: 24px;
  }
}
.footer__item:last-child {
  margin-bottom: 0;
}
.footer__item span {
  display: block;
  color: #C2AB77;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 8px;
}
@media (max-width: 767.98px) {
  .footer__item span {
    display: none;
  }
}

.dev a {
  color: rgba(255, 255, 255, 0.5);
  display: inline-flex;
}
.dev a svg {
  flex: 0 0 auto;
  width: 24px;
  margin-left: 6px;
}
@media (min-width: 1200px) {
  .dev a:hover {
    color: white;
  }
}

@media (max-width: 767.98px) {
  .section__simple {
    padding: 48px 0;
  }
}
@media (min-width: 768px) {
  .section__simple {
    padding: 80px 0;
  }
}
@media (min-width: 1200px) {
  .section__simple {
    padding: 120px 0;
  }
}
.section__simple img, .section__simple iframe {
  display: block;
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.section__simple ul, .section__simple ol {
  padding: 0 0 0 30px;
  margin-bottom: 36px;
}
.section__simple ul:last-child, .section__simple ol:last-child {
  margin-bottom: 0;
}
.section__simple ul li, .section__simple ol li {
  margin-bottom: 10px;
}
.section__simple ul li:last-child, .section__simple ol li:last-child {
  margin-bottom: 0;
}
.section__simple p {
  margin-bottom: 36px;
}
.section__simple p:last-child {
  margin-bottom: 0;
}

.page__title {
  margin-bottom: 48px;
}
.page__title h1, .page__title .h1 {
  position: relative;
}
@media (max-width: 767.98px) {
  .page__title h1, .page__title .h1 {
    margin-bottom: 52px;
  }
}
@media (min-width: 768px) {
  .page__title h1, .page__title .h1 {
    margin-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .page__title h1, .page__title .h1 {
    margin-bottom: 76px;
  }
}
.page__title h1:before, .page__title .h1:before {
  position: absolute;
  left: 0;
  width: 220px;
  height: 4px;
  content: "";
  background-color: #9A731D;
}
@media (max-width: 767.98px) {
  .page__title h1:before, .page__title .h1:before {
    top: calc(100% + 24px);
  }
}
@media (min-width: 768px) {
  .page__title h1:before, .page__title .h1:before {
    top: calc(100% + 32px);
  }
}
@media (min-width: 1200px) {
  .page__title h1:before, .page__title .h1:before {
    top: calc(100% + 36px);
  }
}

.main__image,
.right__image,
.content__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 767.98px) {
  .main__image {
    height: 360px;
  }
}
@media (min-width: 768px) {
  .main__image {
    height: 560px;
  }
}

@media (max-width: 767.98px) {
  .right__image {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .right__image {
    height: 800px;
  }
}

@media (max-width: 767.98px) {
  .content__image {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .content__image {
    height: 560px;
  }
}

#form-submitting, #form-message-warning, #form-message-success {
  display: none;
  margin-left: 16px;
  font-size: 14px;
  line-height: 22px;
}

#form-submitting {
  color: #193B7A;
}

#form-message-warning {
  color: #D25E1C;
}

#form-message-success {
  color: #55A44E;
}

.bg--color-white {
  background-color: white;
}

.color--white {
  color: white;
}
.color--white h1, .color--white h2, .color--white h3, .color--white h4, .color--white h5, .color--white h6,
.color--white .h1, .color--white .h2, .color--white .h3, .color--white .h4, .color--white .h5, .color--white .h6 {
  color: white;
}
.color--white .button {
  color: white;
}

.about__list {
  list-style: none;
}
.about__list li {
  position: relative;
}
@media (max-width: 767.98px) {
  .about__list li {
    padding: 0 0 0 48px;
    margin-bottom: 24px;
  }
}
@media (min-width: 768px) {
  .about__list li {
    padding: 0 0 0 48px;
    margin-bottom: 48px;
  }
}
@media (min-width: 1200px) {
  .about__list li {
    padding: 0 48px;
    margin-bottom: 64px;
  }
}
.about__list li:last-child {
  margin-bottom: 0;
}
.about__list li:before {
  position: absolute;
  left: 0;
  width: 36px;
  height: 36px;
  content: "";
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2236%22%20height%3D%2236%22%20viewBox%3D%220%200%2036%2036%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Cpath%20d%3D%22M13.5%207.5%2024%2018%2013.5%2028.5%22%20stroke%3D%22%23C2AB77%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E%0A");
}
@media (max-width: 1199.98px) {
  .about__list li:before {
    top: 0;
  }
}
@media (min-width: 1200px) {
  .about__list li:before {
    top: 6px;
  }
}
.about__list li p {
  opacity: 0.7;
}
@media (min-width: 768px) {
  .about__list li p {
    font-size: 20px;
    line-height: 30px;
  }
}

.info__list {
  margin-bottom: -36px;
}
.info__list [class*=col-] {
  margin-bottom: 36px;
}

@media (max-width: 767.98px) {
  .info__list_item {
    display: flex;
  }
  .info__list_item .list__item_image {
    flex: 0 0 auto;
    width: 64px;
    margin-right: 16px;
  }
}
@media (min-width: 768px) {
  .info__list_item {
    padding-right: 24px;
  }
  .info__list_item .list__item_image {
    margin-bottom: 36px;
    width: 120px;
  }
}
@media (min-width: 1400px) {
  .info__list_item {
    padding-right: 48px;
  }
}

.text__block {
  position: relative;
}
@media (max-width: 767.98px) {
  .text__block {
    padding-top: 28px;
  }
}
@media (min-width: 768px) {
  .text__block {
    padding: 52px 48px 0 0;
  }
}
.text__block:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 220px;
  height: 4px;
  content: "";
  background-color: #9A731D;
}

.contact__item {
  margin-bottom: 24px;
}
.contact__item:last-child {
  margin-bottom: 0;
}
.contact__item span {
  display: block;
  color: #C2AB77;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.contact__item a {
  color: inherit;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .contact__item a:hover {
    color: #9A731D;
  }
}

@media (max-width: 767.98px) {
  .map__block {
    height: 480px;
  }
}
@media (min-width: 768px) {
  .map__block {
    height: 560px;
  }
}

.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  border: 1px solid transparent;
  background-color: transparent;
  cursor: pointer;
  text-align: center;
  text-decoration: none !important;
  color: #171A21;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  white-space: nowrap;
}
.button svg {
  display: block;
}
.button.button--medium {
  padding: 10px 0;
}
.button.button--link {
  border-bottom: 1px solid #C2AB77;
}
@media (min-width: 1200px) {
  .button.button--link:hover {
    color: #C2AB77;
  }
}
.button:disabled, .button[disabled=""], .button[disabled=disabled] {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}

.form__col {
  position: relative;
  margin-bottom: 32px;
}
.form__col:last-child {
  margin-bottom: 0;
}
.form__col.has-value .form__input {
  background-color: white;
}
.form__col.has-error .form__input {
  border: 1px solid #D25E1C;
}
.form__col.has-error .form__col_error, .form__col.has-error .invalid-feedback {
  display: block;
}
.form__col .form__input {
  width: 100%;
  height: 64px;
  padding: 20px 16px;
  color: #171A21;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #E8E8E9;
  background-color: white;
  border-radius: 0;
  box-sizing: border-box;
  transition: 0.25s ease-in-out;
  -webkit-transition: 0.25s ease-in-out;
}
.form__col .form__input::-moz-placeholder {
  opacity: 1;
  color: #A2A3A6;
}
.form__col .form__input:-ms-input-placeholder {
  opacity: 1;
  color: #A2A3A6;
}
.form__col .form__input::placeholder {
  opacity: 1;
  color: #A2A3A6;
}
.form__col .form__input:-ms-input-placeholder {
  opacity: 1;
  color: #A2A3A6;
}
.form__col .form__input[disabled=""] {
  opacity: 0.5;
}
.form__col .form__input.error {
  border: 1px solid #D25E1C !important;
}
.form__col .form__input:focus:not([readonly]), .form__col .form__input.focus {
  border: 1px solid #7589AF;
}
.form__col textarea.form__input {
  resize: vertical;
  height: 120px;
}
.form__col .form__label {
  display: block;
  margin-bottom: 4px;
  color: #74767A;
  font-size: 14px;
  line-height: 22px;
}
.form__col .form__label span {
  color: #D25E1C;
}
.form__col label.error {
  color: #D25E1C;
  font-size: 12px;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: calc(100% + 4px);
}
.form__col > .select2-container {
  z-index: 1100;
}
