

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

.s-body .s-filters.opened #smartFilterForm {
	display: block !important;
}

.s-body .s-filters.opened .hidden-filter #smartFilterForm {
	display: none !important;
}

.catalogTagItems .catalogTagItem {
    vertical-align: middle;
	background-color: #f4f4f4;
    display: inline-block;
    margin-bottom: 12px;
    margin-right: 12px;
	border-radius: 40px;
	padding: 6px;
	cursor: pointer;
}

.catalogTagItems .catalogTagItem:hover {
	background-color: #e2e2e2;
}

.catalogTagItems span {
    transition: all 0.2s ease-in-out;
    text-decoration: none;
    padding: 6px 12px;
    color: #000000;
}


.catalogTagItems {
    margin-bottom: 12px;
}

.catalogTagItems .catalogTagItem a::after, .catalogTagItems .catalogTagItem a::before {
  height: 16px;
  width: 2px;
  /*left: 6px;
  top: -1px;*/
  left: 4px;
  top: -3px;
  background: #fff;
  content: '';
  position: absolute;
  display: block;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.catalogTagItems .catalogTagItem a::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalogTagItems .catalogTagItem:not(#mob-filter-clear) a {
  position: relative;
  display: inline-block;
  /*width: 14px;
  height: 14px;*/
  width: 22px;
  height: 22px;
  background-color: #d5d5d5;
  vertical-align: middle;
  border: 6px solid #d5d5d5;
  border-radius: 50%;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.topdescr {margin: 2px 0px 20px 0px;}
/* End */


/* Start:/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/style.css?178835390566799*/
.s-files-list__item .tb {
    border: none !important;
}
.s-files-list__item {
    min-width: 25% !important;
    max-width: 40% !important;
}
ol,
ul {
    list-style: none;
}

.questions-block_answer ul {
    list-style: disc;
    padding-left:18px;
}

blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
input {
    outline: none;
}

.fancybox__backdrop {
    opacity: 0.9;
}
.main-description_block {
    padding: 16px;
    margin-bottom: 25px;
}
.main-description_block span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    color: var(--text-black);
    padding-left: 29px;
    line-height: 20px;
    margin-bottom: 9px;
    display: block;
}

.main-description_block.__1 span {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-i-2-black.svg) no-repeat center left;
}

.main-description_block.__2 span {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-i-2.svg) no-repeat center left;
}
.main-description_block p {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-black);
}
.main-description_block.__1 {
    background: #f0f8ef;
}
.main-description_block.__2 {
    background: #fff4f4;
}
.main-description_block.__2 span {
    color: #DB5234;
}
.main-description_block.__2 p {
    color: #DB5234;
}
.main-description_content {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-grey-2);
}
.main-description_content ul {
    padding-left: 30px;
    margin-bottom: 24px;
}
.main-description_content ul li {
    list-style: disc;
}
.main-description_content p {
    margin-bottom: 24px;
}
.main-description_content h3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--text-black);
    margin-bottom: 24px;
}

.main-last_slider {
    padding: 0 30px;
    margin-right: -1px;
}
.main-last_slider .slick-track {
    margin: 0;
}
.main-last_slider .slick-arrow {
    position: absolute;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/arrow11.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    left: 0;
    border: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}
.main-last_slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.main-last_item {
    border: 1px solid var(--border-for-border);
    border-radius: 4px;
    padding: 12px;
}
.main-last_image {
    margin-bottom: 2px;
    display: block;
}
.main-last_image img {
    width: 100%;
}
.main-last_art {
    display: inline-block;
    font-size: 12px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    color: var(--text-grey);
    padding-right: 20px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-5.svg) right center no-repeat;
    line-height: 20px;
    margin-bottom: 8px;
}
.main-last_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 130%;
    color: var(--text-black);
    margin-bottom: 8px;
    display: block;
    text-decoration: none;
}
.main-last_price {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--text-black);
}

.main-product_header {
    padding-bottom: 16px;
    border-bottom: 1px solid var(--border-for-border);
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .main-product_header {
        border-bottom: none;
        margin-bottom: 0;
    }
}
.main-product_header_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-product_title {
    font-family: var(--font-family) !important;
    font-weight: 500 !important;
    font-size: 26px;
    line-height: 100%;
    color: var(--text-black);
    margin-bottom: 15px;
}
.main-product_tip {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    padding: 4px 8px;
    display: inline-block;
}
.main-product_tip.__new {
    background: var(--tertiary-default);
}
.main-product_row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 1200px) {
    .main-product_row {
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .main-product_row {
        display: block;
    }
}
.main-product_top-row {
    display: flex;
    flex-wrap: wrap;
    width: 0;
    flex-grow: 1;
}
@media (max-width: 1200px) {
    .main-product_top-row {
        width: auto;
        flex-wrap: wrap;
    }
}
@media (max-width: 768px) {
    .main-product_top-row {
        display: block;
    }
}
.main-product_mobile {
    display: none;
}
@media (max-width: 768px) {
    .main-product_mobile {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 6px;
    }
}
.main-product_left {
    width: 51%;
    max-width: 589px;
}
@media (max-width: 1200px) {
    .main-product_left {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .main-product_left {
        width: 100%;
        max-width: none;
    }
}
.main-product_center {
    width: 30%;
    flex-grow: 1;
    padding: 0 25px;
}
@media (max-width: 1200px) {
    .main-product_center {
        width: 50%;
    }
}
@media (max-width: 768px) {
    .main-product_center {
        width: auto;
        max-width: none;
        margin-top: 25px;
    }
}
.main-product_right {
    width: 30%;
    max-width: 488px;
    position: relative;
}
@media (max-width: 1200px) {
    .main-product_right {
        display: none;
    }
}
@media (max-width: 1200px) {
    .main-product_right.__cloned {
        display: block;
        width: 100%;
        max-width: none;
    }
}
@media (max-width: 768px) {
    .main-product_right.__cloned {
        margin-top: 44px;
    }
}
.main-product_right-block {
    position: sticky;
    top: 214px;
    z-index: 1;
}
@media (max-width: 1200px) {
    .main-product_right-block {
        position: static;
    }
}
.main-product_images-block {
    display: flex;
    width: 100%;
}
.main-product_images {
    width: 0;
    flex-grow: 1;
}
.main-product_images-text {
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    color: #9d9d9d;
    text-align: center;
}
.main-product_images-text-wrapper {
    margin-top: 6px;
    margin-right: 50px;
    word-wrap: break-word;
    overflow: hidden;
}
.main-product_image-large {
    display: block;
    margin-bottom: 12px;
}
.main-product_image-large img {
    display: block;
    width: 100%;
    border-radius: 4px;
    object-fit: contain;
    max-height: 537px;
}
@media (max-width: 768px) {
    .main-product_image-large img {
        max-width: 500px;
        margin: 0 auto;
    }
}
.main-product_thumbs {
    text-align: center;
    padding: 0 30px;
}

@media (min-width: 768px) {
    .main-product_thumbs .main-product_thumb {
        width: 60px;
        height: 60px;
        margin-left: 7px;
    }
}

@media (max-width:1450px) and (min-width: 1201px) {
    .main-product_thumbs .main-product_thumb {
        width: 45px;
        height: 45px;
    }
}
@media (max-width: 768px) {
    .main-product_thumbs .main-product_thumb {
        padding: 0;
        width: 44px;
        height: 44px;
    }
}
.main-product_thumbs .main-product_thumb img {
    display: block;
    margin: 0 auto;
    border-radius: 4px;
    width: 100%;
    height: 96%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .main-product_thumbs .main-product_thumb img {
        width: 44px;
        height: 44px;
    }
}
.main-product_thumbs .main-product_thumb.__video {
    position: relative;
}

.main-product_thumbs .main-product_thumb.__video:after {
    content: '';
    background: rgba(117, 117, 117, 0.8) url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/video-ico.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
@media (max-width: 400px) {
    .main-product_thumbs .main-product_thumb.__video:after {
        top: 31%;
        width: 22px;
        height: 22px;
    }
}

.item.__video {
    position: relative;
}
.item.__video:after {
    content: '';
    background: rgba(117, 117, 117, 0.8) url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/video-ico.svg) no-repeat center center;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
@media (max-width: 400px) {  .item.__video:after {
        top: 31%;
        width: 22px;
        height: 22px;
    }
}

.main-product_thumbs .slick-current .main-product_thumb img {
    border: 1px solid var(--primary-default);
}
.main-product_thumbs .slick-arrow {
    position: absolute;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/arrow11.svg) no-repeat center center;
    width: 24px;
    height: 24px;
    left: 0;
    border: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    font-size: 0;
    cursor: pointer;
}
.main-product_thumbs .slick-arrow.slick-next {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(180deg);
}
.main-product_icons {
    width: 42px;
    margin-left: 10px;
}
@media (max-width: 768px) {
    .main-product_icons {
        display: none;
    }
    .main-product_icons.__clone {
        display: flex;
        width: auto;
    }
}
.main-product_icons a {
    width: 42px;
    height: 42px;
    margin-bottom: 12px;
    border: 1px solid var(--border-for-border);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.main-product_icons a.added{
    background-color: #72C2F8;
}
.main-product_icons a.added img:nth-child(1) {
    display: none;
}
.main-product_icons a.added img:nth-child(2) {
    display: block;
}

.top-product_info-row a.added{
    background-color: #72C2F8;
}
.top-product_info-row a.added img:nth-child(1) {
    display: none;
}
.top-product_info-row a.added img:nth-child(2) {
    display: block;
}

@media (max-width: 768px) {
    .main-product_icons a {
        flex-shrink: 0;
        margin-left: 4px;
        margin-bottom: 0;
    }
}
.main-product_icons a:hover {
    background: var(--primary-hover);
    border: 1px solid transparent;
}
.main-product_icons a:active {
    background: var(--primary-cliced);
    border: 1px solid transparent;
}
.main-product_icons a img:nth-child(2) {
    display: none;
}
.main-product_icons a:hover img:nth-child(1) {
    display: none;
}
.main-product_icons a:hover img:nth-child(2) {
    display: block;
}
.main-product_block-1_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .main-product_block-1_row {
        display: none;
    }
}
.main-product_block-1_data {
    display: flex;
}
.main-product_block-1_data.__clone {
    display: none;
}
@media (max-width: 768px) {
    .main-product_block-1_data.__clone {
        display: flex;
    }
}
.main-product_block-1_data img {
    height: 42px;
    margin-right: 23px;
}
@media (max-width: 768px) {
    .main-product_block-1_data img {
        margin-right: 16px;
    }
}
.main-product_block-1_data span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--text-black);
}
@media (max-width: 768px) {
    .main-product_block-1_data span {
        font-size: 12px;
    }
}
.main-product_block-1_art {
    position: relative;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    text-align: right;
    color: var(--text-grey);
    padding-right: 20px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-5.svg) right center no-repeat;
    line-height: 20px;
}
@media (max-width: 768px) {
    .main-product_block-1_art {
        display: none;
    }
    .main-product_block-1_art.__clone {
        display: block;
    }
}
.main-product_block_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
    margin-bottom: 8px;
}
.main-product_options {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 16px;
}
.main-product_options a {
    margin-right: 8px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    text-align: center;
    color: var(--primary-default);
    border: 1px solid var(--primary-default);
    border-radius: 2px;
    padding: 4px 8px;
    text-decoration: none;
    margin-bottom: 8px;
}
.main-product_options a:hover {
    background: var(--primary-hover);
    border: 1px solid var(--primary-hover);
    color: #fff;
}
.main-product_options a.active,
.main-product_options a:active {
    background: var(--primary-default);
    color: var(--text-white);
    border: 1px solid var(--primary-default);
}
.main-product_list {
    padding-right: 40px;
    margin-bottom: 40px;
}
@media (max-width: 1200px) {
    .main-product_list {
        padding-right: 0;
    }
}
.main-product_list li {
    display: flex;
    margin-bottom: 12px;
    box-sizing: border-box !important;
}
.main-product_list li span.__arrow {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/arrow15.svg) center right no-repeat;
    padding-right: 10px;
    position: relative;
}
.main-product_list li span.__arrow i {
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
    text-decoration-skip-ink: none;
    color: #313131;
    padding: 9px;
    background: #f2f2f2;
    position: absolute;
    width: 177px;
    left: 36px;
    top: 30px;
    opacity: 0;
    pointer-events: none;
    transition: 0.3s;
    z-index: 99;
}
@media (max-width: 768px) {
    .main-product_list li span.__arrow i {
        left: auto;
        right: 10px;
    }
}
.main-product_list li span.__arrow i:after {
    content: '';
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-tri.svg);
    top: -6px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 13px;
    height: 6px;
}
.main-product_list li span.__arrow:hover i {
    opacity: 1;
}
.main-product_list li span:first-child {
    width: 60%;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey-2);
    display: flex;
    align-items: center;
}
/*@media (max-width: 400px) {*/
/*    .main-product_list li span:first-child {*/
/*        width: 50%;*/
/*    }*/
/*}*/
.main-product_list li span:first-child:after {
    content: '';
    width: 0;
    flex-grow: 1;
    position: relative;
    margin-left: 2px;
    border-bottom: 1px dashed var(--text-grey-2);
}
.main-product_list li span:last-child {
    /*margin-top: auto;*/
    width: 145px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    color: var(--text-grey-2);
    /*padding-left: 2px;*/
    align-items: center;
    display: flex;
    /*margin-left:5px;*/
}
@media (max-width: 400px) {
    .main-product_list li span:last-child {
        width: 115px;
    }
}
.main-product_list li span:last-child a {
    display: block;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 130%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--primary-default);
}
.main-product_show-more {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--primary-default);
}
.main-product_price_block {
    border: 1px solid var(--border-for-border);
    border-radius: 8px;
    padding: 32px;
    margin-bottom: 35px;
    position: relative;
}
.main-product_price {
    cursor:pointer;
    border: 1px solid var(--text-white);
    border-radius: 4px;
    padding: 9px 12px 9px 12px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: var(--text-black);
    background: var(--surface-price);
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-product_price-light {
    cursor:pointer;
    border: 1px solid var(--text-white);
    border-radius: 4px;
    padding: 9px 12px 9px 12px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: var(--text-black);
    background: var(--surface-price);
}
.main-product_price-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    bottom: -12px;
    position: relative;
}
.main-product_price i {
    cursor: pointer;
    transition: 0.3s;
}
.main-product_price i:hover {
    transform: scale(1.03);
}
.main-product_price_data {
    margin-top: 24px;
}
.main-product_price_data_text {
    margin-bottom: 24px;
}
.main-product_price_data_text p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
    margin-bottom: 6px;
}
.main-product_price_data_text p span {
    color: #4DACEB;
}
.main-product_price_data_text p a {
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--primary-default);
}
.main-product_price_data_text p a:hover {
    text-decoration: none;
}
.actual-date-refresh_custom_image {
    margin-right: 3px;
    margin-left: 3px;
    bottom: -3px;
    position: relative;
}
.actual-date-refresh_custom_image.loading {
    -webkit-animation-name: rotation;
    -webkit-animation-duration: 1s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: rotation;
    -moz-animation-duration: 1s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -o-animation-name: rotation;
    -o-animation-duration: 1s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
    animation-name: rotation;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}
.main-product_price_for_r {
    margin-bottom: 24px;
    color: #757575;
}
.main-product_button {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    background: var(--primary-default);
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 4px;
}
.main-product_button:hover {
    background: var(--primary-hover);
}
.main-product_button:active,
.main-product_button.active {
    background: var(--text-white);
    border: 1px solid var(--primary-default);
    color: var(--icons-primary-blue);
}
.main-product_button_c {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    background: #2b2b2b !important;;
    display: none;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid transparent;
    border-radius: 4px;
    width: 180px;
}
.main-product_link-block {
    position: relative;
}
.main-product_link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--icons-primary-blue);
    padding: 15px;
    text-align: center;
    border: 1px solid var(--icons-primary-blue);
    display: flex;
    justify-content: center;
    text-decoration: none;
    align-items: center;
    transition: 0.3s;
    border-radius: 4px;
}
.main-product_link i {
    margin-left: 11px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-i2.svg) no-repeat;
    width: 21px;
    height: 21px;
}
.main-product_link:hover {
    background: var(--primary-default);
    color: var(--text-white);
}
.main-product_link:hover i {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-i-2-hover.svg) no-repeat;
}
.main-product_link-info {
    position: absolute;
    left: 0;
    right: 0;
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.15), 0 1px 2px 0 rgba(0, 0, 0, 0.3);
    background: #f2f2f2;
    padding: 7px 8px;
    margin-top: 11px;
    font-family: var(--font-family);
    font-weight: 300;
    font-size: 12px;
    line-height: 130%;
    color: #313131;
    display: none;
    z-index: 999;
}
.main-product_link-info.active {
    display: block;
}
.main-product_link-info p {
    margin-bottom: 15px;
}
.main-product_link-info p:last-child {
    margin-bottom: 0;
}
@media (max-width: 400px) {
    .main-product_link-info p {
        line-height: 1.5;
    }
}
.main-product_link-info strong {
    font-weight: 500;
}
.main-product_form {
    position: absolute;
    padding: 16px 32px 32px 32px;
    width: 335px;
    right: 0;
    top: 0;
    background: #fff;
    z-index: 98;
    box-shadow: 0 13px 39px 0 rgba(4, 14, 33, 0.03), 0 100px 315px 0 rgba(4, 14, 33, 0.06);
    display: none;
}
@media (max-width: 400px) {
    .main-product_form {
        width: 320px;
        right: -5px;
    }
}
.main-product_form.active {
    display: block;
}
.main-product_form-close {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/close-btn-2.svg) right center no-repeat;
    width: 24px;
    height: 24px;
    margin-bottom: 4px;
    margin-left: auto;
    cursor: pointer;
    margin-right: -16px;
}
.main-product_form-title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    text-align: center;
    color: var(--surface-black);
    margin-bottom: 24px;
}
.main-product_form-items {
    margin-bottom: 24px;
}
.main-product_form-items li {
    padding: 6px 8px;
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 16px;
    color: var(--text-black);
    display: flex;
    justify-content: space-between;
}
.main-product_form-items li.__min {
    font-size: 13px;
    margin-top: 8px;
    padding-top: 18px;
    padding-bottom: 9px;
    border-top: 1px solid rgba(68, 83, 113, 0.15);
}
.main-product_form-items li.__bg {
    background: var(--surface-price);
}
.main-product_form-items li.__colored {
    color: var(--primary-default);
}
.main-product_form-button {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    background: var(--primary-default);
    display: block;
    padding: 15px 0;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
    border: 1px solid transparent;
    max-width: 210px;
    margin: 0 auto;
    border-radius: 4px;
}
.main-product_form-button:hover {
    background: var(--primary-hover);
}
.main-product_form-button:active,
.main-product_form-button.active {
    background: var(--text-white);
    border: 1px solid var(--primary-default);
    color: var(--icons-primary-blue);
}
.main-product-cart {
    height: 100%;
}
.main-product-cart_content {
    border: 1px solid var(--border-for-border);
    border-radius: 4px;
    position: relative;
    padding: 12px 12px 74px;
    height: 100%;
    transition: 0.3s;
}
.main-product-cart_content:hover {
    background: var(--surface-hover);
}
.main-product-cart_image {
    position: relative;
    margin-bottom: 8px;
}
.main-product-cart_image-main {
    display: block;
}
.main-product-cart_image-main img {
    width: 100%;
}
.main-product-cart_icons {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
}
.main-product-cart_icons a {
    margin-left: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.main-product-cart_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.main-product-cart_art {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: right;
    color: var(--text-grey);
    padding-right: 20px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-5.svg) right center no-repeat;
    line-height: 20px;
}
.main-product-cart_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-black);
    text-decoration: none;
    transition: 0.3s;
}
.main-product-cart_title:hover {
    color: var(--primary-default);
}
.main-product-cart_bottom {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-product-cart_price i {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--text-grey);
    text-decoration: line-through;
    display: block;
}
.main-product-cart_price span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-black);
    display: block;
}
.main-product-cart_button {
    width: 42px;
    height: 42px;
    background: var(--primary-default) url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-cart.svg) center center no-repeat;
    display: block;
    border-radius: 4px;
}
.main-product-cart_button:hover {
    background-color: var(--primary-hover);
}
.main-product-cart_button-2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    color: var(--text-white);
    background: var(--primary-default);
    padding: 12px 7px;
    border-radius: 4px;
    text-decoration: none;
    border: 1px solid transparent;
    transition: 0.3s;
    display: block;
}
.main-product-cart_button-2:hover {
    background: var(--primary-hover);
}
.main-product-cart_button-2:active,
.main-product-cart_button-2.active {
    background: var(--text-white);
    border: 1px solid var(--primary-default);
    color: var(--icons-primary-blue);
}
.main-product-cart_tips {
    display: flex;
    flex-wrap: wrap;
}
.main-product-cart_tip {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    padding: 4px 8px;
    margin-right: 8px;
    border-radius: 2px;
}
.main-product-cart_tip.__1 {
    background: var(--text-grey);
}
.main-product-cart_tip.__2 {
    background: var(--surface-sale);
}
.main-product-cart_tip.__3 {
    background: rgba(241, 95, 48, 0.8);
}
.main-product-cart_count {
    display: flex;
    padding: 9px 4px;
    border: 1px solid var(--icons-primary-blue);
    border-radius: 4px;
}
.main-product-cart_min {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main-product-cart_plus {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.main-product-cart_input {
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--primary-hover);
    text-align: center;
    background: none;
}
.main-products {
    margin-bottom: 30px;
}
.main-products_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--icons-primary-blue);
    padding: 16px 0;
    margin-bottom: 23px;
}
.main-products_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
    margin-bottom: 23px;
}
.main-products_col {
    padding: 0 8px;
    width: 20%;
    max-width: 280px;
    margin-bottom: 12px;
}
@media (max-width: 1200px) {
    .main-products_col {
        width: 33.33%;
        max-width: none;
    }
}
@media (max-width: 768px) {
    .main-products_col {
        width: 50%;
    }
}
@media screen and (max-width: 480px) {
    .main-products_col {
        width: 100%;
    }
}
.main-products_link {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--surface-black);
    padding: 9px 0;
    display: inline-block;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-arrow-1.svg) right center no-repeat;
    padding-right: 25px;
    text-decoration: none;
}
.main-tabs {
    padding-top: 30px;
    /*margin-bottom: 30px;*/
}
.main-tabs_header {
    padding: 16px 0;
}
.main-tabs_header a {
    margin-right: 32px;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--text-black);
    text-decoration: none;
}
.main-tabs_header a.active {
    color: var(--icons-primary-blue);
}
@media (max-width: 768px) {
    .main-tabs_header {
        display: none;
    }
}
.main-tabs_block {
    display: none;
}
@media (min-width: 768px) {
    .main-tabs_block {
        min-width: 500px;
    }
}
@media (max-width: 768px) {
    .main-tabs_block {
        margin-bottom: 30px;
    }
}
.main-tabs_block.active {
    display: block;
}
@media (max-width: 768px) {
    .main-tabs_block {
        display: block;
    }
}
.main-tabs_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-black);
    display: none;
    margin-bottom: 24px;
}
@media (max-width: 768px) {
    .main-tabs_title {
        display: block;
    }
}
.main-tabs-mobile {
    display: none;
}
@media (max-width: 1200px) {
    .main-tabs-mobile {
        display: block;
        flex-grow: 1;
        padding-left: 20px;
    }
}
@media (max-width: 768px) {
    .main-tabs-mobile {
        padding-left: 0;
    }
}
.main-wrapper {
    max-width: 1920px;
    padding: 0 18px;
    margin: 0 auto;
}
.main-instructions {
    border: 1px solid var(--border-for-border);
    border-radius: 8px;
    padding: 32px 32px 20px 32px;
    max-width: 1040px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
@media (max-width: 768px) {
    .main-instructions {
        padding: 16px 6px;
    }
}
.main-instructions a {
    display: flex;
    align-items: center;
    margin-right: 12px;
    margin-bottom: 12px;
}
@media (max-width: 768px) {
    .main-instructions a {
        width: 50%;
        margin: 0 0 12px;
        padding: 0 10px;
    }
}
@media screen and (max-width: 370px) {
    .main-instructions a {
        width: 100%;
    }
}
.main-instructions a img {
    margin-right: 8px;
}
.main-instructions a span {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 13px;
    line-height: 125%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--surface-black);
    max-width: 140px;
    display: table;
}
.question-form {
    border: 1px solid var(--border-for-border);
    border-radius: 6px;
    padding: 12px 32px;
    max-width: 918px;
    background: var(--surface-price);
}
@media (max-width: 400px) {
    .question-form {
        padding: 12px 15px;
    }
}
.question-form_title {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--text-black);
    margin-bottom: 12px;
}
.question-form_description {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-black);
    margin-bottom: 12px;
}
.question-form_group {
    margin-bottom: 20px;
}
.question-form_area {
    box-sizing: border-box;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    background: var(--text-white);
    border: 1px solid var(--border-input);
    border-radius: 6px;
    padding: 6px 16px;
    width: 100%;
    height: 124px;
    min-height: 100px;
    resize: none;
    outline: none;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-grey);
}
.question-form_area.__error {
    border: 1px solid red;
}
.question-form_info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    color: var(--text-grey);
    margin-top: 4px;
}
.question-form_hidden {
    display: none;
}
.question-form_hidden.active {
    display: block;
}
.question-form_block {
    margin-bottom: 12px;
    position: relative;
}
.question-form_input {
    box-sizing: border-box;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-grey);
    background: var(--text-white);
    padding: 11px 16px;
    border: 1px solid var(--border-input);
    border-radius: 6px;
    width: 100%;
}
.question-form_input.__error {
    border: 1px solid red;
}
.question-form_close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/close-btn.svg) no-repeat center center;
    cursor: pointer;
}
.question-form_info-2 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--text-grey);
}
.question-form_check {
    display: flex;
    align-items: center;
}
.question-form_check.__error label {
    color: red;
}
.question-form_check label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
}
.question-form_checkbox {
    margin-right: 8px;
}
.question-form_buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.question-form_button {
    max-width: 380px;
    flex-grow: 1;
    background: #72C2F8;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    border-radius: 4px;
    padding: 10px 24px;
    height: 44px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
    border: 1px solid transparent;
    box-sizing: border-box;
}
.question-form_button:hover {
    background: var(--primary-hover);
}
.question-form_button:active,
.question-form_button.active {
    background: var(--text-white);
    border: 1px solid var(--primary-default);
    color: var(--icons-primary-blue);
}
.question-form_button-2 {
    max-width: 380px;
    flex-grow: 1;
    border-radius: 4px;
    padding: 10px 24px;
    height: 44px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-grey);
    border: 1px solid var(--surface-black);
    background: none;
    margin-left: 10px;
    transition: 0.3s;
    box-sizing: border-box;
}
.question-form_button-2:hover {
    color: var(--text-grey);
}
.question-form_button-2:active {
    border: 1px solid var(--surface-black);
}
.question-form_info-3 {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
}

.count-block {
    display: flex;
}
.count-block_pogm {
    justify-content: space-between;
}
.count-block_min {
    border: 1px solid var(--border-input);
    border-radius: 4px;
    padding: 4px;
    width: 44px;
    height: 44px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-min.svg) center center no-repeat;
    cursor: pointer;
    margin-right: 7px;
    box-sizing: border-box;
}
.count-block_min:hover {
    border: 1px solid var(--text-grey);
}
.count-block_min:active {
    border: 1px solid var(--surface-black);
}
.count-block_value {
    width: 45px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    color: var(--surface-black);
    border: none;
}
.count-block_plus {
    border: 1px solid var(--border-input);
    border-radius: 4px;
    padding: 4px;
    width: 44px;
    height: 44px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-plus.svg) center center no-repeat;
    cursor: pointer;
    margin-left: 7px;
    box-sizing: border-box;
}
.count-block_plus:hover {
    border: 1px solid var(--text-grey);
}
.count-block_plus:active {
    border: 1px solid var(--surface-black);
}
.product-form {
    border: 1px solid var(--border-for-border);
    padding: 32px;
    width: 508px;
    margin: 0 auto;
    background: #fff;
    display: none;
}
.product-form_title {
    background: var(--surface-black);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--text-white);
    padding: 12px 0;
    margin-bottom: 24px;
    text-align: center;
}
.product-form_image {
    margin-bottom: 8px;
    text-align: center;
}
.product-form_image img {
    width: 80px;
}
.product-form_heading {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: var(--text-black);
    margin-bottom: 24px;
}
.product-form_text {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    color: var(--text-black);
    margin-bottom: 24px;
}
.product-form_group {
    margin-bottom: 12px;
}
.product-form_input-group {
    position: relative;
}
.product-form_input {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-grey);
    background: var(--text-white);
    padding: 11px 16px;
    border: 1px solid var(--border-input);
    border-radius: 6px;
    width: 100%;
}
.product-form_input-group.__error .product-form_input {
    border-color: var(--error);
    color: var(--error);
}
.product-form_close {
    position: absolute;
    width: 24px;
    height: 24px;
    top: 50%;
    transform: translateY(-50%);
    right: 16px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/close-btn.svg) no-repeat center center;
    cursor: pointer;
}
.product-form_error-text {
    margin-top: 4px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--error);
}
.product-form_area {
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0);
    background: var(--text-white);
    border: 1px solid var(--border-input);
    border-radius: 6px;
    padding: 6px 16px;
    width: 100%;
    height: 124px;
    min-height: 100px;
    resize: none;
    outline: none;
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-grey);
}
.product-form_area-info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-align: right;
    color: var(--text-grey);
}
.product-form_check {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.product-form_check label {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
}
.product-form_checkbox {
    margin-right: 8px;
}
.product-form_buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
}
.product-form_button {
    max-width: 380px;
    flex-grow: 1;
    background: var(--primary-cliced);
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    border-radius: 4px;
    padding: 10px 24px;
    height: 44px;
    cursor: pointer;
    margin-right: 10px;
    transition: 0.3s;
    border: 1px solid transparent;
}
.product-form_button:hover {
    background: var(--primary-hover);
}
.product-form_button:active,
.product-form_button.active {
    background: var(--text-white);
    border: 1px solid var(--primary-default);
    color: var(--icons-primary-blue);
}
.product-form_button-2 {
    max-width: 380px;
    flex-grow: 1;
    border-radius: 4px;
    padding: 10px 24px;
    height: 44px;
    cursor: pointer;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-grey);
    border: 1px solid var(--surface-black);
    background: none;
    margin-left: 10px;
    transition: 0.3s;
}
.product-form_button-2:hover {
    color: var(--text-grey);
}
.product-form_button-2:active {
    border: 1px solid var(--surface-black);
}
.product-form_info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
}
.questions-block {
    margin-top: 25px;
    max-width: 918px;
}
.questions-block_group {
    margin-bottom: 25px;
}
.questions-block_title {
    font-family: var(--second-family);
    font-weight: 500;
    font-size: 18px;
    color: var(--icons-primary-blue);
    margin-bottom: 24px;
}
.questions-block_question {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-black);
    border-bottom: 1px solid rgba(68, 83, 113, 0.15);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 0 15px 22px;
    line-height: 1.5;
}
.questions-block_question:after {
    content: '';
    flex-shrink: 0;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/plus2.svg) center center no-repeat;
    width: 24px;
    height: 24px;
}
.questions-block_question.active:after {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/minus2.svg) center center no-repeat;
}
.questions-block_answer {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    color: var(--text-grey);
    padding-top: 8px;
    display: none;
    padding-left: 22px;
    line-height: 1.5;
    border-bottom: 1px solid rgba(68, 83, 113, 0.15);
    padding-bottom: 7px;
}
.questions-block_answer img {
    display: block;
}
.options-block {
    max-width: 920px;
    padding-top: 30px;
}
.options-block_items {
    display: block !important;
}
@media (max-width: 768px) {
    .options-block_items {
        padding: 0 !important;
    }
}
.options-block_items.fancybox__content {
    /*width: 340px;*/
    padding: 18px !important;
    top: 65px;
}
@media (max-width: 400px) {
    .options-block_items {
        width: auto;
    }
}
.options-block_item {
    margin-bottom: 25px;
}
@media (max-width: 768px) {
    .options-block_item {
        display: none;
    }
}
@media (max-width: 768px) {
    .options-block_item:first-child {
        display: block;
    }
}
@media (max-width: 768px) {
    .fancybox__container .options-block_item {
        display: block;
    }
}
.options-block_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 18px;
    line-height: 100%;
    color: var(--text-black);
    margin-bottom: 32px;
}
@media (max-width: 768px) {
    .options-block_title {
        display: none;
    }
}
.fancybox__content .options-block_title {
    display: block;
}
.options-block .main-product_list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}
.options-block .main-product_list li {
    width: 50%;
    padding: 0 12px;
}
@media (max-width: 768px) {
    .options-block .main-product_list li {
        width: 100%;
    }
}
.options-block_link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--primary-default);
    display: none;
}
@media (max-width: 768px) {
    .options-block_link {
        display: block;
    }
}
.options-block_link:hover {
    text-decoration: none;
}

.limiter {
    padding: 0 !important;
    max-width: 1680px !important;
}

.main-product_image-large .slick-slide {

}


#tovary_complect{
    background: none;
    padding: 0 !important;
    max-width: 1680px !important;
}

#tovary_complect .heading {
    background: white !important;
    color: #4DACEB !important;
    display: block;
    margin: 27px auto 15px;
    font-size: 23px;
    line-height: 1.2;
    font-weight: 600;
    background: none;
    padding: 0;
    text-transform: none;
    border: none;
    width: 100%;
    height: auto;
    letter-spacing: initial;
}

#tovary_complect .heading span.vhodit_kompl {

    text-decoration: none;
    border-bottom: 1px solid #4DACEB !important;
    cursor: pointer;
}
#tovary_complect div.prodLinkedWrap {
    display: none;
}

#tovary_complect .heading span.vhodit_kompl {

    text-decoration: none;
    border-bottom: 1px dotted #2B2B2B;
    cursor: pointer;
}

.secondCol .prodLinkedWrap {
    display: none;
}

#has-not-art {
    max-width: max-content !important;
}

.prodLinkedBlock {
    padding-left: 24px;
}

.prodLinkedWrap .prodLinkedBlockItems {
    display: flex;
    flex-wrap: wrap;
}


.prodLinkedWrap .prodLinkedBlockItems .prodLinkedItem .prodLinkedItemImgLink {
    display: flex;
}

.prodLinkedWrap .prodLinkedItem .prodLinkedItemTitle {

    font-size: 14px;

    z-index: 1;

    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;

    line-height: 16px;
    color: #2b2b2b;
    border: 1px solid #3498DB;
    padding: 5px;
    border-radius: 5px;
    background-color: #fff;
    display: inline-block;
}

.prodLinkedWrap .prodLinkedBlockItems .prodLinkedItem.selected .prodLinkedItemTitle,
.prodLinkedWrap .prodLinkedItem:hover .prodLinkedItemTitle
{
    color: #fff;
    background-color: #3498DB;
}

.prodLinkedWrap .prodLinkedBlockItems .prodLinkedItem.unavailable .prodLinkedItemTitle,
.prodLinkedWrap .prodLinkedItem.unavailable:hover .prodLinkedItemTitle
{
    color: grey;
    background-color: #E7E8EA;
    border: 1px solid grey;
}

.question-form_wrapper.send .webFormMessageContainer_cust {
    display: block;
}

.question-form_wrapper.send .question-form {
    display: none;
}

.webFormMessageContainer_cust{
    display: none;
    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;
    text-align: center;
    border-radius: 2px;
    padding: 50px 24px;
    height: 250px;
    width: 450px;
    margin: 20px auto 40px;
}

.webFormMessageMiddle_cust{
    vertical-align: middle;
    display: inline-block;
    line-height: 21px;
}

.webFormMessageHeading_cust{
    margin-bottom: 24px;
    text-align: center;
    font-weight: 500;
    font-size: 18px;
}

.webFormMessageDescription_cust{
    text-align: center;
}

.show {
    display: block !important;
}

.icon_active {
    background: var(--primary-cliced);
    border: 1px solid transparent;
}

.icon_active img:nth-child(1) {
    display: none;
}
.icon_active img:nth-child(2) {
    display: block !important;
}

@media (max-width: 779px) {
    .share-mob_cust {
        left: -200px !important;
    }
}

.top-product {
    display: none;
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 90;
    padding: 12px 0;
    transform: translateY(-300%);
    border-radius: 8px;
    border: 1px solid #E6E6E6;
    box-shadow: 0px 1px 3px 1px #00000026;
    box-shadow: 0px 1px 2px 0px #0000004D;

}
@media (max-width: 1200px) {
    .top-product {
        top: 73px;
        padding: 8px 0;
    }
}
@media (max-width: 768px) {
    .top-product {
        display: none !important;
    }
}
.top-product.active {
    transform: translateY(0);
    display: block;
}
.top-product_row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top-product_left {
    max-width: 470px;
}
@media (max-width: 1200px) {
    .top-product_left {
        max-width: 300px;
    }
}
.top-product_main-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-black);
    margin-bottom: 12px;
}
@media (max-width: 1200px) {
    .top-product_main-text {
        margin-bottom: 5px;
    }
}
.top-product_main-row {
    display: flex;
    align-items: center;
}
.top-product_main-image {
    margin-right: 8px;
    width: 40px;
}

.top-product_main-image img {
    object-fit: contain;
    border-radius: 1px;
    height: 40px;
    width: 40px;
}
.top-product_main-link {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-black);
    text-decoration: none;
    display: block;
    margin-bottom: 2px;
}
@media (max-width: 1200px) {
    /*.top-product_main-link {*/
    /*    max-height: 20px;*/
    /*    overflow: hidden;*/
    /*    text-overflow: ellipsis;*/
    /*    display: -webkit-box;*/
    /*    -webkit-box-orient: vertical;*/
    /*    -webkit-line-clamp: 1;*/
    /*}*/
}
.top-product_main-link span {
    color: var(--primary-default);
}
.top-product_main-price {
    font-family: var(--second-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    color: var(--text-grey);
}
@media (max-width: 1200px) {
    .top-product_main-price {
        font-size: 13px;
        line-height: 1;
    }
}
.top-product_main-price-pog {
    padding-top: 2px;
    color: var(--text-grey);
}
@media (max-width: 1200px) {
    .top-product_main-price-pog {
        padding-top: 0;
        line-height: 1;
    }
}
.top-product_info-row {
    display: flex;
    align-items: center;
}

.top-product_info-row-desktop {
    display: flex;
}
.top-product_info-row-mobile {
    display: none;
}
@media (max-width: 1200px) {
    .top-product_info-row-desktop {
        display: none;
    }
    .top-product_info-row-mobile {
        display: flex;
    }
}
.top-product_info-price-block {
    margin-right: 55px;
}
@media (max-width: 1200px) {
    .top-product_info-price-block {
        display: flex;
        align-items: start;
        flex-direction: column;
        align-self: center;
        margin-right: 20px;
    }
}
.added_custom .top-product_info-price {
    display: block;
}

.added_custom .top-product_info-row-not-in-basket {
    display: none;
}
.top-product_info-row-not-in-basket {
    display: flex;
}
.added_custom .top-product_info-row-in-basket {
    display: block;
}
.top-product_info-row-in-basket {
    display: none;
}
.top-product_info-price {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 26px;
    line-height: 100%;
    color: var(--text-black);
    margin-bottom: 6px;
    display: none;
}

@media (max-width: 1200px) {
    .top-product_info-price {
        font-size: 18px;
    }
}

.added_custom .top-product_info-price-text {
    display: block;
}
.top-product_info-price-text {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-grey);
    display: none;
}
@media (max-width: 1200px) {
    .top-product_info-price-text span {
        display: none;
    }
}
.top-product_info-count {
    margin-right: 12px;
    display: none;
}
.top-product_info-cart-top {
    margin-right: 16px;
    padding: 15px 5px;
    box-sizing: border-box;
    width: 209px;
    height: 44px;
}
.top-product_info-cart {
    border-radius: 4px;
    padding: 4px;
    width: 42px;
    height: 42px;
    background: var(--surface-black);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 24px;
    box-sizing: border-box;
    display: none;
}
.top-product_info-cart:hover {
    background: var(--surface-grey-d);
}
.top-product_info-favorite {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-for-border);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-right: 12px;
    box-sizing: border-box;
}
.top-product_info-favorite img:nth-child(2) {
    display: none;
}
.top-product_info-favorite:hover {
    background: var(--primary-hover);
    border: 1px solid transparent;
}
.top-product_info-favorite:hover img:first-child {
    display: none;
}
.top-product_info-favorite:hover img:nth-child(2) {
    display: block;
}
.top-product_info-favorite:active {
    background: var(--primary-cliced);
}
.top-product_info-comparison {
    width: 42px;
    height: 42px;
    border: 1px solid var(--border-for-border);
    border-radius: 4px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.top-product_info-comparison img:last-child {
    display: none;
}
.top-product_info-comparison:hover {
    background: var(--primary-hover);
    border: 1px solid transparent;
}
.top-product_info-comparison:hover img:first-child {
    display: none;
}
.top-product_info-comparison:hover img:last-child {
    display: block;
}
.top-product_info-comparison:active {
    background: var(--primary-cliced);
}
.top-product_button {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    background: var(--primary-default);
    padding: 15px 33px;
    text-decoration: none;
    margin-right: 24px;
    border-radius: 4px;
}
.top-product_button:hover {
    background: var(--primary-hover);
}
.top-product_button:active {
    background: var(--primary-cliced);
}

#main {
    margin: 0 !important;
}

.slick-slide {
    cursor: pointer;
}

.main-instructions {
    padding: 16px !important;
}

.main-instructions .item {
    padding: 0 !important;
}

.main-instructions img {
}

.main-product_price_data.added_custom .main-product_button {
    display: none;
}

.main-product_price_data.added_custom .main-product_button {
    display: none;
}

.parentName {
    text-transform: none !important;
    text-decoration: none !important;
}

#knowledge_base .icon span {
    text-decoration: none !important;
}

#zoomer {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    transform: scale(0.7);
}

#zoomer.opened {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

#zoomer #zoomerExitLink {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/exitBig.png) 0 0 no-repeat transparent;
    height: 50px;
    opacity: 0.5;
    width: 50px;
}

#zoomer #zoomerExitLink:hover {
    opacity: 0.8;
}

#zoomer #zoomerExitLink:active {
    height: 48px;
    opacity: 1;
    top: 25px;
}

#zoomerMoreImagesContainerWrapper .item {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

#zoomerMoreImagesContainerWrapper .item:hover {
    opacity: 0.9 !important;
}

#zoomerMoreImagesContainerWrapper .selected {
    opacity: 1 !important;
}

#zoomerBigPrevMore,
#zoomerBigNextMore {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/carouselArrowsBig.png) 0 0 no-repeat transparent;
    opacity: 0.5;
}

#zoomerBigNextMore {
    background-position: -57px 0;
}

#zoomerNextMore,
#zoomerPrevMore {
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/carouselArrows.png) 0 0 no-repeat transparent;
    opacity: 0.5;
}


#zoomerNextMore {
    background-position: -80px 0;
}

#zoomerPrevMore:hover,
#zoomerNextMore:hover,
#zoomerBigPrevMore:hover,
#zoomerBigNextMore:hover {
    opacity: 0.8;
}

#zoomerPrevMore:active,
#zoomerNextMore:active,
#zoomerBigPrevMore:active,
#zoomerBigNextMore:active {
    opacity: 1;
}

#zoomerNextMore:active {
    right: -1px !important;
}

#zoomerPrevMore:active {
    left: -1px !important;
}

#zoomerBigPrevMore:active {
    left: 23px !important;
}

#zoomerBigNextMore:active {
    right: 23px !important;
}

#zoomerMoreImagesContainerWrapper .link:active {
    position: relative;
    top: 1px;
}

.added_custom .main-product_button {
    display: none!important;
}

.added_custom .top-product_info-count {
    display: block !important;
}

.added_custom .main-product_button_c {
    display: block !important;
}

.added_custom .main-product_button_c {
    display: block !important;
}

.added_custom .top-product_info-cart {
    display: flex !important;
}

.top-product_info-wrapper {
    display: flex;
    justify-content: space-between;
}

.main-product_price_sale {
    text-decoration: line-through;
    color: #757575;
    font-size: 16px;
    line-height: 16px;
    position: relative;
    top: -8px;
}

.main-product_price_stonke {
    color: #F15F30;
    font-size: 16px;
    line-height: 16px;
    margin-top: 6px;
}

.main-product_promotion {
    display: flex;
    justify-content: space-between;
}

.main-product_promotion_name {
    font-size: 26px;
    line-height: 26px;
    font-weight: 500;
    color: #F15F30;
}

.main-product_promotion_value {
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    color: #FFFFFF;
    background-color: #F15F30;
    border-radius: 2px;
    width: 46px;
    height: 22px;
    text-align: center;
    padding-top: 5px;
    box-sizing: border-box;
}

.main-product_price_order {
    font-size: 14px;
    margin-bottom: 4px;
    line-height: 19px;
    text-decoration: underline;
    font-weight: 400;
    color: #757575;
}

.main-product_price_order::before {
    content: '';
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/clock.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.main-product_price_date {
    font-size: 14px;
    line-height: 19px;
    font-weight: 400;
    color: #757575;
}

@media (max-width: 480px) {
    .question-form_wrapper.send .webFormMessageContainer_cust {
        width: 90%;
    }
}

@media (max-width: 768px) {
    #block-4 {
        display: none;
    }
}

.main-product_get_opt_price {
    color: #72C2F8;
    margin-bottom: 24px;
}

.product_not_in_s {
    display: block;
    color: #757575;
    margin-bottom: 4px;
}

.product_not_in_s::before{
    content: '';
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/x.svg) no-repeat center;
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 5px;
}

.product_asck_append{
    display: block;
    color: #72C2F8;
}

.product_asck_append_margin {
    margin-top: 24px;
}

.product_has_wrapper {
    display: none;
}
.show_product_info {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
}

.actual-date-refresh_custom {
    font-size: 12px;
    text-decoration: underline;
    color: #4DACEB;
    cursor: pointer !important;
}

.product_date_now {
    color: #4DACEB;
    font-weight: 400;
    font-size: 14px;
    margin-left: 6px;
}

.product_light_price {
    color: #757575;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    bottom: -7px;
}

.main-product_pred{
    display: block;
    color: var(--text-grey);
    margin-top: 24px;
    margin-bottom: 4px;
}

.main-product_pred::before {
    content: '';
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/clock.svg) no-repeat center center;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 6px;
}

.main-product_date_bield{
    margin-bottom: 48px;
}

.main-product_cont_light {
    margin-top: 24px;
}

.main-product_pog_price {
    display: flex;
    gap: 20px;
    margin-top: 4px;
    margin-bottom: 24px;
}

.main-product_pog_price_value {
    font-weight: 700;
    font-size: 14px;
    color: #1F1F1F;
}

.s-body #files .s-files-list__item.item .tb,
.s-body .s-files-list .s-files-list__item.item .tb,
.s-body .s-files-list__item.item .tb,
.s-body .s-files-list__item .tb {
    padding: 1px !important;
}

#knowledge_base .icon span {
    left: 12px !important;
    top: 30px !important;
}

.s-body #files .s-files-list__item.item .tbr .info,
.s-body .s-files-list .s-files-list__item.item .tbr .info,
.s-body .s-files-list__item.item .tbr .info, .s-body .s-files-list__item .tbr .info {
    width: 250px !important;
}
.product_count_anuthorise{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
    margin-bottom: 6px;
    text-decoration: none;
}

.product_count_anuthorise::before{
    content: '';
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-cnt.svg) center center no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
}

.product_count_anuthorise_o{
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #E5833C;
    margin-bottom: 6px;
    text-decoration: none;
}

.product_count_anuthorise_o::before{
    content: '';
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/ico-coming_soon.png) center center no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 8px;
}

.type_added {
    display: none;
}

.added_custom .type_added {
    display: block !important;
}

.added_custom .type_unadded {
    display: none !important;
}

.main-product_art_mobile {
    display: none;
}

@media (max-width: 480px) {
    display: block;
}

.main-product_header_action_block {
    display: flex;
    gap: 10px;
}

.product_basket_count {
    cursor: pointer;
}

.__detail_video{
    position: relative;
}

.__detail_video::after {
    content: '';
    background: rgba(117, 117, 117, 0.8) url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/images/video-main-ico.svg) no-repeat center center;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    pointer-events: none;
}

#js-form-access {
    cursor: pointer;
}



.popup__success_answer_bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    opacity: 0;
    pointer-events: none;
    transition: 0.5s all;
}

.popup__success_answer_bg.active {
    opacity: 1;
    pointer-events: all;
    transition: 0.5s all;
    z-index: 1000;
}

.popup__success_answer {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    background: #fff;
    padding: 52px;
    transition: 0.5s all;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 800px;
    height: 300px;
}

.popup__success_answer.active {
    transform: translate(-50%, -50%) scale(1);
    transition: 0.5s all;
}

.popup__success_answer svg {
    margin-bottom: 25px;
}

.popup__success_answer h2 {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 26px;
    line-height: 26px;
}

.popup__success_answer p {
    margin-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

.popup__success_answer button {
    color: #FFFFFF;
    background-color: #72C2F8;
    width: 324px;
    height: 44px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .popup__success_answer {
        width: 400px;
        padding: 39px;
    }

    .popup__success_answer_bg {
        top: -60px;
    }
}


.mobile_float_basket {
    display: none;
    width: 100%;
    height: 60px;
    padding: 13px 18px;
    border-radius: 8px;
    box-sizing: border-box;
    align-items: center;
    position: fixed;
    bottom: 60px;
    z-index: 1000;
    background-color: #FFFFFF;
    justify-content: center;
}

/*@media (max-width: 480px) {*/
/*    .mobile_float_basket {*/
/*        display: flex;*/
/*    }*/
/*}*/

.mobile_float_basket.active {
    display: flex;
}

.added_custom .mobile_float_basket-button-add {
    display: none;
}

.added_custom .mobile_float_basket-button-to-basket {
    display: block;
    background-color: #2B2B2B;
}

.mobile_float_basket-button-to-basket {
    display: none;
}

.mobile_float_basket-button-add {
    display: block;
}

.mobile_float_basket-button-calculate {
    display: block;
}

.mobile_float_basket-button {
    width: 165px;
    background-color: #72C2F8;
    color: #FFFFFF;
    border-radius: 4px;
    border: none;
    cursor: pointer;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    text-decoration: none;
}

.mobile_float_basket-info-price {
    color: #1F1F1F;
    font-weight: 700;
    font-size: 18px;
    margin-right: 29px;
}

.mobile_float_basket-info-pog {
    color: grey;
    margin-right: 5px;
}

.is-close-btn svg {
    stroke: #595959;
}

.is-close-btn {
    --f-button-bg: rgba(255, 255, 255, 0.6) !important;
    top: 10px !important;
}

.property_show_mobile {
    color: #72C2F8;
    text-decoration: underline;
    font-size: 12px;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 15px;
    display: none;
}

.property_show_mobile_svg {
    bottom: -6px;
    position: relative;
}

.show_properties svg {
    transform: rotate(180deg);
}

/*@media (min-width: 480px) {*/
/*    .property_show_mobile {*/
/*        display: none;*/
/*    }*/
/*}*/

@media (max-width: 480px) {
    .property_hide_mobile {
        display: none;
    }
    .property_show_mobile {
        display: block;
    }

}

.main-product_options_none {
    color: #8D8D8D !important;
    border-color: #D5D5D5 !important;
    background-color: #D5D5D5 !important;
}

.main-description_title {
    font-weight: 600;
    color: var(--text-black);
}

.main-instructions img {
    width: 50px;
    height: 50px;
}

@media (max-width: 1000px) and (min-width: 769px){
    .main-product_button_c-media {
        width: 110px;
    }
}

.main-instructions_install {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: var(--text-black);
    margin-top: 15px;
    margin-bottom: 15px;
}

#install_video {
    margin-bottom: 15px;
}

@media (max-width: 480px){
    #install_video {
        width: 450px;
        height: 400px;
    }
}

.main-product_status:before {
    content: '';
    background: url(/local/templates/dresscode_lk/images/inStock.png) center center no-repeat;
    width: 15px;
    height: 15px;
    display: inline-block;
    margin-right: 5px;
}

.main-description_content b, strong {
    font-family: "Inter", sans-serif !important;
    font-weight: bold !important;
}

.popup,
.filter-question_form-wrapper {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1F1F1F80;
    z-index: 10000;

}
.popup.active,
.filter-question_form-wrapper.active {
    display: flex;
}

.text_popup_wrapper {
    display: flex;
    margin: auto;
    flex-direction: column;
    width: fit-content;
    padding: 32px 32px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid var(--border-input);
    background-color: white;
    max-width: 600px;
}

.text_popup_wrapper p {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: var(--text-grey-2);
}

.text_popup_header {
    display: flex;
    flex-direction: row-reverse;
}

.text_popup_trigger {
    cursor: pointer;
    text-decoration: underline;
    color: var(--icons-primary-blue);
}
/* End */


/* Start:/local/components/alex/form/templates/request_product/style.css?178835390515151*/
/* popup */
.red {
    color: red;
}
.popup,
.filter-question_form-wrapper {
    position: fixed;
    display: none;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1F1F1F80;
    z-index: 10000;

}
.popup.active,
.filter-question_form-wrapper.active {
    display: flex;
}
.img_slider__popup{
    backdrop-filter: blur(5px);
    background: rgba(255, 255, 255, 0.9);
}
.img_slider__popup .popup_wrapper{
    position: relative;
    padding: 40px 0;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.img_slider__popup .popup_wrapper .slider_wrapper[data-slider="elementSlider"]{
    position: unset;
    padding:0 10%;
    @media(max-width: 800px){
        padding: 0 5%;
    }
}
.img_slider__popup .popup_wrapper .close-icon{
    cursor: pointer;
    position: absolute;
    top: 24px;
    right: 24px;
    width: 36px;
    height: 36px;
    z-index: 11;
    @media(max-width: 800px){
        width: 24px;
        height: 24px;
    }
}

.img_slider__popup .popup_wrapper .slider_track{
    margin:0 auto;
    height: 100%;
}
.img_slider__popup .popup_wrapper .solo_slider{
    height:80vh;
    padding:5% 10%;
    width: 100%;
    cursor: default;
}
.img_slider__popup .popup_wrapper .solo_slider .full_size_img {
    width: fit-content;
    height: fit-content;
    overflow: auto;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.img_slider__popup .popup_wrapper .solo_slider .full_size_img img {
    width: auto;
    height: auto;
    display: block;
}
.img_slider__popup .popup_wrapper .elementSlider{
    overflow: hidden;
    padding: 40px;
    @media (max-width: 800px){
        padding: 15px;
    }
}
.img_slider__popup .popup_wrapper .elementSlider .full_size_img {
    scale: 0.9;
    opacity: 0.5;
    transition: scale 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.img_slider__popup .popup_wrapper .arrow.left{
    margin-left:15px;
}
.img_slider__popup .popup_wrapper .arrow.right{
    margin-right:15px;
}

.img_slider__popup .popup_wrapper .elementSlider .full_size_img:hover {
    scale: 1;
    opacity: 1;
}

.img_slider__popup .popup_wrapper .elementSlider .active {
    scale: 1.1;
    opacity: 1;
}
.question-form_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-ok-text h2,
.question-form_title span {
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    line-height: 100%;
}

.form-ok-text h2 {
    text-align: center;
    font-size: 26px;
}

.form-ok-text p {
    font-family: Inter;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    line-height: 160%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
}

.filter-question_form-wrapper .bottom-form-accept span,
.question-form_info-3 {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 14px;
    line-height: 140%;
    font-variant-numeric-figure: lining-nums;
    font-variant-numeric-spacing: tabular-nums;
    font-variant-numeric-fraction: stacked-fractions;
    color: var(--font-gray2);
}

.filter-question_form-wrapper .question-form_info {
    font-family: Roboto;
    font-weight: 400;
    font-style: Regular;
    font-size: 12px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: right;
    color: var(--font-gray2);
    margin-top: -4px;
}

.filter-question_form-ok {
    display: none;
    margin: auto;
    flex-direction: column;
    width: fit-content;
    padding: 38px 58px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid var(--border-input);
    background-color: white;
}

.filter-question_form {
    display: flex;
    margin: auto;
    flex-direction: column;
    width: fit-content;
    padding: 12px 32px;
    gap: 12px;
    border-radius: 6px;
    border: 1px solid var(--border-input);
    background-color: white;
}

.filter-question_form-ok .form-ok-text {
    display: flex;
    flex-direction: column;
    gap: 24px;
    align-items: center;
    max-width: 324px;
}

.filter-question_form textarea {
    min-height: 124px;
    width: 100%;
    padding: 6px 16px;
    border-radius: 6px;
    border: 1px solid var(--border-input);
}

.date-input-container {
    position: relative;
}

.date-input::-webkit-calendar-picker-indicator {
    position: absolute;
    right: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.7;
}

.date-input[type="text"] {
    color: #999;
}

.date-input[type="date"] {
    color: #333;
}

/* Для Firefox */
.date-input::-moz-placeholder {
    color: #999;
}

.date-input:valid::-moz-placeholder {
    color: transparent;
}

/* Для других браузеров */
.date-input:not(:valid):not(:focus) {
    color: #999;
}

.filter-question_form .input-container{
    display: flex;
    position: relative;
    width: 100%;
    height: 48px;
    align-items: center;
}
[close-popup]{
    cursor: pointer;
}
.filter-question_form .input-container .clear{
    cursor: pointer;
    position: absolute;
    right: 16px;
}

.filter-question_form .input-container input{
    padding: 11px 16px;
    width: 100%;
    background: white;
    border-radius: 6px;
    border: 1px solid var(--border-input);
}

.question-form_group_filters {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.filter-question_form-wrapper .question-form_buttons {
    display: flex;
    gap: 24px;
    width: 100%;
}

.bottom-form-accept {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
@media(max-width:800px) {
    h4.el_text_wrapper{
        line-height: 20px;
    }
    h4.el_text_wrapper .white{
        line-height: 16px;
    }

}

@media (max-width: 500px) {
    .filter-question_form {
        margin-top: 34px;
        padding: 12px 16px;
        gap: 12px;
    }

    .filter-question_form-wrapper .question-form_buttons {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .filter-question_form-ok {
        padding: 17px 27px;
    }
}



.container-ng.filter_link_container{
    margin-top:32px;
    @media(max-width: 800px){
        margin-top: 45px;
    }
    @media(max-width: 480px){
        margin-top: 35px;
    }
}


.filter_link_container .brand_offer{
    gap: 32px;
}

.ng-zero .h2-title{
    font-weight: 500!important;
    margin: 0;
    @media(max-width: 800px){
        margin-top: 16px;
        font-size:26px;
    }
    @media(max-width: 480px){
        margin-top: 32px;
        text-align: center;
        font-size: 20px;
    }
}

.container-ng {
    display: flex;
    margin: 80px auto 0;
    width: 100%;
    justify-content: center;
    max-width: 1680px;
    padding: 0 18px;
    @media(max-width: 800px){
        margin: 60px auto 0;
    }
    @media(max-width: 480px){
        margin: 40px auto 0;
    }
}

.block-ng{
    margin: 60px auto !important;
    @media(max-width: 800px){
        margin: 40px auto !important;
    }
    @media(max-width: 480px){
        margin: 32px auto !important;
    }
}

.wrapper_container{
    display: flex;
    flex-direction: column;
    width: 100%;
}

.bg-form{
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-around;
    gap: 32px;
    align-items: center;
    padding: 19px 30px;
    border-radius: 4px;
    @media(max-width: 800px){
        gap: 16px;
        justify-content: space-between;
    }
    @media(max-width: 480px){
        flex-direction: column;
        gap: 16px;
        justify-content: space-between;
        text-align: center;
    }
}
.bg-form .text_wrapper{
    gap:6px;
    @media(max-width: 800px){
        width: 100%;
    }
}
.bg-form-title{
    border-radius: 4px;
    padding: 20px 24px;
}
.adwantages .bg-form-title{
    padding: 20px 8px;
}
.bg-form[gray]{
    background: var(--bg_block);
}
.bg-form-title[gray]{
    background: var(--background-block);
}
.bg-form[peach],
.bg-form-title[peach]{
    background-color: var(--bg-peach);
}
[error]{
    color: var(--font-error)
}

.bg-form .search{
    width: fit-content;
    white-space: nowrap;
    @media(max-width: 480px){
        width: 100%;
    }
}

.h2-title,
.h3-card{
    font-family: Roboto;
    font-weight: 500;
    font-style: Medium;
    font-size: 20px;
    leading-trim: NONE;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    @media(max-width: 480px){
        font-size: 16px;
    }
}

/* Кнопки фильтров */
.filters_btn {
    display: flex;
    gap: 10px;
}
.question-form_button,
.question-form_button-2,
.search,
.reset,
.primary_btn {
    cursor:pointer;
    font-family: Roboto;
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    width: 100%;
    border-radius: 4px;
    padding: 10px 20px;
}
.question-form_button,
.search,
.primary_btn {
    color: white;
    background: var(--icons-primary-blue);
    border: 0;
}
.question-form_button:hover,
.search:hover,
.primary_btn:hover {
    background: var(--primary-hover);
}

.search[disabled],
.primary_btn[disabled="disabled"]  {
    background: #d5d5d5;
}
.question-form_button-2,
.filters_btn .reset {
    color: var(--icons-primary-blue);
    border: 1px solid var(--icons-primary-blue);
    background: white;
}
.question-form_button-2:hover,
.reset:hover {
    color: var(--primary-hover);
    border: 1px solid var(--primary-hover);
}
.question-form_button-2{
    background:none;
    color:var(--font-gray);
    border:1px solid var(--border-dark-gray);
}
.question-form_button-2,
.question-form_button{
    width:100%;
    max-width: unset;
}
.primary_btn[orange]{
    background-color: var(--bg-orange);
}
.primary_btn[orange]:hover{
    background-color: var(--secondary-clicked);
}
.form_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 12px;
    @media(max-width: 480px){
        grid-template-columns: 1fr;
        gap: 6px;
    }
}

[data-popup-item="traning"] .question-form_buttons{
    margin: 16px 0;
    @media(max-width: 480px){
        margin: 12px 0;
    }
}
[data-popup-item="traning"] .question-form_title{
    margin-bottom:12px;
}
[data-popup-item="traning"] [id="filter-traning_form"]{
    overflow-y: scroll;
    padding: 32px;
    @media(max-width: 800px){
        margin-bottom: 0;
        border-radius: 6px 6px 0 0;
        margin-inline:15px;
    }
}
[data-popup-item="traning"] .filter_box .input_checkbox{
    gap: 6px;
}
/* Фильтры - splitted_container */
.splitted_container.filters {
    display: flex;
    gap: var(--splitted_container-filters);
}

.splitted_container.filters .splitted_filters {
    display: flex;
    flex-direction: column;
    min-width: 292px;
    gap: 16px;
}

.splitted_container.filters .splitted_filters .filter_header {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.splitted_container.filters .splitted_filters .filter_body {
    display: flex;
    flex-direction: column;
    gap: 28px;
}
.mob_filters_wrapper{
    display: none;
}
.mob_filters_wrapper.active{
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    width: 100vw;
    z-index: 9999;
    background: #1F1F1F80;
    padding: 20px 15px 0;
}

#clearFilters {
    cursor: pointer;
    font-family: Inter;
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    text-decoration: underline;
    padding-bottom:32px;
    margin-bottom: 16px;
    border-bottom: 1px solid var(--border-input);
    opacity: 0.3;
}

/* Кастомные чекбоксы и радио */
.input_checkbox__container_c,
.input_radio__container {
    position: relative;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    user-select: none;
}

.input_checkbox__container_c input[type="checkbox"],
.input_radio__container input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.input_checkbox__container_c .checkbox-icon,
.input_radio__container .radio-icon {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

/* Чекбокс дефолт */
.input_checkbox__container_c .checkbox-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M5 3H15C16.1046 3 17 3.89543 17 5V15C17 16.1046 16.1046 17 15 17H5C3.89543 17 3 16.1046 3 15V5C3 3.89543 3.89543 3 5 3Z" stroke="%23DFDFDF" stroke-width="2"/></svg>');
}

/* Чекбокс выбран */
.input_checkbox__container_c input:checked + .checkbox-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M2 5C2 3.34315 3.34315 2 5 2H15C16.6569 2 18 3.34315 18 5V15C18 16.6569 16.6569 18 15 18H5C3.34315 18 2 16.6569 2 15V5Z" fill="%2372C2F8"/><path fill-rule="evenodd" clip-rule="evenodd" d="M15.0252 7.52524L9.19183 13.3586C8.94775 13.6027 8.55202 13.6027 8.30794 13.3586L4.97461 10.0252L5.85849 9.14136L8.74988 12.0327L14.1413 6.64136L15.0252 7.52524Z" fill="white"/></svg>');
}

/* Радио дефолт */
.input_radio__container .radio-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 2C14.4183 2 18 5.58172 18 10C18 14.4183 14.4183 18 10 18C5.58172 18 2 14.4183 2 10C2 5.58172 5.58172 2 10 2Z" stroke="%23DFDFDF" stroke-width="2"/></svg>');
}

/* Радио выбран */
.input_radio__container input:checked + .radio-icon {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M1 10C1 5.02944 5.02944 1 10 1C14.9706 1 19 5.02944 19 10C19 14.9706 14.9706 19 10 19C5.02944 19 1 14.9706 1 10Z" fill="%2372C2F8"/><path d="M9.99967 13.3334C8.15873 13.3334 6.66634 11.841 6.66634 10.0001C6.66634 8.15913 8.15873 6.66675 9.99967 6.66675C11.8406 6.66675 13.333 8.15913 13.333 10.0001C13.333 11.841 11.8406 13.3334 9.99967 13.3334Z" fill="white"/></svg>');
}

/* Фильтр бокс */
.filter_box {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter_box .dropdown__toggle .show_all_filters {
    display: none;
}

.filter_box .input_checkbox {
    display: flex;
    flex-direction: column;
    gap: 16px;

}

.filter_box .input_checkbox.fr2 {
    display: grid;
    width: 100%;
    justify-content: space-between;
}

.filter_box .dropdown__toggle span {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 4px;
}

.top_margin {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.bottom_margin {
    margin-top: 15px;
}

.request_product_close_js {
    cursor: pointer;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* End */


/* Start:/local/templates/dresscode_lk/components/lk/catalog.properties.list/main_custom/style.css?1788353905261*/
.s-body #elementContainer .headingBox.group .heading {
	text-transform: none;
}
.s-body #elementContainer .headingBox.group{
	margin-top: 30px;
}

.popup-content_large {
	max-height: unset !important;
}

.mfp-close-btn-in .mfp-close {
	color: #333 !important;
}
/* End */


/* Start:/local/templates/dresscode_lk/components/lk/catalog.properties.list/full_custom/style.css?1788353905261*/
.s-body #elementContainer .headingBox.group .heading {
	text-transform: none;
}
.s-body #elementContainer .headingBox.group{
	margin-top: 30px;
}

.popup-content_large {
	max-height: unset !important;
}

.mfp-close-btn-in .mfp-close {
	color: #333 !important;
}
/* End */


/* Start:/local/templates/dresscode_lk/components/bitrix/system.pagenavigation/round/style.min.css?17883539052051*/
.bx-pagination{margin:10px 0}.bx-pagination .bx-pagination-container{text-align:center;position:relative}.bx-pagination .bx-pagination-container ul{padding:0;margin:0;list-style:none;display:inline-block}.bx-pagination .bx-pagination-container ul li{display:inline-block;margin:0 2px 15px}.bx-pagination .bx-pagination-container ul li span{-webkit-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-moz-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-ms-transition:color .3s ease,background-color .3s ease,border-color .3s ease;-o-transition:color .3s ease,background-color .3s ease,border-color .3s ease;transition:color .3s ease,background-color .3s ease,border-color .3s ease;background:#eff0f1;padding:0 8px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;font-size:14px;border-radius:16px;vertical-align:middle;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.bx-pagination .bx-pagination-container ul li a{text-decoration:none;display:block;border-radius:16px;display:block;height:32px;min-width:32px;line-height:32px;color:#444;vertical-align:middle}.bx-pagination .bx-pagination-container ul li a:hover span{background:#DADADA}.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a span{background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px;color:#444}.bx-pagination .bx-pagination-container ul li.bx-pag-all span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,.bx-pagination .bx-pagination-container ul li.bx-pag-next span{color:#aab1b4;background:#fff;border:2px solid #eff0f1;line-height:28px;padding:0 18px}.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span{background:#fff;border-color:#DADADA;color:#000}
/* End */


/* Start:/local/templates/dresscode_lk/components/dresscode/catalog.section/squares_more_ext/style.css?17883539052594*/
.items.productList {
    margin-bottom: 24px;
}

/*.removeFromWishlist {*/
/*    display: none;*/
/*}*/

.ya-share2 {
    position: relative;
}

@media (max-width: 1140px) and (min-width: 1024px) {
    .ya-share2 {
        top: 0;
        text-align: center;
    }
}

@media (max-width: 850px) {
    .ya-share2 {
        top: 0;
        text-align: center;
    }
}

#analogs .product.last.showMoreBtn {
    height: 346px;
    line-height: 346px;
}

#analogs .product.last.showMoreBtn .icon,
#analogs .product.last.showMoreBtn .small {
    display: inline-block;
}

@media (max-width: 1800px) {
    #analogs .product.last.showMoreBtn {
        height: 341px;
        line-height: 341px;
    }
}

@media (max-width: 1024px) {
    #analogs .product.last.showMoreBtn {
        height: 301px;
        line-height: 301px;
    }
}

@media (max-width: 700px) {
    #analogs .product.last.showMoreBtn {
        height: 140px;
        line-height: 140px;
    }

    #analogs .product.last.showMoreBtn .icon {
        height: 55px;
    }
}

@media (max-width: 480px) {
    #analogs .product.last.showMoreBtn {
        height: 140px;
        line-height: 140px;
    }
}


.s-body .add-link-more {
    width: 100%;
}
.s-body .add-link-more {
    text-align: center;
    margin-top:5px;
}

.s-body .add-link-more .btn-small {
    display: inline-block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    padding: 10px 18px;
    background: #3498DB;
    color: #fff;
    text-align: center;
    border-color: transparent;
    font-size: 15px;
    line-height: 1.1;
    font-weight: 400;
    text-decoration: none;
    -webkit-transition: background 0.3s ease-in, color 0.3s ease-in;
    -o-transition: background 0.3s ease-in, color 0.3s ease-in;
    -moz-transition: background 0.3s ease-in, color 0.3s ease-in;
    transition: background 0.3s ease-in, color 0.3s ease-in;
}

@media (min-width: 700px) {

    .s-body .add-link-more .btn-small {
        width: 161px;
        border-radius: 5px;
        background-color: #2b2b2b;
        font-size: 15px;
        line-height: 18px;
        color: #ffffff;
        margin: 15px auto;
    }

    .s-body .add-link-more .btn-small:hover {
        color: #2b2b2b;
        border-color: transparent;
        background-color: white;
        -webkit-transition: background 0.4s ease-out, color 0.4s ease-out;
        -o-transition: background 0.4s ease-out, color 0.4s ease-out;
        -moz-transition: background 0.4s ease-out, color 0.4s ease-out;
        transition: background 0.4s ease-out, color 0.4s ease-out;
    }
}

/* End */


/* Start:/local/templates/dresscode_lk/components/dresscode/catalog.item/squares_more_ext_item/style.css?17883539055456*/
.main-products_col {
    padding: 0 8px;
    width: 20%;
    max-width: 280px;
    margin-bottom: 12px;
}
@media (max-width: 1200px) {
    .main-products_col {
        width: 33.33%;
        max-width: none;
    }
}
@media (max-width: 768px) {
    .main-products_col {
        width: 50%;
    }
}
.main-product-cart {
    height: 100%;
}
.main-product-cart_content {
    border: 1px solid var(--border-for-border);
    border-radius: 4px;
    position: relative;
    padding: 12px 12px 74px;
    height: 100%;
}
.main-product-cart_image {
    position: relative;
    margin-bottom: 8px;
}
.main-product-cart_image-main {
    display: block;
}
.main-product-cart_image-main img {
    width: 100%;
    border-radius: 4px;
}
.main-product-cart_icons {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    align-items: center;
}
.main-product-cart_icons a {
    margin-left: 4px;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
}
.main-product-cart_top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}
.main-product-cart_top a {
    position: relative;
}
.main-product-cart_art {
    display: block;
    font-size: 12px;
    text-decoration: underline;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none;
    text-align: right;
    color: var(--text-grey);
    padding-right: 20px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/squares_more_ext_item/images/ico-5.svg) right center no-repeat;
    line-height: 20px;
}
.main-product-cart_cnt {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--tertiary-default);
    padding-left: 16px;
    background: url(/local/templates/dresscode_lk/components/dresscode/catalog.item/squares_more_ext_item/images/ico-cnt.svg) left center no-repeat;
    height: 19px;
}
.main-product-cart_title {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-black);
    text-decoration: none;
}
.main-product-cart_bottom {
    position: absolute;
    bottom: 14px;
    left: 14px;
    right: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.main-product-cart_price i {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 12px;
    line-height: 100%;
    color: var(--text-grey);
    text-decoration: line-through;
    display: block;
}
.main-product-cart_price span {
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    color: var(--text-black);
    display: block;
}
.main-product-cart_button {
    width: 42px;
    height: 42px;
    background: var(--primary-default) url(/local/templates/dresscode_lk/components/dresscode/catalog.item/squares_more_ext_item/images/ico-cart.svg) center center no-repeat;
    display: block;
    border-radius: 4px;
}
.main-product-cart_tips {
    display: flex;
    flex-wrap: wrap;
}
.main-product-cart_tip {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    padding: 4px 8px;
    margin-right: 8px;
    border-radius: 2px;
}
.main-product-cart_tip.__1 {
    background: var(--text-grey);
}
.main-product-cart_tip.__2 {
    background: var(--surface-sale);
}
.main-product-cart_tip.__3 {
    background: var(--surface-sale);
}
.main-product-cart_count {
    display: flex;
    padding: 9px 4px;
    border: 1px solid var(--icons-primary-blue);
    border-radius: 4px;
}
.main-product-cart_min {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}
.main-product-cart_plus {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer !important;
}
.main-product-cart_input {
    width: 24px;
    height: 24px;
    outline: none;
    border: none;
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 14px;
    line-height: 100%;
    color: var(--primary-hover);
    text-align: center;
}

.addCompare.custom svg {
    stroke: #2B2B2B!important;
    fill: #FFFFFF;
}

.addWishlist.custom svg {
    stroke: #2B2B2B!important;
}

.addCompare.custom.added svg {
    fill: #F15F30!important;
    stroke: #FFFFFF!important;
}

.addWishlist.custom svg {
    fill: #F4F4F4;
}

.addWishlist.custom.added svg {
    fill: #F15F30!important;
    stroke: #FFFFFF!important;
}

.addToCartWrapper.added_custom > a {
    display: none;
}

.addToCartWrapper.added_custom > div {
    display: flex !important;
}

.main-product-cart_count {
    display: none;
}

.large_hide {
    display: none;
}

@media (max-width: 1200px) and (min-width: 769px){
    .medium_hide {
        display: none;
    }
}

@media (max-width: 768px){
    .mobile_hide {
        display: none;
    }
}

.addWishlist.custom:hover svg {
    fill: #4DACEB;
    stroke: #FFFFFF !important;
}

.addCompare.custom:hover svg {
    fill: #4DACEB;
    stroke: #FFFFFF !important;
}

.marker_sq {
    margin-bottom: 20px;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 100%;
    color: var(--text-white);
    padding: 4px 8px;
    margin-right: 8px;
    border-radius: 2px;
}

.marker_sq a {
    text-decoration: none;
}

.main-product-cart_info {
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: var(--text-grey);
    margin-bottom: 6px;
}
/* End */


/* Start:/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/review.min.css?17883539057504*/
#catalogReviews{margin-top:24px;overflow:hidden}#catalogReviews .heading{border-top:1px solid #e7e8ea;font-family:'robotobold';text-transform:uppercase;letter-spacing:1px;padding:36px 24px;font-weight:800;font-size:20px}#catalogReviews .heading .reviewAddButton{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-bottom:1px dashed #888;font-family:"robotoregular";text-decoration:none;display:inline-block;vertical-align:middle;padding-bottom:4px;margin-left:24px;font-weight:400;font-size:12px;color:#888}#catalogReviews .heading .reviewAddButton:active{position:relative;top:1px}#catalogReviews .heading .label{font-family:"robotoregular";text-transform:none;display:inline-block;letter-spacing:0;font-weight:400;font-size:14px;color:#888}#catalogReviews .ratingContainer{line-height:20px;float:right}#catalogReviews .ratingContainer .rating,#reviews .rating{display:inline-block;vertical-align:middle;margin-left:6px;margin-top:0;position:relative;height:15px;width:79px;z-index:2}#catalogReviews .ratingContainer .rating{margin-left:12px}#catalogReviews .ratingContainer .rating i,#reviews .rating i{background:url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/../images/rating.png) repeat 0 0 transparent;height:15px;width:79px;position:absolute;display:block;left:0;top:0}#catalogReviews .ratingContainer .rating i.m,#reviews .rating i.m{background:url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/../images/rating.png) repeat 0 -14px transparent;width:0;z-index:10}#reviews .rating{margin-top:-4px}#catalogElement .ratingContainer .newReview{float:right;margin-right:12px;color:#000}#catalogElement .newReview:hover{color:#0074d9}#catalogElement #reviews,#catalogElement #reviews ul{list-style:none;padding:0;margin:0}#catalogElement #reviews .reviewItem{border-top:1px solid #f7f7f7;padding-top:24px;position:relative;margin-bottom:24px}#catalogElement #reviews .reviewItem:first-child{padding-top:24px;border-top:1px solid #e7e8ea}#reviews .reviewTable{table-layout:fixed;display:table;width:100%}#reviews .reviewTable .reviewColumn{display:table-cell;vertical-align:top;position:relative;padding:0 24px;font-size:14px}#reviews .reviewTable .reviewColumn .label{display:inline-block;font-size:14px}#reviews .reviewTable .reviewColumn .reviewRating,#reviews .reviewTable .reviewColumn .reviewName{margin-top:12px}#reviews .reviewTable .reviewColumn .reviewDate,#reviews .reviewTable .reviewColumn .reviewName{line-height:21px}#reviews .reviewTable .reviewColumn .advantages,#reviews .reviewTable .reviewColumn .limitations{margin-bottom:12px}#reviews .reviewTable .reviewColumn .advantages .label,#reviews .reviewTable .reviewColumn .impressions .label,#reviews .reviewTable .reviewColumn .limitations .label{margin-bottom:4px;font-size:14px}#reviews .reviewTable .reviewColumn .advantages p,#reviews .reviewTable .reviewColumn .impressions p,#reviews .reviewTable .reviewColumn .limitations p{font-size:13px}#reviews .reviewTable .reviewColumn:first-child{vertical-align:middle;text-align:center;width:30%}#reviews .reviewTable .reviewColumn .reviewDate{color:#888}#reviews .reviewTable .reviewColumn .reviewName,#reviews .reviewTable .reviewColumn .reviewName .label{font-size:16px}#catalogElement #reviews .controls{background:#f4f4f4;text-align:center;margin-top:24px;line-height:35px;width:260px;height:35px}#catalogElement #reviews .controls a{text-decoration:none}#catalogElement #reviews .controls a:active{position:relative;top:1px}#catalogElement #reviews .controls .good{color:#009E02;margin-right:4px}#catalogElement #reviews .controls .good:hover{color:#008902}#catalogElement #reviews .controls .bad{color:red}#catalogElement #reviews .controls .bad:hover{color:#9d9d9d}#catalogElement #reviews p{color:#666;line-height:21px;margin:0}#catalogElement #reviews .comment{clear:both}#catalogElement #reviews .hide{display:none}#showallReviews{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:1px solid #e7e8ea;margin:24px 24px 24px auto;text-decoration:none;text-align:center;border-radius:4px;line-height:40px;display:block;color:#000;height:40px;width:200px}#catalogElement #newReview{display:none}#catalogElement #newReview .heading{border-bottom:1px solid #e7e8ea;border-top:1px solid #e7e8ea;font-family:'robotobold';text-transform:uppercase;letter-spacing:1px;margin-bottom:24px;padding:36px 24px;font-weight:800;font-size:20px;display:block}#catalogElement #newReview form{padding:0 24px}#catalogElement #newReview ins{text-decoration:none;margin-bottom:4px;font-size:14px;display:block}#catalogElement #newReview #newRating{position:relative}#catalogElement #newReview .rating{position:absolute;cursor:pointer;width:150px;left:100px;z-index:10;top:-3px}#catalogElement #newReview .rating i{background:url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/../images/newRating.png) repeat 0 0 transparent;height:22px;width:150px;position:absolute;display:block;left:0;top:0}#catalogElement #newReview .rating i.m{background:url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/../images/newRating.png) repeat 0 -22px transparent;width:0;z-index:10}#catalogElement #newReview .usedSelect{list-style:none;overflow:hidden;clear:both;padding:0;margin:0}#catalogElement #newReview .usedSelect li{float:left;margin-right:12px;margin-bottom:12px}#catalogElement #newReview .usedSelect li a{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border:1px solid #e7e8ea;text-decoration:none;text-align:center;line-height:35px;padding:0 12px;font-size:13px;display:block;height:35px;color:#000}#catalogElement #newReview .usedSelect li a:hover{color:#696969}#catalogElement #newReview .usedSelect li a:active{position:relative;top:1px}#catalogElement #newReview .usedSelect li a.selected{color:#fff}#catalogElement #newReview table{width:100%;border-collapse:collapse;table-layout:fixed}#catalogElement #newReview table td{vertical-align:top;width:50%}#catalogElement #newReview table td:first-child{padding-right:24px}#catalogElement #newReview label{display:block;margin:12px 0}#catalogElement #newReview textarea{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #E4E4E4;font-family:"roboto_ltregular";padding-left:12px;padding-top:12px;background:#fff;resize:none;height:90px;width:100%}#catalogElement #newReview textarea:focus{outline:none;border:1px solid #CCC}#catalogElement #newReview input{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .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 #E4E4E4;display:inline-block;margin-bottom:12px;vertical-align:top;background:#fff;padding-left:12px;height:50px;width:74%}#catalogElement #newReview input:focus{border:1px solid #CCC}#catalogElement #newReview .submit{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;vertical-align:middle;display:inline-block;text-decoration:none;text-align:center;line-height:50px;margin-left:3%;color:#fff;height:50px;width:23%}#catalogElement #newReview .submit:active{position:relative;top:1px}#catalogElement #newReview .reviewError{overflow:hidden;padding:0 24px}#catalogElement #newReview .reviewError .cap{color:#000;font-size:16px}#catalogElement #newReview .reviewError img{vertical-align:middle;float:left;margin-right:24px}#catalogElement .countReviewsTools{cursor:pointer}
/* End */


/* Start:/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/media.min.css?178835390511022*/
@media all and (min-width:2560px){#elementNavigation.fixed .tabs{width:483px}}@media all and (min-width:1921px){#tableContainer .column:nth-child(2){width:1124px}#catalogElement .product{width:20%}#catalogElement .product:nth-child(5n+5){border-right-width:0}#complect .complectListItem{width:20%}}@media all and (min-width:1900px){#skuOffersTable .offersTable .offersName{width:22%}#skuOffersTable .offersTable .priceWrap{width:18%}#skuOffersTable .offersTable .quanBaskWrap{width:24%}}@media all and (max-width:1900px){#catalogElement .product:nth-child(4n+4){/*border-right-width:0*/}}@media all and (max-width:1800px){#skuOffersTable .offersTable .quanBaskWrap{width:120px;padding:8px 6px}#skuOffersTable .offersTable .quanBaskWrap .tc{display:block;width:100%;padding:0}#skuOffersTable .offersTable .quanBaskWrap .quantity{padding-bottom:6px}.new-list-items{margin:0 -6px}.new-list-items .list-item-wrap{padding:6px}.new-list-items .list-item{padding:12px}.new-list-items .image{padding-right:12px}}@media all and (max-width:1700px){#elementTools{width:280px}#files .item .icon{width:22%}}@media all and (max-width:1600px){.limiter #left{width:280px}#elementNavigation{width:280px}#elementNavigation.fixed .tabs{width:280px}#files .item{width:33.33333%}#files .item .icon{width:20%}#complect .complectListItem{width:33.33333%}#complect .complectListItem:nth-child(4n):after{display:block}#complect .complectListItem:nth-child(3n):after,#complect .complectListItem:last-child:after{display:none}.new-list-items-wrap .heading{padding:36px 0 30px}#elementContainer .new-list-items{margin:0 -6px}}@media all and (max-width:1520px){.limiter #left{width:320px}#elementTools{width:300px}#tableContainer #elementNavigation{display:none}#elementSmallNavigation{display:block}#files .item .icon{width:14%}#skuOffersTable .offersTable .quanBaskWrap{width:250px;padding:0}#skuOffersTable .offersTable .quanBaskWrap .tc{display:table-cell;width:50%;padding:8px 6px}#skuOffersTable .offersTable .quanBaskWrap .quantity{padding:8px 6px}#catalogElement #newReview input{width:67%}#catalogElement #newReview .submit{width:30%}}@media all and (max-width:1366px){.limiter #left{width:280px}.smallSpecialTime .specialTime{padding:12px 0}}@media all and (max-width:1340px){#elementSmallNavigation .tab:first-child{padding-left:0;border-left:0;margin-left:0}#elementSmallNavigation .tab{border-right:0;margin-left:24px}}@media all and (max-width:1280px){.limiter #left{width:330px}#elementTools{width:270px;padding:12px 24px 0}.smallSpecialTime{padding-bottom:6px}#files .item .icon{width:18%}.ya-share-label{margin-top:0}#elementContainer .brandImage{margin-right:24px;margin-bottom:12px}#elementContainer .bindAction{margin-bottom:12px}.reviewsBtnWrap{padding-bottom:0}.reviewsBtnWrap .row{margin:0 24px 12px 0}#elementContainer .elementSkuVariantLabel{display:none}.productDetailText .heading{font-size:14px}#catalogElement .product{width:33.333%}#catalogElement .product:nth-child(4n+4){border-right-width:1px}#catalogElement .product:nth-child(3n+3){border-right-width:0}}@media all and (max-width:1250px){#skuOffersTable{display:none}}@media all and (max-width:1100px){#tableContainer #elementTools{display:none}#smallElementTools{overflow:hidden;display:block}.ya-share-label{display:none}.new-list-items .list-item-wrap{width:50%}#smallElementTools .price{margin-bottom:16px}#smallElementTools .columnRowWrap .row{margin-bottom:16px}}@media all and (max-width:1024px){.limiter #left{width:100%}}@media all and (max-width:1023px){#files .item{width:50%}#files .item .icon{width:14%}}@media all and (max-width:1000px){.pictureSlider{margin-top:24px}#elementContainer .mainContainer .col{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:24px 24px 0}#elementContainer .brandImage{margin-bottom:18px}#elementContainer .bindAction{margin-bottom:18px}#complect .heading{border:0}#elementTools .addCart{margin-top:12px}#smallElementTools .columnRow .fastBack{height:50px;line-height:50px}#smallElementTools .columnRow .addCart{height:50px;line-height:50px}.changePropertiesNoGroup{margin:12px 0 18px}#smallElementTools .columnRow .fastBack,#smallElementTools .columnRow .addCart{margin:0}.newReviewTable .left{width:100%;padding:0}.newReviewTable .right{width:100%;margin-top:18px}}@media all and (max-width:800px){#files .item .icon{width:70px}#files .item .info{width:100%}#reviews .reviewTable{display:block}#reviews .reviewTable .reviewColumn{display:block}#reviews .reviewTable .reviewColumn:first-child{margin-bottom:24px;text-align:left}#showallReviews{margin:0 0 0 24px}#zoomerMoreImagesContainer{display:none !important}#zoomerBigPrevMore,#zoomerBigNextMore{background-color: rgb(255,255,255,0.5);}#imageContainerSlider{height:100% !important}#complect .complectList{border-top:1px solid #e7e8ea;margin:0 -24px 12px}#complect .complectListItem{width:50%;height:140px;box-sizing:border-box;border-right:1px solid #e7e8ea;border-bottom:1px solid #e7e8ea}#complect .complectListItem:nth-child(2n){border-right-width:0}#complect .complectListItem:after{display:none}.complectListItemTable{display:table;width:100%;table-layout:fixed}.complectListItemCelImage{display:table-cell;vertical-align:middle;width:110px;padding-right:12px}.complectListItemCelText{display:table-cell;vertical-align:middle}#complect .complectListItemPicLink{height:120px;line-height:120px}#complect .complectListItemPrice .discount{display:block;padding:0}#complect .complectListItemPrice{margin:0;font-size:14px}#complect .complectListItemPrice .discount{font-size:13px;line-height:16px;color:#888}#complect .complectListItemLink{height:36px;margin-bottom:2px;line-height:36px}#complect .complectListItemLink .middle{vertical-align:middle;line-height:18px}#elementProperties .stats{table-layout:auto}#elementProperties .stats td{padding:12px 0}#elementProperties .stats .name span{padding:0}#elementProperties .stats tr td:first-child{padding:0 6px}#elementProperties .stats tr.cap td:first-child{padding:12px 0}#elementProperties .stats tr td:nth-child(2){padding-right:6px}#elementProperties .stats tr td:nth-child(n+3){width:0;overflow:hidden;padding:0;max-width:0;white-space:nowrap;text-indent:100px}#elementProperties .stats .name{width:70%}}@media screen and (max-width:790px){.new-list-items{margin:0 -3px}.new-list-items .list-item-wrap{width:100%;padding:3px}.new-list-items .list-item{padding:8px}#catalogElement .product{width:50%}#catalogElement .product:nth-child(3n+3){border-right-width:1px}#catalogElement .product:nth-child(2n+2){border-right-width:0}#elementContainer .mainContainer .col{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:24px 24px 0;display:block;width:100%}#elementContainer .brandImageWrap{padding-top:24px;border-top:1px solid #e7e8ea}.changePropertiesNoGroup{display:none}#elementContainer .new-list-items{margin:0 -3px}}@media all and (max-width:700px){#elementContainer .mainContainer .markerContainer{top:12px;left:24px}#elementContainer .wishCompWrap{top:12px;right:24px}#stores th,#stores td{display:none}#stores th.name,#stores td.name,#stores th.amount,#stores td.amount{display:table-cell}#storesContainer #stores .storeTable{table-layout:auto}#storesContainer #stores .wrap{padding:0}#storesContainer #stores .storeTable .name{width:70%;padding:12px 12px 12px 24px;line-height:16px}#storesContainer #stores th.amount{font-family:"robotomedium";text-align:right}#storesContainer #stores .storeTable .green{padding:12px 24px 12px 0;text-align:right}#storeMap{display:none}#video .item{width:100% !important;float:unset}#reviews .reviewTable .reviewColumn:first-child{width:100%}#reviews .rating{margin-left:0}#tableContainer .column:nth-child(2),#video .item:last-child{padding-bottom:0}#elementContainer .mainContainer .secondCol{margin-top:18px;padding:18px 24px 0;border-top:1px solid #e7e8ea}#elementContainer .brandImageWrap{display:none}.reviewsBtnWrap{border-bottom:0}.reviewsBtnWrap .row img{display:none}.reviewsBtnWrap .row{margin:0 18px 6px 0}.productDetailText{margin:6px 0 12px}#smallElementTools{padding:0}.smallElementToolsContainer{margin:0;border:0;font-size:0;padding:12px 24px 0;border-top:1px solid #e7e8ea}#smallElementTools .mainTool,#smallElementTools .secondTool{display:inline-block;vertical-align:top;width:60%}#smallElementTools .secondTool{width:40%}#smallElementTools .columnRow{padding-right:2px}#smallElementTools .columnRow:last-child{padding:0 0 0 2px}.new-list-items-wrap{padding:0 12px}#smallElementTools .secondTool .row{display:block;margin-right:0}#smallElementTools .priceContainer{line-height:24px}#smallElementTools .price{margin-bottom:12px}#smallElementTools .columnRowWrap .row{width:auto;margin-bottom:12px}#smallElementTools .columnRow .addCart{padding:0 12px}#catalogElement #elementContainer .addCompare{display:none}}@media all and (max-width:680px){.secondTool .addCompare,.secondTool .fastBack{display:none}#files .item{width:100%}}@media all and (max-width:620px){#elementSmallNavigation{display:none}}@media all and (max-width:600px){#catalogElement .product{width:100%}#catalogElement .product:nth-child(n){border-right-width:1px}#complect .complectListItem:nth-child(n){width:100%;border-right-width:0}.complectListItemCelImage{width:40%;min-width:110px;max-width:160px}#elementProperties .stats{font-size:13px}}@media all and (max-width:550px){#elementContainer #moreImagesCarousel{padding:0;margin-top:12px}#elementContainer #moreImagesCarousel .carouselWrapper{width:90%}#elementContainer #moreImagesCarousel #moreImagesLeftButton{margin-top:-12px;left:0}#elementContainer #moreImagesCarousel #moreImagesRightButton{margin-top:-12px;right:0}#elementContainer #moreImagesCarousel .slideBox .item{box-sizing:border-box;padding:0 6px}#elementContainer #moreImagesCarousel .slideBox .item{height:30px}#elementContainer #moreImagesCarousel .slideBox .item a{height:30px;line-height:30px}#elementContainer #moreImagesCarousel .slideBox{height:36px}#elementContainer #moreImagesCarousel .slideBox .item.selected:after{bottom:-6px}#elementProperties .stats .right{width:0 !important}#elementProperties .stats .analog{display:none}#elementProperties .stats .name{width:60%}#catalogElement #newReview input{width:100%}#catalogElement #newReview .submit{width:100%;margin:0}#catalogReviews .heading .ratingContainer{display:none}}@media all and (max-width:480px){#complect .complectListItem{width:100%}#elementProperties .stats .name{width:100%}#elementProperties .stats td:nth-child(2){width:90px;font-family:"robotomedium";text-align:right;padding-right:6px}#smallElementTools .mainTool,#smallElementTools .secondTool{width:100%}#storesContainer #stores .storeTable .name{width:66%}#storesContainer #stores .storeTable .icon{display:none}}@media screen and (max-width:400px){.new-list-items .price{font-size:16px}.new-list-items .name{max-height:36px}}@media all and (max-width:360px){#smallElementTools .columnRow{width:100%;padding:0}#smallElementTools .columnRow:last-child{padding:0}}
/* End */


/* Start:/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/set.min.css?17883539059096*/
#set{padding-bottom:24px;box-sizing:border-box}#set .heading{border-top:1px solid #e7e8ea;font-family:'robotobold';text-transform:uppercase;letter-spacing:1px;margin-top:30px;padding:36px 24px;font-weight:800;font-size:20px;display:block}#set .setList .heading2{margin-bottom:12px;font-size:14px;display:block}#set .setList{overflow:hidden}#set .setTools{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;background-color:#fff;border:1px solid #e6e6e6;line-height:60px;list-style:none;overflow:hidden;padding:0 0 0 24px;height:60px;margin:12px 24px 0}#set .setTools li{float:left}#set .setTools .rt{float:right}#set .setTools .heading2{margin-right:24px;font-size:14px}#set .setTools .price{font-family:'robotobold';text-decoration:none;position:relative;font-size:18px;display:block;color:#000}#set .setTools .price #setDisnt{font-family:'roboto_ltregular';display:inline-block;padding-left:12px;font-size:14px;color:#888}#setDisnt.hidden,#setWDisnt.hidden{visibility:hidden}#set .setTools .addCart{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;line-height:60px;color:#fff;height:60px;font-size:16px;text-align:center;display:inline-block;vertical-align:top;width:250px;text-decoration:none}#set .setTools .icon{vertical-align:middle;display:inline-block}#set .setTools .addCart .icon{padding-right:12px;margin-top:-6px}#set .setTools .addSet{font-family:'roboto_condensedlight';-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;background:#f8f8f8;line-height:60px;color:#000;height:60px;font-size:14px;text-align:center;display:inline-block;vertical-align:top;width:250px;text-decoration:none;border-left:1px solid #e6e6e6}#set .setTools .addSet:hover{background:#f6f6f6}#set .disabled .wrap{transform:scale(0.9);opacity:.5}#set .setElement{-webkit-transition:all .2s;-o-transition:all .2s;transition:all .2s;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;position:relative;padding:0 24px;float:left;width:25%}#set .setElement .wrap{-webkit-transition:all .3s ease-in-out;-o-transition:all .3s ease-in-out;transition:all .3s ease-in-out}#set .setElement:first-child{border:0}#set .setElement:after{font-family:'roboto_thregular';transform:translateY(-50%);position:absolute;font-size:48px;display:block;color:#888;content:"+";right:-8px;top:50%}#set .setElement:last-child:after{display:none}#set .setElement .picture{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;line-height:250px;text-align:center;margin-top:12px;display:block;height:250px}#set .setElement:hover .picture,#set .setElement.general .picture{opacity:1}#set .setElement.disabled .picture{opacity:.8}#set .setElement .picture img{vertical-align:middle;max-height:90%;max-width:90%}#set .setElement .name{-webkit-transition:.2s all ease-in-out;-o-transition:.2s all ease-in-out;transition:.2s all ease-in-out;margin-top:12px;font-size:14px;color:#000;display:block;text-decoration:none;margin-bottom:12px;height:44px;line-height:44px;overflow:hidden}#setWindowTable .setElement .name{font-size:13px}#set .setElement .middle{line-height:21px;vertical-align:middle;display:inline-block}#set .setElement .price{font-family:'robotobold';text-decoration:none;margin-bottom:12px;position:relative;font-size:16px;display:block;color:#000}#set .setElement .price .discount{font-family:'roboto_ltregular';display:inline-block;padding-left:8px;font-size:14px;color:#888}#set .sCheck,#set .sWindowCheck{background:url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/../images/sCheck.png) 0 0 no-repeat transparent;position:absolute;cursor:pointer;display:block;height:30px;width:30px;right:0;z-index:2;top:12px}#set .sCheck{right:24px}#set .sCheck:hover,#set .sWindowCheck:hover{background-position:-30px 0}#set .sCheck:active,#set .sWindowCheck:active{background-position:-60px 0}#set .sCheck.disabled,#set .sWindowCheck.disabled{background-position:-90px 0}#set .sCheck.disabled:hover,#set .sWindowCheck.disabled:hover{background-position:-120px 0}#set .sCheck.disabled:active,#set .sWindowCheck.disabled:active{background-position:-150px 0}#setWindow{background-color:rgba(0,0,0,0.5);position:fixed;display:none;height:100%;width:100%;z-index:999;left:0;top:0}#setWindow .container{transform:translateX(-50%) translateY(-50%);background-color:#fff;position:relative;max-height:440px;overflow:hidden;width:900px;left:50%;top:50%}#setWindow .container .wp{overflow:hidden}#setWindow #setWindowTable{width:100%;table-layout:fixed;border-spacing:0;border-collapse:collapse}#setWindow #setWindowTable td{padding:0}#setWindow .heading3{background-color:#424242;position:relative;text-align:center;line-height:60px;font-size:18px;color:#fff;height:60px}#setWindow .container .wElement{width:240px}#setWindow .setElement .picture{height:140px;line-height:140px}#setWindow #wProduct{border-right:1px solid #e7e8ea;width:100%}#setWindow #wProduct .picture{opacity:1}#setWindow .fr{display:inline-block;padding-top:12px;font-size:13px}#setWindow .setElement:last-child:after{display:none}#setWindow .close{background:url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/../images/exit.png) 0 0 no-repeat transparent;position:absolute;display:block;height:21px;width:21px;right:20px;top:20px}#setWindow .close:hover{background-position:0 -21px}#setWindow .close:active{background-position:0 -42px}#setWindowPrice{background-color:#424242;position:relative;text-align:center;line-height:60px;overflow:hidden;font-size:18px;color:#fff;height:60px}#setWindowPrice ul{list-style:none;padding:0;margin:0}#setWindowPrice li{float:left}#setWindowPrice li:last-child{text-align:right;color:#fff;float:right}#setWindowPrice li .heading4{margin-right:12px;padding-left:12px;font-size:14px}#setWindowPrice .discount{font-family:'roboto_ltregular';display:inline-block;margin-left:12px;padding-left:8px;font-size:14px;color:#888}#setWindowPrice .addCart{font-family:'roboto_condensedlight';-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;min-width:152px;text-decoration:none;display:inline-block;vertical-align:top;text-align:center;line-height:60px;padding:0 24px;font-size:16px;color:#fff;height:60px}#setWindowPrice .icon{vertical-align:middle;display:inline-block}#setWindowPrice .addCart .icon{padding-right:12px;margin-top:-6px}#setWindowPrice .closeWindow{-webkit-transition:all .2s ease-in-out;-o-transition:all .2s ease-in-out;transition:all .2s ease-in-out;border-left:1px solid #4c4c4c;text-decoration:none;font-size:14px;padding:0 24px;color:#fff;float:left}#setWindowPrice .closeWindow:hover{background-color:#262626}#setWindowPrice .closeWindow img{vertical-align:middle;margin-right:12px}#setWindow .container .slideBox,#setCarousel{position:relative;border:0}#setWindow .setBtnLeft,#setWindow .setBtnRight{background:url(/local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/../images/slideArrowSmall.png) 0 0 no-repeat transparent;transform:translateY(-50%);position:absolute;height:70px;width:35px;z-index:22;top:50%}#setWindow .setBtnLeft{left:0}#setWindow .setBtnRight{right:0}#setWindow .setBtnLeft:hover{background-position:-35px 0}#setWindow .setBtnLeft:active{background-position:-70px 0}#setWindow .setBtnRight{background-position:0 -70px}#setWindow .setBtnRight:hover{background-position:-35px -70px}#setWindow .setBtnRight:active{background-position:-70px -70px}@media all and (max-width: 1366px){#set .setElement .picture{height:200px;line-height:200px}}@media all and (max-width: 900px){#set .setTools .addSet{display:none}}@media all and (max-width: 800px){#set .setList{border-top:1px solid #e7e8ea}#set .setElement{overflow:hidden;height:140px;padding:12px}#set .setElement:nth-child(n){border-bottom:1px solid #e7e8ea;border-right:1px solid #e7e8ea;width:50%}#set .setElement:nth-child(2n){border-right-width:0}#set .setElement:after{display:none}.setListTable{display:table;width:100%;table-layout:fixed}.setListColImage{display:table-cell;vertical-align:middle;width:110px;padding-right:12px}.setListColText{display:table-cell;vertical-align:middle;padding-right:24px}#set .setElement .picture{height:120px;margin:0;line-height:120px}#set .sCheck{top:6px;right:6px}#set .setElement .name{margin-top:0;margin-bottom:2px;height:36px;line-height:36px}#set .setElement .middle{line-height:18px}#set .setElement .price{margin-bottom:0;font-size:14px}#set .setElement .price .discount{display:block;padding:0;font-size:13px;line-height:16px}#set .setTools .heading2{display:none}#set .setTools .addCart{width:200px}}@media all and (max-width: 600px){#set .setElement:nth-child(n){width:100%;border-right-width:0}.setListColImage{width:40%;min-width:110px;max-width:160px}}@media all and (max-width: 550px){#set .setTools{overflow:hidden;padding:0 24px;height:auto;margin:0;border:0}#set .setTools li{float:unset}#set .setTools .rt{text-align:left;display:block;float:unset;clear:both}#set .setTools .addCart{clear:both}#set .setTools li{line-height:21px;margin-top:24px}#set .setTools .heading2{display:block!important;font-size:16px}}@media all and (max-width: 400px){.setListColImage{width:50%}}
/* End */
/* /local/templates/dresscode_lk/components/bitrix/catalog/.default/style.css?17883539051578 */
/* /local/templates/dresscode_lk/components/dresscode/catalog.item/detail/style.css?178835390566799 */
/* /local/components/alex/form/templates/request_product/style.css?178835390515151 */
/* /local/templates/dresscode_lk/components/lk/catalog.properties.list/main_custom/style.css?1788353905261 */
/* /local/templates/dresscode_lk/components/lk/catalog.properties.list/full_custom/style.css?1788353905261 */
/* /local/templates/dresscode_lk/components/bitrix/system.pagenavigation/round/style.min.css?17883539052051 */
/* /local/templates/dresscode_lk/components/dresscode/catalog.section/squares_more_ext/style.css?17883539052594 */
/* /local/templates/dresscode_lk/components/dresscode/catalog.item/squares_more_ext_item/style.css?17883539055456 */
/* /local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/review.min.css?17883539057504 */
/* /local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/media.min.css?178835390511022 */
/* /local/templates/dresscode_lk/components/dresscode/catalog.item/detail/css/set.min.css?17883539059096 */
