@font-face {
  font-family: "rubik";
  src: url("../fonts/rubik/Rubik-Regular.ttf");
  font-weight: 400;
}
@font-face {
  font-family: "rubik";
  src: url("../fonts/rubik/Rubik-Bold.ttf");
  font-weight: 700;
}
@font-face {
  font-weight: 400;
  font-family: "nexa";
  src: url("../fonts/nexa/Nexa-Regular.otf");
}
@font-face {
  font-weight: 500;
  font-family: "nexa";
  src: url("../fonts/nexa/Nexa-Book-2.otf");
}
@font-face {
  font-weight: 700;
  font-family: "nexa";
  src: url("../fonts/nexa/Nexa-Bold-2.ttf");
}
@font-face {
  font-weight: 800;
  font-family: "nexa";
  src: url("../fonts/nexa/Nexa-ExtraBold-2.otf");
}
@font-face {
  font-weight: 900;
  font-family: "nexa";
  src: url("../fonts/nexa/Nexa-Heavy.ttf");
}
.customCheckBox {
  display: block;
  position: relative;
  padding-left: 27px;
  margin-left: 0px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: normal;
}

.customCheckBox__label {
  color: white;
  font-weight: 300;
  font-size: 14px;
}

.customCheckBox__label a {
  color: white;
  text-decoration: underline;
}

.customCheckBox__label a:hover {
  color: white !important;
}

.customCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.customCheckBox input:checked ~ .customCheckBox__checkmark:after {
  display: block;
}

.customCheckBox__checkmark {
  position: absolute;
  top: 7px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: white;
  border: 1px solid #9a938e;
  border-radius: 2px;
  padding: 0px;
}

.customCheckBox__checkmark:after {
  content: "";
  display: none;
  content: "";
  display: none;
  width: 50%;
  height: 90%;
  border: solid #333;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg) translate(2px, -3px);
}

.mcheckbox {
  display: flex;
}
.mcheckbox__cola {
  flex-grow: 0;
  padding-top: 3px;
  position: relative;
}
.mcheckbox__colb {
  padding-left: 8px;
  position: relative;
}
.mcheckbox__text {
  color: #000;
  font-size: 10px;
}
.mcheckbox__textLink {
  color: inherit !important;
  text-decoration: underline !important;
}
.mcheckbox__textLink:hover {
  text-decoration: underline !important;
}
.mcheckbox__checkbox {
  opacity: 0;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 2;
}
.mcheckbox__checkbox:checked ~ .mcheckbox__box .mcheckbox__boxTick {
  display: inline-block;
}
.mcheckbox__box {
  border-radius: 0px;
  border: 0px solid;
  background-color: #c7c7c7;
  width: 16px;
  height: 16px;
}
.mcheckbox__boxTick {
  display: none;
  width: 40%;
  height: 80%;
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: translate(5px, -3px) rotate(45deg);
}

.clear {
  clear: both;
}

body {
  padding-top: 56px !important;
}

.combineIdeas {
  overflow: hidden;
  padding: 0px;
  margin: 29px 0;
  background-color: white;
}

.combineIdeasInner {
  margin: 0 -190px;
}

.combineIdeas .box {
  width: 12.5%;
  padding: 0 1px;
  background-color: white;
  min-height: 100%;
}

.combineIdeas .box .text {
  overflow: visible;
  position: static;
  left: 0px;
  top: 0px;
  text-align: left;
  width: 100%;
  height: unset;
  height: initial;
  padding: 0 23px;
  padding-bottom: 2px;
}

.combineIdeas .box .textCtn {
  opacity: 1;
  transition: all ease 1s;
  position: static;
  left: 0;
  top: 0;
  width: 100%;
  padding: 0 0px;
  transform: translateY(0%);
}

.combineIdeas .box .text span {
  color: #484848;
  font-size: 26px;
  line-height: normal;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.combineIdeas .box .text span:after {
  transition: all ease 0.3s;
  transition-delay: 0s;
  background-color: #77777a;
}

.combineIdeas .box .text .btn {
  display: none;
}

.combineIdeas .box .text::before {
  display: none;
}

.combineIdeas .boxInner {
  background-color: #f6f6f6;
  height: 100%;
  display: block;
}

.combineIdeas .boxInner figure {
  margin-bottom: 23px;
  position: relative;
}
.combineIdeas .boxInner figure .bg {
  position: absolute;
  background-color: white;
  z-index: 1;
  left: 0;
  top: 0;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.combineIdeas .boxInner figure:hover .bg {
  opacity: 0;
}

.combineIdeas .boxInner figure .svg {
  position: absolute;
  top: 10px;
  right: 10px;
  display: none;
}

header .hTop {
  background: none;
  padding: 8px 0px 0;
  height: 40px;
  font-size: 16px;
}
header .hTop a {
  color: rgba(0, 0, 0, 0.39);
}
header .hTop .seperator {
  color: rgba(0, 0, 0, 0.39);
  display: inline-block;
  margin: 0 2px;
  margin-left: 4px;
  vertical-align: top;
  margin-top: -1px;
}
header .hTopcontainer {
  box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.25);
  display: none;
}
header .navbar {
  /*padding: 14px 8px 7.6px;*/
  padding: 8px 8px;
  flex-grow: 1;
}
header .navbar .nav-link {
  padding: 0 10px !important;
}
header .navbar-brand {
  margin-top: -5px;
  margin-bottom: 5px;
}
header .navbar-brand img {
  width: 118px;
}
header .navbar .dropdown-menu {
  top: calc(100% + 15px);
}
header .container .row {
  width: 100%;
}

#headerSearch button[type=submit] {
  position: static;
}
.headerSearch {
  vertical-align: top;
  margin-top: -3px;
  margin-left: 0px !important;
  display: inline-block;
}
.headerSearch input {
  width: 0px !important;
  padding: 5px 0 !important;
  margin: -21px 0 -14px !important;
  transition: all 0.5s;
  background-color: transparent;
  border: 0;
}
.headerSearch input.-inputOn {
  width: 218px !important;
  background-color: #f3f3f3;
  padding: 5px 10px !important;
  display: inline-block;
  margin-right: 10px !important;
}
.headerSearch input:focus {
  width: 218px !important;
  background-color: #f3f3f3;
  padding: 5px 10px !important;
  display: inline-block;
  margin-right: 10px !important;
}
.headerSearch .search-icon {
  position: absolute;
  display: none;
  width: 20px;
  height: auto;
  right: 15px;
  top: 7px;
  cursor: pointer;
  transition: 0.3s ease transform;
}
.headerSearch .search-icon #mic-top, .headerSearch .search-icon #mic-middle, .headerSearch .search-icon #mic-bottom {
  display: none;
}
.headerSearch .search-icon.-visible {
  display: block;
}
.headerSearch .search-icon.-onRecognition {
  display: block;
  transform: scale(1.1);
}
.headerSearch .search-icon.-onRecognition * {
  fill: red;
}
.headerSearch .search-icon.-onRecognition #mic-top, .headerSearch .search-icon.-onRecognition #mic-middle, .headerSearch .search-icon.-onRecognition #mic-bottom {
  display: block;
}
.headerSearch .search-icon.-onRecognition #mic-top {
  animation: voice-animation 0.75s ease infinite alternate;
}
.headerSearch .search-icon.-onRecognition #mic-middle {
  animation: voice-animation 0.75s 0.25s ease infinite alternate;
}
.headerSearch .search-icon.-onRecognition #mic-bottom {
  animation: voice-animation 0.75s 0.4s ease infinite alternate;
}
.headerSearch:hover input {
  width: 218px !important;
  background-color: #f3f3f3;
  padding: 5px 10px !important;
  display: inline-block;
  margin-right: 10px !important;
}
.headerSearch:hover .search-icon {
  display: block;
}

@keyframes voice-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.headerSearch-mb {
  display: none;
}
.headerSearch-mb input {
  padding-right: 45px !important;
}
.headerSearch-mb .search-icon {
  position: absolute;
  width: 35px;
  height: auto;
  right: 15px;
  top: 0;
  padding: 7px;
  cursor: pointer;
  transition: 0.3s ease transform;
  z-index: 999;
}
.headerSearch-mb .search-icon #mic-top, .headerSearch-mb .search-icon #mic-middle, .headerSearch-mb .search-icon #mic-bottom {
  display: none;
}
.headerSearch-mb .search-icon.-onRecognition {
  transform: scale(1.1);
}
.headerSearch-mb .search-icon.-onRecognition * {
  fill: red;
}
.headerSearch-mb .search-icon.-onRecognition #mic-top, .headerSearch-mb .search-icon.-onRecognition #mic-middle, .headerSearch-mb .search-icon.-onRecognition #mic-bottom {
  display: block;
}
.headerSearch-mb .search-icon.-onRecognition #mic-top {
  animation: voice-animation 0.75s ease infinite alternate;
}
.headerSearch-mb .search-icon.-onRecognition #mic-middle {
  animation: voice-animation 0.75s 0.25s ease infinite alternate;
}
.headerSearch-mb .search-icon.-onRecognition #mic-bottom {
  animation: voice-animation 0.75s 0.4s ease infinite alternate;
}

.headerLusec {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: center;
  flex-grow: 1;
}
.headerLusec .seperator {
  display: inline-block;
  margin: 0px 6px 2px 8px;
  font-size: 13px;
  color: #848484;
}
.headerLusec__part {
  display: flex;
  align-items: center;
}
.headerLusec__part a {
  color: #848484;
  font-size: 13px;
}
.headerLusec__part:first-child .seperator {
  margin-left: 0;
}
.headerLusec__outer {
  display: flex;
}

.stickyHeader header {
  padding-top: 0px;
}
.stickyHeader header .hTop {
  overflow: hidden;
  padding: 0;
}

/*
.stickyHeader header .navbar {
  padding-top: 0;
}
.stickyHeader header .navbar-collapse {
  margin-top: 0px;
}*/
.asbutonlar__downsec {
  margin-top: 20px;
  display: flex;
}

.asbutonlar__downsecCol1 {
  flex-grow: 1;
}

.asbutonlar__downsecText1 {
  font-size: 26px;
  color: #484848;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 77px;
}

.asbutonlar__downsecText2 {
  font-size: 18px;
  color: #8c8c8c;
}

.asbutonlar__downsecLink {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 136px;
  height: 136px;
  background-color: #efe6de;
  font-size: 12px;
  font-weight: bold;
  color: #77706a !important;
}

.asbutonlar__downsecFigure {
  position: relative;
}

.asbutonlar__downsecSvg {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.natureSlider {
  margin: 27px 0 14px;
}

.natureSlider .box figure img {
  width: 100%;
}

.natureSlider .textboxcontainer {
  position: absolute;
  width: 100%;
  top: 0;
}

.natureSlider .textbox {
  display: inline-block;
  background-color: white;
  padding: 3.5% 4.8%;
  margin-top: 0;
  position: relative;
}
.natureSlider .textbox a {
  color: #474c4f !important;
  font-weight: 500;
}

.natureSlider .textbox .title2 {
  display: inline-block;
  font-size: 41px;
  color: #484848;
  line-height: 30px;
  margin: 0 -10px 19px;
  padding: 0 10px;
}

.natureSlider .textbox .description {
  font-size: 22px;
  color: #8c8c8c;
  margin-bottom: 28px;
  margin-top: 10px;
}

.natureSlider .textbox .morebuton {
  color: #474c4f;
  font-weight: bold;
}

.natureSlider .textbox .plus {
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
  transition: all 0.3s;
}

.natureSlider .textbox:hover .plus {
  transform: scale(1.4);
}

.mainslider {
  margin-bottom: 33px;
}

.mainslider__textarea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.mainslider__textarea.-verticalCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainslider__textarea .meta {
  position: static !important;
  top: auto !important;
  left: auto !important;
  margin-top: 10%;
}
.mainslider__textarea .meta.-verticalCenter {
  margin-top: 46px;
  text-align: center;
}
.mainslider__textarea .meta .centeredBigTextA {
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  font-size: 27.5px;
}
.mainslider__textarea .meta .centeredBigTextA p {
  margin-bottom: 0;
}
.mainslider__textarea .meta .centeredBigTextB {
  font-size: 53px;
  font-weight: 700;
  line-height: 42px;
  margin-top: 7px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}
.mainslider__textarea .meta .centeredBigTextB p {
  margin-bottom: 0;
}

.mainslider__textarea .meta .bigText {
  font-size: 41px !important;
  padding: 0 20px;
  font-weight: bold;
  border-bottom: 25px solid rgba(239, 230, 222, 0.22);
  line-height: 12px;
  margin-bottom: 20px;
  display: inline-block;
}

.mainslider__textarea .meta .bigText p {
  margin-bottom: 0;
}

.mainslider__sliderholder {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.mainslider__heightholderInner {
  padding-bottom: 34.8958333333%;
}

.slider {
  height: unset;
  height: initial;
}

.slider .flickity-page-dots {
  opacity: 1;
  padding-right: 21%;
  text-align: right;
}

.slider .flickity-page-dots .dot {
  border-color: #767676;
}

.slider .flickity-page-dots .dot.is-selected {
  background-color: #767676;
}

.landropdown {
  display: inline-block;
  margin-top: -2px;
}
.landropdown .btn-minilight:after {
  display: none;
}
.landropdown .btn-minilight > span {
  color: #848484;
  font-size: 13px;
  border: 0;
}

.sellersearch {
  background-image: url(../../assets/img/custom/markerbg.png);
  background-color: #efe6de;
  background-position: 100% 60%;
  background-repeat: no-repeat;
  padding: 5% 14.1%;
}

.sellersearch h4 {
  color: #2c2e31;
  font-weight: normal;
  margin-bottom: 32px;
  text-align: left;
}

.sellersearch__formContainerInner {
  display: flex;
  margin: 0 -6px;
}

.sellersearch__formContainerInner > * {
  padding: 0 6px;
}

.sellersearch__formInput {
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  border: 0;
  padding: 0 15px !important;
  height: 53px;
}

.sellersearch__formInputOuter {
  flex-grow: 1;
}

.sellersearch__formButton {
  background: #a18f7f;
  color: white;
  cursor: pointer;
  opacity: 1 !important;
}

.sellersearch__formButtonOuter {
  width: 145px;
}

.sellersearch__form:last-child {
  display: none;
}

.sellersearch__dlineInner {
  display: flex;
  margin: 0 -6px;
}

.sellersearch__dlineInner > * {
  padding: 0 6px;
}

.sellersearch__dlineSelectcon {
  width: 203px;
}

.sellersearch__dlineFormcon {
  flex-grow: 1;
}

.searchForms {
  padding-bottom: 0;
}

.js-select2 {
  opacity: 0;
}

.select2-container .select2-selection--single {
  background: white;
  height: 53px;
  padding: 0;
  border: 0;
  border-radius: 0;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 53px;
  font-size: 22px;
  padding-left: 15px;
}

.select2-container .select2-selection--single .select2-selection__arrow {
  top: 13px;
  right: 15px;
}

.select2-container .select2-selection--single .select2-selection__arrow b {
  border-width: 10px 10px 0 10px;
  border-color: #e7e0da transparent transparent transparent;
}

.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0px 10px 10px 10px !important;
  border-color: transparent transparent #e7e0da transparent !important;
}

.select2-results__option {
  padding: 6px 15px;
  font-size: 22px;
}

.ebulletin {
  padding-bottom: 23px;
}

.ebulletin__inner {
  background-color: #2c2e31;
  padding: 5% 14.1%;
}

.ebulletin__input {
  width: 100%;
  font-weight: 300;
  font-style: italic;
  font-size: 22px;
  border: 0;
  padding: 0 15px !important;
  height: 53px;
}

.ebulletin__inputOuter {
  margin-bottom: 15px;
}

.ebulletin__inputInner {
  margin: 0 -8px;
  display: flex;
}

.ebulletin__inputInner > * {
  padding: 0 8px;
}

.ebulletin__inputSec {
  flex-grow: 1;
}

.ebulletin__title {
  font-size: 21px;
  font-weight: normal;
  margin-bottom: 15px;
  color: white;
}

.ebulletin__btn {
  width: 100%;
  height: 100%;
  border: 1px solid white;
  color: white;
  background: transparent;
  cursor: pointer;
}

.ebulletin__btnSec {
  width: 190px;
}

.homeBoxs {
  overflow: hidden;
}

.homeBoxs .row {
  margin-left: -12px;
  margin-right: -12px;
}

.homeBoxs .row > [class^=col-] {
  padding-left: 12px;
  padding-right: 12px;
}

.modalPostMessage .ierror {
  display: none;
}

.modalPostMessage .red .ierror {
  display: inline-block;
}

.modal-dialog {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cookieButton-mb {
  display: none !important;
}

.landingSpiral__slikearea {
  position: relative;
  margin-bottom: 34px;
}
.landingSpiral__slikeareaContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: right;
}
.landingSpiral__slikeareaContentInner {
  display: inline-block;
  width: 500px;
  max-width: 100%;
  text-align: left;
  padding-right: 4.6vw;
  margin-top: 10%;
}
.landingSpiral__slikeareaHl {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 13px;
}
.landingSpiral__slikeareaText {
  color: white;
  font-size: 17px;
  margin-bottom: 70px;
}
.landingSpiral__slikeareaText p {
  margin-top: 24px;
  margin-bottom: 0;
}
.landingSpiral__slikeareaText p:first-child {
  margin-top: 0;
}
.landingSpiral__slikeareaButton {
  color: white !important;
  border: 1px solid white;
  display: inline-block;
  padding: 15px 47px;
  transition: all 0.3s;
  cursor: pointer;
  font-size: 16px;
}
.landingSpiral__slikeareaButton:hover {
  background-color: white;
  color: #333 !important;
}
.landingSpiral__i2block {
  margin-bottom: 57px;
}
.landingSpiral__i2blockInner {
  display: flex;
  flex-wrap: wrap;
}
.landingSpiral__i2blockCola {
  width: 50%;
  text-align: right;
  padding-right: 137px;
  margin-top: 97px;
}
.landingSpiral__i2blockColaInner {
  max-width: 309px;
  width: 100%;
  display: inline-block;
}
.landingSpiral__i2blockColaHl {
  font-size: 30px;
  font-weight: 700;
  color: #12120e;
  margin-bottom: 15px;
}
.landingSpiral__i2blockColaText {
  font-size: 17px;
  color: #12120e;
}
.landingSpiral__i2blockColaText p {
  margin-bottom: 0;
  margin-top: 15px;
}
.landingSpiral__i2blockColaText p:first-child {
  margin-top: 0;
}
.landingSpiral__i2blockColb {
  width: 50%;
}
.landingSpiral__i2blockColbImg {
  width: 100%;
}
.landingSpiral__video {
  margin-bottom: 57px;
}
.landingSpiral__videoInner {
  position: relative;
}
.landingSpiral__videoHeighter {
  padding-top: 56.25%;
}
.landingSpiral__videoIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landingGrande {
  margin-bottom: 42px;
}
.landingGrande__slarea {
  margin-bottom: 0px;
}
.landingGrande__slareaInner {
  position: relative;
}
.landingGrande__slareaImg {
  width: 100%;
}
.landingGrande__slareaContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.landingGrande__slareaContentInner {
  position: absolute;
  bottom: 8%;
  left: 4.6%;
  display: inline-block;
  width: 100%;
  max-width: 352px;
}
.landingGrande__slareaHl {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin-bottom: 13px;
}
.landingGrande__slareaText {
  color: white;
  font-size: 17px;
}
.landingGrande__closetsInner {
  display: flex;
  flex-wrap: wrap;
  padding-top: 23px;
}
.landingGrande__closetsCola {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.landingGrande__closetsColaContent {
  width: 50%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.landingGrande__closetsColaTextbox {
  text-align: right;
  margin-right: 53px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid #fc6979;
  display: inline-block;
}
.landingGrande__closetsColaImgdiv {
  width: 50%;
}
.landingGrande__closetsColb {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.landingGrande__closetsColbContent {
  width: 50%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.landingGrande__closetsColbTextbox {
  text-align: left;
  margin-left: 33px;
  color: #333;
  font-size: 32px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid #fc6979;
  display: inline-block;
}
.landingGrande__closetsColbImgdiv {
  width: 50%;
}
.landingGrande__commentsUparrow {
  height: 111px;
  overflow: hidden;
}
.landingGrande__commentsUparrowItself {
  background-color: #323232;
  height: 210px;
  width: 1138px;
  transform: rotate(-5.4deg) translate(-4px, 54px);
  margin-top: 0px;
}
.landingGrande__commentsInner {
  background-color: #323232;
  text-align: center;
  padding-bottom: 50px;
  padding-top: 28px;
}
.landingGrande__commentsHl {
  color: white;
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 20px;
}
.landingGrande__commentsText {
  color: white;
  width: 580px;
  max-width: 100%;
  display: inline-block;
  font-size: 17px;
  margin-bottom: 52px;
}
.landingGrande__commentsText p:last-child {
  margin-top: 40px;
}
.landingGrande__commentsCards {
  width: 743px;
  display: inline-block;
  margin-bottom: 78px;
}
.landingGrande__commentsCardsItem {
  background-color: white;
  margin-bottom: 19px;
  display: flex;
}
.landingGrande__commentsCardsItem:last-child {
  margin-bottom: 0;
}
.landingGrande__commentsCardsItemImgdiv {
  padding: 5px 0px;
  flex-shrink: 0;
  flex-grow: 0;
}
.landingGrande__commentsCardsItemImgdivImg {
  width: 185px;
}
.landingGrande__commentsCardsItemContent {
  text-align: left;
  padding: 23px 0;
  padding-right: 20px;
}
.landingGrande__commentsCardsItemContentText1 {
  color: #323232;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -5px;
}
.landingGrande__commentsCardsItemContentText2 {
  color: #fc6979;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}
.landingGrande__commentsCardsItemContentText3 {
  color: #323232;
  font-size: 16px;
}
.landingGrande__commentsButtond {
  text-align: center;
}
.landingGrande__commentsButtondItself {
  display: inline-block;
  color: white;
  font-size: 16px;
  padding: 15px 45px;
  border: 1px solid white;
  transition: all 0.3s;
}
.landingGrande__commentsButtondItself:hover {
  background-color: white;
  color: black;
}

.landingUltral {
  font-size: 16px;
  color: #727272;
}
.landingUltral__slikearea {
  position: relative;
  padding-bottom: 30px;
}
.landingUltral__slikearea .container {
  position: relative;
}
.landingUltral__slikeareaShadow {
  position: absolute;
  width: 100%;
  bottom: 0;
  height: 100%;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=0 );
}
.landingUltral__slikeareaHl {
  color: #727272;
  font-weight: 700;
  font-size: 37px;
  text-align: center;
}
.landingUltral__slikeareaImg {
  margin-bottom: 40px;
  width: 100%;
}
.landingUltral__widetext {
  padding: 72px 0;
  text-align: center;
}
.landingUltral__widetextHl {
  color: #727272;
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 5px;
}
.landingUltral__widetextText {
  max-width: 450px;
  margin: 0 auto;
}
.landingUltral__b2sec {
  display: flex;
  flex-wrap: wrap;
}
.landingUltral__b2secCola {
  width: 57%;
}
.landingUltral__b2secColb {
  background-color: #42434e;
  width: 43%;
  padding: 120px 410px 120px 90px;
}
.landingUltral__b2secImg {
  width: 100%;
  visibility: hidden;
}
.landingUltral__b2secHl {
  color: white;
  font-weight: 700;
  font-size: 32px;
  margin-bottom: 20px;
  line-height: 37px;
}
.landingUltral__b2secText {
  color: white;
  margin-bottom: 105px;
}
.landingUltral__b2secLink {
  color: white !important;
  border: 1px solid white;
  padding: 15px 45px;
  font-weight: 700;
  transition: all 0.3s;
  cursor: pointer;
}
.landingUltral__b2secLink:hover {
  color: #42434e !important;
  background-color: white;
}
.landingUltral__showcase {
  text-align: center;
  padding: 60px 0 73px;
}
.landingUltral__showcaseHl {
  font-weight: 700;
  font-size: 33px;
  margin-bottom: 20px;
}
.landingUltral__showcaseText {
  max-width: 450px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.landingUltral__showcaseLink {
  color: #2f3033 !important;
  font-weight: 700;
  border: 1px solid #2f3033;
  padding: 15px 45px;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 80px;
  cursor: pointer;
}
.landingUltral__showcaseLink:hover {
  background-color: #2f3033;
  color: white !important;
}
.landingUltral__showcaseImg {
  width: 100%;
}
.landingUltral__b3sec {
  display: flex;
  padding: 0 0 65px;
}
.landingUltral__b3secCol0 {
  width: 20.4%;
  flex-shrink: 0;
  flex-grow: 0;
}
.landingUltral__b3secCola {
  padding-right: 30px;
  padding-left: 35px;
}
.landingUltral__b3secColb {
  width: 61.8%;
  flex-shrink: 0;
  flex-grow: 0;
}
.landingUltral__b3secHl {
  font-weight: 700;
  font-size: 32px;
  line-height: 32px;
  margin-bottom: 25px;
}
.landingUltral__b3secText {
  margin-bottom: 123px;
}
.landingUltral__b3secLink {
  color: #2f3033 !important;
  font-weight: 700;
  border: 1px solid #2f3033;
  padding: 15px 45px;
  transition: all 0.3s;
  display: inline-block;
  cursor: pointer;
}
.landingUltral__b3secLink:hover {
  background-color: #2f3033;
  color: white !important;
}
.landingUltral__b3secBimg {
  width: 100%;
  visibility: hidden;
}

.productGallery {
  position: relative;
}

.pd3d {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pd3d__buton {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
  cursor: pointer;
  padding: 9px 15px 1px;
  border-radius: 50%;
  transition: all 0.5s;
}
.pd3d__buton.on {
  background-color: white;
  display: none;
}
.pd3d__ifcon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  transition: opacity 0.5s;
  background-color: white;
}
.pd3d__ifcon.on {
  z-index: 1;
  opacity: 1;
}
.pd3d__ifconItself {
  width: 100%;
  height: 100%;
}
.pd3d__ifconClose {
  display: inline-block;
  position: absolute;
  z-index: 1;
  background: #b9b8b8;
  right: 10px;
  top: 7px;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  text-align: center;
  padding-top: 4px;
  cursor: pointer;
}
.pd3d__ifconCloseSvg {
  width: 14px;
}
.pd3d__ifconCloseSvg line {
  stroke: #eee;
}
.pd3d__wbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
}

.slickCombineIdeas .flickity-prev-next-button {
  background: #ccc !important;
  width: 35px;
  height: 35px;
  transition: all 0.9s;
  top: 35%;
}
.slickCombineIdeas .flickity-prev-next-button .flickity-button-icon {
  fill: white;
  color: white;
}
.slickCombineIdeas .flickity-prev-next-button.previous.on {
  left: 195px;
}
.slickCombineIdeas .flickity-prev-next-button.next.on {
  right: 195px;
}

.huretim {
  color: black;
}
.huretim__slikearea {
  position: relative;
  margin-bottom: 33px;
}
.huretim__slikeareaButtons {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 17px;
}
.huretim__slikeareaButtonsCol {
  width: 50%;
  padding: 0px 14px;
  text-align: center;
}
.huretim__slikeareaButtonsLink {
  background-color: white;
  color: #8b8b8b !important;
  font-weight: 700;
  font-size: 30px;
  width: 100%;
  padding: 21px 0;
  display: inline-block;
  opacity: 0.8;
}
.huretim__slikeareaButtonsLink.active {
  position: relative;
  color: #727272 !important;
  opacity: 1;
}
.huretim__slikeareaButtonsLink.active:before {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 10px;
  background-color: #1094a4;
}
.huretim__widetext {
  text-align: center;
}
.huretim__widetextHl {
  color: #727272;
  font-weight: 700;
  font-size: 31px;
}
.huretim__widetextText {
  margin-bottom: 40px;
  font-weight: 300;
  font-size: 16px;
  padding: 0 130px;
}
.huretim__widetextDcols {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
.huretim__widetextDcolsOuter {
  display: flex;
  flex-wrap: wrap;
}
.huretim__widetextDcolsImg {
  width: 59%;
}
.huretim__widetextDcolsContent {
  width: 41%;
  text-align: left;
  padding-top: 60px;
  padding-left: 20px;
}
.huretim__widetextDcolsText1 {
  font-weight: 700;
  font-size: 16px;
}
.huretim__widetextDcolsStick {
  display: block;
  height: 8px;
  background-color: #5494a4;
  margin: 10px 0;
  margin-left: -10px;
}
.huretim__widetextDcolsText2 {
  font-weight: 300;
  font-size: 14px;
  margin-bottom: -4px;
}
.huretim__widetextDcolsNumber {
  font-weight: 700;
  font-size: 84px;
  margin-bottom: -21px;
}
.huretim__widetextDcolsUnit {
  font-weight: 300;
  font-size: 16px;
}
.huretim__pvariety {
  margin-bottom: 34px;
}
.huretim__pvarietyHl {
  margin: 44px 0 23px;
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
.huretim__pvarietyCol {
  width: 20%;
  padding: 0 21px;
}
.huretim__pvarietyColOuter {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -21px;
  position: relative;
}
.huretim__pvarietyColItem {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.huretim__pvarietyColImg {
  width: 100%;
}
.huretim__pvarietyColImgOuter {
  width: 100%;
}
.huretim__pvarietyColContent {
  background-color: #fff;
  padding: 53px 15px 29px;
  text-align: center;
  display: flex;
  align-items: center;
  box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.15);
  width: 100%;
}
.huretim__pvarietyColText {
  font-weight: 700;
  font-size: 16px;
}
.huretim__pvarietyShadow {
  position: absolute;
  width: 100%;
  box-shadow: 0px 40px 50px 0px rgba(0, 0, 0, 0.05);
  transform: translateY(99px);
}
.huretim__pvarietyShadow .container {
  position: relative;
}
.huretim__pvarietyShadow .container .huretim__pvarietyShadowInner {
  padding-bottom: 19.95%;
}
.huretim__dbimg {
  margin-bottom: 50px;
}
.huretim__dbimgImg {
  margin-bottom: 30px;
}
.huretim__dbimgTextholder {
  margin-bottom: 44px;
  display: flex;
  flex-wrap: wrap;
}
.huretim__dbimgTextholderCol {
  width: 50%;
}
.huretim__dbimgTextholderCol.-i2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
}
.huretim__dbimgTextholderHl {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 11px;
  color: #010000;
}
.huretim__dbimgTextholderText {
  font-weight: 300;
  font-size: 16px;
}
.huretim__dbimgTextholderText2 {
  width: 170px;
  font-weight: 300;
  font-size: 11px;
  text-align: right;
  padding-right: 10px;
}
.js-huretimSlider {
  opacity: 0;
}

.huretim__dbimgSlider {
  margin-bottom: 50px;
  margin-right: -14px;
}
.huretim__dbimgSliderItem {
  width: 25%;
  padding-right: 15px;
}
.huretim__dbimgSliderItemInner {
  position: relative;
}
.huretim__dbimgSliderImg {
  width: 100%;
}
.huretim__dbimgSliderCont {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 11px 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.huretim__dbimgSliderBg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: black;
  width: 100%;
  height: 100%;
  opacity: 0.5;
}
.huretim__dbimgSliderText {
  color: white;
  font-weight: 700;
  font-size: 16px;
  position: relative;
  text-align: center;
}
.huretim__dbimgLastbutton {
  text-align: center;
}
.huretim__dbimgLastbuttonItself {
  border: 1px solid #1094a4;
  color: #1094a4 !important;
  padding: 15px 17px;
  font-weight: 700;
  font-size: 13px;
  transition: all 0.3s;
}
.huretim__dbimgLastbuttonItself:hover {
  background-color: #1094a4 !important;
  color: white !important;
}

.hteknoloji__videconLine {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.hteknoloji__videconLine.-verB .hteknoloji__videconTextcol {
  width: 46%;
}
.hteknoloji__videconLine.-verB .hteknoloji__videconTextcolText {
  padding-right: 92px;
}
.hteknoloji__videconLine.-verB .hteknoloji__videconTextcolText.-right {
  padding-left: 37px;
}
.hteknoloji__videconLine.-verB .hteknoloji__videconVidecol {
  width: 54%;
}
.hteknoloji__videconTextcol {
  width: 51%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.hteknoloji__videconTextcolText {
  padding-right: 128px;
  font-size: 20px;
  color: #727272;
}
.hteknoloji__videconTextcolText.-right {
  padding-left: 85px;
  padding-right: 0px;
}
.hteknoloji__videconVidecol {
  width: 49%;
  position: relative;
}
.hteknoloji__videconVidecolVideo {
  width: 100%;
}
.hteknoloji__videconVidecolPlay {
  cursor: pointer;
  pointer-events: visible;
}
.hteknoloji__videconVidecolPlayOuter {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 2;
  pointer-events: none;
}
.hteknoloji__videconVidecolPlay svg {
  width: 95px;
}
.hteknoloji__widetext {
  text-align: center;
  padding: 53px 116px 62px;
  color: #727272;
  font-size: 25px;
  font-weight: 500;
}

.lanFree__slarea {
  background: url(../examples/lanfreeslarea-bg.png);
  background-size: cover;
  background-position: bottom;
  text-align: center;
  padding-bottom: 40px;
}
.lanFree__slareaBimg {
  margin-bottom: 22px;
}
.lanFree__slareaHl {
  color: #727272;
  font-size: 38px;
  font-weight: 700;
  max-width: 550px;
  margin-bottom: 6px;
  line-height: 50px;
}
.lanFree__slareaHlOuter {
  display: inline-block;
}
.lanFree__slareaText {
  color: #727272;
  font-size: 16px;
  max-width: 480px;
  display: inline-block;
  width: 100%;
}
.lanFree__b2ssLine {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
}
.lanFree__b2ssLine > .container {
  display: flex;
  flex-wrap: wrap;
}
.lanFree__b2ssLine.-wide {
  position: relative;
  padding: 0;
}
.lanFree__b2ssLine.-wide > .container {
  position: relative;
}
.lanFree__b2ssLine.-wide .lanFree__b2ssColtext {
  background-color: white;
  width: 36.9%;
  padding-top: 35px;
  padding-left: 45px;
  padding-right: 82px;
}
.lanFree__b2ssLine.-wide .lanFree__b2ssColrest {
  width: 63.1%;
}
.lanFree__b2ssLine.-padManyToContent {
  margin-top: 55px;
}
.lanFree__b2ssLine.-padManyToContent .lanFree__b2ssColtext {
  padding-top: 108px;
  padding-left: 85px;
  padding-right: 60px;
  padding-bottom: 65px;
}
.lanFree__b2ssLine.-padManyToContent .lanFree__ictext {
  margin-bottom: 96px;
}
.lanFree__b2ssLine.-lefted {
  margin-bottom: 55px;
}
.lanFree__b2ssLine.-lefted .lanFree__b2ssColtext {
  padding-left: 0px;
  padding-right: 140px;
  padding-top: 155px;
  padding-bottom: 170px;
}
.lanFree__b2ssLine.-bggrey {
  background-color: #f7f7f7;
  padding-top: 60px;
  padding-bottom: 55px;
  margin-top: 53px;
}
.lanFree__b2ssLine.-bggrey .lanFree__b2ssColimg {
  width: 67.7%;
}
.lanFree__b2ssLine.-bggrey .lanFree__b2ssColtext {
  width: 32.3%;
}
.lanFree__b2ssColrest {
  flex-grow: 1;
}
.lanFree__b2ssColrestImg {
  display: none;
}
.lanFree__b2ssColtext {
  width: 38.5%;
  padding-right: 110px;
}
.lanFree__b2ssColimg {
  width: 61.5%;
  padding-right: 22px;
}
.lanFree__b2ssColimgImg {
  width: 100%;
}
.lanFree__b2ssColimgIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lanFree__b2ssColimgIframeOuter {
  width: 100%;
  position: relative;
}
.lanFree__b2ssColimgIframeOuterInner {
  padding-bottom: 66.6%;
}
.lanFree__b2ssBg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
.lanFree__b2ssBgBolimg {
  width: 58%;
  background-position: center;
  background-size: cover;
}
.lanFree__b2ssBgBolimgImg {
  visibility: hidden;
}
.lanFree__b2ssBgBolrest {
  flex-grow: 1;
}
.lanFree__midlane {
  background: #1b1b19;
  padding: 40px 0 23px;
}
.lanFree__midlane .container {
  display: flex;
  flex-wrap: wrap;
}
.lanFree__midlaneCola {
  width: 69%;
}
.lanFree__midlaneColb {
  width: 31%;
  padding: 61px 15px 133px 0;
}
.lanFree__midlaneHl {
  color: white;
  font-size: 32px;
  line-height: 37px;
  font-weight: 700;
  margin-bottom: 20px;
}
.lanFree__midlaneText {
  color: white;
  font-size: 16px;
}
.lanFree__ichl {
  color: #727272;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 38px;
}
.lanFree__ictext {
  color: #727272;
  font-size: 16px;
  margin-bottom: 95px;
}
.lanFree__iclink {
  color: #2f3033 !important;
  border: 1px solid #2f3033;
  padding: 16px 40px;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.3s;
  display: inline-block;
  margin-bottom: 10px;
  cursor: pointer;
}
.lanFree__iclink:hover {
  color: white !important;
  background-color: #2f3033;
}
.foglia-armatur .sliders .slide {
  width: 100%;
}
.foglia-armatur .thumbs {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  z-index: 3;
}
.foglia-armatur .thumbs .figures {
  float: right;
}
.foglia-armatur .thumbs .figures figure {
  height: initial;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  opacity: 0.5;
  transition: all ease 0.4s;
}
.foglia-armatur .thumbs .figures figure.active {
  opacity: 1;
  box-shadow: 0 6px 12px rgba(1, 2, 1, 0.36);
}
.foglia-armatur:after {
  max-width: 100%;
}

.foglia-klozet-bide .sliders .slide {
  width: 100%;
}
.foglia-klozet-bide .flickity-button {
  background: none !important;
}
.foglia-klozet-bide .flickity-button svg {
  color: #fff;
  fill: #fff;
}
.foglia-klozet-bide .flickity-button.previous {
  transform: translateX(-50px);
  transition: all 0.3s;
}
.foglia-klozet-bide .flickity-button.next {
  transform: translateX(50px);
  transition: all 0.3s;
}
.foglia-klozet-bide .flickity-button.on {
  transform: translateX(0px);
}
.foglia-klozet-bide .thumbs {
  position: absolute;
  bottom: 20px;
  right: 0;
  z-index: 1;
}
.foglia-klozet-bide .thumbs .figures {
  float: right;
}
.foglia-klozet-bide .thumbs .figures figure {
  height: initial;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 2px;
  float: left;
  margin-right: 10px;
  opacity: 0.5;
  transition: all ease 0.4s;
}
.foglia-klozet-bide .thumbs .figures figure.active {
  opacity: 1;
  box-shadow: 0 6px 12px rgba(1, 2, 1, 0.36);
}
.foglia-klozet-bide > .container {
  position: relative;
}
.foglia-klozet-bide .leftb-abs .detail {
  margin-left: -6px;
  padding-left: 5px;
}

.foglia_slider {
  overflow: hidden;
}
.foglia_slider .flickity-button {
  background: none !important;
}
.foglia_slider .flickity-button svg {
  color: #fff;
  fill: #fff;
}
.foglia_slider .flickity-button.previous {
  transform: translateX(-50px);
  transition: all 0.3s;
}
.foglia_slider .flickity-button.next {
  transform: translateX(50px);
  transition: all 0.3s;
}
.foglia_slider .flickity-button.on {
  transform: translateX(0px);
}

.foglia-lavabo-slider {
  z-index: 2;
  overflow: hidden;
}
.foglia-lavabo-slider .flickity-button {
  background: none !important;
}
.foglia-lavabo-slider .flickity-button svg {
  color: #fff;
  fill: #fff;
}
.foglia-lavabo-slider .flickity-button.previous {
  transform: translateX(-50px);
  transition: all 0.3s;
}
.foglia-lavabo-slider .flickity-button.next {
  transform: translateX(50px);
  transition: all 0.3s;
}
.foglia-lavabo-slider .flickity-button.on {
  transform: translateX(0px);
}

.foglia-armatur .sliders {
  z-index: 2;
  overflow: hidden;
}
.foglia-armatur .sliders .flickity-button {
  background: none !important;
}
.foglia-armatur .sliders .flickity-button svg {
  color: #fff;
  fill: #fff;
}
.foglia-armatur .sliders .flickity-button.previous {
  transform: translateX(-50px);
  transition: all 0.3s;
}
.foglia-armatur .sliders .flickity-button.next {
  transform: translateX(50px);
  transition: all 0.3s;
}
.foglia-armatur .sliders .flickity-button.on {
  transform: translateX(0px);
}

.foglia-banyo-mobilya-slider .sliders {
  z-index: 2;
  overflow: hidden;
}
.foglia-banyo-mobilya-slider .sliders .flickity-button {
  background: none !important;
}
.foglia-banyo-mobilya-slider .sliders .flickity-button svg {
  color: #fff;
  fill: #fff;
}
.foglia-banyo-mobilya-slider .sliders .flickity-button.previous {
  transform: translateX(-50px);
  transition: all 0.3s;
}
.foglia-banyo-mobilya-slider .sliders .flickity-button.next {
  transform: translateX(50px);
  transition: all 0.3s;
}
.foglia-banyo-mobilya-slider .sliders .flickity-button.on {
  transform: translateX(0px);
}

.lanfoglia__b4 {
  background: url(../examples/lanfoglia__b4bg.png);
  background-size: cover;
  background-position: left center;
  padding: 73px 0 110px;
}
.lanfoglia__b4 .container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.lanfoglia__b4Cola {
  width: 63%;
}
.lanfoglia__b4Bolcon {
  margin: 0 -14px;
  display: flex;
  flex-wrap: wrap;
}
.lanfoglia__b4BolconBol {
  padding: 0 14px;
  width: 33.3333333%;
}
.lanfoglia__b4BolconBolImg {
  width: 100%;
  box-shadow: 0px 0px 13px 0px rgba(114, 114, 114, 0.05);
}
.lanfoglia__b4Colb {
  width: 37%;
  padding-right: 70px;
  padding-left: 80px;
}
.lanfoglia__b4ColbHl {
  font-size: 2rem;
  color: #727272;
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
}
.lanfoglia__b4ColbText {
  font-size: 15px;
  color: #727272;
}
.lanfoglia__lastbuttons {
  text-align: center;
  padding: 40px 10px 80px;
}
.lanfoglia__lastbuttonsItem {
  display: inline-block;
  cursor: pointer;
  text-decoration: underline;
  border: 1px solid #cd6060;
  color: #cd6060 !important;
  padding: 8px 40px;
  transition: all 0.3s;
  font-size: 18px;
}
.lanfoglia__lastbuttonsItem:first-child {
  margin-right: 20px;
}
.lanfoglia__lastbuttonsItem:hover {
  color: white !important;
  background-color: #cd6060;
}
.lanfoglia__lastbuttonsItem.verb {
  color: white !important;
  background-color: #cd6060;
}
.lanfoglia__lastbuttonsItem.verb:hover {
  color: #cd6060 !important;
  background-color: white;
}

.landingSlider2 .detail h4 {
  font-size: 35px;
  font-weight: 700;
}
.landingSlider2 .detail h4 + p {
  font-size: 16px;
}
.landingSlider2 .colorSelect .color {
  margin-bottom: 5px;
}
.landingSlider2 .colorSelect .color.c0 {
  background-color: white;
  border: 1px solid #8e96a5;
}
.landingSlider2 .colorSelect .color.c4 {
  background-color: black;
}

.lanMop .container {
  padding: 0 29px;
}
.lanMop__hl {
  font-weight: 700;
  color: white;
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 36px;
}
.lanMop__hl.-dark {
  color: #222;
}
.lanMop__hl2 {
  font-weight: 700;
  color: white;
  font-size: 36px;
  line-height: 41px;
  margin-bottom: 36px;
}
.lanMop__txt {
  font-weight: 400;
  color: white;
  font-size: 16px;
  margin-bottom: 27px;
}
.lanMop__txt.-dark {
  color: #222;
}
.lanMop__link {
  font-weight: 700;
  color: white !important;
  font-size: 16px;
  padding: 16px 46px;
  border: 1px solid white;
  display: inline-block;
}
.lanMop__videsec {
  padding: 55px 0px 100px;
  background: #afb8cb;
}
.lanMop__videsec .container {
  display: flex;
  flex-wrap: wrap;
}
.lanMop__videsecVideo {
  width: 100%;
}
.lanMop__videsecColvide {
  width: 60%;
}
.lanMop__videsecColtxt {
  width: 40%;
  padding: 0px 0px 0 60px;
}
.lanMop__i2bimgsec {
  margin-bottom: 203px;
}
.lanMop__i2bimgsecUp {
  position: relative;
}
.lanMop__i2bimgsecUpBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background: #afb8cb;
}
.lanMop__i2bimgsecUpImg {
  position: relative;
  width: 100%;
}
.lanMop__i2bimgsecMiddle {
  height: 0px;
  margin: 33px 0;
}
.lanMop__i2bimgsecMiddleBox {
  background: white;
  display: inline-block;
  padding: 30px;
  padding-left: 60px;
  max-width: 384px;
  /* margin-top: -40%; */
  /* margin-bottom: calc(-20% - 0px); */
  vertical-align: top;
  position: relative;
  transform: translate(0px, -50%);
  border-radius: 0 10px 10px 0;
  text-align: right;
}
.lanMop__i2bimgsecMiddleBox .lanMop__txt {
  margin-bottom: 0;
}
.lanMop__i2bimgsecMiddleBox .lanMop__hl {
  margin-bottom: 20px;
}
.lanMop__i2bimgsecDownImg {
  width: 100%;
}
.lanMop__txtleftsec {
  overflow: hidden;
  margin-bottom: 185px;
}
.lanMop__txtleftsecBg {
  display: none;
}
.lanMop__txtleftsecFront .container {
  display: flex;
  flex-wrap: wrap;
}
.lanMop__txtleftsecFrontBox {
  background: #c6cbc2;
  padding: 60px 60px;
  padding-left: 80px;
  border-radius: 0 20px 20px 0;
  text-align: right;
  position: relative;
}
.lanMop__txtleftsecFrontBox .lanMop__hl {
  margin-bottom: 18px;
}
.lanMop__txtleftsecFrontBox .lanMop__txt {
  margin-bottom: 42px;
  font-weight: 700;
}
.lanMop__txtleftsecFrontBoxRblock {
  background: #c6cbc2;
  position: absolute;
  top: 0;
  left: -200%;
  width: 200%;
  height: 100%;
}
.lanMop__txtleftsecColtxt {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 100px;
}
.lanMop__txtleftsecColimg {
  width: 50%;
}
.lanMop__shc {
  margin-bottom: 100px;
}
.lanMop__shc .container {
  position: relative;
}
.lanMop__shcImg {
  width: 100%;
}
.lanMop__shcBox {
  background: white;
  padding: 45px 30px 30px 30px;
  text-align: right;
  position: absolute;
  right: 59px;
  bottom: 30px;
  max-width: 400px;
  border-radius: 15px;
}
.lanMop__shcBox .lanMop__hl {
  margin-bottom: 20px;
}
.lanMop__shcBox .lanMop__txt {
  margin-bottom: 0;
}
.lanMop__txtrightsec {
  margin-bottom: 200px;
}
.lanMop__txtrightsec .container__inner {
  display: flex;
  flex-wrap: wrap;
  background: #c6cbc2;
  border-radius: 20px;
  padding: 110px 0px;
}
.lanMop__txtrightsecColimg {
  width: 60%;
  padding-left: 75px;
}
.lanMop__txtrightsecColimgImg {
  width: 100%;
}
.lanMop__txtrightsecColtxt {
  width: 40%;
  display: flex;
  padding: 0 0px 0 70px;
  align-items: center;
}
.lanMop__txtrightsecColtxtBox {
  max-width: 310px;
}
.lanMop__yout {
  position: relative;
}
.lanMop__youtInner {
  padding-bottom: 56.25%;
}
.lanMop__youtIframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.slide-klokapak {
  background: url(../examples/slide-klokapak-bg.png);
  background-position: center;
  background-size: cover;
  padding: 0px 0 100px;
}
.slide-klokapak .sliderContent {
  left: -110px !important;
  width: calc(100% + 110px);
}
.slide-klokapak .sliderContent .text {
  display: none;
}
.slide-klokapak .sliderContent_B {
  width: calc(100% + 80px);
  position: absolute;
  top: 0;
  left: -110px;
  z-index: 2;
}
.slide-klokapak .sliderContent_B .text {
  left: 60px;
  top: 40px;
}
.slide-klokapak .sliderContent_B .shadow {
  display: none;
}
.slide-klokapak .detail h4 {
  color: #727272;
  max-width: 500px;
}
.slide-klokapak .detail h4 + p {
  color: #727272;
  max-width: 490px;
}
.slide-klokapak .ctn {
  background-image: none !important;
  background-color: transparent;
}
.slide-klokapak .colorSelect .color {
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
}
.slide-klokapak__cola {
  width: 42.1%;
  padding-right: 30px;
}
.slide-klokapak__colb {
  width: 57.9%;
}
.slide-klokapak__colors {
  display: flex;
  flex-wrap: wrap;
}
.slide-klokapak__colorsCa {
  flex-grow: 1;
  margin-left: -214px;
  padding-left: 214px !important;
  max-width: calc(50% + 214px);
}
.slide-klokapak__colorsCb {
  width: 50%;
}
.slide-klokapak__colors .colorSelect:after {
  width: 100%;
}

.slide-klozet .detail h4 {
  color: #727272;
  max-width: 500px;
}
.slide-klozet .detail h4 + p {
  color: #727272;
  max-width: 490px;
}

.por {
  position: relative;
}

.pageToTop {
  z-index: 2;
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 10;
}
.popup__text {
  text-align: center;
  margin-bottom: 55px;
  font-size: 20px;
}
.popup__brdiv {
  display: none;
}
.popup__box {
  padding-top: 75px;
  padding-right: 100px;
  padding-left: 100px;
  padding-bottom: 52px;
  position: relative;
  margin-top: 25px;
  max-width: 850px;
  transform: scale(0.9);
  opacity: 0;
  background-color: white;
  transition: all 0.3s;
  border-radius: 70px;
}
.popup__boxOuter {
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
}
.popup__boxDown {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 24px;
  position: relative;
}
.popup__subbuton {
  background-color: white;
  border: 1px solid #c4c4c4;
  padding: 13px 48px;
  font-size: 12px;
  font-weight: 700;
  flex-grow: 0;
  flex-shrink: 0;
  margin-left: 18px;
  cursor: pointer;
}
.popup__itext {
  flex-grow: 1;
  flex-shrink: 0;
  background-color: #c4c4c4;
  border: 0;
  color: #2c2e31;
  font-style: italic;
  padding: 8px 10px;
}
.popup__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: black;
  transition: all 0.3s;
}
.popup__cont {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
  padding-right: 5px;
  height: 100%;
}
.popup__hl {
  text-align: center;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
  color: black;
  margin-bottom: 40px;
}
.popup__linka {
  text-align: center;
}
.popup__close {
  position: absolute;
  right: 48px;
  top: 27px;
  cursor: pointer;
}
.popup__svgOuter {
  display: none;
  text-align: center;
  padding-bottom: 16px;
}
.popup__nyf {
  display: none;
}
.popup__nyfClose {
  right: 9px;
  top: -19px;
  background: #3c3c3c;
  width: 35px;
  height: 35px;
  text-align: center;
  border-radius: 50px;
  padding: 9px 0 0;
}
.popup__nyfCloseSvg {
  width: 16px;
  height: 16px;
}
.popup__nyfCloseSvg line {
  stroke: white;
}
.popup__nyfVideo {
  max-width: 100%;
}
.popup__lanbm {
  display: none;
}
.popup__lanbmClose {
  width: 50px;
}
.popup__lanbmMorebuton {
  border: 1px solid #f8b924;
  padding: 10px 20px;
  margin: -50px 20px 0px;
  display: inline-block;
  font-weight: 500;
  color: #808080 !important;
  font-size: 1.25rem;
  vertical-align: top;
}
.popup[data-mode=nyf].on .popup__box {
  opacity: 1;
}
.popup[data-mode=nyf] .popup__ebultenform {
  display: none;
}
.popup[data-mode=nyf] .popup__lanbm {
  display: none;
}
.popup[data-mode=nyf] .popup__box {
  padding: 20px 20px 10px;
  border-radius: 5px;
}
.popup[data-mode=nyf] .popup__nyf {
  display: block;
}
.popup[data-mode=lanbm].on .popup__box {
  opacity: 1;
}
.popup[data-mode=lanbm] .popup__ebultenform {
  display: none;
}
.popup[data-mode=lanbm] .popup__nyf {
  display: none;
}
.popup[data-mode=lanbm] .popup__lanbm {
  display: block;
}
.popup[data-mode=lanbm] .popup__box {
  padding: 0px;
  border-radius: 0px;
  max-width: 1250px;
}
.popup.on .popup__box {
  transform: scale(1);
  opacity: 0.9;
}
.popup.on .popup__bg {
  opacity: 0.5;
}

.flashError {
  color: #940808;
  position: absolute;
  font-size: 14px;
  transform: translateY(50px);
  width: 100%;
  left: 0px;
}
.flashError.-verB {
  font-size: 12px;
  transform: translateY(10px);
}

.urmul__rel {
  font-size: 15px;
}
.urmul__relOuter {
  margin-bottom: 16px;
}
.urmul__relLink {
  color: #4c4c4c !important;
}
.urmul__relMode {
  font-weight: 700;
  display: inline-block;
}
.urmul__relName {
  display: inline-block;
}
.urmul__relDot {
  display: inline-block;
  font-weight: 700;
  vertical-align: top;
  margin: 0 4px;
  margin-top: -5px;
}

.lanElata {
  padding-bottom: 68px;
}
.lanElata__hl {
  font-size: 31px;
  font-weight: 700;
  color: #2a3749;
  margin-bottom: 10px;
  line-height: 39px;
}
.lanElata__hl2 {
  font-size: 48px;
  font-weight: 700;
  color: #2a3749;
  margin-bottom: 5px;
}
.lanElata__txt {
  font-size: 17px;
  color: #2a3749;
  margin-bottom: 5px;
}
.lanElata__link {
  font-weight: 700;
  font-size: 17px;
  color: #2a3749 !important;
  border: 1px solid #7d7b7d;
  padding: 14px 40px;
  display: inline-block;
}
.lanElata__upp {
  position: relative;
  padding-bottom: 73px;
}
.lanElata__uppBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.lanElata__uppBgRect {
  background-color: #f0f3e0;
  width: 100%;
  height: 40%;
  transform: scale(1.4) rotate(-25deg) translateY(-130px);
}
.lanElata__uppCont {
  position: relative;
}
.lanElata__uppI2col {
  display: flex;
  padding: 54px 23px 89px;
}
.lanElata__uppI2colColvid {
  flex-shrink: 0;
  flex-grow: 0;
  width: 50%;
  padding: 0px;
  box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.25);
  background-color: white;
}
.lanElata__uppI2colColvidVideo {
  width: 100%;
  margin-bottom: -6px;
}
.lanElata__uppI2colColcont {
  padding: 33px 20px 20px 70px;
  max-width: 420px;
}
.lanElata__uppI2col .lanElata__hl {
  margin-bottom: 5px;
}
.lanElata__uppI2col .lanElata__txt {
  margin-bottom: 111px;
}
.lanElata__uppBxf {
  padding: 0 15px 20px;
  position: relative;
}
.lanElata__uppBxfBimg {
  border-radius: 15px;
}
.lanElata__uppBxfBox {
  position: absolute;
  background: white;
  max-width: 377px;
  bottom: 54px;
  left: 45px;
  border-radius: 20px;
  padding: 49px 22px 40px 40px;
  text-align: right;
}
.lanElata__downp {
  position: relative;
}
.lanElata__downpBg {
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lanElata__downpCont {
  position: relative;
  padding: 230px 0;
}
.lanElata__downpBox {
  position: relative;
  background-color: white;
  padding: 36px 28px;
  width: 40%;
  text-align: right;
  border-radius: 0 25px 25px 0;
  padding-left: 16%;
}
.lanElata__downpBox .lanElata__link {
  color: #7d7b7d !important;
}

.lanFot__ulhl {
  font-size: 27px;
  color: #d6bea0;
  font-weight: 600;
  margin-bottom: 30px;
  display: inline-block;
  padding: 0 155px 0px 0;
  position: relative;
}
.lanFot__ulhl:after {
  content: "";
  display: inline-block;
  width: 100%;
  border-bottom: 3px solid #d6bea0;
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lanFot__hl {
  font-size: 30px;
}
.lanFot__txt {
  font-size: 16px;
  color: #2a3749;
  margin-bottom: 5px;
}
.lanFot__link {
  font-weight: 700;
  font-size: 16px;
  color: #2a3749 !important;
  border: 1px solid #7d7b7d;
  padding: 14px 40px;
  display: inline-block;
}
.lanFot__uppI2col {
  align-items: flex-start;
  padding: 54px 23px 56px;
}
.lanFot__uppI2colOuter {
  background-color: #d6bea0;
  margin-bottom: 73px;
}
.lanFot__uppI2colColvid {
  width: 59%;
}
.lanFot__uppI2colColcont {
  max-width: unset;
  padding: 90px 20px 20px 70px;
}
.lanFot__uppI2col .lanFot__hl {
  color: white;
  margin-bottom: 27px;
}
.lanFot__uppI2col .lanFot__hl2 {
  color: white;
  font-size: 36px;
}
.lanFot__uppI2col .lanFot__txt {
  color: white;
  margin-bottom: 89px;
}
.lanFot__uppI2col .lanFot__link {
  border-color: white;
  color: white !important;
}
.lanFot__builds {
  margin-bottom: 94px;
}
.lanFot__buildsInner {
  display: flex;
  flex-wrap: wrap;
}
.lanFot__buildsBox {
  width: 20%;
  text-align: center;
}
.lanFot__buildsImg {
  max-width: 100%;
  margin-bottom: 10px;
}
.lanFot__buildsTxt {
  font-size: 21px;
  color: #a0a49c;
  font-family: nexa;
}
.lanFot__showc {
  margin-bottom: 150px;
}
.lanFot__showcInner {
  padding: 0 45px;
}
.lanFot__showcMhl {
  color: #a0a49c;
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 30px;
}
.lanFot__showcIbox {
  position: relative;
}
.lanFot__showcIboxImg {
  width: 100%;
}
.lanFot__showcIboxContent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.lanFot__showcIboxWbox {
  background: white;
  display: inline-block;
  padding: 40px;
  max-width: 301px;
  border-radius: 5px;
  position: absolute;
  bottom: 38px;
  right: 38px;
}
.lanFot__showcIboxWbox .lanFot__txt {
  font-size: 17px;
  color: #161616;
}
.lanFot__showcIbox .lanFot__link {
  border-color: white;
  color: white !important;
  position: absolute;
  bottom: 38px;
  left: 38px;
}
.lanFot__showc.-verB .lanFot__showcIboxWbox {
  right: auto;
  right: unset;
  left: 30px;
}
.lanFot__showc.-verB .lanFot__link {
  left: auto;
  left: unset;
  right: 30px;
}
.lanFot__slipic {
  margin-bottom: 150px;
}
.lanFot__slipicInner {
  padding: 0 45px;
}
.lanFot__slipicInner > .lanFot__txt {
  font-size: 18px;
  color: #141414;
  margin-bottom: 82px;
}
.lanFot__slipicImgbox {
  text-align: center;
  margin-bottom: 93px;
}
.lanFot__slipicImgboxIs {
  max-width: 100%;
}
.lanFot__slipicDbox {
  background-color: #a0a49c;
  border-radius: 10px;
  padding: 25px 47px;
}
.lanFot__slipicDboxBtn {
  text-align: right;
}
.lanFot__slipicDbox .lanFot__hl {
  color: white;
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 5px;
}
.lanFot__slipicDbox .lanFot__txt {
  font-size: 18px;
  color: white;
}
.lanFot__slipicDbox .lanFot__link {
  border-color: white;
  color: white !important;
}

.upvide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: -1;
  background: white;
  opacity: 0;
  transition: all 0s;
  transform: scale(0.7);
}
.upvide__trigger {
  position: absolute;
  top: 24px;
  left: 20px;
  z-index: 1;
  cursor: pointer;
  border: 2px solid #CD6060;
  border-radius: 100px;
  width: 43px;
  height: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.upvide__triggerSvg {
  margin-left: 5px;
  animation: upvidePlayAni 0.9s infinite both;
}
.upvide__close {
  position: absolute;
  right: 20px;
  top: 40px;
  cursor: pointer;
  z-index: 1;
}
.upvide__video {
  max-width: 100%;
}
.upvideOn .upvide {
  z-index: 5;
  opacity: 1;
  transform: scale(1);
}
.upvideOn .upvide__trigger {
  z-index: -1;
}

.-t3dexists .upvide__trigger {
  left: 90px;
}

.komfik__h1 {
  font-size: 1.5rem;
}
.komfik__hl {
  font-size: 31px;
  color: #7a7a7a;
  font-weight: 700;
  margin-bottom: 0px;
}
.komfik__text {
  color: #7a7a7a;
  font-size: 17px;
  margin-bottom: 20px;
  min-height: 134px;
  font-weight: 400;
  line-height: inherit;
}
.komfik__link {
  display: inline-block;
  color: #cd6060 !important;
  font-weight: 700;
  font-size: 16px;
  border: 2px solid #cd6060;
  border-radius: 3px;
  padding: 14px 45px;
}
.komfik__mainimg {
  margin-bottom: 20px;
}
.komfik__i2col {
  margin-bottom: 16px;
}
.komfik__i2colCont {
  display: flex;
}
.komfik__i2colColimg {
  flex-grow: 0;
  flex-shrink: 0;
  max-width: 70%;
}
.komfik__i2colColtext {
  flex-grow: 1;
  padding: 3px 41px;
}
.komfik__i2colShbuts {
  display: flex;
  margin-top: -42px;
  margin-bottom: 20px;
}
.komfik__i2colShbutsSvg {
  width: 25px;
}
.komfik__i2colShbutsItem {
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  position: relative;
}
.komfik__i2colShbutsItem:after {
  content: "";
  display: inline-block;
  background-color: #c7c7c7;
  height: 30px;
  width: 1px;
  margin-left: 15px;
  margin-right: 15px;
  vertical-align: top;
  margin-top: -2px;
}
.komfik__i2colShbutsItem:last-child:after {
  display: none;
}
.komfik__i2colShbutsItemSb {
  position: absolute;
  display: inline-block;
  background: white;
  top: 200%;
  left: -15px;
  width: 100%;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s;
  opacity: 0;
}
.komfik__i2colShbutsItemSbLink {
  display: flex;
  width: 100%;
  justify-content: center;
  height: 40px;
  align-items: center;
}
.komfik__i2colShbutsItemSbLinkSvg {
  width: 24px;
  height: 24px;
}
.komfik__i2colShbutsItem:hover .komfik__i2colShbutsItemSb {
  top: 100%;
  opacity: 1;
}
.komfik__i2colShbuts.-verB {
  margin-top: 30px;
  margin-bottom: 30px;
  vertical-align: top;
}
.komfik__i2colShbuts.-reversed {
  justify-content: flex-end;
}
.komfik__i2col.-textToRight {
  flex-direction: row-reverse;
}
.komfik__i2col.-textToRight .komfik__i2colCont {
  flex-direction: row-reverse;
}
.komfik__i2col.-textToRight .komfik__i2colColtext {
  padding: 0px 20px 0 0;
}
.komfik__i2col.-verB .komfik__hl {
  margin-top: 35px;
}
.komfik__txtfnt {
  position: relative;
  padding-bottom: 45px;
  margin-bottom: 10px;
  min-height: 400px;
}
.komfik__txtfntBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.komfik__txtfnt .container {
  position: relative;
}
.komfik__txtfntBox {
  background-color: white;
  padding: 10px 13px 4px;
  max-width: 420px;
}
.komfik__txtfnt.-verB {
  padding-bottom: 0;
  background-color: #e8e8e9;
}
.komfik__txtfnt.-verB .komfik__txtfntBoxOuter {
  padding-bottom: 30px;
  background-position: center;
  background-size: cover;
  min-height: 530px;
}
.komfik__txtfnt.-verB .komfik__text {
  min-height: auto;
  min-height: unset;
}
.komfik__txtfnt.-reversed .komfik__txtfntBox {
  display: inline-block;
  width: 100%;
  text-align: left;
}
.komfik__txtfnt.-reversed .komfik__txtfntBoxOuter {
  text-align: right;
}

.breadcrumbCtn.-komfik {
  padding: 17px 0 !important;
}

.kfgenp__hhl {
  font-size: 25px;
  color: #7a7a7a;
  font-weight: 700;
  margin-bottom: 40px;
  line-height: unset;
}
.kfgenp__ucubuk {
  background-color: #f1f1f1;
  height: 8px;
  margin-bottom: 29px;
}
.kfgenp__kfis {
  margin-bottom: 30px;
}
.kfgenp__kfisHolder {
  display: flex;
  flex-wrap: wrap;
}
.kfgenp__kfisColimgs {
  width: 62.3%;
  display: flex;
  flex-wrap: wrap;
}
.kfgenp__kfisColimgsIa1 {
  width: 69%;
  padding-right: 14px;
}
.kfgenp__kfisColimgsIa2 {
  width: 30.9%;
}
.kfgenp__kfisColimgsImg1 {
  width: 100%;
}
.kfgenp__kfisColimgsImg3 {
  width: 100%;
}
.kfgenp__kfisColimgsImg2 {
  margin-bottom: 14px;
}
.kfgenp__kfisColcontent {
  width: 37.7%;
  padding: 0 40px 30px;
  position: relative;
}
.kfgenp__kfisHl {
  color: #7a7a7a;
  font-weight: 700;
  font-size: 25px;
  margin-bottom: 6px;
}
.kfgenp__kfisTxt {
  color: #7a7a7a;
  font-size: 15px;
}
.kfgenp__kfisBtnholder {
  position: absolute;
  bottom: -2px;
  left: 55px;
}
.kfgenp__kfisBtnholderLink {
  color: #cd6060 !important;
  font-size: 17px;
  font-weight: 700;
}
.kfgenp__kfisDcubuk {
  margin: 42px 30px 0;
  padding: 0px 0px 23px;
  width: 100%;
  overflow: hidden;
}
.kfgenp__kfisDcubukItself {
  box-shadow: 0px 0px 15px 0px black;
  height: 1px;
}
.kfgenp__kfis.-fright .kfgenp__kfisColimgs {
  order: 2;
}
.kfgenp__kfis.-fright .kfgenp__kfisColimgsIa1 {
  order: 2;
  padding-right: 0px;
  padding-left: 14px;
}
.kfgenp__kfis.-fright .kfgenp__kfisColimgsIa2 {
  order: 1;
}
.kfgenp__kfis.-fright .kfgenp__kfisColcontent {
  order: 1;
  text-align: right;
}
.kfgenp__kfis.-fright .kfgenp__kfisDcubuk {
  order: 3;
}
.kfgenp__kfis.-fright .kfgenp__kfisBtnholder {
  left: unset;
  left: auto;
  right: 60px;
}
.kfgenp__kfis:last-child .kfgenp__kfisDcubuk {
  height: 0px;
  padding: 0;
  margin-bottom: -25px;
}

.nyf__fs {
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: -webkit-linear-gradient(top, #ffffff 0%, #eeeeee 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eeeeee 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#eeeeee",GradientType=0 );
  padding-bottom: 80px;
}
.nyf__fsLinkarea {
  margin-top: -20px;
}
.nyf__fsLinkareaLink {
  display: inline-block;
  background-color: #4d697e;
  color: white !important;
  font-size: 19px;
  font-weight: 700;
  padding: 20px 23px;
  cursor: pointer;
}
.nyf__txtsec {
  text-align: center;
  padding: 100px 0;
}
.nyf__txtsec .nyf__txt {
  max-width: 750px;
  display: inline-block;
  width: 100%;
}
.nyf__i2cls {
  display: flex;
  flex-wrap: wrap;
}
.nyf__i2clsColcls {
  width: 70%;
}
.nyf__i2clsColclsImg {
  width: 100%;
}
.nyf__i2clsColtxt {
  width: 30%;
  text-align: left;
  align-items: center;
  display: flex;
}
.nyf__i2clsColtxtBox {
  text-align: center;
  max-width: 510px;
}
.nyf__i2clsHl {
  color: #4c697d;
  font-family: rubik;
  font-size: 65px;
  line-height: 65px;
}
.nyf__i2clsHlBolder {
  margin: 20px 0 30px;
  display: block;
  color: #213d50;
  font-size: 78px;
  font-weight: 700;
}
.nyf__i2cls.-v1 {
  background-color: #f5f5f5;
}
.nyf__i2cls.-v2 .nyf__txt {
  max-width: 510px;
}
.nyf__i2cls.-v2 .nyf__i2clsColcls {
  width: 60%;
}
.nyf__i2cls.-v2 .nyf__i2clsColtxt {
  width: 40%;
  justify-content: center;
}
.nyf__i2cls.-v2 .nyf__i2clsColtxtBox {
  max-width: 540px;
}
.nyf__i2cls.-v2 .nyf__i2clsHl {
  color: #213d50;
}
.nyf__i2cls.-v2 .nyf__i2clsHlBolder {
  margin: 7px 0 40px;
}
.nyf__i2cls.-v3 .nyf__i2clsHl {
  color: #213d50;
}
.nyf__i2cls.-v3 .nyf__i2clsHlBolder {
  margin: 7px 0 40px;
}
.nyf__txt {
  font-size: 19px;
  color: #727272;
  font-weight: 500;
}

.lanMobilya__bimgsec {
  margin: 22px 0 95px;
}
.lanMobilya__bimgsec .container {
  position: relative;
}
.lanMobilya__bimgsecImga {
  width: 100%;
}
.lanMobilya__bimgsecImgb {
  display: none;
  width: 100%;
}
.lanMobilya__bimgsecHiball {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: white;
  width: 108px;
  height: 108px;
  border-radius: 200px;
  text-align: center;
  padding: 33px 0 0;
  line-height: 24px;
  font-size: 23px;
  font-weight: 800;
  color: black !important;
  font-family: "nexa";
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.48), 0 7px 10px -5px #4a474a;
}
.lanMobilya__tcols {
  margin-bottom: 135px;
  position: relative;
}
.lanMobilya__tcols * {
  font-family: "nexa";
}
.lanMobilya__tcols .container {
  display: flex;
  flex-wrap: wrap;
}
.lanMobilya__tcolsBg {
  position: absolute;
  top: 0;
  left: 0;
  width: 30%;
  height: 100%;
  background-color: #fafafa;
}
.lanMobilya__tcolsCont {
  position: relative;
}
.lanMobilya__tcolsItem {
  width: 100%;
  text-align: center;
  padding: 0 0px;
  display: flex;
  flex-wrap: wrap;
}
.lanMobilya__tcolsItemCola {
  width: 34%;
  background-color: #fafafa;
  padding: 10px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
}
.lanMobilya__tcolsItemColb {
  width: 66%;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  flex-grow: 0;
  align-items: center;
  align-content: center;
  padding: 60px 0 60px 60px;
}
.lanMobilya__tcolsItem.-pbox {
  display: flex;
  align-items: center;
  justify-content: center;
}
.lanMobilya__tcolsItem.-dbuts {
  text-align: right;
  padding: 76px 28px 0px;
}
.lanMobilya__tcolsItem.-dbuts.-i2 {
  text-align: left;
}
.lanMobilya__tcolsLabel {
  color: #cfcebf;
  font-size: 28px;
  font-weight: 800;
  margin: -16px 20px 0 0;
  display: inline-block;
  vertical-align: top;
}
.lanMobilya__tcolsLabelOuter {
  text-align: left;
  padding: 0px 10px 0px;
  margin-bottom: 15px;
}
.lanMobilya__tcolsTxt {
  color: #b18c54;
  font-size: 14px;
  font-weight: 700;
  padding-right: 25px;
}
.lanMobilya__tcolsFiyat {
  color: #b18c54;
  font-size: 16px;
  font-weight: 400;
}
.lanMobilya__tcolsFiyat.-red {
  color: #616876;
  font-weight: 800;
  font-size: 18px;
}
.lanMobilya__tcolsCizgi {
  display: block;
  height: 1px;
  background: #b18c54;
  margin-top: -13px;
  /* display: none; */
  position: relative;
  width: 100%;
}
.lanMobilya__tcolsTable {
  text-align: left;
  width: 100%;
  display: block;
  background-color: #e5d7bb;
  padding: 15px 25px 5px;
  border-radius: 15px;
}
.lanMobilya__tcolsTable thead {
  background-color: #fff;
  padding: 0 0px;
  border-radius: 50px;
  display: block;
}
.lanMobilya__tcolsTable thead tr {
  width: 100%;
  display: flex;
  padding: 0 15px;
}
.lanMobilya__tcolsTable thead tr th {
  padding: 5px 0px;
  font-weight: 800;
  font-size: 12px;
  display: flex;
  color: #616876;
}
.lanMobilya__tcolsTable thead tr th:nth-child(1) {
  flex-grow: 1;
  padding-right: 5px;
  padding-left: 15px;
}
.lanMobilya__tcolsTable thead tr th:nth-child(2) {
  flex-shrink: 0;
  flex-grow: 0;
  width: 120px;
  justify-content: center;
}
.lanMobilya__tcolsTable thead tr th:nth-child(3) {
  flex-shrink: 0;
  flex-grow: 0;
  width: 120px;
  justify-content: flex-end;
}
.lanMobilya__tcolsTable tbody {
  padding: 10px 15px 0;
  display: block;
}
.lanMobilya__tcolsTable tbody tr {
  width: 100%;
  display: flex;
  padding: 10px 0;
}
.lanMobilya__tcolsTable tbody tr:last-child {
  border-bottom: 0;
}
.lanMobilya__tcolsTable tbody tr td {
  padding: 0px;
  display: flex;
}
.lanMobilya__tcolsTable tbody tr td:nth-child(1) {
  flex-grow: 1;
  text-align: left;
}
.lanMobilya__tcolsTable tbody tr td:nth-child(2) {
  flex-shrink: 0;
  flex-grow: 0;
  width: 120px;
  text-align: center;
  justify-content: center;
  /* align-items: center; */
  align-content: center;
  flex-wrap: wrap;
}
.lanMobilya__tcolsTable tbody tr td:nth-child(3) {
  flex-shrink: 0;
  flex-grow: 0;
  width: 120px;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
}
.lanMobilya__tcolsPbox {
  padding: 110px 50px 110px;
  background-color: #6d5ea1;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: space-between;
}
.lanMobilya__tcolsPbox * {
  font-family: "Roboto";
}
.lanMobilya__tcolsPboxButton {
  background: #e6af42;
  border-radius: 20px;
  padding: 8px 15px;
  font-size: 22px;
  color: white !important;
  display: inline-block;
  width: 100%;
}
.lanMobilya__tcolsPboxButtonOuter {
  display: none;
  margin-bottom: 30px;
  width: 100%;
}
.lanMobilya__tcolsPboxTxt {
  color: white;
  font-size: 20px;
}
.lanMobilya__tcolsDbut {
  background: #e6af42;
  padding: 6px 35px;
  /* max-width: 270px; */
  border-radius: 10px;
  color: white !important;
  font-size: 22px;
  text-align: center;
  display: inline-block;
  font-family: "Roboto";
  display: inline-block;
}
.lanMobilya__tcolsBall {
  position: relative;
  background: #ebebeb;
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 200px;
  padding: 10px 0 0 0;
  vertical-align: top;
  margin: -22px 0 0 -12px;
  font-size: 11px;
  font-weight: 800;
  cursor: pointer;
  color: #616876 !important;
}
.lanMobilya__dbuts {
  margin-bottom: 150px;
  text-align: center;
}
.lanMobilya__dbutsTxt {
  margin-bottom: 30px;
  font-family: roboto;
  color: black;
  font-size: 23px;
  padding: 0 50px;
  font-weight: 500;
  line-height: 30px;
}
.lanMobilya__dbutsLink {
  margin: 0 30px 0;
  color: #b18c54 !important;
  font-size: 22px;
  background-color: #e5d7bb;
  padding: 10px 38px;
  display: inline-block;
  border-radius: 10px;
}

.lanSolo__hl {
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  color: #737373;
  margin-bottom: 20px;
}
.lanSolo__txt {
  color: #737373;
}
.lanSolo__link {
  margin-top: 40px;
  font-weight: 700;
  font-size: 17px;
  color: #737373 !important;
  border: 1px solid #7d7b7d;
  padding: 14px 40px;
  display: inline-block;
}
.lanSolo__slike {
  text-align: center;
  background-color: #fafafa;
  padding-bottom: 117px;
}
.lanSolo__slikeBimg {
  margin-bottom: 114px;
}
.lanSolo__slikeHl1 {
  font-size: 36px;
  font-weight: 700;
  color: #737373;
}
.lanSolo__slikeHl2 {
  font-size: 55px;
  line-height: 55px;
  font-weight: 700;
  color: #737373;
  margin-bottom: 22px;
}
.lanSolo__slikeHl2 .-red {
  color: #b17b6e;
}
.lanSolo__slike .lanSolo__txt {
  font-size: 19px;
}
.lanSolo__slike.-mare .lanSolo__txt {
  max-width: 650px;
  display: inline-block;
  width: 100%;
}
.lanSolo__i2col {
  position: relative;
  padding: 90px 0;
}
.lanSolo__i2colTbox {
  max-width: 310px;
  padding: 40px 0;
  display: inline-block;
  width: 100%;
}
.lanSolo__i2colLayerb {
  display: flex;
  flex-wrap: wrap;
}
.lanSolo__i2colLayerbCola {
  width: 42.5%;
  background-color: white;
  display: flex;
  flex-wrap: wrap;
  padding: 27px 0;
}
.lanSolo__i2colLayerbColb {
  width: 57.5%;
  background-size: cover;
  background-position: center;
}
.lanSolo__i2colLayera {
  display: none;
}
.lanSolo__i2colIframe {
  width: 100%;
  height: 100%;
}
.lanSolo__i2colSlider {
  height: 100%;
}
.lanSolo__i2colSliderItem {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.lanSolo__i2colSlider .flickity-page-dots {
  bottom: 15px;
  text-align: left;
  padding-left: 20px;
}
.lanSolo__i2colSlider .flickity-page-dots .dot {
  background: #a9a9a9;
  margin: 0 5px;
}
.lanSolo__i2colSlider .flickity-page-dots .dot.is-selected {
  background-color: white;
}
.lanSolo__i2col.-vB .lanSolo__i2colLayerbCola {
  order: 1;
  justify-content: flex-end;
}
.lanSolo__i2col.-vB .lanSolo__i2colLayerbCola .js-contPadding {
  order: 1;
}
.lanSolo__i2col.-vB .lanSolo__i2colLayerbCola .lanSolo__i2colTbox {
  text-align: right;
}
.lanSolo__i2col.-vB .lanSolo__i2colLayera .container {
  text-align: right;
}
.lanSolo__i2col.-vC {
  padding-top: 0;
  padding-bottom: 230px;
}
.lanSolo__i2col.-vC .lanSolo__i2colLayerbCola {
  padding: 114px 0 102px;
}
.lanSolo__specs {
  background-color: #fafafa;
  padding: 52px 0;
}
.lanSolo__specs > .container {
  display: flex;
  flex-wrap: wrap;
}
.lanSolo__specsCol {
  width: 20%;
  padding: 0 0px;
}
.lanSolo__specsCol .lanSolo__txt {
  text-align: center;
  font-size: 16px;
}
.lanSolo__specsCol:last-child .lanSolo__specsPic {
  border-right-width: 0px;
}
.lanSolo__specsIcons {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  padding: 0 25px;
  min-height: 102px;
  margin-bottom: 32px;
}
.lanSolo__specsIcons img {
  margin: 0 5px;
  margin-bottom: 10px;
  max-width: 20%;
}
.lanSolo__specsPic {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: center;
  height: 170px;
  border-right: 1px solid #ccc;
  padding: 0 45px;
  margin-bottom: 40px;
}
.lanSolo__specs.-vb {
  margin-top: 62px;
}
.lanSolo__specs.-vb .lanSolo__specsCol {
  width: 25%;
}

.unvish1 {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.spanh1 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  display: inline;
}

.brhlh1 {
  font-size: 1.5rem;
}

.brhlh1vh3 {
  font-size: 1.75rem;
}

.catexp {
  margin: 40px 0 30px !important;
}

.-tr {
  text-align: right;
}

.-tc {
  text-align: center;
}

.-tl {
  text-align: left;
}

.capthaInput {
  vertical-align: top;
  width: unset;
  width: auto;
  display: inline-block;
  margin-left: 5px;
}

.captcha-popup {
  display: none;
  position: fixed;
  width: fit-content;
  min-height: 150px;
  padding: 30px;
  padding-top: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 999;
  border-radius: 3px;
  box-shadow: 0 5px 20px -2px rgba(0, 0, 0, 0.3);
}
.captcha-popup__Inner {
  display: flex;
  flex-direction: column;
  text-align: center;
}
.captcha-popup__Inner__image-div {
  border: 1px solid black;
  margin: 1rem 0;
  padding: 5px;
}
.captcha-popup__Inner__image-div img {
  width: 90%;
}
.captcha-popup__Inner__Input {
  border: 1px solid black;
  border-radius: 0px;
}
.captcha-popup__Inner__Button {
  margin-top: 15px;
  border: none;
}
.captcha-popup__Inner__Button:last-child {
  margin-top: 2px;
  margin-bottom: 15px;
}
.captcha-popup__Inner__Button:hover {
  background-color: #cdcdcd;
}
.captcha-popup__Inner__Error {
  color: tomato;
  margin-top: 15px;
  margin-bottom: 0;
}
.captcha-popup__Inner__header {
  max-width: 170px;
  text-align: left;
  font-weight: 600;
  font-size: 17px;
}

.pdh1 {
  line-height: 32px;
}

.lanbm a {
  display: inline-block;
}
.lanbm__slike {
  text-align: center;
}
.lanbm__slikeBimg {
  width: 100%;
}
.lanbm__slikeHl {
  padding: 6px 20px;
  color: #33524f;
  border: 1px solid #42635f;
  max-width: 914px;
  font-weight: 500;
  margin: 0 15px;
  font-size: 1.563rem;
  display: inline-block;
  width: 100%;
  margin-bottom: 36px;
}
.lanbm__sc {
  margin-bottom: 50px;
}
.lanbm__scHl {
  color: #5b5b6b;
  font-weight: 600;
  font-size: 1.625rem;
  padding: 7px 20px;
  background-color: white;
}
.lanbm__scIma {
  position: relative;
  margin-bottom: 10px;
}
.lanbm__scImaImg {
  width: 100%;
  visibility: hidden;
}
.lanbm__scImaImgOuter {
  background-position: center !important;
  background-size: cover !important;
  max-height: calc(100vh - 150px);
}
.lanbm__scImaBlock {
  position: absolute;
}
.lanbm__scImaBlock.-leftTop {
  top: 22px;
  left: 16px;
}
.lanbm__scImaBlock.-rightTop {
  top: 22px;
  right: 32px;
}
.lanbm__scImaBlock.-bottomRight {
  bottom: 25px;
  right: 22px;
}
.lanbm__scImaBox {
  background-color: #e8b839;
  padding: 23px 15px 15px;
  text-align: center;
  margin-top: 10px;
}
.lanbm__scImaBox:first-child {
  margin-top: 0px;
}
.lanbm__scImaBox.-small {
  padding: 5px 15px 15px;
}
.lanbm__scImaBox.-small .lanbm__scImaInnbox {
  min-width: 165px;
}
.lanbm__scImaBox.-vb .lanbm__scImaTxt1 {
  font-size: 1.125rem;
}
.lanbm__scImaBoxTwoprices {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -25px;
}
.lanbm__scImaBoxTwopricesCl {
  width: 50%;
}
.lanbm__scImaBoxTwopricesCl .lanbm__scImaTxt3 {
  font-size: 1.5rem;
}
.lanbm__scImaInnbox {
  min-width: 235px;
}
.lanbm__scImaTxt1 {
  color: #3e4b45;
  padding-bottom: 5px;
  font-size: 1.313rem;
  font-weight: 600;
  border-bottom: 1px solid #3e4b45;
  margin-bottom: 10px;
  font-family: nexa;
}
.lanbm__scImaTxt2 {
  padding-bottom: 5px;
  font-size: 1.438rem;
  color: #3e4b45;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-family: nexa;
}
.lanbm__scImaTxt2::after {
  content: "";
  width: 110%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: -5%;
  top: 18px;
  transform: rotate(-11deg);
}
.lanbm__scImaTxt3 {
  font-size: 2.875rem;
  color: #3e4b45;
  font-weight: 800;
  margin-bottom: -17px;
  margin-bottom: 0px;
  font-family: nexa;
}
.lanbm__scImaTxt4 {
  color: #3e4b45;
  border-top: 1px solid #3e4b45;
  padding-top: 3px;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: "nexa";
}
.lanbm__scImaLink {
  color: white !important;
  background-color: #e8b839;
  padding: 19px 50px;
  font-size: 0.9375rem;
  font-weight: 600;
}
.lanbm__scDowna {
  display: flex;
  flex-wrap: wrap;
  background-color: white;
  padding: 36px 50px 20px 19px;
}
.lanbm__scDowna.-dobo {
  padding: 0;
}
.lanbm__scDowna.-dobo .lanbm__scDownaCol:nth-child(1) {
  width: 48%;
  padding: 25px 0px 20px 48px;
}
.lanbm__scDowna.-dobo .lanbm__scDownaCol:nth-child(2) {
  width: 52%;
}
.lanbm__scDowna.-dobo .lanbm__scDownaBlocka:nth-child(1) {
  padding-right: 14px;
}
.lanbm__scDowna.-dobo .lanbm__scDownaBlockb.-link {
  left: -30px;
}
.lanbm__scDowna.-i3s {
  padding: 0 0 50px;
  flex-wrap: nowrap;
}
.lanbm__scDowna.-i2withImgs {
  padding: 0 0 0px;
}
.lanbm__scDownaTxt1 {
  color: #272525;
  font-weight: 700;
  font-size: 1.125rem;
}
.lanbm__scDownaTxt2 {
  color: #272525;
}
.lanbm__scDownaTxt3 {
  color: #272525;
  position: relative;
  display: inline-block;
  font-family: nexa;
}
.lanbm__scDownaTxt3::after {
  content: "";
  width: 140%;
  height: 1px;
  background-color: black;
  position: absolute;
  left: -20%;
  top: 10px;
  transform: rotate(-7deg);
}
.lanbm__scDownaTxt4 {
  color: #272525;
  font-weight: 800;
  font-family: nexa;
  font-size: 1.375rem;
}
.lanbm__scDownaLink {
  color: #e5b535 !important;
  font-weight: 600;
}
.lanbm__scDownaCol {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 30px;
  position: relative;
}
.lanbm__scDownaCol.-rightBorder:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: calc(100% - 40px);
  background-color: #c7c7c7;
}
.lanbm__scDownaCol.-right {
  padding-left: 30px;
  padding-right: 0px;
}
.lanbm__scDownaCol.-right .lanbm__scDownaBlockb.-link {
  right: -30px;
  left: unset;
  left: auto;
}
.lanbm__scDownaCol.-dobo {
  margin: 0px 0;
  padding: 0;
}
.lanbm__scDownaCol.-dobo > img {
  width: 100%;
}
.lanbm__scDownaCol.-i3s {
  flex-wrap: nowrap;
  padding-right: 0;
  width: unset;
  width: auto;
}
.lanbm__scDownaCol.-i3s .lanbm__scDownaBlocka {
  padding-right: 0px;
  flex-shrink: 0;
  padding-bottom: 20px;
  position: relative;
}
.lanbm__scDownaCol.-i3s .lanbm__scDownaBlocka:nth-child(2) {
  flex-shrink: 1;
}
.lanbm__scDownaCol.-i3s .lanbm__scDownaBlockb:nth-child(2) {
  margin-top: 30px;
}
.lanbm__scDownaCol.-i3s .lanbm__scDownaBlockb:nth-child(1) {
  padding-top: 30px;
}
.lanbm__scDownaCol.-i3s .lanbm__scDownaBlockb:nth-child(1):after {
  content: "";
  width: 110px;
  height: 1px;
  background: wheat;
  border-bottom: 1px dashed black;
  display: block;
  max-width: 100%;
  margin-top: 20px;
}
.lanbm__scDownaCol.-i3s .lanbm__scDownaBlockb.-link {
  left: 0;
  top: unset;
  top: auto;
  bottom: -30px;
  position: absolute;
}
.lanbm__scDownaCol.-i2withImgs {
  padding-right: 0;
}
.lanbm__scDownaCol.-i2withImgs .lanbm__scDownaBlocka {
  flex-grow: 0;
}
.lanbm__scDownaCol.-i2withImgs .lanbm__scDownaBlocka:nth-child(2) {
  padding-top: 30px;
}
.lanbm__scDownaCol.-i2withImgs .lanbm__scDownaBlockb.-link {
  left: 40px;
  bottom: 26px;
}
.lanbm__scDownaBlocka {
  position: relative;
  flex-grow: 1;
  flex-shrink: 0;
}
.lanbm__scDownaBlocka.-i3col {
  width: 33.3333333333%;
}
.lanbm__scDownaBlockb {
  margin-top: 40px;
}
.lanbm__scDownaBlockb:first-child {
  margin-top: 0px;
}
.lanbm__scDownaBlockb.-link {
  position: absolute;
  bottom: 0;
  left: 0px;
}
.lanbm__bot {
  margin: 0 0 50px;
}
.lanbm__botLink {
  display: inline-block;
  width: 100%;
  max-width: 880px;
  color: #33524f !important;
  background-color: #e8b839;
  padding: 8px;
  font-size: 1.5rem;
  font-weight: 500;
}
.lanbm__botLinkOuter {
  text-align: center;
  margin-bottom: 30px;
}
.lanbm__botTxt {
  text-align: center;
  color: #33524f;
  font-weight: 400;
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.063rem;
}

.phl__h1 {
  line-height: 32px;
  font-size: 1.5rem;
}
.phl__h2 {
  color: #4c4c4c;
  padding: 0 30px 40px 30px;
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
  line-height: unset;
  font-weight: 400;
  text-align: center;
}
.phl__h2frh4 {
  font-size: 1.5rem;
}
.phl__h2frh5 {
  font-size: 1.25rem;
}
.phl__h2frp {
  color: #727272;
  font-size: 1rem;
  font-weight: 400;
}
.phl__h2frsp {
  display: inline;
  font-weight: 400;
}
.phl__sp2 {
  line-height: unset;
  font-size: 20px;
  font-weight: 400;
  color: #727272;
}
.phl__sp3 {
  padding-top: 15px;
  display: block;
  width: 100%;
  float: initial;
  font-weight: 500;
  color: #000;
  font-size: inherit;
}

@media only screen and (min-width: 1630px) {
  .lanElata__downpCont {
    padding: 330px 0;
  }
}
@media only screen and (max-width: 1199px) {
  .headerSearch:hover input {
    width: 123px !important;
  }
  .headerSearch input:focus {
    width: 123px !important;
  }

  .huretim__pvarietyShadowInner {
    padding-bottom: 19.25% !important;
  }
}
@media only screen and (max-width: 1820px) {
  .landingUltral__b3secCol0 {
    width: 18.7%;
  }
}
@media only screen and (max-width: 1720px) {
  .landingUltral__b3secCol0 {
    width: 16.9%;
  }

  .landingUltral__b2secColb {
    padding-right: 100px;
  }
}
@media only screen and (max-width: 1620px) {
  .landingUltral__b3secCol0 {
    width: 14.9%;
  }

  .lanFree__b2ssBgBolimg {
    width: 60.4%;
  }

  .lanbm__slikeHl {
    width: unset;
    width: auto;
  }
  .lanbm__scDownaBlocka {
    flex-shrink: 1;
  }
  .lanbm__scDownaCol {
    flex-wrap: nowrap;
  }
  .lanbm__scDownaLink {
    font-size: 1rem;
  }
  .lanbm__scDownaTxt2 {
    font-size: 1rem;
  }
  .lanbm__scDownaTxt3 {
    font-size: 1rem;
  }
  .lanbm__botLink {
    padding: 8px 30px;
    width: unset;
    width: auto;
  }
  .lanbm__scDownaCol.-i3s .lanbm__scDownaBlocka {
    flex-shrink: 1;
  }
  .lanbm__scDownaBlockb.-link {
    position: static;
  }
  .lanbm__scDownaLink {
    white-space: nowrap;
  }
  .lanbm__scImaTxt2::after {
    top: 12px;
  }
  .lanbm__scDownaTxt3::after {
    top: 8px;
  }

  #lanbm__html {
    font-size: 12px;
  }

  .popup[data-mode=lanbm] .popup__box {
    max-width: 750px;
  }
  .popup[data-mode=lanbm] .popup__close {
    width: 40px;
    right: 20px;
    top: 17px;
  }
  .popup[data-mode=lanbm] .popup__lanbmMorebuton {
    padding: 6px 15px;
    margin: -29px 15px 0px;
  }
}
@media only screen and (max-width: 1520px) {
  .landingUltral__b3secCol0 {
    width: 12.6%;
  }
}
@media only screen and (max-width: 1420px) {
  .landingUltral__b3secCol0 {
    width: 9.9%;
  }

  .slide-klokapak .sliderContent {
    left: 0px !important;
    width: 100%;
  }
  .slide-klokapak .sliderContent_B {
    left: 0px;
    width: calc(100% - 30px);
  }

  .nyf__i2clsColtxtBox {
    padding: 0 15px;
  }
  .nyf__i2clsHl {
    font-size: 35px;
    line-height: 35px;
  }
  .nyf__i2clsHlBolder {
    margin: 7px 0 40px;
    font-size: 38px;
  }
}
@media only screen and (max-width: 1320px) {
  .landingUltral__b3secCol0 {
    width: 6.9%;
  }
}
@media only screen and (max-width: 1220px) {
  .landingUltral__b3secCol0 {
    width: 3.3%;
  }

  .lanFree__b2ssBgBolimg {
    width: 62.5%;
  }
}
@media only screen and (max-width: 1120px) {
  .landingUltral__b3secCol0 {
    width: 7.1%;
  }
}
@media only screen and (max-width: 1020px) {
  .landingUltral__b3secCol0 {
    width: 2.8%;
  }
}
@media only screen and (max-width: 991px) {
  body {
    padding-top: 91px !important;
  }

  .combineIdeas .box {
    width: 25%;
  }

  .combineIdeas .box .text span {
    font-size: 18px;
  }

  .natureSlider {
    margin: 0px 0 -13px;
  }
  .natureSlider .textbox {
    padding-right: 0;
    padding-left: 0;
    width: 100%;
  }
  .natureSlider .textboxcontainer {
    position: static;
  }
  .natureSlider .textbox .morebuton {
    display: none;
  }
  .natureSlider .textbox .title2 {
    font-size: 20px;
    margin: 0 -10px 9px;
    line-height: 19px;
  }
  .natureSlider .textbox .description {
    font-size: 16px;
    margin-bottom: 15px;
    margin-top: 0px;
  }
  .natureSlider .textbox .plus svg {
    width: 24px;
    height: 24px;
  }
  .natureSlider .textbox a {
    background-color: #efe6de;
    font-size: 12px;
    font-weight: bold;
    color: #77706a !important;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mainslider__textarea.-verticalCenter {
    align-items: flex-end;
  }
  .mainslider__textarea .meta {
    margin-top: 40%;
  }
  .mainslider__textarea .meta.-verticalCenter {
    margin-top: 0px;
    margin-bottom: 32px;
  }
  .mainslider__textarea .meta .bigText {
    font-size: 18px !important;
    border-bottom-width: 15px;
    margin-bottom: 5px;
    line-height: 0px;
    padding: 0 7px;
  }
  .mainslider__textarea .meta .centeredBigTextA {
    font-size: 18px;
  }
  .mainslider__textarea .meta .centeredBigTextB {
    font-size: 26px;
    margin-top: -8px;
  }

  .mainslider__heightholderInner {
    padding-bottom: 100%;
  }

  .mainslider .item .meta .textRight {
    text-align: right;
  }

  .mainslider .item .meta .bigText {
    font-size: 30px !important;
    margin-bottom: 22px;
  }

  .asbutonlar__downsec {
    flex-wrap: wrap;
  }

  .asbutonlar__downsecCol1 {
    width: 100%;
  }

  .asbutonlar__downsecCol2 {
    width: 100%;
  }

  .asbutonlar__downsecLink {
    width: 100%;
    height: 46px;
    margin-top: 20px;
  }

  .asbutonlar__downsecText1 {
    min-height: 53px;
    font-size: 18px;
  }

  .asbutonlar__downsecText2 {
    font-size: 16px;
  }

  .sellersearch {
    padding: 5% 6%;
  }

  .sellersearch__dlineInner {
    flex-wrap: wrap;
  }

  .sellersearch__dlineSelectcon {
    width: 100%;
    margin-bottom: 10px;
  }

  .sellersearch__formContainerInner {
    flex-wrap: wrap;
  }

  .sellersearch__formInput {
    font-size: 16px;
  }

  .sellersearch__formInputOuter {
    margin-bottom: 10px;
  }

  .sellersearch__formButtonOuter {
    width: 100%;
  }

  .sellersearch h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .select2-container .select2-selection--single .select2-selection__rendered {
    font-size: 18px;
  }

  .select2-results__option {
    font-size: 16px;
  }

  .ebulletin__inner {
    padding: 5% 6%;
  }

  .ebulletin__title {
    font-size: 18px;
  }

  .ebulletin__input {
    font-size: 16px;
  }

  .ebulletin__inputInner {
    flex-wrap: wrap;
  }

  .ebulletin__inputSec {
    margin-bottom: 10px;
  }

  .ebulletin__btnSec {
    width: 100%;
    height: 53px;
  }

  .headerSearch {
    display: none;
  }

  .headerSearch-mb {
    display: block;
  }

  #headerSearch button[type=submit] {
    position: absolute;
    padding: 0;
  }

  .headerLusec {
    width: 100%;
    margin-top: 5px;
    margin-bottom: -5px;
  }
  .headerLusec__part:nth-child(1) .seperator {
    display: none;
  }
  .headerLusec__outer {
    flex-wrap: wrap;
  }

  /*********************************************/
  header {
    padding-bottom: 15px;
  }
  header .navbar-brand {
    position: absolute;
    right: 0;
    top: 10px;
  }
  header .navbar-brand img {
    width: 118px;
  }
  header .nav-item:first-child {
    padding-top: 5px;
  }
  header .nav-item .nav-link {
    padding: 10px 10px !important;
  }
  header .navbar {
    padding: 15px 8px 0px;
  }
  header .navbar .dropdown-menu {
    display: none;
  }
  header .navbar .dropdown-menu.show {
    display: block;
  }
  header .hTop {
    height: 40px;
    font-size: 16px;
  }

  .dropdown-menu.dm-mini .dropdown-item {
    font-size: 16px;
  }

  /*********************************************/
  .cookieButton-mb {
    display: inline-block !important;
    float: none !important;
    margin-top: 10px !important;
    margin-bottom: 10px;
  }

  .cookieButton-dt {
    display: none !important;
  }

  #myCookieConsent {
    font-size: 10px;
  }

  .landingSpiral__slikeareaContentInner {
    padding: 0 50px;
    margin-top: 25%;
    text-align: center;
  }
  .landingSpiral__slikeareaHl {
    font-size: 25px;
  }
  .landingSpiral__slikeareaText {
    display: none;
  }
  .landingSpiral__i2block {
    margin-bottom: 57px;
  }
  .landingSpiral__i2blockCola {
    width: 100%;
    margin-top: 0px;
    padding-right: 0;
    padding: 15px;
  }
  .landingSpiral__i2blockColaInner {
    max-width: 100%;
    width: 100%;
    display: inline-block;
  }
  .landingSpiral__i2blockColb {
    width: 100%;
  }

  .landingGrande__closetsCola {
    width: 100%;
  }
  .landingGrande__closetsColaTextbox {
    font-size: 20px;
    margin-right: 20px;
  }
  .landingGrande__closetsColb {
    width: 100%;
  }
  .landingGrande__closetsColbTextbox {
    font-size: 20px;
    margin-left: 13px;
  }
  .landingGrande__commentsInner {
    padding-left: 15px;
    padding-right: 15px;
  }
  .landingGrande__commentsCards {
    width: 100%;
  }
  .landingGrande__commentsCardsItem {
    flex-wrap: wrap;
  }
  .landingGrande__commentsCardsItemImgdiv {
    width: 100%;
    max-width: 190px;
  }
  .landingGrande__commentsCardsItemImgdivImg {
    width: 100%;
  }
  .landingGrande__commentsCardsItemContent {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .landingGrande__commentsCardsItemContentText1 {
    font-size: 18px;
  }
  .landingGrande__commentsCardsItemContentText2 {
    font-size: 18px;
  }
  .landingGrande__commentsCardsItemContentText3 {
    font-size: 14px;
  }

  .slickCombineIdeas .flickity-prev-next-button {
    display: none;
  }

  .huretim__slikearea {
    background-size: cover;
    background-position: center;
    min-height: 230px;
  }
  .huretim__slikeareaImg {
    visibility: hidden;
  }
  .huretim__slikeareaButtonsCol {
    width: 100%;
    margin-top: 10px;
  }
  .huretim__slikeareaButtonsLink {
    font-size: 18px;
    padding: 17px 0;
  }
  .huretim__pvarietyShadow {
    display: none;
  }
  .huretim__pvarietyHl {
    margin-top: -10px;
  }
  .huretim__pvarietyCol {
    width: 50%;
    padding: 0 5px;
    margin-bottom: 30px;
  }
  .huretim__pvarietyColOuter {
    margin: 0 -5px;
    justify-content: center;
  }
  .huretim__pvarietyColContent {
    padding: 20px 5px 20px;
  }
  .huretim__pvarietyColText {
    font-size: 14px;
    padding: 0px 0px 0px;
  }
  .huretim__dbimg {
    overflow: hidden;
    margin-bottom: 20px;
    padding-bottom: 30px;
  }
  .huretim__dbimgTextholderCol {
    width: 100%;
  }
  .huretim__dbimgTextholderCol.-i2 {
    margin-top: 40px;
    justify-content: center;
  }
  .huretim__dbimgTextholderText2 {
    padding-right: 0;
    margin-bottom: 10px;
    text-align: center;
  }
  .huretim__dbimgSliderItem {
    width: 100%;
  }
  .huretim__widetextText {
    padding: 0 15px;
  }
  .huretim__widetextHl {
    margin-bottom: 10px;
  }
  .huretim__widetextDcols {
    width: 100%;
  }
  .huretim__widetextDcolsImg {
    width: 100%;
  }
  .huretim__widetextDcolsContent {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-bottom: 60px;
  }

  .hteknoloji__videconTextcol {
    width: 100%;
    margin-bottom: 30px;
  }
  .hteknoloji__videconTextcolText {
    padding-right: 0;
  }
  .hteknoloji__videconTextcolText.-right {
    padding-left: 0;
  }
  .hteknoloji__videconVidecol {
    width: 100%;
    margin-bottom: 30px;
  }
  .hteknoloji__videconVidecolPlay svg {
    height: 40px;
  }
  .hteknoloji__videconLine {
    margin-bottom: 0;
  }
  .hteknoloji__videconLine.-verB .hteknoloji__videconTextcol {
    width: 100%;
  }
  .hteknoloji__videconLine.-verB .hteknoloji__videconTextcolText {
    padding-right: 0;
  }
  .hteknoloji__videconLine.-verB .hteknoloji__videconTextcolText.-right {
    padding-left: 0;
  }
  .hteknoloji__videconLine.-verB .hteknoloji__videconVidecol {
    width: 100%;
  }
  .hteknoloji__widetext {
    padding: 0px 15px 40px;
  }

  .landingUltral__slikeareaHl {
    font-size: 20px;
  }

  .landingUltral__widetextHl {
    font-size: 20px;
  }

  .landingUltral__widetext {
    padding: 42px 0;
  }

  .landingUltral__b2secCola {
    width: 100%;
  }

  .landingUltral__b2secColb {
    width: 100%;
    padding: 50px 15px;
  }

  .landingUltral__b2secText {
    margin-bottom: 55px;
  }

  .landingUltral__showcase {
    padding: 60px 0 50px;
  }

  .landingUltral__showcaseText {
    max-width: 100%;
    padding: 0 15px;
  }

  .landingUltral__b3secCol0 {
    display: none;
  }

  .landingUltral__b3secCola {
    width: 100%;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .landingUltral__b3secColb {
    width: 100%;
  }

  .landingUltral__b3sec {
    flex-wrap: wrap;
  }

  .landingUltral__b3secText {
    margin-bottom: 63px;
  }

  .lanFree__slareaHl {
    font-size: 24px;
    line-height: 32px;
  }
  .lanFree__b2ssColimg {
    width: 100%;
    padding-right: 0;
  }
  .lanFree__b2ssColimg:nth-child(2) {
    margin-top: 70px;
  }
  .lanFree__b2ssColtext {
    width: 100%;
    text-align: center;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .lanFree__b2ssColrestImg {
    display: inline-block;
  }
  .lanFree__b2ssBg {
    display: none;
  }
  .lanFree__b2ssLine.-wide .lanFree__b2ssColtext {
    width: 100%;
  }
  .lanFree__b2ssLine.-wide .lanFree__b2ssColimg {
    width: 100%;
  }
  .lanFree__b2ssLine.-lefted .lanFree__b2ssColtext {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 80px;
  }
  .lanFree__b2ssLine.-padManyToContent .lanFree__b2ssColtext {
    padding-top: 68px;
    padding-bottom: 25px;
  }
  .lanFree__b2ssLine.-bggrey .lanFree__b2ssColtext {
    width: 100%;
  }
  .lanFree__b2ssLine.-bggrey .lanFree__b2ssColimg {
    width: 100%;
  }
  .lanFree__b2ssLine.-bggrey .lanFree__b2ssColimg:nth-child(2) {
    margin-top: 40px;
  }
  .lanFree__midlaneCola {
    width: 100%;
  }
  .lanFree__midlaneColb {
    width: 100%;
    padding: 100px 0 50px;
  }
  .lanFree__midlaneHl {
    font-size: 24px;
    line-height: 32px;
  }
  .lanFree__ichl {
    font-size: 24px;
    line-height: 32px;
  }
  .lanFree__ictext {
    margin-bottom: 45px !important;
  }

  .lanfoglia__body {
    overflow-x: hidden;
  }
  .lanfoglia__b4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lanfoglia__b4Cola {
    width: 100%;
  }
  .lanfoglia__b4Colb {
    width: 100%;
    padding: 50px 0 0;
  }
  .lanfoglia__lastbuttonsItem {
    margin-right: 0px !important;
    margin-bottom: 20px;
  }

  .slide-klokapak {
    padding: 0px 0 40px;
  }
  .slide-klokapak .sliderContent {
    left: 0 !important;
    width: 100%;
  }
  .slide-klokapak .sliderContent .slide-item {
    height: 650px;
  }
  .slide-klokapak .sliderContent_B {
    left: 0;
    top: 34px;
    width: calc(100% - 30px);
  }
  .slide-klokapak .colorSelect .color {
    margin-bottom: 15px;
  }
  .slide-klokapak .ctn {
    height: unset;
    height: auto;
  }
  .slide-klokapak__cola {
    width: 100%;
  }
  .slide-klokapak__colb {
    width: 100%;
  }
  .slide-klokapak__colorsCa {
    padding-left: 25px !important;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .slide-klokapak__colorsCb {
    width: 100%;
  }

  .foglia-armatur .flickity-button {
    display: none;
  }

  .foglia-klozet-bide .flickity-button {
    display: none;
  }

  .foglia_slider .flickity-button {
    display: none;
  }

  .foglia-lavabo-slider .flickity-button {
    display: none;
  }

  .foglia-armatur .sliders .flickity-button {
    display: none;
  }

  .foglia-banyo-mobilya-slider .sliders .flickity-button {
    display: none;
  }

  .popup__brdiv {
    display: block;
    width: 100%;
  }
  .popup__box {
    padding: 60px 15px 30px;
    border-radius: 10px;
  }
  .popup__boxDown {
    justify-content: center;
  }
  .popup__subbuton {
    margin-left: 0px;
  }
  .popup__text {
    font-size: 16px;
    margin-bottom: 35px;
  }
  .popup__itext {
    margin-bottom: 25px;
    max-width: 580px;
  }
  .popup__cont {
    padding: 15px;
  }
  .popup__hl {
    font-size: 23px;
    line-height: 25px;
    margin-bottom: 10px;
  }
  .popup__linka {
    text-align: center;
  }
  .popup__close {
    right: 10px;
    top: 27px;
  }
  .popup__nyfClose {
    right: 5px;
    top: -18px;
  }
  .popup[data-mode=nyf] .popup__box {
    padding: 20px 10px 5px;
  }

  .flashError {
    font-size: 13px;
    transform: translateY(40px);
    text-align: center;
  }
  .flashError.-verB {
    font-size: 10px;
    transform: translateY(0px);
  }

  .lanElata__upp {
    padding-bottom: 30px;
  }
  .lanElata__uppI2col {
    flex-wrap: wrap;
    padding: 30px 23px 30px;
  }
  .lanElata__uppI2col .lanElata__txt {
    margin-bottom: 30px;
  }
  .lanElata__uppI2colColvid {
    width: 100%;
  }
  .lanElata__uppI2colColcont {
    width: 100%;
    max-width: none;
    padding: 30px 15px;
  }
  .lanElata__uppBxfBox {
    left: 15px;
    position: relative;
    margin-top: -70px;
    max-width: none;
    top: 0px;
  }
  .lanElata__downpCont {
    padding: 30px 0;
    text-align: center;
  }
  .lanElata__downpBox {
    padding: 36px 28px;
    width: 90%;
    display: inline-block;
    border-radius: 25px;
  }

  .upvide__close {
    top: 10px;
    right: 10px;
  }

  .komfik__i2colCont {
    flex-wrap: wrap;
  }
  .komfik__i2colImg {
    width: 100%;
  }
  .komfik__i2colColimg {
    max-width: 100%;
    width: 100%;
  }
  .komfik__i2colColtext {
    padding: 20px;
  }
  .komfik__i2colShbuts {
    justify-content: center;
  }
  .komfik__i2col.-textToRight .komfik__i2colColtext {
    padding: 20px;
  }
  .komfik__i2col.-verB .komfik__hl {
    margin-top: 0px;
  }
  .komfik__text {
    margin-bottom: 50px;
    min-height: unset;
    min-height: auto;
  }
  .komfik__txtfnt {
    min-height: unset;
    min-height: auto;
  }
  .komfik__txtfntBox {
    max-width: 90%;
  }

  .kfgenp__kfis {
    margin-bottom: 30px;
  }
  .kfgenp__kfisColimgs {
    width: 100%;
  }
  .kfgenp__kfisColcontent {
    width: 100%;
    padding: 20px 15px 60px;
  }
  .kfgenp__kfisBtnholder {
    left: 15px;
  }
  .kfgenp__kfisDcubuk {
    margin: 42px 30px 0;
    padding: 0px 0px 23px;
    width: 100%;
    overflow: hidden;
  }
  .kfgenp__kfisDcubukItself {
    box-shadow: 0px 0px 15px 0px black;
    height: 1px;
  }
  .kfgenp__kfis.-fright .kfgenp__kfisColcontent {
    margin-bottom: 30px;
  }
  .kfgenp__kfis.-fright .kfgenp__kfisBtnholder {
    left: unset;
    left: auto;
    right: 15px;
  }

  .nyf__fs {
    padding-bottom: 10px;
  }
  .nyf__fsLinkareaLink {
    font-size: 16px;
  }
  .nyf__i2clsColcls {
    width: 100%;
  }
  .nyf__i2clsColtxt {
    width: 100%;
    justify-content: center;
    padding: 30px 0 90px;
  }
  .nyf__i2cls.-v2 .nyf__txt {
    max-width: 510px;
  }
  .nyf__i2cls.-v2 .nyf__i2clsColcls {
    width: 100%;
  }
  .nyf__i2cls.-v2 .nyf__i2clsColtxt {
    width: 100%;
    padding: 30px 0 90px;
  }

  .lanMop .container {
    padding: 0 15px;
  }
  .lanMop__hl {
    font-weight: 700;
    color: white;
    font-size: 30px;
    line-height: 35px;
    margin-bottom: 36px;
  }
  .lanMop__hl.-dark {
    color: #222;
  }
  .lanMop__hl2 {
    font-weight: 700;
    color: white;
    font-size: 36px;
    line-height: 41px;
    margin-bottom: 36px;
  }
  .lanMop__txt {
    font-weight: 400;
    color: white;
    font-size: 16px;
    margin-bottom: 27px;
  }
  .lanMop__txt.-dark {
    color: #222;
  }
  .lanMop__link {
    font-weight: 700;
    color: white !important;
    font-size: 16px;
    padding: 16px 46px;
    border: 1px solid white;
    display: inline-block;
  }
  .lanMop__videsec {
    padding-bottom: 0;
  }
  .lanMop__videsecColvide {
    width: 100%;
  }
  .lanMop__videsecColtxt {
    width: 100%;
    padding: 30px 0 80px;
  }
  .lanMop__i2bimgsec {
    margin-bottom: 60px;
  }
  .lanMop__i2bimgsecMiddle {
    height: unset;
    height: auto;
  }
  .lanMop__i2bimgsecMiddleBox {
    padding: 0px;
    transform: none;
  }
  .lanMop__txtleftsec {
    margin-bottom: 60px;
  }
  .lanMop__txtleftsecFrontBox {
    padding: 30px;
  }
  .lanMop__txtleftsecColtxt {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }
  .lanMop__txtleftsecColimg {
    width: 100%;
  }
  .lanMop__shc {
    margin-bottom: 60px;
  }
  .lanMop__shcBox {
    position: relative;
    top: 0;
    left: 0;
    padding: 15px;
    margin: 0 10px;
    margin-top: -40px;
  }
  .lanMop__txtrightsec {
    margin-bottom: 100px;
  }
  .lanMop__txtrightsec .container__inner {
    padding: 10px 0px;
  }
  .lanMop__txtrightsecColimg {
    width: 100%;
    padding: 15px 30px;
  }
  .lanMop__txtrightsecColtxt {
    width: 100%;
    padding: 40px 15px 15px;
  }
  .lanMop__txtrightsecColtxtBox .lanMop__hl {
    margin-bottom: 25px;
  }
  .lanMop__txtrightsecColtxtBox .lanMop__txt {
    margin-bottom: 0;
  }

  .lanMobilya__bimgsec {
    margin-bottom: 35px;
  }
  .lanMobilya__bimgsecImga {
    display: none;
  }
  .lanMobilya__bimgsecImgb {
    display: inline-block;
  }
  .lanMobilya__bimgsecHiball {
    width: 80px;
    height: 80px;
    padding: 24px 0 0;
    line-height: 20px;
    font-size: 18px;
  }
  .lanMobilya__tcols {
    margin-bottom: 0;
  }
  .lanMobilya__tcolsItem {
    width: 100%;
    padding: 0 0px;
  }
  .lanMobilya__tcolsItemCola {
    width: 100%;
  }
  .lanMobilya__tcolsItemColb {
    width: 100%;
    padding: 60px 10px 60px 10px;
  }
  .lanMobilya__tcolsItem.-dbuts {
    padding: 0px 10px 0px;
    text-align: center !important;
  }
  .lanMobilya__tcolsTable thead tr > * {
    width: unset !important;
    width: auto !important;
    flex-grow: 1 !important;
    padding: 0 !important;
  }
  .lanMobilya__tcolsTable tbody tr {
    flex-wrap: wrap;
  }
  .lanMobilya__tcolsTable tbody tr td:nth-child(1) {
    width: 100%;
  }
  .lanMobilya__tcolsTable tbody tr td:nth-child(2) {
    width: 50%;
  }
  .lanMobilya__tcolsTable tbody tr td:nth-child(3) {
    width: 50%;
  }
  .lanMobilya__tcolsPbox {
    padding: 15px;
  }
  .lanMobilya__tcolsPbox * {
    font-family: "Roboto";
  }
  .lanMobilya__tcolsPboxButton {
    border-radius: 10px;
  }
  .lanMobilya__tcolsPboxTxt {
    font-size: 18px;
  }
  .lanMobilya__dbutsLink:nth-child(2) {
    margin-bottom: 30px;
  }

  .lanFot__ulhl {
    padding: 0 15px 0px 0;
  }
  .lanFot__buildsInner {
    justify-content: center;
  }
  .lanFot__buildsBox {
    width: 33%;
  }
  .lanFot__showc {
    margin-bottom: 70px;
  }
  .lanFot__showcInner {
    padding: 0 10px;
  }
  .lanFot__showcIboxContent {
    position: static;
  }
  .lanFot__showcIboxWbox {
    position: static;
    padding: 20px 0;
    display: block;
    max-width: unset;
  }
  .lanFot__showcIbox .lanFot__link {
    position: static;
    border-color: #2a3749;
    color: #2a3749 !important;
  }
  .lanFot__slipic {
    margin-bottom: 70px;
  }
  .lanFot__slipicInner {
    padding: 0 10px;
  }

  .lanSolo__slikeBimg {
    margin-bottom: 50px;
  }
  .lanSolo__i2col {
    padding: 0px 0 90px;
  }
  .lanSolo__i2colTbox {
    padding: 40px 15px;
  }
  .lanSolo__i2colLayerbCola {
    width: 100%;
  }
  .lanSolo__i2colLayerbColb {
    width: 100%;
    height: 300px;
  }
  .lanSolo__i2col.-vC {
    margin-top: -40px;
    padding-bottom: 150px;
  }
  .lanSolo__i2col.-vC .lanSolo__i2colLayerbCola {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .lanSolo__specsCol {
    width: 50%;
    margin: 30px 0;
  }
  .lanSolo__specsCol:last-child .lanSolo__specsPic {
    border-right-width: 1px;
  }
  .lanSolo__specsCol:last-child .lanSolo__specsIcons {
    display: none;
  }
  .lanSolo__specs.-vb .lanSolo__specsCol {
    width: 50%;
    margin: 30px 0;
  }
  .lanSolo__specs.-vb .lanSolo__specsCol:last-child .lanSolo__specsIcons {
    display: flex;
  }

  .lanbm__scImaBlock {
    position: static;
  }

  .lanbm__scImaInnbox {
    min-width: auto;
  }

  .lanbm__scImaLink {
    margin: 20px 0 0;
    display: inline-block;
  }

  .lanbm__scImaBlock.-bottomRight {
    text-align: right;
  }

  .lanbm__scDowna {
    padding: 15px;
  }

  .lanbm__scDownaCol {
    width: 100%;
    margin-top: 25px;
  }
  .lanbm__scDownaCol:nth-child(1) {
    margin-top: 0px;
  }

  .lanbm__scDownaCol.-right {
    padding-left: 0;
  }

  .lanbm__scDownaCol.-rightBorder {
    padding-right: 0;
  }
  .lanbm__scDownaCol.-rightBorder:after {
    display: none;
  }

  .lanbm__scDownaTxt4 {
    white-space: nowrap;
  }

  .lanbm__scDowna.-dobo .lanbm__scDownaCol {
    width: 100% !important;
  }
  .lanbm__scDowna.-dobo .lanbm__scDownaCol:nth-child(1) {
    padding: 15px;
  }
  .lanbm__scDowna.-i3s {
    flex-wrap: wrap;
  }
}
/* max 991 */
@media only screen and (max-width: 768px) {
  header .navbar-brand {
    margin-top: 8px !important;
  }

  header .navbar-brand img {
    /*width: 150px;*/
    width: 143px;
  }

  /*
    .stickyHeader .navbar-brand {
      margin-top: 0px;
    }
    .stickyHeader .navbar-toggler {
      transform: translateY(5px);
    }*/
  .mainslider .item .meta .bigText {
    font-size: 18px !important;
    margin-bottom: 2px;
  }

  .landingGrande__slareaContentInner {
    max-width: 248px;
  }
  .landingGrande__slareaHl {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .landingGrande__slareaText {
    font-size: 12px;
  }

  .foglia-armatur .sliders .slide {
    width: 100%;
  }
  .foglia-armatur .sliders .slide .container .row > div {
    flex-basis: 100%;
    margin: 0;
    max-width: unset;
    max-width: none;
  }
  .foglia-armatur .thumbs {
    bottom: unset;
    bottom: initial;
    top: 20px;
  }
  .foglia-armatur .thumbs figure img {
    height: 40px !important;
  }

  .foglia-klozet-bide .thumbs {
    bottom: unset;
    bottom: initial;
    top: 20px;
  }
  .foglia-klozet-bide .thumbs figure img {
    height: 40px !important;
  }

  .slide-klokapak .sliderContent .slide-item {
    height: 220px;
  }
  .slide-klokapak .sliderContent_B {
    top: 0px;
  }
}
/*# sourceMappingURL=common_b.css.map */
@keyframes upvidePlayAni {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

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