

/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/.default/style.css?17534450395275*/
body {
  overflow-x: hidden;
}
#middleSlider {
  margin-bottom: 24px;
}

.panel-click.selected {
  pointer-events: none;
}

.items.productList {
  margin-bottom: 24px;
}

.removeFromWishlist {
  display: none;
}
.ctBanner {
  margin: 25px 0 35px;
}
.ctBanner__wrapper {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.ctBanner__content {
  background-color: #e87622;
  display: flex;
  align-items: start;
  justify-content: flex-start;
  gap: 48px;
  padding: 49px 0 47px 100px;
}
.ctBanner__leftside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.ctBanner__title {
  font-family: Roboto;
  font-weight: 600;
  font-style: SemiBold;
  font-size: 36px;
  leading-trim: NONE;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
}
.ctBanner__descr {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  leading-trim: none;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  opacity: 0.64;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: flex-start;
  gap: 8px;
}
.ctBanner__rightside {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  padding-right: 53px;
  gap: 29px;
  position: relative;
  z-index: 5;
}
.ctBanner__rightside::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-48%, -52%);
  background-color: #e87622;
  width: 391px;
  height: 391px;
  border-radius: 50%;
  z-index: -1;
}
.ctBanner__button_mobile {
  display: none;
}
.ctBanner__button:hover {
  background-color: #f1ab3d;
  color: #fff;
}
.ctBanner__button {
  font-family: Roboto;
  font-weight: 400;
  font-style: Regular;
  font-size: 17px;
  leading-trim: none;
  line-height: 24px;
  letter-spacing: 0%;
  padding: 12px 16px;
  background-color: #fff;
  color: #e87622;
  border: none;
  cursor: pointer;
  transition: all 0.2s linear;
}
.ctBanner__images.ctBanner__images_mobile {
  display: none;
}
.ctBanner__images {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}
.ctBanner__img_small {
  height: 24px;
  width: 100%;
  object-fit: contain;
  mix-blend-mode: luminosity;
}
.ctBanner__img {
}
.ctBanner__image {
  position: absolute;
  top: 50%;
  min-height: 100%;
  width: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 3;
}

@media screen and (max-width: 1599px) {
  .ctBanner__content {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .ctBanner__content {
    gap: 25px;
    padding: 25px;
  }
  .ctBanner__leftside {
    max-width: 370px;
    gap: 12px;
  }
  .ctBanner__rightside::after {
    transform: translate(-59%, -50%);
    width: 320px;
    height: 320px;
  }
  .ctBanner__title {
    font-size: 28px;
  }
  .ctBanner__button {
    font-size: 15px;
    padding: 8px;
  }
  .ctBanner__descr {
    font-size: 15px;
    gap: 4px;
  }
}
@media screen and (max-width: 988px) {
  .ctBanner__descr {
    font-size: 14px;
    max-width: 300px;
    gap: 0px;
  }
  .ctBanner__title {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .ctBanner__rightside {
    display: none;
  }
  .ctBanner__image {
    width: 100%;
    top: 35%;
    left: 0;
    object-fit: cover;
  }
  .ctBanner__wrapper {
    height: 445px;
  }
  .ctBanner__leftside {
    width: 100%;
    max-width: unset;
    z-index: 6;
    align-items: center;
    justify-content: center;
    padding: 40px;
    postion: relative;
  }
  .ctBanner__leftside::after {
    content: "";
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #e87622;
    width: 100vw;
    height: 100vw;
    border-radius: 50%;
    z-index: -1;
  }
  .ctBanner__content {
    flex-direction: column;
    align-items: center;
    padding: 0 16px;
    gap: 16px;
    justify-content: flex-end;
    height: 100%;
    background: none;
    background-color: #e87622;
  }
  .ctBanner__title {
    margin-top: 14px;
    font-size: 26px;
  }
  .ctBanner__descr {
    justify-content: center;
    align-items: center;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }
  .ctBanner__button_mobile {
    display: flex;
    margin-top: 14px;
    font-size: 17px;
    line-height: 24px;
    padding: 12px 16px;
  }
  .ctBanner__images.ctBanner__images_mobile {
    display: flex;
  }
  .ctBanner__images {
    gap: 18px;
  }
  .ctBanner__img_small {
    height: 19px;
  }
}

@media screen and (max-width: 565px) {
  .ctBanner__image {
    top: 25%;
  }
  .ctBanner__leftside::after {
    top: 20%;
  }
}
@media screen and (max-width: 380px) {
  .ctBanner__leftside {
    padding: 8px 16px 32px;
  }
  .ctBanner__leftside::after {
    top: 33%;
  }
  .ctBanner__title {
    font-size: 21px;
    text-align: center;
  }
  .ctBanner__button_mobile {
    font-size: 15px;
    padding: 8px;
  }
}

/* End */


/* Start:/local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.section.list/.default/style.css?17442700993993*/
#catalogSection{
	margin-top: 24px;
}

#catalogSection .sectionItems{
	overflow: hidden;
}

#catalogSection .sectionItems .item{
	-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;
	padding: 24px 24px;
	border-top: 0;
}

#catalogSection .sectionItems .item{
	border-bottom: 0px !important;
}

#catalogSection .sectionItems .item:last-child{
	border-bottom: 1px solid #e7e8ea !important;
}

#catalogSection .sectionItems .item .itemContainer{
	table-layout: fixed;
	display: table;
	width: 100%;
}

#catalogSection .sectionItems .item .itemContainer .column{
	vertical-align: middle;
	display: table-cell;
}

#catalogSection .sectionItems .item .itemContainer .bigPicture{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	padding-right: 24px;
	text-align: center;
	position: relative;
	width: 450px;
}

#catalogSection .sectionItems .item .itemContainer .bigPicture:hover{
	opacity: 0.9;
}

#catalogSection .sectionItems .item .itemContainer .bigPicture .markerContainer{
	position: absolute;
	z-index: 2;
	left: 0px;
	top: 0px;
}

#catalogSection .sectionItems .item .itemContainer .bigPicture img{
	max-width: 100%;
}

#catalogSection .sectionItems .item .itemContainer .bigPicture .marker {
	font: normal normal 12px "roboto_ltregular" , arial , sans-serif;
	margin-bottom: 8px;
	padding: 3px 4px;
	line-height: 16px;
	z-index: 2;
}

#catalogSection .sectionItems .item .itemContainer .bigPicture a:active{
	position: relative;
	top: 1px;
}

#catalogSection .sectionItems .item .itemContainer .bigTitle{
	-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;
	font-family: 'robotobold';
	text-decoration: none;
	margin-bottom: 24px;
	font-size: 20px;
	display: block;
}

#catalogSection .sectionItems .item .itemContainer .bigTitle:active{
	position: relative;
	top: 1px;
}

#catalogSection .sectionItems .item .itemContainer .description{
	margin-bottom: 24px;
	font-size: 12px;
}

#catalogSection .sectionItems .item .itemContainer .sectionList{
	overflow: hidden;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section{
	margin-bottom: 12px;
	width: 33.333333%;
	float: left;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section:nth-child(3n) a{
	margin-right: 0;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section 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-decoration: none;
	padding-bottom: 12px;
	margin-right: 24px;
	font-size: 14px;
	display: block;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section a:active{
	position: relative;
	top: 1px;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section img{
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	vertical-align: middle;
	padding-right: 12px;
}

#catalogSection .sectionItems .item .itemContainer .sectionList .section a:hover img{
	opacity: 0.6;
}

@media all and (max-width: 1700px) {
	#catalogSection .sectionItems .item .itemContainer .sectionList .section{
		width: 50%;
	}
}

@media all and (max-width: 1500px) {
	#catalogSection .sectionItems .item .itemContainer .sectionList .section{
		width: 100%;
	}
}

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

	#catalogSection .sectionItems .item .itemContainer .column{
		display: block;
	}

	#catalogSection .sectionItems .item .itemContainer .bigPicture{
		width: auto;
	}

	#catalogSection .sectionItems .item .itemContainer .sectionList .section{
		width: 33.333333%;
	}

}

@media all and (max-width: 1100px) {
	#catalogSection .sectionItems .item .itemContainer .sectionList .section{
		width: 100%;
	}
}
/* End */
/* /local/templates/dresscodeV2/components/dresscode/catalog/.default/style.css?17534450395275 */
/* /local/templates/dresscodeV2/components/dresscode/catalog/.default/bitrix/catalog.section.list/.default/style.css?17442700993993 */
