

/* Start:/local/templates/detsky1new/scripts/plugins/slimselect/slimselect.min.css?16842205026340*/
.ss-main{position:relative;display:inline-block;user-select:none;color:#666;width:100%}.ss-main .ss-single-selected{display:flex;cursor:pointer;width:100%;height:30px;padding:6px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-single-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-single-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-single-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-single-selected .placeholder{flex:1 1 100%;text-align:left;width:calc(100% - 30px);line-height:1em;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder *{display:flex;align-items:center;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ss-main .ss-single-selected .placeholder *{width:auto}.ss-main .ss-single-selected .placeholder .ss-disabled{cursor:not-allowed;color:#dedede}.ss-main .ss-single-selected .ss-deselect{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px;font-weight:700}.ss-main .ss-single-selected .ss-deselect.ss-hide{display:none}.ss-main .ss-single-selected .ss-arrow{display:flex;align-items:center;justify-content:flex-end;flex:0 1 auto;margin:0 6px}.ss-main .ss-single-selected .ss-arrow span{border:solid #666;border-width:0 2px 2px 0;display:inline-block;padding:3px;transition:transform .2s,margin .2s}.ss-main .ss-single-selected .ss-arrow span.arrow-up{transform:rotate(-135deg);margin:3px 0 0}.ss-main .ss-single-selected .ss-arrow span.arrow-down{transform:rotate(45deg);margin:-3px 0 0}.ss-main .ss-multi-selected{display:flex;flex-direction:row;cursor:pointer;min-height:30px;width:100%;padding:0 0 0 3px;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;box-sizing:border-box;transition:background-color .2s}.ss-main .ss-multi-selected.ss-disabled{background-color:#dcdee2;cursor:not-allowed}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled{color:#666}.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete{cursor:not-allowed}.ss-main .ss-multi-selected.ss-open-above{border-top-left-radius:0;border-top-right-radius:0}.ss-main .ss-multi-selected.ss-open-below{border-bottom-left-radius:0;border-bottom-right-radius:0}.ss-main .ss-multi-selected .ss-values{display:flex;flex-wrap:wrap;justify-content:flex-start;flex:1 1 100%;width:calc(100% - 30px)}.ss-main .ss-multi-selected .ss-values .ss-disabled{display:flex;padding:4px 5px;margin:2px 0;line-height:1em;align-items:center;width:100%;color:#dedede;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@keyframes scaleIn{0%{transform:scale(0);opacity:0}to{transform:scale(1);opacity:1}}@keyframes scaleOut{0%{transform:scale(1);opacity:1}to{transform:scale(0);opacity:0}}.ss-main .ss-multi-selected .ss-values .ss-value{display:flex;user-select:none;align-items:center;font-size:12px;padding:3px 5px;margin:3px 5px 3px 0;color:#fff;background-color:#5897fb;border-radius:4px;animation-name:scaleIn;animation-duration:.2s;animation-timing-function:ease-out;animation-fill-mode:both}.ss-main .ss-multi-selected .ss-values .ss-value.ss-out{animation-name:scaleOut;animation-duration:.2s;animation-timing-function:ease-out}.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete{margin:0 0 0 5px;cursor:pointer}.ss-main .ss-multi-selected .ss-add{display:flex;flex:0 1 3px;margin:9px 12px 0 5px}.ss-main .ss-multi-selected .ss-add .ss-plus{display:flex;justify-content:center;align-items:center;background:#666;position:relative;height:10px;width:2px;transition:transform .2s}.ss-main .ss-multi-selected .ss-add .ss-plus:after{background:#666;content:"";position:absolute;height:2px;width:10px;left:-4px;top:4px}.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross{transform:rotate(45deg)}.ss-main .ss-content{position:absolute;width:100%;margin:-1px 0 0;box-sizing:border-box;border:1px solid #dcdee2;z-index:1010;background-color:#fff;transform-origin:center top;transition:transform .2s,opacity .2s;opacity:0;transform:scaleY(0)}.ss-main .ss-content.ss-open{display:block;opacity:1;transform:scaleY(1)}.ss-main .ss-content .ss-search{display:flex;flex-direction:row;padding:8px 8px 6px}.ss-main .ss-content .ss-search.ss-hide,.ss-main .ss-content .ss-search.ss-hide input{height:0;opacity:0;padding:0;margin:0}.ss-main .ss-content .ss-search input{display:inline-flex;font-size:inherit;line-height:inherit;flex:1 1 auto;width:100%;min-width:0;height:30px;padding:6px 8px;margin:0;border:1px solid #dcdee2;border-radius:4px;background-color:#fff;outline:0;text-align:left;box-sizing:border-box;-webkit-box-sizing:border-box;-webkit-appearance:textfield}.ss-main .ss-content .ss-search input::placeholder{color:#8a8a8a;vertical-align:middle}.ss-main .ss-content .ss-search input:focus{box-shadow:0 0 5px #5897fb}.ss-main .ss-content .ss-search .ss-addable{display:inline-flex;justify-content:center;align-items:center;cursor:pointer;font-size:22px;font-weight:700;flex:0 0 30px;height:30px;margin:0 0 0 8px;border:1px solid #dcdee2;border-radius:4px;box-sizing:border-box}.ss-main .ss-content .ss-addable{padding-top:0}.ss-main .ss-content .ss-list{max-height:200px;overflow-x:hidden;overflow-y:auto;text-align:left}.ss-main .ss-content .ss-list .ss-optgroup .ss-optgroup-label{padding:6px 10px;font-weight:700}.ss-main .ss-content .ss-list .ss-optgroup .ss-option{padding:6px 6px 6px 25px}.ss-main .ss-content .ss-list .ss-optgroup-label-selectable{cursor:pointer}.ss-main .ss-content .ss-list .ss-optgroup-label-selectable:hover{color:#fff;background-color:#5897fb}.ss-main .ss-content .ss-list .ss-option{padding:6px 10px;cursor:pointer;user-select:none}.ss-main .ss-content .ss-list .ss-option *{display:inline-block}.ss-main .ss-content .ss-list .ss-option.ss-highlighted,.ss-main .ss-content .ss-list .ss-option:hover{color:#fff;background-color:#5897fb}.ss-main .ss-content .ss-list .ss-option.ss-disabled{cursor:not-allowed;color:#dedede;background-color:#fff}.ss-main .ss-content .ss-list .ss-option.ss-hide{display:none}.ss-main .ss-content .ss-list .ss-option .ss-search-highlight{background-color:#fffb8c}
/* End */


/* Start:/local/templates/detsky1new/scripts/plugins/swiper/swiper.min.css?168422050219778*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container{margin:0 auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(right,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(left,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(rgba(0,0,0,0)));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:-o-linear-gradient(top,rgba(0,0,0,.5),rgba(0,0,0,0));background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-wp8-horizontal,.swiper-container-wp8-horizontal>.swiper-wrapper{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-container-wp8-vertical,.swiper-container-wp8-vertical>.swiper-wrapper{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background-position:center;background-repeat:no-repeat}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");left:10px;right:auto}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");right:10px;left:auto}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s opacity;-o-transition:.3s opacity;transition:.3s opacity;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);-ms-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);-ms-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1;background:#007aff}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;-webkit-transition:.2s top,.2s -webkit-transform;transition:.2s top,.2s -webkit-transform;-o-transition:.2s transform,.2s top;transition:.2s transform,.2s top;transition:.2s transform,.2s top,.2s -webkit-transform}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s left,.2s -webkit-transform;transition:.2s left,.2s -webkit-transform;-o-transition:.2s transform,.2s left;transition:.2s transform,.2s left;transition:.2s transform,.2s left,.2s -webkit-transform}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{-webkit-transition:.2s right,.2s -webkit-transform;transition:.2s right,.2s -webkit-transform;-o-transition:.2s transform,.2s right;transition:.2s transform,.2s right;transition:.2s transform,.2s right,.2s -webkit-transform}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#007aff;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-progressbar.swiper-pagination-white{background:rgba(255,255,255,.25)}.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-pagination-progressbar.swiper-pagination-black{background:rgba(0,0,0,.25)}.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill{background:#000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12,end) infinite;animation:swiper-preloader-spin 1s steps(12,end) infinite}.swiper-lazy-preloader:after{display:block;content:'';width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")}@-webkit-keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-coverflow .swiper-wrapper{-ms-perspective:1200px}
/* End */


/* Start:/local/templates/detsky1new/scripts/plugins/slider/nouislider.min.css?16842205023498*/
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */.noUi-target,.noUi-target *{-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-ms-touch-action:none;touch-action:none;-ms-user-select:none;-moz-user-select:none;user-select:none;-moz-box-sizing:border-box;box-sizing:border-box}.noUi-target{position:relative;direction:ltr}.noUi-base{width:100%;height:100%;position:relative;z-index:1}.noUi-connect{position:absolute;right:0;top:0;left:0;bottom:0}.noUi-origin{position:absolute;height:0;width:0}.noUi-handle{position:relative;z-index:1}.noUi-state-tap .noUi-connect,.noUi-state-tap .noUi-origin{-webkit-transition:top .3s,right .3s,bottom .3s,left .3s;transition:top .3s,right .3s,bottom .3s,left .3s}.noUi-state-drag *{cursor:inherit!important}.noUi-base,.noUi-handle{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.noUi-horizontal{height:18px}.noUi-horizontal .noUi-handle{width:34px;height:28px;left:-17px;top:-6px}.noUi-vertical{width:18px}.noUi-vertical .noUi-handle{width:28px;height:34px;left:-6px;top:-17px}.noUi-target{background:#FAFAFA;border-radius:4px;border:1px solid #D3D3D3;box-shadow:inset 0 1px 1px #F0F0F0,0 3px 6px -5px #BBB}.noUi-connect{background:#3FB8AF;box-shadow:inset 0 0 3px rgba(51,51,51,.45);-webkit-transition:background 450ms;transition:background 450ms}.noUi-draggable{cursor:ew-resize}.noUi-vertical .noUi-draggable{cursor:ns-resize}.noUi-handle{border:1px solid #D9D9D9;border-radius:3px;background:#FFF;cursor:default;box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #EBEBEB,0 3px 6px -3px #BBB}.noUi-active{box-shadow:inset 0 0 1px #FFF,inset 0 1px 7px #DDD,0 3px 6px -3px #BBB}.noUi-handle:after,.noUi-handle:before{content:"";display:block;position:absolute;height:14px;width:1px;background:#E8E7E6;left:14px;top:6px}.noUi-handle:after{left:17px}.noUi-vertical .noUi-handle:after,.noUi-vertical .noUi-handle:before{width:14px;height:1px;left:6px;top:14px}.noUi-vertical .noUi-handle:after{top:17px}[disabled] .noUi-connect{background:#B8B8B8}[disabled] .noUi-handle,[disabled].noUi-handle,[disabled].noUi-target{cursor:not-allowed}.noUi-pips,.noUi-pips *{-moz-box-sizing:border-box;box-sizing:border-box}.noUi-pips{position:absolute;color:#999}.noUi-value{position:absolute;text-align:center}.noUi-value-sub{color:#ccc;font-size:10px}.noUi-marker{position:absolute;background:#CCC}.noUi-marker-large,.noUi-marker-sub{background:#AAA}.noUi-pips-horizontal{padding:10px 0;height:80px;top:100%;left:0;width:100%}.noUi-value-horizontal{-webkit-transform:translate3d(-50%,50%,0);transform:translate3d(-50%,50%,0)}.noUi-marker-horizontal.noUi-marker{margin-left:-1px;width:2px;height:5px}.noUi-marker-horizontal.noUi-marker-sub{height:10px}.noUi-marker-horizontal.noUi-marker-large{height:15px}.noUi-pips-vertical{padding:0 10px;height:100%;top:0;left:100%}.noUi-value-vertical{-webkit-transform:translate3d(0,50%,0);transform:translate3d(0,50%,0);padding-left:25px}.noUi-marker-vertical.noUi-marker{width:5px;height:2px;margin-top:-1px}.noUi-marker-vertical.noUi-marker-sub{width:10px}.noUi-marker-vertical.noUi-marker-large{width:15px}.noUi-tooltip{display:block;position:absolute;border:1px solid #D9D9D9;border-radius:3px;background:#fff;color:#000;padding:5px;text-align:center}.noUi-horizontal .noUi-tooltip{-webkit-transform:translate(-50%,0);transform:translate(-50%,0);left:50%;bottom:120%}.noUi-vertical .noUi-tooltip{-webkit-transform:translate(0,-50%);transform:translate(0,-50%);top:50%;right:120%}
/* End */


/* Start:/local/templates/detsky1new/scripts/plugins/datepicker/jquery-ui.min.css?168422050219064*/
/*! jQuery UI - v1.12.1 - 2020-02-02
* http://jqueryui.com
* Includes: core.css, datepicker.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden{display:none}.ui-helper-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.ui-helper-reset{margin:0;padding:0;border:0;outline:0;line-height:1.3;text-decoration:none;font-size:100%;list-style:none}.ui-helper-clearfix:before,.ui-helper-clearfix:after{content:"";display:table;border-collapse:collapse}.ui-helper-clearfix:after{clear:both}.ui-helper-zfix{width:100%;height:100%;top:0;left:0;position:absolute;opacity:0;filter:Alpha(Opacity=0)}.ui-front{z-index:100}.ui-state-disabled{cursor:default!important;pointer-events:none}.ui-icon{display:inline-block;vertical-align:middle;margin-top:-.25em;position:relative;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat}.ui-widget-icon-block{left:50%;margin-left:-8px;display:block}.ui-widget-overlay{position:fixed;top:0;left:0;width:100%;height:100%}.ui-datepicker{width:17em;padding:.2em .2em 0;display:none}.ui-datepicker .ui-datepicker-header{position:relative;padding:.2em 0}.ui-datepicker .ui-datepicker-prev,.ui-datepicker .ui-datepicker-next{position:absolute;top:2px;width:1.8em;height:1.8em}.ui-datepicker .ui-datepicker-prev-hover,.ui-datepicker .ui-datepicker-next-hover{top:1px}.ui-datepicker .ui-datepicker-prev{left:2px}.ui-datepicker .ui-datepicker-next{right:2px}.ui-datepicker .ui-datepicker-prev-hover{left:1px}.ui-datepicker .ui-datepicker-next-hover{right:1px}.ui-datepicker .ui-datepicker-prev span,.ui-datepicker .ui-datepicker-next span{display:block;position:absolute;left:50%;margin-left:-8px;top:50%;margin-top:-8px}.ui-datepicker .ui-datepicker-title{margin:0 2.3em;line-height:1.8em;text-align:center}.ui-datepicker .ui-datepicker-title select{font-size:1em;margin:1px 0}.ui-datepicker select.ui-datepicker-month,.ui-datepicker select.ui-datepicker-year{width:45%}.ui-datepicker table{width:100%;font-size:.9em;border-collapse:collapse;margin:0 0 .4em}.ui-datepicker th{padding:.7em .3em;text-align:center;font-weight:bold;border:0}.ui-datepicker td{border:0;padding:1px}.ui-datepicker td span,.ui-datepicker td a{display:block;padding:.2em;text-align:right;text-decoration:none}.ui-datepicker .ui-datepicker-buttonpane{background-image:none;margin:.7em 0 0 0;padding:0 .2em;border-left:0;border-right:0;border-bottom:0}.ui-datepicker .ui-datepicker-buttonpane button{float:right;margin:.5em .2em .4em;cursor:pointer;padding:.2em .6em .3em .6em;width:auto;overflow:visible}.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current{float:left}.ui-datepicker.ui-datepicker-multi{width:auto}.ui-datepicker-multi .ui-datepicker-group{float:left}.ui-datepicker-multi .ui-datepicker-group table{width:95%;margin:0 auto .4em}.ui-datepicker-multi-2 .ui-datepicker-group{width:50%}.ui-datepicker-multi-3 .ui-datepicker-group{width:33.3%}.ui-datepicker-multi-4 .ui-datepicker-group{width:25%}.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header{border-left-width:0}.ui-datepicker-multi .ui-datepicker-buttonpane{clear:left}.ui-datepicker-row-break{clear:both;width:100%;font-size:0}.ui-datepicker-rtl{direction:rtl}.ui-datepicker-rtl .ui-datepicker-prev{right:2px;left:auto}.ui-datepicker-rtl .ui-datepicker-next{left:2px;right:auto}.ui-datepicker-rtl .ui-datepicker-prev:hover{right:1px;left:auto}.ui-datepicker-rtl .ui-datepicker-next:hover{left:1px;right:auto}.ui-datepicker-rtl .ui-datepicker-buttonpane{clear:right}.ui-datepicker-rtl .ui-datepicker-buttonpane button{float:left}.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,.ui-datepicker-rtl .ui-datepicker-group{float:right}.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header{border-right-width:0;border-left-width:1px}.ui-datepicker .ui-icon{display:block;text-indent:-99999px;overflow:hidden;background-repeat:no-repeat;left:.5em;top:.3em}.ui-widget{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget .ui-widget{font-size:1em}.ui-widget input,.ui-widget select,.ui-widget textarea,.ui-widget button{font-family:Arial,Helvetica,sans-serif;font-size:1em}.ui-widget.ui-widget-content{border:1px solid #c5c5c5}.ui-widget-content{border:1px solid #ddd;background:#fff;color:#333}.ui-widget-content a{color:#333}.ui-widget-header{border:1px solid #ddd;background:#e9e9e9;color:#333;font-weight:bold}.ui-widget-header a{color:#333}.ui-state-default,.ui-widget-content .ui-state-default,.ui-widget-header .ui-state-default,.ui-button,html .ui-button.ui-state-disabled:hover,html .ui-button.ui-state-disabled:active{border:1px solid #c5c5c5;background:#f6f6f6;font-weight:normal;color:#454545}.ui-state-default a,.ui-state-default a:link,.ui-state-default a:visited,a.ui-button,a:link.ui-button,a:visited.ui-button,.ui-button{color:#454545;text-decoration:none}.ui-state-hover,.ui-widget-content .ui-state-hover,.ui-widget-header .ui-state-hover,.ui-state-focus,.ui-widget-content .ui-state-focus,.ui-widget-header .ui-state-focus,.ui-button:hover,.ui-button:focus{border:1px solid #ccc;background:#ededed;font-weight:normal;color:#2b2b2b}.ui-state-hover a,.ui-state-hover a:hover,.ui-state-hover a:link,.ui-state-hover a:visited,.ui-state-focus a,.ui-state-focus a:hover,.ui-state-focus a:link,.ui-state-focus a:visited,a.ui-button:hover,a.ui-button:focus{color:#2b2b2b;text-decoration:none}.ui-visual-focus{box-shadow:0 0 3px 1px rgb(94,158,214)}.ui-state-active,.ui-widget-content .ui-state-active,.ui-widget-header .ui-state-active,a.ui-button:active,.ui-button:active,.ui-button.ui-state-active:hover{border:1px solid #003eff;background:#007fff;font-weight:normal;color:#fff}.ui-icon-background,.ui-state-active .ui-icon-background{border:#003eff;background-color:#fff}.ui-state-active a,.ui-state-active a:link,.ui-state-active a:visited{color:#fff;text-decoration:none}.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:1px solid #dad55e;background:#fffa90;color:#777620}.ui-state-checked{border:1px solid #dad55e;background:#fffa90}.ui-state-highlight a,.ui-widget-content .ui-state-highlight a,.ui-widget-header .ui-state-highlight a{color:#777620}.ui-state-error,.ui-widget-content .ui-state-error,.ui-widget-header .ui-state-error{border:1px solid #f1a899;background:#fddfdf;color:#5f3f3f}.ui-state-error a,.ui-widget-content .ui-state-error a,.ui-widget-header .ui-state-error a{color:#5f3f3f}.ui-state-error-text,.ui-widget-content .ui-state-error-text,.ui-widget-header .ui-state-error-text{color:#5f3f3f}.ui-priority-primary,.ui-widget-content .ui-priority-primary,.ui-widget-header .ui-priority-primary{font-weight:bold}.ui-priority-secondary,.ui-widget-content .ui-priority-secondary,.ui-widget-header .ui-priority-secondary{opacity:.7;filter:Alpha(Opacity=70);font-weight:normal}.ui-state-disabled,.ui-widget-content .ui-state-disabled,.ui-widget-header .ui-state-disabled{opacity:.35;filter:Alpha(Opacity=35);background-image:none}.ui-state-disabled .ui-icon{filter:Alpha(Opacity=35)}.ui-icon{width:16px;height:16px}.ui-icon,.ui-widget-content .ui-icon{background-image:url("/local/templates/detsky1new/scripts/plugins/datepicker/images/ui-icons_444444_256x240.png")}.ui-widget-header .ui-icon{background-image:url("/local/templates/detsky1new/scripts/plugins/datepicker/images/ui-icons_444444_256x240.png")}.ui-state-hover .ui-icon,.ui-state-focus .ui-icon,.ui-button:hover .ui-icon,.ui-button:focus .ui-icon{background-image:url("/local/templates/detsky1new/scripts/plugins/datepicker/images/ui-icons_555555_256x240.png")}.ui-state-active .ui-icon,.ui-button:active .ui-icon{background-image:url("/local/templates/detsky1new/scripts/plugins/datepicker/images/ui-icons_ffffff_256x240.png")}.ui-state-highlight .ui-icon,.ui-button .ui-state-highlight.ui-icon{background-image:url("/local/templates/detsky1new/scripts/plugins/datepicker/images/ui-icons_777620_256x240.png")}.ui-state-error .ui-icon,.ui-state-error-text .ui-icon{background-image:url("/local/templates/detsky1new/scripts/plugins/datepicker/images/ui-icons_cc0000_256x240.png")}.ui-button .ui-icon{background-image:url("/local/templates/detsky1new/scripts/plugins/datepicker/images/ui-icons_777777_256x240.png")}.ui-icon-blank{background-position:16px 16px}.ui-icon-caret-1-n{background-position:0 0}.ui-icon-caret-1-ne{background-position:-16px 0}.ui-icon-caret-1-e{background-position:-32px 0}.ui-icon-caret-1-se{background-position:-48px 0}.ui-icon-caret-1-s{background-position:-65px 0}.ui-icon-caret-1-sw{background-position:-80px 0}.ui-icon-caret-1-w{background-position:-96px 0}.ui-icon-caret-1-nw{background-position:-112px 0}.ui-icon-caret-2-n-s{background-position:-128px 0}.ui-icon-caret-2-e-w{background-position:-144px 0}.ui-icon-triangle-1-n{background-position:0 -16px}.ui-icon-triangle-1-ne{background-position:-16px -16px}.ui-icon-triangle-1-e{background-position:-32px -16px}.ui-icon-triangle-1-se{background-position:-48px -16px}.ui-icon-triangle-1-s{background-position:-65px -16px}.ui-icon-triangle-1-sw{background-position:-80px -16px}.ui-icon-triangle-1-w{background-position:-96px -16px}.ui-icon-triangle-1-nw{background-position:-112px -16px}.ui-icon-triangle-2-n-s{background-position:-128px -16px}.ui-icon-triangle-2-e-w{background-position:-144px -16px}.ui-icon-arrow-1-n{background-position:0 -32px}.ui-icon-arrow-1-ne{background-position:-16px -32px}.ui-icon-arrow-1-e{background-position:-32px -32px}.ui-icon-arrow-1-se{background-position:-48px -32px}.ui-icon-arrow-1-s{background-position:-65px -32px}.ui-icon-arrow-1-sw{background-position:-80px -32px}.ui-icon-arrow-1-w{background-position:-96px -32px}.ui-icon-arrow-1-nw{background-position:-112px -32px}.ui-icon-arrow-2-n-s{background-position:-128px -32px}.ui-icon-arrow-2-ne-sw{background-position:-144px -32px}.ui-icon-arrow-2-e-w{background-position:-160px -32px}.ui-icon-arrow-2-se-nw{background-position:-176px -32px}.ui-icon-arrowstop-1-n{background-position:-192px -32px}.ui-icon-arrowstop-1-e{background-position:-208px -32px}.ui-icon-arrowstop-1-s{background-position:-224px -32px}.ui-icon-arrowstop-1-w{background-position:-240px -32px}.ui-icon-arrowthick-1-n{background-position:1px -48px}.ui-icon-arrowthick-1-ne{background-position:-16px -48px}.ui-icon-arrowthick-1-e{background-position:-32px -48px}.ui-icon-arrowthick-1-se{background-position:-48px -48px}.ui-icon-arrowthick-1-s{background-position:-64px -48px}.ui-icon-arrowthick-1-sw{background-position:-80px -48px}.ui-icon-arrowthick-1-w{background-position:-96px -48px}.ui-icon-arrowthick-1-nw{background-position:-112px -48px}.ui-icon-arrowthick-2-n-s{background-position:-128px -48px}.ui-icon-arrowthick-2-ne-sw{background-position:-144px -48px}.ui-icon-arrowthick-2-e-w{background-position:-160px -48px}.ui-icon-arrowthick-2-se-nw{background-position:-176px -48px}.ui-icon-arrowthickstop-1-n{background-position:-192px -48px}.ui-icon-arrowthickstop-1-e{background-position:-208px -48px}.ui-icon-arrowthickstop-1-s{background-position:-224px -48px}.ui-icon-arrowthickstop-1-w{background-position:-240px -48px}.ui-icon-arrowreturnthick-1-w{background-position:0 -64px}.ui-icon-arrowreturnthick-1-n{background-position:-16px -64px}.ui-icon-arrowreturnthick-1-e{background-position:-32px -64px}.ui-icon-arrowreturnthick-1-s{background-position:-48px -64px}.ui-icon-arrowreturn-1-w{background-position:-64px -64px}.ui-icon-arrowreturn-1-n{background-position:-80px -64px}.ui-icon-arrowreturn-1-e{background-position:-96px -64px}.ui-icon-arrowreturn-1-s{background-position:-112px -64px}.ui-icon-arrowrefresh-1-w{background-position:-128px -64px}.ui-icon-arrowrefresh-1-n{background-position:-144px -64px}.ui-icon-arrowrefresh-1-e{background-position:-160px -64px}.ui-icon-arrowrefresh-1-s{background-position:-176px -64px}.ui-icon-arrow-4{background-position:0 -80px}.ui-icon-arrow-4-diag{background-position:-16px -80px}.ui-icon-extlink{background-position:-32px -80px}.ui-icon-newwin{background-position:-48px -80px}.ui-icon-refresh{background-position:-64px -80px}.ui-icon-shuffle{background-position:-80px -80px}.ui-icon-transfer-e-w{background-position:-96px -80px}.ui-icon-transferthick-e-w{background-position:-112px -80px}.ui-icon-folder-collapsed{background-position:0 -96px}.ui-icon-folder-open{background-position:-16px -96px}.ui-icon-document{background-position:-32px -96px}.ui-icon-document-b{background-position:-48px -96px}.ui-icon-note{background-position:-64px -96px}.ui-icon-mail-closed{background-position:-80px -96px}.ui-icon-mail-open{background-position:-96px -96px}.ui-icon-suitcase{background-position:-112px -96px}.ui-icon-comment{background-position:-128px -96px}.ui-icon-person{background-position:-144px -96px}.ui-icon-print{background-position:-160px -96px}.ui-icon-trash{background-position:-176px -96px}.ui-icon-locked{background-position:-192px -96px}.ui-icon-unlocked{background-position:-208px -96px}.ui-icon-bookmark{background-position:-224px -96px}.ui-icon-tag{background-position:-240px -96px}.ui-icon-home{background-position:0 -112px}.ui-icon-flag{background-position:-16px -112px}.ui-icon-calendar{background-position:-32px -112px}.ui-icon-cart{background-position:-48px -112px}.ui-icon-pencil{background-position:-64px -112px}.ui-icon-clock{background-position:-80px -112px}.ui-icon-disk{background-position:-96px -112px}.ui-icon-calculator{background-position:-112px -112px}.ui-icon-zoomin{background-position:-128px -112px}.ui-icon-zoomout{background-position:-144px -112px}.ui-icon-search{background-position:-160px -112px}.ui-icon-wrench{background-position:-176px -112px}.ui-icon-gear{background-position:-192px -112px}.ui-icon-heart{background-position:-208px -112px}.ui-icon-star{background-position:-224px -112px}.ui-icon-link{background-position:-240px -112px}.ui-icon-cancel{background-position:0 -128px}.ui-icon-plus{background-position:-16px -128px}.ui-icon-plusthick{background-position:-32px -128px}.ui-icon-minus{background-position:-48px -128px}.ui-icon-minusthick{background-position:-64px -128px}.ui-icon-close{background-position:-80px -128px}.ui-icon-closethick{background-position:-96px -128px}.ui-icon-key{background-position:-112px -128px}.ui-icon-lightbulb{background-position:-128px -128px}.ui-icon-scissors{background-position:-144px -128px}.ui-icon-clipboard{background-position:-160px -128px}.ui-icon-copy{background-position:-176px -128px}.ui-icon-contact{background-position:-192px -128px}.ui-icon-image{background-position:-208px -128px}.ui-icon-video{background-position:-224px -128px}.ui-icon-script{background-position:-240px -128px}.ui-icon-alert{background-position:0 -144px}.ui-icon-info{background-position:-16px -144px}.ui-icon-notice{background-position:-32px -144px}.ui-icon-help{background-position:-48px -144px}.ui-icon-check{background-position:-64px -144px}.ui-icon-bullet{background-position:-80px -144px}.ui-icon-radio-on{background-position:-96px -144px}.ui-icon-radio-off{background-position:-112px -144px}.ui-icon-pin-w{background-position:-128px -144px}.ui-icon-pin-s{background-position:-144px -144px}.ui-icon-play{background-position:0 -160px}.ui-icon-pause{background-position:-16px -160px}.ui-icon-seek-next{background-position:-32px -160px}.ui-icon-seek-prev{background-position:-48px -160px}.ui-icon-seek-end{background-position:-64px -160px}.ui-icon-seek-start{background-position:-80px -160px}.ui-icon-seek-first{background-position:-80px -160px}.ui-icon-stop{background-position:-96px -160px}.ui-icon-eject{background-position:-112px -160px}.ui-icon-volume-off{background-position:-128px -160px}.ui-icon-volume-on{background-position:-144px -160px}.ui-icon-power{background-position:0 -176px}.ui-icon-signal-diag{background-position:-16px -176px}.ui-icon-signal{background-position:-32px -176px}.ui-icon-battery-0{background-position:-48px -176px}.ui-icon-battery-1{background-position:-64px -176px}.ui-icon-battery-2{background-position:-80px -176px}.ui-icon-battery-3{background-position:-96px -176px}.ui-icon-circle-plus{background-position:0 -192px}.ui-icon-circle-minus{background-position:-16px -192px}.ui-icon-circle-close{background-position:-32px -192px}.ui-icon-circle-triangle-e{background-position:-48px -192px}.ui-icon-circle-triangle-s{background-position:-64px -192px}.ui-icon-circle-triangle-w{background-position:-80px -192px}.ui-icon-circle-triangle-n{background-position:-96px -192px}.ui-icon-circle-arrow-e{background-position:-112px -192px}.ui-icon-circle-arrow-s{background-position:-128px -192px}.ui-icon-circle-arrow-w{background-position:-144px -192px}.ui-icon-circle-arrow-n{background-position:-160px -192px}.ui-icon-circle-zoomin{background-position:-176px -192px}.ui-icon-circle-zoomout{background-position:-192px -192px}.ui-icon-circle-check{background-position:-208px -192px}.ui-icon-circlesmall-plus{background-position:0 -208px}.ui-icon-circlesmall-minus{background-position:-16px -208px}.ui-icon-circlesmall-close{background-position:-32px -208px}.ui-icon-squaresmall-plus{background-position:-48px -208px}.ui-icon-squaresmall-minus{background-position:-64px -208px}.ui-icon-squaresmall-close{background-position:-80px -208px}.ui-icon-grip-dotted-vertical{background-position:0 -224px}.ui-icon-grip-dotted-horizontal{background-position:-16px -224px}.ui-icon-grip-solid-vertical{background-position:-32px -224px}.ui-icon-grip-solid-horizontal{background-position:-48px -224px}.ui-icon-gripsmall-diagonal-se{background-position:-64px -224px}.ui-icon-grip-diagonal-se{background-position:-80px -224px}.ui-corner-all,.ui-corner-top,.ui-corner-left,.ui-corner-tl{border-top-left-radius:3px}.ui-corner-all,.ui-corner-top,.ui-corner-right,.ui-corner-tr{border-top-right-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-left,.ui-corner-bl{border-bottom-left-radius:3px}.ui-corner-all,.ui-corner-bottom,.ui-corner-right,.ui-corner-br{border-bottom-right-radius:3px}.ui-widget-overlay{background:#aaa;opacity:.3;filter:Alpha(Opacity=30)}.ui-widget-shadow{-webkit-box-shadow:0 0 5px #666;box-shadow:0 0 5px #666}
/* End */


/* Start:/local/templates/detsky1new/scripts/plugins/fancybox/jquery.fancybox.min.css?168422050212795*/
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-ms-touch-action:manipulation;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg,rgba(0,0,0,.85) 0,rgba(0,0,0,.3) 50%,rgba(0,0,0,.15) 65%,rgba(0,0,0,.075) 75.5%,rgba(0,0,0,.037) 82.85%,rgba(0,0,0,.019) 88%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports (padding:max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:transparent;border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media (max-height:576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports (padding:max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{-webkit-backface-visibility:hidden;backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media (max-width:576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}
/* End */


/* Start:/local/templates/detsky1new/styles/styles/style.css?1684220502467084*/
/* Document
 * ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* Sections
 * ========================================================================== */
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}
/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}
/**
 * Add the correct display in IE.
 */
main {
  display: block;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}
/* Embedded content
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}
/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}
/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}
/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}
/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}
/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}
/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
}
/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}
/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}
/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}
/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}
/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}
dialog:not([open]) {
  display: none;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* User interaction
 * ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
/* base */
/* Rouble */
@font-face {
    font-family: Rouble;
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/Rouble/rouble.eot');
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/Rouble/rouble.eot?#iefix') format('embedded-opentype'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/Rouble/rouble.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/Rouble/rouble.woff') format('woff'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/Rouble/rouble.ttf') format('truetype'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/Rouble/rouble.svg#als_rublregular') format('svg');
    font-weight: 400;
    font-style: normal;
}
/* Open Sans */
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Light.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-LightItalic.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Regular.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Italic.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Italic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-SemiBold.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-SemiBoldItalic.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Bold.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-BoldItalic.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-ExtraBold.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: fallback;
}
@font-face {
    font-family: 'Open Sans';
    src: url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff2') format('woff2'),
    url('/local/templates/detsky1new/styles/styles/../../fonts/OpenSans/OpenSans-ExtraBoldItalic.woff') format('woff');
    font-weight: 800;
    font-style: italic;
    font-display: fallback;
}
:root {
    height: 100%;
    font-weight: 400;
    font-size: 62.5%;
    line-height: 1.2;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    --font-opensans: 'Open Sans', sans-serif;
}
@media (max-width: 1365px)   {}
@media (max-width: 1240px) {}
@media (max-width: 1099px)    {}
@media (max-width: 1024px)    {}
@media (max-width: 959px)   {}
@media (max-width: 767px)    {}
@media (max-width: 596px) {}
@media (max-width: 479px)   {}
@media (max-width: 476px) {}
@media (max-width: 460px) {}
@media (min-width: 768px)  {}
@media (min-width: 960px)  {}
@media (min-width: 1100px) {}
@media (min-width: 1100px) and (max-width: 1365px) {}
@media (min-width: 1366px) {}
* {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
@media (max-width: 767px) {
.hidden-s {
        display: none !important
}
    }
.align-right {
    text-align: right !important;
}
.align-center {
    text-align: center !important;
}
.align-center > * {
        margin-right: auto !important;
        margin-left: auto !important;
    }
.align-left {
    text-align: left !important;
}
.nowrap {
    white-space: nowrap !important;
}
.img {
    display: block;
    max-width: 100%;
    margin-bottom: 0;
}
.img-wr {
    overflow: hidden;
}
.img-wr .img {
        width: 100%;
        height: 100%;
        -o-object-position: center;
           object-position: center;
    }
.img-wr_cover .img {
            -o-object-fit: cover;
               object-fit: cover;
        }
.img-wr_contain .img {
            -o-object-fit: contain;
               object-fit: contain;
        }
.color-item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 20px;
    height: 20px;
    margin-right: 9px;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
    border-radius: 50%;
}
@media (max-width: 767px) {
.color-item {
        width: 16px;
        height: 16px;
        margin-right: 6px
}
    }
.check__label .color-item {
        position: relative;
        top: 2px;
    }
@media (max-width: 1099px) {
.check__label .color-item {
            top: auto
    }
        }
.check__input:disabled ~ .check__label .color-item {
        background: #D1D1D1 !important;
        background: var(--theme-grey-bg) !important;
    }
.rouble:before {
        content: 'q';
        font-family: 'Rouble';
        text-transform: none;
    }
.rouble i {
        display: inline-block;
        width: 0;
        overflow: hidden;
        opacity: 0;
        visibility: hidden;
    }
.status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 13px;
}
@media (max-width: 767px) {
.status {
        font-size: 12px
}
    }
.status .icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 6px;
    }
.status_bonus {
        display: inline;
        margin-left: 4px;
        font-weight: 700;
        font-size: inherit;
    }
.status_classic {
        color: #444;
        color: var(--theme-on-bg);
    }
.status_gold {
        color: #C7A261;
        color: var(--theme-gold-color);
    }
.status_silver {
        color: #9E9E9E;
        color: var(--theme-grey-color);
    }
.page-content h1, .page-content h2, .page-content h3, .page-content h4 {
        margin-top: 0;
        font-weight: 700;
    }
.page-content h1 .icon, .page-content h2 .icon, .page-content h3 .icon, .page-content h4 .icon {
            display: inline;
            vertical-align: text-bottom;
            margin-right: calc(11em / 30);
            font-size: calc(38em / 30);
        }
.page-content h1 {
        font-size: 38px;
    }
@media (max-width: 1099px) {
.page-content h1 {
            font-size: 34px
    }
        }
@media (max-width: 959px) {
.page-content h1 {
            font-size: 30px
    }
        }
@media (max-width: 767px) {
.page-content h1 {
            font-size: 20px
    }
        }
@media (max-width: 479px) {
.page-content h1 {
            font-size: 18px
    }
        }
.page-content h2 {
        font-size: 30px;
    }
@media (max-width: 1099px) {
.page-content h2 {
            font-size: 28px
    }
        }
@media (max-width: 959px) {
.page-content h2 {
            font-size: 22px
    }
        }
@media (max-width: 767px) {
.page-content h2 {
            font-size: 18px
    }
        }
@media (max-width: 479px) {
.page-content h2 {
            font-size: 16px
    }
        }
.page-content h3 {
        font-size: 26px;
    }
@media (max-width: 1099px) {
.page-content h3 {
            font-size: 24px
    }
        }
@media (max-width: 959px) {
.page-content h3 {
            font-size: 20px
    }
        }
@media (max-width: 767px) {
.page-content h3 {
            font-size: 16px
    }
        }
@media (max-width: 479px) {
.page-content h3 {
            font-size: 14px
    }
        }
.page-content h4 {
        font-size: 22px;
    }
@media (max-width: 1099px) {
.page-content h4 {
            font-size: 20px
    }
        }
@media (max-width: 959px) {
.page-content h4 {
            font-size: 18px
    }
        }
@media (max-width: 767px) {
.page-content h4 {
            font-size: 16px
    }
        }
@media (max-width: 479px) {
.page-content h4 {
            font-size: 14px
    }
        }
.page-content img {
        display: block;
        max-width: 100%;
        height: auto;
        margin-bottom: 25px;
    }
@media (max-width: 959px) {
.page-content img {
            margin-bottom: 20px
    }
        }
.page-content img:last-child {
            margin-bottom: 0;
        }
.page-content figure {
        display: inline-block;
        margin: 0 0 25px;
        text-align: center;
    }
@media (max-width: 959px) {
.page-content figure {
            margin-bottom: 20px
    }
        }
.page-content figure:last-child {
            margin-bottom: 0;
        }
.page-content figure img {
            margin: 0;
        }
.page-content figure figcaption {
            margin-top: 10px;
            font-size: 15px;
        }
.page-content p {
        margin-top: 0;
        margin-bottom: 25px;
        font-size: 18px;
        line-height: 1.4;
    }
@media (max-width: 959px) {
.page-content p {
            margin-bottom: 20px;
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.page-content p {
            font-size: 14px
    }
        }
.page-content p:last-child {
            margin-bottom: 0;
        }
.page-content p small {
            font-size: 15px;
        }
@media (max-width: 959px) {
.page-content p small {
                font-size: 14px
        }
            }
@media (max-width: 767px) {
.page-content p small {
                font-size: 12px
        }
            }
.page-content p a:not(.link) {
            text-decoration: none;
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.page-content p a:not(.link):hover {
                text-decoration: underline;
            }
.page-content p button.button_main {
            display: inline-block;
        }
.page-content blockquote {
        position: relative;
        padding-left: 45px;
        margin: 0 0 25px;
    }
@media (max-width: 959px) {
.page-content blockquote {
            margin-bottom: 20px
    }
        }
@media (max-width: 479px) {
.page-content blockquote {
            padding-left: 36px
    }
        }
.page-content blockquote:last-child {
            margin-bottom: 0;
        }
.page-content blockquote:before {
            content: '';
            top: 2px;
            left: 0;
            position: absolute;
            width: 27px;
            height: 18px;
            background: url('/local/templates/detsky1new/styles/styles/../../images/icons/quote.svg') no-repeat;
            background-size: contain;
        }
@media (max-width: 479px) {
.page-content blockquote:before {
                width: 24px;
                height: 16px
        }
            }
.page-content blockquote p {
            margin: 0;
            font-size: 18px;
        }
@media (max-width: 959px) {
.page-content blockquote p {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.page-content blockquote p {
                font-size: 14px
        }
            }
.page-content blockquote footer {
            margin-top: 10px;
            font-size: 15px;
            font-style: italic;
        }
@media (max-width: 959px) {
.page-content blockquote footer {
                font-size: 14px
        }
            }
@media (max-width: 767px) {
.page-content blockquote footer {
                font-size: 12px
        }
            }
.page-content ol {
         counter-reset: list;
         list-style: none;
         margin: 0 0 25px;
         padding: 0;
    }
@media (max-width: 959px) {
.page-content ol {
             margin: 0 0 20px
    }
         }
.page-content ol:last-child {
             margin-bottom: 0;
         }
@media (max-width: 959px) {
.page-content ol:last-child {
                 margin-bottom: 0
         }
             }
.page-content ol > li {
             font-size: 18px;
             line-height: 1.4;
             text-indent: 1.4em;
         }
@media (max-width: 959px) {
.page-content ol > li {
                 font-size: 16px
         }
             }
@media (max-width: 767px) {
.page-content ol > li {
                 font-size: 14px
         }
             }
.page-content ol > li:before {
                 content: counter(list) ".";
                 counter-increment: list;
                 padding-right: 4px;
             }
.page-content ol > li a {
                 text-decoration: none;
                 color: #5DC9BF;
                 color: var(--theme-primary-link);
             }
.page-content ol > li a:hover {
                     text-decoration: underline;
                 }
.page-content ol ol {
             counter-reset: list-1;
         }
.page-content ol ol > li:before {
                 content: counter(list)"."counter(list-1) ".";
                 counter-increment: list-1;
             }
.page-content ol ol > li, .page-content ol ul:not(.nav) > li {
                text-indent: 2.8em;
            }
.page-content ol ol ol > li, .page-content ol ol ul:not(.nav) > li, .page-content ol ul:not(.nav) ol > li, .page-content ol ul:not(.nav) ul:not(.nav) > li {
                    text-indent: 4.2em;
                }
.page-content ul:not(.nav) {
        list-style-position: inside;
        list-style-type: disc;
        margin: 0 0 25px;
        padding: 0;
    }
@media (max-width: 959px) {
.page-content ul:not(.nav) {
            margin: 0 0 20px
    }
        }
.page-content ul:not(.nav):last-child {
            margin-bottom: 0;
        }
@media (max-width: 959px) {
.page-content ul:not(.nav):last-child {
                margin-bottom: 0
        }
            }
.page-content ul:not(.nav) > li {
            text-indent: 1.4em;
            font-size: 18px;
            line-height: 1.4;
        }
@media (max-width: 959px) {
.page-content ul:not(.nav) > li {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.page-content ul:not(.nav) > li {
                font-size: 14px
        }
            }
.page-content ul:not(.nav) > li a {
                text-decoration: none;
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.page-content ul:not(.nav) > li a:hover {
                    text-decoration: underline;
                }
.page-content ul:not(.nav) ol > li, .page-content ul:not(.nav) ul:not(.nav) > li {
                text-indent: 2.8em;
            }
.page-content ul:not(.nav) ol ol > li, .page-content ul:not(.nav) ol ul:not(.nav) > li, .page-content ul:not(.nav) ul:not(.nav) ol > li, .page-content ul:not(.nav) ul:not(.nav) ul:not(.nav) > li {
                    text-indent: 4.2em;
                }
.page-content .js-map {
        margin-bottom: 25px;
    }
@media (max-width: 959px) {
.page-content .js-map {
            margin-bottom: 20px
    }
        }
.page-content .js-map:last-child {
            margin-bottom: 0;
        }
.page-content [align="left"] {
        float: left;
        max-width: 60%;
        margin: 0 20px 25px 0;
    }
@media (max-width: 767px) {
.page-content [align="left"] {
            margin: 0 20px 20px 0
    }
        }
@media (max-width: 479px) {
.page-content [align="left"] {
            float: none;
            max-width: 100%;
            margin: 0 0 20px
    }
        }
.page-content [align="right"] {
        float: right;
        max-width: 60%;
        margin: 0 0 20px 25px;
    }
@media (max-width: 767px) {
.page-content [align="right"] {
            margin: 0 0 20px 20px
    }
        }
@media (max-width: 479px) {
.page-content [align="right"] {
            float: none;
            max-width: 100%;
            margin: 0 0 20px
    }
        }
.page-content [align="middle"] {
        margin: 0 auto 25px;
    }
@media (max-width: 767px) {
.page-content [align="middle"] {
            margin: 0 auto 20px
    }
        }
.page-content .video {
        margin-bottom: 25px;
        padding-top: calc(250 * 100% / 443);
    }
@media (max-width: 959px) {
.page-content .video {
            margin-bottom: 20px
    }
        }
.page-content .video:last-child {
            margin-bottom: 0;
        }
.col-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
@media (max-width: 767px) {
.col-wr {
        display: block
}
    }
.col-wr .col {
        width: calc(50% - 25px);
        margin-bottom: 25px;
    }
@media (max-width: 959px) {
.col-wr .col {
            margin-bottom: 20px
    }
        }
@media (max-width: 767px) {
.col-wr .col {
            width: auto
    }
        }
.error-text {
    color: #F47070 !important;
    color: var(--theme-red-color) !important;
}
.main-note {
    margin-bottom: 40px;
    padding: 40px;
    font-size: 18px;
    line-height: 1.4;
    text-align: center;
    border: 1px solid #5DC9BF;
    border: 1px solid var(--theme-primary-border);
    border-radius: 6px;
}
@media (max-width: 959px) {
.main-note {
        margin-bottom: 30px;
        padding: 30px;
        font-size: 16px
}
    }
@media (max-width: 767px) {
.main-note {
        padding: 20px;
        font-size: 14px
}
    }
.main-note strong {
    font-weight: 700;
    font-size: 22px;
}
@media (max-width: 959px) {
.main-note strong {
        font-size: 18px
}
    }
@media (max-width: 767px) {
.main-note strong {
        font-size: 16px
}
    }
.box {
    max-width: 1365px;
    margin: 0 auto;
    padding: 0 20px;
}
:root {
    --theme-bg: #fff;
    --theme-on-bg: #444;

    --theme-footer-bg: #F6F6F6;

    --theme-primary-bg: #95D6D0;
    --theme-on-primary-bg: #444;

    --theme-red-bg: #FEA6A6;
    --theme-action-bg: #59D2FE;
    --theme-grey-bg: #D1D1D1;

    --theme-primary-border: #5DC9BF;
    --theme-grey-border: #D1D1D1;
    --theme-red-border: #F47070;
    --theme-action-border: #59D2FE;

    --theme-primary-color: #95D6D0;
    --theme-grey-color: #9E9E9E;
    --theme-red-color: #F47070;

    --theme-gold-color: #C7A261;

    --theme-primary-link: #5DC9BF;

    --theme-primary-icon: var(--theme-primary-color);
}
/* elements */
.link {
    cursor: pointer;
    color: currentColor;
    text-decoration: none;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: color, border;
    -o-transition-property: color, border;
    transition-property: color, border;
}
.link_main {
        color: #5DC9BF;
        color: var(--theme-primary-link);
    }
.link_main:hover {
            text-decoration: underline;
        }
.link_small {
        font-size: 12px;
    }
.link_back {
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #5DC9BF;
        color: var(--theme-primary-link);
    }
@media (max-width: 767px) {
.link_back {
            font-size: 12px
    }
        }
.link_back:hover {
            text-decoration: none;
            color: #444;
            color: var(--theme-on-bg);
        }
.link_dashed {
        border-bottom: 1px dashed #5DC9BF;
        border-bottom: 1px dashed var(--theme-primary-link);
    }
.link_dashed:hover {
            text-decoration: none;
            border-bottom-color: transparent;
        }
.link_icon .icon {
            display: inline;
            font-size: calc(10em / 18);
        }
.link_icon .icon:last-child {
                margin-left: 10px;
            }
.link_icon .icon:first-child {
                margin-right: 10px;
            }
.link_icon:hover {
            text-decoration: underline;
        }
.icon {
    display: block;
    width: 1em;
    height: 1em;
    fill: currentColor;
}
.icon_primary {
        color: #95D6D0;
        color: var(--theme-primary-icon);
    }
.icon-cart,
    .icon-favorite {
        width: 1.2em;
    }
.icon-user {
        width: .9em;
    }
.icon-compare,
    .icon-location {
        width: .8em;
    }
.icon-arrow-left,
    .icon-arrow-right {
        width: .6em;
    }
.icon-top {
        width: 1.8em;
    }
.icon-top_right {
            -webkit-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                    transform: rotate(90deg);
        }
.icon-caret-down {
        width: 1.1em;
    }
.icon-check {
        width: 1.3em;
    }
.icon-arrow {
        width: .5em;
    }
.icon-delivery {
        width: 1.536em;
    }
.icon-equal {
        width: 1.5em;
    }
.icon-filter {
        width: .9em;
    }
.icon-star {
        fill: transparent;
        stroke: currentColor;
    }
.icon-metro-1 {
        width: 1em;
        height: .667em;
    }
.icon-metro-2 {
        width: 1em;
        height: .769em;
    }
.icon-metro-3 {
        width: 1em;
        height: 1.111em;
    }
.icon-stroke {
        width: 1.5em;
        fill: none;
        stroke: currentColor;
    }
.button {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    font-family: inherit;
    line-height: 1;
    text-decoration: none;
    color: inherit;
    background: none;
    border: none;
}
.button[disabled] {
        opacity: .5;
        cursor: default;
    }
.button_main {
        overflow: hidden;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        height: calc(45em / 14);
        padding: 0 calc(19em / 14);
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        white-space: nowrap;
        border-radius: calc(6em / 14);
        -webkit-box-shadow: 0 calc(6em / 14) calc(6em / 14) rgba(149, 214, 208, 0.5);
                box-shadow: 0 calc(6em / 14) calc(6em / 14) rgba(149, 214, 208, 0.5);
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color, background, border, -webkit-box-shadow;
        transition-property: color, background, border, -webkit-box-shadow;
        -o-transition-property: color, background, border, box-shadow;
        transition-property: color, background, border, box-shadow;
        transition-property: color, background, border, box-shadow, -webkit-box-shadow;
    }
@media (max-width: 767px) {
.button_main {
            height: calc(36em / 12);
            font-size: 12px
    }
        }
.button_main[disabled] {
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
.button_main:not([disabled]):hover,
        .button_main:not([disabled]):focus {
            outline: none;
        }
.button_primary {
        background: #95D6D0;
        background: var(--theme-primary-bg);
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
    }
.button_primary:not([disabled]):hover,
        .button_primary:not([disabled]):focus {
            color: #fff;
        }
.button_secondary {
        background: #fff;
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
    }
.button_secondary[disabled] {
            opacity: 1;
            color: #D1D1D1;
            color: var(--theme-grey-border);
            border-color: #D1D1D1;
            border-color: var(--theme-grey-border);
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
.button_secondary:not([disabled]):hover,
        .button_secondary:not([disabled]):focus {
            color: #fff;
            background: #95D6D0;
            background: var(--theme-primary-bg);
        }
.button_light {
        color: #9E9E9E;
        color: var(--theme-grey-color);
        background: #fff;
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
.button_light[disabled] {
            opacity: 1;
            color: #9E9E9E;
            color: var(--theme-grey-color);
            border-color: #9E9E9E;
            border-color: var(--theme-grey-color);
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
.button_light:not([disabled]):hover,
        .button_light:not([disabled]):focus {
            color: #fff;
            background: #95D6D0;
            background: var(--theme-primary-bg);
        }
.button_delete {
        background: #fff;
        border: 1px solid #F47070;
        border: 1px solid var(--theme-red-border);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
.button_delete:not([disabled]):hover,
        .button_delete:not([disabled]):focus {
            color: #fff;
            background: #FEA6A6;
            background: var(--theme-red-bg);
        }
.button_more {
        letter-spacing: normal;
        letter-spacing: initial;
        background: #59D2FE;
        background: var(--theme-action-bg);
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
.button_more:not([disabled]):hover,
        .button_more:not([disabled]):focus {
            color: #fff;
        }
.button_border {
        font-weight: 400;
        font-size: 12px;
        letter-spacing: normal;
        letter-spacing: initial;
        text-transform: none;
        white-space: normal;
        white-space: initial;
        background: #fff;
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
.button_border[disabled] {
            opacity: 1;
            color: #D1D1D1;
            color: var(--theme-grey-border);
            border-color: #D1D1D1;
            border-color: var(--theme-grey-border);
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
.button_border:not([disabled]):hover,
        .button_border:not([disabled]):focus {
            color: #fff;
            background: #95D6D0;
            background: var(--theme-primary-bg);
        }
.button_small {
        height: 2em;
        padding: 0 1em;
        font-weight: 400;
        font-size: 12px;
        letter-spacing: normal;
        letter-spacing: initial;
        text-transform: none;
        border-radius: .5em;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
.button_big {
        height: calc(65em / 14);
        padding: 0 calc(78em / 14);

    }
@media (max-width: 767px) {
.button_big {
            height: calc(36em / 12);
            padding: 0 calc(15em / 12)

    }
        }
.button_icon {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        padding-left: 0;
        letter-spacing: normal;
        letter-spacing: initial;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
@media (max-width: 767px) {
.button_icon {
            height: calc(30em / 10);
            padding-right: calc(12em / 10);
            font-size: 10px
    }
        }
.button_icon .button-icon {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: calc(43em / 18);
            height: calc(43em / 18);
            margin-right: calc(19em / 18);
            font-size: calc(18em / 14);
            color: #444;
            color: var(--theme-on-bg);
            background: #95D6D0;
            background: var(--theme-primary-bg);
            border-right: 1px solid #5DC9BF;
            border-right: 1px solid var(--theme-primary-border);
        }
@media (max-width: 767px) {
.button_icon .button-icon {
                width: calc(28em / 14);
                height: calc(28em / 14);
                margin-right: calc(12em / 14);
                font-size: 14px
        }
            }
.button_icon.is-active {
            border-color: #59D2FE;
            border-color: var(--theme-action-border);
        }
.button_icon.is-active .button-icon {
                color: #fff;
                background: #59D2FE;
                background: var(--theme-action-bg);
                border-right-color: #59D2FE;
                border-right-color: var(--theme-action-border);
            }
.button_icon.is-active:not([disabled]):hover,
            .button_icon.is-active:not([disabled]):focus {
                color: #444;
                color: var(--theme-on-bg);
                background: #fff;
            }
.buttons-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.buttons-wr_center {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
    }
.check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.check__input {
        display: none;
    }
.check__input:checked ~ .check__box .icon {
                opacity: 1;
            }
.check__input:disabled ~ .check__box {
                cursor: default;
                opacity: .45;
            }
.check__input:disabled ~ .check__label {
                opacity: .45;
            }
.check__box {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer;
        position: relative;
        top: -2px;
        display: block;
        width: 20px;
        height: 20px;
        font-size: 14px;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 5px;
    }
@media (max-width: 767px) {
.check__box {
            top: 0;
            width: 16px;
            height: 16px;
            font-size: 10px
    }
        }
.check__box .icon {
            opacity: 0;
            bottom: 4px;
            left: 4px;
            position: absolute;
            color: #95D6D0;
            color: var(--theme-primary-bg);
            -webkit-transition: opacity .1s ease-in-out;
            -o-transition: opacity .1s ease-in-out;
            transition: opacity .1s ease-in-out;
        }
.check__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 12px;
        font-size: 13px;
        line-height: 1.3;
    }
@media (max-width: 767px) {
.check__label {
            padding-left: 8px;
            font-size: 12px
    }
        }
.check-list__item:not(:last-child) {
                margin-bottom: 17px;
            }
.radio {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.radio-wr {
        margin: 10px 0 0;
    }
.radio-wr .radio {
            margin-bottom: 10px;
        }
.radio-wr .radio__label {
                display: block;
            }
.radio__input {
        display: none;
    }
.radio__input:checked ~ .radio__box:before {
                opacity: 1;
            }
.radio__box {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        cursor: pointer;
        position: relative;
        top: -2px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 20px;
        height: 20px;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 50%;
    }
@media (max-width: 767px) {
.radio__box {
            top: 0;
            width: 16px;
            height: 16px
    }
        }
.radio__box:before {
            content: '';
            opacity: 0;
            display: block;
            width: 12px;
            height: 12px;
            background: #95D6D0;
            background: var(--theme-primary-bg);
            border-radius: 50%;
            -webkit-transition: opacity .1s ease-in-out;
            -o-transition: opacity .1s ease-in-out;
            transition: opacity .1s ease-in-out;
        }
@media (max-width: 767px) {
.radio__box:before {
                width: 8px;
                height: 8px
        }
            }
.radio__label {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-left: 12px;
        font-size: 13px;
        line-height: 1.3;
    }
@media (max-width: 767px) {
.radio__label {
            padding-left: 8px;
            font-size: 12px
    }
        }
.field {
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    position: relative;
    width: 100%;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: normal;
    color: inherit;
    background-color: transparent;
    border: 1px solid;
    -webkit-transition: .1s ease-in-out;
    -o-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
    -webkit-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
}
.field::-webkit-input-placeholder {
        opacity: 1;
    }
.field::-moz-placeholder {
        opacity: 1;
    }
.field:-ms-input-placeholder {
        opacity: 1;
    }
.field::-ms-input-placeholder {
        opacity: 1;
    }
.field::placeholder {
        opacity: 1;
    }
.field::-ms-clear,
    .field::-ms-reveal {
        display: none;
        width: 0;
        height: 0;
    }
.field::-webkit-search-decoration,
    .field::-webkit-search-cancel-button,
    .field::-webkit-search-results-button,
    .field::-webkit-search-results-decoration {
        display: none;
    }
.field-wr {
        position: relative;
    }
.field.ss-main {
        color: inherit;
    }
.field.ss-main .ss-single-selected {
            height: 100%;
            padding: 0;
            background: none;
            border: none;
            border-radius: 0;
        }
.field.ss-main .ss-single-selected .placeholder {
                line-height: normal;
            }
.field.ss-main .ss-content {
            width: calc(100% + 2px);
            margin: 0 -1px;
            border-color: rgba(169, 169, 169);
        }
.field.ss-main .ss-content .ss-option {
                padding: 0;
            }
.field.ss-main .ss-content .ss-search.ss-hide {
                    overflow: hidden;
                    width: 0;
                }
.field.ss-main .ss-content .ss-search.ss-hide input {
                        overflow: hidden;
                        width: 0;
                    }
@charset "UTF-8";
.range {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;

}
@media (max-width: 959px) {
.range {
        -webkit-box-pack:  start;
            -ms-flex-pack:  start;
                justify-content:  flex-start

}
    }
.range .mod-from,
    .range .mod-to {
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 115px;
    }
@media (max-width: 1099px) {
.range .mod-from,
    .range .mod-to {
            width: calc(50% - 25px)
    }
        }
@media (max-width: 959px) {
.range .mod-from,
    .range .mod-to {
            width: 170px
    }
        }
@media (max-width: 767px) {
.range .mod-from,
    .range .mod-to {
            width: 100px
    }
        }
.range .mod-separator {
        width: calc(100% - 230px);
        text-align: center;
        font-size: 18px;
        line-height: 33px;
        color: #D1D1D1;
        color: var(--theme-grey-border);
    }
@media (max-width: 1099px) {
.range .mod-separator {
            width: 50px
    }
        }
@media (max-width: 767px) {
.range .mod-separator {
            width: 30px;
            font-size: 14px
    }
        }
.range-field {
        height: 35px;
        padding: 0 10px;
        font-size: 18px;
        text-align: center;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 6px;
    }
@media (max-width: 767px) {
.range-field {
            height: 30px;
            font-size: 14px
    }
        }
.range-field:focus {
            outline: none;
        }
.range-slider {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: calc(100% - 8px);
        height: 3px;
        margin: 23px 0;
    }
@media (max-width: 959px) {
.range-slider {
            width: calc(100% - 20px)
    }
        }
.range .noUi-target {
        position: relative;
        margin: 22px 4px 25px;
        background-color: #D1D1D1;
        background-color: var(--theme-grey-bg);
        border: none;
        border-radius: 100px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
@media (max-width: 959px) {
.range .noUi-target {
            margin-right: 10px;
            margin-left: 10px
    }
        }
.range .noUi-target:before,
        .range .noUi-target:after {
            content: '';
            top: calc((100% - 5px) / 2);
            right: -4px;
            position: absolute;
            z-index: 1;
            width: 5px;
            height: 5px;
            background: #D1D1D1;
            background: var(--theme-grey-bg);
            border-radius: 50%;
        }
.range .noUi-target:before {
            right: auto;
            left: -4px;
        }
.range .noUi-horizontal {
        height: 3px;
    }
.range .noUi-connect {
        background-color: #95D6D0;
        background-color: var(--theme-primary-bg);
        -webkit-box-shadow: none;
                box-shadow: none;
    }
.range .noUi-handle {
        cursor: pointer;
        background: #95D6D0;
        background: var(--theme-primary-bg);
        border: none;
        border-radius: 50%;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
.range .noUi-handle:before {
            top: auto;
            right: auto;
            bottom: calc(100% - 1px);
            left: calc(50% - 4px);
            position: absolute;
            width: auto;
            height: auto;
            background: none;
            border: 4px solid transparent;
            border-bottom-color: #95D6D0;
            border-bottom-color: var(--theme-primary-bg);
        }
.range .noUi-handle:after {
            display: none;
        }
.range .noUi-handle:hover,
        .range .noUi-handle.noUi-active {
            border-color: rgb(180, 180, 180);
        }
.range .noUi-horizontal .noUi-handle {
        top: calc(100% + 7px);
        left: -10px;
        width: 20px;
        height: 20px;
    }
.slider-wr .slider-val {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: 35px;
        }
@media (max-width: 479px) {
.slider-wr .slider-val {
                margin-top: 32px
        }
            }
.slider-wr .slider-field {
            -webkit-appearance: none;
                    appearance: none;
            -moz-appearance: textfield;
            width: 200px;
            height: 56px;
            margin: 0 22px;
            font-size: 40px;
            text-align: center;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 6px;
        }
@media (max-width: 1099px) {
.slider-wr .slider-field {
                height: 50px;
                font-size: 34px
        }
            }
@media (max-width: 959px) {
.slider-wr .slider-field {
                height: 44px;
                font-size: 30px
        }
            }
@media (max-width: 767px) {
.slider-wr .slider-field {
                width: 140px;
                font-size: 26px
        }
            }
@media (max-width: 479px) {
.slider-wr .slider-field {
                width: 130px;
                height: 40px;
                font-size: 20px
        }
            }
.slider-wr .slider-field::-webkit-inner-spin-button,
            .slider-wr .slider-field::-webkit-outer-spin-button {
                -webkit-appearance: none;
                        appearance: none;
            }
.slider-wr .slider-button {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 56px;
            height: 56px;
            font-size: 20px;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 50%;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: background;
            -o-transition-property: background;
            transition-property: background;
        }
@media (max-width: 1099px) {
.slider-wr .slider-button {
                width: 50px;
                height: 50px
        }
            }
@media (max-width: 959px) {
.slider-wr .slider-button {
                width: 44px;
                height: 44px;
                font-size: 16px
        }
            }
@media (max-width: 479px) {
.slider-wr .slider-button {
                width: 54px;
                height: 54px;
                font-size: 20px
        }
            }
.slider-wr .slider-button:hover,
            .slider-wr .slider-button:focus {
                outline: none;
                border-color: #5DC9BF;
                border-color: var(--theme-primary-border);
            }
.slider-wr .noUi-target {
        background: none;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 100px;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
@media (max-width: 959px) {
.slider-wr .noUi-target {
            height: 14px
    }
        }
.slider-wr .noUi-base {
        width: calc(100% - 54px);
        margin: 0 27px;
    }
@media (max-width: 1099px) {
.slider-wr .noUi-base {
            width: calc(100% - 48px);
            margin: 0 24px
    }
        }
@media (max-width: 959px) {
.slider-wr .noUi-base {
            width: calc(100% - 42px);
            margin: 0 21px
    }
        }
.slider-wr .noUi-handle {
        cursor: pointer;
        top: -23px;
        left: -28px;
        width: 56px;
        height: 56px;
        background:#95D6D0;
        background:var(--theme-primary-bg);
        border: none;
        border-radius: 50%;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
@media (max-width: 1099px) {
.slider-wr .noUi-handle {
            width: 50px;
            height: 50px;
            top: -20px;
            left: -25px
    }
        }
@media (max-width: 959px) {
.slider-wr .noUi-handle {
            width: 44px;
            height: 44px;
            top: -18px;
            left: -22px
    }
        }
.slider-wr .noUi-handle:before,
        .slider-wr .noUi-handle:after {
            display: none;
        }
.form_small .form-row,
        .form_small .form-buttons,
        .form_small .form-footer {
            max-width: 454px;
        }
@media (max-width: 767px) {
.form_small .form-row,
        .form_small .form-buttons,
        .form_small .form-footer {
                max-width: none
        }
            }
.form_centered .form-row,
        .form_centered .form-buttons,
        .form_centered .form-footer {
            margin-right: auto;
            margin-left: auto;
        }
.form-section {
        margin-bottom: 20px;
    }
.form-section:last-child {
            margin-bottom: 0;
        }
.form-section__title {
            margin-bottom: 10px;
            font-weight: 700;
            font-size: 30px;
        }
.form-section__title + .form-section__subtitle {
                margin-top: 20px;
            }
@media (max-width: 1099px) {
.form-section__title {
                font-size: 28px
        }
            }
@media (max-width: 959px) {
.form-section__title {
                font-size: 22px
        }
            }
@media (max-width: 767px) {
.form-section__title {
                font-size: 18px
        }
            }
@media (max-width: 479px) {
.form-section__title {
                font-size: 16px
        }
            }
.form-section__subtitle {
            margin-bottom: 10px;
            font-weight: 700;
            font-size: 18px;
        }
@media (max-width: 959px) {
.form-section__subtitle {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.form-section__subtitle {
                font-size: 14px
        }
            }
.form-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: 10px;
    }
.form-row_full {
            max-width: none !important;
        }
.form-row_check {
            margin-top: 20px;
        }
.form-row_remove {
            position: relative;
            max-width: 504px !important;
            padding-right: 50px;
        }
@media (max-width: 767px) {
.form-row_remove {
                max-width: none !important;
                padding-right: 35px
        }
            }
@media (max-width: 479px) {

                    .form-row_remove .form-col + .form-col {
                        margin-left: 0;
                    }

                    .form-row_remove .form-col:first-child:not(.form-col_date) {
                        width: 100%;
                        margin-bottom: 10px;
                    }
                }
.form-row_remove .button_remove {
                bottom: 0;
                left: calc(100% - 30px);
                position: absolute;
                width: 30px;
                height: 35px;
                color: #F47070;
                color: var(--theme-red-color);
            }
@media (max-width: 767px) {
.form-row_remove .button_remove {
                    right: 0;
                    left: auto;
                    height: 30px
            }
                }
@media (max-width: 479px) {
.form-row_remove .button_remove {
                    top: 22px;
                    bottom: auto
            }
                }
.form-row_remove .button_remove:hover,
                .form-row_remove .button_remove:focus {
                    outline: none;
                }
.form-row_remove ~ .form-row_remove .field-label {
                    display: none;
                }
@media (max-width: 479px) {
.form-row_remove ~ .form-row_remove .field-label {
                        display: block
                }
                    }
.form-row_reg {
            position: relative;
            max-width: 594px !important;
            padding-right: 140px;
        }
@media (max-width: 767px) {
.form-row_reg {
                max-width: none !important;
                padding-right: 120px
        }
            }
.form-row_reg .button,
            .form-row_reg .status {
                top: 27px;
                left: calc(100% - 120px);
                position: absolute;
                height: 2em;
            }
@media (max-width: 767px) {
.form-row_reg .button,
            .form-row_reg .status {
                    top: 25px;
                    right: 0;
                    left: auto
            }
                }
.form-row .rating {
            margin-top: -10px;
        }
.form-col:first-child:not(.form-col_date) {
            -webkit-box-flex: 1;
                -ms-flex: 1 auto;
                    flex: 1 auto;
        }
.form-col + .form-col {
            margin-left: 20px;
        }
@media (max-width: 767px) {
.form-col + .form-col {
                margin-left: 10px
        }
            }
.form .field {
        height: 35px;
        padding: 0 15px;
        font-size: 15px;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 6px;
    }
@media (max-width: 767px) {
.form .field {
            height: 30px;
            padding: 0 12px;
            font-size: 14px
    }
        }
.form .field::-webkit-input-placeholder {
            color: #D1D1D1;
            color: var(--theme-grey-border);
        }
.form .field::-moz-placeholder {
            color: #D1D1D1;
            color: var(--theme-grey-border);
        }
.form .field:-ms-input-placeholder {
            color: #D1D1D1;
            color: var(--theme-grey-border);
        }
.form .field::-ms-input-placeholder {
            color: #D1D1D1;
            color: var(--theme-grey-border);
        }
.form .field::placeholder {
            color: #D1D1D1;
            color: var(--theme-grey-border);
        }
.form .field:focus {
            outline: none;
        }
.form .field.js-validate-error-field {
            color: inherit !important;
            border: 1px solid #F47070 !important;
            border: 1px solid var(--theme-red-border) !important;
        }
.form .field.js-validate-error-field ~ .js-validate-error-label {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                margin-top: 10px;
                font-size: 12px;
                color: #F47070 !important;
                color: var(--theme-red-color) !important;
            }
.form .field_date {
            cursor: pointer;
            width: 130px;
            padding-right: 38px;
            padding-left: 10px;
            text-align: center;
        }
@media (max-width: 767px) {
.form .field_date {
                padding-right: 35px
        }
            }
.form .field_date ~ .icon {
                right: 10px;
                bottom: 9px;
                position: absolute;
                z-index: -1;
                font-size: 18px;
            }
@media (max-width: 767px) {
.form .field_date ~ .icon {
                    bottom: 8px;
                    font-size: 16px
            }
                }
.form .field_time {
            width: 70px;
        }
@media (max-width: 767px) {
.form .field_time {
                width: 64px
        }
            }
.form .field_time ~ span {
                margin: 0 10px;
            }
@media (max-width: 767px) {
.form .field_time ~ span {
                    margin: 0 4px
            }
                }
.form .field-label {
            display: block;
            width: 100%;
            margin-bottom: 10px;
            font-size: 10px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
.form .field.ss-main {
            padding: 0;
        }
.form .field.ss-main .ss-single-selected {
                position: relative;
                background: #fff;
                border-radius: 6px;
            }
.form .field.ss-main .ss-single-selected.ss-open-above,
                .form .field.ss-main .ss-single-selected.ss-open-below {
                    z-index: 100;
                }
.form .field.ss-main .ss-single-selected .placeholder {
                    padding: 0 15px;
                }
.form .field.ss-main .ss-single-selected .placeholder .ss-disabled {
                        color: #D1D1D1;
                        color: var(--theme-grey-border);
                    }
.form .field.ss-main .ss-single-selected .ss-arrow {
                    margin: 0 10px 0 0;
                }
.form .field.ss-main .ss-single-selected .ss-arrow span {
                        width: 11px;
                        height: 10px;
                        margin: 0;
                        padding: 0;
                        background: url('/local/templates/detsky1new/styles/styles/../../images/icons/caret-down.svg') no-repeat;
                        background-size: contain;
                        border: none;
                        -webkit-transition: -webkit-transform .15s ease-in-out;
                        transition: -webkit-transform .15s ease-in-out;
                        -o-transition: transform .15s ease-in-out;
                        transition: transform .15s ease-in-out;
                        transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
                    }
.form .field.ss-main .ss-single-selected .ss-arrow span.arrow-down {
                            -webkit-transform: scale(1, 1);
                                -ms-transform: scale(1, 1);
                                    transform: scale(1, 1);
                        }
.form .field.ss-main .ss-single-selected .ss-arrow span.arrow-up {
                            -webkit-transform: scale(1, -1);
                                -ms-transform: scale(1, -1);
                                    transform: scale(1, -1);
                        }
.form .field.ss-main .ss-content {
                overflow: hidden;
                border-color: #D1D1D1;
                border-color: var(--theme-grey-border);
                border-radius: 6px;
                -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
                        box-shadow: 0 0 20px rgba(0, 0, 0, .5);
            }
.form .field.ss-main .ss-content.ss-open {
                    z-index: 99;
                }
.form .field.ss-main .ss-content .ss-search {
                    padding: 0;
                    background: url('/local/templates/detsky1new/styles/styles/../../images/icons/location.svg') no-repeat;
                    background-size: 16px 20px;
                    background-position: 25px 50%;
                }
.form .field.ss-main .ss-content .ss-search input {
                        height: 35px;
                        margin: 10px 15px;
                        padding: 0 15px 0 35px;
                        font: inherit;
                        font-size: 15px;
                        background: none;
                        border: 1px solid #D1D1D1;
                        border: 1px solid var(--theme-grey-border);
                        border-radius: 6px;
                    }
.form .field.ss-main .ss-content .ss-search input::-webkit-input-placeholder {
                            color: #D1D1D1;
                            color: var(--theme-grey-border);
                        }
.form .field.ss-main .ss-content .ss-search input::-moz-placeholder {
                            color: #D1D1D1;
                            color: var(--theme-grey-border);
                        }
.form .field.ss-main .ss-content .ss-search input:-ms-input-placeholder {
                            color: #D1D1D1;
                            color: var(--theme-grey-border);
                        }
.form .field.ss-main .ss-content .ss-search input::-ms-input-placeholder {
                            color: #D1D1D1;
                            color: var(--theme-grey-border);
                        }
.form .field.ss-main .ss-content .ss-search input::placeholder {
                            color: #D1D1D1;
                            color: var(--theme-grey-border);
                        }
.form .field.ss-main .ss-content .ss-search input:focus {
                            outline: none;
                            -webkit-box-shadow: none;
                                    box-shadow: none;
                        }
.form .field.ss-main .ss-content .ss-search input::-ms-clear,
                        .form .field.ss-main .ss-content .ss-search input::-ms-reveal {
                            display: none;
                            width: 0;
                            height: 0;
                        }
.form .field.ss-main .ss-content .ss-search input::-webkit-search-decoration,
                        .form .field.ss-main .ss-content .ss-search input::-webkit-search-cancel-button,
                        .form .field.ss-main .ss-content .ss-search input::-webkit-search-results-button,
                        .form .field.ss-main .ss-content .ss-search input::-webkit-search-results-decoration {
                            display: none;
                        }
.form .field.ss-main .ss-content .ss-list .ss-option {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        height: 35px;
                        padding: 0 15px;
                    }
.form .field.ss-main .ss-content .ss-list .ss-option .ss-search-highlight {
                            font-weight: 700;
                            color: inherit;
                            background: none;
                        }
.form .field.ss-main .ss-content .ss-list .ss-option.ss-hide {
                            display: none;
                        }
.form .field.ss-main .ss-content .ss-list .ss-option.ss-disabled {
                            color: #5DC9BF;
                            color: var(--theme-primary-link);
                        }
.form .field.ss-main .ss-content .ss-list .ss-option.ss-highlighted,
                        .form .field.ss-main .ss-content .ss-list .ss-option:not(.ss-disabled):hover {
                            color: #fff;
                            background: #95D6D0;
                            background: var(--theme-primary-bg);
                        }
.form .field.ss-main.js-validate-error-field .ss-content {
                    border-color: #F47070;
                    border-color: var(--theme-red-border);
                }
.form textarea.field {
        height: 120px;
        padding: 10px 15px;
    }
.form .check__input.js-validate-error-field ~ .check__box, .form .radio__input.js-validate-error-field ~ .check__box {
                    border-color: #F47070;
                    border-color: var(--theme-red-border);
                }
.form .check ~ .js-validate-error-label, .form .radio ~ .js-validate-error-label {
            display: none;
        }
.form p {
        font-size: 13px;
    }
.form p small {
            font-size: 12px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
.form-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 30px;
    }
@media (max-width: 767px) {
.form-buttons {
            margin-top: 20px
    }
        }
.form-buttons_center {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
        }
.form-buttons .button ~ .button {
            margin-left: 20px;
        }
@media (max-width: 767px) {
.form-buttons .button ~ .button {
                margin-left: 12px
        }
            }
.form-footer {
        margin-top: 30px;
    }
@media (max-width: 767px) {
.form-footer {
            margin-top: 20px
    }
        }
.form-footer__button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin-top: -10px;
        }
.arrow-top {
    opacity: 0;
    cursor: pointer;
    right: 0;
    bottom: 180px;
    position: fixed;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 58px;
    height: 62px;
    font-size: 18px;
    color: #D1D1D1;
    color: var(--theme-grey-border);
    background: #fff;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
    border-right-width: 0;
    border-radius: 6px 0 0 6px;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: opacity .1s ease-in-out, color .15s ease-in-out .1s, border .15s ease-in-out .1s, -webkit-box-shadow .15s ease-in-out .1s;
    transition: opacity .1s ease-in-out, color .15s ease-in-out .1s, border .15s ease-in-out .1s, -webkit-box-shadow .15s ease-in-out .1s;
    -o-transition: opacity .1s ease-in-out, color .15s ease-in-out .1s, border .15s ease-in-out .1s, box-shadow .15s ease-in-out .1s ;
    transition: opacity .1s ease-in-out, color .15s ease-in-out .1s, border .15s ease-in-out .1s, box-shadow .15s ease-in-out .1s ;
    transition: opacity .1s ease-in-out, color .15s ease-in-out .1s, border .15s ease-in-out .1s, box-shadow .15s ease-in-out .1s, -webkit-box-shadow .15s ease-in-out .1s;
}
@media (max-width: 767px) {
.arrow-top {
        bottom: 100px;
        width: 50px;
        height: 50px;
        font-size: 14px
}
    }
.arrow-top.is-visible {
        opacity: 0.5;
    }
.arrow-top.is-visible:hover,
        .arrow-top.is-visible:focus {
            outline: none;
            opacity: 1;
            color: #95D6D0;
            color: var(--theme-primary-color);
            border-color: #95D6D0;
            border-color: var(--theme-primary-color);
            -webkit-box-shadow: 0 0 15px #95D6D0;
                    box-shadow: 0 0 15px #95D6D0;
        }
table {
    border-collapse: collapse;
    width: 100%;
}
.table-wr {
        width: 100%;
        margin-bottom: 25px;
    }
@media (max-width: 959px) {
.table-wr {
            margin-bottom: 20px
    }
        }
@media (max-width: 767px) {
.table-wr {
            overflow: auto;
            width: calc(100% + 40px);
            margin: 0 -20px 20px
    }
        }
.table-wr:last-child {
            margin-bottom: 0;
        }
.table_small {
        max-width: 400px;
    }
@media (max-width: 767px) {
.table_small {
            max-width: none
    }
        }
.table_striped tr:nth-child(odd) td {
                    background: #F1F1F1;
                }
.table_striped tr td {
                padding: 12px 20px;
                font-size: 18px;
            }
@media (max-width: 959px) {
.table_striped tr td {
                    padding: 10px 20px;
                    font-size: 16px
            }
                }
@media (max-width: 767px) {
.table_striped tr td {
                    padding: 7px 10px;
                    font-size: 14px
            }

                    .table_striped tr td:first-child {
                        padding-left: 20px;
                    }
                    .table_striped tr td:last-child {
                        padding-right: 20px;
                    }
                }
@media (max-width: 479px) {
.table_striped tr td {
                    font-size: 12px
            }
                }
.table_striped tr td:first-child {
                    border-radius: 6px 0 0 6px;
                }
@media (max-width: 767px) {
.table_striped tr td:first-child {
                        border-radius: 0
                }
                    }
.table_striped tr td:last-child {
                    border-radius: 0 6px 6px 0;
                }
@media (max-width: 767px) {
.table_striped tr td:last-child {
                        border-radius: 0
                }
                    }
.accordeon-trigger {
        cursor: pointer;
    }
.accordeon-content {
        display: none;
    }
.accordeon-wr .accordeon:not(:first-child) {
                margin-top: 25px;
            }
@media (max-width: 959px) {
.accordeon-wr .accordeon:not(:first-child) {
                    margin-top: 20px
            }
                }
.accordeon-wr .accordeon-trigger {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                margin-bottom: 25px;
                font-size: 18px;
            }
@media (max-width: 959px) {
.accordeon-wr .accordeon-trigger {
                    margin-bottom: 20px;
                    font-size: 16px
            }
                }
@media (max-width: 767px) {
.accordeon-wr .accordeon-trigger {
                    font-size: 14px
            }
                }
.accordeon-wr .accordeon-trigger__text {
                    margin: 0;
                    font-weight: 400;
                    font-size: 18px;
                }
@media (max-width: 959px) {
.accordeon-wr .accordeon-trigger__text {
                        font-size: 16px
                }
                    }
@media (max-width: 767px) {
.accordeon-wr .accordeon-trigger__text {
                        font-size: 14px
                }
                    }
.accordeon-wr .accordeon-trigger .icon {
                    -ms-flex-negative: 0;
                        flex-shrink: 0;
                    margin-left: 10px;
                    font-size: 10px;
                    color: #95D6D0;
                    color: var(--theme-primary-color);
                    -webkit-transform: rotate(90deg);
                        -ms-transform: rotate(90deg);
                            transform: rotate(90deg);
                    -webkit-transition: -webkit-transform .15s ease-in-out;
                    transition: -webkit-transform .15s ease-in-out;
                    -o-transition: transform .15s ease-in-out;
                    transition: transform .15s ease-in-out;
                    transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
                }
.accordeon-wr .accordeon.is-open .accordeon-trigger .icon {
                    -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                            transform: rotate(180deg);
                }
.tabs-headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
.tabs-headline__item {
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 45px;
            padding: 0 20px;
            font-size: 18px;
            white-space: nowrap;
            border-bottom: 1px solid #95D6D0;
            border-bottom: 1px solid var(--theme-primary-bg);
            border-radius: 6px 6px 0 0;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: color, background;
            -o-transition-property: color, background;
            transition-property: color, background;
        }
@media (max-width: 767px) {
.tabs-headline__item {
                height: 30px;
                padding: 0 12px;
                font-size: 14px
        }
            }
.tabs-headline__item:hover,
            .tabs-headline__item:focus {
                outline: none;
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.tabs-headline__item.is-active {
                color: #444;
                color: var(--theme-on-bg);
                background-color: #95D6D0;
                background-color: var(--theme-primary-bg);
            }
.tabs-content {
        padding-top: 30px;
    }
@media (max-width: 767px) {
.tabs-content {
            padding-top: 20px
    }
        }
.tabs-content__item {
            display: none;
        }
.swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        position: relative;
        z-index: 3;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 60px;
        height: 60px;
        margin: auto;
        font-size: 24px;
        color: #FFFFFF;
        background: rgba(149, 214, 208, 0.5);
        border-radius: 50%;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }
@media (max-width: 1024px) {
.swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
            width: 50px;
            height: 50px;
            font-size: 20px
    }
        }
@media (max-width: 767px) {
.swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
            width: 40px;
            height: 40px
    }
        }
@media (max-width: 479px) {
.swiper-container .swiper-button-prev,
    .swiper-container .swiper-button-next {
            width: 36px;
            height: 36px
    }
        }
.swiper-container .swiper-button-prev:hover,
        .swiper-container .swiper-button-prev:focus,
        .swiper-container .swiper-button-next:hover,
        .swiper-container .swiper-button-next:focus {
            outline: none;
            background: #95D6D0;
        }
.swiper-container .swiper-button-prev.swiper-button-disabled, .swiper-container .swiper-button-next.swiper-button-disabled {
            pointer-events: initial;
            opacity: 0;
            visibility: hidden;
        }
.swiper-container .swiper-button-prev.swiper-button-lock, .swiper-container .swiper-button-next.swiper-button-lock {
            display: none;
        }
.swiper-container .swiper-button-prev-shadow, .swiper-container .swiper-button-next-shadow {
            opacity: 1;
            visibility: visible;
            top: 0;
            bottom: 0;
            position: absolute;
            z-index: 1;
            width: 80px;
            -webkit-transition: opacity .15s ease-in-out;
            -o-transition: opacity .15s ease-in-out;
            transition: opacity .15s ease-in-out;
        }
@media (max-width: 1024px) {
.swiper-container .swiper-button-prev-shadow, .swiper-container .swiper-button-next-shadow {
                width: 70px
        }
            }
@media (max-width: 767px) {
.swiper-container .swiper-button-prev-shadow, .swiper-container .swiper-button-next-shadow {
                width: 60px
        }
            }
@media (max-width: 479px) {
.swiper-container .swiper-button-prev-shadow, .swiper-container .swiper-button-next-shadow {
                width: 46px
        }
            }
.swiper-container .swiper-button-prev-shadow {
            left: 0;
            background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
            background: -o-linear-gradient(left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        }
.swiper-container .swiper-button-prev.swiper-button-disabled ~ .swiper-button-prev-shadow {
                opacity: 0;
                visibility: hidden;
            }
.swiper-container .swiper-button-next-shadow {
            right: 0;
            background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
            background: -o-linear-gradient(right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
            background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
        }
.swiper-container .swiper-button-next.swiper-button-disabled ~ .swiper-button-next-shadow {
                opacity: 0;
                visibility: hidden;
            }
.swiper-container .swiper-pagination-bullet {
            opacity: .45;
            cursor: pointer;
            width: 12px;
            height: 12px;
            background: #fff;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
        }
.swiper-container .swiper-pagination-bullet:hover,
            .swiper-container .swiper-pagination-bullet:focus {
                outline: none;
                opacity: 1;
            }
.swiper-container .swiper-pagination-bullet.swiper-pagination-bullet-active {
                opacity: 1;
            }
.swiper-container-horizontal > .swiper-pagination-bullets {
        bottom: 50px;
        padding-right: 14px;
        text-align: right;
    }
@media (max-width: 767px) {
.swiper-container-horizontal > .swiper-pagination-bullets {
            bottom: 30px
    }
        }
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 6px;
        }
.swiper-wrapper {
    height: auto;
}
.swiper-slide {
    height: auto;
}
.breadcrumbs {
    padding: 17px 0;
}
@media (max-width: 959px) {
.breadcrumbs {
        padding: 15px 0
}
    }
@media (max-width: 767px) {
.breadcrumbs {
        padding: 10px 0
}
    }
.breadcrumbs-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
.breadcrumbs-list__item {
            font-size: 16px;
        }
@media (max-width: 959px) {
.breadcrumbs-list__item {
                font-size: 14px
        }
            }
@media (max-width: 767px) {
.breadcrumbs-list__item {
                font-size: 12px
        }
            }
.breadcrumbs-list__item:not(:last-child):after {
                    content: '>';
                    margin: 0 4px;
                }
.breadcrumbs-list__item .link {
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.breadcrumbs-list__item .link:hover {
                    text-decoration: underline;
                }
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 -3px;
}
.pagination__item {
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: calc(45em / 14);
        padding: 0 calc(19em / 14);
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        background: #fff;
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
        border-radius: calc(6em / 14);
        -webkit-box-shadow: 0 calc(6em / 14) calc(6em / 14) rgba(149, 214, 208, 0.5);
                box-shadow: 0 calc(6em / 14) calc(6em / 14) rgba(149, 214, 208, 0.5);
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color, background, border, -webkit-box-shadow;
        transition-property: color, background, border, -webkit-box-shadow;
        -o-transition-property: color, background, border, box-shadow;
        transition-property: color, background, border, box-shadow;
        transition-property: color, background, border, box-shadow, -webkit-box-shadow;
    }
.pagination__item:not(.pagination__item_prev):not(.pagination__item_next) {
            width: calc(45em / 14);
            height: calc(45em / 14);
            padding: 0;
        }
@media (max-width: 479px) {
.pagination__item:not(.pagination__item_prev):not(.pagination__item_next) {
                width: 36px;
                height: 36px
        }
            }
@media (max-width: 767px) {
.pagination__item.pagination__item_prev,
        .pagination__item.pagination__item_next {
                position: relative;
                width: calc(45em / 14);
                height: calc(45em / 14);
                padding: 0;
                text-indent: 1000px
        }

                .pagination__item.pagination__item_prev:after, .pagination__item.pagination__item_next:after {
                    content: '';
                    top: calc(50% - 5px);
                    left: calc(50% - 9px);
                    position: absolute;
                    width: 18px;
                    height: 10px;
                    background: url('/local/templates/detsky1new/styles/styles/../../images/icons/top.svg') no-repeat;
                    background-size: contain;
                    background-position: 50% 50%;
                }
            }
@media (max-width: 479px) {
.pagination__item.pagination__item_prev,
        .pagination__item.pagination__item_next {
                width: 36px;
                height: 36px
        }

                .pagination__item.pagination__item_prev:after, .pagination__item.pagination__item_next:after {
                    top: calc(50% - 4.5px);
                    left: calc(50% - 8.1px);
                    width: 16.2px;
                    height: 9px;
                }
            }
@media (max-width: 767px) {
.pagination__item.pagination__item_prev:after {
                -webkit-transform: rotate(-90deg);
                    -ms-transform: rotate(-90deg);
                        transform: rotate(-90deg)
        }
            }
@media (max-width: 767px) {
.pagination__item.pagination__item_next:after {
                -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                        transform: rotate(90deg)
        }
            }
.pagination__item:not(:first-child) {
            margin-left: 6px;
        }
.pagination__item:hover,
        .pagination__item:focus {
            outline: none;
            color: #fff;
            background: #95D6D0;
            background: var(--theme-primary-bg);
        }
.pagination__item.is-active {
            cursor: default;
            color: #444;
            color: var(--theme-on-bg);
            background: #D1D1D1;
            background: var(--theme-grey-bg);
        }
.sorting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 767px) {
.sorting {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -10px
}
    }
.sorting-title {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 40px;
        font-weight: 700;
        font-size: 18px;
    }
@media (max-width: 1365px) {
.sorting-title {
            margin-right: 20px
    }
        }
@media (max-width: 1099px) {
.sorting-title {
            font-size: 15px
    }
        }
@media (max-width: 767px) {
.sorting-title {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
            padding: 0 10px;
            font-size: 14px
    }
        }
.sorting-item {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        height: calc(45em / 18);
        padding: 0 calc(20em / 18);
        font-size: 18px;
        border-radius: 6px;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color, background;
        -o-transition-property: color, background;
        transition-property: color, background;
    }
@media (max-width: 1365px) {
.sorting-item {
            font-size: 15px
    }
        }
@media (max-width: 767px) {
.sorting-item {
            padding: 0 10px;
            font-size: 14px
    }
        }
.sorting-item .icon {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: calc(10em / 15);
            font-size: calc(15em / 18);
        }
.sorting-item[data-type="asc"] .icon {
                -webkit-transform: scale(1, -1);
                    -ms-transform: scale(1, -1);
                        transform: scale(1, -1);
            }
.sorting-item:hover,
        .sorting-item:focus {
            outline: none;
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.sorting-item.is-active {
            color: #444;
            color: var(--theme-on-bg);
            background: #95D6D0;
            background: var(--theme-primary-bg);
        }
.sorting-item.is-active:hover,
            .sorting-item.is-active:focus {
                color: #fff;
            }
.nav {
    list-style: none;
    margin: 0;
    padding: 0;
}
.label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 6px;
    padding: 0 calc(15em / 12);
    font-size: 12px;
    line-height: calc(22em / 12);
    text-transform: uppercase;
    color: #fff;
    border-radius: calc(6em / 12);
}
@media (max-width: 1365px) {
.label {
        font-size: 11px
}
    }
@media (max-width: 767px) {
.label {
        margin-right: 7px;
        font-size: 10px
}
    }
@media (max-width: 479px) {
.label {
        margin-right: 4px;
        padding: 0 calc(10em / 12);;
        line-height: calc(20em / 12)
}
    }
.label_sale {
        background: #E59F71;
    }
.label_hit {
        background: #CBB3BF;
    }
.label_new {
        background: #A7ACD9;
    }
.label_present {
        background: #8ED081;
    }
.label_custom {
        background: var(--theme-red-color);
    }
.label_showcase {
        color: #9E9E9E;
        background: #fff;
        border: 1px solid #9E9E9E;
    }
.ui-datepicker {
    z-index: 100 !important;
    position: relative;
    width: 286px;
    margin: 10px 0 0 92px;
    padding: 10px 15px 20px;
    font-family: 'Open Sans', sans-serif;
    font-family: var(--font-opensans);
    color: #444;
    color: var(--theme-on-bg);
    border: none !important;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
.ui-datepicker {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        margin: 0;
        -webkit-transform: translate(-143px, -50%);
            -ms-transform: translate(-143px, -50%);
                transform: translate(-143px, -50%)
}
    }
.ui-datepicker:before {
        bottom: 100%;
        left: 10px;
        position: absolute;
        display: block;
        border: solid transparent;
        border-width: 14px 8px 14px 8px;
        border-bottom-color: #ffffff;
    }
@media (max-width: 767px) {
.ui-datepicker:before {
            display: none
    }
        }
.ui-datepicker.is-top {
        margin-top: -10px;
    }
.ui-datepicker.is-top:before {
            top: 100%;
            bottom: auto;
            border-top-color: #ffffff;
            border-bottom-color: transparent;
        }
.ui-datepicker input,
    .ui-datepicker select,
    .ui-datepicker textarea,
    .ui-datepicker button {
        font-family: 'Open Sans', sans-serif;
        font-family: var(--font-opensans);
    }
.ui-datepicker .ui-widget-header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        height: 24px;
        padding: 0 calc(24px * 0.6 + 15px);
        font-weight: 400;
        color: #444;
        color: var(--theme-on-bg);
        background: none;
        border: none;
    }
.ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        cursor: pointer;
        top: 0;
        left: 0;
        position: absolute;
        width: calc(24px * 0.6);
        height: 24px;
        background: url('/local/templates/detsky1new/styles/styles/../../images/icons/arrow-left.svg') no-repeat;
        background-size: contain;
    }
.ui-datepicker .ui-datepicker-prev.ui-state-hover, .ui-datepicker .ui-datepicker-next.ui-state-hover {
            font-weight: 400;
            color: #444;
            color: var(--theme-on-bg);
            border: none;
        }
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
            display: none;
        }
.ui-datepicker .ui-datepicker-next {
        right: 0;
        left: auto;
        background-image: url('/local/templates/detsky1new/styles/styles/../../images/icons/arrow-right.svg');
    }
.ui-datepicker .ui-datepicker-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        width: 100%;
        margin: 0;
        line-height: 1.2;
    }
.ui-datepicker .ui-datepicker-title select {
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            -webkit-box-flex: 1;
                -ms-flex: 1 auto;
                    flex: 1 auto;
            height: 25px;
            padding: 0 10px 1px;
            font-weight: 700;
            font-size: 14px;
            color: #444;
            color: var(--theme-on-bg);
            background: url('/local/templates/detsky1new/styles/styles/../../images/icons/caret-down.svg') no-repeat;
            background-position: calc(100% - 10px) 50%;
            background-size: 11px 10px;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 6px;
        }
.ui-datepicker .ui-datepicker-title select ~ select {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 75px;
                        flex: 0 0 75px;
                margin-left: 10px;
            }
.ui-datepicker .ui-datepicker-title .ss-main {
            -webkit-box-flex: 1;
                -ms-flex: 1 auto;
                    flex: 1 auto;
            font-size: 14px;
            color: #444;
            color: var(--theme-on-bg);
        }
.ui-datepicker .ui-datepicker-title .ss-main ~ .ss-main {
                -webkit-box-flex: 0;
                    -ms-flex: 0 0 75px;
                        flex: 0 0 75px;
                margin-left: 10px;
            }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected {
                position: relative;
                height: 25px;
                padding: 0;
                font-weight: 700;
                background: #fff;
                border: 1px solid #D1D1D1;
                border: 1px solid var(--theme-grey-border);
                border-radius: 6px;
            }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected.ss-open-above,
                .ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected.ss-open-below {
                    z-index: 100;
                }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected .placeholder {
                    padding: 0 10px;
                }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected .placeholder .ss-disabled {
                        color: #D1D1D1;
                        color: var(--theme-grey-border);
                    }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected .ss-arrow {
                    margin: 0 10px 0 0;
                }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected .ss-arrow span {
                        width: 11px;
                        height: 10px;
                        margin: 0;
                        padding: 0;
                        background: url('/local/templates/detsky1new/styles/styles/../../images/icons/caret-down.svg') no-repeat;
                        background-position: 100% 50%;
                        background-size: contain;
                        border: none;
                        -webkit-transition: -webkit-transform .15s ease-in-out;
                        transition: -webkit-transform .15s ease-in-out;
                        -o-transition: transform .15s ease-in-out;
                        transition: transform .15s ease-in-out;
                        transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
                    }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected .ss-arrow span.arrow-down {
                            -webkit-transform: scale(1, 1);
                                -ms-transform: scale(1, 1);
                                    transform: scale(1, 1);
                        }
.ui-datepicker .ui-datepicker-title .ss-main .ss-single-selected .ss-arrow span.arrow-up {
                            -webkit-transform: scale(1, -1);
                                -ms-transform: scale(1, -1);
                                    transform: scale(1, -1);
                        }
.ui-datepicker .ui-datepicker-title .ss-main .ss-content {
                overflow: hidden;
                border-color: #D1D1D1;
                border-color: var(--theme-grey-border);
                border-radius: 6px;
                -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5);
                        box-shadow: 0 0 20px rgba(0, 0, 0, .5);
            }
.ui-datepicker .ui-datepicker-title .ss-main .ss-content.ss-open {
                    z-index: 99;
                }
.ui-datepicker .ui-datepicker-title .ss-main .ss-content .ss-list .ss-option {
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                        -webkit-box-align: center;
                            -ms-flex-align: center;
                                align-items: center;
                        height: 25px;
                        padding: 0 10px;
                    }
.ui-datepicker .ui-datepicker-title .ss-main .ss-content .ss-list .ss-option.ss-hide {
                            display: none;
                        }
.ui-datepicker .ui-datepicker-title .ss-main .ss-content .ss-list .ss-option.ss-disabled {
                            color: #5DC9BF;
                            color: var(--theme-primary-link);
                        }
.ui-datepicker .ui-datepicker-title .ss-main .ss-content .ss-list .ss-option.ss-highlighted,
                        .ui-datepicker .ui-datepicker-title .ss-main .ss-content .ss-list .ss-option:hover {
                            color: #fff;
                            background: #95D6D0;
                            background: var(--theme-primary-bg);
                        }
.ui-datepicker .ui-datepicker-title .ss-main.js-validate-error-field .ss-content {
                    border-color: #F47070;
                    border-color: var(--theme-red-border);
                }
.ui-datepicker table {
        height: 184px;
        margin: 4px 0 0;
    }
.ui-datepicker th {
        height: calc(180px / 6);
        padding: 0;
        font-weight: 400;
        font-size: 14px;
        text-transform: uppercase;
        color: #5DC9BF;
        color: var(--theme-primary-link);
    }
.ui-datepicker td {
        height: calc(180px / 6);
        padding: 0;

    }
.ui-datepicker td span,
        .ui-datepicker td a,
        .ui-datepicker td .ui-state-default {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 30px;
            height: 30px;
            margin: auto;
            padding: 0;
            text-align: center;
            font-size: 14px;
            color: #444;
            color: var(--theme-on-bg);
            background: none;
            border: 1px solid transparent;
            border-radius: 6px;
        }
.ui-datepicker td span:hover, .ui-datepicker td a:hover, .ui-datepicker td .ui-state-default:hover {
                border-color: #D1D1D1;
                border-color: var(--theme-grey-border);
            }
.ui-datepicker td .ui-state-highlight {
            border-color: #95D6D0;
            border-color: var(--theme-primary-bg);
        }
.ui-datepicker td .ui-state-active {
            background: #95D6D0;
            background: var(--theme-primary-bg);
            border-color: #95D6D0;
            border-color: var(--theme-primary-bg);
        }
.counter {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 190px;
    height: 45px;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    background: #95D6D0;
    background: var(--theme-primary-bg);
    border: 1px solid #5DC9BF;
    border: 1px solid var(--theme-primary-border);
    border-radius: 6px;
    -webkit-box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
            box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
}
@media (max-width: 767px) {
.counter {
        width: 165px;
        height: 36px;
        font-size: 12px
}
    }
.counter__button {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 43px;
        height: 43px;
        font-size: 20px;
        background: #fff;
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
        border-width: 0 1px 0 0;
    }
@media (max-width: 767px) {
.counter__button {
            width: 34px;
            height: 34px;
            font-size: 16px
    }
        }
.counter__button[data-type="plus"] {
            border-width: 0 0 0 1px;
        }
.counter__button[disabled] {
            cursor: default;
            opacity: 1;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
.counter__button:not([disabled]):hover {
            background-color: #95D6D0;
            background-color: var(--theme-primary-bg);
        }
.counter__button:not([disabled]):focus {
            outline: none;
        }
.counter__val {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
        text-align: center;
    }
.counter__val input {
            height: 43px;
            font-size: 26px;
            text-align: center;
            border: none;
        }
.counter_simple {
        width: 150px;
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
@media (max-width: 1365px) {
.counter_simple {
            width: 140px;
            height: 40px
    }
        }
@media (max-width: 1024px) {
.counter_simple {
            width: 130px
    }
        }
@media (max-width: 959px) {
.counter_simple {
            width: 116px;
            height: 36px
    }
        }
@media (max-width: 767px) {
.counter_simple {
            width: 106px;
            height: 30px
    }
        }
@media (max-width: 479px) {
.counter_simple {
            width: 100px
    }
        }
@media (max-width: 1365px) {
.counter_simple .counter__button {
                width: 38px;
                height: 38px;
                font-size: 18px
        }
            }
@media (max-width: 959px) {
.counter_simple .counter__button {
                width: 34px;
                height: 34px;
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.counter_simple .counter__button {
                width: 28px;
                height: 32px;
                font-size: 12px
        }
            }
.counter_simple .counter__val {
            padding: 0;
        }
@media (max-width: 1365px) {
.counter_simple .counter__val input {
                    height: 38px;
                    font-size: 22px
            }
                }
@media (max-width: 1024px) {
.counter_simple .counter__val input {
                    font-size: 20px
            }
                }
@media (max-width: 959px) {
.counter_simple .counter__val input {
                    font-size: 18px
            }
                }
@media (max-width: 767px) {
.counter_simple .counter__val input {
                    height: 28px;
                    font-size: 14px
            }
                }
.timer {
    width: 280px;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
    border-radius: 6px;
}
.timer-title {
        padding: 6px 0 9px;
        font-weight: 700;
        font-size: 18px;
        text-align: center;
        color: #F47070;
        color: var(--theme-red-color);
    }
.timer-text {
        font-size: 10px;
        text-align: right;
    }
.timer-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 45px;
        padding: 0 8px;
        background: #D1D1D1;
        background: var(--theme-grey-bg);
    }
.timer-value {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
.timer-value span {
            position: relative;
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 18px;
            font-weight: 700;
            font-size: 24px;
            line-height: 1;
        }
.timer-value span:not(:first-child):before {
                content: '';
                top: 10px;
                left: -12px;
                position: absolute;
                display: block;
                width: 6px;
                height: 6px;
                background: #444;
                background: var(--theme-on-bg);
                border-radius: 50%;
            }
.timer-value span:after {
                display: block;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                font-weight: 400;
                font-size: 10px;
                text-align: center;
            }
.timer-value span.day:after {
                    content: 'дн.'
                }
.timer-value span.hour:after {
                    content: 'час.'
                }
.timer-value span.min:after {
                    content: 'мин.'
                }
.timer-value span.sec:after {
                    content: 'сек.'
                }
.timer_small {
        width: auto;
        border: none;
        border-radius: 0;
    }
.timer_small .day,
        .timer_small .hour {
            display: none;
        }
.code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.code .field {
        width: 60px;
        height: 74px;
        font-weight: 600;
        font-size: 50px;
        text-align: center;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 6px;
    }
@media (max-width: 767px) {
.code .field {
            width: 40px;
            height: 50px;
            font-size: 36px
    }
        }
.code .field:not(:last-child) {
            margin-right: 25px;
        }
@media (max-width: 767px) {
.code .field:not(:last-child) {
                margin-right: 16px
        }
            }
.rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.rating-label {
        font-size: 18px;
        margin-right: calc(20em / 18);
    }
@media (max-width: 959px) {
.rating-label {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.rating-label {
            font-size: 14px
    }
        }
.rating-form {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
            -ms-flex-direction: row-reverse;
                flex-direction: row-reverse;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.rating-form input {
            display: none;
        }
.rating-form input:checked ~ label svg {
                    fill: currentColor;
                }
.rating-form label {
            cursor: pointer;
        }
.rating-form label svg {
                fill: transparent;
            }
.rating-form label:hover svg,
                .rating-form label:hover ~ label svg {
                    fill: currentColor;
                }
.rating svg {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: calc(4em / 20);
        font-size: 20px;
        color: #95D6D0;
        color: var(--theme-primary-color);
    }
@media (max-width: 959px) {
.rating svg {
            font-size: 18px
    }
        }
@media (max-width: 959px) {
.rating svg {
            font-size: 16px
    }
        }
.rating[data-rating="1"] svg:first-child {
                fill: currentColor;
            }
.rating[data-rating="2"] svg:first-child,
            .rating[data-rating="2"] svg:nth-child(2) {
                fill: currentColor;
            }
.rating[data-rating="3"] svg:first-child,
            .rating[data-rating="3"] svg:nth-child(2),
            .rating[data-rating="3"] svg:nth-child(3) {
                fill: currentColor;
            }
.rating[data-rating="4"] svg:not(:last-child) {
                fill: currentColor;
            }
.rating[data-rating="5"] svg {
            fill: currentColor;
        }
/*@import "/local/templates/detsky1new/styles/styles/elements/carousel.css";*/
.video {
    overflow: hidden;
    position: relative;
    border-radius: 6px;
}
.video iframe,
    .video video {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100% !important;
        height: 100% !important;
    }
.video img {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 100% !important;
        height: 100% !important;
        -o-object-fit: cover;
           object-fit: cover;
        -o-object-position: center center;
           object-position: center center;
    }
.video-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -50px;
    }
@media (max-width: 1365px) {
.video-list {
            margin-bottom: -30px
    }
        }
@media (max-width: 767px) {
.video-list {
            margin-bottom: -20px
    }
        }
.video-list__item {
            width: calc(50% - 25px);
            margin-bottom: 50px;
            margin-left: 50px;
        }
@media (max-width: 1365px) {
.video-list__item {
                width: calc(50% - 15px);
                margin-bottom: 30px;
                margin-left: 30px
        }
            }
@media (max-width: 767px) {
.video-list__item {
                width: calc(50% - 10px);
                margin-bottom: 20px;
                margin-left: 20px
        }
            }
@media (max-width: 479px) {
.video-list__item {
                width: 100%;
                margin-left: 0
        }
            }
.video-list__item:nth-child(2n + 1) {
                margin-left: 0;
            }
.video-list__item .video {
                display: block;
                margin: 0;
                padding-top: calc(221 * 100% / 350);
            }
.video-list__item .video-title {
                margin-top: 18px;
                font-weight: 700;
                font-size: 18px;
            }
@media (max-width: 767px) {
.video-list__item .video-title {
                    margin-top: 12px;
                    font-size: 16px
            }
                }
/* blocks */
.cards-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 50px 0 95px;
}
@media (max-width: 1024px) {
.cards-list {
        margin: 50px -15px 60px
}
    }
@media (max-width: 959px) {
.cards-list {
        margin: 50px -10px 60px
}
    }
@media (max-width: 767px) {
.cards-list {
        display: block;
        margin: 0
}
    }
.cards-list__item {
        width: 270px;
        max-width: calc(100% / 3 - 50px);
        margin: 0 25px;
        text-align: center;
    }
@media (max-width: 1024px) {
.cards-list__item {
            max-width: calc(100% / 3 - 30px);
            margin: 0 15px
    }
        }
@media (max-width: 959px) {
.cards-list__item {
            max-width: calc(100% / 3 - 20px);
            margin: 0 10px
    }
        }
@media (max-width: 767px) {
.cards-list__item {
            width: 100%;
            max-width: 280px;
            margin: 0 auto 30px
    }
        }
.cards-list__image {
        position: relative;
        padding-top: calc(170 * 100% / 270);
        border-radius: 12px;
    }
.cards-list__image .img {
            top: 0;
            left: 0;
            position: absolute;
        }
.cards-list__title {
        margin-top: 20px;
        font-weight: 700;
        font-size: 18px;
    }
@media (max-width: 959px) {
.cards-list__title {
            margin-top: 12px;
            font-size: 16px
    }
        }
.cards-list__button {
        width: 100%;
        margin-top: 20px;
    }
@media (max-width: 767px) {
.cards-list__button {
            display: inline-block;
            width: auto;
            margin-top: 14px
    }
        }
.cards-list_single {
        margin: 40px 0 30px;
    }
.cards-list_single .cards-list__item {
            width: 100%;
            max-width: 360px;
        }
.cards-list_single .cards-list__image {
            padding-top: calc(226 * 100% / 360);
        }
.js-map {
    height: 640px;
    margin-top: 30px;
}
@media (max-width: 1365px) {
.js-map {
        height: 600px
}
    }
@media (max-width: 1099px) {
.js-map {
        height: 500px
}
    }
@media(max-width: 959px) {
.js-map {
        height: 460px
}
    }
@media (max-width: 767px) {
.js-map {
        width: calc(100% + 40px);
        height: 300px;
        margin: 20px -20px 0
}
    }
@media (max-width: 479px) {
.js-map {
        height: 200px
}
    }
.js-map .ymaps-2-1-74-balloon {
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
.js-map .ymaps-2-1-74-balloon__layout {
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.07);
                box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.07);
    }
.js-map .ymaps-2-1-74-balloon__content {
        margin: 0 !important;
        padding: 0 !important;
        font: inherit;
    }
.js-map .ymaps-2-1-74-balloon__close-button {
        height: 30px;
    }
.js-map .ymaps-2-1-74-controls__control {
        top: 40px !important;
    }
.js-map .balloon-content {
        width: 226px;
        padding: 28px 20px 20px;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.07);
                box-shadow: 0px 0px 45px 0px rgba(0, 0, 0, 0.07);
    }
.js-map .balloon-content .balloon-title {
                font-weight: 600;
                font-size: 16px;
            }
.js-map .balloon-content .balloon-text {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                margin-left: -15px;
            }
.js-map .balloon-content .balloon-text__item {
                    margin-top: 10px;
                    margin-left: 15px;
                }
.js-map .balloon-content .balloon-text__item .label {
                        font-size: 12px;
                        color: var(--brand-color-grey);
                    }
.js-map .balloon-content .balloon-text__item .value {
                        font-size: 14px;
                    }
.js-map .balloon-content .link {
            display: inline-block;
            margin-top: 12px;
            font-size: 14px;
        }
.js-map .balloon-content .button {
            width: 100%;
            height: 35px;
            margin-top: 12px;
        }
.modal {
    overflow: visible;
    width: 100%;
    max-width: 1200px;
    padding: 25px;
    border-radius: 6px;
}
@media (max-width: 767px) {
.modal {
        padding: 10px
}
    }
.modal_zoom {
        width: auto;
        text-align: center;
        padding: 0;
        background: none;
    }
@media (max-width: 1240px) {
.modal_zoom {
            max-width: calc(100% - 20px)
    }
        }
@media (max-width: 767px) {
.modal_zoom {
            padding: 0
    }
        }
.modal_small {
        max-width: 510px;
    }
.modal .fancybox-close-small {
        opacity: 1;
        top: 8px;
        right: 8px;
        width: 50px;
        height: 50px;
        padding: 0;
        color: #95D6D0;
        color: var(--theme-primary-color);
    }
@media (max-width: 767px) {
.modal .fancybox-close-small {
            top: 6px;
            right: 6px;
            width: 30px;
            height: 30px
    }
        }
.modal-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-height: calc(100vh - 90px);
    }
@media (max-width: 767px) {
.modal-inner {
            max-height: calc(100vh - 60px)
    }
        }
.modal-content {
        overflow: auto;
        height: 100%;
        padding: 0 0 2px;
    }
.modal_location .modal-content {
            overflow: visible;
        }
.modal-title {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 20px;
        padding-right: 45px;
        font-weight: 700;
        font-size: 30px;
    }
@media (max-width: 767px) {
.modal-title {
            margin-bottom: 10px;
            padding-right: 30px;
            font-size: 18px
    }
        }
.modal-text {
        margin-bottom: 10px;
        font-size: 18px;
    }
@media (max-width: 767px) {
.modal-text {
            font-size: 14px
    }
        }
.modal-info {
        margin-top: 20px;
        font-size: 15px;
        text-align: center;
    }
@media (max-width: 767px) {
.modal-info {
            font-size: 14px
    }
        }
.modal-info > * {
            margin: 0 auto;
        }
.modal .code {
        margin-top: 30px;
    }
@media (max-width: 767px) {
.modal .code {
            margin-top: 20px
    }
        }
.modal-form {
        padding-top: 10px;
    }
.tabs-content .modal-form {
            padding-top: 0;
        }
.modal-form .form-row {
            margin-bottom: 20px;
        }
@media (max-width: 767px) {
.modal-form .form-row {
                margin-bottom: 10px
        }
            }
.modal-form .form-row p {
                margin: 0;
                font-size: 13px;
                line-height: 1.385;
            }
@media (max-width: 767px) {
.modal-form .form-row p {
                    font-size: 12px
            }
                }
.fancybox-slide--html {
    padding: 20px;
}
.more-block__content {
        position: relative;
        overflow: hidden;
        max-height: 300px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
.more-block__title {
        margin-bottom: 25px;
        font-weight: 700;
        font-size: 36px;
    }
@media (max-width: 1099px) {
.more-block__title {
            font-size: 34px
    }
        }
@media (max-width: 959px) {
.more-block__title {
            margin-bottom: 20px;
            font-size: 30px
    }
        }
@media (max-width: 767px) {
.more-block__title {
            font-size: 20px
    }
        }
@media (max-width: 479px) {
.more-block__title {
            font-size: 18px
    }
        }
.more-block__button {
        display: none;
        margin: 20px auto 0;
        font-size: 15px;
        color: #95D6D0;
        color: var(--theme-primary-color);
    }
@media (max-width: 767px) {
.more-block__button {
            margin-top: 10px;
            font-size: 12px
    }
        }
.more-block__button:hover,
        .more-block__button:focus {
            outline: none;
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.more-block.is-hidden .more-block__content {
            max-height: none;
        }
.more-block.is-hidden .more-block__content:after {
                content: '';
                right: 0;
                bottom: 0;
                left: 0;
                position: absolute;
                height: 100px;
                background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 1)), to(rgba(255, 255, 255, 0)));
                background: -o-linear-gradient(bottom, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
                background: linear-gradient(to top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0));
            }
.more-block.is-hidden .more-block__button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
.more-block.is-hidden .more-block__button .icon {
                -webkit-transform: scale(1, -1);
                    -ms-transform: scale(1, -1);
                        transform: scale(1, -1);
            }
.more-block.is-visible .more-block__content {
            max-height: none;
        }
.more-block.is-visible .more-block__button {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
        }
.promo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
}
@media (max-width: 1099px) {
.promo {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
    }
@media (max-width: 767px) {
.promo {
        margin-top: 20px
}
    }
.promo-title {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-right: 30px;
        font-size: 18px;
        line-height: 45px;
    }
@media (max-width: 1099px) {
.promo-title {
            -ms-flex-negative: initial;
                flex-shrink: initial
    }
        }
@media (max-width: 1024px) {
.promo-title {
            font-size: 16px;
            line-height: 40px
    }
        }
@media (max-width: 767px) {
.promo-title {
            width: 100%;
            margin-right: 0;
            margin-bottom: 10px;
            font-size: 14px;
            line-height: 1.2
    }
        }
.promo-form {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-right: 20px;
    }
@media (max-width: 1099px) {
.promo-form {
            margin-right: 0;
            margin-bottom: 20px
    }
        }
@media (max-width: 767px) {
.promo-form {
            width: 100%;
            max-width: 440px;
            margin-bottom: 10px
    }
        }
.promo-form__field {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 340px;
            height: 45px;
            padding: 0 22px;
            font-size: 15px;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-right-width: 0;
            border-radius: 6px 0 0 6px;
        }
@media (max-width: 1024px) {
.promo-form__field {
                height: 40px
        }
            }
@media (max-width: 767px) {
.promo-form__field {
                -webkit-box-flex: 1;
                    -ms-flex: 1 auto;
                        flex: 1 auto;
                width: auto;
                height: 36px;
                padding: 0 18px;
                font-size: 14px
        }
            }
@media (max-width: 479px) {
.promo-form__field {
                height: 30px;
                padding: 0 12px;
                font-size: 12px
        }
            }
.promo-form__field::-webkit-input-placeholder {
                color: #D1D1D1;
            }
.promo-form__field::-moz-placeholder {
                color: #D1D1D1;
            }
.promo-form__field:-ms-input-placeholder {
                color: #D1D1D1;
            }
.promo-form__field::-ms-input-placeholder {
                color: #D1D1D1;
            }
.promo-form__field::placeholder {
                color: #D1D1D1;
            }
.promo-form__field:focus {
                outline: none;
            }
.promo-form__field.js-validate-error-field {
                color: inherit !important;
                border: 1px solid #F47070 !important;
                border: 1px solid var(--theme-red-border) !important;
                border-right-width: 0 !important;
            }
.promo-form__field.js-validate-error-field ~ .js-validate-error-label {
                    top: calc(100% + 10px);
                    right: 0;
                    left: 0;
                    position: absolute;
                    font-size: 12px;
                    color: #F47070 !important;
                    color: var(--theme-red-color) !important;
                }
.promo-form__button {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            height: 45px;
            font-size: 14px;
            border-radius: 0 6px 6px 0;
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
@media (max-width: 1024px) {
.promo-form__button {
                height: 40px
        }
            }
@media (max-width: 767px) {
.promo-form__button {
                height: 36px;
                font-size: 12px
        }
            }
@media (max-width: 479px) {
.promo-form__button {
                height: 30px;
                font-size: 10px
        }
            }
.promo-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -10px;
    }
@media (max-width: 1099px) {
.promo-list {
            width: 100%
    }
        }
.promo-list__item {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 45px;
            margin: 0 10px 10px 0;
            padding: 0 12px 0 20px;
            font-weight: 700;
            font-size: 15px;
            color: #fff;
            background: #8ED081;
            border-radius: 6px;
        }
@media (max-width: 767px) {
.promo-list__item {
                height: 36px;
                padding-left: 16px;
                font-size: 14px
        }
            }
@media (max-width: 479px) {
.promo-list__item {
                height: 30px;
                padding-left: 12px;
                font-size: 12px
        }
            }
.promo-list__item_error {
                background: #F47070;
                background: var(--theme-red-color);
            }
.promo-list__item .button {
                margin-left: 14px;
                font-size: 12px;
                color: #fff;
            }
@media (max-width: 479px) {
.promo-list__item .button {
                    margin-left: 12px
            }
                }
.promo-list__item .button:focus {
                    outline: none;
                }
.promo-list__item-info {
                opacity: 0;
                visibility: hidden;
                position: absolute;
                right: -15px;
                bottom: calc(100% + 4px);
                left: 0;
                z-index: 1;
                padding: 10px;
                font-weight: 600;
                font-size: 13px;
                color: #444;
                color: var(--theme-on-bg);
                background: #ffffff;
                border: 1px solid #D1D1D1;
                border: 1px solid var(--theme-grey-border);
                border-radius: 6px;
                -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
                        box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
                -webkit-transition: opacity .2s ease-in-out;
                -o-transition: opacity .2s ease-in-out;
                transition: opacity .2s ease-in-out;
            }
.bx-no-touch .promo-list__item:hover .promo-list__item-info {
                    opacity: 1;
                    visibility: visible;
                }
.subscribe-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@media (max-width: 1099px) {
.subscribe-form {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
    }
.subscribe-form__title {
        margin-right: 43px;
        font-weight: 700;
        font-size: 18px;
    }
@media (max-width: 1365px) {
.subscribe-form__title {
            margin-right: 25px
    }
        }
@media (max-width: 1099px) {
.subscribe-form__title {
            margin-right: 0;
            margin-bottom: 15px;
            font-size: 16px
    }
        }
@media (max-width: 959px) {
.subscribe-form__title {
            font-size: 14px
    }
        }
@media (max-width: 767px) {
.subscribe-form__title {
            width: 100%;
            margin-bottom: 10px;
            text-align: center
    }
        }
.subscribe-form__text {
        display: block;
        margin-top: 4px;
        font-weight: 400;
        font-size: 16px;
    }
@media (max-width: 1099px) {
.subscribe-form__text {
            display: inline
    }
        }
@media (max-width: 959px) {
.subscribe-form__text {
            font-size: 14px
    }
        }
@media (max-width: 767px) {
.subscribe-form__text {
            display: block;
            margin-top: 3px;
            font-size: 12px
    }
        }
.subscribe-form__inner {
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
@media (max-width: 767px) {
.subscribe-form__inner {
            width: 100%;
            max-width: 480px;
            margin: 0 auto
    }
        }
.subscribe-form__field {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 340px;
        height: 45px;
        padding: 0 22px;
        font-size: 15px;
        background: #fff;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-right-width: 0;
        border-radius: 6px 0 0 6px;
    }
@media (max-width: 1365px) {
.subscribe-form__field {
            width: 295px
    }
        }
@media (max-width: 1099px) {
.subscribe-form__field {
            width: 340px
    }
        }
@media (max-width: 767px) {
.subscribe-form__field {
            -ms-flex-negative: 1;
                flex-shrink: 1;
            width: 100%;
            height: 30px;
            padding: 0 10px;
            font-size: 12px
    }
        }
.subscribe-form__field::-webkit-input-placeholder {
            color: #D1D1D1;
        }
.subscribe-form__field::-moz-placeholder {
            color: #D1D1D1;
        }
.subscribe-form__field:-ms-input-placeholder {
            color: #D1D1D1;
        }
.subscribe-form__field::-ms-input-placeholder {
            color: #D1D1D1;
        }
.subscribe-form__field::placeholder {
            color: #D1D1D1;
        }
.subscribe-form__field:focus {
            outline: none;
        }
.subscribe-form__field.js-validate-error-field {
            color: inherit !important;
            border: 1px solid #F47070 !important;
            border: 1px solid var(--theme-red-border) !important;
            border-right-width: 0 !important;
        }
.subscribe-form__field.js-validate-error-field ~ .js-validate-error-label {
                top: calc(100% + 10px);
                right: 0;
                left: 0;
                position: absolute;
                font-size: 12px;
                color: #F47070 !important;
                color: var(--theme-red-color) !important;
            }
@media (max-width: 767px) {
.subscribe-form__field.js-validate-error-field ~ .js-validate-error-label {
                    top: calc(100% + 5px)
            }
                }
.subscribe-form__button {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        height: 45px;
        font-size: 14px;
        border-radius: 0 6px 6px 0;
        -webkit-box-shadow: none;
                box-shadow: none;
    }
@media (max-width: 767px) {
.subscribe-form__button {
            height: 30px;
            padding: 0 16px;
            font-size: 10px;
            border-radius: 0 4px 4px 0
    }
        }
.header-catalog__list {
        -webkit-columns: 2;
           -moz-columns: 2;
                columns: 2;
        grid-column-gap: 0;
        -webkit-column-gap: 0;
           -moz-column-gap: 0;
                column-gap: 0;
    }
@media (max-width: 1099px) {
.header-catalog__list {
            -webkit-columns: 1;
               -moz-columns: 1;
                    columns: 1
    }
        }
.header-catalog__item {
        margin-bottom: 20px;
        padding-right: 30px;
        font-size: 18px;
    }
@media (max-width: 1099px) {
.header-catalog__item {
            margin-top: 18px;
            margin-bottom: 0;
            padding-right: 0;
            font-size: 12px
    }

            .header-catalog__item:first-child {
                margin-top: 10px;
            }
        }
.header-catalog__link:hover {
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.header-product {
    text-align: center;
}
.header-product__title {
        margin-bottom: 14px;
        font-weight: 700;
        font-size: 18px;
    }
.header-product .offer {
        position: relative;
        display: block;
        padding: 0 10px 13px;
        background: none;
        border-radius: 10px;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: background, -webkit-box-shadow;
        transition-property: background, -webkit-box-shadow;
        -o-transition-property: background, box-shadow;
        transition-property: background, box-shadow;
        transition-property: background, box-shadow, -webkit-box-shadow;
    }
.header-product .offer-view-button {
            opacity: 0;
            visibility: hidden;
            top: 18px;
            right: 18px;
            position: absolute;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: calc(34em / 22);
            height: calc(34em / 22);
            font-size: 22px;
            color: #fff;
            background: #95D6D0;
            background: var(--theme-primary-bg);
            border: 1px solid #5DC9BF;
            border: 1px solid var(--theme-primary-border);
            border-radius: calc(6em / 22);
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: opacity, -webkit-box-shadow;
            transition-property: opacity, -webkit-box-shadow;
            -o-transition-property: opacity, box-shadow;
            transition-property: opacity, box-shadow;
            transition-property: opacity, box-shadow, -webkit-box-shadow;
        }
.header-product .offer-view-button:hover,
            .header-product .offer-view-button:focus {
                outline: none;
                -webkit-box-shadow: 0 calc(6em / 38) calc(6em / 38) rgba(149, 214, 208, 0.5);
                        box-shadow: 0 calc(6em / 38) calc(6em / 38) rgba(149, 214, 208, 0.5);
            }
.header-product .offer-image {
            overflow: hidden;
            height: 178px;
            margin-bottom: 16px;
            background: #fff;
            border-radius: 6px;
        }
.header-product .offer-title {
            min-height: 1.5em;
            max-height: 4.3em;
            margin-bottom: 0;
            font-size: 12px;
            line-height: 1.4;
        }
.header-product .offer-text {
            min-height: 1.5em;
            max-height: 4.3em;
            margin-bottom: 0;
            font-size: 12px;
            line-height: 1.4;
        }
.header-product .offer-price {
            margin-top: 6px;
            font-size: 16px;
        }
.header-product .offer:hover,
        .header-product .offer:focus {
            background: #fff;
            -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
                    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);

        }
.header-product .offer:hover .offer-view-button, .header-product .offer:focus .offer-view-button {
                opacity: 1;
                visibility: visible;
            }
.header-nav {
    color: #444;
    color: var(--theme-on-primary-bg);
    background: #95D6D0;
    background: var(--theme-primary-bg);
}
@media (max-width: 1099px) {
.header-nav {
        display: none;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        position: fixed;
        z-index: 120;
        background: #fff
}
    }
@media (min-width: 1100px) {
.header-nav {
        display: block !important
}
    }
@media (max-width: 1099px) {
.header-nav > .box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            height: 100%
    }

            .header-nav > .box > * {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
            }
        }
.header-nav-trigger {
        display: none;
    }
@media (max-width: 1099px) {
.header-nav-trigger {
            cursor: pointer;
            display: block;
            top: 20px;
            left: 0;
            position: absolute;
            font-size: 20px
    }
        }
@media (max-width: 1099px) {
.header-nav-list-wr {
            -ms-flex-negative: 1 !important;
                flex-shrink: 1 !important;
            overflow: auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            width: 100%;
            height: 100%
    }
        }
.header-nav__list {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
@media (max-width: 1099px) {
.header-nav__list {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding-top: 23px
    }
        }
.header-nav__item {
        position: relative;
    }
@media (max-width: 1099px) {
.header-nav__item {
            width: 100%;
            margin-bottom: 18px
    }
        }
@media (max-width: 1099px) {
.header-nav__item.has-dropdown {
                padding-right: 45px

        }
            }
.header-nav__item.has-dropdown:before {
                content: '';
                opacity: 0;
                visibility: hidden;
                top: 100%;
                right: 0;
                left: 0;
                position: absolute;
                z-index: 100;
                height: 7px;
                -webkit-transition: opacity .1s ease-in-out;
                -o-transition: opacity .1s ease-in-out;
                transition: opacity .1s ease-in-out;
            }
@media (max-width: 1099px) {
.header-nav__item.has-dropdown:before {
                    display: none
            }
                }
.header-nav__item.has-dropdown:after {
                content: '';
                opacity: 0;
                visibility: hidden;
                top: calc(100% - 21px);
                left: calc(50% - 8px);
                position: absolute;
                z-index: 100;
                border: solid transparent;
                border-width: 14px 8px 14px 8px;
                border-bottom-color: rgba(255, 255, 255, 0.95);
                -webkit-transition: opacity .1s ease-in-out;
                -o-transition: opacity .1s ease-in-out;
                transition: opacity .1s ease-in-out;
            }
@media (max-width: 1099px) {
.header-nav__item.has-dropdown:after {
                    opacity: 1;
                    visibility: visible;
                    top: -1px;
                    right: 3px;
                    left: auto;
                    position: absolute;
                    width: 10px;
                    height: 16px;
                    background: url('/local/templates/detsky1new/styles/styles/../../images/icons/arrow-right.svg') no-repeat;
                    background-size: contain;
                    background-position: 100% 50%;
                    border: none;
                    -webkit-transform: rotate(0deg);
                        -ms-transform: rotate(0deg);
                            transform: rotate(0deg);
                    -webkit-transition: -webkit-transform .1s ease-in-out;
                    transition: -webkit-transform .1s ease-in-out;
                    -o-transition: transform .1s ease-in-out;
                    transition: transform .1s ease-in-out;
                    transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out
            }
                }
.header-nav__item.has-dropdown.is-hover:before,
                .header-nav__item.has-dropdown.is-hover:after {
                    opacity: 1;
                    visibility: visible;
                }
@media (max-width: 1099px) {
                    .header-nav__item.has-dropdown.is-hover:after {
                        -webkit-transform: rotate(90deg);
                            -ms-transform: rotate(90deg);
                                transform: rotate(90deg);
                    }
                }
.header-nav__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 50px;
        padding: 0 11px;
        font-weight: 700;
        font-size: 12px;
        letter-spacing: 1px;
        text-transform: uppercase;
        border-radius: 6px;
        -webkit-transition: height .1s ease-in-out;
        -o-transition: height .1s ease-in-out;
        transition: height .1s ease-in-out;
    }
@media (max-width: 1099px) {
.header-nav__link {
            display: block;
            height: auto;
            padding: 0;
            border-radius: 0
    }
        }
.header-nav__link:hover,
        .header-nav__link:focus {
            outline: none;
            color: #fff;
        }
@media (max-width: 1099px) {
.header-nav__link:hover,
        .header-nav__link:focus {
                color: #444;
                color: var(--theme-on-bg)
        }
            }
.header-nav__link.is-active {
            color: #fff;
            background: #5DC9BF;
            background: var(--theme-primary-border);
        }
@media (max-width: 1099px) {
.header-nav__link.is-active {
                color: #444;
                color: var(--theme-on-bg);
                background: none
        }
            }
.header-nav__dropdown {
        display: none;
        top: calc(100% + 7px);
        left: 0;
        position: absolute;
        z-index: 100;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        width: 882px;
        padding: 30px 50px 30px 30px;
        background: rgba(255, 255, 255, 0.95);
        border-radius: 6px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
@media (max-width: 1099px) {
.header-nav__dropdown {
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            position: relative;
            width: auto;
            padding: 0 0 0 10px;
            background: none;
            border-radius: 0;
            -webkit-box-shadow: none;
                    box-shadow: none
    }
        }
.header-nav__dropdown .header-catalog {
            max-width: calc(100% - 180px);
        }
@media (max-width: 1099px) {
.header-nav__dropdown .header-catalog {
                max-width: none
        }
            }
.header-nav__dropdown .header-product {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 160px;
            margin-left: 20px;
        }
@media (max-width: 1099px) {
.header-nav__dropdown .header-product {
                display: none
        }
            }
.header-nav__dropdown .header-brands {
            width: 100%;
            margin-top: 7px;
            padding-top: 20px;
            border-top: 1px solid #D1D1D1;
            border-top: 1px solid var(--theme-grey-border);
        }
@media (max-width: 1099px) {
.header-nav__dropdown .header-brands {
                display: none
        }
            }
.header-nav__dropdown .header-brands .brands-carousel {
                margin: -20px -15px;
                padding: 20px 15px;
            }
.header-nav__dropdown .header-brands .brands-carousel:before,
                .header-nav__dropdown .header-brands .brands-carousel:after {
                    display: none;
                }
.header-nav__dropdown .header-brands .brands-carousel__item {
                    padding: 0;
                }
.header-nav__dropdown .header-brands .brands-carousel .swiper-button-prev,
                .header-nav__dropdown .header-brands .brands-carousel .swiper-button-next {
                    width: 50px;
                    height: 50px;
                }
.header-nav-headline {
        display: none;
    }
@media (max-width: 1099px) {
.header-nav-headline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            height: 60px
    }
        }
.header-nav-headline__item {
            margin-left: 20px;
            font-size: 20px;
        }
.header-nav-headline__item:first-child {
                margin-right: auto;
                margin-left: 0;
            }
.header-nav-headline__item .col,
            .header-nav-headline__item .header-menu__link_cart .col {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
.header-nav-headline__item .header-menu__link_cart .val {
                display: block;
            }
.header-nav-headline .close-btn {
            cursor: pointer;
        }
.header-nav-menu {
        display: none;
    }
@media (max-width: 1099px) {
.header-nav-menu {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            padding-bottom: 16px;
            border-bottom: 1px solid #D1D1D1;
            border-bottom: 1px solid var(--theme-grey-border)
    }
        }
.header-nav-menu__item {
            width: 100%;
        }
.header-nav-menu__item_user .header-nav-menu__link {
                    -webkit-box-pack: start;
                        -ms-flex-pack: start;
                            justify-content: flex-start;
                }
.header-nav-menu__link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            font-size: 14px;
        }
.header-nav-menu__link .icon {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin-right: 10px;
                font-size: 20px;
            }
.header-nav-menu__link .val {
                overflow: hidden;
                max-width: 100%;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                   text-overflow: ellipsis;
            }
.header-nav-footer {
        display: none;
    }
@media (max-width: 1099px) {
.header-nav-footer {
            display: block;
            width: 100%;
            margin-top: auto;
            padding: 15px 0 20px;
            border-top: 1px solid #D1D1D1;
            border-top: 1px solid var(--theme-grey-border)
    }
        }
.header-nav-footer .header-contacts {
            display: block;
            margin: 0;
        }
.header-nav-footer .header-contacts__link {
                font-size: 14px;
            }
.header-nav-footer .header-contacts__button {
                margin-top: 10px;
                margin-left: 0;
            }
.header-nav-footer .header-location {
            width: auto;
            margin-top: 20px;
            margin-right: 0;
        }
.header-nav-footer .header-location__button {
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                width: 100%;
            }
.header-nav-footer .header-location__button .val {
                    max-width: 100%;
                    font-size: 14px;
                }
.header-nav-footer .header-subnav {
            margin-top: 20px;
        }
.header-nav-footer .header-subnav__list {
                display: block;
                margin-bottom: -14px;
            }
.header-nav-footer .header-subnav__item {
                margin-right: 0;
                margin-bottom: 14px;
                font-size: 14px;
            }
.header-subnav__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.header-subnav__item {
        margin-right: 50px;
        font-size: 16px;
    }
@media (max-width: 1365px) {
.header-subnav__item {
            margin-right: 20px
    }
        }
.header-subnav__link:hover,
        .header-subnav__link:focus {
            outline: none;
            color: #95D6D0;
            color: var(--theme-primary-color);
        }
.header-menu {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}
.header-menu__item + .header-menu__item {
            margin-left: 20px;
        }
@media (max-width: 1099px) {
.header-menu__item + .header-menu__item {
                margin-left: 15px
        }
            }
@media (max-width: 1099px) {
            .header-menu__item:not(:last-child) {
                display: none;
            }
        }
.header-menu__link {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.header-menu__link .icon {
            font-size: 20px;
        }
.header-menu__link .col {
            top: -7px;
            right: -9px;
            position: absolute;
            -ms-flex-item-align: start;
                align-self: flex-start;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            min-width: 17px;
            height: 17px;
            padding: 0 4px;
            font-size: 11px;
            background: #fff;
            border: 1px solid #95D6D0;
            border: 1px solid var(--theme-primary-color);
            border-radius: 50%;
        }
.header-menu__link .val {
            overflow: hidden;
            max-width: 150px;
            font-size: 16px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
        }
.header-menu__link .val:not(:first-child):not(:empty) {
                margin-left: 10px;
            }
.header-menu__link_cart .col {
                top: auto;
                right: auto;
                bottom: auto;
                left: auto;
                position: static;
                margin-left: -9px;
                margin-top: -7px;
            }
@media (max-width: 1099px) {
.header-menu__link_cart .col {
                    display: none
            }
                }
.header-menu__link_cart .val {
                font-weight: 700;
                font-size: 17px;
            }
@media (max-width: 1099px) {
.header-menu__link_cart .val {
                    display: none
            }
                }
.header-location {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 240px;
    margin-right: 30px;
}
@media (max-width: 1365px) {
.header-location {
        margin-right: 30px
}
    }
.header-location__button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.header-location__button .val {
            overflow: hidden;
            max-width: 220px;
            margin-right: 8px;
            font-size: 16px;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
               text-overflow: ellipsis;
            color: #444;
            color: var(--theme-on-bg);
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: color;
            -o-transition-property: color;
            transition-property: color;
        }
.header-location__button .icon {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            font-size: 14px;
        }
.header-location__button:hover,
        .header-location__button:focus {
            outline: none;
        }
.header-location__button:hover .val, .header-location__button:focus .val {
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.header {
    position: absolute;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    background: #fff;
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: background, -webkit-box-shadow;
    transition-property: background, -webkit-box-shadow;
    -o-transition-property: background, box-shadow;
    transition-property: background, box-shadow;
    transition-property: background, box-shadow, -webkit-box-shadow;
}
.header-headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-top: 20px;
    }
@media (max-width: 1099px) {
.header-headline {
            display: none
    }
        }
.header-contacts {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-left: auto;
    }
.header-contacts__link {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            font-weight: 700;
            font-size: 17px;
        }
.header-contacts__link:hover,
            .header-contacts__link:focus {
                outline: none;
                color: #95D6D0;
                color: var(--theme-primary-color);
            }
.header-contacts__button {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 20px;
        }
.header-content {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 35px 0;
        -webkit-transition: padding .1s ease-in-out;
        -o-transition: padding .1s ease-in-out;
        transition: padding .1s ease-in-out;
    }
@media (max-width: 1099px) {
.header-content {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-pack: end;
                -ms-flex-pack: end;
                    justify-content: flex-end;
            padding: 20px 0 20px
    }
        }
.header-logo {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 176px;
        margin-top: -6px;
        margin-right: 94px;
    }
@media (max-width: 1099px) {
.header-logo {
            top: 10px;
            left: 34px;
            position: absolute;
            width: 128px;
            margin-top: 0;
            margin-right: auto
    }
        }
.header-search {
        position: relative;
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
        margin-right: 130px;
    }
@media (max-width: 1365px) {
.header-search {
            margin-right: 40px
    }
        }
@media (max-width: 1099px) {
.header-search {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            display: none;
            top: 100%;
            right: -20px;
            left: -20px;
            position: absolute;
            z-index: 2;
            margin: 0;
            padding: 0 20px 20px;
            background: #fff
    }
        }
@media (min-width: 1100px) {
.header-search {
            display: block !important
    }
        }
.header-search .search-form {
            z-index: 101;
        }
@media (max-width: 1099px) {
.header-search .search-results {
                margin-top: -21px;
                right: 20px;
                left: 20px
        }
            }
.header-search-trigger {
            display: none;
        }
@media (max-width: 1099px) {
.header-search-trigger {
                cursor: pointer;
                display: block;
                font-size: 20px
        }
            }
.header-call-btn {
        display: none;
    }
@media (max-width: 1099px) {
.header-call-btn {
            display: block;
            margin-left: 15px;
            font-size: 20px
    }

            .header-call-btn:focus {
                outline: none;
            }
        }
.header.is-fixed {
        top: 0;
        right: 0;
        left: 0;
        position: fixed;
        z-index: 110;
        background: rgba(255, 255, 255, 0.95);
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
.header.is-fixed + .page-content {
            padding-top: 161px;
        }
@media (max-width: 1099px) {
.header.is-fixed + .page-content {
                padding-top: 60px
        }
            }
.header.is-fixed .header-headline {
            display: none;
        }
.header.is-fixed .header-content {
            padding: 20px 0;
        }
.header.is-fixed .header-nav__link {
            height: 40px;
        }
@media (max-width: 1099px) {

            .header.is-fixed .header-content {
                padding-bottom: 0;
            }
            .header.is-fixed .header-nav__link {
                height: auto;
            }

            .header.is-fixed .header-search-trigger,
            .header.is-fixed .header-call-btn,
            .header.is-fixed .header-menu {
                margin-bottom: 20px;
            }

            .header.is-fixed .header-search {
                top: auto;
                right: auto;
                bottom: auto;
                left: auto;
                position: relative;
                width: 100%;
                padding: 0 0 20px;
            }

                .header.is-fixed .header-search .search-results {
                    right: 0;
                    left: 0;
                }
        }
.footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media (max-width: 1099px) {
.footer-nav {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: -12px 0
}
    }
@media (max-width: 767px) {
.footer-nav {
        display: block;
        margin: 0
}
    }
.footer-nav__section {
        width: 100%;
    }
@media (max-width: 1099px) {
.footer-nav__section {
            width: 50%
    }
        }
@media (max-width: 767px) {
.footer-nav__section {
            width: 100%;
            text-align: center
    }
        }
.footer-nav__list {
        margin-bottom: -12px;
    }
@media (max-width: 1099px) {
.footer-nav__list {
            margin-bottom: 0
    }
        }
@media (max-width: 767px) {
.footer-nav__list {
            display: none
    }
        }
@media (min-width: 768px) {
.footer-nav__list {
            display: block !important
    }
        }
.footer-nav__item {
        padding-right: 20px;
    }
@media (max-width: 767px) {
.footer-nav__item {
            padding: 0
    }
        }
.footer-nav__title {
        display: inline-block;
        margin-bottom: 18px;
        padding-right: 20px;
        font-weight: 700;
        font-size: 18px;
    }
@media (max-width: 1099px) {
.footer-nav__title {
            margin-top: 12px
    }
        }
@media (max-width: 959px) {
.footer-nav__title {
            margin-bottom: 15px;
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.footer-nav__title {
            position: relative;
            margin-top: 0;
            margin-bottom: 12px;
            padding: 0 28px;
            font-size: 14px
    }

            .footer-nav__title:after {
                content: '';
                top: calc(50% - 5px);
                right: 0;
                position: absolute;
                display: block;
                width: 18px;
                height: 10px;
                background: url('/local/templates/detsky1new/styles/styles/../../images/icons/top.svg') no-repeat;
                background-size: contain;
                background-position: 50% 50%;
                -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                        transform: rotate(90deg);
                -webkit-transition: -webkit-transform .1s ease-in-out;
                transition: -webkit-transform .1s ease-in-out;
                -o-transition: transform .1s ease-in-out;
                transition: transform .1s ease-in-out;
                transition: transform .1s ease-in-out, -webkit-transform .1s ease-in-out;
            }

            .footer-nav__title.is-open {
                color: #95D6D0;
                color: var(--theme-primary-color);
            }

                .footer-nav__title.is-open:after {
                    -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                            transform: rotate(180deg);
                }
        }
.footer-nav__link {
        display: inline-block;
        margin-bottom: 12px;
        font-size: 16px;
    }
@media (max-width: 959px) {
.footer-nav__link {
            font-size: 14px
    }
        }
@media (max-width: 767px) {
.footer-nav__link {
            margin-bottom: 10px;
            font-size: 12px
    }

            .footer-nav__link:last-child {
                margin-bottom: 12px;
            }
        }
.footer-nav__link:hover,
        .footer-nav__link.is-active {
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.footer-contacts {
    text-align: right;
}
@media (max-width: 767px) {
.footer-contacts {
        margin-top: 30px;
        text-align: center
}
    }
.footer-contacts__phone {
        display: inline-block;
        font-weight: 700;
        font-size: 23px;
        line-height: 1.4;
    }
.footer-contacts__phone:hover {
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.footer-contacts__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        margin-top: 22px;
        font-weight: 700;
        font-size: 18px;
    }
@media (max-width: 959px)  {
.footer-contacts__title {
            margin-top: 20px;
            font-size: 17px
    }
        }
@media (max-width: 767px) {
.footer-contacts__title {
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-top: 30px;
            font-size: 14px
    }
        }
.footer-contacts__title .market {
            margin-bottom: 4px;
        }
@media (max-width: 767px) {
.footer-contacts__title .market {
                margin-bottom: 7px
        }
            }
.footer-contacts__title .market img {
                max-width: 170px;
            }
@media (max-width: 767px) {
.footer-contacts__title .market img {
                    max-width: 130px
            }
                }
.footer-contacts__text {
        margin-top: 4px;
        font-size: 16px;
    }
@media (max-width: 959px) {
.footer-contacts__text {
            font-size: 14px
    }
        }
@media (max-width: 767px) {
.footer-contacts__text {
            font-size: 12px
    }
        }
.footer-contacts__text.link {
            display: block;
        }
.footer-contacts__text.link:hover {
                text-decoration: underline;
            }
.footer-contacts__pay {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 8px;
    }
@media (max-width: 767px) {
.footer-contacts__pay {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center
    }
        }
.footer-contacts__pay img {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: 15px;
        }
@media (max-width: 767px) {
.footer-contacts__pay img {
                margin: 0 8px
        }
            }
.footer {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    margin-top: auto;
    background: #F6F6F6;
    background: var(--theme-footer-bg);
}
.footer-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 50px 0;
    }
@media (max-width: 1099px) {
.footer-main {
            padding: 40px 0
    }
        }
@media (max-width: 767px) {
.footer-main {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 20px 0 30px
    }
        }
.footer-content {
        width: calc(100% + 364px);
    }
@media (max-width: 1365px) {
.footer-content {
            width: calc(100% - 300px)
    }
        }
@media (max-width: 959px) {
.footer-content {
            width: calc(100% - 280px)
    }
        }
@media (max-width: 767px) {
.footer-content {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 100%
    }
        }
.footer-subscribe {
        margin-top: 55px;
    }
@media (max-width: 1365px) {
.footer-subscribe {
            margin-top: 30px
    }
        }
@media (max-width: 767px) {
.footer-subscribe {
            margin-top: 13px
    }
        }
.footer-info {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 364px;
        padding-left: 50px;
    }
@media (max-width: 1365px) {
.footer-info {
            width: 300px;
            padding-left: 40px
    }
        }
@media (max-width: 959px) {
.footer-info {
            width: 280px;
            padding-left: 30px
    }
        }
@media (max-width: 767px) {
.footer-info {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 100%;
            padding: 0
    }
        }
.footer-social {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        margin-top: 12px;
        margin: 12px -15px -15px 0;
    }
@media (max-width: 959px) {
.footer-social {
            margin-right: -10px;
            margin-bottom: -10px
    }
        }
@media (max-width: 767px) {
.footer-social {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center
    }
        }
.footer-social__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 50px;
            height: 50px;
            margin: 0 15px 15px 0;
            font-size: 20px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 50%;
        }
@media (max-width: 959px) {
.footer-social__item {
                margin: 0 10px 10px 0
        }
            }
.footer-social__item img {
                max-width: 20px;
                max-height: 20px;
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1);
                -webkit-transition: -webkit-transform .15s ease-in-out;
                transition: -webkit-transform .15s ease-in-out;
                -o-transition: transform .15s ease-in-out;
                transition: transform .15s ease-in-out;
                transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
            }
.footer-social__item .icon {
                -webkit-transform: scale(1);
                    -ms-transform: scale(1);
                        transform: scale(1);
                -webkit-transition: -webkit-transform .15s ease-in-out;
                transition: -webkit-transform .15s ease-in-out;
                -o-transition: transform .15s ease-in-out;
                transition: transform .15s ease-in-out;
                transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
            }
.footer-social__item:hover img,
                .footer-social__item:hover .icon {
                    -webkit-transform: scale(1.1);
                        -ms-transform: scale(1.1);
                            transform: scale(1.1);
                }
.footer-hr {
        border-top: 1px solid #D1D1D1;
        border-top: 1px solid var(--theme-grey-border);
    }
.footer-bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 20px 0;
        font-size: 16px;
        color: #9E9E9E;
        color: var(--theme-grey-color);
    }
@media (max-width: 1365px) {
.footer-bottom {
            font-size: 14px
    }
        }
@media (max-width: 1099px) {
.footer-bottom {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap
    }
        }
@media (max-width: 767px) {
.footer-bottom {
            font-size: 12px
    }
        }
.footer-copyright {
        margin-right: 50px;
    }
@media (max-width: 1099px) {
.footer-copyright {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2
    }
        }
@media (max-width: 767px) {
.footer-copyright {
            -webkit-box-ordinal-group: initial;
                -ms-flex-order: initial;
                    order: initial;
            margin-right: 0;
            margin-bottom: 10px
    }
        }
@media (max-width: 1099px) {
.footer-links {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1;
            width: 100%;
            margin-bottom: 15px
    }
        }
@media (max-width: 1099px) and (max-width: 767px) {
.footer-links {
                -webkit-box-ordinal-group: initial;
                    -ms-flex-order: initial;
                        order: initial;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                    -ms-flex-direction: column;
                        flex-direction: column;
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                margin-bottom: 0
    }
            }
.footer-links__item {
            margin-right: 50px;
        }
@media (max-width: 767px) {
.footer-links__item {
                margin-right: 0;
                margin-bottom: 10px
        }
            }
.footer-links__item:hover {
                text-decoration: underline;
            }
.footer-signature {
        margin-left: auto;
    }
@media (max-width: 1099px) {
.footer-signature {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2
    }
        }
@media (max-width: 1099px) and (max-width: 767px) {
.footer-signature {
                -webkit-box-ordinal-group: initial;
                    -ms-flex-order: initial;
                        order: initial;
                margin-left: 0
    }
            }
.footer-signature .link {
            margin-left: 4px;
            color: #444;
            color: var(--theme-on-bg);
        }
.footer-signature .link:hover {
                text-decoration: underline;
            }
.page {
    position: static;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 320px;
    min-height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    font-family: var(--font-opensans);
    color: #444;
    color: var(--theme-on-bg);
    font-size: 12px;
}
.page._header-nav-is-vis {
        overflow: hidden;
    }
.page-content {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        padding-top: 200px;
        padding-bottom: 60px;
        -webkit-transition: padding .1s ease-in-out;
        -o-transition: padding .1s ease-in-out;
        transition: padding .1s ease-in-out;
    }
@media (max-width: 1099px) {
.page-content {
            padding-top: 60px
    }
        }
@media (max-width: 767px) {
.page-content {
            padding-bottom: 40px
    }
        }
.page-content > .box:first-child {
            padding-top: 17px;
        }
.page-content > .box:first-child .breadcrumbs {
                padding-top: 0;
            }
.page-title {
        margin-bottom: 0;
        padding-bottom: 30px;
        font-weight: 700;
        font-size: 38px;
    }
.page-title ._normal {
            font-weight: 400;
        }
@media (max-width: 1099px) {
.page-title {
            font-size: 34px
    }
        }
@media (max-width: 959px) {
.page-title {
            font-size: 30px
    }
        }
@media (max-width: 767px) {
.page-title {
            padding-bottom: 20px;
            font-size: 20px
    }
        }
@media (max-width: 479px) {
.page-title {
            font-size: 18px
    }
        }
.page-headline {
        overflow: hidden;
        margin-bottom: 50px;
        border-radius: 10px;
    }
.page-headline .swiper-slide {
            height: 0;
            padding-top: calc(350 * 100% / 1355);
        }
.page-headline .swiper-slide .img {
                top: 0;
                left: 0;
                position: absolute;
            }
@media (max-width: 767px) {
.page-headline {
            margin: 0 -20px 20px;
            border-radius: 0
    }
        }
.page-headline .swiper-button-prev,
        .page-headline .swiper-button-next {
            top: calc(50% - 30px);
            position: absolute;
        }
@media (max-width: 1024px) {
.page-headline .swiper-button-prev,
        .page-headline .swiper-button-next {
                top: calc(50% - 25px)
        }
            }
@media (max-width: 767px) {
.page-headline .swiper-button-prev,
        .page-headline .swiper-button-next {
                top: calc(50% - 20px)
        }
            }
@media (max-width: 479px) {
.page-headline .swiper-button-prev,
        .page-headline .swiper-button-next {
                top: calc(50% - 18px)
        }
            }
.page-headline .swiper-button-prev {
            left: 20px;
        }
.page-headline .swiper-button-next {
            right: 20px;
        }
.page-section {
        width: 100%;
        margin-top: 50px;
    }
@media (max-width: 1024px) {
.page-section {
            margin-top: 40px
    }
        }
@media (max-width: 767px) {
.page-section {
            margin-top: 30px
    }
        }
.page-section__headline {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin-bottom: 30px;
        }
@media (max-width: 767px) {
.page-section__headline {
                margin-bottom: 20px
        }
            }
.page-section__title {
            font-weight: 700;
            font-size: 38px;
        }
@media (max-width: 1099px) {
.page-section__title {
                font-size: 34px
        }
            }
@media (max-width: 959px) {
.page-section__title {
                font-size: 30px
        }
            }
@media (max-width: 767px) {
.page-section__title {
                font-size: 20px
        }
            }
@media (max-width: 479px) {
.page-section__title {
                font-size: 18px
        }
            }
.page-section__link {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-top: 15px;
            margin-left: 17px;
            font-size: 12px;
        }
@media (max-width: 1099px) {
.page-section__link {
                margin-top: 12px
        }
            }
@media (max-width: 959px) {
.page-section__link {
                margin-top: 10px
        }
            }
@media (max-width: 767px) {
.page-section__link {
                display: none
        }
            }
.page-section__more {
            display: none;
        }
@media (max-width: 767px) {
.page-section__more {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                margin-top: 18px
        }
            }
.page-section_small:first-child {
                margin-top: 0;
            }
.page-section_small .page-section__title {
                font-size: 30px;
            }
@media (max-width: 1099px) {
.page-section_small .page-section__title {
                    font-size: 28px
            }
                }
@media (max-width: 959px) {
.page-section_small .page-section__title {
                    font-size: 22px
            }
                }
@media (max-width: 767px) {
.page-section_small .page-section__title {
                    font-size: 18px
            }
                }
@media (max-width: 479px) {
.page-section_small .page-section__title {
                    font-size: 16px
            }
                }
.page-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
.page-sidebar {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 300px;
        margin-right: 50px;
    }
@media (max-width: 1099px) {
.page-sidebar {
            width: 250px
    }
        }
@media (max-width: 1024px) {
.page-sidebar {
            margin-right: 30px
    }
        }
@media (max-width: 959px) {
.page-sidebar {
            width: 100%;
            margin-bottom: 30px;
            margin-right: 0
    }
        }
@media (max-width: 767px) {
.page-sidebar {
            margin-bottom: 20px
    }
        }
.page-sidebar + .page-main {
            width: calc(100% - 350px);
        }
@media (max-width: 1099px) {
.page-sidebar + .page-main {
                width: calc(100% - 300px)
        }
            }
@media (max-width: 1024px) {
.page-sidebar + .page-main {
                width: calc(100% - 280px)
        }
            }
@media (max-width: 959px) {
.page-sidebar + .page-main {
                width: 100%
        }
            }
@media (max-width: 1365px) {
.page-sidebar_lk {
                width: 250px;
                margin-right: 30px
        }
            }
@media (max-width: 1024px) {
.page-sidebar_lk {
                width: 100%;
                margin-bottom: 30px;
                margin-right: 0;
                padding-top: 0
        }
            }
@media (max-width: 767px) {
.page-sidebar_lk {
                margin-bottom: 20px
        }
            }
@media (max-width: 1365px) {
.page-sidebar_lk + .page-main {
                    width: calc(100% - 280px)
            }
                }
@media (max-width: 1024px) {
.page-sidebar_lk + .page-main {
                    width: 100%
            }
                }
.page-sidebar_lk + .page-main > .tabs:first-child {
                    margin-top: 0;
                }
.page-main {
        width: 100%;
    }
.page-main-headline {
            margin-bottom: 60px;
            padding-top: calc(360 * 100% / 975);
            background-repeat: no-repeat;
            background-size: cover;
            border-radius: 6px;
        }
@media (max-width: 1365px) {
.page-main-headline {
                margin-bottom: 40px
        }
            }
@media (max-width: 1024px) {
.page-main-headline {
                margin-bottom: 30px
        }
            }
@media (max-width: 767px) {
.page-main-headline {
                margin: 0 -20px 20px;
                border-radius: 0
        }
            }
.page-main > .tabs:first-child {
            margin-top: 10px;
        }
.page-x-wr {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
.page-x-wr > div {
            width: calc(100% - 350px);
        }
@media (max-width: 1365px) {
.page-x-wr > div {
                width: calc(100% - 300px)
        }
            }
@media (max-width: 1099px) {
.page-x-wr > div {
                width: calc(100% - 270px)
        }
            }
@media (max-width: 1024px) {
.page-x-wr > div {
                width: 100%
        }
            }
.page-x-wr .page-x {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            -webkit-box-flex: 0;
                -ms-flex-positive: 0;
                    flex-grow: 0;
            width: 300px;
            margin-left: 50px;
        }
@media (max-width: 1365px) {
.page-x-wr .page-x {
                width: 270px;
                margin-left: 30px
        }
            }
@media (max-width: 1099px) {
.page-x-wr .page-x {
                width: 240px
        }
            }
@media (max-width: 1024px) {
.page-x-wr .page-x {
                display: none
        }
            }
.alert {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 100000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    background: rgba(0, 0, 0, 0.5);
}
.alert .modal {
        position: relative;
        width: 510px;
        max-width: calc(100% - 40px);
        background: #fff;
    }
.alert .modal-close {
            cursor: pointer;
            top: 20px;
            right: 20px;
            position: absolute;
            font-size: 25px;
            color: #95D6D0;
            color: var(--theme-primary-color);
        }
@media (max-width: 767px) {
.alert .modal-close {
                top: 14px;
                right: 14px;
                font-size: 15px
        }
            }
.alert .modal-title {
            margin-bottom: 0;
        }
.alert .modal-text {
            margin-bottom: 0;
        }
.alert .modal-text:not(:empty) {
                margin-top: 20px;
            }
@media (max-width: 767px) {
.alert .modal-text:not(:empty) {
                    margin-top: 5px
            }
                }
.filter-title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-weight: 700;
        font-size: 24px;
        line-height: 45px;
        color: #95D6D0;
        color: var(--theme-primary-color);
    }
@media (max-width: 1365px) {
.filter-title {
            line-height: 38px
    }
        }
@media (max-width: 1099px) {
.filter-title {
            font-size: 22px
    }
        }
@media (max-width: 959px) {
.filter-title {
            cursor: pointer;
            font-size: 18px;
            line-height: 1.2
    }
        }
@media (max-width: 767px) {
.filter-title {
            font-size: 14px
    }
        }
.filter-title span {
            display: none;
        }
@media (max-width: 959px) {
.filter-title span {
                display: inline;
                margin-left: 4px
        }
            }
.filter-title .icon {
            display: none;
        }
@media (max-width: 959px) {
.filter-title .icon {
                display: inline-block;
                margin-right: 10px;
                font-size: 30px
        }
            }
@media (max-width: 767px) {
.filter-title .icon {
                font-size: 24px
        }
            }
.filter-title .button {
            margin-left: auto;
        }
.filter-title .button:focus {
                outline: none;
            }
.filter-title .button .icon {
                margin-right: 0;
                font-size: 25px;
            }
@media (max-width: 767px) {
.filter-title .button .icon {
                    font-size: 15px
            }
                }
@media (max-width: 959px) {
.filter-content {
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            position: fixed;
            z-index: 100000;
            display: none;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 20px;
            background: #fff
    }

            .filter-content.is-shown {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
            }
        }
@media (min-width: 960px) {
.filter-content {
            display: block !important
    }
        }
.filter-content .filter-title {
            display: none;
        }
@media (max-width: 959px) {
.filter-content .filter-title {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex
        }
            }
.filter-section:not(:first-child) {
            margin-top: 20px;
        }
@media (max-width: 767px) {
.filter-section:not(:first-child) {
                margin-top: 16px
        }
            }
.filter-section-wr {
            margin-top: 20px;
        }
@media (max-width: 959px) {
.filter-section-wr {
                overflow: auto;
                height: 100%
        }
            }
@media (max-width: 767px) {
.filter-section-wr {
                margin-top: 16px
        }
            }
.filter-section__title {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 15px;
            font-weight: 700;
            font-size: 20px;
            line-height: 1.35;
        }
@media (max-width: 1099px) {
.filter-section__title {
                font-size: 18px
        }
            }
@media (max-width: 767px) {
.filter-section__title {
                font-size: 14px
        }
            }
.filter-section__title .icon {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin-right: 7px;
                font-size: 15px;
                color: #95D6D0;
                color: var(--theme-primary-color);
                -webkit-transform: rotate(90deg);
                    -ms-transform: rotate(90deg);
                        transform: rotate(90deg);
                -webkit-transition: -webkit-transform .15s ease-in-out;
                transition: -webkit-transform .15s ease-in-out;
                -o-transition: transform .15s ease-in-out;
                transition: transform .15s ease-in-out;
                transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
            }
@media (max-width: 1099px) {
.filter-section__title .icon {
                    font-size: 13px
            }
                }
@media (max-width: 767px) {
.filter-section__title .icon {
                    font-size: 9px
            }
                }
.filter-section__title:focus {
                outline: none;
            }
.filter-section__content {
            overflow: auto;
            max-height: 270px;
            word-break: break-word;
        }
.filter-section_range .filter-section__content {
                overflow: visible;
                overflow: initial;
                max-height: none;
            }
.filter-section__content .check__box, .filter-section__content .radio__box {
                    top: 2px;
                }
@media (max-width: 1099px) {
.filter-section__content .check__box, .filter-section__content .radio__box {
                        top: 0
                }
                    }
.filter-section__content .check__label, .filter-section__content .radio__label {
                    font-size: 18px;
                }
@media (max-width: 1099px) {
.filter-section__content .check__label, .filter-section__content .radio__label {
                        font-size: 16px
                }
                    }
@media (max-width: 767px) {
.filter-section__content .check__label, .filter-section__content .radio__label {
                        font-size: 12px
                }
                    }
.filter-section__content .check__label .col, .filter-section__content .radio__label .col {
                        -ms-flex-negative: 0;
                            flex-shrink: 0;
                        -ms-flex-item-align: start;
                            align-self: flex-start;
                        margin-left: 11px;
                        font-size: calc(10em / 18);
                        color: #9E9E9E;
                        color: var(--theme-grey-color);
                    }
.filter-section.is-open .filter-section__title .icon {
                    -webkit-transform: rotate(180deg);
                        -ms-transform: rotate(180deg);
                            transform: rotate(180deg);
                }
.filter-search {
        position: relative;
    }
.filter-search .search-form {
            z-index: 101;
        }
.filter-search .search-results {
            padding: 10px 10px 0;
        }
@media (max-width: 959px) {
.filter-search .search-results {
                -webkit-box-shadow: none;
                        box-shadow: none
        }
            }
.filter-search .search-results__link .img-wr {
                    width: 60px;
                    height: 50px;
                    border-radius: 6px;
                }
@media (max-width: 1099px) {
.filter-search .search-results__link .img-wr {
                        width: 40px;
                        height: 30px
                }
                    }
@media (max-width: 767px) {
.filter-search .search-results__link .img-wr {
                        width: 30px;
                        height: 25px
                }
                    }
.filter-buttons {
        margin-top: 30px;
    }
@media (max-width: 959px) {
.filter-buttons {
            -ms-flex-negative: 0;
                flex-shrink: 0
    }
        }
.search-form {
    position: relative;
}
.search-form__field {
        height: 35px;
        padding: 0 38px 0 14px;
        font-size: 15px;
        background: #fff;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 6px;
    }
@media (max-width: 767px) {
.search-form__field {
            height: 30px;
            padding: 0 35px 0 12px;
            font-size: 14px
    }
        }
.search-form__field::-webkit-input-placeholder {
            color: #D1D1D1;
        }
.search-form__field::-moz-placeholder {
            color: #D1D1D1;
        }
.search-form__field:-ms-input-placeholder {
            color: #D1D1D1;
        }
.search-form__field::-ms-input-placeholder {
            color: #D1D1D1;
        }
.search-form__field::placeholder {
            color: #D1D1D1;
        }
.search-form__field:focus {
            outline: none;
        }
.search-form__button {
        top: 50%;
        right: 11px;
        position: absolute;
        -webkit-transform: translate(0, -50%);
            -ms-transform: translate(0, -50%);
                transform: translate(0, -50%);
    }
.search-form__button .icon {
            font-size: 18px;
            color: #95D6D0;
            color: var(--theme-primary-bg);
            -webkit-transition: -webkit-transform .15s ease-in-out;
            transition: -webkit-transform .15s ease-in-out;
            -o-transition: transform .15s ease-in-out;
            transition: transform .15s ease-in-out;
            transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
            -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
        }
@media (max-width: 767px) {
.search-form__button .icon {
                font-size: 16px
        }
            }
.search-form__button:hover,
        .search-form__button:focus {
            outline: none;
        }
.search-results {
    display: none;
    overflow: auto;
    top: 100%;
    right: 0;
    left: 0;
    position: absolute;
    z-index: 100;
    max-height: 225px;
    margin-top: -1px;
    padding: 7px 15px 5px;
    background: #fff;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
.search-results {
        padding: 10px 10px 0
}
    }
.search-results__list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
.search-results__item {
        margin-bottom: 10px;
    }
.search-results__link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 15px;
        line-height: calc(20em / 15);
        font-style: italic;
        color: #9E9E9E;
        color: var(--theme-grey-color);
    }
@media (max-width: 767px) {
.search-results__link {
            font-size: 14px
    }
        }
.search-results__link .icon {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 10px;
            font-size: 18px;
        }
@media (max-width: 767px) {
.search-results__link .icon {
                margin-right: 9px;
                font-size: 16px
        }
            }
.search-results__link .img-wr {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 30px;
            height: 30px;
            margin-right: 5px;
        }
@media (max-width: 767px) {
.search-results__link .img-wr {
                width: 20px;
                height: 20px
        }
            }
.search-results__link strong {
            font-size: 700;
            color: #444;
            color: var(--theme-on-bg);
        }
.search-results__link:hover,
        .search-results__link:focus {
            outline: none;
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.hero-carousel {
        margin: 0 -20px;
    }
.hero-carousel__item {
            padding-top: 47.472%;
            background-position: 50% 50%;
            background-size: cover;
        }
.hero-carousel .swiper-button-prev,
        .hero-carousel .swiper-button-next {
            top: calc(50% - 30px);
            position: absolute;
        }
@media (max-width: 1024px) {
.hero-carousel .swiper-button-prev,
        .hero-carousel .swiper-button-next {
                top: calc(50% - 25px)
        }
            }
@media (max-width: 767px) {
.hero-carousel .swiper-button-prev,
        .hero-carousel .swiper-button-next {
                top: calc(50% - 20px)
        }
            }
@media (max-width: 479px) {
.hero-carousel .swiper-button-prev,
        .hero-carousel .swiper-button-next {
                top: calc(50% - 18px)
        }
            }
.hero-carousel .swiper-button-prev {
            left: 20px;
        }
@media (max-width: 479px) {
.hero-carousel .swiper-button-prev {
                left: 10px
        }
            }
.hero-carousel .swiper-button-next {
            right: 20px;
        }
@media (max-width: 479px) {
.hero-carousel .swiper-button-next {
                right: 10px
        }
            }
.action {
    position: relative;
    border-radius: 10px;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
}
.action .swiper-button-prev,
    .action .swiper-button-next {
        top: calc(50% - 30px);
        position: absolute;
    }
@media (max-width: 1024px) {
.action .swiper-button-prev,
    .action .swiper-button-next {
            top: calc(50% - 25px)
    }
        }
@media (max-width: 767px) {
.action .swiper-button-prev,
    .action .swiper-button-next {
            top: calc(50% - 20px)
    }
        }
@media (max-width: 479px) {
.action .swiper-button-prev,
    .action .swiper-button-next {
            top: calc(50% - 18px)
    }
        }
.action .swiper-button-prev {
        left: 20px;
    }
@media (max-width: 479px) {
.action .swiper-button-prev {
            left: 10px
    }
        }
.action .swiper-button-next {
        right: 20px;
    }
@media (max-width: 479px) {
.action .swiper-button-next {
            right: 10px
    }
        }
@media (max-width: 1024px) {
.actions {
        margin-top: 20px
}
    }
@media (max-width: 767px) {
.actions {
        margin-top: 6px
}
    }
.actions-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: 0 -15px -30px;
    }
@media (max-width: 1099px) {
.actions-list {
            margin: 0 -10px -20px
    }
        }
@media (max-width: 767px) {
.actions-list {
            margin: 0 -20px -6px
    }
        }
.actions-list__col {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: calc(575 * 100% / 1355 - 30px);
            margin: 0 15px;
        }
@media (max-width: 1099px) {
.actions-list__col {
                width: calc(459 * 100% / 1079 - 20px);
                margin: 0 10px
        }
            }
@media (max-width: 767px) {
.actions-list__col {
                width: calc(327 * 100% / 767 - 6px);
                margin: 0 0 0 6px
        }
            }
.actions-list__col_group {
                width: calc(780 * 100% / 1355 - 30px);
            }
@media (max-width: 1099px) {
.actions-list__col_group {
                    width: calc(620 * 100% / 1079 - 20px)
            }
                }
@media (max-width: 767px) {
.actions-list__col_group {
                    width: calc(440 * 100% / 767);
                    margin: 0
            }
                }
.actions-list__col_group .actions-list__item {
                    height: 0;
                    padding-top: calc(350 * 100% / 750 - 32px);
                }
@media (max-width: 1099px) {
.actions-list__col_group .actions-list__item {
                        height: 0;
                        padding-top: calc(270 * 100% / 600 - 22px)
                }
                    }
@media (max-width: 767px) {
.actions-list__col_group .actions-list__item {
                        height: 0;
                        padding-top: calc(184 * 100% / 440 - 8px)
                }
                    }
.actions-list__item {
            margin-bottom: 30px;
            height: calc(100% - 30px);
        }
@media (max-width: 1099px) {
.actions-list__item {
                margin-bottom: 20px;
                height: calc(100% - 20px)
        }
            }
@media (max-width: 767px) {
.actions-list__item {
                margin-bottom: 6px;
                height: calc(100% - 6px)
        }
            }
.actions-list__item .swiper-wrapper {
                top: 0;
                left: 0;
                position: absolute;
                height: 100%;
            }
.actions-list__item .swiper-wrapper .swiper-slide {
                    height: 100%;
                }
.actions-list__item .img {
                top: 0;
                left: 0;
                position: absolute;
            }
.commerce-carousel {
        margin: 0 -20px;

    }
.commerce-carousel .swiper-slide {
            height: 0;
            padding-top: 21.117%;
        }
.commerce-carousel .swiper-slide .img {
                top: 0;
                left: 0;
                position: absolute;
            }
.commerce-carousel .swiper-button-prev,
        .commerce-carousel .swiper-button-next {
            top: calc(50% - 30px);
            position: absolute;
        }
@media (max-width: 1024px) {
.commerce-carousel .swiper-button-prev,
        .commerce-carousel .swiper-button-next {
                top: calc(50% - 25px)
        }
            }
@media (max-width: 767px) {
.commerce-carousel .swiper-button-prev,
        .commerce-carousel .swiper-button-next {
                top: calc(50% - 20px)
        }
            }
@media (max-width: 479px) {
.commerce-carousel .swiper-button-prev,
        .commerce-carousel .swiper-button-next {
                top: calc(50% - 18px)
        }
            }
.commerce-carousel .swiper-button-prev {
            left: 20px;
        }
.commerce-carousel .swiper-button-next {
            right: 20px;
        }
.consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 70px;
}
@media (max-width: 959px) {
.consultation {
        margin-top: 40px
}
    }
@media (max-width: 767px) {
.consultation {
        margin-top: 30px
}
    }
.consultation-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 810px;
        padding: 40px;
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
        border-radius: 6px;
    }
@media (max-width: 1024px) {
.consultation-content {
            min-width: auto
    }
        }
@media (max-width: 959px) {
.consultation-content {
            padding: 30px
    }
        }
@media (max-width: 767px) {
.consultation-content {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            padding: 20px
    }
        }
.consultation-title {
        font-weight: 700;
        font-size: 30px;
        color: #5DC9BF;
        color: var(--theme-primary-link);
    }
@media (max-width: 1099px) {
.consultation-title {
            font-size: 28px
    }
        }
@media (max-width: 959px) {
.consultation-title {
            font-size: 26px
    }
        }
@media (max-width: 767px) {
.consultation-title {
            font-size: 20px
    }
        }
@media (max-width: 479px) {
.consultation-title {
            font-size: 18px
    }
        }
.consultation-button {
        margin-left: 50px;
    }
@media (max-width: 767px) {
.consultation-button {
            margin-top: 20px;
            margin-left: 0
    }
        }
@media (max-width: 479px) {
.consultation-button {
            margin-top: 18px
    }
        }
.gallery__item {
        margin-bottom: 30px;
    }
.gallery__item:last-child {
            margin-bottom: 0;
        }
.gallery-title {
        font-weight: 700;
        font-size: 30px;
    }
@media (max-width: 1099px) {
.gallery-title {
            font-size: 28px
    }
        }
@media (max-width: 959px) {
.gallery-title {
            font-size: 22px
    }
        }
@media (max-width: 767px) {
.gallery-title {
            font-size: 18px
    }
        }
@media (max-width: 479px) {
.gallery-title {
            font-size: 16px
    }
        }
.gallery-date {
        margin-top: 10px;
        font-size: 18px;
        font-style: italic;
    }
@media (max-width: 959px) {
.gallery-date {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.gallery-date {
            font-size: 14px
    }
        }
.gallery-text {
        margin-top: 10px;
        font-size: 18px;
    }
@media (max-width: 959px) {
.gallery-text {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.gallery-text {
            font-size: 14px
    }
        }
.gallery-photo {
        margin-top: 20px;
    }
@media (max-width: 767px) {
.gallery-photo {
            margin-top: 10px
    }
        }
.gallery-photo__item {
            width: 200px;
            height: 200px;
            border-radius: 6px;
        }
@media (max-width: 767px) {
.gallery-photo__item {
                width: 80px;
                height: 80px
        }
            }
.gallery-photo .swiper-button-prev,
        .gallery-photo .swiper-button-next {
            top: calc(50% - 30px);
            position: absolute;
        }
@media (max-width: 1024px) {
.gallery-photo .swiper-button-prev,
        .gallery-photo .swiper-button-next {
                top: calc(50% - 25px)
        }
            }
@media (max-width: 767px) {
.gallery-photo .swiper-button-prev,
        .gallery-photo .swiper-button-next {
                top: calc(50% - 20px)
        }
            }
@media (max-width: 479px) {
.gallery-photo .swiper-button-prev,
        .gallery-photo .swiper-button-next {
                top: calc(50% - 18px)
        }
            }
.gallery-photo .swiper-button-prev {
            left: 0;
        }
.gallery-photo .swiper-button-next {
            right: 0;
        }
.offer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 4px;
    text-align: center;
}
.offer-image {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 300px;
        margin-bottom: 28px;
    }
@media (max-width: 1099px) {
.offer-image {
            height: 260px
    }
        }
@media (max-width: 767px) {
.offer-image {
            height: 180px
    }
        }
@media (max-width: 479px) {
.offer-image {
            height: 124px;
            margin-bottom: 10px
    }
        }
.offer-title {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        overflow: hidden;
        min-height: 1.3em;
        max-height: 3.7em;
        margin-bottom: 13px;
        font-size: 24px;
        line-height: 1.3;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
    }
@media (max-width: 1099px) {
.offer-title {
            margin-bottom: 10px;
            font-size: 22px
    }
        }
@media (max-width: 959px) {
.offer-title {
            margin-bottom: 6px;
            font-size: 18px
    }
        }
@media (max-width: 767px) {
.offer-title {
            font-size: 17px
    }
        }
@media (max-width: 479px) {
.offer-title {
            display: none
    }
        }
.offer-title.link:hover,
        .offer-title.link:focus {
            color: #95D6D0;
            color: var(--theme-primary-color);
        }
.offer-text {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        overflow: hidden;
        min-height: 1.3em;
        max-height: 3.7em;
        margin-bottom: 11px;
        font-size: 18px;
        line-height: 1.3;
    }
@media (max-width: 1099px) {
.offer-text {
            font-size: 16px
    }
        }
@media (max-width: 959px) {
.offer-text {
            margin-bottom: 8px;
            font-size: 14px
    }
        }
@media (max-width: 767px) {
.offer-text {
            margin-bottom: 6px
    }
        }
.offer-price {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-top: auto;
        font-weight: 700;
        font-size: 24px;
        white-space: nowrap;
    }
@media (max-width: 959px) {
.offer-price {
            font-size: 22px
    }
        }
@media (max-width: 767px) {
.offer-price {
            font-size: 20px
    }
        }
@media (max-width: 479px) {
.offer-price {
            font-size: 16px
    }
        }
.offer-price .sale {
            margin-right: calc(18em / 20);
            font-size: calc(16em / 20);
            text-decoration: line-through;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
@media (max-width: 479px) {
.offer-price .sale {
                display: block;
                margin-right: 0;
                font-size: 14px
        }
            }
.offer.link:hover .offer-title, .offer.link:focus .offer-title {
            color: #95D6D0;
            color: var(--theme-primary-color);
        }
.offers-carousel {
        margin-top: 56px;
    }
@media (max-width: 959px) {
.offers-carousel {
            margin-top: 50px
    }
        }
@media (max-width: 767px) {
.offers-carousel {
            margin-top: 30px
    }
        }
.offers-carousel__item {
        }
.offers-carousel .swiper-button-prev,
        .offers-carousel .swiper-button-next {
            top: calc(150px - 30px);
            position: absolute;
        }
@media (max-width: 1099px) {
.offers-carousel .swiper-button-prev,
        .offers-carousel .swiper-button-next {
                top: calc(130px - 30px)
        }
            }
@media (max-width: 1024px) {
.offers-carousel .swiper-button-prev,
        .offers-carousel .swiper-button-next {
                top: calc(130px - 25px)
        }
            }
@media (max-width: 767px) {
.offers-carousel .swiper-button-prev,
        .offers-carousel .swiper-button-next {
                top: calc(90px - 20px)
        }
            }
@media (max-width: 479px) {
.offers-carousel .swiper-button-prev,
        .offers-carousel .swiper-button-next {
                top: calc(62px - 18px)
        }
            }
.offers-carousel .swiper-button-prev {
            left: 0;
        }
.offers-carousel .swiper-button-next {
            right: 0;
        }
.products-carousel {
    position: relative;
    margin: -20px 0 -30px;
    padding: 30px 0;
}
@media (max-width: 479px) {
    .products-carousel {
        margin: -20px -6px -20px;
        padding: 20px 0
    }
}
.products-carousel__item .product-view-button {
    top: 15px;
    right: 15px;
}
.products-carousel__item .product-labels {
    top: 6px;
    padding: 0 25px;
}
@media (max-width: 959px) {
    .products-carousel__item .product-labels {
        padding: 0 6px
    }
}
.products-carousel__item .product-button {
    opacity: 0;
    visibility: hidden;
}
.no-touchevents .products-carousel__item.link .product-title:hover {
    color: #95D6D0;
    color: var(--theme-primary-color);
}
.no-touchevents .products-carousel__item.link:hover,
.no-touchevents .products-carousel__item.link:focus {
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
}
.no-touchevents .products-carousel__item.link:hover .product-button, .no-touchevents .products-carousel__item.link:focus .product-button {
    opacity: 1;
    visibility: visible;
}
.products-carousel .swiper-button-prev,
.products-carousel .swiper-button-next {
    top: calc(30px + 15px + (192px / 2) - 30px);
    position: absolute;
}
@media (max-width: 1024px) {
    .products-carousel .swiper-button-prev,
    .products-carousel .swiper-button-next {
        top: calc(30px + 15px + (192px / 2) - 25px)
    }
}
@media (max-width: 959px) {
    .products-carousel .swiper-button-prev,
    .products-carousel .swiper-button-next {
        top: calc(30px + 10px + (192px / 2) - 25px)
    }
}
@media (max-width: 767px) {
    .products-carousel .swiper-button-prev,
    .products-carousel .swiper-button-next {
        top: calc(30px + 10px + (160px / 2) - 20px)
    }
}
@media (max-width: 479px) {
    .products-carousel .swiper-button-prev,
    .products-carousel .swiper-button-next {
        top: calc(20px + 6px + (126px / 2) - 18px)
    }
}
.products-carousel .swiper-button-prev {
    left: 0;
}
.products-carousel .swiper-button-next {
    right: 0;
}
.products-carousel-wr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
@media (max-width: 767px) {
    .products-carousel-wr {
        display: block
    }
}
.products-carousel-wr .products-carousel-x {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 400px;
    margin-top: 50px;
    margin-right: 45px;
}
@media (max-width: 959px) {
    .products-carousel-wr .products-carousel-x {
        width: 320px;
        margin-right: 30px
    }
}
@media (max-width: 767px) {
    .products-carousel-wr .products-carousel-x {
        width: 100%;
        margin-top: 30px;
        margin-right: 0
    }
}
@media (max-width: 479px) {
    .products-carousel-wr .products-carousel-x {
        margin-top: 20px
    }
}
.products-carousel-wr .products-carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1 auto;
    flex: 1 auto;
    margin-top: 5px;
}
@media (max-width: 767px) {
    .products-carousel-wr .products-carousel {
        margin-top: 10px
    }
}
.touchevents .products-carousel__item .product-button {
    opacity: 1;
    visibility: visible;
}
.page-section .products-grid {
        margin-top: 30px;
    }
@media (max-width: 1099px) {
.page-section .products-grid {
            margin-top: 20px
    }
        }
.products-grid-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -20px -30px;
    }
@media (max-width: 1365px) {
.products-grid-content {
            margin: 0 -15px -20px
    }
        }
@media (max-width: 959px) {
.products-grid-content {
            margin: 0 0 -30px
    }
        }
@media (max-width: 767px) {
.products-grid-content {
            margin: 0 -10px -25px
    }
        }
.products-grid-content__empty {
            margin: 0 20px 30px;
        }
@media (max-width: 1365px) {
.products-grid-content__empty {
                margin: 0 15px 20px
        }
            }
@media (max-width: 959px) {
.products-grid-content__empty {
                margin: 0 0 30px
        }
            }
@media (max-width: 767px) {
.products-grid-content__empty {
                margin: 0 10px 25px
        }
            }
.products-grid__item {
        width: calc((100% - 80px) / 3);
        margin: 0 0 30px 40px;
    }
@media (max-width: 1365px) {
.products-grid__item {
            width: calc((100% - 40px) / 3);
            margin: 0 0 20px 20px
    }
        }
@media (max-width: 959px) {
.products-grid__item {
            margin-bottom: 30px;
            border: none !important
    }
        }
@media (max-width: 767px) {
.products-grid__item {
            width: calc(50% - 20px);
            margin: 0 10px 25px
    }
        }
.products-grid__item:nth-child(3n + 1) {
            margin-left: 0;
        }
@media (max-width: 1365px) {
.products-grid__item:nth-child(3n + 1) {
                margin-left: 0
        }
            }
@media (max-width: 767px) {
.products-grid__item:nth-child(3n + 1) {
                margin-left: 10px
        }
            }
.products-grid__item.product {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            padding: 20px;
            border-radius: 6px;
        }
@media (max-width: 1365px) {
.products-grid__item.product {
                padding: 15px
        }
            }
@media (max-width: 959px) {
.products-grid__item.product {
                padding: 0
        }
            }
.products-grid__item.product .product-image {
                position: relative;
                padding-top: 100%;
                border-radius: 8px;
            }
.products-grid__item.product .product-image img {
                    top: 0;
                    left: 0;
                    position: absolute;
                }
.products-grid__item.product .product-title {
                height: calc(49em / 18);
                margin-top: 17px;
                font-size: 18px;
                line-height: calc(24em / 18);
            }
@media (max-width: 1365px) {
.products-grid__item.product .product-title {
                    margin-top: 13px;
                    font-size: 17px
            }
                }
@media (max-width: 1099px) {
.products-grid__item.product .product-title {
                    font-size: 16px
            }
                }
@media (max-width: 767px) {
.products-grid__item.product .product-title {
                    font-size: 15px
            }
                }
@media (max-width: 479px) {
.products-grid__item.product .product-title {
                    font-size: 14px;
                    text-align: left
            }
                }
.products-grid__item.product .product-price {
                margin-bottom: 0;
                font-size: 26px;
            }
@media (max-width: 1365px) {
.products-grid__item.product .product-price {
                    margin-top: 4px;
                    font-size: 22px
            }
                }
@media (max-width: 479px) {
.products-grid__item.product .product-price {
                    margin-top: auto;
                    font-size: 16px;
                    text-align: left
            }
                }
.products-grid__item.product .product-price .sale {
                    margin-right: calc(20em / 26);
                    font-size: calc(16em / 26);
                }
@media (max-width: 479px) {
.products-grid__item.product .product-price .sale {
                        margin-right: 0;
                        font-size: 14px
                }
                    }
.products-grid__item.product .product-button {
                height: 45px;
                margin-top: 17px;
            }
@media (max-width: 1365px) {
.products-grid__item.product .product-button {
                    margin-top: 13px
            }
                }
@media (max-width: 767px) {
.products-grid__item.product .product-button {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex
            }
                }
@media (max-width: 479px) {
.products-grid__item.product .product-button {
                    height: 36px;
                    margin-top: 10px
            }
                }
.products-grid_full {
        overflow: hidden;
        margin: 0 -20px;
    }
@media (max-width: 1365px) {
.products-grid_full {
            margin: 0 -15px
    }
        }
@media (max-width: 959px) {
.products-grid_full {
            margin: 0
    }
        }
.products-grid_full .products-grid-content {
            margin: 0 -20px -30px;
        }
@media (max-width: 1365px) {
.products-grid_full .products-grid-content {
                margin: 0 -10px -20px
        }
            }
@media (max-width: 1024px) {
.products-grid_full .products-grid-content {
                margin: 0 -20px -30px
        }
            }
@media (max-width: 959px) {
.products-grid_full .products-grid-content {
                margin: 0 -10px -20px
        }
            }
@media (max-width: 767px) {
.products-grid_full .products-grid-content {
                margin: 0 -10px -25px
        }
            }
.products-grid_full .products-grid__item {
            width: calc(25% - 40px);
            margin: 0 20px 30px;
        }
@media (max-width: 1365px) {
.products-grid_full .products-grid__item {
                width: calc(25% - 20px);
                margin: 0 10px 20px
        }
            }
@media (max-width: 1024px) {
.products-grid_full .products-grid__item {
                width: calc(100% / 3 - 40px);
                margin: 0 20px 30px
        }
            }
@media (max-width: 959px) {
.products-grid_full .products-grid__item {
                width: calc(100% / 3 - 20px);
                margin: 0 10px 20px
        }
            }
@media (max-width: 767px) {
.products-grid_full .products-grid__item {
                width: calc(50% - 20px);
                margin: 0 10px 25px
        }
            }
.products-grid_full .products-grid__item:nth-child(3n + 1) {
                margin-left: 20px;
            }
@media (max-width: 1365px) {
.products-grid_full .products-grid__item:nth-child(3n + 1) {
                    margin-left: 10px
            }
                }
@media (max-width: 1024px) {
.products-grid_full .products-grid__item:nth-child(3n + 1) {
                    margin-left: 20px
            }
                }
@media (max-width: 959px) {
.products-grid_full .products-grid__item:nth-child(3n + 1) {
                    margin-left: 10px
            }
                }
.products-grid .sorting {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        margin: 0 0 30px;
    }
@media (max-width: 1099px) {
.products-grid .sorting {
            margin-bottom: 20px
    }
        }
@media (max-width: 767px) {
.products-grid .sorting {
            margin: 0 -10px 20px
    }
        }
.products-grid .pagination {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 100%;
        margin: 34px 0 0;
    }
@media (max-width: 959px) {
.products-grid .pagination {
            margin-top: 50px
    }
        }
@media (max-width: 767px) {
.products-grid .pagination {
            margin-top: 40px
    }
        }
.product {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 15px;
    border-radius: 10px;
    border: 1px solid transparent;
    -webkit-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transition: .15s ease-in-out;
    -webkit-transition-property: border;
    -o-transition-property: border;
    transition-property: border;
}
@media (max-width: 959px) {
.product {
        padding: 10px
}
    }
@media (max-width: 479px) {
.product {
        padding: 6px
}
    }
.product > * {
        -ms-flex-negative: 0;
            flex-shrink: 0;
    }
.product-labels {
        top: 11px;
        left: 0;
        position: absolute;
        z-index: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 100%;
        padding: 0 30px;
    }
@media (max-width: 1365px) {
.product-labels {
            top: 6px;
            padding: 0 25px
    }
        }
@media (max-width: 959px) {
.product-labels {
            padding: 0 6px
    }
        }
.product-labels .label {
            margin-right: 6px;
            margin-bottom: 6px;
            padding: 0 15px;
            font-size: 10px;
            line-height: 20px;
            white-space: nowrap;
            border-radius: 6px;
        }
@media (max-width: 767px) {
.product-labels .label {
                padding: 0 6px
        }
            }
.product-view-button {
        opacity: 0;
        visibility: hidden;
        top: 30px;
        right: 30px;
        position: absolute;
        z-index: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: calc(60em / 38);
        height: calc(60em / 38);
        font-size: 38px;
        color: #fff;
        background: #95D6D0;
        background: var(--theme-primary-bg);
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
        border-radius: calc(6em / 38);
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: opacity, -webkit-box-shadow;
        transition-property: opacity, -webkit-box-shadow;
        -o-transition-property: opacity, box-shadow;
        transition-property: opacity, box-shadow;
        transition-property: opacity, box-shadow, -webkit-box-shadow;
    }
.touchevents .product-view-button {
            opacity: 1;
            visibility: visible;
        }
@media (max-width: 1365px) {
.product-view-button {
            font-size: 32px
    }
        }
@media (max-width: 1024px) {
.product-view-button {
            display: none
    }
        }
.product-view-button:hover,
        .product-view-button:focus {
            outline: none;
            -webkit-box-shadow: 0 calc(6em / 38) calc(6em / 38) rgba(149, 214, 208, 0.5);
                    box-shadow: 0 calc(6em / 38) calc(6em / 38) rgba(149, 214, 208, 0.5);
        }
.product-image {
        overflow: hidden;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 192px;
    }
@media (max-width: 767px) {
.product-image {
            height: 160px
    }
        }
@media (max-width: 479px) {
.product-image {
            height: 126px
    }
        }
.product-image img {
            max-height: 100%;
        }
.product-title {
        overflow: hidden;
        height: 3.7em;
        margin-top: 10px;
        font-size: 16px;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
    }
@media (max-width: 1099px) {
.product-title {
            font-size: 14px
    }
        }
@media (max-width: 1024px) {
.product-title {
            font-size: 16px
    }
        }
@media (max-width: 959px) {
.product-title {
            font-size: 14px
    }
        }
@media (max-width: 479px) {
.product-title {
            margin-bottom: 6px;
            text-align: center
    }
        }
.product-price {
        margin-top: 8px;
        margin-bottom: 15px;
        font-weight: 700;
        font-size: 20px;
        white-space: nowrap;
    }
@media (max-width: 1099px) {
.product-price {
            font-size: 18px
    }
        }
@media (max-width: 1024px) {
.product-price {
            font-size: 20px
    }
        }
@media (max-width: 959px) {
.product-price {
            font-size: 18px
    }
        }
@media (max-width: 767px) {
.product-price {
            margin-bottom: 0
    }
        }
@media (max-width: 479px) {
.product-price {
            margin-top: auto;
            margin-bottom: 0;
            font-size: 16px;
            text-align: center
    }
        }
.product-price .sale {
            margin-right: 18px;
            font-size: calc(14em / 20);
            text-decoration: line-through;
            color: #9E9E9E;
            color: var(--theme-grey-color);

        }
@media (max-width: 1099px) {
.product-price .sale {
                font-size: 12px

        }
            }
@media (max-width: 1024px) {
.product-price .sale {
                font-size: 14px

        }
            }
@media (max-width: 959px) {
.product-price .sale {
                margin-right: 12px

        }
            }
@media (max-width: 479px) {
.product-price .sale {
                display: block;
                margin-right: 0;
                margin-bottom: -2px;
                font-size: 14px

        }
            }
.product-button {
        width: 100%;
        height: 38px;
        margin-top: auto;
        padding: 0;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity;
    }
@media (max-width: 767px) {
.product-button {
            display: none;
            height: 36px
    }
        }
.product.link:focus {
            outline: none;
        }
.no-touchevents .product.link .product-title:hover {
            color: #95D6D0;
            color: var(--theme-primary-color);
        }
.no-touchevents .product.link:hover,
        .no-touchevents .product.link:focus {
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
        }
.product:hover .product-view-button, .product:focus .product-view-button {
            opacity: 1;
            visibility: visible;
        }
.product_missing {
        color: #9E9E9E;
        color: var(--theme-grey-color);
    }
.product_missing .product-button {
            color: #444;
            color: var(--theme-on-bg);
        }
.products {

}
.brand {

}
.brands-carousel {
    position: relative;
    margin: -4px 0 -30px;
    padding: 0 100px;
}
@media (max-width: 1024px) {
.brands-carousel {
        padding: 0 70px
}
    }
@media (max-width: 767px) {
.brands-carousel {
        margin-top: -10px;
        margin-bottom: -20px;
        padding: 0 60px
}
    }
@media (max-width: 479px) {
.brands-carousel {
        padding: 0 56px
}
    }
.brands-carousel:before,
    .brands-carousel:after {
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        z-index: 2;
        width: 100px;
        background: #fff;
    }
@media (max-width: 1024px) {
.brands-carousel:before,
    .brands-carousel:after {
            width: 70px
    }
        }
@media (max-width: 767px) {
.brands-carousel:before,
    .brands-carousel:after {
            width: 60px
    }
        }
@media (max-width: 479px) {
.brands-carousel:before,
    .brands-carousel:after {
            width: 56px
    }
        }
.brands-carousel:after {
        right: 0;
        left: auto;
    }
.brands-carousel .swiper-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
.brands-carousel__item {
        padding: 30px 0;
    }
@media (max-width: 767px) {
.brands-carousel__item {
            padding: 20px 0
    }
        }
.brands-carousel .swiper-button-prev,
    .brands-carousel .swiper-button-next {
        top: calc(50% - 30px);
        position: absolute;
    }
@media (max-width: 1024px) {
.brands-carousel .swiper-button-prev,
    .brands-carousel .swiper-button-next {
            top: calc(50% - 25px)
    }
        }
@media (max-width: 767px) {
.brands-carousel .swiper-button-prev,
    .brands-carousel .swiper-button-next {
            top: calc(50% - 20px)
    }
        }
@media (max-width: 479px) {
.brands-carousel .swiper-button-prev,
    .brands-carousel .swiper-button-next {
            top: calc(50% - 18px)
    }
        }
.brands-carousel .swiper-button-prev {
        left: 0;
    }
.brands-carousel .swiper-button-next {
        right: 0;
    }
.brands-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-top: 20px;
        margin-bottom: -60px;
    }
@media (max-width: 959px) {
.brands-list {
            margin-bottom: -50px
    }
        }
@media (max-width: 767px) {
.brands-list {
            margin-bottom: -30px
    }
        }
@media (max-width: 479px) {
.brands-list {
            margin-top: 10px
    }
        }
.brands-list__item {
            width: calc((100% - 250px) / 6);
            max-height: 70px;
            margin-bottom: 60px;
            margin-left: 50px;
            text-align: center;
        }
@media (max-width: 1365px) {
.brands-list__item {
                width: calc((100% - 200px) / 5)
        }
            }
@media (max-width: 959px) {
.brands-list__item {
                width: calc((100% - 150px) / 4);
                margin-bottom: 50px
        }
            }
@media (max-width: 767px) {
.brands-list__item {
                width: calc((100% - 100px) / 3);
                margin-bottom: 30px
        }
            }
@media (max-width: 479px) {
.brands-list__item {
                width: calc((100% - 50px) / 2)
        }
            }
.brands-list__item:nth-child(6n + 1) {
                margin-left: 0;
            }
@media (max-width: 1365px) {
.brands-list__item:nth-child(6n + 1) {
                    margin-left: 50px
            }
                }
@media (max-width: 1365px) {
.brands-list__item:nth-child(5n + 1) {
                    margin-left: 0
            }
                }
@media (max-width: 959px) {
.brands-list__item:nth-child(5n + 1) {
                    margin-left: 50px
            }
                }
@media (max-width: 959px) {
.brands-list__item:nth-child(4n + 1) {
                    margin-left: 0
            }
                }
@media (max-width: 767px) {
.brands-list__item:nth-child(4n + 1) {
                    margin-left: 50px
            }
                }
@media (max-width: 767px) {
.brands-list__item:nth-child(3n + 1) {
                    margin-left: 0
            }
                }
@media (max-width: 479px) {
.brands-list__item:nth-child(3n + 1) {
                    margin-left: 50px
            }
                }
@media (max-width: 479px) {
.brands-list__item:nth-child(2n + 1) {
                    margin-left: 0
            }
                }
.brands-list__link {
            display: inline-block;
        }
.brands-list__link img {
                max-height: 70px;
            }
@media (max-width: 1365px) {
.brands-list__link img {
                    max-height: 60px
            }
                }
@media (max-width: 959px) {
.brands-list__link img {
                    max-height: 50px
            }
                }
@media (max-width: 479px) {
.brands-list__link img {
                    max-height: 40px
            }
                }
.notfound {
    margin-top: 30px;
    background-repeat: no-repeat;
    background-size: 504px auto;
    background-position: 0 100%;
}
@media (max-width: 959px) {
.notfound {
        margin-top: 20px;
        background-size: 370px auto
}
    }
@media (max-width: 767px) {
.notfound {
        margin-top: 10px;
        padding-top: 270px;
        background-size: auto 250px;
        background-position: 50% 0
}
    }
.notfound-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        height: 742px;
        padding-left: 480px;
    }
@media (max-width: 1099px) {
.notfound-content {
            padding-left: 410px
    }
        }
@media (max-width: 959px) {
.notfound-content {
            height: auto;
            padding: 30px 0 50px 300px
    }
        }
@media (max-width: 767px) {
.notfound-content {
            padding: 0 0 20px
    }
        }
.notfound-text .notfound-promo {
            font-weight: 700;
            color: #8ED081;
        }
.notfound-text .notfound-promo_big {
                font-size: calc(50em / 18);
            }
.notfound-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
@media (max-width: 767px) {
.notfound-buttons {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            margin: 0 -10px
    }
        }
@media (max-width: 479px) {
.notfound-buttons {
            margin: 0 -6px
    }
        }
.notfound-buttons .button {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 218px;
            margin-right: 52px;
        }
@media (max-width: 959px) {
.notfound-buttons .button {
                width: 170px;
                margin-right: 25px
        }
            }
@media (max-width: 767px) {
.notfound-buttons .button {
                width: 170px;
                margin: 0 10px
        }
            }
@media (max-width: 479px) {
.notfound-buttons .button {
                width: 130px;
                margin: 0 6px;
                padding: 0
        }
            }
.category-img {
        position: relative;
        border-radius: 7px;
    }
.category-img img {
            top: 0;
            left: 0;
            position: absolute;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            -o-transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        }
.category-title {
        margin-top: 5px;
        font-weight: 700;
        font-size: 20px;
        color: inherit;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;

    }
@media (max-width: 1099px) {
.category-title {
            font-size: 18px

    }
        }
@media (max-width: 767px) {
.category-title {
            font-size: 14px;
            text-align: center

    }
        }
@media (max-width: 479px) {
.category-title {
            font-size: 12px

    }
        }
.category.link:hover,
    .category.link:focus {
        outline: none;
    }
.category.link:hover .category-img img, .category.link:focus .category-img img {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1);
            }
.category.link:hover .category-title, .category.link:focus .category-title {
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.categories-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -10px;
    }
.categories-grid__item {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: calc(390 * 100% / 985 - 10px);
            margin-right: 10px;
            margin-bottom: 35px;
        }
@media (max-width: 767px) {
.categories-grid__item {
                width: calc(50% - 10px);
                margin-bottom: 20px
        }
            }
.categories-grid__item .category-img {
                padding-top: calc(270 * 100% / 380);
            }
@media (max-width: 767px) {
.categories-grid__item .category-img {
                    padding-top: 100%
            }
                }
.categories-grid__item_big {
                width: calc(595 * 100% / 985 - 10px);
            }
@media (max-width: 767px) {
.categories-grid__item_big {
                    width: calc(50% - 10px)
            }
                }
.categories-grid__item_big .category-img {
                    padding-top: calc(270 * 100% / 585);
                }
@media (max-width: 767px) {
.categories-grid__item_big .category-img {
                        padding-top: 100%
                }
                    }
.categories-button {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
@media (max-width: 767px) {
.categories-button {
            max-width: none
    }
        }
.order-headline {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
    }
@media (max-width: 479px) {
.order-headline {
            display: block
    }
        }
.order-headline .button {
            margin-left: 25px;
        }
@media (max-width: 479px) {
.order-headline .button {
                margin-top: 10px;
                margin-left: 0
        }
            }
.order-title {
        margin-bottom: 5px;
        font-size: 18px;
    }
@media (max-width: 767px) {
.order-title {
            font-size: 16px
    }
        }
@media (max-width: 479px) {
.order-title {
            font-size: 14px
    }
        }
.order-title .link {
            font-weight: 700;
            font-size: 24px;
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
@media (max-width: 767px) {
.order-title .link {
                font-size: 22px
        }
            }
@media (max-width: 479px) {
.order-title .link {
                font-size: 18px
        }
            }
.order-title .link:hover,
            .order-title .link:focus {
                outline: none;
                color: #444;
                color: var(--theme-on-bg);
            }
.order-info p {
            margin-bottom: 5px;
        }
.order-info .buttons-wr {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-top: 10px;
        }
.order-info .buttons-wr .button {
                margin-right: 20px;
                margin-bottom: 10px;
            }
.order-table {
        margin-top: 25px;
    }
@media (max-width: 767px) {
.order-table {
            display: block;
            margin-top: 20px
    }
        }
.tabs .order-table {
            margin-top: 20px;
        }
.order-table th {
            padding: 10px 30px 10px 0;
            font-size: 10px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
            text-align: center;
            border-bottom: 1px solid #D1D1D1;
            border-bottom: 1px solid var(--theme-grey-border);
        }
@media (max-width: 1365px) {
.order-table th {
                padding-right: 20px
        }
            }
@media (max-width: 767px) {
.order-table th {
                display: none
        }
            }
@media (max-width: 767px) {
.order-table tbody {
                display: block
        }
            }
@media (max-width: 767px) {
.order-table tbody tr {
                    position: relative;
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    -webkit-box-align: center;
                        -ms-flex-align: center;
                            align-items: center;
                    -ms-flex-wrap: wrap;
                        flex-wrap: wrap;
                    min-height: 70px;
                    margin-bottom: 10px;
                    padding-left: 80px
            }
                }
@media (max-width: 479px) {
.order-table tbody tr {
                    min-height: 40px;
                    padding-left: 50px
            }
                }
.order-table tbody tr td {
                    padding: 10px 30px 10px 0;
                    font-size: 18px;
                    border-bottom: 1px solid #D1D1D1;
                    border-bottom: 1px solid var(--theme-grey-border);
                }
@media (max-width: 1365px) {
.order-table tbody tr td {
                        padding-right: 20px
                }
                    }
@media (max-width: 1024px) {
.order-table tbody tr td {
                        font-size: 16px
                }
                    }
@media (max-width: 959px) {
.order-table tbody tr td {
                        border: none
                }
                    }
@media (max-width: 767px) {
.order-table tbody tr td {
                        display: block;
                        margin-top: auto;
                        padding: 0;
                        font-size: 14px
                }
                    }
.order-table tbody tr td:last-child {
                        padding-right: 0;
                    }
.order-table tbody tr td:last-child._price {
                            width: 140px;
                            min-width: 140px;
                            max-width: 140px;
                        }
@media (max-width: 1365px) {
.order-table tbody tr td:last-child._price {
                                width: 130px;
                                min-width: 130px;
                                max-width: 130px
                        }
                            }
@media (max-width: 1024px) {
.order-table tbody tr td:last-child._price {
                                width: 110px;
                                min-width: 110px;
                                max-width: 110px
                        }
                            }
@media (max-width: 767px) {
.order-table tbody tr td:last-child._price {
                                min-width: auto;
                                max-width: none;
                                text-align: right !important
                        }
                            }
@media (max-width: 479px) {
.order-table tbody tr td:last-child._price {
                                width: 100px
                        }
                            }
.order-table tbody tr td._image {
                        width: 110px;
                        min-width: 110px;
                        max-width: 110px;
                    }
@media (max-width: 1365px) {
.order-table tbody tr td._image {
                            width: 100px;
                            min-width: 100px;
                            max-width: 100px
                    }
                        }
@media (max-width: 1024px) {
.order-table tbody tr td._image {
                            width: 90px;
                            min-width: 90px;
                            max-width: 90px
                    }
                        }
@media (max-width: 767px) {
.order-table tbody tr td._image {
                            top: 0;
                            left: 0;
                            position: absolute;
                            width: auto;
                            min-width: auto;
                            max-width: none
                    }
                        }
.order-table tbody tr td._title {
                        width: 100%;
                        margin-bottom: 10px;
                    }
.order-table tbody tr td._title .info {
                            display: block;
                            margin-top: 8px;
                            font-size: 12px;
                        }
.order-table tbody tr td._title .info_active {
                                color: #5DC9BF;
                                color: var(--theme-primary-link);
                            }
.order-table tbody tr td._counter {
                        width: 180px;
                        min-width: 180px;
                        max-width: 180px;
                    }
@media (max-width: 1365px) {
.order-table tbody tr td._counter {
                            width: 160px;
                            min-width: 160px;
                            max-width: 160px
                    }
                        }
@media (max-width: 1024px) {
.order-table tbody tr td._counter {
                            width: 150px;
                            min-width: 150px;
                            max-width: 150px
                    }
                        }
@media (max-width: 959px) {
.order-table tbody tr td._counter {
                            width: 136px;
                            min-width: 136px;
                            max-width: 136px
                    }
                        }
@media (max-width: 767px) {
.order-table tbody tr td._counter {
                            width: auto;
                            min-width: auto;
                            max-width: none;
                            margin-right: auto
                    }

                            .order-table tbody tr td._counter + ._price {
                                margin-top: 0;
                                padding-right: 20px;
                                text-align: right !important;
                            }
                        }
@media (max-width: 767px) {
.order-table tbody tr td._off {
                            margin-right: auto
                    }
                        }
@media (max-width: 767px) {
.order-table tbody tr td._val {
                            -webkit-box-flex: 1;
                                -ms-flex: 1 auto;
                                    flex: 1 auto;
                            padding: 0 10px
                    }
                        }
.order-table tbody tr td._price {
                        width: 180px;
                        min-width: 180px;
                        max-width: 180px;
                    }
@media (max-width: 1365px) {
.order-table tbody tr td._price {
                            width: 150px;
                            min-width: 150px;
                            max-width: 150px
                    }
                        }
@media (max-width: 1024px) {
.order-table tbody tr td._price {
                            width: 130px;
                            min-width: 130px;
                            max-width: 130px
                    }
                        }
@media (max-width: 767px) {
.order-table tbody tr td._price {
                            width: 100px;
                            min-width: auto;
                            max-width: none;
                            text-align: left !important
                    }
                        }
@media (max-width: 479px) {
.order-table tbody tr td._price {
                            width: 80px
                    }
                        }
.order-table tbody tr td._remove {
                        width: 50px;
                        min-width: 50px;
                        max-width: 50px;
                    }
@media (max-width: 1365px) {
.order-table tbody tr td._remove {
                            width: 40px;
                            min-width: 40px;
                            max-width: 40px
                    }
                        }
@media (max-width: 1024px) {
.order-table tbody tr td._remove {
                            width: 20px;
                            min-width: 20px;
                            max-width: 20px
                    }
                        }
@media (max-width: 767px) {
.order-table tbody tr td._remove {
                            width: auto;
                            min-width: auto;
                            max-width: auto;
                            margin-top: 0
                    }
                        }
.order-table tbody tr._with-service td, .order-table tbody tr._with-present td {
                        border-bottom: none;
                    }
@media (max-width: 767px) {
.order-table tbody tr._service {
                        min-height: auto;
                        margin-top: 10px;
                        margin-bottom: 20px;
                        padding: 0
                }
                    }
.order-table tbody tr._service td {
                        padding-bottom: 20px;
                    }
@media (max-width: 767px) {
.order-table tbody tr._service td {
                            margin-top: 0;
                            padding: 0
                    }
                        }
.order-table tbody tr._service td .check {
                            -webkit-box-align: center;
                                -ms-flex-align: center;
                                    align-items: center;
                        }
.order-table tbody tr._service td .check__box {
                                top: auto;
                                margin: 0 30px;
                            }
@media (max-width: 1024px) {
.order-table tbody tr._service td .check__box {
                                    margin: 0 25px
                            }
                                }
@media (max-width: 767px) {
.order-table tbody tr._service td .check__box {
                                    margin: 0 27px
                            }
                                }
@media (max-width: 479px) {
.order-table tbody tr._service td .check__box {
                                    margin: 0 12px
                            }
                                }
.order-table tbody tr._service td .check__label {
                                padding-left: 30px;
                            }
@media (max-width: 1365px) {
.order-table tbody tr._service td .check__label {
                                    padding-left: 20px
                            }
                                }
@media (max-width: 767px) {
.order-table tbody tr._service td .check__label {
                                    padding-left: 10px
                            }
                                }
@media (max-width: 767px) {
.order-table tbody tr._present {
                        padding-left: 0;
                        margin-bottom: 20px
                }
                    }
@media (max-width: 767px) {
.order-table tbody tr._present td:first-child {
                                width: 100%
                        }
                            }
@media (max-width: 767px) {
.order-table tbody tr._present td._counter {
                                margin-top: -36px;
                                margin-left: 150px
                        }
                            }
@media (max-width: 479px) {
.order-table tbody tr._present td._counter {
                                margin-top: 10px;
                                margin-left: 50px
                        }
                            }
.order-table tbody tr._present td.present-wr {
                            padding-left: 30px;
                        }
@media (max-width: 767px) {
.order-table tbody tr._present td.present-wr {
                                margin-top: -36px;
                                padding-right: 36px;
                                padding-left: 0
                        }
                            }
@media (max-width: 479px) {
.order-table tbody tr._present td.present-wr {
                                margin-top: 10px
                        }
                            }
.order-table tbody tr._present td .check {
                            -webkit-box-align: center;
                                -ms-flex-align: center;
                                    align-items: center;
                        }
.order-table tbody tr._present td .check__box {
                                top: auto;
                                margin: 0 30px;
                            }
@media (max-width: 1024px) {
.order-table tbody tr._present td .check__box {
                                    margin: 0 25px
                            }
                                }
@media (max-width: 767px) {
.order-table tbody tr._present td .check__box {
                                    margin: 0 27px
                            }
                                }
@media (max-width: 479px) {
.order-table tbody tr._present td .check__box {
                                    margin: 0 12px
                            }
                                }
.order-table tbody tr._present td .check__label {
                                padding-left: 30px;
                                font-size: 18px;
                            }
@media (max-width: 1365px) {
.order-table tbody tr._present td .check__label {
                                    padding-left: 20px
                            }
                                }
@media (max-width: 1024px) {
.order-table tbody tr._present td .check__label {
                                    font-size: 16px
                            }
                                }
@media (max-width: 767px) {
.order-table tbody tr._present td .check__label {
                                    -webkit-box-align: start;
                                        -ms-flex-align: start;
                                            align-items: flex-start;
                                    padding-left: 10px;
                                    font-size: 14px
                            }
                                }
@media (max-width: 479px) {
.order-table tbody tr._present td .check__label {
                                    -webkit-box-align: center;
                                        -ms-flex-align: center;
                                            align-items: center;
                                    font-size: 12px
                            }
                                }
.order-table tbody tr._present td .check__label .order-table__image {
                                    -ms-flex-negative: 0;
                                        flex-shrink: 0;
                                    margin-right: 18px;
                                }
@media (max-width: 1024px) {
.order-table tbody tr._present td .check__label .order-table__image {
                                        width: 60px;
                                        height: 60px
                                }
                                    }
@media (max-width: 767px) {
.order-table tbody tr._present td .check__label .order-table__image {
                                        margin-right: 10px
                                }
                                    }
@media (max-width: 479px) {
.order-table tbody tr._present td .check__label .order-table__image {
                                        width: 40px;
                                        height: 40px
                                }
                                    }
@media (max-width: 767px) {
.order-table tbody tr._present td .check__label .order-table__title {
                                        overflow: hidden;
                                        height: 1.3em
                                }
                                    }
.order-table tbody tr._present td .present {
                            font-size: 18px;
                            color: #F47070;
                            color: var(--theme-red-color);
                        }
@media (max-width: 1024px) {
.order-table tbody tr._present td .present {
                                font-size: 16px
                        }
                            }
@media (max-width: 767px) {
.order-table tbody tr._present td .present {
                                font-size: 14px
                        }
                            }
.order-table tbody tr._present + ._present td {
                            position: relative;
                        }
.order-table tbody tr._present + ._present td:before {
                                content: '';
                                top: -1px;
                                right: 0;
                                left: 0;
                                position: absolute;
                                z-index: 1;
                                height: 1px;
                                background: #fff;
                            }
.order-table tbody tr[aria-disabled="true"] td:not(._remove) {
                        position: relative;
                    }
@media (max-width: 767px) {
.order-table tbody tr[aria-disabled="true"] td:not(._remove)._image {
                                position: absolute
                        }
                            }
.order-table tbody tr[aria-disabled="true"] td:not(._remove):after {
                            content: '';
                            top: 0;
                            right: 0;
                            bottom: 0;
                            left: 0;
                            position: absolute;
                            background: rgba(255, 255, 255, 0.7);
                        }
.order-table__image {
            overflow: hidden;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 80px;
            height: 80px;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 8px;
        }
@media (max-width: 1024px) {
.order-table__image {
                width: 70px;
                height: 70px
        }
            }
@media (max-width: 767px) {

            }
@media (max-width: 479px) {
.order-table__image {
                width: 40px;
                height: 40px
        }
            }
.order-table__val {
            font-size: 26px;
            white-space: nowrap;
        }
@media (max-width: 1365px) {
.order-table__val {
                font-size: 22px
        }
            }
@media (max-width: 1024px) {
.order-table__val {
                font-size: 20px
        }
            }
@media (max-width: 767px) {
.order-table__val {
                font-size: 16px
        }
            }
@media (max-width: 479px) {
.order-table__val {
                font-size: 14px
        }
            }
.order-table__off {
            position: relative;
            z-index: 1;
            font-size: 20px;
            color: #FEA6A6;
        }
@media (max-width: 1365px) {
.order-table__off {
                font-size: 18px
        }
            }
@media (max-width: 1024px) {
.order-table__off {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.order-table__off {
                font-size: 14px
        }
            }
.order-table__price {
            font-size: 26px;
            line-height: 1;
            white-space: nowrap;
        }
@media (max-width: 1365px) {
.order-table__price {
                font-size: 22px
        }
            }
@media (max-width: 1024px) {
.order-table__price {
                font-size: 20px
        }
            }
@media (max-width: 767px) {
.order-table__price {
                font-size: 16px
        }
            }
@media (max-width: 479px) {
.order-table__price {
                font-size: 14px
        }
            }
.order-table__price .sale {
                display: block;
                font-size: 16px;
                text-decoration: line-through;
                color: #9E9E9E;
                color: var(--theme-grey-color);
            }
@media (max-width: 767px) {
.order-table__price .sale {
                    font-size: 14px
            }
                }
@media (max-width: 479px) {
.order-table__price .sale {
                    font-size: 12px
            }
                }
.order-table__remove {
            font-size: 20px;
            color: #F47070;
            color: var(--theme-red-color);
        }
@media (max-width: 767px) {
.order-table__remove {
                font-size: 16px
        }
            }
.order-total {
        margin-top: 30px;
        font-size: 20px;
        text-align: right;
    }
@media (max-width: 1365px) {
.order-total {
            font-size: 18px
    }
        }
@media (max-width: 767px) {
.order-total {
            font-size: 14px
    }
        }
.order-total__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: end;
                -ms-flex-align: end;
                    align-items: flex-end;
            margin-bottom: 20px;
        }
@media (max-width: 767px) {
.order-total__item {
                margin-bottom: 10px
        }
            }
.order-total__item:last-child {
                margin-bottom: 0;
            }
@media (max-width: 767px) {
.order-total__item:last-child {
                    margin-bottom: 10px
            }
                }
.order-total__item_total {
                font-weight: 700;
            }
.order-total__item_sale .val {
                    text-decoration: line-through;
                    color: #9E9E9E;
                    color: var(--theme-grey-color);
                }
.order-total .title {
            -webkit-box-flex: 1;
                -ms-flex: 1 auto;
                    flex: 1 auto;
            text-align: right;
        }
.order-total .val  {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            display: inline-block;
            width: 170px;
            padding: 0 0 0 30px;
            font-size: 26px;
            text-align: right;
        }
@media (max-width: 1365px) {
.order-total .val  {
                width: 150px;
                padding-left: 20px;
                font-size: 22px
        }
            }
@media (max-width: 1024px) {
.order-total .val  {
                width: 130px;
                font-size: 20px
        }
            }
@media (max-width: 767px) {
.order-total .val  {
                width: 110px;
                padding-left: 10px;
                font-size: 16px
        }
            }
@media (max-width: 479px) {
.order-total .val  {
                width: 90px;
                font-size: 14px
        }
            }
.order-total_cart .order-total__item .val {
                    width: 260px;
                    padding-right: 80px;
                }
@media (max-width: 1365px) {
.order-total_cart .order-total__item .val {
                        width: 210px;
                        padding-right: 60px
                }
                    }
@media (max-width: 1024px) {
.order-total_cart .order-total__item .val {
                        width: 170px;
                        padding-right: 40px
                }
                    }
@media (max-width: 767px) {
.order-total_cart .order-total__item .val {
                        width: 146px;
                        padding-right: 36px
                }
                    }
@media (max-width: 479px) {
.order-total_cart .order-total__item .val {
                        width: 136px
                }
                    }
.order-footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 50px;
    }
@media (max-width: 767px) {
.order-footer {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-top: 20px
    }
        }
.order-footer__buttons {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-left: auto;
            margin-bottom: -30px;
        }
@media (max-width: 1024px) {
.order-footer__buttons {
                margin-bottom: -20px
        }
            }
@media (max-width: 767px) {
.order-footer__buttons {
                -webkit-box-pack: end;
                    -ms-flex-pack: end;
                        justify-content: flex-end;
                width: 100%;
                margin-top: 20px;
                margin-left: -20px
        }
            }
@media (max-width: 479px) {
.order-footer__buttons {
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap;
                width: calc(100% + 10px);
                margin-bottom: -10px;
                margin-left: -10px
        }
            }
.order-footer__buttons .button {
                height: 65px;
                margin-bottom: 30px;
                margin-left: 30px;
            }
@media (max-width: 1365px) {
.order-footer__buttons .button {
                    height: 55px
            }
                }
@media (max-width: 1024px) {
.order-footer__buttons .button {
                    height: 45px;
                    margin-bottom: 20px;
                    margin-left: 20px
            }
                }
@media (max-width: 767px) {
.order-footer__buttons .button {
                    height: 40px
            }
                }
@media (max-width: 479px) {
.order-footer__buttons .button {
                    height: 36px;
                    margin-bottom: 10px;
                    margin-left: 10px
            }
                }
.order-actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
.order-actions .button {
            margin: 20px 20px 0 0;
        }
@media (max-width: 767px) {
.order-actions .button {
                margin: 10px 10px 0 0
        }
            }
.orders-list {
        margin-bottom: -30px;
    }
@media (max-width: 767px) {
.orders-list {
            margin-bottom: -20px
    }
        }
.orders-list__item {
            margin-bottom: 30px;
            padding: 20px;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 6px;
        }
@media (max-width: 767px) {
.orders-list__item {
                margin-bottom: 20px;
                padding: 0 0 20px;
                border-width: 0 0 1px 0;
                border-radius: 0
        }

                .orders-list__item:last-child {
                    padding-bottom: 0;
                    border: none;
                }
            }
.bonus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: calc(300 * 100% / 1005);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 6px;
}
@media (max-width: 479px) {
.bonus {
        padding-top: calc(187 * 100% / 280)
}
    }
.bonus_main {
        width: 526px;
        height: 330px;
        margin-bottom: 46px;
        padding: 30px 45px;
        border: 1px solid #707070;
        border-radius: 15px;
    }
@media (max-width: 1099px) {
.bonus_main {
            width: 480px;
            height: 300px
    }
        }
@media (max-width: 767px) {
.bonus_main {
            width: 440px;
            height: 276px;
            margin-bottom: 30px
    }
        }
@media (max-width: 479px) {
.bonus_main {
            width: 280px;
            height: 176px;
            padding: 15px 25px
    }
        }
.bonus_main .bonus-logo {
            max-width: 294px;
            margin-bottom: 22px;
        }
@media (max-width: 1099px) {
.bonus_main .bonus-logo {
                max-width: 240px
        }
            }
@media (max-width: 767px) {
.bonus_main .bonus-logo {
                max-width: 200px
        }
            }
@media (max-width: 479px) {
.bonus_main .bonus-logo {
                max-width: 160px;
                margin-bottom: 12px
        }
            }
.bonus_main .bonus-title {
            margin-bottom: 10px;
            font-size: 26px;
            text-transform: uppercase;
            color: #C7A261;
            color: var(--theme-gold-color);
        }
@media (max-width: 1099px) {
.bonus_main .bonus-title {
                font-size: 22px
        }
            }
@media (max-width: 479px) {
.bonus_main .bonus-title {
                margin-bottom: 6px;
                font-size: 17px
        }
            }
.bonus_main p {
            margin-bottom: 20px;
            font-size: 18px;
        }
@media (max-width: 767px) {
.bonus_main p {
                margin-bottom: 15px;
                font-size: 16px
        }
            }
@media (max-width: 479px) {
.bonus_main p {
                margin-bottom: 6px;
                font-size: 12px
        }
            }
.bonus_main p:last-child {
                margin-bottom: 0;
            }
.bonuses-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin: 0 -15px -30px;
    }
@media (max-width: 767px) {
.bonuses-list {
            margin: 0 -5px -10px
    }
        }
@media (max-width: 479px) {
.bonuses-list {
            margin: 0 0 -20px
    }
        }
.bonuses-list__item {
            width: calc(50% - 30px);
            margin: 0 15px 30px;
        }
@media (max-width: 767px) {
.bonuses-list__item {
                width: calc(50% - 10px);
                margin: 0 5px 10px
        }
            }
@media (max-width: 479px) {
.bonuses-list__item {
                width: 100%;
                margin: 0 0 20px
        }
            }
.newsletter-title {
        margin-bottom: 10px;
        font-size: 30px;
    }
@media (max-width: 1099px) {
.newsletter-title {
            font-size: 28px
    }
        }
@media (max-width: 959px) {
.newsletter-title {
            font-size: 22px
    }
        }
@media (max-width: 767px) {
.newsletter-title {
            font-size: 18px
    }
        }
@media (max-width: 479px) {
.newsletter-title {
            font-size: 16px
    }
        }
.newsletter-text {
        margin-bottom: 10px;
        font-size: 18px;
    }
@media (max-width: 959px) {
.newsletter-text {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.newsletter-text {
            font-size: 14px
    }
        }
.newsletter-checks {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
.newsletter-checks .check {
            margin-right: 60px;
        }
.newsletters-list__item {
            margin-bottom: 30px;
        }
.newsletters-button {
        margin: 30px 0;
    }
.compare-product {
    display: block;
    height: 400px;
}
@media (max-width: 767px) {
.compare-product {
        height: 300px
}
    }
.compare-product__image {
        height: 220px;
        margin-bottom: 20px;
    }
@media (max-width: 767px) {
.compare-product__image {
            height: 160px
    }
        }
.compare-product__title {
        overflow: hidden;
        height: 3.7em;
        font-size: 18px;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color;
        -o-transition-property: color;
        transition-property: color;
    }
@media (max-width: 959px) {
.compare-product__title {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.compare-product__title {
            height: 4em;
            font-size: 14px;
            line-height: 1.3
    }
        }
.compare-product__button {
        width: 100%;
        margin-top: 18px;
    }
@media (max-width: 767px) {
.compare-product__button {
            margin-top: 14px
    }
        }
.compare-product.link:hover,
        .compare-product.link:focus {
            outline: none;
        }
.compare-product.link:hover .compare-product__title, .compare-product.link:focus .compare-product__title {
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.compare-product-specs__list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
.compare-product-specs__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 35px;
            font-size: 14px;
        }
@media (max-width: 767px) {
.compare-product-specs__item {
                font-size: 12px
        }
            }
@media (max-width: 479px) {
.compare-product-specs__item {
                margin-top: 30px
        }
            }
.compare-product-specs__item:nth-child(odd) {
                background: #D1D1D1;
                background: var(--theme-grey-bg);
            }
@media (max-width: 479px) {
.compare-product-specs__item:nth-child(odd) {
                    background: none
            }
                }
.compare-product__delete {
        margin-top: 20px;
    }
.compare .tabs {
        margin-top: 30px;
        margin-bottom: 20px;
    }
@media (max-width: 479px) {
.compare .tabs {
            margin-top: 20px
    }
        }
.compare-clear {
        margin-bottom: 30px;
    }
.compare-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
@media (max-width: 767px) {
.compare-main {
            margin: 0 -20px
    }
        }
@media (max-width: 479px) {
.compare-main {
            position: relative
    }
        }
.compare-specs {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 384px;
        padding-top: 400px;
    }
@media (max-width: 767px) {
.compare-specs {
            width: 270px;
            padding-top: 300px
    }
        }
@media (max-width: 479px) {
.compare-specs {
            top: 300px;
            right: 0;
            left: 0;
            position: absolute;
            width: auto;
            padding-top: 0
    }
        }
.compare-specs__list {
            list-style: none;
            margin: 0;
            padding: 0;
        }
.compare-specs__item {
            position: relative;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: 35px;
            padding-right: 10px;
            padding-left: 18px;
            font-weight: 700;
            font-size: 14px;
            border-radius: 6px 0 0 6px;
        }
@media (max-width: 767px) {
.compare-specs__item {
                padding-right: 6px;
                padding-left: 20px;
                font-size: 12px;
                border-radius: 0
        }
            }
@media (max-width: 479px) {
.compare-specs__item {
                height: 30px;
                margin-bottom: 35px;
                padding-right: 20px;
                border-top: 1px solid #D1D1D1;
                border-top: 1px solid var(--theme-grey-border)
        }
            }
.compare-specs__item:nth-child(odd) {
                background: #D1D1D1;
                background: var(--theme-grey-bg);
            }
@media (max-width: 479px)  {
.compare-specs__item:nth-child(odd) {
                    background: none
            }
                }
.compare-specs__item:nth-child(odd):after {
                    content: '';
                    top: 0;
                    bottom: -0;
                    left: 100%;
                    position: absolute;
                    width: calc(1325px - 384px);
                    background: inherit;
                    border-radius: 0 6px 6px 0;
                }
@media (max-width: 1365px) {
.compare-specs__item:nth-child(odd):after {
                        width: calc(100vw - 40px - 384px)
                }
                    }
@media (max-width: 767px) {
.compare-specs__item:nth-child(odd):after {
                        width: calc(100vw - 270px);
                        border-radius: 0
                }
                    }
@media (max-width: 479px) {
.compare-specs__item:nth-child(odd):after {
                        display: none
                }
                    }
.page-sidebar + .page-main .compare-specs__item:nth-child(odd):after {
                        width: calc(1325px - 350px - 384px);
                    }
@media (max-width: 1365px) {
.page-sidebar + .page-main .compare-specs__item:nth-child(odd):after {
                            width: calc(100vw - 40px - 350px - 384px)
                    }
                        }
@media (max-width: 1099px) {
.page-sidebar + .page-main .compare-specs__item:nth-child(odd):after {
                            width: calc(100vw - 40px - 300px - 384px)
                    }
                        }
@media (max-width: 1024px) {
.page-sidebar + .page-main .compare-specs__item:nth-child(odd):after {
                            width: calc(100vw - 40px - 384px)
                    }
                        }
@media (max-width: 767px) {
.page-sidebar + .page-main .compare-specs__item:nth-child(odd):after {
                            width: calc(100vw - 270px)
                    }
                        }
@media (max-width: 479px) {
.page-sidebar + .page-main .compare-specs__item:nth-child(odd):after {
                            display: none
                    }
                        }
.compare-carousel {
        width: calc(100% - 384px);
        padding: 0 3px;
    }
@media (max-width: 767px) {
.compare-carousel {
            width: calc(100% - 270px)
    }
        }
@media (max-width: 479px) {
.compare-carousel {
            width: 100%;
            padding: 0 20px
    }
        }
.compare-carousel__item {
            width: 220px;
            padding-bottom: 1px;
        }
@media (max-width: 767px) {
.compare-carousel__item {
                width: 160px
        }
            }
.compare-carousel__item:last-child .compare-product-specs__item {
                    border-radius: 0 6px 6px 0;
                }
@media (max-width: 767px) {
.compare-carousel__item:last-child .compare-product-specs__item {
                        border-radius: 0
                }
                    }
.compare-carousel .swiper-button-prev,
        .compare-carousel .swiper-button-next {
            top: calc(110px - 30px);
            position: absolute;
            z-index: 2;
        }
@media (max-width: 1024px) {
.compare-carousel .swiper-button-prev,
        .compare-carousel .swiper-button-next {
                top: calc(110px - 25px)
        }
            }
@media (max-width: 767px) {
.compare-carousel .swiper-button-prev,
        .compare-carousel .swiper-button-next {
                top: calc(80px - 20px)
        }
            }
@media (max-width: 479px) {
.compare-carousel .swiper-button-prev,
        .compare-carousel .swiper-button-next {
                top: calc(80px - 18px)
        }
            }
.compare-carousel .swiper-button-prev {
            left: 10px;
        }
@media (max-width: 479px) {
.compare-carousel .swiper-button-prev {
                left: 20px
        }
            }
.compare-carousel .swiper-button-next {
            right: 10px;
        }
@media (max-width: 479px) {
.compare-carousel .swiper-button-next {
                right: 20px
        }
            }
.lk-nav__list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
        }
@media (max-width: 1024px) {
.lk-nav__list {
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                    -ms-flex-direction: row;
                        flex-direction: row;
                -ms-flex-wrap: wrap;
                    flex-wrap: wrap
        }
            }
@media (max-width: 1024px) {
.lk-nav__item {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start
        }
            }
@media (max-width: 767px) {
.lk-nav__item {
                width: 50%
        }
            }
@media (max-width: 479px) {
.lk-nav__item {
                width: auto
        }
            }
.lk-nav__link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            height: calc(45em / 18);
            padding: 0 calc(20em / 18);
            font-size: 18px;
            background: none;
            border-radius: 6px;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: color, background;
            -o-transition-property: color, background;
            transition-property: color, background;
        }
@media (max-width: 1365px) {
.lk-nav__link {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.lk-nav__link {
                height: 30px;
                padding: 0 12px;
                font-size: 14px
        }
            }
@media (max-width: 479px) {
.lk-nav__link {
                height: 25px;
                margin-bottom: 10px;
                padding: 0 10px;
                font-size: 12px
        }
            }
.lk-nav__link:hover {
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.lk-nav__link.is-active {
                color: #444;
                color: var(--theme-on-bg);
                background: #95D6D0;
                background: var(--theme-primary-bg);
            }
.lk-nav__button {
            margin-top: 30px;
        }
@media (max-width: 1024px) {
.lk-nav__button {
                margin-top: 20px
        }
            }
@media (max-width: 767px) {
.lk-nav__button {
                margin-top: 10px
        }
            }
.item-gallery-wr {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 600px;
    margin-right: 50px;
}
@media (max-width: 1365px) {
.item-gallery-wr {
        width: 500px;
        margin-right: 30px
}
    }
@media (max-width: 1099px) {
.item-gallery-wr {
        width: 460px
}
    }
@media (max-width: 1024px) {
.item-gallery-wr {
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
}
    }
@media (max-width: 767px) {
.item-gallery-wr {
        margin-bottom: 20px
}
    }
.item-gallery__item {
        cursor: pointer;
        overflow: hidden;
        height: 600px;
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 6px;
    }
@media (max-width: 1365px) {
.item-gallery__item {
            height: 500px
    }
        }
@media (max-width: 1099px) {
.item-gallery__item {
            height: 460px
    }
        }
@media (max-width: 1024px) {
.item-gallery__item {
            height: 100%;
            max-height: 560px
    }

            .item-gallery__item img {
                height: 100%;
                max-height: 560px;
            }
        }
.item-gallery__item:focus {
            outline: none;
        }
.item-gallery__item_video:after {
                content: '';
                top: calc(50% - 35px);
                left: calc(50% - 35px);
                position: absolute;
                width: 70px;
                height: 70px;
                background: url('/local/templates/detsky1new/images/play.svg') no-repeat;
                background-size: contain;
                background-position: 50% 50%;
            }
.item-carousel {
    margin-top: 15px;
}
@media (max-width: 479px) {
.item-carousel {
        margin-top: 10px
}
    }
.item-carousel__item {
        cursor: pointer;
        overflow: hidden;
        width: 115px;
        height: 115px;
        background-color: #fff;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
        border-radius: 6px;
        -webkit-box-shadow: none;
                box-shadow: none;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: border, -webkit-box-shadow;
        transition-property: border, -webkit-box-shadow;
        -o-transition-property: border, box-shadow;
        transition-property: border, box-shadow;
        transition-property: border, box-shadow, -webkit-box-shadow;
    }
@media (max-width: 1099px) {
.item-carousel__item {
            width: 100px;
            height: 100px
    }
        }
@media (max-width: 767px) {
.item-carousel__item {
            width: 80px;
            height: 80px
    }
        }
@media (max-width: 479px) {
.item-carousel__item {
            width: 70px;
            height: 70px
    }
        }
.item-carousel__item:hover {
            border-color: #5DC9BF;
            border-color: var(--theme-primary-border);
        }
.item-carousel__item.swiper-slide-thumb-active {
            border-color: #5DC9BF;
            border-color: var(--theme-primary-border);
            -webkit-box-shadow: 0 0 20px rgba(149, 214, 208, 0.5);
                    box-shadow: 0 0 20px rgba(149, 214, 208, 0.5);
        }
.item-carousel__item_video:after {
                content: '';
                top: calc(50% - 20px);
                left: calc(50% - 20px);
                position: absolute;
                width: 40px;
                height: 40px;
                background: url('/local/templates/detsky1new/images/play.svg') no-repeat;
                background-size: contain;
                background-position: 50% 50%;
            }
.item-carousel .swiper-button-prev,
    .item-carousel .swiper-button-next {
        top: calc(50% - 30px);
        position: absolute;
    }
@media (max-width: 1024px) {
.item-carousel .swiper-button-prev,
    .item-carousel .swiper-button-next {
            top: calc(50% - 25px)
    }
        }
@media (max-width: 767px) {
.item-carousel .swiper-button-prev,
    .item-carousel .swiper-button-next {
            top: calc(50% - 20px)
    }
        }
@media (max-width: 479px) {
.item-carousel .swiper-button-prev,
    .item-carousel .swiper-button-next {
            top: calc(50% - 18px)
    }
        }
.item-carousel .swiper-button-prev {
        left: 0;
    }
.item-carousel .swiper-button-next {
        right: 0;
    }
.zoom-gallery-wr {
    display: inline-block;
}
@media (max-width: 1240px) {
.zoom-gallery-wr {
        max-width: 100%
}
    }
.zoom-gallery-wr + .fancybox-close-small {
        position: fixed;
        top: 28px;
        right: 28px;
    }
@media (max-width: 767px) {
.zoom-gallery-wr + .fancybox-close-small {
            top: 3px;
            right: 3px
    }
        }
.zoom-gallery {
    width: calc(100vh - 215px);
    height: calc(100vh - 215px);
    max-width: 100%;
    max-height: 100%;
    margin-bottom: 40px;
    background-color: #fff;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
    border-radius: 6px;
}
@media (max-width: 1099px) {
.zoom-gallery {
        width: calc(100vh - 200px);
        height: calc(100vh - 200px)
}
    }
@media (max-width: 767px) {
.zoom-gallery {
        width: calc(100vh - 150px);
        height: calc(100vh - 150px);
        margin-bottom: 10px
}
    }
@media (max-width: 479px) {
.zoom-gallery {
        width: calc(100vh - 140px);
        height: calc(100vh - 140px)
}
    }
.zoom-gallery .swiper-wrapper {
        height: 100%;
    }
.zoom-gallery .item-gallery__item {
        height: 100%;
        border: none;
    }
.zoom-gallery .item-gallery__item .video {
            height: 100%;
            border-radius: 0;
        }
.zoom-gallery .swiper-button-prev,
    .zoom-gallery .swiper-button-next {
        top: calc(50% - 30px);
        position: absolute;
    }
.zoom-gallery .swiper-button-prev {
        left: 20px;
    }
.zoom-gallery .swiper-button-next {
        right: 20px;
    }
.zoom-carousel {
    max-width: 635px;
}
.zoom-carousel .swiper-button-prev,
    .zoom-carousel .swiper-button-next {
        top: calc(50% - 21px);
        position: absolute;
        width: 42px;
        height: 42px;
        font-size: 20px;
    }
.zoom-carousel .swiper-button-prev {
        left: 10px;
    }
.zoom-carousel .swiper-button-next {
        right: 10px;
    }
.item-type {
    margin: 30px 0;
}
@media (max-width: 767px) {
.item-type {
        margin: 20px 0
}
    }
.item-type__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
        font-size: 18px;
    }
@media (max-width: 959px) {
.item-type__title {
            margin-bottom: 15px;
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.item-type__title {
            margin-bottom: 10px;
            font-size: 14px
    }
        }
.item-type__title .link {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-left: auto;
        }
.item-type__text {
        margin-top: 11px;
        font-size: 15px;
    }
@media (max-width: 767px) {
.item-type__text {
            font-size: 14px
    }
        }
@media (max-width: 479px) {
.item-type__text {
            font-size: 13px
    }
        }
.item-type__text .val {
            font-weight: 700;
        }
.item-type-gallery__item {
            cursor: pointer;
            width: 120px;
            margin-right: 20px;
            text-align: center;
            color: #444;
            color: var(--theme-on-bg);
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: color;
            -o-transition-property: color;
            transition-property: color;
        }
@media (max-width: 1099px) {
.item-type-gallery__item {
                width: 100px
        }
            }
@media (max-width: 479px) {
.item-type-gallery__item {
                width: 90px
        }
            }
.item-type-gallery__item:hover .item-type-gallery__image {
                    border-color: #5DC9BF;
                    border-color: var(--theme-primary-border);
                }
.item-type-gallery__item.is-active,
            .item-type-gallery__item[aria-checked="true"]{
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.item-type-gallery__item.is-active .item-type-gallery__image, .item-type-gallery__item[aria-checked="true"] .item-type-gallery__image {
                    border-color: #5DC9BF;
                    border-color: var(--theme-primary-border);
                    -webkit-box-shadow: 0 0 20px rgba(149, 214, 208, 0.5);
                            box-shadow: 0 0 20px rgba(149, 214, 208, 0.5);
                }
.item-type-gallery__item[aria-disabled="true"],
            .item-type-gallery__item[disabled] {
                cursor: default;
                opacity: .3;
            }
.item-type-gallery__image {
            overflow: hidden;
            height: 120px;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 6px;
            -webkit-box-shadow: none;
                    box-shadow: none;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: border, -webkit-box-shadow;
            transition-property: border, -webkit-box-shadow;
            -o-transition-property: border, box-shadow;
            transition-property: border, box-shadow;
            transition-property: border, box-shadow, -webkit-box-shadow;
        }
@media (max-width: 1099px) {
.item-type-gallery__image {
                height: 100px
        }
            }
@media (max-width: 479px) {
.item-type-gallery__image {
                height: 90px
        }
            }
.item-type-gallery__price {
            margin-top: 6px;
            font-weight: 700;
            font-size: 15px;
        }
@media (max-width: 479px) {
.item-type-gallery__price {
                font-size: 14px
        }
            }
.item-type-gallery.swiper-container-initialized .item-type-gallery__item {
                margin-right: 0;
            }
.item-type-gallery .swiper-button-prev,
        .item-type-gallery .swiper-button-next {
            top: calc(120px / 2 - 30px);
            position: absolute;
        }
@media (max-width: 1099px) {
.item-type-gallery .swiper-button-prev,
        .item-type-gallery .swiper-button-next {
                top: calc(100px / 2 - 30px)
        }
            }
@media (max-width: 1024px) {
.item-type-gallery .swiper-button-prev,
        .item-type-gallery .swiper-button-next {
                top: calc(100px / 2 - 25px)
        }
            }
@media (max-width: 767px) {
.item-type-gallery .swiper-button-prev,
        .item-type-gallery .swiper-button-next {
                top: calc(100px / 2 - 20px)
        }
            }
@media (max-width: 479px) {
.item-type-gallery .swiper-button-prev,
        .item-type-gallery .swiper-button-next {
                top: calc(90px / 2 - 18px)
        }
            }
.item-type-gallery .swiper-button-prev {
            left: 0;
        }
.item-type-gallery .swiper-button-next {
            right: 0;
        }
.item-size {
    margin: 30px 0;
}
@media (max-width: 767px) {
.item-size {
        margin: 20px 0
}
    }
.item-size__title {
        margin-bottom: 16px;
        font-size: 18px;
    }
@media (max-width: 959px) {
.item-size__title {
            margin-bottom: 15px;
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.item-size__title {
            margin-bottom: 10px;
            font-size: 14px
    }
        }
.item-size__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -20px;
    }
@media (max-width: 959px) {
.item-size__list {
            margin-bottom: -10px
    }
        }
.item-size__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-width: 64px;
        height: 40px;
        margin: 0 20px 20px 0;
        padding: 0 14px;
        font-size: 18px;
        border: 1px solid #444;
        border: 1px solid var(--theme-on-bg);
        border-radius: 6px;
        -webkit-transition: .15s ease-in-out;
        -o-transition: .15s ease-in-out;
        transition: .15s ease-in-out;
        -webkit-transition-property: color, border;
        -o-transition-property: color, border;
        transition-property: color, border;
    }
.item-size__item:hover {
            border-color: #5DC9BF;
            border-color: var(--theme-primary-border);
        }
.item-size__item.is-active {
            color: #5DC9BF;
            color: var(--theme-primary-link);
            border-color: #5DC9BF;
            border-color: var(--theme-primary-border);
        }
@media (max-width: 959px) {
.item-size__item {
            margin: 0 10px 10px 0
    }
        }
@media (max-width: 767px) {
.item-size__item {
            min-width: 54px;
            height: 36px;
            font-size: 16px
    }
        }
@media (max-width: 479px) {
.item-size__item {
            min-width: 44px;
            height: 30px;
            font-size: 14px
    }
        }
@media (max-width: 767px) {
.properties-list {
            width: calc(100% + 40px);
            margin: 0 -20px
    }
        }
.properties-list__item:nth-child(odd) .property-label,
                .properties-list__item:nth-child(odd) .property-value {
                    background: #D1D1D1;
                    background: var(--theme-grey-bg);
                }
.property {
    font-size: 18px;
}
@media (max-width: 1365px) {
.property {
        font-size: 16px
}
    }
@media (max-width: 767px) {
.property {
        font-size: 14px
}
    }
@media (max-width: 479px) {
.property {
        font-size: 12px
}
    }
.property-label {
        padding: 7px 10px 7px 20px;
        border-radius: 6px 0 0 6px;
    }
@media (max-width: 767px) {
.property-label {
            border-radius: 0
    }
        }
.property-value {
        width: 330px;
        padding: 7px 20px 7px 10px;
        font-weight: 700;
        border-radius: 0 6px 6px 0;
    }
@media (max-width: 1365px) {
.property-value {
            width: 260px
    }
        }
@media (max-width: 1099px) {
.property-value {
            width: 230px
    }
        }
@media (max-width: 1024px) {
.property-value {
            width: 200px
    }
        }
@media (max-width: 959px) {
.property-value {
            width: 230px
    }
        }
@media (max-width: 767px) {
.property-value {
            width: 200px;
            border-radius: 0
    }
        }
@media (max-width: 479px) {
.property-value {
            width: 160px
    }
        }
.item {
    margin-top: -20px;
}
@media (max-width: 767px) {
.item {
        margin-top: -10px
}
    }
.item .page-section {
        margin-top: 0;
        margin-bottom: 50px;
    }
.item-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 10px;
    }
.item-info .art {
            margin-right: 20px;
            margin-bottom: 7px;
            font-size: 18px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
@media (max-width: 959px) {
.item-info .art {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.item-info .art {
                width: 100%;
                margin-right: 0;
                font-size: 14px
        }
            }
.item-info .label {
            margin-bottom: 7px;
        }
.item-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 50px;
    }
@media (max-width: 1024px) {
.item-main {
            display: block
    }
        }
@media (max-width: 1024px) {
.item-main {
            margin-bottom: 20px
    }
        }
.item-add-to {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 30px;
        margin-bottom: -10px;
    }
@media (max-width: 767px) {
.item-add-to {
            margin-top: 20px
    }
        }
@media (max-width: 479px) {
.item-add-to {
            margin-top: 10px
    }
        }
.item-add-to .button {
            margin: 0 20px 10px 0;
        }
.item-description {
        width: calc(100% - 650px);
    }
@media (max-width: 1365px) {
.item-description {
            width: calc(100% - 530px)
    }
        }
@media (max-width: 1099px) {
.item-description {
            width: calc(100% - 490px)
    }
        }
@media (max-width: 1024px) {
.item-description {
            width: 100%
    }
        }
.item-price {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
@media (max-width: 1099px) {
.item-price {
            display: block
    }
        }
@media (max-width: 1024px) {
.item-price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex
    }
        }
@media (max-width: 767px) {
.item-price {
            display: block
    }
        }
.item-price__inner {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: calc(100% - 300px);
        }
@media (max-width: 1099px) {
.item-price__inner {
                width: 100%;
                margin-bottom: 20px
        }
            }
@media (max-width: 1024px) {
.item-price__inner {
                width: calc(100% - 300px);
                margin-bottom: 0
        }
            }
@media (max-width: 767px) {
.item-price__inner {
                width: 100%;
                margin-bottom: 20px
        }
            }
.item-price .timer {
        }
.item-price .present {
            max-width: 210px;
        }
.item-price .price {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            -webkit-box-align: baseline;
                -ms-flex-align: baseline;
                    align-items: baseline;
            font-weight: 700;
            font-size: 36px;
        }
@media (max-width: 959px) {
.item-price .price {
                font-size: 34px
        }
            }
@media (max-width: 767px) {
.item-price .price {
                font-size: 30px
        }
            }
@media (max-width: 479px) {
.item-price .price {
                font-size: 26px
        }
            }
.item-price .price .sale {
                margin-right: calc(30em / 26);
                font-size: calc(26em / 36);
                text-decoration: line-through;
                color: #9E9E9E;
                color: var(--theme-grey-color);
            }
.item-price .item-text {
            margin-top: 17px;
        }
@media (max-width: 1365px) {
.item-price .item-text {
                font-size: 15px
        }
            }
@media (max-width: 1099px) {
.item-price .item-text {
                font-size: 18px
        }
            }
@media (max-width: 1024px) {
.item-price .item-text {
                font-size: 17px
        }
            }
@media (max-width: 959px) {
.item-price .item-text {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.item-price .item-text {
                font-size: 14px
        }
            }
.item-buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin: 20px 0;
    }
@media (max-width: 479px) {
.item-buttons {
            display: block
    }
        }
.item-buttons .item-counter {
            margin-right: 20px;
        }
@media (max-width: 767px) {
.item-buttons .item-counter {
                margin-right: 10px
        }
            }
@media (max-width: 479px) {
.item-buttons .item-counter {
                margin-right: 0;
                margin-bottom: 20px
        }
            }
.item-text {
        font-size: 18px;
    }
@media (max-width: 959px) {
.item-text {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.item-text {
            font-size: 14px
    }
        }
.item-status {
        margin: 30px 0;
        font-size: 18px;
    }
@media (max-width: 959px) {
.item-status {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.item-status {
            margin: 20px 0;
            font-size: 14px
    }
        }
.item-status .status {
            margin-bottom: 10px;
            font-size: inherit;
        }
.item-status .status .icon {
                margin-right: 8px;
                font-size: calc(24em / 18);
                color: #59D2FE;
                color: var(--theme-action-border);
            }
.item-services {
        margin: 30px 0 0;
    }
@media (max-width: 767px) {
.item-services {
            margin-top: 20px
    }
        }
.item-services__list {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
    flex-direction: column;
        }
@media (max-width: 479px) {
.item-services__list {
                display: block
        }
            }
.item-services__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 30px;
            /*margin-left: 50px;*/
            font-size: 18px;
        }
@media (max-width: 1365px) {
.item-services__item {
                /*margin-left: 30px*/
        }
            }
@media (max-width: 959px) {
.item-services__item {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.item-services__item {
                margin-bottom: 20px;
                /*margin-left: 40px;*/
                font-size: 14px
        }
            }
@media (max-width: 479px) {
.item-services__item {
                margin-left: 0;
                margin-bottom: 20px
        }
            }
.item-services__item:first-child {
                margin-left: 0;
            }
.item-services__item .val {
                font-weight: 700;
            }
.item-services__icon {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 20px;
            font-size: 38px;
        }
@media (max-width: 959px) {
.item-services__icon {
                margin-right: 16px;
                font-size: 34px
        }
            }
@media (max-width: 767px) {
.item-services__icon {
                font-size: 30px
        }
            }
@media (max-width: 479px) {
.item-services__icon {
                min-width: 40px;
                font-size: 24px
        }
            }
.item-slogan {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 40px;
    }
@media (max-width: 479px) {
.item-slogan {
            -webkit-box-align: start;
                -ms-flex-align: start;
                    align-items: flex-start;
            margin-bottom: 30px
    }
        }
.item-slogan__image {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 120px;
            height: 90px;
            margin-right: 30px;
        }
@media (max-width: 959px) {
.item-slogan__image {
                margin-right: 20px
        }
            }
@media (max-width: 767px) {
.item-slogan__image {
                width: 100px;
                height: 70px
        }
            }
@media (max-width: 479px) {
.item-slogan__image {
                width: 50px;
                height: 50px;
                margin-right: 15px
        }
            }
.item-slogan__text {
            font-size: 18px;
            line-height: 1.3;
        }
@media (max-width: 959px) {
.item-slogan__text {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.item-slogan__text {
                font-size: 14px
        }
            }
.item-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
.item-tabs {
        -webkit-box-flex: 1;
            -ms-flex: 1 auto;
                flex: 1 auto;
    }
.item-tabs .more-block__content {
                max-height: 340px;
            }
.item-x {
        overflow: hidden;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 300px;
        margin-left: 50px;
        border-radius: 6px;
    }
@media (max-width: 1365px) {
.item-x {
            margin-left: 20px
    }
        }
@media (max-width: 959px)  {
.item-x {
            display: none
    }
        }
.item .reviews-list {
        margin-top: 30px;
    }
@media (max-width: 767px) {
.item .reviews-list {
            margin-top: 20px
    }
        }
.pack {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pack .products-carousel {
        max-width: calc(100% - 277px);
    }
@media (max-width: 1024px) {
.pack .products-carousel {
            max-width: calc(100% - 257px)
    }
        }
@media (max-width: 767px) {
.pack .products-carousel {
            max-width: 100%
    }
        }
.pack .products-carousel__item {
            width: 217px;
        }
@media (max-width: 767px) {
.pack .products-carousel__item {
                width: 170px;
                padding: 0
        }
            }
@media (max-width: 479px) {
.pack .products-carousel__item {
                width: 85px
        }
            }
@media (max-width: 479px) {
.pack .products-carousel__item .product-image {
                    height: 84px
            }
                }
@media (max-width: 479px) {
.pack .products-carousel__item .product-title {
                    margin-bottom: 5px;
                    font-size: 12px
            }
                }
@media (max-width: 479px) {
.pack .products-carousel__item .product-price {
                    font-size: 14px
            }

                    .pack .products-carousel__item .product-price .sale {
                        font-size: 12px;
                    }
                }
@media (max-width: 479px) {
.pack .products-carousel__item .product-button {
                    display: none
            }
                }
.pack .products-carousel__item:last-child {
                margin-right: 0 !important;
            }
.pack .products-carousel__item:not(:last-child):before {
                    content: '';
                    top: 15px;
                    left: 100%;
                    position: absolute;
                    width: 60px;
                    height: 192px;
                    background: url('/local/templates/detsky1new/styles/styles/../../images/icons/plus.svg') no-repeat;
                    background-size: 20px 20px;
                    background-position: 50% 50%;
                }
@media (max-width: 1024px) {
.pack .products-carousel__item:not(:last-child):before {
                        width: 40px
                }
                    }
@media (max-width: 959px) {
.pack .products-carousel__item:not(:last-child):before {
                        top: 10px
                }
                    }
@media (max-width: 767px) {
.pack .products-carousel__item:not(:last-child):before {
                        top: 0;
                        width: 20px;
                        height: 160px;
                        background-size: 10px 10px
                }
                    }
@media (max-width: 479px) {
.pack .products-carousel__item:not(:last-child):before {
                        height: 84px
                }
                    }
.pack .products-carousel__item.product_result {
                display: none;
            }
@media (max-width: 767px) {
.pack .products-carousel__item.product_result {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex
            }

                    .pack .products-carousel__item.product_result:before {
                        background-image: url('/local/templates/detsky1new/styles/styles/../../images/icons/equal.svg');
                        background-size: 12px 8px;
                    }
                }
@media (max-width: 767px) {
.pack .products-carousel .swiper-button-prev,
        .pack .products-carousel .swiper-button-next {
                top: calc(30px + (160px / 2) - 20px)
        }
            }
@media (max-width: 479px) {
.pack .products-carousel .swiper-button-prev,
        .pack .products-carousel .swiper-button-next {
                top: calc(20px + (84px / 2) - 18px)
        }
            }
.pack-product {
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 217px;
        margin-top: 10px;
        margin-left: 60px;
    }
@media (max-width: 1024px) {
.pack-product {
            margin-left: 40px
    }
        }
@media (max-width: 767px) {
.pack-product {
            display: none
    }
        }
.pack-product:before {
            content: '';
            top: 15px;
            right: 100%;
            position: absolute;
            width: 60px;
            height: 192px;
            background: url('/local/templates/detsky1new/styles/styles/../../images/icons/equal.svg') no-repeat;
            background-size: 21px 14px;
            background-position: 50% 50%;
        }
@media (max-width: 1024px) {
.pack-product:before {
                width: 40px
        }
            }
@media (max-width: 959px) {
.pack-product:before {
                top: 10px
        }
            }
.pack-product .product-button {
            opacity: 0;
            visibility: hidden;
        }
@media (max-width: 479px) {
.pack-product .product-button {
                display: none
        }
            }
.touchevents .pack-product .product-button {
                opacity: 1;
                visibility: visible;
            }
.no-touchevents .pack-product.link:hover,
            .no-touchevents .pack-product.link:focus {
                border: 1px solid transparent;
            }
.gate {
    text-align: center;
}
.gate + .gate {
        margin-top: 70px;
    }
@media (max-width: 1024px) {
.gate + .gate {
            margin-top: 60px
    }
        }
@media (max-width: 767px) {
.gate + .gate {
            margin-top: 40px
    }
        }
.gate-pack {
    display: inline-block;
    max-width: 100%;
    position: relative;
    padding: 30px 0 60px;
    border: 4px solid #95D6D0;
    border: 4px solid var(--theme-primary-color);
    border-radius: 10px;
}
@media (max-width: 1024px) {
.gate-pack {
        padding-top: 20px
}
    }
@media (max-width: 767px) {
.gate-pack {
        padding: 0;
        border: none
}
    }
.gate-pack .gate-product {
        position: relative;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        width: 228px;
        margin-right: 44px;
        padding: 20px;
        background: #ffffff;
        border-radius: 6px;
        border: 1px solid #D1D1D1;
        border: 1px solid var(--theme-grey-border);
    }
@media (max-width: 1365px) {
.gate-pack .gate-product {
            width: calc(((100vw - 40px) - 44px * 4) / 5);
            padding: 15px
    }
        }
@media (max-width: 1099px) {
.gate-pack .gate-product {
            width: calc(((100vw - 40px) - 44px * 3) / 4)
    }
        }
@media (max-width: 1024px) {
.gate-pack .gate-product {
            width: calc(((100vw - 40px) - 30px * 3) / 4);
            margin-right: 30px
    }
        }
@media (max-width: 959px) {
.gate-pack .gate-product {
            padding: 10px
    }
        }
@media (max-width: 767px) {
.gate-pack .gate-product {
            width: calc(((100vw - 40px) - 20px * 2) / 3);
            margin-right: 20px
    }
        }
@media (max-width: 479px) {
.gate-pack .gate-product {
            width: 128px
    }
        }
.gate-pack .gate-product:before {
            content: '';
            top: 0;
            left: 100%;
            position: absolute;
            width: 44px;
            height: 100%;
            background: url('/local/templates/detsky1new/styles/styles/../../images/icons/equal.svg') no-repeat;
            background-size: 21px 14px;
            background-position: 50% 50%;
        }
@media (max-width: 1024px) {
.gate-pack .gate-product:before {
                width: 30px;
                background-size: 15px 10px
        }
            }
@media (max-width: 767px) {
.gate-pack .gate-product:before {
                width: 20px;
                background-size: 12px 8px
        }
            }
.gate-pack .gate-product-col {
            top: 20px;
            right: 20px;
            position: absolute;
            z-index: 1;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 56px;
            height: 56px;
            font-weight: 700;
            font-size: 26px;
            color: #ffffff;
            background: #95D6D0;
            background: var(--theme-primary-bg);
            border-radius: 50%;
        }
@media (max-width: 1365px) {
.gate-pack .gate-product-col {
                top: 15px;
                right: 15px
        }
            }
@media (max-width: 959px) {
.gate-pack .gate-product-col {
                top: 10px;
                right: 10px;
                width: 50px;
                height: 50px;
                font-size: 24px
        }
            }
@media (max-width: 767px) {
.gate-pack .gate-product-col {
                width: 44px;
                height: 44px;
                font-size: 18px
        }
            }
.gate-pack .gate-product-image {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            padding: 30px 0;
            font-size: 82px;
            color: #95D6D0;
            color: var(--theme-primary-color);
        }
@media (max-width: 1365px) {
.gate-pack .gate-product-image {
                font-size: 70px
        }
            }
@media (max-width: 1024px) {
.gate-pack .gate-product-image {
                font-size: 60px
        }
            }
@media (max-width: 767px) {
.gate-pack .gate-product-image {
                padding: 20px 0;
                font-size: 50px
        }
            }
@media (max-width: 479px) {
.gate-pack .gate-product-image {
                margin-top: auto;
                padding: 0;
                font-size: 40px
        }
            }
.gate-pack .gate-product-price {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-top: 20px;
            font-weight: 700;
            font-size: 26px;
        }
@media (max-width: 1365px) {
.gate-pack .gate-product-price {
                margin-top: 0;
                font-size: 24px
        }
            }
@media (max-width: 1024px) {
.gate-pack .gate-product-price {
                font-size: 22px
        }
            }
@media (max-width: 959px) {
.gate-pack .gate-product-price {
                margin-top: 10px
        }
            }
@media (max-width: 767px) {
.gate-pack .gate-product-price {
                margin-top: 0;
                font-size: 20px
        }
            }
@media (max-width: 479px) {
.gate-pack .gate-product-price {
                margin-top: 20px;
                font-size: 16px
        }
            }
.gate-pack .gate-product-button {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            max-width: 100%;
            margin-top: 30px;
        }
@media (max-width: 767px) {
.gate-pack .gate-product-button {
                margin-top: 20px
        }
            }
@media (max-width: 479px) {
.gate-pack .gate-product-button {
                max-width: none;
                width: calc(100% + 20px);
                margin: auto -10px -10px
        }
            }
.gate-pack-carousel {
        padding-bottom: 1px;
    }
.gate-pack-carousel__item:first-child {
                margin-left: 30px;
            }
@media (max-width: 1024px) {
.gate-pack-carousel__item:first-child {
                    margin-left: 20px
            }
                }
@media (max-width: 767px) {
.gate-pack-carousel__item:first-child {
                    margin-left: 0
            }
                }
.gate-pack-carousel__item:last-child {
                margin-right: 30px !important;
            }
@media (max-width: 1024px) {
.gate-pack-carousel__item:last-child {
                    margin-right: 20px !important
            }
                }
@media (max-width: 767px) {
.gate-pack-carousel__item:last-child {
                    margin-right: 0 !important
            }
                }
.gate-pack-carousel .gate-product {
            -webkit-box-pack: start;
                -ms-flex-pack: start;
                    justify-content: flex-start;
            margin-right: 0;
            padding-bottom: 10px;
        }
@media (max-width: 1365px) {
.gate-pack-carousel .gate-product {
                padding-bottom: 15px
        }
            }
.gate-pack-carousel .gate-product:before {
                background-image: url('/local/templates/detsky1new/styles/styles/../../images/icons/plus.svg');
                background-size: 14px 14px;
            }
@media (max-width: 767px) {
.gate-pack-carousel .gate-product:before {
                    background-size: 10px 10px
            }
                }
.gate-pack-carousel .gate-product:last-child:before {
                    display: none;
                }
.gate-pack-carousel .gate-product-image {
                position: relative;
                width: 100%;
                padding: 100% 0 0;
            }
.gate-pack-carousel .gate-product-image img {
                    top: 0;
                    left: 0;
                    position: absolute;
                }
.gate-pack-carousel .gate-product-title {
                overflow: hidden;
                height: 6.1em;
                margin: 10px 0;
                font-size: 15px;
                text-align: center;
                -webkit-transition: color .15s ease-in-out;
                -o-transition: color .15s ease-in-out;
                transition: color .15s ease-in-out;
            }
@media (max-width: 1365px) {
.gate-pack-carousel .gate-product-title {
                    font-size: 14px
            }
                }
@media (max-width: 959px) {
.gate-pack-carousel .gate-product-title {
                    height: 3.7em
            }
                }
@media (max-width: 479px) {
.gate-pack-carousel .gate-product-title {
                    margin-bottom: 4px;
                    font-size: 12px
            }
                }
.gate-pack-carousel .gate-product-title.link:hover,
                    .gate-pack-carousel .gate-product-title.link:focus {
                        outline: none;
                        color: #5DC9BF;
                        color: var(--theme-primary-link);
                    }
.gate-pack-carousel .gate-product-artikul {
                margin-bottom: 4px;
                font-weight: 600;
                font-size: 12px;
                color: #9E9E9E;
                color: var(--theme-grey-color);
            }
.gate-pack-carousel .gate-product-price {
                margin-top: auto;
            }
.gate-pack-carousel .swiper-button-prev,
        .gate-pack-carousel .swiper-button-next {
            top: calc(20px + (192px / 2) - 30px);
            position: absolute;
        }
@media (max-width: 1365px) {
.gate-pack-carousel .swiper-button-prev,
        .gate-pack-carousel .swiper-button-next {
                top: calc(15px + (((100vw - 40px) - 44px * 4) / 5 - 30px) / 2 - 30px)
        }
            }
@media (max-width: 1099px) {
.gate-pack-carousel .swiper-button-prev,
        .gate-pack-carousel .swiper-button-next {
                top: calc(15px + (((100vw - 40px) - 44px * 3) / 4 - 30px) / 2 - 30px)
        }
            }
@media (max-width: 1024px) {
.gate-pack-carousel .swiper-button-prev,
        .gate-pack-carousel .swiper-button-next {
                top: calc(15px + (((100vw - 40px) - 30px * 3) / 4 - 30px) / 2 - 25px)
        }
            }
@media (max-width: 959px) {
.gate-pack-carousel .swiper-button-prev,
        .gate-pack-carousel .swiper-button-next {
                top: calc(10px + (((100vw - 40px) - 30px * 3) / 4 - 20px) / 2 - 25px)
        }
            }
@media (max-width: 767px) {
.gate-pack-carousel .swiper-button-prev,
        .gate-pack-carousel .swiper-button-next {
                top: calc(10px + (((100vw - 40px) - 20px * 2) / 3 - 20px) / 2 - 20px)
        }
            }
@media (max-width: 479px) {
.gate-pack-carousel .swiper-button-prev,
        .gate-pack-carousel .swiper-button-next {
                top: calc(10px + (110px / 2) - 18px)
        }
            }
.gate-pack-carousel .swiper-button-prev {
            left: 10px;
        }
@media (max-width: 479px) {
.gate-pack-carousel .swiper-button-prev {
                left: 0
        }
            }
.gate-pack-carousel .swiper-button-next {
            right: 10px;
        }
@media (max-width: 479px) {
.gate-pack-carousel .swiper-button-next {
                right: 0
        }
            }
.gate-pack__button {
        bottom: 0;
        left: 50%;
        position: absolute;
        -webkit-transform: translate(-50%, 50%);
            -ms-transform: translate(-50%, 50%);
                transform: translate(-50%, 50%);
    }
@media (max-width: 767px) {
.gate-pack__button {
            top: auto;
            right: auto;
            bottom: auto;
            left: auto;
            position: relative;
            margin: 20px auto 0;
            -webkit-transform: none;
                -ms-transform: none;
                    transform: none
    }
        }
.fancybox-bg {
        background: #000;
    }
.fancybox-show-thumbs .fancybox-inner {
            right: 0;
        }
.fancybox-stage .fancybox-close-gallery {
            cursor: pointer;
            opacity: 1;
            position: fixed;
            z-index: 100000;
            top: 28px;
            right: 28px;
            display: block !important;
            width: 50px;
            height: 50px;
            padding: 0;
            color: #95D6D0;
            color: var(--theme-primary-color);
        }
@media (max-width: 767px) {
.fancybox-stage .fancybox-close-gallery {
                top: 3px;
                right: 3px;
                width: 30px;
                height: 30px
        }
            }
.fancybox-slide--image {
        padding: 40px;
    }
@media (max-width: 767px) {
.fancybox-slide--image {
            padding: 20px
    }
        }
.fancybox-slide--image .fancybox-content {
            overflow: hidden;
            top: 50%;
            left: 50%;
            width: calc(100vh - 80px) !important;
            height: calc(100vh - 80px) !important;
            max-width: calc(100vw - 80px);
            max-height: calc(100vw - 80px);
            background: #fff;
            border: 1px solid #D1D1D1;
            border: 1px solid var(--theme-grey-border);
            border-radius: 6px;
            -webkit-transform: translate(-50%, -50%) !important;
                -ms-transform: translate(-50%, -50%) !important;
                    transform: translate(-50%, -50%) !important;
        }
@media (max-width: 767px) {
.fancybox-slide--image .fancybox-content {
                width: calc(100vh - 40px) !important;
                height: calc(100vh - 40px) !important;
                max-width: calc(100vw - 40px);
                max-height: calc(100vw - 40px)
        }
            }
.fancybox-slide--image .fancybox-content img {
                top: auto;
                right: auto;
                bottom: auto;
                left: auto;
                position: relative;
                width: 100%;
                height: 100%;
                -o-object-fit: cover;
                   object-fit: cover;
                -o-object-position: center;
                   object-position: center;
            }
.fancybox-navigation {
        position: relative;
        width: calc(100vh - 80px);
        max-width: calc(100vw - 80px);
        height: 100%;
        margin: 0 auto;
    }
@media (max-width: 767px) {
.fancybox-navigation {
            width: calc(100vh - 40px);
            max-width: calc(100vw - 40px)
    }
        }
.fancybox-navigation .fancybox-button {
            opacity: 1 !important;
            visibility: visible !important;
            overflow: hidden;
            cursor: pointer;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            top: calc(50% - 30px);
            width: 60px;
            height: 60px;
            background: rgba(149, 214, 208, 0.5) url('/local/templates/detsky1new/styles/styles/../../images/icons/arrow-left-w.svg') no-repeat;
            background-size: auto 24px;
            background-position: 50% 50%;
            border-radius: 50%;
            -webkit-transition: .15s ease-in-out;
            -o-transition: .15s ease-in-out;
            transition: .15s ease-in-out;
            -webkit-transition-property: opacity;
            -o-transition-property: opacity;
            transition-property: opacity;
        }
@media (max-width: 1024px) {
.fancybox-navigation .fancybox-button {
                top: calc(50% - 25px);
                width: 50px;
                height: 50px;
                background-size: auto 20px
        }
            }
@media (max-width: 767px) {
.fancybox-navigation .fancybox-button {
                top: calc(50% - 20px);
                width: 40px;
                height: 40px
        }
            }
@media (max-width: 479px) {
.fancybox-navigation .fancybox-button {
                top: calc(50% - 18px);
                width: 36px;
                height: 36px
        }
            }
.fancybox-navigation .fancybox-button svg {
                display: none;
            }
.fancybox-navigation .fancybox-button:hover,
            .fancybox-navigation .fancybox-button:focus {
                outline: none;
            }
.fancybox-navigation .fancybox-button:hover {
                background-color: #95D6D0;
            }
.fancybox-navigation .fancybox-button[disabled] {
                opacity: 0 !important;
            }
.fancybox-navigation .fancybox-button--arrow_left {
                left: 20px;
                padding: 0;
            }
.fancybox-navigation .fancybox-button--arrow_right {
                right: 20px;
                padding: 0;
                background-image: url('/local/templates/detsky1new/styles/styles/../../images/icons/arrow-right-w.svg');
            }
/*&-thumbs {
        overflow: hidden;
        top: auto;
        right: 0;
        bottom: 40px;
        left: 0;
        size: 100% 116px;
        padding: 0;
        background: none;

        &__list {
            margin-left: -8px;

            a {
                overflow: hidden;
                size: 116px;
                max-width: none;
                max-height: none;
                margin: 0 8px;
                background-color: #fff;
                border: 1px solid var(--theme-grey-border);
                border-radius: 6px;

                &:before {
                    display: none;
                }

                &.fancybox-thumbs-active {
                    border-color: var(--theme-primary-border);
                }
            }
        }
    }*/
.fancybox-is-open .fancybox-bg {
            opacity: .5;
        }
.steps-section:not(:first-child) {
            margin-top: 50px;
        }
@media (max-width: 1024px) {
.steps-section:not(:first-child) {
                margin-top: 40px
        }
            }
@media (max-width: 767px) {
.steps-section:not(:first-child) {
                margin-top: 30px
        }
            }
.steps-section__title {
            margin-bottom: 50px;
            font-weight: 700;
            font-size: 30px;
        }
@media (max-width: 1099px) {
.steps-section__title {
                font-size: 28px
        }
            }
@media (max-width: 1024px) {
.steps-section__title {
                margin-bottom: 40px
        }
            }
@media (max-width: 959px) {
.steps-section__title {
                font-size: 22px
        }
            }
@media (max-width: 767px) {
.steps-section__title {
                margin-bottom: 30px;
                font-size: 18px
        }
            }
@media (max-width: 479px) {
.steps-section__title {
                font-size: 16px
        }
            }
.types-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: -44px;
}
@media (max-width: 1024px) {
.types-grid {
        margin: 0 -15px -30px
}
    }
@media (max-width: 767px) {
.types-grid {
        margin: 0 -10px -20px
}
    }
.types-grid__item {
        overflow: hidden;
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: calc((100% - 44px * 4) / 5);
        margin-bottom: 44px;
        margin-left: 44px;
        padding: 20px 20px 45px;
        text-align: center;
        background: #fff;
        border: none;
        border-radius: 6px;
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
                box-shadow: 0 0 20px rgba(0, 0, 0, 0.16);
    }
@media (max-width: 1365px) {
.types-grid__item {
            padding: 15px 15px 45px
    }
        }
@media (max-width: 1099px) {
.types-grid__item {
            width: calc((100% - 44px * 3) / 4)
    }
        }
@media (max-width: 1024px) {
.types-grid__item {
            width: calc(25% - 30px);
            margin: 0 15px 30px
    }
        }
@media (max-width: 959px) {
.types-grid__item {
            padding: 10px 10px 45px
    }
        }
@media (max-width: 767px) {
.types-grid__item {
            width: calc((100% / 3) - 20px);
            margin: 0 10px 20px;
            padding: 0 0 36px;
            border: none;
            -webkit-box-shadow: none;
                    box-shadow: none
    }
        }
@media (max-width: 479px) {
.types-grid__item {
            width: calc(50% - 20px)
    }
        }
@media (min-width: 1100px) {
.types-grid__item:nth-child(5n + 1) {
                margin-left: 0
        }
            }
@media (min-width: 1025px) and (max-width: 1099px) {
.types-grid__item:nth-child(4n + 1) {
                margin-left: 0
        }
            }
.types-grid__item .button {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            right: -1px;
            bottom: -1px;
            left: -1px;
            position: absolute;
            width: calc(100% + 2px);
            -webkit-box-shadow: none;
                    box-shadow: none;
        }
@media (max-width: 767px) {
.types-grid__item .button {
                right: 0;
                bottom: 0;
                left: 0;
                width: 100%
        }
            }
.types-grid__item[aria-checked="true"],
        .types-grid__item.is-active {
            border: 1px solid #5DC9BF;
            border: 1px solid var(--theme-primary-border);
            -webkit-box-shadow: 0 0 20px rgba(93, 201, 191, 0.5);
                    box-shadow: 0 0 20px rgba(93, 201, 191, 0.5);
        }
@media (max-width: 767px) {
.types-grid__item[aria-checked="true"],
        .types-grid__item.is-active {
                border: none;
                -webkit-box-shadow: none;
                        box-shadow: none
        }

                .types-grid__item[aria-checked="true"] .types-grid__image, .types-grid__item.is-active .types-grid__image {
                    border: 1px solid #5DC9BF;
                    border: 1px solid var(--theme-primary-border);
                }
            }
.types-grid__item[aria-checked="true"] .button, .types-grid__item.is-active .button {
                color: #fff;
            }
.types-grid__image {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        padding-top: 100%;
        border-radius: 6px;
    }
.types-grid__image img {
            top: 0;
            left: 0;
            position: absolute;
        }
.types-grid__title {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin: 10px 0;
        font-weight: 700;
        font-size: 18px;
    }
@media (max-width: 1365px) {
.types-grid__title {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.types-grid__title {
            font-size: 14px
    }
        }
@media (max-width: 479px) {
.types-grid__title {
            margin-bottom: 6px
    }
        }
.types-grid__text {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-top: -6px;
        margin-bottom: 14px;
        font-size: 15px;
    }
@media (max-width: 1365px) {
.types-grid__text {
            font-size: 14px
    }
        }
@media (max-width: 767px) {
.types-grid__text {
            margin-top: -10px;
            margin-bottom: 10px
    }
        }
@media (max-width: 479px) {
.types-grid__text {
            margin-top: -2px;
            margin-bottom: 6px;
            font-size: 12px
    }
        }
.types-grid_img .types-grid__item {
            padding: 0 0 45px;
        }
@media (max-width: 767px) {
.types-grid_img .types-grid__item {
                padding: 0 0 36px
        }
            }
.types-grid_img .types-grid__item[aria-checked="true"],
            .types-grid_img .types-grid__item.is-active {
                border: 1px solid #5DC9BF;
                border: 1px solid var(--theme-primary-border);
            }
.types-grid_img .types-grid__item[aria-checked="true"] .types-grid__image, .types-grid_img .types-grid__item.is-active .types-grid__image {
                    border: none;
                }
.types-grid_img .types-grid__item[aria-checked="true"] .button, .types-grid_img .types-grid__item.is-active .button {
                    right: -1px;
                    bottom: -1px;
                    left: -1px;
                    width: calc(100% + 2px);
                }
.types-grid_img .types-grid__image {
            padding-top: calc(280 * 100% / 230);
            border-radius: 0;
        }
.types-grid_img .types-grid__image img {
                -o-object-position: center top;
                   object-position: center top;
            }
.quick-view {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-height: calc(100vh - 90px);
}
@media (max-width: 1024px) {
.quick-view {
        visibility: hidden
}
    }
@media (max-width: 767px) {
.quick-view {
        max-height: calc(100vh - 60px)
}
    }
.quick-view__title {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        margin-bottom: 10px;
        padding-right: 50px;
        font-weight: 700;
        font-size: 38px;
    }
@media (max-width: 1099px) {
.quick-view__title {
            font-size: 34px
    }
        }
.quick-view .item {
        overflow: auto;
        height: 100%;
    }
.quick-view .item-gallery-wr {
            width: 500px;
        }
@media (max-width: 1365px) {
.quick-view .item-gallery-wr {
                width: 470px;
                margin-right: 30px
        }
            }
@media (max-width: 1099px) {
.quick-view .item-gallery-wr {
                width: 400px
        }
            }
.quick-view .item-gallery__item {
            height: 500px;
        }
@media (max-width: 1365px) {
.quick-view .item-gallery__item {
                height: 470px
        }
            }
@media (max-width: 1099px) {
.quick-view .item-gallery__item {
                height: 400px
        }
            }
.quick-view .item-main {
            margin-bottom: 0;
        }
.quick-view .item-description {
            width: calc(100% - 550px);
        }
@media (max-width: 1365px) {
.quick-view .item-description {
                width: calc(100% - 500px)
        }
            }
@media (max-width: 1099px) {
.quick-view .item-description {
                width: calc(100% - 430px)
        }
            }
.quick-view .item-price__inner {
                width: 100%;
            }
.quick-view .item .timer {
            margin: 20px 0 -10px;
        }
.quick-view .item-slogan {
            margin-bottom: 0;
        }
.review-text {
        position: relative;
        margin-bottom: 35px;
        padding: 30px;
        font-size: 18px;
        line-height: 1.3;
        background: #fff;
        border: 1px solid #707070;
        border-radius: 30px;
    }
@media (max-width: 1099px) {
.review-text {
            padding: 25px
    }
        }
@media (max-width: 959px) {
.review-text {
            padding: 20px 25px;
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.review-text {
            margin-bottom: 20px;
            padding: 15px;
            font-size: 14px;
            border-radius: 15px
    }
        }
.review-text:before,
        .review-text:after {
            content: '';
            top: 100%;
            left: 50px;
            position: absolute;
            border-style: solid;
            border-width: 26px 15px 26px 15px;
            border-color: #707070 transparent transparent transparent;
        }
@media (max-width: 767px) {
.review-text:before,
        .review-text:after {
                left: 28px;
                border-width: 17px 10px 17px 10px
        }
            }
.review-text:after {
            margin-top: -2px;
            border-top-color: #FFFFFF;
        }
.review-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 15px;
    }
@media (max-width: 959px) {
.review-info {
            margin-bottom: 10px
    }
        }
.review-info .rating {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            margin-right: 15px;
        }
.review-info .date {
            font-style: italic;
            color: #D1D1D1;
            color: var(--theme-grey-border);
        }
.review-author {
        margin-left: 58px;
        font-weight: 700;
        font-size: 18px;
    }
@media (max-width: 959px) {
.review-author {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.review-author {
            margin-left: 34px;
            font-size: 14px
    }
        }
.reviews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 959px)  {
.reviews {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap
}
    }
.reviews-content {
        width: calc(100% - 450px);
    }
@media (max-width: 1365px) {
.reviews-content {
            width: calc(100% - 400px)
    }
        }
@media (max-width: 1099px) {
.reviews-content {
            width: calc(100% - 380px)
    }
        }
@media (max-width: 959px) {
.reviews-content {
            width: 100%
    }
        }
.reviews-title {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 30px;
    }
@media (max-width: 1099px) {
.reviews-title {
            font-size: 28px
    }
        }
@media (max-width: 959px) {
.reviews-title {
            font-size: 22px
    }
        }
@media (max-width: 767px) {
.reviews-title {
            margin-bottom: 20px;
            font-size: 18px
    }
        }
@media (max-width: 479px) {
.reviews-title {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.reviews-list {
            padding-bottom: 10px
    }
        }
.reviews-list__item {
            margin-bottom: 50px;
        }
@media (max-width: 959px) {
.reviews-list__item {
                margin-bottom: 30px
        }
            }
@media (max-width: 767px) {
.reviews-list__item {
                margin-bottom: 20px
        }
            }
.reviews-list__item:last-child {
                margin-bottom: 0;
            }
@media (max-width: 959px) {
.reviews-list__item:last-child {
                    margin-bottom: 30px
            }
                }
.reviews-form {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 400px;
        margin-left: 50px;
    }
@media (max-width: 1365px) {
.reviews-form {
            width: 370px;
            margin-left: 30px
    }
        }
@media (max-width: 1099px) {
.reviews-form {
            width: 350px;
            margin-left: 30px
    }
        }
@media (max-width: 959px) {
.reviews-form {
            width: 100%;
            margin-left: 0
    }
        }
.reviews-form__title {
            margin-bottom: 20px;
            font-weight: 700;
            font-size: 30px;
        }
@media (max-width: 1099px) {
.reviews-form__title {
                font-size: 28px
        }
            }
@media (max-width: 959px) {
.reviews-form__title {
                font-size: 22px
        }
            }
@media (max-width: 767px) {
.reviews-form__title {
                margin-bottom: 10px;
                font-size: 18px
        }
            }
@media (max-width: 479px) {
.reviews-form__title {
                font-size: 16px
        }
            }
.sale-image {
        position: relative;
        padding-top: 31.183%;
        border-radius: 6px;
    }
.sale-image img {
            top: 0;
            left: 0;
            position: absolute;
        }
.sales-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -50px;
    }
@media (max-width: 1099px) {
.sales-list {
            margin-bottom: -30px
    }
        }
.sales-list__item {
            width: calc(50% - 25px);
            margin-bottom: 50px;
            margin-left: 50px;
        }
@media (max-width: 1099px) {
.sales-list__item {
                width: calc(50% - 15px);
                margin-bottom: 30px;
                margin-left: 30px
        }
            }
@media (max-width: 959px) {
.sales-list__item {
                width: calc(50% - 10px);
                margin-left: 20px
        }
            }
@media (max-width: 767px) {
.sales-list__item {
                width: 100%;
                margin-left: 0
        }
            }
.sales-list__item:nth-child(2n + 1) {
                margin-left: 0;
            }
.sales-list__image {
            display: block;
            position: relative;
            padding-top: 31.183%;
            border-radius: 6px;
        }
.sales-list__image.link {
                display: block;
            }
.sales-list__image img {
                top: 0;
                left: 0;
                position: absolute;
            }
.sales-list__title {
            margin-top: 10px;
            font-weight: 700;
            font-size: 20px;
        }
@media (max-width: 959px) {
.sales-list__title {
                font-size: 18px
        }
            }
@media (max-width: 767px) {
.sales-list__title {
                font-size: 16px
        }
            }
@media (max-width: 479px) {
.sales-list__title {
                font-size: 14px
        }
            }
.sales-list__title.link {
                display: inline-block;
            }
.sales-list__title.link:hover,
                .sales-list__title.link:focus {
                    outline: none;
                    color: #5DC9BF;
                    color: var(--theme-primary-link);
                }
.sales-list__text {
            margin-top: 5px;
            font-size: 18px;
        }
@media (max-width: 959px) {
.sales-list__text {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.sales-list__text {
                font-size: 14px
        }
            }
@media (max-width: 479px) {
.sales-list__text {
                font-size: 12px
        }
            }
.article-image {
        position: relative;
        margin-bottom: 20px;
        padding-top: 31.183%;
        border-radius: 6px;
    }
.article-image img {
            top: 0;
            left: 0;
            position: absolute;
        }
.article-date {
        margin-top: 20px;
        font-size: 18px;
        font-style: italic;
        color: #D1D1D1;
        color: var(--theme-grey-border);
    }
@media (max-width: 959px) {
.article-date {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.article-date {
            font-size: 14px
    }
        }
.article-back {
        margin-top: 30px;
    }
.news-list__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 30px;
        }
@media (max-width: 767px) {
.news-list__item {
                -webkit-box-align: start;
                    -ms-flex-align: start;
                        align-items: flex-start;
                margin-bottom: 20px
        }
            }
.news-list__item:last-child {
                margin-bottom: 0;
            }
.news-list__item.link:hover .news-list__title {
                    color: #5DC9BF;
                    color: var(--theme-primary-link);
                }
.news-list__image {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            overflow: hidden;
            width: 120px;
            height: 120px;
            margin-right: 30px;
            border-radius: 6px;
        }
@media (max-width: 959px) {
.news-list__image {
                margin-right: 20px
        }
            }
@media (max-width: 767px) {
.news-list__image {
                width: 100px;
                height: 100px;
                margin-right: 10px
        }
            }
@media (max-width: 479px) {
.news-list__image {
                width: 80px;
                height: 80px
        }
            }
.news-list-descr {
            -webkit-box-flex: 1;
                -ms-flex: 1 auto;
                    flex: 1 auto;
        }
.news-list__title {
            font-weight: 700;
            font-size: 30px;
            -webkit-transition: color .15s ease-in-out;
            -o-transition: color .15s ease-in-out;
            transition: color .15s ease-in-out;
        }
@media (max-width: 1099px) {
.news-list__title {
                font-size: 28px
        }
            }
@media (max-width: 959px) {
.news-list__title {
                font-size: 22px
        }
            }
@media (max-width: 767px) {
.news-list__title {
                font-size: 18px
        }
            }
@media (max-width: 479px) {
.news-list__title {
                font-size: 16px
        }
            }
.news-list__title:link:hover {
                    color: #5DC9BF;
                    color: var(--theme-primary-link);
                }
.news-list__text {
            margin-top: 5px;
            font-size: 18px;
        }
@media (max-width: 959px) {
.news-list__text {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.news-list__text {
                font-size: 14px
        }
            }
.news-list__date {
            margin-top: 6px;
            font-size: 18px;
            font-style: italic;
            color: #D1D1D1;
            color: var(--theme-grey-border);
        }
@media (max-width: 959px) {
.news-list__date {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.news-list__date {
                font-size: 14px
        }
            }
.news .pagination {
        margin-top: 50px;
    }
.collection-img {
        position: relative;
        border-radius: 6px;
    }
.collection-img img {
            top: 0;
            left: 0;
            position: absolute;
            -webkit-transform: scale(1);
                -ms-transform: scale(1);
                    transform: scale(1);
            -webkit-transition: -webkit-transform .3s ease-in-out;
            transition: -webkit-transform .3s ease-in-out;
            -o-transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out;
            transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
        }
.collection-title {
        margin-top: 10px;
        font-weight: 700;
        font-size: 20px;
        color: inherit;
        -webkit-transition: color .3s ease-in-out;
        -o-transition: color .3s ease-in-out;
        transition: color .3s ease-in-out;
    }
@media (max-width: 1099px) {
.collection-title {
            font-size: 18px
    }
        }
@media (max-width: 767px) {
.collection-title {
            font-size: 14px
    }
        }
.collection.link:hover,
    .collection.link:focus {
        outline: none;
    }
.collection.link:hover .collection-img img, .collection.link:focus .collection-img img {
                -webkit-transform: scale(1.1);
                    -ms-transform: scale(1.1);
                        transform: scale(1.1);
            }
.collection.link:hover .collection-title, .collection.link:focus .collection-title {
            color: #5DC9BF;
            color: var(--theme-primary-link);
        }
.collections-headline {
        padding-top: calc(600 * 100% / 975);
        background-repeat: no-repeat;
        background-size: cover;
        border-radius: 6px;
    }
.collections-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-bottom: -50px;
        margin-left: -50px;
    }
@media (max-width: 1365px) {
.collections-grid {
            margin-bottom: -40px;
            margin-left: -30px
    }
        }
@media (max-width: 1024px) {
.collections-grid {
            margin-bottom: -30px;
            margin-left: -20px
    }
        }
@media (max-width: 767px) {
.collections-grid {
            margin-bottom: -20px
    }
        }
@media (max-width: 479px) {
.collections-grid {
            margin-left: 0
    }
        }
.collections-grid__item {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: calc(50% - 50px);
            margin-left: 50px;
            margin-bottom: 50px;
        }
@media (max-width: 1365px) {
.collections-grid__item {
                width: calc(50% - 30px);
                margin-left: 30px;
                margin-bottom: 40px
        }
            }
@media (max-width: 1024px) {
.collections-grid__item {
                width: calc(50% - 20px);
                margin-left: 20px;
                margin-bottom: 30px
        }
            }
@media (max-width: 767px) {
.collections-grid__item {
                margin-bottom: 20px
        }
            }
@media (max-width: 479px) {
.collections-grid__item {
                width: 100%;
                margin-left: 0
        }
            }
.collections-grid__item .collection-img {
                padding-top: calc(350 * 100% / 462);
            }
.contacts {
    overflow: hidden;
}
.contacts-grid {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
@media (max-width: 1099px) {
.contacts-grid {
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            margin-right: -20px;
            margin-bottom: -20px;
            border-bottom: 1px solid transparent
    }
        }
@media (max-width: 767px) {
.contacts-grid {
            margin-right: 0
    }
        }
.contacts-grid__item {
            -webkit-box-flex: 1;
                -ms-flex: 1 auto;
                    flex: 1 auto;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            margin-right: 30px;
        }
@media (max-width: 1099px) {
.contacts-grid__item {
                width: calc(50% - 20px);
                margin-right: 20px;
                margin-bottom: 20px
        }
            }
@media (max-width: 767px) {
.contacts-grid__item {
                width: 100%;
                margin-right: 0
        }
            }
.contacts-grid__item:last-child {
                margin-right: 0;
            }
@media (max-width: 1099px) {
.contacts-grid__item:last-child {
                    margin-right: 20px
            }
                }
@media (max-width: 767px) {
.contacts-grid__item:last-child {
                    margin-right: 0
            }
                }
.contacts-grid__image {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: 130px;
            height: 130px;
            margin-right: 30px;
        }
@media (max-width: 1365px) {
.contacts-grid__image {
                width: 80px;
                height: 80px;
                margin-right: 20px
        }
            }
@media (max-width: 959px) {
.contacts-grid__image {
                width: 60px;
                height: 60px
        }
            }
@media (max-width: 767px) {
.contacts-grid__image {
                margin-right: 10px
        }
            }
.contacts-grid__image img {
                max-width: 90px;
                max-height: 90px;
            }
@media (max-width: 1365px) {
.contacts-grid__image img {
                    max-width: 60px;
                    max-height: 60px
            }
                }
@media (max-width: 959px) {
.contacts-grid__image img {
                    max-width: 50px;
                    max-height: 50px
            }
                }
@media (max-width: 767px) {
.contacts-grid__image img {
                    max-width: 40px;
                    max-height: 40px
            }
                }
.contacts-grid__dscr p {
                margin: 0;
                line-height: 1.6;
            }
@media (max-width: 1365px) {
.contacts-grid__dscr p {
                    font-size: 16px
            }
                }
@media (max-width: 767px) {
.contacts-grid__dscr p {
                    font-size: 14px
            }
                }
@media (max-width: 959px) {
.contacts-grid_operators {
                margin-right: 0
        }
            }
@media (max-width: 959px) {
.contacts-grid_operators .contacts-grid__item {
                    width: 100%;
                    margin-right: 0
            }
                }
@media (max-width: 767px) {
.contacts-grid_operators .contacts-grid__item {
                    display: block
            }
                }
.contacts-grid_operators .contacts-grid__image {
                border: 1px solid #5DC9BF;
                border: 1px solid var(--theme-primary-border);
                border-radius: 6px;
            }
@media (max-width: 1365px) {
.contacts-grid_operators .contacts-grid__image {
                    width: 130px;
                    height: 130px
            }
                }
@media (max-width: 1099px) {
.contacts-grid_operators .contacts-grid__image {
                    width: 100px;
                    height: 100px
            }
                }
@media (max-width: 767px) {
.contacts-grid_operators .contacts-grid__image {
                    width: 130px;
                    height: 130px;
                    margin-right: 0;
                    margin-bottom: 10px
            }
                }
.contacts-grid_operators .contacts-grid__image img {
                    max-width: 100%;
                    max-height: none;
                }
.contacts-form .form-row {
                margin-bottom: 20px;
            }
@media (max-width: 767px) {
.contacts-form .form-row {
                    margin-bottom: 10px
            }
                }
.contacts-list {
        display: inline-block;
    }
.contacts-list__item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            margin-bottom: 12px;
        }
.contacts-list__item .icon {
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                margin-right: 15px;
                font-size: 38px;
                color: #95D6D0;
                color: var(--theme-primary-color);
            }
@media (max-width: 959px) {
.contacts-list__item .icon {
                    font-size: 30px
            }
                }
@media (max-width: 767px) {
.contacts-list__item .icon {
                    font-size: 26px
            }
                }
.contacts-list__item .text {
                font-size: 18px;
                line-height: 1.6;
            }
@media (max-width: 959px) {
.contacts-list__item .text {
                    font-size: 16px
            }
                }
@media (max-width: 767px) {
.contacts-list__item .text {
                    font-size: 14px
            }
                }
.shop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 25px;
}
@media (max-width: 959px) {
.shop {
        display: block;
        margin-bottom: 20px
}
    }
.shop:not(:first-child) {
        margin-top: 30px;
    }
@media (max-width: 767px) {
.shop:not(:first-child) {
            margin-top: 0
    }
        }
.shop .contacts-list {
        width: 100%;
    }
@media (max-width: 959px) {
.shop .contacts-list {
            margin-bottom: 18px
    }
        }
.shop-carousel {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 800px;
        margin-left: 50px;
    }
@media (max-width: 1365px) {
.shop-carousel {
            width: 700px
    }
        }
@media (max-width: 1240px) {
.shop-carousel {
            width: 600px
    }
        }
@media (max-width: 1099px) {
.shop-carousel {
            width: 540px;
            margin-left: 30px
    }
        }
@media (max-width: 1024px) {
.shop-carousel {
            width: 500px
    }
        }
@media (max-width: 959px) {
.shop-carousel {
            width: 100%;
            margin-left: 0
    }
        }
@media (max-width: 767px) {
.shop-carousel {
            width: calc(100% + 40px);
            margin: 0 -20px
    }
        }
.shop-carousel .img-wr {
            position: relative;
            padding-top: calc(355 * 100% / 800);
            border-radius: 6px;
        }
@media (max-width: 767px) {
.shop-carousel .img-wr {
                border-radius: 0
        }
            }
.shop-carousel .img-wr .img {
                top: 0;
                left: 0;
                position: absolute;
            }
.shop-carousel .swiper-button-prev,
        .shop-carousel .swiper-button-next {
            top: calc(50% - 30px);
            position: absolute;
        }
@media (max-width: 1024px) {
.shop-carousel .swiper-button-prev,
        .shop-carousel .swiper-button-next {
                top: calc(50% - 25px)
        }
            }
@media (max-width: 767px) {
.shop-carousel .swiper-button-prev,
        .shop-carousel .swiper-button-next {
                top: calc(50% - 20px)
        }
            }
@media (max-width: 479px) {
.shop-carousel .swiper-button-prev,
        .shop-carousel .swiper-button-next {
                top: calc(50% - 18px)
        }
            }
.shop-carousel .swiper-button-prev {
            left: 20px;
        }
.shop-carousel .swiper-button-next {
            right: 20px;
        }
.shops {
    overflow: hidden;
}
.shops-title {
        margin-bottom: 30px;
        font-weight: 700;
        font-size: 30px;
    }
.shops-title:not(:first-child) {
            margin-top: 50px;
        }
@media (max-width: 1024px) {
.shops-title:not(:first-child) {
                margin-top: 40px
        }
            }
@media (max-width: 767px) {
.shops-title:not(:first-child) {
                margin-top: 30px
        }
            }
@media (max-width: 1099px) {
.shops-title {
            font-size: 28px
    }
        }
@media (max-width: 959px) {
.shops-title {
            font-size: 22px
    }
        }
@media (max-width: 767px) {
.shops-title {
            margin-bottom: 10px;
            font-size: 18px
    }
        }
@media (max-width: 479px) {
.shops-title {
            font-size: 16px
    }
        }
.shops-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        margin-right: -50px;
        margin-bottom: -50px;
        border-bottom: 1px solid transparent;
    }
@media (max-width: 1024px) {
.shops-list {
            margin-right: -30px;
            margin-bottom: -30px
    }
        }
@media (max-width: 767px) {
.shops-list {
            margin-right: 0;
            margin-bottom: -20px
    }
        }
.shops-list__item {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            width: 458px;
            margin-right: 50px;
            margin-bottom: 50px;
            padding: 30px;
            border: 1px solid #5DC9BF;
            border: 1px solid var(--theme-primary-border);
            border-radius: 6px;
        }
@media (max-width: 1099px) {
.shops-list__item {
                width: calc(50% - 50px)
        }
            }
@media (max-width: 1024px) {
.shops-list__item {
                width: calc(50% - 30px);
                margin-right: 30px;
                margin-bottom: 30px
        }
            }
@media (max-width: 959px) {
.shops-list__item {
                padding: 20px
        }
            }
@media (max-width: 767px) {
.shops-list__item {
                width: 100%;
                margin-right: 0;
                margin-bottom: 20px
        }
            }
.shops-list__item p {
                margin: 0;
                line-height: 1.6;
            }
.shops-list__item p svg {
                    display: inline;
                    margin-right: 10px;
                    font-size: 24px;
                }
@media (max-width: 767px) {
.shops-list__item p svg {
                        margin-right: 7px;
                        font-size: 22px
                }
                    }
.shops-list__item p a:not(.link) {
                    font-weight: 700;
                    color: inherit;
                }
.shops-list__item .buttons {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: start;
                    -ms-flex-pack: start;
                        justify-content: flex-start;
                margin-top: 30px;
            }
@media (max-width: 767px) {
.shops-list__item .buttons {
                    margin-top: 20px
            }
                }
.faq-list__item {
        margin-bottom: 50px;
        padding-left: 25px;
        border-left: 5px solid #5DC9BF;
        border-left: 5px solid var(--theme-primary-border);
    }
@media (max-width: 767px) {
.faq-list__item {
            margin-bottom: 20px;
            padding-left: 10px;
            border-width: 3px
    }
        }
.faq-list__item:last-child {
            margin-bottom: 0;
        }
.faq-list__item.is-open .faq-list__button.button_secondary {
                    display: none;
                }
.faq-list__item.is-open .faq-list__button.button_primary {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                }
.faq-list__title {
        font-weight: 700;
        font-size: 22px;
        font-style: italic;
    }
@media (max-width: 1365px) {
.faq-list__title {
            font-size: 20px
    }
        }
@media (max-width: 1024px) {
.faq-list__title {
            font-size: 18px
    }
        }
@media (max-width: 959px) {
.faq-list__title {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.faq-list__title {
            font-size: 14px
    }
        }
.faq-list__content {
        display: none;
        padding-top: 20px;
        font-size: 22px;
    }
@media (max-width: 1365px) {
.faq-list__content {
            font-size: 20px
    }
        }
@media (max-width: 1024px) {
.faq-list__content {
            font-size: 18px
    }
        }
@media (max-width: 959px) {
.faq-list__content {
            font-size: 16px
    }
        }
@media (max-width: 767px) {
.faq-list__content {
            padding-top: 10px;
            font-size: 14px
    }
        }
.faq-list__content p {
            font-size: inherit;
        }
.faq-list__button {
        margin-top: 20px;
    }
@media (max-width: 767px) {
.faq-list__button {
            margin-top: 10px
    }
        }
.faq-list__button.button_secondary {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }
.faq-list__button.button_primary {
            display: none;
        }
.page-wrapper #order_form_div {
    width: 100%;
    max-width: none;
    margin: 0;
    font-family: inherit;
}
.page-wrapper #order_form_div [align="right"] {
        float: none;
        max-width: none;
        margin: 0;
    }
.page-wrapper #order_form_div * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
.page-wrapper #order_form_div > br {
        display: none;
    }
.page-wrapper #order_form_div div.edost_button_big,
    .page-wrapper #order_form_div div.edost_button_big2 {
        margin-top: 0;
        margin-right: 0;
        padding: 4px 0 6px;
        background: #ffffff !important;
        border: 1px solid #5DC9BF !important;
        border: 1px solid var(--theme-primary-border) !important;
        border-radius: 6px;
    }
.page-wrapper #order_form_div div.edost_button_big span, .page-wrapper #order_form_div div.edost_button_big2 span {
            display: block;
            font-size: 12px;
            line-height: 1;
            color: #444 !important;
            color: var(--theme-on-bg) !important;
        }
.page-wrapper #order_form_div div.edost_button_big:hover, .page-wrapper #order_form_div div.edost_button_big2:hover {
            background: #95D6D0 !important;
            background: var(--theme-primary-bg) !important;
        }
.page-wrapper #order_form_div div.edost_button_big:hover span, .page-wrapper #order_form_div div.edost_button_big2:hover span {
                color: #ffffff !important;
            }
.page-wrapper #order_form_div #order_form_main {
        width: calc(100% - 450px) !important;
    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div #order_form_main {
            width: calc(100% - 350px) !important
    }
        }
@media (max-width: 959px) {
.page-wrapper #order_form_div #order_form_main {
            width: 100% !important
    }
        }
.page-wrapper #order_form_div #order_form_total {
        width: 450px !important;
        height: auto !important;
    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div #order_form_total {
            width: 350px !important
    }
        }
@media (max-width: 959px) {
.page-wrapper #order_form_div #order_form_total {
            width: 100% !important
    }
        }
.page-wrapper #order_form_div #order_form_total ~ .edost_button_big {
            float: left;
            width: auto !important;
            height: auto !important;
            max-width: none !important;
            margin: 50px 0 0;
            padding: 13px 19px 12px;
            font-size: 14px;
            background: #ffffff;
            -webkit-box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
                    box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div #order_form_total ~ .edost_button_big {
                margin-top: 40px
        }
            }
@media (max-width: 959px) {
.page-wrapper #order_form_div #order_form_total ~ .edost_button_big {
                margin-top: 30px
        }
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div #order_form_total ~ .edost_button_big {
                padding: 9px 19px 8px;
                font-size: 12px
        }
            }
.page-wrapper #order_form_div #order_form_total ~ .edost_button_big span {
                padding-top: 0;
                font-weight: 700;
                font-size: 14px;
                line-height: 18px;
                letter-spacing: 1.5px;
                text-transform: uppercase;
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div #order_form_total ~ .edost_button_big span {
                    font-size: 12px
            }
                }
.page-wrapper #order_form_div #order_form_total_div {
        width: 400px !important;
        margin-left: 50px;
    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div #order_form_total_div {
            width: 320px !important;
            margin-left: 30px
    }
        }
@media (max-width: 959px) {
.page-wrapper #order_form_div #order_form_total_div {
            width: 100% !important;
            max-width: 450px;
            margin: 30px 0 0
    }
        }
.page-wrapper #order_form_div #edost_template_width_div {
        margin-bottom: -50px;
    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div #edost_template_width_div {
            margin-bottom: -40px
    }
        }
@media (max-width: 959px) {
.page-wrapper #order_form_div #edost_template_width_div {
            margin-bottom: -30px
    }
        }
.page-wrapper #order_form_div div.edost td {
            vertical-align: middle;
            padding: 0 !important;
        }
.page-wrapper #order_form_div div.edost div.edost_main_active {
            padding: 0;
            background: none;
        }
/*.page-wrapper #order_form_div div.edost div.edost_main_active table {
                table-layout: fixed;
            }*/
.page-wrapper #order_form_div div.edost div.edost_main_active td {
                vertical-align: middle;
            }
.page-wrapper #order_form_div div.edost td.edost_resize_ico {
            vertical-align: middle !important;
            width: 20px !important;
            padding-top: 1px !important;
        }
.page-wrapper #order_form_div div.edost input.edost_format_radio {
            display: none !important;
        }
.page-wrapper #order_form_div div.edost input.edost_format_radio + label {
                cursor: pointer;
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
                -webkit-box-align: center;
                    -ms-flex-align: center;
                        align-items: center;
                -webkit-box-pack: center;
                    -ms-flex-pack: center;
                        justify-content: center;
                width: 20px;
                height: 20px;
                border: 1px solid #D1D1D1;
                border: 1px solid var(--theme-grey-border);
                border-radius: 50%;
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost input.edost_format_radio + label {
                    top: 0;
                    width: 16px;
                    height: 16px
            }
                }
.page-wrapper #order_form_div div.edost input.edost_format_radio + label:before {
                    content: '';
                    opacity: 0;
                    display: block;
                    width: 12px;
                    height: 12px;
                    background: #95D6D0;
                    background: var(--theme-primary-bg);
                    border-radius: 50%;
                    -webkit-transition: opacity .1s ease-in-out;
                    -o-transition: opacity .1s ease-in-out;
                    transition: opacity .1s ease-in-out;
                }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost input.edost_format_radio + label:before {
                        width: 8px;
                        height: 8px
                }
                    }
.page-wrapper #order_form_div div.edost input.edost_format_radio + label img {
                    display: none;
                }
.page-wrapper #order_form_div div.edost input.edost_format_radio + label + label {
                    display: none !important;
                }
.page-wrapper #order_form_div div.edost input.edost_format_radio:checked + label:before {
                opacity: 1;
            }
.page-wrapper #order_form_div div.edost td.edost_format_tariff label, .page-wrapper #order_form_div div.edost td.edost_format_price label {
                cursor: pointer;
                display: block;
            }
.page-wrapper #order_form_div div.edost span.edost_format_tariff {
            cursor: pointer;
            display: inline-block;
            margin-left: 8px !important;
            font-weight: 400 !important;
            line-height: 20px !important;
            color: inherit !important;
        }
.page-wrapper #order_form_div div.edost span.edost_format_tariff.edost_supercompact_hide {
                display: inline;
            }
.page-wrapper #order_form_div div.edost span.edost_format_tariff2 {
            display: block;
            margin-top: 5px;
            margin-left: 8px;
            font-size: 18px;
            color: #9E9E9E !important;
            color: var(--theme-grey-color) !important;
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost span.edost_format_tariff2 {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost span.edost_format_tariff2 {
                font-size: 14px
        }
            }
@media (max-width: 476px) {
.page-wrapper #order_form_div div.edost span.edost_format_tariff2 {
                margin-top: 2px
        }
            }
.page-wrapper #order_form_div div.edost span.edost_format_price {
            line-height: 20px;
            color: #444 !important;
            color: var(--theme-on-bg) !important;
        }
.page-wrapper #order_form_div div.edost span.edost_price_free {
            font-weight: 400 !important;
            font-size: 18px;
            color: #8ED081 !important;
        }
.page-wrapper #order_form_div div.edost span.edost_price_original {
            display: inline-block !important;
            margin-left: 4px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
.page-wrapper #order_form_div div.edost td.edost_description {
            padding-left: 28px !important;
            text-align: left;
        }
.page-wrapper #order_form_div div.edost div.edost_description {
            margin-top: 5px;
            padding: 0;
            font-size: 14px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
.page-wrapper #order_form_div div.edost div.edost_description b {
                font-weight: 400 !important;
            }
.page-wrapper #order_form_div div.edost div.edost_description br + br {
            display: none;
        }
.page-wrapper #order_form_div div.edost div.edost_delimiter {
            margin: 20px 0 0;
            border: none;
        }
.page-wrapper #order_form_div div.edost_no_location_warning {
        display: none;
        margin-top: 20px !important;
        padding: 0 !important;
        font-size: 15px;
        text-align: left !important;
        text-decoration: underline;
        color: #F47070 !important;
        color: var(--theme-red-color) !important;
    }
.page-wrapper #order_form_div div.edost_div {
        padding: 0;
    }
.page-wrapper #order_form_div div.edost_div img.edost_flag {
            display: inline-block;
            margin: 0 5px 0 0;
            padding: 0;
        }
.page-wrapper #order_form_div div.edost_div span.edost_city_name {
            font-size: 18px;
            font-weight: 400 !important;
            line-height: 26px;
            color: inherit !important;
        }
.page-wrapper #order_form_div div.edost_div span.edost_city_name span {
                opacity: 1;
                color: #9E9E9E;
                color: var(--theme-grey-color);
            }
.page-wrapper #order_form_div div.edost_main {
        position: relative;
        margin: 50px 0 0;
        padding: 0;
        font-family: inherit;
        border: none;

    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_main {
            margin-top: 40px

    }
        }
@media (max-width: 959px) {
.page-wrapper #order_form_div div.edost_main {
            margin-top: 30px

    }
        }
.page-wrapper #order_form_div div.edost_main h4 {
            height: auto !important;
            margin-bottom: 22px;
            padding: 0;
            font-weight: 700;
            font-size: 30px;
            text-align: left;
            color: inherit;
            background: none;
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_main h4 {
                font-size: 26px
        }
            }
@media (max-width: 959px) {
.page-wrapper #order_form_div div.edost_main h4 {
                font-size: 22px
        }
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost_main h4 {
                margin-bottom: 12px;
                font-size: 18px
        }
            }
@media (max-width: 479px) {
.page-wrapper #order_form_div div.edost_main h4 {
                font-size: 16px
        }
            }
.page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big,
            .page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big2 {
                margin-top: 11px;
            }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big,
            .page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big2 {
                    margin-top: 10px
            }
                }
@media (max-width: 959px) {
.page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big,
            .page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big2 {
                    margin-top: 4px
            }
                }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big,
            .page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big2 {
                    margin-top: 2px
            }
                }
@media (max-width: 479px) {
.page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big,
            .page-wrapper #order_form_div div.edost_main .edost_compact_hide div.edost_button_big2 {
                    margin-top: 0
            }
                }
.page-wrapper #order_form_div div.edost_fast {
        display: none !important;
        margin-top: 50px !important;
        padding: 30px !important;
        font-size: 18px;
        color: inherit !important;
        border: 1px solid #5DC9BF !important;
        border: 1px solid var(--theme-primary-border) !important;
        border-radius: 6px !important;
    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_fast {
            margin-top: 40px !important;
            padding: 25px;
            font-size: 16px
    }
        }
@media (max-width: 959px) {
.page-wrapper #order_form_div div.edost_fast {
            margin-top: 30px !important
    }
        }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost_fast {
            padding: 20px !important
    }
        }
.page-wrapper #order_form_div div.edost_fast table,
        .page-wrapper #order_form_div div.edost_fast tbody,
        .page-wrapper #order_form_div div.edost_fast td {
            display: block;
            width: auto !important;
        }
.page-wrapper #order_form_div div.edost_fast tr {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            width: auto !important;
        }
.page-wrapper #order_form_div div.edost_fast .edost_button_big2 {
            width: auto !important;
            height: auto !important;
            margin: 30px auto 0;
            padding: 13px 19px 12px;
            font-size: 14px;
            -webkit-box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
                    box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_fast .edost_button_big2 {
                margin-top: 20px
        }
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost_fast .edost_button_big2 {
                padding: 9px 19px 8px;
                font-size: 12px
        }
            }
.page-wrapper #order_form_div div.edost_fast .edost_button_big2 span {
                font-weight: 700;
                font-size: 14px;
                line-height: 18px;
                letter-spacing: 1.5px;
                text-transform: uppercase;
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost_fast .edost_button_big2 span {
                    font-size: 12px
            }
                }
@media (max-width: 767px) {
        .page-wrapper #order_form_div #edost_get_delivery_button.edost_button_big_red {
            width: auto !important;
            height: auto !important;
            margin: 30px auto 0;
            padding: 9px 19px 8px;
            font-size: 12px;
            -webkit-box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
                    box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
        }

            .page-wrapper #order_form_div #edost_get_delivery_button.edost_button_big_red span {
                font-weight: 700;
                font-size: 12px;
                line-height: 18px;
                letter-spacing: 1.5px;
                text-transform: uppercase;
            }
    }
.page-wrapper #order_form_div div.edost_prop_div {
        margin-bottom: 10px;
        padding: 0;
    }
.page-wrapper #order_form_div div.edost_prop_div div.edost_prop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            max-width: 600px;
        }
.page-wrapper #order_form_div div.edost_prop_div div.edost_prop_head {
                display: block;
                width: auto;
                margin-bottom: 10px;
                padding: 0;
                font-size: 10px;
                text-align: left;
                color: #9E9E9E;
                color: var(--theme-grey-color);
            }
.page-wrapper #order_form_div div.edost_prop_div div.edost_prop_head span {
                    font-weight: 400;
                    color: inherit;
                }
.page-wrapper #order_form_div div.edost_prop_div div.edost_prop_head span::before {
                        content: ' ';
                        font: inherit;
                    }
.page-wrapper #order_form_div div.edost_prop_div div.edost_prop_head[style] {
                    padding-top: 20px !important;
                    font-size: 14px;
                    color: #444444;
                }
.page-wrapper #order_form_div div.edost_prop_div div.edost_prop_error {
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                text-align: left;
            }
.page-wrapper #order_form_div div.edost_prop_div span.edost_prop_error {
            margin-top: 10px;
            padding: 0;
            font-size: 10px;
            color: #F47070;
            background: none;
            -webkit-animation: none;
                    animation: none;
        }
.page-wrapper #order_form_div div.edost_prop_div div.edost_address {
            font-size: 10px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
.page-wrapper #order_form_div div.edost_prop_div div.edost_address input {
                margin-top: 10px;
            }
.page-wrapper #order_form_div div.edost_prop_div input[type="text"],
        .page-wrapper #order_form_div div.edost_prop_div input[type="tel"],
        .page-wrapper #order_form_div div.edost_prop_div input[type="email"],
        .page-wrapper #order_form_div div.edost_prop_div input[type="password"],
        .page-wrapper #order_form_div div.edost_prop_div textarea,
        .page-wrapper #order_form_div div.edost_prop_div select {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            outline: none;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            resize: none;
            position: relative;
            width: 100%;
            height: 35px;
            padding: 0 15px !important;
            font-family: inherit !important;
            font-size: 15px;
            line-height: normal;
            color: inherit;
            background-color: #ffffff !important;
            border: 1px solid #D1D1D1 !important;
            border: 1px solid var(--theme-grey-border) !important;
            border-radius: 6px !important;
        }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost_prop_div input[type="text"],
        .page-wrapper #order_form_div div.edost_prop_div input[type="tel"],
        .page-wrapper #order_form_div div.edost_prop_div input[type="email"],
        .page-wrapper #order_form_div div.edost_prop_div input[type="password"],
        .page-wrapper #order_form_div div.edost_prop_div textarea,
        .page-wrapper #order_form_div div.edost_prop_div select {
                height: 30px;
                padding: 0 12px !important;
                font-size: 14px
        }
            }
.page-wrapper #order_form_div div.edost_prop_div input[type="text"].edost_prop_error, .page-wrapper #order_form_div div.edost_prop_div input[type="tel"].edost_prop_error, .page-wrapper #order_form_div div.edost_prop_div input[type="email"].edost_prop_error, .page-wrapper #order_form_div div.edost_prop_div input[type="password"].edost_prop_error, .page-wrapper #order_form_div div.edost_prop_div textarea.edost_prop_error, .page-wrapper #order_form_div div.edost_prop_div select.edost_prop_error {
                border-color: #F47070 !important;
            }
.page-wrapper #order_form_div div.edost_prop_div input[type="text"]:focus, .page-wrapper #order_form_div div.edost_prop_div input[type="tel"]:focus, .page-wrapper #order_form_div div.edost_prop_div input[type="email"]:focus, .page-wrapper #order_form_div div.edost_prop_div input[type="password"]:focus, .page-wrapper #order_form_div div.edost_prop_div textarea:focus, .page-wrapper #order_form_div div.edost_prop_div select:focus {
                outline: none;
            }
.page-wrapper #order_form_div div.edost_prop_div textarea {
            padding: 10px 15px !important;
        }
.page-wrapper #order_form_div div.edost_prop_div .edost_prop_checkbox input {
                display: none;
            }
.page-wrapper #order_form_div div.edost_prop_div .edost_prop_checkbox input:checked ~ span::before {
                    opacity: 1;
                }
.page-wrapper #order_form_div div.edost_prop_div .edost_prop_checkbox span {
                cursor: pointer;
                position: relative;
                display: block;
                width: 20px;
                height: 20px;
                border: 1px solid #D1D1D1;
                border: 1px solid var(--theme-grey-border);
                border-radius: 5px;
            }
.page-wrapper #order_form_div div.edost_prop_div .edost_prop_checkbox span::before {
                    opacity: 0;
                    content: url('/local/templates/detsky1new/styles/styles/../../images/icons/check.svg');
                    bottom: 6px;
                    left: 4px;
                    position: absolute;
                    width: 18.2px;
                    height: 14px;
                    -webkit-transition: opacity .1s ease-in-out;
                    -o-transition: opacity .1s ease-in-out;
                    transition: opacity .1s ease-in-out;
                }
.page-wrapper #order_form_div #edost_delivery_div .edost_button_big_active {
        display: inline-block;
        width: auto !important;
        margin: 0 !important;
        padding-right: 10px;
        padding-left: 10px;
    }
.page-wrapper #order_form_div div.edost_cart_ico {
        width: 60px;
        height: 60px;
        margin-right: 20px;
        padding: 5px;
        border: 1px solid #D1D1D1;
        border-radius: 6px;
    }
.page-wrapper #order_form_div div.edost_cart_ico a {
            display: block;
            width: 100%;
            height: 100%;
        }
.page-wrapper #order_form_div div.edost_cart_ico a img {
                width: 100%;
                height: 100%;
                max-width: none;
                max-height: none;
                margin: 0;
                -o-object-fit: contain;
                   object-fit: contain;
                -o-object-position: center center;
                   object-position: center center;
            }
.page-wrapper #order_form_div table.edost_order_cart {
        table-layout: fixed;
        font-size: 20px;
    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div table.edost_order_cart {
            font-size: 16px
    }
        }
.page-wrapper #order_form_div table.edost_order_cart a {
            text-decoration: none;
            color: inherit;
        }
.page-wrapper #order_form_div table.edost_order_cart ~ div.edost_delimiter {
            margin: 20px 0 !important;
            border-color: #D1D1D1;
        }
.page-wrapper #order_form_div table.edost_order_cart td {
            white-space: nowrap;
            width: 130px;
            padding-left: 20px;
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div table.edost_order_cart td {
                width: 105px
        }
            }
.page-wrapper #order_form_div table.edost_order_cart td.edost_order_cart_name,
            .page-wrapper #order_form_div table.edost_order_cart td.edost_cart_ico {
                width: 100%;
                padding: 0;
                white-space: normal;
                white-space: initial;
            }
.page-wrapper #order_form_div table.edost_order_cart td.edost_cart_ico {
                width: 80px;
            }
.page-wrapper #order_form_div table.edost_order_cart span.edost_order_cart_name {
            font-size: 15px;
            line-height: 20px;
        }
.page-wrapper #order_form_div table.edost_order_cart div.edost_order_cart_props {
            margin-top: 5px;
            font-size: 10px;
            line-height: 14px;
            color: #5DC9BF;
            color: var(--theme-primary-border);
        }
.page-wrapper #order_form_div table.edost_order_cart div.edost_order_cart_props span {
                color: inherit;
            }
.page-wrapper #order_form_div #order_total_inside #order_cart_title {
            padding-right: 120px;
        }
.page-wrapper #order_form_div #order_form_total #order_total_cart {
            margin-bottom: -20px;
            padding: 0;
        }
.page-wrapper #order_form_div #order_form_total #order_total_cart div div[style] { margin: 0 0 15px;}
.page-wrapper #order_form_div #order_form_total #order_save_button2,
        .page-wrapper #order_form_div #order_form_total div.edost_button_big2 {
            width: 100% !important;
            height: auto !important;
            max-width: none !important;
            margin: 20px 0 0 !important;
            padding: 13px 19px 12px !important;
            font-size: 14px;
            -webkit-box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
                    box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
        }
@media (max-width: 767px) {
.page-wrapper #order_form_div #order_form_total #order_save_button2,
        .page-wrapper #order_form_div #order_form_total div.edost_button_big2 {
                padding: 9px 19px 8px !important;
                font-size: 12px
        }
            }
.page-wrapper #order_form_div #order_form_total #order_save_button2 span, .page-wrapper #order_form_div #order_form_total div.edost_button_big2 span {
                padding: 0;
                font-weight: 700;
                font-size: 14px;
                line-height: 18px;
                letter-spacing: 1.5px;
                text-transform: uppercase;
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div #order_form_total #order_save_button2 span, .page-wrapper #order_form_div #order_form_total div.edost_button_big2 span {
                    font-size: 12px
            }
                }
.page-wrapper #order_form_div #order_form_total_div {
        position: relative !important;
        top: auto !important;
    }
.page-wrapper #order_form_div #order_form_total_div .edost_button_head {
            margin-top: 11px;
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div #order_form_total_div .edost_button_head {
                top: 15px;
                right: 15px;
                position: absolute;
                margin: 0
        }
            }
.page-wrapper #order_form_div #order_form_total_div .edost_main {
            margin: 0;
            padding: 30px;
            border: 1px solid #D1D1D1;
            border-radius: 6px;
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div #order_form_total_div .edost_main {
                padding: 40px 15px 20px
        }
            }
.page-wrapper #order_form_div #order_form_total_div .edost_delimiter {
            margin: 0 !important;
            border: none !important;
        }
.page-wrapper #order_form_div #order_form_total_div .edost_fast2 {
            padding: 0 !important;
        }
.page-wrapper #order_form_div #order_form_total_div div.edost_fast_total {
            padding-top: 10px;
            font-size: 10px;
            color: #9E9E9E;
        }
.page-wrapper #order_form_div span.edost_cart_ico {
        width: 40px;
        height: 40px;
        margin-right: 10px;
        padding: 2px;
        border: 1px solid #D1D1D1;
        border-radius: 6px;
    }
.page-wrapper #order_form_div span.edost_cart_ico a {
            display: block;
            width: 100%;
            height: 100%;
        }
.page-wrapper #order_form_div span.edost_cart_ico a img {
                width: 100%;
                height: 100%;
                max-width: none;
                max-height: none;
                margin: 0;
                -o-object-fit: contain;
                   object-fit: contain;
                -o-object-position: center center;
                   object-position: center center;
            }
.page-wrapper #order_form_div span.edost_order_cart_name {
        font-size: 14px;
    }
.page-wrapper #order_form_div span.edost_order_cart_name a {
            color: inherit;
        }
.page-wrapper #order_form_div span.edost_order_cart_name a:hover {
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
.page-wrapper #order_form_div div.edost_order_cart_price {
        padding: 0 0 0 15px;
        font-size: 16px;
    }
@media (max-width: 476px) {
.page-wrapper #order_form_div div.edost_order_cart_price {
            font-size: 14px
    }
        }
.page-wrapper #order_form_div div.edost_order_cart_price br {
            display: none;
        }
.page-wrapper #order_form_div div.edost_order_total {
        max-width: none;
        margin-top: 30px;
    }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_order_total {
            margin-top: 20px
    }
        }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price,
        .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main,
        .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info {
            margin-top: 0;
            margin-bottom: 15px;
            padding: 0;
            font-size: 0;
            color: inherit;
            background: none;
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price,
        .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main,
        .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info {
                margin-bottom: 10px
        }
            }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span {
                opacity: 1;
                display: inline-block;
                width: 50%;
                padding: 0;
                font-weight: 400;
                font-size: 18px;
                text-align: right;
                color: inherit;
            }
@media (max-width: 1099px) {
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span {
                    font-size: 17px
            }
                }
@media (max-width: 767px) {
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span {
                    font-size: 16px
            }
                }
@media (max-width: 476px) {
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div,
            .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span {
                    font-size: 14px
            }
                }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div + div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div + span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span + div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span + span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div + div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div + span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span + div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span + span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div + div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div + span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span + div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span + span {
                    padding-left: 20px;
                }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div div,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span span,
                .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span div {
                    color: inherit;
                    font-size: inherit;
                }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > div .edost_price_original, .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price > span .edost_price_original, .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > div .edost_price_original, .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main > span .edost_price_original, .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > div .edost_price_original, .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info > span .edost_price_original {
                    font-size: 16px;
                    color: #9E9E9E;
                    color: var(--theme-grey-color);
                }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_price span, .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main span, .page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info span {
                opacity: 1;
            }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_main span {
            font-weight: 700 !important;
        }
.page-wrapper #order_form_div div.edost_order_total div.edost_order_total_info:not(.edost_order_total_main) {
            font-weight: 700 !important;
            color: #5DC9BF;
            color: var(--theme-primary-border);
        }
.page-wrapper #order_form_div .edost_order_loading_fon .edost_loading {
            display: none;
        }
.page-wrapper #order_form_div .edost_order_loading_fon > div > div::before {
            content: '';
            display: inline-block;
            width: 128px;
            height: 128px;
            background: url('http://edostimg.ru/img/site/loading.gif');
            background-repeat: no-repeat;
            background-position: 50% 50%;
        }
@media (max-width: 596px) {
.page-wrapper #order_form_div #edost_location_div .edost_change_button {
            margin: 10px 0 0
    }
        }
@media (max-width: 596px) {
.page-wrapper #order_form_div .edost_compact_delivery_small .edost_format_tariff div.edost_button_big2 {
            float: left;
            width: 140px;
            margin: 5px 0 0
    }
        }
.page-wrapper #order_form_div .edost_compact_delivery_small2 div.edost_change_button {
            width: 140px;
            margin: 5px 0 0 !important;
        }
.page-wrapper #order_form_div .edost_compact_delivery_small2 #edost_location_city_div {
            text-align: left;
        }
.page-wrapper #order_form_div .edost_compact_delivery_small2 div.edost_format_tariff_main td.edost_resize_show,
        .page-wrapper #order_form_div .edost_compact_delivery_small2.edost_compact_main div.edost_format_tariff_main td.edost_resize_compact_show {
            display: table-cell !important;
            text-align: left !important;
        }
.page-wrapper #order_form_div .edost_compact_delivery_small2 span.edost_format_price {
            font-size: 18px;
        }
@media (max-width: 1099px) {
.page-wrapper #order_form_div .edost_compact_delivery_small2 span.edost_format_price {
                font-size: 16px
        }
            }
@media (max-width: 767px) {
.page-wrapper #order_form_div .edost_compact_delivery_small2 span.edost_format_price {
                font-size: 14px
        }
            }
@media (max-width: 460px) {
.page-wrapper #order_form_div .edost_compact_delivery_small2 span.edost_format_price {
                margin-left: 8px !important
        }
            }
span.edost_price_free {
    font-weight: 400 !important;
    color: #8ED081 !important;
}
.edost_window_delivery_small2 .edost_delivery_div div.edost_format_tariff_main td.edost_resize_tariff_show {
            text-align: left;
        }
.edost_window_delivery_small2 .edost_delivery_div .edost_ico2 {
            width: 22px !important;
            margin: 0 4px 0 0 !important;
            padding: 0 !important;
        }
.edost_window_delivery_small2 div.edost_change_button {
        margin: 5px auto 0 !important;
    }
.edost_window_payment_small .edost_paysystem_div div.edost_format_tariff_main td.edost_resize_tariff_show {
    text-align: left;
}
div.edost_button_window_close {
    display: none !important;
}
div.edost_window {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50% !important;
    left: 50% !important;
    width: 510px !important;
    max-width: calc(100% - 40px);
    height: auto !important;
    max-height: calc(100vh - 90px);
    font-family: inherit;
    padding: 25px !important;
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
div.edost_window {
        height: 100% !important;
        max-height: calc(100vh - 40px) !important;
        padding: 10px !important
}
    }
div.edost_window * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
div.edost_window #edost_window_button {
        display: none !important;
    }
div.edost_window #edost_window_head {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        background: none !important;
    }
div.edost_window #edost_window_name {
        position: relative;
        top: auto !important;
        width: auto !important;
        margin-top: 0 !important;
        margin-bottom: 20px;
        padding: 0 45px 0 0;
        font-family: inherit;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.2;
        text-align: left;
        color: #444;
        color: var(--theme-on-bg);
    }
@media (max-width: 767px) {
div.edost_window #edost_window_name {
            margin-bottom: 10px;
            padding-right: 30px;
            font-size: 18px
    }
        }
div.edost_window.edost_frame  {
        /*height: 30px;#edost_window_name
        margin-bottom: 0;
        background: #EDF1F6;*/
    }
div.edost_window #edost_window_data {
        width: auto !important;
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }
div.edost_window_fon {
        opacity: 0.5;
    }
div.edost_window_fon[style="display: block;"] + div.edost_window {
                display: -webkit-box !important;
                display: -ms-flexbox !important;
                display: flex !important;
            }
div.edost_window_close {
        cursor: pointer;
        opacity: 1;
        top: 8px;
        right: 8px;
        position: absolute;
        z-index: 10;
        float: none;
        display: block !important;
        width: 50px;
        height: 50px;
        padding: 0;
        background: url('/local/templates/detsky1new/styles/styles/../../images/icons/cross1.svg') no-repeat;
        background-size: cover;
    }
@media (max-width: 767px) {
div.edost_window_close {
            top: 6px !important;
            right: 6px !important;
            width: 30px !important;
            height: 30px !important;
            padding: 0 !important
    }
        }
div.edost_window_close svg {
            display: none;
        }
div.edost_window_data,
    div.edost_window_form_head {
        padding: 0 !important;
        text-align: left;
        color: inherit;
        font-size: 18px;
    }
div.edost_window_form_head {
        margin-bottom: 20px;
    }
div.edost_window_data {
        padding-bottom: 2px !important;
    }
div.edost_window_data div.edost_prop {
            width: 100%;
            max-width: 100%;
        }
div.edost_window div.edost_button_div {
        margin-top: 30px !important;
        margin-bottom: 10px;
    }
@media (max-width: 767px) {
div.edost_window div.edost_button_div {
            text-align: center
    }
        }
div.edost_window div.edost_button_form {
        width: auto;
        height: auto;
        margin-top: 0;
        margin-right: 0;
        padding: 13px 19px 12px;
        background: #ffffff !important;
        border: 1px solid #5DC9BF !important;
        border: 1px solid var(--theme-primary-border) !important;
        border-radius: 6px;
        -webkit-box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
                box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
    }
@media (max-width: 767px) {
div.edost_window div.edost_button_form {
            display: inline-block;
            margin: 0;
            padding: 9px 19px 8px
    }

            div.edost_window div.edost_button_form.edost_button_big {
                width: auto !important;
            }
        }
div.edost_window div.edost_button_form span {
            display: block;
            padding: 0;
            font-weight: 700;
            font-size: 14px;
            line-height: 1;
            letter-spacing: 1.5px;
            text-transform: uppercase;
            color: #444 !important;
            color: var(--theme-on-bg) !important;
        }
@media (max-width: 767px) {
div.edost_window div.edost_button_form span {
                font-size: 12px
        }
            }
div.edost_window div.edost_button_form:hover {
            background: #95D6D0 !important;
            background: var(--theme-primary-bg) !important;
        }
div.edost_window div.edost_button_form:hover span {
                color: #ffffff !important;
            }
div.edost_window div.edost_prop_div {
        margin-bottom: 10px;
        padding: 0;
    }
div.edost_window div.edost_prop_div div.edost_prop {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            width: 100%;
            max-width: 600px;
        }
div.edost_window div.edost_prop_div div.edost_prop_head {
                display: block;
                width: auto;
                margin-bottom: 10px;
                padding: 0;
                font-size: 10px;
                text-align: left;
                color: #9E9E9E;
                color: var(--theme-grey-color);
            }
div.edost_window div.edost_prop_div div.edost_prop_head span {
                    font-weight: 400;
                    color: inherit;
                }
div.edost_window div.edost_prop_div div.edost_prop_head span::before {
                        content: ' ';
                        font: inherit;
                    }
div.edost_window div.edost_prop_div div.edost_prop_head[style] {
                    padding-top: 20px !important;
                    font-size: 14px;
                    color: #444444;
                }
div.edost_window div.edost_prop_div div.edost_prop_error {
                -webkit-box-ordinal-group: 2;
                    -ms-flex-order: 1;
                        order: 1;
                -ms-flex-negative: 0;
                    flex-shrink: 0;
                text-align: left;
            }
div.edost_window div.edost_prop_div span.edost_prop_error {
            margin-top: 10px;
            padding: 0;
            font-size: 10px;
            color: #F47070;
            background: none;
            -webkit-animation: none;
                    animation: none;
        }
div.edost_window div.edost_prop_div div.edost_address {
            font-size: 10px;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
div.edost_window div.edost_prop_div div.edost_address input {
                margin-top: 10px;
            }
div.edost_window div.edost_prop_div input[type="text"],
        div.edost_window div.edost_prop_div input[type="tel"],
        div.edost_window div.edost_prop_div input[type="email"],
        div.edost_window div.edost_prop_div input[type="password"],
        div.edost_window div.edost_prop_div textarea,
        div.edost_window div.edost_prop_div select {
            -ms-flex-negative: 0;
                flex-shrink: 0;
            outline: none;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            resize: none;
            position: relative;
            width: 100%;
            height: 35px;
            padding: 0 15px !important;
            font-family: inherit !important;
            font-size: 15px;
            line-height: normal;
            color: inherit;
            background-color: #ffffff !important;
            border: 1px solid #D1D1D1 !important;
            border: 1px solid var(--theme-grey-border) !important;
            border-radius: 6px !important;
        }
@media (max-width: 767px) {
div.edost_window div.edost_prop_div input[type="text"],
        div.edost_window div.edost_prop_div input[type="tel"],
        div.edost_window div.edost_prop_div input[type="email"],
        div.edost_window div.edost_prop_div input[type="password"],
        div.edost_window div.edost_prop_div textarea,
        div.edost_window div.edost_prop_div select {
                height: 30px;
                padding: 0 12px !important;
                font-size: 14px
        }
            }
div.edost_window div.edost_prop_div input[type="text"].edost_prop_error, div.edost_window div.edost_prop_div input[type="tel"].edost_prop_error, div.edost_window div.edost_prop_div input[type="email"].edost_prop_error, div.edost_window div.edost_prop_div input[type="password"].edost_prop_error, div.edost_window div.edost_prop_div textarea.edost_prop_error, div.edost_window div.edost_prop_div select.edost_prop_error {
                border-color: #F47070 !important;
            }
div.edost_window div.edost_prop_div input[type="text"]:focus, div.edost_window div.edost_prop_div input[type="tel"]:focus, div.edost_window div.edost_prop_div input[type="email"]:focus, div.edost_window div.edost_prop_div input[type="password"]:focus, div.edost_window div.edost_prop_div textarea:focus, div.edost_window div.edost_prop_div select:focus {
                outline: none;
            }
div.edost_window div.edost_delimiter {
        margin: 20px 0 0 !important;
        border: none;
    }
div.edost_window label {
        display: inline-block !important;
    }
div.edost_window img.edost_ico {
        width: 30px !important;
        padding: 0 !important;
    }
div.edost_window span.edost_format_tariff {
        font-weight: 400;
        color: #444;
        color: var(--theme-on-bg);
    }
div.edost_window span.edost_format_price {
        font-weight: 400;
        font-size: 18px;
        color: #444;
        color: var(--theme-on-bg);
    }
div.edost_window span.edost_format_price.edost_price_free {
            color: #8ED081;
        }
div.edost_window div.edost_button_get,
    div.edost_window div.edost_button_big2 {
        display: inline-block;
        padding: 4px 10px 6px;
        background: #ffffff !important;
        border: 1px solid #5DC9BF !important;
        border: 1px solid var(--theme-primary-border) !important;
        border-radius: 6px;
    }
div.edost_window div.edost_button_get.edost_compact_hide, div.edost_window div.edost_button_big2.edost_compact_hide {
            display: none;
        }
div.edost_window div.edost_button_get span, div.edost_window div.edost_button_big2 span {
            display: block;
            font-size: 12px;
            line-height: 1 !important;
            color: #444 !important;
            color: var(--theme-on-bg) !important;
        }
div.edost_window div.edost_button_get:hover, div.edost_window div.edost_button_big2:hover {
            background: #95D6D0 !important;
            background: var(--theme-primary-bg) !important;
        }
div.edost_window div.edost_button_get:hover span, div.edost_window div.edost_button_big2:hover span {
                color: #ffffff !important;
            }
#edost_window div.edost_button_get.edost_button_big_red, #edost_window div.edost_button_big2.edost_button_big_red {
            background: #ffffff !important;
        }
#edost_window div.edost_button_get.edost_button_big_red:hover, #edost_window div.edost_button_big2.edost_button_big_red:hover {
                background: #95D6D0 !important;
                background: var(--theme-primary-bg) !important;
            }
div.edost_office_window {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    width: 1200px !important;
    max-width: calc(100% - 90px);
    height: auto !important;
    max-height: calc(100vh - 90px);
    padding: 25px;
    font-family: inherit;
    font-size: 0;
    color: #444;
    color: var(--theme-on-bg);
    border: none;
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
div.edost_office_window {
        height: 100% !important;
        max-width: calc(100% - 40px);
        max-height: calc(100vh - 40px) !important;
        padding: 10px !important
}
    }
div.edost_office_window * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }
div.edost_office_window_fon {
        opacity: 0.5;
    }
@media (max-width: 767px) {
                div.edost_office_window_fon[style="display: block;"] + div.edost_office_window {
                    display: -webkit-box !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                    -webkit-box-orient: vertical;
                    -webkit-box-direction: normal;
                        -ms-flex-direction: column;
                            flex-direction: column;
                }

                    div.edost_office_window_fon[style="display: block;"] + div.edost_office_window #edost_office_window_head {
                        -ms-flex-negative: 0;
                            flex-shrink: 0;
                    }
                    div.edost_office_window_fon[style="display: block;"] + div.edost_office_window #edost_office_window_head_tariff + div {
                        -webkit-box-flex: 1;
                            -ms-flex-positive: 1;
                                flex-grow: 1;
                        overflow: hidden;
                        display: -webkit-box;
                        display: -ms-flexbox;
                        display: flex;
                    }

                        div.edost_office_window_fon[style="display: block;"] + div.edost_office_window #edost_office_window_head_tariff + div #edost_office_window_address {
                            height: 100%;
                            display: -webkit-box;
                            display: -ms-flexbox;
                            display: flex;
                            -webkit-box-orient: vertical;
                            -webkit-box-direction: normal;
                                -ms-flex-direction: column;
                                    flex-direction: column;
                        }

                            div.edost_office_window_fon[style="display: block;"] + div.edost_office_window #edost_office_window_head_tariff + div #edost_office_window_address #edost_office_address_head {
                                -ms-flex-negative: 0;
                                    flex-shrink: 0;
                            }
                            div.edost_office_window_fon[style="display: block;"] + div.edost_office_window #edost_office_window_head_tariff + div #edost_office_window_address #edost_office_address_main {
                                height: 100% !important;
                                overflow: auto;
                            }
        }
div.edost_office_window #edost_office_window_head_data {
        margin-bottom: 20px;
        font-family: inherit;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.2;
        text-align: left;
        color: #444;
        color: var(--theme-on-bg);
    }
@media (max-width: 767px) {
div.edost_office_window #edost_office_window_head_data {
            margin-bottom: 10px;
            font-size: 18px
    }
        }
div.edost_office_window #edost_office_window_head_data span {
            display: inline !important;
        }
div.edost_office_window > div:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: calc(100vh - 140px - 36px);
    }
@media (max-width: 767px) {
div.edost_office_window > div:last-child {
            height: auto
    }
        }
div.edost_office_window #edost_office_window_address {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        width: 450px !important;
        height: auto !important;
        max-height: 100%;
        font-size: 16px;
    }
@media (max-width: 767px) {
div.edost_office_window #edost_office_window_address {
            width: 100% !important
    }
        }
div.edost_office_window #edost_office_window_address td {
            vertical-align: top;
        }
div.edost_office_window #edost_office_window_map {
        -ms-flex-negative: 0;
            flex-shrink: 0;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: calc(100% - 450px) !important;
        height: 100% !important;
        border: none;
    }
div.edost_office_window #edost_office_window_head_tariff {
        display: none;
    }
div.edost_office_window #edost_office_address_head {
        margin: 0 0 20px;
        padding: 0;
        background: none;
        border: none;
    }
div.edost_office_window #edost_office_address_head div.edost_office_search_div {
            padding: 0;
            font-size: 10px;
            text-align: left;
            text-transform: capitalize;
            color: #9E9E9E;
            color: var(--theme-grey-color);
        }
div.edost_office_window #edost_office_address_head input[type="text"] {
            display: block;
            margin-top: 10px;
            outline: none;
            -webkit-appearance: none;
               -moz-appearance: none;
                    appearance: none;
            width: 100% !important;
            height: 35px;
            padding: 0 15px !important;
            font-family: inherit !important;
            font-size: 15px;
            line-height: normal;
            color: inherit;
            background-color: #ffffff !important;
            border: 1px solid #D1D1D1 !important;
            border: 1px solid var(--theme-grey-border) !important;
            border-radius: 6px !important;
        }
@media (max-width: 767px) {
div.edost_office_window #edost_office_address_head input[type="text"] {
                height: 30px;
                padding: 0 12px !important;
                font-size: 14px
        }
            }
div.edost_office_window #edost_office_address_head input[type="text"]:focus {
                outline: none;
            }
div.edost_office_window #edost_office_address_head #edost_office_window_search_hint {
            left: auto !important;
            position: relative;
            margin-top: 10px;
            padding: 0;
            font-size: 10px;
            text-align: left;
            text-transform: lowercase;
            color: #F47070;
        }
div.edost_office_window #edost_office_address_head #edost_office_address_param {
            margin-top: 20px;
            padding: 0;
            text-align: left;
            text-transform: lowercase;
        }
@media (max-width: 767px) {
div.edost_office_window #edost_office_address_head #edost_office_address_param {
                margin-top: 10px
        }
            }
div.edost_office_window #edost_office_address_head #edost_office_address_param div.edost_checkbox {
                margin: 0;
                padding: 0;
                border-radius: 0;
            }
div.edost_office_window #edost_office_address_head #edost_office_address_param div.edost_checkbox input {
                    display: none;
                }
div.edost_office_window #edost_office_address_head #edost_office_address_param div.edost_checkbox input:checked ~ label::before {
                        background: url('/local/templates/detsky1new/styles/styles/../../images/icons/check.svg');
                        background-position: 3px 2px;
                        background-repeat: no-repeat;
                        background-size: 18.2px 14px;
                    }
div.edost_office_window #edost_office_address_head #edost_office_address_param div.edost_checkbox label {
                    position: relative;
                    display: block;
                    padding: 0 0 0 32px;
                    font-weight: 400;
                    font-size: 13px;
                    line-height: 22px;
                    color: #444;
                    color: var(--theme-on-bg);
                }
div.edost_office_window #edost_office_address_head #edost_office_address_param div.edost_checkbox label::before {
                        content: '';
                        cursor: pointer;
                        position: absolute;
                        top: 1px;
                        left: 0;
                        display: block;
                        width: 20px;
                        height: 20px;
                        font-size: 14px;
                        border: 1px solid #D1D1D1;
                        border: 1px solid var(--theme-grey-border);
                        border-radius: 5px;
                    }
div.edost_office_window #edost_office_address_main {
        margin: 0 !important;
        padding: 0;
    }
@media (max-width: 767px) {
div.edost_office_window #edost_office_address_main {
            overflow: visible
    }
        }
div.edost_office_window #edost_office_address_main div.edost_office_address {
            padding: 10px;
        }
div.edost_office_window #edost_office_address_main div.edost_office_address img.edost_ico_company_small {
                position: relative;
                top: -1px;
            }
div.edost_office_window #edost_office_address_main div.edost_office_address img.edost_ico_company_small ~ div.edost_metro_main {
                    margin-top: 7px;
                }
div.edost_office_window #edost_office_address_main div.edost_office_address span.edost_office_shop {
                color: #5DC9BF;
                color: var(--theme-primary-link);
            }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_address_price {
                padding-left: 0;
                width: 100px;
                font-size: inherit;
                text-align: center;
            }
div.edost_office_window #edost_office_address_main div.edost_office_address span.edost_price_free {
                font-weight: 400;
                text-align: center;
                color: #8ED081;
            }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_button_open {
                float: none;
                width: 100%;
                margin: 0;
                padding: 4px 0 6px;
                background: #ffffff;
                border: 1px solid #5DC9BF;
                border: 1px solid var(--theme-primary-border);
                border-radius: 6px;
            }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_button_open span {
                    display: block;
                    font-size: 12px;
                    line-height: 1;
                    color: #444 !important;
                    color: var(--theme-on-bg) !important;
                }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_button_open:hover {
                    background: #95D6D0 !important;
                    background: var(--theme-primary-bg) !important;
                }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_button_open:hover span {
                        color: #ffffff !important;
                    }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_metro_main {
                margin-top: 0;
            }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_metro_main div.edost_metro {
                    overflow: hidden;
                    padding: 0 8px 0 0;
                    line-height: 22px;
                    border-radius: 4px 0 0 4px;
                }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_metro_main div.edost_metro span {
                        padding-left: 4px;
                        color: #9E9E9E;
                        color: var(--theme-grey-color);
                    }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_metro_main div.edost_metro.edost_distance {
                        border-radius: 0 4px 4px 0;
                    }
div.edost_office_window #edost_office_address_main div.edost_office_address div.edost_metro_main div.edost_metro.edost_distance:first-child {
                            border-radius: 4px;
                        }
div.edost_office_window #edost_office_address_main div.edost_office_address_active {
                background: #F1F1F1;
                border-radius: 0;
            }
div.edost_office_window #edost_office_address_main div.edost_office_address_delimiter {
            margin: 0;
            border: none;
        }
div.edost_office_window #edost_office_address_main #edost_address_metro {
            overflow: hidden;
            margin: 0;
            padding: 0;
            border-color: #D1D1D1;
        }
div.edost_office_window #edost_office_address_main #edost_address_metro .edost_button_search {
                width: 140px;
                padding: 4px 0 6px;
                background: #ffffff !important;
                border: 1px solid #5DC9BF !important;
                border: 1px solid var(--theme-primary-border) !important;
                border-radius: 6px;
            }
div.edost_office_window #edost_office_address_main #edost_address_metro .edost_button_search span {
                    display: block;
                    font-size: 12px;
                    line-height: 1;
                    color: #444 !important;
                    color: var(--theme-on-bg) !important;
                }
div.edost_office_window #edost_office_address_main #edost_address_metro .edost_button_search:hover {
                    background: #95D6D0 !important;
                    background: var(--theme-primary-bg) !important;
                }
div.edost_office_window #edost_office_address_main #edost_address_metro .edost_button_search:hover span {
                        color: #ffffff !important;
                    }
div.edost_office_window #edost_office_address_main .edost_office_button {
            width: auto;
            padding: 4px 20px 6px;
            background: #ffffff !important;
            border: 1px solid #5DC9BF !important;
            border: 1px solid var(--theme-primary-border) !important;
            border-radius: 6px;
        }
div.edost_office_window #edost_office_address_main .edost_office_button span {
                display: block;
                font-size: 12px;
                line-height: 1;
                color: #444 !important;
                color: var(--theme-on-bg) !important;
            }
div.edost_office_window #edost_office_address_main .edost_office_button:hover {
                background: #95D6D0 !important;
                background: var(--theme-primary-bg) !important;
            }
div.edost_office_window #edost_office_address_main .edost_office_button:hover span {
                    color: #ffffff !important;
                }
div.edost_office_window div.edost_office_address_filter {
        margin: 0;
        padding: 0;
        text-align: left;
        color: #444;
        color: var(--theme-on-bg);
        background: none;
    }
div.edost_office_window div.edost_office_address_filter span {
            color: inherit;
        }
div.edost_office_window div.edost_office_address_filter .edost_office_button {
            width: auto !important;
            margin: 0 !important;
            padding: 4px 20px 6px !important;
            background: #ffffff;
            border: 1px solid #5DC9BF;
            border: 1px solid var(--theme-primary-border);
            border-radius: 6px;
        }
div.edost_office_window div.edost_office_address_filter .edost_office_button span {
                display: block;
                font-size: 12px;
                line-height: 1;
                color: #444 !important;
                color: var(--theme-on-bg) !important;
            }
div.edost_office_window div.edost_office_address_filter .edost_office_button:hover {
                background: #95D6D0 !important;
                background: var(--theme-primary-bg) !important;
            }
div.edost_office_window div.edost_office_address_filter .edost_office_button:hover span {
                    color: #ffffff !important;
                }
div.edost_office_fullscreen.edost_office_address_fullscreen #edost_office_window_head {
    background: none;
}
@media (max-width: 767px) {
div.edost_office_fullscreen.edost_office_address_fullscreen #edost_office_window_head {
        width: 100% !important;
        padding: 0
}
    }
div.edost_office_landscape #edost_office_address_main {
        top: 55px !important;
        bottom: 25px !important;
        width: calc(50% - 25px) !important;
        height: auto !important;
    }
@media (max-width: 767px) {
div.edost_office_landscape #edost_office_address_main {
            overflow: visible;
            position: relative !important;
            top: auto !important;
            bottom: auto !important;
            left: auto !important;
            width: 100% !important;
            height: auto !important
    }
        }
div.edost_office_landscape #edost_office_address_head {
        overflow: auto;
        height: auto !important;
        padding-right: 20px !important;
    }
@media (max-width: 767px) {
div.edost_office_landscape #edost_office_address_head {
            overflow: visible;
            width: 100% !important;
            padding-right: 0 !important
    }
        }
div.edost_office_landscape #edost_office_window_address {
        width: 100% !important;
    }
div.edost_office_balloon {
    top: 50% !important;
    left: 50% !important;
    width: 510px !important;
    overflow-y: auto !important;
    max-width: calc(100% - 40px);
    height: auto !important;
    max-height: calc(100vh - 90px);
    padding: 25px;
    font-family: inherit;
    text-align: left;
    color: #444;
    color: var(--theme-on-bg);
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
div.edost_office_balloon {
        height: 100% !important;
        max-height: calc(100vh - 40px) !important;
        padding: 10px !important
}
    }
div.edost_office_balloon #edost_office_balloon_head {
        height: auto !important;
        margin-bottom: 20px;
        padding: 0;
        background: none;
    }
div.edost_office_balloon #edost_balloon_head_data br {
            display: none;
        }
div.edost_office_balloon span.edost_office_balloon_head {
        display: block;
        margin-bottom: 20px;
        padding: 0 20px 0 0;
        font-family: inherit;
        font-weight: 700;
        font-size: 30px;
        line-height: 1.2;
        color: #444;
        color: var(--theme-on-bg);
    }
@media (max-width: 767px) {
div.edost_office_balloon span.edost_office_balloon_head {
            margin-bottom: 10px;
            font-size: 18px
    }
        }
div.edost_office_balloon #edost_balloon_close {
        display: block !important;
        position: static !important;
        top: auto !important;
        right: auto !important;
    }
div.edost_office_balloon span.edost_office_balloon_name {
        display: block;
        font-size: 16px;
        color: #95D6D0;
        color: var(--theme-primary-color);
    }
div.edost_office_balloon span.edost_office_balloon_address {
        margin-top: 10px;
        font-size: 16px;
    }
div.edost_office_balloon div.edost_balloon_schedule2 {
        margin: 10px 0 0;
    }
div.edost_office_balloon div.edost_balloon_schedule2:empty {
            margin-top: 0;
        }
div.edost_office_balloon.edost_device_pc #edost_balloon_near,
    div.edost_office_balloon .edost_button_detailed,
    div.edost_office_balloon .edost_button_search {
        opacity: 1;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        width: auto !important;
        height: auto !important;
        margin: 0;
        padding: 4px 10px 6px !important;
        font-size: 12px;
        line-height: 1 !important;
        color: #444;
        color: var(--theme-on-bg);
        background: #ffffff;
        border: 1px solid #5DC9BF;
        border: 1px solid var(--theme-primary-border);
        border-radius: 6px;
    }
div.edost_office_balloon.edost_device_pc #edost_balloon_near span, div.edost_office_balloon .edost_button_detailed span, div.edost_office_balloon .edost_button_search span {
            color: #444;
            color: var(--theme-on-bg);
        }
div.edost_office_balloon.edost_device_pc #edost_balloon_near:hover, div.edost_office_balloon .edost_button_detailed:hover, div.edost_office_balloon .edost_button_search:hover {
            color: #ffffff;
            background: #95D6D0;
            background: var(--theme-primary-bg);
        }
div.edost_office_balloon.edost_device_pc #edost_balloon_near:hover span, div.edost_office_balloon .edost_button_detailed:hover span, div.edost_office_balloon .edost_button_search:hover span {
                color: #ffffff;
            }
div.edost_office_balloon .edost_button_search {
        margin-top: 10px;
    }
div.edost_office_balloon.edost_device_pc #edost_balloon_near {
        margin: 10px 0 0;
    }
div.edost_office_balloon div.edost_metro_main {
        margin-top: 10px;
        margin-bottom: 10px;
    }
div.edost_office_balloon div.edost_metro_main div.edost_metro {
            overflow: hidden;
            padding: 0 8px 0 0;
            line-height: 22px;
            border-radius: 4px 0 0 4px;
        }
div.edost_office_balloon div.edost_metro_main div.edost_metro span {
                padding-left: 4px;
                color: #9E9E9E;
                color: var(--theme-grey-color);
            }
div.edost_office_balloon div.edost_metro_main div.edost_metro.edost_distance {
                border-radius: 0 4px 4px 0;
            }
div.edost_office_balloon div.edost_metro_main div.edost_metro.edost_distance:first-child {
                    border-radius: 4px;
                }
div.edost_office_balloon div.edost_office_balloon_div {
        margin: 0;
        padding: 0;
        max-width: none;
    }
div.edost_office_balloon img.edost_ico {
        width: 30px;
        height: 30px;
        margin: 0 11px 0 0;
        padding: 0;
    }
@media (max-width: 767px) {
div.edost_office_balloon img.edost_ico {
            width: 22px;
            height: 22px;
            margin: 0 4px 0 0
    }
        }
div.edost_office_balloon span.edost_office_balloon_tariff {
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
    }
@media (max-width: 767px) {
div.edost_office_balloon span.edost_office_balloon_tariff {
            font-size: 16px
    }
        }
div.edost_office_balloon .edost_balloon_price {
        width: 110px;
        font-size: 18px;
    }
@media (max-width: 767px) {
div.edost_office_balloon .edost_balloon_price {
            font-size: 16px
    }
        }
div.edost_office_balloon .edost_balloon_price span.edost_price {
            font-weight: 400;
            color: #444;
            color: var(--theme-on-bg);
        }
div.edost_office_balloon div.edost_button_get {
        padding: 4px 0 6px;
        background: #ffffff !important;
        border: 1px solid #5DC9BF !important;
        border: 1px solid var(--theme-primary-border) !important;
        border-radius: 6px;
    }
div.edost_office_balloon div.edost_button_get span {
            display: block;
            font-size: 12px;
            line-height: 1;
            color: #444 !important;
            color: var(--theme-on-bg) !important;
        }
div.edost_office_balloon div.edost_button_get:hover {
            background: #95D6D0 !important;
            background: var(--theme-primary-bg) !important;
        }
div.edost_office_balloon div.edost_button_get:hover span {
                color: #ffffff !important;
            }
#edost_balloon_head_data {
    margin-top: 0 !important;
}
div.edost_office_balloon_landscape #edost_office_balloon_head {
    width: 100% !important;
}
div.edost_office_balloon_landscape #edost_office_balloon_data {
    position: relative;
    padding: 0;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    height: auto !important;
}
div.edost_office_balloon_small #edost_office_balloon_data td {
    display: table-cell;
}
div.edost_window_mobile #edost_window_button {
    display: none !important;
}
/* location modal */
div.edost_location_city_window_fon {
    opacity: .5 !important;
    background: #000000 !important;
}
div.edost_location_city_window_fon[style="display: block;"] + div.edost_location_city_window {
            display: -webkit-box !important;
            display: -ms-flexbox !important;
            display: flex !important;
        }
div.edost_location_city_window {
    overflow: hidden !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: 50% !important;
    left: 50% !important;
    width: 510px !important;
    max-width: calc(100% - 40px);
    height: 600px !important;
    max-height: calc(100vh - 90px);
    padding: 25px !important;
    font-size: 18px;
    text-align: left !important;
    border: none !important;
    border-radius: 6px !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    -webkit-transform: translate(-50%, -50%) !important;
        -ms-transform: translate(-50%, -50%) !important;
            transform: translate(-50%, -50%) !important;
}
@media (max-width: 767px) {
div.edost_location_city_window {
        height: 100% !important;
        max-height: calc(100vh - 40px) !important;
        padding: 10px !important
}
    }
div.edost_location_city_window #edost_location_city_window_data {
        overflow: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        max-width: none !important;
        height: 100%;
        margin: 0 !important;
        padding: 0 0 2px !important;
    }
div.edost_location_city_window div.edost_button_info {
        width: auto !important;
        height: auto !important;
        margin: 20px auto 0 !important;
        padding: 13px 19px 12px !important;
        font-weight: 700;
        line-height: 18px;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        color: #444 !important;
        color: var(--theme-on-bg) !important;
        background: #ffffff !important;
        border: 1px solid #5DC9BF !important;
        border: 1px solid var(--theme-primary-border) !important;
        border-radius: 6px;
        -webkit-box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
                box-shadow: 0 6px 6px rgba(149, 214, 208, 0.5);
    }
@media (max-width: 767px) {
div.edost_location_city_window div.edost_button_info {
            padding: 9px 19px 8px !important
    }
        }
div.edost_location_city_window div.edost_button_info:hover {
            color: #ffffff !important;
            background: #95D6D0 !important;
            background: var(--theme-primary-bg) !important;
        }
#edost_location_city_window_head {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 20px;
    padding-right: 45px;
    padding-bottom: 0 !important;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: inherit !important;
}
@media (max-width: 767px) {
#edost_location_city_window_head {
        margin-bottom: 10px;
        padding-right: 30px;
        font-size: 18px
}
    }
div.edost_location_city_window_close {
    cursor: pointer !important;
    top: 8px !important;
    right: 8px !important;
    position: absolute !important;
    float: none !important;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    background: url('/local/templates/detsky1new/styles/styles/../../images/icons/cross1.svg') no-repeat !important;
    background-size: cover;
}
@media (max-width: 767px) {
div.edost_location_city_window_close {
        top: 6px !important;
        right: 6px !important;
        width: 30px !important;
        height: 30px !important
}
    }
div.edost_country_list {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-bottom: 10px;
    padding: 0 !important;
}
div.edost_country_active {
    cursor: pointer !important;
    margin-right: 12px !important;
    padding: 0 !important;
    font-weight: 400 !important;
    font-size: 18px;
    white-space: nowrap;
    color: inherit !important;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
@media (max-width: 959px) {
div.edost_country_active {
        font-size: 16px
}
    }
@media (max-width: 767px) {
div.edost_country_active {
        font-size: 14px
}
    }
div.edost_country_active span {
        color: inherit !important;
    }
div.edost_country_active:hover,
    div.edost_country_active:not(.edost_country_active_off) {
        color: #5DC9BF !important;
        color: var(--theme-primary-link) !important;
    }
div.edost_location_delimiter,
div.edost_country_active img {
    display: none !important;
}
#edost_maincity_div {
    overflow: auto;
    height: 100%;
    margin-top: 20px;
    padding: 0 !important;
}
div.edost_maincity {
    padding: 0 !important;
}
div.edost_maincity_left,
div.edost_maincity_right {
    display: block !important;
    width: 100% !important;
}
span.edost_maincity {
    margin-bottom: 8px;
    padding: 0 !important;
    font-size: 18px;
    color: inherit !important;
    -webkit-transition: color .15s ease-in-out;
    -o-transition: color .15s ease-in-out;
    transition: color .15s ease-in-out;
}
span.edost_maincity:hover {
        color: #5DC9BF !important;
        color: var(--theme-primary-link) !important;
    }
#edost_city_div {
    -ms-flex-negative: 0;
        flex-shrink: 0;
}
div.edost_location_city_window input.edost_city {
    outline: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    resize: none;
    position: relative;
    z-index: 100000;
    width: 100%;
    height: 35px;
    padding: 0 15px 0 36px !important;
    font-family: inherit;
    font-size: 15px;
    line-height: normal;
    color: inherit;
    background: url('/local/templates/detsky1new/styles/styles/../../images/icons/pin.svg') no-repeat;
    background-position: 10px 50%;
    background-size: 22px 22px;
    background-color: #ffffff;
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
    border-radius: 6px;
}
@media (max-width: 767px) {
div.edost_location_city_window input.edost_city {
        height: 30px;
        padding: 0 12px 0 32px !important;
        font-size: 14px;
        background-size: 18px 18px
}
    }
div.edost_location_city_window input.edost_city:focus {
        outline: none;
    }
div.edost_city_hint {
    margin-top: 10px;
    font-size: 12px;
    color: inherit !important;
}
div.edost_suggest_data {
    border: none !important;
}
div.edost_suggest_div {
    overflow-y: auto !important;
    max-height: calc(100vh - 300px);
    border: 1px solid #D1D1D1;
    border: 1px solid var(--theme-grey-border);
    border-radius: 6px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .5) !important;
            box-shadow: 0 0 20px rgba(0, 0, 0, .5) !important;
}
div.edost_suggest_value {
    overflow: hidden;
    padding: 0 15px !important;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 35px !important;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: inherit !important;
}
div.edost_suggest_value br {
        display: none;
    }
div.edost_suggest_value span {
        padding-left: 4px;
        color: #9E9E9E !important;
        color: var(--theme-grey-color) !important;
    }
div.edost_suggest_value:hover {
        color: #ffffff !important;
        background: #95D6D0 !important;
        background: var(--theme-primary-bg) !important;
    }
div.edost_suggest_value:hover span {
            color: #ffffff !important;
        }
div.edost_suggest_active {
    color: #5DC9BF !important;
    color: var(--theme-primary-link) !important;
    background: #ffffff !important;
}
div.edost_suggest_hint {
    padding: 10px 15px !important;
    font-size: 13px;
    background: none !important;
    border: none !important;
}
div.edost_suggest_head {
    overflow: hidden;
    padding: 0 15px !important;
    font-weight: 400 !important;
    line-height: 35px !important;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    color: inherit !important;
    background: #D1D1D1 !important;
    background: var(--theme-grey-bg) !important;
}
div.edost_suggest_warning {
    padding: 10px 15px !important;
    font-size: 13px;
    color: #F47070 !important;
    color: var(--theme-red-color) !important;
    background: #ffffff !important;
    border: none !important;
}
span.edost_loading_small {
    padding: 0 15px !important;
}
span.edost_loading_small span {
        padding: 0 !important;
        font-weight: 400 !important;
        font-size: 15px;
        line-height: 35px !important;
        color: inherit !important;
    }
#edost_location_city_template_div .edost_delivery_loading {
    display: none !important;
}
/* end of location modal */
.edost_window_main .edost_window_hide {
    display: none !important;
}
.edost_compact_delivery_small2 div.edost_format_tariff_main td.edost_format_tariff {
    display: table-cell;
    width: 100%;
}














/* End */


/* Start:/local/templates/detsky1new/styles/styles/custom.css?16842205024273*/
#content-preloader {
    display: none;
    opacity: 0.5;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: #fff;
}
#title-search {
    position: absolute !important;
}

#edost_location_city_window_head {
    font-size: 30px !important;
}
#order_form_div div.edost_div span.edost_city_name,
div.edost_location_city_window,
form.edost_compact_main span.edost_format_price,
span.edost_maincity,
.edost_format_tariff,
span.edost_price_free,
div.edost_fast,
div.edost_window span.edost_format_price,
div.edost_office_balloon .edost_office_balloon_name,
#edost_location_city_window_head,
div.edost_office_balloon_small #edost_office_balloon_data span.edost_office_balloon_tariff {
    font-size: 18px !important;
}
div.edost_office_window #edost_office_address_main div.edost_office_address span.edost_price_free, {
    font-size: 16px !important;
}
div.edost_location_city_window div.edost_suggest_value,
div.edost_location_city_window div.edost_suggest_head,
span.edost_loading_small span,
div.edost_description,
div.edost_no_location_warning {
    font-size: 15px;
}
form.edost_compact_main span.edost_format_tariff2,
div.edost_compact_main span.edost_format_tariff2,
.page-wrapper #order_form_div div.edost_fast .edost_button_big2,
.page-wrapper #order_form_div #order_form_total ~ .edost_button_big,
.page-wrapper #order_form_div #order_form_total #order_save_button2,
.page-wrapper #order_form_div #order_form_total div.edost_button_big2,
.page-wrapper #order_form_div div.edost_fast .edost_button_big2 span,
.page-wrapper #order_form_div #order_form_total div.edost_button_big2 span,
div.edost_location_city_window div.edost_button_info {
    font-size: 14px !important;
}
div.edost_location_city_window div.edost_suggest_hint,
div.edost_location_city_window div.edost_suggest_warning {
    font-size: 13px !important;
}
.page-wrapper #order_form_div div.edost_button_big2 span,
div.edost_office_window div.edost_office_address_filter .edost_office_button span,
#edost_delivery_div .edost_button_big_active span {
    font-size: 12px !important;
}

@media (max-width: 1099px) {
    #order_form_div div.edost_div span.edost_city_name,
    div.edost_location_city_window,
    form.edost_compact_main span.edost_format_price,
    span.edost_maincity,
    .edost_format_tariff,
    span.edost_price_free,
    div.edost_fast,
    div.edost_window span.edost_format_price,
    div.edost_office_balloon .edost_office_balloon_name,
    div.edost_office_balloon_small #edost_office_balloon_data span.edost_office_balloon_tariff {
        font-size: 16px !important;
    }
}
@media (max-width: 767px) {
    #order_form_div div.edost_div span.edost_city_name,
    div.edost_location_city_window,
    form.edost_compact_main span.edost_format_price,
    span.edost_maincity,
    .edost_format_tariff,
    span.edost_price_free,
    div.edost_fast,
    div.edost_window span.edost_format_price,
    div.edost_office_balloon .edost_office_balloon_name,
    .edost_window_delivery_small2 .edost_delivery_div span.edost_format_tariff,
    div.edost_office_window #edost_office_window_address {
        font-size: 14px !important;
    }
    .page-wrapper #order_form_div div.edost_fast .edost_button_big2,
    .page-wrapper #order_form_div #order_form_total ~ .edost_button_big,
    .page-wrapper #order_form_div #order_form_total #order_save_button2,
    .page-wrapper #order_form_div #order_form_total div.edost_button_big2,
    .page-wrapper #order_form_div div.edost_fast .edost_button_big2 span,
    .page-wrapper #order_form_div #order_form_total div.edost_button_big2 span,
    div.edost_location_city_window div.edost_button_info,
    div.edost_window div.edost_button_form span,
    .edost_window.edost_device_phone .edost_button_form span {
        font-size: 12px !important;
    }
    #edost_location_city_window_head {
        font-size: 18px !important;
    }
}

.edost_format_tariff.edost_compact_hide.edost_supercompact_hide {
    /*display:none !important;*/
}

@media (max-width: 1099px) {
    .header-menu__link_cart .col {
        display: flex;
        color: #fff;
        background: var(--theme-primary-color);
    }
}

/* class for bitrix24 */
.b24-form-control-file-item-preview-image {
    height: 33px !important;
}
/* End */


/* Start:/local/templates/.default/components/twofingers/location/header/style.css?169098161810928*/
.tfl__link-container:hover,
.tfl__link-container{
    text-decoration:none;
    display: flex;
}

.tfl__link-label{
    margin-right: 5px;
}

.tfl__link.tfl__link_order {
    font-weight: bold;
    line-height: 2;
}

.tfl-define-popup{
    background-color: #fff;
    text-align: center;
}

.tfl-define-popup__desktop{
    border-radius: 0.3em;
    -webkit-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
    transform: translateX(-50%);
    z-index: 1001;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    position: absolute;
}

.tfl-define-popup__text{
    padding-left: 20px;
    padding-right: 20px;
}

.tfl-define-popup__mobile{
    width: 100%;
    position: relative;
    z-index: 9999999;
    border-radius: 0!important;
}

.tfl-define-popup__mobile .tfl-define-popup__buttons{
    border-radius: 0!important;
}

.tfl-define-popup__desktop:before{
    position: absolute;
    width: 11px;
    height: 11px;
    transform: rotate(45deg);
    content: '';
    background-color: #fff;
    left: calc(50% - 5px);
    top: -5px;
}

.tfl-define-popup__buttons{
    text-align: center;
    overflow: hidden;
    display: grid;

}
.tfl-define-popup__button{
    /*width: 50%;*/
    display: block;
    padding: 10px 20px;
   /* float: left;*/
    box-sizing: border-box;
}

.tfl-define-popup__main{
    font-weight: bold;
}

.tfl-define-popup__second{
    background-color: #f5f5f5;
}

.tfl-popup{
    position: fixed;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #fff;
    z-index: 2001;
    max-width: 100%;
    overflow: hidden;
    left: 50%;
    top: 42%;
    transform: translate(-50%, -50%);
    -webkit-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    box-shadow: -1px 2px 13px 0px rgba(0, 0, 0, 0.25);
    display: grid;
    grid-template-rows: auto auto minmax(0, 1fr);
    grid-template-columns: 1fr;
    grid-gap: 0;
    box-sizing: border-box;
    opacity: 0;
    transition: opacity .2s ease-in, top .2s ease-out;
}

.tfl-popup.tfl-popup_loaded{
    opacity: 1;
    top: 45%;
}

.tfl-popup.tfl-popup_loading {
    background:url(/local/templates/.default/components/twofingers/location/header/img/preloader.svg) center center no-repeat #ffffff;
}

.tfl-popup__title-container{
    position: relative;
    width: 100%;
}

.tfl-popup__search-wrapper{
    margin-bottom: 20px;
}

.tfl-popup__title{
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1;
    width: calc(100% - 40px);
}

.tfl-popup__search{
    position: relative;
    padding: 0;
    margin-bottom: 15px;
    margin-top: 26px;
}

.tfl-popup .tfl-popup__search-input {
    color: #333;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1;
    padding: 10px 5px 12px;
    width: 100%;
    position: relative;
    border: 0;
    background-color: transparent;
    background-repeat: no-repeat;
   /* background-position-x: center 50%;
    background-position-y: bottom calc(100% - 1px);*/
    background: bottom no-repeat,50% 100%/*calc(100% - 1px)*/;
    transition: background ease-out;
    background-size: 0 100%,100% 100%;
    background-image:
        linear-gradient(to top, #1f2949 2px, rgba(255, 86, 5, 0) 2px),
        linear-gradient(to top, rgb(189, 189, 189) 1px, rgba(189, 189, 189, 0) 1px);
}

.tfl-popup .tfl-popup__search-input:focus{
    background-size: 100% 100%, 100% 100%;
    transition: .3s;
    outline: none;
}

.tfl-popup__search-input::-webkit-input-placeholder {color: #bbb;}
.tfl-popup__search-input::-moz-placeholder {color: #bbb;}
.tfl-popup__search-input:-ms-input-placeholder {color: #bbb;}
.tfl-popup__search-input:-moz-placeholder {color: #bbb;}

.tfl-popup__search-input:focus::-webkit-input-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus::-moz-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus:-ms-input-placeholder {color: #d5d5d5;}
.tfl-popup__search-input:focus:-moz-placeholder {color: #d5d5d5;}

.tfl-popup__clear-field {
    /*background: url("/local/templates/.default/components/twofingers/location/header/img/clear_field.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    height: 14px;
    position: absolute;
    right: 35px;
    top: calc(50%);
    transform: translateY(-50%);
    width: 14px;
    display:none;
}

.tfl-popup__search-icon{
    height: 40%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: auto;
    text-align: right;
}

.tfl-popup__search-icon svg{
    fill: #d5d5d5;
    background-color: transparent;
    width: auto;
    height: 100%;
}

.tfl-popup__search-icon svg path{
    fill: #d5d5d5;
}

.tfl-popup__container{
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
}

.tfl-popup__container:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 18px;
    bottom: 0;
    z-index: 1;
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: -ms-linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
    background-image: linear-gradient(top, rgba(255,255,255,0.001) 0%, #fff);
}

.favorites-right-locations.tfl-popup__with-locations.tfl-popup__with-defaults .tfl-popup__container{
    grid-template-columns: 2fr 1fr;
}

.favorites-left-locations.tfl-popup__with-locations.tfl-popup__with-defaults .tfl-popup__container{
    grid-template-columns: 1fr 2fr;
}

.tfl-popup__scroll-container{
    overflow: hidden;
    overflow-y: auto;
    position: relative;
    display: none;
}

.tfl-popup__scroll-container + .tfl-popup__scroll-container{
    padding-left: 10px;
}

.tfl-popup__with-locations .tfl-popup__scroll-container.tfl-popup__locations,
.tfl-popup__with-defaults .tfl-popup__scroll-container.tfl-popup__defaults{
    display: block;
}

.tfl-popup__list {
    list-style: none outside none;
    padding: 0;
    line-height: 1.25;
    margin-bottom: 15px;
    -webkit-column-width: 150px;
    -moz-column-width: 150px;
    column-width: 150px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    -webkit-column-rule: 0px solid #ccc;
    -moz-column-rule: 0 solid #ccc;
    column-rule: 0px solid #ccc;
    display: block;
}

.favorites-under-search .tfl-popup__defaults .tfl-popup__list{
    margin-top: 15px;
    margin-bottom: 0;
}

.tfl-popup__search-wrapper .tfl-popup__defaults .tfl-popup__list{
    margin-top: 30px;
    margin-bottom: 0;
}

.tfl-popup__list li {
    padding-bottom: 7.5px;
    overflow: hidden;
    list-style: none;
    page-break-inside: avoid;
    break-inside: avoid;
    padding-left: 0;
}

.tfl-popup__list li:before,
.tfl-popup__list li:after {
    content: none;
}

.tfl-popup__location-link {
    color: #333;
    text-decoration: none;
    border-bottom: 1px dashed #777;
}

.tfl-popup__location-link:hover {
    color: #333;
    border-bottom: 1px dotted #333;
}

.tfl-popup__defaults .tfl-popup__location-link {
    font-weight: 700;
    border-bottom: 1px dotted #333;
}

.tf-location__region {
    display: block;
    font-size: 0.7em;
    color: #999;
    line-height: 1;
    margin-top: 0.3em;
}

.tfl-popup-overlay{
    display: none;
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url('/local/templates/.default/components/twofingers/location/header/img/custom-popup-overlay.png') repeat;
    z-index: 10000;
}

@-webkit-keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

@keyframes animate-circle {
    from {
        transform: scale(0);
        opacity: 1;
    }
    to {
        transform: scale(1);
        opacity: 0;
    }
}

.tfl-popup-overlay__loader {
    --size: 10rem;

    position: fixed;
    top: 50%;
    left: 50%;
    height: var(--size);
    width: var(--size);
    transform: translateX(-50%) translateY(-50%);
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle {
    --duration: 2s;

    position: absolute;
    height: inherit;
    width: inherit;
    /*background: #FFA5AB;*/
    background: #FFFFFF;
    border-radius: 50%;
    -webkit-animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
    animation: animate-circle var(--duration) cubic-bezier(.9,.24,.62,.79) infinite;
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(2) {
    -webkit-animation-delay: calc(var(--duration) / -3);
    animation-delay: calc(var(--duration) / -3);
}

.tfl-popup-overlay__loader > .tfl-popup-overlay__circle:nth-of-type(3) {
    -webkit-animation-delay: calc(var(--duration) / -6);
    animation-delay: calc(var(--duration) / -6);
}

.tfl-popup__close{
    display: flex;
    position: absolute;
    cursor: pointer;
    opacity: 0.2;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    align-items: center;
    justify-content: center;
}



.tfl-define-popup .tfl-popup__close{
    top: 0;
    right: 0;
}

.tfl-popup__close:hover {
    opacity: 0.5;
}

.tfl-popup__close:before,
.tfl-popup__close:after {
    position: absolute;
    content: '';
    width: 2px;
    background-color: #333;
    height: 20px;
}

.tfl-popup__close:before {
    transform: rotate(45deg);
}

.tfl-popup__close:after {
    transform: rotate(-45deg);
}
.tfl-popup__clear-field .tfl-popup__close{
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}
.tfl-popup__clear-field .tfl-popup__close:before,
.tfl-popup__clear-field .tfl-popup__close:after {
    width: 2px;
    height: 15px;
    top: 0;
    left: 6px;
}

.tfl-define-popup .tfl-popup__close {
    width: 30px;
    height: 30px;

}

.tfl-define-popup .tfl-popup__close:before,
.tfl-define-popup .tfl-popup__close:after {
    width: 2px;
    height: 15px;
    top: 7px;
    left: 15px;
}

.tfl-body-freeze{
    overflow-y: hidden;
    margin-right: calc(-1 * (100vw - 100%));
    height: auto;
}

.tfl-body-blur {
    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
}

.tfl-popup__nofound-mess{
    display: none;
    font-size: 20px;
    text-align: center;
    position: absolute;
    top: 50%;
    width: 100%;
    color: #d5d5d5;
    transform: translateY(-50%);
}

.tfl-popup__nofound-mess-show{
    display: block;
}
/* End */


/* Start:/local/templates/detsky1new/components/bitrix/search.title/catalog/style.min.css?16842205022100*/
div.title-search-result{display:none;overflow:hidden;z-index:105;background:#FFF;position:absolute;margin:20px 0;padding:60px 20px 20px;border-radius:5px;box-shadow:0 2px 5px rgba(198,203,203,.5);-webkit-box-sizing:content-box;-moz-box-sizing:content-box;box-sizing:content-box;font-size:13px}table.title-search-result{border:none}table.title-search-result th{background-color:#F7F7F7;border-right:1px solid #e8e8e8;color:#949494;font-weight:400;text-align:right;vertical-align:top;white-space:nowrap;width:1%;padding:2px 12px 2px 14px}table.title-search-result td{background-color:#fff;font-weight:400;padding-top:5px;padding-bottom:10px;text-align:left}table.title-search-result td.title-search-item{padding-left:5px;padding-right:5px}table.title-search-result td.title-search-item a{padding-left:5px;vertical-align:top;display:block;color:#323232}table.title-search-result td.title-search-item img{vertical-align:top}table.title-search-result td.title-search-item b{font-weight:700}table.title-search-result td.title-search-more{font-size:11px;font-weight:400;padding-right:15px;padding-left:5px;padding-top:0}table.title-search-result td.title-search-more a{padding-left:5px;padding-right:15px;text-decoration:none;color:#999}table.title-search-result td.title-search-all{padding-left:5px;padding-right:15px}table.title-search-result td.title-search-all a{padding-left:4px;text-decoration:none;color:grey}table.title-search-result td.title-search-separator,table.title-search-result th.title-search-separator{padding-top:0;padding-bottom:0;font-size:4px}div.title-search-fader{display:none;background-position:right top;background-repeat:repeat-y;position:absolute}p.title-search-preview{font-size:12px}div.title-search-result td.title-search-price span{font-size:26px}#title-search form{z-index:206;position:relative}#title-search{position:relative}.suggested-search-link{display:block;padding:.4rem 0}.suggested-search-image{display:table-cell;margin:0;width:30px;min-width:30px;padding-right:5px;vertical-align:middle}.suggested-search-text{display:table-cell;vertical-align:middle;width:100%}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.element/in_menu/style.min.css?16842205031563*/
.element-menu{text-align:center;z-index:20;padding:20px 10px;height:280px;position:relative}.element-menu .element-menu_inner{background-color:#FFF;min-height:280px;z-index:30}.element-menu .catalog-item_quickrev{font-weight:700;position:absolute;z-index:99;top:50%;left:50%;display:none;margin-top:-21px;margin-left:-96px;padding:12px}.element-menu .element-menu_inside{margin-bottom:5px;padding:0 15px}.element-menu.da.hovered .element-menu-price .discount,.element-menu.hovered .element-menu-price .crossed_price,.element-menu.qb.hovered .element-menu-price .discount{padding-left:16px}.element-menu .element-menu_inner{left:0;right:0;position:absolute;top:0}.element-menu-picture{height:160px;margin-bottom:10px;position:relative;text-align:center;width:200px}.element-menu-picture a{height:180px;text-align:center;vertical-align:middle;width:200px;border:none;text-decoration:none}.element-menu-picture a:hover{text-decoration:none;border:none!important}.element-menu a:hover,.element-menu-name a:hover{text-decoration:none;border:none}.element-menu-name{margin-bottom:15px;font-size:15px}.element-menu-name a{display:block;max-height:5em;overflow:hidden;position:relative;text-decoration:none;line-height:1.5}.element-menu.da .element-menu-price .crossed_price,.element-menu.qb .element-menu-price .crossed_price{display:none}.element-menu-price .crossed_price{float:left;padding:7px 0 7px 17px;color:#736F6C;font-family:"Noto Serif",serif;text-decoration:line-through}.element-menu-price .price{font-size:24px;font-weight:400;line-height:1.3;color:#C0973D}
/* End */


/* Start:/local/templates/detsky1new/styles.css?16842205021*/


/* End */


/* Start:/local/templates/detsky1new/template_styles.css?17568898536897*/
.header-logo {
	margin-top: 0;
}

@media (min-width: 768px) {
	.page-content {
		padding-top: 223px;
	}
}

form[name=vip-service-form] .field-label {
	font-size: 16px;
	color: #444;
	color: var(--theme-on-bg);
}

form[name=vip-service-form] .field[type=file] {
	padding: 3px 15px;
}

.modal-form_buy-one-click {
	position: relative;
}

.modal-form__loader-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 0.65);
	z-index: 9;
	display: none;
	justify-content: center;
	align-items: center;
	cursor: default;
}

.modal-form__loader {
	display: inline-block;
	width: 80px;
	height: 80px;
}
.modal-form__loader:after {
	content: " ";
	display: block;
	width: 64px;
	height: 64px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #95D6D0;
	border-color: #95D6D0 transparent #95D6D0 transparent;
	animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.button_main[data-button-disabled] {
	font-size: 12px;
}

/**mobile filter, favorite**/
.box-favorite {
   width: 100%;
}
#filter-apply-btn .col-all {
    padding-left: 10px;
    color: #f00;
}
@media (min-width: 1366px) {
   .box-favorite .products-grid__item {
       width: calc((100% - 120px) / 4);
       margin: 0 0 30px 40px;
   }
}
@media (min-width: 768px) {
   .js-filter-apply-btn {
       float: right;
       margin-top: -45px;
       display: none !important;
   }
}
@media (max-width: 767px) {
   .js-filter-apply-btn {
      margin-top: -35px;
      margin-left: 150px;
   }
}
@media (max-width: 767px) {
   .js-filter-apply-btn {
      margin-top: -35px;
      margin-left: 150px;
   }
}

.popup-error-link {
	color: #5DC9BF;
}

.check__label {
	margin-right: 10px;
}

.item-gallery-wr {
	position: relative;
}

.product-warranty {
	position: absolute;
	z-index: 2;
	background: url("/local/templates/detsky1new/images/icons/britax-roemer-warranty-icon.png") no-repeat left top;
	background-size: 65px 65px;
	width: 70px;
	height: 70px;
	right: 0;
	bottom: 0;
}

.product-warranty_detail {
	width: 100px;
	height: 100px;
	background-size: 100px 100px;
	left: 10px;
	top: 10px;
}

@media (max-width: 767px) {
	.product-warranty {
		width: 50px;
		height: 50px;
		background-size: 50px 50px;
	}

	.product-warranty_detail {
		width: 70px;
		height: 70px;
		background-size: 70px 70px;
		left: 5px;
		top: 5px;
	}
}

.filter-section__title {
	flex-wrap: nowrap;
	justify-content: flex-start;
	text-align: left;
}

.label_free-delivery {
	background: #FA9B1A;
}

@media (max-width: 1024px) {
	.product-labels .label {
		font-size: 9px;
		line-height: 19px;
		padding: 0 6px;
	}

	.product-labels {
		padding: 0 15px;
	}
}

.grecaptcha-badge {
	visibility: hidden;
}


.subscribe-popup {
	max-width: 750px;
	padding: 0;
}

.subscribe-popup-content {
	display: flex;
	min-height: 500px;
}

.subscribe-popup-left {
	width: 50%;
	padding: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.subscribe-popup-left_result {
	display: none;
}

.subscribe-popup-right {
	width: 50%;
	background-size: cover;
	background-position: center center;
	border-radius: 0 6px 6px 0;
}

.subscribe-popup .button_primary:hover {
	background: #5DC9BF;
}

@media (max-width: 680px) {
	.subscribe-popup-left {
		width: 100%;
		order: 1;
	}

	.subscribe-popup-right {
		width: 100%;
		order: 0;
		min-height: 30vh;
		border-radius: 6px 6px 0 0;
	}

	.subscribe-popup-content {
		flex-direction: column;
		max-height: 100vh;
	}
}

.product-title {
	display: block;
}


.filter-tags {
	margin-bottom: 25px;
}

.filter-tags-title {
	font-size: 13px;
	margin-bottom: 10px;
}

.filter-tags-list {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
}

.filter-tags-item {
	border: none;
	margin-right: 10px;
	margin-bottom: 10px;
}

.item-buttons {
	flex-wrap: wrap;
}

.item-buttons .item-counter {
	margin-bottom: 20px;
}

.item-buttons .item-counter a.button_secondary {
	width: fit-content;
}

.only-mobile {
	margin-top: 20px;
	display: none;
}

@media (max-width: 680px) {
	.no-mobile {
		display: none;
	}

	.only-mobile {
		display: block;
	}
}

.card-price {
	margin: 15px 0;
	color: var(	--theme-primary-link);
	font-style: italic;
	flex-basis: 100%;
}

.card-price__title {
	font-weight: 300;
	font-size: 22px;
}

.card-price__value {
	font-size: 30px;
}

.fast-wrap {
	width: 100%;
	flex: 0 0 100%;
}

.modal-form_buy-one-click-fast {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}

.modal-form_buy-one-click-fast .form-row__double {
	margin-top: 30px;
}

.modal-form_buy-one-click-fast .form-row__double p {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 30px;
	font-size: 18px;
	line-height: 45px;
}

.modal-form_buy-one-click-fast .form-row__double input {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 340px;
	height: 45px;
	padding: 0 22px;
	font-size: 15px;
	border: 1px solid #D1D1D1;
	border: 1px solid var(--theme-grey-border);
	border-right-width: 0;
	border-radius: 6px 0 0 6px;
}

.modal-form_buy-one-click-fast .form-row__double button {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	height: 45px;
	font-size: 14px;
	border-radius: 0 6px 6px 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.modal-form_buy-one-click-fast .form-row__text p {
	font-size: 15px;
}

@media (max-width: 767px) {
	.modal-form_buy-one-click-fast .form-row__double p {
		width: 100%;
		margin-right: 0;
		margin-bottom: 10px;
		font-size: 14px;
		line-height: 1.2;
	}

	.modal-form_buy-one-click-fast .form-row__double input {
		height: 30px;
		padding: 0 12px;
		font-size: 12px;
		width: auto;
	}

	.modal-form_buy-one-click-fast .form-row__double button {
		height: 30px;
		font-size: 10px;
	}
}

.subscribe-popup.modal  .fancybox-close-small {
	color: #ffffff;
	background-color: #95D6D0;
	border-radius: 100%;
}

.label_sale {
	background: #d20428;
}

.item-price .price .sale {
	margin-right: 0!important;
	margin-left: calc(30em / 26)!important;
}

.check-list__item .disabled {
	display: none !important;
}

#cookie-consent {
  position: fixed;
  bottom: 15px;
  left: 50%;
  transform: translateX(-50%);
  background: #222;
  color: #fff;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 14px;
  width: auto;
  max-width: 90%;
  box-shadow: 0 2px 10px rgba(0,0,0,0.3);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  z-index: 9999;
}

#cookie-consent p {
  margin: 0;
  flex: 1;
}

#cookie-consent button {
  background: #95D6D0;
  border: none;
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  font-weight: bold;
  transition: 0.3s;
}

#cookie-consent button:hover {
  opacity: 0.85;
}

@media (max-width: 600px) {
  #cookie-consent {
    flex-direction: column;
    text-align: center;
    width: 95%;
  	font-size: 12px;
  }
  #cookie-consent button {
    width: 100%;
    margin-top: 10px;
  }
}
/* End */
/* /local/templates/detsky1new/scripts/plugins/slimselect/slimselect.min.css?16842205026340 */
/* /local/templates/detsky1new/scripts/plugins/swiper/swiper.min.css?168422050219778 */
/* /local/templates/detsky1new/scripts/plugins/slider/nouislider.min.css?16842205023498 */
/* /local/templates/detsky1new/scripts/plugins/datepicker/jquery-ui.min.css?168422050219064 */
/* /local/templates/detsky1new/scripts/plugins/fancybox/jquery.fancybox.min.css?168422050212795 */
/* /local/templates/detsky1new/styles/styles/style.css?1684220502467084 */
/* /local/templates/detsky1new/styles/styles/custom.css?16842205024273 */
/* /local/templates/.default/components/twofingers/location/header/style.css?169098161810928 */
/* /local/templates/detsky1new/components/bitrix/search.title/catalog/style.min.css?16842205022100 */
/* /local/templates/.default/components/bitrix/catalog.element/in_menu/style.min.css?16842205031563 */
/* /local/templates/detsky1new/styles.css?16842205021 */
/* /local/templates/detsky1new/template_styles.css?17568898536897 */
