@charset "UTF-8";

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

* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  outline: none !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

dl,
ol,
ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover {
  color: inherit;
  text-decoration: none;
}

p {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  overflow-x: hidden;
  font-family: 'Proxima Nova', sans-serif;
  font-weight: 400;
}

.container {
  max-width: 1170px;
}

main {
  overflow-x: hidden;
}

.burger-menu {
  position: relative;
  display: block;
}

.burger-menu.burger-menu_active .burger-menu_button.first {
  z-index: 1;
}

.burger-menu.burger-menu_active .burger-menu_nav {
  right: 0;
}

.burger-menu.burger-menu_active .burger-menu_overlay {
  display: block;
  background-color: rgba(0, 0, 0, 0.5);
}

.burger-menu .burger-menu_button {
  position: relative;
  z-index: 1001;
  border: none;
  width: 30px;
  height: 23px;
  top: 14px;
  right: 0;
  background: url("../images/menu burger-pc.png") no-repeat center;
  background-size: contain;
  cursor: pointer;
}

.burger-menu .burger-menu_nav {
  position: fixed;
  z-index: 990;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 19%;
  height: 100vh;
  top: 0;
  right: -1000%;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  background: #000000;
  border-radius: 0 4px 4px 0;
  padding: 40px 40px 40px 40px;
}

.burger-menu .burger-menu_nav .burger-menu_button.two {
  position: absolute;
  background: url("../images/mobile-x.png") no-repeat center;
  background-size: contain;
  right: 30px;
  top: 20px;
  width: 20px;
  height: 20px;
}

.burger-menu .burger-menu_nav .burger-menu_button.first {
  width: 22px;
  height: 17px;
}

.burger-menu .burger-menu_nav .burger-menu_link {
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #FFFFFF;
  margin-bottom: 23px;
  position: relative;
  /*
      &:hover {
        transform: translateY(2px);
      }*/
}

.burger-menu .burger-menu_nav .burger-menu_link:after {
  content: "";
  width: 220px;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -11px;
  background: #C1915C;
  display: none;
}

.burger-menu .burger-menu_nav .burger-menu_link.caps {
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #E4D3C3;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.burger-menu .burger-menu_nav .burger-menu_link.caps:after {
  bottom: -9px;
}

.burger-menu .burger-menu_nav .burger-menu_link.caps.active {
  color: #fff9f4;
}

.burger-menu .burger-menu_nav .burger-menu_link.active:after {
  display: block;
}

.burger-menu .burger-menu_nav .burger-menu_link.first {
  margin-bottom: 15px;
}

.burger-menu .burger-menu_nav .burger-menu_overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
}

.burger-menu .burger-menu_nav .btn-1,
.burger-menu .burger-menu_nav footer .contacts .btn-3 a,
footer .contacts .btn-3 .burger-menu .burger-menu_nav a {
  margin-bottom: 20px;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.burger-menu .burger-menu_nav .btn-1.first,
.burger-menu .burger-menu_nav footer .contacts .btn-3 a.first,
footer .contacts .btn-3 .burger-menu .burger-menu_nav a.first {
  margin-top: 25px;
}

.burger-menu .burger-menu_nav .btn-1 a,
.burger-menu .burger-menu_nav footer .contacts .btn-3 a a,
footer .contacts .btn-3 .burger-menu .burger-menu_nav a a {
  padding: 5px 0 !important;
  width: 238px;
  height: 48px !important;
  background: none !important;
  border: 1px solid #ffffff !important;
  color: #ffffff !important;
  font-size: 14px !important;
  line-height: 18px !important;
}

header .header-top .right-box .call-btn {
  width: 205px;
  height: 48px;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFFFFF;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.btn-1,
footer .contacts .btn-3 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.btn-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.burger-menu .burger-menu_nav .btn-1 a,
.burger-menu .burger-menu_nav footer .contacts .btn-3 a a,
footer .contacts .btn-3 .burger-menu .burger-menu_nav a a,
#home .content .box .btn-1 a,
#home .content .box footer .contacts .btn-3 a a,
footer .contacts .btn-3 #home .content .box a a,
#home-btn-mobile .btn-1 a,
#home-btn-mobile footer .contacts .btn-3 a a,
footer .contacts .btn-3 #home-btn-mobile a a,
#exclusive .btn-1 a,
#exclusive footer .contacts .btn-3 a a,
footer .contacts .btn-3 #exclusive a a,
#professional-design .btn-1 a,
#professional-design footer .contacts .btn-3 a a,
footer .contacts .btn-3 #professional-design a a,
#design-project .btn-1 a,
#design-project footer .contacts .btn-3 a a,
footer .contacts .btn-3 #design-project a a,
#portfolio .btn-1 a,
#portfolio footer .contacts .btn-3 a a,
footer .contacts .btn-3 #portfolio a a,
#materials .btn-1 a,
#materials footer .contacts .btn-3 a a,
footer .contacts .btn-3 #materials a a,
#cooperation .btn-1 a,
#cooperation footer .contacts .btn-3 a a,
footer .contacts .btn-3 #cooperation a a,
#cooperation-mobile .btn-1 a,
#cooperation-mobile footer .contacts .btn-3 a a,
footer .contacts .btn-3 #cooperation-mobile a a,
#scheme .btn-1 a,
#scheme footer .contacts .btn-3 a a,
footer .contacts .btn-3 #scheme a a,
#questions .row-question .any-box .btn-1 a,
#questions .row-question .any-box footer .contacts .btn-3 a a,
footer .contacts .btn-3 #questions .row-question .any-box a a,
footer .contacts .btn-1 a,
footer .contacts .btn-3 a a,
.white-popup-block .btn-1 button,
.white-popup-block footer .contacts .btn-3 a button,
footer .contacts .btn-3 .white-popup-block a button {
  background: -webkit-gradient(linear, left top, right top, from(#C09667), to(#C1915C));
  background: -o-linear-gradient(left, #C09667 0%, #C1915C 100%);
  background: linear-gradient(90deg, #C09667 0%, #C1915C 100%);
  -webkit-box-shadow: 0 15px 25px rgba(193, 145, 92, 0.05);
          box-shadow: 0 15px 25px rgba(193, 145, 92, 0.05);
  border-radius: 4px;
  color: #FFFFFF;
  padding: 0 32px;
  height: 66px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.burger-menu .burger-menu_nav .btn-1 a:before,
.burger-menu .burger-menu_nav footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 .burger-menu .burger-menu_nav a a:before,
#home .content .box .btn-1 a:before,
#home .content .box footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #home .content .box a a:before,
#home-btn-mobile .btn-1 a:before,
#home-btn-mobile footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #home-btn-mobile a a:before,
#exclusive .btn-1 a:before,
#exclusive footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #exclusive a a:before,
#professional-design .btn-1 a:before,
#professional-design footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #professional-design a a:before,
#design-project .btn-1 a:before,
#design-project footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #design-project a a:before,
#portfolio .btn-1 a:before,
#portfolio footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #portfolio a a:before,
#materials .btn-1 a:before,
#materials footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #materials a a:before,
#cooperation .btn-1 a:before,
#cooperation footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #cooperation a a:before,
#cooperation-mobile .btn-1 a:before,
#cooperation-mobile footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #cooperation-mobile a a:before,
#scheme .btn-1 a:before,
#scheme footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #scheme a a:before,
#questions .row-question .any-box .btn-1 a:before,
#questions .row-question .any-box footer .contacts .btn-3 a a:before,
footer .contacts .btn-3 #questions .row-question .any-box a a:before,
footer .contacts .btn-1 a:before,
footer .contacts .btn-3 a a:before,
.white-popup-block .btn-1 button:before,
.white-popup-block footer .contacts .btn-3 a button:before,
footer .contacts .btn-3 .white-popup-block a button:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -5.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
      -ms-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.burger-menu .burger-menu_nav .btn-1 a:hover,
#home .content .box .btn-1 a:hover,
#home .content .box footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #home .content .box a a:hover,
#home-btn-mobile .btn-1 a:hover,
#home-btn-mobile footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #home-btn-mobile a a:hover,
#exclusive .btn-1 a:hover,
#exclusive footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #exclusive a a:hover,
#professional-design .btn-1 a:hover,
#professional-design footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #professional-design a a:hover,
#design-project .btn-1 a:hover,
#design-project footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #design-project a a:hover,
#portfolio .btn-1 a:hover,
#portfolio footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #portfolio a a:hover,
#materials .btn-1 a:hover,
#materials footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #materials a a:hover,
#cooperation .btn-1 a:hover,
#cooperation footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #cooperation a a:hover,
#cooperation-mobile .btn-1 a:hover,
#cooperation-mobile footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #cooperation-mobile a a:hover,
#scheme .btn-1 a:hover,
#scheme footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #scheme a a:hover,
#questions .row-question .any-box .btn-1 a:hover,
#questions .row-question .any-box footer .contacts .btn-3 a a:hover,
footer .contacts .btn-3 #questions .row-question .any-box a a:hover,
footer .contacts .btn-1 a:hover,
footer .contacts .btn-3 a a:hover,
.white-popup-block .btn-1 button:hover,
.white-popup-block footer .contacts .btn-3 a button:hover,
footer .contacts .btn-3 .white-popup-block a button:hover {
  background-color: #000000;
  color: #fff;
}

.burger-menu .burger-menu_nav .btn-1 a:hover:before,
#home .content .box .btn-1 a:hover:before,
#home .content .box footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #home .content .box a a:hover:before,
#home-btn-mobile .btn-1 a:hover:before,
#home-btn-mobile footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #home-btn-mobile a a:hover:before,
#exclusive .btn-1 a:hover:before,
#exclusive footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #exclusive a a:hover:before,
#professional-design .btn-1 a:hover:before,
#professional-design footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #professional-design a a:hover:before,
#design-project .btn-1 a:hover:before,
#design-project footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #design-project a a:hover:before,
#portfolio .btn-1 a:hover:before,
#portfolio footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #portfolio a a:hover:before,
#materials .btn-1 a:hover:before,
#materials footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #materials a a:hover:before,
#cooperation .btn-1 a:hover:before,
#cooperation footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #cooperation a a:hover:before,
#cooperation-mobile .btn-1 a:hover:before,
#cooperation-mobile footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #cooperation-mobile a a:hover:before,
#scheme .btn-1 a:hover:before,
#scheme footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #scheme a a:hover:before,
#questions .row-question .any-box .btn-1 a:hover:before,
#questions .row-question .any-box footer .contacts .btn-3 a a:hover:before,
footer .contacts .btn-3 #questions .row-question .any-box a a:hover:before,
footer .contacts .btn-1 a:hover:before,
footer .contacts .btn-3 a a:hover:before,
.white-popup-block .btn-1 button:hover:before,
.white-popup-block footer .contacts .btn-3 a button:hover:before,
footer .contacts .btn-3 .white-popup-block a button:hover:before {
  -webkit-transform: skewX(-45deg) translateX(36.5em);
      -ms-transform: skewX(-45deg) translateX(36.5em);
          transform: skewX(-45deg) translateX(36.5em);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

@-webkit-keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }

  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }

  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

@keyframes sheen {
  0% {
    -webkit-transform: skewY(-45deg) translateX(0);
            transform: skewY(-45deg) translateX(0);
  }

  100% {
    -webkit-transform: skewY(-45deg) translateX(12.5em);
            transform: skewY(-45deg) translateX(12.5em);
  }
}

header .header-top .right-box .call-btn {
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  position: relative;
  overflow: hidden;
}

header .header-top .right-box .call-btn:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  -webkit-transform: skewX(-45deg) translateX(0);
      -ms-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

header .header-top .right-box .call-btn:hover {
  background-color: #000000;
  color: #fff;
}

header .header-top .right-box .call-btn:hover:before {
  -webkit-transform: skewX(-45deg) translateX(33.5em);
      -ms-transform: skewX(-45deg) translateX(33.5em);
          transform: skewX(-45deg) translateX(33.5em);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

#home-btn-mobile .btn-2 a,
footer .contacts .btn-2 a {
  background: none;
  border: 1px solid #C1915C;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  color: #C1915C;
  padding: 0 32px;
  height: 66px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

#home-btn-mobile .btn-2 a:before,
footer .contacts .btn-2 a:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -5.4em;
  -webkit-transform: skewX(-45deg) translateX(0);
      -ms-transform: skewX(-45deg) translateX(0);
          transform: skewX(-45deg) translateX(0);
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

#home-btn-mobile .btn-2 a:hover,
footer .contacts .btn-2 a:hover {
  background-color: #000000;
  color: #C1915C;
}

#home-btn-mobile .btn-2 a:hover:before,
footer .contacts .btn-2 a:hover:before {
  -webkit-transform: skewX(-45deg) translateX(36.5em);
      -ms-transform: skewX(-45deg) translateX(36.5em);
          transform: skewX(-45deg) translateX(36.5em);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.section-title {
  font-size: 30px;
  line-height: 35px;
  color: #534F4A;
}

.section-title.mobile {
  display: none;
}

.section-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

.scale {
  display: inline-block;
  /* Строчно-блочный элемент */
  overflow: hidden;
  /* Скрываем всё за контуром */
}

.scale img {
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
  /* Время эффекта */
  display: block;
  /* Убираем небольшой отступ снизу */
}

.scale img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  /* Увеличиваем масштаб */
}

.flicker {
  -webkit-animation: flicker 1s infinite;
          animation: flicker 1s infinite;
  /* Параметры анимации */
}

.gloss {
  -webkit-animation: gloss 4s ease-out 0s infinite;
          animation: gloss 4s ease-out 0s infinite;
  /* Параметры анимации */
}

@-webkit-keyframes flicker {
  from {
    opacity: 1;
    /* Непрозрачный текст */
  }

  to {
    opacity: 0;
    /* Прозрачный текст */
  }
}

@keyframes flicker {
  from {
    opacity: 1;
    /* Непрозрачный текст */
  }

  to {
    opacity: 0;
    /* Прозрачный текст */
  }
}

.scrollup {
  width: 40px;
  height: 40px;
  opacity: 0.5;
  position: fixed;
  bottom: 50px;
  right: 50px;
  display: none;
  text-indent: -9999px;
  z-index: 998;
  background: url(../images/icon_top.png) no-repeat;
}

header {
  background: #000000;
}

header .header-top {
  padding: 22px 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-top .logo {
  margin-right: 135px;
}

header .header-top .logo img {
  width: 192px;
  height: auto;
  display: block;
}

header .header-top .logo span {
  font-size: 14px;
  line-height: 17px;
  color: #C1915C;
  margin-top: 10px;
}

header .header-top .center-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 75px;
}

header .header-top .center-box .contacts-box-left {
  position: relative;
  padding-right: 24px;
  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 .header-top .center-box .contacts-box-left:after {
  content: "";
  border: 1px solid rgba(153, 153, 153, 0.6);
  height: 50px;
  width: 1px;
  position: absolute;
  right: 0;
  top: 0;
}

header .header-top .center-box .contacts-box-left p {
  font-size: 15px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

header .header-top .center-box .contacts-box-left a {
  font-size: 15px;
  line-height: 20px;
  color: #FFFFFF;
}

header .header-top .center-box .contacts-box-left a img {
  margin-right: 10px;
}

header .header-top .center-box .contacts-box-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 24px;
}

header .header-top .center-box .contacts-box-right a {
  font-weight: 600;
  font-size: 17px;
  line-height: 22px;
  color: #FFFFFF;
}

header .header-top .center-box .contacts-box-right a:first-child {
  margin-bottom: 10px;
}

header .header-top .center-box .contacts-box-right a img {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

header .header-top .center-box .messengers {
  margin-left: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-top .center-box .messengers .viber {
  margin-right: 10px;
}

header .header-top .right-box .call-btn {
  margin-right: 39px;
}

header nav {
  border-top: 0.5px solid rgba(153, 153, 153, 0.6);
  padding: 11px 0;
}

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

header nav .nav li.sale {
  -webkit-animation: flicker 2s infinite;
          animation: flicker 2s infinite;
}

header nav .nav li.active.sale {
  -webkit-animation: bounce;
          animation: bounce;
}

header nav .nav li.active a {
  color: #fff9f4;
}

header nav .nav li.active a:after {
  display: block;
}

header nav .nav li a {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
  text-transform: uppercase;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  position: relative;
}

header nav .nav li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #C1915C;
  width: 100%;
  height: 2px;
  display: none;
}

header .tel_mobile {
  display: none;
}

header .header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #000000;
  margin: auto;
  -webkit-animation-name: show-header;
          animation-name: show-header;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  z-index: 999;
  height: 71px;
}

header .header-fixed_wrapper {
  display: none;
}

header .header-fixed_wrapper.header-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .header-fixed-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px 0 30px 0;
}

header .header-fixed-box .logo-fixed {
  margin-right: 36px;
}

header .header-fixed-box .logo-fixed img {
  width: 146px;
  height: 20px;
}

header .header-fixed-box nav {
  border-top: none;
}

header .header-fixed-box nav .nav-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-fixed-box nav .nav-menu li {
  margin-right: 15px;
}

header .header-fixed-box nav .nav-menu li.active.sale {
  -webkit-animation: bounce;
          animation: bounce;
}

header .header-fixed-box nav .nav-menu li.active a {
  color: #fff9f4;
}

header .header-fixed-box nav .nav-menu li.active a:after {
  display: block;
}

header .header-fixed-box nav .nav-menu li a {
  font-weight: 600;
  font-size: 10px;
  line-height: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #999999;
  text-transform: uppercase;
  position: relative;
}

header .header-fixed-box nav .nav-menu li a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  background: #C1915C;
  width: 100%;
  height: 2px;
  display: none;
}

header .header-fixed-box .right-box-fixed .links {
  margin-left: 34px;
  margin-right: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .header-fixed-box .right-box-fixed .links .tel {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #FFFFFF;
  margin-right: 12px;
}

header .header-fixed-box .right-box-fixed .links a {
  margin-right: 10px;
}

header .header-fixed-box .right-box-fixed .burger-menu .burger-menu_button {
  top: 7px;
  right: 0;
}

header .header-fixed-box .right-box-fixed .burger-menu .burger-menu_button.two {
  position: absolute;
  right: 30px;
  top: 20px;
}

.section-subtitle.mobile {
  display: none;
}

#home {
  padding: 0;
}

#home .home-slider {
  position: relative;
}

#home .home-slider .items {
  background: url("../images/slider-1.png") no-repeat center;
  background-size: cover;
  height: 567px;
  width: 100%;
  position: relative;
  z-index: 2;
  overflow-x: hidden;
}

#home .home-slider .items:before {
  content: "";
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
}

#home .home-slider .items.second {
  background: url("../images/slider-2.png") no-repeat bottom;
  background-size: cover;
}

#home .home-slider .items.third {
  background: url("../images/slider-3.png") no-repeat bottom;
  background-size: cover;
}

#home .home-slider .items.four {
  background: url("../images/slider-4.png") no-repeat bottom;
  background-size: cover;
}

#home .home-slider .items.five {
  background: url("../images/slider-5.png") no-repeat bottom;
  background-size: cover;
}

#home .home-slider .items.six {
  background: url("../images/slider-6.png") no-repeat bottom;
  background-size: cover;
}

#home .home-slider .items.seven {
  background: url("../images/slider-7.png") no-repeat bottom;
  background-size: cover;
}

#home .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 223px;
  z-index: 900;
}

#home .content .box {
  padding: 40px  0 60px 0;
  z-index: 99;
  width: 52%;
}

#home .content .box:before {
  background: rgba(0, 0, 0, 0.6);
  border-radius: 0 4px 4px 0;
  content: "";
  position: absolute;
  width: 52%;
  height: 351px;
  left: 0;
  top: 0;
}

#home .content .box h1 {
  position: relative;
  font-weight: 600;
  font-size: 40px;
  line-height: 45px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

#home .content .box p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 45px;
}

#home .content .box .btn-1 a.first,
#home .content .box footer .contacts .btn-3 a a.first,
footer .contacts .btn-3 #home .content .box a a.first {
  width: 200px;
  margin-right: 50px;
}

#home .content .box .btn-1 a.second,
#home .content .box footer .contacts .btn-3 a a.second,
footer .contacts .btn-3 #home .content .box a a.second {
  width: 274px;
  background: none;
  border: 1px solid #ffffff;
}

#home-btn-mobile {
  padding: 40px 0 50px 0;
  background: #000000;
}

#home-btn-mobile .btn-1,
#home-btn-mobile footer .contacts .btn-3 a,
footer .contacts .btn-3 #home-btn-mobile a {
  margin-bottom: 32px;
}

#home-btn-mobile .btn-1 a,
#home-btn-mobile footer .contacts .btn-3 a a,
footer .contacts .btn-3 #home-btn-mobile a a {
  height: 56px;
  width: 220px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 11px;
}

#home-btn-mobile .btn-2 a {
  height: 56px;
  width: 220px;
  font-size: 14px;
  line-height: 20px;
  padding: 0 11px;
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px !important;
  position: absolute !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 24px !important;
}

.owl-theme .owl-dots .owl-dot span {
  width: 12px !important;
  height: 12px !important;
  margin: 5px 7px;
  background: #ffffff !important;
  display: block;
  opacity: 0.2 !important;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 0.2s ease !important;
  -o-transition: opacity 0.2s ease !important;
  transition: opacity 0.2s ease !important;
  border-radius: 30px !important;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #ffffff !important;
  opacity: 1 !important;
}

#exclusive {
  padding: 60px 0 70px 0;
}

#exclusive .section-title {
  margin-bottom: 40px;
}

#exclusive .box {
  border-radius: 0;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#exclusive .box a {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  background: #f0f0ef;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  -webkit-transition: 1ms ease;
  -o-transition: 1ms ease;
  transition: 1ms ease;
}

#exclusive .box a:last-child {
  height: 54px;
  padding: 15px 0 21px 15px;
}

#exclusive .box a.tow-ver {
  height: 72px;
}

#exclusive .btn-1,
#exclusive footer .contacts .btn-3 a,
footer .contacts .btn-3 #exclusive a {
  margin-top: 38px;
}

#exclusive .btn-1 a img,
#exclusive footer .contacts .btn-3 a a img,
footer .contacts .btn-3 #exclusive a a img {
  margin-right: 10px;
}

#home-btn-mobile {
  display: none;
}

#professional-design {
  padding: 70px 0 70px 0;
  background: url("../images/design background.png") no-repeat center;
  background-size: cover;
  position: static;
}

#professional-design .section-title {
  margin-bottom: 34px;
  width: 48%;
}

#professional-design .box {
  background: rgba(0, 0, 0, 0.85);
  border-radius: 4px;
  padding: 34px 0 44px 24px;
  margin-bottom: 60px;
}

#professional-design .box .items {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#professional-design .box .items img {
  margin-right: 24px;
  width: 32px;
  height: 32px;
}

#professional-design .box .items p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

#professional-design .box .items:last-child {
  margin-bottom: 0;
}

#design-project {
  background: url("../images/photo-project-background.png") no-repeat center;
  background-size: cover;
  padding: 70px 0 82px 0;
}

#design-project .section-title {
  margin-bottom: 20px;
  width: 60%;
}

#design-project .section-subtitle {
  margin-bottom: 484px;
}

.owl-theme .owl-dots .owl-dot span {
  width: 9px !important;
  height: 9px !important;
}

.section-subtitle {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}

.section-subtitle.mobile {
  display: block;
}

.section-subtitle.pc {
  display: none;
}

#portfolio {
  padding: 50px 0 66px 0;
}

#portfolio .section-title {
  margin-bottom: 20px;
}

#portfolio .section-subtitle {
  margin-bottom: 40px;
}

#portfolio .box {
  margin-bottom: 30px;
  border-radius: 4px;
}

#portfolio .btn-1,
#portfolio footer .contacts .btn-3 a,
footer .contacts .btn-3 #portfolio a {
  margin-top: 10px;
}

#materials {
  padding: 65px 0 80px 0;
  background: url("../images/furniturematerials furniture background.png") no-repeat center;
  background-size: cover;
  position: static;
}

#materials .section-title {
  margin-bottom: 137px;
}

#materials .box {
  width: 370px;
  position: relative;
  background: url("../images/bg.png") no-repeat;
  background-size: contain;
  border-radius: 4px;
  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: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 157px;
  padding: 0 50px;
  margin: 0 auto;
}

#materials .box p {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

#materials .box img {
  position: absolute;
  left: -17px;
  right: 0;
  top: -22px;
  margin: auto;
  width: 40px;
  height: 40px;
}

#materials .btn-1,
#materials footer .contacts .btn-3 a,
footer .contacts .btn-3 #materials a {
  margin-top: 125px;
}

#materials .btn-1 a:first-child,
#materials footer .contacts .btn-3 a a:first-child,
footer .contacts .btn-3 #materials a a:first-child {
  margin-right: 285px;
}

#social {
  padding: 70px 0 70px 0;
  background: url("../images/social background.png") no-repeat center;
  background-size: cover;
  position: static;
}

#social .section-title {
  margin-bottom: 20px;
}

#social .section-subtitle {
  margin-bottom: 40px;
}

#social .box {
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 30px 45px 44px 24px;
  margin-bottom: 30px;
}

#social .box .items {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#social .box .items img {
  margin-right: 24px;
  width: 32px;
  height: 32px;
}

#social .box .items p {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

#social .box .items:last-child {
  margin-bottom: 0;
}

#social .social-box {
  margin-left: 20px;
}

#social .social-box a {
  margin-right: 22px;
}

#social .social-box a img {
  width: 44px;
  height: 44px;
}

#cooperation {
  padding: 60px  0 70px 0;
}

#cooperation .section-title {
  margin-bottom: 20px;
}

#cooperation .section-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 40px;
  margin-top: 20px;
}

#cooperation .section-subtitle img {
  margin-right: 23px;
  width: 32px;
  height: 32px;
}

#cooperation .box {
  background: #FFFFFF;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  text-align: center;
  padding: 23px 15px 35px 15px;
  margin-bottom: 30px;
}

#cooperation .box .box-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 16px;
  color: #000000;
}

#cooperation .box .description {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  color: #000000;
}

#cooperation .btn-1,
#cooperation footer .contacts .btn-3 a,
footer .contacts .btn-3 #cooperation a {
  margin-top: 30px;
}

#cooperation-mobile {
  padding: 50px 0;
  display: none;
}

#cooperation-mobile .section-title {
  margin-bottom: 20px;
}

#cooperation-mobile .section-subtitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cooperation-mobile .section-subtitle img {
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

#cooperation-mobile .section-subtitle p {
  font-size: 16px;
  line-height: 20px;
}

#cooperation-mobile .box {
  margin-top: 20px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 30px;
}

#cooperation-mobile .box .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

#cooperation-mobile .box .items img {
  margin-top: -30px;
  margin-right: 10px;
}

#cooperation-mobile .box .items .text {
  margin-top: -10px;
}

#cooperation-mobile .box .items .text .box-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
}

#cooperation-mobile .box .items .text .description {
  font-size: 12px;
  line-height: 16px;
  margin-top: 6px;
}

#cooperation-mobile .btn-1,
#cooperation-mobile footer .contacts .btn-3 a,
footer .contacts .btn-3 #cooperation-mobile a {
  margin-top: 30px;
}

#cooperation-mobile .btn-1 a,
#cooperation-mobile footer .contacts .btn-3 a a,
footer .contacts .btn-3 #cooperation-mobile a a {
  height: 56px !important;
  width: 220px !important;
  padding: 0 10px !important;
  font-size: 14px !important;
  line-height: 26px !important;
}

#about {
  background: url("../images/company background.png") no-repeat center;
  background-size: cover;
  padding: 60px 0 0 0;
}

#about .section-title {
  color: #ffffff;
  margin-bottom: 40px;
  width: 53%;
}

#about .box .title {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 20px;
}

#about .box .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

#about .box .items:last-child {
  margin-bottom: 60px;
}

#about .box .items img {
  margin-right: 20px;
  width: 35px;
  height: 35px;
}

#about .box .items p {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

#about .statistics {
  margin-bottom: 70px;
}

#about .statistics .static-wrap .num p {
  font-size: 60px;
  line-height: 40px;
  color: #C29F5B;
  text-align: left;
}

#about .statistics .static-wrap .num p span {
  font-weight: 300;
  font-size: 24px;
  margin-left: -6px;
}

#about .statistics .static-wrap p {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

#about .statistics .static-wrap p.second {
  margin-left: 7px;
}

#about .statistics .static-wrap p.last {
  margin-top: 11px;
  margin-left: 7px;
}

#advantages {
  background: #F3F3F3;
  padding: 60px 0 70px 0;
}

#advantages .section-title {
  margin-bottom: 40px;
}

#advantages .box {
  position: relative;
  padding: 30px 30px 40px 55px;
  width: 340px;
  height: 188px;
  background: url("../images/Subtract.png") no-repeat center;
  background-size: cover;
  margin-bottom: 30px;
}

#advantages .box:before {
  content: "";
  background: url("../images/opyt-raboty.svg") no-repeat center;
  background-size: contain;
  width: 60px;
  height: 80px;
  position: absolute;
  left: -30px;
  top: 30px;
}

#advantages .box.four,
#advantages .box.five,
#advantages .box.six {
  height: 214px;
  background: url("../images/Subtract (1).png") no-repeat center;
  background-size: cover;
}

#advantages .box .box-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 20px;
  color: #000000;
}

#advantages .box .description {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
}

#advantages .box.second:before {
  background: url("../images/individualnyj-podhod.svg") no-repeat center;
}

#advantages .box.third:before {
  background: url("../images/bez-salona.svg") no-repeat center;
}

#advantages .box.four:before {
  background: url("../images/individualnyj-podhod.svg") no-repeat center;
}

#advantages .box.five:before {
  background: url("../images/professionalnoe-oborudovanie.svg") no-repeat center;
}

#advantages .box.six:before {
  background: url("../images/sborka-i-montazh.svg") no-repeat center;
}

#scheme {
  padding: 60px 0 70px 0;
}

#scheme .section-title {
  margin-bottom: 20px;
}

#scheme .section-subtitle {
  margin-bottom: 40px;
}

#scheme .box {
  margin: 0 auto;
  width: 470px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
          box-shadow: 0 15px 25px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  padding: 30px;
}

#scheme .box .box-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  color: #000000;
  margin-bottom: 30px;
}

#scheme .box .box-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#scheme .box .box-items .left {
  margin-right: 30px;
}

#scheme .box .box-items .left .num {
  background: -webkit-gradient(linear, left bottom, left top, from(#C1915C), color-stop(94.09%, #C09667));
  background: -o-linear-gradient(bottom, #C1915C 0%, #C09667 94.09%);
  background: linear-gradient(0deg, #C1915C 0%, #C09667 94.09%);
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #FFFFFF;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 30px;
}

#scheme .box .box-items .left .line {
  height: 130px;
  width: 1px;
  background: #c4c4c4;
  margin: 0 auto;
}

#scheme .box .box-items .right .title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
  margin-bottom: 15px;
}

#scheme .box .box-items .right .description {
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 30px;
}

#scheme .btn-1,
#scheme footer .contacts .btn-3 a,
footer .contacts .btn-3 #scheme a {
  margin-top: 60px;
}

#scheme .btn-1 a.second,
#scheme footer .contacts .btn-3 a a.second,
footer .contacts .btn-3 #scheme a a.second {
  width: 273px;
}

#scheme .pdf {
  margin-top: 70px;
  background: url("../images/pdf-bg.png") no-repeat center;
  background-size: cover;
  padding: 30px 0 0 40px;
}

#scheme .pdf h2 {
  margin-bottom: 28px;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
}

#scheme .pdf .description {
  margin-bottom: 27px;
}

#scheme .pdf .description p {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

#scheme .pdf a {
  font-size: 16px;
  line-height: 24px;
  color: #C1915C;
  border-bottom: 1px solid #C1915C;
}

#pdf {
  display: none;
}

#questions {
  padding: 60px 0 70px 0;
  background: #F3F3F3;
}

#questions .section-title {
  margin-bottom: 61px;
}

#questions .row-question {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#questions .row-question .accordion {
  border-radius: 4px;
  margin-bottom: 30px;
}

#questions .row-question .accordion .accordion-header {
  background: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 26px 26px 25px 30px;
  border-radius: 4px;
}

#questions .row-question .accordion .accordion-header .ques {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

#questions .row-question .accordion .accordion-header img {
  width: 40px;
  height: 40px;
}

#questions .row-question .accordion .panel {
  background: #ffffff;
  padding: 0 30px 11px 30px;
}

#questions .row-question .accordion .panel p {
  font-size: 16px;
  line-height: 23px;
  color: #000000;
}

#questions .row-question .any-box {
  padding: 30px 10px 30px 10px;
  background: #ffffff;
  border-radius: 4px;
  text-align: center;
  width: 370px;
}

#questions .row-question .any-box .box-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  color: #000000;
  margin-bottom: 0;
}

#questions .row-question .any-box .subtitle {
  font-size: 18px;
  line-height: 26px;
  color: #000000;
}

#questions .row-question .any-box img {
  margin: 25px 0 16px 0;
  width: 155px;
  height: 155px;
}

#questions .row-question .any-box .name {
  font-weight: 600;
  font-size: 14px;
  line-height: 14px;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#questions .row-question .any-box .description {
  font-weight: normal;
  font-size: 13px;
  line-height: 16px;
  color: #000000;
  padding: 0 30px;
}

#questions .row-question .any-box .btn-1,
#questions .row-question .any-box footer .contacts .btn-3 a,
footer .contacts .btn-3 #questions .row-question .any-box a {
  margin-top: 26px;
}

#questions .row-question .any-box .btn-1 a,
#questions .row-question .any-box footer .contacts .btn-3 a a,
footer .contacts .btn-3 #questions .row-question .any-box a a {
  width: 205px;
  height: 48px;
}

.accordion.accordion-expanded .panel {
  display: block;
}

.accordion.accordion-expanded .accordion-header {
  padding: 26px 26px 5px 30px !important;
}

.accordion.accordion-expanded .accordion-header img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordion .panel {
  display: none;
}

footer {
  background: #070707;
  padding: 60px 0 0 0;
}

footer .title {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

footer .contacts .section-title {
  color: #ffffff;
  margin-bottom: 38px;
}

footer .contacts .contacts-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 16px 0 40px 0;
}

footer .contacts .contacts-data .number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 18px;
}

footer .contacts .contacts-data .number a {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  margin-bottom: 5px;
}

footer .contacts .contacts-data .number a img {
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

footer .contacts .description {
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
}

footer .contacts .description.first {
  margin: 16px 0 57px 0;
}

footer .contacts .btn-1,
footer .contacts .btn-3 a {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

footer .contacts .btn-1 a,
footer .contacts .btn-3 a a {
  width: 200px;
}

footer .contacts .btn-2 {
  margin-top: 53px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

footer .contacts .btn-2 a {
  width: 273px;
  height: 66px;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  color: #ffffff;
  border: 1px solid #ffffff;
}

footer .contacts .btn-2 a:hover {
  color: #ffffff;
}

footer .contacts .btn-3 {
  margin-top: 0;
  margin-bottom: 31px;
}

footer .contacts .btn-3:last-child {
  margin-bottom: 0;
}

footer .contacts .btn-3 a {
  width: 205px;
  margin-top: 0;
  border: 1px solid #ffffff;
  color: #ffffff;
  height: 48px;
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 17px;
  border-radius: 4px;
}

footer .contacts .btn-3 a img {
  margin-right: 11px;
  width: 25px;
  height: 25px;
}

footer .contacts .btn-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

footer .contacts .btn-social .social-box a {
  margin-right: 20px;
}

footer .contacts .btn-social .social-box a img {
  height: 44px;
  width: 44px;
}

footer .contacts .btn-box-mobile {
  display: none;
}

footer .contacts .map {
  margin-top: 41px;
  position: relative;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

footer .contacts .map iframe {
  height: 446px;
  width: 100%;
  border: none;
}

footer .contacts .video {
  margin-bottom: 54px;
}

footer .contacts .video img {
  height: 520px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

footer .footer {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding: 40px 0 42px 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;
}

footer .footer .logo {
  width: 192px;
}

footer .footer .logo p {
  font-size: 14px;
  line-height: 17px;
  color: #C1915C;
  margin-top: 10px;
}

footer .footer .box {
  width: 210px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
}

footer .footer .politic {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

footer .footer .politic a {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 0.5px solid rgba(255, 255, 255, 0.6);
  -webkit-transition: .2s ease-in-out;
  -o-transition: .2s ease-in-out;
  transition: .2s ease-in-out;
}

footer .footer .politic a:hover {
  color: #FFFFFF;
  border-bottom: 0.5px solid #FFFFFF;
}

.white-popup-block {
  position: relative;
  z-index: 999 !important;
  width: 450px;
  height: auto;
  background: #ffffff;
  padding: 50px 30px 57px 30px;
  text-align: center;
  border-radius: 4px;
}

.white-popup-block .section-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 30px;
  color: #181818;
}

.white-popup-block .description {
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 52px 0;
  color: #181818;
}

.white-popup-block input {
  width: 250px;
  height: 48px;
  background: #EEEEEE;
  border-radius: 4px;
  margin-bottom: 22px;
  padding: 10px;
  border: none;
}

.white-popup-block input::-webkit-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  color: #999999;
  opacity: 0.6;
}

.white-popup-block input::-moz-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #999999;
  opacity: 0.6;
}

.white-popup-block input:-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #999999;
  opacity: 0.6;
}

.white-popup-block input::-ms-input-placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  color: #999999;
  opacity: 0.6;
}

.white-popup-block input::placeholder {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #999999;
  opacity: 0.6;
}

.white-popup-block .btn-1 button,
.white-popup-block footer .contacts .btn-3 a button,
footer .contacts .btn-3 .white-popup-block a button {
  padding: 0;
  font-size: 14px !important;
  width: 250px;
  height: 48px !important;
  border: none;
  cursor: pointer;
}

.mfp-close-btn-in .mfp-close {
  color: #C1915C !important;
  font-size: 50px !important;
  margin: 14px 14px 0 0 !important;
}

.mfp-bg {
  background: #000000 !important;
  opacity: 0.6 !important;
  z-index: 1012;
}

#send {
  width: 643px;
  padding: 50px 57px 34px 57px;
}

#send p {
  text-align: center;
}

#send form input {
  width: 100%;
}

#send form input:last-child {
  margin-bottom: 0;
}

#send form .right-input {
  background: #EEEEEE;
  border-radius: 4px;
  padding: 23px 0 0 30px;
  height: 118px;
}

#send form .right-input input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 4px;
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #444444;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#send form .right-input p {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  color: #999999;
  opacity: 1;
}

#send form .btn-1,
#send form footer .contacts .btn-3 a,
footer .contacts .btn-3 #send form a {
  margin-top: 36px;
}

@media (max-width: 1600px) {
  .burger-menu .burger-menu_nav {
    width: 23%;
  }
}

@media (max-width: 1400px) {
  #home .content .box h1 {
    font-size: 38px;
    line-height: 42px;
  }

  #home .content .box p {
    font-size: 24px;
    line-height: 30px;
  }

  #home .content .box .btn-1 a.first,
  #home .content .box footer .contacts .btn-3 a a.first,
  footer .contacts .btn-3 #home .content .box a a.first {
    padding: 0 20px;
    font-size: 17px;
    width: 195px;
    height: 56px;
    margin-right: 30px;
  }

  #home .content .box .btn-1 a.second,
  #home .content .box footer .contacts .btn-3 a a.second,
  footer .contacts .btn-3 #home .content .box a a.second {
    padding: 0 20px;
    font-size: 15px;
    line-height: 20px;
    width: 230px;
    height: 56px;
  }

  header .header-top .logo {
    margin-right: auto !important;
  }

  header .header-top .center-box {
    margin-right: auto !important;
  }

  header .header-fixed-box .logo-fixed {
    margin-right: auto !important;
  }

  header .header-fixed-box .right-box-fixed .links {
    margin-left: auto;
    margin-right: 20px;
  }
}

@media (max-width: 1200px) {
  .white-popup-block {
    width: auto;
    height: auto;
    background: #fff;
    padding: 40px 40px 30px 40px;
  }

  .white-popup-block .container {
    padding: 0 15px;
  }

  .white-popup-block .section-title {
    font-size: 20px;
    margin-bottom: 12px;
    text-align: left;
    width: 90%;
  }

  .white-popup-block p {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 25px 0;
    text-align: left;
  }

  .white-popup-block input {
    height: 56px;
    width: 220px !important;
  }

  .white-popup-block .btn-1 button,
  .white-popup-block footer .contacts .btn-3 a button,
  footer .contacts .btn-3 .white-popup-block a button {
    width: 220px !important;
    font-size: 14px !important;
    padding: 0 17px;
    line-height: 20px !important;
  }

  #send {
    padding: 50px 15px 34px 15px;
  }

  #send p {
    text-align: left;
    width: 90%;
  }

  #send form input {
    width: 220px !important;
    margin-bottom: 20px;
  }

  #send form input:last-child {
    margin-bottom: 20px !important;
  }

  #send form .right-input {
    width: 220px !important;
    overflow: hidden;
    margin: 0 auto;
  }

  .container {
    max-width: 960px;
  }

  header .header-top .logo {
    margin-right: auto;
  }

  header .header-top .logo img {
    width: 160px;
  }

  header .header-top .logo span {
    font-size: 9px;
  }

  header .header-top .center-box {
    margin-right: auto;
  }

  header .header-top .center-box .contacts-box-left {
    padding-right: 16px;
  }

  header .header-top .center-box .contacts-box-left p {
    font-size: 13px;
  }

  header .header-top .center-box .contacts-box-left a {
    font-size: 14px;
  }

  header .header-top .center-box .contacts-box-right {
    margin-left: 16px;
  }

  header .header-top .center-box .contacts-box-right a {
    font-size: 14px;
  }

  header .burger-menu .burger-menu_nav {
    width: 30%;
  }

  header .burger-menu .burger-menu_nav .burger-menu_link:after {
    width: 235px;
  }

  header .header-fixed-box .logo-fixed {
    margin-right: 15px;
  }

  header .header-fixed-box .logo-fixed img {
    width: 113px;
  }

  header .header-fixed-box nav .nav-menu li {
    margin-right: 10px;
  }

  header .header-fixed-box nav .nav-menu li a {
    font-size: 9px;
  }

  header .header-fixed-box .right-box-fixed .links {
    margin-left: 10px;
    margin-right: 25px;
  }

  header .header-fixed-box .right-box-fixed .links .tel {
    font-size: 14px;
  }

  #advantages .box {
    width: auto;
    background-size: contain;
  }

  #advantages .box:before {
    width: 40px;
    height: 60px;
    background-size: contain !important;
    left: -18px;
    top: 49px;
  }

  #advantages .box .description {
    font-size: 16px;
    line-height: 22px;
  }

  #advantages .box .box-title {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 13px;
  }

  #design-project .section-subtitle {
    margin-bottom: 473px;
  }

  #cooperation .box .box-title {
    font-size: 18px;
    line-height: 25px;
  }

  #cooperation .box .description {
    font-size: 16px;
    line-height: 22px;
  }

  #questions .any-box {
    width: auto;
  }
}

@media (max-width: 1024px) {
  .header-fixed_wrapper {
    display: none !important;
  }

  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    margin: auto;
    -webkit-animation-name: show-header;
            animation-name: show-header;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    z-index: 999;
  }

  header .header-top {
    padding: 20px 0 20px 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }

  header .header-top .logo {
    margin: -2px auto 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  header .header-top .logo img {
    width: 123px;
    height: 18px;
  }

  header .header-top .logo span {
    display: none;
  }

  header .header-top .center-box {
    position: relative;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-right: 0 !important;
  }

  header .header-top .center-box .contacts-box-right,
  header .header-top .center-box .contacts-box-left,
  header .header-top .center-box .messengers {
    display: none;
  }

  header .header-top .tel_mobile {
    display: block;
    position: relative;
    top: -2px;
  }

  header .header-top .right-box {
    position: relative;
  }

  header .header-top .right-box .call-btn {
    display: none;
  }

  header .header-top .burger-menu.burger-menu_active .burger-menu_button.two {
    background: url("../images/mobile-x.png") no-repeat center;
    background-size: contain;
  }

  header .header-top .burger-menu .burger-menu_button {
    top: 0;
    right: 0;
  }

  header .header-top .burger-menu .burger-menu_button.first {
    background: url("../images/burger-mobile.png") no-repeat center;
    background-size: contain;
    width: 22px;
    height: 17px;
  }

  header .header-top .burger-menu .burger-menu_nav {
    text-align: left;
    width: 100%;
    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: start;
        -ms-flex-align: start;
            align-items: start;
    padding: 10% 0 0 40px;
  }

  header .header-top .burger-menu .burger-menu_nav .burger-menu_button.two {
    background: url("../images/mobile-x.png") no-repeat center;
    background-size: contain;
    right: 34px !important;
    top: 20px;
    width: 20px;
    height: 20px;
  }

  header .header-top .burger-menu .burger-menu_nav .btn-1,
  header .header-top .burger-menu .burger-menu_nav footer .contacts .btn-3 a,
  footer .contacts .btn-3 header .header-top .burger-menu .burger-menu_nav a {
    margin: 0 auto 20px auto;
  }

  header .header-top .burger-menu .burger-menu_nav .btn-1.first,
  header .header-top .burger-menu .burger-menu_nav footer .contacts .btn-3 a.first,
  footer .contacts .btn-3 header .header-top .burger-menu .burger-menu_nav a.first {
    margin-top: 20px;
  }

  header nav {
    display: none;
  }

  #home .content {
    top: 140px;
  }

  #home .content .box {
    width: 90%;
  }

  #home .content .box:before {
    display: none;
  }

  #professional-design .section-title {
    width: 100%;
  }
}

@media (max-width: 991px) {
  #questions .row-question {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .container {
    max-width: 720px;
  }

  .section-title {
    font-weight: 600;
    font-size: 33px;
    line-height: 30px;
    margin-bottom: 50px;
  }

  .burger-menu .burger-menu_nav .btn-1 a,
  .burger-menu .burger-menu_nav footer .contacts .btn-3 a a,
  footer .contacts .btn-3 .burger-menu .burger-menu_nav a a,
  #home .content .box .btn-1 a,
  #home .content .box footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #home .content .box a a,
  #home-btn-mobile .btn-1 a,
  #home-btn-mobile footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #home-btn-mobile a a,
  #exclusive .btn-1 a,
  #exclusive footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #exclusive a a,
  #professional-design .btn-1 a,
  #professional-design footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #professional-design a a,
  #design-project .btn-1 a,
  #design-project footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #design-project a a,
  #portfolio .btn-1 a,
  #portfolio footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #portfolio a a,
  #materials .btn-1 a,
  #materials footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #materials a a,
  #cooperation .btn-1 a,
  #cooperation footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #cooperation a a,
  #cooperation-mobile .btn-1 a,
  #cooperation-mobile footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #cooperation-mobile a a,
  #scheme .btn-1 a,
  #scheme footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #scheme a a,
  #questions .row-question .any-box .btn-1 a,
  #questions .row-question .any-box footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #questions .row-question .any-box a a,
  footer .contacts .btn-1 a,
  footer .contacts .btn-3 a a,
  .white-popup-block .btn-1 button,
  .white-popup-block footer .contacts .btn-3 a button,
  footer .contacts .btn-3 .white-popup-block a button {
    padding: 0 20px;
  }

  #home .content {
    top: 145px;
  }

  #home .content .box {
    width: 100%;
  }

  #home .content .box:before {
    display: none;
  }

  #home .home-slider .items {
    padding: 67px 30px 40px 30px;
    background: url("../images/img-1.png") no-repeat bottom;
    background-size: cover;
  }

  #home .home-slider .items.second {
    background: url("../images/img-2.png") no-repeat bottom;
    background-size: cover;
  }

  #home .home-slider .items.third {
    background: url("../images/img-3.png") no-repeat bottom;
    background-size: cover;
  }

  #home .home-slider .items.four {
    background: url("../images/img-4.png") no-repeat bottom;
    background-size: cover;
  }

  #home .home-slider .items.five {
    background: url("../images/img-5.png") no-repeat bottom;
    background-size: cover;
  }

  #home .home-slider .items.six {
    background: url("../images/img-6.png") no-repeat bottom;
    background-size: cover;
  }

  #home .home-slider .items.seven {
    background: url("../images/img-7.png") no-repeat bottom;
    background-size: cover;
  }

  #home-btn-mobile {
    display: none;
  }

  #exclusive {
    padding: 54px 0 65px 0;
  }

  #exclusive .box {
    margin-bottom: 15px;
  }

  #exclusive .box a {
    font-size: 14px;
    line-height: 19px;
  }

  #exclusive .btn-1 a,
  #exclusive footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #exclusive a a {
    padding: 0 40px;
  }

  .section-title.mobile {
    display: block;
  }

  #professional-design .box {
    padding: 37px 35px;
    margin-bottom: 40px;
  }

  #professional-design .box .items {
    margin-bottom: 30px;
  }

  #professional-design .box .items p {
    font-size: 18px;
  }

  #design-project {
    padding: 50px 0 60px 0;
  }

  #design-project .section-title {
    width: 90%;
  }

  #design-project .section-subtitle {
    margin-bottom: 400px;
  }

  #materials {
    background: url(../images/material-mobile-background.png) no-repeat center;
    background-size: cover;
    padding: 15px 0 115px 0;
  }

  #materials .section-title {
    margin-bottom: 60px;
  }

  #materials .box {
    width: 100%;
    height: auto;
    background-size: cover;
    background-position: center;
    padding: 0 50px 20px 50px;
  }

  #materials .btn-1,
  #materials footer .contacts .btn-3 a,
  footer .contacts .btn-3 #materials a {
    margin-top: 40px;
  }

  #materials .btn-1 a,
  #materials footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #materials a a {
    padding: 0 40px;
  }

  #materials .btn-1 a:first-child,
  #materials footer .contacts .btn-3 a a:first-child,
  footer .contacts .btn-3 #materials a a:first-child {
    margin-right: 50px;
  }

  #social {
    padding: 60px 0 55px 0;
  }

  #social .section-subtitle {
    margin-bottom: 30px;
  }

  #social .box {
    padding: 35px 40px 40px 35px;
    margin-bottom: 35px;
  }

  #social .box .items {
    margin-bottom: 25px;
  }

  #social .box .items p {
    font-size: 18px;
  }

  #about {
    background: url("../images/company-mobile-background.png") no-repeat center;
    background-size: cover;
  }

  #about .section-title {
    width: 100%;
  }

  #about .box-img {
    width: 100%;
    height: auto;
    margin-left: 0;
  }

  #advantages {
    display: none;
  }

  #scheme .section-subtitle {
    margin-bottom: 35px;
  }

  #scheme .section-subtitle .box {
    padding: 30px;
  }

  #scheme .section-subtitle .box .left .line {
    height: 126px;
  }

  #scheme .section-subtitle .box .box-title {
    margin-bottom: 30px;
  }

  #scheme .section-subtitle .box .box-items .title {
    font-size: 22px;
    margin-bottom: 0;
  }

  #scheme .section-subtitle .box .box-items .description {
    font-size: 18px;
  }

  #scheme .section-subtitle .btn-1,
  #scheme .section-subtitle footer .contacts .btn-3 a,
  footer .contacts .btn-3 #scheme .section-subtitle a {
    margin-top: 35px;
  }

  #questions .any-box {
    width: auto;
  }

  footer .section-title {
    margin-bottom: 25px;
  }

  footer .footer-row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .contacts .btn-1,
  footer .contacts .btn-3 a {
    margin-top: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .contacts .btn-1 a,
  footer .contacts .btn-3 a a {
    font-size: 15px !important;
  }

  footer .contacts .btn-2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  footer .contacts .btn-2 a {
    font-size: 15px !important;
  }

  footer .contacts .btn-box {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  footer .contacts .btn-box .btn-3 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 20px;
  }

  footer .contacts .btn-box .btn-3 a {
    margin: 0 auto;
  }

  footer .contacts .btn-social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 30px;
  }

  footer .contacts .btn-social .social-box {
    margin-top: 10px;
  }

  footer .contacts .map iframe {
    height: 300px;
  }

  footer .contacts .video {
    margin-bottom: 30px;
  }

  footer .contacts .video img {
    height: 300px;
  }

  footer .row-second {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #cooperation {
    display: none;
  }

  #cooperation-mobile {
    display: block;
  }

  #cooperation-mobile .box .items img {
    margin-right: 30px;
  }

  #about .box-img {
    text-align: center;
  }

  #about .box-img img {
    width: 500px;
    height: 500px;
  }

  #send a {
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .container {
    padding: 0 30px;
  }

  #home-btn-mobile {
    display: block;
  }

  #home .content .box h1 {
    font-size: 28px;
    line-height: 35px;
  }

  #home .content .box p {
    font-size: 21px;
    line-height: 21px;
    margin-bottom: 81px;
  }

  #home .content .box .btn-box {
    display: none !important;
  }

  #home .home-slider .items {
    height: 445px;
  }

  #exclusive .box {
    margin-bottom: 30px;
  }

  #exclusive .box a {
    height: 40px;
    padding: 10px 5px 10px 5px;
  }

  #exclusive .box .scale {
    width: 100%;
    height: auto;
    padding: 0;
  }

  #materials .btn-1,
  #materials footer .contacts .btn-3 a,
  footer .contacts .btn-3 #materials a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #materials .btn-1 a:first-child,
  #materials footer .contacts .btn-3 a a:first-child,
  footer .contacts .btn-3 #materials a a:first-child {
    margin-bottom: 20px;
    margin-right: 0;
  }

  #design-project {
    background: url("../images/Group 1395 1.png") no-repeat bottom center;
    background-size: cover;
  }

  #about .box-img {
    height: auto;
  }

  #about .statistics .static-wrap p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
  }

  #about .statistics .static-wrap p.last {
    margin-top: 7px;
  }

  #about .statistics .static-wrap .num p {
    font-size: 34px;
  }

  footer .contacts .btn-1 a,
  footer .contacts .btn-3 a a {
    width: 300px;
    padding: 0 25px;
  }

  footer .contacts .btn-2 a {
    width: 300px;
    padding: 0 25px;
  }
}

@media (max-width: 480px) {
  .btn-1 a,
  footer .contacts .btn-3 a a {
    font-size: 14px !important;
    line-height: 20px !important;
    height: 56px !important;
    width: 220px !important;
    padding: 0 10px !important;
  }

  .burger-menu .burger-menu_nav .btn-1 a:before,
  .burger-menu .burger-menu_nav footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 .burger-menu .burger-menu_nav a a:before,
  #home .content .box .btn-1 a:before,
  #home .content .box footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #home .content .box a a:before,
  #home-btn-mobile .btn-1 a:before,
  #home-btn-mobile footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #home-btn-mobile a a:before,
  #exclusive .btn-1 a:before,
  #exclusive footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #exclusive a a:before,
  #professional-design .btn-1 a:before,
  #professional-design footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #professional-design a a:before,
  #design-project .btn-1 a:before,
  #design-project footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #design-project a a:before,
  #portfolio .btn-1 a:before,
  #portfolio footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #portfolio a a:before,
  #materials .btn-1 a:before,
  #materials footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #materials a a:before,
  #cooperation .btn-1 a:before,
  #cooperation footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #cooperation a a:before,
  #cooperation-mobile .btn-1 a:before,
  #cooperation-mobile footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #cooperation-mobile a a:before,
  #scheme .btn-1 a:before,
  #scheme footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #scheme a a:before,
  #questions .row-question .any-box .btn-1 a:before,
  #questions .row-question .any-box footer .contacts .btn-3 a a:before,
  footer .contacts .btn-3 #questions .row-question .any-box a a:before,
  footer .contacts .btn-1 a:before,
  footer .contacts .btn-3 a a:before,
  .white-popup-block .btn-1 button:before,
  .white-popup-block footer .contacts .btn-3 a button:before,
  footer .contacts .btn-3 .white-popup-block a button:before {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
            animation-name: slideme;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
            animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }

  .burger-menu .burger-menu_nav .btn-1 a:hover:before,
  #home .content .box .btn-1 a:hover:before,
  #home .content .box footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #home .content .box a a:hover:before,
  #home-btn-mobile .btn-1 a:hover:before,
  #home-btn-mobile footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #home-btn-mobile a a:hover:before,
  #exclusive .btn-1 a:hover:before,
  #exclusive footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #exclusive a a:hover:before,
  #professional-design .btn-1 a:hover:before,
  #professional-design footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #professional-design a a:hover:before,
  #design-project .btn-1 a:hover:before,
  #design-project footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #design-project a a:hover:before,
  #portfolio .btn-1 a:hover:before,
  #portfolio footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #portfolio a a:hover:before,
  #materials .btn-1 a:hover:before,
  #materials footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #materials a a:hover:before,
  #cooperation .btn-1 a:hover:before,
  #cooperation footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #cooperation a a:hover:before,
  #cooperation-mobile .btn-1 a:hover:before,
  #cooperation-mobile footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #cooperation-mobile a a:hover:before,
  #scheme .btn-1 a:hover:before,
  #scheme footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #scheme a a:hover:before,
  #questions .row-question .any-box .btn-1 a:hover:before,
  #questions .row-question .any-box footer .contacts .btn-3 a a:hover:before,
  footer .contacts .btn-3 #questions .row-question .any-box a a:hover:before,
  footer .contacts .btn-1 a:hover:before,
  footer .contacts .btn-3 a a:hover:before,
  .white-popup-block .btn-1 button:hover:before,
  .white-popup-block footer .contacts .btn-3 a button:hover:before,
  footer .contacts .btn-3 .white-popup-block a button:hover:before {
    -webkit-transform: skewX(-45deg) translateX(0);
        -ms-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

@-webkit-keyframes slideme {
    0% {
      left: -30px;
      margin-left: 0;
    }

    30% {
      left: 110%;
      margin-left: 80px;
    }

    100% {
      left: 110%;
      margin-left: 80px;
    }
}

@keyframes slideme {
    0% {
      left: -30px;
      margin-left: 0;
    }

    30% {
      left: 110%;
      margin-left: 80px;
    }

    100% {
      left: 110%;
      margin-left: 80px;
    }
}

  #home-btn-mobile .btn-2 a:before,
  footer .contacts .btn-2 a:before {
    -webkit-transition: all 0.1s;
    -o-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
            animation-name: slideme;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 0.03s;
            animation-delay: 0.03s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
  }

  #home-btn-mobile .btn-2 a:hover:before,
  footer .contacts .btn-2 a:hover:before {
    -webkit-transform: skewX(-45deg) translateX(0);
        -ms-transform: skewX(-45deg) translateX(0);
            transform: skewX(-45deg) translateX(0);
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

@keyframes slideme {
    0% {
      left: -30px;
      margin-left: 0;
    }

    30% {
      left: 110%;
      margin-left: 80px;
    }

    100% {
      left: 110%;
      margin-left: 80px;
    }
}

  .section-title {
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
  }

  .owl-theme .owl-nav.disabled + .owl-dots {
    bottom: 10px !important;
  }

  #home .content {
    top: 95px;
  }

  #home .content .box {
    padding: 0;
    margin-top: 0;
  }

  #home .content .box .btn-1,
  #home .content .box footer .contacts .btn-3 a,
  footer .contacts .btn-3 #home .content .box a {
    display: none;
  }

  #home .content .box h1 {
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #FFFFFF;
    margin-bottom: 20px;
  }

  #home .content .box p {
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    margin-bottom: 0;
  }

  #home .home-slider .items {
    height: 266px;
    padding: 52px 30px 0 30px;
  }

  #home .home-slider .items .container {
    padding: 0;
  }

  #exclusive {
    padding: 40px 0 55px 0;
  }

  #exclusive .section-title {
    width: 76%;
    margin-bottom: 25px;
  }

  #exclusive .box {
    margin-bottom: 30px;
  }

  #exclusive .box a:last-child {
    font-size: 9px;
    line-height: 15px;
    height: auto;
    padding: 10px 0 10px 10px;
  }

  #exclusive .box a:last-child.tow-ver1 {
    height: 60px;
  }

  #exclusive .box a:last-child.tow-ver2 {
    height: 50px;
  }

  #exclusive .btn-1,
  #exclusive footer .contacts .btn-3 a,
  footer .contacts .btn-3 #exclusive a {
    margin-top: 25px;
  }

  #exclusive .btn-1 a,
  #exclusive footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #exclusive a a {
    width: 220px;
    padding: 0 17px;
    height: 56px;
    font-size: 14px;
    line-height: 26px;
  }

  #exclusive .btn-1 a img,
  #exclusive footer .contacts .btn-3 a a img,
  footer .contacts .btn-3 #exclusive a a img {
    width: 23px;
    height: 23px;
    margin-right: 5px;
  }

  .container {
    padding: 0 40px;
  }

  #professional-design {
    padding: 35px 0 50px 0;
    background: url("../images/design-bg_mobile.png") no-repeat center;
    background-size: cover;
  }

  #professional-design .section-title {
    line-height: 30px;
    width: 95%;
  }

  #professional-design .box {
    padding: 30px;
    margin-bottom: 314px;
  }

  #professional-design .box .items {
    margin-bottom: 20px;
  }

  #professional-design .box .items img {
    width: 25px;
    height: 25px;
    margin-right: 10px;
  }

  #professional-design .box .items p {
    font-size: 16px;
    line-height: 20px;
  }

  #professional-design .btn-1 a,
  #professional-design footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #professional-design a a {
    padding: 0 20px;
    height: 56px;
    font-size: 14px;
    line-height: 26px;
    width: 220px;
  }

  #design-project {
    padding: 24px 0 40px 0;
    background: url("../images/Group 1395 1.png") no-repeat top;
    background-size: cover;
  }

  #design-project .section-title {
    margin-bottom: 20px;
  }

  #design-project .section-subtitle {
    margin-bottom: 262px;
  }

  #design-project .btn-1 a,
  #design-project footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #design-project a a {
    height: 56px;
    padding: 0 17px;
    font-size: 14px;
    line-height: 26px;
    width: 220px;
  }

  #portfolio {
    padding: 36px 0 45px 0;
  }

  #portfolio .section-subtitle {
    margin-bottom: 30px;
  }

  #portfolio .box {
    margin-bottom: 20px;
  }

  #portfolio .btn-1,
  #portfolio footer .contacts .btn-3 a,
  footer .contacts .btn-3 #portfolio a {
    margin-top: 0;
  }

  #portfolio .btn-1 a,
  #portfolio footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #portfolio a a {
    height: 56px;
    padding: 0 17px;
    font-size: 14px;
    line-height: 26px;
    width: 220px;
  }

  #materials {
    background: url("../images/material-mobile-background.png") no-repeat center;
    background-size: cover;
    padding: 0 0 55px 0;
  }

  #materials .section-title {
    margin-bottom: 0;
  }

  #materials .box {
    margin-bottom: 114px;
    background: none;
    padding: 0 0 20px 40px;
  }

  #materials .box img {
    left: 0;
    right: 100%;
    top: 25px;
    width: 25px;
    height: 25px;
  }

  #materials .box p {
    font-size: 16px;
    line-height: 20px;
    text-align: left;
    margin-top: 25px;
  }

  #materials .btn-1,
  #materials footer .contacts .btn-3 a,
  footer .contacts .btn-3 #materials a {
    margin-top: 60px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  #materials .btn-1 a,
  #materials footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #materials a a {
    width: 220px;
    font-size: 14px;
    height: 56px;
    padding: 27px 17px;
  }

  #materials .btn-1 a:first-child,
  #materials footer .contacts .btn-3 a a:first-child,
  footer .contacts .btn-3 #materials a a:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }

  #social {
    padding: 42px 0 119px 0;
    background: url("../images/social-mobile-bg.png") no-repeat top;
    background-size: cover;
  }

  #social .section-subtitle {
    margin-bottom: 75px;
  }

  #social .box {
    display: none;
  }

  #social .social-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }

  #social .social-box a {
    margin-bottom: 30px;
  }

  #cooperation {
    display: none;
  }

  #cooperation-mobile {
    display: block;
  }

  #about {
    background: url("../images/company-mobile-background.png") no-repeat center;
    background-size: cover;
  }

  #about .section-title {
    width: 100%;
  }

  #about .box-img {
    display: none;
  }

  #about .box {
    margin-bottom: 400px;
  }

  #about .box .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 22px;
  }

  #about .box .items {
    margin-bottom: 15px;
  }

  #about .box .items:last-child {
    margin-bottom: 5px;
  }

  #about .box .items img {
    width: 25px;
    height: 25px;
  }

  #about .box .items p {
    font-size: 16px;
    line-height: 20px;
  }

  #about .statistics {
    margin-bottom: 40px;
  }

  #about .statistics .static-wrap p {
    font-size: 12px;
    line-height: 16px;
    margin-top: 7px;
  }

  #about .statistics .static-wrap p.last {
    margin-top: 7px;
  }

  #about .statistics .static-wrap .num p {
    font-size: 30px;
  }

  #about .statistics .static-wrap .num p span {
    font-size: 18px;
  }

  #scheme {
    padding: 40px 0 40px 0;
  }

  #scheme .section-title {
    margin-bottom: 10px;
  }

  #scheme .section-subtitle {
    margin-bottom: 30px;
  }

  #scheme .box {
    padding: 30px 30px 15px 30px;
    width: 100%;
  }

  #scheme .box.two {
    margin-top: 50px;
  }

  #scheme .box .box-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  #scheme .box .box-items .right .title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 4px;
  }

  #scheme .box .box-items .right .description {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 15px;
  }

  #scheme .box .box-items .left {
    margin-right: 10px;
  }

  #scheme .box .box-items .left .num {
    font-size: 16px;
    line-height: 30px;
    width: 25px;
    height: 25px;
  }

  #scheme .box .box-items .left .line {
    height: 85px;
  }

  #scheme .btn-1,
  #scheme footer .contacts .btn-3 a,
  footer .contacts .btn-3 #scheme a {
    margin-top: 40px;
  }

  #scheme .btn-1 a,
  #scheme footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #scheme a a {
    height: 56px;
    padding: 0 20px;
    font-size: 14px;
    line-height: 26px;
    width: 220px;
  }

  #scheme .btn-1 a.second,
  #scheme footer .contacts .btn-3 a a.second,
  footer .contacts .btn-3 #scheme a a.second {
    width: 220px;
    padding: 0 17px;
    line-height: 20px;
  }

  #scheme .pdf {
    display: none;
  }

  #pdf {
    background: url("../images/pdf-mobile-background.png") no-repeat center;
    background-size: cover;
    display: block;
  }

  #pdf .pdf {
    margin-top: 40px;
    padding: 30px 40px;
  }

  #pdf .pdf .pdf-img {
    display: none;
  }

  #pdf .pdf .pdf-box {
    text-align: center;
  }

  #pdf .pdf .pdf-box .section-title {
    color: #ffffff;
    text-align: left;
    margin-bottom: 20px;
  }

  #pdf .pdf .pdf-box .description {
    margin-bottom: 235px;
  }

  #pdf .pdf .pdf-box .description p {
    font-size: 14px;
    text-align: left;
    line-height: 22px;
    color: #ffffff;
  }

  #pdf .pdf .pdf-box a {
    font-size: 16px;
    line-height: 22px;
    border-bottom: 0.5px solid #C1915C;
    color: #C1915C;
    margin: 0 auto;
  }

  #questions {
    padding: 30px 0 40px 0;
  }

  #questions .section-title {
    margin-bottom: 30px;
  }

  #questions .row-question .accordion {
    margin-bottom: 20px;
  }

  #questions .row-question .accordion .accordion-header {
    padding: 10px 30px;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
  }

  #questions .row-question .accordion .accordion-header .ques {
    font-weight: 600;
    font-size: 12px;
    line-height: 18px;
    width: 70%;
    margin-bottom: 0;
  }

  #questions .row-question .accordion .accordion-header img {
    width: 25px;
    height: 25px;
  }

  #questions .row-question .accordion .panel {
    padding-top: 5px;
  }

  #questions .row-question .accordion .panel p {
    font-size: 12px;
    line-height: 16px;
  }

  #questions .row-question .any-box {
    width: 100%;
  }

  #questions .row-question .any-box .box-title {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 13px;
  }

  #questions .row-question .any-box .subtitle {
    font-size: 14px;
    line-height: 20px;
  }

  #questions .row-question .any-box img {
    margin: 14px 0 10px 0;
    width: 120px;
    height: 120px;
  }

  #questions .row-question .any-box .name {
    font-size: 12px;
    line-height: 20px;
  }

  #questions .row-question .any-box .description {
    width: 90%;
    font-size: 12px;
    line-height: 16px;
    margin: 0 auto;
  }

  #questions .row-question .any-box .btn-1 a,
  #questions .row-question .any-box footer .contacts .btn-3 a a,
  footer .contacts .btn-3 #questions .row-question .any-box a a {
    padding: 0 17px;
    width: 220px;
    height: 56px;
    font-size: 14px;
    line-height: 26px;
  }

  footer {
    padding: 40px 0 0 0;
  }

  footer .contacts .section-title {
    margin-bottom: 20px;
  }

  footer .contacts .box {
    margin: 0 0 20px 0;
  }

  footer .contacts .box .title {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
  }

  footer .contacts .box .contacts-data {
    margin: 10px 0 20px 0;
  }

  footer .contacts .box .contacts-data .number a {
    font-size: 16px;
    line-height: 20px;
  }

  footer .contacts .box .messengers img {
    width: 20px;
    height: 20px;
  }

  footer .contacts .box .btn-1.first,
  footer .contacts .box .btn-3 a.first,
  footer .contacts .btn-3 .box a.first,
  footer .contacts .box .btn-2.first,
  footer .contacts .box .btn-box.third {
    display: none;
  }

  footer .contacts .box .description {
    font-size: 16px;
    line-height: 20px;
  }

  footer .contacts .box .description.first {
    margin: 10px 0 20px 0;
  }

  footer .contacts .btn-box {
    display: none;
  }

  footer .contacts .btn-box-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 10px;
  }

  footer .contacts .btn-box-mobile a {
    margin-right: 15px;
  }

  footer .contacts .btn-box-mobile a img {
    width: 25px;
    height: 25px;
  }

  footer .contacts .btn-social {
    display: none;
  }

  footer .contacts .btn-1 a,
  footer .contacts .btn-3 a a {
    height: 60px;
    padding: 0 7px;
    font-size: 14px !important;
    line-height: 20px;
    width: 220px;
  }

  footer .contacts .btn-2 a {
    height: 60px;
    padding: 0 11px;
    font-size: 14px !important;
    line-height: 20px;
    width: 220px;
    color: #ffffff;
    border: 1px solid #ffffff;
  }

  footer .contacts .map iframe {
    height: 400px;
  }

  footer .contacts .video img {
    height: 258px;
  }

  footer .footer {
    padding: 17px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  footer .footer .logo {
    margin-bottom: 15px;
    width: 123px;
    height: 17px;
  }

  footer .footer .logo p {
    display: none;
  }

  footer .footer .box {
    font-size: 12px;
    line-height: 16px;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 12px;
  }

  footer .footer .politic a {
    font-size: 9px;
    line-height: 12px;
    color: rgba(255, 255, 255, 0.6);
  }

  .white-popup-block .btn-1 button,
  .white-popup-block footer .contacts .btn-3 a button,
  footer .contacts .btn-3 .white-popup-block a button {
    width: 220px !important;
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 0 10px !important;
  }

  header {
    height: auto;
  }

  header .header-top {
    padding: 14px 0;
  }

  header .header-top .burger-menu .burger-menu_nav {
    padding: 13% 40px 40px 40px;
  }

  header .header-top .burger-menu .burger-menu_nav .btn-1,
  header .header-top .burger-menu .burger-menu_nav footer .contacts .btn-3 a,
  footer .contacts .btn-3 header .header-top .burger-menu .burger-menu_nav a {
    margin: 0 auto 15px auto;
  }

  header .header-top .burger-menu .burger-menu_nav .btn-1 a,
  header .header-top .burger-menu .burger-menu_nav footer .contacts .btn-3 a a,
  footer .contacts .btn-3 header .header-top .burger-menu .burger-menu_nav a a {
    height: 48px !important;
  }

  header .header-top .burger-menu .burger-menu_nav .burger-menu_link {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }

  header .header-top .burger-menu .burger-menu_nav .burger-menu_link.caps {
    font-size: 14px;
  }

  header .header-top .burger-menu .burger-menu_nav .burger-menu_link:after {
    bottom: -7px;
  }

  .header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: #000000;
    margin: auto;
    -webkit-animation-name: show-header;
            animation-name: show-header;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    z-index: 999;
  }
}

@media (max-width: 380px) {
  #home .content .box h1 {
    font-size: 22px;
  }

  #home .home-slider .items {
    height: 280px;
  }

  #exclusive .box a:last-child.tow-ver1 {
    height: 50px;
  }

  .header-top .burger-menu .burger-menu_nav {
    height: 100vh !important;
    padding: 20% 0 0 30px;
  }

  .header-top .burger-menu .burger-menu_nav .burger-menu_link {
    font-size: 14px !important;
    line-height: 16px !important;
    margin-bottom: 12px !important;
  }

  #scheme .box .box-items .left .line {
    height: 135px;
  }
}

@media (max-width: 340px) {
  #about .statistics .static-wrap .num p {
    font-size: 23px;
    line-height: 25px;
  }

  .white-popup-block {
    padding: 40px 10px 30px 10px;
  }

  .header-top .burger-menu .burger-menu_nav {
    height: 100vh !important;
    padding: 20% 0 0 30px;
  }

  .header-top .burger-menu .burger-menu_nav .burger-menu_link {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 12px !important;
  }

  .header-top .burger-menu .burger-menu_nav .btn-1,
  .header-top .burger-menu .burger-menu_nav footer .contacts .btn-3 a,
  footer .contacts .btn-3 .header-top .burger-menu .burger-menu_nav a {
    margin: 0 auto 12px auto !important;
  }
}