.layout {
  width: 100%;
  display: flex;
  padding: 32px 16px 0 16px;
  margin: 0 !important; }
  .layout .layout-left {
    width: 1075px;
    display: block; }
    .layout .layout-left .container-left {
      display: none; }
  .layout .layout-right {
    width: 300px;
    margin: 0 0 84px 10px;
    background: #FFFFFF;
    padding: 16px 24px; }
  @media (max-width: 1700px) {
    .layout .layout-left {
      width: 100%; }
      .layout .layout-left .container-left {
        display: flex; }
    .layout .layout-right {
      display: none !important; } }

.new-web .layout-left {
  width: 100%; }

@media (max-width: 991px) {
  .layout {
    padding: 16px 0 !important; } }
.main-panel.layout {
  width: calc(100% - 260px); }

.checkbox {
  position: relative; }
  .checkbox input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0; }

.profile {
  margin: 0; }
  .profile .tab-item {
    display: none; }
  .profile .tab-item.active {
    display: block; }
  .profile form {
    margin: 0; }
  .profile p.big-title {
    color: #464747;
    font-family: "Bebas Neue Bold";
    font-size: 22px;
    font-weight: 400;
    margin: 0;
    line-height: 1.3; }
  .profile .button-tab {
    cursor: pointer;
    padding: 15px 30px; }
    .profile .button-tab p.title-button-tab {
      color: #8a8989;
      font-family: "Bebas Neue Bold";
      font-size: 22px;
      font-weight: 400;
      line-height: 1;
      margin: 0; }
  .profile .button-tab.active {
    background: #FFFFFF; }
    .profile .button-tab.active p.title-button-tab {
      color: #464747; }
  .profile .block-user-photo .block-left-user-photo {
    width: 125px; }
    .profile .block-user-photo .block-left-user-photo .block-img-user {
      width: 125px;
      height: 125px;
      border-radius: 50%;
      background-position: center !important;
      background-size: cover !important;
      background-repeat: no-repeat !important;
      background-image: url("../../images/profile.png"); }
  .profile .block-user-photo .block-right-user-photo {
    width: calc(100% - 125px);
    padding: 30px 0 0 15px; }
    .profile .block-user-photo .block-right-user-photo .button-load-new-photo {
      display: inline-block;
      height: 34px;
      border-radius: 3px;
      background-color: #e5e5e5;
      padding: 10px 25px;
      cursor: pointer; }
      .profile .block-user-photo .block-right-user-photo .button-load-new-photo label {
        color: #000000;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        margin: 0;
        cursor: pointer; }
    .profile .block-user-photo .block-right-user-photo p.title-info-load-photo {
      color: #565656;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 17px 0 0 0; }
  @media (max-width: 520px) {
    .profile .block-user-photo .block-left-user-photo {
      width: 100%; }
      .profile .block-user-photo .block-left-user-photo .block-img-user {
        margin: 0 auto; }
    .profile .block-user-photo .block-right-user-photo {
      width: 100%;
      padding: 30px 0 0 0; }
      .profile .block-user-photo .block-right-user-photo .button-load-new-photo {
        display: block;
        width: 100%;
        padding: 10px 0px; }
        .profile .block-user-photo .block-right-user-photo .button-load-new-photo label {
          display: block;
          text-align: center; } }
  .profile .section-input-profile {
    background: #FFFFFF;
    margin: 0 0 17px 0;
    padding: 20px 30px; }
    .profile .section-input-profile .block-input-profile .pl-7 {
      padding: 0 0 0 7px; }
    .profile .section-input-profile .block-input-profile .pr-7 {
      padding: 0 7px 0 0; }
    .profile .section-input-profile .block-input-profile .ph-7 {
      padding: 0 7px; }
    @media (min-width: 991px) {
      .profile .section-input-profile .block-input-profile .cp-xl-0 {
        padding: 0; } }
    @media (max-width: 991px) {
      .profile .section-input-profile .block-input-profile .cp-lg-0 {
        padding: 0; } }
    @media (max-width: 767px) {
      .profile .section-input-profile .block-input-profile .cp-md-0 {
        padding: 0; } }
    @media (max-width: 575px) {
      .profile .section-input-profile .block-input-profile .cp-sm-0 {
        padding: 0; } }
    .profile .section-input-profile .block-input-profile .form-group label {
      color: #4f4f4f;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0 0 8px 0; }
    .profile .section-input-profile .block-input-profile .form-group input {
      border-radius: 3px; }
    .profile .section-input-profile .block-input-profile .form-group p.description {
      padding: 0 30px;
      color: #1e1e1e;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      line-height: 22px; }
  @media (max-width: 991px) {
    .profile .section-input-profile {
      padding: 16px; } }
  .profile .button-up-date-profile {
    height: 44px;
    border-radius: 3px;
    background-color: #339cdd;
    display: block;
    cursor: pointer;
    padding: 0 19px;
    width: 164px;
    margin: 23px auto 0 auto; }
    .profile .button-up-date-profile p.title-button-up-date-profile {
      color: #ffffff;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      margin: 0;
      line-height: 44px; }

.certificate {
  padding: 27px 30px 30px 30px;
  margin: 0; }
  .certificate .cart-certificate {
    border-radius: 3px;
    background-color: #ffffff;
    margin: 0 0 18px 0;
    height: 181px; }
    .certificate .cart-certificate .img-cart-certificate p.logo-cart-gray {
      width: 72px;
      height: 72px;
      border-radius: 3px;
      background-color: #c3c3c3;
      opacity: 0.36;
      display: block;
      color: #818181;
      font-family: Roboto;
      font-size: 40px;
      line-height: 72px;
      text-align: center;
      margin: 0 auto; }
      .certificate .cart-certificate .img-cart-certificate p.logo-cart-gray span {
        font-size: 24px; }
    .certificate .cart-certificate .img-cart-certificate .bg-cart-certificate {
      width: 100%;
      height: 100%;
      background-repeat: no-repeat !important;
      background-size: cover !important;
      background-position: center !important; }
    .certificate .cart-certificate .info-cart-certificate {
      padding: 25px 20px 30px 20px; }
      .certificate .cart-certificate .info-cart-certificate p.title-cart-certificate {
        color: #464747;
        font-family: "Bebas Neue Bold";
        font-size: 22px;
        font-weight: normal;
        line-height: 28px;
        margin: 0 0 6px 0;
        text-transform: uppercase; }
      .certificate .cart-certificate .info-cart-certificate p.number-cart-certificate {
        color: #464747;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        margin: 0; }
        .certificate .cart-certificate .info-cart-certificate p.number-cart-certificate span {
          font-weight: 500; }
      .certificate .cart-certificate .info-cart-certificate p.hour-cart-certificate {
        color: #464747;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        margin: 0; }
        .certificate .cart-certificate .info-cart-certificate p.hour-cart-certificate span {
          font-weight: 500; }
      .certificate .cart-certificate .info-cart-certificate p.description-cart-certificate {
        color: #565656;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        margin: 24px 0 0 0; }
    .certificate .cart-certificate .button-cart-certificate {
      padding: 0; }
      .certificate .cart-certificate .button-cart-certificate .button-download-certificate {
        height: 44px;
        border-radius: 3px;
        background-color: #339cdd;
        display: inline-block;
        padding: 16px 30px;
        cursor: pointer; }
        .certificate .cart-certificate .button-cart-certificate .button-download-certificate p.title-button-download-certificate {
          color: #ffffff;
          font-family: Roboto;
          font-size: 14px;
          font-weight: 500;
          line-height: 1;
          margin: 0; }
  .certificate .cart-certificate.gray {
    cursor: default; }
    .certificate .cart-certificate.gray .img-cart-certificate {
      background-color: #dcdcdc; }
      .certificate .cart-certificate.gray .img-cart-certificate p.logo-cart-gray {
        width: 72px;
        height: 72px;
        border-radius: 3px;
        background-color: #c3c3c3;
        opacity: 0.36;
        display: block;
        color: #818181;
        font-family: Roboto;
        font-size: 40px;
        line-height: 72px;
        text-align: center;
        margin: 0 auto; }
        .certificate .cart-certificate.gray .img-cart-certificate p.logo-cart-gray span {
          font-size: 24px; }
      .certificate .cart-certificate.gray .img-cart-certificate p.title-cart-gray {
        color: #c3c3c3;
        font-family: Roboto;
        font-size: 20px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        margin: 16px 0 0 0;
        text-align: center; }
    .certificate .cart-certificate.gray .info-cart-certificate p.title-cart-certificate {
      color: #cecece; }
    .certificate .cart-certificate.gray .info-cart-certificate p.number-cart-certificate {
      color: #cecece; }
    .certificate .cart-certificate.gray .info-cart-certificate p.hour-cart-certificate {
      color: #cecece; }
    .certificate .cart-certificate.gray .info-cart-certificate p.description-cart-certificate {
      color: #cecece; }
    .certificate .cart-certificate.gray .button-download-certificate {
      background-color: #e8e8e8;
      cursor: default; }
      .certificate .cart-certificate.gray .button-download-certificate p.title-button-download-certificate {
        color: #c6c6c6; }
  @media (max-width: 1200px) {
    .certificate {
      margin: auto; }
      .certificate .cart-certificate {
        height: auto; }
        .certificate .cart-certificate .img-cart-certificate {
          height: 430px; }
        .certificate .cart-certificate .button-cart-certificate {
          padding: 0 18px 40px 18px; }
          .certificate .cart-certificate .button-cart-certificate .button-download-certificate {
            display: block;
            width: 100%; }
            .certificate .cart-certificate .button-cart-certificate .button-download-certificate p.title-button-download-certificate {
              text-align: center; } }
  @media (max-width: 961px) {
    .certificate {
      margin: auto; }
      .certificate .cart-certificate .img-cart-certificate {
        height: 300px; } }
  @media (max-width: 577px) {
    .certificate {
      margin: auto; }
      .certificate .cart-certificate .img-cart-certificate {
        height: 200px; } }

.webinar .cart-webinar {
  height: 190px;
  width: 320px;
  padding: 0 !important;
  margin: 0 8px 16px 8px !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .webinar .cart-webinar a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 38px 16px 27px 16px;
    position: relative;
    z-index: 3; }
    .webinar .cart-webinar a p.top-cart-webinar {
      color: #ffffff;
      font-family: Roboto;
      font-size: 12px;
      font-weight: 400;
      line-height: 21px;
      text-transform: uppercase;
      margin: 0; }
    .webinar .cart-webinar a p.title-cart-webinar {
      color: #ffffff;
      font-family: "Bebas Neue Bold";
      font-size: 18px;
      font-weight: 400;
      line-height: 18px;
      text-transform: uppercase;
      margin: 0 0 28px 0;
      height: 54px;
      overflow: hidden; }
    .webinar .cart-webinar a p.name-cart-webinar {
      color: #ffffff;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      line-height: 18px;
      overflow: hidden;
      height: 18px;
      text-transform: uppercase;
      margin: 0; }
    .webinar .cart-webinar a span.bottom-info-cart-webinar {
      height: 38px;
      background-color: #070128;
      opacity: 0.7;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: 0;
      padding: 0 16px;
      line-height: 38px;
      color: #ffffff;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      margin: 0; }
      .webinar .cart-webinar a span.bottom-info-cart-webinar span.date-cart-webinar {
        float: left;
        margin: 0 15px 0 0; }
      .webinar .cart-webinar a span.bottom-info-cart-webinar span.time-cart-webinar {
        float: left; }
      .webinar .cart-webinar a span.bottom-info-cart-webinar span.state-cart-webinar {
        text-transform: uppercase;
        float: right; }
.webinar .cart-webinar:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: linear-gradient(-262deg, #090023 0%, rgba(2, 135, 213, 0) 100%);
  z-index: 2; }

.contacts h1.big-title {
  color: #464747;
  font-family: "Bebas Neue Bold";
  font-size: 22px;
  font-weight: 400;
  margin: 10px 0 50px 0; }
.contacts p.title-contact {
  color: #464747;
  font-family: Roboto;
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 20px 0; }
.contacts p.info-contact {
  color: #464747;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 50px 0; }
  .contacts p.info-contact a {
    font-size: 14px;
    font-weight: 500;
    color: #464747;
    cursor: pointer;
    text-decoration: none; }
  .contacts p.info-contact a:hover {
    text-decoration: underline; }
.contacts .block-list-social a {
  display: inline-block;
  height: 24px;
  width: 24px;
  margin: 0 10px 0 0; }
  .contacts .block-list-social a svg {
    height: 24px;
    width: 24px; }
.contacts p.description-contact {
  color: #838383;
  font-family: Roboto;
  font-size: 14px;
  font-weight: 500;
  margin: 100px 0 0 0; }

.event h3.header-title {
  color: #444444;
  font-family: "Bebas Neue Bold";
  font-size: 22px;
  font-weight: 400;
  margin: 0 0 30px 0; }
.event .block-list-category {
  margin: 0 0 30px 0; }
  .event .block-list-category a {
    display: block;
    width: 100%;
    color: #6e6e6e;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 8px 0;
    text-decoration: none;
    transition: .3s;
    padding: 0 0 0 32px;
    position: relative; }
  .event .block-list-category a:hover {
    text-decoration: underline;
    color: #157fc9; }
  .event .block-list-category a:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #157fc9;
    top: 5px;
    left: 0; }
.event .shell-event.event-cube {
  padding: 0 16px 16px 0;
  width: 350px;
  margin: 0 !important;
  cursor: pointer;
  position: relative;
  z-index: 1;
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important; }
  .event .shell-event.event-cube .block-event {
    width: 100%;
    padding: 15px;
    cursor: pointer;
    position: relative;
    z-index: 3; }
    .event .shell-event.event-cube .block-event p.category-event {
      color: #ffffff;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      margin: 0 0 40px 0; }
    .event .shell-event.event-cube .block-event p.description-event {
      color: #ffffff;
      font-family: Roboto;
      text-transform: uppercase;
      font-weight: 400;
      margin: 0 0 4px 0; }
    .event .shell-event.event-cube .block-event p.title-event {
      color: #ffffff;
      font-family: "Bebas Neue Bold";
      font-size: 22px;
      line-height: 24px;
      font-weight: 400;
      text-transform: uppercase;
      height: 48px;
      overflow: hidden;
      margin: 0 0 20px 0; }
    .event .shell-event.event-cube .block-event p.date-event {
      color: #ffffff;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      margin: 0; }
  .event .shell-event.event-cube .block-event:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(-262deg, #090023 0%, rgba(2, 135, 213, 0) 100%);
    z-index: -1; }
.event .shell-event.event-row .block-event {
  height: 41px;
  border-radius: 0 3px 3px 0;
  background-color: #e8e8e8;
  border-left: 10px solid #157fc9;
  transition: .3s;
  padding: 0 25px 0 14px;
  cursor: pointer; }
  .event .shell-event.event-row .block-event p.category-event {
    float: left;
    color: #2b2b2b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px;
    margin: 0 50px 0 0;
    text-transform: uppercase; }
  .event .shell-event.event-row .block-event p.type-event {
    float: left;
    color: #2b2b2b;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 41px;
    margin: 0 50px 0 0;
    text-transform: uppercase; }
  .event .shell-event.event-row .block-event p.title-event {
    float: left;
    color: #545454;
    font-family: "Bebas Neue Bold";
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 41px;
    text-transform: uppercase; }
  .event .shell-event.event-row .block-event p.name-author-event {
    float: right;
    color: #404040;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 0 20px 0 0;
    line-height: 41px;
    text-transform: uppercase; }
  .event .shell-event.event-row .block-event p.date-event {
    float: right;
    color: #404040;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    line-height: 41px;
    text-transform: uppercase; }
.event .shell-event.event-row .block-event:hover {
  background-color: rgba(21, 127, 201, 0.14); }

.layout-video {
  display: table;
  padding: 24px 0 0 32px;
  background-color: #f6f6f6 !important; }
  .layout-video p.title-big {
    color: #464747;
    font-family: "Bebas Neue Bold";
    font-size: 22px;
    font-weight: 400; }
  .layout-video .layout-left {
    width: 1075px;
    float: left;
    margin: 0 30px 0 0; }
    .layout-video .layout-left .shell-video .block-video {
      width: 100%; }
    .layout-video .layout-left .shell-video p.description-video {
      color: #262626;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      margin: 24px 0 20px 0; }
  .layout-video .layout-right {
    width: calc(100% - 1105px);
    float: left; }
    .layout-video .layout-right .shell-chat {
      width: 355px; }
  .layout-video .footer-layout-video {
    max-width: 1075px;
    float: none; }
    .layout-video .footer-layout-video p.drop-down-info-video {
      margin: 0 0 20px 0; }
      .layout-video .footer-layout-video p.drop-down-info-video span.top-drop-down-info-video {
        color: #464747;
        font-family: "Bebas Neue Bold";
        font-size: 22px;
        font-weight: 400;
        margin: 0;
        cursor: pointer;
        position: relative;
        padding: 0 20px 0 0; }
      .layout-video .footer-layout-video p.drop-down-info-video span.top-drop-down-info-video:after {
        content: '';
        position: absolute;
        width: 14px;
        height: 2px;
        background: #157fc9;
        top: 11px;
        right: 0px; }
      .layout-video .footer-layout-video p.drop-down-info-video span.top-drop-down-info-video:before {
        content: '';
        position: absolute;
        width: 14px;
        height: 2px;
        background: #157fc9;
        top: 11px;
        right: 0px;
        transform: rotate(90deg); }
      .layout-video .footer-layout-video p.drop-down-info-video span.body-drop-down-info-video {
        color: #262626;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        display: none;
        width: 100%; }

@media (max-width: 1700px) {
  .layout-video {
    padding: 24px 32px 0 32px; }
    .layout-video .layout-left {
      width: 100%;
      float: none; }
    .layout-video .layout-right {
      width: 100%;
      float: none; } }
@media (max-width: 991px) {
  .main-panel {
    display: block; }

  .layout-video {
    padding: 16px; } }
.shell-auth .block-auth {
  position: relative; }
  .shell-auth .block-auth .block-banner-auth {
    background-image: url("../../images/banner.png");
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    width: 540px;
    height: 100vh;
    position: fixed;
    left: 0;
    top: 0;
    padding: 50px; }
    .shell-auth .block-auth .block-banner-auth .block-banner-logo {
      width: 100%;
      height: 81px;
      margin: calc(50vh - 150px) 0 0 0; }
      .shell-auth .block-auth .block-banner-auth .block-banner-logo img {
        display: block;
        margin: 0 auto;
        width: 84px;
        height: 81px; }
    .shell-auth .block-auth .block-banner-auth .block-banner-title p.title-banner {
      color: #ffffff;
      font-size: 26px;
      font-family: 'Bebas Neue';
      font-weight: 300;
      line-height: 1;
      text-transform: uppercase;
      text-align: center;
      margin: 25px 0 0 0; }
      .shell-auth .block-auth .block-banner-auth .block-banner-title p.title-banner span.bold {
        font-weight: 400;
        display: block; }
    .shell-auth .block-auth .block-banner-auth .block-banner-footer {
      position: absolute;
      left: 0;
      bottom: 50px;
      width: 100%; }
      .shell-auth .block-auth .block-banner-auth .block-banner-footer p.title-banner-footer {
        margin: 0;
        width: 100%;
        color: #ffffff;
        font-family: 'Bebas Neue';
        font-size: 24px;
        font-weight: 400;
        text-align: center; }
  .shell-auth .block-auth .block-banner-auth:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(9, 0, 35, 0.7);
    z-index: -1; }
  .shell-auth .block-auth .auth-reg {
    padding: 150px 15px 0 15px; }
    .shell-auth .block-auth .auth-reg .block-logo-auth.mob {
      width: 100%; }
      .shell-auth .block-auth .auth-reg .block-logo-auth.mob img {
        display: block;
        margin: 0 auto;
        width: 84px;
        height: 81px; }
      .shell-auth .block-auth .auth-reg .block-logo-auth.mob p.title-logo {
        color: #2a2a2a;
        font-size: 26px;
        font-family: 'Bebas Neue';
        font-weight: 300;
        line-height: 1;
        text-transform: uppercase;
        text-align: center;
        margin: 25px 0 70px 0; }
        .shell-auth .block-auth .auth-reg .block-logo-auth.mob p.title-logo span.bold {
          font-weight: 400;
          display: block; }
    .shell-auth .block-auth .auth-reg .block-auth-reg .block-title-auth {
      max-width: 475px; }
      .shell-auth .block-auth .auth-reg .block-auth-reg .block-title-auth p.title-auth {
        color: #575757;
        font-size: 20px;
        font-weight: 400; }
    .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs {
      max-width: 340px;
      margin: 40px 0 0 0; }
      .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-top-tabs {
        display: table;
        width: 100%;
        padding: 0 0 20px 0; }
        .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-top-tabs .block-tab-button {
          float: left;
          cursor: pointer; }
          .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-top-tabs .block-tab-button p.title-tab-button {
            color: #969696;
            font-family: "Bebas Neue";
            font-size: 22px;
            font-weight: 400;
            line-height: 22px;
            text-transform: uppercase; }
        .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-top-tabs .block-tab-button.tab-1 {
          margin: 0 150px 0 0; }
        .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-top-tabs .block-tab-button.active p.title-tab-button {
          color: #474747; }
      .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item {
        display: none; }
        .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item .form-group {
          width: 100%;
          margin: 0 0 15px 0 !important;
          padding: 0 !important; }
          .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item .form-group label {
            width: 100%;
            margin: 0 0 8px 0 !important;
            padding: 0 !important;
            text-transform: none;
            font-weight: 100;
            color: #7f8291; }
          .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item .form-group input {
            width: 100%;
            margin: 0 !important;
            padding: 0 15px !important;
            border-radius: 3px;
            border: 1px solid #8a8989;
            height: 40px;
            background: white;
            box-shadow: none;
            font-size: 14px;
            color: #177fca;
            transition: all 0.3s ease 0s;
            font-weight: 400; }
          .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item .form-group button {
            width: 100%;
            margin: 20px 0 0 0 !important;
            padding: 11px 0 !important;
            border-radius: 3px;
            background-color: #157fc9;
            color: #ffffff;
            font-family: Roboto;
            font-size: 14px;
            font-weight: 400; }
          .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item .form-group a {
            color: #157fc9;
            font-family: Roboto;
            font-size: 16px;
            padding: 0 0 16px 0;
            text-align: left;
            display: block;
            font-weight: 400;
            text-transform: none;
            margin: 0;
            border: 0; }
          .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item .form-group a:hover {
            background: transparent; }
          .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item .form-group p.description {
            color: #1e1e1e;
            font-family: Roboto;
            font-size: 14px;
            font-weight: 400;
            line-height: 22px;
            margin: 20px 0 0 0; }
      .shell-auth .block-auth .auth-reg .block-auth-reg .block-tabs .block-body-tabs .block-tab-item.active {
        display: block; }
    .shell-auth .block-auth .auth-reg .block-list-social-auth {
      display: block;
      width: 100%;
      margin: 50px 0; }
      .shell-auth .block-auth .auth-reg .block-list-social-auth a {
        display: inline-block;
        height: 24px;
        width: 24px;
        margin: 0 10px 0 0; }
        .shell-auth .block-auth .auth-reg .block-list-social-auth a svg {
          height: 24px;
          width: 24px; }
    .shell-auth .block-auth .auth-reg .block-footer-auth p.title-footer-mob-auth {
      color: #3c3c3c;
      font-family: "Bebas Neue";
      font-size: 31px;
      font-weight: 400;
      line-height: 44px; }
    .shell-auth .block-auth .auth-reg .block-footer-auth p.title-footer-auth {
      color: #575757;
      font-family: Roboto;
      font-size: 18px;
      font-weight: 400; }
  .shell-auth .block-auth .mob {
    display: none; }
  .shell-auth .block-auth .pc {
    display: block; }
  @media (max-width: 1500px) {
    .shell-auth .block-auth .mob {
      display: block; }
    .shell-auth .block-auth .pc {
      display: none; }
    .shell-auth .block-auth .block-banner-auth {
      display: none; }
    .shell-auth .block-auth .auth-reg {
      padding: 50px 16px 0 16px; } }

.navbar .navbar-header button.navbar-toggle {
  width: 30px;
  height: 28px;
  background: #FFFFFF;
  padding: 0;
  position: relative; }
  .navbar .navbar-header button.navbar-toggle .icon-bar {
    width: 40px;
    height: 4px;
    border-radius: 2px;
    background: #000000;
    position: absolute; }
  .navbar .navbar-header button.navbar-toggle .bar-1 {
    top: 0;
    left: 0; }
  .navbar .navbar-header button.navbar-toggle .bar-2 {
    top: calc(50% - 2px);
    left: 0; }
  .navbar .navbar-header button.navbar-toggle .bar-3 {
    bottom: 0;
    left: 0; }

.block-top-header {
  width: 100%;
  height: 72px;
  background: #FFFFFF; }
  .block-top-header .container {
    height: 72px;
    margin: 0; }
    .block-top-header .container .row {
      height: 72px; }
      .block-top-header .container .row .col-12 {
        height: 72px; }
  .block-top-header .block-left-top-header {
    float: left;
    height: 72px;
    padding: 0 0 0 45px; }
    .block-top-header .block-left-top-header .block-list-bread {
      display: flex;
      width: 460px;
      height: 60px;
      margin: 6px 0; }
      .block-top-header .block-left-top-header .block-list-bread a {
        color: #464747;
        font-family: Roboto;
        font-size: 18px;
        font-weight: 400;
        line-height: 20px;
        display: flex;
        margin: auto 25px auto 0;
        width: 460px; }
      .block-top-header .block-left-top-header .block-list-bread a.active {
        color: #0184d5; }
    .block-top-header .block-left-top-header .block-button-hamburger {
      display: none;
      width: 40px;
      height: 72px;
      padding: 21px 5px; }
      .block-top-header .block-left-top-header .block-button-hamburger button.navbar-toggle {
        width: 30px;
        height: 26px;
        background: #FFFFFF;
        padding: 0;
        position: relative;
        cursor: pointer;
        margin: 0; }
        .block-top-header .block-left-top-header .block-button-hamburger button.navbar-toggle .icon-bar {
          width: 30px;
          height: 4px;
          border-radius: 2px;
          background-color: #9b9a9a;
          position: absolute; }
        .block-top-header .block-left-top-header .block-button-hamburger button.navbar-toggle .bar-1 {
          top: 0;
          left: 0; }
        .block-top-header .block-left-top-header .block-button-hamburger button.navbar-toggle .bar-2 {
          top: calc(50% - 2px);
          left: 0; }
        .block-top-header .block-left-top-header .block-button-hamburger button.navbar-toggle .bar-3 {
          bottom: 0;
          left: 0; }
  .block-top-header .block-right-top-header {
    float: right;
    height: 72px;
    padding: 0 50px 0 0; }
    .block-top-header .block-right-top-header .block-list-button-top-header {
      height: 72px;
      float: left; }
      .block-top-header .block-right-top-header .block-list-button-top-header .block-button-top-header {
        height: 72px;
        width: 50px;
        position: relative;
        cursor: pointer;
        float: left; }
        .block-top-header .block-right-top-header .block-list-button-top-header .block-button-top-header svg {
          width: 30px;
          height: 30px;
          margin: 21px 0 0 5px; }
          .block-top-header .block-right-top-header .block-list-button-top-header .block-button-top-header svg path {
            fill: #8a8989; }
        .block-top-header .block-right-top-header .block-list-button-top-header .block-button-top-header span.info {
          display: block;
          width: 23px;
          height: 23px;
          border-radius: 50%;
          background-color: #339cdd;
          position: absolute;
          bottom: 13px;
          right: 5px;
          color: #ffffff;
          font-family: Roboto;
          font-size: 16px;
          font-weight: 400;
          line-height: 23px;
          text-align: center;
          margin: 0; }
    .block-top-header .block-right-top-header .block-user-top-header {
      height: 72px;
      float: left; }
      .block-top-header .block-right-top-header .block-user-top-header .block-top-user-top-header {
        display: table;
        padding: 0 0 30px 0; }
        .block-top-header .block-right-top-header .block-user-top-header .block-top-user-top-header p.name-user {
          color: #8a8989;
          font-family: Roboto;
          font-size: 18px;
          font-weight: 400;
          line-height: 72px;
          margin: 0 18px 0 0;
          float: left; }
          @media (max-width: 500px) {
            .block-top-header .block-right-top-header .block-user-top-header .block-top-user-top-header p.name-user {
              display: none; } }
        .block-top-header .block-right-top-header .block-user-top-header .block-top-user-top-header .bg-ava-user {
          width: 50px;
          height: 50px;
          margin: 11px 0;
          border-radius: 50%;
          background-position: center !important;
          background-size: cover !important;
          background-repeat: no-repeat !important;
          float: left;
          background-image: url("../../images/profile.png"); }
      .block-top-header .block-right-top-header .block-user-top-header .block-body-user-top-header {
        width: 140px;
        height: 89px;
        box-shadow: 0 0 9px rgba(0, 0, 0, 0.06);
        background-color: #ffffff;
        border-radius: 5px;
        padding: 20px;
        position: absolute;
        z-index: 100000;
        bottom: -110px;
        right: 0;
        display: none; }
        .block-top-header .block-right-top-header .block-user-top-header .block-body-user-top-header a {
          color: #989999;
          font-family: Roboto;
          font-size: 14px;
          font-weight: 400;
          line-height: 1;
          margin: 0;
          display: block; }
        .block-top-header .block-right-top-header .block-user-top-header .block-body-user-top-header a:hover {
          color: #339cdd; }
        .block-top-header .block-right-top-header .block-user-top-header .block-body-user-top-header span.line {
          width: 100%;
          height: 1px;
          background-color: #e8e8e8;
          display: block;
          margin: 10px 0; }
      .block-top-header .block-right-top-header .block-user-top-header .block-body-user-top-header:after {
        content: '';
        width: 15px;
        height: 15px;
        background: #FFFFFF;
        transform: rotate(45deg);
        position: absolute;
        top: -8px;
        right: 20px;
        z-index: -1; }
    .block-top-header .block-right-top-header .block-user-top-header:hover .block-body-user-top-header {
      display: block; }
  @media (max-width: 1700px) {
    .block-top-header .container {
      margin: 0 auto; }
    .block-top-header .block-left-top-header {
      padding: 0 0 0 30px; }
    .block-top-header .block-right-top-header {
      padding: 0; } }
  @media (max-width: 991px) {
    .block-top-header .block-left-top-header {
      padding: 0; }
      .block-top-header .block-left-top-header .block-list-bread {
        display: none; }
      .block-top-header .block-left-top-header .block-button-hamburger {
        display: block; } }

.nav-mobile-menu {
  display: none; }

.shell-new-cart {
  width: 360px;
  height: 230px;
  overflow: hidden;
  margin: 0 10px 10px 0;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important; }
  .shell-new-cart .block-new-cart {
    width: 360px;
    height: 210px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.3);
    padding: 20px 15px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important; }
    .shell-new-cart .block-new-cart .block-type-new-cart {
      margin: 0 0 15px 0; }
      .shell-new-cart .block-new-cart .block-type-new-cart p.title-type {
        display: inline-block;
        border-radius: 3px;
        background-color: #4985d6;
        padding: 3px 13px;
        line-height: 1;
        font-size: 12px;
        font-weight: 400;
        font-family: 'Uni Sans Heavy CAPS';
        color: #ffffff;
        margin: 0;
        text-shadow: 1px 1px 1px #000000; }
    .shell-new-cart .block-new-cart .block-info-new-cart {
      margin: 0 0 15px; }
      .shell-new-cart .block-new-cart .block-info-new-cart p.title-info {
        height: 30px;
        overflow: hidden;
        margin: 0; }
        .shell-new-cart .block-new-cart .block-info-new-cart p.title-info span.flag {
          display: inline-block;
          vertical-align: top;
          width: 30px;
          height: 30px;
          background-size: cover !important;
          background-repeat: no-repeat !important;
          background-position: center !important;
          margin: 0 4px 0 0; }
        .shell-new-cart .block-new-cart .block-info-new-cart p.title-info span.title {
          display: inline-block;
          vertical-align: top;
          color: #ffffff;
          font-family: "Uni Sans Heavy CAPS";
          font-size: 15px;
          font-weight: 400;
          line-height: 15px;
          text-shadow: 1px 1px 1px #000000; }
        .shell-new-cart .block-new-cart .block-info-new-cart p.title-info span.title.big {
          font-size: 24px;
          line-height: 30px; }
    .shell-new-cart .block-new-cart .block-title-new-cart {
      margin: 0 0 15px 0;
      height: 54px;
      display: flex;
      width: 100%; }
      .shell-new-cart .block-new-cart .block-title-new-cart p.title-new-cart {
        color: #ffffff;
        font-family: "Uni Sans Heavy CAPS";
        font-size: 16px;
        font-weight: 400;
        line-height: 1;
        max-height: 48px;
        overflow: hidden;
        max-width: 255px;
        margin: auto 0;
        display: flex;
        text-shadow: 1px 1px 1px #000000; }
    .shell-new-cart .block-new-cart .block-author-new-cart p.title-author {
      color: #ffffff;
      font-family: "Uni Sans Heavy CAPS";
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      margin: 0;
      text-shadow: 1px 1px 1px #000000; }

.new-web .shell-new-cart {
  width: calc((90% / 3) - (8px * 2));
  overflow: hidden;
  border-radius: 6px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  background-position: right !important; }
  .new-web .shell-new-cart .block-new-cart {
    width: 100%;
    height: 100%;
    background-color: transparent; }
    .new-web .shell-new-cart .block-new-cart .block-type-new-cart p.title-type {
      display: inline-block;
      border-radius: 4px;
      background-color: #0086db;
      padding: 4px 13px 4px;
      line-height: 1;
      font-size: 13px;
      color: #ffffff;
      margin: 0;
      text-shadow: 1px 1px 1px #00000000;
      font-family: 'Uni Sans';
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase; }
    .new-web .shell-new-cart .block-new-cart .block-info-new-cart p.title-info {
      height: 25px;
      font-family: 'Uni Sans';
      font-weight: 600;
      font-style: normal;
      text-transform: uppercase; }
      .new-web .shell-new-cart .block-new-cart .block-info-new-cart p.title-info span.flag {
        width: 25px;
        height: 25px; }
      .new-web .shell-new-cart .block-new-cart .block-info-new-cart p.title-info span.title {
        font-family: 'Uni Sans';
        font-weight: bold;
        font-style: normal;
        line-height: 25px;
        font-size: 18px; }
    .new-web .shell-new-cart .block-new-cart .block-title-new-cart {
      height: 72px; }
      .new-web .shell-new-cart .block-new-cart .block-title-new-cart p.title-new-cart {
        font-family: 'Uni Sans';
        font-weight: bold;
        font-style: normal;
        text-transform: uppercase;
        font-size: 18px;
        max-height: 72px;
        max-width: 75%; }
    .new-web .shell-new-cart .block-new-cart .block-author-new-cart p.title-author {
      font-family: 'Uni Sans';
      font-weight: bold;
      text-transform: uppercase;
      font-size: 16px;
      border-radius: 4px;
      background-color: #0086db;
      padding: 4px 13px 4px;
      font-style: normal;
      display: inline-block; }
    .new-web .shell-new-cart .block-new-cart .block-list-tag {
      margin: 20px 0 0 0; }
      .new-web .shell-new-cart .block-new-cart .block-list-tag p.list-tags {
        margin: 0; }
        .new-web .shell-new-cart .block-new-cart .block-list-tag p.list-tags span.item-tag {
          display: inline-block;
          margin: 0 6px 6px 0;
          border-radius: 4px;
          background-color: rgba(9, 0, 35, 0.7);
          color: #ffffff;
          text-shadow: 1px 1px 1px #00000000;
          font-family: 'Uni Sans';
          font-weight: 600;
          font-size: 12px;
          font-style: normal;
          padding: 3px 8px;
          text-transform: uppercase; }

@media (max-width: 1300px) {
  .new-web .shell-new-cart {
    width: calc((100% / 2) - (8px * 2));
    max-width: 560px; }

  .list-cart {
    display: flex; } }
@media (max-width: 1035px) {
  .new-web .shell-new-cart {
    width: 100%;
    margin: 0 0 8px 0;
    max-width: 560px;
    align-self: center; }

  .list-cart {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column; } }
@media (max-width: 640px) {
  .list-cart {
    padding: 0 16px; } }
.block-upload-img-mini {
  height: 73px;
  padding: 5px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); }
  .block-upload-img-mini img.flag {
    width: 63px;
    height: 63px;
    float: left; }
  .block-upload-img-mini label {
    font-family: "Uni Sans Heavy CAPS";
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    color: #FFFFFF;
    background: #61bd4f;
    cursor: pointer;
    display: inline-block;
    padding: 6px 35px;
    transition: .3s;
    margin: 11px 20px; }
  .block-upload-img-mini label:hover {
    opacity: .8; }
  .block-upload-img-mini input {
    opacity: 0; }

.shell-cart {
  width: 300px;
  background: #FFFFFF;
  box-shadow: -1px 0px 22px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
  overflow: hidden; }
  .shell-cart .block-cart .block-bg-ava-cart {
    width: 100%;
    height: 140px;
    position: relative; }
    .shell-cart .block-cart .block-bg-ava-cart .block-bg-cart {
      height: 110px;
      width: 100%; }
      .shell-cart .block-cart .block-bg-ava-cart .block-bg-cart .block-img-bg {
        height: 110px;
        width: 100%;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important; }
    .shell-cart .block-cart .block-bg-ava-cart .block-ava-cart {
      width: 88px;
      height: 88px;
      background: #FFFFFF;
      border-radius: 4px;
      position: absolute;
      top: 52px;
      left: 12px; }
      .shell-cart .block-cart .block-bg-ava-cart .block-ava-cart .block-img-ava {
        margin: 4px;
        width: 80px;
        height: 80px;
        border-radius: 2px;
        background-position: center !important;
        background-repeat: no-repeat !important;
        background-size: cover !important; }
  .shell-cart .block-cart .block-body-cart {
    width: 100%;
    padding: 20px 12px; }
    .shell-cart .block-cart .block-body-cart .block-title-cart p.title-cart {
      font-family: 'Uni Sans';
      font-weight: 600;
      font-style: normal;
      font-size: 20px;
      line-height: 1;
      margin: 0; }
    .shell-cart .block-cart .block-body-cart .block-description-cart p.description-cart {
      font-family: Roboto;
      color: rgba(8, 8, 8, 0.8);
      font-weight: 500;
      font-style: normal;
      font-size: 16px;
      line-height: 1;
      margin: 20px 0 0 0; }
    .shell-cart .block-cart .block-body-cart .block-tags-cart {
      margin: 30px 0 0 0; }
      .shell-cart .block-cart .block-body-cart .block-tags-cart p.title-item {
        color: rgba(0, 0, 0, 0.5);
        font-family: Roboto;
        font-weight: 500;
        font-style: normal;
        font-size: 16px;
        line-height: 1;
        margin: 0; }
      .shell-cart .block-cart .block-body-cart .block-tags-cart p.list-tags {
        margin: 15px 0 0 0; }
        .shell-cart .block-cart .block-body-cart .block-tags-cart p.list-tags span.item-tag {
          background: rgba(0, 0, 0, 0.03);
          border-radius: 4px;
          line-height: 20px;
          margin: 0 6px 6px 0;
          padding: 0 10px;
          color: #525252;
          font-family: Roboto;
          display: inline-block; }
          .shell-cart .block-cart .block-body-cart .block-tags-cart p.list-tags span.item-tag a {
            font-family: Roboto;
            font-size: 14px;
            line-height: 20px;
            color: #525252;
            display: block; }
    .shell-cart .block-cart .block-body-cart .block-buttons-cart {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 14px 0 0 0; }
      .shell-cart .block-cart .block-body-cart .block-buttons-cart .block-button-cart {
        width: calc((100% / 3) - (16px / 2));
        background: #FFFFFF;
        border: 1px solid #D0D0D0;
        border-radius: 6px;
        float: left;
        height: 36px;
        cursor: pointer; }
        .shell-cart .block-cart .block-body-cart .block-buttons-cart .block-button-cart p.title-button-cart {
          width: 100%;
          text-align: center;
          line-height: 36px;
          margin: 0; }

.pay-list .cart-pay {
  border-radius: 3px;
  background-color: #ffffff;
  margin: 0 0 18px 0; }
  .pay-list .cart-pay .cart-pay-top .img-pay-web {
    background-color: #dcdcdc; }
    .pay-list .cart-pay .cart-pay-top .img-pay-web p.logo-cart-gray {
      width: 72px;
      height: 72px;
      border-radius: 3px;
      background-color: #c3c3c3;
      opacity: 0.36;
      display: block;
      color: #818181;
      font-family: Roboto;
      font-size: 40px;
      line-height: 72px;
      text-align: center;
      margin: 0 auto; }
      .pay-list .cart-pay .cart-pay-top .img-pay-web p.logo-cart-gray span {
        font-size: 24px; }
    .pay-list .cart-pay .cart-pay-top .img-pay-web p.title-pay {
      color: #c3c3c3;
      font-family: Roboto;
      font-size: 20px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      margin: 16px 0 0 0;
      text-align: center; }
  .pay-list .cart-pay .cart-pay-top .info-cart-pay {
    padding: 25px 20px 30px 20px; }
    .pay-list .cart-pay .cart-pay-top .info-cart-pay p.title-cart-pay {
      color: #464747;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase; }
    .pay-list .cart-pay .cart-pay-top .info-cart-pay p.description-cart-pay {
      color: #464747;
      font-family: "Bebas Neue Bold";
      font-size: 22px;
      font-weight: normal;
      line-height: 24px;
      margin: 0 0 12px 0;
      text-transform: uppercase; }
    .pay-list .cart-pay .cart-pay-top .info-cart-pay p.number-order-cart-pay {
      color: #565656;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      line-height: 1;
      text-transform: uppercase;
      margin: 0 0 8px 0; }
      .pay-list .cart-pay .cart-pay-top .info-cart-pay p.number-order-cart-pay b {
        color: #464747;
        font-weight: 500; }
    .pay-list .cart-pay .cart-pay-top .info-cart-pay p.date-state-order-cart-pay {
      color: #565656;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.2;
      text-transform: uppercase;
      margin: 0; }
      .pay-list .cart-pay .cart-pay-top .info-cart-pay p.date-state-order-cart-pay b {
        color: #464747;
        font-weight: 500; }
  .pay-list .cart-pay .cart-pay-top .price-cart-pay {
    padding: 25px 0 30px 0; }
    .pay-list .cart-pay .cart-pay-top .price-cart-pay .block-price-info p.title-price-info {
      color: #464747;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase;
      margin: 0 0 8px 0;
      text-align: center; }
    .pay-list .cart-pay .cart-pay-top .price-cart-pay .block-price-info p.description-price-info {
      color: #464747;
      font-family: Roboto;
      font-size: 14px;
      font-weight: 500;
      line-height: 1;
      text-transform: uppercase;
      margin: 0;
      text-align: center; }
  .pay-list .cart-pay .cart-pay-top .button-cart-pay {
    padding: 33px 20px 30px 20px; }
    .pay-list .cart-pay .cart-pay-top .button-cart-pay form {
      margin: 0; }
    .pay-list .cart-pay .cart-pay-top .button-cart-pay .button-download-pay {
      height: 44px;
      width: 100%;
      border-radius: 3px;
      background-color: #339cdd;
      display: inline-block;
      padding: 16px 0;
      cursor: pointer;
      margin: 0 0 8px 0; }
      .pay-list .cart-pay .cart-pay-top .button-cart-pay .button-download-pay p.title-button-download-pay {
        color: #ffffff;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        margin: 0;
        width: 100%;
        text-align: center; }
    .pay-list .cart-pay .cart-pay-top .button-cart-pay .button-download-pay.gray {
      background-color: #d9d9d9; }
    .pay-list .cart-pay .cart-pay-top .button-cart-pay .button-download-pay.ok {
      cursor: default;
      background-color: #4CAF50; }
  .pay-list .cart-pay .cart-pay-body {
    border-top: 1px solid #dcdcdc;
    padding: 20px 0 0 0; }
    .pay-list .cart-pay .cart-pay-body .item-pay {
      margin: 0 0 10px 0;
      padding: 20px 16px 0 16px;
      border-top: 1px solid #dcdcdc; }
      .pay-list .cart-pay .cart-pay-body .item-pay form {
        margin: 0; }
      .pay-list .cart-pay .cart-pay-body .item-pay p.title-item {
        color: #464747;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin: 0; }
      .pay-list .cart-pay .cart-pay-body .item-pay p.title-item-lector {
        color: #464747;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin: 0; }
      .pay-list .cart-pay .cart-pay-body .item-pay p.title-item-price {
        color: #464747;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 500;
        line-height: 1;
        text-transform: uppercase;
        margin: 0; }
      .pay-list .cart-pay .cart-pay-body .item-pay .button-pay-item {
        height: 32px;
        width: 100%;
        border-radius: 3px;
        background-color: #339cdd;
        display: inline-block;
        cursor: pointer;
        margin: 0 0 8px 0; }
        .pay-list .cart-pay .cart-pay-body .item-pay .button-pay-item p.title-button-pay-item {
          color: #ffffff;
          font-family: Roboto;
          font-size: 14px;
          font-weight: 500;
          line-height: 32px;
          margin: 0;
          width: 100%;
          text-align: center; }
      .pay-list .cart-pay .cart-pay-body .item-pay .button-pay-item.ok {
        background-color: #4CAF50;
        cursor: default; }
    .pay-list .cart-pay .cart-pay-body .item-pay.header {
      padding-bottom: 6px;
      padding-top: 0;
      border-top: 0; }
      .pay-list .cart-pay .cart-pay-body .item-pay.header p.title-item-header {
        color: #565656;
        font-family: Roboto;
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
        text-transform: uppercase;
        margin: 0; }

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