h1, .h1, .popup__title {
  font: 500 2.34375vw "Stag Sans", sans-serif;
  line-height: 1.33333; }
  @media (max-width: 1279px) {
    h1, .h1, .popup__title {
      font-size: 35px; } }
  @media (max-width: 767px) {
    h1, .h1, .popup__title {
      font-size: 26px; } }

h2, .h2, .company-life-socials__heading, .similar-articles__heading, .jobs-group__heading {
  font-family: "Stag Sans", sans-serif;
  font-size: 1.5625vw;
  line-height: 1.5;
  font-weight: 500; }
  @media (max-width: 1279px) {
    h2, .h2, .company-life-socials__heading, .similar-articles__heading, .jobs-group__heading {
      font-size: 25px; } }
  @media (max-width: 767px) {
    h2, .h2, .company-life-socials__heading, .similar-articles__heading, .jobs-group__heading {
      font-size: 20px; } }

h3, .h3 {
  font-family: "Stag Sans", sans-serif;
  font-size: 22px;
  line-height: 1.59091;
  font-weight: 500; }
  @media (max-width: 767px) {
    h3, .h3 {
      font-size: 18px; } }

.article-text-box__text, .article-text-box__text p, .article-text-box__text .features-title, .article-text-box__text .view-address-block, .article-text-box__text .contacts__address table td, .contacts__address table .article-text-box__text td, .article-text-box__text .contacts__office-name {
  font-size: 18px;
  line-height: 1.66667; }
  @media (max-width: 1279px) {
    .article-text-box__text, .article-text-box__text p, .article-text-box__text .features-title, .article-text-box__text .view-address-block, .article-text-box__text .contacts__address table td, .contacts__address table .article-text-box__text td, .article-text-box__text .contacts__office-name {
      font-size: 15px;
      line-height: 1.66667; } }
  @media (max-width: 767px) {
    .article-text-box__text, .article-text-box__text p, .article-text-box__text .features-title, .article-text-box__text .view-address-block, .article-text-box__text .contacts__address table td, .contacts__address table .article-text-box__text td, .article-text-box__text .contacts__office-name {
      font-size: 13px;
      line-height: 1.53846; } }

@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/NotoSans.woff") format("woff"), url("../fonts/NotoSans.ttf") format("ttf"), url("../fonts/NotoSans.eot") format("eot");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'Noto Sans';
  src: url("../fonts/NotoSans-Bold.woff") format("woff"), url("../fonts/NotoSans-Bold.ttf") format("ttf"), url("../fonts/NotoSans-Bold.eot") format("eot");
  font-weight: 700;
  font-style: normal; }

@font-face {
  font-family: 'Stag Sans';
  src: url("../fonts/Stag Sans-Medium-Web.woff2") format("woff2"), url("../fonts/Stag Sans-Medium-Web.woff") format("woff"), url("../fonts/Stag Sans-Medium-Web.ttf") format("ttf"), url("../fonts/Stag Sans-Medium-Web.eot") format("eot");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'Geometria';
  src: url("../fonts/Geometria.woff2") format("woff2"), url("../fonts/Geometria.woff") format("woff"), url("../fonts/Geometria.ttf") format("ttf"), url("../fonts/Geometria.eot") format("eot");
  font-weight: 700;
  font-style: normal; }

* {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  *:not(img) {
    margin: 0; }

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

*::-moz-selection {
  background: #416FED;
  color: #fff;
  -webkit-text-fill-color: #fff; }

*::selection {
  background: #416FED;
  color: #fff;
  -webkit-text-fill-color: #fff; }

*::-moz-selection {
  background: #416FED;
  color: #fff; }

input::-ms-clear {
  display: none; }

html {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  line-height: 1.66667;
  font-weight: 400;
  color: #252727;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

body {
  background: #EFF2F7;
  padding-top: 80px; }
  @media (max-width: 1600px) {
    body {
      padding-top: 70px; } }
  @media (max-width: 767px) {
    body {
      padding-top: 50px; } }

button {
  font-family: "Noto Sans", sans-serif;
  font-size: 18px;
  background: none;
  border: none;
  display: block;
  cursor: pointer;
  text-align: left;
  line-height: inherit;
  padding: 0; }
  button:focus {
    outline: none !important; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

.clear::before, .clear::after {
  content: '';
  display: block;
  clear: both; }

p, .features-title, .view-address-block, .contacts__address table td, .contacts__office-name {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.66667; }
  @media (max-width: 1600px) {
    p, .features-title, .view-address-block, .contacts__address table td, .contacts__office-name {
      font-size: 15px;
      line-height: 1.66667; } }
  @media (max-width: 767px) {
    p, .features-title, .view-address-block, .contacts__address table td, .contacts__office-name {
      font-size: 13px;
      line-height: 1.53846; } }

.text-large {
  font-size: 20px;
  line-height: 1.6;
  margin-bottom: 36px; }
  @media (max-width: 1500px) {
    .text-large {
      font-size: 18px; } }

a {
  color: #416FED;
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

h1, .h1 {
  color: #252727;
  margin-bottom: 30px;
  text-transform: initial; }
  @media (max-width: 767px) {
    h1, .h1 {
      margin-bottom: 20px; } }

h2, .h2 {
  color: #252727;
  margin-bottom: 30px;
  text-transform: initial; }
  @media (max-width: 1279px) {
    h2, .h2 {
      margin-bottom: 26px; } }

h3, .h3 {
  color: #252727;
  margin-bottom: 34px;
  text-transform: initial; }
  @media (max-width: 1279px) {
    h3, .h3 {
      margin-bottom: 24px; } }

.features-title {
  font-weight: bold;
  color: #416FED; }

h4, .h4 {
  font-size: 18px;
  line-height: 1.36;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: #252727; }
  @media (max-width: 767px) {
    h4, .h4 {
      font-size: 15px; } }

h5, .h5 {
  font-family: "Stag Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #252727; }

h6, .h6 {
  font-family: "Stag Sans", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 16px;
  color: #252727; }

.text-upper {
  text-transform: uppercase;
  margin-bottom: 22px; }

.title {
  font-weight: 700;
  margin-bottom: 28px;
  color: #252727; }
  .title:not(:first-child) {
    margin-top: 50px; }
    @media (max-width: 1500px) {
      .title:not(:first-child) {
        margin-top: 46px; } }
    @media (max-width: 1279px) {
      .title:not(:first-child) {
        margin-top: 35px; } }

h2:not(:first-child), .h2:not(:first-child),
h3:not(:first-child), .h3:not(:first-child),
h4:not(:first-child), .h4:not(:first-child),
h5:not(:first-child), .h5:not(:first-child),
h6:not(:first-child), .h6:not(:first-child),
.features-title:not(:first-child) {
  margin-top: 45px; }
  @media (max-width: 1500px) {
    h2:not(:first-child), .h2:not(:first-child),
    h3:not(:first-child), .h3:not(:first-child),
    h4:not(:first-child), .h4:not(:first-child),
    h5:not(:first-child), .h5:not(:first-child),
    h6:not(:first-child), .h6:not(:first-child),
    .features-title:not(:first-child) {
      margin-top: 30px; } }
  @media (max-width: 767px) {
    h2:not(:first-child), .h2:not(:first-child),
    h3:not(:first-child), .h3:not(:first-child),
    h4:not(:first-child), .h4:not(:first-child),
    h5:not(:first-child), .h5:not(:first-child),
    h6:not(:first-child), .h6:not(:first-child),
    .features-title:not(:first-child) {
      margin-top: 0; } }
  h2:not(:first-child) + .title,
  h2:not(:first-child) + .features-title, .h2:not(:first-child) + .title,
  .h2:not(:first-child) + .features-title,
  h3:not(:first-child) + .title,
  h3:not(:first-child) + .features-title, .h3:not(:first-child) + .title,
  .h3:not(:first-child) + .features-title,
  h4:not(:first-child) + .title,
  h4:not(:first-child) + .features-title, .h4:not(:first-child) + .title,
  .h4:not(:first-child) + .features-title,
  h5:not(:first-child) + .title,
  h5:not(:first-child) + .features-title, .h5:not(:first-child) + .title,
  .h5:not(:first-child) + .features-title,
  h6:not(:first-child) + .title,
  h6:not(:first-child) + .features-title, .h6:not(:first-child) + .title,
  .h6:not(:first-child) + .features-title,
  .features-title:not(:first-child) + .title,
  .features-title:not(:first-child) + .features-title {
    margin-top: 0; }

.bold {
  font-size: 1.04167vw;
  font-weight: 700; }
  @media (max-width: 1279px) {
    .bold {
      font-size: 15px; } }

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

.ul,
ul:not([class]) {
  list-style: none;
  padding-right: 20px;
  margin-bottom: 50px; }
  @media (max-width: 1600px) {
    .ul,
    ul:not([class]) {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .ul,
    ul:not([class]) {
      margin-bottom: 35px; } }
  .ul li,
  ul:not([class]) li {
    position: relative;
    left: 20px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      .ul li,
      ul:not([class]) li {
        font-size: 15px;
        line-height: 1.66667;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .ul li,
      ul:not([class]) li {
        font-size: 13px;
        line-height: 1.53846;
        left: 20px; } }
    .ul li::before,
    ul:not([class]) li::before {
      content: '';
      position: absolute;
      width: 5px;
      height: 5px;
      margin-left: -20px;
      margin-top: 14px;
      border-radius: 50%;
      background: #333; }
      @media (max-width: 1600px) {
        .ul li::before,
        ul:not([class]) li::before {
          margin-top: 11px; } }
      @media (max-width: 767px) {
        .ul li::before,
        ul:not([class]) li::before {
          margin-top: 3px; } }
  .ul li ul,
  ul:not([class]) li ul {
    margin-left: 0;
    margin-top: 10px; }
  .ul ul,
  ul:not([class]) ul {
    margin-bottom: 20px; }
    @media (max-width: 1600px) {
      .ul ul,
      ul:not([class]) ul {
        margin-bottom: 15px; } }
  .ul > ul,
  ul:not([class]) > ul {
    margin-left: 25px; }
    @media (max-width: 767px) {
      .ul > ul,
      ul:not([class]) > ul {
        margin-left: 22px; } }

.list {
  list-style: none;
  padding-right: 25px;
  margin-bottom: 50px; }
  @media (max-width: 1600px) {
    .list {
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .list {
      padding-right: 22px;
      margin-bottom: 35px; } }
  .list li {
    position: relative;
    left: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      .list li {
        font-size: 15px;
        line-height: 1.66667;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .list li {
        font-size: 13px;
        line-height: 1.53846;
        left: 22px; } }
    .list li::before {
      content: '';
      position: absolute;
      margin-left: -25px;
      margin-top: 9px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background: #416FED; }
      @media (max-width: 1600px) {
        .list li::before {
          margin-top: 7px; } }
      @media (max-width: 767px) {
        .list li::before {
          width: 8px;
          height: 8px;
          margin-top: 5px;
          margin-left: -22px; } }
  .list li ul {
    margin-left: 0;
    margin-top: 10px; }
  .list ul,
  .list ul:not([class]) {
    margin-bottom: 20px; }
    @media (max-width: 1600px) {
      .list ul,
      .list ul:not([class]) {
        margin-bottom: 15px; } }
    .list ul li::before,
    .list ul:not([class]) li::before {
      margin-top: 12px;
      width: 10px;
      height: 10px;
      background: none;
      -webkit-box-shadow: inset 0 0 0 2px #416FED;
      box-shadow: inset 0 0 0 2px #416FED; }
      @media (max-width: 1600px) {
        .list ul li::before,
        .list ul:not([class]) li::before {
          margin-top: 9px; } }
      @media (max-width: 767px) {
        .list ul li::before,
        .list ul:not([class]) li::before {
          margin-top: 0;
          width: 8px;
          height: 8px; } }
  .list > ul,
  .list > ul:not([class]) {
    margin-left: 25px; }
    @media (max-width: 767px) {
      .list > ul,
      .list > ul:not([class]) {
        margin-left: 22px; } }

ul.check-list {
  list-style: none;
  padding-right: 35px;
  margin-bottom: 50px; }
  ul.check-list li {
    position: relative;
    left: 35px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      ul.check-list li {
        font-size: 15px;
        line-height: 1.66667;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      ul.check-list li {
        font-size: 13px;
        line-height: 1.53846;
        left: 22px; } }
    ul.check-list li::before {
      content: '';
      position: absolute;
      margin-left: -35px;
      margin-top: 6px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #416FED; }
      @media (max-width: 1600px) {
        ul.check-list li::before {
          margin-top: 3px; } }
    ul.check-list li::after {
      content: '';
      position: absolute;
      left: -28px;
      top: 9px;
      width: 6px;
      height: 11px;
      border: 1px solid #fff;
      border-left: none;
      border-top: none;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media (max-width: 1600px) {
        ul.check-list li::after {
          top: 6px; } }

.ol,
ol:not([class]),
.num-list {
  list-style: none;
  counter-reset: item;
  padding-right: 26px;
  margin-bottom: 50px;
  position: relative; }
  @media (max-width: 767px) {
    .ol,
    ol:not([class]),
    .num-list {
      padding-right: 22px;
      margin-bottom: 35px; } }
  .ol li,
  ol:not([class]) li,
  .num-list li {
    position: relative;
    left: 25px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      .ol li,
      ol:not([class]) li,
      .num-list li {
        font-size: 15px;
        line-height: 1.66667;
        margin-bottom: 15px; } }
    @media (max-width: 767px) {
      .ol li,
      ol:not([class]) li,
      .num-list li {
        font-size: 13px;
        line-height: 1.53846;
        left: 22px;
        margin-bottom: 15px; } }
    .ol li::before,
    ol:not([class]) li::before,
    .num-list li::before {
      content: counter(item);
      counter-increment: item;
      position: absolute;
      margin-left: -26px;
      margin-top: 0;
      color: #416FED;
      font-weight: 700; }
      @media (max-width: 767px) {
        .ol li::before,
        ol:not([class]) li::before,
        .num-list li::before {
          margin-top: 0;
          margin-left: -22px; } }

.ol_zero {
  padding-right: 35px; }
  .ol_zero li {
    left: 35px; }
    .ol_zero li::before {
      content: counter(item, decimal-leading-zero);
      margin-left: -35px;
      font-size: 1em; }

.float-right {
  float: right;
  margin: 4px 0 20px 70px;
  max-width: 56%; }
  @media (max-width: 1900px) {
    .float-right {
      margin-left: 30px; } }
  @media (max-width: 767px) {
    .float-right {
      float: none;
      display: block;
      margin: 20px 0;
      max-width: 100%; } }

.float-left {
  float: left;
  margin: 4px 70px 20px 0;
  max-width: 56%; }
  @media (max-width: 1900px) {
    .float-left {
      margin-right: 30px; } }
  @media (max-width: 767px) {
    .float-left {
      float: none;
      display: block;
      margin: 20px 0;
      max-width: 100%; } }

.gray {
  color: #E5E5E5; }

.incut {
  background: #EFF2F7;
  padding: 20px;
  margin: 30px 0 50px; }

.timetable {
  border: 1px solid #DCDEE4;
  border-collapse: collapse;
  font-size: 18px;
  margin: 30px 0 50px; }
  @media (max-width: 1900px) {
    .timetable {
      font-size: 15px;
      margin: 30px 0 40px; } }
  @media (max-width: 767px) {
    .timetable {
      font-size: 13px;
      margin: 20px 0 30px; } }
  .timetable td {
    vertical-align: top;
    padding: 15px;
    border: 1px solid #DCDEE4; }
    .timetable td:first-child {
      white-space: nowrap; }
      @media (max-width: 767px) {
        .timetable td:first-child {
          white-space: normal; } }
    @media (max-width: 767px) {
      .timetable td {
        padding: 8px; } }
  .timetable tr:nth-child(odd) {
    background: #F5F6FA; }

.table {
  border: 1px solid #DCDEE4;
  border-collapse: collapse;
  font-size: 15px;
  margin: 30px 0 50px; }
  @media (max-width: 1900px) {
    .table {
      font-size: 13px; } }
  @media (max-width: 767px) {
    .table {
      overflow: auto;
      width: 100%;
      display: block;
      margin: 20px 0 40px; } }
  .table__td-title {
    font-weight: 700; }
  .table th {
    background: #404346;
    color: #fff;
    font-weight: 700;
    border: 1px solid #fff;
    padding: 15px;
    text-align: left; }
    @media (max-width: 1900px) {
      .table th {
        padding: 8px; } }
  .table td {
    vertical-align: top;
    padding: 15px;
    border: 1px solid #DCDEE4; }
    @media (max-width: 1900px) {
      .table td {
        padding: 8px; } }
  .table tbody tr:nth-child(even) {
    background: #F5F6FA; }
  .table ul {
    margin-top: 15px;
    margin-bottom: 15px; }
    .table ul li {
      font-size: 13px;
      line-height: 1.53846;
      margin-bottom: 8px;
      left: 13px; }
      .table ul li::before {
        width: 5px;
        height: 5px;
        margin-left: -13px;
        margin-top: 7px;
        background: #404346; }

.tooltip-info {
  color: #416FED;
  cursor: help; }

.tooltip_templates {
  display: none; }

.text-border,
.text-update {
  border: 6px solid #416FED;
  padding: 34px 58px 40px 42px;
  margin-top: 50px;
  margin-bottom: 55px;
  font-size: 18px;
  line-height: 1.66667;
  max-width: 100%; }
  @media (max-width: 1600px) {
    .text-border,
    .text-update {
      padding: 24px 30px;
      font-size: 15px;
      line-height: 1.66667;
      margin-top: 40px;
      margin-bottom: 40px; }
      .text-border + .text-border,
      .text-update + .text-border {
        margin-top: -20px; } }
  @media (max-width: 767px) {
    .text-border,
    .text-update {
      font-size: 14px;
      padding: 20px;
      border-width: 4px; }
      .text-border .expert,
      .text-update .expert {
        font-size: 14px; }
        .text-border .expert__photo,
        .text-update .expert__photo {
          width: 50px;
          height: 50px;
          margin-right: 15px; } }
  .text-border *:last-child,
  .text-update *:last-child {
    margin-bottom: 0; }
  .text-border a,
  .text-update a {
    color: #416FED; }

.text-quote,
.product__quote {
  color: #252727;
  padding: 0 0 0 20px;
  border-left: 6px solid #416FED;
  margin-top: 35px;
  margin-bottom: 56px;
  font-size: 18px; }
  .text-quote:first-child,
  .product__quote:first-child {
    margin-top: 0; }
  .text-quote *:last-child,
  .product__quote *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1500px) {
    .text-quote,
    .product__quote {
      margin-top: 40px;
      margin-bottom: 40px;
      font-size: 15px; } }
  @media (max-width: 767px) {
    .text-quote,
    .product__quote {
      font-size: 13px;
      line-height: 1.53846;
      border-width: 4px;
      margin-top: 24px; } }
  .text-quote ul,
  .product__quote ul {
    margin-top: 30px; }
    .text-quote ul:first-child,
    .product__quote ul:first-child {
      margin-top: 0; }

.link-dashed {
  border-bottom: 1px dashed;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .link-dashed:hover {
    text-decoration: none;
    border-color: transparent; }

.container {
  width: 1920px;
  max-width: 100%;
  margin: 0 auto;
  padding-left: 120px;
  padding-right: 120px; }
  @media (max-width: 1900px) {
    .container {
      padding-left: 80px;
      padding-right: 80px; } }
  @media (max-width: 1600px) {
    .container {
      padding-left: 60px;
      padding-right: 60px; } }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }

.page-inner {
  padding-top: 50px; }
  @media (max-width: 767px) {
    .page-inner {
      padding-top: 0; } }
  .page-inner_white {
    padding-bottom: 50px;
    background: #fff; }
    .page-inner_white + .footer {
      margin-top: 0; }

.section {
  margin-bottom: 93px; }
  @media (max-width: 767px) {
    .section {
      margin-bottom: 50px; } }

.header {
  background: #fff;
  -webkit-box-shadow: 0 1px 0 #E5E5E5;
  box-shadow: 0 1px 0 #E5E5E5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-transition: background 0.1s linear 0.2s;
  -o-transition: background 0.1s linear 0.2s;
  transition: background 0.1s linear 0.2s; }
  .header__search {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 10px 22px;
    border-left: 1px solid #E5E5E5;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    color: #243F90; }
    @media (max-width: 1600px) and (min-width: 1280px) {
      .header__btn {
        font-size: 13px; } }
    @media (min-width: 768px) {
      .header_white .header__btn {
        color: #fff;
        border-color: rgba(220, 222, 228, 0.3); } }
    .header__btn:hover {
      text-decoration: none; }
    @media (max-width: 1279px) {
      .header__btn {
        display: none; } }
    .header__btn .ico {
      margin-left: 10px; }
  .header__lang {
    border-left: 1px solid #E5E5E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 1px; }
    @media (max-width: 1600px) and (min-width: 1280px) {
      .header__lang {
        font-size: 13px; } }
    @media (max-width: 1279px) {
      .header__lang {
        display: none; } }
    @media (min-width: 768px) {
      .header_white .header__lang {
        border-color: rgba(220, 222, 228, 0.3); } }
  .header__menu {
    border-right: 1px solid #E5E5E5; }
    @media (max-width: 1279px) {
      .header__menu {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        border-left: 1px solid #E5E5E5;
        border-right: none; } }
    @media (min-width: 768px) {
      .header_white .header__menu {
        border-color: rgba(220, 222, 228, 0.3); } }
  @media (max-width: 1279px) {
    .header_eng .header__lang {
      display: none; } }
  .header_eng .header__callback {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header_eng .header__callback .ico {
      display: none; }
    @media (max-width: 767px) {
      .header_eng .header__callback {
        padding: 10px 15px;
        font-size: 0; }
        .header_eng .header__callback .ico {
          display: block;
          width: 20px; } }
  .header__eng-box {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
  .header__link-back {
    border-right: 1px solid #E5E5E5;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    color: #416FED;
    padding: 0 30px; }
    @media (max-width: 1279px) {
      .header__link-back {
        border-right: none; } }
    @media (max-width: 767px) {
      .header__link-back {
        padding: 0 10px 0 28px; } }
    .header__link-back:hover {
      text-decoration: none; }
    .header__link-back .ico {
      margin-right: 10px;
      stroke: #416FED; }
  @media (max-width: 1600px) {
    .header__logo-ibs {
      width: 70px; } }
  @media (max-width: 767px) {
    .header__logo-ibs {
      width: 50px;
      -ms-flex-negative: 0;
      flex-shrink: 0; } }
  .header__logo-white {
    display: none; }
  .header__logo-blue {
    display: block; }
  .header_white {
    background: none;
    -webkit-box-shadow: 0 1px 0 rgba(220, 222, 228, 0.3);
    box-shadow: 0 1px 0 rgba(220, 222, 228, 0.3); }
    .header_white .header__logo-blue {
      display: none; }
    .header_white .header__logo-white {
      display: block; }
  @media (min-width: 768px) {
    .load-animation .header_index {
      opacity: 0;
      -webkit-animation: headerIndex 0.5s linear forwards 2s;
      animation: headerIndex 0.5s linear forwards 2s; } }
  @media (max-width: 1500px) {
    .header__more {
      padding-left: 0; } }
  @media (max-width: 1500px) {
    .header__item {
      display: block;
      padding: 36px 30px 40px;
      border-top: 1px solid #E5E5E5; } }

.lang__link {
  color: #A8A8B1;
  font-size: 15px; }
  @media (max-width: 1600px) and (min-width: 1280px) {
    .lang__link {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .header_white .lang__link {
      color: rgba(255, 255, 255, 0.3); } }
  .lang__link:not(:last-child)::after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    width: 1px;
    height: 20px;
    background: #E5E5E5;
    margin: 0 10px; }
  .lang__link.active {
    color: #243F90; }
    @media (min-width: 768px) {
      .header_white .lang__link.active {
        color: #fff; } }

.header-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 20; }

@-webkit-keyframes headerIndex {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes headerIndex {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.menu-main {
  position: fixed;
  top: 80px;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 20;
  overflow-y: auto;
  background: #F5F6FA;
  padding-top: 100px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear; }
  @media (max-width: 1900px) {
    .menu-main {
      top: 70px;
      padding-top: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  @media (max-width: 1279px) {
    .menu-main {
      padding: 0 0 30px;
      top: 0;
      display: block; } }
  .menu-main.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  @media (max-width: 1600px) {
    .menu-main__container {
      margin-top: 70px; } }
  @media (max-width: 1279px) {
    .menu-main__container {
      padding: 0;
      border-top: 1px solid #fff; } }
  @media (max-width: 767px) {
    .menu-main__container {
      margin-top: 50px; } }
  .menu-main__close {
    display: none;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 0;
    height: 80px;
    text-transform: uppercase;
    color: #416FED;
    padding-left: 64px;
    padding-right: 30px;
    border-left: 1px solid #fff;
    font-family: "Stag Sans", sans-serif;
    font-size: 15px; }
    @media (max-width: 1600px) {
      .menu-main__close {
        height: 70px; } }
    @media (max-width: 1279px) {
      .menu-main__close {
        display: block; } }
    @media (max-width: 767px) {
      .menu-main__close {
        height: 50px;
        width: 50px;
        padding: 0;
        font-size: 0; } }
    .menu-main__close::before, .menu-main__close::after {
      content: '';
      position: absolute;
      left: 30px;
      top: 39px;
      width: 20px;
      height: 1px;
      background: #416FED; }
      @media (max-width: 1600px) {
        .menu-main__close::before, .menu-main__close::after {
          top: 35px; } }
      @media (max-width: 767px) {
        .menu-main__close::before, .menu-main__close::after {
          top: 25px;
          left: 15px; } }
    .menu-main__close::before {
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    .menu-main__close::after {
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
  .menu-main__bottom {
    margin-top: 8.42105vh;
    margin-bottom: 30px; }
    @media (max-width: 1279px) {
      .menu-main__bottom {
        padding: 0 35px; } }
    @media (max-width: 767px) {
      .menu-main__bottom {
        padding: 0 20px;
        margin-top: 50px; } }
  @media (max-width: 1279px) {
    .menu-main__contacts {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }
  @media (max-width: 1279px) and (max-width: 767px) {
    .menu-main__contacts {
      display: block; } }
  .menu-main .btn {
    display: none; }
    @media (max-width: 1279px) {
      .menu-main .btn {
        display: block;
        width: 40%;
        padding: 11px 30px; } }
    @media (max-width: 767px) {
      .menu-main .btn {
        width: 300px;
        margin-top: 24px; } }
    @media (max-width: 460px) {
      .menu-main .btn {
        width: 100%; } }
  .menu-main .link-dashed {
    display: none;
    font-size: 18px;
    color: #416FED; }
    @media (max-width: 1279px) {
      .menu-main .link-dashed {
        display: inline-block; } }
    @media (max-width: 767px) {
      .menu-main .link-dashed {
        font-size: 14px; } }
  .menu-main__soc {
    font-size: 18px; }

.menu-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1279px) {
    .menu-cols {
      display: block; } }
  .menu-cols__item {
    padding-right: 40px; }
    @media (max-width: 1500px) {
      .menu-cols__item {
        max-width: 355px; } }
    @media (max-width: 1279px) {
      .menu-cols__item {
        max-width: none;
        padding-right: 0; } }

.menu-item {
  /*&__header {
      border-bottom: 1px solid #fff;
      @media ($afterLaptop) {
        display: none;
      }
    }*/ }
  @media (max-width: 1279px) {
    .menu-item {
      border-bottom: 1px solid #fff; } }
  .menu-item__title {
    display: block;
    margin-bottom: 26px;
    font-size: 1.45833vw;
    font-weight: 700;
    color: #333;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative; }
    .menu-item__title .ico {
      position: absolute;
      right: 35px;
      top: 50%;
      margin-top: -8px;
      height: 17px;
      -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
      transform: scale(-1, -1); }
      @media (min-width: 1280px) {
        .menu-item__title .ico {
          display: none; } }
    .menu-item__title:hover {
      color: #416FED;
      text-decoration: none; }
    @media (max-width: 1279px) {
      .menu-item__title {
        font-size: 15px;
        font-weight: 400;
        margin-bottom: 0;
        padding: 25px 35px; } }
    @media (max-width: 767px) {
      .menu-item__title {
        font-size: 14px;
        padding: 10px 20px; } }
  .menu-item__back {
    display: block;
    font-size: 18px;
    padding: 26px 35px;
    color: #333;
    height: 81px;
    width: 100%;
    text-align: left;
    border-bottom: 1px solid #fff; }
    @media (max-width: 767px) {
      .menu-item__back {
        font-size: 14px;
        padding: 10px 20px;
        height: 51px; } }
    @media (min-width: 1280px) {
      .menu-item__back {
        display: none; } }
    .menu-item__back .ico {
      margin-right: 10px; }
      @media (max-width: 767px) {
        .menu-item__back .ico {
          margin-bottom: -2px; } }
  @media (max-width: 1279px) {
    .menu-item__sub {
      display: none;
      position: fixed;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 1;
      overflow-y: auto;
      background: #E5E5E5; }
      .menu-item__sub.open {
        display: block; } }
  @media (min-width: 1280px) {
    .menu-item_mobile {
      display: none; } }

.menu-list {
  list-style: none; }
  .menu-list__link {
    display: block;
    font-size: 0.9375vw;
    line-height: 1.22222;
    padding-bottom: 20px;
    color: #333;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .menu-list__link:hover {
      color: #416FED;
      text-decoration: none; }
    @media (max-width: 1279px) {
      .menu-list__link {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400;
        margin-bottom: 0;
        padding: 30px 35px;
        border-bottom: 1px solid #fff; } }
    @media (max-width: 767px) {
      .menu-list__link {
        font-size: 14px;
        padding: 10px 20px; } }
  .menu-list__sub {
    display: none; }
    @media (max-width: 1279px) {
      .menu-list__sub {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        overflow-y: auto;
        background: #E5E5E5; }
        .menu-list__sub.open {
          display: block; } }

.js-menu-item-btn {
  position: relative; }
  @media (max-width: 1279px) {
    .js-menu-item-btn::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 35px;
      margin-top: -7px;
      height: 13px;
      width: 13px;
      border: 2px solid #416FED;
      border-right: 0;
      border-bottom: 0;
      border-radius: 2px;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg); } }
  @media (max-width: 1279px) and (max-width: 767px) {
    .js-menu-item-btn::after {
      right: 22px;
      height: 10px;
      width: 10px;
      border-width: 1px; } }

.footer {
  background: #333333;
  color: #fff;
  padding-top: 88px;
  margin-top: 203px;
  font-size: 15px;
  line-height: 1.33333;
  position: relative;
  z-index: 2; }
  @media (max-width: 1600px) {
    .footer {
      font-size: 13px;
      margin-top: 100px; } }
  @media (max-width: 1279px) {
    .footer {
      padding-top: 46px;
      padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .footer {
      margin-top: 80px;
      padding-top: 42px; } }
  @media (max-width: 1600px) {
    .footer p, .footer .features-title, .footer .view-address-block, .footer .contacts__address table td, .contacts__address table .footer td, .footer .contacts__office-name {
      font-size: 15px; } }
  .footer__callback {
    display: none; }
    @media (max-width: 767px) {
      .footer__callback {
        display: block;
        margin-top: 34px; } }
    .footer__callback .btn {
      width: 280px;
      max-width: 100%;
      text-transform: initial; }
  .footer__soc-title {
    display: none; }
    @media (max-width: 1279px) {
      .footer__soc-title {
        display: block; } }
  @media (max-width: 1279px) {
    .footer__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media (max-width: 767px) {
    .footer__container {
      display: block; } }

.footer-city__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .footer-city__list a {
    white-space: nowrap; }
    .footer-city__list a:not(:last-child) {
      margin-right: 20px; }

@media (max-width: 1279px) {
  .footer-city {
    display: none; } }

.link-white {
  color: #fff;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .link-white:hover {
    color: #416FED;
    text-decoration: none; }

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #404346;
  padding-bottom: 20px;
  margin-bottom: 68px; }
  .footer-nav__col {
    width: 24%;
    padding-right: 150px; }
    @media (max-width: 1900px) {
      .footer-nav__col {
        padding-right: 70px; } }
  @media (max-width: 1279px) {
    .footer-nav {
      display: none; } }

.footer-menu {
  list-style: none;
  margin-bottom: 40px; }
  .footer-menu__link {
    display: block;
    color: #fff;
    font-style: 15px;
    line-height: 1.46667;
    padding-bottom: 20px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .footer-menu__link {
        font-size: 13px; } }
    .footer-menu__link:hover {
      color: #416FED;
      text-decoration: none; }

.footer-menu-item {
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 22px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (max-width: 1600px) {
    .footer-menu-item {
      font-size: 15px; } }
  .footer-menu-item + .footer-menu-item {
    margin-top: 24px; }
  .footer-menu-item:hover {
    color: #416FED;
    text-decoration: none; }

.footer-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #404346;
  padding-bottom: 68px;
  margin-bottom: 42px; }
  @media (max-width: 1900px) {
    .footer-contacts {
      margin-bottom: 0; } }
  @media (max-width: 1279px) {
    .footer-contacts {
      display: block;
      max-width: 310px;
      border-bottom: 0;
      padding-bottom: 0; } }
  @media (max-width: 767px) {
    .footer-contacts {
      max-width: 100%; } }
  .footer-contacts p, .footer-contacts .features-title, .footer-contacts .view-address-block, .footer-contacts .contacts__address table td, .contacts__address table .footer-contacts td, .footer-contacts .contacts__office-name {
    margin-bottom: 10px; }
  @media (max-width: 1279px) {
    .footer-contacts {
      line-height: 1.46667; } }
  @media (max-width: 767px) {
    .footer-contacts {
      font-size: 13px;
      line-height: 1.38462; } }
  .footer-contacts__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 18px; }
    @media (max-width: 1600px) {
      .footer-contacts__title {
        font-size: 15px; } }
  .footer-contacts__links {
    text-align: right; }
    @media (max-width: 1279px) {
      .footer-contacts__links {
        display: none; } }
    .footer-contacts__links a {
      display: inline-block;
      margin-bottom: 16px; }
  .footer-contacts .soc {
    margin-top: 0; }
  @media (max-width: 1279px) {
    .footer-contacts__col {
      margin-top: 56px; }
      .footer-contacts__col:first-child {
        margin-top: 0; } }
  @media (max-width: 767px) {
    .footer-contacts__col {
      margin-top: 30px; } }

.footer-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 42px 0 34px; }
  @media (max-width: 1279px) {
    .footer-logos {
      display: none; } }
  .footer-logos__item {
    display: inline-block;
    text-align: center; }
    .footer-logos__item img {
      max-width: 100%;
      vertical-align: middle; }
      @media (max-width: 1500px) {
        .footer-logos__item img {
          max-width: 7vw;
          max-height: 35px; } }

@media (max-width: 1279px) {
  .footer-copy {
    display: block;
    max-width: 290px;
    margin-top: 44px; } }

@media (max-width: 767px) {
  .footer-copy {
    max-width: 100%; } }

.footer-copy__col {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding-right: 20px; }
  .footer-copy__col:last-child {
    padding-right: 0; }

.footer-copy__links {
  display: none;
  padding-right: 0; }
  @media (max-width: 1279px) {
    .footer-copy__links {
      display: block; } }
  @media (max-width: 767px) {
    .footer-copy__links {
      margin-bottom: 50px; } }
  .footer-copy__links a {
    display: inline-block;
    margin-bottom: 18px; }

.footer-copy__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 51px;
  color: #A8A8B1; }
  @media (max-width: 1279px) {
    .footer-copy__copy {
      display: block;
      padding-bottom: 0;
      margin-top: 34px; } }

.footer-dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1279px) {
    .footer-dev {
      display: block; } }
  @media (max-width: 767px) {
    .footer-dev {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      color: #fff; } }
  @media (max-width: 1279px) {
    .footer-dev__item {
      margin-top: 20px; } }
  .footer-dev__item:not(:last-child) {
    margin-right: 24px; }
    @media (max-width: 1279px) {
      .footer-dev__item:not(:last-child) {
        margin-right: 0; } }

.aside-navigation {
  background: #fff;
  margin-bottom: 20px; }
  .aside-navigation__header {
    padding: 21px 2.08333vw;
    border-bottom: 1px solid #DCDEE4; }
    @media (max-width: 767px) {
      .aside-navigation__header {
        padding: 25px 20px; } }
  .aside-navigation__list {
    list-style: none;
    margin: 0;
    padding: 28px 2.08333vw 44px; }
    @media (max-width: 767px) {
      .aside-navigation__list {
        padding: 21px 20px; } }
  .aside-navigation__item {
    margin-bottom: 24px; }
    .aside-navigation__item::after, .aside-navigation__item::before {
      display: none; }
    .aside-navigation__item:last-child {
      margin-bottom: 0; }
  .aside-navigation__link {
    display: inline-block;
    color: #252727;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.6;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    @media (max-width: 1600px) {
      .aside-navigation__link {
        font-size: 14px; } }
    .aside-navigation__link:hover {
      color: #416FED;
      text-decoration: none; }
  .aside-navigation__item.active .aside-navigation__link {
    color: #416FED; }
  .aside-navigation__header .aside-navigation__link {
    font: 15px "Stag Sans", sans-serif;
    line-height: 1.86667;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .aside-navigation__header .aside-navigation__link:hover {
      color: #252727; }
  .aside-navigation__header a.aside-navigation__link:hover {
    color: #416FED;
    text-decoration: none; }
  .aside-navigation__content {
    padding: 36px 40px; }
    @media (max-width: 1600px) {
      .aside-navigation__content {
        padding: 20px 2.08333vw; } }
    @media (max-width: 767px) {
      .aside-navigation__content {
        padding: 21px 20px; } }

.sections-list__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.sections-list__item {
  margin-bottom: 20px; }
  .sections-list__item::before {
    display: none; }
  .sections-list__item:last-child {
    margin-bottom: 0; }

.sections-list__link {
  font-size: 15px;
  font-weight: bold;
  line-height: 1.66667; }

.socials-box {
  background: #fff;
  padding: 35px;
  margin-top: 20px; }
  @media (max-width: 1279px) {
    .socials-box {
      padding: 39px 39px 43px;
      margin-top: 50px; } }
  .socials-box__title {
    font: 500 15px "Stag Sans", sans-serif;
    color: #252727;
    letter-spacing: 1px;
    line-height: 1.86667;
    text-transform: uppercase;
    margin-bottom: 24px; }
    @media (max-width: 1279px) {
      .socials-box__title {
        margin-bottom: 43px; } }

/**
 * Swiper 4.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-invisible-blank-slide {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.swiper-arrow.swiper-button-lock {
  display: none; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }

.mfp-preloader a {
  color: #CCC; }

.mfp-preloader a:hover {
  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1; }

.mfp-close:active {
  top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }

.mfp-arrow:active {
  margin-top: -54px; }

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1; }

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent; }

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px; }

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px; }

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px; }

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px; }

.mfp-iframe-holder .mfp-close {
  top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444; }

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px; }

.mfp-figure figure {
  margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/*
== malihu jquery custom scrollbar plugin ==
Plugin URI: http://manos.malihu.gr/jquery-custom-content-scroller
*/
/*
CONTENTS: 
	1. BASIC STYLE - Plugin's basic/essential CSS properties (normally, should not be edited). 
	2. VERTICAL SCROLLBAR - Positioning and dimensions of vertical scrollbar. 
	3. HORIZONTAL SCROLLBAR - Positioning and dimensions of horizontal scrollbar.
	4. VERTICAL AND HORIZONTAL SCROLLBARS - Positioning and dimensions of 2-axis scrollbars. 
	5. TRANSITIONS - CSS3 transitions for hover events, auto-expanded and auto-hidden scrollbars. 
	6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS 
		6.1 THEMES - Scrollbar colors, opacity, dimensions, backgrounds etc. via ready-to-use themes.
*/
/* 
------------------------------------------------------------------------------------------------------------------------
1. BASIC STYLE  
------------------------------------------------------------------------------------------------------------------------
*/
.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
  /* direct pointer events to js */ }

.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto; }

.mCustomScrollBox {
  /* contains plugin's markup */
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: none;
  direction: ltr; }

.mCSB_container {
  /* contains the original content */
  overflow: hidden;
  width: auto;
  height: auto; }

/* 
------------------------------------------------------------------------------------------------------------------------
2. VERTICAL SCROLLBAR 
y-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_inside > .mCSB_container {
  margin-right: 30px; }

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0; }

/* non-visible scrollbar */
.mCS-dir-rtl > .mCSB_inside > .mCSB_container {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0; }

/* RTL direction/left-side scrollbar */
.mCSB_scrollTools {
  /* contains scrollbar markup (draggable element, dragger rail, buttons etc.) */
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0; }

.mCSB_outside + .mCSB_scrollTools {
  right: -26px; }

/* scrollbar position: outside */
.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  /* RTL direction/left-side scrollbar */
  right: auto;
  left: 0; }

.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools {
  left: -26px; }

/* RTL direction/left-side scrollbar (scrollbar position: outside) */
.mCSB_scrollTools .mCSB_draggerContainer {
  /* contains the draggable element and dragger rail markup */
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto; }

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0; }

.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px; }

.mCSB_scrollTools .mCSB_dragger {
  /* the draggable element */
  cursor: pointer;
  width: 100%;
  height: 30px;
  /* minimum dragger height */
  z-index: 1; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  /* the dragger element */
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px;
  /* auto-expanded scrollbar */ }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
3. HORIZONTAL SCROLLBAR 
x-axis
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-right: 0;
  margin-bottom: 30px; }

.mCSB_horizontal.mCSB_outside > .mCSB_container {
  min-height: 100%; }

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* non-visible scrollbar */
.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0; }

.mCustomScrollBox + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px; }

/* scrollbar position: outside */
.mCSB_scrollTools.mCSB_scrollTools_horizontal a + .mCSB_draggerContainer {
  margin: 0 20px; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  /* minimum dragger width */
  height: 100%;
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  /* auto-expanded scrollbar */
  margin: 2px auto; }

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  /* auto-expanded scrollbar */
  margin: 4px 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0; }

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
4. VERTICAL AND HORIZONTAL SCROLLBARS 
yx-axis 
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px; }

.mCSB_container_wrapper > .mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px; }

.mCSB_vertical_horizontal > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px; }

/* non-visible horizontal scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden + .mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0; }

/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px; }

/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0; }

.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper {
  /* RTL direction/left-side scrollbar */
  margin-right: 0;
  margin-left: 30px; }

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container {
  padding-right: 0; }

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container {
  padding-bottom: 0; }

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  /* non-visible scrollbar */
  margin-left: 0; }

/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0; }

/* 
------------------------------------------------------------------------------------------------------------------------
5. TRANSITIONS  
------------------------------------------------------------------------------------------------------------------------
*/
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out; }

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s,  margin-left .2s ease-out .2s, margin-right .2s ease-out .2s,  margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out; }

/* 
------------------------------------------------------------------------------------------------------------------------
6. SCROLLBAR COLORS, OPACITY AND BACKGROUNDS  
------------------------------------------------------------------------------------------------------------------------
*/
/* 
	----------------------------------------
	6.1 THEMES 
	----------------------------------------
	*/
/* default theme ("light") */
.mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"; }

.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"; }

.mCSB_scrollTools .mCSB_draggerRail {
  background: none; }

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"; }

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background-image: url(mCSB_buttons.png);
  /* css sprites */
  background-repeat: no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"; }

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /* 
		sprites locations 
		light: 0 0, -16px 0, -32px 0, -48px 0, 0 -72px, -16px -72px, -32px -72px
		dark: -80px 0, -96px 0, -112px 0, -128px 0, -80px -72px, -96px -72px, -112px -72px
		*/ }

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /* 
		sprites locations
		light: 0 -20px, -16px -20px, -32px -20px, -48px -20px, 0 -92px, -16px -92px, -32px -92px
		dark: -80px -20px, -96px -20px, -112px -20px, -128px -20px, -80px -92px, -96px -92px, -112 -92px
		*/ }

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /* 
		sprites locations 
		light: 0 -40px, -20px -40px, -40px -40px, -60px -40px, 0 -112px, -20px -112px, -40px -112px
		dark: -80px -40px, -100px -40px, -120px -40px, -140px -40px, -80px -112px, -100px -112px, -120px -112px
		*/ }

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /* 
		sprites locations 
		light: 0 -56px, -20px -56px, -40px -56px, -60px -56px, 0 -128px, -20px -128px, -40px -128px
		dark: -80px -56px, -100px -56px, -120px -56px, -140px -56px, -80px -128px, -100px -128px, -120px -128px
		*/ }

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"; }

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"; }

/* theme: "dark" */
.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme: "light-2", "dark-2" */
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 1px; }

.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto; }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px; }

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px; }

/* theme: "dark-2" */
.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 1px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px; }

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px; }

/* ---------------------------------------- */
/* theme: "light-thick", "dark-thick" */
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 2px; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0; }

.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto; }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px; }

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px; }

/* theme: "dark-thick" */
.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 2px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px; }

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px; }

/* ---------------------------------------- */
/* theme: "light-thin", "dark-thin" */
.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.1); }

.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%; }

.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto; }

/* theme "dark-thin" */
.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px; }

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px; }

/* ---------------------------------------- */
/* theme "rounded", "rounded-dark", "rounded-dots", "rounded-dots-dark" */
.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.15); }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger {
  height: 14px; }

.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px; }

.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  /* auto-expanded scrollbar */
  height: 16px;
  margin: -1px 0; }

.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px;
  /* auto-expanded scrollbar */ }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  /* auto-expanded scrollbar */
  width: 16px;
  margin: 0 -1px; }

.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  /* auto-expanded scrollbar */
  margin: 6px 0; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px; }

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px; }

/* theme "rounded-dark", "rounded-dots-dark" */
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.15); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px; }

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px; }

/* theme "rounded-dots", "rounded-dots-dark" */
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: center; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==");
  background-repeat: repeat-y;
  opacity: 0.3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px; }

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px; }

/* theme "rounded-dots-dark" */
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII="); }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px; }

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px; }

/* ---------------------------------------- */
/* theme "3d", "3d-dark", "3d-thick", "3d-thick-dark" */
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%); }

/* theme "3d", "3d-dark" */
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px; }

.mCS-3d.mCSB_scrollTools,
.mCS-3d-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 16px; }

.mCS-3d.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.5), inset -1px 0 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px; }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5), inset 0 -1px 1px rgba(255, 255, 255, 0.2); }

.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "3d-dark" */
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1); }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "3d-thick", "3d-thick-dark" */
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"; }

.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px; }

.mCSB_inside + .mCS-3d-thick.mCSB_scrollTools_vertical,
.mCSB_inside + .mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  right: 1px; }

.mCS-3d-thick.mCSB_scrollTools_vertical,
.mCS-3d-thick-dark.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools_horizontal,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.5); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #555; }

.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  width: auto; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme: "3d-thick-dark" */
.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 14px rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.4), inset -1px 0 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), inset 0 -1px 0 rgba(0, 0, 0, 0.2); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #777; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, 0.1); }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme: "minimal", "minimal-dark" */
.mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0; }

.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark + .mCSB_scrollTools + .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px; }

/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal.mCSB_scrollTools_vertical,
.mCS-dir-rtl > .mCSB_outside + .mCS-minimal-dark.mCSB_scrollTools_vertical {
  left: 0;
  right: auto; }

.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent; }

.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px; }

.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* theme: "minimal-dark" */
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"; }

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"; }

/* ---------------------------------------- */
/* theme "light-3", "dark-3" */
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px; }

.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0; }

.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px; }

.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "dark-3" */
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* ---------------------------------------- */
/* theme "inset", "inset-dark", "inset-2", "inset-2-dark", "inset-3", "inset-3-dark" */
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.2); }

.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px; }

.mCS-inset.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px; }

/* theme "inset-dark", "inset-2-dark", "inset-3-dark" */
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.1); }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px; }

.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px; }

/* theme "inset-2", "inset-2-dark" */
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  border-color: #fff;
  border-color: rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, 0.2); }

/* theme "inset-3", "inset-3-dark" */
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.6); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.6); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.75); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.85); }

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.9); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.75); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.85); }

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9); }

/* ---------------------------------------- */
/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
	if greater that the natural height of the tooltip, will be enforced
	in browsers that support display:flex */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute; }

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
	and flex-basis auto for IE11- (at least) */
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto; }

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden; }

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.tooltipster-fade.tooltipster-show {
  opacity: 1; }

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-backface-visibility: hidden; }

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -o-transition-property: -o-transform;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4); }

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -o-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-fall.tooltipster-initial {
  top: 0 !important; }

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0; }

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -o-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15); }

.tooltipster-slide.tooltipster-initial {
  left: -40px !important; }

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -o-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0; }

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@-webkit-keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes tooltipster-fading {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.tooltipster-update-fade {
  -webkit-animation: tooltipster-fading 400ms;
  animation: tooltipster-fading 400ms; }

/* rotate */
@-webkit-keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }
@keyframes tooltipster-rotating {
  25% {
    -webkit-transform: rotate(-2deg);
    transform: rotate(-2deg); }
  75% {
    -webkit-transform: rotate(2deg);
    transform: rotate(2deg); }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0); } }

.tooltipster-update-rotate {
  -webkit-animation: tooltipster-rotating 600ms;
  animation: tooltipster-rotating 600ms; }

/* scale */
@-webkit-keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }
@keyframes tooltipster-scaling {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.tooltipster-update-scale {
  -webkit-animation: tooltipster-scaling 600ms;
  animation: tooltipster-scaling 600ms; }

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 *
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px; }

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 35px; }
  @media (max-width: 1279px) {
    .tooltipster-sidetip .tooltipster-content {
      padding: 20px; } }

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
	been positioned yet */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px; }

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0; }

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0;
  top: 3px; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0;
  top: -3px; }

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black; }

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black; }

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black; }

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative; }

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px; }

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  background: #fff;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.1);
  border-radius: 0; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #252727; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 12px;
  margin-left: -6px;
  width: 12px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow, .tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none; }

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px; }

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px; }

button.mfp-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60px;
  height: 60px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background: none;
  background: #fff;
  opacity: 1; }
  button.mfp-arrow::after {
    display: none; }
  button.mfp-arrow::before {
    content: '';
    margin: 0 0 0 -4px;
    position: relative;
    border: 0;
    width: 10px;
    height: 10px;
    border-right: 1px solid #416FED;
    border-top: 1px solid #416FED;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  @media (max-width: 1600px) {
    button.mfp-arrow {
      width: 50px;
      height: 50px; } }
  button.mfp-arrow:focus {
    outline: none; }
  button.mfp-arrow .ico {
    position: absolute;
    left: 24px;
    top: 23px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      button.mfp-arrow .ico {
        left: 19px;
        top: 17px; } }
  button.mfp-arrow:hover {
    background: #416FED; }
    button.mfp-arrow:hover::before {
      border-color: #fff; }
  button.mfp-arrow.mfp-arrow-left::before {
    -webkit-transform: scale(-1) rotate(45deg);
    -ms-transform: scale(-1) rotate(45deg);
    transform: scale(-1) rotate(45deg);
    margin: 0; }

.btn {
  font-family: "Noto Sans", sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: #fff;
  letter-spacing: 1px;
  background: #416FED;
  border: none;
  padding: 5px 2.08333vw;
  height: 60px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  line-height: inherit; }
  @media (max-width: 1600px) {
    .btn {
      font-size: 13px;
      height: 50px; } }
  @media (max-width: 1279px) {
    .btn {
      font-size: 15px;
      height: 50px;
      padding: 5px 40px;
      min-width: auto; } }
  @media (max-width: 767px) {
    .btn {
      letter-spacing: 0;
      padding: 12px 30px; } }
  .btn:hover {
    text-decoration: none;
    background: #243F90; }
  .btn_border {
    background: none;
    border: 2px solid #416FED;
    color: #416FED; }
    .btn_border:hover {
      background: #416FED;
      color: #fff; }
  .btn_border_addeventatc {
    background: none !important;
    border: 2px solid #416FED !important;
    color: #416FED !important; }
    .btn_border_addeventatc.addeventatc {
      color: #416FED !important;
      padding: 0 2.08333vw !important;
      height: 60px !important;
      line-height: 56px !important;
      border-radius: 0 !important;
      -webkit-box-shadow: none !important;
      box-shadow: none !important; }
      @media (max-width: 1600px) {
        .btn_border_addeventatc.addeventatc {
          font-size: 13px !important;
          height: 50px !important;
          line-height: 46px !important; } }
      @media (max-width: 1279px) {
        .btn_border_addeventatc.addeventatc {
          font-size: 15px !important;
          height: 50px !important;
          padding: 0 40px !important;
          line-height: 46px !important; } }
      @media (max-width: 767px) {
        .btn_border_addeventatc.addeventatc {
          padding: 0 30px !important; } }
      .btn_border_addeventatc.addeventatc:hover {
        color: #fff !important;
        background: #416FED !important; }
  .btn_border-white {
    border: 2px solid #fff;
    background: none;
    color: #fff; }
    .btn_border-white:hover {
      background: #fff;
      color: #252727; }
  .btn_sm {
    height: 49px; }
  @media (max-width: 1279px) {
    .btn_forJob {
      padding: 5px 30px;
      margin-top: 15px; } }

.addeventatc {
  z-index: 10 !important; }

.btn-menu {
  height: 100%;
  position: relative;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #243F90;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear, background 0.2s linear;
  -o-transition: color 0.2s linear, background 0.2s linear;
  transition: color 0.2s linear, background 0.2s linear; }
  @media (max-width: 1600px) and (min-width: 1280px) {
    .btn-menu {
      font-size: 13px; } }
  @media (min-width: 768px) {
    .header_white .btn-menu {
      color: #fff; } }
  .btn-menu:hover {
    background: #F5F6FA; }
    @media (min-width: 768px) {
      .header_white .btn-menu:hover {
        background: #fff;
        color: #243F90; }
        .header_white .btn-menu:hover .btn-menu__ico::before, .header_white .btn-menu:hover .btn-menu__ico::after,
        .header_white .btn-menu:hover .btn-menu__ico span {
          background: #243F90; } }
  @media (max-width: 1279px) {
    .btn-menu {
      font-size: 0; } }
  @media (max-width: 767px) {
    .btn-menu {
      padding: 0 13px; } }
  .btn-menu .btn-menu__ico {
    display: block;
    width: 20px;
    height: 16px;
    position: relative;
    margin-right: 14px; }
    @media (max-width: 1279px) {
      .btn-menu .btn-menu__ico {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .btn-menu .btn-menu__ico {
        width: 22px; } }
    .btn-menu .btn-menu__ico::before, .btn-menu .btn-menu__ico::after,
    .btn-menu .btn-menu__ico span {
      position: absolute;
      left: 0;
      right: 0;
      height: 2px;
      background: #243F90; }
      @media (max-width: 767px) {
        .btn-menu .btn-menu__ico::before, .btn-menu .btn-menu__ico::after,
        .btn-menu .btn-menu__ico span {
          height: 1px; } }
      @media (min-width: 768px) {
        .header_white .btn-menu .btn-menu__ico::before, .header_white .btn-menu .btn-menu__ico::after, .header_white
        .btn-menu .btn-menu__ico span {
          background: #fff; } }
    .btn-menu .btn-menu__ico::before, .btn-menu .btn-menu__ico::after {
      content: '';
      -webkit-transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
      transition: top 0.2s linear 0.2s, -webkit-transform 0.2s linear;
      -o-transition: top 0.2s linear 0.2s, transform 0.2s linear;
      transition: top 0.2s linear 0.2s, transform 0.2s linear;
      transition: top 0.2s linear 0.2s, transform 0.2s linear, -webkit-transform 0.2s linear; }
    .btn-menu .btn-menu__ico::before {
      top: 0; }
    .btn-menu .btn-menu__ico::after {
      top: 14px; }
    .btn-menu .btn-menu__ico span {
      top: 7px;
      -webkit-transition: opacity 0.2s linear 0.2s;
      -o-transition: opacity 0.2s linear 0.2s;
      transition: opacity 0.2s linear 0.2s; }
  @media (min-width: 1280px) {
    .btn-menu.open {
      background: #F5F6FA;
      color: #416FED; }
      .btn-menu.open .btn-menu__ico::before, .btn-menu.open .btn-menu__ico::after,
      .btn-menu.open .btn-menu__ico span {
        background: #416FED; }
      .btn-menu.open .btn-menu__ico span {
        opacity: 0; }
      .btn-menu.open .btn-menu__ico::before, .btn-menu.open .btn-menu__ico::after {
        top: 7px;
        -webkit-transition: top 0.2s linear, -webkit-transform 0.2s linear 0.2s;
        transition: top 0.2s linear, -webkit-transform 0.2s linear 0.2s;
        -o-transition: top 0.2s linear, transform 0.2s linear 0.2s;
        transition: top 0.2s linear, transform 0.2s linear 0.2s;
        transition: top 0.2s linear, transform 0.2s linear 0.2s, -webkit-transform 0.2s linear 0.2s; }
      .btn-menu.open .btn-menu__ico::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      .btn-menu.open .btn-menu__ico::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg); } }

.btn-close {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #416FED;
  font-size: 0; }
  .btn-close .ico {
    stroke: #fff; }
  .btn-close_white {
    background: #fff; }
    .btn-close_white .ico {
      stroke: #416FED; }

.btn-ico {
  display: block;
  width: 70px;
  height: 70px;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (max-width: 1279px) {
    .btn-ico {
      width: 60px;
      height: 60px; } }
  .btn-ico .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    stroke: #416FED;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
  .btn-ico__description {
    position: absolute;
    z-index: 2;
    top: 100%;
    left: 50%;
    margin-top: 10px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
    background: #fff;
    color: #252727;
    padding: 4px 12px;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s; }
    .btn-ico__description::before {
      content: '';
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: #fff; }
    .btn-ico__description::after {
      content: '';
      position: absolute;
      z-index: -2;
      top: -6px;
      left: 50%;
      margin-left: -8px;
      width: 16px;
      height: 16px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #fff;
      -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
      box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4); }
  .btn-ico:hover {
    background: #416FED; }
    .btn-ico:hover .ico {
      stroke: #fff; }
    .btn-ico:hover .btn-ico__description {
      visibility: visible;
      opacity: 1; }

.btn-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  color: #416FED; }
  .btn-arrow::before {
    content: '';
    position: absolute;
    left: 0;
    width: 60px;
    top: 0;
    bottom: 0;
    background: #416FED;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
  .btn-arrow__ico {
    display: block;
    position: relative;
    width: 60px;
    height: 60px;
    background: #416FED;
    margin-right: 18px; }
  .btn-arrow .ico {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(-1, -1);
    -ms-transform: translate(-50%, -50%) scale(-1, -1);
    transform: translate(-50%, -50%) scale(-1, -1);
    stroke: #fff; }
  .btn-arrow__text {
    position: relative;
    font-size: 20px;
    font-weight: 700; }
  @media (min-width: 1040px) {
    .btn-arrow:hover {
      color: #fff; }
      .btn-arrow:hover::before {
        width: 100%; } }

.prev-link {
  display: inline-block;
  font: bold 13px "Noto Sans", sans-serif;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  letter-spacing: 1px; }
  .prev-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #416FED;
    border-bottom: 1px solid #416FED;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
  .prev-link:hover {
    text-decoration: none; }

.buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 42px 0; }
  @media (max-width: 1279px) {
    .buttons {
      margin: 36px -15px; } }
  @media (max-width: 767px) {
    .buttons {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 36px 0; } }
  .buttons .btn {
    margin-right: 30px; }
    @media (max-width: 1279px) {
      .buttons .btn {
        width: calc(50% - 30px);
        margin: 0 15px;
        padding: 5px 20px; } }
    @media (max-width: 767px) {
      .buttons .btn {
        width: 100%;
        margin: 0 0 18px; }
        .buttons .btn:last-child {
          margin-bottom: 0; } }

.btn-center {
  text-align: center;
  margin-top: 24px; }

.ico {
  display: inline-block;
  position: relative; }

.ico-search {
  fill: transparent;
  width: 24px;
  height: 24px;
  stroke: #243F90; }
  @media (max-width: 767px) {
    .ico-search {
      width: 21px;
      height: 21px; } }

.ico-arrow-simple {
  width: 10px;
  height: 14px;
  stroke: #416FED; }

.ico-share {
  width: 24px;
  height: 24px;
  stroke: #416FED; }

.ico-print {
  width: 26px;
  height: 26px;
  stroke: #416FED; }

.ico-mail {
  width: 26px;
  height: 26px;
  stroke: #416FED; }

.ico-vk {
  width: 24px;
  height: 13px; }

.ico-fb {
  width: 10px;
  height: 20px; }

.ico-in {
  width: 19px;
  height: 18px; }

.ico-tw {
  width: 20px;
  height: 17px; }

.ico-you {
  width: 22px;
  height: 16px; }

.ico-habr {
  width: 16px;
  height: 18px; }

.ico-hh {
  width: 24px;
  height: 18px; }

.ico-close {
  width: 20px;
  height: 20px; }

.ico-calendar-blue {
  width: 28px;
  height: 26px;
  background: url("../images/ico-calendar-blue.svg"); }

.ico-address {
  width: 24px;
  height: 31px;
  background: url("../images/ico-address.svg"); }

.social-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px; }
  .social-list__link {
    font-size: 0;
    margin-right: 27px; }
    @media (max-width: 1600px) {
      .social-list__link {
        margin-right: 15px; } }
    .social-list__link:last-child {
      margin-right: 0; }
    .social-list__link .ico {
      fill: #333;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
    .social-list__link:hover .ico {
      fill: #416FED; }
  .social-list_white .social-list__link .ico {
    fill: #fff; }
  .social-list_white .social-list__link:hover .ico {
    fill: #416FED; }
  .social-list_blue .social-list__link .ico {
    fill: #416FED; }
  .social-list_blue .social-list__link:hover .ico {
    fill: #416FED; }

.cookie {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.8);
  color: #fff;
  padding: 30px 0 36px; }
  @media (max-width: 1279px) {
    .cookie {
      padding: 57px 0; } }
  @media (max-width: 767px) {
    .cookie {
      padding: 40px 0; } }
  .cookie__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1279px) {
      .cookie__container {
        display: block; } }
  .cookie__text {
    width: 65%;
    font-size: 15px; }
    @media (max-width: 1279px) {
      .cookie__text {
        width: 100%;
        margin-bottom: 34px; } }
    @media (max-width: 767px) {
      .cookie__text {
        font-size: 13px;
        margin-bottom: 20px; } }
  .cookie__btn {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 100px; }
    @media (max-width: 1500px) {
      .cookie__btn {
        margin-left: 40px; } }
    @media (max-width: 1279px) {
      .cookie__btn {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .cookie__btn {
        width: 100%; } }
  .cookie__show {
    display: inline;
    z-index: 9999; }

.breadcrumbs {
  color: #E5E5E5;
  margin-bottom: 36px;
  font-size: em(13); }
  .breadcrumbs__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1040px) {
      .breadcrumbs__list {
        display: none; } }
  .breadcrumbs__link {
    color: #E5E5E5;
    display: block;
    position: relative;
    margin-right: 10px; }
    .breadcrumbs__link::before {
      content: '|';
      position: absolute;
      right: -7px;
      top: 0; }
  .breadcrumbs span {
    display: block; }
  .breadcrumbs__back {
    display: none; }
    @media (max-width: 1040px) {
      .breadcrumbs__back {
        display: block; } }
    .breadcrumbs__back .breadcrumbs__link {
      padding-left: 12px; }
      .breadcrumbs__back .breadcrumbs__link::before {
        content: '';
        position: absolute;
        left: 0;
        top: 8px;
        width: 6px;
        height: 6px;
        border: 1px solid #E5E5E5;
        border-top: 0;
        border-left: 0;
        -webkit-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg); }

.iframe {
  display: block;
  width: 100%;
  min-height: 500px;
  border: none;
  margin-top: 50px;
  margin-bottom: 45px;
  background: #F1F0F4; }
  @media (max-width: 1040px) {
    .iframe {
      min-height: 466px;
      margin-top: 48px;
      margin-bottom: 42px; } }
  @media (max-width: 767px) {
    .iframe {
      min-height: 213px;
      width: calc(100% + 40px);
      margin: 42px -20px; } }

.page-layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 1279px) {
    .page-layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .page-layout__aside {
    width: 405px;
    margin-right: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1600px) {
      .page-layout__aside {
        width: 300px; } }
    @media (max-width: 1279px) {
      .page-layout__aside {
        display: none; } }
  .page-layout__aside-right {
    width: 405px;
    margin-left: 21px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media (max-width: 1600px) {
      .page-layout__aside-right {
        width: 300px; } }
    @media (max-width: 1400px) {
      .page-layout__aside-right {
        width: 100%;
        margin-left: 0;
        margin-top: 50px; } }
  .page-layout__aside-right + .page-layout__content {
    width: calc(100% - 426px); }
    @media (max-width: 1600px) {
      .page-layout__aside-right + .page-layout__content {
        width: calc(100% - 300px - 21px); } }
    @media (max-width: 1400px) {
      .page-layout__aside-right + .page-layout__content {
        width: 100%; } }
  .page-layout__aside-content > * {
    margin-bottom: 0; }
  .page-layout__content {
    width: 100%; }
  .page-layout__aside + .page-layout__aside-right + .page-layout__content {
    width: calc(100% - (426px + 426px)); }
    @media (max-width: 1600px) {
      .page-layout__aside + .page-layout__aside-right + .page-layout__content {
        width: calc(100% - 600px - 42px); } }
    @media (max-width: 1400px) {
      .page-layout__aside + .page-layout__aside-right + .page-layout__content {
        width: calc(100% - 300px - 21px); } }
    @media (max-width: 1279px) {
      .page-layout__aside + .page-layout__aside-right + .page-layout__content {
        width: 100%; } }
  @media (max-width: 1279px) {
    .page-layout__aside + .page-layout__aside-right {
      margin-top: 50px;
      width: 100%;
      margin-left: 0; } }
  .page-layout__aside + .page-layout__content {
    width: calc(100% - 426px); }
    @media (max-width: 1600px) {
      .page-layout__aside + .page-layout__content {
        width: calc(100% - 300px - 21px); } }
    @media (max-width: 1279px) {
      .page-layout__aside + .page-layout__content {
        width: 100%; } }

.page-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  position: relative; }
  @media (max-width: 1279px) {
    .page-detail {
      margin-bottom: 50px; } }
  @media (max-width: 767px) {
    .page-detail {
      margin: 0 -20px 36px;
      overflow: hidden; } }
  .page-detail__aside {
    width: 420px;
    padding-left: 20px; }
    .page-detail__aside .btn {
      width: 100%; }
    @media (max-width: 1600px) {
      .page-detail__aside {
        width: 300px; } }
    @media (max-width: 1279px) {
      .page-detail__aside {
        display: none; } }
  @media (max-width: 1279px) {
    .page-detail__aside-content {
      display: none; } }
  .page-detail__aside-footer {
    margin-top: 24px;
    padding: 35px 41px;
    background: #fff;
    font-size: 18px; }
    @media (max-width: 1600px) {
      .page-detail__aside-footer {
        padding: 24px 30px;
        font-size: 15px; } }
  .page-detail__content {
    background: #fff;
    padding: 0 50px;
    width: calc(100% - 420px);
    position: relative; }
    @media (max-width: 1600px) {
      .page-detail__content {
        width: calc(100% - 300px);
        padding: 0 30px; } }
    @media (max-width: 1279px) {
      .page-detail__content {
        width: 100%;
        padding: 0 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
    @media (max-width: 767px) {
      .page-detail__content {
        padding: 20px 20px 0; } }
  .page-detail__top {
    margin: 0 -50px 54px;
    border-bottom: 1px solid #E5E5E5;
    color: #A8A8B1;
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1600px) {
      .page-detail__top {
        margin: 0 -30px 40px; } }
    @media (max-width: 1279px) {
      .page-detail__top {
        margin: 0 -44px 40px; } }
    @media (max-width: 767px) {
      .page-detail__top {
        margin: 0 0 14px;
        border-bottom: none; } }
    .page-detail__top_forSocProject {
      margin: 0; }
  .page-detail__back {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    font-family: "Noto Sans";
    color: #416FED;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 14px 30px 10px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1279px) {
      .page-detail__back {
        height: 60px; } }
    @media (max-width: 767px) {
      .page-detail__back {
        padding: 10px 0;
        height: 45px; } }
    .page-detail__back:hover {
      color: #fff;
      background: #416FED;
      text-decoration: none; }
      .page-detail__back:hover .ico {
        stroke: #fff; }
    .page-detail__back .ico {
      margin-right: 10px;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
  .page-detail__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .page-detail__btns {
        display: none; } }
  .page-detail__date-mobile {
    display: none; }
    @media (max-width: 767px) {
      .page-detail__date-mobile {
        display: block; } }
  .page-detail__title {
    font-size: 1.82292vw;
    line-height: 1.42857;
    margin-bottom: 38px;
    max-width: 800px; }
    @media (max-width: 1279px) {
      .page-detail__title {
        font-size: 25px;
        margin-bottom: 30px; } }
    @media (max-width: 767px) {
      .page-detail__title {
        font-size: 23px;
        line-height: 1.3913; } }
  .page-detail__text {
    max-width: 780px; }
    .page-detail__text:last-child {
      margin-bottom: 50px; }
  .page-detail > img:not([class]) {
    display: block;
    margin-top: 34px;
    margin-bottom: 34px; }
  .page-detail__bottom {
    margin: 0 -50px;
    padding: 20px 50px 40px;
    border-top: 1px solid #E5E5E5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1279px) {
      .page-detail__bottom {
        margin: 0;
        padding: 32px 0 48px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .page-detail__gray-text {
    color: #A8A8B1;
    margin-bottom: 10px; }
    .page-detail__gray-text_laptop {
      display: none; }
      @media (max-width: 1279px) {
        .page-detail__gray-text_laptop {
          display: block; } }
  .page-detail__share_bottom {
    width: 375px; }
    .page-detail__share_bottom .share-list {
      margin-top: 18px; }
    @media (max-width: 1279px) {
      .page-detail__share_bottom {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 30px; } }
  @media (max-width: 1279px) {
    .page-detail__print {
      display: none; } }
  @media (max-width: 767px) {
    .page-detail .tag-list {
      margin-bottom: 5px; } }
  .page-detail .video-content {
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .page-detail .video-content {
        margin-bottom: 30px; } }
  .page-detail__notEvent {
    margin-top: 0; }
  .page-detail p::after, .page-detail .features-title::after, .page-detail .view-address-block::after, .page-detail .contacts__address table td::after, .contacts__address table .page-detail td::after, .page-detail .contacts__office-name::after {
    content: '';
    clear: both;
    display: block; }

.page-detail-aside {
  background: #fff; }
  .page-detail-aside__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-bottom: 1px solid #E5E5E5;
    padding: 10px 40px;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 1600px) {
      .page-detail-aside__title {
        padding: 10px 2.08333vw; } }

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .tag-list {
      margin-bottom: 0;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      margin-right: -20px;
      margin-left: -20px;
      padding-left: 20px;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none;
      -ms-overflow-style: none;
      scrollbar-width: none; }
      .tag-list::-webkit-scrollbar {
        display: none;
        width: 0; }
      .tag-list::before {
        content: '';
        position: absolute;
        right: 0;
        width: 60px;
        height: 25px;
        margin-top: 0;
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }
      .tag-list::after {
        content: '';
        width: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0; }
      .tag-list .tag-list__item {
        white-space: nowrap; } }
    @media (max-width: 767px) and (max-width: 1279px) {
      .tag-list .tag-list__item {
        margin-right: 10px; } }
  .tag-list__item {
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #243F90;
    border-radius: 3px;
    color: #252727;
    margin-right: 14px;
    margin-bottom: 11px;
    white-space: nowrap;
    font-size: 13px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1279px) {
      .tag-list__item {
        font-size: 13px;
        padding: 1px 8px; } }
    a.tag-list__item:hover {
      text-decoration: none; }
    .tag-list__item_violet {
      border-color: #6B0698; }
    .tag-list__item_brown {
      border-color: #985E06; }
    .tag-list__item_green {
      border-color: #1C9806; }
    .tag-list__item_green-light {
      border-color: #069877; }
    .tag-list__item_pink {
      border-color: #98063D; }
    .tag-list__item_yellow {
      border-color: #FCBC15; }
    .tag-list__item_red {
      border-color: #FA6030; }
    .tag-list__item_blue {
      border-color: #45AEED; }
    .tag-list__item_grey {
      border-color: #F5F6FA;
      background-color: #F5F6FA; }
  @media (max-width: 1279px) {
    .tag-list_scroll {
      margin-right: -20px;
      margin-left: -20px;
      padding-left: 20px;
      overflow-x: scroll;
      overflow-y: hidden;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: none; }
      .tag-list_scroll::-webkit-scrollbar {
        display: none;
        width: 0; }
      .tag-list_scroll::before {
        content: '';
        position: absolute;
        right: 0;
        width: 60px;
        height: 25px;
        margin-top: 0;
        background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
        background: -webkit-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background: -o-linear-gradient(right, #fff, rgba(255, 255, 255, 0));
        background: linear-gradient(to left, #fff, rgba(255, 255, 255, 0)); }
      .tag-list_scroll::after {
        content: '';
        width: 10px;
        -ms-flex-negative: 0;
        flex-shrink: 0; } }
  .tag-list_scroll .tag-list__item {
    white-space: nowrap; }
    @media (max-width: 1279px) {
      .tag-list_scroll .tag-list__item {
        margin-right: 10px; } }

.tag-block {
  margin-top: 40px; }
  .tag-block__white {
    background: #fff;
    padding: 50px; }
    @media (max-width: 1600px) {
      .tag-block__white {
        padding: 2.60417vw; } }
    @media (max-width: 1279px) {
      .tag-block__white {
        padding: 42px 44px; } }
    @media (max-width: 767px) {
      .tag-block__white {
        padding: 26px 20px; } }
  .tag-block__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .tag-block__inner .btn {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: 364px;
      margin-left: 30px; }
      @media (max-width: 1500px) {
        .tag-block__inner .btn {
          width: 330px; } }
      @media (max-width: 1279px) {
        .tag-block__inner .btn {
          display: none; } }
  .tag-block__btn {
    display: none; }
    @media (max-width: 1279px) {
      .tag-block__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.nav-scroll-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 46px;
  margin-bottom: 100px; }
  @media (max-width: 1600px) {
    .nav-scroll-wrap {
      margin-top: 20px; } }
  @media (max-width: 1279px) {
    .nav-scroll-wrap {
      margin-bottom: 25px; } }
  @media (max-width: 767px) {
    .nav-scroll-wrap {
      margin-top: 35px;
      margin-bottom: 15px; } }
  .nav-scroll-wrap__nav {
    width: 310px; }
    @media (max-width: 1600px) {
      .nav-scroll-wrap__nav {
        width: 240px; } }
    @media (max-width: 1500px) {
      .nav-scroll-wrap__nav {
        display: none; } }
  .nav-scroll-wrap__content {
    width: 100%; }
  .nav-scroll-wrap__nav + .nav-scroll-wrap__content {
    width: calc(100% - 375px); }
    @media (max-width: 1600px) {
      .nav-scroll-wrap__nav + .nav-scroll-wrap__content {
        width: calc(100% - 240px); } }
    @media (max-width: 1500px) {
      .nav-scroll-wrap__nav + .nav-scroll-wrap__content {
        width: 100%; } }

.nav-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-right: 30px; }
  .nav-scroll__link {
    margin-bottom: 25px;
    color: #252727;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.66667; }
    .nav-scroll__link.active {
      color: #416FED; }

.nav-scroll-section:not(:first-child) {
  margin-top: 50px; }
  @media (max-width: 767px) {
    .nav-scroll-section:not(:first-child) {
      margin-top: 35px; } }

.nav-scroll-section::after {
  content: '';
  display: block;
  clear: both; }

.fixed {
  position: relative; }
  .fixed__block {
    height: 100%; }

.fix {
  position: fixed;
  top: 110px; }
  .fix.fix-end {
    position: absolute;
    top: auto;
    bottom: 0; }

.close-loader {
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: #fff;
  font-size: 0;
  position: absolute;
  right: -90px;
  top: 0;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (max-width: 1900px) {
    .close-loader {
      right: -70px; } }
  @media (max-width: 1600px) {
    .close-loader {
      width: 50px;
      height: 50px;
      right: -56px; } }
  .close-loader .ico-close {
    stroke: #416FED;
    position: absolute;
    left: 20px;
    top: 20px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .close-loader .ico-close {
        left: 15px;
        top: 15px; } }
  .close-loader .svg-progress {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    fill: transparent;
    stroke: #416FED;
    stroke-width: 2px;
    stroke-dasharray: 283;
    stroke-dashoffset: 283;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
  .close-loader:hover {
    background: #416FED; }
    .close-loader:hover .ico-close,
    .close-loader:hover .svg-progress {
      stroke: #fff; }

.article-detail-slider {
  width: 100%;
  margin-top: 58px;
  margin-bottom: 58px; }
  @media (max-width: 767px) {
    .article-detail-slider {
      margin-top: 34px;
      margin-bottom: 34px; } }
  .article-detail-slider__img {
    display: block;
    margin-bottom: 20px;
    height: 460px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1600px) {
      .article-detail-slider__img {
        height: 400px; } }
    @media (max-width: 767px) {
      .article-detail-slider__img {
        height: 280px;
        margin-bottom: 0;
        pointer-events: none; } }
    .article-detail-slider__img img {
      position: absolute;
      left: 50%;
      top: 50%;
      min-height: 100%;
      height: 100%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      margin: 0 !important; }
      @media (max-width: 767px) {
        .article-detail-slider__img img {
          max-width: 100%;
          max-height: 100%;
          height: auto;
          width: auto;
          min-height: initial; } }
  .article-detail-slider__text {
    margin-top: 10px; }
    @media (max-width: 1040px) {
      .article-detail-slider__text {
        font-size: 13px; } }
  .article-detail-slider__arrow {
    position: absolute;
    z-index: 2;
    top: 399px;
    left: 1px; }
    @media (max-width: 1600px) {
      .article-detail-slider__arrow {
        top: 349px; } }
  @media (max-width: 767px) {
    .article-detail-slider .swiper-arrows {
      display: none; } }
  .article-detail-slider__dots {
    display: none; }
    @media (max-width: 767px) {
      .article-detail-slider__dots {
        display: block; } }

.swiper-slide.swiper-slide-active:after {
  display: none; }

.swiper-arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .swiper-arrows .swiper-arrow {
    border: 1px solid #E5E5E5; }
    .swiper-arrows .swiper-arrow:hover {
      border-color: #416FED; }
    .swiper-arrows .swiper-arrow_next {
      margin-left: -1px; }

.swiper-arrow {
  display: block;
  width: 60px;
  height: 60px;
  position: relative;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  background: none;
  background: #fff; }
  @media (max-width: 1600px) {
    .swiper-arrow {
      width: 50px;
      height: 50px; } }
  .swiper-arrow:focus {
    outline: none; }
  .swiper-arrow .ico {
    position: absolute;
    left: 24px;
    top: 23px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .swiper-arrow .ico {
        left: 19px;
        top: 17px; } }
  .swiper-arrow:hover {
    background: #416FED; }
    .swiper-arrow:hover .ico {
      stroke: #fff; }
  .swiper-arrow_next {
    margin-left: 1px; }
    .swiper-arrow_next .ico {
      -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
      transform: scale(-1, 1); }
  .swiper-arrow.swiper-button-disabled {
    opacity: .5;
    cursor: default;
    pointer-events: none; }

.swiper-pagination-bullets {
  line-height: 1; }

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background: #C3C3C3;
  opacity: 1;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  -ms-flex-negative: 0;
  flex-shrink: 0; }
  @media (max-width: 767px) {
    .swiper-pagination-bullet {
      width: 6px;
      height: 6px; } }
  .swiper-pagination-bullet:focus {
    outline: none; }

.swiper-pagination-bullet-active {
  background: #416FED;
  width: 20px; }
  @media (max-width: 767px) {
    .swiper-pagination-bullet-active {
      width: 12px; } }

.swiper-pagination-bullets {
  text-align: left;
  margin: 14px 0; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 7px; }
  @media (max-width: 767px) {
    .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
      margin: 0 4px; } }
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:first-child {
    margin-left: 0; }

.swiper-container__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.info-hover {
  display: inline-block;
  position: relative; }
  .info-hover__info {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 500px;
    margin-left: -250px;
    margin-top: 8px;
    opacity: 0;
    -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
    visibility: hidden;
    -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
    -o-transition: opacity 0.3s linear, visibility 0.3s linear;
    transition: opacity 0.3s linear, visibility 0.3s linear; }
    @media (max-width: 1279px) {
      .info-hover__info {
        width: 300px;
        margin-left: -150px; } }
    @media (max-width: 767px) {
      .info-hover__info {
        width: 200px;
        margin-left: -100px; } }
    .info-hover__info::before {
      content: '';
      position: absolute;
      top: -8px;
      left: 50%;
      margin-left: -8px;
      width: 16px;
      height: 16px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #fff;
      -webkit-box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4);
      box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.4); }
    .info-hover__info::after {
      content: '';
      position: absolute;
      left: 0;
      top: -10px;
      height: 10px;
      right: 0; }
  .info-hover__content {
    position: relative;
    background: #fff;
    padding: 30px; }
    @media (max-width: 1279px) {
      .info-hover__content {
        padding: 15px; } }
    @media (max-width: 767px) {
      .info-hover__content {
        padding: 8px; } }
  .info-hover__link {
    color: #416FED; }
  .info-hover:hover .info-hover__info {
    opacity: 1;
    visibility: visible; }
  .info-hover .expert__photo {
    margin-right: 20px; }
    @media (max-width: 1279px) {
      .info-hover .expert__photo {
        margin-right: 10px; } }

.expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .expert__photo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 20px; }
    @media (max-width: 1600px) {
      .expert__photo {
        width: 80px;
        height: 80px; } }
    @media (max-width: 1279px) {
      .expert__photo {
        width: 73px;
        height: 73px; } }
    .expert__photo img {
      min-width: 100%;
      min-height: 100%; }
  .expert__small {
    color: #A8A8B1;
    margin-bottom: 8px; }
    @media (max-width: 1279px) {
      .expert__small {
        display: none; } }
  .expert__title {
    display: block;
    font-size: 1.04167vw;
    font-weight: 700; }
    @media (max-width: 1279px) {
      .expert__title {
        font-size: 15px; } }
    .expert__title a {
      color: #252727; }
  .expert__position {
    display: block;
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1;
    margin-top: 6px; }
  @media (max-width: 767px) {
    .expert_sm {
      display: block; }
      .expert_sm .expert__photo {
        width: 50px;
        height: 50px;
        margin-bottom: 8px; } }
  @media (max-width: 767px) {
    .expert_lg {
      display: block; } }
  .expert_lg .expert__photo {
    width: 200px;
    height: 200px;
    margin-right: 32px; }
    @media (max-width: 1600px) {
      .expert_lg .expert__photo {
        width: 150px;
        height: 150px; } }
    @media (max-width: 767px) {
      .expert_lg .expert__photo {
        width: 100px;
        height: 100px;
        margin-right: 0;
        margin-bottom: 20px; } }
  .expert_lg .expert__title {
    font-size: 1.82292vw;
    font-weight: 700;
    margin-bottom: 0; }
    @media (max-width: 1279px) {
      .expert_lg .expert__title {
        font-size: 35px; } }
    @media (max-width: 767px) {
      .expert_lg .expert__title {
        font-size: 26px; } }
  .expert_lg .expert__position {
    margin-top: 10px;
    font-size: 15px; }
  .expert_lg .expert__link-photo {
    font-size: 13px;
    color: #A8A8B1;
    margin-top: 10px; }
    .expert_lg .expert__link-photo a {
      margin-left: 10px; }
  .expert_size_xs .expert__photo {
    width: 80px;
    height: 80px; }
    @media (max-width: 1279px) {
      .expert_size_xs .expert__photo {
        width: 73px;
        height: 73px; } }
  .expert_size_xs .expert__title {
    font-size: 18px;
    line-height: 1.55556; }
    @media (max-width: 1279px) {
      .expert_size_xs .expert__title {
        font-size: 15px; } }

.expert-aside {
  background: #fff;
  margin-bottom: 18px; }
  .expert-aside__item {
    padding: 30px;
    border-bottom: 1px solid #E5E5E5;
    font-size: 18px; }
    @media (max-width: 1600px) {
      .expert-aside__item {
        padding: 1.5625vw; } }
    @media (max-width: 1279px) {
      .expert-aside__item {
        padding: 30px; } }
  .expert-aside .expert__title {
    font-size: 20px; }
    @media (max-width: 1600px) {
      .expert-aside .expert__title {
        font-size: 18px; } }
  .expert-aside__contacts {
    padding: 24px 30px;
    font-size: 15px;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      .expert-aside__contacts {
        padding: 24px 1.5625vw; } }
    @media (max-width: 1279px) {
      .expert-aside__contacts {
        padding: 24px 30px; } }
    .expert-aside__contacts a {
      display: inline-block;
      font-size: 20px;
      font-weight: 700;
      color: #252727;
      margin-top: 18px; }
      .expert-aside__contacts a:hover {
        text-decoration: none; }

.experts-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #E5E5E5; }
  @media (max-width: 1279px) {
    .experts-callback {
      margin-bottom: 35px; } }
  @media (max-width: 767px) {
    .experts-callback {
      display: block; } }
  .experts-callback__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 370px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
    font-size: 20px; }
    @media (max-width: 1500px) {
      .experts-callback__info {
        font-size: 13px; } }
    @media (max-width: 1040px) {
      .experts-callback__info {
        width: 250px; } }
    @media (max-width: 767px) {
      .experts-callback__info {
        width: 100%;
        margin-top: 36px;
        margin-left: 0; } }
  div + .experts-callback__info {
    margin-left: 50px; }
    @media (max-width: 767px) {
      div + .experts-callback__info {
        margin-left: 0; } }
  .experts-callback__phone {
    display: inline-block;
    margin: 10px 0 20px;
    font-size: 20px;
    font-weight: 700;
    color: #252727; }
    @media (max-width: 767px) {
      .experts-callback__phone {
        font-size: 18px;
        margin: 14px 0 30px; } }
    .experts-callback__phone:hover {
      text-decoration: none; }
  .experts-callback .btn {
    width: 100%;
    padding: 10px 20px; }
  .experts-callback .expert {
    margin-bottom: 30px; }
    @media (max-width: 767px) {
      .experts-callback .expert {
        margin-bottom: 24px; } }

.mfp-bg {
  background-color: #EFF2F7;
  position: fixed !important; }

@media (max-width: 767px) {
  .mfp-container {
    padding: 0; } }

@media (max-width: 767px) {
  .mfp-content {
    vertical-align: top; } }

.mfp-close {
  display: none !important; }

.popup__close {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  width: 60px;
  height: 60px;
  background: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  border-radius: 50%; }
  @media (max-width: 767px) {
    .popup__close {
      width: 100%;
      height: 100px;
      line-height: 100px;
      border-radius: 0;
      padding: 0 20px;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .popup__close-text {
    display: none;
    font: bold 13px "Noto Sans", sans-serif;
    text-transform: uppercase;
    position: relative;
    padding-left: 15px;
    letter-spacing: 1px;
    color: #416FED; }
    .popup__close-text::before {
      content: '';
      position: absolute;
      left: 0;
      top: 50%;
      margin-top: -5px;
      width: 10px;
      height: 10px;
      border-right: 1px solid #416FED;
      border-bottom: 1px solid #416FED;
      -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
      transform: rotate(135deg);
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
    @media (max-width: 767px) {
      .popup__close-text {
        display: inline-block; } }
  .popup__close svg {
    stroke: #416FED;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .popup__close svg {
        display: none; } }
  .popup__close:hover {
    background: #416FED; }
    .popup__close:hover svg {
      stroke: #fff; }
    @media (max-width: 767px) {
      .popup__close:hover {
        background: #fff; } }

.popup {
  width: 100%;
  max-width: 1335px;
  margin: 0 auto;
  position: relative;
  background: transparent;
  color: #252727;
  padding-right: 80px; }
  @media (max-width: 767px) {
    .popup {
      padding-right: 0;
      padding-top: 100px; } }
  .popup__content {
    background: #fff;
    padding: 55px 105px 60px; }
    @media (max-width: 1040px) {
      .popup__content {
        padding: 43px 45px; } }
    @media (max-width: 767px) {
      .popup__content {
        padding: 0 20px 20px 20px;
        min-height: calc(100vh - 100px); } }
  .popup__title {
    margin-bottom: 40px; }
  .popup__text {
    margin-bottom: 42px;
    font-size: 15px;
    line-height: 1.66667; }
  .popup_size_md {
    max-width: 910px; }

.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .share__close {
    display: none;
    stroke: #fff; }
  .share .share-list {
    display: none;
    padding: 0 30px; }
    @media (max-width: 1279px) {
      .share .share-list {
        padding: 0 16px; } }
  .share.open {
    background: #fff; }
    .share.open .share__btn {
      background: #416FED; }
    .share.open .share__ico {
      display: none; }
    .share.open .share__close {
      display: block; }
    .share.open .ico {
      stroke: #fff; }
    .share.open .share-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  @media (max-width: 1279px) {
    .share .share-list .ya-share2__container_size_m .ya-share2__item {
      margin-right: 12px; } }

.share-list .ya-share2__badge {
  background: none !important;
  display: block; }

.share-list .ya-share2__container_size_m .ya-share2__item {
  margin: 0 27px 0 0; }
  .share-list .ya-share2__container_size_m .ya-share2__item:hover {
    opacity: 1; }

.share-list .ya-share2__link {
  display: block;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .share-list .ya-share2__link:hover {
    opacity: 0.8; }

.share-list .ya-share2__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.share-list .ya-share2__icon {
  display: block; }

.share-list .ya-share2__item_service_facebook .ya-share2__icon {
  width: 10px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMTAgMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5mYl9yZWQgY29weTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSItIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0aWNsZV8xOTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTcyLjAwMDAwMCwgLTY2NDAuMDAwMDAwKSIgZmlsbD0iIzQxNkZFRCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzAuMDAwMDAwLCA2NTk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTExLjk0MzQzNyw0OS40NDAyNzgzIEwxMS45NDM0MzcsNDYuMDEyMzY5NSBMOC42MzQ1MDM0MSw0NiBDNC45NTk1NzQxMSw0NiA0LjEyNDQzODUzLDQ4LjU1ODk0ODYgNC4xMjQ0Mzg1Myw1MC4xOTE3Mjc5IEw0LjEyNDQzODUzLDUyLjQ3NzAwMDQgTDIsNTIuNDc3MDAwNCBMMiw1Ni4wMDY5NTc5IEw0LjEyNDQzODUzLDU2LjAwNjk1NzkgTDQuMTI0NDM4NTMsNjYgTDguNTkyOTEyOTksNjYgTDguNTkyOTEyOTksNTYuMDA2OTU3OSBMMTEuNjA5MDUwMSw1Ni4wMDY5NTc5IEwxMiw1Mi40NzcwMDA0IEw4LjU5MjkxMjk5LDUyLjQ3NzAwMDQgTDguNTkyOTEyOTksNTAuNDAyMDEwMSBDOC41OTI5MTI5OSw0OS42MjI3MjkgOS4xNTAyMjQ1OSw0OS40NDAyNzgzIDkuNTQxMTc0NTEsNDkuNDQwMjc4MyBMMTEuOTQzNDM3LDQ5LjQ0MDI3ODMgWiIgaWQ9ImZiX3JlZC1jb3B5Ij48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: contain; }

.share-list .ya-share2__item_service_linkedin .ya-share2__icon {
  width: 19px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTkgMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5MaW5rZWRJbjwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSItIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0aWNsZV8xOTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjA5LjAwMDAwMCwgLTY2NDAuMDAwMDAwKSIgZmlsbD0iIzQxNkZFRCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3MC4wMDAwMDAsIDY1OTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNTgsNTcuMDM1Nzg1NyBMNTgsNjQgTDUzLjkyNzY4NDgsNjQgTDUzLjkyNzY4NDgsNTcuNTAyMjA2OCBDNTMuOTI3Njg0OCw1NS44Njk5MDgyIDUzLjMzODY2ODMsNTQuNzU1OTI4MiA1MS44NjQ2MjUyLDU0Ljc1NTkyODIgQzUwLjczOTM4MDIsNTQuNzU1OTI4MiA1MC4wNjk3NDYxLDU1LjUwNjY2OTEgNDkuNzc1MTQ5Niw1Ni4yMzI4ODQ1IEM0OS42Njc3MTgzLDU2LjQ5MjUwMzcgNDkuNjQwMDY1NCw1Ni44NTM4NTk2IDQ5LjY0MDA2NTQsNTcuMjE3MjczOSBMNDkuNjQwMDY1NCw2NCBMNDUuNTY2MzgwOCw2NCBDNDUuNTY2MzgwOCw2NCA0NS42MjEyNDQ5LDUyLjk5NDg3MTEgNDUuNTY2MzgwOCw1MS44NTQ2NTc2IEw0OS42Mzk2Njc4LDUxLjg1NDY1NzYgTDQ5LjYzOTY2NzgsNTMuNTc2MjExMyBDNDkuNjMxNDA3Myw1My41ODkwODcyIDQ5LjYyMDY3Myw1My42MDI5NzAzIDQ5LjYxMjg5ODQsNTMuNjE1NDUyIEw0OS42Mzk2Njc4LDUzLjYxNTQ1MiBMNDkuNjM5NjY3OCw1My41NzYyMTEzIEM1MC4xODA4NDM4LDUyLjc0OTgzNTggNTEuMTQ3MzI3NCw1MS41NjkzMzA2IDUzLjMxMDYxNzgsNTEuNTY5MzMwNiBDNTUuOTkwNzg4Niw1MS41NjkzMzA2IDU4LDUzLjMwNTIwNTMgNTgsNTcuMDM1Nzg1NyBaIE00MS4zMDUxMzMzLDQ2IEMzOS45MTE1MzEsNDYgMzksNDYuOTA2MjU4NCAzOSw0OC4wOTgwMTkgQzM5LDQ5LjI2MzgwODkgMzkuODg1MTU5Miw1MC4xOTc1NzA4IDQxLjI1MTA2NDIsNTAuMTk3NTcwOCBMNDEuMjc4Mjc1NCw1MC4xOTc1NzA4IEM0Mi42OTg4NjgsNTAuMTk3NTcwOCA0My41ODIzNDg1LDQ5LjI2Mzk4NDEgNDMuNTgyMzQ4NSw0OC4wOTgwMTkgQzQzLjU1NTU3OTEsNDYuOTA2MjU4NCA0Mi42OTg4NjgsNDYgNDEuMzA1MTMzMyw0NiBaIE0zOS4yNDE5NDExLDY0IEw0My4zMTQwNzk3LDY0IEw0My4zMTQwNzk3LDUxLjg1NDY1NzYgTDM5LjI0MTk0MTEsNTEuODU0NjU3NiBMMzkuMjQxOTQxMSw2NCBaIiBpZD0iTGlua2VkSW4iPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: contain; }

.share-list .ya-share2__item_service_vkontakte .ya-share2__icon {
  width: 24px;
  height: 13px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIxM3B4IiB2aWV3Qm94PSIwIDAgMjQgMTMiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT52a19yZWQgY29weTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSItIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0aWNsZV8xOTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjU2LjAwMDAwMCwgLTY2NDUuMDAwMDAwKSIgZmlsbD0iIzQxNkZFRCI+CiAgICAgICAgICAgIDxnIGlkPSJHcm91cC02IiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNzAuMDAwMDAwLCA2NTk0LjAwMDAwMCkiPgogICAgICAgICAgICAgICAgPHBhdGggZD0iTTk3Ljc0MjUzMjYsNjMuOTQ1MzMzMiBMOTkuMTc3MjE1OSw2My45NDUzMzMyIEM5OS4xNzcyMTU5LDYzLjk0NTMzMzIgOTkuNjEwMjQ3OSw2My45MDAyNzQ1IDk5LjgzMTQyNDcsNjMuNjc0MTc2NiBDMTAwLjAzNTY1Myw2My40NjU3ODAzIDEwMC4wMjg4NzQsNjMuMDc1NTQwMiAxMDAuMDI4ODc0LDYzLjA3NTU0MDIgQzEwMC4wMjg4NzQsNjMuMDc1NTQwMiAxMDAuMDAwOTA5LDYxLjI0ODI1MDggMTAwLjg5NDA5LDYwLjk3ODcwMzUgQzEwMS43NzQ1Niw2MC43MTMxNzkzIDEwMi45MDU4NjcsNjIuNzQ0ODQxOSAxMDQuMTA0MTIsNjMuNTI2MTI2OCBDMTA1LjAxMDg2LDY0LjExNzUyMTYgMTA1LjY5OTgxMyw2My45ODc5NzggMTA1LjY5OTgxMyw2My45ODc5NzggTDEwOC45MDQ3NTgsNjMuOTQ1MzMzMiBDMTA4LjkwNDc1OCw2My45NDUzMzMyIDExMC41ODA5NTYsNjMuODQ3MTY5NyAxMDkuNzg2MDc2LDYyLjU5NTk4NzQgQzEwOS43MjA4MjQsNjIuNDkzODAwOCAxMDkuMzIyNTM3LDYxLjY2OTg3MTEgMTA3LjQwMzEyOSw1OS45Nzc3NTc3IEMxMDUuMzkzMDQ3LDU4LjIwNjc5MTcgMTA1LjY2MjUyNyw1OC40OTMyMzYgMTA4LjA4MzYwOCw1NS40MjkyNDc1IEMxMDkuNTU3MjcyLDUzLjU2NDE0MSAxMTAuMTQ3MDc3LDUyLjQyNDgwMDcgMTA5Ljk2MjMzOSw1MS45MzcyMDE3IEMxMDkuNzg2OTIzLDUxLjQ3MjEzMiAxMDguNzAzMDcyLDUxLjU5NTIzODcgMTA4LjcwMzA3Miw1MS41OTUyMzg3IEwxMDUuMDkzOTA3LDUxLjYxNjE1ODggQzEwNS4wOTM5MDcsNTEuNjE2MTU4OCAxMDQuODI2MTIyLDUxLjU4MTU2MDIgMTA0LjYyNzgyNiw1MS42OTQyMDY4IEMxMDQuNDM0NjE0LDUxLjgwNDQzOTYgMTA0LjMxMDA0Myw1Mi4wNjE5MTc2IDEwNC4zMTAwNDMsNTIuMDYxOTE3NiBDMTA0LjMxMDA0Myw1Mi4wNjE5MTc2IDEwMy43MzgwMzQsNTMuNTA1NDAzOCAxMDIuOTc3MDUsNTQuNzMzMjUyMiBDMTAxLjM3MDM0MSw1Ny4zMjQxMjQ4IDEwMC43MjcxNDgsNTcuNDYwOTEgMTAwLjQ2NDQ0OCw1Ny4yOTk5ODYyIEM5OS44NTM0NTc2LDU2LjkyNTAzMzkgMTAwLjAwNTk5Myw1NS43OTQ1NDQ0IDEwMC4wMDU5OTMsNTQuOTkwNzMwMiBDMTAwLjAwNTk5Myw1Mi40Nzk1MTQ4IDEwMC40MDc2NzEsNTEuNDMyNzA1NyA5OS4yMjU1MTg5LDUxLjE2MTU0OTIgQzk4LjgzMzE2MzEsNTEuMDcyMjM2NSA5OC41NDQxOTI2LDUxLjAxMjY5NDcgOTcuNTQwODQ2NSw1MS4wMDMwMzkzIEM5Ni4yNTM2MTQ0LDUwLjk5MDE2NTQgOTUuMTYzODMxNCw1MS4wMDYyNTc3IDk0LjU0NjkwOTEsNTEuMjkzNTA2NyBDOTQuMTM1OTEwMSw1MS40ODQyMDEzIDkzLjgxODk3NDcsNTEuOTA5ODQ0NyA5NC4wMTIxODY2LDUxLjkzMzk4MzIgQzk0LjI1MDMxMTksNTEuOTY0NTU4OCA5NC43OTA5NjYzLDUyLjA3MjM3NzcgOTUuMDc3Mzk0NSw1Mi40NDI1MDIzIEM5NS40NDY4Njk5LDUyLjkyMDQ0NTkgOTUuNDM0MTU4Niw1My45OTMwMDI4IDk1LjQzNDE1ODYsNTMuOTkzMDAyOCBDOTUuNDM0MTU4Niw1My45OTMwMDI4IDk1LjY0Njg2MTIsNTYuOTQ4MzY3OCA5NC45Mzc1Nyw1Ny4zMTYwNzg2IEM5NC40NTExNTA2LDU3LjU2NzExOTcgOTMuNzg0MjMwNSw1Ny4wNTM3NzI5IDkyLjM1MTI0Miw1NC43MDI2NzY2IEM5MS42MTczNzU3LDUzLjQ5ODk2NjkgOTEuMDYzMTYyNiw1Mi4xNjgxMjczIDkxLjA2MzE2MjYsNTIuMTY4MTI3MyBDOTEuMDYzMTYyNiw1Mi4xNjgxMjczIDkwLjk1NjM4NzUsNTEuOTE5NTAwMSA5MC43NjU3MTc5LDUxLjc4NTkzMzQgQzkwLjUzNDM3Miw1MS42MjUwMDk2IDkwLjIxMTUwNDcsNTEuNTczNTE0IDkwLjIxMTUwNDcsNTEuNTczNTE0IEw4Ni43ODE5OTMxLDUxLjU5NTIzODcgQzg2Ljc4MTk5MzEsNTEuNTk1MjM4NyA4Ni4yNjc2MDg3LDUxLjYwODkxNzIgODYuMDc4NjMzOSw1MS44MjEzMzY2IEM4NS45MDk5OTcyLDUyLjAxMDQyMiA4Ni4wNjUwNzUyLDUyLjQwMTQ2NjggODYuMDY1MDc1Miw1Mi40MDE0NjY4IEM4Ni4wNjUwNzUyLDUyLjQwMTQ2NjggODguNzQ5NzA0LDU4LjM2NTMwMTYgOTEuNzg5NDAyMSw2MS4zNzA1NTI5IEM5NC41Nzc0MTYyLDY0LjEyNjM3MjQgOTcuNzQyNTMyNiw2My45NDUzMzMyIDk3Ljc0MjUzMjYsNjMuOTQ1MzMzMiIgaWQ9InZrX3JlZC1jb3B5Ij48L3BhdGg+CiAgICAgICAgICAgIDwvZz4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==");
  background-size: contain; }

.share-list .ya-share2__item_service_twitter .ya-share2__icon {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMjAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5TaGFwZTwvdGl0bGU+CiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4KICAgIDxnIGlkPSItIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iQXJ0aWNsZV8xOTIwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMzA3LjAwMDAwMCwgLTY2NDMuMDAwMDAwKSIgZmlsbD0iIzQxNkZFRCIgZmlsbC1ydWxlPSJub256ZXJvIj4KICAgICAgICAgICAgPGcgaWQ9Ikdyb3VwLTYiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE3MC4wMDAwMDAsIDY1OTQuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTU3LDUxLjAxMjUzODUgQzE1Ni4yNTYyNSw1MS4zNTM4NDYyIDE1NS40NjM3NSw1MS41ODAwNzY5IDE1NC42Mzc1LDUxLjY4OTkyMzEgQzE1NS40ODc1LDUxLjE1OSAxNTYuMTM2MjUsNTAuMzI0NjkyMyAxNTYuNDQxMjUsNDkuMzE5MDc2OSBDMTU1LjY0ODc1LDQ5LjgxMzM4NDYgMTU0Ljc3Mzc1LDUwLjE2MjUzODUgMTUzLjg0MTI1LDUwLjM1NzM4NDYgQzE1My4wODg3NSw0OS41MTkxNTM4IDE1Mi4wMTYyNSw0OSAxNTAuODQ2MjUsNDkgQzE0OC41NzYyNSw0OSAxNDYuNzQ4NzUsNTAuOTI3NTM4NSAxNDYuNzQ4NzUsNTMuMjkwNTM4NSBDMTQ2Ljc0ODc1LDUzLjYzMDUzODUgMTQ2Ljc3NjI1LDUzLjk1NzQ2MTUgMTQ2Ljg0Mzc1LDU0LjI2ODY5MjMgQzE0My40MzUsNTQuMDk0NzY5MiAxNDAuNDE4NzUsNTIuMzg1NjE1NCAxMzguMzkyNSw0OS43ODIgQzEzOC4wMzg3NSw1MC40MjQwNzY5IDEzNy44MzEyNSw1MS4xNTkgMTM3LjgzMTI1LDUxLjk1MDE1MzggQzEzNy44MzEyNSw1My40MzU2OTIzIDEzOC41NjI1LDU0Ljc1MjUzODUgMTM5LjY1MjUsNTUuNTE0OTIzMSBDMTM4Ljk5Mzc1LDU1LjUwMTg0NjIgMTM4LjM0NzUsNTUuMzAxNzY5MiAxMzcuOCw1NC45ODY2MTU0IEMxMzcuOCw1NC45OTk2OTIzIDEzNy44LDU1LjAxNjY5MjMgMTM3LjgsNTUuMDMzNjkyMyBDMTM3LjgsNTcuMTE4MTUzOCAxMzkuMjIxMjUsNTguODQ5NTM4NSAxNDEuMDg1LDU5LjI0ODM4NDYgQzE0MC43NTEyNSw1OS4zNDM4NDYyIDE0MC4zODc1LDU5LjM4OTYxNTQgMTQwLjAxLDU5LjM4OTYxNTQgQzEzOS43NDc1LDU5LjM4OTYxNTQgMTM5LjQ4MjUsNTkuMzczOTIzMSAxMzkuMjMzNzUsNTkuMzE2Mzg0NiBDMTM5Ljc2NSw2MS4wMTUwNzY5IDE0MS4yNzI1LDYyLjI2MzkyMzEgMTQzLjA2NSw2Mi4zMDQ0NjE1IEMxNDEuNjcsNjMuNDQ2MDc2OSAxMzkuODk4NzUsNjQuMTMzOTIzMSAxMzcuOTgxMjUsNjQuMTMzOTIzMSBDMTM3LjY0NSw2NC4xMzM5MjMxIDEzNy4zMjI1LDY0LjExODIzMDggMTM3LDY0LjA3NTA3NjkgQzEzOC44MTYyNSw2NS4zMDAzODQ2IDE0MC45Njg3NSw2NiAxNDMuMjksNjYgQzE1MC44MzUsNjYgMTU0Ljk2LDU5LjQ2MTUzODUgMTU0Ljk2LDUzLjc5NCBDMTU0Ljk2LDUzLjYwNDM4NDYgMTU0Ljk1Mzc1LDUzLjQyMTMwNzcgMTU0Ljk0NSw1My4yMzk1Mzg1IEMxNTUuNzU4NzUsNTIuNjM1Mzg0NiAxNTYuNDQyNSw1MS44ODA4NDYyIDE1Nyw1MS4wMTI1Mzg1IFoiIGlkPSJTaGFwZSI+PC9wYXRoPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=");
  background-size: contain; }

.share-list .ya-share2__item_service_telegram .ya-share2__icon {
  width: 20px;
  height: 17px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjBweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMjAgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT50ZWxlZ3JhbW1fcmVkIGNvcHk8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iLSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGljbGVfMTkyMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTM1NS4wMDAwMDAsIC02NjQzLjAwMDAwMCkiIGZpbGw9IiM0MTZGRUQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcwLjAwMDAwMCwgNjU5NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0xOTUuNjUzNjc0LDYyLjMyMjkzMiBDMTk0Ljg4NTU0MSw2My4wODAyOTQxIDE5NC4xMjU2OTUsNjMuODI0MjgwOSAxOTMuMzcyMzk4LDY0LjU3NTAwNzIgQzE5My4xMDkwMjEsNjQuODM3NDg0MSAxOTIuODEyNzQ3LDY0Ljk4MjQzNDcgMTkyLjQzNDk3Myw2NC45NjE4MDE2IEMxOTIuMTc3NjgzLDY0Ljk0NzgwNDIgMTkyLjAzMzI1NSw2NC44MzIxNDQzIDE5MS45NTQ0MTYsNjQuNTgzOTc1OSBDMTkxLjM3NzkzMiw2Mi43Njk3MDc3IDE5MC43OTIwMzQsNjAuOTU4NDk4MyAxOTAuMjE4MTYsNTkuMTQzNDAwNiBDMTkwLjE2MjI0MSw1OC45NjY2NzA3IDE5MC4wNzgwMjksNTguODgxNzUzMyAxODkuOTAyNjQ5LDU4LjgyNzQyMjcgQzE4OC41NDMzNDgsNTguNDA2MzA4OCAxODcuMTg2NzU5LDU3Ljk3NjA3MDggMTg1LjgzMTkwOSw1Ny41NDA1NDQ4IEMxODUuNjMxMzA2LDU3LjQ3NjA1MzIgMTg1LjQyODE5Nyw1Ny4zOTMxNTc1IDE4NS4yNTQxNDYsNTcuMjc2MTQ5OCBDMTg0Ljk1MTIyMSw1Ny4wNzI1NjU2IDE4NC45MDc5OSw1Ni43NDg4NjMyIDE4NS4xODQ2MTgsNTYuNTE0NDg0OCBDMTg1LjQ0MDIyLDU2LjI5Nzg4ODMgMTg1Ljc0MzI0Nyw1Ni4xMTY1NDQ0IDE4Ni4wNTM2OTMsNTUuOTkyMTIzMiBDMTg3Ljc3MTI3NSw1NS4zMDM5MTg2IDE4OS40OTc2MDYsNTQuNjM4MDA2MSAxOTEuMjIwODE2LDUzLjk2NDE2MTcgQzE5NS4zNjYwNDYsNTIuMzQzMjEyOSAxOTkuNTExMzc5LDUwLjcyMjQxOTcgMjAzLjY1NjM1Myw0OS4xMDA2OTMzIEMyMDQuNDUwOTM3LDQ4Ljc4OTc5NTkgMjA1LjA2ODM1LDQ5LjIyMDk2NzEgMjA0Ljk5MzkxLDUwLjA4OTExNTkgQzIwNC45NDQ4OTgsNTAuNjYxNDAxNSAyMDQuNzk3ODEsNTEuMjI2MjIxOCAyMDQuNjc5ODMyLDUxLjc5MTE5NzYgQzIwMy43NjEyODUsNTYuMTg4NzA4NyAyMDIuODM5MTU2LDYwLjU4NTQ0MjEgMjAxLjkxODIwNCw2NC45ODI0MzQ3IEMyMDEuOTE2NDEzLDY0Ljk5MDg4NSAyMDEuOTE1ODUxLDY0Ljk5OTU5NDUgMjAxLjkxMzk1OCw2NS4wMDc5OTI5IEMyMDEuNjg4NzQ2LDY2LjAxMzg4NjMgMjAwLjk2NzQyNSw2Ni4yODg5MDkgMjAwLjE0NDk1OSw2NS42NzU3MTk5IEMxOTguNzE3MjA0LDY0LjYxMTI0NDkgMTk3LjI5MzAzMSw2My41NDE4OTY3IDE5NS44NjcxMTksNjIuNDc0OTMzMiBDMTk1Ljc5OTY4OCw2Mi40MjQ0OTA4IDE5NS43Mjk5NTYsNjIuMzc3MTU4OSAxOTUuNjUzNjc0LDYyLjMyMjkzMiBMMTk1LjY1MzY3NCw2Mi4zMjI5MzIgWiBNMTkyLjQ5ODc3MSw2My43MDc3Mzk4IEMxOTIuNTIwOTc0LDYzLjYwNDUyMiAxOTIuNTM2Mzc0LDYzLjU1Njg3OTEgMTkyLjU0MDg3Niw2My41MDgyNTExIEMxOTIuNjMxNDgzLDYyLjUxOTM2MiAxOTIuNzI2MTgyLDYxLjUzMDgzNTcgMTkyLjgwNjQwMyw2MC41NDEwNjUyIEMxOTIuODI0MjU4LDYwLjMyMTQxIDE5Mi44ODg5MjYsNjAuMTU5MTk1OSAxOTMuMDU2NjMyLDYwLjAwNjY3NjMgQzE5NS4yMjAzMzksNTguMDM4OTAzNSAxOTcuMzc3MzQ1LDU2LjA2MzU2MTcgMTk5LjUzNjAzOCw1NC4wOTAxOSBDMjAwLjE1MDEyNiw1My41Mjg4NDMxIDIwMC43NjY3Miw1Mi45NzAyOTU3IDIwMS4zNzQ4MjIsNTIuNDAyNDE2NyBDMjAxLjQzODY3MSw1Mi4zNDI3OTgyIDIwMS40NTI1MzUsNTIuMjI4MjI3IDIwMS40ODk2MjcsNTIuMTM5MTYyMiBDMjAxLjM5NTY5NSw1Mi4xMTIyMDQzIDIwMS4yOTA0MDYsNTIuMDQzODc2MyAyMDEuMjEwMTg1LDUyLjA2NjUzMTMgQzIwMS4wMjQ4MjgsNTIuMTE4ODkxOSAyMDAuODM4MDM5LDUyLjE5MzU5NjUgMjAwLjY3NTQ0OSw1Mi4yOTcxNzcxIEMxOTcuNDY1ODU0LDU0LjM0MjU1NzYgMTk0LjI2MDQwMyw1Ni4zOTQ1MjIxIDE5MS4wNTA3MDUsNTguNDM5Njk1MiBDMTkwLjg4NzM5OSw1OC41NDM3NDI0IDE5MC44NDA3OTEsNTguNjI5Mzg1NiAxOTAuOTA2Mjc3LDU4LjgyODcxODcgQzE5MS40MTQ1MTIsNjAuMzc1NTMzMiAxOTEuOTA4MDEzLDYxLjkyNzMyNDUgMTkyLjQwNjgzNCw2My40NzczMDE0IEMxOTIuNDI2Mzc4LDYzLjUzODA2MDQgMTkyLjQ1Mzk1Myw2My41OTYxMjM2IDE5Mi40OTg3NzEsNjMuNzA3NzM5OCBMMTkyLjQ5ODc3MSw2My43MDc3Mzk4IFoiIGlkPSJ0ZWxlZ3JhbW1fcmVkLWNvcHkiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: contain; }

.share-list .ya-share2__item_service_whatsapp .ya-share2__icon {
  width: 18px;
  height: 18px;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMThweCIgaGVpZ2h0PSIxOHB4IiB2aWV3Qm94PSIwIDAgMTggMTgiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8IS0tIEdlbmVyYXRvcjogU2tldGNoIDU1LjEgKDc4MTM2KSAtIGh0dHBzOi8vc2tldGNoYXBwLmNvbSAtLT4KICAgIDx0aXRsZT5XaGF0c0FwcF8xXyBDb3B5IDI8L3RpdGxlPgogICAgPGRlc2M+Q3JlYXRlZCB3aXRoIFNrZXRjaC48L2Rlc2M+CiAgICA8ZyBpZD0iLSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgaWQ9IkFydGljbGVfMTkyMCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQwMy4wMDAwMDAsIC02NjQyLjAwMDAwMCkiIGZpbGw9IiM0MTZGRUQiPgogICAgICAgICAgICA8ZyBpZD0iR3JvdXAtNiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTcwLjAwMDAwMCwgNjU5NC4wMDAwMDApIj4KICAgICAgICAgICAgICAgIDxwYXRoIGQ9Ik0yMzkuNDg0NzgxLDUyLjU3MTU3ODEgQzIzOS4zMTAyNjYsNTIuMTUzNjQwNiAyMzkuMTc3OTM4LDUyLjEzNzc1IDIzOC45MTM1NjMsNTIuMTI3MDYyNSBDMjM4LjgyMzU2Myw1Mi4xMjE4NTk0IDIzOC43MjMyOTcsNTIuMTE2NjU2MiAyMzguNjEyMDYzLDUyLjExNjY1NjIgQzIzOC4yNjgwOTQsNTIuMTE2NjU2MiAyMzcuOTA4NTE2LDUyLjIxNzIwMzEgMjM3LjY5MTUzMSw1Mi40MzkzOTA2IEMyMzcuNDI3MTU2LDUyLjcwOTI1IDIzNi43NzExNDEsNTMuMzM4ODI4MSAyMzYuNzcxMTQxLDU0LjYyOTc2NTYgQzIzNi43NzExNDEsNTUuOTIwODQzNyAyMzcuNzEyNjI1LDU3LjE2OTQ1MzEgMjM3LjgzOTYwOSw1Ny4zNDQyNSBDMjM3Ljk3MTkzOCw1Ny41MTg2MjUgMjM5LjY3NTE4OCw2MC4yMDY1MzEyIDI0Mi4zMTk5MjIsNjEuMzAyIEMyNDQuMzg4MDk0LDYyLjE1OTEwOTQgMjQ1LjAwMTc4MSw2Mi4wNzk2NTYyIDI0NS40NzI0NTMsNjEuOTc5MjUgQzI0Ni4xNjAxMDksNjEuODMxMTcxOSAyNDcuMDIyMjgxLDYxLjMyMjk1MzEgMjQ3LjIzOTI2Niw2MC43MDk0MDYyIEMyNDcuNDU2MTA5LDYwLjA5NTU3ODEgMjQ3LjQ1NjEwOSw1OS41NzE3NSAyNDcuMzkyNTQ3LDU5LjQ2MDY1NjIgQzI0Ny4zMjkxMjUsNTkuMzQ5NTYyNSAyNDcuMTU0NDY5LDU5LjI4NjI4MTIgMjQ2Ljg5MDA5NCw1OS4xNTM4MTI1IEMyNDYuNjI1NzE5LDU5LjAyMTQ4NDQgMjQ1LjM0MDI2Niw1OC4zODY1NjI1IDI0NS4wOTY5ODQsNTguMzAxOTA2MiBDMjQ0Ljg1ODkwNiw1OC4yMTIwNDY5IDI0NC42MzE1MTYsNTguMjQzODI4MSAyNDQuNDUxNzk3LDU4LjQ5Nzc5NjkgQzI0NC4xOTc4MjgsNTguODUyMzEyNSAyNDMuOTQ5MzQ0LDU5LjIxMjE3MTkgMjQzLjc0ODI1LDU5LjQyOTAxNTYgQzI0My41ODk2MjUsNTkuNTk4MzI4MSAyNDMuMzMwMzEzLDU5LjYxOTU2MjUgMjQzLjExMzQ2OSw1OS41Mjk1NjI1IEMyNDIuODIyNTE2LDU5LjQwODA2MjUgMjQyLjAwODAxNiw1OS4xMjIwMzEyIDI0MS4wMDI5NjksNTguMjI3OTM3NSBDMjQwLjIyNTMxMyw1Ny41MzQ5Mzc1IDIzOS42OTY0MjIsNTYuNjcyNjI1IDIzOS41NDMxNDEsNTYuNDEzMzEyNSBDMjM5LjM4OTcxOSw1Ni4xNDg3OTY5IDIzOS41MjcyNSw1NS45OTUyMzQ0IDIzOS42NDg4OTEsNTUuODUyNSBDMjM5Ljc4MTIxOSw1NS42ODgzOTA2IDIzOS45MDgwNjMsNTUuNTcyMDkzNyAyNDAuMDQwMjUsNTUuNDE4NTMxMiBDMjQwLjE3MjU3OCw1NS4yNjUxMDk0IDI0MC4yNDY1NDcsNTUuMTg1Nzk2OSAyNDAuMzMxMjAzLDU1LjAwNTc5NjkgQzI0MC40MjEyMDMsNTQuODMxMjgxMiAyNDAuMzU3NjQxLDU0LjY1MTI4MTIgMjQwLjI5NDIxOSw1NC41MTg5NTMxIEMyNDAuMjMwNjU2LDU0LjM4NjM0MzcgMjM5LjcwMTc2Niw1My4wOTUyNjU2IDIzOS40ODQ3ODEsNTIuNTcxNTc4MSBaIE0yNDEuOTk3MzI4LDQ4IEMyMzcuMDM1Nzk3LDQ4IDIzMyw1Mi4wMzY5MjE5IDIzMyw1Ni45OTk4NTk0IEMyMzMsNTguOTY4MDQ2OSAyMzMuNjM0NzgxLDYwLjc5MzUgMjM0LjcxMzc5Nyw2Mi4yNzQ5ODQ0IEwyMzMuNTkyMzEyLDY1LjYxODkwNjMgTDIzNy4wNTE2ODgsNjQuNTEzMzEyNSBDMjM4LjQ3NDUzMSw2NS40NTUwNzgxIDI0MC4xNzI0MzgsNjYgMjQyLjAwMjY3Miw2NiBDMjQ2Ljk2NDIwMyw2NiAyNTEsNjEuOTYyNzk2OSAyNTEsNTcuMDAwMTQwNiBDMjUxLDUyLjAzNzIwMzEgMjQ2Ljk2NDIwMyw0OC4wMDAyODEzIDI0Mi4wMDI2NzIsNDguMDAwMjgxMyBMMjQxLjk5NzQ2OSw0OC4wMDAyODEzIEwyNDEuOTk3NDY5LDQ4IEwyNDEuOTk3MzI4LDQ4IFoiIGlkPSJXaGF0c0FwcF8xXy1Db3B5LTIiPjwvcGF0aD4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+");
  background-size: contain; }

.download {
  display: block;
  -webkit-box-shadow: inset 0 0 0 6px #E5E5E5;
  box-shadow: inset 0 0 0 6px #E5E5E5;
  padding: 25px 30px;
  margin-bottom: 10px;
  color: #252727;
  background: #fff; }
  @media (max-width: 1279px) {
    .download {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .download {
      padding: 22px; } }
  .download__title {
    font-size: 15px;
    line-height: 1.66667;
    font-weight: 700;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1279px) {
      .download__title {
        margin-bottom: 8px; } }
    @media (max-width: 767px) {
      .download__title {
        font-size: 13px;
        line-height: 1.53846; } }
  .download__size {
    font-size: 13px;
    color: #A8A8B1; }
  .download img {
    display: block;
    height: 51px;
    margin-bottom: 20px; }
    @media (max-width: 1279px) {
      .download img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .download img {
        height: 30px;
        margin-right: 13px; } }
  .download:hover {
    text-decoration: none; }
    .download:hover .download__title {
      color: #416FED; }
  .download_light {
    -webkit-box-shadow: inset 0 0 0 3px #E5E5E5;
    box-shadow: inset 0 0 0 3px #E5E5E5;
    padding: 30px; }
  .download_light .download__img {
    display: none; }
  .download_light .download__title {
    margin-bottom: 29px; }
  .download_light .download__size {
    background: url(../images/ico-arrow-long.svg) no-repeat 0 50%;
    padding-left: 16px; }

.pagination-box {
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .pagination-box {
      padding: 36px 0 40px;
      margin-bottom: 0; } }
  @media (max-width: 767px) {
    .pagination-box_white {
      margin: 0 -20px;
      background: #fff; } }
  .pagination-box__desktop {
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 1023px) {
      .pagination-box__desktop {
        display: none; } }
  .pagination-box__more {
    position: absolute;
    top: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 20px;
    font-weight: 700;
    color: #416FED;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1279px) {
      .pagination-box__more {
        font-size: 18px; } }
    .pagination-box__more:hover {
      text-decoration: none;
      color: #416FED; }
  .pagination-box__show {
    padding-right: 30px; }
  .pagination-box__mobile {
    display: none;
    text-align: center; }
    @media (max-width: 1023px) {
      .pagination-box__mobile {
        display: block; } }
    @media (max-width: 767px) {
      .pagination-box__mobile .btn {
        width: 100%; } }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0; }
  .pagination__btn {
    width: 60px;
    height: 60px;
    border-left: 1px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    position: relative;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .pagination__btn .ico {
      position: absolute;
      left: 23px;
      top: 23px;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
    .pagination__btn_next .ico {
      -webkit-transform: scale(-1, -1);
      -ms-transform: scale(-1, -1);
      transform: scale(-1, -1);
      stroke: #416FED; }
    .pagination__btn:hover {
      background: #416FED; }
      .pagination__btn:hover .ico {
        stroke: #fff; }
  .pagination__list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 32px; }
    .pagination__list li {
      display: inline-block;
      width: auto;
      height: auto;
      margin: 0; }
  .pagination__link,
  .pagination a {
    display: inline-block;
    font-size: 15px;
    text-align: center;
    color: #252727;
    padding: 10px 11px;
    height: auto; }
    .pagination__link:hover,
    .pagination a:hover {
      text-decoration: none;
      color: #416FED;
      background: none; }
    .pagination__link.active,
    .pagination a.active {
      font-weight: 700;
      color: #252727; }

.show-count {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .show-count__link {
    display: block;
    color: #252727;
    margin-left: 20px; }
    .show-count__link:hover {
      color: #416FED;
      text-decoration: none; }
    .show-count__link.active {
      color: #416FED;
      font-weight: 700; }

@media (max-width: 767px) {
  .filter {
    background: #fff;
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px; } }

.filter__btn-open {
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  padding: 14px 20px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: left;
  position: relative;
  font-size: 15px; }
  @media (min-width: 768px) {
    .filter__btn-open {
      display: none; } }
  .filter__btn-open .ico {
    position: absolute;
    right: 20px;
    top: 16px;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1); }

.filter__btn {
  font-size: 13px;
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 20px;
  width: 100%;
  text-align: left;
  position: relative; }
  .filter__btn .ico {
    position: absolute;
    right: 20px;
    top: 16px;
    -webkit-transform: scale(-1, -1);
    -ms-transform: scale(-1, -1);
    transform: scale(-1, -1); }

.filter__btn-back {
  border-bottom: 1px solid #E5E5E5;
  padding: 15px 20px;
  text-transform: uppercase;
  font-weight: 700;
  width: 100%;
  text-align: left;
  font-size: 15px; }
  .filter__btn-back .ico {
    margin-right: 8px;
    margin-bottom: -1px; }
  @media (min-width: 768px) {
    .filter__btn-back {
      display: none; } }

.filter__btn-submit {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%; }
  @media (min-width: 768px) {
    .filter__btn-submit {
      display: none; } }

.filter__mobile {
  display: none;
  position: fixed;
  z-index: 20;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: #fff; }

@media (max-width: 767px) {
  .filter.open .filter__mobile {
    display: block; } }

.filter__item_date .nice-select .list .option::before {
  content: none !important; }

@media (max-width: 767px) {
  .filter__item {
    display: none; }
    .filter__item.open {
      position: fixed;
      z-index: 20;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      overflow: auto;
      background: #fff;
      display: block;
      padding-bottom: 60px; } }

.filter .select + .checkbox {
  margin-left: 30px; }

.filter-flex {
  background: #fff;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 1040px) {
    .filter-flex {
      background: none;
      display: block; } }
  @media (max-width: 767px) {
    .filter-flex {
      margin-bottom: 0; } }
  .filter-flex .select .nice-select .current {
    height: 60px;
    padding: 17px 60px 17px 50px; }
    @media (max-width: 1279px) {
      .filter-flex .select .nice-select .current {
        padding: 17px 40px 17px 40px; } }
    @media (max-width: 767px) {
      .filter-flex .select .nice-select .current {
        padding: 17px 40px 17px 20px; } }
  .filter-flex__select {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 1040px) {
      .filter-flex__select {
        background: #fff;
        border-bottom: 1px solid #DCDEE4; } }
    @media (max-width: 767px) {
      .filter-flex__select {
        border-bottom: none; }
        .filter-flex__select .select .nice-select {
          background: none !important; }
          .filter-flex__select .select .nice-select::before {
            display: none; }
          .filter-flex__select .select .nice-select .current {
            color: #252727 !important;
            font-weight: 700;
            padding: 15px 20px;
            font-size: 14px;
            height: 50px; }
          .filter-flex__select .select .nice-select .list {
            border: none;
            padding: 0 20px;
            position: relative;
            opacity: 1;
            pointer-events: auto;
            -webkit-box-shadow: none;
            box-shadow: none;
            max-height: none;
            visibility: visible; }
          .filter-flex__select .select .nice-select .option {
            padding: 6px 16px 6px 20px;
            font-size: 14px; }
            .filter-flex__select .select .nice-select .option.selected {
              font-weight: 700; }
            .filter-flex__select .select .nice-select .option::before {
              width: 8px;
              height: 8px;
              margin-left: -20px; } }
  .filter-flex__search {
    position: relative; }
    @media (max-width: 1040px) {
      .filter-flex__search {
        background: #fff; } }
  .filter-flex .select {
    max-width: 230px; }
    @media (max-width: 767px) {
      .filter-flex .select {
        display: none;
        max-width: 100%; }
        .filter-flex .select.open {
          display: block; } }

.filter-panel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .filter-panel__selects {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .filter-panel__selects {
        display: block;
        padding: 15px; } }
    .filter-panel__selects .select .nice-select .current {
      height: 60px;
      padding: 17px 60px 17px 50px; }
      @media (max-width: 1279px) {
        .filter-panel__selects .select .nice-select .current {
          padding: 17px 40px 17px 40px; } }
      @media (max-width: 767px) {
        .filter-panel__selects .select .nice-select .current {
          height: 50px;
          padding: 17px 40px 17px 20px; } }
  .filter-panel__btn {
    display: none; }
    @media (max-width: 767px) {
      .filter-panel__btn {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        height: 50px;
        font-size: 13px;
        padding: 0 20px;
        border-bottom: 1px solid #E5E5E5; } }
    .filter-panel__btn .ico {
      -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
      transform: scale(-1);
      stroke: #252727; }
  .filter-panel .search-simple:not(:only-child) {
    max-width: 400px; }
    @media (max-width: 767px) {
      .filter-panel .search-simple:not(:only-child) {
        max-width: 100%; } }
  .filter-panel__btn-back {
    border-bottom: 1px solid #E5E5E5;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    width: 100%;
    text-align: left;
    font-size: 15px; }
    .filter-panel__btn-back .ico {
      margin-right: 8px;
      margin-bottom: -1px; }
    @media (min-width: 768px) {
      .filter-panel__btn-back {
        display: none; } }
  .filter-panel__btn-submit {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    width: 100%; }
    @media (min-width: 768px) {
      .filter-panel__btn-submit {
        display: none; } }
  .filter-panel__mobile {
    display: none;
    position: fixed;
    z-index: 20;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    overflow: auto;
    background: #fff; }
  @media (max-width: 767px) {
    .filter-panel.open .filter-panel__mobile {
      display: block; } }
  .filter-panel .select {
    display: inline-block;
    vertical-align: top;
    max-width: 230px; }
    @media (max-width: 767px) {
      .filter-panel .select {
        display: none;
        max-width: 100%; }
        .filter-panel .select .option:first-child {
          display: none; }
        .filter-panel .select.open {
          position: fixed;
          z-index: 20;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          overflow: auto;
          background: #fff;
          display: block;
          padding-bottom: 60px; } }
  @media (max-width: 767px) {
    .filter-panel .select .nice-select {
      background: none !important; }
      .filter-panel .select .nice-select::before {
        display: none; }
      .filter-panel .select .nice-select .current {
        color: #252727 !important;
        font-weight: 700;
        padding: 15px 20px;
        font-size: 14px;
        height: 50px; }
      .filter-panel .select .nice-select .list {
        border: none;
        padding: 0 20px;
        position: relative;
        opacity: 1;
        pointer-events: auto;
        -webkit-box-shadow: none;
        box-shadow: none;
        max-height: none;
        visibility: visible;
        overflow: auto;
        min-width: auto;
        width: 100%; }
      .filter-panel .select .nice-select .option {
        padding: 6px 16px 6px 20px;
        font-size: 14px; }
        .filter-panel .select .nice-select .option.selected {
          font-weight: 700; }
        .filter-panel .select .nice-select .option::before {
          width: 8px;
          height: 8px;
          margin-left: -20px; } }
  @media (max-width: 1279px) {
    .filter-panel .search-simple__input,
    .filter-panel .search-simple input[type="text"] {
      padding-left: 32px; } }
  @media (max-width: 767px) {
    .filter-panel .search-simple__input,
    .filter-panel .search-simple input[type="text"] {
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .filter-panel {
      display: block; } }
  @media (max-width: 1279px) {
    .filter-panel_lg {
      display: block; }
      .filter-panel_lg .search-simple:not(:only-child) {
        max-width: 100%; }
      .filter-panel_lg .search-simple__input,
      .filter-panel_lg .search-simple input[type="text"] {
        padding-left: 40px; } }
    @media (max-width: 1279px) and (max-width: 767px) {
      .filter-panel_lg .search-simple__input,
      .filter-panel_lg .search-simple input[type="text"] {
        padding-left: 20px; } }

.filter-panel-single {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .filter-panel-single .select {
    margin-right: 30px; }

.section-header-box {
  background: #fff;
  margin-bottom: 36px; }
  .section-header-box:last-child {
    margin-bottom: 0; }
  @media (max-width: 1279px) {
    .section-header-box {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .section-header-box {
      margin: 0 -20px 24px; } }
  .section-header-box__header {
    display: block;
    padding: 17px 24px;
    border-bottom: 1px solid #DCDEE4; }
    @media (min-width: 1280px) {
      .section-header-box__header {
        display: none !important; } }
    @media (max-width: 767px) {
      .section-header-box__header {
        padding: 26px 20px 0;
        border-bottom: 0; } }
  .section-header-box__container {
    padding: 55px 50px 60px; }
    @media (max-width: 1600px) {
      .section-header-box__container {
        padding: 2.86458vw 2.60417vw; } }
    @media (max-width: 1279px) {
      .section-header-box__container {
        padding: 43px 40px 48px; } }
    @media (max-width: 767px) {
      .section-header-box__container {
        padding: 36px 20px 40px; } }
    .section-header-box__container > *:last-child {
      margin-bottom: 0; }
  .section-header-box__footer {
    border-top: 1px solid #DCDEE4;
    margin: 0; }
  .section-header-box h1, .section-header-box .h1 {
    margin-bottom: 0; }
    .section-header-box h1 + *, .section-header-box .h1 + * {
      margin-top: 35px; }
      @media (max-width: 1279px) {
        .section-header-box h1 + *, .section-header-box .h1 + * {
          margin-top: 30px; } }
  .section-header-box__tab {
    margin-bottom: 8px; }
    .section-header-box__tab:last-child {
      margin-bottom: -23px; }
    @media (max-width: 1279px) {
      .section-header-box__tab a {
        color: #416FED; } }
  .section-header-box__nav {
    display: none; }
  .section-header-box__text {
    max-width: 790px;
    font-size: 18px;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      .section-header-box__text {
        font-size: 15px;
        line-height: 1.66667; } }
    @media (max-width: 767px) {
      .section-header-box__text {
        font-size: 13px;
        line-height: 1.53846; } }
    .section-header-box__text p, .section-header-box__text .features-title, .section-header-box__text .view-address-block, .section-header-box__text .contacts__address table td, .contacts__address table .section-header-box__text td, .section-header-box__text .contacts__office-name {
      margin: 20px 0;
      font-size: 18px;
      line-height: 1.66667; }
      @media (max-width: 1600px) {
        .section-header-box__text p, .section-header-box__text .features-title, .section-header-box__text .view-address-block, .section-header-box__text .contacts__address table td, .contacts__address table .section-header-box__text td, .section-header-box__text .contacts__office-name {
          font-size: 15px;
          line-height: 1.66667; } }
      @media (max-width: 767px) {
        .section-header-box__text p, .section-header-box__text .features-title, .section-header-box__text .view-address-block, .section-header-box__text .contacts__address table td, .contacts__address table .section-header-box__text td, .section-header-box__text .contacts__office-name {
          font-size: 13px;
          line-height: 1.53846; } }
      .section-header-box__text p:first-child, .section-header-box__text .features-title:first-child, .section-header-box__text .view-address-block:first-child, .section-header-box__text .contacts__address table td:first-child, .contacts__address table .section-header-box__text td:first-child, .section-header-box__text .contacts__office-name:first-child {
        margin-top: 0; }
      .section-header-box__text p:last-child, .section-header-box__text .features-title:last-child, .section-header-box__text .view-address-block:last-child, .section-header-box__text .contacts__address table td:last-child, .contacts__address table .section-header-box__text td:last-child, .section-header-box__text .contacts__office-name:last-child {
        margin-bottom: 0; }
    .section-header-box__text_hide {
      display: none; }
  .section-header-box__text_job {
    padding-right: 0;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1279px) {
      .section-header-box__text_job {
        display: initial; } }
  .section-header-box__text-sm {
    max-width: 730px;
    font-size: 15px;
    line-height: 1.66667; }

.post-tile-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  height: 150px;
  color: #333;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  padding: 30px;
  overflow: hidden;
  position: relative;
  font-size: 18px;
  line-height: 1.66667; }
  @media (max-width: 1600px) {
    .post-tile-section {
      font-size: 15px;
      height: 130px;
      line-height: 1.66667;
      padding: 1.5625vw; } }
  @media (max-width: 767px) {
    .post-tile-section {
      padding: 25px 40px 25px 20px;
      height: 100px;
      font-size: 13px;
      line-height: 1.53846; } }
  .post-tile-section::after {
    content: '';
    border: solid #333;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    position: absolute;
    right: 36px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    -ms-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%); }
    @media (max-width: 1600px) {
      .post-tile-section::after {
        right: 1.5625vw; } }
    @media (max-width: 1279px) {
      .post-tile-section::after {
        right: 36px; } }
  .post-tile-section__title {
    display: block;
    max-width: 82%; }
    @media (max-width: 767px) {
      .post-tile-section__title {
        max-width: 100%; } }
  .post-tile-section__city {
    display: inline-block;
    border-radius: 3px;
    background: #F5F6FA;
    height: 25px;
    line-height: 25px;
    font-size: 13px;
    color: #333;
    padding: 0 11px;
    position: absolute;
    top: 30px;
    left: 30px;
    white-space: nowrap; }
    @media (max-width: 1600px) {
      .post-tile-section__city {
        left: 1.5625vw; } }
    @media (max-width: 1279px) {
      .post-tile-section__city {
        left: 30px; } }
    @media (max-width: 767px) {
      .post-tile-section__city {
        top: 20px;
        left: 20px; } }
  .post-tile-section:hover {
    color: #416FED;
    text-decoration: none;
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.15); }
    .post-tile-section:hover::after {
      border-color: #416FED; }
  .post-tile-section_job {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 81px;
    height: 240px; }
    @media (max-width: 1600px) {
      .post-tile-section_job {
        height: 185px; } }
    @media (max-width: 767px) {
      .post-tile-section_job {
        padding-top: 62px;
        height: 160px; } }

.documents-list .document-item {
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .documents-list .document-item {
      margin-bottom: 18px; } }

.documents-list__footer {
  margin-top: 42px;
  margin-bottom: 0;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media (max-width: 1040px) {
    .documents-list__footer {
      background: transparent;
      margin-top: 0; } }

.document-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  color: #252727;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  padding: 34px 30px 40px 0;
  min-height: 150px; }
  @media (max-width: 1600px) {
    .document-item {
      padding: 1.77083vw 1.5625vw 1.77083vw 0; } }
  @media (max-width: 1279px) {
    .document-item {
      padding: 30px 40px 30px 0; } }
  @media (max-width: 767px) {
    .document-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding: 20px; } }
  .document-item__icon {
    display: block;
    width: 116px;
    padding: 0 35px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1600px) {
      .document-item__icon {
        width: 108px;
        padding: 0 1.5625vw 0 2.08333vw; } }
    @media (max-width: 1279px) {
      .document-item__icon {
        padding: 0 30px 0 40px; } }
    @media (max-width: 767px) {
      .document-item__icon {
        padding: 0;
        width: 24px;
        margin-bottom: 20px; } }
    .document-item__icon img {
      max-width: 100%;
      vertical-align: top; }
  .document-item__name {
    display: block;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.66667;
    max-width: 800px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .document-item__name {
        font-size: 13px;
        line-height: 1.53846; } }
  .document-item__info-value {
    display: inline-block;
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1; }
  .document-item__hover {
    display: none; }
  .document-item__notHover {
    display: initial; }
  .document-item:hover .document-item__hover {
    display: initial; }
  .document-item:hover .document-item__notHover {
    display: none; }
  .document-item:hover {
    color: #416FED;
    text-decoration: none;
    -webkit-box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.1); }

.person-card {
  background: #fff;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  .person-card__photo {
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
    width: 100%;
    padding-bottom: 56%; }
  .person-card__info {
    padding: 40px; }
    @media (max-width: 1600px) {
      .person-card__info {
        padding: 20px; } }
  .person-card__name {
    display: inline-block;
    font-size: 18px;
    color: #333;
    line-height: 1.66667;
    margin-bottom: 12px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    @media (max-width: 1600px) and (min-width: 1280px) {
      .person-card__name {
        font-size: 15px; } }
    @media (max-width: 1279px) {
      .person-card__name {
        margin-bottom: 6px; } }
  .person-card__text {
    font-size: 13px;
    color: #A8A8B1;
    line-height: 1.53846; }
  .person-card:hover {
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.15); }
  .person-card:hover .person-card__name {
    color: #416FED;
    text-decoration: none; }

.article-text-box {
  background: #fff;
  margin-bottom: 36px; }
  @media (max-width: 1040px) {
    .article-text-box {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .article-text-box {
      margin: 0 -20px 24px; } }
  .article-text-box__header {
    display: block;
    padding: 17px 24px;
    border-bottom: 1px solid #DCDEE4; }
    @media (min-width: 1280px) {
      .article-text-box__header {
        display: none !important; } }
    @media (max-width: 767px) {
      .article-text-box__header {
        padding: 26px 20px 0;
        border-bottom: 0; } }
  .article-text-box__container {
    padding: 55px 49px 60px; }
    @media (max-width: 1040px) {
      .article-text-box__container {
        padding: 43px 40px 48px; } }
    @media (max-width: 767px) {
      .article-text-box__container {
        padding: 36px 20px 40px; } }
  .article-text-box__footer {
    border-top: 1px solid #DCDEE4; }
  .article-text-box h1, .article-text-box .h1 {
    margin-bottom: 35px; }
    @media (max-width: 1040px) {
      .article-text-box h1, .article-text-box .h1 {
        margin-bottom: 24px; } }
    @media (max-width: 767px) {
      .article-text-box h1, .article-text-box .h1 {
        margin-bottom: 21px; } }
  .article-text-box__text {
    max-width: 790px; }
    .article-text-box__text p, .article-text-box__text .features-title, .article-text-box__text .view-address-block, .article-text-box__text .contacts__address table td, .contacts__address table .article-text-box__text td, .article-text-box__text .contacts__office-name {
      margin: 20px 0; }
      .article-text-box__text p:first-child, .article-text-box__text .features-title:first-child, .article-text-box__text .view-address-block:first-child, .article-text-box__text .contacts__address table td:first-child, .contacts__address table .article-text-box__text td:first-child, .article-text-box__text .contacts__office-name:first-child {
        margin-top: 0; }
      .article-text-box__text p:last-child, .article-text-box__text .features-title:last-child, .article-text-box__text .view-address-block:last-child, .article-text-box__text .contacts__address table td:last-child, .contacts__address table .article-text-box__text td:last-child, .article-text-box__text .contacts__office-name:last-child {
        margin-bottom: 0; }

.contact-person {
  font-size: 15px; }
  @media (max-width: 1279px) {
    .contact-person {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (max-width: 767px) {
    .contact-person {
      display: block;
      font-size: 13px; } }
  .contact-person__name {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 7px; }
    @media (max-width: 1600px) {
      .contact-person__name {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .contact-person__name {
        font-size: 15px;
        line-height: 1.66667; } }
  .contact-person__text {
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1; }
    @media (max-width: 1279px) {
      .contact-person__text {
        max-width: 300px; } }
  .contact-person__phones {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media (max-width: 1279px) {
      .contact-person__phones {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .contact-person__phones {
        margin-top: 20px; } }
    .contact-person__phones a {
      color: #252727;
      margin-bottom: 6px; }
      .contact-person__phones a:hover {
        text-decoration: none; }
  @media (max-width: 1279px) {
    .contact-person__col {
      width: 50%;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .contact-person__col {
      width: 100%;
      padding-right: 0; } }

.tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tab__btn {
    color: #252727;
    font-size: 18px;
    margin-right: 37px;
    margin-bottom: 23px;
    border-bottom: 1px dotted;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1279px) {
      .tab__btn {
        font-size: 15px; } }
    .tab__btn.active {
      color: #416FED; }
    .tab__btn:hover {
      color: #416FED;
      text-decoration: none; }

.numbers-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -35px; }
  @media (max-width: 1600px) {
    .numbers-list {
      margin: 0 -15px; } }
  @media (max-width: 1040px) {
    .numbers-list {
      margin: 0; } }
  .numbers-list__item {
    margin: 0 35px 70px;
    width: calc(33.33% - 70px); }
    @media (max-width: 1600px) {
      .numbers-list__item {
        margin: 0 15px 30px;
        width: calc(33.33% - 30px); } }
    @media (max-width: 1040px) {
      .numbers-list__item {
        width: 100%;
        margin: 0 0 30px; } }
    .numbers-list__item-num {
      font-size: 18px;
      line-height: 1.66667;
      color: #416FED; }
      @media (max-width: 767px) {
        .numbers-list__item-num {
          font-size: 15px; } }
  .numbers-list h4 {
    margin-top: 0;
    margin-bottom: 26px;
    text-transform: none; }
  .numbers-list p, .numbers-list .features-title, .numbers-list .view-address-block, .numbers-list .contacts__address table td, .contacts__address table .numbers-list td, .numbers-list .contacts__office-name {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 0; }

.text-box-picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  @media (max-width: 1279px) {
    .text-box-picture {
      display: block; } }
  .text-box-picture__pic {
    width: 35%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    text-align: center; }
    @media (max-width: 1279px) {
      .text-box-picture__pic {
        width: 100%;
        text-align: left;
        margin-bottom: 30px; } }
    .text-box-picture__pic img {
      max-width: 100%;
      vertical-align: top; }

.frame-box, .video {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
  margin: 54px 0; }
  @media (max-width: 1279px) {
    .frame-box, .video {
      width: 100%;
      padding-bottom: 65%;
      margin: 42px 0; } }
  @media (max-width: 767px) {
    .frame-box, .video {
      padding-bottom: 320px;
      margin: 30px 0; } }
  .frame-box iframe, .video iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0; }

@media (max-width: 767px) {
  .video {
    padding-bottom: 65%; } }

.social-publish-box {
  display: block;
  text-decoration: none;
  color: #252727;
  border: 1px solid #E5E5E5;
  font-size: 16px; }
  @media (max-width: 1600px) {
    .social-publish-box {
      font-size: 12px; } }
  .social-publish-box__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 22px 25px; }
    @media (max-width: 1600px) {
      .social-publish-box__header {
        padding: 15px 10px; } }
  .social-publish-box__icon {
    display: block;
    width: 84px;
    height: 84px;
    border: 1px solid #E5E5E5;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-radius: 50%;
    margin-right: 22px; }
    @media (max-width: 1600px) {
      .social-publish-box__icon {
        width: 50px;
        height: 50px;
        margin-right: 16px; } }
    .social-publish-box__icon svg {
      width: 26px;
      height: 26px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 1600px) {
        .social-publish-box__icon svg {
          width: 20px;
          height: 20px; } }
  .social-publish-box__people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .social-publish-box__people-photos {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-right: 8px; }
      @media (max-width: 1600px) {
        .social-publish-box__people-photos {
          margin-right: 6px; } }
      .social-publish-box__people-photos-item {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        display: block;
        width: 24px;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #fff;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%;
        margin-left: -12px; }
        @media (max-width: 1040px) {
          .social-publish-box__people-photos-item {
            width: 18px;
            height: 18px;
            margin-left: -9px; } }
        .social-publish-box__people-photos-item:first-child {
          margin-left: 0; }
  .social-publish-box:hover {
    text-decoration: none; }
  .social-publish-box__posts {
    padding: 0 6px 2px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .social-publish-box__posts-item {
      display: block;
      width: calc(33.33% - 18px);
      margin: 0 9px 18px;
      position: relative;
      padding-bottom: 30.7%; }
      .social-publish-box__posts-item-pic {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50% 50%; }
  .social-publish-box_full .social-publish-box__header {
    padding: 10px 22px; }

.company-life-socials {
  margin-top: 60px; }
  @media (max-width: 1040px) {
    .company-life-socials {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .company-life-socials {
      margin-top: 0; }
      .company-life-socials + .footer {
        margin-top: 0; } }
  .company-life-socials__container {
    background: #fff;
    padding: 55px 49px 35px; }
    @media (max-width: 1040px) {
      .company-life-socials__container {
        padding: 43px 39px 17px; } }
    @media (max-width: 767px) {
      .company-life-socials__container {
        padding: 42px 20px;
        margin-left: -20px;
        margin-right: -20px; } }
  .company-life-socials__heading {
    margin-bottom: 24px; }
    @media (max-width: 1040px) {
      .company-life-socials__heading {
        margin-bottom: 29px; } }
    @media (max-width: 767px) {
      .company-life-socials__heading {
        margin-bottom: 20px; } }
  .company-life-socials__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (max-width: 1600px) {
      .company-life-socials__list {
        margin: 0 -5px; } }
    @media (max-width: 1040px) {
      .company-life-socials__list {
        margin: 0 -13px; } }
    @media (max-width: 767px) {
      .company-life-socials__list {
        margin: 0; } }
    .company-life-socials__list-item {
      margin: 0 10px 20px; }
      @media (max-width: 1600px) {
        .company-life-socials__list-item {
          margin: 0 5px 20px; } }
      @media (max-width: 1040px) {
        .company-life-socials__list-item {
          margin: 0 13px 26px; } }
      @media (max-width: 767px) {
        .company-life-socials__list-item {
          width: 100%;
          margin: 0 0 18px 0; } }
      .company-life-socials__list-item:last-child {
        margin-right: 0; }
  .company-life-socials__about {
    margin-top: 40px;
    margin-bottom: 49px;
    font-size: 20px;
    line-height: 1.6; }
    @media (max-width: 1600px) {
      .company-life-socials__about {
        font-size: 15px; } }
    .company-life-socials__about p, .company-life-socials__about .features-title, .company-life-socials__about .view-address-block, .company-life-socials__about .contacts__address table td, .contacts__address table .company-life-socials__about td, .company-life-socials__about .contacts__office-name {
      font-size: 20px;
      line-height: 1.6; }
      @media (max-width: 1600px) {
        .company-life-socials__about p, .company-life-socials__about .features-title, .company-life-socials__about .view-address-block, .company-life-socials__about .contacts__address table td, .contacts__address table .company-life-socials__about td, .company-life-socials__about .contacts__office-name {
          font-size: 15px; } }
  .company-life-socials_full {
    width: 100%; }
  .company-life-socials_full .company-life-socials__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .company-life-socials_full .company-life-socials__col {
    width: 47.5%; }
    @media (max-width: 1279px) {
      .company-life-socials_full .company-life-socials__col {
        width: 100%; } }

.similar-articles__heading {
  margin-bottom: 24px; }

.similar-articles__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 1040px) {
    .similar-articles__list {
      margin: 0;
      display: block; } }

.similar-articles__article {
  width: calc(50% - 20px);
  display: block;
  border: 3px solid #DCDEE4;
  margin: 0 10px 20px;
  background: #fff;
  padding: 34px 30px;
  color: #252727;
  text-decoration: none;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear; }
  @media (max-width: 1600px) {
    .similar-articles__article {
      padding: 1.77083vw 1.5625vw; } }
  @media (max-width: 1279px) {
    .similar-articles__article {
      width: 100%;
      padding: 34px 30px;
      margin: 0 0 18px; }
      .similar-articles__article:last-child {
        margin-bottom: 0; } }
  .similar-articles__article-text {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      .similar-articles__article-text {
        font-size: 16px; } }
    @media (max-width: 1279px) {
      .similar-articles__article-text {
        font-size: 18px; } }
  .similar-articles__article-author {
    color: #416FED;
    font-size: 15px;
    line-height: 1.66667; }
  .similar-articles__article:hover {
    text-decoration: none;
    color: #416FED; }

.video-promo {
  display: block;
  width: 324px;
  height: 324px;
  background: #416FED;
  color: #fff;
  text-decoration: none;
  padding: 83px 30px 62px 52px;
  text-align: left;
  position: relative; }
  @media (max-width: 1600px) {
    .video-promo {
      padding: 4.32292vw 1.5625vw 3.22917vw 2.70833vw;
      width: 250px;
      height: 250px; } }
  @media (max-width: 1279px) {
    .video-promo {
      width: 100%;
      padding: 43px 38px 38px 123px;
      height: auto; } }
  @media (max-width: 767px) {
    .video-promo {
      width: 280px;
      height: 240px;
      padding: 31px 10px 31px 36px; } }
  .video-promo__title {
    display: block;
    font: 500 30px "Stag Sans", sans-serif;
    line-height: 1.5;
    margin-bottom: 29px;
    max-width: 180px; }
    @media (max-width: 1600px) {
      .video-promo__title {
        font-size: 1.5625vw; } }
    @media (max-width: 1279px) {
      .video-promo__title {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .video-promo__title {
        margin-bottom: 26px; } }
  .video-promo__play {
    display: block;
    width: 60px;
    height: 60px;
    position: relative;
    border: 1px solid #fff; }
    @media (max-width: 1600px) {
      .video-promo__play {
        width: 3.125vw;
        height: 3.125vw; } }
    @media (max-width: 1279px) {
      .video-promo__play {
        position: absolute;
        left: 38px;
        top: 60px;
        width: 60px;
        height: 60px; } }
    @media (max-width: 767px) {
      .video-promo__play {
        position: relative;
        left: auto;
        top: auto; } }
    .video-promo__play::after {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-top: 11px solid transparent;
      border-left: 15px solid #fff;
      border-bottom: 11px solid transparent;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear; }
  .video-promo:hover {
    text-decoration: none; }
  .video-promo:hover .video-promo__play {
    background: #fff; }
    .video-promo:hover .video-promo__play::after {
      border-left-color: #416FED; }

.press-card {
  padding: 30px;
  background: #F7F7F7; }
  .press-card__heading {
    font: 500 15px "Stag Sans", sans-serif;
    color: #252727;
    letter-spacing: 1px;
    line-height: 1.86667;
    text-transform: uppercase;
    margin-bottom: 17px; }
  .press-card__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .press-card__info {
        display: block; } }
  .press-card__person, .press-card__contacts {
    width: 49%; }
    @media (max-width: 767px) {
      .press-card__person, .press-card__contacts {
        width: 100%; } }
  @media (max-width: 767px) {
    .press-card__person {
      margin-bottom: 20px; } }
  .press-card__person-name {
    font-weight: bold;
    font-size: 20px;
    line-height: 1.25;
    margin-bottom: 7px; }
  .press-card__person-work {
    font-size: 13px;
    color: #A8A8B1;
    line-height: 1.53846; }
  .press-card__contacts {
    font-size: 15px;
    line-height: 1.66667; }

.search-result {
  margin-bottom: 42px;
  background: #fff;
  padding: 30px 50px; }
  @media (max-width: 1600px) {
    .search-result {
      padding: 30px 2.60417vw; } }
  @media (max-width: 1279px) {
    .search-result {
      padding: 20px 30px; } }
  @media (max-width: 767px) {
    .search-result {
      padding: 20px;
      margin-bottom: 0; } }
  .search-result__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #E5E5E5;
    padding-bottom: 30px;
    margin-bottom: 30px;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
    .search-result__item:last-child {
      border-bottom: none;
      padding-bottom: 0;
      margin-bottom: 0; }
    .search-result__item:hover {
      text-decoration: none; }
      .search-result__item:hover .search-result__title {
        color: #416FED; }
    @media (max-width: 767px) {
      .search-result__item {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 20px; } }
  .search-result__section {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 120px;
    color: #A8A8B1;
    font-size: 15px;
    padding-right: 20px; }
    @media (max-width: 1600px) {
      .search-result__section {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .search-result__section {
        margin-bottom: 10px; } }
  .search-result__title {
    color: #333;
    font-size: 18px;
    margin-bottom: 12px;
    max-width: 800px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .search-result__title {
        font-size: 15px; } }
  .search-result__text {
    color: #A8A8B1;
    font-size: 13px;
    line-height: 1.53846;
    max-width: 800px; }

.customer-preview {
  background: #fff;
  padding: 30px 50px;
  height: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (max-width: 1600px) {
    .customer-preview {
      padding: 30px 2.60417vw;
      height: 260px; } }
  @media (max-width: 1279px) {
    .customer-preview {
      padding: 30px; } }
  @media (max-width: 767px) {
    .customer-preview {
      padding: 20px;
      height: 220px; } }
  .customer-preview__link {
    color: #333;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .customer-preview__link:hover {
      text-decoration: none;
      color: #416FED; }
  .customer-preview__logo {
    max-height: 100px;
    max-width: 170px;
    margin-bottom: 12px; }
    .customer-preview__logo img {
      display: block;
      max-height: 100%; }
  .customer-preview__title {
    font-size: 18px; }
    @media (max-width: 1600px) {
      .customer-preview__title {
        font-size: 15px; } }
  .customer-preview__link-popup {
    font-size: 18px;
    border-bottom: 1px dashed #416FED;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .customer-preview__link-popup:hover {
      text-decoration: none;
      border-color: transparent; }
    @media (max-width: 1600px) {
      .customer-preview__link-popup {
        font-size: 15px; } }

.box-slider {
  margin-bottom: 100px; }
  @media (max-width: 1600px) {
    .box-slider {
      margin-bottom: 70px; } }
  @media (max-width: 1279px) {
    .box-slider {
      margin-bottom: 50px; } }
  .box-slider .swiper-slide {
    padding-bottom: 20px; }
  .box-slider .swiper-pagination {
    display: none; }
    @media (max-width: 767px) {
      .box-slider .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        margin-top: 0; }
        .section-media .box-slider .swiper-pagination {
          display: none; } }
  @media (max-width: 767px) {
    .box-slider .swiper-arrows {
      display: none; }
      .section-media .box-slider .swiper-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .box-slider__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 22px; }
    @media (max-width: 767px) {
      .box-slider__bottom {
        margin-top: 15px; } }
  .box-slider .swiper-slide {
    height: auto; }

.materials-preview {
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 102px 40px 40px 40px;
  height: 500px;
  color: #333;
  font-size: 15px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  position: relative; }
  @media (max-width: 1600px) {
    .materials-preview {
      height: 460px;
      padding: 90px 2.08333vw 2.08333vw 2.08333vw; } }
  @media (max-width: 1279px) {
    .materials-preview {
      height: 420px;
      padding: 80px 30px 30px; } }
  @media (max-width: 767px) {
    .materials-preview {
      padding: 70px 20px 20px; } }
  .materials-preview:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }
  .materials-preview:hover .materials-preview__title {
    color: #416FED; }
  .materials-preview__tags {
    position: absolute;
    left: 40px;
    top: 40px;
    margin-bottom: 18px; }
    @media (max-width: 1600px) {
      .materials-preview__tags {
        left: 2.08333vw;
        margin-bottom: 6px; } }
    @media (max-width: 1279px) {
      .materials-preview__tags {
        top: 30px;
        left: 30px; } }
    @media (max-width: 767px) {
      .materials-preview__tags {
        top: 20px;
        left: 20px; } }
  .materials-preview__tag {
    margin-bottom: 6px;
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #243F90;
    border-radius: 3px;
    color: #252727;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px; }
  .materials-preview__title {
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 5px;
    max-height: 6.66667em;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .materials-preview__title {
        font-size: 15px;
        line-height: 1.33333;
        max-height: 8em; } }
  .materials-preview__text {
    font-size: 13px;
    line-height: 1.38462;
    color: #A8A8B1;
    max-height: 13.84615em;
    overflow: hidden;
    margin-bottom: 12px; }
    @media (max-width: 1279px) {
      .materials-preview__text {
        max-height: 12.46154em; } }
  .materials-preview__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }

.search-header {
  position: relative;
  height: 100%;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .search-header input[type="text"] {
    width: 100%;
    height: 100%;
    padding: 10px 140px 10px 30px;
    color: #252727;
    font-size: 15px;
    font-style: normal;
    line-height: inherit;
    border: none;
    font-weight: 700;
    background: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) and (min-width: 1280px) {
      .search-header input[type="text"] {
        font-size: 13px; } }
    @media (min-width: 768px) {
      .header_white .search-header input[type="text"] {
        color: #fff; } }
    .search-header input[type="text"]::-webkit-input-placeholder {
      color: #A8A8B1;
      opacity: 1;
      font-weight: 400; }
      @media (min-width: 768px) {
        .header_white .search-header input[type="text"]::-webkit-input-placeholder {
          color: rgba(255, 255, 255, 0.3); } }
    .search-header input[type="text"]:-moz-placeholder {
      color: #A8A8B1;
      opacity: 1;
      font-weight: 400; }
      @media (min-width: 768px) {
        .header_white .search-header input[type="text"]:-moz-placeholder {
          color: rgba(255, 255, 255, 0.3); } }
    .search-header input[type="text"]::-moz-placeholder {
      color: #A8A8B1;
      opacity: 1;
      font-weight: 400; }
      @media (min-width: 768px) {
        .header_white .search-header input[type="text"]::-moz-placeholder {
          color: rgba(255, 255, 255, 0.3); } }
    .search-header input[type="text"]:-ms-input-placeholder {
      color: #A8A8B1;
      opacity: 1;
      font-weight: 400; }
      @media (min-width: 768px) {
        .header_white .search-header input[type="text"]:-ms-input-placeholder {
          color: rgba(255, 255, 255, 0.3); } }
    @media (max-width: 767px) {
      .search-header input[type="text"] {
        padding: 10px 50px 10px 13px;
        font-size: 13px; } }
  .search-header__input {
    font-family: "Noto Sans", sans-serif; }
    @media (max-width: 767px) {
      .search-header__input_desktop {
        display: none; } }
    @media (min-width: 768px) {
      .search-header__input_mobile {
        display: none; } }
  .search-header__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 84px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 767px) {
      .search-header__btn {
        width: 50px; } }
    @media (min-width: 768px) {
      .header_white .search-header__btn svg {
        stroke: #fff; } }
  .search-header__clear {
    position: absolute;
    right: 33px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 767px) {
      .search-header__clear {
        right: 15px; } }
    .search-header__clear::before, .search-header__clear::after {
      content: '';
      position: absolute;
      left: 9px;
      top: 0;
      width: 1px;
      height: 21px;
      background: #416FED;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .search-header__clear::before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
  .search-header.search-focus {
    background: #F5F6FA; }
    @media (max-width: 767px) {
      .search-header.search-focus {
        margin-left: -50px;
        margin-right: -50px; } }
    .search-header.search-focus .search-header__input {
      border-color: #416FED; }
    .search-header.search-focus .search-header__result {
      display: block; }
  .search-header.not-empty .search-header__btn {
    position: absolute;
    left: 0;
    width: 66px;
    padding-left: 20px; }
    @media (max-width: 767px) {
      .search-header.not-empty .search-header__btn {
        width: 40px; } }
    .search-header.not-empty .search-header__btn svg {
      stroke: #416FED; }
  .search-header.not-empty .search-header__clear {
    opacity: 1;
    pointer-events: auto; }
  .search-header.not-empty input[type="text"] {
    padding-left: 66px; }
    @media (max-width: 767px) {
      .search-header.not-empty input[type="text"] {
        padding-left: 50px; } }

.search-result-header {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 80px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
  background: #fff;
  padding-top: 56px;
  margin-top: 1px;
  border-bottom: 1px solid #D8D8D8;
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear; }
  @media (max-width: 1600px) {
    .search-result-header {
      top: 70px;
      max-height: calc(100vh - 70px); } }
  @media (max-width: 1279px) {
    .search-result-header {
      padding-top: 0;
      padding-bottom: 50px;
      max-height: none; } }
  @media (max-width: 767px) {
    .search-result-header {
      font-size: 14px;
      top: 50px;
      height: calc(100vh - 50px); } }
  .search-result-header .btn {
    margin-left: 30px; }
    @media (max-width: 767px) {
      .search-result-header .btn {
        margin-left: 20px;
        margin-top: 47px; } }
    @media (min-width: 1280px) {
      .search-result-header .btn {
        display: none; } }
  .search-result-header.open {
    visibility: visible;
    opacity: 1; }
  .search-result-header__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 40px;
    position: relative; }
    @media (max-width: 1279px) {
      .search-result-header__item {
        display: block;
        padding: 36px 30px 40px;
        border-top: 1px solid #E5E5E5; } }
    @media (max-width: 767px) {
      .search-result-header__item {
        padding: 27px 0 0;
        border-top: none; } }
  .search-result-header__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 170px;
    padding-right: 60px;
    color: #A8A8B1;
    text-align: right; }
    @media (max-width: 1500px) {
      .search-result-header__title {
        width: 100%;
        padding-bottom: 24px;
        padding-right: 0;
        text-align: left; } }
    @media (max-width: 767px) {
      .search-result-header__title {
        padding-bottom: 15px;
        padding-left: 20px; } }
  .search-result-header__list {
    list-style: none; }
    .search-result-header__list li {
      margin-bottom: 24px;
      cursor: pointer;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media (max-width: 767px) {
        .search-result-header__list li {
          margin-bottom: 0;
          padding: 6px 6px 6px 20px;
          border-top: 1px solid #E5E5E5; }
          .search-result-header__list li:last-child {
            border-bottom: 1px solid #E5E5E5; } }
      .search-result-header__list li:hover {
        color: #416FED; }
    .search-result-header__list span {
      font-weight: 700; }
  .search-result-header__more {
    width: 100%;
    padding-left: 170px; }
    @media (max-width: 1279px) {
      .search-result-header__more {
        padding-left: 0; } }
    @media (max-width: 767px) {
      .search-result-header__more {
        position: absolute;
        right: 20px;
        top: 27px;
        width: auto; } }
    .search-result-header__more a {
      border-bottom: 2px dotted; }
      .search-result-header__more a:hover {
        text-decoration: none; }
  .search-result-header__all {
    border-bottom: 1px dashed #243F90; }
    .search-result-header__all:hover {
      text-decoration: none;
      border-color: transparent; }
  @media (max-width: 1279px) {
    .search-result-header .container {
      padding: 0; } }

.search-filter {
  position: relative;
  height: 60px; }
  @media (max-width: 767px) {
    .search-filter {
      height: 50px; } }
  .search-filter__input {
    display: block;
    width: 410px;
    height: 60px;
    padding: 10px 80px 10px 30px;
    background: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    color: #252727;
    border: 0;
    font-weight: 700;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1040px) {
      .search-filter__input {
        width: 100%; } }
    @media (max-width: 767px) {
      .search-filter__input {
        padding: 10px 60px 10px 20px;
        height: 50px; } }
    .search-filter__input::-webkit-input-placeholder {
      color: #252727;
      font-weight: 400;
      opacity: 1; }
    .search-filter__input:-moz-placeholder {
      color: #252727;
      font-weight: 400;
      opacity: 1; }
    .search-filter__input::-moz-placeholder {
      color: #252727;
      font-weight: 400;
      opacity: 1; }
    .search-filter__input:-ms-input-placeholder {
      color: #252727;
      font-weight: 400;
      opacity: 1; }
    .search-filter__input::-webkit-search-decoration, .search-filter__input::-webkit-search-cancel-button, .search-filter__input::-webkit-search-results-button, .search-filter__input::-webkit-search-results-decoration {
      display: none; }
    .search-filter__input::-ms-clear, .search-filter__input::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    .search-filter__input:focus {
      outline: none !important; }
    @media (max-width: 767px) {
      .search-filter__input_desktop {
        display: none; } }
    @media (min-width: 768px) {
      .search-filter__input_mobile {
        display: none; } }
  .search-filter__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 767px) {
      .search-filter__btn {
        width: 50px; } }
  .search-filter__clear {
    position: absolute;
    right: 80px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 767px) {
      .search-filter__clear {
        right: 60px; } }
    .search-filter__clear::before, .search-filter__clear::after {
      content: '';
      position: absolute;
      left: 9px;
      top: 0;
      width: 1px;
      height: 21px;
      background: #416FED;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .search-filter__clear::before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .search-filter__clear.open {
      opacity: 1;
      pointer-events: auto; }
  @media (min-width: 768px) {
    .search-filter.search-focus .search-filter__btn {
      background: #416FED; }
      .search-filter.search-focus .search-filter__btn svg {
        stroke: #fff; }
    .search-filter.search-focus .search-filter__input {
      background: #F5F6FA; }
    .search-filter.search-focus .search-filter__result {
      display: block; } }

.search-result-filter {
  position: absolute;
  z-index: 10;
  left: 0;
  right: 0;
  top: 100%;
  padding: 30px;
  background: #fff;
  -webkit-box-shadow: 0 0 19px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 19px rgba(0, 0, 0, 0.15);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.2s linear, visibility 0.2s linear;
  -o-transition: opacity 0.2s linear, visibility 0.2s linear;
  transition: opacity 0.2s linear, visibility 0.2s linear; }
  @media (max-width: 767px) {
    .search-result-filter {
      padding: 15px 20px;
      -webkit-box-shadow: none;
      box-shadow: none; } }
  .search-result-filter.open {
    visibility: visible;
    opacity: 1; }
  .search-result-filter__list {
    list-style: none; }
    .search-result-filter__list li {
      margin-bottom: 24px;
      cursor: pointer;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
      .search-result-filter__list li:last-child {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .search-result-filter__list li {
          font-size: 14px;
          margin-bottom: 14px; } }
      .search-result-filter__list li:hover {
        color: #416FED; }

.search-simple {
  position: relative;
  width: 100%; }
  .search-simple__input,
  .search-simple input[type="text"] {
    display: block;
    width: 100%;
    height: 60px;
    padding: 10px 6.25vw 10px 2.60417vw;
    background: none;
    font-family: "Noto Sans", sans-serif;
    font-size: 15px;
    font-style: normal;
    color: #252727;
    border: 0;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1279px) {
      .search-simple__input,
      .search-simple input[type="text"] {
        padding: 10px 100px 10px 40px; } }
    @media (max-width: 767px) {
      .search-simple__input,
      .search-simple input[type="text"] {
        height: 50px;
        padding: 10px 60px 10px 20px;
        font-size: 13px; } }
    .search-simple__input::-webkit-input-placeholder,
    .search-simple input[type="text"]::-webkit-input-placeholder {
      color: #252727;
      opacity: 1; }
      @media (max-width: 767px) {
        .search-simple__input::-webkit-input-placeholder,
        .search-simple input[type="text"]::-webkit-input-placeholder {
          font-size: 13px; } }
    .search-simple__input:-moz-placeholder,
    .search-simple input[type="text"]:-moz-placeholder {
      color: #252727;
      opacity: 1; }
      @media (max-width: 767px) {
        .search-simple__input:-moz-placeholder,
        .search-simple input[type="text"]:-moz-placeholder {
          font-size: 13px; } }
    .search-simple__input::-moz-placeholder,
    .search-simple input[type="text"]::-moz-placeholder {
      color: #252727;
      opacity: 1; }
      @media (max-width: 767px) {
        .search-simple__input::-moz-placeholder,
        .search-simple input[type="text"]::-moz-placeholder {
          font-size: 13px; } }
    .search-simple__input:-ms-input-placeholder,
    .search-simple input[type="text"]:-ms-input-placeholder {
      color: #252727;
      opacity: 1; }
      @media (max-width: 767px) {
        .search-simple__input:-ms-input-placeholder,
        .search-simple input[type="text"]:-ms-input-placeholder {
          font-size: 13px; } }
    .search-simple__input::-webkit-search-decoration, .search-simple__input::-webkit-search-cancel-button, .search-simple__input::-webkit-search-results-button, .search-simple__input::-webkit-search-results-decoration,
    .search-simple input[type="text"]::-webkit-search-decoration,
    .search-simple input[type="text"]::-webkit-search-cancel-button,
    .search-simple input[type="text"]::-webkit-search-results-button,
    .search-simple input[type="text"]::-webkit-search-results-decoration {
      display: none; }
    .search-simple__input::-ms-clear, .search-simple__input::-ms-reveal,
    .search-simple input[type="text"]::-ms-clear,
    .search-simple input[type="text"]::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    .search-simple__input:focus,
    .search-simple input[type="text"]:focus {
      outline: none !important;
      border-color: #416FED;
      background: #F5F6FA; }
      .search-simple__input:focus + .search-simple__btn,
      .search-simple input[type="text"]:focus + .search-simple__btn {
        background: #416FED; }
        .search-simple__input:focus + .search-simple__btn svg,
        .search-simple input[type="text"]:focus + .search-simple__btn svg {
          stroke: #fff; }
  .search-simple.not-empty .search-simple__input,
  .search-simple.not-empty input[type="text"] {
    border-color: #416FED;
    background: #F5F6FA; }
    .search-simple.not-empty .search-simple__input + .search-simple__btn,
    .search-simple.not-empty input[type="text"] + .search-simple__btn {
      background: #416FED; }
      .search-simple.not-empty .search-simple__input + .search-simple__btn svg,
      .search-simple.not-empty input[type="text"] + .search-simple__btn svg {
        stroke: #fff; }
  .search-simple__btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 767px) {
      .search-simple__btn {
        width: 50px; } }
  .search-simple__clear {
    position: absolute;
    right: 120px;
    top: 50%;
    width: 18px;
    height: 18px;
    margin-top: -10px;
    font-size: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 767px) {
      .search-simple__clear {
        right: 80px; } }
    .search-simple__clear::before, .search-simple__clear::after {
      content: '';
      position: absolute;
      left: 9px;
      top: 0;
      width: 1px;
      height: 21px;
      background: #416FED;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .search-simple__clear::before {
      -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
      transform: rotate(-135deg); }
    .not-empty .search-simple__clear, .search-simple__clear.open {
      opacity: 1;
      pointer-events: auto; }
  .search-simple svg {
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
  .search-simple .ico-search {
    width: 20px;
    height: 20px; }

.form-item {
  border: none;
  margin-bottom: 40px;
  position: relative; }
  @media (max-width: 767px) {
    .form-item {
      margin-bottom: 21px; } }
  .form-item__field,
  .form-item input[type="text"] {
    display: block;
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    background: #fff;
    border: 1px solid #A8A8B1;
    padding: 15px 11px;
    height: 60px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .form-item__field::-webkit-input-placeholder,
    .form-item input[type="text"]::-webkit-input-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    .form-item__field:-moz-placeholder,
    .form-item input[type="text"]:-moz-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    .form-item__field::-moz-placeholder,
    .form-item input[type="text"]::-moz-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    .form-item__field:-ms-input-placeholder,
    .form-item input[type="text"]:-ms-input-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    @media (max-width: 1600px) {
      .form-item__field,
      .form-item input[type="text"] {
        height: 50px;
        padding: 11px; } }
    .form-item__field:focus,
    .form-item input[type="text"]:focus {
      outline: none !important;
      border-color: #416FED; }
    .form-item__field.error,
    .form-item input[type="text"].error {
      border-color: #f00;
      margin-bottom: 40px; }
  .form-item__mess {
    display: none; }
  .form-item__label {
    font-size: 15px;
    display: block;
    margin-bottom: 5px; }
    @media (max-width: 767px) {
      .form-item__label {
        font-size: 13px;
        margin-bottom: 8px; } }
    .form-item__label span {
      color: #E5E5E5; }
  .form-item .radiobox {
    margin: 8px 30px 8px 0; }
    .form-item .radiobox:last-child {
      margin-right: 0; }

textarea.form-item__field {
  resize: vertical;
  min-height: 60px;
  height: 182px;
  overflow: auto;
  max-width: 100%; }
  textarea.form-item__field::-webkit-input-placeholder {
    font-size: 15px; }
  textarea.form-item__field:-moz-placeholder {
    font-size: 15px; }
  textarea.form-item__field::-moz-placeholder {
    font-size: 15px; }
  textarea.form-item__field:-ms-input-placeholder {
    font-size: 15px; }
  @media (max-width: 1600px) {
    textarea.form-item__field {
      min-height: 50px;
      height: 150px; } }

.agree {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 42px; }
  @media (max-width: 767px) {
    .agree {
      font-size: 13px;
      margin-bottom: 30px; } }

label.error {
  position: absolute;
  left: 0;
  bottom: -22px;
  font-size: 12px;
  color: #f00; }

.checkbox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px; }
  .checkbox__label {
    position: relative;
    padding-left: 42px;
    cursor: pointer;
    min-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .checkbox__label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      background: #fff;
      border: 1px solid #A8A8B1;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
    .checkbox__label::after {
      content: '';
      position: absolute;
      left: 11px;
      top: 7px;
      width: 8px;
      height: 13px;
      border: 2px solid #416FED;
      border-left: none;
      border-top: none;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      opacity: 0;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
    .checkbox__label:hover::after {
      opacity: 0.5; }
    .checkbox__label a {
      margin-left: 4px; }
    .checkbox__label_job::before {
      top: auto; }
    .checkbox__label_job::after {
      top: auto; }
  .checkbox__input {
    position: absolute;
    opacity: 0; }
    .checkbox__input:disabled + .checkbox__label {
      cursor: default; }
      .checkbox__input:disabled + .checkbox__label::before {
        border-color: #E5E5E5; }
      .checkbox__input:disabled + .checkbox__label::after {
        background: #E5E5E5; }
    .checkbox__input:checked + .checkbox__label::after {
      opacity: 1; }
  .checkbox__toggle {
    color: #252727;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .checkbox__toggle::after {
      content: '';
      display: block;
      margin-left: 5px;
      width: 6px;
      height: 6px;
      border-right: 1px solid #416FED;
      border-bottom: 1px solid #416FED;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
    .checkbox__toggle:hover {
      text-decoration: none;
      color: #416FED; }
  .checkbox label.error {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.radiobox {
  display: inline-block;
  position: relative;
  font-size: 15px; }
  .radiobox__label {
    position: relative;
    padding-left: 42px;
    cursor: pointer;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .radiobox__label::before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      border: 1px solid #A8A8B1;
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
  .radiobox__input {
    position: absolute;
    opacity: 0; }
    .radiobox__input:disabled + .checkbox__label {
      cursor: default; }
      .radiobox__input:disabled + .checkbox__label::before {
        border-color: #E5E5E5; }
  .radiobox__input:checked + .radiobox__label::before {
    border: 10px solid #416FED; }
  .radiobox label.error {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

.radiobox-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .radiobox-list .radiobox {
    margin-bottom: 10px; }

.select .nice-select {
  display: block;
  position: relative;
  cursor: pointer;
  width: 100%;
  outline: none;
  background: #fff;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear;
  white-space: nowrap;
  font-size: 15px; }
  .select .nice-select::before {
    content: '';
    position: absolute;
    right: 36px;
    top: 50%;
    margin-top: -7px;
    width: 10px;
    height: 10px;
    border-right: 1px solid #416FED;
    border-bottom: 1px solid #416FED;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .select .nice-select::before {
        right: 20px; } }
  .select .nice-select:hover {
    background: #416FED; }
    .select .nice-select:hover .current {
      color: #fff; }
    .select .nice-select:hover::before {
      border-color: #fff; }
  .select .nice-select .current {
    display: block;
    height: 60px;
    padding: 17px 60px 17px 50px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis; }
    @media (max-width: 1600px) {
      .select .nice-select .current {
        height: 50px;
        padding: 13px 40px 13px 2.60417vw; } }
    @media (max-width: 1279px) {
      .select .nice-select .current {
        padding: 13px 40px 13px 40px; } }
    @media (max-width: 767px) {
      .select .nice-select .current {
        padding: 13px 40px 13px 20px; } }
  .select .nice-select .list {
    width: 100%;
    list-style: none;
    position: absolute;
    z-index: 9;
    top: 101%;
    left: 0;
    padding: 20px 26px;
    min-width: 300px;
    max-height: 250px;
    overflow-y: auto;
    background: #fff;
    -webkit-box-shadow: 0 6px 19px rgba(0, 0, 0, 0.15);
    box-shadow: 0 6px 19px rgba(0, 0, 0, 0.15);
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.2s ease-out, opacity 0.15s ease-out;
    -o-transition: visibility 0.2s ease-out, opacity 0.15s ease-out;
    transition: visibility 0.2s ease-out, opacity 0.15s ease-out; }
  .select .nice-select .option {
    display: block;
    cursor: pointer;
    padding: 0 16px 20px 30px;
    position: relative;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    left: 0; }
    .select .nice-select .option::before {
      display: none; }
    .select .nice-select .option:hover {
      color: #416FED; }
      .select .nice-select .option:hover::before {
        background: #416FED; }
    .select .nice-select .option.selected {
      color: #416FED; }
      .select .nice-select .option.selected::before {
        background: #416FED; }
  .select .nice-select.open::before {
    /*margin-top: -3px;
                transform: rotate(-135deg);*/ }
  .select .nice-select.open::after {
    opacity: 1;
    visibility: visible; }
  .select .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .select .nice-select.disabled {
    color: #E5E5E5;
    pointer-events: none; }
    .select .nice-select.disabled::before {
      color: #E5E5E5; }

.select_cols .nice-select {
  /*
            @media($afterLaptop) {
                .list {
                    column-count: 2;
                    column-fill: auto;
                    -moz-column-fill: auto;
                    -webkit-column-fill: auto;
                    max-height: 400px;
                    padding: 36px 50px;
                    min-width: 100%;

                    &::before {
                        content: '';
                        position: absolute;
                        left: 420px;
                        top: 34px;
                        bottom: 34px;
                        width: 1px;
                        background: $gray;
                    }
                }
                .option {
                    width: 400px;
                    white-space: normal;
                    padding: 0 50px 30px 30px;
                }
            }
            */ }
  @media (min-width: 1280px) {
    .select_cols .nice-select .list {
      max-height: 400px;
      padding: 36px 50px;
      min-width: 100%;
      width: 550px; }
    .select_cols .nice-select .option {
      white-space: normal;
      padding: 0 30px 0 0; } }

.select_border .nice-select {
  border: 1px solid #A8A8B1; }

#select_DEPARTMENT.select .nice-select .list {
  min-width: 600px; }

#select_CITY.select .nice-select .list {
  min-width: 380px; }

.custom-attach {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  .custom-attach__inp {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 60px;
    cursor: pointer; }
    @media (max-width: 1600px) {
      .custom-attach__inp {
        height: 50px; } }
  .custom-attach__text {
    font-size: 15px;
    display: block;
    margin-bottom: 5px;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    max-width: 100%; }
    @media (max-width: 767px) {
      .custom-attach__text {
        font-size: 13px;
        margin-bottom: 8px; } }
    .custom-attach__text span {
      color: #A8A8B1; }
  .custom-attach__box {
    display: block;
    width: 100%;
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    background: #fff;
    border: 1px solid #A8A8B1;
    padding: 15px 11px;
    height: 60px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
    position: relative; }
    .custom-attach__box::-webkit-input-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    .custom-attach__box:-moz-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    .custom-attach__box::-moz-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    .custom-attach__box:-ms-input-placeholder {
      color: #A8A8B1;
      opacity: 1; }
    @media (max-width: 1600px) {
      .custom-attach__box {
        height: 50px;
        padding: 11px; } }
    .custom-attach__box:focus {
      outline: none !important;
      border-color: #416FED; }
    .custom-attach__box.error {
      border-color: #f00;
      margin-bottom: 40px; }
  .custom-attach__ctrls {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden; }
    .custom-attach__ctrls-text {
      display: block;
      max-width: 100%;
      padding: 0 70px 0 11px;
      line-height: 60px;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      font-size: 15px; }
      @media (max-width: 1600px) {
        .custom-attach__ctrls-text {
          line-height: 50px;
          height: 50px;
          padding: 0 60px 0 11px; } }
  .custom-attach__btn, .custom-attach__del {
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    right: -1px;
    top: -1px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    @media (max-width: 1600px) {
      .custom-attach__btn, .custom-attach__del {
        width: 50px;
        height: 50px; } }
    .custom-attach__btn svg, .custom-attach__del svg {
      width: 25px;
      height: 25px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
      @media (max-width: 1600px) {
        .custom-attach__btn svg, .custom-attach__del svg {
          width: 20px;
          height: 20px; } }
  .custom-attach__btn {
    background: #416FED;
    pointer-events: none; }
    .custom-attach__btn svg {
      fill: #fff; }
  .custom-attach__del {
    background: #98063D;
    z-index: 1;
    opacity: 0;
    visibility: hidden; }
    .custom-attach__del svg {
      stroke: #fff; }
  .custom-attach__error {
    display: none;
    font-size: 13px;
    color: red;
    padding-top: 10px; }
  .custom-attach.filled .custom-attach__ctrls,
  .custom-attach.filled .custom-attach__del {
    opacity: 1;
    visibility: visible; }
  .custom-attach.filled-error .custom-attach__box {
    border-color: red; }
  .custom-attach.filled-error .custom-attach__error {
    display: block; }

.form-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 100px 0; }
  @media (max-width: 1600px) {
    .form-bottom {
      margin: 70px 0; } }
  @media (max-width: 1279px) {
    .form-bottom {
      display: block;
      margin: 50px 0; } }
  @media (max-width: 767px) {
    .form-bottom {
      padding-top: 40px;
      padding-bottom: 80px;
      border-top: 1px solid #DCDEE4;
      background: #fff; }
      .form-bottom + footer {
        margin-top: 0; } }
  .form-bottom__title {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 500px;
    padding: 78px 80px;
    background-image: url(../images/bg-form-bottom.jpg);
    background-position: center;
    background-size: cover;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Stag Sans", sans-serif; }
    @media (max-width: 1600px) {
      .form-bottom__title {
        width: 400px;
        padding: 73px 40px;
        font-size: 25px;
        line-height: 1.6; } }
    @media (max-width: 1279px) {
      .form-bottom__title {
        width: 100%;
        background-image: url(../images/bg-form-bottom-tablet.jpg); } }
    @media (max-width: 767px) {
      .form-bottom__title {
        font-size: 20px;
        background: none;
        padding: 0;
        margin-bottom: 46px; }
        .form-bottom__title br {
          display: none; } }
  .form-bottom__form {
    padding: 78px 108px 90px 136px;
    width: 100%;
    background: #fff; }
    @media (max-width: 1600px) {
      .form-bottom__form {
        padding: 52px; } }
    @media (max-width: 1279px) {
      .form-bottom__form {
        padding: 52px 40px; } }
    @media (max-width: 767px) {
      .form-bottom__form {
        padding: 0; } }
  .form-bottom_forEnPoroducts {
    margin-top: 21px; }
  .form-bottom_default {
    display: block;
    width: calc(100% - 420px); }
    @media (max-width: 1600px) {
      .form-bottom_default {
        width: calc(100% - 300px); } }
    @media (max-width: 1279px) {
      .form-bottom_default {
        width: 100%; } }
  .form-bottom_default .form-bottom__title {
    width: 100%;
    background: #fff;
    padding: 35px 50px; }
    @media (max-width: 767px) {
      .form-bottom_default .form-bottom__title {
        padding: 0; } }
  .form-bottom_default .form-bottom__form {
    padding: 10px 50px 60px; }
    @media (max-width: 767px) {
      .form-bottom_default .form-bottom__form {
        padding: 0; } }

.form-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -18px; }
  .form-cols__item {
    width: 50%;
    padding: 0 18px; }
    @media (max-width: 767px) {
      .form-cols__item {
        width: 100%; } }
    .form-cols__item_full {
      width: 100%; }
  .form-cols .btn {
    width: 364px;
    max-width: 100%; }

.subscribe {
  margin-top: 60px; }
  @media (max-width: 1600px) {
    .subscribe {
      margin-top: 6.31579vh; } }
  @media (max-width: 1279px) {
    .subscribe {
      margin-top: 60px; } }
  @media (max-width: 767px) {
    .subscribe {
      margin: 40px 0 0;
      padding: 0;
      max-width: none;
      width: auto; }
      .subscribe + .footer {
        margin-top: 0; } }
  .subscribe__content {
    background: #fff;
    padding: 52px 40px 52px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1600px) {
      .subscribe__content {
        padding: 2.70833vw 2.08333vw; } }
    @media (max-width: 1279px) {
      .subscribe__content {
        display: block;
        padding: 40px; } }
    @media (max-width: 767px) {
      .subscribe__content {
        padding: 30px 20px 80px; } }
  .subscribe__title {
    font-size: 22px;
    line-height: 1.59091;
    font-weight: 500;
    font-family: "Stag Sans", sans-serif;
    max-width: 550px;
    margin-right: 40px;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .subscribe__title {
        font-size: 18px;
        line-height: 1.55556;
        margin-bottom: 30px; } }
  .subscribe__form {
    width: 898px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1600px) {
      .subscribe__form {
        width: 650px; } }
    @media (max-width: 1279px) {
      .subscribe__form {
        width: 100%; } }
    @media (max-width: 767px) {
      .subscribe__form {
        display: block; } }
  .subscribe .form-item {
    width: calc(100% - 365px - 20px);
    margin-right: 20px; }
    @media (max-width: 1600px) {
      .subscribe .form-item {
        width: calc(100% - 250px - 20px); } }
    @media (max-width: 1279px) {
      .subscribe .form-item {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .subscribe .form-item {
        width: 100%;
        margin-right: 0; } }
  .subscribe .agree {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%; }
  .subscribe__btn {
    width: 365px;
    margin-top: 30px; }
    @media (max-width: 1600px) {
      .subscribe__btn {
        width: 250px; } }
    @media (max-width: 1279px) {
      .subscribe__btn {
        width: calc(50% - 10px); } }
    @media (max-width: 767px) {
      .subscribe__btn {
        width: 100%; } }
  .subscribe .form-item {
    margin-bottom: 0; }
  .subscribe .agree {
    margin-bottom: 0; }
  @media (max-width: 767px) {
    .subscribe_with_box {
      margin: 0;
      border-top: 1px solid #DCDEE4;
      border-bottom: 1px solid #DCDEE4; } }
  .subscribe_with_box .subscribe__content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .subscribe_with_box .subscribe__box {
    width: 380px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-bottom: 42px;
    margin-right: 20px; }
    @media (max-width: 1040px) {
      .subscribe_with_box .subscribe__box {
        width: 100%;
        margin-right: 0; } }
    .subscribe_with_box .subscribe__box p, .subscribe_with_box .subscribe__box .features-title, .subscribe_with_box .subscribe__box .view-address-block, .subscribe_with_box .subscribe__box .contacts__address table td, .contacts__address table .subscribe_with_box .subscribe__box td, .subscribe_with_box .subscribe__box .contacts__office-name {
      margin-bottom: 42px; }
    @media (max-width: 767px) {
      .subscribe_with_box .subscribe__box .btn {
        width: 100%; } }
  .subscribe_with_box .subscribe__title {
    max-width: 100%; }

.subscription-activation {
  margin-top: 40px; }
  @media (max-width: 1600px) {
    .subscription-activation {
      margin-top: 20px; } }
  .subscription-activation__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -25px; }
    @media (max-width: 1600px) {
      .subscription-activation__cols {
        margin: 0 -10px; } }
    @media (max-width: 767px) {
      .subscription-activation__cols {
        display: block; } }
  .subscription-activation__col {
    width: 50%;
    padding: 0 25px; }
    @media (max-width: 1600px) {
      .subscription-activation__col {
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .subscription-activation__col {
        width: 100%; } }
  .subscription-activation__item {
    margin-bottom: 10px; }
  .subscription-activation__item-label {
    margin-bottom: 15px;
    font-size: 15px;
    margin-top: 35px; }
    @media (max-width: 767px) {
      .subscription-activation__item-label {
        margin-top: 25px; } }
  .subscription-activation__list {
    margin: 10px -20px 20px;
    padding: 15px 20px 5px;
    background: #F5F6FA;
    max-height: 495px; }
    @media (max-width: 767px) {
      .subscription-activation__list {
        max-height: none; } }
    .subscription-activation__list.mCustomScrollbar {
      padding: 0; }
    .subscription-activation__list .mCSB_container {
      padding: 15px 20px 5px; }
  .subscription-activation .checkbox {
    margin-bottom: 10px;
    font-size: 15px; }
  .subscription-activation .mCSB_inside > .mCSB_container {
    margin-right: 0; }
  .subscription-activation .mCSB_scrollTools {
    opacity: 1;
    -webkit-box-shadow: inset 1px 0 0 #DCDEE4;
    box-shadow: inset 1px 0 0 #DCDEE4; }
  .subscription-activation .mCSB_draggerContainer {
    margin: 3px 0; }
  .subscription-activation .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 8px;
    background: #A8A8B1;
    border-radius: 5px; }
  .subscription-activation__btn {
    margin-top: 20px; }

[data-toggler-content] {
  display: none; }
  [data-toggler-content].is-show {
    display: block; }

@media (min-width: 1500px) {
  .article-detail {
    margin-bottom: 180px; } }

.article-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  color: #A8A8B1;
  margin-bottom: 36px; }
  @media (max-width: 767px) {
    .article-detail__info {
      display: block;
      font-size: 13px; } }
  .article-detail__info > div:not(:last-child) {
    margin-right: 30px; }

.article-detail__date {
  color: #252727; }
  @media (max-width: 767px) {
    .article-detail__date {
      font-size: 13px;
      line-height: 1.53846;
      margin-bottom: 12px; } }

.article-detail .block-nav-scroll {
  margin-top: 58px; }

.article-detail img {
  margin-bottom: 30px; }

.article-aside__item {
  display: block;
  padding: 30px 40px;
  border-bottom: 1px solid #E5E5E5; }
  @media (max-width: 1600px) {
    .article-aside__item {
      padding: 20px 2.08333vw; } }

.article-aside__link {
  font-size: 15px; }
  @media (max-width: 1600px) {
    .article-aside__link {
      font-size: 13px; } }

.article-aside__title {
  display: block;
  color: #252727;
  font-size: 18px;
  margin-bottom: 18px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (max-width: 1600px) {
    .article-aside__title {
      font-size: 13px;
      margin-bottom: 10px; } }
  .article-aside__title:hover {
    color: #416FED;
    text-decoration: none; }
  .article-aside__title:last-child {
    margin-bottom: 0; }

.feedback-page__form {
  max-width: 800px; }
  .feedback-page__form [data-ur] {
    display: none; }
    .feedback-page__form [data-ur].is-show {
      display: block; }

.project-detail h1 {
  max-width: 1047px; }

.project-detail__top {
  margin-top: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }
  @media (max-width: 1279px) {
    .project-detail__top {
      display: block; } }

.project-detail__download {
  width: 320px;
  margin-bottom: 54px;
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0; }
  @media (max-width: 1279px) {
    .project-detail__download {
      position: relative;
      width: 100%; } }

@media (max-width: 1500px) {
  .project-detail__info {
    max-width: 430px; } }

@media (max-width: 1279px) {
  .project-detail__info {
    max-width: initial; } }

.project-detail__text {
  margin-bottom: 50px;
  position: relative;
  max-width: 900px; }

.project-detail .b-widget {
  margin: 50px 0 0; }
  @media (max-width: 1279px) {
    .project-detail .b-widget {
      margin-top: 40px; } }

.project-detail .img img {
  margin: 0 auto; }

.project-detail_with_docs .project-detail__top {
  display: block; }

.project-detail_with_docs .project-detail__download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
  width: auto;
  margin: 0 -15px 30px; }
  @media (max-width: 1400px) {
    .project-detail_with_docs .project-detail__download {
      margin: 0 -10px 30px; } }
  @media (max-width: 1040px) {
    .project-detail_with_docs .project-detail__download {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 0 10px; } }
  .project-detail_with_docs .project-detail__download .download {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px; }
    @media (max-width: 1400px) {
      .project-detail_with_docs .project-detail__download .download {
        width: calc(33.33% - 20px);
        margin: 0 10px 20px; } }
    @media (max-width: 1040px) {
      .project-detail_with_docs .project-detail__download .download {
        width: 100%;
        margin: 0 0 20px; } }

@media (max-width: 1500px) {
  .project-detail_with_docs .project-detail__info {
    width: 550px; } }

@media (max-width: 1279px) {
  .project-detail_with_docs .project-detail__info {
    max-width: initial; } }

.project-aside__link {
  display: block;
  padding: 30px 40px 40px;
  border-bottom: 1px solid #E5E5E5;
  color: #252727; }
  @media (max-width: 1600px) {
    .project-aside__link {
      padding: 20px 30px 30px; } }
  .project-aside__link:hover {
    text-decoration: none; }
    .project-aside__link:hover .project-aside__title {
      color: #416FED; }

.project-aside__title {
  color: #252727;
  display: block;
  font-size: 18px;
  margin-bottom: 22px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  @media (max-width: 1600px) {
    .project-aside__title {
      font-size: 15px;
      max-height: 76px;
      overflow: hidden; } }

.project-aside__name {
  display: block;
  font-size: 18px;
  line-height: 1.55556;
  font-weight: 700;
  margin-bottom: 12px; }
  @media (max-width: 1600px) {
    .project-aside__name {
      font-size: 15px; } }

.project-aside__text {
  display: block;
  font-size: 13px;
  line-height: 1.53846;
  color: #A8A8B1; }

.project-detail-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
  font-size: 15px; }
  @media (max-width: 767px) {
    .project-detail-info {
      display: block;
      margin-bottom: 24px;
      font-size: 14px; } }
  .project-detail-info__logo {
    max-width: 300px;
    margin-right: 40px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1500px) {
      .project-detail-info__logo {
        max-width: 220px; } }
    @media (max-width: 767px) {
      .project-detail-info__logo {
        margin-right: 0;
        margin-bottom: 18px; } }
  .project-detail-info__name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .project-detail-info__name {
        margin-bottom: 0; } }
  .project-detail-info__text {
    max-width: 264px;
    color: #A8A8B1;
    font-size: 13px;
    line-height: 1.53846; }
    @media (max-width: 767px) {
      .project-detail-info__text {
        max-width: 464px; } }

.project__quote {
  padding-left: 270px;
  position: relative;
  margin-top: 65px;
  margin-bottom: 65px; }
  @media (max-width: 767px) {
    .project__quote {
      padding-left: 0;
      margin-bottom: 24px; } }
  .project__quote .project-item__logo {
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -50px;
    width: 225px;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center center; }
    @media (max-width: 767px) {
      .project__quote .project-item__logo {
        position: relative;
        margin-top: 0; } }
  .project__quote .project-item__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px; }
  .project__quote .project-item__section,
  .project__quote .project-item__name {
    max-width: 264px;
    color: #A8A8B1;
    font-size: 13px;
    line-height: 1.53846; }

.projects-top {
  margin-bottom: 77px; }
  @media (max-width: 1279px) {
    .projects-top {
      margin-bottom: 54px; } }
  @media (max-width: 767px) {
    .projects-top {
      margin: 0 -20px; } }
  .projects-top__content {
    padding: 55px 50px 60px;
    border-bottom: 1px solid #E5E5E5;
    background: #fff; }
    @media (max-width: 1600px) {
      .projects-top__content {
        padding: 2.86458vw 2.60417vw; } }
    @media (max-width: 1279px) {
      .projects-top__content {
        padding: 42px 40px 26px; } }
    @media (max-width: 767px) {
      .projects-top__content {
        padding: 40px 20px 22px; } }
    .projects-top__content *:last-child {
      margin-bottom: 0; }

.projects {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -12px 36px; }
  @media (max-width: 1279px) {
    .projects {
      margin: 0 0 36px; } }
  @media (max-width: 767px) {
    .projects {
      margin: 0 0 30px; } }
  .projects__item {
    width: calc(50% - 24px);
    margin: 0 12px 30px; }
    .projects__item:last-child {
      margin-bottom: 0; }
    @media (max-width: 1279px) {
      .projects__item {
        width: 100%;
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .projects__item {
        margin-bottom: 17px; } }

.project-preview {
  display: block;
  background: #fff;
  color: #252727;
  height: 420px;
  position: relative;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden; }
  .project-preview::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: 0;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%); }
  @media (max-width: 1279px) {
    .project-preview {
      height: auto; } }
  .project-preview__company {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 160px;
    padding: 40px 70px 40px 45px;
    border-bottom: 1px solid #DCDEE4;
    position: relative; }
    @media (max-width: 1600px) {
      .project-preview__company {
        height: 140px;
        padding: 30px 70px 30px 2.60417vw; } }
    @media (max-width: 1279px) {
      .project-preview__company {
        height: 130px;
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .project-preview__company {
        display: block;
        height: auto;
        padding: 20px 20px 0;
        border-bottom: 0; } }
    .project-preview__company-img {
      max-width: 220px;
      height: auto;
      margin-right: 23px; }
      @media (max-width: 767px) {
        .project-preview__company-img {
          margin-bottom: 5px; } }
    .project-preview__company-title {
      font-size: 18px;
      line-height: 1.55556;
      font-weight: 700; }
      @media (max-width: 1600px) {
        .project-preview__company-title {
          font-size: 15px; } }
      @media (max-width: 767px) {
        .project-preview__company-title {
          font-size: 13px; } }
    .project-preview__company-info {
      font-size: 13px;
      line-height: 1.53846;
      color: #A8A8B1;
      margin-top: 10px; }
      @media (max-width: 767px) {
        .project-preview__company-info {
          margin-top: 6px; } }
    .project-preview__company::after {
      content: '';
      border: solid #333;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 4px;
      position: absolute;
      right: 36px;
      top: 50%;
      -webkit-transform: rotate(-45deg) translateY(-50%);
      -ms-transform: rotate(-45deg) translateY(-50%);
      transform: rotate(-45deg) translateY(-50%);
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
      @media (max-width: 1279px) {
        .project-preview__company::after {
          border-color: #416FED; } }
      @media (max-width: 767px) {
        .project-preview__company::after {
          display: none; } }
  .project-preview__info {
    padding: 40px 45px; }
    @media (max-width: 1600px) {
      .project-preview__info {
        padding: 40px 2.34375vw; } }
    @media (max-width: 1279px) {
      .project-preview__info {
        padding: 25px 40px 46px; } }
    @media (max-width: 767px) {
      .project-preview__info {
        padding: 18px 20px 46px; } }
  .project-preview__text {
    font-size: 18px;
    line-height: 1.66667;
    max-width: 690px;
    max-height: 120px;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .project-preview__text {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .project-preview__text {
        font-size: 15px;
        line-height: 1.66667; } }
  .project-preview .tag-list {
    margin-bottom: 30px; }
    @media (max-width: 1600px) {
      .project-preview .tag-list {
        margin-bottom: 12px; } }
  .project-preview .tag-list__item {
    margin-bottom: 5px; }
  a.project-preview:hover {
    text-decoration: none;
    -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
    box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15); }
    a.project-preview:hover .project-preview__text {
      color: #416FED; }
    a.project-preview:hover .project-preview__company::after {
      border-color: #416FED; }

.projects-slider {
  background: #fff;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .projects-slider {
      margin-bottom: 0; } }
  .projects-slider__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 500px; }
    @media (max-width: 1500px) {
      .projects-slider__slide {
        height: auto; } }
  .projects-slider__col {
    width: 50%; }
    @media (max-width: 1279px) {
      .projects-slider__col {
        width: 100%; } }
  .projects-slider__text {
    max-width: 620px;
    margin-bottom: 12px;
    overflow: hidden;
    max-height: 114px;
    font-size: 18px;
    line-height: 1.55556; }
    @media (max-width: 1600px) {
      .projects-slider__text {
        font-size: 15px; } }
    @media (max-width: 1279px) {
      .projects-slider__text {
        max-width: none;
        max-height: initial; } }
    @media (max-width: 767px) {
      .projects-slider__text {
        line-height: 1.66667;
        margin-top: 8px;
        margin-bottom: 20px; } }
    .projects-slider__text a {
      color: #252727; }
  .projects-slider__text-sm {
    max-width: 620px;
    font-size: 13px;
    color: #A8A8B1;
    overflow: hidden;
    max-height: 63px; }
    @media (max-width: 1279px) {
      .projects-slider__text-sm {
        max-width: none; } }
  .projects-slider__left {
    padding: 20px 50px 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1600px) {
      .projects-slider__left {
        padding: 20px 2.60417vw 50px; } }
    @media (max-width: 1279px) {
      .projects-slider__left {
        padding: 42px 40px 80px; } }
    @media (max-width: 767px) {
      .projects-slider__left {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding: 20px 20px 57px; } }
  .projects-slider__top {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    color: #A8A8B1;
    margin-bottom: 40px; }
    @media (max-width: 1500px) {
      .projects-slider__top {
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .projects-slider__top {
        display: block;
        margin-bottom: 15px; } }
  .projects-slider .tag-list {
    -ms-flex-negative: 0;
    flex-shrink: 0; }
  .projects-slider__logo {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 20px; }
    @media (max-width: 1279px) {
      .projects-slider__logo {
        height: 60px;
        margin-right: 18px; } }
    @media (max-width: 767px) {
      .projects-slider__logo {
        height: 50px;
        margin-right: 0;
        margin-bottom: 10px; } }
    .projects-slider__logo img {
      max-height: 100%; }
  .projects-slider__right {
    overflow: hidden; }
    @media (max-width: 1279px) {
      .projects-slider__right {
        display: none; } }
    .projects-slider__right img {
      -o-object-fit: cover;
      object-fit: cover;
      height: 100%;
      width: 100%; }
  .projects-slider__arrow {
    position: absolute;
    z-index: 3;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #fff; }
    @media (max-width: 1279px) {
      .projects-slider__arrow {
        left: auto;
        right: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none; } }
    @media (max-width: 767px) {
      .projects-slider__arrow {
        display: none; } }
  @media (max-width: 1279px) {
    .projects-slider__title {
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .projects-slider__title {
      font-size: 13px; } }
  .projects-slider .swiper-pagination-bullets {
    position: absolute;
    z-index: 2;
    top: auto;
    text-align: left;
    padding-left: 50px; }
    @media (max-width: 1600px) {
      .projects-slider .swiper-pagination-bullets {
        padding-left: 2.60417vw; } }
    @media (max-width: 1279px) {
      .projects-slider .swiper-pagination-bullets {
        bottom: 5px;
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .projects-slider .swiper-pagination-bullets {
        bottom: 15px;
        padding-left: 20px; } }

.project-preview-box {
  display: block;
  width: 405px;
  min-height: 250px;
  background: #fff;
  padding: 40px 50px;
  overflow: hidden;
  -webkit-transition: all .3s linear;
  -o-transition: all .3s linear;
  transition: all .3s linear;
  text-decoration: none;
  color: #333; }
  @media (max-width: 1600px) {
    .project-preview-box {
      min-height: 220px;
      padding: 1.5625vw 2.08333vw; } }
  @media (max-width: 1279px) {
    .project-preview-box {
      width: 100%;
      padding: 40px 50px; } }
  @media (max-width: 767px) {
    .project-preview-box {
      padding: 20px;
      min-height: 200px; } }
  .project-preview-box:hover {
    -webkit-box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 5px 10px 0 rgba(0, 0, 0, 0.15);
    text-decoration: none; }
  .project-preview-box__logo {
    height: 100px;
    line-height: 100px;
    width: 100%;
    margin-bottom: 37px;
    max-width: 170px;
    max-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1600px) {
      .project-preview-box__logo {
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .project-preview-box__logo {
        height: 70px;
        line-height: 70px;
        margin-bottom: 20px; } }
    .project-preview-box__logo img {
      max-width: 100%;
      max-height: 100%; }
  .project-preview-box__name {
    display: block;
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 8px;
    color: #333; }
    @media (max-width: 1600px) {
      .project-preview-box__name {
        font-size: 15px;
        line-height: 1.66667; } }
    @media (max-width: 1279px) {
      .project-preview-box__name {
        font-size: 18px;
        line-height: 1.66667; } }
    @media (max-width: 767px) {
      .project-preview-box__name {
        font-size: 15px;
        line-height: 1.66667; } }
  .project-preview-box__text {
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1; }
    .project-preview-box__text p, .project-preview-box__text .features-title, .project-preview-box__text .view-address-block, .project-preview-box__text .contacts__address table td, .contacts__address table .project-preview-box__text td, .project-preview-box__text .contacts__office-name {
      font-size: 13px;
      line-height: 1.53846; }
  .project-preview-box__full-description {
    opacity: 0;
    visibility: hidden;
    margin-top: 13px;
    margin-left: -50px;
    margin-right: -50px;
    padding: 0 50px 40px;
    background: #fff;
    -webkit-transition: -webkit-box-shadow .3s linear;
    transition: -webkit-box-shadow .3s linear;
    -o-transition: box-shadow .3s linear;
    transition: box-shadow .3s linear;
    transition: box-shadow .3s linear, -webkit-box-shadow .3s linear; }
    @media (max-width: 1600px) {
      .project-preview-box__full-description {
        margin-left: -2.08333vw;
        margin-right: -2.08333vw;
        padding: 0 2.08333vw 40px; } }
    @media (max-width: 1279px) {
      .project-preview-box__full-description {
        -webkit-box-shadow: none;
        box-shadow: none;
        margin-left: 0;
        margin-right: 0;
        padding: 0;
        display: none; } }
    .project-preview-box__full-description ul {
      margin: 0; }
      .project-preview-box__full-description ul li {
        font-size: 13px;
        line-height: 1.53846;
        color: #A8A8B1;
        margin-bottom: 8px;
        left: 0; }
        @media (max-width: 767px) {
          .project-preview-box__full-description ul li {
            left: 15px; } }
        .project-preview-box__full-description ul li::before {
          width: 5px;
          height: 5px;
          margin-left: -13px;
          margin-top: 7px;
          background: #404346; }
          @media (max-width: 767px) {
            .project-preview-box__full-description ul li::before {
              margin-top: 1px; } }
  .project-preview-box_vendors {
    width: 405px;
    height: 220px;
    overflow: visible; }
    @media (max-width: 1279px) {
      .project-preview-box_vendors {
        width: 100%;
        height: auto; } }
  .project-preview-box_vendors-list {
    position: relative;
    padding-bottom: 40px; }
    @media (max-width: 767px) {
      .project-preview-box_vendors-list {
        padding-bottom: 30px; } }
    .project-preview-box_vendors-list::after {
      content: '';
      position: absolute;
      right: 30px;
      bottom: 30px;
      width: 10px;
      height: 10px;
      border-right: 1px solid #416FED;
      border-bottom: 1px solid #416FED;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      -webkit-transition: opacity 0.2s linear;
      -o-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
      @media (max-width: 1600px) {
        .project-preview-box_vendors-list::after {
          right: 25px;
          bottom: 25px; } }
      @media (max-width: 767px) {
        .project-preview-box_vendors-list::after {
          right: 15px;
          bottom: 15px; } }
    .project-preview-box_vendors-list:hover::after {
      opacity: 0; }
  .project-preview-box_vendors .project-preview-box__logo {
    margin-bottom: 27px; }
    @media (max-width: 767px) {
      .project-preview-box_vendors .project-preview-box__logo {
        margin-bottom: 20px; } }
  .project-preview-box_vendors:hover {
    z-index: 5; }
  .project-preview-box_vendors:hover .project-preview-box__full-description {
    -webkit-box-shadow: 2px 10px 10px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 2px 10px 10px 0 rgba(0, 0, 0, 0.15);
    opacity: 1;
    visibility: visible; }
    @media (max-width: 1279px) {
      .project-preview-box_vendors:hover .project-preview-box__full-description {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block; } }

.projects-list__group {
  margin-bottom: 55px; }
  @media (max-width: 767px) {
    .projects-list__group {
      margin-bottom: 35px; } }
  .projects-list__group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (max-width: 1040px) {
      .projects-list__group-list {
        margin: 0; } }
    .projects-list__group-list-item {
      margin: 0 10px 20px;
      width: calc(33.33% - 20px); }
      @media (max-width: 1279px) {
        .projects-list__group-list-item {
          width: calc(50% - 20px); } }
      @media (max-width: 1040px) {
        .projects-list__group-list-item {
          width: 100%;
          margin: 0 0 20px; } }

.projects-list__heading {
  margin-bottom: 29px; }

.section-products h2 {
  margin-top: 55px; }
  @media (max-width: 767px) {
    .section-products h2 {
      margin-top: 44px; } }

.products-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 1279px) {
    .products-list {
      margin: 0; } }
  .products-list__col {
    width: calc(50% - 20px);
    margin: 0 10px; }
    @media (max-width: 1279px) {
      .products-list__col {
        width: 100%;
        margin: 0; } }
    .products-list__col:last-child .products-list__item:last-child {
      margin-bottom: 0; }
  .products-list__item {
    background: #fff;
    margin-bottom: 20px;
    padding: 40px;
    -webkit-transition: 0.4s linear;
    -o-transition: 0.4s linear;
    transition: 0.4s linear; }
    @media (min-width: 1280px) {
      .products-list__item:last-child {
        margin-bottom: 0; } }
    .products-list__item:hover {
      -webkit-box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15);
      box-shadow: 2px 5px 10px rgba(0, 0, 0, 0.15); }
    @media (max-width: 1600px) {
      .products-list__item {
        padding: 2.08333vw; } }
    @media (max-width: 1279px) {
      .products-list__item {
        padding: 40px; } }
    @media (max-width: 767px) {
      .products-list__item {
        padding: 28px 20px;
        margin-bottom: 18px; } }
  .products-list__title {
    font-family: "Stag Sans", sans-serif;
    font-size: 22px;
    line-height: 1.59091;
    font-weight: 500;
    color: #252727; }
    @media (max-width: 1600px) {
      .products-list__title {
        font-size: 18px; } }
    @media (max-width: 767px) {
      .products-list__title {
        font-size: 18px;
        line-height: 1.55556; } }
    .products-list__title:hover {
      text-decoration: none; }
    a.products-list__title {
      -webkit-transition: 0.2s linear;
      -o-transition: 0.2s linear;
      transition: 0.2s linear; }
      a.products-list__title:hover {
        color: #416FED; }
  .products-list__links {
    margin-top: 20px; }
  .products-list__link {
    display: block;
    color: #252727;
    font-size: 15px;
    line-height: 1.66667;
    margin-bottom: 15px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .products-list__link {
        font-size: 13px; } }
    @media (max-width: 1279px) {
      .products-list__link {
        font-size: 15px; } }
    @media (max-width: 767px) {
      .products-list__link {
        color: #416FED;
        font-size: 13px;
        line-height: 1.53846;
        margin-bottom: 13px; } }
    .products-list__link:last-child {
      margin-bottom: 0; }
    .products-list__link:hover {
      text-decoration: none;
      color: #416FED; }
  .products-list__link_notHover:hover {
    color: #252727; }

.product-detail__expert {
  margin-top: 24px; }
  @media (min-width: 1280px) {
    .product-detail__expert {
      display: none; } }

.services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .services__list {
      margin: 0; } }

.services__item {
  width: calc(25% - 20px);
  margin: 0 10px 20px; }
  @media (max-width: 1279px) {
    .services__item {
      width: calc(33.33% - 20px); } }
  @media (max-width: 1040px) {
    .services__item {
      width: calc(50% - 20px); } }
  @media (max-width: 767px) {
    .services__item {
      width: 100%;
      margin: 0 0 18px; } }

.about-page {
  background: #fff;
  padding: 55px 50px; }
  @media (max-width: 1600px) {
    .about-page {
      padding: 2.86458vw 2.60417vw; } }
  @media (max-width: 1279px) {
    .about-page {
      padding: 41px 44px; } }
  @media (max-width: 767px) {
    .about-page {
      margin-left: -20px;
      margin-right: -20px;
      padding: 20px; } }
  @media (max-width: 1279px) {
    .about-page__header {
      margin-left: -44px;
      margin-right: -44px;
      padding: 0 44px 47px;
      border-bottom: 1px solid #DCDEE4;
      margin-bottom: 36px; } }
  @media (max-width: 767px) {
    .about-page__header {
      margin-left: -20px;
      margin-right: -20px;
      padding: 0 20px 34px;
      margin-bottom: 30px; } }
  .about-page__promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 68px; }
    @media (max-width: 1279px) {
      .about-page__promo {
        display: block;
        margin-bottom: 36px; } }
    .about-page__promo .video-promo {
      -ms-flex-negative: 0;
      flex-shrink: 0;
      margin-left: 105px; }
      @media (max-width: 1600px) {
        .about-page__promo .video-promo {
          margin-left: 50px; } }
      @media (max-width: 1279px) {
        .about-page__promo .video-promo {
          margin-top: 36px;
          margin-left: 0; } }
      @media (max-width: 767px) {
        .about-page__promo .video-promo {
          margin-top: 24px; } }
  .about-page__picture {
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1;
    margin: 42px 0; }
    @media (max-width: 1279px) {
      .about-page__picture {
        margin: 36px 0; } }
    @media (max-width: 767px) {
      .about-page__picture {
        margin: 24px 0; } }
    .about-page__picture img {
      max-width: 100%;
      vertical-align: top;
      margin-bottom: 18px; }
  .about-page p, .about-page .features-title, .about-page .view-address-block, .about-page .contacts__address table td, .contacts__address table .about-page td, .about-page .contacts__office-name {
    max-width: 900px; }
  .about-page .hint-text-article {
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1; }
  .about-page .similar-articles {
    margin-top: 36px; }
  .about-page__forEn {
    padding-top: 0; }
  .about-page .text-update {
    max-width: 900px; }

.team-managment-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  @media (max-width: 767px) {
    .team-managment-list {
      margin: 0; } }
  .team-managment-list__item {
    width: calc(33% - 20px);
    margin: 0 10px 20px; }
    @media (max-width: 1279px) {
      .team-managment-list__item {
        width: calc(50% - 20px); } }
    @media (max-width: 767px) {
      .team-managment-list__item {
        width: 100%;
        margin: 0 0 18px; } }

.team-managment-detail {
  background: #fff;
  padding: 0 50px 55px; }
  @media (max-width: 1600px) {
    .team-managment-detail {
      padding: 0 2.60417vw 2.86458vw; } }
  @media (max-width: 1279px) {
    .team-managment-detail {
      padding: 0 44px 41px; } }
  @media (max-width: 767px) {
    .team-managment-detail {
      margin-left: -20px;
      margin-right: -20px;
      padding: 20px; } }
  .team-managment-detail__header {
    display: block;
    padding: 22px 24px;
    border-bottom: 1px solid #DCDEE4;
    margin-left: -50px;
    margin-right: -50px;
    margin-bottom: 55px; }
    @media (max-width: 1600px) {
      .team-managment-detail__header {
        padding: 22px 1.25vw;
        margin-left: -2.60417vw;
        margin-right: -2.60417vw;
        margin-bottom: 2.60417vw; } }
    @media (max-width: 1279px) {
      .team-managment-detail__header {
        margin-left: -44px;
        margin-right: -44px;
        padding: 17px 24px;
        margin-bottom: 41px; } }
    @media (max-width: 767px) {
      .team-managment-detail__header {
        padding: 26px 20px 0;
        border-bottom: 0;
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 16px; } }
  .team-managment-detail h1 {
    font-size: 35px;
    line-height: 1.42857;
    margin-bottom: 10px; }
  .team-managment-detail__worker {
    font-size: 15px;
    line-height: 1.66667;
    color: #A8A8B1;
    margin-bottom: 40px; }
  .team-managment-detail__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; }
    @media (max-width: 1279px) {
      .team-managment-detail__info {
        display: block; } }
  .team-managment-detail__text {
    width: 73%;
    padding-right: 10%; }
    @media (max-width: 1600px) {
      .team-managment-detail__text {
        width: 100%;
        padding-right: 5%; } }
    @media (max-width: 1279px) {
      .team-managment-detail__text {
        width: 100%;
        padding-right: 0; } }
  .team-managment-detail__person {
    margin: 0;
    text-align: right;
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1; }
    @media (max-width: 1279px) {
      .team-managment-detail__person {
        margin: 42px 0;
        text-align: left; } }
    .team-managment-detail__person img {
      max-width: 247px;
      vertical-align: top;
      margin-bottom: 18px; }
      @media (max-width: 1600px) {
        .team-managment-detail__person img {
          max-width: 100%; } }
  .team-managment-detail table td {
    padding-bottom: 20px;
    vertical-align: top; }
    .team-managment-detail table td:first-child {
      width: 150px; }
  .team-managment-detail .similar-articles {
    margin-top: 36px; }

.vendors-project-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px; }
  .vendors-project-list__item {
    width: calc(33.33% - 20px);
    margin: 0 10px 20px; }
    @media (max-width: 1279px) {
      .vendors-project-list__item {
        width: calc(50% - 20px); } }
    @media (max-width: 1040px) {
      .vendors-project-list__item {
        width: 100%; } }

.vendors-project-pagination {
  text-align: center;
  padding-top: 20px; }
  @media (max-width: 1279px) {
    .vendors-project-pagination .btn {
      width: 100%;
      max-width: 320px; } }

.jobs-aside__item {
  display: block;
  padding: 24px 40px 29px;
  border-bottom: 1px solid #E5E5E5;
  text-decoration: none;
  color: #252727; }
  @media (max-width: 1600px) {
    .jobs-aside__item {
      padding: 24px 2.08333vw; } }
  @media (max-width: 1279px) {
    .jobs-aside__item {
      padding: 24px 40px; } }
  .jobs-aside__item:hover {
    text-decoration: none; }

.jobs-aside__city {
  display: inline-block;
  border-radius: 3px;
  background: #F5F6FA;
  height: 31px;
  line-height: 31px;
  font-size: 13px;
  color: #333;
  padding: 0 22px 0 11px;
  white-space: nowrap;
  margin-bottom: 10px; }

.jobs-aside__title {
  display: block;
  color: #252727;
  font-size: 18px;
  margin-bottom: 18px;
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }
  .jobs-aside__title:hover {
    color: #416FED;
    text-decoration: none; }
  .jobs-aside__title:last-child {
    margin-bottom: 0; }

.jobs-group {
  margin-bottom: 33px; }
  @media (max-width: 1040px) {
    .jobs-group {
      margin-bottom: 20px; } }
  .jobs-group__heading {
    display: inline-block;
    margin-bottom: 24px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    .jobs-group__heading[data-accordion-job] {
      cursor: pointer; }
      .jobs-group__heading[data-accordion-job]:hover {
        color: #416FED; }
  .jobs-group__count {
    display: inline-block;
    font: 400 15px "Noto Sans", sans-serif;
    color: #A8A8B1;
    line-height: 25px;
    margin-left: 15px;
    position: relative;
    padding-right: 17px;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear; }
    @media (max-width: 767px) {
      .jobs-group__count {
        font-size: 13px;
        margin-left: 0; } }
    .jobs-group__count::after {
      content: '';
      border: solid #252727;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 3px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      position: absolute;
      right: 0;
      bottom: 5px; }
      @media (max-width: 767px) {
        .jobs-group__count::after {
          bottom: 9px; } }
  .jobs-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; }
    @media (max-width: 767px) {
      .jobs-group__list {
        margin: 0; } }
    .jobs-group__list-item {
      width: calc(25% - 20px);
      margin: 0 10px 22px; }
      @media (max-width: 1279px) {
        .jobs-group__list-item {
          width: calc(33.33% - 20px); } }
      @media (max-width: 1040px) {
        .jobs-group__list-item {
          width: calc(50% - 20px); } }
      @media (max-width: 767px) {
        .jobs-group__list-item {
          width: 100%;
          margin: 0 0 18px; } }
  .jobs-group__heading[data-accordion-job] {
    cursor: pointer; }
    .jobs-group__heading[data-accordion-job]:hover {
      color: #416FED; }
  .jobs-group__heading[data-accordion-job]:hover .jobs-group__count::after {
    border-color: #416FED; }
  .jobs-group.is-show .jobs-group__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .jobs-group.is-show .jobs-group__heading[data-accordion-job] {
    color: #416FED; }
  .jobs-group.is-show .jobs-group__heading[data-accordion-job] .jobs-group__count::after {
    border-color: #416FED; }

@media (max-width: 767px) {
  .jobs-detail {
    margin-bottom: 0; } }

.section-media {
  margin-top: 55px; }
  @media (max-width: 1279px) {
    .section-media {
      margin-top: 50px; } }
  @media (max-width: 767px) {
    .section-media {
      margin-top: 40px; } }

.media-list__btn {
  margin-top: 42px;
  text-align: center; }

.articles-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 30px; }
  @media (max-width: 767px) {
    .articles-slider {
      margin-top: 26px; } }
  .articles-slider .swiper-slide {
    padding-bottom: 20px; }
  .articles-slider .swiper-pagination {
    display: none; }
    @media (max-width: 767px) {
      .articles-slider .swiper-pagination {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: static;
        margin-top: 0; }
        .section-media .articles-slider .swiper-pagination {
          display: none; } }
  @media (max-width: 767px) {
    .articles-slider .swiper-arrows {
      display: none; }
      .section-media .articles-slider .swiper-arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
  .articles-slider__bottom {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 22px; }
    @media (max-width: 767px) {
      .articles-slider__bottom {
        margin-top: 15px; } }
  .articles-slider .swiper-slide {
    height: auto; }
  .articles-slider .article-preview,
  .articles-slider .article-preview-img {
    height: 100%; }

.article-preview {
  height: 550px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #252727;
  font-size: 15px;
  background: #fff;
  padding: 2.08333vw 2.08333vw 1.82292vw;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear; }
  @media (max-width: 1600px) {
    .article-preview {
      height: 430px; } }
  @media (max-width: 1279px) {
    .article-preview {
      padding: 30px;
      font-size: 13px;
      height: auto;
      min-height: 350px; } }
  @media (max-width: 767px) {
    .article-preview {
      padding: 20px; } }
  .article-preview__title {
    display: block;
    color: #252727;
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 12px;
    max-height: 6.66667em;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .article-preview__title:only-child {
      max-height: 270px; }
    .article-preview__title:hover {
      text-decoration: none;
      color: #416FED; }
    @media (max-width: 1600px) {
      .article-preview__title {
        font-size: 15px;
        line-height: 1.66667;
        max-height: 5em; } }
  .article-preview__text {
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1;
    overflow: hidden;
    max-height: 13.07692em; }
    @media (max-width: 1500px) {
      .article-preview__text {
        max-height: 10em; } }
    @media (max-width: 1279px) {
      .article-preview__text {
        max-height: 7.69231em; } }
    @media (max-width: 767px) {
      .article-preview__text {
        max-height: 6.15385em; } }
  .article-preview__source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 1600px) {
      .article-preview__source {
        font-size: 13px; } }
  .article-preview__date {
    margin-right: 13px; }
  .article-preview .expert {
    margin-bottom: 28px; }
    @media (max-width: 767px) {
      .article-preview .expert {
        display: block;
        margin-bottom: 21px; } }
    .article-preview .expert__photo {
      width: 80px;
      height: 80px; }
      @media (max-width: 1600px) {
        .article-preview .expert__photo {
          width: 70px;
          height: 70px;
          margin-right: 11px; } }
      @media (max-width: 767px) {
        .article-preview .expert__photo {
          width: 50px;
          height: 50px;
          margin-bottom: 8px; } }
    @media (max-width: 1600px) {
      .article-preview .expert__position {
        display: none; } }
  .article-preview__tag {
    margin-bottom: 16px;
    display: inline-block;
    padding: 4px 12px;
    border: 1px solid #243F90;
    border-radius: 3px;
    color: #252727;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    font-size: 13px; }
    @media (max-width: 767px) {
      .article-preview__tag {
        display: none; } }
  .article-preview:hover {
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }

.article-preview-img {
  height: 550px;
  display: block;
  color: #252727;
  font-size: 15px;
  background: #fff;
  -webkit-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  transition: 0.3s linear; }
  @media (max-width: 1600px) {
    .article-preview-img {
      height: 430px; } }
  @media (max-width: 1279px) {
    .article-preview-img {
      font-size: 13px;
      height: 420px; } }
  @media (max-width: 767px) {
    .article-preview-img {
      height: 380px; } }
  .article-preview-img__img {
    display: block;
    height: 275px;
    overflow: hidden;
    position: relative; }
    @media (max-width: 1600px) {
      .article-preview-img__img {
        height: 190px; } }
    @media (max-width: 1279px) {
      .article-preview-img__img {
        height: 176px; } }
    @media (max-width: 767px) {
      .article-preview-img__img {
        height: 180px; } }
    .article-preview-img__img img {
      -o-object-fit: cover;
      object-fit: cover;
      max-width: none;
      margin: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.4s linear;
      -o-transition: 0.4s linear;
      transition: 0.4s linear; }
      @media (-ms-high-contrast: none) {
        .article-preview-img__img img {
          width: auto;
          max-width: none;
          min-width: 100%;
          min-height: 100%;
          height: auto;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
      @supports (-ms-ime-align: auto) {
        .article-preview-img__img img {
          width: auto;
          max-width: none;
          min-width: 100%;
          min-height: 100%;
          height: auto;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .article-preview-img__img:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      @media (-ms-high-contrast: none) {
        .article-preview-img__img:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1); } }
      @supports (-ms-ime-align: auto) {
        .article-preview-img__img:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1); } }
  .article-preview-img__title {
    display: block;
    color: #252727;
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 12px;
    max-height: 6.66667em;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    .article-preview-img__title:hover {
      text-decoration: none;
      color: #416FED; }
    @media (max-width: 1600px) {
      .article-preview-img__title {
        font-size: 15px;
        line-height: 1.66667;
        max-height: 7.5em; } }
    @media (max-width: 1279px) {
      .article-preview-img__title {
        max-height: 3.33333em; } }
  .article-preview-img__text {
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1;
    overflow: hidden;
    max-height: 4.61538em; }
    @media (max-width: 1279px) {
      .article-preview-img__text {
        max-height: 6.15385em; } }
  .article-preview-img__source {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-top: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1; }
    @media (max-width: 1600px) {
      .article-preview-img__source {
        font-size: 13px; } }
  .article-preview-img__date {
    margin-right: 13px; }
  .article-preview-img__info {
    padding: 1.25vw 2.08333vw 1.82292vw;
    height: calc(100% - 275px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (max-width: 1600px) {
      .article-preview-img__info {
        height: calc(100% - 190px); } }
    @media (max-width: 1279px) {
      .article-preview-img__info {
        padding: 24px 30px 30px;
        height: calc(100% - 176px); } }
  .article-preview-img:hover {
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }

.event-preview {
  display: block;
  background: #fff;
  padding: 30px 40px;
  color: #252727;
  height: 405px;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear; }
  @media (max-width: 1600px) {
    .event-preview {
      height: 300px;
      padding: 1.5625vw 2.08333vw; } }
  @media (max-width: 1279px) {
    .event-preview {
      padding: 30px; } }
  @media (max-width: 767px) {
    .event-preview {
      height: auto;
      min-height: 280px;
      padding: 34px 20px; } }
  .event-preview__date {
    font-size: 18px;
    margin-bottom: 42px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1600px) {
      .event-preview__date {
        font-size: 15px;
        margin-bottom: 30px; } }
    .event-preview__date::before {
      content: '';
      display: inline-block;
      width: 28px;
      height: 26px;
      margin-right: 10px;
      background: url("../images/ico-calendar.svg"); }
  .event-preview__city {
    background: #F5F6FA;
    border-radius: 3px;
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 4px;
    padding: 4px 11px;
    min-width: 100px;
    font-size: 13px;
    min-height: 30px; }
    @media (max-width: 767px) {
      .event-preview__city {
        min-height: 24px;
        padding: 2px 11px; } }
  .event-preview__title {
    font-size: 18px;
    line-height: 1.66667;
    margin-top: 15px;
    max-height: 210px;
    overflow: hidden;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .event-preview__title {
        max-height: 130px;
        font-size: 16px; } }
    @media (max-width: 767px) {
      .event-preview__title {
        max-height: none;
        font-size: 15px; } }
  .event-preview:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }
    .event-preview:hover .event-preview__title {
      color: #416FED; }

.events-slider .swiper-pagination {
  display: none; }

.events-slider__bottom {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px; }

.events {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px -20px; }
  .events__item {
    width: calc(25% - 20px);
    margin: 0 10px 20px; }
    @media (max-width: 1279px) {
      .events__item {
        width: calc(50% - 20px); } }
    @media (max-width: 767px) {
      .events__item {
        width: calc(100% - 20px); } }

.events-aside__link {
  display: block;
  color: #252727;
  font-size: 18px;
  padding: 24px 40px;
  border-bottom: 1px solid #DCDEE4; }
  @media (max-width: 1600px) {
    .events-aside__link {
      padding: 24px 30px;
      font-size: 15px; } }
  .events-aside__link:last-child {
    border-bottom: 0; }
  .events-aside__link:hover {
    text-decoration: none; }
    .events-aside__link:hover .events-aside__title {
      color: #416FED; }

.events-aside__date {
  margin-bottom: 18px; }

.events-aside__title {
  -webkit-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  transition: 0.2s linear; }

.event-detail-info {
  font-size: 18px; }
  @media (max-width: 1600px) {
    .event-detail-info {
      font-size: 15px; } }
  @media (max-width: 767px) {
    .event-detail-info {
      font-size: 13px; } }
  .event-detail-info__item {
    position: relative;
    padding-left: 46px;
    margin-bottom: 32px; }
    @media (max-width: 767px) {
      .event-detail-info__item {
        min-height: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
  .event-detail-info .ico {
    position: absolute;
    left: 0;
    top: 0; }

.publication {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: #fff;
  margin-bottom: 20px;
  height: 290px;
  font-size: 15px;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear; }
  @media (max-width: 1600px) {
    .publication {
      height: 250px; } }
  @media (max-width: 1279px) {
    .publication {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 420px;
      font-size: 13px; } }
  @media (max-width: 767px) {
    .publication {
      height: auto; } }
  .publication__img, .publication__expert {
    width: 425px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1600px) {
      .publication__img, .publication__expert {
        width: 300px; } }
    @media (max-width: 1279px) {
      .publication__img, .publication__expert {
        width: 100%; } }
  .publication__img {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden; }
    @media (max-width: 1279px) {
      .publication__img {
        height: 176px; } }
    @media (max-width: 767px) {
      .publication__img {
        height: 159px; } }
    .publication__img img {
      -o-object-fit: cover;
      object-fit: cover;
      max-width: none;
      margin: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.4s linear;
      -o-transition: 0.4s linear;
      transition: 0.4s linear; }
      @media (-ms-high-contrast: none) {
        .publication__img img {
          width: auto;
          max-width: none;
          min-width: 100%;
          min-height: 100%;
          height: auto;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
      @supports (-ms-ime-align: auto) {
        .publication__img img {
          width: auto;
          max-width: none;
          min-width: 100%;
          min-height: 100%;
          height: auto;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); } }
    .publication__img:hover img {
      -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1); }
      @media (-ms-high-contrast: none) {
        .publication__img:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1); } }
      @supports (-ms-ime-align: auto) {
        .publication__img:hover img {
          -webkit-transform: translate(-50%, -50%) scale(1.1);
          -ms-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1); } }
  .publication__right {
    width: calc(100% - 425px);
    padding: 40px 40px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1600px) {
      .publication__right {
        width: calc(100% - 300px);
        padding: 30px 2.08333vw; } }
    @media (max-width: 1279px) {
      .publication__right {
        padding: 24px 30px;
        width: 100%;
        height: 100%; } }
    @media (max-width: 767px) {
      .publication__right {
        padding: 18px 20px; } }
  .publication__footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .publication__footer {
        margin-top: 18px; } }
  .publication__date {
    margin-right: 13px; }
  .publication__link {
    color: #416FED; }
  .publication__link_empty:hover {
    text-decoration: none !important;
    cursor: unset; }
  .publication__title {
    display: block;
    color: #252727;
    font-size: 18px;
    line-height: 1.66667;
    overflow: hidden;
    max-height: 95px;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .publication__title {
        max-height: 126px;
        font-size: 15px; } }
    .publication__title:hover {
      color: #416FED;
      text-decoration: none; }
  @media (max-width: 767px) {
    .publication__description::after {
      content: '...';
      display: block;
      color: #416FED; } }
  .publication__text {
    margin-top: 12px;
    font-size: 13px;
    line-height: 1.53846;
    color: #A8A8B1;
    max-width: 310px; }
    @media (max-width: 1279px) {
      .publication__text {
        font-size: 11px; } }
    @media (max-width: 767px) {
      .publication__text {
        display: none; } }
  .publication__expert {
    padding: 50px 0 0 50px; }
    @media (max-width: 1600px) {
      .publication__expert {
        padding: 30px 0 0 30px; } }
    @media (max-width: 1279px) {
      .publication__expert {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding: 30px; } }
    @media (max-width: 767px) {
      .publication__expert {
        padding: 0 20px 20px; } }
  .publication:hover {
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }
  .publication__expert-footer {
    display: none; }
    @media (max-width: 1279px) {
      .publication__expert-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 28px; } }
    @media (max-width: 767px) {
      .publication__expert-footer {
        margin-top: 18px; } }
  @media (max-width: 1279px) {
    .publication_expert {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      .publication_expert .publication__footer {
        display: none; } }

@media (max-width: 1279px) {
  .publications {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -10px; } }
  @media (max-width: 1279px) and (max-width: 767px) {
    .publications {
      margin: 0; } }

@media (max-width: 1279px) {
  .publications .publication {
    width: calc(50% - 20px);
    margin: 0 10px 20px; } }

@media (max-width: 767px) {
  .publications .publication {
    width: 100%;
    margin: 0 0 18px; }
    .publications .publication:last-child {
      margin-bottom: 0; } }

.news-preview {
  display: block;
  background: #fff;
  margin-bottom: 20px;
  padding: 40px 50px 30px;
  color: #252727;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear; }
  @media (max-width: 1600px) {
    .news-preview {
      padding: 2.08333vw 2.60417vw; } }
  @media (max-width: 1279px) {
    .news-preview {
      padding: 30px;
      font-size: 13px; } }
  @media (max-width: 767px) {
    .news-preview {
      padding: 20px; } }
  .news-preview__title {
    max-width: 965px;
    font-size: 18px;
    line-height: 1.66667;
    -webkit-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear; }
    @media (max-width: 1600px) {
      .news-preview__title {
        font-size: 15px; } }
  .news-preview__footer {
    margin-top: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 15px; }
    @media (max-width: 1600px) {
      .news-preview__footer {
        margin-top: 30px;
        font-size: 13px; } }
    @media (max-width: 767px) {
      .news-preview__footer {
        margin-top: 20px; } }
  .news-preview__date {
    margin-right: 13px; }
  .news-preview__info {
    color: #A8A8B1; }
  .news-preview:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }
    .news-preview:hover .news-preview__title {
      color: #416FED; }

.page-index {
  padding-top: 0; }

.main-start {
  min-height: 200vh;
  background: #416FED;
  background: -webkit-linear-gradient(225deg, #416FED, #243F90);
  background: -o-linear-gradient(225deg, #416FED, #243F90);
  background: linear-gradient(-135deg, #416FED, #243F90);
  color: #fff;
  overflow: hidden; }
  @media (max-width: 1279px) {
    .main-start {
      min-height: 150vh; }
      .main-start.is-scroll {
        min-height: 100vh; } }
  .main-start__layout {
    position: relative;
    z-index: 1;
    -webkit-transition: color 0.1s linear 0.2s;
    -o-transition: color 0.1s linear 0.2s;
    transition: color 0.1s linear 0.2s;
    padding-top: 20vh;
    height: 100vh; }
    @media (max-width: 1279px) {
      .main-start__layout {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 140px;
        min-height: 100vh;
        height: auto; }
        .is-scroll .main-start__layout {
          padding-top: 200px;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: flex-end;
          padding-bottom: 100px; } }
    @media (max-width: 767px) {
      .main-start__layout {
        padding-top: 100px;
        padding-bottom: 72px; }
        .is-scroll .main-start__layout {
          padding-top: 200px;
          padding-bottom: 67px; } }
  .main-start__fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    height: 100vh;
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    @media (max-width: 1279px) {
      .main-start__fixed {
        position: relative;
        height: auto; } }
  .main-start__logo {
    font-weight: 700;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 767px) {
      .main-start__logo {
        display: none; } }
  .main-start__slogan {
    position: absolute;
    z-index: 1;
    left: 53%;
    top: 42vh;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    @media (max-width: 1279px) {
      .main-start__slogan {
        top: 20vh; } }
    @media (max-width: 767px) {
      .main-start__slogan {
        display: none; } }
  .main-start__ticker-line {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .main-start__ticker {
    font-family: "Stag Sans", sans-serif;
    font-size: 6.25vw;
    letter-spacing: 5px;
    line-height: 1.05;
    text-transform: uppercase;
    opacity: 0.07;
    color: #F6F8FE;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
    @media (max-width: 1279px) {
      .main-start__ticker {
        font-size: 84px; } }
    .is-scroll .main-start__ticker {
      opacity: 1;
      -webkit-transition: all 0.3s linear 0.3s;
      -o-transition: all 0.3s linear 0.3s;
      transition: all 0.3s linear 0.3s; }
    .main-start__ticker_1 {
      margin-left: 45px; }
      @media (max-width: 1279px) {
        .main-start__ticker_1 {
          margin-left: 0; } }
    .main-start__ticker_2 {
      margin-left: 115px; }
      @media (max-width: 1600px) {
        .main-start__ticker_2 {
          margin-left: 75px; } }
    .main-start__ticker_3 {
      margin-left: -140px; }
      @media (max-width: 1279px) {
        .main-start__ticker_3 {
          margin-left: -40px; } }
    .main-start__ticker_4 {
      margin-left: 85px; }
      @media (max-width: 1279px) {
        .main-start__ticker_4 {
          margin-left: 40px; } }
  .main-start .container {
    position: relative; }
  .main-start__container {
    max-width: 1290px;
    margin: 0 auto;
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-bottom: 240px; }
    @media (max-width: 1600px) {
      .main-start__container {
        padding-bottom: 180px;
        max-width: 67.1875vw; } }
    @media (max-width: 1279px) {
      .main-start__container {
        max-width: 1290px;
        display: block;
        height: auto;
        padding-bottom: 0;
        margin-bottom: 30px; } }
  .main-start__title {
    width: 100%;
    position: relative;
    z-index: 4;
    padding-top: 24vh;
    margin-left: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 1279px) {
      .main-start__title {
        padding-top: 0; } }
    @media (max-width: 767px) {
      .main-start__title {
        margin-left: 0; } }
    .main-start__title h1 {
      color: #fff;
      max-width: 360px;
      margin-right: 14px;
      font-size: 4.16667vw;
      letter-spacing: 2px;
      line-height: 1;
      margin-bottom: 0;
      -webkit-transition: all 0.1s linear 0.2s;
      -o-transition: all 0.1s linear 0.2s;
      transition: all 0.1s linear 0.2s; }
      .is-scroll .main-start__title h1 {
        color: #252727; }
      @media (max-width: 1279px) {
        .main-start__title h1 {
          font-size: 80px; } }
      @media (max-width: 767px) {
        .main-start__title h1 {
          font-size: 40px;
          margin-right: 0;
          max-width: 190px; } }
  .main-start__info {
    font-size: 20px;
    margin-bottom: 40px;
    height: 100px; }
    @media (max-width: 1600px) {
      .main-start__info {
        font-size: 16px; } }
    @media (max-width: 1279px) {
      .main-start__info {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .main-start__info {
        height: auto;
        font-size: 13px; } }
  .main-start__content {
    margin: 0 auto;
    max-width: 1290px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 36px;
    padding-bottom: 240px;
    position: fixed;
    z-index: 3;
    right: calc((100% - 1290px)/2);
    top: calc(100vh - 240px - 100px);
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
    @media (max-width: 1600px) {
      .main-start__content {
        max-width: 67.1875vw;
        top: calc(100vh - 240px - 30px);
        padding-bottom: 180px;
        right: calc((100% - 67.1875vw)/2); } }
    @media (max-width: 1279px) {
      .main-start__content {
        max-width: 1290px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%;
        padding: 0;
        margin-left: 100px;
        min-height: auto;
        top: auto;
        right: auto;
        position: relative; } }
    @media (max-width: 767px) {
      .main-start__content {
        padding: 0 20px;
        margin-left: 0; } }
  .main-start__content-inner {
    width: 435px;
    max-width: 100%; }
    @media (max-width: 1600px) {
      .main-start__content-inner {
        width: 370px; } }
    @media (max-width: 1279px) {
      .main-start__content-inner {
        width: 50%; } }
    @media (max-width: 767px) {
      .main-start__content-inner {
        width: 100%;
        max-width: 370px; } }
    .main-start__content-inner.fixed {
      position: fixed;
      -webkit-transform: translateZ(0);
      transform: translateZ(0); }
  .main-start__list {
    color: #252727; }
    @media (max-width: 1279px) {
      .main-start__list {
        visibility: hidden;
        position: absolute;
        opacity: 0;
        -webkit-transition: all .3s linear;
        -o-transition: all .3s linear;
        transition: all .3s linear; }
        .is-scroll .main-start__list {
          opacity: 1;
          visibility: visible;
          position: relative;
          -webkit-transition: all .3s linear;
          -o-transition: all .3s linear;
          transition: all .3s linear;
          -webkit-transition-delay: .3s;
          -o-transition-delay: .3s;
          transition-delay: .3s; } }
  .main-start__footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: #fff;
    color: #252727;
    padding: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1600px) {
      .main-start__footer {
        height: 100px; } }
    @media (max-width: 1279px) {
      .main-start__footer {
        position: fixed;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        left: 60px;
        right: 60px;
        z-index: -1;
        -webkit-transition: all 0s linear 0.3s;
        -o-transition: all 0s linear 0.3s;
        transition: all 0s linear 0.3s; }
        .is-scroll .main-start__footer {
          position: absolute;
          height: 100%;
          background: none;
          -webkit-transition: all 0s linear;
          -o-transition: all 0s linear;
          transition: all 0s linear; } }
    @media (max-width: 767px) {
      .main-start__footer {
        height: 72px;
        left: 20px;
        right: 20px; } }
  .main-start__footer-bg {
    position: absolute;
    z-index: -1;
    left: 0;
    right: 0;
    bottom: 0;
    height: 140px;
    background: #fff;
    -webkit-transition: height 0.3s linear, left 0.2s linear 0.3s, right 0.2s linear 0.3s;
    -o-transition: height 0.3s linear, left 0.2s linear 0.3s, right 0.2s linear 0.3s;
    transition: height 0.3s linear, left 0.2s linear 0.3s, right 0.2s linear 0.3s; }
    @media (max-width: 1600px) {
      .main-start__footer-bg {
        height: 100px; } }
    @media (max-width: 767px) {
      .main-start__footer-bg {
        height: 72px; } }
    .is-scroll .main-start__footer-bg {
      left: calc((100vw - 1290px)/-2);
      right: calc((100vw - 1290px)/-2);
      height: 100%;
      -webkit-transition: right 0.2s linear, left 0.2s linear, height 0.3s linear 0.2s;
      -o-transition: right 0.2s linear, left 0.2s linear, height 0.3s linear 0.2s;
      transition: right 0.2s linear, left 0.2s linear, height 0.3s linear 0.2s; }
      @media (max-width: 1279px) {
        .is-scroll .main-start__footer-bg {
          left: -60px;
          right: -60px; } }
      @media (max-width: 767px) {
        .is-scroll .main-start__footer-bg {
          left: -20px;
          right: -20px; } }
  .main-start.is-scroll {
    color: #252727; }

@media (min-width: 768px) {
  .animate-load-logo {
    opacity: 0; }
  .animate-load-content-full {
    opacity: 0;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear; }
    .is-scroll .animate-load-content-full {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: all 0.4s linear;
      -o-transition: all 0.4s linear;
      transition: all 0.4s linear;
      -webkit-transition-delay: .6s;
      -o-transition-delay: .6s;
      transition-delay: .6s; }
  .load-animation .animate-load-logo {
    -webkit-animation: logo 1.5s linear forwards;
    animation: logo 1.5s linear forwards; }
  .load-animation .animate-load-ticker-1 {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-animation: 1.8s ease-out forwards 0.5s;
    animation: 1.8s ease-out forwards 0.5s;
    -webkit-animation-name: tickerToRight;
    animation-name: tickerToRight; }
  .load-animation .animate-load-ticker-2 {
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-animation: 1.8s ease-out forwards 0.5s;
    animation: 1.8s ease-out forwards 0.5s;
    -webkit-animation-name: tickerToLeft;
    animation-name: tickerToLeft; }
  .load-animation .animate-load-ticker-3 {
    -webkit-transform: translateX(-100vw);
    -ms-transform: translateX(-100vw);
    transform: translateX(-100vw);
    -webkit-animation: 1.8s ease-out forwards 0.5s;
    animation: 1.8s ease-out forwards 0.5s;
    -webkit-animation-name: tickerToRight;
    animation-name: tickerToRight; }
  .load-animation .animate-load-ticker-4 {
    -webkit-transform: translateX(100vw);
    -ms-transform: translateX(100vw);
    transform: translateX(100vw);
    -webkit-animation: 1.8s ease-out forwards 0.5s;
    animation: 1.8s ease-out forwards 0.5s;
    -webkit-animation-name: tickerToLeft;
    animation-name: tickerToLeft; }
  .load-animation .animate-load-title {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    -ms-transform: translateX(-40px);
    transform: translateX(-40px);
    -webkit-animation: titleToRight 0.4s linear forwards 2.8s;
    animation: titleToRight 0.4s linear forwards 2.8s; }
  .load-animation .animate-load-footer {
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-animation: footerUp 0.4s linear forwards 2.8s;
    animation: footerUp 0.4s linear forwards 2.8s; }
  .load-animation .animate-load-content {
    opacity: 0;
    -webkit-animation: visible 0.4s linear forwards 2.8s;
    animation: visible 0.4s linear forwards 2.8s; } }

@-webkit-keyframes logo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0; }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@keyframes logo {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
    opacity: 0; }
  30% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1; }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0; } }

@-webkit-keyframes tickerToRight {
  from {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes tickerToRight {
  from {
    -webkit-transform: translateX(-100vw);
    transform: translateX(-100vw); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes tickerToLeft {
  from {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes tickerToLeft {
  from {
    -webkit-transform: translateX(100vw);
    transform: translateX(100vw); }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes visible {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes visible {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@-webkit-keyframes titleToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); }
  20% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes titleToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px); }
  20% {
    opacity: 1; }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@-webkit-keyframes footerUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes footerUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

.main-content {
  position: relative;
  z-index: 2;
  background: #EFF2F7;
  padding-top: 50px;
  padding-bottom: 203px; }
  @media (max-width: 1500px) {
    .main-content {
      padding-bottom: 150px; } }
  @media (max-width: 1279px) {
    .main-content {
      padding-bottom: 125px; } }
  @media (max-width: 767px) {
    .main-content {
      padding-bottom: 80px;
      padding-top: 20px; } }
  .main-content + .footer {
    margin-top: 0; }
  .main-content .jobs-group {
    margin-bottom: 0; }

.main-post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 550px;
  background: #fff;
  padding: 90px 2.08333vw 2.08333vw;
  color: #252727;
  position: relative;
  -webkit-transition: 0.4s linear;
  -o-transition: 0.4s linear;
  transition: 0.4s linear;
  overflow: hidden; }
  @media (max-width: 1600px) {
    .main-post {
      height: 380px; } }
  @media (max-width: 1279px) {
    .main-post {
      height: 450px;
      padding: 90px 30px 30px; } }
  @media (max-width: 767px) {
    .main-post {
      height: auto;
      min-height: 360px;
      padding: 70px 20px 30px; } }
  .main-post__tags {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    position: absolute;
    left: 2.08333vw;
    top: 40px; }
    @media (max-width: 1279px) {
      .main-post__tags {
        left: 30px; } }
    @media (max-width: 767px) {
      .main-post__tags {
        top: 30px;
        left: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-right: -20px;
        margin-left: -20px;
        padding-left: 20px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: none;
        max-width: calc(100% + 40px);
        width: auto; }
        .main-post__tags::-webkit-scrollbar {
          display: none;
          width: 0; } }
  .main-post__tag {
    display: inline-block;
    border: 1px solid #CCCFD8;
    padding: 0 16px;
    margin-right: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 3px;
    font-size: 16px;
    height: 30px;
    line-height: 28px;
    white-space: nowrap; }
    @media (max-width: 1600px) {
      .main-post__tag {
        font-size: 13px;
        padding: 0 9px; } }
    @media (max-width: 767px) {
      .main-post__tag {
        height: 24px;
        line-height: 21px; } }
  .main-post__img-wrap {
    overflow: hidden;
    position: relative; }
  .main-post__img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-position: center;
    background-size: cover;
    -webkit-transition: 0.5s linear;
    -o-transition: 0.5s linear;
    transition: 0.5s linear; }
    .main-post__img img {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .main-post__title {
    position: relative;
    width: 100%;
    max-width: 720px;
    font-size: 18px;
    line-height: 1.66667;
    margin-bottom: 1em;
    overflow: hidden;
    max-height: 6.66667em;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear; }
    @media (max-width: 1600px) {
      .main-post__title {
        font-size: 15px;
        line-height: 1.66667;
        max-height: 5em; } }
    @media (max-width: 767px) {
      .main-post__title {
        font-size: 15px;
        line-height: 1.66667;
        max-height: inherit;
        margin-bottom: 8px; } }
  .main-post__text {
    max-width: 700px;
    width: 100%;
    position: relative;
    color: #A8A8B1;
    font-size: 13px;
    line-height: 1.53846;
    overflow: hidden;
    margin-bottom: 1.538em;
    max-height: 6.15385em; }
    @media (max-width: 1600px) {
      .main-post__text {
        font-size: 12px;
        line-height: 1.66667;
        max-height: 5em; } }
    @media (max-width: 1279px) {
      .main-post__text {
        max-height: 6.66667em; } }
    @media (max-width: 767px) {
      .main-post__text {
        font-size: 11px;
        line-height: 1.63636;
        max-height: inherit; } }
  @media (max-width: 1600px) {
    .main-post .expert__title,
    .main-post .expert__position {
      font-size: 12px;
      line-height: 1.66667; } }
  .main-post:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1);
    box-shadow: 0 9px 15px rgba(0, 0, 0, 0.1); }
    .main-post:hover .main-post__img {
      -webkit-transform: scale(1.06);
      -ms-transform: scale(1.06);
      transform: scale(1.06); }
    .main-post:hover .main-post__title {
      color: #416FED; }
  .main-post__expert {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative; }
  .main-post .expert__photo {
    width: 80px;
    height: 80px; }
    @media (max-width: 1600px) {
      .main-post .expert__photo {
        width: 60px;
        height: 60px;
        margin-right: 10px; } }
    @media (max-width: 1279px) {
      .main-post .expert__photo {
        width: 70px;
        height: 70px; } }
  .main-post_size_lg .main-post__title {
    font-size: 25px;
    line-height: 1.6; }
    @media (max-width: 1600px) {
      .main-post_size_lg .main-post__title {
        font-size: 15px;
        line-height: 1.66667; } }
    @media (max-width: 767px) {
      .main-post_size_lg .main-post__title {
        font-size: 15px;
        line-height: 1.66667;
        max-height: 3.33333em; } }
  .main-post_img-full {
    color: #fff; }
    @media (max-width: 767px) {
      .main-post_img-full {
        height: 360px; } }
    .main-post_img-full .main-post__tag {
      border-color: #fff; }
    .main-post_img-full .main-post__tags::before {
      display: none; }
    .main-post_img-full .main-post__img-wrap {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0; }
    .main-post_img-full .main-post__text,
    .main-post_img-full .expert__position {
      color: #fff; }
    .main-post_img-full:hover .main-post__title {
      color: #fff; }
  .main-post_blue-full, .main-post_blue-dark, .main-post_blue {
    color: #fff; }
    .main-post_blue-full .main-post__tag, .main-post_blue-dark .main-post__tag, .main-post_blue .main-post__tag {
      border-color: #fff; }
    .main-post_blue-full .main-post__text,
    .main-post_blue-full .expert__position, .main-post_blue-dark .main-post__text,
    .main-post_blue-dark .expert__position, .main-post_blue .main-post__text,
    .main-post_blue .expert__position {
      color: #fff; }
    @media (max-width: 767px) {
      .main-post_blue-full .main-post__title, .main-post_blue-dark .main-post__title, .main-post_blue .main-post__title {
        max-height: inherit; } }
    .main-post_blue-full:hover .main-post__title, .main-post_blue-dark:hover .main-post__title, .main-post_blue:hover .main-post__title {
      color: #fff; }
  .main-post_blue-full, .main-post_blue {
    background: #416FED; }
  .main-post_blue-dark {
    background: #243F90; }
  .main-post_img {
    padding-top: 305px; }
    @media (max-width: 1600px) {
      .main-post_img {
        padding-top: 190px; } }
    @media (max-width: 1279px) {
      .main-post_img {
        padding-top: 234px; } }
    @media (max-width: 767px) {
      .main-post_img {
        padding-top: 210px; } }
    .main-post_img .main-post__img-wrap {
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      height: 275px; }
      @media (max-width: 1600px) {
        .main-post_img .main-post__img-wrap {
          height: 170px; } }
      @media (max-width: 1279px) {
        .main-post_img .main-post__img-wrap {
          height: 210px; } }
      @media (max-width: 767px) {
        .main-post_img .main-post__img-wrap {
          height: 190px; } }
    .main-post_img .main-post__tag {
      color: #fff;
      border-color: #fff; }
    .main-post_img .main-post__tags {
      position: absolute;
      left: 2.08333vw;
      top: 40px; }
      @media (max-width: 1279px) {
        .main-post_img .main-post__tags {
          left: 30px;
          top: 40px; } }
      @media (max-width: 767px) {
        .main-post_img .main-post__tags {
          top: 30px;
          left: 20px; } }
      .main-post_img .main-post__tags::before {
        display: none; }
    .main-post_img .main-post__title {
      max-height: 5em; }
      @media (max-width: 767px) {
        .main-post_img .main-post__title {
          max-height: inherit; } }
  .main-post_img-left {
    padding-left: calc(50% + 3.125vw);
    padding-right: 3.125vw; }
    @media (max-width: 1279px) {
      .main-post_img-left {
        padding-left: calc(50% + 40px);
        padding-right: 40px; } }
    @media (max-width: 767px) {
      .main-post_img-left {
        padding-top: 210px;
        padding-left: 20px;
        padding-right: 20px; } }
    .main-post_img-left .main-post__img-wrap {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 50%; }
      @media (max-width: 767px) {
        .main-post_img-left .main-post__img-wrap {
          width: 100%;
          height: 190px; } }
    @media (max-width: 767px) {
      .main-post_img-left .main-post__tag {
        color: #fff;
        border-color: #fff; } }
    .main-post_img-left .main-post__tags {
      left: calc(50% + 3.125vw); }
      @media (max-width: 1279px) {
        .main-post_img-left .main-post__tags {
          left: calc(50% + 40px); } }
      @media (max-width: 767px) {
        .main-post_img-left .main-post__tags {
          position: absolute;
          left: 20px;
          top: 30px; } }
      .main-post_img-left .main-post__tags::before {
        display: none; }
  .main-post_img-right {
    padding-right: calc(50% + 3.125vw);
    padding-left: 3.125vw; }
    @media (max-width: 1279px) {
      .main-post_img-right {
        padding-right: calc(50% + 40px);
        padding-left: 40px; } }
    @media (max-width: 767px) {
      .main-post_img-right {
        padding-top: 210px;
        padding-left: 20px;
        padding-right: 20px; } }
    .main-post_img-right .main-post__img-wrap {
      position: absolute;
      right: 0;
      top: 0;
      bottom: 0;
      width: 50%; }
      @media (max-width: 767px) {
        .main-post_img-right .main-post__img-wrap {
          width: 100%;
          height: 190px; } }
    .main-post_img-right .main-post__tags {
      left: 3.125vw; }
      @media (max-width: 1279px) {
        .main-post_img-right .main-post__tags {
          left: 40px; } }
      @media (max-width: 767px) {
        .main-post_img-right .main-post__tags {
          left: 20px;
          top: 30px; } }
      .main-post_img-right .main-post__tags::before {
        display: none; }
    @media (max-width: 767px) {
      .main-post_img-right .main-post__tag {
        color: #fff;
        border-color: #fff; } }
  .main-post_sm {
    height: 400px; }
    @media (max-width: 1600px) {
      .main-post_sm {
        height: 300px; } }
    @media (max-width: 1279px) {
      .main-post_sm {
        height: 450px; } }
    @media (max-width: 767px) {
      .main-post_sm {
        height: auto; } }
    @media (max-width: 767px) {
      .main-post_sm .main-post__text {
        max-height: inherit; } }
  @media (max-width: 767px) {
    .main-post_sm.main-post_img-full {
      height: 360px; } }

.posts-list {
  margin-bottom: 52px; }
  .posts-list__item {
    padding: 0 10px;
    margin-bottom: 20px;
    width: 100%; }
    .posts-list__item_sm {
      width: 25%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 1279px) {
        .posts-list__item_sm {
          width: 50%; } }
      @media (max-width: 767px) {
        .posts-list__item_sm {
          width: 100%; } }
    .posts-list__item_md {
      width: 50%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 1279px) {
        .posts-list__item_md {
          width: 100%; } }
    .posts-list__item_lg {
      width: 75%;
      -ms-flex-negative: 0;
      flex-shrink: 0; }
      @media (max-width: 1279px) {
        .posts-list__item_lg {
          width: 100%; } }
    @media (max-width: 1279px) {
      .posts-list__item_sm:first-child + .posts-list__item_md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .posts-list__last {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 25%;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 1279px) {
      .posts-list__last {
        width: 100%; } }
  .posts-list__cols {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -10px; }
    @media (max-width: 1279px) {
      .posts-list__cols {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  @media (max-width: 1279px) {
    .posts-list__cols_sm-lg .posts-list__item_sm {
      width: 100%; } }
  @media (min-width: 1280px) {
    .posts-list__cols_5-items {
      display: block; }
      .posts-list__cols_5-items:after {
        content: '';
        display: block;
        clear: both; } }
  @media (min-width: 1280px) {
    .posts-list__cols_5-items .posts-list__item {
      float: left; } }
  @media (min-width: 1280px) {
    .posts-list__cols_5-items .posts-list__item_md .main-post {
      height: 821px; } }
  @media (min-width: 1280px) and (max-width: 1600px) {
    .posts-list__cols_5-items .posts-list__item_md .main-post {
      height: 620px; } }
  .posts-list__more {
    text-align: center;
    margin-top: 24px; }

.posts-last {
  background: #fff; }
  .posts-last__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 2.08333vw;
    border-bottom: 1px solid #DCDEE4;
    font-family: "Stag Sans", sans-serif;
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 71px; }
    @media (max-width: 1600px) {
      .posts-last__header {
        font-size: 14px;
        height: 66px; } }
    @media (max-width: 1279px) {
      .posts-last__header {
        font-size: 15px;
        padding: 10px 40px; } }
    @media (max-width: 767px) {
      .posts-last__header {
        padding: 25px 20px; } }
  .posts-last__link {
    display: block;
    padding: 1.25vw 2.08333vw;
    border-bottom: 1px solid #DCDEE4;
    color: #252727;
    -webkit-transition: 0.3s linear;
    -o-transition: 0.3s linear;
    transition: 0.3s linear;
    height: 139px; }
    @media (max-width: 1600px) {
      .posts-last__link {
        height: 88px;
        padding: 12px 2.08333vw; } }
    @media (max-width: 1279px) {
      .posts-last__link {
        padding: 24px 40px;
        height: auto; } }
    @media (max-width: 767px) {
      .posts-last__link {
        padding: 15px 20px; } }
    .posts-last__link:last-child {
      border-bottom: 0; }
    .posts-last__link:hover {
      color: #416FED;
      text-decoration: none; }
  .posts-last__title {
    overflow: hidden;
    height: 91px;
    font-size: 0.9375vw;
    line-height: 1.66667; }
    @media (max-width: 1600px) {
      .posts-last__title {
        height: 64px; } }
    @media (max-width: 1279px) {
      .posts-last__title {
        height: auto;
        font-size: 15px;
        line-height: 1.66667; } }
  .posts-last .btn {
    width: 100%; }

.line-blink {
  display: block;
  height: 7px;
  width: 38px;
  background: #fff;
  margin-bottom: 9px;
  -webkit-animation: blink 1s step-start infinite;
  animation: blink 1s step-start infinite; }
  @media (max-width: 767px) {
    .line-blink {
      height: 3px;
      width: 16px;
      margin-bottom: 3px; } }
  .is-scroll .line-blink {
    background: #252727; }

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }

@keyframes blink {
  50% {
    opacity: 0; } }

.load-product {
  color: #416FED;
  text-transform: uppercase;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px; }
  .is-scroll .load-product {
    font-size: 0; }
  .load-product__ico {
    margin-right: 18px; }
    @media (max-width: 767px) {
      .load-product__ico {
        height: 40px;
        color: #252727; } }
  @media (max-width: 1279px) {
    .load-product {
      -webkit-transition: 0s linear 0.3s;
      -o-transition: 0s linear 0.3s;
      transition: 0s linear 0.3s; }
      .is-scroll .load-product {
        visibility: hidden;
        -webkit-transition: 0s linear;
        -o-transition: 0s linear;
        transition: 0s linear; } }

.list-product li {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 40px; }
  @media (max-width: 1600px) {
    .list-product li {
      font-size: 14px;
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .list-product {
    margin-bottom: 0;
    max-width: 280px; } }

.list-product_main a {
  color: #252727; }

.text-page {
  background: #fff; }
  @media (max-width: 767px) {
    .text-page {
      margin: 0 -20px 35px; } }
  .text-page__container {
    padding: 55px 50px; }
    @media (max-width: 1600px) {
      .text-page__container {
        padding: 2.86458vw 2.60417vw; } }
    @media (max-width: 1279px) {
      .text-page__container {
        padding: 41px 44px; } }
    @media (max-width: 767px) {
      .text-page__container {
        padding: 20px; } }
  .text-page__header {
    display: block;
    padding: 17px 24px;
    border-bottom: 1px solid #DCDEE4; }
    @media (min-width: 1280px) {
      .text-page__header {
        display: none !important; } }
    @media (max-width: 767px) {
      .text-page__header {
        padding: 26px 20px 0;
        border-bottom: 0; } }
    .text-page__header_full {
      display: block !important; }
  .text-page p, .text-page .features-title, .text-page .view-address-block, .text-page .contacts__address table td, .contacts__address table .text-page td, .text-page .contacts__office-name,
  .text-page h1, .text-page .h1,
  .text-page h2, .text-page .h2,
  .text-page ul, .text-page ol {
    max-width: 900px; }

.view-address-block__title {
  display: inline-block;
  margin: 0;
  color: #416FED;
  border-bottom: 1px dotted;
  position: relative;
  cursor: pointer; }
  .view-address-block__title::after {
    content: '';
    border: solid #416FED;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%; }
    @media (max-width: 767px) {
      .view-address-block__title::after {
        top: 40%; } }

.view-address-block__content {
  padding-top: 20px; }

.view-address-block.is-show .view-address-block__title::after {
  -webkit-transform: rotate(-135deg) translateY(-50%);
  -ms-transform: rotate(-135deg) translateY(-50%);
  transform: rotate(-135deg) translateY(-50%); }

.contacts-map {
  margin-top: 50px; }
  @media (max-width: 1040px) {
    .contacts-map {
      margin-left: -44px;
      margin-right: -44px;
      margin-top: 42px; } }
  @media (max-width: 767px) {
    .contacts-map {
      margin-left: -20px;
      margin-right: -20px;
      margin-top: 30px; } }

.contacts-map-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .contacts-map-navigation {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .contacts-map-navigation__item {
    position: relative;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (max-width: 767px) {
      .contacts-map-navigation__item {
        width: 100%; } }
    .contacts-map-navigation__item-button {
      display: block;
      height: 60px;
      line-height: 60px;
      background: #fff;
      border: 1px solid #DCDEE4;
      padding: 0 20px;
      font-size: 15px;
      cursor: pointer;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      white-space: nowrap;
      overflow: hidden;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis; }
      @media (max-width: 767px) {
        .contacts-map-navigation__item-button {
          font-size: 13px;
          height: 50px;
          line-height: 50px; } }
      .contacts-map-navigation__item-button svg {
        width: 30px;
        height: 30px;
        fill: #252727;
        vertical-align: -15%;
        margin-right: 18px; }
        @media (max-width: 1040px) {
          .contacts-map-navigation__item-button svg {
            margin-right: 15px; } }
        @media (max-width: 767px) {
          .contacts-map-navigation__item-button svg {
            width: 27px;
            height: 27px;
            margin-right: 10px; } }
    .contacts-map-navigation__item_list .contacts-map-navigation__item-button::after {
      content: '';
      border: solid #252727;
      border-width: 0 1px 1px 0;
      display: inline-block;
      padding: 5px;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      vertical-align: 5%;
      margin-left: 15px; }
      @media (max-width: 767px) {
        .contacts-map-navigation__item_list .contacts-map-navigation__item-button::after {
          right: 20px;
          position: absolute;
          top: 50%;
          -webkit-transform: rotate(45deg) translateY(-50%);
          -ms-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%); } }
    .contacts-map-navigation__item.active .contacts-map-navigation__item-button {
      background: #416FED;
      color: #fff;
      border-color: #416FED; }
      .contacts-map-navigation__item.active .contacts-map-navigation__item-button svg {
        fill: #fff; }
      .contacts-map-navigation__item.active .contacts-map-navigation__item-button::after {
        border-color: #fff; }
    .contacts-map-navigation__item:hover .contacts-map-navigation__item-button {
      border-color: #416FED; }
  .contacts-map-navigation__list {
    position: absolute;
    top: 90%;
    left: 0;
    width: 330px;
    background: #fff;
    -webkit-box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 19px 0 rgba(0, 0, 0, 0.15);
    padding: 36px 20px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 10; }
    @media (max-width: 767px) {
      .contacts-map-navigation__list {
        width: 100vw; } }
    .contacts-map-navigation__list-item {
      font-size: 15px;
      line-height: 1.66667;
      margin-bottom: 30px;
      color: #252727;
      -webkit-transition: all .3s linear;
      -o-transition: all .3s linear;
      transition: all .3s linear;
      cursor: pointer; }
      .contacts-map-navigation__list-item:last-child {
        margin-bottom: 0; }
      .contacts-map-navigation__list-item:hover, .contacts-map-navigation__list-item.active {
        color: #416FED; }
  .contacts-map-navigation__item:hover .contacts-map-navigation__list {
    opacity: 1;
    visibility: visible;
    top: 100%; }

.contacts-map-boxes__layout {
  display: none; }
  .contacts-map-boxes__layout-map {
    width: 100%;
    height: 610px;
    margin-bottom: 20px; }
    @media (max-width: 1040px) {
      .contacts-map-boxes__layout-map {
        height: 335px; } }
    @media (max-width: 767px) {
      .contacts-map-boxes__layout-map {
        height: 450px; } }
  .contacts-map-boxes__layout-desc-way {
    margin-top: 49px; }
    @media (max-width: 767px) {
      .contacts-map-boxes__layout-desc-way {
        margin-top: 31px; } }
  @media (max-width: 1040px) {
    .contacts-map-boxes__layout-text {
      padding-left: 44px;
      padding-right: 44px; } }
  @media (max-width: 767px) {
    .contacts-map-boxes__layout-text {
      padding-left: 20px;
      padding-right: 20px; } }
  .contacts-map-boxes__layout.active {
    display: block; }

.contacts {
  background: #fff;
  padding: 55px 50px; }
  @media (max-width: 1600px) {
    .contacts {
      padding: 2.60417vw; } }
  @media (max-width: 1279px) {
    .contacts {
      padding: 41px 44px; } }
  @media (max-width: 767px) {
    .contacts {
      margin-left: -20px;
      margin-right: -20px;
      padding: 20px; } }
  .contacts__header h1 .btn-ico {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 1279px) {
      .contacts__header h1 .btn-ico {
        display: none; } }
  @media (max-width: 1279px) {
    .contacts__header {
      margin-left: -44px;
      margin-right: -44px;
      padding: 0 44px 47px;
      border-bottom: 1px solid #DCDEE4;
      margin-bottom: 36px; } }
  @media (max-width: 767px) {
    .contacts__header {
      margin-left: -20px;
      margin-right: -20px;
      padding: 0 20px 34px;
      margin-bottom: 30px; } }
  .contacts__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1279px) {
      .contacts__info {
        display: block; } }
  .contacts__address, .contacts__press {
    width: 47%; }
    @media (max-width: 1279px) {
      .contacts__address, .contacts__press {
        width: 100%; } }
  .contacts__address table {
    max-width: 400px; }
    .contacts__address table td {
      margin: 0;
      vertical-align: top;
      padding-bottom: 30px; }
      .contacts__address table td:first-child {
        width: 140px;
        font-weight: bold; }
        @media (max-width: 767px) {
          .contacts__address table td:first-child {
            width: 90px; } }
  .contacts__office-name {
    margin: 0 0 44px; }
  .contacts a[href*="tel"] {
    color: #252727; }

.hidden {
  display: none !important; }

@media (max-width: 1279px) {
  .hidden-laptop {
    display: none !important; } }

@media (max-width: 1040px) {
  .hidden-tablet {
    display: none !important; } }

@media (max-width: 767px) {
  .hidden-mobile {
    display: none !important; } }

@media (min-width: 768px) {
  .visible-mobile {
    display: none !important; } }

@media (min-width: 1280px) {
  .visible-laptop {
    display: none !important; } }

@media (min-width: 1040px) {
  .visible-tablet {
    display: none !important; } }
