

/* Start:/bitrix/templates/dresscode/components/bitrix/catalog/.default/style.css?178151458319984*/
#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;
}

#left .right-block {
    min-width: unset;
    max-width: unset;
    width: 305px;
    margin-right: 24px;
    padding: 0;
}

.right-block .right-block-title {
    border-top: 1px solid #e0dbdb;
    border-right: 1px solid #e0dbdb;
    border-left: 1px solid #e0dbdb;
    border-radius: 8px 8px 0 0;

    text-transform: uppercase;
    background: #e4e7ed;
    text-align: center;
    font-size: 13px;
    color: #000;
    line-height: 65px;
    font-weight: 400;
    display: block;
    height: 65px;
}

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

.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%;
}

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

@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) {

    .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;
    }
}

@media (max-width: 1550px) {
    #left .right-block {
        width: 300px;
    }
}

@media (max-width: 1366px) {
    #left .right-block {
        width: 280px;
    }
}

@media (max-width: 1280px) {
    #left .right-block {
        width: 330px;
    }
}

@media (max-width: 1200px) {
    #left .right-block {
        width: 260px;
    }
}

@media (max-width: 1024px) {
    #left .right-block {
        display: none;
    }

    .catalog-wrapper {
        flex-flow: column;
    }

    .catalog-right-mobile .right-block {
        width: 100%;
        max-width: unset;
        min-width: unset;
        padding: 0;
    }
}

.compare-all,
.compare-all *,
.compare-all *::before,
.compare-all *::after {
    box-sizing: border-box;
}

.compare-all {
    position: relative;
    vertical-align: middle;
}

.compare-all__button {
    display: flex;
    align-items: center;
    padding: 7px 10px;

    font-family: inherit;
    font-size: 12.5px;
    line-height: 18px;
    color: black;

    background-color: #ffffff;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background-color 250ms ease;
}

.compare-all__button.compare--active {
    background-color: #F1F4F9;
}

@media (hover: hover) {
    .compare-all__button:hover {
        background-color: #F1F4F9;
    }
}

.compare-all__button::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 6px;

    background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.70996 15.6899C5.72211 17.1137 4.57126 18.2749 3.14746 18.2749C1.74095 18.2747 0.597938 17.1404 0.585938 15.7339L0.53125 9.41455H5.65625L5.70996 15.6899ZM18.5859 15.7075C18.5858 17.1226 17.4377 18.27 16.0225 18.27C14.6078 18.2698 13.4607 17.1231 13.46 15.7085L13.459 7.12451H18.584L18.5859 15.7075ZM10.9404 0.274902C11.6137 0.274903 12.1592 0.821317 12.1592 1.49463V17.0493C12.1589 17.7224 11.6136 18.2681 10.9404 18.2681H8.25391C7.58095 18.2678 7.03539 17.7223 7.03516 17.0493V15.3696H8.41699C8.73701 15.3696 8.99699 15.1539 8.99707 14.8882C8.99675 14.6226 8.73686 14.4068 8.41699 14.4067H7.03516V12.4028H7.96582C8.28584 12.4028 8.5459 12.1862 8.5459 11.9204C8.54533 11.655 8.28549 11.439 7.96582 11.439H7.03516V9.4624H8.41699C8.73667 9.46238 8.99643 9.24631 8.99707 8.98096C8.99707 8.71515 8.73706 8.49856 8.41699 8.49854H7.03516V6.49463H7.96582C8.28565 6.49456 8.54558 6.27874 8.5459 6.01318C8.54588 5.74742 8.28583 5.5318 7.96582 5.53174H7.03516V3.52393H8.41699C8.73686 3.5239 8.99675 3.30806 8.99707 3.04248C8.99702 2.77671 8.73703 2.56106 8.41699 2.56104H7.03516V1.49463C7.03516 0.821472 7.58081 0.275155 8.25391 0.274902H10.9404ZM5.63965 8.45166H0.53125L3.08594 4.95264L5.63965 8.45166ZM18.5195 6.1626H13.5234L16.0215 2.74072L18.5195 6.1626Z' fill='%23111725'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

.compare-all__modal[hidden] {
    display: none;
}

.compare-all__modal {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 11;

    width: 50vw;
    min-width: 580px;
    max-width: 642px;
    margin-top: 9px;

    background-color: #ffffff;
    border: 1px solid #E2E2E2;
    border-radius: 8px;
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.15);

    transform: translateX(-50%);
}

.compare-check {
    position: relative;
    display: flex;
    min-height: 20px;
    padding-left: 20px;
    cursor: pointer;
}

.compare-check__input {
    position: absolute;
    opacity: 0;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    margin: 0;
}

.compare-check__label {
    padding-left: 8px;

    font-size: 12px;
    line-height: 20px;
    font-family: inherit;
}

.compare-check__label::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-color: transparent;
    border: 2px solid black;
    transition: all 250ms ease;
}

.compare-check__label::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    opacity: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4976 8.42969L9.16503 15.7623L5.83203 12.4293' stroke='white' stroke-width='2.54536' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
    transition: all 250ms ease;
}

.compare-check__input:checked ~ .compare-check__label::before {
    background-color: #009846;
    border-color: #009846;
}

.compare-check__input:checked ~ .compare-check__label::after {
    opacity: 1;
}

.compare-good {
    display: flex;
    padding: 8px 16px;
    border-bottom: 1px solid #E2E2E2;
}

.compare-good:last-child {
    border-bottom: none;
}

.compare-good__link {
    display: flex;
    align-items: center;
    flex-grow: 1;
    color: black;
    text-decoration: none;
}

.compare-good__img {
    flex-shrink: 0;
    object-fit: contain;
}

.compare-good__name {
    flex-grow: 1;
    margin: 0 16px;
    font-size: 14px;
    line-height: 130%;
    transition: color 250ms ease;
}

.compare-good__price {
    width: 5.1em;
    flex-shrink: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    white-space: nowrap;
}

.compare-good__price small {
    font-size: 14px;
}

.compare-good__check {
    flex-shrink: 0;
    margin-left: 16px;
    align-self: center;
}

.compare-modal__button {
    padding: 11px;
    font-size: 12px;
    line-height: 130%;
    font-family: inherit;
    font-weight: 600;
    color: black;
    border: none;
    border-radius: 4px;
    background-color: #FFCC00;
    cursor: pointer;
    transition: background-color 250ms ease;
}

.compare-modal__button[disabled] {
    background-color: #ffda62;
    cursor: not-allowed;
}

@media (hover: hover) {
    .compare-check:hover .compare-check__label::before {
        border-color: #009846;
    }

    .compare-modal__button:hover {
        background-color: #ffe066;
    }

    .compare-good__link:hover .compare-good__name {
        color: #009846;
    }
}

.compare-modal__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 18px 16px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
}

.compare-modal__body {
    max-height: 484px;
    overflow-y: auto;
}

.compare-modal__close {
    display: none;
}

@media (max-width: 1299px) {
    .compare-all {
        position: static;
    }

    #catalogLine {
        position: relative;
    }
}

.oFilter {
    vertical-align: middle;
}

.oSmartFilter {
    display: flex;
    align-items: center;
    padding: 9px;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
    text-decoration: none;
    box-sizing: border-box;
}

.oSmartFilter::before {
    content: "";
    display: block;
    width: 13px;
    height: 13px;
    margin-right: 5px;

    background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='3.95006' cy='10.9291' r='1.55943' fill='black'/%3E%3Ccircle cx='8.45006' cy='6.53746' r='1.55943' fill='black'/%3E%3Ccircle cx='4.02818' cy='2.14146' r='1.55943' fill='black'/%3E%3Cpath d='M1.57716 10.2715C1.51879 10.4818 1.48538 10.7028 1.48536 10.9316C1.48536 11.1867 1.5248 11.4327 1.59669 11.6641H0.956068C0.571354 11.6641 0.261433 11.3525 0.263685 10.9678C0.266059 10.5832 0.579355 10.2717 0.96388 10.2715H1.57716ZM11.876 10.2715C12.2607 10.2715 12.5706 10.5831 12.5684 10.9678C12.566 11.3524 12.2528 11.664 11.8682 11.6641H6.30568C6.37754 11.4327 6.41603 11.1866 6.41603 10.9316C6.41601 10.7027 6.38262 10.4818 6.32423 10.2715H11.876ZM6.06154 5.93262C6.0124 6.12676 5.98341 6.32965 5.98341 6.53906C5.98345 6.81425 6.03105 7.07806 6.11427 7.3252H0.956068C0.571316 7.32519 0.261371 7.01365 0.263685 6.62891C0.26606 6.24431 0.579295 5.93278 0.96388 5.93262H6.06154ZM11.876 5.93262C12.2607 5.93262 12.5706 6.24421 12.5684 6.62891C12.5661 7.01357 12.2528 7.32504 11.8682 7.3252H10.7842C10.8674 7.07811 10.914 6.81418 10.9141 6.53906C10.9141 6.32962 10.8851 6.12678 10.836 5.93262H11.876ZM1.62697 1.59375C1.5869 1.7701 1.5635 1.95313 1.56349 2.1416C1.56349 2.43863 1.61859 2.72262 1.71486 2.98633H0.956068C0.571316 2.98632 0.261371 2.67479 0.263685 2.29004C0.26606 1.90544 0.579295 1.59391 0.96388 1.59375H1.62697ZM11.876 1.59375C12.2607 1.59375 12.5706 1.90534 12.5684 2.29004C12.5661 2.6747 12.2528 2.98618 11.8682 2.98633H6.34279C6.43908 2.72259 6.49415 2.43867 6.49415 2.1416C6.49414 1.95317 6.4717 1.77006 6.43165 1.59375H11.876Z' fill='black'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: contain;
}

#catalogLine .column.column--sort-mobile {
    display: none;
}

@media (max-width: 850px) {
    #catalogLine {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #catalogLine div.column {
        margin: 0;
    }

    #catalogLine .column.column--sort-desktop,
    #catalogLine .column.column--view {
        display: none;
    }

    #catalogLine .oFilter.column {
        margin-right: 0;
    }

    .compare-all__button {
        padding: 6px 10px;
        font-size: 12px;
        line-height: 16px;
    }

    #catalogLine .column.column--sort-mobile {
        position: relative;
        display: block;
    }

    #catalogLine .column--sort-mobile .label {
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        width: 100%;
        height: 100%;
        padding: 9px;
        margin: 0;
        font-size: 12px;
        line-height: 14px;
        color: #000000;
        pointer-events: none;
        box-sizing: border-box;
    }

    #catalogLine .column--sort-mobile .label::before {
        content: "";
        display: block;
        width: 13px;
        height: 13px;
        margin-right: 5px;

        background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.7656 10.1382C12.0305 9.85919 12.0191 9.41874 11.7402 9.15381C11.4612 8.8889 11.0207 8.90021 10.7558 9.1792L9.92962 10.0493L9.92962 1.27588C9.92948 0.891245 9.618 0.57959 9.23333 0.57959C8.84867 0.57959 8.53719 0.891245 8.53704 1.27588L8.53705 9.97217L7.83685 9.19287C7.57964 8.90672 7.13863 8.88293 6.85248 9.14014C6.56634 9.39735 6.54352 9.83836 6.80072 10.1245L8.71771 12.2573C8.72079 12.2607 8.72433 12.2637 8.72748 12.2671C8.7376 12.2779 8.74794 12.2882 8.75873 12.2983C8.78075 12.319 8.80374 12.3384 8.82806 12.356C8.93169 12.4305 9.0559 12.4758 9.19134 12.4839C9.20307 12.4846 9.21469 12.4876 9.2265 12.4878L9.23333 12.4878C9.25682 12.4878 9.27979 12.4842 9.30267 12.4819C9.46882 12.4659 9.62508 12.3932 9.74115 12.271L11.7656 10.1382Z' fill='black'/%3E%3Cpath d='M5.92572 2.93311C6.19061 3.2121 6.17926 3.65255 5.90033 3.91748C5.62131 4.18239 5.18088 4.17108 4.91595 3.89209L4.08978 3.02197L4.08978 11.7954C4.08963 12.18 3.77816 12.4917 3.39349 12.4917C3.00882 12.4917 2.69735 12.18 2.6972 11.7954L2.6972 3.09912L1.99701 3.87842C1.7398 4.16457 1.29879 4.18836 1.01263 3.93115C0.726494 3.67394 0.703674 3.23293 0.960874 2.94678L2.87787 0.813965C2.88095 0.81054 2.88449 0.807555 2.88763 0.804199C2.89776 0.793434 2.9081 0.783053 2.91888 0.772949C2.9409 0.752241 2.9639 0.732864 2.98822 0.715332C3.09185 0.640822 3.21606 0.595476 3.3515 0.587402C3.36323 0.586649 3.37484 0.583657 3.38665 0.583496L3.39349 0.583496C3.41697 0.583496 3.43994 0.587089 3.46283 0.589356C3.62898 0.605436 3.78523 0.678041 3.9013 0.800293L5.92572 2.93311Z' fill='black'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-size: contain;
    }

    #catalogLine .column--sort-mobile select {
        display: block;
        opacity: 0;
        width: 102px;
        height: 32px;
        box-sizing: border-box;
        cursor: pointer;
    }

    div#catalogLine {
        margin-bottom: 20px;
        height: 39px;
    }

    .compare-all__modal {
        right: 0;
        left: 0;
        transform: none;
        width: 100%;
        min-width: 0;
        max-width: 100%;
    }

    .compare-modal__header {
        position: relative;
        flex-wrap: wrap;
        padding: 37px 14px 12px;
        gap: 12px 8px;
    }

    .compare-modal__close {
        position: absolute;
        top: 3px;
        right: 2px;

        display: block;
        width: 38px;
        height: 38px;

        background: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26.293 10.293C26.6835 9.90252 27.3165 9.90247 27.707 10.293C28.0974 10.6835 28.0975 11.3165 27.707 11.707L20.4141 19L27.707 26.293C28.0974 26.6835 28.0975 27.3166 27.707 27.707C27.3166 28.0975 26.6835 28.0974 26.293 27.707L19 20.4141L11.707 27.707C11.3165 28.0975 10.6835 28.0975 10.293 27.707C9.90244 27.3165 9.90245 26.6835 10.293 26.293L17.5859 19L10.293 11.707C9.90245 11.3165 9.90244 10.6835 10.293 10.293C10.6835 9.90245 11.3165 9.90244 11.707 10.293L19 17.5859L26.293 10.293Z' fill='black'/%3E%3C/svg%3E") no-repeat;
        border: none;
        cursor: pointer;
    }

    .compare-check:not(:last-of-type) {
        width: 100%;
    }

    .compare-modal__button {
        padding: 8px;
        margin-top: -4px;
    }


    .compare-check {
        min-height: 16px;
        padding-left: 16px;
    }

    .compare-check__input,
    .compare-check__label::before,
    .compare-check__label::after {
        width: 16px;
        height: 16px;
    }

    .compare-check__label {
        padding-left: 5px;

        font-size: 11px;
        line-height: 16px;
    }

    .compare-check__label::before {
        border-width: 1px;
    }

    .compare-good {
        padding: 11px 15px 11px 11px;
    }

    .compare-good__link {
       display: grid;
       grid-template-columns: 60px 1fr;
       grid-template-rows: max-content 22px;
       grid-gap: 8px 9px;
    }

    .compare-good__img {
        grid-row: span 2;
        width: 60px;
        height: 60px;
    }

    .compare-good__name {
        margin: 0;
        font-size: 11px;
        line-height: 15px;
    }

    .compare-good__price {
        width: auto;
        margin-top: auto;
    }
}

@media (max-width: 350px) {
    div#catalogLine {
        padding: 0 8px;
    }

    .oSmartFilter,
    .compare-all__button {
        padding-left: 6px;
        padding-right: 6px;
    }
}
/* 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?178151458319984 */
/* /bitrix/templates/dresscode/components/bitrix/catalog/.default/bitrix/catalog.section.list/.default/style.css?16588635253796 */
