@charset "UTF-8";
/*! normalize.css v2.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden] {
  display: none; }

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  margin: 0; }

a:focus {
  outline: thin dotted; }

a:active,
a:hover {
  outline: 0; }

h1 {
  font-size: 2em; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: normal; }

dfn {
  font-style: normal; }

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

blockquote,
cite {
  font-style: normal; }

blockquote {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 0; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0; }

button,
input {
  line-height: normal; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
input[disabled] {
  cursor: default; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

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

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

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

input[type=range]::-ms-tooltip {
  display: none; }

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

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

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
  list-style-image: none; }

dl,
dd,
p {
  margin: 0; }

[type="text"],
[type="password"],
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  padding: 0;
  border: 0;
  border-radius: 0; }
  [type="text"]:focus,
  [type="password"]:focus,
  textarea:focus {
    outline: none; }

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

textarea {
  resize: none; }

select:focus,
a:focus,
button {
  outline: none; }

button {
  padding: 0;
  margin: 0;
  border: 0;
  background: transparent; }
  button:active {
    color: initial; }

h1,
h2,
h3,
h4,
h5,
b,
em {
  margin: 0;
  font-weight: normal; }

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

th {
  font-weight: normal;
  text-align: left; }

th,
td {
  padding: 0; }

a {
  text-decoration: none;
  color: inherit; }

address {
  font-style: normal; }

/*
* Converts px to rem
* @param $px - @int, value in pixels
*/
/* 
* Calculates width based on grid column number
* @param $bp - @string, breakpoint name ['lg', 'xlg', 'xxlg'];
* @param $n - @int, number of columns;
* @param $extended - @bool, adds one column margin if 'true';
*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  width: 100%;
  font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #171c2d;
  padding-top: 5.75rem; }
  body.has-modal {
    overflow: hidden; }
  @media screen and (max-width: 1023px) {
    body.has-modal {
      position: fixed; } }
  @media screen and (min-width: 768px) {
    body {
      padding-top: 6.25rem; } }
  @media screen and (min-width: 1024px) {
    body {
      padding-top: 9.25rem; } }

* {
  box-sizing: border-box; }

.wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden; }

.container {
  width: 100%;
  max-width: 100%;
  padding: 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .container {
      padding: 0 2rem; } }
  @media screen and (min-width: 1024px) {
    .container {
      max-width: calc(49.2vw + 27.5rem);
      padding: 0;
      margin: 0 auto; } }
  @media screen and (min-width: 1280px) {
    .container {
      max-width: calc(55.2vw + 27.5rem); } }
  @media screen and (min-width: 1668px) {
    .container {
      max-width: calc(936px + 27.5rem); } }

.row {
  display: flex;
  flex-wrap: wrap; }

@media screen and (max-width: 1023px) {
  .no-mob {
    display: none; } }

@media screen and (min-width: 1024px) {
  .only-mobile {
    display: none; } }

@font-face {
  font-family: "PTRootUIWebMedium";
  src: url(../fonts/PTRootUI_Medium.eot);
  src: url(../fonts/PTRootUI_Medium.eot?#iefix) format("embedded-opentype"), url(../fonts/PTRootUI_Medium.woff2) format("woff2"), url(../fonts/PTRootUI_Medium.woff) format("woff"), url(../fonts/PTRootUI_Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "PTRootUIWebBold";
  src: url(../fonts/PTRootUI_Bold.eot);
  src: url(../fonts/PTRootUI_Bold.eot?#iefix) format("embedded-opentype"), url(../fonts/PTRootUI_Bold.woff2) format("woff2"), url(../fonts/PTRootUI_Bold.woff) format("woff"), url(../fonts/PTRootUI_Bold.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }

.dropdown .drop-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-10px);
  transition: visibility 0.1s linear, opacity 0.1s linear, transform 0.1s linear; }

.dropdown .drop ~ .drop-menu {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  transition: visibility 0.1s linear, opacity 0.1s linear, transform 0.1s linear; }

.btn {
  display: inline-block; }

.btn-action {
  background-color: #2b314a;
  color: #fff;
  transition: background-color .2s linear; }
  .btn-action:hover, .btn-action:active {
    background-color: #0090d7; }

.btn-action--white {
  background-color: #fff;
  color: #171c2d;
  transition: background-color .2s linear, color .2s linear; }
  .btn-action--white:hover, .btn-action--white:active {
    color: #fff;
    background-color: #0090d7; }

.btn-action.btn-lg {
  font-size: 1.25rem;
  line-height: 1.2;
  padding: 0.875rem 1.75rem;
  border-radius: 1.625rem; }

.btn-link {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-top: 2px; }
  .btn-link--md {
    font-size: 1.125rem;
    line-height: 1; }
  .btn-link--lg {
    font-size: 1.25rem;
    line-height: 1.4; }
  .btn-link--dark, .btn-link--card-dark {
    color: #171c2d;
    border-color: rgba(43, 49, 74, 0.2);
    transition: color .2s linear, border-color .2s linear; }
  .btn-link--dark:hover, .btn-link--dark:active {
    color: #0090d7;
    border-color: rgba(0, 144, 215, 0.1); }
  .btn-link--card-dark:hover {
    color: rgba(23, 28, 45, 0.5);
    border-color: rgba(23, 28, 45, 0.2); }
  .btn-link--light, .btn-link--card-light {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    transition: color .2s linear, border-color .2s linear; }
  .btn-link--light:hover, .btn-link--light:active {
    color: #0090d7;
    border-color: rgba(0, 144, 215, 0.1); }
  .btn-link--card-light:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(255, 255, 255, 0.2); }
  .btn-link--bold {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif; }

.btn-blue {
  background-color: #4f42c7;
  color: #ffffff;
  transition: background-color .2s linear; }
  .btn-blue:hover, .btn-blue:active {
    background-color: #0090d7; }

.btn-action--white.btn-md,
.btn-blue.btn-md {
  padding: 0.6875rem 1.75rem 0.8125rem 1.75rem;
  font-size: 1rem;
  border-radius: 1.625rem;
  line-height: 1.5; }

.btn-switch {
  position: relative;
  display: inline-flex; }
  .btn-switch__toggler {
    display: block;
    width: 3rem;
    height: 1.5rem;
    border-radius: 1.125rem;
    box-shadow: inset 0 1px 1px 0 rgba(43, 49, 74, 0.1);
    background-color: #e6e6e6;
    position: relative; }
  .btn-switch__toggler:after {
    content: "";
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    box-shadow: 0 2px 4px 0 rgba(43, 49, 74, 0.1);
    background-color: #ffffff;
    position: absolute;
    top: 0.25rem; }
  .btn-switch input:checked ~ .btn-switch__toggler:after {
    left: 0.25rem; }
  .btn-switch input ~ input:checked ~ .btn-switch__toggler:after {
    left: 1.6875rem; }
  .btn-switch label {
    opacity: 0.6;
    font-size: 1rem;
    line-height: 1.13;
    cursor: pointer;
    transition: opacity .2s linear, color .2s linear; }
  .btn-switch label:hover {
    color: #0090d7; }
  .btn-switch input:checked + label {
    opacity: 1;
    pointer-events: none; }
  .btn-switch__toggler:after {
    transition: left .1s linear; }
  .btn-switch label + input + label {
    order: 3; }
  .btn-switch__toggler {
    order: 2;
    margin: 0 0.625rem; }
  .btn-switch input {
    position: absolute;
    visibility: hidden;
    cursor: pointer; }

.btn-tab_switch {
  display: inline-flex; }
  .btn-tab_switch input {
    position: absolute;
    visibility: hidden; }
  .btn-tab_switch label {
    font-size: 1.125rem;
    line-height: 1.11;
    padding-bottom: 0.875rem;
    border-bottom: 3px solid transparent;
    opacity: 0.6;
    cursor: pointer;
    transition: opacity .2s linear, border-color .2s linear, color .2s linear; }
  .btn-tab_switch label:hover {
    color: #0090d7; }
  .btn-tab_switch input:checked + label {
    opacity: 1;
    border-color: rgba(23, 28, 45, 0.15);
    pointer-events: none; }
  .btn-tab_switch label + input + label {
    margin-left: 1.5rem; }

.btn-card-link {
  display: inline-block;
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.33;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  padding-top: 2px; }
  .card-item--light .btn-card-link,
  .card-item--white .btn-card-link {
    color: #171c2d;
    border-color: rgba(43, 49, 74, 0.2);
    transition: color .2s linear, border-color .2s linear; }
  .card-item--light .btn-card-link:hover,
  .card-item--white .btn-card-link:hover {
    color: rgba(23, 28, 45, 0.5);
    border-color: rgba(0, 144, 215, 0.1); }
  .card-item--dark .btn-card-link {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.3);
    transition: color .2s linear, border-color .2s linear; }
  .card-item--dark .btn-card-link:hover {
    color: rgba(255, 255, 255, 0.6);
    border-color: rgba(0, 144, 215, 0.1); }

.header {
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  left: 0; }
  .header__logo-box {
    margin: -0.625rem 0 -3.5rem 0;
    z-index: 10; }
  .header__logo-box img {
    display: block;
    width: 6rem;
    height: 6rem; }
  .header.sticky-ready .header__logo-box {
    display: none; }
  @media screen and (min-width: 768px) {
    .header__logo-box {
      margin: -0.375rem 0 -3.125rem 0; } }
  @media screen and (min-width: 1024px) {
    .header__logo-box {
      margin: -0.875rem 2.5rem -2.875rem 0; } }

.header-prefix {
  display: none;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.09);
  padding: 0.875rem 0; }
  .header-prefix__nav {
    width: 100%;
    display: flex; }
  .header-prefix__nav ul + ul {
    margin-left: auto; }
  .header-prefix__nav ul li {
    display: inline-block; }
  .header-prefix__nav ul li + li {
    margin-left: 1.5rem; }
  .header-prefix__nav-item {
    position: relative;
    font-size: 0.875rem;
    line-height: 1.43;
    color: rgba(23, 28, 45, 0.6);
    transition: color .2s linear; }
  .header-prefix__nav-item:hover, .header-prefix__nav-item:active {
    color: #0090d7; }
  .header-prefix__nav-item.is-selected {
    color: #171c2d; }
  .header-prefix__nav-item.is-selected:after {
    content: "";
    position: absolute;
    bottom: -1rem;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #171c2d; }
  @media screen and (min-width: 1024px) {
    .header-prefix {
      display: block; } }

.header-main {
  padding: 2.125rem 0;
  background-color: #fff; }
  .sticky-ready .header-main {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 99;
    top: -160px;
    padding: 1rem 0;
    box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.05);
    transform: translateY(0);
    transition: transform 0.8s cubic-bezier(0.3, 0.73, 0.3, 0.74); }
  .sticky-ready.sticky .header-main {
    transform: translateY(160px);
    transition: transform 0.5s cubic-bezier(0.3, 0.73, 0.3, 0.74); }
  @media screen and (min-width: 768px) {
    .header-main {
      padding: 2.375rem 0; } }
  @media screen and (min-width: 1024px) {
    .header-main {
      padding: 2.875rem 0 1.5rem 0; } }

.header-nav {
  display: none; }
  .header-nav > ul {
    width: 100%; }
  .header-nav > ul > li {
    display: inline-block;
    line-height: 1.5625rem; }
  .header-nav > ul > li + li {
    margin-left: 2rem; }
  .header-nav__item {
    white-space: nowrap;
    position: relative;
    transition: color .2s linear; }
  .header-nav__item:hover, .header-nav__item:active {
    color: #0090d7; }
  .has-selected .header-nav__item,
  .has-selected .header-nav__more-toggler {
    color: rgba(23, 28, 45, 0.6); }
  .header-nav__item.is-selected {
    color: #171c2d; }
  .header-nav__item.is-selected:after {
    content: "";
    position: absolute;
    bottom: -1.125rem;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: rgba(23, 28, 45, 0.15); }
  .sticky .header-nav__item.is-selected:after {
    bottom: -0.5rem; }
  .header-nav__more {
    position: relative; }
  .header-nav__more:hover .header-nav__more-list {
    visibility: visible;
    opacity: 1;
    transform: translateY(0); }
  .header-nav__more-toggler {
    position: relative;
    padding-right: 1.25rem;
    cursor: pointer;
    transition: color .2s linear; }
  .header-nav__more-toggler:hover {
    color: #0090d7; }
  .header-nav__more-toggler:after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    width: 0.625rem;
    height: 1rem;
    background-image: url(../../assets/media/angle-down.svg);
    background-position: center center;
    background-repeat: repeat;
    background-size: contain;
    opacity: .6; }
  .header-nav__more:hover .header-nav__more-toggler:after {
    bottom: 0.125rem;
    background-image: url(../../assets/media/angle-up.svg); }
  .header-nav__more-list {
    background: #fff;
    box-shadow: 0 0 6px 0 rgba(61, 85, 103, 0.13);
    min-width: 10rem;
    padding: 0.5rem 0.75rem;
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: visibility 0.1s linear, opacity 0.1s linear, transform 0.1s linear; }
  .header-nav__toolbox {
    margin-left: auto;
    margin-right: -0.375rem; }
  .header-nav__toolbox-item {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center; }
  .header-nav__toolbox-item i {
    margin: auto; }
  .header-nav__toolbox-item:hover i,
  .header-nav__toolbox-item:active i {
    opacity: .45; }
  .header-nav__toolbox-item + .header-nav__toolbox-item {
    margin-left: 1.125rem; }
  @media screen and (min-width: 1024px) {
    .header-nav {
      display: block;
      max-width: 44.75rem;
      width: 100%; }
      .header-nav__toolbox {
        margin-right: -0.5rem;
        display: flex; }
      .header-nav__toolbox-item {
        width: 1.875rem;
        height: 1.5rem; }
      .header-nav > ul {
        display: inline-flex;
        padding: 0;
        list-style: none; } }
  @media screen and (min-width: 1200px) {
    .header-nav {
      max-width: 51.875rem; } }
  @media screen and (min-width: 1400px) {
    .header-nav {
      max-width: 60rem; } }
  @media screen and (min-width: 1668px) {
    .header-nav {
      max-width: 68.75rem; } }

.header-icon {
  display: block;
  width: 1rem;
  height: 1rem;
  background-size: 0.9375rem 0.9375rem;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity .2s linear; }
  .header-icon--search {
    background-image: url(../../assets/media/search.svg); }
  .header-icon--hamburger {
    background-image: url(../../assets/media/hamburger.svg); }
  .header-icon--close {
    background-image: url(../../assets/media/close.svg); }

.header-sticky__logo-box {
  display: none;
  margin-right: 2.5rem; }

.header-sticky__logo-box img {
  //width: 2.1875rem;
  height: 2rem;
  display: block; }

.sticky-ready .header-sticky__logo-box {
  display: block; }

.header-burger {
  position: absolute;
  top: -200vh;
  left: 0px;
  right: 0px;
  z-index: 999;
  background-color: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  opacity: 0;
  visibility: hidden;
  height: 100vh; }
  .header-burger.show {
    position: fixed;
    top: 0;
    opacity: 1;
    visibility: visible; }
  .header-burger__head {
    position: relative;
    background-color: #fff;
    padding: 0 1.5rem 1rem 1.5rem;
    border-bottom: 1px solid rgba(43, 49, 74, 0.1); }
  .header-burger__logo,
  .header-burger__logo img {
    display: block;
    width: 3.5rem;
    height: 3.5rem; }
  .header-burger__btns {
    position: absolute;
    top: 1.875rem;
    right: 1rem; }
  .header-burger__btns-item {
    width: 1.875rem;
    height: 1.875rem; }
  .header-burger__btns-item + .header-burger__btns-item {
    margin-left: 0.6875rem; }
  .header-burger__btns-item i {
    margin: auto; }
  .header-burger__btns-item:hover i {
    opacity: .45; }
  .header-burger__head-contacts {
    margin-top: 1rem; }
  .header-burger__head-contacts-item {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.33;
    color: rgba(23, 28, 45, 0.9); }
  .header-burger__head-contacts-label {
    font-size: 0.875rem;
    line-height: 1.14;
    color: rgba(23, 28, 45, 0.4); }
  .header-burger__head-links {
    margin-top: 1rem;
    display: flex; }
  .header-burger__head-links li + li {
    margin-left: 1.25rem; }
  .header-burger__head-links-item {
    font-size: 0.875rem;
    line-height: 1.43;
    color: rgba(23, 28, 45, 0.4);
    transition: color .2s linear; }
  .header-burger__head-links-item:hover {
    color: #0090d7; }
  .header-burger__nav {
    display: none;
    margin-top: 5.125rem; }
  .header-burger__nav-col + .header-burger__nav-col {
    margin-left: 2.5rem; }
  .header-burger__nav-col-title {
    display: block;
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.375rem;
    line-height: 1.18;
    margin-bottom: 0.5rem;
    transition: color .2s linear; }
  .header-burger__nav-col-title:hover {
    color: #0090d7; }
  .header-burger__nav-col-links > li {
    padding: 0.5rem 0;
    font-size: 0.875rem;
    line-height: 1.14; }
  .header-burger__nav-col-links > li ul {
    padding: 0.3125rem 0 0 0.5rem; }
  .header-burger__nav-col-links > li ul > li {
    padding: 0.1875rem 0; }
  .header-burger__nav-col-links > li ul .header-burger__links-item {
    color: rgba(23, 28, 45, 0.4); }
  .header-burger__links-item {
    transition: color .2s linear; }
  .header-burger__links-item:hover,
  .header-burger__nav-col-links > li ul .header-burger__links-item:hover {
    color: #0090d7; }
  @media screen and (min-width: 768px) {
    .header-burger__head {
      padding: 0 2rem 1rem 2rem; }
    .header-burger__btns {
      right: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .header-burger {
      background-color: rgba(255, 255, 255, 0.98);
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar; }
      .header-burger__head {
        border: none;
        padding: 0; }
      .header-burger__logo,
      .header-burger__logo img {
        width: 5rem;
        height: 5rem; }
      .header-burger__head-primary {
        display: flex; }
      .header-burger__head-contacts {
        margin: 0.875rem 0 0 1.625rem; }
      .header-burger__head-links {
        margin-top: 0.875rem;
        margin-left: auto; }
      .header-burger__head-links li + li {
        margin-left: 1.75rem; }
      .header-burger__btns {
        top: 5.8125rem;
        right: -0.5rem; }
      .header-burger__nav {
        display: flex; }
      .header-burger__nav-col {
        width: calc(12.3vw + 5rem); } }
  @media screen and (min-width: 1280px) {
    .header-burger__nav-col {
      width: calc(13.8vw + 5rem); } }
  @media screen and (min-width: 1668px) {
    .header-burger__nav-col {
      width: calc(234px + 5rem); } }

.header-burger-mob__nav {
  max-height: 100vh;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  max-height: calc(100vh - 12.5rem);
  overflow: auto;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.header-burger-mob__sections-list {
  display: flex;
  margin: 0 -1.5rem;
  padding: 0 1.5rem 0.875rem 1.5rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }

.header-burger-mob__sections-list::-webkit-scrollbar {
  width: 0px;
  background: transparent; }

.header-burger-mob__sections-list::-webkit-scrollbar-thumb {
  background: transparent; }

.header-burger-mob__sections-list li + li {
  margin-left: 1.25rem; }

.header-burger-mob__sections-list li:last-child {
  padding-right: 1.5rem; }

.header-burger-mob__sections-item {
  position: relative;
 /* white-space: nowrap;*/
  font-size: 1rem;
  line-height: 1;
  color: rgba(23, 28, 45, 0.4); }

.header-burger-mob__sections-item.is-selected {
  color: #171c2d; }

.header-burger-mob__sections-item.is-selected:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -0.75rem;
  left: 0;
  height: 0.1875rem;
  background-color: rgba(23, 28, 45, 0.15); }

.header-burger-mob__links {
  margin-top: 1.375rem;
  padding-bottom: 1.5rem; }

.header-burger-mob__links-section {
  display: none; }

.header-burger-mob__links-section.is-selected {
  display: block; }

.header-burger-mob__links-section > li {
  padding: 0.75rem 0; }

.header-burger-mob__links-section > li + li {
  border-top: 1px solid rgba(43, 49, 74, 0.1); }

.header-burger-mob__links-section > li > .header-burger-mob__links-item {
  font-size: 1rem;
  line-height: 1;
  color: #171c2d; }

.header-burger-mob__links-section li ul {
  padding-left: 0.625rem;
  margin-top: 0.375rem; }

.header-burger-mob__links-section li ul li {
  padding: 0.25rem 0; }

.header-burger-mob__links-section li ul li > .header-burger-mob__links-item {
  font-size: 0.875rem;
  line-height: 1.14;
  color: rgba(23, 28, 45, 0.4); }

@media screen and (min-width: 768px) {
  .header-burger-mob__nav {
    padding: 2rem 2rem 2rem 2rem; } }

@media screen and (min-width: 1024px) {
  .header-burger-mob__nav {
    display: none; } }

.footer {
  background-color: #2b314a;
  margin-top: auto; }
  .footer__label {
    color: rgba(255, 255, 255, 0.4); }
  .footer__tel, .footer__address {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.33; }
  .footer__link {
    color: rgba(255, 255, 255, 0.4);
    transition: color .2s linear; }
  .footer__link:hover, .footer__link:active {
    color: #0090d7; }

.footer-calc {
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding: 1.5rem 0; }
  .footer-calc__title {
    position: relative;
    cursor: pointer;
    margin: -1.5rem;
    padding: 1.5rem; }
  .footer-calc__title h3 {
    display: inline-block;
    vertical-align: middle;
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.11;
    color: rgba(255, 255, 255, 0.9); }
  .footer-calc__icon {
    display: inline-block;
    vertical-align: middle;
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 1.25rem; }
  .footer-calc__inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    padding-top: 1.5rem;
    padding-bottom: 0.5rem;
    justify-content: center; }
  .footer-calc__collapsible {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transition: opacity .2s linear, max-height .2s linear; }
  .is-open .footer-calc__collapsible {
    max-height: 18.75rem;
    opacity: 1;
    transition: opacity .2s linear, max-height .2s linear; }
  .footer-calc__item {
    width: 17rem;
    border: 1px solid rgba(214, 217, 228, 0.2);
    border-radius: 0.25rem;
    margin-left: auto;
    margin-right: auto;
    transition: border-color .2s linear; }
  .footer-calc__item:hover {
    border-color: rgba(214, 217, 228, 0.4); }
  .footer-calc__item + .footer-calc__item {
    margin-top: 1rem; }
  .footer-calc__item-label {
    width: 100%;
    font-size: 15px;
    line-height: 1.875rem;
    color: rgba(255, 255, 255, 0.9);
    text-align: center; }
  .footer-calc__select-wrapper {
    position: relative;
    display: inline-block; }
  .footer-calc__select-wrapper:after {
    content: "";
    display: block;
    position: absolute;
    right: 0.75rem;
    top: 50%;
    bottom: 50%;
    margin-top: -0.5rem;
    width: 0.625rem;
    height: 1rem;
    background-image: url(../../assets/media/angle-down-white.svg);
    opacity: .5;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 0.625rem 1rem;
    pointer-events: none; }
  .footer-calc__input,
  .footer-calc__action-select select,
  .footer-calc__currency-select select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    font-size: 1.125rem;
    line-height: 1.33; }
  .footer-calc__input:focus,
  .footer-calc__action-select select:focus,
  .footer-calc__currency-select select:focus {
    outline: none; }
  .footer-calc__action-select,
  .footer-calc__action-select select {
    width: 17rem;
    color: rgba(255, 255, 255, 0.9); }
  .footer-calc__action-select select,
  .footer-calc__currency-select select,
  .footer-calc__action-select .selectric,
  .footer-calc__currency-select .selectric {
    padding: 0.75rem; }
  .footer-calc__currency-select,
  .footer-calc__currency-select select {
    color: rgba(255, 255, 255, 0.5); }
  .footer-calc__currency-select {
    width: 4.625rem; }
  .footer-calc__input {
    width: 12rem;
    padding: 0.75rem;
    color: rgba(255, 255, 255, 0.9); }
  .footer-calc__input::-webkit-inner-spin-button {
    display: none; }
  .footer-calc__input {
    -moz-appearance: textfield; }
  .footer-calc .selectric {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    font-size: 1.125rem;
    line-height: 1.33; }
  .footer-calc__rate {
    line-height: 1.47;
    font-size: 0.9375rem;
    color: rgba(255, 255, 255, 0.3);
    margin-top: 1rem;
    text-align: center;
    width: 100%; }
  .footer-calc__toggler {
    position: absolute;
    right: 1.5rem;
    top: 2.25rem;
    height: 1.25rem;
    width: 1.25rem; }
  .footer-calc__toggler-icon {
    display: block;
    width: 0.75rem;
    height: 1rem;
    background-image: url(../../assets/media/angle-down-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    opacity: .5; }
  .is-open .footer-calc__toggler-icon {
    background-image: url(../../assets/media/angle-up-white.svg); }
  @media screen and (min-width: 768px) {
    .footer-calc__inner {
      flex-direction: row; }
    .footer-calc__title {
      margin: -1.5rem -2rem;
      padding: 1.5rem 2rem; }
    .footer-calc__item {
      width: auto;
      margin-left: 0;
      margin-right: 0; }
    .footer-calc__item + .footer-calc__item {
      margin-left: 1.25rem;
      margin-top: 0; }
    .footer-calc__item-label {
      width: 2.5rem;
      line-height: 3rem; }
    .footer-calc__action-select {
      width: 10rem; }
    .footer-calc__input {
      width: 6.25rem; } }
  @media screen and (min-width: 1024px) {
    .footer-calc {
      padding: 2.125rem 0; }
      .footer-calc__row {
        display: flex;
        flex-wrap: wrap; }
      .footer-calc__title {
        width: calc(12.3vw + 5rem);
        cursor: default;
        margin: 0;
        padding: 0; }
      .footer-calc__toggler {
        right: 2rem; }
      .footer-calc__main {
        flex: 1;
        padding-left: 2.5rem; }
      .footer-calc__inner {
        padding: 0;
        justify-content: flex-start; }
      .footer-calc__rate {
        width: auto;
        flex: 1;
        margin: auto 0 auto auto;
        padding-left: 2.5rem;
        text-align: right; }
      .footer-calc__toggler {
        display: none; }
      .footer-calc__collapsible {
        overflow: visible;
        max-height: 100%;
        opacity: 1; } }
  @media screen and (min-width: 1280px) {
    .footer-calc__title {
      width: calc(13.8vw + 5rem); } }
  @media screen and (min-width: 1668px) {
    .footer-calc__title {
      width: calc(234px + 5rem); }
    .footer-calc__rate {
      width: calc(156px + 2.5rem); } }

.footer-main {
  padding-top: 2.5rem;
  display: flex; }
  .footer-main__row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto; }
  .footer-main__col {
    width: 100%; }
  .footer-main__col + .footer-main__col {
    margin-top: 1.5rem; }
  .footer-main__col-item {
    font-size: 1rem;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.9);
    text-align: center; }
  .footer-main__col-item + .footer-main__col-item {
    margin-top: 1.5rem; }
  .footer-main__links {
    margin: -0.25rem -0.5rem; }
  .footer-main__links li {
    display: inline-block;
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem; }
  .footer-main__contact-links li + li {
    margin-top: 0.25rem; }
  .footer-main__contact-links {
    padding-bottom: 2rem; }
  @media screen and (min-width: 768px) {
    .footer-main__links li {
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .footer-main {
      padding: 3.375rem 0; }
      .footer-main__col {
        width: calc(12.3vw + 5rem); }
      .footer-main__col + .footer-main__col {
        margin-left: 2.4375rem;
        margin-top: 0; }
      .footer-main__col-item {
        text-align: left; }
      .footer-main__links li {
        display: list-item; }
      .footer-main__links li + li {
        margin-top: 0.75rem; } }
  @media screen and (min-width: 1280px) {
    .footer-main__col {
      width: calc(13.8vw + 5rem); } }
  @media screen and (min-width: 1668px) {
    .footer-main__col {
      width: calc(234px + 5rem); } }

.footer-postfix {
  padding-top: 2.375rem;
  padding-bottom: 1.5rem; }
  .footer-postfix__logo-box img {
    //width: 13.125rem;
    height: 4.5rem;
margin-bottom: 1.2rem;
margin-left: -1.5rem;    display: none; }
  .footer-postfix__row {
    display: flex; }
  .footer-postfix__item {
    font-size: 0.875rem;
    line-height: 1.14;
    color: rgba(255, 255, 255, 0.3);
    padding-right: 1rem; }
  .footer-postfix__item-text + .footer-postfix__item-text {
    margin-top: 0.25rem; }
  @media screen and (min-width: 1024px) {
    .footer-postfix {
      padding-bottom: 2.625rem; }
      .footer-postfix__logo-box img {
        display: block; } }

.footer-scada {
  margin-left: auto;
  margin-top: auto;
  opacity: .3; }

.block-cover {
  width: 100vw;
  height: 10rem;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (min-width: 768px) {
    .block-cover {
      height: 17.5rem; } }
  @media screen and (min-width: 1024px) {
    .block-cover {
      width: calc(100vw - 2.75rem);
      height: 27.5rem;
      margin: 0 auto -10rem auto; } }
  @media screen and (min-width: 1668px) {
    .block-cover {
      height: 37.5rem; } }

.block-text-cover {
  width: 100vw;
  padding: 3.5rem 0 1.5rem 0; 
}
  .block-text-cover__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.14; }
  .block-text-cover__crumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem 0.25rem -0.625rem; }
  .block-text-cover__crumbs li {
    padding: 0.25rem 0.625rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.14;
    opacity: .5; }
  .block-text-cover__crumbs li:after {
    content: "•";
    margin-left: 0.625rem;
    opacity: 0.5;
    position: absolute;
    top: 0.25rem;
    right: -0.125rem; }
  .block-text-cover__crumbs li:last-child:after {
    display: none; }
  .block-text-cover__tagline {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.14;
    opacity: .7;
    margin-top: 0.5rem; }
  @media screen and (min-width: 768px) {
    .block-text-cover {
      padding: 7.5rem 0 3.5rem 0; }
      .block-text-cover__title {
        font-size: 3.5rem;
        line-height: 1; } }
  @media screen and (min-width: 1024px) {
    .block-text-cover {
      width: calc(100% - 2.75rem);
      margin: 0 auto -10rem auto;
      padding: 7.5rem 0 13.5rem 0; }
      .block-text-cover__title {
        font-size: 4.5rem;
        line-height: 1;
        padding: 0 4.1vw; }
      .block-text-cover__crumbs {
        display: none; }
      .block-text-cover__crumbs li {
        font-size: 1.0625rem;
        line-height: 1.18; }
      .block-text-cover__crumbs--desktop {
        display: flex;
        padding: 0 4.1vw; }
      .block-text-cover__tagline {
        margin-top: 1.5rem;
        padding: 0 4.1vw; } }
  @media screen and (min-width: 1280px) {
    .block-text-cover__title {
      font-size: 5rem;
      line-height: 1;
      padding: 0 4.6vw; }
    .block-text-cover__title.is-reduced {
      font-size: 4.5rem;
      line-height: 1; }
    .block-text-cover__tagline, .block-text-cover__crumbs--desktop {
      padding: 0 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .block-text-cover {
      padding: 17.5rem 0 13.5rem 0; }
      .block-text-cover__title, .block-text-cover__tagline, .block-text-cover__crumbs--desktop {
        padding: 0 4.875rem; } }

.block-lead {
  background-color: #fff;
  width: 100%; }
  .block-lead__main {
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 4rem; }
  .block-lead__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 2.5rem;
    line-height: 1.1;
    width: 28.125rem;
    max-width: 100%; }
  .block-lead__intro {
    margin-top: 0.875rem;
    font-size: 1.125rem;
    line-height: 1.33; }
  .block-lead__footer {
    padding-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin: -0.75rem; }
  .block-lead__footer-item {
    padding: 0.75rem;
    margin: auto 0; }
  .block-lead__aside {
    padding-bottom: 4rem; }
  .block-lead__article-list {
    margin: -1rem 0; }
  .block-lead__article-item {
    padding: 1rem 0; }
  .block-lead__article-title {
    color: #171c2d;
    border-bottom: 2px solid rgba(43, 49, 74, 0.2);
    font-size: 1.125rem;
    line-height: 1.44;
    transition: color .2s linear, border-color .2s linear; }
  .block-lead__article-title:hover, .block-lead__article-title:active {
    color: #0090d7;
    border-color: rgba(0, 144, 215, 0.1); }
  .block-lead__article-title + .block-lead__article-abstract {
    margin-top: 1rem; }
  .block-lead__article-title + .block-lead__article-date {
    margin-top: 0.75rem; }
  .block-lead__article-abstract + .block-lead__article-date {
    margin-top: 0.5rem;
    font-size: smaller; }
  .block-lead__article-abstract, .block-lead__article-date {
    font-size: 0.9375rem;
    line-height: 1.33;
    color: rgba(43, 49, 74, 0.5); }
  .block-lead__article-abstract {
    display: block;
    display: -webkit-box;
    max-height: 13.75rem;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  @media screen and (min-width: 768px) {
    .block-lead__main {
      padding-top: 3rem;
      padding-bottom: 5rem; }
    .block-lead__title {
      font-size: 3.5rem;
      line-height: 1;
      letter-spacing: 0.0375rem; }
    .block-lead__intro {
      margin-top: 1.5rem;
      font-size: 1.25rem;
      line-height: 1.3; }
    .block-lead__footer {
      padding-top: 3rem; }
    .block-lead__article-list {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      margin: -1rem -1.25rem; }
    .block-lead__article-item {
      padding: 1rem 1.25rem; } }
  @media screen and (min-width: 1024px) {
    .block-lead__inner {
      display: flex; }
    .block-lead__main {
      width: calc(32.8vw + 17.5rem);
      padding-left: 4.1vw;
      padding-right: 4.1vw; }
    .block-lead__title {
      width: calc(16.4vw + 10rem); }
    .block-lead__intro {
      width: calc(20.5vw + 12.5rem); }
    .block-lead__footer {
      padding-top: 4rem; }
    .block-lead__aside {
      border-left: 1px solid rgba(43, 49, 74, 0.1);
      width: calc(26.4vw + 10rem);
      padding: 3rem 4.1vw 3rem 2.5rem; }
    .block-lead__article-list {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; } }
  @media screen and (min-width: 1280px) {
    .block-lead__main {
      width: calc(36.8vw + 17.5rem);
      padding-left: 4.6vw;
      padding-right: 4.6vw; }
    .block-lead__title {
      width: calc(18.4vw + 10rem); }
    .block-lead__intro {
      width: calc(23vw + 12.5rem); }
    .block-lead__aside {
      width: calc(28.4vw + 10rem);
      padding: 3rem 4.6vw 3rem 2.5rem; } }
  @media screen and (min-width: 1668px) {
    .block-lead__main {
      width: calc(624px + 17.5rem);
      padding-left: 4.875rem;
      padding-right: 4.875rem; }
    .block-lead__title {
      width: calc(312px + 10rem); }
    .block-lead__intro {
      width: calc(390px + 12.5rem); }
    .block-lead__aside {
      width: calc(512px + 10rem);
      padding-right: 4.875rem;
      padding-left: 3.5rem; } }

.block-inner-lead {
  width: 100%;
  padding: 2rem 0 0.625rem 0; }
  .block-inner-lead__text {
    font-size: 1.375rem;
    line-height: 1.33; }
  @media screen and (min-width: 768px) {
    .block-inner-lead__text {
      font-size: 1.75rem;
      line-height: 1.29; } }
  @media screen and (min-width: 1024px) {
    .block-inner-lead {
      padding: 3rem 4.1vw 1.25rem 4.1vw;
      width: calc(32.8vw + 17.5rem); } }
  @media screen and (min-width: 1280px) {
    .block-inner-lead {
      padding: 3rem 4.6vw 1.25rem 4.6vw;
      width: calc(36.8vw + 17.5rem); } }
  @media screen and (min-width: 1668px) {
    .block-inner-lead {
      padding: 3rem 4.875rem 1.25rem 4.875rem;
      width: calc(624px + 17.5rem); } }

.block-content {
  background-color: #fff;
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .block-content__main {
    width: 100%;
    padding-top: 2rem; }
  @media screen and (min-width: 768px) {
    .block-content__main {
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (min-width: 1024px) {
    .block-content__main {
      width: calc(32.8vw + 17.5rem);
      padding-left: 4.1vw;
      padding-right: 4.1vw; } }
  @media screen and (min-width: 1280px) {
    .block-content__main {
      width: calc(36.8vw + 17.5rem);
      padding-left: 4.6vw;
      padding-right: 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .block-content__main {
      width: calc(624px + 17.5rem);
      padding-left: 4.875rem;
      padding-right: 4.875rem; } }

* + .block-text__item,
* + .block-text__card {
  margin-top: 2.5rem; }

.block-text__card + .block-text__card {
  margin-top: 0; }

.block-text p.block-text__lead {
  font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.27;
  margin-bottom: 2.5rem; }

.block-text h2,
.block-text h3 {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  margin-bottom: 1rem; }

.block-text h2 {
  font-size: 1.75rem;
  line-height: 1.14; }

.block-text h3 {
  font-size: 1.25rem;
  line-height: 1.2; }

.block-text * + h2,
.block-text * + h3 {
  margin-top: 2.5rem; }

.block-text p,
.block-text > ul li {
  font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.44; }

.block-text p + p {
  margin-top: 1.5rem; }

.block-text > ul {
  padding-left: 2.25rem; }

.block-text > ul li {
  position: relative; }

.block-text > ul li:before {
  content: "•";
  position: absolute;
  left: -1.5rem;
  top: 0.125rem; }

.block-text > ul li + li {
  margin-top: 1.5rem; }

@media screen and (min-width: 768px) {
  .block-text p.block-text__lead {
    font-size: 1.75rem;
    line-height: 1.29;
    margin-bottom: 3rem; }
  .block-text h2,
  .block-text h3 {
    margin-bottom: 1.5rem; }
  .block-text h2 {
    font-size: 2.5rem;
    line-height: 1.1; }
  .block-text h3 {
    font-size: 1.5rem;
    line-height: 1.17; }
  .block-text * + h2 {
    margin-top: 3rem; }
  .block-text p,
  .block-text > ul li {
    font-size: 1.25rem;
    line-height: 1.4; } }

@media screen and (min-width: 1024px) {
  * + .block-text__item,
  * + .block-text__card,
  .block-text__card + .block-text__card {
    margin-top: 4rem; } }

.block-quote {
  background-color: #474187;
  color: #eceafd;
  position: relative;
  width: 100vw;
  padding: 3.125rem 1.5rem 2.5rem 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .block-quote:after {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    background-image: url(../../assets/media/quotes.svg);
    background-size: 1.5rem 1.5rem;
    background-repeat: no-repeat;
    background-position: center center; }
  .block-quote p {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.44; }
  .block-quote cite {
    display: block;
    margin-top: 1.5rem;
    font-size: 0.875rem;
    line-height: 1.29; }
  .block-quote__author {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.5rem; }
  @media screen and (min-width: 768px) {
    .block-quote {
      padding: 3.125rem 2rem 2.5rem 2rem;
      margin-left: -2rem;
      margin-right: -2rem; }
      .block-quote:after {
        right: 2rem; }
      .block-quote p {
        font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
        font-size: 1.25rem;
        line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    .block-quote {
      width: calc(32.8vw + 17.5rem);
      padding-top: 3.5rem;
      padding-bottom: 4rem;
      padding-left: 4.1vw;
      padding-right: calc(8.2vw + 5rem);
      margin-left: -4.1vw;
      margin-right: -4.1vw; }
      .block-quote:after {
        top: 2rem;
        right: 2rem; }
      .block-quote cite {
        width: calc(12.3vw + 7.5rem);
        margin-top: 2.5rem; } }
  @media screen and (min-width: 1280px) {
    .block-quote {
      width: calc(36.8vw + 17.5rem);
      padding-left: 4.6vw;
      padding-right: calc(9.2vw + 5rem);
      margin-left: -4.6vw;
      margin-right: -4.6vw; }
      .block-quote cite {
        width: calc(13.8vw + 7.5rem); } }
  @media screen and (min-width: 1668px) {
    .block-quote {
      width: calc(624px + 17.5rem);
      padding-left: 4.875rem;

      padding-right: calc(156px + 5rem);
      margin-left: -4.875rem;
      margin-right: -4.875rem; }
      .block-quote cite {
        width: calc(234px + 7.5rem); } }

.block-info {
  width: 100vw;
  padding: 2.5rem 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .block-info--yellow {
    background-color: #faf5e6; }
  @media screen and (min-width: 768px) {
    .block-info {
      padding: 2.5rem 2rem;
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media screen and (min-width: 1024px) {
    .block-info {
      width: calc(32.8vw + 17.5rem);
      padding-top: 3.5rem;
      padding-bottom: 4rem;
      padding-left: 4.1vw;
      padding-right: calc(8.2vw + 5rem);
      margin-left: -4.1vw;
      margin-right: -4.1vw; } }
  @media screen and (min-width: 1280px) {
    .block-info {
      width: calc(36.8vw + 17.5rem);
      padding-left: 4.6vw;
      padding-right: calc(9.2vw + 5rem);
      margin-left: -4.6vw;
      margin-right: -4.6vw; } }
  @media screen and (min-width: 1668px) {
    .block-info {
      width: calc(624px + 17.5rem);
      padding-left: 4.875rem;
      padding-right: calc(156px + 5rem);
      margin-left: -4.875rem;
      margin-right: -4.875rem; } }

.block-link_box {
  width: 100vw;
  padding: 2.5rem 1.5rem 2.5rem 1.5rem;
  border: solid 1px rgba(43, 49, 74, 0.07);
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  .block-link_box__section + .block-link_box__section {
    margin-top: 2.5rem; }
  .block-link_box__list li {
    width: 100%; }
  .block-link_box__list li + li {
    margin-top: 1rem; }
  .block-link_box__list .btn-link {
    font-size: 1.125rem;
    line-height: 1.56; }
  .block-link_box__item-dscr {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    line-height: 1.29;
    color: rgba(43, 49, 74, 0.5); }
  @media screen and (min-width: 768px) {
    .block-link_box {
      padding: 2.5rem 2rem;
      margin-left: -2rem;
      margin-right: -2rem; } }
  @media screen and (min-width: 1024px) {
    .block-link_box {
      width: calc(32.8vw + 17.5rem);
      padding: 3.125rem 4.1vw 4rem 4.1vw;
      margin-left: -4.1vw;
      margin-right: -4.1vw; }
      .block-link_box__section + .block-link_box__section {
        margin-top: 3.625rem; }
      .block-link_box__list {
        margin: -1rem -1.25rem;
        display: flex;
        flex-wrap: wrap; }
      .block-link_box__list li {
        width: 50%;
        padding: 1rem 1.25rem; }
      .block-link_box__list li + li {
        margin-top: 0; }
      .block-link_box__list-item {
        max-width: 17rem; } }
  @media screen and (min-width: 1280px) {
    .block-link_box {
      width: calc(36.8vw + 17.5rem);
      padding-left: 4.6vw;
      padding-right: 4.6vw;
      margin-left: -4.6vw;
      margin-right: -4.6vw; } }
  @media screen and (min-width: 1668px) {
    .block-link_box {
      width: calc(624px + 17.5rem);
      padding-left: 4.875rem;
      padding-right: 4.875rem;
      margin-left: -4.875rem;
      margin-right: -4.875rem; } }

.block-gallery {
  position: relative;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  * + .block-gallery {
    margin-top: 2.5rem; }
  .block-gallery__figure {
    position: relative;
    margin-bottom: 5.5rem;
    background-color: #F5F5F5; }
  .block-gallery__img-box {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .block-gallery__figure:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 66.6%; }
  .block-gallery__figure:after {
    content: "";
    display: table;
    clear: both; }
  .block-gallery__img-box img {
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    align-self: flex-start; }
  .block-gallery__caption {
    position: absolute;
    top: 100%;
    left: 1.5rem;
    right: 4.125rem;
    max-width: 33.75rem;
    max-height: 4.5rem;
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.29;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis; }
  .block-gallery__dots {
    background: #fff;
    counter-reset: slides-num;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: right;
    white-space: nowrap;
    position: absolute;
    right: 1.5rem;
    bottom: 3.375rem; }
    .block-gallery__dots:after {
      content: counter(slides-num);
      display: inline-block;
      vertical-align: middle;
      margin-left: 3px; }
  .block-gallery__dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num; }
    .block-gallery__dots .owl-dot span {
      display: none; }
    .block-gallery__dots .owl-dot.active {
      font-size: 0.875rem;
      line-height: 1.29; }
    .block-gallery__dots .owl-dot.active:before {
      content: counter(slides-num) " /";
      display: inline-block;
      vertical-align: middle; }
  .block-gallery .owl-prev,
  .block-gallery .owl-next {
    position: absolute;
    top: 0;
    bottom: 5.5rem;
    width: 6.25rem;
    opacity: 0;
    transition: opacity .2s linear; }
  .block-gallery .owl-prev svg,
  .block-gallery .owl-next svg {
    width: 0.75rem;
    height: 1.125rem;
    fill: #fff; }
  .block-gallery .owl-prev:hover,
  .block-gallery .owl-next:hover {
    opacity: 1; }
  .block-gallery .owl-prev {
    left: 0;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)); }
  .block-gallery .owl-next {
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)); }
  @media screen and (min-width: 768px) {
    .block-gallery {
      margin-left: -2rem;
      margin-right: -2rem; }
      .block-gallery__caption {
        left: 2rem; }
      .block-gallery__dots {
        right: 2rem; } }
  @media screen and (min-width: 1024px) {
    .block-gallery {
      width: calc(32.8vw + 17.5rem);
      margin-left: -4.1vw;
      margin-right: -4.1vw; }
      * + .block-gallery {
        margin-top: 4rem; }
      .block-gallery__figure {
        margin-bottom: 3.25rem; }
      .block-gallery__caption {
        left: 0;
        right: auto;
        -webkit-line-clamp: 2;
        max-height: 2.25rem; }
      .block-gallery__dots {
        right: 0;
        bottom: 1.125rem; }
      .block-gallery .owl-prev,
      .block-gallery .owl-next {
        bottom: 3.25rem; } }
  @media screen and (min-width: 1280px) {
    .block-gallery {
      width: calc(36.8vw + 17.5rem);
      margin-left: -4.6vw;
      margin-right: -4.6vw; } }
  @media screen and (min-width: 1668px) {
    .block-gallery {
      width: calc(624px + 17.5rem);
      margin-left: -4.875rem;
      margin-right: -4.875rem; } }

.block-tabs__head {
  display: flex;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  width: 100vw;
  margin: 0 -1.5rem;
  padding: 0 1.5rem; }

.block-tabs__head li + li {
  margin-left: 1rem; }

.block-tabs__head li:last-child {
  padding-right: 1.5rem; }

.block-tabs__item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  max-width: 18.75rem;
  min-width: 12.5rem;
  height: 100%;
  text-align: left;
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25;
  color: rgba(23, 28, 45, 0.6);
  padding-bottom: 1rem;
  transition: color .2s linear; }

.block-tabs__item:hover {
  color: #0090d7; }

.block-tabs__item.is-selected {
  color: #171c2d;
  transition: color .2s linear; }

.block-tabs__item:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1875rem;
  background-color: transparent;
  transition: background-color .2s linear; }

.block-tabs__item.is-selected:after {
  background-color: rgba(23, 28, 45, 0.15);
  transition: background-color .2s linear; }

.block-tabs__content {
  margin-top: 1.5rem; }

.block-tabs__content-item {
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: opacity .2s linear, visibility 0 linear .2s, max-height 0 linear .2s; }

.block-tabs__content-item.is-selected {
  opacity: 1;
  visibility: visible;
  max-height: 624.9375rem;
  transition: opacity .2s linear .2s, visibility 0 linear .2s, max-height 0 linear .2s; }

@media screen and (min-width: 768px) {
  .block-tabs__head {
    margin: 0 -2rem;
    padding: 0 2rem; }
  .block-tabs__head li:last-child {
    padding-right: 2rem; } }

@media screen and (min-width: 1024px) {
  .block-tabs__head {
    width: 100%;
    margin: 0;
    padding: 0; }
  .block-tabs__head li,
  .block-tabs__head li:last-child {
    padding: 0; }
  .block-tabs__head li + li {
    margin-left: 2.5rem; }
  .block-tabs__item {
    max-width: calc(12.3vw + 7.5rem); } }

@media screen and (min-width: 1280px) {
  .block-tabs__item {
    max-width: calc(13.8vw + 7.5rem); } }

@media screen and (min-width: 1668px) {
  .block-tabs__item {
    max-width: calc(234px + 7.5rem); } }

.block-files + .block-files {
  margin-top: 2rem; }

.block-files:last-child {
  margin-bottom: 2.625rem; }

.block-files__title {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.17; }

.block-files__title + .block-files__list {
  margin-top: 1rem; }

.block-files__list li {
  position: relative;
  margin-left: 3.25rem; }

.block-files__list li + li {
  border-top: 1px solid rgba(43, 49, 74, 0.1); }

.block-files__item {
  display: block;
  padding: 0.75rem 0;
  transition: color .2s linear; }

.block-files__item:hover {
  color: #0090d7; }

.block-files__item--doc:before {
  content: "";
  width: 2.5rem;
  height: 2.5rem;
  background-color: #f5f5f5;
  border-radius: 50%;
  position: absolute;
  left: -3.25rem;
  top: 0.875rem;
  background-image: url(../../assets/media/doc.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem; }

.block-files__item-title {
  display: block;
  font-size: 1rem;
  line-height: 1.25; }

.block-files__item-details {
  display: block;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgba(43, 49, 74, 0.5);
  margin-top: 0.25rem; }

@media screen and (min-width: 768px) {
  .block-files__title {
    font-size: 2rem;
    line-height: 1.13; } }

@media screen and (min-width: 1024px) {
  .block-files + .block-files {
    margin-top: 3.5rem; }
  .block-files:last-child {
    margin-bottom: 4.5rem; }
  .block-files__list li {
    margin-left: 3.625rem; }
  .block-files__item {
    display: flex;
    padding: 1.375rem 0; }
  .block-files__item--doc:before {
    left: -3.625rem;
    top: 0.75rem; }
  .block-files__item-details {
    margin-left: auto;
    margin-top: 0;
    padding-left: 0.875rem; } }

.card-section {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .card-section__col {
    width: 100vw;
    margin: 0 -1.5rem; }
  .card-section__header {
    width: 100%;
    padding: 3.5rem 0 1.5rem 0; }
  .card-section__header-title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.13;
    word-break: break-word;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto; }
  .card-section__header-lead {
    font-size: 1.25rem;
    line-height: 1.3;
    margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .card-section__col {
      margin: 0 -2rem; }
    .card-section__header {
      padding: 3.5rem 0 4rem 0; }
    .card-section__header-title {
      font-size: 3rem;
      line-height: 1;
      letter-spacing: 0.03125rem; } }
  @media screen and (min-width: 1024px) {
    .card-section {
      padding-top: 7.5rem; }
      .card-section:last-child {
        padding-bottom: 7.5rem; }
      .card-section__col {
        width: calc(24.6vw + 12.5rem);
        margin: 0; }
      .card-section__header + .card-section__col {
        margin-top: 4rem; }
      .card-section__header + .card-section__col + .card-section__col {
        margin-top: 0; }
      .card-section__header--first {
        margin-top: 7.5rem; }
      .card-section__col + .card-section__col {
        margin-left: 2.4375rem;
        margin-top: 4rem; }
      .card-section__header {
        padding: 0; }
      .card-section__header-inner {
        width: calc(24.6vw + 24.5rem);
        padding: 0 4.1vw 0 4.1vw; }
      .card-section__header-lead {
        margin-top: 2rem; } }
  @media screen and (min-width: 1280px) {
    .card-section__col {
      width: calc(27.6vw + 12.5rem); }
    .card-section__header-inner {
      width: calc(27.6vw + 24.5rem);
      padding: 0 4.6vw 0 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .card-section__col {
      width: calc(468px + 12.5rem); }
    .card-section__header-inner {
      width: calc(468px + 24.5rem);
      padding: 0 4.875rem 0 4.875rem; } }

.card-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .card-row__col {
    width: 100vw;
    margin: 0 -1.5rem; }
  @media screen and (min-width: 768px) {
    .card-row__col {
      margin: 0 -2rem; } }
  @media screen and (min-width: 1024px) {
    .card-row + .card-row {
      margin-top: 2.5rem; }
    .card-row:last-child {
      margin-bottom: 4rem; }
    .card-section__header + .card-row {
      margin-top: 4rem; }
    .card-row__col {
      width: calc(24.6vw + 12.5rem);
      margin: 0; }
    .card-row__col + .card-row__col {
      margin-left: 2.5rem; } }
  @media screen and (min-width: 1280px) {
    .card-row__col {
      width: calc(27.6vw + 12.5rem); } }
  @media screen and (min-width: 1668px) {
    .card-row__col {
      width: calc(468px + 12.5rem); } }

.card-item {
  display: flex;
  flex-direction: column;
  position: relative;
  padding: 1.5rem 1.5rem 2rem 1.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: box-shadow .2s linear, opacity .2s linear; }
  .card-item--sm {
    min-height: 16.25rem; }
  .card-item--lg {
    min-height: 22.5rem; }
  .card-item--xlg, .card-item--in-row {
    width: 100vw;
    margin: 0 -1.5rem; }
  .card-item--white {
    background-color: #fff;
    border: 1px solid rgba(43, 49, 74, 0.1); }
  .card-item--dark {
    color: #fff; }
  .card-item__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.17; }
  .card-item__title--sm {
    font-size: 1.25rem;
    line-height: 1.2; }
  .card-item__lead {
    font-size: 1.125rem;
    line-height: 1.22;
    margin-top: 1.5rem;
    max-width: 20.625rem; }
  .card-item__lead--wide {
    max-width: 100%; }
  .card-item__lead--sm {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    max-width: 20.625rem;
    margin-top: 1rem; }
  .card-item__footer {
    margin-top: auto;
    padding-top: 1.5rem;
    display: flex;
    flex-wrap: wrap; }
  .card-item__footer--wide {
    width: 100%; }
  .card-item__footer-item {
    margin-top: auto; }
  .card-item__footer-item + .card-item__footer-item {
    margin-left: auto; }
  .card-item__footer-figure {
    font-size: 1.5rem;
    text-align: right; }
  .card-item__footer-icon {
    display: block;
    width: 2.5rem;
    height: 2.5rem; }
  .card-item__footer-comment {
    font-size: 1rem;
    color: rgba(23, 28, 45, 0.4); }
  .card-item__text-cols {
    margin-top: 1rem; }
  .card-item__text-regular {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25; }
  .card-item__text-cols-item--regular + .card-item__text-cols-item--regular {
    margin-top: 1rem; }
  .card-item__text-cols-item + .card-item__text-cols-item {
    margin-top: 1rem; }
  @media screen and (min-width: 768px) {
    .card-item {
      padding: 2rem 2rem 3rem 2rem; }
      .card-item--xlg, .card-item--in-row {
        margin: 0 -2rem; }
      .card-item__title {
        font-size: 2rem;
        line-height: 1.13;
        max-width: 25rem; }
      .card-item__title--sm {
        font-size: 1.5rem;
        line-height: 1.17; }
      .card-item__title--lg {
        font-size: 2.5rem;
        line-height: 1; }
      .card-item__lead {
        font-size: 1.25rem;
        line-height: 1.3; } }
  @media screen and (min-width: 1024px) {
    .card-item {
      padding: 3.125rem 4.1vw 3.125rem 4.1vw; }
      .card-item + .card-item {
        margin-top: 2.5rem; }
      .card-item--sm {
        min-height: 28vw; }
      .card-item--md {
        min-height: 35rem;
        width: calc(16.4vw + 7.5rem); }
      .card-item--lg {
        min-height: 60vw; }
      .card-item--xlg {
        flex-direction: row;
        flex-wrap: wrap;
        margin: 0;
        width: 100%;
        min-height: 32.125rem; }
      .card-item--in-row + .card-item--in-row {
        margin-left: 2.5rem;
        margin-top: 0; }
      .card-item--in-row {
        margin: 0; }
      .card-item__main--wide {
        width: calc(24.6vw + 17.5rem); }
      .card-item__main--column {
        display: flex;
        flex-direction: column; }
      .card-item__text-cols {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -1.25rem; }
      .card-item__text-cols-item {
        width: 50%;
        padding: 1.25rem; }
      .card-item__text-cols-item + .card-item__text-cols-item {
        margin-top: 0; }
      .card-item__footer--up {
        margin-top: -4.5rem; } }
  @media screen and (min-width: 1280px) {
    .card-item {
      padding: 3.125rem 4.6vw 3.875rem 4.6vw; }
      .card-item--md {
        width: calc(18.4vw + 7.5rem); }
      .card-item__main--wide {
        width: calc(27.6vw + 17.5rem); } }
  @media screen and (min-width: 1668px) {
    .card-item {
      padding: 3.125rem 4.875rem 3.75rem 4.875rem; }
      .card-item--sm {
        min-height: 26.875rem; }
      .card-item--md {
        width: calc(312px + 7.5rem); }
      .card-item--lg {
        min-height: 56.25rem; }
      .card-item__main--wide {
        width: 46.75rem; } }

a.card-item:hover {
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.08); }

a.card-item--dark:hover {
  opacity: .95; }

.card-promo__row {
  width: 100vw;
  margin: 0 -1.5rem; }

.card-promo__item-wrapper {
  width: 100vw; }

.card-promo__item {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 27.125rem;
  padding: 1.5rem 1.5rem 1.875rem 1.5rem; }

.card-promo__item-title {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.17;
  margin-bottom: 1rem;
  z-index: 2; }

.card-promo__item-dscr {
  font-size: 1rem;
  line-height: 1.38;
  z-index: 2; }

.card-promo__item-bg {
  position: absolute;
  bottom: 6.75rem;
  right: 0;
  left: 3.125rem;
  height: 11.25rem;
  z-index: 1;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain; }

.card-promo__item-footer {
  margin-top: auto;
  z-index: 2; }

@media screen and (min-width: 768px) {
  .card-promo__row {
    display: flex;
    flex-wrap: wrap;
    width: 100vw;
    margin: 0 -1.25rem 2.75rem -1.25rem; }
  .card-promo__item-wrapper {
    width: 50%;
    min-width: 15.375rem;
    padding: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .card-promo__item-wrapper {
    width: 25%;
    padding: 1.25rem; } }

.card-content {
  padding-top: 1rem; }
  .card-content--top {
    margin-top: 3.75rem; }
  .card-content--middle, .card-content--bottom {
    margin-top: 2rem;
    margin-bottom: 1.5rem; }
  .card-content--middle + .card-item__footer,
  .card-content--bottom + .card-item__footer {
    margin-top: 0; }
  .card-content--full-bottom {
    margin-top: auto; }
  .card-content__features-icon {
    width: 2.5rem;
    height: 2.5rem;
    display: block; }
  .card-content__features-title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.17;
    margin-bottom: 0.875rem;
    max-width: 15rem; }
  .card-content__features-dscr {
    font-size: 1rem;
    line-height: 1.25;
    max-width: 15rem; }
  .card-content__features-dscr--lg {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.22; }
  .card-content__features--vertical .card-content__features-item {
    position: relative;
    padding-left: 4.375rem; }
  .card-content__features--vertical .card-content__features-item + .card-content__features-item {
    margin-top: 3.75rem; }
  .card-content__features--vertical .card-content__features-icon {
    position: absolute;
    left: 0;
    top: 0; }
  .card-content__features--horizontal .card-content__features-item + .card-content__features-item {
    margin-top: 2rem; }
  .card-content__features--horizontal .card-content__features-icon {
    margin-bottom: 1rem; }
  .card-content__list-title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    margin-bottom: 2rem; }
  .card-content__list-item {
    position: relative;
    padding-left: 2rem;
    font-size: 1.125rem;
    line-height: 1.33; }
  .card-content__list-item + .card-content__list-item {
    margin-top: 1rem; }
  .card-content__list-bullet {
    display: block;
    position: absolute;
    left: 0;
    top: 0.5rem;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 0.1875rem; }
  .card-content__list-bullet--green {
    background-color: #6baa22; }
  .card-content__list-bullet--red {
    background-color: #d0021b; }
  .card-content__simple-list li {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.13;
    position: relative;
    padding-left: 1.75rem; }
  .card-content__simple-list li + li {
    margin-top: 0.75rem; }
  .card-content__simple-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.375rem;
    width: 0.3125rem;
    height: 0.3125rem;
    border-radius: 50%; }
  .card-item--light .card-content__simple-list li:before,
  .card-item--white .card-content__simple-list li:before {
    background-color: #2b314a; }
  .card-item--dark .card-content__simple-list li:before {
    background-color: #ffffff; }
  @media screen and (min-width: 768px) {
    .card-content__features--horizontal {
      display: flex;
      flex-wrap: wrap;
      margin: -1.25rem; }
    .card-content__features--horizontal .card-content__features-item {
      padding: 1.25rem;
      width: 50%; }
    .card-content__features--horizontal .card-content__features-item-single {
      width: 100%;
      max-width: 17.5rem; }
    .card-content__features--horizontal .card-content__features-item + .card-content__features-item {
      margin-top: 0; } }
  @media screen and (min-width: 1024px) {
    .card-item--xlg .card-content {
      padding-top: 0; }
    .card-content__list-item {
      width: 25rem; }
    .card-content--middle {
      margin-top: auto;
      margin-bottom: 3.75rem; }
    .card-content--bottom {
      margin-top: auto;
      margin-bottom: 3rem; }
    .card-content--side-narrow {
      margin-left: auto;
      width: calc(8.2vw + 5rem); }
    .card-content--side-wide {
      margin-left: auto;
      width: calc(16.4vw + 12.5rem); } }
  @media screen and (min-width: 1280px) {
    .card-content--side-narrow {
      width: calc(9.2vw + 5rem); }
    .card-content--side-wide {
      width: calc(18.4vw + 12.5rem); } }
  @media screen and (min-width: 1668px) {
    .card-content--side-narrow {
      width: calc(156px + 5rem); }
    .card-content--side-wide {
      width: 32rem; } }

.card-slider {
  width: 100vw;
  margin: 0 -1.5rem 2rem -1.5rem; }
  .card-slider__carousel {
    margin-bottom: 2.5rem;
    position: relative; }
  .card-slider__item--dark {
    color: #fff; }
  .card-slider__item-inner {
    display: flex;
    flex-wrap: wrap;
    padding: 0 1.5rem 0 1.5rem;
    height: 100%; }
  .card-slider__item-main {
    padding-top: 1.5rem;
    display: flex;
    flex-direction: column; }
  .card-slider__item-title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.14; }
  .card-slider__item-text {
    font-size: 1.125rem;
    line-height: 1.33;
    margin-top: 1rem; }
  .card-slider__item-footer {
    margin-top: 1rem; }
  .card-slider__app-links {
    position: absolute;
    bottom: 1.5rem;
    left: 1.5rem;
    z-index: 10; }
  .card-slider__app-links li {
    display: block; }
  .card-slider__app-links li + li {
    margin-top: 0.625rem; }
  .card-slider__item-img {
    position: relative;
    width: 100vw;
    margin: auto -1.5rem 0 -1.5rem;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat; }
  .card-slider__item-img:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 92%; }
  .card-slider .owl-item {
    opacity: 0;
    transition: opacity .2s linear; }
  .card-slider .owl-item.active {
    opacity: 1;
    transition: opacity .2s linear; }
  .card-slider .owl-dots {
    position: absolute;
    bottom: -2.5rem;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    padding: 1rem 0; }
  .card-slider .owl-dot + .owl-dot {
    margin-left: 0.75rem; }
  .card-slider .owl-dot span {
    display: block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    opacity: 0.3;
    background-color: #171c2d; }
  .card-slider .owl-dot.active span {
    opacity: 1;
    background-color: #171c2d; }
  .card-slider__nav-prev, .card-slider__nav-next {
    display: none;
    position: absolute;
    width: 2.5rem;
    top: 0;
    bottom: 0;
    z-index: 10; }
  .card-slider__nav-prev svg,
  .card-slider__nav-next svg {
    width: 1.125rem;
    height: 1.125rem;
    margin: auto; }
  .card-slider__nav svg {
    opacity: 0.5;
    transition: opacity .2s linear; }
  .card-slider__item--dark .card-slider__nav svg {
    fill: #fff; }
  .card-slider__nav-prev:hover svg,
  .card-slider__nav-next:hover svg {
    opacity: 1; }
  .card-slider__item--light .card-slider__nav svg {
    fill: #2B314A; }
  @media screen and (min-width: 768px) {
    .card-slider {
      margin: 0 -2rem 2rem -2rem; }
      .card-slider__item-inner {
        padding: 0 2rem 0 2rem; }
      .card-slider__item-main {
        padding-top: 2rem; }
      .card-slider__item-title {
        font-size: 2.5rem;
        line-height: 1.1; }
      .card-slider__item-text {
        font-size: 1.25rem;
        line-height: 1.3;
        margin-top: 1.5rem; }
      .card-slider__item-img {
        margin: auto -2rem 0 -2rem; }
      .card-slider__app-links {
        left: 2rem; } }
  @media screen and (min-width: 1024px) {
    .card-slider {
      width: 100%;
      margin: 7.5rem 0 2.5rem 0; }
      .card-slider__item {
        height: 32.125rem; }
      .card-slider__item-inner {
        padding: 0; }
      .card-slider__item-main {
        width: calc(20.5vw + 12.5rem);
        padding: 2.5rem 0 3.75rem 4.1vw; }
      .card-slider__item-footer {
        margin-top: 2rem; }
      .card-slider__item-footer--bottom {
        margin-top: auto; }
      .card-slider__item-img {
        width: calc(24.6vw + 12.5rem);
        margin: auto 0 0 auto; }
      .card-slider__app-links {
        bottom: 3.125rem;
        left: 4.1vw;
        display: flex; }
      .card-slider__app-links li + li {
        margin-top: 0;
        margin-left: 1.125rem; }
      .card-slider__nav-prev, .card-slider__nav-next {
        display: block; }
      .card-slider__nav-prev {
        left: 0; }
      .card-slider__nav-next {
        right: 0; } }
  @media screen and (min-width: 1280px) {
    .card-slider__item-main {
      width: calc(23vw + 12.5rem);
      padding: 3.125rem 0 3.75rem 4.6vw; }
    .card-slider__item-img {
      width: calc(27.6vw + 12.5rem); }
    .card-slider__app-links {
      left: 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .card-slider__item-main {
      width: calc(390px + 12.5rem);
      padding: 3.125rem 0 3.75rem 4.875rem; }
    .card-slider__item-img {
      width: calc(468px + 12.5rem); }
    .card-slider__app-links {
      left: 4.875rem; } }

.card-features__list {
  margin: 1rem 0; }

.card-features__item {
  display: flex; }

.card-features__item + .card-features__item {
  margin-top: 1rem; }

.card-features__item-icon {
  display: block;
  margin-right: 1rem;
  width: 2.5rem;
  min-width: 2.5rem;
  height: 2.5rem; }

.card-features__item-dscr {
  margin: auto 0; }

@media screen and (min-width: 1024px) {
  .card-features__list {
    margin: 0; }
  .card-features__item {
    display: block; }
  .card-features__list--vertical .card-features__item + .card-features__item {
    margin-top: 1.5rem; }
  .card-features__item-dscr {
    margin: 1rem 0 0 0; }
  .card-features__list--horizontal {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.25rem; }
  .card-features__list--horizontal .card-features__item {
    padding: 1.25rem;
    width: 50%; }
  .card-features__list--horizontal .card-features__item + .card-features__item {
    margin-top: 0; } }

.table-wrapper {
  width: 100vw;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  margin-left: -1.5rem;
  margin-right: -1.5rem; }
  * + .table-wrapper {
    margin-top: 2.5rem; }
  .table-wrapper__inner {
    padding: 0 1.5rem;
    display: inline-flex; }
  @media screen and (min-width: 768px) {
    .table-wrapper {
      margin-left: -2rem;
      margin-right: -2rem; }
      .table-wrapper__inner {
        padding: 0 2rem; } }
  @media screen and (min-width: 1024px) {
    .table-wrapper {
      width: auto;
      margin-left: 0;
      margin-right: calc(-1 * calc(16.4vw + 10rem)); }
      .table-wrapper__inner {
        padding: 0; } }
  @media screen and (min-width: 1280px) {
    .table-wrapper {
      margin-right: calc(-1 * calc(18.4vw + 10rem)); } }
  @media screen and (min-width: 1668px) {
    .table-wrapper {
      margin-right: calc(-1 * calc(312px + 10rem)); } }

table {
  table-layout: fixed;
  min-width: calc(100vw - 3rem); }
  table th,
  table td {
    line-height: 1.25;
    padding: 1rem 0.625rem;
    vertical-align: top; }
  table th:first-child,
  table td:first-child {
    padding-left: 0; }
  table th:last-child,
  table td:last-child {
    padding-right: 0; }
  table th {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif; }
  table td {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif; }
  table thead tr {
    border-bottom: 1px solid rgba(43, 49, 74, 0.1); }
  table tr + tr {
    border-top: 1px solid rgba(43, 49, 74, 0.1); }
  @media screen and (min-width: 768px) {
    table {
      min-width: calc(100vw - 4rem); } }
  @media screen and (min-width: 1024px) {
    table {
      min-width: calc(24.6vw + 17.5rem); } }
  @media screen and (min-width: 1280px) {
    table {
      min-width: calc(27.6vw + 17.5rem); } }
  @media screen and (min-width: 1668px) {
    table {
      min-width: 46.75rem; } }

@media screen and (min-width: 768px) {
  .calc-row {
    display: flex;
    flex-wrap: wrap; } }

.calc-sum__row {
  display: flex;
  flex-wrap: wrap; }

@media screen and (min-width: 768px) {
  .calc-sum__row {
    width: 50%; } }

@media screen and (min-width: 1024px) {
  .calc-sum__row {
    width: 100%; } }

.calc-input {
  margin-top: 1.625rem; }
  .calc-input__label {
    display: block;
    font-size: 0.9375rem;
    line-height: 1.47;
    color: #fff;
    margin-bottom: 0.5rem; }
  .calc-input__wrapper {
    position: relative;
    width: 16.25rem;
    border: solid 1px rgba(255, 255, 255, 0.2);
    border-radius: 0.25rem;
    background-color: transparent;
    transition: border-color .2s linear; }
  .calc-input__wrapper:hover {
    border-color: rgba(255, 255, 255, 0.4); }
  .calc-input__input {
    width: 100%;
    padding: 0.375rem 6.125rem 0.375rem 0.625rem;
    font-size: 1.75rem;
    line-height: 1.29;
    color: #fff;
    background-color: transparent; }
  .calc-input__input:focus {
    outline: none; }
  .calc-input__input::-webkit-inner-spin-button {
    display: none; }
  .calc-input__currency-wrapper {
    position: absolute;
    display: inline-block;
    right: 0;
    top: 0; }
  .calc-input__currency-wrapper:after {
    content: "";
    position: absolute;
    right: 0.625rem;
    top: 50%;
    bottom: 50%;
    margin-top: -0.5rem;
    width: 0.625rem;
    height: 1rem;
    background-image: url(../../assets/media/angle-down-white.svg);
    background-repeat: no-repeat;
    background-size: contain;
    pointer-events: none; }
  .calc-input__currency-select,
  .calc-input__currency-select select {
    background: transparent;
    border: none;
    -webkit-appearance: none;
    color: #fff;
    font-size: 1.75rem;
    line-height: 1.29; }
  .calc-input__currency-select select,
  .calc-input__currency-select .selectric {
    padding: 0.375rem 2.125rem 0.375rem 0.625rem; }
  @media screen and (min-width: 1280px) {
    .calc-input {
      margin-top: 2rem; } }
  @media screen and (min-width: 1668px) {
    .calc-input {
      margin-top: 3rem; } }

.calc-result__row {
  margin: 2.25rem -1.25rem 0 -1.25rem;
  display: flex; }

.calc-result__col {
  width: 50%;
  padding: 0 1.25rem; }

.calc-result__label {
  font-size: 0.8125rem;
  line-height: 1.23;
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0.0625rem; }

.calc-result__value {
  font-size: 1.5rem;
  line-height: 1.17; }

.calc-result__rate {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1; }

@media screen and (min-width: 768px) {
  .calc-result__row {
    width: 50%;
    padding-left: 1.25rem; } }

@media screen and (min-width: 1024px) {
  .calc-result__row {
    width: calc(20.5vw + 12.5rem);
    padding: 0;
    margin: 2.125rem -1.25rem 0 -1.25rem; }
  .calc-result__value {
    font-size: 2rem;
    line-height: 1.13; } }

@media screen and (min-width: 1280px) {
  .calc-result__row {
    margin-top: 3.375rem; }
  .calc-result__label {
    margin-bottom: 0.5rem; }
  .calc-result__rate {
    margin-top: 1.25rem; } }

@media screen and (min-width: 1668px) {
  .calc-result__row {
    margin-top: 4.875rem; } }

.calc-footer {
  margin-top: 2.875rem;
  display: flex;
  flex-wrap: wrap; }
  .calc-footer__link {
    margin: auto 0;
    order: 2; }
  .calc-footer__comment {
    margin-left: auto;
    margin-bottom: 1.5rem;
    font-size: 0.8125rem;
    line-height: 1.23;
    color: rgba(255, 255, 255, 0.6);
    order: 1;
    width: 100%;
    padding-right: 3.125rem; }
  @media screen and (min-width: 768px) {
    .calc-footer {
      margin-top: 6.25rem; }
      .calc-footer__link {
        order: 1; }
      .calc-footer__comment {
        width: 50%;
        order: 2;
        padding: 0 5rem 0 1.25rem;
        margin-bottom: auto; } }
  @media screen and (min-width: 1024px) {
    .calc-footer {
      margin-top: 2.625rem; }
      .calc-footer__comment {
        width: 11.875rem;
        padding: 0; } }
  @media screen and (min-width: 1668px) {
    .calc-footer {
      margin-top: 4.5rem; }
      .calc-footer__comment {
        width: 14.375rem; } }

.sum-rangeslider,
.sum-rangeslider__fill {
  display: block;
  margin-top: -0.0625rem; }

.sum-rangeslider {
  background: transparent;
  position: relative; }

.sum-rangeslider--horizontal {
  height: 0.125rem;
  width: 100%; }

.sum-rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.sum-rangeslider__fill {
  background: #ffc341;
  position: absolute; }

.sum-rangeslider--horizontal .sum-rangeslider__fill {
  top: 0;
  height: 0.125rem; }

.sum-rangeslider__handle {
  cursor: pointer;
  display: inline-block;
  width: 1rem;
  height: 1rem;
  position: absolute; }

.sum-rangeslider__handle:after {
  content: "";
  display: block;
  width: 0.625rem;
  height: 1rem;
  margin: auto;
  position: absolute;
  top: 100%;
  right: 0;
  bottom: auto;
  left: 0;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAMRJREFUWAntU8EJgDAMVHEBl3ASp3GfTuMkLuECPuoFLEhpMUnF1wWCNW3uwpHruoaIMa6SDRD+VhAvyPPOxY/k6ATpjDyQKeQ8O6DsLSCakHtifnylNtkRDR0gGJHbgzQ/yt1ogLQ9BXjIGQv/wYaqfA0i2XhtfOsMsKaN1w4g7vjGGQDKN147RLszwFTbeO0QfmeA4W3jtUP4nAF0zcZrh6g6o6+ZQJBrd556jyj1DaXinzUOQAWoABWgAlSAClABKnABjRAeKuTx89IAAAAASUVORK5CYII=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem; }

.sum-rangeslider__handle:hover:after {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4); }

.sum-rangeslider--horizontal .sum-rangeslider__handle {
  top: -0.875rem;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.sum-rangeslider--vertical .sum-rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

.calc-time-range {
  position: relative;
  height: 11.75rem;
  margin: 7.5rem -1.5rem 0 -1.5rem; }
  .calc-time-range .ct-series-a .ct-area {
    fill: transparent;
    stroke: none;
    fill-opacity: 0; }
  .calc-time-range .ct-series-a .ct-line {
    stroke: rgba(255, 255, 255, 0.2);
    fill: transparent; }
  .calc-time-range .ct-series-b .ct-line {
    fill: transparent;
    stroke-width: 3px;
    stroke: #ffc341; }
  .calc-time-range .ct-series-b .ct-area {
    fill: #fff;
    stroke: none;
    fill-opacity: 0.1; }
  @media screen and (min-width: 768px) {
    .calc-time-range {
      margin: 7.5rem -2rem 0 -2rem; } }
  @media screen and (min-width: 1024px) {
    .calc-time-range {
      margin: auto -4.1vw 0 -4.1vw; } }
  @media screen and (min-width: 1280px) {
    .calc-time-range {
      margin: auto -4.6vw 0 -4.6vw; } }
  @media screen and (min-width: 1668px) {
    .calc-time-range {
      margin: auto -4.875rem 0 -4.875rem; } }

.calc-time-chart {
  height: 100%; }

.calc-time-overlay {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
  top: 11.75rem;
  left: 0;
  height: 9.5rem;
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    .calc-time-overlay {
      height: 11.125rem; } }
  @media screen and (min-width: 1024px) {
    .calc-time-overlay {
      height: 7.625rem; } }
  @media screen and (min-width: 1280px) {
    .calc-time-overlay {
      height: 8.375rem; } }
  @media screen and (min-width: 1668px) {
    .calc-time-overlay {
      height: 10.125rem; } }

.calc-time-thumb {
  position: absolute;
  pointer-events: none;
  background-color: #fff;
  width: 2rem;
  height: 2rem;
  margin-top: -1rem;
  margin-left: -1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAAAXNSR0IArs4c6QAAAWRJREFUWAljYBgFoyEwGgIjPQQYCQWAtbUf76fvf9X4OJlvHT266TMh9SB5UvQw4TPQ2DhI8tOPv1n/Gf77Ah0RiU8tshxILVgPUC/IDGQ5dDZOB4A0/mL4Gff//39OdE3E8kF6QWbgcwRWB6BbzsjI+J2NkX0zsRaD1IL0gNQTcgQzuqFYLWdgX3T27Lrn6Gpx8Z8/v/5FVkr33j/Gv9pANawgDGKDxEByyPpQHEANy2GGE+sIuAOoaTkpjoCngV//f/rCEhw4zkkMdpil6DQo6tiAZqGkCaBdMHVwB8AE6E3DHUBKyiXFkVijFilHwdMAsYmGYsvRohbuAJDB1HQEVp+jWQ6yE8UB1HIEsZaD7IOnARAHBgilXJg6XDQpOQqrA0AGozsCl2X4xInJzhhRgGwgKE2oKmle+vXn/1tgdXzw8eObv5DlcbGBem5B9ew4eXLDW1zqRsVHQ2A0BEZDABQCACn8MkCpL72FAAAAAElFTkSuQmCC");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  transition: box-shadow .2s linear; }

.calc-time-thumb:hover {
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.4); }

.calc-time-label {
  background-color: #fff;
  position: absolute;
  top: -2.625rem;
  width: 4.25rem;
  height: 2rem;
  margin: 0 -1rem;
  border-radius: 0.1875rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
  padding: 0.5rem 0.625rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1;
  color: #171c2d; }

.calc-time-slider {
  height: 11.75rem;
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  opacity: 0;
  background: transparent; }
  .calc-time-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 3rem;
    height: 11.75rem;
    background: transparent;
    cursor: pointer; }
  .calc-time-slider::-moz-range-thumb {
    width: 3rem;
    height: 11.75rem;
    background: transparent;
    cursor: pointer; }
  .calc-time-slider:focus {
    outline: none; }

.contacts-cover {
  width: 100vw;
  padding: 4.75rem 0 1.5rem 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .contacts-cover__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.14s;
    color: #fff; }
  .contacts-cover__crumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem 0.25rem -0.625rem; }
  .contacts-cover__crumbs li {
    padding: 0.25rem 0.625rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.14;
    color: #eceafd; }
  .contacts-cover__crumbs li:after {
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0.625rem;
    right: -0.125rem; }
  .contacts-cover__crumbs li:last-child:after {
    display: none; }
  @media screen and (min-width: 768px) {
    .contacts-cover {
      padding: 7.5rem 0 3.5rem 0; }
      .contacts-cover__title {
        font-size: 3.5rem;
        line-height: 1; } }
  @media screen and (min-width: 1024px) {
    .contacts-cover {
      width: calc(100% - 2.75rem);
      margin: 0 auto -4.5rem auto;
      padding: 11.25rem 0 15.75rem 0; }
      .contacts-cover__title {
        font-size: 6rem;
        line-height: 1;
        padding: 0 4.1vw; }
      .contacts-cover__crumbs {
        display: none; } }
  @media screen and (min-width: 1280px) {
    .contacts-cover__title {
      padding: 0 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .contacts-cover__title {
      padding: 0 4.875rem; } }

.contacts-main {
  width: 100%;
  background-color: #fff;
  padding: 1.5rem 0; }
  .contacts-main__primary-phone {
    margin-left: -0.5rem;
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.14; }
  .contacts-main__primary-comment {
    margin-top: 0.25rem;
    font-size: 1rem;
    line-height: 1.25;
    opacity: .6; }
  .contacts-main__primary-item + .contacts-main__primary-item {
    margin-top: 1rem; }
  .contacts-main__primary-address {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.17; }
  .contacts-main__secondary {
    margin-top: 1.5rem; }
  .contacts-main__secondary-list + .contacts-main__secondary-list {
    margin-top: 1rem; }
  .contacts-main__secondary-list li + li {
    margin-top: 1rem; }
  .contacts-main__secondary-label {
    font-size: 1rem;
    line-height: 1.25;
    opacity: .6;
    margin-bottom: 0.25rem; }
  .contacts-main__secondary-item {
    font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.13; }
  @media screen and (min-width: 768px) {
    .contacts-main__primary-phone {
      margin-left: -1rem;
      font-size: 2.5rem;
      line-height: 1.1; }
    .contacts-main__primary-address {
      font-size: 2rem;
      line-height: 1.13; } }
  @media screen and (min-width: 1024px) {
    .contacts-main {
      padding: 3.5rem 4.1vw;
      display: flex;
      flex-wrap: wrap; }
      .contacts-main__primary {
        width: 50%; }
      .contacts-main__primary-item + .contacts-main__primary-item {
        margin-top: 3rem; }
      .contacts-main__primary-comment {
        margin-top: 1rem; }
      .contacts-main__secondary {
        margin-left: 1.25rem;
        flex: 1;
        display: flex; }
      .contacts-main__secondary-list {
        width: auto; }
      .contacts-main__secondary-list + .contacts-main__secondary-list {
        margin-top: 0; }
      .contacts-main__secondary-list:first-child {
        width: calc(12.3vw + 5rem); }
      .contacts-main__secondary-list li + li {
        margin-top: 3.5rem; } }
  @media screen and (min-width: 1280px) {
    .contacts-main {
      padding: 3.5rem 4.6vw; }
      .contacts-main__secondary-list:first-child {
        width: calc(13.8vw + 5rem); } }
  @media screen and (min-width: 1668px) {
    .contacts-main {
      padding: 3.5rem 4.875rem; }
      .contacts-main__secondary-list:first-child {
        width: calc(234px + 5rem); } }

.contacts-accordion {
  border-bottom: 1px solid rgba(43, 49, 74, 0.1);
  /* Edge svg fixes */
  /* IE svg fixes */ }
  .contacts-accordion__container {
    width: 100%;
    margin-bottom: 1.5rem; }
  .contacts-accordion__head {
    width: 100%;
    padding: 1.25rem 0;
    text-align: left; }
  .contacts-accordion__head:hover .contacts-accordion__title {
    color: #0090d7; }
  .contacts-accordion__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    transition: color .2s linear; }
  .contacts-accordion__title:after {
    content: "";
    display: inline-block;
    margin-left: 1rem;
    width: 0.625rem;
    height: 1rem;
    background-color: #171c2d;
    -webkit-mask-image: url(../../assets/media/angle-down.svg);
    mask-image: url(../../assets/media/angle-down.svg);
    pointer-events: none;
    transition: transform .2s linear, background-color .2s linear; }
  .contacts-accordion__head:hover .contacts-accordion__title:after {
    background-color: #0090d7; }
  .is-open .contacts-accordion__title:after {
    transform: rotate(-180deg);
    transition: transform .2s linear; }
  .contacts-accordion__content {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .3s linear, opacity .3s linear, visibility 0 linear .3s; }
  .is-open + .contacts-accordion__content {
    max-height: 62.4375rem;
    opacity: 1;
    visibility: visible;
    transition: max-height .3s linear, opacity .3s linear; }


.contacts-accordion__content_full {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: max-height .3s linear, opacity .3s linear, visibility 0 linear .3s; }
  .is-open + .contacts-accordion__content_full {
    max-height: 100.4375rem;
    opacity: 1;
    visibility: visible;
    transition: max-height .3s linear, opacity .3s linear; }


  .contacts-accordion__map {
    width: 100%;
    height: 20rem;
    background-color: #f5f5f5;
    text-align: center; }
  @supports (-ms-ime-align: auto) {
    .contacts-accordion__title:after {
      background-color: transparent;
      background-image: url(../../assets/media/angle-down.svg); }
    .contacts-accordion__head:hover .contacts-accordion__title:after {
      background-color: transparent; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .contacts-accordion__title:after {
      background-color: transparent;
      background-image: url(../../assets/media/angle-down.svg); }
    .contacts-accordion__head:hover .contacts-accordion__title:after {
      background-color: transparent; } }
  @media screen and (min-width: 768px) {
    .contacts-accordion__title {
      font-size: 1.5rem;
      line-height: 1.17; } }
  @media screen and (min-width: 1024px) {
    .contacts-accordion {
      margin: 0 4.1vw; }
      .contacts-accordion__container {
        margin-bottom: 5rem; }
      .contacts-accordion__head {
        padding: 2.125rem 0; } }
  @media screen and (min-width: 1280px) {
    .contacts-accordion {
      margin: 0 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .contacts-accordion {
      margin: 0 4.875rem; } }

.contacts-requisites__title {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.33; }

.contacts-requisites__text {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.25; }

.contacts-requisites__text a {
  border-bottom: 1px solid rgba(43, 49, 74, 0.1); }

.contacts-requisites__secondary {
  margin-top: 1rem; }

.contacts-requisites__list {
  padding-bottom: 1.5rem; }

.contacts-requisites__list-item {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.13; }

.contacts-requisites__list-item + .contacts-requisites__list-item {
  margin-top: 1rem; }

.contacts-requisites__list-label {
  font-size: 1rem;
  line-height: 1.25;
  font-weight: normal;
  margin-bottom: 0.25rem;
  opacity: .6; }

@media screen and (min-width: 1024px) {
  .contacts-requisites {
    display: flex; }
    .contacts-requisites__primary {
      width: 50%; }
    .contacts-requisites__text {
      max-width: 15rem; }
    .contacts-requisites__secondary {
      flex: 1;
      margin-left: 1.25rem;
      margin-top: 0; }
    .contacts-requisites__list {
      display: flex;
      flex-wrap: wrap;
      margin: -1.75rem -0.625rem;
      padding-bottom: 4rem; }
    .contacts-requisites__list-item + .contacts-requisites__list-item {
      margin-top: 0; }
    .contacts-requisites__list-item {
      width: 50%;
      padding: 1.75rem 0.625rem; } }

.contacts-about {
  width: 100vw;
  background-color: #f5f5f5;
  padding: 1.5rem 0 2rem 0; }
  .contacts-about__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 2rem;
    line-height: 1.33;
    letter-spacing: 0.4px; }
  .contacts-about__lead {
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.33; }
  .contacts-about__dscr {
    margin-top: 1.5rem; }
  .contacts-about__dscr-title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2; }
  .contacts-about__dscr-main {
    margin-top: 1rem;
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.44; }
  @media screen and (min-width: 768px) {
    .contacts-about__title {
      font-size: 3rem;
      line-height: 1;
      letter-spacing: 0.5px; }
    .contacts-about__lead {
      margin-top: 2rem;
      font-size: 1.25rem;
      line-height: 1.3; }
    .contacts-about__dscr-title {
      font-size: 1.5rem;
      line-height: 1.17; }
    .contacts-about__dscr-main {
      font-size: 1.25rem;
      line-height: 1.4; } }
  @media screen and (min-width: 1024px) {
    .contacts-about {
      width: calc(100% - 2.75rem);
      margin: 0 auto 1.375rem auto;
      padding: 4.5rem 0 9rem 0; }
      .contacts-about__inner {
        padding: 0 4.1vw; }
      .contacts-about__head {
        width: calc(20.5vw + 12.5rem); }
      .contacts-about__dscr {
        margin-top: 2.5rem;
        display: flex; }
      .contacts-about__dscr-head {
        width: calc(16.4vw + 10rem); }
      .contacts-about__dscr-title {
        width: 21.25rem; }
      .contacts-about__dscr-main {
        margin-top: 0;
        margin-left: auto;
        font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
        width: calc(24.6vw + 15rem); } }
  @media screen and (min-width: 1280px) {
    .contacts-about__inner {
      padding: 0 4.6vw; }
    .contacts-about__head {
      width: calc(23vw + 12.5rem); }
    .contacts-about__dscr-head {
      width: calc(18.4vw + 10rem); }
    .contacts-about__dscr-main {
      width: calc(27.6vw + 15rem); } }
  @media screen and (min-width: 1668px) {
    .contacts-about__inner {
      padding: 0 4.875rem; }
    .contacts-about__head {
      width: calc(390px + 12.5rem); }
    .contacts-about__dscr-head {
      width: calc(312px + 10rem); }
    .contacts-about__dscr-main {
      width: calc(468px + 15rem); } }

.contacts-gallery {
  width: 100vw;
  margin: 2rem -1.5rem 0 -1.5rem; }
  .contacts-gallery__item {
    background-color: #fff;
    position: relative;
    display: flex; }
  .contacts-gallery__item:before {
    content: "";
    width: 1px;
    margin-left: -1px;
    float: left;
    height: 0;
    padding-top: 66.5%; }
  .contacts-gallery__img-box {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .contacts-gallery__img-box img {
    display: block;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    align-self: flex-start; }
  .contacts-gallery__dots {
    counter-reset: slides-num;
    font-size: 0.875rem;
    line-height: 1.29;
    text-align: right;
    white-space: nowrap;
    margin-top: 1rem;
    margin-right: 1.5rem; }
    .contacts-gallery__dots:after {
      content: counter(slides-num);
      display: inline-block;
      vertical-align: middle;
      margin-left: 3px; }
  .contacts-gallery__dots .owl-dot {
    display: inline-block;
    counter-increment: slides-num; }
    .contacts-gallery__dots .owl-dot span {
      display: none; }
    .contacts-gallery__dots .owl-dot.active {
      font-size: 0.875rem;
      line-height: 1.29; }
    .contacts-gallery__dots .owl-dot.active:before {
      content: counter(slides-num) " /";
      display: inline-block;
      vertical-align: middle; }
  .contacts-gallery .owl-prev,
  .contacts-gallery .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 6.25rem;
    opacity: 0;
    transition: opacity .2s linear; }
  .contacts-gallery .owl-prev svg,
  .contacts-gallery .owl-next svg {
    width: 0.75rem;
    height: 1.125rem;
    fill: #fff; }
  .contacts-gallery .owl-prev:hover,
  .contacts-gallery .owl-next:hover {
    opacity: 1; }
  .contacts-gallery .owl-prev {
    left: 0;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)); }
  .contacts-gallery .owl-next {
    right: 0;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.15)); }
  @media screen and (min-width: 768px) {
    .contacts-gallery {
      margin: 2rem -2rem 0 -2rem; }
      .contacts-gallery__dots {
        margin-right: 2rem; } }
  @media screen and (min-width: 1024px) {
    .contacts-gallery {
      width: auto;
      margin: 4rem 0 0 0; }
      .contacts-gallery__dots {
        margin-right: 0; } }

.news-cover {
  width: 100vw;
  padding: 4.75rem 0 1.5rem 0; }
  .news-cover__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.75rem;
    line-height: 1.14; }
  .news-cover__crumbs {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -0.625rem 0.25rem -0.625rem; }
  .news-cover__crumbs li {
    padding: 0.25rem 0.625rem;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.14;
    color: rgba(255, 255, 255, 0.5); }
  .news-cover__crumbs li:after {
    content: "";
    display: block;
    width: 0.25rem;
    height: 0.25rem;
    border-radius: 50%;
    opacity: 0.5;
    background-color: rgba(255, 255, 255, 0.3);
    position: absolute;
    top: 0.625rem;
    right: -0.125rem; }
  .news-cover__crumbs li:last-child:after {
    display: none; }
  .news-cover__tagline {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.14;
    color: rgba(255, 255, 255, 0.7);
    margin-top: 0.5rem; }
  @media screen and (min-width: 768px) {
    .news-cover {
      padding: 7.5rem 0 3.5rem 0; }
      .news-cover__title {
        font-size: 3.5rem;
        line-height: 1; } }
  @media screen and (min-width: 1024px) {
    .news-cover {
      width: calc(100% - 2.75rem);
      margin: 0 auto -4.5rem auto;
      padding: 11.25rem 0 15.75rem 0; }
      .news-cover__title {
        font-size: 6rem;
        line-height: 1;
        padding: 0 4.1vw; }
      .news-cover__title.is-reduced {
        font-size: 4.5rem;
        line-height: 1; }
      .news-cover__tagline {
        margin-top: 1.5rem;
        padding: 0 4.1vw; }
      .news-cover__crumbs {
        display: none; } }
  @media screen and (min-width: 1280px) {
    .news-cover__title, .news-cover__tagline {
      padding: 0 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .news-cover__title, .news-cover__tagline {
      padding: 0 4.875rem; } }

.news-content {
  background-color: #fff;
  width: 100%; }
  @media screen and (min-width: 1024px) {
    .news-content {
      display: flex;
      flex-wrap: wrap;
      width: 100%; } }

.news-feed {
  padding: 2.5rem 0 3rem 0; }
  .news-feed__item--next {
    margin-top: 3rem;
    margin-bottom: 3rem; }
  .news-feed__item {
    display: block; }
  .news-feed__item + .news-feed__item {
    margin-top: 2.75rem; }
  .news-feed__item-title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    line-height: 1.17;
    transition: color .2s linear; }
  .news-feed__item:hover .news-feed__item-title {
    color: #0090d7; }
  .news-feed__item-pretitle {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    color: rgba(43, 49, 74, 0.5);
    margin-bottom: 0.5rem; }
  .news-feed__item-abstract {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    margin-top: 0.5rem;
    line-height: 1.25; }
  .news-feed__item-img {
    width: 100%;
    height: 100%;
    display: block; }
  .news-feed__item-img + .news-feed__item-inner {
    margin-top: 0.75rem; }
  .news-feed__item-tagline {
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.14;
    color: rgba(43, 49, 74, 0.5); }
  .news-feed__item-datetime + .news-feed__item-category:before {
    content: "•";
    margin: 0 0.625rem; }
  @media screen and (min-width: 768px) {
    .news-feed__item-title {
      font-size: 2rem;
      line-height: 1.13; } }
  @media screen and (min-width: 1024px) {
    .news-feed {
      order: 1;
      width: calc(32.8vw + 17.5rem);
      padding: 3.0625rem 4.1vw 7.5rem 4.1vw; }
      .news-feed__item {
        display: flex; }
      .news-feed__item--next {
        margin-top: 7.5rem;
        margin-bottom: 7rem; }
      .news-feed__item + .news-feed__item {
        margin-top: 5rem; }
      .news-feed__item-abstract {
        margin-top: 1rem;
        line-height: 1.25; }
      .news-feed__item-img {
        order: 2;
        margin-left: 2.5rem;
        max-width: calc(8.2vw + 5rem); }
      .news-feed__item-img + .news-feed__item-inner {
        order: 1;
        margin-top: 0;
        width: calc(16.4vw + 10rem); } }
  @media screen and (min-width: 1280px) {
    .news-feed {
      width: calc(36.8vw + 17.5rem);
      padding: 3.0625rem 4.6vw 7.5rem 4.6vw; }
      .news-feed__item-img + .news-feed__item-inner {
        width: calc(18.4vw + 10rem); }
      .news-feed__item-img {
        max-width: calc(9.2vw + 5rem); } }
  @media screen and (min-width: 1668px) {
    .news-feed {
      width: calc(624px + 17.5rem);
      padding: 3.0625rem 4.875rem 7.5rem 4.875rem; }
      .news-feed__item-img + .news-feed__item-inner {
        width: calc(312px + 10rem); }
      .news-feed__item-img {
        max-width: calc(156px + 5rem); } }

.icon-mail:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-color: #9A9EA9;
  -webkit-mask-image: url(../../assets/media/mail-icon.svg);
  mask-image: url(../../assets/media/mail-icon.svg);
  /* IE svg fixes */ }
  @supports (-ms-ime-align: auto) {
    .icon-mail:before {
      background-color: transparent !important;
      background-image: url(../../assets/media/mail-icon.svg);
      background-size: 1rem 1rem;
      background-position: center center; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .icon-mail:before {
      background-color: transparent !important;
      background-image: url(../../assets/media/mail-icon.svg);
      background-size: 1rem 1rem;
      background-position: center center; } }

.icon-angle-right {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../assets/media/angle-right.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center center; }

.icon-angle-left {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../assets/media/angle-left.svg);
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center center; }

.icon-list:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../assets/media/list-icon.svg);
  opacity: .4;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center; }

.icon-close:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-image: url(../../assets/media/close.svg);
  opacity: .4;
  background-repeat: no-repeat;
  background-size: 1rem 1rem;
  background-position: center center; }

.pagination {
  margin-top: 3.25rem;
  display: flex; }
  .pagination__list {
    margin: 0 auto; }
  .pagination__item {
    display: none;
    text-align: center;
    line-height: 2.5rem;
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.5rem;
    transition: color .2s linear; }
  .pagination__item.is-selected {
    display: inline-block;
    color: rgba(43, 49, 74, 0.3);
    pointer-events: none;
    margin: auto; }
  .pagination__item-nav {
    display: inline-flex;
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(43, 49, 74, 0.1);
    border-radius: 50%;
    vertical-align: top;
    transition: opacity .2s linear; }
  .pagination__item-nav:hover {
    opacity: .45; }
  .pagination__item-nav.is-disabled {
    pointer-events: none; }
  .pagination__item-nav.is-disabled i {
    opacity: .2; }
  .pagination__item-nav i {
    margin: auto; }
  @media screen and (min-width: 1024px) {
    .pagination {
      margin-top: 7.5rem; }
      .pagination__item, .pagination__item.is-selected {
        display: inline-block;
        width: 4rem; } }

a.pagination__item:hover {
  color: #0090d7; }

.management-display {
  width: 100%; }
  .management-display__inner {
    display: flex;
    flex-wrap: wrap;
    margin: 1.375rem -1.25rem; }
  @media screen and (min-width: 1024px) {
    .management-display {
      padding: 0 4.1vw 7.75rem 4.1vw; } }
  @media screen and (min-width: 1280px) {
    .management-display {
      padding: 0 4.6vw 7.75rem 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .management-display {
      padding: 0 4.875rem 7.75rem 4.875rem; } }

.management-item {
  width: 100%;
  padding: 1.375rem 1.25rem; }
  .management-item__inner {
    cursor: pointer; }
  .management-item__img {
    display: block;
    position: relative;
    max-width: 100%;
    max-height: 100%; }
  .management-item__img-box {
    position: relative; }
  .management-item__img-box:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-image: linear-gradient(to bottom, rgba(21, 22, 25, 0), rgba(25, 25, 38, 0.4)); }
  .management-item__name {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    line-height: 1.33;
    margin-top: 1rem;
    transition: color .2s linear; }
  .management-item__bio {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 0.25rem; }
  .management-item__inner:hover .management-item__name {
    color: #0090d7; }
  @media screen and (min-width: 508px) {
    .management-item {
      width: 50%; } }
  @media screen and (min-width: 768px) {
    .management-item {
      width: 33.33%; } }
  @media screen and (min-width: 1024px) {
    .management-item {
      width: 33.33%; } }
  @media screen and (min-width: 1280px) {
    .management-item {
      width: 25%; } }

.manager-modal__item {
  padding: 1.875rem 0 7.5rem 0; }

.manager-modal__name {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 1.17; }

.manager-modal__title {
  font-size: 1.25rem;
  line-height: 1.3;
  margin-top: 0.5rem; }

.manager-modal__bio {
  font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
  font-size: 1.125rem;
  line-height: 1.44;
  margin-top: 1.5rem; }

.manager-modal__img-box {
  width: 100%;
  max-width: 20rem;
  margin: 1rem auto 0 auto; }

.manager-modal__img {
  max-width: 100%;
  max-height: 100%;
  display: block; }

.manager-modal .owl-nav {
  position: absolute;
  bottom: 2rem;
  right: 0;
  left: 0;
  padding: 2.5rem 0 0 0;
  display: flex; }

.manager-modal .owl-nav .owl-prev,
.manager-modal .owl-nav .owl-next {
  height: 3rem;
  width: 50%;
  transition: opacity .2s linear; }

.manager-modal .owl-nav .owl-prev:hover,
.manager-modal .owl-nav .owl-next:hover {
  opacity: .45; }

.manager-modal .owl-nav .owl-prev svg,
.manager-modal .owl-nav .owl-next svg {
  width: 1rem;
  height: 1rem;
  fill: rgba(43, 49, 74, 0.5);
  transition: opacity .2s linear; }

.manager-modal .owl-nav .owl-next {
  border-left: 1px solid rgba(43, 49, 74, 0.1); }

@media screen and (min-width: 768px) {
  .manager-modal__item {
    padding: 2rem 0 9.875rem 0; }
  .manager-modal__name {
    font-size: 2rem;
    line-height: 1.13; }
  .manager-modal__title {
    margin-top: 0.75rem; }
  .manager-modal__img-box {
    margin: 3rem auto 0 auto; }
  .manager-modal__bio {
    font-size: 1.25rem;
    line-height: 1.4;
    margin-top: 3rem; }
  .manager-modal .owl-nav {
    bottom: 4.375rem; } }

@media screen and (min-width: 1024px) {
  .manager-modal__item {
    padding: 3.125rem 4.1vw;
    padding-left: calc(20.5vw + 10rem);
    min-height: calc( (12.3vw + 16.25rem) * 1.36); }
  .manager-modal__img-box {
    position: absolute;
    top: 3.125rem;
    left: 4.1vw;
    margin: 0;
    max-width: calc(12.3vw + 10rem); }
  .manager-modal__bio {
    margin-top: 2rem; }
  .manager-modal .owl-nav {
    position: static;
    padding: 0; }
  .manager-modal .owl-nav .owl-prev,
  .manager-modal .owl-nav .owl-next {
    position: absolute;
    top: 3.125rem;
    bottom: 3.125rem;
    height: auto;
    width: 4.1vw; }
  .manager-modal .owl-nav .owl-prev {
    left: 0; }
  .manager-modal .owl-nav .owl-next {
    right: 0;
    border: none; } }

@media screen and (min-width: 1280px) {
  .manager-modal__item {
    padding: 3.125rem 4.6vw;
    padding-left: calc(23vw + 10rem);
    min-height: calc( (13.8vw + 16.25rem) * 1.36); }
  .manager-modal__img-box {
    left: 4.6vw;
    max-width: calc(13.8vw + 10rem); } }

@media screen and (min-width: 1668px) {
  .manager-modal__item {
    padding: 3.125rem 4.875rem;
    padding-left: calc(390px + 10rem);
    min-height: 42rem; }
  .manager-modal__img-box {
    left: 4.875rem;
    max-width: 24.625rem; } }

.modal-close {
  position: absolute;
  top: 1.875rem;
  right: 1rem;
  z-index: 99;
  width: 2rem;
  height: 2rem;
  display: flex;
  transition: opacity .2s linear; }
  .modal-close i {
    margin: auto;
    width: 1rem;
    height: 1rem; }
  .modal-close:hover {
    opacity: .45; }
  @media screen and (min-width: 768px) {
    .modal-close {
      right: 1.5rem; } }
  @media screen and (min-width: 1024px) {
    .modal-close {
      top: 1.5rem; } }

.modal {
  position: fixed;
  top: -200vh;
  left: 0;
  z-index: 101;
  width: 100%;
  height: 100%;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  transition: top 0 linear .15s; }

.modal.show {
  top: 0;
  transition: top 0 linear 0; }

.modal-dialog {
  position: relative;
  width: auto;
  pointer-events: none;
  margin: auto;
  display: flex;
  align-items: center;
  min-height: 100%; }
  @media screen and (min-width: 1024px) {
    .modal-dialog {
      min-height: calc(100% - 20px);
      transition: transform .15s ease-out;
      transform: translate(0, 0);
      margin-top: 40px; } }

@media screen and (min-width: 1024px) {
  .show .modal-dialog {
    transform: translate(0, -20px); } }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-width: 100vw;
  min-height: 100vh;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  margin: auto;
  padding: 0 1.5rem; }
  @media screen and (min-width: 768px) {
    .modal-content {
      padding: 0 2rem; } }
  @media screen and (min-width: 1024px) {
    .modal-content {
      min-width: auto;
      min-height: auto;
      padding: 0; }
      .modal-content--lg {
        width: calc(49.2vw + 27.5rem); } }
  @media screen and (min-width: 1280px) {
    .modal-content--lg {
      width: calc(55.2vw + 27.5rem); } }
  @media screen and (min-width: 1668px) {
    .modal-content--lg {
      width: calc(936px + 27.5rem); } }

.modal-backdrop {
  opacity: 0;
  position: fixed;
  top: -200vh;
  left: 0;
  z-index: 99;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  transition: opacity .15s linear .15s, top 0 linear .3s; }

.has-modal .modal-backdrop {
  top: 0;
  opacity: .5;
  transition: opacity .15s linear, top 0 linear 0; }

.fees-wrapper {
  padding-bottom: 1.5rem; }
  @media screen and (min-width: 1024px) {
    .fees-wrapper {
      padding-bottom: 8.125rem; } }

.fees-section + .fees-section {
  margin-top: 2rem; }

.fees-section__title {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2; }

.fees-section__dscr {
  font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25; }

.fees-section__title + .fees-card,
.fees-section__dscr + .fees-card {
  margin-top: 1rem; }

.fees-section__title + .fees-section__dscr {
  margin-top: 0.5rem; }

@media screen and (min-width: 1024px) {
  .fees-section + .fees-section {
    margin-top: 3.5rem; }
  .fees-section__title + .fees-card,
  .fees-section__dscr + .fees-card {
    margin-top: 1.5rem; }
  .fees-section__title + .fees-section__dscr {
    margin-top: 1rem; } }

.fees-tabs__item {
  display: none; }

.fees-tabs__item.is-selected {
  display: block; }

.fees-tabs__switch {
  width: 100%;
  justify-content: center;
  margin-bottom: 2.25rem; }

@media screen and (min-width: 1024px) {
  .fees-tabs__switch {
    margin-bottom: 2.875rem;
    justify-content: flex-start; } }

.fees-switch {
  margin: 2rem auto 0 auto;
  align-self: center; }
  @media screen and (min-width: 1024px) {
    .fees-switch {
      order: 1;
      margin: 0 0 2rem 0;
      align-self: flex-start; } }

@media screen and (min-width: 1024px) {
  .fees-side_nav {
    order: 2; } }

.fees-card {
  position: relative;
  background-color: #f2f3fa;
  padding: 1rem; }
  .fees-card + .fees-card {
    margin-top: 1rem; }
  .fees-card__title {
    font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25;
    margin-bottom: 0.5rem; }
  .fees-card__aside {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.75rem; }
  .fees-card__aside--sm {
    font-size: 0.875rem;
    line-height: 1.14;
    color: rgba(23, 28, 45, 0.6); }
  .fees-card__main p,
  .fees-card__main li {
    font-family: PTRootUIWebRegular, Helvetica, Arial, sans-serif;
    font-size: 0.875rem;
    line-height: 1.29;
    color: rgba(43, 49, 74, 0.7); }
  .fees-card__main ol {
    padding-left: 1.25rem; }
  .fees-card__main ol > li {
    list-style-position: outside;
    list-style-type: decimal; }
  .fees-card__main ul > li {
    position: relative; }
  .fees-card__main ul > li:before {
    content: "";
    position: absolute;
    left: -1.5rem;
    top: 0.5rem;
    width: 0.1875rem;
    height: 0.1875rem;
    border-radius: 50%;
    background-color: rgba(43, 49, 74, 0.5); }
  .fees-card__main li + li {
    margin-top: 0.375rem; }
  .fees-card__main ol ul,
  .fees-card__main ol ol,
  .fees-card__main ul ol,
  .fees-card__main ul ul {
    padding: 0.375rem 0 0.375rem 2rem; }
  .fees-card__main > * + p,
  .fees-card__main > * + ul,
  .fees-card__main > * + ol {
    margin-top: 0.75rem; }
  @media screen and (min-width: 1024px) {
    .fees-card {
      padding: 1.5rem 10.5rem 1.5rem 2rem; }
      .fees-card + .fees-card {
        margin-top: 1.5rem; }
      .fees-card__title {
        margin-bottom: 0.75rem; }
      .fees-card__aside {
        position: absolute;
        top: 1.5rem;
        right: 2rem;
        margin-bottom: 0;
        text-align: right;
        max-width: 6.875rem; }
      .fees-card__main > * + p,
      .fees-card__main > * + ul,
      .fees-card__main > * + ol {
        margin-top: 0.375rem; } }

.sidenav {
  flex-basis: 100%;
  flex-grow: 1;
  flex-shrink: 1;
  display: flex;
  flex-direction: column; }
  .sidenav__accordion {
    background-color: #fff;
    position: relative;
    min-height: 4rem;
    max-height: 4rem;
    width: 100vw;
    margin: 0 -1.5rem;
    background-color: #fff;
    overflow: hidden;
    transition: max-height .2s linear; }
  .sidenav__accordion.is-open {
    background-color: #f5f5f5;
    max-height: 100%;
    transition: max-height .2s linear; }
  .sidenav__accordion-toggler {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    text-align: left;
    padding: 1.25rem 1.5rem;
    color: rgba(23, 28, 45, 0.6);
    background-color: #fff;
    border-bottom: 1px solid rgba(43, 49, 74, 0.1);
    opacity: 1;
    pointer-events: all;
    transition: opacity 0 linear .2s; }
  .sidenav__accordion-toggler i {
    vertical-align: middle;
    margin-right: 0.625rem; }
  .is-open .sidenav__accordion-toggler {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear; }
  .sidenav__accordion-arrow {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 11;
    width: 3.5rem; }
  .sidenav__accordion-arrow:after {
    content: "";
    position: absolute;
    right: 1.5rem;
    top: 1.5rem;
    width: 0.875rem;
    height: 1rem;
    opacity: .5;
    background-image: url(../../assets/media/angle-down.svg);
    background-repeat: no-repeat;
    background-size: contain;
    transition: transform .2s linear; }
  .is-open .sidenav__accordion-arrow:after {
    transform: rotate(-180deg);
    transition: transform .2s linear; }
  .is-open .sidenav__toggler {
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s linear; }
  .sidenav__links {
    padding: 0.75rem 3.5rem 0.75rem 1.5rem; }
  .sidenav__links li {
    padding: 0.75rem 0; }
  .sidenav__links li + li {
    border-top: 1px solid rgba(43, 49, 74, 0.1); }
  .sidenav__links li ul {
    padding-left: 1.625rem; }
  .sidenav__links li ul li:first-child {
    padding-top: 0; }
  .sidenav__links li ul li:last-child {
    padding-bottom: 0; }
  .sidenav__links-item {
    font-size: 0.875rem;
    position: relative;
    color: rgba(23, 28, 45, 0.6);
    transition: color .2s linear; }
  .sidenav__links-item:hover {
    color: #0090d7; }
  .sidenav__links-item.is-selected {
    color: #171c2d; }
  .sidenav__links-item.is-selected:before {
    content: "";
    display: block;
    width: 0.375rem;
    height: 0.375rem;
    border-radius: 50%;
    background-color: rgba(43, 49, 74, 0.5);
    position: absolute;
    left: -1rem;
    top: 0.375rem; }
  .sidenav__postfix {
    margin-top: 1.5rem; }
  .sidenav__postfix-link {
    display: inline-block;
    font-size: 1rem;
    color: rgba(23, 28, 45, 0.6);
    transition: color .2s linear; }
  .sidenav__postfix-link:hover {
    color: #0090d7; }
  .sidenav__postfix-link .icon {
    vertical-align: middle;
    margin-right: 0.75rem;
    transition: opacity .2s linear; }
  .sidenav__postfix-link .icon:before {
    transition: background-color .2s linear; }
  .sidenav__postfix-link:hover .icon:before {
    background-color: #0090d7; }
  @media screen and (min-width: 768px) {
    .sidenav__accordion {
      margin: 0 -2rem; }
    .sidenav__accordion-toggler {
      padding: 1.25rem 2rem; }
    .sidenav__accordion-arrow:after {
      right: 2rem; }
    .sidenav__links {
      padding: 0.75rem 4rem 0.75rem 2rem; }
    .sidenav__links-item {
      font-size: 1rem; } }
  @media screen and (min-width: 1024px) {
    .sidenav {
      flex-basis: 0;
      order: 2;
      padding: 2.4375rem 4.1vw 2.5rem 4.1vw;
      border-left: 1px solid rgba(43, 49, 74, 0.1);
      margin-bottom: auto;
      margin-left: 2.5rem;
      align-self: flex-start; }
      .sidenav__accordion {
        margin: 0;
        width: 100%;
        max-height: 100%;
        overflow: visible; }
      .sidenav__accordion-toggler, .sidenav__accordion-arrow {
        display: none; }
      .sidenav__links {
        padding: 0; }
      .sidenav__links li,
      .sidenav__links li:first-child,
      .sidenav__links li:last-child {
        padding: 0.625rem 0; }
      .sidenav__links-item.is-selected:before {
        top: 0.5rem; }
      .sidenav__postfix {
        margin-top: 3.375rem; } }
  @media screen and (min-width: 1280px) {
    .sidenav {
      padding: 2.4375rem 4.6vw 2.5rem 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .sidenav {
      padding: 2.4375rem 4.875rem 2.5rem 4.875rem; } }

.sitemap__content {
  padding: 2rem 0 3rem 0; }

.sitemap__row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.sitemap__row + .sitemap__row,
.sitemap__col + .sitemap__col {
  margin-top: 2.5rem; }

.sitemap__col {
  width: 100%; }

.sitemap__col-head {
  width: 100%;
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.18;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid rgba(43, 49, 74, 0.1); }

.sitemap__col > ul > li + li {
  margin-top: 1rem; }

.sitemap__col > ul > li > a {
  font-family: PTRootUIWebBold, Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25; }

.sitemap__col > ul > li ul {
  padding-top: 0.625rem; }

.sitemap__col > ul > li > ul > li {
  padding-left: 0.5rem; }

.sitemap__col > ul > li > ul > li + li {
  margin-top: 0.5rem; }

.sitemap__col > ul > li > ul > li > a {
  font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.14; }

.sitemap__col > ul > li > ul > li > ul > li {
  padding-left: 0.5rem; }

.sitemap__col > ul > li > ul > li > ul > li + li {
  margin-top: 0.5rem; }

.sitemap__col > ul > li > ul > li > ul > li > a {
  font-family: PTRootUIWebMedium, Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.14;
  color: rgba(23, 28, 45, 0.4); }

.sitemap__content a {
  transition: color .2s linear; }

.sitemap__content a:hover {
  color: #0090d7; }

@media screen and (min-width: 1024px) {
  .sitemap__content {
    padding: 3rem 4.1vw 8.5rem 4.1vw; }
  .sitemap__col {
    width: calc(12.3vw + 7.5rem); }
  .sitemap__col + .sitemap__col {
    margin-top: 0; }
  .sitemap__row + .sitemap__row {
    margin-top: 4rem; } }

@media screen and (min-width: 1280px) {
  .sitemap__content {
    padding: 3rem 4.6vw 8.5rem 4.6vw; }
  .sitemap__col {
    width: calc(13.8vw + 7.5rem); } }

@media screen and (min-width: 1668px) {
  .sitemap__content {
    padding: 3rem 4.875rem 8.5rem 4.875rem; }
  .sitemap__col {
    width: calc(234px + 7.5rem); } }

.grid-wrapper {
  height: 100vh;
  background: transparent;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  display: flex;
  justify-content: center;
  margin: 0 1.5rem;
  pointer-events: none; }
  @media screen and (min-width: 768px) {
    .grid-wrapper {
      margin: 0 2rem; } }
  @media screen and (min-width: 1024px) {
    .grid-wrapper {
      margin: 0; } }

.grid-col {
  height: 100%;
  display: block;
  background: red;
  opacity: 0.3;
  flex: 1;
  max-width: 50%; }
  .grid-col + .grid-col {
    margin-left: 2rem; }
  @media screen and (max-width: 1023px) {
    .grid-col:nth-of-type(n + 3) {
      display: none; } }
  @media screen and (min-width: 768px) {
    .grid-col + .grid-col {
      margin-left: 2.5rem; } }
  @media screen and (min-width: 1024px) {
    .grid-col {
      max-width: 4.1vw; }
      .grid-col + .grid-col {
        margin-left: 2.5rem; } }
  @media screen and (min-width: 1280px) {
    .grid-col {
      max-width: 4.6vw; } }
  @media screen and (min-width: 1668px) {
    .grid-col {
      max-width: 4.875rem; } }

.grid-label {
  position: absolute;
  top: 40px;
  margin: auto;
  font-size: 20px;
  font-weight: bold;
  opacity: 0.3; }
  .grid-label:after {
    content: "px - sm"; }
  @media screen and (min-width: 768px) {
    .grid-label:after {
      content: "px - md"; } }
  @media screen and (min-width: 1024px) {
    .grid-label:after {
      content: "px - lg"; } }
  @media screen and (min-width: 1280px) {
    .grid-label:after {
      content: "px - xlg"; } }
  @media screen and (min-width: 1668px) {
    .grid-label:after {
      content: "px - xxlg"; } }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  height: 100%;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden; }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  height: 100%;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

.no-js .owl-carousel {
  display: block; }

.owl-carousel .animated {
  animation-duration: 2000ms; /* change nb from 1000 */
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

.owl-carousel .fadeIn {
  animation-delay: 0.2s;
  animation-name: fadeIn; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.owl-height {
  transition: height 500ms ease-in-out; }

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

.selectric-wrapper {
  position: relative;
  cursor: pointer; }

.selectric-responsive {
  width: 100%; }

.selectric-open {
  z-index: 9999; }
  .selectric-open .selectric-items {
    display: block; }

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0; }
  .selectric-hide-select select {
    position: absolute;
    left: -100%; }
  .selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10; }
    .selectric-hide-select.selectric-is-native select {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      border: none;
      z-index: 1;
      box-sizing: border-box;
      opacity: 0; }

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important; }

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important; }

.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  z-index: -1;
  border-radius: 0.25rem;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
  .selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto; }
  .selectric-above .selectric-items {
    top: auto;
    bottom: 100%; }
  .selectric-items ul, .selectric-items li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.875rem;
    line-height: 1.14; }
  .selectric-items li {
    display: block;
    padding: 0.75rem;
    color: #171c2d;
    cursor: pointer;
    transition: background-color .2s linear; }
    .selectric-items li.selected {
      color: rgba(23, 28, 45, 0.61); }
    .selectric-items li:hover {
      background-color: rgba(43, 49, 74, 0.1); }


.card-content__features-icon {
  width: 3.5rem !Important;
  height: 3.5rem !Important;
}


.card-features__item-icon {
width: 3rem !important;
min-width: 3rem !important;
height: 3rem !important;
}
