

/* Start:/bitrix/templates/dresscode/components/bitrix/catalog/.default/style.css?17618219425179*/
#middleSlider {
    margin-bottom: 24px;
}

.catalog-wrapper {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}

.right-block {
    padding: 0 0 0 5px;
    min-width: 250px;
    max-width: 250px;
}

.right-block .right-block-title {
    line-height: 55px;
    height: 55px;
    background-color: #ffcc00;
    color: #000000;
    text-align: center;
    font-weight: 600;
    border-top: 1px solid #e0dbdb;
    border-right: 1px solid #e0dbdb;
    border-left: 1px solid #e0dbdb;
}

.right-block .right-block-wrapper {
    border: 1px solid #e7e8ea;
    padding: 10px;
}

.right-block .right-block-wrapper .rb-img,
.rb-banner {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}

.rb-banner img {
    width: 100%;
}

.right-block .right-block-wrapper a {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding: 0 0 15px 0;
    text-decoration: none;
}

.right-block .right-block-wrapper a {
    color: #000;
}

.right-block .right-block-wrapper a:hover {
    color: #27c148;
}

.right-block .right-block-wrapper a:hover .rb-name {
    text-decoration: underline dotted #27c148;
}

.right-block .right-block-wrapper .rb-name {
    padding: 0 0 0 15px;
    text-decoration: underline dotted #737373;
}

.right-block .rb-banner {
    padding: 10px 0;
}

.right-block-img.big {
    display: none !important;
}

.product .row a:first-child {
    width: 55% !important;
}

.product .row a:last-child {
    width: 45% !important;
}

@media screen and (max-width: 1368px) {
    .right-block {

        min-width: 215px;
        max-width: 215px;
    }
}

@media screen and (max-width: 1300px) {
    .right-block {
        padding: 0 0 0 5px;
        min-width: 200px;
        max-width: 200px;
    }
}

@media screen and (max-width: 1220px) and (min-width: 1200px) {
    .priceVariantListItem {
        font-size: 12px;
    }
}

@media screen and (max-width: 1000px) {
    .right-block {
        min-width: 200px;
    }
}

@media screen and (max-width: 710px) {
    .catalog-wrapper {
        flex-flow: column;
    }

    .right-block {
        min-width: 100%;
    }

    .right-block .right-block-wrapper a {
        justify-content: flex-start;
    }
}

@media screen and (max-width: 600px) {
    .right-block {
        padding: 0 0 30px 0;
    }

    .rb-banner img {
        width: 100%;
    }

    .right-block .right-block-wrapper a {
        justify-content: flex-start;
    }

    .right-block-img.small {
        display: none !important;
    }

    .right-block-img.big {
        display: block !important;
    }
}
.s-price-info {
    margin-top: 40px;
}

.s-price-info__title {
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    margin-bottom: 22px;
}

.s-price-info__title h1,
.s-price-info__title h2,
.s-price-info__title h3 {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
    margin: 0;
}

.s-price-info__table {
    width: 100%;
    border-spacing: 0;
    font-size: 15px;
    line-height: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.s-price-info__table-head th {
    background: #F6F6F6;
    font-weight: 600;
    text-align: left;
    padding: 20px 25px;
}

.s-price-info__table-body td {
    padding: 20px 25px;
}

.s-price-info__table-body td:nth-child(3) {
    white-space: nowrap;
}

.s-price-info__table-body tr:nth-child(odd) td {
    background: #fff;
}

.s-price-info__table-body tr:nth-child(even) td {
    background: #F6F6F6;
}

.s-price-info__table-body a {
    color: #1C9DF8;
    text-decoration: none;
}

@media (hover:hover) {
    .s-price-info__table-body a:hover {
        color: #27c148;
    }
}

.s-price-info__table-body a:active {
    color: #27c148;
}

@media all and (max-width: 1580px) {
    .s-price-info__title {
        font-size: 22px;
        line-height: 28px;
    }

    .s-price-info__table {
        font-size: 15px;
        line-height: 22px;
    }

    .s-price-info__table-head th,
    .s-price-info__table-body td {
        padding: 15px 20px;
    }
}

@media all and (max-width: 1270px) {
    .s-price-info__title {
        font-size: 18px;
        line-height: 22px;
    }

    .s-price-info__table {
        font-size: 14px;
        line-height: 18px;
        border-radius: 12px;
    }

    .s-price-info__table-head th,
    .s-price-info__table-body td {
        padding: 15px;
    }
}

@media all and (max-width: 700px) {
    .s-price-info__table-c {
        margin-left: -12px;
        margin-right: -12px;
        padding-left: 12px;
        padding-right: 12px;
        overflow: auto;
    }

    .s-price-info__table {
        font-size: 12px;
        line-height: 16px;
        border-radius: 0;
        overflow: visible;
        table-layout: fixed;
    }

    .s-price-info__table-head th {
        padding: 5px 10px;
    }

    .s-price-info__table-body td {
        padding: 15px 10px;
    }

    .s-price-info__table-head th:nth-child(1) {
        width: clamp(85px, 23vw, 250px);
    }

    .s-price-info__table-head th:nth-child(2) {
        width: 51vw;
    }

    .s-price-info__table-head th:nth-child(3) {
        width: 105px;
    }
}

/* End */


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

#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 .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 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;
	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: 1366px) {
	
	#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 */
/* /bitrix/templates/dresscode/components/bitrix/catalog/.default/style.css?17618219425179 */
/* /bitrix/templates/dresscode/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?16588635253796 */
