.u-row:before,
.u-row:after {
  display: table;
  content: " ";
}
.u-row:after {
  clear: both;
}
/*------------------------------------------------------------*/
/* XX - LK */
/*------------------------------------------------------------*/
.u-checkbox-style .u-checkbox-name {
  vertical-align: top;
  line-height: 22px;
}
@media only screen and (max-width: 1023px) {
  .u-checkbox-style .u-checkbox-name {
    line-height: 18px;
  }
}
.u-checkbox-style .u-checkbox-name strong {
  display: block;
}
.lk-order-document {
  margin-bottom: 20px;
}
@media only screen and (max-width: 1023px) {
  .lk-order-document {
    margin-bottom: 0;
  }
}
.lk-order-document h2,
.lk-order-document .b-h2 {
  margin-bottom: 27px;
}
.lk-order-document .u-form__row {
  margin-left: -10px;
  margin-right: -10px;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .lk-order-document .u-form__row {
    margin-left: 0;
    margin-right: 0;
  }
}
.lk-order-document .u-form-item {
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 10px;
  width: 50%;
  display: inline-block;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .lk-order-document .u-form-item {
    width: 100%;
    display: block;
    padding: 0;
  }
}
.lk-order-document .u-form-item input[type="text"],
.lk-order-document .u-form-item input[type="email"],
.lk-order-document .u-form-item input[type="password"],
.lk-order-document .u-form-item input[type="tel"],
.lk-order-document .u-form-item textarea {
  padding: 0 15px;
  border-color: #e3e3e3;
}
.lk-order-document .u-form-item input[type="text"].u-not-valid,
.lk-order-document .u-form-item input[type="email"].u-not-valid,
.lk-order-document .u-form-item input[type="password"].u-not-valid,
.lk-order-document .u-form-item input[type="tel"].u-not-valid,
.lk-order-document .u-form-item textarea.u-not-valid {
  border-color: #e93838;
}
.lk-order-document .u-form-item input[type="text"].u-not-valid::-webkit-input-placeholder,
.lk-order-document .u-form-item input[type="email"].u-not-valid::-webkit-input-placeholder,
.lk-order-document .u-form-item input[type="password"].u-not-valid::-webkit-input-placeholder,
.lk-order-document .u-form-item input[type="tel"].u-not-valid::-webkit-input-placeholder,
.lk-order-document .u-form-item textarea.u-not-valid::-webkit-input-placeholder {
  color: #e93838;
}
.lk-order-document .u-form-item input[type="text"].u-not-valid:-moz-placeholder,
.lk-order-document .u-form-item input[type="email"].u-not-valid:-moz-placeholder,
.lk-order-document .u-form-item input[type="password"].u-not-valid:-moz-placeholder,
.lk-order-document .u-form-item input[type="tel"].u-not-valid:-moz-placeholder,
.lk-order-document .u-form-item textarea.u-not-valid:-moz-placeholder {
  color: #e93838;
}
.lk-order-document .u-form-item input[type="text"].u-not-valid::-moz-placeholder,
.lk-order-document .u-form-item input[type="email"].u-not-valid::-moz-placeholder,
.lk-order-document .u-form-item input[type="password"].u-not-valid::-moz-placeholder,
.lk-order-document .u-form-item input[type="tel"].u-not-valid::-moz-placeholder,
.lk-order-document .u-form-item textarea.u-not-valid::-moz-placeholder {
  color: #e93838;
}
.lk-order-document .u-form-item input[type="text"].u-not-valid:-ms-input-placeholder,
.lk-order-document .u-form-item input[type="email"].u-not-valid:-ms-input-placeholder,
.lk-order-document .u-form-item input[type="password"].u-not-valid:-ms-input-placeholder,
.lk-order-document .u-form-item input[type="tel"].u-not-valid:-ms-input-placeholder,
.lk-order-document .u-form-item textarea.u-not-valid:-ms-input-placeholder {
  color: #e93838;
}
.u-form-order-document {
  max-width: 410px;
}
@media only screen and (max-width: 1023px) {
  .u-form-order-document {
    max-width: 100%;
  }
}
.u-order-document-submit {
  width: 100%;
  min-width: 185px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #343434;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.u-lk-employees__tab__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
@media only screen and (max-width: 1023px) {
  .u-lk-employees__tab__link {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.u-lk-employees__tab__link__item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}
.u-lk-employees__tab__link__item span {
  border: 1px solid #e2e2e2;
  display: block;
  background-color: #ffffff;
  padding: 0 12px;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  color: #343434;
  cursor: pointer;
}
.u-lk-employees__tab__link__item.is-active span {
  background-color: #e2e2e2;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #e2e2e2;
}
.u-lk-table__employees {
  width: 100%;
  table-layout: auto;
  margin-bottom: 15px;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees {
    table-layout: fixed;
  }
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees thead {
    display: none;
  }
}
.u-lk-table__employees thead tr {
  border-bottom: 1px solid #d1d1d1;
}
.u-lk-table__employees tbody tr:nth-child(odd) {
  background-color: #f8f8f8;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tbody tr:nth-child(odd) {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tbody tr:nth-child(odd) td {
    background-color: transparent;
  }
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr {
    display: block;
    border-top: 1px solid #d1d1d1;
  }
}
.u-lk-table__employees tr th,
.u-lk-table__employees tr td {
  font-size: 13px;
  line-height: 15px;
  font-weight: 400;
  text-align: left;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr th,
  .u-lk-table__employees tr td {
    line-height: 16px;
  }
}
.u-lk-table__employees tr th {
  vertical-align: bottom;
  padding-bottom: 6px;
  padding-right: 5px;
  color: #343434;
}
.u-lk-table__employees tr td {
  position: relative;
  vertical-align: middle;
  padding: 14px 5px 10px 0;
  color: #858585;
  line-height: 16px;
  text-align: left;
}
.u-lk-table__employees tr td:before {
  content: none;
  position: absolute;
  top: 9px;
  left: 12px;
  font-size: 13px;
  line-height: 16px;
  font-weight: 400;
  color: #343434;
  max-width: 90px;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr td:before {
    content: attr(data-th);
    top: 15px;
  }
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr td {
    display: block;
    padding-left: 112px;
    padding-right: 10px;
  }
}
.u-lk-table__employees tr td.u-td-employees-id {
  padding-left: 15px;
  width: 460px;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr td.u-td-employees-id {
    padding-left: 112px;
    width: 100%;
  }
}
.u-lk-table__employees tr td.u-td-employees-phone {
  width: 240px;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr td.u-td-employees-phone:before {
    top: 9px;
  }
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr td.u-td-employees-phone {
    width: 100%;
  }
}
.u-lk-table__employees tr td.u-td-employees-pin {
  width: 244px;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr td.u-td-employees-pin {
    width: 100%;
  }
}
.u-lk-table__employees tr td.u-td-employees-remove {
  width: 100px;
}
@media only screen and (max-width: 1023px) {
  .u-lk-table__employees tr td.u-td-employees-remove {
    width: 100%;
    padding-left: 15px;
    padding-top: 4px!important;
    padding-bottom: 8px!important;
    background-color: #f8f8f8!important;
    border-top: 1px solid #d1d1d1;
    text-align: center;
  }
}
.u-employees-name {
  font-size: 18px;
}
@media only screen and (max-width: 1023px) {
  .u-employees-name {
    font-size: 16px;
  }
}
.u-employees-phone {
  font-size: 16px;
}
@media only screen and (max-width: 1023px) {
  .u-employees-phone {
    font-size: 16px;
  }
}
.u-employees-pin {
  position: relative;
  font-size: 14px;
  color: #858585;
  padding-right: 12px;
}
@media only screen and (max-width: 1023px) {
  .u-employees-pin {
    font-size: 14px;
  }
}
.u-employees-pin:hover .i-lk-pencil {
  opacity: 1;
  visibility: visible;
}
.u-employees-pin-number {
  min-width: 34px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid transparent;
  outline: none;
}
.u-employees-pin-number:focus {
  border: 1px solid #ffcd24;
}
.i-lk-pencil {
  opacity: 1;
  visibility: visible;
  position: absolute;
  top: 2px;
  right: 0;
  display: block;
  width: 12px;
  height: 12px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  color: #858585;
}
.i-lk-pencil svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.i-lk-pencil.is-edit {
  color: #ffcd24;
}
.u-employees-remove {
  position: relative;
  padding-left: 20px;
}
.u-employees-remove:hover {
  color: #e9bd29;
}
.u-employees-remove:hover svg {
  color: #e9bd29;
}
.u-employees-remove:hover span {
  color: #e9bd29;
  border-color: #e9bd29;
}
.u-employees-remove svg {
  position: absolute;
  top: 2px;
  left: 0;
  width: 11px;
  height: 11px;
  color: #858585;
}
.u-employees-remove span {
  font-size: 14px;
  color: #858585;
  border-bottom: 1px dashed #8d8d8d;
}
.u-add-employee {
  min-width: 205px;
  height: 40px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 40px;
  color: #343434;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  border: 1px solid #c7c7c7;
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .u-add-employee {
    min-width: auto;
    width: 100%;
    margin-bottom: 15px;
  }
}
.c-popup-add-employee {
  display: none;
  position: absolute;
  right: -48px;
  bottom: -11px;
  left: -47px;
  padding: 36px 38px 38px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.22);
  -moz-box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.22);
  box-shadow: 0px 0px 25px rgba(40, 40, 40, 0.22);
  z-index: 1;
}
@media only screen and (max-width: 1339px) {
  .c-popup-add-employee {
    left: 0;
    right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .c-popup-add-employee {
    position: relative;
    bottom: 0;
    padding: 50px 15px 0;
    margin-bottom: 15px;
  }
}
.b-popup.b-popup-add-employee {
  max-width: 1000px;
  padding: 36px 38px 38px;
}
@media only screen and (max-width: 1023px) {
  .b-popup.b-popup-add-employee {
    padding: 50px 15px 10px;
  }
}
.b-popup.b-popup-add-employee button.mfp-close {
  background-image: url(../img/svg/icon-close-popup-red.svg);
}
.u-form-add-employee .u-form__row {
  font-size: 0;
  display: table;
  width: 100%;
}
@media only screen and (max-width: 1023px) {
  .u-form-add-employee .u-form__row {
    display: block;
  }
}
.u-form-add-employee .u-form-item {
  padding-left: 5px;
  padding-right: 5px;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (max-width: 1023px) {
  .u-form-add-employee .u-form-item {
    display: block;
    padding: 0 0 15px;
  }
}
.u-form-add-employee .u-form-item.u-employees__item__phone {
  width: 180px;
}
@media only screen and (max-width: 1023px) {
  .u-form-add-employee .u-form-item.u-employees__item__phone {
    width: 100%;
  }
}
.u-form-add-employee .u-form-item.u-employees__item__pin {
  width: 126px;
}
@media only screen and (max-width: 1023px) {
  .u-form-add-employee .u-form-item.u-employees__item__pin {
    width: 100%;
  }
}
.u-form-add-employee .u-form-item.u-employees__item__submit {
  width: 221px;
}
@media only screen and (max-width: 1023px) {
  .u-form-add-employee .u-form-item.u-employees__item__submit {
    width: 100%;
  }
}
.u-form-add-employee input[type="text"],
.u-form-add-employee input[type="email"],
.u-form-add-employee input[type="password"],
.u-form-add-employee input[type="tel"],
.u-form-add-employee textarea {
  padding: 0 15px;
  border-color: #e3e3e3;
}
.u-form-add-employee input[type="text"].u-not-valid::-webkit-input-placeholder,
.u-form-add-employee input[type="email"].u-not-valid::-webkit-input-placeholder,
.u-form-add-employee input[type="password"].u-not-valid::-webkit-input-placeholder,
.u-form-add-employee input[type="tel"].u-not-valid::-webkit-input-placeholder,
.u-form-add-employee textarea.u-not-valid::-webkit-input-placeholder {
  color: #e93838;
}
.u-form-add-employee input[type="text"].u-not-valid:-moz-placeholder,
.u-form-add-employee input[type="email"].u-not-valid:-moz-placeholder,
.u-form-add-employee input[type="password"].u-not-valid:-moz-placeholder,
.u-form-add-employee input[type="tel"].u-not-valid:-moz-placeholder,
.u-form-add-employee textarea.u-not-valid:-moz-placeholder {
  color: #e93838;
}
.u-form-add-employee input[type="text"].u-not-valid::-moz-placeholder,
.u-form-add-employee input[type="email"].u-not-valid::-moz-placeholder,
.u-form-add-employee input[type="password"].u-not-valid::-moz-placeholder,
.u-form-add-employee input[type="tel"].u-not-valid::-moz-placeholder,
.u-form-add-employee textarea.u-not-valid::-moz-placeholder {
  color: #e93838;
}
.u-form-add-employee input[type="text"].u-not-valid:-ms-input-placeholder,
.u-form-add-employee input[type="email"].u-not-valid:-ms-input-placeholder,
.u-form-add-employee input[type="password"].u-not-valid:-ms-input-placeholder,
.u-form-add-employee input[type="tel"].u-not-valid:-ms-input-placeholder,
.u-form-add-employee textarea.u-not-valid:-ms-input-placeholder {
  color: #e93838;
}
.u-submit-add-employee {
  width: 100%;
  height: 39px;
  padding: 0 10px;
  font-size: 16px;
  line-height: 39px;
  color: #343434;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
}
.c-employees__section {
  position: relative;
}
.u-link-employees-remove {
  position: absolute;
  top: 5px;
  right: 7px;
  display: block;
  font-size: 0;
  text-indent: -999px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  color: #c02525;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.u-link-employees-remove:hover {
  opacity: 0.5;
}
.u-link-employees-remove svg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
/*------------------------------------------------------------*/
/* XX - CORPORATIVE CLIENTS */
/*------------------------------------------------------------*/
.c-our-advantages__row .slick-dots {
  bottom: -15px;
}
.c-our-advantages__row .slick-dots li {
  width: 9px;
  height: 9px;
  margin: 0 8px;
}
.c-our-advantages__row .slick-dots li.slick-active button:after {
  background-color: #ffcd24;
}
.c-our-advantages__row .slick-dots li button {
  width: 9px;
  height: 9px;
}
.c-our-advantages__row .slick-dots li button:before {
  border: 0;
  width: 9px;
  height: 9px;
}
.c-our-advantages__row .slick-dots li button:after {
  top: 0;
  left: 0;
  width: 9px;
  height: 9px;
  background-color: #b2c7d1;
}
.u-col-adv {
  margin-bottom: 20px;
}
.u-col-adv:focus {
  outline: none;
}
.c-our-advantages__article {
  text-align: center;
  min-height: 120px;
}
.c-our-advantages__icon {
  position: relative;
  margin: 0 auto 10px;
  width: 50px;
  height: 50px;
}
.c-our-advantages__icon img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-our-advantages__icon .i-adv-icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  background-image: url(../img/icon-sprite-corp.png);
  background-repeat: no-repeat;
}
.i-adv-icon-1 {
  width: 43px;
  height: 44px;
  background-position: 0px 0px;
}
.i-adv-icon-2 {
  width: 41px;
  height: 44px;
  background-position: -50px 0px;
}
.i-adv-icon-3 {
  width: 28px;
  height: 47px;
  background-position: -100px 0px;
}
.i-adv-icon-4 {
  width: 46px;
  height: 46px;
  background-position: -150px 0px;
}
.i-adv-icon-5 {
  width: 47px;
  height: 45px;
  background-position: -200px 0px;
}
.i-adv-icon-6 {
  width: 43px;
  height: 46px;
  background-position: -250px 0px;
}
.i-adv-icon-7 {
  width: 51px;
  height: 45px;
  background-position: 0px -50px;
}
.i-adv-icon-8 {
  width: 47px;
  height: 47px;
  background-position: -51px -50px;
}
.i-adv-icon-9 {
  width: 40px;
  height: 42px;
  background-position: -100px -50px;
}
.i-adv-icon-10 {
  width: 37px;
  height: 45px;
  background-position: -150px -50px;
}
.i-adv-icon-11 {
  width: 37px;
  height: 46px;
  background-position: -200px -50px;
}
.i-adv-icon-12 {
  width: 40px;
  height: 38px;
  background-position: -250px -50px;
}
.c-our-advantages__name {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400;
  color: #343434;
}
@media only screen and (max-width: 1023px) {
  .c-our-advantages__name {
    font-size: 14px;
  }
}
