@charset "UTF-8";
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  font-size: 10px;
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.breadcrumb {
  padding: 0;
  font-size: 1.3rem;
  line-height: 1.6rem;
  color: #1A1A1A;
  list-style: none;
  margin: 0 -10px 25px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.breadcrumb > li {
  position: relative;
  padding-right: 25px;
  display: inline-block;
}
.breadcrumb > li:after {
  top: 3px;
  right: 10px;
  width: 5px;
  height: 9px;
  content: "";
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  background: url("../img/icon__shape_right.svg") 50% 50% no-repeat;
}
.breadcrumb > li:last-child {
  padding-right: 0;
}
.breadcrumb > li:last-child:after {
  display: none;
}
.breadcrumb > li > span {
  opacity: 0.6;
  display: inline-block;
}
.breadcrumb > li > a {
  color: #1A1A1A;
  text-decoration: underline;
  display: inline-block;
}
.breadcrumb > li > a:hover {
  color: #0288D1;
  text-decoration: none;
}
.embed_responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed_responsive::before {
  display: block;
  content: "";
}
.embed_responsive .embed_responsive_item,
.embed_responsive iframe,
.embed_responsive embed,
.embed_responsive object,
.embed_responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive_21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive_16by9::before {
  padding-top: 56.25%;
}

.embed-responsive_4by3::before {
  padding-top: 75%;
}

.embed-responsive_1by1::before {
  padding-top: 100%;
}

.img_fluid {
  height: auto;
  display: block;
  max-width: 100%;
}

.ico_svg {
  position: relative;
  display: inline-block;
  width: auto;
  height: 100%;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.hide {
  opacity: 0 !important;
  display: none !important;
  visibility: hidden !important;
}

.text_center {
  text-align: center !important;
}

.text_right {
  text-align: right !important;
}

.text_justify {
  text-align: justify !important;
}

.text_nowrap {
  white-space: nowrap !important;
}

.text_lowercase {
  text-transform: lowercase !important;
}

.text_uppercase {
  text-transform: uppercase !important;
}

.text_capitalize {
  text-transform: capitalize !important;
}

.mb_0 {
  margin-bottom: 0 !important;
}

.mb_05 {
  margin-bottom: 5px !important;
}

.mb_08 {
  margin-bottom: 8px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mb_15 {
  margin-bottom: 15px !important;
}

.mb_18 {
  margin-bottom: 18px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.mb_25 {
  margin-bottom: 25px !important;
}

.mb_28 {
  margin-bottom: 28px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.mb_35 {
  margin-bottom: 35px !important;
}

.mb_38 {
  margin-bottom: 38px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.mb_42 {
  margin-bottom: 42px !important;
}

.mb_45 {
  margin-bottom: 45px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.color_blue {
  color: #0288D1 !important;
}

.color_green {
  color: #25C2B9 !important;
}

.color_red {
  color: #EF2323 !important;
}

.color_black {
  color: #1A1A1A !important;
}

.pt_04 {
  padding-top: 4px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pt_35 {
  padding-top: 35px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pb_0 {
  padding-bottom: 0 !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  color: #1A1A1A;
  font-family: "Gilroy", Arial, sans-serif;
  background: #EEF7FF;
  font-size: 1.4rem;
  line-height: 1.71428;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin: 0;
  padding: 0;
  font-weight: 400;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Gilroy", Arial, sans-serif;
}

h2, .h2 {
  font-weight: 300;
  font-size: 3rem;
  font-family: "Gilroy", Arial, sans-serif;
}

h3, .h3 {
  font-size: 2.4rem;
  font-family: "Gilroy", Arial, sans-serif;
}

h4, .h4 {
  font-size: 2rem;
  font-family: "Gilroy", Arial, sans-serif;
}

h5, .h5 {
  font-size: 1.6rem;
  font-family: "Gilroy", Arial, sans-serif;
}

h6, .h6 {
  font-size: 1.4rem;
  font-family: "Gilroy", Arial, sans-serif;
}

p {
  margin: 0 0 20px 0;
}

a {
  outline: none;
  color: #0288D1;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color: #0288D1;
  text-decoration: none;
}

strong {
  font-weight: 600;
}



.xdsoft_prev,
.xdsoft_next,
.xdsoft_today_button {
  display: none !important;
}

.xdsoft_scrollbar {
  width: 4px;
  background: #D4DBE0;
}

.xdsoft_scrollbar > .xdsoft_scroller {
  background: #0288D1 !important;
  -webkit-border-radius: none;
  -moz-border-radius: none;
  -ms-border-radius: none;
  border-radius: none;
}
.top {
  z-index: 1050;
  background: #fff;
  position: relative;
}
.top__row {
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.top__toggle {
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  margin-left: -10px;
  position: relative;
  display: inline-block;
}
.top__toggle:after, .top__toggle:before {
  left: 50%;
  z-index: 10;
  width: 20px;
  height: 2px;
  content: "";
  margin-left: -10px;
  position: absolute;
  background: #1A1A1A;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.top__toggle:after {
  top: 12px;
}
.top__toggle:before {
  bottom: 12px;
}
.top__toggle span {
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 20px;
  height: 2px;
  content: "";
  margin-top: -1px;
  margin-left: -10px;
  position: absolute;
  background: #1A1A1A;
  display: inline-block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.top__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.top__content_item {
  display: none;
  padding-left: 24px;
}
.top__content_item .btn {width: 195px;}
.top__rate {
  display: none;
  color: #1A1A1A;
  line-height: 1.3;
  font-size: 1.1rem;
}
.top__rate_item {
  display: block;
  margin-right: 44px;
  white-space: nowrap;
}
.top__rate_name {
  display: block;
  text-transform: uppercase;
}
.top__rate_value {
  font-weight: 500;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.top__rate_value span {
  display: inline-block;
}
.top__rate_value i {
  width: 10px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  margin-left: 6px;
  display: inline-block;
}
.top__rate_up {
  color: #25C2B9;
}
.top__rate_up .ico_svg {
  fill: #25C2B9;
}
.top__rate_down {
  color: #EF2323;
}
.top__rate_down .ico_svg {
  fill: #EF2323;
}
.top .btn {
  padding: 9px 30px;
}

.lng {
  z-index: 500;
  position: relative;
  display: inline-block;
}
.lng.open .lng__active_arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.lng.open .lng__content {
  opacity: 1;
  z-index: 500;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lng__active {
  height: 60px;
  cursor: pointer;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.lng__active_icon {
  width: 12px;
  height: 12px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.lng__active_arrow {
  width: 9px;
  height: 6px;
  font-size: 0;
  line-height: 0;
  display: inline-block;
}
.lng__active_arrow .ico_svg {
  fill: #1A1A1A;
  stroke: #1A1A1A;
}
.lng__active_name {
  padding: 0 7px;
  white-space: nowrap;
  display: inline-block;
}
.lng__content {
  top: 100%;
  opacity: 0;
  z-index: -1;
  padding: 6px 0;
  margin-top: 3px;
  background: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  visibility: hidden;
  line-height: 2.1rem;
  position: absolute;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.lng__content a {
  width: 100%;
  color: #1A1A1A;
  padding: 6px 20px;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
}
.lng__content a:hover {
  color: #0288D1;
}

.header {
  z-index: 1000;
  padding-top: 28px;
  padding-bottom: 15px;
  position: relative;
}
.header__row {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.header__logo {
  width: 155px;
  font-size: 0;
  line-height: 0;
  color: #1A1A1A;
  white-space: nowrap;
  text-decoration: none;
  display: inline-block;
}
.header__logo strong {
  height: 35px;
  font-weight: 700;
  font-size: 3rem;
  line-height: 3.5rem;
  color: #0288D1;
  display: inline-block;
  text-transform: uppercase;
}
.header__logo span {
  height: 35px;
  padding-left: 3px;
  font-weight: 600;
  font-size: 2rem;
  line-height: 3.5rem;
  display: inline-block;
}
.header__auth {
  display: inline-block;
}
.header__enter {
  color: #1A1A1A;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 2rem;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.header__enter i {
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  margin-right: 10px;
  display: inline-block;
}
.header__enter span {
  display: inline-block;
}
.header__enter .ico_svg {
  fill: #0288D1;
}
.header__enter:hover {
  color: #0288D1;
  text-decoration: none;
}

.nav {
  top: 0;
  left: 0;
  width: 300px;
  z-index: 1200;
  position: fixed;
  overflow-y: auto;
  background: #fff;
  padding: 55px 20px 65px 20px;
  margin-left: -320px;
  height: 100vh;
  box-shadow: 0px 40px 60px rgba(23, 61, 98, 0.08);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav__layout {
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  height: 100vh;
  z-index: 1150;
  position: fixed;
  visibility: hidden;
  background: #162E49;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.nav__close {
  top: 22px;
  left: 22px;
  z-index: 10;
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  display: inline-block;
}
.nav__close:after, .nav__close:before {
  top: 50%;
  left: 50%;
  content: "";
  width: 20px;
  height: 2px;
  position: absolute;
  display: inline-block;
  margin: -1px 0 0 -10px;
  background: #1A1A1A;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.nav__close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav__close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav > ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav > ul > li {
  position: relative;
}
.nav > ul > li:before {
  display: none;
}
.nav > ul > li > a {
  width: 100%;
  padding: 5px 0;
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 3rem;
  color: #1A1A1A;
  white-space: nowrap;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.nav > ul > li > a span {
  display: inline-block;
}
.nav > ul > li > a i {
  width: 12px;
  height: 7px;
  font-size: 0;
  line-height: 0;
  margin-left: 8px;
  display: inline-block;
}
.nav > ul > li > a b {
  color: #fff;
  width: 24px;
  height: 24px;
  padding: 2px 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  margin-left: 10px;
  text-align: center;
  display: inline-block;
  background: #EF2323;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.nav > ul > li > a .ico_svg {
  fill: #1A1A1A;
  stroke: #1A1A1A;
}
.nav > ul > li > a:hover {
  color: #0288D1;
}
.nav > ul > li > a:hover .ico_svg {
  fill: #0288D1;
  stroke: #0288D1;
}
.nav > ul > li > a.nav_blue {
  color: #0288D1;
}
.nav > ul > li > a.nav_blue .ico_svg {
  fill: #0288D1;
  stroke: #0288D1;
}
.nav > ul > li > a.nav_blue:hover {
  color: #0288D1;
}
.nav > ul > li > a.nav_blue:hover .ico_svg {
  fill: #0288D1;
  stroke: #0288D1;
}
.nav > ul > li:hover > a {
  color: #0288D1;
}
.nav > ul > li:hover > a .ico_svg {
  fill: #0288D1;
  stroke: #0288D1;
}
.nav > ul > li:hover > ul {
  display: block;
}
.nav > ul > li > ul {
  margin: 0;
  display: none;
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  padding: 0 0 0 20px;
}
.nav > ul > li > ul > li > a {
  width: 100%;
  padding: 2px 0;
  color: #1A1A1A;
  white-space: nowrap;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.nav > ul > li > ul > li > a span {
  display: inline-block;
}
.nav > ul > li > ul > li > a b {
  width: 21px;
  height: 21px;
  padding: 3px 0;
  font-weight: 700;
  font-size: 1.1rem;
  line-height: 1.3rem;
  margin-left: 10px;
  color: #EF2323;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  border: 1px solid #EF2323;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.nav > ul > li > ul > li > a:hover {
  color: #0288D1;
  text-decoration: none;
}

.page.nav_open .nav {
  margin-left: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page.nav_open .nav__layout {
  opacity: 0.5;
  visibility: visible;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.user {
  z-index: 200;
  font-size: 0;
  line-height: 0;
  padding: 7px 0 7px 0;
  position: relative;
  display: inline-block;
}
.user__label {
  width: 100%;
  cursor: pointer;
  color: #414243;
  max-width: 190px;
  display: inline-block;
}
.user__label > span {
  max-width: 100%;
  overflow: hidden;
  padding-top: 1px;
  white-space: nowrap;
  font-size: 1.6rem;
  line-height: 1.8rem;
  display: inline-block;
  text-overflow: ellipsis;
  border-bottom: 1px solid #B5BEC4;
}
.user__label > i {
  top: 5px;
  left: calc(100% + 2px);
  width: 16px;
  height: 16px;
  font-size: 0;
  line-height: 0;
  position: absolute;
}
.user__dropdown {
  right: 0;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  top: 100%;
  min-width: 180px;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 3rem;
  background: #fff;
  position: absolute;
  padding: 20px 15px 20px 25px;
  border: 1px solid #D0DCE6;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.user__dropdown:before {
  top: 0px;
  left: 5px;
  right: 5px;
  content: "";
  height: 1px;
  display: block;
  position: absolute;
  background: #0288D1;
}
.user__dropdown:after {
  z-index: 10;
  top: -8px;
  right: 24px;
  content: "";
  width: 17px;
  height: 14px;
  display: block;
  position: absolute;
  background: url("../img/dropdown__arrow.svg") 50% 50% no-repeat;
}
.user__dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.user__dropdown ul li a {
  opacity: 0.8;
  color: #1A1A1A;
  white-space: nowrap;
  text-decoration: none;
}
.user__dropdown ul li a:hover {
  opacity: 1;
  color: #0288D1;
  text-decoration: none;
}
.user:hover .user__dropdown {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}

.page {
  width: 100%;
  overflow: hidden;
  min-height: 100vh;
  background: #EEF7FF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page_one {
  /*background: #EEF7FF url("../img/page__bg_01.jpg") 50% 0 no-repeat;*/
  background: #EEF7FF url("../img/page__bg_01.webp") 50% 0 no-repeat;
  background-size: 100% auto;
}
.page_two {
  background: #EEF7FF url("../img/page__bg_02.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}
.page_three {
  /*background: #EEF7FF url("../img/page__bg_03.jpg") 50% 0 no-repeat;*/
  background: #EEF7FF url("../img/page__bg_03.webp") 50% 0 no-repeat;
  background-size: 100% auto;
}
.page_four {
  /*background: #EEF7FF url("../img/page__bg_04.jpg") 50% 0 no-repeat;*/
  background: #EEF7FF url("../img/page__bg_04.webp") 50% 0 no-repeat;
  background-size: 100% auto;
}
.page_five {
  background: #EEF7FF url("../img/page__bg_05.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}
.page_six {
  background: #EEF7FF url("../img/page__bg_06.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}
.page_seven {
  background: #EEF7FF url("../img/page__bg_07.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}
.page_content {
  background: #EEF7FF url("../img/page__bg_content.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}
.main {
  padding-top: 5px;
  padding-bottom: 33px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.box {
  background: #fff;
  position: relative;
  margin-bottom: 30px;
  padding: 28px 20px 22px 20px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12);
}
.box:before {
  top: 0;
  left: 0;
  content: "";
  width: 7px;
  height: 57px;
  display: block;
  position: absolute;
  background: #EF2323;
}
.box__header {
  margin-bottom: 16px;
}
.box__header_title {
  font-weight: 300;
  line-height: 1.2;
  font-size: 2.4rem;
  margin-bottom: 0 !important;
}
.box__header_info {
  padding-top: 5px;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #0288D1;
}
.box__meta {
  margin-bottom: 30px;
}
.box__links {
  margin-bottom: 20px;
  text-align: center;
}
.box__links_center {
  padding: 15px 0;
}
.box__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}
.box__summary {
  color: #414243;
  text-align: right;
  font-size: 1.4rem;
  line-height: 2.45rem;
}
.box__summary_price {
  text-align: right;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.box__summary_price span {
  display: inline-block;
}
.box__summary_price strong {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2.4rem;
  display: inline-block;
  padding-left: 10px;
}
.box__summary_btn {
  padding-left: 20px;
}
.box__view {
  text-align: center;
  padding-top: 20px;
}

.subscribe {
  color: #fff;
  text-align: center;
  padding: 40px 15px 30px 15px;
  background: url("../img/subscribe__bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.subscribe__title {
  font-weight: 700;
  line-height: 1.2;
  font-size: 2.4rem;
  margin-bottom: 15px;
}
.subscribe__text {
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 25px;
}
.subscribe__wrap {
  margin: 0 auto;
  max-width: 530px;
}
.info_link {
  width: 20px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
}
.info_link__container {
  z-index: 9999;
  position: absolute;
}
.info_link__container .info_link__tooltip {
  display: block;
}
.info_link__item {
  width: 20px;
  height: 18px;
  display: inline-block;
}
.info_link__item > .ico_svg {
  fill: #0288D1;
}
.info_link__item:hover .ico_svg {
  fill: #25C2B9;
}
.info_link > .ico_svg {
  fill: #0288D1;
}
.info_link__tooltip {
  top: -50px;
  right: 100%;
  width: 250px;
  z-index: 100;
  display: none;
  text-align: left;
  font-size: 1.2rem;
  line-height: 1.4rem;
  position: absolute;
  padding-right: 21px;
}
.info_link__tooltip_wrap {
  position: relative;
  background: #F2F4F6;
  border: 1px solid #D0DCE6;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.info_link__tooltip_wrap:before {
  right: -11px;
  top: 50px;
  z-index: 5;
  content: "";
  width: 11px;
  height: 13px;
  position: absolute;
  display: inline-block;
  background: url("../img/tooltip__arrow.png") 0 0 no-repeat;
}
.info_link__date {
  opacity: 0.5;
  margin-bottom: 5px;
}
.info_link__text {
  opacity: 0.8;
  margin-bottom: 10px;
}
.info_link__file {
  font-weight: 600;
  color: #1A1A1A;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.info_link__file i {
  width: 31px;
  margin-right: 14px;
  display: none;
}
.info_link__file span {
  display: inline-block;
  text-decoration: underline;
}
.info_link__file:hover {
  text-decoration: none;
}
.info_link__file:hover span {
  text-decoration: none;
}
.info_link:hover .ico_svg {
  fill: #25C2B9;
}

.filter_blur {
  height: 0;
  width: 0;
  position: absolute;
  z-index: 0;
}
.cookies {
  color: #fff;
  /* padding-top: 28px;
  padding-bottom: 23px; */
  font-size: 12px;
  line-height: 1.2;
  background: #0288D1;
  padding: 10px 20px 10px;
  margin: auto;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
}
.cookies__wrap {
  padding-right: 0;
  /* padding-right: 40px; */
  position: relative;
}
.cookies__close {
  top: 0;
  right: -15px;
  z-index: 50;
  width: 36px;
  height: 36px;
  cursor: pointer;
  position: absolute;
  background: url("../img/icon__close.svg") 50% 50% no-repeat;
  background-size: cover;
}
.cookies__title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.4rem;
  margin-bottom: 10px;
}
.cookies__text {
  margin-bottom: 8px;
}

.filter {
  z-index: 110;
  position: relative;
}
.filter__row {
  margin-left: -15px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.filter__item {
  width: 100%;
  padding-left: 15px;
  margin-bottom: 20px;
}
.filter__item_xl {
  max-width: 415px;
}
.filter__item_xs {
  width: 50%;
}
.filter__item_sm {
  width: 100%;
}
.filter__item_md {
  max-width: 315px;
}
.filter__item_float {
  width: auto;
}
.filter__item_float .btn {
  padding-left: 30px;
  padding-right: 30px;
}
.filter__item_inline {
  width: auto;
}
.filter__item_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.filter__item_center > * {
  margin: auto 0;
}

.selected {
  margin-bottom: 18px;
}
.selected__title {
  font-size: 1.6rem;
  line-height: 130%;
  margin-bottom: 13px;
}
.selected__row {
  margin-right: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.selected__item {
  font-size: 0;
  line-height: 0;
  color: #1A1A1A;
  position: relative;
  background: #F4F4F4;
  white-space: nowrap;
  display: inline-block;
  margin: 0 10px 12px 0;
  padding: 5px 22px 5px 10px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.selected__item_name {
  font-size: 1.4rem;
  line-height: 2rem;
}
.selected__item_image {
  display: inline-block;
}
.selected__item i {
  top: 50%;
  right: 9px;
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  margin-top: -4px;
  position: absolute;
  display: inline-block;
}
.selected__item i .ico_svg {
  opacity: 0.8;
  fill: #1A1A1A;
}
.selected__item i:hover .ico_svg {
  opacity: 1;
}
.selected .btn_clear {
  margin-bottom: 12px;
}

.sort {
  margin-bottom: 30px;
}
.sort__title {
  font-size: 1.6rem;
  line-height: 130%;
  margin-bottom: 14px;
}
.sort__row {
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.sort__item {
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 2rem;
  position: relative;
  white-space: nowrap;
  display: inline-block;
  margin: 0 15px 12px 0;
  background: #0288D1;
  padding: 5px 30px 5px 12px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.sort__item i {
  top: 50%;
  right: 10px;
  width: 9px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  margin-top: -8px;
  position: absolute;
  display: inline-block;
}
.sort__item i .ico_svg {
  opacity: 0.7;
  fill: #fff;
  stroke: #fff;
}
.sort__item:hover {
  background: #25C2B9;
}
.sort__item.active {
  background: #25C2B9;
}

.informers {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.informers__item {
  width: 100%;
  margin-bottom: 35px;
}

.informer {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.informer__header {
  color: #fff;
  height: 60px;
  font-size: 0;
  line-height: 0;
  padding: 2px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  background: linear-gradient(90deg, #25C2B9 0%, rgba(37, 194, 185, 0.890625) 34.37%, rgba(37, 194, 185, 0.233061) 72.92%, rgba(37, 194, 185, 0) 100%);
  -webkit-border-radius: 7px 7px 0 0;
  -moz-border-radius: 7px 7px 0 0;
  -ms-border-radius: 7px 7px 0 0;
  border-radius: 7px 7px 0 0;
}
.informer__header_title {
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 3rem;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.informer__header_logo {
  width: 45px;
  display: block;
  font-size: 0;
  line-height: 0;
}
.informer__body {
  padding: 30px 20px 45px 20px;
}
.informer__count {
  font-size: 1.4rem;
  line-height: 130%;
  color: #1A1A1A;
  margin-bottom: 5px;
}
.informer__count span {
  opacity: 0.6;
}
.informer__meta {
  width: 100%;
  z-index: 50;
  max-width: 100%;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  margin-bottom: 20px;
  position: relative;
}
.informer__meta_line {
  width: 100%;
  color: #414243;
  max-width: 100%;
  overflow: hidden;
  cursor: pointer;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.informer__name {
  color: #414243;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  margin-bottom: 3px;
}
.informer__row {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.informer__item {
  position: relative;
  width: calc(33.33% - 5px);
}
.informer__item_data {
  cursor: pointer;
  padding: 20px 5px;
  font-size: 12px;
  line-height: 130%;
  text-align: center;
  background: #F6FAFC;
  border-radius: 7px;
}
.informer__item_data span {
  display: block;
  margin-bottom: 5px;
}
.informer__item_data strong {
  display: block;
  color: #7E7E7E;
  line-height: 1.2;
  font-weight: 600;
  font-size: 2.2rem;
}
.informer__item:hover .informer__list {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
.informer__list {
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  width: 100%;
  min-width: 115px;
  max-width: 100%;
  position: absolute;
  background: #F2F4F6;
  border: 1px solid #D0DCE6;
  box-sizing: border-box;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.informer__list_scroll {
  max-height: 228px;
}
.informer__list ul {
  margin: 0;
  padding: 6px 0;
  list-style: none;
  font-size: 1.2rem;
  line-height: 2rem;
}
.informer__list ul li {
  height: 20px;
  cursor: pointer;
  position: relative;
  white-space: nowrap;
  padding: 0 40px 0 10px;
}
.informer__list ul li span {
  max-width: 100%;
  display: inline-block;
}
.informer__list ul li strong {
  top: 0;
  right: 10px;
  width: 25px;
  font-weight: 600;
  position: absolute;
  display: inline-block;
}

.mCSB_scrollTools {
  width: 4px;
  bottom: 3px;
}

.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical {
  margin: 0;
}

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  background: #D4DBE0;
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #0288D1 !important;
}

.point_lead {
  font-size: 2rem;
  line-height: 2rem;
  color: #25C2B9;
}

.inline_box {
  margin-bottom: 30px;
}
.inline_box__right {
  text-align: right;
  margin-bottom: 25px;
}
.inline_box__center {
  width: 100%;
  padding: 20px 0 0 0;
  text-align: center;
}
.inline_box__button {
  margin-bottom: 15px;
  text-align: center;
}
.inline_box__text {
  font-size: 1.4rem;
  line-height: 2rem;
}
.inline_box__total {
  text-align: right;
  font-size: 1.4rem;
  line-height: 2rem;
  white-space: nowrap;
  margin-bottom: 15px;
}
.inline_box__total span {
  display: inline-block;
}
.inline_box__total strong {
  padding-left: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 2rem;
  color: #25C2B9;
  display: inline-block;
}
.page_new {
  background: #EEF7FF url("../img/new_bg.jpg") 50% 0 no-repeat;
  background-size: 100% auto;
}

.info {
  margin-bottom: 20px;
}
.info__data {
  margin-bottom: 20px;
}
.info__text {
  font-size: 1.4rem;
  line-height: 2.6rem;
}
.info__legend {
  padding: 0;
  list-style: none;
  margin: 0 0 16px 0;
}
.info__legend li {
  padding-left: 28px;
  position: relative;
  margin-bottom: 5px;
}
.info__legend li:before {
  left: 0;
  top: 5px;
  content: "";
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.info__legend li:last-child {
  margin-bottom: 0;
}
.info__legend_red:before {
  background: #EF2323;
}
.info__legend_blue:before {
  background: #77C2E2;
}
.info__table {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0 -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.info__table_row {
  width: 33.33%;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.info__table_head {
  padding: 11px 7px;
  text-align: center;
  color: #1A1A1A;
  background: #EEF7FF;
  border-bottom: 2px solid #fff;
}
.info__table_head:first-child {
  border-left: 2px solid #fff;
}
.info__table_head:last-child {
  border-left: 2px solid #fff;
}
.info__table_col {
  color: #fff;
  padding: 7px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.info__table_col:last-child {
  margin-bottom: 20px;
}
.info__table_red {
  background: #EF2323;
}
.info__table_blue {
  background: #77C2E2;
}

.bx_md {
  max-width: 960px;
}

.small_line {
  position: relative;
  display: inline-block;
}
.small_line > span {
  max-width: 110px;
  overflow: hidden;
  white-space: nowrap;
  display: inline-block;
  text-overflow: ellipsis;
}
.small_line:before {
  right: 0;
  left: 50%;
  width: 195px;
  z-index: 200;
  padding: 10px 5px;
  margin-left: -98px;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
  position: absolute;
  background: #F2F4F6;
  top: calc(100% + 8px);
  color: rgba(26, 26, 26, 0.8);
  border: 1px solid #D0DCE6;
  content: attr(data-tooltip);
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  opacity: 0;
  visibility: hidden;
}
.small_line:after {
  left: 50%;
  top: calc(100%);
  width: 14px;
  height: 9px;
  z-index: 205;
  content: "";
  position: absolute;
  margin-left: -7px;
  display: inline-block;
  background: url("../img/arrow__up.png") 0 0 no-repeat;
  opacity: 0;
  visibility: hidden;
}

.align_center > * {
  margin: auto 0;
}

.bottom_text {
  padding-top: 20px;
}

.text {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.text__image {
  max-width: 610px;
  margin: 0 auto 35px auto;
}
.text__lead {
  color: #0288D1;
  font-weight: 600;
  padding: 20px 25px;
  margin-bottom: 28px;
  background: rgba(237, 244, 250, 0.5);
}
.text p {
  margin-bottom: 12px;
}
.text__info {
  padding: 24px 20px 30px 20px;
  margin-bottom: 35px;
  border: 1px solid #0288D1;
}
.text__info ul {
  margin: 0;
  list-style: circle;
  padding: 0 0 0 20px;
}
.text__info ul li {
  margin-bottom: 10px;
}
.text__info ul li:last-child {
  margin-bottom: 0;
}

.contact {
  padding-top: 20px;
  margin-bottom: 40px;
}
.contact__info {
  font-size: 1.6rem;
  line-height: 2rem;
}
.contact__info_item {
  margin-bottom: 35px;
}
.contact__info_item span {
  opacity: 0.5;
  display: block;
  margin-bottom: 1px;
}
.contact__info_item strong {
  display: block;
}
.contact__form_title {
  margin-top: -5px;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 120%;
  margin-bottom: 17px;
}
.contact__form .form_main {
  height: 80px;
}

.page_home {
  background: #fff;
}
.page_home .header {
  left: 0;
  right: 0;
  top: 60px;
  position: absolute;
}

.primary {
  padding-top: 110px;
  padding-bottom: 75px;
  background: #fff url("../img/home__bg.jpg") 60% 50% no-repeat;
  background-size: auto 100%;
}
.primary__header {
  margin-bottom: 25px;
}
.primary__text {
  max-width: 280px;
  font-size: 1.8rem;
  line-height: 2.5rem;
  margin-bottom: 35px;
}
.primary__text p {
  margin-bottom: 20px;
}
.home {
  margin: 0 auto;
  max-width: 1250px;
  background: #fff;
  padding-top: 20px;
  padding-bottom: 10px;
}

.goods {
  width: 100%;
  background: #fff;
  overflow: hidden;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.goods__image {
  display: block;
}
.goods__image_sm {
  display: none;
}
.goods__image_base {
  display: block;
}
.goods__content {
  font-size: 1.6rem;
  line-height: 2.8rem;
  padding: 40px 20px 50px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.goods__title {
  display: block;
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.4rem;
  color: #1A1A1A;
  text-decoration: none;
}
.goods__title:hover {
  color: #0288D1;
  text-decoration: none;
}
.goods__text {
  padding-top: 22px;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.goods_sm .goods__content {
  padding-top: 40px;
  padding-bottom: 45px;
}

.gods_row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.forecast {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 40px 60px rgba(23, 61, 98, 0.08);
  box-shadow: 0px 40px 60px rgba(23, 61, 98, 0.08);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.forecast__mobile {
  padding: 35px 20px 35px 20px;
}
.forecast__desktop {
  display: none;
}
.forecast__title {
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin-bottom: 20px;
}
.forecast__text {
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.forecast__content {
  padding: 40px 20px;
  position: relative;
}
.forecast__bg {
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  content: "";
  height: 214px;
  position: absolute;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.forecast__wrap {
  z-index: 10;
  position: relative;
}
.forecast__data {
  overflow: hidden;
  padding-bottom: 15px;
  background: #F2F4F6;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
}
.forecast__table {
  margin-bottom: 15px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.forecast__table tr:nth-child(odd) td {
  background: #fff;
}
.forecast__table tr:nth-child(even) td {
  background: #F2F4F6;
}
.forecast__table tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.forecast__table tr:last-child td:last-child {
  -webkit-border-radius: 0 0 0 0;
  -moz-border-radius: 0 0 0 0;
  -ms-border-radius: 0 0 0 0;
  border-radius: 0 0 0 0;
}
.forecast__table td:first-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.forecast__table td:last-child {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.forecast_invert .forecast__mobile {
  display: none;
}

.stat_nav {
  padding: 0;
  list-style: none;
  margin: 0 -10px 35px -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.stat_nav > li {
  padding: 0 10px;
}
.stat_nav > li a {
  font-size: 1.6rem;
  line-height: 1.2;
  color: #0288D1;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dotted #0288D1;
}
.stat_nav > li a:hover {
  color: #0288D1;
  text-decoration: none;
  border-bottom: 1px solid #0288D1;
}
.stat_nav > li.active a {
  font-weight: 600;
  border-bottom: 2px solid #25C2B9;
}

.chart {
  padding: 40px 20px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 1px 1px rgba(0, 0, 0, 0.14), 0px 2px 1px rgba(0, 0, 0, 0.12);
  border-radius: 7px;
}
.chart__title {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 120%;
  color: #25C2B9;
  margin-bottom: 19px;
}
.chart__col {
  margin-bottom: 45px;
}
.form_visible {
  position: relative;
}
.form_visible {
  padding-right: 30px;
}
.form_visible__button {
  right: 0;
  top: 50%;
  padding: 0;
  width: 18px;
  height: 14px;
  border: none;
  outline: none;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: absolute;
  margin: -9px 0 0 0;
  display: inline-block;
  background: transparent;
}
.form_visible__button .ico_svg {
  fill: #DADADA;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form_visible__button:hover .ico_svg {
  fill: #0288D1;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.select_md {
  width: 210px;
}

.analyst__name {
  color: #0288D1;
  font-weight: 600;
  font-size: 14px;
  line-height: 130%;
  position: relative;
  display: inline-block;
  text-decoration: underline;
}
.analyst__name:before {
  top: 7px;
  left: -12px;
  width: 5px;
  height: 5px;
  content: "";
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.analyst__name.online:before {
  background: #25C2B9;
}
.analyst__name:hover {
  color: #0288D1;
  text-decoration: none;
}
.analyst__rate {
  padding-top: 3px;
}
.analyst__rate .cancel-on-png, .analyst__rate .cancel-off-png, .analyst__rate .star-on-png, .analyst__rate .star-off-png, .analyst__rate .star-half-png {
  font-size: 1rem;
}
.analyst__rate .raty i {
  padding: 0 1px;
}

.tooltip {
  font-size: 0;
  line-height: 0;
  position: relative;
  display: inline-block;
}
.tooltip_container {
  z-index: 9999;
  position: absolute;
}
.tooltip_container .tooltip__content {
  display: block;
}
.tooltip__text {
  cursor: pointer;
  font-size: 1.4rem;
  line-height: 1.8rem;
}
.tooltip__elem {
  width: 16px;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tooltip__elem .ico_svg {
  fill: #0288D1;
}
.tooltip__content {
  top: 100%;
  left: 50%;
  width: 174px;
  z-index: 100;
  display: none;
  padding-top: 15px;
  position: absolute;
  margin-left: -87px;
}
.tooltip__content_wrap {
  font-size: 12px;
  font-weight: 600;
  line-height: 15px;
  position: relative;
  background: #F2F4F6;
  border: 1px solid #D0DCE6;
  padding: 10px 10px 10px 10px;
  box-shadow: 0px 7px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}
.tooltip__content_wrap:before {
  left: 50%;
  top: -9px;
  width: 14px;
  height: 9px;
  content: "";
  font-size: 0;
  line-height: 0;
  margin-left: -7px;
  position: absolute;
  background: url("../img/arrow__up.png") 0 0 no-repeat;
}

.flex_center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.flex_center .tooltip {
  margin-left: 5px;
}
.robot {
  margin-bottom: 45px;
}
.robot__info {
  padding: 0;
  list-style: none;
  margin: 0 0 18px 0;
  font-size: 1.4rem;
  line-height: 128.91%;
}
.robot__info > li {
  margin-bottom: 11px;
}
.robot__info > li:last-child {
  margin-bottom: 0;
}

.table_finished td {
  position: relative;
}

.table_summary {
  left: 0;
  right: 0;
  bottom: -43px;
  position: absolute;
}

.modal_new {
  background: #fff;
  padding: 40px 20px;
  border-radius: 10px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}
.modal_new__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  margin-bottom: 15px;
}

.modal_alert {
  padding: 40px 20px;
  text-align: center;
  border-radius: 10px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}
.modal_alert__text {
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.modal_alert .btn {
  min-width: 170px;
}

.form_elem {
  position: relative;
}
.form_elem__input {
  margin: 0;
  z-index: 10;
  width: 100%;
  height: 39px;
  border: none;
  outline: none;
  padding: 15px 0 5px 0;
  font-size: 1.3rem;
  position: relative;
  color: #1A1A1A;
  line-height: 1.8rem;
  display: inline-block;
  vertical-align: middle;
  background: transparent;
  border-top: 1px solid transparent;
  border-bottom: 1px solid #A7A9AA;
}
.form_elem__input::-moz-placeholder {
  color: #4F5355;
  opacity: 1;
}
.form_elem__input:-ms-input-placeholder {
  color: #4F5355;
}
.form_elem__input::-webkit-input-placeholder {
  color: #4F5355;
}
.form_elem__input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.form_elem__input:focus, .form_elem__input:active {
  outline: none;
}
.form_elem__input:focus::-moz-placeholder, .form_elem__input:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.form_elem__input:focus:-ms-input-placeholder, .form_elem__input:active:-ms-input-placeholder {
  color: transparent;
}
.form_elem__input:focus::-webkit-input-placeholder, .form_elem__input:active::-webkit-input-placeholder {
  color: transparent;
}
.form_elem__label {
  left: 0;
  z-index: 2;
  bottom: 6px;
  color: #4F5355;
  font-size: 1.4rem;
  line-height: 2rem;
  position: absolute;
  display: inline-block;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form_elem__message {
  right: 0;
  z-index: 1;
  bottom: 6px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  font-size: 1.1rem;
  line-height: 2rem;
  position: absolute;
  padding-right: 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.form_elem__alert {
  color: #EF2323;
  background: url("../img/icon__error.svg") 100% 50% no-repeat;
}
.form_elem__private {
  background: transparent url("../img/icon__lock.svg") 100% 50% no-repeat;
}
.form_elem__calendar {
  background: transparent url("../img/icon__calendar_md.svg") 100% 50% no-repeat;
}
.form_elem.focus .form_elem__input {
  border-bottom-color: #0288D1;
}
.form_elem.focus .form_elem__label {
  bottom: 20px;
  font-size: 1rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.form_elem.error .form_elem__input {
  border-bottom-color: #EF2323;
}
.form_elem.error .form_elem__message {
  opacity: 1;
  visibility: visible;
}

.callback {
  background: #fff;
  border-radius: 10px;
  padding: 30px 20px 40px 20px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}
.callback__title {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 2.6rem;
  text-align: center;
  margin-bottom: 10px;
}
.callback__row {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.callback__row > li {
  width: 50%;
  padding: 8px 0;
}

.thanks {
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  padding: 46px 20px;
  max-width: 440px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}

.purchase {
  width: 268px;
  padding: 40px;
  min-height: 280px;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  max-width: 440px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}
.purchase__title {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 150%;
}
.purchase__date {
  margin-bottom: 20px;
}
.purchase__price {
  margin-bottom: 29px;
}
.purchase__price strong {
  font-weight: 600;
  font-size: 2.3rem;
  color: #25C2B9;
}
.purchase__price span {
  font-weight: 600;
  color: #25C2B9;
}

.gender {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
}
.gender__label {
  color: #4F5355;
  font-size: 1.3rem;
  line-height: 2.4rem;
  white-space: nowrap;
  padding-right: 10px;
}
.subscription {
  padding: 40px;
  min-height: 280px;
  border-radius: 10px;
  background: #fff;
  font-size: 1.6rem;
  line-height: 2.8rem;
  text-align: center;
  width: 290px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}
.subscription__title {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 110%;
  margin-bottom: 30px;
}
.subscription__item {
  background: #FFF;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 30px;
  border: 1px solid #D0DCE6;
  padding: 26px 32px 34px 32px;
  box-shadow: 0px 12px 22px rgba(0, 0, 0, 0.06);
}
.subscription__item_period {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 140%;
  color: #25C2B9;
  margin-bottom: 28px;
}
.subscription__item_price {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 140%;
  margin-bottom: 32px;
}
.subscription__item_price strong {
  display: block;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
  margin-bottom: 2px;
}
.subscription__item_price span {
  display: block;
}
.subscription__item .btn {
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.subscription__info {
  opacity: 0.6;
  font-size: 1.4rem;
  line-height: 2rem;
  padding-top: 5px;
}
.subscription__info a {
  color: #1A1A1A;
  text-decoration: underline;
}
.subscription__info a:hover {
  color: #1A1A1A;
  text-decoration: none;
}

.modal_page {
  background: #FFF;
  border-radius: 10px;
  margin-bottom: 30px;
  max-width: 900px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  border: 1px solid #D0DCE6;
  padding: 40px 25px 40px 25px;
  box-shadow: 0px 12px 22px rgba(0, 0, 0, 0.06);
}
.modal_page__title {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}
.modal_page__title strong {
  font-weight: 700;
  font-size: 2.8rem;
}
.modal_page__subtitle {
  font-weight: 700;
  font-size: 2rem;
  line-height: 120%;
  margin-bottom: 10px;
}
.modal_page__list {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.modal_page__list li {
  padding-left: 31px;
  position: relative;
  margin-bottom: 8px;
}
.modal_page__list li:before {
  top: 0;
  left: 0;
  width: 31px;
  text-align: right;
  padding-right: 11px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  display: inline-block;
}
.modal_page__list li:last-child {
  margin-bottom: 0;
}
.modal_page h2 {
  margin-bottom: 30px;
}
.modal_page h4 {
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: none;
}
.modal_page p {
  margin-bottom: 10px;
}
.modal_page__price {
  list-style-type: circle;
}

.need__legend {
  padding: 0;
  font-size: 1.4rem;
  line-height: 2.4rem;
  list-style: none;
  margin: 0 -15px 22px 0;
}
.need__legend li {
  margin-right: 15px;
  padding-left: 28px;
  position: relative;
}
.need__legend li:before {
  left: 0;
  top: 5px;
  content: "";
  width: 17px;
  height: 17px;
  font-size: 0;
  line-height: 0;
  position: absolute;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.need__legend_red:before {
  background: #EF2323;
}
.need__legend_blue:before {
  background: #77C2E2;
}
.need__table {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 2rem;
  margin: 0 -2px 30px -2px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.need__table_row {
  width: 33.33%;
  -webkit-flex-shrink: 1;
  -moz-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
}
.need__table_head {
  padding: 11px 7px;
  text-align: center;
  color: #1A1A1A;
  background: #EEF7FF;
  border-bottom: 2px solid #fff;
}
.need__table_head:first-child {
  border-left: 2px solid #fff;
}
.need__table_head:last-child {
  border-left: 2px solid #fff;
}
.need__table_col {
  color: #fff;
  padding: 7px;
  text-align: center;
  border: 2px solid #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
}
.need__table_col:last-child {
  margin-bottom: 20px;
}
.need__table_red {
  background: #EF2323;
}
.need__table_blue {
  background: #77C2E2;
}
.need__text {
  font-size: 1.4rem;
  line-height: 2.4rem;
}

.confirmation {
  background: #fff;
  padding: 45px 20px 50px 20px;
  text-align: center;
  border-radius: 10px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}
.confirmation__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}
.confirmation__number {
  margin-bottom: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.confirmation__number_item {
  width: 42px;
  padding: 0 6px;
}
.confirmation__number_input {
  margin: 0;
  width: 100%;
  height: 40px;
  outline: none;
  font-size: 1.3rem;
  line-height: 2rem;
  color: #4F5355;
  padding: 8px 1px;
  text-align: center;
  background: #ffffff;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid rgba(79, 83, 85, 0.5);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  border-radius: 7px;
}
.confirmation__number_input::-moz-placeholder {
  color: #4F5355;
  opacity: 1;
}
.confirmation__number_input:-ms-input-placeholder {
  color: #4F5355;
}
.confirmation__number_input::-webkit-input-placeholder {
  color: #4F5355;
}
.confirmation__number_input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.confirmation__number_input:focus, .confirmation__number_input:active {
  outline: none;
}
.confirmation__number_input:focus::-moz-placeholder, .confirmation__number_input:active::-moz-placeholder {
  color: transparent;
  opacity: 1;
}
.confirmation__number_input:focus:-ms-input-placeholder, .confirmation__number_input:active:-ms-input-placeholder {
  color: transparent;
}
.confirmation__number_input:focus::-webkit-input-placeholder, .confirmation__number_input:active::-webkit-input-placeholder {
  color: transparent;
}
.confirmation__buttons {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.confirmation__buttons > li {
  margin: 0 15px;
}

.payment {
  width: 300px;
  background: #fff;
  padding: 45px 30px 50px 30px;
  border-radius: 10px;
  font-family: "Gilroy", Arial, sans-serif;
  box-shadow: 0px 40px 80px rgba(23, 61, 98, 0.1);
}
.payment__title {
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 120%;
  text-align: center;
  margin-bottom: 20px;
}
.payment__content {
  margin-bottom: 30px;
}
.payment__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.payment__item {
  margin-bottom: 20px;
  padding: 0 15px;
  font-size: 0;
  line-height: 0;
  font-weight: 400;
  position: relative;
  display: inline-block;
}
.payment__item input[type=radio] {
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.payment__item_elem {
  height: 40px;
  position: relative;
  padding-left: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.payment__item_elem:before {
  top: 50%;
  left: 0;
  z-index: 1;
  content: "";
  width: 18px;
  height: 18px;
  font-size: 0;
  line-height: 0;
  margin-top: -9px;
  position: absolute;
  display: inline-block;
  border: 1px solid #C4C4C4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.payment__item_elem:after {
  top: 50%;
  left: 5px;
  z-index: 2;
  content: "";
  width: 8px;
  height: 8px;
  font-size: 0;
  line-height: 0;
  margin-top: -4px;
  position: absolute;
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.payment__item_wrap {
  margin: auto 0;
}
.payment__item input:checked + .payment__item_elem:before {
  background: #0288D1;
  border-color: #0288D1;
}
.payment__button {
  text-align: center;
}

.content_text {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.content_text ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
.content_text ol li {
  padding-left: 31px;
  position: relative;
  margin-bottom: 12px;
}
.content_text ol li:before {
  top: 0;
  left: 0;
  width: 31px;
  text-align: right;
  padding-right: 11px;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.8rem;
  content: counter(li) ".";
  counter-increment: li;
  position: absolute;
  display: inline-block;
}
.content_text p {
  margin-bottom: 12px;
}
.list_num {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list_num li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
}
.list_num li:before {
  top: 0;
  left: 0;
  width: 35px;
  text-align: right;
  padding-right: 15px;
  font-weight: 600;
  content: "";
  counter-increment: li;
  position: absolute;
  display: inline-block;
}
.list_num li ul {
  margin: 0;
  padding: 12px 0 0 0;
  list-style: none;
}
.list_num li ul li {
  padding-left: 35px;
  position: relative;
  margin-bottom: 12px;
}
.list_num li ul li:before {
  top: 0;
  left: 0;
  width: 35px;
  text-align: right;
  padding-right: 14px;
  font-weight: 600;
  content: "";
  counter-increment: li;
  position: absolute;
  display: inline-block;
}

.video_box {
  font-size: 0;
  line-height: 0;
  display: block;
  margin: 0 auto;
  max-width: 610px;
  position: relative;
}
.video_box:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  background: rgba(55, 77, 88, 0.5);
}
.video_box strong {
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 52px;
  height: 52px;
  display: block;
  background: #fff;
  position: absolute;
  margin: -26px 0 0 -26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.video_box i {
  top: 50%;
  left: 50%;
  z-index: 10;
  width: 14px;
  height: 17px;
  position: absolute;
  display: inline-block;
  margin: -9px 0 0 -7px;
}
.video_box i .ico_svg {
  fill: #1A1A1A;
}

.content_form__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  margin-bottom: 20px;
}

.box_text {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.box_text p {
  margin-bottom: 15px;
}
.box_text p:last-child {
  margin-bottom: 0 !important;
}
.box__content {
  font-size: 1.6rem;
  line-height: 2.8rem;
}
.box__content p {
  margin-bottom: 15px;
}
.box__content p:last-child {
  margin-bottom: 0 !important;
}
.box__col {
  margin-bottom: 30px;
}
.box__row_image {
  margin-bottom: 30px;
}

.box_border {
  padding: 23px 25px;
  border: 1px solid #0288D1;
}

.chart_box {
  padding: 24px 20px;
  border: 1px solid #0288D1;
}

.img_box {
  margin: 0 auto;
  overflow: hidden;
  max-width: 640px;
  border-radius: 7px;
}

.page_program .header {
  left: 0;
  right: 0;
  top: 60px;
  position: absolute;
}
.heading-red {
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
  text-align: center;
  position: relative;
  padding-bottom: 20px;
  margin: 0 auto 30px auto;
}
.heading-red:before {
  left: 50%;
  bottom: 0;
  content: "";
  width: 58px;
  height: 6px;
  margin-left: -29px;
  position: absolute;
  background: #EF2323;
}
.btn_cookies-wrap {
  margin: 0;
}
.btn_cookies-wrap > li {
  padding-left: 0;
  padding-right: 0;
}
.btn_cookies-wrap > li:first-child {
  padding-right: 13px;
}
.record__row.mb_10, #informers-analyst, #informers-article{
  justify-content: start !important;
}
.record__row.mb_10 {
  margin: 0 5px 35px 10px !important;
}
/* h1{font-size: 3.4rem !important; font-weight: 700 !important;}
h2{font-size: 2.8rem !important; font-weight: 700 !important;}
h3{font-size: 2.4rem !important; font-weight: 700 !important;}
h4{font-size: 2.0rem !important; font-weight: 700 !important;} */

h1{font-size: 3.4rem ; font-weight: 700 !important;}
h2{font-size: 2.8rem ; font-weight: 700 !important;}
h3{font-size: 2.4rem ; font-weight: 700 ;}
h4{font-size: 2.0rem ; font-weight: 700 ;}
b, strong {font-weight: 700 !important;}
/*# sourceMappingURL=main.css.map */
