html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: 'Roboto';
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

.header .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 12px;
  padding-bottom: 14px;
}

.header .container .header__menu #menu-main_menu .uslugi {
  padding-right: 20px;
}

.header .container .header__menu #menu-main_menu .analitics:after {
  content: '';
  background-image: url(assets/img/header/unlock.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  display: block;
  left: -18px;
  top: 1px;
}

.header .container .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  gap: 27px;
}

.header .container .header__right .gtranslate a {
  color: #6f6f6ffc;
  outline: none;
}

.header .container .header__right .gtranslate .active {
  font-weight: 600;
  color: #000;
}

.header .container .header__right .gtranslatemob {
  display: none;
}

.header .container .header__right .notranslate {
  border: 0;
  cursor: pointer;
}

.header .container .header__right .lk {
  font-weight: 500;
  position: relative;
  margin-right: 25px;
  text-decoration: none;
  color: #000;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  /*
            &:after {
              content: '';
              background-image: url(assets/img/header/arrowlk.svg);
              width: 17px;
              height: 11px;
              position: absolute;
              display: block;
              right: -25px;
              top: 2px;
              transition: all .15s ease-out;
            }
            &:hover:after{
              transform: translate3d(8px, 0, 0);
            }
            */
}

#cssmenu,
#cssmenu ul,
#cssmenu li,
#cssmenu a {
  border: none;
  margin: 0;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

#cssmenu {
  display: block;
  padding: 0;
  margin: 0;
  width: auto;
}

#cssmenu > ul {
  list-style: inside none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 60px;
}

#cssmenu > ul > li {
  list-style: inside none;
  padding: 0;
  margin: 0;
  float: left;
  display: block;
  position: relative;
  z-index: 1000;
}

#cssmenu > ul > li > a {
  outline: none;
  display: block;
  position: relative;
  text-align: center;
  text-decoration: none;
  color: #000;
}

#cssmenu ul li.has-sub:hover > a:after {
  top: 0;
  bottom: 0;
}

#cssmenu > ul > li.has-sub > a:before {
  content: '';
  background-image: url(assets/img/header/arrow.svg);
  position: absolute;
  top: 5px;
  right: -15px;
  width: 10px;
  height: 6px;
}

#cssmenu > ul > li.has-sub:hover > a:before {
  top: 19px;
}

#cssmenu ul li.has-sub:hover > ul,
#cssmenu ul li.has-sub:hover > div {
  display: block;
  padding: 20px;
}

#cssmenu ul li > ul,
#cssmenu ul li > div {
  display: none;
  width: auto;
  position: absolute;
  top: 16px;
  left: -20px;
  background-color: #fff;
  z-index: 999;
}

#cssmenu ul li > ul {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#cssmenu ul li > ul li {
  display: block;
  list-style: inside none;
  padding: 0;
  margin: 0;
  position: relative;
}

#cssmenu ul li > ul li:last-child:after {
  display: none !important;
}

#cssmenu ul li > ul li a {
  outline: none;
  display: block;
  position: relative;
  margin: 0;
  text-decoration: none;
  color: #000;
  margin-top: 12px;
}

#cssmenu > ul > li.has-sub > a:hover:before {
  border-top: 5px solid #ffffff;
}

.mobile-menu {
  position: relative;
  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;
  padding: 0 16px;
  top: 0;
  background-color: #fff;
  left: 0;
  right: 0;
  height: 50px;
  z-index: 9999999;
}

.mobile-menu__btn {
  position: relative;
  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;
  width: 35px;
  height: 30px;
  cursor: pointer;
  -webkit-transition: .4s;
  transition: .4s;
  z-index: 9999;
}

.mobile-menu__icon {
  display: block;
  position: relative;
  background: #000;
  width: 90%;
  height: 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

.mobile-menu__icon::after, .mobile-menu__icon::before {
  content: "";
  display: block;
  position: absolute;
  background: #000;
  width: 100%;
  height: 2px;
  -webkit-transition: .4s;
  transition: .4s;
}

.mobile-menu__icon::after {
  top: 8px;
}

.mobile-menu__icon::before {
  top: -8px;
}

.mobile-menu__container {
  position: fixed;
  text-align: center;
  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;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 999;
  height: 0;
  opacity: 1;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
  overflow: hidden;
  background-color: #fff;
}

.mobile-menu__list {
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transition-delay: .5s;
          transition-delay: .5s;
  list-style: none;
  padding-left: 0;
  margin-top: -50px;
}

.mobile-menu__item {
  font-size: 26px;
  padding-bottom: 15px;
}

.mobile-menu__link {
  text-decoration: none;
  color: #000;
}

.mobile-menu__checkbox {
  display: none;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__nav {
  opacity: 1;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__container {
  height: 100%;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon {
  background: transparent;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before, .mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  top: 0;
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::after {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.mobile-menu__checkbox:checked ~ .mobile-menu__btn .mobile-menu__icon::before {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

@media (max-width: 575.97px) {
  header {
    position: fixed;
    width: 100%;
    z-index: 999;
    background-color: #fff;
  }
  header .container {
    display: -ms-grid !important;
    display: grid !important;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  header .container .header__right {
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    display: -ms-inline-grid !important;
    display: inline-grid !important;
    -ms-grid-row-align: center;
        align-self: center;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    -webkit-justify-content: right;
    width: 100%;
    gap: 30px;
  }
  header .container .header__right select {
    -webkit-appearance: none;
    -ms-grid-column-align: end;
        justify-self: end;
  }
  header .container .header__right .lk {
    display: none;
  }
  header .container .header__right .mobile-menu {
    padding: 0;
  }
  header .container .header__right .mobile-menu a::after {
    content: none;
  }
  .page-main {
    padding-top: 87px;
  }
}

@media (min-width: 767.98px) {
  .mobile-menu {
    display: none;
  }
}

@media (max-width: 767.98px) {
  @-webkit-keyframes ani {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes ani {
    0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }
  .header__menu {
    display: none;
  }
  .mobile-menu .mobile-menu__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-menu .mobile-menu__container .childlvl ul li {
    opacity: 0;
    -webkit-animation: ani 2.5s forwards;
            animation: ani 2.5s forwards;
  }
  .mobile-menu .mobile-menu__container .mobile-menu__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .mobile-menu .sub-menu-open {
    display: contents !important;
  }
  .mobile-menu #cssmenu ul li > ul li {
    padding: 10px 0px;
    font-size: 16px;
  }
  .mobile-menu a::after {
    content: none !important;
  }
  .header__right .gtranslate {
    display: none;
  }
  .header__right .gtranslatemob {
    display: block !important;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
  .header__right p {
    display: none;
  }
}

.footer {
  padding: 40px 0;
  background-color: #212121;
}

.footer .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
}

.footer .container a {
  text-decoration: none;
  color: #fff;
}

@media (max-width: 575.97px) {
  .container {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    gap: 10px;
  }
}

.page-main {
  background: #E5E5E5;
}

.page-main .page-main__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2fr 1.1fr 1fr;
      grid-template-columns: 1fr 1.2fr 1.1fr 1fr;
  padding-top: 75px;
}

.page-main .page-main__items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*&:after {
                content: '';
                border-right: 1px solid #b6b6b669;
                height: 100%;
                position: absolute;
                bottom: 12%;
            }*/
}

.page-main .page-main__items .item__title a {
  font-size: 24px;
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #000;
  padding-left: 10px;
  position: relative;
  /*&:after {
                        content: '';
                        background-image: url(assets/img/icons/arrow.svg);
                        width: 26px;
                        height: 10px;
                        position: absolute;
                        display: block;
                        right: -40px;
                        top: 4px;
                        transition: all .15s ease-out;
                    }*/
}

.page-main .page-main__items .item__title a:hover:after {
  -webkit-transform: translate3d(8px, 0, 0);
          transform: translate3d(8px, 0, 0);
}

.page-main .page-main__items .item__img img {
  -webkit-transition: all .15s ease-out;
  transition: all .15s ease-out;
  width: 100%;
  max-height: 100%;
}

.page-main .page-main__items .item__img :hover img {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0);
}

.page-main .page-main__items .item__imgmob {
  display: none;
}

.page-main .page-main__items .item1 {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.page-main .page-main__items .item2 {
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.page-main .page-main__items .item3 {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}

.page-main .page-main__items .item4 {
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.page-main .page-main__items .item1, .page-main .page-main__items .item3 {
  padding-top: 75px;
}

/* ADAPTIVE */
@media (max-width: 1199.98px) {
  .page-main .page-main__items {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
    grid-gap: 3em;
  }
  .page-main .page-main__items .item {
    width: -webkit-fill-available;
    margin: 0 auto;
  }
  .page-main .page-main__items .item .item__img {
    display: none;
  }
  .page-main .page-main__items .item .item__imgmob {
    display: block;
  }
  .page-main .page-main__items .item .item__imgmob img {
    width: 100%;
  }
  .page-main .page-main__items .item1, .page-main .page-main__items .item3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding-top: 0;
  }
}

@media (max-width: 767.98px) {
  .page-main .page-main__items {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    grid-gap: 30px;
    padding-top: 14px;
  }
  .page-main .page-main__items .item {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 100%;
    gap: 0 !important;
  }
  .page-main .page-main__items .item .item__title {
    padding-bottom: 16px;
  }
  .page-main .page-main__items .item .item__title a {
    padding: 0;
  }
  .page-main .page-main__items .item1, .page-main .page-main__items .item3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}

@media (min-width: 1199.98px) {
  .page-main .page-main__items {
    height: 74vh;
  }
  .page-main .page-main__items .item__img {
    height: 48vh;
    max-height: 555px;
  }
  .page-main .page-main__items .item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
}

@media (max-width: 1199.97px) {
  .page-main {
    padding-bottom: 75px;
  }
}

.page-investments {
  background-image: url(assets/img/investments/bg.png);
  background-size: contain;
}

.page-investments .invest {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  padding-bottom: 80px;
}

.page-investments .invest .imgmob {
  display: none;
}

.page-investments .invest .invest__left h2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 50px;
}

.page-investments .invest .invest__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-investments .invest .invest__left ul li img {
  padding-right: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 8px;
}

.page-investments .invest .invest__left ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #212121;
  padding-bottom: 30px;
}

.page-investments .quot {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  border-left: 1px solid #b6b6b669;
  border-right: 1px solid #b6b6b669;
}

.page-investments .quot .imgmob {
  display: none;
}

.page-investments .quot .quot__right h2 {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 40px;
}

.page-investments .quot .quot__right h2 span {
  font-size: 18px;
  font-weight: 300;
  color: #696969;
}

.page-investments .quot .quot__right p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #212121;
  padding-bottom: 30px;
}

@media (max-width: 991.98px) {
  .page-investments .invest {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .page-investments .quot {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .invest .imgmob {
    display: block !important;
    padding-bottom: 20px;
  }
  .invest .invest__left h2 {
    padding-bottom: 30px !important;
  }
  .invest .invest__right {
    display: none;
  }
  .quot .quot__left {
    display: none;
  }
  .quot .imgmob {
    display: block !important;
    padding-bottom: 30px;
  }
}

.page-treasury {
  background-image: url(assets/img/investments/bg.png);
  background-size: contain;
}

.page-treasury .top {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  padding-bottom: 80px;
}

.page-treasury .top .top__left .imgmob {
  display: none;
}

.page-treasury .top .top__left h2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 50px;
}

.page-treasury .top .top__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-treasury .top .top__left ul li img {
  padding-right: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 8px;
}

.page-treasury .top .top__left ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #212121;
  padding-bottom: 30px;
}

.page-treasury .bottom {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #b6b6b669;
  border-right: 1px solid #b6b6b669;
}

.page-treasury .bottom .bottom__right .imgmob {
  display: none;
}

.page-treasury .bottom .bottom__right h2 {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 40px;
}

.page-treasury .bottom .bottom__right p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #212121;
  padding-bottom: 30px;
}

@media (max-width: 767.98px) {
  .top .imgmob {
    display: block !important;
    padding-bottom: 20px;
  }
  .top .top__left h2 {
    padding-bottom: 30px !important;
  }
  .top .top__right {
    display: none;
  }
  .bottom .bottom__left {
    display: none;
  }
  .bottom .imgmob {
    display: block !important;
    padding-bottom: 30px;
  }
}

.page-tax {
  background-image: url(assets/img/investments/bg.png);
  background-size: contain;
}

.page-tax .top {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
  padding-bottom: 80px;
}

.page-tax .top .top__left .imgmob {
  display: none;
}

.page-tax .top .top__left h2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 50px;
}

.page-tax .top .top__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-tax .top .top__left ul li img {
  padding-right: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 8px;
}

.page-tax .top .top__left ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #212121;
  padding-bottom: 30px;
}

.page-tax .bottom {
  padding-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 70px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-left: 1px solid #b6b6b669;
  border-right: 1px solid #b6b6b669;
}

.page-tax .bottom .bottom__right .imgmob {
  display: none;
}

.page-tax .bottom .bottom__right h2 {
  font-size: 26px;
  font-weight: 400;
  padding-bottom: 40px;
}

.page-tax .bottom .bottom__right p {
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
  color: #212121;
  padding-bottom: 30px;
}

.page-business {
  background-image: url(assets/img/investments/bg.png);
  background-size: contain;
  padding-bottom: 10em;
}

.page-business .top {
  padding-top: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 140px;
}

.page-business .top .top__left .imgmob {
  display: none;
}

.page-business .top .top__left h2 {
  font-size: 24px;
  font-weight: 400;
  padding-bottom: 50px;
}

.page-business .top .top__left ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-business .top .top__left ul li img {
  padding-right: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  padding-top: 8px;
}

.page-business .top .top__left ul li p {
  font-size: 18px;
  font-weight: 300;
  line-height: 24px;
  color: #212121;
  padding-bottom: 30px;
}

.page-contact {
  background-image: url(assets/img/contact/bg.png);
  background-size: cover;
}

.page-contact .container {
  height: 83vh;
  color: #fff;
}

.page-contact .container .title {
  padding-top: 67px;
  padding-bottom: 44px;
}

.page-contact .container .title h1 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
  padding-bottom: 80px;
}

.page-contact .container .title h2 {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 400;
}

.page-contact .container .email {
  padding-bottom: 45px;
}

.page-contact .container .email h3 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 15px;
}

.page-contact .container .email p {
  font-size: 26px;
  font-weight: 400;
}

.page-contact .container .email a {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
}

.page-contact .container .place {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  grid-gap: 86px;
}

.page-contact .container .place h3 {
  font-size: 22px;
  font-weight: 300;
  padding-bottom: 10px;
}

.page-contact .container .place p {
  font-size: 26px;
  font-weight: 400;
  margin-bottom: 15px;
}

.page-contact .container .place a {
  text-decoration: none;
  color: #fff;
  font-size: 26px;
}

@media (max-width: 767.98px) {
  .page-contact .container .place {
    -ms-grid-columns: 1fr !important;
        grid-template-columns: 1fr !important;
    grid-gap: 45px;
    padding-bottom: 60px;
  }
}

@media (max-width: 575.98px) {
  .page-contact .container {
    height: 100% !important;
    padding-top: 87px;
  }
}

.page-privacy {
  height: 78vh;
  padding-top: 45px;
}

.page-privacy .container h1 {
  font-size: 2em;
  padding-bottom: .5em;
}

.page-privacy .container p {
  padding: 5px 0;
}

@media (max-width: 1199.98px) {
  .page-privacy {
    height: 100% !important;
  }
}

@media (max-width: 575.98px) {
  .page-privacy .container {
    height: 100% !important;
    padding-top: 87px;
    padding-bottom: 40px;
  }
}

/* ADAPTIVE GRID */
@media (max-width: 575.97px) {
  .container {
    margin: 0 calc(50vw - 160px);
  }
}

@media (min-width: 575.98px) {
  .container {
    margin: 0 calc(50vw - 270px);
  }
}

@media (min-width: 767.98px) {
  .container {
    margin: 0 calc(50vw - 360px);
  }
}

@media (min-width: 991.98px) {
  .container {
    margin: 0 calc(50vw - 480px);
  }
}

@media (min-width: 1199.98px) {
  .container {
    margin: 0 calc(50vw - 590px);
  }
}

/*
#page {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  
  #test {
    height: 100%;
    display: flex;
  }
  
  #test .container {
    width: 100%;
  }
  
  
  #test .page-main__items .item__img img {
    height: 48vh;
    max-height: 555px;
  }
  */
.xoo-el-sidebar {
  display: none;
}
/*# sourceMappingURL=style.css.map */