.full-bg {
  background-position: center;
  background-size: cover;
}
.overflow-h {
  overflow: hidden;
}
.no-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ta-center {
  text-align: center;
}
.transition {
  transition: all 0.2s ease-in-out;
}
.p-a {
  position: absolute;
}
.p-f {
  position: fixed;
}
.p-r {
  position: relative;
}
.ttu {
  text-transform: uppercase;
}
.t-w {
  color: #fff;
}
.t-green {
  color: #78A22F;
}
.d-b {
  display: block;
}
.i-b {
  display: inline-block;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb50 {
  margin-bottom: 50px;
}
img {
  max-width: 100%;
}
.page_v2 {
  color: #6A7C8C;
}
.card {
  width: 270px;
  padding: 18px 18px 23px;
  background: #fff;
  position: absolute;
  box-shadow: 0 4px 40px rgba(28, 33, 38, 0.13);
  left: 0;
  bottom: -48px;
  margin: 0 15px;
  z-index: 2;
}
.card::before {
  content: "";
  display: block;
  z-index: 2;
  height: 45px;
  width: 4px;
  background: #78A22F;
  position: absolute;
  right: 10px;
  top: -25px;
}
.card_title {
  font-weight: bold;
  color: #212C58;
  font-size: 24px;
}
@media (max-width: 575px) {
  .card_title {
    font-size: 20px;
  }
}
.card_title::after {
  content: '';
  display: block;
  width: 39px;
  height: 5px;
  background-color: #78A22F;
  margin: 20px auto 25px 0;
}
.card_v4::before {
  display: none;
}
.card_v4 .card_description {
  margin-top: 0;
}
.card_description {
  font-size: 12px;
  color: #6A7C8C;
  margin-top: 15px;
}
@media (min-width: 576px) {
  .card {
    padding: 24px 24px 30px;
    width: 410px;
    min-height: 105px;
    bottom: -50px;
  }
  .card_v2 {
    height: auto;
    top: auto;
    bottom: -48px;
  }
  .card_img {
    min-width: 165px;
    max-width: 165px;
  }
  .card_text {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .card {
    width: 410px;
    min-height: 105px;
    bottom: -268px;
    left: 48px;
  }
  .card_title {
    font-size: 28px;
  }
  .card_title::after {
    width: 60px;
    height: 5px;
  }
  .card_v4 {
    top: auto;
    width: 445px;
    padding: 18px 20px 30px;
  }
  .card_img {
    margin-right: 25px;
  }
  .card_description {
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .card {
    width: 600px;
    min-height: 200px;
    padding: 40px 35px;
    bottom: -290px;
    left: 15px;
    border: 0 !important;
  }
  .card::before {
    height: 100px;
    width: 8px;
    right: 20px;
    top: -50px;
  }
  .card_title {
    font-size: 30px;
    font-weight: 400;
    line-height: 34px;
  }
  .card_title span {
    font-weight: 600;
  }
  .card_title::after {
    width: 100px;
    height: 8px;
  }
  .card_v4 {
    width: 680px;
    padding: 50px;
  }
  .card_description {
    font-size: 14px;
    margin-top: 50px;
  }
}
.page__landing_loya_v2::after {
  content: '';
  display: block;
  width: 100%;
  height: 65px;
  margin: 0 auto;
  z-index: -1;
  background: url(/local/templates/2020/assets/img/page/landing/kso/icon/step.svg) no-repeat center / cover;
}
.page__landing_loya .landing_top__v5 {
  margin: 0 -15px;
  background-image: url(/local/templates/2020/assets/img/page/landing/ksogermes/header_bg.jpg) !important;
  background-position: top right !important;
  background-size: cover;
  min-height: 140px;
}
.page__landing_loya .landing_top__v5 {
  background-image: url(/local/templates/2020/assets/img/page/landing/ksogermes/header_bg.jpg);
}
@media (min-width: 576px) {
  .page__landing_loya_v2::after {
    width: 425px;
    height: 128px;
    margin-top: -145px;
  }
  .page__landing_loya .landing_top__v5 {
    min-height: 335px;
  }
}
@media (min-width: 992px) {
  .page__landing_loya .landing_top__v5 {
    margin: 0;
    min-height: 511px;
  }
}
.title {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #212C58;
}
@media (min-width: 992px) {
  .title {
    margin-bottom: 35px;
    font-size: 32px;
  }
}
.damage {
  background-color: #F4F6F9;
  padding: 40px 0 20px;
  font-size: 14px;
  text-align: center;
}
.damage-row [class*=col] {
  margin-bottom: 20px;
}
.damage-icon {
  width: 105px;
  height: 105px;
  background-color: #fff;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  border-radius: 15px;
  margin: 0 auto 20px;
}
.damage-name {
  font-weight: bold;
  color: #212C58;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .damage {
    padding: 45px 0 20px;
    text-align: left;
  }
  .damage-row [class*=col] {
    margin-bottom: 35px;
  }
  .damage-icon {
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
@media (min-width: 992px) {
  .damage {
    margin-top: 10px;
    padding: 70px 35px;
  }
  .damage-row [class*=col] {
    margin-bottom: 50px;
  }
}
.title-line__h::after {
  content: '';
  display: block;
  width: 45px;
  height: 4px;
  background-color: #78A22F;
  margin: 25px auto 0;
}
.room {
  margin-top: 100px;
  padding: 45px 0 50px;
  font-size: 12px;
}
.room .damage-icon {
  margin: 0 auto 20px;
}
.room-row {
  margin-top: 75px;
}
.room-row [class*=col] {
  margin-bottom: 45px;
}
.room-name {
  font-size: 14px;
  text-align: center;
  color: #586182;
}
.room .damage-text {
  font-size: 14px;
  line-height: 24px;
  color: #586182;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .room-row [class*=col] {
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .room {
    padding: 100px 0 65px;
    font-size: 14px;
  }
  .room-name {
    font-size: 14px;
  }
  .room-row [class*=col] {
    margin-bottom: 40px;
  }
  .room .damage-text {
    padding-right: 30px;
  }
}
.ul-chevron ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ul-chevron li {
  position: relative;
  padding-left: 25px;
  min-height: 10px;
  margin-bottom: 12px;
}
.ul-chevron li:last-child {
  margin-bottom: 0;
}
.ul-chevron li::before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 10px;
  background: url(/local/templates/2020/assets/img/page/landing/ukml/icon/double-chevron.svg) no-repeat center / contain;
  position: absolute;
  left: 0;
  top: 6px;
}
.allow {
  padding-top: 30px;
  font-size: 12px;
}
.allow__box_v2 {
  padding-top: 35px;
}
.allow__box_v3 {
  padding: 15px 0 15px;
}
.allow__item {
  margin-bottom: 35px;
}
.allow__img {
  margin-bottom: 35px;
}
.allow__name {
  font-weight: 900;
  color: #212C58;
  font-size: 18px;
  margin-bottom: 15px;
}
.allow__text {
  font-size: 12px;
  color: #6A7C8C;
}
.allow__description {
  font-weight: bold;
  color: #212C58;
  font-size: 12px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .allow {
    padding-top: 40px;
  }
  .allow__box_v2 {
    padding-top: 25px;
  }
  .allow__box_v3 {
    padding: 25px 0 0;
  }
  .allow__item_v2 {
    margin-bottom: 40px;
  }
  .allow-item__even .allow__img {
    order: 3;
  }
  .allow__img {
    margin-bottom: 0;
  }
  .allow__name {
    margin-bottom: 18px;
  }
}
@media (min-width: 992px) {
  .allow {
    padding-top: 65px;
    font-size: 14px;
  }
  .allow__box_v2 {
    padding-top: 15px;
  }
  .allow__box_v3 {
    padding: 25px 0 30px;
  }
  .allow__item {
    margin-bottom: 60px;
  }
  .allow__item_v2 {
    margin-top: 80px;
    margin-bottom: 0;
  }
  .allow__name {
    font-size: 24px;
    line-height: 30px;
  }
  .allow__text {
    font-size: 14px;
  }
  .allow__description {
    font-size: 14px;
  }
}
.counter-item {
  display: flex;
  align-items: center;
}
.counter-item span {
  display: inline-block;
  font-weight: 900;
  color: #C0C8D0;
  font-size: 72px;
  line-height: 69px;
  margin-right: 10px;
}
@media (min-width: 576px) {
  .counter-item span {
    line-height: 1;
  }
}
@media (min-width: 992px) {
  .counter-item span {
    font-size: 64px;
  }
}
.process {
  padding: 55px 0 30px;
}
@media (min-width: 1200px) {
  .process .container {
    position: relative;
    background: url('/local/templates/2020/assets/img/page/landing/digi/icon/step-quad.svg') no-repeat top right, url('/local/templates/2020/assets/img/page/landing/digi/icon/step-quad.svg') no-repeat right bottom, url('/local/templates/2020/assets/img/page/landing/digi/icon/step-quad.svg') no-repeat -15px center;
    background-size: 128px 128px, 128px 128px, 128px 128px;
  }
}
.process-container {
  max-width: 930px;
  margin: 0 auto;
}
.process img {
  max-width: 280px;
}
@media (min-width: 768px) {
  .process img {
    max-width: 250px;
  }
}
@media (min-width: 992px) {
  .process img {
    max-width: 443px;
  }
}
@media (min-width: 992px) {
  .process .allow__text {
    font-size: 24px;
    line-height: 30px;
  }
  .process .allow__name {
    font-size: 32px;
    line-height: 36px;
  }
  .process .allow__name span {
    font-size: 80px;
    line-height: 1;
    margin-right: 30px;
  }
}
.photos {
  padding: 160px 0 30px;
  margin-bottom: 0px;
}
.photos .title {
  margin-bottom: 60px;
}
.photos .photo-detail {
  background: #FFFFFF;
  box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  border-radius: 20px;
  padding: 20px;
  display: none;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .photos .photo-detail {
    height: 860px;
    display: flex;
  }
}
@media (max-width: 991px) {
  .photos .photo-detail {
    margin-bottom: 20px;
  }
}
.photos .photo-detail img {
  max-height: 700px;
  max-width: 100%;
}
.photos .photo-prev {
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
  margin-bottom: 40px;
  text-align: center;
  padding: 20px;
  height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all;
  transition-duration: 0.3s;
}
@media (min-width: 992px) {
  .photos .photo-prev {
    box-shadow: 0px 6px 20px rgba(28, 33, 38, 0.15);
  }
}
@media (max-width: 991px) {
  .photos .photo-prev {
    margin-bottom: 20px;
  }
}
.photos .photo-prev-active,
.photos .photo-prev:hover {
  box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 992px) {
  .photos .photo-prev-active,
  .photos .photo-prev:hover {
    box-shadow: 0px 6px 10px #99C45A;
  }
}
.photos .photo-prev img {
  max-height: 220px;
}
div.youtube {
  margin-top: 0px;
}
@media (min-width: 768px) {
  div.youtube {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  div.youtube {
    margin-top: 100px;
  }
}
.teh {
  margin-top: 50px;
  padding: 35px 0 20px;
  color: #6A7C8C;
}
@media (min-width: 768px) {
  .teh {
    margin-top: 60px;
  }
}
@media (min-width: 992px) {
  .teh {
    margin-top: 150px;
  }
}
.teh-title {
  margin-bottom: 10px;
  margin-top: 30px;
}
.teh-table {
  box-shadow: 0px 14px 50px rgba(31, 30, 51, 0.1);
  background-color: #fff;
  margin-top: 25px;
  padding: 15px 20px 15px;
}
.teh-table-tr {
  padding: 3px 0;
}
.teh-table-td {
  width: 100%;
}
.teh-table-td:first-child {
  font-weight: bold;
  color: #212C58;
}
@media (min-width: 768px) {
  .teh {
    padding: 15px 0 25px;
  }
  .teh-title {
    margin-top: 0;
  }
  .teh-table {
    padding: 10px 20px 20px;
  }
  .teh-table-tr {
    border-bottom: 1px solid #C4C3CA;
    padding: 0;
  }
  .teh-table-tr:last-child {
    border: none;
  }
  .teh-table-td {
    padding: 10px 5px;
  }
  .teh-table-td:first-child {
    width: 33%;
  }
  .teh-table-td:last-child {
    width: 67%;
  }
}
@media (min-width: 1200px) {
  .teh {
    padding: 25px 0 35px;
  }
  .teh-title {
    margin-bottom: 25px;
  }
  .teh-table {
    margin-top: 50px;
    padding: 10px 25px 20px;
  }
  .teh-table-td:first-child {
    width: 40%;
  }
  .teh-table-td:last-child {
    width: 60%;
  }
}
.leg {
  margin-top: 150px;
}
@media (max-width: 767px) {
  .leg {
    margin-top: 0px;
  }
}
.leg .title {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .leg .title {
    margin-top: 0px;
  }
}
.leg-photo {
  border-radius: 16px;
  background: #FFFFFF;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #EEEEEE;
  padding: 15px;
  justify-content: center;
  transition: all;
  transition-duration: 0.3s;
  display: flex;
  align-items: center;
  height: 100%;
}
.leg-photo-big {
  width: 100%;
  margin-top: 40px;
}
@media (min-width: 768px) {
  .leg-photo-big {
    margin-top: 0px;
  }
}
@media (min-width: 992px) {
  .leg-photo-big {
    width: 200px;
  }
}
.leg-photo-big img {
  max-height: 301px;
  max-width: 100%;
}
@media (min-width: 768px) {
  .leg-photo-small {
    margin-right: 30px;
  }
}
.leg p {
  font-size: 16px;
}
@media (min-width: 992px) {
  .leg p {
    font-size: 22px;
  }
}
/*# sourceMappingURL=style.css.map */