<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*::before,
*::after,
*:focus {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
}

body {
  margin: 0px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.land-wrapper {
  overflow: hidden;
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  height: 100%;
}

a {
  text-decoration: none;
}

.land-container {
  max-width: 1230px;
  padding: 0px 30px;
  margin: 0 auto;
  width: 100%;
}

@media (max-width: 760px) {
  .land-container {
    padding: 0px 15px;
  }
}

@media (max-width: 380px) {
  .land-container {
    padding: 0px 10px;
  }
}

input, textarea {
  font-family: 'Montserrat', sans-serif;
}

img {
  max-width: 100%;
  display: block;
}

.-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

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

.-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

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

.header__logo a {
  width: 140px;
  height: 41px;
  border: 0;
  -webkit-transition: none;
  transition: none;
  color: #000;
}

@media (max-width: 960px) {
  .header__logo a {
    z-index: 999;
    position: relative;
    margin-top: 20px;
  }
}

.header__logo a, .header__logo img {
  display: inline-block;
  vertical-align: top;
}

.land-header {
  border-bottom: 1px solid #dfdfdf;
}

@media (max-width: 960px) {
  .land-header {
    height: 75px;
  }
}

.land-section-1 {
  background: url(../land-img/main.jpg) no-repeat center;
  background-size: cover;
  height: 1000px;
  position: relative;
}

@media (max-width: 760px) {
  .land-section-1 {
    height: 100vh;
    min-height: 700px;
  }
}

.land-section-1:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: '';
  float: right;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 90%, 100% 100%, 0 100%);
          clip-path: polygon(100% 90%, 100% 100%, 0 100%);
  background: #fff;
}

@media (max-width: 760px) {
  .land-section-1:after {
    -webkit-clip-path: polygon(100% 95%, 100% 100%, 0 100%);
            clip-path: polygon(100% 95%, 100% 100%, 0 100%);
  }
}

.land-section-1__content {
  max-width: 760px;
}

.land-section-1__text {
  padding-left: 135px;
}

@media (max-width: 760px) {
  .land-section-1__text {
    padding-left: 35px;
  }
}

.land-section-1 h1 {
  font-size: 53px;
  font-weight: 900;
  color: #3d3b3c;
  text-transform: uppercase;
  margin: 0px;
}

@media (max-width: 1100px) {
  .land-section-1 h1 {
    font-size: 36px;
  }
}

@media (max-width: 760px) {
  .land-section-1 h1 {
    font-size: 26px;
  }
}

@media (max-width: 360px) {
  .land-section-1 h1 {
    font-size: 22px;
  }
}

.land-section-1 p {
  font-size: 22px;
  line-height: 180%;
  color: #3d3b3c;
  margin: 35px 0px 45px 0px;
}

@media (max-width: 760px) {
  .land-section-1 p {
    font-size: 16px;
    margin: 15px 0px 25px 0px;
  }
}

.land-btn-red {
  font-size: 18px;
  padding: 28px 20px;
  color: #fff;
  border-radius: 6px;
  background: #b9001f;
  border: none;
  text-decoration: none;
  -webkit-box-shadow: 10px 0px 25px rgba(185, 0, 31, 0.5);
          box-shadow: 10px 0px 25px rgba(185, 0, 31, 0.5);
  max-width: 370px;
  display: table;
  width: 100%;
  text-transform: uppercase;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.land-btn-red:hover {
  -webkit-box-shadow: 15px 0px 25px rgba(185, 0, 31, 0.7);
          box-shadow: 15px 0px 25px rgba(185, 0, 31, 0.7);
}

.land-container__land-section-1 {
  height: calc(100% - 200px);
}

@media (max-width: 960px) {
  .land-nav {
    position: absolute;
    left: -100%;
    width: 100%;
    background: #fff;
    min-height: 100vh;
    -webkit-transition: all .3s;
    transition: all .3s;
    top: 0px;
  }
  .land-nav.active {
    left: 0px;
  }
}

.land-nav ul {
  margin: 0px;
  padding: 0px;
}

@media (max-width: 960px) {
  .land-nav ul {
    display: block;
    margin-top: 90px;
  }
}

.land-nav li {
  margin: 0px 20px;
  display: block;
  height: 100%;
}

@media (max-width: 960px) {
  .land-nav li {
    margin: 0px 30px;
  }
}

@media (max-width: 760px) {
  .land-nav li {
    margin: 0px 15px;
  }
}

.land-nav li a {
  color: #3d3b3c;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  height: 100%;
  border-bottom: 4px solid transparent;
  padding: 48px 0px;
  display: block;
  -webkit-transition: all .3s;
  transition: all .3s;
}

@media (max-width: 960px) {
  .land-nav li a {
    padding: 10px 0px;
    margin: 20px 0px;
  }
}

.land-nav li a:hover {
  color: #b9001f;
  border-bottom: 4px solid #b9001f;
}

.land-col-6 {
  width: 50%;
  margin: 0px 15px;
}

@media (max-width: 760px) {
  .land-col-6 {
    width: 100%;
  }
}

.land-row {
  margin: 0px -15px;
}

@media (max-width: 760px) {
  .land-row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.land-section-2 {
  margin: 65px 0px 50px 0px;
}

@media (max-width: 760px) {
  .land-section-2 {
    margin: 25px 0px 0px 0px;
  }
}

.land-section-2 .land-yakor {
  position: absolute;
  top: -100px;
}

.land-section-2 p {
  font-size: 20px;
  line-height: 170%;
  color: #3d3b3c;
}

@media (max-width: 760px) {
  .land-section-2 p {
    font-size: 16px;
  }
}

.land-section-2__title {
  font-size: 24px;
  font-weight: 700;
  color: #3d3b3c;
  position: relative;
  margin-bottom: 75px;
}

@media (max-width: 760px) {
  .land-section-2__title {
    margin-bottom: 35px;
  }
}

.land-section-2__title:after {
  content: '';
  width: 100px;
  height: 4px;
  background: #c3c4c4;
  position: absolute;
  top: -20px;
  left: 0px;
  display: block;
}

.land-section-2__title span {
  color: #b9001f;
  text-transform: uppercase;
  display: block;
  margin-top: 16px;
}

.sect-2-img {
  max-width: 90%;
}

@media (max-width: 760px) {
  .sect-2-img {
    width: 300px;
  }
}

.land-section-2__title_2 {
  color: #3d3b3c;
  font-size: 20px;
  font-weight: 700;
  margin-top: 45px;
  margin-bottom: 38px;
}

.sect-2-attent img {
  width: 45px;
}

.sect-2-attent p {
  font-weight: 600;
  font-size: 18px;
  line-height: 170%;
}

.land-section-2__curcle {
  position: relative;
}

@media (max-width: 760px) {
  .land-section-2__curcle {
    margin-bottom: 40px;
  }
}

.land-section-2__curcle img {
  margin-top: 80px;
}

.land-section-2__curcle:after {
  content: '';
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #f5f5f5;
  position: absolute;
  z-index: -1;
  left: 30px;
  top: 0px;
}

@media (max-width: 760px) {
  .land-section-2__curcle:after {
    width: 300px;
    height: 300px;
  }
}

.land-col-3 {
  width: 33.33%;
  margin: 0px 15px;
}

@media (max-width: 760px) {
  .land-col-3 {
    width: 100%;
  }
}

.gk-list {
  margin-top: 50px;
}

@media (max-width: 760px) {
  .gk-list {
    margin-top: 30px;
  }
}

.g-k {
  background: url(../land-img/bg-gk.png) no-repeat;
  background-size: 100% 100%;
  border-radius: 6px;
  position: relative;
  height: 280px;
  padding: 45px;
}

@media (max-width: 960px) {
  .g-k {
    padding: 20px;
  }
}

@media (max-width: 760px) {
  .g-k {
    margin-bottom: 25px;
    padding: 30px;
  }
}

@media (max-width: 360px) {
  .g-k {
    padding: 20px;
  }
}

.g-k img {
  height: 45px;
}

.g-k p {
  color: #3d3b3c;
  font-size: 16px;
  font-weight: 600;
  margin-top: 26px;
}

@media (max-width: 960px) and (min-width: 761px) {
  .g-k p {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
  }
  .g-k p br {
    display: none;
  }
}

.g-k__nom {
  position: absolute;
  top: 25px;
  right: 30px;
  font-size: 18px;
  font-weight: 300;
  color: #c3c4c4;
}

.land-relative {
  position: relative;
}

.land-section-3 {
  background: url(../land-img/bg-sect-3.jpg) no-repeat center;
  height: 760px;
  padding-top: 200px;
  position: relative;
}

@media (max-width: 760px) {
  .land-section-3 {
    padding-top: 150px;
    padding-bottom: 60px;
    height: auto;
    background: url(../land-img/bg-sect-3.jpg) no-repeat center top;
  }
}

.land-section-3:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: '';
  float: right;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 85%, 100% 100%, -50% 100%);
          clip-path: polygon(100% 85%, 100% 100%, -50% 100%);
  background: #b9001f;
}

@media (max-width: 760px) {
  .land-section-3:after {
    -webkit-clip-path: polygon(100% 95%, 100% 100%, 0% 100%);
            clip-path: polygon(100% 95%, 100% 100%, 0% 100%);
    width: 101%;
  }
}

.land-title {
  font-size: 44px;
  font-weight: 700;
  color: #3d3b3c;
  position: relative;
}

@media (max-width: 760px) {
  .land-title {
    font-size: 36px;
  }
}

.land-title:after {
  content: '';
  width: 100px;
  height: 4px;
  background: #c3c4c4;
  position: absolute;
  top: -20px;
  left: 0px;
  display: block;
}

p.land-section-3__text {
  padding-left: 125px;
  padding-top: 65px;
  max-width: 635px;
  color: #3d3b3c;
  font-size: 20px;
  line-height: 180%;
}

@media (max-width: 760px) {
  p.land-section-3__text {
    padding-left: 35px;
    font-size: 16px;
  }
}

.land-section-3__img {
  width: 400px;
  position: absolute;
  right: 0px;
  top: 0px;
}

@media (max-width: 1100px) {
  .land-section-3__img {
    width: 40%;
    top: -230px;
  }
}

@media (max-width: 760px) {
  .land-section-3__img {
    width: 30%;
    top: -130px;
  }
}

.land-section-3__img img {
  position: relative;
  z-index: 2;
}

.land-section-3__img:after {
  content: '';
  width: 400px;
  height: 400px;
  border-radius: 50%;
  background: #fff;
  position: absolute;
  z-index: 1;
  left: -50px;
  top: 30px;
}

@media (max-width: 960px) {
  .land-section-3__img:after {
    width: 300px;
    height: 300px;
    left: 0px;
  }
}

@media (max-width: 760px) {
  .land-section-3__img:after {
    width: 100px;
    height: 100px;
    left: 0px;
  }
}

.land-section-4 {
  background: #b9001f;
  padding-top: 80px;
  padding-bottom: 200px;
  position: relative;
}

@media (max-width: 760px) {
  .land-section-4 {
    padding-bottom: 60px;
  }
}

.land-section-4:after {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  bottom: -1px;
  left: 0px;
  z-index: 2;
  content: '';
  float: right;
  height: 100%;
  width: 100%;
  -webkit-clip-path: polygon(100% 90%, 100% 100%, 0 100%);
          clip-path: polygon(100% 90%, 100% 100%, 0 100%);
  background: #f5f5f5;
}

@media (max-width: 760px) {
  .land-section-4:after {
    -webkit-clip-path: polygon(100% 95%, 100% 100%, 0 100%);
            clip-path: polygon(100% 95%, 100% 100%, 0 100%);
  }
}

.land-section-4 .land-title {
  color: #fff;
}

.land-section-4 p.land-section-4__text {
  padding-left: 125px;
  padding-top: 65px;
  max-width: 525px;
  color: #fff;
  font-size: 20px;
  line-height: 180%;
}

@media (max-width: 760px) {
  .land-section-4 p.land-section-4__text {
    font-size: 16px;
    padding-left: 35px;
    padding-top: 30px;
    margin-bottom: 30px;
  }
}

@media (max-width: 960px) {
  .land-section-4__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.land-section-4__img {
  background: url(../land-img/sect-4-img.png) no-repeat center;
  background-size: 100% 100%;
  width: 594px;
  padding-left: 75px;
  padding-right: 50px;
  height: 347px;
  color: #3d3b3c;
}

@media (max-width: 960px) {
  .land-section-4__img {
    margin: 0 auto;
    margin-top: 40px;
  }
}

@media (max-width: 460px) {
  .land-section-4__img {
    height: auto;
    padding-bottom: 40px;
    background: #fff;
    border-radius: 6px;
  }
}

@media (max-width: 460px) {
  .land-section-4__img {
    padding-left: 35px;
    padding-right: 15px;
  }
}

.land-section-4__img h4 {
  margin-top: 40px;
  margin-bottom: 25px;
  font-size: 22px;
}

@media (max-width: 460px) {
  .land-section-4__img h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 18px;
  }
}

.land-section-4__img img {
  width: 45px;
  margin-right: 20px;
}

.land-section-4__img p {
  font-size: 18px;
  font-weight: 600;
}

.land-section-4__row {
  padding: 34px 0px;
  border-bottom: 1px solid #c3c4c4;
}

.land-section-4__price__title {
  font-size: 22px;
  color: #3d3b3c;
}

@media (max-width: 460px) {
  .land-section-4__price__title {
    font-size: 18px;
  }
}

.land-section-4__price {
  color: #b9001f;
  font-size: 40px;
  font-weight: 700;
}

@media (max-width: 460px) {
  .land-section-4__price {
    font-size: 26px;
  }
}

@media (max-width: 360px) {
  .land-section-4__price {
    font-size: 20px;
  }
}

.land-inprice {
  padding-right: 55px;
}

@media (max-width: 760px) {
  .land-inprice {
    padding-right: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.land-program__item {
  background: url(../land-img/sect-5-img.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 187px;
  padding-left: 45px;
  padding-bottom: 50px;
  padding-right: 25px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 960px) {
  .land-program__item {
    padding: 0px 20px 30px 20px;
    margin-bottom: 30px;
  }
}

@media (max-width: 760px) {
  .land-program__item {
    padding: 0px 20px 30px 20px;
    margin-bottom: 30px;
  }
}

.land-program__item img {
  width: 45px;
  margin-right: 40px;
}

@media (max-width: 960px) {
  .land-program__item img {
    margin-right: 10px;
  }
}

.land-program__item p {
  color: #3d3b3c;
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  margin: 0px;
}

@media (max-width: 960px) {
  .land-program__item p {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
        hyphens: auto;
    /* пока поддерживает только Firefox */
    text-align: justify;
  }
  .land-program__item p br {
    display: none;
  }
}

.land-program {
  margin-top: 80px;
}

@media (max-width: 760px) {
  .land-program {
    margin-top: 40px;
  }
}

.land-section-5 {
  background: #f5f5f5;
  padding: 90px 0px;
}

@media (max-width: 760px) {
  .land-section-5 {
    padding-bottom: 40px;
  }
}

.land-program__item__percent {
  color: #c3c4c4;
  font-size: 70px;
  font-weight: 600;
  position: absolute;
  right: 0px;
  bottom: -30px;
}

.land-section-6 {
  background: #f5f5f5;
  padding-top: 85px;
}

@media (max-width: 960px) {
  .land-section-6 {
    padding-top: 20px;
  }
}

@media (max-width: 960px) {
  .land-steps {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 350px;
    margin: 0 auto;
  }
}

.land-step__item {
  width: 19.5%;
}

@media (max-width: 960px) {
  .land-step__item {
    width: 100%;
    margin-bottom: 40px;
  }
}

@media (min-width: 961px) {
  .land-step__item:last-child .land-step__img::after {
    display: none;
  }
}

@media (max-width: 960px) {
  .land-step__item:first-child .land-step__img::after {
    display: none;
  }
}

.land-step__img {
  position: relative;
}

.land-step__img img {
  position: relative;
  z-index: 2;
}

.land-step__img:after {
  content: "";
  background: url(../land-img/sect-6-line.png) no-repeat;
  width: 200px;
  height: 4px;
  display: block;
  position: absolute;
  left: 62%;
  top: 90px;
}

@media (max-width: 960px) {
  .land-step__img:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    top: -30px;
    left: 70px;
    width: 30px;
    height: 4px;
  }
}

.land-step__modul {
  background: url(../land-img/sect-6-img-1.png) no-repeat;
  width: 109px;
  height: 36px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  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;
  text-transform: uppercase;
  margin: 12px 0px 20px 0px;
}

.land-step__bonus {
  background: url(../land-img/sect-6-img-2.png) no-repeat;
  width: 109px;
  height: 36px;
  font-size: 12px;
  color: #fff;
  text-align: center;
  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;
  text-transform: uppercase;
  margin: 12px 0px 20px 0px;
}

.land-step__data {
  background: url(../land-img/calendar.svg) no-repeat 0px 4px;
  background-size: 24px;
  padding-left: 36px;
  font-size: 20px;
  color: #b9001f;
  line-height: 170%;
  margin: 20px 0px 35px 0px;
}

@media (max-width: 960px) {
  .land-step__data {
    font-size: 16px;
  }
  .land-step__data br {
    display: none;
  }
}

.land-step__title {
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
  color: #3d3b3c;
  margin: 35px 0px 30px 0px;
}

@media (max-width: 760px) {
  .land-step__title {
    font-size: 18px;
    margin: 15px 0px 20px 0px;
  }
  .land-step__title br {
    display: none;
  }
}

@media (min-width: 761px) {
  .land-step__title {
    min-height: 54px;
  }
}

.land-step__text p {
  font-size: 15px;
  line-height: 170%;
  color: #3d3b3c;
  margin: 0px 0px 25px 0px;
  max-width: 90%;
}

@media (max-width: 760px) {
  .land-step__text p {
    margin: 0px 0px 15px 0px;
  }
}

.land-section-7 {
  background: url(../land-img/sect-7-bg.png) no-repeat center bottom #f5f5f5;
  padding: 220px 0px 130px 0px;
}

@media (max-width: 760px) {
  .land-section-7 {
    padding: 220px 0px 50px 0px;
  }
}

.land-section-7 .land-yakor {
  position: absolute;
  top: -100px;
}

.land-section-7 form {
  margin-top: 80px;
}

@media (min-width: 761px) {
  .land-section-7 form {
    min-height: 377px;
  }
}

@media (max-width: 760px) {
  .land-section-7 form {
    margin-top: 30px;
  }
}

.land-section-7 input {
  width: 31%;
  height: 80px;
  border-radius: 6px;
  border: none;
  background: #fff;
  margin-bottom: 30px;
  padding: 0px 30px;
  color: #3d3b3c;
  font-size: 18px;
}

@media (max-width: 760px) {
  .land-section-7 input {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
  }
}

.land-section-7 textarea {
  width: 100%;
  height: 160px;
  resize: vertical;
  border: none;
  border-radius: 6px;
  padding: 20px 30px;
  color: #3d3b3c;
  font-size: 18px;
  margin-bottom: 30px;
}

@media (max-width: 760px) {
  .land-section-7 textarea {
    margin-bottom: 15px;
  }
}

.land-section-7 .land-form-footer {
  width: 100%;
}

@media (max-width: 760px) {
  .land-section-7 .land-form-footer {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.land-section-7 .form-rules-text {
  margin-left: 30px;
  font-size: 14px;
  line-height: 170%;
  max-width: 290px;
  color: #3d3b3c;
}

@media (max-width: 760px) {
  .land-section-7 .form-rules-text {
    margin-left: 0px;
    margin-top: 10px;
  }
}

.land-section-7 .form-rules-text a {
  color: #3d3b3c;
  text-decoration: underline;
}

.land-section-7__img {
  position: absolute;
  right: 0px;
  top: -220px;
}

.land-section-7__img img {
  width: 450px;
}

@media (max-width: 960px) {
  .land-section-7__img img {
    max-width: 300px;
  }
}

.land-footer {
  padding: 60px 0px;
}

@media (max-width: 960px) {
  .land-footer {
    display: none;
  }
}

.land-footer .land-nav li a {
  padding: 0px;
  border: none;
}

.land-footer .land-nav li a:hover {
  border: none;
}

@media (min-width: 996px) {
  #toTop {
    background: url(../land-img/to-top.png) no-repeat;
    width: 40px;
    height: 100px;
    position: fixed;
    bottom: 30px;
    right: 60px;
    display: none;
    cursor: pointer;
    z-index: 999;
  }
}

.item {
  display: none;
}

@media (max-width: 960px) and (min-width: 0px) {
  .item {
    display: block;
    z-index: 9;
    top: 20px;
    position: absolute;
    right: 30px;
    margin-top: 0;
  }
}

@media (max-width: 760px) and (min-width: 0px) {
  .item {
    right: 15px;
  }
}

@media (max-width: 960px) and (min-width: 0px) {
  .cmn-toggle-switch {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    width: 30px;
    height: 40px;
    font-size: 0;
    text-indent: -9999px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    -webkit-transition: background .3s;
    transition: background .3s;
    position: absolute;
    right: 0;
    top: -7px;
    background: 0 0;
  }
  .cmn-toggle-switch span {
    display: block;
    position: absolute;
    top: 23px;
    left: 0px;
    right: 0px;
    height: 2px;
    background: #3d3b3c;
    border-radius: 0px;
  }
  .cmn-toggle-switch span::after, .cmn-toggle-switch span::before {
    position: absolute;
    display: block;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #3d3b3c;
    content: "";
    -webkit-transition-duration: .3s,.3s;
    transition-duration: .3s,.3s;
    -webkit-transition-delay: .3s,0;
    transition-delay: .3s,0;
  }
  .cmn-toggle-switch span::before {
    top: -10px;
  }
  .cmn-toggle-switch span::after {
    bottom: -10px;
    width: 80%;
    left: 20%;
  }
  .cmn-toggle-switch__htx.active span {
    background: 0 0;
  }
  .cmn-toggle-switch__htx.active span::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .cmn-toggle-switch__htx.active span::after {
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    width: 100%;
    left: 0px;
  }
}
/*# sourceMappingURL=land-style.css.map */</pre></body></html>