@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-900"), url("../fonts/MuseoSansCyrl-900.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-900Italic"), url("../fonts/MuseoSansCyrl-900Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-900Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-700"), url("../fonts/MuseoSansCyrl-700.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-700Italic"), url("../fonts/MuseoSansCyrl-700Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-700Italic.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-500"), url("../fonts/MuseoSansCyrl-500.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-500Italic"), url("../fonts/MuseoSansCyrl-500Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-500Italic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-300"), url("../fonts/MuseoSansCyrl-300.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Museo Sans Cyrl";
  src: local("MuseoSansCyrl-300Italic"), url("../fonts/MuseoSansCyrl-300Italic.woff2") format("woff2"), url("../fonts/MuseoSansCyrl-300Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
}
:root {
  /* Global */
  --global-bg: #fff;
  --content-widht: 1220px;
  --a-color: #27494B;
  --a-color-hover: #4F787A;
  --hr-color: #d5d5d5;
  /* Messages */
  --success: #6FCF97;
  --warning: #FFBA40;
  --error: #EE4A4A;
  /* Content */
  --font-size: 18px;
  --font-weight: 400;
  --line-height: 1.4;
  --font-color: #4a4a4a;
  --p-margin: 20px 0;
  --block-title-size: 24px;
  --block-title-margin: 0 0 8px 0;
  /* Buttons */
  --button-border-radius: 3px;
  --button-padding: 0 18px;
  --button-line-height: 48px;
  --primary-button-bg: #27494B;
  --primary-button-bg-hover: #98CAC9;
  --primary-button-bg-active: #98CAC9;
  --primary-button-bg-disabled: transparent;
  --primary-button-border: 1px solid #27494B;
  --primary-button-border-hover: 1px solid #98CAC9;
  --primary-button-border-active: 1px solid #98CAC9;
  --primary-button-border-disabled: 1px solid #2B4F6D;
  --primary-button-color: #fff;
  --primary-button-color-hover: #fff;
  --primary-button-color-active: #fff;
  --primary-button-color-disabled: #2B4F6D;
  --secondary-button-bg: transparent;
  --secondary-button-bg-hover: #98CAC9;
  --secondary-button-bg-active: #98CAC9;
  --secondary-button-bg-disabled: transparent;
  --secondary-button-border: 1px solid #27494B;
  --secondary-button-border-hover: 1px solid #98CAC9;
  --secondary-button-border-active: 1px solid #98CAC9;
  --secondary-button-border-disabled: 1px solid #2B4F6D;
  --secondary-button-color: #27494B;
  --secondary-button-color-hover: #fff;
  --secondary-button-color-active: #fff;
  --secondary-button-color-disabled: #2B4F6D;
  --form-margin: 0 auto;
  --form-textbox-padding: 7px 10px;
  --form-textbox-border-color: #D5D5D5;
  --form-title-size: 30px;
  --form-description-size: 18px;
  --form-description-color: #8B969C;
  --form-label-color-active: #8B969C;
}

/* CKEditor */
/* Forms */
/* Map */
/* Slick */
/* Fancybox */
/* Accordeon */
/* Move Up */
/* Global */
*, *:before, *:after, *:focus {
  font-family: "Museo Sans Cyrl", Arial, Helvetica, sans-serif;
  box-sizing: border-box;
  outline: none;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, abbr, address, cite, code, del, dfn, ins, kbd, q, samp, small, 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, details, figure, figcaption, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body, html {
  height: 100%;
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.4;
  background: var(--global-bg);
  scroll-behavior: smooth;
  box-sizing: border-box;
  position: relative;
}

div, span, p, li {
  white-space: normal;
}

img {
  border: none;
  display: inline-block;
}

a {
  text-decoration: none;
  color: var(--a-color);
}
a:hover {
  color: var(--a-color-hover);
}

hr {
  width: 100%;
  height: 1px;
  padding: 0;
  margin: 30px 0;
  color: var(--hr-color);
  line-height: 1px;
  border: none;
  background: var(--hr-color);
}

.unselectable {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  transform: scale(1);
  transform-origin: 0 0;
}

.no-scroll {
  overflow: hidden;
}

/* CKEDITOR */
article h1 {
  margin: var(--p-margin);
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
  color: var(--font-color);
}
article h1:first-child {
  margin-top: 0;
}
article h2 {
  margin: var(--p-margin);
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
article h3 {
  margin: var(--p-margin);
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--font-color);
}
article h4, article h5, article h6 {
  margin: var(--p-margin);
  font-size: var(--font-size);
  font-weight: 600;
  line-height: 1.5;
  color: var(--font-color);
}
article p, article li {
  margin: var(--p-margin);
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
}
article p:first-child {
  margin-top: 0;
}
article p:first-child img {
  margin-top: 0;
  padding-top: 0;
}
article:first-child, article h2:first-child {
  margin-top: 0;
  padding-top: 0;
}
article p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
article a {
  color: var(--a-color);
}
article a:hover {
  color: var(--a-color-hover);
}
article .content-title {
  font-size: 48px;
  font-weight: 600;
  line-height: 1.4;
}
article .content-lead {
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
}
article .content-lead span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
article .content-footer {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: var(--font-color);
}
article .content-highlight {
  font-size: var(--font-size);
  font-weight: 600;
}
article img {
  max-width: 100%;
  height: auto;
}
article .content-cover {
  display: block;
  margin: 0 0 30px 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  text-align: center;
}
article .content-cover img {
  display: inline-block;
  margin: 0;
}
article .content-icon,
article .content-image {
  margin: 15px 0;
  padding: 0 0 10px 0;
  position: relative;
  background: transparent;
  font-size: 0;
}
article .content-icon img,
article .content-image img {
  display: inline-block;
  position: relative;
}
article .align-left {
  float: left;
  margin: 0 0 20px 0;
}
article .align-right {
  float: right;
  margin: 0 0 0 30px;
}
article .align-center {
  display: block;
  margin: 0 auto;
}
article .content-border {
  padding: 30px 44px;
  margin: 30px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.5;
  box-sizing: border-box;
  border: 1px solid var(--a-color);
  border-radius: 0;
  text-align: center;
}
article .content-note {
  background: transparent;
  font-size: 14px;
  line-height: 1.5;
  color: #898D94;
}
article .content-button {
  min-width: 123px;
  min-height: 50px;
  padding: 15px 19px;
  display: inline-block;
  margin: 3px auto;
  border: 1px solid var(--primary-button-border);
  border-radius: var(--button-border-radius);
  background: var(--primary-button-bg);
  font-size: var(--font-size);
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  color: var(--primary-button-color);
  cursor: pointer;
}
article .content-button:hover {
  background: var(--primary-button-bg-hover);
  color: var(--primary-button-color-hover);
  border: 1px solid var(--primary-button-border-hover);
}
article .content-button a {
  display: block;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
article .content-cite,
article .content-citate {
  display: block;
  padding: 10px 15px;
  position: relative;
  font-size: 14px;
  line-height: 1.5;
  font-style: italic;
}
article .content-cite::before,
article .content-citate::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: var(--font-colorr);
}
article .content-download {
  padding-left: 35px;
  background: url("/images/icons/download.svg") no-repeat top left;
}
article big {
  font-size: 20px;
}
article small {
  font-size: 14px;
}
article sub {
  font-size: 12px;
  line-height: 1;
  color: var(--font-color);
  vertical-align: sub;
}
article sup {
  font-size: 12px;
  line-height: 1;
  color: var(--font-color);
  vertical-align: super;
}
article ul {
  padding: 0 0 0 11px;
  margin: 0;
  list-style: none;
}
article ul li {
  margin: 0;
  padding: 0 0 0 15px;
  position: relative;
  font-size: var(--font-size);
}
article ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  background: var(--font-color);
  font-size: 18px;
  color: var(--font-color);
  display: block;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  z-index: 2;
}
article ul li:last-child {
  margin-bottom: 0;
}
article ol {
  padding: 0 0 0 15px;
  margin: 0 0 0 20px;
}
article ol li {
  margin: 0;
  padding: 0 0 0 15px;
  font-size: var(--font-size);
  line-height: 1.5;
}
article ol li:last-child {
  margin-bottom: 0;
}

.table-scroll-wrap {
  padding-bottom: 10px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #8496BC transparent;
  scrollbar-width: thin;
  position: relative;
  z-index: 1;
}

table {
  width: 100%;
  padding: 0px;
  border: 0;
  border-collapse: collapse;
}
table td, table th {
  font-size: var(--font-size);
  text-align: left;
  vertical-align: middle;
  white-space: normal;
  color: var(--font-color);
  border-bottom: 1px solid #D5D5D5;
}
table tr:first-child:hover {
  background: transparent;
}
table tr:first-child td {
  border-bottom: 2px solid #98CAC9;
}

thead th {
  font-weight: 500;
  text-transform: uppercase;
}

.align-center, .align-center td {
  text-align: center;
}

.vertical-align, .vertical-align td {
  vertical-align: middle;
}

.table-default {
  border: 0;
}
.table-default th,
.table-default td {
  padding: 12px 10px;
  vertical-align: top;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
}
.table-default th:first-child,
.table-default td:first-child {
  width: 240px;
  padding-left: 20px;
}
.table-default th:nth-child(2),
.table-default td:nth-child(2) {
  width: 130px;
}
.table-default th:last-child,
.table-default td:last-child {
  padding-right: 20px;
  text-align: right;
}
.table-default tr:hover {
  background: #F5F5F5;
  transition: background-color 0.3s;
}
.table-default th {
  font-size: var(--font-size);
  font-weight: 600;
  text-align: center;
  vertical-align: center;
}

.tabs {
  margin: 0 0 10px 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  position: relative;
}

.tab {
  margin: 0 30px 30px 0;
  padding-bottom: 12px;
  font-size: 18px;
  font-weight: 400;
  color: #8B969C;
  border-bottom: 3px solid #D5D5D5;
  cursor: pointer;
}
.tab.active {
  color: var(--font-color);
  border-bottom: 3px solid #4F787A;
}
.tab:hover {
  color: var(--font-color);
  border-bottom: 3px solid #4F787A;
}
.tab:last-child {
  margin: 0 0 30px 0;
}

/* BUTTONS */
button::-moz-focus-inner {
  margin: -1px;
  padding: 0;
  border: 0;
}

.button {
  display: inline-block;
  padding: var(--button-padding);
  margin: 0 auto;
  border-radius: var(--button-border-radius);
  cursor: pointer;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: var(--button-line-height);
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button.primary {
  background: var(--primary-button-bg);
  color: var(--primary-button-color);
  border: var(--primary-button-border);
}
.button.primary:hover {
  background: var(--primary-button-bg-hover);
  color: var(--primary-button-color-hover);
  border: var(--primary-button-border-hover);
}
.button.primary:active, .button.primary.active {
  background: var(--primary-button-bg-active);
  color: var(--primary-button-color-active);
  border: var(--primary-button-border-active);
}
.button.primary:disabled {
  background: var(--primary-button-bg-disabled);
  color: var(--primary-button-color-disabled);
  border: var(--primary-button-border-disabled);
  opacity: 0.5;
  cursor: not-allowed;
}
.button.primary:disabled:hover {
  background: var(--primary-button-bg-disabled);
  color: var(--primary-button-color-disabled);
  border: var(--primary-button-border-disabled);
  opacity: 0.5;
}
.button.secondary {
  background: var(--secondary-button-bg);
  color: var(--secondary-button-color);
  border: var(--secondary-button-border);
  opacity: 0.5;
}
.button.secondary:hover {
  background: var(--secondary-button-bg-hover);
  color: var(--secondary-button-color-hover);
  border: var(--secondary-button-border-hover);
}
.button.secondary:active, .button.secondary.active {
  background: var(--secondary-button-bg-active);
  color: var(--secondary-button-color-active);
  border: var(--secondary-button-border-active);
}
.button.secondary:disabled {
  background: var(--secondary-button-bg-disabled);
  color: var(--secondary-button-color-disabled);
  border: var(--secondary-button-border-disabled);
  opacity: 0.5;
}

.checkbox-list .checkbox-item {
  margin: 5px 26px 5px 0;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.checkbox-list .checkbox-item .item-title {
  padding-left: 30px;
  font-size: var(--font-size);
  line-height: 20px;
  color: #8B969C;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkbox-list .checkbox-item::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  background: transparent;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.checkbox-list .checkbox-item.invalid::after {
  border: 1px solid var(--error);
}
.checkbox-list .checkbox-item.checked::after {
  border: 1px solid #d5d5d5;
}
.checkbox-list .checkbox-item.checked::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background: #4F787A;
  position: absolute;
  border-radius: 2px;
  left: 5px;
  top: 5px;
  z-index: 2;
  cursor: pointer;
}
.checkbox-list .checkbox-item input {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
}
.checkbox-list .checkbox-item-wrap {
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  justify-content: flex-start;
}
.checkbox-list .checkbox-item-wrap .checkbox-item {
  width: 0;
  margin: 0;
}
.checkbox-list .checkbox-item-wrap .item-title {
  padding-left: 30px;
  font-size: var(--font-size);
  line-height: 20px;
  color: #8B969C;
}

.valid .checkbox-item::after {
  border-color: var(--success);
}
.valid .error-msg {
  display: none;
}

.invalid .checkbox-item::after {
  border-color: var(--error);
}
.invalid .error-msg {
  display: block;
}

/* select */
.selectbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  outline: none;
}

.selectbox::-ms-expand {
  display: none;
}

/* UI Selectbox */
.ui-selectbox-wrap {
  margin-bottom: 40px;
  display: flex;
  flex-flow: row nowrap;
}
.ui-selectbox-wrap .ui-selectbox-title {
  padding: 8px 11px 8px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: var(--font-color);
}
.ui-selectbox-wrap input {
  display: none;
}

.ui-selectbox {
  max-width: 100%;
  width: 100%;
  min-height: 48px;
  position: relative;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  cursor: pointer;
}
.ui-selectbox .ui-selectbox-text {
  width: 100%;
  min-height: 48px;
  display: flex;
  padding: 14px 15px 11px 15px;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1;
  color: #4a4a4a;
  text-align: left;
  border-radius: 3px;
  border: 0;
}
.ui-selectbox .ui-selectbox-text .value {
  margin: auto 0;
}
.ui-selectbox .ui-selectbox-wrap {
  width: 100%;
  display: none;
  padding: 10px 0;
  margin: 0;
  background: #fff;
  list-style: none;
  position: absolute;
  left: 0;
  top: 59px;
  box-shadow: 6px 9px 14px rgba(41, 106, 150, 0.17);
  border-radius: 3px;
  z-index: 5;
  cursor: default;
}
.ui-selectbox .ui-selectbox-list {
  max-height: 170px;
  overflow-x: hidden;
  overflow-y: scroll;
  scrollbar-color: #D5D5D5 transparent;
  scrollbar-width: thin;
}
.ui-selectbox .ui-selectbox-list::-webkit-scrollbar-track {
  background-color: transparent;
}
.ui-selectbox .ui-selectbox-list::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #D5D5D5;
}
.ui-selectbox .ui-selectbox-list::-webkit-resizer {
  width: 7px;
  height: 0px;
}
.ui-selectbox .ui-selectbox-list::-webkit-scrollbar {
  width: 7px;
}
.ui-selectbox .ui-selectbox-list li {
  display: block;
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
  cursor: pointer;
}
.ui-selectbox .ui-selectbox-list li a, .ui-selectbox .ui-selectbox-list li span {
  display: block;
  padding: 4px 15px;
  background: #fff;
  font-weight: var(--font-weight);
  font-size: var(--font-size);
  color: #4a4a4a;
  text-decoration: none;
}
.ui-selectbox .ui-selectbox-list li a:hover, .ui-selectbox .ui-selectbox-list li span:hover {
  background: #F5F5F5;
}
.ui-selectbox .ui-selectbox-list li.selected a, .ui-selectbox .ui-selectbox-list li.selected span {
  font-weight: 600;
  color: var(--a-color-hover);
  cursor: default;
}

.opened .ui-selectbox {
  background: #fff url(/images/icons/arrow-select-top.svg) right 12px center no-repeat;
}
.opened .ui-selectbox-wrap {
  display: block;
}

.valid .ui-selectbox {
  border-color: var(--success);
}

.invalid .ui-selectbox {
  border-color: var(--error);
}

/* FORMS */
.form {
  width: 100%;
  padding: 40px 40px;
  margin: 0;
  display: block;
  font-size: 0;
  position: relative;
  overflow: hidden;
  /*.calendar {
      position: relative;

      input {
          background: #fff url(/images/icons/calendar.svg) center right 10px no-repeat;
      }
  }*/
}
.form .overlay {
  width: 100%;
  height: 100%;
  padding: 0 30px;
  display: flex;
  flex-flow: column nowrap;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8;
}
.form .progress::before {
  content: ".";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  border: 5px solid var(--a-color);
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  color: transparent;
  -webkit-animation: overlay-spin 3s infinite linear;
  animation: overlay-spin 3s infinite linear;
}
.form .form-title {
  margin: 0 0 12px 0;
  font-size: var(--form-title-size);
  font-weight: 600;
  color: var(--font-color);
  text-align: center;
}
.form .form-description {
  max-width: 480px;
  margin: 0 auto 26px auto;
  font-size: var(--form-description-size);
  color: var(--form-description-color);
  text-align: center;
}
.form .form-field {
  width: 100%;
  max-width: 300px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.form .form-field .last-child {
  margin-bottom: 0;
}
.form .form-send {
  margin-top: 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
  font-size: 0;
  position: relative;
  z-index: 1;
}
.form .button {
  max-width: 215px;
  width: auto;
}
.form .valid .textbox, .form .valid .textarea, .form .valid .select-field {
  border-color: var(--success);
}
.form .valid .error-msg {
  display: none;
}
.form .invalid .textbox, .form .invalid .textarea, .form .invalid .select-field {
  border-color: var(--error);
}
.form .invalid .error-msg {
  display: block;
}
.form .error-msg {
  display: none;
  margin-top: 5px;
  font-size: 11px;
  color: var(--error);
  text-align: left;
}

.form-group {
  margin: 5px 0 10px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: flex-start;
}
.form-group:last-child {
  margin-bottom: 0;
}

.tooltip-image {
  margin-left: 6px;
  position: relative;
  cursor: pointer;
}
.tooltip-image .tooltip {
  width: 500px;
  padding: 20px;
  display: none;
  background: #fff;
  font-size: 14px;
  font-weight: var(--font-weight);
  border-radius: 3px;
  box-shadow: 10px 21px 30px rgba(43, 79, 109, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 4;
  pointer-events: auto;
  cursor: auto;
}
.tooltip-image .tooltip a {
  color: var(--a-color-hover);
}
.tooltip-image .tooltip a:hover {
  color: var(--a-color);
}
.tooltip-image:hover .tooltip {
  display: block;
}

/* input, textarea */
.form-field {
  margin: var(--form-margin);
  font-size: 0;
  position: relative;
  z-index: 5;
}
.form-field.opened {
  z-index: 2;
}
.form-field .last-child {
  margin-bottom: 0;
}
.form-field .input-wrap {
  display: block;
  position: relative;
}
.form-field .input-wrap .show-pass {
  width: 24px;
  height: 24px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  background: #fff;
  position: absolute;
  right: 8px;
  top: 13px;
  z-index: 1;
  cursor: pointer;
}
.form-field input {
  width: 100%;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: #323232;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
}
.form-field input[type=tel] {
  color: #fff;
}
.form-field label {
  padding: 0 14px;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: #4a4a4a;
  position: absolute;
  top: 14px;
  left: 1px;
  cursor: text;
}
.form-field .textbox, .form-field .textarea {
  height: 50px;
  padding: 20px 15px 2px 12px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /*&[type="date"]::-webkit-inner-spin-button,
  &[type="date"]::-webkit-calendar-picker-indicator {
      display: none;
      -webkit-appearance: none;
  }*/
}
.form-field .active label {
  padding: 6px 14px 1px 12px;
  background: #fff;
  font-size: 11px;
  font-weight: 600;
  color: var(--form-label-color-active);
  transform: translate(0, -9px);
  top: 10px;
  left: 1px;
}
.form-field .active input {
  border-color: #C3C9D3;
}
.form-field .active input[type=tel] {
  color: var(--font-color);
}
.form-field.text-area label {
  width: calc(100% - 16px);
}

::-webkit-input-placeholder {
  color: var(--font-color);
  opacity: 1;
}

::-moz-placeholder {
  color: var(--font-color);
  opacity: 1;
}

:-moz-placeholder {
  color: var(--font-color);
  opacity: 1;
}

:-ms-input-placeholder {
  color: var(--font-color);
  opacity: 1;
}

input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

input:invalid, textarea:invalid, select:invalid {
  box-shadow: none;
}

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

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

input {
  filter: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}

/* CONTENT */
.content-list {
  font-size: 0;
}
.content-list .list-item {
  margin-bottom: 15px;
}

.content-title, .content-title a, .content-list-item .title {
  font-size: 18px;
}

.content-description, .content-list-item .description {
  font-size: var(--font-size);
  color: var(--font-color);
}

.content-date, .content-list-item .date {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  line-height: 1;
  color: #84848B;
}

.content-text {
  font-size: var(--font-size);
  cursor: default;
}
.content-text p, .content-text li {
  color: var(--font-color);
}
.content-text p:first-child, .content-text h2:first-child, .content-text h3:first-child {
  margin-top: 0;
  padding-top: 0;
}
.content-text p:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.content-image {
  display: inline-block;
  position: relative;
  font-size: 0;
  text-align: center;
  vertical-align: middle;
  overflow: hidden;
}
.content-image a {
  display: block;
  overflow: hidden;
}
.content-image img {
  width: 100%;
  height: auto;
}

.content-address {
  font-size: var(--font-size);
  text-decoration: none;
  color: var(--font-color);
}

.content-phone {
  font-size: var(--font-size);
  text-decoration: none;
  color: var(--font-color);
}
.content-phone a {
  color: inherit;
  cursor: inherit;
}
.content-phone a:hover {
  color: inherit;
  cursor: inherit;
}

.content-email {
  font-size: var(--font-size);
  text-decoration: none;
}

.content-file {
  display: block;
  background: url(/images/icons/file.svg) left 8px no-repeat;
  padding-left: 21px;
  font-size: 18px;
  line-height: 165%;
  text-decoration: none;
  color: #00afca;
}
.content-file :hover {
  background-image: url(/images/icons/file-hover.svg);
}

.content-social {
  margin: 0 10px;
}

/* Page Title */
.page-title {
  margin-top: 9px;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}

.page-cover {
  width: 100%;
  height: 390px;
  padding: 0;
  margin-bottom: 0;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.page-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.page-cover::before {
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, #0D7472 2.69%, #537D80 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.6;
  z-index: 1;
}
.page-cover .cover-content {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.page-cover .center-wrap-column {
  margin: auto;
  padding: 50px 0 88px 0;
  text-align: center;
}
.page-cover .page-title {
  margin-top: 0;
  color: #fff;
}
.page-cover .page-descriprion {
  max-width: 560px;
  margin: 20px auto;
  font-size: var(--font-size);
  color: #fff;
  opacity: 0.5;
}

.page-crumbs-cover {
  margin-bottom: 40px;
}

.page-crumbs {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  padding: 21px 0 0 0;
  font-size: 14px;
  list-style: none;
  color: #8B969C;
  position: relative;
  overflow-y: hidden;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.page-crumbs * {
  white-space: nowrap;
  font-weight: 400;
}
.page-crumbs div {
  margin-right: 10px;
}
.page-crumbs a {
  display: inline-block;
  margin-right: 4px;
  font-size: inherit;
  color: #8B969C;
}
.page-crumbs a:hover {
  color: var(--a-color-hover);
}
.page-crumbs a:hover span {
  color: var(--a-color-hover);
}
.page-crumbs a:last-child, .page-crumbs span:last-child {
  background: none;
  padding: 0;
  margin: 0;
  color: #8B969C;
}
.page-crumbs .split {
  display: inline-block;
  margin-right: 4px;
  width: 13px;
  height: 6px;
  color: #98CAC9;
}

/* GRID */
.no-desktop {
  display: none;
}

.block-title {
  font-size: var(--block-title-size);
  font-weight: 600;
  color: var(--font-color);
  margin: var(--block-title-margin);
}
.block-title span {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

.container {
  width: 100%;
  margin: 0 auto;
}

.row {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  margin: -20px -20px;
}

.col-1, .col-2, .col-2-4, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-auto, .col-lg-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md-auto .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs, .col-xs-auto {
  position: relative;
  width: 100%;
  padding: 20px 20px;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
}

.col-2-4 {
  flex: 0 0 20%;
}

.col-3 {
  flex: 0 0 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
}

/* ANIMATION */
.content-image img {
  transition: all 0.5s ease;
}
.content-image:hover img {
  transform: scale(1.1);
}
.content-image.no-animation *, .content-image.no-animation:hover * {
  transition: none;
  transform: none;
}

a, a::before, .slick-arrow, .slick-dots button, .form-field label, .url .arrow, .tab, .form-block, .selection, .block-license .image .zoom, .employee .title {
  transition: all 0.5s ease;
}

.button {
  transition: background 0.2s ease;
}

.fade-enter-active,
.fade-leave-active {
  transition: opacity 0.5s ease;
}

.fade-enter-from,
.fade-leave-to {
  opacity: 0;
}

@keyframes overlay-spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* https://github.com/mozdevs/cssremedy/issues/11#issuecomment-462867630 */
@media (prefers-reduced-motion: reduce) {
  *:not(.safe-animation),
  *:not(.safe-animation)::before,
  *:not(.safe-animation)::after {
    animation-duration: 0.01s !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0s !important;
    scroll-behavior: auto !important;
  }
}
/* Page 404 */
.page-404 {
  display: flex;
  min-height: calc(100vh - 410px);
  margin: 0 auto;
}
.page-404 .center-wrap-column {
  max-width: 554px;
  padding: 60px 50px;
  margin: auto;
}
.page-404 .page-404-image {
  max-width: 525px;
  margin: 0 auto 40px auto;
}
.page-404 .page-404-block {
  width: 100%;
  text-align: center;
}
.page-404 .page-404-text {
  margin: 14px 0;
  font-weight: var(--font-weight);
  text-align: center;
}
.page-404 .page-404-title {
  margin-bottom: 14px;
  font-size: 30px;
  font-weight: 600;
  color: var(--font-color);
  text-align: center;
}
.page-404 .button {
  margin: 4px auto 0 auto;
}

/* DEBUG */
.debug {
  background: #fff568;
  border: 1px solid red;
}

.debug-message {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10000;
  border: 1px solid #50a848;
}

.debug-message * {
  font-size: 12px;
  font-family: Tahoma;
  line-height: 17px;
  color: #000;
}

.debug-message .title {
  padding: 5px;
  position: relative;
  background: #7cc576;
  font-weight: 700;
  color: #fff;
}

.debug-item {
  padding: 2px;
  background: #fffbc6;
}

.debug-item .var-title {
  padding: 3px;
  background: #fff799;
  border: 1px solid #f7c12e;
  font-size: 11px;
  font-weight: 700;
  color: #50a848;
}

.debug-item .var-value {
  padding: 7px 5px 5px 5px;
}

.debug-message .close {
  position: absolute;
  right: 10px;
  top: 4px;
  width: 10px;
  height: 10px;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
}

.helper-highlight {
  background: red !important;
  font-weight: 700;
  color: white !important;
  outline: 2px solid #ffb80c;
}

/* Move Up */
.move-up {
  width: 50px;
  height: 50px;
  display: flex;
  flex-flow: row;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: #98CAC9;
  border: 1px solid #98CAC9;
  border-radius: 100%;
  position: fixed;
  right: 40px;
  bottom: -60px;
  z-index: 7;
  opacity: 0;
  cursor: pointer;
}
.move-up:hover {
  background: #98CAC9;
  border: 1px solid #98CAC9;
  color: #fff;
}

.fixed .move-up {
  bottom: 52px;
  opacity: 1;
}

header {
  width: 100%;
  height: 130px;
  padding: 0 50px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  background: #fff;
  box-shadow: 0px 3px 5px rgba(43, 79, 109, 0.1);
  /*
  position: static;
  top: 0;
  left: 0;
  z-index: 10;

  &.fixed {
      position: fixed;
  }
  */
}
header .logo {
  margin-right: 10px;
  display: block;
  font-size: 0;
}
header .logo img {
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
header .block-left {
  margin-right: auto;
}
header .block-wrap {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-content: flex-start;
  justify-content: flex-start;
  align-items: center;
}
header .block-right {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  /*
  .lang-wrap{
      a{
          margin-right: 10px;
      }
  }
  */
}
header .block-right .lang-switch {
  position: relative;
  margin-right: 10px;
  font-size: 16px;
}
header .block-right .lang-switch:hover .popup {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
header .block-right .lang-switch .current-lang {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: flex-start;
  height: 40px;
  cursor: pointer;
  color: rgb(39, 73, 75);
}
header .block-right .lang-switch .lang-item {
  margin-bottom: 5px;
}
header .block-right .lang-switch .lang-item:last-child {
  margin-bottom: 0;
}
header .block-right .lang-switch .lang-item .item {
  color: var(--a-color);
}
header .block-right .lang-switch .lang-item .item:hover {
  color: var(--a-color-hover);
}
header .block-right .lang-switch .lang-item .item.current {
  color: var(--secondary-button-bg-hover);
}
header .block-right .lang-switch .popup {
  position: absolute;
  right: -25px;
  top: 40px;
  background: #fff;
  z-index: 10;
  padding: 10px 25px 10px 25px;
  box-shadow: 0px 4px 15px rgba(5, 51, 84, 0.2);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.3s, visibility 0.3s, transform 0.3s;
}
header .button {
  margin-left: 16px;
}

/* FOOTER */
footer {
  padding: 40px 0 50px 0;
  background: #27494B;
  z-index: 2;
}
footer .left-block {
  max-width: 295px;
  margin-left: 0;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  color: #708C8D;
}
footer .right-block {
  max-width: 50%;
  margin-left: auto;
  margin-right: 0;
}
footer .right-block .hint {
  text-align: right;
  font-size: 14px;
  margin-top: 20px;
  color: #708C8D;
}
footer .block-phones {
  width: 275px;
  padding-top: 18px;
  display: flex;
  flex-flow: row wrap;
}
footer .block-phones .icon {
  margin-top: 2px;
}
footer .block-phones a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: #fff;
}
footer .block-phones a:hover {
  color: #fff;
}
footer .block-phones .content-phone {
  font-size: 0;
  line-height: 1;
}
footer .block-phones.whatsapp .phones-wrap {
  margin-left: auto;
}
footer .phones-wrap {
  margin: 2px 0 0 0;
}
footer .center-wrap:last-child {
  margin-top: 48px;
}
footer .copyright, footer .description {
  margin-bottom: 1px;
  font-size: 14px;
  font-weight: 400;
  color: #708C8D;
  text-align: right;
}
footer .copyright a, footer .description a {
  color: #708C8D;
}
footer .copyright a:hover, footer .description a:hover {
  color: var(--a-color-hover);
}

/* Nav Menu */
.menu-main {
  height: 100%;
  margin: auto auto auto 20px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.menu-main .menu-arrow {
  display: none;
}
.menu-main .menu-item {
  margin-top: 22px;
  margin-right: 25px;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  position: relative;
}
.menu-main .menu-item::after {
  content: "";
  width: 0;
  height: 2px;
  display: block;
  background: #98CAC9;
  transition: all 0.5s ease;
  position: absolute;
  bottom: 12px;
}
.menu-main .menu-item:hover::after {
  width: 100%;
}
.menu-main .menu-item:hover .level-2 {
  display: block;
}
.menu-main .menu-item.selected::after {
  width: 100%;
}
.menu-main a {
  padding-bottom: 21px;
  display: block;
  font-size: var(--font-size);
  color: var(--font-color);
}
.menu-main a:hover {
  color: var(--a-color-hover);
}
.menu-main a > span {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}
.menu-main .level-2 {
  width: auto;
  height: auto;
  display: none;
  padding: 30px 35px;
  background: #27494B;
  left: 0;
  top: 45px;
  position: absolute;
  border-radius: 5px;
  border-bottom: 5px solid #98CAC9;
  z-index: 9;
}
.menu-main .level-2 .menu-item {
  margin: 0 0 10px 0;
  align-items: flex-start;
}
.menu-main .level-2 .menu-item::after {
  display: none;
}
.menu-main .level-2 .menu-item:last-child {
  margin-bottom: 0;
}
.menu-main .level-2 a {
  padding-bottom: 0;
  color: #fff;
  white-space: nowrap;
}
.menu-main .level-2 a:hover, .menu-main .level-2 a.selected {
  color: #F3953E;
}

/* Pagination */
.pagination {
  margin: 36px 0 -20px 0;
  display: flex;
  flex-flow: row wrap;
  font-size: 0;
}
.pagination .title {
  display: none;
}
.pagination .pagination-item, .pagination .current {
  width: 50px;
  height: 50px;
  margin: 0 20px 20px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: var(--font-size);
  color: var(--font-color);
  border-radius: 100%;
}
.pagination .pagination-item:last-child, .pagination .current:last-child {
  margin-right: 0;
}
.pagination .pagination-item:not(.current), .pagination .current:not(.current) {
  cursor: pointer;
}
.pagination .pagination-item {
  background: transparent;
  border: 1px solid var(--hr-color);
}
.pagination .pagination-item:hover:not(.current) {
  text-decoration: none;
  background: var(--a-color);
  border: 1px solid var(--a-color);
  color: #fff;
}
.pagination .current {
  background: var(--a-color-hover);
  border: 1px solid var(--a-color-hover);
  color: #fff;
}
.pagination .pagination-next, .pagination .pagination-prev {
  width: 50px;
  height: 50px;
  margin: 0 20px 20px 0;
  background: transparent;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 0;
  color: var(--font-color-hover);
  text-align: center;
  border: 1px solid var(--hr-color);
  border-radius: 100%;
  cursor: pointer;
}
.pagination .pagination-next:hover, .pagination .pagination-prev:hover {
  background: var(--a-color);
  border: 1px solid var(--a-color);
}
.pagination .pagination-next:hover path, .pagination .pagination-prev:hover path {
  fill: #fff;
}
.pagination .pagination-next {
  transform: rotate(180deg);
}
.pagination .dots {
  margin: 0 20px 20px 0;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 1;
  color: var(--font-color);
}

/* Slick */
.slider .slick-track {
  min-width: 100%;
}
.slider .slick-arrow {
  width: 42px;
  height: 42px;
  background: trancparent url(/images/icons/arrow-slider.svg) no-repeat center center;
  margin-top: -21px;
  position: absolute;
  top: 50%;
  border: 0;
  border-radius: 100%;
  font-size: 0;
  cursor: pointer;
  z-index: 2;
}
.slider .slick-next {
  transform: rotate(180deg);
  right: 40px;
}
.slider .slick-prev {
  left: 40px;
}
.slider .slick-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 34px;
  z-index: 4;
}
.slider .slick-dots li {
  display: inline-block;
  font-size: 0;
  margin: 0 8px;
}
.slider .slick-dots button {
  width: 10px;
  height: 10px;
  padding: 0;
  margin: 0;
  display: inline-block;
  background: #fff;
  font-size: 0;
  cursor: pointer;
  outline: none;
  border: 0;
  border-radius: 100%;
  opacity: 0.5;
}
.slider .slick-dots button:hover,
.slider .slick-dots .slick-active button {
  background: #27494B;
  opacity: 1;
}
.slider .slick-slide {
  text-align: center;
}
.slider .slick-slide img {
  margin: 0 auto;
}

.block-slider {
  width: 100%;
}
.block-slider .slider-wrap {
  width: 100%;
  position: relative;
}
.block-slider .slider {
  width: 100%;
  max-height: 585px;
  overflow: hidden;
  margin: 0 auto;
}
.block-slider .slick-active {
  opacity: 1;
}
.block-slider .slick-active::before {
  opacity: 0;
  display: none;
}
.block-slider .slick-slide {
  width: 100%;
  display: block;
  font-size: 0;
  position: relative;
}
.block-slider .slick-slide::before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  transition: inherit;
  background: linear-gradient(0deg, #0D7472 2.69%, #537D80 100%);
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.block-slider .slick-slide img {
  width: 100%;
  height: 100%;
  min-height: 390px;
  object-fit: cover;
  object-position: center center;
}
.block-slider .slide-item {
  width: 100%;
  display: block;
  position: relative;
  font-size: 0;
  border-left: 1px solid #ECF1F2;
}
.block-slider .slide-item .title {
  max-width: 962;
  display: block;
  font-size: 28px;
  font-weight: 600;
  line-height: 144%;
  color: #fff;
  text-align: left;
  position: absolute;
  top: 77px;
  left: 67px;
  z-index: 3;
}
.block-slider .slide-item .title strong {
  font-size: 36px;
}
.block-slider .slide-content-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.block-slider .slide-content {
  max-width: 970px;
  width: 100%;
  margin: auto;
}
.block-slider .slide-title {
  font-size: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.block-slider .slide-description {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  text-align: center;
}
.block-slider .button {
  margin-top: 26px;
}
.block-slider .slick-arrow {
  width: 50px;
  height: 50px;
  margin: 0;
  display: flex;
  transform: translateY(-50%);
  background: transparent;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  border: 0;
  z-index: 4;
  opacity: 0.5;
  cursor: pointer;
}
.block-slider .slick-arrow:hover {
  opacity: 1;
}
.block-slider .slick-arrow > svg {
  margin: auto;
}
.block-slider .slick-next {
  right: 50px;
}
.block-slider .slick-prev {
  left: 50px;
}

/* FANCYBOX */
.js-fancybox {
  outline: none;
}

.fancybox-bg {
  background: rgba(40, 59, 69, 0.2);
}

.fancybox-slide .form {
  width: auto;
  max-width: 420px;
  padding: 23px 35px 33px 35px;
  position: relative;
  background: #fff;
  text-align: center;
}
.fancybox-slide .form .textbox, .fancybox-slide .form div {
  text-align: left;
}
.fancybox-slide .form .result-message {
  padding: 10px 10px;
  display: none;
}
.fancybox-slide .form-title {
  margin-bottom: 0;
  font-size: var(--form-title-size);
  font-weight: 600;
  line-height: var(--line-height);
  color: var(--font-color);
}
.fancybox-slide .form-description {
  margin-bottom: 20px;
  font-size: var(--form-description-size);
  color: var(--form-description-color);
}
.fancybox-slide .fancybox-alert {
  display: inline-block;
  max-width: 440px;
  width: auto;
  margin: 0;
  padding: 50px 40px;
  text-align: center;
  border-radius: 3px;
  box-shadow: 10px 21px 30px rgba(43, 79, 109, 0.2);
}
.fancybox-slide .fancybox-alert h1 {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
  line-height: var(--line-height);
  text-transform: none;
  text-align: center;
  color: var(--font-color);
}
.fancybox-slide .fancybox-alert p {
  margin: 0;
  padding: 0;
  font-size: var(--font-size);
  line-height: var(--line-height);
  color: var(--font-color);
  text-align: center;
  color: #8B969C;
}

.fancybox-lock {
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-close-small {
  width: 20px;
  height: 20px;
  right: 20px;
  top: 20px;
  background: none;
}
.fancybox-close-small:hover svg path {
  fill: var(--a-color-hover);
  transition: all 0.5s ease;
}
.fancybox-close-small::after {
  display: none;
}
.fancybox-close-small:focus::after {
  outline: 0 none;
}

/* UI Upload */
.upload {
  padding: 0;
  text-align: left;
}
.upload:hover .uploas-image {
  color: var(--a-color);
}
.upload .note {
  margin-top: 14px;
  font-size: 11px;
  font-weight: 600;
  color: #8B969C;
}

.upload-wrapper {
  margin-top: 14px;
}

.js-upload-browse {
  position: relative;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  transition: none;
}
.js-upload-browse:hover {
  transition: none;
  color: var(--a-color-hover);
}

.upload-filelist {
  margin-top: 10px;
  padding: 0 0 10px 0;
  display: none;
  font-size: 0;
}
.upload-filelist div {
  margin: 5px 0;
}
.upload-filelist .filename {
  margin: 0 5px;
  color: var(--a-color-hover);
}
.upload-filelist .filename:hover {
  color: var(--a-color);
}

.upload-toggle {
  display: flex;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--a-color-hover);
  cursor: pointer;
}
.upload-toggle:hover {
  color: var(--a-color);
}
.upload-toggle .uploas-title {
  margin: auto 0 auto 5px;
}

.upload-filelist-item {
  width: auto;
  padding: 0 0 0 20px;
  margin: 0;
  display: block;
  overflow: hidden;
  text-align: left !important;
  position: relative;
  font-size: var(--font-size);
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  /*&:after {
      content: "";
      display: inline-block;
      top: 3px;
      left: 2px;
      width: 15px;
      height: 15px;
      position: absolute;
      z-index: 3;
      background: url(/images/icons/delete-file.svg) no-repeat center center;
      background-size: contain;
  }*/
}
.upload-filelist-item .progress {
  width: 0;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.upload-filelist-item .filename {
  font-size: inherit;
  line-height: inherit;
  color: var(--a-color);
  text-align: left;
  z-index: 2;
}

.uploader {
  position: relative;
  display: none;
}

/* MAPS */
.contacts-map {
  max-width: 660px;
  width: 57%;
  height: 320px;
  margin: 0;
  display: block;
  background: #F0F3FA;
  position: relative;
  font-size: 0;
  border-radius: 3px;
}
.contacts-map::before {
  content: ".";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 55px;
  height: 55px;
  margin: -30px 0 0 -30px;
  border-radius: 50%;
  border: 5px solid var(--a-color);
  border-right: 5px solid transparent;
  border-bottom: 5px solid transparent;
  font-size: 0;
  color: transparent;
  -webkit-animation: overlay-spin 3s infinite linear;
  animation: overlay-spin 3s infinite linear;
}

.map-baloon {
  font-size: 14px;
  line-height: 21px;
}
.map-baloon p {
  margin: 0;
  padding: 0;
}

.dg-popup__container {
  min-width: 200px;
}

.leaflet-popup-content p {
  margin: 0;
}

/* Layout */
.main-wrap {
  min-height: 100%;
  min-width: 960px;
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  overflow: hidden;
}

.content-wrap {
  width: 100%;
  flex: 1;
  position: relative;
  z-index: 3;
}

.center-wrap, .center-wrap-column {
  max-width: var(--content-widht);
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
  font-size: 0;
}

.center-wrap-column {
  flex-direction: column;
}

.mobile-only {
  display: none;
}

.block-content {
  max-width: 600px;
  margin-bottom: 28px;
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
}

section, .content {
  width: 100%;
}

article .content-phone {
  color: var(--a-color);
  cursor: pointer;
}
article .content-phone:hover {
  color: var(--a-color-hover);
}

.content-empty, .content-empty * {
  width: 100%;
  padding: 30px;
  font-size: var(--font-size);
  color: var(--font-color);
  background-color: #F5F5F5;
}

.block-advantages {
  margin: 80px 0 93px 0;
}
.block-advantages .advantage {
  display: flex;
  flex-flow: row nowrap;
}
.block-advantages .advantage-image {
  width: 100px;
  height: 100px;
  margin-right: 30px;
  display: flex;
  flex-shrink: 0;
  transition: all 0.5s ease;
  border-radius: 100%;
  border: 2px solid #98CAC9;
}
.block-advantages a.advantage-image:hover {
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
}
.block-advantages img {
  margin: auto;
}
.block-advantages .advantage-content {
  max-width: 380px;
  width: 100%;
}
.block-advantages .advantage-title {
  margin-bottom: 20px;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--font-color);
}
.block-advantages .advantage-text {
  font-size: var(--font-size);
  color: var(--font-color);
}

.block-trainings {
  margin: 40px 0 84px 0;
}
.block-trainings .advantage {
  display: flex;
  flex-flow: row wrap;
}
.block-trainings .advantage-image {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  display: flex;
  flex-shrink: 0;
  border-radius: 100%;
  border: 2px solid #98CAC9;
}
.block-trainings img {
  margin: auto;
}
.block-trainings .advantage-title {
  width: calc(100% - 120px);
  display: flex;
  align-items: center;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--font-color);
}
.block-trainings .advantage-text {
  max-width: 100%;
  width: 100%;
  margin-top: 20px;
  font-size: var(--font-size);
  color: var(--font-color);
}

.block-steps {
  margin: 60px 0;
  counter-reset: step;
}
.block-steps.dark .step-number {
  background: rgba(79, 120, 122, 0.2);
}
.block-steps.dark .step-number:before {
  background: #4F787A;
}
.block-steps .block-title {
  margin-bottom: 46px;
}
.block-steps .step-wrap {
  counter-increment: step;
}
.block-steps .step-wrap:last-child .step::after {
  display: none;
}
.block-steps .step::after {
  content: "";
  width: 51px;
  height: 26px;
  display: block;
  background: url(/images/icons/step_arrow.svg) center center no-repeat;
  position: absolute;
  right: -26px;
  top: 48px;
}
.block-steps .step-number {
  width: 80px;
  height: 80px;
  margin: 0 auto 30px auto;
  display: flex;
  background: rgba(152, 202, 201, 0.2);
  border-radius: 100%;
}
.block-steps .step-number::before {
  content: counter(step);
  width: 50px;
  height: 50px;
  margin: auto;
  background: #98CAC9;
  font-size: 30px;
  line-height: 50px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border-radius: 100%;
}
.block-steps .step-title {
  margin-bottom: 19px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
  text-align: center;
}
.block-steps .step-text {
  font-size: var(--font-size);
  color: #8B969C;
  text-align: center;
}
.block-steps .step-text a {
  color: #2B4F6D;
}
.block-steps .step-text a:hover {
  color: var(--a-color-hover);
}

.block-form-consultation {
  margin: 70px 0 80px 0;
  padding: 0 30px;
}
.block-form-consultation .center-wrap {
  max-width: 1160px;
  min-height: 200px;
  padding: 0;
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
  border-radius: 5px;
}
.block-form-consultation .form-title {
  margin: auto 60px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
  flex-grow: 0;
  flex-basis: 210px;
}
.block-form-consultation .form {
  margin: auto 40px auto 20px;
  padding: 0;
  flex-grow: 1;
  flex-basis: 100%;
}
.block-form-consultation .form-group {
  max-width: 750px;
}
.block-form-consultation .form-field {
  margin: 0 10px 0 0;
}
.block-form-consultation .checkbox-item .item-title {
  font-size: 14px;
}

.block-form-training {
  margin: 80px 0;
  padding: 0 30px;
}
.block-form-training.no-margin {
  margin-bottom: 0;
}
.block-form-training .center-wrap {
  max-width: 1160px;
  min-height: 200px;
  padding: 50px 60px;
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
  border-radius: 5px;
}
.block-form-training .block-title {
  max-width: 360px;
  margin: auto auto auto 0;
  padding-right: 20px;
}
.block-form-training .form-title {
  margin-bottom: 12px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
.block-form-training .form-description {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: #8B969C;
}
.block-form-training .form {
  max-width: 620px;
  margin: auto 0;
  padding: 0;
  flex-grow: 1;
  flex-basis: 100%;
}
.block-form-training .form button {
  margin: 0 20px 0 0;
}
.block-form-training .form-field {
  margin: 0 10px 0 0;
}
.block-form-training .form-field:last-child {
  margin: 0;
}
.block-form-training .form-group {
  margin: 0 0 10px 0;
}
.block-form-training .form-group:last-child {
  margin-top: 20px;
  margin: 20px 0 0 0;
}
.block-form-training .checkbox-wrap {
  margin: auto 0;
}
.block-form-training .checkbox-item-wrap .item-title {
  font-size: 14px;
}

.block-form-open-account {
  padding: 80px 0 90px 0;
  background: #EBEFEF;
}
.block-form-open-account .center-wrap-column {
  position: relative;
}
.block-form-open-account .center-wrap-column::after {
  content: "";
  width: 718px;
  height: 216px;
  display: block;
  background: url(/images/form-graph.svg) center center no-repeat;
  position: absolute;
  right: -43px;
  top: 6px;
  z-index: 0;
}
.block-form-open-account .form {
  padding: 0;
  z-index: 1;
}
.block-form-open-account .form .overlay {
  background: rgba(235, 239, 239, 0.5);
}
.block-form-open-account .form-title {
  margin-bottom: 17px;
  max-width: 600px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
.block-form-open-account .form-group {
  max-width: 780px;
}
.block-form-open-account .form-group .form-field {
  margin: 0 10px 0 0;
}
.block-form-open-account .form-group .form-field:first-child {
  margin-left: 0;
}
.block-form-open-account .button {
  margin: 0;
}
.block-form-open-account .checkbox-item .item-title {
  font-size: 14px;
}

.block-open-account {
  margin: 93px 0 80px 0;
  padding: 0 30px;
}
.block-open-account .center-wrap {
  max-width: 1160px;
  min-height: 200px;
  padding: 0;
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
  border-radius: 5px;
}
.block-open-account .block-title {
  max-width: 400px;
  margin: auto 70px auto 60px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
.block-open-account .ways {
  width: 100%;
  padding: 22px 0;
  margin-right: 40px;
  display: flex;
  flex-flow: row nowrap;
}
.block-open-account .image {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  background: #F5F5F5;
  border-radius: 100%;
  display: flex;
}
.block-open-account .image img {
  margin: auto;
}
.block-open-account .title {
  margin-bottom: 5px;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--font-color);
}
.block-open-account .url {
  font-size: var(--font-size);
  color: #4F787A;
}
.block-open-account .url:hover {
  color: #27494B;
}

.block-text-cover {
  display: flex;
  flex-flow: row nowrap;
  background: #4F787A;
  position: relative;
  overflow: hidden;
}
.block-text-cover .block-title {
  margin-bottom: 26px;
  color: #fff;
}
.block-text-cover .snippet-content {
  max-width: 51.39%;
  display: flex;
  margin: 60px 75px 60px auto;
}
.block-text-cover .snippet-text {
  max-width: 525px;
  width: 100%;
  margin: auto 0;
}
.block-text-cover article {
  margin-bottom: 30px;
  padding-bottom: 24px;
  font-size: var(--font-size);
  color: #fff;
}
.block-text-cover .content-highlight {
  background: transparent;
  font-weight: 400;
  position: relative;
}
.block-text-cover .content-highlight::before {
  content: "";
  width: 186px;
  height: 13px;
  background: url(/images/text-line.svg) center center no-repeat;
  display: block;
  position: absolute;
  right: 3px;
  bottom: -25px;
}
.block-text-cover .url {
  display: inline-flex;
  flex-flow: row nowrap;
  align-items: center;
  font-size: var(--font-size);
  font-weight: 600;
  color: #F3953E;
}
.block-text-cover .url:hover {
  color: #98CAC9;
}
.block-text-cover .url:hover .arrow {
  background: #98CAC9;
}
.block-text-cover .url .arrow {
  width: 50px;
  height: 50px;
  display: flex;
  margin-left: 18px;
  background: #F3953E;
  border-radius: 3px;
}
.block-text-cover .url .icon {
  margin: auto;
  color: #fff;
}
.block-text-cover .cover {
  max-width: 48.61%;
  min-height: 100%;
  width: 100%;
  height: auto;
  display: block;
  font-size: 0;
  overflow: hidden;
}
.block-text-cover .cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: all 0.5s ease;
}
.block-text-cover .cover:hover img {
  transform: scale(1.1);
}

.block-text-image {
  margin: 80px 0;
  position: relative;
}
.block-text-image::before {
  content: "";
  width: 150px;
  height: 304px;
  display: block;
  background: url(/images/semicircle-grey.svg) center center no-repeat;
  position: absolute;
  right: 0;
  bottom: -40px;
}
.block-text-image.image-right::before {
  background: url(/images/semicircle-grey.svg) center center no-repeat;
  transform: scale(-1, 1);
  right: auto;
  left: 0;
}
.block-text-image.image-right .center-wrap {
  flex-direction: row-reverse;
}
.block-text-image.image-right .image {
  margin: 0 0 0 40px;
}
.block-text-image.image-right .image::before {
  transform: scale(1, -1);
  bottom: auto;
  top: 0;
}
.block-text-image.image-right .snippet-text {
  max-width: 560px;
  margin: auto auto auto 0;
}
.block-text-image .image {
  max-width: 500px;
  width: 47%;
  margin: 0 40px 0 0;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  flex-shrink: 0;
}
.block-text-image .image::before {
  content: "";
  width: 244px;
  height: 120px;
  display: block;
  background: url(/images/semicircle-green.svg) center center no-repeat;
  position: absolute;
  bottom: 0;
  right: 20px;
  z-index: 3;
}
.block-text-image .snippet-text {
  max-width: 560px;
  margin: auto 0 auto auto;
  border-radius: 5px;
  overflow: hidden;
}
.block-text-image .label {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4F787A;
}
.block-text-image .block-title {
  margin: 0 0 14px 0;
  display: inline-block;
  font-size: 30px;
}
.block-text-image article {
  min-height: 126px;
}
.block-text-image .button {
  margin-top: 30px;
}

.block-text {
  margin: 40px 0;
}
.block-text.highlight {
  margin: 70px 0;
}
.block-text.highlight .snippet-text {
  max-width: 1040px;
  padding: 54px 90px;
  background: #F5F5F5;
  text-align: center;
  border-radius: 5px;
}
.block-text.highlight .snippet-text * {
  font-weight: 600;
}
.block-text.highlight .snippet-text a {
  color: #4A7678;
}
.block-text.highlight .snippet-text a:hover {
  color: #98CAC9;
}
.block-text .snippet-text {
  max-width: 960px;
  margin: auto;
  text-align: center;
}
.block-text .block-title {
  margin-bottom: 17px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
.block-text .block-title span {
  font-weight: 300;
}

.block-tabs {
  margin: 80px 0;
}
.block-tabs .block-title {
  margin-bottom: 42px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.3;
}
.block-tabs .content {
  display: flex;
  flex-flow: row nowrap;
}
.block-tabs .content article {
  max-width: 760px;
  width: 100%;
  padding: 40px 40px;
  margin-right: auto;
  display: none;
  background: #F5F5F5;
  border-radius: 5px;
}
.block-tabs .content article.active {
  display: block;
}
.block-tabs .content a {
  color: #446D93;
}
.block-tabs .content a:hover {
  color: var(--a-color-hover);
}
.block-tabs .note {
  max-width: 360px;
  width: 100%;
  margin-left: 40px;
  display: flex;
  font-size: 14px;
  color: #8B969C;
}
.block-tabs .note .icon {
  margin-right: 20px;
  flex-shrink: 0;
}

.block-article {
  margin: 80px 0;
}
.block-article .block-title {
  margin-bottom: 47px;
}
.block-article .article-wrap {
  height: 100%;
  min-height: 200px;
  padding: 43px 40px;
  display: block;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  position: relative;
}
.block-article .article-wrap::before {
  content: "";
  width: 3px;
  height: 145px;
  display: block;
  background: #fff;
  transform: translateY(-50%);
  position: absolute;
  left: -2px;
  top: 50%;
  z-index: 2;
}
.block-article .article-wrap::after {
  content: "";
  width: 3px;
  height: 130px;
  display: block;
  background: #4F787A;
  transform: translateY(-50%);
  position: absolute;
  left: -2px;
  top: 50%;
  z-index: 3;
}
.block-article .article-wrap:hover .content-title {
  color: var(--a-color-hover);
}
.block-article .content-title {
  display: block;
  font-size: var(--font-size);
  color: var(--font-color);
}
.block-article .content-date {
  margin: 0 0 18px 0;
  display: block;
  color: #8B969C;
}

.block-services {
  margin: 80px 0;
}
.block-services .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 40px;
}
.block-services .service-wrap {
  min-height: 440px;
  height: 100%;
  padding: 30px 0 10px 0;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
}
.block-services a.service-wrap:hover {
  border-color: transparent;
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
}
.block-services a.service-wrap:hover .service-title {
  color: var(--a-color-hover);
}
.block-services .service {
  max-width: 300px;
  margin: 0 auto;
  padding: 30px 30px;
  display: block;
}
.block-services .service-image {
  max-width: 240px;
  width: 100px;
  height: 100px;
  margin-bottom: 18px;
  display: flex;
  flex-shrink: 0;
  border: 2px solid #98CAC9;
  border-radius: 100%;
}
.block-services .service-image img {
  margin: auto;
}
.block-services .service-title {
  margin-bottom: 20px;
  display: block;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
.block-services .service-title a {
  font-size: 24px;
}
.block-services .service-text {
  display: block;
  font-size: var(--font-size);
  color: var(--font-color);
}
.block-services .consultation-block {
  text-align: center;
}
.block-services .consultation-block .service-content {
  margin-bottom: 30px;
}
.block-services .consultation {
  margin: 12px 0 25px 0;
  text-align: center;
}
.block-services .consultation .icon {
  margin-bottom: 10px;
}
.block-services .whatsapp {
  display: inline-block;
}
.block-services .email {
  margin-top: 36px;
  display: block;
  font-size: var(--font-size);
  font-weight: 600;
  color: #4F787A;
  text-align: center;
}
.block-services .email:hover {
  color: #98CAC9;
}

.block-tiles {
  margin: 80px 0;
}
.block-tiles .grid {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  grid-gap: 40px;
}
.block-tiles .snippet-text {
  max-width: 960px;
  margin: 0 auto 50px auto;
  line-height: 1.3;
  text-align: center;
}
.block-tiles .tile-wrap {
  background: #4A4A4A;
  border-radius: 5px;
}
.block-tiles .tile {
  display: block;
}
.block-tiles .tile img {
  max-width: 100%;
  width: auto;
  height: auto;
}
.block-tiles .tile-content {
  padding: 38px 40px;
  display: block;
}
.block-tiles .title {
  padding-bottom: 22px;
  margin-bottom: 24px;
  display: block;
  font-size: 22px;
  font-weight: 600;
  color: #fff;
  position: relative;
}
.block-tiles .title::after {
  content: "";
  width: 50px;
  height: 2px;
  display: block;
  background: #98CAC9;
  position: absolute;
  bottom: 0;
  left: 0;
}
.block-tiles .description {
  display: block;
  font-size: var(--font-size);
  color: #fff;
}

.block-download {
  margin: 54px 0 80px 0;
  padding: 0 30px;
}
.block-download .center-wrap {
  max-width: 1160px;
  min-height: 200px;
  padding: 40px 60px;
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
  border-radius: 5px;
}
.block-download .block-description {
  max-width: 500px;
  margin: auto 40px auto 0;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--font-color);
}
.block-download .file-wrap {
  margin: auto 40px auto auto;
  max-width: 360px;
}
.block-download .note {
  margin: 16px 0 0 auto;
  display: block;
  font-size: 14px;
  color: #8B969C;
}

.page-account-form {
  position: relative;
}
.page-account-form aside {
  max-width: 490px;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 50px;
}
.page-account-form .page-text {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
.page-account-form .step {
  margin-bottom: 28px;
  display: flex;
  flex-flow: row nowrap;
  position: relative;
}
.page-account-form .step::after {
  content: "";
  width: 2px;
  height: calc(100% - 130px);
  background: url(/images/line.svg) top center repeat-y;
  display: block;
  position: absolute;
  left: 50px;
  bottom: 0;
}
.page-account-form .step:last-child {
  margin-bottom: 0;
}
.page-account-form .step:last-child::after {
  display: none;
}
.page-account-form .step-number {
  width: 100px;
  height: 100px;
  display: flex;
  background: #4F787A;
  font-size: 24px;
  font-weight: 600;
  color: #fff;
  border-radius: 100%;
  flex-shrink: 0;
}
.page-account-form .step-number span {
  margin: auto;
}
.page-account-form .step-wrap {
  max-width: 330px;
  width: 100%;
  margin-left: 30px;
}
.page-account-form .step-wrap .title {
  margin-bottom: 20px;
  font-size: var(--font-size);
  font-weight: 600;
  color: var(--font-color);
}
.page-account-form .step-wrap .text {
  font-size: var(--font-size);
  color: var(--font-color);
}
.page-account-form .form {
  max-width: 640px;
  width: 100%;
  margin: 0 auto 40px 0;
  padding: 0;
  flex-shrink: 0;
  overflow: visible;
}
.page-account-form .form .overlay {
  position: fixed;
}
.page-account-form .form .upload label {
  margin-top: 26px;
}
.page-account-form .form .upload .overlay {
  position: absolute;
}
.page-account-form .form .form-block {
  padding: 40px 40px;
  margin-bottom: 20px;
  background: #F5F5F5;
  border-radius: 5px;
}
.page-account-form .form .form-block:focus-within {
  box-shadow: 0 10px 30px rgba(43, 79, 109, 0.3);
}
.page-account-form .form .form-group {
  margin: 0 0 10px 0;
}
.page-account-form .form .form-group:last-child {
  margin: 0;
}
.page-account-form .form .checkbox-list {
  position: relative;
}
.page-account-form .form .checkbox-list .item-title {
  color: var(--font-color);
  line-height: 24px;
}
.page-account-form .form .checkbox-list .checkbox-item {
  margin: 10px 0 0 0;
}
.page-account-form .noinput {
  width: 100%;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
}
.page-account-form label {
  margin: auto auto auto 0;
  font-size: var(--font-size);
  color: var(--font-color);
  position: relative;
}
.page-account-form label .required {
  color: #EE4A4A;
}
.page-account-form .textbox {
  background: #fff;
}
.page-account-form .textbox:disabled {
  background: #d5d5d5;
}
.page-account-form .form-field {
  width: 50%;
  margin: 0 0 0 15px;
}
.page-account-form .form-field label {
  display: none;
}
.page-account-form .form-field .textbox, .page-account-form .form-field .textarea {
  padding: 14px 15px 11px 15px;
}
.page-account-form .form-field ul li {
  /*margin: 0 0 10px 0;*/
  list-style: none;
  position: relative;
  user-select: none;
}
.page-account-form .form-field ul li:last-child {
  margin: 0;
}
.page-account-form .form-field ul li input {
  width: 10px;
  height: 10px;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-account-form .form-field ul li input:checked ~ label::after {
  opacity: 1;
}
.page-account-form .form-field ul li label {
  width: 100%;
  padding: 0 0 0 20px;
  margin: 0;
  font-size: var(--font-size);
  display: block;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.page-account-form .form-field ul li label::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 100px;
  border: 1px solid var(--form-textbox-border-color);
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
}
.page-account-form .form-field ul li label::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100px;
  background: var(--primary-button-bg);
  position: absolute;
  top: 8px;
  left: 4px;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-account-form .form-group.full-width, .page-account-form .form-group:last-child.full-width {
  margin: 0 0 0 30px;
}
.page-account-form .form-group.full-width .form-field, .page-account-form .form-group:last-child.full-width .form-field {
  margin: 0 0 0 auto;
}
.page-account-form .form-group.full-width-real {
  width: 100%;
  margin: 0 0 25px 0;
}
.page-account-form .form-group.full-width-real .form-field {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.page-account-form .form-group.full-width-real .form-field span {
  line-height: 1.4;
  font-size: var(--font-size);
  font-weight: 600;
  color: #4A4A4A;
}
.page-account-form .form-group.full-width-real .checkbox-wrap {
  max-width: 100%;
}
.page-account-form .checkbox-wrap {
  max-width: 400px;
}
.page-account-form .checkbox-item::after {
  background: #fff;
}
.page-account-form .form-footer button {
  max-width: 100%;
  width: 100%;
  line-height: 58px;
}
.page-account-form .actions {
  margin-bottom: 50px;
}
.page-account-form .actions .button {
  margin-right: 30px;
}
.page-account-form .actions .button:last-child {
  margin-right: 0;
}
.page-account-form .block-nav .actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.page-account-form .block-request-btn {
  padding: 15px 0;
}
.page-account-form .block-request-sign {
  padding: 10px 20px;
  border-radius: var(--button-border-radius);
  background: #8B969C;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.page-account-form .block-request-sign p {
  font-size: 16px;
  margin: 0 20px 0 0;
  color: #FFFFFF;
}
.page-account-form .block-signed {
  margin-bottom: 65px;
}
.page-account-form .block-signed .block-data {
  width: 620px;
  margin: 40px auto 0 auto;
  text-align: center;
}
.page-account-form .block-signed .block-data .title {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  color: var(--font-color);
}
.page-account-form .block-signed .block-data img {
  max-width: 400px;
  margin: 0 auto 25px auto;
}
.page-account-form .block-signed .block-data p {
  margin: 0 0 20px 0;
  color: var(--font-color);
  font-size: 18px;
}
.page-account-form .block-signed .block-data p:last-child {
  margin: 0;
}
.page-account-form .form-footer span {
  margin-bottom: 10px;
  font-size: 14px;
  color: var(--form-description-color);
  display: inline-block;
}

.block-employees {
  margin: 80px 0;
}
.block-employees .text {
  display: none;
  justify-content: center;
}
.block-employees .text.active {
  display: flex;
}
.block-employees .employee {
  display: flex;
  flex-flow: column nowrap;
  text-align: center;
}
.block-employees .image {
  max-width: 250px;
  max-height: 250px;
  margin: 0 auto;
  display: flex;
  font-size: 0;
}
.block-employees .image img {
  margin: auto;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
  border-radius: 5px;
}
.block-employees .title {
  margin-top: 18px;
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
}
.block-employees .title:hover {
  color: var(--a-color-hover);
}
.block-employees .position {
  font-size: 18px;
  color: #8B969C;
}

.block-license {
  margin: 80px 0;
}
.block-license .center-wrap {
  max-width: 1280px;
}
.block-license .row {
  margin: -20px -50px;
  justify-content: center;
}
.block-license .block-title {
  margin-bottom: 44px;
}
.block-license .license {
  padding: 20px 25px;
}
.block-license .image {
  display: block;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.block-license .image img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  transition: all 0.5s ease;
}
.block-license .image .zoom {
  width: 90px;
  height: 90px;
  display: flex;
  background: #4F787A;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -45px 0 0 -45px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0;
  z-index: 3;
}
.block-license .image .zoom svg {
  margin: auto;
}
.block-license .image:hover .zoom {
  opacity: 0.8;
}
.block-license .image:hover .zoom:hover {
  opacity: 1;
}
.block-license .title {
  margin-top: 20px;
  padding-right: 18px;
  display: block;
  font-size: var(--font-size);
  font-weight: 600;
  line-height: 1.4;
  color: var(--font-color);
}
.block-license .title:hover {
  color: var(--a-color-hover);
}

.block-contacts {
  margin: 40px 0;
}
.block-contacts ~ section {
  margin-top: 40px;
}
.block-contacts .contacts {
  max-width: 430px;
  margin-right: auto;
  padding-right: 40px;
}
.block-contacts .block-phone {
  margin-bottom: 17px;
}
.block-contacts .contact-phone a {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3;
  color: var(--font-color);
}
.block-contacts .contact-phone .whatsapp {
  margin-left: 5px;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: #8B969C;
}
.block-contacts .content-email,
.block-contacts .content-email_block {
  font-size: var(--font-size);
  text-decoration: none;
  margin-bottom: 5px;
  font-weight: 600;
}
.block-contacts .content-email a,
.block-contacts .content-email_block a {
  color: var(--a-color-hover);
}
.block-contacts .content-email a:hover,
.block-contacts .content-email_block a:hover {
  color: var(--a-color);
}
.block-contacts .contact-link_discription {
  font-size: 16px;
  line-height: 22px;
  color: #8b969c;
  margin-bottom: 24px;
  margin-top: 0;
}
.block-contacts .contacts-map {
  flex-shrink: 0;
}

.page-files {
  margin: 40px 0 90px 0;
}
.page-files label {
  margin: auto 22px auto 0;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
}
.page-files .form-field {
  margin: 0;
  width: 100%;
}
.page-files .year-wrap, .page-files .month-wrap {
  max-width: 205px;
  margin: 0 38px 30px 0;
  display: flex;
  flex-flow: row nowrap;
}
.page-files .month-wrap {
  display: none;
}
.page-files .files-wrap .content-date {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
}
.page-files .files-wrap .content-date::after {
  content: ",";
  display: inline-block;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
}
.page-files .file {
  max-width: 760px;
  min-height: 50px;
  padding: 10px 0;
  display: flex;
  align-items: center;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
  border-bottom: 1px solid #D5D5D5;
}
.page-files .image {
  width: 50px;
  height: 18px;
  margin: auto 20px auto auto;
  background: url(/images/icons/pdf.svg) center right no-repeat;
  font-size: 0;
  flex-shrink: 0;
}
.page-files .date-control {
  display: flex;
}
.page-files .ui-selectbox {
  width: 150px;
}

.page-market_review .page-files .month-wrap {
  display: flex;
}
.page-market_review .page-files .files-wrap .content-date {
  width: 160px;
  margin-right: 14px;
  display: inline-block;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: #8B969C;
  flex-shrink: 0;
}
.page-market_review .page-files .files-wrap .content-date::after {
  display: none;
}
.page-market_review .page-files .file {
  max-width: 860px;
  min-height: 80px;
  padding-left: 40px;
  margin-bottom: 10px;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
}
.page-market_review .page-files .file:last-child {
  margin-bottom: 0;
}
.page-market_review .page-files .article-url {
  margin-right: 25px;
}
.page-market_review .page-files .image {
  width: 30px;
  height: 40px;
  background-image: url(/images/icons/pdf-2.svg);
}

.article-news {
  margin-bottom: 70px;
}
.article-news .row {
  margin: -34px -20px;
}
.article-news .articles-wrap {
  max-width: 860px;
}
.article-news .article-item {
  min-height: 120px;
  display: flex;
  padding: 19px 20px;
  margin-bottom: 20px;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
}
.article-news .content {
  display: flex;
}
.article-news .content-date {
  width: 160px;
  margin: auto 30px auto 0;
  flex-shrink: 0;
  color: #8B969C;
  text-align: center;
}
.article-news .content-title {
  margin: auto 50px auto 0;
  color: var(--font-color);
}
.article-news .content-title:hover {
  color: var(--a-color-hover);
}
.article-news .content-image {
  width: 80px;
  height: 80px;
  margin-left: auto;
  display: flex;
  flex-shrink: 0;
  background: #F5F5F5;
  border-radius: 3px;
}
.article-news .content-image img.default {
  margin: auto;
  width: 30px;
  height: 30px;
}
.article-news .pagination {
  margin-top: 20px;
}

.page-article .content-date {
  margin: 3px 0 19px 0;
  color: #8B969C;
}
.page-article article {
  max-width: 100%;
  padding-bottom: 60px;
}
.page-article .other {
  margin: 0 0 80px 0;
  padding-top: 40px;
  border-top: 1px solid #D5D5D5;
}

.page-analytics {
  margin: 40px 0 90px 0;
}
.page-analytics .center-wrap {
  margin-bottom: 40px;
}
.page-analytics .block-content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}
.page-analytics .block-content p {
  margin: 16px 0;
}
.page-analytics .block-content p:first-child {
  margin-top: 0;
}
.page-analytics .block-content p:last-child {
  margin-bottom: 0;
}
.page-analytics .content-title {
  font-size: 30px;
  font-weight: 600;
}
.page-analytics .row {
  margin: -30px -20px;
}
.page-analytics .advantage-wrap {
  padding: 30px 20px;
}
.page-analytics .advantage-title:hover {
  color: var(--a-color-hover);
}

.page-table {
  margin-bottom: 80px;
}
.page-table label {
  margin: auto 22px auto 0;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: var(--font-color);
}
.page-table .form-field {
  margin: 0;
  width: 100%;
}
.page-table .year-wrap {
  max-width: 190px;
  margin: 0 38px 30px 0;
  display: flex;
  flex-flow: row nowrap;
}
.page-table table {
  max-width: 960px;
}
.page-table table tr:first-child:hover {
  background: transparent;
}
.page-table table tr:first-child td {
  border-bottom: 2px solid #98CAC9;
}

.page-ideas {
  margin-bottom: 50px;
}
.page-ideas .pagination {
  margin: 0;
}
.page-ideas .idea-file {
  width: 40px;
  height: 40px;
  display: block;
  margin: 30px 0 0 0;
  background-image: url(/images/icons/pdf-2.svg);
  font-size: 0;
  flex-shrink: 0;
}

.company-wrap {
  margin-bottom: 40px;
  padding-bottom: 65px;
  display: flex;
  background: url(/images/idea-line.svg) left bottom no-repeat;
}
.company-wrap .logo {
  width: 140px;
  height: 140px;
  margin-right: 40px;
  display: flex;
  flex-shrink: 0;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
}
.company-wrap img {
  margin: auto;
  padding: 7px 7px;
  max-width: 100%;
  max-height: 100%;
}
.company-wrap:last-child {
  margin-bottom: 0;
  background: none;
}
.company-wrap .about-company {
  max-width: 380px;
  width: 100%;
  padding-top: 6px;
}
.company-wrap .company-top {
  margin-bottom: 20px;
  padding-bottom: 18px;
  display: flex;
  border-bottom: 1px solid #D5D5D5;
}
.company-wrap .left {
  margin-right: auto;
}
.company-wrap .title {
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
}
.company-wrap .price {
  font-size: 18px;
  font-weight: 600;
  text-align: right;
  color: var(--font-color);
}
.company-wrap .ticker {
  font-size: 14px;
  font-weight: 400;
  color: #8B969C;
}
.company-wrap .note {
  font-size: 14px;
  font-weight: 400;
  text-align: right;
  color: #8B969C;
}
.company-wrap .label {
  margin-right: auto;
  font-size: 18px;
  font-weight: 400;
  color: var(--font-color);
}
.company-wrap .list {
  margin-bottom: 6px;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
}
.company-wrap .text-wrap {
  max-width: 560px;
  min-width: 400px;
  width: 100%;
  margin-left: 40px;
}
.company-wrap .text {
  max-width: 516px;
  padding-left: 44px;
  padding-top: 1px;
  background: url(/images/icons/info.svg) left top no-repeat;
  font-size: 14px;
  font-weight: var(--font-weight);
  color: var(--font-color);
}
.company-wrap .risk-indicator {
  display: flex;
  margin: auto 0;
}
.company-wrap .risk-indicator span {
  width: 30px;
  height: 4px;
  margin-left: 3px;
  background: #D5D5D5;
  border-radius: 200px;
}
.company-wrap .risk-indicator .level {
  background: #FFBA40;
}

.page-selections {
  margin-bottom: 80px;
}
.page-selections .selection {
  height: 100%;
  display: block;
  border: 1px solid #D5D5D5;
  border-radius: 5px;
  overflow: hidden;
}
.page-selections .selection:hover {
  border-color: transparent;
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
}
.page-selections .image {
  display: block;
  font-size: 0;
  border-bottom: 1px solid #D5D5D5;
  overflow: hidden;
}
.page-selections .image img {
  width: 100%;
  height: 100%;
}
.page-selections .selection-content {
  padding: 22px 39px 36px 39px;
  display: block;
}
.page-selections .selection-content .title {
  margin-bottom: 19px;
  display: block;
  font-size: 24px;
  font-weight: 600;
  color: var(--font-color);
}
.page-selections .list {
  margin-bottom: 7px;
  display: flex;
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
}
.page-selections .label {
  max-width: 216px;
  padding-right: 15px;
  margin-right: auto;
  font-size: 14px;
  font-weight: 400;
  color: #8B969C;
}
.page-selections .risk-indicator {
  display: flex;
  margin: auto 0;
}
.page-selections .risk-indicator span {
  width: 30px;
  height: 4px;
  margin-left: 3px;
  background: #D5D5D5;
  border-radius: 200px;
}
.page-selections .risk-indicator .level {
  background: #FFBA40;
}
.page-selections .indicator-title {
  margin-top: 6px;
  font-size: 11px;
  font-weight: 600;
  color: #8B969C;
  text-align: right;
}
.page-selections .target-price {
  margin-top: 7px;
}
.page-selections .target-price .label {
  margin-top: 2px;
}
.page-selections .forecast {
  color: #4F787A;
}
.page-selections .forecast-period {
  display: block;
  font-size: 11px;
  font-weight: 600;
  color: #8B969C;
  text-align: right;
}
.page-selections .page-text {
  margin-top: 22px;
  font-size: 14px;
  color: #8B969C;
}
.page-selections .card-wrap {
  margin-bottom: 40px;
  padding: 58px 60px 50px 60px;
  display: flex;
  background: #F5F5F5;
  border-radius: 5px;
}
.page-selections .card-wrap .list {
  font-size: 14px;
}
.page-selections .card-wrap .historical-performance {
  margin: 0;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  background: #fff;
  font-size: 30px;
  font-weight: 600;
  color: var(--font-color);
  border-radius: 5px 5px 0px 0px;
}
.page-selections .card-wrap .historical-performance .label {
  max-width: 250px;
  width: 100%;
  font-size: var(--font-size);
  font-weight: 400;
  color: var(--font-color);
}
.page-selections .card-wrap .image {
  border-radius: 0px 0px 5px 5px;
}
.page-selections .card-wrap .selection {
  max-width: 500px;
  margin-top: 2px;
  border: 0;
  overflow: visible;
}
.page-selections .card-wrap .selection:hover {
  box-shadow: none;
}
.page-selections .card-wrap .selection-content {
  padding: 29px 0 36px 0;
}
.page-selections .card-wrap .risk-indicator span {
  width: 90px;
}
.page-selections .card-wrap .risk {
  padding-bottom: 20px;
  margin-bottom: 21px;
  border-bottom: 1px solid #D5D5D5;
}
.page-selections .card-wrap .risk .label {
  font-size: var(--font-size);
  color: var(--font-color);
}
.page-selections .card-wrap .indicator-title {
  font-size: 14px;
  color: #8B969C;
}
.page-selections .card-wrap .label {
  display: flex;
}
.page-selections .card-wrap .tooltip-image {
  margin: auto 0 auto 11px;
}
.page-selections .selection-wrap .label {
  max-width: 150px;
}
.page-selections .chart-block {
  max-width: 500px;
  width: 46%;
  margin-left: auto;
  padding: 0 40px;
}
.page-selections .tabs-wrap {
  margin-bottom: 22px;
  display: flex;
  align-items: flex-start;
}
.page-selections .tab {
  margin: 0 22px 0 0;
}
.page-selections .tab:last-child {
  margin-right: 0;
}
.page-selections .chart-list {
  display: none;
  flex-flow: column nowrap;
  height: calc(100% - 60px);
}
.page-selections .chart-list.active {
  display: flex;
}
.page-selections .chart-item {
  margin-bottom: 8px;
  display: flex;
  font-size: 14px;
  color: var(--font-color);
}
.page-selections .chart-item .value {
  margin-left: auto;
  font-weight: 600;
}
.page-selections .chart-wrap {
  margin: auto 0 0 0;
  display: flex;
}
.page-selections .chart {
  margin: 18px 20px 0 auto;
}
.page-selections .color-wrap {
  display: flex;
  margin-right: 10px;
}
.page-selections .color {
  width: 9px;
  height: 9px;
  margin: auto;
  background: #FE6383;
  border-radius: 100%;
}
.page-selections .company-wrap {
  margin-bottom: 63px;
  padding: 40px 0 0 0;
  background: url(/images/idea-line.svg) left top no-repeat;
}
.page-selections .company-wrap:last-child {
  margin-bottom: 0;
}
.page-selections .company-wrap .list {
  margin-bottom: 6px;
}
.page-selections .company-wrap .label {
  max-width: 210px;
  margin-right: auto;
  font-size: var(--font-size);
  color: var(--font-color);
}
.page-selections .company-wrap .text {
  max-width: 560px;
}

#legal {
  display: none;
}
#legal.show {
  display: block;
}

.docs .doc {
  width: 300px;
  height: 50px;
  margin: 20px 0;
  display: flex;
}
.docs .doc span {
  width: auto;
  padding: 0;
  display: inline-block;
}
.docs .doc span a {
  color: #ffffff;
  font-size: 16px;
}
.docs .doc span:last-child:not(:only-child) {
  width: 50px;
  height: 50px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #4f787a;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.docs .doc .delete {
  width: 100%;
  height: 100%;
  background: url("/images/icons/delete-file.svg") no-repeat center center;
  background-size: 24px auto;
  display: block;
}
.docs .doc .data {
  width: 250px;
  height: 50px;
  padding-left: 20px;
  background: #4f787a;
  border-radius: 3px;
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.docs .doc .data.normal {
  border-radius: 3px;
}
.docs .doc .data.normal span {
  width: 100%;
}
.docs .doc .data.normal span a {
  width: 100%;
  display: inline-block;
}
.docs .doc .download {
  width: 50px;
  height: 50px;
  background: transparent url("/images/icons/download.svg") no-repeat center center;
  display: inline-block;
}

.page-account-form {
  margin-bottom: 50px;
}
.page-account-form .center-wrap {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.page-account-form .center-wrap.documents {
  flex-direction: column;
  -webkit-flex-direction: column;
}

.send-to-sign .button {
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.block-order-documents {
  display: flex;
  flex-direction: column;
}
.block-order-documents .table-docs {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.block-order-documents .table-docs .block-full {
  margin-top: 30px;
}
.block-order-documents .block-left {
  width: 100%;
}
.block-order-documents .items {
  border-top: 1px solid var(--font-color);
}
.block-order-documents .items.docs {
  border: 0 none;
}
.block-order-documents .items .item {
  width: 100%;
  height: 60px;
  padding: 5px 0;
  border-bottom: 1px solid var(--font-color);
  display: flex;
  flex-direction: row;
  align-items: center;
}
.block-order-documents .items .item > * {
  margin-right: 25px;
}
.block-order-documents .items .item > *:last-child {
  margin: 0;
}
.block-order-documents .items .item .head,
.block-order-documents .items .item .title {
  font-size: 16px;
  line-height: 50px;
  display: inline-block;
}
.block-order-documents .items .item .head {
  width: 100%;
  margin: 0;
  line-height: 22px;
}
.block-order-documents .items .item .head.disabled {
  color: #8B969C;
}
.block-order-documents .items .item .right {
  width: 45%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.block-order-documents .items .item a,
.block-order-documents .items .item span {
  font-size: 16px;
}
.block-order-documents .items .item a.create,
.block-order-documents .items .item span.create {
  margin-right: 20px;
}
.block-order-documents .items .item a.download,
.block-order-documents .items .item span.download {
  width: 50px;
  height: 50px;
  margin: 0;
  background: transparent url("/images/icons/download.svg") no-repeat center center;
  display: inline-block;
}
.block-order-documents .items .item .upload {
  width: 50px;
  height: 50px;
  margin: 0;
  background: transparent url("/images/icons/download.svg") no-repeat center center;
  transform: rotate(180deg);
  appearance: none;
  -webkit-appearance: none;
  border: 0 none;
  outline: 0 none;
  box-shadow: none;
  font-size: 0;
  cursor: pointer;
  display: inline-block !important;
}
.block-order-documents .items .item .upload::-webkit-file-upload-button {
  visibility: hidden;
}
.block-order-documents .form {
  margin: 40px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
}
.block-order-documents .form .form-field {
  margin: 0 0 10px 0;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}
.block-order-documents .form .form-field input {
  width: auto;
  margin: 0;
  display: none;
}
.block-order-documents .form .form-field input:checked + label::after {
  background: var(--primary-button-bg);
}
.block-order-documents .form .form-field label {
  padding-left: 25px;
  font-size: 16px;
  display: inline-block;
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
}
.block-order-documents .form .form-field label::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--font-color);
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block-order-documents .form .form-field label::after {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 100px;
  position: absolute;
  top: 5px;
  left: 5px;
  z-index: 2;
}
.block-order-documents .sign-type-wrap {
  display: none;
}
.block-order-documents .sign-type-wrap.show {
  display: block;
}
.block-order-documents .notice {
  margin: 15px 0 0 0;
  font-size: 16px;
  color: #8B969C;
}

.table-choose {
  width: 100%;
  margin-bottom: 10px;
  table-layout: fixed;
  border: 0;
}
.table-choose .tr {
  line-height: 50px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: center;
  -webkit-align-items: center;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}
.table-choose .tr .td {
  max-width: 360px;
  height: 50px;
  margin: 0;
  display: inline-block;
}
.table-choose .tr .td.full {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.table-choose .tr .td p {
  margin: 0;
  font-size: 16px;
}
.table-choose .tr .td p.notice {
  font-weight: 300;
  color: var(--error);
}
.table-choose .tr .td .select {
  width: 300px;
  height: inherit;
  border: 1px solid #8B969C;
  border-radius: 3px;
  overflow: hidden;
  position: relative;
  display: inline-block;
}
.table-choose .tr .td .select::before {
  content: "";
  width: 15px;
  height: 100%;
  background: url("/images/icons/arrow-select.svg") no-repeat center center;
  background-size: 12px auto;
  pointer-events: none;
  position: absolute;
  top: 0;
  right: 20px;
}
.table-choose .tr .td .select select {
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
  border: 0 none;
  color: var(--font-color);
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.messengers-fixed {
  width: 60px;
  padding: 10px 10px;
  display: flex;
  background: #fff;
  box-shadow: 0 10px 30px rgba(43, 79, 109, 0.3);
  position: fixed;
  border-radius: 15px;
  bottom: calc(50% - 30px);
  right: 3vh;
  z-index: 9;
}
.messengers-fixed a {
  margin: auto;
  width: 40px;
  height: 40px;
}

.live-wrap {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  flex-direction: column;
  -webkit-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -webkit-flex;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.live-wrap .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50px;
  right: 50px;
  z-index: 1;
  cursor: pointer;
}

#wait-results {
  width: 100%;
  height: 100%;
  background: rgba(43, 79, 109, 0.3);
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}
#wait-results.show {
  display: flex;
}
#wait-results .window {
  width: 500px;
  height: 500px;
  padding: 20px;
  margin: -250px 0 0 -250px;
  background: #FFFFFF;
  box-shadow: 0 10px 30px rgba(43, 79, 109, 0.3);
  border-radius: var(--button-border-radius);
  font-size: 24px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 10000;
}

.form-timer {
  margin: 15px 0;
  font-size: 16px;
  display: none;
}
.form-timer.show {
  display: block;
}
.form-timer span {
  width: 25px;
  text-align: center;
  font-weight: bold;
  display: inline-block;
}
.form-timer a {
  font-size: inherit;
  color: var(--a-color);
}

.page-account-form .form-field.upload-responsive {
  display: none;
}

.form.form-sms {
  padding: 40px;
}
.form.form-sms .form-title {
  margin-bottom: 15px;
  font-size: 18px;
  text-align: center;
}
.form.form-sms .form-description {
  font-size: 16px;
  text-align: center;
}
.form.form-sms .form-field {
  max-width: 270px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.form.form-sms .digit {
  max-width: 23%;
  min-height: 50px;
  margin: 0 2% 0 0;
  position: relative;
}
.form.form-sms .digit::before {
  content: "";
  width: 100%;
  height: 3px;
  background: var(--a-color);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}
.form.form-sms .textbox {
  padding: 0;
  border: 0 none;
  border-radius: 0;
  font-size: 50px;
  line-height: 60px;
  font-weight: bold;
  text-align: center;
}
.form.form-sms .textbox:focus {
  background: #EAEAEA;
}
.form.form-sms .timer-set {
  margin: 10px 0;
}
.form.form-sms .timer-set .timer {
  font-size: 16px;
  text-align: center;
  display: none;
}
.form.form-sms .timer-set .timer.show {
  display: block;
}
.form.form-sms .timer-set .timer span {
  font-weight: 600;
}
.form.form-sms .timer-set .get-code {
  text-align: center;
  display: none;
}
.form.form-sms .timer-set .get-code.show {
  display: block;
}
.form.form-sms .form-footer {
  margin-top: 20px;
  text-align: center;
}
.form.form-sms .result-message {
  font-size: 16px;
  text-align: center;
  display: block;
}
.form.form-sms .result-message.error {
  color: var(--error);
}

.ui-upload .upload-toggle {
  position: relative;
}
.ui-upload .upload-title {
  font-size: 16px;
  line-height: 24px;
}
.ui-upload input.file-upload {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

#queue .upload-filelist-item {
  margin-bottom: 5px;
}

.js-upload-browse .upload-toggle {
  margin-bottom: 15px;
}
.js-upload-browse .upload-toggle .file-upload.responsive {
  display: none;
}

.upload-filelist-item {
  min-height: 50px;
  padding: 14px 15px 11px 15px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  position: relative;
}
.upload-filelist-item span {
  width: auto;
  padding: 0;
  display: inline-block;
}
.upload-filelist-item .remove-file {
  width: 20px;
  height: 20px;
  margin: -10px 0 0 0;
  padding: 0;
  border: 0 none;
  background: none;
  font-size: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  position: absolute;
  top: 50%;
  right: 10px;
  cursor: pointer;
}
.upload-filelist-item .remove-file:after {
  content: "";
  display: inline-block;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  position: absolute;
  z-index: 3;
  background: url("/images/icons/delete-file.svg") no-repeat center center;
  background-size: cover;
}
.upload-filelist-item .progress {
  width: 0;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.upload-filelist-item .filename {
  line-height: 50px;
  font-size: inherit;
  color: var(--a-color);
  text-align: left;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 15px;
}
.upload-filelist-item .delete {
  width: 50px;
  height: 100%;
  background: url("/images/icons/delete-file.svg") no-repeat center center;
  background-size: 24px auto;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
.upload-filelist-item .download {
  width: 50px;
  height: 50px;
  background: transparent url("/images/icons/download.svg") no-repeat center center;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.like-input *.selected {
  height: 50px;
  padding: 14px 15px 11px 15px;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  position: relative;
}
.like-input *.hidden {
  display: none;
}
.like-input span {
  font-size: var(--font-size);
  font-weight: var(--font-weight);
  color: #4a4a4a;
}
.like-input input {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
}
.like-input .icon {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
}
.like-input .icon > * {
  fill: #4a4a4a;
}

.hidden {
  display: none !important;
}

.page-account-form aside {
  position: sticky;
  top: 50px;
  align-self: flex-start;
  flex-shrink: 0;
}
.page-account-form .form-field input[type=tel] {
  color: var(--font-color);
}

#form_window_verify,
#form_window_doc,
#form_window_coid {
  width: 100%;
  height: 100%;
  padding: 0;
  background: var(--global-bg);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none;
}
#form_window_verify.show,
#form_window_doc.show,
#form_window_coid.show {
  display: block;
}
#form_window_verify .buttons.top,
#form_window_doc .buttons.top,
#form_window_coid .buttons.top {
  padding: 70px 0 0 100px;
}
#form_window_verify .buttons.top .button,
#form_window_doc .buttons.top .button,
#form_window_coid .buttons.top .button {
  max-width: none;
}
#form_window_verify .buttons.top .button:last-of-type,
#form_window_doc .buttons.top .button:last-of-type,
#form_window_coid .buttons.top .button:last-of-type {
  margin: 0;
}
#form_window_verify h2,
#form_window_doc h2,
#form_window_coid h2 {
  margin: 0 0 30px;
  font-size: var(--block-title-size);
  text-align: center;
}
#form_window_verify p,
#form_window_doc p,
#form_window_coid p {
  font-size: var(--font-size);
  text-align: center;
}
#form_window_verify #id_verilive,
#form_window_verify #id_veridoc,
#form_window_doc #id_verilive,
#form_window_doc #id_veridoc,
#form_window_coid #id_verilive,
#form_window_coid #id_veridoc {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

#form_window_verify {
  background: #ffffff url("/images/preloader.gif") no-repeat center center;
}

#form_window_coid h2 {
  margin: 20px 0 0 0;
}

/*#id_verilive{

  *{
    width: 100%;
    height: 100%;
  }
}*/
.form-verify {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
}
.form-verify .buttons {
  width: 100%;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.form-verify .buttons .button {
  width: auto;
  height: 70px;
  margin: 0;
  padding: 0 20px;
  border: 0 none;
  font-size: 0;
}
.form-verify .buttons .button.close span {
  margin-left: 10px;
  font-size: 30px;
  line-height: 70px;
  font-weight: 600;
  vertical-align: middle;
}
.form-verify .buttons .button.close .ico {
  width: 48px;
  height: 70px;
  margin: 0;
  background: url("/images/icons/arrow-left.svg") center center no-repeat;
  display: inline-block;
}
.form-verify .buttons.bottom {
  height: 50px;
  border-bottom: 0 none;
  border-top: 1px solid var(--primary-button-bg);
  top: auto;
  bottom: 0;
}
.form-verify .buttons.bottom .text {
  width: 100%;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  background: #ffffff;
  color: var(--font-color);
  text-align: center;
}
.form-verify .buttons.bottom .button {
  width: 100%;
  max-width: 100%;
  background: var(--primary-button-bg);
  font-size: 16px;
  color: #ffffff;
  border-bottom: 0 none;
}

#frmVeriDoc p {
  font-size: var(--font-size);
  color: var(--font-color);
  text-align: center;
}
#frmVeriDoc #id_veridoc {
  margin-top: 30px;
}

.sign-ecp {
  margin-top: 20px;
}

/*30.05.2022*/
.block-faq .center-wrap {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.block-faq .form {
  margin: 0 0 50px 0;
  padding: 50px 70px 40px 60px;
  background: #ffffff;
  box-shadow: 0 10px 30px rgba(43, 79, 109, 0.3);
}
.block-faq .form .flex-wrap {
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.block-faq .form .flex-wrap .block-left {
  width: 400px;
  margin-right: 20px;
  position: relative;
}
.block-faq .form .flex-wrap .block-left::before, .block-faq .form .flex-wrap .block-left::after {
  content: "";
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  opacity: 0.2;
}
.block-faq .form .flex-wrap .block-left::before {
  width: 156px;
  height: 156px;
  background-image: url("/images/icons/faq.svg");
  top: 110px;
  left: 20px;
}
.block-faq .form .flex-wrap .block-left::after {
  width: 78px;
  height: 78px;
  background-image: url("/images/icons/faq.svg");
  top: 70px;
  left: 190px;
}
.block-faq .form .flex-wrap .block-right {
  width: 610px;
}
.block-faq .form .form-title {
  text-align: left;
}
.block-faq .form .form-description {
  text-align: left;
}
.block-faq .form .form-field.field-full {
  max-width: 100%;
}
.block-faq .form .form-group {
  margin: 10px 0;
}
.block-faq .form .form-group .form-field {
  margin: 0 10px 0 0;
}
.block-faq .form .form-group .form-field:last-child {
  margin: 0;
}
.block-faq .form .textarea {
  width: 100%;
  height: 110px;
  border: 1px solid var(--form-textbox-border-color);
  border-radius: var(--button-border-radius);
  resize: none;
  font-size: var(--font-size);
  font-weight: var(--font-weight);
}
.block-faq .form .form-footer {
  margin: 20px 0 0 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
}
.block-faq .form .form-footer .button {
  margin: 0 20px 0 0;
}
.block-faq .form .form-footer .checkbox-list .checkbox-item .item-title {
  font-size: 14px;
}
.block-faq .posts {
  padding: 50px 0 0 0;
  margin: 0;
  position: relative;
}
.block-faq .posts:last-child {
  margin: 0 0 70px 0;
}
.block-faq .posts::before {
  content: "";
  width: 100%;
  height: 2px;
  background-image: linear-gradient(90deg, transparent, transparent 50%, #fff 50%, #fff 100%), linear-gradient(90deg, #98CAC9, #98CAC9, #98CAC9, #98CAC9, #98CAC9);
  background-size: 20px 3px, 100% 3px;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  pointer-events: none;
}
.block-faq .posts .post {
  width: 100%;
  max-width: 860px;
  margin: 0 0 10px 0;
  border: 1px solid var(--form-textbox-border-color);
  background: #ffffff;
}
.block-faq .posts .post:hover {
  box-shadow: 0 10px 30px rgba(43, 79, 109, 0.3);
}
.block-faq .posts .post .question {
  min-height: 80px;
  padding: 15px 100px 15px 40px;
  cursor: pointer;
  position: relative;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.block-faq .posts .post .question:hover p {
  color: #4F787A;
}
.block-faq .posts .post .question p {
  margin: 0;
  font-size: var(--font-size);
}
.block-faq .posts .post .question .ico {
  width: 30px;
  height: 30px;
  background: url("/images/icons/plus.svg") no-repeat top left;
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
  transform: rotate(0);
  transform-origin: center;
  transition: transform 0.3s;
  display: block;
}
.block-faq .posts .post .answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s;
}
.block-faq .posts .post .answer .data {
  padding: 0 100px 0 60px;
}
.block-faq .posts .post .answer .data p,
.block-faq .posts .post .answer .data ol,
.block-faq .posts .post .answer .data ul {
  font-size: var(--font-size);
  color: #8B969C;
  margin: 0 0 20px 0;
}
.block-faq .posts .post.opened .question .ico {
  transform: rotate(135deg);
}
.block-faq .posts .post.opened .answer {
  max-height: 5000px;
}
.block-faq .pagination {
  margin: 40px 0 60px 0;
}

/*02.09.2022*/
.page-form-view .page-crumbs-cover {
  margin: 0 0 10px 0;
}
.page-form-view .page-account-form .form {
  max-width: 100%;
  margin: 0;
}
.page-form-view .page-account-form .form .form-block {
  width: 640px;
}
.page-form-view .page-account-form .form .form-block + .navigation {
  margin: 40px 0 0 0;
}
.page-form-view .page-account-form .page-text {
  margin: 0 0 40px 0;
  padding: 0 0 30px 0;
  position: relative;
}
.page-form-view .page-account-form .page-text::before {
  content: "";
  width: 100%;
  height: 2px;
  background: url("/images/bg-border.png") repeat-x top left;
  position: absolute;
  bottom: 0;
  left: 0;
}
.page-form-view .page-account-form .page-text.down {
  margin: 40px 0 0 0;
  padding: 30px 0 0 0;
  position: relative;
}
.page-form-view .page-account-form .page-text.down::before {
  content: "";
  width: 100%;
  height: 2px;
  background: url("/images/bg-border.png") repeat-x top left;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.page-form-view .page-account-form .page-text.down .content {
  max-width: 100%;
}
.page-form-view .page-account-form .page-text.down .content .content-phone a {
  cursor: pointer;
}
.page-form-view .page-account-form .page-text.down p {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
  opacity: 1;
}
.page-form-view .page-account-form .page-text .content {
  max-width: 700px;
}
.page-form-view .page-account-form .page-text p {
  margin: 0 0 20px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.5;
}
.page-form-view .page-account-form .page-text p:last-child {
  margin: 0;
}
.page-form-view .page-account-form .step {
  margin: 0 0 40px 0;
  flex-direction: column;
  -webkit-flex-direction: column;
}
.page-form-view .form-steps {
  width: 400px;
}
.page-form-view .form-steps ul {
  counter-reset: step-counter;
  display: flex;
  display: -webkit-flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
}
.page-form-view .form-steps ul::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #D5D5D5;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
.page-form-view .form-steps ul li {
  width: 130px;
  padding: 25px 0 0 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  color: var(--form-description-color);
  position: relative;
  counter-increment: step-counter;
  list-style-type: none;
  cursor: pointer;
}
.page-form-view .form-steps ul li::before {
  content: counter(step-counter);
  width: 30px;
  height: 30px;
  border-radius: 100px;
  line-height: 30px;
  background: #ffffff;
  border: 1px solid #D5D5D5;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  color: var(--form-description-color);
  text-align: center;
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  z-index: 2;
  transition: all 0.3s;
}
.page-form-view .form-steps ul li.disabled {
  cursor: default;
}
.page-form-view .form-steps ul li.selected {
  color: #4A7678;
}
.page-form-view .form-steps ul li.selected::before {
  background: #4A7678;
  border: 1px solid #4A7678;
  color: #ffffff;
}
.page-form-view .form-steps ul li:first-child::after {
  content: "";
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  left: -150%;
  z-index: 1;
}
.page-form-view .form-steps ul li:last-child::after {
  content: "";
  width: 200%;
  height: 1px;
  background: #ffffff;
  position: absolute;
  top: 5px;
  right: -150%;
  z-index: 1;
}
.page-form-view .all-steps {
  margin: 30px 0 0 0;
}
.page-form-view .all-steps .step {
  margin: 0;
  display: none;
}
.page-form-view .all-steps .step::before, .page-form-view .all-steps .step::after {
  display: none;
}
.page-form-view .all-steps .step .navigation {
  width: 640px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.page-form-view .all-steps .step .navigation.bio-type {
  margin: 40px 0 0 0;
}
.page-form-view .all-steps .step .navigation.hidden {
  display: none;
}
.page-form-view .all-steps .step .navigation .button {
  margin: 0;
}
.page-form-view .all-steps .step .navigation .button.step-final {
  width: 300px;
  max-width: 300px;
  padding: 0;
}
.page-form-view .all-steps .step .navigation .button.step-final.disabled {
  background: #D5D5D5;
  border-color: #D5D5D5;
}
.page-form-view .all-steps .step .navigation .button.step-final.disabled .sign {
  pointer-events: none;
}
.page-form-view .all-steps .step .navigation .button.step-final .sign {
  width: 100%;
  height: 100%;
  padding: var(--button-padding);
  color: #ffffff;
  display: block;
}
.page-form-view .all-steps .step .navigation .button.disabled {
  background: #D5D5D5;
  border-color: #D5D5D5;
  pointer-events: none;
}
.page-form-view .all-steps .step .navigation .button.disabled:hover {
  border-color: #D5D5D5;
}
.page-form-view .all-steps .step.selected {
  display: block;
}
.page-form-view .all-steps .step:first-child > .content:first-child {
  width: 620px;
  padding: 20px;
  margin: 0 0 20px 0;
  background: #F5F5F5;
}
.page-form-view .all-steps .step:first-child > .content:first-child .checkboxes {
  margin: 0;
}
.page-form-view .all-steps .step:first-child > .content:first-child .form-field {
  width: 100%;
  max-width: 100%;
  margin: 0;
}
.page-form-view .radios {
  margin: 0 0 20px 0;
  display: flex;
  display: -webkit-flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.page-form-view .radios .radio {
  width: 300px;
  height: 90px;
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-form-view .radios .radio:first-child {
  margin: 0 20px 0 0;
}
.page-form-view .radios .radio label {
  padding: 15px 25px 15px 30px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-form-view .radios .radio label input {
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.page-form-view .radios .radio label input:checked ~ span::after {
  opacity: 1;
}
.page-form-view .radios .radio label span {
  position: relative;
}
.page-form-view .radios .radio label span::before, .page-form-view .radios .radio label span::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.page-form-view .radios .radio label span::before {
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 100px;
  background: #ffffff;
  top: 5px;
  left: -30px;
}
.page-form-view .radios .radio label span::after {
  width: 10px;
  height: 10px;
  border-radius: 100px;
  background: #4F787A;
  top: 10px;
  left: -25px;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-form-view .radios .radio label span span {
  font-size: 16px;
  color: #8B969C;
  display: block;
}
.page-form-view .radios .radio label span span::before, .page-form-view .radios .radio label span span::after {
  display: none;
}
.page-form-view .checkboxes {
  margin: 0 0 20px 0;
}
.page-form-view .checkboxes label {
  padding: 0 0 0 30px;
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  -webkit-align-items: flex-start;
}
.page-form-view .checkboxes label:first-child {
  margin: 0 0 5px 0;
}
.page-form-view .checkboxes label input {
  width: 0;
  height: 0;
  margin: 0;
  opacity: 0;
}
.page-form-view .checkboxes label input:checked ~ span::after {
  opacity: 1;
}
.page-form-view .checkboxes label span {
  position: relative;
}
.page-form-view .checkboxes label span::before, .page-form-view .checkboxes label span::after {
  content: "";
  position: absolute;
  z-index: 1;
}
.page-form-view .checkboxes label span::before {
  width: 20px;
  height: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 3px;
  background: #ffffff;
  top: 2px;
  left: -30px;
}
.page-form-view .checkboxes label span::after {
  width: 10px;
  height: 10px;
  border-radius: 2px;
  background: #4F787A;
  top: 7px;
  left: -25px;
  opacity: 0;
  transition: opacity 0.3s;
}
.page-form-view .checkboxes label span a {
  color: var(--a-color-hover);
}
.page-form-view .checkboxes label span a:hover {
  color: var(--a-color);
}
.page-form-view .table-choose {
  width: 640px;
}
.page-form-view .textbox.like {
  border: 1px solid #d5d5d5;
  font-size: 18px;
  color: var(--font-color);
  opacity: 0.5;
  display: block;
  overflow: hidden;
  white-space: nowrap;
}
.page-form-view .form-block.bio {
  height: auto;
  max-height: 2000px;
  padding: 25px 40px 25px 40px;
  transition: height 0.3s;
  overflow: hidden;
  display: none;
}
.page-form-view .form-block.bio .form-group.full-width-real .form-field {
  display: flex;
  display: -webkit-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
}
.page-form-view .form-block.bio .form-group.full-width-real .form-field span.close {
  margin: 0;
  font-size: 0;
  cursor: pointer;
}
.page-form-view .form-block.bio.closed {
  height: 75px;
}
.page-form-view .table-docs {
  width: 640px;
  margin: 0 0 30px 0;
}
.page-form-view .table-docs .title {
  margin: 0 0 20px 0;
  font-size: 18px;
  color: #4A4A4A;
}
.page-form-view .table-docs .doc {
  min-height: 50px;
  height: auto;
  margin: 0 0 5px 0;
  padding: 0 20px;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.page-form-view .table-docs .doc.selected {
  background: rgba(152, 202, 201, 0.3);
  border: 0 none;
}
.page-form-view .table-docs .doc .data a {
  height: 48px;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}
.page-form-view .table-docs .doc .data span {
  font-size: 18px;
  font-weight: 400;
  color: #4A7678;
}
.page-form-view .table-docs .doc .data span:last-of-type {
  font-size: 0;
}

/*09.09.2022*/
.form-field.select {
  position: relative;
}
.form-field.select::before {
  content: "";
  width: 24px;
  height: 24px;
  margin: 13px 0 13px 0;
  background: url("/images/icons/arrow-select.svg") no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 5;
  pointer-events: none;
}
.form-field.select select {
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #ffffff;
  border: 1px solid #D5D5D5;
  border-radius: 3px;
  font-size: var(--font-size);
  color: #323232;
  appearance: none;
  -webkit-appearance: none;
}
.form-field.select select option {
  font-size: inherit;
  color: #323232;
}
.form-field.calendar {
  position: relative;
}
.form-field.calendar::before {
  content: "";
  width: 24px;
  height: calc(100% - 2px);
  margin: 1px 0;
  background: #fff url("/images/icons/calendar.svg") no-repeat center center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  z-index: 1;
  pointer-events: none;
}
.form-field.calendar input {
  appearance: none;
  -webkit-appearance: none;
}

/*14.09.2022*/
.user-documents.hidden {
  display: block;
}

/*15.09.2022*/
#personal_data {
  width: 600px;
  padding: 50px;
  display: none;
  position: relative;
}
#personal_data ul {
  margin: 0 0 15px 0;
}
#personal_data ul li {
  margin: 0 0 15px 0;
}
#personal_data ul li:last-child {
  margin: 0;
}
#personal_data p {
  margin: 0 0 15px 0;
}
#personal_data p:last-of-type {
  margin: 0;
}
#personal_data .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
  cursor: pointer;
}

/*24.11.2022*/
.page-altyn #footer,
.page-altyn .page-crumbs,
.page-altyn .move-up,
.page-altyn .messengers-fixed {
  display: none;
}
.page-altyn.page-form-view .all-steps .step:first-child > .content .radios {
  display: none;
}
.page-altyn .page-crumbs-cover {
  margin: 40px 0 10px 0;
}
.page-altyn .head {
  width: 100%;
  margin: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-altyn .head .block {
  width: 50%;
}
.page-altyn .head .block:first-child {
  width: 45%;
}
.page-altyn .page-account-form {
  margin: 0 0 30px 0;
}
.page-altyn .powered {
  width: 100%;
  margin: 0 0 30px -8px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.page-altyn .powered img {
  width: 200px;
}

/*13.02.2023*/
.block-learning-image::before {
  display: none;
}
.block-learning-image .content {
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  flex-direction: row;
}
.block-learning-image .snippet-text {
  margin: auto 60px;
}
.block-learning-image .snippet-text .block-title {
  margin: 0 0 5px 0;
  font-size: 24px;
  font-weight: 600;
}
.block-learning-image .snippet-text .content-lead {
  font-weight: 400;
  color: #8B969C;
}
.block-learning-image .image {
  margin: 0;
}
.block-learning-image .image::before {
  display: none;
}

.block-learning-text .center-wrap {
  flex-wrap: wrap;
}
.block-learning-text .snippet-text article {
  width: 58%;
  margin: 0 auto;
}
.block-learning-text .items {
  width: 100%;
  margin: 20px 0 0 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.block-learning-text .items .item {
  width: 360px;
  margin: 40px 40px 0 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.block-learning-text .items .item:nth-child(3n+3) {
  margin: 40px 0 0 0;
}
.block-learning-text .items .item .ico {
  margin: 0 32px 0 0;
}
.block-learning-text .items .item .data {
  font-size: 18px;
  font-weight: 400;
  color: var(--font-color);
}

.block-learning-curator {
  margin: 40px 0;
}
.block-learning-curator .content {
  height: 160px;
  background: #F5F5F5;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.block-learning-curator .content::before, .block-learning-curator .content::after {
  content: "";
  width: 19px;
  height: 90px;
  margin-top: -45px;
  background: #4F787A;
  border: 7px solid #FFFFFF;
  border-radius: 50px;
  position: absolute;
  top: 50%;
  z-index: 1;
}
.block-learning-curator .content::before {
  left: -9px;
}
.block-learning-curator .content::after {
  right: -9px;
}
.block-learning-curator .content p {
  width: 820px;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
  color: var(--font-color);
}

.block-learning-wrap {
  margin-top: 80px;
}
.block-learning-wrap .center-wrap .block-left {
  width: 43.1%;
}
.block-learning-wrap .center-wrap .block-right {
  width: 56.9%;
}
.block-learning-wrap .block-title {
  font-size: 30px;
}
.block-learning-wrap .content p, .block-learning-wrap .content li, .block-learning-wrap .content a {
  font-size: 18px;
  font-weight: 400;
  color: var(--font-color);
}

.block-learning-program {
  margin-bottom: 80px;
}
.block-learning-program .content ul {
  counter-reset: li;
}
.block-learning-program .content ul li {
  height: 60px;
  padding: 0 0 0 60px;
  border-bottom: 1px solid #D5D5D5;
  color: var(--font-color);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  position: relative;
}
.block-learning-program .content ul li::before {
  counter-increment: li;
  content: counter(li);
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #4F787A;
  margin: auto 0;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 700;
  color: #FFFFFF;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.block-learning-contacts {
  margin: 0 0 55px 0;
  /*.content{
    width: 73%;
  }*/
}
.block-learning-contacts .center-wrap {
  padding: 80px 30px 0 30px;
  border-top: 1px solid #4F787A;
}
.block-learning-contacts .link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
.block-learning-contacts .link span {
  font-size: 18px;
  font-weight: 400;
  color: #4F787A;
}
.block-learning-contacts .link span.ico {
  margin: 0 15px 0 0;
  font-size: 0;
}
.block-learning-contacts .link:hover span {
  color: #98CAC9;
}
.block-learning-contacts .link:hover span.ico svg * {
  fill: #98CAC9;
}

.block-form-learning .form-title {
  margin: 0 0 10px 0;
  font-size: 24px;
  font-weight: 600;
}
.block-form-learning .form-description {
  font-size: 18px;
  font-weight: 400;
  color: #8B969C;
}
.block-form-learning .block-title .images {
  margin: 30px 0 0 0;
}
.block-form-learning .block-title .images img:first-child {
  margin: 0 10px 0 0;
}
.block-form-learning .center-wrap.colored {
  padding: 35px 60px;
  background: rgba(152, 202, 201, 0.2);
  box-shadow: none;
  border-radius: 5px 5px 0 0;
  align-items: center;
}
.block-form-learning .center-wrap.colored .content:first-child {
  width: 380px;
  margin-right: 45px;
}
.block-form-learning .center-wrap.colored .content:last-child {
  width: 620px;
}
.block-form-learning .center-wrap.colored .content p {
  margin: 0 0 10px 0;
  font-size: 18px;
  font-weight: 600;
  color: var(--font-color);
}
.block-form-learning .center-wrap.colored .content p span {
  color: #F3953E;
  display: inline-block;
}
.block-form-learning .center-wrap.colored .content p.content-note {
  text-decoration: line-through;
}
.block-form-learning .center-wrap.colored .content p.content-title {
  margin: 0;
  font-size: 48px;
  font-weight: 900;
  color: #F3953E;
  line-height: 1;
}

#block-form-learning {
  margin-top: 0;
}

.form-group.group-full .form-field {
  max-width: 610px;
}

.messages .message {
  display: none;
}

/*16.02.2023*/
.company-wrap.company-bond:first-child {
  padding-top: 40px;
  background: url("/images/idea-line.svg") left top no-repeat;
}
.company-wrap.company-bond .company-top {
  flex-direction: column;
}
.company-wrap .list.notice {
  margin-top: 20px;
  font-size: 14px;
  font-weight: 400;
  color: #8B969C;
}

.course-details-form {
  margin: 0 auto 80px auto;
  max-width: 500px;
  width: calc(100% - 50px);
  padding: 50px;
  box-shadow: 0px 10px 30px rgba(43, 79, 109, 0.3);
  border-radius: 5px;
}
.course-details-form .form-row {
  margin-bottom: 10px;
  max-width: none;
}
.course-details-form .form-row:last-child {
  margin-bottom: 0;
}
.course-details-form .textbox[type=date]::-webkit-inner-spin-button,
.course-details-form .textbox[type=date]::-webkit-calendar-picker-indicator {
  display: none;
  -webkit-appearance: none;
}
.course-details-form .actions {
  padding-top: 20px;
}

/*

WebView 09.06.2023 Temirlan

*/
.webview_main {
  margin: 0 auto;
  max-height: max-content;
  padding: 16px 16px 32px 16px;
  color: #262626;
}
.webview_main .header {
  width: 100%;
  padding: 0 0 20px 0;
  display: grid;
  align-items: center;
  grid-template-columns: 1fr auto 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
.webview_main .header .header-title {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
}
.webview_main .header .header-btn-close {
  background: none;
  border: none;
}
.webview_main .header .header-btn-back {
  background: none;
  border: none;
  display: flex;
  align-items: center;
  width: max-content;
}
.webview_main .companies .company {
  padding: 24px 20px;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  max-width: 1000px;
  margin: 0 auto 12px auto;
}
.webview_main .company-top {
  display: flex;
}
.webview_main .company-top .left {
  width: 48px;
  height: 48px;
  margin-right: 12px;
  display: flex;
  flex-shrink: 0;
  border: 1px solid #d5d5d5;
  border-radius: 100%;
}
.webview_main .company-top .left img {
  margin: auto;
  padding: 7px 7px;
  max-width: 100%;
  max-height: 100%;
}
.webview_main .company-top .right .sm-caps {
  font-size: 12px;
}
.webview_main .company-top .right .price {
  color: #595959;
  font-size: 14px;
}
.webview_main .about-company {
  margin: 14px 0 12px 0;
}
.webview_main .about-company .list {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  font-size: 14px;
  margin-top: 8px;
}
.webview_main .about-company .list .text {
  color: #595959;
}
.webview_main .about-company .list .dots {
  flex-grow: 1;
  border: 1px dashed #D5D5D5;
  margin: 0 8px;
}
.webview_main .about-company .list .pill {
  padding: 0 8px;
  border-radius: 24px;
}
.webview_main .about-company .list .low {
  background: #98CAC9;
  color: #4F787A;
}
.webview_main .about-company .list .medium {
  background: #FFDBBA;
  color: #F3953E;
}
.webview_main .about-company .list .high {
  background: #FECABA;
  color: #EE4A4A;
}
.webview_main .text-wrap {
  color: #8B969C;
  font-size: 14px;
  margin: 0 0 16px 0;
}
.webview_main .folder {
  position: relative;
}
.webview_main .folder .folder-wrap {
  overflow: hidden;
  transition: height 0.3s linear;
}
.webview_main .folder .folder-open,
.webview_main .folder .folder-close {
  color: #0288D1;
  font-size: 12px;
  border: none;
  padding: 0;
  background: none;
  cursor: pointer;
  left: 0;
  transition: color 0.3s, visibility 0.3s, opacity 0.3s;
}
.webview_main .btn {
  width: 100%;
  padding: 13px 0 13px 0;
  color: #FFFFFF;
  text-align: center;
  background: #4F787A;
  border-radius: 8px;
  display: block;
}
.webview_main .file {
  display: grid;
  grid-template-columns: auto auto 1fr;
  border: 1px solid #D5D5D5;
  border-radius: 8px;
  align-items: center;
  margin: 16px 0 0 0;
  padding: 8px 8px;
}
.webview_main .file .pdf {
  width: 24px;
  height: 24px;
  background-image: url("/images/icons/webview_pdf.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.webview_main .file .download {
  width: 24px;
  height: 24px;
  background-image: url("/images/icons/webview_download.svg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  justify-self: right;
}
.webview_main .file .text {
  font-weight: 600;
  font-size: 13px;
  color: #4F787A;
  margin: 0 0 0 12px;
}

.webview-slider {
  margin: 0 auto;
  max-width: 1000px;
  max-height: max-content;
  padding: 0 0 50px 0;
  color: #262626;
}
.webview-slider .swiper .swiper-wrapper {
  padding: 12px 0 0 0;
}
.webview-slider .title {
  padding: 0 0 0 16px;
}
.webview-slider .items {
  width: auto;
}
.webview-slider .item {
  display: block;
  width: 300px;
  height: 200px;
  background: #FFFFFF;
  overflow: hidden;
  border: 1px solid #C9D1D1;
  border-radius: 5px;
}
.webview-slider .item .image {
  height: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.webview-slider .item .image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.webview-slider .item .text {
  height: 25%;
  padding: 12px;
  display: flex;
  align-items: center;
}

.investing__block {
  margin: 80px 0;
}
@media only screen and (max-width: 992px) {
  .investing__block {
    margin: 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  .investing__block {
    margin: 40px 0;
  }
}

.investing__block_list {
  width: 100%;
  display: block;
}

.investing__block_item {
  width: 100%;
  margin: 0 0 20px 0;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.investing__block_item:last-child {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .investing__block_item {
    flex-wrap: wrap;
    justify-content: center;
  }
}

.investing__block_item_pic {
  position: relative;
  width: 360px;
  height: 100%;
  flex-shrink: 0;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media only screen and (max-width: 992px) {
  .investing__block_item_pic {
    width: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .investing__block_item_pic {
    width: 100%;
    height: 216px;
    max-width: 100%;
  }
}

.investing__block_item_pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.investing__block_item_pic:hover img {
  transform: scale(1.1);
}

.investing__block_item_pic .link__open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.investing__block_item_content {
  padding: 40px 60px 30px 40px;
  width: auto;
}
@media only screen and (max-width: 992px) {
  .investing__block_item_content {
    padding: 30px 40px 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .investing__block_item_content {
    width: 100%;
    padding: 15px;
  }
}

.investing__title {
  color: #4A4A4A;
  font-weight: 700;
  display: block;
  font-size: 24px;
  margin-bottom: 12px;
}
@media only screen and (max-width: 992px) {
  .investing__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  .investing__title {
    font-size: 22px;
  }
}

.investing__text {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  line-height: 130%;
  color: #4A4A4A;
}
@media only screen and (max-width: 992px) {
  .investing__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .investing__text {
    font-size: 16px;
  }
}
.investing__text p {
  margin: 0;
}

.investing__texts {
  margin-top: 60px;
  margin-bottom: 30px;
  padding: 0 30px;
}
@media screen and (max-width: 1240px) {
  .investing__texts {
    margin-top: 40px;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 766px) {
  .investing__texts {
    padding: 15px;
  }
}

.investing__text_puzzle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1160px;
  margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
  .investing__text_puzzle {
    flex-wrap: wrap;
    gap: 30px;
  }
}
.investing__text_puzzle p {
  margin: 0;
}

.puzzle__left {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 660px;
  color: #4f4f4f;
}
@media screen and (max-width: 1240px) {
  .puzzle__left {
    width: 600px;
  }
}
@media only screen and (max-width: 1100px) {
  .puzzle__left {
    gap: 30px;
    width: 100%;
  }
}

.puzzle__left_top {
  font-size: 18px;
  font-weight: 500;
  color: #4a4a4a;
}
@media screen and (max-width: 1240px) {
  .puzzle__left_top {
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .puzzle__left_top {
    font-size: 18px;
  }
}
.puzzle__left_top p {
  margin-bottom: 20px;
}
.puzzle__left_top p:last-child {
  margin-bottom: 0;
}

.puzzle__left_bottom {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 130%;
  color: #4a4a4a;
  padding: 9px 0 9px 30px;
}
.puzzle__left_bottom:empty {
  display: none;
}
@media screen and (max-width: 1240px) {
  .puzzle__left_bottom {
    font-size: 22px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 1100px) {
  .puzzle__left_bottom {
    font-size: 22px;
    padding-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .puzzle__left_bottom {
    font-size: 18px;
  }
}
.puzzle__left_bottom .content-highlight {
  color: #8b969c;
}
.puzzle__left_bottom::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background-color: #4F787A;
  display: block;
  border-radius: 0 20px 20px 0;
}

.puzzle__right {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 40px 38px 35px 38px;
  width: 470px;
  color: #4f4f4f;
}
@media screen and (max-width: 1240px) {
  .puzzle__right {
    font-size: 16px;
    padding: 30px 30px 25px 30px;
    width: 460px;
  }
}
@media only screen and (max-width: 1100px) {
  .puzzle__right {
    font-size: 16px;
    padding: 30px 30px 25px 30px;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .puzzle__right {
    padding: 15px;
  }
}
.puzzle__right p {
  margin-bottom: 3px;
  font-weight: 400;
}
.puzzle__right p strong {
  font-weight: 600;
}
.puzzle__right .content-title {
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  margin-bottom: 9px;
  line-height: 140%;
}
.puzzle__right .content-title:first-child {
  margin-top: 0;
}
@media screen and (max-width: 1240px) {
  .puzzle__right .content-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
  }
}
@media only screen and (max-width: 1100px) {
  .puzzle__right .content-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 9px;
  }
}

.block__investing_boss {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 0 30px;
  color: #4A4A4A;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss {
    margin-top: 40px;
    margin-bottom: 80px;
    padding: 0 15px;
  }
}
.block__investing_boss .investing_boss_content {
  max-width: 1160px;
  margin: 0 auto;
  padding-bottom: 55px;
  border-bottom: 2px dashed #98cac9;
}
.block__investing_boss .investing_boss_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss .investing_boss_title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.block__investing_boss .investing_boss_items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss .investing_boss_items {
    gap: 30px;
  }
}
@media only screen and (max-width: 1100px) {
  .block__investing_boss .investing_boss_items {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.block__investing_boss .investing_boss_items p {
  margin: 0;
}
.block__investing_boss .investing_boss_left {
  width: 460px;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss .investing_boss_left {
    width: 440px;
  }
}
@media only screen and (max-width: 1100px) {
  .block__investing_boss .investing_boss_left {
    width: 440px;
  }
}
@media only screen and (max-width: 768px) {
  .block__investing_boss .investing_boss_left {
    width: 350px;
    max-width: 100%;
  }
}
.block__investing_boss .investing_boss_pic {
  width: 100%;
  height: 320px;
  background-color: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss .investing_boss_pic {
    height: 320px;
  }
}
@media only screen and (max-width: 1100px) {
  .block__investing_boss .investing_boss_pic {
    height: 320px;
  }
}
@media only screen and (max-width: 768px) {
  .block__investing_boss .investing_boss_pic {
    height: 245px;
  }
}
.block__investing_boss .investing_boss_pic img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.block__investing_boss .investing_boss_name {
  display: block;
  font-weight: 600;
  font-size: 24px;
  line-height: 130%;
  color: #4a4a4a;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss .investing_boss_name {
    font-size: 22px;
  }
}
.block__investing_boss .investing_boss_job-title {
  display: block;
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #8b969c;
  width: 400px;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss .investing_boss_job-title {
    font-size: 18px;
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .block__investing_boss .investing_boss_job-title {
    max-width: 100%;
  }
}
.block__investing_boss .investing_boss_right {
  width: 660px;
  font-weight: 500;
  font-size: 18px;
  line-height: 140%;
  color: #4a4a4a;
}
@media screen and (max-width: 1240px) {
  .block__investing_boss .investing_boss_right {
    width: 600px;
    font-size: 18px;
  }
}
@media only screen and (max-width: 1100px) {
  .block__investing_boss .investing_boss_right {
    width: 100%;
  }
}
.block__investing_boss .investing_boss_right p {
  margin-bottom: 20px;
}
.block__investing_boss .investing_boss_right p:last-child {
  margin-bottom: 0;
}

.dynamic-diagram-block {
  margin-top: 60px;
  margin-bottom: 60px;
  padding: 0 30px;
  color: #4A4A4A;
}
@media (max-width: 768px) {
  .dynamic-diagram-block {
    padding: 0 20px;
    margin-bottom: 40px;
  }
}
.dynamic-diagram-block .easepick-wrapper {
  z-index: 1000;
}
.dynamic-diagram-block .diagram__block {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.dynamic-diagram-block .block-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .dynamic-diagram-block .block-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.dynamic-diagram-block .block-description {
  font-weight: 500;
  color: #8b969c;
}
.dynamic-diagram-block .chart-canvas-wrap {
  min-width: 800px;
}
@media (max-width: 850px) {
  .dynamic-diagram-block .chart-canvas-wrap {
    pointer-events: none;
  }
}
@media (max-width: 850px) {
  .dynamic-diagram-block .diagram-scroll {
    overflow: auto;
  }
}
.dynamic-diagram-block .diagram-scroll-wrap {
  position: relative;
}
.dynamic-diagram-block .diagram-scroll-wrap::before, .dynamic-diagram-block .diagram-scroll-wrap::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 7px;
  width: 50px;
  background: #27494b;
  pointer-events: none;
  transition: opacity 0.3s;
  display: none;
}
.dynamic-diagram-block .diagram-scroll-wrap.has-scroll::before, .dynamic-diagram-block .diagram-scroll-wrap.has-scroll::after {
  display: block;
}
.dynamic-diagram-block .diagram-scroll-wrap::before {
  left: 0;
  background: linear-gradient(90deg, white 0%, rgba(255, 255, 255, 0) 100%);
}
.dynamic-diagram-block .diagram-scroll-wrap::after {
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.dynamic-diagram-block .diagram-scroll-wrap.scroll-begin::before {
  opacity: 0;
}
.dynamic-diagram-block .diagram-scroll-wrap.scroll-end::after {
  opacity: 0;
}
.dynamic-diagram-block .block-hint {
  font-size: 18px;
  color: #27494b;
  text-align: center;
}
.dynamic-diagram-block .period-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
}
@media (max-width: 1000px) {
  .dynamic-diagram-block .period-panel {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
.dynamic-diagram-block .period-switch {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .dynamic-diagram-block .period-switch {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
    max-width: 100%;
  }
}
.dynamic-diagram-block .preiod-btns {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  padding: 0;
  overflow-y: hidden;
  overflow-x: auto;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
@media (max-width: 768px) {
  .dynamic-diagram-block .preiod-btns {
    margin-bottom: 15px;
  }
}
.dynamic-diagram-block .data-switch-btn,
.dynamic-diagram-block .period-switch-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #27494b;
  border: 1px solid #27494b;
  border-radius: 3px;
  font-size: 16px;
  padding: 5px 10px 5px 10px;
  margin-right: 10px;
  cursor: pointer;
  transition: color 0.3s, background-color 0.3s;
  white-space: nowrap;
}
.dynamic-diagram-block .data-switch-btn.current,
.dynamic-diagram-block .period-switch-btn.current {
  background-color: #27494b;
  color: #fff;
}
@media (max-width: 768px) {
  .dynamic-diagram-block .data-switch-btn:last-child,
  .dynamic-diagram-block .period-switch-btn:last-child {
    margin-right: 0;
  }
}
.dynamic-diagram-block .period-dynamic {
  margin-right: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .dynamic-diagram-block .period-dynamic {
    margin-right: 0;
    margin-bottom: 15px;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }
}
@media (max-width: 768px) {
  .dynamic-diagram-block .period-dynamic .period-dynamic_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.dynamic-diagram-block .period-dynamic .value {
  display: inline-block;
  background: #27494b;
  padding: 3px 8px 3px 8px;
  color: #fff;
  border-radius: 3px;
  font-weight: 600;
  margin-left: 5px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .dynamic-diagram-block .period-dynamic .value {
    margin-top: 5px;
  }
}
.dynamic-diagram-block .data-switch {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .dynamic-diagram-block .data-switch {
    margin: 20px 0 0 0;
  }
}
.dynamic-diagram-block .period-dates {
  display: flex;
  align-items: center;
  color: #000;
  font-size: 14px;
  margin-left: 10px;
}
.dynamic-diagram-block .period-dates .separator {
  margin-left: 10px;
  margin-right: 10px;
}
.dynamic-diagram-block .period-button-wrap {
  position: relative;
  height: 28px;
}
.dynamic-diagram-block .period-button-expander {
  font-size: 16px;
  font-weight: 400;
  color: transparent;
  padding-right: 25px;
}
.dynamic-diagram-block .period-button {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  display: block;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #000;
  padding: 0;
  transition: color 0.3s;
  height: 28px;
  text-align: right;
  padding-right: 25px;
  background: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.375 11.7915C6.13889 11.7915 5.94097 11.7116 5.78125 11.5519C5.62153 11.3922 5.54167 11.1943 5.54167 10.9582C5.54167 10.7221 5.62153 10.5241 5.78125 10.3644C5.94097 10.2047 6.13889 10.1248 6.375 10.1248C6.61111 10.1248 6.80903 10.2047 6.96875 10.3644C7.12847 10.5241 7.20833 10.7221 7.20833 10.9582C7.20833 11.1943 7.12847 11.3922 6.96875 11.5519C6.80903 11.7116 6.61111 11.7915 6.375 11.7915ZM10.0625 11.7915C9.82639 11.7915 9.62847 11.7116 9.46875 11.5519C9.30903 11.3922 9.22917 11.1943 9.22917 10.9582C9.22917 10.7221 9.30903 10.5241 9.46875 10.3644C9.62847 10.2047 9.82639 10.1248 10.0625 10.1248C10.2986 10.1248 10.4965 10.2047 10.6563 10.3644C10.816 10.5241 10.8958 10.7221 10.8958 10.9582C10.8958 11.1943 10.816 11.3922 10.6563 11.5519C10.4965 11.7116 10.2986 11.7915 10.0625 11.7915ZM13.6042 11.7915C13.3681 11.7915 13.1701 11.7116 13.0104 11.5519C12.8507 11.3922 12.7708 11.1943 12.7708 10.9582C12.7708 10.7221 12.8507 10.5241 13.0104 10.3644C13.1701 10.2047 13.3681 10.1248 13.6042 10.1248C13.8403 10.1248 14.0382 10.2047 14.1979 10.3644C14.3576 10.5241 14.4375 10.7221 14.4375 10.9582C14.4375 11.1943 14.3576 11.3922 14.1979 11.5519C14.0382 11.7116 13.8403 11.7915 13.6042 11.7915ZM3.75 18.3332C3.41667 18.3332 3.125 18.2082 2.875 17.9582C2.625 17.7082 2.5 17.4165 2.5 17.0832V4.1665C2.5 3.83317 2.625 3.5415 2.875 3.2915C3.125 3.0415 3.41667 2.9165 3.75 2.9165H5.10417V2.31234C5.10417 2.13178 5.16667 1.979 5.29167 1.854C5.41667 1.729 5.57639 1.6665 5.77083 1.6665C5.96528 1.6665 6.12847 1.729 6.26042 1.854C6.39236 1.979 6.45833 2.13873 6.45833 2.33317V2.9165H13.5417V2.31234C13.5417 2.13178 13.6042 1.979 13.7292 1.854C13.8542 1.729 14.0139 1.6665 14.2083 1.6665C14.4028 1.6665 14.566 1.729 14.6979 1.854C14.8299 1.979 14.8958 2.13873 14.8958 2.33317V2.9165H16.25C16.5833 2.9165 16.875 3.0415 17.125 3.2915C17.375 3.5415 17.5 3.83317 17.5 4.1665V17.0832C17.5 17.4165 17.375 17.7082 17.125 17.9582C16.875 18.2082 16.5833 18.3332 16.25 18.3332H3.75ZM3.75 17.0832H16.25V8.12484H3.75V17.0832ZM3.75 6.87484H16.25V4.1665H3.75V6.87484ZM3.75 6.87484V4.1665V6.87484Z" fill="%23272829"/></svg>') right 2px no-repeat;
}

.dynamic-diagram-nodata {
  padding: 0 30px;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  .dynamic-diagram-nodata {
    padding: 0 20px;
    margin: 40px 0;
  }
}
.dynamic-diagram-nodata .diagram__block {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
.dynamic-diagram-nodata .content {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
  padding: 50px 110px;
  background-color: #f5f5f5;
  color: #4f4f4f;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .dynamic-diagram-nodata .content {
    padding: 20px 40px;
    font-size: 16px;
  }
}

.structure-diagram-block {
  margin-top: 30px;
  margin-bottom: 80px;
  padding: 0 30px;
  color: #4A4A4A;
}
.structure-diagram-block .diagram__block {
  margin: 0 auto;
  max-width: 1160px;
}
.structure-diagram-block .block-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 40px;
  text-align: center;
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .structure-diagram-block .block-title {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 30px;
  }
}
.structure-diagram-block .diagram__items {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .structure-diagram-block .diagram__items {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
.structure-diagram-block .diagram__item {
  border: 1px solid #4f787a;
  border-radius: 5px;
  padding: 40px 80px 27px 80px;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .structure-diagram-block .diagram__item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .structure-diagram-block .diagram__item {
    justify-content: center;
  }
}
.structure-diagram-block .title {
  font-size: 24px;
  text-align: left;
  font-weight: 400;
  line-height: 130%;
  width: 360px;
  margin: 0 auto 28px auto;
  color: #4A4A4A;
  width: 100%;
}
@media screen and (max-width: 992px) {
  .structure-diagram-block .title {
    width: 100%;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .structure-diagram-block .title {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .structure-diagram-block .chart-container {
    width: 100%;
  }
}
.structure-diagram-block .doughnut_diagram svg {
  width: 100% !important;
  height: 100%;
}
.structure-diagram-block .chart-container canvas,
.structure-diagram-block .chart-container .doughnut_diagram {
  width: 400px;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 1240px) {
  .structure-diagram-block .chart-container canvas,
  .structure-diagram-block .chart-container .doughnut_diagram {
    width: 370px;
    height: 370px;
  }
}
@media screen and (max-width: 1100px) {
  .structure-diagram-block .chart-container canvas,
  .structure-diagram-block .chart-container .doughnut_diagram {
    width: 270px;
    height: 270px;
  }
}
@media screen and (max-width: 992px) {
  .structure-diagram-block .chart-container canvas,
  .structure-diagram-block .chart-container .doughnut_diagram {
    width: 240px;
  }
}
.structure-diagram-block .legend__custom {
  margin-left: 80px;
}
@media screen and (max-width: 992px) {
  .structure-diagram-block .legend__custom {
    margin-left: 30px;
  }
}
@media screen and (max-width: 768px) {
  .structure-diagram-block .legend__custom {
    margin-left: 0;
    margin-top: 30px;
  }
}
.structure-diagram-block .legend__custom_item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 7px;
}
.structure-diagram-block .legend__color_block {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.structure-diagram-block .legend__custom_color {
  border-radius: 2px;
  width: 16px;
  height: 16px;
  display: block;
  margin-top: 3px;
}
.structure-diagram-block .legend__custom_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  margin: 0;
  padding: 0;
  color: #4A4A4A;
}
@media screen and (max-width: 992px) {
  .structure-diagram-block .legend__custom_text {
    font-size: 14px;
  }
}

.block__fonds {
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 30px;
  color: #4A4A4A;
}
.block__fonds .content-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  margin: 0;
  margin-bottom: 9px;
  color: #4A4A4A;
}
.block__fonds .content-title a {
  color: #4f787a;
}
.block__fonds p {
  margin: 0 0 5px 0;
  line-height: 140%;
}
.block__fonds ul, .block__fonds ol {
  margin-left: 18px;
}
.block__fonds .fonds_content {
  max-width: 1160px;
  margin: 0 auto;
}
.block__fonds .fonds__items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 25px 10px;
}
.block__fonds .fonds__item {
  width: 460px;
}
@media screen and (max-width: 1240px) {
  .block__fonds .fonds__item {
    width: 420px;
  }
}
@media screen and (max-width: 1100px) {
  .block__fonds .fonds__item {
    width: 100%;
  }
}
.block__fonds .fonds__item:nth-child(2n+1) {
  width: 620px;
}
@media screen and (max-width: 1240px) {
  .block__fonds .fonds__item:nth-child(2n+1) {
    width: 580px;
  }
}
@media screen and (max-width: 1100px) {
  .block__fonds .fonds__item:nth-child(2n+1) {
    width: 100%;
  }
}
.block__fonds .content-highlight {
  font-weight: 500;
  color: #8B969C;
}

.block__faq .block-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 130%;
  margin-bottom: 20px;
  color: #4A4A4A;
}
@media screen and (max-width: 768px) {
  .block__faq .block-title {
    font-size: 22px;
    line-height: 30px;
  }
}
.block__faq .posts {
  padding: 60px 0 0 0;
}
.block__faq .posts ul, .block__faq .posts ol {
  padding: 0 0 0 20px;
}
.block__faq .posts:last-child {
  margin: 0 0 0 0;
}

.block-partners {
  margin: 60px 0;
}
.block-partners .block-title {
  margin-bottom: 40px;
}
.block-partners .row {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media all and (max-width: 640px) {
  .block-partners .row {
    gap: 40px;
  }
}
.block-partners .row .partner {
  width: 32%;
}
@media all and (max-width: 1024px) {
  .block-partners .row .partner {
    width: 48%;
  }
}
@media all and (max-width: 640px) {
  .block-partners .row .partner {
    width: 31%;
  }
}
.block-partners .row .partner .img {
  display: flex;
  justify-content: center;
  align-items: center;
}
.block-partners .row .partner .img img {
  max-width: 250px;
}
@media all and (max-width: 640px) {
  .block-partners .row .partner .img img {
    max-width: 150px;
  }
}
.block-partners .row .partner:nth-child(2) .img img {
  max-width: 200px;
}
@media all and (max-width: 640px) {
  .block-partners .row .partner:nth-child(2) .img img {
    max-width: 100px;
  }
}
.text-left *{
  text-align: left;
}

/*# sourceMappingURL=styles.css.map */
