@charset "UTF-8";
/*
100 - Thin
200 - Extra Light, Ultra Light
300 - Light
400 - Normal, Book, Regular
500 - Medium
600 - Semi Bold, Demi Bold
700 - Bold
800 - Extra Bold, Ultra Bold
900 - Black, Heavy
*/
@CHARSET "UTF-8";
/* line 1, ../sass/theme/_01_base.scss */
.mobile-block {
  display: none; }
  @media only screen and (max-width: 1200px) {
    /* line 1, ../sass/theme/_01_base.scss */
    .mobile-block {
      display: block; } }

@media only screen and (max-width: 1200px) {
  /* line 9, ../sass/theme/_01_base.scss */
  .mobile-hidden {
    display: none !important; } }

/* line 16, ../sass/theme/_01_base.scss */
.flex-container {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  /* line 19, ../sass/theme/_01_base.scss */
  .flex-container--wrap {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media only screen and (min-width: 1201px) {
    /* line 23, ../sass/theme/_01_base.scss */
    .flex-container--n-c {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  /* line 30, ../sass/theme/_01_base.scss */
  .flex-container--align-center {
    -webkit-align-items: center;
    align-items: center; }
  /* line 34, ../sass/theme/_01_base.scss */
  .flex-container--start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }

/* line 40, ../sass/theme/_01_base.scss */
.my-ico {
  background-image: url('../img/vector/sprite.svg?1766476435');
  background-repeat: no-repeat;
  display: inline-block;
  -webkit-flex-shrink: 0;
  flex-shrink: 0; }

/* line 47, ../sass/theme/_01_base.scss */
.ico-bachelor {
  background-position: -53px -90px;
  display: block;
  margin-right: 13px;
  width: 38px;
  height: 27px; }

/* line 54, ../sass/theme/_01_base.scss */
.ico-key {
  background-position: -46px -268px;
  display: block;
  margin-right: 13px;
  width: 39px;
  height: 20px; }

/* line 61, ../sass/theme/_01_base.scss */
.ico-chat {
  background-position: -194px -97px;
  display: block;
  margin-right: 10px;
  width: 40px;
  height: 40px; }
  @media only screen and (max-width: 650px) {
    /* line 61, ../sass/theme/_01_base.scss */
    .ico-chat {
      background-position: -242px -97px;
      width: 32px;
      height: 32px; } }

/* line 73, ../sass/theme/_01_base.scss */
.ico-list {
  background-position: -194px -160px;
  display: block;
  margin-right: 10px;
  width: 35px;
  height: 38px; }
  @media only screen and (max-width: 650px) {
    /* line 73, ../sass/theme/_01_base.scss */
    .ico-list {
      background-position: -244px -160px;
      width: 27px;
      height: 32px; } }

/* line 85, ../sass/theme/_01_base.scss */
.custom-button {
  border-radius: 10px;
  display: inline-block;
  border: 1px solid #E7EDF6;
  -moz-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 11px 23px;
  text-align: center; }
  /* line 98, ../sass/theme/_01_base.scss */
  .custom-button:hover {
    color: #FFFFFF;
    background: #025FB7;
    text-decoration: none; }
  @media only screen and (max-width: 767px) {
    /* line 104, ../sass/theme/_01_base.scss */
    .region--header-top .custom-button {
      background: url('../img/vector/sprite.svg?1766476435') no-repeat 3px -267px;
      border: 0;
      -moz-border-radius: 0;
      -webkit-border-radius: 0;
      border-radius: 0;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none;
      padding: 0;
      width: 24px;
      height: 24px;
      text-indent: -9999px; }
      /* line 115, ../sass/theme/_01_base.scss */
      .region--header-top .custom-button:hover {
        background: url('../img/vector/sprite.svg?1766476435') no-repeat 3px -267px; }
      /* line 119, ../sass/theme/_01_base.scss */
      .profile-menu-open .region--header-top .custom-button {
        background-position: -450px -58px; }
        /* line 122, ../sass/theme/_01_base.scss */
        .profile-menu-open .region--header-top .custom-button:hover {
          background-position: -450px -58px; } }
  /* line 129, ../sass/theme/_01_base.scss */
  .region--narrow-screen-menu-bottom .custom-button {
    width: 100%; }
  /* line 135, ../sass/theme/_01_base.scss */
  .user-logged-in .custom-button--login {
    display: none; }
  /* line 140, ../sass/theme/_01_base.scss */
  .custom-button--profile {
    display: none; }
    /* line 143, ../sass/theme/_01_base.scss */
    .user-logged-in .custom-button--profile {
      display: block; }

/* line 149, ../sass/theme/_01_base.scss */
.flag--count {
  display: none; }

/* line 155, ../sass/theme/_01_base.scss */
.flag-subscribe a {
  background: #FFFFFF;
  border: 1px solid #E7EDF6;
  border-radius: 10px;
  -moz-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  padding: 12px 20px;
  position: relative;
  text-align: center; }
  /* line 171, ../sass/theme/_01_base.scss */
  .flag-subscribe a:before {
    content: '';
    background: url('../img/vector/sprite.svg?1766476435') no-repeat -184.5px 1px;
    display: block;
    margin-right: 10px;
    width: 24px;
    height: 24px; }
    @media only screen and (max-width: 767px) {
      /* line 171, ../sass/theme/_01_base.scss */
      .flag-subscribe a:before {
        background-position: -189.5px -62px;
        width: 16px;
        height: 16px; } }
  /* line 184, ../sass/theme/_01_base.scss */
  .flag-subscribe a:hover {
    border: 1px solid #E7EDF6;
    color: #025FB7;
    text-decoration: none; }
    /* line 189, ../sass/theme/_01_base.scss */
    .flag-subscribe a:hover:before {
      background-position: -185px -31px; }
      @media only screen and (max-width: 767px) {
        /* line 189, ../sass/theme/_01_base.scss */
        .flag-subscribe a:hover:before {
          background-position: -189.5px -62px; } }
  @media only screen and (max-width: 767px) {
    /* line 155, ../sass/theme/_01_base.scss */
    .flag-subscribe a {
      font-size: 14px;
      margin: 0 auto;
      max-width: 280px; } }

/* line 206, ../sass/theme/_01_base.scss */
.js-flag-message {
  display: none; }

/* line 210, ../sass/theme/_01_base.scss */
.block-title-wrapper {
  border-bottom: 1px solid #E7EDF6;
  height: 100%; }
  /* line 214, ../sass/theme/_01_base.scss */
  .block-title-wrapper h2 {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 13px; }
    /* line 218, ../sass/theme/_01_base.scss */
    .block-title-wrapper h2:after {
      content: '';
      background: url('../img/vector/sprite.svg?1766476435') no-repeat;
      display: block; }
    @media only screen and (max-width: 767px) {
      /* line 214, ../sass/theme/_01_base.scss */
      .block-title-wrapper h2 {
        margin-bottom: 5px; } }
  /* line 229, ../sass/theme/_01_base.scss */
  .block-title-wrapper > div {
    color: #6E747C;
    font-size: 18px;
    line-height: 1.8; }
    @media only screen and (max-width: 767px) {
      /* line 229, ../sass/theme/_01_base.scss */
      .block-title-wrapper > div {
        font-size: 13px; } }
  @media only screen and (max-width: 767px) {
    /* line 210, ../sass/theme/_01_base.scss */
    .block-title-wrapper {
      padding-bottom: 15px; } }

/* line 244, ../sass/theme/_01_base.scss */
.c-button {
  background: #025FB7;
  border-radius: 10px;
  -moz-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  color: #FFFFFF;
  font-size: 20px;
  font-weight: 500;
  display: inline-block;
  line-height: 1;
  padding: 17px 20px;
  text-align: center; }
  /* line 258, ../sass/theme/_01_base.scss */
  .c-button:hover {
    background: #002766;
    color: #FFFFFF;
    text-decoration: none; }
  /* line 264, ../sass/theme/_01_base.scss */
  .c-button--small {
    font-size: 14px;
    padding: 13px 10px; }
    @media only screen and (max-width: 650px) {
      /* line 264, ../sass/theme/_01_base.scss */
      .c-button--small {
        font-size: 12px !important; } }
  @media only screen and (max-width: 767px) {
    /* line 244, ../sass/theme/_01_base.scss */
    .c-button {
      font-size: 16px; } }

/* line 278, ../sass/theme/_01_base.scss */
.menu-burger {
  width: 24px; }
  /* line 281, ../sass/theme/_01_base.scss */
  .menu-burger > div {
    background: #002766;
    height: 2px; }
  /* line 288, ../sass/theme/_01_base.scss */
  .menu-burger[opened] > div {
    background: #1388F7;
    width: 15px; }
    /* line 292, ../sass/theme/_01_base.scss */
    .menu-burger[opened] > div:first-child {
      top: 10px;
      left: 3px; }
    /* line 297, ../sass/theme/_01_base.scss */
    .menu-burger[opened] > div:nth-child(3) {
      top: 10px;
      left: 3px; }

@media only screen and (max-width: 767px) {
  /* line 305, ../sass/theme/_01_base.scss */
  .hidden-item {
    display: none; } }

/* line 311, ../sass/theme/_01_base.scss */
.expand-items {
  display: none; }
  @media only screen and (max-width: 767px) {
    /* line 311, ../sass/theme/_01_base.scss */
    .expand-items {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-align-items: center;
      align-items: center;
      color: #002766;
      cursor: pointer;
      font-size: 14px;
      font-weight: 500;
      position: relative;
      width: 100%; }
      /* line 325, ../sass/theme/_01_base.scss */
      .expand-items:after {
        content: '';
        background: url('../img/vector/sprite.svg?1766476435') no-repeat -488px 0;
        display: block;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        margin-left: 9px;
        width: 12px;
        height: 7px; } }

/* line 336, ../sass/theme/_01_base.scss */
.inside-text-wrapper {
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    /* line 336, ../sass/theme/_01_base.scss */
    .inside-text-wrapper {
      margin-bottom: 20px; } }

/* line 344, ../sass/theme/_01_base.scss */
.inside-text {
  background: #F9F9F9;
  -moz-border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px 0 0 10px;
  float: right;
  clear: both;
  margin: 0 -30px 30px 30px;
  padding: 20px 28px;
  width: 316px; }
  /* line 353, ../sass/theme/_01_base.scss */
  .inside-text a:not(.inside-text--button) {
    color: #000000 !important;
    text-decoration: none; }
    /* line 357, ../sass/theme/_01_base.scss */
    .inside-text a:not(.inside-text--button):hover {
      text-decoration: none; }
  /* line 362, ../sass/theme/_01_base.scss */
  .inside-text--title {
    color: #002766;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-size: 19px;
    font-weight: 500;
    line-height: 1.2; }
    @media only screen and (max-width: 650px) {
      /* line 362, ../sass/theme/_01_base.scss */
      .inside-text--title {
        font-size: 16px; } }
  /* line 376, ../sass/theme/_01_base.scss */
  .inside-text--body {
    display: block;
    font-family: "Lora", sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 1.7;
    padding-top: 10px; }
    @media only screen and (max-width: 650px) {
      /* line 376, ../sass/theme/_01_base.scss */
      .inside-text--body {
        font-size: 14px; } }
  /* line 391, ../sass/theme/_01_base.scss */
  .inside-text--button {
    background: #025FB7 !important;
    border-radius: 10px;
    -moz-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
    -webkit-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
    box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
    color: #FFFFFF !important;
    display: block;
    line-height: 1;
    font-size: 17px;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    margin-top: 15px;
    padding: 16px 15px !important;
    text-align: center;
    width: 100%;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    /* line 407, ../sass/theme/_01_base.scss */
    .inside-text--button:hover {
      background: #002766 !important;
      text-decoration: none; }
    @media only screen and (max-width: 650px) {
      /* line 391, ../sass/theme/_01_base.scss */
      .inside-text--button {
        font-size: 14px;
        padding: 18px 15px !important; } }
  /* line 418, ../sass/theme/_01_base.scss */
  .inside-text.type-two {
    background: #E7EDF6;
    padding-bottom: 25px; }
    /* line 422, ../sass/theme/_01_base.scss */
    .inside-text.type-two .inside-text--title {
      font-weight: 600; }
    /* line 426, ../sass/theme/_01_base.scss */
    .inside-text.type-two .inside-text--body {
      line-height: 1.4;
      padding-top: 15px; }
    @media only screen and (max-width: 650px) {
      /* line 418, ../sass/theme/_01_base.scss */
      .inside-text.type-two {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        border-radius: 10px;
        margin: 0 0 20px;
        padding: 20px;
        width: 100%; } }
  @media print {
    /* line 344, ../sass/theme/_01_base.scss */
    .inside-text {
      display: none; } }
  @media only screen and (max-width: 650px) {
    /* line 344, ../sass/theme/_01_base.scss */
    .inside-text {
      display: block;
      float: none;
      margin: 0 -20px 20px 0;
      width: calc(100% + 20px); } }

/* line 451, ../sass/theme/_01_base.scss */
.quote-block {
  color: #002766;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
  line-height: 1.9;
  margin-bottom: 20px;
  padding-left: 33px;
  position: relative; }
  /* line 460, ../sass/theme/_01_base.scss */
  .quote-block:before {
    content: '';
    color: #000000;
    font-weight: 700;
    display: inline-block;
    line-height: 1;
    margin-bottom: 15px;
    padding: 8px 20px;
    position: relative;
    left: -33px; }
  /* line 472, ../sass/theme/_01_base.scss */
  .quote-block:after {
    content: '';
    position: absolute;
    top: 51px;
    left: 0;
    -moz-border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0;
    border-radius: 0 20px 20px 0;
    display: block;
    width: 4px;
    height: calc(100% - 51px); }
  /* line 485, ../sass/theme/_01_base.scss */
  .quote-block--type-one:before {
    content: 'Наш совет';
    background: #CFF1D6; }
  /* line 490, ../sass/theme/_01_base.scss */
  .quote-block--type-one:after {
    background: #28B446; }
  /* line 497, ../sass/theme/_01_base.scss */
  .quote-block--type-two:before {
    content: 'Обратите внимание';
    background: #FFD3D4; }
  /* line 502, ../sass/theme/_01_base.scss */
  .quote-block--type-two:after {
    background: #FF3334; }
  /* line 509, ../sass/theme/_01_base.scss */
  .quote-block--type-three:before {
    content: 'Пример';
    background: #D2E9FF; }
  /* line 514, ../sass/theme/_01_base.scss */
  .quote-block--type-three:after {
    background: #025FB7; }
  @media only screen and (max-width: 767px) {
    /* line 451, ../sass/theme/_01_base.scss */
    .quote-block {
      margin-bottom: 20px; } }

/* line 524, ../sass/theme/_01_base.scss */
.locked-term-block {
  margin-top: 40px; }
  @media only screen and (max-width: 650px) {
    /* line 524, ../sass/theme/_01_base.scss */
    .locked-term-block {
      margin-top: 20px; } }

/* line 532, ../sass/theme/_01_base.scss */
.blue-bg {
  background: #1388F7;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  border-radius: 16px;
  color: #FFFFFF;
  padding: 2px 10px 6px; }
  /* line 538, ../sass/theme/_01_base.scss */
  .page-node-page .page-title .blue-bg {
    display: inline-block;
    line-height: 40px;
    padding: 3px 10px 7px; }
    @media only screen and (max-width: 650px) {
      /* line 538, ../sass/theme/_01_base.scss */
      .page-node-page .page-title .blue-bg {
        line-height: 28px;
        padding: 0 10px 0; } }
  /* line 549, ../sass/theme/_01_base.scss */
  .field--name-field-text-title .blue-bg {
    padding: 0 10px 3px; }
  @media only screen and (max-width: 767px) {
    /* line 532, ../sass/theme/_01_base.scss */
    .blue-bg {
      padding-bottom: 4px; } }

/* line 560, ../sass/theme/_01_base.scss */
.user-register .system-messages-container {
  margin-bottom: 20px; }

/* line 567, ../sass/theme/_01_base.scss */
.user-register .messages--error {
  background-color: #FFEDED;
  background-image: url(../img/vector/alert-circle.svg);
  background-repeat: no-repeat;
  border: 0;
  background-position: top 13px left 20px;
  border-radius: 10px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #E41F2D;
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 15px 20px 15px 50px;
  max-width: 452px; }

@media print {
  /* line 586, ../sass/theme/_01_base.scss */
  .contextual {
    display: none; } }

/* line 593, ../sass/theme/_01_base.scss */
.sitemap-container {
  background: #FFFFFF;
  border-radius: 10px;
  -moz-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  -webkit-box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  box-shadow: 0px 6px 10px rgba(0, 39, 102, 0.05);
  padding: 50px 60px; }
  @media only screen and (min-width: 1000px) {
    /* line 599, ../sass/theme/_01_base.scss */
    .sitemap-container .sitemap-column-one {
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      margin-top: 18px;
      padding-right: 20px; } }
  @media only screen and (min-width: 1201px) {
    /* line 599, ../sass/theme/_01_base.scss */
    .sitemap-container .sitemap-column-one {
      width: 500px; } }
  /* line 612, ../sass/theme/_01_base.scss */
  .sitemap-container .sitemap-column-two {
    margin-top: 25px; }
    @media only screen and (min-width: 1000px) {
      /* line 612, ../sass/theme/_01_base.scss */
      .sitemap-container .sitemap-column-two {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        margin-top: 0;
        padding-left: 20px; } }
  @media only screen and (min-width: 1000px) {
    /* line 593, ../sass/theme/_01_base.scss */
    .sitemap-container {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between; } }
  @media only screen and (max-width: 650px) {
    /* line 593, ../sass/theme/_01_base.scss */
    .sitemap-container {
      padding: 20px 10px; } }

/* line 631, ../sass/theme/_01_base.scss */
.premium-cols {
  font-family: "Lora", sans-serif;
  line-height: 1.7; }
  @media only screen and (min-width: 1000px) {
    /* line 635, ../sass/theme/_01_base.scss */
    .premium-cols .premium-cols--col--one {
      margin: 0 2.7%;
      width: 52%; } }
  /* line 643, ../sass/theme/_01_base.scss */
  .premium-cols .premium-cols--col--two {
    margin-top: 20px; }
    @media only screen and (min-width: 1000px) {
      /* line 643, ../sass/theme/_01_base.scss */
      .premium-cols .premium-cols--col--two {
        margin: 0 2.7%;
        width: 36%; } }
  @media only screen and (min-width: 1000px) {
    /* line 631, ../sass/theme/_01_base.scss */
    .premium-cols {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      margin: 0 -2.7%; } }
  @media only screen and (max-width: 999px) {
    /* line 631, ../sass/theme/_01_base.scss */
    .premium-cols {
      font-size: 15px; } }

/* line 664, ../sass/theme/_01_base.scss */
table th {
  line-height: 1.3;
  padding: 20px 10px; }
  /* line 668, ../sass/theme/_01_base.scss */
  table th:first-child {
    padding-left: 0;
    text-align: left; }
@media only screen and (min-width: 1000px) {
  /* line 676, ../sass/theme/_01_base.scss */
  table.premium-table tr {
    border-bottom: 1px solid #E7EDF6; } }
/* line 685, ../sass/theme/_01_base.scss */
table.premium-table thead th {
  width: 250px; }
  /* line 688, ../sass/theme/_01_base.scss */
  table.premium-table thead th:first-child {
    width: auto; }
  @media only screen and (min-width: 1300px) {
    /* line 685, ../sass/theme/_01_base.scss */
    table.premium-table thead th {
      width: 260px; } }
@media only screen and (max-width: 999px) {
  /* line 683, ../sass/theme/_01_base.scss */
  table.premium-table thead {
    display: none; } }
/* line 702, ../sass/theme/_01_base.scss */
table.premium-table tbody {
  font-family: "Lora", sans-serif;
  line-height: 1.5; }
  /* line 710, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr td:first-child {
    padding-left: 62px;
    position: relative; }
    /* line 714, ../sass/theme/_01_base.scss */
    table.premium-table tbody tr td:first-child:before {
      content: '';
      position: absolute;
      top: 50%;
      left: 0;
      margin-top: -21px;
      background: url('../img/vector/sprite.svg?1766476435') no-repeat 0 0;
      display: block;
      width: 42px;
      height: 42px; }
      @media only screen and (max-width: 999px) {
        /* line 714, ../sass/theme/_01_base.scss */
        table.premium-table tbody tr td:first-child:before {
          top: 0;
          margin-top: 0;
          width: 32px;
          height: 32px; } }
    @media only screen and (max-width: 999px) {
      /* line 710, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr td:first-child {
        display: block;
        margin-bottom: 25px;
        padding-left: 50px; } }
  @media only screen and (max-width: 999px) {
    /* line 708, ../sass/theme/_01_base.scss */
    table.premium-table tbody tr td {
      display: none; } }
  /* line 749, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--read td:first-child:before {
    background-position: 0 -598px; }
    @media only screen and (max-width: 999px) {
      /* line 749, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--read td:first-child:before {
        background-position: 0 -652px; } }
  /* line 766, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--listen td:first-child:before {
    background-position: -55px -594px; }
    @media only screen and (max-width: 999px) {
      /* line 766, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--listen td:first-child:before {
        background-position: -60px -651px; } }
  /* line 783, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--bookmark td:first-child:before {
    background-position: -114px -595px; }
    @media only screen and (max-width: 999px) {
      /* line 783, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--bookmark td:first-child:before {
        background-position: -119px -651.8px; } }
  /* line 800, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--list td:first-child:before {
    background-position: -171px -596px; }
    @media only screen and (max-width: 999px) {
      /* line 800, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--list td:first-child:before {
        background-position: -176.4px -651.3px; } }
  /* line 817, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--add td:first-child:before {
    background-position: -229px -599px; }
    @media only screen and (max-width: 999px) {
      /* line 817, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--add td:first-child:before {
        background-position: -234px -653px; } }
  /* line 834, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--comment td:first-child:before {
    background-position: -287px -598px; }
    @media only screen and (max-width: 999px) {
      /* line 834, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--comment td:first-child:before {
        background-position: -292px -651.5px; } }
  /* line 851, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--ecspert td:first-child:before {
    margin-top: -24px;
    background-position: -342px -596.17px;
    height: 48px; }
    @media only screen and (max-width: 999px) {
      /* line 851, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--ecspert td:first-child:before {
        background-position: -346px -655.3px;
        margin-top: 0;
        height: 36.4px; } }
  /* line 872, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--close td:first-child:before {
    background-position: -399px -600px; }
    @media only screen and (max-width: 999px) {
      /* line 872, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--close td:first-child:before {
        background-position: -405px -659px; } }
  /* line 889, ../sass/theme/_01_base.scss */
  table.premium-table tbody tr.premium-td--calc td:first-child:before {
    background-position: -458px -599.7px; }
    @media only screen and (max-width: 999px) {
      /* line 889, ../sass/theme/_01_base.scss */
      table.premium-table tbody tr.premium-td--calc td:first-child:before {
        background-position: -468px -657.28px; } }
  /* line 901, ../sass/theme/_01_base.scss */
  table.premium-table tbody td {
    padding: 30px 10px; }
    @media only screen and (max-width: 999px) {
      /* line 901, ../sass/theme/_01_base.scss */
      table.premium-table tbody td {
        padding: 0; } }
@media only screen and (min-width: 1000px) {
  /* line 674, ../sass/theme/_01_base.scss */
  table.premium-table {
    font-size: 17px; } }
/* line 915, ../sass/theme/_01_base.scss */
.premium-mobile {
  display: none;
  margin-top: 10px; }
  /* line 919, ../sass/theme/_01_base.scss */
  .premium-mobile .premium-item {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 10px; }
    /* line 929, ../sass/theme/_01_base.scss */
    .premium-mobile .premium-item:last-child {
      margin-bottom: 0; }
    /* line 933, ../sass/theme/_01_base.scss */
    .premium-mobile .premium-item:before {
      content: '';
      background: url('../img/vector/sprite.svg?1766476435') no-repeat 0 -559px;
      display: block;
      margin-right: 9px;
      width: 20px;
      height: 20px; }
  /* line 952, ../sass/theme/_01_base.scss */
  .premium-td--add .premium-anonym:before, .premium-td--list .premium-anonym:before, .premium-td--calc .premium-anonym:before, .premium-td--close .premium-anonym:before, .premium-td--comment .premium-anonym:before, .premium-td--ecspert .premium-anonym:before, .premium-td--bookmark .premium-anonym:before {
    background-position: -40px -559px; }
  /* line 964, ../sass/theme/_01_base.scss */
  .premium-td--calc .premium-register:before, .premium-td--close .premium-register:before, .premium-td--ecspert .premium-register:before {
    background-position: -40px -559px; }
  @media only screen and (max-width: 999px) {
    /* line 915, ../sass/theme/_01_base.scss */
    .premium-mobile {
      display: block; } }

@media only screen and (min-width: 1500px) {
  /* line 978, ../sass/theme/_01_base.scss */
  .block-premium-pay > div {
    margin: 0 15px; } }
/* line 985, ../sass/theme/_01_base.scss */
.premium-pay--description {
  font-family: "Lora", sans-serif;
  line-height: 1.7; }
/* line 990, ../sass/theme/_01_base.scss */
.premium-pay--buttons {
  background: #F7FAFF;
  border-radius: 10px;
  margin-top: 20px;
  padding: 30px 20px 40px; }
  /* line 998, ../sass/theme/_01_base.scss */
  .premium-pay--button:first-child {
    margin-bottom: 40px; }
    @media only screen and (min-width: 651px) {
      /* line 998, ../sass/theme/_01_base.scss */
      .premium-pay--button:first-child {
        margin: 0 30px 0 0; } }
  /* line 1006, ../sass/theme/_01_base.scss */
  .premium-pay--button--price {
    display: block;
    font-size: 26px;
    font-weight: 600;
    line-height: 0.7;
    margin-right: 30px;
    white-space: nowrap; }
    /* line 1016, ../sass/theme/_01_base.scss */
    .premium-pay--button--price span {
      font-size: 16px; }
    @media only screen and (max-width: 999px) {
      /* line 1006, ../sass/theme/_01_base.scss */
      .premium-pay--button--price {
        margin: 0 0 25px;
        text-align: center; } }
  /* line 1026, ../sass/theme/_01_base.scss */
  .premium-pay--button .premium-pay--button--link {
    font-size: 16px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: none;
    min-width: 210px; }
    /* line 1032, ../sass/theme/_01_base.scss */
    .premium-pay--button .premium-pay--button--link.premium-pay--button--card {
      display: block; }
    /* line 1036, ../sass/theme/_01_base.scss */
    .user-logged-in .premium-pay--button .premium-pay--button--link {
      display: block; }
    /* line 1040, ../sass/theme/_01_base.scss */
    .premium-pay--button .premium-pay--button--link.open-login-form {
      display: block; }
      /* line 1043, ../sass/theme/_01_base.scss */
      .user-logged-in .premium-pay--button .premium-pay--button--link.open-login-form {
        display: none; }
    @media only screen and (min-width: 1000px) {
      /* line 1026, ../sass/theme/_01_base.scss */
      .premium-pay--button .premium-pay--button--link {
        min-width: 240px; } }
  @media only screen and (min-width: 1000px) {
    /* line 996, ../sass/theme/_01_base.scss */
    .premium-pay--button {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      -webkit-align-items: center;
      align-items: center; } }
  @media only screen and (max-width: 999px) {
    /* line 996, ../sass/theme/_01_base.scss */
    .premium-pay--button {
      text-align: center; } }
  @media only screen and (min-width: 1500px) {
    /* line 990, ../sass/theme/_01_base.scss */
    .premium-pay--buttons {
      margin-top: 0; } }
  @media only screen and (min-width: 651px) {
    /* line 990, ../sass/theme/_01_base.scss */
    .premium-pay--buttons {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      -webkit-align-items: center;
      align-items: center;
      -webkit-flex-shrink: 0;
      flex-shrink: 0;
      margin-top: 45px;
      padding: 55px 40px;
      max-width: 810px;
      width: 100%; } }
@media only screen and (min-width: 1500px) {
  /* line 976, ../sass/theme/_01_base.scss */
  .block-premium-pay {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin: 40px -15px 0; } }

/* line 1082, ../sass/theme/_01_base.scss */
.text--grey {
  color: #6E747C; }

/* line 1086, ../sass/theme/_01_base.scss */
.text--size--14 {
  font-size: 14px; }

/*# sourceMappingURL=theme.css.map */
