

/* Start:/local/js/pages/lkofd/dist/lkofd.bundle.css?17651981947254*/
.content {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400; }
  .content .iframe_conteyner {
    height: 0px;
    padding-bottom: 56.2%;
    position: relative; }
  .content .iframe_conteyner iframe {
    width: 100%;
    height: 100%;
    position: absolute; }
  .content h1 {
    margin: 0;
    padding: 60px 0 20px 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 22px;
    line-height: 130%; }
    @media (min-width: 768px) {
      .content h1 {
        font-size: 30px; } }
    @media (min-width: 960px) {
      .content h1 {
        font-size: 36px; } }
  .content h2 {
    margin: 0;
    padding: 50px 0 10px 0;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 18px;
    line-height: 130%; }
    @media (min-width: 768px) {
      .content h2 {
        font-size: 22px; } }
    @media (min-width: 960px) {
      .content h2 {
        font-size: 24px; } }
  .content p {
    margin: 0;
    padding: 10px 0 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%; }
    @media (min-width: 768px) {
      .content p {
        font-size: 14px; } }
    @media (min-width: 960px) {
      .content p {
        font-size: 16px; } }
  .content li {
    margin: 0;
    margin-bottom: 4px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 160%; }
    @media (min-width: 768px) {
      .content li {
        font-size: 14px; } }
    @media (min-width: 960px) {
      .content li {
        font-size: 16px; } }
  .content figcaption {
    margin-top: 10px;
    color: #828282; }

.lk-ofd {
  margin-top: 60px;
  border: 1px solid #e4ebf4;
  -webkit-box-shadow: 0 0 5px #e4ebf4;
          box-shadow: 0 0 5px #e4ebf4;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #e4ebf4;
  padding: 5px 20px 0 20px;
  margin: 0 0 20px 0; }
  .tabs__link {
    text-align: center;
    line-height: 1;
    padding: 15px 14px 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .tabs__link:hover, .tabs__link:focus {
      border-bottom: 5px solid rgba(153, 153, 153, 0.2); }
    .tabs__link--active {
      border-bottom: 5px solid #2b80cf; }
      .tabs__link--active:hover, .tabs__link--active:focus {
        border-bottom: 5px solid #2b80cf;
        color: #212529;
        cursor: unset; }

.login__banner {
  display: none; }
  @media (min-width: 576px) {
    .login__banner {
      display: block;
      cursor: pointer; } }

.login__banner-img {
  width: 100%;
  height: auto; }

.login__form {
  max-width: 310px;
  min-height: 400px;
  margin: 20px 0;
  padding: 0 30px;
  font-size: 13px;
  vertical-align: top; }
  @media (min-width: 768px) {
    .login__form {
      border-right: 1px solid #e4ebf4; } }

.login__label {
  margin: 0; }

.login__input {
  display: block;
  width: 100%;
  height: 36px;
  margin-bottom: 30px;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  line-height: 26px;
  font-size: 14px;
  color: #666;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none; }
  .login__input::-webkit-input-placeholder {
    font-style: italic; }
  .login__input::-moz-placeholder {
    font-style: italic; }
  .login__input:-ms-input-placeholder {
    font-style: italic; }
  .login__input::-ms-input-placeholder {
    font-style: italic; }
  .login__input::placeholder {
    font-style: italic; }
  .login__input.error {
    border-color: red; }

.login__label-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.login__restore {
  color: #2b80cf; }

.login__button {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  background: #2b80cf;
  padding: 11px 20px;
  border-radius: 5px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: middle;
  border: 1px solid #2b80cf;
  outline: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 200ms, background 200ms, border 200ms;
  -o-transition: color 200ms, background 200ms, border 200ms;
  transition: color 200ms, background 200ms, border 200ms; }
  .login__button:hover, .login__button:focus {
    background: #5299db;
    border-color: #3d8dd7; }
  .login__button:disabled, .login__button:hover:disabled {
    border-color: #999;
    background: #999;
    color: #737373;
    text-shadow: 0 1px 0 #cccccc, 0 -1px 0 #4d4d4d; }

.login__reg-wrapper {
  padding-top: 30px; }

.login__reg-title {
  display: block;
  margin-bottom: 10px;
  color: #999999; }

.login__reg-link {
  display: block;
  width: 100%;
  padding: 11px 20px;
  border-radius: 5px;
  border: 1px solid #2b80cf;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
  outline: none;
  cursor: pointer;
  color: #2b80cf;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: color 200ms, background 200ms, border 200ms;
  -o-transition: color 200ms, background 200ms, border 200ms;
  transition: color 200ms, background 200ms, border 200ms; }
  .login__reg-link:hover, .login__reg-link:focus {
    background: #5299db;
    border-color: #3d8dd7;
    color: #ffffff; }

.login-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2000; }
  .login-modal__body {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    min-width: 300px;
    width: 80%;
    max-width: 800px;
    background-color: #ffffff;
    border: 1px solid #aaa;
    font-family: "Open Sans", sans-serif;
    line-height: 1.4; }
  .login-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 10px;
    cursor: pointer;
    color: #2b80cf;
    z-index: 10;
    width: 20px;
    height: 20px; }
  .login-modal.btn-close {
    width: 20px !important;
    height: 20px !important; }
  .login-modal__scroll-bar {
    position: relative;
    overflow: hidden; }
  .login-modal__scroll-content {
    max-height: 400px;
    padding: 10px 0;
    overflow-y: scroll;
    margin: 0 -17px -17px 0; }
  .login-modal__cabinet {
    padding: 20px;
    margin-bottom: 0;
    background: none;
    border-top: 1px solid #eee;
    cursor: pointer; }
    .login-modal__cabinet:hover, .login-modal__cabinet:focus {
      color: #000;
      -webkit-box-shadow: 0 3px 10px 0 #e4ebf4;
              box-shadow: 0 3px 10px 0 #e4ebf4; }
  .login-modal__cabinet-label {
    display: block;
    color: #4a4a4a;
    font-size: 14px;
    text-decoration: none; }
    .login-modal__cabinet-label:hover, .login-modal__cabinet-label:focus {
      color: #000; }
  .login-modal__cabinet-title {
    display: block;
    font-size: 18px;
    margin: 0 0 10px; }
  .login-modal.hidden {
    display: none; }

/* End */
/* /local/js/pages/lkofd/dist/lkofd.bundle.css?17651981947254 */
