

/* Start:/local/templates/redesign/components/dresscode/catalog/services/style.css?17415924962028*/
.banner-elem.fullscreen-banner .image{
	vertical-align: bottom;
}
.banner-elem.fullscreen-banner .text-wrap{
	padding-left: 0;
}

@media screen and (max-width: 800px){
	.banner-elem.fullscreen-banner .btn-simple {
		padding: 13px 8px 11px;
	}

	.banner-elem.fullscreen-banner {
		height: 250px;
	}
	
	.banner-elem.fullscreen-banner .image img{
		max-height: 250px;
	}
}

@media screen and (max-width: 700px){
	.banner-elem.fullscreen-banner{
		height: auto;
		margin-bottom: 18px;
	}

	.banner-elem.fullscreen-banner .descr{
		max-height: 80px;
	}

	.banner-elem.fullscreen-banner .text-wrap{
		display: block;
		margin-bottom: 6px;
		padding: 12px 0 0;
	}

	.banner-elem.fullscreen-banner h1{
		margin-bottom: 8px;
		font-size: 18px;
	}

	.banner-elem.fullscreen-banner .image{
		display: block;
		width: 100%;
		padding: 0;
	}
	.banner-elem.fullscreen-banner .image img{
		max-height: 250px;
		margin: 0 auto;
	}
	.banner-elem.fullscreen-banner.banner-no-bg .image img{
		max-height: none;
	}
}

@media screen and (max-width: 500px){
	.banner-elem.fullscreen-banner .descr{
		display: block;
	}

	.banner-elem.fullscreen-banner h1{
		font-size: 16px;
		margin-bottom: 8px;
		line-height: 20px;
		max-height: 60px;
	}

	.banner-elem.fullscreen-banner .image img{
		max-height: 200px;
	}
}

.category-description__mobile-more {
	font-size: 12px;
	font-weight: 400;
	line-height: 150%;
	color: #007AFF;
	text-decoration: underline;
	display: none;
	cursor: pointer;
}
.category-description--short {
	display: none;
}
.category-description--short {
	margin: 12px 0 10px 0;
}
@media (max-width: 500px) {
	.category-description__mobile-more {
		display: inline-block;
	}
	.category-description--short.active,
	.category-description.active {
		display: block;
	}
	.category-description {
		display: none;
	}
	.category-description.hidden,
	.category-description--short.hidden {
		display: none;
	}
	.category-description,
	.category-description--short {
		font-size: 12px;
		font-weight: 400;
		color: #000;
		line-height: 150%;
	}
}
/* End */


/* Start:/local/templates/redesign/components/dresscode/catalog.item/serviceDetail_ioks/style.css?177624252512435*/
.top {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.top__block {
	display: flex;
	align-items: center;
	gap: 24px;
}

.robot {
	display: none;
}
.top__exist {
	position: relative;
	padding-left: 27px;
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #444a6d;
}
.top__exist::before {
	content: '';
	position: absolute;
	top: 50%;
	left: 3px;
	width: 9px;
	height: 9px;
	background-color: #13bc04;
	border-radius: 50%;
	transform: translateY(-50%);
}
.top__article {
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #8f93a8;
}
.top__rating {
	display: flex;
	align-items: center;
	gap: 11px;
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #444a6d;
}
.top__wishlist {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: var(--text);
	cursor: pointer;
}
.top__wishlist .top__wishlist-clear,
.top__wishlist.added .top__wishlist-add {
	display: block;
}
.top__wishlist .top__wishlist-add,
.top__wishlist.added .top__wishlist-clear {
	display: none;
}

.gallery {
	display: flex;
	gap: 16px;
}
.gallery__thumbnails {
	width: 64px;
}
.gallery__thumbnails-track {
	margin-top: 22px;
}
.gallery__gallery {
	width: 660px;
}
.gallery__thumbnails-slide {
	border: none !important;
}
.gallery__thumbnails-img {
	width: 100%;
	height: 64px;
	object-fit: cover;
}
.gallery__gallery-fancybox {
	display: block;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.gallery__gallery-fancybox img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.splide__arrow {
	width: 22px !important;
	height: 22px !important;
}
.splide__arrow:disabled {
	display: none;
}
.splide__arrow--next {
	bottom: 0 !important;
}
.splide__arrow--prev {
	top: 0 !important;
}

.product {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.product__data {
	display: flex;
	flex-direction: column;
	gap: 20px;
	flex-grow: 1;
}
.product__card {
	padding: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
	border: 1px solid #E4E6EA;
	border-radius: 12px;
}
.product__card-row {
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: space-between;
	padding-bottom: 11px;
	border-bottom: 1px solid var(--grey);
}
.product__prices {
	display: flex;
	align-items: flex-end;
	gap: 20px;
}
.product__price-wrapper {
	display: flex;
	flex-direction: column;
}
.product__price-text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 16px;
	line-height: 125%;
	color: #89909d;
}
.product__price {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 24px;
	line-height: 117%;
	color: var(--h1-h5-color);
}
.product__control {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 20px;
}
.product__total {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 8px;
}
.product__total-sum {
	font-family: var(--font-family);
	font-weight: 600;
	font-size: 20px;
	line-height: 120%;
	letter-spacing: -0.02em;
	color: #1f2650;

	display: flex;
	flex-direction: column;
}
.product__total-text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	letter-spacing: normal;
	color: #444a6d;
}
.product__buttons {
	display: flex;
	gap: 8px;
}
.product__buttons .button {
	text-transform: uppercase;
	font-size: 11px;
	font-weight: 500;
}
.product__buttons .button {
	padding: 12px 16px;
}
.product__buttons .button.addCart {
	padding: 12px 20px;
}
.product__bottom {
	display: flex;
	justify-content: space-between;

	padding: 0 32px;
}
.product__exchange {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.product__exchange-title {
	display: flex;
	align-items: center;
	gap: 8px;
	font-family: var(--third-family);
	font-weight: 500;
	font-size: 11px;
	line-height: 140%;
	color: #595D84;
}
.product__exchange-text {
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 11px;
	line-height: 140%;
	color: var(--text);
}

.tabs {
	margin-top: 80px;
}
.tabs__header {
	margin: 0;
	padding: 0;
	display: flex;
	column-gap: 32px;
	row-gap: 15px;
	border-bottom: 1px solid #d9d9d9;
	list-style-type: none;
	overflow-x: auto;
}
.tabs__item {
	padding: 13px 0 14px;
	border-bottom: 2px solid #fff;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	color: #46484c;
	cursor: pointer;
	text-transform: uppercase;
	white-space: nowrap;
}
.tabs__item.active {
	border-color: #007aff;
	color: #007aff;
	cursor: default;
}
.tabs__tab {
	display: none;
	padding-top: 40px;

	font-size: 14px;
	font-weight: 400;
	line-height: 20px;
	color: #000;
}
.tabs__tab.active {
	display: block;
}
.tabs__tab .calc-delivery .h2  {
	margin-top: 0;
}

.characteristics {
	margin: 0;
	padding: 0;
	max-width: 710px;
	display: flex;
	flex-direction: column;
	gap: 12px;
	list-style-type: none;
}
.characteristics__item {
	display: flex;
	align-items: baseline;
	gap: 4px;
}
.characteristics__name {
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #000;
}
.characteristics__line {
	flex-grow: 1;
	border-bottom: 1px dotted var(--text);
}
.characteristics__value {
	width: 220px;
	font-family: var(--font-family);
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: #000;
}


.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more.ya-share2__link_more-button-type_short {
	padding: 0 !important;
	background: none !important;
}
.ya-share2__container_size_m .ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__link_more {
	padding: 0 !important;
}

.button.count-modal {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 12px 20px;
	border-radius: 12px;
	background-color: #F4F4F6;
}
.count-modal span {
	font-size: 11px;
	font-weight: 500;
	color: #007AFF;
	text-transform: uppercase;
}
.count-modal svg {
	width: 16px;
	height: 16px;
}
.count-modal svg g {
	width: 100%;
	height: 100%;
}
.product__bottom {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.product__bottom-text {
	font-size: 11px;
	font-weight: 500;
	color: #4B586B;
	max-width: 245px;
	line-height: 1.4;
}
.product__bottom-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-image: url("/local/templates/redesign/img/share.svg") !important;
}
.product__discount-wrapper {
	display: flex;
	flex-direction: column;
}
.product__discount {
	padding: 4px 9px;
	border-radius: 20px;
	background-color: #CC1A1A;

	width: fit-content;

	font-size: 11px;
	line-height: 140%;
	font-weight: 500;
	color: #fff;
}
.product__discount-price {
	font-size: 16px;
	font-weight: 500;
	color: #595D84;
	line-height: 140%;
	text-decoration: line-through;
}
.section.similar-products {
	margin-top: 140px;
}
section.product-page__news {
	margin-top: 140px;
	margin-bottom: 0;
}
.section-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.section-header__link {
	font-size: 14px;
	font-weight: 400;
	color: #007AFF;
	line-height: 140%;
}
.top__block--mobile {
	display: none;
}
.news__more--mobile {
	display: none;
}
@media (max-width: 1199px) {
	.top {
		justify-content: flex-start;
		gap: 24px;
	}
	.product {
		flex-direction: column;
	}
	.product__bottom, .tabs {
		margin-top: 0;
	}
}

@media (max-width: 959px) {
	.gallery {
		flex-direction: column;
	}
	.gallery__thumbnails {
		order: 2;
		width: 100%;
		margin-top: 0;
	}
	.gallery .splide__arrow {
		display: none !important;
	}
	.gallery, .gallery__gallery {
		width: 100%;
	}
}

@media (max-width: 639px) {
	.top {
		flex-wrap: wrap;
		gap: 12px;
	}
	.product__control {
		flex-wrap: wrap;
	}
	.tabs__header { 
		column-gap: 15px;
	}
}

@media (max-width: 500px) {
	.top {
		margin-bottom: 12px;
	}
	.top__block--mobile {
		display: flex;
		gap: 16px;
		align-items: center;
		width: 100%;
	}
	.top__block--mobile .ya-share2 {
		margin-left: auto;
	}
	.top__block.mobile-hidden {
		display: none;
	}
	.product {
		gap: 20px;
		margin-bottom: 24px;
	}
	.top__exist {
		padding-left: 21px;	
	}
	.product__data {
		gap: 15px;
		width: 100%;
	}
	.product__card {
		padding: 16px;
	}
	.product__card-row {
		flex-direction: column;
		align-items: flex-start;
	}
	.product__card-row .quantity {
		padding: 11px;
	}
	.product__bottom {
		padding: 0;
	}
	.product__control {
		gap: 12px;
		flex-direction: column;
		align-items: flex-start;
	}
	.product__bottom-row {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}
	.product__bottom-button {
		width: 100%;
	}
	.tabs__item {
		padding: 12px 0 12px;
	}

	.section.similar-products {
		margin-top: 40px;
		margin-bottom: 0;
	}
	.section.similar-products .h2 {
		font-weight: 600;
	}
	section.product-page__news {
		margin-top: 36px;
	}
	.news__more--mobile {
		display: block;

		padding: 15px;
		border-radius: 4px;

		font-size: 14px;
		font-weight: 600;
		color: #595D84;
		line-height: 140%;
		text-align: center;
		border: 1px solid #CCD0D7;

		margin-top: 16px;
	}
}

.comment-form {
                        max-width: 600px;
                        display: flex;
                        flex-direction: column;
                        gap: 12px;
                    }

                    .comment-form__input,
                    .comment-form__textarea {
                        padding: 10px 20px;
                        width: 100%;
                        background: #fff;
                        border: 1px solid var(--grey-str);
                        border-radius: 8px;
                        box-sizing: border-box;
                        outline: none;

                        font-family: var(--font-family);
                        font-weight: 500;
                        font-size: 14px;
                        line-height: 140%;
                        color: var(--h1-h5-color);

                        transition: border .2s ease, box-shadow .2s ease;
                    }

                    .comment-form__textarea {
                        min-height: 120px;
                        resize: vertical;
                    }

                    .comment-form__input:focus,
                    .comment-form__textarea:focus {
                        border-color: #007aff;
                        box-shadow: 0 0 0 2px rgba(0,122,255,0.15);
                    }

                    .comment-form__button {
                        margin-top: 10px;
                        padding: 12px 20px;
                        background: #007aff;
                        color: #fff;
                        border: none;
                        border-radius: 8px;

                        font-family: var(--font-family);
                        font-weight: 600;
                        font-size: 14px;

                        cursor: pointer;
                        transition: background .2s ease, transform .1s ease;
                    }

                    .comment-form__button:hover {
                        background: #0062cc;
                    }

                    .comment-form__button:active {
                        transform: translateY(1px);
                    }

                    /* звезды */

                    .comment-form__rating{
                    display:flex;
                    align-items:center;
                    gap:10px;
                    }

                    .comment-form__stars{
                    display:flex;
                    flex-direction:row-reverse;
                    }

                    .comment-form__stars input{
                    display:none;
                    }

                    .comment-form__stars label{
                    font-size:26px;
                    color:#dcdcdc;
                    cursor:pointer;
                    transition:color .2s;
                    }

                    .comment-form__stars label:hover,
                    .comment-form__stars label:hover ~ label{
                    color:#ffb400;
                    }

                    .comment-form__stars input:checked ~ label{
                    color:#ffb400;
                    }

/* End */


/* Start:/local/templates/redesign/vendor/splide.min.css?17339265195002*/
.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__arrow{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:2em;-ms-flex-pack:center;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}.splide__arrow:hover:not(:disabled){opacity:.9}.splide__arrow:disabled{opacity:.3}.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide__arrow--prev{left:1em}.splide__arrow--prev svg{transform:scaleX(-1)}.splide__arrow--next{right:1em}.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}.splide__pagination__page:hover{cursor:pointer;opacity:.9}.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}.splide__progress__bar{background:#ccc;height:3px}.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}.splide__slide:focus{outline:0}@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}.splide__toggle{cursor:pointer}.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}.splide__arrows--ttb .splide__arrow--prev{top:1em}.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}.splide__pagination--ttb{bottom:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}
/* End */


/* Start:/local/templates/redesign/components/bitrix/system.pagenavigation/round/style.css?16251271672281*/
.bx-pagination {
	margin: 10px 0;
}
.bx-pagination .bx-pagination-container {
	text-align: center;
	position: relative;
}
.bx-pagination .bx-pagination-container ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
}
.bx-pagination .bx-pagination-container ul li {
	display: inline-block;
	margin: 0 2px 15px 2px;
}
.bx-pagination .bx-pagination-container ul li span{
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
       -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	-ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    	 -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    		transition: color .3s ease, background-color .3s ease, border-color .3s ease;
	background: #eff0f1;
	padding: 0 8px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	font-size: 14px;
	border-radius: 16px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.bx-pagination .bx-pagination-container ul li a {
	text-decoration: none;
	display: block;
	border-radius: 16px;
	display: block;
	height: 32px;
	min-width: 32px;
	line-height: 32px;
	color: #444;
	vertical-align: middle;
}
.bx-pagination .bx-pagination-container ul li a:hover span{
	background: #DADADA;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
	color: #444;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span{
	color: #aab1b4;
	background: #fff;
	border: 2px solid #eff0f1;
	line-height: 28px;
	padding: 0 18px;
}
.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
	background: #fff;
	border-color: #DADADA;
	color: #000;
}

/* End */


/* Start:/local/templates/redesign/components/dresscode/catalog.section/redesign_list/style.css?1741592538919*/
.listing {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.listing__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 23px;
}
.listing__wrapper--four {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 959px) {
    .listing__wrapper--four {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 639px) {
    .listing__wrapper--four {
        gap: 8px;
    }
}
@media (max-width: 500px) {
    .listing__wrapper--four {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .listing__wrapper--four::-webkit-scrollbar,
    .listing__wrapper--four::-webkit-scrollbar-track,
    .listing__wrapper--four::-webkit-scrollbar-button,
    .listing__wrapper--four::-webkit-scrollbar-thumb {
        display: none;
        width: 0;
        height: 0;
    }
}
/* End */


/* Start:/local/templates/redesign/components/dresscode/catalog.section/you_see_list/style.css?1741592520919*/
.listing {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.listing__wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 30px;
    row-gap: 23px;
}
.listing__wrapper--four {
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 959px) {
    .listing__wrapper--four {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 639px) {
    .listing__wrapper--four {
        gap: 8px;
    }
}
@media (max-width: 500px) {
    .listing__wrapper--four {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: scroll;
        overflow-y: hidden;
    }
    .listing__wrapper--four::-webkit-scrollbar,
    .listing__wrapper--four::-webkit-scrollbar-track,
    .listing__wrapper--four::-webkit-scrollbar-button,
    .listing__wrapper--four::-webkit-scrollbar-thumb {
        display: none;
        width: 0;
        height: 0;
    }
}
/* End */


/* Start:/local/templates/redesign/components/bitrix/news.list/news/style.css?17600849241857*/
.news__wrapper {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
.news__item {
	display: flex;
	flex-direction: column;
}
.news__img {
	display: block;
	width: 100%;
	height: 230px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	border-radius: 8px 8px 0 0;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	-ms-border-radius: 8px 8px 0 0;
	-o-border-radius: 8px 8px 0 0;
}
.news__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.news__info {
	padding: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
	gap: 20px;
	background: #f8f8f8;
	border-radius: 0 0 8px 8px;
}
.news__name {
	font-family: var(--font-family);
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #000;
	text-decoration: none;
}
.news__date {
	margin-top: auto;
	font-family: var(--font-family);
	font-weight: 500;
	font-size: 14px;
	line-height: 140%;
	color: #8F93A8;
}
.news__more {
	margin-top: 30px;
	padding: 15px;
	display: block;
	border: 1px solid #CCD0D7;
	border-radius: 12px;
	font-family: var(--font3);
	font-weight: 600;
	font-size: 14px;
	line-height: 140%;
	color: #595D84;
	text-align: center;
	text-decoration: none;
}

@media (max-width: 959px) {
	.news__wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 639px) {
	.news__wrapper {
		grid-template-columns: repeat(1, 1fr);
		gap: 16px;
	}
	.news__info {
		gap: 24px;
	}
	.news__name {
		font-size: 16px;
	}
}

@media (max-width: 500px) {
	.news__wrapper {
		display: flex;
		flex-wrap: nowrap;
		overflow-x: scroll;
		overflow-y: hidden;
	}
	.news__wrapper::-webkit-scrollbar {
		width: 0;
		display: none;
	}
	.news__item {
		width: 270px;
	}
	.news__img {
		width: 270px;
	}
	.news__name {
		color: #1F2650;
		line-height: 120%;
	}
	.news__more {
		display: none;
	}
}
/* End */


/* Start:/local/templates/redesign/components/bitrix/form/services_form/bitrix/form.result.new/.default/style.css?17763249862035*/
.consult {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.consult__title {
  font-family: var(--font-family);
  font-weight: 600;
  font-size: 32px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #08090B;
}
.consult__subtitle {
  font-family: var(--second-family);
  font-weight: 400;
  font-size: 18px;
  line-height: 125%;
  color: #000000;
}
.consult__form {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
}
.consult__input {
  width: calc((100% - 12px) / 2);
}
.consult__input--area {
  width: 100%;
}
.consult__button {
  margin-top: 9px;
}
.consult__policy {
  margin-top: 4px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: 12px;
  line-height: 133%;
  color: #89909D;
}
.consult__policy a {
  color: inherit;
  text-decoration: none;
}
.consult__policy svg {
  min-width: 17px;
}

		.consult__form {
			display: grid;
			grid-template-columns: repeat(3, 1fr);
			gap: 12px;
		}

		.consult__input {
			width: 100%;
			height: 38px;
			padding: 0 12px;
			border: 1px solid #d9dde3;
			border-radius: 4px;
			background: #fff;
			font-size: 13px;
			line-height: 1;
			color: #4b586b;
			box-sizing: border-box;
		}

		.consult__input::placeholder,
		.consult__input--area::placeholder {
			color: #9aa3af;
		}

		.consult__input--area {
			grid-column: 1 / 4;
			min-height: 64px;
			padding: 10px 12px;
			resize: none;
		}

		.consult__file {
			grid-column: 1 / 4;
			margin-top: 2px;
		}

		.consult__input--file {
			width: auto;
			height: auto;
			padding: 0;
			border: 0;
			background: transparent;
			font-size: 12px;
			color: #4b586b;
		}

		.consult__button {
			margin-top: 14px;
			min-width: 186px;
			height: 36px;
			padding: 0 20px;
			border: 0;
			border-radius: 4px;
			color: #fff;
			font-size: 13px;
			font-weight: 600;
			line-height: 36px;
			text-align: center;
			cursor: pointer;
			box-shadow: none;
		}
	
/* End */
/* /local/templates/redesign/components/dresscode/catalog/services/style.css?17415924962028 */
/* /local/templates/redesign/components/dresscode/catalog.item/serviceDetail_ioks/style.css?177624252512435 */
/* /local/templates/redesign/vendor/splide.min.css?17339265195002 */
/* /local/templates/redesign/components/bitrix/system.pagenavigation/round/style.css?16251271672281 */
/* /local/templates/redesign/components/dresscode/catalog.section/redesign_list/style.css?1741592538919 */
/* /local/templates/redesign/components/dresscode/catalog.section/you_see_list/style.css?1741592520919 */
/* /local/templates/redesign/components/bitrix/news.list/news/style.css?17600849241857 */
/* /local/templates/redesign/components/bitrix/form/services_form/bitrix/form.result.new/.default/style.css?17763249862035 */
