<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/dresscode/css/contacts.css?173261837310451*/
/* new contacts 18.07.24 */

.contacts *, .contacts *:before, .contacts *:after {
    box-sizing: border-box
}

.contacts {
    display: block;
    margin-bottom: 48px;
}

.contacts__head {
    margin-bottom: 20px
}

.contacts__head h2 {
    margin: 0 0 16px;
    font-size: 28px;
    font-weight: 700
}

.contacts__head p {
    margin: 0 0 16px;
    font-size: 14px;
    line-height: 19px
}

.contacts__main {
    display: flex;
    height: 695px
}

@media (max-width: 767.98px) {
    .contacts__main {
        display: block;
        height: auto
    }
}

.contacts__aside {
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
    overflow: hidden;
    width: 100%;
    max-width: 320px;
    padding: 0 16px
}

@media (max-width: 767.98px) {
    .contacts__aside {
        max-width: none;
        padding: 0
    }
}

.contacts__select {
    position: relative;
    flex-shrink: 0;
    padding: 16px 0
}

.contacts__select.is-opened .contacts__select-dropdown {
    opacity: 1;
    pointer-events: all
}

.contacts__select-input {
    display: flex;
    align-items: center;
    padding: 12px 0 12px 16px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    transition: background-color .3s;
    cursor: pointer
}

.contacts__select-input:hover {
    background-color: #f5f5f5
}

.contacts__select-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 16px;
    color: #797878
}

.contacts__select-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.contacts__select-selected {
    display: flex;
    flex-direction: column;
    flex-grow: 1
}

.contacts__select-label {
    padding: 2px 0;
    font-size: 12px;
    line-height: 1;
    color: #797878
}

.contacts__select-city {
    padding: 2px 0;
    font-size: 14px;
    line-height: 1
}

.contacts__select-city:empty {
    display: none
}

.contacts__select-arrow {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin: 0 12px 0 16px;
    transform: rotate(-90deg)
}

.contacts__select-arrow svg {
    width: 100%;
    height: 100%;
    fill: currentColor
}

.contacts__select-dropdown {
    display: flex;
    position: absolute;
    top: calc(100% - 12px);
    right: 0;
    left: 0;
    flex-direction: column;
    padding: 12px 16px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    background-color: #fff;
    opacity: 0;
    transition: opacity .3s;
    pointer-events: none
}

.contacts__select-item {
    font-size: 14px;
    cursor: pointer
}

.contacts__select-item:not(:last-child) {
    margin-bottom: 6px
}

.contacts__toggle {
    display: flex;
    margin-bottom: 16px;
    border: 1px solid #d2d2d2;
    border-radius: 8px;
    overflow: hidden
}

@media (min-width: 768px) {
    .contacts__toggle {
        display: none
    }
}

.contacts__toggle-item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    height: 38px;
    text-align: center;
    transition: background-color .3s, color .3s;
    color: #f89e1c
}

.contacts__toggle-item.is-active {
    background-color: #f5f5f5;
    color: #000
}

.contacts__map-list {
    display: flex;
    flex-direction: column;
    overflow: auto
}

.contacts__map-list span {
    font-weight: 700;
}

.contacts__map-list span.is-hide {
    display: none;
}

@media (max-width: 767.98px) {
    .contacts__map-list {
        display: none
    }

    .contacts__map-list.is-active {
        display: flex
    }
}

.contacts__map-item {
    flex-shrink: 0;
    padding: 16px 16px 0;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: border-color .3s;
    cursor: pointer
}

.contacts__map-item:not(:last-child) {
    margin-bottom: 16px
}

.contacts__map-item.is-active {
    border-color: #f89e1c;
    cursor: auto
}

.contacts__map-item.is-active .contacts__map-item-row:not(:first-child) {
    display: flex;
}

.contacts__map-item.is-active .contacts__map-item-footer {
    display: block;
}

.contacts__map-item.is-active .contacts__map-item-info .contacts__link {
    display: inline-flex;
}

.contacts__map-item.is-hide {
    display: none
}

.contacts__map-item-row {
    display: flex;
    align-items: flex-start
}

.contacts__map-item-row:not(:first-child) {
    display: none;
    margin-top: 16px;
}

.contacts__map-item-icon {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    margin-right: 16px
}

.contacts__map-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain
}

.contacts__map-item-info {
    display: flex;
    flex-direction: column
}

.contacts__map-item-info .contacts__link {
    display: none;
    height: auto;
    margin-top: 6px
}

.contacts__map-item-label {
    margin-top: 6px;
    color: #797878;
    font-size: 12px;
    line-height: 1
}

.contacts__map-item-desc {
    margin-top: 6px;
    font-size: 14px;
    line-height: 1.3
}

.contacts__map-item-desc a {
    transition: color .3s;
    color: #000
}

.contacts__map-item-desc a:hover {
    color: #f89e1c
}

.contacts__map-item-footer {
    display: none;
    padding: 16px 0
}

.contacts__link {
    display: inline-flex;
    align-items: center;
    height: 40px;
    color: #f89e1c;
    font-size: 16px;
    text-decoration: none
}

.contacts__link:hover {
    color: #f89e1c;
    text-decoration: underline
}

.contacts__map {
    flex-grow: 1;
    height: 638px;
    margin-bottom: 0
}

@media (max-width: 767.98px) {
    .contacts__map {
        display: none;
        height: 486px
    }

    .contacts__map.is-active {
        display: block
    }
}

#g-map {
    width: 100%;
    height: 100%
}

.shop-detail *, .shop-detail *:before, .shop-detail *:after {
    box-sizing: border-box;
}

.shop-detail {
    margin-bottom: 48px;
}

.shop-detail h2 {
    margin: 0 0 32px;
    font-size: 36px;
    line-height: 1.2;
    font-weight: 700
}

@media (max-width: 1279.98px) {
    .shop-detail h2 {
        font-size: 24px
    }
}

.shop-detail h4 {
    margin: 0 0 16px;
    font-size: 24px;
    font-weight: 700
}

@media (max-width: 1279.98px) {
    .shop-detail h4 {
        font-size: 20px
    }
}

.shop-detail__row {
    display: flex;
    align-items: flex-start;
    margin-bottom: 48px
}

@media (max-width: 991.98px) {
    .shop-detail__row {
        display: block
    }
}

.shop-detail__info {
    width: 40%
}

@media (max-width: 991.98px) {
    .shop-detail__info {
        width: 100%
    }
}

.shop-detail__back {
    display: inline-block;
    max-width: 240px;
    margin-bottom: 24px;
    color: #f89e1c;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none
}

.shop-detail__back:hover {
    color: #f89e1c;
    text-decoration: underline
}

.shop-detail__time p:not(:last-child) {
    margin-bottom: 8px
}

.shop-detail__phones {
    margin-top: 24px;
}

.shop-detail__phones a {
    transition: color .3s;
    color: #000;
}

.shop-detail__phones a:hover {
    color: #f89e1c;
}

.shop-detail__map {
    flex-grow: 1;
    width: 60%;
    height: 300px;
    margin-left: 48px
}

@media (max-width: 991.98px) {
    .shop-detail__map {
        width: 100%;
        margin-top: 48px;
        margin-left: 0
    }
}

.shop-detail__desc {
    display: flex;
    align-items: flex-start
}

@media (max-width: 1279.98px) {
    .shop-detail__desc {
        display: block
    }
}

.shop-detail__col {
    width: 40%
}

@media (max-width: 1279.98px) {
    .shop-detail__col {
        width: 100%
    }
}

.shop-detail__slider {
    position: relative;
    width: 60%;
    margin-left: 48px
}

.shop-detail__slider img {
    width: 100%
}

@media (max-width: 1279.98px) {
    .shop-detail__slider {
        width: 100%;
        margin-top: 48px;
        margin-left: 0
    }
}

.shop-detail__gallery {
    margin-bottom: 0 !important
}

.shop-detail__gallery .slick-dots {
    display: flex;
    bottom: 16px;
    align-items: center;
    justify-content: center
}

.shop-detail__gallery .slick-dots li {
    width: 8px;
    height: 8px;
    margin: 0 6px;
    padding: 0
}

.shop-detail__gallery .slick-dots li button {
    width: 8px;
    height: 8px;
    min-height: 8px;
    padding: 0;
    border: none;
    border-radius: 50%;
    background-color: #a6a5a5
}

.shop-detail__gallery .slick-dots li.slick-active button {
    background-color: #f89e1c
}

.shop-detail__arrows {
    display: flex;
    position: absolute;
    top: 50%;
    right: 8px;
    left: 8px;
    justify-content: space-between;
    transform: translateY(-50%)
}

.shop-detail__arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #f5f5f5;
    border-radius: 50%;
    cursor: pointer;
    transition: background-color .3s
}

.shop-detail__arrow svg {
    width: 24px;
    height: 24px;
    fill: currentColor
}

.shop-detail__arrow:hover {
    background-color: #e9e9e9
}

.shop-detail__arrow--next {
    transform: rotate(-180deg)
}

.gm-style .gm-style-iw {
    min-width: 290px !important
}

.gm-style .gm-style-iw-tc {
    display: none !important
}

.gm-style-iw-chr {
    height: 0
}

.map-popup {
    min-width: 260px;
    padding: 26px 0 0 4px
}

.map-item, .map-item__hide {
    display: flex;
    justify-content: flex-end;
    margin-top: 6px;
    cursor: pointer;
}

.map-item__detail, .map-item__detail-hide {
    color: #f89e1c;
    font-size: 16px;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.contacts__map-item.is-active .map-item {
    display: none;
}

.contacts__map-item .map-item__hide {
    display: none;
}

.contacts__map-item.is-active .map-item__hide {
    display: flex;
}

.contacts__map-item.is-active .map-item__hide .map-item__detail-hide:hover {
    text-decoration: underline;
}

.contacts__map-item:not(.is-active):hover .map-item__detail {
    text-decoration: underline;
}
/* End */


/* Start:/bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?17459369391677*/
#personalMenu{
	border-bottom: 1px solid #f1f1f1;
	margin: 0px 0px 24px 0px;
	overflow: hidden;
	list-style: none;
	padding: 0;
}

#personalMenu li{
	margin-bottom: 24px;
	margin-right: 24px;
	float: left;
}

#personalMenu li:last-child{
	margin-right: 0;
}

#personalMenu li a{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	/*text-transform: uppercase;*/
	text-decoration: none;
	font-size: 16px;
	color: #000000;
}

#personalMenu li a:active{
	position: relative;
	top: 1px;
}

#personalMenu li .selected{
	border-bottom: 1px dashed #000000;
	font-weight: 700;
	padding-bottom: 4px;
}

#personalMenu li .selected:hover{
	color: #000000;
}

@media all and (max-width: 1024px) {

	#personalMenuWrap{
		position: relative;
		min-width: 100%;
		overflow: hidden;
		overflow-x: auto;
		height: 40px;
	}

	#personalMenuWrap ul{
		white-space: nowrap;
		overflow: auto;
	}

	#personalMenu li{
		white-space: nowrap;
		float: none;
		display: inline-block;
		vertical-align: top;
		margin-right: 18px;
		margin-bottom: 18px;
	}

	#personalMenu::after {
	    background: -moz-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -webkit-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -o-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: -ms-linear-gradient(left, rgba(255,255, 255, 0.2), #ffffff 100%);
	    background: linear-gradient(to right, rgba(255,255, 255, 0.2), #ffffff 100%);
	    pointer-events: none;
	    position: absolute;
	    right: 0;
	    top: 0;
	    height: 100%;
	    content: '';
	    width: 35px;
	}

}
/* End */


/* Start:/local/components/custom/form.result.new/templates/twoColumns/style.css?16128107268890*/
.webFormDw form{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.webFormDw form.loading{
	pointer-events: none;
	opacity: 0.8;
}

.webFormHeading{
	font-family: "robotoMedium";
	font-weight: normal;
	font-size: 16px;
	margin: 0;
}

.webFormDescription{
	margin: 24px 0 0 0;
	max-width: 800px;
}

.webFormItemsColumns{

	display: table;
	table-layout: fixed;
	width: 100%;
}

.webFormItemsColumns .webFormItem{
	margin-top: 14px;
}

.webFormItemsColumn{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding-left: 10px;
}

.webFormItemsColumn:first-child{
	padding: 0 10px 0 0;
}

.webFormItemsColumn .webFormItemField  textarea{
	height: 265px;
}

.webFormItem{
	margin-top: 24px;
}

.webFormItemCaption{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	line-height: 21px;
}

.webFormItemImage{
	vertical-align: middle;
	display: inline-block;
	padding-right: 6px;
}

.webFormItemLabel{
	vertical-align: middle;
	display: inline-block;
	color: #555555;
}

.webFormItemRequired{
	display: inline-block;
	padding-left: 4px;
	color: #ff0000;
}

.webFormItemFieldVariant{
	display: inline-block;
	margin-left: 12px;
}

.webFormItemFieldVariant:first-child{
	margin-left: 0px;
}

.webFormItemField input[type="password"],
.webFormItemField input[type="text"],
.webFormItemField select{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 55px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	outline: none;
	height: 55px;
	width: 100%;
}

.webFormItemField textarea{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	padding-left: 12px;
	line-height: 21px;
	padding-top: 12px;
	/*max-width: 600px;*/
	max-width: 100%;
	font-size: 14px;
	color: #555555;
	height: 200px;
	outline: none;
	width: 100%;
}

.webFormItemField input[id*="form_date_"]{
	margin-bottom: 6px;
}

.webFormItemField input[type="text"]:focus,
.webFormItemField input[type="password"]:focus,
.webFormItemField textarea:focus{
	border: 1px solid #aaaaaa;
}

.webFormItemField input[type="checkbox"] + label,
.webFormItemField input[type="radio"] + label {
	cursor: pointer;
}

.webFormItemField input[type="checkbox"]:not(checked),
.webFormItemField input[type="radio"]:not(checked) {
  position: absolute;
  opacity: 0;
}

.webFormItemField input[type="checkbox"]:not(checked) + label,
.webFormItemField input[type="radio"]:not(checked) + label {
	position: relative;
	padding-left: 28px;
}

.webFormItemField input[type="checkbox"].error + label:before{
	border: 1px solid #ff0000 !important;
}

.webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/components/custom/form.result.new/templates/twoColumns/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/components/custom/form.result.new/templates/twoColumns/images/radio.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:before,
.webFormItemField input[type="radio"]:not(checked) + label:before {
	position: absolute;
	content: " ";
    height: 17px;
	width: 17px;
	left: 0;
	top: 0px;
}

.webFormItemField input[type="checkbox"]:not(checked) + label:hover:before,
.webFormItemField input[type="radio"]:not(checked) + label:hover:before {
	background-position: 0 -17px;
}

.webFormItemField input[type="checkbox"]:checked + label:before,
.webFormItemField input[type="radio"]:checked + label:before {
	background-position: 0 -34px;
}

.webFormItemField input[type="checkbox"]:checked + label:hover:before,
.webFormItemField input[type="radio"]:checked + label:hover:before {
	background-position: 0 -51px;
}

.webFormItemField input[type="checkbox"]:disabled + label,
.webFormItemField input[type="radio"]:disabled + label {
	cursor: default;
}

.webFormItemField input[type="checkbox"]:disabled + label:before,
.webFormItemField input[type="radio"]:disabled + label:before {
	background-position: 0 -68px !important;
}

.webFormItemField img.calendar-icon {
    vertical-align: middle !important;
    margin: 0 0 0 0px !important;
    border: 0 !important;
}

.webFormItemField [multiple]{
	line-height: 120px;
	height: 120px;
	padding: 12px;
}

.webFormCaptchaPicture{
	margin-top: 12px;
}

.webFormCaptchaPicture img{
	vertical-align: middle;
	max-width: 100%;
}

.webFormCaptchaLabel{
	margin-bottom: 12px;
	margin-top: 12px;
}

.webFormItemField input.captcha_word{
	max-width: 300px;
}

.webFormTools{
	margin-top: 24px;
}

.webFormTools input[type="submit"],
.webFormTools input[type="reset"]{
	-webkit-transition: background-color 0.2s ease-in-out;
	-o-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-family: "roboto_ltregular";
	border: 1px solid #e7e7e7;
	text-align: center;
	line-height: 55px;
	max-width: 200px;
	font-size: 14px;
	cursor: pointer;
	color: #ffffff;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools input[type="submit"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input[type="submit"].loading{
	background-image: url(/local/components/custom/form.result.new/templates/twoColumns/images/loading.gif);
	background-color: #000000 !important;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	border: 1px solid #000000;
	pointer-events: none;
	color: #dddddd;
	opacity: 0.1;
}

.webFormTools input[type="reset"]{
	border: 1px solid #aaaaaa;
	background-color: #ffffff;
	color: #000000;
}

.webFormTools input[type="reset"]:hover{
	border: 1px solid #cccccc;
}

.webFormTools input[type="reset"]:active{
	position: relative;
	top: 1px;
}

.webFormTools input:first-child{
	margin-right: 12px;
}

.webFormItemError,
.webFormError{
	font-family: "robotoMedium";
	margin-bottom: 12px;
	font-size: 12px;
	color: #ff0000;
	display: none;
}

.webFormError{
	margin-bottom: 0px;
	margin-top: 24px;
}

.webFormItemError.visible,
.webFormError.visible{
	display: block;
}

.webFormItemField .error{
	border: 1px solid #ff0000 !important;
}

.webFormMessage{
	-webkit-transition: 0.1s all ease-in-out;
    -o-transition: 0.1s all ease-in-out;
    transition: 0.1s all ease-in-out;
    background: rgba(0, 0, 0, 0.4);
    line-height: 250px;
    position: fixed;
    overflow: auto;
    display: none; 
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webFormMessageContainer{
	box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.4);
	background-color: #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-left: -225px;
	position: absolute;
	text-align: center;
	margin-top: -125px;
	border-radius: 2px;
	padding: 0px 24px;
	height: 250px;
	width: 450px;
	left: 50%;
	top: 50%;
}

.webFormMessageMiddle{
	vertical-align: middle;
	display: inline-block;
	line-height: 21px;
}

.webFormMessageHeading{
	margin-bottom: 24px;
	text-align: center;
	font-weight: 500;
	font-size: 18px;
}

.webFormMessageDescription{
	text-align: center;
}

.webFormMessageExit{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	background-color: #000000;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	border-radius: 2px;
	line-height: 40px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 40px;
}

.webFormMessageExit:hover{
	opacity: 0.8;
}

.webFormMessageExit:active{
	position: relative;
	top: 1px;
}

@media all and (max-width: 650px) {
	
	.webFormItemsColumn {
		display: block;
		width: 100%;
		padding: 0;
	}

	.webFormItemsColumn .webFormItemField  textarea{
		height: 150px;
	}

	.webFormItemField input[id*="form_date_"]{
		margin-bottom: 12px;
	}	


	.webFormItemField img.calendar-icon{
		margin-left: 0px !important;
	}

	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		max-width: 150px;
	}

}

@media all and (max-width: 400px) {
	.webFormTools input[type="submit"],
	.webFormTools input[type="reset"]{
		margin-bottom: 24px;
		max-width: 300px;
		display: block;
		width: 100%;
	}
}
/* End */
/* /bitrix/templates/dresscode/css/contacts.css?173261837310451 */
/* /bitrix/templates/dresscode/components/bitrix/menu/personal/style.css?17459369391677 */
/* /local/components/custom/form.result.new/templates/twoColumns/style.css?16128107268890 */
</pre></body></html>