/* mixin */
/* animate classes */
.delay-s {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay-sl {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

/* base colors */
/* general style */
body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  color: #191919;
  font-family: "okmedia1", sans-serif;
  font-family: "okmedia2", sans-serif;
  overflow-x: hidden;
  font-size: 6.83807px;
  line-height: 1.2;
}

button,
*[type="button"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}

button:focus,
input:focus,
textarea:focus,
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}

ul {
  list-style-type: none;
  margin-bottom: 0;
  padding-left: 0;
}

a {
  color: #191919;
}

.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-stage-outer {
  overflow: visible;
  margin-bottom: 0;
}

.custom-form .input-group {
	margin: 30px 0;
	position: relative;
}

.custom-form .input-group .effect {
	padding: 15px;
	background-color: transparent;
	color: #191919;
	outline: none;
	border: 1px solid #eaeaea;
	width: 100%;
	font-size: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}

.custom-form .input-group .effect::placeholder {
    color: #aaa;
}

.custom-form .input-group .effect:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #aaa;
}

.custom-form .input-group .effect::-ms-input-placeholder { /* Microsoft Edge */
    color: #aaa;
}

.custom-form .input-group .effect~.focus-border:before,
.custom-form .input-group .effect~.focus-border:after {
	content: "";
	position: absolute;
	top: -1px;
	left: 50%;
	width: 0;
	height: 2px;
	background-color: #C7AA55;
	transition: 0.4s;
}

.custom-form .input-group .effect~.focus-border:after {
	top: auto;
	bottom: 0;
}

.custom-form .input-group .effect~.focus-border i:before,
.custom-form .input-group .effect~.focus-border i:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	width: 2px;
	height: 0;
	background-color: #C7AA55;
	transition: 0.6s;
}

.custom-form .input-group .effect~.focus-border i:after {
	left: auto;
	right: 0;
}

.custom-form .input-group .effect:focus~.focus-border:before,
.custom-form .input-group .effect:focus~.focus-border:after,
.custom-form .input-group .effect.has-content~.focus-border:before,
.custom-form .input-group .effect.has-content~.focus-border:after {
	left: 0;
	width: 100%;
	transition: 0.4s;
}

.custom-form .input-group .effect:focus~.focus-border i:before,
.custom-form .input-group .effect:focus~.focus-border i:after,
.custom-form .input-group .effect.has-content~.focus-border i:before,
.custom-form .input-group .effect.has-content~.focus-border i:after {
	top: -1px;
	height: 100%;
	transition: 0.6s;
}

.custom-form .input-group .effect~label {
	position: absolute;
	left: 14px;
	width: 100%;
	top: 10px;
	color: #aaa;
	transition: 0.3s;
	/*z-index: -1;*/
	letter-spacing: 0.5px;
	font-size: 15px;
}

.custom-form .input-group .effect:focus~label,
.custom-form .input-group .effect.has-content~label {
	top: -18px;
	left: 0;
	font-size: 12px;
	color: #C7AA55;
	transition: 0.3s;
}


.siff {
    width: 100% !important;
}


.custom-form .submit-btn {
    width: 30%;
    padding: 12px 15px !important;
    margin: 0 auto;
}

@media only screen and (max-width: 767px){
    .custom-form .submit-btn{
        width: 100%;
    }
}

.custom-form .input-group .effect~label, 
.custom-form .input-group .effect.has-content~label {
    top: -18px;
    left: 0;
    font-size: 12px;
}

.modal-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.87);
	z-index: 10000;
}

.modal-wrapper .modal-wrap {
	display: none;
	position: absolute;
	background-color: #fff;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.modal-wrapper .opacity-animation-modal {
    opacity: 0;
}

.modal-wrapper .left-animation-modal {
    top: 0;
    left: -100%;
    height: 100%;
    -webkit-transform: none;
	-moz-transform: none;
	-o-transform: none;
	transform: none;
}

.modal-wrapper .modal-wrap .modal-head {
	padding: 15px 25px;
	font-size: 20px;
	text-align: center;
	color: #191919;
	border-bottom: 1px solid #eaeaea;
}

.modal-wrapper .modal-wrap .close-modal {
	border: 1px solid #191919;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	width: 34px;
	height: 34px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	right: 25px;
	top: 13px;
	cursor: pointer;
	background-color: transparent;
	-webkit-transition: 500ms all ease;
	-moz-transition: 500ms all ease;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
}

.modal-wrapper .modal-wrap .close-modal .close-svg {
	-webkit-transition: 500ms all ease;
	-moz-transition: 500ms all ease;
	-o-transition: 500ms all ease;
	transition: 500ms all ease;
}

.modal-wrapper .modal-wrap .close-modal:hover {
	background-color: #8bc206;
	border-color: #8bc206;
}

.modal-wrapper .modal-wrap .close-modal:hover .close-svg {
	fill: #fff;
}

.modal-wrapper .modal-wrap .content {
	padding: 45px 90px;
}

.modal-wrapper .modal-wrap .content p {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}

.modal-wrapper .modal-wrap .content p:last-child {
	margin-bottom: 0;
}

.modal-wrapper .modal-wrap:first-child {
	width: 50vw;
}












#main .price-wrapper {
  /*width: 150px;*/
    width: 280px;
  height: 80px;
  border: 3px dashed #666666;
  border-radius: 16px;
  background-color: #363636;
  margin: 10px 0 30px 40px;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}

#main .price-wrapper .title-price {
  text-transform: uppercase;
  color: #f3d390;
  font-weight: 600;
  font-size: 18px;
}

#main .price-wrapper .pay-type {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
}

#main .price-wrapper .pay-type a {
  color: #fff;
  cursor: pointer;
  position: relative;
}

#main .price-wrapper .pay-type a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background-color: #fff;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}

#main .price-wrapper .pay-type a:hover::after {
  width: 100%;
}

#main .price-wrapper .pay-type span {
  color: #f3d390;
  padding: 0 5px;
}


#main .order-btn-wrap {
    width: max-content;
    /*padding: 0 40px;*/
}

#main .order-btn-wrap .order-btn {
    color: #fff !important;
    padding: 6px 40px 8px;
}

    #main .price-wrapper, .webduyme {
        margin-left: auto !important;
        margin-right: auto !important;
    }

.webduyme {
    width: 100% !important;
    margin: 0 0 50px 40px;
    /*max-width: 360px;*/
    max-width: 280px;
}
.webduyme a {
    padding: 15px 40px !important;
    /*border-radius: 4px !important;*/
    font-size: 18px !important;
}
    .mobduyme2 {
        padding: 15px 40px 15px !important;
    }

.general-btn {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    text-align: center;
    margin: 0 auto;
    display: block;
    cursor: pointer;
    color: #fff;
    background-color: #8bc206;
    -webkit-transition: 100ms all ease;
    -moz-transition: 100ms all ease;
    -o-transition: 100ms all ease;
    transition: 100ms all ease;
}
.general-btn:hover {
    background-color: #70af11;
}


/* header */
/* mobile menu */
.mobile-menu {
  position: fixed;
  top: 0;
  right: 0;
  width: 30%;
  height: 100vh;
  background-color: #9d8166;
  padding: 0 100px;
  z-index: 100;
}
.mobile-menu .navbar-nav {
  transform: translateY(-50%);
  width: fit-content;
  left: auto !important;
  top: 50%;
  display: flex;
  flex-direction: column;
  position: absolute;
}
.mobile-menu .navbar-nav .nav-item {
  margin-top: 4em;
}
.mobile-menu .navbar-nav .nav-item .nav-link {
  text-transform: lowercase;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 1.25em 0 2.5em;
  font-size: 18px;
  position: relative;
}
.mobile-menu .menu-link {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  position: absolute;
  left: 100px;
  top: 73px;
}
.mobile-menu .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1px;
  top: 50%;
  left: 0;
  opacity: 1;
  background-color: #fff;
}
.mobile-menu .menu-link .icon {
  background-color: #9d8166;
  width: 50px;
  height: 50px;
  z-index: 1;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: -51px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.mobile-menu .menu-link .icon::before {
  content: "";
  position: absolute;
  background-image: url(../img/headset.png);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.mobile-menu .menu-link .hover-text {
  visibility: visible;
  opacity: 1;
  padding-left: 3.5em;
  overflow: hidden;
  background-color: #9d8166;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -moz-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -ms-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  position: absolute;
  width: 170px;
  height: 50px;
}

.mobile-menu .menu-link .hover-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}

.mobile-menu .menu-link .hover-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
.mobile-menu .menu-link .hover-text span {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: #fff;
}
.mobile-menu.hide {
  background-color: #191919;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1 !important;
  background-image: url("../img/close-button.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
.mobile-menu-icon.hide {
  display: none;
}

.lang {
  /* -webkit-transition: background-color 0.24s; */
  /* background-color: RGBA(45, 49, 55, 0.08); */
  border-radius: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 4px 8px;
  width: 100%;
  float: right;
  max-width: 88px;
}

.langtext {
  display: inline-block;
  margin-left: 7px;
}

.langtext p {
  color: #fff;
  /* margin-top: -6px; */
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
}

.lang-drop-menu {
  padding: 7px;
  position: absolute;
  background-color: #ffffff;
  border-radius: 5px;
  width: 100%;
  top: 100%;
  z-index: 9999999999;
  left: 0;
  transition: 500ms all ease;
  display: none;
  overflow: hidden;
}

.lang-drop-menu a {
  color: #292f37;
  display: flex;
  align-items: center;
  padding: 7px 0;
  font-size: 14px;
  justify-content: center;
  text-transform: uppercase;
}

.lang:hover .lang-drop-menu {
  display: block;
}
.lang i {
  font-size: 13px;
  color: #fff;
  transition: 0.5 transform;
}

.lang:hover i {
  transform: rotate(180deg);
}
header {
  background-color: transparent;
  position: absolute;
  width: 100%;
  top: 8.51852%;
  padding: 0 4.94792% 0 5.3125%;
  margin-top: -3.3em;
  z-index: 21;
  white-space: nowrap;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  -o-transition: top 0.5s ease;
  transition: top 0.5s ease;
}
header nav {
  padding: 0 !important;
  background-color: transparent;
}
header nav .navbar-brand {
  padding: 0 !important;
}
header nav .navbar-brand img {
  height: 50px;
  filter: brightness(100);
}
header nav #menu .menu-link {
  display: none;
}
header nav #menu.navbar-collapse .navbar-nav {
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 135px;
  left: 0;
}
header nav #menu.navbar-collapse .navbar-nav .nav-item {
  margin-top: 1.7em;
}
header nav #menu .navbar-nav .nav-item .nav-link {
  text-transform: lowercase;
  letter-spacing: 0.1em;
  color: #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 0 1.25em 0 2.5em;
  font-size: 18px;
  position: relative;
}
header nav #menu .navbar-nav .nav-item .nav-link::before {
  content: "";
  position: absolute;
  width: 1.2em;
  height: 1px;
  top: 50%;
  left: 0;
  opacity: 1;
  background-color: #fff;
  -webkit-transition: width 0.4s ease, opacity 0.4s ease;
  -moz-transition: width 0.4s ease, opacity 0.4s ease;
  -ms-transition: width 0.4s ease, opacity 0.4s ease;
  -o-transition: width 0.4s ease, opacity 0.4s ease;
  transition: width 0.4s ease, opacity 0.4s ease;
}
header nav #menu .navbar-nav .nav-item .nav-link:hover {
  padding-left: 30px;
}
header nav #menu x .navbar-nav .nav-item .nav-link:hover::before {
  width: 0.6em;
}
header nav #menu.menu-inside-pages {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 66px;
  z-index: 100;
}
header nav #menu.menu-inside-pages .menu-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  position: absolute;
  left: 100px;
  top: 83px;
}
header nav #menu.menu-inside-pages .menu-link .icon {
  background-color: #9d8166;
  width: 50px;
  height: 50px;
  z-index: 1;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: -42px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
header nav #menu.menu-inside-pages .menu-link .icon::before {
  content: "";
  position: absolute;
  background-image: url("../img/headset.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header nav #menu.menu-inside-pages .menu-link .link-text {
  position: relative;
  left: -22px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 0;
}
header nav #menu.menu-inside-pages .menu-link .hover-text {
  visibility: visible;
  opacity: 1;
  padding-left: 3.5em;
  overflow: hidden;
  background-color: #9d8166;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -moz-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -ms-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  position: absolute;
  width: 170px;
  height: 50px;
}
header nav #menu.menu-inside-pages .menu-link .hover-text span {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: #fff;
}
header nav #menu.menu-inside-pages .menu-link .hover-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
header nav #menu.menu-inside-pages .menu-link .hover-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
header nav #menu.menu-inside-pages > .navbar-nav {
  width: fit-content;
  left: auto !important;
  justify-content: center;
  height: 100%;
  display: flex;
  top: 0;
  /* margin-top: 200px; */
}
header nav #menu.menu-inside-pages .navbar-nav .nav-item {
  margin-top: 4em;
}
header nav #menu.menu-inside-pages .navbar-nav .nav-item .nav-link {
  padding-right: 0 !important;
}
header nav .right-side-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
header nav .right-side-wrapper .box-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
header nav .right-side-wrapper .box-link .icon {
  background-color: #9d8166;
  width: 50px;
  height: 50px;
  z-index: 1;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
header nav .right-side-wrapper .box-link .icon::before {
  content: "";
  position: absolute;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header nav .right-side-wrapper .box-link .hover-text {
  visibility: hidden;
  padding-left: 3.5em;
  opacity: 0;
  overflow: hidden;
  background-color: #9d8166;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -moz-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -ms-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  position: absolute;
  height: 50px;
}
header nav .right-side-wrapper .box-link .hover-text span {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: #fff;
}
header nav .right-side-wrapper .box-link .hover-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
header nav .right-side-wrapper .box-link .hover-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
header nav .right-side-wrapper .box-link:first-child {
  width: 300px;
}
header nav .right-side-wrapper .box-link:first-child .icon {
  left: -42px;
}
header nav .right-side-wrapper .box-link:first-child .icon::before {
  background-image: url("../img/headset.png");
}
header nav .right-side-wrapper .box-link:first-child .link-text {
  position: relative;
  left: -22px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 0;
}
header nav .right-side-wrapper .box-link:first-child .hover-text {
  width: 170px;
}
header nav .right-side-wrapper .box-link:first-child:hover .hover-text {
  visibility: visible;
  opacity: 1;
}
header nav .right-side-wrapper .box-link:last-child {
  /* width: 200px; */
  margin-left: 4em;
  position: relative;
  /* -webkit-animation: play 2s ease infinite; */
  /* -moz-animation: play 2s ease infinite; */
  /* animation: play 2s ease infinite; */
  /* -webkit-border-radius: 25px; */
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
header nav .right-side-wrapper .box-link:last-child::before {
  /* content: ''; */
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(25, 22, 15, 0.08);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
}
header nav .right-side-wrapper .box-link:last-child .icon {
  position: relative;
  /* left: -75px;  */
}
header nav .right-side-wrapper .box-link:last-child .icon::before {
  background-image: url("../img/globe.png");
}
header nav .right-side-wrapper .box-link:last-child .hover-text {
  visibility: visible;
  opacity: 1;
  width: 200px;
}
/* header nav .right-side-wrapper .box-link:last-child:hover::before {
            opacity: 1; } */
@-webkit-keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    -webkit-box-shadow: 0 0 0 5px rgba(124, 161, 191, 0.6);
    -moz-box-shadow: 0 0 0 5px rgba(124, 161, 191, 0.6);
    box-shadow: 0 0 0 5px rgba(124, 161, 191, 0.6);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(124, 161, 191, 0.6),
      0 0 0 20px rgba(124, 161, 191, 0.3);
    -moz-box-shadow: 0 0 0 10px rgba(124, 161, 191, 0.6),
      0 0 0 20px rgba(124, 161, 191, 0.3);
    box-shadow: 0 0 0 10px rgba(124, 161, 191, 0.6),
      0 0 0 20px rgba(124, 161, 191, 0.3);
  }
  25% {
    -webkit-box-shadow: 0 0 0 15px rgba(124, 161, 191, 0.6),
      0 0 0 30px rgba(124, 161, 191, 0.3);
    -moz-box-shadow: 0 0 0 15px rgba(124, 161, 191, 0.6),
      0 0 0 30px rgba(124, 161, 191, 0.3);
    box-shadow: 0 0 0 15px rgba(124, 161, 191, 0.6),
      0 0 0 30px rgba(124, 161, 191, 0.3);
  }
}
@keyframes play {
  0% {
    transform: scale(1);
  }
  15% {
    -webkit-box-shadow: 0 0 0 5px rgba(124, 161, 191, 0.6);
    -moz-box-shadow: 0 0 0 5px rgba(124, 161, 191, 0.6);
    box-shadow: 0 0 0 5px rgba(124, 161, 191, 0.6);
  }
  25% {
    -webkit-box-shadow: 0 0 0 10px rgba(124, 161, 191, 0.6),
      0 0 0 20px rgba(124, 161, 191, 0.3);
    -moz-box-shadow: 0 0 0 10px rgba(124, 161, 191, 0.6),
      0 0 0 20px rgba(124, 161, 191, 0.3);
    box-shadow: 0 0 0 10px rgba(124, 161, 191, 0.6),
      0 0 0 20px rgba(124, 161, 191, 0.3);
  }
  25% {
    -webkit-box-shadow: 0 0 0 15px rgba(124, 161, 191, 0.6),
      0 0 0 30px rgba(124, 161, 191, 0.3);
    -moz-box-shadow: 0 0 0 15px rgba(124, 161, 191, 0.6),
      0 0 0 30px rgba(124, 161, 191, 0.3);
    box-shadow: 0 0 0 15px rgba(124, 161, 191, 0.6),
      0 0 0 30px rgba(124, 161, 191, 0.3);
  }
}
header nav .navbar-toggler {
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 1.5em;
}
header nav .navbar-toggler .menu-title {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 500;
}
header nav .navbar-toggler .menu-icon {
  width: 50px;
  height: 50px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #9d8166;
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
  transform: rotate(-360deg);
  -webkit-transition: -webkit-transform 0.5s;
  -moz-transition: -moz-transform 0.5s;
  -ms-transition: -ms-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  z-index: 110;
}
header nav .navbar-toggler .menu-icon span {
  width: 18px;
  height: 2.5px;
  background-color: #fff;
}
header nav .navbar-toggler .menu-icon span:nth-child(2) {
  margin: 3px 0;
}
header nav .navbar-toggler .menu-icon.close {
  background-color: #191919;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  opacity: 1 !important;
  background-image: url("../img/close-button.png");
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
}
header nav .navbar-toggler .menu-icon.close span {
  display: none;
}

.flat-desc {
  display:none;
}
/* main section style */
#main , #about{
  height: 100vh;
  width: 100%;
  position: relative;
  z-index: 10;
  overflow: hidden;
  /* footer */
}
#main.floor-main, #main.flat-main{
  height: auto;
}
#main .floor-choose-wrapper, #about .about-wrapper, 
#main.floor-main .floor-choose-wrapper
  {
height: 110vh;
}
#main.flat-main .flat-choose-wrapper {
height: 130vh;
}
#main .slider {
  height: 100vh;
  position: relative;
}
#main .slider .owl-item .item {
  height: 100vh;
  position: relative;
}
#main .slider .owl-item .item .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 4s ease-in;
}
#main .slider .owl-item .item .slide-caption-wrap {
  position: absolute;
  left: 5.3125%;
  bottom: 7.40741%;
  color: #fff;
  z-index: 21;
}
#main .slider .owl-item .item .slide-caption-wrap h2 {
  text-transform: uppercase;
  font-size: 9em;
  line-height: 1;
  margin-bottom: 30px;
}
#main .slider .owl-item .item .slide-caption-wrap .text-line {
  width: 8px;
  border-bottom: 3px solid #9d8166;
}

#main .slider .owl-item .item .slide-caption-wrap .text-line.animate-line {
  -webkit-animation-name: line;
  animation-name: line;
  -webkit-animation-duration:4s;
  animation-duration: 4s;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
}
@-webkit-keyframes line {
  0% {
    width: 8px;
  }
  25% {
    width: 354px;
  }
  30% {
    width: 384px;
  }
  95% {
    width: 258px;
  }
  100% {
    width: 248px;
  }
}

@keyframes line {
  0% {
    width: 8px;
  }
  25% {
    width: 354px;
  }
  30% {
    width: 384px;
  }
  95% {
    width: 258px;
  }
  100% {
    width: 248px;
  }
}
#main .slider .owl-item .item .slide-caption-wrap p {
  text-transform: lowercase;
  font-size: 4em;
  line-height: 36px;
  margin-bottom: 50px;
  padding-top: 30px;
}

#main .slider .owl-item .item .slide-caption-wrap .more {
  position: relative;
  padding: 15px 55px;
  font-size: 17px;
  overflow: hidden;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background-color: #9d8166;
  color: #fff;
  display: block;
  width: fit-content;
  transition: 0.3s;
}
/* #main .slider .owl-item .item .slide-caption-wrap .more::before {
            content: '';
            position: absolute;
            width: 100%;
            height: 100%;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
            transition: opacity .3s ease; 
          } */
#main .slider .owl-item .item .slide-caption-wrap .more span {
  display: inline-block;
  padding: 0 0 0 40px;
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-image: url(../img/link_white_arrow.svg);

  animation-duration: 0.15s;

  transition: all 0.15s linear;
}
#main .slider .owl-item .item .slide-caption-wrap .more:hover {
  opacity: 1;
  background-color: #fff;
  color: #000;
}
#main .slider .owl-item .item .slide-caption-wrap .more:hover span {
  filter: brightness(0);
}
#main .slider .owl-item .item .slide-caption-wrap .more:hover::before {
  opacity: 1;
}
#main .slider .owl-item .item::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  /* background: url("../img/shadow.png") no-repeat; */
  /* background-size: cover;  */
  background-image: linear-gradient(110deg, #000000, transparent);
}
#main .slider .owl-item.active .background {
  -webkit-animation-name: MOVE-BG;
  animation-name: MOVE-BG;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes MOVE-BG {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes MOVE-BG {
  from {
    transform: scale(1.1);
  }
  to {
    transform: scale(1);
  }
}
#main footer, #about footer  {
  position: absolute;
  bottom: 7.40741%;
  right: 4.94792%;
  z-index: 21;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -ms-flex-direction: column;
  flex-direction: column;
}
#main footer .social-media, #about footer .social-media  {
  height: 20px;
  margin-bottom: 24px;
}
#main footer .social-media li, #about footer .social-media li {
  float: left;
  width: 27px;
  height: 27px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fbfbfb;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
#main footer .social-media li a , #about footer .social-media li a{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}
#main footer .social-media li a i, #about footer .social-media li a i {
  color: #2a2d24;
  font-size: 17px;
  position: relative;
  /* top: 1px; */
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
#main footer .social-media li:nth-child(2), #about footer .social-media li:nth-child(2) {
  margin: 0 1.7em;
}
#main footer .social-media li:hover , #about footer .social-media li:hover{
  background-color: #9d8166;
}
#main footer .social-media li:hover a i, #main footer .social-media li:hover a i {
  color: #fff;
}
#main footer .copyright a , #about footer .copyright a{
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
#main footer .copyright a::after , #about footer .copyright a::after{
  content: "";
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  display: block;
  background-color: #fff;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}
#main footer .copyright a:hover::after, #about footer .copyright a:hover::after {
  width: 0;
}
#main footer .copyright span, #about footer .copyright span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.69);
  margin-left: 3.5em;
}
#main .project-choose-wrapper {
  background: url("../img/sky.png") no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  position: relative;
}
#main .project-choose-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to bottom,
    transparent 30%,
    rgba(34, 37, 24, 0.25) 70%
  );
}
#main .project-choose-wrapper h1 {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 77%;
  z-index: 21;
  margin: 0;
  font-size: 55px;
  line-height: 40px;
  font-weight: 800;
  letter-spacing: 2.1px;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 2px 1px black;
}
#main .project-choose-wrapper .project-choose {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 20%;
  z-index: 21;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#main .project-choose-wrapper .project-choose .project-box {
  margin: 15px 30px;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
#main .project-choose-wrapper .project-choose .project-box img {
  width: 150px;
  position: absolute;
  bottom: 45px;
  object-fit: cover;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#main .project-choose-wrapper .project-choose .project-box .oval-f {
  width: 200px;
  height: 200px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: linear-gradient(to bottom, #9d8166 30%, #715c49 100%);
  -webkit-box-shadow: 0px 20px 100px #555;
  -moz-box-shadow: 0px 20px 100px #555;
  -o-box-shadow: 0px 20px 100px #555;
  box-shadow: 0px 20px 100px #555;
}
#main .project-choose-wrapper .project-choose .project-box .caption-project {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  bottom: -60px;
  text-align: center;
  color: #fff;
  text-shadow: 1px 1px #9d8166;
}
#main
  .project-choose-wrapper
  .project-choose
  .project-box
  .caption-project
  span {
  font-size: 14px;
}
#main .project-choose-wrapper .project-choose .project-box:nth-child(2) {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
#main .project-choose-wrapper .project-choose .project-box:hover img {
  bottom: 55px;
}
#main .clouds-parallax {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
#main .clouds-parallax #scene {
  z-index: 20;
  height: 100%;
  overflow: hidden;
}
#main .clouds-parallax #scene .layer {
  width: 100%;
  height: 100%;
}
#main .clouds-parallax #scene .layer .cloud {
  width: max-content;
  position: absolute;
}
#main .clouds-parallax #scene .layer .cloud.cloudFirst {
  top: 15%;
  left: 10%;
}
#main .clouds-parallax #scene .layer .cloud.cloudSecond {
  right: -5px;
  top: 42%;
}
#main .clouds-parallax #scene .layer .cloud.cloudSecond img {
  width: 490px;
}
#main .clouds-parallax #scene .layer .cloud.cloudThird {
  top: 24%;
  right: 30%;
}
#main .clouds-parallax #scene .layer .cloud.cloudThird img {
  width: 150px;
}
#main .clouds-parallax #scene .layer .cloud.cloudFourth {
  left: 34%;
  bottom: 0;
}
#main .clouds-parallax #scene .layer .cloud.cloudFifth {
  bottom: 5%;
  right: -5%;
}
#main .clouds-parallax #scene .layer .cloud.cloudFifth img {
  width: 400px;
}
#main .clouds-parallax #scene .layer .cloud.cloudSixth {
  left: 0;
  top: 47%;
}
#main .floor-choose-wrapper, #about .about-wrapper, #main.floor-main .floor-choose-wrapper{
  width: 100%;
  height: 120vh;
  position: relative;
}
#main.project-main .floor-choose-wrapper{
  height: 100vh;
}
#main .floor-choose-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #00000070;
}
#main.project-main .floor-choose-wrapper::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #0000001c;
}
#about .about-wrapper::after, #main.flat-main .flat-choose-wrapper::after, #main.floor-main .floor-choose-wrapper::after, #main.flat-3d  .flat-choose-wrapper::after{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000d32e3;
}
#main.floor-main .floor-choose-wrapper .floor-choose-background, #main.flat-main .flat-choose-wrapper .floor-choose-background, 
#main.project-main .floor-choose-wrapper .floor-choose-background {
  width: 100%;
  height: 100%;
}
#main .floor-choose-wrapper .back-link, #about .floor-choose-wrapper .back-link  {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  position: absolute;
  left: 5.3125%;
  top: 200px;
  z-index: 10000;
}
#main .floor-choose-wrapper .back-link::before, #about .about-wrapper .back-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(25, 22, 15, 0.08);
  -webkit-transition: opacity 0.4s ease;
  -moz-transition: opacity 0.4s ease;
  -ms-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
}
#main .floor-choose-wrapper .back-link .icon , #about .about-wrapper .back-link  .icon{
  background-color: #9d8166;
  width: 50px;
  height: 50px;
  z-index: 1;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: -60px;
  transition: background-color 0.4s ease;
}
#main .floor-choose-wrapper .back-link .icon::before{
  content: "";
  position: absolute;
  background-image: url("../img/back.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: filter 0.4s ease;
}
#about .about-wrapper .back-link .icon::before{
  content: "";
  position: absolute;
  background-image: url("../img/back.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: filter 0.4s ease;
}
#main .floor-choose-wrapper .back-link .link-text, #about .about-wrapper .back-link .back-link {
  position: relative;
  left: -22px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 0;
}
#main .floor-choose-wrapper .back-link .hover-text ,#about .floor-choose-wrapper .back-link .hover-text{
  visibility: visible;
  opacity: 1;
  z-index: 0;
  padding-left: 3.5em;
  overflow: hidden;
  background-color: #9d8166;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -moz-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -ms-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  position: absolute;
  width: 170px;
  height: 50px;
}
#main .floor-choose-wrapper .back-link .hover-text span , #about .floor-choose-wrapper .back-link  .hover-text span{
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: #fff;
  transition: color 0.4s ease;
}
#main .floor-choose-wrapper .back-link .hover-text::before , #about .floor-choose-wrapper .back-link .hover-text::before{
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
#main .floor-choose-wrapper .back-link .hover-text::after, #about .floor-choose-wrapper .back-link .hover-text::after  {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#main .floor-choose-wrapper .back-link:hover::before, #about .floor-choose-wrapper .back-link:hover::before  {
  opacity: 1;
  /* background-color: #fff; */
}
#main .floor-choose-wrapper .back-link:hover .hover-text span, #main .flat-choose-wrapper .back-link:hover .hover-text span, #about .floor-choose-wrapper .back-link:hover .hover-text span  {
  color: #000;
}
#main .floor-choose-wrapper .back-link:hover .hover-text, #main .flat-choose-wrapper .back-link:hover .hover-text, #about .floor-choose-wrapper .back-link:hover .hover-text {
  background-color: #fff;
}
#main .floor-choose-wrapper .back-link:hover .icon, #main .flat-choose-wrapper .back-link:hover .icon, #about .floor-choose-wrapper .back-link:hover .icon{
  background-color: #fff;
}
#main .floor-choose-wrapper .back-link:hover .icon::before, #main .flat-choose-wrapper .back-link:hover .icon::before, #about .floor-choose-wrapper .back-link:hover .icon::before  {
  filter: brightness(0);
}
#main .floor-choose-wrapper .back-link:hover, #main .flat-choose-wrapper .back-link:hover, #about .floor-choose-wrapper .back-link:hover {
  color: #000;
}



#main .floor-choose-wrapper .floor-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main .floor-choose-wrapper .floor-wrap .floor-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main.project-main .floor-choose-wrapper .floor-wrap .floor-svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .floor-choose-wrapper .floor-wrap .floor-svg svg {
  width: 100%;
  height: 100%;
}
#main .floor-choose-wrapper .floor-wrap .floor-svg svg a {
  /* transform: translate(0, 16px) scale(1, 1.07); */
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
}
#main.project-main .floor-choose-wrapper .floor-wrap .floor-svg svg a .floor {
  fill: transparent;
  fill-opacity: 1;
  pointer-events: all;
}
#main .floor-choose-wrapper .floor-wrap .floor-svg svg a:hover .floor {
  fill: #ffff0031;
  fill-opacity: 1;
  stroke-width: 0.5;
}
#main .floor-choose-wrapper .floor-wrap .floor-svg .tooltip-box-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  pointer-events: none;
  width: 136px;
  padding: 20px;
  background-color: #fff;
  display: none;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -ms-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
#main
  .floor-choose-wrapper
  .floor-wrap
  .floor-svg
  .tooltip-box-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: -1px;
  border-top: 8px solid #fff;
  border-left: 12px solid transparent;
}
#main .floor-choose-wrapper .floor-wrap .floor-svg .tooltip-box-wrapper::after {
  content: "";
  position: absolute;
  background: url("../img/right-arrow.png") no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#main
  .floor-choose-wrapper
  .floor-wrap
  .floor-svg
  .tooltip-box-wrapper
  .tooltip-box {
  white-space: nowrap;
  color: #2d2f42;
}
#main
  .floor-choose-wrapper
  .floor-wrap
  .floor-svg
  .tooltip-box-wrapper
  .tooltip-box
  div {
  font-size: 12px;
  margin-right: 15px;
  font-weight: 500;
  line-height: 12px;
}
#main
  .floor-choose-wrapper
  .floor-wrap
  .floor-svg
  .tooltip-box-wrapper
  .tooltip-box
  div
  span {
  font-size: 28px;
}
#main .flat-choose-wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
}
#main .flat-choose-wrapper .flat-choose-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/item1.png") no-repeat;
  background-size: cover;
  filter: blur(24px);
  -webkit-filter: blur(24px);
}
#main .flat-choose-wrapper .back-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 170px;
  position: absolute;
  left: 5.3125%;
  top: 188px;
  z-index: 4;
}
#main .flat-choose-wrapper .back-link::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(25, 22, 15, 0.08);
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  z-index: 1;
}
#main .flat-choose-wrapper .back-link .icon {
  background-color: #9d8166;
  width: 50px;
  height: 50px;
  z-index: 2;
  vertical-align: middle;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  left: -60px;
}
#main .flat-choose-wrapper .back-link .icon::before {
  content: "";
  position: absolute;
  background-image: url("../img/back.png");
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  font-size: 1rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .flat-choose-wrapper .back-link .link-text {
  position: relative;
  left: -22px;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  line-height: 0;
}
#main .flat-choose-wrapper .back-link .hover-text {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  padding-left: 3.5em;
  overflow: hidden;
  background-color: #9d8166;
  text-align: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -moz-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -ms-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  -o-transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  transition: visibility 0.4s ease, opacity 0.4s ease,
    background-color 0.4s ease;
  position: absolute;
  width: 170px;
  height: 50px;
}
#main .flat-choose-wrapper .back-link .hover-text span {
  vertical-align: middle;
  font-size: 14px;
  position: relative;
  color: #fff;
}
#main .flat-choose-wrapper .back-link .hover-text::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.05);
}
#main .flat-choose-wrapper .back-link .hover-text::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 100%;
  vertical-align: middle;
}
#main .flat-choose-wrapper .back-link:hover::before {
  opacity: 1;
}
/* #main .flat-choose-wrapper .flat-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
} */
/* #main .flat-choose-wrapper .flat-wrap img {
  width: 60%;
  height: 60%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .flat-choose-wrapper .flat-wrap .flat-svg {
  width: 60%;
  height: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#main .flat-choose-wrapper .flat-wrap .flat-svg svg {
  width: 100%;
  height: 100%;
}
#main .flat-choose-wrapper .flat-wrap .flat-svg svg path {
  pointer-events: all;
  cursor: pointer;
  opacity: 0;
}
#main .flat-choose-wrapper .flat-wrap .flat-svg svg path:hover {
  fill: #9d8166;
  opacity: 1;
} */

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

#main .chooses-sec {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  bottom: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 21;
  -webkit-animation-name: MOVE-SEC;
  animation-name: MOVE-SEC;
}
@-webkit-keyframes MOVE-SEC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
@keyframes MOVE-SEC {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50%, 100%, 0);
    transform: translate3d(-50%, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
}
#main .chooses-sec li {
  float: left;
  -webkit-transition: 300ms all ease;
  -moz-transition: 300ms all ease;
  -o-transition: 300ms all ease;
  transition: 300ms all ease;
}
#main .chooses-sec li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  vertical-align: middle;
  font-size: 19px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.5;
  letter-spacing: 0.1em;
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(0, 0, 0, 0.42);
  padding: 10px 30px;
  border-radius: 50px;
}
#main .chooses-sec li a img {
  margin-right: 24px;
  vertical-align: middle;
  opacity: 0.8;
}
#main .chooses-sec li:nth-child(2) {
  margin: 0 9em;
}
#main .chooses-sec li:nth-child(2) a {
  -webkit-animation: color-anime 5s ease infinite;
  animation: color-anime 5s ease infinite;
}
@-webkit-keyframes color-anime {
  0% {
    color: rgba(255, 255, 255, 0.9);
  }
  1% {
    color: #5caa02;
  }
  2% {
    color: rgba(255, 255, 255, 0.9);
  }
  3% {
    color: #5caa02;
  }
  4% {
    color: rgba(255, 255, 255, 0.9);
  }
  5% {
    color: #5caa02;
  }
  6% {
    color: rgba(255, 255, 255, 0.9);
  }
  7% {
    color: #5caa02;
  }
  8% {
    color: rgba(255, 255, 255, 0.9);
  }
  9% {
    color: #5caa02;
  }
  10% {
    color: rgba(255, 255, 255, 0.9);
  }
}
@keyframes color-anime {
  0% {
    color: rgba(255, 255, 255, 0.9);
  }
  1% {
    color: #5caa02;
  }
  2% {
    color: rgba(255, 255, 255, 0.9);
  }
  3% {
    color: #5caa02;
  }
  4% {
    color: rgba(255, 255, 255, 0.9);
  }
  5% {
    color: #5caa02;
  }
  6% {
    color: rgba(255, 255, 255, 0.9);
  }
  7% {
    color: #5caa02;
  }
  8% {
    color: rgba(255, 255, 255, 0.9);
  }
  9% {
    color: #5caa02;
  }
  10% {
    color: rgba(255, 255, 255, 0.9);
  }
}
#main .chooses-sec li:nth-child(2) a img {
  -webkit-animation: shake-animation 5s ease infinite;
  animation: shake-animation 5s ease infinite;
  position: relative;
  top: -5px;
}
@-webkit-keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1% {
    transform: translate(5px, 0);
  }
  2% {
    transform: translate(0, 0);
  }
  3% {
    transform: translate(5px, 0);
  }
  4% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(5px, 0);
  }
  6% {
    transform: translate(0, 0);
  }
  7% {
    transform: translate(5px, 0);
  }
  8% {
    transform: translate(0, 0);
  }
  9% {
    transform: translate(5px, 0);
  }
  10% {
    transform: translate(0, 0);
  }
}
@keyframes shake-animation {
  0% {
    transform: translate(0, 0);
  }
  1% {
    transform: translate(-5px, 0);
  }
  2% {
    transform: translate(0, 0);
  }
  3% {
    transform: translate(-5px, 0);
  }
  4% {
    transform: translate(0, 0);
  }
  5% {
    transform: translate(-5px, 0);
  }
  6% {
    transform: translate(0, 0);
  }
  7% {
    transform: translate(-5px, 0);
  }
  8% {
    transform: translate(0, 0);
  }
  9% {
    transform: translate(-5px, 0);
  }
  10% {
    transform: translate(0, 0);
  }
}

.lang-link {
  position: relative;
}
.lang-link .lang {
  position: absolute;
  left: 0;
  top: 100%;
  width: 50px;
  align-content: space-between;
  position: absolute;
  left: 0;
  top: 100%;
  width: 50px;
  background: #fff;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-shadow: 0 2px 14px 0 rgb(0 0 0 / 17%);
  border-radius: 5px;
  padding: 10px 0;
  transform: scale(0);
  transform-origin: right top;
}
.lang-link .lang a {
  color: #222;
  font-size: 14px;
  line-height: 30px;
  /* padding: 0 20px; */
  display: block;
}
.lang-link:hover .lang {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.lang a:hover {
  background-color: #fbfbfb;
}

.modal-dialog {
  max-width: 1000px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-content {
  height: 500px;
}
.modal-body {
  padding: 0 !important;
  position: relative;
}
.modal-body .close {
  position: absolute;
  right: -30px;
  top: -30px;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50%;
  opacity: 1;
}


.countdown-modal .modal-body .close{
  position: absolute;
  right: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 50%;
  opacity: 1;
  color: rgb(157, 129, 102);
  text-shadow: none;
}
.countdown-modal .modal-content{
  width: 60%;
  height: 300px;
  background-color: transparent; 
}
.countdown{
  background-color: #000;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 16px;
  padding: 30px;
}
.countdown .count{
  width:25%;
  text-align: center;
}
.countdown .count .count-number{
  font-size: 40px;
  font-weight: 700;
  color: rgb(157, 129, 102);
  font-size: 70px;
  font-weight: 900;
}
.countdown .count .count-title{
  font-size: 25px;
  color:rgb(157, 129, 102);
  text-transform: lowercase;
}

.about-text, .floor-wrapper, .flat-wrapper {
  position: absolute;
  top:200px;
  left: 50%;
  transform: translateX( -50%);
  margin: auto;
  z-index: 3;
}
.about-text p{
  font-size: 17px;
  line-height: 1.55;
  color: #fff;
}
.about-text h1{
  color: #fff;
    font-size: 36px;
    line-height: 1.4;
    margin-bottom: 28px;
    text-transform: uppercase;
    text-align: center;

}
.about-text ul, .floor-wrapper ul, .flat-wrapper  ul{
  margin: 0 auto 15px;
  padding: 0;
  height: 30px;
  display: flex;
 justify-content: center;
}
.about-text ul li, .floor-wrapper ul li, .flat-wrapper  ul{
  color: #525d76;
    font-size: 18px;
    margin: 0 10px ;
}
.about-text ul li a, .floor-wrapper ul li a, .flat-wrapper  ul li a{
  color: #525d76;
}

#main .compass-wrap.top {
  bottom: 50px;
  left: 0;
}
#main .compass-wrap {
  position: absolute;
  z-index: 999;
}
#main .compass-wrap img{
  transform: rotate(30deg);
  height: 100px;
}
#main .choose-flat{
  position: absolute;
  bottom: 21%;
  left: 0;
  z-index: 999;
  color: #fff;
}
#main .choose-flat h2{
  text-transform: uppercase;
    font-size: 36px;
    line-height: 1;
    /* margin-bottom: 30px; */
}
#about.floor-main{
  height: auto;
}
#about.floor-main .about-wrapper{
height: auto;
}

#main.floor-main .flat-choose-wrapper .flat-row-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}
#main.floor-main .flat-wrap, #main.flat-main .flat-wrap {
  margin: 20px auto 0;
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  width: 100%;
}
#main.floor-main .flat-row-wrapper, #main.flat-main .flat-row-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: relative;
}
#main.floor-main .flat-column-wrap, #main.flat-main .flat-column-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
#main.floor-main .flat-info-boxes-wrapper.okm1{
  width: auto;
  height: 65vh;
}
#main.flat-main .flat-info-boxes-wrapper.okm1{
  width: auto;
  height: 45vh;
}
#main.floor-main .flat-info-boxes-wrapper.okm1 img, #main.flat-main .flat-info-boxes-wrapper.okm1 img{
  width: auto;
  height: 100%;
  border-radius: 3px;
}
#main.floor-main .flat-info-boxes-wrapper img, #main.flat-main .flat-info-boxes-wrapper img {
  width: 100%;
  height: 100%;
}
#main.floor-main .custom-svg, #main.flat-main .custom-svg {
  width: 100%;
  height: 65vh;
  position: absolute;
  top:0;
}
#main.floor-main .custom-svg svg {
  width: auto;
  height: 100%;
}
#main.floor-main .custom-svg svg a {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}
#main.floor-main .custom-svg svg a.satisda:hover .hover-me {
  fill: #80808059;
  fill-opacity: 1;
}
#main.floor-main .custom-svg svg a:hover .hover-me {
  fill: #957a61c4;
  fill-opacity: .9;
  stroke-width: 0.5;
}
#main.floor-main .custom-svg svg a.satisda {
  cursor: not-allowed;
  pointer-events: none;
}
#main.floor-main .custom-svg svg a .hover-me {
  fill: #fff;
  fill-opacity: 0;
  pointer-events: all;
}
#main.floor-main .floor-change-wrap, #main.flat-main .floor-change-wrap {
  /* position: absolute; */
  /* top: 56px; */
  /* right: 0; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto 30px auto;
  width: max-content;
  color: #fff;
}
#main.floor-main .flat-column-wrap,
#main.floor-main   .flat-info-wrapper,  
#main.flat-main .flat-column-wrap, 
#main.flat-main   .flat-info-wrapper{
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
      justify-content: center;
    align-items: center;
}
#main.floor-main .flat-info-wrap, #main.flat-main .flat-info-wrap {
  min-width: 770px;
}
/* .flat-info-wrap {
  min-width: 600px;
} */
#main.floor-main .flat-info-wrap, #main.flat-main .flat-info-wrap {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px 0;
  /* width: 100%; */
}
#main.floor-main .flat-info-wrap .box-flat:first-child .number {
  position: relative;
  text-align: center;
}
#main.floor-main .flat-info-wrap .box-flat, #main.flat-main .flat-info-wrap .box-flat {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 40px;
  width: 275px;
}
#main.floor-main .flat-info-wrap .box-flat.floor-info .number, 
.flat-info-wrap .box-flat.room-flat .number, 
#main.flat-main .flat-info-wrap .box-flat.floor-info .number {
  font-size: 187px;
  color: #fff;
  width: 190px;
}
#main.floor-main .flat-info-wrap .box-flat .number, 
#main.flat-main .flat-info-wrap .box-flat .number{
  line-height: 180px;
  color: #fff;
  font-size: 180px;
  font-weight: 600;
}
#main.floor-main .flat-info-wrap .box-flat.area-flat .number{
  line-height: 180px;
  color: #fff;
  font-size: 180px;
  font-weight: 400;
}
#main.floor-main .flat-info-wrap .box-flat .title, #main.flat-main .flat-info-wrap .box-flat .title {
  font-size: 20px;
  line-height: 40px;
  color: #fff;
}
#main.floor-main .flat-info-wrap .box-flat:first-child .number, 
#main.flat-main .flat-info-wrap .box-flat:first-child .number {
  position: relative;
  text-align: center;
}
#main.floor-main .flat-info-wrap .box-flat.block-info .number
{
  font-size: 180px;
  color: #fff;
  font-weight: 400;
}
#main.floor-main .flat-desc {
  padding: 0 40px;
}

#main.floor-main .flat-desc p {
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  width: 100%;
  padding-top: 30px;
  text-align: center;
}
#main.floor-main .flat-info-wrap .box-flat:first-child .number::after, #main.flat-main .flat-info-wrap .box-flat:first-child .number::after {
  content: '';
  position: absolute;
  right: -40px;
  width: 1px;
  height: 100%;
  background-color: #707070;
}
#main.floor-main .floor-change-wrap {
  /* position: absolute; */
  /* top: 56px; */
  /* right: 0; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px auto 30px auto;
  width: max-content;
}
#main.floor-main .floor-change-wrap span {
  font-size: 15px;
  text-align: center;
  line-height: 1.1;
  white-space: nowrap;
  padding: 0 8px 0 10px;
}
#main.floor-main .floor-change div {
  width: 30px;
  height: 30px;
  display: block;
}
#main.floor-main .floor-change-wrap .up-floor div {
  background: url(../img/up-floor.png) no-repeat;
  background-size: 30px;
}
#main.floor-main .floor-change-wrap .down-floor div {
  background: url(../img/down-floor.png) no-repeat;
  background-size: 30px;
}



#main.flat-main .all-wrapper , .three-d-wrapper{
width: 600px;
display: flex;
justify-content: center;
margin: 30px 0 0px;
}
#main.flat-main .all-wrapper  img{
  filter: brightness(100);
}

#main.flat-main .go-3d-page a span{
  display: block;
  text-align: center;
  color: #fff;
  font-size: 16px;
}
#main.flat-3d ._3d-view{
  height: 60vh;
}
#main.flat-3d ._3d-view img{
  height: 100%;
}


#main.project-main .floor-tooltip-wrapper, #main.floor-main .floor-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 30;
  pointer-events: none;
  width: 163px;
  padding: 12px 16px;
  margin: -98px -152px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity .2s ease;
  -moz-transition: opacity .2s ease;
  -ms-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease;
  will-change: transform;
}

#main.floor-main .flat-tooltip {
  background-color: #000;
  color: #fff;
  margin: -242px -166px;
  margin: 0;
  width: 74px;
  height: 50px;
  padding: 8px 14px;
  font-size: 16px;
  position: absolute;
  top: 0;
left: 0;
pointer-events: none;
z-index: 30;
/* z-index: 999; */
}


#main.floor-main .flat-tooltip::before {
  right: 8px;
  border-left: 8px solid transparent;
}
#main.floor-main .flat-tooltip::before, #main .flat-tooltip::after {
  border-top: 10px solid #000;
}

#main.floor-main .floor-tooltip-wrapper::before, 
#main.floor-main .floor-tooltip-wrapper::after, #main.floor-main .flat-tooltip::before, #main.floor-main .flat-tooltip::after{
  content: '';
  position: absolute;
  top: 100%;
}

#main.floor-main .flat-tooltip::after {
  right: 0;
  border-right: 8px solid transparent;
}


#main.project-main .floor-tooltip-wrapper .tooltip-box {
  white-space: nowrap;
  color: #2d2f42;
  background-color: #fff;
}

#main.project-main .floor-tooltip-wrapper .tooltip-box div {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

#main.project-main .floor-tooltip-wrapper::before {
  right: 11px;
  border-left: 12px solid transparent;
}

#main.project-main .floor-tooltip-wrapper::before, 
#main.project-main .floor-tooltip-wrapper::after, 
#main.project-main .flat-tooltip::before, 
#main.project-main .flat-tooltip::after{
  content: '';
  position: absolute;
  top: 100%;
  border-top: 14px solid #fff;
}


#main.project-main .floor-tooltip-wrapper::after {
  right: 0;
  border-right: 12px solid transparent;
}


#main.project-main .floor-tooltip-wrapper .tooltip-box div.number-b .number,
#main.project-main .floor-tooltip-wrapper .tooltip-box div.number-f .number
{
  font-size: 30px;
  line-height: 30px;
}

#main.project-main .floor-tooltip-wrapper .tooltip-box div.number-b .title,
#main.project-main .floor-tooltip-wrapper .tooltip-box div.number-f .title
{
  font-size: 20px;
  line-height: 20px;
}


#main.project-main .scroll-notification {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10000;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.87);
  /* opacity: 1;
  visibility: visible; */
  -webkit-transition: opacity 500ms linear, visibility 500ms linear;
  -moz-transition: opacity 500ms linear, visibility 500ms linear;
  -ms-transition: opacity 500ms linear, visibility 500ms linear;
  -o-transition: opacity 500ms linear, visibility 500ms linear;
  transition: opacity 500ms linear, visibility 500ms linear;
}
#main.project-main .scroll-notification.hide{
  opacity: 0;
  visibility: hidden;
}
#main.project-main .scroll-notification .notification-wrap  img{
  filter: brightness(100);
  width: auto;
  height: 200px;
}

#main.project-main .scroll-notification .notification-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}


#main.project-main .scroll-notification .notification-wrap .notification {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
}


/* responsive */
@media only screen and (min-width: 1400px){
.custom-container {
    padding: 0 100px;
}}
@media (min-width: 992px){
.custom-container {
    padding: 0 80px;
}}
@media (min-width: 768px){
.custom-container {
    padding: 0 60px;
}
/* #main .flat-choose-wrapper .flat-info-boxes-wrapper.okm1:not(.kvadrat1):not(.oskar1){ */
  /* width: 70%; */
/* } */
#main .flat-info-wrap{
  justify-content: center;
}
}
@media (min-width: 576px){
  .custom-container {
      padding: 0 40px;
  }
  }
@media only screen and (min-width: 1200px) {
  header nav .navbar-brand img {
    height: 100px;
  }
  #main .chooses-sec li a img {
    width: 80px;
    height: 80px;
  }

  #main.floor-main .flat-info-wrap, #main.flat-main .flat-info-wrap{
    min-width: 600px;
  }
 
  #main.floor-main .flat-info-wrap .box-flat.block-info .number, 
  #main.floor-main .flat-info-wrap .box-flat .number, 
  #main.flat-main .flat-info-wrap .box-flat .number,
  #main.floor-main .flat-info-wrap .box-flat.area-flat .number, 
  #main.floor-main .flat-info-wrap .box-flat.floor-info .number, 
  .flat-info-wrap .box-flat.room-flat .number, 
  #main.flat-main .flat-info-wrap .box-flat.floor-info .number{
    font-size: 120px;
    line-height: 120px;
  }
 
}
@media only screen and (max-width: 1300px) {
  #main.floor-main .floor-choose-wrapper .floor-choose-background, #main.flat-main .flat-choose-wrapper .floor-choose-background {
    object-fit: cover;
  }
}
/* @media only screen and (max-width: 1200px) {
  #main .floor-choose-wrapper .floor-wrap .floor-svg svg a {
    transform: translate(-2px, -1px) scale(0.874);
  }
 
} */
@media only screen and (max-width: 1199.98px) {
  header nav #menu.menu-inside-pages .menu-link {

    top: 54px;
  }
  #main .chooses-sec li a img {
    width: 60px;
    height: 60px;
  }
  #main .slider .owl-item .item .slide-caption-wrap h2 {
    font-size: 7em;
  }
}
@media only screen and (max-width: 991.98px) {
  #main .chooses-sec li a img {
    width: 50px;
    height: 50px;
  }
  #main .slider .owl-item .item .slide-caption-wrap h2 {
    font-size: 5em;
  }
  #main .flat-choose-wrapper .flat-row-wrapper{
    flex-direction: column;
  }
  #main.flat-main,#main .custom-choose-wrapper{
    height: auto;
  }
  /* #main .flat-info-wrap, #main .flat-info-wrap .block-info, 
  #main .flat-info-wrap .area-flat, 
  #main .flat-choose-wrapper .dif-floor-page .area-flat {
    width: 70% !important;
  } */
  #main .flat-info-wrap{
    justify-content: center;
  }
 

  #main .mob-floor-change {
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 0;
}

#main.project-main .floor-choose-wrapper .floor-wrap .floor-svg svg{
  width: 1440px;
}
#main.project-main .floor-choose-wrapper .floor-choose-background{
  width: 1440px;
}
#main.project-main .floor-choose-wrapper{
  overflow-x: scroll;
}
#main.project-main .floor-choose-wrapper::after{
  width: 1440px;
}

#main.project-main .scroll-notification{
  display: block;
}

.modal-wrapper .modal-wrap {
  width: 60vw !important;
}
.modal-wrapper .modal-wrap .content {
  padding: 35px 80px;
}
}


@media only screen and (max-width:768px){


  .flat-info-boxes-wrapper.dif-floor-page.okm1.ok600 {
  height: 35vh !important;
}

.flat-svg.custom-svg.okm2.ok600 {
  height: 35vh !important;
}


  .flat-info-wrap .box-flat {
    width: 180px !important;
}

  #main .flat-choose-wrapper .flat-info-boxes-wrapper.okm1:not(.kvadrat1):not(.oskar1) {
    width:57% !important;
    height:auto;
  }
  #main.floor-main .flat-info-boxes-wrapper.okm1 img, #main.flat-main .flat-info-boxes-wrapper.okm1 img {
    width: 100%;
  }
  .mobdayox {
    display:none;
  }


  #main .chooses-sec{
    flex-direction: column;
  }
  .chooses-sec li a {
    padding: 8px 14px;
    font-size: 14px;
    min-width: 245px;
    margin: 10px 0;
}
#main .chooses-sec li a img {
  width: 40px;
  height: 40px;
}
header nav .right-side-wrapper .box-link:first-child{
  width: 200px;
}

#main .floor-choose-wrapper .back-link .hover-text, 
#about .floor-choose-wrapper .back-link .hover-text,
#main .flat-choose-wrapper .back-link .hover-text,
#main .floor-choose-wrapper .back-link::before, 
#about .about-wrapper .back-link::before,
.menu-title{
  display: none;
}
#about{
  height: auto;
}

#main .compass-wrap img{
  width: 110px;
    height: auto !important;
    margin-left: 15px;
}
#main .flat-info-wrapper{
  align-items: center;
}

#main.floor-main .flat-info-wrap .box-flat{
  width: 180px;
}
#main.floor-main .flat-info-wrap .box-flat:first-child .number::after, 
#main.flat-main .flat-info-wrap .box-flat:first-child .number::after{
  right: 0;
}
#main.floor-main .flat-desc p{
  font-size: 16px;
}

.modal-wrapper .modal-wrap {
  width: 85vw !important;
}
.modal-wrapper .modal-wrap .content {
  padding: 25px 70px;
}


}



@media only screen and (max-width: 1440px){
  #main .slider .owl-item .item .slide-caption-wrap h2{
    font-size: 6em;
    margin-bottom: 20px;
  }
  #main .slider .owl-item .item .slide-caption-wrap p{
    padding-top: 20px;
    margin-bottom: 30px;
  }

  #main .chooses-sec li a{
    padding: 8px 20px;
    font-size: 14px;
  }
  #main .chooses-sec li a img{
    width: 40px;
    height: 40px;
  }
  header nav .navbar-brand img{
    height: 100px;
  }

  #main .chooses-sec li:nth-child(2){
    margin: 0 6em;
  }
  #main .chooses-sec li:nth-child(2) a img{
    top: -3px;
  }
}
@media only screen and (max-width: 1024px){
  #main .slider .owl-item .item .slide-caption-wrap h2{
    font-size: 4em;
    margin-bottom: 15px;
  }
  #main .slider .owl-item .item .slide-caption-wrap p{
    font-size: 3em;
    padding-top: 15px;
    margin-bottom: 20px;
  }

  #main .chooses-sec li a{
    padding: 8px 15px;
    font-size: 12px;
    justify-content: flex-start;
  }
  #main .chooses-sec li a img{
    width: 30px;
    height: 30px;
  }
  header nav .navbar-brand img{
    height: 80px;
  }

  #main .chooses-sec li:nth-child(2){
    margin: 0 4em;
  }
  #main .chooses-sec li:nth-child(2) a img{
    top: -3px;
  }
  header nav #menu .navbar-nav .nav-item .nav-link{
    font-size: 14px;
  }
  #main .slider .owl-item .item .slide-caption-wrap .more {
    padding: 10px 30px;
    font-size: 15px;
  }
  #main .flat-choose-wrapper .flat-info-boxes-wrapper.okm1:not(.kvadrat1):not(.oskar1){
    width: 90%;
  }

  #main.floor-main .flat-row-wrapper, #main.flat-main .flat-row-wrapper{
    flex-direction: column;
  }
  /* #main.floor-main{
    height: 200vh;
  } */

  #main .floor-choose-wrapper, #about .about-wrapper, 
  #main.floor-main .floor-choose-wrapper, 
  #main.flat-main .floor-choose-wrapper, #main.flat-main .flat-choose-wrapper {
  height: 200vh;
  }

  #main.floor-main .flat-info-wrap .box-flat.floor-info .number, 
  .flat-info-wrap .box-flat.room-flat .number, 
  #main.flat-main .flat-info-wrap .box-flat.floor-info .number{
    font-size: 100px;
  }
  #main.floor-main .flat-info-wrap .box-flat.block-info .number, 
  #main.floor-main .flat-info-wrap .box-flat .number, 
  #main.flat-main .flat-info-wrap .box-flat .number{
    font-size: 100px;
  }
  #main.floor-main .flat-info-wrap .box-flat.area-flat .number{
    font-size: 100px;
  }
}
@media only screen  and (max-width: 600px){
  header nav .right-side-wrapper .box-link:first-child .icon::before{
    background-size: 20px;
  }
  header nav .right-side-wrapper .box-link .icon,
  header nav .navbar-toggler .menu-icon{
    width: 40px;
    height: 40px;
  }
  header nav .right-side-wrapper .box-link:first-child{
    width: 100px;
  }
  .lang img{
    width: 20px;
  }
  .langtext{
    margin-left: 0;
  }
  .langtext p{
    font-size: 12px;
  }
  header nav .navbar-toggler .menu-icon span{
    width: 16px;
    height: 2px;
  }
  header nav .navbar-brand img{
    height: 50px;
  }
  .copyright{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }
  .copyright a{
    margin: 10px 0;
  }

  @-webkit-keyframes line {
    0% {
      width: 8px;
    }
    25% {
      width: 200px;
    }
    30% {
      width: 280px;
    }
    95% {
      width: 200px;
    }
    100% {
      width: 180px;
    }
  }
  
  @keyframes line {
    0% {
      width: 8px;
    }
    25% {
      width: 200px;
    }
    30% {
      width: 280px;
    }
    95% {
      width: 200px;
    }
    100% {
      width: 180px;
    }
  }

 
  #main .floor-choose-wrapper .back-link .icon, 
  #main .flat-choose-wrapper .back-link .icon, 
  #about .about-wrapper .back-link .icon
  {
    width: 40px;
    height: 40px;
  }
  #about .about-wrapper .back-link .icon::before{
    background-size: 20px;
  }

   
  .about-text h1{
    font-size: 30px;
  }
  .about-text p{
    font-size: 14px;
  }

#main .floor-choose-wrapper .back-link,
 #about .floor-choose-wrapper .back-link{
   top: 190px;
 }
 .about-text ul li{
   font-size: 15px;
   margin:  0 4px;
 }


 #main .choose-flat h2{
   font-size: 30px;
 }

 
}


@media only screen and (max-width: 575.91px) {
  .modal-wrapper .modal-wrap {
    width: 85vw !important;
  }
  .modal-wrapper .modal-wrap .modal-head {
    text-align: left;
  }
  .modal-wrapper .modal-wrap .content {
    padding: 20px 25px 30px;
  }

  .modal-wrapper .modal-wrap .content p {
		font-size: 15px;
	}
}





@media only screen and (max-width:425px){
.flat-svg.custom-svg.okm2.ok600 {
  height: 27vh !important;
}


  #main.floor-main .custom-svg, #main.flat-main .custom-svg {
  width: 100%;
  height: 50vh;
  position: absolute;
  top:0;
}
  header nav .right-side-wrapper .box-link:first-child:hover .hover-text,
  header nav .right-side-wrapper .box-link:first-child .icon{
    display: none;
  }
  header nav .right-side-wrapper .box-link:first-child{
    width: 50px;
  }
  .lang img{
    width: 16px;
  }
  header nav .right-side-wrapper .box-link:first-child .link-text{
    font-size: 16px;
  }
  #main.floor-main .flat-info-boxes-wrapper.okm1{
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
  #main.floor-main .flat-info-boxes-wrapper.okm1 img{
    width: 100%;
  }
  #main.floor-main .custom-svg svg{
    height: 97%;
  }
  #main.floor-main .flat-info-wrap .box-flat.block-info .number, 
  #main.floor-main .flat-info-wrap .box-flat .number, 
  #main.flat-main .flat-info-wrap .box-flat .number,
  #main.floor-main .flat-info-wrap .box-flat.area-flat .number, 
  #main.floor-main .flat-info-wrap .box-flat.floor-info .number, 
  .flat-info-wrap .box-flat.room-flat .number, 
  #main.flat-main .flat-info-wrap .box-flat.floor-info .number{
    font-size: 60px;
    line-height: 60px;
  }
  #main.floor-main .flat-desc p{
    font-size: 12px;
  }
  #main.floor-main .flat-info-boxes-wrapper.okm1{
    width: 60%;
  }
  .about-text ul li a, .floor-wrapper ul li a, 
  .flat-wrapper ul li .all-wrapper, .about-text ul li, .floor-wrapper ul li, .flat-wrapper ul{
    font-size: 16px;
  }
  .about-text ul li, .floor-wrapper ul li, .flat-wrapper ul {
  margin: 0 5px;
  }

}
@media only screen and (max-width:320px){
  header nav .navbar-toggler .menu-icon span{
    width: 12px;
    height: 1px;
  }
  header nav .navbar-toggler .menu-icon{
    width: 30px;
    height: 30px;
  }
  .lang{
    max-width: 70px;
  }
  #main .chooses-sec li a img {
    margin-right: 12px;
  }
  #main .chooses-sec li a{
    min-width: 180px;
    font-size: 10px;
  }

}