span.lk-span {
  display: inline-block;
}

.btn-lk {
  background-color: #F7D37A;
  color: #000;
  font-size: 16px;
  padding: 15px 25px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
}

.btn-lk:hover {
  background-color: #ffdf4b;
  text-decoration: none;
}

.lk-svg {
  width: 65px;
  height: 65px;
}

.lk-svg path,
.lk-svg rect {
  fill: #004b73;
}

.lk-desc-header {
  color: #004b73;
  min-height: 535px;
  height: 100%;
  background-size: cover;
  background-position: center 30%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.lk-desc-header-banner-mini {
  color: white;
  height: 389px;
  background-size: cover;
}

.lk-desc-header-banner-mini .lk-desc-header__inner{
  position: absolute;
  top: 130px;
  left: 35%;
  right: 30px;
}

.lk-desc-header-banner-mini h1{
  font-size: 35px;
  background-color: #18181829;
}

@media (max-width: 680px) {
  .lk-desc-header-banner-mini {
    background-position: -100px center;
  }

  .lk-desc-header-banner-mini .lk-desc-header__inner {
    left: 30px;
  }

  .lk-desc-header-banner-mini h1 {
    padding: 4px;
    font-size: 24px;
  }
}

@media only screen and (max-width: 1560px) {
  .lk-desc-header {
    min-height: 530px;
  }
}

@media only screen and (max-width: 1124px) {
  .lk-desc-header {
    min-height: 420px;
    background-position: 0 30%;
  }
}

@media only screen and (max-width: 991px) {
  .lk-desc-header {
    background-size: unset;
    background-position: 0 14%;
    min-height: 300px;
    background-image: none !important;
    overflow: hidden;
    position: relative;
    padding: 16px 0px 28px;
  }
  .lk-desc-header:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    height: 100%;
    left: 0;
    right: -100%;
    width: auto;
    background-image: url(../images/lk-desc-bg.jpg);
    background-position: 0 14%;
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 768px) {
  .lk-desc-header:before {
    right: 0%;
    background-size: unset;
  }
}

.lk-desc-header .lk-desc-chess__item--btns {
  margin-top: 36px;
}

.lk-desc-header__title {
  font-size: 48px;
  line-height: 1.4;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  .lk-desc-header__title {
    font-size: 32px;
  }
}

.lk-desc-header__subtitle {
  font-size: 24px;
  margin: 20px 0 30px;
}

@media only screen and (max-width: 768px) {
  .lk-desc-header__subtitle {
    font-size: 20px;
    max-resolution: 15px 0 20px;
  }
}

.lk-desc-header .main-col {
  width: 100%;
}

.lk-desc-chess {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
  padding-top: 40px;
  background-color: #f7f7f7;
}

@media only screen and (max-width: 680px) {
  .lk-desc-chess {
    padding-top: 0;
  }
}

.lk-desc-chess__item {
  min-height: 365px;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-position: center center;
  background-size: cover;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 40px;
  background-color: #fff;
  line-height: 1.6;
}

@media only screen and (max-width: 1560px) {
  .lk-desc-chess__item {
    min-height: 325px;
  }
}

@media only screen and (max-width: 680px) {
  .lk-desc-chess__item {
    width: 100%;
    min-height: 0;
    padding: 30px 20px;
  }
  .lk-desc-chess__item.lk-bg {
    min-height: 250px;
  }
}

.lk-desc-chess__item.lk-txt_l {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.lk-desc-chess__item--inner {
  width: calc(1150px / 2 - 60px);
}

@media only screen and (max-width: 680px) {
  .lk-desc-chess__item--inner {
    width: 100%;
  }
}

.lk-desc-chess__item--info img {
  width: 75px;
  height: auto;
}

@media only screen and (max-width: 1124px) {
  .lk-desc-chess__item--info img {
    width: 45px;
  }
}

.lk-desc-chess__item--info strong {
  display: block;
  width: 100%;
}

.lk-desc-chess__item--info.lk-link-img {
  padding-right: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 1124px) {
  .lk-desc-chess__item--info.lk-link-img {
    padding-right: 74px;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.lk-desc-chess__item--info.lk-link-img a {
  margin-left: 20px;
  position: absolute;
  right: -35px;
}

@media only screen and (max-width: 1124px) {
  .lk-desc-chess__item--info.lk-link-img a {
    margin-left: 0;
    right: 0;
  }
}

.lk-desc-chess__item--btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 25px;
}

.lk-desc-chess__item--btns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.lk-desc-chess__item--btns a:last-child {
  margin-right: 0;
}

.lk-desc-chess__item--btns img {
  width: 118px;
}

.lk-desc-chess__item--title {
  color: #004b73;
  font-size: 24px;
  margin: 0 0 22px;
  font-weight: normal;
  text-transform: uppercase;
}

@media only screen and (max-width: 680px) {
  .lk-desc-chess__item--title {
    margin-bottom: 10px;
    font-size: 22px;
  }
}

.lk-desc-chess__item a {
  color: #004b73;
  text-decoration: underline;
}

.lk-desc-chess__item a:hover {
  text-decoration: none;
}

.lk-desc-chess figure:nth-of-type(1) {
  background-position: center 36%;
}

.lk-desc-chess figure:nth-of-type(2) {
  background-position: center 18%;
}

@media only screen and (max-width: 680px) {
  .lk-desc-chess > figure:nth-of-type(1) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .lk-desc-chess > figure:nth-of-type(2) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .lk-desc-chess > figure:nth-of-type(3) {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
  .lk-desc-chess > figure:nth-of-type(4) {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
  .lk-desc-chess > div:nth-of-type(1) {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .lk-desc-chess > div:nth-of-type(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .lk-desc-chess > div:nth-of-type(3) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .lk-desc-chess > div:nth-of-type(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}

.lk-desc-units {
  background-color: #f7f7f7;
  padding: 85px 0 100px;
  margin-bottom: -15px;
}

@media only screen and (max-width: 768px) {
  .lk-desc-units {
    padding: 45px 0 55px;
  }
}

.lk-desc-units__title {
  font-size: 36px;
  color: #004b73;
  text-align: center;
  margin: 0;
  line-height: 1.3;
}

@media only screen and (max-width: 768px) {
  .lk-desc-units__title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 420px) {
  .lk-desc-units__title {
    font-size: 26px;
  }
}

.lk-desc-units__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 65px;
}

@media only screen and (max-width: 1366px) {
  .lk-desc-units__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -35px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-desc-units__inner {
    margin-top: 30px;
  }
}

.lk-desc-units__item {
  width: calc(100% / 5);
  text-align: center;
  max-width: 240px;
  padding: 0 19px;
}

@media only screen and (max-width: 1366px) {
  .lk-desc-units__item {
    width: calc(100% / 3);
    max-width: 100%;
    margin-bottom: 35px;
  }
}

@media only screen and (max-width: 768px) {
  .lk-desc-units__item {
    width: calc(100% / 2);
  }
}

@media only screen and (max-width: 480px) {
  .lk-desc-units__item {
    width: 100%;
  }
}

.lk-desc-units__item--icon {
  margin-bottom: 20px;
}

@media only screen and (max-width: 480px) {
  .lk-desc-units__item--icon {
    margin-bottom: 8px;
  }
}

.lk-desc-units__item--title {
  color: #004b73;
  font-size: 20px;
  margin-bottom: 17px;
}

@media only screen and (max-width: 480px) {
  .lk-desc-units__item--title {
    margin-bottom: 5px;
  }
}

.lk-desc-units__item--info {
  font-size: 16px;
  color: #494949;
  line-height: 1.5;
}

.lk-desc-units .btn-lk {
  display: table;
  margin: auto;
  margin-top: 57px;
}

@media only screen and (max-width: 768px) {
  .lk-desc-units .btn-lk {
    margin-top: 35px;
  }
}
/*# sourceMappingURL=lk-desc.css.map */