

/* Start:/local/templates/.default/components/dresscode/catalog/.default/style.css?17186282152942*/
#middleSlider{
	margin-bottom: 24px;
}

.panel-click.selected{
	pointer-events: none;
}

.items.productList{
	margin-bottom: 24px;
}

.removeFromWishlist{
	display: none;
}

/* Стили серии */
.series h3 {
    font-size: 16px;
    color: #232528;
    text-transform: uppercase;
    margin: 0 0 22px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #EEE;
}

.series ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.series_cover {
    display: flex;
    margin-bottom: 40px;
}

.series_text {
    box-sizing: border-box;
    flex: 1;
    background-color: #acce11;                
    padding: 28px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.series_text * {
    color: #fff;
}

.series_text h1 {
    font-size: 36px;
    font-weight: 400;
}

.series_slider {
    width: 60%;
    position: relative;
}

.series_slider img {
    display: block;
    width: 100%;
    height: 490px;
    object-fit: cover;
    object-position: center;
}

.series_slider-controls button {
    position: absolute;
    width: 32px;
    height: 32px;
    box-sizing: border-box;
    border: 0;
    padding: 0;
    top: calc(50% - 16px);
    left: 10px;
    background: url('/bitrix/templates/dresscode/images/selectArrow.png') no-repeat center/10px #fff;
    border-radius: 4px;
    cursor: pointer;
    transform: rotate(90deg);
    opacity: 0;
    transition: all .5s ease;
}

.series_slider-controls button:last-child {
    left: auto;
    right: 10px;
    transform: rotate(-90deg);
}

.series_slider:hover .series_slider-controls button {
    opacity: .9;
}

.series_slider-nav {
    position: absolute;
    display: flex;
    left: 50%;
    bottom: 15px;
    transform: translateX(-50%);
}

.series_slider-nav button {
    display: block;
    box-sizing: border-box;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    border: 0;
    padding: 0;
    background-color: #C3C3C3;
    cursor: pointer;
    transition: all .3s ease;
}

.series_slider-nav button:not(:last-child) {
    margin-right: 10px;
}

.series_slider-nav .tns-nav-active {
    background-color: #fff;
    transform: scale(1.2);
    cursor: default;
}

@media (max-width: 800px) {
    .series_cover {
		flex-direction: column-reverse;
    }

    .series_text {
		padding: 20px 20px;
		align-items: center;
    }

    .series_text * {
		text-align: center;
    }

    .series_text h1 {
		font-size: 24px;
    }

    .series_slider {
		width: 100%;
		position: relative;
    }

    .series_slider img {
		height: 320px;
    }

    .series_slider-controls button {
		opacity: 1;
    }
}

.series .webFormItemField input[type="checkbox"] + label:before {
	background: url(/local/templates/dresscodeV2/images/checkBoxWhite.png) 0 0 no-repeat transparent;
}
/* End */


/* Start:/local/templates/.default/components/dresscode/catalog/.default/bitrix/catalog.section.list/.default/style.css?15881337393993*/
#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/.default/components/dresscode/catalog/.default/style.css?17186282152942 */
/* /local/templates/.default/components/dresscode/catalog/.default/bitrix/catalog.section.list/.default/style.css?15881337393993 */
