@charset "utf-8";

/* Наурыз */

main.nauriz::before,
main.nauriz::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
main.nauriz::before {
  background-image: url(../img/nauriz/before.png);
}
main.nauriz::after {
  background-image: url(../img/nauriz/after.png);
  background-position-x: right;
  background-position-y: bottom;
}
.home_furniture.nauriz {
  background-image: url(../img/nauriz/furniture.png);
}
.home_furniture.nauriz::before {
  z-index: 1;
}
.nauriz__ornament::after {
  content: '';
  width: 349px;
  height: 241px;
  background-image: url(../img/nauriz/ornament.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 385px;
  left: -189px;
  z-index: 1;
}

.nauriz__ornament {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  max-width: 1289px;
  height: 100%;
  position: absolute;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
}

@media screen and (max-width: 1199px) {
  .nauriz__ornament {
    max-width: 1102px;
  }
  .nauriz__ornament::after {
    width: 299px;
    height: 207px;
    top: 331px;
    left: -144px;
  }
}
@media screen and (max-width: 1087px) {
  .nauriz__ornament::after {
    top: 325px;
  }
}
@media screen and (max-width: 1065px) {
  .nauriz__ornament::after {
    top: 315px;
    left: -165px;
  }
}
@media screen and (max-width: 1024px) {
  .nauriz__ornament::after {
    top: 299px;
    left: -169px;
  }
}
@media screen and (max-width: 991px) {
  .nauriz__ornament {
    max-width: 806px;
  }
  .nauriz__ornament::after {
    width: 218px;
    height: 151px;
    top: 241px;
    left: -118px;
  }
}
@media screen and (max-width: 767px) {
  .nauriz__ornament {
    max-width: 540px;
  }
  .nauriz__ornament::after {
    width: 146px;
    height: 101px;
    top: 164px;
    left: -79px;
  }
}

@media screen and (max-width: 575px) {
  .nauriz__ornament {
    display: none;
  }
  body.nauriz main {
    background-image: url(../img/nauriz/mobile__bg.jpg);
  }
  body.nauriz main::before,
  body.nauriz main::after {
    width: 83%;
  }
  body.nauriz main::before {
    display: none;
    background-image: url(../img/nauriz/mobile__before.png);
  }
  body.nauriz main::after {
    display: none;
    background-image: url(../img/nauriz/mobile__after.png);
    right: 0;
    left: unset;
  }
}

@media screen and (max-height: 854px) {
  .nauriz__ornament::after {
    top: 367px;
  }
}
@media screen and (max-height: 768px) {
  .nauriz__ornament::after {
    top: 47%;
  }
}