* {
  box-sizing: border-box;
}

@font-face {
    font-family: 'decimanova';
    src: url('../fonts/decima_nova_pro_heavy.woff2') format('woff2'),
         url('../fonts/decima_nova_pro_heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'decimanova';
    src: url('../fonts/decima_nova_pro_light.woff2') format('woff2'),
         url('../fonts/decima_nova_pro_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.no-dote li{
	list-style:none;
}

.page {
  margin: 0;
  padding: 0
  /*font-family: var(--font-main);*/
}

.page__inner {
  width: 100%;
  max-width: 960px;
  margin: 30px auto;
}

.lk {
  font-size: 14px;
  color: #1b1d24;
  padding: 50px 0;
  position: relative;
}

.lk__header {
  margin-bottom: 30px;
  font-size: 27px;
  font-weight: 900;
  text-transform: uppercase;
}

.lk__menu {
  margin-bottom: 20px;
}

.lk__body {
  margin-bottom: 60px;
}

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

.lk__col {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  margin-right: 25px;
}

.lk__col:last-child {
  margin-right: 0;
}

.lk__col_1 {
  width: 33%;
}

.lk__col_2 {
  width: 66%;
}

.lk__page-header {
  font-size: 18px;
  font-weight: 900;
  color: #1b1d24;
  margin-bottom: 30px;
  text-transform: uppercase;
}

.lk__page-subheader {
  font-size: 14px;
  color: #1b1d24;
  margin-bottom: 20px;
  text-transform: uppercase;
}

.lk__back-btn {
  margin-bottom: 20px;
  width: 270px;
}

.lk__table {
  margin-bottom: 20px;
}

.lk__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 25px;
}

.lk__user {
  margin-right: 25px;
}

.lk__promo {
  margin-right: 25px;
}

.lk__promo:last-child {
  margin: 0;
}

.lk__hint {
  margin-bottom: 15px;
  width: 75%;
}

.lk__text {
  font-size: 14px;
}

.lk__text a {
  color: #0098d8;
}

.lk__text a:hover {
  text-decoration: none;
}

.lk__text-big {
  text-transform: uppercase;
}

.lk__textfield {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 12px;
}

.lk__textfield label {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 30%;
          flex: 0 1 30%;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
  margin-right: 10px;
  margin-top: 8px;
}

.lk__textfield input {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  padding: 6px 12px;
  border: 1px solid #a9a9a9;
  font-size: 12px;
}

.lk__textfield textarea {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  padding: 6px 12px;
  border: 1px solid #a9a9a9;
  font-size: 12px;
  resize: none;
}

.lk__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk__search .lk-input {
  margin-right: 15px;
}

.lk__docs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.lk__doc-link {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 220px;
          flex: 0 1 220px;
  margin-right: 20px;
  font-size: 14px;
  color: #3399cc;
  font-weight: 900;
  text-transform: uppercase;
  text-decoration: none;
  padding-bottom: 175px;
  background: url('../i/icon-doc.png') left bottom no-repeat;
}

.lk__doc-link:last-child {
  margin: 0;
}

.lk__doc-link:hover {
  text-decoration: underline;
}

.lk__message-send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk__message-send .lk-button {
  margin-right: 20px;
}

.lk hr {
  border: none;
  border-top: 1px solid #e2e5e5;
  margin: 20px 0;
}

.lk-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 15px 10px;
  border: 1px solid #c9c9c9
}

.lk-menu__link {
  display: block;
  padding: 0 10px;
  font-size: 11px;
  font-weight: 900;
  color: #3399ce;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.lk-menu__link:hover {
  text-decoration: underline;
}

.lk-menu__link_active {
  color: #1b1e24;
}

.lk-menu__item {
  position: relative;
  border-right: 1px solid #c9c9c9;
  padding: 5px 0;
}

.lk-menu__item:last-child {
  border-right: none;
}

.lk-menu_lvl2 {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: absolute;
  top: 45px;
  left: 0;
  border: 1px solid #c9c9c9;
  z-index: 10;
}

.lk-menu__item:first-child .lk-menu_lvl2{
  left: -11px;
}

.lk-menu_lvl2 .lk-menu__item {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #c9c9c9;
  border-right: none;
  padding: 12px 5px;
}

.lk-menu_lvl2 .lk-menu__item:last-child {
  border-bottom: none;
}

 .lk-menu_lvl2 .lk-menu__link {
  -webkit-transform: none;
          transform: none;
  top: 0;
}
 
.lk-menu__item:hover > .lk-menu_lvl2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lk-user {
  /*width: 100%;*/
  padding: 20px;
  border: 1px solid #c9c9c9;
  font-size: 14px;
  color: #333333;
  position: relative;

}

.lk-user__header {
  margin-bottom: 15px;
}

.lk-user__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}

.lk-user__avatar {
  width: 115px;
  height: 140px;
  margin-right: 15px;
  flex: 0 0 115px;
}

.lk-user__name {
  width: 150px;
}

.lk-user__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.lk-user__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  /*justify-content: space-between;
    align-items: center;*/
}

.lk-user__pwd-button {
  margin-left: auto;
}

.lk-promo {
  font-size: 14px;
  color: #333333;
  min-height: 280px;
  height: auto;
  /*width: 100%*/

}

.lk-promo__img {
  width: 100%;
}

.lk-promo__discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #3399cc;
  padding: 15px 0;
}

.lk-promo__discount-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-right: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 900;
  text-align: right;
  text-transform: uppercase;
  line-height: 1;
}

.lk-promo__discount-rate {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding-left: 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 900;
}

.lk-promo__name {
  margin: 15px 0;
  text-transform: uppercase;
  font-weight: 900;
}

.lk-promo__text {
}

.lk-promo__text_centered {
	text-align: center;
	padding: 20px 0;
	font-size: 19px;
    line-height: 22px;
}

.lk-promo_border {
  border: 1px solid #3399cc;
}

.lk-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11px;
  color: #1b1d24;
  border: 1px solid #e2e5e5;
  text-transform: uppercase
}

.lk-table tr {
  border-bottom: 1px solid #e2e5e5;
}

.lk-table tr:last-child {
  border: none;
}

.lk-table tr:nth-child(2n+1) {
  background-color: #f9fafa;
}

.lk-table td,
  .lk-table th {
  padding: 25px 15px 20px;
}

.lk-table th {
  font-weight: 900;
  background-color: #f0f2f2;
  text-align: left;
}

.lk-table__warning {
  width: 30%;
  text-align: right;
  color: #bc0000;
}

.lk-table th.lk-table__warning {
  text-align: right;
}

.lk-table__link {
  color: #3399ce;
}

.lk-table__link_green {
  color: #277500;
}

.lk-table__link_red {
  color: #750600;
}

.lk-table_vertical {
}

.lk-table_vertical td {
  padding: 15px;
}

.lk-table_vertical td:first-child {
  font-weight: 900;
  text-transform: uppercase;
}

.lk-table_big {
  font-size: 10px;
}

.lk-table_big th {
  /*padding: 20px 5px 20px 10px;*/
  padding: 4px 17px 4px 2px;
}

.lk-table_big td {
  padding: 10px 0 10px 0;
  text-align: center;
}

.lk-form {
  font-size: 10px

}

.lk-form__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.lk-form__field-name {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  white-space: nowrap;
}

.lk-form__field-controls {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.lk-form__field-controls_inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.lk-form__field-controls_inline > * {
  margin-right: 20px;
}

.lk-form__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  width: 120%;
}

.lk-form__btns > * {
  margin-right: 10px;
  margin-bottom: 10px;
}

.lk-form__link {
  font-size: 12px;
  color: #3399ce;
  font-weight: normal;
  text-transform: none;
}

.lk-checkbox {
}

.lk-checkbox input {
  display: none;
}

.lk-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 13px;
  font-weight: 500;
  color: #333333;
}

.lk-checkbox label::after {
  content: '';
  display: block;
  margin-left: 10px;
  width: 14px;
  height: 14px;
  border: 1px solid #a9a9a9;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}

.lk-checkbox label:empty::after {
  margin: 0;
}

.lk-checkbox input:checked + label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E %3Cpath fill='%233399ce' d='M259.237,865.687l1.085,2.156s1.763-4.382,4.542-5.843a5.911,5.911,0,0,0,.136,3.061c-1.22.278-3.729,3.409-4.542,4.939A9.45,9.45,0,0,0,257,867.078Z' transform='translate(-257 -862)'/%3E %3C/svg%3E");
}

.lk-radio {

}

.lk-radio input {
  display: none;
}

.lk-radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  color: #333333;
  margin-right: 10px;
}

.lk-radio label::after {
  content: '';
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #a9a9a9;
  background-position: center;
  background-repeat: no-repeat;
}

.lk-radio input:checked + label::after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3E %3Cpath fill='%233399ce' d='M259.237,865.687l1.085,2.156s1.763-4.382,4.542-5.843a5.911,5.911,0,0,0,.136,3.061c-1.22.278-3.729,3.409-4.542,4.939A9.45,9.45,0,0,0,257,867.078Z' transform='translate(-257 -862)'/%3E %3C/svg%3E");
}

.lk-button {
  display: block;
  font-size: 10px;
  font-weight: 900;
  color: #ffffff;
  border: none;
  padding: 8px 16px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  /*white-space: nowrap*/
}

.lk-button_blue {
  background: #3399cc;
  color:#fff;
}
.lk-button_blue:hover {
  background: #3399cc;
  color:#fff;
  text-decoration: underline;
}

.lk-button_black {
  background: #1a1a1a;
  color:#fff;
}


.lk-button_reg {
  padding: 8px 11px;
}

.lk-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%
}

.lk-input label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  margin-right: 10px;
  white-space: nowrap;
}

.lk-input input {
  padding: 6px 12px;
  border: 1px solid #a9a9a9;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}

.lk-input_narrow {
  width: 65px;
}

.lk-input_middle {
  width: 130px;
}

.lk-input_middle label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 65%;
          flex: 1 1 65%;
}

.lk-calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px

}

.lk-calendar label {
  margin-right: 10px;
}

.lk-calendar input {
  padding: 8px 12px!important;
  border: 1px solid #a9a9a9;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
}

.lk-calendar span {
  display: block;
  width: 25px;
  height: 15px;
  margin-left: 5px;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='15' viewBox='0 0 14 15'%3E  %3Cpath fill='%233399ce' d='M504.058,703.275a0.333,0.333,0,0,0-.325-0.34H502.6a0.332,0.332,0,0,0-.325.34v1.188a0.333,0.333,0,0,0,.325.341h1.134a0.334,0.334,0,0,0,.325-0.341v-1.188h0Zm2.834,0a0.333,0.333,0,0,0-.325-0.34h-1.134a0.333,0.333,0,0,0-.325.34v1.188a0.334,0.334,0,0,0,.325.341h1.134a0.334,0.334,0,0,0,.325-0.341v-1.188Zm2.834,0a0.332,0.332,0,0,0-.325-0.34h-1.134a0.333,0.333,0,0,0-.325.34v1.188a0.334,0.334,0,0,0,.325.341H509.4a0.333,0.333,0,0,0,.325-0.341v-1.188Zm-5.668,2.97a0.333,0.333,0,0,0-.325-0.34H502.6a0.332,0.332,0,0,0-.325.34v1.188a0.332,0.332,0,0,0,.325.34h1.134a0.333,0.333,0,0,0,.325-0.34v-1.188h0Zm2.834,0a0.333,0.333,0,0,0-.325-0.34h-1.134a0.333,0.333,0,0,0-.325.34v1.188a0.333,0.333,0,0,0,.325.34h1.134a0.333,0.333,0,0,0,.325-0.34v-1.188Zm2.834,0a0.332,0.332,0,0,0-.325-0.34h-1.134a0.333,0.333,0,0,0-.325.34v1.188a0.333,0.333,0,0,0,.325.34H509.4a0.332,0.332,0,0,0,.325-0.34v-1.188h0Zm2.028-9.575v1.815a1.449,1.449,0,0,1-1.418,1.481h-0.894a1.456,1.456,0,0,1-1.426-1.481v-1.821h-4.032v1.821a1.456,1.456,0,0,1-1.426,1.481h-0.894a1.449,1.449,0,0,1-1.418-1.481V696.67A1.324,1.324,0,0,0,499,698.014v10.633A1.322,1.322,0,0,0,500.283,710h11.434A1.324,1.324,0,0,0,513,708.647V698.014A1.324,1.324,0,0,0,511.754,696.67Zm-0.416,11.315a0.569,0.569,0,0,1-.554.582h-9.592a0.569,0.569,0,0,1-.555-0.582v-5.493a0.568,0.568,0,0,1,.555-0.581h9.592a0.568,0.568,0,0,1,.554.581v5.493h0Zm-9.677-8.992h0.884a0.5,0.5,0,0,0,.487-0.509v-2.975a0.5,0.5,0,0,0-.487-0.509h-0.884a0.5,0.5,0,0,0-.487.509v2.975A0.5,0.5,0,0,0,501.661,698.993Zm7.769,0h0.885a0.5,0.5,0,0,0,.486-0.509v-2.975a0.5,0.5,0,0,0-.486-0.509H509.43a0.5,0.5,0,0,0-.486.509v2.975A0.5,0.5,0,0,0,509.43,698.993Z' transform='translate(-499 -695)'/%3E %3C/svg%3E") center no-repeat;
}

.lk-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  position: relative

}

.lk-select label {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 25%;
          flex: 1 1 25%;
  margin-right: 10px;
}

.lk-select select {
  padding: 6px 12px;
  border: 1px solid #a9a9a9;
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.lk-select2{
   position: relative; 
   width:100%;  
}
.lk-select2 select {
  padding: 8px 12px;
  border: 1px solid #a9a9a9;
  font-size: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
  width: 50%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

}

.lk-select select::-ms-expand {
    display: none;
}

.lk-select::after {
  content: '';
  position: absolute;
  display: block;
  width: 7px;
  height: 5px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #ffffff url('../i/icon-arrow.png') center no-repeat;
}

.lk-modal {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 300px;
  min-height: 150px;
  padding: 20px;
  /*z-index: 20;*/
  z-index: 100001;
  border: 1px solid #3399cc;
  background-color: #ffffff
}

.lk-modal__button {
  margin: 0 10px;
}

.lk-modal_error {
  color: #bc0000;
}

.lk-modal_success {
  color: #277500;
}

.lk-modal-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 100000;
}

.lk-pages {
}

.lk-pages__link {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
  background-color: #3399ce;
  border: 1px solid #3399ce;
  color: #ffffff;
  font-size: 12px;
}

.lk-pages__link_active {
  pointer-events: none;
  background-color: #ffffff;
  color: #3399ce;
  font-weight: bold;
}

.lk-pages__separator {
  display: inline-block;
  margin-right: 5px;
  padding: 5px 10px;
}

.pager {
  width: 100% !important;
}

.lk-hidden {
  display: none;
}

.olk-copy {
  float: left;
}

.pixel-copy {
  float: right;
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}

#footer #block-block-4 .pixel-copy a {
  font-family: arial, helvetica, sans-serif;
  font-size: 11px;
  color: #000000;
  font-weight: 700;
}

#footer #block-block-4 .pixel-copy a:hover {
  text-decoration: underline;
}

.pager li > a.active {
  pointer-events: none;
}


.rub {
  font-family: arial;
  vertical-align: middle;
  border-bottom: 1px solid;
  line-height: 4px;
  display: inline-block;
  width: 0.4em;
}

.bx-calendar-button-text {
  width: 55px;
}

.pager li > a.active {
    pointer-events: none;
    color: #999;
}

.pager li > a.disabled {
    pointer-events: none;
    color: #999;
}

.attention-testing {
	font-weight: normal;
	margin-top: .5em;
}

.lk_alert-text {
	text-transform: uppercase;
	color: red;
	font-size: 18px;
}
.privacy-policy-footer a {
    text-transform: none;
    color: white;
    font-weight: 100;
}
.button_holder{
    position: fixed;
    left: 0;
    top: 55%;
    display:flex;
    flex-direction: column;
}

.float-help-button,  .float-opros-button, .float-blog-button{
  height: 60px;
  line-height: 40px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  margin: 10px 0;
}
.button_holder a{
   position: relative; 
}
.float-blog-button, .float-blog-span{
    background: #fb6938;
}
.float-blog-span{
    padding-left: 5px!important;
}
.float-opros-span, .float-opros-button{
    background:#0098d8;  
}

.float-help-span, .float-help-button{
   background: #a2d9f7; 
}
.float-help-span{
  color:#000!important;
}

.button_holder span{
    font-weight: bold;
    color: #fff;
    height: 60px;
    padding: 0 5px 0 0;
    position: absolute;
    top: 0px;
    left: 58px;
    border-radius: 0 3px 3px 0;
    line-height: 60px;  
}

.float-opros-button img, .float-help-button img, .float-blog-button img{
    width:60px;
}
.lk-form__field-controls .lk-button {
    display: inline-block;
    padding-right: 8px;
    padding-left: 8px;
    line-height: 13px;
    margin-right: 8px;
}
.lk-form__field-controls input.lk-button {
    vertical-align: unset;
}

/* Всплывающая форма */
/* Форма авторизации */
.login-form p {
    margin: 20px;
}
.login-form {
    width: 485px;
    height: auto;
    margin: 0 auto;
    position: fixed;
    z-index: 1000;
    background: white;
    left: 0;
    right: 0;
    top: 25%;
    display: none;
    padding-bottom: 20px;
    box-shadow: 0px 0px 120px 15px rgba(161,199,220,0.85);
}
.login-form__title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #dcdcdc;
    padding: 20px 0;
}
.login-form__title img {
    float: right;
    cursor: pointer;
    margin-right: 10px;
}
.login-form .lk__body {
    margin: 25px;
}
.login-form .lk {
    font-size: 14px;
    color: #1b1d24;
}
.login-form .lk-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.login-form .lk-input input {
    padding: 6px 12px;
    border: 1px solid #a9a9a9;
    font-size: 10px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    width: 100%;
}
.login-form .lk-form__field-name {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 50%;
    flex: 0 1 50%;
    font-size: 10px;
    font-weight: 900;
    text-transform: uppercase;
    white-space: nowrap;
}
.login-form .lk-form__field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.login-form .lk-form__field-controls {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.login-form .lk-button_blue {
    background: #3399cc;
    color: #fff;
}
.login-form .lk-button {
    display: inline-block;
    font-size: 10px;
    font-weight: 900;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
    white-space: nowrap;
    font-size: 10px;
    font-weight: bold;
}
#form-registration .lk {
    padding: 0;
}
#form-registration .lk__hint {
    width: 100%;
}
#form-registration .lk__col_1 {
    width: 100%;
}
.login-form input.lk-button {
    border-radius: 0;
    -webkit-appearance: none;
}

/***Page Settings***/
.lk-table-settings{
    color: #1b1d24;
    border: 1px solid #e2e5e5;
    display: table-row;
    background-color: #f0f2f2;
}
.lk-table-settings div{
  text-align: center;
  padding: 10px 0;
  display: table-cell;
  width:10%;
}
.table-container-settings{
    display: table-row;
  border-bottom: 1px solid #e2e5e5;
  border-left: 1px solid #e2e5e5;
  border-right: 1px solid #e2e5e5;
   margin: 0 0 40px 0;
}
.table-container-settings > div{
display: table-cell;
width:10%;
text-align: center;
}
.table-container-settings > div:first-child{
text-align: left;
padding: 0 0 0 10px;
}
.table-container-settings > div:first-child p{
width:60%;
display: inline-block;
}
.table-container-settings > div div{
padding: 10px 0;
height: 55px;
}
.popup{
  width:500px;
  position: fixed;
  top:300px;
  left:50%;
  margin-left: -250px;
  background: #fff;
  display: none;
  z-index: 20;
  box-shadow: 0px 0px 120px 15px rgba(161,199,220,0.85);
  padding:0 25px 25px 25px;
}
.popup h3{
  font-size: 18px;
  color: #1b1d24;
  text-align: center;
}
.form-popup{
  margin-top: 25px;
}

.button-float{
  float:right;
}
.contentforpopup{
  display: none;
}.contentforpopupphone{
  display: none;
}
.ui-dialog.ui-corner-all.ui-widget.ui-widget-content.ui-front.ui-draggable.ui-resizable{
  position: fixed!important;
  top:100px!important;
}
.classForDialog{
  border: 1px solid green;
}
.settings-link{
  position: absolute;
  right: 5px;
  top: 3px;
}
.settings-link span{
  color:rgba(51, 153, 204,.7);
  font-size:24px;
  transition: color 0.5s;
}
.settings-link span:hover{
  color:rgba(51, 153, 204,1);
  font-size:24px;
  transition: color 0.5s;
}
/***Page Settings***/