* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Regular.eot");
  src: local("../fonts/ProximaNova/Proxima Nova Regular"), local("../fonts/ProximaNova/ProximaNova-Regular"), url("../fonts/ProximaNova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Regular.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Regular.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova";
  src: url("../fonts/ProximaNova/ProximaNova-Bold.eot");
  src: local("../fonts/ProximaNova/Proxima Nova Bold"), local("../fonts/ProximaNova/ProximaNova-Bold"), url("../fonts/ProximaNova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNova/ProximaNova-Bold.woff2") format("woff2"), url("../fonts/ProximaNova/ProximaNova-Bold.woff") format("woff"), url("../fonts/ProximaNova/ProximaNova-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
body {
  font-family: "ProximaNova";
  font-weight: 600;
  overflow-x: hidden;
}

html {
  overflow-x: hidden;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header {
  height: 70px;
  width: 100%;
  position: fixed;
  z-index: 50;
  text-transform: uppercase;
  background: #000;
}
.header .container {
  max-width: 1861px;
  margin: 0 auto;
}
.header a {
  color: #707070;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header a:hover {
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header .header__logo-text {
  color: #fff;
}
.header .header__logo-text:hover {
  color: #fff;
}

.container {
  max-width: 1213px;
  margin: 0 auto;
}

.header__body {
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__burger-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 110px;
          flex: 1 1 110px;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
}

.header__burger {
  position: relative;
  height: 23px;
  width: 33px;
}
.header__burger:after, .header__burger:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: #BEA67C;
}
.header__burger:after {
  bottom: 0;
}
.header__burger:before {
  top: 0;
}
.header__burger span {
  position: absolute;
  height: 1px;
  top: 11px;
  width: 100%;
  background: #BEA67C;
}

.header__burger-link {
  font-size: 15px;
  letter-spacing: 1px;
}

.header__logo {
  position: relative;
}

.header__logo-text {
  letter-spacing: 10px;
  line-height: 44px;
  color: #fff;
  font-size: 36px;
}

.header__logo-line {
  position: absolute;
  display: block;
  height: 4px;
  width: 64px;
  background: #BEA67C;
  z-index: 1;
  top: 20px;
  left: 41px;
}

.header__list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 400px;
          flex: 1 1 400px;
  max-width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__link {
  font-size: 15px;
}

.header__help {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 110px;
          flex: 1 1 110px;
  max-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__help img {
  width: 23px;
}

.header__language {
  position: relative;
  width: 30px;
}

.header__lang {
  font-size: 15px;
  color: #707070;
}

.header__lang-shape img {
  width: 8px;
  position: absolute;
  top: 30%;
  right: 0px;
}

.header__burger-body.active a {
  color: #000;
}

.header__burger.active:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 9px;
}

.header__burger.active:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  bottom: 13px;
}

.header__burger.active span {
  display: none;
}

.header__menu {
  overflow: auto;
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__menu .container {
  padding: 70px 40px 0px 48px;
}
.header__menu .header__logo-text {
  color: #000;
}
.header__menu .header__logo-text:hover {
  color: #000;
}
.header__menu .header__list {
  display: block;
  margin: 40px 0 0 0;
}
.header__menu .header__list li {
  margin: 20px 0 0 0;
}

.header__menu.active {
  left: 0;
  z-index: 2;
}
.header__menu.active a {
  color: #000;
}

.content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.mainblock {
  position: relative;
  height: 900px;
  background: #000;
}

.mainblock__logo-block {
  max-width: 525px;
  margin: 0px auto 0;
  padding: 250px 0 0 0;
}

.mainblock__logo {
  letter-spacing: 10px;
  line-height: 100px;
  color: #fff;
  font-size: 100px;
  text-transform: uppercase;
  color: #BEA67C;
}

.btn {
  display: block;
  height: 58px;
  width: 306px;
  border: 2px solid #fff;
  line-height: 54px;
  text-transform: uppercase;
  letter-spacing: 6px;
  color: #fff;
}

.btn-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: 200px;
  margin: 0 auto;
}

.mainblock__btn {
  margin: 37px 0 0 0;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mainblock__btn:hover {
  color: #D4B98A;
  border: 2px solid #D4B98A;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.mainblock__down-block {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  height: 44px;
  width: 50%;
}

.mainblock__down-line {
  position: absolute;
  bottom: -25px;
  right: 25%;
  background: #BEA67C;
  height: 51px;
  width: 4px;
}

.furniture {
  background: #fff;
  height: 600px;
}

.funrniture__bg {
  text-transform: uppercase;
  position: relative;
  opacity: 0.05;
  z-index: 1;
}

.funrniture__bg-F {
  position: absolute;
  top: -286px;
  font-size: 400px;
  line-height: 350px;
}

.funrniture__bg-furniture {
  position: absolute;
  top: 94px;
  right: -600px;
  font-size: 170px;
}

.furniture__block {
  margin: 136px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.furniture__block__bg-line1 {
  width: 183px;
  height: 1px;
  background: #000;
  margin: 0 28px 0 27px;
}

.furniture__block__bg-line2 {
  width: 163px;
  height: 4px;
  background: #BEA67C;
  margin: 4px 28px 0 163px;
}

.furniture__block-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  margin: 0 auto;
}

.furniture__block-text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.furniture__block-text__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.furniture__block-text__title-text {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 70px;
}

.furniture__block-text__text-text {
  max-width: 356px;
  font-size: 15px;
  font-weight: 400;
}

.furniture__btn {
  line-height: 36px;
  height: 36px;
  max-width: 230px;
  color: #000;
  margin: 0 0 0 240px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.furniture__btn .btn-block {
  position: relative;
}
.furniture__btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.furniture__btn:hover .furniture__btn-line {
  width: 100%;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.furniture__btn-line {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #A9946E;
  width: 44px;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 5px;
}

.furniture__block-img {
  margin: 0 auto;
}
.furniture__block-img img {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 20px rgba(0, 0, 0, 0.2);
  -o-object-fit: none;
     object-fit: none;
  width: 600px;
}

.furniture__num {
  position: relative;
  font-size: 36px;
  color: #000;
  letter-spacing: 2px;
  line-height: 100px;
  margin: -50px 0 0 25px;
}

.furniture__down-line {
  position: absolute;
  top: 80px;
  left: 22px;
  background: #BEA67C;
  height: 51px;
  width: 4px;
}

.decor {
  position: relative;
  background: #fff;
  height: 600px;
}

.decor__bg {
  text-transform: uppercase;
  position: relative;
  opacity: 0.05;
  z-index: 1;
}

.decor__bg-D {
  position: absolute;
  top: -300px;
  right: 0;
  font-size: 400px;
  line-height: 350px;
}

.decor__bg-decor {
  position: absolute;
  top: 94px;
  left: -400px;
  font-size: 170px;
}

.decor__block {
  position: relative;
  margin: 136px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.decor__block__bg-line1 {
  width: 151px;
  height: 1px;
  background: #000;
  margin: 0 40px 0 20px;
}

.decor__block__bg-line2 {
  width: 44px;
  height: 4px;
  background: #BEA67C;
  margin: 4px 28px 0 10px;
}

.decor__block-text {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44%;
          flex: 0 0 44%;
  text-align: right;
  margin: 0 auto;
}

.decor__block-text__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0 120px;
}

.decor__block-text__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.decor__block-text__title-text {
  text-transform: uppercase;
  font-size: 48px;
  line-height: 70px;
}

.decor__block-text__text-text {
  max-width: 292px;
  font-size: 15px;
  font-weight: 400;
}

.decor__btn {
  line-height: 36px;
  height: 36px;
  max-width: 230px;
  color: #000;
  margin: 0 0 0 65px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.decor__btn .btn-block {
  position: relative;
}
.decor__btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.decor__btn:hover .decor__btn-line {
  width: 100%;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.decor__btn-line {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #A9946E;
  width: 44px;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 5px;
}

.decor__block-img {
  margin: 0 auto;
}
.decor__block-img img {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 20px rgba(0, 0, 0, 0.2);
  -o-object-fit: none;
     object-fit: none;
  width: 600px;
}

.decor__num {
  position: absolute;
  right: 0;
  bottom: -20px;
  font-size: 36px;
  color: #000;
  letter-spacing: 2px;
  line-height: 100px;
}

.decor__down-line {
  position: absolute;
  top: 80px;
  right: 28px;
  background: #BEA67C;
  height: 51px;
  width: 4px;
}

/*
.mainblock__bg {
	.mainblock__bg1 {	
		position: relative;
		top:0;
		left:0px;
		margin: 0 664px 0 0 ;
		height:1000px;
		z-index:-1;
	}
	.mainblock__bg2 {
		position: relative;
		top:0;
		right:0px;
		margin: 0  0 0 664px;
		height:1000px;
		z-index:-1;
	}
}
*/
.quality .container {
  max-width: 980px;
}

.quality__title {
  font-size: 48px;
  color: #000;
  text-transform: uppercase;
  text-align: center;
}

.des {
  display: block;
  width: 44px;
  height: 4px;
  background: #bea67c;
  margin: 20px auto 0;
}

.quality__subtitle {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 25px;
  text-align: center;
  margin: 20px 0 0 0;
}

.quality__row {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.quality__video img {
  max-width: 260px;
  display: block;
  -o-object-fit: none;
     object-fit: none;
  border-radius: 50%;
  border: 7px solid #E7DFDF;
}

.q-des {
  display: block;
  width: 25px;
  height: 1px;
  background: #bea67c;
  margin: 24px auto 0;
}

.quality__item-title {
  margin: 12px 0 0 0;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  color: #000;
  text-align: center;
}

.design {
  margin: 158px 0 0 0;
  padding: 40px 75px;
  background: url("../img/design/bg.png");
}
.design .container {
  max-width: 1560px;
}

.design__block {
  position: relative;
  width: 100%;
  height: 737px;
  border: 1px solid #BEA67C;
}

.design__flexbox {
  margin: 197px 0 0 18%;
  width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.design__flexbox-lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.design__block-title__line {
  margin: 24px 0 0 0;
  display: block;
  background: #fff;
  width: 151px;
  height: 1px;
}

.design__block-title__text {
  color: #BEA67C;
  font-size: 48px;
  text-transform: uppercase;
}

.design__block-text__line {
  margin: 116px 0 0 0;
  display: block;
  background: #BEA67C;
  width: 44px;
  height: 4px;
}

.design__block-text__text {
  margin: 38px 0 0 0;
  font-size: 15px;
  font-weight: 400;
  color: #fff;
}

.design__btn {
  margin: 42px 0 0 0;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.design__btn:hover {
  color: #D4B98A;
  border: 2px solid #D4B98A;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.design__block-line {
  position: absolute;
  height: 151px;
  width: 1px;
  background: #fff;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 111px;
}

.about {
  margin: 140px 0 0 0;
  height: 523px;
}

.about__bg {
  position: relative;
  color: #000;
  opacity: 0.05;
}

.about__bg-A {
  position: absolute;
  top: -340px;
  right: 0;
  font-size: 400px;
  text-transform: uppercase;
}

.about__bg-aboutUs {
  position: absolute;
  top: 200px;
  left: -500px;
  font-size: 150px;
  text-transform: uppercase;
}

.about__block {
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.about__lines {
  position: relative;
  top: -58px;
  left: -30px;
}

.about__line1 {
  position: absolute;
  display: block;
  background: #000;
  top: 0;
  right: -40px;
  width: 155px;
  height: 1px;
}

.about__line2 {
  position: absolute;
  display: block;
  background: #BEA67C;
  top: 62px;
  right: -40px;
  width: 44px;
  height: 4px;
}

.about__block-image {
  margin: 0 auto;
}
.about__block-image img {
  -webkit-box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.2), -5px -5px 20px rgba(0, 0, 0, 0.2);
  width: 588px;
  -o-object-fit: none;
     object-fit: none;
}

.about__textblock {
  color: #000;
  margin: 0 auto;
}

.about__title {
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 1px;
  line-height: 100px;
}

.about__subtitle {
  width: 356px;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 25px;
}

.about__btn {
  line-height: 36px;
  height: 36px;
  max-width: 230px;
  color: #000;
  margin: 0 0 0 0px;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__btn .btn-block {
  position: relative;
}
.about__btn:hover {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__btn:hover .about__btn-line {
  width: 100%;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}

.about__btn-line {
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
  background: #A9946E;
  width: 44px;
  height: 2px;
  position: absolute;
  bottom: 4px;
  left: 5px;
}

.footer {
  height: 63px;
  background: #000;
}

.footer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.footer__copyright {
  color: #464646;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 400;
}

.footer__logo {
  position: relative;
}

.footer__logo-text {
  text-transform: uppercase;
  letter-spacing: 10px;
  line-height: 63px;
  color: #fff;
  font-size: 36px;
}

.footer__logo-line {
  position: absolute;
  display: block;
  height: 4px;
  width: 64px;
  background: #BEA67C;
  z-index: 1;
  top: 30px;
  left: 41px;
}

.footer__author {
  font-weight: 400;
  color: #464646;
  font-size: 15px;
}
.footer__author a {
  color: #7D7D7D;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__author a:hover {
  color: #CCCCCC;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@media (max-width: 1091px) {
  .mainblock__logo {
    max-width: 490px;
    margin: 37px auto;
  }

  .mainblock__btn {
    margin: 37px auto;
  }

  .furniture__block-img {
    margin: 40px auto 0;
  }

  .decor__block-text {
    margin: 40px auto 0;
  }

  .design__flexbox {
    margin: 190px auto 10%;
  }

  .quality {
    margin: 80px 0 0 0;
  }

  .about {
    height: 650px;
  }

  .about__textblock {
    text-align: center;
  }

  .about__btn {
    margin: 0 auto;
  }

  .design__block-line {
    right: 20px;
  }
}
@media (max-width: 820px) {
  .design {
    padding: 5%;
  }

  .design__block {
    padding: 20px;
  }

  .design__flexbox-lines {
    display: none;
  }
}
@media (max-width: 769px) {
  img {
    max-width: 400px;
  }

  .header__list {
    display: none;
  }

  .about__lines {
    display: none;
  }
}
@media (max-width: 601px) {
  .design__block .design__flexbox {
    display: block;
    max-width: 300px;
  }
  .design__block .design__flexbox-text {
    max-width: 300px;
    text-align: center;
  }

  .design__block-title__text {
    font-size: 30px;
  }

  .about {
    height: 570px;
  }

  .footer__logo-text {
    font-size: 20px;
    letter-spacing: 0.6px;
  }

  .footer__logo-line {
    display: none;
  }

  .footer__copyright,
.footer__author {
    font-size: 10px;
  }
  .footer__copyright a,
.footer__author a {
    font-size: 10px;
  }

  .footer {
    font-size: 10px;
  }
  .footer a {
    font-size: 10px;
  }
}
@media (max-width: 514px) {
  .header__logo-text {
    font-size: 24px;
  }

  .header__logo-line {
    height: 4px;
    width: 44px;
    left: 31px;
  }

  .mainblock__logo {
    font-size: 75px;
    max-width: 390px;
  }

  .furniture__block-text .furniture__block__bg-line1 {
    display: none;
  }
  .furniture__block-text .furniture__block__bg-line2 {
    display: none;
  }
  .furniture__block-text .furniture__block-text__title-text {
    margin: 0 auto;
  }
  .furniture__block-text .furniture__block-text__text-text {
    margin: 0 auto;
    text-align: center;
  }

  .furniture__btn {
    margin: 0 auto;
  }

  .decor__block-text .decor__block__bg-line1 {
    display: none;
  }
  .decor__block-text .decor__block__bg-line2 {
    display: none;
  }
  .decor__block-text .decor__block-text__title {
    text-align: center;
    margin: 0;
  }
  .decor__block-text .decor__block-text__title-text {
    margin: 0 auto;
    text-align: center;
  }
  .decor__block-text .decor__block-text__text-text {
    margin: 0 auto;
    text-align: center;
  }

  .decor__btn {
    margin: 0 auto;
  }

  .quality__row {
    display: block;
  }
  .quality__row .quality__video {
    max-width: 257px;
    margin: 20px auto 0;
  }
}
@media (max-width: 399px) {
  .header__burger {
    width: 25px;
  }

  .header__burger-link {
    display: none;
  }

  .header__help img {
    display: none;
  }
  .header__help .header__lang-shape img {
    display: block;
    width: 8px;
  }

  .furniture__block-img img,
.decor__block-img img,
.about__block-image img {
    width: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .btn {
    width: 270px;
  }

  .mainblock__logo {
    font-size: 50px;
    max-width: 270px;
  }

  .design__flexbox {
    width: 200px;
  }
  .design__flexbox .design__block-text__text {
    width: 200px;
    margin: 38px auto 0;
  }
  .design__flexbox .design__btn {
    width: 200px;
    letter-spacing: 2px;
  }

  .about__textblock {
    width: 250px;
    margin: 0 auto;
  }
  .about__textblock .about__subtitle {
    width: 250px;
  }
  .about__textblock .btn {
    width: 250px;
  }

  .design__block-line {
    display: none;
  }
}