

/* Start:/local/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17278810624985*/
#slider {
	position: relative;
	overflow: hidden;
	width: 100%;
}

#slider .wrap {
	position: relative;
	overflow: hidden;
}

#slider ul {
	position: relative;
}

#slider ul li {
	position: relative;
	display: block;
	float: left;
}

#slider ul li .slideLink {
	text-decoration: none;
	color: #000000;
}

#slider .sliderVideoOverBg {
	pointer-events: none;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 2;
}

#slider .slideVideoContainer {
	position: relative;
	overflow: hidden;
	height: 900px;
}

#slider .videoPoster {
	background-position: center center;
	-moz-background-size: cover;
	background-size: cover;
	display: block;
	height: 555px;
	display: none;
}

#slider .slideVideoContainer iframe,
#slider .slideVideoContainer object,
#slider .slideVideoContainer embed {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
}

#slider .slideVideo {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	background-color: #000000;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transform: translateY(-50%);
	pointer-events: none;
	position: absolute;
	object-fit: cover;
	overflow: hidden;
	height: auto;
	width: 100%;
	left: 0px;
	top: 50%;
}

#slider .limiterContainer {
	position: absolute;
	width: 100%;
	left: 0;
}

#slider .limiter {
	position: relative;
	height: 900px;
}

#slider .sliderContent {
	transform: translateY(-50%);
	position: absolute;
	color: #000000;
	z-index: 3;
	left: 0px;
	top: 50%;
}

#slider .sliderContent.loading {
	display: none;
}

#slider .leftContainer {
	left: 0px;
}

#slider .centerContainer {
	transform: translateX(-50%) translateY(-50%);
	left: 50% !important;
}

#slider .rightContainer {
	left: unset;
	right: 0px;
}

#slider .sliderContent .bigText,
#slider .sliderContent .bigTextColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .bigTextLightColor {
	font-family: "robotoMedium";
	line-height: 56px;
	margin-top: 24px;
	font-size: 48px;
	display: block;
}

#slider .sliderContent .mediumText,
#slider .sliderContent .mediumTextColor,
#slider .sliderContent .mediumTextLight {
	line-height: 36px;
	margin-top: 24px;
	font-size: 30px;
	display: block;
}

#slider .sliderContent .smallText,
#slider .sliderContent .smallTextColor,
#slider .sliderContent .smallTextLight {
	line-height: 24px;
	margin-top: 24px;
	font-size: 16px;
	display: block;
}

#slider .sliderContent .bigTextLightColor,
#slider .sliderContent .bigTextLight,
#slider .sliderContent .mediumTextLight,
#slider .sliderContent .smallTextLight {
	font-family: "roboto_thregular";
}

#slider .sliderContent .whiteColor {
	color: #ffffff;
}

#slider .sliderContent .noMargin {
	margin: 0;
}

#slider .sliderContent .center {
	text-align: center;
}

#slider .sliderContent .cButton {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #ffffff;
	height: 50px;
}

#slider .sliderContent .cButton.cButtonWhite {
	background-color: #ffffff;
	color: #000000;
}

#slider .sliderContent .cButtonLight {
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid rgba(0, 0, 0, 0.4);
	display: inline-block;
	text-decoration: none;
	text-align: center;
	border-radius: 6px;
	line-height: 50px;
	margin-top: 24px;
	padding: 0 24px;
	color: #000000;
	height: 50px;
}

#slider .sliderContent .cButtonLight:hover {
	border: 1px solid rgba(0, 0, 0, 0.7);
}

#slider .sliderContent .cButton:active,
#slider .sliderContent .cButtonLight:active {
	position: relative;
	top: 1px;
}

#slider .sliderContent div:first-child {
	margin-top: 0px;
}

#slider ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: absolute;
	left: 50%;
	bottom: 12px;
}

#slider ol li {
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/promoSlider/images/slideButton.svg) 0 0 no-repeat transparent;
	margin-right: 4px;
	width: 14px;
	height: 14px;
	float: left;
	cursor: pointer;
}

#slider ol li:hover {
	background-position: -14px 0;
}

#slider ol li:active {
	background-position: -28px 0;
}

#slider ol li.selected {
	background-position: -42px 0;
}

#slider ol li.selected:hover {
	background-position: -56px 0;
}

#slider ol li.selected:active {
	background-position: -70px 0;
}

#slider .sliderBtnLeft,
#slider .sliderBtnRight {
	display: block;
	height: 118px;
	width: 59px;
	position: absolute;
	top: 50%;
	margin-top: -59px;
	background: url(/local/templates/dresscodeV2/components/dresscode/slider/promoSlider/images/slideArrow.svg) no-repeat transparent;
}

#slider .sliderBtnLeft:hover {
	background-position: -59px 0;
}

#slider .sliderBtnLeft:active {
	background-position: -118px 0;
}

#slider .sliderBtnRight {
	background-position: 0 -118px;
	right: -0px;
}

#slider .sliderBtnRight:hover {
	background-position: -59px -118px;
}

#slider .sliderBtnRight:active {
	background-position: -118px -118px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/indexBanners/style.min.css?17278811994774*/
.index-banners-wrap{margin-bottom:48px;margin-top:48px}.index-banners{max-width:none;font-size:0;margin:-10px -8px}.index-banners .elem-column{display:inline-block;vertical-align:top;width:25%}.index-banners .elem-column:nth-child(3){width:19%}.index-banners .elem-column:nth-child(4){width:31%}.index-banners .elem-wrap{display:inline-block;vertical-align:top;box-sizing:border-box;width:100%;padding:10px 8px}.index-banners .elem{position:relative;box-sizing:border-box;height:228px;padding:42px 24px 12px 24px;border:1px solid #e7e8ea;background-color:#fff}.index-banners .elem-column:nth-child(1) .elem{height:476px;padding:42px 36px 12px 36px}.index-banners .elem-column:nth-child(3) .elem{height:476px}.index-banners .text-wrap{position:relative;z-index:2;display:inline-block;width:100%;color:#000}.index-banners .elem-column:nth-child(2) .text-wrap{width:60%}.index-banners .elem-column:nth-child(4) .text-wrap{width:50%}.index-banners .bg{position:absolute;left:0;top:0;width:100%;height:100%;background-position:center center;background-size:cover;background-repeat:no-repeat}.index-banners .name{display:block;max-height:40px;overflow:hidden;margin-bottom:10px;font-family:robotomedium;font-size:18px;line-height:20px;text-decoration:none;color:#000;transition:opacity .2s ease-in-out}.index-banners .name:hover{opacity:.85}.index-banners .name:active{position:relative;top:1px}.index-banners .name-white{color:#fff;box-shadow:none}.index-banners .descr{max-height:48px;overflow:hidden;margin-bottom:12px;font-size:13px;line-height:16px}.index-banners .descr-white{color:#fff}.index-banners .elem-column:nth-child(1) .descr{margin-bottom:18px}.index-banners .text-wrap.text-wrap-white{color:#fff}.index-banners .text-wrap-white .name{color:#fff}.index-banners .text-wrap-white .name:hover{opacity:.8}.index-banners .btn-white .btn-simple{background-color:#fff;border-color:#fff;color:#282727;-webkit-transition:opacity .2s ease-in-out;transition:opacity .2s ease-in-out}.index-banners .btn-white .btn-simple:hover{opacity:.9}@media all and (max-width:1400px){.index-banners .name{font-size:16px}}@media all and (max-width:1340px){.index-banners .elem-column{width:37%}.index-banners .elem-column:nth-child(3){width:26%}.index-banners .elem-column:nth-child(4){width:100%}.index-banners .elem-column:nth-child(4) .elem-wrap{width:50%}.index-banners .elem{height:200px;padding:24px 18px 12px}.index-banners .elem-column:nth-child(1) .elem{height:416px;padding:24px 36px 12px 36px}.index-banners .elem-column:nth-child(3) .elem{height:416px}.index-banners .elem-column:nth-child(4) .text-wrap{width:45%}}@media all and (max-width:1024px){.index-banners{margin:-6px}.index-banners .elem-wrap{padding:6px}}@media all and (max-width:900px){.index-banners .elem{height:146px}.index-banners .elem-column:nth-child(n) .elem{padding:36px 18px 12px}.index-banners .elem-column:nth-child(1) .elem{height:304px}.index-banners .elem-column:nth-child(3) .elem{height:304px;padding-left:12px;padding-right:12px}.index-banners .descr{display:none}}@media all and (max-width:790px){.index-banners{margin:-2px}.index-banners .elem-wrap{padding:2px}.index-banners .elem{height:132px}.index-banners .elem-column:nth-child(1) .elem{height:268px}.index-banners .elem-column:nth-child(3) .elem{height:268px}.index-banners .elem-column:nth-child(n) .elem{padding-top:24px}.index-banners .elem-column{width:50%}.index-banners .elem-column:nth-child(3){width:50%}.index-banners .elem-column:nth-child(4){width:50%}.index-banners .elem-column:nth-child(4) .elem-wrap{width:100%}.index-banners .elem-column:nth-child(2) .text-wrap{width:65%}.index-banners .elem-column:nth-child(4) .text-wrap{width:65%}}@media all and (max-width:550px){.index-banners .elem{height:88px}.index-banners .elem-column:nth-child(n) .elem{padding:24px 8px 0}.index-banners .elem-column:nth-child(3) .elem{height:180px}.index-banners .elem-column:nth-child(1) .elem{height:180px}.index-banners .elem-column:nth-child(2) .text-wrap{width:70%}.index-banners .elem-column:nth-child(4) .text-wrap{width:70%}.index-banners .elem-column:nth-child(n) .name{max-height:32px;font-size:14px;line-height:16px}.index-banners .btn-simple{display:none}}@media all and (max-width:480px){.index-banners-wrap{margin:24px 0}}@media all and (max-width:450px){.index-banners .name:not(.text-white){text-shadow:0 0 10px #fff}.index-banners .text-wrap-white .name{text-shadow:0 0 10px #000}}@media all and (max-width:360px){.index-banners .elem-column:nth-child(n) .name{max-height:32px;font-size:13px;line-height:16px}.index-banners .elem{height:72px}.index-banners .elem-column:nth-child(1) .elem{height:148px}.index-banners .elem-column:nth-child(3) .elem{height:148px}.index-banners .elem-column:nth-child(n) .elem{padding-top:12px}}
/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/offers.product/.default/style.css?17278810591737*/
#homeCatalog{
	background-color: #f3f3f3;
	padding-bottom: 36px;
	margin-top: 0px;
}

#homeCatalog .captionList{
	position: relative;
	z-index: 1;
	height: 60px;
	line-height: 60px;
	background-color: #2b2b2b;
}

#homeCatalog .captionList .slideBox{
	list-style: none;
	padding: 0px;
	margin: 0px;
	left: 0px;
}

#homeCatalog .captionList .cItem{
	list-style: none;
	float: left;
}

#homeCatalog .caption{
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	border-left: 1px solid #222222;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	overflow: hidden;
	padding: 0 12px;
}

#homeCatalog .caption:hover{
	background-color: #202020;
}

#homeCatalog .caption.loading{
	opacity: 0.6;
}

#homeCatalog .caption a{
	display: block;
	text-align: center;
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

#homeCatalog .cItem{
	float: left;
	width: 20%;
}

#homeCatalog .captionBtnRight,
#homeCatalog .captionBtnLeft{
	background: url(/local/templates/dresscodeV2/components/dresscode/offers.product/.default/images/offerArrowSmall.png) 0 0 no-repeat transparent;
	position: absolute;
	height: 60px;
	width: 60px;
	top: 0;
}

#homeCatalog .captionBtnLeft{
	left: 0px;
}

#homeCatalog .captionBtnRight{
	right: 0px;
}

#homeCatalog .captionBtnLeft:hover{
	background-position: -0px -60px;
}

#homeCatalog .captionBtnLeft:active{
	background-position: -0px -120px;
}

#homeCatalog .captionBtnRight{
	background-position: -60px 0px;
}

#homeCatalog .captionBtnRight:hover{
	background-position: -60px -60px;
}

#homeCatalog .captionBtnRight:active{
	background-position: -60px -120px;
}
/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/catalog.section.list/collection/style.css?1747496580646*/
.productList {
}
.sectionTopDescription {
    padding-top: 150px;
}
.productList .productColImage {
    overflow: hidden!important;
    min-height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.productList {

}
.w-100 {
    width: 100% !important;
}

.pointer {
    cursor: pointer!important;
}
.h-auto {
    height: auto!important;
}
@media (min-width: 1480px) {
    .product.collection-item {
        width: 25%;
    }
    .collection-item .mainServiceContainer {
        width: 100%;
    }
    .collection-item .productTable {
        padding: 10px 15px 0 15px;
    }
}

/* End */


/* Start:/includes/home/blocks/css/main.css?175646725613073*/
﻿@font-face {
    font-family: 'Roboto';
    src: url('/includes/home/blocks/css/../fonts/Roboto-Medium.woff2') format('woff2'),
        url('/includes/home/blocks/css/../fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Geologica';
    src: url('/includes/home/blocks/css/../fonts/Geologica-Light.woff2') format('woff2'),
        url('/includes/home/blocks/css/../fonts/Geologica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
/*Specification*/
.body-index div,
.body-index p,
.body-index form,
.body-index input,
.body-index a,
.body-index span,
.body-index button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.body-index p,
.body-index figure,
.body-index blockquote {
	margin: 0;
}

.body-index ul,
.body-index ol,
.body-index li {
	display: block;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

.body-index a,
.body-index a:hover,
.body-index a:active {
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.body-index a,
.body-index button,
.body-index input {
	-webkit-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	cursor: pointer;
}

.body-index a,
.body-index a:hover,
.body-index a:focus,
.body-index a:active,
.body-index input,
.body-index input:hover,
.body-index input:focus,
.body-index input:active,
.body-index button,
.body-index button:hover,
.body-index button:focus,
.body-index button:active {
	outline: none;
}

.body-index h1,
.body-index h2:not(.ff-medium),
.body-index .h2,
.body-index h3:not(.ff-medium),
.body-index h4,
.body-index h5,
.body-index h6 {
	padding: 0;
	margin: 0;
}

.body-index ::-webkit-input-placeholder {
	color: #777;
	font-family: "Geologica", sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
}

.body-index ::-moz-placeholder {
	color: #777;
	font-family: "Geologica", sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
}

/* Firefox 19+ */
.body-index :-moz-placeholder {
	color: #777;
	font-family: "Geologica", sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
}

/* Firefox 18- */
.body-index :-ms-input-placeholder {
	color: #777;
	font-family: "Geologica", sans-serif;
	font-size: 14px;
	font-weight: 300;
	opacity: 1;
}
.body-index .section-light {
    font-weight: 300;
    padding: 60px 0;
    font-size: 16px;
    color: #030303;
}
.body-index .content-wrap {
    display: flex;
    justify-content: space-between;
}
.body-index .df {
    display: flex;
    align-items: center;
    justify-content: center;
}
.body-index h1, .body-index h2:not(.ff-medium), .body-index .h2, .body-index h3:not(.ff-medium) {
    font-family: 'Roboto', sans-serif;
}
.body-index h1 {
    font-weight: 400;
}
.body-index h2:not(.ff-medium), .body-index .h2 {
    font-weight: 500;
    font-size: 24px;
}
.body-index  {
   font-family: "Geologica", sans-serif;
   padding: 0;
   margin: 0;
   
}
.body-index {
    background: #f3f3f3;
}
.body-index .container {
    max-width: 1480px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Section Advantages */
.body-index .advantages .h2 {
    text-align: center;
    margin-bottom: 60px;
}
.body-index .advantage {
    position: relative;
    max-width: calc(33.33% - 36px);
    width: 100%;
    height: 230px;
    border-radius: 10px;
    background: #fff;
    padding: 157px 29px 22px 24px;
    z-index: 0;
}
.body-index .advantage:nth-child(2) .advantage__img  {
    right: 25px;
}
.body-index .advantage:nth-child(3) .advantage__img {
    right: 40px;
}
.body-index .advantage__img {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    max-width: 263px;
    max-height: 227px;
    overflow: hidden;
}
.body-index .advantage__img img {
    max-width: 100%;
    display: flex;
}
.body-index .advantage__wrap {
    width: 100%;
}
.body-index .advantage__title {
    font-weight: 500;
    font-family: 'Roboto';
    margin-bottom: 5px;
    font-size: 20px;
}
.body-index .advantage p {
    font-size: 14px;
}
.body-index .advantage p a {
    color: inherit;
}
.body-index .advantage__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  
}
.body-index .advantage__icon {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #F3F3F3;
    flex-shrink: 0;
}
/* Section Benefits */
.body-index .benefits h2 {
    margin-bottom: 40px;
}
.body-index .benefits-wrap {

}
.body-index .benefits-info {
    max-width: 500px;
    width: 100%;
}
.body-index .benefits-info ul li {
    position: relative;
    padding-left: 48px;
    width: 100%;
}
.body-index .benefits-info ul li:before {
    content: "";
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #BF4E24 url(/includes/home/blocks/css/../img/icons/check.svg) no-repeat center;
    left: 0;
    overflow: hidden;
}
.body-index .benefits-info ul li:not(:last-child):after {
    content: "";
    position: absolute;
    height: 105px;
    width: 1px;
    background: #BF4E24;
    position: absolute;
    left: 15px;
    top: 0;
    z-index: -1;
}
.body-index .benefits-info ul li:not(:last-child) {
    margin-bottom: 32px;
}
.body-index .benefits-info ul h3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 8px;
}
.body-index .benefits-info ul p {
    font-size: 14px;
}
.body-index .benefits-reviews {
    display: flex;
    justify-content: space-between;
    position: relative;
    max-width: 760px;
    width: 100%;
}
.body-index .benefits-reviews__img {
    padding: 15px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}
.body-index .benefits-reviews__img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.body-index .slider-arrow, .slick-arrow {
    width: 22px;
    font-size: 0;
    z-index: 1;
    height: 22px;
    border-radius: 4px;
    background: #fff url(/includes/home/blocks/css/../img/icons/arrow-slider.svg) no-repeat center;
    border: 1px solid #e9e9e9;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -11px;
}
.body-index .slider-next, .slick-next {
    left: auto;
    right: -11px;
    transform: translateY(-50%) scale(-1, 1);
}
/* Section About */
.body-index .about-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}
.body-index .about-head h2 {
    font-size: 32px;
    max-width: 370px;
    line-height: 32px;
}
.body-index .about-head p {
    max-width: 600px;
}
.body-index .about-img {
    max-width: 100%;
    width: 100%;
    height: 350px;
    overflow: hidden;
    margin-bottom: 102px;
}
.body-index .about-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.body-index .about-list {
    display: flex;
    justify-content: space-between;
}
.body-index .about-list li {
    max-width: calc(33% - 80px);
    width: 100%;
    font-size: 16px;
    position: relative;
}
.body-index .about-list li:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 15px;
    background: url(/includes/home/blocks/css/../img/icons/triangle.svg) no-repeat center /contain;
    left: 0;
    top: -35px;
}
.body-index .cta-wrap {
    display: flex;
}
.body-index .cta-img {
    max-width: 45%;
    width: 100%;
    height: 555px;
    overflow: hidden;
}
.body-index .cta-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.body-index .cta-form {
    max-width: 55%;
    width: 100%;
    background: #fff;
    padding: 50px 55px 66px 100px;
}
.body-index .cta-form input {
    max-width: 300px!important;
}
.body-index .form h2,
.body-index .form .h2 {
    margin-bottom: 17px;
}
.body-index .form__head  {
    margin-bottom: 29px;
}
.body-index .form__input {
    max-width: 300px;
    width: 100%;
    border: 1px solid #E9E9E9;
    height: 50px;
    margin-bottom: 18px;
    font-size: 14px;
    padding-left: 23px;
    padding-right: 5px;
    display: block;
}
.body-index .form__btn {
    background: #BF4E24;
    color: #fff;
    font-size: 14px;
    max-width: 280px;
    width: 100%;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: none;
    outline: none
}
.body-index .form__btn:hover {
   background: #af4926;
}
.body-index .form__accept {
    margin-bottom: 27px;
}
.body-index .form__accept input {
    display: none;
}
.body-index .form__accept input:checked + label::before {
    background: #BF4E24 url(/includes/home/blocks/css/../img/icons/check.svg) no-repeat center;
    background-size: 10px;
    border-color: transparent;
}
.body-index .form__accept label {
    display: block;
    position: relative;
    padding-left: 23px;
    cursor: pointer;
}
.body-index .form__accept label a {
    color: #BF4E24;
}
.body-index .form__accept label a:hover {
    text-decoration: underline;
}
.body-index .form__accept label:before {
    width: 13px;
    height: 13px;
    position: absolute;
    content: "";
    border: 1px solid #000;
    border-radius: 3px;
    left: 0;
    top: 0.2em;
}
/* Media Quaries */
@media screen and (max-width: 1500px) {
    .body-index .container {
        padding: 0 24px;
    }
}
@media screen and (max-width: 1365px) {
    .body-index .section-light {
        padding: 45px 0;
    }
    .body-index .advantages .h2 {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1200px) {
    .body-index .advantage {
        max-width: calc(33.33% - 10px);
        width: 100%;
        height: 230px;
        border-radius: 10px;
        background: #fff;
        padding: 157px 29px 22px 24px;
        z-index: 0;
    }

    .body-index .advantage:nth-child(2)  .advantage__img {
        right: 20px;
    }
    .body-index .advantage:last-child  .advantage__img {
      right: 20px;
    }
    .body-index .benefits-reviews, .benefits-wrap {
        gap: 30px;
    }
    .body-index .about-head h2 {
        font-size: 24px;
        max-width: 370px;
    }
    .body-index .about-img {
        margin-bottom: 80px;
    }
    .body-index .about-list li {
        max-width: calc(33% - 20px);
        font-size: 15px;
    }
    .body-index .cta-img {
        height: auto;
    }
    .body-index .cta-form {
        padding: 40px 35px 40px 50px;
    }
}
@media screen and (max-width: 991px) {
    .body-index .section-light {
        padding: 35px 0;
        font-size: 14px;
    }
    .body-index .advantages-wrap {
        flex-wrap: wrap;
        gap: 40px 20px;
        justify-content: center;
    }
    .body-index .advantage {
        max-width: 47%;
    }
    .body-index .benefits h2 {
        margin-bottom: 30px;
    }
    .body-index .benefits-wrap {
        flex-wrap: wrap;
        justify-content: center;
        gap: 50px;
    }
    .body-index .about-head {
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
        margin-bottom: 30px;
    }
    .body-index .about-img {
        height: 250px;
    }
    .body-index .about-list li {
        max-width: calc(33% - 10px);
        font-size: 14px;
    }
    .body-index .cta-form {
        padding: 35px 25px 40px 35px;
    }
}
@media screen and (max-width: 767.8px) {
    .body-index .advantage {
        max-width: 470px;
    }
    .body-index .about-img {
        margin-bottom: 70px;
    }
    .body-index .about-list {
        flex-wrap: wrap;
        justify-content: center;
        gap: 60px 30px;
    }
    .body-index .about-list li {
        max-width: calc(50% - 40px);
        text-align: center;
    }
    .body-index .about-list li:before {
        left: 50%;
        transform: translateX(-50%);
        top: -25px;
    }
    .body-index .cta-form {
        padding: 30px 25px 25px 25px;
    }
    .body-index .form__head {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 576.8px) {
    .body-index .container {
        padding: 0 12px;
    }
    .body-index .section-light {
        padding: 30px 0;
    }
    .body-index .benefits-info ul h3 {
        font-size: 18px;
    }
    .body-index .benefits-reviews {
        gap: 15px;
    }
    .body-index .about-img {
        height: 180px;
    }
    .body-index .about-list li {
        max-width: 450px;
    }
    .body-index .cta-wrap {
        flex-direction: column;
    }
    .body-index  .cta-img, .body-index .cta-form {
        max-width: 450px;
    }
}
@media screen and (max-width: 400px) {
    .body-index .advantage:last-child .advantage__img {
        right: 0;
        max-width: 150px;
        top: auto;
        bottom: 0;
    }
}



/* End */


/* Start:/local/templates/dresscodeV2/components/bitrix/form.result.new/inline/style.css?175634761110568*/
.webformModal{
    -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);
    position: fixed;
    color: #000000;
    overflow: hidden;
    display: none;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0px;
    top: 0px;
}

.webformModalHideScrollBar{
	position: relative;
	overflow: auto;
    height: 100%;
    width: 120%;
}

.webformModalcn100{
	position: relative;
	height: 100%;
	width: 100%;
	width: 100vw; /* css3 */
}
.webformModal.visible{
	display: block;
}

.webformModalContainer{
	box-shadow: 1px 1px 12px rgba(60, 60, 60, 0.3);
	transform: translateX(-50%) translateY(0%);
    /*transform: translateX(-50%) translateY(-50%);*/
    -webkit-animation-duration: 0.2s;
    animation-duration: 0.2s;
    -webkit-animation-fill-mode: none;
    animation-fill-mode: none;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    background-color: #ffffff;
    position: absolute;
   	-webkit-box-sizing: border-box;
   	-moz-box-sizing: border-box;
   	box-sizing: border-box;
   	margin-bottom: 24px;
    max-width: 500px;
    min-width: 320px;
    width: 100%;
    top: 24px;
    left: 50%;
}

.small .webformModalContainer{
	transform: translateX(-50%) translateY(-50%);
	border-radius: 8px;
	margin-bottom: 0px;
	padding: 24px;
	top: 50%;
}

.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;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

.webFormModalHeading{
    background-color: #f9f9f9;
	font-family: robotomedium;
    position: relative;
    text-align: center;
	border-radius: 8px;
    line-height: 60px;
    font-size: 18px;
    color: #000000;
}

.webformModal .webFormModalHeadingExit{
	position: absolute;
	display: block;
	height: 21px;
	width: 21px;
    right: 20px;
    top: 20px;
}

.webformModal .webFormModalHeadingExit{
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/inline/images/exit.svg) 0 0 no-repeat transparent;
}

.webformModal .webFormModalHeadingExit:hover{
	background-position: 0 -21px ;
}

.webformModal .webFormModalHeadingExit:active{
	background-position: 0 -42px ;
}

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

.webformModal .webFormDescription{
	padding: 0 24px;
}

.webformModal .webFormItems,
.webformModal .webFormTools,
.webformModal .webFormError{
	padding: 0 24px;
}

.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: 150px;
	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/templates/dresscodeV2/components/bitrix/form.result.new/inline/images/checkBox.png) 0 0 no-repeat transparent;
}

.webFormItemField input[type="radio"] + label:before {
	background: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/inline/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{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	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;
	font-family: "roboto_ltregular";
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #ffffff;
	box-sizing: border-box;
	text-align: center;
	border-radius: 6px;
	line-height: 55px;
	font-size: 14px;
	color: #ffffff;
	cursor: pointer;
	outline: none;
	height: 55px;
	width: 100%;
	padding: 0;
}

.webFormTools .tc:first-child{
	padding-right: 12px;
}

.webFormTools .tc:last-child{
	padding-left: 12px;
}

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

.webFormTools input[type="submit"].loading{
	background-image: url(/local/templates/dresscodeV2/components/bitrix/form.result.new/inline/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"]{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	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;
}

.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;
    color: #000000;
    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){

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

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

	.webFormTools input[type="reset"]{
		margin-bottom: 0px;
	}

}

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

	.webFormMessageContainer{
		margin-left: -200px;
		width: 400px;
	}

}

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

	.webFormMessageContainer{
		margin-left: -150px;
		width: 300px;
	}

}

@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 */


/* Start:/local/templates/dresscodeV2/components/bitrix/news.list/mainNews/style.css?173987028783*/
#mainNewsCarousel .item .bigPicture img {
    width: 100%;
    object-fit: cover;
}
/* End */
/* /local/templates/dresscodeV2/components/dresscode/slider/promoSlider/style.css?17278810624985 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/indexBanners/style.min.css?17278811994774 */
/* /local/templates/dresscodeV2/components/dresscode/offers.product/.default/style.css?17278810591737 */
/* /local/templates/dresscodeV2/components/bitrix/catalog.section.list/collection/style.css?1747496580646 */
/* /includes/home/blocks/css/main.css?175646725613073 */
/* /local/templates/dresscodeV2/components/bitrix/form.result.new/inline/style.css?175634761110568 */
/* /local/templates/dresscodeV2/components/bitrix/news.list/mainNews/style.css?173987028783 */
