

/* Start:/local/templates/main/components/bitrix/catalog.section/favorites/style.css?165980399515400*/
.favorite-empty {
    display: flex;
    width: 100%;
    line-height: 19px;
    padding: 17px 17px 16px 17px;
    border: 1px solid #E5E5E5;
    font-size: 16px;
    font-weight: 500;
    color: #F02B31;
}

.favorite-empty:before {
    content: '';
    width: 16px;
    height: 16px;
    margin: 0 9px 0 0;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAMAAABEpIrGAAAAV1BMVEUAAADvIDDvMDDvKDDvJTDvKjDvKDDvLDDvKjDvKTDvKzDxKzLvKjDvLDDxKjDxKzDxKzLvKTDvKzDvKzHwKjLwLDDwLDLwKzHwKzHwKzHwKzHwLDHwKzED9XQFAAAAHHRSTlMAEBAgMDBAQGBwcI+QkJ+fn6CgoK+vr7/P3+/vS0TrbAAAAPRJREFUeNqFk+FygjAQBr8koghYUtoKB/v+z9kZnBqRpOy/0z3uJnOfEq6O0wLLFGunPaFdSMSgLa4FxqZykrs0I9D6TbtBH17qAeylrgyr3iauP6Vi2K3l789vOONHGb6wxx4t5pTBG+06ANI6AGm1xz+RXnlBA53kIZSEwOxVM6okaKRW5FoWGj40cS4LFZNmfFnwzAKVBcGhcDxi4qQiFyZ9clWRhv74ofz831PjpY5YEiL9Q6tyQjqEG+aVwRnd3+VEZbhj7nm0337XH7GQzj4V+SQE26YtRN5a/G2N3tlJ7rRGr3PaEgYSSxe0x9VDJv6/uz8aX1bzrYMAAAAASUVORK5CYII=') 50% 50% no-repeat scroll;
    background-size: contain;
}

.categories {
    display: flex;
    width: 100%;
    border-bottom: 1px solid #E6E6E6;
}

.categories .item {
    width: unset;
    line-height: 19px;
    margin: 0 30px 0 0;
    padding: 0 0 7px;
    border-bottom: 5px solid transparent;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    color: #808080;
    cursor: pointer;
}

.categories .item:hover {
    color: #000000;
    border-bottom-color: #000000;
}

.categories .item.active {
    border-bottom: 5px solid  #000000;
    color: #000000;
    cursor: initial;
}

.favorites {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

.favorites > .item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    min-height: 170px;
    padding: 20px 0 20px 10px;
    border-bottom: 1px solid #E6E6E6;
}

.favorites > .item.hide {
    display: none;
    padding: 0;
    border-width: 0;
}

.favorites .item .image {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 120px;
    min-width: 120px;
    height: 120px;
    border-bottom-width: 0 !important;
}

.favorites .item .image img {
    width: auto;
    height: auto;
    max-height: 120px;
}

.favorites .item .name-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    align-self: stretch;
    width: 100%;
    max-width: 405px;
    margin: 0 30px 0 30px;
    padding: 0 130px 0 0;
}

.favorites .item .name-wrapper .stickers {
    position: absolute;
    top: -10px;
    left: 0;
    display: flex;
    align-items: flex-start;
}

.favorites .item .name-wrapper .stickers .item {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 12px 0 0;
    border: 1px solid #D2D2D2;
    border-radius: 40px;
    background-color: #ffffff;
    transition: none;
}

.favorites .item .name-wrapper .stickers .item:hover {
    border-color: #737373;
    box-shadow: 0 0 0 1px #737373;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-grey .tooltipster-box {
    border-radius: 4px;
    background: rgba(51, 51, 51, 0.8);
    box-shadow: none;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-grey .tooltipster-box .tooltipster-content {
    padding: 6px 8px 5px 7px;
    color: #FFFFFF;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-grey .tooltipster-box .tooltipster-content .title {
    line-height: 18px;
    margin: 0 0 6px;
    font-size: 15px;
    font-weight: 500;
}

.favorites .item .name-wrapper .name {
    line-height: 17px;
    font-size: 14px;
    font-weight: 700;
    color: #000000;
    border-bottom-width: 0 !important;
}

.favorites .item .name-wrapper .name:hover {
    color: #f32a2a;
}

.favorites .item .prices {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.favorites .item .prices .real {
    display: flex;
    align-items: baseline;
}

.favorites .item .prices .real .current {
    min-width: 110px;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
}

.favorites .item .prices .real .old {
    font-size: 13px;
    font-weight: 500;
    text-decoration-line: line-through;
    color: #000000;
}

.favorites .item .prices .additional {

}

.favorites .item .prices .additional .item {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 14px 0 0 0;
}

.favorites .item .prices .additional .item  + .item {
    margin: 12px 0 0 0;
}

.favorites .item .prices .additional .item .value {
    width: 96px;
    margin: 0 14px 0 0;
    padding: 2px 0 1px;
    border-radius: 4px;
    font-size: 18px;
    white-space: nowrap;
    font-weight: bold;
    color: #FFFFFF;
    background-color: #000000;
    text-align: center;
}

.favorites .item .prices .additional .item .title {
    max-width: 120px;
    line-height: 13px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    color: #000000;
}

.favorites .item .actions {
    display: flex;
    align-items: center;
}

.favorites .item .actions .delete {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    min-width: 19px;
    height: 18px;
    margin: 0 6px;
    background: transparent url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAARVBMVEUAAACAgICEhISAgICAgICAgICAgICAgICBgYF/f3+BgYGAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIDCp1NEAAAAFnRSTlMAEB8gMEBQYG9wf4CPkJ+gr7C/z9/vSF20FgAAAOhJREFUeNqVkwd2g0AMBZfQYtNBO/e/aZrS9j+ZZ8amz1ZJSalHg2Ou0ymvONzPrDs84fXA3lapPYDuoWaw+N0C9shqwWq/rTK0urrBWSlYB6f+G+sMu6L5oAbzIMxgPugvO7TBknZ5tUCvWgdbrNVmtZ99t2fRBhi+L/JwXfMBRAvmG2ordMHiVQs2qYHjCa0GU83gRTXIqmWokgCoBqjlTQutgiyST6TUfLrCAU2ptXCo5atXzfNIU6TUNI9iTfPImeBW5pvLgr6MtWCIFW5RyefhP6MXvmJxhSq1elidIrqhoK/SRd4B9P8lfHGgN/0AAAAASUVORK5CYII=") no-repeat 50% 50% scroll;
    background-size: contain;
    cursor: pointer;
}

.favorites .item .actions .delete:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAARVBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADc6ur3AAAAFnRSTlMAEB8gMEBQYG9wf4CPkJ+gr7C/z9/vSF20FgAAAOhJREFUeNqVkwd2g0AMBZfQYtNBO/e/aZrS9j+ZZ8amz1ZJSalHg2Ou0ymvONzPrDs84fXA3lapPYDuoWaw+N0C9shqwWq/rTK0urrBWSlYB6f+G+sMu6L5oAbzIMxgPugvO7TBknZ5tUCvWgdbrNVmtZ99t2fRBhi+L/JwXfMBRAvmG2ordMHiVQs2qYHjCa0GU83gRTXIqmWokgCoBqjlTQutgiyST6TUfLrCAU2ptXCo5atXzfNIU6TUNI9iTfPImeBW5pvLgr6MtWCIFW5RyefhP6MXvmJxhSq1elidIrqhoK/SRd4B9P8lfHGgN/0AAAAASUVORK5CYII=');
}

.favorites .item .actions .compare {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 19px;
    min-width: 19px;
    height: 18px;
    margin: 0 6px;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAADFBMVEUAAABWVlZYWFhXV1do7DeKAAAAA3RSTlMAf4C/aSLHAAAAQklEQVR42u3RtQEAQQwDwZXUf81P4TPzZHd25GVvyjjRyBQazjjzO97fVBEzJHnKmjoFNaMpMKOpuz/vuNsIxyxUAgDNA68hIgTqAAAAAElFTkSuQmCC') no-repeat 50% 50% scroll;
    background-size: contain;
    cursor: pointer;
}

.favorites .item .actions .compare:hover {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAkCAMAAADSK7iXAAAADFBMVEUAAAAAAAAAAAAAAAA16TeWAAAAA3RSTlMAf4C/aSLHAAAAQklEQVR42u3RtQEAQQwDwZXUf81P4TPzZHd25GVvyjjRyBQazjjzO97fVBEzJHnKmjoFNaMpMKOpuz/vuNsIxyxUAgDNA68hIgTqAAAAAElFTkSuQmCC');
}

.favorites .item .actions .compare.added {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAMAAACO0hVbAAAAFVBMVEUAAADfOEDkNUDjNkDmNUDlNkDlNkA56839AAAABnRSTlMAIGCAv98ARbkkAAAAN0lEQVR42mPACljZUAETUIyJGRUwMlACaGsvKxOmGBszbjFWmHWsGPYyghhsLEAGceZhACawRgBlnwHVSv+aDgAAAABJRU5ErkJggg==');
}

.s2 .favorites .item .actions .compare.added {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAMAAACO0hVbAAAAGFBMVEUAAADvUCjsVSjsVSrrVCruVSntVSrtVSppSVQbAAAAB3RSTlMAIGBggL/fZNgJkgAAADdJREFUeNpjwArY2FEBM1CMiQUVMDJQAmhrLxszphg7C24xNph1bBj2MoIY7KxABnHmYQAmsEYAsy4COxLH0skAAAAASUVORK5CYII=');
}

.s3 .favorites .item .actions .compare.added {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAASCAMAAACO0hVbAAAAFVBMVEUAAAAoj/cqjfwsi/ssjvwtjf0sjfys2dpeAAAABnRSTlMAIGCAv98ARbkkAAAAN0lEQVR42mPACljZUAETUIyJGRUwMlACaGsvKxOmGBszbjFWmHWsGPYyghhsLEAGceZhACawRgBlnwHVSv+aDgAAAABJRU5ErkJggg==');
}

.favorites .item .actions .button-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin: 0 0 0 40px;
}

.favorites .item .actions .button-wrapper:empty {
    height: 84px;
}

.favorites .item .actions .button-wrapper.hide {
    height: 0;
    margin: 0 0 0 0;
}

.favorites .item .actions .button-wrapper .button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 150px;
    mim-width: 150px;
    padding: 12px 20px;
    border-radius: 0;
    letter-spacing: 1px;
    font-size: 13px;
    background-color: #ffffff;
    text-align: center;
}

.s2 .favorites .item .actions .button-wrapper .button {
    border-radius: 4px;
}

.s3 .favorites .item .actions .button-wrapper .button {
    border-radius: 31px;
}

.favorites .item .actions .button-wrapper .button:hover {
    color: #E5E5E5;
}

.favorites .item .actions .button-wrapper .button + .button:not(.in-basket) {
    margin-top: 8px;
}

.favorites .item .actions .button-wrapper .button.basket {
    border-color: #E53640;
    background-color: #E53640;
    color: #ffffff;
}

.favorites .item .actions .button-wrapper .button.basket:before {
    content: '';
    width: 17px;
    height: 15px;
    margin: 0 10px 0 0;
    background: transparent url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAP1BMVEUAAAD///////////////////////////////////////////////////////////////////////////////9Du/pqAAAAFHRSTlMAECAwQFBgb3CAj5CfoK+wv8/f7x1hiNsAAABvSURBVHjahc8DAsUwDAbgf7WV3P+q857x1W5gWxJ45toYE14oLv7mPDH4gcYmEi5Tb9hoVriUcSxxxEle3davc7fXHR+dqbC4bfeAMIG29tS4ETM1hZspt2Qk/hBh2yKDwE3ksd9YcaP79pQbe4ALWlEFHyPtNIEAAAAASUVORK5CYII=') 0 0 no-repeat scroll;
}

.s2 .favorites .item .actions .button-wrapper .button.basket {
    border-color: #ED552A;
    background-color: #ED552A;
}

.s3 .favorites .item .actions .button-wrapper .button.basket {
    border-color: #2C8DFC;
    background-color: #2C8DFC;
}

.favorites .item .actions .button-wrapper.added .button.basket {
    display: none;
}

.favorites .item .actions .button-wrapper .button.basket:hover,
.favorites .item .actions .button-wrapper .button.basket:active {
    color: #E5E5E5;
}

.favorites .item .actions .button-wrapper .button.basket:hover:before,
.favorites .item .actions .button-wrapper .button.basket:active:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAS1BMVEUAAADf39/f39/n5+fk5OTj4+Pi4uLk5OTo6Ojk5OTj4+Pk5OTj4+Pl5eXk5OTl5eXm5ubl5eXk5OTm5ubk5OTl5eXl5eXl5eXl5eXGBogrAAAAGHRSTlMAECAgMEBQYG9wgI+Qn6Cvr7C/v8/P3+944SLgAAAAcklEQVR42oXPAwLEMBAF0F/Hxtz/onXXeLEzYFG3eMZDKQ1eDOTEzXmi0IMRG1VxaXLEZqQBF1uOJVI49Vc35uvc7XVOR6dx1N62C6CdZN3aU6RYiWoYcNOYoKcef3Ry29LLFjeKyn6jx82Ytqd42QNcAPGTBgfxxOorAAAAAElFTkSuQmCC');
}

.favorites .item .actions .button-wrapper .button.basket.in-basket {
    display: none;
}

.favorites .item .actions .button-wrapper.added .button.basket.in-basket {
    display: flex;
    border-color: #E53640;
    color: #E53640;
    background-color: transparent;
}

.s2 .favorites .item .actions .button-wrapper.added .button.basket.in-basket {
    border-color: #ED552A;
    color: #ED552A;
}

.s3 .favorites .item .actions .button-wrapper.added .button.basket.in-basket {
    border-color: #2C8DFC;
    color: #2C8DFC;
}

.favorites .item .actions .button-wrapper.added .button.basket.in-basket:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAZlBMVEUAAADfMEDfQEDfMEDfOEDnMEDkMEDkNUDjNEDiM0DiNkDkNUDoNUDkNEDkN0DjNkDkN0DjNUDlN0DkNkDlN0DmNkDlNkDkNUDkN0DmNUDmN0DkNkDlNUDlNkDlNkDlNUDlNkDlNkDbo/XqAAAAIXRSTlMAEBAgICAwMEBQUGBvcHCAj5CfoK+vsL+/v7/Pz8/f7+9LO9zcAAAAd0lEQVR42oXPAwLEQAwF0L+1baSb+x+yNt/YE1h5IOLIyYh+ONE4dlfzCeIdAwP/j8WvzjHQWcMiommJfcyUpVtUyzkiASObf9NMzBImKruAZHrN0M4KzhvmJtWw+oVZYKr4IHvDFsUTsfKZxhsTrPRyeMqhMcAOfkYIZv3J7MUAAAAASUVORK5CYII=');
}

.s2 .favorites .item .actions .button-wrapper.added .button.basket.in-basket:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAdVBMVEUAAADfUCDvUCDvUDDnUCjnWCjvUCjqVSXqVSrrVCjsUybsUynsVSrvVynrVCntVCnrVCrtVCnsUynsUyrsVSrtVSrsVCnuVSruVinuVirsVSnsVCnsVCvuVSnuVSvtVCrtVSruVSrtVSntVSrtVSrtVSvtVSp6ZQ9iAAAAJnRSTlMAEBAQICAgMDBAUFBgb3BwgI+QkJ+foK+vr7C/v7+/z8/P39/v74cJT5wAAAB6SURBVHjahc4FGoMwDAXgh7vPcQq5/xH3Vefjr2uCrD+6eFV0C7PxJqJLaagXjJ4k4JoVmjP34BKKoJ2ZPKIaSqinw6R2LLao6DnJiXUlH1JAJeCm1cZHZaB+I1rbCIZz6g5piB1eFfAMKhdGQ0z8eIORjDxUwWK+uANGQAmah1cPbgAAAABJRU5ErkJggg==');
}

.s3 .favorites .item .actions .button-wrapper.added .button.basket.in-basket:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAQCAMAAAAs2N9uAAAAY1BMVEUAAAAggP8gj/8wj/8oh/coj/cqivosi/spjPwtjPwtjfwsjv0ri/orjfosi/srjf0sjPsrjf0rjPosjfwrjfssjPwsjvwsjP0sjv0rjfwrjf0tjfwtjf0tjv0sjfwtjfwsjfxvGydfAAAAIHRSTlMAEBAQICAwQFBQYG9wcICPkJ+gr7C/v8/P39/f39/v7/e+LIEAAAB0SURBVHjahcuDAQRBEETRv7btyj/Js/mGLaK2sHmWtONk8cJTld5cJhY9CDjKV66svuUokMdVNZ9Lyrlwr9+248yYB5OTWNY5U8m5tadgh9l2fC9atZu0Nh43VtkWocsfdnZscTObm1wz0KrmJuhSIJl9DvYyQAfsT0FpcwAAAABJRU5ErkJggg==');
}

.favorites .item .actions .button-wrapper.added .button.basket.in-basket:hover,
.favorites .item .actions .button-wrapper.added .button.basket.in-basket:active {
    opacity: .6;
}

.favorites .item .actions .button-wrapper .button.buy-1-click {
    border-color: #000000;
    color: #000000;
    font-weight: normal;
}

.favorites .item .actions .button-wrapper .button.buy-1-click:hover,
.favorites .item .actions .button-wrapper .button.buy-1-click:active {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}

.favorites .item .actions .button-wrapper .button.pre-order {
    border-color: #2299FC;
    color: #2299FC;
}

.favorites .item .actions .button-wrapper .button.pre-order:hover,
.favorites .item .actions .button-wrapper .button.pre-order:active {
    background-color: #2299FC;
    color: #ffffff;
}

.favorites .item .actions .button-wrapper .button.under-order,
.favorites .item .actions .button-wrapper .button.notify {
    border-color: #CCCCCC;
    color: #1A1A1A;
}

.favorites .item .actions .button-wrapper .button.under-order:hover,
.favorites .item .actions .button-wrapper .button.under-order:active,
.favorites .item .actions .button-wrapper .button.notify:hover,
.favorites .item .actions .button-wrapper .button.notify:active {
    border-color: #E6E6E6;
}

@media screen and (max-width: 767px) {

}
/* End */


/* Start:/local/templates/main/js/fancybox/jquery.fancybox.min.css?149137865810424*/
@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg{position:absolute;top:0;right:0;bottom:0;left:0;background:#0f0f11;opacity:0;transition-timing-function:cubic-bezier(.55,.06,.68,.19);-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-container--ready .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-controls{position:absolute;top:0;left:0;right:0;text-align:center;opacity:0;z-index:99994;transition:opacity .2s;pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;direction:ltr}.fancybox-show-controls .fancybox-controls{opacity:1}.fancybox-infobar{display:none}.fancybox-show-infobar .fancybox-infobar{display:inline-block;pointer-events:all}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-buttons{position:absolute;top:0;right:0;display:none;pointer-events:all}.fancybox-show-buttons .fancybox-buttons{display:block}.fancybox-slider-wrap{overflow:hidden;direction:ltr}.fancybox-slider,.fancybox-slider-wrap{position:absolute;top:0;left:0;bottom:0;right:0;padding:0;margin:0;z-index:99993;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-tap-highlight-color:transparent}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch}.fancybox-slide:before{content:"";height:100%;width:0}.fancybox-slide:before,.fancybox-slide>*{display:inline-block;vertical-align:middle}.fancybox-slide>*{position:relative;padding:24px;margin:44px 0;border-width:0;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide--image{overflow:hidden}.fancybox-slide--image:before{display:none}.fancybox-content{display:inline-block;position:relative;margin:44px auto;padding:0;border:0;width:80%;height:calc(100% - 88px);vertical-align:middle;line-height:normal;text-align:left;white-space:normal;outline:none;font-size:16px;font-family:Arial,sans-serif;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch}.fancybox-iframe{display:block;margin:0;padding:0;border:0;width:100%;height:100%;background:#fff}.fancybox-slide--video .fancybox-content,.fancybox-slide--video .fancybox-iframe{background:transparent}.fancybox-placeholder{z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden}.fancybox-image,.fancybox-placeholder,.fancybox-spaceball{position:absolute;top:0;left:0;margin:0;padding:0;border:0}.fancybox-image,.fancybox-spaceball{width:100%;height:100%;max-width:none;max-height:none;background:transparent;background-size:100% 100%}.fancybox-controls--canzoomOut .fancybox-placeholder{cursor:zoom-out}.fancybox-controls--canzoomIn .fancybox-placeholder{cursor:zoom-in}.fancybox-controls--canGrab .fancybox-placeholder{cursor:-webkit-grab;cursor:grab}.fancybox-controls--isGrabbing .fancybox-placeholder{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-spaceball{z-index:1}.fancybox-tmp{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-error{position:absolute;margin:0;padding:40px;top:50%;left:50%;width:380px;max-width:100%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);background:#fff;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .2s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-slide--video .fancybox-close-small{top:-36px;right:-36px;background:transparent}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-caption-wrap{position:absolute;bottom:0;left:0;right:0;padding:60px 30px 0;z-index:99998;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));opacity:0;transition:opacity .2s;pointer-events:none}.fancybox-show-caption .fancybox-caption-wrap{opacity:1}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;width:44px;height:44px;line-height:44px;margin:0;padding:0;border:0;border-radius:0;cursor:pointer;background:transparent;color:#fff;box-sizing:border-box;vertical-align:top;outline:none}.fancybox-button--disabled{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover{background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;border-color:#fff;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button--disabled:after,.fancybox-button--disabled:before{opacity:.5}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close{float:right}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@media (max-width:800px){.fancybox-controls{text-align:left}.fancybox-button--left,.fancybox-button--right,.fancybox-buttons button:not(.fancybox-button--close){display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:15px;top:16px;border:2px solid;background:none}.fancybox-button--play:before{top:16px;left:18px;width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px;background:transparent}.fancybox-button--pause:before{top:16px;left:18px;width:7px;height:11px;border-style:solid;border-width:0 2px;background:transparent}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{top:20px;left:21px;width:3px;height:3px;box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:220px}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;z-index:99993;word-break:normal;-webkit-overflow-scrolling:touch;-webkit-tap-highlight-color:transparent;box-sizing:border-box}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid #fff;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{display:none!important}.fancybox-container--thumbs .fancybox-caption-wrap,.fancybox-container--thumbs .fancybox-controls,.fancybox-container--thumbs .fancybox-slider-wrap{right:0}}
/* End */
/* /local/templates/main/components/bitrix/catalog.section/favorites/style.css?165980399515400 */
/* /local/templates/main/js/fancybox/jquery.fancybox.min.css?149137865810424 */
