@charset "UTF-8";
/*!*
 * ------------
 */
img.ofp-demo {
  -o-object-fit: cover;
     font-family: "object-fit:cover";
     object-fit: cover; }
.bg-wrapper {
  position: relative; }
.bg--white {
  background-color: #fff; }
.bg--blue {
  background: linear-gradient(48.66deg, #31456A 1.16%, #02081F 98.61%);
  -webkit-box-shadow: -1px -1px 3px #FFFFFF, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
          box-shadow: -1px -1px 3px #FFFFFF, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
  color: #fff; }
.bg-gr-blue {
  background: linear-gradient(48.66deg, #31456A 1.16%, #02081F 98.61%);
  -webkit-box-shadow: -1px -1px 3px #FFFFFF, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
          box-shadow: -1px -1px 3px #FFFFFF, 1.5px 1.5px 3px rgba(174, 174, 192, 0.4);
  color: #fff; }
.bg-abs {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover; }
.bg-abs--z-0 {
    z-index: 0; }
.bg-abs--pos-cc {
    background-position: center; }
.bg-abs--siz-100a {
    background-size: 100% auto; }
.bg-abs--eng {
    display: none; }
.bg-abs--404 {
    background-size: 80% auto;
    background-position: center bottom 13%; }
.color-gr-black {
  color: #02081F; }
.color-orange {
  color: #F6A942; }
a.color-orange:hover, a.color-orange:focus {
    color: #F6A942; }
.color-gr-orange,
.color-grv-orange {
  color: #e9612c; }
@supports (-webkit-background-clip: text) {
  .color-gr-black {
    background: -webkit-gradient(linear, left top, left bottom, from(#02081F), to(#31456A));
    background: linear-gradient(to bottom, #02081F 0%, #31456A 100%); }
  .color-gr-orange {
    background: -webkit-gradient(linear, left top, left bottom, from(#f6a942), to(#e9612c));
    background: linear-gradient(to bottom, #f6a942 0%, #e9612c 100%); }
  .color-grg-orange {
    background: linear-gradient(127.68deg, #F6A942 0%, #E9612C 100.11%); }
  .color-gr-black,
  .color-gr-orange,
  .color-grg-orange {
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent; } }
.form-request {
  padding: 20px;
  background: linear-gradient(85.77deg, rgba(235, 243, 250, 0.1) 0%, #EBF3FA 100%), url(../img/texture-egg-shell.png);
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1);
          box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1); }
.loader {
  display: inline-block; }
.loader:before {
    content: '';
    display: block;
    width: 3rem;
    height: 3rem;
    border: 3px solid #e6e6e6;
    border-top: 3px solid #cccccc;
    border-radius: 50%;
    -webkit-animation: loader-rotate 0.3s linear infinite;
            animation: loader-rotate 0.3s linear infinite; }
@-webkit-keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes loader-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.about {
  position: relative;
  color: #fff; }
.about:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(#02081F), to(#31456A));
    background: linear-gradient(180deg, #02081F 0%, #31456A 100%); }
.about a {
    color: inherit; }
.about a:hover {
      color: inherit; }
.about__one {
    max-width: 430px; }
.about__two {
    max-width: 610px; }
.about-net__one {
  max-width: 600px; }
.about-net__history-row {
  overflow: hidden; }
.about-net__history-year {
  display: block;
  font-weight: 500;
  font-size: 30px; }
.agent-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 16px 0;
  padding: 1px;
  border-radius: 20px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  overflow: hidden;
  font-size: 14px; }
.agent-card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(-50deg, #8f9fae 0%, #dbe6f2 25%, white 50%, white 100%);
    border-radius: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.agent-card:hover {
    -webkit-box-shadow: -16px -16px 40px rgba(255, 255, 255, 0.8), 16px 4px 64px rgba(18, 61, 101, 0.3), inset -8px -6px 80px rgba(255, 255, 255, 0.18);
            box-shadow: -16px -16px 40px rgba(255, 255, 255, 0.8), 16px 4px 64px rgba(18, 61, 101, 0.3), inset -8px -6px 80px rgba(255, 255, 255, 0.18); }
.agent-card:hover:before {
      left: -150%; }
.agent-card__inner {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    position: relative;
    padding: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(133.73deg, #EBF3FA 1.98%, #DBE3ED 80.67%, #E6F0F9 147.74%);
    border-radius: 20px; }
.agent-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.agent-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.agent-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.agent-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.agent-list__item .agent-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.agent-list--mtb-30 {
    margin-top: 30px;
    margin-bottom: 30px; }
.anchor-offset {
  padding-top: 25px;
  margin-top: -25px; }
.app__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.app__top-inner > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.app__top-left, .app__top-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.app__top-left {
  padding-bottom: 15px; }
.app-card {
  position: relative;
  display: block;
  max-width: 280px;
  padding: 15px;
  margin: 0 0 20px;
  background: linear-gradient(89.92deg, #FFFFFF 0.07%, rgba(255, 255, 255, 0.1) 99.94%), url(../img/texture-egg-shell.png);
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1);
          box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1);
  font-size: 14px;
  color: #31456A;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
a.app-card {
    text-decoration: none; }
a.app-card:hover, a.app-card:focus {
      color: #31456A;
      text-decoration: none; }
.app-card__img-wrap {
    position: relative;
    max-width: 250px;
    margin: 0 auto 10px;
    background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, rgba(185, 204, 226, 0.6) 11.1%, rgba(255, 255, 255, 0.6) 85.21%);
    border-radius: 16px;
    -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
            box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.app-card__img-wrap:before {
      content: '';
      display: block;
      padding-top: 100%; }
.app-card__img {
    position: absolute;
    padding: 15px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center";
       object-fit: cover;
    -o-object-position: center;
       object-position: center; }
.app-card__name {
    margin: 0 0 12px; }
.app-card__text > :last-child {
    margin-bottom: 0; }
.app-card--gorizontal {
    max-width: 420px;
    min-height: 110px;
    padding: 15px 15px 15px 100px; }
.app-card--gorizontal .app-card__img-wrap {
      width: 70px;
      height: 70px;
      margin: 0;
      padding: 0;
      position: absolute;
      top: 20px;
      left: 20px; }
.app-card--gorizontal .app-card__img-wrap img {
        padding: 5px; }
.app-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.app-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.app-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    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: center;
        -ms-flex-align: center;
            align-items: center; }
.app-list__item .app-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.apps__sec-list {
  padding: 20px 0 45px; }
.article {
  position: relative;
  margin: 0 0 2em;
  padding: 18% 0 0; }
.article__poster-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1; }
.article__poster-wrap:after {
      content: "";
      position: absolute;
      top: 0px;
      bottom: 0;
      left: 0;
      right: 0;
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 243, 250, 0.7)), color-stop(48.86%, rgba(235, 243, 250, 0)), color-stop(93.4%, #EBF3FA));
      background: linear-gradient(180deg, rgba(235, 243, 250, 0.7) 0%, rgba(235, 243, 250, 0) 48.86%, #EBF3FA 93.4%); }
.article__poster-wrap.bkfon_dop_light_3:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 243, 250, 0.7)), color-stop(48.86%, rgba(235, 243, 250, 0.3)), color-stop(93.4%, #ebf3fa));
      background: linear-gradient(180deg, rgba(235, 243, 250, 0.7) 0%, rgba(235, 243, 250, 0.3) 48.86%, #ebf3fa 93.4%); }
.article__poster-wrap.bkfon_dop_light_5:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 243, 250, 0.7)), color-stop(48.86%, rgba(235, 243, 250, 0.5)), color-stop(93.4%, #ebf3fa));
      background: linear-gradient(180deg, rgba(235, 243, 250, 0.7) 0%, rgba(235, 243, 250, 0.5) 48.86%, #ebf3fa 93.4%); }
.article__poster-wrap.bkfon_dop_light_7:after {
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 243, 250, 0.7)), color-stop(48.86%, rgba(235, 243, 250, 0.7)), color-stop(93.4%, #ebf3fa));
      background: linear-gradient(180deg, rgba(235, 243, 250, 0.7) 0%, rgba(235, 243, 250, 0.7) 48.86%, #ebf3fa 93.4%); }
.article__poster {
    display: block;
    width: 100%; 
    max-height: 627px;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center";
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
}
.article__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.article__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.article__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.article__right {
    display: none;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.article__title {
    margin: 0 0 0.5em; }
.article__meta {
    font-size: 14px; }
.article__date {
    margin: 0 0 0.7em; }
.article__timer {
    display: none; }
.article__share-top {
    margin: 45px 0 20px; }
.article__share-bottom {
    margin: 50px 0 30px; }
.article__tags {
    margin-bottom: 30px; }
.article__copy {
    font-size: 14px; }
.article-tree {
  padding: 0;
  margin: 1em 0;
  list-style: none;
  color: #31456A; }
.article-tree ol {
    padding: 0 0 0 1em; }
.article-tree li {
    margin-bottom: 1em; }
.article-tree li.active > a {
      font-weight: 500;
      text-decoration: none; }
.b-card {
  position: relative;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 390px;
  margin: 0 0 20px;
  padding: 1px;
  border-radius: 20px;
  color: #02081F;
  background: linear-gradient(50deg, #8f9fae 0%, #dbe6f2 25%, white 50%, white 100%);
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
.b-card a {
    text-decoration: none; }
.b-card__inner {
    position: relative;
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    background: linear-gradient(210.55deg, rgba(235, 242, 249, 0.5) 19.14%, rgba(198, 215, 235, 0.2) 154.68%), #FFFFFF;
    border-radius: 20px;
    overflow: hidden; }
.b-card__label {
    position: absolute;
    top: 30px;
    left: 0;
    z-index: 2;
    max-width: 200px; }
.b-card__label img {
      display: block;
      border-radius: 0 10px 10px 0;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover; }
.b-card__label--youtube {
      top: 13px;
      left: 10px;
      width: 72px;
      height: 60px;
      background: url(../img/ui/icon-label-youtube.svg); }
.b-card__img-wrap {
    position: relative;
    display: block;
    padding-top: 56.25%;
    overflow: hidden;
    border-radius: 20px;
    -webkit-transform: translateZ(0);
            transform: translateZ(0); }
.b-card__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center";
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.b-card__img.lazy:not(.initial) {
      -webkit-transition: opacity 1s, -webkit-transform 0.3s;
      transition: opacity 1s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 1s;
      transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s; }
.b-card__text {
    -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;
    padding: 15px; }
.b-card__title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 0 0.8em;
    font-weight: 500;
    font-size: 20px;
    color: #31456A; }
.b-card__title a {
      color: inherit; }
.b-card__title a:hover {
        color: inherit;
        text-decoration: underline; }
.b-card__excerpt {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    margin: 0 0 0.5em; }
.b-card__meta {
    margin-top: auto;
    color: #4E5A71;
    font-size: 14px; }
.b-card__meta a {
      color: inherit; }
.b-card__meta a:hover {
        color: inherit;
        text-decoration: underline; }
.b-card__date {
    margin-right: 10px; }
.b-card--white .b-card__inner {
    background: #fff; }
.b-card--blue {
    color: #fff; }
.b-card--blue .b-card__inner {
      padding-top: 200px; }
.b-card--blue .b-card__img-wrap {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding-top: 0; }
.b-card--blue .b-card__img-wrap:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 69, 106, 0)), color-stop(81.26%, #31456A));
        background: linear-gradient(180deg, rgba(49, 69, 106, 0) 0%, #31456A 81.26%); }
.b-card--blue .b-card__text {
      position: relative;
      z-index: 2; }
.b-card--blue .b-card__title {
      color: inherit; }
.b-card--blue .b-card__meta {
      color: inherit; }
.blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.blog-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.blog-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.blog-list__item .b-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.blog-list__item--big .b-card {
      max-width: 795px; }
.blog-list__item--big .b-card__text {
      padding: 20px; }
.breadcrumbs {
  position: relative;
  z-index: 10;
  list-style: none;
  margin: 0 0 30px;
  padding: 30px 0 10px;
  color: #02081F;
  font-size: 14px;
  overflow-y: hidden;
  white-space: nowrap; }
.breadcrumbs a {
    color: #02081F; }
.breadcrumbs a:hover, .breadcrumbs a:focus {
      color: #02081F;
      text-decoration: none; }
.breadcrumbs__item {
    display: inline-block; }
.breadcrumbs__item:not(:last-child):after {
      content: '→';
      display: inline-block; }
.breadcrumbs--color-white {
    color: #fff; }
.breadcrumbs--color-white a {
      color: inherit; }
.breadcrumbs--color-white a:hover {
        color: inherit; }
.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  max-width: 100%;
  margin: 0;
  border-radius: 5px;
  border: 0;
  padding: 11px 20px;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  font-family: inherit;
  line-height: 1.286;
  text-decoration: none;
  text-transform: none;
  color: #31456A;
  background-color: #EBF3FA;
  background-image: none;
  -webkit-box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48);
          box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s;
  transition: color 0.3s, box-shadow 0.3s, background-color 0.3s, -webkit-box-shadow 0.3s; }
.btn:hover, .btn:focus {
    text-decoration: none;
    color: #02081F;
    background: #EBF3FA;
    -webkit-box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 0px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
            box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 0px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.btn:active, .btn:focus {
    outline: 0; }
.btn:active {
    position: relative;
    top: 1px; }
.btn--disabled, .btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
    color: #02081F;
    background-color: #e6e6e6;
    -webkit-box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48);
            box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48); }
.btn--disabled:hover, .btn:disabled:hover {
      -webkit-box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48);
              box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48); }
a.btn--disabled {
      pointer-events: none; }
.btn .icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px; }
.btn .loader:before {
    width: 0.8em;
    height: 0.8em;
    margin-left: 5px;
    border: 1px solid #d3d3d3;
    border-top: 1px solid currentColor; }
.btn--blue {
    background: #31456A;
    -webkit-box-shadow: -4px -2px 16px #02081F, 4px 2px 16px rgba(49, 69, 106, 0.5), inset 0 0 0 rgba(235, 243, 250, 0.15), inset 0 0 0 rgba(2, 8, 31, 0.5);
            box-shadow: -4px -2px 16px #02081F, 4px 2px 16px rgba(49, 69, 106, 0.5), inset 0 0 0 rgba(235, 243, 250, 0.15), inset 0 0 0 rgba(2, 8, 31, 0.5);
    color: #EBF3FA; }
.btn--blue:hover, .btn--blue:focus {
      background: #31456A;
      -webkit-box-shadow: 0 0 0 #02081F, 0 0 0 rgba(49, 69, 106, 0.5), inset -3px -3px 7px rgba(235, 243, 250, 0.15), inset 3px 3px 7px rgba(2, 8, 31, 0.5);
              box-shadow: 0 0 0 #02081F, 0 0 0 rgba(49, 69, 106, 0.5), inset -3px -3px 7px rgba(235, 243, 250, 0.15), inset 3px 3px 7px rgba(2, 8, 31, 0.5);
      color: #EBF3FA; }
.btn--blue.btn--more, .btn--blue.btn--sec-more {
      color: #fff; }
.btn--orange {
    background: linear-gradient(127.68deg, #F6A942 0%, #E9612C 100.11%);
    color: #000; }
.btn--orange:hover, .btn--orange:focus {
      background: -webkit-gradient(linear, left bottom, left top, from(#F6A942), color-stop(100.11%, #E9612C));
      background: linear-gradient(0deg, #F6A942 0%, #E9612C 100.11%);
      -webkit-box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 0px rgba(136, 165, 191, 0.48), inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 0px rgba(136, 165, 191, 0.48), inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.btn--orange:disabled {
      background: linear-gradient(127.68deg, #F6A942 0%, #E9612C 100.11%); }
.btn--icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 40px;
    padding: 5px 15px; }
.btn--reg {
    width: 100%;
    padding: 5px 13px; }
.btn--reg .icon {
      margin-right: 5px; }
.btn--cart {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    background: #EBF3FA; }
.btn--cart .icon {
      margin: 0; }
.btn--profile {
    width: 100%; }
.btn--login {
    width: 100%; }
.btn--more, .btn--sec-more {
    width: 180px;
    color: #000; }
.btn--w100per {
    width: 100%; }
.btn--tarif-detail {
    width: 100%;
    padding: 7px 20px 6px; }
.btn--tarif-buy {
    width: 100%; }
.btn--card-price {
    width: 130px; }
.btn--search {
    padding: 3px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none; }
.btn--search:hover, .btn--search:focus {
      background: none;
      -webkit-box-shadow: none;
              box-shadow: none; }
.btn--search img {
      display: block;
      width: 19px;
      height: 26px; }
.burger {
  display: inline-block;
  position: relative;
  z-index: 1;
  width: 30px;
  border: none;
  padding: 0;
  line-height: 30px;
  background: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
  outline: none; }
.burger > span {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 2px;
    vertical-align: middle;
    font-size: 0;
    color: transparent;
    background: #fff;
    -webkit-transition: background 0.3s 0.3s;
    transition: background 0.3s 0.3s; }
.burger > span:before, .burger > span:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      -webkit-transform-origin: 50% 50%;
              transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.3s, -webkit-transform 0.3s;
      transition: top 0.3s 0.3s, -webkit-transform 0.3s;
      transition: top 0.3s 0.3s, transform 0.3s;
      transition: top 0.3s 0.3s, transform 0.3s, -webkit-transform 0.3s; }
.burger > span:before {
      top: -8px; }
.burger > span:after {
      top: 8px; }
.burger--close > span {
    -webkit-transition: background 0.3s 0s;
    transition: background 0.3s 0s;
    background: transparent; }
.burger--close > span:before, .burger--close > span:after {
      top: 0;
      -webkit-transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, -webkit-transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s;
      transition: top 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s; }
.burger--close > span:before {
      -webkit-transform: rotate3d(0, 0, 1, 45deg);
              transform: rotate3d(0, 0, 1, 45deg); }
.burger--close > span:after {
      -webkit-transform: rotate3d(0, 0, 1, -45deg);
              transform: rotate3d(0, 0, 1, -45deg); }
.card {
  position: relative;
  z-index: 10;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
  margin: 0 0 20px;
  padding: 1px;
  border-radius: 20px;
  color: #000;
  overflow: hidden;
  -webkit-transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: -webkit-box-shadow 0.3s, -webkit-transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s;
  transition: box-shadow 0.3s, transform 0.3s, -webkit-box-shadow 0.3s, -webkit-transform 0.3s; }
.card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(-50deg, #8f9fae 0%, #dbe6f2 25%, white 50%, white 100%);
    border-radius: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform-origin: center;
            transform-origin: center; }
.card:hover {
    z-index: 11;
    -webkit-box-shadow: -16px -16px 40px rgba(255, 255, 255, 0.8), 16px 4px 64px rgba(18, 61, 101, 0.3), inset -8px -6px 80px rgba(255, 255, 255, 0.18);
            box-shadow: -16px -16px 40px rgba(255, 255, 255, 0.8), 16px 4px 64px rgba(18, 61, 101, 0.3), inset -8px -6px 80px rgba(255, 255, 255, 0.18); }
a.card {
    text-decoration: none; }
a.card:hover, a.card:focus {
      color: #000;
      text-decoration: none; }
.card__inner {
    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-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    width: 100%;
    padding: 15px;
    background: linear-gradient(-45deg, #e4edf6 0%, #ebf2f8 100%);
    border-radius: 20px; }
.card__img-wrap {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 230px;
    margin-bottom: 15px; }
.card__img {
    display: block; }
.card__title {
    margin: 0;
    font-weight: normal;
    font-size: 1em; }
.card__title a {
      text-decoration: none;
      color: #000; }
.card__label {
    position: absolute;
    z-index: 1;
    top: 20px;
    left: 0;
    max-width: 130px;
    padding: 8px 10px;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    background: radial-gradient(305.8% 288.67% at -114.73% -116.67%, #F6A942 11.1%, #E9612C 85.21%);
    -webkit-box-shadow: -4.39486px -4.39486px 11.7196px rgba(255, 255, 255, 0.3), 2.92991px 2.92991px 11.7196px rgba(246, 169, 66, 0.3);
            box-shadow: -4.39486px -4.39486px 11.7196px rgba(255, 255, 255, 0.3), 2.92991px 2.92991px 11.7196px rgba(246, 169, 66, 0.3);
    border-radius: 0px 16px 16px 0px; }
.card__price {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: auto 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1; }
.card__buy {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
.catalog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.catalog-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.catalog-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    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: center;
        -ms-flex-align: center;
            align-items: center; }
.catalog-list__item .card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.com-facts {
  padding: 35px 0 15px;
  background: linear-gradient(90.33deg, #02081F 0%, #31456A 100%);
  color: #fff; }
.contacts__info {
  margin: 40px 0; }
.contacts__info-left {
  margin-bottom: 20px; }
.container {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }
.content {
  position: relative; }
.content__top, .content__header {
    margin-bottom: 20px;
    position: relative; }
.content__top-grid, .content__header-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.content__top-grid > *, .content__header-grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.content__top-left, .content__header-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.content__top-right, .content__header-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.content__title {
    margin: 0 0 0.4em; }
.content__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.content__row > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.content__row--catalog {
      margin-top: 50px;
      margin-bottom: 50px; }
.content__aside {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.content__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.content--ptb-50 {
    padding-top: 50px;
    padding-bottom: 50px; }
.content--pb-50 {
    padding-bottom: 50px; }
.content--404 {
    background: #000;
    color: #fff;
    min-height: 450px; }
.content-nav {
  padding: 20px 0; }
.content-nav.is_stuck {
    z-index: 1000;
    background-color: #EBF3FA; }
.content-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -6px;
    padding: 0;
    list-style: none; }
.content-nav__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 6px; }
.content-nav__item--active > .content-nav__link {
      color: #02081F;
      background: #F3FAFF;
      -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.content-nav__item.is-active > .content-nav__link {
      color: #000;
      background: #F3FAFF;
      -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.content-nav__link {
    position: relative;
    display: block;
    padding: 6px 10px;
    color: #31456A;
    font-size: 14px;
    text-align: center;
    border-radius: 42px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, background 0.3s;
    transition: box-shadow 0.3s, background 0.3s, -webkit-box-shadow 0.3s; }
.content-nav__link:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, #B9CCE2 11.1%, #FFFFFF 85.21%), #E3EDF7;
      -webkit-box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
              box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
      z-index: -1;
      border-radius: 42px;
      -webkit-filter: blur(2px);
              filter: blur(2px); }
.content-nav__link:hover {
      color: #02081F;
      background: #F3FAFF;
      -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.content-nav__link:active {
      position: relative;
      top: 1px; }
.content-nav__link--all {
      min-width: 80px; }
.content-nav--filter .content-nav__item {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0;
    margin-bottom: 15px; }
.dealer-card {
  position: relative;
  margin: 0 0 16px 0;
  padding: 1px;
  border-radius: 20px;
  overflow: hidden;
  font-size: 14px;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
.dealer-card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(-50deg, #8f9fae 0%, #dbe6f2 25%, white 50%, white 100%);
    border-radius: 20px;
    -webkit-transition: left 0.3s;
    transition: left 0.3s; }
.dealer-card:hover {
    -webkit-box-shadow: -16px -16px 40px rgba(255, 255, 255, 0.8), 16px 4px 64px rgba(18, 61, 101, 0.3), inset -8px -6px 80px rgba(255, 255, 255, 0.18);
            box-shadow: -16px -16px 40px rgba(255, 255, 255, 0.8), 16px 4px 64px rgba(18, 61, 101, 0.3), inset -8px -6px 80px rgba(255, 255, 255, 0.18); }
.dealer-card:hover:before {
      left: -150%; }
.dealer-card__inner {
    position: relative;
    padding: 20px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%), linear-gradient(133.73deg, #EBF3FA 1.98%, #DBE3ED 80.67%, #E6F0F9 147.74%);
    border-radius: 20px; }
.dealer-card__name {
    margin: 0 0 1em; }
.doc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -15px; }
.doc-list__item {
    display: inline-block;
    vertical-align: top;
    max-width: 170px;
    min-height: 45px;
    margin-bottom: 15px;
    position: relative;
    padding-left: 60px;
    font-size: 14px; }
.doc-list__item .icon {
      position: absolute;
      left: 15px;
      top: 0; }
.docs {
  position: relative;
  margin: 0 0 20px;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(210.55deg, rgba(235, 242, 249, 0.5) 19.14%, rgba(198, 215, 235, 0.2) 154.68%), #FFFFFF;
  background-clip: content-box;
  overflow: hidden;
  font-size: 14px; }
.docs:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(215deg, #ffffff 0%, #ffffff 50%, #8f9fae 100%);
    border-radius: 20px; }
.docs__inner {
    padding: 15px 15px 5px 15px; }
.docs__header {
    position: relative;
    margin-bottom: 25px; }
.docs__title {
    margin: 0 0 1em; }
.embed-responsive {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0;
  overflow: hidden; }
.embed-responsive::before {
    content: '';
    display: block;
    padding-top: 56.25%; }
.embed-responsive iframe,
  .embed-responsive video,
  .embed-responsive > ymaps {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }
.embed-responsive--4-3::before {
    padding-top: 75%; }
.eng-about {
  position: relative; }
.eng-about__txt-row {
    margin: 0 0 30px; }
.eng-about__support {
    text-align: center;
    font-weight: 500;
    font-size: 34px; }
.eng-about__tel {
    white-space: nowrap; }
.eq-card {
  margin: 0 0 16px;
  border-radius: 20px;
  color: #02081F;
  background: #EBF3FA;
  -webkit-box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48);
          box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48);
  overflow: hidden;
  text-decoration: none; }
a.eq-card {
    color: #02081F; }
a.eq-card:hover {
      color: #02081F; }
.eq-card__inner {
    position: relative;
    height: 200px; }
.eq-card__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
.eq-card__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover;object-position:center";
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.eq-card__img.lazy:not(.initial) {
      -webkit-transition: opacity 1s, -webkit-transform 0.3s;
      transition: opacity 1s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 1s;
      transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s; }
.eq-card__text {
    position: relative;
    padding: 15px;
    font-size: 14px; }
.eq-card__title {
    margin: 0 0 1em; }
.eq-card--area {
    background: linear-gradient(48.66deg, #31456A 1.16%, #02081F 98.61%); }
a.eq-card--area {
      color: #fff; }
a.eq-card--area:hover {
        color: #fff; }
.eq-card--area .eq-card__title {
      font-size: 28px; }
.eq-card--shadow-dark {
    -webkit-box-shadow: 10px 10px 10px rgba(2, 8, 31, 0.25);
            box-shadow: 10px 10px 10px rgba(2, 8, 31, 0.25); }
.eq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.eq-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.eq-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.eq-list__item .eq-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.eq-list--mb20 {
    margin-bottom: 20px; }
.facts-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px; }
.facts-list__item {
    position: relative;
    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;
    width: 50%;
    padding-left: 20px;
    margin-bottom: 25px; }
.facts-list__img {
    margin: 0 0 15px 0; }
.facts-list__text {
    width: 100%; }
.facts-list__text br {
      display: none; }
.facts-list--bigger {
    font-weight: 500; }
.facts-list--pt-25 {
    padding-top: 25px; }
.field-actions {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em; }
.field-actions__text {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 10px;
    color: gray;
    line-height: 1.2em; }
.field-checkbox {
  display: block;
  margin-bottom: 1em; }
.field-checkbox .field-error {
    display: none !important; }
.field-checkbox__title {
    display: block;
    margin-bottom: 0.4em;
    font-size: 14px;
    line-height: 1.286;
    font-family: 'Fira Sans', 'Arial', sans-serif; }
.field-checkbox__input-wrap + .field-checkbox__input-wrap {
    margin-top: 1em; }
.field-checkbox__name {
    display: inline-block;
    position: relative;
    padding-left: 1.5em;
    margin-right: 0.6em;
    font-weight: 400;
    line-height: 1.286; }
.field-checkbox__name-text {
    display: inline-block; }
input:disabled ~ .field-checkbox__name-text {
      cursor: not-allowed; }
.field-checkbox__name-text:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 15px;
      height: 15px;
      background: rgba(227, 237, 247, 0.3);
      border: 1px solid rgba(55, 83, 111, 0.4);
      -webkit-box-shadow: inset -1px -1px 2px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38);
              box-shadow: inset -1px -1px 2px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38); }
input:focus ~ .field-checkbox__name-text:before {
      outline: 0; }
input:disabled ~ .field-checkbox__name-text:before {
      border-color: #999999;
      background: #cccccc; }
.field-checkbox__name-text:after {
      content: '';
      position: absolute;
      top: 4px;
      left: 2px;
      width: 12px;
      height: 7px;
      opacity: 0;
      border-left: 3px solid #587CA5;
      border-bottom: 3px solid #587CA5;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transition: opacity 0.3s;
      transition: opacity 0.3s; }
input:checked ~ .field-checkbox__name-text:after {
        opacity: 1; }
input:checked:disabled ~ .field-checkbox__name-text:after {
        border-color: #999999; }
.field-checkbox__input {
    position: absolute;
    top: 0.7em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-checkbox__input:focus, .field-checkbox__input:active {
      outline: 0; }
.field-checkbox__help-text-wrap {
    padding-left: 1.5em; }
.field-checkbox__help-text {
    display: block;
    padding-top: 0.5em;
    font-size: 10px;
    line-height: 1.2em;
    color: gray; }
.field-checkbox__help-text:empty {
      display: none; }
.field-checkbox--error .field-checkbox__name,
  .field-checkbox--error .field-checkbox__input,
  .field-checkbox--error .field-checkbox__help-text {
    color: #E9612C; }
.field-checkbox--error .field-checkbox__name-text:before {
    border-color: #E9612C;
    -webkit-box-shadow: inset -3px -3px 20px #fadace;
            box-shadow: inset -3px -3px 20px #fadace; }
.field-checkbox--error .field-checkbox__input {
    -webkit-box-shadow: inset -3px -3px 20px #fadace;
            box-shadow: inset -3px -3px 20px #fadace; }
.field-checkbox--policy {
    margin: 0; }
.field-checkbox--policy a {
      color: inherit; }
.field-checkbox--policy a:hover {
        color: inherit;
        text-decoration: none; }
.field-checkbox--policy .field-checkbox__name {
      margin: 0;
      padding-left: 25px;
      font-size: 10px;
      line-height: 1.3; }
.field-radio {
  display: block;
  margin-bottom: 1em; }
.field-radio__title {
    display: block;
    margin-bottom: 0.4em;
    font-size: 14px;
    line-height: 1.286;
    font-family: 'Fira Sans', 'Arial', sans-serif; }
.field-radio__input-wrap + .field-radio__input-wrap {
    margin-top: 1em; }
.field-radio__input-wrap--error .field-radio__name-text,
  .field-radio__input-wrap--error .field-radio__help-text {
    color: #E9612C; }
.field-radio__name {
    display: inline-block;
    position: relative;
    margin-right: 0.6em;
    padding-left: 1.5em;
    font-weight: 400;
    line-height: 1.286; }
.field-radio__name-text {
    display: inline-block; }
input:disabled ~ .field-radio__name-text {
      cursor: not-allowed; }
.field-radio__name-text:before {
      content: '';
      position: absolute;
      top: 1px;
      left: 0;
      width: 12px;
      height: 12px;
      border: 1px solid #FFFFFF;
      border-radius: 50%;
      background: linear-gradient(87.87deg, #FFFFFF 3.58%, #587CA5 305.99%);
      -webkit-box-shadow: -2px -1px 4px rgba(255, 255, 255, 0.4), 2px 1px 3px rgba(24, 55, 91, 0.2), inset 3px 3px 5px rgba(213, 230, 245, 0.4), inset -4px -3px 4px rgba(79, 98, 120, 0.2);
              box-shadow: -2px -1px 4px rgba(255, 255, 255, 0.4), 2px 1px 3px rgba(24, 55, 91, 0.2), inset 3px 3px 5px rgba(213, 230, 245, 0.4), inset -4px -3px 4px rgba(79, 98, 120, 0.2); }
input:checked ~ .field-radio__name-text:before {
        width: 14px;
        height: 14px;
        background: linear-gradient(106.79deg, #FFFFFF -62.32%, #587CA5 190.73%);
        -webkit-box-shadow: inset 3px 3px 5px rgba(213, 230, 245, 0.4), inset 2px 2px 3px rgba(79, 98, 120, 0.9);
                box-shadow: inset 3px 3px 5px rgba(213, 230, 245, 0.4), inset 2px 2px 3px rgba(79, 98, 120, 0.9); }
input:focus ~ .field-radio__name-text:before {
      outline: 0; }
input:disabled ~ .field-radio__name-text:before {
      border-color: #999999;
      background: #cccccc; }
.field-radio__input {
    position: absolute;
    top: 0.8em;
    left: 0;
    margin: 0;
    padding: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0; }
.field-radio__input:focus, .field-radio__input:active {
      outline: 0; }
.field-radio__help-text-wrap {
    padding-left: 1.5em; }
.field-radio__help-text {
    display: block;
    padding-top: 0.5em;
    font-size: 10px;
    line-height: 1.2em;
    color: gray; }
.field-radio__help-text:empty {
      display: none; }
.field-radio--filter {
    font-size: 14px; }
.field-radio--filter .field-radio__title {
      margin: 0 0 15px;
      font-weight: 500;
      font-size: 18px;
      text-align: center; }
.field-radio--filter .field-radio__name-text {
      color: rgba(49, 69, 106, 0.5);
      cursor: pointer; }
.field-radio--filter input:checked ~ .field-radio__name-text {
      color: #02081F; }
.field-radio--btn {
    text-align: center; }
.field-radio--btn .field-radio__name {
      margin: 0;
      padding: 0; }
.field-radio--btn .field-radio__name-text {
      width: 150px;
      padding: 12px 10px;
      background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, #B9CCE2 11.1%, #FFFFFF 85.21%), #E3EDF7;
      -webkit-box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36);
              box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36);
      border-radius: 42px; }
.field-radio--btn .field-radio__name-text:before, .field-radio--btn .field-radio__name-text:after {
        visibility: hidden;
        opacity: 0; }
.field-radio--btn input:checked ~ .field-radio__name-text {
      background: #F3FAFF;
      -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.field-select {
  display: block;
  margin-bottom: 1em; }
.field-select__name {
    display: block;
    margin-bottom: 0.4em;
    font-size: 14px;
    line-height: 1.286;
    font-family: 'Fira Sans', 'Arial', sans-serif; }
.field-select__help-text {
    display: block;
    padding-top: 0.5em;
    font-size: 10px;
    line-height: 1.2em;
    color: gray; }
.field-select__help-text:empty {
      display: none; }
.field-select--error {
    color: #E9612C; }
.field-select--error .field-select__name,
    .field-select--error .field-select__select,
    .field-select--error .field-select__help-text {
      color: #E9612C; }
.field-select--error .field-select__select,
    .field-select--error .choices__inner,
    .field-select--error .choices:after {
      border-color: #E9612C;
      background-color: #fadace; }
/** @define choices */
.choices {
  position: relative; }
.choices:focus {
    outline: 0; }
.choices:focus:not(.is-disabled) .choices__inner {
      outline: 0; }
.choices:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    width: 16px;
    height: 10px;
    margin-top: -5px;
    background: url(../img/ui/icon-arrow-down.svg) no-repeat;
    pointer-events: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
.choices.is-open:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
.choices .is-hidden {
    display: none; }
.choices__inner {
    border: 1px solid #b3b3b3;
    border-radius: 18px;
    padding: 11px 40px 11px 20px;
    background: rgba(227, 237, 247, 0.3);
    -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38);
            box-shadow: inset -3px -3px 7px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38);
    font-size: 14px;
    line-height: 1.286;
    cursor: pointer; }
.choices__inner .choices__item--selectable {
      max-width: 100%;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
.choices__list--dropdown {
    display: none;
    position: absolute;
    z-index: 1;
    top: 100%;
    width: 100%;
    margin-top: -1px;
    border: 1px solid #b3b3b3;
    border-radius: 18px;
    background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, #B9CCE2 11.1%, #FFFFFF 85.21%), #E3EDF7;
    font-size: 14px;
    line-height: 1.286;
    word-break: break-all;
    overflow: hidden; }
.choices__list--dropdown .choices__list {
      position: relative;
      max-height: 210px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      will-change: scroll-position; }
.choices__list--dropdown .choices__item {
      padding: 11px 20px;
      cursor: pointer; }
.choices__list--dropdown .choices__item.is-highlighted {
        background: #D7E2EF; }
.choices__heading {
    padding: 11px 20px;
    font-size: 10px;
    font-weight: 700;
    opacity: 0.5;
    cursor: default; }
.choices.is-open .choices__list--dropdown {
    display: block; }
.choices.is-disabled .choices__inner {
    background-color: #cccccc;
    cursor: default; }
.field-text {
  display: block;
  margin-bottom: 1em; }
.field-text__name {
    display: block;
    margin-bottom: 0.4em;
    font-size: 14px;
    line-height: 1.286;
    font-family: 'Fira Sans', 'Arial', sans-serif; }
.field-text__input-wrap {
    display: block; }
.field-text__input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    min-height: calc(1.286em + 11px + 11px + 2px);
    margin: 0;
    border: 1px solid #b3b3b3;
    border-radius: 18px;
    padding: 11px 20px;
    line-height: 1.286;
    font-size: 14px;
    font-family: inherit;
    background: rgba(227, 237, 247, 0.3);
    -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38);
            box-shadow: inset -3px -3px 7px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38);
    -moz-appearance: textfield;
    -webkit-appearance: textfield;
            appearance: textfield; }
.field-text__input:focus {
      outline: 0; }
.field-text__input[disabled], .field-text__input[readonly] {
      cursor: not-allowed;
      background-color: #e6e6e6; }
.field-text__input::-webkit-search-cancel-button, .field-text__input::-webkit-search-decoration, .field-text__input::-webkit-inner-spin-button, .field-text__input::-webkit-outer-spin-button {
      -webkit-appearance: none; }
.field-text__input[type='color'] {
      padding: 0; }
.field-text__input::-webkit-input-placeholder {
      color: rgba(49, 69, 106, 0.5);
      opacity: 1; }
.field-text__input::-moz-placeholder {
      color: rgba(49, 69, 106, 0.5);
      opacity: 1; }
.field-text__input:-ms-input-placeholder {
      color: rgba(49, 69, 106, 0.5);
      opacity: 1; }
.field-text__input::-ms-input-placeholder {
      color: rgba(49, 69, 106, 0.5);
      opacity: 1; }
.field-text__input::placeholder {
      color: rgba(49, 69, 106, 0.5);
      opacity: 1; }
textarea.field-text__input {
      height: auto;
      min-height: 100px;
      resize: vertical; }
.field-text .field-error, .field-text__help-text {
    display: block;
    padding-top: 0.5em;
    font-size: 10px;
    line-height: 1.2em;
    color: gray; }
.field-text .field-error:empty, .field-text__help-text:empty {
      display: none; }
.field-text--error .field-error,
  .field-text--error .field-text__name,
  .field-text--error .field-text__input,
  .field-text--error .field-text__help-text {
    color: #E9612C; }
.field-text--error .field-text__input {
    border-color: #E9612C;
    -webkit-box-shadow: inset -3px -3px 20px #fadace;
            box-shadow: inset -3px -3px 20px #fadace; }
.field-text--error .field-text__input::-webkit-input-placeholder {
      color: #E9612C; }
.field-text--error .field-text__input::-moz-placeholder {
      color: #E9612C; }
.field-text--error .field-text__input:-ms-input-placeholder {
      color: #E9612C; }
.field-text--error .field-text__input::-ms-input-placeholder {
      color: #E9612C; }
.field-text--error .field-text__input::placeholder {
      color: #E9612C; }
.field-text--search, .field-text--search-big {
    margin: 0; }
.field-text--search .field-text__input-wrap, .field-text--search-big .field-text__input-wrap {
      position: relative; }
.field-text--search .field-text__input-wrap:after, .field-text--search-big .field-text__input-wrap:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 3px;
        -webkit-box-shadow: inset 0.5px 0.5px 1px rgba(33, 68, 104, 0.4), inset -0.5px -0.5px 2px rgba(255, 255, 255, 0.4);
                box-shadow: inset 0.5px 0.5px 1px rgba(33, 68, 104, 0.4), inset -0.5px -0.5px 2px rgba(255, 255, 255, 0.4);
        border-radius: 4px; }
.field-text--search .field-text__input, .field-text--search-big .field-text__input {
      min-height: 0;
      padding: 6px 25px 4px 0;
      border: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
              box-shadow: none;
      line-height: 1;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='24px' height='32px' viewBox='0 0 24 32' enable-background='new 0 0 24 32' xml:space='preserve'%3E%3Cg%3E%3ClinearGradient id='SVGID_1_' gradientUnits='userSpaceOnUse' x1='26.327' y1='9.4048' x2='-2.5094' y2='34.9363' gradientTransform='matrix(1 0 0 -1 0 34)'%3E%3Cstop offset='0' style='stop-color:%2348647D'/%3E%3Cstop offset='0.2344' style='stop-color:%236B8299'/%3E%3Cstop offset='0.4427' style='stop-color:%23DAE2EB'/%3E%3Cstop offset='0.6823' style='stop-color:%238CA2B7'/%3E%3Cstop offset='1' style='stop-color:%23EDF2F7'/%3E%3C/linearGradient%3E%3Cpath fill='none' stroke='url(%23SVGID_1_)' stroke-width='2' stroke-linecap='round' stroke-opacity='0.5' d='M15.4,19 c4.6-2.7,6.2-8.6,3.5-13.2c-2.6-4.6-8.5-6.2-13.1-3.5C1.2,5-0.4,10.9,2.3,15.5C4.9,20.1,10.8,21.7,15.4,19z M15.4,19l6.9,12'/%3E%3C/g%3E%3C/svg%3E%0A");
      background-size: auto 23px;
      background-position: bottom 5px right 2px;
      background-repeat: no-repeat; }
.field-text--search .field-text__input::-webkit-input-placeholder, .field-text--search-big .field-text__input::-webkit-input-placeholder {
        color: #CFD8E1; }
.field-text--search .field-text__input::-moz-placeholder, .field-text--search-big .field-text__input::-moz-placeholder {
        color: #CFD8E1; }
.field-text--search .field-text__input:-ms-input-placeholder, .field-text--search-big .field-text__input:-ms-input-placeholder {
        color: #CFD8E1; }
.field-text--search .field-text__input::-ms-input-placeholder, .field-text--search-big .field-text__input::-ms-input-placeholder {
        color: #CFD8E1; }
.field-text--search .field-text__input::placeholder, .field-text--search-big .field-text__input::placeholder {
        color: #CFD8E1; }
.field-text--search-big .field-text__input {
    width: 100%;
    padding: 0 40px 0 0;
    font-weight: 500;
    font-size: 40px;
    color: #31456A;
    background-size: 24px 32px;
    background-position: bottom 8px right 2px; }
.field-text--plus, .field-text--minus {
    position: relative;
    padding-left: 40px; }
.field-text--plus .icon, .field-text--minus .icon {
      position: absolute;
      top: 12px;
      left: 0; }
.filter-card {
  position: relative;
  z-index: 10;
  padding: 1px;
  background: linear-gradient(-50deg, #8f9fae 0%, #dbe6f2 25%, white 50%, white 100%);
  border-radius: 20px;
  -webkit-box-shadow: 8px 40px 96px rgba(18, 61, 101, 0.14), inset -8px -6px 80px rgba(255, 255, 255, 0.18);
          box-shadow: 8px 40px 96px rgba(18, 61, 101, 0.14), inset -8px -6px 80px rgba(255, 255, 255, 0.18);
  overflow: hidden; }
.filter-card__inner {
    position: relative;
    width: 100%;
    padding: 20px 15px 20px;
    background: linear-gradient(210.55deg, #EBF3FA 19.14%, #DBEBF9 154.68%);
    border-radius: 20px; }
.filter-card__inner > :last-child {
      margin-bottom: 0; }
.filter-card__actions {
    margin: 20px 0 15px; }
.filter-card__actions .btn:first-child {
      margin-bottom: 10px; }
.filter-card--mb-30 {
    margin-bottom: 30px; }
.filter-card--under {
    position: relative;
    z-index: 9;
    margin-top: -25px; }
.filter-card--under .filter-card__inner {
      padding-top: 50px; }
.footer {
  padding: 30px 0;
  background-color: #02081F;
  color: #fff;
  font-size: 14px; }
.footer__inner {
    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: center;
        -ms-flex-align: center;
            align-items: center; }
.footer__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.footer__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
.footer__contacts {
    display: none; }
.footer__email {
    color: #FAB31E; }
.footer__email:hover {
      color: #fff; }
.footer-nav {
  display: none; }
.footer-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
.footer-nav__item {
    position: relative;
    width: 150px;
    margin: 0 10px 14px 0; }
.footer-nav__item--active > .footer-nav__link {
      background-color: #0275d9;
      color: #fff; }
.footer-nav__link, .footer-nav__current {
    color: #fff;
    font-size: 14px; }
.footer-nav__link:hover, .footer-nav__link:focus {
    text-decoration: none;
    color: #FAB31E; }
.form__fieldset {
  min-width: 0;
  margin: 0;
  border: 0;
  padding: 0; }
.form__fieldset:not(:last-child) {
    margin-bottom: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3b3b3; }
.form__legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  font-size: 22px;
  font-family: "Fira Sans", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.286;
  white-space: normal;
  color: currentColor; }
.form__title {
  margin-top: 0;
  margin-bottom: 20px; }
.form--sent {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
.form--sent .form__inner {
    max-width: 730px;
    margin: 0 auto; }
.form--sent .form__inner > :last-child {
      margin-bottom: 0; }
.form-reg {
  position: relative;
  padding: 50px 0 20px; }
.form-reg .field-text,
  .form-reg .field-select,
  .form-reg .field-actions {
    margin: 0 0 30px; }
.form-reg__divider {
    margin: 0 0 30px; }
.form-reg__note {
    margin: 0 0 20px 0;
    font-size: 10px; }
.form-reg__add-user-caption {
    margin: 0 0 30px;
    font-weight: 500;
    font-size: 18px; }
.form-review {
  padding: 20px;
  background: linear-gradient(85.77deg, #FFFFFF 0%, rgba(255, 255, 255, 0.4) 100%), url(../img/texture-egg-shell.png);
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1);
          box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1); }
.form-search--nav {
  display: none;
  width: 100px;
  margin: -1px 0 0 20px; }
.form-search--nav .field-text__input {
    color: #fff;
    background-size: 15px auto; }
.form-search--panel {
  width: 100%; }
.form-search--panel .field-text__input {
    background-size: 15px auto;
    text-align: center;
    padding: 4px 20px 6px; }
.form-search--content .field-text__input {
  font-size: 1em; }
.form-search--dropdown {
  width: 100%; }
.form-subscription {
  max-width: 525px;
  width: 100%;
  padding: 20px;
  background: linear-gradient(85.77deg, #707876 0%, #EBF3FA 100%);
  border-radius: 20px; }
.backdropfilter .form-subscription {
    background: linear-gradient(85.77deg, rgba(235, 243, 250, 0.1) 0%, #EBF3FA 100%);
    -webkit-backdrop-filter: blur(56px);
            backdrop-filter: blur(56px); }
.popup .form-subscription {
    padding: 30px 20px;
    background: linear-gradient(85.77deg, #7C8391 0%, #EBF3FA 100%), url(../img/texture-egg-shell.png);
    -webkit-backdrop-filter: blur(0);
            backdrop-filter: blur(0); }
.form-subscription .btn {
    margin-bottom: 1em; }
.form-subscription__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.form-subscription__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.form-subscription__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.form-subscription__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.form-support {
  padding: 20px;
  background: linear-gradient(128.04deg, rgba(235, 243, 250, 0.1) 0%, rgba(235, 243, 250, 0.9) 100%), url(../img/texture-egg-shell.png);
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1);
          box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1); }
.form-support .field-actions {
    margin-bottom: 0; }
.header {
  position: relative;
  z-index: 20;
  padding: 20px 0 10px;
  font-size: 14px; }
.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px; }
.header__slogan {
    display: inline-block;
    margin: 18px 0 0 0;
    font-size: 12px;
    text-align: center; }
.header__slogan b {
      font-weight: 500; }
.header__right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.header__service {
    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;
    margin-bottom: 15px; }
.header__lang, .header__city, .header__tel {
    color: #31456A; }
.header__lang, .header__city {
    display: none; }
.header__tel a {
    font-weight: bold;
    font-size: 16px; }
.header__tel span {
    font-size: 13px; }
.header__lang-link {
    display: inline-block;
    padding: 11px 5px;
    text-decoration: none; }
.header__lang-link:hover {
      text-decoration: underline; }
.header__btns .btn {
    margin: 0 0 15px 0; }
.info-card {
  position: relative;
  min-height: 200px;
  padding: 30px 20px 30px 20px;
  margin: 0 0 16px;
  background: linear-gradient(85.77deg, rgba(235, 243, 250, 0.1) 0%, #EBF3FA 100%), url(../img/texture-egg-shell.png);
  background: linear-gradient(85.77deg, rgba(235, 243, 250, 0.1) 0%, #EBF3FA 100%), url(../img/texture-egg-shell.png);
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1);
          box-shadow: 10px 10px 40px rgba(49, 69, 106, 0.1);
  font-size: 14px; }
.info-card__name {
    margin: 0 0 20px;
    padding: 20px 5px;
    background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, rgba(185, 204, 226, 0.6) 11.1%, rgba(255, 255, 255, 0.6) 85.21%);
    /* Button Pressed */
    -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
            box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
    border-radius: 16px;
    text-align: center; }
.info-card__name br {
      display: none; }
.info-card__desc > :last-child {
    margin-bottom: 0; }
.info-card__img-label {
    display: none;
    position: absolute;
    left: 30px;
    bottom: 50px; }
.info-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.info-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.info-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.info-list__item .info-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.lang-nav {
  position: relative;
  text-align: center; }
.lang-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.lang-nav__item {
    position: relative; }
.lang-nav__link, .lang-nav__current {
    display: inline-block;
    width: 40px;
    padding: 11px 5px;
    text-decoration: none;
    outline: none;
    white-space: nowrap; }
.lang-nav__link:hover, .lang-nav__link:focus, .lang-nav__current:hover, .lang-nav__current:focus {
      text-decoration: none; }
.lang-nav__dropdown {
    position: absolute;
    z-index: 1;
    top: 90%;
    left: 0;
    width: 100%;
    height: 0;
    opacity: 0;
    overflow: hidden;
    -webkit-transition: opacity 0.3s, top 0.3s;
    transition: opacity 0.3s, top 0.3s; }
.lang-nav:hover .lang-nav__dropdown {
      top: 100%;
      height: auto;
      overflow: visible;
      opacity: 1; }
.lang-nav--header:hover .lang-nav__current {
    background-color: #fff;
    color: #02081F; }
.lang-nav--header .lang-nav__link {
    display: block;
    text-decoration: none;
    background-color: #02081F;
    color: #fff; }
.lang-nav--header .lang-nav__link:hover, .lang-nav--header .lang-nav__link:focus {
      text-decoration: none;
      background-color: #fff;
      color: #02081F; }
.lang-nav--panel .lang-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
.lang-nav--panel .lang-nav__item {
    position: relative; }
.lang-nav--panel .lang-nav__item:not(:first-child):before {
      content: '/'; }
.launch-schedule {
  position: relative;
  margin: 30px 0 20px;
  font-size: 14px; }
.launch-schedule:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 7px;
    width: 2px;
    height: 100%;
    -webkit-box-shadow: inset 0.5px 0.5px 0.5px rgba(33, 68, 104, 0.4), inset -0.5px -0.5px 0.5px rgba(255, 255, 255, 0.4);
            box-shadow: inset 0.5px 0.5px 0.5px rgba(33, 68, 104, 0.4), inset -0.5px -0.5px 0.5px rgba(255, 255, 255, 0.4); }
.launch-schedule__item {
    position: relative;
    padding: 0 0 0 25px;
    margin: 0 0 25px; }
.launch-schedule__item:before {
      content: '';
      position: absolute;
      top: 11px;
      left: 0;
      width: 16px;
      height: 4px;
      border-radius: 2px;
      background: -webkit-gradient(linear, left top, left bottom, from(#f6a942), to(#e9612c));
      background: linear-gradient(to bottom, #f6a942 0%, #e9612c 100%); }
.launch-schedule__date {
    display: block;
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 22px; }
/*.lazy {
  opacity: 0; }*/
.lazy:not(.initial) {
    -webkit-transition: opacity 1s;
    transition: opacity 1s; }
.lazy.initial, .lazy.loaded, .lazy.error {
    opacity: 1; }
.link-orange {
  color: #FAB31E;
  text-decoration: underline; }
.link-orange:hover {
    color: #F6A942;
    text-decoration: none; }
.logo {
  display: inline-block;
  white-space: nowrap; }
.logo img {
    display: block; }
.main-nav {
  position: relative;
  background-color: #02081F;
  padding: 5px 0;
  text-align: right;
  font-size: 14px; }
.main-nav__wrap {
    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; }
.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.main-nav__item {
    position: relative; }
.main-nav__item--active > .main-nav__link {
      text-decoration: underline; }
.main-nav__link {
    display: block;
    padding: 11px 8px;
    text-decoration: none;
    color: #fff; }
.main-nav__link:hover, .main-nav__link:focus {
      color: #fff;
      text-decoration: underline; }
.main-nav__toggler {
    display: inline-block;
    border: none;
    padding: 0;
    background: none; }
.no-js .main-nav__toggler {
      display: none; }
.main-nav__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    padding: 50px 0;
    background-color: #EBF3FA;
    border-radius: 0 0 20px 20px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14); }
.main-nav__btn-search {
    margin-left: 15px;
    display: none; }
.main-nav--white {
    background-color: #fff; }
.main-nav--white .main-nav__link {
      color: #31456A; }
.main-nav--white .main-nav__link:hover, .main-nav--white .main-nav__link:focus {
        text-decoration: underline; }
.main-nav--visible-desktop {
    display: none; }
.main-news-list {
  margin: 0;
  padding: 0;
  list-style: none; }
.main-news-list__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.main-news-list__grid > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.main-news-list__col {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.main-news-list__col .news-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.main-news-list__item {
    margin-bottom: 30px; }
.main-parallax {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background-color: #02081F;
  overflow: hidden; }
.main-parallax__layer {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    max-width: 1920px;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    will-change: transform; }
.main-parallax__layer.lazy:not(.initial) {
      -webkit-transition: opacity 1s, -webkit-transform 1s;
      transition: opacity 1s, -webkit-transform 1s;
      transition: opacity 1s, transform 1s;
      transition: opacity 1s, transform 1s, -webkit-transform 1s; }
.main-parallax__layer--1 {
      z-index: 1; }
.main-parallax__layer--2 {
      z-index: 2; }
.main-parallax__layer--3 {
      z-index: 3; }
.main-parallax__layer--4 {
      z-index: 4; }
.main-parallax__layer--5 {
      z-index: 5; }
.main-promo {
  position: relative;
  padding: 70px 0;
  background-color: #02081F;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  overflow: hidden; }
.main-promo.sec {
    padding-bottom: 50px; }
.main-promo__mobile-bg {
    display: block; }
.main-promo__mobile-bg-sat {
    display: none;
    background-position: right -500px top 50px; }
.main-promo__video-bg {
    display: none; }
.main-promo__video-bg video {
      position: absolute;
      bottom: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      min-height: 100%;
      min-width: 100%;
      border: 0;
      -o-object-fit: cover;
         font-family: "object-fit:cover";
         object-fit: cover;
      z-index: 0; }
.main-promo__text {
    position: relative;
    margin-bottom: 40px; }
.main-promo__title {
    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: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0; }
.main-promo__subtitle {
    max-width: 345px;
    margin: 20px 0 0 0;
    font-weight: 300;
    font-size: 26px;
    text-align: center; }
.main-promo__side {
    position: relative;
    max-width: 380px;
    width: 100%;
    -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
            box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
    border-radius: 0px 20px 20px 0px; }
.main-promo__side-text {
    position: relative; }
.main-tariffs {
  position: relative;
  background-color: #0F1C41;
  color: #fff; }
.main-tariffs__inner {
    position: relative; }
.map {
  border-radius: 20px;
  overflow: hidden; }
.more {
  margin: 30px 0;
  text-align: center; }
.more--mobile {
    display: block;
    margin: 15px 0 0; }
.news-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 15px 15px 15px;
  color: #fff;
  text-decoration: none;
  border: 1px solid #31456A;
  border-radius: 24px;
  background: #31456A;
  -webkit-box-shadow: 10px 10px 10px rgba(2, 8, 31, 0.25);
          box-shadow: 10px 10px 10px rgba(2, 8, 31, 0.25);
  overflow: hidden; }
a.news-card:hover, a.news-card:focus {
    color: #fff;
    text-decoration: none; }
.news-card__img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 0;
    overflow: hidden; }
.news-card__img-wrap:before {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      content: '';
      background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(49, 69, 106, 0.9)), color-stop(60%, rgba(49, 69, 106, 0)));
      background: linear-gradient(0deg, rgba(49, 69, 106, 0.9) 30%, rgba(49, 69, 106, 0) 60%);
      -webkit-transition: left 0.3s;
      transition: left 0.3s; }
.news-card__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
.news-card__img.lazy:not(.initial) {
      -webkit-transition: opacity 1s, -webkit-transform 0.3s;
      transition: opacity 1s, -webkit-transform 0.3s;
      transition: transform 0.3s, opacity 1s;
      transition: transform 0.3s, opacity 1s, -webkit-transform 0.3s; }
.news-card__text {
    position: relative;
    z-index: 2;
    font-size: 14px; }
.news-card__text p {
      margin-bottom: 0; }
.news-card__title {
    margin: 0 0 20px; }
.news-card--no-img {
    min-height: 0;
    padding: 15px; }
.off-canvas {
  position: relative;
  overflow: hidden; }
.off-canvas__aside {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 30;
    width: 250px;
    height: 100%;
    max-height: none;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateX(-250px);
            transform: translateX(-250px);
    overflow-y: auto;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    padding: 15px;
    background-color: #EBF3FA;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
    -webkit-transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease;
    transition: transform 0.3s ease, visibility 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease; }
.off-canvas__page-content {
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease; }
.off-canvas__overlay {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden; }
.off-canvas--open .off-canvas__overlay {
    position: fixed;
    z-index: 20;
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
.off-canvas--open .off-canvas__close {
    z-index: 10;
    opacity: 1;
    visibility: visible; }
.off-canvas--open .off-canvas__aside {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
    visibility: visible; }
.our-history {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
  margin-bottom: 50px; }
.our-history > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.our-history__year {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 36px;
    line-height: 1; }
.our-history__year p {
      margin: 0; }
.our-history__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
@-ms-viewport {
  width: device-width; }
/* stylelint-disable */
@font-face {
  font-family: 'Fira Sans';
  src: url("FiraSansLight.eot");
  src: local("Fira Sans Light"), local("FiraSansLight"), url("../fonts/FiraSans/FiraSansLight.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSansLight.woff") format("woff"), url("../fonts/FiraSans/FiraSansLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Fira Sans';
  src: url("FiraSans.eot");
  src: local("Fira Sans"), local("FiraSans"), url("../fonts/FiraSans/FiraSans.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans.woff") format("woff"), url("../fonts/FiraSans/FiraSans.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Fira Sans';
  src: url("FiraSansMedium.eot");
  src: local("Fira Sans Medium"), local("FiraSansMedium"), url("../fonts/FiraSans/FiraSansMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSansMedium.woff") format("woff"), url("../fonts/FiraSans/FiraSansMedium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Fira Sans';
  src: url("FiraSans-Bold.eot");
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url("../fonts/FiraSans/FiraSans-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/FiraSans/FiraSans-Bold.woff") format("woff"), url("../fonts/FiraSans/FiraSans-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }
/* stylelint-enable */
.page {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  min-width: 320px;
  min-height: 100%; }
.page__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.14); }
.page__content {
    -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; }
.page__content .content {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.page__footer-wrapper {
    -ms-flex-negative: 0;
        flex-shrink: 0; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
* {
  -webkit-tap-highlight-color: transparent; }
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  min-height: 100%;
  font-family: "Fira Sans", "Arial", sans-serif;
  font-size: 16px;
  line-height: 1.286;
  text-align: left;
  color: #02081F;
  background-color: #EBF3FA;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  margin: 0; }
button,
input {
  overflow: visible;
  text-transform: none; }
input, select {
  padding: 11px 20px;
  border: 1px solid #b3b3b3;
  border-radius: 18px;
  background: rgba(227, 237, 247, 0.3);
  -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38);
          box-shadow: inset -3px -3px 7px #FFFFFF, inset 2px 2px 5px rgba(136, 165, 191, 0.38);
  font-size: 14px; }
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none; }
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox; }
textarea {
  overflow: auto;
  resize: vertical; }
svg {
  fill: currentColor; }
a svg,
  button svg {
    pointer-events: none; }
svg:not(:root) {
    overflow: hidden; }
img {
  max-width: 100%;
  height: auto; }
a {
  color: #31456A;
  background-color: transparent;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
a:hover, a:focus {
    color: #014c8d;
    text-decoration: none; }
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  border: 0;
  border-top: 1px solid #b3b3b3; }
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-family: "Fira Sans", "Arial", sans-serif;
  font-weight: 500;
  line-height: 1.2;
  color: currentColor; }
h1 {
  font-size: 40px; }
h2 {
  font-size: 30px; }
h3 {
  font-size: 20px; }
h4 {
  font-size: 18px; }
h5 {
  font-size: 16px; }
h6 {
  font-size: 16px; }
p,
ul,
ol,
dl,
table,
blockquote,
pre,
address,
figure {
  margin-top: 0;
  margin-bottom: 1em; }
figure {
  margin-left: 0;
  margin-right: 0; }
figure p {
    margin-bottom: 10px; }
figure img {
    display: block;
    border-radius: 20px; }
figcaption {
  font-size: 14px;
  color: rgba(2, 8, 31, 0.5); }
address {
  font-style: normal; }
ul,
ol {
  margin-bottom: 1em;
  padding-left: 1.5em; }
ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-top: 0;
    margin-bottom: 0; }
li {
  line-height: inherit; }
small {
  font-size: 0.777em; }
sub,
sup {
  font-size: 0.777em; }
b,
strong {
  font-weight: bolder; }
blockquote {
  position: relative;
  padding: 0 2em;
  margin-left: 0;
  margin-right: 0; }
blockquote:before, blockquote:after {
    position: absolute;
    font-weight: 500;
    font-size: 50px;
    line-height: 18px;
    color: #31456A; }
blockquote:before {
    top: 0;
    left: 0;
    content: '«'; }
blockquote:after {
    bottom: 4px;
    right: 0;
    content: '»'; }
.is-hidden {
  display: none; }
.panel {
  font-size: 14px;
  text-align: center; }
.panel__item {
    margin-bottom: 20px; }
.panel__tel {
    margin: 0 0 20px; }
.panel__tel a {
      font-weight: bold;
      font-size: 16px; }
.panel__tel span {
      font-size: 13px; }
.panel-nav {
  margin-left: -15px;
  margin-right: -15px; }
.panel-nav__list {
    margin: 0;
    padding: 0;
    list-style: none; }
.panel-nav__list--second {
      margin-top: 15px; }
.panel-nav__item--active > .panel-nav__link {
    background-color: #02081F;
    color: #fff; }
.panel-nav__link {
    display: block;
    padding: 11px 15px;
    text-decoration: none; }
.panel-nav__link:hover, .panel-nav__link:focus {
      text-decoration: none;
      background-color: #02081F;
      color: #fff; }
.popup {
  position: relative;
  max-width: 520px;
  width: 100%;
  padding: 0;
  background: none; }
.popup__inner {
    padding: 20px 15px;
    background: linear-gradient(85.77deg, #7C8391 0%, #EBF3FA 100%), url(../img/texture-egg-shell.png);
    -webkit-box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
            box-shadow: 0px 4px 20px rgba(45, 52, 54, 0.15);
    border-radius: 20px;
    overflow: hidden; }
.popup__inner > :last-child {
      margin-bottom: 0; }
.popup__header {
    margin-bottom: 20px;
    text-align: center; }
.popup__title {
    margin: 0 0 20px; }
.popup--clear .popup__inner {
    padding: 0;
    background: none; }
.popup--w480 {
    max-width: 480px; }
.popup--w520 {
    max-width: 520px; }
.popup--w670 {
    max-width: 670px; }
.popup--w700 {
    max-width: 700px; }
.popup--wa {
    width: auto; }
.popup--thank {
    text-align: center; }
.product__top {
  margin-bottom: 0; }
.product__top h2 {
    margin: 0 0 0.5em; }
.product__scope {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin: 0 0 20px; }
.product__scope > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.product__scope-left {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  padding-top: 60%; }
.product__scope-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.product .product__scope-img-wrap {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
.product__scope-img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     font-family: "object-fit:cover;object-position:center";
     object-fit: cover;
  -o-object-position: center;
     object-position: center; }
.product__scope-text {
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px; }
.projects__sec-list {
  padding: 20px 0 45px; }
.r-tabs__nav {
  margin: 0;
  padding: 0; }
.r-tabs__tab {
  display: inline-block;
  margin: 0;
  list-style: none; }
.r-tabs__panel {
  display: none; }
.r-tabs__accordion-title {
  display: none; }
.r-tabs__panel.r-tabs--state-active {
  display: block; }
/* Accordion responsive breakpoint */
.r-tabs {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em; }
.r-tabs__nav {
    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: 0 0 50px -5px;
    padding: 0;
    list-style: none; }
.r-tabs__nav .r-tabs--state-disabled {
      opacity: 0.5; }
.r-tabs__tab {
    margin: 0 5px; }
.r-tabs__anchor {
    position: relative;
    display: block;
    padding: 11px 30px;
    color: #31456A;
    font-size: 14px;
    text-align: center;
    border-radius: 42px;
    text-decoration: none;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: background 0.3s, -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s, background 0.3s;
    transition: box-shadow 0.3s, background 0.3s, -webkit-box-shadow 0.3s; }
.r-tabs__anchor:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, #B9CCE2 11.1%, #FFFFFF 85.21%), #E3EDF7;
      -webkit-box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
              box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
      z-index: -1;
      border-radius: 42px;
      -webkit-filter: blur(2px);
              filter: blur(2px); }
.r-tabs__anchor:hover, .r-tabs__anchor:focus {
      color: currentColor; }
.r-tabs__anchor:hover {
      color: #02081F;
      background: #F3FAFF;
      -webkit-box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: 0 0 0 rgba(255, 255, 255, 0.6), 0 0 0 rgba(136, 165, 191, 0.36), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.r-tabs__anchor:active {
      position: relative;
      top: 1px; }
.r-tabs--state-active .r-tabs__anchor {
      background: #F3FAFF;
      -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.r-tabs__panel {
    padding: 10px 0 20px; }
.r-tabs__accordion-title .r-tabs__anchor {
    position: relative;
    display: block;
    padding: 10px 35px;
    font-size: 16px; }
.r-tabs__accordion-title .r-tabs__anchor:after {
      content: '';
      position: absolute;
      top: 50%;
      right: 16px;
      width: 16px;
      height: 10px;
      margin-top: -5px;
      background: url(../img/ui/icon-arrow-down.svg) no-repeat;
      -webkit-transition: -webkit-transform 0.3s;
      transition: -webkit-transform 0.3s;
      transition: transform 0.3s;
      transition: transform 0.3s, -webkit-transform 0.3s; }
.r-tabs__accordion-title.r-tabs--state-active .r-tabs__anchor:after {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
.r-tabs__accordion-title.r-tabs--state-disabled {
    opacity: 0.5; }
.review-card {
  position: relative;
  margin: 0 0 16px;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(210.55deg, rgba(235, 242, 249, 0.5) 19.14%, rgba(198, 215, 235, 0.2) 154.68%), #FFFFFF;
  background-clip: content-box;
  overflow: hidden; }
.review-card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(215deg, #ffffff 0%, #ffffff 50%, #8f9fae 100%);
    border-radius: 20px; }
.review-card__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px; }
.review-card__inner > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.review-card__inner :last-child {
      margin-bottom: 0; }
.review-card__meta {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
.review-card__text {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.review-card__name {
    margin: 0 0 20px; }
.review-card__position {
    font-size: 12px; }
.review-card__date {
    font-size: 12px; }
.review-card__plus, .review-card__minus {
    position: relative;
    padding-left: 30px;
    font-size: 14px; }
.review-card__plus .icon, .review-card__minus .icon {
      position: absolute;
      left: 0;
      top: 0; }
.review-card__plus {
    margin-top: 20px; }
.review-list {
  margin: 2em 0; }
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.row > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.row__col-md-1, .row__col-md-2, .row__col-md-3, .row__col-md-4, .row__col-md-5, .row__col-md-6, .row__col-md-7, .row__col-md-8, .row__col-md-9, .row__col-md-10, .row__col-md-11, .row__col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.row--gutter-5 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.row--gutter-5 > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.row--gutter-10 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.row--gutter-10 > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.sat-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 400px;
  margin: 1em 0 1em -30px; }
.sat-char__item {
    margin-left: 30px; }
.sat-char__val {
    display: block;
    margin-bottom: 10px;
    font-weight: 500; }
.sat-char__name {
    font-size: 14px; }
.sat-eq {
  position: relative;
  background-color: #02081F;
  color: #fff; }
.sat-eq .sat-eq__inner {
    position: relative; }
.sat-eq__list {
    margin: 50px 0; }
.sec {
  padding: 40px 0 35px; }
.sec__header--with-more {
    position: relative; }
.sec__header-more {
    display: none; }
.sec__title {
    margin: 0 0 0.5em; }
.sec__title.anchor-offset {
      padding-top: 25px;
      margin-top: -25px; }
.sec--pt-0 {
    padding-top: 0; }
.sec--pt-15 {
    padding-top: 15px; }
.sec--pt-25 {
    padding-top: 25px; }
.sec--pb-0 {
    padding-bottom: 0; }
.sec--pb-15 {
    padding-bottom: 15px; }
.sec--pb-25 {
    padding-bottom: 25px; }
.sec--pb-50 {
    padding-bottom: 50px; }
.sec--pb-80 {
    padding-bottom: 80px; }
.sec-form {
  padding: 30px 0 30px;
  background: linear-gradient(96.42deg, #31456A 1.96%, #EBF3FA 94.48%);
  color: #fff; }
.sec-form .form {
    color: #02081F; }
.sec-form__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.sec-form__inner > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.sec-form__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.sec-form__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.sec-related {
  position: relative;
  padding: 50px 0 40px; }
.sec-related__inner {
    position: relative; }
.service-card {
  position: relative;
  z-index: 10;
  display: block;
  min-height: 120px;
  margin: 0 0 16px;
  padding: 25px;
  padding-left: 100px;
  background: linear-gradient(89.92deg, #FFFFFF 0.07%, rgba(255, 255, 255, 0.1) 99.94%), url(../img/texture-egg-shell.png);
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
          box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
  color: #02081F;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s;
  transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s; }
a.service-card {
    text-decoration: none; }
a.service-card:hover, a.service-card:focus {
      color: #02081F;
      text-decoration: none;
      -webkit-box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.is-active > .service-card {
    -webkit-transform: translateY(-5px);
            transform: translateY(-5px);
    -webkit-box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
            box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.service-card__img-wrap {
    position: absolute;
    left: 20px;
    top: 27px;
    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;
    padding: 10px;
    background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, rgba(185, 204, 226, 0.6) 11.1%, rgba(255, 255, 255, 0.6) 85.21%);
    -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
            box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
    border-radius: 16px; }
.service-card__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    font-size: 14px;
    text-align: left; }
.service-card__text > :last-child {
      margin-bottom: 0; }
.service-card__name {
    margin: 0 0 0.5em; }
.service-card__img-label {
    position: absolute;
    left: 15px;
    bottom: 30px;
    max-width: 70px; }
.service-card--no-icon {
    padding-left: 15px;
    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; }
.service-card--no-icon .service-card__text {
      height: auto; }
.service-card--no-icon .service-card__name {
      margin-bottom: 0; }
.service-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px; }
.service-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.service-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.service-list__item .service-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.share .ya-share2 {
    margin: 0 0 1em; }
.share__caption {
    margin: 0 20px 1em 0; }
.slider-app .swiper-slide img {
  display: block; }
.slider-app .swiper-pagination {
  position: static;
  margin: 5px 0; }
.slider-app-card {
  margin-left: -8px;
  margin-right: -8px; }
.slider-app-card .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 8px; }
.slider-app-card .swiper-slide .app-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 0;
      -webkit-box-shadow: 0px 0px 8px rgba(49, 69, 106, 0.1);
              box-shadow: 0px 0px 8px rgba(49, 69, 106, 0.1); }
.slider-app-card .swiper-scrollbar {
    left: 8px;
    bottom: auto;
    width: calc(100% - 16px);
    margin-top: 15px; }
.slider-b-card {
  margin-left: -8px;
  margin-right: -8px; }
.slider-b-card .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: auto;
    padding: 8px; }
.slider-b-card .swiper-slide .b-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin-bottom: 0; }
.slider-b-card .swiper-scrollbar {
    left: 8px;
    bottom: auto;
    width: calc(100% - 16px);
    margin-top: 15px; }
.slider-product {
  margin-bottom: 20px; }
.slider-product .swiper-slide img {
    display: block; }
.slider-product .swiper-pagination {
    position: static;
    margin: 5px 0; }
.slider-product--mobile {
    display: block; }
.slider-product--desktop {
    display: none; }
.slider-review {
  display: block;
  margin-top: 30px; }
.slider-review .swiper-slide {
    border-radius: 20px;
    overflow: hidden; }
.slider-review .swiper-scrollbar {
    margin-top: 20px; }
.slider-review .embed-responsive:before {
    padding-top: 57.24%; }
.slider-review__embed {
    margin: 0; }
.slider-review__gallery-img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       font-family: "object-fit:cover";
       object-fit: cover; }
.slider-review__gallery-item--play .slider-review__gallery-img {
      display: none; }
.slider-review__gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 50px;
    margin: -35px 0 0 -25px;
    z-index: 3; }
.slider-review__gallery-item--play .slider-review__gallery-icon {
      display: none; }
.slider-review__thumbs-holder {
    display: none;
    position: relative; }
.slider-review__thumbs-holder:before {
      content: '';
      display: block;
      padding-top: 115%; }
.slider-review__thumbs {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 0; }
.slider-review__thumbs-item {
    overflow: hidden; }
.slider-review__thumbs-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 43px;
    height: 30px;
    margin: -21px 0 0 -15px;
    z-index: 3; }
.swiper-slide-thumb-active .slider-review__thumbs-icon {
      display: none; }
.slider-review__thumbs-img {
    display: block;
    border-radius: 20px; }
.slider-review button.ytp-large-play-button {
    display: none !important; }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
  padding: 0;
  list-style: none; }
.social__link-wrap {
    margin-right: 20px; }
.social__link-wrap:last-child {
      margin-right: 0; }
.social__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 40px;
    height: 40px;
    padding: 5px;
    background: #EBF3FA;
    -webkit-box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48);
            box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0px 0px 0px #FFFFFF, inset 0px 0px 0px rgba(136, 165, 191, 0.48);
    border-radius: 7px;
    color: #02081F;
    -webkit-transition: -webkit-box-shadow 0.3s;
    transition: -webkit-box-shadow 0.3s;
    transition: box-shadow 0.3s;
    transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
.social__link:hover {
      -webkit-box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 0px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
              box-shadow: 0px 0px 0px #FFFFFF, 0px 0px 0px rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.social__link:hover, .social__link:visited {
      color: inherit; }
.social__link:active {
      position: relative;
      top: 1px; }
.social__text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden; }
.social--content {
    margin: 15px 0 30px; }
.social--footer {
    margin: 20px 0 0; }
.social--footer .social__link-wrap {
      margin-right: 20px; }
.social--footer .social__link-wrap:last-child {
        margin-right: 0; }
.social--footer .social__link {
      width: 30px;
      height: 30px;
      background: linear-gradient(327.43deg, #31456A -77.68%, #02081F 87.35%);
      -webkit-box-shadow: -4px -2px 16px rgba(195, 200, 205, 0.05), 4px 4px 18px rgba(0, 0, 0, 0.4);
              box-shadow: -4px -2px 16px rgba(195, 200, 205, 0.05), 4px 4px 18px rgba(0, 0, 0, 0.4);
      border-radius: 7px;
      color: #fff;
      -webkit-transition: background 0.3s;
      transition: background 0.3s; }
.social--footer .social__link:hover {
        background: #31456A; }
.specs {
  position: relative;
  margin: 0 0 20px;
  padding: 1px;
  border-radius: 20px;
  background: linear-gradient(210.55deg, rgba(235, 242, 249, 0.5) 19.14%, rgba(198, 215, 235, 0.2) 154.68%), #FFFFFF;
  background-clip: content-box;
  overflow: hidden;
  font-size: 14px; }
.specs:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    content: '';
    background: linear-gradient(215deg, #ffffff 0%, #ffffff 50%, #8f9fae 100%);
    border-radius: 20px; }
.specs__inner {
    padding: 15px 15px 5px 15px; }
.specs__title {
    margin: 0 0 1em; }
.specs-list {
  padding: 0;
  list-style: none;
  font-size: 14px; }
.specs-list__item {
    position: relative;
    margin-bottom: 1em;
    padding-left: 30px; }
.specs-list__item .icon {
      position: absolute;
      top: 50%;
      left: 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
.subscription {
  padding: 30px 0;
  background: #000 url("../img/bg-subscription.jpg") no-repeat center;
  background-size: auto 100%;
  color: #fff; }
.subscription__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px; }
.subscription__inner > * {
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%; }
.subscription__left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.subscription__right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
.swiper-box {
  position: relative;
  padding: 0 50px;
  margin: 0 -50px; }
.swiper-box .swiper-button-prev,
  .swiper-box .swiper-button-next {
    display: none; }
.swiper-box .swiper-scrollbar {
    display: block; }
.table-wrapper {
  overflow-x: auto; }
.table {
  display: table;
  width: 100%;
  margin-top: 1em;
  margin-bottom: 1em;
  border-collapse: collapse; }
.table td,
  .table th {
    padding: 10px 15px;
    vertical-align: top; }
.table td:first-child,
    .table th:first-child {
      padding-left: 0; }
.table td:last-child,
    .table th:last-child {
      padding-right: 0; }
.table th {
    text-align: inherit;
    border-bottom: 1px solid #b3b3b3; }
.tags {
  margin-left: -20px; }
.tag {
  display: inline-block;
  margin: 0 0 15px 15px;
  padding: 6px 10px;
  background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, #EBF3FA 11.1%, #FFFFFF 85.21%), #FFFFFF;
  -webkit-box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36);
          box-shadow: -8px -4px 16px rgba(255, 255, 255, 0.6), 6px 4px 24px rgba(136, 165, 191, 0.36);
  border-radius: 42px;
  font-size: 14px;
  color: #31456A;
  text-decoration: none; }
.tariff__top-inner, .tariff__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.tariff__top-inner > *, .tariff__info-inner > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.tariff__top-left, .tariff__top-right, .tariff__info-left, .tariff__info-right {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px; }
.tariff__info {
  margin: 20px 0 0; }
.tariff__top-left {
  padding-bottom: 15px; }
.tariff__info-left, .tariff__info-right {
  margin-bottom: 40px; }
.tariff .content__title {
  max-width: 600px; }
.tariff__card-img {
  border-radius: 20px; }
.tariff__caption {
  margin: 0 0 0.5em; }
.tariff__info-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.tariff__info-item {
  width: 50%;
  padding: 15px 15px;
  border-bottom: 1px solid #b3b3b3; }
.tariff__info-item:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid #b3b3b3; }
.tariff__info-item:nth-child(even) {
    padding-right: 0; }
.tariff__info-item > :last-child {
    margin-bottom: 0; }
.tariff__info-item--first, .tariff__info-item--second {
    padding-top: 0; }
.tariff__info-item--penult, .tariff__info-item--last {
    padding-bottom: 0;
    border-bottom: none; }
.tariff__table-item > :last-child {
  margin-bottom: 0; }
.tariff__price {
  font-weight: 500;
  font-size: 40px; }
.tariff__additional-caption {
  font-weight: 500; }
.tariff__actions {
  margin: 30px -5px 30px -10px; }
.tariff__actions .btn {
    margin: 0 5px 20px; }
.tariff__additional {
  font-size: 14px; }
.tariff__notes {
  padding: 30px 0 16px;
  font-size: 14px; }
.tariff__price-details .icon {
  margin-left: 5px; }
.tariff-card {
  position: relative;
  z-index: 10;
  display: block;
  min-height: 180px;
  margin: 0 0 16px;
  padding: 20px 15px;
  padding-left: 90px;
  background: linear-gradient(104.73deg, rgba(255, 255, 255, 0.8) 0%, #EBF3FA 100%), url(../img/texture-egg-shell.png);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 20px;
  -webkit-box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48);
          box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48);
  color: #02081F;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
.tariff-card:hover {
    z-index: 11;
    color: #02081F; }
.backdropfilter .tariff-card {
    background: linear-gradient(104.73deg, rgba(255, 255, 255, 0.5) 0%, #EBF3FA 100%), url(../img/texture-egg-shell.png);
    -webkit-backdrop-filter: blur(10px);
            backdrop-filter: blur(10px); }
.tariff-card__img-wrap {
    position: absolute;
    left: 15px;
    top: 20px;
    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;
    padding: 10px;
    background: radial-gradient(315.18% 315.18% at -124.11% -101.79%, rgba(185, 204, 226, 0.6) 11.1%, rgba(255, 255, 255, 0.6) 85.21%);
    -webkit-box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
            box-shadow: inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
    border-radius: 16px; }
.tariff-card__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 100%;
    font-size: 14px;
    text-align: left; }
.tariff-card__name {
    margin: 0 0 0.5em; }
.tariff-card__more {
    margin-top: auto;
    text-align: right; }
.tariff-card__img-label {
    position: absolute;
    left: 15px;
    bottom: 30px;
    max-width: 70px; }
.tariff-card--mini {
    min-height: 120px;
    padding: 25px;
    padding-left: 100px;
    background: linear-gradient(89.92deg, #FFFFFF 0.07%, rgba(255, 255, 255, 0.1) 99.94%); }
.tariff-card--mini .tariff-card__img-wrap {
      left: 20px;
      top: 27px; }
.tariff-card--mini .tariff-card__text > :last-child {
      margin-bottom: 0; }
.tariff-card--service {
    padding-left: 15px;
    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; }
.tariff-card--service .tariff-card__text {
      height: auto; }
.tariff-card--service .tariff-card__name {
      margin-bottom: 0; }
.tariff-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px; }
.tariff-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.tariff-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.tariff-list__item .tariff-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.tariffs__sec-services {
  margin-bottom: 35px; }
.tariffs__sec-go {
  background: linear-gradient(99.21deg, rgba(246, 169, 66, 0.2) 0%, rgba(233, 97, 44, 0.2) 100%); }
.top-up-card {
  position: relative;
  z-index: 10;
  display: block;
  max-width: 390px;
  min-height: 200px;
  margin: 0 0 16px;
  padding: 20px 20px 20px 40px;
  border-radius: 20px;
  color: #02081F;
  background: linear-gradient(89.92deg, #FFFFFF 0.07%, rgba(255, 255, 255, 0.1) 99.94%), url(../img/texture-egg-shell.png);
  -webkit-box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48);
          box-shadow: 4px 2px 16px rgba(136, 165, 191, 0.48);
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s; }
a.top-up-card {
    text-decoration: none; }
a.top-up-card:hover, a.top-up-card:focus {
      color: inherit;
      text-decoration: none; }
.top-up-card__label {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 25px;
    -webkit-writing-mode: tb-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
    text-align: center;
    background: linear-gradient(321.34deg, rgba(72, 100, 125, 0.5) 3.33%, rgba(107, 130, 153, 0.5) 28.55%, rgba(218, 226, 235, 0.5) 50.97%, rgba(140, 162, 183, 0.5) 76.74%, rgba(237, 242, 247, 0.5) 110.93%);
    font-size: 14px;
    line-height: 25px;
    color: rgba(49, 69, 106, 0.2); }
.top-up-card__desc {
    min-height: 100px;
    font-size: 14px; }
.top-up-card__name {
    margin: 0; }
.top-up-card__list {
    padding: 0;
    list-style: none; }
.top-up-card__nominal + br {
    display: none; }
.top-up-card__val {
    display: inline-block;
    font-weight: 300;
    font-size: 70px;
    line-height: 1; }
.top-up-card__val--very-long {
      font-size: 44px;
      margin: 5px 0; }
.top-up-card__units {
    font-weight: 300;
    font-size: 16px;
    color: #e9612c; }
.top-up-card__nominal-img-plus {
    max-width: 90px; }
.top-up-card__nominal-img {
    position: absolute;
    top: 5px;
    right: -20px; }
.top-up-card__price {
    display: block;
    width: 100%;
    margin: 15px 0 0 0;
    padding: 11px 20px;
    text-align: center;
    background: #EBF3FA;
    -webkit-box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48);
            box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48);
    border-radius: 5px;
    font-size: 14px; }
.top-up-card__img-label {
    display: none; }
.top-up-card--dark {
    background: linear-gradient(89.92deg, rgba(255, 255, 255, 0.1) 0.07%, #FFFFFF 99.94%), linear-gradient(104.73deg, rgba(2, 8, 31, 0.1) 0%, rgba(49, 69, 106, 0.1) 100%), url(../img/texture-egg-shell.png); }
.top-up-card--dark .top-up-card__label {
      background: linear-gradient(321.34deg, rgba(72, 100, 125, 0.5) 3.33%, rgba(107, 130, 153, 0.5) 28.55%, rgba(218, 226, 235, 0.5) 50.97%, rgba(140, 162, 183, 0.5) 76.74%, rgba(237, 242, 247, 0.5) 110.93%);
      color: rgba(49, 69, 106, 0.4); }
.top-up-card--dark .top-up-card__units {
      color: #02081F; }
.top-up-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px; }
.top-up-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.top-up-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.top-up-list__item .top-up-card {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
.use-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  font-size: 14px; }
.use-list > * {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
.use-list__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
    padding-top: 25px;
    margin-bottom: 30px; }
.use-list__ico-wrap {
    position: absolute;
    top: 0;
    left: 0px; }
.use-list__text {
    padding-left: 70px; }
.use-list__area {
    display: block;
    color: #F6A942; }
.where-buy-detail__info {
  margin: 50px 0; }
.widget {
  margin: 0 0 2em; }
.widget__title {
    margin: 0 0 25px; }
.ya-share2 {
  line-height: normal; }
.ya-share2 * {
    line-height: normal; }
.ya-share2 :link:hover, .ya-share2 :visited:hover {
    color: #000 !important; }
.ya-share2 input {
    color: inherit;
    font: inherit;
    margin: 0;
    line-height: normal; }
.ya-share2__messenger-frame {
  display: none; }
.ya-share2__container.ya-share2__container_color-scheme_blackwhite .ya-share2__badge {
  background-color: #000; }
.ya-share2__container.ya-share2__container_color-scheme_whiteblack .ya-share2__badge {
  background-color: #fff; }
.ya-share2__container_shape_round .ya-share2__badge {
  border-radius: 50px; }
.ya-share2__container_shape_round .ya-share2__icon {
  background-position: center; }
.ya-share2__container_size_l {
  font-size: 20px; }
.ya-share2__container_size_l .ya-share2__icon {
    height: 48px;
    width: 48px;
    background-size: 48px 48px; }
.ya-share2__container_shape_round.ya-share2__container_size_l .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 40px 40px; }
.ya-share2__container_size_l .ya-share2__item_copy .ya-share2__icon_copy, .ya-share2__container_size_l .ya-share2__item_more .ya-share2__icon_more {
  background-size: 32px 32px; }
.ya-share2__container_size_l .ya-share2__title {
  line-height: 48px; }
.ya-share2__container_size_l .ya-share2__badge + .ya-share2__title {
  margin-left: 16px; }
.ya-share2__container_size_l .ya-share2__popup {
  border-radius: 16px;
  -webkit-box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.18), 0px 0px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 16px 48px rgba(0, 0, 0, 0.18), 0px 0px 8px rgba(0, 0, 0, 0.1); }
.ya-share2__container_size_l .ya-share2__popup .ya-share2__item {
    padding: 2px 16px; }
.ya-share2__container_size_l .ya-share2__popup > :first-child:not(:empty), .ya-share2__container_size_l .ya-share2__popup > :first-child:empty + :last-child:not(:empty) {
    padding-top: 8px; }
.ya-share2__container_size_l .ya-share2__popup > :last-child:not(:empty) {
    padding-bottom: 8px; }
.ya-share2__container_size_l .ya-share2__popup_direction_bottom {
  top: 56px; }
.ya-share2__container_size_l .ya-share2__popup_direction_top {
  bottom: 56px; }
.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_bottom, .ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 72px; }
.ya-share2__container_size_l.ya-share2__container_alone .ya-share2__popup_direction_top {
  bottom: 72px; }
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 72px; }
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 8px 32px 8px 16px;
  font-size: 22px; }
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 8px;
    border: none;
    background: rgba(0, 0, 0, 0.07); }
.ya-share2__container_size_l .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    margin-left: 6px; }
.ya-share2__container_size_l .ya-share2__messenger-contacts {
  margin-bottom: 12px; }
.ya-share2__container_size_l .ya-share2__messenger-contacts::after {
    width: 16px;
    height: 16px;
    bottom: -7px;
    left: 32px; }
.ya-share2__container_size_m {
  font-size: 13px; }
.ya-share2__container_size_m .ya-share2__icon {
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: center; }
.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 20px 20px; }
.ya-share2__container_size_m .ya-share2__item_copy .ya-share2__icon_copy, .ya-share2__container_size_m .ya-share2__item_more .ya-share2__icon_more {
  background-size: 16px 16px; }
.ya-share2__container_size_m .ya-share2__title {
  line-height: 24px; }
.ya-share2__container_size_m .ya-share2__badge + .ya-share2__title {
  margin-left: 10px; }
.ya-share2__container_size_m .ya-share2__popup {
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.18), 0px 0px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.18), 0px 0px 4px rgba(0, 0, 0, 0.1); }
.ya-share2__container_size_m .ya-share2__popup .ya-share2__item {
    padding: 2px 8px; }
.ya-share2__container_size_m .ya-share2__popup > :first-child:not(:empty), .ya-share2__container_size_m .ya-share2__popup > :first-child:empty + :last-child:not(:empty) {
    padding-top: 8px; }
.ya-share2__container_size_m .ya-share2__popup > :last-child:not(:empty) {
    padding-bottom: 8px; }
.ya-share2__container_size_m .ya-share2__popup_direction_bottom {
  top: 28px; }
.ya-share2__container_size_m .ya-share2__popup_direction_top {
  bottom: 28px; }
.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_bottom, .ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 36px; }
.ya-share2__container_size_m.ya-share2__container_alone .ya-share2__popup_direction_top {
  bottom: 36px; }
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 36px; }
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 4px 16px 4px 8px;
  font-size: 15px; }
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 4px;
    border: none;
    background: rgba(0, 0, 0, 0.07); }
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    margin-left: 2px; }
.ya-share2__container_size_m .ya-share2__messenger-contacts {
  margin-bottom: 6px; }
.ya-share2__container_size_m .ya-share2__messenger-contacts::after {
    width: 10px;
    height: 10px;
    bottom: -4px;
    left: 15px; }
.ya-share2__container_size_s {
  font-size: 12px; }
.ya-share2__container_size_s .ya-share2__icon {
    height: 18px;
    width: 18px;
    background-size: 18px 18px; }
.ya-share2__container_shape_round.ya-share2__container_size_s .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
  background-size: 15px 15px; }
.ya-share2__container_size_s .ya-share2__item_copy .ya-share2__icon_copy, .ya-share2__container_size_s .ya-share2__item_more .ya-share2__icon_more {
  background-size: 12px 12px; }
.ya-share2__container_size_s .ya-share2__title {
  line-height: 18px; }
.ya-share2__container_size_s .ya-share2__badge + .ya-share2__title {
  margin-left: 6px; }
.ya-share2__container_size_s .ya-share2__popup {
  border-radius: 6px;
  -webkit-box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18), 0px 0px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.18), 0px 0px 3px rgba(0, 0, 0, 0.1); }
.ya-share2__container_size_s .ya-share2__popup .ya-share2__item {
    padding: 2px 6px; }
.ya-share2__container_size_s .ya-share2__popup > :first-child:not(:empty), .ya-share2__container_size_s .ya-share2__popup > :first-child:empty + :last-child:not(:empty) {
    padding-top: 6px; }
.ya-share2__container_size_s .ya-share2__popup > :last-child:not(:empty) {
    padding-bottom: 6px; }
.ya-share2__container_size_s .ya-share2__popup_direction_bottom {
  top: 21px; }
.ya-share2__container_size_s .ya-share2__popup_direction_top {
  bottom: 21px; }
.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_bottom, .ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_bottom {
  top: 27px; }
.ya-share2__container_size_s.ya-share2__container_alone .ya-share2__popup_direction_top {
  bottom: 27px; }
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__popup_direction_top {
  bottom: 27px; }
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  padding: 3px 12px 3px 6px;
  font-size: 14px; }
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
    padding: 3px;
    border: none;
    background: rgba(0, 0, 0, 0.07); }
.ya-share2__container_size_s .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more .ya-share2__title {
    margin-left: 1px; }
.ya-share2__container_size_s .ya-share2__messenger-contacts {
  margin-bottom: 4.5px; }
.ya-share2__container_size_s .ya-share2__messenger-contacts::after {
    width: 8px;
    height: 8px;
    bottom: -3px;
    left: 11px; }
.ya-share2__list.ya-share2__list_direction_horizontal {
  margin-top: -2px; }
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    display: inline-block;
    vertical-align: top;
    padding: 0;
    margin: 2px 20px 0 0; }
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item:last-child {
      margin-right: 0; }
.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item > .ya-share2__link > .ya-share2__title {
      display: none; }
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item {
  display: block;
  margin: 4px 0; }
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:first-child {
    margin-top: 0; }
.ya-share2__list.ya-share2__list_direction_vertical > .ya-share2__item:last-child {
    margin-bottom: 0; }
.ya-share2__container .ya-share2__popup {
  position: absolute;
  display: none;
  z-index: 9999;
  background-color: #fff; }
.ya-share2__container .ya-share2__popup_visible {
  display: block; }
.ya-share2__container .ya-share2__popup_direction_auto {
  visibility: hidden; }
.ya-share2__container .ya-share2__popup_direction_bottom, .ya-share2__container .ya-share2__popup_direction_top {
  visibility: visible; }
.ya-share2__container .ya-share2__popup_list-direction_horizontal {
  right: 0; }
.ya-share2__container .ya-share2__popup_list-direction_vertical {
  left: 0; }
.ya-share2__container .ya-share2__popup_x-direction_left {
  right: 0;
  left: auto; }
.ya-share2__container .ya-share2__popup_x-direction_right {
  left: 0;
  right: auto; }
.ya-share2__container .ya-share2__popup .ya-share2__item {
  margin: 0; }
.ya-share2__container .ya-share2__popup .ya-share2__item:hover, .ya-share2__container .ya-share2__popup .ya-share2__item:focus {
    background: rgba(0, 0, 0, 0.03); }
.ya-share2__container .ya-share2__popup .ya-share2__item:active {
    background: rgba(0, 0, 0, 0.05); }
.ya-share2__container .ya-share2__popup .ya-share2__item:hover, .ya-share2__container .ya-share2__popup .ya-share2__item:focus, .ya-share2__container .ya-share2__popup .ya-share2__item:active {
    opacity: 1; }
.ya-share2__container_color-scheme_whiteblack.ya-share2__container .ya-share2__popup .ya-share2__item:hover .ya-share2__badge, .ya-share2__container_color-scheme_whiteblack.ya-share2__container .ya-share2__popup .ya-share2__item:focus .ya-share2__badge, .ya-share2__container_color-scheme_whiteblack.ya-share2__container .ya-share2__popup .ya-share2__item:active .ya-share2__badge {
  background: transparent; }
.ya-share2__container_color-scheme_normal.ya-share2__container .ya-share2__popup .ya-share2__item:hover.ya-share2__item_copy .ya-share2__badge, .ya-share2__container_color-scheme_normal.ya-share2__container .ya-share2__popup .ya-share2__item:focus.ya-share2__item_copy .ya-share2__badge, .ya-share2__container_color-scheme_normal.ya-share2__container .ya-share2__popup .ya-share2__item:active.ya-share2__item_copy .ya-share2__badge {
  background: transparent; }
.ya-share2__container .ya-share2__messenger-contacts {
  background-color: #f5f5f5;
  position: relative; }
.ya-share2__container .ya-share2__messenger-contacts:empty {
    display: none; }
.ya-share2__container .ya-share2__messenger-contacts::after {
    content: '';
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    background-color: #f5f5f5;
    z-index: -1; }
.ya-share2__container .ya-share2__messenger-contacts .ya-share2__messenger-contacts-list {
    padding-left: 0; }
.ya-share2__container .ya-share2__messenger-contacts .ya-share2__item {
    display: block; }
.ya-share2__container .ya-share2__messenger-contacts .ya-share2__badge {
    background: none; }
.ya-share2__container .ya-share2__messenger-contacts .ya-share2__icon {
    border-radius: 50px; }
.ya-share2__container .ya-share2__messenger-contacts + .ya-share2__list {
    display: block; }
.ya-share2__list, .ya-share2__badge, .ya-share2__icon {
  display: inline-block;
  vertical-align: top; }
.ya-share2__title {
  display: inline-block;
  vertical-align: bottom; }
.ya-share2__list {
  padding: 0;
  margin: 0;
  list-style-type: none; }
.ya-share2__link {
  display: block; }
.ya-share2__item {
  display: inline-block;
  font-family: 'YS Text', Arial, sans-serif; }
.ya-share2__item:not(.ya-share2__item_more):hover, .ya-share2__item.ya-share2__item_more > .ya-share2__link:hover, .ya-share2__item:not(.ya-share2__item_more):focus, .ya-share2__item.ya-share2__item_more > .ya-share2__link:focus {
    cursor: pointer; }
.ya-share2__item:not(.ya-share2__item_more):active, .ya-share2__item.ya-share2__item_more > .ya-share2__link:active {
    opacity: 0.7; }
.ya-share2__link {
  text-decoration: none;
  white-space: nowrap; }
.ya-share2__badge {
  overflow: hidden;
  position: relative;
  border-radius: 7px;
  background: #EBF3FA;
  -webkit-box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
          box-shadow: -4px -2px 16px #FFFFFF, 4px 2px 16px rgba(136, 165, 191, 0.48), inset 0 0 0 #FFFFFF, inset 0 0 0 rgba(136, 165, 191, 0.48);
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s; }
.ya-share2__item:hover .ya-share2__badge {
    -webkit-box-shadow: 0 0 0 #FFFFFF, 0 0 0 rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48);
            box-shadow: 0 0 0 #FFFFFF, 0 0 0 rgba(136, 165, 191, 0.48), inset -3px -3px 7px #FFFFFF, inset 3px 3px 7px rgba(136, 165, 191, 0.48); }
.ya-share2__title {
  color: #000; }
.ya-share2__item_more {
  position: relative; }
.ya-share2__item_more .ya-share2__link_more .ya-share2__title {
    display: none; }
.ya-share2__item_more .ya-share2__icon_more {
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23999'/%3E%3C/svg%3E"); }
.ya-share2__container_color-scheme_blackwhite .ya-share2__item_more .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23fff'/%3E%3C/svg%3E"); }
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_more .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 8a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm5.5 0a1.5 1.5 0 113 0 1.5 1.5 0 01-3 0zm7-1.5a1.5 1.5 0 100 3 1.5 1.5 0 000-3z' fill='%23000'/%3E%3C/svg%3E"); }
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.6 2.9a2.7 2.7 0 01-4.554 1.963L5.303 7.28a2.702 2.702 0 010 1.44l4.743 2.417a2.7 2.7 0 11-.834 1.708l-5.05-2.575a2.7 2.7 0 110-4.54l5.05-2.575A2.7 2.7 0 1114.6 2.9z' fill='%23000'/%3E%3C/svg%3E"); }
.ya-share2__item_more .ya-share2__badge {
  background: rgba(0, 0, 0, 0.03); }
.ya-share2__item_copy .ya-share2__badge {
  background: rgba(0, 0, 0, 0.03); }
.ya-share2__item_more .ya-share2__icon, .ya-share2__item_copy .ya-share2__icon {
  background-position: center;
  background-repeat: no-repeat; }
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
  background: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 50px; }
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):hover, .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):focus {
    border-color: rgba(0, 0, 0, 0.25);
    opacity: 1; }
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short):active {
    border-color: rgba(0, 0, 0, 0.4);
    opacity: 1; }
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more:not(.ya-share2__link_more-button-type_short) .ya-share2__title {
    display: inline-block; }
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__badge_more {
  background: transparent; }
.ya-share2__item_copy .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23999'/%3E%3C/svg%3E"); }
.ya-share2__container_color-scheme_blackwhite .ya-share2__item_copy .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23fff'/%3E%3C/svg%3E"); }
.ya-share2__container_color-scheme_whiteblack .ya-share2__item_copy .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 2a1 1 0 001 1h7.5a.5.5 0 01.5.5v7.497a1 1 0 002 0V3.5A2.5 2.5 0 0012.5 1H5a1 1 0 00-1 1zM2.5 4h8A1.5 1.5 0 0112 5.5v8a1.5 1.5 0 01-1.5 1.5h-8A1.5 1.5 0 011 13.5v-8A1.5 1.5 0 012.5 4zM3 6v7h7V6H3z' fill='%23000'/%3E%3C/svg%3E"); }
.ya-share2__item_copy .ya-share2__input_copy, .ya-share2__item_copy .ya-share2__link_copy {
  display: none; }
.ya-share2__popup_clipboard .ya-share2__item_copy .ya-share2__link_copy, .ya-share2__container > .ya-share2__list > .ya-share2__item_copy .ya-share2__link_copy {
  display: inline-block; }
.ya-share2__item_service_facebook .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 2.49003H6.1275C5.055 2.49003 4.8525 3.01503 4.8525 3.78753V5.62503H7.275L6.9375 8.29503H4.8525V15H2.175V8.28753H0V5.62503H2.175V3.52503C2.175 1.27503 3.5325 3.21341e-05 5.505 3.21341e-05C6.17141 -0.00121495 6.8374 0.0338375 7.5 0.105033V2.49003Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-size: 10px 20px; }
.ya-share2__item_service_twitter .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 7.539a6.56 6.56 0 01-1.885.517 3.294 3.294 0 001.443-1.816 6.575 6.575 0 01-2.085.796 3.283 3.283 0 00-5.593 2.994A9.32 9.32 0 015.114 6.6a3.28 3.28 0 001.016 4.382 3.274 3.274 0 01-1.487-.41v.041a3.285 3.285 0 002.633 3.218 3.305 3.305 0 01-1.482.056 3.286 3.286 0 003.066 2.28A6.585 6.585 0 014 17.524 9.291 9.291 0 009.032 19c6.038 0 9.34-5 9.34-9.337 0-.143-.004-.285-.01-.425A6.672 6.672 0 0020 7.538z' fill='currentColor' fill-rule='evenodd'/%3E%3C/svg%3E");
  background-size: 28px 28px; }
.ya-share2__item_service_vkontakte .ya-share2__icon {
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.3925 8.74731H12.75C12.1275 8.74731 11.9475 8.25981 10.83 7.16481C9.855 6.24231 9.4425 6.12231 9.195 6.12231C8.6775 6.12231 8.7675 6.29482 8.7675 8.12481C8.7675 8.52232 8.64 8.74731 7.5975 8.74731C6.59058 8.68418 5.61277 8.38435 4.74354 7.87219C3.8743 7.36004 3.13818 6.65001 2.595 5.79981C0.554999 3.00231 0 0.879814 0 0.459813C0 0.212313 0.0974995 0.00231302 0.5625 0.00231302H2.205C2.625 0.00231302 2.7825 0.182313 2.955 0.624813C3.75 2.91981 5.1075 4.92981 5.6625 4.92981C5.8725 4.92981 5.97 4.83231 5.97 4.31481V1.93731C5.91 0.849813 5.3175 0.759813 5.3175 0.369813C5.32037 0.318569 5.33333 0.268395 5.35563 0.222168C5.37793 0.175942 5.40914 0.134572 5.44746 0.100431C5.48578 0.0662893 5.53047 0.040047 5.57895 0.0232099C5.62744 0.00637284 5.67877 -0.000728381 5.73 0.00231302H8.31C8.655 0.00231302 8.775 0.182314 8.775 0.594814V3.78231C8.775 4.12731 8.9325 4.24731 9.0375 4.24731C9.1425 4.24731 9.42 4.12731 9.7875 3.75231C10.613 2.75626 11.2924 1.64761 11.805 0.459813C11.8571 0.315964 11.9551 0.193249 12.0839 0.110578C12.2126 0.0279064 12.365 -0.0101355 12.5175 0.00231302H14.16C14.655 0.00231302 14.7525 0.249814 14.655 0.594814C14.4525 1.53231 12.45 4.29981 12.45 4.29981C12.2775 4.57731 12.2025 4.71231 12.45 5.04981C12.54 5.17731 14.6475 7.14231 14.9625 8.09481C15.0975 8.52231 14.8575 8.74731 14.3925 8.74731Z' fill='currentColor'/%3E%3C/svg%3E%0A");
  background-size: 20px 12px; }
.icon {
  display: inline-block; }
.icon--reg {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: 0px -65px;
    width: 19px;
    height: 30px; }
.icon--user {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -111px -57px;
    width: 20px;
    height: 23px; }
.icon--cart {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -23px -65px;
    width: 26px;
    height: 22px; }
.icon--city-marker {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -93px -44px;
    width: 12px;
    height: 12px; }
.icon--arrow-next {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: 0px 0px;
    width: 33px;
    height: 61px; }
.icon--arrow-prev {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -37px 0px;
    width: 33px;
    height: 61px; }
.icon--pdf {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -111px -28px;
    width: 20px;
    height: 25px; }
.icon--pdf {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -111px -28px;
    width: 20px;
    height: 25px; }
.icon--pdf-orange {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -74px 0px;
    width: 33px;
    height: 40px; }
.icon--box {
    background-image: url(../img/sprite-06737607310858174.png);
    background-position: -111px 0px;
    width: 22px;
    height: 24px; }
.icon--plus, .icon--minus {
    position: relative; }
.icon--plus:before, .icon--plus:after, .icon--minus:before, .icon--minus:after {
      content: '';
      position: absolute;
      -webkit-box-shadow: inset 1px 1px 1px rgba(33, 68, 104, 0.4), inset -1px -1px 1px rgba(255, 255, 255, 0.4);
              box-shadow: inset 1px 1px 1px rgba(33, 68, 104, 0.4), inset -1px -1px 1px rgba(255, 255, 255, 0.4); }
.icon--plus:before, .icon--minus:before {
      top: 7px;
      left: 0;
      width: 20px;
      height: 3px; }
.icon--plus:after, .icon--minus:after {
      top: -2px;
      left: 9px;
      width: 3px;
      height: 20px; }
.icon--minus:after {
    display: none; }
/*!*
 * ------------
 */
@media (min-width: 375px) {
      .filter-card__inner {
        padding: 20px; }
    .service-card {
      min-height: 120px;
      padding: 25px 15px;
      padding-left: 120px; }
      .service-card__img-wrap {
        left: 30px;
        top: 27px;
        width: 70px;
        height: 70px; }
      .service-card__img-label {
        bottom: 28px;
        left: 30px;
        bottom: 33px;
        max-width: 100%; }
      .service-card--no-icon {
        padding-left: 15px; }
    .tariff-card {
      min-height: 200px;
      padding: 25px 15px;
      padding-left: 120px; }
      .tariff-card__img-wrap {
        left: 30px;
        width: 70px;
        height: 70px; }
      .tariff-card__more {
        padding-right: 15px; }
      .tariff-card__img-label {
        bottom: 28px;
        left: 30px;
        bottom: 33px;
        max-width: 100%; }
      .tariff-card--mini {
        min-height: 120px;
        padding: 25px 15px;
        padding-left: 120px; }
        .tariff-card--mini .tariff-card__img-wrap {
          left: 30px;
          top: 27px;
          width: 70px;
          height: 70px; }
      .tariff-card--service {
        padding-left: 15px; }
    .top-up-card {
      padding: 30px 20px 60px 40px; }
      .top-up-card__desc {
        min-height: 0; }
      .top-up-card__name {
        margin: 0 0 15px; }
    .top-up-card__nominal {
      position: absolute;
      top: 5px;
      right: 0;
      height: 90px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .top-up-card__nominal + br {
        display: block; }
      .top-up-card__val {
        padding-right: 20px;
        font-size: 90px; }
      .top-up-card__val--long {
        padding-right: 30px;
        letter-spacing: -0.1em; }
        .top-up-card__val--very-long {
          margin: 0;
          padding-right: 30px;
          letter-spacing: -0.1em;
          font-size: 44px; }
      .top-up-card__units {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        -webkit-writing-mode: tb-rl;
            -ms-writing-mode: tb-rl;
                writing-mode: tb-rl;
        -webkit-transform: rotate(-180deg);
                transform: rotate(-180deg);
        text-align: center; }
      .top-up-card__nominal-img-plus {
        max-width: 100%; }
      .top-up-card__nominal-img {
        top: 5px;
        right: 0; }
      .top-up-card__price {
        position: absolute;
        bottom: 15px;
        right: 20px;
        bottom: 20px;
        right: 20px;
        width: 130px;
        margin: 0; }
      .top-up-card__img-label {
        display: block;
        position: absolute;
        z-index: -1;
        left: 45px;
        bottom: 30px; } }
@media (min-width: 480px) {
    .container {
      width: 450px; }
      .form-subscription__grid {
        margin-left: -10px;
        margin-right: -10px; }
      .popup__inner {
        padding: 20px; }
    .product__scope-text {
      width: 450px; }
      .row--gutter-5 {
        margin-left: -5px;
        margin-right: -5px; }
      .row--gutter-10 {
        margin-left: -10px;
        margin-right: -10px; } }
@media (min-width: 768px) {
      .bg-abs--eng {
        display: block;
        background-position: top right;
        background-size: 1600px auto; }
      .bg-abs--404 {
        background-position: center; }
    .form-request {
      padding: 25px 20px; }
      .about:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(22%, #02081F), to(#31456A));
        background: linear-gradient(180deg, #02081F 22%, #31456A 100%); }
    .agent-list {
      margin-left: -8px;
      margin-right: -8px; }
      .agent-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
    .app__top-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
  .app__top-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px; }
  .app__desq {
    padding: 0 0 35px; }
    .app-list {
      margin-left: -8px;
      margin-right: -8px; }
      .app-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
    .article {
      margin: -88px 0 2em;
      padding: 18% 0 0; }
      .article__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 68.33333%;
                flex: 0 0 68.33333%;
        max-width: 68.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .article__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 31.66667%;
                flex: 0 0 31.66667%;
        max-width: 31.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .article__right {
        display: block; }
      .article__meta {
        padding-top: 35px; }
    .b-card {
      margin: 0 0 16px; }
    .blog-list {
      margin-left: -8px;
      margin-right: -8px; }
      .blog-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
      .blog-list__item--big {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 8px;
        padding-right: 8px; }
      .btn--reg {
        width: auto; }
      .btn--cart {
        width: 40px; }
      .btn--profile {
        width: 130px; }
      .btn--login {
        width: auto; }
      .btn--tarif-detail {
        width: 250px; }
      .btn--tarif-buy {
        width: 250px; }
    .card {
      margin: 0 0 16px; }
    .catalog-list {
      margin-left: -8px;
      margin-right: -8px; }
      .catalog-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
    .contacts__info {
      margin: 50px 0; }
    .contacts__info-left {
      margin-bottom: 0; }
    .container {
      width: 100%; }
      .content__top-left, .content__header-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 70.83333%;
                flex: 0 0 70.83333%;
        max-width: 70.83333%;
        padding-left: 15px;
        padding-right: 15px; }
      .content__top-right, .content__header-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 29.16667%;
                flex: 0 0 29.16667%;
        max-width: 29.16667%;
        padding-left: 15px;
        padding-right: 15px; }
      .content__top-right, .content__header-right {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .content__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .content__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .dealer-card__inner p:last-child {
        margin-bottom: 0; }
      .eng-about__support {
        font-size: 40px; }
    .eq-list {
      margin-left: -8px;
      margin-right: -8px; }
      .eq-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
      .facts-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40%;
        max-width: 330px; }
      .facts-list__img {
        margin: 0 15px 0 0; }
      .filter-card__inner {
        padding: 20px 15px 20px; }
    .footer {
      padding: 25px 0 20px; }
      .footer__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; }
      .footer__contacts {
        display: block;
        max-width: 310px;
        margin: 20px 0 0; }
    .footer-nav {
      display: block;
      width: 350px; }
    .form-reg .field-actions,
    .form-reg .field-checkbox--policy {
      margin-top: 24px; }
      .form-reg__note {
        position: absolute;
        top: 0;
        right: 0;
        max-width: 370px; }
      .form-reg__add-user-caption {
        margin: 7px 0 0; }
    .form-review {
      padding: 25px 20px; }
  .form-search {
    width: 200px; }
    .js_search_page .form-search {
      width: 400px; }
    .form-search--nav {
      width: 100px; }
    .form-search--panel {
      width: 100%; }
    .form-search--dropdown {
      width: 100%; }
    .form-subscription {
      padding: 25px 20px; }
      .form-subscription__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
      .form-subscription__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
    .form-support {
      padding: 25px 20px; }
    .header {
      padding: 15px 0; }
      .header__inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .header__slogan {
        text-align: left; }
      .header__right {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .header__lang, .header__city, .header__tel {
        margin-left: 20px; }
      .header__lang, .header__city {
        display: block; }
    .header__btns {
      margin-left: -18px; }
      .header__btns .btn {
        margin: 0 0 0 18px; }
    .info-card {
      padding: 30px 20px 30px 165px; }
      .info-card__name {
        position: absolute;
        top: 30px;
        left: 20px;
        width: 130px;
        margin: 0;
        padding: 15px 5px; }
        .info-card__name br {
          display: block; }
      .info-card__img-label {
        display: block; }
    .info-list {
      margin-left: -8px;
      margin-right: -8px; }
      .info-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
    .logo--footer {
      position: relative;
      top: -8px; }
      .main-news-list__grid {
        margin-left: -8px;
        margin-right: -8px; }
      .main-news-list__col {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
        .main-parallax__layer--1 {
          background-position: center top; }
        .main-parallax__layer--2 {
          background-size: initial;
          background-position: center bottom;
          margin-left: -10px;
          margin-right: -10px; }
        .main-parallax__layer--3 {
          background-position: center top; }
        .main-parallax__layer--4 {
          background-position: center bottom; }
        .main-parallax__layer--5 {
          background-position: center bottom; }
    .main-promo {
      padding: 50px 0; }
      .main-promo__mobile-bg-sat {
        display: block; }
      .main-promo__video-bg {
        display: block; }
        .main-promo__video-bg video {
          bottom: -200px; }
      .main-promo__subtitle {
        font-size: 34px; }
      .main-promo__side {
        padding: 40px 35px 40px 0; }
      .main-promo__side:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        width: 740px;
        z-index: 0;
        -webkit-box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
                box-shadow: 10px 10px 20px rgba(0, 0, 0, 0.15);
        -webkit-backdrop-filter: blur(10px);
                backdrop-filter: blur(10px);
        background: linear-gradient(104.73deg, rgba(255, 255, 255, 0.1) 0%, rgba(235, 243, 250, 0.2) 100%);
        border-radius: 0px 20px 20px 0px;
        overflow: hidden; }
      .more--mobile {
        display: none; }
      .our-history__year {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 12.5%;
                flex: 0 0 12.5%;
        max-width: 12.5%;
        padding-left: 15px;
        padding-right: 15px; }
      .our-history__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 87.5%;
                flex: 0 0 87.5%;
        max-width: 87.5%;
        padding-left: 15px;
        padding-right: 15px; }
      .popup__inner {
        padding: 40px; }
  .product__top-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product__top-left .specs {
      margin-top: auto; }
  .product__top-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .product__top-right .swiper-container {
      margin: 0 0 20px 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
    .product__top-right .docs {
      margin-top: auto; }
    .product__scope-left {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .product__scope-left {
      padding-top: 0; }
    .product__scope-right {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .product .product__scope-img-wrap {
      right: 15px;
      padding: 0;
      border-radius: 0 20px 20px 0; }
    .product__scope-text {
      max-width: 585px;
      width: 100%;
      margin: 0;
      padding-left: 15px; }
      .r-tabs__panel {
        padding: 0; }
      .review-card__meta {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .review-card__meta {
        margin-bottom: 0; }
      .review-card__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px; }
    .row__col-md-1 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 8.33333%;
              flex: 0 0 8.33333%;
      max-width: 8.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-2 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 16.66667%;
              flex: 0 0 16.66667%;
      max-width: 16.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-3 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-4 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 33.33333%;
              flex: 0 0 33.33333%;
      max-width: 33.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-5 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 41.66667%;
              flex: 0 0 41.66667%;
      max-width: 41.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-6 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-7 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 58.33333%;
              flex: 0 0 58.33333%;
      max-width: 58.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-8 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 66.66667%;
              flex: 0 0 66.66667%;
      max-width: 66.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-9 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 75%;
              flex: 0 0 75%;
      max-width: 75%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-10 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 83.33333%;
              flex: 0 0 83.33333%;
      max-width: 83.33333%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-11 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 91.66667%;
              flex: 0 0 91.66667%;
      max-width: 91.66667%;
      padding-left: 15px;
      padding-right: 15px; }
    .row__col-md-12 {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px; }
      .row--gutter-5 .row__col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-5 .row__col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 5px;
        padding-right: 5px; }
      .row--gutter-10 .row__col-md-1 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 8.33333%;
                flex: 0 0 8.33333%;
        max-width: 8.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-2 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 16.66667%;
                flex: 0 0 16.66667%;
        max-width: 16.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-3 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-4 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-5 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-6 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-7 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-8 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-9 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-10 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 83.33333%;
                flex: 0 0 83.33333%;
        max-width: 83.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-11 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 91.66667%;
                flex: 0 0 91.66667%;
        max-width: 91.66667%;
        padding-left: 10px;
        padding-right: 10px; }
      .row--gutter-10 .row__col-md-12 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px; }
    .sat-eq__img {
      max-width: 450px; }
      .sec__header--with-more {
        padding-right: 190px; }
      .sec__header-more {
        display: block;
        position: absolute;
        top: 10px;
        right: 0; }
      .sec-form__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .sec-form__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
    .service-card {
      padding: 25px 15px;
      padding-left: 120px; }
      .service-card__img-wrap {
        top: 25px;
        left: 30px;
        width: 70px;
        height: 70px; }
      .service-card__img-label {
        bottom: 30px;
        left: 15px;
        max-width: 60px; }
      .service-card--no-icon {
        padding-left: 15px; }
    .service-list {
      margin-left: -8px;
      margin-right: -8px; }
      .service-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
      .slider-product--mobile {
        display: none; }
      .slider-product--desktop {
        display: block; }
    .slider-review {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .slider-review .swiper-scrollbar {
        display: none; }
    .slider-review__gallery {
      width: 67%; }
      .slider-review__thumbs-holder {
        display: block;
        width: 33%; }
      .social__link-wrap {
        margin-right: 14px; }
      .social--content {
        margin: 5px 0 31px; }
      .social--footer {
        display: block;
        margin: -10px 0 0; }
        .social--footer .social__link-wrap {
          margin: 0 0 9px 0; }
      .subscription__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .subscription__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 15px;
        padding-right: 15px; }
    .tariff-card {
      padding: 20px 15px;
      padding-left: 85px; }
      .tariff-card__img-wrap {
        top: 20px;
        left: 15px;
        width: 55px;
        height: 55px; }
      .tariff-card__more {
        padding-right: 10px; }
      .tariff-card__img-label {
        bottom: 30px;
        left: 15px;
        max-width: 60px; }
      .tariff-card--mini {
        padding: 25px 15px;
        padding-left: 120px; }
        .tariff-card--mini .tariff-card__img-wrap {
          top: 25px;
          left: 30px;
          width: 70px;
          height: 70px; }
      .tariff-card--service {
        padding-left: 15px; }
    .tariff-list {
      margin-left: -8px;
      margin-right: -8px; }
      .tariff-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
    .tariff-list--four-columns .tariff-list__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 50%;
              flex: 0 0 50%;
      max-width: 50%;
      padding-left: 8px;
      padding-right: 8px; }
    .top-up-list {
      margin-left: -8px;
      margin-right: -8px; }
      .top-up-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
      .use-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 15px;
        padding-right: 15px; }
      .ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
        margin: 2px 14px 0 0; } }
@media (min-width: 992px) {
      .bg-abs--eng {
        background-size: 1650px auto; }
      .bg-abs--404 {
        background-size: initial; }
    .form-request {
      padding: 30px 25px; }
    .about-net__one {
      margin-bottom: 40px; }
    .about-net__history-year {
      float: left;
      margin-right: 20px;
      font-size: 34px; }
  .about-net__history-text {
    margin-top: 5px; }
      .agent-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 8px;
        padding-right: 8px; }
    .app-card {
      padding: 20px; }
      a.app-card:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
      .app-card--gorizontal {
        padding: 20px 20px 20px 100px; }
      .app-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 8px;
        padding-right: 8px; }
    .apps__sec-list {
      padding: 35px 0 45px; }
      .article__right {
        padding-left: 25px; }
      .article__timer {
        display: block; }
      .b-card:hover .b-card__img {
        -webkit-transform: scale(1.07);
                transform: scale(1.07); }
      .b-card__text {
        padding: 20px; }
      .b-card__title {
        font-size: 22px; }
        .b-card--blue .b-card__inner {
          padding-top: 240px; }
        .blog-list__item--big .b-card__text {
          padding: 20px 40px 30px; }
      a.card:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
      .card__inner {
        padding: 20px; }
      .catalog-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 50%;
                flex: 0 0 50%;
        max-width: 50%;
        padding-left: 8px;
        padding-right: 8px; }
    .container {
      width: 962px; }
      .content__top-left, .content__header-left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 75%;
                flex: 0 0 75%;
        max-width: 75%;
        padding-left: 15px;
        padding-right: 15px; }
      .content__top-right, .content__header-right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 15px;
        padding-right: 15px; }
        .content__row--catalog {
          margin-top: 70px;
          margin-bottom: 50px; }
      .content__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 15px;
        padding-right: 15px; }
      .content__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 66.66667%;
                flex: 0 0 66.66667%;
        max-width: 66.66667%;
        padding-left: 15px;
        padding-right: 15px; }
      .content-nav__link {
        padding: 11px 13px; }
      .dealer-card__inner {
        padding: 25px; }
      .docs__inner {
        padding: 20px 20px 10px 20px; }
      .eq-card:hover .eq-card__img {
        -webkit-transform: scale(1.07);
                transform: scale(1.07); }
      .eq-card__text {
        padding: 20px; }
    .facts-list {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .facts-list__item {
        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;
        width: auto; }
      .facts-list__img {
        margin: 0 0 15px 0; }
      .facts-list--bigger {
        font-size: 20px; }
      .filter-card__inner {
        padding: 25px 20px 25px; }
    .footer-nav {
      width: 370px;
      margin-right: 35px; }
    .form-review {
      padding: 30px 25px; }
    .form-subscription {
      padding: 30px 25px; }
      .popup .form-subscription {
        padding: 30px 25px; }
      .form-subscription__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 58.33333%;
                flex: 0 0 58.33333%;
        max-width: 58.33333%;
        padding-left: 10px;
        padding-right: 10px; }
      .form-subscription__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 41.66667%;
                flex: 0 0 41.66667%;
        max-width: 41.66667%;
        padding-left: 10px;
        padding-right: 10px; }
    .form-support {
      padding: 30px 25px; }
      .header__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        margin: 0; }
      .header__slogan {
        margin: 5px 0 0 29px;
        font-size: 14px; }
    .launch-schedule {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      .launch-schedule:before {
        top: 7px;
        left: -100%;
        right: -100%;
        width: auto;
        height: 2px;
        max-width: 1920px;
        margin: 0 auto; }
      .launch-schedule__item {
        width: 130px;
        padding: 25px 0 0;
        margin: 0 5px 20px; }
        .launch-schedule__item:before {
          top: 0;
          left: 22px;
          width: 4px;
          height: 16px; }
    .main-nav {
      padding: 0;
      text-align: left; }
      .main-nav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .main-nav__list--lvl-2 {
          display: block; }
        .main-nav__list--lvl-3 {
          display: block; }
        .main-nav__list--right {
          margin-left: auto; }
      .main-nav__toggler {
        display: none; }
      .main-nav__btn-search {
        display: block; }
      .main-nav--visible-desktop {
        display: block; }
      .main-promo__mobile-bg-sat {
        background-position: right -500px top 0; }
    .news-card {
      min-height: 200px;
      padding: 25px 25px 25px 200px; }
      .news-card__img-wrap {
        width: 200px; }
        .news-card__img-wrap:before {
          background: -webkit-gradient(linear, right top, left top, color-stop(3%, #31456A), color-stop(30%, rgba(49, 69, 106, 0)));
          background: linear-gradient(270deg, #31456A 3%, rgba(49, 69, 106, 0) 30%); }
      .news-card:hover .news-card__img-wrap:before {
        left: 20%; }
      .news-card:hover .news-card__img {
        -webkit-transform: scale(1.07);
                transform: scale(1.07); }
      .news-card--no-img {
        min-height: 0;
        padding: 20px; }
    .our-history {
      margin-top: 75px;
      margin-bottom: 75px; }
      .our-history__year {
        font-size: 40px; }
    h1 {
      font-size: 50px; }
    h2 {
      font-size: 40px; }
    h3 {
      font-size: 22px; }
    .product__scope-text {
      padding-left: 20px; }
    .projects__sec-list {
      padding: 35px 0 45px; }
      .review-card__inner {
        padding: 30px; }
      .review-card__plus {
        margin-top: 35px; }
    .sat-eq__img {
      position: absolute;
      right: 0;
      top: -10px;
      width: 500px;
      max-width: 100%; }
    .sec__header {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-align: baseline;
          -ms-flex-align: baseline;
              align-items: baseline; }
      .sec__header--with-more .sec__title {
        margin-right: 25px; }
    .service-card {
      min-height: 130px;
      padding: 25px 15px;
      padding-left: 85px; }
      .service-card__img-wrap {
        top: 25px;
        left: 15px;
        width: 60px;
        height: 60px; }
      .service-card__img-label {
        left: 20px;
        bottom: 34px;
        max-width: 60px; }
      .service-card--no-icon {
        padding-left: 15px; }
      .service-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 8px;
        padding-right: 8px; }
    .slider-review {
      margin-top: 50px; }
    .slider-review__gallery {
      width: 75%; }
      .slider-review__thumbs-holder {
        width: 25%; }
      .specs__inner {
        padding: 20px 20px 10px 20px; }
    .subscription {
      margin-bottom: 30px; }
      .subscription__left {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 55%;
                flex: 0 0 55%;
        max-width: 55%;
        padding-left: 15px;
        padding-right: 15px; }
      .subscription__right {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 45%;
                flex: 0 0 45%;
        max-width: 45%;
        padding-left: 15px;
        padding-right: 15px; }
      .swiper-box .swiper-button-prev,
      .swiper-box .swiper-button-next {
        display: block; }
      .swiper-box .swiper-scrollbar {
        display: none; }
    .tags {
      margin-left: -15px; }
    .tag {
      margin: 0 0 20px 20px;
      padding: 11px 15px; }
  .tariff__top-left, .tariff__info-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%;
    padding-left: 15px;
    padding-right: 15px; }
  .tariff__top-right, .tariff__info-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%;
    padding-left: 15px;
    padding-right: 15px; }
    .tariff__info {
      margin: 30px 0 20px; }
    .tariff__info-left, .tariff__info-right {
      margin-bottom: 50px; }
  .tariff__info-right {
    text-align: right; }
    .tariff__info-item {
      padding-left: 20px;
      padding-right: 20px; }
    .tariff-card {
      padding: 25px 15px;
      padding-left: 95px; }
      .tariff-card:hover {
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
      .tariff-card__img-wrap {
        top: 25px;
        left: 20px;
        width: 60px;
        height: 60px; }
      .tariff-card__img-label {
        left: 20px;
        bottom: 34px;
        max-width: 60px; }
      .tariff-card--mini {
        min-height: 130px;
        padding: 25px 15px;
        padding-left: 85px; }
        .tariff-card--mini .tariff-card__img-wrap {
          top: 25px;
          left: 15px;
          width: 60px;
          height: 60px; }
      .tariff-card--service {
        padding-left: 15px; }
    .tariff-list--four-columns .tariff-list__item {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 25%;
              flex: 0 0 25%;
      max-width: 25%;
      padding-left: 8px;
      padding-right: 8px; }
    .top-up-card {
      padding: 30px 20px 60px 45px; }
      a.top-up-card:hover {
        z-index: 11;
        -webkit-transform: translateY(-5px);
                transform: translateY(-5px); }
    .top-up-card__nominal {
      height: 100px; }
      .top-up-card__val {
        font-size: 84px; }
        .top-up-card__val--very-long {
          font-size: 50px; } }
@media (min-width: 1200px) {
      .bg-abs--eng {
        background-size: 1920px auto; }
    .form-request {
      padding: 30px 35px; }
      .about:before {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, #02081F), to(#31456A));
        background: linear-gradient(180deg, #02081F 40%, #31456A 100%); }
    .about-net__one {
      margin-bottom: 70px; }
    .about-net__history-year {
      font-size: 40px; }
  .about-net__history-text {
    margin-top: 0; }
      .agent-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20%;
                flex: 0 0 20%;
        max-width: 20%;
        padding-left: 8px;
        padding-right: 8px; }
    .app-card {
      padding: 30px; }
      .app-card--gorizontal {
        padding: 20px 20px 20px 100px; }
    .app-list {
      margin-left: -25px;
      margin-right: -25px; }
      .app-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 25%;
                flex: 0 0 25%;
        max-width: 25%;
        padding-left: 25px;
        padding-right: 25px; }
      .b-card__text {
        padding: 20px 30px 30px; }
        .b-card--blue .b-card__inner {
          padding-top: 265px; }
        .blog-list__item--big .b-card__text {
          padding: 20px 60px 30px; }
      .btn--tarif-detail {
        width: 212px; }
      .btn--tarif-buy {
        width: 160px; }
      .card__inner {
        padding: 30px; }
      .catalog-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; }
    .container {
      width: 1230px; }
      .content__aside {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 20.83333%;
                flex: 0 0 20.83333%;
        max-width: 20.83333%;
        padding-left: 15px;
        padding-right: 15px; }
      .content__content {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 79.16667%;
                flex: 0 0 79.16667%;
        max-width: 79.16667%;
        padding-left: 15px;
        padding-right: 15px; }
      .dealer-card__inner {
        padding: 30px; }
      .docs__inner {
        padding: 20px 30px 10px 30px; }
      .docs__header {
        margin-bottom: 40px;
        padding: 7px 215px 0 0; }
    .docs__btn-holder {
      position: absolute;
      right: 0;
      top: 0; }
    .embed-responsive--map::before {
      padding-top: 45.5%; }
      .eq-card__text {
        padding: 20px 30px 30px; }
    .eq-card--h-250 .eq-card__inner {
      height: 250px; }
      .facts-list__item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: auto;
        max-width: 100%; }
      .facts-list__img {
        margin: 0 20px 0 0; }
      .facts-list__text {
        width: auto; }
        .facts-list__text br {
          display: block; }
      .facts-list--bigger {
        font-size: 22px; }
    .field-select--gorizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .field-select--gorizontal .field-select__name {
      width: 100px;
      margin-bottom: 0;
      padding-right: 10px;
      text-align: right;
      font-size: 14px; }
    .field-select--gorizontal .field-select__select-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .field-text--gorizontal {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .field-text--gorizontal .field-text__name {
      width: 100px;
      margin-bottom: 0;
      padding-right: 10px;
      text-align: right;
      font-size: 14px; }
    .field-text--gorizontal .field-text__input-wrap {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .footer__left {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      .footer__contacts {
        margin: 0 0 0 50px; }
    .footer-nav {
      width: 480px; }
      .footer-nav__link, .footer-nav__current {
        font-size: 1em; }
    .form-reg .field-actions,
    .form-reg .field-checkbox--policy {
      margin-top: 0; }
    .form-reg__btn-holder {
      padding-left: 100px; }
    .form-review {
      padding: 30px 50px; }
    .form-search--nav {
      display: block; }
    .form-subscription {
      padding: 30px 35px; }
      .popup .form-subscription {
        padding: 30px 35px; }
    .form-subscription .field-checkbox__input-wrap--policy {
      margin-right: -10px; }
    .form-support {
      padding: 30px 35px; }
      .header__right {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end; }
      .header__service {
        margin-bottom: 0; }
    .header__btns {
      margin-left: 5px; }
    .launch-schedule {
      margin: 50px 0 20px; }
      .main-nav__link {
        padding: 11px 12px; }
    .main-parallax {
      display: block; }
    .main-promo {
      height: 800px;
      padding: 100px 0 50px; }
      .main-promo__mobile-bg {
        display: none; }
        .main-promo__video-bg video {
          bottom: 0; }
      .main-promo__title {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .main-promo__subtitle {
        margin: 0 0 0 20px;
        text-align: left; }
      .main-promo__side {
        position: absolute;
        bottom: 50px; }
    .news-card {
      padding: 30px 30px 30px 300px; }
      .news-card__img-wrap {
        width: 290px; }
        .news-card__img-wrap:before {
          background: -webkit-gradient(linear, right top, left top, color-stop(3%, #31456A), color-stop(40%, rgba(49, 69, 106, 0)));
          background: linear-gradient(270deg, #31456A 3%, rgba(49, 69, 106, 0) 40%); }
      .news-card--no-img {
        padding: 30px; }
    .our-history {
      margin-top: 100px;
      margin-bottom: 100px; }
      .our-history__year {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 10%;
                flex: 0 0 10%;
        max-width: 10%;
        padding-left: 15px;
        padding-right: 15px; }
      .our-history__text {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 90%;
                flex: 0 0 90%;
        max-width: 90%;
        padding-left: 15px;
        padding-right: 15px; }
    body {
      font-size: 18px; }
    a[href^='tel:'] {
      white-space: nowrap;
      pointer-events: none;
      text-decoration: inherit;
      color: inherit; }
    .product__scope-text {
      padding-left: 30px; }
      .r-tabs__anchor {
        min-width: 150px; }
      .review-card__inner {
        padding: 40px 35px; }
    .sat-eq__img {
      top: -100px;
      width: 666px; }
    .service-card {
      padding: 28px 15px;
      padding-left: 120px; }
      .service-card__img-wrap {
        left: 30px;
        width: 70px;
        height: 70px; }
      .service-card__img-label {
        left: 40px;
        bottom: 35px;
        max-width: 100%; }
      .service-card--no-icon {
        padding-left: 15px; }
    .slider-review__gallery {
      width: 67%;
      max-width: 800px; }
      .slider-review__thumbs-holder {
        width: 33%; }
      .specs__inner {
        padding: 20px 30px 10px 30px; }
  .tariff__top-left, .tariff__info-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%;
    padding-left: 15px;
    padding-right: 15px; }
  .tariff__top-right, .tariff__info-right {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px; }
    .tariff__info {
      margin: 60px 0 20px; }
    .tariff__info-item {
      padding-left: 30px;
      padding-right: 30px; }
    .tariff-card {
      padding: 30px 15px;
      padding-left: 130px; }
      .tariff-card__img-wrap {
        left: 40px;
        width: 70px;
        height: 70px; }
      .tariff-card__more {
        padding-right: 15px; }
      .tariff-card__img-label {
        left: 40px;
        bottom: 35px;
        max-width: 100%; }
      .tariff-card--mini {
        padding: 28px 15px;
        padding-left: 120px; }
        .tariff-card--mini .tariff-card__img-wrap {
          left: 30px;
          width: 70px;
          height: 70px; }
      .tariff-card--service {
        padding-left: 15px; }
      .top-up-list__item {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 33.33333%;
                flex: 0 0 33.33333%;
        max-width: 33.33333%;
        padding-left: 8px;
        padding-right: 8px; } }
@media (min-width: 1800px) {
    .container {
      width: 1230px; }
        .main-promo__video-bg video {
          bottom: -100px; } }
@media (max-width: 767px) {
      .article__meta {
        display: block; }
      .article__share-top {
        display: none; }
    .article__content figure,
    .article__content img {
      float: none !important;
      margin: 0 0 1em !important;
      max-width: 100% !important;
      width: auto !important; }
      .blog-list__item--hide-on-mobile {
        display: none; }
  .r-tabs__nav {
    display: none; }
  .r-tabs__accordion-title {
    display: block; } }
@media (max-width: 991px) {
    .content-nav {
      display: none; }
    .content-nav--filter {
      display: block; }
      .js .main-nav__list {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.2s;
        transition: max-height 0.2s; }
        .js .main-nav__list--lvl-2 {
          max-height: none; }
      .js .main-nav--open .main-nav__list {
        max-height: 1000px;
        -webkit-transition: max-height 0.6s;
        transition: max-height 0.6s; }
        .js .main-nav--open .main-nav__list--lvl-2 {
          max-height: none; } }
@media (max-width: 374px) {
      .top-up-card__nominal-img-plus + .top-up-card__units {
        position: relative;
        top: -10px;
        left: -15px; } }
/*# sourceMappingURL=style.css.map */
.specs-list__item img {width:20px;height:20px;}
