

/* Start:/local/templates/there-are-doors/components/bitrix/menu/header-menu/style.css?1744095305622*/
/* MIXINS */
/* border radius */
/* size */
/* letter spacing */
/* transition */
/* reset */
/* mediaqueries */
.header-menu {
  align-items: baseline;
  display: flex;
}
.header-menu__item {
  display: block;
  margin-right: 40px;
}
.header-menu__item:last-child {
  margin-right: 0;
}
.header-menu__link {
  text-decoration: none;
}
.header-menu__link:hover {
  text-decoration: none;
}
.header-menu__link._current {
  position: relative;
}
.header-menu__link._current:after {
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -4px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
}

/* End */


/* Start:/local/templates/there-are-doors/components/bitrix/menu/header-mobile-menu/style.css?1744095305647*/
/* MIXINS */
/* border radius */
/* size */
/* letter spacing */
/* transition */
/* reset */
/* mediaqueries */
.header-mobile-menu {
  display: block;
}
.header-mobile-menu__item {
  display: block;
  margin: 0 0 22px;
}
.header-mobile-menu__item:last-child {
  margin-bottom: 0;
}
.header-mobile-menu__link {
  text-decoration: none;
}
.header-mobile-menu__link:hover {
  text-decoration: none;
}
.header-mobile-menu__link._current {
  position: relative;
}
.header-mobile-menu__link._current:after {
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -4px;
  content: '';
  display: block;
  left: 0;
  position: absolute;
}


/* End */


/* Start:/local/templates/there-are-doors/components/palax/frontend/socials/style.css?1687183560559*/
/* MIXINS */
/* border radius */
/* size */
/* letter spacing */
/* transition */
/* reset */
/* mediaqueries */
.socials {
  align-items: center;
  display: flex;
  justify-content: flex-start;
}
.socials__item {
  display: block;
  margin: 0 15px 0 0;
}
.socials__item:last-child {
  margin-right: 0;
}
.socials__link {
  height: 23px;
  width: 23px;
  transition: all var(--trs-speed);
  display: block;
  text-decoration: none;
}
.socials__link:hover {
  text-decoration: none;
}
.socials__link .icon {
  height: 100%;
  width: 100%;
  display: block;
}


/* End */


/* Start:/local/templates/there-are-doors/components/bitrix/menu/footer-menu/style.css?1744095305725*/
/* MIXINS */
/* border radius */
/* size */
/* letter spacing */
/* transition */
/* reset */
/* mediaqueries */
.footer-menu {
  display: block;
}
.footer-menu__item {
  display: block;
  margin-bottom: 0.8em;
  font-family: var(--font-title);
}
.footer-menu__item:last-child {
  margin-bottom: 0;
  font-family: var(--font-title);
}
.footer-menu__link {
  text-decoration: none;
  font-family: var(--font-title);
}
.footer-menu__link:hover {
  text-decoration: none;
}

.footer__title a {
  font-size: 18px !important;
  font-family: var(--font-title);
}
.footer__titl a{ 
  font-size: 18px;
  font-family: var(--font-title);
  
}
.footer__titl{
  font-size: 18px;
  margin-bottom: 30px;
  font-family: var(--font-title);
}
/* End */


/* Start:/local/templates/there-are-doors/styles.css?17339046071120*/
.header-menu__link{
    font-weight: 500;
}

.footer__title{
    font-size: 18px;
    font-family: var(--font-title);
}
header{
    font-family:"Montserrat", sans-serif;
}

header a{
    font-family:"Montserrat", sans-serif;
}


.footer__column{
    letter-spacing: .04em;
    max-width: 230px !important;
}
.footer__wrapper{
    text-transform:none !important;
}
.footer a{
    text-transform:none !important;
    letter-spacing: unset;

}
.main-title{
    color: black;
    font-weight: 500;
}
.sale-order-detail-payment-options-methods-container:before{
    display: none !important;
}
.header_phone:hover{
    color: #fff !important;
}
@media (max-width: 992px) {
    .header_phone, .logout_btn_custom, .login_btn_custom{
        display:none;
    }
    .mobile-menu__wrap .header_phone, .mobile-menu__wrap .logout_btn_custom, .mobile-menu__wrap .login_btn_custom{
        display: block;
        margin-top: 28px;
    }
    .mobile-menu__wrap .header_phone{
        color: #fae100 !important;
        font-size: 14px;
    }
    .bx-system-auth-form{
        margin-top: 100px;
        margin-bottom: 100px;

    }
}
/* End */


/* Start:/local/templates/there-are-doors/template_styles.css?173640366718042*/
/*! modern-normalize v2.0.0 | MIT License | https://github.com/sindresorhus/modern-normalize */*,:after,:before {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	font-family: system-ui,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;
	line-height: 1.15;
	-moz-tab-size: 4;
	-o-tab-size: 4;
	tab-size: 4;
}

body {
	margin: 0;
}

hr {
	color: inherit;
	height: 0;
}

abbr[title] {
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

b,strong {
	font-weight: bolder;
}

code,kbd,pre,samp {
	font-family: ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;
	font-size: 1em;
}
.footer__logo{
	align-self: start !important;
	color: #fae100 !important;
}
.footer__logo .logo .icon {
	align-self: start !important;
	color: #fae100 !important;
}

.footer__logo .footer a{
	color: #fae100 !important;
}
.header-menu__link:hover {
	color: #fff !important;}
small {
	font-size: 80%;
}
.header-menu__link{
	font-weight: 300;
}
sub,sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

table {
	border-color: inherit;
	text-indent: 0;
}

button,input,optgroup,select,textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,select {
	text-transform: none;
}

[type=button],[type=reset],[type=submit],button {
	-webkit-appearance: button;
}

::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

:-moz-focusring {
	outline: 1px dotted ButtonText;
}

:-moz-ui-invalid {
	box-shadow: none;
}

legend {
	padding: 0;
}

progress {
	vertical-align: baseline;
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

summary {
	display: list-item;
}
.header_socials_wrapper .socials .socials__item:last-child{
	display: none;
}
.header_socials_wrapper .socials .socials__item{
	color:#c6c6c6;
	margin: 0;
}
.b24-widget-button-position-bottom-right {
	right: 7px;
	bottom: 65px;
}
:root {
	--body-bg: #f7f7f7;
	--column-gap: 24px;
	--dark-bg: #202525;
	--dark-bg-1: #404040;
	--dark-bg-2: #494949;
	--dark-color: #343434;
	--dark-section-bg: #111;
	--font-main: "Helvetica",sans-serif;
	--font-title: "Montserrat",sans-serif;
	--font-size: 16px;
	--green-color: #02c316;
	--light-text-color: #a6a395;
	--light-text-color-1: #adadad;
	--line-height: 1.4;
	--letter-spacing: 0.09em;
	--scrollbar-color: #888;
	--text-color: #494949;
	--trs-speed: 0.6s;
	--white-color: #fff;
}

@font-face {
	font-display:swap;font-family:Montserrat;font-style:normal;font-weight:400;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format("truetype");
}

@font-face {
	font-display:swap;font-family:Montserrat;font-style:normal;font-weight:500;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew-.ttf) format("truetype");
}

@font-face {
	font-display:swap;font-family:Montserrat;font-style:normal;font-weight:600;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCu170w-.ttf) format("truetype");
}

@font-face {
	font-display:swap;font-family:Montserrat;font-style:normal;font-weight:700;src:url(https://fonts.gstatic.com/s/montserrat/v25/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format("truetype");
}

::-webkit-scrollbar {
	width: 8px;
}

::-webkit-scrollbar-track {
	border-left: 3px solid var(--body-bg);
	border-right: 3px solid var(--body-bg);
}

::-webkit-scrollbar-thumb,::-webkit-scrollbar-track {
	background: var(--scrollbar-color);
}

::-webkit-scrollbar-thumb:hover {
	background: var(--light-text-color-1);
}

html {
	scroll-behavior: smooth;
}

body,html {
	-webkit-tap-highlight-color: transparent;
}

body {
	background: var(--body-bg);
	color: var(--text-color);
	font-family: var(--font-main);
	font-size: var(--font-size);
	line-height: var(--line-height);
}

a {
	cursor: pointer;
	text-decoration: none;
	transition: all var(--trs-speed);
}

a,a:hover {
	-webkit-tap-highlight-color: transparent;
	color: inherit;
}

a:hover {
	text-decoration: underline;
}

a:active,a:focus {
	-webkit-tap-highlight-color: transparent;
}

embed,iframe,img,svg,table {
	max-width: 100%;
}

p {
	margin: 1em 0;
}

ul {
	margin: .5em 0;
	padding-left: 1em;
}

li {
	margin-bottom: .3em;
}

li:last-child {
	margin: 0;
}

table {
	border-collapse: collapse;
}

form {
	-webkit-margin-after: 0;
	margin-block-end: 0;
}

.form-row {
	margin: 0 auto 20px;
	position: relative;
}

@media (max-width:991.98px) {
	.form-row {
		margin-bottom: 16px;
	}
}

@media (max-width:767.98px) {
	.form-row {
		margin-bottom: 12px;
	}
}

@media (max-width:575.98px) {
	.form-row {
		margin-bottom: 10px;
	}
}

.btn-row {
	margin: 20px auto 0;
}

@media (max-width:767.98px) {
	.btn-row {
		margin-top: 16px;
	}
}

@media (max-width:575.98px) {
	.btn-row {
		margin-top: 12px;
	}
}

.radio-list_row {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

@media (max-width:575.98px) {
	.radio-list_row {
		display: block;
	}
}

.radio-list_row .radio-list__line {
	margin: 4px 12px 4px 0;
	min-width: 155px;
}

@media (max-width:575.98px) {
	.radio-list_row .radio-list__line {
		margin: 0 0 6px;
	}
}

.radio-list_row .radio-list__line:last-child {
	margin: 4px 0;
}

@media (max-width:575.98px) {
	.radio-list_row .radio-list__line:last-child {
		margin: 0 0 6px;
	}
}

.radio-list__line {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	margin: 0 0 12px;
}

.radio-list__line:last-child {
	margin: 0;
}

.radio-list__line .checkbox {
	margin-right: 12px;
}

.range-input {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.range-input__item {
	flex: 1;
	margin-right: 11px;
	min-width: 0;
}

.range-input__item:last-child {
	margin-right: 0;
}

label {
	cursor: pointer;
}

label.option {
	display: block;
	font-size: 16px;
	font-weight: 400;
}

label.option_required {
	font-size: 16px;
	font-weight: 700;
}

.textfield {
	border-radius: 0;
	box-sizing: border-box;
	display: block;
	font-size: 14px;
	font-weight: 400;
	outline: none;
	padding: 8px 11px 6px;
	width: 100%;
}

textarea {
	resize: none;
}

.btn,button,input[type=button],input[type=clear],input[type=submit] {
	cursor: pointer;
}

.btn {
	align-items: center;
	background: transparent;
	border: 1px solid var(--dark-bg);
	border-radius: 1px;
	box-sizing: border-box;
	color: var(--dark-bg);
	display: flex;
	font-family: var(--font-title);
	font-size: 16px;
	font-weight: 500;
	justify-content: center;
	letter-spacing: -.01em;
	line-height: 1.2;
	padding: 10px 10px 9px;
	text-align: center;
	transition: all var(--trs-speed);
	width: 100%;
}

.btn,.btn:hover {
	text-decoration: none;
}

.btn:hover {
	background: var(--dark-bg);
	border-color: var(--dark-bg);
	color: var(--white-color);
}

.btn_header {
	background: transparent;
	border: 1px solid var(--light-text-color);
	color: var(--light-text-color);
	font-family: var(--font-title);
	font-size: 14px;
	font-weight: 400;
	letter-spacing: -.01em;
	padding: 9px 13px;
	text-transform: lowercase;
}

.btn_header:hover {
	background: var(--dark-bg);
	border-color: var(--dark-bg);
	color: var(--body-bg);
}

.btn_green {
	background-color: var(--green-color);
	box-shadow: -2px 2px 4px rgba(0,0,0,.21);
	color: var(--white-color);
}

.btn_green,.btn_green:hover {
	border-color: var(--green-color);
}

.btn_green:hover {
	background-color: transparent;
	color: var(--green-color);
}

select {
	box-sizing: border-box;
	display: block;
	width: 100%;
}

.custom-select {
	position: relative;
	width: 100%;
}

.custom-select:after {
	background: url(/local/templates/there-are-doors/images/select-arrow.svg?445a9cd2689a044fd3729ecd9e67a56b) 50% no-repeat;
	content: "";
	display: block;
	height: 7px;
	margin-top: -3px;
	position: absolute;
	right: 10px;
	top: 50%;
	transition: all .27s ease-in-out;
	width: 14px;
}

.custom-select select {
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: transparent;
	border: 1px solid var(--text-color);
	border-radius: 1px;
	box-shadow: none;
	color: var(--text-color);
	cursor: pointer;
	display: flex;
	font-family: var(--font-title);
	font-size: 13px;
	font-weight: 500;
	height: 30px;
	justify-content: flex-start;
	max-height: 30px;
	min-height: 30px;
	outline: 0;
	padding: 5px 30px 5px 10px;
	position: relative;
	width: 100%;
	z-index: 3;
}
@media (max-width:1400) {
	.order-form .form-control[data-v-58e65f56]{
		margin-bottom: 30px;
	}
}
@media (max-width:575.98px) {
	.custom-select select {
		height: 25px;
		max-height: 25px;
		min-height: 25px;
		padding-bottom: 2px;
		padding-top: 3px;
	}
	.order-modal-dialog{
		padding: 80px 0 40px;
	}
	.header__side{
		order: 3;
		margin-left: 10px;
	}
	.header_socials_wrapper{
		order: 2;
		margin-left: auto;
	}
}

.custom-select select option {
	text-transform: none;
}

.checkbox {
	cursor: pointer;
	display: block;
	height: 16px;
	max-width: 16px;
	min-width: 16px;
	position: relative;
	width: 16px;
}

.checkbox:hover .checkbox__checkmark {
	border-color: currentColor;
}

.checkbox__input {
	height: 100%;
	left: 0;
	opacity: 0;
	outline: none;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
}

.checkbox__checkmark {
	background: transparent 50% no-repeat;
	border-radius: 3px;
	box-sizing: border-box;
	display: block;
	height: 100%;
	position: relative;
	transition: all var(--trs-speed);
	width: 100%;
	z-index: 2;
}

.page-wrapper {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	padding: 0;
	position: relative;
}

.container,.page-wrapper {
	box-sizing: border-box;
	margin: 0 auto;
	min-width: 360px;
}

.container {
	max-width: 1820px;
	padding: 0 50px;
}

.page-content {
	display: block;
	flex: 1;
	margin: 0;
	position: relative;
}

.page-internal {
	contain: paint;
}

.section {
	display: block;
	margin: 0 0 38px;
}

@media (max-width:991.98px) {
	.section {
		margin-bottom: 24px;
	}
}

@media (max-width:575.98px) {
	.section {
		margin-bottom: 38px;
	}
}

.main-title {
	color: #202525;
	font-family: var(--font-title);
	font-size: 40px;
	font-weight: 500;
	line-height: 1.225;
	margin: .75em 0;
	text-align: center;
}

@media (max-width:991.98px) {
	.main-title {
		font-size: 32px;
	}
}

@media (max-width:767.98px) {
	.main-title {
		font-size: 28px;
	}
	.container {
		max-width: 1820px;
		padding: 0 10px;
	}
}

@media (max-width:575.98px) {
	.main-title {
		font-size: 24px;
	}
}

.logo {
	color: currentColor;
	display: block;
	max-width: 100%;
	text-decoration: none;
	width: auto;
}

.logo .icon {
	display: block;
	width: 100%;
}

.scroll-top {
	color: var(--light-text-color);
	cursor: pointer;
	display: block;
	height: 142px;
	position: fixed;
	right: 7px;
	top: 110vh;
	transform: translateY(-50%);
	transition: all var(--trs-speed);
	width: 32px;
	z-index: 15;
}

@media (max-width:991.98px) {
	.scroll-top {
		display: none;
	}
}

.scroll-top:hover {
	color: var(--light-text-color-1);
}

.scroll-top._shown {
	top: 50vh;
}

.scroll-top .icon {
	display: block;
	height: 100%;
	width: 100%;
}

.header-wrapper {
	position: relative;
}

.header-wrapper.header_showed-menu {
	z-index: 11;
}

.header {
	-webkit-backdrop-filter: blur(3.5px);
	backdrop-filter: blur(3.5px);
	background: var(--dark-bg);
	color: var(--light-text-color);
	display: block;
	padding: 18px 0;
}

@media (max-width:991.98px) {
	.header {
		padding: 11px 0 10px;
	}
}

.header__wrapper {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.header__logo {
	color: #fae100;
	display: block;
	margin-right: var(--column-gap);
}

.header__logo .logo .icon {
	height: 44px;
	width: 81px;
}

.header__side {
	align-items: baseline;
	display: flex;
	font-family: var(--font-title);
	font-size: 16px;
	justify-content: flex-end;
	letter-spacing: -.01em;
	margin-left: auto;
	margin-right: auto;
}
.header__side a{
	color: #c6c6c6 !important;
}
.header__side-menu {
	display: block;
	font-family: var(--font-title);
}

@media (max-width:991.98px) {
	.header__side-menu {
		display: none;
	}
}

.header__side-cart {
	margin-left: 40px;
}

@media (max-width:991.98px) {
	.header__side-cart {
		display: none;
	}
}

.header__side-mobile {
	display: none;
}

@media (max-width:991.98px) {
	.header__side-mobile {
		display: block;
	}
}

.header a:not(.btn) {
	color: inherit;
	text-decoration: none;
}

.header a:not(.btn):hover {
	color: var(--body-bg);
	text-decoration: none;
}

.mobile-menu-trigger {
	box-sizing: border-box;
	display: block;
	padding: 0;
}

.mobile-menu-trigger mm-burger {
	--mb-bar-height: 2px;
	--mb-bar-spacing: 8px;
	--mb-bar-width: 26px;
	color: inherit;
}

.mobile-menu {
	background: var(--dark-bg);
	color: var(--light-text-color);
	height: 0;
	left: 0;
	overflow-y: hidden;
	position: absolute;
	top: 100%;
	transition: height var(--trs-speed);
	width: 100%;
	z-index: 101;
}

.mobile-menu:before {
	background: var(--dark-color);
	content: "";
	display: block;
	height: 1px;
	left: 20px;
	position: absolute;
	right: 20px;
}

.mobile-menu a:not(.btn) {
	color: inherit;
	text-decoration: none;
}

.mobile-menu a:not(.btn):hover {
	color: var(--body-bg);
	text-decoration: none;
}

.mobile-menu__wrap {
	align-items: center;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	font-family: var(--font-title);
	font-size: 14px;
	height: 100%;
	letter-spacing: -.01em;
	padding: 32px 36px 28px;
	width: 100%;
}
.conf_page_title{
    font-size: 32px;
    font-weight: 500px;
    margin-bottom: 40px;
    margin-top: 30px;
    color: #252020;
}
@media (max-width:575.98px) {
	.mobile-menu__wrap {
		padding: 24px 28px 20px;
	}
    .conf_page_title{
        font-size: 22px;
    }
}

.mobile-menu__cont {
	align-items: flex-end;
	display: flex;
	flex: 1;
	flex-direction: column;
	margin-bottom: 28px;
	overflow-y: auto;
	text-align: right;
	width: 100%;
}

.mobile-menu__cont-cart {
	margin-top: 22px;
}

.mobile-menu__bottom {
	margin-top: auto;
}

.mobile-menu__bottom .btn {
	margin: 0 auto;
	width: auto;
}

.footer {
	background: var(--dark-bg);
	color: var(--light-text-color);
	display: block;
	margin: 0;
	padding: 55px 0;
}

@media (max-width:1399.98px) {
	.footer {
		z-index: 16;
	}
}

@media (max-width:991.98px) {
	.footer {
		padding: 23px 0 22px;
	}
}

@media (max-width:575.98px) {
	.footer {
		padding: 13px 0 12px;
	}
}

.footer__wrapper {
	align-items: flex-start;
	display: flex;
	justify-content: space-between;
	text-transform: uppercase;
    gap: 60px;
}

@media (max-width:991.98px) {
	.footer__wrapper {
		flex-wrap: wrap;
	}
}

.footer__logo {
	align-self: center;
	color: #fae100;
	display: block;
	/* margin-right: auto; */
	order: 1;
}
.footer__column_configurator{
	order: 2;
}
.footer__column_contacts{
	order: 3;
}
.footer__column_socials{
	order: 4;
}

@media (max-width:991.98px) {
	.footer__logo {
		align-self: auto;
		margin: 0 0 16px auto;
	}
}

.footer__logo .logo {
	height: 60px;
	width: 112px;
}

@media (max-width:991.98px) {
	.footer__logo .logo {
		height: 48px;
		width: 88px;
	}
}

@media (max-width:575.98px) {
	.footer__logo .logo {
		height: 35px;
		width: 65px;
	}
	.footer__logo {
	align-self: center;
	color: #fae100;
	display: block;
	/* margin-right: auto; */
	order: 1;
}
.footer__column_configurator{
	order: 2;
}
.footer__column_contacts{
	order: 3;
}
.footer__column_socials{
	order: 4;
}
.footer__column_configurator{
	margin: 0 !important;
}
}

.footer__logo .logo .icon {
	height: 100%;
	width: 100%;
}

.footer a {
	color: #c6c6c6;
	text-decoration: none;
	white-space: nowrap;
	font-size: 13px;
    font-weight: 400;
    line-height: 15px;
    letter-spacing: .01em;

}
.footer__titl a{
	font-size: 18px;
    margin-bottom: 30px;
    font-family: var(--font-title);
}

.footer a:hover {
	color: var(--body-bg);
	text-decoration: none;
}

.footer__title {
	font-family: var(--font-title);
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: -.01em;
	margin: 0 0 .6em;
}
.footer__titl{
	color: #c6c6c6;
}

@media (max-width:991.98px) {
	.footer__title {
		font-size: 16px;
	}
}

@media (max-width:575.98px) {
	.footer__title {
		font-size: 14px;
	}
}

.footer__column {
	font-size: 16px;
	font-weight: 400;
	letter-spacing: .01em;
	/* margin-left: 2.7%; */
	max-width: 280px;
}

@media (max-width:991.98px) {
	.footer__column {
		font-size: 14px;
		margin: 0 0 1em;
		max-width: none;
	}
}

@media (max-width:575.98px) {
	.footer__column {
		font-size: 10px;
	}
	.popular_model_block{
		width: calc(61% - 20px) !important;
		padding: 10px 20px !important;
		margin-bottom: 20px !important;
	}
	.popular_model_block_title{
		height: 1em;
		font-size: 18px;
	
	}
	.feedback_block_wrapper2 {
		text-align: center;
		justify-content: center;
		padding: 0px;
	}
	.b24-widget-button-position-bottom-right {
		right: 30px;
		bottom: 30px;
	}
	.header__side {

		margin-left: 10px;
		margin-right: 0px;
	}
	.header_socials_wrapper .socials__link{
		height: 26px;
		width: 26px;
	}
	.header_socials_wrapper .socials{
		margin-top: -4px;
		color: rgb(166, 163, 149);
	}
	.bars{
		background-color:#c6c6c6 !important;
	}
	.mobile-menu-trigger{
		color: #c6c6c6;
	}
	
}

@media (max-width:991.98px) {
	.footer__column_configurator {
		flex: 1;
		order: -1;
	}

	.footer__column_about,.footer__column_additions {
		width: 100%;
	}

	.footer__column_contacts {
		margin-bottom: 0;
	}

	.footer__column_socials {
		margin-bottom: 0;
		margin-left: auto;
	}
	.feedback_block_wrapper2{
		padding: 30px 6px !important;
	}
	.consultation_btn{
		font-size: 16px;
	}
}

.footer__links-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.footer__links-list li {
	margin: 0 0 .8em;
}

.footer__links-list li:last-child {
	margin-bottom: 0;
}

/*# sourceMappingURL=template_styles.css.map*/
/* End */
/* /local/templates/there-are-doors/components/bitrix/menu/header-menu/style.css?1744095305622 */
/* /local/templates/there-are-doors/components/bitrix/menu/header-mobile-menu/style.css?1744095305647 */
/* /local/templates/there-are-doors/components/palax/frontend/socials/style.css?1687183560559 */
/* /local/templates/there-are-doors/components/bitrix/menu/footer-menu/style.css?1744095305725 */
/* /local/templates/there-are-doors/styles.css?17339046071120 */
/* /local/templates/there-are-doors/template_styles.css?173640366718042 */
