@charset "UTF-8";
.cdirect-tcard + .cdirect-tcard {
  margin-top: 17px; }

.cdirect-tcard {
  border-radius: 10px;
  background: rgba(51, 145, 207, 0.43);
  position: relative;
  z-index: 0;
  padding: 29px 0;
  color: #FFF;
  font-family: 'RobotoRegular';
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px; }
  .cdirect-tcard__body {
    padding: 0 20px; }
    @media (min-width: 960px) {
      .cdirect-tcard__body {
        padding: 0 57px; } }
  .cdirect-tcard__header {
    color: #FFF;
    font-family: 'Oswald Bold';
    font-size: 24px;
    font-style: normal;
    line-height: 150.7%;
    letter-spacing: 0.24px;
    text-transform: uppercase;
    padding: 17px 0;
    border-bottom: 2px solid #fff; }
    .cdirect-tcard__header span {
      color: #F7FB58; }
  .cdirect-tcard__content {
    padding: 12px 0; }
    .cdirect-tcard__content span {
      font-family: 'RobotoRegular';
      font-size: 15px;
      font-weight: 400; }
  .cdirect-tcard > * {
    position: relative;
    z-index: 2; }
  .cdirect-tcard:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    border-radius: 10px;
    background: rgba(51, 145, 207, 0.35);
    filter: blur(30px); }
  .cdirect-tcard:after {
    content: "";
    position: absolute;
    box-sizing: border-box;
    z-index: 1;
    top: 0;
    left: 8px;
    right: 8px;
    bottom: 0;
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff; }
  .cdirect-tcard--with_header {
    padding: 0; }
    .cdirect-tcard--with_header:after {
      position: static;
      display: none; }

.cdirect-section--tcards {
  background-color: #091A2C;
  background-image: url(../images/Ellipse7tcards.png);
  background-repeat: no-repeat;
  background-position: left -355px bottom -761px;
  background-size: 1338px auto; }

.cdirect-audit {
  overflow: hidden; }
  .cdirect-audit__caption {
    color: #050E11;
    text-align: center;
    font-family: 'Oswald Bold';
    font-size: 34px;
    font-style: normal;
    line-height: 150.7%;
    /* 51.238px */
    letter-spacing: 0.34px;
    text-transform: uppercase;
    margin-bottom: 63px; }
  .cdirect-audit-card {
    margin-bottom: 120px;
    color: #000;
    font-family: 'RobotoRegular';
    font-size: 20px;
    font-style: normal;
    line-height: 25px;
    /* 125% */ }
    @media (min-width: 1280px) {
      .cdirect-audit-card .uk-grid {
        margin-left: -54px; }
        .cdirect-audit-card .uk-grid > * {
          padding-left: 54px; } }
    .cdirect-audit-card__left {
      width: 100%; }
      .cdirect-audit-card__left img {
        height: 300px; }
      @media (min-width: 920px) {
        .cdirect-audit-card__left {
          width: auto; }
          .cdirect-audit-card__left img {
            height: auto; } }
    .cdirect-audit-card__right {
      width: 100%; }
      @media (min-width: 920px) {
        .cdirect-audit-card__right {
          flex: 1;
          min-width: 1px; } }
    .cdirect-audit-card__title {
      color: #000;
      font-family: 'Oswald Regular';
      font-size: 34px;
      font-style: normal;
      font-weight: 400;
      line-height: 150.7%;
      /* 51.238px */
      letter-spacing: 0.34px;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .cdirect-audit-card__name {
      color: #E34946;
      font-family: 'Oswald Regular';
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 150.7%;
      /* 22.605px */
      letter-spacing: 0.15px;
      text-transform: uppercase;
      margin-bottom: 16px; }
    .cdirect-audit-card__link {
      color: #091A2C;
      font-family: 'RobotoBold';
      font-size: 17px;
      font-style: normal;
      line-height: 25px;
      /* 147.059% */
      text-decoration-line: underline;
      text-transform: uppercase; }
    .cdirect-audit-card__buts {
      margin-top: 32px; }
      @media (max-width: 600px) {
        .cdirect-audit-card__buts > * {
          width: 100%; } }
    .cdirect-audit-card__result {
      padding: 33px 22px;
      margin: 26px 0;
      color: #000;
      font-family: 'RobotoRegular';
      font-size: 15px;
      font-style: normal;
      font-weight: 400;
      line-height: 25px;
      position: relative; }
      .cdirect-audit-card__result:after {
        content: "";
        position: absolute;
        border-radius: 15px;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100%;
        background: rgba(83, 176, 238, 0.53);
        z-index: 1; }
      .cdirect-audit-card__result > * {
        position: relative;
        z-index: 2; }
    .cdirect-audit-card__price {
      margin: 26px 0; }
      .cdirect-audit-card__price span {
        text-decoration-line: underline; }
    @media (min-width: 920px) {
      .cdirect-audit-card:nth-child(odd) .cdirect-audit-card__left {
        order: 2; }
      .cdirect-audit-card:nth-child(odd) .cdirect-audit-card__right {
        order: 1; }
      .cdirect-audit-card:nth-child(odd) .cdirect-audit-card__result:after {
        right: 0;
        left: auto; } }

.uk-width-5-12 {
  width: 100%; }
  @media (min-width: 1280px) {
    .uk-width-5-12 {
      width: 41.6%; } }

.uk-grid-yandex {
  margin-left: -17px; }
  .uk-grid-yandex > * {
    padding-left: 17px; }

.cdirect-ya {
  padding-bottom: 25px;
  border-bottom: 4px solid #379CDD; }
  .cdirect-ya__box {
    border-radius: 10px;
    background: rgba(59, 167, 236, 0.49);
    padding: 96px 20px 20px;
    box-sizing: border-box;
    position: relative;
    color: #FFF;
    text-align: center;
    font-family: 'RobotoBold';
    font-size: 17px;
    font-size: 14px !important;
    font-style: normal;
    line-height: 25px;
    /* 147.059% */
    text-decoration-line: underline; }
    .cdirect-ya__box img {
      position: absolute;
      left: 50%;
      top: -20px;
      transform: translateX(-50%); }
    @media only screen and (min-width: 320px) {
      .cdirect-ya__box {
        font-size: calc( 14px + 3 * (100vw - 320px) / (1200 - 320) ) !important; } }
    @media only screen and (min-width: 1200px) {
      .cdirect-ya__box {
        font-size: 17px !important; } }
  .cdirect-ya__txt {
    width: 42.2%;
    text-align: center;
    color: #FFF;
    font-family: 'Oswald Regular';
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 150.7%;
    /* 36.168px */
    letter-spacing: 0.24px;
    text-transform: uppercase; }
    .cdirect-ya__txt span {
      color: #F7FB58;
      font-family: 'Oswald Bold';
      font-size: 34px;
      font-style: normal;
      letter-spacing: 0.34px; }
  @media (max-width: 480px) {
    .cdirect-ya .uk-grid > * {
      width: 100%; } }

.cdirect-ya-txt {
  color: #FFF;
  font-family: 'RobotoBold';
  font-size: 17px;
  font-style: normal;
  line-height: 25px;
  /* 147.059% */
  margin: 26px 0 35px; }

#audit {
  margin-bottom: 23px; }

.cdirect-header__stxt {
  margin-top: 30px;
  color: #FFF;
  font-family: 'RobotoBold';
  font-size: 17px;
  font-style: normal;
  line-height: 25px;
  /* 147.059% */ }

.cdirect-section--new_author_block {
  padding: 77px 0 0; }
  .cdirect-section--new_author_block .cdirect-header__list li + li {
    margin-top: 25px; }
  .cdirect-section--new_author_block .cdirect-boos-wrap {
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width='360' height='360' viewBox='0 0 360 360' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='179.545' cy='180.013' r='179.545' fill='%23183655' fill-opacity='0.09'/%3E%3Ccircle cx='179.877' cy='179.68' r='141.308' fill='%23214B75' fill-opacity='0.13'/%3E%3C/svg%3E%0A"); }

#bx24_form_inline_first3 {
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 960px) {
    #bx24_form_inline_first3 {
      padding-left: 0;
      padding-right: 57px; } }
  #bx24_form_inline_first3 .b24-form-control-icon-after .b24-form-control {
    height: 36px !important;
    border-radius: 5px !important;
    padding: 0 15px !important; }
  #bx24_form_inline_first3 .b24-form-control-label {
    display: none !important; }
  #bx24_form_inline_first3 .b24-form-btn-block {
    text-align: center; }
  #bx24_form_inline_first3 .b24-form-btn {
    width: 168px;
    min-height: 36.105px !important;
    height: 36.105px !important;
    margin: 8px auto 0 !important;
    border-radius: 5px !important;
    padding: 0 !important;
    color: #FFF;
    text-align: center;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.12px;
    text-transform: uppercase; }

.uk-grid-26 {
  margin-left: -26px; }
  .uk-grid-26 > * {
    padding-left: 26px; }

.cdirect-tcard__right {
  width: 100%; }
  @media (min-width: 960px) {
    .cdirect-tcard__right {
      width: 27.2%; } }

#audit > *:first-child {
  padding-bottom: 0 !important; }

#audit .cdirect-header__caption {
  padding-bottom: 20px; }
#audit .cdirect-header__list.cdirect-header__string {
  padding-top: 17px !important; }
#audit .cdirect-header__list.cdirect-header__string + #bx24_form_inline_first {
  margin-top: 30px !important; }

.cdirect-ya-form .b24-form-padding-side {
  padding: 0 !important; }
.cdirect-ya-form .b24-form-wrapper {
  min-height: 0 !important; }
.cdirect-ya-form .b24-form-progress-container,
.cdirect-ya-form .b24-form-sign,
.cdirect-ya-form .b24-form-header-padding {
  display: none !important; }
.cdirect-ya-form .b24-form-progress-container + * + *:not(.b24-form-btn-container) {
  display: none !important; }
.cdirect-ya-form .b24-form-wrapper {
  background-color: transparent !important; }
.cdirect-ya-form input.b24-form-control,
.cdirect-ya-form .b24-form-style-modern .b24-form-control-string .b24-form-control {
  background: #fff !important;
  height: 50px !important;
  border: none !important;
  border-radius: 5px 0 0 5px !important; }
.cdirect-ya-form .b24-form-field-email, .cdirect-ya-form .b24-form-control-container {
  margin-bottom: 0 !important; }
.cdirect-ya-form .b24-form-btn-block {
  padding: 0 !important; }
.cdirect-ya-form .b24-form-btn.b24-form-btn-white.b24-form-btn-border {
  background: #fff !important;
  border-radius: 5px 0 0 5px !important; }
.cdirect-ya-form form {
  display: flex;
  flex-wrap: wrap; }
  .cdirect-ya-form form > * {
    width: 50%; }
  .cdirect-ya-form form.uk-flex-column > * {
    width: 100%; }
  .cdirect-ya-form form.uk-flex-column .b24-form-btn-container {
    margin: 0 !important; }
.cdirect-ya-form button {
  min-height: 50px !important;
  height: 50px !important;
  font-size: 0;
  border-radius: 0 5px 5px 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important; }
  .cdirect-ya-form button:after {
    content: "Скачать";
    font-size: 15px; }
.cdirect-ya-form .b24-form-btn.b24-form-btn-white.b24-form-btn-border:after {
  content: "Назад"; }

.cdirect-audit__but {
  border-radius: 0 5px 5px 0;
  background: #E34946;
  display: flex;
  width: 245px;
  height: 60px;
  justify-content: center;
  align-items: center;
  border: none;
  cursor: pointer;
  padding: 0 !important;
  color: #FFF;
  text-align: center;
  font-family: 'RobotoBold';
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  letter-spacing: 0.16px;
  text-transform: uppercase; }

@media (max-width: 1199px) {
  #result .cfrom form > :first-child > *,
  #result .cfrom form > * {
    padding-left: 0 !important; } }
@media (max-width: 960px) {
  .cdirect-caption::after {
    right: 0; } }
@media (max-width: 480px) {
  #bx24_form_inline_second_2 .b24-form {
    padding: 0 !important; } }
@media (max-width: 400px) {
  .cdirect-context__certificate::after {
    right: 0;
    top: -36px; }

  .cdirect-header--new .uk-grid .uk-margin-auto-left {
    padding-left: 0; } }
.cdirect-header__caption,
.cdirect-caption {
  font-size: 25px !important; }
  @media only screen and (min-width: 320px) {
    .cdirect-header__caption,
    .cdirect-caption {
      font-size: calc( 25px + 5 * (100vw - 320px) / (1200 - 320) ) !important; } }
  @media only screen and (min-width: 1200px) {
    .cdirect-header__caption,
    .cdirect-caption {
      font-size: 30px !important; } }

.cdirect-audit__caption {
  font-size: 25px !important; }
  @media only screen and (min-width: 320px) {
    .cdirect-audit__caption {
      font-size: calc( 25px + 9 * (100vw - 320px) / (1200 - 320) ) !important; } }
  @media only screen and (min-width: 1200px) {
    .cdirect-audit__caption {
      font-size: 34px !important; } }

.cdirect-tcard__header {
  font-size: 20px !important; }
  @media only screen and (min-width: 320px) {
    .cdirect-tcard__header {
      font-size: calc( 20px + 4 * (100vw - 320px) / (1200 - 320) ) !important; } }
  @media only screen and (min-width: 1200px) {
    .cdirect-tcard__header {
      font-size: 24px !important; } }

.cdirect-tcard {
  font-size: 15px !important; }
  @media only screen and (min-width: 320px) {
    .cdirect-tcard {
      font-size: calc( 15px + 2 * (100vw - 320px) / (1200 - 320) ) !important; } }
  @media only screen and (min-width: 1200px) {
    .cdirect-tcard {
      font-size: 17px !important; } }

.cdirect-audit-card__title {
  font-size: 25px !important; }
  @media only screen and (min-width: 320px) {
    .cdirect-audit-card__title {
      font-size: calc( 25px + 9 * (100vw - 320px) / (1200 - 320) ) !important; } }
  @media only screen and (min-width: 1200px) {
    .cdirect-audit-card__title {
      font-size: 34px !important; } }

.cdirect-audit-card {
  font-size: 17px !important; }
  @media only screen and (min-width: 320px) {
    .cdirect-audit-card {
      font-size: calc( 17px + 3 * (100vw - 320px) / (1200 - 320) ) !important; } }
  @media only screen and (min-width: 1200px) {
    .cdirect-audit-card {
      font-size: 20px !important; } }

/*# sourceMappingURL=cd.css.map */
