@import "twentytwenty.css";
@import "jquery-ui.css";
@import "juxtapose.css";
@import "style.css";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
  vertical-align: baseline;
  background: transparent;
}
/* defaults */
/* =============================================== */
*,
*::after,
*::before {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  --light: hsl(0, 0%, 100%);
  --background: linear-gradient(to right bottom, hsl(236, 50%, 50%), hsl(195, 50%, 50%));

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Open Sans', sans-serif;

  min-height: 100vh;
  background: linear-gradient(to bottom, hsl(236, 50%, 98%), hsl(236, 50%, 94%));
}
@font-face {
    font-family: 'Bebas Neue';
    src: url('../fonts/BebasNeue.eot');
    src: url('../fonts/BebasNeue.eot#iefix') format('embedded-opentype'),
        url('../fonts/BebasNeue.woff2') format('woff2'),
        url('../fonts/BebasNeue.woff') format('woff'),
        url('../fonts/BebasNeue.ttf') format('truetype'),
        url('../images/BebasNeue.svg#BebasNeue') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.bl {
	margin:10px 0px;
}
.js-video-btn {
position:relative;
margin-top: 5px;
background: transparent;
}
.js-video-btn:hover {
position:relative;
margin-top: 5px;
background: transparent;
}
.js-video-btn span{
padding-left:15px;
color:#000;
}
.js-video-btn:hover span{
padding-left:15px;
color:#76736d;
}
.js-video-btn:after {
  content: '';
    background: url(../images/youtube.png) no-repeat;  
    width: 24px;
    height: 24px;
    position: absolute; 
    top: 3px;
    left: 0;
    margin-left:0px;  
	background-size: cover;
} 

.h2-title {
    margin: 56px auto 24px;
    padding: 0;
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    text-align: center;
    color: #000;
}

.baget-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 32px;
    font-size: .00001px;
    line-height: 0;
}
.baget-list__wr {
	width: 25%;
    padding: 0 8px 16px;
}
.baget-list__item {
    padding: 16px 8px 8px;
    border: 1px solid #b5b5b5;
    background-color: #fff;
    overflow: hidden;
}
.baget-list__item img {
    position: relative;
    right: 0px;
    width: 184px;
    cursor: pointer;
}
.baget-list__info {
    margin-top: 16px;
    font-size: 12px;
    line-height: 14px;
}
.baget-list__info .v {
    width: calc(100% - 80px);
}
.baget-list__info .n {
    color: #76736d;
    width: 80px;
}
.baget-list__info .n, .baget-list__info .v {
    display: inline-block;
}

.show_modal_form.popup-baget-detail {
    width: 700px;
    left: calc(50% - 350px);
}
.show_modal_form {
    position: fixed;
    box-sizing: border-box;
    width: 456px;
    top: 0;
    left: calc(50% - 228px);
    padding: 24px 70px;
    border-radius: 4px;
    background: white;
    box-shadow: 0 0 15px -2px #000;
    z-index: 7500;
}
.show_modal_form>.close {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 25px;
    right: 20px;
    margin: 0;
    float: none;
    cursor: pointer;
    z-index: 8000;
}
.show_modal {
    position: relative;
    word-break: break-all;
}
.show_modal_form>.close {
    position: absolute;
    height: 20px;
    width: 20px;
    top: 25px;
    right: 20px;
    margin: 0;
    float: none;
    cursor: pointer;
    z-index: 8000;
}
.show_modal_form>.close:before, .show_modal_form>.close:after {
    content: '';
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #686868;
}
.show_modal_form>.close:before {
    transform: rotate(
-45deg
);
}
.body-baget-detail {
	padding: 0px 30px 24px 30px;
    display: flex;
    justify-content: space-between;
    font-size: .00001px;
    line-height: 0;
}
.body-baget-detail .info {
    margin-top: 16px;
}
.body-baget-detail .info .row {
    margin: 0 0 4px!important;
    border-bottom: 1px dashed #eee;
    padding-bottom: 4px;
    font-size: .00001px;
    line-height: 0;
}
.body-baget-detail .info .row .label {
    color: #b7b7b7;
    text-align: left;
}
.body-baget-detail .info .row .label, .body-baget-detail .info .row .value {
    display: inline-block;
    width: 50%;
    font-size: 12px;
    line-height: 14px;
}
 .btn-close{position:absolute;z-index:2;top:1rem;right:1.2rem;}
 .btn-close{box-sizing:content-box;width:2em;height:2em;top:1rem;right:1.2rem; color:#000 !important;background:transparent;border:0;border-radius:.25rem;opacity:.5}
 .btn-close:hover{background: transparent;color:#000 !important;text-decoration:none;opacity:.75}
 .btn-close:focus{background: transparent;opacity:1;top:1rem;right:1.2rem;}
 .btn-close.disabled,.btn-close:disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:.25;top:1rem;right:1.2rem;}
 .btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.toast{width:350px;max-width:100%;font-size:.875rem;pointer-events:auto;background-color:rgba(255,255,255,.85);background-clip:padding-box;border:1px solid rgba(0,0,0,.1);box-shadow:0 .5rem 1rem rgba(0,0,0,.15);border-radius:.25rem}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{width:-webkit-max-content;width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:.75rem}.toast-header{display:flex;align-items:center;padding:.5rem .75rem;color:#6c757d;background-color:rgba(255,255,255,.85);background-clip:padding-box;border-bottom:1px solid rgba(0,0,0,.05);border-top-left-radius:calc(.25rem - 1px);border-top-right-radius:calc(.25rem - 1px)}.toast-header .btn-close{margin-right:-.375rem;margin-left:.75rem}.toast-body{padding:.75rem;word-wrap:break-word}.modal{position:fixed;top:0;left:0;z-index:1055;display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}
 .modal-dialog{position:relative;width:auto;margin:.5rem;pointer-events:none}.modal.fade 
 .modal-dialog{transition:transform .3s ease-out;transform:translate(0,-50px)}@media (prefers-reduced-motion:reduce){.modal.fade 
 .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}
 .modal.modal-static .modal-dialog{transform:scale(1.02)}
 .modal-dialog-scrollable{height:calc(100% - 1rem)}
 .modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable 
 .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - 1rem)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;pointer-events:auto;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem;outline:0}.modal-backdrop{position:fixed;top:0;left:0;z-index:1050;width:100vw;height:100vh;background-color:#000}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:.5}.modal-header{display:flex;flex-shrink:0;align-items:center;justify-content:space-between;padding:2rem 1rem;border-bottom:0px solid #dee2e6;border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.modal-header .btn-close{padding:.5rem .5rem;margin:-.5rem -.5rem -.5rem auto}.modal-title{margin-bottom:0;line-height:1.5}
 .modal-body{height:420px;position:relative;flex:1 1 auto;padding:1rem}
 .modal-footer{display:flex;flex-wrap:wrap;flex-shrink:0;align-items:center;justify-content:flex-end;padding:.75rem;border-top:1px solid #dee2e6;border-bottom-right-radius:calc(.3rem - 1px);border-bottom-left-radius:calc(.3rem - 1px)}
 .modal-footer>*{margin:.25rem}@media (min-width:576px){.modal-dialog{box-shadow: 0 0 15px -2px #444; border-radius: 4px; top: 150px; max-width:700px; margin:1.75rem auto}.modal-dialog-scrollable{height:calc(100% - 3.5rem)}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}.modal-sm{max-width:300px}}@media (min-width:992px){.modal-lg,.modal-xl{max-width:800px}}@media (min-width:1200px){.modal-xl{max-width:1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{padding: 24px 70px; border-radius: 4px; background: white; box-shadow: 0 0 15px -2px #000; height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}.modal-fullscreen .modal-footer{border-radius:0}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}.modal-fullscreen-sm-down .modal-footer{border-radius:0}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}.modal-fullscreen-md-down .modal-footer{border-radius:0}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}.modal-fullscreen-lg-down .modal-footer{border-radius:0}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}.modal-fullscreen-xl-down .modal-footer{border-radius:0}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}.modal-fullscreen-xxl-down .modal-footer{border-radius:0}}.tooltip{position:absolute;z-index:1080;display:block;margin:0;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;opacity:0}.tooltip.show{opacity:.9}.tooltip .tooltip-arrow{position:absolute;display:block;width:.8rem;height:.4rem}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:transparent;border-style:solid}.bs-tooltip-auto[data-popper-placement^=top],.bs-tooltip-top{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow,.bs-tooltip-top .tooltip-arrow{bottom:0}.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before,.bs-tooltip-top .tooltip-arrow::before{top:-1px;border-width:.4rem .4rem 0;border-top-color:#000}.bs-tooltip-auto[data-popper-placement^=right],.bs-tooltip-end{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow,.bs-tooltip-end .tooltip-arrow{left:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before,.bs-tooltip-end .tooltip-arrow::before{right:-1px;border-width:.4rem .4rem .4rem 0;border-right-color:#000}.bs-tooltip-auto[data-popper-placement^=bottom],.bs-tooltip-bottom{padding:.4rem 0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow,.bs-tooltip-bottom .tooltip-arrow{top:0}.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before,.bs-tooltip-bottom .tooltip-arrow::before{bottom:-1px;border-width:0 .4rem .4rem;border-bottom-color:#000}.bs-tooltip-auto[data-popper-placement^=left],.bs-tooltip-start{padding:0 .4rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow,.bs-tooltip-start .tooltip-arrow{right:0;width:.4rem;height:.8rem}.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before,.bs-tooltip-start .tooltip-arrow::before{left:-1px;border-width:.4rem 0 .4rem .4rem;border-left-color:#000}.tooltip-inner{max-width:200px;padding:.25rem .5rem;color:#fff;text-align:center;background-color:#000;border-radius:.25rem}.popover{position:absolute;top:0;left:0;z-index:1070;display:block;max-width:276px;font-family:var(--bs-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;word-spacing:normal;white-space:normal;line-break:auto;font-size:.875rem;word-wrap:break-word;background-color:#fff;background-clip:padding-box;border:1px solid rgba(0,0,0,.2);border-radius:.3rem}.popover .popover-arrow{position:absolute;display:block;width:1rem;height:.5rem}.popover .popover-arrow::after,.popover .popover-arrow::before{position:absolute;display:block;content:"";border-color:transparent;border-style:solid}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow,.bs-popover-top>.popover-arrow{bottom:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::before{bottom:0;border-width:.5rem .5rem 0;border-top-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after,.bs-popover-top>.popover-arrow::after{bottom:1px;border-width:.5rem .5rem 0;border-top-color:#fff}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow,.bs-popover-end>.popover-arrow{left:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::before{left:0;border-width:.5rem .5rem .5rem 0;border-right-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after,.bs-popover-end>.popover-arrow::after{left:1px;border-width:.5rem .5rem .5rem 0;border-right-color:#fff}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow,.bs-popover-bottom>.popover-arrow{top:calc(-.5rem - 1px)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::before{top:0;border-width:0 .5rem .5rem .5rem;border-bottom-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after,.bs-popover-bottom>.popover-arrow::after{top:1px;border-width:0 .5rem .5rem .5rem;border-bottom-color:#fff}.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before,.bs-popover-bottom .popover-header::before{position:absolute;top:0;left:50%;display:block;width:1rem;margin-left:-.5rem;content:"";border-bottom:1px solid #f0f0f0}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow,.bs-popover-start>.popover-arrow{right:calc(-.5rem - 1px);width:.5rem;height:1rem}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::before{right:0;border-width:.5rem 0 .5rem .5rem;border-left-color:rgba(0,0,0,.25)}.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after,.bs-popover-start>.popover-arrow::after{right:1px;border-width:.5rem 0 .5rem .5rem;border-left-color:#fff}.popover-header{padding:.5rem 1rem;margin-bottom:0;font-size:1rem;background-color:#f0f0f0;border-bottom:1px solid rgba(0,0,0,.2);border-top-left-radius:calc(.3rem - 1px);border-top-right-radius:calc(.3rem - 1px)}.popover-header:empty{display:none}.popover-body{padding:1rem 1rem;color:#212529}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition:transform .6s ease-in-out}@media (prefers-reduced-motion:reduce){.carousel-item{transition:none}}.carousel-item-next,.carousel-item-prev,.carousel-item.active{display:block}.active.carousel-item-end,.carousel-item-next:not(.carousel-item-start){transform:translateX(100%)}.active.carousel-item-start,.carousel-item-prev:not(.carousel-item-end){transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end,.carousel-fade .carousel-item.active{z-index:1;opacity:1}.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{z-index:0;opacity:0;transition:opacity 0s .6s}@media (prefers-reduced-motion:reduce){.carousel-fade .active.carousel-item-end,.carousel-fade .active.carousel-item-start{transition:none}}.carousel-control-next,.carousel-control-prev{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:0 0;border:0;opacity:.5;transition:opacity .15s ease}@media (prefers-reduced-motion:reduce){.carousel-control-next,.carousel-control-prev{transition:none}}.carousel-control-next:focus,.carousel-control-next:hover,.carousel-control-prev:focus,.carousel-control-prev:hover{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-next-icon,.carousel-control-prev-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%;list-style:none}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid transparent;border-bottom:10px solid transparent;opacity:.5;transition:opacity .6s ease}@media (prefers-reduced-motion:reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-next-icon,.carousel-dark .carousel-control-prev-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}@-webkit-keyframes spinner-border{to{transform:rotate(360deg)}}@keyframes spinner-border{to{transform:rotate(360deg)}}.spinner-border{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;-webkit-animation:.75s linear infinite spinner-border;animation:.75s linear infinite spinner-border}.spinner-border-sm{width:1rem;height:1rem;border-width:.2em}@-webkit-keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{display:inline-block;width:2rem;height:2rem;vertical-align:-.125em;background-color:currentColor;border-radius:50%;opacity:0;-webkit-animation:.75s linear infinite spinner-grow;animation:.75s linear infinite spinner-grow}.spinner-grow-sm{width:1rem;height:1rem}@media (prefers-reduced-motion:reduce){.spinner-border,.spinner-grow{-webkit-animation-duration:1.5s;animation-duration:1.5s}}.offcanvas{position:fixed;bottom:0;z-index:1045;display:flex;flex-direction:column;max-width:100%;visibility:hidden;background-color:#fff;background-clip:padding-box;outline:0;transition:transform .3s ease-in-out}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none}}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1rem}.offcanvas-header .btn-close{padding:.5rem .5rem;margin-top:-.5rem;margin-right:-.5rem;margin-bottom:-.5rem}.offcanvas-title{margin-bottom:0;line-height:1.5}.offcanvas-body{flex-grow:1;padding:1rem 1rem;overflow-y:auto}.offcanvas-start{top:0;left:0;width:400px;border-right:1px solid rgba(0,0,0,.2);transform:translateX(-100%)}.offcanvas-end{top:0;right:0;width:400px;border-left:1px solid rgba(0,0,0,.2);transform:translateX(100%)}.offcanvas-top{top:0;right:0;left:0;height:30vh;max-height:100%;border-bottom:1px solid rgba(0,0,0,.2);transform:translateY(-100%)}.offcanvas-bottom{right:0;left:0;height:30vh;max-height:100%;border-top:1px solid rgba(0,0,0,.2);transform:translateY(100%)}.offcanvas.show{transform:none}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentColor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{-webkit-animation:placeholder-glow 2s ease-in-out infinite;animation:placeholder-glow 2s ease-in-out infinite}@-webkit-keyframes placeholder-glow{50%{opacity:.2}}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{-webkit-mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);mask-image:linear-gradient(130deg,#000 55%,rgba(0,0,0,0.8) 75%,#000 95%);-webkit-mask-size:200% 100%;mask-size:200% 100%;-webkit-animation:placeholder-wave 2s linear infinite;animation:placeholder-wave 2s linear infinite}@-webkit-keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}@keyframes placeholder-wave{100%{-webkit-mask-position:-200% 0%;mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.link-primary{color:#0d6efd}.link-primary:focus,.link-primary:hover{color:#0a58ca}.link-secondary{color:#6c757d}.link-secondary:focus,.link-secondary:hover{color:#565e64}.link-success{color:#198754}.link-success:focus,.link-success:hover{color:#146c43}.link-info{color:#0dcaf0}.link-info:focus,.link-info:hover{color:#3dd5f3}.link-warning{color:#ffc107}.link-warning:focus,.link-warning:hover{color:#ffcd39}.link-danger{color:#dc3545}.link-danger:focus,.link-danger:hover{color:#b02a37}.link-light{color:#f8f9fa}.link-light:focus,.link-light:hover{color:#f9fafb}.link-dark{color:#212529}.link-dark:focus,.link-dark:hover{color:#1a1e21}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio:100%}.ratio-4x3{--bs-aspect-ratio:75%}.ratio-16x9{--bs-aspect-ratio:56.25%}.ratio-21x9{--bs-aspect-ratio:42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}@media (min-width:576px){.sticky-sm-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:768px){.sticky-md-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:992px){.sticky-lg-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1200px){.sticky-xl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}@media (min-width:1400px){.sticky-xxl-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:1px;min-height:1em;background-color:currentColor;opacity:.25}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.float-start{float:left!important}.float-end{float:right!important}.float-none{float:none!important}.opacity-0{opacity:0!important}.opacity-25{opacity:.25!important}.opacity-50{opacity:.5!important}.opacity-75{opacity:.75!important}.opacity-100{opacity:1!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-visible{overflow:visible!important}.overflow-scroll{overflow:scroll!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.shadow{box-shadow:0 .5rem 1rem rgba(0,0,0,.15)!important}.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important}.shadow-lg{box-shadow:0 1rem 3rem rgba(0,0,0,.175)!important}.shadow-none{box-shadow:none!important}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.top-0{top:0!important}.top-50{top:50%!important}.top-100{top:100%!important}.bottom-0{bottom:0!important}.bottom-50{bottom:50%!important}.bottom-100{bottom:100%!important}.start-0{left:0!important}.start-50{left:50%!important}.start-100{left:100%!important}.end-0{right:0!important}.end-50{right:50%!important}.end-100{right:100%!important}.translate-middle{transform:translate(-50%,-50%)!important}.translate-middle-x{transform:translateX(-50%)!important}.translate-middle-y{transform:translateY(-50%)!important}.border{border:1px solid #dee2e6!important}.border-0{border:0!important}.border-top{border-top:1px solid #dee2e6!important}.border-top-0{border-top:0!important}.border-end{border-right:1px solid #dee2e6!important}.border-end-0{border-right:0!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-bottom-0{border-bottom:0!important}.border-start{border-left:1px solid #dee2e6!important}.border-start-0{border-left:0!important}.border-primary{border-color:#0d6efd!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#198754!important}.border-info{border-color:#0dcaf0!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#212529!important}.border-white{border-color:#fff!important}.border-1{border-width:1px!important}.border-2{border-width:2px!important}.border-3{border-width:3px!important}.border-4{border-width:4px!important}.border-5{border-width:5px!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.w-auto{width:auto!important}.mw-100{max-width:100%!important}.vw-100{width:100vw!important}.min-vw-100{min-width:100vw!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.h-auto{height:auto!important}.mh-100{max-height:100%!important}.vh-100{height:100vh!important}.min-vh-100{min-height:100vh!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-0{gap:0!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:1rem!important}.gap-4{gap:1.5rem!important}.gap-5{gap:3rem!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}.font-monospace{font-family:var(--bs-font-monospace)!important}.fs-1{font-size:calc(1.375rem + 1.5vw)!important}.fs-2{font-size:calc(1.325rem + .9vw)!important}.fs-3{font-size:calc(1.3rem + .6vw)!important}.fs-4{font-size:calc(1.275rem + .3vw)!important}.fs-5{font-size:1.25rem!important}.fs-6{font-size:1rem!important}.fst-italic{font-style:italic!important}.fst-normal{font-style:normal!important}.fw-light{font-weight:300!important}.fw-lighter{font-weight:lighter!important}.fw-normal{font-weight:400!important}.fw-bold{font-weight:700!important}.fw-bolder{font-weight:bolder!important}.lh-1{line-height:1!important}.lh-sm{line-height:1.25!important}.lh-base{line-height:1.5!important}.lh-lg{line-height:2!important}.text-start{text-align:left!important}.text-end{text-align:right!important}.text-center{text-align:center!important}.text-decoration-none{text-decoration:none!important}.text-decoration-underline{text-decoration:underline!important}.text-decoration-line-through{text-decoration:line-through!important}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity))!important}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity))!important}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity))!important}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity))!important}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity))!important}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity))!important}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity))!important}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity))!important}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity))!important}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity))!important}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity))!important}.text-muted{--bs-text-opacity:1;color:#6c757d!important}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,.5)!important}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,.5)!important}.text-reset{--bs-text-opacity:1;color:inherit!important}.text-opacity-25{--bs-text-opacity:0.25}.text-opacity-50{--bs-text-opacity:0.5}.text-opacity-75{--bs-text-opacity:0.75}.text-opacity-100{--bs-text-opacity:1}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity))!important}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity))!important}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity))!important}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity))!important}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity))!important}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity))!important}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity))!important}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity))!important}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity))!important}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity))!important}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity))!important}.bg-transparent{--bs-bg-opacity:1;background-color:transparent!important}.bg-opacity-10{--bs-bg-opacity:0.1}.bg-opacity-25{--bs-bg-opacity:0.25}.bg-opacity-50{--bs-bg-opacity:0.5}.bg-opacity-75{--bs-bg-opacity:0.75}.bg-opacity-100{--bs-bg-opacity:1}.bg-gradient{background-image:var(--bs-gradient)!important}.user-select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;-moz-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.pe-none{pointer-events:none!important}.pe-auto{pointer-events:auto!important}.rounded{border-radius:.25rem!important}.rounded-0{border-radius:0!important}.rounded-1{border-radius:.2rem!important}.rounded-2{border-radius:.25rem!important}.rounded-3{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-end{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-start{border-bottom-left-radius:.25rem!important;border-top-left-radius:.25rem!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}@media (min-width:576px){.float-sm-start{float:left!important}.float-sm-end{float:right!important}.float-sm-none{float:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-sm-0{gap:0!important}.gap-sm-1{gap:.25rem!important}.gap-sm-2{gap:.5rem!important}.gap-sm-3{gap:1rem!important}.gap-sm-4{gap:1.5rem!important}.gap-sm-5{gap:3rem!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}.text-sm-start{text-align:left!important}.text-sm-end{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.float-md-start{float:left!important}.float-md-end{float:right!important}.float-md-none{float:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-md-0{gap:0!important}.gap-md-1{gap:.25rem!important}.gap-md-2{gap:.5rem!important}.gap-md-3{gap:1rem!important}.gap-md-4{gap:1.5rem!important}.gap-md-5{gap:3rem!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}.text-md-start{text-align:left!important}.text-md-end{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.float-lg-start{float:left!important}.float-lg-end{float:right!important}.float-lg-none{float:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-lg-0{gap:0!important}.gap-lg-1{gap:.25rem!important}.gap-lg-2{gap:.5rem!important}.gap-lg-3{gap:1rem!important}.gap-lg-4{gap:1.5rem!important}.gap-lg-5{gap:3rem!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}.text-lg-start{text-align:left!important}.text-lg-end{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.float-xl-start{float:left!important}.float-xl-end{float:right!important}.float-xl-none{float:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xl-0{gap:0!important}.gap-xl-1{gap:.25rem!important}.gap-xl-2{gap:.5rem!important}.gap-xl-3{gap:1rem!important}.gap-xl-4{gap:1.5rem!important}.gap-xl-5{gap:3rem!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}.text-xl-start{text-align:left!important}.text-xl-end{text-align:right!important}.text-xl-center{text-align:center!important}}@media (min-width:1400px){.float-xxl-start{float:left!important}.float-xxl-end{float:right!important}.float-xxl-none{float:none!important}.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.gap-xxl-0{gap:0!important}.gap-xxl-1{gap:.25rem!important}.gap-xxl-2{gap:.5rem!important}.gap-xxl-3{gap:1rem!important}.gap-xxl-4{gap:1.5rem!important}.gap-xxl-5{gap:3rem!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}.text-xxl-start{text-align:left!important}.text-xxl-end{text-align:right!important}.text-xxl-center{text-align:center!important}}@media (min-width:1200px){.fs-1{font-size:2.5rem!important}.fs-2{font-size:2rem!important}.fs-3{font-size:1.75rem!important}.fs-4{font-size:1.5rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
 .modal-dialog-video{ top: 100px !important; background-color:#000 !important;}
 @media screen and (max-width: 415px) {
	 .biznes-page-img {
    display: inline-block;
    width: 130px !important;
    margin: 0px 0px 40px 0px;
    padding: 10px;
}
	 .fack-block {
        margin: 0px 20px !important;
        width: 100% !important; }
 .modal-body{height:auto;position:relative;flex:1 1 auto;padding:1rem}
}
.modal-text {
	padding: 30px 30px 60px 60px;
	color: #fff !important;
	line-height: 1.5;
}
.modal-content-video {
    background-color: #000 !important;
}

.btn-close-video:before, .btn-close-video:after {
    background-color: #fff !important;
}

.btn-close:hover {
opacity: 1;
}
.btn-close:before, .btn-close:after {
top:1rem;
right:2.2rem;
position: absolute;
content: ' ';
height: 33px;
width: 2px;
background-color: #333;
}
.btn-close:before {
transform: rotate(45deg);
}
.btn-close:after {
transform: rotate(-45deg);
}

.params-block-knopka {
    padding: 15px 0px;
    display: block;
}
@media screen and (max-width: 415px) {
.baget-list {
    justify-content: space-around;
}
}
@media screen and (max-width: 415px) {
.baget-list__wr {
    padding: 0 0px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 165px;
    height: auto;
}
}

@media screen and (max-width: 1000px) {
body .main-content-wr {
    overflow-x: hidden;
    width: 100%;
}

}

a,
a:link {
  font-family: inherit;
  text-decoration: none;
}
.kon {
display: flex;
}

@media  screen and (max-width: 768px) {
.kon {
display: block;
}
  }

.kon1 {
display:flex;
padding:4px;
font-size:14px;
align-items:center;
text-decoration:none;
}
.kon2 {
    width: 30px !important;
    height: 30px !important;
margin-right:8px;
    border-radius: 50px;
}
.bl3 {
 margin-top: 10px;	
}

.n {
    margin-bottom: 0px;
    font-weight: 400;
    margin-top: 0px;
}
@media  screen and (max-width: 768px) {
.n {
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 0px;
}
 }
.grecaptcha-badge {visibility: hidden; }
body {
  line-height: 1;
}

.t1{
	margin-bottom:10px;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
.feedback-btn_ {
    display:none !important;
}
.open-visualization-popup-btn_
 {
    display:none !important;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* defaults */
/* Dropdown control */
.selectBox-dropdown {
  width: 159px;
  /* width = (desired width) - padding-right */
  height: 18px;
  position: relative;
  /*border: solid 1px #BBB;*/
  /*line-height: 1.5;*/
  text-decoration: none;
  color: #7D6E5D;
  outline: none;
  vertical-align: middle;
  background: #e9e4e2;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e9e4e2), to(#c7bdaa));
  background: -webkit-linear-gradient(#e9e4e2, #c7bdaa);
  background: -moz-linear-gradient(#e9e4e2, #c7bdaa);
  background: -ms-linear-gradient(#e9e4e2, #c7bdaa);
  background: -o-linear-gradient(#e9e4e2, #c7bdaa);
  background: linear-gradient(#e9e4e2, #c7bdaa);
  -pie-background: linear-gradient(#e9e4e2, #c7bdaa);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  display: inline-block;
  cursor: pointer;
  font: 12px Arial, Helvetica, sans-serif;
  padding: 1px 0 1px 12px;
}
.selectBox-dropdown.ppt_size_select {
  width: 50px;
}
.selectBox-dropdown:focus,
.selectBox-dropdown:focus .selectBox-arrow {
  /*border-color: #666;*/
}
.selectBox-dropdown.selectBox-menuShowing {
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.selectBox-dropdown .selectBox-label {
  width: 90%;
  padding: 0.2em 0;
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 5px;
  width: 10px;
  height: 100%;
  background: url(../images/arrow-list-down.png) center center no-repeat;
  /*border-left: solid 1px #7d6f5c;*/
}
/* Dropdown menu */
.selectBox-dropdown-menu {
  position: absolute;
  z-index: 99999;
  max-height: 200px;
  /*border: solid 1px #BBB;*/
  /* should be the same border width as .selectBox-dropdown */
  background: #f89700;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: auto;
  color: #f2ede9;
  font-size: 12px;
}
.selectBox-dropdown-menu {
  /*max-height: 80px;*/
}
/* Inline control */
.selectBox-inline {
  width: 250px;
  outline: none;
  border: solid 1px #BBB;
  background: #FFF;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  overflow: auto;
}
.selectBox-inline:focus {
  border-color: #666;
}
/* Options */
.selectBox-options,
.selectBox-options LI,
.selectBox-options LI A {
  list-style: none;
  display: block;
  cursor: default;
  padding: 0;
  margin: 0;
}
.selectBox-options {
  padding: 4px 0 8px 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-topright: 0;
  -webkit-border-top-left-radius: 0;
  -webkit-border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.selectBox-options LI A {
  line-height: 1.5;
  padding: 0 0 0 12px;
  white-space: nowrap;
  overflow: hidden;
  background: 6px center no-repeat;
}
.selectBox-options LI.selectBox-hover A {
  /*background-color: #EEE;*/
  color: #FFF;
}
.selectBox-options LI.selectBox-disabled A {
  color: #888;
  background-color: transparent;
}
.selectBox-options LI.selectBox-selected A {
  /*background-color: #C8DEF4;*/
  color: #FFF;
}
.selectBox-options .selectBox-optgroup {
  color: #666;
  background: #EEE;
  font-weight: bold;
  line-height: 1.5;
  padding: 0 0.3em;
  white-space: nowrap;
}
/* Disabled state */
.selectBox.selectBox-disabled {
  color: #888 !important;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  opacity: 0.5;
  filter: alpha(opacity=50);
  border-color: #666;
}
.selectBox-inline.selectBox-disabled {
  color: #888 !important;
}
.selectBox-inline.selectBox-disabled .selectBox-options A {
  background-color: transparent !important;
}
/*
 * CSS Styles that are needed by jScrollPane for it to operate correctly.
 *
 * Include this stylesheet in your site or copy and paste the styles below into your stylesheet - jScrollPane
 * may not operate correctly without them.
 */
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  /*background: red;*/
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  /*background: red;*/
}
.jspVerticalBar *,
.jspHorizontalBar * {
  margin: 0;
  padding: 0;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #ffffff;
  position: relative;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jspDrag {
  background: #d9d9d9;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 2px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
/* Yuk! CSS Hack for IE6 3 pixel bug :( */
* html .jspCorner {
  margin: 0 -3px 0 0;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox_sprite.png');
}
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url('../images/fancybox_loading.gif') center center no-repeat;
}
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url('../images/blank.gif');
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}
.fancybox-prev {
  left: 0;
}
.fancybox-next {
  right: 0;
}
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}
.fancybox-nav:hover span {
  visibility: visible;
}
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}
/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}
.fancybox-lock body {
  overflow: hidden !important;
}
.fancybox-lock-test {
  overflow-y: hidden !important;
}
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox_overlay.png');
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}
.fancybox-opened .fancybox-title {
  visibility: visible;
}
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox_sprite%402x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox_loading%402x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
/* -- Errors, warning and status ---------------------------------------------- */
.info-box,
.errors-box,
.status-box,
.warning-box {
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0;
  padding: 5px 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.info-box div,
.errors-box div,
.status-box div,
.warning-box div {
  margin: 8px 0;
}
.info-box {
  background: #ddeeff;
  border: 1px solid #6699ee;
  color: #6699ee;
}
.errors-box {
  background: #fff0f0;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.status-box {
  background: #eeffee;
  border: 1px solid #83c32f;
  color: #83c32f;
}
.warning-box {
  background: #fffccc;
  border: 1px solid #fff000;
  color: #775500;
}
/* -- Display ----------------------------------------------------------------- */
.block {
  display: block;
}
.inline {
  display: inline !important;
}
.iblock {
  display: inline-block !important;
}
.hidden {
  display: none;
}
.clear {
  clear: both;
}
.nowrap {
  white-space: nowrap;
}
/* -- Alignement and positioning ---------------------------------------------- */
.left {
  text-align: left;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/* -- Float ------------------------------------------------------------------- */
.fnone {
  float: none !important;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.ffix {
  overflow: hidden;
}
/* -- Text styles ------------------------------------------------------------- */
.strong,
.bold {
  font-weight: bold;
}
.small {
  font-size: 0.8em;
}
.uc {
  text-transform: uppercase;
}
.lc {
  text-transform: lowercase;
}
.tdn {
  text-decoration: none !important;
}
.tdu {
  text-decoration: underline !important;
}
.tds {
  text-decoration: line-through !important;
}
.tdd {
  text-decoration: none;
  border-bottom: 1px dotted;
}
.cdef {
  cursor: default !important;
}
.cpnt {
  cursor: pointer !important;
}
/* -- Colors ------------------------------------------------------------------ */
.color-red {
  color: #990000;
}
.color-green {
  color: #009900;
}
.color-blue {
  color: #000099;
}
/* -- Row label-value layout -------------------------------------------------- */
.rows .row {
  overflow: hidden;
}
.rows .row .label {
  float: left;
}
.rows .row .value {
  float: right;
}
/* -- Font sizes -------------------------------------------------------------- */
.fs10 {
  font-size: 10px;
}
.fs11 {
  font-size: 11px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.fs20 {
  font-size: 20px;
}
.fs22 {
  font-size: 22px;
}
.fs24 {
  font-size: 24px;
}
.fs26 {
  font-size: 26px;
}
.fs28 {
  font-size: 28px;
}
.fs30 {
  font-size: 30px;
}
.fs32 {
  font-size: 32px;
}
.fs40 {
  font-size: 40px;
}
/* -- Line-height sizes ------------------------------------------------------- */
.lh10 {
  line-height: 10px;
}
.lh11 {
  line-height: 11px;
}
.lh12 {
  line-height: 12px;
}
.lh13 {
  line-height: 13px;
}
.lh14 {
  line-height: 14px;
}
.lh16 {
  line-height: 16px;
}
.lh18 {
  line-height: 18px;
}
.lh20 {
  line-height: 20px;
}
.lh22 {
  line-height: 22px;
}
.lh24 {
  line-height: 24px;
}
.lh26 {
  line-height: 26px;
}
.lh28 {
  line-height: 28px;
}
.lh30 {
  line-height: 30px;
}
.lh32 {
  line-height: 32px;
}
.lh40 {
  line-height: 40px;
}
/* -- Clear margin and padding ------------------------------------------------ */
.mp0 {
  margin: 0;
  padding: 0;
}
/* -- Margins ----------------------------------------------------------------- */
.ma {
  margin: auto !important;
}
.m0 {
  margin: 0px !important;
}
.m5 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m40 {
  margin: 40px !important;
}
.m50 {
  margin: 50px !important;
}
.mt0 {
  margin-top: 0px !important;
}
.mt5 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mt50 {
  margin-top: 50px !important;
}
.mr0 {
  margin-right: 0px !important;
}
.mr5 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.mr50 {
  margin-right: 50px !important;
}
.mb0 {
  margin-bottom: 0px !important;
}
.mb5 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.mb50 {
  margin-bottom: 50px !important;
}
.ml0 {
  margin-left: 0px !important;
}
.ml5 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.ml50 {
  margin-left: 50px !important;
}
/* -- Paddings ---------------------------------------------------------------- */
.p0 {
  padding: 0px !important;
}
.p5 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p40 {
  padding: 40px !important;
}
.p50 {
  padding: 50px !important;
}
.pt0 {
  padding-top: 0px !important;
}
.pt5 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pt50 {
  padding-top: 50px !important;
}
.pr0 {
  padding-right: 0px !important;
}
.pr5 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr40 {
  padding-right: 40px !important;
}
.pr50 {
  padding-right: 50px !important;
}
.pb0 {
  padding-bottom: 0px !important;
}
.pb5 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pb50 {
  padding-bottom: 50px !important;
}
.pl0 {
  padding-left: 0px !important;
}
.pl5 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pl50 {
  padding-left: 50px !important;
}
form {
  margin: 0;
  padding: 0;
}
hr {
  border: none;
  height: 1px;
  background: #e9e9e9;
  display: block;
}
label.autohide {
  color: #655542;
  cursor: text;
  display: block;
  font-size: 11px;
  font-weight: bold;
  line-height: 24px;
  margin: 0;
  padding: 0 0 0 4px;
  position: absolute;
}
.errors-box {
  background: #ffe0e0;
  border-radius: 4px;
  border: 1px solid #cc0000;
  color: #cc0000;
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0;
  padding: 5px 15px;
}
.errors-box div {
  margin: 8px 0;
}
.status-box {
  background: #c0f0a0;
  border-radius: 4px;
  border: 1px solid #63930f;
  color: #538300;
  font-size: 14px;
  line-height: 16px;
  margin: 15px 0;
  padding: 5px 15px;
}
.status-box div {
  margin: 8px 0;
}
.warning-box {
  background: #fffccc;
  border-radius: 4px;
  border: 1px solid #fff000;
  color: #775500;
  font-size: 14px;
  line-height: 1.6;
  margin: 15px 0;
  padding: 15px;
}
.warning-box div {
  margin: 8px 0;
}
.custom-scroll {
  outline: none;
}
#wrapper {
  margin: 0 auto;
  transition: 0.2s;
  width: 960px;
}
#content .title_hint {
  margin-bottom: 15px;
  margin-top: -12px;
}
#content .page_text {
  font-size: 16px;
  line-height: 1.4;
  margin-top: 19px;
}
#content .page_text * {
  font-family: 'Roboto', sans-serif;
}
#content .articles {
  font-size: 1.1em;
  line-height: 140%;
}
#content .articles .article {
  overflow: hidden;
  font-size: 16px;
  line-height: 1.7;
}
#content .articles .article p {
  margin-bottom: 0.5em;
}
#content .articles .article ul {
  margin-bottom: 1em;
}
#content .articles .article ul li {
  margin-bottom: 9px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
#content .articles .article ul li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #00a33d;
  display: inline-block;
  position: absolute;
  left: 2px;
  top: 6px;
}
#content .articles .article .date {
  color: #999999;
  font-size: 13px;
  margin-bottom: 1em;
}
#content .articles .article h2 {
  margin: 1em 0 0.5em;
}
#content .articles .article .more {
  clear: both;
  margin-bottom: 1em;
}
#content .arrow_left {
  background-image: url(../images/arrow-left.png);
  border: none;
  float: left;
  height: 30px;
  position: relative;
  top: 75px;
  width: 17px;
}
#content .arrow_right {
  background-image: url(../images/arrow-right.png);
  border: none;
  float: left;
  height: 30px;
  position: relative;
  top: 75px;
  width: 17px;
}
#content > h2:first-child {
  font-size: 20px;
  margin-bottom: 15px;
  margin-top: 0;
}
#content.wide {
  margin-left: 0;
}
.banner_box {
  float: left;
  height: 300px;
  overflow: hidden;
  position: relative;
  width: 436px;
}
.banner_box .control {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 1;
}
.banner_box .control li {
  background: #ede4dd;
  color: #000000;
  cursor: default;
  display: block;
  float: right;
  height: 22px;
  line-height: 22px;
  margin: 0 0 0 4px;
  padding: 0;
  text-align: center;
  width: 22px;
}
.banner_box .control li.act {
  background: #4c2e0f;
  color: #ffffff;
}
.banner_box .control li.play {
  background-image: url(../images/b_play.png);
}
.banner_box .control li.pause {
  background-image: url(../images/b_pause.png);
}
.banner_box .banner {
  display: block;
  display: none;
  position: absolute;
}
.banner_box .banner:first-child {
  display: block;
}
.align_left {
  text-align: left;
}
.align_right {
  text-align: right;
}
.align_center {
  text-align: center;
}
.float_left {
  float: left;
}
.float_right {
  float: right;
}
.float_cont {
  overflow: hidden;
}
.statistics a {
  color: #655542;
}
.pagination a {
  color: #655542;
}
.intro_banner {
  height: 300px;
  margin-bottom: 12px;
  width: 720px;
}
.basic_border {
  border: 1px solid #c6bca9;
}
.basic_border_row {
  clear: both;
  overflow: hidden;
}
.basic_border_row.br {
  border-top: 1px solid #c6bca9;
}
.mb12 {
  margin-bottom: 12px;
}
.p18 {
  padding: 18px;
}
.cart_sum_cont {
  font-size: 24px;
  line-height: 33px;
}
.exchange_form .row {
  margin-bottom: 10px;
  overflow: hidden;
}
.exchange_form .label {
  float: left;
  line-height: 23px;
  width: 140px;
}
.exchange_form .value {
  float: left;
}
.exchange_form input {
  margin: 0;
}
.exchange_form select {
  margin: 0;
}
.exchange_form input[type=text] {
  width: 380px;
}
.exchange_form input[type=submit] {
  padding-left: 20px;
  padding-right: 20px;
}
.exchange_form textarea {
  height: 80px;
  margin-top: 5px;
  width: 380px;
}
@keyframes reviews-stars {
  0%,
  75% {
    opacity: 1;
    transform: scale(1);
  }
  80%,
  95% {
    opacity: 0;
    transform: scale(0.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes reviews-text {
  0%,
  75% {
    opacity: 0;
    transform: scale(0.5);
  }
  80%,
  95% {
    opacity: 1;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.5);
  }
}
@keyframes auto {
  0%,
  100% {
    top: -9px;
  }
  50% {
    top: -8px;
  }
}
* {
  box-sizing: border-box;
}
body {
  background-color: #ffffff;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  margin: 0;
  overflow-y: scroll;
  padding: 0;
}
body a {
  color: #000;
  transition: color 0.2s;
}
body a:hover {
  text-decoration: none;
  color: #00a33d;
}
body .btn,
body button {
  cursor: pointer;
  border: 0;
  background: #00a33d;
  line-height: 30px;
  border-radius: 40px;
  color: #fff !important;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  transition: 0.2s;
  vertical-align: middle;
  padding: 0 15px;
}
body .btn:hover,
body button:hover {
  background: #008231;
}
body .btn:active,
body button:active {
  filter: grayscale(0.6);
}
body .btn[disabled],
body button[disabled] {
  background: #bdbdbd;
  cursor: no-drop;
}
body .btn.orange-white,
body button.orange-white {
  border: 1px solid #F97919;
  background-color: rgba(255, 255, 255, 0.95);
  color: #F97919 !important;
}
body .btn.orange-white:hover,
body button.orange-white:hover {
  background-color: #F97919;
  color: #fff !important;
}
body .center-block {
  margin: 0 auto;
  width: 960px;
  position: relative;
}

@media screen and (min-width: 1100px) {
body .center-block {
  margin: 0 auto;
  width: 1050px;
  position: relative;
}
.dropdown {
	display:none !important;
}
}
@media screen and (min-width: 1200px) {
body .center-block {
  margin: 0 auto;
  width: 1150px;
  position: relative;
}
}
@media screen and (min-width: 1300px) {
body .center-block {
  margin: 0 auto;
  width: 1250px;
  position: relative;
}
}

.main-content-wr {
  transition: filter 0.2s;
  width: 98%;
}
.main-content-wr.blur {
 
}
.main-content-wr .mobile-header {
  display: none;
}
header {
  position: relative;
  margin-bottom: 40px;
}
header .top-menu {
  background-color: #FAFAFA;
  height: 40px;
  font-size: 14px;
  line-height: 39px;
}
header .top-menu .top-menu-wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .top-menu a {
  text-decoration: none;
  color: #B7B7B7;
  transition: 0.2s;
  vertical-align: middle;
  display: block;
}
header .top-menu a:hover {
  color: #00a33d !important;
}
header .top-menu .menu li {
  display: inline-block;
  margin-right: 30px;
}
@media screen and (min-width: 1100px) {
header .top-menu .menu li {
    display: inline-block;
    margin-right: 10px;
}
}
@media screen and (min-width: 1100px) {
header .top-menu a {
    text-decoration: none;
    color: #B7B7B7;
    transition: 0.2s;
    vertical-align: middle;
    display: block;
    font-size: 12px;
}
}
header .top-menu .act a {
  display: inline-block;
}
header .top-menu .act .favorites {
  position: relative;
  display: inline-block;
  color: #ff0000;
  font-size: 17px;
}
header .top-menu .act .favorites span {
  position: absolute;
  top: -7px;
  left: 12px;
  font-size: 13px;
  text-align: center;
  background: #fff;
  padding: 3px 4px;
  border-radius: 50%;
  min-width: 15px;
}
header .top-menu .act .username {
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 97px;
  overflow: hidden;
  display: inline-block;
  margin-left: 22px;
}
header .top-menu .act .login {
  margin-left: 22px;
}
header .top-menu .act .login .icon {
  font-size: 16px;
  vertical-align: middle;
  margin-right: 5px;
  position: Relative;
  top: -1px;
}
header .top-menu .sns {
  display: flex;
  align-items: center;
}
header .top-menu .sns a {
  display: flex;
  align-items: center;
}
header .top-menu .sns a:not(:last-child) {
  margin-right: 16px;
}
header .top-menu .sns a:hover img {
  filter: grayscale(0) brightness(1);
}
header .top-menu .sns a img {
  width: 24px;
  margin-right: 7px;
  filter: grayscale(1) brightness(1.1);
  border-radius: 4px;
  transition: 0.2s;
}
header .middle-block {
  height: 121px;
  position: relative;
}

header .middle-block .logo {
  display: block;
  width: 240px;
  padding-top: 20px;
  position: absolute;
  background: url(../images/logo.png) left top no-repeat;
  text-decoration: none;
  top: 21px;
  text-align: left;
}
header .middle-block .logo:after {
   content: "";
    width: 93px;
    height: 17px;
    background:url(../images/zvezdi.png) center bottom no-repeat;
    bottom: -20px;
    left: 60px;
    position: absolute;
    display: inline-block;
}

header .middle-block .logo span {
  color: #8b5c29;
  display: block;
  text-transform: uppercase;
  font-size: 9px;
  letter-spacing: 2.2px;
  text-align: left;
  margin-top: 9px;
}
header .middle-block .phones {
  font-size: 13px;
  position: absolute;
  top: 83px;
  color: #aaa;
}
header .middle-block .phones1 {
  font-size: 13px;
  position: absolute;
  top: 83px;
  color: #aaa;
}
header .middle-block .prazdnik {
  font-size: 13px;
  position: absolute;
  top: 83px;
  color: #ff0000;
}
header .middle-block .phones .phone {
  text-decoration: none;
  font-size: 18px;
  margin-right: 5px;
}
header .middle-block .phones1 .phone {
  text-decoration: none;
  font-size: 18px;
  margin-right: 5px;
}
header .middle-block .cart {
  position: absolute;
  right: 0px;
  top: 27px;
  width: 41px;
  text-align: right;
  padding-right: 10px;
  z-index: 2;
}
header .middle-block .cart:hover .icon {
  color: #DE6216;
}
header .middle-block .cart:not(.empty).fixed {
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  z-index: 1000000;
  top: 0;
  padding: 10px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
  border-radius: 0 0 5px 5px;
  right: 50%;
  width: auto;
  margin-right: -490px;
}
header .middle-block .cart:not(.empty).fixed .icon {
  font-size: 20px;
}
header .middle-block .cart a {
  text-decoration: none;
  display: block;
}
header .middle-block .cart .icon {
  font-size: 30px;
  vertical-align: middle;
  color: #000;
  transition: 0.2s;
}
header .middle-block .cart .text {
  font-size: 12px;
  background: #F6792C;
  color: #fff;
  padding: 4px;
  border-radius: 50%;
  min-width: 20px;
  display: block;
  position: absolute;
  text-align: center;
  top: -2px;
  right: 5px;
}
header .middle-block .search-bar-n {
  position: absolute;
  left: 257px;
  top: 21px;
}
header .middle-block .search-bar-n input[type=text] {
  font-size: 16px;
  padding: 11px 10px 10px 30px;
  width: 350px;
  border-radius: 21px;
  background-size: 21px;
  background-position-x: 94%;
  transition: 0.2s;
  border: 1px solid #F7792C;
}
	@media screen and (min-width: 1100px) {
header .middle-block .search-bar-n input[type=text] {
    font-size: 12px;
    padding: 11px 10px 10px 15px;
    width: 350px;
    border-radius: 21px;
    background-size: 21px;
    background-position-x: 94%;
    transition: 0.2s;
    border: 1px solid #F7792C;
}
}

header .middle-block .search-bar-n input[type=text]:focus {
  border-color: #F7792C;
  box-shadow: #F7792C 0 0 0 1px;
}
header .middle-block .search-bar-n input[type="submit"] {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 0;
  background: #F7792C;
  color: #fff;
  padding: 0 30px;
  border-radius: 40px;
  transition: 0.2s;
}
header .middle-block .search-bar-n input[type="submit"]:hover {
  background: #DE6216;
}
header .middle-block .search-bar-n .ajax-loader {
  position: absolute;
  top: 4px;
  right: 9px;
  display: none;
}
header .middle-block .btn-user-image-upload {
  right: 0;
  top: 78px;
  font-size: 13px;
  text-decoration: none;
  transition: 0.2s;
  position: absolute;
}
header .middle-block .btn-user-image-upload .n {
  display: inline-block;
  text-align: left;
  line-height: 1.3;
  vertical-align: middle;
}
header .middle-block .btn-user-image-upload .btn {
  margin-left: 10px;
  height: 25px;
  line-height: 24px;
  font-size: 14px;
}
header .middle-block .btn-user-image-upload:hover .n {
  text-decoration: underline;
}
header .middle-block .btn-user-image-upload .icon {
  display: none;
  vertical-align: middle;
  margin-right: 11px;
  font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: 1px;
}
header .middle-block .reviews-stars {
  display: none;
  position: absolute;
  top: 77px;
  left: 0;
  text-align: center;
  width: 230px;
}
header .middle-block .reviews-stars a {
  text-decoration: none;
}
header .middle-block .reviews-stars img {
  transition: 1s;
  animation: reviews-stars 5s infinite;
}
header .middle-block .reviews-stars .text {
  transition: 1s;
  font-size: 14px;
  position: absolute;
  top: 10px;
  width: 100%;
  animation: reviews-text 5s infinite;
}
header .pvz-block {
  position: absolute;
  left: 619px;
  top: 23px;
}
header .modes-menu-block {
  font-size: 0;
  position: relative;
  height: 44px;
  line-height: 44px;
}
header .modes-menu-block .modes {
  margin: 0 -14px;
  display: flex;
  justify-content: space-between;
}
header .modes-menu-block .modes li {
  flex-grow: 1;
  text-align: center;
}
header .modes-menu-block .modes li a {
  font-size: 14px;
  text-decoration: none;
  color: #757575;
  position: relative;
  display: block;
  padding: 0 12px;
  transition: 0.1s;
}
header .modes-menu-block .modes li a span {
  position: relative;
}
header .modes-menu-block .modes li a.active span:after {
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -3px;
  left: 0;
  background-color: #4A4A4A;
  transition: 0.3s;
}
header .modes-menu-block .modes li a.selected {
  background: #4A4A4A;
  color: #fff;
  text-shadow: #fff 0 0 1px;
}
header .sections-menu-block .modes > li {
  display: none;
  height: 47px;
  line-height: 47px;
  background: #4A4A4A;
  position: absolute;
  width: 100%;
  z-index: 100;
}
header .sections-menu-block .modes > li[data-mode="own_modular"] .sections {
  width: 711px;
  left: -135px;
}
header .sections-menu-block .modes > li[data-mode="acrylic_paneli"] .sections,
header .sections-menu-block .modes > li[data-mode="freski"] .sections {
  text-align: right;
}
header .sections-menu-block .modes > li[data-mode="freski"] .sections {
  width: 400px;
}
header .sections-menu-block .modes > li[data-mode="plakaty"] .sections,
header .sections-menu-block .modes > li[data-mode="kartiny"] .sections {
  text-align: center;
}
header .sections-menu-block .modes > li[data-mode="eco_product"] .sections,
header .sections-menu-block .modes > li[data-mode="eco_product_wood"] .sections,
header .sections-menu-block .modes > li[data-mode="sale_product"] .sections,
header .sections-menu-block .modes > li[data-mode="exclusive_product"] .sections {
  text-align: right;
  width: 1200px;
  left: 0;
}
header .sections-menu-block .modes > li .sections {
  left: -157px;
  width: 667px;
}
header .sections-menu-block .modes > li .sections > li {
  display: inline-block;
}
header .sections-menu-block .modes > li .sections > li a {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}
header .sections-menu-block .modes > li .sections > li a.selected {
  text-shadow: #fff 0 0 1px;
}
header .sections-menu-block .modes > li .new {
  color: #FFAF02;
  font-weight: bold;
}
header .popup-menu-block {
  position: absolute;
  width: 100%;
  background: #f5f0ed;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.19);
  z-index: 80;
}
header .popup-menu-block .subcat-menu-wr {
  font-size: 0;
  margin-bottom: 20px;
}
header .popup-menu-block .subcat-menu-wr > li {
  font-size: 14px;
  display: inline-block;
  width: 25%;
  padding-right: 20px;
  vertical-align: top;
  box-sizing: border-box;
}
header .popup-menu-block .subcat-menu-wr > li.collapsed > ul {
  overflow: hidden;
  margin-bottom: 5px;
}
header .popup-menu-block .subcat-menu-wr > li > a:first-child,
header .popup-menu-block .subcat-menu-wr > li > span:first-child {
  font-size: 13px;
  font-weight: bold;
  line-height: 1.14;
  color: #989898;
  text-transform: uppercase;
  border-bottom: solid 1px #989898;
  text-decoration: none;
  margin-bottom: 10px;
  display: inline-block;
  padding-bottom: 3px;
  transition: 0.1s;
}
header .popup-menu-block .subcat-menu-wr > li > a:first-child:hover,
header .popup-menu-block .subcat-menu-wr > li > span:first-child:hover {
  color: #84744e;
  border-bottom-color: #84744e;
}
header .popup-menu-block .subcat-menu-wr > li > ul li {
  margin-bottom: 15px;
}
header .popup-menu-block .subcat-menu-wr > li > ul li a {
  text-decoration: none;
  color: #757575;
  transition: 0.1s;
}
header .popup-menu-block .subcat-menu-wr > li > ul li a:hover {
  color: #715636;
}
header .popup-menu-block .menu-items-wr {
  font-size: 0;
}
header .popup-menu-block .menu-items-wr.top-level {
  margin-bottom: 35px;
}
header .popup-menu-block .menu-items-wr.top-level ul li {
  width: 25%;
}
header .popup-menu-block .menu-items-wr li {
  margin-bottom: 15px;
  width: 20%;
  display: inline-block;
}
header .popup-menu-block .menu-items-wr li a {
  text-decoration: none;
  color: #757575;
  transition: 0.1s;
  font-size: 14px;
}
header .popup-menu-block .menu-items-wr li a:hover {
  color: #715636;
}
header .production-services-block,
header .delivery-block {
  display: none;
  top: 40px;
  padding-top: 30px;
}
header .production-services-block .subcat-menu-wr > li,
header .delivery-block .subcat-menu-wr > li {
  width: auto !important;
  margin-right: 30px;
}
header .production-services-block.delivery-block,
header .delivery-block.delivery-block {
  padding-top: 20px;
}
header .production-services-block.delivery-block .subcat-menu-wr,
header .delivery-block.delivery-block .subcat-menu-wr {
  margin-bottom: 20px;
  width: 890px;
}
header .production-services-block.delivery-block .subcat-menu-wr > li > ul li,
header .delivery-block.delivery-block .subcat-menu-wr > li > ul li {
  display: inline-block;
  margin: 0 20px;
}
header .categories-menu-block .templates {
  display: none;
}
header .categories-menu-block .modes .top-bordered {
  border-top: 2px solid #4A4A4A;
}
header .categories-menu-block .modes .sections > li {
  display: none;
  padding: 36px 0;
}
header .categories-menu-block .modes .sections .title {
  font-size: 20px;
  color: #000000;
  margin-bottom: 15px;
}
header .categories-menu-block .modes .sections .sub-title {
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: bold;
}
header .categories-menu-block a.popular {
  display: block;
  margin-bottom: 31px;
  font-size: 14px;
  text-decoration: none;
  color: #757575;
}
header .categories-menu-block a.popular:hover {
  color: #00a33d;
}
header .categories-menu-block a.details {
  color: #6c502e;
  text-decoration: underline;
  transition: 0.1s;
  font-size: 14px;
}
header .categories-menu-block a.details:hover {
  color: #000;
}
header .categories-menu-block .big-link {
  font-size: 16px;
  margin-top: 20px;
  display: block;
}
header .search-results {
  position: absolute;
  background-color: #fff;
  left: 17px;
  top: 42px;
  width: 315px;
  list-style: none;
  display: none;
  font-size: 16px;
  padding: 7px 0;
  z-index: 100;
  border-radius: 0 0 5px 5px;
  border: 1px solid #b7b7b7;
  border-top: 0;
}
header .search-results li {
  padding: 6px 12px;
}
header .search-results li:last-child {
  border: 0;
}
header .menu-item-icon {
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -2px;
  display: inline-block;
}
#sidebar {
  width: 220px;
  display: inline-block;
  vertical-align: top;
  position: sticky;
  top: 10px;
}
#sidebar .mobile-back {
  display: none;
}
#sidebar .level-up {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
}
#sidebar .box {
  margin-bottom: 30px;
}
#sidebar .box a {
  text-decoration: none;
  color: #4a4a4a;
}
#sidebar .box a:hover,
#sidebar .box a.active {
  color: #00a33d;
}
#sidebar .box .head {
  display: block;
  font-size: 14px;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 11px;
}
#sidebar .box .cont .top-category {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
  font-size: 13px;
}
#sidebar .box .cont .expand {
  color: #ffac13;
  margin-top: 6px;
  cursor: pointer;
  font-size: 13px;
  display: inline-block;
}
#sidebar .box .cont .expand:before {
  content: 'Показать все';
}
#sidebar .box .cont .expand:after {
  content: "\e920";
  font-family: 'icomoon' !important;
  transform: rotate(90deg);
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
#sidebar .box .cont .expand.expanded:before {
  content: 'Скрыть';
}
#sidebar .box .cont .expand.expanded:after {
  transform: rotate(-90deg);
}
#sidebar .box .cont .expanable {
  max-height: 247px;
  overflow: hidden;
}
#sidebar .box .cont .expanable.expanded {
  max-height: initial;
}
#sidebar .box .cont ul li {
  position: relative;
}
#sidebar .box .cont ul li .icon-edit-small {
  position: absolute;
  background: url(../images/edit-small.gif) no-repeat center center;
  width: 9px;
  height: 9px;
  right: 5px;
  top: 0;
  opacity: 0.4;
}
#sidebar .box .cont ul li a {
  text-decoration: none;
  transition: 0.2s;
  font-size: 13px;
  padding: 6px 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
#sidebar .box .cont ul li a.more {
  background: none;
  font-size: 13px;
  font-weight: bold;
  color: #84744c;
  margin-left: -10px;
  display: inline-block;
}
#sidebar .box .cont ul li a.more:after {
  content: '';
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #84744c;
  border-bottom: 5px solid transparent;
  display: inline-block;
  position: relative;
  top: 1px;
  margin-left: 10px;
}
#sidebar .box .cont ul li a .count {
  top: 7px;
  font-size: 10px;
  background: #eee;
  border-radius: 4px;
  min-width: 24px;
  padding: 1px 4px;
  text-align: center;
  color: #868686;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#sidebar .box .cont ul li .subcat-wr {
  position: relative;
  margin: 0 0 10px 10px;
}
#sidebar .boxes-wr {
  margin-bottom: 30px;
}
#sidebar .boxes-wr .box:last-child {
  border-radius: 0 0 5px 5px;
}
#sidebar .new {
  color: #ffae0a;
  font-weight: bold;
  margin-right: 8px;
}
#sidebar .q {
  color: #ffac13;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  border-bottom: 1px dashed;
}
#sidebar .sidebar-banners a {
  display: block;
  margin-bottom: 16px;
}
#footer {
  background: #F5F0ED;
  position: relative;
  margin-top: 50px;
}
#footer .footer-wr {
  width: 960px;
  margin: 0 auto;
  position: relative;
}
#footer .footer-wr .subscribe-block {
  border-bottom: 1px solid #B7B7B7;
  height: 95px;
  padding:30px 0px;
}
.flex-container {
  display: flex;
  width: 960px;
}
.flex-container_element-1 {
  flex-basis: 50%;
  flex-grow: 1;
}
.flex-container_element-2 {
  flex-basis: 50%;
  flex-grow: 4;
}

#footer .footer-wr .subscribe-block .t {
  display: inline-block;
  vertical-align: middle;
  color: #686868;
  font-size: 20px;
  font-weight: bold;

}
#footer .footer-wr .subscribe-block .subscribe-form {
  display: inline-block;
  vertical-align: middle;
}
#footer .footer-wr .subscribe-block .subscribe-form input[type="text"] {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  width: 317px;
  height: 46px;
  padding: 0 0 0 20px;
  border: 0;
  border-radius: 40px;
  font-size: 16px;
}
#footer .footer-wr .subscribe-block .subscribe-form button {
  background-color: #f7792c;
  width: 139px;
  height: 46px;
  font-size: 14px;
  font-weight: bold;
  margin-left: -38px;
}
#footer .footer-wr .subscribe-block .subscribe-form button:hover {
  background-color: #DE6216;
}
#footer .footer-wr .middle-block {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
#footer .footer-wr .middle-block .block-title {
  color: #b7b7b7;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#footer .footer-wr .middle-block .contacts-block {
  width: 200px;
  font-size: 14px;
  line-height: 1.65;
  color: #686868;
  font-weight: bold;
}
#footer .footer-wr .middle-block .contacts-block .address {
  margin-bottom: 16px;
}
#footer .footer-wr .middle-block .contacts-block .location {
  color: #00a33d;
}
#footer .footer-wr .middle-block .menu-block {
  font-size: 14px;
  line-height: 1.65;
  color: #686868;
}
#footer .footer-wr .middle-block .menu-block ul {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  -ie-column-count: 2;
  column-count: 2;
}
#footer .footer-wr .middle-block .menu-block li {
  margin-bottom: 12px;
  max-width: 223px;
  margin-right: 21px;
}
#footer .footer-wr .middle-block .menu-block li a {
  text-decoration: none;
  color: #686868;
  transition: 0.2s;
}
#footer .footer-wr .middle-block .menu-block li a:hover {
  color: #00a33d;
}
#footer .footer-wr .middle-block .icons-block .sns {
  border-bottom: 1px solid #B7B7B7;
  padding: 10px 0 19px;
  margin-bottom: 16px;
}
#footer .footer-wr .middle-block .icons-block .sns li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
#footer .footer-wr .middle-block .icons-block .sns li a {
  text-decoration: none;
  color: #686868;
  transition: 0.2s;
  font-size: 26px;
}
#footer .footer-wr .middle-block .icons-block .sns li a:hover {
  color: #00a33d;
}
#footer .footer-wr .middle-block .icons-block .payment-methods {
  width: 170px;
}
#footer .footer-wr .middle-block .icons-block .payment-methods img {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
}
#footer .bottom-block {
  background: #D9D9D9;
  color: #686868;
  width: 100%;
  font-size: 14px;
  line-height: 62px;
  padding-bottom: 50px;
}
#footer .bottom-block .copy {
  display: inline-block;
  vertical-align: middle;
  margin-right: 73px;
}
#footer .bottom-block .footmenu {
  display: inline-block;
  vertical-align: middle;
}
#footer .bottom-block .footmenu li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
#footer .bottom-block .footmenu li a {
  font-size: 16px;
  color: #686868;
  text-decoration: none;
}
#footer .bottom-block .footmenu li a:hover {
  color: #00a33d;
}
#body {
  transition: 0.3s;
  position: relative;
}
#body.loading {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#body.loading:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  z-index: 10000;
  top: 0;
  left: 0;
  cursor: wait;
}
#body #content {
  display: inline-block;
  vertical-align: top;
  width: 736px;
  padding-left: 12px;
  color: #686868;
}
#body #content h1 {
  font-size: 28px;
  font-weight: 400;
  color: #f7792c;
}
.about .content h1 {
  font-size: 28px;
  font-weight: 400;
  color: #f7792c;
  font-family: Forum regular !important;
}
#body #content h2 {
  font-size: 20px;
  font-weight: 400;
}
.zagolovok {
  padding:20px 0px;
}
.search-results-block {
  display: none;
  position: absolute;
  top: 205px;
  background: rgba(255, 255, 255, 0.99);
  width: 100%;
  min-height: 100%;
  z-index: 999;
}
.search-results-block .close {
  position: absolute;
  right: 0;
  top: 20px;
  font-size: 23px;
  color: #aaa;
  cursor: pointer;
  transition: 0.2s;
}
.search-results-block .close:hover {
  color: #777;
}
.search-results-block .search-results-wr {
  font-size: 16px;
  line-height: 1.3;
  padding-top: 30px;
}
.search-results-block .search-results-wr .type {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px dashed #ddd;
}
.search-results-block .search-results-wr .type .type-name {
  display: inline-block;
  vertical-align: top;
  width: 200px;
  display: none;
}
.search-results-block .search-results-wr .type .type-name .count {
  font-size: 14px;
  color: #ccc;
}
.search-results-block .search-results-wr .type .items {
  display: block;
}
.search-results-block .search-results-wr .type .items img {
  max-width: 100%;
  transition: 0.2s;
  box-sizing: border-box;
  position: relative;
  transform-origin: left center;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
  border: 1px solid transparent;
  padding: 3px;
}
.search-results-block .search-results-wr .type .items .image-item {
  width: 20%;
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  text-align: center;
  margin-bottom: 30px;
}
.search-results-block .search-results-wr .type .items .image-item a {
  text-decoration: none;
}
.search-results-block .search-results-wr .type .items .image-item img {
  display: block;
  margin: 0 auto 6px;
}
.search-results-block .search-results-wr .type .items .image-item .name {
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  text-align: center;
  color: #757575;
}
.search-results-block .search-results-wr .type .items .group:not(:last-child) {
  border-bottom: 1px dashed #eee;
  margin-bottom: 20px;
}
.search-results-block .search-results-wr .type .items .group-name {
  margin-bottom: 10px;
}
.search-results-block .search-results-wr .type .items .group-name .count {
  font-size: 14px;
  color: #ccc;
}
.search-results-block .search-results-wr .type .items .images {
  font-size: 0;
}
.search-results-block .search-results-wr .type .items .images li {
  display: inline-block;
  vertical-align: middle;
  width: 20%;
  text-align: center;
  padding: 0 10px 0 0;
  box-sizing: border-box;
  margin-bottom: 10px;
}
.search-results-block .search-results-wr .type .items .images li img {
  padding: 3px;
}
.search-results-block .search-results-wr .type .items .images li img:hover {
  border-color: #00a33d;
}
.search-results-block .search-results-wr .type .items .show-more {
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 20px;
  display: inline-block;
  color: #686868;
  border-bottom: 1px dashed;
}
.search-results-block .search-results-wr .type .items .link-to-cat {
  margin: 20px auto;
  display: block;
  width: 160px;
}
.search-results-block .search-results-wr .not-found {
  text-align: center;
  font-size: 24px;
  color: #5d5d5d;
  margin-top: 60px;
}
.fancybox {
  cursor: pointer;
}
.pvz-block {
  display: flex;
  align-items: center;
  line-height: 1.5;
  font-size: 12px;
  z-index: 2;
  width: 290px;
}
.pvz-block .icon {
  margin-right: 5px;
  width: 21px;
}
.pvz-block .other {
  display: none;
  padding-top: 15px;
}
.pvz-block .t {
  width: calc(100% - 31px);
}
.pvz-block .t .city {
  font-weight: bold;
  color: #F6792C;
  cursor: pointer;
  border-bottom: 1px dashed;
}
.pvz-block .t .pvz {
  color: #F6792C;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.pvz-block .t .pvz span {
  border-bottom: 1px dashed;
  cursor: pointer;
}
.mobile-menu {
  display: none;
}

@media screen and (min-width: 1367px) {
  body .center-block {
    width: 1366px;
  }
  header .pvz-block {
    left: initial;
    right: 200px;
  }
  header .middle-block .search-bar-n input[type=text] {
    width: 600px;
  }
  header .middle-block .phones {
    top: 19px;
    right: 50px;
    width: 160px;
    line-height: 1.4;
  }
   header .middle-block .phones1 {
    top: 19px;
    right: 50px;
    width: 160px;
    line-height: 1.4;
  }
    header .middle-block .prazdnik {
      top: 75px;
    right: 50px;
    width: 380px;
    line-height: 1.4;
  }
  header .middle-block .btn-user-image-upload {
    left: 276px;
    right: initial;
  }
  header .modes-menu-block .modes li a {
    font-size: 16px;
  }
  #sidebar {
    width: 300px;
  }
  #body #content {
    width: calc(100% - 303px);
  }
  .main-content-wr.fixed-header {
   position: relative;
  }
  .main-content-wr.fixed-header header {
    position: absolute;
    width: 100%;
    z-index: 1000;
    background: #fff;
    top: 0;

  }
}
#zatemnenie {
	display:none;
}
/* modal */
/* =============================================== */
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;

  display: none;
  justify-content: center;
  align-items: center;

  width: 100%;
  height: 100%;

  background: hsla(0, 0%, 40%, .6);
}

/* using :target */
.modal-container:target {
  display: flex;
}

.modal {
width: 100%;
 /* position: relative;*/
  overflow: hidden;
}

.modal__details {
  text-align: center;
}

.modal__title {
  font-size: 3.2rem;
}

.modal__description {
  margin-top: 2rem;

  font-size: 1.6rem;
  font-style: italic;
}

.modal__text {
  padding: 0 4rem;
  margin-bottom: 4rem;

  font-size: 1.6rem;
  line-height: 2;
}

.modal__text::before {
  content: '';

  position: absolute;
  top: 0%;
  left: 100%;
  transform: translate(-50%, -50%);

  width: 18rem;
  height: 18rem;
  border: 1px solid hsla(0, 0%, 100%, .2);
  border-radius: 100rem;

  pointer-events: none;
}

.modal__btn {
  padding: 1rem 1.6rem;
  border: 1px solid hsla(0, 0%, 100%, .4);
  border-radius: 100rem;

  color: inherit;
  background: transparent;
  font-size: 1.4rem;
  font-family: inherit;
  letter-spacing: .2rem;

  transition: .2s;
  cursor: pointer;
}

.modal__btn:hover,
.modal__btn:focus {
  border-color: hsla(0, 0%, 100%, .6);
  transform: translateY(-.2rem);
}

/* links */
/* =============================================== */
.link-1 {
  font-size: 1.8rem;

  color: var(--light);
  background: var(--background);
  box-shadow: .4rem .4rem 2.4rem .2rem hsla(236, 50%, 50%, 0.3);
  border-radius: 100rem;
  padding: 1.4rem 3.2rem;

  transition: .2s;
}

.link-1:hover,
.link-1:focus {
  transform: translateY(-.2rem);
  box-shadow: 0 0 4.4rem .2rem hsla(236, 50%, 50%, 0.4);
}

.link-2 {
  width: 4rem;
  height: 4rem;
  font-size: 5.2rem;

  position: absolute;
  top: 2rem;
  right: 20rem;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: .2s;
}

.link-2::before {
  content: '×';

  transform: translateY(-.1rem);
}

.link-2:hover,
.link-2:focus {
  border-color: hsla(0, 0%, 100%, .6);
  transform: translateY(-.2rem);
}

/* Second Version Link */
/* =============================================== */
.second-version-link,
.second-version-link:link {
  color: hsl(236, 50%, 50%);
  padding: .8rem 1.6rem .8rem .2rem;
  border-bottom: 2px solid hsl(236, 50%, 50%);

  font-size: 1.4rem;
  font-weight: bold;

  position: absolute;
  top: 4rem;
  right: 4rem;
}

.second-version-link::after {
  content: '\2197';

  position: absolute;
  top: 0;
  right: 0;

  font-size: .9em;
}

@media screen and (max-width: 1000px) {
	.mob-title {
        font-weight: 600;
        padding: 10px 0px;
        display: block;
        font-size: 18px;
	}
	.dropdown .-list a {
    text-decoration: none;
    transition: 0.2s;
    font-size: 13px;
    padding: 4px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    line-height: 1.62;
}
	.h2-title {
    margin: 0px auto 24px;
    padding: 0;
    font-size: 30px;
    line-height: 34px;
    font-weight: normal;
    text-align: center;
    color: #000;
}
	.none-mob {
		display:none;
	}
  body.mobile-menu-showed .mobile-header .menu-icon i:nth-child(1) {
    transform: rotate(45deg) scaleX(1.08);
  }
  body.mobile-menu-showed .mobile-header .menu-icon i:nth-child(2) {
    transform: scaleX(0);
  }
  body.mobile-menu-showed .mobile-header .menu-icon i:nth-child(3) {
    transform: rotate(-45deg) scaleX(1.08);
  }
  body.mobile-menu-showed .mobile-menu {
    display: block;
  }
  
  body.mobile-menu-showed .body-wr,
  body.mobile-menu-showed #footer {
    display: none;
  }
  body .center-block {
    width: 100%;
    padding: 0 16px;
  }
  body .main-content-wr {
    overflow-x: hidden;
  }
  body .main-content-wr .mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
  }
  body .main-content-wr .mobile-header .logo img {
    width: 130px;
  }
  body .main-content-wr .mobile-header .search img {
    width: 24px;
  }
  body .main-content-wr .mobile-header .phone img {
    width: 24px;
    height: 24px;
  }
  body .main-content-wr .mobile-header .menu-icon {
    display: block;
    width: 29px;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
  }
  body .main-content-wr .mobile-header .menu-icon i {
    display: block;
    height: 4px;
    background: #000;
    transform-origin: left center;
    transition: 0.3s;
  }
  body .main-content-wr .mobile-header .menu-icon i:not(:last-child) {
    margin-bottom: 7px;
  }
  body .main-content-wr .mobile-header .cart {
    width: 41px;
    position: relative;
  }
  body .main-content-wr .mobile-header .cart a {
    text-decoration: none;
    display: block;
  }
  body .main-content-wr .mobile-header .cart .icon {
    font-size: 24px;
    vertical-align: middle;
    color: #000;
    transition: 0.2s;
  }
  body .main-content-wr .mobile-header .cart .text {
    font-size: 12px;
    background: #F6792C;
    color: #fff;
    padding: 4px;
    border-radius: 50%;
    min-width: 20px;
    display: block;
    position: absolute;
    text-align: center;
    top: -2px;
    right: 5px;
  }
  header {
    display: none;
  }
  #footer .footer-wr {
    width: 100%;
  }
  #footer .footer-wr .subscribe-block {
    display: none;
  }
  #footer .footer-wr .middle-block {
    flex-direction: column;
    padding: 16px;
  }
  #footer .footer-wr .middle-block .contacts-block {
    width: 100%;
    margin-bottom: 16px;
  }
  #footer {
    padding: 20px;
}
  #footer .footer-wr .middle-block .menu-block ul {
 display: flex;
    flex-direction: column;
    column-count: 1;
    align-items: normal;
    text-align: left;
  }
  #footer .footer-wr .middle-block .menu-block ul li {
    max-width: 100%;
    margin-right: 0;
  }
  #footer .footer-wr .middle-block .icons-block {
    text-align: center;
  }
  #footer .footer-wr .middle-block .icons-block .payment-methods {
    width: 100%;
  }
  #footer .bottom-block {
    line-height: 1.4;
    padding: 16px 16px 66px;
  }
  #footer .bottom-block .footer-wr {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }
  #footer .bottom-block .footer-wr .copy {
    display: block;
    margin: 0;
  }
  #footer .bottom-block .footer-wr .footmenu {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #footer .bottom-block .footer-wr .footmenu li {
    margin: 0 0 16px;
  }
  .main-toolbar {
    display: none;
  }
  .mobile-menu {
    position: absolute;
    z-index: 1000;
    top: 50px;
    left: 0;
    width: 100%;
    background: #fff;
    display: none;
    overflow: hidden;
  }
  .mobile-menu .submenu {
    position: absolute;
    top: 0;
    width: 100%;
    transform: translateX(100%);
    transition: 0.4s;
    background: #fff;
    height: 100%;
    z-index: 10000;
    opacity: 0;
  }
  .mobile-menu .submenu.showed {
    transform: translateX(0%);
    opacity: 1;
  }
  .mobile-menu .submenu .back-to-main-menu:after {
    content: '';
    position: absolute;
    left: 20px;
    font-size: 24px;
    top: 10px;
    color: #333;
    background: url(../images/arrow-point-to-right.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
    transform: rotate(180deg);
  }
  .mobile-menu nav {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .mobile-menu nav a,
  .mobile-menu nav span {
    padding: 12px 0;
    font-size: 16px;
    text-decoration: none;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
  }
  .mobile-menu nav .submenu-link:after {
    content: '';
    position: absolute;
    right: 20px;
    font-size: 24px;
    top: 10px;
    color: #333;
    background: url(../images/arrow-point-to-right.svg);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-position: center;
  }
  .mobile-menu .sns {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #e8e8e8;
    padding: 16px;
    justify-content: space-between;
  }
  .mobile-menu .sns a {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    margin: 0 8px;
  }
  .mobile-menu .sns a img {
    width: 32px;
    margin-right: 8px;
  }
  #body #sidebar {
       display: block;
  }
  #body #content {
    display: block;
    width: 100%;
    padding: 0;
  }
  #body #content .page_text {
    font-size: 14px;
  }
  #body #content .page_text .top-block {
    width: 100%;
    height: 202px;
  }
  #body #content .page_text .top-block .text {
    width: calc(100% - 32px);
    position: relative;
    top: 50%;
    left: 16px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }
  #body #content .page_text img {
    max-width: 100%;
    width: auto;
    height: auto;
    float: none !important;
  }
  #body #content .page_text div.jx-image img {
    max-width: initial !important;
  }
  .breadcrumbs {
    line-height: 1.5;
    margin: 16px 0;
  }
}
.main-toolbar {
  z-index: 999;
  position: fixed;
  width: 720px;
  background-color: #dfdfdf;
  bottom: 0;
  left: 50%;
  margin-left: -245px;
  border: 2px solid #c5c5c5;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  color: #333;
}
.main-toolbar.as-minimal {
  opacity: 0.8;
}
.main-toolbar.as-minimal:hover {
  opacity: 1;
}
.main-toolbar-head {
  padding: 10px;
  position: relative;
}
.main-toolbar-head-item {
  display: inline-block;
  padding: 0 7px;
}
.main-toolbar-head-item:first-child {
  padding-left: 0;
}
.main-toolbar-head-item:nth-child(2) {
  border: 1px solid #827565;
  border-top: none;
  border-bottom: none;
}
.main-toolbar-head-item:last-child {
  padding-right: 0;
}
.main-toolbar-head-item__link {
  text-decoration: underline;
  cursor: pointer;
}
.main-toolbar-head-item__link:hover {
  text-decoration: none;
}
.main-toolbar-head-item__link.as-active {
  text-decoration: none;
  color: #3f3f3f;
  cursor: default;
}
.main-toolbar-head-item__counter {
  font-weight: bold;
}
.main-toolbar-controls {
  float: right;
}
.main-toolbar-selectors {
  float: right;
  margin-right: 10px;
}
.main-toolbar-selector {
  cursor: pointer;
  color: #65523d;
  text-decoration: underline;
  display: inline-block;
  padding: 0 5px;
}
.main-toolbar-selector:hover {
  text-decoration: none;
}
.main-toolbar-selector:first-child {
  border-right: 1px solid #827565;
}
.main-toolbar.as-minimal .main-toolbar-body,
.main-toolbar.as-minimal .main-toolbar-footer {
  display: none;
}
.main-toolbar-body {
  position: relative;
  background-color: #fff;
  padding: 9px;
}
.main-toolbar.as-three-rows .main-toolbar-body {
  /*max-height: 330px;*/
}
.main-toolbar-footer {
  padding: 9px 25px;
}
.main-toolbar-footer__text,
.main-toolbar-footer-cart {
  color: #666;
}
.main-toolbar-footer__link {
  text-decoration: underline;
  cursor: pointer;
  margin-left: 4px;
}
.main-toolbar-footer__link:hover {
  text-decoration: none;
}
.main-toolbar-footer-cart {
  display: none;
  color: #666;
  float: right;
  margin-right: -25px;
}
.main-toolbar-footer-cart__old-price {
  color: #8c8c8c;
  text-decoration: line-through;
  margin-left: 4px;
}
.main-toolbar-footer-cart__new-price {
  color: #f00;
  font-weight: bold;
  margin: 0 20px 0 4px;
}
.toolbar-checkbox-label {
  display: block;
  text-align: center;
  cursor: pointer;
}
.toolbar-checkbox {
  display: none;
}
.toolbar-checkbox-stylized {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/toolbar_checkbox.png) 0 0 no-repeat;
}
.toolbar-checkbox:checked + .toolbar-checkbox-stylized {
  background-position: -13px 0;
}
.toolbar-default-item {
  width: 113px;
  text-align: center;
  min-height: 110px;
}
/* Cart begin */
.toolbar-cart-item {
  display: inline-block;
  padding: 0 14px;
  width: 200px;
}
.toolbar-cart-item-image {
  display: inline-block;
  vertical-align: middle;
}
.toolbar-cart-item-info {
  display: inline-block;
  color: #666;
  vertical-align: middle;
}
.toolbar-cart-item-info__item {
  padding: 5px;
}
.toolbar-cart-item-info__item.as-separated {
  border-bottom: 1px dashed #c5c5c5;
}
.toolbar-cart-item-info__sku {
  color: #65523d;
}
.toolbar-cart-item-info-base__more {
  font-style: italic;
}
.toolbar-slideshow__arrow-left,
.toolbar-slideshow__arrow-right {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  cursor: pointer;
  width: 17px;
  height: 30px;
  opacity: 0.8;
  z-index: 20;
}
.toolbar-slideshow__arrow-left:hover,
.toolbar-slideshow__arrow-right:hover {
  opacity: 1;
}
.toolbar-slideshow__arrow-left {
  background: url(../images/arrow-left.png);
  left: 2px;
}
.toolbar-slideshow__arrow-right {
  background: url(../images/arrow-right.png);
  right: 2px;
}
/* Cart end */
.toolbar-albums-select {
  display: none;
  max-width: 150px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  color: #827565;
  font-size: 11px;
}
.gallery-popup {
  width: 330px;
  margin-left: -165px;
}
.gallery-popup .section-name {
  color: #725010;
  margin-bottom: 9px;
}
.gallery-popup .images {
  color: #676767;
  line-height: 1.4;
  margin-bottom: 20px;
  max-width: 360px;
}
.gallery-popup .selections {
  border: 1px solid #B7B7B7;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 24px;
}
.gallery-popup .selections-list-wr {
  padding: 0 14px;
  display: none;
}
.gallery-popup .selections-list-wr .selections-list {
  height: 200px;
  line-height: 1.7;
}
.gallery-popup .selections-list-wr .selections-list li {
  transition: 0.2s;
  cursor: pointer;
}
.gallery-popup .selections-list-wr .selections-list li:hover {
  color: #00a33d;
}
.gallery-popup .selections-list-wr .selections-list li.selected {
  color: #00a33d;
  font-weight: bold;
}
.gallery-popup .selections-list-wr .selections-list li .icon {
  margin-right: 10px;
}
.gallery-popup .selections-list-wr .selections-list li.new-selection {
  display: none;
}
.gallery-popup .selections-list-wr .selections-list li.new-selection input {
  border: 0;
  border-bottom: 1px solid;
  margin-bottom: 15px;
}
.gallery-popup .footer {
  border-top: 1px solid #F2F2F2;
  padding-top: 8px;
}
.gallery-popup .footer .add-new-selection {
  color: #f7792c !important;
  text-decoration: none;
  margin-right: 59px;
  position: relative;
  top: 5px;
}
.gallery-popup .footer .add-new-selection:hover {
  color: #DE6216 !important;
}
.gallery-popup .footer .add-new-selection .plus {
  font-size: 25px;
  position: relative;
  top: 5px;
}
.gallery-popup .footer .add-to-selection {
  margin-bottom: 0;
}
.poster_render {
  position: relative;
  border: none;
  height: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.poster_render .lens {
  display: none;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: inset rgba(255, 255, 255, 0.5) 0 2px 5px, rgba(0, 0, 0, 0.4) 0 14px 9px;
  z-index: 10;
  cursor: zoom-in;
}
.p-cont {
  margin: 0 auto;
  position: relative;
}
.p-cont[data-size="200"].underframe_2 .p-underframe-side-r {
  width: 4px;
}
.p-cont[data-size="200"].underframe_2 .p-underframe-side-b {
  height: 4px;
}
.p-cont[data-size="200"].underframe_1 .p-underframe-side-r {
  width: 3px;
}
.p-cont[data-size="200"].underframe_1 .p-underframe-side-b {
  height: 3px;
}
.p-cont[data-size="200"] .p-back-side-r {
  width: 2px;
}
.p-cont[data-size="200"] .p-back-side-b {
  height: 2px;
}
.p-cont.has-acrylic-panel {
  -webkit-box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 6px;
  box-shadow: rgba(0, 0, 0, 0.2) 8px 8px 6px;
}
.p-cont.has-acrylic-panel.acrylic-panel-type-1 {
  background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.65) 0%, rgba(226, 226, 226, 0.55) 100%);
  background: linear-gradient(to bottom, rgba(230, 230, 230, 0.65) 0%, rgba(226, 226, 226, 0.55) 100%);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .tl,
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .tr,
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .bl,
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .br {
  position: absolute;
  z-index: 10;
  background-size: contain;
}
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .tl {
  background-image: url(../images/tl.png);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .tr {
  background-image: url(../images/tr.png);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .bl {
  background-image: url(../images/bl.png);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .br {
  background-image: url(../images/br_1.png);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-1 .p-viewport {
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 10px;
  box-shadow: rgba(0, 0, 0, 0.1) 8px 8px 10px;
}
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .tl,
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .tr,
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .bl,
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .br {
  position: absolute;
  z-index: 10;
  background-size: contain;
}
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .tl {
  background-image: url(../images/tl_1.png);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .tr {
  background-image: url(../images/tr_1.png);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .bl {
  background-image: url(../images/bl_1.png);
}
.p-cont.has-acrylic-panel.acrylic-panel-type-2 .br {
  background-image: url(../images/br.png);
}
.p-cont.underframe_1 .p-underframe-side-r {
  width: 8px;
}
.p-cont.underframe_1 .p-underframe-side-b {
  height: 8px;
}
.p-cont.underframe_2 .p-underframe-side-r {
  width: 12px;
}
.p-cont.underframe_2 .p-underframe-side-b {
  height: 12px;
}
.p-cont.save-from-site .corner,
.p-cont.save-from-site .p-underframe-side-r,
.p-cont.save-from-site .p-underframe-side-b,
.p-cont.save-from-site .p-back-side-r,
.p-cont.save-from-site .p-back-side-b {
  display: none;
}
.p-cont.preview-poster .p-underframe-side-b,
.p-cont.preview-poster .p-back-side-b {
  display: none;
}
.p-cont.preview-poster .p-underframe-side-r,
.p-cont.preview-poster .p-back-side-r {
  transform: perspective(100px) rotatey(23deg) !important;
  transform-origin: left !important;
}
.p-cont.preview-poster.underframe_1 .p-underframe-side-r {
  right: -8px;
  max-width: 8px;
}
.p-cont.preview-poster.underframe_2 .p-underframe-side-r {
  right: -12px;
  max-width: 12px;
}
.p-cont.preview-poster .p-back-side-r {
  right: -6px;
  max-width: 6px;
}
.p-cont.preview-poster.p-cont-rotate {
  transform: perspective(100px) rotatey(-1.6deg);
  transform-origin: right center;
}
.p-cont.preview-poster .hs,
.p-cont.preview-poster .vs {
  display: block;
}
.p-cont .hs,
.p-cont .vs {
  position: absolute;
  display: none;
}
.p-cont .hs:before,
.p-cont .vs:before,
.p-cont .hs:after,
.p-cont .vs:after {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #f7792c;
  border-left: 1px solid #f7792c;
  position: absolute;
}
.p-cont .hs span,
.p-cont .vs span {
  background: #fff;
  padding: 0 14px;
  position: relative;
  top: 8px;
  transition: background 0.2s;
}
.p-cont .hs.hs,
.p-cont .vs.hs {
  top: -30px;
  width: 100%;
  border-bottom: 1px solid #f7792c;
  left: 0;
}
.p-cont .hs.hs:before,
.p-cont .vs.hs:before,
.p-cont .hs.hs:after,
.p-cont .vs.hs:after {
  top: 11px;
}
.p-cont .hs.hs:before,
.p-cont .vs.hs:before {
  transform: rotate(-45deg);
  left: 0;
}
.p-cont .hs.hs:after,
.p-cont .vs.hs:after {
  transform: rotate(135deg);
  right: 0;
}
.p-cont .hs.vs,
.p-cont .vs.vs {
  bottom: 0px;
  transform-origin: left bottom;
  left: -17px;
  height: 100%;
  width: auto;
  border-bottom: none;
  border-left: 1px solid #f7792c;
}
.p-cont .hs.vs span,
.p-cont .vs.vs span {
  display: block;
  transform: rotate(-90deg);
  top: 50%;
  transform-origin: left;
  margin-top: 50%;
}
.p-cont .hs.vs:before,
.p-cont .vs.vs:before,
.p-cont .hs.vs:after,
.p-cont .vs.vs:after {
  left: -4px;
}
.p-cont .hs.vs:before,
.p-cont .vs.vs:before {
  transform: rotate(45deg);
  top: 0;
}
.p-cont .hs.vs:after,
.p-cont .vs.vs:after {
  bottom: 0;
  transform: rotate(-135deg);
}
.p-cont .corner {
  width: 70px;
  height: 49px;
  max-height: 20%;
  max-width: 20%;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 10;
}
.p-cont .corner:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-image: url(../images/corner-cart.png);
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.p-cont .corner > div {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.2s;
  border-top: 49px solid #fff;
  border-left: 70px solid transparent;
}
.p-cont .corner.canvas:before {
  background-image: url(../images/corner-canvas-cart.png);
}
.p-cont .corner.selfadhesive {
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.p-cont .corner.selfadhesive > div {
  border-top-color: #fdfdfd !important;
}
.p-cont .p-cont-shadow {
  box-shadow: 4px 6px 8px 0 rgba(0, 0, 0, 0.5) !important;
}
.p-cont .p-cont-underframe.p-cont-shadow {
  box-shadow: 8px 10px 12px 0 rgba(0, 0, 0, 0.5) !important;
}
.p-cont .p-cont-clickable {
  cursor: pointer;
  cursor: hand;
}
.about-page .n {
    margin-bottom: 0px !important;
}
.b3 {
    width:100%;
	display:inline-block;
}
.b1_bottom {
    width:50%;
	display:inline-block;
	float: left;
}
.b2_bottom {
    width:50%;
	display:inline-block;
}
.b3_title {
    font-size: 28px;
    font-weight: 400;
    color: #f7792c;
       font-family: Forum regular !important;
    text-align: center;
    padding: 20px 0px 20px 0px;
}
.b3_title_1 {
    font-size: 28px;
    font-weight: 400;
    color: #f7792c;
    font-family: Forum regular !important;
    text-align: center;
    padding: 40px 0px 40px 0px;
}
.bot-1 {
	font-size:18px;
	margin-bottom:20px;
}
.bot-2 {
	margin-top:20px;
}
.linck-b {
	display:inline-block;
	padding-top:10px;
	    color: #f7792c;
}
.about-page-img-bottom:hover {
opacity:0.7;
}
.about-page-img-bottom1:hover {
opacity:0.7;
}
.about-page-img1 {
    display: inline-block;
    /* float: left; */
    width: 280px;
    margin-top: 70px;
    margin-right: 30px;
    -webkit-box-shadow: 4px -4px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px -4px 8px 0px rgb(0 0 0 / 20%);
}
.big-b {
	font-size: 18px !important;
	    background-color: #f7792c !important;
		padding: 5px 40px !important;
}
.big-b:hover {
	    background-color: #de6216 !important;
}
.about-page-img-bottom2{
    display: inline-block;
    float: left;
    width: 480px;
    margin-bottom: 70px;
    margin-right: 30px;
-webkit-box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
}
.about-page-img {
    display: inline-block;
    float: left;
    width: 280px;
    margin-top: 70px;
    margin-right: 30px;
-webkit-box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
}
.about-page-img-bottom {
    display: inline-block;
    float: left;
    width: 320px;
    margin: 0px 40px 40px 0px;
}
.about-page-img-bottom1 {
    display: inline-block;
    float: left;
    width: 320px;
    margin: 0px 0px 40px 0px;
}
.p-cont .p-underframe-side-r,
.p-cont .p-back-side-r {
  right: 0;
  transition: 0.2s;
  position: absolute;
  z-index: 1000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  -webkit-transform: rotateY(180deg) skewy(-45deg);
  -webkit-transform-origin: right top;
  transform: rotateY(180deg) skewy(-45deg);
  transform-origin: right top;
  height: 100%;
}
.p-cont .p-underframe-side-b,
.p-cont .p-back-side-b {
  transition: 0.2s;
  position: absolute;
  z-index: 1000;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left bottom;
  -webkit-transform: rotatex(180deg) skewx(-45deg);
  -webkit-transform-origin: bottom;
  transform: rotatex(180deg) skewx(-45deg);
  transform-origin: bottom;
  height: 8px;
  bottom: 0;
  left: 0;
  width: 100%;
}
.p-cont .p-underframe-side-r:after,
.p-cont .p-back-side-r:after,
.p-cont .p-underframe-side-b:after,
.p-cont .p-back-side-b:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.p-cont .p-back-side-b {
  height: 6px;
  left: 0;
}
.p-cont .p-back-side-b:after {
  background: #b7b798;
}
.p-cont .p-back-side-r {
  width: 6px;
  right: 0;
}
.p-cont .p-back-side-r:after {
  background: #b7b798;
}
.p-cont img {
  display: block;
}
.p-cont .p-baget-cont {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.p-cont .p-plank {
  position: absolute;
}
.p-cont .p-plank-l {
  left: 0;
  top: 0;
  z-index: 1;
}
.p-cont .p-plank-r {
  right: 0;
  top: 0;
  z-index: 2;
}
.p-cont .p-plank-t {
  left: 0;
  top: 0;
  z-index: 1;
}
.p-cont .p-plank-b {
  left: 0;
  bottom: 0;
  z-index: 2;
}
.p-cont .p-plank-add-l,
.p-cont .p-plank-add-r,
.p-cont .p-plank-add-t,
.p-cont .p-plank-add-b {
  z-index: 0;
}
.p-cont .p-corner {
  position: absolute;
}
.p-cont .p-corner-rb {
  right: 0;
  bottom: 0;
  z-index: 3;
}
.p-cont .p-p-b-shadow {
  box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.3);
}
.p-cont .p-p-p-shadow {
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.3);
}
.p-cont .p-p-shadow-last {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.p-cont .p-viewport {
  overflow: hidden;
  position: relative;
  box-shadow: inset 2px 3px 3px rgba(0, 0, 0, 0.5);
}
.p-cont .p-viewport .watermark {
  z-index: 10000;
  position: absolute;
  bottom: 30px;
  right: 30px;
}
.p-cont .p-image {
  position: absolute;
}
.p-cont .p-image-move {
  cursor: move;
}
.p-cont .p-f-t img,
.p-cont .p-f-b img {
  float: left;
}
.p-cont .pattern-block {
  position: absolute;
  box-shadow: #000000 0 0 0 100000px;
  z-index: 10;
  overflow: hidden;
  background-size: 100% 100%;
  image-rendering: pixelated;
  opacity: 0.6;
  filter: brightness(0);
}
/* -- Popups ------------------------------------------------------------------ */
#popup .c a {
  color: #7f715f;
}
#popup .c a:hover {
  color: #c5bba8;
}
#popup.popup_zoom,
#popup.popup_zoom .f {
  background: none;
  border: none;
  box-shadow: none;
  margin: 0 !important;
  transform: translatex(-50%);
}
#popup-studio-errors {
  max-width: 412px;
}
/* -- Popups END -------------------------------------------------------------- */
/* Interiors
------------------------------------------------------------------------------- */
.interior .maincont {
  width: 960px;
  height: 600px;
  margin-bottom: 20px;
  position: relative;
}
.interior .maincont .p-cont {
  cursor: move;
}
.interior .interiors {
  width: 980px;
}
.interior .interiors .intr-link {
  display: block;
  width: 225px;
  margin: 0 20px 20px 0;
  float: left;
  text-decoration: none;
}
.interior .interiors .intr-link img {
  display: block;
}
.interior .interiors .intr-link .name {
  display: block;
  background: #998877;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
}
/* Interiors in user cabinet
------------------------------------------------------------------------------- */
.interior.user .interiors {
  width: auto;
  margin-left: -15px;
  overflow: hidden;
}
.interior.user .interiors .intr-item {
  position: relative;
  width: 230px;
  margin: 0 0 15px 15px;
  float: left;
}
.interior.user .interiors .intr-item:hover .intr-delete {
  display: block;
}
.interior.user .interiors .intr-link {
  display: block;
  text-decoration: none;
  width: 230px;
}
.interior.user .interiors .intr-link img {
  display: block;
}
.interior.user .interiors .intr-link .name {
  display: block;
  background: #998877;
  padding: 10px;
  font-size: 14px;
  color: #ffffff;
}
.interior.user .interiors .intr-delete {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  background: #BDAE9D;
  text-decoration: none;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-size: 14px;
}
@media screen and (max-width: 40px) {
  .p-cont .corner {
    background-image: url(../images/corner2.png);
    width: 50px;
    height: 50px;
    position: absolute;
    bottom: -18px;
    right: -4px;
    z-index: 10;
    background-size: cover;
    max-height: initial;
    max-width: initial;
    top: initial;
  }
  .p-cont .corner:before {
    display: none;
  }
  .p-cont .corner > div {
    display: none;
  }
}
.authors-search-block {
  margin: 19px 0;
  background-color: #F5F0ED;
  padding: 15px 21px;
}
.authors-search-block .title {
  font-size: 14px;
  color: #000000;
  margin-bottom: 17px;
}
.authors-search-block .letters-block {
  margin-bottom: 34px;
}
.authors-search-block .letters-block .letters {
  margin-bottom: 20px;
}
.authors-search-block .letters-block .letters a {
  margin-right: 10px;
  text-decoration: none;
  color: #757575;
  font-size: 14px;
}
.authors-search-block .letters-block .letters a:hover {
  text-decoration: underline;
}
.authors-search-block .letters-block .letters a.bold {
  text-decoration: underline;
}
.authors-search-block [name="authors_name"] {
  height: 44px;
  max-width: 348px;
  border-radius: 100px;
  background-color: #FFFFFF;
  margin-bottom: 36px;
  width: 100%;
}
.authors-search-block .authors-list {
  line-height: 1.6;
  transition: 0.2s;
  column-count: 4;
  transform-origin: top center;
}
.authors-search-block .authors-list.fade {
  opacity: 0.4;
  transform: scale(0.95);
}
.authors-search-block .authors-list a {
  color: #686868;
  font-size: 14px;
  text-decoration: none;
}
.authors-search-block .column {
  margin-bottom: 5px;
  display: block;
  -webkit-column-break-inside: avoid;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .authors-search-block {
    margin: 0 -16px 32px;
    padding: 16px;
  }
  .authors-search-block .authors-list {
    column-count: 2;
  }
  .authors-search-block .letters-block {
    margin-bottom: 16px;
  }
  .authors-search-block .letters-block .letters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .authors-search-block .letters-block .letters a {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ece6e2;
    border-radius: 4px;
    margin: 0 4px 8px;
  }
}
.breadcrumbs {
  font-size: 13px;
  margin-bottom: 23px;
}
.breadcrumbs a {
  display: inline-block;
  text-decoration: none;
  margin-right: 10px;
  transition: 0.2s;
  color: #715636;
}
.breadcrumbs a:hover {
  color: #00a33d;
}
.breadcrumbs a:not(:last-child):after {
  content: "\e920";
  font-family: 'icomoon';
  margin-left: 10px;
  font-size: 10px;
  color: #694E2E !important;
}
.paginator {
  text-align: center;
  font-size: 0;
  margin: 40px 0;
}
.paginator li {
  display: inline-block;
  vertical-align: top;
  height: 39px;
  line-height: 37px;
  text-align: center;
  color: #686868;
  font-size: 16px;
  transition: 0.1s;
  min-width: 40px;
  box-sizing: border-box;
}
.paginator li a {
  text-decoration: none;
  display: block;
  border: 1px solid #f1f1f1;
}
.paginator li.nonact {
  border: 1px solid #f1f1f1;
  border-right: 0;
}
.paginator li:not(.nonact):hover a,
.paginator li.active a {
  background: #F7792C;
  color: #fff;
  cursor: pointer;
  border-color: #f7792c;
}
.paginator li .prev,
.paginator li .next {
  font-family: monospace;
  font-size: 21px;
  font-weight: bold;
}
.paginator li:not(:last-child) a {
  border-right: 0;
}
.paginator li:first-child a {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.paginator li:last-child a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.rec-new-posters .rec-new-tools {
  *zoom: 1;
  height: 40px;
  line-height: 40px;
}
.rec-new-posters .rec-new-tools:before,
.rec-new-posters .rec-new-tools:after {
  display: table;
  content: "";
}
.rec-new-posters .rec-new-tools:after {
  clear: both;
}
.rec-new-posters .rec-new-tools .price-filter {
  display: inline-block;
  width: 120px;
  vertical-align: middle;
  margin: 0 10px;
}
.rec-new-posters .rec-new-wrapper {
  position: relative;
  min-height: 295px;
}
.rec-new-posters .rec-new-wrapper .rec-new-arr-l,
.rec-new-posters .rec-new-wrapper .rec-new-arr-r {
  display: block;
  width: 17px;
  height: 30px;
  position: absolute;
  top: 75px;
  text-decoration: none;
}
.rec-new-posters .rec-new-wrapper .rec-new-arr-l {
  background: url(../images/arrow-left.png) no-repeat center;
  left: 0;
}
.rec-new-posters .rec-new-wrapper .rec-new-arr-r {
  background: url(../images/arrow-right.png) no-repeat center;
  right: 0;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport {
  width: 630px;
  margin-left: 30px;
  overflow: hidden;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider {
  *zoom: 1;
  width: 100000px;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider:before,
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider:after {
  display: table;
  content: "";
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider:after {
  clear: both;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster {
  display: block;
  float: left;
  width: 210px;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster > a {
  display: table;
  width: 100%;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster .rec-new-poster-cont {
  width: 100%;
  height: 180px;
  padding-bottom: 10px;
  display: table-cell;
  vertical-align: middle;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster .rec-new-poster-cont img {
  max-width: 100%;
  max-height: 100%;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster .rec-new-poster-info {
  text-align: center;
  min-height: 60px;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster .rec-new-poster-info .rec-new-price {
  font-size: 12px;
  font-weight: bold;
  color: #ff0000;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster .rec-new-poster-info .rec-new-price-old {
  text-decoration: line-through;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster .rec-new-poster-info .rec-new-price-discount {
  font-weight: bold;
  color: #ff0000;
}
.rec-new-posters .rec-new-wrapper .rec-new-viewport .rec-new-slider .rec-new-poster .rec-new-poster-ctrl {
  text-align: center;
}
.slick-slider {
  padding: 0 25px;
}
.slick-slider .slick-arrow {
  width: 25px;
  height: 100%;
  border: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
  border-radius: 5px;
  padding: 0;
  line-height: 1;
  font-size: 0;
}
.slick-slider .slick-arrow:hover {
  background-color: #fbfafa;
}
.slick-slider .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left.png);
  left: 0;
}
.slick-slider .slick-arrow.slick-next {
  background-image: url(../images/arrow-right.png);
  right: 0;
}
.slick-slider .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.4;
}
.slick-slider .slick-arrow.slick-disabled:hover {
  background-color: #fff;
}
.recommended-product-block > .title {
  color: #333938;
  font-size: 22px;
  margin-bottom: 15px;
}
.recommended-product-block .slider .head {
  margin-bottom: 22px;
}
.recommended-product-block .slider .head li {
  font-size: 16px;
  display: inline-block;
  margin-right: 20px;
  color: #8e8e8e;
  cursor: pointer;
}
.recommended-product-block .slider .head li:hover {
  color: #00a33d;
}
.recommended-product-block .slider .head li.active {
  cursor: default;
  color: #555555;
}
.recommended-product-block .slider .body > li:not(:first-child) {
  display: none;
}
.recommended-product-block .slider .body > li .images-list {
  height: 340px;
}
.recommended-product-block .slider .body > li .images-list .image {
  opacity: 1;
  display: inline-block;
  margin-right: 13px;
  vertical-align: top;
  width: 241px !important;
}
.recommended-product-block .slider .body > li .images-list .image:nth-child(2) {
  left: 241px;
}
.recommended-product-block .slider .body > li .images-list .image:nth-child(3) {
  left: 481px;
}
.recommended-product-block .slider .body > li .images-list .image:nth-child(4) {
  left: 719px;
}
.recommended-product-block .slider .body > li .all {
  display: block;
  width: 150px;
  margin: 30px auto;
}
.has-custom-scollbar {
  padding-right: 5px;
}
.has-custom-scollbar:hover::-webkit-scrollbar-track {
  background: #eee;
}
.has-custom-scollbar:hover::-webkit-scrollbar-thumb {
  background: #666;
}
.has-custom-scollbar::-webkit-scrollbar {
  width: 5px;
}
.has-custom-scollbar::-webkit-scrollbar-track {
  background: #fff;
}
.has-custom-scollbar::-webkit-scrollbar-thumb {
  background: #fff;
}
form input,
form textarea {
  font-family: inherit;
}
form textarea {
  border-radius: 4px;
  padding: 13px 24px;
  background: #F3F3F3;
  border: 0;
  font-size: 14px;
}
form input[type=text],
form input[type=password],
form input[type=tel],
form input[type=email],
form input[type=number] {
  border-radius: 40px;
  border: 0;
  padding: 0 25px;
  font-size: 14px;
  background: #F3F3F3;
  height: 42px;
}
form input[type=text].error,
form input[type=password].error,
form input[type=tel].error,
form input[type=email].error,
form input[type=number].error {
  border: 1px solid #DA9999;
}
form .field-error {
  font-size: 12px;
  color: red;
  margin-top: 5px;
  line-height: 1.2;
}
form fieldset {
  border: 1px solid #ccc;
  padding: 10px;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.3;
}
form fieldset legend {
  border: 1px solid #ccc;
  padding: 4px 8px;
}
form fieldset dt {
  margin-bottom: 5px;
}
form fieldset dd {
  margin-bottom: 10px;
}
label {
  cursor: pointer;
  font-size: 14px;
}
label.disabled {
  opacity: 0.5;
}
label input {
  width: 1px;
  height: 1px;
  opacity: 0;
}
label [type="radio"] + i {
  width: 16px;
  height: 16px;
  border: 2px solid #828282;
  border-radius: 50%;
  transition: 0.2s;
  background: #fff;
  margin-right: 3px;
  display: inline-block;
  vertical-align: middle;
}
label [type="radio"] + i:after {
  content: '';
  display: block;
  background: #f7792c;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 2px;
  transition: 0.2s;
  transform: scale(0);
  opacity: 0;
}
label [type="radio"]:checked + i {
  border-color: #F7792C;
}
label [type="radio"]:checked + i:after {
  transform: scale(1);
  opacity: 1;
}
label [type="radio"]:checked + i + .name,
label [type="radio"]:checked + i + .name + .price {
  color: #F7792C;
}
label [type="checkbox"] + i {
  border: 2px solid #828282;
  width: 16px;
  height: 16px;
  transition: 0.2s;
  display: inline-block;
  vertical-align: middle;
  font-size: 11px;
  border-radius: 2px;
  text-align: center;
  line-height: 14px;
}
label [type="checkbox"]:checked + i {
  background-color: #ff7a1f;
  border-color: #ff7a1f;
}
label [type="checkbox"]:checked + i:after {
  content: "\e92a";
  font-family: 'icomoon' !important;
  color: #fff;
  font-style: normal;
  position: relative;
  left: 1px;
}
label [type="checkbox"]:checked + i + .name,
label [type="checkbox"]:checked + i + .name + .price {
  color: #F7792C;
}
label .name {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}
label .price {
  font-size: 12px;
}
.catalog-page.full-width.postery .top-block,
.catalog-page.full-width.kartina_v_rame .top-block,
.catalog-page.full-width.postery .top-block {
  background-image: url('../images/postery.jpg');
}
.catalog-page.full-width.plakaty .top-block {
  background-image: url('../images/plakaty.jpg');
}
.catalog-page.full-width.kartiny .top-block {
  background-image: url('../images/kartiny.jpg');
}
.catalog-page.full-width.own_modular .top-block {
  background-image: url('../images/own_modular.jpg');
}
.catalog-page.full-width.acrylic_paneli .top-block {
  background-image: url('../images/acrylic_paneli.jpg');
}
.catalog-page.full-width.eco-craft-catalog-page .top-block {
  background-image: url('../images/eco-craft.jpg');
}
.catalog-page.full-width.sale-catalog-page .top-block {
  background-image: url('../images/sale.jpg');
}
.catalog-page.full-width.exclusive-catalog-page .top-block {
  background-image: url('../images/exclusive.jpg');
}
.catalog-page.full-width.authors-page .top-block,
.catalog-page.full-width.kartina_na_holste .top-block {
  background-image: url('../images/author.jpg');
}
.catalog-page.full-width .top-block {
  margin-top: -20px;
  height: 318px;
  background-position: center;
  position: relative;
  margin-bottom: 50px;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.catalog-page.full-width .top-block:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.catalog-page.full-width .top-block .t1 {
  position: relative;
  font-size: 34px;
  padding-top: 87px;
  margin-bottom: 30px;
  font-family: 'Exo 2';
  text-transform: uppercase;
}
.catalog-page.full-width .top-block .t2 {
  position: relative;
  font-size: 16px;
  line-height: 1.4;
  width: 680px;
  margin: 0 auto 20px;
}
.catalog-page.full-width .top-block .btn-user-image-upload {
  font-size: 18px;
  position: relative;
  line-height: 45px;
  height: 45px;
  width: 300px;
}
.catalog-page.sale-catalog-page .images-list .next-page,
.catalog-page.exclusive-catalog-page .images-list .next-page,
.catalog-page.eco-craft-catalog-page .images-list .next-page {
  display: none;
}
.catalog-page.authors-page .popular-authors {
  background: #FBFBFB;
  margin: -20px 0 30px;
  padding: 20px 0;
}
.catalog-page.authors-page .popular-authors .title {
  color: #888888;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.catalog-page.authors-page .popular-authors .authors {
  font-size: 14px;
  column-count: 5;
  line-height: 2.2;
}
.catalog-page.authors-page .popular-authors .authors a {
  text-decoration: none;
  color: #848484;
}
.catalog-page.authors-page .images-author-name {
  font-size: 24px;
  margin-bottom: 10px;
  margin-top: 30px;
}
.catalog-page.authors-page .more-images {
  display: block;
  width: 200px;
  margin: 20px auto 60px;
}
.catalog-page #sidebar {
  position: sticky;
  top: 41px;
  overflow-y: auto;
  padding-bottom: 32px;
}
@media screen and (min-width: 1000px) {
  .catalog-page #sidebar .authors-search-block {
    margin: 0;
    background: transparent;
    padding: 0 16px 0 0;
  }
  .catalog-page #sidebar .authors-search-block .letters-block .letters a {
    width: 31px;
    display: inline-block;
    margin: 0;
    text-align: center;
    transition: 0.2s;
    text-decoration: none;
    padding: 4px 0 5px;
    border-radius: 11px;
  }
  .catalog-page #sidebar .authors-search-block .letters-block .letters a:hover {
    background: #fafafa;
    text-decoration: none;
  }
  .catalog-page #sidebar .authors-search-block [name="authors_name"] {
    width: 100%;
    background: #fafafa;
    font-size: 13px;
  }
  .catalog-page #sidebar .authors-search-block .authors-list {
    column-count: 1;
  }
}
.catalog-page .category-items {
  display: flex;
  flex-wrap: wrap;
  padding: 13px;
}
.catalog-page .category-items li {
  width: 334px;
  height: 334px;
  margin-bottom: 30px;
}
.catalog-page .category-items li:nth-child(2n+1) {
  margin-right: 30px;
}
.catalog-page .category-items li a {
  display: block;
  text-decoration: none;
}
.catalog-page .category-items li a:hover .b {
  background-color: #000000;
  color: #fff;
}
.catalog-page .category-items li a:hover .b .arrow {
  opacity: 1;
}
.catalog-page .category-items li a .photo {
  height: 276px;
  background-position: center;
  background-size: cover;
}
.catalog-page .category-items li a .b {
  height: 53px;
  background-color: #ECECEC;
  color: #656565;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 17px;
  position: relative;
  transition: 0.2s;
}
.catalog-page .category-items li a .b .price {
  margin-top: 2px;
}
.catalog-page .category-items li a .b .price .from {
  font-size: 12px;
  font-weight: normal;
}
.catalog-page .category-items li a .b .price .p {
  font-size: 18px;
}
.catalog-page .category-items li a .b .arrow {
  position: absolute;
  right: 15px;
  width: 32px;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: 0.2s;
}
.catalog-page .category-items li a .b .arrow i {
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  top: -7px;
  right: 1px;
}
.catalog-page .link-to-popular-catalog {
  color: #ffac13;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  border-bottom: 1px solid;
  text-decoration: none;
  right: 6px;
  margin-top: -32px;
}
.catalog-page .to-other-images-link {
  display: none;
}
.catalog-page .link-to-all-catalog-wr {
  text-align: center;
  margin-bottom: 30px;
}
.catalog-page .collections {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 24px);
}
.catalog-page .collections > li {
  position: relative;
  margin: 0 20px 20px 0;
}
.catalog-page .collections > li:hover .line-name {
  background: rgba(0, 0, 0, 0.9);
}
.catalog-page .collections > li .line-name {
  position: absolute;
  width: 80%;
  z-index: 10;
  text-align: center;
  font-size: 30px;
  background: rgba(0, 0, 0, 0.6);
  top: 50%;
  transform: translatey(-50%);
  color: #fff;
  padding: 10px 0;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  left: 10%;
  transition: 0.2s;
}
.catalog-page .collections > li .posters {
  display: flex;
  flex-wrap: wrap;
  width: 306px;
  height: 306px;
}
.catalog-page .collections > li .posters li {
  width: 50%;
  height: 50%;
  background-position: center;
  background-size: cover;
}
.catalog-page .products {
  display: flex;
  justify-content: center;
  background: #fafafa;
  padding: 16px 0;
}
.catalog-page .products li {
  width: 90px;
  height: auto;
  border: solid 1px #b2b2b2;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
  background: #fff;
  margin: 0 11px;
  padding: 5px 10px;
}
.catalog-page .products li.selected {
  border-color: #ff812a;
  box-shadow: #ff812a 0 0 0 3px;
}
.catalog-page .products li:hover {
  box-shadow: #ff812a 0 1px 2px;
  border: solid 1px #ff812a;
}
.catalog-page .products li a {
  text-decoration: none;
}
.catalog-page .products li .iw {
  height: 60px;
  display: table;
  width: 100%;
}
.catalog-page .products li .iw .iw2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.catalog-page .products li .iw .iw2 img {
  max-height: 40px;
  max-width: 80%;
}
.catalog-page .products li .n {
  font-size: 12px;
  line-height: 0.92;
  text-align: center;
  color: #aeaeae;
}
.catalog-page .to-designer-link {
  color: #b7b7b7;
  font-weight: normal;
  font-size: 16px;
}
.catalog-page .mobile-filter-menu {
  display: none;
}
.catalog-page .page-header {
  margin-bottom: 6px;
  margin-top: 0;
  line-height: 1.3;
}
.catalog-page .page-header h1 {
  display: inline-block;
  color: #000;
  font-size: 24px;
  font-weight: 400;
}
.catalog-page .page-header .count {
  font-size: 16px;
  display: inline-block;
  margin: 0 15px 0 5px;
}
.catalog-page .page-header .looking {
  color: #ffac13;
  font-weight: normal;
  font-size: 16px;
  position: relative;
  border-bottom: 1px solid;
  text-decoration: none;
  padding-bottom: 2px;
  padding-right: 44px;
  transition: 0.1s;
  display: inline-block;
  width: auto !important;
  height: auto !important;
}
.catalog-page .page-header .looking:before {
  content: "\e924";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 3px;
  font-size: 35px;
  transform: rotateY(180deg);
  top: -9px;
}
.catalog-page .page-header .looking:hover {
  color: #DE6216;
}
.catalog-page .page-header .looking:hover:before {
  animation: auto 0.8s infinite;
}
.catalog-page .subcategories-images {
  padding: 0 28px;
  margin: 20px 0;
  overflow: hidden;
  opacity: 0;
}
.catalog-page .subcategories-images .slick-slide {
  height: auto;
}
.catalog-page .subcategories-images li {
  padding: 7px;
  margin: 0 5px;
  font-size: 14px;
  text-align: center;
}
.catalog-page .subcategories-images li .img {
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200px;
  background-size: cover;
  background-position: center;
}
.catalog-page .subcategories-images li .name {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: #000;
  color: #fff;
  padding: 5px;
  height: 26px;
  overflow: hidden;
  line-height: 18px;
  position: relative;
  width: 200px;
}
.catalog-page .subcategories-images li .name img {
  display: inline-block;
  margin-left: 5px;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  top: 5px;
  right: 5px;
}
.catalog-page .subcategories-images li a {
  text-decoration: none;
}
.catalog-page .subcategories-images li a:hover {
  color: #000;
}
.catalog-page .subcategories-images li a:hover .name img {
  opacity: 1;
}
.catalog-page .sort-params {
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 20px;
}
.catalog-page .sort-params .t {
  display: inline-block;
  margin-right: 20px;
}
.catalog-page .top-seo-text {
  position: relative;
  font-size: 13px;
  line-height: 1.85;
  color: #686868;
  margin-bottom: 20px;
}
.catalog-page .top-seo-text.minimized {
  overflow: hidden;
  height: 76px;
  cursor: pointer;
}
.catalog-page .top-seo-text.minimized:hover:after {
  background: #eee;
  color: #0a0a0a;
}
.catalog-page .top-seo-text.minimized:after {
  content: "\e920";
  font-family: 'icomoon' !important;
  position: absolute;
  font-size: 18px;
  right: 0;
  bottom: 3px;
  background: rgba(255, 255, 255, 0.95);
  transition: 0.2s;
  padding: 0 5px 0 7px;
  border-radius: 5px;
}
.catalog-page .not-found-posters {
  text-align: center;
  display: block;
  font-size: 16px;
  margin: 100px;
}
.catalog-page .seo-text h2,
.catalog-page .seo-text h3 {
  font-size: 16px !important;
  color: #000000;
  margin-bottom: 10px;
}
.catalog-page .seo-text h2 {
  font-size: 18px !important;
  font-weight: normal;
}
.catalog-page .seo-text .title {
  font-size: 14px;
  color: #000000;
  margin-bottom: 5px;
}
.catalog-page .seo-text p {
  font-size: 13px;
  color: #686868;
  line-height: 1.8;
  max-width: 100%;
  margin-bottom: 26px;
}
.catalog-page .seo-text .themes-block {
  display: flex;
  justify-content: space-between;
}
.catalog-page .seo-text .themes-block li:before {
  display: none;
}
.catalog-page .seo-text .themes-block li .icon {
  text-align: center;
  font-size: 60px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-page .seo-text .themes-block li a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 6px;
  color: #555;
}
.catalog-page .seo-text .themes-block li a:hover {
  text-decoration: underline;
}
.catalog-page .seo-text ul {
  font-size: 13px;
  margin-bottom: 27px;
}
.catalog-page .seo-text ul li {
  margin-bottom: 2px;
  line-height: 1.8;
  max-width: 700px;
  position: relative;
  padding-left: 18px;
}
.catalog-page .seo-text ul li:before {
  content: '';
  width: 8px;
  height: 8px;
  background-color: #f87919;
  display: inline-block;
  border-radius: 50%;
  margin-right: 4px;
  position: absolute;
  left: 0;
  top: 9px;
}
.catalog-page .seo-text .advice {
  width: 717px;
  font-size: 13px;
  line-height: 1.8;
  padding: 20px 16px 1px 50px;
  margin-bottom: 35px;
  background-color: #f4e9c4;
}
.catalog-page .seo-text .advice .t {
  font-size: 16px;
}
.catalog-page .seo-text .advice .t:before {
  content: '!';
  text-align: center;
  color: #01a437;
  position: Absolute;
  font-size: 47px;
  left: 21px;
}
.catalog-page .filters-block {
  font-size: 16px;
  position: relative;
}
.catalog-page .filters-block a {
  text-decoration: none;
  font-size: 13px;
  padding: 6px 0;
  color: #4a4a4a;
  position: relative;
  display: flex;
  align-items: center;
}
.catalog-page .filters-block a:hover {
  color: #00a33d;
}
.catalog-page .filters-block a i {
  width: 16px;
  height: 16px;
  border: 2px solid #828282;
  border-radius: 50%;
  transition: 0.2s;
  background: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
}
.catalog-page .filters-block a i:before {
  content: '';
  display: block;
  background: #f7792c;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin: 2px;
  transition: 0.2s;
  transform: scale(0);
  opacity: 0;
}
.catalog-page .filters-block a.selected i {
  border-color: #f7792c;
}
.catalog-page .filters-block a.selected i:before {
  transform: scale(1);
  opacity: 1;
}
.catalog-page .filters-block .filter-name {
  font-size: 12px;
  margin-bottom: 8px;
  color: #4a4a4a;
  font-weight: bold;
  line-height: 1.5;
}
.catalog-page .filters-block nav {
  display: flex;
  flex-direction: column;
}
.catalog-page .filters-block .params-filter {
  margin-bottom: 10px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 10px;
}
.catalog-page .filters-block .form-filter ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.catalog-page .filters-block .form-filter ul li {
  border: 1px solid #ACACAC;
  transition: 0.2s;
  margin: 0 11px 19px;
  position: relative;
}
.catalog-page .filters-block .form-filter ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.catalog-page .filters-block .form-filter ul li:hover {
  border-color: #F6792C;
}
.catalog-page .filters-block .form-filter ul li.selected {
  border-color: #F6792C;
  background: #F6792C;
}
.catalog-page .filters-block .form-filter ul li.v {
  width: 30px;
  height: 42px;
}
.catalog-page .filters-block .form-filter ul li.h {
  width: 42px;
  height: 30px;
}
.catalog-page .filters-block .form-filter ul li.s {
  width: 42px;
  height: 42px;
}
.catalog-page .filters-block .form-filter ul li.p {
  width: 42px;
  height: 23px;
}
.catalog-page .filters-block .form-filter ul li.t {
  width: 23px;
  height: 42px;
}
.catalog-page .filters-block .colors-filter .values li {
  display: inline-block;
  border: 1px solid #fff;
  box-shadow: inset #fff 0 0 0px 1px;
  position: relative;
  transition: 0.2s;
  cursor: pointer;
  margin-bottom: 5px;
  padding: 1px;
}
.catalog-page .filters-block .colors-filter .values li:before {
  content: "\e925";
  font-family: 'icomoon' !important;
  font-size: 16px;
  display: inline-block;
}
.catalog-page .filters-block .colors-filter .values li:hover {
  filter: brightness(1.2);
}
.catalog-page .filters-block .colors-filter .values li.selected {
  border: 1px solid #F6792C;
  padding: 3px;
}
.catalog-page .filters-block .colors-filter .values li.selected:before {
  transform: scale(0.8);
}
.catalog-page .filters-block .colors-filter .values li.white:before {
  text-shadow: black 0 0 1px;
}
.catalog-page .filters-block .colors-filter .values li a {
  padding: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.catalog-page .filters-block .colors-filter .wo-add-color {
  padding: 5px;
  border-radius: 3px;
  display: block;
  text-align: center;
  border: 1px solid #E9E9E9;
  margin-bottom: 10px;
}
.catalog-page .filters-block .modules-filter .values {
  display: flex;
}
.catalog-page .filters-block .modules-filter .values li {
  padding: 2px 25px;
  border: 1px solid #E9E9E9;
  border-radius: 5px;
  transition: 0.2s;
}
.catalog-page .filters-block .modules-filter .values li:not(:last-child ) {
  margin-right: 16px;
}
.catalog-page .filters-block .modules-filter .values li:hover,
.catalog-page .filters-block .modules-filter .values li.selected {
  border-color: #01A437;
}
.catalog-page .filters-block .reset {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 16px;
}
.catalog-page .selected-filter-wr {
  color: #b7b7b7;
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  margin: 16px 0 8px;
}
.catalog-page .selected-filter-wr .caption {
  line-height: 25px;
  margin-right: 20px;
  width: 90px;
}
.catalog-page .selected-filter-wr .selected-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: calc(100% - 100px);
}
.catalog-page .selected-filter-wr .selected-filters a {
  text-decoration: none;
}
.catalog-page .selected-filter-wr .selected-filters li {
  cursor: pointer;
  border-radius: 20px;
  margin: 0 10px 10px 0;
  position: relative;
  height: 25px;
  line-height: 25px;
  transition: 0.2s;
  border: 1px solid #01A437;
  font-size: 12px;
  box-shadow: rgba(1, 164, 55, 0.4) 0 0px 0 1px;
}
.catalog-page .selected-filter-wr .selected-filters li:after {
  content: "\e91f";
  font-family: 'icomoon' !important;
  font-style: normal;
  font-size: 8px;
  position: absolute;
  right: 7px;
  cursor: pointer;
  top: 0;
  z-index: 1;
}
.catalog-page .selected-filter-wr .selected-filters li[data-value="FFFFFF"] .ex {
  text-shadow: black 0 0 1px;
}
.catalog-page .selected-filter-wr .selected-filters li a {
  display: flex;
  padding: 0 24px 0 9px;
  position: relative;
  z-index: 2;
  align-items: center;
}
.catalog-page .selected-filter-wr .selected-filters li.color .ex,
.catalog-page .selected-filter-wr .selected-filters li.color_add_1 .ex,
.catalog-page .selected-filter-wr .selected-filters li.color_add_2 .ex {
  height: 25px;
  margin-left: 7px;
}
.catalog-page .selected-filter-wr .selected-filters li.color .ex:after,
.catalog-page .selected-filter-wr .selected-filters li.color_add_1 .ex:after,
.catalog-page .selected-filter-wr .selected-filters li.color_add_2 .ex:after {
  content: "\e925";
  font-family: 'icomoon';
  font-size: 17px;
}
.catalog-page .selected-filter-wr .selected-filters li.form a:after {
  content: '';
  display: inline-block;
  border: 1px solid #737373;
  vertical-align: middle;
  position: relative;
  top: -1px;
  margin-left: 9px;
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="h"] a:before {
  content: 'прямоугольный';
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="h"] a:after {
  width: 17px;
  height: 12px;
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="p"] a:before {
  content: 'панорамный';
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="p"] a:after {
  width: 17px;
  height: 8px;
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="s"] a:before {
  content: 'квадратный';
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="s"] a:after {
  width: 14px;
  height: 14px;
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="t"] a:before {
  content: 'панорамный';
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="t"] a:after {
  width: 8px;
  height: 14px;
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="v"] a:before {
  content: 'прямоугольный';
}
.catalog-page .selected-filter-wr .selected-filters li.form[data-value="v"] a:after {
  width: 12px;
  height: 14px;
}
.catalog-page .selected-filter-wr .selected-filters li.size[data-value="A"] a:before {
  content: 'до 30 см';
}
.catalog-page .selected-filter-wr .selected-filters li.size[data-value="B"] a:before {
  content: '30-60 см';
}
.catalog-page .selected-filter-wr .selected-filters li.size[data-value="C"] a:before {
  content: '60-100 см';
}
.catalog-page .selected-filter-wr .selected-filters li.size[data-value="D"] a:before {
  content: 'более 100 см';
}
.catalog-page .selected-filter-wr .selected-filters li.modules[data-value="2"] a:before {
  content: '2 модуля';
}
.catalog-page .selected-filter-wr .selected-filters li.modules[data-value="3"] a:before {
  content: '3 модуля';
}
.catalog-page .selected-filter-wr .selected-filters li.modules[data-value="4"] a:before {
  content: '4 модуля';
}
.catalog-page .selected-filter-wr .selected-filters li.modules[data-value="5"] a:before {
  content: '5+ модуля';
}
.images-list {
  position: relative;
  height: 660px;
}
.images-list .image {
    width: 33.3%;
    color: #b7b7b7;
    overflow: hidden !important;
    padding: 9px;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    opacity: 0;
    font-size: 12px;
    margin-right: -1px;
    margin-bottom: -1px;
    border: 1px solid #E9E9E9;
    height: 380px !important;
}
.images-list .image.blurred .img-wr:hover img {
  filter: blur(5px);
}
.images-list .image.blurred .cell {
  overflow: hidden;
}
.images-list .image.blurred .cell:after {
  content: '18+';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 30px;
  line-height: 220px;
  text-shadow: #000000 0 1px 2px;
}
.images-list .image.blurred img {
  filter: blur(10px);
}
.images-list .image[data-type="image"] {
  height: 340px;
}
.images-list .image[data-type="image"]:before {
  top: 365px;
}
.images-list .image[data-type="image"][data-mode="plakaty"] .row .cell .img {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}
.images-list .image[data-type="image"][data-mode="plakaty"] .row .cell .img .edge {
  display: none;
}
.images-list .image[data-type="image"][data-mode="acrylic_paneli"] .img-wr .cell img {
  box-shadow: rgba(0, 0, 0, 0.2) 4px 4px 5px;
}
.images-list .image[data-type="image"][data-mode="kartina_na_holste"] .img-wr .product-img,
.images-list .image[data-type="image"][data-mode="postery"] .img-wr .product-img,
.images-list .image[data-type="image"][data-mode="kartiny"] .img-wr .product-img {
  display: inline-block;
  transform: perspective(320px) rotateY(-12deg);
}
.images-list .image[data-type="image"][data-mode="kartina_na_holste"] .img-wr .product-img:after,
.images-list .image[data-type="image"][data-mode="postery"] .img-wr .product-img:after,
.images-list .image[data-type="image"][data-mode="kartiny"] .img-wr .product-img:after {
  content: '';
  display: block;
  height: 9px;
  position: absolute;
  width: calc(100% - 23px);
  z-index: 1;
  bottom: 0;
  margin-bottom: -1px;
  left: 10px;
  background: linear-gradient(0, #fff, rgba(0, 0, 0, 0.3));
  filter: blur(2px);
  transform: skewX(0deg);
}
.images-list .image[data-type="modular"] {
  height: 372px;
}
.images-list .image[data-type="modular"]:before {
  top: 370px;
}
.images-list .image[data-type="freska"] {
  height: 330px;
}
.images-list .image[data-type="freska"]:before {
  bottom: 75px;
}
.images-list .image[data-type="freska"] .name {
  text-align: center;
  height: 50px;
}
.images-list .image[data-type="freska"] .name .secondary {
  margin-bottom: 8px;
}
.images-list .image[data-type="freska"] .price-block {
  height: 20px;
}
.images-list .image[data-type="sale_product"] .name,
.images-list .image[data-type="eco_product"] .name,
.images-list .image[data-type="eco_craft"] .name,
.images-list .image[data-type="exclusive_product"] .name {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.images-list .image[data-type="sale_product"] .img-wr,
.images-list .image[data-type="eco_product"] .img-wr,
.images-list .image[data-type="eco_craft"] .img-wr,
.images-list .image[data-type="exclusive_product"] .img-wr {
     height: auto;
}
.images-list .image[data-type="sale_product"]:before,
.images-list .image[data-type="eco_product"]:before,
.images-list .image[data-type="eco_craft"]:before,
.images-list .image[data-type="exclusive_product"]:before {
  display: block;
  bottom: -1px;
}
.images-list .image[data-type="sale_product"]:hover:before,
.images-list .image[data-type="eco_product"]:hover:before,
.images-list .image[data-type="eco_craft"]:hover:before,
.images-list .image[data-type="exclusive_product"]:hover:before {
  display: block;
  bottom: 70px;
}
.images-list .image[data-type="sale_product"] .board,
.images-list .image[data-type="eco_product"] .board,
.images-list .image[data-type="eco_craft"] .board,
.images-list .image[data-type="exclusive_product"] .board,
.images-list .image[data-type="sale_product"] .pic,
.images-list .image[data-type="eco_product"] .pic,
.images-list .image[data-type="eco_craft"] .pic,
.images-list .image[data-type="exclusive_product"] .pic {
  width: 266px;
  height: 266px;
  background-size: contain;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.images-list .image.interior {
  height: auto;
}
.images-list .image:hover {
  z-index: 15;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  height: auto !important;
}
.images-list .image:hover .favorite {
  opacity: 1;
}
.images-list .image:hover:before {
  display: block;
}
.images-list .image:before {
  content: '';
  display: none;
  position: absolute;
  width: 100%;
  border-top: solid 0px #e9e9e9;
  left: 0;
}
.images-list .image .discount {
  position: absolute;
  right: 0;
  top: 6px;
  background: #FE0000;
  font-size: 11px;
  color: #fff;
  line-height: 26px;
  border-radius: 5px 0 0 5px;
  padding: 0 8px;
  height: 24px;
  z-index: 10;
}
.images-list .image .discount b {
  font-size: 13px;
}
.images-list .image .icon-edit-small {
  position: absolute;
  top: 5px;
  left: 5px;
  border: 1px solid #ccc;
  padding: 13px;
  border-radius: 4px;
  background: url(../images/edit-small.gif) no-repeat center center;
  cursor: pointer;
  display: inline-block;
  height: 9px;
  width: 9px;
}
.images-list .image .manager-icons {
  position: absolute;
  top: 340px;
  right: 10px;
}
.img-wr {
    height: 220px !important;
}
.images-list .image .manager-icons a {
  text-decoration: none;
  color: #aaa;
  margin: 0 5px;
}
.images-list .image .btn_zoom_image {
  cursor: pointer;
}
.images-list .image .img-wr {
     cursor: pointer;
    position: relative;
    display: flex;
    width: 100%;
    margin-bottom: 6px;
    background-size: contain;
    background-position: center;
    margin-top: 10px;
    justify-content: center;
    align-items: center;
}
.images-list .image .img-wr:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/zoom_img.svg') no-repeat;
  background-size: 10%;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: 0.2s;
}
.images-list .image .img-wr:hover:after {
  opacity: 1;
  background-size: 30%;
}

.images-list .image .img-wr .cell {
  height: 100%;
  vertical-align: middle;
  text-align: center;
  display: contents;
  font-size: 0;
}
.images-list .image .img-wr .cell .product-img {
  display: inline-block;
}
.images-list .image .img-wr .cell img {
  max-width: 100%;
  height: 100%;
}
.images-list .image .img-wr .cell .img {
  display: inline-block;
  position: relative;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
}
.images-list .image .img-wr .cell .img .p-cont.p-cont-rotate {
  transform: none !important;
}
.images-list .image .img-wr .cell .img .edge {
  width: 4px;
  height: 100%;
  position: absolute;
  right: -4px;
  top: 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
  transform: perspective(100px) rotatey(52deg);
  transform-origin: left;
}
.images-list .image .img-wr .cell .img .edge:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  background: rgba(0, 0, 0, 0.3);
}
.images-list .image .img-wr .corner {
  background-image: url(../images/corner2.png);
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -18px;
  right: -4px;
  z-index: 10;
  background-size: cover;
}
.images-list .image .name {
  overflow: hidden;
  position: relative;
  margin-bottom: 8px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.36;
  color: #757575;
  text-decoration: none;
  padding: 5px 0px;
  height: 40px;
}
.images-list .image .name .secondary {
  color: #b7b7b7;
  font-weight: normal;
  font-size: 13px;
}
.images-list .image .price-block {
  height: auto;
  margin-bottom: 5px;
}
.images-list .image .price-block .price {
  font-size: 18px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 2px;
  padding-left: 10px;
}
@media screen and (max-width: 1000px) {
	.images-list .image .price-block .price {
  font-size: 18px;
  font-weight: bold;
  color: #464646;
  margin-bottom: 2px;
  padding-left: 0px;
}
}
.images-list .image .price-block .price.from:before {
  content: 'от ';
}
.images-list .image .price-block .addon {
  font-size: 9px;
  color: #a5a5a5;
  padding-left:10px;
  padding-bottom:3px;
}
@media screen and (max-width: 1000px) {
	.images-list .image .price-block .addon {
  font-size: 9px;
  color: #a5a5a5;
  padding-left:0px;
  padding-bottom:3px;
}
}
.images-list .image .price-block .old-price {
  text-decoration: line-through;
}
.images-list .image .params-block {
  line-height: 1.3;
  font-size: 12px;
}
.images-list .image .params-block.articul {
  display:block;
}
.images-list .image .params-block .n {
  color: #757575;
  display: inline-block;
  vertical-align: top;
  width: 90px;
  padding-left:10px;
}
@media screen and (max-width: 1000px) {
.images-list .image .params-block .n {
  color: #757575;
  display: inline-block;
  vertical-align: top;
  width: 90px;
  padding-left:0px;
}
	}
.images-list .image .params-block .v {
  display: inline-block;
  vertical-align: top;
  width: 130px;
  color: #b7b7b7;
  text-decoration: none;
  padding-left:10px;
}
.images-list .image .params-block a:hover {
  text-decoration: underline;
}
.images-list .image .favorite {
  font-size: 13px;
  cursor: pointer;
  transition: 0.2s;
  text-decoration: none;
  position: absolute;
  top: 10px;
  left: 14px;
  color: #838383;
  opacity: 0;
  width: 30px;
  text-align: center;
}
.images-list .image .favorite.added {
  color: #00a33d;
}
.images-list .image .favorite:hover {
  color: #f6792c;
}
.images-list .image .favorite .icon {
  font-size: 25px;
}
.images-list .image .details {
  width: 104px;
  display: block;
  margin: 31px auto 0;
}
.images-list .image .action {
  display: inline-block;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  width: 39px;
  color: #00a33d;
  line-height: 31px;
  vertical-align: middle;
  position: relative;
  top: 5px;
}
.images-list .image .action.icon-back_arrow {
  transform: rotateY(180deg);
  font-size: 22px;
}
.images-list .next-page {
  height: auto;
  padding: 0;
}
.images-list .next-page:hover {
  z-index: 15;
  box-shadow: none;
   height: 380px !important;
}
.images-list .next-page:hover:before {
  display: none;
}
.images-list .next-page:hover a {
  color: #000;
}
.images-list .next-page a {
  line-height: 1.3;
  color: #757575;
  font-size: 20px;
  text-decoration: none;
  transition: 0.2s;
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  text-align: center;
}
.images-list .next-page a .t {
  width: 130px;
}
.images-list .next-page a .t2 {
  font-family: monospace;
  font-size: 45px;
  margin: -5px 0 0 8px;
}
@media screen and (min-width: 1367px) {
  .catalog-page .link-to-popular-catalog {
    display: none;
  }
  .catalog-page .to-other-images-link {
    display: block;
  }
  .catalog-page .category-items li {
    margin-bottom: 20px;
  }
  .catalog-page .category-items li:nth-child(2n+1) {
    margin-right: 0;
  }
  .catalog-page .category-items li:nth-child(3n+1),
  .catalog-page .category-items li:nth-child(3n+2) {
    margin-right: 11px;
  }
  .catalog-page .products li {
    margin: 0 21px;
  }
  .images-list .image {
    width: 25%;
  }
}
@media screen and (max-width: 1000px) {
  .catalog-page.sale-catalog-page .images-list .next-page,
  .catalog-page.exclusive-catalog-page .images-list .next-page,
  .catalog-page.eco-craft-catalog-page .images-list .next-page {
    display: block;
  }
  .catalog-page.full-width .top-block {
    height: auto;
    padding: 16px 16px 24px;
    margin: 0 0 16px;
  }
  .catalog-page.full-width .top-block .t1 {
    padding-top: 0;
    margin-bottom: 16px;
  }
  .catalog-page.full-width .top-block .t2 {
    width: 100%;
    margin: 0 0 16px;
  }
  .catalog-page.full-width .top-block .btn-user-image-upload {
    width: 260px;
    font-size: 16px;
    padding: 0;
  }
  .catalog-page #sidebar {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 100;
    background: transparent;
    height: auto !important;
    left: 0;
    display: block;
    padding: 32px 0 0;
    overflow: visible;
  }
  .catalog-page #sidebar .mobile-back {
    display: block;
    padding: 12px 0;
    font-size: 16px;
    text-decoration: none;
    width: calc(100% + 32px);
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    position: relative;
    margin: 0 0 16px -16px;
    border-top: 1px solid #e8e8e8;
    cursor: pointer;
  }
  .catalog-page #sidebar .mobile-back:after {
    content: "\e911";
    font-family: 'icomoon' !important;
    position: absolute;
    right: 20px;
    font-size: 16px;
    top: 10px;
    color: #F7792C;
  }
  .catalog-page .link-to-popular-catalog {
    right: 16px;
  }
  .catalog-page .category-items {
    margin-top: 16px;
    padding: 0;
  }
  .catalog-page .category-items li {
    height: 136px;
    width: 100%;
    margin: 0 0 16px !important;
  }
  .catalog-page .category-items li a {
    display: flex;
    position: relative;
    height: 100%;
  }
  .catalog-page .category-items li a .photo {
    height: 100%;
    width: 100%;
    background-position-y: 10%;
    background-size: cover;
  }
  .catalog-page .category-items li a .b {
    height: 100%;
    padding: 16px;
    text-align: center;
    line-height: 1.3;
    position: absolute;
    right: 0;
    top: 0;
    background-color: rgba(236, 236, 236, 0.8);
    font-size: 14px;
    min-width: 50%;
    max-width: 60%;
  }
  .catalog-page .category-items li a .b .arrow {
    display: none !important;
  }
  .catalog-page .page-header h1 {
    font-size: 18px !important;
  }
  .catalog-page .page-header .count {
    display: none;
  }
  .catalog-page .page-header .looking {
    display: block;
    width: 180px !important;
    font-size: 14px;
    padding-bottom: 0px;
    margin: 16px 0;
  }
  .catalog-page .page-header .looking:before {
    top: -15px;
  }
  .catalog-page .products-wr {
    display: none;
  }
  .catalog-page .products-wr .products {
    position: relative;
    z-index: 10;
    width: calc(100% - 32px);
    flex-wrap: wrap;
    left: 16px;
    padding: 16px 0 0;
    display: flex;
  }
  .catalog-page .products-wr .products li {
    margin: 0 8px 16px;
  }
  .catalog-page .sort-params {
    display: none;
  }
  .catalog-page .mobile-filter-menu {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    margin-bottom: 16px;
  }
  .catalog-page .mobile-filter-menu li {
    border: 1px solid #E9E9E9;
    padding: 8px 11px;
    border-radius: 5px;
    transition: 0.2s;
    cursor: pointer;
  }
  .catalog-page .mobile-filter-menu li.active,
  .catalog-page .mobile-filter-menu li :active {
    border-color: #ff812a;
    background: #ff812a;
    color: #fff;
  }
  .catalog-page .seo-text img,
  .catalog-page .seo-text .advice {
    max-width: 100%;
  }
  .catalog-page .filters-block .modules-filter .values {
    flex-wrap: wrap;
  }
  .catalog-page .filters-block .modules-filter .values li {
    padding: 2px 7px;
  }
  .catalog-page .filters-block .modules-filter .values li:not(:last-child ) {
    margin-right: 8px;
  }
  .images-list {
    height: auto !important;
	background-color: #ffffff  !important;
  }
  .images-list .image {
    width: 100%;
    margin: 0 0 16px;
    padding: 16px;
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    height: auto !important;
  }
  .images-list .image:hover:before {
    display: none !important;
  }
  .images-list .image.next-page {
    height: 100px !important;
  }
  .images-list .image.next-page:hover {
    height: 100px !important;
  }
  .images-list .image.next-page a .t2 {
    margin: -3px 0 0px 5px;
  }
  .images-list .image .img-wr {
    height: auto;
  }
  .images-list .image .name {
    height: auto;
    overflow: visible;
  }
  .images-list .image .name .fog {
    display: none;
  }
}
.catalog-preview-block {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translatex(-50%) translatey(-50%);
  padding: 20px;
  background: #fff;
  text-align: center;
  z-index: 100;
  border-radius: 5px;
}
.catalog-preview-block.loading .img-wr img {
  filter: grayscale(1);
}
.catalog-preview-block .close {
  position: absolute;
  top: -19px;
  right: -60px;
  text-decoration: none;
  color: #ccc;
  padding: 20px;
  font-size: 30px;
  z-index: 20;
  transition: 0.2s;
}
.catalog-preview-block .close:hover {
  color: #ddd;
}
.catalog-preview-block .img-block {
  margin-bottom: 14px;
}
.catalog-preview-block .img-block .img-wr {
  display: inline-block;
  position: relative;
  z-index: 2;
}
.catalog-preview-block .img-block .img-wr img {
  max-height: calc(90vh - 90px);
  max-width: calc(90vw - 90px);
  transition: 0.2s;
}
.catalog-preview-block .name {
  font-size: 16px;
  margin-bottom: 14px;
}
.catalog-preview-block .arrow {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}
.catalog-preview-block .arrow:hover div {
  border-color: #00a33d;
}
.catalog-preview-block .arrow.prev {
  left: -80px;
}
.catalog-preview-block .arrow.prev div {
  transform: rotate(-45deg);
  left: 15px;
}
.catalog-preview-block .arrow.next {
  right: -80px;
}
.catalog-preview-block .arrow.next div {
  transform: rotate(135deg);
  right: 15px;
}
.catalog-preview-block .arrow div {
  transition: 0.2s;
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  border-left: 3px solid rgba(255, 255, 255, 0.6);
  border-top: 3px solid rgba(255, 255, 255, 0.6);
}
.catalog-preview-block .lens {
  display: none;
  width: 300px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  box-shadow: inset rgba(255, 255, 255, 0.5) 0 2px 5px, rgba(0, 0, 0, 0.4) 0 14px 9px;
}
@media screen and (max-width: 1000px) {
  .catalog-preview-block .lens {
    display: none !important;
  }
  .catalog-preview-block .close {
    top: -69px;
    right: -50px;
  }
  .catalog-preview-block .arrow {
    width: 50px;
  }
  .catalog-preview-block .arrow.next {
    right: -50px;
  }
  .catalog-preview-block .arrow.next div {
    right: 22px;
  }
  .catalog-preview-block .arrow.prev {
    left: -50px;
  }
  .catalog-preview-block .arrow.prev div {
    left: 22px;
  }
}
@keyframes top-block-text {
  from {
    top: 60%;
    opacity: 0;
  }
  to {
    top: 50%;
    opacity: 1;
  }
}
.category-page .top-block {
  width: 725px;
  height: 302px;
  position: relative;
  margin-bottom: 14px;
}
.category-page .top-block .text {
  position: absolute;
  top: 50%;
  left: 35px;
  animation: top-block-text 1s;
  font-family: 'Exo 2';
  color: #fff;
  font-size: 27px !important;
  transition: 0.2s;
  transform: translateY(-50%);
  line-height: 1.1;
}
.category-page .top-block .text h1.title {
  text-transform: uppercase;
  font-weight: bold !important;
  font-size: 47px !important;
  margin-bottom: 10px;
}
.category-page p {
  color: #686868;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}
.category-page h2 {
  color: #686868;
  font-size: 24px;
  margin-bottom: 56px;
}
.category-page.art-styles-page .top-block {
  background: url('../images/top.jpg');
}
.category-page.art-styles-page .categories-block > li {
  width: 361px;
}
.category-page.art-styles-page .categories-block > li:nth-child(2n+1) {
  margin-right: 2px;
}
.category-page.art-styles-page .categories-block > li.arts {
  background-image: url('../images/pic1.jpg');
}
.category-page.art-styles-page .categories-block > li.photos {
  background-image: url('../images/pic2.jpg');
}
.category-page.art-styles-page .categories-block > li.graphics {
  background-image: url('../images/pic3.jpg');
}
.category-page.art-styles-page .categories-block > li.posters {
  background-image: url('../images/pic4.jpg');
}
.category-page.genres-page .top-block {
  background: url('../images/top_1.jpg');
}
.category-page.genres-page h2 {
  margin: 30px 0 20px;
}
.category-page.genres-page .categories-block > li {
  width: 233px;
  margin-bottom: 12px;
}
.category-page.genres-page .categories-block > li .title {
  font-size: 20px;
}
.category-page.genres-page .categories-block > li:after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  /* FF3.6-15 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 70%, rgba(0, 0, 0, 0.65) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}
.category-page.genres-page .categories-block > li:nth-child(3n+1),
.category-page.genres-page .categories-block > li:nth-child(3n+2) {
  margin-right: 12px;
}
.category-page.genres-page .categories-block > li:nth-child(1) {
  background-image: url('../images/pic1_1.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(2) {
  background-image: url('../images/pic2_1.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(3) {
  background-image: url('../images/pic3_2.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(4) {
  background-image: url('../images/pic4_1.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(5) {
  background-image: url('../images/pic5.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(6) {
  background-image: url('../images/pic6.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(7) {
  background-image: url('../images/pic7.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(8) {
  background-image: url('../images/pic8.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(9) {
  background-image: url('../images/pic9.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(10) {
  background-image: url('../images/pic10.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(11) {
  background-image: url('../images/pic11.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(12) {
  background-image: url('../images/pic12.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(13) {
  background-image: url('../images/pic13.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(14) {
  background-image: url('../images/pic14.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(15) {
  background-image: url('../images/pic15.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(16) {
  background-image: url('../images/pic16.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(17) {
  background-image: url('../images/pic17.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(18) {
  background-image: url('../images/pic18.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(19) {
  background-image: url('../images/pic19.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(20) {
  background-image: url('../images/pic20.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(21) {
  background-image: url('../images/pic21.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(22) {
  background-image: url('../images/pic22.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(23) {
  background-image: url('../images/pic23.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(24) {
  background-image: url('../images/pic24.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(25) {
  background-image: url('../images/pic25.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(26) {
  background-image: url('../images/pic26.jpg');
}
.category-page.genres-page .categories-block > li:nth-child(27) {
  background-image: url('../images/pic27.jpg');
}
.category-page.art-gel-page a {
  text-decoration: none;
}
.category-page.art-gel-page .top-block {
  background: url('../images/top_2.jpg');
}
.category-page.art-gel-page .top-block .text {
  background: url('../images/top-text.png');
  width: 426px;
  height: 83px;
}
.category-page.art-gel-page .t1 {
  color: red;
  font-size: 16px;
  margin: 36px 0 40px;
}
.category-page.art-gel-page .t1 .t {
  font-size: 32px;
}
.category-page.art-gel-page h2 {
  margin-bottom: 20px;
}
.category-page.art-gel-page .pic {
  margin-bottom: 20px;
}
.category-page.art-gel-page .t2 {
  margin-right: 37px;
}
.category-page.art-gel-page .t3 {
  margin-right: 42px;
}
.category-page.sostarivanie-page .top-block {
  background: url('../images/top_3.jpg');
}
.category-page.sostarivanie-page .top-block .text {
  background: url('../images/top-text_1.png');
  width: 618px;
  height: 83px;
}
.category-page.sostarivanie-page .t1 {
  color: #ff0000;
  font-size: 32px;
  margin: 29px 0 22px;
}
.category-page.sostarivanie-page .t2 {
  font-size: 24px;
  margin: 40px 0 23px;
}
.category-page.sostarivanie-page .t3 {
  margin: 9px 0 20px;
}
.category-page.sostarivanie-page .t4 {
  font-size: 24px;
  margin: 41px 0 26px;
}
.category-page.sostarivanie-page .t5 {
  color: #ff0000;
  font-size: 20px;
  margin-bottom: 11px;
}
.category-page.sostarivanie-page .compare-block {
  font-size: 0;
}
.category-page.sostarivanie-page .compare-block img {
  display: inline-block;
}
.category-page.sostarivanie-page .compare-block .t-wr {
  background: #F7792C;
}
.category-page.sostarivanie-page .compare-block .t-wr .t {
  display: inline-block;
  color: #fff;
  text-align: center;
  width: 50%;
  line-height: 53px;
  font-size: 18px;
}
.category-page.sostarivanie-page .compare-block-popup {
  display: none;
}
.category-page .categories-block {
  font-size: 0;
  margin: 11px 0 40px;
}
.category-page .categories-block > li {
  height: 189px;
  display: inline-block;
  box-sizing: border-box;
  overflow: hidden;
  vertical-align: top;
  padding-left: 10px;
  margin-bottom: 31px;
  transition: 0.2s;
  padding-top: 154px;
  position: relative;
}
.category-page .categories-block > li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.2s;
}
.category-page .categories-block > li:hover:before {
  opacity: 1;
}
.category-page .categories-block > li:hover {
  padding-top: 34px;
}
.category-page .categories-block > li:hover .title:after {
  opacity: 1;
}
.category-page .categories-block > li .title {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 5px;
  text-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
  position: relative;
  z-index: 2;
}
.category-page .categories-block > li .title:after {
  content: '';
  display: block;
  background-color: #ffffff;
  width: 86px;
  height: 3px;
  margin-top: 7px;
  opacity: 0;
  transition: 0.2s;
}
.category-page .categories-block > li .subcat {
  line-height: 2.1;
  position: relative;
  z-index: 2;
}
.category-page .categories-block > li .subcat a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  text-shadow: rgba(0, 0, 0, 0.9) 0 0 5px;
}
.category-page .categories-block > li .subcat a:hover {
  text-decoration: underline;
}
.category-page .categories-block > li .more {
  font-size: 14px;
  color: #F7792C;
  text-decoration: none;
  display: block;
  margin-top: 10px;
  position: relative;
  z-index: 2;
}
.category-page .themes-block {
  font-size: 0;
  margin-bottom: 43px;
}
.category-page .themes-block li {
  display: inline-block;
  vertical-align: top;
  width: 25%;
  font-size: 14px;
  text-align: center;
  line-height: 2;
}
.category-page .themes-block li a {
  color: #686868;
  text-decoration: none;
  display: block;
}
.category-page .themes-block li a:hover {
  text-decoration: underline;
}
.category-page .themes-block li .t {
  font-size: 18px;
}
.category-page .themes-block li .icon {
  color: #F7792C;
  font-size: 60px;
  margin-bottom: 5px;
}
.category-page .themes-block li .more {
  color: #00a33d;
  text-decoration: none;
  margin-top: 23px;
}
@media screen and (max-width: 1000px) {
  .category-page a.fancybox {
    width: 49%;
    display: inline-block;
  }
  .category-page .btn {
    display: block;
  }
}
.main-toolbar {
  width: 723px;
  box-shadow: rgba(0, 0, 0, 0.3) 0 0 5px;
  border: 0;
}
.main-toolbar.as-one-row .main-toolbar-body {
  height: 180px;
  padding: 9px;
}
.main-toolbar.as-one-row .main-toolbar-body .js-toolbar-cart-carousel {
  width: 630px;
  overflow: hidden;
}
.main-toolbar.as-three-rows .main-toolbar-body {
  height: 485px;
  overflow: auto;
}
.main-toolbar.as-three-rows .main-toolbar-body .js-toolbar-cart-carousel {
  padding: 9px 17px;
  overflow: auto;
  height: 100%;
  box-sizing: border-box;
}
.main-toolbar.as-three-rows .main-toolbar-body .js-toolbar-cart-carousel .toolbar-items-ul {
  width: 100%;
  overflow: auto;
}
.main-toolbar.as-three-rows .main-toolbar-body .toolbar-slideshow__arrow-left,
.main-toolbar.as-three-rows .main-toolbar-body .toolbar-slideshow__arrow-right {
  display: none;
}
.main-toolbar .toolbar-slideshow__arrow-left {
  left: 16px;
}
.main-toolbar .toolbar-slideshow__arrow-right {
  right: 16px;
}
.main-toolbar .main-toolbar-head {
  background: rgba(255, 255, 255, 0.98);
  padding: 0 0 0 16px;
  height: 43px;
  line-height: 43px;
  font-size: 14px;
}
.main-toolbar .main-toolbar-head .toolbar-albums-select {
  color: #705012 !important;
}
.main-toolbar .main-toolbar-head .main-toolbar-head-item {
  border: 0;
}
.main-toolbar .main-toolbar-head .main-toolbar-head-item .main-toolbar-head-item__link {
  text-decoration: none;
}
.main-toolbar .main-toolbar-head .main-toolbar-controls {
  position: absolute;
  right: 16px;
  top: 1px;
}
.main-toolbar .main-toolbar-head .main-toolbar-controls .main-toolbar-controls__raise,
.main-toolbar .main-toolbar-head .main-toolbar-controls .main-toolbar-controls__decrease,
.main-toolbar .main-toolbar-head .main-toolbar-controls .main-toolbar-controls__close {
  display: inline-block;
  font-size: 20px;
  color: #F7792C;
  cursor: pointer;
  vertical-align: middle;
  margin-left: 10px;
}
.main-toolbar .main-toolbar-head .main-toolbar-controls .main-toolbar-controls__decrease {
  font-size: 4px;
  display: none;
}
.main-toolbar .main-toolbar-head .main-toolbar-controls .main-toolbar-controls__close {
  display: none;
}
.main-toolbar .main-toolbar-head .toolbar-albums-select {
  font-size: 14px;
}
.main-toolbar .main-toolbar-body {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.05) 0%, #ffffff 3%);
  overflow: hidden;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul {
  margin-left: 0;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item {
  position: relative;
  transition: 0.2s;
  box-sizing: border-box;
  width: 148px;
  display: inline-block;
  vertical-align: middle;
  height: 160px;
  margin: 5px;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr {
  display: table;
  width: 100%;
  height: 133px;
  border: 1px solid #eee;
  margin-bottom: 8px;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.2s;
  position: relative;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr.selected {
  border-color: #F7792C;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr.selected:after {
  content: 'отменить';
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr:hover {
  background: #F9F9F9;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr:hover:after {
  opacity: 1;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr:active {
  transform: scale(0.95);
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr:after {
  content: 'выбрать';
  position: absolute;
  width: 100px;
  text-align: center;
  z-index: 10;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  height: 20px;
  left: 50%;
  margin-left: -50px;
  background: rgba(255, 255, 255, 0.9);
  top: 50%;
  margin-top: -10px;
  transition: 0.2s;
  opacity: 0;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr2 {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  height: 123px;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr2 > img {
  display: inline-block;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-default-item-wr2 .corner {
  display: none;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item input {
  display: none;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-image-link {
  display: block;
  width: 100%;
  font-size: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.2s;
}
.main-toolbar .main-toolbar-body .toolbar-items-ul .toolbar-default-item .toolbar-image-link:hover {
  text-decoration: none;
}
.main-toolbar .main-toolbar-footer {
  background: #FAFAFA;
  height: 43px;
  padding: 0 0 0 16px;
  line-height: 43px;
  font-size: 14px;
}
.main-toolbar .main-toolbar-footer .main-toolbar-footer__link {
  text-decoration: none;
  transition: 0.2s;
  margin: 0 16px 0 0;
}
.main-toolbar .main-toolbar-footer .main-toolbar-footer__link.inactive {
  color: #ccc !important;
  cursor: default;
}
.main-toolbar .main-toolbar-footer .main-toolbar-footer__link.js-move-button {
  margin-right: 41px;
}
.main-toolbar .main-toolbar-footer .main-toolbar-footer__link.js-toolbar-cancel-all {
  display: none;
}
.main-toolbar .main-toolbar-footer .main-toolbar-footer__link.orange {
  color: #F7792C;
}
.main-toolbar .main-toolbar-footer .main-toolbar-footer__link.orange:hover {
  color: #DE6216;
}
.main-toolbar .main-toolbar-footer .main-toolbar-footer-cart {
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .main-toolbar {
    display: none !important;
  }
}
.seo-city-page #content h2 {
  margin-bottom: 8px;
  line-height: 1.7;
}
.seo-city-page #content .text {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 32px;
}
.seo-city-page #content h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 19px;
}
.seo-city-page #content .categories {
  padding: 0 25px 0 39px;
  margin-bottom: 60px;
}
.seo-city-page #content .categories li {
  width: 150px !important;
  height: 183px !important;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 15px;
  box-sizing: border-box;
  padding: 7px;
  font-size: 14px;
}
.seo-city-page #content .categories li .img-wr {
  display: table;
  width: 100%;
  text-align: center;
  height: 120px;
  margin-bottom: 13px;
}
.seo-city-page #content .categories li .img-wr .img-wr2 {
  display: table-cell;
  vertical-align: middle;
  height: 120px;
}
.seo-city-page #content .categories li .img-wr img {
  max-width: 100%;
  max-height: 100%;
  display: inline-block;
}
.seo-city-page #content .categories li a {
  text-decoration: none;
}
.seo-city-page #content .categories li .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.seo-city-page #content .categories li .link {
  color: #F7792C;
  text-decoration: underline;
}
.seo-city-page #content .images_cont {
  height: 444px;
}
.index-page {
  font-size: 14px;
}
.index-page .block > .title {
  color: #333938;
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: normal;
}
.index-page .block > .descr {
  width: 620px;
  line-height: 1.7;
}

@media screen and (max-width: 484px) {
.index-page .top-block {
  height: 521px;
  background: url('../images/top-mob-29.webp') center no-repeat;
  background-size: contain;
  color: #fff;
  margin-bottom: 100px;
  padding-top: 97px;
}
}
.index-page .top-block .title {
  font-size: 48px;
  line-height: 62px;
  margin-bottom: 19px;
  font-weight: normal;
}
.index-page .top-block .descr {
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 76px;
}
.index-page .top-block nav {
  display: flex;
}
.index-page .top-block nav a {
  color: #ffae0a;
  font-size: 28px;
  text-decoration: none;
  border-bottom: 1px dotted;
  margin-right: 39px;
  padding-bottom: 5px;
  transition: 0.2s;
}
.index-page .top-block nav a:hover {
  border-bottom-color: transparent;
}
.index-page .top-block .search-block {
  width: 600px;
  margin: 40px auto 0;
}
.index-page .top-block .search-block .search-form {
  position: relative;
}
.index-page .top-block .search-block .search-form .search-input {
  display: block;
  height: 41px;
  width: 100%;
  border-radius: 30px;
  padding: 0 32px;
  font-size: 16px;
  border: 1px solid #F7792C;
}
.index-page .top-block .search-block .search-form .submit-button {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  cursor: pointer;
  border: 0;
  background: #F7792C;
  color: #fff;
  padding: 0 30px;
  border-radius: 40px;
  transition: 0.2s;
}
.index-page .top-block .search-block .search-form .submit-button:hover {
  background: #DE6216;
}
.index-page .top-block .search-block .key-queries {
  display: flex;
  margin-top: 16px;
  padding-left: 33px;
}
.index-page .top-block .search-block .key-queries li:not(:last-child) {
  margin-right: 8px;
}
.index-page .top-block .search-block .key-queries li:not(.ex) {
  cursor: pointer;
  border-bottom: 1px dashed;
  font-size: 12px;
  padding-bottom: 2px;
}
.index-page .top-block .search-block .key-queries li:not(.ex):hover {
  border-bottom-style: solid;
}
.index-page .catalog-blocks .catalog-block {
  margin-bottom: 73px;
}
.index-page .catalog-blocks .catalog-block > .caption {
  font-size: 48px;
  line-height: 1.3;
  margin-bottom: 27px;
  text-decoration: none;
  color: #000;
  transition: 0.2s;
}
.index-page .catalog-blocks .catalog-block > .caption:hover {
  color: #848484;
}
.index-page .catalog-blocks .catalog-block .descr {
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 24px;
}
.index-page .catalog-blocks .catalog-block .category-items {
  display: flex;
  flex-wrap: wrap;
}
.index-page .catalog-blocks .catalog-block .category-items li {
  width: 460px;
  height: 413px;
  margin-bottom: 34px;
}
.index-page .catalog-blocks .catalog-block .category-items li:nth-child(2n+1) {
  margin-right: 20px;
}
.index-page .catalog-blocks .catalog-block .category-items li a {
  display: block;
  text-decoration: none;
}
.index-page .catalog-blocks .catalog-block .category-items li a:hover .b {
  background-color: #000000;
  color: #fff;
}
.index-page .catalog-blocks .catalog-block .category-items li a:hover .b .presets .preset:nth-child(2) {
  border-left-color: #fff;
}
.index-page .catalog-blocks .catalog-block .category-items li a:hover .b .presets .preset .name,
.index-page .catalog-blocks .catalog-block .category-items li a:hover .b .presets .preset .from,
.index-page .catalog-blocks .catalog-block .category-items li a:hover .b .presets .preset .price {
  color: #fff;
}
.index-page .catalog-blocks .catalog-block .category-items li a:hover .b .arrow {
  opacity: 1;
}
.index-page .catalog-blocks .catalog-block .category-items li a .photo {
  height: 360px;
  background-position: center;
  background-size: cover;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b {
  height: 53px;
  background-color: #ECECEC;
  color: #656565;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 17px;
  position: relative;
  transition: 0.2s;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b .caption {
  font-weight: bold;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b .presets {
  margin-top: 10px;
  display: flex;
  align-items: center;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b .presets .preset:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.4);
  padding-left: 7px;
  margin-left: 10px;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b .presets .preset .name {
  color: #656565;
  font-size: 12px;
  margin-right: 5px;
  transition: 0.2s;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b .presets .preset .from,
.index-page .catalog-blocks .catalog-block .category-items li a .b .presets .preset .price {
  font-weight: bold;
  color: #F7853F;
  transition: 0.2s;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b .arrow {
  position: absolute;
  right: 17px;
  width: 32px;
  height: 2px;
  background: #fff;
  opacity: 0;
  transition: 0.2s;
  top: 23px;
}
.index-page .catalog-blocks .catalog-block .category-items li a .b .arrow i {
  position: absolute;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  display: block;
  width: 16px;
  height: 16px;
  transform: rotate(45deg);
  top: -7px;
  right: 1px;
}
.index-page .catalog-blocks .catalog-block .link-to-all-btn {
  background: #F6792C;
  display: block;
  margin: 0 auto;
  width: 170px;
}
.index-page .about-block {
  position: relative;
  margin-bottom: 91px;
}
.index-page .about-block:after {
  content: '';
  display: block;
  background-color: #f5f5f5;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 124px;
  height: 660px;
}
.index-page .about-block .wr {
  position: relative;
  z-index: 2;
  padding-left: 160px;
}
.index-page .about-block .wr .title {
  margin-bottom: 38px;
  color: #333938;
  font-size: 22px;
  line-height: 26px;
  font-weight: normal;
}
.index-page .about-block .wr .img1 {
  margin-bottom: 29px;
}
.index-page .about-block .wr .text {
  width: 620px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 68px;
}
.index-page .service-block {
  margin-bottom: 115px;
}
.index-page .service-block ul {
  font-size: 0;
  margin: 30px 0 64px;
}
.index-page .service-block ul li {
  display: inline-block;
  vertical-align: top;
  width: 16.666%;
  text-align: center;
}
.index-page .service-block ul li .pic {
  display: block;
  height: 45px;
  margin-bottom: 35px;
  margin: 0 auto;
}
.index-page .service-block ul li .descr {
  display: inline-block;
  vertical-align: top;
  width: auto;
  font-size: 14px;
  line-height: 1.2;
  margin-top:20px;
}
.index-page .service-block ul li .descr .t {
  font-size: 15px;
  color: #333938;
  font-family: "Exo 2";
  font-weight: 400;
  margin-bottom: 9px;
}
.index-page .baget {
  width: 981px;
  height: 262px;
  background: url(../images/baget.webp);
  font-family: "Exo 2";
  font-size: 33px;
  font-weight: bold;
  line-height: 1.18;
  text-align: center;
  color: #0f4756;
  left: -18px;
  position: relative;
  text-transform: uppercase;
  padding-top: 92px;
  margin: 0 auto 151px;
}
.index-page .about2-block .descr {
  margin-bottom: 51px;
}
.index-page .about2-block .services {
  font-size: 0;
  width: 960px;
}
.index-page .about2-block .services li {
  font-size: 14px;
  width: 300px;
  background-color: #f5f5f5;
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
  padding-bottom: 20px;
  height: 490px;
}
.index-page .about2-block .services li .img {
  margin-bottom: 28px;
}
.index-page .about2-block .services li .t {
  font-family: "Exo 2";
  font-size: 15px;
  font-weight: bold;
  line-height: 1.6;
  color: #333938;
  padding: 0 22px;
  margin-bottom: 11px;
}
.index-page .about2-block .services li .descr {
  line-height: 1.71;
  color: #000000;
  margin-bottom: 19px;
  padding: 0 22px;
}
.index-page .about2-block .services li .details {
  font-weight: bold;
  text-decoration: none;
  padding-left: 22px;
  position: absolute;
  bottom: 15px;
}
.index-page .about2-block .services li .details:hover {
  color: #00a33d;
}
.index-page .about2-block .services li .details .arrow {
  font-family: monospace;
  margin-left: 9px;
}
.index-page .details {
  color: #333938;
  font-weight: bold;
  text-decoration: none;
}
.index-page .details:hover {
  color: #00a33d;
}
.index-page .details .arrow {
  font-family: monospace;
  margin-left: 9px;
}
@media screen and (min-width: 1367px) {
  .index-page .service-block ul {
    max-width: 960px;
    margin: 0 auto;
  }
  .index-page .catalog-blocks .catalog-block {
    max-width: 960px;
    margin: 0 auto 73px;
  }
  .index-page .about2-block {
    max-width: 960px;
  }
}
@media screen and (max-width: 1000px) {
  .index-page .top-block {
    margin: 0 0 32px;
    padding: 16px 0;
    height: auto;
    background-size: cover;
  }
  .index-page .top-block .search-block {
    display: none;
  }
  .index-page .top-block .title {
    font-size: 24px;
    line-height: 1.3;
    margin-bottom: 16px;
  }
  .index-page .top-block .descr {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 36px;
  }
  .index-page .top-block nav {
    flex-direction: column;
    align-items: flex-start;
  }
  .index-page .top-block nav a {
    font-size: 16px;
    margin: 0;
  }
  .index-page .top-block nav a:not(:last-child) {
    margin-bottom: 16px;
  }
  .index-page .service-block {
    margin-bottom: 0;
  }
  .index-page .service-block ul {
    display: flex;
    flex-direction: column;
    margin: 0;
  }
  .index-page .service-block ul li {
    width: 100%;
    margin-bottom: 22px;
    display: flex;
    align-items: flex-start;
  }
  .index-page .service-block ul li img {
    margin: 0 16px 0 0;
    height: auto;
    width: 40px;
  }
  .index-page .service-block ul li .descr {
    width: calc(100% - 56px);
	text-align: left;
    margin-left: 20px;
	margin-top: 15px;
  }
  .index-page .catalog-blocks .catalog-block {
    margin-bottom: 32px;
  }
  .index-page .catalog-blocks .catalog-block > .caption {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .index-page .catalog-blocks .catalog-block img {
    max-width: 100%;
  }
  .index-page .catalog-blocks .catalog-block .descr {
    margin-bottom: 24px;
  }
  .index-page .catalog-blocks .catalog-block .category-items li {
    width: 100%;
    height: auto;
    margin: 0 0 16px !important;
  }
  .index-page .catalog-blocks .catalog-block .category-items li a {
    display: flex;
  }
  .index-page .catalog-blocks .catalog-block .category-items li a .photo {
    height: auto;
    width: 50%;
  }
  .index-page .catalog-blocks .catalog-block .category-items li a .b {
    flex-direction: column;
    height: auto;
    padding: 16px;
    width: 50%;
  }
  .index-page .catalog-blocks .catalog-block .category-items li a .b .presets {
    margin-top: 8px;
    flex-direction: column;
    align-items: flex-start;
  }
  .index-page .catalog-blocks .catalog-block .category-items li a .b .presets .preset {
    margin-bottom: 8px;
  }
  .index-page .catalog-blocks .catalog-block .category-items li a .b .presets .preset:nth-child(2) {
    border-left: none;
    padding-left: 0;
    margin-left: 0;
  }
  .index-page .catalog-blocks .catalog-block .category-items li a .b .presets .preset .name {
    display: block;
    margin: 0 0 4px;
  }
  .index-page .about-block {
    margin-bottom: 32px;
  }
  .index-page .about-block .wr {
    padding: 0 16px;
  }
  .index-page .about-block .wr .title {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 1.3;
  }
  .index-page .about-block .wr .img1,
  .index-page .about-block .wr .img2 {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .index-page .about-block .wr .text {
    width: 100%;
    line-height: 1.5;
    margin-bottom: 32px;
  }
  .index-page .baget {
    width: 100%;
    background-position: center;
    font-size: 24px;
    line-height: 1.3;
    padding: 0;
    left: 0;
    margin: 0 0 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background-size: cover;
  }
  .index-page .about2-block .descr {
    max-width: 100%;
    margin-bottom: 16px;
  }
  .index-page .about2-block .services {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
  .index-page .about2-block .services li {
    width: 100%;
    height: auto;
    display: flex;
    margin: 0 0 32px;
    flex-direction: column;
    align-items: center;
  }
  .index-page .about2-block .services li .img {
    max-width: 100%;
    margin: 0;
  }
  .index-page .about2-block .services li .t {
    margin: 0;
    padding: 16px 16px 8px;
    line-height: 1.4;
    text-align: left;
    width: 100%;
  }
  .index-page .about2-block .services li .descr {
    line-height: 1.4;
    margin-bottom: 0;
    padding: 0 16px;
  }
  .index-page .about2-block .services li .details {
    bottom: 0;
  }
}
/* -- Popups ------------------------------------------------------------------ */
.popup {
  background: #ffffff;
  display: none;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, 0.5) 0 0 75px;
  min-width: 456px;
  position: fixed;
  left: 50%;
  top: 30px;
  z-index: 1000;
  padding-bottom: 35px;
}
.popup.no-fixed {
  position: absolute !important;
  top: 100px;
}
.popup .h {
  font-size: 18px;
  color: #757575;
  text-align: center;
  line-height: 47px;
  border-radius: 3px 3px 0 0;
  height: 44px;
}
.popup .c {
  padding: 0 14px;
  font-size: 14px;
  position: relative;
}
.popup .f {
  text-align: center;
  margin-top: 20px;
}
.popup .btn,
.popup .btn-close {
  margin: 10px auto;
  border: 0;
  min-width: 130px;
}
.popup .btn:disable,
.popup .btn-close:disable {
  background: #c6bca9;
}
.popup .btn.btn_upload,
.popup .btn-close.btn_upload {
  height: auto;
  line-height: normal;
}
.popup .close {
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  color: #686868;
  font-size: 17px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup .error-block {
  color: #CE7979;
  margin-bottom: 15px;
  display: none;
}
.popup .share-link .share-variants > li {
  color: #686868;
  font-size: 17px;
}
.popup .share-link .share-variants > li:hover {
  color: #00a33d !important;
}
.popup .share-link .share-variants > li:hover a {
  color: #00a33d !important;
}
.popup .share-link .share-variants > li:hover .ya-share2__badge:before {
  color: #00a33d !important;
}
.popup .share-link .share-variants > li a {
  text-decoration: none;
  color: #686868 !important;
}
.popup .share-link .share-variants > li .icon,
.popup .share-link .share-variants > li .ya-share2__badge:before {
  font-size: 24px;
  margin-right: 10px;
  vertical-align: middle;
  position: relative;
  top: -1px;
}
.popup .share-link .share-variants > li .email-share-form .link {
  color: #686868;
  font-size: 12px;
  margin-bottom: 13px;
  overflow: hidden;
  max-width: 280px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.popup .share-link .share-variants > li .email-share-form .link:hover {
  text-decoration: underline;
}
.popup .share-link .share-variants > li .email-share-form input {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  width: 269px;
  height: 40px;
  padding: 0 100px 0 20px;
  border-radius: 40px;
  font-size: 16px;
  border: 1px solid #B9B9B9;
}
.popup .share-link .share-variants > li .email-share-form button {
  height: 40px;
  border-radius: 25px;
  border: 0;
  padding: 0 20px;
  color: #fff;
  cursor: pointer;
  background: #F7792C;
  margin-left: -100px;
  transition: 0.2s;
  position: relative;
  top: 0;
}
.popup .share-link .share-variants > li .email-share-form button:hover {
  background: #DE6216;
}
.popup .share-link .share-variants > li .toggle-block {
  transition: 0.2s;
  cursor: pointer;
}
.popup .share-link .share-variants > li .toggle-block:hover {
  color: #00a33d;
}
.popup .share-link .share-variants > li:not(:last-child) {
  margin-bottom: 20px;
}
.popup .share-link .share-variants > li .block {
  display: none;
  margin-top: 14px;
}
.popup .share-link .share-variants > li .block[data-block="sns"] .ya-share2__container_size_m .ya-share2__icon {
  height: 38px;
  width: 38px;
  background-size: 38px 38px;
}
.popup .share-link .share-variants > li .block[data-block="sns"] .ya-share2__item_service_viber,
.popup .share-link .share-variants > li .block[data-block="sns"] .ya-share2__item_service_whatsapp {
  display: none;
}
.popup .share-link .share-variants > li .viber-share .ya-share2__icon,
.popup .share-link .share-variants > li .whatsapp-share .ya-share2__icon {
  display: none;
}
.popup .share-link .share-variants > li .viber-share .ya-share2__badge,
.popup .share-link .share-variants > li .whatsapp-share .ya-share2__badge {
  background: none;
  overflow: visible;
  color: #686868;
}
.popup .share-link .share-variants > li .viber-share .ya-share2__badge:before,
.popup .share-link .share-variants > li .whatsapp-share .ya-share2__badge:before {
  font-family: 'icomoon' !important;
}
.popup .share-link .share-variants > li .viber-share.viber-share .ya-share2__badge:before,
.popup .share-link .share-variants > li .whatsapp-share.viber-share .ya-share2__badge:before {
  content: "\e91b";
}
.popup .share-link .share-variants > li .viber-share.whatsapp-share .ya-share2__badge:before,
.popup .share-link .share-variants > li .whatsapp-share.whatsapp-share .ya-share2__badge:before {
  content: "\e91c";
}
.popup .share-link .share-variants > li .viber-share .ya-share2__title,
.popup .share-link .share-variants > li .whatsapp-share .ya-share2__title {
  display: inline-block;
  color: #686868;
  margin-left: 0;
  font-size: 17px;
}
.popup .share-link .share-variants > li .viber-share .ya-share2__title:hover,
.popup .share-link .share-variants > li .whatsapp-share .ya-share2__title:hover {
  color: #00a33d !important;
}
.popup.popup_zoom .h {
  height: 0;
}
.popup.popup_zoom .close {
  position: absolute;
  top: -19px;
  right: -60px;
  text-decoration: none;
  color: #ccc;
  padding: 20px;
  font-size: 30px;
}
.popup.popup_zoom .p-cont.p-cont-rotate {
  transform: none !important;
}
.popup.popup_zoom .corner {
  display: none;
}
.popup.popup_zoom .btn {
  margin: 30px auto 0;
}
.popup.popup_zoom .c .own-modular-image {
  background: #fff;
  box-shadow: #ffffff -6px -4px 0 16px;
  border-radius: 1px;
}
.popup#own-picture-on-wood .h {
  height: auto;
  line-height: 1.5;
  padding: 20px 90px;
}
.popup.popup-image-upload {
  max-width: 588px !important;
  line-height: 1.3;
}
.popup.popup-image-upload .step1 .note {
  color: #B8B8B8;
}
.popup.popup-image-upload .step1 .note a {
  color: #00a33d;
  display: inline-block;
  margin: 15px 0;
}
.popup.popup-image-upload .step2 {
  display: none;
}
.popup.popup-image-upload .step2 img {
  max-width: 410px;
  max-height: 300px;
 background-size: cover;
  margin: 30px auto 0;
  display: block;
  width: 410 !important;
  height: auto !important;
}
.popup.popup-image-upload .step2 .btn-wr {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 10px 0;
}
.popup.popup-image-upload .step2 .btn-wr .back {
  color: #00a33d;
}
.popup.popup-image-upload .step2 .btn-wr button {
  margin: 0;
  padding: 0 30px;
  background: #f7792c;
  width: 240px;
}
.popup.popup-image-upload .step2 .btn-wr button.inactive {
  cursor: wait;
  background: #aaa;
}
.popup.popup-image-upload .step3 {
  display: none;
}
.popup.popup-image-upload .step4 {
  display: none;
}
.popup.popup-image-upload .f-status {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  height: 100%;
  width: 100%;
  text-align: center;
  line-height: 100px;
}
.popup.popup-image-upload .f-status img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.popup.popup-image-upload .upload {
  color: #F7792C;
  font-size: 16px;
  margin: -13px 0;
  position: relative;
}
.popup.popup-image-upload .upload.uploading .progress-wr {
  display: block;
}
.popup.popup-image-upload .upload .plus {
  font-size: 80px;
  vertical-align: middle;
  margin-right: 12px;
}
.popup.popup-image-upload .upload input {
  left: 0;
  height: 71px;
  width: 100%;
  margin-top: 15px;
}
.popup.popup-image-upload .upload .progress-wr {
  display: none;
  position: absolute;
  border: 1px solid #eee;
  height: 50px;
  width: 100%;
  top: 24px;
  border-radius: 50px;
  background: #FBFBFB;
  overflow: hidden;
}
.popup.popup-image-upload .upload .progress {
  height: 100%;
  background-color: #f7792c;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 0%;
  border-radius: 40px;
}
.popup.popup-image-upload .upload .progress:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: progress-move 2s linear infinite;
  overflow: hidden;
  border-radius: 40px;
}
.popup.popup-interior-upload #upload-interior-form {
  overflow: hidden;
}
.popup.popup-interior-upload .btn {
  background: #F7792C;
  display: block;
  padding: 0 30px;
  width: 210px;
  float: right;
  margin: 10px 0 0;
}
.popup.popup-nu {
  width: 725px;
  line-height: 1.7;
  box-sizing: border-box;
}
.popup.popup-nu .btn.deny {
  background: #f7792c;
  margin-left: 20px;
}
.popup.add-to-cart-popup .close {
  z-index: 3;
  color: #aaa;
}
.popup.add-to-cart-popup .h {
  display: none;
}
.popup.add-to-cart-popup .c {
  padding: 24px 36px;
}
.popup.add-to-cart-popup .c .t {
  font-size: 18px;
  margin-bottom: 17px;
}
.popup.add-to-cart-popup .c .total {
  color: #c9c9c9 !important;
  margin-bottom: 45px;
  display: block;
}
.popup.add-to-cart-popup .c .product .img-wr {
  display: inline-flex;
  width: 210px;
  text-align: center;
  margin-right: 47px;
  min-height: 160px;
  align-items: center;
  justify-content: center;
}
.popup.add-to-cart-popup .c .product .img-wr img {
  max-width: 200px;
}
.popup.add-to-cart-popup .c .product .info-block {
  display: inline-block;
  vertical-align: top;
  color: #757575;
  width: 300px;
}
.popup.add-to-cart-popup .c .product .info-block .name {
  font-size: 16px;
  line-height: 1.4;
  margin-bottom: 14px;
}
.popup.add-to-cart-popup .c .product .info-block .p {
  margin-bottom: 24px;
}
.popup.add-to-cart-popup .c .product .info-block .pr-block {
  margin-bottom: 23px;
}
.popup.add-to-cart-popup .c .product .info-block .pr-block .price {
  color: #464646;
  font-size: 25px;
  vertical-align: middle;
  margin-right: 23px;
}
.popup.add-to-cart-popup .c .product .info-block .pr-block .btn {
  width: 167px;
}
.popup.add-to-cart-popup .c .product .continue {
  color: #00a33d !important;
  text-decoration: none;
}
.popup.add-to-cart-popup .c .product .continue:hover {
  color: #008231 !important;
}
.popup.feedback-popup,
.popup.quick-order-popup {
  width: 456px;
}
.popup.feedback-popup .t,
.popup.quick-order-popup .t {
  text-align: center;
  font-weight: bold;
  margin-bottom: 15px;
}
.popup.feedback-popup .c,
.popup.quick-order-popup .c {
  padding: 0 20px;
}
.popup.feedback-popup input[type=text],
.popup.quick-order-popup input[type=text],
.popup.feedback-popup textarea,
.popup.quick-order-popup textarea {
  width: 100%;
  display: block;
  margin: 0 auto 18px;
}
.popup.feedback-popup textarea,
.popup.quick-order-popup textarea {
  height: 114px;
}
.popup.feedback-popup .details,
.popup.quick-order-popup .details {
  display: block;
  margin: 20px 0;
}
.popup .bp_detail {
  overflow: hidden;
  width: 770px;
  font-size: 0;
}
.popup .bp_detail.bp_detail_paspartu .column {
  width: 330px;
  margin: 0;
  padding: 0 10px;
}
.popup .bp_detail.bp_detail_paspartu .column .row .label {
  width: 170px;
}
.popup .bp_detail.bp_detail_paspartu .column .row .value {
  width: 110px;
}
.popup .bp_detail .column {
  width: 48%;
  display: inline-block;
  vertical-align: top;
  margin: 0 1%;
}
.popup .bp_detail .imgcont {
  height: 300px;
}
.popup .bp_detail .row {
  margin: 0 0 5px !important;
  border-bottom: 1px dashed #eee;
  padding-bottom: 5px;
  line-height: 1.3;
  font-size: 0;
}
.popup .bp_detail .row .label,
.popup .bp_detail .row .value {
  line-height: 1.4em;
}
.popup .bp_detail .row .label {
  color: #B7B7B7;
  width: 210px;
  float: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 12px;
}
.popup .bp_detail .row .label span {
  display: block;
  color: #686868;
  font-size: 12px;
}
.popup .bp_detail .row .value {
  float: none;
  display: inline-block;
  vertical-align: middle;
  width: 151px;
  text-align: right;
  font-size: 12px;
}
.popup .bp_detail .img-actions {
  text-align: center;
  margin: 20px 0px 0;
}
.popup .bp_detail .img-actions a {
  width: 25%;
}
.popup .bp_detail .img-actions a:last-child {
  margin-right: 0;
}
.popup .bp_detail .img-actions a .icon {
  display: block;
  text-align: center;
  margin: 0 0 5px;
  font-size: 17px !important;
}
.popup .bp_detail .img-actions a span {
  max-width: 100%;
}
@media screen and (max-width: 1000px) {
  .popup {
    min-width: calc(100% - 20px) !important;
    width: calc(100% - 20px) !important;
    left: 10px !important;
    margin: 0 !important;
    top: 50px;
    position: absolute;
    padding-bottom: 16px;
  }
  .popup .h {
    line-height: 1.2;
    height: auto;
    padding: 16px 50px;
  }
  .popup .close {
    right: 0;
    top: 0;
    width: 47px;
    height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .popup.popup_zoom {
    top: 50px !important;
    transform: none !important;
    margin: 0 !important;
  }
  .popup.popup-image-upload .step2 img {
    max-width: 100%;
    max-height: initial;
  }
  .popup.popup-image-upload .step2 button {
    width: 240px;
    display: block;
    margin: 32px auto 16px;
  }
  .popup.popup-image-upload .step2 .back {
    display: block;
    top: 0;
    text-align: center;
    padding-top: 0;
  }
  .popup.feedback-popup .c,
  .popup.quick-order-popup .c {
    padding: 0 16px;
  }
  .popup#own-picture-on-wood .h {
    padding: 20px 48px;
    line-height: 1.4;
    font-size: 16px;
  }
  .popup.add-to-cart-popup .c {
    padding: 24px 16px 8px;
  }
  .popup.add-to-cart-popup .c .total {
    margin-bottom: 24px;
  }
  .popup.add-to-cart-popup .c .product .img-wr {
    display: flex;
    width: 100%;
    margin: 0 0 16px;
    min-height: auto;
  }
  .popup.add-to-cart-popup .c .product .info-block {
    width: 100%;
  }
  .popup.add-to-cart-popup .c .product .info-block .p {
    margin-bottom: 16px;
  }
  .popup.add-to-cart-popup .c .product .info-block .pr-block {
    margin-bottom: 16px;
    text-align: center;
  }
  .popup .share-link .share-variants > li .email-share-form button {
    margin-left: 0;
  }
  .popup .bp_detail {
    width: 100%;
  }
  .popup .bp_detail .column {
    width: 100%;
    margin: 0;
    display: block;
  }
  .popup .bp_detail .column:not(:first-child ) {
    display: none;
  }
  .popup .bp_detail .row .label,
  .popup .bp_detail .row .value {
    display: block;
    width: 100%;
    text-align: left;
  }
  .popup .bp_detail .img-actions {
    display: flex;
    flex-wrap: wrap;
  }
  .popup .bp_detail .img-actions a {
    width: 48%;
    padding: 10px;
    border: 1px solid #b7b7b7;
    border-radius: 3px;
    margin: 1%;
  }
}
.pvz-popup {
  width: 800px;
}
.pvz-popup .map {
  height: 500px;
  display: none;
  background: #eee;
}
.pvz-popup .map-caption {
  padding-bottom: 10px;
}
.pvz-popup .map-caption,
.pvz-popup .selected-pvz-text {
  display: none;
}
.pvz-popup [name="delivery_city"] {
  width: 100%;
}
.pvz-popup .no-pvzs-caption {
  display: none;
}
.pvz-popup .map-wait {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 520px;
}
.pvz-popup .input-wr {
  position: relative;
}
.pvz-popup .input-wr .name {
  margin-bottom: 10px;
}
.pvz-popup .input-wr input {
  width: 100%;
}
.pvz-popup .response-wait {
  position: absolute;
  top: 11px;
  right: 11px;
  opacity: 0;
}
.pvz-popup .response-wait img {
  width: 20px;
  opacity: 0.4;
}

.map-page .col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ie-column-count: 3;
  column-count: 3;
  margin: 2em 0;
}
.map-page .catalog-links {
  font-size: 0;
}
.map-page .catalog-links b {
  margin: 1em 0;
  display: block;
}
.map-page .catalog-links > li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  padding-right: 50px;
  box-sizing: border-box;
  font-size: 16px;
}
.map-page .links li {
  margin-bottom: 1em;
}
.map-page .links a {
  text-decoration: none;
  font-size: 16px;
  color: #686868;
  line-height: 1.3;
}
.map-page .links a:hover {
  text-decoration: underline;
  color: #00a33d;
}
@keyframes progress-move {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
.order-page {
  padding-bottom: 200px;
  font-size: 14px;
  margin-bottom: 50px;
}
.order-page h1 {
  border-bottom: solid 2px #5e5e5e;
  padding-bottom: 11px;
}
.order-page .empty-cart {
  font-size: 16px;
  margin: 40px 0;
}
.order-page .order-table {
  width: 100%;
  position: relative;
  top: -32px;
}
.order-page .order-table thead {
  font-size: 14px;
  color: #8e8e8e;
  font-weight: normal;
}
.order-page .order-table thead tr th {
  font-weight: normal;
  padding-bottom: 19px;
}
.order-page .order-table tbody tr:hover .remove,
.order-page .order-table tbody tr:hover .amount-selector .minus,
.order-page .order-table tbody tr:hover .amount-selector .plus {
  opacity: 1;
}
.order-page .order-table tbody tr td {
  border-bottom: 1px solid #e4e4e4;
  color: #686868;
  vertical-align: middle;
  text-align: center;
  font-size: 14px;
  position: relative;
}
.order-page .order-table tbody tr td .preview-wr,
.order-page .order-table tbody tr td .info {
  display: inline-block;
  vertical-align: middle;
}
.order-page .order-table tbody tr td .preview-wr {
  width: 130px;
  text-align: center;
  margin-right: 20px;
}
.order-page .order-table tbody tr td .preview {
  max-width: 100%;
}
.order-page .order-table tbody tr td .info {
  width: 380px;
  padding: 30px 0 20px;
  line-height: 1.4;
  text-align: left;
}
.order-page .order-table tbody tr td .info .rows .row {
  padding-bottom: 9px;
  line-height: 1.3;
}
.order-page .order-table tbody tr td .info .rows .row .label {
  color: #8e8e8e;
  font-size: 13px;
  width: 230px;
  display: inline-block;
  vertical-align: middle;
}
.order-page .order-table tbody tr td .info .rows .row .label span {
  display: block;
  color: #000;
  font-size: 12px;
}
.order-page .order-table tbody tr td .info .rows .row .value {
  font-size: 13px;
  display: inline-block;
  vertical-align: middle;
  width: 140px;
  text-align: right;
  color: #000;
}
.order-page .order-table tbody tr td .info .module-num {
  display: inline-block;
  background: orange;
  color: #fff;
  padding: 0 5px;
  margin: 0 4px 4px 0;
}
.order-page .order-table tbody tr td .big {
  font-size: 15px;
  color: #000;
}
.order-page .order-table tbody tr td .amount-selector .minus,
.order-page .order-table tbody tr td .amount-selector .plus {
  display: inline-block;
  vertical-align: middle;
  transition: 0.1s;
  width: 24px;
  height: 24px;
  opacity: 0;
}
.order-page .order-table tbody tr td .amount-selector .minus:hover,
.order-page .order-table tbody tr td .amount-selector .plus:hover {
  opacity: 0.8;
}
.order-page .order-table tbody tr td .amount-selector .amount {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  width: 40px;
}
.order-page .order-table tbody tr td .remove {
  position: absolute;
  right: 30px;
  bottom: 20px;
  text-decoration: none;
  color: #8e8e8e;
  opacity: 0;
}
.order-page .order-table tbody tr td .remove:hover {
  color: #F7792C;
}
.order-page .order-table tbody tr td .remove span {
  margin-right: 4px;
  vertical-align: middle;
}
.order-page .link-details {
  font-size: 12px;
  margin-left: 20px;
  position: relative;
  top: -2px;
  color: #00a33d;
}
.order-page .price-block-wr {
  font-size: 0;
}
.order-page .price-block-wr .discount-block,
.order-page .price-block-wr .summary-block {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  font-size: 14px;
}
.order-page .price-block-wr .discount-block .input-wr {
  position: relative;
  text-align: right;
  margin-bottom: 12px;
}
.order-page .price-block-wr .discount-block .input-wr label {
  margin-right: 15px;
}
.order-page .price-block-wr .discount-block .input-wr input,
.order-page .price-block-wr .discount-block .input-wr select {
  margin-right: 0;
  width: 300px;
}
.order-page .price-block-wr .discount-block .input-wr input[readonly],
.order-page .price-block-wr .discount-block .input-wr select[readonly] {
  background: #F1F1F1;
}
.order-page .price-block-wr .discount-block .input-wr .btn-apply {
  height: 41px;
  position: absolute;
  right: 0;
  padding: 0px 27px;
}
.order-page .price-block-wr .discount-block .input-wr .btn-apply.points:after {
  content: 'потратить';
}
.order-page .price-block-wr .discount-block .input-wr .btn-apply.points.saved:after {
  content: 'отменить';
}
.order-page .price-block-wr .discount-block .input-wr .btn-apply:not(.points):after {
  content: 'применить';
}
.order-page .price-block-wr .discount-block .input-wr .btn-apply:not(.points).saved:after {
  content: 'удалить';
}
.order-page .price-block-wr .discount-block .input-wr .error {
  text-align: right;
  color: red;
  margin: 11px 11px 20px;
  font-size: 14px;
}
.order-page .price-block-wr .summary-block {
  padding-left: 80px;
  color: #000;
}
.order-page .price-block-wr .summary-block .row {
  margin-bottom: 15px;
}
.order-page .price-block-wr .summary-block .summary {
  font-size: 16px;
}
.order-page .price-block-wr .summary-block .summary-with-discount {
  font-weight: bold;
}
.order-page .price-block-wr .summary-block .discount {
  color: #00a33d;
}
.order-page .price-block-wr .summary-block .name,
.order-page .price-block-wr .summary-block .value {
  display: inline-block;
  vertical-align: middle;
}
.order-page .price-block-wr .summary-block .name {
  width: 260px;
}
.order-page .price-block-wr .summary-block .name a {
  color: #ccc;
  font-size: 12px;
}
.order-page .price-block-wr .summary-block .value {
  width: 130px;
}
.order-page .price-block-wr .summary-block .value s {
  color: #ccc;
  font-size: 14px;
}
.order-page .price-block-wr .summary-block .value.blue {
  color: #00C9F7;
}
.order-page .price-block-wr .summary-block .value.green {
  color: #00a33d;
}
.order-page .price-block-wr .summary-block .summ {
  text-align: right;
}
.order-page .price-block-wr .summary-block .summ .name {
  font-size: 20px;
  width: auto;
  margin-right: 15px;
}
.order-page .price-block-wr .summary-block .summ .value {
  color: #F7792C;
  font-size: 20px;
  width: auto;
}
.order-page .price-block-wr .summary-block .next {
  line-height: 36px;
  height: 36px;
  width: 140px;
}
.order-page .order_form {
  padding-top: 17px;
}
.order-page .order_form h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 15px;
}
.order-page .order_form .input-wr {
  margin-bottom: 18px;
}
.order-page .order_form .input-wr .inp {
  background: #fff;
  border: 1px solid #b7b7b7;
  font-size: 16px;
  padding: 0 0 0 20px;
  border-radius: 20px;
  height: 41px;
  transition: 0.1s;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  line-height: 41px;
  box-sizing: border-box;
  width: 440px;
}
.order-page .order_form .input-wr .inp:focus {
  border-color: #00a33d;
}
.order-page .order_form .input-wr .inp[name="comments"] {
  height: 114px;
  border-radius: 5px;
  padding: 20px;
  line-height: 1.3;
}
.order-page .order_form .input-wr .message {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  max-width: 440px;
}
.order-page .order_form .input-wr .message.error {
  color: red;
}
.order-page .order_form .input-wr .message .t {
  font-size: 16px;
}
.order-page .order_form .agree-label {
  display: block;
  margin-bottom: 20px;
}
.order-page .order_form hr {
  margin: 30px 0;
}
.order-page .order_form .btn_submit {
  line-height: 50px;
  font-size: 16px;
  padding: 0 40px;
}
.order-page .order_form .door-delivery-message {
  display: none;
}
.order-page .order_form .courier-delivery-block {
  display: none;
}
.order-page .order_form .courier-delivery-block .delivery-message {
  max-width: 610px;
}
.order-page .order_form .courier-delivery-block .map {
  height: 500px;
  display: none;
  background: #eee;
}
.order-page .order_form .courier-delivery-block .map-caption {
  padding-bottom: 10px;
}
.order-page .order_form .courier-delivery-block .map-caption,
.order-page .order_form .courier-delivery-block .selected-pvz-text {
  display: none;
}
.order-page .upload-file {
  color: #00a33d;
  text-decoration: none;
  margin-right: 20px;
  font-size: 14px;
}
.order-page .upload-file:before {
  content: "\e923";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 4px;
}
.order-page .upload-file:after {
  content: 'Прикрепить файл';
}
.order-page .upload-file .progress-wr {
  position: absolute;
}
.order-page .upload-file .progress {
  display: none;
  height: 100%;
  background-color: #f7792c;
  overflow: hidden;
  top: 0;
  left: 0;
  width: 0%;
  border-radius: 40px;
}
.order-page .upload-file .progress:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-image: -webkit-gradient(linear, 0 0, 100% 100%, color-stop(0.25, rgba(255, 255, 255, 0.2)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.2)), color-stop(0.75, rgba(255, 255, 255, 0.2)), color-stop(0.75, transparent), to(transparent));
  background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0.2) 75%, transparent 75%, transparent);
  z-index: 1;
  background-size: 50px 50px;
  animation: progress-move 2s linear infinite;
  overflow: hidden;
  border-radius: 40px;
}
.order-page .upload-file.disabled {
  background: #999;
  opacity: 0.3;
}
.order-page .upload-file.uploading .progress {
  display: block;
}
.order-page .upload-file.uploading:before {
  display: none;
}
.order-page .upload-file.uploading:after {
  content: 'Загрузка...';
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}
.order-page .file-list {
  margin-top: 20px;
  width: 50%;
}
.order-page .file-list li {
  border: 1px solid #eee;
  margin-bottom: 5px;
  padding: 10px;
  border-radius: 5px;
  transition: 0.2s;
}
.order-page .file-list li:hover {
  background: #FBFBFB;
}
.order-page .file-list li .name {
  display: inline-block;
  font-size: 14px;
  width: 317px;
}
.order-page .file-list li .delete {
  text-decoration: none;
  color: red;
}
.order-page .personal-discount-block {
  margin-bottom: 45px;
  font-size: 0;
}
.order-page .personal-discount-block .name {
  display: inline-block;
  vertical-align: top;
  width: 240px;
  font-size: 16px;
  line-height: 30px;
}
.order-page .personal-discount-block .name a {
  font-size: 14px;
  color: #00a33d;
}
.order-page .personal-discount-block .progress-bar {
  display: inline-block;
  vertical-align: top;
  width: 700px;
  height: 30px;
  background-color: #dadada;
  position: relative;
  font-size: 12px;
  line-height: 31px;
  text-align: center;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.4) 0 1px 2px;
}
.order-page .personal-discount-block .progress-bar .progress {
  height: 30px;
  background-image: linear-gradient(to right, #fc4236, #f8b719);
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.order-page .personal-discount-block .progress-bar .discount {
  font-size: 17px;
  margin-right: 20px;
  position: relative;
  z-index: 2;
}
.order-page .personal-discount-block .progress-bar .timer {
  position: relative;
  z-index: 2;
}
.order-page .additional-products {
  margin-bottom: 32px;
}
.order-page .additional-products .images-list {
  margin-top: 16px;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 10px;
}
.order-page .additional-products .images-list .slick-arrow {
  background-position-y: 210px;
}
.order-page .additional-products .images-list .slick-track {
  padding-bottom: 6px;
}
.order-page .additional-products .images-list .image {
  position: relative;
  opacity: 1;
  height: auto !important;
  margin: 0 8px;
}
.order-page .additional-products .images-list .image:hover:before {
  display: none;
}
.order-page .additional-products .images-list .image .btn-wr {
  display: flex;
  justify-content: center;
  padding: 16px 0 4px;
}
.order-page .additional-products .images-list .image .btn-wr .btn {
  margin: 0 3px;
}
.order-page .additional-products .images-list .image .img-wr:hover:after {
  background-size: 20%;
}
.order-page .additional-products .images-list .image .img-wr .cell {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 220px;
}
.order-page .additional-products .images-list .image .img-wr .cell img {
  max-width: 100%;
  max-height: 100%;
}
@media screen and (min-width: 1367px) {
  .order-page .order-table tbody tr td:first-child {
    width: 720px;
  }
  .order-page .order-table tbody tr td .info {
    width: auto;
  }
}
.cart-discount-popup,
.cart-discount_after-popup {
  padding: 0;
}
.cart-discount-popup .cart-discount-popup-content,
.cart-discount_after-popup .cart-discount-popup-content {
  width: 716px;
  height: 432px;
  overflow: hidden;
}
.cart-discount-popup .cart-discount-popup-content .close,
.cart-discount_after-popup .cart-discount-popup-content .close {
  color: #AAAAAA;
}
.cart-discount-popup .cart-discount-popup-content .step1,
.cart-discount_after-popup .cart-discount-popup-content .step1 {
  width: 716px;
  height: 432px;
  background: url(../images/discount.jpg);
  color: #fff;
  text-align: center;
  font-size: 19px;
}
.cart-discount-popup .cart-discount-popup-content .step1 .t,
.cart-discount_after-popup .cart-discount-popup-content .step1 .t {
  font-size: 34px;
  text-transform: uppercase;
  padding-top: 174px;
  margin-bottom: 14px;
}
.cart-discount-popup .cart-discount-popup-content .step1 .t2,
.cart-discount_after-popup .cart-discount-popup-content .step1 .t2 {
  margin-bottom: 19px;
}
.cart-discount-popup .cart-discount-popup-content .step2,
.cart-discount_after-popup .cart-discount-popup-content .step2 {
  width: 716px;
  height: 432px;
  text-align: center;
}
.cart-discount-popup .cart-discount-popup-content .step2 .t,
.cart-discount_after-popup .cart-discount-popup-content .step2 .t {
  font-size: 34px;
  margin-bottom: 13px;
  padding-top: 156px;
}
.cart-discount-popup .cart-discount-popup-content .step2 .t2,
.cart-discount_after-popup .cart-discount-popup-content .step2 .t2 {
  font-size: 26px;
  margin-bottom: 51px;
}
.cart-discount-popup .cart-discount-popup-content .after-block,
.cart-discount_after-popup .cart-discount-popup-content .after-block {
  background: url(../images/discount-after.jpg);
  text-align: center;
  height: 432px;
  color: #fff;
}
.cart-discount-popup .cart-discount-popup-content .after-block .t1,
.cart-discount_after-popup .cart-discount-popup-content .after-block .t1 {
  font-size: 34px;
  padding-top: 147px;
  margin-bottom: 13px;
}
.cart-discount-popup .cart-discount-popup-content .after-block .t2,
.cart-discount_after-popup .cart-discount-popup-content .after-block .t2 {
  font-size: 26px;
  margin-bottom: 39px;
}
.orders-page .orders-list {
  margin-top: 20px;
}
.orders-page .orders-list li {
  margin-bottom: 10px;
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .order-page .order-table {
    top: 0;
    margin-top: 32px;
    width: 100%;
    display: block;
  }
  .order-page .order-table thead {
    display: none;
  }
  .order-page .order-table tbody {
    display: block;
  }
  .order-page .order-table tbody tr {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 32px;
  }
  .order-page .order-table tbody tr td {
    padding: 8px 0;
    text-align: left;
  }
  .order-page .order-table tbody tr td .preview-wr {
    width: 100%;
    margin: 0 0 16px;
  }
  .order-page .order-table tbody tr td .info {
    width: 100%;
    padding: 0;
  }
  .order-page .order-table tbody tr td .info .rows .row {
    display: flex;
    flex-direction: column;
  }
  .order-page .order-table tbody tr td .info .rows .row .label,
  .order-page .order-table tbody tr td .info .rows .row .value {
    width: 100%;
    text-align: left;
  }
  .order-page .order-table tbody tr td .amount-selector {
    display: flex;
    align-items: center;
  }
  .order-page .order-table tbody tr td .amount-selector .minus,
  .order-page .order-table tbody tr td .amount-selector .plus {
    opacity: 1;
    display: inline-flex;
    width: 44px;
    height: 44px;
    align-items: center;
    justify-content: center;
  }
  .order-page .order-table tbody tr td .amount-selector .amount {
    text-align: center;
  }
  .order-page .order-table tbody tr td .big {
    font-size: 18px;
    font-weight: bold;
  }
  .order-page .order-table tbody tr td .remove {
    opacity: 1;
    position: relative;
    right: 0;
    bottom: 0;
    float: right;
  }
  .order-page .order-table tbody tr td .price:before {
    content: 'Цена: ';
    font-weight: normal;
    color: #8e8e8e;
  }
  .order-page .order-table tbody tr td .sum:before {
    content: 'Сумма: ';
    font-weight: normal;
    color: #8e8e8e;
  }
  .order-page .price-block-wr .discount-block,
  .order-page .price-block-wr .summary-block {
    width: 100%;
    display: block;
    padding-left: 0;
  }
  .order-page .price-block-wr .discount-block .input-wr {
    text-align: left;
  }
  .order-page .price-block-wr .summary-block {
    line-height: 1.3;
    padding-top: 16px;
  }
  .order-page .price-block-wr .summary-block .summ {
    text-align: left;
  }
  .order-page .price-block-wr .summary-block .warning-box {
    margin: 0;
  }
  .order-page .price-block-wr .summary-block .row {
    display: flex;
    flex-direction: column;
  }
  .order-page .price-block-wr .summary-block .row .name,
  .order-page .price-block-wr .summary-block .row .value {
    width: 100%;
  }
  .order-page .price-block-wr .summary-block .row .name {
    margin-bottom: 8px;
  }
  .order-page .right {
    text-align: left;
  }
  .order-page label {
    margin: 0 0 8px 0;
    display: block;
  }
  .order-page .order_form .agree-label {
    margin: 16px 0 32px;
  }
  .order-page .order_form hr {
    margin: 16px 0;
  }
  .order-page .order_form .courier-delivery-block .map {
    height: 300px;
  }
  .order-page .order_form .input-wr {
    margin-bottom: 8px;
  }
  .order-page .order_form .input-wr .inp {
    max-width: 440px;
    width: 100%;
  }
  .order-page .order_form .input-wr .message {
    margin: 16px 0 0;
  }
  .order-page .order_form .btn_submit {
    width: 100%;
  }
}
.product-page {
  font-size: 14px;
  width: 100% !important;
  padding-left: 0 !important;
}
.product-page.image-page .pi-block {
  height: 537px;
}
.product-page.wall-mode .interior-background-block,
.product-page.wall-mode .interiors-mode {
  display: none;
}
.product-page.wall-mode .product-params-mode {
  display: block;
}
.product-page.wall-mode .interier-previews-block {
  display: block;
}
.product-page.wall-mode .poster-preview {
  padding: 24px 16px 16px;
}
.product-page.wall-mode .poster-preview .own-modular-image {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}
.product-page.wall-mode .poster-preview .own-modular-image.mirror {
  -webkit-transform: translateY(-50%) rotateY(180deg);
  transform: translateY(-50%) rotateY(180deg);
}
.product-page.interior-mode #tabs .to-image-mode-tab {
  display: inline-block !important;
}
.product-page.interior-mode .image-block .top-block > .r {
  padding-top: 0;
}
.product-page.interior-mode .product-params-mode,
.product-page.interior-mode .wall-block,
.product-page.interior-mode .interier-previews-block,
.product-page.interior-mode .watermark-notice,
.product-page.interior-mode .product-params-mode,
.product-page.interior-mode .to-baget,
.product-page.interior-mode .description,
.product-page.interior-mode .summary-block {
  display: none !important;
}
.product-page.interior-mode .btn-to-image-mode,
.product-page.interior-mode .interior-background-block,
.product-page.interior-mode .interiors-mode,
.product-page.interior-mode .interiors-mode,
.product-page.interior-mode .size-block .own-size-wr {
  display: block !important;
}
.product-page.baget-mode .modes-block,
.product-page.baget-mode .presets-block,
.product-page.baget-mode .addons-block,
.product-page.baget-mode .services-block,
.product-page.baget-mode .watermark-notice,
.product-page.baget-mode .own-size-sel,
.product-page.baget-mode .description,
.product-page.baget-mode .to-baget,
.product-page.baget-mode .interier-previews-block,
.product-page.baget-mode .product-pvz-block {
  display: none !important;
}
.product-page.baget-mode .btn-to-image-mode,
.product-page.baget-mode .summary-block,
.product-page.baget-mode label.wo-baget,
.product-page.baget-mode .size-block .own-size-wr,
.product-page.baget-mode .full-size-block,
.product-page.baget-mode .add-to-cart {
  display: block !important;
}
.product-page.baget-mode .image-block .top-block > .l .poster-preview {
  min-height: 491px;
}
.product-page.interior-mode .small-size-warning,
.product-page.wall-mode .pi-block.interior .small-size-warning {
  display: block !important;
}
.product-page.interior-mode .poster-preview,
.product-page.wall-mode .pi-block.interior .poster-preview {
  height: 537px;
}
.product-page.interior-mode .poster-preview .poster_render,
.product-page.wall-mode .pi-block.interior .poster-preview .poster_render {
  position: absolute;
  top: 0;
  left: 0;
  width: unset;
  height: unset;
}
.product-page.interior-mode .poster-preview .poster_render .p-cont.p-cont-rotate,
.product-page.wall-mode .pi-block.interior .poster-preview .poster_render .p-cont.p-cont-rotate {
  transform: none !important;
}
.product-page.interior-mode .poster-preview .poster_render .p-cont.plakat,
.product-page.wall-mode .pi-block.interior .poster-preview .poster_render .p-cont.plakat {
  overflow: auto;
  border-radius: 0;
}
.product-page.interior-mode .poster-preview .poster_render .p-cont .corner,
.product-page.wall-mode .pi-block.interior .poster-preview .poster_render .p-cont .corner {
  display: none !important;
}
.product-page.interior-mode .poster-preview .poster_render .own-modular-image .module .edge.edgeb,
.product-page.wall-mode .pi-block.interior .poster-preview .poster_render .own-modular-image .module .edge.edgeb {
  bottom: -4px;
  height: 4px;
}
.product-page.interior-mode .poster-preview .poster_render .own-modular-image .module .edge.edger,
.product-page.wall-mode .pi-block.interior .poster-preview .poster_render .own-modular-image .module .edge.edger {
  right: -4px;
  width: 4px;
}
.product-page.interior-mode .poster-preview .own-modular-image,
.product-page.wall-mode .pi-block.interior .poster-preview .own-modular-image {
  -webkit-transform: none;
  transform: none;
}
.product-page.interior-mode .poster-preview .own-modular-image.mirror,
.product-page.wall-mode .pi-block.interior .poster-preview .own-modular-image.mirror {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.product-page.interior-mode .interior-fg,
.product-page.wall-mode .pi-block.interior .interior-fg {
  position: absolute;
  width: 653px;
  height: 537px;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
.product-page.interior-mode .poster-mover,
.product-page.wall-mode .pi-block.interior .poster-mover {
  z-index: 10;
  display: block;
  position: absolute !important;
  cursor: move;
  transition: background 0.2s;
}
.product-page.interior-mode .poster-mover:hover,
.product-page.wall-mode .pi-block.interior .poster-mover:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: #fff 0 0 5px 3px;
}
.product-page .btn-wr {
  position: absolute;
  left: 10px;
  bottom: 10px;
  display: flex;
}
.product-page .btn-wr .btn {
  margin-right: 10px;
}
.product-page .btn-wr .btn-to-image-mode {
  display: none;
  background-image: url(../images/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: 15px center;
  background-size: 19px;
  padding-left: 40px;
}
.product-page .btn-wr .modular-on-free-mode {
  display: none;
}
.product-page .tags {
  margin-bottom: 18px;
}
.product-page .tags li {
  display: inline-block;
  height: 26px;
  background: #a2a2a2;
  color: #fff;
  line-height: 26px;
  position: relative;
  margin: 0 20px 10px 0;
  transition: 0.2s;
}
.product-page .tags li:hover {
  background: #757575;
}
.product-page .tags li:hover:after {
  border-left-color: #757575;
}
.product-page .tags li:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 9px;
  border-color: transparent transparent transparent #a2a2a2;
  display: inline-block;
  position: absolute;
  right: -9px;
  top: 0;
  transition: 0.2s;
}
.product-page .tags li a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0 20px;
}
.product-page #tabs {
  border-bottom: 2px solid #d8d8d8;
}
.product-page #tabs .tabs-header {
  border: 0;
  margin-right: 10px;
}
.product-page #tabs .tabs-header .to-image-mode-tab {
  display: none;
}
.product-page h1 {
  font-size: 32px !important;
  margin-bottom: 7px;
}
.product-page h4 {
  font-size: 22px;
  color: #686868;
  margin-bottom: 23px;
  font-weight: normal;
}
.product-page .poster-mover {
  display: none;
}
.product-page .image-main-info {
  margin-bottom: 21px;
  position: relative;
}
.product-page .image-main-info .name {
  margin-bottom: 7px;
  line-height: 1.5;
}
.product-page .image-main-info .name a {
  text-decoration: none;
}
.product-page .image-main-info .name a:hover {
  text-decoration: underline;
}
.product-page .image-main-info .author {
  color: #00a33d;
  font-size: 15px;
  position: absolute;
  bottom: 0;
  left: 90px;
}
.product-page .image-main-info .articul {
  font-size: 12px;
  margin-top: 11px;
}
.product-page .prev,
.product-page .next {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  width: 32px;
  height: 32px;
  cursor: pointer;
}
.product-page .prev:before,
.product-page .next:before {
  content: "\e920";
  font-family: 'icomoon' !important;
  position: absolute;
}
.product-page .prev.prev,
.product-page .next.prev {
  transform: rotate(180deg);
}
.product-page .step-title {
  margin-bottom: 8px;
  font-size: 14px;
  color: #686868;
}
.product-page .image-block {
  position: relative;
  z-index: 11;
}
.product-page .image-block.wait:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  z-index: 20;
}
.product-page .image-block .top-block {
  font-size: 0;
  margin-bottom: 17px;
  padding-top: 30px;
}
.product-page .image-block .top-block > .l,
.product-page .image-block .top-block > .r {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
}
.product-page .image-block .top-block > .l {
  width: 654px;
  border-right: 1px solid #d8d8d8;
  margin-right: 16px;
  position: relative;
}
.product-page .image-block .top-block > .l .pi-block {
  position: relative;
  margin-bottom: 20px;
  overflow: hidden;
}
.product-page .image-block .top-block > .l .image-size {
  text-decoration: none;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  border: 1px solid #aaa;
  transition: color, box-shadow 0.2s;
  height: 53px;
  font-family: sans-serif !important;
  line-height: 1.3;
  color: #333;
  background: #fff;
  padding: 8px;
  cursor: pointer;
}
.product-page .image-block .top-block > .l .small-size-warning {
  display: none;
  margin: 0;
  opacity: 0;
  transition: 0.2s;
  position: absolute;
  width: calc(100% - 28px);
  top: 5px;
  left: 5px;
  text-align: center;
  z-index: 10;
}
.product-page .image-block .top-block > .l .small-size-warning.interior-warning-message {
  top: 20px;
}
.product-page .image-block .top-block > .l .small-size-warning.showed {
  display: block;
  opacity: 1;
}
.product-page .image-block .top-block > .l .small-size-warning .close {
  text-decoration: none;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #aaa;
}
.product-page .image-block .top-block > .l .poster-preview {
  transition: background 0.2s;
  background: #eee;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background-position: top left;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  position: relative;
}
.product-page .image-block .top-block > .l .poster-preview.loading {
  -webkit-filter: grayscale(1) blur(1px);
  filter: grayscale(1) blur(1px);
}
.product-page .image-block .top-block > .l .poster-preview .zoom_poster:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: url('../images/zoom_img.svg') no-repeat;
  background-size: 10px;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.6);
  opacity: 0;
  transition: 0.2s;
  z-index: 4;
}
.product-page .image-block .top-block > .l .poster-preview .zoom_poster:hover:after {
  opacity: 1;
  background-size: 50px;
}
.product-page .image-block .top-block > .l .interior-background-block {
  height: 537px;
  position: relative;
  overflow: hidden;
  transition: background 0.2s;
}
.product-page .image-block .top-block > .l .interior-background-block .interior {
  width: 100%;
  height: 100%;
  position: relative;
  transition: background 0.2s;
}
.product-page .image-block .top-block > .l .interior-background-block .product {
  position: absolute;
}
.product-page .image-block .top-block > .l .interior-background-block .poster-mover {
  z-index: 10;
  display: block;
  position: absolute;
  cursor: move;
  transition: background 0.2s;
}
.product-page .image-block .top-block > .l .interior-background-block .poster-mover:hover {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: #fff 0 0 5px 3px;
}
.product-page .image-block .top-block > .l .modular-maker-block {
  position: relative;
  display: none;
}
.product-page .image-block .top-block > .l .modular-maker-block .img {
  margin-bottom: 40px;
  background-size: cover;
  position: relative;
}
.product-page .image-block .top-block > .l .modular-maker-block .img:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern {
  z-index: 2;
  width: 150px;
  height: 110px;
  background-size: 100% 100%;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .m {
  position: absolute;
  background: #eee;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-sw,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-se,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-nw,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-ne,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-s,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-n,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-w,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-e {
  width: 22px !important;
  height: 22px !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-sw:after,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-se:after,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-nw:after,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-ne:after,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-s:after,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-n:after,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-w:after,
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-e:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #00a33d;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-sw {
  left: -11px;
  bottom: -11px;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-se {
  right: -11px;
  bottom: -11px;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-nw {
  left: -11px;
  top: -11px;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-ne {
  right: -11px;
  top: -11px;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-s {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-n {
  top: -11px;
  left: 50%;
  margin-left: -11px;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-w {
  left: -11px;
  top: 50%;
  margin-top: -11px;
}
.product-page .image-block .top-block > .l .modular-maker-block .pattern .ui-resizable-e {
  right: -11px;
  top: 50%;
  margin-top: -11px;
}
.product-page .image-block .top-block > .r {
  width: 654px;
  padding-top: 9px;
  position: relative;
}
.product-page .pattern-mode-block-wr {
  display: none;
  text-align: center;
}
.product-page .pattern-mode-block-wr .pattern-mode-block .modular-max-fill,
.product-page .pattern-mode-block-wr .pattern-mode-block .modular-cancel,
.product-page .pattern-mode-block-wr .pattern-mode-block .modular-save {
  display: none;
}
.product-page .pattern-mode-block-wr .pattern-mode-block.free-mode .modular-on-free-mode {
  display: none;
}
.product-page .pattern-mode-block-wr .pattern-mode-block.free-mode .modular-max-fill,
.product-page .pattern-mode-block-wr .pattern-mode-block.free-mode .modular-cancel,
.product-page .pattern-mode-block-wr .pattern-mode-block.free-mode .modular-save {
  display: inline-block;
}
.product-page .patterns-block {
  display: none;
  margin-bottom: 32px;
}
.product-page .patterns {
  margin: 15px 20px 0 -37px;
}
.product-page .patterns li {
  display: inline-block;
  cursor: pointer;
  position: relative;
  padding-bottom: 10px;
}
.product-page .patterns li:after {
  content: '';
  display: block;
  width: 130px;
  height: 3px;
  background: #00a33d;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.2s;
}
.product-page .patterns li.selected:after {
  opacity: 1;
}
.product-page .patterns li .pattern-id {
  text-align: center;
  margin-bottom: 3px;
}
.product-page .patterns li .image {
  width: 130px;
  height: 130px;
  background: #eee;
  background-size: cover;
  margin: 0 auto;
  -webkit-filter: brightness(0.95);
  filter: brightness(0.95);
  background-position: center;
}
.product-page .patterns li .image .pattern {
  width: 100%;
  height: 100%;
  background-size: cover;
}
.product-page .watermark-notice {
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 5px;
  width: 560px;
}
.product-page .painting-example-link,
.product-page .to-baget-link {
  display: none;
  margin: 0 auto 16px;
  max-width: 200px;
}
.product-page .painting-example-link.showed,
.product-page .to-baget-link.showed {
  display: block;
}
.product-page .interiors-mode {
  display: none;
  font-size: 14px;
}
.product-page .interiors-mode .panel-switcher-block .panel-switcher {
  margin-bottom: 16px;
}
.product-page .interiors-mode .panel-switcher-block .panel-switcher li {
  font-size: 15px;
  vertical-align: middle;
  display: inline-block;
  margin-right: 0;
  position: relative;
  border: 1px solid transparent;
  border-radius: 30px;
  padding: 4px 10px;
  transition: 0.2s;
}
.product-page .interiors-mode .panel-switcher-block .panel-switcher li.active {
  border-color: #F7792C;
}
.product-page .interiors-mode .panel-switcher-block .panel-switcher li.active a {
  text-decoration: none;
  color: #F7792C;
}
.product-page .interiors-mode .panel-switcher-block .panel-switcher li:not(.active) a {
  color: #b7b7b7;
  text-decoration: none;
  border-bottom: 1px solid;
}
.product-page .interiors-mode .panel-switcher-block .panels > li:not(:first-child) {
  display: none;
}
.product-page .interiors-mode .types {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.product-page .interiors-mode .types .type {
  width: 48%;
}
.product-page .interiors-mode .types .type select {
  margin-top: 10px;
  background: #fff;
  width: 100%;
}
.product-page .interiors-mode .interiors-wr {
  position: relative;
  margin-bottom: 32px;
}
.product-page .interiors-mode .interiors-wr .interiors-block .int-slider-block {
  margin-bottom: 16px;
}
.product-page .interiors-mode .interiors-wr .interiors-block .show-all-interiors-btn {
  display: block;
  width: 200px;
  margin: 0 auto;
}
.product-page .interiors-mode .nothing-interior {
  height: 107px;
  text-align: center;
}
.product-page .interiors-mode .nothing-interior .icon-upload_photo {
  font-size: 50px;
  display: inline-block;
  vertical-align: top;
}
.product-page .interiors-mode .nothing-interior .t {
  display: inline-block;
  max-width: 160px;
  margin: 4px 0 0 10px;
  vertical-align: top;
  line-height: 1.2;
  text-align: left;
}
.product-page .interiors-mode .btn-user-interior-upload {
  color: #00a33d;
  display: block;
  margin: 14px 14px 60px;
}
.product-page .description {
  line-height: 1.3;
  margin: 42px 0 41px;
  padding-right: 32px;
}
.product-page .full-size-block {
  margin: 18px 0;
}
.product-page .full-size-block .included {
  font-size: 12px;
  color: #8E8E8E;
  margin-top: 3px;
}
.product-page .rec-posters-block .tabs2 {
  border-bottom: 4px solid #F2F2F2;
  font-size: 0;
}
.product-page .rec-posters-block .tabs2 li {
  display: inline-block;
  text-decoration: none;
  background-color: #B7B7B7;
  height: 44px;
  text-align: center;
  min-width: 20.4%;
  font-size: 14px;
  line-height: 44px;
  border-radius: 5px 5px 0 0;
  vertical-align: top;
  padding: 0 12px;
  transition: 0.2s;
}
.product-page .rec-posters-block .tabs2 li:not(:last-child) {
  margin-right: 0.3%;
}
.product-page .rec-posters-block .tabs2 li a {
  color: #fff;
  text-decoration: none;
  display: block;
}
.product-page .rec-posters-block .tabs2 li:hover {
  background-color: #DAD8D8;
}
.product-page .rec-posters-block .tabs2 li.active {
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 1px;
  background: #fff;
}
.product-page .rec-posters-block .tabs2 li.active a {
  color: #686868;
}
.product-page .rec-posters-block .b-tabs-wrapper {
  padding-top: 22px;
}
.product-page .rec-posters-block .b-tabs-wrapper .available-overall {
  color: #b7b7b7;
  font-size: 16px;
  margin-bottom: 14px;
}
.product-page .rec-posters-block .b-tabs-wrapper .available-overall a {
  color: #b7b7b7;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools {
  height: 57px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools .price-title {
  font-size: 16px;
  margin-right: 5px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools .price-filter {
  height: 7px;
  width: 124px;
  border: 0;
  margin-right: 34px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools .price-filter .ui-slider-range {
  height: 7px;
  border: 0px;
  background: #f6792c;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools .price-filter .ui-slider-handle {
  border: 0;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 2px;
  width: 23px !important;
  height: 23px !important;
  border-radius: 50%;
  top: -7px !important;
  cursor: pointer;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools [name="price_f"],
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools [name="price_t"] {
  width: 62px;
  border-radius: 20px;
  border: 1px solid #E6E6E6;
  text-align: center;
  font-size: 14px;
  font-weight: normal;
  height: 20px;
  margin-right: 9px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools .del {
  font-size: 20px;
  margin-right: 12px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-tools .decor-title {
  font-size: 14px;
  margin-left: 20px;
  margin-right: 5px;
}
.product-page .rec-posters-block .b-tabs-wrapper .arrow_left,
.product-page .rec-posters-block .b-tabs-wrapper .arrow_right {
  top: 185px !important;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper {
  overflow: hidden;
  clear: both;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport {
  float: left;
  width: 882px;
  margin: 0 11px;
  font-size: 0;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-slider {
  transition: 0.2s;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster {
  display: inline-block;
  float: none;
  border: 1px solid #E9E9E9;
  padding: 10px 10px;
  box-sizing: border-box;
  width: 216px;
  margin-right: 5px;
  vertical-align: top;
  min-height: 390px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .rec-new-poster-cont {
  height: 176px;
  padding-bottom: 10px;
  text-align: center;
  margin-bottom: 20px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .rec-new-poster-info .preset-name {
  color: #686868;
  font-size: 18px;
  margin-bottom: 14px;
  min-height: 36px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .rec-new-poster-info .btn-poster-details {
  color: #b7b7b7;
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .rec-new-poster-info .params-block {
  text-align: left;
  margin-bottom: 23px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .rec-new-poster-info .params-block .img-sizes {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  font-size: 14px;
  width: 90px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .rec-new-poster-info .params-block .img-sizes .t {
  color: #686868;
  margin-bottom: 4px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .rec-new-poster-info .params-block .img-price {
  color: #f6792c;
  font-size: 18px;
  display: inline-block;
  vertical-align: top;
  text-align: right;
  width: 104px;
  padding-top: 11px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .btn_add_poster_to_cart {
  background-color: #F7792C;
  width: 124px;
  height: 27px;
  text-decoration: none;
  display: block;
  text-align: center;
  color: #fff;
  line-height: 27px;
  margin: 0 auto;
  transition: 0.2s;
  font-size: 14px;
  border-radius: 20px;
}
.product-page .rec-posters-block .b-tabs-wrapper .rec-new-wrapper .rec-new-viewport .rec-new-poster .btn_add_poster_to_cart:hover {
  background-color: #DE6216;
}
.product-page .other-works .slider a {
  margin-right: 20px !important;
}
.product-page .other-works .more-images {
  display: block;
  margin: 20px auto 0;
  width: 150px;
}
.product-page .other-image {
  width: 224px;
  text-align: center;
  border: 1px solid #ccc;
  margin-right: 21px;
  margin-bottom: 16px;
  padding: 7px;
  font-size: 14px;
  display: none;
  text-decoration: none;
}
.product-page .other-image:nth-child(1),
.product-page .other-image:nth-child(2),
.product-page .other-image:nth-child(3),
.product-page .other-image:nth-child(4) {
  display: block;
}
.product-page .other-image:nth-child(4) {
  margin-right: 0;
}
.product-page .other-image img {
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 10px;
}
.product-page .other-image .name {
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}
.product-page .other-image a {
  text-decoration: none;
}
.product-page .tags-categories-wr {
  text-align: center;
}
.product-page .tags-categories {
  margin-top: 50px;
  text-align: left;
}
.product-page .tags-categories .category:not(:last-child) {
  margin-bottom: 40px;
}
.product-page .tags-categories .category .category-name {
  font-size: 24px;
  margin-bottom: 10px;
}
.product-page .tags-categories .category .images {
  overflow: hidden;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.product-page .tags-categories .category .more-images {
  display: block;
  margin: 20px auto 0;
  width: 150px;
}
.product-page .title {
  color: #686868;
  margin: 40px 0 20px;
  font-size: 18px;
}
.product-page .interier-previews {
  display: flex;
  flex-wrap: wrap;
}
.product-page .interier-previews.hidden {
  opacity: 0;
}
.product-page .interier-previews li {
  cursor: pointer;
  background-color: #eee;
  width: 154px;
  height: 126px;
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: transform 0.2s;
  overflow: hidden;
  position: relative;
}
.product-page .interier-previews li:hover {
  transform: scale(1.05);
}
.product-page .interier-previews li:not(:last-child) {
  margin-bottom: 9px;
  margin-right: 9px;
}
.product-page .interier-previews li.all-interior-bl {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  border: 1px solid #b7b7b7;
}
.product-page .interier-previews li.all-interior-bl img {
  width: 54px;
  margin-bottom: 16px;
}
.product-page .interier-previews li.img-thumb {
  background: none;
}
.product-page .interier-previews li.img-thumb img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  margin: 0 auto;
}
.product-page .interier-previews li .poster_render {
  position: absolute;
  margin: 0;
  height: auto;
}
.product-page .interier-previews li .poster_render .p-cont {
  width: auto !important;
  height: auto !important;
}
.product-page .interier-previews li .poster_render .p-cont.plakat {
  border-radius: 0;
}
.product-page .interier-previews li .poster_render .p-cont.p-cont-rotate {
  transform: none !important;
}
.product-page .interier-previews li .poster_render .p-cont .p-baget-cont {
  z-index: 10;
}
.product-page .interier-previews li .poster_render .p-cont .p-back-side-r,
.product-page .interier-previews li .poster_render .p-cont .corner,
.product-page .interier-previews li .poster_render .p-cont .p-underframe-side-r {
  display: none !important;
}
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-1 .tl,
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-2 .tl,
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-1 .tr,
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-2 .tr,
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-1 .bl,
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-2 .bl,
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-1 .br,
.product-page .interier-previews li .poster_render .p-cont .acrylic-panel-type-2 .br {
  display: none;
}
.product-page .interier-previews li .poster_render .p-cont img {
  transition: none;
}
.product-page .interier-previews li .front-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.product-page .thumbs li {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 6px;
  cursor: pointer;
}
.product-page .thumbs li.selected {
  box-shadow: inset #F7792C 0 0 0 2px;
}
.product-page .thumbs li.youtube {
  background-size: contain;
  text-align: center;
}
.product-page .thumbs li.youtube img {
  width: 30px;
  display: inline-block;
  margin-top: 15px;
}
.product-page .youtube-block {
  display: none;
  height: 454px;
  padding-top: 39px;
}
.product-page .size-block {
  position: relative;
  padding-left: 6px;
  margin-left: -6px;
  padding-bottom: 1px;
  transition: 0.2s;
}
.product-page .size-block.bordered {
  box-shadow: #F97919 0 0 0 3px;
}
.product-page .size-block.inactive:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  z-index: 10;
}
.product-page .size-block .size-type {
  border: 0;
  padding: 0;
  border-bottom: 1px dashed #00a33d;
  border-radius: 0;
  height: 23px;
  color: #686868;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  position: relative;
  top: -1px;
}
.product-page .size-block .size-type[disabled] {
  border-bottom: 0;
  top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.product-page .size-block .own-size {
  margin-bottom: 40px;
}
.product-page .size-block .own-size .own-size {
  color: #b7b7b7;
}
.product-page .size-block .size-slider-wr {
  position: relative;
  margin-bottom: 22px;
}
.product-page .size-block .size-slider-wr .size-slider {
  height: 4px;
  border: 0;
  background: #E4E4E4;
}
.product-page .size-block .size-slider-wr .size-slider .ui-slider-handle {
  top: -6px;
  margin-left: -6px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #00a33d;
  border: 0;
}
.product-page .size-block .size-slider-wr .min,
.product-page .size-block .size-slider-wr .max {
  font-size: 12px;
  position: absolute;
  margin-top: 10px;
}
.product-page .size-block .size-slider-wr .max {
  right: 0;
}
.product-page .sizes {
  margin: 9px 0 19px;
}
.product-page .sizes input {
  display: inline-block;
  width: 81px;
  height: 26px;
  border-radius: 15px;
  font-size: 14px;
  padding: 3px 14px;
  border: 1px solid #B7B7B7;
  transition: 0.2s;
}
.product-page .sizes .size-wr {
  position: relative;
  display: inline-block;
}
.product-page .sizes .size-wr:after {
  content: 'см';
  position: absolute;
  display: block;
  top: 7px;
  right: 11px;
  color: #aaa;
}
.product-page .sizes .x {
  font-size: 10px;
  margin: 0 6px;
}
.product-page .baget-block {
  display: none;
  margin: -30px 0 40px;
  position: relative;
}
.product-page .baget-block.showed {
  display: block;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters,
.product-page .baget-block .tabs .tab[data-tab="baget"] .filter-tags,
.product-page .baget-block .tabs .tab[data-tab="baget"] .bagets_selection {
  transition: 0.2s;
}
.product-page .baget-block .tabs .tab[data-tab="baget"].wo-baget .baget-filters,
.product-page .baget-block .tabs .tab[data-tab="baget"].wo-baget .filter-tags,
.product-page .baget-block .tabs .tab[data-tab="baget"].wo-baget .bagets_selection {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.product-page .baget-block .tabs .tab[data-tab="baget"].wo-baget .baget-filters:after,
.product-page .baget-block .tabs .tab[data-tab="baget"].wo-baget .filter-tags:after,
.product-page .baget-block .tabs .tab[data-tab="baget"].wo-baget .bagets_selection:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters {
  display: inline-block;
  vertical-align: top;
  width: 170px;
  margin: 0 0 20px;
  position: relative;
  border-right: 2px solid #d8d8d8;
  padding-right: 10px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters .title {
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  position: relative;
  margin: 0 0 20px;
  transition: 0.2s;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters .title:hover {
  color: #00a33d;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters .title:after {
  content: "\e920";
  font-family: 'icomoon' !important;
  position: absolute;
  right: 0;
  transform: rotate(90deg);
  font-size: 12px;
  cursor: pointer;
  top: 2px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters ul {
  display: none;
  overflow: auto;
  max-height: 196px;
  margin-bottom: 12px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters ul.selected {
  display: block;
  margin: -16px 0 10px 7px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters ul li a {
  color: #b7b7b7;
  font-size: 14px;
  transition: 0.2s;
  text-decoration: none;
  padding: 5px 0;
  display: block;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters ul li a.selected {
  color: #00a33d !important;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters ul li a.disabled {
  display: none !important;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters ul li a:hover {
  color: #333;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 180px);
  padding-left: 20px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .note {
  line-height: 1.7;
  margin-top: 30px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .note [tip] {
  border-bottom: 1px solid;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection {
  position: relative;
  height: 167px;
  margin-bottom: 30px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider {
  padding: 0 25px 0 30px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #A3A3A3;
  width: 156px;
  margin-right: 9px;
  height: 167px;
  padding: 5px;
  background: #fff;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item.selected {
  border-color: #F7792C;
  box-shadow: inset #f7792c 0 0 0 1px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item.disabled,
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item.disabled2 {
  display: none !important;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item.wo_baget img {
  margin: 27px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item img {
  max-width: 100%;
  max-height: 126px;
  margin: 0 auto;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .articul {
  font-size: 12px;
  text-align: center;
  cursor: pointer;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .details .price {
  color: #f7792c;
  font-size: 17px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .details .price.free {
  font-size: 15px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .details .price.free:after {
  content: 'бесплатно';
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .details .price:not(.free):before {
  content: '+';
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .details .old-price {
  text-decoration: line-through;
  color: #ccc;
  font-size: 12px;
  display: none;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .details .i {
  float: right;
  position: relative;
  top: -2px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item .details .baget-details {
  font-size: 15px;
  text-decoration: none;
  margin: 2px 0 0 4px;
  position: relative;
  top: 2px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block {
  position: relative;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block [name="baget_articul"] {
  display: inline-block;
  width: 169px;
  height: 26px;
  border-radius: 15px;
  font-size: 14px;
  padding: 3px 14px;
  border: 1px solid #B7B7B7;
  transition: 0.2s;
  margin-right: 0px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block .clear-beget-articul {
  border: 1px solid #B7B7B7;
  background: #fff;
  color: #656565 !important;
  font-size: 8px;
  height: 26px;
  line-height: 26px;
  width: 26px;
  border-radius: 50%;
  padding: 0;
  position: absolute;
  top: 0;
  transition: 0.2s;
  left: 143px;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block .clear-beget-articul:hover {
  background: #f1f1f1;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block .filter-tags {
  position: relative;
  display: inline-block;
  text-align: right;
  width: 520px;
  vertical-align: top;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block .filter-tags li {
  display: inline-block;
  vertical-align: top;
  background: #D59758;
  color: #fff;
  font-size: 14px;
  padding: 6px 6px 6px 12px;
  border-radius: 3px;
  margin: 0 13px 11px 0;
  cursor: pointer;
  transition: 0.2s;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block .filter-tags li:hover {
  background: #ccc;
}
.product-page .baget-block .tabs .tab[data-tab="baget"] .r .bottom-block .filter-tags li:after {
  content: "\e91f";
  font-family: 'icomoon' !important;
  font-size: 10px;
  margin-left: 13px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"].disabled .paspartu-enabled {
  display: none;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"].disabled .paspartu-disabled {
  display: block;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .title {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-disabled {
  text-align: center;
  font-size: 20px;
  padding: 50px;
  display: none;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator {
  display: inline-block;
  vertical-align: middle;
  width: 242px;
  margin-right: 41px;
  min-height: 278px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .count {
  margin: 11px 0 21px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .count li {
  display: inline-block;
  cursor: pointer;
  color: #b7b7b7;
  font-size: 31px;
  margin-right: 14px;
  transition: 0.2s;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .count li.selected,
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .count li:hover {
  color: #00a33d;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config {
  position: relative;
  margin: 19px 0;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li {
  margin-bottom: 17px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li.selected .example {
  border: 1px solid #00a33d;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li.selected .example:before {
  display: block;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li.selected .example:after {
  border-bottom: 1px solid #00a33d;
  border-left: 1px solid #00a33d;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li.selected .color {
  border-color: #00a33d;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li .color {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #fff;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  font-size: 16px;
  margin-right: 20px;
  border: 1px solid #fff;
  transition: 0.2s;
  cursor: pointer;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li select {
  display: inline-block;
  vertical-align: middle;
  width: 71px;
  padding: 4px;
  border: 1px solid #ccc;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li .example {
  position: absolute;
  right: 0;
  top: 0;
  box-sizing: border-box;
  cursor: pointer;
  border: 1px solid #aaa;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li .example:hover {
  border: 1px solid #00a33d;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li .example:hover:after {
  border-bottom: 1px solid #00a33d;
  border-left: 1px solid #00a33d;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li .example:before {
  content: "\e920";
  font-family: 'icomoon' !important;
  color: #00a33d;
  position: absolute;
  transform: rotate(90deg);
  top: -15px;
  font-size: 14px;
  display: none;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li .example:after {
  content: '';
  position: absolute;
  background-color: #fff;
  top: -1px;
  right: -1px;
  box-sizing: border-box;
  border-bottom: 1px solid #aaa;
  border-left: 1px solid #aaa;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(1) .example {
  width: 82px;
  height: 82px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(1) .example:before {
  left: 6px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(1) .example:after {
  width: 57px;
  height: 57px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(2) .example {
  width: 49px;
  height: 49px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(2) .example:before {
  left: 0px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(2) .example:after {
  width: 34px;
  height: 34px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(3) .example {
  width: 29px;
  height: 29px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(3) .example:before {
  left: -3px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator .config li:nth-child(3) .example:after {
  width: 20px;
  height: 20px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery {
  display: inline-block;
  vertical-align: middle;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-viewport {
  position: relative;
  width: 645px;
  height: 120px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-viewport .slick-track {
  height: 120px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-slider {
  height: 140px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-slider li {
  display: inline-block;
  width: 42px;
  transition: top 0.2s;
  position: relative;
  top: 20px;
  height: 96px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-slider li.disabled2 {
  display: none;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-slider li:hover,
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-slider li.selected {
  top: 0;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-slider li img {
  width: 67px;
  height: 96px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .prev {
  margin: 0 18px 0 -10px;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .message {
  font-size: 16px;
  margin-top: 20px;
  color: red;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-details {
  display: inline-block;
  text-decoration: none;
  font-size: 16px;
  color: #F7792C;
  transition: 0.2s;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-details:hover {
  color: #DE6216;
}
.product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-details b {
  border-bottom: 2px solid;
}
.product-page .img-actions-wr {
  background-color: #fafafa;
  padding: 11px 0 13px;
  margin-bottom: 30px;
}
.product-page .img-actions-wr .btn-compare {
  text-decoration: none;
  margin: 13px 0 0 20px;
  display: block;
}
.product-page .img-actions-wr .btn-compare .n {
  font-size: 12px;
  color: #715636;
  border-bottom: 1px dashed;
  margin-right: 2px;
}
.product-page .img-actions-wr .btn-compare .badge {
  background: #00a33d;
  color: #fff;
  padding: 3px 6px 2px;
  border-radius: 50%;
  font-size: 12px;
}
.product-page .color-peaker-block {
  display: none;
  bottom: 0;
  z-index: 11;
  position: absolute;
  width: 100%;
  background: rgba(255, 255, 255, 0.9);
  padding-left: 11px;
  padding-top: 10px;
}
.product-page .color-peaker-block .close-color-peaker {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 10px;
  cursor: pointer;
}
.product-page .color-peaker-block .l,
.product-page .color-peaker-block .r {
  display: inline-block;
  vertical-align: top;
}
.product-page .color-peaker-block .l {
  max-width: 195px;
  text-align: center;
  margin-right: 20px;
}
.product-page .color-peaker-block .l [name="color"] {
  border: 1px solid #979797;
  padding: 5px;
  text-align: center;
  border-radius: 20px;
  margin-bottom: 10px;
}
.product-page .color-peaker-block .r {
  width: 397px;
}
.product-page .color-peaker-block .colors {
  padding-top: 16px;
}
.product-page .color-peaker-block .colors li {
  display: inline-block;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  margin: 0 12px 30px 0;
  cursor: pointer;
  transition: 0.2s;
  box-shadow: #ccc 0 1px 3px;
}
.product-page .color-peaker-block .colors li:hover {
  transform: scale(1.1);
}
.product-page .addon {
  font-size: 14px;
  position: relative;
  margin-bottom: 15px;
  display: none;
}
.product-page .addon.visible {
  display: block;
}
.product-page .addon.not-premium .head {
  margin-bottom: 20px;
}
.product-page .addon.not-premium .head:hover {
  background: transparent;
}
.product-page .addon.not-premium .head:before {
  content: '(доступно при выборе премиум холста)';
  color: #ab2c2c;
  font-size: 12px;
  top: 22px;
  font-family: sans-serif;
  margin-left: 15px;
  position: absolute;
}
.product-page .addon.expanded .params {
  display: block;
}
.product-page .addon.expanded .head:after {
  content: '-';
}
.product-page .addon .head {
  position: relative;
  cursor: pointer;
  padding: 5px 6px 3px;
  margin: 0 0 10px -4px;
  height: 25px;
}
.product-page .addon .head:after {
  content: '+';
  color: #00a33d;
  display: block;
  right: 6px;
  position: absolute;
  top: 2px;
  font-size: 20px;
  font-family: monospace;
}
.product-page .addon .head:hover {
  background: #F2F2F2;
}
.product-page .addon .head .name {
  font-size: 14px;
  color: #686868;
}
.product-page .addon .params {
  display: none;
}
.product-page .addon .params li {
  margin-bottom: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  line-height: 1.3;
}
.product-page .addon .params li label {
  font-size: 12px;
  color: #7d7d7d;
  position: relative;
}
.product-page .addon .params li label input {
  margin: 0;
}
.product-page .addon .params li label input + i {
  position: absolute;
  top: -1;
}
.product-page .addon .params li label .name {
  max-width: 205px;
  padding-left: 26px;
}
.product-page .addon .params li .price {
  font-size: 12px;
  color: #7d7d7d;
  text-align: right;
}
.product-page .addon .params li .price:not(.free):after {
  content: ' ₽';
}
.product-page .addon.inactive {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.product-page .addon.inactive:after {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.7);
}
.product-page .product-pvz-block {
  margin-bottom: 20px;
  border: 1px solid #d8d8d8;
  padding: 20px 31px;
  font-size: 12px;
}
.product-page .product-pvz-block .pvz-title {
  font-size: 15px;
  margin-bottom: 14px;
  margin-left: -11px;
}
.product-page .product-pvz-block .pvz-title img {
  width: 22px;
  vertical-align: middle;
}
.product-page .product-pvz-block .pvz-title .city {
  color: #F7792C;
  border-bottom: 1px dotted;
  cursor: pointer;
}
.product-page .product-pvz-block .r {
  margin-bottom: 15px;
}
.product-page .product-pvz-block .r .link {
  text-decoration: underline;
}
.product-page .product-pvz-block .pvzs-wr {
  margin-left: -38px;
  padding-left: 38px;
  line-height: 1.4;
}
.product-page .product-pvz-block .pvzs-wr:not(.is-moscow) {
  font-size: 16px;
}
.product-page .product-pvz-block .pvzs-wr .pvz {
  color: #f7792c;
  font-size: 14px;
  border-bottom: 1px dashed;
  cursor: pointer;
}
.product-page .summary-block-wr {
  min-height: 244px;
  margin-bottom: 16px;
}
.product-page .summary-block {
  text-align: center;
  border: solid 1px transparent;
  padding: 10px;
  transition: 0.2s;
  position: absolute;
  z-index: 11;
  background: #fff;
  width: 286px;
  position: relative;
}
.product-page .summary-block.fixed {
  position: fixed;
  bottom: 0px;
  background: #F97919;
  border-radius: 10px 10px 0 0;
  padding: 7px;
  transition: none;
}
.product-page .summary-block.fixed > *:not(.summary-price) {
  display: none !important;
}
.product-page .summary-block.fixed .summary-price .price {
  color: #fff;
  font-size: 24px;
  font-weight: normal;
}
.product-page .summary-block.expanded {
  border-color: #e9e9e9;
  box-shadow: rgba(0, 0, 0, 0.2) 0 2px 2px;
}
.product-page .summary-block.expanded .price-details {
  display: block;
}
.product-page .summary-block .summary-price {
  margin-bottom: 3px;
  transition: 0.2s;
}
.product-page .summary-block .summary-price .old-price {
  font-size: 20px;
  text-decoration: line-through;
  color: #ccc;
  display: none;
}
.product-page .summary-block .summary-price .price {
  color: #F97919;
  font-weight: bold;
  font-size: 39px;
}
.product-page .summary-block .discount-info {
  display: none;
  line-height: 1.3;
  margin: 10px 0;
  font-weight: bold;
  font-size: 12px;
}
.product-page .summary-block .discount-info .time {
  font-weight: normal;
}
.product-page .summary-block .show-price-details {
  font-size: 12px;
  color: #aeaeae;
  text-decoration: none;
  border-bottom: 1px dashed;
  margin-bottom: 10px;
  display: inline-block;
}
.product-page .summary-block .add-to-cart {
  display: block;
  height: 45px;
  line-height: 44px;
  margin: 0 auto 16px;
  font-size: 16px;
  background: #F97919;
}
.product-page .summary-block .quick-order-btn-new {
  display: block;
  height: 45px;
  line-height: 44px;
  margin: 0 auto 16px;
  font-size: 16px;
  background: #F97919;
}
.product-page .summary-block .quick-order-btn {
  height: 45px;
  line-height: 44px;
  margin: 0 auto 16px;
  font-size: 16px;
  width: 100%;
}

.product-page .summary-block .time-block {
  font-size: 12px;
  color: #aeaeae;
  text-align: left;
  padding-left: 54px;
  line-height: 1.3;
}
.product-page .summary-block .one-item-note {
  font-size: 12px;
  color: #aeaeae;
  text-align: center;
  line-height: 1.3;
}
.product-page .summary-block .price-details {
  display: none;
  font-size: 12px;
  color: #7d7d7d;
}
.product-page .summary-block .price-details li {
  margin-bottom: 15px;
  text-align: left;
  color: #7d7d7d;
  display: flex;
  flex-wrap: wrap;
  line-height: 1.3;
}
.product-page .summary-block .price-details li:last-child {
  font-size: 14px;
  color: #535353;
  border-top: solid 2px #e9e9e9;
  padding-top: 13px;
  margin-top: 16px;
}
.product-page .summary-block .price-details li .type {
  display: inline-block;
  width: 120px;
}
.product-page .summary-block .price-details li .price-block {
  display: inline-block;
  width: 140px;
  text-align: right;
}
.product-page .summary-block .price-details li .price-block .old-price {
  text-decoration: line-through;
  color: #ccc;
  display: none;
}
.product-page .summary-block .price-details li .price-block .old-price.show {
  display: inline-block;
}
.product-page .summary-block .price-details li .name {
  width: 100%;
}
.product-page ul.types {
  margin-bottom: 20px;
  width: 304px;
}
.product-page ul.types li {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 110px;
  border: solid 1px #b2b2b2;
  margin: 0 19px 10px 0;
  text-align: center;
  cursor: pointer;
  transition: transform 0.2s;
}
.product-page ul.types li a {
  text-decoration: none;
}
.product-page ul.types li:active {
  transform: scale(0.97);
}
.product-page ul.types li:hover {
  box-shadow: #ff812a 0 1px 2px;
  border: solid 1px #ff812a;
}
.product-page ul.types li.selected {
  border: solid 1px #ff812a;
}
.product-page ul.types li .n {
  font-size: 12px;
  line-height: 0.92;
  text-align: center;
  color: #aeaeae;
}
.product-page ul.types li .name-wr {
  display: table;
  width: 100%;
  height: 50px;
}
.product-page ul.types li .name-wr .name-wr2 {
  display: table-cell;
  vertical-align: middle;
}
.product-page ul.types li .iw {
  height: 60px;
  display: table;
  width: 100%;
}
.product-page ul.types li .iw .iw2 {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.product-page ul.types li .iw .iw2 img {
  max-height: 40px;
  max-width: 80%;
}
.product-page .wo-baget {
  display: none;
}
.product-page .modules-size-block {
  margin-bottom: 20px;
}
.product-page .modules-size-block .t {
  font-size: 14px;
  margin-bottom: 7px;
}
.product-page .modules-size-block .modules-size {
  color: #aeaeae;
  font-size: 12px;
  margin-bottom: 9px;
  min-height: 12px;
}
.product-page .modules-size-block .modules-size li {
  display: inline-block;
  margin-right: 6px;
}
.product-page .modules-size-block .modules-size li:not(:last-child):after {
  content: ', ';
}
.product-page .modules-size-block .open-modules-scheme {
  text-decoration: none;
  border-bottom: 1px dotted;
  font-size: 12px;
  color: #00a33d;
}
.product-page .services-block li {
  text-decoration: none;
  text-align: center;
  display: block;
}
.product-page .services-block li[data-service="mirror"] img {
  transform: rotateY(180deg);
}
.product-page .services-block li[data-service="bw"] img {
  filter: grayscale(1);
}
.product-page .services-block li[data-service="sepia"] img {
  filter: sepia(1);
}
.product-page .addons-block {
  border-bottom: 1px solid #b7b7b7;
  margin-bottom: 16px;
}
.product-page .product-not-availability-block {
  display: none;
  text-align: left;
  line-height: 1.4;
}
.product-page .manager-icons {
  position: absolute;
  top: 14px;
  right: 0px;
}
.product-page .manager-icons a {
  text-decoration: none;
  color: #aaa;
  margin: 0 5px;
}
@media screen and (min-width: 1367px) {
  .product-page.image-page .image-block .top-block > .l {
    margin-right: 0;
    width: 668px;
  }
  .product-page.image-page .image-block .top-block > .r {
    width: calc(100% - 670px);
    padding: 0 348px 0 16px;
  }
  .product-page.image-page .image-block .top-block > .r ul.types {
    width: 100%;
  }
  .product-page.image-page .image-block .top-block > .r ul.types li {
    margin: 0px 10px 10px 0;
    width: 101px;
    padding: 0 8px;
  }
  .product-page.image-page .image-block .top-block > .r ul.types li:nth-child(3n + 3) {
    margin-right: 0;
  }
  .product-page.image-page .image-block .top-block > .r .addons-block {
    border-bottom: none;
  }
  .product-page.image-page .image-block .top-block > .r .interiors-mode {
    width: 332px;
  }
  .product-page.image-page .image-block .top-block > .r .interiors-mode .interiors-wr {
    margin-bottom: 32px;
  }
  .product-page.image-page .image-block .top-block > .r .interiors-mode .interiors-wr li {
    height: 116px;
  }
  .product-page.image-page .image-block .top-block > .r .interiors-mode .summary-block {
    position: absolute;
    right: 0;
    top: 0;
    width: 316px;
  }
  .product-page.image-page .image-block .top-block > .r .product-pvz-block {
    position: absolute;
    top: 22px;
    right: 0;
    width: 332px;
    padding: 13px 30px 14px;
  }
  .product-page.image-page .image-block .top-block > .r .summary-block-wr {
    position: absolute;
    right: 0;
    top: 230px;
    width: 332px;
  }
  .product-page.image-page .image-block .top-block > .r .summary-block-wr .summary-block {
    right: 0;
    width: 100%;
  }
  .product-page.image-page .image-block .top-block > .r .summary-block-wr .summary-block.fixed {
    width: 332px;
    right: initial;
  }
  .product-page.image-page .image-block .top-block > .r .img-actions-wr {
    position: absolute;
    right: 0;
    top: 510px;
    width: 332px;
  }
  .product-page.image-page .other-image {
    width: 210px;
    margin-right: 20px;
  }
  .product-page.image-page .other-image:nth-child(4) {
    margin-right: 20px;
  }
  .product-page.image-page .other-image:nth-child(5),
  .product-page.image-page .other-image:nth-child(6) {
    display: block;
  }
  .product-page.image-page .other-image:nth-child(6) {
    margin-right: 0;
  }
}
.p-cont img {
  transition: 0.3s;
}
.p-cont img.sepia {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}
.p-cont img.bw {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.p-cont img.mirror {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.img-actions {
  display: flex;
}
.img-actions a {
  display: inline-block;
  color: #b7b7b7;
  text-decoration: none;
  transition: 0.2s;
  font-size: 14px;
  text-align: center;
  width: 33.33%;
}
.img-actions a:hover {
  color: #00a33d;
}
.img-actions a span {
  display: block;
}
.img-actions a .icon {
  margin-bottom: 5px;
}
.img-actions a .icon-favorite {
  font-size: 23px;
}
.img-actions a .icon-share {
  font-size: 25px;
}
.img-actions a .icon-pictures {
  font-size: 26px;
  font-weight: bold;
}
.img-actions a.btn_add_image_to_wishlist .t:after {
  content: 'отложить';
}
.img-actions a.btn_add_image_to_wishlist.added {
  color: #00a33d;
}
.img-actions a.btn_add_image_to_wishlist.added .t:after {
  content: 'отложено';
}
.tabs {
  z-index: 10;
  position: relative;
}
.tabs .tabs-header {
  overflow: hidden;
  padding-left: 14px;
  border-bottom: 2px solid #d8d8d8;
}
.tabs .tabs-header li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 5px;
  border-radius: 4px 4px 0 0;
  border: 1px solid transparent;
}
.tabs .tabs-header li:not(.selected) {
  border-color: #ccc;
  position: relative;
}
.tabs .tabs-header li.selected,
.tabs .tabs-header li:hover {
  border-color: #f7792c;
}
.tabs .tabs-header li.selected a,
.tabs .tabs-header li:hover a {
  color: #fff;
  background: #F7792C;
}
.tabs .tabs-header li.selected {
  top: 1px;
}
.tabs .tabs-header li a {
  text-decoration: none;
  display: block;
  min-width: 120px;
  text-align: center;
  font-size: 14px;
  background: #fafafa;
  color: #757575;
  line-height: 42px;
  border-radius: 3px 3px 0 0;
  transition: 0.2s;
  padding: 0 10px;
}
.tabs .tabs-body {
  padding-top: 13px;
}
.tabs .tabs-body .tab {
  padding: 11px 0 15px 24px;
  display: none;
}
.tabs .tabs-body .tab:nth-child(1) {
  display: block;
}
.interior-item {
  position: relative;
  height: 89px;
}
.interior-item:hover .int_delete {
  opacity: 1;
}
.interior-item .interior {
  display: block;
  position: relative;
  background-size: cover;
  height: 100%;
}
.interior-item .interior span {
  display: block;
  position: absolute;
  bottom: 4px;
  font-size: 12px;
  text-align: center;
  width: 90%;
  color: #fff;
  text-shadow: #000 0 1px 2px;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0 5%;
}
.interior-item .interior .fg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}
.interior-item .int_delete {
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  background: #00a33d;
  text-decoration: none;
  color: #fff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
  font-size: 10px;
  transition: 0.2s;
}
.interiors-popup {
  display: none;
  position: fixed;
  background: #fff;
  z-index: 100;
  top: 50px;
  width: 960px;
  left: 50%;
  transform: translatex(-50%);
  box-shadow: rgba(0, 0, 0, 0.4) 0 0 0 10000px;
  border-radius: 8px;
  height: calc(100vh - 70px);
  padding: 8px 8px 0 8px;
}
.interiors-popup .close {
  position: absolute;
  right: 7px;
  top: -28px;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
}
.interiors-popup .interiors-list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: auto;
  height: 100%;
}
.interiors-popup .interiors-list .interior-item {
  position: relative;
  height: 118px;
  width: 143px;
  margin: 5.7px;
  background: #fff;
  border: 1px solid #989898;
  transition: 0.2s;
}
.interiors-popup .interiors-list .interior-item:hover {
  background: #fdf2e3;
  border-color: #F7792C;
}
@media screen and (max-width: 1000px) {
  .product-page.image-page .pi-block {
    height: auto;
  }
  .product-page.image-page .image-block .top-block > .l {
    filter: blur(5px) grayscale(1);
  }
  .product-page.baget-mode .image-block .top-block > .l .poster-preview {
    min-height: auto;
  }
  .product-page.wall-mode .poster-preview .own-modular-image {
    transform: none;
    top: 0;
  }
  .product-page.mini-int-mode .image-block .top-block > .l .poster-preview {
    height: calc((100vw - 32px) / 1.216);
    background-size: contain;
  }
  .product-page.mini-int-mode .image-block .top-block > .l .interior-fg {
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .product-page h1 {
    font-size: 22px !important;
  }
  .product-page .tags {
    margin-bottom: 8px;
  }
  .product-page .image-main-info {
    margin-bottom: 0;
  }
  .product-page .image-main-info .author {
    position: relative;
    left: 0;
  }
  .product-page #tabs {
    display: none;
  }
  .product-page .product-params-mode .to-baget-link {
    display: none !important;
  }
  .product-page .watermark-notice {
    padding: 8px;
    line-height: 1.4;
    margin-bottom: 16px;
    text-align: center;
    width: 100%;
  }
  .product-page .btn-wr {
    position: relative;
    left: 0;
    bottom: initial;
    margin-top: 16px;
  }
  .product-page .btn-wr .open-color-peaker,
  .product-page .btn-wr .modular-on-free-mode {
    display: none;
  }
  .product-page .patterns-block {
    margin-bottom: 0;
  }
  .product-page .patterns-block .title {
    margin: 0px 0 20px;
  }
  .product-page .pattern-mode-block-wr {
    margin-bottom: 16px;
  }
  .product-page .pattern-mode-block-wr .pattern-mode-block {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .product-page .pattern-mode-block-wr .pattern-mode-block .btn {
    margin-bottom: 8px;
  }
  .product-page .color-peaker-block {
    position: relative;
    bottom: initial;
    padding: 0;
    margin: 16px 0;
  }
  .product-page .color-peaker-block .l {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .product-page .color-peaker-block .r {
    width: 100%;
  }
  .product-page .color-peaker-block .colors li {
    width: 37px;
    height: 37px;
    border-radius: 50%;
    margin: 0 8px 8px 0;
  }
  .product-page .image-block .top-block {
    padding-top: 20px;
  }
  .product-page .image-block .top-block > .l {
    width: 100%;
    border: 0;
    margin: 0;
  }
  .product-page .image-block .top-block > .l .small-size-warning {
    display: none !important;
  }
  .product-page .image-block .top-block > .l .wall-block {
    padding: 0;
  }
  .product-page .image-block .top-block > .l .poster-preview .own-modular-image {
    margin: -24px 0 0 -16px;
  }
  .product-page .image-block .top-block > .r {
    width: 100%;
  }
  .product-page .interier-previews {
    padding: 0;
    margin-left: -16px;
    width: calc(100% + 32px);
  }
  .product-page .interier-previews .all-interior-bl {
    display: none !important;
  }
  .product-page .interier-previews .interior[data-interior_id="3275"] {
    display: none !important;
  }
  .product-page .description {
    display: none;
  }
  .product-page .summary-block-wr {
    min-height: auto;
  }
  .product-page .summary-block {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    padding: 0;
    transition: none;
  }
  .product-page .summary-block.expanded {
    box-shadow: none;
    border: solid 1px transparent;
  }
  .product-page .summary-block.fixed {
    width: 90%;
    max-width: 90%;
    left: 5%;
  }
  .product-page .patterns {
    margin: 0 0 0 -8px;
    width: calc(100% + 16px);
  }
  .product-page .patterns li {
    margin: 0 4px;
  }
  .product-page .tags-categories .category .category-name {
    font-size: 18px;
  }
  .product-page .tags-categories .category .images {
    flex-wrap: wrap;
    width: 105%;
  }
  .product-page .tags-categories .category .images .other-image {
    width: 45%;
    margin-right: 5%;
  }
  .product-page .sizes {
    margin: 9px 0 32px;
  }
  .product-page .size-block .size-slider-wr {
    padding: 0 16px 0 32px;
  }
  .product-page .size-block .size-slider-wr .size-slider {
    margin-bottom: 8px;
  }
  .product-page .size-block .size-slider-wr .size-slider .ui-slider-handle {
    top: -16px;
    margin-left: -16px;
    width: 32px;
    height: 32px;
    border: 7px solid #fff;
  }
  .product-page .baget-block {
    margin-top: 10px;
  }
  .product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-configurator {
    display: block;
    margin: 0 0 16px;
    height: auto;
  }
  .product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery {
    display: block;
  }
  .product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-viewport {
    width: calc(100% + 32px);
    margin-left: -16px;
    height: 140px;
  }
  .product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-viewport .slick-slider {
    padding: 0 35px;
  }
  .product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-gallery .paspartu-viewport .paspartu-slider .slick-arrow {
    width: 30px;
  }
  .product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-details {
    display: flex;
    line-height: 1.5;
    align-items: center;
    font-size: 14px;
    justify-content: flex-end;
    text-align: left;
  }
  .product-page .baget-block .tabs .tab[data-tab="paspartu"] .paspartu-details .icon {
    margin-right: 10px;
    font-size: 18px;
  }
  .product-page .baget-block .tabs .tab[data-tab="baget"] .baget-filters {
    display: none;
  }
  .product-page .baget-block .tabs .tab[data-tab="baget"] .r {
    width: 100%;
    display: block;
    padding: 0;
  }
  .product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection {
    height: auto;
  }
  .product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider {
    padding: 0;
  }
  .product-page .baget-block .tabs .tab[data-tab="baget"] .r .bagets_selection .bagets_slider .baget-item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    width: 116px;
  }
  .product-page ul.types {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .product-page ul.types li {
    width: calc((100vw - 32px - 19px * 2) / 3);
    padding: 0 4px;
  }
  .product-page ul.types li:nth-child(3n+3) {
    margin-right: 0;
  }
  .product-page .tags-categories {
    margin-top: 0;
  }
  .product-page .youtube-block iframe {
    max-width: 100%;
  }
  .tabs .tabs-body .tab {
    padding: 0;
  }
}
.studio-page {
  width: 100% !important;
  box-sizing: border-box;
  padding-left: 0 !important;
}
.studio-page .studio-wr {
  border: 1px solid #F7792C;
  border-radius: 0 4px 4px 4px;
  display: block !important;
}
.studio-page .tabs.addon-tabs {
  margin-bottom: 20px;
  z-index: 10;
  position: relative;
}
.studio-page .tabs.addon-tabs .tabs-header {
  margin: -47px 0 0;
  overflow: hidden;
  position: absolute;
}
.studio-page .tabs.addon-tabs .tabs-header li {
  box-shadow: 0px -2px 5px 0px rgba(0, 0, 0, 0.18);
}
.studio-page .image-info {
  font-size: 0;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0) 100%);
  background-color: #998877;
}
.studio-page .image-info .image-preview {
  display: inline-block;
  vertical-align: top;
  height: 440px;
  width: 653px;
  background-repeat: no-repeat;
}
.studio-page .image-info .image-preview.p-wall .poster_render {
  position: absolute;
  width: 0px;
  height: 0px;
}
.studio-page .image-info .details {
  background: #E9E9E9;
  display: inline-block;
  vertical-align: top;
  height: 537px;
  width: 305px;
  box-sizing: border-box;
  padding: 16px 16px 0;
  font-size: 14px;
}
.studio-page .image-info .details.default-mode .title {
  font-size: 18px;
  margin-bottom: 10px;
  text-decoration: none;
  color: #000;
  display: block;
}
.studio-page .image-info .details.default-mode .title:hover {
  text-decoration: underline;
}
.studio-page .image-info .details.default-mode .articul {
  font-size: 12px;
  margin-bottom: 10px;
}
.studio-page .image-info .details.default-mode .author {
  color: #b7b7b7;
  font-size: 15px;
  margin-bottom: 14px;
}
.modular-image-page .image-block .top-block .l .slider {
  margin-bottom: 37px;
}
.modular-image-page .image-block .top-block .l .slider .top-img {
  width: 100%;
  height: 437px;
  margin-bottom: 17px;
  box-sizing: border-box;
}
.modular-image-page .image-block .top-block .l .slider .top-img .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  transition: background 0.2s;
  background-repeat: no-repeat;
  display: none;
}
.modular-image-page .image-block .top-block .l .slider .thumbs {
  text-align: center;
}
.modular-image-page .image-block .top-block .l .slider .thumbs li {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 6px;
  cursor: pointer;
}
.modular-image-page .image-block .top-block .l .slider .thumbs li.selected {
  box-shadow: inset #F7792C 0 0 0 2px;
}
.modular-image-page .image-block .top-block .l .interior-background-block .product img {
  width: 100% !important;
  height: 100% !important;
}
.modular-image-page .image-block .top-block .l .wall-block {
  background: #fff !important;
}
.modular-image-page .image-block .top-block .r .underframe-block,
.modular-image-page .image-block .top-block .r .art-block {
  display: block;
}
.modular-image-page .image-block .top-block .r select[name="size"] {
  width: 100%;
  margin: 2px 0 12px;
}
.modular-image-page .image-block .top-block .r .add-to-cart {
  display: block !important;
}
.modular-image-page .image-block .top-block .r .to-baget {
  display: none !important;
}
.modular-image-page .image-block .top-block .r .params.hidden {
  display: none !important;
}
.schema-details {
  position: absolute;
  top: 30px;
  width: 700px;
  background: #fff;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 110;
}
.schema-details .close {
  position: absolute;
  top: -20px;
  right: -20px;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
}
.schema-details .schema-wr {
  width: 100%;
  position: relative;
  background-position: center;
  background-size: contain;
  background-image: url('../images/texture.png');
}
.schema-details .schema-wr .image {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.schema-details .schema-wr .block {
  position: absolute;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #F7792C;
  color: #fff;
  font-size: 18px;
  margin: 10px;
}
.schema-details .info {
  font-size: 18px;
  line-height: 1.4;
  padding: 20px;
}
.schema-details .info .image-size:after {
  content: ' см';
}
.schema-details .info .modules-size li {
  display: inline-block;
  margin: 0 10px 10px 0;
}
.schema-details .info .modules-size li .n {
  display: inline-block;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  background: #F7792C;
  color: #fff;
  margin-right: 10px;
}
.schema-details .info .modules-size li .size:after {
  content: ' см';
}
.own-modular-image {
  position: relative;
  margin: 0 auto;
  transition: filter 0.2s;
}
.own-modular-image.sepia {
  -webkit-filter: sepia(1);
  filter: sepia(1);
}
.own-modular-image.bw {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.own-modular-image.mirror {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.own-modular-image .module {
  position: absolute;
  border-radius: 3px 0 0 0;
}
.own-modular-image .module:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  box-shadow: inset rgba(255, 255, 255, 0.5) 2px 2px 3px;
  border-radius: 3px 0 0 0;
}
.own-modular-image .module img {
  display: block;
  border-radius: 3px 0 0 0;
}
.own-modular-image .module .edge {
  position: absolute;
}
.own-modular-image .module .edge:after {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  display: block;
}
.own-modular-image .module .edge.edger {
  height: 100%;
  top: 0;
  -webkit-transform: skewY(45deg);
  -webkit-transform-origin: left;
  transform: skewY(45deg);
  transform-origin: left;
}
.own-modular-image .module .edge.edger.last:after {
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.own-modular-image .module .edge.edger:not(.last):after {
  background: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to left, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.own-modular-image .module .edge.edgeb {
  width: 100%;
  left: 0px;
  -webkit-transform-origin: top;
  -webkit-transform: skewX(45deg);
  transform-origin: top;
  transform: skewX(45deg);
}
.own-modular-image .module .edge.edgeb.last:after {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.own-modular-image .module .edge.edgeb:not(.last):after {
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.65) 0%, rgba(0, 0, 0, 0.2) 100%);
}
.own-modular-image .watermark {
  position: absolute;
  z-index: 10;
  bottom: 20px;
  right: 20px;
}
.own-modular-image .block-info {
  position: absolute;
  line-height: 25px;
  font-size: 14px;
  margin: 2px;
  background: #fff;
  padding-right: 8px;
}
.own-modular-image .block-info .n {
  height: 25px;
  width: 25px;
  text-align: center;
  background: #f7792c;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}
.modular-scheme {
  position: relative;
  margin-bottom: 50px;
}
.modular-scheme.scheme2 .module {
  border-style: dashed;
}
.modular-scheme .module,
.modular-scheme .module-inside {
  position: absolute;
  border: 1px solid;
  background: #fff;
  z-index: 2;
}
.modular-scheme .tl,
.modular-scheme .tr,
.modular-scheme .bl,
.modular-scheme .br {
  position: absolute;
  height: 1px;
  background: #000;
}
.modular-scheme .tl {
  transform-origin: top left;
  transform: rotate(45deg);
}
.modular-scheme .tr {
  right: 0;
  transform-origin: right top;
  transform: rotate(-45deg);
}
.modular-scheme .br {
  right: 0;
  bottom: 0;
  transform-origin: right bottom;
  transform: rotate(45deg);
}
.modular-scheme .bl {
  bottom: 0;
  transform-origin: left bottom;
  transform: rotate(-45deg);
}
.modular-scheme .red-dot {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  left: 50%;
  margin-left: -1px;
  background: red;
}
.modular-scheme .line {
  position: absolute;
  z-index: 2;
  background: green;
}
.modular-scheme .line.hl {
  height: 1px;
  margin-top: 1px;
}
.modular-scheme .line.vl {
  width: 1px;
  margin-left: 1px;
}
.modular-catalog-page .top-block {
  height: 318px;
  background-position: center;
  background-image: url('/img/modular/catalog-bg.jpg');
  position: relative;
  margin-bottom: 21px;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.modular-catalog-page .top-block .t1 {
  font-size: 34px;
  padding-top: 87px;
  margin-bottom: 30px;
  font-family: 'Exo 2';
  text-transform: uppercase;
}
.modular-catalog-page .top-block .t2 {
  font-size: 16px;
  line-height: 1.4;
  width: 667px;
  margin: 0 auto;
}
.modular-catalog-page .filter-block .params-popup {
  top: 25px;
}
.modular-catalog-page .filter-block .colors-popup {
  left: 142px;
}
.modular-catalog-page .images-list > li:hover {
  z-index: 5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  height: 476px;
}
.modular-catalog-page .images-list > li:hover .author-block,
.modular-catalog-page .images-list > li:hover .author-empty {
  border-bottom: 1px solid;
}
.modular-catalog-page .images-list > li:hover .favorite {
  opacity: 1;
}
.modular-catalog-page .images-list > li .img-wr {
  margin-bottom: 14px;
  min-height: 162px;
  position: relative;
  box-sizing: border-box;
}
.modular-catalog-page .images-list > li .img-wr img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.freska-page .image-block .top-block > .l .p-image {
  position: relative;
}
.freska-page .image-block .top-block > .l .p-image.mirror {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.freska-page .image-block .top-block > .l .wall-block {
  height: auto;
  padding: 30px;
  position: relative;
  text-align: center;
}
.freska-page .image-block .top-block > .l .wall-block .freska {
  position: relative;
  display: inline-block;
}
.freska-page .image-block .top-block > .l .freska.has-edge .texture,
.freska-page .image-block .top-block > .l .freska.has-edge img {
  -webkit-mask-box-image: url(../images/edge2.png) repeat 12;
  mask-border: url(../images/edge2.png) repeat 12;
}
.freska-page .image-block .top-block > .l .freska .texture {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.freska-page .image-block .top-block > .l .freska img {
  width: 100%;
  height: 100%;
  display: block;
}
.freska-page .image-block .top-block > .r {
  padding-bottom: 0;
}
.freska-page .image-block .top-block > .r .addon {
  display: block !important;
}
.freska-page .image-block .top-block > .r .textures {
  font-size: 0;
  margin-bottom: 0px;
}
.freska-page .image-block .top-block > .r .textures li {
  font-size: 12px;
  height: 95px;
}
.freska-page .image-block .top-block > .r .textures li:nth-child(3n+3) {
  margin-right: 0;
}
.freska-page .image-block .top-block > .r .textures li img {
  display: block;
}
.freska-page .image-block .top-block > .r .about-textures {
  display: block;
  margin: -10px 0 20px;
}
.freska-page .image-block .top-block > .r .brightness-block {
  margin-bottom: 20px;
}
.freska-page .image-block .top-block > .r .brightness-block .t {
  font-size: 12px;
  color: #aeaeae;
  margin-bottom: 15px;
}
.freska-page .image-block .top-block > .r .brightness-block .brightness-slider {
  height: 5px;
  border: 0;
  background: #d8d8d8;
}
.freska-page .image-block .top-block > .r .brightness-block .brightness-slider .ui-slider-handle {
  width: 20px;
  height: 20px;
  background: #00a33d;
  border: 0;
  border-radius: 50%;
  top: -7px;
}
.freska-page .image-block .top-block > .r .min-size-note {
  display: none;
  font-size: 12px;
  text-align: left;
  margin-left: 43px;
  margin-bottom: 10px;
  line-height: 1.3;
  color: #aeaeae;
}
.freska-page .image-block .top-block > .r .min-size-note sup {
  vertical-align: super;
}
.freska-page .image-block .top-block > .r .summary-block {
  position: relative;
}
.freska-page .image-block .top-block > .r .summary-block .add-to-cart {
  display: block !important;
}
.freska-page .image-block .top-block > .r .summary-block .to-baget {
  display: none !important;
}
.freski-catalog-page .top-block {
  margin-top: -20px;
  height: 318px;
  background-position: center;
  background-image: url('../images/catalog.jpg');
  position: relative;
  margin-bottom: 21px;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.freski-catalog-page .top-block:before {
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
}
.freski-catalog-page .top-block .t1 {
  font-size: 34px;
  padding-top: 87px;
  margin-bottom: 30px;
  position: relative;
}
.freski-catalog-page .top-block .t2 {
  font-size: 16px;
  line-height: 1.4;
  width: 667px;
  margin: 0 auto;
  position: relative;
}
.freski-catalog-page .filters-block {
  display: flex;
  flex-wrap: wrap;
}
.freski-catalog-page .filters-block .clear {
  width: 100%;
  margin-bottom: 16px;
}
.freski-catalog-page .filters-block .params-filter {
  width: 50%;
}
.freski-catalog-page .images-list .next-page {
  height: 276px !important;
}
.eco-page.eco-product .wall-block {
  background: #fff !important;
}
.eco-page .image-block .top-block > .l .interior-background-block .product img {
  width: 100%;
  height: 100%;
}
.eco-page .image-block .top-block > .l .slider {
  margin-bottom: 37px;
}
.eco-page .image-block .top-block > .l .slider .top-img {
  width: 100%;
  height: 437px;
  margin-bottom: 17px;
  box-sizing: border-box;
}
.eco-page .image-block .top-block > .l .slider .top-img .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  transition: background 0.2s;
  background-repeat: no-repeat;
  display: none;
}
.eco-page .image-block .top-block > .l .slider .thumbs {
  text-align: center;
}
.eco-page .image-block .top-block > .l .slider .thumbs li {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 6px;
  cursor: pointer;
}
.eco-page .image-block .top-block > .l .slider .thumbs li.selected {
  box-shadow: inset #F7792C 0 0 0 2px;
}
.eco-page .image-block .top-block > .l .interior-background-block .product .eco-craft-preview {
  width: 100% !important;
  height: 100% !important;
}
.eco-page .image-block .top-block > .l .img-wr {
  text-align: center;
}
.eco-page .image-block .top-block > .l .img-wr .img-wr2 {
  position: relative;
  display: inline-block;
  height: 600px;
  width: 600px;
}
.eco-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview {
  width: 600px;
  height: 600px;
}
.eco-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview.vertical .pic {
  margin-left: -225px;
  margin-top: -300px;
}
.eco-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview .board {
  width: 450px;
  height: 600px;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -300px;
}
.eco-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview .pic {
  top: 50%;
  left: 50%;
}
.eco-page .image-block .top-block > .r ul.types li .name-wr {
  height: 43px;
  font-size: 12px;
}
.eco-page .image-block .top-block > .r .summary-block .add-to-cart {
  display: block !important;
}
.eco-page .image-block .top-block > .r .summary-block .to-baget {
  display: none !important;
}
.eco-page .image-block .top-block > .r .own-image {
  width: 100%;
  background-color: #f5f0ed;
  color: #7d7d7d;
  font-weight: bold;
  padding: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.eco-page .image-block .top-block > .r .own-image a {
  display: block;
  color: #00a33d;
  font-weight: normal;
  margin-top: 6px;
}
.eco-craft-preview {
  position: relative;
  margin: 0 auto;
  transition: 0.2s;
}
.eco-craft-preview .board,
.eco-craft-preview .pic {
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.eco-craft-preview .pic {
  position: absolute;
  -webkit-transform: rotateY(0deg) scale(0.8);
  transform: rotateY(0deg) scale(0.8);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: 0;
  left: 0;
  top: 0;
}
.eco-craft-preview .pic.mirror {
  -webkit-transform: rotateY(180deg) scale(0.8);
  transform: rotateY(180deg) scale(0.8);
}
.woods-catalog-page {
  font-size: 14px;
  line-height: 1.4;
}
.woods-catalog-page .show-popup-with-own-picture-btn {
  display: block;
  height: 40px;
  line-height: 40px;
  width: 264px;
  margin: 0 auto;
  z-index: 2;
  position: relative;
}
.woods-catalog-page .top-block {
  background-image: url('../images/top_7.jpg');
}
.woods-catalog-page .top-block .t1 {
  padding-top: 57px !important;
}
.woods-catalog-page .description-block {
  text-align: center;
}
.woods-catalog-page .description-block .icon {
  display: block;
  margin: 0 auto 17px;
  max-height: 72px;
}
.woods-catalog-page .description-block .h2 {
  font-size: 18px;
  margin-bottom: 16px;
}
.woods-catalog-page .description-block .text {
  color: #757575;
  max-width: 650px;
  margin: 0 auto;
}
.woods-catalog-page .db1 {
  margin: 104px 0 60px;
}
.woods-catalog-page .collections {
  display: flex;
  flex-wrap: wrap;
  max-height: 540px;
  overflow: hidden;
  margin-bottom: 44px;
  width: calc(100% + 40px);
}
.woods-catalog-page .collections.full {
  max-height: unset;
  overflow: visible;
}
.woods-catalog-page .collections li {
  text-align: center;
  margin: 0 30px 46px 0;
}
.woods-catalog-page .collections li a {
  color: #000000;
  text-decoration: none;
}
.woods-catalog-page .collections li .img-wr {
  width: 220px;
  height: 206px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.woods-catalog-page .collections li .img-wr img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.woods-catalog-page .show-all-collection-link {
  color: #01A437;
  display: block;
  text-align: center;
  text-decoration: none;
}
.woods-catalog-page .our-image-block {
  background-color: #F4F4F4;
  padding: 80px 0;
  margin: 111px 0 63px;
}
.woods-catalog-page .our-image-block .big-photo {
  margin: 50px auto 65px;
  display: block;
}
.woods-catalog-page .our-image-block .slider {
  margin-bottom: 40px;
}
.woods-catalog-page .our-image-block .slider img {
  margin: 0 10px;
}
.woods-catalog-page .our-image-block .slick-slider .slick-arrow {
  background-color: transparent;
}
.woods-catalog-page .oil-block {
  margin-bottom: 79px;
}
.woods-catalog-page .oil-block .top {
  position: relative;
}
.woods-catalog-page .oil-block .top:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(110, 80, 16, 0) 0%, rgba(118, 83, 8, 0.67) 100%);
  z-index: 1;
}
.woods-catalog-page .oil-block .top img {
  display: block;
}
.woods-catalog-page .oil-block .top .t {
  position: absolute;
  z-index: 2;
  color: #fff;
  left: 562px;
  top: 157px;
}
.woods-catalog-page .oil-block .top .t .title {
  font-size: 24px;
  margin-bottom: 9px;
}
.woods-catalog-page .oil-block .top .t .text {
  font-size: 16px;
  line-height: 20px;
}
.woods-catalog-page .oil-block .img2 {
  display: block;
  margin: 0 auto;
}
.woods-catalog-page .db3 {
  margin-bottom: 71px;
}
.woods-catalog-page .prices-block {
  margin-bottom: 75px;
}
.woods-catalog-page .prices-block .title {
  font-size: 16px;
  color: #000;
  text-align: center;
  margin-bottom: 19px;
}
.woods-catalog-page .prices-block table.prices {
  width: 100%;
  font-size: 15px;
  margin-bottom: 86px;
}
.woods-catalog-page .prices-block table.prices tr {
  color: #757575;
}
.woods-catalog-page .prices-block table.prices tr:first-child {
  border-bottom: 1px solid #D8D8D8;
  color: #000;
}
.woods-catalog-page .prices-block table.prices tr td {
  height: 40px;
  vertical-align: middle;
  padding-left: 16px;
}
.woods-catalog-page .prices-block table.prices tr td:first-child {
  background-color: #F2F2F2;
  color: #000;
  width: 130px;
  padding-left: 27px;
}
.woods-catalog-page .prices-block .note {
  margin: -35px 0 47px;
}
.woods-catalog-page .process-block {
  background-color: #F4F4F4;
  padding-bottom: 50px;
  margin-bottom: 0px;
}
.woods-catalog-page .process-block .description-block {
  padding: 91px 0 49px;
}
.woods-catalog-page .process-block .steps {
  display: flex;
  justify-content: space-between;
}
.woods-catalog-page .process-block .steps li {
  width: 220px;
}
.woods-catalog-page .process-block .steps li .number {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #000;
}
.woods-catalog-page .process-block .steps li .name {
  font-size: 24px;
  color: #000;
  margin-bottom: 7px;
}
.woods-catalog-page .process-block .steps li .name .arrow {
  margin-left: 20px;
  vertical-align: middle;
}
@media screen and (max-width: 1000px) {
  .woods-catalog-page {
    overflow: hidden;
  }
  .woods-catalog-page img {
    max-width: 100%;
  }
  .woods-catalog-page .db1 {
    margin: 32px 0;
  }
  .woods-catalog-page .collections {
    width: 100%;
  }
  .woods-catalog-page .collections li {
    width: 49%;
    margin: 0 2% 30px 0;
  }
  .woods-catalog-page .collections li:nth-child(2n+2) {
    margin-right: 0;
  }
  .woods-catalog-page .collections li .img-wr {
    width: 100%;
  }
  .woods-catalog-page .our-image-block {
    padding: 32px 0;
    margin: 32px 0;
  }
  .woods-catalog-page .oil-block .top .t {
    position: absolute;
    top: 30px;
    left: 0;
    text-align: center;
    width: 100%;
  }
  .woods-catalog-page .prices-block {
    margin-bottom: 32px;
  }
  .woods-catalog-page .prices-block .table-wr {
    overflow-x: auto;
  }
  .woods-catalog-page .prices-block table.prices tr td {
    min-width: 90px;
  }
  .woods-catalog-page .process-block .description-block {
    padding: 32px 0;
  }
  .woods-catalog-page .process-block .steps {
    flex-direction: column;
  }
  .woods-catalog-page .process-block .steps li {
    width: 100%;
    display: flex;
    margin-bottom: 32px;
  }
  .woods-catalog-page .process-block .steps li .number {
    width: 60px;
  }
  .woods-catalog-page .process-block .steps li .wr {
    width: calc(100% - 60px);
    padding-top: 11px;
  }
  .woods-catalog-page .process-block .steps li .wr .name .arrow {
    display: none;
  }
}
.eco-craft-catalog-page.full-width .top-block .t2 {
  max-width: 570px;
}
.eco-craft-catalog-page .filter-block .colors-popup {
  left: 142px;
}
.eco-craft-catalog-page .images-list > li .row {
  height: 266px;
}
.eco-craft-catalog-page .images-list > li .eco-craft-preview {
  width: 266px;
  height: 266px;
  margin: 0 auto;
}
.eco-craft-catalog-page .images-list > li .img-wr {
  height: 266px;
}
.eco-craft-catalog-page .images-list > li:hover {
  z-index: 5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.11);
  height: 476px;
}
.eco-craft-catalog-page .images-list > li:hover .favorite {
  opacity: 1;
}
.eco-craft-catalog-page .images-list > li:hover:before {
  display: none;
}
.eco-craft-catalog-page .eco-craft-seo-bottom {
  position: relative;
  text-align: center;
}
.eco-craft-catalog-page .eco-craft-seo-bottom .bl1 {
  background: url(../images/eco.png);
  width: 940px;
  height: 450px;
  color: #fff;
  padding-top: 22px;
  margin-bottom: 42px;
}
.eco-craft-catalog-page .eco-craft-seo-bottom .bl1 .t1 {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 11px;
}
.eco-craft-catalog-page .eco-craft-seo-bottom .bl1 .t2 {
  font-size: 16px;
  letter-spacing: 1px;
}
@media screen and (max-width: 1000px) {
  .eco-craft-catalog-page .collections {
    width: 100%;
    justify-content: center;
  }
  .eco-craft-catalog-page .collections > li {
    margin: 0 0 32px 0;
  }
}
.sale-page .image-block .top-block > .l .interior-background-block .product img {
  max-width: 100%;
  max-height: 100%;
}
.sale-page .image-block .top-block > .l .slider {
  margin-bottom: 37px;
}
.sale-page .image-block .top-block > .l .slider .top-img {
  width: 100%;
  height: 437px;
  margin-bottom: 17px;
  box-sizing: border-box;
}
.sale-page .image-block .top-block > .l .slider .top-img .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  transition: background 0.2s;
  background-repeat: no-repeat;
  display: none;
}
.sale-page .image-block .top-block > .l .img-wr {
  text-align: center;
}
.sale-page .image-block .top-block > .l .img-wr .img-wr2 {
  position: relative;
  display: inline-block;
  height: 600px;
  width: 600px;
}
.sale-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview {
  width: 600px;
  height: 600px;
}
.sale-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview.vertical .pic {
  margin-left: -225px;
  margin-top: -300px;
}
.sale-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview .board {
  width: 450px;
  height: 600px;
  left: 50%;
  margin-left: -225px;
  top: 50%;
  margin-top: -300px;
}
.sale-page .image-block .top-block > .l .img-wr .img-wr2 .eco-craft-preview .pic {
  top: 50%;
  left: 50%;
}
.sale-page .image-block .top-block > .r .summary-block .summary-price {
  margin-bottom: 20px;
}
.sale-page .image-block .top-block > .r .summary-block .add-to-cart {
  display: block !important;
}.sale-page .image-block .top-block > .r .summary-block .to-baget {
  display: none !important;
}
.sale-page .image-block .top-block > .r .description {
  margin-top: 0;
  width: 100%;
}
.sale-page .image-block .top-block > .r .own-image {
  width: 100%;
  background-color: #f5f0ed;
  color: #7d7d7d;
  font-weight: bold;
  padding: 16px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.sale-page .image-block .top-block > .r .own-image a {
  display: block;
  color: #00a33d;
  font-weight: normal;
  margin-top: 6px;
}
.about-page img {
  max-width: 100%;
}
.about-page h3 {
  color: #686868;
  font-size: 18px;
  margin-bottom: 10px;
}
.about-page .b1 {
    width: 40%;
	   float: left;
}
.about-page .b2 {
    width: 60%;
	
}
.about-page .v {
  margin-bottom: 20px;
}
.
.about-page .b1 {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 39px;
  margin-bottom: 53px;
}
.about-page .b1 p,
.about-page .b1 img {
  display: inline-block;
  vertical-align: top;
}
.about-page .b1 p {
  max-width: 345px;
  line-height: 1.7;
  margin-right: 16px;
}
.about-page .b1 img {
  position: relative;
  padding: 20px 0px;
}
.about-page .b2 {
  margin-bottom: 50px;
}
.about-page .b2 .t1,
.about-page .b2 img {
  display: inline-block;
  vertical-align: top;
}
.about-page .b2 .t1 {
  width: 330px;
  text-align: right;
  line-height: 1.7;
  padding-left: 30px;
}
.about-page .b3 {
  margin-bottom: 39px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 46px;
}
.about-page .b3 p {
  line-height: 1.7;
  margin: 8px 0 9px;
}
.about-page .b3 img {
  margin-bottom: 16px;
}
.about-page .b4 {
  margin: 39px 0 26px;
}
.about-page .b4 .i1 {
  margin-right: 3px;
}
.about-page .b4 .i5 {
  float: right;
}
.about-page .b5 .t1 {
  font-size: 24px;
  margin-bottom: 18px;
}
.about-page .b5 .t {
  font-size: 18px;
  margin-bottom: 6px;
}
.about-page .b5 .t2 {
  color: #b7b7b7;
  font-size: 16px;
  margin-bottom: 23px;
}
.about-page .b5 .t3 {
  margin-top: 23px;
}
@media screen and (max-width: 1000px) {
  .about-page p {
    line-height: 1.5 !important;
    margin: 0 0 16px !important;
    max-width: 100% !important;
    display: block !important;
  }
  .about-page .b2 .t1 {
    width: 100%;
    text-align: left;
    padding: 0;
  }
}
.contacts-page {
  color: #686868;
}
.contacts-page .t1 {
  font-size: 20px;
  margin: 19px 0 29px 0;
}
.contacts-page .contacts {
  margin-bottom: 39px;
}
.contacts-page .contacts .bl {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  margin-bottom:10px;
}
.contacts-page .contacts .bl:not(:last-child) {
  padding-right: 30px;
}
.plan {
	  font-family: 'Forum Regular' !important;
    color: #f7792c;
	    text-transform: uppercase;
}
.contacts-page .contacts .bl .n {
    font-family: 'Forum Regular' !important;
    color: #f7792c;
    font-size: 20px;
    margin-bottom: 9px;
}
.contacts-page .contacts .bl .v {
  font-size: 16px;
  color: #000;
  margin-bottom: 23px;
  line-height: 1.4;
}
.contacts-page .contacts .bl .tel {
  font-size: 16px;
  color: #000;
  text-decoration: none;
}
.contacts-page .contacts .bl .tel img {
  width: 30px;
  vertical-align: middle;
  margin-right: 0px;
}
.contacts-page .t2 {
  font-size: 18px;
  margin-bottom: 18px;
}
.contacts-page .prefs {
  margin-bottom: 0px;
}
.contacts-page .prefs li {
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.contacts-page .prefs li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #f7792c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.contacts-page .contacts .bl3 {
	    display: inline-block;
    vertical-align: middle;
    width: 49%;
	padding-top: 30px;
}
.contacts-page .contacts .bl .n22 {
    font-family: 'Roboto' !important;
    color: #000;
    font-size: 16px;
	font-weight:600;
    margin-bottom: 9px;
    margin-top: -10px;
}
.t111 {
	color:#000;
	font-size: 18px;
}
.contacts-page .map {
  width: 100%;
  margin-bottom: 20px;
}
.contacts-page .t5 {
  border-top: 1px solid #E9E9E9;
  font-size: 20px;
  margin: 29px 0 29px;
  padding-top: 41px;
}
@media screen and (max-width: 1000px) {
  .contacts-page .contacts .bl {
    display: block;
    width: 100%;
  }
  .contacts-page .contacts .bl:not(:first-child) {
    padding-left: 0;
  }
  .contacts-page img {
    max-width: 100%;
  }
}
.delivery-page .tlink {
  text-decoration: none;
  border-bottom: 1px dashed;
  margin-right: 30px;
  font-size: 16px;
  color: #00a33d;
  display: inline-block;
}
.delivery-page p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 27px;
}
.delivery-page hr {
  border-color: #E9E9E9;
  margin-bottom: 21px;
}
.delivery-page h2 {
  margin-bottom: 20px;
}
.delivery-page ul.dotted {
  margin-bottom: 31px;
}
.delivery-page ul.dotted li {
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.delivery-page ul.dotted li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #00a33d;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.delivery-page ul.dotted li .note {
  color: #b7b7b7;
}
.delivery-page table.prices {
  margin-bottom: 5px;
  line-height: 1.8;
}
.delivery-page table.prices thead {
  background-color: #ffac13;
  border-radius: 4px 4px 0 0;
  color: #fff;
  text-align: left;
  font-weight: normal;
}
.delivery-page table.prices thead th {
  padding: 7px 13px;
}
.delivery-page table.prices tbody tr:nth-child(2n) {
  background: #F2F2F2;
}
.delivery-page table.prices tbody tr td {
  padding: 11px;
  font-size: 14px;
}
.delivery-page table.prices tbody tr td:nth-child(2n) {
  color: #F7792C;
}
.delivery-page table.prices tbody tr td .note {
  color: #b7b7b7;
}
.delivery-page .t0 {
  margin-top: 18px;
}
.delivery-page .t1 {
  margin: 5px 0 29px;
}
.delivery-page .t2 {
  margin: 21px 0 8px;
}
.delivery-page .t2 li {
  display: inline-block;
  vertical-align: top;
  color: #F7792C;
  font-size: 18px;
  margin-right: 30px;
}
.delivery-page .t3 {
  color: #b7b7b7;
  font-size: 14px;
  margin-bottom: 11px;
}
.delivery-page .t4 {
  margin: 21px 0 29px;
}
.delivery-page .t5 {
  font-size: 16px;
  margin: 29px 0 32px;
}
.delivery-page .t5 .row {
  margin-bottom: 21px;
}
.delivery-page .t5 .row .n {
  display: inline-block;
  vertical-align: top;
  width: 130px;
}
.delivery-page .t5 .row .v {
  display: inline-block;
  vertical-align: top;
  color: #F7792C;
}
.delivery-page .t5 .row .v .note {
  color: #b7b7b7;
  margin-top: 3px;
}
.delivery-page .t8 {
  background-color: #e6e6e6;
  padding: 41px 79px 11px 12px;
  margin-bottom: 46px;
}
.delivery-page .t8 .t {
  color: red;
  font-size: 24px;
  margin-bottom: 18px;
}
.delivery-page .t9 {
  background: red;
  color: #fff;
  margin: 21px 0 13px;
  font-size: 16px;
  padding: 13px;
  width: 600px;
}
.delivery-page .t10 {
  margin: 14px 0 18px;
}
.delivery-page .t12 {
  margin: -7px 0 37px;
  padding: 33px 10px 1px;
}
.delivery-page .t13 {
  margin: 10px 0 47px;
}
.delivery-page .payments {
  font-size: 0;
  margin-bottom: 25px;
}
.delivery-page .payments li {
  display: inline-block;
  vertical-align: top;
  width: 20%;
  font-size: 16px;
}
.delivery-page .payments li img {
  display: block;
  margin-bottom: 17px;
}
.delivery-page .t14 {
  color: #b7b7b7;
}
.delivery-page .gblock {
  font-size: 0;
  margin: 30px 0;
}
.delivery-page .gblock li {
  display: inline-block;
  width: 33.333%;
  text-align: center;
}
.delivery-page .gblock li .t {
  position: relative;
  padding: 0 50px;
  margin-bottom: 5px;
}
.delivery-page .gblock li .t .icon-garantee {
  font-size: 53px;
  color: #f7792c;
}
.delivery-page .gblock li .t .n {
  font-size: 18px;
  color: #23ABF4;
  position: Absolute;
  left: 50%;
  margin-left: -38px;
  width: 50px;
  text-align: center;
  margin-top: 9px;
}
.delivery-page .gblock li .n {
  font-size: 14px;
}
@media screen and (max-width: 1000px) {
  .delivery-page .tlink {
    display: block;
    border: none;
    text-decoration: underline;
    margin-bottom: 16px;
  }
  .delivery-page .payments {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 0;
  }
  .delivery-page .payments li {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-bottom: 32px;
    width: 33.33%;
  }
  .delivery-page .t5 .row .n,
  .delivery-page .t5 .row .v {
    display: block;
  }
  .delivery-page .gblock li {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
  }
  .delivery-page .gblock li .t {
    padding: 0;
  }
}
.design-page .top-block {
  width: 725px;
  height: 302px;
  position: relative;
  margin-bottom: 14px;
  background: url('../images/top_5.jpg');
}
.design-page .top-block .text {
  position: absolute;
  top: 106px;
  left: 35px;
  animation: top-block-text 1s;
  animation-fill-mode: both;
  transform: translateY(-50%);
  background: url('../images/top-text_2.png');
  width: 321px;
  height: 98px;
}
.design-page h2 {
  font-size: 24px !important;
}
.design-page h1 {
  margin: 25px 0 6px;
  line-height: 1.2;
}
.design-page p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 27px;
}
.design-page hr {
  border-color: #E9E9E9;
  margin-bottom: 21px;
}
.design-page .pdfs li {
  margin-bottom: 20px;
  position: relative;
  max-width: 715px;
  height: 247px;
}
.design-page .pdfs li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.design-page .pdfs li .text-block {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.design-page .pdfs li .text-block .name {
  font-size: 28px;
  margin-bottom: 10px;
}
.design-page .pdfs li .text-block .download .icon {
  margin-right: 10px;
  vertical-align: middle;
}
.design-page .vars {
  font-size: 0;
  margin: 45px 0 21px;
}
.design-page .vars li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
}
.design-page .vars li img {
  margin-bottom: 16px;
}
.design-page .vars li .n {
  font-size: 18px;
}
.design-page .steps {
  font-size: 0;
  margin: 36px 0 31px;
}
.design-page .steps li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
}
.design-page .steps li img {
  margin-bottom: 4px;
}
.design-page .steps li .step {
  color: #F7792C;
  font-size: 24px;
  margin-bottom: -5px;
}
.design-page .steps li .n {
  color: #686868;
  font-weight: bold;
  margin-bottom: 7px;
}
.design-page .steps li .d {
  color: #b7b7b7;
}
.design-page .t1 {
  margin: -9px 0 14px;
}
.design-page .t2 {
  font-size: 24px;
  margin: 35px 0 0px;
}
.design-page .pr {
  color: red;
  margin: -22px 0 -6px;
}
.design-page .pr span {
  font-size: 24px;
}
.design-page .t3 {
  color: #b7b7b7;
  margin-bottom: 20px;
}
.design-page .t4 {
  background: #F7792C;
  color: #fff;
  font-size: 20px;
  margin: 45px 0 44px;
  padding: 14px 0 16px 28px;
}
.design-page .t4 .t {
  font-size: 24px;
}
.design-page .t5 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 27px;
}
.design-page .t5 b {
  display: block;
  margin-top: 18px;
  font-size: 18px;
}
.design-page .t5 .t {
  color: #F7792C;
}
@media screen and (max-width: 1000px) {
  .design-page .pdfs li {
    height: auto;
    margin-bottom: 20px;
  }
  .design-page .pdfs li .text-block {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
    transform: none;
    color: #000;
    display: flex;
    flex-direction: column;
    padding: 0 16px;
  }
  .design-page .pdfs li .text-block .name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .design-page .pdfs li a {
    color: #000;
  }
  .design-page .steps li {
    width: 100%;
    margin-bottom: 24px;
  }
}
.dostavka-page .col-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  -ie-column-count: 3;
  column-count: 3;
  margin: 2em 0;
}
.dostavka-page .col-3 li {
  margin-bottom: 1em;
}
.dostavka-page .col-3 li a {
  text-decoration: none;
  font-size: 16px;
  color: #686868;
  line-height: 1.3;
}
.dostavka-page .col-3 li a:hover {
  text-decoration: underline;
  color: #00a33d;
}
.fresco-page .top-block {
  width: 725px;
  height: 302px;
  position: relative;
  margin-bottom: 22px;
  background: url('../images/top_4.jpg');
}
.fresco-page .top-block .t1 {
  font-family: 'Exo 2';
  text-transform: uppercase;
}
.fresco-page .list li {
  position: relative;
  padding-left: 21px;
}
.fresco-page .list li:before {
  content: '';
  position: absolute;
  left: 0px;
  border-radius: 50%;
  background-color: #00a33d;
  width: 10px;
  height: 10px;
  top: 7px;
}
.fresco-page .list li .n {
  font-size: 18px;
}
.fresco-page .list li .t {
  color: #b7b7b7;
  font-size: 16px;
}
.fresco-page h2 {
  font-size: 24px !important;
}
.fresco-page h3 {
  font-size: 18px;
}
.fresco-page p {
  line-height: 1.7;
}
.fresco-page .b1 {
  background-color: #e6e6e6;
  padding: 30px 15px;
  margin-bottom: 44px;
}
.fresco-page .b1 .t {
  font-size: 24px;
  color: red;
  margin-bottom: 10px;
}
.fresco-page .b2 {
  margin-bottom: 10px;
}
.fresco-page .b3 {
  margin-bottom: 27px;
}
.fresco-page .b4 {
  margin-bottom: 29px;
}
.fresco-page .b5 {
  margin: 19px 0;
}
.fresco-page .b5 li {
  position: relative;
  width: 45%;
  margin-bottom: 17px;
  display: inline-block;
  vertical-align: top;
  margin-right: 9px;
}
.fresco-page .b6 {
  background-color: #f6792c;
  height: 91px;
  line-height: 91px;
  color: #fff;
  font-size: 18px;
  display: block;
  text-align: center;
  text-decoration: none;
}
.fresco-page .b6 .icon {
  font-size: 39px;
  vertical-align: middle;
  position: relative;
  top: -4px;
  margin-right: 14px;
}
.fresco-page .b7 {
  margin: 65px 0 22px;
}
.fresco-page .faktura-photo {
  height: 268px;
  position: relative;
  margin: 22px 0;
}
.fresco-page .faktura-photo.f1 {
  background-image: url('../images/2.jpg');
}
.fresco-page .faktura-photo.f2 {
  background-image: url('../images/7.jpg');
}
.fresco-page .faktura-photo.f3 {
  background-image: url('../images/12.jpg');
}
.fresco-page .faktura-photo.f4 {
  background-image: url('../images/17.jpg');
}
.fresco-page .faktura-photo.f5 {
  background-image: url('../images/23.jpg');
}
.fresco-page .faktura-photo .n {
  position: absolute;
  bottom: 29px;
  left: 33px;
  color: #fff;
  z-index: 10;
  font-size: 34px;
}
.fresco-page .price-block {
  margin: 26px 0 19px;
}
.fresco-page .price-block .n {
  color: #b7b7b7;
  font-size: 18px;
}
.fresco-page .price-block .pr {
  font-size: 28px;
  color: red;
  margin-bottom: 21px;
}
.fresco-page .photos {
  font-size: 0;
  margin-bottom: 40px;
}
.fresco-page .photos li {
  display: inline-block;
}
.fresco-page .photos li:not(:last-child) {
  margin-right: 35px;
}
.fresco-page .b8 {
  margin: 10px 0 18px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 21px;
}
.fresco-page .b8 li {
  margin-bottom: 23px;
}
.fresco-page .b9 {
  margin-bottom: 17px;
}
.fresco-page .int-photos {
  margin: 18px 0;
}
.fresco-page .int-photos li {
  display: inline-block;
  margin-bottom: 21px;
}
.fresco-page .int-photos li:nth-child(2n+1) {
  margin-right: 13px;
}
.fresco-page .b11 {
  color: #b7b7b7;
  font-size: 18px;
  margin: 4px 0 21px;
}
.fresco-page .mount li {
  margin-bottom: 20px;
}
.fresco-page .mount li .top {
  margin-bottom: 20px;
}
.fresco-page .mount li .top .c,
.fresco-page .mount li .top .n {
  display: inline-block;
  vertical-align: top;
}
.fresco-page .mount li .top .c {
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #f6792c;
  width: 32px;
  height: 32px;
  line-height: 32px;
  margin-right: 10px;
}
.fresco-page .mount li .top .n {
  font-size: 18px;
  margin-top: 4px;
}
@media screen and (max-width: 1000px) {
  .fresco-page .b5 li {
    width: 100%;
    margin: 0 0 20px;
  }
  .fresco-page .mount li .top .n {
    width: calc(100% - 50px);
  }
}
.fresco-texture-page .texture-block {
  overflow: hidden;
}
.fresco-texture-page .texture-block:first-of-type {
  padding-top: 20px !important;
}
.fresco-texture-page .texture-block:not(:last-child) {
  margin-bottom: 60px;
  padding: 60px 0;
  border-bottom: solid 1px #d5d4d4;
}
.fresco-texture-page .texture-block:nth-child(2n+1) .image-block {
  float: left;
}
.fresco-texture-page .texture-block:nth-child(2n+1) .content-block {
  float: right;
}
.fresco-texture-page .texture-block:nth-child(2n) .image-block {
  float: right;
}
.fresco-texture-page .texture-block:nth-child(2n) .content-block {
  float: left;
}
.fresco-texture-page .texture-block .image-block {
  width: 540px;
}
.fresco-texture-page .texture-block .image-block .img {
  width: 550px;
  height: 333px;
  margin-bottom: 12px;
  background-size: cover;
}
.fresco-texture-page .texture-block .image-block .preview {
  font-size: 0;
}
.fresco-texture-page .texture-block .image-block .preview li {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin-right: 15px;
  cursor: pointer;
  transition: 0.2s;
}
.fresco-texture-page .texture-block .image-block .preview li.selected {
  box-shadow: inset #f87919 0 0 0 2px;
}
.fresco-texture-page .texture-block .content-block {
  width: 380px;
}
.fresco-texture-page .texture-block .content-block .title {
  font-size: 24px;
  margin-bottom: 5px;
}
.fresco-texture-page .texture-block .content-block p {
  font-size: 14px;
  line-height: 1.3;
  color: #686868;
}
.fresco-texture-page .texture-block .content-block .t {
  font-size: 14px;
  color: #000000;
  margin: 30px 0 9px;
}
.fresco-texture-page .texture-block .content-block .texture {
  display: block;
  margin-bottom: 30px;
}
.fresco-texture-page .texture-block .content-block .price-block {
  font-size: 14px;
  color: #757575;
}
.fresco-texture-page .texture-block .content-block .price-block .price {
  font-size: 20px;
  font-weight: bold;
  color: #464646;
}
.furnishings-page h3 {
  color: #686868;
  font-size: 18px;
  font-weight: 400;
}
.furnishings-page a {
  color: #00a33d;
}
.furnishings-page .pdfs li {
  margin-bottom: 20px;
  position: relative;
  width: 715px;
  height: 247px;
}
.furnishings-page .pdfs li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.furnishings-page .pdfs li .text-block {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
}
.furnishings-page .pdfs li .text-block .name {
  font-size: 28px;
  margin-bottom: 10px;
}
.furnishings-page .pdfs li .text-block .download .icon {
  margin-right: 10px;
  vertical-align: middle;
}
.furnishings-page .tools {
  font-size: 0;
  margin: 37px 0 40px;
}
.furnishings-page .tools li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.333%;
}
.furnishings-page .tools li .wr {
  display: table;
  width: 100%;
  height: 90px;
}
.furnishings-page .tools li .wr2 {
  display: table-cell;
  vertical-align: middle;
}
.furnishings-page .tools li img {
  margin-bottom: 15px;
}
.furnishings-page .tools li .n {
  font-size: 18px;
}
.furnishings-page p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 27px;
}
.furnishings-page hr {
  border-color: #E9E9E9;
  margin-bottom: 21px;
}
.furnishings-page .t1 {
  color: #00a33d;
  font-size: 18px;
  margin: 24px 0 6px;
}
.furnishings-page .t1 .perc {
  font-size: 35.01px;
  font-weight: 700;
}
.furnishings-page .t2 {
  color: #b7b7b7;
  font-size: 16px;
  margin-bottom: 26px;
}
.furnishings-page .t3 {
  background-color: #f6792c;
  width: 454px;
  line-height: 72px;
  text-transform: uppercase;
  color: #fff;
  padding: 0 10px;
  font-size: 16px;
  margin-bottom: 17px;
}
.furnishings-page .price {
  color: red;
  font-size: 24px;
}
.furnishings-page .t4 {
  margin-bottom: 13px;
}
.furnishings-page .t5 {
  margin-bottom: -1px;
}
.furnishings-page .t6 {
  margin-bottom: 19px;
}
.furnishings-page .t7 {
  font-size: 24px !important;
  margin-bottom: 17px;
}
.furnishings-page .t8 {
  font-size: 16px;
  margin-bottom: 5px;
}
.furnishings-page .t9 {
  margin-bottom: 18px;
}
.furnishings-page .t10 {
  margin: 28px 0 16px;
}
.furnishings-page .t11 {
  font-size: 24px;
  margin: 36px 0 8px;
}
.furnishings-page .t12 {
  margin-bottom: -3px;
}
.furnishings-page .t13 {
  color: #b7b7b7;
  font-size: 16px;
  margin-bottom: 1px;
}
.furnishings-page .t14 {
  margin-bottom: 17px;
}
.furnishings-page .t15 {
  margin: -19px 0 11px;
}
.furnishings-page .t16 {
  background-color: #fffaf7;
  width: 699px;
  height: 59px;
  font-size: 16px;
  padding: 9px 26px 5px 5px;
  line-height: 1.6;
  margin: -19px 0 21px;
}
.furnishings-page .t17 {
  color: #00a33d;
  font-size: 20px;
  margin-bottom: 13px;
  display: inline-block;
}
.furnishings-page .t18 {
  background-color: #ffac13;
  color: #fff;
  font-size: 16px;
  line-height: 1.3;
  padding: 35px 10px 40px;
  margin-bottom: 37px;
}
.furnishings-page .t18 .t {
  font-size: 24px;
  margin-bottom: 11px;
}
.furnishings-page .t18 .n {
  max-width: 600px;
  line-height: 1.7;
  margin-bottom: 15px;
}
.furnishings-page .t19 {
  margin: 7px 0 35px;
}
.furnishings-page .t20 {
  margin-bottom: 27px;
}
.furnishings-page .t21 {
  margin-bottom: 40px;
}
.furnishings-page .t22 {
  margin: 43px 0 7px;
}
.furnishings-page .t23 {
  margin-bottom: 13px;
}
.furnishings-page .t24 {
  font-size: 24px;
  margin-bottom: 23px;
}
.furnishings-page .t25 {
  margin-top: 52px;
}
.furnishings-page .t25 img {
  margin-bottom: 0;
}
.furnishings-page .t25 .n {
  line-height: 1.4;
}
@media screen and (max-width: 1000px) {
  .furnishings-page .tools {
    display: flex;
    justify-content: space-between;
  }
  .furnishings-page .tools li {
    width: 32%;
  }
  .furnishings-page .tools li .n {
    font-size: 14px;
  }
  .furnishings-page .t3 {
    width: 100%;
    line-height: 1.6;
    padding: 16px;
  }
}
.production-page {
  color: #686868;
}
.production-page h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.5;
}
.production-page .hr {
  border-top: 1px solid #E9E9E9;
}
.production-page .red {
  color: red;
}
.production-page .steps-list {
  font-size: 0;
  margin-bottom: 63px;
}
.production-page .steps-list li {
  margin-bottom: 43px;
}
.production-page .steps-list li .wr {
  display: inline-block;
  vertical-align: middle;
  width: 600px;
}
.production-page .steps-list li .step {
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-color: #00a33d;
  width: 67px;
  height: 67px;
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  line-height: 67px;
  margin-right: 12px;
}
.production-page .steps-list li .n {
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.production-page .steps-list li .p {
  color: #b7b7b7;
  font-size: 16px;
}
.production-page .prefs-list {
  font-size: 0;
}
.production-page .prefs-list li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.3333%;
}
.production-page .prefs-list li .icon {
  color: #F7792C;
  font-size: 66px;
  margin-bottom: 13px;
}
.production-page .prefs-list li .n {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 5px;
}
.production-page .prefs-list li .p {
  color: #b7b7b7;
  font-size: 16px;
}
.production-page .prefs-list li .p .b {
  text-align: left;
  padding-left: 11px;
  padding-top: 5px;
}
.production-page .prefs-list li .p .a {
  display: inline-block;
  width: 85px;
  margin-bottom: 17px;
}
.production-page .pink-block {
  background-color: #fffaf7;
  color: red;
  font-size: 16px;
  padding: 9px 10px;
  line-height: 1.7;
}
.production-page .t1 {
  font-size: 18px;
  margin: 18px 0 45px;
}
.production-page .t2 {
  margin: 50px 0 19px;
}
.production-page .t3 {
  margin-bottom: 12px;
}
.production-page .t4 {
  margin-bottom: 25px;
}
.production-page .t5 {
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 19px;
}
.production-page .t6 {
  margin-bottom: 32px;
}
.production-page .t8 {
  margin: 32px 0 16px;
}
.production-page .t9 {
  margin-bottom: 12px;
}
.production-page .t10 {
  margin-bottom: 17px;
}
.production-page .t11 {
  float: right;
  margin-left: 10px;
}
.production-page .t12 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}
.production-page .t13 {
  margin: 33px 0 23px;
}
.production-page .t14 {
  margin-bottom: 27px;
}
.production-page .t15 {
  margin-bottom: 30px;
}
.production-page .t16 {
  float: left;
  margin-right: 13px;
}
.production-page .t17 {
  font-size: 16px;
  line-height: 1.7;
  text-align: right;
  margin-bottom: 30px;
}
.production-page .t18 {
  float: right;
}
.production-page .t19 {
  background: #FFAC13;
  color: #fff;
  margin: 96px 0 50px;
  padding: 33px 12px 19px;
}
.production-page .t19 .n {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 7px;
}
.production-page .t19 .v {
  font-size: 16px;
  line-height: 1.8;
  width: 650px;
  margin-bottom: 27px;
}
.production-page .t20 {
  font-size: 24px;
  margin-bottom: 20px;
}
.production-page .t20 .badge {
  position: relative;
  display: inline-block;
  margin-right: -5px;
  top: 2px;
}
.production-page .t20 .icon-badge {
  font-size: 21px;
  margin: 0 10px 0 8px;
  color: red;
}
.production-page .t20 .n {
  position: absolute;
  left: 40px;
  color: #fff;
  font-size: 14px;
  top: 2px;
}
.production-page .t21 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 27px;
}
.production-page .t22 {
  margin-bottom: 32px;
}
.production-page .t24 {
  margin: 23px 0 32px;
}
.production-page .t25 {
  margin-bottom: 16px;
}
.production-page .services {
  position: relative;
  height: 358px;
}
.production-page .services li {
  position: absolute;
}
.production-page .services li:before {
  content: '';
  display: block;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.production-page .services li .n {
  color: #fff;
  position: absolute;
  bottom: 12px;
  left: 10px;
  font-size: 22px;
  line-height: 1.3;
}
.production-page .services li.sq {
  width: 173px;
  height: 173px;
}
.production-page .services li.w {
  width: 358px;
  height: 173px;
}
.production-page .services li.t {
  height: 358px;
  width: 173px;
}
.production-page .services li:nth-child(2) {
  left: 184px;
}
.production-page .services li:nth-child(3) {
  bottom: 0;
}
.production-page .services li:nth-child(4) {
  bottom: 0;
  left: 184px;
}
.production-page .services li:nth-child(5) {
  bottom: 0;
  left: 369px;
}
.production-page .services li:nth-child(6) {
  right: 0;
}
.production-page .t26 {
  margin: 44px 0 15px;
}
.production-page .t27 {
  margin-bottom: 15px;
}
.production-page .t28 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 22px;
}
.production-page .t29 {
  margin-bottom: 32px;
}
.production-page .t31 {
  margin: 41px 0 11px;
}
.production-page .t311 {
  float: left;
  margin: 13px 10px 0 9px;
}
.production-page .t32 {
  text-align: right;
  margin-bottom: 15px;
}
.production-page .t33 {
  text-align: right;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 122px;
}
.production-page .t34 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 20px;
}
.production-page .t36 {
  margin: 37px 0 23px;
}
.production-page .t37 {
  margin-bottom: 7px;
}
.production-page .t38 {
  font-size: 18px;
  margin-bottom: 16px;
}
.production-page .decor-list {
  margin-bottom: 50px;
}
.production-page .decor-list li {
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.production-page .decor-list li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #f7792c;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.production-page .t39 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 23px;
}
.production-page .t40 {
  margin-bottom: 20px;
}
.production-page .t41 {
  margin-bottom: 15px;
}
.production-page .t42 {
  font-size: 18px;
  margin-bottom: 61px;
}
.production-page .tools {
  font-size: 0;
  margin-bottom: 58px;
}
.production-page .tools li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 33.333%;
}
.production-page .tools li img {
  margin-bottom: 15px;
}
.production-page .tools li .n {
  font-size: 16px;
  max-width: 170px;
  margin: 0 auto;
  line-height: 1.5;
}
.production-page .t43 {
  font-size: 18px;
  margin-bottom: 16px;
}
.production-page .t44 {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 49px;
}
.production-page .t45 {
  font-size: 18px;
  margin-bottom: 16px;
}
.production-page .t46 {
  font-size: 16px;
  line-height: 1.7;
}
.painting-page {
  color: #686868;
  padding-bottom: 300px;
}
.painting-page h1 {
  display: none;
}
.painting-page .top-block {
  width: 725px;
  height: 302px;
  position: relative;
  margin-bottom: 31px;
  background: url('../images/top_8.jpg');
}
.painting-page .top-block .text {
  position: absolute;
  width: 545px;
  height: 90px;
  left: 35px;
  animation: top-block-text 1s;
  animation-fill-mode: both;
  transform: translateY(-50%);
  background: url('../images/text.png');
}
.painting-page p {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 27px;
}
.painting-page .del {
  height: 43px;
}
.painting-page .del2 {
  height: 84px;
}
.painting-page .t1 {
  color: #ff0000;
  font-size: 20px;
  font-weight: 400;
  margin: -10px 0 19px 0px;
}
.painting-page .fancybox {
  display: inline-block;
  position: relative;
}
.painting-page .fancybox:hover:after {
  opacity: 1;
}
.painting-page .fancybox:after {
  content: "\e926";
  font-family: 'icomoon' !important;
  font-size: 56px;
  position: absolute;
  left: 50%;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.8) 0 1px 5px;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.6;
  transition: 0.6s;
}
.painting-page .examples {
  margin: 41px 0 40px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 21px;
}
.painting-page .examples .pics .page {
  margin-bottom: 33px;
}
.painting-page .examples .pics .page:not(:first-child) {
  display: none;
}
.painting-page .examples .pics .page li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 20px 0;
}
.painting-page .examples .pages {
  text-align: center;
}
.painting-page .examples .pages li {
  display: inline-block;
  vertical-align: top;
  margin: 0 9px;
}
.painting-page .examples .pages li a {
  color: #686868;
  font-size: 24.24px;
  text-decoration: none;
}
.painting-page .examples .pages li a:hover,
.painting-page .examples .pages li a.selected {
  color: #00a33d;
}
.painting-page .block1 .h {
  height: 91px;
  background: #F7792C;
  color: #fff;
  font-size: 16px;
  padding: 17px 12px;
  box-sizing: border-box;
  line-height: 1.4;
}
.painting-page .block1 .h .h1 {
  font-size: 24px;
}
.painting-page .t2 {
  color: #686868;
  font-size: 24px;
  margin: 25px 0 47px;
}
.painting-page .block2 {
  font-size: 0;
}
.painting-page .block2 li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
}
.painting-page .block2 li img {
  margin-bottom: 25px;
}
.painting-page .block2 li .n {
  font-size: 18px;
}
.painting-page .block2 li .t {
  padding: 0 10px;
  line-height: 1.5;
  margin-top: 6px;
}
.painting-page .t3 {
  font-size: 20px;
  margin: 30px 0 19px;
}
.painting-page .block3 {
  font-size: 0;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 52px;
  margin-bottom: 22px;
}
.painting-page .block3 img {
  display: inline-block;
  vertical-align: top;
}
.painting-page .block3 .t {
  font-size: 0;
}
.painting-page .block3 .t li {
  width: 33.3333%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  background: #F7792C;
  color: #fff;
  font-size: 20px;
  line-height: 1.3;
  padding: 13px 0;
}
.painting-page .t4 {
  font-size: 24px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.painting-page .t61 {
  margin: 23px 0 19px;
}
.painting-page .t7 {
  border-bottom: 1px solid #E9E9E9;
  margin-bottom: 22px;
}
.painting-page .t8 {
  float: left;
  margin: 0 10px 0 15px;
}
.painting-page .t9 {
  text-align: right;
  font-size: 24px;
  margin-bottom: 35px;
}
.painting-page .t10 {
  text-align: right;
  width: 300px;
  float: right;
  margin-bottom: 31px;
}
.painting-page .t11 {
  float: right;
}
@media screen and (max-width: 1000px) {
  .painting-page .block2 li {
    width: 100%;
    margin-bottom: 20px;
  }
  .painting-page .block2 li img {
    margin-bottom: 8px;
  }
}
.paper-page .top-block {
  width: 725px;
  height: 302px;
  position: relative;
  margin-bottom: 31px;
  background: url('../images/top_6.jpg');
}
.paper-page .top-block .text {
  position: absolute;
  width: 611px;
  height: 85px;
  top: 127px;
  left: 35px;
  animation: top-block-text 1s;
  animation-fill-mode: both;
  transform: translateY(-50%);
  background: url('../images/text_1.png');
}
.paper-page h2 {
  font-size: 24px;
}
.paper-page h3 {
  font-size: 18px;
}
.paper-page p {
  line-height: 1.7;
}
.paper-page .b1 {
  color: #ff0000;
  font-size: 24px;
  margin-bottom: 25px;
}
.paper-page .b2 {
  margin-bottom: 36px;
}
.paper-page .b3 {
  margin-bottom: 18px;
}
.paper-page .b3 .medal {
  border-radius: 50%;
  background-color: #f6792c;
  width: 95px;
  height: 95px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  line-height: 103px;
  color: #fff;
  font-size: 0;
}
.paper-page .b3 .medal:before {
  font-size: 60px;
}
.paper-page .b3 .t {
  display: inline-block;
  vertical-align: top;
  max-width: 600px;
  padding-left: 13px;
}
.paper-page .b3 .t h2 {
  margin-bottom: 7px;
}
.paper-page .b4 {
  color: #ff0000;
  font-size: 18px;
  background-color: #fffaf7;
  max-width: 729px;
  height: 59px;
  line-height: 59px;
  padding-left: 10px;
  margin-bottom: 39px;
}
.paper-page .b5 {
  font-size: 0;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 92px;
  margin-bottom: 16px;
}
.paper-page .b5 li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 16px;
  color: #b7b7b7;
  padding: 0 28px;
  box-sizing: border-box;
}
.paper-page .b5 li .icon {
  font-size: 0px;
  display: block;
  height: 66px;
}
.paper-page .b5 li .icon:before {
  font-size: 50px;
}
.paper-page .b5 li .icon.icon-arrows2:before {
  font-size: 45px;
}
.paper-page .b5 li .icon.icon-box:before {
  font-size: 62px;
}
.paper-page .b5 li .n {
  font-size: 18px;
  color: #686868;
}
.paper-page .b6 {
  height: 462px;
}
.paper-page .b6 .t,
.paper-page .b6 img {
  display: inline-block;
  vertical-align: top;
}
.paper-page .b6 .t {
  width: 360px;
}
.paper-page .b6 .t p {
  margin-bottom: 71px;
}
.paper-page .b6 img {
  float: right;
}
.paper-page .b7 {
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 40px;
  margin-bottom: 13px;
}
.paper-page .b7 a {
  text-decoration: none;
}
.paper-page .b7 li {
  display: inline-block;
  vertical-align: top;
  width: 233px;
}
.paper-page .b7 li:hover .t:after {
  opacity: 0;
}
.paper-page .b7 li:not(:last-child) {
  margin-right: 6px;
}
.paper-page .b7 li:nth-child(1) .t {
  background-image: url("../images/pic2_2.jpg");
}
.paper-page .b7 li:nth-child(2) .t {
  background-image: url("../images/pic3_1.jpg");
}
.paper-page .b7 li:nth-child(3) .t {
  background-image: url("../images/pic4_2.jpg");
}
.paper-page .b7 li .t {
  width: 233px;
  height: 233px;
  color: #fff;
  font-size: 30px;
  position: relative;
  margin-bottom: 12px;
}
.paper-page .b7 li .t:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}
.paper-page .b7 li .t div {
  z-index: 2;
  position: absolute;
  bottom: 16px;
  left: 16px;
}
.paper-page .b7 li .n {
  color: #b7b7b7;
  font-size: 14px;
}
.paper-page .b8 {
  margin-bottom: 16px;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 36px;
}
.paper-page .b8 h2 {
  font-size: 24px !important;
  margin-bottom: 3px;
}
.paper-page .b8 img {
  margin-bottom: 14px;
}
.paper-page .b8 .t {
  margin-bottom: 24px;
}
.paper-page .b9 {
  background-color: #ffac13;
  max-width: 731px;
  color: #fff;
  padding: 32px 14px 23px;
  margin-bottom: 47px;
}
.paper-page .b9 .t1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.paper-page .b9 .t2 {
  font-size: 16px;
  margin-bottom: 23px;
}
.paper-page .b10 img,
.paper-page .b10 .t {
  display: inline-block;
  vertical-align: top;
}
.paper-page .b10 img {
  margin-top: 30px;
}
.paper-page .b10 .t {
  text-align: right;
  width: 377px;
}
.paper-page .b10 .t h2 {
  font-size: 24px !important;
  margin-bottom: 15px;
}
@media screen and (max-width: 1000px) {
  .paper-page .b3 {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .paper-page .b3 .t {
    padding: 16px 0 0;
  }
  .paper-page .b5 {
    padding-bottom: 32px;
  }
  .paper-page .b5 li {
    width: 100%;
    padding: 0;
    margin: 0 0 32px 0;
  }
  .paper-page .b6 {
    height: auto;
    margin-bottom: 64px;
  }
  .paper-page .b6 img {
    display: none;
  }
  .paper-page .b7 li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0 0 16px !important;
    width: 100%;
  }
  .paper-page .b10 .t {
    width: 100%;
    text-align: left;
  }
}
.user-image-page .t1 {
  background-color: #ffac13;
  color: #fff;
  font-size: 24px;
  margin: 19px 0 78px;
  padding: 28px 11px;
}
.user-image-page .step {
  margin-bottom: 32px;
}
.user-image-page .step .n {
  border-radius: 50%;
  background-color: #f6792c;
  width: 62px;
  height: 62px;
  text-align: center;
  color: #fff;
  font-size: 33px;
  display: inline-block;
  vertical-align: middle;
  line-height: 62px;
}
.user-image-page .step .t {
  color: #686868;
  font-size: 20px;
  display: inline-block;
  vertical-align: middle;
}
.user-image-page .step img {
  display: block;
  margin-top: 16px;
}
.user-image-page .list {
  margin: 42px 0 23px 24px;
}
.user-image-page .list li {
  font-size: 16px;
  margin-bottom: 13px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.user-image-page .list li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #00a33d;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.user-image-page .t4 {
  margin: 52px 0 36px;
}
.user-image-page .tvoyposter {
  position: relative;
  height: 306px;
}
.user-image-page .tvoyposter .i1 {
  position: absolute;
  top: 18px;
  left: 25px;
}
.user-image-page .tvoyposter .i2 {
  position: absolute;
  right: 0;
  top: 0;
}
.user-image-page .tvoyposter .btn {
  position: absolute;
  bottom: 44px;
  width: 155px;
}
.user-image-page .t5 {
  margin-bottom: 24px;
}
.user-image-page .t6 p {
  margin: 0 0 8px 105px;
}
.user-image-page .t6 img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1000px) {
  .user-image-page .step .t {
    width: calc(100% - 56px);
    padding-left: 16px;
    font-size: 16px;
  }
  .user-image-page .step .n {
    width: 52px;
    height: 52px;
    line-height: 52px;
    font-size: 25px;
  }
}
.wholesale-page {
  color: #686868;
  line-height: 1.3;
}
.wholesale-page h1 {
  margin: 20px 0 15px;
}
.wholesale-page h2 {
  font-size: 24px;
  font-weight: normal;
}
.wholesale-page h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 3px;
}
.wholesale-page .green {
  color: #00a33d;
}
.wholesale-page .red {
  color: red;
}
.wholesale-page p {
  font-size: 16px;
}
.wholesale-page .sites {
  font-size: 0;
  margin-bottom: 93px;
}
.wholesale-page .sites li {
  width: 33.3333%;
  text-align: center;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  padding: 0 20px;
  box-sizing: border-box;
}
.wholesale-page .sites li img {
  display: block;
  margin: 0 auto 12px;
}
.wholesale-page .sites li a {
  color: #464646;
  text-decoration: none;
}
.wholesale-page .sites li a:hover {
  color: #00a33d;
}
.wholesale-page .hr {
  border-top: 1px solid #E9E9E9;
}
.wholesale-page .t1 {
  font-size: 14px;
  margin-bottom: 63px;
}
.wholesale-page .t2 {
  margin-bottom: 7px;
}
.wholesale-page .t3 {
  float: right;
  margin-top: -90px;
}
.wholesale-page .t4 {
  line-height: 1.7;
  margin-bottom: 123px;
}
.wholesale-page .t5 {
  margin: 49px 0 19px;
}
.wholesale-page .t6 {
  text-align: right;
  margin-bottom: 6px;
}
.wholesale-page .t7 {
  float: left;
  margin: -41px 10px 0 8px;
}
.wholesale-page .t8 {
  text-align: right;
  line-height: 1.7;
  margin-bottom: 10px;
}
.wholesale-page .t9 {
  color: #b7b7b7;
  font-size: 14px;
  text-align: right;
  line-height: 1.5;
  margin-bottom: 9px;
}
.wholesale-page .t10 {
  color: #b7b7b7;
  font-size: 14px;
  text-align: right;
  line-height: 1.5;
}
.wholesale-page .t11 {
  margin-top: 157px;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 18px;
}
.wholesale-page .t12 {
  margin: 41px 0 19px;
}
.wholesale-page .t13 {
  margin-bottom: 8px;
}
.wholesale-page .t14 {
  line-height: 1.7;
  margin-bottom: 22px;
}
.wholesale-page .t15 {
  line-height: 1.5;
  margin-bottom: 10px;
}
.wholesale-page .t16 {
  color: #F7792C;
  font-size: 20px;
  margin-bottom: 34px;
}
.wholesale-page .t17 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 11px;
}
.wholesale-page .t18 {
  background: #00a33d;
  width: 221px;
  height: 40px;
  border-radius: 20px;
  color: #ffffff;
  font-size: 13px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
}
.wholesale-page .t19 {
  margin: 41px 0 20px;
}
.wholesale-page .t20 {
  margin-bottom: 5px;
}
.wholesale-page .t21 {
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 19px;
}
.wholesale-page .prefs-list {
  margin-bottom: 18px;
}
.wholesale-page .prefs-list li {
  font-size: 16px;
  margin-bottom: 9px;
  line-height: 1.5;
  padding-left: 25px;
  position: relative;
}
.wholesale-page .prefs-list li:before {
  content: '';
  width: 9px;
  height: 9px;
  border-radius: 5px;
  background: #F7792C;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 6px;
}
.wholesale-page .t22 {
  margin: 31px 0 21px;
}
.wholesale-page .t23 {
  margin-bottom: 10px;
}
.wholesale-page .t24 {
  line-height: 1.7;
  margin-bottom: 19px;
}
.wholesale-page .t25 {
  line-height: 1.7;
  margin-bottom: 5px;
}
.wholesale-page .discounts-table {
  width: 451px;
  margin-bottom: 11px;
}
.wholesale-page .discounts-table thead {
  background-color: #F7792C;
}
.wholesale-page .discounts-table thead th {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  text-align: left;
  padding-left: 19px;
}
.wholesale-page .discounts-table thead th:nth-child(2) {
  width: 117px;
}
.wholesale-page .discounts-table tbody tr:nth-child(2n) {
  background: #F2F2F2;
}
.wholesale-page .discounts-table tbody tr td {
  font-size: 16px;
  line-height: 2.5;
  padding-left: 19px;
}
.wholesale-page .discounts-table tbody tr td:nth-child(2) {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .wholesale-page .t1 {
    margin-bottom: 24px;
  }
  .wholesale-page h3 {
    margin-bottom: 8px;
  }
  .wholesale-page p {
    line-height: 1.4;
    margin-bottom: 8px;
  }
  .wholesale-page .sites {
    margin-bottom: 24px;
  }
  .wholesale-page .sites li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin-bottom: 16px;
    font-size: 14px;
  }
  .wholesale-page .sites li a {
    display: flex;
    align-items: center;
  }
  .wholesale-page .sites li a img {
    width: 90px;
    margin: 0 16px 0 0;
  }
  .wholesale-page .t3 {
    float: none;
    margin: 0 0 16px;
  }
  .wholesale-page .t4 {
    line-height: 1.4;
    margin-bottom: 24px;
  }
  .wholesale-page .t6 {
    text-align: left;
    margin-bottom: 16px;
  }
  .wholesale-page .t7 {
    float: none;
    margin: 0 0 16px 0;
  }
  .wholesale-page .t8,
  .wholesale-page .t9,
  .wholesale-page .t10 {
    text-align: left;
  }
  .wholesale-page .t11 {
    margin-top: 32px;
  }
  .wholesale-page .discounts-table {
    width: 100%;
  }
  .wholesale-page .discounts-table thead th {
    padding-left: 12px;
  }
  .wholesale-page .discounts-table thead th:nth-child(2) {
    width: 80px;
  }
  .wholesale-page .discounts-table tbody tr td {
    font-size: 14px;
    line-height: 1.4;
    padding: 12px;
  }
}
@media screen and (max-width: 1000px) {
  .eco-page img {
    display: block;
  }
}
.offer-page {
  font-size: 14px;
  line-height: 1.3;
}
.offer-page h1 {
  margin-bottom: 1em;
}
.offer-page h2 {
  margin-top: 1em;
  margin-bottom: 1em;
}
.offer-page p {
  margin-bottom: 0.7em;
  margin-left: 1em;
}
.wishlist-page h2 {
  margin: 30px 0 22px;
}
.wishlist-page .folder-slider {
  margin-top: 20px;
}
.wishlist-page .folder-slider .arrow,
.wishlist-page .folder-slider .add-folder,
.wishlist-page .folder-slider .slider-viewport {
  display: inline-block;
  vertical-align: middle;
}
.wishlist-page .folder-slider .slick-slider {
  padding: 0 25px;
}
.wishlist-page .folder-slider .slick-slider .slick-arrow {
  width: 25px;
  height: 100%;
  border: 0;
  background-color: #fff;
  font-size: 0;
  position: absolute;
  top: 0;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 2;
  cursor: pointer;
  transition: 0.2s;
}
.wishlist-page .folder-slider .slick-slider .slick-arrow:hover {
  background-color: #fbfafa;
}
.wishlist-page .folder-slider .slick-slider .slick-arrow.slick-prev {
  background-image: url(../images/arrow-left.png);
  left: 0;
}
.wishlist-page .folder-slider .slick-slider .slick-arrow.slick-next {
  background-image: url(../images/arrow-right.png);
  right: 0;
}
.wishlist-page .folder-slider .folders {
  display: inline-block;
  width: 640px;
  vertical-align: middle;
}
.wishlist-page .folder-slider .folders li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 12px;
  width: 142px;
  display: none;
}
.wishlist-page .folder-slider .folders li .name {
  color: #686868;
  font-size: 14px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  margin-bottom: 11px;
}
.wishlist-page .folder-slider .folders li.active .icon:after {
  background: url('../images/folder-open.png');
  width: 111px;
  height: 50px;
  bottom: 0;
  left: -9px;
}
.wishlist-page .folder-slider .folders li .icon {
  position: relative;
  width: 93px;
  height: 82px;
  background: url('../images/folder.png');
  margin: 0px auto 14px;
}
.wishlist-page .folder-slider .folders li .icon img {
  transform: scale(0.9) rotateZ(10deg) translateX(6px);
  transform-origin: top center;
  max-width: 100%;
  max-height: 100%;
}
.wishlist-page .folder-slider .folders li .icon:after {
  content: '';
  position: absolute;
  display: block;
  bottom: 3px;
  left: 0;
  background: url('../images/folder-close.png');
  width: 93px;
  height: 68px;
}
.wishlist-page .folder-slider .folders li a {
  text-decoration: none;
}
.wishlist-page .folder-slider .folders li .btn-user-image-upload,
.wishlist-page .folder-slider .folders li .btn-user-interior-upload {
  color: #F7792C;
  font-size: 14px;
  display: block;
}
.wishlist-page .folder-slider .folders li .wishlist-album-edit,
.wishlist-page .folder-slider .folders li .interior-album-edit {
  display: block;
  color: #b7b7b7;
  margin-bottom: 9px;
}
.wishlist-page .folder-slider .folders li .wishlist-album-delete,
.wishlist-page .folder-slider .folders li .interior-album-delete {
  display: block;
  color: #00a33d;
}
.wishlist-page .folder-slider .add-folder {
  text-align: center;
  text-decoration: none;
  color: #F7792C;
  font-size: 12px;
  width: 61px;
  line-height: 1.3;
  margin-left: 20px;
}
.wishlist-page .empty-list {
  color: #B9B9B9;
  font-size: 18px;
}
.wishlist-page .empty-list img {
  width: 25px;
  vertical-align: middle;
  margin: 0 10px 0 5px;
}
.wishlist-page .images-list .image .details {
  display: inline-block;
  margin-right: 10px;
}
.user-page .top {
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  overflow: hidden;
  line-height: 1.4;
}
.user-page .lk-list li {
  margin-bottom: 20px;
  transition: 0.2s;
}
.user-page .lk-list li:hover {
  background: #F9F9F9;
}
.user-page .lk-list li a {
  text-decoration: none;
  color: #686868;
}
.user-page .lk-list li img {
  display: inline-block;
  vertical-align: middle;
}
.user-page .lk-list li .p {
  display: inline-block;
  vertical-align: middle;
  max-width: 500px;
  margin-left: 20px;
  line-height: 1.4;
  font-size: 16px;
  font-weight: 400;
}
.user-page .lk-list li .p .title {
  font-size: 16px;
  margin-bottom: 5px;
  color: #000;
}
.bonuses-page {
  font-size: 14px;
}
.bonuses-page .overall {
  margin: 16px 0 4px;
  font-size: 16px;
}
.bonuses-page .overall .count {
  color: #F7792C;
  font-size: 24px;
}
.bonuses-page .more {
  margin-bottom: 36px;
  display: block;
  color: #00a33d;
}
.bonuses-page .t1 {
  margin-bottom: 13px;
}
.bonuses-page table.bonuses {
  width: 515px;
}
.bonuses-page table.bonuses thead {
  background: #F7792C;
}
.bonuses-page table.bonuses thead th {
  color: #fff;
  font-weight: normal;
  padding: 8px;
  text-align: left;
}
.bonuses-page table.bonuses tbody tr:nth-child(2n) {
  background: #F2F2F2;
}
.bonuses-page table.bonuses tbody tr td {
  padding: 8px;
}
.bonuses-page table.bonuses tbody tr .plus {
  color: #00a33d;
}
.bonuses-page table.bonuses tbody tr .minus {
  color: red;
}
.bonuses-page table.bonuses tbody tr .time {
  color: #B8B8B8;
  font-size: 12px;
}
.login-page {
  text-align: center;
}
.login-page form {
  padding-top: 20px;
}
.login-page form input[type=email],
.login-page form input[type=password],
.login-page form [name="random_password"] {
  display: block;
  margin: 0 auto 12px;
  font-size: 16px !important;
  padding: 14px !important;
  width: 249px;
  text-align: center;
}
.login-page form label {
  display: block;
  margin: 16px 0;
  font-size: 14px;
}
.login-page form button {
  display: block;
  margin: 0 auto 23px;
  font-size: 16px;
  width: 200px;
  line-height: 40px;
  height: auto;
}
.login-page form a {
  font-size: 14px;
}
.login-page .set-my-password {
  display: inline-block;
  margin-bottom: 30px;
  text-decoration: none;
  border-bottom: 1px dashed;
  color: #333;
  padding-bottom: 1px;
  font-size: 14px;
}
.password-page {
  text-align: center;
}
.password-page form {
  padding-top: 20px;
}
.password-page .text {
  font-size: 14px;
  margin: 15px 0 38px;
  padding: 0px 70px;
  line-height: 1.3;
}
.password-page input[type=email],
.password-page input[type=password] {
  display: block;
  margin: 0 auto 12px;
  font-size: 16px !important;
  padding: 14px !important;
  width: 249px;
}
.password-page button {
  margin: 0 auto 23px;
  line-height: 40px;
  height: auto;
  width: 200px;
}
.order-sent-page {
  font-size: 16px;
  line-height: 1.7;
}
.order-sent-page p {
  margin-bottom: 20px;
}
.selection-form {
  margin: 48px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.selection-form .form-wr {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
}
.selection-form .form-wr .title {
  font-size: 20px;
  margin-bottom: 16px;
}
.selection-form .form-wr input[type="text"],
.selection-form .form-wr textarea {
  display: block;
  width: 400px;
  max-width: 100%;
  margin-bottom: 16px;
}
.selection-form .form-wr textarea {
  height: 200px;
}
.selection-form .form-wr label {
  display: block;
  margin-bottom: 32px;
}
.selection-form .form-wr button {
  width: 200px;
  margin: 0 auto;
}
.selection-form .success-message {
  border: 1px solid #00a33d;
  padding: 32px;
  width: 100%;
  text-align: center;
  max-width: 400px;
  border-radius: 7px;
  display: none;
}
.search-page {
  padding: 32px 0;
}
.search-page .search-bar-form {
  position: relative;
  max-width: 500px;
  margin: 0 auto;
}
.search-page .search-bar-form input[name="q"] {
  font-size: 16px;
  padding: 11px 10px 10px 30px;
  width: 100%;
  border-radius: 21px;
  background-size: 21px;
  background-position-x: 94%;
  transition: 0.2s;
  border: 1px solid #b7b7b7;
}
.search-page .search-bar-form input[type="submit"] {
  background: url(../images/zoom.svg) no-repeat center;
  position: absolute;
  height: 20px;
  width: 20px;
  top: 10px;
  right: 18px;
  cursor: pointer;
  border: 0;
}
.search-page .search-bar-form .ajax-loader {
  position: absolute;
  top: 4px;
  right: 9px;
  background-color: #fff;
  display: none;
}
.search-page .search-results-block {
  display: block;
  position: relative;
  top: 0;
}
.search-page .search-results-block .search-results-wr .type .type-name {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  margin-bottom: 12px;
  font-weight: bold;
}
.search-page .search-results-block .search-results-wr .type .items {
  width: 100%;
}
.search-page .search-results-block .search-results-wr .type .items .image-item {
  width: 145px !important;
}
.search-page .search-results-block .search-results-wr .type .items .images {
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-results-block .search-results-wr .type .items .images li {
  width: 145px;
}
.inline-middle {
  display: inline-block;
  vertical-align: middle;
}
.inline-top {
  display: inline-block;
  vertical-align: top;
}
.ajax-link {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.table {
  display: table;
}
.table-cell {
  display: table-cell;
  vertical-align: middle;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.row8 {
  overflow: hidden;
  margin-left: -20px;
}
.row8 .span1,
.row8 .span2,
.row8 .span3,
.row8 .span4,
.row8 .span5,
.row8 .span6,
.row8 .span7,
.row8 .span8 {
  margin-left: 20px;
  float: left;
}
.row8 .span1 {
  width: 95px;
}
.row8 .span2 {
  width: 210px;
}
.row8 .span3 {
  width: 325px;
}
.row8 .span4 {
  width: 440px;
}
.row8 .span5 {
  width: 555px;
}
.row8 .span6 {
  width: 670px;
}
.row8 .span7 {
  width: 785px;
}
.row8 .span8 {
  width: 900px;
}
.row8 .offset1 {
  margin-left: 135px;
}
.row8 .offset2 {
  margin-left: 250px;
}
.row8 .offset3 {
  margin-left: 365px;
}
.row8 .offset4 {
  margin-left: 480px;
}
.row8 .offset5 {
  margin-left: 595px;
}
.row8 .offset6 {
  margin-left: 710px;
}
.row8 .offset7 {
  margin-left: 825px;
}
.row3 {
  *zoom: 1;
}
.row3:before,
.row3:after {
  display: table;
  content: "";
}
.row3:after {
  clear: both;
}
.row3 .span1,
.row3 .span2,
.row3 .span3 {
  float: left;
}
.row3 .span1 {
  width: 240px;
}
.row3 .span2 {
  width: 480px;
}
.row3 .span3 {
  width: 720px;
}
.row.row-20 {
  margin-left: -20px;
}
.row.row-20 .col {
  margin-left: 20px;
}
.row .col {
  float: left;
}
.row .col.col-150 {
  width: 150px;
}
.row .col.col-550 {
  width: 550px;
}
.balloon-tooltip {
  background: #ffffff;
  border: 1px solid #c2baa7;
  font-size: 11px;
  line-height: 18px;
  white-space: nowrap;
  padding: 0 6px;
  z-index: 10000;
}
.b-tabs .b-tabs-label {
  float: left;
}
.b-tabs .b-tabs-tabbar {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
}
.b-tabs .b-tabs-tabbar li {
  border-radius: 4px 4px 0 0;
  background: #c5bba9;
  border: 1px solid #c5bba9;
  display: block;
  float: left;
  margin: 0 0 0 4px;
  margin-bottom: -1px;
  padding: 0;
}
.b-tabs .b-tabs-tabbar li a {
  display: block;
  height: 20px;
  line-height: 20px;
  padding: 0 8px;
  text-decoration: none;
  color: white;
}
.b-tabs .b-tabs-tabbar li.active {
  background: white;
  border-bottom-color: white;
}
.b-tabs .b-tabs-tabbar li.active a {
  color: #84744e;
}
.b-tabs .b-tabs-wrapper {
  border: 1px solid #c5bba9;
  clear: right;
  padding: 14px;
}
.title-2 {
  color: #ff7f00;
  font-size: 14px;
  line-height: 14px;
  text-transform: uppercase;
}
.btn-std {
  border-radius: 10px;
  background: #C6BCA9;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#C6BCA9), to(#7E705E));
  background: -webkit-linear-gradient(#C6BCA9, #7E705E);
  background: -moz-linear-gradient(#C6BCA9, #7E705E);
  background: -ms-linear-gradient(#C6BCA9, #7E705E);
  background: -o-linear-gradient(#C6BCA9, #7E705E);
  background: linear-gradient(#C6BCA9, #7E705E);
  -pie-background: linear-gradient(#C6BCA9, #7E705E);
  border: none;
  display: inline-block;
  font-size: 11px;
  color: #ffffff;
  cursor: pointer;
  outline: none;
  padding: 4px 8px;
  text-align: center;
  text-decoration: none;
}
.btn-std.btn-tocart {
  background: #e7e4dd;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#e7e4dd), to(#dbd6cc));
  background: -webkit-linear-gradient(#e7e4dd, #dbd6cc);
  background: -moz-linear-gradient(#e7e4dd, #dbd6cc);
  background: -ms-linear-gradient(#e7e4dd, #dbd6cc);
  background: -o-linear-gradient(#e7e4dd, #dbd6cc);
  background: linear-gradient(#e7e4dd, #dbd6cc);
  -pie-background: linear-gradient(#e7e4dd, #dbd6cc);
  color: #84744e;
}
.btn-std.btn-tocart i {
  display: inline-block;
  background: url(../images/cart2.png) no-repeat center;
  width: 23px;
  height: 20px;
  vertical-align: middle;
  font-size: 12px;
}
.btn-std.btn-tocart.btn-red {
  background: #ff0000;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#ff0000), to(#ff0000));
  background: -webkit-linear-gradient(#ff0000, #ff0000);
  background: -moz-linear-gradient(#ff0000, #ff0000);
  background: -ms-linear-gradient(#ff0000, #ff0000);
  background: -o-linear-gradient(#ff0000, #ff0000);
  background: linear-gradient(#ff0000, #ff0000);
  -pie-background: linear-gradient(#ff0000, #ff0000);
  color: white !important;
}
.btn-std.btn-tocart.btn-red i {
  background-image: url(../images/cart2-w.png);
}
.btn_show {
  height: 17px;
  line-height: 17px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  margin: 0;
  padding: 0 13px;
  border: none;
  cursor: pointer;
  border-radius: 8px;
  background: #84744e;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#84744e), to(#b29c68));
  background: -webkit-linear-gradient(#84744e, #b29c68);
  background: -moz-linear-gradient(#84744e, #b29c68);
  background: -ms-linear-gradient(#84744e, #b29c68);
  background: -o-linear-gradient(#84744e, #b29c68);
  background: linear-gradient(#84744e, #b29c68);
  -pie-background: linear-gradient(#84744e, #b29c68);
}
.btn_show[disabled] {
  cursor: default;
  background: #b5a683;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b5a683), to(#d4c8ac));
  background: -webkit-linear-gradient(#b5a683, #d4c8ac);
  background: -moz-linear-gradient(#b5a683, #d4c8ac);
  background: -ms-linear-gradient(#b5a683, #d4c8ac);
  background: -o-linear-gradient(#b5a683, #d4c8ac);
  background: linear-gradient(#b5a683, #d4c8ac);
  -pie-background: linear-gradient(#b5a683, #d4c8ac);
}
.btn_show:active {
  background: #b5a683;
  background: -webkit-gradient(linear, 0 0, 0 bottom, from(#b5a683), to(#d4c8ac));
  background: -webkit-linear-gradient(#b5a683, #d4c8ac);
  background: -moz-linear-gradient(#b5a683, #d4c8ac);
  background: -ms-linear-gradient(#b5a683, #d4c8ac);
  background: -o-linear-gradient(#b5a683, #d4c8ac);
  background: linear-gradient(#b5a683, #d4c8ac);
  -pie-background: linear-gradient(#b5a683, #d4c8ac);
}
.ajax-loader {
  display: inline-block;
  background: url(../images/ajax_loader.gif) no-repeat center;
  width: 32px;
  height: 32px;
}
.ajax-loader-small {
  display: inline-block;
  background: url(../images/ajax-loader-small-popup.gif) no-repeat center;
  width: 16px;
  height: 16px;
}
.p-discount-cont {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  z-index: 10;
}
.p-discount-cont .discount-bg {
  border-radius: 50px;
  width: 100px;
  height: 100px;
  position: absolute;
  left: -50px;
  top: -50px;
  background: #ff0000;
  z-index: 11;
}
.p-discount-cont .discount-label {
  color: white;
  font-size: 14px;
  position: absolute;
  left: 4px;
  top: 12px;
  z-index: 12;
}
.ui-slider-horizontal .ui-slider-range {
  background: #E4BC95;
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #E4BC95), color-stop(100%, #FF620B));
  background: -webkit-linear-gradient(left, #E4BC95 0%, #FF620B 100%);
  background: -moz-linear-gradient(left, #E4BC95 0%, #FF620B 100%);
  background: -ms-linear-gradient(left, #E4BC95 0%, #FF620B 100%);
  background: -o-linear-gradient(left, #E4BC95 0%, #FF620B 100%);
  background: linear-gradient(to right, #E4BC95 0%, #FF620B 100%);
  -pie-background: linear-gradient(left, #E4BC95, #FF620B);
}
.rec-posters-label {
  color: #A49686;
  font-size: 12px;
}
.rec-posters-label a {
  color: inherit;
}
.social-share-btn {
  float: left;
  margin-right: 2px;
}
.social-share-btn:last-child {
  margin-right: 0;
}
.poster-share .social-share-btn {
  display: block;
  float: none;
  margin-right: 0;
}
.poster-share .social-share-btn.social-fb {
  margin-top: 2px;
}
#overflow {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
}
#overflow.transparent {
  background: transparent;
}
select {
  padding: 2px 9px;
  cursor: pointer;
  font-size: 14px;
  border: solid 1px #b7b7b7;
  height: 30px;
  border-radius: 4px;
  font-size: 12px;
}
select option[disabled] {
  color: #eee;
}
.stars.stars-16 {
  min-width: 80px;
  overflow: hidden;
}
.stars.stars-16 a {
  background-image: url(../images/star-16.png);
  width: 16px;
  height: 16px;
}
.stars.stars-24 {
  min-width: 120px;
  overflow: hidden;
}
.stars.stars-24 a {
  background-image: url(../images/star-24.png);
  width: 24px;
  height: 24px;
}
.stars a {
  background-repeat: no-repeat;
  background-position: center top;
  display: block;
  float: left;
  text-indent: -9999px;
}
.stars a:hover,
.stars a.hover,
.stars a.active {
  background-position: center bottom;
}
#sidebar .jspVerticalBar {
  right: 6px !important;
}
#wait {
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  cursor: wait;
  display: none;
}
#wait .wr {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
#wait .wr .message {
  font-size: 24px;
  color: #999;
  padding-top: 40px;
}
#meltipper {
  line-height: 1.5;
}
#meltipper ul {
  list-style: disc inside;
}
#meltipper ul li:not(:last-child) {
  margin-bottom: 1em;
}
.icon-help {
  text-decoration: none;
  color: #f7792c;
  font-size: 17px;
  vertical-align: middle;
  margin-left: 2px;
}
.icon-help:before {
  content: "\e938";
  font-family: 'icomoon' !important;
}
.rub-price:after {
  content: '\00a0₽';
}
.rub-price.from:before {
  content: 'от ';
}
.price-without-discount {
  font-size: 80%;
  color: #ccc;
  text-decoration: line-through;
  margin-right: 10px;
}
.ui-autocomplete {
  background: #fff;
  line-height: 2;
  font-size: 14px;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: rgba(0, 0, 0, 0.2) 0 5px 14px;
}
.ui-autocomplete .ui-menu-item-wrapper {
  padding: 3px 15px;
  border: 1px solid #fff;
  cursor: pointer;
  transition: 0.2s;
}
.ui-autocomplete .ui-menu-item-wrapper.ui-state-active {
  color: #00a33d;
  background: transparent;
}
.metrics {
  display: none;
}
@media screen and (max-width: 768px) {
	.about-page .b1 {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
	.about-page .b2 {
    width: 100%;
}
}
@media screen and (max-width: 768px) {
.about-page-img {
    display: inline-block;
    float: left;
    width: 280px;
    margin-top: 20px;
    margin-right: 0px;
    -webkit-box-shadow: 4px -4px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px -4px 8px 0px rgb(0 0 0 / 20%);
}
}
@media screen and (max-width: 768px) {
.b1_bottom {
    width: 100%;
    display: inline-block;
}
}
@media screen and (max-width: 768px) {
.b2_bottom {
    width: 100%;
    display: inline-block;
}
}
@media screen and (max-width: 768px) {
.about-page-img-bottom2 {
    display: inline-block;
    float: left;
    width: 480px;
    margin-bottom: 20px;
    margin-right: 0px;
    -webkit-box-shadow: 4px -4px 8px 0px rgb(0 0 0 / 20%);
    -moz-box-shadow: 4px -4px 8px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 4px -4px 8px 0px rgb(0 0 0 / 20%);
}
}
@media screen and (max-width: 768px) {
.about-page-img-bottom1 {
    display: inline-block;
    float: left;
    width: 320px;
    margin: 0px 0px 20px 0px;
}
}
.orange {
cursor: pointer;
    border: 0;
    background: #f7792c !important;
    line-height: 30px;
    border-radius: 40px;
    color: #fff !important;
    font-size: 13px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    transition: 0.2s;
    vertical-align: middle;
    /* padding: 7px 17px !important; */
    height: 30px;
    line-height: 30px;
    width: 155px;
    margin-top: 5px;
}
.orange:hover {

    background: #de6216!important;

}
/*# sourceMappingURL=styles.css.map */
/* BEGIN popup_1 */
.pop-litl {
	font-size:10px !important;	
	color: #aaa;
	display:inline-block;
	margin-top:10px;
}
.popup_1 {
   display: none;
    left: 50%;
    position: fixed;
    top: 20%;
    z-index: 2000;
    background: #fff;
    width: 400px;
    height: auto;
    padding: 30px;
    border-radius: 5px;
}
    *html #popup_1  {
        position: absolute;
    }

    .popup_1 h3{
        color:#f7792c;
        font-size:30px;
        font-weight:normal;
        text-transform:uppercase;
        text-align:left;
        margin-bottom:20px;
    }

    .popup_1 p {

        text-align: left;
		font-size:14px;
    }

    .imgcode {
        float:left;
    }

    .popup_1 input[type=text] {
text-align: left;
    width: 290px;
    /* padding: 0 10px; */
    height: 35px;
    display: block;
    margin: 15px 0px;
    border: 1px solid #f7792c;
    color: #000000;
    background: #ffffff;
    font-size: 12px;
    line-height: 35px;
    }
        .popup_1 textarea {
            text-align:left;
            width:398px;
            padding:10px 10px;
            display:block;
            margin:10px 0px;
            border:1px solid #eee;
            border-top-color:#ccd1d7;
            color:#000000;
            background:#ffffff;
            font-size: 12px;
            height: 80px;
        }
            .popup_1 .button {
                font-size: 16px;
                box-sizing: border-box;
                background: #f7792c;
                width: 140px;
                height: 35px;
                line-height: 35px;
                display: block;
                text-align: center;
                text-decoration: none;
                color: #ffffff;
                float:left;
                text-shadow: none;
                border: 0px solid #705062;
                border-radius: 30px;
            }
                #popup_1 .button:hover {
                    background: rgba(171, 105, 105, 0.88);
                 }

    .popup_1_close {
        display:block;
        position: absolute;
        top: 10px;
        right: 10px;
        width: 12px;
        height: 12px;
        background: url(../images/close.png) no-repeat center center;
        cursor: pointer;
        z-index: 2103;
		
    }

    .popup_1_close:hover {
        opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s;
    }
.fade {
    display: none;
    background: #2c3e50;
    position: fixed; left: 0; top: 0;
    width: 100%; height: 100%;
    opacity: .50;
    z-index: 1000;
}

    *html #fade {
        position: absolute;
    }
/* end popup_1 */

.icon-phone {
    margin-right: 5px !important;
    margin-bottom: -4px !important;
	width:16px;
}
.btn_new:hover {
text-decoration:none !important;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0);
-moz-box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0);
box-shadow: 0px 0px 0px 0px rgba(34, 60, 80, 0);
}
.btn_new {
    text-decoration: none !important;
    -webkit-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    -moz-box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
    box-shadow: 2px 2px 4px 0px rgba(34, 60, 80, 0.1);
    display: inline-block;
    font-weight: 400;
    color: #212529 !important;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 0px solid #aeaeae;
    padding: 5px 28px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 1.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-top: 5px;
	font-size:12px;
}
.footer-mini {
    font-size: 13px;
    color: #aaa;
	font-weight: 300;
}
.b24-window-popup-wrapper {
	
    border-radius: 0px !important ;
    position: relative;
    max-width: 600px !important ;
    width: calc(100% - 5px);
    background-color: #fff;
    background-color: var(--b24-popup-background-color);
    z-index: 10001;
}
.b24-form-header-description {
    margin: 0 30px 0px 0 !important ;
    font: 15px/17px "Helvetica Neue",Helvetica,Arial,sans-serif;
    font: 15px/17px var(--b24-font-family);
    color: #000;
    color: var(--b24-text-color);
    opacity: .8;
    word-break: break-word;
    text-align: left !important ;
}
.b24-window-panel {
    position: fixed;
    width: 100%;
    height: 400px !important ;
    max-height: 100%;
    max-width: 400px !important ;
    -webkit-overflow-scrolling: touch;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 99999;
overflow-y: hidden;
::-webkit-scrollbar { width: 0;}
}
.b24-form-control-icon-after .b24-form-control, .b24-form-control-icon-after .b24-form-control-label {
    padding-right: 35px;
    border-radius: 30px !important ;
    padding-left: 30px !important ;
}

.b24-form-btn {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    margin: 0;
    min-height: 52px;
    width: 100%;
    background-color: #0f58d0;
    background-color: var(--b24-primary-color);
    font: 500 18px/22px var(--b24-font-family) !important ;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px -1px 1px rgba(0,0,0,.09);
    box-shadow: -1px -1px 1px rgba(0,0,0,.09);
    outline: 0;
    cursor: pointer;
    color: #fff;
    color: var(--b24-primary-text-color);
    -webkit-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 30px !important;
}
.b24-form-recaptcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: none !important;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0px !important;
}
.b24-form-header {
    padding: 15px 31px 5px;
    border-bottom: 0px solid rgba(82,92,105,0.11) !important;
    text-align: center;
}
.b24-form-sign {
    padding: 0 30px 10px 10px;
    text-align: right;
    margin: -10px 0 0;
    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;
    padding: 0px !important;
    display: none !important;
}
.b24-window-panel-pos-right {
    top: 30% !important;
    right: 0 !important;
    left: 0 !important;
    margin-left: auto !important;
    margin-right: auto !important;
}
.b24-form-wrapper.b24-form-border-bottom {
    border-bottom: 0px solid var(--b24-primary-color) !important;
}

/* Слайдер - главная */
/* =============================================== */
 @media screen and (max-width: 768px) {
 .rs-module-wrap {
    display: none !important;

}
.center-block-1 {
	top: 0px !important;
    z-index: 9;
}
.index-page .top-block nav a {
    color: #ffae0a;
    font-size: 18px !important;
    text-decoration: none;
    border-bottom: 1px dotted;
    margin-right: 39px;
    padding-bottom: 5px;
    transition: 0.2s;
}
.index-page .top-block {
    margin-bottom: 40px !important;
}
}
 @media screen and (min-width: 768px) {
 .title-mob {
    display: none !important;

}
}
 .rs-module-wrap {
    position: relative;
    z-index: 1;
    width: 100%;
    display: block;
    margin-top:-230px !important;
}
  .swiper-button-lock {
    display: none;
}
    .swiper {
	height: 100%;
    width: 100%;
	margin-left: auto;
    margin-right: auto;
    position: absolute !important;
    overflow: hidden;
    overflow: clip;
    list-style: none;
    padding: 0;
    z-index: 1 !important;
    display: flex !important;
    top: 0 !important;
    }

    .swiper-slide {
	  text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
    height: 521px !important;
	width: 100%;
    }

.index-page .top-block nav a {
    color: #ffae0a;
    font-size: 28px;
    text-decoration: none;
    border-bottom: 1px dotted;
    margin-right: 39px;
    padding-bottom: 5px;
    transition: 0.2s;
}
.index-page .top-block {
    height: 521px;
    background-size: contain;
    color: #fff;
    margin-bottom: 100px;
    padding-top: 70px;
    position: relative;
    z-index: 9;
}

.center-block-1 {
	top: 265px;
    z-index: 9;
}
/* Окно с cookie */

  #cookie_notice_a  {
  color: #383838;
  text-decoration:underline;
  }
   #cookie_notice_a:hover  {
  color: #383838;
  text-decoration:none;
  }
      .cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    left: 0;
    right: 0;
	background: #f8f9fa;
    color: #383838;
    text-align: left;
    font-size: 12px;
	line-height: 1.4;
    width: 400px;
    padding: 20px;
    border-radius: 10px;
    margin: 10px;
    -webkit-box-shadow: 4px 4px 38px -12px rgba(52, 52, 52, 0.49);
    -moz-box-shadow: 4px 4px 38px -12px rgba(52, 52, 52, 0.49);
    box-shadow: 4px 4px 38px -12px rgba(52, 52, 52, 0.49);
}
 @media screen and (max-width: 768px) {
  .cookie_notice {
    width: 100%;
	margin: 0px;
}
}
.cookie_btn {
background: #ff3366;
    color: #fff;
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    font-weight: bold;
    text-transform: uppercase; 
	font-weight: 500;
    border-width: 2px;
    font-style: normal;
    letter-spacing: 1px;
    margin: 0.5rem 0rem;
    white-space: normal;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    word-break: break-word;
    -webkit-align-items: center;
    -webkit-justify-content: center;
    display: -webkit-inline-flex;
    padding: 10px;
    border-radius: 3px;
    width: 100%;
}
.cookie_btn:hover {
    background:#ff7799;
	color: #FFF;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #FFF;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}

/* Окно выхода с сайта */
 .exitblock {    
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 100000;

}    

.modal-content_new {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #f1f1f1;
    background-clip: padding-box;
    border: 0px solid rgba(0,0,0,.2) !important;
    border-radius: 0rem !important;
    outline: 0;
  	background-image: url(../images/caa44463bac0ceaf3e5b5a1a227cdce6.gif);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
	height: 250px !important;
}
  @media (min-width: 576px){
.modal-dialog_1 {
    box-shadow: 0 0 15px -2px #444;
    border-radius: 0px !important;
    max-width: 460px;
    margin: 0px;
    min-height: 250px;
    height: 250px !important;
    position: absolute;
    right: 0;
}
}


.flex-container-new {
  display: flex; /* flex || inline-flex */
}

.flex-container-1 {
width:45%;
}
.flex-container-2 {
width:55%;
padding-top: 10px;
}
.elementor-heading-title {
    color: #2f2f2f !important;
    font-family: "Bebas Neue", Sans-serif;
    font-weight: 400;
line-height: 1.2;
}
.razmer_00 {
  font-size: 14px;
  margin-bottom: 10px;
	}
	
.razmer_0 {
  font-size: 18px;
  margin-bottom: 10px;
      margin-top: 20px;
	}
	
.razmer_1 {
font-size: 24px;
margin-bottom: 10px;
	}
	
.razmer_2 {
    font-size: 40px;
	}
.closer { -webkit-transition: all 0.2s; transition: all 0.2s; }
.closer { width: 40px; height: 40px; display: block; position: absolute; right: 10px; top: 10px; background: url('../images/cross.png') no-repeat; cursor: pointer; }
.closer:hover {     opacity:0.7;
        transform: rotate(90deg);
        transition: all 0.5s ease-in-out 0s; }
		.reveal-text {
  --animation-delay: var(--delay, 0);
  --animation-duration: var(--duration, 800ms);
  --animation-iterations: var(--iterations, 1);
  position: relative;
  font-size: 10vw;
  animation-name: clip-text;
  color: #FFF;
  white-space: nowrap;
  cursor: default;
  
  &::after {
    content: "";
    position: absolute;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f2f98b;
    transform: scaleX(0);
    transform-origin: 0 50%;
    pointer-events: none;
    animation-name: text-revealer;
  }
  
}


@keyframes clip-text {
  from {
    clip-path: inset(0 100% 0 0);
  }
  to {
    clip-path: inset(0 0 0 0);
  }
}


@keyframes text-revealer {
  
  0%, 50% {
    transform-origin: 0 50%;
  }
  
  60%, 100% {
    transform-origin: 100% 50%;   
  }

  
  60% {
    transform: scaleX(1);
  }
  
  100% {
    transform: scaleX(0);
  }
}
.bounce span {
display: block;
  animation: bounce-top 2s 1 both;
  }

@keyframes bounce-top {
  0% {
    transform: translateY(-45px);
    animation-timing-function: ease-in;
    opacity: 1;
  }
  24% {
    opacity: 1;
  }
  40% {
    transform: translateY(-24px);
    animation-timing-function: ease-in;
  }
  65% {
    transform: translateY(-12px);
    animation-timing-function: ease-in;
  }
  82% {
    transform: translateY(-6px);
    animation-timing-function: ease-in;
  }
  93% {
    transform: translateY(-4px);
    animation-timing-function: ease-in;
  }
  25%,
  55%,
  75%,
  87% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
  }
  100% {
    transform: translateY(0px);
    animation-timing-function: ease-out;
    opacity: 1;
  }
}

.h5-title {
    margin: 40px auto 0px;
    padding: 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #000;
}
.columns-wr2 a {
text-decoration: none;
    color: #F6792C;
}
.columns-wr2 {
    display: block;
    margin-top: 40px;
}

.fack1 {
 font-size:18px;
  font-weight:400;
  color: #000000;
  margin-bottom:20px;
  margin-top:30px;
}

.faq {
  width: 100%;
}
 
details {
  border-bottom: 1px solid #ddd;
  padding: 0.5em;
  margin-bottom: 1em;
}
 
summary {
  font-size:16px;
  font-weight:400;
    color: #000;
  cursor: pointer;
  padding-bottom: 10px;
}
 p {   color: #686868;

	line-height: 1.8;
	font-size:14px;
	padding-bottom: 10px;
 }

details[open] {

}

::marker {
	 color:#fa7829;
 }
.fack-block {
	margin: 0 auto;
     width: 960px; }
	 
.zvet {
	color:#F6792C !important;
}
.biznes-page-img {

display: inline-block;
    width: 100%;
    margin: 0px 0px 40px 0px;
	padding:10px;
	}
	
	.biznes-page-img-1 {

display: inline-block;
    width: 400px;
    margin: 0px 0px 40px 0px;
	padding:10px;
	}
	.biznes-page-ul li {
   margin-bottom:5px;  
}
.b3_title_1 {
    font-size: 28px;
    font-weight: 400;
    color: #f7792c;
    font-family: Forum regular !important;
    text-align: left;
    padding: 0px 0px 20px 0px;
}

.dropdown {
  display: inline-block;
  margin: 0 auto;
  position: relative;
}

.dropdown #menu {
  display: none;
}

.dropdown .-hover {
  color: #fdac7a;
  font-weight: 600;
}

.dropdown .-hover > span {
  text-decoration: underline dashed;
  font-style: italic;
}

.dropdown .-arrow::after {
  content: '\25BC';
  font-size: 50%;
  cursor: pointer;
}

.dropdown .-list {
  display: none;
box-sizing: border-box;
    top: 100%;
    left: -5px;
    z-index: 10;
    margin-top: 10px;

}

.dropdown .-list a {
text-decoration: none;
    transition: 0.2s;
    font-size: 13px;
    padding: 6px 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.dropdown .-list a:hover {
  color: #fdac7a;
}

.dropdown #menu:checked ~ .-list {
  display: block;
}

.dropdown #menu:checked ~ .-arrow::after {
  content: '\25B2';
}

.b24-form-state-container .b24-form-success {
    background-color: #fff !important;
}