@charset "UTF-8";

@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Bold.woff2") format("woff2"), url("../fonts/CormorantUpright-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-Regular.woff2") format("woff2"), url("../fonts/CormorantUpright-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: CormorantUpright;
  font-display: swap;
  src: url("../fonts/CormorantUpright-SemiBold.woff2") format("woff2"), url("../fonts/CormorantUpright-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* cyrillic-ext */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* latin-ext */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v12/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * 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 Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

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.
 */

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */

input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/**
 * ItcSlider
 * @version 1.0.0
 * @author https://github.com/itchief
 * @copyright Alexander Maltsev 2020 - 2022
 * @license MIT (https://github.com/itchief/ui-components/blob/master/LICENSE)
 * @tutorial https://itchief.ru/javascript/slider
 */

.itc-slider {
  position: relative;
}

.itc-slider__wrapper {
  overflow: hidden;
}

.itc-slider__items {
  display: flex;
  transition: transform 0.5s ease;
  will-change: transform;
}

.itc-slider__transition-none {
  transition: none;
}

.itc-slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  will-change: transform;
}

/* кнопки влево и вправо */

.itc-slider__btn {
  position: absolute;
  top: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 50px;
  color: #fff;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  border: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.itc-slider__btn_hide {
  display: none;
}

.itc-slider__btn_prev {
  left: 0;
}

.itc-slider__btn_next {
  right: 0;
}

.itc-slider__btn:hover,
.itc-slider__btn:focus {
  color: #fff;
  text-decoration: none;
  background: rgba(0, 0, 0, 0.3);
  outline: 0;
}

.itc-slider__btn::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.itc-slider__btn_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.itc-slider__btn_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* индикаторы */

.itc-slider__indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  margin: 0 15%;
  padding-left: 0;
  list-style: none;
}

.itc-slider__indicator {
  flex: 0 1 auto;
  box-sizing: content-box;
  width: 30px;
  height: 5px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  cursor: pointer;
}

.itc-slider__indicator_active {
  background-color: rgba(255, 255, 255, 0.9);
}

body {
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

a {
  text-decoration: none;
  color: #202020;
}

header {
  background: #ffffff;
}

.container {
  width: 1260px;
  margin: 0 auto;
}

.line {
  box-shadow: inset 0px -1px 0px #ececec;
}

.header {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .mobile {
  margin-left: 40px;
  width: 24px;
  display: none;
}

.header .mobile .menu-button-container {
  display: none;
  height: 100%;
  width: 30px;
  cursor: pointer;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.header .mobile .menu-button,
.header .mobile .menu-button::before,
.header .mobile .menu-button::after {
  border: none;
  display: block;
  background-color: #202020;
  position: absolute;
  height: 4px;
  width: 24px;
  transition: transform 400ms cubic-bezier(0.23, 1, 0.32, 1);
  border-radius: 2px;
}

.header .mobile .menu-button::before {
  content: "";
  margin-top: -11px;
  left: 0px;
}

.header .mobile .menu-button::after {
  content: "";
  left: 0px;
  margin-top: 8px;
}

.header .logo a img {
  width: 140px;
}

.header .header__items {
  display: flex;
  align-items: center;
}

.header .header__items .search__phone {
  display: flex;
}

.header .header__items .search__phone .search {
  display: flex;
  align-items: center;
}

.header .header__items .search__phone .search input {
  width: 358px;
  height: 28px;
  padding-left: 20px;
  border-radius: 100px 0 0 100px;
  border: 1px solid #ececec;
  outline: none;
}

.header .header__items .search__phone .search button {
  outline: none;
  width: 64px;
  height: 32px;
  border: 1px solid #72bf44;
  border-radius: 0 100px 100px 0;
  background: #72bf44;
}

.header .header__items .search__phone .search button img {
  width: 20px;
  color: #f5f5f5;
}

.header .header__items .search__phone .phone {
  margin-left: 24px;
  display: flex;
  align-items: center;
}

.header .header__items .search__phone .phone a {
  display: flex;
}

.header .header__items .search__phone .phone a span {
  display: block;
}

.header .header__items .search__phone .phone a span:last-child {
  margin-left: 8px;
  font-size: 0.5em;
}

.header .header__items .lang {
  margin-left: 78px;
}

.header .header__items .lang img {
  width: 24px;
}

.header .header__items .lang select {
  outline: none;
  border: none;
  background: transparent;
}

.header .header__items .user {
  margin-left: 24px;
}

.header .header__items .user a {
  display: flex;
  align-items: center;
}

.header .header__items .user a img {
  width: 24px;
}

.header .header__items .user a span {
  margin-left: 4px;
}

.nav .nav-items {
  display: flex;
  justify-content: space-between;
  margin: 14px 0;
  padding-left: 0;
}

.nav .nav-items .nav-item {
  list-style: none;
  font-family: "Charter";
  display: inline-block;
}

.nav .nav-items .nav-item .item-content {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1;
  height: 0;
  background: #ffffff;
  transition: height 0.7s;
  display: flex;
  justify-content: center;
}

.nav .nav-items .nav-item .item-content .effect .container {
  display: flex;
  height: 0;
  opacity: 0;
  transition: opacity 0.8s;
}

.nav .nav-items .nav-item .item-content .effect .container .first {
  width: 45%;
  font-size: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.nav .nav-items .nav-item .item-content .effect .container .second {
  width: 55%;
  margin-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.nav .nav-items .nav-item .item-content .effect .container .second ul {
  width: 40%;
  list-style: none;
  font-weight: bold;
}

.nav .nav-items .nav-item .item-content .effect .container .second ul a:hover {
  color: #72bf44;
}

.nav .nav-items .nav-item .item-content .effect .container .second ul ul {
  width: 100%;
  list-style: none;
  padding-left: 0;
  font-weight: normal;
}

.nav .nav-items .nav-item .item-content .effect .container .second ul ul li p {
  color: #797979;
}

.nav .nav-items .nav-item .item-content .effect .container .second ul ul li a {
  color: #797979;
}

.nav .nav-items .nav-item .item-content .effect .container .second ul ul li:hover {
  color: #72bf44;
}

.nav .nav-items .nav-item .item-content .effect .container .second ul ul li:first-child {
  margin-top: 10px;
}

.nav .nav-items .nav-item:hover .item-content {
  height: 260px;
  transition: height 0.7s;
  z-index: 1;
}

.nav .nav-items .nav-item:hover .item-content .effect .container {
  height: 250px;
  transition: height 1.9s opacity 0.9s;
  opacity: 1;
  padding: 40px 0 56px;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding-left: 0;
}

.breadcrumb .breadcrumb-item {
  padding-right: 12px;
  font-size: 0.75rem;
}

.breadcrumb .breadcrumb-item a {
  color: #797979;
}

.breadcrumb .breadcrumb-item::before {
  float: left;
  padding-right: 12px;
  margin-top: 2px;
  color: #6c757d;
  height: 10px;
  position: relative;
  content: url("../img/Shape.svg");
}

.breadcrumb .breadcrumb-item:first-child:before {
  content: "";
  padding-right: 0;
}

.sidebar {
  z-index: 1;
  background: #ececec;
  height: 584px;
}

.sidebar-container {
  margin-left: calc((100% - 1260px) / 2);
}

.sidebar-container .sidebar-body {
  display: flex;
  flex-direction: row;
}

.sidebar-container .sidebar-body .sidebar-main {
  display: block;
  width: 888px;
}

.sidebar-container .sidebar-body .sidebar-main p {
  margin-top: 153px;
  color: #797979;
  font-size: 1.25em;
  width: 480px;
}

.sidebar-container .sidebar-body .sidebar-main h1 {
  font-weight: 600;
  width: 480px;
  font-size: 3em;
}

.sidebar-container .sidebar-body .sidebar-slider {
  display: flex;
  flex-direction: column;
  width: 412px;
  height: 414px;
}

.sidebar-container .sidebar-body .sidebar-slider .slider-nav {
  background: #d2e3c9;
  width: 412px;
  height: 76px;
}

.slide-item {
  padding: 2px 24px;
  height: 50%;
  width: 100%;
}

.slide-item.bg-light {
  background: #f5f5f5;
}

.slide-item.bg-green {
  background: #d2e3c9;
}

.slide-item p {
  color: #797979;
}

.slide-item .slide-content {
  display: flex;
  justify-content: space-between;
}

.slide-item .slide-content h4 {
  width: 300px;
}

.slide-item .slide-content img {
  width: 112px;
  margin-right: 20px;
}

.slide-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 32px;
  border: none;
  outline: none;
  background: #72bf44;
  color: #f5f5f5;
  border-radius: 100px;
}

.itc-slider__wrapper {
  overflow: hidden;
}

.itc-slider__items {
  counter-reset: slide;
}

.itc-slider-1 {
  margin-bottom: 1em;
}

.itc-slider-1 .itc-slider__item {
  flex: 0 0 100%;
  max-width: 100%;
  height: 508px;
  position: relative;
  background: #fff;
}

.itc-slider-1 .itc-slider__item::before {
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fff;
  font-style: italic;
  font-size: 1.5em;
  font-weight: bold;
  display: block;
}

.itc-slider-1 .itc-slider__btn {
  top: 94%;
  border-radius: 50%;
  width: 24px;
  height: 24px;
}

.itc-slider-1 .itc-slider__btn_next {
  right: 327px;
}

.itc-slider-1 .itc-slider__btn_prev {
  left: 24px;
}

.itc-slider-2 .itc-slider__item {
  flex: 0 0 50%;
  max-width: 50%;
  height: 254px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 5em;
  display: none;
}

.itc-slider-2 .itc-slider__item .slide-item {
  height: 100%;
  padding: 0;
}

.itc-slider-2 .itc-slider__item .slide-item p {
  font-size: 0.35em;
  padding-left: 20px;
}

.itc-slider-2 .itc-slider__item .slide-item .slide-content h4 {
  padding-left: 20px;
  font-size: 0.35em;
  color: #202020;
}

.itc-slider-2 .itc-slider__item .slide-item a {
  font-size: 0.3em;
  margin-left: 20px;
}

.itc-slider-2 .itc-slider__btn {
  display: none;
}

.invest {
  padding-top: 80px;
}

.invest .container {
  display: flex;
  flex-direction: column;
}

.invest .container .invest-text {
  display: flex;
}

.invest .container .invest-text h2 {
  font-size: 1.875em;
}

.invest .container .invest-text .text-extends {
  display: flex;
  align-items: center;
}

.invest .container .invest-text .text-extends img {
  width: 18px;
  padding: 20px;
}

.invest .container .invest-text .text-extends p {
  color: #797979;
}

.invest .container .invest-blocks {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  flex-direction: row;
  padding-top: 50px;
  padding-bottom: 50px;
}

.invest .container .invest-blocks .invest-block {
  width: 272px;
  height: 272px;
  overflow: hidden;
  margin-right: 24px;
  border-radius: 20px;
}

.invest .container .invest-blocks .invest-block:last-child {
  margin-right: 0;
}

.invest .container .invest-blocks .invest-block:nth-child(1) {
  background: #72bf44;
  color: #ffffff;
}

.invest .container .invest-blocks .invest-block:nth-child(2) {
  background: #ececec;
  color: #202020;
}

.invest .container .invest-blocks .invest-block:nth-child(3) {
  background: #5d5fef;
  color: #ffffff;
}

.invest .container .invest-blocks .invest-block:nth-child(4) {
  background: #202020;
  color: #ffffff;
}

.invest .container .invest-blocks .invest-block h4 {
  padding-left: 20px;
}

.invest .container .invest-blocks .invest-block img {
  margin: 0 auto;
  display: flex;
  width: 76%;
  align-items: center;
}

.not-finance {
  background: #ececec;
}

.finance {
  padding: 80px 0;
}

.finance .container {
  display: flex;
  flex-direction: row;
}

.column-finance {
  width: 25%;
  display: flex;
  flex-direction: column;
}

.column-finance .finance-text h2 {
  font-size: 1.875em;
}

.column-finance .finance-text p {
  font-size: 1.2em;
  font-weight: 400;
  color: #797979;
}

.column-finance .services {
  width: 100%;
}

.column-finance .services .services-head {
  color: #797979;
  font-size: 0.8em;
  text-transform: uppercase;
  font-weight: 400;
}

.column-finance .services ul {
  padding-left: 0;
}

.column-finance .services ul li {
  list-style: none;
}

.column-finance .services ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(175, 181, 171, 0.4);
  padding: 8px 0;
}

.column-finance .services ul li a span:last-child::before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  content: "north_east";
}

.column-finance .services ul li a:hover {
  color: #72bf44;
}

.column-finance .services ul li a:hover span {
  color: #72bf44;
}

.column-finance .services ul li a:hover span:last-child::before {
  content: "east";
}

.column-blocks {
  width: 75%;
  margin-top: 240px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.column-blocks .left {
  width: 50%;
}

.column-blocks .right {
  width: 50%;
}

.column-item {
  display: block;
  cursor: pointer;
  padding: 30px;
}

.column-item .img-bg {
  border-radius: 20px;
  background: #ffffff;
  width: 100%;
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.column-item .img-bg img {
  max-width: 100%;
  max-height: 218px;
}

.big-item {
  width: 100%;
}

.md-item {
  width: 85%;
  height: 630px;
}

.md-item--short {
  height: 315px;
}

.md-item--short .img-bg {
  min-height: 245px;
}

.md-item .img-bg {
  min-height: 620px;
  background: #f6f6f6;
}

.color-bg-1 {
  background: #0095d5 !important;
}

.color-bg-2 {
  background: #ececec !important;
}

.color-bg-3 {
  background: #797979 !important;
}

.color-bg-4 {
  background: #202020 !important;
}

.color-bg-5 {
  background: #f5f5f5 !important;
}

.color-bg-6 {
  background: #ffffff !important;
}

.color-bg-7 {
  background: #72bf44 !important;
}

.color-bg-8 {
  background: #d2e3c9 !important;
}

.color-bg-9 {
  background: #5d5fef !important;
}

.color-bg-10 {
  background: #f6f6f6 !important;
}

.color-bg-11 {
  background: #398bef !important;
}

.color-bg-12 {
  background: #eab90e !important;
}

.color-1 {
  color: #0095d5 !important;
}

.color-2 {
  color: #ececec !important;
}

.color-3 {
  color: #797979 !important;
}

.color-4 {
  color: #202020 !important;
}

.color-5 {
  color: #f5f5f5 !important;
}

.color-6 {
  color: #ffffff !important;
}

.color-7 {
  color: #72bf44 !important;
}

.color-8 {
  color: #d2e3c9 !important;
}

.color-9 {
  color: #5d5fef !important;
}

.color-10 {
  color: #f6f6f6 !important;
}

.itc-slider-3 .itc-slider__item {
  flex: 0 0 20%;
  max-width: 20%;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.8);
  font-size: 7rem;
}

.itc-slider-3 .itc-slider__item .invest-block {
  display: block;
  border-radius: 20px;
  width: 80%;
  height: 100%;
}

.itc-slider-3 .itc-slider__item .invest-block h6 {
  margin: 0;
  padding-left: 10px;
  padding-top: 20px;
  font-size: 0.17em;
}

.itc-slider-3 .itc-slider__item .invest-block img {
  max-height: 150px;
  margin: 0 auto;
  display: flex;
}

.itc-slider-3 .itc-slider__btn.itc-slider__btn_prev {
  left: 1150px;
  top: -40px;
  background: none;
}

.itc-slider-3 .itc-slider__btn.itc-slider__btn_prev::before {
  background: none;
  background-image: none !important;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
  color: #202020;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  content: "west";
}

.itc-slider-3 .itc-slider__btn.itc-slider__btn_next {
  top: -40px;
  background: none;
}

.itc-slider-3 .itc-slider__btn.itc-slider__btn_next::before {
  background: none;
  background-image: none !important;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
  color: #202020;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  content: "east";
}

.social {
  padding: 80px 0;
}

.social-block {
  width: 100%;
  background: #202020;
  border-radius: 20px;
  height: 350px;
  color: #ffffff;
  padding: 20px;
}

.social-block h4 {
  font-size: 1.39em;
}

.social-block p {
  display: block;
  width: 60%;
  font-size: 1.35em;
  line-height: 2em;
}

.social-block .social-bottom {
  display: flex;
  justify-content: end;
}

.social-block .social-bottom a {
  display: block;
  cursor: pointer;
}

.social-block .social-bottom a::before {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #72bf44;
  background-image: none !important;
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 1;
  color: #ffffff;
  letter-spacing: normal;
  text-transform: none;
  display: flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  content: "east";
}

.news-container {
  display: flex;
  flex-direction: row;
}

.news-container .main-news {
  width: 66.6666%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.news-container .right-news {
  width: 33.3333%;
  display: flex;
  flex-direction: column;
}

.item-news {
  width: 48%;
  max-width: 390px;
}

.item-news .news-img {
  width: 100%;
  display: flex;
  height: 220px;
  border-radius: 20px;
  align-items: center;
  overflow: hidden;
}

.item-news .news-img img {
  width: 100%;
  height: 100%;
}

.item-news .news-extends {
  margin: 10px 0;
  font-size: 0.875em;
  display: flex;
  justify-content: space-between;
}

.item-news .news-extends a {
  color: #797979;
}

.item-news .news-text {
  font-size: 1em;
}

.item-news .news-link {
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.right-news .item-news {
  width: 80%;
  margin: 0 auto 30px;
}

.analytic {
  padding: 80px 0;
}

.analytic-block {
  background: #ececec;
  border-radius: 20px;
  height: 318px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}

.analytic-block .left-analytic {
  width: 30%;
  padding: 48px 0 0 48px;
}

.analytic-block .left-analytic .analytic-head {
  margin-top: 0;
  font-size: 1.875em;
}

.analytic-block .left-analytic p {
  font-size: 1.25em;
  font-weight: 400;
  color: #797979;
}

.analytic-block .right-analytic {
  width: 30%;
  overflow: hidden;
  position: relative;
}

.analytic-block .right-analytic img {
  width: 100%;
  height: 100%;
  top: 0;
  position: absolute;
}

.list-links h4 {
  color: #797979;
  font-size: 0.85em;
  text-transform: uppercase;
  font-weight: 400;
}

.list-links ul {
  padding-left: 0;
}

.list-links ul li {
  list-style: none;
}

.list-links ul li a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(175, 181, 171, 0.4);
  padding: 8px 0;
}

.list-links ul li a span:last-child::before {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  content: "north_east";
}

.list-links ul li a:hover {
  color: #72bf44;
}

.list-links ul li a:hover span {
  color: #72bf44;
}

.list-links ul li a:hover span:last-child::before {
  content: "east";
}

footer {
  background: #202020;
  min-height: 850px;
  color: #f5f5f5;
}

footer .container {
  padding-top: 80px;
  margin-bottom: 50px;
}

footer .container .footer-row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

footer .container .footer-row .footer-brand {
  width: 50%;
  font-size: 1.25em;
}

footer .container .footer-row .footer-brand .phone a {
  color: #f5f5f5;
  font-weight: 700;
}

footer .container .footer-row .footer-brand .mail a {
  color: #f5f5f5;
  font-weight: 400;
}

footer .container .footer-row .footer-brand .footer-social .social-items {
  display: flex;
  justify-content: start;
}

footer .container .footer-row .footer-brand .footer-social .social-items .social-links {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #72bf44;
  align-items: center;
  display: flex;
  justify-content: center;
  margin-right: 8px;
}

footer .container .footer-row .footer-brand .footer-social .social-items .social-links a img {
  width: 18px;
  margin: 0 auto;
}

footer .container .footer-row .footer-brand .footer-social .social-items .social-links a:hover img {
  scale: 1.4;
  transition: all 0.2s;
}

footer .container .footer-row .footer-brand .polytic ul {
  padding-left: 20px;
}

footer .container .footer-row .footer-brand .polytic ul li a {
  color: #ffffff;
  font-size: 0.9em;
}

footer .container .footer-row .footer-links {
  width: 50%;
}

footer .container .footer-row .footer-links .links-list h4 {
  color: #797979;
}

footer .container .footer-row .footer-links .links-list ul {
  list-style: none;
  padding-left: 0px;
}

footer .container .footer-row .footer-links .links-list ul li {
  margin-bottom: 4px;
}

footer .container .footer-row .footer-links .links-list ul li a {
  color: #ffffff;
}

.footer-end {
  background: #797979;
  bottom: 0;
  height: 50px;
}

.footer-end .container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.footer-end .container .end {
  width: 49%;
  margin-top: 8px;
  color: #ffffff;
  font-size: 1.25em;
}

.footer-end .container .end:last-child {
  text-align: end;
}

.button-fixed {
  position: fixed;
  width: 56px;
  height: 56px;
  right: 40px;
  bottom: 40px;
  border-radius: 50%;
  overflow: hidden;
}

.button-fixed button {
  width: 100%;
  height: 100%;
  color: #202020;
  background: #72bf44;
  border: none;
}

.button-fixed button span:before {
  font-family: "Material Icons Outlined";
  font-weight: bold;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  content: "north";
}

.hover-nav {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  z-index: 1000;
  display: flex;
  justify-content: center;
}

.hover-nav .container {
  position: absolute;
}

.hover-item {
  height: 0;
  width: 100%;
  margin: 0 auto;
  transition: height 0.9s z-index 0.9s;
  z-index: 1;
  position: absolute;
  display: flex;
  justify-content: center;
}

.hover-item.active {
  position: inherit;
  height: 250px;
  z-index: 1000;
  transition: height 0.9s z-index 0.9s;
  background: #cd3636;
}

.header-page .container .header-container {
  max-width: 550px;
}

.header-page .container .header-container .header-title {
  font-size: 1.875rem;
}

.header-page .container .header-container .header-info {
  color: #797979;
  font-size: 1rem;
  line-height: 24px;
}

.header-page .container .header-container .get-cons {
  display: block;
  width: 240px;
  height: 30px;
  background: #72bf44;
  border-radius: 8px;
  text-align: center;
  padding-top: 12px;
  font-size: 1rem;
  color: #ffffff;
}

.header-page .container .header-container .get-cons:hover {
  color: #797979;
}

.header-page .container .header-container .bottom-title {
  width: 240px;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 15px;
}

.header-page .container .header-container .bottom-info {
  margin-top: 0;
  color: #797979;
}

.tabs .container .tabs-nav .nav-item {
  padding: 0 15px 0 0;
  border: none;
  background: transparent;
  color: #797979;
  font-size: 1rem;
}

.tabs .container .tabs-nav .nav-item.active {
  color: #202020;
}

.tabs .container .tabs-content .content-item {
  display: none;
  flex-wrap: wrap;
}

.tabs .container .tabs-content .content-item.active {
  display: flex;
  justify-content: flex-start;
}

.bank-item {
  width: 46%;
  height: 490px;
  border-radius: 8px;
  background: #f5f5f5;
  margin-bottom: 20px;
  padding: 1.7%;
  display: flex;
  flex-direction: column;
}

.bank-item .row {
  display: flex;
  justify-content: space-between;
  font-size: 0.875rem;
  padding-bottom: 5px;
  margin-top: 25px;
}

.bank-item .row .text-lite {
  color: #797979;
}

.bank-item .row a {
  display: flex;
  align-items: center;
  border-radius: 8px;
  background: #72bf44;
  color: #ffffff;
  padding: 0 10px;
}

.bank-item p {
  font-size: 0.875rem;
}

.bank-item ul {
  font-size: 0.875rem;
  padding-left: 20px;
}

.bank-item .dots {
  border-bottom: dashed #797979;
}

.bank-item:nth-child(2n) {
  margin-left: 1%;
}

.item-doc {
  width: 284px;
  height: 216px;
  margin-bottom: 40px;
  border-radius: 20px;
  background: #f5f5f5;
  margin-right: 40px;
}

.item-doc:nth-child(4n) {
  margin-right: 0;
}

.item-doc .doc-img {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.item-doc .doc-img img {
  width: 32px;
  height: 32px;
}

.item-doc .doc-text {
  text-align: center;
  height: 40px;
  overflow: hidden;
  margin-bottom: 0;
}

.item-doc .doc-link {
  margin: 25px auto 0;
  align-items: center;
  width: 180px;
  height: 40px;
  display: block;
  text-align: center;
  background: rgba(114, 191, 68, 0.16);
  border-radius: 8px;
}

.item-doc .doc-link:hover p {
  color: #797979;
}

.item-doc .doc-link p {
  padding-top: 10px;
  color: #72bf44;
}

.mb-5 {
  margin-bottom: 50px;
}

.add-news {
  display: block;
  width: 100%;
  padding-top: 20px;
  text-align: center;
  height: 36px;
  border-radius: 8px;
  background: #f5f5f5;
}

.page-detail .container .detail-header {
  width: 676px;
}

.page-detail .container .detail-header .header-title {
  font-size: 1.875rem;
}

.page-detail .container .detail-header .header-date {
  color: #797979;
  font-size: 1rem;
}

.page-detail .container .detail-img {
  width: 100%;
  height: 490px;
  border-radius: 20px;
  overflow: hidden;
}

.page-detail .container .detail-img img {
  width: 100%;
}

.page-detail .container .detail-text {
  display: flex;
}

.page-detail .container .detail-text .text-left {
  width: 280px;
  margin-right: 30px;
}

.page-detail .container .detail-text .text-left .text-link {
  color: #797979;
  font-size: 1rem;
}

.page-detail .container .detail-text .text-left .text-link a {
  color: #0095d5;
}

.page-detail .container .detail-text .text-right {
  width: 950px;
}

.page-detail .container .detail-text .text-right .text-title {
  font-size: 1.5rem;
}

.page-detail .container .detail-text .text-right .comment {
  display: flex;
  align-items: center;
}

.page-detail .container .detail-text .text-right .comment .comment-octus {
  padding-right: 20px;
}

.bloks-bank {
  margin-bottom: 30px;
}

.bloks-bank .container .bloks-grid {
  display: flex;
  width: 100%;
  justify-content: space-between;
}

.bloks-bank .container .bloks-grid .left {
  width: 66.666%;
  display: flex;
  flex-wrap: wrap;
}

.bloks-bank .container .bloks-grid .left .grid-items {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 20px;
  overflow: hidden;
}

.bloks-bank .container .bloks-grid .left .grid-items:nth-child(2n) {
  margin-right: 0;
}

.bloks-bank .container .bloks-grid .left .grid-items .item {
  padding: 20px 0;
  height: 240px;
  background: #f5f5f5;
  border-radius: 20px;
  margin-bottom: 20px;
}

.bloks-bank .container .bloks-grid .left .grid-items p {
  padding-left: 20px;
}

.bloks-bank .container .bloks-grid .all-face {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.bloks-bank .container .bloks-grid .all-face .grid-items {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  overflow: hidden;
}

.bloks-bank .container .bloks-grid .all-face .grid-items:nth-child(3n) {
  margin-right: 0;
}

.bloks-bank .container .bloks-grid .all-face .grid-items .date {
  padding-left: 20px;
  margin-top: 20px;
  color: #797979;
}

.bloks-bank .container .bloks-grid .all-face .grid-items .item {
  position: relative;
  height: 240px;
  background: #f5f5f5;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 20px;
}

.bloks-bank .container .bloks-grid .all-face .grid-items .item .white-text {
  color: #f5f5f5;
}

.bloks-bank .container .bloks-grid .all-face .grid-items .item p {
  position: absolute;
  top: 20px;
  left: 20px;
  margin: 0 0 0 10px;
  padding-top: 10px;
}

.bloks-bank .container .bloks-grid .all-face .grid-items .item .item-img {
  -o-object-fit: fill;
     object-fit: fill;
  width: 100%;
  height: 100%;
}

.bloks-bank .container .bloks-grid .all-face .grid-items p {
  padding-left: 20px;
}

.bloks-bank .container .bloks-grid .right {
  width: 33.333%;
}

.bloks-bank .container .bloks-grid .right .big-items {
  margin-bottom: 20px;
  overflow: hidden;
}

.bloks-bank .container .bloks-grid .right .big-items .item {
  padding: 20px;
  height: 590px;
  background: #f5f5f5;
  border-radius: 20px;
}

.bloks-bank .container .bloks-grid .right .big-items p {
  padding-left: 20px;
}

.services-section .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.services-section .container .item {
  height: 217px;
  width: 68%;
  background: #cd3636;
  margin-bottom: 30px;
  border-radius: 20px;
  display: flex;
}

.services-section .container .item .item-text {
  padding: 20px 0 0 20px;
  width: 55%;
  color: #f5f5f5;
}

.services-section .container .item .item-img {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.services-section .container .item-small {
  width: 30%;
}

.services-section .container .item:nth-child(2n) {
  margin-left: 2%;
}

.digital {
  margin: 60px 0 30px;
}

.digital .container {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
}

.digital .container .digital-apps {
  width: 60%;
}

.digital .container .digital-apps .items {
  width: 520px;
  height: auto;
}

.digital .container .digital-apps .items .items-header {
  font-size: 1.875rem;
}

.digital .container .digital-apps .items .items-subheader {
  font-size: 1.125rem;
}

.digital .container .digital-apps .items ul li {
  margin-bottom: 16px;
}

.digital .container .digital-apps .items img {
  width: 150px;
  height: 150px;
}

.digital .container .digital-apps .items h5 {
  font-size: 1.25rem;
}

.digital .container .digital-apps .items .btn-get {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 225px;
  height: 48px;
  font-size: 1rem;
  right: 0;
  border-color: transparent;
  outline: 0;
  background: #72bf44;
  color: #f5f5f5;
  border-radius: 8px;
}

.digital .container .digital-apps .items .item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
}

.digital .container .digital-apps .items .item .img-link {
  border-radius: 20px;
  overflow: hidden;
  width: 160px;
  margin-right: 20px;
  height: 160px;
}

.digital .container .digital-apps .items .item .img-link img {
  width: 100%;
  height: 100%;
}

.digital .container .digital-apps .items .item .info-link {
  width: 360px;
  display: flex;
  flex-direction: column;
}

.digital .container .digital-apps .items .item .info-link .info-header {
  font-size: 0.875rem;
  color: #797979;
  font-family: Charter;
}

.digital .container .digital-apps .items .item .info-link .info-title {
  margin-top: 20px;
  font-weight: 400;
}

.digital .container .digital-apps .items .item .info-link .link {
  margin-top: 20px;
  display: block;
  -webkit-text-decoration: revert;
          text-decoration: revert;
}

.digital-request {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.digital-request .form-submit {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.digital-request .form-submit input {
  border-radius: 8px;
  border-color: transparent;
  background: #f5f5f5;
  padding: 10px 10px;
  margin: 8px 0;
}

.digital-request .form-submit .btn-block {
  display: flex;
  justify-content: end;
}

.digital-request .form-submit .btn-block button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 132px;
  height: 32px;
  right: 0;
  border-color: transparent;
  outline: 0;
  background: #72bf44;
  color: #f5f5f5;
  border-radius: 100px;
}

.navigator .container {
  display: flex;
}

.navigator .container .first {
  width: 40%;
  display: flex;
  flex-direction: column;
}

.navigator .container .first .analysis {
  display: flex;
  flex-direction: column;
}

.navigator .container .first .analysis .head {
  font-size: 0.875rem;
  color: #797979;
  margin: 20px;
}

.navigator .container .first .analysis .headbold {
  font-size: 0.875rem;
  font-weight: bold;
  margin: 20px 0;
}

.navigator .container .first .analysis .head-input {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.navigator .container .first .analysis .head-input .item {
  margin: 10px 0;
}

.navigator .container .first .analysis .head-input .item label {
  font-weight: 400;
}

.navigator .container .first .analysis .head-input #radius {
  width: 310px;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding-left: 10px;
}

.navigator .container .first .analysis .head-input input[type=range] {
  border-radius: 8px;
  background: #72bf44;
  -webkit-appearance: none;
  opacity: 1;
  -moz-appearance: none;
       appearance: none;
  margin-left: 3px;
  width: 318px;
  height: 3px;
  cursor: pointer !important;
}

.navigator .container .first .analysis .head-input input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  background-color: #72bf44;
  width: 20px;
  height: 20px;
  border-radius: 50%;
}

.navigator .container .first .analysis .head-input input[type=range]::-moz-range-progress {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background-color: #72bf44;
  height: 6px;
}

.navigator .container .first .analysis .accordion {
  width: 318px;
  border: 1px solid #ececec;
  border-radius: 8px;
}

.navigator .container .first .analysis .accordion-item {
  background-color: #fff;
  color: #111;
  border-bottom: 1px solid #ececec;
}

.navigator .container .first .analysis .accordion-item:last-child() {
  border-bottom: none;
}

.navigator .container .first .analysis .accordion-item-header {
  padding: 0.5rem 3rem 0.5rem 1rem;
  min-height: 3.5rem;
  line-height: 1.25rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.navigator .container .first .analysis .accordion-item-header label {
  margin-left: 10px;
}

.no-webp .navigator .container .first .analysis .accordion-item-header::after{
  background-image: url(./../img/dark-down.png); }

.navigator .container .first .analysis .accordion-item-header::after {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  width: 20px;
  height: 15px;
  font-size: 2rem;
  transition: tranform 0.8s;
  position: absolute;
  right: 1rem;
}

.navigator .container .first .analysis .accordion-item-header.active::after {
  content: "";
  transition: tranform 0.8s;
  transform: rotate(180deg);
}

.navigator .container .first .analysis .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.navigator .container .first .analysis .accordion-item-body-content {
  padding: 0 20px;
  line-height: 1.5rem;
  border-top: 1px solid #ececec;
}

.navigator .container .first .analysis .accordion-item-body-content ul {
  list-style: none;
}

.navigator .container .first .analysis .btn {
  margin: 40px 0;
  border: transparent;
  border-radius: 8px;
  background-color: #72bf44;
  width: 318px;
  height: 58px;
  color: #ffffff;
}

.navigator .container .second {
  margin-top: 20px;
  width: 60%;
}

.navigator .container .second .items {
  display: flex;
  flex-direction: column;
}

.navigator .container .second .items .item .head-item {
  display: flex;
}

.navigator .container .second .items .item .head-item .item-img {
  border-radius: 20px;
  overflow: hidden;
  width: 360px;
  height: 240px;
}

.navigator .container .second .items .item .head-item .item-img img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.navigator .container .second .items .item .head-item .head-title {
  width: 360px;
  margin-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.navigator .container .second .items .item .head-item .head-title .btn {
  border: none;
  border-radius: 8px;
  background: #72bf44;
  color: #ffffff;
  width: 260px;
  height: 48px;
}

.navigator .container .second .items .tabs {
  margin: 40px 0;
  display: flex;
  flex-direction: column;
  padding-bottom: 20px;
  border-bottom: 3px solid #f5f5f5;
}

.navigator .container .second .items .tabs .tabs-button {
  display: flex;
}

.navigator .container .second .items .tabs .tabs-button .tab {
  border: none;
  color: #202020;
  background: transparent;
}

.navigator .container .second .items .tabs-bodys {
  color: #797979;
}

.events-detail {
  margin: 30px 0;
}

.events-detail .container img {
  width: 100%;
  height: 240px;
}

.events-detail .container .events-bloks {
  display: flex;
  flex-direction: row;
}

.events-detail .container .events-bloks .first {
  width: 30%;
  display: flex;
  flex-direction: column;
}

.events-detail .container .events-bloks .first .digital-request {
  width: 90%;
}

.events-detail .container .events-bloks .first .bold-text {
  color: #202020;
  font-weight: 500;
  margin: 20px 0;
}

.events-detail .container .events-bloks .first .lite-text {
  color: #797979;
  font-weight: 400;
}

.events-detail .container .events-bloks .second {
  width: 70%;
}

.events-detail .container .events-bloks .second .title {
  font-weight: bold;
}

.events-detail .container .events-bloks .second ul {
  margin-left: 0;
  padding-left: 12px;
}

.events-docs .container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.analyze .container {
  display: flex;
}

.analyze .container .first {
  width: 70%;
  display: flex;
  flex-direction: column;
}

.analyze .container .first .item {
  width: 100%;
  border-radius: 20px;
  height: 220px;
  display: flex;
  margin-bottom: 30px;
}

.analyze .container .first .item .item-text {
  padding: 20px 0 0 20px;
  width: 55%;
}

.analyze .container .first .item .text-lite {
  color: #f5f5f5;
}

.analyze .container .first .item .item-img {
  width: 45%;
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.analyze .container .second {
  width: 30%;
}

.analyze .container .second .digital-request {
  width: 80%;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 1980px) {
  .sidebar-container {
    margin-right: calc((100% - 1440px) / 2);
  }
}

@media only screen and (max-width: 1440px) {
  .sidebar-container {
    margin-right: 0;
  }
}

@media only screen and (max-width: 820px) {
  body {
    font-size: 0.8em;
  }

  .container {
    width: 100%;
  }

  .header .mobile {
    display: block;
  }

  .header .header__items .search__phone {
    flex-direction: row-reverse;
  }

  .header .header__items .search__phone .search input {
    display: none;
  }

  .header .header__items .search__phone .search button {
    display: block;
    border: none;
    background: none;
  }

  .header .header__items .lang {
    margin-left: 18px;
  }

  .header .header__items .user {
    margin-left: 10px;
    margin-right: 40px;
  }

  .nav {
    display: none;
  }

  .sidebar {
    width: 100%;
    margin: 0;
    height: 100%;
  }

  .sidebar-container {
    width: 100%;
    margin: 0;
  }

  .sidebar-container .sidebar-body {
    height: 584px;
  }

  .sidebar-container .sidebar-body .sidebar-main {
    width: 100%;
    padding-left: 20px;
  }

  .sidebar-container .sidebar-body .sidebar-main p {
    width: 100%;
    margin-top: 160px;
  }

  .sidebar-container .sidebar-body .sidebar-main h1 {
    font-size: 2em;
    width: 100%;
  }

  .sidebar-container .sidebar-body .sidebar-slider {
    display: none;
  }

  .itc-slider-2 .itc-slider__item {
    display: flex;
    background: #f5f5f5;
  }

  .invest .container .invest-text {
    flex-wrap: wrap;
    padding-left: 20px;
  }

  .invest .container .invest-text .text-extends p {
    padding-left: 20px;
  }

  .invest .container .invest-blocks {
    padding-top: 0;
    padding-bottom: 20px;
    justify-content: space-around;
  }

  .invest .container .invest-blocks .invest-block {
    width: 46%;
    margin-right: 0;
    margin-bottom: 24px;
  }

  .finance .container {
    flex-direction: column;
  }

  .column-finance {
    width: 50%;
    padding-left: 20px;
  }

  .column-blocks {
    width: 100%;
    margin-top: 0;
  }

  .itc-slider-3 .itc-slider__item {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .itc-slider-3 .itc-slider__btn.itc-slider__btn_prev {
    top: -35px;
    left: 700px;
  }

  .itc-slider-3 .itc-slider__btn.itc-slider__btn_next {
    top: -35px;
  }

  .section-head h2 {
    padding-left: 20px;
  }

  .social .container {
    display: flex;
    justify-content: center;
  }

  .social-block {
    width: 80%;
    height: auto;
  }

  .news-container {
    width: 90%;
    margin: 0 auto;
  }

  .news-container .main-news {
    flex-direction: column;
  }

  .item-news {
    width: 100%;
    max-width: 420px;
  }

  .right-news .item-news {
    margin: 0 0 20px 0;
    width: 100%;
    max-width: 100%;
  }

  .analytic-block {
    width: 90%;
    margin: 0 auto;
  }

  .button-fixed {
    display: none;
  }
}

@media (max-width: 767px) {
  .navigator .container .first .analysis html {
    font-size: 14px;
  }
}

@media only screen and (max-width: 576px) {
  .header {
    margin-bottom: 60px;
  }

  .header .mobile {
    display: block;
    right: 24px;
    position: absolute;
  }

  .header .mobile .menu-button,
  .header .mobile .menu-button::before,
  .header .mobile .menu-button::after {
    display: block;
    right: 24px;
  }

  .header .logo a img {
    margin-left: 20px;
  }

  .header .header__items .search__phone {
    display: block;
  }

  .header .header__items .search__phone .search {
    display: flex;
    position: absolute;
    top: 100px;
    left: 5%;
    width: 90%;
  }

  .header .header__items .search__phone .search input {
    display: block;
  }

  .header .header__items .search__phone .search button {
    border: 1px solid #72bf44;
    background: #72bf44;
  }

  .header .header__items .search__phone .phone {
    display: none;
  }

  .header .header__items .lang {
    display: none;
  }

  .header .header__items .user {
    display: none;
  }

  .sidebar-container .sidebar-body {
    height: 254px;
  }

  .sidebar-container .sidebar-body .sidebar-main p {
    margin-top: 40px;
  }

  .sidebar-container .sidebar-body .sidebar-main h1 {
    font-size: 2em;
  }

  .itc-slider-2 .itc-slider__item {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .itc-slider-2 .itc-slider__item .slide-item {
    border-radius: 20px;
  }

  .invest .container .invest-blocks .invest-block {
    width: 96%;
  }

  .column-blocks .left {
    width: 100%;
  }

  .column-blocks .right {
    width: 100%;
  }

  .itc-slider-3 .itc-slider__item {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .itc-slider-3 .itc-slider__btn.itc-slider__btn_prev {
    top: -35px;
    left: 250px;
  }

  .social-block .social-bottom {
    justify-content: start;
  }

  .news-container {
    flex-direction: column-reverse;
  }

  .news-container .main-news {
    width: 100%;
  }

  .news-container .right-news {
    width: 100%;
  }

  .analytic-block {
    flex-direction: column;
    height: 618px;
  }

  .analytic-block .left-analytic {
    width: 90%;
    padding: 24px 0 0 20px;
  }

  .analytic-block .right-analytic {
    width: 90%;
    margin: 0 auto;
    height: 100%;
    border-radius: 20px;
  }

  .analytic-block .right-analytic img {
    left: 0;
  }
}

.webp .navigator .container .first .analysis .accordion-item-header::after{ background-image: url(./../img/dark-down.webp); }