

/* Start:/bitrix/templates/furniture_gray/components/bitrix/menu/top/style.css?1733402132581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/furniture_gray/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}




/* End */


/* Start:/bitrix/templates/furniture_gray/styles.css?1740976975548*/
img {border:0 none;}

h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif; 
	margin:1.3em 0 1em;
	font-weight:normal;
	line-height:1.2;
}

h1 { font-size:200%; margin:0 0 1em; }
h2 { font-size:160%; }
h3 { font-size:140%; }
h4 { font-size:140%; }
h5 { font-size:120%; }
h6 { font-size:100%; }

hr, .hr 
{
	border-top:1px solid;
	display:block;
	font-size:1px;
	height:1px;
	line-height:1px;
	margin:12px 0;
	overflow:hidden;
	padding:0;
}

#workarea ol li, #workarea ul li { margin: 0.6em 0; }
#workarea ul { list-style-type: disc; }
/* End */


/* Start:/bitrix/templates/furniture_gray/template_styles.css?175101802233363*/
@charset "UTF-8";

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html,
body {
  width: 100%;
  min-width: 320px;
  color: #151515;
  background: #F5F5F5;
  font: 16px/120% "Nunito Sans", sans-serif;
  cursor: default;
}

html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  height: auto !important;
  min-height: 100%;
  height: 100%;
  position: relative;
}

html,
body,
div,
applet,
object,
iframe,
blockquote,
pre,
abbr,
acronym,
address,
big,
select,
input,
textarea,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
dd,
dl,
dt,
fieldset,
form,
label,
legend,
caption,
h1,
h2,
h3,
h4,
h5 {
  font: 16px/120% "Nunito Sans", sans-serif;
  margin: 0;
  padding: 0;
  border: 0;
}

a img,
:link img,
:visited img {
  border: 0;
}

p {
  padding: 0px;
  margin: 0px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td {
  vertical-align: top;
}

a {
  cursor: pointer;
  outline: none;
  color: #151515;
  text-decoration: none;
  font: 16px/120% "Nunito Sans", sans-serif;
}

a:hover {
  text-decoration: none;
}

.cl:after {
  content: "";
  display: block;
  clear: both;
}

.hand {
  cursor: pointer;
}

.display_none {
  display: none;
}

input,
select,
textarea {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  outline: none;
  resize: none;
  overflow: auto;
}

ul {
  list-style: none;
}

ul.list {
  list-style: disc;
  padding: 0 0 0 30px;
  margin: 10px 0;
}

ol.list {
  list-style: auto;
  padding: 0 0 0 30px;
  margin: 10px 0;
}

ul.list li, ol.list li {margin: 0 0 10px;}

/* site styles */
.footer,
.site_content,
.header {
  max-width: 1230px;
  padding: 0 15px;
  margin: 0 auto;
}

body {
  padding-top: 25px;
}

body.no_scroll {
  overflow: hidden;
}

header.scroll {
	position: fixed;
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
	background: #fff;
	margin: auto;
	z-index: 50;
	top: 0px;
	left: 0px;
	right: 0px;
}

.header {
  max-width: 1330px;
  width: calc(100% - 30px);
  position: relative;
  background: #F5F5F5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  padding: 24px 45px;
  margin-bottom: 100px;
}

header.scroll .header {
	 box-shadow: none;
	 border-radius: 0;
	 margin: auto;
	 border: none
}

@media only screen and (min-width: 1024px) {
	header.scroll .header .header_top {display: none;}
}

.header_top {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 45px;
}

.burger {
  display: none;
  position: absolute;
  z-index: 60;
  width: 30px;
  height: 18px;
  right: 23px;
  top: 26px;
}

.burger.opened span {
  height: 0;
}

.burger.opened span:before {
  top: 50%;
  transform: rotate(-45deg);
}

.burger.opened span:after {
  top: 50%;
  transform: rotate(45deg);
}

.burger:hover {
  opacity: 0.7;
}

.burger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #434343;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 8px;
}

.burger span:before {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #434343;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: -8px;
  transition: 0.3s;
}

.burger span:after {
  display: block;
  content: "";
  width: 100%;
  height: 3px;
  background: #434343;
  border-radius: 40px;
  position: absolute;
  left: 0;
  top: 8px;
  transition: 0.3s;
}

.ht_left {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.logo {
  font-size: 39px;
  line-height: 34px;
  font-family: "PT Sans";
  font-weight: 700;
  color: #D72225;
  text-transform: uppercase;
}

.ht_address {
  font-size: 20px;
  line-height: 20px;
  letter-spacing: -0.2px;
  color: #8A8A8A;
  font-weight: 700;
  font-family: "PT Sans";
  text-transform: uppercase;
}

.ht_age {
  font-size: 14px;
  line-height: 14px;
  letter-spacing: 1.7px;
  font-family: "PT Sans";
  font-weight: 700;
  color: #D72225;
}

.t_menu {
  max-width: 416px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 50px;
  padding: 30px 45px;
  background: #C9DBDB;
  border-radius: 100px;
}

.t_menu__link {
  font-size: 20px;
  font-family: "Inter";
  color: #000;
  transition: 0.3s;
}

.t_menu__link:hover {
  color: #D72225;
}

.ht_contacts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}

.ht_tel {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.ht_socials,
.pc_socials {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.ht_socials>a,
.pc_socials>a {
  transition: 0.3s;
}

.ht_socials>a.telegram,
.pc_socials>a.telegram {
  width: 36px;
  height: 36px;
}

.ht_socials>a.telegram img,
.pc_socials>a.telegram img{
  width: 100%;
  height: 100%;
}

.ht_socials > a.whatsapp,
.pc_socials > a.whatsapp {
  width: 36px;
  height: 36px;
}

.ht_socials > a.whatsapp img,
.pc_socials > a.whatsapp img{
  width: 100%;
  height: 100%;
}

.ht_socials>a:hover,
.pc_socials>a:hover {
  opacity: 0.7;
}

.htt_head {
  font-size: 16px;
  color: #000;
  font-weight: 700;
  margin-bottom: 7px;
}

.htt_text {
  font-size: 16px;
  color: #000;
}

.header_bot {
  gap: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menu {
  display: flex;
  gap: 35px;
}

.menu__item .menu__link {
  font-size: 18px;
  transition: 0.3s;
  font-weight: 600;
}

.menu__item .menu__link:hover {
  color: #D72225;
}

.menu__item.selected > .menu__link {
  text-decoration: underline;
  color: #D72225;
}

.hbn_pop {
  position: relative;
}

.hbn_pop > .menu__link {
  padding-right: 33px;
  padding-bottom: 15px;
}

.hbn_pop > .menu__link:after {
  display: block;
  content: "";
  width: 15px;
  height: 9px;
  background: url(/bitrix/templates/furniture_gray/./images/chev_15x9.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.sub_menu {
  display: none;
  flex-direction: column;
  gap: 15px;
  width: 100%;
  padding: 20px;
  background: #F5F5F5;
  border: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: absolute;
  z-index: 100;
  left: 0;
  top: 30px;
}

.sub_menu__link {
  font-size: 16px;
  transition: 0.3s;
  font-weight: 600;
}

.sub_menu__link:hover {
  color: #D72225;
}

.hb_btn {
  display: block;
  width: 100%;
  max-width: 312px;
  height: 46px;
  background: #D72225;
  border-radius: 40px;
  text-align: center;
  font-size: 20px;
  line-height: 46px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  color: #fff;
  font-family: "PT Sans";
  transition: 0.3s;
}

.hb_btn:hover {
  opacity: 0.7;
}

.h_mob {
  display: none;
  width: 100%;
  height: 100dvh;
  padding-bottom: 30px;
  overflow: auto;
  background: #646464;
  position: absolute;
  z-index: 50;
  left: 0;
  top: 0;
}

.hm_top {
  background: #D9D9D9;
  padding: 20px 20px 35px;
}

.hm_top .ht_tel {
  display: inline-block;
  font-size: 16px;
  margin-bottom: 12px;
}

.hm_top .ht_time {
  display: block;
  padding-left: 65px;
}

.hm_top .ht_time .htt_head {
  font-size: 14px;
}

.hm_top .ht_time .htt_text {
  font-size: 14px;
}

.hm_top .ht_socials,
.hm_top .pc_socials {
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: absolute;
  left: 20px;
  top: 50px;
}

.hm_bot {
  padding: 30px 20px;
}

.hm_bot .hb_btn {
  display: block;
  max-width: 450px;
  margin: 0 auto;
  font-size: 20px;
  margin-bottom: 30px;
}

.hm_bot .ht_nav {
  display: block;
  margin-bottom: 40px;
}

.hm_bot .t_menu {
  max-width: unset;
  margin: unset;
  display: block;
  padding: unset;
  background: unset;
  border-radius: unset;
}

.hm_bot .t_menu__item {
  display: block;
  margin-bottom: 20px;
}

.hm_bot .t_menu__link {
  font-size: 24px;
  text-decoration: underline;
}

.hm_bot .t_menu__link:hover {
  text-decoration: none;
}

.hm_bot .menu {
  display: block;
}

.hm_bot .menu__item {
  display: block;
  margin-bottom: 15px;
}

.hm_bot .menu__item.hbn_pop .menu__link.opened {
  text-decoration: none;
}

.hm_bot .menu__item.hbn_pop .menu__link.opened:after {
  transform: rotate(180deg);
}

.hm_bot .menu__item.hbn_pop .menu__link:after {
  display: inline-block;
  vertical-align: top;
  content: "";
  width: 15px;
  height: 9px;
  position: static;
  transform: translateY(0);
  filter: brightness(10000%);
  margin: 7px 0 0 15px;
}

.hm_bot .menu__link {
  font-size: 20px;
  color: #fff;
  text-decoration: underline;
}

.hm_bot .menu__link:hover {
  text-decoration: none;
}

.hm_bot .sub_menu {
  display: none;
  padding: 10px 0 0 10px;
  background: unset;
  border: unset;
  box-shadow: unset;
  position: static;
}

.hm_bot .sub_menu__item {
  display: block;
  margin-bottom: 10px;
}

.hm_bot .sub_menu__link {
  font-size: 18px;
  color: #fff;
  text-decoration: underline;
}

.hm_bot .sub_menu__link:hover {
  text-decoration: none;
}

h1 {
  font-size: 40px;
  line-height: 130%;
  font-weight: 900;
  margin-bottom: 25px;
}

.mt_text {
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
}

.mt_text_2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 40px;
}

.mt_text_red {
  color: #D72225;
}

.mt_bot {
  display: flex;
  gap: 90px;
}

.video {
  max-width: 600px;
  width: 100%;
  min-height: 475px;
  background: #000;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.video img {
  display: block;
  cursor: pointer;
}

.video_push_16_9 {
  padding-top: 65.25%;
}

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

#popup {
	position: fixed;
	z-index: 111;
	background: #F5F5F5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
	top: 50%;
    left: 50%;
}

.fon:before {
	content: '';
	position: fixed;
	z-index: 110;
	opacity: 0.3;
	background: #000;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	height: 100%;
    width: 100%;
}

#popup .close {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	border: none;
	color: #fff;
	background: #D72225;
	cursor: pointer;
	padding: 5px 10px;
    border-radius: 0 10px 0 0;
}

#popup .f_head, #popup .f_body, #popup .f_foot {
	padding: 24px 45px;
}

#popup .f_input {
	margin-bottom: 20px;
}

#popup .f_title {
	display: block;
    margin-bottom: 10px;
}

#popup .f_input input[type="text"] {
    display: block;
    width: 100%;
    height: 50px;
    background: #EAEAEA;
    border-radius: 10px;
    padding: 0 20px;
    font-size: 20px;
}

#popup .btn {
	line-height: 20px;
	font-size: 16px;
    padding: 10px;
	height: auto;
	margin: 0 0 15px;
}

.f_area {
  height: 170px;
  padding: 10px 20px;
}

.btn {
  display: block;
  width: 100%;
  max-width: 407px;
  height: 80px;
  background: #D72225;
  box-shadow: 4px 4px 4px rgba(144, 62, 62, 0.15);
  border-radius: 10px;
  font-size: 24px;
  line-height: 80px;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  text-align: center;
  transition: 0.3s;
}

.btn:hover {
  opacity: 0.7;
}

.f_conf {
  font-size: 12px;
  font-weight: 300;
  color: #5C5C5C;
}

.f_conf > a {
  font-size: 12px;
  font-weight: 300;
  color: #5C5C5C;
  transition: 0.3s;
}

.f_conf>a:hover {
  color: #000;
  text-decoration: underline;
}

.section_site {
  margin-bottom: 100px;
}

.section-title {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 40px;
}

.section-title-2 {
	font-size: 30px;
	font-weight: 600;
	margin-bottom: 40px;
}

.tabs_block {
  text-align: center;
  margin-bottom: 35px;
}

.tabs {
  display: inline-block;
  background: #EAEAEA;
  border-radius: 40px;
  padding: 6px 10px;
  margin-bottom: 50px;
}

.tabs .tab {
  display: inline-block;
  padding: 0 45px;
  height: 66px;
  border-radius: 40px;
  font-size: 24px;
  line-height: 66px;
  text-align: center;
  cursor: pointer;
}

.tabs .tab.active {
  background: #D72225;
  color: #fff;
}

.tab_item {
  display: flex;
  gap: 22px;
  flex-wrap: wrap;
}

.tab_item>a {
  font-size: 24px;
  min-width: 130px;
  text-align: center;
  line-height: 120%;
  padding: 12px 10px;
  background: #EAEAEA;
  border-radius: 10px;
  transition: 0.3s;
}

.tab_item>a:hover {
  background: #D72225;
  color: #fff;
}

.cat_link {
  text-align: center;
}

.cat_link>a {
  font-size: 24px;
  color: #313030;
  text-decoration: underline;
}

.cat_link>a:hover {
  text-decoration: none;
}



.pc_all {
  margin: 0 auto;
  cursor: pointer;
}

.ww_items {
  padding-right: 65px;
}

.ww_item {
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}

.wwi_name {
  max-width: 260px;
  width: 100%;
  background: #fff;
  padding: 30px 25px;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 600;
  color: #000;
  filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(2px 2px 4px #EEEDED);
}

.wwi_tri {
  display: block;
  width: 29px;
  height: 29px;
}

.wwi_text {
  max-width: 700px;
  width: calc(100% - 350px);
  font-size: 20px;
  line-height: 24px;
  color: #000;
  font-family: "Inter";
}

.docs_items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 30px;
}

.docs_item {
  display: block;
  text-align: center;
}

.feedback {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}

.feedback>div {
  width: calc(50% - 35px);
}

.rev_slider .owl-dots,
.thx_slider .owl-dots {
  display: none;
}

.rev_slider>div,
.thx_slider>div {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}

.rev_slider>div img,
.thx_slider>div img {
  display: block;
  width: 100%;
}

.owl-prev,
.owl-next {
  display: block;
  width: 50px;
  height: 50px;
  background: url(/bitrix/templates/furniture_gray/./images/dir.png) 0 0 no-repeat !important;
  border: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}

.owl-prev:hover,
.owl-next:hover {
  opacity: 0.7;
}

.owl-prev>span,
.owl-next>span {
  display: none !important;
}

.owl-prev {
  left: -25px;
}

.owl-next {
  transform: translateY(-50%) rotate(180deg);
  right: -25px;
}

.s_content {
  position: relative;
}

.s_content i {
  font-size: 22px;
  position: absolute;
  left: 50%;
  top: 50%;
}

h3 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
}

.d_content {
  display: flex;
  gap: 90px;
}

.dc_img > img {
	display: block;
	border-radius: 20px;
}

.director_form {
  max-width: 450px;
}

footer {
  background: #EAEAEA;
  padding: 70px 0;
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 80px 30px;
  color: #000;
}

.fc_head {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}

.f_list>li {
  display: block;
  font-size: 18px;
  margin-bottom: 2px;
}

.f_list>li>a {
  font-size: 18px;
  text-decoration: underline;
}

.f_list>li>a:hover {
  text-decoration: none;
}

.f_2_list {
  display: flex;
  gap: 30px;
}

.fc_head_2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
}

.f_time {
  margin: 20px 0;
  font-size: 18px;
  line-height: 18px;
}

.f_address {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 0
}

.ad_top p {
  margin-bottom: 20px;
  line-height: 130%;
}

.ad_content h2 {
  margin-bottom: 40px;
  font-size: 40px;
  font-weight: 600;
  line-height: 54.56px;
  text-align: left;

}

.df_top {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 35px;
  margin-bottom: 25px;
}

.dft_select {
  width: 100%;
  max-width: 150px;
  position: relative;
  z-index: 5;
}

.dft_select.long {
  max-width: 260px;
  z-index: 3;
}

.dft_select:nth-child(2) {
  z-index: 4;
}

.dfts_head {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  margin-bottom: 2px;
}

.selectbox {
  width: 100%;
  vertical-align: middle;
  position: relative;
  cursor: pointer;
}

.selectbox .select {
  width: 100%;
  height: 50px;
  padding: 0 25px 0 10px;
  background: #EAEAEA;
  border-radius: 10px;
  position: relative;
}

.selectbox .select:after {
  display: block;
  content: "";
  width: 15px;
  height: 9px;
  background: url(/bitrix/templates/furniture_gray/./images/chev_15x9.svg) center no-repeat;
  background-size: cover;
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
}

.selectbox .select .text {
  display: block;
  color: #333;
  font-size: 18px;
  line-height: 50px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.selectbox ul.dropdown {
  top: 50px;
  width: 100%;
  margin: 0;
  background: #EAEAEA;
  border-radius: 10px;
}

.selectbox ul.dropdown li {
  color: #333;
  font-size: 18px;
  padding: 10px;
}

.selectbox ul.dropdown li:hover,
.selectbox ul.dropdown li.selected {
  background: #D72225;
  color: #fff;
}

.dft_search {
  max-width: 180px;
  width: 100%;
  height: 50px;
  background: #D72225;
  border-radius: 10px;
  color: #000;
  text-align: center;
  font-size: 20px;
  line-height: 50px;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  transition: 0.3s;
}

.dft_search:hover {
  color: #fff;
}

.df_map {
  height: 410px;
  background: #B6B6B6;
  border-radius: 10px;
  position: relative;
}

.df_map:before {
  display: block;
  content: "Интерактивная карта Москвы";
  width: 100%;
  text-align: center;
  font-size: 18px;
  line-height: 120%;
  color: #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.df_map>* {
  position: relative;
  z-index: 1;
}

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

/* MEDIA QUERIES*/
@media only screen and (max-width: 1300px) {
  .header {
    padding: 15px 20px;
  }

  .t_menu {
    gap: 25px;
    padding: 20px;
  }
  .menu__item .menu__link {
	  font-size: 16px;
  }

  .ht_tel {
    font-size: 16px;
  }

  .header_top {
    margin-bottom: 20px;
  }

  .menu {
    gap: 20px;
  }

  .t_menu__link {
    font-size: 15px;
  }

  .hb_btn {
    font-size: 14px;
    max-width: 200px;
  }

  .brands_list>img {
    width: 100%;
  }
}

/*1300*/
@media only screen and (max-width: 1200px) {

  .mt_bot,
  .d_content {
    gap: 30px;
  }

  .ai_text {
    font-size: 18px;
  }

  .f_text>span {
    font-size: 24px;
  }

  .btn {
    font-size: 26px;
  }

  .tab_item {
    justify-content: center;
  }
}

/*1200*/
@media only screen and (min-width: 1024px) {
  .hb_nav>ul>li.hbn_pop:hover>ul {
    display: flex;
  }

  .hb_nav>ul>li.hbn_pop:hover>a:after {
    transform: translateY(-50%) rotate(180deg);
  }

  .hbn_pop:hover .sub_menu {
    display: flex;
  }

  .hbn_pop:hover .sub_menu .sub_menu__link:after {
    transform: translateY(-50%) rotate(180deg);
  }
}

/*+1024*/
@media only screen and (max-width: 1024px) {
  body {
    padding-top: 0;
  }

  .header {
    width: auto;
    padding: 0 15px;
    background: unset;
    border: unset;
    box-shadow: unset;
	
	
  }
  
  .header.scroll {
	background: #f5f5f5;
	box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
  }

  .ht_nav,
  .ht_contacts,
  .ht_time,
  .header_bot {
    display: none;
  }

  .burger {
    display: block;
  }

  .ht_left {
    padding-top: 8px;
  }

  .section-title {
    font-size: 30px;
  }

  .p_cards {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px 30px;
  }

  .docs_items {
    gap: 30px 20px;
  }

  .feedback {
    flex-direction: column;
    gap: 60px;
  }

  .feedback>div {
    width: 100%;
  }

  .rev_slider,
  .thx_slider {
    padding: 0 15px;
  }

  .owl-prev,
  .owl-next {
    width: 30px;
    height: 30px;
    background-size: cover !important;
  }

  .owl-prev {
    left: 0;
  }

  .owl-next {
    right: 0;
  }

  .footer {
    flex-wrap: wrap;
    max-width: 600px;
  }

  .fc_1 {
    width: calc(60% - 40px);
    order: 2;
  }

  .fc_2 {
    width: 100%;
    order: 1;
  }

  .fc_3 {
    width: calc(40% - 40px);
    order: 3;
  }

  .df_top {
    flex-wrap: wrap;
    gap: 30px;
  }

  .dft_select {
    width: calc(30% - 15px);
    max-width: unset;
  }

  .dft_select.long {
    max-width: unset;
    width: calc(40% - 30px);
  }

  .ww_items {
    padding-right: 0;
  }
}

/*1024*/
@media only screen and (max-width: 768px) {

  .content h2 {
    font-size: 22px;
    line-height: 30px;
  }
  .content h3 {
    font-size: 20px;
    line-height: 28px;
  }
  .ht_left {
    gap: 0;
  }

  .logo {
    font-size: 27px;
	line-height: 20px;
  }

  .ht_address {
    font-size: 14px;
  }

  .ht_age {
    font-size: 12px;
	letter-spacing: normal;
  }

  h1 {
    font-size: 24px;
  }

  .mt_text {
    font-size: 16px;
  }
  
  .mt_text_2 {
    font-size: 14px;
  }

  .mt_bot {
    flex-direction: column;
  }

  .video {
    margin: 0 auto;
    min-height: 260px;
  }

  .callback_form {
    max-width: 600px;
    margin: 0 auto;
  }

  .f_head {
    font-size: 18px;
  }

  .f_head br {
    display: none;
  }

  .f_text {
    display: inline-block;
    padding: 0 10px;
  }

  .f_text > span {
    font-size: 18px;
  }

  .f_input,
  .f_area {
    font-size: 16px;
  }

  .btn {
    height: 68px;
    line-height: 68px;
    font-size: 22px;
  }

  .f_conf {
    font-size: 10px;
  }

  .f_conf > a {
    font-size: 10px;
  }

  .section-title {
    font-size: 22px;
	line-height: 26px;
  }

  .tabs {
    display: flex;
    justify-content: center;
    margin: 0 auto 30px;
    max-width: 430px;
  }

  .tabs .tab {
    font-size: 18px;
    line-height: 120%;
    height: unset;
    padding: 6px 20px;
  }

  .tab_item > a {
    font-size: 18px;
	line-height: 24px;
    padding: 10px;
  }

  .cat_link > a {
    font-size: 20px;
	line-height: 24px;
  }

  .ww_item {
    flex-direction: column;
    align-items: flex-start;
  }

  .wwi_name {
    font-size: 18px;
    padding: 15px 20px;
    max-width: unset;
    width: unset;
  }

  .wwi_tri {
    transform: rotate(90deg);
    margin-left: 10px;
  }

  .wwi_text {
    max-width: 100%;
    width: 100%;
  }

  .docs_items {
    grid-template-columns: repeat(2, 1fr);
  }

  .brands_list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px 20px;
  }

  .brands_list>img {
    width: unset;
    max-width: 130px;
  }

  .d_content {
    flex-direction: column;
    max-width: 600px;
    margin: 40px auto 0;
  }

  .dc_img>img {
    width: 100%;
  }

  .director_form {
    max-width: 600px;
  }
}

/*768*/
@media only screen and (max-width: 670px) {
  .p_cards {
    grid-template-columns: repeat(1, 1fr);
  }

  .p_card {
    max-width: 400px;
    margin: 0 auto;
  }
}

/*670*/
@media only screen and (max-width: 550px) {
  .fc_1 {
    width: 100%;
    order: 1;
  }

  .fc_2 {
    width: 100%;
    order: 2;
  }

  .fc_3 {
    width: 100%;
    order: 3;
  }

  .df_top {
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 10px;
    align-items: flex-start;
  }

  .dft_select {
    width: 100%;
    max-width: 150px;
  }

  .dft_select.long {
    width: 100%;
    max-width: 260px;
  }

  .i2_slider_block {
    width: 100%;
    max-width: 260px;
    margin-top: 10px;
  }
}

/*550*/
@media only screen and (max-width: 480px) {
  .docs_items {
    grid-template-columns: repeat(1, 1fr);
  }

  .f_2_list {
    flex-direction: column;
    gap: 20px;
  }
}

/*480*/
@media only screen and (max-width: 380px) {
  .f_submit {
    font-size: 18px;
  }

  .hm_bot .menu__link {
    font-size: 18px;
  }
}

/*380*/

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


.partners-content-1 {background: #F5F5F5; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px;}
.partners-content-1 > div {padding: 24px;}
.partners-content-1 .content-1 {
	font-size: 20px;
}
.partners-content-1 .content-2 {
	position: relative;
	z-index: 1;
}
.partners-content-1 .content-2 > div {
	
}
.partners-content-1 .content-2 > div:before {
	content: '';
	background: #C9DBDB;
	width: 100%;
    position: absolute;
    z-index: -1;
    height: 100%;
    left: 0;
    top: 0;
	border-radius: 0 0 10px 10px;
}
.partners-content-1 .content-2 .callbackwidget {
	font-size: 24px;
	text-decoration: none;
	color: #151515;
}

@media only screen and (min-width: 1024px) {
	.partners-content-1 {display: flex;}
	.partners-content-1 .content-1 {width: 60%}
	.partners-content-1 .content-2 {width: 40%}
	.partners-content-1 .content-2 > div:before {border-radius: 0 10px 10px 0;}
}

.partners-content-2 > div {
	display: flex;
	align-items: center;
    gap: 20px;
	margin: 0 0 20px;
	background: #F5F5F5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
	padding: 24px;
}

.partners-content-2 img {
	width: 31px;
	height: 25px;
}
.partners-content-2 span {
	font-size: 20px;
	line-height: 24px;
	font-weight: 700;
}

@media only screen and (min-width: 1024px) {
	.partners-content-2 {
		display: flex;
		flex-wrap: wrap;
		gap: 20px;
	}
	
	.partners-content-2 > div {
		width: calc(25% - 15px);
		margin: 0;
	}
}
.partners-content-3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
}
.partners-content-3 a {
	display: block;
	text-decoration: underline;
}
.partners-content-3 .whatsapp, .partners-content-3 .telegram {
	height: 36px;
	width: 36px;
}
.partners-content-3 .qr {
	max-width: 100px;
	max-height: 100px;
}
.partners-content-3 > div {
	width: 100%;
}
.partners-content-3 img {
	display: block;
	width: 100%;
}
.partners-content-3 > img {
	display: none;
	width: auto;
	height: auto;
}

@media only screen and (min-width: 1024px) {
	.partners-content-3 {gap: 15px;}
	.partners-content-3 > img {display: block}
	.partners-content-3 > div {
		width: 50%;
		font-size: 30px;
	}
}

.contact-content-1 .map {
	margin: 0 0 20px;
	border-radius: 10px;
    overflow: hidden;
}

.contact-content-1 .contact .phone {
	font-size: 24px;
	line-height: 30px;
	margin: 0 0 10px;
    display: block;
}

.contact-content-1 .contact > p {
	margin: 0 0 10px;
}

@media only screen and (min-width: 1024px) {
	.contact-content-1 {
		display: flex;
		gap: 20px;
	}

	.contact-content-1 .map {
		width: 60%;
		margin: 0;
	}

	.contact-content-1 .contact {
		width: 40%;
	}
}

.contact-content-2 {
	
}
.contact-content-2 > div {
	text-align: center;
	background: #F5F5F5;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
	padding: 24px;
}
.contact-content-2 .title {
	margin: 0 0 20px;
	font-size: 24px;
}

.contact-content-2 .phone {
	margin: 0 0 10px;
	font-size: 18px;
	font-weight: 700;
}
.contact-content-2 .email {
	display: block;
	color: #28a8e9;
	margin: 0 0 10px;
}
.contact-content-2 .social {
	margin: 0 0 10px;
}

@media only screen and (min-width: 1024px) {
	.contact-content-2 {
		display: flex;
		justify-content: space-between;
		gap: 20px;
	}
	.contact-content-2 > div {
		width: 30%
	}
}

.timer {
	border-bottom: 2px solid #D72225;
	margin-bottom: 40px;
	font-size: 40px;
	line-height: 40px;
	color: #D72225;
	font-weight: 700;
	padding: 10px 0;
	display: flex;
    justify-content: space-between;
}

.timer span {
	display: block;
}

.timer span:first-child {
	color: #000;
	font-size: 24px;
	width: 70%;
}

.predlozheniya-content-1 {
	text-align: center;
	background: #C9DBDB;
	color: #000;
	font-weight: 600;
	font-size: 30px;
	line-height: 34px;
	padding: 24px;
	border-radius: 20px;
	filter: drop-shadow(6px 6px 16px rgba(0, 0, 0, 0.25)) drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25)) drop-shadow(2px 2px 4px #EEEDED);
}

.predlozheniya-content-2 {
	background: #FFFFFF;
	border-radius: 20px;
	font-weight: 600;
	padding: 24px;
	color: #000;
}

.predlozheniya-content-2 span {
	display: block;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 15px;
}


.likvid-content-1 .content {display: flex; margin: 0 0 20px; width: 100%; align-items: center; gap: 20px;}
.likvid-content-1 .content-1 {width: 60%; color: #000; font-size: 30px; line-height: 38px; font-weight: 700;}
.likvid-content-1 .content-2 {width: 40%; color: #D72225; font-size: 34px; line-height: 38px; font-weight: 900; text-align: right;}
.likvid-content-1 .content-3 {width: 100%; font-style: italic; font-size: 20px; line-height: 24px;}

.likvid-content-2 {display: flex; align-items: center; gap: 20px; background: #F5F5F5; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 24px;}
.likvid-content-2 .content-1 {width: 65%; font-size: 24px; }
.likvid-content-2 .content-2 {display: flex; flex-wrap: wrap; justify-content: space-between; gap: 10px; width: calc(35% + 48px); background: #C9DBDB; padding: 40px; margin: -24px -24px -24px 0; border-radius: 10px;}
.likvid-content-2 .content-2 div:first-child {font-weight: 700; width: 100%}
.likvid-content-2 .content-2 img {max-width: 100%; max-height: 100%;}

.likvid-content-3 {border-left: 5px solid #D72225; padding: 0 0 0 40px; margin: 0 0 40px;}
.likvid-content-3 > p {display: block; font-weight: 700; background: #982B1533; padding: 24px; border-radius: 10px; font-size: 20px; line-height: 24px;}

.likvid-content-4 {display: flex; gap: 20px;}
.likvid-content-4 .content {width: 33%; background: #F5F5F5; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 24px 45px; margin: 0;}
.likvid-content-4 .content-1 {display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 20px; line-height: 24px; font-weight: 700;}
.likvid-content-4 .content-1 img {display: block; max-width: 100%; height: 30px; width: 30px;}
.likvid-content-4 .content-1 span {display: block;}
.likvid-content-4 .content-2 {font-size: 20px; line-height: 24px;}

.likvid-content-5 {display: flex; gap: 20px;}
.likvid-content-5 .content {width: 33%;background: #E2CDC880; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25); border-radius: 10px; padding: 24px; margin: 0;}
.likvid-content-5 .content-1 {display: flex; align-items: center; gap: 10px; margin: 0 0 24px; font-size: 20px; line-height: 24px; font-weight: 700;}
.likvid-content-5 .content-2 {font-size: 18px; line-height: 24px;}

.likvid-content-6 {padding: 0 40px 0 0; margin: 0 0 40px; position: relative;}
.likvid-content-6 > p {display: block; font-weight: 700; background: #78A55A33; padding: 24px; border-radius: 10px; font-size: 20px; line-height: 24px; }
.likvid-content-6 > p:after {content: ''; position: absolute; top: calc(50% - 20px); right: 0; width: 5px; height: 40px; z-index: 1; background: #78A55A; }


.section-gift {}
.section-gift .item {display: flex; align-items: center; gap: 20px; margin: 0 0 20px; background: #F5F5F5; border: 1px solid rgba(255, 255, 255, 0.2); box-shadow: 6px 6px 16px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);border-radius: 10px; padding: 24px;}
.section-gift .item img {display: block; max-width: 100%;}
.section-gift .item span {display: block;}

@media only screen and (min-width: 1024px) {
	.section-gift {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		gap: 20px;
	}
	.section-gift .item {
		width: calc(33.33% - 20px); margin: 0;
	}
}
.give-gift-banner {
	background: #C9DBDB;
	color: #fff;
	padding: 20px;
	border-radius: 20px;
	font-weight: 800;
	font-size: 36px;
	text-align: center;
	margin-bottom: 40px;
}
.filter-map {
	margin: 0 0 40px;
}
.filter-map .filter-map-item {
	width: 100%;
	margin: 0 0 20px;
}
.filter-map .filter-map-item span {
	display: block;
	margin: 0 0 10px;
}
.filter-map .filter-map-item .filter-map-item-price {
	display: flex; gap: 5px;
}
.filter-map .filter-map-item .filter-map-item-price input {
	width: 49%; display: block; vertical-align: middle; line-height: 20px; font-size: 14px; padding: 12px 10px; border-radius: 10px;
}
.filter-map .filter-map-item select {
	width: 100%; display: block; line-height: 20px; font-size: 14px; padding: 12px 10px; border-radius: 10px;
}
.filter-map .filter-map-item .btn {
	line-height: 14px;
    font-size: 14px;
    height: auto;
	padding: 15px 10px;
	margin: 0;
	cursor: pointer;
}

@media only screen and (min-width: 1024px) {
	.filter-map {display: flex; gap: 10px; align-items: flex-end;}
	.filter-map .filter-map-item {width: 20%; margin: 0;}
}

.windowCookie {position: fixed; font-family: "PT Sans"; text-align: center; z-index: 110; bottom: 0; left: 0; max-width: 1000px; background: #fff; padding: 26px 36px; border: 1px solid #cbcbcb; box-shadow: 0px -1px 10px 3px #5555555c;}
.windowCookie p {display: block; margin: 0 0 20px; text-align: left;}
.windowCookie p:first-child {font-size: 18px; font-weight: 600;}
.windowCookie button {display: inline-block; height: 46px; border: none; width: 230px; background: #D72225; border-radius: 40px; text-align: center; font-size: 20px; line-height: 46px; text-transform: uppercase; font-weight: 700; color: #fff; cursor: pointer; transition: 0.3s;}
@media only screen and (min-width: 1024px) {
	.windowCookie {left: 50%; transform: translate(-50%, 0);}
}
/* End */


/* Start:/bitrix/css/main/themes/red/style.css?1580235755383*/
.bx-red .btn.btn-default {
	outline: none;
	background-color: #da3737;
	border-color: #da3737;
	color: #FFF;
}
.bx-red .btn.btn-default:hover {
	outline: none;
	background-color: #e48d8d;
	border-color: #e48d8d;
	color: #FFF;
}
.bx-red .btn.btn-default:active {
	outline: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
			box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
/* End */
/* /bitrix/templates/furniture_gray/components/bitrix/menu/top/style.css?1733402132581 */
/* /bitrix/templates/furniture_gray/styles.css?1740976975548 */
/* /bitrix/templates/furniture_gray/template_styles.css?175101802233363 */
/* /bitrix/css/main/themes/red/style.css?1580235755383 */
