@charset "UTF-8";

@font-face {
  font-family: "Pyidaungsu";
  src: url('../fonts/Pyidaungsu.woff') format('woff'),
      url('../fonts/Pyidaungsu.eot') format('embedded-opentype'),
      url('../fonts/Pyidaungsu.svg') format('svg'),
      url('../fonts/Pyidaungsu.ttf') format('truetype');

}



@media screen and (max-width: 1023px){

  .email-me button {
    font-size: 15px;
    font-weight: 400;
    display: -ms-flexbox;
    box-sizing: border-box;
    margin: 1% auto !important;
    padding: 0px 0px !important;
    cursor: pointer;
    text-align: center;
    color: #fff;
    border: .1rem solid #88c940;
    border-radius: 4px;
    background-color: #88c940;
    fill: #fff;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
  }

}


/* line 14, src/scss/_utilities/_extend.scss */
.project__box-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* -o-object-fit: cover;
     object-fit: cover; */
     -o-object-fit: fill;
     object-fit: fill;
  -o-object-position: center;
     object-position: center;
     object-fit: cover;
}
 
 /* @font-face {
  font-family: 'Pyidaungsu';
  src: url('http://192.168.68.38/v4/assets/font/Pyidaungsu.woff2') format('woff2'),
  url('http://192.168.68.38/v4/assets/font/Pyidaungsu.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}*/
/* *{
  font-family: 'Pyidaungsu';
}   */

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* line 3, src/scss/_vendor/hamburger/_base.scss */
.hamburger {
  padding: 0px 12px 0px 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

/* line 21, src/scss/_vendor/hamburger/_base.scss */
.hamburger:hover {
  opacity: 1;
}

/* line 31, src/scss/_vendor/hamburger/_base.scss */

.hamburger-box {
  width: 23px;
  height: 13px;
  display: inline-block;
  position: relative;
}

/* line 38, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1px;
}

/* line 43, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 27px;
  height: 3px;
  background-color: #000;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
       -o-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

/* line 57, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

/* line 63, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::before {
  top: -9px;
}

/* line 67, src/scss/_vendor/hamburger/_base.scss */
.hamburger-inner::after {
  bottom: -9px;
}

/*
   * Squeeze
   */
/* line 6, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
       -o-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
       -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 10, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease,
 opacity 0.075s ease;
  -o-transition: top 0.075s 0.12s ease,
 opacity 0.075s ease;
  transition: top 0.075s 0.12s ease,
 opacity 0.075s ease;
}

/* line 15, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

/* line 22, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
       -o-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

/* line 27, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease,
 opacity 0.075s 0.12s ease;
  -o-transition: top 0.075s ease,
 opacity 0.075s 0.12s ease;
  transition: top 0.075s ease,
 opacity 0.075s 0.12s ease;
}

/* line 34, src/scss/_vendor/hamburger/types/_squeeze.scss */
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@font-face {
  font-family: "iconFont";
  src: url("../fonts/iconFont.eot");
  src: url("../fonts/iconFont.eot?#iefix") format("eot"), url("../fonts/iconFont.woff2") format("woff2"), url("../fonts/iconFont.woff") format("woff"), url("../fonts/iconFont.ttf") format("truetype"), url("../fonts/iconFont.svg#iconFont") format("svg");
}

/* line 23, src/scss/_generated/_spriteFont.scss */
.icon-android:before, .icon-apple:before, .icon-arrow:before, .icon-bathtub:before, .icon-bed:before, .icon-close:before, .icon-email:before, .icon-facebook-1:before, .icon-facebook:before, .icon-home:before, .icon-lock:before, .icon-magnifying-glass:before, .icon-phone:before, .icon-profile:before, .icon-shower:before, .icon-twitter:before {
  font-family: "iconFont", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-android:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-apple:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-arrow:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-bathtub:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-bed:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-close:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-email:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-facebook-1:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-facebook:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-home:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-lock:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-magnifying-glass:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-phone:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-profile:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-shower:before {
  content: "";
}

/* line 83, src/scss/_generated/_spriteFont.scss */
.icon-twitter:before {
  content: "";
}


@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-100.eot");
  src: url("../fonts/MuseoSansCyrl-100.woff") format("woff"), url("../fonts/MuseoSansCyrl-100.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-100.eot?iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-100.svg#MuseoSansCyrl") format("svg");
  font-style: normal;
  font-weight: 200;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-300.eot");
  src: url("../fonts/MuseoSansCyrl-300.woff") format("woff"), url("../fonts/MuseoSansCyrl-300.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-300.eot?iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-300.svg#MuseoSansCyrl") format("svg");
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-500.eot");
  src: url("../fonts/MuseoSansCyrl-500.woff") format("woff"), url("../fonts/MuseoSansCyrl-500.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-500.eot?iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-500.svg#MuseoSansCyrl") format("svg");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-700.eot");
  src: url("../fonts/MuseoSansCyrl-700.woff") format("woff"), url("../fonts/MuseoSansCyrl-700.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-700.eot?iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-700.svg#MuseoSansCyrl") format("svg");
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: "MuseoSansCyrl";
  src: url("../fonts/MuseoSansCyrl-900.eot");
  src: url("../fonts/MuseoSansCyrl-900.woff") format("woff"), url("../fonts/MuseoSansCyrl-900.ttf") format("truetype"), url("../fonts/MuseoSansCyrl-900.eot?iefix") format("embedded-opentype"), url("../fonts/MuseoSansCyrl-900.svg#MuseoSansCyrl") format("svg");
  font-style: normal;
  font-weight: bold;
}

/* line 1, src/scss/_shared/_main-setting-reset.scss */
*{
  font-family: 'Pyidaungsu';
}
html,
body {
  font-family: 'Pyidaungsu';
  width: 100%;
  height: auto;
  -webkit-overflow-scrolling: touch;
}

/* line 6, src/scss/_shared/_main-setting-reset.scss */
html.is-hideScroll,
body.is-hideScroll {
  overflow: hidden !important;
  -webkit-overflow-scrolling: auto;
}

@media screen and (max-width: 1023px) { 
  /* TODO app.css (max-width: 1023px)*/
  /* line 6, src/scss/_shared/_main-setting-reset.scss */
  html.is-hideScroll,
  body.is-hideScroll {
    height: 100%;
    max-height: 100%;
  }
}

/* line 17, src/scss/_shared/_main-setting-reset.scss */
html.is-hideScroll {
  height: 100%;
  max-height: 100%;
}

/* line 23, src/scss/_shared/_main-setting-reset.scss */
html {
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* line 29, src/scss/_shared/_main-setting-reset.scss */
body {
  overflow-x: hidden;
  position: relative;
  margin: 0;
  padding: 0;
  background-color: #fff;
  line-height: 1.42857143;
  font-size: 12px;
  font-weight: normal;
  font-family: 'Pyidaungsu', "MuseoSansCyrl", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
}

/* line 44, src/scss/_shared/_main-setting-reset.scss */
body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
}

/* line 49, src/scss/_shared/_main-setting-reset.scss */
body > .body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  padding-top: 70px;
}

/* line 56, src/scss/_shared/_main-setting-reset.scss */
body > .body--start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 63, src/scss/_shared/_main-setting-reset.scss */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 66, src/scss/_shared/_main-setting-reset.scss */
*:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* line 73, src/scss/_shared/_main-setting-reset.scss */
button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  margin: 0;
}

/* line 83, src/scss/_shared/_main-setting-reset.scss */
button,
input {
  overflow: visible;
}

/* line 89, src/scss/_shared/_main-setting-reset.scss */
button[disabled] {
  opacity: 0.55;
  cursor: not-allowed;
}

/* line 95, src/scss/_shared/_main-setting-reset.scss */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/* line 101, src/scss/_shared/_main-setting-reset.scss */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* line 107, src/scss/_shared/_main-setting-reset.scss */
textarea {
  overflow: auto;
}

/* line 112, src/scss/_shared/_main-setting-reset.scss */
p,
h1, h2, h3, h4, h5, h6,
hr {
  margin: 0;
  padding: 0;
}

/* line 120, src/scss/_shared/_main-setting-reset.scss */
ul {
  margin: 0;
  padding: 0;
}

/* line 125, src/scss/_shared/_main-setting-reset.scss */
ul li {
  list-style: none;
}

/* line 131, src/scss/_shared/_main-setting-reset.scss */
a {
  outline: none;
  text-decoration: none;
}

/* line 136, src/scss/_shared/_main-setting-reset.scss */
a:hover, a:focus {
  text-decoration: none;
}

/* line 143, src/scss/_shared/_main-setting-reset.scss */
input[type="text"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

/* line 147, src/scss/_shared/_main-setting-reset.scss */
picture {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* line 8, src/scss/_shared/_grid.scss */
.c-grid, .c-grid-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 575px) {
  /* line 8, src/scss/_shared/_grid.scss */
  .c-grid, .c-grid-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 24, src/scss/_shared/_grid.scss */
.c-grid {
  max-width: 1280px;
}

/* line 31, src/scss/_shared/_grid.scss */
.c-grid-fluid {
  max-width: 100%;
}

@media screen and (min-width: 576px) {
  /* line 39, src/scss/_shared/_grid.scss */
  .c-grid {
    max-width: 1280px;
  }
}

@media screen and (min-width: 992px) {
  /* line 39, src/scss/_shared/_grid.scss */
  .c-grid {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1200px) {
  /* line 39, src/scss/_shared/_grid.scss */
  .c-grid {
    max-width: 1280px;
  }
}

@media screen and (min-width: 768px) {
  /* line 39, src/scss/_shared/_grid.scss */
  .c-grid {
    max-width: 1280px;
  }
}

@media screen and (min-width: 1366px) {
  /* line 39, src/scss/_shared/_grid.scss */
  .c-grid {
    max-width: 1280px;
  }
}

/* line 3, src/scss/_shared/_common.scss */
body ::-webkit-scrollbar-thumb {
  background-color: gray;
}

/* line 6, src/scss/_shared/_common.scss */
body ::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0.5);
}

/* line 9, src/scss/_shared/_common.scss */
body ::-webkit-scrollbar-track {
  background-color: #fff;
}

/* line 14, src/scss/_shared/_common.scss */
.ui.dropdown > .dropdown.icon {
  z-index: -1 !important;
}

/* line 20, src/scss/_shared/_common.scss */
.ui.dropdown--multi.active .text {
  color: #000 !important;
}

/* line 26, src/scss/_shared/_common.scss */
.ui.dropdown--multi .text span {
  position: relative;
  top: -1px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ed1c24;
  color: #fff;
  font-size: 10px;
  font-weight: 300;
}

/* line 42, src/scss/_shared/_common.scss */
.ui.dropdown--multi .menu {
  overflow: hidden;
  max-height: unset !important;
}

/* line 46, src/scss/_shared/_common.scss */
.ui.dropdown--multi .menu__wrapper {
  overflow-y: auto;
  max-height: 160px;
}

/* line 51, src/scss/_shared/_common.scss */
.ui.dropdown--multi .menu__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px;
  background-color: #f9f9f9;
}

/* line 57, src/scss/_shared/_common.scss */
.ui.dropdown--multi .menu__action-done {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 72, src/scss/_shared/_common.scss */
.ui.dropdown--multi .menu__action-done:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 77, src/scss/_shared/_common.scss */
.ui.dropdown--multi .menu__action-done:active {
  background-color: transparent;
  color: #ed1c24;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 88, src/scss/_shared/_common.scss */
.ui.dropdown > .default.text,
.ui.dropdown > .text {
  z-index: 2;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 30px 0 10px !important;
}

/* line 104, src/scss/_shared/_common.scss */
.overlay {
  opacity: 0;
  visibility: hidden;
  z-index: 990;
  overflow: hidden !important;
  position: fixed;
  top: 70px;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  background-color: rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 118, src/scss/_shared/_common.scss */
.is-hideScroll .overlay {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 126, src/scss/_shared/_common.scss */
.app {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  /* line 126, src/scss/_shared/_common.scss */
  .app {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 126, src/scss/_shared/_common.scss */
  .app {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__wrapper a.login-sellername{
    display: none;
  }
  a.login-sellername{
    text-overflow: ellipsis;
      overflow: hidden;
      /*text-decoration: underline;*/
      white-space: nowrap;
      font-size: 12px;
      font-weight: 700;
      color: #fff !important;
      width: 115px;
      padding-left: 10px;
      padding-top: 8px;
      border: 1px solid #ed1c24 !important;
      padding: 7px 3px !important;
      margin-left: 3px;
      background: #ed1c24 !important;
      border-radius: 3px;
  }




}

/* line 136, src/scss/_shared/_common.scss */
.app__title {
  position: relative;
  top: -1px;
  left: -1px;
  padding-right: 17px;
  color: #d5d4d4;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  /* line 136, src/scss/_shared/_common.scss */
  .app__title {
    padding-right: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
  }
  .out{
    min-height: 100% !important;
  }
}

/* line 151, src/scss/_shared/_common.scss */
.app__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 158, src/scss/_shared/_common.scss */
.app__btn:hover {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 162, src/scss/_shared/_common.scss */
.app__btn--android {
  padding-right: 18px;
}

/* line 165, src/scss/_shared/_common.scss */
.app__btn--android:hover {
  color: #a4c639;
}

/* line 168, src/scss/_shared/_common.scss */
.app__btn--android:hover .icon-font {
  color: #a4c639;
}

/* line 173, src/scss/_shared/_common.scss */
.app__btn--android .icon-font {
  margin-right: 8px;
}

/* line 179, src/scss/_shared/_common.scss */
.app__btn--apple:hover {
  color: #a3aaae;
}

/* line 182, src/scss/_shared/_common.scss */
.app__btn--apple:hover .icon-font {
  color: #a3aaae;
}

/* line 187, src/scss/_shared/_common.scss */
.app__btn--apple .icon-font {
  margin-right: 4px;
}

/* line 192, src/scss/_shared/_common.scss */
.app__btn .icon-font {
  position: relative;
  top: -2px;
  color: #fff;
  font-size: 18px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 199, src/scss/_shared/_common.scss */
.app__btn .icon-font:hover {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 204, src/scss/_shared/_common.scss */
.app__btn span {
  line-height: 1;
}

/* line 208, src/scss/_shared/_common.scss */
.app__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 216, src/scss/_shared/_common.scss */
.copyright {
  padding-left: 7px;
}

@media screen and (max-width: 1023px) {
  /* line 216, src/scss/_shared/_common.scss */
  .copyright {
    padding-left: 0;
  }
}

/* line 222, src/scss/_shared/_common.scss */
.copyright__text {
  position: relative;
  top: -1px;
  width: 100%;
  text-align: right;
  color: #d5d4d4;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  /* line 222, src/scss/_shared/_common.scss */
  .copyright__text {
    text-align: center;
  }
}

/* line 237, src/scss/_shared/_common.scss */
.follow {
  position: relative;
  top: -1px;
  left: -2px;
}

@media screen and (max-width: 767px) {
  /* line 237, src/scss/_shared/_common.scss */
  .follow {
    top: 0;
    left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

/* line 248, src/scss/_shared/_common.scss */
.follow__title {
  padding-right: 17px;
  color: #d5d4d4;
  font-size: 14px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  /* line 248, src/scss/_shared/_common.scss */
  .follow__title {
    padding-right: 0;
    padding-bottom: 15px;
    text-transform: uppercase;
  }
}

/* line 260, src/scss/_shared/_common.scss */
.follow__btn {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 264, src/scss/_shared/_common.scss */
.follow__btn:hover {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 268, src/scss/_shared/_common.scss */
.follow__btn--facebook {
  padding-right: 15px;
  font-size: 18px;
}

/* line 272, src/scss/_shared/_common.scss */
.follow__btn--facebook:hover {
  color: #3b5998;
}

/* line 277, src/scss/_shared/_common.scss */
.follow__btn--twitter {
  font-size: 15px;
}

/* line 280, src/scss/_shared/_common.scss */
.follow__btn--twitter:hover {
  color: #1da1f2;
}

/* line 285, src/scss/_shared/_common.scss */
.follow__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1, src/scss/_shared/_magnificPopup.scss */
.c-modal {
  position: relative;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}

/* line 9, src/scss/_shared/_magnificPopup.scss */
.mfp-container {
  padding: 0 !important;
}

/* line 12, src/scss/_shared/_magnificPopup.scss */
.mfp-content {
  padding: 12px 15px !important;
}

/* line 21, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
}

/* line 27, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 33, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

/* line 37, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 43, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  opacity: 0;
}

/* line 47, src/scss/_shared/_magnificPopup.scss */
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 58, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* line 64, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

/* line 70, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

/* line 74, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* line 80, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-removing .mfp-with-anim {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  opacity: 0;
}

/* line 84, src/scss/_shared/_magnificPopup.scss */
.mfp-slide-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/* line 1, src/scss/_shared/_iconFont.scss */
.icon-font {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}

/* line 4, src/scss/_macros/_logotype.scss */
.logotype{
  width: 100%;
}
.logotype__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 9, src/scss/_macros/_logotype.scss */
.logotype__img {
  display: block;
  max-width: 260px;
  height: auto;
}

.popup_logotype__img{
    display: block;
    width: 200px;
    margin: 0 auto;
    padding-bottom: 16px;
}
.sticky .section__body {
    height: 42px;
}
.sticky .section_bg {
    padding: 15px 0;
}

/* line 4, src/scss/_macros/_modal.scss */
.c-modal__hidden {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 11, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome {
  max-width: 410px;
}

/* line 14, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .mfp-close {
  opacity: 1;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

/* line 21, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content {
  padding: 1.5rem !important;
}

/* line 24, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__close {
  z-index: 10;
  position: absolute;
  top: 8px;
  right: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 14px;
  height: 14px;
}

/* line 34, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__close .icon-font {
  color: #000;
  font-size: 14px;
}

/* line 40, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__title {
  padding-bottom: 11px;
  color: #2e3238;
  font-size: 20px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  /* line 40, src/scss/_macros/_modal.scss */
  .c-modal#findYourDreamHome .content__title {
    font-size: 19px;
  }
  .logotype__img{
    margin-top: 0px;
  }
}

/* line 49, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__title span {
  color: #ed1c24;
}

/* line 55, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form {
  position: relative;
}

/* line 58, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form .field {
  position: relative;
  /* margin-bottom: 5px; */
   margin-bottom: 12px;
}

/* line 63, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form .field.is-error .icon-font {
  color: #ed1c24 !important;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 68, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form .field.is-error input {
  border-color: #ed1c24;
  color: #ed1c24;
  -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field.is-error input.placeholder {
  color: #ed1c24;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field.is-error input:-moz-placeholder {
  color: #ed1c24;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field.is-error input::-moz-placeholder {
  color: #ed1c24;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field.is-error input:-ms-input-placeholder {
  color: #ed1c24;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field.is-error input::-webkit-input-placeholder {
  color: #ed1c24;
}

/* line 78, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form .field .error {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  margin: 0;
  padding-top: 2px;
  color: #ed1c24;
  font-size: 10px;
  font-weight: 500;
}

/* line 90, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form .field .icon-font {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 14px;
  color: #999999;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 99, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form .field input {
  height: 42px;
  padding-left: 42px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-color: #cccccc;
  background-color: transparent;
  font-size: 14px;
  -webkit-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field input.placeholder {
  font-size: 14px;
  color: #999999;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field input:-moz-placeholder {
  font-size: 14px;
  color: #999999;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field input::-moz-placeholder {
  font-size: 14px;
  color: #999999;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field input:-ms-input-placeholder {
  font-size: 14px;
  color: #999999;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content .ui.form .field input::-webkit-input-placeholder {
  font-size: 14px;
  color: #999999;
}

/* line 113, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content .ui.form .field input:focus + .icon-font {
  color: #000;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 122, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn {
  cursor: pointer;
  outline: none;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 42px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  color: #fff;
}

/* line 136, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn--signup {
  margin-bottom: 10px;
  background-color: #ed1c24;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(237, 28, 36, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(237, 28, 36, 0.2);
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  font-weight: 600;
  will-change: text-shadow, box-shadow;
  -webkit-transition: text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 146, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn--signup:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 151, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn--signup:active {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(237, 28, 36, 0);
          box-shadow: 0px 3px 7px 0px rgba(237, 28, 36, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 157, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn--facebook {
  padding: 0 40px;
  background-color: #3a5a99;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.2);
          box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.2);
  will-change: box-shadow;
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 164, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn--facebook .icon-font {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 8px;
  color: #fff;
  font-size: 24px;
}

/* line 173, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn--facebook:active {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(237, 28, 36, 0);
          box-shadow: 0px 3px 7px 0px rgba(237, 28, 36, 0);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 179, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 5px;
}

/* line 186, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide {
  display: flex;
}

/* line 189, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 100%;
}
#findYourDreamHomeForm .popup_logo_img_wrap{
  background: #ed1c24;
  padding: 5px;
}
/* line 193, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div {
  margin-bottom: 5px;
  float: left;
  width: 49%;
  height: 42px;
}
.c-modal#findYourDreamHome .content__hide-wrapper > div:nth-of-type(1), .c-modal#findYourDreamHome .content__hide-wrapper > div:nth-of-type(3), .c-modal#findYourDreamHome .content__hide-wrapper >div:nth-of-type(5){
  margin-right:   5px;
}

/* line 196, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div:last-of-type {
  padding-bottom: 0;
}

/* line 200, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown {
  width: 100%;
  max-width: 100%;
  min-width: unset;
}

/* line 206, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown {
  width: 100%;
  height: 42px;
  padding: .78571429em 2.1em .78571429em 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-color: #e5e5e5;
}

/* line 216, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu {
  min-width: 100% !important;
  min-height: 321px;
}

/* line 220, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 224, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input > input {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 36px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input > input.placeholder {
  text-align: center;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input > input:-moz-placeholder {
  text-align: center;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input > input::-moz-placeholder {
  text-align: center;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input > input:-ms-input-placeholder {
  text-align: center;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input > input::-webkit-input-placeholder {
  text-align: center;
}

/* line 234, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .ui.input span {
  width: 10px;
  text-align: center;
}

/* line 240, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .item.hidden {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
}

/* line 247, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px;
  background-color: #f9f9f9;
}

/* line 253, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 5px;
}

/* line 263, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action-reset {
  border: 1px solid #ed1c24;
  background-color: transparent;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 272, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action-reset:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 277, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action-reset:active {
  background-color: #ed1c24;
  color: #fff;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 285, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action-done {
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 294, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action-done:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 299, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .action-done:active {
  background-color: transparent;
  color: #ed1c24;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 309, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .column--min {
  padding-right: 0;
}

/* line 313, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .column > div {
  overflow-y: auto;
  max-height: 200px;
}

/* line 318, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .column a {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  padding: .78571429rem 1.14285714rem;
}

/* line 323, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .column a.active {
  background-color: #ed1c24;
  color: #fff;
}

/* line 328, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--price .menu .column a[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

/* line 338, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--area .menu {
  min-width: 100% !important;
  min-height: 308px;
}

/* line 343, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown--area .menu .column a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 352, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .dropdown.icon {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 40px;
}

/* line 358, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .text {
  display: block;
  margin: 0 !important;
  color: #515762 !important;
  line-height: 40px;
  font-size: 16px !important;
  font-weight: 300 !important;
}

/* line 367, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div:nth-of-type(5) .ui.dropdown .menu {
  /*width: -webkit-calc(100% + 2px) !important;
  width: calc(100% + 2px) !important;*/
  width: 250px;
}
.c-modal#findYourDreamHome .content__hide-wrapper .edm-forrent-price .menu{
  width: 250px;
}

/* line 370, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .menu .ui.checkbox {
  cursor: pointer;
  display: block;
  padding: .78571429em 2.1em .78571429em 1em;
}

/* line 375, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .menu .ui.checkbox.checked {
  background-color: #ed1c24;
}

/* line 378, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .menu .ui.checkbox.checked label {
  color: #fff;
}

/* line 384, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .menu .header {
  position: static;
  background-color: transparent;
  text-transform: capitalize;
  color: #2e3238;
  font-size: 14px;
  font-weight: 500;
}

/* line 393, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .menu > .item {
  border-color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 398, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .menu > .item.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0;
  width: 0;
}

/* line 406, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide-wrapper > div .ui.dropdown .menu > .item.selected {
  background-color: #f2f2f2;
}

/* line 415, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 3);
  max-width: calc((100% - 10px) / 3);
}

/* line 419, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn.is-active {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.24);
          box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.24);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

/* line 424, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
  width:  100%;
}

/* line 429, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn--buy {
  border-color: #ed1c24;
  color: #ed1c24;
}

/* line 433, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn--buy.is-active {
  background-color: #ed1c24;
  color: #fff;
}

/* line 438, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn--rent, .c-modal#findYourDreamHome .content__hide .main__hero-btn--new {
  border-color: #515762;
  color: #515762;
}

/* line 442, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn--rent.is-active, .c-modal#findYourDreamHome .content__hide .main__hero-btn--new.is-active  {
  background-color: #515762;
  color: #fff;
}

/* line 447, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn--new {
  /* border-color: #03a309;
  color: #03a309; */
}

/* line 451, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .content__hide .main__hero-btn--new.is-active {
  /* background-color: #03a309;
  color: #fff; */
}

/* line 460, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .actions {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 1rem !important;
  border-top: 1px solid #cccccc;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  /* line 460, src/scss/_macros/_modal.scss */
  .c-modal#findYourDreamHome .actions {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 470, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .actions__more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  color: #2e3238;
  line-height: 1;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  /* line 470, src/scss/_macros/_modal.scss */
  .c-modal#findYourDreamHome .actions__more {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 485, src/scss/_macros/_modal.scss */
.c-modal#findYourDreamHome .actions__more .icon {
  margin: 0;
  margin-left: 9px;
}

/* line 3, src/scss/_components/_header.scss */
.header {
  z-index: 998;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ed1c24;
}

/* line 11, src/scss/_components/_header.scss */
.header__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 70px;
}

/* line 17, src/scss/_components/_header.scss */
.header__wrapper-left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 15px;
}

@media screen and (max-width: 1023px) {
  /* line 17, src/scss/_components/_header.scss */
  .header__wrapper-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-right: 0;
  }
  /* line 26, src/scss/_components/_header.scss */
  .header--scroll .header__wrapper-left {
    opacity: 1;
  }
}

/* line 31, src/scss/_components/_header.scss */
.header__wrapper-left .hamburger {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 31, src/scss/_components/_header.scss */
  .header__wrapper-left .hamburger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    /*border: 1px solid #fff;*/
  }
}

/* line 41, src/scss/_components/_header.scss */
.header__wrapper-middle {
  position: relative;
  width: 100%;
  max-width: 665px;
}

@media screen and (max-width: 1023px) {
  /* line 41, src/scss/_components/_header.scss */
  .header__wrapper-middle {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  /* line 54, src/scss/_components/_header.scss */
  .header--scroll .header__wrapper-middle {
    z-index: -1;
  }
}

/* line 60, src/scss/_components/_header.scss */
.header__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  padding-right: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 60, src/scss/_components/_header.scss */
  .header__wrapper-right {
    display: none;
  }
}

/* line 72, src/scss/_components/_header.scss */
.header__ad {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  will-change: opacity, visibility;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 72, src/scss/_components/_header.scss */
  .header__ad {
    display: none;
  }
}

/* line 82, src/scss/_components/_header.scss */
.header--scroll .header__ad {
  opacity: 1;
 /* visibility: hidden;*/
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 88, src/scss/_components/_header.scss */
.header__ad img {
  display: block;
  max-width: 100%;
  /* height: auto; */
  /*height: 63px;
  width: 582px;*/
}

/* line 95, src/scss/_components/_header.scss */
.header__search {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  will-change: opacity, visibility;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.fixed .header__search{
  width: 100%;
    max-width: 1200px;
   top: 82px;
  left: 50%;
    transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
  /* line 95, src/scss/_components/_header.scss */
  .header__search {
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

/* line 111, src/scss/_components/_header.scss */
.header--scroll .header__search {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}


/* line 117, src/scss/_components/_header.scss */
.header__search > div {
  position: relative;
}

/* line 120, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 145px;
  padding-right: 5px;
}
@media screen and (max-width: 992px) {
  .header__ad img{
    display: none;
  }
  .sticky .section__body{
    height: 60px;
  }
  .custom_header__search {
    margin-top: 10px !important;
}
}
@media screen and (max-width: 767px) {
  /* line 120, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(2) {
    display: none;
  }
  .mobile_second_search_header .main__option-col:nth-of-type(2) .ui.selection.dropdown .menu{
    min-width: 170px !important;
  }
  .mobile_second_search_header .main__option-col:nth-of-type(4) .ui.selection.dropdown .menu{
    min-width: 170px !important;
  }
  .mobile_second_search_header .main__option-col:nth-of-type(6) .ui.selection.dropdown .menu{
    min-width: 170px !important;
  }
  .header__wrapper-left .hamburger{
    border: 0px;
  }
  
}

/* line 129, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) .ui.dropdown {
  min-width: 103%;
  min-height: 41px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  /*border-color: transparent;*/
}

/* line 137, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) .ui.dropdown .icon {
  top: 2px;
  right: 14px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 48px;
  font-size: 14px;
  color:#000;
}

/* line 145, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) .ui.dropdown .text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  margin: 0 !important;
  color: #515762 !important;
  line-height: 43px;
  text-transform: uppercase;
  font-size: 13px !important;
   /* font-weight: 600 !important; */
}

/* line 161, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

/* line 167, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) .main__hero-form {
  margin-bottom: 0;
}

/* line 172, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) .main__hero-form.is-location button, .header__search > div:nth-of-type(2) .main__hero-form.is-search button {
  -webkit-border-bottom-right-radius: 0;
          border-bottom-right-radius: 0;
}

/* line 178, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) .main__location,
.header__search > div:nth-of-type(2) .main__search {
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  /* line 178, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(2) .main__location,
  .header__search > div:nth-of-type(2) .main__search {
    width: -webkit-calc(100% + 50px);
    width: calc(100% + 50px);
    max-width: -webkit-calc(100% + 50px);
    max-width: calc(100% + 50px);
  }
  .add__block-body{
        padding: 98px 40px;
  }
}

/* line 187, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) input {
  max-width: -webkit-calc(100% - 50px);
  max-width: calc(100% - 50px);
  height: 50px;
  padding-right: 0;
  padding-left: 40px;
}

/* line 194, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) button {
  overflow: hidden;
  position: relative;
  max-width: 50px;
  min-width: 50px;
  height: 50px;
  padding: 0;
  border-color: #fff;
  background-color: #fff;
}

@media screen and (max-width: 1023px) {
  /* line 194, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(2) button {
    -webkit-border-top-right-radius: 0;
            border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
  }
}

/* line 208, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) button:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 40px;
  height: 40px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #ed1c24;
}

/* line 221, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) button:hover {
  -webkit-border-top-right-radius: 3px;
          border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
          border-bottom-right-radius: 3px;
  background-color: #fff;
}

/* line 226, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) button:hover:before {
  -webkit-border-radius: 3px !important;
          border-radius: 3px !important;
}

/* line 231, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(2) button .icon-font {
  z-index: 2;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  font-size: 18px;
  -webkit-filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(-2px 2px 2px rgba(0, 0, 0, 0.35));
}

/* line 242, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) {
  padding-top: 0;
  padding-left: 6px;
}

@media screen and (max-width: 1023px) {
  /* line 242, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(3) {
    padding: 0;
  }
}

/* line 249, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 249, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(3) .hamburger {
    width: 50px;
    height: 100%;
    -webkit-border-top-left-radius: 0;
            border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
            border-bottom-left-radius: 0;
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  /* line 266, src/scss/_components/_header.scss */
  .is-open-location .header__search > div:nth-of-type(3) .hamburger,
  .is-open-search .header__search > div:nth-of-type(3) .hamburger {
    -webkit-border-bottom-right-radius: 0;
            border-bottom-right-radius: 0;
  }
}

/* line 272, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active, .header__search > div:nth-of-type(3) .hamburger:hover {
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

/* line 277, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active span, .header__search > div:nth-of-type(3) .hamburger:hover span {
  background-color: #ed1c24;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 277, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(3) .hamburger.is-active span, .header__search > div:nth-of-type(3) .hamburger:hover span {
    background-color: #000;
  }
}

/* line 284, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active span:before, .header__search > div:nth-of-type(3) .hamburger:hover span:before {
  background-color: #ed1c24;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 284, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(3) .hamburger.is-active span:before, .header__search > div:nth-of-type(3) .hamburger:hover span:before {
    background-color: #000;
  }
}

/* line 295, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active span {
  width: 100%;
}

/* line 298, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active span:nth-of-type(1) {
  top: 6px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 304, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active span:nth-of-type(2) {
  opacity: 0;
}

/* line 308, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active span:nth-of-type(3) {
  bottom: 4px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 314, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger.is-active span:before {
  opacity: 0;
}

/* line 321, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger-box span {
  position: absolute;
  right: 0;
  width: 14px;
  height: 2px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 321, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(3) .hamburger-box span {
    background-color: #000;
  }
}

/* line 333, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger-box span:nth-of-type(1) {
  top: 0;
}

/* line 337, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger-box span:nth-of-type(2) {
  top: 5px;
}

/* line 341, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger-box span:nth-of-type(3) {
  bottom: 0;
}

/* line 345, src/scss/_components/_header.scss */
.header__search > div:nth-of-type(3) .hamburger-box span:before {
  content: '';
  position: absolute;
  top: 0;
  left: -4px;
  width: 2px;
  height: 100%;
  background-color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 345, src/scss/_components/_header.scss */
  .header__search > div:nth-of-type(3) .hamburger-box span:before {
    background-color: #000;
  }
}

/* line 365, src/scss/_components/_header.scss */
.header__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: 5px;
  margin-right: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 365, src/scss/_components/_header.scss */
  .header__btn {
    margin: 0;
  }
}

/* line 375, src/scss/_components/_header.scss */
.header__btn:last-of-type {
  margin-right: 0;
}

/* line 379, src/scss/_components/_header.scss */
.header__btn--lang {
  width: 19px;
  height: 14px;
  border: 1px solid #aba8ab;
}

@media screen and (max-width: 1023px) {
  /* line 379, src/scss/_components/_header.scss */
  .header__btn--lang {
    margin-bottom: 15px;
  }
}

/* line 387, src/scss/_components/_header.scss */
.header__btn--lang img {
  display: block;
  max-width: 100%;
  height: auto;
}

/* line 394, src/scss/_components/_header.scss */
.header__btn--login {
  min-width: 94px;
  height: 32px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: transparent;
  color: #000;
  text-transform: uppercase;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);*/
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
.header__btn--singup {
  min-width: 94px;
  height: 32px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  color: #fb1111;
  text-transform: uppercase;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);*/
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
.header__btn--singup:hover{
  background: transparent;
  color: #fff;
  border-color: white;
}
.header__btn--advertiser {
  min-width: 110px;
  height: 32px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);*/
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}
.header__btn--advertiser:hover{
  /* background: transparent; */
  color: #2e2e2e;
  /* border-color: white; */
}
.header_btn_mobile{
    display: none;
  }
  .header_btn_desktop{
    display: block;
  }

@media screen and (max-width: 1023px) {
  /* line 394, src/scss/_components/_header.scss */
  .header__btn--login {
    border-color: #515762;
    margin-bottom: 15px;
    color: #515762;
  }

}

/* line 414, src/scss/_components/_header.scss */
.header__btn--login:hover {
  background-color: #fff;
  color: #2e3238;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 422, src/scss/_components/_header.scss */
.header__btn--add {
  min-width: 136px;
  height: 34px;
  border-width: 1px;
  border-color: white;
  border-style: solid;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: white;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 422, src/scss/_components/_header.scss */
  .header__btn--add {
    border-color: #515762;
    background-color: transparent;
  }
}

/* line 436, src/scss/_components/_header.scss */
.header__btn--add:hover {
  /* background-color: transparent;
  -webkit-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out; */
}

/* line 440, src/scss/_components/_header.scss */
.header__btn--add:hover span,
.header__btn--add:hover .icon {
  color: #fff;
  -webkit-transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 440, src/scss/_components/_header.scss */
  .header__btn--add:hover span,
  .header__btn--add:hover .icon {
    color: #515762;
  }
}

/* line 449, src/scss/_components/_header.scss */
.header__btn--add:hover span {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
}

/* line 454, src/scss/_components/_header.scss */
.header__btn--add span {
  text-transform: uppercase;
  color: #2e3238;
  font-size: 12px;
  font-weight: 600;
  text-shadow: none;
  -webkit-transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 463, src/scss/_components/_header.scss */
.header__btn--add .icon {
  color: #2e3238;
  line-height: 1;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 471, src/scss/_components/_header.scss */
.header .main__option {
  z-index: -1;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: auto;
  padding: 20px 15px;
  background-color: rgba(0, 0, 0, 0.7);
}

/* line 482, src/scss/_components/_header.scss */
.header .main__option-body {
  display: block;
  width: 100%;
  max-width: 665px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  /* line 482, src/scss/_components/_header.scss */
  .header .hamburger-box {
    width: 27px;
    height: 25px;
    display: inline-block;
    position: relative;
  }
  .mobile_second_search_header .hamburger-box {
    width: 27px;
    height: 12px;
    display: inline-block;
    position: relative;
  }
  .header .main__option-body {
    position: static;
    padding: 0;
    background-color: transparent;
  }
  .header__btn--add{
    background: #0CAA41 !important;
    min-width: 99px;
  }
  .header__btn--login {
    min-width: 120px;
    margin: 0px 3px 0px 0px;
    border-color: #fb1111;
    color: #fb1111;
  }
  .header__btn--singup{
    min-width: 120px;
    margin-bottom: 15px;
    border-color: #515762;
    margin: 0px 3px;
    background-color: #fb1111;
    color: #fff;
    border-color: #fb1111;
  }
  .header_btn_mobile{
    display: block;
  }
  .header_btn_desktop{
    display: none !important;
  }
  .login-username{
    color:  #ed1c24 !important ;
    height: 32px;
    line-height: 3;
    width: 123px !important;
    border: 1px solid #ed1c24 !important;
    padding: 0px 3px !important;
  }
  .header__btn--advertiser{
    display: none;
  }
  .header__btn--advertiser-mobile{
    min-width: 120px;
    height: 32px;
    border-width: 1px;
    margin-left: 3px;
    border-color: white;
    border-style: solid;
    -webkit-border-radius: 3px;
            border-radius: 3px;
    background-color: #fb1111;
    color: #fff;
    text-transform: uppercase;
    /*text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);*/
    font-size: 12px;
    font-weight: 600;
    -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  }
}


/* line 497, src/scss/_components/_header.scss */
.header .main__option .main__option-row-3 .main__option-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  /* line 497, src/scss/_components/_header.scss */
  .header .main__option .main__option-row-3 .main__option-col {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 504, src/scss/_components/_header.scss */
  .header .main__option .main__option-row-3 .ui.checkbox {
    text-transform: uppercase;
  }
}

/* line 509, src/scss/_components/_header.scss */
.header .main__option .main__option-row-3 .ui.checkbox input:focus ~ label,
.header .main__option .main__option-row-3 .ui.checkbox label, .header .main__option .main__option-row-3 .ui.checkbox.checked {
  color: #fff !important;
  -webkit-transition: unset;
  -o-transition: unset;
  transition: unset;
}

/* line 519, src/scss/_components/_header.scss */
.header .main__option [header-moreClose-js] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  /* line 519, src/scss/_components/_header.scss */
  .header .main__option [header-moreClose-js] {
    font-size: 14px;
  }
}

/* line 526, src/scss/_components/_header.scss */
.header .main__option [header-moreClose-js] span {
  padding-right: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

/* line 533, src/scss/_components/_header.scss */
.header .main__option [header-moreClose-js] .icon {
  margin: 0;
  line-height: 1;
  color: #fff;
}

/* line 3, src/scss/_components/_footer.scss */
.footer {
  z-index: 0;
  position: relative;
  background-color: #0f171b;
  color: #fff;
}

/* line 9, src/scss/_components/_footer.scss */
.footer__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 60px;
}

@media screen and (max-width: 1023px) {
  /* line 9, src/scss/_components/_footer.scss */
  .footer__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 19, src/scss/_components/_footer.scss */
.footer__wrapper-left, .footer__wrapper-right {
  width: 100%;
  max-width: 50%;
}

/* line 25, src/scss/_components/_footer.scss */
.footer__wrapper-left {
  padding-right: 10px;
}

@media screen and (max-width: 1279px) {
  /* line 25, src/scss/_components/_footer.scss */
  .footer__wrapper-left {
    max-width: 40%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 25, src/scss/_components/_footer.scss */
  .footer__wrapper-left {
    max-width: 100%;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 25, src/scss/_components/_footer.scss */
  .footer__wrapper-left {
    padding-right: 0;
    padding-bottom: 40px;
  }
}

/* line 40, src/scss/_components/_footer.scss */
.footer__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 10px;
}

@media screen and (max-width: 1279px) {
  /* line 40, src/scss/_components/_footer.scss */
  .footer__wrapper-right {
    max-width: 60%;
  }
}

@media screen and (max-width: 1023px) {
  /* line 40, src/scss/_components/_footer.scss */
  .footer__wrapper-right {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 100%;
    padding-left: 0;
  }
}

/* line 55, src/scss/_components/_footer.scss */
.footer__wrapper-right > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 46px;
}

@media screen and (max-width: 1023px) {
  /* line 55, src/scss/_components/_footer.scss */
  .footer__wrapper-right > div {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    min-height: auto;
  }
}

/* line 65, src/scss/_components/_footer.scss */
.footer__wrapper-right > div:nth-of-type(1) {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 39px;
  border-right: 1px solid #3f3f3f;
}

@media screen and (max-width: 1279px) {
  /* line 65, src/scss/_components/_footer.scss */
  .footer__wrapper-right > div:nth-of-type(1) {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 65, src/scss/_components/_footer.scss */
  .footer__wrapper-right > div:nth-of-type(1) {
    padding-right: 0;
    padding-bottom: 20px;
    border-right: none;
    border-bottom: 1px solid #3f3f3f;
  }
}

/* line 80, src/scss/_components/_footer.scss */
.footer__wrapper-right > div:nth-of-type(2) {
  padding-left: 39px;
}

@media screen and (max-width: 1279px) {
  /* line 80, src/scss/_components/_footer.scss */
  .footer__wrapper-right > div:nth-of-type(2) {
    padding-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 80, src/scss/_components/_footer.scss */
  .footer__wrapper-right > div:nth-of-type(2) {
    padding-top: 20px;
    padding-left: 0;
  }
}

/* line 3, src/scss/_components/_navigation.scss */
.navigation {
  background-color: #f5f5f5;
}

@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/_navigation.scss */
  .navigation {
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
    overflow-y: auto;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: -webkit-calc(100% - 70px);
    height: calc(100% - 70px);
    padding: 50px 15px;
    background-color: rgba(255, 255, 255, 0.975);
    will-change: transform;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
  }
  /* line 21, src/scss/_components/_navigation.scss */
  .navigation.is-open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  }
}

/* line 29, src/scss/_components/_navigation.scss */
.navigation__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 50px;
}

@media screen and (max-width: 1023px) {
  /* line 29, src/scss/_components/_navigation.scss */
  .navigation__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

/* line 39, src/scss/_components/_navigation.scss */
.navigation__wrapper-header {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 39, src/scss/_components/_navigation.scss */
  .navigation__wrapper-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-bottom: 30px;
  }
}

/* line 49, src/scss/_components/_navigation.scss */
.navigation__wrapper-left {
  width: 70px;
}

@media screen and (max-width: 1023px) {
  /* line 49, src/scss/_components/_navigation.scss */
  .navigation__wrapper-left {
    width: 100%;
    padding-bottom: 30px;
  }
}

/* line 57, src/scss/_components/_navigation.scss */
.navigation__wrapper-middle {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 1px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  /* line 57, src/scss/_components/_navigation.scss */
  .navigation__wrapper-middle {
    padding-bottom: 30px;
  }
}

/* line 66, src/scss/_components/_navigation.scss */
.navigation__wrapper-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 160px;
}

@media screen and (max-width: 1023px) {
  /* line 66, src/scss/_components/_navigation.scss */
  .navigation__wrapper-right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 77, src/scss/_components/_navigation.scss */

.navigation__link span{
  display: none;
}
.navigation__link.active{
      color: #ed1c24;
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.navigation__link.active:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 1279px) {
  /* line 77, src/scss/_components/_navigation.scss */
  .navigation__link {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 77, src/scss/_components/_navigation.scss */
  .navigation__link {
   
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  
  .navigation__link span{
    display: none;
    padding-left: 3px;
  }
  .navigation__link img{
    width: 16px;
    margin-right: 10px;
  }
  .icon-home{
    font-size: 20px;
  }
  .navigation__wrapper-header{
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-bottom: 1px;
  }
  /*.navigation__wrapper-header a{
    margin-bottom: 10px;
  }*/
  .navigation__wrapper-left{
    padding-bottom: 10px;
    border-bottom: 1px solid #cecece;
  }
  .navigation__btn-home{
    min-height: 10px !important;
  }
  .navigation__wrapper-right{
    border-bottom: 1px solid #cecece;
    padding-bottom: 9px;
    margin-bottom: 5px;
  }
}

/* line 100, src/scss/_components/_navigation.scss */
.navigation__link:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed1c24;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 100, src/scss/_components/_navigation.scss */
  .navigation__link:after {
    display: none;
  }
}

/* line 116, src/scss/_components/_navigation.scss */
.navigation__link:hover {
  color: #ed1c24;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 120, src/scss/_components/_navigation.scss */
.navigation__link:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 126, src/scss/_components/_navigation.scss */
.navigation__link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  /* line 126, src/scss/_components/_navigation.scss */
  .navigation__link-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

/* line 134, src/scss/_components/_navigation.scss */
.navigation__link-wrapper > div {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1023px) {
  /* line 134, src/scss/_components/_navigation.scss */
  .navigation__link-wrapper > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

@media screen and (max-width: 1023px) {
  /* line 143, src/scss/_components/_navigation.scss */
  .navigation__link-wrapper > div:nth-of-type(1) {
    padding-bottom: 30px;
  }
}

/* line 148, src/scss/_components/_navigation.scss */
.navigation__link-wrapper > div:nth-of-type(1):after, .navigation__link-wrapper > div:nth-of-type(2):after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 14px;
  background-color: #d7d7d7;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 1023px) {
  /* line 148, src/scss/_components/_navigation.scss */
  .navigation__link-wrapper > div:nth-of-type(1):after, .navigation__link-wrapper > div:nth-of-type(2):after {
    display: none;
  }
}

/* line 167, src/scss/_components/_navigation.scss */
.navigation__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

/* line 171, src/scss/_components/_navigation.scss */
.navigation__btn-home {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #2e3238;
  font-size: 16px;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 171, src/scss/_components/_navigation.scss */
  .navigation__btn-home {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

/* line 181, src/scss/_components/_navigation.scss */
.navigation__btn-home:hover {
  color: #ed1c24;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 188, src/scss/_components/_navigation.scss */
.navigation__btn-add.ui.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 136px;
  min-height: 34px;
  margin: 0;
  padding: 0 12px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #ed1c24;
   /*background-color: #03a309; */
  text-transform: uppercase;
  text-shadow: none;
  font-size: 13px;
  font-weight: 600;
  color: #ed1c24;
  background-color: #fff;
  font-family: 'Pyidaungsu', 'MuseoSansCyrl', sans-serif;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 208, src/scss/_components/_navigation.scss */
.navigation__btn-add.ui.button:hover {
  background-color: transparent;
  color: #03a309;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 213, src/scss/_components/_navigation.scss */
.navigation__btn-add.ui.button:hover .icon {
  color: #03a309;
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 219, src/scss/_components/_navigation.scss */
.navigation__btn-add.ui.button .icon {
  opacity: 1;
  color: #ed1c24;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

/* line 3, src/scss/_components/_pre-footer.scss */

.pre-footer {
  z-index: 0;
  position: relative;
  background-color: #f9f9f9;
  height: 210px;
  padding-top: 23px;

}

/* line 8, src/scss/_components/_pre-footer.scss */
.pre-footer__title {
  padding-left: 20px;
  padding-bottom: 25px;
  color: #2e3238;
  font-size: 28px;
  font-weight: 600;
  font-family: 'Pyidaungsu', "MuseoSansCyrl", sans-serif;
}

@media screen and (max-width: 767px) {
  /* line 8, src/scss/_components/_pre-footer.scss */
  /*.navigation__btn-wrapper{
    width: 100%;
  }*/
  .pre-footer__title {
    padding-left: 0;
  }
  .navigation__btn-add.ui.button:nth-of-type(1){
    margin-left:  0px;
  }
  .header__btn--singup{
    margin-left:  0px;
  }
  .is-hideScroll .navigation_layer{
    
        opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .navigation_layer{
    opacity: 0;
    visibility: hidden;
    z-index: 990;
    overflow: hidden !important;
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    background-color: rgba(0, 0, 0, 0.15);
    -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  }
  .navigation__link-wrapper{
    padding-top: 5px;
    width: 100%;
  }
  .navigation__link-wrapper > div:nth-of-type(1){
    padding-bottom: 5px;

  }
  
  .navigation__btn-add.ui.button{
    min-width: 120px;
    margin: 0px 3px;
    padding: 0px 7px;
  }
  .navigation__btn-add.ui.button span{
    font-size: 10px;
  }
  .is-hideScroll .header{
    z-index: 2;

  }
  .log__btn{
    color: #000;
    font-size: 16px;
    border: 1px solid #000;
    padding: 5px 36px;
    border-radius: 3px;
  }
  
}

/* line 20, src/scss/_components/_pre-footer.scss */
.pre-footer__text {
  padding-left: 20px;
  padding-bottom: 50px;
  color: #515762;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  /* line 20, src/scss/_components/_pre-footer.scss */
  .pre-footer__text {
    padding-left: 0;
  }
}

/* line 32, src/scss/_components/_pre-footer.scss */
.pre-footer__text.is-show > span:after {
  opacity: 0;
  visibility: hidden;
}

/* line 39, src/scss/_components/_pre-footer.scss */
.pre-footer__text > span {
  position: relative;
}

/* line 42, src/scss/_components/_pre-footer.scss */
.pre-footer__text > span::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 20px;
  background: rgba(255, 255, 255, 0);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0), #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff);
}

/* line 53, src/scss/_components/_pre-footer.scss */
.pre-footer__text p {
  display: none;
}

/* line 56, src/scss/_components/_pre-footer.scss */
.pre-footer__text p span {
  display: block;
  padding-bottom: 15px;
}

/* line 60, src/scss/_components/_pre-footer.scss */
.pre-footer__text p span:first-of-type {
  padding-top: 15px;
}

/* line 66, src/scss/_components/_pre-footer.scss */
.pre-footer__text a {
  color: #ed1c24;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  -webkit-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}

/* line 73, src/scss/_components/_pre-footer.scss */
.pre-footer__text a.is-active {
  -webkit-transition: padding-left 0.3s ease-in-out;
  -o-transition: padding-left 0.3s ease-in-out;
  transition: padding-left 0.3s ease-in-out;
}

/* line 76, src/scss/_components/_pre-footer.scss */
.pre-footer__text a.is-active .icon-font {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 82, src/scss/_components/_pre-footer.scss */
.pre-footer__text a span {
  padding-right: 15px;
}

/* line 86, src/scss/_components/_pre-footer.scss */
.pre-footer__text a .icon-font {
  position: relative;
  top: 1px;
  display: inline-block;
  font-size: 12px;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 96, src/scss/_components/_pre-footer.scss */
.pre-footer__wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  /* line 96, src/scss/_components/_pre-footer.scss */
  .pre-footer__wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: 295px;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 110, src/scss/_components/_pre-footer.scss */
.pre-footer__box {
  position: absolute;
  top: 0;
  width: 100%;
  max-width: -webkit-calc(100% / 4);
  max-width: calc(100% / 4);
  /* -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out; */
}

@media screen and (max-width: 767px) {
  /* line 110, src/scss/_components/_pre-footer.scss */
  .pre-footer__box {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

/* line 120, src/scss/_components/_pre-footer.scss */
/* .pre-footer__box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 46px;
  background-color: #dcdcdc;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
} */

/* line 131, src/scss/_components/_pre-footer.scss */
.pre-footer__box-0 {
  left: 0;
}

@media screen and (max-width: 767px) {
  /* line 134, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-0:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
  }
}

/* line 146, src/scss/_components/_pre-footer.scss */
.pre-footer__box-1 {
  left: -webkit-calc(100% / 4);
  left: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  /* line 146, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-1 {
    left: -webkit-calc(100% / 2);
    left: calc(100% / 2);
  }
  /* line 151, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-1:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #dcdcdc;
  }
  /* line 161, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-1:after {
    display: none;
  }
}

/* line 167, src/scss/_components/_pre-footer.scss */
.pre-footer__box-2 {
  right: -webkit-calc(100% / 4);
  right: calc(100% / 4);
}

@media screen and (max-width: 767px) {
  /* line 167, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-2 {
    top: auto;
    bottom: 0;
    right: -webkit-calc(100% / 2);
    right: calc(100% / 2);
  }
}

/* line 176, src/scss/_components/_pre-footer.scss */
.pre-footer__box-3 {
  right: 0;
}

@media screen and (max-width: 767px) {
  /* line 176, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-3 {
    top: auto;
    bottom: 0;
  }
}

/* line 183, src/scss/_components/_pre-footer.scss */
.pre-footer__box-3:after {
  display: none;
}

/* line 188, src/scss/_components/_pre-footer.scss */
.pre-footer__box.is-active {
  margin-top: 10px;
  -webkit-transform: translateY(-231px);
      -ms-transform: translateY(-231px);
          transform: translateY(-231px);
  -webkit-box-shadow: 0 6px 12px 0 rgba(46, 50, 56, 0.17);
          box-shadow: 0 6px 12px 0 rgba(46, 50, 56, 0.17);
  background-color: #fff;
  -webkit-transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 195, src/scss/_components/_pre-footer.scss */
.pre-footer__box.is-active .pre-footer__box-head {
  /* border-color: #cccccc; */
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

/* line 199, src/scss/_components/_pre-footer.scss */
.pre-footer__box.is-active .pre-footer__box-head .icon {
  -webkit-transform: scale(-1);
      -ms-transform: scale(-1);
          transform: scale(-1);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 205, src/scss/_components/_pre-footer.scss */
.pre-footer__box.is-active .pre-footer__box-body {
  height: auto;
  overflow-y: auto;
  max-height: 364px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
  -webkit-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
  -o-transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
  transition: height 0.25s ease-in-out, max-height 0.25s ease-in-out;
}

@media screen and (max-width: 1279px) {
  /* line 205, src/scss/_components/_pre-footer.scss */
  .pre-footer__box.is-active .pre-footer__box-body {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  /* line 205, src/scss/_components/_pre-footer.scss */
  .pre-footer__box.is-active .pre-footer__box-body {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

/* line 224, src/scss/_components/_pre-footer.scss */
.pre-footer__box-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

/* line 230, src/scss/_components/_pre-footer.scss */
.pre-footer__box-head {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: left;
      -ms-flex-pack: center;
          justify-content: left;
  height: 40px;
  padding: 5px 20px;
  -webkit-border-radius: 3px 3px 0 0;
          border-radius: 3px 3px 0 0;
  border: 1px solid transparent;
  background-color: #f9f9f9;
  -webkit-transition: border-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 230, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-head {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

/* line 245, src/scss/_components/_pre-footer.scss */
.pre-footer__box-head p {
  padding-right: 24px;
  text-transform: capitalize;
  line-height: 1;
  font-size: 14px;
  color:#ed1c24;
}

@media screen and (max-width: 575px) {
  /* line 245, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-head p {
    padding-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  /* line 255, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-head p span {
    display: none;
  }
}

/* line 262, src/scss/_components/_pre-footer.scss */
.pre-footer__box-head .icon {
  margin: 0;
  line-height: 1;
  color: #ed1c24;
  font-size: 16px;
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 272, src/scss/_components/_pre-footer.scss */
.pre-footer__box-body {
  min-height: 133px;
  overflow: hidden;
  /* overflow-y: auto; */
  /* position: absolute; */
  top: 20px;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-height: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-left: 1px solid #dcdcdc;
  /* border-right: 1px solid #cccccc; */
  background-color: #f9f9f9;
  -webkit-transition: height 0.15s ease-in-out, max-height 0.15s ease-in-out;
  -o-transition: height 0.15s ease-in-out, max-height 0.15s ease-in-out;
  transition: height 0.15s ease-in-out, max-height 0.15s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 272, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-body {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 292, src/scss/_components/_pre-footer.scss */
.pre-footer__box-body a {
  display: block;
  padding-top: 7px;
  padding-bottom: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  color: #515762;
  font-size: 14px;
}
.custom-pre-footer__box-body a {
  display: block;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #000;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  /* line 292, src/scss/_components/_pre-footer.scss */
  .pre-footer__box-body a {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
  }
}

/* line 3, src/scss/_components/homepage/_main.scss */
.main {
  position: relative;
  height: 510px;
  background-color: #000;
  background-image: url("../img/img-main-bg-17.jpg");
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover;
}
@media screen and (max-width: 767px) {
  .main {
    position: relative;
    height: 510px;
    background-color: #000;
    background-image: url("../img/img-mobile-main-bg-17.jpg");
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
            background-size: cover;
  }
}
@media screen and (max-width: 1023px) {
  /* line 3, src/scss/_components/homepage/_main.scss */
  .main {
    height: 700px;
  }
}

@media screen and (max-width: 767px) {
  /* line 3, src/scss/_components/homepage/_main.scss */
  .main {
    height: auto;
    -webkit-background-size: cover;
          background-size: cover;
  }
}

/* line 19, src/scss/_components/homepage/_main.scss */
.main:after {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
}

/* line 30, src/scss/_components/homepage/_main.scss */
.main .c-grid {
  height: 100%;
}

@media screen and (max-width: 767px) {
  /* line 30, src/scss/_components/homepage/_main.scss */
  .main .c-grid {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 38, src/scss/_components/homepage/_main.scss */
.main__wrapper {
  z-index: 1;
  position: relative;
  width: 100%;
  max-width: 935px;
  min-height: 510px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 53px;
}

@media screen and (max-width: 1023px) {
  /* line 38, src/scss/_components/homepage/_main.scss */
  .main__wrapper {
    padding-top: 75px;
  }
}

@media screen and (max-width: 767px) {
  /* line 38, src/scss/_components/homepage/_main.scss */
  .main__wrapper {
    padding-top: 10px;
  }
}

/* line 55, src/scss/_components/homepage/_main.scss */
.main__title {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  padding-top: 8px;
}

@media screen and (max-width: 767px) {
  /* line 55, src/scss/_components/homepage/_main.scss */
  .main__title {
    text-align: center;
    line-height: 1.2;
    font-size: 23px;
    padding-top: 10px;
    padding-bottom: 0;
  }
}

/* line 67, src/scss/_components/homepage/_main.scss */
.main__app {
  position: absolute;
  right: 0;
  left: 0;
  bottom: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 30px;
}

@media screen and (max-width: 767px) {
  /* line 67, src/scss/_components/homepage/_main.scss */
  .main__app {
    position: relative;
    margin-right: auto;
    padding-top: 4px;
  }
}

/* line 85, src/scss/_components/homepage/_main.scss */
.main__app p {
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
}

/* line 94, src/scss/_components/homepage/_main.scss */
.main__app .app__btn-wrapper {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

/* line 97, src/scss/_components/homepage/_main.scss */
.main__app .app__btn-wrapper > .app__btn--android {
  padding-left: 18px;
  padding-right: 0;
}

/* line 102, src/scss/_components/homepage/_main.scss */
.main__app .app__btn-wrapper .icon-font {
  font-size: 14px;
}

/* line 106, src/scss/_components/homepage/_main.scss */
.main__app .app__btn-wrapper span {
  text-transform: unset;
  font-size: 11px;
}

/* line 114, src/scss/_components/homepage/_main.scss */
.main__hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 1023px) {
  /* line 114, src/scss/_components/homepage/_main.scss */
  .main__hero-wrapper {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  /* line 114, src/scss/_components/homepage/_main.scss */
  .main__hero-wrapper {
    position: relative;
  }
}

/* line 125, src/scss/_components/homepage/_main.scss */
.main__hero-left, .main__hero-right {
  padding: 16px 24px 2px;
  background-color: rgba(64, 57, 57, 0.65);
}

@media screen and (max-width: 767px) {
  /* line 125, src/scss/_components/homepage/_main.scss */
  .main__hero-left, .main__hero-right {
    padding: 15px;
    padding-top: 0px;
  }
}

/* line 134, src/scss/_components/homepage/_main.scss */
.main__hero-left {
  width: 100%;
  max-width: -webkit-calc(100% - 0);
  max-width: calc(100% - 0);
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
}

@media screen and (max-width: 1023px) {
  /* line 134, src/scss/_components/homepage/_main.scss */
  .main__hero-left {
    max-width: 100%;
    margin-bottom: 2px;
  }
}

/* line 143, src/scss/_components/homepage/_main.scss */
.main__hero-left .main__hero-btn {
  position: relative;
  margin-right: 5px;
}

/* line 147, src/scss/_components/homepage/_main.scss */
.main__hero-left .main__hero-btn:last-of-type {
  margin-right: 0;
}

/* line 152, src/scss/_components/homepage/_main.scss */
.main__hero-left .main__hero-btn.is-active:after {
  opacity: 1;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 159, src/scss/_components/homepage/_main.scss */
.main__hero-left .main__hero-btn:after {
  content: '';
  opacity: 0;
  position: absolute;
  top: -webkit-calc(100% + 3px);
  top: calc(100% + 3px);
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translate(-50%, 100%);
      -ms-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  border-width: 4px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  -webkit-transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 174, src/scss/_components/homepage/_main.scss */
.main__hero-left .main__hero-btn-wrapper {
  padding-bottom: 6px;
}

/* line 180, src/scss/_components/homepage/_main.scss */
.main__hero-right {
  width: 220px;
  -webkit-border-radius: 0 3px 3px 0;
          border-radius: 0 3px 3px 0;
}

@media screen and (max-width: 1023px) {
  /* line 180, src/scss/_components/homepage/_main.scss */
  .main__hero-right {
    width: 100%;
  }
}

/* line 188, src/scss/_components/homepage/_main.scss */
.main__hero-title {
  padding-bottom: 15px;
  color: #fff;
  font-size: 16px;
}

@media screen and (max-width: 1023px) {
  /* line 188, src/scss/_components/homepage/_main.scss */
  .main__hero-title {
    padding-bottom: 5px;
    text-align: center;
  }
}

/* line 198, src/scss/_components/homepage/_main.scss */
.main__hero-desc {
  padding-bottom: 24px;
  color: #d4d4d4;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 1023px) {
  /* line 198, src/scss/_components/homepage/_main.scss */
  .main__hero-desc {
    padding-bottom: 10px;
    text-align: center;
  }
}

/* line 210, src/scss/_components/homepage/_main.scss */
.main__hero-marker .icon {
  margin: 0;
  color: #ed1c24;
  line-height: 1;
  font-size: 18px;
  text-shadow: 0 4px 4px rgba(237, 28, 36, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 219, src/scss/_components/homepage/_main.scss */
.main__hero-marker-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 46px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
          display: none; 
}

@media screen and (max-width: 767px) {
  /* line 219, src/scss/_components/homepage/_main.scss */
  .main__hero-marker-wrapper {
    width: 40px;
  }
}

/* line 233, src/scss/_components/homepage/_main.scss */
.main__hero-marker-wrapper:hover .main__hero-marker-dropdown {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}

/* line 241, src/scss/_components/homepage/_main.scss */
.main__hero-marker-dropdown {
  white-space: nowrap;
  position: absolute;
  top: -webkit-calc(100% - 10px);
  top: calc(100% - 10px);
  left: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  /* min-width: 134px; */
  height: 27px;
  padding: 5px 12px;
  -webkit-border-radius: 2px;
          border-radius: 2px;
  background-color: black;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  will-change: opacity, visibility;
  -webkit-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  z-index: 9;
}

/* line 260, src/scss/_components/homepage/_main.scss */
.is-location .main__hero-marker-dropdown,
.is-search .main__hero-marker-dropdown,
.is-option .main__hero-marker-dropdown {
  opacity: 0;
  visibility: hidden;
}

/* line 267, src/scss/_components/homepage/_main.scss */
.main__hero-marker-dropdown:after {
  content: '';
  position: absolute;
  left: 22px;
  top: -10px;
  width: 0;
  height: 0;
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #000 transparent;
}

.serp-tooltip {
  
  top: -webkit-calc(100% - 3px);
 
}
/* line 281, src/scss/_components/homepage/_main.scss */
.main__hero-form {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-bottom: 0;
}

/* line 289, src/scss/_components/homepage/_main.scss */
.main__hero-form.is-search input {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-transition: -webkit-border-radius 0.3s ease-in-out;
  transition: -webkit-border-radius 0.3s ease-in-out;
  -o-transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out, -webkit-border-radius 0.3s ease-in-out;
}

/* line 296, src/scss/_components/homepage/_main.scss */
.main__hero-form.is-location input {
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  -webkit-transition: -webkit-border-radius 0.3s ease-in-out;
  transition: -webkit-border-radius 0.3s ease-in-out;
  -o-transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out, -webkit-border-radius 0.3s ease-in-out;
}

/* line 302, src/scss/_components/homepage/_main.scss */
.main__hero-form.is-location > a .icon {
  text-shadow: none;
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 309, src/scss/_components/homepage/_main.scss */
.main__hero-form input {
  outline: none;
  position: relative;
  width: 92%;
  max-width: -webkit-calc(100% - 150px);
  max-width: calc(100% - 150px);
  height: 36px;
  padding: 0 10px 0 10px;
  border: 1px solid rgba(34,36,38,.15);
  /*border: none;*/
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px 0 0 3px;
          border-radius: 3px 0 0 3px;
  color: #000;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pyidaungsu", "MuseoSansCyrl", sans-serif;
  -webkit-transition: -webkit-border-radius 0.3s ease-in-out;
  transition: -webkit-border-radius 0.3s ease-in-out;
  -o-transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out;
  transition: border-radius 0.3s ease-in-out, -webkit-border-radius 0.3s ease-in-out;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.main__hero-form input.placeholder {
  color: #515762;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pyidaungsu", "MuseoSansCyrl", sans-serif;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.main__hero-form input:-moz-placeholder {
  color: #515762;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pyidaungsu", "MuseoSansCyrl", sans-serif;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.main__hero-form input::-moz-placeholder {
  color: #515762;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pyidaungsu", "MuseoSansCyrl", sans-serif;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.main__hero-form input:-ms-input-placeholder {
  color: #515762;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pyidaungsu", "MuseoSansCyrl", sans-serif;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.main__hero-form input::-webkit-input-placeholder {
  color: #515762;
  font-size: 14px;
  font-weight: 300;
  font-family: "Pyidaungsu", "MuseoSansCyrl", sans-serif;
}

  .main__hero-form input::placeholder {
    color: #515762 !important;
  }


@media screen and (max-width: 767px) {
  /* line 309, src/scss/_components/homepage/_main.scss */
  .main__hero-form{
    margin-bottom: 8px;
  }
  .main__hero-wrapper .main__option-row-1 > div:nth-of-type(1) {
    padding-bottom: 8px;
  }
  .main__hero-form input {
    max-width: -webkit-calc(100% - 1px);
    max-width: calc(100% - 1px);
    /* padding-left: 40px; */
  }
    .main__hero-marker-dropdown:after {
    
      position: absolute;
      left: 19px;
      top: -10px;
    
    }
}

/* line 337, src/scss/_components/homepage/_main.scss */
.main__hero-btn {
  outline: none;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 220px;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid rgba(255, 255, 255, 0.8);
  background-color: transparent;
  line-height: 1.1;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 337, src/scss/_components/homepage/_main.scss */
  .main__hero-btn {
    min-width: unset;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
    padding-right: 10px;
    font-weight: 500;
  }
}

/* line 366, src/scss/_components/homepage/_main.scss */
.main__hero-btn.is-active {
  border-color: #fff;
  background-color: #fff;
  color: #ed1c24;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 373, src/scss/_components/homepage/_main.scss */
.main__hero-btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #ed1c24;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 380, src/scss/_components/homepage/_main.scss */
.main__hero-btn--apply {
  width: 100%;
}

/* line 384, src/scss/_components/homepage/_main.scss */
.main__hero-btn--search {
  width: 100%;
  max-width: 148px;
  height: 52px;
  margin: 0 !important;
  border-color: #ed1c24;
  background-color: #ed1c24;
  -webkit-border-top-left-radius: 0;
          border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
          border-bottom-left-radius: 0;
  color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 384, src/scss/_components/homepage/_main.scss */
  .main__hero-btn--search {
    max-width: 52px;
  }
}

@media screen and (max-width: 767px) {
  /* line 399, src/scss/_components/homepage/_main.scss */
  .main__hero-btn span {
    display: flex;
    padding-right: 7px; 
   }
}

/* line 405, src/scss/_components/homepage/_main.scss */
.main__hero-btn .icon-font {
  display: none;
  font-size: 20px;
}

@media screen and (max-width: 767px) {
  /* line 405, src/scss/_components/homepage/_main.scss */
  .main__hero-btn .icon-font {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

/* line 413, src/scss/_components/homepage/_main.scss */
.main__hero-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

/* line 420, src/scss/_components/homepage/_main.scss */
.main__search {
  display: none;
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  width: 700px;
  /* width: 100%; */
  /* max-width: -webkit-calc(100% - 150px);
  max-width: calc(100% - 150px); */
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(46, 50, 56, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(46, 50, 56, 0.1);
}

@media screen and (max-width: 767px) {
  /* line 420, src/scss/_components/homepage/_main.scss */
  .main__search {
    max-width: 100%;
  }
}

/* line 434, src/scss/_components/homepage/_main.scss */
.main__search-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 5px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background-color: rgba(3, 163, 9, 0.1);
}

@media screen and (max-width: 767px) {
  /* line 434, src/scss/_components/homepage/_main.scss */
  .main__search-head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 448, src/scss/_components/homepage/_main.scss */
.main__search-body {
  overflow-y: auto;
  position: relative;
  max-height: 183px;
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  /* line 448, src/scss/_components/homepage/_main.scss */
  .main__search-body {
    min-height: 173px;
  }
}

/* line 458, src/scss/_components/homepage/_main.scss */
.main__search-title {
  text-transform: uppercase;
  color: #2e3238;
  font-weight: 600;
}

/* line 464, src/scss/_components/homepage/_main.scss */
.main__search-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 61px;
  padding: 5px 20px;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  /* line 464, src/scss/_components/homepage/_main.scss */
  .main__search-block {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 477, src/scss/_components/homepage/_main.scss */
.main__search-block:last-of-type {
  border-bottom: none;
}

/* line 483, src/scss/_components/homepage/_main.scss */
.main__search-block-left i, .main__search-block-right i {
  font-style: normal;
  color: #ed1c24;
}

/* line 488, src/scss/_components/homepage/_main.scss */
.main__search-block-left p,
.main__search-block-left span, .main__search-block-right p,
.main__search-block-right span {
  color: #515762;
  font-size: 14px;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  /* line 488, src/scss/_components/homepage/_main.scss */
  .main__search-block-left p,
  .main__search-block-left span, .main__search-block-right p,
  .main__search-block-right span {
    font-size: 12px;
  }
}

/* line 500, src/scss/_components/homepage/_main.scss */
.main__search-block-left p {
  color: #2e3238;
}

/* line 505, src/scss/_components/homepage/_main.scss */
.main__search-block-right {
  text-align: right;
}

/* line 508, src/scss/_components/homepage/_main.scss */
.main__search-block-right p {
  text-transform: uppercase;
  color: #ed1c24;
}

/* line 516, src/scss/_components/homepage/_main.scss */
.main__location {
  z-index: 10;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 100%;
  max-width: -webkit-calc(100% - 150px);
  max-width: calc(100% - 150px);
  background-color: #fff;
  -webkit-box-shadow: 0px 3px 6px 0px rgba(46, 50, 56, 0.1);
          box-shadow: 0px 3px 6px 0px rgba(46, 50, 56, 0.1);
}

@media screen and (max-width: 767px) {
  /* line 516, src/scss/_components/homepage/_main.scss */
  .main__location {
    max-width: 100%;
  }
}

/* line 530, src/scss/_components/homepage/_main.scss */
.main__location-head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  padding: 5px 20px;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}

@media screen and (max-width: 767px) {
  /* line 530, src/scss/_components/homepage/_main.scss */
  .main__location-head {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* line 543, src/scss/_components/homepage/_main.scss */
.main__location-body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px 15px;
  background-color: #f9f9f9;
}

@media screen and (max-width: 767px) {
  /* line 543, src/scss/_components/homepage/_main.scss */
  .main__location-body {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 15px 15px;
  }
}

/* line 553, src/scss/_components/homepage/_main.scss */
.main__location-body > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 553, src/scss/_components/homepage/_main.scss */
  .main__location-body > div {
    max-width: 100%;
  }
  /* line 561, src/scss/_components/homepage/_main.scss */
  .main__location-body > div + div {
    padding-top: 10px;
  }
}

/* line 566, src/scss/_components/homepage/_main.scss */
.main__location-body > div p {
  padding-bottom: 8px;
  color: #2e3238;
  font-size: 14px;
  font-weight: 600;
}


@media screen and (max-width: 767px) {
  /* line 566, src/scss/_components/homepage/_main.scss */
  .main__location-body > div p {
    padding-bottom: 5px;
  }
  
}
@media screen and (max-width: 767px){
  /*header search box loader*/
  .loader{
    margin-left: 5px !important;
  }
}
/* line 578, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.selection.dropdown .menu {
  min-width: 100%;
  height: 232px;
  overflow-y: scroll !important;
}

/* line 583, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown {
  min-width: unset;
  width: 100%;
  height: 36px;
  padding: .78571429em 2.1em .78571429em 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-color: #e5e5e5;
}

/* line 593, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .dropdown.icon {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
}

/* line 599, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .text {
  display: block;
  margin: 0 !important;
  line-height: 34px;
  font-size: 16px !important;
  font-weight: 300 !important;
}

/* line 608, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .menu .header {
  position: static;
  background-color: transparent;
  text-transform: capitalize;
  color: #2e3238;
  font-size: 14px;
  font-weight: 500;
}

/* line 617, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .menu > .item {
  border-color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 622, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .menu > .item.hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0;
  height: 0;
}

/* line 630, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .menu > .item.selected {
  background-color: #f2f2f2;
}

/* line 635, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .menu .ui.checkbox {
  cursor: pointer;
  display: block;
  padding: .78571429em 2.1em .78571429em 1em;
}

/* line 640, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .menu .ui.checkbox.checked {
  background-color: #ed1c24;
}

/* line 643, src/scss/_components/homepage/_main.scss */
.main__location-body .ui.dropdown .menu .ui.checkbox.checked label {
  color: #fff;
}

/* line 652, src/scss/_components/homepage/_main.scss */
.main__location-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  min-height: 42px;
  padding: 5px 20px;
  background-color: #fff;
  border-top: 1px solid #e5e5e5;
}

/* line 660, src/scss/_components/homepage/_main.scss */
.main__location-footer a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 675, src/scss/_components/homepage/_main.scss */
.main__location-footer a:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 680, src/scss/_components/homepage/_main.scss */
.main__location-footer a:active {
  background-color: transparent;
  color: #ed1c24;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 689, src/scss/_components/homepage/_main.scss */
.main__location-title {
  text-transform: uppercase;
  color: #2e3238;
  font-weight: 600;
}

/* line 696, src/scss/_components/homepage/_main.scss */
.main__option {
  position: relative;
  min-height: 45px;
}

@media screen and (max-width: 767px) {
  /* line 696, src/scss/_components/homepage/_main.scss */
  .main__option {
    position: static;
  }
}

/* line 703, src/scss/_components/homepage/_main.scss */
.main__option-head {
  display:  none; 
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 14px;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 767px) {
  /* line 703, src/scss/_components/homepage/_main.scss */
  .main__option-head {
    position: relative;
  }
}

/* line 717, src/scss/_components/homepage/_main.scss */
.main__option-head.is-active {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767px) {
  /* line 717, src/scss/_components/homepage/_main.scss */
  .main__option-head.is-active {
    height: 0;
    padding: 0;
  }
}

/* line 726, src/scss/_components/homepage/_main.scss */
.main__option-head > div {
  padding-right: 25px;
}

@media screen and (max-width: 767px) {
  /* line 729, src/scss/_components/homepage/_main.scss */
  .main__option-head > div:nth-of-type(1), .main__option-head > div:nth-of-type(2), .main__option-head > div:nth-of-type(3) {
    display: none;
  }
  /* line 735, src/scss/_components/homepage/_main.scss */
  .main__option-head > div:nth-of-type(4) {
    width: 100%;
    padding-right: 0;
    text-align: center;
  }
}

/* line 742, src/scss/_components/homepage/_main.scss */
.main__option-head > div > span {
  padding-right: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

/* line 749, src/scss/_components/homepage/_main.scss */
.main__option-head > div .icon {
  margin: 0;
  line-height: 1;
  color: #fff;
}

/* line 758, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .text {
  position: static;
  width: auto;
  height: auto;
  vertical-align: middle;
  padding: 0 !important;
  padding-right: 10px;
  text-transform: uppercase;
  color: #fff !important;
  font-weight: 600;
}

/* line 769, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .text + .icon {
  margin: 0;
  margin-left: 10px;
  line-height: 1;
  color: #fff;
}

/* line 777, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu {
  overflow: hidden;
  width: 100%;
  min-width: 250px !important;
  max-width: 300px;
}

/* line 783, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .ui.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 787, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .ui.input > input {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 2);
  max-width: calc((100% - 10px) / 2);
  height: 36px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.main__option-head .ui.dropdown .menu .ui.input > input.placeholder {
  text-align: center;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.main__option-head .ui.dropdown .menu .ui.input > input:-moz-placeholder {
  text-align: center;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.main__option-head .ui.dropdown .menu .ui.input > input::-moz-placeholder {
  text-align: center;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.main__option-head .ui.dropdown .menu .ui.input > input:-ms-input-placeholder {
  text-align: center;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.main__option-head .ui.dropdown .menu .ui.input > input::-webkit-input-placeholder {
  text-align: center;
}

/* line 797, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .ui.input span {
  width: 10px;
  text-align: center;
}

/* line 803, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .ui.checkbox {
  cursor: pointer;
  display: block;
  padding: .78571429em 2.1em .78571429em 1em;
}

/* line 808, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .ui.checkbox.checked {
  background-color: #ed1c24;
}

/* line 811, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .ui.checkbox.checked label {
  color: #fff;
}

/* line 817, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .header {
  position: static;
  background-color: transparent;
  text-transform: capitalize;
  color: #2e3238;
  font-size: 14px;
  font-weight: 500;
}

/* line 826, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .item.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0;
  width: 0;
}

/* line 834, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px;
  background-color: #f9f9f9;
}

/* line 840, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 5px;
}

/* line 850, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action-reset {
  border: 1px solid #ed1c24;
  background-color: transparent;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 859, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action-reset:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 864, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action-reset:active {
  background-color: #ed1c24;
  color: #fff;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 872, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action-done {
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 881, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action-done:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 886, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .action-done:active {
  background-color: transparent;
  color: #ed1c24;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 896, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .column--min {
  padding-right: 0;
}

/* line 900, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .column > div {
  overflow-y: auto;
  max-height: 200px;
}

/* line 905, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .column a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
  color: rgba(0, 0, 0, 0.87);
  padding: .78571429rem 1.14285714rem;
}

/* line 912, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .column a.active {
  background-color: #ed1c24;
  color: #fff;
}

/* line 917, src/scss/_components/homepage/_main.scss */
.main__option-head .ui.dropdown .menu .column a[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

/* line 928, src/scss/_components/homepage/_main.scss */
.main__option-body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* line 933, src/scss/_components/homepage/_main.scss */
.main__option-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  /* line 933, src/scss/_components/homepage/_main.scss */
  .main__option-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

/* line 940, src/scss/_components/homepage/_main.scss */
.main__option-row-1 {
  padding-bottom: 5px;
}

/* line 943, src/scss/_components/homepage/_main.scss */
.main__option-row-1 > div {
  max-width: -webkit-calc((100% - 15px) / 4);
  max-width: calc((100% - 15px) / 4);
}
.header .main__option-row-1 > div:nth-of-type(1) {
  display: none;
}
.header .main__option-row-1 > div:nth-of-type(6) {
  display: none;
}

@media screen and (max-width: 767px) {
  .main__option-row-1 > div {
    max-width: -webkit-calc((100% - 5px) / 2);
    max-width: calc((100% - 5px) / 2);
  }
  /* line 946, src/scss/_components/homepage/_main.scss */
  .main__option-row-1 > div:nth-of-type(1) {
    max-width: -webkit-calc((100% - 5px) / 2);
    max-width: calc((100% - 5px) / 2);
    padding-bottom: 5px;
  }
  /* line 951, src/scss/_components/homepage/_main.scss */
  .main__option-row-1 > div:nth-of-type(2), .main__option-row-1 > div:nth-of-type(3) {
    max-width: -webkit-calc((100% - 5px) / 2);
    max-width: calc((100% - 5px) / 2);
    padding-bottom: 8px;
  }
  #main-hp-form .main__option-row-1 > div:nth-of-type(2) .menu{
    position: relative;
      float: right;
  }
  #main-hp-form .main__option-col .ui.dropdown{
    padding: 0px;
  }
  /* line 957, src/scss/_components/homepage/_main.scss */
  .main__option-row-1 > div:nth-of-type(4) {
    max-width: -webkit-calc((100% - 5px) / 2);
    max-width: calc((100% - 5px) / 2);
  }
  #main-hp-form .main__option-row-1 > div:nth-of-type(4) .menu{
      position: relative;
      float: right;

  }
  .main__hero-wrapper .main__option-row-1 {
    padding-bottom: 8px;
}
  .main__option-row-1 .select__option {
    padding: 6px 1px;
    font-size: 13px;
    color: #515762;
    transition: background .2s;
    cursor: pointer;
  }
  .header .main__option-row-1 > div:nth-of-type(1) {
    display: block;
  }
  .header .main__option-row-1 > div:nth-of-type(6) {
    display: block;
  }
  
}

/* line 964, src/scss/_components/homepage/_main.scss */
.main__option-row-2 {
  padding-bottom: 22px;
}

/* line 968, src/scss/_components/homepage/_main.scss */
.main__option-row-2 > div:nth-of-type(1) {
  max-width: -webkit-calc((100% - 15px) / 4);
  max-width: calc((100% - 15px) / 4);
}

@media screen and (max-width: 767px) {
  /* line 968, src/scss/_components/homepage/_main.scss */
  .main__option-row-2 > div:nth-of-type(1) {
    max-width: 100%;
    padding-bottom: 5px;
  }
}

/* line 975, src/scss/_components/homepage/_main.scss */
.main__option-row-2 > div:nth-of-type(2), .main__option-row-2 > div:nth-of-type(3) {
  max-width: -webkit-calc(((100% - ((100% - 15px) / 4)) - 10px) / 2);
  max-width: calc(((100% - ((100% - 15px) / 4)) - 10px) / 2);
}

@media screen and (max-width: 767px) {
  /* line 975, src/scss/_components/homepage/_main.scss */
  .main__option-row-2 > div:nth-of-type(2), .main__option-row-2 > div:nth-of-type(3) {
    max-width: -webkit-calc((100% - 5px) / 2);
    max-width: calc((100% - 5px) / 2);
  }
}

/* line 986, src/scss/_components/homepage/_main.scss */
.main__option-row-3 > div {
  max-width: -webkit-calc((100% - 5px) / 2);
  max-width: calc((100% - 5px) / 2);
}
  .m-show {
    display: none !important;
   
  }
@media screen and (max-width: 767px) {
  /* line 986, src/scss/_components/homepage/_main.scss */
  .main__option-row-3 > div {
    max-width: 100%;
  }
  /* line 991, src/scss/_components/homepage/_main.scss */
  .main__option-row-3 > div + div {
    /*padding-top: 30px;*/
  }
  .m-show {
    display: block !important;
    width: 100%;
    
  }
}

@media screen and (max-width: 767px) {
  /* line 996, src/scss/_components/homepage/_main.scss */
  .main__option-row-3 > div:nth-of-type(1) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  
}

/* line 1002, src/scss/_components/homepage/_main.scss */
.main__option-row-3 > div:nth-of-type(2) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 767px) {
  /* line 1002, src/scss/_components/homepage/_main.scss */
  .main__option-row-3 > div:nth-of-type(2) {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  /* line 1011, src/scss/_components/homepage/_main.scss */
  .main__option-row-3 .ui.checkbox {
    text-transform: uppercase;
  }
}

/* line 1016, src/scss/_components/homepage/_main.scss */
.main__option-row-3 .ui.checkbox input:focus ~ label,
.main__option-row-3 .ui.checkbox label {
  color: #fff;
}

/* line 1024, src/scss/_components/homepage/_main.scss */
.main__option-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

/* line 1028, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.selection.dropdown {
  min-width: unset;
}

/* line 1031, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.selection.dropdown .menu {
  min-width: unset !important;
  max-height: 190px;
}

/* line 1036, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown {
  width: 100%;
  height: 36px;
  padding: .78571429em 2.1em .78571429em 1em;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border-color: #e5e5e5;
}

/* line 1046, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu {
  min-width: 174px !important;
  /* min-height: 230px; */
  min-height: 149px;
}

/* line 1050, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .ui.input {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 1054, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .ui.input > input {
  width: 100%;
  max-width: -webkit-calc((100% - 10px) / 1);
  max-width: calc((100% - 10px) / 1);
  height: 36px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
}

/* line 88, src/scss/_utilities/_mixin.scss */
.main__option-col .ui.dropdown--price .menu .ui.input > input.placeholder {
  text-align: center;
}

/* line 89, src/scss/_utilities/_mixin.scss */
.main__option-col .ui.dropdown--price .menu .ui.input > input:-moz-placeholder {
  text-align: center;
}

/* line 90, src/scss/_utilities/_mixin.scss */
.main__option-col .ui.dropdown--price .menu .ui.input > input::-moz-placeholder {
  text-align: center;
}

/* line 91, src/scss/_utilities/_mixin.scss */
.main__option-col .ui.dropdown--price .menu .ui.input > input:-ms-input-placeholder {
  text-align: center;
}

/* line 92, src/scss/_utilities/_mixin.scss */
.main__option-col .ui.dropdown--price .menu .ui.input > input::-webkit-input-placeholder {
  text-align: center;
}

/* line 1064, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .ui.input span {
  width: 10px;
  text-align: center;
}

/* line 1070, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .item.hidden {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  display: none;
}

/* line 1077, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 10px 15px;
  background-color: #f9f9f9;
}

/* line 1083, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  margin-left: 5px;
}

/* line 1093, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action-reset {
  border: 1px solid #ed1c24;
  background-color: transparent;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 1102, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action-reset:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 1107, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action-reset:active {
  background-color: #ed1c24;
  color: #fff;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 1115, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action-done {
  border: 1px solid #ed1c24;
  background-color: #ed1c24;
  color: #fff;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 1124, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action-done:hover {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: text-shadow 0.3s ease-in-out;
  -o-transition: text-shadow 0.3s ease-in-out;
  transition: text-shadow 0.3s ease-in-out;
}

/* line 1129, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .action-done:active {
  background-color: transparent;
  color: #ed1c24;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 1139, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .column--min {
  padding-right: 0;
}

/* line 1143, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .column > div {
  overflow-y: auto;
  max-height: 120px;
  width: 96% !important;
  padding-right: 0px;
}

/* line 1148, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .column a {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  padding: .78571429rem 1.14285714rem;
}

/* line 1153, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .column a.active {
  /* background-color: #ed1c24; */
  /* color: #fff; */
}

/* line 1158, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--price .menu .column a[disabled] {
  cursor: not-allowed;
  opacity: 0.55;
}

/* line 1168, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--area .menu {
  min-width: 300px !important;
  min-height: 230px;
}

/* line 1173, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown--area .menu .column a {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

/* line 1182, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .dropdown.icon {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 34px;
  color: #000;
}

/* line 1188, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .text {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  margin: 0 !important;
  color: #000 !important;
  line-height: 34px;
  font-size: 14px !important;
  font-weight: 300 !important;
}

/* line 1200, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu {
  width: -webkit-calc(100% + 2px) !important;
  width: calc(100% + 2px) !important;
}

/* line 1203, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu .ui.checkbox {
  cursor: pointer;
  display: block;
  padding: .78571429em 2.1em .78571429em 1em;
}

/* line 1208, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu .ui.checkbox.checked {
  background-color: #a5a0a0;
}

/* line 1211, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu .ui.checkbox.checked label {
  color: #fff;
}

/* line 1217, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu .header {
  position: static;
  background-color: transparent;
  text-transform: capitalize;
  color: #2e3238;
  font-size: 14px;
  font-weight: 500;
}

/* line 1226, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu > .item {
  border-color: #fff;
  font-size: 14px;
  font-weight: 500;
}

/* line 1231, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu > .item.hidden {
  opacity: 0;
  visibility: hidden;
  display: none;
  height: 0;
  width: 0;
}

/* line 1239, src/scss/_components/homepage/_main.scss */
.main__option-col .ui.dropdown .menu > .item.selected {
  background-color: #f2f2f2;
}

/* line 1247, src/scss/_components/homepage/_main.scss */
.main__option-close {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;*/
  display:  none; 
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/** main link**/
.main__top_link{
  display: block;
  background: rgba(1, 0, 0, 0.67);
}
.links__nav {
    border-bottom: 1px solid #fff;
}
.main__top_link .center {
    width: 100%;
    /* max-width: 1230px; */
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 30px;
}
.main__top_link .links__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -25px;
}
.main__top_link .links__list a {
  color: #fff !important;
  font-weight: 500 !important;
}
.main__top_link .links__type {
  padding: 9px 14px 9px!important;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 2px solid transparent;
  font-family: 'Pyidaungsu', 'MuseoSansCyrl-500', Arial, serif;
  color: #fff;
  transition: border-color .2s;
  -ms-flex-align: center;
  align-items: center;
}
.main__top_link .links__container {
  padding: 5px 0;
}
.main__top_link .links__tab.visible {
  display: block;
}
.main__top_link .links__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}
.main__top_link .links__col {
  padding: 0 10px;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.main__top_link .links__item {
  display: block;
  margin-bottom: 6px;
  color: #fff;
  font-size: 13px !important;
}
.links__tab{
display: none;
}

@media screen and (max-width: 767px) {
  /* line 1247, src/scss/_components/homepage/_main.scss */
  .main__option-close {
    font-size: 14px;
  }
  .main__option-col .ui.dropdown--price .menu{
    min-width: 160px !important;
  }
  #main-hp-form .main__option-col .ui.dropdown.second-bedrooms{
    display: none;
  }
  .mobile_second_search_header .main__option-row-1 > div:nth-of-type(1){
    max-width: 100%;
  }
  #main-hp-form .main__option-row-1 > div:nth-of-type(3){
     /* max-width: 100%; */
  }
  .main__top_link{
    display: none;
  }
  
}

/* line 1254, src/scss/_components/homepage/_main.scss */
.main__option-close span {
  padding-right: 10px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
}

/* line 1261, src/scss/_components/homepage/_main.scss */
.main__option-close .icon {
  margin: 0;
  line-height: 1;
  color: #fff;
}

/* line 3, src/scss/_components/homepage/_categories.scss */
.categories {
  padding-top: 15px;
  padding-bottom: 15px;
}

/* line 7, src/scss/_components/homepage/_categories.scss */
.categories__box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0 15px 15px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.14);
          box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.14);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 19, src/scss/_components/homepage/_categories.scss */
.categories__box:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(46, 50, 56, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(46, 50, 56, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 25, src/scss/_components/homepage/_categories.scss */
.categories__box:hover .categories__box-image--obj {
  opacity: 0.5;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 32, src/scss/_components/homepage/_categories.scss */
.categories__box:hover .categories__box-btn.ui.button {
  border-color: #ed1c24;
  background-color: #ed1c24;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
          box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
  color: #fff;
  font-family: "Pyidaungsu", 'MuseoSansCyrl', sans-serif;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

.all-projects:hover {
  border-color: #ed1c24 !important;
  background-color: #ed1c24 !important;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4) !important;
  -webkit-box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5) !important;
          box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5) !important;
  color: #fff;
  font-family: "Pyidaungsu", 'MuseoSansCyrl', sans-serif;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 45, src/scss/_components/homepage/_categories.scss */
.categories__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
}

@media screen and (max-width: 767px) {
  /* line 45, src/scss/_components/homepage/_categories.scss */
  .categories__box-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 55, src/scss/_components/homepage/_categories.scss */
.categories__box-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: -webkit-calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 55, src/scss/_components/homepage/_categories.scss */
  .categories__box-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  /* line 55, src/scss/_components/homepage/_categories.scss */
  .categories__box-wrapper > div {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 73, src/scss/_components/homepage/_categories.scss */
.categories__box-image {
  position: relative;
  height: 160px;
}

/* line 77, src/scss/_components/homepage/_categories.scss */
.categories__box-image--obj {
  opacity: 0.3;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

/* line 82, src/scss/_components/homepage/_categories.scss */
.categories__box-image img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 95, src/scss/_components/homepage/_categories.scss */
.categories__box-body {
  color: #2e3238;
}

/* line 99, src/scss/_components/homepage/_categories.scss */
.categories__box-title {
  padding-bottom: 2px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

@media screen and (max-width: 1279px) {
  /* line 99, src/scss/_components/homepage/_categories.scss */
  .categories__box-title {
    font-size: 22px;
  }
}

/* line 109, src/scss/_components/homepage/_categories.scss */
.categories__box-desc {
  padding-bottom: 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
}

/* line 117, src/scss/_components/homepage/_categories.scss */
.categories__box-btn.ui.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-width: 172px;
  min-height: 40px;
  margin: 0;
  padding: 0 38px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #515762;
  background-color: transparent;
  text-transform: uppercase;
  text-shadow: none;
  font-size: 14px;
  font-weight: 600;
  color: #515762;
  font-family: "Pyidaungsu", 'MuseoSansCyrl', sans-serif;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, border-color 0.3s ease-in-out, background-color 0.3s ease-in-out, text-shadow 0.3s ease-in-out, color 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 138, src/scss/_components/homepage/_categories.scss */
.categories__box-btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* line 3, src/scss/_components/homepage/_ads.scss */
.ads {
  background-color: #f9f9f9;
}

/* line 6, src/scss/_components/homepage/_ads.scss */
.ads--small {
  display: none;
}

@media screen and (max-width: 1023px) {
  /* line 6, src/scss/_components/homepage/_ads.scss */
  .ads--small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  /* line 11, src/scss/_components/homepage/_ads.scss */
  .ads--small .c-grid {
    padding-left: 0;
    padding-right: 0;
  }
  /* line 17, src/scss/_components/homepage/_ads.scss */
  .ads--small .ads__wrapper {
    padding: 2px 0px;
  }
}

/* line 24, src/scss/_components/homepage/_ads.scss */
.ads__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

@media screen and (max-width: 767px) {
  /* line 24, src/scss/_components/homepage/_ads.scss */
  .ads__wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

/* line 35, src/scss/_components/homepage/_ads.scss */
.ads__img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

/* line 42, src/scss/_components/homepage/_ads.scss */
.ads__img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

/* line 3, src/scss/_components/homepage/_project.scss */
.project {
  padding-top: 15px;
  padding-bottom: 15px;
}
.project__wrapper h2.project__title{
  padding-bottom: 0px;
}
/* line 7, src/scss/_components/homepage/_project.scss */
.project__title {
  padding-left: 20px;
  padding-bottom: 25px;
  color: #2e3238;
  font-size: 28px;
  font-weight: 600;
  font-family: "Pyidaungsu", "MuseoSansCyrl", sans-serif;
}

@media screen and (max-width: 767px) {
  /* line 7, src/scss/_components/homepage/_project.scss */
  .project__title {
    padding-left: 0;
    text-align: center;
  }
}

/* line 20, src/scss/_components/homepage/_project.scss */
.project__box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.14);
          box-shadow: 0px 3px 7px 0px rgba(46, 50, 56, 0.14);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 31, src/scss/_components/homepage/_project.scss */
.project__box:hover {
  -webkit-box-shadow: 0px 5px 20px 0px rgba(46, 50, 56, 0.2);
          box-shadow: 0px 5px 20px 0px rgba(46, 50, 56, 0.2);
  -webkit-transition: -webkit-box-shadow 0.3s ease-in-out;
  transition: -webkit-box-shadow 0.3s ease-in-out;
  -o-transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out;
  transition: box-shadow 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
}

/* line 35, src/scss/_components/homepage/_project.scss */
.project__box:hover:after {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 41, src/scss/_components/homepage/_project.scss */
.project__box:hover .project__box-image img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  -o-transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

/* line 48, src/scss/_components/homepage/_project.scss */
.project__box:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #ed1c24;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

/* line 61, src/scss/_components/homepage/_project.scss */
.project__box-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}

@media screen and (max-width: 767px) {
  /* line 61, src/scss/_components/homepage/_project.scss */
  .project__box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 73, src/scss/_components/homepage/_project.scss */
.project__box-wrapper > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: -webkit-calc(100% / 4);
  max-width: calc(100% / 4);
  padding: 10px;
}

@media screen and (max-width: 1023px) {
  /* line 73, src/scss/_components/homepage/_project.scss */
  .project__box-wrapper > div {
    max-width: -webkit-calc(100% / 2);
    max-width: calc(100% / 2);
  }
}

@media screen and (max-width: 767px) {
  /* line 73, src/scss/_components/homepage/_project.scss */
  .project__box-wrapper > div {
    max-width: 305px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}

/* line 91, src/scss/_components/homepage/_project.scss */
.project__box-badge {
  z-index: 5;
  position: absolute;
  top: 0;
  left: 0;
  min-height: 24px;
  padding: 5px 9px;
  background-color: #ed1c24;
  text-transform: uppercase;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  color: #fff;
}

/* line 104, src/scss/_components/homepage/_project.scss */
.project__box-image {
  overflow: hidden;
  position: relative;
  height: 179px;
}

/* line 109, src/scss/_components/homepage/_project.scss */
.project__box-image img {
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.75s ease-in-out;
  transition: -webkit-transform 0.75s ease-in-out;
  -o-transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out;
  transition: transform 0.75s ease-in-out, -webkit-transform 0.75s ease-in-out;
}

/* line 118, src/scss/_components/homepage/_project.scss */
.project__box-body {
  padding: 20px 15px;
  color: #2e3238;
}

/* line 123, src/scss/_components/homepage/_project.scss */
.project__box-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}

/* line 130, src/scss/_components/homepage/_project.scss */
.project__box-title {
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 1279px) {
  /* line 130, src/scss/_components/homepage/_project.scss */
  .project__box-title {
    font-size: 22px;
  }
}

/* line 137, src/scss/_components/homepage/_project.scss */
.project__box-subtitle {
  padding-bottom: 13px;
  font-size: 14px;
  font-weight: 600;
  height: 27px;
  line-height: 26px;
  overflow: hidden;
}

/* line 143, src/scss/_components/homepage/_project.scss */
.project__box-tags {
  /* padding-bottom: 15px; */
  padding-bottom: 15px;
  height: 34px;
  margin-bottom: 15px;
  overflow: hidden;
}



/* line 147, src/scss/_components/homepage/_project.scss */
.project__box-stat {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 151, src/scss/_components/homepage/_project.scss */
.project__box-stat > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 155, src/scss/_components/homepage/_project.scss */
.project__box-stat > div:nth-of-type(1) {
  padding-right: 8px;
  border-right: 1px solid #e5e5e5;
}

/* line 159, src/scss/_components/homepage/_project.scss */
.project__box-stat > div:nth-of-type(2) {
  padding-left: 8px;
}

/* line 164, src/scss/_components/homepage/_project.scss */
.project__box-stat span {
  padding-left: 5px;
  color: #2e3238;
  font-size: 14px;
  line-height: 1;
}
.catalog__item .project__box-stat span {
  padding-left: 5px;
  color: #2e3238;
  font-size: 12px;
  line-height: 1;
}

/* line 171, src/scss/_components/homepage/_project.scss */
.project__box-stat .icon-font {
  font-size: 15px;
}

/* line 174, src/scss/_components/homepage/_project.scss */
.project__box-stat .icon-font.icon-shower {
  font-size: 13px;
}

/* line 180, src/scss/_components/homepage/_project.scss */
.project__box-indication {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

/* line 184, src/scss/_components/homepage/_project.scss */
.project__box-indication i {
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  background-color: #ed1c24;
}

/* line 191, src/scss/_components/homepage/_project.scss */
.project__box-indication span {
  padding-left: 8px;
  font-weight: 600;
}

/* line 199, src/scss/_components/homepage/_project.scss */
.project__btn.ui.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  margin: 0;
  padding: 0 43px;
  -webkit-border-radius: 3px;
          border-radius: 3px;
  border: 1px solid #515762;
  background-color: transparent;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #515762;
  font-family: "Pyidaungsu", 'MuseoSansCyrl', sans-serif;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

@media screen and (max-width: 1023px) {
  /* line 199, src/scss/_components/homepage/_project.scss */
  .project__btn.ui.button {
    width: 100%;
    max-width: 305px;
  }
}

/* line 220, src/scss/_components/homepage/_project.scss */
.project__btn.ui.button:hover {
  background-color: #515762;
  color: #fff;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}

/* line 227, src/scss/_components/homepage/_project.scss */
.project__btn-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*# sourceMappingURL=maps/app.css.map */

li.search_auto_data.main__search-block:hover, li.search_auto_data_header.main__search-block:hover {
  /* background: #ff1f27  !important;
  cursor: pointer; */
}
.header__btn--add, .main__hero-btn--search{
  /* background: #0CAA41; */
   
}
.main__hero-btn--search{
  /* border: 1px solid #0CAA41; */
}

.header__btn--add:hover{
   /* background: #007549; */
}

.main__hero-btn--search:hover{
  /* background: #007549;
  color: #fff;
  border: 1px solid #007549; */
}
.icon-magnifying-glass:before{
  /* color: #00ff9f; */
}

.header__btn--add .icon{
  /* color :#fff; */
}

.header__btn--add span{
  /* color: #fff; */
}


.main__hero-btn--search:hover{
  background:#ab1d1d;
  border: 1px solid #ab1d1d;
  color: #fff;
}

.header__btn--add {
  background: #ed1c24;
  border: 1px solid #fff;
}

.btn--download{
  display: none;
  /*margin-bottom: 10px;*/
}

.header__btn--add:hover{
  /* background: transparent; */
  /* color: #fff;
  border: 1px solid #fff; */
}
.header__btn--login:hover {
  /* background: #ab1d1d;
  color: #fff;
  border: 1px solid #fff; */
}

.header__btn--add span{
  color: #fff;
}
.header__btn--add .icon{
  color: #fff;
}

.login-username {
  color: #000;
}
.login-username:hover{
  color: #ffe2e2
}
.header__btn--lang {
  width: 30px;
  height: auto;
  border: none;
  margin-left: 20px;
  
}
.header__btn--lang img{
    border: 1px solid #ada9a9;
    border-radius: 3px;
}

a.login-username {
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    /*text-decoration: underline;*/
    white-space: nowrap;
    font-size: 12px;
    border: 1px solid #fff;
    padding: 8px 3px;
    border-radius: 3px;
}
    .contact_ph_wrap{
          width: 220px;
          position: fixed;
          right: 0;
          bottom: 0px;
          z-index: 2;   
      }
      .contact_ph_wrap img{
         width: 220px;
      } 
      .mobile-show{
        display: none;
      }
      .mobile-hide{
        display: block;
      }
/* TODO (app.css) adjust width */

@media screen and (min-width: 1023px) { 
  .header__wrapper-middle {
      width:  50%;
  } 
}

.custom-logon-box{
  text-transform: none;
  padding: 6px;
  text-shadow: none;
} 

/* .icon-magnifying-glass:before {
  color: #00ff9f !important;
} */

.navigation__btn-add.ui.button:hover{
  /* overwrite for background color */
  /* background: #0a690e; 
  color : #fff; */

}
.navigation__btn-add.ui.button:hover .icon{
  /* color: #fff; */
}
.main__hero-btn--search:hover{
  background: #ab1d1d;
}

/* .header__search > div:nth-of-type(2) button:before{
  background: #ab1d1d;
} */
.header__search > div:nth-of-type(2) button:before{
  background: #0CAA41;
}

.header__search > div:nth-of-type(2):hover button:before{
  background: #078230;
}
/* .hamburger--squeeze:hover{
    background: #ab1d1d !important;
  
} */
#mobile-second-form .hamburger--squeeze{
  background: #00b050 !important;
  color : #fff;
  align-items: center;
}
.hamburger--squeeze:hover span, .hamburger--squeeze:hover span::before{
  background: #fff !important;
  color: black; 
  font-size: 21px;

}
.search_inline{
  max-width: 1177px !important;
}


.show-on-mobile{
    display: none;
}
.show-on-desktop-menu{
    display: flex !important;
}
.show-on-mobile-menu{
    display: none !important;
}
.agent_block_btn{
  width: 100%;
}
.agent_block_btn .add_proeprty_menu_block{
  width: 95%;
  /*display: flex;*/
  border: 1px solid #f7941d;
  border-radius: 8px;
  background: #f7941d;
  padding: 10px 10px;
 /* margin: 0px auto;*/
  text-align: center;
      line-height: 1;
}

.agent_block_btn a{
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .navigation.is-open{
    padding-top: 10px;
    width: 80%;
    height: 100%;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    top: 0px;
    background-color: #fff;
    

  }
  .btn--download{
    display: flex;
    margin-bottom: 10px;
    margin-top: 4px;
    background-color: transparent !important;
  }
  .show-on-desktop{
    display: none;
  }
  .show-on-mobile{
    display: block;
    
  }
  .show-on-desktop-menu{
    display: none !important;
  }
  .show-on-mobile-menu{
    display: flex !important;
    width: 100%;
    padding-bottom: 5px;
  } 
  .contact_ph_wrap {
      width: 220px;
      position: fixed;
      right: 0;
      bottom: 0;
  }
  .mobile-show{
    display: block;
  }
  .mobile-hide{
    display: none;
  }
  .header__btn--add .icon{
    color: #fff;
  }
  .header__btn--add span {
    color: #fff;
  }
  .mobile-flag-wrap{
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #cecece;
    border-top: 1px solid #cecece;
    margin-bottom: 10px;
  }
  .header__btn--lang{
    width: 25px;
    height: auto;
    border: none;
    margin-left: 31px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .logotype.show-on-mobile-menu{
    margin-bottom: 10px;
    height: 64px;
    background: #ed1c24;
  }
  .show-on-mobile-menu .logotype__img{
    max-width: 288px;
  }
}

.combo-term-in-year{
  margin-bottom: 10px;
}

.term_n_condition{
  margin-right: 15%
}
.term_n_condition a{
  color: #fff;
}

.pg-sidebar-menu h3{
  font-family: 'Pyidaungsu', 'MuseoSansCyrl', sans-serif;
}

::placeholder,
::-moz-placeholder,
::-webkit-input-placeholder{
    color: red !important;
}
.ui.selection.dropdown {
  min-height: auto;
}


@media only screen and (min-width: 766px) {


  .m-division, .m-township, .main__hero-right, .desktop-submit-btn{
    display: none;
  }
  .desktop-main__option-col{
    /* width: 34%; */
    /* margin-left: 5px; */
    
  }
  /* .main__hero-form input {
    height: auto;
  } */

  .hl-top-inner span {
    color:  #fff;
    font-size: 13px;
    padding: 11px;
}

.hl-top-inner {
    display: inherit;
    position: absolute;
    right: 2.6%;
}
.third-desktop-submit-btn {
  height: 36px;
  max-width: 100%;
}

  
}

span.d-text{
  display : inline-block;
}
span.m-text{
  display : none;
}

/* end of min-width: 1200px */
@media screen and (max-width: 767px) {
  .hl-top-inner, .desktop-main__option-col, .third-desktop-submit-btn {
    display: none;
    
  }

  .serp-mobile-searchbtn {
      max-width: 100%;
  }
  .serp-mobile-searchbtn span{
    display: block;
  }
  span.d-text{
    display : none;
  }
  span.m-text{
    display : inline-block;
  }
  /* .m-property-type-n1{
    max-width: -webkit-calc((100%) / 1) !important;
    max-width: calc((100% ) / 1) !important;
    margin-bottom: 8px;
  } */

  .pre-footer__box {
    /* z-index: 0; */
    /* position: relative; */
    /* margin-top: 140px; */
  }
  .pre-footer__box-head {
    display: none;
  }
  .pre-footer {
    padding-top: 15px;
    height: 347px;
  }
  .pre-footer__box-body {
    overflow-y: auto;
    padding-top: 10px;
  }
  .navigation__btn-add.ui.button{
    font-size: 10px;
  }
  .alert-right-box {
    width: 100%;
    text-align: center;
    padding-top: 10px;
    display: flex;
    padding-left: 10px;
    }
    input#alert-email-box {
    width: 55%;
    margin-top: 0px !important;
    /* margin-right: 3px; */
    }
    button.aler-submit-buttom {
    text-transform: uppercase;
    color: #fff;
    background: #2e3238;
    line-height: 1px;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
    margin-left: 3px;
    }
    .main__hero-left .main__hero-btn-wrapper {
      padding-bottom: 8px;
    }

    .main__hero-form input {
      width: 100%;
    }
    /* .main__hero-form input {
      width: 100%;
    } */
}/* end of min-width: 767px */



.cancel-action-reset {
  border: 1px solid #ed1c24;
  background-color: transparent;
  color: #ed1c24;
  text-transform: uppercase;
  font-weight: 500;
  will-change: background-color, color, text-shadow;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  margin-right: 3%;
}



/* line 1107, src/scss/_components/homepage/_main.scss */
.cancel-action-reset:active {
  background-color: #ed1c24;
  color: #fff;
  text-shadow: none;
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
}

/* line 1102, src/scss/_components/homepage/_main.scss */
.cancel-action-reset:hover {
  background-color: transparent;
  color: #ed1c24;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out, text-shadow 0.3s ease-in-out;
  

}


a.cancel-action-reset {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 25px;
  padding: 5px 10px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-left: 5px;
  font-size: 14px;
}

/*::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  border-radius: 10px;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}

::-webkit-scrollbar {
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #eee; 
  border-top: 1px solid #eee;
}
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #C3C3C3;
  border: 2px solid #eee;
}

::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.2); 
} */


.ui.selection.dropdown .menu .item {
  padding: .78571429em 2.1em .78571429em 1em !important;
}
.main__option-col .ui.dropdown .menu  .item {
  border-color: #fff;
  font-size: 14px;
  font-weight: 500;
}
.ui.dropdown .menu .item:hover {
  background: rgba(0, 0, 0, .05);
  color: rgba(0, 0, 0, .95);
  z-index: 13;
}
.ui.selection.dropdown .menu .item {
  border-top: 1px solid #fafafa;
  padding: .78571429rem 1.14285714rem !important;
  white-space: normal;
  word-wrap: normal;
}
.ui.dropdown .menu .item:first-child {
  border-top-width: 0;
}
.ui.dropdown .menu .item {
  font-size: 14px;
}
.ui.dropdown .menu .item {
  position: relative;
  cursor: pointer;
  display: block;
  border: none;
  height: auto;
  text-align: left;
  border-top: none;
  line-height: 1em;
  color: rgba(0, 0, 0, .87);
  padding: .78571429rem 1.14285714rem !important;
  font-size: 1rem;
  text-transform: none;
  font-weight: 400;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-touch-callout: none;
}

.ui.dropdown--multi .menu__action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 5px;
  background-color: #f9f9f9;
}

.edm-menu{
    min-height: 233px !important;            
}

.project-box-footer {
  overflow: hidden;
}

.project-box-footer span{
  display: block;
  width: 50%;
  float: left;
}

span.lbl-get-home-loan {
  text-align: center;
  border: 0px solid #2e587f;
  color: #2e587f;
  padding: 3px 3px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: capitalize;
      border-radius: 3px;
    background-color: #e4e9f2;
    font-size: 12px;
    color: #2e3238;

}
.pre-footer__box-body h4{
  padding-top: 2px;
  font-weight: bold;
  text-transform: uppercase;
}


/**************For New UI ***************/
.pages__pager .pager__btn {
  margin: 0 auto;
  background: transparent;
    color: #555;
    border: 1px solid #555;
    padding: 10px 35px;
}
.catalog_main .catalog__item .catalog__type{
  background: #fde9ea;
    padding: 5px 18px;
    max-width: 100px;
    width: 100%;
    border-radius: 3px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.catalog_main .catalog__item .catalog__type_newdev{
  background-color: transparent;
}
.catalog_main .catalog__item .catalog__place{
  font-size: 12px;
    font-weight: 400;
    color: #969292;
    margin-bottom: 10px;
}
.layout__container.layout_full{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.section_three_tab .section__head{
     border-bottom: 0px solid #ed1c24; 
}
.section_three_tab .section__link.active:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 4px;
    background: #f5f5f5;
    border-bottom: 2px solid #ed1c24;
}
.section_three_tab .section__link{
  background: transparent;
}
.section_three_tab .section__link.active {
    background: transparent; 
    border-color: transparent; 
    color: #000; 
    -webkit-transition: color 0.3s ease-in-out;
    -o-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.get-email-lert-wrapper {
  height: 85px;
  background: #fde9ea;
  margin-bottom: 14px;
}

.alert-left-box, .alert-right-box {
  float: left;
  padding-top: 11px;
}
.alert-left-box{
  width: 30%;
}
.alert-right-box{
  width: 70%;
}
.alert-left-box p {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding-left: 10%;
}
button.aler-submit-buttom {
  text-transform: uppercase;
  color: #fff;
  background: #2e3238;
  line-height: 36px;
  padding: 0 10px;
  border-radius: 4px;
}
input#alert-email-box {
  width: 360px;
  line-height: 36px;
}
input#alert-email-box {
  width: 360px;
  line-height: 36px;
  margin-top: 12px;
  border: 1px solid;
  border-radius: 3px;
  padding-left: 15px;
}
span.close-alert-box {
  font-size: 20px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
  /* font-weight: bold; */
  color: #000;
  cursor: pointer;
}
/* #alert-email-box::-webkit-input-placeholder { 
  padding-left: 15px;
}
#alert-email-box::-moz-placeholder { 
  padding-left: 15px;
}
#alert-email-box:-ms-input-placeholder { 
  padding-left: 15px;
}
#alert-email-box:-moz-placeholder { 
  padding-left: 15px;
} */

.listing-title .prop-left{
  width: 80%;
  float:left;
}

.listing-title .prop__place{
    margin-top: -8px;
    font-weight: bold;
}


.listing-title h3{

  color: #000;
  margin-bottom: 6px;
  font-weight: bold;
  line-height: 29px;
  overflow: hidden;
  height: 56px;
  font-size: 16px;
  width: 100%;
  
}
.desktop-agent-logo-wrapper{
  width: 14%;
  float: right;
}

.prop__left{
  float:left;
  left: 40%;
}
.prop__right{
  float: right;
  right: 60%;
}
.listing-price {
  
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
}
.clear{
  clear: both;
}

.desktop-bank-logo img{
  padding-left: 0px;
  height: 36px;
  width: 154px;
  margin-right: 0;
  margin-left: 53px;
}
.prop__right .premium, p.property_type_localtion{
  border-radius: 2px;
}

p.property_type_localtion {
  display: inline-block;
  background: #eff2f7;
  padding: 5px 7px;
  font-size: 13px;
  font-weight: bold;
  float: left;
  height: 32px;
  margin-right: 9px;
  padding-top: 7px;
}
.prop__right .premium{
  padding: 0px 20px;
  border: 1px solid #ec1d26;
  height: 32px;
  display: inline-block;
  color: #ec1d26;
  font-weight: bold;
  text-transform: capitalize;
  font-size: 15px;
  float: right;
  margin-left: 14px;
  border-radius: 5px;
}
.prop__right span{
    background: url(../../images/newtheme/flash.jpg) 0px 9px no-repeat;
    width: 10px;
    height: 19px;
    display: inline-block;
}

.new-icon{
  width: 22px;
  height: auto
}
.pre-footer__row{
  padding-top: 3%
}

@media screen and (max-width: 1024px) {
  .desktop-bank-logo{
      display: none;
  }

.desktop-agent-logo-wrapper {
    width: 18%;
}
.prop__right .premium{
  margin-left: 0;
}
.main_content_box_desktop{
  margin-top: 11px;
}
.prop__right .premium{
  padding: 0px 12px;
}
.alert-left-box {
  width: 100%;
  text-align: center;
}
.alert-left-box p {
  font-size: 13px;
  padding-left: 0;
}
.alert-right-box{
    width: 100%;
    text-align: center;
    padding-top: 17px;
}
input#alert-email-box{
  width: 55%;
}
.get-email-lert-wrapper {
  height: 95px;
  margin-top: 10px;
  
}
.hide-at-mobile-device{
  display: none;
}
  .sticky.fixed .sticky__section{
      display: none !important;
  }
 
  
} /* max-width: 767px  */

.newhome_detail_img_click{
  cursor: pointer;
}
.acc_btn_block{
  display: flex;
  padding-left: 47px;
}
.acc_btn_block a{
  display: flex;
  margin: 10px 3px;
    width: 50%;
}
.acc_btn_wrapper p{
  font-size: 20px;
    color: #ed1c24;
    text-align: center;
  }

.top-row-left-margin{
  margin-left: 4px;
}

span.home-loan-available, span.newdev-home-loan-available {
  position: absolute;
  top: 44%;
  right: 15px;
  border: 2px solid #A9A9A9;
  color: #A9A9A9;
  width: 213px;
  line-height: 34px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
}
span.newdev-home-loan-available {
  position: absolute;
  top: 27%;
}

.listing-title.newhome_detail_img_click {
  margin-bottom: 32px;
}

@media only screen and (max-width: 767px){
  span.home-loan-available, span.newdev-home-loan-available {
    position: unset;
    top: 0;
    right: 0px;
    width: 100%;
  
  }
  .main_content_box_desktop {
    margin-top: 11px;
    margin-bottom: 33px;
  }
  .listing-title.newhome_detail_img_click {
    margin-bottom: 0;
  }
 .main_content_box_desktop{
    margin-bottom : 0;
  }

  span.newdev-home-loan-available {
    top: 61%;
    right: 0px;
    width: 100%;
  }

  /* media */
  /*  */
  .seller-btn {
    border: 1px solid #08a307;
     background: #08a307 !important; 
  
  }
  

  
    .btn__icon, .btn__title{
        padding-top: 5px !important;
        color: #fff;
    }
    .contact__call .btn__title{
        color: #fff;
    }
  
  span.home-loan-available, span.newdev-home-loan-available {
   
    border: 2px solid #A9A9A9;
    color: #A9A9A9;

  }
}

.detail-caller-text-color{
    color: #fff !important;
}

 
.c-btn--bg--orange {
    background-color: #F38746;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.c-btn--bg--orange:hover {
    background-color: #e49117;
    -webkit-box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
    box-shadow: 0px 5px 20px 0px rgba(237, 28, 36, 0.5);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    color: #fff;
}
.add__block_floor{
  display: none;
}
.add_block_area{
  display: none;
}
.length_text, .width_text{
      width: 100%;
    height: 32px;
    padding: .78571429em 2.1em .78571429em 1em;
    border-radius: 3px;
    border-color: #cccccc;
    border: 1px solid rgba(34,36,38,.15);
}
.add__block_address{
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .acc_btn_block {
    display: flex;
    padding-left: 0;
  }
}

.main_hero_two{
  padding-top: 17px;
}

.tooltiptext {
  display: none;
    width: 240px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 50%;
    margin-left: -60px;
    /*opacity: 1;*/
    transition: opacity 0.3s;
}

.tooltiptext::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}
.desc_tooltiptext {
  display: none;
  /*visibility: hidden;*/
  width: 240px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
      top: 0%;
  left: 50%;
  margin-left: -60px;
  /*opacity: 0;*/
  transition: opacity 0.3s;
}

.desc_tooltiptext::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}