@media all and (max-width: 1200px) {
  ul.menu__header-items li:last-child {
    display: none;
  }
}
input[type="text"]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
html {
  overflow-x: hidden;
  margin-right: calc(-1 * (100vw - 100%));
}/*
body {
  overflow-y: visible;
}*/
input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
body {
  margin: 0;
}
* {
  font-weight: 400;
}
button {
  background-color: transparent;
  border: none;
}
.ml-50 {
  margin-left: 50px;
}
.mob_dis {
  display: none;
}
* {
  text-decoration: none;
}
.hidden {
  display: none !important;
}
time {
  font-family: "NotoSans";
}
.box-content {
  max-width: 1130px;
  padding-right: 20px;
  padding-left: 20px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.text-right {
  text-align: right;
}
.mb-50 {
  margin-bottom: 50px;
}
.mb-0 {
  margin-bottom: 0;
}
.pb-20 {
  padding-bottom: 20px;
}
.mt-5 {
  margin-top: 5px;
}
h4 {
  font-family: "TenorSans";
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}
.white_color h2 {
  color: #fff;
}
.desk_none {
  display: none;
}
.text_center {
  text-align: center;
}
.text_center_t1 {
  max-width: 716px;
  margin-right: auto;
  margin-left: auto;
}
.vg-center {
  align-self: center;
  justify-self: center;
}
button {
  outline: none;
}
.grid-col-2-70-30 {
  display: grid;
  grid-template-columns: calc(100% - 385px - 8px) 385px;
  grid-column-gap: 8px;
  width: 100%;
}
.grid-col-2-30-70 {
  display: grid;
  grid-template-columns: 385px calc(100% - 385px - 8px);
  grid-column-gap: 8px;
  width: 100%;
}
.grid-col-3 {
  max-width: 1130px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.grid-col-2 {
  display: grid;
  grid-template-columns: 32% 60%;
  grid-column-gap: 8%;
  box-sizing: border-box;
  width: 100%;
}
.mb-190 {
  margin-bottom: 50px;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "TenorSans";
  font-weight: 400;
}
h2 {
  font-size: 38px;
}
p {
  font-family: "Commissioner";
}
.header-group {
  position: fixed;
  display: grid;
  max-width: 2560px;
  width: 100%;
  grid-template-columns: 8% 16% 52% 19% 5%;
  z-index: 17;
  padding-top: 15px;
  margin: auto;
  left: 0;
  right: 0;
}
.black {
  top: 0;
  background-color: #fff;
}
.black .header-menu button,
.black .header-phone a,
.black .logo-site,
.black .city-change a {
  color: #000;
  fill: #000;
}
.black .search_button .white-stouk,
.black .city-change .white-stouk {
  display: none;
}
.black .search_button .d-none,
.black .city-change .d-none {
  display: inline;
}
.search_open .black .search_button .d-none {
  display: none;
}
.black .header-menu button::before,
.black .header-menu button::after {
  background-color: #000;
}
/* при открытии бургер меню */
.d-none {
  display: none;
}
.menu_open .burger_button,
.menu_open .header-phone a,
.menu_open .city-change a {
  color: #000;
  z-index: 16;
  position: relative;
}
.menu_open .burger_button::after {
  transform: rotate(45deg);
  left: 9px;
  top: 18px;
}
.menu_open .burger_button::before {
  transform: rotate(-45deg);
  left: 9px;
  top: 18px;
}
.menu_open .burger_button::after,
.menu_open .burger_button::before {
  background-color: #000;
}
.menu_open .logo-site {
  fill: #2d2d2f;
  z-index: 16;
  position: relative;
}
.menu_open .d-none {
  display: inline;
}
.search_open .d-none {
  display: none;
}
/* при открытии бургер меню */
.first-section .section_text h2 {
  text-transform: uppercase;
}
.header-group * {
  font-family: "TenorSans";
}
.logo-site {
  fill: #fff;
}
.logo-site figure {
  margin-bottom: 0;
}

.header-menu {
  width: 100%;
  text-align: right;
}
.menu_body {
  position: fixed;
  top: 0px;
  left: 0;
  height: 0;
  padding-top: 65px;
  width: 0;
  background-color: #fff;
  transition: all 0.3s ease 0s;
  z-index: 10;
  visibility: hidden;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}
.menu_body.active {
  height: 100%;
  width: 100%;
  visibility: visible;
}
.menu_body .category,
.menu_body .pages,
.menu_body .links_special {
  max-width: 2560px;
  margin: 0 auto;
}
.menu_body .category ul {
  list-style-type: none;
  text-align: left;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  padding-left: 120px;
  padding-right: 120px;
}
.menu_body .category ul li a:hover h3 {
  color: #777778;
}
.menu_body ul {
  list-style-type: none;
  text-align: left;
  padding-left: 120px;
  padding-right: 120px;
}
.menu_body .pages ul {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
}
.menu_body .pages ul li {
  margin-bottom: 20px;
}
.menu_body .pages ul li:last-child {
  grid-column: 2;
}
.menu_body .category ul a {
  font-size: 28px;
  color: #000;
  text-decoration: none;
}
.menu_body .pages ul {
  margin-top: 30px;
}
.menu_body .pages ul a {
  font-family: "Commissioner";
  font-size: 18px;
  color: #000;
  text-decoration: none;
  padding: 0 5px 0 0;
  font-weight: 400;
  display: inline-block;
}
.menu_body .pages ul a:hover,
.menu_body .category ul a:hover {
  color: #777778;
}
.menu_body .category {
  margin-top: 45px;
}
.menu_body .category ul {
  margin: 0;
}
.menu_body .category h3 {
  margin: 0;
}
.menu_body .category li {
  margin-bottom: 30px;
}
.links_special {
  display: grid;
  grid-template-columns: 80% 20%;
  padding-left: 120px;
  padding-right: 120px;
  padding-bottom: 20px;
  margin-top: auto !important;
  box-sizing: border-box;
  width: 100%;
}
.on_tabs {
  overflow: auto;
  max-height: calc(100vh - 65px - 85px);
}
.links_special .zakaz-button-modal {
  text-align: left;
  width: 100%;
}
.links_special .zakaz-button-modal a {
  color: #000;
  text-decoration: none;
  margin-right: 80px;
  font-family: "Commissioner";
  font-weight: 500;
  font-size: 16px;
}
.links_special .zakaz-button-modal a:hover {
  color: #777778;
}
.header-menu button {
  font-size: 15px;
  color: #fff;
  width: 108px;
  position: relative;
  text-align: right;
  transition: 0.3s;
  cursor: pointer;
  padding: 10px 8px;
  z-index: 15;
}
.social-link-modal ul {
  padding: 0;
}
.social-link-modal ul li {
  display: inline-block;
  position: relative;
  z-index: 16;
  margin-left: 25px;
}
.social-link-modal ul li svg {
  position: relative;
  fill: #fff;
  z-index: 16;
}
.social-link-modal li a::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #061626;
  opacity: 0.2;
  border-radius: 50%;
  z-index: 1;
  left: -10px;
  top: 0;
}
.social-link-modal li:hover a::after {
  opacity: 1;
}
.social-link-modal li .facebook::after {
  left: -9px;
  top: -9px;
}
.social-link-modal li .instagramm svg {
  top: -1px;
}
.social-link-modal li .instagramm::after {
  left: -11px;
  top: -13px;
}
.header-menu button:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.header-menu button::after {
  content: "";
  height: 2px;
  width: 31px;
  left: 8px;
  top: 21px;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.header-menu button::before {
  content: "";
  height: 2px;
  width: 31px;
  left: 8px;
  top: 13px;
  position: absolute;
  background-color: #fff;
  transition: all 0.3s ease 0s;
}
.header-phone a {
  font-size: 21px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 15px;
  transition: 0.2s;
}
.header-phone a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.city-change a {
  font-family: "TenorSans";
  font-size: 18px;
  text-decoration: none;
  color: #fff;
  padding: 10px 15px;
  transition: 0.2s;
}
.city-change a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.city-change svg {
  color: #fff;
}
.search-header a {
  display: block;
  padding: 10px 15px;
  transition: 0.3s;
  position: relative;
  z-index: 16;
  text-decoration: none;
}
.search-header a:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.search-header figure {
  margin: 0;
}
.search_body {
  visibility: hidden;
  position: fixed;
  width: 100%;
  height: 100px;
  background: rgba(6, 22, 38, 0.85);
  transform: translate(0px, -100px);
  top: 0;
  left: 0;
  transition: all 0.3s;
  display: grid;
  grid-template-columns: 90% 10%;
  z-index: 11;
}
.search_body div {
  width: 100%;
  max-width: 826px;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 6px;
  display: flex;
}

.search_body .search_input {
  background: inherit;
  border: navajowhite;
  width: 800px;
  color: #fff;
  font-size: 18px;
  outline: none;
  flex: 1;
}
.search_body.active {
  transform: translate(0px, 0px);
  visibility: visible;
}
.search_open .search-header {
  position: absolute;
  right: 24px;
  top: 24px;
}
.close_search {
  display: none;
}
.search_open .close_search {
  display: block;
}
.search_open .search_button .white-stouk,
.search_open .logo-site,
.search_open .header-phone,
.search_open .burger_button,
.search_open .city-change {
  display: none;
}
.under_cat_body .back_arrow {
  margin-top: 50px;
}
.under_cat_body .back_arrow {
  display: block;
  width: fit-content;
  width: -moz-fit-content;
  margin-left: 120px;
}
.under_cat_body h3 {
  font-size: 28px;
  max-width: 800px;
  text-align: left;
  margin-left: 120px;
}
.under_cat {
  margin-top: 40px;
}
.under_cat figcaption {
  font-family: "Commissioner", sans-serif;
}
.under_cat figure {
  margin: 0;
  margin-bottom: 8px;
  overflow: hidden;
}
.under_cat li {
  display: inline-block;
  width: auto;
  margin-right: 20px;
  margin-bottom: 35px;
  vertical-align: top;
}

.under_cat li a {
  text-decoration: none;
  color: #000;
  font-family: "Commissioner";
  font-size: 16px;
  transition: ease-in-out 0.3s ease 0s;
}
.under_cat li a img {
  /*width: 222px;*/
  /*height: 154px;*/
  transition: 0.3s;
}
.under_cat li a:hover img {
  transform: scale(1.1);
}
.door_com_body,
.alym_system_body,
.parket_com_body,
.open_door_body {
  visibility: hidden;
  overflow: hidden;
  display: none;
  width: 100%;
  z-index: 15;
  transition: all 0.3s;
}
.tab_open_door .door_com_body,
.tab_open_sys .alym_system_body,
.tab_open_park .parket_com_body,
.tab_open_open .open_door_body {
  visibility: visible;
  display: block;
}
.svert {
  transition: ease-in-out 0.3s ease 0s;
}
.tab_open_door .svert,
.tab_open_sys .svert,
.tab_open_park .svert,
.tab_open_open .svert {
  width: 0;
  height: 0;
  overflow: hidden;
}
.section-nav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  pointer-events: none;
  padding: 67px 0 200px 35px;
  box-sizing: border-box;
  z-index: 5;
}
.section-nav > * {
  pointer-events: all;
}
.section-nav button {
  margin-bottom: 17px;
  color: #fff;
  cursor: pointer;
}
.section-nav button:last-child {
  margin-bottom: 0;
}
.section-nav button span {
  padding-left: 20px;
  opacity: 0.5;
  transition: 0.3s;
  position: relative;
  line-height: 23px;
}
.section-nav button span::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
  left: 0;
  top: 6px;
}
.section-nav button span:hover {
  opacity: 1;
  padding-left: 55px;
}
.section-nav button span:hover::before {
  opacity: 0;
}
.section-nav button.glide__bullet--active {
  padding-left: 20px;
}
.section-nav button.glide__bullet--active span {
  opacity: 1;
  font-size: 19px;
  padding-left: 35px;
}
.section-nav button.glide__bullet--active span::before {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #fff;
  border-radius: 50%;
  left: 7px;
  top: 7px;
  transition: 0.3s;
  transition-property: opacity;
  opacity: 1;
}
.section-nav button.glide__bullet--active span::after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  top: 0;
  left: 0;
  transition: 0.3s;
}
.section-nav span {
  font-family: "Commissioner";
  font-weight: 400;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
}

.social-link {
  position: fixed;
  right: 0;
  top: 0;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  pointer-events: none;
  padding: 67px 0 200px;
  box-sizing: border-box;
}
.social-link ul {
  list-style: none;
  padding: 0 40px 0 0;
}
.social-link > * {
  pointer-events: all;
}
.social-link li {
  list-style-type: none;
  margin-bottom: 35px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social-link li:last-child {
  margin-bottom: 0;
}
.social-link li a {
  display: flex;
}
.social-link li svg {
  display: block;
  fill: #fff;
  position: relative;
  z-index: 9;
}
.social-link li:hover svg {
  fill: #000;
}
.social-link li a::after {
  content: "";
  position: absolute;
  width: 45px;
  height: 45px;
  background: #ffffff;
  opacity: 0.2;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-link li:hover a::after {
  opacity: 1;
}

.section-vh {
  height: 100vh;
}

.img_size100 img {
  height: 100vh;
  width: 100%;
}
.semi {
  position: relative;
}
.semi-f {
  position: relative;
}
.semi-f::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 99%;
  background: #2d2d2f;
  opacity: 0.3;
  z-index: 2;
}
.semi::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.6) 0%,
    rgba(45, 45, 47, 0) 100%
  );
  z-index: 2;
}
.first-section-slider .glide__bullets {
  position: absolute;
  bottom: 120px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  transition: 0.3s;
}
.first-section .img_size100 img {
  object-fit: cover;
}
.glide.first-section-slider-main {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  pointer-events: none;
}
.glide.first-section-slider-main .glide__slide {
  position: relative;
}
.glide.first-section-slider-main .section_text > * {
  pointer-events: all;
}
.glide.first-section-slider-main .glide__slide {
  z-index: 10;
}
.glide.first-section-slider-main .glide__slide::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.6) 0%,
    rgba(45, 45, 47, 0) 100%
  );
  z-index: 1;
}
.glide.first-section-slider-main .glide__slide.glide__slide-first {
  z-index: 0;
}
.glide.first-section-slider-main .glide__slide.glide__slide-first::before {
  display: none;
}

/* .first-section.hovered .glide__bullets {
  opacity: 0;
}
.first-section-hover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1;
  pointer-events: none;
}
.first-section-hover__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.first-section-hover__img.hovered {
  opacity: 1;
  visibility: visible;
} */
.section_text {
  position: absolute;
  bottom: 45%;
  width: 100%;
  text-align: center;
  color: #fff;
  z-index: 5;
}
.section_text p {
  font-size: 18px;
  line-height: 22px;
  width: 100%;
  max-width: 555px;
  margin: 25px auto;
}
.section_text a {
  display: block;
  font-family: "TenorSans";
  margin: 0 auto;
  width: 122px;
  height: 122px;
  line-height: 122px;
  font-size: 18px;
  border: 2px solid #fff;
  border-radius: 50%;
  color: #fff;
  text-decoration: none;
  transition: 0.3s;
}
.section_text a:hover {
  background-color: #fff;
  color: #000;
}
.first-section-slider .glide__bullets {
  z-index: 3;
  padding-left: 15px;
  padding-right: 15px;
}
.first-section-slider .glide__bullets .glide__bullet {
  font-size: 16px;
  background-color: rgba(45, 45, 47, 0.4);
  padding: 24px 17px 24px 17px;
  color: #fff;
  width: 144px;
  height: 84px;
  word-wrap: break-word;
  margin-right: 7px;
  text-align: left;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  font-family: "Commissioner";
  font-style: normal;
  font-display: swap;
  font-weight: 400;
}
.first-section-slider .glide__bullets .glide__bullet:last-child {
  margin-right: 0;
}
.main_head {
  pointer-events: none;
}
.main_head > * {
  pointer-events: all;
}
.main_head h2 {
  font-size: 38px;
}
.main_head p {
  font-size: 16px;
}
.first-section-slider .glide__bullets .glide__bullet:hover {
  background-color: rgba(255, 255, 255, 0.4);
}
.first-section-slider .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: rgba(255, 255, 255, 0.4);
}
.first-section-slider .glide__bullets .glide__bullet:first-child {
  border-bottom-left-radius: 32px;
  border-top-left-radius: 32px;
}
.first-section-slider .glide__bullets .glide__bullet:last-child {
  border-bottom-right-radius: 32px;
  border-top-right-radius: 32px;
}
.zakaz-button {
  position: absolute;
  bottom: 40px;
  width: 100%;
  text-align: center;
  z-index: 3;
}
.zakaz-button a {
  font-family: "Commissioner";
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  padding: 15px 30px;
  transition: 0.3s;
}
.zakaz-button a:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

/* Модальные окна */
.modal-city-change {
  position: absolute;
  display: none;
  background-color: #fff;
  padding: 15px 21px 22px 26px;
  border: 1px solid #cfcfcf;
  transform: translate(-150px, 30px);
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
  overflow: hidden;
}
.modal-city-change p {
  font-family: "Commissioner";
  color: #000;
  text-align: center;
  margin-top: 0;
}
.modal-city-change a {
  color: #000;
  text-decoration: underline;
  font-size: 18px;
}
.cookie-modal {
  visibility: hidden;
  position: fixed;
  bottom: 42px;
  transition: all 0.3s ease 0s;
  width: 100%;
  z-index: 90;
}
.cookie-modal-content {
  max-width: 904px;
  min-height: 105px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 17px 10px 18px 10px;
  text-align: center;
}
.cookie-modal-content p {
  color: #000;
  font-size: 15px;
}
.cookie-modal-content a {
  font-size: 18px;
  color: #000;
}
.cookie-modal .close-modal {
  max-width: 933px;
  text-align: right;
  margin: 0 auto;
  display: block;
  width: 100%;
  cursor: pointer;
}
.modal-t {
  visibility: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: 20;
  background-color: rgba(0, 0, 0, 0.6);
}
.city-choose-modal {
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.city-choose-modal-content {
  background-color: #fff;
  width: 334px;
  overflow: scroll;
  max-width: 100%;
  height: 500px;
  margin: 100px auto;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
}
.modal-content {
  background-color: #fff;
  max-width: 500px;
  height: 380px;
  margin: 50px auto;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  padding: 0 30px 30px 30px;
}
.city-choose-modal-content h3 {
  font-size: 28px;
  margin-top: 0px;
  margin-left: 30px;
}
.modal-content h3 {
  font-size: 28px;
  margin-top: 0px;
}
.city-choose-modal-content button.close-modal {
  margin-left: auto;
  display: block;
  margin-right: 15px;
  margin-top: 20px;
  cursor: pointer;
}
.modal-content button.close-modal {
  margin-left: auto;
  display: block;
  margin-right: 15px;
  margin-top: 30px;
  cursor: pointer;
}
.city-choose-modal-content ul {
  list-style-type: none;
  padding: 0;
}

.city-choose-modal-content ul a {
  font-family: "Commissioner";
  display: block;
  padding: 8px 30px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.city-choose-modal-content ul a:hover {
  background: #f0f0f0;
}
.city-choose-modal-content ul a.active {
  color: #b52726;
}
.modal-t_default {
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: border-box;
}
.modal-t_default button.close-modal {
  position: absolute;
  top: 18px;
  right: 12px;
  margin: 0;
}
.modal-t_default .modal-content {
  position: relative;
  padding-top: 30px;
}

.modal-content input.input-modal {
  font-family: "Commissioner";
  display: block;
  margin-bottom: 12px;
  padding: 14px 21px;
  max-width: 100%;
  width: 100%;
  height: 60px;
  font-size: 16px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  outline: none;
}
.button-file input {
  position: absolute;
  width: 0;
  height: 0;
  top: 0;
  left: 0;
  visibility: hidden;
}
.button-file {
  display: inline-flex;
  cursor: pointer;
}
.button-file__btn {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 10px;
  background: #b52726;
  border-radius: 2px;
  margin-top: 4px;
  position: relative;
}
.button-file__btn::before,
.button-file__btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 2px;
  margin-top: -1px;
  margin-left: -4px;
  border-radius: 2px;
  background: #fff;
}
.button-file__btn::after {
  transform: rotate(90deg);
}
.button-file__name {
  font-family: Commissioner;
  font-size: 16px;
  line-height: 137%;
  color: #777778;
  word-break: break-all;
}
.modal-content .button-file {
  margin-bottom: 12px;
}
.modal-content textarea.textarea-modal {
  font-family: "Commissioner";
  display: block;
  margin-bottom: 12px;
  padding: 14px 21px;
  max-width: 100%;
  width: 100%;
  height: 100px;
  font-size: 15px;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  outline: none;
  resize: none;
}
/*.modal-content .submit_blok {
  display: flex;
  align-items: center;
  justify-content: space-between;
}*/

.modal-content .submit_blok p {
  font-size: 13px;
  /*max-width: 230px;*/
  margin-right: 20px;
  color: #777778;
}
.modal-content .submit_blok .submit-bt {
  background: #b52726;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  width: 166px;
  flex-shrink: 0;
  margin: 0;
  transition: 0.2s;
  cursor: pointer;
}
.modal-content .submit_blok .submit-bt:hover {
  background: #931716;
}
.rashet-height {
  height: auto;
}
/* Модальные окна КОНЕЦ */
.mobile-modle {
  display: none;
}

.first-section-b {
  padding-top: 100px ; 
}

.first-section-b .bread {
  text-align: center;
  font-size: 13px;
  color: #777778;
  letter-spacing: 0.05em;
  font-family: "Commissioner";
  text-transform: uppercase;
}
.first-section-b .bread a {
  text-decoration: none;
  color: inherit;
}
.first-section-b .section_head h1 {
  font-size: 38px;
  text-align: center;
  margin-top: 55px;
  text-transform: uppercase;
}
.first-section-b.hb-0 .section_head h1 {
  margin-bottom: 0;
}
.first-section-b .section_head p {
  text-align: center;
  color: #777778;
  font-family: Commissioner;
  font-size: 16px;
  line-height: 22px;
}
.first-section-b .section_head p a:visited,
.first-section-b .section_head p a {
  color: #061626;
}
.grid-col2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  width: 100%;
}
.first-section-b .category_list figure {
  margin: 0;
}
.first-section-b .category_list figure img {
  height: 100%;
  width: 100%;
}
.category_list figure img {
  object-fit: cover;
}
.first-section-b .category_list .meta_article {
  /*background: linear-gradient(0deg, #061626, #061626);*/
  background: #EEEEEE;
  color: #fff;
  padding: 0px 50px 0px;
  justify-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.first-section-b .category_list .meta_article .head_cat {
  margin-bottom: 10px;
  font-size: 28px;
  /*color: #fff;*/
  color: #000;
  width: 100%;
}
.category_list_t1 .meta_article .head_cat {
  width: 100%;
}
.category_list_t1-2 p {
  width: 100%;
}
.first-section-b .category_list .meta_article .short_cat {
  font-family: "Commissioner";
  font-size: 16px;
  /*color: #dbdbdb;*/
  color: #000;
  opacity: 0.5;
}
.first-section-b .category_list_t1 .meta_article .short_cat {
  opacity: 0.7;
}
.category_list_t1 .short_cat {
  width: 100%;
}
.category_list-bordered figure {
  border: 1px solid #cfcfcf;
}
.first-section-b .category_list_t1-2 .meta_article {
  padding-right: 25px;
  padding-left: 40px;
}
.first-section-b.fondo .category_list .meta_article .short_cat {
  font-family: "Commissioner";
  font-size: 16px;
  color: #dbdbdb;
  opacity: 1;
}

.first_article .category_punkt-slider,
.first_article figure {
  border-radius: 40px 0px 0px 0px;
  overflow: hidden;
}
.first_article .meta_article {
  border-radius: 0px 40px 0px 0px;
}
.first_article2 .category_punkt-slider,
.first_article2 figure {
  border-radius: 0px 40px 0px 0px;
  overflow: hidden;
}
.first_article2 .meta_article {
  border-radius: 40px 0px 0px 0px;
}
.category_list {
  margin-top: 60px;
}
.category_list h2 {
  text-transform: none;
}
.category_list .meta_article p {
  margin-top: 0;
}
.category_list_t1 figure {
  max-height: 580px;
}
.category_list .category_punkt {
  margin-bottom: 8px;
}
.under_cat_list {
  margin-top: 60px;
}
.under_cat_list_t1 .head_cat {
  text-transform: none;
}
.under_cat_list .category_punkt {
  margin-bottom: 18px;
}
.category_list .category_punkt:nth-child(2n) {
  grid-auto-flow: dense;
}
.category_list .category_punkt:nth-child(2n) .meta_article {
  grid-column: 1;
}
.category_list .category_punkt:nth-child(2n) .image_article {
  grid-column: 2;
}

.under_cat_list figure {
  margin: 0;
}
.first_under_article {
  border-radius: 40px 0px 0px 0px;
  overflow: hidden;
}
.second_under_article {
  border-radius: 0px 40px 0px 0px;
  overflow: hidden;
}
.under_cat_list .category_punkt {
  position: relative;
  overflow: hidden;
  height: 400px;
  cursor: pointer;
}
.under_cat_list .category_punkt figure {
  width: 100%;
  height: 100%;
}
.under_cat_list .category_punkt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.slider-eco .meta_article,
.under_cat_list .meta_article {
  position: absolute;
  z-index: 16;
  left: 0;
  top: calc(100% - 80px);
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.95) 0%,
    rgba(45, 45, 47, 0) 100%
  );
  transition: all 0.3s;
  width: 100%;
  padding-bottom: 15px;
}
.slider-eco .meta_article {
  top: calc(100% - 65px);
}
.slider-eco .category_punkt:hover .meta_article,
.under_cat_list .category_punkt:hover .meta_article {
  transform: translateY(calc(80px - 100%));
}
.slider-eco .category_punkt:hover .meta_article {
  transform: translateY(calc(65px - 100%));
}
.open_door_cat .meta_article .head_cat {
  text-transform: initial;
}
.under_cat_list .meta_article .head_cat {
  color: #fff;
  font-size: 28px;
  padding-left: 40px;
}
.stels .under_cat_list .meta_article .head_cat {
  text-transform: initial;
}
.under_cat_list .meta_article .short_cat {
  color: #dbdbdb;
  font-size: 16px;
  font-family: "Commissioner";
  padding-left: 40px;
  padding-right: 40px;
}
.osobenosti_special {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 50px;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.panel_title {
  min-width: 280px;
}
.osobenosti_special span {
  font-family: "Commissioner";
  font-size: 12px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #777778;
}
.osobenosti_special h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}
.osobenosti_special p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
}
.osobenosti_special .osobenosti_items .glide__slides {
  display: grid;
  grid-template-columns: 0.45fr 0.45fr;
  justify-content: center;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
}
.scroll_panel .section_head {
  display: none;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 60px;
}

.osobenosti_items {
  position: relative;
  box-sizing: border-box;
}
.osobenosti_items p:last-child {
  margin-bottom: 0;
}
.osobenosti_items .glide__arrows {
  display: none;
}
.osobenosti_items.with-out-grid .glide__slides {
  display: block;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
}
.scroll_panel {
  overflow-y: scroll;
  height: 850px;
  position: relative;
}
/* полоса прокрутки (скроллбар) */
.scroll_panel::-webkit-scrollbar {
  width: 5px; /* ширина для вертикального скролла */
  height: 8px; /* высота для горизонтального скролла */
  background-color: #777778;
  border-radius: 10px;
}

/* ползунок скроллбара */
.scroll_panel::-webkit-scrollbar-thumb {
  background-color: #143861;
  border-radius: 10px;
}

.scroll_panel::-webkit-scrollbar-thumb:hover {
  background-color: #253861;
}
.scroll_panel::-webkit-scrollbar-button:horizontal:start:decrement {
  background: linear-gradient(30deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(150deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(270deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}

.scroll_panel::-webkit-scrollbar-button:horizontal:end:increment {
  background: linear-gradient(210deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(330deg, #02141a 40%, rgba(0, 0, 0, 0) 41%),
    linear-gradient(90deg, #02141a 30%, rgba(0, 0, 0, 0) 31%);
  background-color: #f6f8f4;
}
.osobenosti_special.with-out-grid .osobenosti_items .osobenost_item {
  margin-top: 60px;
}

.osobenosti_items .osobenost_item figure {
  margin: 0;
  padding: 15px;
  border: 0.904587px solid rgba(119, 119, 120, 0.7);
  border-radius: 100px;
  width: max-content;
}
.osobenosti_items .osobenost_item figure img {
  display: block;
}
.osobenosti_items .osobenost_item h3 {
  font-size: 18px;
  line-height: 144%;
  text-transform: uppercase;
  color: #000000;
}
.osobenosti_items .osobenost_item p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
}
.osobenosti-solutions {
  padding-top: 220px;
  padding-bottom: 215px;
}
.osobenosti-solutions figure {
  margin: 15px 0 0;
  width: 100%;
  text-align: center;
}
.osobenosti-solutions img {
  max-width: 100%;
}
.osobenosti h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}
.osobenosti h3 {
  margin-top: 0;
}
.osobenosti__box {
  position: relative;
}
.osobenosti__box-content p {
  max-width: 560px;
  margin-right: auto;
  margin-left: auto;
}
.osobenosti__main-img {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 60px;
}
.osobenosti__box-img {
  width: 100%;
  margin-top: 55px;
}
.osobenosti h3 {
  font-size: 28px;
  color: #2d2d2f;
  margin-bottom: 0;
}
.osobenosti p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
}
.collections .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.collections .section-text p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
  margin-top: 15px;
}
.osobenosti_stels .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 0px;
}
.stels_osobenost {
  background: rgb(196, 196, 196, 0.2);
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  padding: 292px 0;
  margin-top: 60px;
  text-align: right;
}
.stels .section-text p {
  color: #777778;
}
.stels_osobenost h3 {
  font-size: 28px;
  color: #2d2d2f;
  padding-right: 111px;
}
.stels_osobenost p {
  font-size: 16px;
  color: #2d2d2f;
  padding-right: 111px;
}
.osobenosti_stels .section-text p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
  margin-top: 15px;
}
.osobenosti_stels {
  padding-top: 80px;
}
.variants h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0px;
}
.variants p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
  margin-top: 15px;
  margin-bottom: 60px;
}
.variants_ticket img {
  width: 100%;
}
.variants_ticket-bottom {
  margin-top: 20px;
  padding: 10px;
  background: #ffffff;
  border: 1px solid #777778;
  box-sizing: border-box;
}
.variants_ticket-bottom img {
  width: 100%;
}
.variants_ticket-column h4 {
  margin: 20px 0 0;
  text-align: center;
}
.variants_tickets .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 70px;
}
.variants_tickets .glide__arrows {
  display: none;
}
.variants_tickets.variants_tickets_t1 .glide__slides {
  grid-template-columns: 1fr 1fr;
}

.mb-325 {
  padding-bottom: 325px;
}
.okras {
  position: relative;
  text-align: center;
  padding-top: 243px;
}
.okras p {
  font-size: 16px;
  color: #777778;
}
.okras p.okras_all {
  margin-bottom: 150px;
}
.okras p.unique {
  max-width: 625px;
  margin: 0 auto 60px;
}
.okras p span {
  font-weight: 900;
  text-transform: uppercase;
  color: #2d2d2f;
}
.okras h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #2d2d2f;
  margin-bottom: 0;
}
.okras h3 {
  font-size: 28px;
  color: #2d2d2f;
}
.okras .left_pick,
.okras .right_pick,
.okras .top_pick {
  position: absolute;
  margin: 0;
}
.okras .top_pick {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.okras .left_pick {
  left: 0;
  top: 121px;
}
.okras .right_pick {
  right: 0;
  top: 121px;
}
.okras .list_color {
  list-style-type: none;
  text-align: center;
  padding: 0;
  margin-bottom: 0;
}
.okras .list_color li figure {
  margin: 0;
  border: 1px solid rgba(119, 119, 120, 0.7);
  box-sizing: border-box;
  padding: 10px;
}
.okras .list_color li figure img {
  display: block;
}
.okras .list_color li {
  width: fit-content;
  width: -moz-fit-content;
  display: inline-block;
  margin: 0 10px 20px;
}
.okras .list_color figcaption {
  color: #2d2d2f;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 10px;
}
.eco_size .section-text h3 {
  margin: 0 0 20px;
}
.eco_size .section-text p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
}
.eco_size {
  align-items: center;
}
footer {
  background: #2c3844;
  margin-top: 150px;
  color: #2d2d2f;
}
.footer_section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding: 35px 20px 0px;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.footer_section a {
  text-decoration: none;
}
.footer_section .logo-site figure {
  margin: 0;
}
.footer_section .singel_foo {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-family: "TenorSans";
  margin-bottom: 35px;
}
.footer_section .singel_foo:hover {
  opacity: 0.5;
}
.footer_section h4 {
  color: #fff;
  font-size: 18px;
  margin-top: 0;
  text-transform: initial;
}
.foo_menu-head-btn {
  display: none;
}
.footer_section .foo_menu ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 35px;
}
.footer_section .foo_menu ul li {
  margin-bottom: 14px;
}
.foo_tel:hover {
  opacity: 0.5;
}
.footer_section .mail_shef:hover {
  opacity: 1;
}
.footer_section .foo_menu ul li a {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
  font-family: "Commissioner";
  font-size: 15px;
}
.footer_section a:hover h4 {
  opacity: 0.5;
}
.footer_section .foo_menu ul li a:hover {
  opacity: 1;
}
.footer_section .mail_shef {
  color: #fff;
  text-decoration: none;
  opacity: 0.5;
  font-family: "Commissioner";
  font-size: 15px;
}
.footer_section .social-link-foo {
  margin-bottom: 40px;
  margin-top: 30px;
}
.footer_section .social-link-foo ul {
  display: flex;
  padding: 0;
}
.footer_section .social-link-foo ul li {
  display: inline-block;
  position: relative;
  z-index: 16;
  margin-left: 8px;
}
.footer_section .social-link-foo ul li:first-child {
  margin-left: 0;
}
.footer_section .social-link-foo ul li svg {
  position: relative;
  fill: #fff;
  z-index: 16;
}
.footer_section .social-link-foo li a {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  transition: 0.2s;
}
.footer_section .social-link-foo a:hover {
  background: rgba(255, 255, 255, 0);
}
.footer_section .foo_tel {
  color: #fff;
  display: block;
  text-decoration: none;
  font-size: 21px;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: "TenorSans";
}
.pre_footer {
  text-align: center;
  padding: 20px 24%;
  font-size: 12px;
  font-family: "Commissioner";
  color: #ffffff;
  opacity: 0.32;
  background: #232f3a;
}
.slider-eco figure {
  margin: 0;
}
.slider-eco figure img {
  object-fit: cover;
}
.slider-eco .glide__slide--active .category_punkt {
  transform: scale(0.9);
  position: relative;
  top: -20px;
  border-radius: 0px 0px 0px 0px;
}
.slider-eco .category_punkt {
  border-radius: 200px 200px 0px 0px;
  overflow: hidden;
  height: fit-content;
  height: 425px;
  color: #fff;
  position: relative;
  transition: all 0.3s;
}
.slider-eco .category_punkt .meta_article {
  position: absolute;
  z-index: 16;
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 100%
  );
}
.slider-eco .meta_article .head_cat {
  color: #fff;
  font-size: 18px;
  padding-left: 30px;
}
.slider-eco .meta_article .short_cat {
  color: #dbdbdb;
  font-size: 16px;
  font-family: "Commissioner";
  padding-left: 30px;
  padding-right: 30px;
}
.slider-eco .glide__arrows {
  position: absolute;
  width: 100%;
  bottom: -45px;
}
.slider-eco .glide__arrow--left {
  cursor: pointer;
}
.slider-eco .glide__arrow--right {
  position: absolute;
  right: 0;
  cursor: pointer;
}
.slider-eco .slide_number {
  position: absolute;
  right: 22px;
  bottom: -51px;
}
.slider-eco .slide_number {
  font-size: 30px;
  color: #2d2d2f;
}
.slider-eco .slide_number #allslide {
  font-size: 20px;
  line-height: 20px;
}
.slider-eco {
  padding-bottom: 45px;
}
.slider-eco .glide__bullets {
  position: absolute;
  bottom: -40px;
  width: 80%;
  left: 21px;
  display: flex;
  border-top: 1px solid rgba(45, 45, 47, 0.2);
}
.slider-eco .glide__bullets .glide__bullet {
  flex: 1;
  display: inline-flex;
  border-top: 3px solid transparent;
  position: relative;
  top: -2px;
}
.slider-eco .glide__bullets .glide__bullet.glide__bullet--active {
  border-top: 3px solid #000;
}
.best_furniture .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.best_furniture .section-text p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
}
.furniture_items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  margin-top: 80px;
}
.furniture_item img {
  max-width: 100%;
}
.furniture_item h3 {
  font-size: 28px;
  color: #000000;
  margin-bottom: 0;
}
.furniture_item p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
}
.dop_options {
  padding: 80px 0;
  background: #061626;
  position: relative;
}
.dop_options .section-text {
  margin-bottom: 70px;
}
.dop_options .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
  color: #fff;
}
.dop_options .section-text p {
  font-size: 16px;
  color: #fff;
  font-family: "Commissioner";
}

.tab_text h3 {
  font-size: 28px;
  color: #ffffff;
  margin-top: 0;
}
.tab_text p {
  color: #ffffff;
  opacity: 0.5;
  font-size: 16px;
}
.tab_text p:last-child {
  margin-bottom: 0;
}
.nav-tabs {
  position: absolute;
  right: 0;
  z-index: 8;
  top: 0;
  padding: 0px 0px 0px 20px;
  border-left: 2px solid rgba(255, 255, 255, 0.75);
  width: 445px;
  background: #061626;
}
.nav-tabs a {
  display: block;
  text-align: left;
  text-decoration: none;
  color: #ffffff;
  opacity: 0.4;
  font-size: 16px;
  padding: 10px 0;
  font-family: "TenorSans";
  transition: all 0.3s;
  position: relative;
}
.nav-tab.active {
  cursor: default;
  padding: 10px 0px 10px 20px;
  opacity: 1;
}
.nav-tab.active::after {
  content: "";
  width: 20px;
  top: 49%;
  border: 1px solid #ffffff;
  display: block;
  position: absolute;
  left: -20px;
}
.nav-tab:hover {
  padding: 10px 0px 10px 20px;
}

.tab-content {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  height: 465px;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.tab-pane {
  visibility: hidden;
  transform: translate(100%, 0px);
  transition: all 0.3s;
  position: absolute;
  display: none;
  /*min-height: 100%;*/
}
.tab-pane.active {
  display: grid;
  visibility: visible;
  grid-template-columns: 1fr 445px;
  align-items: end;
  text-align: left;
  grid-column-gap: 65px;
  transform: translate(0px, 0px);
  position: relative;
}
.tab-pane_center.active {
  align-items: center;
}
.tab-pane figure {
  margin: 0;
  align-self: flex-start;
  display: flex;
}
.tab-pane img {
  width: 100%;
}
.videos .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.vidoes .section-text p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
}

.decor_panel .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.decor_panel .section-text p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
}
.videos {
  box-sizing: border-box;
  width: 100%;
  padding-left: calc((100% - 1090px) / 2);
}
.videos .section-text p {
  color: #7f7f7f;
}
.slider-video {
  margin-top: 60px;
}
.slider-video .video_punkt img {
  width: 100%;
  display: block;
}
.video_punkt {
  position: relative;
  max-width: 443px;
}
.video_punkt figure {
  margin: 0 auto;
}
.slider-video .video_punkt a {
  top: 50%;
  transform: translateY(-50%);
}
.video_punkt a {
  position: absolute;
  display: block;
  width: 150px;
  top: 35%;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-family: "TenorSans";
  font-size: 16px;
  height: 100px;
  line-height: 100px;
  z-index: 1;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.2s;
  box-sizing: border-box;
}
.video_punkt .image_article {
  position: relative;
}
.video_punkt .image_article::after {
  content: "";
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
}
.video_punkt figcaption {
  font-family: "Commissioner";
  font-size: 16px;
  color: #7f7f7f;
}
.video_punkt .circle {
  top: -2px;
  left: 19px;
  display: flex;
}
.video_punkt .circle,
.video_punkt .angle {
  position: absolute;
}
.video_punkt .angle {
  top: 5px;
  right: 17px;
  transition: 0.2s;
}
.video_punkt a:hover {
  padding-left: 20px;
}
.video_punkt a:hover .angle {
  right: 7px;
}
.slider-video .slide_number {
  position: absolute;
  /*top: -97px;*/
  right: calc((100vw - 1090px) / 2 + 125px);
  font-size: 30px;
  color: #2d2d2f;
  font-family: "TenorSans", sans-serif;
}
.slider-video .slide_number #allslide_video {
  font-size: 20px;
  line-height: 20px;
}
.slider-video .slide_number .small-s {
  font-size: 20px;
  line-height: 20px;
}
.slider-video .glide__arrows {
  position: absolute;
  top: -89px;
  right: calc((100vw - 1090px) / 2);
  width: 97px;
}
.glide__arrow {
  cursor: pointer;
}
.slider-video .glide__arrow--right {
  right: 0;
  position: absolute;
}
.ours_project {
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
}
.ours_project .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 60px;
}
.ours_project_mobile-info {
  display: none;
  color: #777778;
}
.tech_info h2 {
  margin-bottom: 0;
}
.ours_project .grid_col-2-60-40 {
  grid-template-columns: 49% 40%;
}
.grid_col-2-60-40 {
  width: 100%;
  display: grid;
  grid-template-columns: calc(60% - 50px) 40%;
  grid-column-gap: 50px;
}
.traffic .grid_col-2-60-40 {
  grid-column-gap: 8px;
  grid-template-columns: 1.5fr 1fr;
}
.grid_col-2-40-60 {
  width: 100%;
  display: grid;
  grid-template-columns: 40% calc(60% - 50px);
  grid-column-gap: 50px;
}
.slider-project {
  position: relative;
}
.slider-project__img {
  display: flex;
}
.slider-project__img .image_article {
  position: relative;
}
.slider-project figure {
  margin: 0;
}
.slider-project img {
  display: block;
}
.slider-project .glide__bullets {
  display: none;
}
.slider-project .slide_number,
.slider-project .glide__arrows {
  position: absolute;
  bottom: 34px;
  left: 50px;
  color: #fff;
  font-size: 30px;
  font-family: "TenorSans";
}
.slider-project .glide__arrows {
  width: 140px;
  position: absolute;
  bottom: 60px;
  left: 25px;
  color: #fff;
  font-size: 30px;
  font-family: "TenorSans";
}
.slider-project .glide__arrow--right {
  position: absolute;
  right: 0;
}
.slider-project .glide__arrow--left {
  position: absolute;
  left: 0;
}
.slider-project .slide_number .small-s {
  font-size: 20px;
}
.project_item time {
  font-size: 15px;
  color: #777778;
}
.project_item h3 {
  font-size: 28px;
  color: #2d2d2f;
}
.project_item p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
}
.project_item .meta_project {
  margin-top: 40px;
}
.project_item_t1 .meta_project {
  margin-top: 10px;
}
.project_item {
  margin-top: 100px;
}
.more_project {
  display: block;
  position: relative;
  width: 266px;
  margin: 100px auto 180px;
  font-size: 18px;
  font-family: "TenorSans";
  color: #000000;
  text-decoration: none;
  transition: 0.2s;
  box-sizing: border-box;
}
.more_project:hover {
  padding-left: 15px;
}
.more_project:hover .angle {
  right: -15px;
}
.more_project .elipse {
  position: absolute;
  top: -45px;
  left: -21px;
}
.more_project .angle {
  position: absolute;
  right: 0;
  top: 1px;
  transition: 0.2s;
  pointer-events: none;
}
.more_project-t1 {
  width: 180px;
}
.more_project.more_project-t2 {
  width: 266px;
}
.more_project-show-more {
  width: 142px;
}
.more_project-news {
  margin-bottom: 140px;
}
.tech_info {
  padding: 25px 20px 120px;
  box-sizing: border-box;
  max-width: 1130px;
  width: 100%;
  margin: 0 auto;
}
.tech_info .section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.tech_info .section-text p {
  font-size: 16px;
  color: #777778;
  font-family: "Commissioner";
  margin-bottom: 50px;
}
.tech_info.blue {
  background: #061626;
  color: #fff;
}
.tech_info.blue .documents a {
  color: #ffff;
}
.documents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  width: 100%;
}
.documents a {
  display: block;
  padding: 30px 25px;
  font-size: 16px;
  text-decoration: none;
  font-family: "Commissioner";
  color: #2d2d2f;
  text-align: left;
  position: relative;
  border: 1px solid #777778;
  transition: all 0.3s;
}
.documents a span {
  position: absolute;
  right: 25px;
}
.documents a:hover {
  background-color: #2d2d2f;
  color: #fff;
}
.form_prefooter {
  padding: 90px 0px;
  background-image: url(/local/templates/default/css/../image/form.jpg);
  background-repeat: no-repeat;
  background-position: right;
  background-color: #061626;
}
.form_prefooter h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
  color: #fff;
}
.form_prefooter form {
  max-width: 450px;
  width: 100%;
  padding-top: 43px;
}
.form_prefooter form input {
  border: 1px solid #919191;
  margin-bottom: 12px;
  padding: 20px 23px;
  background: transparent;
  font-family: "Commissioner";
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 16px;
  max-width: 450px;
  box-sizing: border-box;
}

.form_prefooter form textarea {
  border: 1px solid #919191;
  margin-bottom: 12px;
  padding: 20px 23px;
  background: transparent;
  font-family: "Commissioner";
  color: rgba(255, 255, 255, 0.8);
  width: 100%;
  font-size: 16px;
  resize: none;
  box-sizing: border-box;
}
.form_prefooter form input::-webkit-input-placeholder,
.form_prefooter form input::placeholder,
.form_prefooter form textarea::-webkit-input-placeholder,
.form_prefooter form textarea::placeholder {
  opacity: 1;
  color: rgba(255, 255, 255, 0.8);
}

.form_prefooter form .inline_content {
  width: 100%;
}
.form_prefooter form .inline_content p,
.form_prefooter form .inline_content .submit-button {
  display: inline-block;
}
.form_prefooter form .inline_content p {
  width: 60%;
  font-size: 13px;
  line-height: 19px;
  color: #ffffff;
  opacity: 0.3;
}
.form_prefooter form .inline_content .submit_button {
  font-size: 18px;
  color: #ffffff;
  padding: 13px 35px;
  background: #b52726;
  cursor: pointer;
}
.form_prefooter form .inline_content .submit_button:hover {
  background: #841e1d;
}
.no-margin {
  margin: 0;
}
.product_list .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  box-sizing: border-box;
}
.product_list .glide__arrows {
  display: none;
}
.product_item {
  border: 1px solid #cfcfcf;
  text-align: center;
}
.product_item a {
  display: block;
  text-decoration: none;
  color: #2d2d2f;
  padding: 27px 0 24px;
}
.product_item figure {
  margin: 0 auto;
  transition: all 0.3s;
}
.product_item img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.product_item h4 {
  font-size: 18px;
  text-transform: uppercase;
  margin: 20px 0 10px;
}
.product_item p {
  margin: 0;
  font-size: 13px;
  text-transform: uppercase;
}
.product_item p span {
  font-size: 18px;
}
.product_item a:hover figure {
  transform: scale(1.1);
}
.project_punkt {
  position: relative;
}
.door_slider .project_punkt figcaption,
.door_slider2 .project_punkt figcaption,
.door_slider3 .project_punkt figcaption {
  position: absolute;
  bottom: 0px;
  padding-left: 50px;
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.5) 0%,
    rgba(45, 45, 47, 0) 100%
  );
  width: 100%;
  padding-bottom: 20px;
  padding-top: 67px;
  box-sizing: border-box;
}
.door_slider .project_punkt figcaption h3,
.door_slider2 .project_punkt figcaption h3,
.door_slider3 .project_punkt figcaption h3 {
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
.glide_project1 .project_punkt figcaption h3{
  font-size: 28px;
  color: #ffffff;
  margin-bottom: 12px;
}
.sales figure {
  overflow: hidden;
}
.sales figure img {
  transition: all 0.3s;
}
.sales a:hover img {
  transform: scale(1.1);
}
.slide_door_panel .slider-project {
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
}
.slide_door_panel .slider-project .slide_number {
  left: auto;
  right: 60px;
  display: flex;
  align-items: baseline;
}
.slide_door_panel .slider-project .glide__arrow--left {
  left: auto;
  right: 105px;
}
.slider-project .glide__arrows {
  left: 23px;
}
.slide_door_panel .slider-project .glide__arrows {
  left: auto;
  right: 33px;
}
.zakaz_button {
  font-family: "TenorSans";
  background: #b52726;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  width: 150px;
  text-decoration: none;
  padding: 15px 25px;
}
.card_info {
  display: grid;
  grid-template-columns: 50% 50%;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  justify-self: center;
  margin-top: 60px;
}
.card_opis {
  font-size: 16px;
  line-height: 22px;
  color: #777778;
  margin-bottom: 26px;
}
.card_price {
  font-family: "TenorSans", sans-serif;
  font-size: 29.5227px;
  color: #000000;
}
.card_text {
  display: flex;
  flex-flow: column;
  justify-content: center;
  justify-self: flex-start;
}
.card_tabs .nav-tabs {
  position: initial;
  background: initial;
  padding: 0;
  border: none;
  width: 100%;
  box-sizing: border-box;
  display: flex;
}
.card_tabs .tab-content {
  height: auto;
  padding: 0;
  max-width: 100%;
  margin-top: 30px;
}
.card_tabs .nav-tabs .nav-tab {
  color: #777778;
  opacity: 1;
  background: #fafafa;
  border: 1px solid #cfcfcf;
  font-size: 1.1rem;
  padding: 19px 30px 19px 30px;
  display: inline-block;
  flex: 1;
  white-space: nowrap;
  margin-right: 8px;
  text-transform: uppercase;
}
.card_tabs .nav-tabs .nav-tab:last-child {
  margin-right: 0;
}
.door_opisanie.active {
  grid-template-columns: 1fr 1fr;
  column-gap: 115px;
}
.standrt_complect.active,
.dop_options_compolect.active {
  display: grid;
  visibility: visible;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: stretch;
  text-align: left;
  column-gap: 8px;
  transform: translate(0px, 0px);
  position: relative;
}
.standrt_complect p,
.dop_options_compolect p {
  font-size: 16px;
  max-height: 40px;
  background: #f4f4f4;
  color: #777778;
  padding: 17px 21px;
  margin-bottom: 8px;
  margin-top: 0px;
  display: flex;
  align-items: center;
}
.card_tabs .nav-tabs .nav-tab.active {
  background: #061626;
  color: #ffffff;
}
.card_tabs .nav-tab.active::after {
  display: none;
}
.door_opisanie h2 {
  font-size: 18px;
  line-height: normal;
  color: #2d2d2f;
  margin-bottom: 18px;
  text-transform: none;
  padding-left: 10px;
  margin-top: 0;
}

.door_opisanie.tab-pane.active {
  align-items: flex-start;
}

.door_xarakterestiks {
  width: 100%;
  border-collapse: collapse;
}
.door_xarakterestiks th,
.door_xarakterestiks td {
  width: 50%;
  white-space: nowrap;
  box-sizing: border-box;
}
.door_xarakterestiks th:nth-child(2),
.door_xarakterestiks td:nth-child(2) {
  width: 1px;
}
.door_xarakterestiks thead {
  border-top: 1px solid #777778;
  border-bottom: 1px solid #777778;
}
.door_xarakterestiks thead th {
  font-weight: bold;
  font-size: 16px;
  font-family: Commissioner;
  color: #2d2d2f;
  padding: 13px 10px;
}
.door_xarakterestiks tbody tr {
  border-bottom: 1px solid #777778;
}
.door_xarakterestiks tbody td {
  padding: 13px 10px;
  font-family: Commissioner;
  font-size: 16px;
  color: #777778;
}
.grid-sale {
  display: grid;
  grid-template-columns: 48% 48%;
  grid-column-gap: 4%;
  grid-row-gap: 100px;
}
.sales figure {
  margin: 0;
}
.sales figure img {
    width: 100%;
    object-fit: cover;
    max-height: 387px;
}
.sales h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0;
}
.sales p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
}

.sales article {
  position: relative;
}
.sales article a {
  text-decoration: none;
}
.sales .time_sale {
  position: absolute;
  width: max-content;
  top: 0;
  left: 0;
  padding: 13px;
  font-family: "TenorSans";
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  background: #b52726;
}
.sales time {
  font-size: 13px;
  color: #777778;
  font-family: "TenorSans";
  margin-top: 20px;
  display: block;
}
.sales .special_text {
  color: #2d2d2f;
  font-size: 16px;
  font-weight: 600;
  opacity: 1;
}
.sales .special_text-info {
  color: #2d2d2f;
  opacity: 1;
}
.sales .how_move {
  color: #b52726;
  font-family: "Commissioner";
  font-weight: 600;
  font-size: 16px;
}
.uppercase {
  text-transform: uppercase;
}
.how_move {
  color: #b52726;
  font-family: "Commissioner";
  font-weight: 600;
  font-size: 16px;
  text-decoration: none;
}
b {
  font-weight: 600;
  color: #2d2d2f;
}
.sales .how_move:hover {
  color: #921f1f;
}
.how_move:hover {
  color: #921f1f;
}
.news figure {
  margin: 0;
}
.news figure img {
  width: 523px;
  height: 439px;
}
.news h4 {
  font-size: 18px;
  text-transform: uppercase;
  color: #000000;
}
.news p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
}

.news article {
  position: relative;
}
.news article a {
  text-decoration: none;
}

.news time {
  font-size: 13px;
  color: #777778;
  font-family: "TenorSans";
  margin-top: 20px;
  display: block;
}
#map {
  height: 800px;
}
.map-dark [class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: saturate(0);
  filter: saturate(0);
}
.pdl-30 {
  padding-left: 30px;
}
.mt-60 {
  margin-top: 60px;
}
.furnitur_head p {
  max-width: 740px;
  width: 100%;
  margin: 10px auto 0;
}
.ruchki_nobi_grid {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-content: center;
  grid-column-gap: 30px;
}
.ruchki_nobi_grid_t1 {
  grid-template-columns: 1fr 1fr;
  max-width: 810px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.ruchki_nobi_grid_t3 {
  grid-template-columns: 1.4fr 2fr;
}
.ruchki_nobi_grid_t3 .head-mobile {
  display: none;
}
.ruchki_nobi_grid_t3 .big_image {
  width: 100%;
  margin-bottom: 0;
}
.ruchki_nobi_grid_t3 img {
  display: block;
}
.ruchki_nobi_grid_t3 .text-inner {
  max-width: 390px;
}
.ruchki_nobi_grid_t3 .more_project {
  margin-bottom: 125px;
}
.ruchki_nobi_grid.ruchki_nobi_grid_t3 .three_img {
  max-width: 476px;
}
.ruchki_nobi_grid.ruchki_nobi_grid_t3 .three_img {
  display: flex;
}
.ruchki_nobi_grid.ruchki_nobi_grid_t3 .three_img .vert_img {
  max-width: 222px;
  width: 100%;
  margin-right: 8px;
}
.ruchki_nobi_grid.ruchki_nobi_grid_t3 .three_img .hor_imgs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ruchki_nobi_grid_t4 {
  grid-template-columns: 1.4fr 2fr;
}
.ruchki_nobi_grid_t4 .big_image {
  width: 100%;
  margin-bottom: 0;
}
.ruchki_nobi_grid_t4 .furnitura_text {
  margin-top: auto;
}
.ruchki_nobi_grid_t4 .furnitura_text h2 {
  padding-top: 0;
}
.ruchki_nobi_grid_t5 {
  grid-template-columns: 1fr 1fr;
}
.ruchki_nobi_grid_t5 .furnitura_text {
  margin-top: auto;
}
.ruchki_nobi_grid_t5 .furnitura_text h2 {
  padding-top: 0;
}
.ruchki_nobi_grid_t5 ul {
  margin-top: 0;
}
.ruchki_nobi_grid_t6 {
  grid-template-columns: 1.4fr 2fr;
}
.stels_petli .ruchki_nobi_grid_t6 .big_image {
  width: 100%;
  margin-bottom: 0;
}
.ruchki_nobi_grid_t6 .furnitura_text {
  margin-top: auto;
}
.ruchki_nobi_grid_t6 .furnitura_text h2 {
  padding-top: 0;
}
.box-content_t2 {
  max-width: 1030px;
}

.catalog_show {
  width: 188px;
}
.ruchki_nobi_grid figure img {
  width: 100%;
}
.ruchki_nobi_grid .three_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.ruchki_nobi_grid .three_img .vert_img {
  width: 89%;
}

.ruchki_nobi_grid .three_img figure {
  margin: 0;
}
.ruchki_nobi_grid .text {
  position: relative;
}
.ruchki_nobi_grid .text .three_img {
  transform: translate(-80px, 0px);
}
.titan_pvd .big_image {
  text-align: left;
  width: 82%;
  margin-right: auto;
  margin-left: 0;
  margin-bottom: 0;
}

.big_image {
  text-align: right;
  width: 71%;
  margin-right: 0;
  margin-left: auto;
}
.ruchki_nobi_grid .two_img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 30px;
}
.furnitura_text h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #2d2d2f;
  padding-top: 100px;
}
.two_img figure {
  margin: 0;
}
.furnitura_text p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
}
.furnitura_text ul {
  margin-bottom: 8%;
}
.furnitura_text li {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 10px;
}
.ruchki_nobi_grid-3 {
  display: grid;
  grid-template-columns: 0.35fr 0.65fr;
  justify-content: center;
  grid-column-gap: 30px;
}
.big_image2 {
  text-align: left;
  width: 80%;
  margin-right: auto;
  margin-left: 0;
}
.w-100 img {
  width: 100%;
}
.img_left_border {
  position: absolute;
  transform: translate(100%, -100%);
}
.flex_end {
  display: flex;
  flex-flow: column;
  align-self: end;
}
.flex_center {
  display: flex;
  flex-flow: column;
  align-self: center;
  padding-bottom: 15px;
}
.section-text h2 {
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 18px;
}
.ruchki_nobi_grid-50-50 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.ruchki_nobi_grid-50-50 figure {
  margin: 0;
}
h3 {
  font-size: 28px;
  line-height: 34px;
  color: #2d2d2f;
}
.ruchki_nobi_grid-50-50 ul {
  padding-left: 22px;
}
.ruchki_nobi_grid-50-50_t1 .col:first-child figure img {
  border-radius: 40px 0px 0px 0px;
}
.ruchki_nobi_grid-50-50_t1 .col:last-child figure img {
  border-radius: 0px 40px 0px 0px;
}
.ruchki_nobi_grid-50-50_t1 ul {
  max-width: 426px;
}
.ruchki_nobi_grid-50-50_t1 li + li {
  margin-top: 0.5em;
}
li {
  font-family: "Commissioner";
}
.ruchki_nobi_grid-50-50 li {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  opacity: 0.5;
}
.dovod4ik figure {
  margin: 0;
}
.mb-70 {
  margin-bottom: 50px;
}
.dovod4ik ul {
  padding-left: 22px;
  max-width: 440px;
  margin-bottom: 0;
}
.dovod4ik .meta h3 {
  margin-top: 0;
}
.dovod4ik .meta {
  align-self: center;
}
.dovod4ik li {
  font-size: 16px;
  line-height: 22px;
  color: #000000;
  opacity: 0.5;
  margin-bottom: 10px;
}
.about {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding-top: 40px;
}
.about h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #2d2d2f;
}
.about p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
}
h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  color: #2d2d2f;
}
.list_ruchki {
  position: relative;
  box-sizing: border-box;
}
.list_ruchki .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 20px;
  box-sizing: border-box;
  padding: 0 0 1px;
}
.list_ruchki .glide__arrows {
  display: none;
}
.list_ruchki article {
  border: 1px solid #cfcfcf;
  padding-bottom: 20px;
  text-align: center;
  box-sizing: border-box;
}
.ruchki_more {
  width: 212px;
}
.list_ruchki a:hover img {
  transform: scale(1.1);
}
.list_ruchki article figure {
  margin: 0;
  overflow: hidden;
}
.list_ruchki article figure img {
  width: 100%;
  transition: all 0.3s;
}
.list_ruchki a {
  text-align: center;
  font-size: 18px;
  color: #2d2d2f;
  text-decoration: none;
  display: block;
}
.furnitura_text.ruchki_p ul {
  display: grid;
  grid-template-columns: 1fr 4fr;
}
.link_system p {
  max-width: 420px;
  width: 100%;
  margin-bottom: 0;
}
.link_system h2 {
  margin-bottom: 0;
}
.link_system ul {
  padding-left: 18px;
  margin: 10px 0px 0px 0px;
}
.link_system ul span {
  position: relative;
  left: -5px;
}
.link_system_sp {
  padding-bottom: 70px;
  margin-top: 0;
}

.big_image.ruchki {
  text-align: left;
  width: 100%;
  margin-right: auto;
  margin-left: 0;
}
.list_ruchki.two_col .glide__slides {
  grid-template-columns: 1fr 1fr;
  grid-row-gap: 25px;
}
.m-0 {
  margin: 0;
}
.gap_80 {
  grid-column-gap: 80px;
}
.easy_fix h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #2d2d2f;
  margin-bottom: 15px;
}
.easy_fix p {
  font-size: 16px;
  color: #000000;
  opacity: 0.5;
  margin-top: 0;
  max-width: 400px;
  width: 100%;
}
.three_img1 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}
.furnitura_text.bottom_min ul {
  margin-bottom: 10%;
}
.img_serial.grid {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-column-gap: 20px;
}
.text_block p {
  font-size: 16px;
  color: #777778;
}
.text_block h2 {
  font-size: 18px;
  line-height: 21px;
  color: #2d2d2f;
}
.mt-190 {
  margin-top: 190px;
}
.pt-190 {
  padding-top: 190px;
}

.cifra {
  font-size: 30px;
  font-family: "TenorSans";
  color: #000000;
  text-transform: uppercase;
  border: 1px solid rgba(119, 119, 120, 0.7);
  box-sizing: border-box;
  border-radius: 76.087px;
  display: block;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
}
.contacts-grid {
  display: grid;
  grid-template-columns: calc(50% - 10px) calc(50% - 10px);
  grid-column-gap: 20px;
  margin: 0 auto;
}
.contacts-map {
  width: 100%;
  height: 100%;
}
.contacts-grid h4 {
  text-transform: uppercase;
}
.working-hours {
  font-weight: 600;
  color: #2d2d2f;
}
.contacts-item-label {
  font-weight: 600;
}
.contacts-item-value {
  font-weight: 600;
  color: #2d2d2f;
  text-decoration: none;
}
.round {
  margin: 0;
  padding: 12px;
  border: 1px solid rgba(119, 119, 120, 0.7);
  border-radius: 100px;
  width: max-content;
}
.round img {
  display: block;
}
.r-gap-60 {
  grid-row-gap: 60px;
}
.collections {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.collections.collections-slider {
  position: relative;
  box-sizing: border-box;
  display: block;
  grid-template-columns: none;
  grid-column-gap: 0;
  grid-row-gap: 0;
}
.collections.collections-slider .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.collections.collections_veneer.collections-slider .glide__slides {
  grid-template-columns: repeat(6, 1fr);
}
.collections.collections_veneer.collections-slider .glide__slide {
  grid-column: span 2;
}
.collections.collections_veneer.collections-slider
  .glide__slide.collections_wide-col {
  grid-column: span 3;
}
.collections_two-row {
  grid-row: span 2;
}
.collections.collections-slider .glide__arrows {
  display: none;
}
.collections .collect_item {
  position: relative;
}
.collections .collect_item img {
  width: 100%;
}
.collections figcaption {
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 96.18%
  );
  position: absolute;
  padding-top: 72px;
  padding-bottom: 30px;
  width: 100%;
  bottom: 0;
  left: 0;
}
.collections .two_hor {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.collections figcaption h4 {
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  padding-left: 40px;
}
.play_block {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
}
.play_block_wide {
  max-width: 100%;
}
.play_bt {
  position: absolute;
  top: 44%;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  width: 150px;
  color: #fff;
  font-family: "TenorSans";
  font-size: 16px;
  text-decoration: none;
  z-index: 9;
  text-align: center;
  box-sizing: border-box;
  transition: 0.2s;
}
.play_bt .circle {
  position: absolute;
  top: -40px;
  left: 13px;
}
.play_bt .angle {
  position: relative;
  top: 5px;
  left: 3px;
}
.play_bt:hover {
  padding-left: 20px;
}
.work_grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}
.work_grid img {
  width: 100%;
  display: block;
}
.work_grid-card {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: stretch;
  border: 1px solid #cfcfcf;
  padding: 50px;
}
.parket_select {
  padding: 25px 50px;
  background: #E4E4E4;
  border: 1px solid rgba(119, 119, 120, 0.2);
  color: #E4E4E4 ;
  text-decoration: none;
}
.parket_select:hover {
  background: #061626;
  border: 1px solid #777778;
  color: #fff;
  opacity: 1;
}
.parket_select:hover p {
  color: #fff;
  opacity: 1;
}
.parket_select:hover h2 {
  color: #fff;
  opacity: 1;
}
.parket_select p {
  color: #2d2d2f;
  opacity: 0.5;
}
.parket_select h2 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #2d2d2f;
  opacity: 0.5;
}
.parket_select p {
  font-size: 16px;
  margin-bottom: 0;
}
.parket_select.active {
  background: #061626;
  border: 1px solid #777778;
  color: #fff;
  opacity: 1;
}
.parket_select.active p {
  color: #fff;
  opacity: 1;
}
.parket_select.active h2 {
  color: #fff;
  opacity: 1;
}

.collections .text_collections h3,
.collections .text_collections ul,
.collections .text_collections p {
  max-width: 294px;
}
.text_collections {
  padding: 50px 30px 20px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
  flex-shrink: 0;
}
.text_collections h3 {
  margin: 0;
}
.text_collections-mobile {
  display: none;
}

.price_st {
  position: absolute;
  width: max-content;
  top: 0;
  right: 0;
  padding: 9px 14px;
  font-family: "TenorSans";
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  background: #b52726;
  z-index: 9;
}
.price_st span {
  font-size: 18px;
}
.price_st-slider {
  display: none;
}
.text_collections p {
  font-size: 16px;
  line-height: 22px;
  color: #777778;
}
.text_collections ul {
  color: #777778;
  padding-left: 17px;
  list-style: disc;
}
.text_collections ul span {
  position: relative;
  left: -5px;
}
.text_collections ul li {
  margin-bottom: 10px;
}
.top_circl {
  border-radius: 50px 50px 0px 0px;
  overflow: hidden;
}
.osob_block {
  position: relative;
  margin-bottom: 5px;
  overflow: hidden;
  height: 600px;
}
.fone {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
.fone img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.osob_text {
  width: 90%;
  height: 100%;
  margin-right: 0;
  margin-left: auto;
  position: relative;
  z-index: 8;
  background: linear-gradient(
    -90deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 100%
  );
}
.osob_text div {
  max-width: 500px;
  width: 100%;
  margin-left: auto;
  margin-right: 0;
  padding: 0px 50px;
  height: 100%;
}
.osob_text.dlina div {
  max-width: 400px;
}
.osob_text div h3 {
  color: #ffffff;
  margin-bottom: 0;
}
.osob_text div p {
  font-size: 16px;
  line-height: 22px;
  color: #dbdbdb;
  margin-bottom: 0;
}
.parket-osob.osob_block {
  margin: 0;
}
.osob_block.text_left .osob_text {
  background: linear-gradient(
    90deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 100%
  );
  margin-right: auto;
  margin-left: 0;
}
.osob_block.text_left .osob_text div {
  margin-right: auto;
  margin-left: 0;
}
.osob_text .flex-center {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.osob_ul {
  margin: 0;
  list-style: none;
  padding: 0;

  color: #fff;
}
.osob_ul li {
  margin-bottom: 20px;
  font-family: "Commissioner";
  font-weight: 400;
}
.sort_block {
  height: 400px;
  position: relative;
}
.sort_text {
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 96.18%
  );
  bottom: 0;
  padding: 40px 40px 30px;
  z-index: 9;
  position: absolute;
}
.sort_text h3 {
  color: #fff;
  margin-bottom: 0;
}
.sort_text p {
  font-size: 16px;
  color: #dbdbdb;
}
.left-circle {
  border-radius: 40px 0px 0px 0px;
  overflow: hidden;
}
.right-circle {
  border-radius: 0px 40px 0px 0px;
  overflow: hidden;
}
.selectors .stilistika,
.selectors .chose_collections {
  display: inline-block;
  max-width: 350px;
  margin-right: 30px;
  width: 100%;
  position: relative;
}
.stilistika p,
.chose_collections p {
  font-size: 15px;
  text-transform: uppercase;
  color: #000000;
  font-family: "TenorSans";
  margin-bottom: 0;
}
.select_conf {
  width: 100%;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  font-size: 16px;
  line-height: 22px;
  color: #2d2d2f;
  font-family: "Commissioner";
  padding: 14px 23px;
  margin-top: 15px;
}
.title_config {
  display: flex;
}
.title_config h2 {
  margin-bottom: 0;
  margin-right: 40px;
}
.title_config p {
  font-size: 20px;
  color: #777778;
  margin-bottom: 0;
  align-self: flex-end;
}
.door_vith_check_box {
  display: grid;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 50px;
}
.zakaz_button.conf {
  width: 100%;
  display: block;
  max-width: 200px;
}
.old_price {
  font-size: 16px;
  line-height: 19px;
  text-decoration-line: line-through;
  color: #000000;
  opacity: 0.5;
  font-family: "TenorSans";
  display: inline-block;
  margin-top: 0;
  margin-right: 10px;
}
.small_text {
  margin-bottom: 16px;
}
.new_price {
  font-family: "TenorSans";
  font-size: 29.5227px;
  display: inline-block;
  color: #000000;
  margin-top: 0;
}
.ost_prodaction {
  border-top: 1px solid #cfcfcf;
  padding-top: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  opacity: 0.5;
}
.ost_prodaction_mobile {
  display: none;
}
.check_block label {
  display: inline-block;
  cursor: pointer;
  line-height: normal;
  border-right: none;
  user-select: none;
  width: 109px;
  font-family: "Commissioner";
  font-size: 16px;
  text-transform: uppercase;
  color: #777778;
  margin-right: 10px;
  vertical-align: top;
  margin-bottom: 6px;
}
.check_block label figure {
  transition: all 0.3s;
  border: 1px solid transparent;
  width: 100px;
  display: flex;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 6px;
}
.check_block label img {
  transition: all 0.3s;
}
.check_block .color label figure {
  border-color: #cfcfcf;
}
.door-model label img {
  max-width: calc(100% - 5px);
}
.check_block input[type="radio"] {
  display: none;
}
.title_check p {
  font-family: "TenorSans";
  font-size: 15px;
  text-transform: uppercase;
  color: #2d2d2f;
}
/* Checked */
.check_block input[type="radio"]:checked + label {
  color: #000;
}
.check_block input[type="radio"]:checked + label figure {
  border-color: #061626;
  padding: 6px 6px 6px 6px;
}
.check_block input[type="radio"]:checked + label img {
  max-width: 100%;
}

/* Hover */
.complect_info {
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.complect_info_blank {
  background: #ffffff;
  border: 1px solid #cfcfcf;
  padding: 15px 21px;
  position: absolute;
  font-size: 16px;
  line-height: 22px;
  color: #777778;
  z-index: 15;
  display: none;
  top: -142px;
  left: 28px;
  width: 350px;
}
.complect_info_blank .list_blank {
  padding-left: 14px;
}
.zakaz_button:hover {
  background: #901d1c;
}
.complect_info:hover .complect_info_blank {
  display: block;
}
.door_block .small_text {
  display: inline-block;
  margin-right: 5px;
  max-width: calc(100% - 30px);
}
.door_block_desc {
  max-width: 287px;
}
.door_block .zakaz_button {
  max-width: 100%;
  box-sizing: border-box;
}

.option_conf {
  margin-bottom: 140px;
}
.option_conf .category_list.ss .category_punkt:nth-child(2n) .meta_article {
  grid-column: auto;
}
.option_conf .category_list .category_punkt:nth-child(2n) .image_article {
  grid-column: auto;
}
.option_conf .category_list .meta_article {
  background: linear-gradient(0deg, #061626, #061626);
  color: #fff;
  padding: 0px 50px 0px;
  justify-content: center;
  display: flex;
  flex-flow: column;
  align-items: center;
}
.option_conf .head_cat {
  color: #fff;
  text-transform: none;
}
.polozheniya p {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  opacity: 0.5;
}
.news a figure {
  overflow: hidden;
}
.tech_info.blue .section-text h2 {
  color: #fff;
}
.map {
  border-radius: 200px 200px 0px 0px;
  overflow: hidden;
}

/*
  Начало Селектор
*/
.custom-select-wrapper {
  margin-top: 15px;
}
.custom-select {
  display: flex;
  flex-direction: column;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #cfcfcf;
  font-family: "Commissioner", sans-serif;
  font-size: 16px;
}
.custom-select figure {
  margin: 0;
  display: inline-block;
}
.custom-select__trigger {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 22px;
  font-weight: 300;
  color: #3b3b3b;
  height: 50px;
  line-height: 50px;
  background: #ffffff;
  cursor: pointer;
  border-width: 1px 1px 1px 1px;
  border-style: solid;
  border-color: #cfcfcf;
}
.custom-select__arrow {
  flex-shrink: 0;
  transition: 0.2s;
}

.custom-options {
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border: 1px solid #cfcfcf;
  border-top: 0;
  background: #fff;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
}

.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.custom-select.open .custom-select__arrow {
  transform: rotate(180deg);
}

.custom-option {
    position: relative;
    padding: 0px 15px 0 15px;
    color: #777778;
    cursor: pointer;
    transition: all 0.5s;
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-bottom: 10px;
    margin-left: 5px;
    /* padding-bottom: 26px; */
    margin-top: 10px;
}
.custom-option figure {
  margin-right: 15px;
  width: 100px;
  height: 75px;
  border: 1px solid transparent;
  position: relative;
  box-sizing: border-box;
  transition: 0.15s;
}
.custom-option figure img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.15s;
}

.custom-option.selected,
.custom-option:hover {
  color: #2d2d2f;
}
.custom-option.selected figure,
.custom-option:hover figure {
  border-color: #061626;
}
.custom-option.selected img,
.custom-option:hover img {
  transform: scale(0.9);
}

/*
 Конец Селектор
*/
.door_block_info .title_config {
  display: none;
}
.door_block figure {
  position: relative;
}
.door_block figure a {
  cursor: zoom-in;
}
.door_block figure img {
  transition: all 0.3s;
  width: 100%;
}
.zoom_ico {
  background: #061626;
  opacity: 0.2;
  position: relative;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 62px;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
}
.disigners-secod {
  margin-top: 37px;
}
.time_sale {
  position: absolute;
  width: max-content;
  top: 0;
  left: 0;
  padding: 13px;
  font-family: "TenorSans";
  color: #ffffff;
  font-size: 13px;
  text-transform: uppercase;
  background: #b52726;
}
.touch_to_open ul,
.titan_pvd ul,
.stels_petli ul {
  padding-left: 20px;
}
.stels_petli .big_image {
  text-align: right;
  width: 78%;
  margin-right: 0;
  margin-left: auto;
}
.razdel {
  opacity: 0.2;
  border: 1px solid #000000;
}
.disigners .contacts-grid {
  margin-top: 60px;
}
.disigners .section-text p {
  font-size: 16px;
  color: #777778;
}
.disigners h2 {
  margin-top: 0;
}
.disigners-inner .text_block {
  display: flex;
  flex-direction: column;
}
.disigners-inner .text_block p {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.disigners-inner .text_block figure {
  margin-top: auto;
}
.disigners-inner .text_block figure img {
  margin-top: 40px;
}
.about_us__mobile {
  display: none;
}
.about_us .text_block p:last-child {
  margin-bottom: 0;
}
.about_us figure img {
  border-radius: 200px 200px 0 0;
}
.about_us h2 {
  text-transform: none;
}
.about_us2 {
  margin-bottom: 80px;
}
.funcHead,
.komfortHead,
.estetHead,
.bezOpasHead {
  display: none;
}

.funcHead.active,
.komfortHead.active,
.estetHead.active,
.bezOpasHead.active {
  display: block;
  animation: fadeIn 0.25s ease-out;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.classical_collection .big_image {
  width: 100%;
}
.ruchki_nobi_grid .w-187 img {
  width: 187px;
}
.art_plate ul {
  margin: 0;
  padding-left: 18px;
}
.art_plate h2 {
  padding-top: 25px;
}
.less_is_more .ruchki_nobi_grid,
.even_less .ruchki_nobi_grid {
  grid-template-columns: 1fr 1fr;
}
.less_is_more .ruchki_nobi_grid {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.even_less .ruchki_nobi_grid {
  grid-template-columns: 1.5fr 1fr;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}
.less_is_more ul {
  padding-left: 20px;
}
.even_less ul {
  margin-bottom: 0;
  max-width: 400px;
  width: 100%;
  padding-left: 20px;
  box-sizing: border-box;
}
.even_less .furnitura_text li:last-child {
  margin-bottom: 0;
}
.first-section-b .section_head h1 {
  margin-bottom: 0;
}
.collections .collect_item {
  overflow: hidden;
}
.collections .collect_item figure {
  display: block;
}
.collections .collect_item img {
  transition: all 0.3s;
  display: block;
}
.collections .collect_item a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.collections .collect_item a:hover img {
  transform: scale(1.1);
}
.works p {
  margin-bottom: 0;
  color: #777778;
}
.services h3 {
  font-size: 18px;
  margin-bottom: 0;
}
.card-news h3 {
  margin: 0.7em 0 0.45em;
}
.card-news figure {
  position: relative;
}
.glide-circle-p {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
}
.glide-circle-p svg {
  position: relative;
  z-index: 1;
  transform: rotate(-55deg);
}
.glide-circle-p svg circle {
  transition: 0.2s;
}
.glide-circle-p::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  background: #bbbbbb;
  border-radius: 50%;
}
.glide-circle-p::before {
  content: "";
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  left: 1px;
  border: 1px solid #bbbbbb;
  border-radius: 50%;
  box-sizing: border-box;
}
.category_punkt_t1 .glide__slide .project_punkt img {
  display: block;
}
.category_punkt.category_punkt_t1 figcaption h3 {
  font-size: 18px;
  bottom: 25px;
  left: 50px;
  position: absolute;
}
.category_list .category_punkt_t1 .meta_article {
  align-items: stretch;
}
.category_punkt_t1 .zakaz_button {
  max-width: 170px;
  box-sizing: border-box;
}
.category_punkt_t1 .short_cat {
  opacity: 0.5;
}
.category_punkt_t1 .head_cat {
  font-size: 28px;
  margin-bottom: 10px;
}
.config_sec {
  margin-bottom: 100px;
}
.option_conf-head {
  max-width: 770px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.parket_selector.fixed {
  height: 146px;
}
.parket_selector_inner {
  position: relative;
  width: 100%;
}
.parket_selector_inner::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
  transition: 0.2s;
  z-index: -1;
}
.parket_selector.fixed .parket_selector_inner {
  position: fixed;
  top: 63px;
  padding-top: 30px;
  padding-bottom: 10px;
  z-index: 10;
  background: #fff;
  transition: 0.2s;
  transition-property: padding;
  max-width: 1090px;
  width: calc(100% - 40px);
}
.parket_selector.fixed .parket_selector_inner::after {
  width: 100vw;
}
.parket_selector.fixed .parket_selector_inner h2 {
  margin-bottom: 0;
  transition: 0.2s;
}
.parket_selector.fixed .parket_selector_inner p {
  display: none;
}
.dilleram_sec_t1 {
  margin-bottom: 115px;
}
.dilleram__mobile {
  display: none;
}
.dilleram_sec_t1 h3 {
  margin-top: 50px;
}
.dilleram_sec_t1 .text_block {
  max-width: 630px;
  line-height: 137%;
}
.dilleram_sec p {
  line-height: 137%;
}
.dilleram_sec .grid-col2 h2 {
  text-transform: none;
}
.dilleram_sec .grid-col2 h2 {
  margin-top: 20px;
  margin-bottom: 20px;
}
.dilleram_sec_t1 .grid-col2 {
  grid-template-columns: 1.2fr 0.8fr;
}
.dilleram_sec_t1 figure {
  text-align: right;
}
.dilleram_sec_t1 figure img {
  border-radius: 200px 200px 0 0;
}
.dilleram_head {
  margin-bottom: 50px;
}
.dilleram_head2 {
  margin-bottom: 50px;
  text-transform: uppercase;
  text-align: center;
}
.dilleram_list p {
  margin: 0 0 20px;
}
.dilleram_list .text_block:first-child p {
  max-width: 535px;
}
.section_head-eco_place {
  max-width: 725px;
  margin-right: auto;
  margin-left: auto;
}
.section_head-eco_place-716 {
  max-width: 716px;
}
.section_head-eco_place-850 {
  max-width: 850px;
}
.section_head-eco_t2 {
  max-width: 800px;
}
.section_head-eco_place_text {
  max-width: 505px;
  margin-right: auto;
  margin-left: auto;
}
.color-palette {
  text-align: center;
}
.section_head-stradivari {
  max-width: 720px;
  margin-right: auto;
  margin-left: auto;
}
.design-сooperation {
  position: relative;
  box-sizing: border-box;
}
.design-сooperation .glide__arrows {
  display: none;
}
.design-сooperation .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 18px;
}
.round-arrow {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  border-radius: 50%;
  box-sizing: border-box;
  top: 50%;
  margin-top: -16px;
}
.round-arrow_borderless {
  border: none;
}
.round-arrow_prev {
  left: -15px;
}
.round-arrow_next {
  right: -15px;
}
.ruchki_nobi-img img {
  border-radius: 40px 40px 0px 0px;
}
.ruchki_nobi-img-l img {
  border-radius: 40px 0 0px 0px;
}
.ruchki_nobi-img-r img {
  border-radius: 0 40px 0px 0px;
}
.ruchki-img img {
  border-radius: 40px 40px 0px 0px;
}
.link-text {
  text-decoration: none;
  color: inherit;
  transition: 0.2s;
}
.link-text:hover {
  opacity: 0.75;
}
.stradivari-more {
  text-align: center;
  margin-top: 50px;
}
.services-head {
  margin-bottom: 50px;
}
.selectors-config {
  margin-bottom: 40px;
}
.config-slider {
  position: relative;
  box-sizing: border-box;
}
.config-slider .glide__arrows {
  display: none;
}
.config-slider .glide__slides {
  display: block;
  white-space: normal;
}
.config-slider .glide__slide {
  display: inline-block;
  width: auto;
}
.mb-130 {
  margin-bottom: 50px;
}
.mobile-back {
  display: none;
}
.cards-grid1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 85px;
}
.cards-grid1_mt80 {
  margin-top: 80px;
}
.card-t1__top {
  display: flex;
}
.card-t1__top figure {
  border: 1px solid #cfcfcf;
  margin: 0 8px 0 0;
  flex: 1;
}
.card-t1__top figure:last-child {
  margin-right: 0;
}
.card-t1 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-t1__title {
  margin: 0.7em 0 0;
}
.card-t1__text {
  margin: 0.7em 0 0;
  color: #777778;
  max-width: 430px;
}
.card-t1__text a {
  color: #061626;
}
.card-t1__text a:visited {
  color: #061626;
}

.card-t2 {
  display: grid;
  grid-template-columns: 395px 1fr;
  gap: 0 75px;
  align-items: center;
}
.card-t2__right {
  display: flex;
}
.card-t2__right figure {
  border: 1px solid #cfcfcf;
  margin: 0 8px 0 0;
  flex: 1;
}
.card-t2__right figure:last-child {
  margin-right: 0;
}
.card-t2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-t2__title {
  margin: 0 0 0.5em;
}
.card-t2__text {
  margin: 0;
  color: #777778;
}
.section-head-t1 {
  margin-top: 0;
  margin-bottom: 60px;
}
.section-head-t3 {
  margin-top: 0;
  margin-bottom: 30px;
}
.cards-grid5,
.cards-grid4,
.cards-grid3 {
  position: relative;
  box-sizing: border-box;
}
.cards-grid5 .glide__arrows,
.cards-grid4 .glide__arrows,
.cards-grid3 .glide__arrows {
  display: none;
}
.cards-grid3 .glide__slides {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 -4px;
  width: auto;
}
.cards-grid3 .glide__slide {
  margin: 50px 4px 0;
  width: calc(33.3% - 8px);
}
.cards-grid3 .glide__slide:nth-child(-n + 3) {
  margin-top: 0;
}
.card-t3__img {
  margin: 0;
  width: 100%;
}
.card-t3__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.card-t3__title {
  margin: 20px 0 0;
  text-align: center;
}
.mb-60 {
  margin-bottom: 50px;
}
.cards-grid4 .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 8px;
}
.card-t4 {
  overflow: hidden;
  position: relative;
}
.card-t4_top-left {
  border-top-left-radius: 50px;
}
.card-t4_top-right {
  border-top-right-radius: 50px;
}
.card-t4__img img {
  display: block;
  margin: 0;
  width: 100%;
}
.card-t4__bottom {
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 100%
  );
  padding: 50px 25px 25px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.card-t4__text {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}
.cards-grid5 .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px 8px;
}
.card-t5 {
  position: relative;
  overflow: hidden;
  display: block;
  border: 1px solid #cfcfcf;
}
.card-t5_top-left {
  border-top-left-radius: 200px;
}
.card-t5_top-left .card-t5__bottom {
  border-top-left-radius: 100px;
}
.card-t5_top-right {
  border-top-right-radius: 200px;
}
.card-t5_top-right .card-t5__bottom {
  border-top-right-radius: 100px;
}
.card-t5__img img {
  display: block;
  width: 100%;
}
.card-t5__bottom {
  position: absolute;
  top: calc(100% - 140px);
  left: 0;
  width: 100%;
  transition: all 0.3s;
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 100%
  );
  box-sizing: border-box;
  padding: 84px 40px 30px;
}
.card-t5:hover .card-t5__bottom {
  transform: translateY(calc(140px - 100%));
  padding-top: 100px;
}
.card-t5:hover .card-t5__text {
  transform: translateY(0);
}
.card-t5__title {
  margin: 0;
  color: #fff;
}
.card-t5__text {
  margin: 5px 0 0;
  transition: 0.3s;
  transform: translateY(30px);
  color: #fff;
  text-decoration: underline;
}
.cards-grid6 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
}
.card-t6 {
  overflow: hidden;
  position: relative;
}
.card-t6__img img {
  display: block;
  width: 100%;
  border: 1px solid #cfcfcf;
}
.card-t6__bottom {
  padding: 72px 40px 30px;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(
    0deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 96.18%
  );
}
.card-t6__title {
  color: #fff;
  margin: 0;
}
.section-head-t2 {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}
.section-head-t2 h2 {
  margin: 0 0 16px;
}
.section-head-t2 p {
  color: #777778;
}
.features-box {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 200px 200px 0 0;
  overflow: hidden;
  height: 660px;
  box-sizing: border-box;
  padding: 60px;
}
.features-box_t2 .features-box__content {
  max-width: 380px;
}
.features-box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 660px;
  background: linear-gradient(
    90deg,
    rgba(45, 45, 47, 0.7) 0%,
    rgba(45, 45, 47, 0) 100%
  );
}
.features-box__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.features-box__content {
  position: relative;
  z-index: 1;
  max-width: 470px;
}
.features-box__content h3 {
  color: #fff;
  margin: 0 0 1em;
}
.features-box__content p {
  color: #dbdbdb;
  margin: 0 0 0.7em;
}
.features-box__content p:last-child {
  margin-bottom: 0;
}
.parket-osob,
.sort-slider {
  position: relative;
  box-sizing: border-box;
}
.parket-osob .glide__arrows,
.sort-slider .glide__arrows {
  display: none;
}
.parket-osob .glide__slides {
  display: grid;
  grid-template-columns: 1fr;
  gap: 5px 5px;
  width: 100%;
}
.sort-slider .glide__slides {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 18px;
  width: 100%;
}
h2.osobenosti__title {
  margin: 0 0 60px;
}
h2.osobenosti__title_t1 {
  margin-bottom: 60px;
}
.design-size {
  display: flex;
  align-items: center;
  justify-content: center;
}
.design-size__title {
  margin: 0 0 60px;
}
.design-size__content {
  display: flex;
  align-items: center;
}
h3.design-size__title {
  margin-bottom: 40px;
}
.design-size__img {
  margin-right: 30px;
}
.design-size__img img {
  max-width: 100%;
}
.design-size__info {
  max-width: 520px;
}
.design-size__item {
  display: flex;
  margin-bottom: 40px;
}
.design-size__item_mobile {
  display: none;
}
.design-size__item_t1 {
  align-items: center;
}
.design-size__item:last-child {
  margin-bottom: 0;
}
.design-size__icon {
  margin-right: 16px;
}
.design-size__item-title {
  font-family: "TenorSans";
  font-size: 16px;
  line-height: 131%;
  text-transform: uppercase;
  color: #2d2d2f;
  margin: 0;
}
.design-size__item-title span {
  font-size: 28px;
}
p.design-size__item-text {
  font-size: 16px;
  line-height: 137%;
  color: #777778;
  margin: 6px 0 0;
}
p.design-size__item-text_w310 {
  max-width: 310px;
}
.platbands {
  display: flex;
  align-items: center;
}
.platbands__info {
  max-width: 350px;
  width: 100%;
  margin-right: 50px;
  padding-top: 150px;
}
.platbands__img {
  flex: 1;
}
.platbands__img img {
  width: 100%;
}
.platbands__title {
  margin: 0;
}
p.box-options_text {
  max-width: 850px;
  margin: 15px auto 40px;
}
.box-options-slide .glide__slides {
  display: flex;
  justify-content: center;
  gap: 18px;
}
.box-options-slide .glide__slide {
  flex: 1;
  max-width: 361px;
}
.box-options-slide .glide__arrows {
  display: none;
}
.box-options-item__img {
  width: 100%;
}
.box-options-item__top {
  margin-bottom: 28px;
}
.box-options-item__name {
  margin: 0;
  text-align: center;
}
.furniture_items2 {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
}
.furniture_item2 {
  margin: 30px 30px 0 0;
}
.furniture_item2__img {
  max-width: 100%;
}
.furniture_item2:last-child {
  margin-right: 0;
}
.furniture_item2__title {
  margin: 10px 0 0;
  text-align: center;
}
.section-text__head-text {
  max-width: 775px;
  margin-right: auto;
  margin-left: auto;
}
.opening-system {
  display: flex;
  align-items: center;
}
.opening-system__left {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  flex: 1;
  margin-right: 50px;
}
.opening-system__img {
  display: flex;
  cursor: pointer;
  position: relative;
}
.opening-system__img-hover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: 0.2s;
}
.opening-system__img._hovered .opening-system__img-hover {
  opacity: 1;
}
.opening-system__img img {
  width: 100%;
}
.opening-system__right {
  max-width: 433px;
  width: 100%;
}
.opening-system__title {
  margin: 0;
}
.opening-system__text {
  margin: 20px 0 0;
  color: #777778;
}
.opening-system__bottom {
  margin-top: 30px;
  display: flex;
}
.opening-system__miniature {
  flex: 1;
  background: #ffffff;
  border: 1px solid #cfcfcf;
  box-sizing: border-box;
  padding: 16px 20px;
  margin-right: 20px;
  transition: 0.2s;
}
.opening-system__miniature:last-child {
  margin-right: 0;
}
.opening-system__miniature._hovered {
  border-color: #777778;
}
.opening-system__miniature-img {
  max-width: 100%;
}
.opening-system__miniature-name {
  font-family: "TenorSans";
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: #2d2d2f;
  margin: 16px 0 0;
  white-space: nowrap;
}
.dilleram_last p {
  margin-bottom: 10px;
}
.dilleram_contact-head {
  margin: 30px 0 20px;
}
.dilleram_last .dilleram_contact {
  margin-bottom: 16px;
}
.dilleram_last .dilleram_contact:last-child {
  margin-bottom: 0;
}
.services-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}
.osobenosti-hidden {
  display: grid;
  grid-template-columns: 1fr 466px;
  grid-column-gap: 50px;
  align-items: center;
}
.osobenosti-hidden__img img {
  max-width: 100%;
}
.osobenosti-hidden h2 {
  margin: 0 0 0.7em;
}
.osobenosti-hidden p {
  margin: 10px 0 0;
}
@media (max-width: 436px) {
    .more_project.confi_link_present.more_project-t2 {
      margin: 0;
      height: 100%;
      width: 100% !important;
    }
    .more_project.confi_link_present.more_project-t2 span{
      display: none;
    }
    .item_text-present {
    padding: 8px 0 8px 8px;
    }
    .block__mask{
      opacity: 1;
      background: none;
    }
  }
@media (max-width: 1279px) {
  .header-group {
    grid-template-columns: 8% 19% 49% 19% 5%;
  }
}
@media (max-width: 1200px) {
  .first-section-slider .glide__bullets button {
    font-size: 14px;
  }
  .slider-video .glide__arrows {
    right: 0;
  }
  .slider-video .slide_number {
    right: 125px;
  }
}
@media (max-width: 1130px) {
  .videos {
    width: 100%;
    padding-left: 20px;
  }
}

@media (max-width: 1100px) {
  .desk_none {
    display: block;
  }
  .menu_open .header-group::after {
    content: "";
    width: 100%;
    background-color: #fff;
    display: block;
    height: 55px;
    position: absolute;
    top: 0;
    z-index: 15;
  }
  .search_button .white-stouk {
    display: none;
  }
  .parket_page .w-100 img {
    height: 100%;
  }
  .grid-col-2-70-30 {
    grid-template-columns: 1fr;
  }
  .grid-col-2-30-70 {
    grid-template-columns: 1fr;
  }
  .option_conf {
    margin-bottom: 70px;
  }
  .option_conf .slide_door_panel {
    grid-row: 1;
    overflow: hidden;
  }
  .option_conf .category_list .meta_article {
    padding-bottom: 25px;
  }
  .tab-content figure {
    max-width: 320px;
    width: 100%;
  }
  .mobile-modle {
    display: block;
  }
  .header-phone a {
    padding: 10px 20px;
  }
  .city-change a {
    padding: 10px 20px;
    margin-top: 15px;
  }
  .card_tabs .nav-tabs {
    padding: 0;
    text-align: center;
    position: relative;
    top: 0;
    margin-left: 0;
    left: 0;
    max-width: 1020px;
    flex-wrap: wrap;
    justify-content: center;
  }
  .card_tabs .nav-tabs .nav-tab {
    white-space: normal;
    flex: none;
    width: 40%;
    text-align: center;
    margin-bottom: 15px;
  }
  .social-link-modal ul li {
    margin-left: 30px;
    margin-top: 25px;
  }
  .search_open .logo-site,
  .search_open .menu_body .header-phone,
  .search_open .menu_body .city-change {
    display: block;
    transition: 0.2s;
  }
  .menu_open.search_open .menu_body .header-phone,
  .menu_open.search_open .menu_body .city-change {
    opacity: 0;
  }
  .menu_body .social-link-modal ul {
    margin-top: 0;
  }
  .menu_body .city-change {
    text-align: left;
    margin-top: 15px;
  }
  .menu_body .header-phone {
    text-align: left;
    margin-top: 3px;
  }
  .menu_body .search-header {
    position: absolute;
    right: 0;
    top: 75px;
  }
  .under_cat_list .category_punkt {
    height: 359px;
  }
  .under_cat_list.short_meta .category_punkt {
    height: 94%;
    min-height: 245px;
  }
  .modal-city-change {
    position: absolute;
    visibility: hidden;
    background-color: #fff;
    padding: 15px 21px 22px 26px;
    border: 1px solid #cfcfcf;
    transform: translate(0px, 0px);
    box-sizing: border-box;
    transition: all 0.3s ease 0s;
    top: 40%;
    width: 100%;
    z-index: 20;
    text-align: center;
  }
  .modal-city-change a {
    margin-right: 15px;
    font-size: 18px;
  }
  h2 {
    font-size: 24px;
  }
  .vg-center {
    justify-self: auto;
  }
  .section_text {
    left: 8%;
    width: 85%;
    bottom: 30%;
    bottom: auto;
    top: 45%;
    transform: translateY(-50%);
  }
  .section_text p {
    font-size: 14px;
  }
  .header-group {
    grid-template-columns: 60% 40%;
    grid-auto-flow: dense;
    padding-top: 12px;
    padding-bottom: 5px;
  }
  .header-menu {
    grid-column: 2;
  }
  .header-menu button {
    margin-right: 10px;
  }
  .mob_none {
    display: none;
  }
  .logo-site {
    margin-left: 20px;
  }
  .logo-site figure {
    margin: 0;
    width: 128px;
  }
  .logo-site figure svg {
    display: block;
  }
  .first-section-slider .glide__bullets a {
    display: none;
  }
  .first-section-slider .glide__bullets a {
    border-radius: 50%;
    padding: 0;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
  }
  .section-nav {
    top: auto;
    bottom: 80px;
    width: 100%;
    height: auto;
    padding: 0;
    flex-direction: row;
    justify-content: center;
  }
  .section-nav button {
    border-radius: 50%;
    padding: 0 !important;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    margin: 0 7px 0 0;
  }
  .section-nav button span,
  .section-nav button::before {
    display: none;
  }
  .section-nav button.glide__bullet--active {
    margin-right: 15px;
    margin-left: 8px;
    background: rgba(255, 255, 255, 1);
    position: relative;
  }
  .section-nav button.glide__bullet--active::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 0;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
  }
  .glide.first-section-slider-main {
    pointer-events: all;
  }
  .product_list .glide__slides {
    grid-template-columns: 1fr 1fr;
  }

  .decor_panel {
    padding-left: 25px;
    padding-right: 25px;
  }
  .main_head h2 {
    font-size: 24px;
  }
  .main_head p {
    font-size: 14px;
  }
  .first-section-slider .glide__bullets button:first-child {
    border-bottom-left-radius: 50%;
    border-top-left-radius: 50%;
  }
  .first-section-slider .glide__bullets button:last-child {
    border-bottom-right-radius: 50%;
    border-top-right-radius: 50%;
  }
  .first-section-slider .glide__bullets button.glide__bullet--active {
    margin-right: 15px;
    margin-left: 8px;
    background: rgba(255, 255, 255, 1);
    position: relative;
  }
  .first-section-slider .glide__bullets button.glide__bullet--active::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    padding: 0;
    top: -5px;
    left: -5px;
    width: 20px;
    height: 20px;
    background: rgba(255, 255, 255, 0.5);
  }
  .first-section .glide__bullet span {
    display: none;
  }
  .menu_body {
    overflow: auto;
    padding-top: 55px;
  }
  .menu_body .category {
    margin-top: 20px;
  }
  .menu_body .category ul {
    grid-template-columns: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
  .menu_body .category ul a {
    font-size: 18px;
  }
  .menu_body .category li {
    margin-bottom: 20px;
  }
  .menu_body .pages ul {
    grid-template-columns: 1fr 1fr;
    padding-right: 0;
    padding-left: 0;
    margin-top: 20px;
  }
  .menu_body .pages ul li {
    margin-bottom: 15px;
  }
  .menu_body .pages ul li:last-child {
    grid-column: 1;
  }
  .menu_body .pages ul a {
    padding-left: 20px;
    font-size: 15px;
  }
  .menu_body .category ul h3 {
    font-size: 18px;
  }
  .on_tabs {
    overflow: initial;
    max-height: none;
  }
  .links_special {
    grid-template-columns: 100%;
    padding: 0px 20px 60px;
    margin-top: 10px !important;
  }
  .links_special .zakaz-button-modal a {
    display: inline-block;
    margin-bottom: 15px;
    width: 49%;
    margin-right: 0px;
    color: #777778;
    font-size: 15px;
  }
  .links_special .zakaz-button-modal a:last-child {
    display: block;
    width: 100%;
    margin-bottom: 0;
  }
  .modal-content {
    height: auto;
  }
  .under_cat_body .back_arrow,
  .under_cat_body h3 {
    margin-left: 20px;
  }
  .under_cat_body h3 {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .back_door_com.back_arrow {
    margin-top: 20px;
  }
  .back_door_com.back_arrow svg {
    width: 20px;
    height: 20px;
  }
  .menu_body .under_cat {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0;
  }
  .first-section-b .bread {
    display: none;
  }
  .first-section-b .section_head h1 {
    font-size: 20px;
    margin: 0;
  }
  .first-section-b .section_head_t2 h1 {
    font-size: 18px;
  }
  .section_head-eco_place {
    max-width: 100%;
  }
  .first-section-b .section_head p {
    font-size: 14px;
    max-width: 100%;
  }
  .section_head.section_head-eco_place {
    margin-left: 0;
  }
  .section_head.section_head-eco_place h1,
  .section_head.section_head-eco_place p {
    text-align: left;
  }

  .category_list .category_punkt:nth-child(2n) .meta_article,
  .category_list .category_punkt:nth-child(2n) .image_article {
    grid-column: initial;
  }
  .first-section-b .category_list .meta_article {
    padding: 30px 20px;
  }
  .first-section-b .category_list .meta_article .head_cat {
    margin-top: 0;
  }
  .first_article .meta_article {
    border-radius: 0;
  }
  .first_article .category_punkt-slider,
  .first_article figure {
    border-radius: 100px 100px 0px 0px;
  }
  .first_article2 .meta_article {
    border-radius: 0;
  }
  .first_article2 .category_punkt-slider,
  .first_article2 figure {
    border-radius: 100px 100px 0px 0px;
  }

  .footer_section {
    grid-template-columns: 50% 50%;
    max-width: inherit;
    padding: 35px 20px 0px;
  }
  .footer_section h4 {
    text-transform: initial;
  }
  .pre_footer {
    padding: 20px;
  }
  .footer_section .foo_menu ul li a:hover {
    opacity: 0.5;
  }
  .osobenosti-solutions {
    padding-left: 0;
  }
  .mb-325 {
    padding-bottom: 50px;
  }
  .left_pick,
  .top_pick,
  .right_pick {
    display: none;
  }
  .okras h2 {
    font-size: 24px;
  }
  .okras {
    text-align: left;
    margin-bottom: 180px;
    padding-top: 0;
  }
  .grid-col-2 {
    grid-template-columns: 100%;
  }
  .nav-tabs {
    position: initial;
  }
  .tab-pane.active {
    margin-top: 40px;
    grid-template-columns: 100%;
  }
  .tab-content {
    height: auto;
  }
  .tab-content figure {
    margin: 0;
    grid-row: 2;
    margin-top: 30px;
  }
  .tab-content img {
    width: 100%;
  }
  .dop_options .section-text {
    padding: 0 20px;
    text-align: left;
    margin-bottom: 30px;
  }
  .mb-190 {
    margin-bottom: 50px;
  }
  .image_article img {
    width: 100%;
  }
  .form_pre {
    max-width: 380px;
    width: 90%;
    margin: 0 auto;
  }
  figure img {
    width: 100%;
  }
  .form_prefooter h2 {
    max-width: 380px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .video_punkt .circle {
    top: -3px;
  }

  .text_center {
    text-align: left;
  }
  .text_center_t1 {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .form_prefooter form .inline_content .submit_button {
    width: 100%;
  }
  .form_prefooter form .inline_content p {
    width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .logo-site svg {
    width: 100%;
  }
  .grid_col-2-40-60 {
    grid-column-gap: 10px;
    grid-template-columns: 40% calc(60% - 10px);
  }
  .grid_col-2-60-40 {
    grid-column-gap: 10px;
    grid-template-columns: calc(60% - 10px) 40%;
  }
  .slider-eco .category_punkt {
    height: 405px;
  }
  .header-group .search-header {
    position: absolute;
    z-index: 16;
    right: 0;
    top: 50px;
  }
  .menu_open .header-group .search-header {
    display: block;
    transition: all 0.3s;
  }
  .menu_open.search_open .header-group .search-header {
    top: 8px;
    right: 7px;
  }
  .menu_open.search_open .header-group .search-header .d-none {
    display: none;
  }
  .search-header a:hover {
    background-color: transparent;
  }
  .search_button .close_search {
    width: 18px;
    height: 18px;
  }
  .search_open.menu_open .logo-site {
    display: block;
    z-index: 17;
    fill: #fff;
  }
  .search_body {
    height: 120px;
    padding-top: 60px;
    box-sizing: border-box;
    display: block;
  }
  .search_body div {
    margin-left: 20px;
    width: calc(100% - 40px);
    max-width: 100%;
  }
  .config_sec {
    margin-bottom: 70px;
  }
  .parket_selector.fixed .parket_selector_inner {
        top: 70px;
  }
  .traffic .grid_col-2-60-40 {
    grid-template-columns: 1fr;
  }
  .category_list .grid-col2 {
    grid-template-columns: 1fr;
  }
  .videos {
    width: 100%;
    padding-left: 20px;
  }
  .slider-video .slide_number {
    right: calc(20px + 125px);
  }
  .slider-video .glide__arrows {
    position: absolute;
    top: -89px;
    right: 20px;
  }
  .semi::before {
    pointer-events: none;
  }
  .services-head .section_head p,
  .services-head .section_head h1 {
    text-align: left;
  }
  .option_conf-head {
    text-align: left;
    margin-left: 0;
  }
  .mb-130 {
    margin-bottom: 50px;
  }
  .mobile-back {
    display: block;
    margin-bottom: 15px;
  }
  .mobile-back__link {
    display: inline-flex;
    align-items: baseline;
    font-size: 12px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #777778;
    font-family: "Commissioner";
    text-decoration: none;
  }
  .mobile-back svg {
    margin-right: 5px;
  }
  .mb-60 {
    margin-bottom: 30px;
  }
  .section-head-t2 {
    max-width: 100%;
    margin-left: 0;
  }
  .slider-eco .glide__slide--active .category_punkt {
    transform: none;
  }
  .section-text__head-text {
    max-width: 100%;
  }
  .okras h3 {
    display: none;
  }
  .okras p.unique {
    max-width: 100%;
    display: none;
  }
  .okras p.okras_all {
    margin-bottom: 30px;
  }
  .design-size {
    justify-content: flex-start;
  }
  .eco_size .section-text {
    margin-bottom: 30px;
  }
  .disigners h2 {
    margin-bottom: 10px;
  }
  .disigners .contacts-grid {
    margin-top: 30px;
  }
  .standrt_complect.active,
  .dop_options_compolect.active,
  .door_opisanie.tab-pane.active {
    margin-top: 0;
  }
  .door_width {
    margin-top: 30px;
  }
  .tab-pane_center.active {
    margin-top: 0;
  }
  .doorhandle-title {
    font-size: 18px;
  }
}
@media (max-width: 900px) {
  .grid-col2 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    justify-content: center;
  }

  .grid-col-2-70-30 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
  }
  .grid-col-2-30-70 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    justify-content: center;
    width: 100%;
  }
  .list_ruchki .glide__slides {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 25px;
  }
  .contacts-grid {
    display: block;
  }
  .contacts-grid .text_block {
    margin-bottom: 30px;
  }
  .contacts-map {
    height: 300px;
  }
  .contacts-item-label {
    display: block;
    margin-bottom: 10px;
  }
  .working-hours {
    font-weight: 400;
    color: #777778;
  }
  .contacts-item-value {
    font-weight: 400;
    color: #777778;
  }
  .furnitura_text h2 {
    padding-top: 5px;
  }
  .disigners .time_sale {
    position: absolute;
    width: max-content;
    top: 0;
    left: 0;
    padding: 13px;
    font-family: "TenorSans";
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
    background: #b52726;
  }
  .door_vith_check_box {
    display: block;
  }
  .door_block {
    margin-bottom: 40px;
  }
  .door_block figure {
    width: 40%;
    margin-right: 20px;
    flex-shrink: 0;
  }
  .title_config {
    display: none;
  }
  .door_block_top {
    display: flex;
    margin: 40px 0 20px;
  }
  .door_block_info {
    padding-top: 15px;
  }
  .door_block_top .small_text {
    display: inline;
    margin-right: 0;
  }
  .door_block_top figure .zoom_ico {
    display: none;
  }
  .door_block_info .title_config {
    display: block;
    margin-bottom: 15px;
  }
  .door_block_info .title_config h2,
  .door_block_info .title_config p {
    margin-top: 0;
  }
  .disigners .slider-project .slide_number,
  .disigners .slider-project .glide__arrows {
    display: block;
  }
  .easy_fix {
    margin-bottom: 50px;
    order: -1;
  }
  .easy_fix.flex_end {
    align-self: unset;
  }
  .dilleram_sec figure {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .dilleram_sec .mb-190 {
    margin-bottom: 50px;
  }
  .dilleram_sec_t1 {
    margin-bottom: 50px;
  }
  .dilleram_sec_t1 .text_block {
    max-width: 100%;
  }
  .dilleram_sec_t1 h3 {
    margin-top: 40px;
  }
  .dilleram_sec_t1 .grid-col2 {
    grid-template-columns: 1fr;
    margin: 0 auto;
    justify-content: center;
  }
  .dilleram_sec_t1-img {
    text-align: center;
    order: -1;
  }
  .dilleram__desktop {
    display: none;
  }
  .dilleram__mobile {
    display: block;
    text-align: left;
    margin: 0 0 20px;
  }
  .dilleram_sec_t1 figure img {
    border-radius: 100px 100px 0px 0px;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
  }
  .dilleram_head {
    margin-bottom: 30px;
  }
  .dilleram_list {
    margin-bottom: 15px;
  }
  .dilleram_list .mb-50 {
    margin-bottom: 0;
  }
  .dilleram_list .text_block:first-child p {
    max-width: 100%;
  }
  .dilleram_list p {
    margin-bottom: 10px;
  }
  h2.dilleram_head2 {
    font-size: 18px;
    text-align: left;
    margin-bottom: 10px;
  }
  .dilleram_last .mb-190 {
    margin-bottom: 10px;
  }
  .dilleram_last .mb-190:last-child {
    margin-bottom: 50px;
  }
  .dilleram_contact-head {
    margin: 60px 0 10px;
    font-size: 16px;
  }
  .dilleram_last .dilleram_contact {
    margin: 10px 0;
  }
  .easy_fix img {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
  .card_tabs .nav-tabs .nav-tab {
    width: 100%;
    padding: 19px 0;
    margin-right: 0;
  }

  .nav-tab.nav-tab-move-mobile.active {
    background: #061626;
    color: #ffffff;
  }
  .nav-tab.nav-tab-move-mobile.active::after {
    border-right-color: #fff;
    border-bottom-color: #fff;
    transform: rotate(225deg);
    display: block;
    position: static;
    border-top: none;
    border-left: none;
  }
  .nav-tab.nav-tab-move-mobile {
    width: 100%;
    margin: 0 auto 10px;
    color: #777778;
    opacity: 1;
    background: #fafafa;
    border: 1px solid #cfcfcf;
    font-size: 13px;
    padding: 13px 15px;
    display: block;
    flex: 1;
    text-transform: uppercase;
    box-sizing: border-box;
    text-decoration: none;
    font-family: "TenorSans";
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .nav-tab.nav-tab-move-mobile::after {
    content: "";
    display: block;
    width: 7px;
    height: 7px;
    border-right: 1px solid #777778;
    border-bottom: 1px solid #777778;
    transition: 0.2s;
    transform: rotate(45deg);
    transform-origin: 66% 66%;
    margin-top: -3px;
    margin-left: 5px;
  }
  .touch_to_open .ruchki_nobi_grid {
    grid-template-columns: 1fr;
  }
  .touch_to_open .furnitura_text ul {
    margin: 0;
  }
  .touch_to_open .ruchki_nobi_grid .img_serial {
    grid-row: 2;
  }
  .touch_to_open .two_img {
    display: none;
  }
  .touch_to_open .big_image {
    width: 50%;
    margin: 0 auto 0 0;
  }
  .about_us.grid_col-2-60-40 {
    grid-template-columns: 100%;
  }
  .about_us figure img {
    border-radius: 100px 100px 0px 0px;
    width: 100%;
    max-height: 420px;
    object-fit: cover;
  }
  .about_us-img {
    grid-row: 1;
  }
  .about_us__desktop {
    display: none;
  }
  .about_us__mobile {
    display: block;
    text-align: left;
    margin: 0 0 20px;
  }
  .about_us .about_us-img.text_block {
    margin-bottom: 0;
  }
  .about_us p {
    margin-top: 0;
  }
  .about_us h2 {
    margin: 20px 0;
  }
  .about_us figure {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
  }
  .about_us .text_block {
    margin-bottom: 70px;
  }
  .project_item .meta_project {
    margin-top: 0;
  }
  .first-section-b {
    padding-top: 90px;
  }
  .video_punkt a {
    top: 26%;
  }
  .under_cat_list .first_under_article {
    border-radius: 100px 100px 0 0;
  }
  .first_under_article {
    border-radius: 0;
  }
  .collections .first_under_article {
    border-radius: 0px 0px 0px 0px;
  }
  .second_under_article {
    border-radius: 0px 0px 0px 0px;
  }
  .panel_title {
    display: none;
  }
  .scroll_panel {
    overflow: initial;
    height: auto;
  }
  .osobenosti_special {
    grid-template-columns: 100%;
    justify-content: center;
  }
  .osobenosti_special .section_head span,
  .osobenosti_special .section_head h2,
  .osobenosti_special .section_head p {
    padding-left: 0;
  }
  .osobenosti_special .section_head h2 {
    font-size: 18px;
    line-height: normal;
  }
  .osobenosti_special .section_head {
    margin-bottom: 30px;
  }
  .parket_selector .grid-col2 {
    grid-template-columns: 0.5fr 1fr;
    grid-column-gap: 0;
  }
  .parket_selector p {
    display: none;
  }
  .parket_selector h2 {
    margin: 0;
    font-size: 18px;
    text-align: center;
  }
  .parket_select {
    padding: 16px 15px;
  }
  .parket_select h2 {
    line-height: normal;
  }
  .collections {
    grid-template-columns: 1fr;
  }
  .collections.collections-slider {
    width: 100%;
    height: 100vw;
    margin-right: auto;
    margin-left: auto;
  }
  .collections.collections_veneer.collections-slider {
    height: 78vw;
  }
  .collections.collections-slider .glide__slides {
    display: flex;
    align-items: stretch;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .collections.collections-slider .glide__slide {
    box-sizing: border-box;
    padding-right: 2px;
    padding-bottom: 1px;
  }
  .collections.collections-slider .glide__arrows {
    display: block;
  }
  .collections figcaption {
    padding: 20px;
    box-sizing: border-box;
  }
  .collections figcaption h4 {
    padding-left: 0;
  }
  .price_st-slider {
    display: block;
    top: 0;
    left: 0;
    right: auto;
  }
  .collections.collections-slider .round-arrow {
    border: none;
  }
  .collections.collections-slider .collect_item {
    width: 100%;
  }
  .collections.collections-slider img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .collections.collections-slider .collect_item,
  .collections.collections-slider a,
  .collections.collections-slider figure {
    width: 100%;
    height: 100%;
  }
  .text_collections-mobile {
    display: block;
    padding: 0 0 10px;
  }
  .text_collections-mobile h3 {
    text-transform: uppercase;
  }
  .text_collections-top {
    padding: 0;
    margin: 0 0 40px;
  }
  .text_collections-top p {
    margin: 0 0 1em;
  }
  .collections .text_collections h3,
  .collections .text_collections ul,
  .collections .text_collections p {
    max-width: none;
  }
  .collections.collections-slider .text_collections-inner {
    overflow: auto;
  }
  .collections.collections-slider .text_collections {
    padding: 50px 15px 50px;
    border: 1px solid #cfcfcf;
    grid-row: unset;
  }
  .collections.collections-slider .text_collections .price_st {
    display: none;
  }
  .collections .text_collections {
    grid-row: 1;
  }
  .collections .text_collections h3 {
    text-transform: uppercase;
  }
  .collections .collect_item {
    width: 50%;
    margin: 0 auto;
  }
  .collections .two_hor .collect_item {
    margin-top: 8px;
  }
  .collections .two_hor .collect_item:first-child {
    margin-top: 0;
  }
  .left-circle {
    border-radius: 0;
  }
  .right-circle {
    border-radius: 0;
  }
  .section_ruchki .three_img {
    display: none;
  }
  .section_ruchki .ruchki_nobi_grid {
    grid-template-columns: 1fr;
  }
  .section_ruchki .img_serial {
    grid-row: 2;
  }
  .section_ruchki .more_project {
    display: none;
  }
  .section_ruchki .big_image {
    width: 50%;
    margin: 0 auto 0 0;
  }
  .w_system .ruchki_nobi_grid-3 {
    grid-template-columns: 1fr;
  }
  .w_system .img_serial figure:last-child {
    display: none;
  }
  .w_system .big_image2 {
    width: 50%;
  }
  .titan_pvd .two_img {
    display: none;
  }
  .parket_selector.fixed {
    height: 56px;
  }
  .parket_selector.fixed .parket_selector_inner {
    padding-top: 10px;
  }
  .ruchki_nobi_grid_t2 .furnitura_text ul {
    grid-template-columns: 1fr 2fr;
  }
  .ruchki_more {
    margin-bottom: 45px;
  }
  .complect_info_blank {
    position: fixed;
    bottom: 0;
    left: 0;
    top: auto;
    width: 100%;
    overflow: auto;
    max-height: 80vh;
    box-sizing: border-box;
    font-size: 14px;
  }
  .complect_info_blank p {
    margin: 0.5em 0;
  }
  .ruchki_nobi_grid.ruchki_nobi_grid_t3 .three_img {
    display: none;
  }
  .ruchki_nobi_grid_t3 .head-mobile {
    display: block;
    margin-bottom: 30px;
  }
  .ruchki_nobi_grid_t3 .text-inner {
    max-width: 100%;
  }
  .ruchki_nobi_grid_t3 .text-inner h2 {
    display: none;
  }
  .ruchki_nobi_grid_t3 .more_project {
    display: block;
    margin: 45px 0 25px 22px;
  }
  .ruchki_nobi_grid_t4 .text {
    margin-bottom: 20px;
  }
  .dovod4ik .grid_col-2-60-40,
  .dovod4ik .grid_col-2-40-60 {
    grid-template-columns: 1fr;
  }
  .dovod4ik .meta {
    order: 2;
  }
  .dovod4ik .meta h3 {
    margin-top: 1em;
  }
  .ruchki_nobi_grid_t5 {
    grid-template-columns: 1fr;
  }
  .ruchki_nobi_grid_t6 {
    grid-template-columns: 1fr;
  }
  .ruchki_nobi_grid_t6 .img_serial {
    grid-row: 2;
  }
  .ruchki_nobi_grid_t6 .furnitura_text figure {
    display: none;
  }
  .ruchki_nobi_grid_t5 .big_image {
    width: 50%;
  }
  .stels_petli .ruchki_nobi_grid_t6 .big_image {
    width: 50%;
    margin-left: 0;
  }
  .city-choose-modal-content {
    /*height: auto;*/
  }
  .city-choose-modal-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
    margin-left: 25px;
  }
  .city-choose-modal-content ul {
    margin-top: 0;
    margin-bottom: 25px;
  }
  .city-choose-modal-content ul a {
    padding: 7px 25px;
    font-size: 15px;
  }
  .modal-content h3 {
    font-size: 18px;
  }
  .box-design-сooperation .section-text {
    margin-bottom: 30px;
  }
  .design-сooperation h4 {
    text-transform: none;
    margin: 20px 0 10px;
  }
  .design-сooperation p {
    margin: 10px 0;
  }
  .design-сooperation .glide__slides {
    display: flex;
    align-items: stretch;
    grid-column-gap: 0;
  }
  .design-сooperation .glide__slide {
    height: auto;
    padding-right: 2px;
    padding-bottom: 1px;
    box-sizing: border-box;
  }
  .design-сooperation .glide__arrows {
    display: block;
  }
  .design-сooperation .text_block {
    margin: 0;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    padding: 20px 15px 10px;
    height: 100%;
  }
  .card_tabs .tab-pane {
    width: 100%;
    padding: 0 0 30px;
    margin-right: auto;
    margin-left: auto;
  }
  .standrt_complect p,
  .dop_options_compolect p {
    font-size: 16px;
    background: transparent;
    padding: 0;
    margin-bottom: 10px;
    list-style: disc outside;
    display: list-item;
    margin-left: 22px;
  }
  .standrt_complect p:last-child,
  .dop_options_compolect p:last-child {
    margin-bottom: 0;
  }
  .card_opis {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .card_price {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .category_list_t1 .first_article2 .category_punkt-slider,
  .category_list_t1 .first_article figure {
    border-radius: 100px 100px 0px 0px;
  }
  .first_article2 .category_punkt-slider,
  .first_article2 figure {
    border-radius: 100px 100px 0px 0px;
  }
  .first-section-b .category_list_t1 .meta_article .head_cat {
    font-size: 20px;
    line-height: normal;
  }
  .first-section-b .category_list_t1 .meta_article .short_cat {
    font-size: 14px;
    line-height: 143%;
  }
  .first-section-b.fondo .category_list_t1 .meta_article .short_cat {
    font-size: 14px;
    line-height: 143%;
  }
  .first-section-b .category_list_t1 .meta_article {
    padding: 30px 15px 10px 20px;
  }
  .first-section-b .category_list_t1-2 .meta_article p {
    margin-bottom: 10px;
  }
  .first-section-b .category_list_t1-2 .meta_article {
    padding: 30px 20px 20px;
  }
  .ruchki_nobi-img img {
    border-radius: 0;
  }
  .ruchki_nobi-img-l img {
    border-radius: 0;
  }
  .ruchki_nobi-img-r img {
    border-radius: 0;
  }
  .more_project.catalog_show {
    font-size: 16px;
    width: 155px;
  }
  .more_project.catalog_show .elipse {
    display: flex;
    top: -22px;
    left: -20px;
  }
  .more_project.catalog_show .elipse svg {
    width: 63px;
    height: 65px;
  }
  .more_project.catalog_show:hover {
    padding-left: 5px;
  }
  .more_project.catalog_show:hover .angle {
    right: -5px;
  }
  .more_project.more_project-t2 {
    width: 238px;
    margin-top: 80px;
    margin-bottom: 100px;
  }
  .more_project.ruchki_more {
    width: 186px;
    margin-top: 80px;
  }
  .section_ruchki,
  .touch_to_open,
  .w_system,
  .titan_pvd,
  .stels_petli,
  .sdvig_system,
  .dovod4ik {
    margin-bottom: 50px;
  }
  .dovod4ik .grid_col-2-60-40,
  .dovod4ik .grid_col-2-40-60 {
    margin-bottom: 50px;
  }
  .dovod4ik .grid_col-2-60-40:last-child,
  .dovod4ik .grid_col-2-40-60:last-child {
    margin-bottom: 0;
  }
  .about {
    padding-top: 0;
    border-top: 0;
    margin-bottom: 50px;
  }
  .razdel {
    display: none;
  }
  .osobenosti_special .osobenosti_items .glide__slides {
    display: flex;
    align-items: stretch;
    grid-column-gap: 0;
    grid-row-gap: 0;
    grid-template-columns: none;
  }
  .osobenosti_items.mb-190 {
    margin-bottom: 50px;
  }
  .osobenost_item .hide-mobile-slider {
    display: none;
  }
  .osobenosti_items.with-out-grid .glide__slides {
    display: flex;
    align-items: stretch;
    grid-column-gap: 0;
    grid-row-gap: 0;
    margin: 0 auto;
    width: 100%;
  }
  .osobenosti_items .glide__slide {
    height: auto;
    padding-right: 2px;
    padding-bottom: 1px;
    box-sizing: border-box;
  }
  .osobenosti_items .glide__arrows {
    display: block;
  }
  .osobenosti_items .osobenost_item {
    margin: 0;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
    padding: 20px 15px 20px;
    height: 100%;
  }
  .services-grid .osobenost_item h3,
  .osobenosti_items .osobenost_item h3 {
    text-transform: none;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .osobenosti_items .osobenost_item figure {
    padding: 6px;
  }
  .osobenosti_items .osobenost_item figure img {
    width: 76px;
  }
  .services-grid .osobenost_item figure {
    padding: 8px;
  }
  .services-grid .osobenost_item figure img {
    width: 94px;
  }
  .scroll_panel .section_head {
    display: block;
  }
  .grid-col2.ruchki-grid {
    display: flex;
    flex-direction: column;
    grid-column-gap: unset;
  }
  .grid-col2.grid-col2-stradivari {
    grid-row-gap: 50px;
    margin-bottom: 70px;
  }
  .dorian-stradivari .flex_center {
    padding-bottom: 0;
  }
  .dorian-stradivari p:last-child {
    margin-bottom: 0;
  }
  .cards-grid1_mt80 {
    margin-top: 30px;
  }
  .category_punkt_t2.first_article figure {
    border-radius: 50px 50px 0px 0px;
  }
  .cards-grid1 {
    grid-template-columns: 1fr;
    gap: 40px 40px;
  }
  .card-t2.card-t2_t1 {
    grid-template-columns: 1fr;
    gap: 30px 0;
  }
  .card-t2 .card-t2__right {
    order: -1;
  }
  .card-t2__right figure {
    margin-right: 4px;
  }
  .card-t2.card-t2_t1 .card-t2__right figure:first-child {
    display: none;
  }
  .card-t2.card-t2_t2 {
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .cards-grid5 .glide__slides,
  .cards-grid4 .glide__slides,
  .cards-grid3 .glide__slides {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    grid-column-gap: 0;
    gap: 0;
    margin: 0;
  }
  .cards-grid5 .glide__slide,
  .cards-grid4 .glide__slide,
  .cards-grid3 .glide__slide {
    height: auto;
    padding-right: 2px;
    padding-bottom: 1px;
    box-sizing: border-box;
    margin: 0;
    width: 100%;
  }
  .cards-grid5 .glide__arrows,
  .cards-grid4 .glide__arrows,
  .cards-grid3 .glide__arrows {
    display: block;
  }
  .card-t3 {
    position: relative;
  }
  .card-t3__title {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 20px 10px 20px 20px;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    text-transform: none;
    font-size: 18px;
  }
  .card-t4_top-right,
  .card-t4_top-left {
    border-radius: 0;
  }
  .card-t4__text {
    font-size: 18px;
    text-transform: none;
  }
  .card-t4__bottom {
    padding: 80px 20px 20px;
  }
  .card-t5_top-right,
  .card-t5_top-left {
    border-radius: 0;
  }
  .card-t5_top-right .card-t5__bottom,
  .card-t5_top-left .card-t5__bottom {
    border-radius: 0;
    border-radius: 0;
  }
  .card-t5__bottom {
    top: auto;
    bottom: 0;
    padding: 68px 20px 20px;
  }
  .card-t5:hover .card-t5__bottom {
    transform: none;
    padding-top: 68;
  }
  .card-t5:hover .card-t5__text {
    transform: none;
  }
  .card-t5__text {
    transform: none;
    font-size: 14px;
  }
  .card-t5__title {
    font-size: 18px;
  }
  .card-t6__bottom {
    padding: 90px 20px 20px;
  }
  .card-t6__title {
    font-size: 18px;
  }
  .parket-osob .glide__arrows,
  .sort-slider .glide__arrows {
    display: block;
  }
  .parket-osob .glide__slides,
  .sort-slider .glide__slides {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    grid-column-gap: 0;
    gap: 0;
    margin: 0;
    height: auto;
  }
  .parket-osob .glide__slide,
  .sort-slider .glide__slide {
    box-sizing: border-box;
    padding: 0 2px 1px 0;
  }
  .top_circl {
    border-radius: 0;
  }
  h2.osobenosti__title_t1 {
    margin-bottom: 20px;
  }
  .design-size__content {
    flex-wrap: wrap;
  }
  .design-size__img {
    width: 55%;
    margin-right: 0;
  }
  .design-size__img img {
    max-height: 450px;
  }
  .design-size__info {
    max-width: 100%;
    width: 100%;
    margin-top: 40px;
  }
  .design-size__item_mobile {
    display: flex;
  }
  .osobenosti__hide-mobile {
    display: none;
  }
  .platbands {
    flex-direction: column;
  }
  .platbands__info {
    max-width: 100%;
    margin: 0 0 10px;
    padding: 0;
  }
  p.box-options_text {
    max-width: 100%;
  }
  .box-options-slide .glide__slide {
    flex: none;
    max-width: 100%;
  }
  .variants_tickets.variants_tickets-slider .glide__slides,
  .box-options-slide .glide__slides {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    gap: 0;
  }
  .variants_tickets.variants_tickets-slider .glide__arrows,
  .box-options-slide .glide__arrows {
    display: block;
  }

  .variants_tickets .glide__slides {
    gap: 20px;
  }
  .variants_ticket-bottom {
    padding: 0;
    border: none;
  }
  .variants_ticket-column h4 {
    text-align: center;
  }
  .furniture_items2 {
    max-width: 100%;
    flex-direction: column;
  }
  .furniture_item2 {
    margin: 10px 0 0;
  }
  .furniture_item2 + .furniture_item2 {
    margin-top: 40px;
  }
  .furniture_item2__title {
    text-align: left;
    text-transform: none;
  }
  .opening-system {
    display: block;
    padding: 25px 14px;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    box-sizing: border-box;
  }
  .opening-system__right {
    display: flex;
    flex-direction: column;
    max-width: 100%;
  }
  .opening-system__bottom {
    order: -1;
    margin: 10px 0 15px;
  }
  .opening-system__miniature {
    margin-right: 10px;
  }
  .opening-system__left {
    gap: 10px;
    margin-right: 0;
  }
  h3.design-size__title {
    display: none;
  }
  .box-options-item__top {
    text-align: center;
  }
  .box-options-item__top img {
    max-width: 66%;
  }
  .box-options-slide .round-arrow {
    top: calc(50% - 40px);
  }
  .osobenosti__box {
    margin-right: -15px;
    margin-left: -15px;
  }
  .osobenosti__box-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px;
    z-index: 1;
  }
  .osobenosti__box-content h2 {
    margin: 0 0 10px;
    color: #ffffff;
  }
  .osobenosti__box-content p {
    margin: 0;
    color: #ffffff;
    max-width: 100%;
  }
  .osobenosti__box-img {
    margin: 0;
    max-height: 600px;
    object-fit: cover;
  }
  .first-section-b.mb-50 {
    margin-bottom: 30px;
  }
  .disigners-inner .text_block figure img {
    margin-top: 20px;
  }
  .disigners-inner .text_block {
    margin-bottom: 60px;
  }
  .disigners .contacts-grid .disigners-map {
    margin-bottom: 0;
  }
  .under_cat_list,
  .grid-col2.under_cat_list {
    margin-top: 30px;
  }
  .price_st {
    font-size: 12px;
    padding: 9px 14px;
  }
  .price_st span {
    font-size: 15px;
  }
  .parket_selector.mb-50 {
    margin-bottom: 10px;
  }
  .parket-bottom-text.grid-col2 {
    display: block;
  }
  .tech_info {
    padding-top: 0;
    padding-bottom: 70px;
  }
  .tech_info .section-text.mb-50 {
    margin-bottom: 30px;
  }
  .tech_info .section-text p {
    margin-bottom: 30px;
  }
  .door_block .ost_prodaction {
    display: none;
  }
  .ost_prodaction_mobile {
    display: block;
    border: none;
    margin: 20px 0 0;
    padding: 0;
  }
  .door_height {
    margin-top: 10px;
  }
  .card_info {
    margin-top: 30px;
  }
  .eco_size {
    border: 1px solid #cfcfcf;
    padding: 25px 15px;
    position: relative;
  }
  .slider-eco .glide__bullets,
  .slider-eco .slide_number {
    display: none;
  }
  .slider-eco {
    padding-bottom: 0;
  }
  .slider-eco .glide_eco {
    position: static;
    padding: 0;
  }
  .slider-eco .glide__arrows {
    position: static;
  }
  .slider-eco .glide__arrow {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    background: #ffffff;
    border: 1px solid #cfcfcf;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    margin-top: -16px;
  }
  .slider-eco .glide__arrow--left {
    display: none;
  }
  .slider-eco .glide__arrow--right {
    right: -17px;
  }
  .slider-eco figure,
  .slider-eco figure img {
    height: 100%;
  }
  .slider-eco .category_punkt {
    border-radius: 0;
  }
  .slider-eco .glide__slide--active .category_punkt {
    top: 0;
  }
  .slider-eco .category_punkt {
    height: 50vw;
  }
  .osobenosti-hidden {
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .osobenosti-hidden__content {
    grid-row: 1;
  }
  .category_list {
    margin-top: 30px;
  }
  .furnitura_text h2 {
    font-size: 18px;
  }
  .furnitura_text p,
  .furnitura_text li {
    font-size: 14px;
  }
  .easy_fix h2 {
    font-size: 18px;
  }
  .easy_fix p,
  .easy_fix li {
    font-size: 14px;
  }
  .titan_pvd .furnitura_text ul {
    margin: 0;
  }
  .ruchki_nobi_grid-50-50 li {
    font-size: 14px;
  }
  .sdvig_system .section-text {
    margin-bottom: 30px;
  }
  .sdvig_system .section-text h2 {
    font-size: 18px;
  }
  .dovod4ik .section-text {
    margin-bottom: 30px;
  }
  .dovod4ik .section-text h2 {
    font-size: 18px;
  }
  .dovod4ik li {
    font-size: 14px;
  }
  .about p {
    font-size: 14px;
  }
  .links_special .zakaz-button-modal {
    flex-wrap: wrap;
  }
}
@media (max-width: 650px) {

  .desc_none {
    display: none;
  }
  .sec_sort .fone {
    height: auto;
    position: initial;
  }
  .sec_sort .sort_text {
    position: relative;
    background: #fff;
    padding: 20px 15px;
    border: 1px solid #cfcfcf;
    top: -10px;
  }
  .door_block .zakaz_button.conf {
    max-width: 100%;
    width: 100%;
    box-sizing: border-box;
  }
  .door_block figure {
    width: 128px;
    margin-right: 15px;
  }
  .door_block_info .title_config h2,
  .door_block_info .title_config p,
  .door_block_info .small_text {
    font-size: 14px;
    line-height: normal;
  }
  .door_block_info .title_config h2 {
    text-transform: none;
  }
  .door_block_info .complect_info svg {
    width: 16px;
    height: 16px;
  }
  .door_block_info .door_block_desc {
    margin-bottom: 15px;
    max-width: 130px;
  }
  .door_block_info .old_price {
    margin-bottom: 5px;
  }
  .door_block_info .new_price {
    font-size: 20px;
    display: block;
  }
  .section_ruchki .big_image {
    width: 100%;
  }
  .option_conf .top_circl {
    border-radius: 0;
  }
  .ruchki_nobi_grid_t2 .furnitura_text .ml-50 {
    margin-left: 0;
  }
  .ruchki_nobi_grid_t2 .furnitura_text ul {
    margin-top: 15px;
    margin-bottom: 5px;
  }
  .ruchki_nobi_grid_t2 .furnitura_text .link_system_sp {
    padding-bottom: 0;
  }
  .ruchki_nobi_grid_t2 .furnitura_text {
    margin-bottom: 30px;
  }
  .easy_fix figure {
    margin-top: 30px;
  }
  .ruchki_nobi_grid_t1 .furnitura_text {
    margin-bottom: 30px;
  }
  .about .ruchki_nobi_grid-50-50 {
    display: block;
  }
  .card_info {
    grid-template-columns: 1fr;
  }
  .card_info .zakaz_button {
    display: block;
    width: 85%;
    font-size: 18px;
  }
  .card_info .zakaz_button::after {
    content: "";
    display: inline-block;
    width: 7px;
    height: 7px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-2px) rotate(45deg);
    transform-origin: 66% 66%;
    margin-left: 10px;
  }
  .card_tabs .nav-tabs {
    margin-right: auto;
    margin-left: auto;
    max-width: 423px;
    text-align: center;
  }
  .sdvig_system .ruchki_nobi_grid-50-50 {
    grid-template-columns: 1fr;
  }
  .touch_to_open .big_image,
  .titan_pvd .big_image {
    width: 100%;
  }
  .w_system .big_image2 {
    width: 100%;
  }
  .stels_petli .ruchki_nobi_grid .img_serial {
    grid-row: 2;
  }
  .stels_petli .furnitura_text figure {
    display: none;
  }
  .stels_petli .big_image {
    width: 100%;
  }
  .stels_petli .furnitura_text ul {
    margin-bottom: 0;
  }
  .map {
    border-radius: 0px 0px 0px 0px;
    overflow: hidden;
  }
  .form_prefooter {
    background-image: initial;
  }
  .sec_sort .sort_text h3 {
    color: #000;
    font-size: 18px;
    margin-top: 0;
  }
  .sec_sort .sort_text p {
    color: #777778;
    font-size: 14px;
    margin-top: 8px;
    margin-bottom: 0;
  }

  .sec_sort .sort_block {
    height: 100%;
  }
  .sec_osobenost .top_circl {
    border-radius: 0;
  }
  .sec_osobenost .osob_block figure {
    border: none;
  }
  .sec_osobenost .osob_block {
    height: auto;
    overflow: initial;
  }
  .sec_osobenost .osob_block .osob_text {
    border: 1px solid #cfcfcf;
    background: #fff;
    box-sizing: border-box;
  }
  .osob_ul {
    color: #000;
  }
  .news .slider-project .slide_number,
  .news .slider-project .glide__arrows {
    display: block;
  }
  .sec_osobenost .osob_block .osob_text div {
    max-width: initial;
    width: auto;
  }
  .sec_osobenost .osob_block .osob_text h3 {
    color: #000;
    font-size: 18px;
  }
  .sec_osobenost .osob_block .osob_text p {
    color: #777778;
    font-size: 14px;
  }
  .sec_osobenost .osob_block .osob_ul {
    font-size: 14px;
  }
  .sec_osobenost .osob_block .osob_ul li {
    margin-bottom: 10px;
  }
  .collections .collect_item {
    width: 90%;
    margin: 0 auto;
  }
  .osob_text {
    width: 100%;
  }
  .osob_text div {
    padding: 0 15px;
  }
  .osob_block .fone {
    position: initial;
    display: block;
  }
  .polozheniya p {
    font-size: 14px;
  }
  .category_list .zakaz_button {
    margin: 0 auto 0 0;
  }
  .mob_dis {
    display: block;
  }

  .furniture_items {
    grid-template-columns: 100%;
  }
  .grid-sale {
    grid-template-columns: 100%;
    grid-row-gap: 55px;
  }
  .osobenosti_special .section_head h2 {
    font-size: 18px;
    line-height: normal;
  }
  .osobenosti_special .section_head p {
    font-size: 14px;
  }
  .list_ruchki.two_col .glide__slides,
  .list_ruchki .glide__slides {
    display: flex;
    align-items: stretch;
    grid-template-columns: 1fr;
    grid-row-gap: 0;
    grid-column-gap: 0;
  }
  .list_ruchki .glide__arrows {
    display: block;
  }
  .list_ruchki .glide__slide {
    padding-right: 2px;
    padding-bottom: 1px;
    box-sizing: border-box;
  }
  .less_is_more .ruchki_nobi_grid,
  .even_less .ruchki_nobi_grid,
  .ruchki_nobi_grid {
    grid-template-columns: 1fr;
  }
  .less_is_more .furnitura_text,
  .even_less .furnitura_text {
    margin-bottom: 30px;
  }
  .easy_fix {
    display: grid;
  }
  .easy_fix figure {
    grid-row: 5;
  }
  .easy_fix figure img {
    width: 100%;
  }
  .classical_collection .img_serial {
    display: none;
  }
  .classical_collection .three_img1 figure:last-child,
  .classical_collection .three_img1 figure:nth-child(2) {
    display: none;
  }
  .classical_collection .three_img1 {
    grid-template-columns: 1fr;
  }
  .art_plate .furnitura_text figure {
    display: none;
  }
  .art_plate .img_serial {
    grid-row: 2;
  }
  .art_plate .img_serial .big_image {
    width: 100%;
  }
  .less_is_more .img_serial {
    display: flex;
    flex-flow: column;
    align-self: end;
  }
  .less_is_more .furnitura_text ul,
  .less_is_more ul li:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .less_is_more .img_serial .big_image {
    width: 100%;
  }
  .less_is_more .two_img {
    display: none;
  }
  .even_less ul,
  .even_less ul li:last-child {
    margin-top: 0;
    margin-bottom: 0;
  }
  .even_less .img_serial figure:last-child {
    display: none;
  }
  .even_less .img_serial {
    order: 2;
    grid-template-columns: 1fr;
  }
  .even_less .furnitura_text figure {
    display: none;
  }
  .link_system .two_img {
    display: none;
  }
  .link_system .img_serial {
    grid-row: 2;
  }
  .link_system .img_serial figure {
    margin: 0;
    width: 100%;
  }
  .link_system .img_serial figure img {
    width: 100%;
  }
  .door_slider .project_punkt figcaption h3,
  .door_slider2 .project_punkt figcaption h3,
  .door_slider3 .project_punkt figcaption h3 {
    font-size: 20px;
    color: #ffffff;
    margin-bottom: 1px;
  }
  .slide_door_panel .slider-project .slide_number {
    display: flex;
    right: 30px;
    bottom: 0px;
    color: #000;
  }
  .slide_door_panel .slider-project .glide__arrows {
    display: block;
    bottom: 23px;
    width: 100%;
    right: 0;
  }
  .section-text h2 {
    font-size: 23px;
  }
  .collections {
    grid-template-columns: 1fr;
  }
  .slide_door_panel .slider-project .glide__arrows svg .stels_osobenost {
    padding: 192px 0;
    margin-top: 60px;
    text-align: center;
  }
  .stels_osobenost h3 {
    font-size: 18px;
    color: #2d2d2f;
    padding-right: 111px;
  }
  .stels_osobenost p {
    font-size: 14px;
    color: #2d2d2f;
    padding-right: 111px;
  }
  .section-text {
    padding-left: 0;
  }
  .form_prefooter h2 {
    font-size: 20px;
  }
  .footer_section .logo-site {
    margin: 0;
  }
  footer .logo-site figure {
    width: 149px;
  }
  .footer_section .foo_tel {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .footer_section .social-link-foo {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .pre_footer {
    text-align: left;
    padding-right: 20px;
    padding-left: 20px;
  }
  .col_footer_1 {
    margin-bottom: 30px;
  }
  .videos .section-text h2,
  .ours_project .section-text h2,
  .project_item h3,
  .dop_options .section-text h2,
  .dop_options .section-text p {
    font-size: 18px;
    line-height: normal;
  }

  .section-text p {
    font-size: 14px;
  }
  .slider-video .glide__arrows {
    position: static;
    width: 0;
    height: 0;
  }
  .slider-video .glide__arrow--left {
    display: none;
  }
  .slider-video .glide__arrow--right {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    top: calc((100vw - 50px) * 0.35);
    margin-top: -16px;
    right: -17px;
  }
  .footer_section {
    grid-template-columns: 100%;
  }
  .footer_section h4 {
    margin-bottom: 16px;
  }
  .foo_menu-head h4 {
    margin-bottom: 0;
  }
  .footer_section .singel_foo {
    margin-bottom: 30px;
    font-size: 16px;
  }
  .footer_section .foo_menu ul {
    margin-bottom: 30px;
  }
  .foo_menu-head {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
  }
  .foo_menu-head + .foo_menu {
    display: none;
  }
  .foo_menu-head.active {
    margin-bottom: 16px;
  }
  .foo_menu-head.active .foo_menu-head-btn svg {
    transform: rotate(180deg);
  }
  .foo_menu-head.active + .foo_menu {
    display: block;
  }
  .foo_menu-head-btn {
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    padding: 7px 5px 5px 15px;
    transition: 0.2s;
  }
  .foo_menu-head-btn:hover {
    opacity: 0.7;
  }
  .foo_menu-head-btn svg {
    stroke: #fff;
    transition: 0.2s;
    transform: rotate(0deg);
  }
  .grid_col-2-60-40,
  .grid_col-2-40-60 {
    grid-template-columns: 100%;
  }
  .ours_project .grid_col-2-60-40 {
    grid-template-columns: 100%;
  }
  .grid_col-2-40-60 .meta_project {
    grid-row: 2;
  }
  .slider-video .slide_number {
    display: none;
  }
  .slider-video .glide-circle-p {
    display: none;
  }
  .slider-video {
    margin-top: 30px;
  }
  .videos .section-text h2 {
    line-height: normal;
  }
  .project_item {
    margin-top: 25px;
  }
  .ours_project .project_item:first-child {
    margin-top: 0;
  }
  .meta_project time {
    margin-top: 20px;
    display: block;
  }
  .slider-project.slider-project_t1 .slide_number {
    display: none;
  }
  .slider-project.slider-project_t1 .glide__arrow--left {
    display: none;
  }
  .slider-project.slider-project_t1 .glide__arrows {
    position: static;
  }
  .slider-project.slider-project_t1 .glide__arrow--right {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: absolute;
    background: #ffffff;
    border-radius: 50%;
    box-sizing: border-box;
    top: 50%;
    margin-top: -16px;
    right: -17px;
  }
  .slider-project.slider-project_t1 .glide__arrow--right svg path {
    stroke: #2d2d2f;
  }
  .documents {
    grid-template-columns: 100%;
  }
  .osobenosti h3,
  .eco_size .section-text h2,
  .best_furniture .section-text h2 {
    font-size: 18px;
    line-height: 133%;
  }
  .okras .list_color li {
    margin: 0 5px 10px;
    width: calc(33.33% - 15px);
  }
  .okras .list_color figcaption {
    font-size: 10px;
    margin-top: 5px;
  }
  .osobenosti p {
    font-size: 14px;
  }
  .okras h3,
  .okras h2,
  .furniture_item h3,
  .tech_info .section-text h2,
  .osobenosti h2 {
    font-size: 18px;
    line-height: 133%;
  }
  .under_cat_list .category_punkt {
    height: auto;
  }
  .slider-eco .glide__bullets {
    width: calc(100% - 140px);
  }
  .slider-eco .glide__arrows {
    bottom: -29px;
  }
  .slider-eco .slide_number {
    bottom: -35px;
  }
  .option_conf .category_list .meta_article {
    padding: 0 20px 20px;
  }
  .zakaz_button.conf {
    max-width: 181px;
  }
  .slider-eco .glide__slide--active .category_punkt {
    width: 100%;
  }
  h3 {
    font-size: 22px;
    line-height: 26px;
  }
  .product_list .glide__slides {
    display: flex;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .product_list .glide__arrows {
    display: block;
  }
  .product_list .glide__slide {
    box-sizing: border-box;
    padding-right: 2px;
    padding-bottom: 1px;
  }
  .ours_project .section-text h2 {
    margin-bottom: 30px;
  }
  .option_conf .slide_door_panel .slider-project .slide_number,
  .option_conf .slide_door_panel .slider-project .glide__arrows {
    display: none;
  }
  .dovod4ik .grid_col-2-40-60 .meta {
    grid-row: 2;
  }
  .custom-select {
    font-size: 14px;
  }
  .category_punkt_t1 .short_cat {
    font-size: 14px;
    margin-top: 0;
  }
  .category_punkt_t1 .head_cat {
    font-size: 20px;
    line-height: normal;
  }
  .osobenosti_stels .section-text h2 {
    font-size: 18px;
    line-height: 133%;
  }
  .ruchki_nobi_grid-50-50_t1 {
    grid-row-gap: 30px;
  }
  .ruchki_nobi_grid-50-50_t1 .col:first-child figure img {
    border-radius: 0;
  }
  .ruchki_nobi_grid-50-50_t1 .col:last-child figure img {
    border-radius: 0;
  }
  .stels_petli .ruchki_nobi_grid_t6 .big_image {
    width: 100%;
  }
  .modal-content .submit_blok {
    flex-wrap: wrap;
  }
  .modal-content .submit_blok p {
    margin: 0 0 20px;
    max-width: 100%;
  }
  .modal-content .submit_blok .submit-bt {
    width: 100%;
  }
  .modal-t_default .modal-content {
    padding: 25px 15px 30px;
  }
  .modal-content input.input-modal {
    height: 50px;
    font-size: 15px;
    margin-bottom: 8px;
  }
  .modal-content textarea.textarea-modal {
    height: 80px;
    margin-bottom: 8px;
  }
  .button-file__name {
    font-size: 14px;
  }
  .button-file__btn {
    margin-top: 3px;
  }
  .modal-t_default button.close-modal {
    top: 10px;
    right: 7px;
  }
  .box-design-сooperation h2 {
    font-size: 18px;
    line-height: 133%;
  }
  .design-сooperation p {
    font-size: 14px;
  }
  .contacts-grid h4 {
    font-size: 16px;
    letter-spacing: -0.01em;
  }
  .contacts-grid .text_block p {
    font-size: 14px;
  }
  .contacts-grid .how_move {
    font-size: 14px;
  }
  .where-buy .how_move {
    font-size: 14px;
  }
  .where-buy p {
    font-size: 14px;
  }
  .where-buy h4 {
    font-size: 16px;
  }
  .door_opisanie h2 {
    padding-left: 5px;
  }
  .door_xarakterestiks thead th,
  .door_xarakterestiks tbody td {
    font-size: 14px;
    padding: 10px 5px;
  }
  .standrt_complect p,
  .dop_options_compolect p {
    font-size: 14px;
  }
  .form_pre {
    max-width: 100%;
    width: 100%;
  }
  .form_prefooter form {
    max-width: 100%;
  }
  .form_prefooter {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .form_prefooter form textarea,
  .form_prefooter form input {
    height: 50px;
    padding: 11px 15px;
    font-size: 15px;
    margin-bottom: 8px;
    max-width: 100%;
  }
  .form_prefooter form textarea {
    height: 80px;
  }
  .form_prefooter form .inline_content .submit_button {
    font-weight: 400;
    padding: 15px;
  }
  .form_prefooter form {
    padding-top: 0;
  }
  .form_prefooter h2 {
    font-size: 18px;
    line-height: normal;
    margin: 0 0 25px;
  }
  .about h2 {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 15px;
  }
  .about_us2 .text_block {
    margin-bottom: 30px;
  }
  .about_us2 .text_block:last-child {
    margin-bottom: 0;
  }
  .about_us2 {
    margin-bottom: 60px;
  }
  .slider-eco .meta_article .head_cat {
    text-transform: none;
  }
  .slider-eco .meta_article .head_cat,
  .under_cat_list .meta_article .head_cat {
    font-size: 20px;
    padding-left: 20px;
    line-height: normal;
  }
  .slider-eco .meta_article .short_cat,
  .under_cat_list .meta_article .short_cat {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 14px;
    margin-top: 0px;
  }
  .slider-eco .meta_article,
  .under_cat_list .meta_article {
    top: calc(100% - 57px);
    padding-bottom: 0px;
  }
  .slider-eco .category_punkt:hover .meta_article,
  .under_cat_list .category_punkt:hover .meta_article {
    transform: translateY(calc(57px - 100%));
  }
  .services-grid .osobenost_item p,
  .osobenosti_items .osobenost_item p {
    font-size: 14px;
  }
  .services-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 70px;
  }
  .ours_project_mobile-info {
    display: block;
    font-size: 14px;
    margin-bottom: 0;
  }
  .more_project_t1 {
    margin-bottom: 120px;
  }
  .ruchki-img img {
    border-radius: 0;
    max-height: 370px;
    object-fit: cover;
  }
  .video_punkt {
    max-width: 100%;
  }
  .videos {
    padding-right: 20px;
  }
  .category_punkt_t1 .glide__slide .project_punkt figcaption {
    display: none;
  }
  .config-slider .glide__arrows {
    display: block;
  }
  .config-slider .glide__slides {
    display: flex;
    white-space: nowrap;
  }
  .config-slider .glide__slide {
    display: block;
  }
  .config-slider .round-arrow {
    top: calc(50% - 12px);
  }
  .check_block label {
    padding-left: 0;
    width: 75px;
    font-size: 12px;
    line-height: 22px;
  }
  .door-model label img {
    max-width: calc(100% - 3px);
  }
  .check_block label figure {
    width: 65px;
  }
  .check_block input[type="radio"]:checked + label figure {
    padding: 4px;
  }
  .check_block label figure img {
    display: block;
  }
  .selectors .stilistika,
  .selectors .chose_collections {
    margin-right: 0;
  }
  .door_slider .project_punkt figcaption {
    padding-left: 20px;
  }
  .door_slider .project_punkt figcaption h3 {
    font-size: 18px;
  }
  .door_slider.door_slider_t1 .glide__track {
    padding-bottom: 40px;
  }
  .slider-project .door_slider_t2 .slide_number {
    color: #fff;
  }
  .door_slider_t2 .glide__arrow svg path {
    stroke: #fff;
  }
  .slide_door_panel .door_slider_t2 .slide_number {
    bottom: 5px;
  }
  .slide_door_panel .door_slider_t2 .glide__arrows {
    bottom: 28px;
  }
  .slide_door_panel .slider-project .door_slider_t2 .glide__arrow--left {
    left: auto;
    right: 100px;
  }
  .slide_door_panel .slider-project .glide__arrow--left {
    right: auto;
    left: 0;
  }
  .slide_door_panel .slider-project .slide_number {
    font-size: 26px;
  }
  .slide_door_panel .slider-project .slide_number .small-s {
    font-size: 18px;
  }
  .slider-project .glide__bullets {
    display: flex;
    position: absolute;
    bottom: 12px;
    width: calc(100% - 130px);
    left: 21px;
    border-top: 1px solid rgba(45, 45, 47, 0.2);
  }
  .slider-project .glide__bullet {
    flex: 1;
    display: inline-flex;
    border-top: 3px solid transparent;
    position: relative;
    top: -2px;
  }
  .slider-project .glide__bullet.glide__bullet--active {
    border-top: 3px solid #000;
  }
  .section-head-t1 {
    margin-bottom: 30px;
  }
  .section-head_mobile-18 {
    font-size: 18px;
    line-height: normal;
  }
  .card-t1__title {
    font-size: 18px;
    line-height: normal;
    margin-top: 1em;
  }
  .card-t1__text {
    font-size: 14px;
  }
  .card-t1__top figure {
    margin-right: 4px;
  }
  .card-t2__title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 0.5em;
  }
  .card-t2_t2.card-t2__title {
    font-size: 18px;
  }
  .card-t2__text {
    font-size: 14px;
  }
  .cards-grid6 {
    grid-template-columns: 1fr;
  }
  .factory-new-title {
    font-size: 18px;
    text-transform: uppercase;
  }
  .factory-new-title span {
    display: none;
  }
  .features-box {
    height: 360px;
    border-radius: 100px 100px 0 0;
    padding: 20px 20px;
  }
  .features-box::after {
    background: linear-gradient(
      0deg,
      rgba(45, 45, 47, 0.7) 0%,
      rgba(45, 45, 47, 0) 100%
    );
    width: 100%;
    height: 100%;
  }
  .features-box__content h3 {
    font-size: 20px;
    margin-bottom: 0.5em;
  }
  .features-box__content p {
    font-size: 14px;
  }
  .design-size__icon {
    margin-right: 13px;
  }
  .design-size__icon img {
    width: 37px;
  }
  .design-size__item-title {
    font-size: 14px;
  }
  .design-size__item-title span {
    font-size: 14px;
  }
  .design-size__item {
    margin-bottom: 20px;
  }
  .okras .list_color li figure {
    padding: 5px;
  }
  .okras .list_color {
    margin-right: -5px;
    margin-left: -5px;
  }
  .variants h2 {
    font-size: 18px;
    line-height: normal;
  }
  .box-options-item__name {
    font-size: 18px;
    text-transform: none;
    padding-right: 20px;
    text-align: left;
  }
  .box-options-item__top {
    margin-bottom: 20px;
  }
  .variants_ticket-bottom {
    margin-top: 10px;
  }
  .variants_ticket-column h4 {
    margin-top: 10px;
    font-size: 12px;
  }
  .opening-system__miniature {
    padding: 10px;
  }
  .opening-system__miniature-name {
    font-size: 12px;
    margin-top: 10px;
    white-space: normal;
  }
  .opening-system__text {
    margin-top: 10px;
    font-size: 14px;
  }
  .opening-system__title {
    font-size: 18px;
  }
  .dop_options {
    padding: 40px 0;
  }
  .dop_options .section-text p {
    font-size: 14px;
  }
  .tab_text h3 {
    font-size: 18px;
  }
  .tab_text p {
    font-size: 14px;
  }
  .cookie-modal {
    bottom: 0;
  }
  .cookie-modal-content {
    padding: 30px 20px 20px 20px;
  }
  .cookie-modal .close-modal {
    position: absolute;
    top: 8px;
    right: 5px;
  }
  .cookie-modal .close-modal svg path {
    stroke: #000000;
  }
  .sales h4 {
    font-size: 16px;
  }
  .sales p {
    font-size: 14px;
  }
  .sales .time_sale {
    font-size: 12px;
    padding: 8px 12px;
  }
  .under_cat li {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 25px;
  }
  .under_cat li:nth-child(even) {
    margin-right: 0;
  }
  .under_cat figcaption {
    font-size: 14px;
  }
  .disigners .section-text p,
  .disigners .text_block p {
    font-size: 14px;
  }
  .about_us h2,
  .about_us p {
    font-size: 14px;
  }
  .about_us2 h3 {
    font-size: 18px;
  }
  .about_us2 .text_block p {
    font-size: 14px;
  }
  .dilleram_sec p {
    font-size: 14px;
  }
  .dilleram_sec h2 {
    font-size: 14px;
  }
  .dilleram_sec h3 {
    font-size: 18px;
  }
  .more_project.ruchki_more {
    display: none;
  }
  .more_project {
    margin-top: 40px;
    margin-bottom: 25px;
    margin-left: 20px;
  }
  .more_project.more_project-t2 {
    margin-top: 40px;
    margin-bottom: 25px;
  }
  .documents a {
    padding: 17px 50px 17px 15px;
  }
  .documents a span {
    right: 15px;
  }
  .polozheniya .pdl-30 {
    padding-left: 0;
  }
  .product_item a {
    padding: 17px 10px 20px;
  }
  .product_item h4 {
    font-size: 16px;
  }
  .product_item p {
    font-size: 16px;
  }
  .product_item p span {
    font-size: 16px;
  }
  .decor_panel .section-text h2 {
    font-size: 18px;
    line-height: normal;
  }
  .decor_panel .section-text p {
    font-size: 14px;
  }
  .decor_panel .section-text.mb-50 {
    margin-bottom: 30px;
  }
  .option_conf .option_conf-head {
    font-size: 18px;
  }
  .mobile-inline br {
    display: none;
  }
  .slider-eco .category_punkt {
    height: 70vw;
  }
  .eco_size .section-text p {
    font-size: 14px;
  }
  .eco_size .section-text {
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
    .round-arrow {
  top: 50%;
  margin-top: -16px;
}
  .slider-eco .glide__bullets .glide__bullet {
    width: 18%;
  }
  .dilleram_sec_t1 figure,
  .about_us figure {
    max-width: 100%;
    width: 100%;
  }
  .dilleram_sec_t1 figure img,
  .about_us figure img {
    max-width: 100%;
    max-height: 310px;
  }
  .collections.collections-slider {
    max-width: 100%;
  }
  .text_collections h3 {
    font-size: 18px;
  }
  .text_collections ul,
  .text_collections p {
    font-size: 14px;
  }
}
@media (max-width: 350px) {
  .under_cat_list .category_punkt {
    height: 200px;
  }
  .menu_body ul {
    padding-right: 0;
  }
  .documents a {
    font-size: 14px;
  }
  h3 {
    font-size: 17px;
  }
  .header-menu button {
    margin-right: 0px;
  }
  .logo-site {
    margin-left: 10px;
  }
  .header-group {
    max-width: 340px;
    padding-right: 10px;
    padding-left: 10px;
    box-sizing: border-box;
  }
  .card_info .zakaz_button {
    display: block;
    width: 80%;
  }
  section {
    overflow: hidden;
  }
  .box-design-сooperation {
    overflow: visible;
  }
  .more_project.more_project-t2 {
    margin-top: 60px;
    margin-bottom: 25px;
  }
}

.nav_razprodazha ul{
   margin: 0;
 padding: 0;
     display: flex;
    align-items: center;
    justify-content: center;
}
.nav_razprodazha{
  margin-bottom: 30px;
}
.nav_razprodazha ul li a h2{
  color: #000;
  font-size: 20px;
  text-transform: none;
  text-align: center;
  margin: 10px;
  padding:15px
}
.nav_razprodazha ul li a h2:hover{
  color: #fff;
  background: #b52726;
   transition: .3s;
}
.nav_razprodazha ul li a .active_razprodazh{
  color: #fff;
  background: #b52726;
}
.nav_razprodazha ul li a{
  text-decoration: none;
}
.nav_razprodazha ul li{
    list-style-type: none;
}
.raz_img{
    align-items: center;
    justify-content: center;
    display: flex;
    max-height: 300px;
}
.raz_img img{
    object-fit: cover;
    height: 270px;
    width: 200px;
}
.raz_info li{
  list-style-type: none;
}
.raz_info li p{
  margin: 15px;
  opacity:0.7;
}
.raz_info li p span{
  font-weight:bold;
}
.raz_cost h3{
  margin: 0;
  color: #fff;
  font-size: 20px;
}
.raz_cost{
  padding: 15px;
  background: #b52726;
  display: inline-block;
  margin: 10px 0;
}
.raz_info{
  margin: 0;
  padding: 0;
}

@media(max-width: 602px)
{
  .nav_razprodazha ul{
    display: block;
  }
}

.adaptive_img{
    align-items: center;
    justify-content: center;
    display: flex;
}
.adaptive_img img{
    object-fit: cover;
    height: 500px;
}


/* NEW*/



/* NEW END/

/* dddddddddddddddddd*/
  .efect_text{
    opacity: 0;
      transform: translateY(30px);
      transition: opacity .8s ease,transform 1.2s ease;
  }
  .scroll_text{
    transform: translateY(0);
    opacity: 1;
  }
  .efect_center{
    opacity: 0;
      transition: opacity 1.2s ease;
  }
  .scroll_center{
      opacity: 1;
  }
  .efect_Right{
    opacity: 0;
      transform: translateX(-30px);
      transition: opacity .8s ease,transform 1.2s ease;
  }
  .scroll_Right{
      transform: translateX(0);
      opacity: 1;
  }
  .efect_left{
    opacity: 0;
      transform: translateX(30px);
      transition: opacity .8s ease,transform 1.2s ease;
  }
  .scroll_left{
      transform: translateX(0);
      opacity: 1;
  }
  .efect_bottom{
    opacity: 0;
      transform: translateY(-30px);
      transition: opacity 0.8s ease,transform 1.2s ease;
  }
  .scroll_bottom{
      transform: translateY(0);
      opacity: 1;
  }




.short_cat{
  opacity: 1 !important;
}

/* Хеадер ню*/
.opening-system__left{
  position: relative;
  padding-bottom: 40px;

}
.ffdfdf svg{
  margin-right: 12px;
}
.ffdfdf{
  font-weight: normal;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    bottom: 0;
    margin: 0 auto;
    color: #777778;
}




/**/

  .list_item-present{
    display: flex;
      margin: 0 auto;
      flex-wrap: wrap;
      justify-content: flex-start;

  }
  .item-present{
    max-width: 258px;
    width: 100%;
    min-height: 305px;
    height: 100%;
    margin: 0 8px 20px;
  }
  .item_img-present img{
    display:block;
    width:100%;
    height:100%;
    min-height: 249px;
    object-fit: cover;
    object-position: 0 0;
  }
  .item_img-present{
    height: 100%;
  }
  .item_text-present{
    background: #E7E7E7;
    padding: 8px 0 8px 8px;
        position: absolute;
    width: 100%;
    bottom: 0;
  }
  .item_text-present h4{
    font-family: "TenorSans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    /* identical to box height, or 144% */
    text-align: left;
    text-transform: uppercase;

    color: #000;
    margin:0;
  }
  .title_present{
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .title_present h3{
    font-family: "TenorSans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    text-transform: uppercase;
    color: #2D2D2F;
    text-align: center;
  }
  .title_present h2{
    text-align: center;
    margin-bottom: 20px;
  }
    .subpresent .title_present{
    margin-left: 20px;
    margin-right: 20px;
  }
  .subpresent .item-present{
    max-width: 210px;
    width: 100%;
    max-height: 245px;
    height: 100%;
    margin: 0 4px 42px;
  }
  .subpresent .item_img-present img{
    min-height: 283px;
    object-fit: cover;
    object-position: 0 0;
  }
   .subpresent .item_text-present h4{
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
  }
    @media (max-width: 1102px) {
    .title_present h3,.title_present h2{
      text-align: left;
    }
    .title_present h2{
      font-style: normal;
      font-weight: normal;
      font-size: 18px;
      line-height: 24px;
      color: #2D2D2F;
      margin-bottom: 8px;
    }
    .title_present h3{
      font-size: 16px;
      line-height: 22px;
      color: #777778;
    }
  }
  @media (max-width: 1062px) {
    .list_item-present{
    margin: 0;
    }
  }
  @media (max-width: 945px) {
    .list_item-present{
    margin: 0;
    justify-content:center;
    }
  }
  @media (max-width: 821px) {
    .item-present,.subpresent .item-present{
    margin: 0px 12px 10px 0px;
    width: 44%;
    }
    .item_text-present h4{
      font-size: 16px;
      line-height: 19px;
    text-transform: uppercase;
      
    }
    .item_img-present img,.subpresent .item_img-present img{
      min-height: 100%;
    }
  }


.item-present {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.block__inner{
  position: absolute;
    height: 100%;
    width: 100%;
}


.block__mask {
  position: absolute;
  top:0;
  left:0;
  bottom:0;
  right:0;
  opacity: 0;
  height: 100%;
  background: #0005;
  transition: all .34s;
}

.block__mask:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 100%;
}

.block__mask p {
  display: inline-block;
  vertical-align: middle;
  width: 85%;
  font-family: Tahoma, serif;
  text-align: center;
  font-size: .8rem;
  line-height: 1.25rem;
  color: #fff;

  transition: all .34s;
}

.item-present:hover .block__mask {
  opacity: 1;

}
.item-present .item_text-present{
  min-height: 45px;
    display: flex;
    align-items: center;
  opacity: 1;
   transition: all .34s;
}

.item-present:hover .item_text-present{
  opacity: 0;
}
.confi_link_present{
  position: absolute;
  top: 0;
  margin: 58% 25%;
  color: #fff;
}
.more_project.confi_link_present .elipse {
    top: -37px;
}
.more_project.confi_link_present{
   transition: all .34s;
}
@media (max-width: 900px)
{
  .more_project.confi_link_present.more_project-t2 {
    margin: 58% 25%;
}
.more_project.catalog_show .elipse {
    top: -22px;
}
}
 @media (max-width: 600px) {
    .item-present{
      min-height: 220px;
    }
    .more_project.more_project-t2 {
    width: 128px;
}
.subpresent .more_project.more_project-t2 {
    width: 126px;;
}
  }
@media (max-width: 436px) {
  .more_project.confi_link_present.more_project-t2 {
    margin: 82% -49px;
}
.subpresent .more_project.confi_link_present.more_project-t2 {
    margin:78% -21px;;
}
.more_project.catalog_show .elipse {
    display: flex;
    top: -22px;
    left: 54%;
}
.text_link_ddd{
  display: none;
}
.more_project.more_project-t2 {
    width: 19px;
}
.item-present:first-child, .item-present:nth-child(5) {
margin: 0 4px 0; 
}
}
.item-present .item_text-present{
  max-height: 45px;
}
.subpresent .confi_link_present {
    margin: 70% 20%;
}

/*Header start*/
/* Header Bottom Top*/
  .header__main-top{
    width: 100%;
    position: fixed;
    height: 70px;
    display: flex;
    border-bottom:1px solid #D8D8D8;
    background: #fff;
    z-index: 17;
  }
  .header__main-top a{
    color: #2D2D2F;
  }
  .logo-header{
    margin:24px 18px 0 27px;
  }
  .header__all-info{
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
  .header__link{
    display: flex;
      align-items: center;
          margin-right: 30px;
  }
  .menu__header-items{
    display: flex;
  }
  .menu__header-item{
    padding: 2px 12px;
    font-family: "TenorSans";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 19px;
    transition: all 0.24s;
  }
  .menu__header-item:hover, .header__link-button:hover a{
    background: #061626;
  }
  .menu__header-item:hover .menu__header-link,.header__link-button:hover a{
    color: #E5E5E5;
  }
  .header__link-phone{
    font-family: "TenorSans";
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 34px;

  }
  .header__link-whatsapp{
    margin-left: 17px;
  }
  .header__link-button{
    margin-left: 15px;
    transition: all 0.24s;
  }
  .header__link-button a{
    padding: 7px 17px;
    border: 1px solid #CFCFCF;
    box-sizing: border-box;
    border-radius: 1px;
    font-family: "TenorSans";
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
  }
/* Header Bottom End*/

/* Header Bottom Start*/
.header__main-content{
  top: 71px;
    background: #fff;
    position: fixed;
    width: 100%;
    left: 0;
    min-height: 300px;
}
.header__main-bottom{
  position: fixed;
  max-height: 400px;
  width: 100%;
  height: 100%;
    left: 0;
}
.header__main-container{
  max-width: 1130px;
  margin: 41px auto 0;
  display: flex;
}
.header__content h3{
  font-family: "TenorSans";
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 26px;
  text-transform: uppercase;
}
.header__content{
    width: 25%;
    margin-left: 20px;
}
.header__content span{
  color: #000;
}
.header__content-center{
  margin: 12px 0 27px;
}
.header__content p{
  font-family: "Commissioner";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #777778;
}
.header__link-confirator{
  margin-top: 20px;
}
.header__link-confirator a{
  font-family: "TenorSans";
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 19px;
  color: #061626;
}
.header__link-confirator:hover a,.header__link-confirator:hover svg {
  margin-left: 5px;
}
.header__present-item h4{
  font-family: "Commissioner";
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.header__present{
  width: 76%;
  margin-left: 80px;
}
.header__present-box{
  display: flex;
    flex-wrap: wrap;
}
.header__present-item{
  margin: 0 8px 32px;
  width: 23%;
}
.header__present-item:last-child,.header__present-item:nth-child(4){margin-right: 0;}
.header__present-item:first-child,.header__present-item:nth-child(5) {margin-left: 0;}
/* Header Bottom End*/
.header__main-bottom{
  display: none;
  opacity: 0;
  transition: all 0.24s;
}
.menu__header-item:hover .header__main-bottom{
  display: flex;
  position: fixed;
  opacity: 1;
}
.header__present-lists{
  -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}
.header__present-list{
  margin-bottom: 18px;
  font-family: "Commissioner";
  font-weight: normal;
  font-size: 16px;
  line-height: 22px;
  color: #061626;
  margin-right: 76px;
}
.header__present-list:hover a{
  color: #777778;
}
.header__present-list a{
  color: #061626;
}
.header__present-item p{
  font-family: "Commissioner";
  font-weight: normal;
  font-size: 13px;
  line-height: 18px;
  color: #000000;
  margin: 8px 0;
}
.header__present-item .bold{
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}
@media (max-width: 1368px) {
  .header__link{
    margin-right: 10px;
  }
  .logo-header{
    margin-right: 10px;
    margin-left: 15px;
  }
  .header__link-whatsapp,.header__link-button{
    margin-left: 7px;
  }
    .header__link-phone a{
    font-size: 15px;
  }
}
@media (max-width: 1283px) {
  .header__link-phone a{
    font-size: 14px;
  }
  .menu__header-item{
    padding: 2px 6px;
    font-size: 14px;
  }
  .logo-header svg{
    width: 120px
  }
  .header__link-whatsapp, .header__link-whatsapp img{
    height: 30px !important;
  }

}
.header__main-content{
      box-shadow: 0 32px 28px 12px rgb(0 0 0 / 15%);
}
.menu__header{
  margin: 0 auto;
}
/*Header end*/

  .scroll div a{
    color: #061626;
    font-family: "Commissioner";
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #061626;
    font-weight: normal;
  }
  .scroll div{
    margin: 0 13px;
    width: max-content;
    border-bottom: 1px solid #2D2D2F;;
    padding: 4px 0;
  }
  .scroll{
    padding: 0;
    text-align: center;
    max-width: max-content;
      margin: 45px auto 0;
      display: flex;
  }
  @media (max-width: 855px) {
    .scroll div a{
      font-size: 11px;
      line-height: 13px;
      letter-spacing: 0.05em;
    }
  }
  @media (max-width: 755px) {
    .scroll{
      flex-direction: column;
      margin: 10px 0;
    }
    .scroll div{
      margin: 10px 0;
    }
  }


.home__slide figure{
    margin: 0;
  }
  .home__slide{
    position: relative;
  }
  .home__slide .glide__track{
    position: relative;
  }
  .home__slide .glide__slide img{
    width: 100%;
  }
  .home__slide  .glide__arrow{
    position: absolute;
    top: 50%;
    height: 52px;
    width: 52px;
    background: #FFFFFF;
    opacity: 0.8;
    border-radius: 100%;
    display: flex;
      justify-content: center;
      align-items: center;
  }
  .home__slide .glide__arrow--right{
    right: 32px;
  }
  .home__slide .glide__arrow--left{
    left: 32px;
  }
  .home__slide .glide__bullets{
    position: absolute;
    bottom: 26px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    text-align: center;
  }
  .home__slide .glide__bullet{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.11);
    height: 8px;
    width: 8px;
    border-radius: 100%;
    margin: 0 8px;
    padding: 0;
  }
   .home__slide .glide__bullet.glide__bullet--active{
    background: #2D2D2F;
  }

@media (min-width: 900px) {
  .platbands.mb-130{
    position: relative;
  }
    .platbands__info{
      position: absolute;
      padding: 0;
      margin: 0;
      top: 0;
      left: 0;
    }
}    


.header_link {
    display: flex;
    margin: 10px;
    position: absolute;
    right: 120px;
}

.header_link-phone {
margin-right: 10px;
}

@media screen and (min-width: 328px) and (max-width: 360px) {
.header_link-phone img {display:none;}
.header_link-whatsapp img {height: 32px;}
}
@media screen and (max-width: 327px) {
.header_link-phone img {display:none;}
.header_link {top:10px; right: 102px;}
.header_link-whatsapp img {height: 18px;}
}

@media screen and (max-width: 279px) {
	.header_link {display:none;}	
}

.mt {
margin-top: 46px;
}

.collecion_info a {
text-transform: uppercase;
    color: #061626;	
}

  .block__inner{
    position: relative;
  }
  .item_text-present{
    position: initial;
    width: auto;
  }
  .item-present:hover .item_text-present{
    opacity: 1;
  }

  @media (max-width: 1100px){
      .item-present:first-child, .item-present:nth-child(5){
        margin: 0px 12px 10px 0px;
      }
  }
  


/*********новая форма***********/
.contact-form{
    /*background: #fff;*/
    /*margin-top: 10%;*/
    margin-bottom: 5%;
    width: 70%;

	
}

.box-content form{
	text-align: -webkit-center;
}
.contact-form form .row{
    margin-bottom: -7%;
}
.contact-form h3{
    margin-bottom: 8%;
    margin-top: -10%;
    text-align: center;
    color: #0062cc;
}
.contact-form .btnContact {
    width: 100%;
    border: none;
    padding: 1.5%;
    background: #dc3545;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
}
.btnContactSubmit
{
    width: 50%;
    padding: 1.5%;
    color: #fff;
    background-color: #0062cc;
    border: none;
    cursor: pointer;
}

.first-section-d {
	padding-top: 10px;
	text-align: center;
}
ul.prav {
  margin-right: 20px;
}
ul.prav li {
  list-style: disc;
}
ul.prav li a  {
	color: #061626;
	font-family: "Commissioner";
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.05em;
	color: #061626;
	font-weight: normal;
  text-decoration: underline;
}
.ma a {
  color: #777778;
  text-decoration: underline;
}
.cookie {
  font-family: "Commissioner";
  display: none;
  justify-content: space-around;
  align-items: center;
  position: fixed;
  padding: .5rem;
  border-radius: 20px;
  left: 1rem;
  bottom: 1rem;
  width: 30rem;
  height: 5rem;
  border: 1px solid black;
  z-index: 10000;
  background: white;
  font-size: 16px;
}
.cookie button {
  font-size: 16px;
  display: inline-block;
  background: #E7E7E7;
  border-radius: 5px;
  padding: .5rem;
  cursor: pointer;
}
@media all and (max-width: 768px) {
  .cookie {
    width: 100%;
    bottom: 0;
    left: 0;
    border: none;
    border-top: 1px solid black;
    border-radius: 0;
    box-sizing: border-box;
  }
}
.max img {
	width: 35px;
	border-radius: 6px;
	margin-left: 10px;
}