@font-face {
  font-family: 'UTMAvo';
  src: url("../fonts/UTMAvo.eot");
  src: url("../fonts/UTMAvo.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvo.woff") format("woff"), url("../fonts/UTMAvo.ttf") format("truetype"), url("../fonts/UTMAvo.svg#svgFontName") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'UTMAvo';
  src: url("../fonts/UTMAvoBold.eot");
  src: url("../fonts/UTMAvoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvoBold.woff") format("woff"), url("../fonts/UTMAvoBold.ttf") format("truetype"), url("../fonts/UTMAvoBold.svg#svgFontName") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'UTMAvo';
  src: url("../fonts/UTMAvo-BoldItalic.eot");
  src: url("../fonts/UTMAvo-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/UTMAvo-BoldItalic.woff") format("woff"), url("../fonts/UTMAvo-BoldItalic.ttf") format("truetype"), url("../fonts/UTMAvo-BoldItalic.svg#svgFontName") format("svg");
  font-weight: bold;
  font-style: italic; }

*,
*::before,
*::after {
  -webkit-box-shadow: border-box;
          box-shadow: border-box; }

.gutter-0 {
  margin: 0; }
  .gutter-0 > [class^='col'] {
    padding: 0; }

.pt-40 {
  padding-top: 40px; }

.banner {
  position: relative; }
  .banner__slogan {
    padding: 80px 60px;
    position: absolute;
    top: 50vh;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
    .banner__slogan::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.3);
      -webkit-filter: blur(30px);
              filter: blur(30px);
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
    .banner__slogan .text-1 {
      font-family: "UTMAvo", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 50px;
      color: #93e02c;
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.05), 1px -1px 2px rgba(0, 0, 0, 0.05), -1px 1px 2px rgba(0, 0, 0, 0.05), -1px -1px 2px rgba(231, 165, 165, 0.05); }
    .banner__slogan .text-2 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      font-family: "UTMAvo", Arial, Helvetica, sans-serif;
      font-size: 26px;
      color: #6a6c6b; }
      .banner__slogan .text-2 span:nth-child(2) {
        margin-left: 150px; }
    .banner__slogan .button {
      display: inline-block;
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      padding: 8px 30px;
      border-radius: 20px;
      color: #fff;
      margin-top: 30px;
      background: -webkit-gradient(linear, left top, right top, from(#ff3232), color-stop(#fcf528), color-stop(#28fc28), color-stop(#28fcf8), color-stop(#272ef9), color-stop(#ff28fb), color-stop(#ff3232), color-stop(#fcf528), color-stop(#28fc28), color-stop(#28fcf8), color-stop(#272ef9), color-stop(#ff28fb), to(#ff3232));
      background: linear-gradient(90deg, #ff3232, #fcf528, #28fc28, #28fcf8, #272ef9, #ff28fb, #ff3232, #fcf528, #28fc28, #28fcf8, #272ef9, #ff28fb, #ff3232);
      background-size: 1000% 100%;
      background-position: 0% 0%;
      position: relative;
      text-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
      .banner__slogan .button::before {
        content: '';
        display: block;
        position: absolute;
        left: -2px;
        right: -2px;
        top: -0px;
        bottom: -4px;
        border-radius: 27px;
        background: -webkit-gradient(linear, left top, right top, from(#ff3232), color-stop(#fcf528), color-stop(#28fc28), color-stop(#28fcf8), color-stop(#272ef9), color-stop(#ff28fb), color-stop(#ff3232), color-stop(#fcf528), color-stop(#28fc28), color-stop(#28fcf8), color-stop(#272ef9), color-stop(#ff28fb), to(#ff3232));
        background: linear-gradient(90deg, #ff3232, #fcf528, #28fc28, #28fcf8, #272ef9, #ff28fb, #ff3232, #fcf528, #28fc28, #28fcf8, #272ef9, #ff28fb, #ff3232);
        background-size: 1000% 100%;
        background-position: 0% 0%;
        z-index: -1;
        -webkit-filter: blur(10px);
                filter: blur(10px); }
      .banner__slogan .button:hover {
        color: #fff;
        text-decoration: none; }
        .banner__slogan .button:hover, .banner__slogan .button:hover::before {
          -webkit-animation: buttonGradient linear 20s infinite;
                  animation: buttonGradient linear 20s infinite; }
  .banner__bg {
    display: block;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 30% 0%;
       object-position: 30% 0%;
    -webkit-transition: .3s;
    transition: .3s; }
    .banner__bg.warm {
      -webkit-filter: saturate(1.5);
              filter: saturate(1.5); }
    .banner__bg.neutral {
      -webkit-filter: saturate(1.2);
              filter: saturate(1.2); }
    .banner__bg.cool {
      -webkit-filter: saturate(0.9);
              filter: saturate(0.9); }
  .banner__content {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    width: 100%; }
  .banner__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
    z-index: 1; }
  .banner__logo {
    display: block; }
    .banner__logo img {
      height: 56px; }
  .banner__lang {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .banner__lang a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 7px; }
      .banner__lang a:last-child {
        margin-right: 0; }
      .banner__lang a img {
        height: 13px; }
  @media (max-width: 1199px) {
    .banner__logo {
      margin-bottom: 10px; }
    .banner__inner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
    .banner__lang {
      position: absolute;
      top: 0;
      right: 0; } }
  @media (max-width: 991px) {
    .banner__slogan {
      padding: 20px 0;
      width: 100%;
      right: 0; }
      .banner__slogan .text-1 {
        text-align: center;
        font-size: 40px; }
      .banner__slogan .text-2 {
        width: 100%;
        text-align: center;
        position: relative;
        font-size: 22px; }
        .banner__slogan .text-2 span {
          text-indent: -50px; }
          .banner__slogan .text-2 span:nth-child(2) {
            text-indent: 50px;
            margin-left: 0; } }
  @media (max-width: 767px) {
    .banner__slogan .text-2 {
      font-size: 18px; }
    .banner__logo img {
      height: 35px; } }

@-webkit-keyframes buttonGradient {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0% 0; } }

@keyframes buttonGradient {
  0% {
    background-position: 0 0; }
  50% {
    background-position: 100% 0; }
  100% {
    background-position: 0% 0; } }

.light-switch {
  padding-top: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff; }
  .light-switch::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 2; }
  .light-switch.active::before {
    display: none; }
  .light-switch__item {
    margin-bottom: 80px;
    position: relative; }
    .light-switch__item:last-child {
      margin-bottom: 0; }
  .light-switch__iwrap {
    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;
    width: 50px;
    height: 50px;
    padding: 10px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.8);
    margin-right: 20px;
    position: relative;
    cursor: pointer; }
    .light-switch__iwrap img {
      width: 100%;
      height: 100%; }
  .light-switch__help {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 4;
    font-size: 18px;
    cursor: pointer; }
    .light-switch__help img {
      margin: 12px 15px 8px 13px; }
  .light-switch.active .light-switch__help {
    display: none; }
  .light-switch__content {
    display: none;
    position: absolute;
    top: 0;
    left: 70px; }
  .light-switch__iwrap.active + .light-switch__content {
    display: block; }
  .light-switch__title {
    font-size: 18px;
    line-height: 21px; }
  .light-switch__desc {
    font-size: 15px;
    line-height: 20px;
    max-width: 310px; }
  @media (max-width: 1199px) {
    .light-switch {
      padding-top: 160px; } }
  @media (max-width: 991px) {
    .light-switch {
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      padding-bottom: 20px; }
      .light-switch .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .light-switch__item {
        margin-bottom: 0; }
      .light-switch__content {
        display: none !important; }
      .light-switch__help {
        top: auto;
        bottom: -4px;
        min-width: 200px;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; } }

.section__title {
  font-family: "UTMAvo", Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  margin-bottom: 38px;
  color: #ef4023; }

.footer {
  /*background: url("../images/landing-page-footer-bg.png") center/cover no-repeat;*/
  padding: 40px 0 30px; }
  .footer__title {
    text-align: center;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 23px;
    color: #ef4023; }
  .footer__desc {
    text-align: center;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 16px;
    color: #333; }

.differ__iwrap {
  display: block;
  width: 100%;
  border: 8px solid #fff;
  -webkit-box-shadow: 0 0 1px #62b446;
          box-shadow: 0 0 1px #62b446;
  background-color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .differ__iwrap::before {
    content: '';
    display: block;
    width: 100%;
    padding-bottom: 56.25%; }
  .differ__iwrap img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    -webkit-transition: .3s;
    transition: .3s; }
  .differ__iwrap:hover img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05); }

.differ__title {
  text-align: center;
  font-family: "UTMAvo", Arial, Helvetica, sans-serif;
  font-weight: bold;
  margin-top: 18px;
  margin-bottom: 45px; }

.registration {
  background-color: red;
  /*background: url("../images/landing-page-section-bg.png") center/cover no-repeat;*/
  -webkit-box-shadow: inset 0 -18px 0 #62b446;
          box-shadow: inset 0 -18px 0 #62b446; }
  .registration__inner {
    position: relative; }
  .registration__content {
    padding: 40px 0 50px; }
  .registration__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 44px;
    color: #fff;
    margin-bottom: 24px; }
    .registration__title .highlight {
      font-size: 30px;
      color: #FFFF00; }
  .registration__girl {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0; }
  @media (max-width: 1199px) {
    .registration__girl {
      display: none; } }
  @media (max-width: 991px) {
    .registration__title {
      font-size: 16px;
      line-height: 1.8; }
      .registration__title .highlight {
        font-size: 1.5; } }

.time-box {
  width: 337px;
  max-width: 100%;
  margin: 0 auto;
  border: 1px solid #fcb843;
  background-color: #393637;
  padding-top: 8px;
  margin-bottom: 50px;
  border-radius: 0 0 15px 15px; }
  .time-box__title {
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(#62b446), to(transparent));
    background: linear-gradient(to right, transparent, #62b446, transparent);
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    margin-bottom: 0; }
  .time-box__time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 12px; }
  .time-box__box {
    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-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin: 0 5px;
    padding: 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #ebebeb;
    border-radius: 10px; }
    .time-box__box span:first-child {
      font-size: 24px; }
    .time-box__box span:last-child {
      font-family: "UTMAvo", Arial, Helvetica, sans-serif;
      font-weight: bold;
      font-size: 12px;
      opacity: 0.4; }

.protect {
  width: 100%;
  overflow: hidden;
  background: url("../images/landingpage-protect-bg.png") center/cover no-repeat;
  position: relative;
  z-index: 1; }
  .protect__inner {
    padding: 40px 0 30px;
    position: relative;
    z-index: 1; }
  .protect__title {
    text-align: left;
    padding-left: 50px;
    margin-bottom: 18px; }
  .protect__girl {
    height: 100%;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  .protect__eye {
    position: absolute;
    z-index: -2;
    top: 0;
    right: 0;
    height: 100%; }
  .protect__intro {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    right: 69px; }
  .protect__text {
    font-size: 14px;
    font-weight: bold;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    color: #62b446;
    font-style: italic; }
  @media (max-width: 1199px) {
    .protect__girl {
      display: none; }
    .protect__eye {
      display: none; }
    .protect__title {
      text-align: center;
      padding-left: 0;
      margin-bottom: 25px; }
    .protect__intro {
      position: static;
      margin-bottom: 50px;
      width: 100%; }
    .protect__product {
      display: block;
      margin: 0 auto;
      max-width: 80%; } }

.pros {
  margin: 0 0 56px;
  padding: 0;
  list-style: none; }
  .pros li {
    padding-left: 50px;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    line-height: 25px;
    margin-bottom: 30px; }
    .pros li:last-child {
      margin-bottom: 0; }
    .pros li::before {
      content: '';
      display: block;
      width: 37px;
      height: 43px;
      background: url("../images/light-bulb.png") center/contain no-repeat;
      position: absolute;
      top: -10px;
      left: 0; }
  @media (max-width: 1199px) {
    .pros {
      max-width: 680px;
      margin: 0 auto; } }

.md-registration {
  font-family: "UTMAvo", Arial, Helvetica, sans-serif; }
  .md-registration .modal-header {
    border-bottom: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative; }
    .md-registration .modal-header .close {
      position: absolute;
      margin: 0;
      top: 0;
      right: 0; }
      .md-registration .modal-header .close:focus {
        outline: 0; }
  .md-registration .modal-body {
    padding: 0 16px; }
    .md-registration .modal-body label {
      font-size: 14px; }
    .md-registration .modal-body .form-group {
      margin-bottom: 16px; }
    .md-registration .modal-body .form-control {
      font-size: 14px; }
  .md-registration .modal-title {
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase; }
  .md-registration .modal-footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-top: 0; }
  .md-registration__btn {
    padding-left: 25px;
    padding-right: 25px;
    background: -webkit-gradient(linear, left bottom, left top, from(#ef3c24), to(#f9b19d));
    background: linear-gradient(to top, #ef3c24, #f9b19d);
    border: 0;
    border-radius: 10px;
    font-size: 14px;
    font-weight: bold;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    color: #fff; }
    .md-registration__btn:hover, .md-registration__btn:active, .md-registration__btn:focus {
      outline: 0 !important;
      border: 0 !important;
      -webkit-box-shadow: unset !important;
              box-shadow: unset !important; }

.md-alert {
  font-family: "UTMAvo", Arial, Helvetica, sans-serif; }
  .md-alert .modal-header {
    position: relative;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: -webkit-gradient(linear, left bottom, left top, from(#ef3c24), to(#f9b19d));
    background: linear-gradient(to top, #ef3c24, #f9b19d);
    padding: 0; }
    .md-alert .modal-header .close {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: 0;
      right: 5px;
      height: 100%; }
      .md-alert .modal-header .close:focus {
        outline: 0; }
  .md-alert .modal-title {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 26px; }
  .md-alert .modal-body {
    padding: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 22px; }
  @media (min-width: 575px) {
    .md-alert .modal-dialog {
      max-width: 450px; } }

.special {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 80px 0 50px; }
  .special::before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0; }
  .special__bg {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2; }
  .special__title {
    font-size: 25px;
    font-weight: bold;
    color: #ef4023;
    text-transform: uppercase;
    margin: 0 auto 30px;
    max-width: 680px;
    line-height: 1.3;
    text-shadow: 2px 2px #fff,
 -2px 2px #fff,
 2px -2px #fff,
 -2px -2px #fff,
 2px 0 #fff,
 -2px 0 #fff,
 0 2px #fff,
 0 -2px #fff; }
  .special__desc {
    text-align: center;
    color: #fff;
    font-size: 20px;
    margin-bottom: 30px;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); }
    .special__desc p {
      margin-bottom: 10px; }
    .special__desc .number {
      font-size: 30px;
      color: #ef4023;
      text-shadow: 2px 2px #fff,
 -2px 2px #fff,
 2px -2px #fff,
 -2px -2px #fff,
 2px 0 #fff,
 -2px 0 #fff,
 0 2px #fff,
 0 -2px #fff; }
  .special__btn {
    display: inline-block;
    background: -webkit-gradient(linear, left bottom, left top, from(#999), to(#ededed));
    background: linear-gradient(to top, #999, #ededed);
    color: #424142;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 0 30px;
    line-height: 46px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 10px;
    padding-bottom: 4px; }
    .special__btn:hover {
      text-decoration: none;
      color: #111; }
    .special__btn::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: -1;
      top: 0;
      left: 0;
      background: -webkit-gradient(linear, left bottom, left top, from(#e31b00), to(#ffbd9d));
      background: linear-gradient(to top, #e31b00, #ffbd9d);
      background-clip: padding-box;
      border: 2px solid transparent;
      border-radius: 15px; }
  .special__btn-2 {
    display: inline-block;
    color: #fff;
    border: 2px solid #fff;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 24px;
    padding: 0 30px;
    line-height: 42px;
    border-radius: 15px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 10px;
    padding-bottom: 2px;
    text-shadow: 0 2px 2px 3px rgba(0, 0, 0, 0.3); }
    .special__btn-2:hover {
      text-decoration: none;
      color: #fff; }
  @media (max-width: 767px) {
    .special__title {
      font-size: 16px;
      line-height: 1.5; }
    .special__desc {
      font-size: 15px; }
      .special__desc .number {
        font-size: 20px; }
    .special__btn {
      font-size: 18px;
      line-height: 40px;
      min-width: 260px;
      text-align: center; }
    .special__btn-2 {
      font-size: 18px;
      line-height: 40px;
      min-width: 260px;
      text-align: center; } }

.md-rule {
  text-align: justify; }
  .md-rule .modal-body {
    padding: 40px 30px;
    position: relative; }
    .md-rule .modal-body .close {
      position: absolute;
      top: 15px;
      right: 15px; }
  .md-rule .title {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
  .md-rule .sub-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 16px; }
  .md-rule__content {
    font-size: 14px; }
    .md-rule__content p {
      margin-bottom: 12px; }
      .md-rule__content p strong {
        font-weight: 600; }
    .md-rule__content ul {
      list-style-type: '-'; }
  @media (max-width: 575px) {
    .md-rule .modal-body {
      padding: 30px 15px; }
      .md-rule .modal-body .close {
        right: 10px;
        top: 5px; }
    .md-rule .title {
      font-size: 16px; }
    .md-rule .sub-title {
      font-size: 16px;
      margin-bottom: 20px; } }

.luxury {
  background: url("../images/landing-page-section-bg.png") center/cover no-repeat;
  padding: 40px 0 10px; }
  .luxury__item {
    position: relative;
    max-width: 400px;
    margin: 0 auto; }
  .luxury__title {
    font-size: 25px;
    font-weight: bold;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center; }
  .luxury__icon {
    position: absolute;
    top: 32%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    max-height: 65px; }
  .luxury__text {
    width: 190px;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 15px;
    color: #444444;
    position: absolute;
    top: 45%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    text-align: center; }

.slider {
  margin: 0 0 50px;
  position: relative; }
  .slider__prev, .slider__next {
    display: inline-block;
    padding: 10px 5px;
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(calc(-50% - 16px));
            transform: translateY(calc(-50% - 16px));
    cursor: pointer; }
  .slider .swiper-slide {
    padding: 5px; }
  .slider__prev {
    left: -40px;
    right: auto; }
  .slider__next {
    left: auto;
    right: -40px; }
  .slider__iwrap {
    display: block;
    position: relative;
    border: 1px solid #dedede;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
            box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 6px; }
    .slider__iwrap::before {
      content: '';
      display: block;
      width: 100%;
      padding-bottom: 100%; }
    .slider__iwrap img {
      -o-object-fit: contain;
         object-fit: contain;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .slider__title {
    font-size: 16px;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px; }
    .slider__title a,
    .slider__title a:hover {
      color: inherit;
      text-decoration: none; }
  .slider__price {
    text-align: center; }
    .slider__price del {
      display: inline-block;
      padding: 0 10px;
      font-size: 16px;
      font-family: "UTMAvo", Arial, Helvetica, sans-serif; }
    .slider__price span {
      display: inline-block;
      padding: 0 10px;
      font-size: 18px;
      font-family: "UTMAvo", Arial, Helvetica, sans-serif;
      font-weight: bold;
      color: #ef4023; }
  @media (max-width: 575px) {
    .slider__prev {
      left: -10px; }
    .slider__next {
      right: -10px; } }

.top {
  width: 100%;
  overflow: hidden;
  background: url("../images/top-bg.png") center/cover no-repeat;
  color: #fff; }
  .top__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 100vh; }
  .top__header {
    padding: 20px 0; }
  .top__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .top__logo img {
      height: 65px; }
  .top__body {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70px 0; }
  .top__title {
    font-size: 25px;
    font-weight: bold;
    color: #ef4023;
    text-align: center;
    margin-bottom: 20px;
    text-shadow: 2px 2px 2px #fff,
 2px -2px 2px #fff,
 -2px 2px 2px #fff,
 -2px -2px 2px #fff,
 2px 0 2px #fff,
 -2px 0 2px #fff,
 0 2px 2px #fff,
 0 -2px 2px #fff; }
  .top__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    font-family: "UTMAvo", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 40px; }
  .top__widgets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .top__gift {
    margin-right: 37px;
    position: relative; }
    .top__gift img {
      height: 200px; }
    .top__gift span {
      display: block;
      position: absolute;
      bottom: 5px;
      left: 0;
      right: 0;
      text-align: center;
      font-size: 50px;
      font-family: "UTMAvo", Arial, Helvetica, sans-serif;
      font-weight: bold;
      color: #ef4023; }
  .top__btn {
    display: block; }
    .top__btn img {
      height: 100px; }
  .top__img {
    display: block;
    width: 100%;
    position: relative;
    left: 100px; }
  @media (max-width: 1400px) {
    .top__inner {
      min-height: 100vh; }
    .top__body {
      padding: 20px 0; } }
  @media (max-width: 991px) {
    .top__body {
      padding: 20px 0; }
    .top__widgets {
      margin-bottom: 40px; }
    .top__desc {
      font-size: 32px; }
    .top__img {
      max-width: 540px;
      margin: 0 auto;
      left: 0; }
    .top__gift {
      margin-right: 20px; }
      .top__gift img {
        height: 130px; }
      .top__gift span {
        font-size: 30px; }
    .top__btn img {
      height: 60px; } }
  @media (max-width: 575px) {
    .top__title {
      font-size: 18px; }
    .top__desc {
      font-size: 19px; } }

/*# sourceMappingURL=landingpage.css.map */
