/* /local/templates/solo_2025/components/sotbit/regions.choose/solo_new/style.css */
.select-city-wrap{position:relative}.select-city__block__text{color:#919294;font-size:12px;line-height:30px}.select-city__block__text-city{}.select-city__dropdown__title{color:#414141;line-height:25px;font-size:15px;display:block}.select-city__dropdown__title p{font-weight:bold;margin-top:0}.select-city__dropdown__title-wrap{margin-bottom:10px}.select-city__dropdown{background-color:#ffffff;box-shadow:0px 5px 5px 0px rgba(0,0,0,0.22);width:380px;text-align:center;padding:20px;border-radius:15px;border:1px solid #999}.select-city__dropdown-wrap{z-index:99;position:fixed;top:140px;left:calc(50% - 0px)}.select-city__dropdown__choose{display:inline-block;height:32px;width:150px;font-size:16px;line-height:32px;text-align:center;cursor:pointer}.select-city__dropdown__choose:hover,.select-city__dropdown__choose:active,.select-city__dropdown__choose:focus{opacity:.7}.select-city__dropdown__choose__yes{color:#ffffff;background:#629a33;margin-right:15px}.select-city__dropdown__choose__no{color:#ffffff;background:#ccc}.select-city__dropdown__choose-wrap{width:100%;display:flex;align-items:center;justify-content:center}.select-city__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:3000;display:none}.modal__overlay{display:none !important;position:fixed;left:0;top:0;width:100%;height:100%;background-color:rgba(0,0,0,0.5);z-index:2500}.select-city__modal-wrap{background-color:#ffffff;box-shadow:0px 5px 5px 0px rgba(0,0,0,0.22);width:200px;padding:20px 30px;position:fixed;top:50px;left:calc(50% + 500px);border:none;transition:width .2s;border-radius:20px}.select-city__modal__title{color:#000000 !important;line-height:30px;font-size:25px !important}.select-city__modal__list{columns:1}.select-city__modal__list__title{color:#000000;line-height:30px;font-size:14px;display:block;margin-bottom:11px}.select-city__modal__list__item{line-height:30px;font-size:18px;margin-bottom:0 !important;cursor:pointer;margin:0;padding:5px 0}.select-city__modal__list__item:hover,.select-city__modal__list__item:focus,.select-city__modal__list__item:active{font-weight:bold;text-decoration:none}@media only screen and (max-width:1427px){.select-city__dropdown-wrap,.select-city__modal-wrap{width:330px;top:100px;left:calc(50% - 270px)}.select-city__dropdown{width:330px}.select-city__dropdown__title,.select-city__dropdown__title p,.select-city__modal__list__item{font-size:12px}.select-city__modal__list__item{line-height:12px}.select-city__dropdown__choose{height:30px;font-size:14px;line-height:30px}}@media only screen and (max-width:768px){.select-city__dropdown-wrap,.select-city__modal-wrap{width:280px;top:50px;left:calc(50% - 160px)}.select-city__dropdown{width:280px}.select-city__dropdown__title,.select-city__dropdown__title p,.select-city__modal__list__item{font-size:10px}.select-city__modal__list__item{line-height:10px}.select-city__dropdown__choose{height:24px;font-size:12px;line-height:24px}.select-city__modal{background-color:rgba(0,0,0,0.4)}}

/* /local/templates/solo_2025/css/lib/tooltipster.bundle.min.css */
.tooltipster-fall, .tooltipster-grow.tooltipster-show {
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -moz-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -ms-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    -o-transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-base {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    pointer-events: none;
    position: absolute
}
.tooltipster-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}
.tooltipster-content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-height: 100%;
    max-width: 100%;
    overflow: auto
}
.tooltipster-ruler {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    visibility: hidden
}
.tooltipster-fade {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity
}
.tooltipster-fade.tooltipster-show {
    opacity: 1
}
.tooltipster-grow {
    -webkit-transform: scale(0,0);
    -ms-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-backface-visibility: hidden
}
.tooltipster-grow.tooltipster-show {
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-swing {
    opacity: 0;
    -webkit-transform: rotateZ(4deg);
    -ms-transform: rotateZ(4deg);
    transform: rotateZ(4deg);
    -webkit-transition-property: -webkit-transform, opacity;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}
.tooltipster-swing.tooltipster-show {
    opacity: 1;
    -webkit-transform: rotateZ(0);
    -ms-transform: rotateZ(0);
    transform: rotateZ(0);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,1);
    -webkit-transition-timing-function: cubic-bezier(.23,.635,.495,2.4);
    transition-timing-function: cubic-bezier(.23,.635,.495,2.4)
}
.tooltipster-fall {
    -webkit-transition-property: top;
    transition-property: top;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-fall.tooltipster-initial {
    top: 0 !important
}
.tooltipster-fall.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    top: 0 !important;
    opacity: 0
}
.tooltipster-slide {
    -webkit-transition-property: left;
    transition-property: left;
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1);
    -webkit-transition-timing-function: cubic-bezier(.175,.885,.32,1.15);
    transition-timing-function: cubic-bezier(.175,.885,.32,1.15)
}
.tooltipster-slide.tooltipster-initial {
    left: -40px !important
}
.tooltipster-slide.tooltipster-dying {
    -webkit-transition-property: all;
    transition-property: all;
    left: 0 !important;
    opacity: 0
}@-webkit-keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}
.tooltipster-update-fade {
    -webkit-animation: tooltipster-fading .4s;
    animation: tooltipster-fading .4s
}@-webkit-keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes tooltipster-rotating{25%{-webkit-transform:rotate(-2deg);transform:rotate(-2deg)}75%{-webkit-transform:rotate(2deg);transform:rotate(2deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}
.tooltipster-update-rotate {
    -webkit-animation: tooltipster-rotating .6s;
    animation: tooltipster-rotating .6s
}@-webkit-keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes tooltipster-scaling{50%{-webkit-transform:scale(1.1);transform:scale(1.1)}100%{-webkit-transform:scale(1);transform:scale(1)}}
.tooltipster-update-scale {
    -webkit-animation: tooltipster-scaling .6s;
    animation: tooltipster-scaling .6s
}
.tooltipster-sidetip .tooltipster-box {
    background: #565656;
    border: 2px solid #000;
    -webkit-border-radius: 4px;
    border-radius: 4px
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-box {
    margin-right: 8px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-box {
    margin-left: 8px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}
.tooltipster-sidetip .tooltipster-content {
    color: #fff;
    line-height: 18px;
    padding: 6px 14px
}
.tooltipster-sidetip .tooltipster-arrow {
    overflow: hidden;
    position: absolute
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
    height: 10px;
    margin-left: -10px;
    top: 0;
    width: 20px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    right: 0;
    top: 0;
    width: 10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
    height: 20px;
    margin-top: -10px;
    left: 0;
    top: 0;
    width: 10px
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
    bottom: 0;
    height: 10px;
    margin-left: -10px;
    width: 20px
}
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
    height: 0;
    position: absolute;
    width: 0
}
.tooltipster-sidetip .tooltipster-arrow-background {
    border: 10px solid transparent
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
    border-bottom-color: #565656;
    left: 0;
    top: 3px
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
    border-left-color: #565656;
    left: -3px;
    top: 0
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
    border-right-color: #565656;
    left: 3px;
    top: 0
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #565656;
    left: 0;
    top: -3px
}
.tooltipster-sidetip .tooltipster-arrow-border {
    border: 10px solid transparent;
    left: 0;
    top: 0
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #000
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #000
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #000
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #000
}
.tooltipster-sidetip .tooltipster-arrow-uncropped {
    position: relative
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -10px
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
    left: -10px
}

/* /local/templates/solo_2025/css/lib/jquery.fancybox.min.css */
body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute!important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;backface-visibility:hidden;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;height:100%;left:0;position:fixed;-webkit-tap-highlight-color:transparent;top:0;-webkit-transform:translateZ(0);transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s,visibility 0s linear .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s,visibility 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;text-align:center;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;-webkit-transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;height:100%;margin-right:-.25em;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--next{z-index:99995}.fancybox-slide--image{overflow:visible;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px 6px 0}.fancybox-slide--iframe{padding:44px 44px 0}.fancybox-content{background:#fff;display:inline-block;margin:0 0 6px;max-width:100%;overflow:auto;padding:0;padding:24px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{-webkit-animation-timing-function:cubic-bezier(.5,0,.14,1);animation-timing-function:cubic-bezier(.5,0,.14,1);-webkit-backface-visibility:hidden;backface-visibility:hidden;background:transparent;background-repeat:no-repeat;background-size:100% 100%;left:0;margin:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;-webkit-transform-origin:top left;transform-origin:top left;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-drag .fancybox-content{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-content{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:transparent;border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--html .fancybox-content{margin-bottom:6px}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;margin:0;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff;height:calc(100% - 44px);margin-bottom:44px}.fancybox-iframe,.fancybox-video{background:transparent;border:0;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{vertical-align:top}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;cursor:pointer;display:inline-block;height:44px;margin:0;outline:none;padding:10px;transition:color .2s;vertical-align:top;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button.disabled,.fancybox-button.disabled:hover,.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default}.fancybox-button svg{display:block;overflow:visible;position:relative;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:transparent;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--play svg path,.fancybox-button--share svg path,.fancybox-button--thumbs svg path{fill:currentColor}.fancybox-button--share svg path{stroke-width:1}.fancybox-navigation .fancybox-button{height:38px;opacity:0;padding:6px;position:absolute;top:50%;width:38px}.fancybox-show-nav .fancybox-navigation .fancybox-button{transition:opacity .25s,visibility 0s,color .25s}.fancybox-navigation .fancybox-button:after{content:"";left:-25px;padding:50px;position:absolute;top:-25px}.fancybox-navigation .fancybox-button--arrow_left{left:6px}.fancybox-navigation .fancybox-button--arrow_right{right:6px}.fancybox-close-small{background:transparent;border:0;border-radius:0;color:#555;cursor:pointer;height:44px;margin:0;padding:6px;position:absolute;right:0;top:0;width:44px;z-index:10}.fancybox-close-small svg{fill:transparent;opacity:.8;stroke:currentColor;stroke-width:1.5;transition:stroke .1s}.fancybox-close-small:focus{outline:none}.fancybox-close-small:hover svg{opacity:1}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small,.fancybox-slide--video .fancybox-close-small{color:#ccc;padding:5px;right:-12px;top:-44px}.fancybox-slide--iframe .fancybox-close-small:hover svg,.fancybox-slide--image .fancybox-close-small:hover svg,.fancybox-slide--video .fancybox-close-small:hover svg{background:transparent;color:#fff}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption{bottom:0;color:#fff;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:25px 44px;right:0}.fancybox-caption:before{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);background-repeat:repeat-x;background-size:contain;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:-25px;z-index:-1}.fancybox-caption:after{border-bottom:1px solid hsla(0,0%,100%,.3);content:"";display:block;left:44px;position:absolute;right:44px;top:0}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;border:6px solid hsla(0,0%,39%,.5);border-radius:100%;border-top-color:#fff;height:60px;left:50%;margin:-30px 0 0 -30px;opacity:.6;padding:0;position:absolute;top:50%;width:60px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1);transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;-webkit-transform:rotate(-1turn);transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;-webkit-transform:rotate(1turn);transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;-webkit-transform:rotate(0deg);transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:transparent;border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#fff;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:transparent;top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{-webkit-backface-visibility:hidden;backface-visibility:hidden;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:transparent;width:100px}.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li{background-position:50%;background-repeat:no-repeat;background-size:cover}.fancybox-thumbs>ul>li:before{border:4px solid #4ea7f9;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(.25,.46,.45,.94);z-index:99991}.fancybox-thumbs .fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}

/* /local/templates/solo_2025/template_styles.css */
@charset "UTF-8";@font-face{font-display:swap;font-family:'Nunito-Regular';src:url('/local/templates/solo_2025/fonts/Nunito-Regular.ttf') format("truetype");font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:'Nunito-Black';src:url('/local/templates/solo_2025/fonts/Nunito-Black.ttf') format("truetype");font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:'Nunito-Bold';src:url('/local/templates/solo_2025/fonts/Nunito-Bold.ttf') format("truetype");font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:'Nunito-ExtraBold';src:url('/local/templates/solo_2025/fonts/Nunito-ExtraBold.ttf') format("truetype");font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:'Nunito-Light';src:url('/local/templates/solo_2025/fonts/Nunito-Light.ttf') format("truetype");font-weight:normal;font-style:normal}@font-face{font-display:swap;font-family:'Nunito-Medium';src:url('/local/templates/solo_2025/fonts/Nunito-Medium.ttf') format("truetype");font-weight:normal;font-style:normal}html,body{margin:0;padding:0;overflow-x:hidden !important}html.open,body.open{overflow:hidden !important}html.white:before,body.white:before{display:block;position:absolute;content:'';width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,0.8)}body{background:#fff;color:#000;font-family:'Nunito-Regular';font-size:15px;min-width:375px}body.svet_templ{background:#000;color:#fff}a{text-decoration:none;color:#000}a:hover{color:#629b33}.svet_templ a{color:#fff}.svet_templ a:hover{color:#69c}.b-rub{}.solo_header{height:130px;background:#fff;position:fixed;width:100%;z-index:9;top:0;box-shadow:0px 1px 12px #999}.svet_templ .solo_header{background:#000}.solo_header_block{position:relative;height:130px;width:1430px;margin:0 auto;opacity:1}.solo_header_icons_block{position:relative;width:1430px;margin:0 auto;opacity:1}.solo_header_block_logo{position:absolute;margin-top:23px;z-index:1}.solo_header_block_location{position:absolute;margin-top:23px;right:0}.solo_header_block_location div{display:inline-block;margin-left:80px;font-size:18px;color:#666}.svet_templ .solo_header_block_location div{color:#fff}.solo_header_block_phone{background:url('/local/templates/solo_2025/img/phone2.svg') left center no-repeat;padding-left:22px}.svet_templ .solo_header_block_phone{background:url('/local/templates/solo_2025/img/phone_w.svg') left center no-repeat}.solo_header_block_phone a{color:#666;font-family:'Nunito-Medium';font-size:14px}.svet_templ .solo_header_block_phone a{color:#fff}.solo_header_block_location_title{background:url('/local/templates/solo_2025/img/point2.svg') left center no-repeat;padding-left:20px}.svet_templ .solo_header_block_location_title{background:url('/local/templates/solo_2025/img/point_w.svg') left center no-repeat}.top_sched{font-family:'Nunito-Medium';font-size:14px}.solo_header_menu_block{width:100%;background:#fff;position:absolute;bottom:22px;z-index:0}.svet_templ .solo_header_menu_block{background:#000}.solo_header_bottom_menu{width:1120px;margin:0 auto}.solo_header_menu_item{display:inline-block;margin-right:45px}.solo_header_menu_item a,.solo_header_menu_item span{text-decoration:none;font-size:18px;color:#000;cursor:pointer}.svet_templ .solo_header_menu_item a,.svet_templ .solo_header_menu_item span{color:#fff}.solo_header_menu_item a:hover,.solo_header_menu_item a.active,.solo_header_menu_item span:hover,.solo_header_menu_item span.active{color:#629a33}.svet_templ .solo_header_menu_item a:hover,.svet_templ .solo_header_menu_item a.active,.svet_templ .solo_header_menu_item span:hover{color:#69c}.solo_header_submenu_blk{display:none;position:absolute;background:#fff;width:100%;left:0}.svet_templ .solo_header_submenu_blk{background:#000}.solo_header_menu_item:hover .solo_header_submenu_blk{display:block}.solo_header_submenu_blk.prod_blk{min-height:500px}.solo_header_bottom_icons{position:absolute;right:0;bottom:26px}.solo_header_top_search{background:url('/local/templates/solo_2025/img/search2.svg') center center no-repeat;height:28px;width:28px}.svet_templ .solo_header_top_search{background:url('/local/templates/solo_2025/img/search2_w.svg') center center no-repeat}.solo_header_top_search_blk.active .solo_header_top_search{display:none}.solo_header_top_search_blk{position:absolute;right:50px;height:28px;width:40px;transition:all 0.5s ease}.solo_header_top_search_frm{position:absolute;top:-8px;right:10px;background:#fff}.svet_templ .solo_header_top_search_frm{background:#000}.solo_header_top_search_fld{background:none;border:none;font-family:'Nunito-Light';font-size:0px;width:0px;outline:none}.solo_header_top_search_fld.active{background:#fff;border:none;font-family:'Nunito-Light';font-size:18px;width:350px;outline:none;padding:8px 40px 8px 17px;border:1px solid #999;border-radius:20px}.svet_templ .solo_header_top_search_fld.active{background:#000;color:#fff}.solo_header_top_search_btn{position:absolute;width:0px;right:10px;top:9px}.solo_header_top_search_btn.active{width:24px;cursor:pointer}.solo_header_top_basket{background:url('/local/templates/solo_2025/img/head_cart2.svg') center center no-repeat;height:28px;width:31px;margin-right:10px}.svet_templ .solo_header_top_basket{background:url('/local/templates/solo_2025/img/head_cart2_w.svg') center center no-repeat}.cart_number{position:absolute;right:0px;top:-12px;width:23px;height:22px;padding-top:1px;font-size:14px;text-align:center;color:#FFF;background:#72b62d;-webkit-border-radius:12px;border-radius:12px;font-family:Nunito-Medium}.svet_templ .cart_number{background:#69c}.select-city__block__text-city{text-decoration:underline;cursor:pointer}.solo_header_submenu{width:1120px;margin:0 auto;padding-top:70px;margin-bottom:40px;position:relative}.solo_header_submenu_col_img{display:inline-block;width:280px;vertical-align:top;text-align:center}.solo_header_submenu_col_txt{text-align:left;line-height:40px;display:inline-block;width:280px;vertical-align:top}.solo_header_submenu a{font-size:15px;display:block}.solo_header_submenu a:hover{color:#629a33}.svet_templ .solo_header_submenu a:hover{color:#69c}.solo_header_submenu img{display:block;width:275px;transition:all .2s linear;border-radius:20px;margin-bottom:15px}.solo_header_submenu img:hover{transform:scale(1.05)}.solo_header_submenu_col_root{display:block !important}.solo_header_submenu_link{margin-bottom:40px;text-align:left !important;text-transform:uppercase;background:url('/local/templates/solo_2025/img/parent.svg') center right no-repeat;padding-left:40px;width:165px !important}.solo_header_submenu_link{font-size:18px}.solo_header_submenu_link:hover{background:url('/local/templates/solo_2025/img/parent_act.svg') center right no-repeat}.svet_templ .solo_header_submenu_link{background:url('/local/templates/solo_2025/img/parent_w.svg') center right no-repeat}.svet_templ .solo_header_submenu_link:hover{background:url('/local/templates/solo_2025/img/parent_w_act.svg') center right no-repeat}.solo_header_hr{position:fixed;width:100%;z-index:1;top:130px;background-image:linear-gradient(to top,rgba(0,0,0,0),rgba(0,0,0,0.2));height:10px}.solo_header_subsubmenu_blk{display:none;text-align:left;position:absolute;top:70px;left:280px;min-height:180px;width:500px}.solo_header_submenu_col_root:hover .solo_header_subsubmenu_blk{display:block}.solo_subsub_link{margin-bottom:10px;width:240px}.subsub_parent{background:url('/local/templates/solo_2025/img/parent.svg') center right no-repeat}.subsub_parent:hover{background:url('/local/templates/solo_2025/img/parent_act.svg') center right no-repeat}.svet_templ .subsub_parent{background:url('/local/templates/solo_2025/img/parent_w.svg') center right no-repeat}.svet_templ .subsub_parent:hover{background:url('/local/templates/solo_2025/img/parent_w_act.svg') center right no-repeat}.solo_header_subsubsubmenu_blk{display:none;position:absolute;top:0px;left:340px;width:400px}.solo_subsubsub_blk:hover .solo_header_subsubsubmenu_blk{display:block}.solo_subsubsub_link{margin-bottom:10px}.svet_templ .select-city__modal-wrap{background-color:#000}#modal{display:none}.share-modal{display:none;position:fixed;top:0;left:0;background:transparent;width:100%;height:100%;overflow-y:auto;z-index:101}.share-modal .block{position:relative;width:440px;padding:20px 15px;left:50%;margin-left:-220px;top:20%;border:1px solid #72b62d;border-radius:20px;background:#FFF}.share-modal .close{position:absolute;cursor:pointer;top:4px;right:15px;font-size:50px;color:#d2d2d2}.share-modal strong{display:block;text-align:center;margin-bottom:20px;font-size:14px;text-transform:uppercase}.share-modal .line{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;margin-bottom:20px}.share-modal .line .allert_text.center{text-align:center}.share-modal .line .allert_text{width:100%;color:#000}main{max-width:1920px;margin:0 auto;overflow:hidden}.content{padding-top:130px;margin-bottom:30px;position:relative}#opaco{background-color:#000000;left:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 60);filter:alpha(opacity=60);moz-opacity:.6;-khtml-opacity:.6;opacity:.6;position:absolute;top:0;width:100%;z-index:2;height:100%;display:none;transition:all 1s ease}#opaco2{background-color:#000000;left:0;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 60);filter:alpha(opacity=60);moz-opacity:.6;-khtml-opacity:.6;opacity:.6;position:absolute;top:0;width:100%;z-index:2;height:100%;display:none;transition:all 1s ease}.wrap{max-width:1430px;position:relative;margin:0 auto;height:100%}.wrap img{}.center_blk{text-align:center;padding-bottom:20px}.headtitle_blk{text-align:center;padding-bottom:50px}.breadcrump{font-size:15px;font-family:'Nunito-Light';margin:10px 0;text-align:left}.main_txt{text-align:left;padding-bottom:20px}.main_txt p{padding-bottom:10px}.main_txt .title{font-family:'Nunito-Bold';padding-top:20px;padding-bottom:10px}.solo_main_block{margin-top:40px}.headtitle_left{font-size:30px;text-align:left;margin:0;margin-left:100px;margin-top:80px}.headtitle{font-size:30px;text-align:center;margin:0;margin-top:20px}h1.headtitle{font-weight:normal}.headcatalog{font-family:'Nunito-Bold';font-size:28px;text-align:center;text-transform:uppercase}#indexslider{position:relative;height:850px;overflow:hidden;margin-bottom:40px;background:#eee}.ndx_newimg{}.ndx_stxt{position:absolute;left:245px;top:180px;color:#fff;font-size:22px;width:1240px}.ndx_stxt span{display:block;font-family:'Nunito-Medium';font-size:40px;margin-bottom:40px}.ndx_newbtn{position:absolute;bottom:180px;width:100%;text-align:center}.ndx_newbtn.first{left:245px;text-align:left}.ndx_link{color:#fff;border:1px solid #fff;border-radius:8px;padding:24px 85px;font-size:22px;background:rgba(255,255,255,0.3);text-transform:lowercase}.ndx_link:hover{color:#fff}.slider_control{position:absolute;bottom:50px;width:100%;text-align:center}.slide_blt{display:inline-block;width:14px;height:14px;border-radius:50%;background:rgba(255,255,255,0.65);margin:2px 4px;cursor:pointer}.slide_blt.active{width:20px;height:20px;background:#fff;margin:0 4px}.mission_txt{width:1400px;margin:20px auto 0 auto}.solo_weoffer_blk{width:1430px;margin:0 auto 40px auto}.solo_weoffer_subblk{display:inline-block}.solo_weoffer_subblk0{margin-right:30px}.solo_weoffer_img_blk{position:relative}.weoffer_img{display:block;margin-bottom:30px;border-radius:15px;width:690px}.weoffer_img_hide{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);border-radius:15px}.solo_weoffer_title{position:absolute;bottom:63px;left:50px;color:#fff;font-size:25px;margin:0}.about_weoffer .solo_weoffer_title{bottom:25px;line-height:45px}.solo_weoffer_subtitle{position:absolute;bottom:30px;left:50px;color:rgba(255,255,255,0.5);font-size:18px;margin:0}.solo_weoffer_info_blk{display:none;position:absolute;color:#fff;width:590px;top:0px;text-align:center;left:50px;font-size:15px}.solo_weoffer_info_blk p{margin-bottom:40px}.solo_weoffer_link{color:#fff;border:1px solid #fff;border-radius:8px;padding:10px 15px;font-size:20px}.solo_weoffer_link:hover{color:#fff}.solo_advert_blk{min-height:100px}.solo_advert_blk{margin:50px 0 30px 0}.solo_advert_blk img{width:100%}.realize_blk{width:1430px;margin:0 auto 40px;justify-content:space-between;display:flex}.realize_img_blk{display:inline-block;text-align:center}.realize_img{border-radius:15px;width:698px;height:293px}.realize_title{margin:5px;font-size:20px}.realize_link{border:1px solid #000;border-radius:10px;padding:10px 15px;font-size:20px}.ndxnews_blk{width:1230px;margin:0 auto 40px;justify-content:space-between;display:flex}.ndxnews_img_blk{display:inline-block;text-align:center;width:290px;position:relative}.ndxnews_img{border-radius:15px;margin-bottom:10px;width:290px}.ndxnews_img_hide{position:absolute;top:0;right:0;bottom:35px;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);border-radius:15px}.ndxnews_title{color:#fff;font-size:20px;position:absolute;bottom:0;margin:30px;text-align:left;width:230px;line-height:30px}.ndxnews_link{text-decoration:underline;font-size:15px}.news_line_item{display:inline-block;width:calc(25% - 20px);margin:10px;vertical-align:top}.news_line_item img{width:100%}.solo_news-line{display:flex;justify-content:space-between;margin-top:20px}.news-item p{max-width:420px}.icons-line img{margin:10px}.solo_breadcrump{text-align:left;padding-top:30px}.solo_breadcrump a{text-decoration:none}.headtitle.textleft{text-align:left}.about_blk{background:url('/local/templates/solo_2025/img/about_head.svg') no-repeat center center;height:614px;margin-bottom:50px}.about_blk .center_blk{padding-top:0px;color:#fff}.about_blk a{color:#fff}.about_blk .headtitle{margin-top:50px;width:900px;margin:100px auto 50px;font-size:40px;font-family:'Nunito-Medium'}.about_blk .head-text{width:1000px;margin:0 auto;font-size:22px}.about_today_blk{max-width:1230px;position:relative;margin:10px auto 0}.about_today_subblk{display:inline-block;vertical-align:top;margin-top:20px}.about_today_txt{background:url('/local/templates/solo_2025/img/galka-green.svg') no-repeat left 5px;padding:0px 40px 30px 40px;font-size:20px;width:530px}.headtitle_left.about_proj{margin:60px 0 30px 100px}.headtitle_left.about_proj span{color:#629A33}.about_proj_txt{width:1430px;margin:0 auto 40px auto;position:relative}.about_proj_txt p{width:750px;margin-left:100px}.about_proj_txt a{border:1px solid #629A33;border-radius:15px;padding:15px 90px 17px 120px;font-size:20px;background:url('/local/templates/solo_2025/img/arrow.svg') no-repeat 70px 27px;position:absolute;top:0;right:0}.about_proj_blk{width:1430px;margin:0 auto 60px auto;justify-content:space-between;display:flex}.about_proj_img_blk{display:inline-block;width:455px;vertical-align:top;position:relative}.about_proj_img_blk img{border-radius:20px;width:455px;height:520px}.about_proj_img_blk p{position:absolute;bottom:20px;left:60px;text-align:center;width:335px;font-size:20px}.about_proj_img_blk a{color:#fff}.about_proj_img_hide{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);border-radius:15px}.about_awards_txt{width:1230px;margin:30px auto 40px auto}.about_subs_txt{width:1430px;margin:30px auto 90px auto;position:relative}.about_subs_txt p{width:720px;margin-left:100px;line-height:24px}.about_subs_layer{position:absolute;top:0;right:0;width:100%}.about_subs_blk{position:relative}.about_subs_frm{position:absolute;right:100px;width:330px;height:70px;border:2px solid #629A33;border-radius:15px;padding:20px 40px;z-index:2;top:-25px}.about_subs_head{position:absolute;top:15px;font-size:18px;font-family:Nunito-Regular}.solo_index_subs_fld{position:absolute;top:60px;z-index:1;background:#fff;height:30px}#solo_index_subs_fld{font-family:'Nunito-Light';font-size:15px;border:none;outline:none;border-bottom:1px solid #999;padding:5px;width:320px}.solo_index_subs_fld span{background:url('/local/templates/solo_2025/img/subs_arrow.svg') no-repeat center center;width:19px;height:12px;position:absolute;right:0;top:12px}.svet_templ .solo_index_subs_fld span{background:url('/local/templates/solo_2025/img/subs_arrow_w.svg') no-repeat center center}.solo_index_subs_dump{position:absolute;height:90px;width:410px;background:#fff;right:100px;z-index:1}.solo_index_subs_chb{position:absolute;background:#fff;width:370px;top:0px;transition:all 1s ease;right:120px;padding:10px}.solo_index_subs_chb.active{top:85px;transition:all 1s ease}.about_subs_img{margin:20px auto 40px;width:1545px;display:block}.about_job_blk{height:760px;position:relative}.about_job_hide{position:absolute;top:55px;right:0;bottom:65px;left:0;background:rgba(0,0,0,0.5)}.about_job_txt_blk{width:1000px;margin:0 auto;color:#fff;padding-top:130px;text-align:center}.about_job_txt{position:absolute;width:960px}.about_job_txt p{font-size:18px;font-family:Nunito-Medium}.about_job_txt .title{font-size:30px;margin-bottom:130px;text-transform:uppercase}.about_job_txt a{text-decoration:underline}.solo_today_blk,.solo_about_offer_row,.solo_job_blk{position:relative}.solo_today_blk{margin-bottom:40px}.solo_today_bg,.solo_about_offer_bg,.solo_job_bg{position:absolute;width:100%;height:100%;top:0}#about_today_video{height:310px}#light_today_video{height:336px}.solo_today_bg div,.solo_job_bg div{width:50%;height:100%;display:inline-block}.solo_today_bg_right{background-position-x:0%;transition:all 3s ease}.solo_today_bg_right_loaded{background-position-x:100% !important;transition:all 3s ease}.solo_today_slider_blk{width:50%;text-align:left;color:#fff;padding:10px 0}.solo_today_slider,.today_slider_control{display:none}.solo_today_list li{list-style-type:none;padding-bottom:10px;width:90%}.solo_today_list li:before{content:'V';font-family:'Chiller';font-size:24px;position:absolute;left:0}.solo_today_txt span{font-family:'Chiller';font-size:24px}.solo_dump_bottom{margin-bottom:50px}.solo_about_offer_row{margin:30px 0}.solo_about_offer_bg{position:absolute;height:100%;width:100%;opacity:1;transition:all 3s ease}.solo_about_offer_txt{text-align:left;overflow:hidden;background:#fff;position:relative;opacity:1;transition:all 3s ease}.solo_about_offer1 .solo_about_offer_txt{height:409px;width:490px;left:0px;transition:all 3s ease}.solo_about_offer_txt span{}.solo_about_offer_txt.solo_about_preload,.solo_about_offer_bg.solo_about_preload{opacity:0.2;transition:all 3s ease}.solo_about_offer_txt_blk{display:inline-block;vertical-align:top}.solo_about_offer_img_blk{display:inline-block;position:relative}.solo_about_offer_img_mob{display:none}.solo_about_offer_type1 .solo_about_offer_txt.solo_about_preload{right:-200px;transition:all 3s ease}.solo_about_offer_type2 .solo_about_offer_txt.solo_about_preload{left:-200px;transition:all 3s ease}.solo_about_offer_type1 .solo_about_offer_txt{right:0px;transition:all 3s ease;padding-left:50px}.solo_about_offer_type2 .solo_about_offer_txt{left:0px;transition:all 3s ease;padding-right:50px}.solo_about_offer_img_blk img{position:absolute;top:0}.solo_about_offer_type1 .solo_about_offer_img_blk.solo_about_preload img{right:200px;transition:all 3s ease}.solo_about_offer_type2 .solo_about_offer_img_blk.solo_about_preload img{left:200px;transition:all 3s ease}.solo_about_offer_type1 .solo_about_offer_img_blk img{right:0px;transition:all 3s ease}.solo_about_offer_type2 .solo_about_offer_img_blk img{left:0px;transition:all 3s ease}.solo_awards_img{margin:0 auto 40px;width:1545px;display:block}.solo_smi_img{margin:30px 0 40px;display:block}.solo_smi_link{margin-bottom:40px;display:block}.solo_smi_list{text-align:left}.solo_smi_item{width:calc(50% - 1px);text-align:left;margin:0 0 30px 0;display:inline-block}.smi_item_img{width:190px;cursor:pointer}.smi_item_info{width:510px;font-size:20px;font-family:Nunito-Regular;color:#333;display:inline-block;margin-left:25px}.smi_item_dt{}.smi_item_txt{font-family:Nunito-Regular;margin:10px 0}.smi_item_src{font-family:Nunito-Regular;color:#999}.smi_item_src a{font-family:Nunito-Bold;text-decoration:none}.smi_item_src a span{font-family:Nunito-Regular;text-decoration:underline;color:#999}.error{color:red}.solo_smi_blk_close{background:url('/local/templates/solo_2025/images/feedback/fb_close.png');background-size:cover;width:45px;height:50px;position:fixed;right:calc(50% - 600px);top:102px;cursor:pointer}.solo_smi_blk{display:none}.solo_smi_blk_bg{position:fixed;top:0;left:0;background:#000;width:100%;height:100%;opacity:0.6;z-index:100}.solo_smi_blk_inner{position:fixed;top:100px;background:#fff;z-index:101;border:1px solid #333;padding:50px;overflow:scroll;max-height:700px;left:calc(50% - 600px)}#solo_smi_src{max-width:1100px !important}.solo_smi_carousel_blk{margin:20px 0 50px;position:relative}.owl-carousel{margin:0 auto;width:1250px}.carousel-item{margin:0 10px}.smi_item_img_light{cursor:pointer}.slider_smi_btn{display:block;position:absolute;top:calc(50% - 20px);z-index:1;cursor:pointer;width:52px;height:52px;text-decoration:none;opacity:1}#smi_prev_btn{left:0;background:url('/local/templates/solo_2025/images/smi_left.png') no-repeat center center}#smi_next_btn{right:0;background:url('/local/templates/solo_2025/images/smi_right.png') no-repeat center center}#solo_index_subs_fld_act{display:none;background:url('/local/templates/solo_2025/img/subs_arrow_act.svg') no-repeat center center;width:19px;height:12px;cursor:pointer}.svet_templ #solo_index_subs_fld_act{background:url('/local/templates/solo_2025/img/subs_arrow_w_act.svg') no-repeat center center}#index_subs_form_agree{position:absolute;z-index:-1;opacity:0}#index_subs_form_agree + label::before{content:'';display:inline-block;width:25px;height:25px;flex-shrink:0;flex-grow:0;border-radius:0.25em;margin-right:15px;background-repeat:no-repeat;background-position:center center;background-size:50% 50%;background-color:#f0f0f0;position:relative;top:5px;vertical-align:top}#index_subs_form_agree:checked + label::before{border-color:#629b33;background-color:#629b33;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}#index_subs_form_agree + label{line-height:17px}.txt_agreement{color:#333;font-family:"Nunito-Regular";display:inline-block;font-size:12px}.txt_agreement a{text-decoration:underline}.solo_quality_img{margin:30px auto;display:block}.solo_job_blk{margin-bottom:50px}.solo_job_txt{text-align:left;color:#fff;padding-top:20px;width:600px;padding-bottom:105px}.solo_job_txt p.title{font-size:35px}.news_head_blk{background:url("/local/images/news/banner.svg") no-repeat center center;height:330px;margin-bottom:50px}.news_head_wrap{width:1430px;margin:0 auto;padding:20px}.news_head_wrap .solo_breadcrump{color:#fff;font-size:15px;padding-top:10px}.news_head_wrap .solo_breadcrump a{color:#fff}.news_head_title{text-align:center;margin-top:60px;color:#fff;font-size:35px}.news_head_wrap .solo_news_filter_blk{text-align:left;margin:60px auto;width:1040px}.solo_news_filter_blk div{display:inline-block;margin-right:10px}.solo_news_filter_year{}#filter_year{border:none;color:#629b33;background:url('/local/templates/solo_2025/img/dropdown-arrow.svg') no-repeat 125px 24px #fff;padding:15px 50px 15px 35px;font-size:20px;border-radius:20px;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.filter_categ_news{border:none;border-radius:20px;background:#fff;font-size:20px;padding:14px 25px;text-decoration:none;display:inline-block;text-align:center;color:rgba(0,0,0,0.7)}.filter_categ_news.active{color:#fff;background:#629b33}.news_wrap img{border-radius:20px}.news_wrap{width:1430px;margin:0 auto}.news_wrap.list{width:1230px}.solo_news_list_row{justify-content:space-between;display:flex}.solo_news_item{display:inline-block;width:396px}.news-item p{width:100%;text-align:center;margin:15px auto 45px auto;line-height:20px}.news-item img{width:396px;border-radius:15px;height:251px}.news_wrap .solo_breadcrump,.news_wrap .solo_breadcrump a{color:#999}.solo_news_info{text-align:center;color:#999;margin-top:20px;margin-bottom:30px}.solo_news_pager{text-align:center;margin:20px 0 80px}.solo_news_list div{display:inline-block;vertical-align:top;padding:10px}.pager-item{display:inline-block;font-family:'Nunito-Light';font-size:18px;text-decoration:underline;margin-right:20px}.pager-item.active{text-decoration:none;color:#629b33}.solo_news_dump{width:calc(25% - 10px)}.error{color:red}.media_filter_year{text-align:center;margin:20px 0 40px}.media_filter_year #filter_year{border:none;color:#fff;background:#629b33;padding:5px 15px;font-size:23px;font-family:Nunito-Medium;border-radius:15px}.media_list_row{justify-content:space-between;display:flex;margin-bottom:60px}.media_item{display:inline-block;width:550px}.media_item_info{width:330px;font-size:20px;font-family:Nunito-Regular;color:#333;display:inline-block;margin-left:20px}.smi_item_dt{}.solo_media_list div{display:inline-block}.solo_media_item{max-width:49%;vertical-align:top}.solo_media_txt{max-width:75%;text-align:left;margin-left:20px}.media-date{}.media-source,.media-source a{color:#999}.media-source a{text-decoration:underline}.proj_wrap{background:url(/local/templates/solo_25/images/proj_top.svg);height:457px;color:#fff;margin-bottom:40px}.proj_wrap a{color:#fff}.proj_wrap .headtitle{font-size:40px;font-family:'Nunito-Medium'}.proj_top_txt{font-size:22px;width:1230px;margin:50px auto;text-align:center}.solo_project_search_blk{text-align:left;margin-bottom:20px}#proj_search_blk{text-align:left;position:relative;width:700px;margin:30px auto}#proj_search_fast{display:inline-block;border:1px solid #999;padding:12px 70px 12px 20px;border-radius:20px;position:relative;background:#fff}.fast_search_fld{width:400px;margin-bottom:0;border:none;outline:none;font-family:'Nunito-Regular';font-size:20px;color:rgba(0,0,0,0.8)}.fast_search_btn{position:absolute;right:15px;top:10px}#proj_filter{position:absolute;right:0;background:#fff;border-radius:20px;border:1px solid #629A33}.proj_search_fixed #proj_filter{right:10px}.solo_project_item{display:inline-block;margin:14px;width:calc(33% - 24px);text-align:center;vertical-align:top}.solo_project_item img{width:100%;border-radius:15px}#proj_search{display:none;position:fixed;background:#fff;width:940px;text-align:center;border:1px solid #999;top:180px;z-index:3;border-radius:20px;left:calc(50% - 470px);color:#333}#proj_search_frm{padding:20px 40px}.proj_search_frm_close{background:url(/upload/cssinliner_webp/local/templates/solo_25/images/feedback/fb_close.webp);width:45px;height:50px;position:absolute;right:10px;top:5px;cursor:pointer}.proj_search_headtitle{text-align:left;font-family:'Nunito-Light';font-size:45px;color:#999}.proj_search_left_col{border-right:1px solid #999}.proj_search_main_sublk{display:inline-block}.proj_search_left_blk{display:inline-block;margin-right:30px}.proj_search_center_blk{margin-right:30px;display:inline-block}.projsearch{width:255px;border:1px solid #ccc;padding:5px;margin:10px 0;text-align:center;font-family:'Nunito-Light';font-size:20px;border-radius:20px;background:#eee;color:#333}.projsearch option{text-align:left;padding-left:10px;background-color:#fff;font-size:16px}.projsearch option:hover,.projsearch option:active,.projsearch option:focus{background-color:#d8e6cc}.proj_search_right_col{vertical-align:top;text-align:left;margin-left:20px}.proj_search_title{position:relative;padding-left:30px;font-family:'Nunito-Light';font-size:18px;margin:8px 0;width:200px}.proj_search_title input{position:absolute;left:0;top:5px}.proj_search_main_blk{margin-top:30px}.proj_search_bottom_blk{border-top:1px solid #999;width:570px;margin-top:30px;padding-top:20px}.proj_search_bottom_right{display:inline-block}.proj_search_bottom_left{display:inline-block;margin-right:70px}.proj_search_bottom_title,.proj_search_fld{font-family:'Nunito-Light';font-size:18px}.proj_search_size_fld{width:75px;height:24px;border:1px solid #cccccc;margin:10px 10px 10px 5px;text-align:center;border-radius:15px;outline:none;background:#eee}.proj_search_close,.proj_dosearch_btn{display:inline-block;border-radius:20px;font-size:20px;border:1px solid;padding:5px 40px;margin:0 15px;cursor:pointer}.proj_search_close{color:#999;border-color:#999}.proj_dosearch_btn{color:#fff;border-color:#629b33;background:url(/local/images/proj/search_btn_act.svg) 95% center no-repeat #629b33;background-size:24px;padding-right:50px}.proj_search_btn_blk{margin-top:30px;text-align:right;margin-bottom:10px}.solo_project_list{text-align:left;min-height:330px;margin:0 -15px}.proj_search_fixed{position:fixed !important;left:calc(50% - 360px);top:140px;z-index:1;background:rgba(255,255,255,0.6);padding:10px;border-radius:30px}.proj_search_dump{margin-top:115px}.projsearch-custom-select{position:relative;width:255px;border:1px solid #ccc;padding:5px;margin:10px 0;text-align:center;font-family:'Nunito-Light';font-size:18px;border-radius:20px;background:#eee;color:#333}.projsearch-arrow{font-size:14px;position:absolute;left:24px;color:#666;top:10px}.projsearch-selected-item{cursor:pointer;padding-left:20px}.projsearch-dropdown-list{display:none;position:absolute;top:30px;left:0;width:100%;border:1px solid #ccc;background-color:#fff;list-style-type:none;padding:5px 0;margin:0;text-align:left;border-radius:10px;-webkit-box-shadow:0px 0px 15px 5px rgba(51,51,51,0.2);-moz-box-shadow:0px 0px 15px 5px rgba(51,51,51,0.2);box-shadow:0px 0px 15px 5px rgba(51,51,51,0.2);z-index:1;scrollbar-width:thin;overflow-y:scroll;height:300px}.projsearch-dropdown-list li{padding:5px 20px;cursor:pointer;font-size:16px}.projsearch-dropdown-list li:hover{background-color:#d8e6cc}.solo_boa a{color:#ed1651 !important}.solo_boa{background:url(/img/uploaded/projects/BOA-2015-logo.gif) left top no-repeat;height:112px;padding-left:80px;background-size:61px}.solo_project_ext_soa{background:url(/img/uploaded/projects/BOA-2015-logo.gif) left top no-repeat;min-height:112px;padding-left:120px;background-size:61px}.boa_head{display:block;margin-bottom:20px;color:#ed1651 !important;font-family:'Nunito-Bold'}.solo_project_detail_picture{width:100%;margin:20px 0;border-radius:20px}.solo_project_ext_blk{margin-bottom:40px}.solo_project_ext_blk img{border-radius:20px}.solo_project_ext_blk br{margin-bottom:10px}.solo_project_ext_blk a{text-decoration:underline;color:#629b33}.solo_project_ext_blk1{text-align:justify}.solo_project_ext_blk3,.solo_project_ext_type2,.solo_project_ext_type3{justify-content:space-between;display:flex;margin-bottom:30px}.img_type2{width:calc(50% - 15px)}.img_type3{width:32.3%}.solo_project_ext_txt{display:inline-block;width:calc(50% - 20px);text-align:left}.solo_project_title{margin:15px 60px 25px 60px}.solo_project_ext_blk1,.solo_project_ext_blk3,.solo_project_ext_blk4{text-align:left;margin:0 100px 40px 100px}.solo_project_dump{height:40px}#video_blk{position:absolute;top:0;width:100%}.video_hide{position:absolute;top:0;height:760px;left:0;right:0;background:#000;opacity:0.6}.proiz_wrap .solo_breadcrump,.proiz_wrap .solo_breadcrump a{color:#fff}.production_head{width:900px;margin:55px auto;color:#fff;text-align:center}.production_head h1{margin-bottom:60px}.production_video_btn{background:url(/local/images/proiz_video_btn.svg) left center no-repeat;background-size:40px;padding-left:50px;cursor:pointer;line-height:40px;width:350px;margin-top:90px;margin-left:250px}.counter_blk{z-index:1;position:relative;background:#fff;margin-top:55px;padding:20px;height:340px}.counter_line{border-bottom:1px solid #629b33;position:absolute;top:190px;width:100%;left:0}.production_tbl{margin:15px auto;display:flex;justify-content:space-between;border:1px solid #629b33;border-radius:40px;padding:40px 50px;position:absolute;background:#fff;width:1330px;left:245px;top:60px}.proiz_offer_head{height:250px}.proiz_offer_head .headtitle{color:#fff;padding-top:90px}.proiz_offer_blk{width:1430px;margin:80px auto}.proiz_offer_row{margin:60px 0}.proiz_offer_txt_blk,.proiz_offer_img_blk{display:inline-block;width:690px;vertical-align:middle;font-size:15px}.proiz_offer_txt b{line-height:40px;font-size:30px;font-weight:normal}.proiz_offer_img_blk img{width:690px;border-radius:15px}.proiz_offer_txt1,.proiz_offer_img2{text-align:right;margin-left:50px}.proiz_offer_txt2,.proiz_offer_img1{text-align:left;margin-right:50px}.proiz_offer_txt1{margin-left:0px;margin-right:100px}.proiz_offer_txt2{margin-left:100px;margin-right:0px}.solo_proizv_special{margin:60px 0px}.solo_proizv_special_item{display:inline-block;width:calc(33% - 36px);vertical-align:top;margin:20px;text-align:center;position:relative}.solo_proizv_special_hide{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);border-radius:20px}.solo_proizv_special_item video{width:100%;border-radius:20px}.solo_proizv_special_item span{display:block;position:absolute;bottom:17px;color:#fff;text-align:center;width:100%}.headtitle_mebel{font-size:35px}.video_bottom_txt{width:1150px;margin:50px auto;font-size:20px}#video_blk_bottom{margin-bottom:120px;position:relative;height:785px;overflow:hidden}#video_blk_bottom_inner{position:absolute}#root_blk{position:fixed;z-index:10;left:0;right:0}#video_close{background:url('/local/templates/solo_2025/img/x.svg');background-size:cover;width:50px;height:50px;position:fixed;right:30px;top:30px;cursor:pointer;z-index:1}.brand_wrap{width:100%;height:455px;background:url(/local/images/brand_banner.svg) no-repeat;margin-bottom:50px}.brand_wrap .solo_breadcrump{padding:30px 0 20px;color:#fff}.brand_wrap .solo_breadcrump a{color:#fff}.brand_wrap h1{color:#fff;font-family:'Nunito-Medium';font-size:40px}.brand_wrap p{width:900px;margin:30px auto 80px;text-align:center;color:#fff;font-size:22px}.filter_categ_item{font-size:20px;text-decoration:none;background:#fff;color:rgba(0,0,0,0.7);border:none;border-radius:15px;padding:14px 25px}.filter_categ_item.active{text-decoration:none;background:#629b33;color:#fff}.solo_brand_list{margin:0 -10px}.solo_brand_list div{display:inline-block;width:calc(25% - 25px)}.solo_brand_filter_blk{text-align:center;margin:20px 0}.solo_brand_filter_categ{display:inline-block;margin-right:10px}.solo_brand_item.width2{width:calc(50% - 25px)}.solo_brand_list p{margin:0;line-height:20px;padding-top:10px}.solo_brand_list span{font-weight:bold}.solo_brand_list span:hover{color:#629b33}.solo_brand_item{text-align:center;margin:10px 10px 40px}.solo_brand_item img{width:100%;border-radius:15px}.solo_brand_dump{height:40px}.solo_breadcrump.brand,.solo_breadcrump.brand a{color:#999}.solo_brand_head_blk{margin-top:40px}.solo_brand_head_blk img{width:789px}.headtitle_brand{border-bottom:1px solid;padding-bottom:50px;margin-top:0;line-height:30px;margin-bottom:50px}.brand_video{margin:0 -100px;width:calc(100% + 200px)}.brand_col_title{font-size:18px;padding:0 30px;position:absolute;top:-16px;background:#fff;left:540px}.brand_col_blk{margin:80px 0;border-top:1px solid #999;padding-top:60px;position:relative}.solo_col_row{display:flex;justify-content:space-between}.solo_brand_col{text-align:left;display:inline-block;width:calc(25% - 30px);font-family:'Nunito-Medium';font-size:18px;margin-right:10px;vertical-align:top;text-transform:uppercase;margin-bottom:50px}.solo_brand_col img{border-radius:17px;border:1px solid #999;width:100%}.solo_brand_col span{display:block;font-size:13px;padding-top:10px;text-transform:initial;font-family:'Nunito-Regular'}.brand_also_blk{position:relative}.brand_also_line{border-bottom:1px solid #999;position:absolute;top:40px;width:100%;left:0}.solo_brand_also{font-size:18px;padding:21px 0;color:#333;position:relative;text-align:center;margin:0px auto;background:#fff;width:376px}.solo_brand_also a{text-decoration:none;border:1px solid #999;padding:5px 50px 5px 25px;border-radius:20px;width:300px;display:block}.solo_brand_also>a::after{background:url('/local/templates/solo_2025/img/col_more_icon.svg') no-repeat;margin-left:10px;content:" ";width:21px;position:absolute;height:21px;top:30px}.hidden_brand_also{display:none}.solo_main_block_txt{text-align:center}.solo_seo{border-top:1px solid #999;margin-top:40px}.solo_seo_layer{width:1430px;margin:20px auto;display:flex;justify-content:space-between}.solo_seo_blk{width:680px;display:inline-block;color:#999;vertical-align:top;font-size:15px}.solo_seo_blk h1{font-size:15px}.solo_seo_blk h2{font-size:15px}.solo_seo_blk h3{font-size:15px}.solo_seo_blk ul{list-style:none;padding-left:0}.feedback_title{font-size:27px}.solo_feedback_blk{margin-top:20px;text-align:center}.solo_feedback_blk a{display:inline-block;background-position :center top;padding-top:70px;font-size:18px;background-repeat:no-repeat;margin:10px 60px}.solo_feedback_call{background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/feed_call_dt.webp')}.solo_feedback_mail{background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/feed_mail_dt.webp')}.solo_feedback_form{background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/feed_form_dt.webp')}.svet_templ .solo_feedback_call{background:url('/local/templates/solo_2025/img/feedback/feed_call_w.svg') center top no-repeat}.svet_templ .solo_feedback_mail{background:url('/local/templates/solo_2025/img/feedback/feed_mail_w.svg') center top no-repeat}.svet_templ .solo_feedback_form{background:url('/local/templates/solo_2025/img/feedback/feed_form_w.svg') center top no-repeat}.catalog_wrap{position:relative;width:1430px;margin:0 auto 20px auto}.catalog_wrap .solo_breadcrump span{color:rgba(0,0,0,0.5)}.catalog_main_row{}.catalog_menu_col{display:inline-block;width:350px}.catalog_main_menu_item{padding:10px 10px 10px 37px;font-size:20px}.catalog_main_menu_item a:after,.solo_prod_menu_parent_item a:after{content:"";background:url('/local/templates/solo_2025/img/catalog/down.svg') right center no-repeat;display:inline-block;width:12px;height:15px;text-decoration:none;padding-left:12px}.catalog_main_menu_item.active a:after,.solo_prod_menu_parent_item.active a:after{content:"";background:url('/local/templates/solo_2025/img/catalog/up.svg') right center no-repeat;display:inline-block;width:12px;height:15px;text-decoration:none;padding-left:12px}.catalog_main_menu_item.active a{color:#629b33;text-decoration:underline;text-underline-offset:7px}.catalog_main_menu_item a:hover{color:#629b33}.menu_item_store{background:url('/local/templates/solo_2025/img/catalog/sklad_icon.svg') left center no-repeat}.menu_item_sale{background:url('/local/templates/solo_2025/img/catalog/sale_icon.svg') left center no-repeat}.menu_item_order{background:url('/local/templates/solo_2025/img/catalog/order_icon.svg') left center no-repeat}.catalog_main_menu{margin:10px 0 20px}.solo_prod_menu_item,.solo_prod_menu_parent_item{margin-left:37px;margin-bottom:10px}.solo_prod_menu_item.active a,.solo_prod_menu_parent_item.active a,.solo_prod_menu_parent_item a.selected,.solo_prod_menu_child_item a.selected{color:#629b33}.solo_prod_menu_child_item{margin-left:70px;margin-bottom:10px;margin-right:20px}.catalog_content_col{display:inline-block;width:1075px;vertical-align:top;position:relative}.solo_catalog_head{overflow:hidden;text-align:center;color:#999;font-size:23px;font-weight:normal;margin-bottom:15px;margin-top:0px}.solo_catalog_head:before,.solo_catalog_head:after{background-color:#999;content:"";display:inline-block;height:1px;position:relative;vertical-align:middle;width:50%}.solo_catalog_head:before{right:1em;margin-left:-50%}.solo_catalog_head:after{left:1em;margin-right:-50%}.catalog_content_row{margin-bottom:30px;display:flex;justify-content:space-between}.catalog_content_item{display:inline-block;width:326px;position:relative}.catalog_content_item img{width:324px;border-radius:17px;height:260px;border:1px solid rgba(0,0,0,0.2)}.catalog_content_item_txt{position:absolute;text-align:center;bottom:25px;width:100%;font-size:18px}.solo_catalog_description_up{margin:40px 0;line-height:20px;color:rgba(0,0,0,0.8)}.section_info{position:relative;margin:15px 0 30px}.section_nal{position:absolute;right:10px;top:0;color:#629b33;font-family:'Nunito-Medium';font-size:13px}.section_cat,.section_pdc,.section_val{font-size:13px;color:#000;margin:5px 0}.section_title{font-family:'Nunito-Medium';font-size:18px;text-transform:uppercase}.catalog_content_item .img{position:relative;border:1px solid rgba(0,0,0,0.2);border-radius:18px;width:326px;height:262px}.section_val{position:absolute;right:15px;bottom:8px;font-size:13px;color:#000;margin:0}.hide_link{position:absolute;width:100%;height:100%;background:rgba(0,0,0,0.3);border-radius:17px;top:0;display:none}.hide_link span{position:absolute;padding:12px 24px;text-align:center;text-transform:uppercase;color:#000;background:#FFFFFF;border-radius:10px;top:calc(50% - 25px);left:calc(50% - 75px)}.catalog_content_item .img:hover .hide_link{display:block}.solo_catalog_slider{width:693px;display:inline-block;margin-top:10px}.solo_slider_catalog{position:relative;height:460px}.solo_catalog_slider .slide{position:absolute}.solo_catalog_slider .slide img{width:100%;border-radius:17px}.wrap_solo_catalog_slider_thumbs{text-align:center;margin-top:10px}.solo_slider_catalog_thumbs{display:inline-block}.slider_thumbs{display:inline-block;width:550px;overflow:hidden}.slider_thumbs_inner{display:flex;gap:0;transition:transform 0.3s ease}.wrap_solo_catalog_slider_thumbs .thumb{width:98px;height:62px;margin:5px;display:inline-block;border-radius:10px;border:1px solid rgba(0,0,0,0.3);cursor:pointer;flex:0 0 auto}.wrap_solo_catalog_slider_thumbs .thumb_dump{width:106px}.wrap_solo_catalog_slider_thumbs .thumb_half_dump{width:58px}.wrap_solo_catalog_slider_thumbs .thumb_onehalf_dump{width:164px}.wrap_solo_catalog_slider_thumbs .arrow{display:inline-block;width:19px;height:55px;margin:10px;cursor:pointer}.wrap_solo_catalog_slider_thumbs .arrow.prev{background:url('/local/templates/solo_2025/img/catalog/prev.svg') no-repeat center center}.wrap_solo_catalog_slider_thumbs .arrow.next{background:url('/local/templates/solo_2025/img/catalog/next.svg') no-repeat center center}.solo_catalog_info_blk{width:343px;height:556px;display:inline-block;vertical-align:top;margin-left:34px;margin-bottom:44px;position:relative}.solo_catalog_collection_name{margin:10px 0 0;font-size:25px}.solo_catalog_section_name{color:rgba(0,0,0,0.7)}.solo_catalog_collection_descr{margin:40px 0}.solo_catalog_tab_link{display:block;position:absolute;border:1px solid rgba(0,0,0,0.2);border-radius:10px;font-size:20px;padding:18px 56px;top:410px}#download_btn{background:url('/local/templates/solo_2025/img/catalog/download.svg') 50px center no-repeat;border:1px solid rgba(0,0,0,0.2);border-radius:10px;font-size:20px;color:#629a33;cursor:pointer;padding:18px 64px 18px 90px;position:absolute;top:490px;text-transform:lowercase}.category-btns{display:flex;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:40px}.category-btns .category-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;text-transform:uppercase;font-size:10px;color:rgba(0,0,0,0.8);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-right:20px;margin-bottom:25px;flex-direction:column;align-items:center}.category-btns .category-btn.active{font-weight:700;color:#000}.category-btns .category-btn img{display:inline-block;vertical-align:top;max-width:100%;margin:0 auto;border-radius:0}.category-btns .category-btn .text{display:block;width:100%;text-align:center;margin-top:10px}.cfb{display:none;height:22px;padding-top:5px;padding-left:15px;color:#888;background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/catalog/close.webp') no-repeat left center/10px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:25px}.cfb.active{display:inline-block;vertical-align:top}.category-colors{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.category-colors .category-color{margin-right:20px;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin-bottom:25px;overflow:hidden}.category-colors .category-color img{display:inline-block;vertical-align:top;width:80px;height:80px}.category-saleout-txt{color:#629A33;padding-top:35px}.category-btn.hide,.category-color.hide,.category-item.hide{display:none}.solo_offer_info_blk{position:absolute;width:100%}.solo_offer_order{font-family:Nunito-Medium;text-transform:uppercase;color:#629A33;float:right;margin-right:30px}.solo_offer_txt{color:#629A33;padding:0 15px;display:inline-block;line-height:20px}.solo_offer_txt.offer_order{width:202px;vertical-align:bottom;border-right:1px solid;padding-right:5px}.description_blk_head{position:relative}.description_blk_head #download_btn{right:0;top:0}.description_blk_head .solo_catalog_tab_link{right:360px;top:0}.text-block__title{font-family:Nunito-Medium;font-size:20px;text-transform:uppercase;padding:60px 0 5px}.download_materials h4{font-family:Nunito-Medium;font-size:20px;text-transform:uppercase;padding:70px 0 20px}.text-block--img-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.text-block__text,.text-block__img{font-size:13px}.text-block__paragraph{font-size:13px;margin-top:0;line-height:24px}.text-block__img img{max-width:100%;border-radius:20px}.text-block--img-right .text-block__img{margin-left:40px}.col{display:inline-block;vertical-align:top}.col_6{width:-webkit-calc(16.666666% - 24px);width:calc(16.666666% - 24px)}.text-block__list{list-style:none;padding-left:0}.text-block__list li{margin-bottom:10px}.text-block__list-title{font-family:Nunito-Bold;margin-right:10px}.text-block__text_title img{border-radius:15px}.prof_catalog_download_item{text-align:center;margin:0 10px 40px;cursor:pointer;position:relative}.prof_catalog_download_item .ico{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;width:140px;height:140px;-webkit-border-radius:50%;border-radius:50%;margin:0 auto 30px;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,0.2) inset;box-shadow:0 3px 7px 0 rgba(0,0,0,0.2) inset}.prof_catalog_download_item .ico img{display:block;width:62px;height:52px;border-radius:0}.prof_catalog_download_item .title{font-size:16px;font-family:Nunito-Medium;margin:0;text-transform:uppercase}.prof_catalog_download_item .download{font-size:13px;margin:0}.prof_catalog_download_item .bottom{position:relative}.prof_catalog_download_item .square_button{opacity:0;position:absolute;top:0px;padding:10px 27px;background:#fff;border:1px solid #629A33;color:#629A33;-webkit-transition:.3s;transition:.3s;border-radius:10px;cursor:pointer;left:10px}.square_button span{position:relative;text-transform:uppercase;font-size:18px;line-height:normal}.prof_catalog_download_item:hover .square_button{opacity:1}.square_button:hover{background:#629A33;color:#fff}.modalboxprocent2{position:absolute;right:-15px;width:50px;height:29px;top:10px;color:#fff;padding:10px 5px 7px 5px;text-align:center;font-size:20px;background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/plashka.webp') no-repeat center center}.catalog_order_collect_item{display:inline-block;width:326px;margin-top:10px;position:relative}.catalog_order_collect_item img{width:324px;border-radius:17px;border:1px solid rgba(0,0,0,0.2);height:260px}.catalog_order_collect_item p{font-family:Nunito-Medium;font-size:18px;margin:5px 0px 0px;text-transform:uppercase}.catalog_order_collect_item span{font-size:13px}.catalog_order_collect_item .categ_name{text-transform:lowercase;text-align:center;position:absolute;bottom:30px;width:230px;margin:0px 48px;font-size:18px}.solo_detail_picture{width:100%;margin:30px 0;border-radius:20px}.headtitle_collect{font-size:25px;margin-left:100px;margin-right:100px}.solo_order_col_blk .solo_ext_blk1{margin:17px 0px 30px}.solo_order_col_blk img{border-radius:15px}.solo_order_col_blk .solo_ext_blk5 .solo_col_div{padding-left:0px;padding-right:40px}.solo_file_block{text-align:left;padding:50px 0}.solo_file_blk{display:inline-block;width:33%;margin-bottom:20px}.solo_file_blk div{display:inline-block}.solo_file_type{width:50px;height:50px;margin-right:20px}.solo_file_type7{background:url(/upload/cssinliner_webp/catalog/order/admin/lib/img/sp/download_jpg.webp)}.solo_file_type8{background:url(/upload/cssinliner_webp/catalog/order/admin/lib/img/sp/download_pdf.webp)}.solo_file_type9{background:url(/upload/cssinliner_webp/catalog/order/admin/lib/img/sp/download_ppt.webp)}.solo_file_type10{background:url(/upload/cssinliner_webp/catalog/order/admin/lib/img/sp/download_rar.webp)}.solo_file_descr{vertical-align:top;width:270px}.solo_file_descr span{font-family:'Nunito-Light';display:block}.catalog_row{margin:30px 0}.catalog_link{width:1580px;height:385px}.link_sklad{background:url('/local/templates/solo_2025/images/pages/catalog/sklad_dt.jpg')}.link_sale{background:url('/local/templates/solo_2025/images/pages/catalog/sale_dt.jpg')}.link_order{background:url('/local/templates/solo_2025/images/pages/catalog/order_dt.jpg')}.solo_categ_title{position:relative;border-top:1px solid #333;border-bottom:1px solid #333;margin:20px 0;padding:5px 0 10px}.solo_categ_title a{position:absolute;font-family:'Nunito-Light';font-size:15px;color:#333;left:0;top:22px;z-index:1}.solo_collect_row{justify-content:space-between;display:flex}.solo_collect_item{display:grid;margin-bottom:30px;text-align:left;font-size:22px;color:#333;width:calc(25% - 5px)}.solo_collect_item span{font-family:'Nunito-Light';font-size:18px;color:#333}.solo_subcateg_item{display:table-cell;margin-bottom:30px;text-align:center;width:calc(25% - 5px);vertical-align:top}.solo_subcateg_item span{font-family:'Nunito-Light';font-size:25px;color:#333;line-height:24px}.solo_categ_list{margin-top:0}.solo_categ_row{justify-content:space-between;display:flex}.solo_ctg_item{display:flex;margin-bottom:35px;text-align:center}.solo_ctg_item span{font-family:'Nunito-Light';font-size:25px;color:#333;line-height:60px}.solo_ctg_item span:hover{color:#629a33}.solo_ctg_item img{display:block;margin-bottom:5px;border-radius:15px}.solo_ext_blk{margin-bottom:40px}.solo_ext_blk2,.solo_ext_blk3,.solo_ext_blk5,.solo_ext_blk6{justify-content:space-between;display:flex}.solo_ext_blk1,.solo_ext_blk4{text-align:left;margin:0 100px 40px 100px}.solo_ext_blk1 img{max-width:100%;margin:0 -100px}.solo_ext_blk img{height:100%;border-radius:20px}.solo_ext_blk5 .solo_col_div{padding-left:100px;padding-right:50px}.solo_ext_blk5 img{width:100%}.solo_ext_blk6 .solo_col_div{padding-right:100px;padding-left:50px}.not_last_img{margin-right:20px}.solo_col_blk{text-align:left;margin-bottom:80px}.solo_col_div{display:inline-block;text-align:left}.solo_ext_blk .solo_col_div img{height:auto}.sf_filter_l1{margin-left:37px;margin-bottom:10px;cursor:pointer}.sf_filter_l1:hover{color:#629b33}.sf_filter_l1::after{content:"";background:url('/local/templates/solo_2025/img/catalog/down.svg') right center no-repeat;display:inline-block;width:12px;height:15px;text-decoration:none;padding-left:12px}.sf_filter_l2{margin-left:70px;cursor:pointer;margin-bottom:10px;margin-right:40px}.sf_open,.sf_close{color:#629b33}.sf_filter_l1.sf_open::after{content:"";background:url('/local/templates/solo_2025/img/catalog/up.svg') right center no-repeat;display:inline-block;width:12px;height:15px;text-decoration:none;padding-left:12px}.sf_filter_l3{display:inline-block;margin:0 5px 20px 0;border:1px solid #ccc;border-radius:15px;padding:10px 15px;cursor:pointer}.sf_filter_l3:hover{color:#629b33}.sf_filter_l3::before{content:'+';margin-right:6px;color:#629b33}.sf_filter_l3.sf_open{background:#629b33;border:1px solid #629b33;color:#fff;font-weight:normal;cursor:text}.sf_filter_l3.sf_open::before{content:'-';color:#fff}.catalog_sale_search_blk{position:relative;width:100%;height:60px}.catalog_sale_search_frm{position:absolute}.catalog_sale_search_fld{background:#fff;outline:none;padding:8px 40px 8px 17px;border:1px solid rgba(0,0,0,0.25);border-radius:17px;color:rgba(0,0,0,0.5);box-sizing:border-box;width:406px;height:42px}.catalog_sale_search_btn{position:absolute;right:20px;top:12px}.catalog_sale_result_blk{margin-bottom:20px}.sale_result_cell{display:inline-block;vertical-align:middle}.sale_result_cell a{background:url('/local/templates/solo_2025/img/catalog/back.svg') 20px center no-repeat;padding:8px 20px 8px 80px;color:rgba(0,0,0,0.8);border:1px solid #629A33;border-radius:10px;margin-right:24px}.sale_result_cell .solo_catalog_head{width:780px}.catalog_content_col h2{text-align:center}.catalog_sale_no_result_blk{font-size:15px;margin:50px 0}.solo_catalog_grid{margin:0 -12px;font-size:0}.solo_catalog_box{position:relative;display:inline-block;box-sizing:border-box;width:344px;height:570px;background:#FFFFFF;border:1px solid rgba(0,0,0,0.3);border-radius:15px;padding:10px 27px;margin:11px 11px 12px;vertical-align:top;color:rgba(0,0,0,0.5);font-size:15px}.solo_sale_grid .solo_catalog_box,.solo_sale_also .solo_catalog_box{height:630px}.offer.hide,.color-check.hide{display:none}.solo_catalog_box .img{width:289px;margin-bottom:10px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-around;-ms-flex-pack:distribute;justify-content:space-around;-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end;overflow:hidden}.solo_catalog_box .img img{display:block;max-width:100%;max-height:271px;border-radius:0}.solo_catalog_box .title{display:inline-block;width:100%;margin:10px 0 5px;text-transform:uppercase;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.solo_catalog_box .title span{font-family:"Nunito-Medium";color:#000}.solo_catalog_box .good_info{position:relative}.solo_catalog_box .the_size,.solo_catalog_box p{padding:0px;margin:0 0 10px}.solo_catalog_box .good_info .number{text-overflow:ellipsis;white-space:nowrap;display:inline-block;overflow:hidden;width:calc(100% - 70px);vertical-align:middle}.color-check{display:inline-block;vertical-align:middle;width:23px;height:23px;-webkit-border-radius:50%;border-radius:50%;margin-right:10px;border:1px solid #ccc;background-position:center center !important;background-size:contain !important}.color-check.active{border:1px solid #629b33}.solo_catalog_box .good_info .good_info_ms{position:absolute;right:0;bottom:30px}.solo_catalog_box .good_info .qty{color:#000}.solo_buy_button{border:1px solid #629b33;color:#629b33;border-radius:10px;display:block;left:25px;position:absolute;bottom:20px;padding:10px;cursor:pointer;text-align:center;width:140px}.solo_buy_button:hover{color:#fff;background:#629b33}.solo_button_more{bottom:73px}.solo_sale_card_del{position:absolute;right:24px;bottom:79px}.solo_sale_card_del::before{content:"";width:100%;height:1px;background:red;position:absolute;top:15px;left:-3px}.solo_sale_card_price{font-size:20px;font-family:'Nunito-Light'}.solo_catalog_price{font-size:20px;position:absolute;right:24px;bottom:26px;color:#000}.solo_change{display:none;background:#629a33;color:#fff;height:20px;cursor:default}.change-decrement,.change-increment{border:none;width:40px;height:40px;cursor:pointer;position:absolute;top:0px}.change-decrement{background:url('/local/images/catalog/change_decrement_icon.svg') no-repeat center center;left:0}.change-increment{background:url('/local/images/catalog/change_increment_icon.svg') no-repeat center center;right:0}.change-quantity{font-family:'Nunito-Medium';display:block;height:20px;line-height:20px;text-align:center;width:58px;border:none;outline:none;position:absolute;color:#fff;background:#629a33;left:55px;top:2px}.solo_change span{position:absolute;bottom:2px;left:50px;font-size:13px}.solo_sale_slider_blk{margin:0 -10px}.solo_sale_slider,.solo_sale_card{display:inline-block}.solo_sale_slider{width:650px}.solo_slider_sale{width:650px;height:610px;display:inline-block;vertical-align:top;position:relative}.solo_slider_sale .slide{position:absolute}.solo_slider_sale .slick-list{height:590px}.gallery_slide img{border-radius:15px;margin:10px;width:627px;border:1px solid #999}.solo_slider_sale_thums .slick-slide img{border-radius:10px;margin:15px;width:100%;border:1px solid #999}.solo_slider_sale_thums .slick-arrow{display:inline;margin-left:80px;cursor:pointer}.solo_sale_card{width:344px;vertical-align:top;margin-top:15px;margin-left:90px}.solo_sale_card .solo_catalog_box{height:590px;margin:0}.solo_sale_card .solo_catalog_box .img{margin-top:15px}.wrap_solo_sale_slider_thums{text-align:center;display:block;margin:10px auto}.solo_slider_sale_thums{width:390px;text-align:center;display:inline-block;overflow:hidden}.solo_slider_sale_thums .thumb_slide{width:66px;height:62px;display:inline-block;margin:5px;cursor:pointer;border:1px solid rgba(0,0,0,0.3);border-radius:10px;flex:0 0 auto}.solo_slider_sale_thums .thumb_slide img{width:100%;border-radius:10px}.thumb_dump{width:78px}.thumb_half_dump{width:42px}.thumb_onehalf_dump{width:120px}.wrap_solo_sale_slider_thums .arrow{display:inline-block;width:19px;height:55px;margin-bottom:7px;cursor:pointer}.wrap_solo_sale_slider_thums .arrow.prev{background:url('/local/templates/solo_2025/img/catalog/prev.svg') no-repeat center center}.wrap_solo_sale_slider_thums .arrow.next{background:url('/local/templates/solo_2025/img/catalog/next.svg') no-repeat center center}.solo_sale_card_descr .text-block__title,.solo_sale_card_also{font-family:"Nunito-Medium";font-size:20px;text-transform:uppercase}.solo_sale_card_descr .text-block__paragraph,.solo_sale_card_descr .text-block__list,.solo_sale_card_descr .text-block__list-title{font-size:13px}.solo_sale_also{margin-top:80px}.sale_also_box{width:390px;height:685px}.catalog_sale_detail_blk{width:1430px;margin:0 auto}.catalog_sale_detail_head{margin:50px 0;position:relative}.catalog_sale_detail_head_link{display:inline-block;position:relative}.catalog_sale_detail_head_link a{background:url(/local/images/catalog/catalog_sale_detail_head_link.svg) 20px center no-repeat;padding:10px 20px 10px 80px;border:1px solid #693;border-radius:10px;font-size:22px}.catalog_sale_detail_line{position:absolute;border-bottom:1px solid #999;width:1330px;right:0;top:20px}.catalog_sale_detail_title{position:absolute;right:490px;color:#999;bottom:-15px;background:#fff;padding:0 50px}.sale_card_avail_act{position:absolute;font-family:"Nunito-Regular";font-size:20px;right:15px;background:#fff;display:none;text-align:right}.sf_filter_blk{margin-left:0px}.sf_filter_blk div{margin-bottom:15px;cursor:pointer}.sf_filter_blk div:hover{font-weight:bold}.sf_filter_btns{display:none !important}.catalog_sale_main_title{position:absolute;right:490px;color:#999;bottom:-20px;background:#fff;padding:0 50px}.catalog_sale_filter_blk{}#basket .adaptive-table .thead{color:rgba(0,0,0,0.8);text-transform:lowercase}#basket .adaptive-table .thead .tr-left{width:460px}#basket .adaptive-table .thead .tr-right{width:615px}#basket .adaptive-table .thead .tr-right .td{width:140px;text-align:center}#basket .adaptive-table .thead .tr-right .td.act{width:50px}#basket .solo_basket_item_info{width:455px;display:inline-block}.adaptive-table .tr{display:-webkit-box;display:-ms-flexbox;margin-bottom:10px}.adaptive-table .thead .tr-right{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.solo_basket_item_info .img{width:180px;display:inline-block;vertical-align:top}.solo_basket_item_info .img img{width:100%}.modalboxfire_s{position:absolute;top:0px;right:10px;width:50px;height:50px;color:#fff;padding:30px 5px 7px 5px;text-align:center;font-size:20px;background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/plashka.webp') no-repeat center center}.solo_basket_item_info_data{width:220px;display:inline-block;color:rgba(0,0,0,0.5)}.solo_basket_item_info_data p{margin-bottom:0}.solo_basket_item_info_data .articul{margin-top:8px}.solo_basket_item_info_data .name a{text-transform:uppercase;color:rgba(0,0,0,0.5)}.solo_basket_item_info_data .name span{font-family:"Nunito-Medium";color:#000}.solo_basket_item_price{width:575px;display:inline-block;vertical-align:top;margin-top:10px}.solo_basket_item_price_td{display:inline-block;vertical-align:top;width:140px;text-align:center}.solo_basket_item_price_td .price{font-size:20px}.solo_basket_item_price_td .quantity{background:#EBEBEB;border:1px solid #B3B3B3;border-radius:6px;width:60px;height:32px;box-sizing:border-box;font-family:"Nunito-Light";text-align:center}.solo_basket_item_del{display:inline-block;vertical-align:top;margin-top:10px}.adaptive-table .delete{display:inline-block;vertical-align:top;width:25px;height:26px;display:block;margin:0 auto;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:url('/local/templates/solo_2025/img/catalog/delete.svg') no-repeat center center}.basket-bottom-info-saleout{margin-bottom:50px}.basket-bottom-info{padding-top:30px;border-top:2px solid #b7b7b7;position:relative}#cart_info_dt{margin-top:30px}.lk-hidden-table,.lk-hidden-table2{display:none;position:absolute;top:10px;left:0;width:100%;border:1px solid #000;background:#FFF;z-index:1;text-align:center;padding:25px;border-radius:20px}.lk-hidden-table2{max-width:600px;font-size:18px}.lk-hidden-table .close,.lk-hidden-table2 .close{display:block;width:22px;height:22px;position:absolute;top:10px;right:10px;background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/catalog/close.webp') no-repeat center center;cursor:pointer}.lk-hidden-table table,.lk-hidden-table2 table{width:100%}.lk-hidden-table table tbody tr:nth-child(2n+1),.lk-hidden-table2 table tbody tr:nth-child(2n+1){background:#f9f9f9}.lk-hidden-table table td,.lk-hidden-table2 table td{font-size:17px;padding:10px 0;color:#888}.lk-hidden-table table tbody td:nth-child(2),.lk-hidden-table2 table tbody td:nth-child(2){color:#72b62d}.lk_tbl_dump{display:none;height:140px}.basket-bottom-info-top{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:80px;text-align:left}.basket-bottom-info-top form{width:100%}.basket-bottom-info-top .right{width:35%;position:absolute;right:0;height:460px}.addorderform .total{position:relative}.addorderform .total .price{font-size:20px;position:absolute;top:0;right:0;margin:0}#cart_info_dt .text{font-family:"Nunito-Light"}#cart_info_dt .cart_link{font-family:"Nunito-Medium";display:block;margin:20px 0;text-decoration:underline}.cart_send_dt{box-sizing:border-box;position:absolute;bottom:0;width:375px;height:60px;border:1px solid #629A33;border-radius:10px;text-align:center;padding-top:14px;font-size:20px;padding-right:60px;background:url('/local/templates/solo_2025/img/catalog/send_order.svg') no-repeat 250px center}.cart_send_dt.exp_not_send{border:1px solid #CCC;color:#000;cursor:normal}#chb_agreement{position:absolute;z-index:-1;opacity:0}#chb_agreement + label::before{content:'';display:inline-block;width:30px;height:30px;flex-shrink:0;flex-grow:0;border-radius:0.25em;margin-right:10px;background-repeat:no-repeat;background-position:center center;background-size:50% 50%;background-color:rgba(0,0,0,0.1)}#chb_agreement:checked + label::before{border-color:#629a33;background-color:#629a33;background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")}.span_agreement{display:inline-block;width:470px;margin-left:10px;margin-top:15px}.link_agreement{text-decoration:underline}.basket-bottom-info-top .left{display:inline-block;width:calc(65% - 110px);margin-right:100px}.basket-bottom-info-top .head_text,.addorderform .total-text{font-family:"Nunito-Medium";text-transform:uppercase;color:rgba(0,0,0,0.8);margin-top:0;margin-bottom:30px}.addorderform .small_text{font-family:"Nunito-Light"}.addorderform .cell_head_text{width:135px}.basket-bottom-info-top input[type="text"],.basket-bottom-info-top input[type="email"],.basket-bottom-info-top input[type="password"],.basket-bottom-info-top textarea{width:426px;height:45px;line-height:36px;padding:0 10px;background:rgba(0,0,0,0.1);display:inline-block;vertical-align:middle;border:none;outline:none;border-radius:10px}.basket-bottom-info-top textarea{height:145px;resize:none}.cart-no-products .square_button{display:block;width:275px;text-align:center;margin:0 auto;padding:7px 20px;background:#FFF;border:1px solid #72b62d;color:#72b62d;user-select:none;border-radius:10px}.cart-no-products .square_button:hover{background:#72b62d;color:#FFF}.anim-blobs{position:fixed;top:130px}.blob-1{content:'';width:880px;height:850px;left:800px;top:50px;position:absolute;border-radius:8vw;background:linear-gradient(120deg,#000A6B 0%,#000A6B 35%,#E8E6FF 100%);mix-blend-mode:lighten;filter:blur(150px);transform:translate(180px,50%)}.blob-2{content:'';height:200px;width:200px;position:absolute;background:rgb(2,0,36);background:linear-gradient(90deg,#000A6B 0%,#000A6B 35%,#000A6B 100%);border-radius:100vw;filter:blur(80px);z-index:-2;transform:translate(180px,50%)}.blob-3{content:'';height:100px;width:500px;position:absolute;background:rgb(2,10,36);mix-blend-mode:lighten;background:linear-gradient(90deg,#000A6B 0%,#000A6B 35%,#000A6B 100%);border-radius:100vw;filter:blur(80px);z-index:-2;transform:translate(50px,50px)}.blob-1,.blob-2,.blob-3{animation:rotation 6s infinite;animation:translate1 6s infinite;animation:scale1 6s infinite;animation-direction:alternate}@keyframes rotation{from{transform:rotate(0deg)}to{transform:rotate(359deg)}}@keyframes translate1{from{transform:translate(0)}to{transform:translate(200,200)}}@keyframes scale1{from{transform:scale(1)}to{transform:sclae(2)}}.light_head_blk{height:614px;background:url(/local/images/light/light_count_bg.svg) no-repeat}.light_head_blk .solo_breadcrump{padding-top:40px}.light_head_blk .headtitle{padding-top:30px;font-family:'Nunito-Medium';font-size:40px}.light_head_blk .head-text{width:1330px;margin:40px auto;font-size:22px}.counter-cell{vertical-align:top;text-align:center;width:250px}.counter-cell span{font-family:'Nunito-Medium';font-size:45px}.lightsolutions_tbl{width:1580px;margin:15px auto 70px auto;display:flex;justify-content:space-between}.lightsolutions_tbl{width:1010px}.counter-cell p{margin:0}.calculate_link{border:1px solid #fff;padding:20px 70px;border-radius:25px;font-size:22px;background:rgba(155,155,155,0.4);backdrop-filter:blur(3px)}.light_offer_blk{max-width:1230px;position:relative;margin:80px auto 50px auto}.light_offer_hide{font-size:45px;text-align:center;padding-top:100px}.light_offer_hide img{vertical-align:inherit;margin-right:30px}.light_offer_subblk{display:inline-block;vertical-align:top}.light_offer_txt{background:url('/local/templates/solo_2025/img/galka-blue.svg') no-repeat left 5px;padding:0px 40px 30px 40px;font-size:20px;width:530px}.light_svet_blk{border-top:1px solid #eee}.light_svet{min-height:500px;position:relative;margin:0 auto 100px;width:1430px}.light_svet .headtitle_left{margin-left:100px;margin-top:100px}#light_svet_detail{min-height:500px;border:1px solid #fff;position:fixed;width:1200px;top:130px;left:calc(50% - 600px);border-radius:40px;display:none;background:#333;z-index:2}#svet_detail_close{background:url('/local/templates/solo_2025/img/x.svg');background-size:cover;width:30px;height:30px;position:absolute;right:30px;top:30px;cursor:pointer}#svet_detail_img{width:100%;border-radius:40px 40px 0 0}.svet_detail_info{margin:30px 60px 60px}#svet_detail_title{font-family:'Nunito-Medium';font-size:30px;text-transform:uppercase;padding-bottom:30px;text-align:center}#svet_detail_txt{font-size:20px}.light_svet_line{display:flex;overflow-x:auto;overflow-y:hidden;margin-top:40px;padding-bottom:100px}.light_svet_line_item{display:inline-block;width:365px;height:560px;border:1px solid #fff;color:#fff;border-radius:20px;margin-right:34px;cursor:pointer}.light_svet_line_item img{width:365px;height:288px}.light_svet_line_item img{border-radius:20px 20px 0 0}.light_svet_info{margin:30px}.light_svet_title{padding-bottom:30px;font-family:'Nunito-Light';font-size:22px;text-transform:uppercase;line-height:30px}.light_svet_title span{font-family:'Nunito-Medium'}.light_svet_txt{-webkit-line-clamp:7;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.light_svet_slider{overflow-x:hidden;overflow-y:hidden;margin-top:50px;padding-bottom:30px}.light_svet_gallery{display:flex;overflow:hidden;width:100%}.light_svet_gallery_slider{width:100%;height:12px;background:#666;position:relative;margin-top:50px}.slider-track{width:100%;height:100%;background:#666}.slider-thumb{width:875px;height:18px;background:#69c url('/local/templates/solo_2025/img/thumb.svg') center center no-repeat;position:absolute;top:-5px;left:0;cursor:pointer}.light_order_blk{width:1430px;margin:80px auto}.light_order_row{margin:60px 0}.light_order_txt_blk,.light_order_img_blk{display:inline-block;width:712px;vertical-align:top;font-size:15px}.light_order_txt{line-height:24px}.light_order_txt p{font-size:30px;line-height:45px}.light_order_txt a{font-size:20px;display:block;border:1px solid #fff;border-radius:8px;width:170px;padding:10px 30px;text-align:right;margin-top:30px;background:url('/local/templates/solo_2025/img/arrow_w.svg') 42px 21px no-repeat}.light_order_link_right{margin-left:320px}.light_order_img_blk img{width:680px;border-radius:15px}.light_order_txt1,.light_order_img2{text-align:right}.light_order_txt2,.light_order_img1{text-align:left}.light_order_txt1{margin-left:60px;margin-right:100px}.light_order_txt2{margin-left:100px;margin-right:60px}.light_partners_blk{text-align:center;border-bottom:1px solid #fff;padding-bottom:30px;margin-top:130px;margin-bottom:100px;line-height:24px}.light_partners_blk a{text-decoration:underline;padding-bottom:30px;display:block}.light_partners_blk img{width:1920px;margin:0 -70px}.light_proj_head_title{margin:60px 100px 30px 100px}.light_proj_blk{width:1430px;margin:0 auto 60px auto;justify-content:space-between;display:flex}.light_proj_img_blk{display:inline-block;width:331px;vertical-align:top;position:relative}.light_proj_img_blk img{border-radius:20px;width:331px}.light_proj_img_blk p{position:absolute;bottom:20px;left:40px;font-size:20px;width:255px}.light_proj_img_blk a{color:#fff}.light_proj_img_hide{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);border-radius:20px}.light_proj_txt{position:relative;width:1230px;margin:80px auto 120px;padding-top:5px}.light_proj_txt p{width:600px;line-height:24px}.light_proj_txt a{font-size:20px;display:block;border:1px solid #fff;border-radius:15px;width:300px;padding:15px 50px;text-align:right;margin-top:10px;background:url('/local/templates/solo_2025/img/arrow_w.svg') 42px 21px no-repeat;position:absolute;top:0;right:0}.light_proj_block{margin-bottom:110px}.light_knowall_blk{position:relative;height:408px;border-top:1px solid #fff;border-bottom:1px solid #fff}.light_knowall_blk .headtitle_left{position:absolute;left:240px;top:100px;font-family:'Nunito-Medium'}.light_knowall_blk a{font-size:20px;display:block;border:1px solid #fff;border-radius:15px;width:275px;padding:15px 60px;text-align:right;margin-top:30px;background:url('/local/templates/solo_2025/img/arrow_w.svg') 80px center no-repeat rgba(255,255,255,0.3);position:absolute;top:150px;right:350px}.light_work_blk{position:relative;border-bottom:1px solid #fff}.light_work_inner{margin-left:345px}.light_work_blk .headtitle_left{margin:0;padding:150px 0 50px}.light_work_blk .txt_left{width:615px;line-height:24px}.light_work_blk a{font-size:20px;display:block;border:1px solid #fff;border-radius:15px;width:300px;padding:15px 60px;text-align:right;margin:50px 0 180px;background:url('/local/templates/solo_2025/img/arrow_w.svg') 60px center no-repeat;text-transform:lowercase}.light_awards_blk{margin-top:100px}.light_awards_blk p{width:1230px;margin:50px auto 20px;line-height:24px}.light_awards_img{margin:20px auto 40px;width:1545px;display:block}.light_subs_blk .headtitle_left{margin-left:100px;margin-bottom:50px}.svet_templ .solo_index_subs_dump,.svet_templ .solo_index_subs_chb,.svet_templ .solo_index_subs_fld{background:none}.svet_templ .about_subs_frm{border-color:#6FABDD;background:none;color:#fff}.svet_templ #solo_index_subs_fld{border-color:#fff;background:none;color:#fff}.svet_templ .solo_index_subs_fld span,.svet_templ .txt_agreement{color:#fff}.svet_templ #index_subs_form_agree:checked + label::before{border-color:#69c;background-color:#69c}.svet_templ #solo_index_subs_fld_act{color:#69c}.svet_templ .solo_index_subs_chb{opacity:0}.svet_templ .solo_index_subs_chb.active{opacity:1 !important}.light_calc_blk{position:relative;height:463px;border-top:1px solid #fff;border-bottom:1px solid #fff;margin-top:60px;margin-bottom:100px}.light_calc_blk .headtitle_left{position:absolute;left:240px;top:110px;width:640px}.light_calc_blk a{font-size:22px;display:block;border:1px solid #fff;border-radius:20px;padding:20px 70px;position:absolute;top:200px;right:350px;text-transform:lowercase;background:rgba(155,155,155,0.4);backdrop-filter:blur(3px)}.lightroom_wrap .solo_breadcrump{margin-top:20px}.lightroom_wrap .headtitle{margin-top:40px}#lightroom_top_img{position:relative;margin-top:40px}#lightroom_top_img img{width:100%}.row_justify{display:flex;justify-content:space-between}.row_justify_item{display:inline-block}.lightroom_txt{text-align:left;padding:60px 100px}.row_item_2{width:700px}.row_item_3{width:455px}.lighwork_wrap{background:url('/local/templates/solo_2025/img/light_work_top_banner.svg') no-repeat;width:1430px;height:417px;margin:40px auto}.lighwork_wrap .headtitle{color:#000;padding-top:200px}.lighwork_offer_blk{width:1430px;margin:80px auto}.lighwork_offer_row{margin:60px 0}.lighwork_offer_txt_blk,.lighwork_offer_img_blk{display:inline-block;width:715px;vertical-align:middle;font-size:15px}.lighwork_offer_txt b{font-size:30px;font-weight:normal}.lighwork_offer_img_blk img{width:690px;border-radius:15px}.lighwork_offer_txt1,.lighwork_offer_img2{text-align:right}.lighwork_offer_txt2,.lighwork_offer_img1{text-align:left}.lighwork_offer_txt1{margin-left:60px;margin-right:100px}.lighwork_offer_txt2{margin-left:100px;margin-right:60px}.tehknologies_blk .solo_breadcrump{margin-top:20px}.solo_knowallitem_title{text-align:center;margin:30px 100px;padding-top:10px}.tehknologies_blk p{margin:40px 100px}.tehknologies_top_img_blk{height:700px;margin:40px 0 100px 0;border-radius:15px}.tehknologies_top_img_blk .headtitle{padding-top:300px}.tehknologies_info_blk .solo_ext_blk img{width:697px}.tehknologies_else_blk{height:650px;border-top:1px solid #fff;border-bottom:1px solid #fff;margin:100px 0}.tehknologies_else_inner{width:1430px;margin:60px auto;display:flex;justify-content:space-between}.tehknologies_else_item{display:inline-block;text-decoration:none;cursor:pointer;width:460px;position:relative}.tehknologies_else_item video{width:460px;border-radius:20px}.tehknologies_else_item span{bottom:50px;position:relative;text-align:center;width:100%;display:block;font-size:20px}.tehknologies_else_hide{position:absolute;top:0;right:0;bottom:31px;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);border-radius:20px}.tehknologies_else_title{margin:0px 145px}.tehknologies_else_title .headtitle_left{margin-top:60px;font-family:'Nunito-Medium';font-size:27px}.solo_lightslider_blk{margin:20px 0 50px}.solo_lightslider_left,.solo_lightslider_right{height:650px;width:calc((100% - 970px)/2);display:inline-block;opacity:0.5;background-size:cover !important}.solo_lightslider_left{background-position-x:100% !important}.solo_lightslider_right{background-position-x:0%}.solo_lightslider_center{height:650px;width:950px;margin:0 10px;opacity:1;display:inline-block;background-size:cover !important}.solo_clients_img{display:inline-block;width:calc(50% - 3px);margin-bottom:0px;font-size:30px}.solo_light_img{width:100%;margin-bottom:30px;margin-top:10px}.solo_dump_bottom{margin-bottom:50px;width:100%}.solo_know_blk{margin:30px -20px 90px -20px;width:1470px}.solo_know_item{display:inline-block;width:695px;height:324px;margin:20px;overflow:hidden;border-radius:20px;position:relative}.solo_know_item_hide{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,rgba(255,255,255,0) 50%,rgba(0,0,0,1) 100%);border-radius:15px}.solo_know_item video{width:100%;position:relative;top:-100px;z-index:-1}.solo_know_item span{display:block;font-size:20px;position:relative;bottom:220px;text-align:center}.solo_light_subs_blk{position:relative;padding-top:30px}.solo_light_subs_dump{position:relative;height:120px}.solo_light_subs_fld{top:0;height:54px}.solo_light_subs_fld.active{top:48px}.contacts_wrap{width:1430px;margin:0 auto 40px auto}.solo_contact_head_blk{width:100%;height:930px;margin-top:20px}.solo_contact_menu_blk{padding:60px 100px}.solo_contact_menu{display:flex;justify-content:space-between;background:#fff;padding:15px 50px;border-radius:20px}.solo_contact_menu_item{display:inline-block;text-decoration:none;cursor:pointer}.solo_contact_menu_item.active{color:#629a33;text-decoration:none;cursor:auto}.solo_contact_info_blk{display:flex;justify-content:space-between;padding:100px}.solo_contact_blk{display:inline-block;font-family:Nunito-Regular;font-size:20px;text-align:left;background:#fff;padding:50px;border-radius:30px}.solo_contact_blk a{text-decoration:underline;color:#629a33}.solo_picture_blk{display:inline-block}#solo_contact_head{font-size:28px;margin-bottom:20px;padding-bottom:15px;border-bottom:1px solid}#solo_contact_map{margin:20px 0;display:none}#solo_contact_soc{margin-top:20px}#solo_contact_soc img{margin-right:15px}.solo_contact_menu_head{display:none}.solo_contact_map{margin-top:10px}.solo_contact_map img{border:none}.solo_wrap{}.delivery_blk{display:inline-block;vertical-align:top}.delivery_txt{font-family:Nunito-Regular;font-size:15px;width:900px}.delivery_txt p{padding:0;margin:0}.delivery_txt .title{font-family:Nunito-Light;font-size:18px;padding-top:40px;padding-bottom:10px}.delivery_map{cursor:pointer;margin-top:50px;margin-left:49px}#delivery_map{z-index:2;position:absolute;top:250px;left:235px;display:none}.solo_footer{border-top:1px solid #999;position:relative;z-index:0;background:#fff}.svet_templ .solo_footer{background:none}.solo_footer_layer{position:relative;width:1430px;margin:20px auto;display:flex;justify-content:space-between}.solo_footer_blk{display:inline-block;color:#000;vertical-align:top}.svet_templ .solo_footer_blk{color:#fff}.solo_footer_title{font-size:20px;text-transform:uppercase;margin-bottom:20px}.solo_footer_menu_item{font-family:'Nunito-Light';margin-bottom:2px}.solo_footer_menu_item a{color:#000;text-decoration:none}.svet_templ .solo_footer_menu_item a{color:#fff}.solo_footer_menu_item.active a{color:#693}.svet_templ .solo_footer_menu_item.active a{color:#69c}.solo_footer_menu_item.active{color:#693}.svet_templ .solo_footer_menu_item.active{color:#69c}.solo_footer_showroom .solo_footer_menu_item{cursor:pointer}.solo_footer_showroom .solo_footer_menu_item:hover,.solo_footer_menu_item a:hover{color:#693}.svet_templ .solo_footer_showroom .solo_footer_menu_item:hover,.svet_templ .solo_footer_menu_item a:hover{color:#69c}.solo_footer_subs_frm{position:relative;border:1px solid #ccc;width:300px;height:44px;margin-bottom:20px}.svet_templ .solo_footer_subs_frm{border-color:#fff}#solo_footer_subs_fld{border:none;width:215px;height:24px;padding:10px;outline:none;font-family:'Nunito-Light';font-size:15px}.svet_templ #solo_footer_subs_fld{background:none;color:#fff}#solo_footer_subs_btn{position:absolute;background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/subs_d.webp') center no-repeat #ccc;width:65px;height:44px;top:0;right:0;cursor:pointer}.solo_footer_icon{display:inline-block;width:32px;height:32px;margin-right:10px;background-position:center !important;background-repeat:no-repeat !important}.solo_footer_icon img{width:100%}.solo_footer_icon_in{background:url('/local/templates/solo_2025/images/in_d.png')}.solo_footer_icon_be{background:url('/local/templates/solo_2025/images/be_d.png')}.solo_footer_icon_pe{background:url('/local/templates/solo_2025/images/pe_d.png')}.solo_footer_icon_pl{background:url('/local/templates/solo_2025/images/pl_d.png')}.solo_footer_icon_fb{background:url('/local/templates/solo_2025/images/fb_d.png')}.solo_footer_icon_vk{background:url('/local/templates/solo_2025/images/vk_d.png')}.solo_footer_menu_item.solo_policy{margin:40px 0;width:300px}.solo_footer_menu_item.solo_policy a{text-decoration:underline}.solo_footer_addr{border-top:1px solid #999;border-bottom:1px solid #999;margin-bottom:40px}.svet_templ .solo_footer_addr{border-color:#fff}.solo_footer_addr_layer{position:relative;width:1430px;margin:20px auto}.solo_footer_addr_item{display:inline-block;vertical-align:top;width:240px;font-family:'Nunito-Light';font-size:15px;color:#000;text-align:center}.svet_templ .solo_footer_addr_item{color:#fff}.solo_footer_addr_item a{color:#000}.svet_templ .solo_footer_addr_item a{color:#fff}.solo_footer_addr_item a:hover{color:#693}.svet_templ .solo_footer_addr_item a:hover{color:#69c}#solo_footer_addr_phon,#solo_footer_addr_mail{text-decoration:underline}#solo_footer_addr_city{color:#693;text-align:left}.svet_templ #solo_footer_addr_city{color:#69c}#solo_footer_addr_addr{text-align:left}.solo_footer_mobile_blk{display:none}.feedback_icon_mob{display:none}.feedback_icon_fix,.feedback_icon_blk{position:fixed;left:50%;margin-left:645px;bottom:50px}.feedback_icon_blk{z-index:12;display:none}.feedback_icon{width:70px;height:70px;-webkit-border-radius:50%;border-radius:50%;cursor:pointer;z-index:11}.callback_icon{background:#999 url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/callback.webp') no-repeat center center}.mailback_icon{margin-top:20px;background:#999 url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/mailback.webp') no-repeat center center}.whatsapp_icon{margin-top:20px;background:#999 url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/whatsapp.webp') no-repeat center center}.chatback_icon{margin-top:20px;background:#629a33 url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/feedback.webp') no-repeat center center}.feedback_icon.open:hover{background-color:#629a33}.feedback_icon_blk:hover .chatback_icon{display:none}.solo_feed_form_close{background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/fb_close.webp');width:45px;height:50px;position:absolute;right:10px;top:5px;cursor:pointer}.solo_feed_form,.solo_feed_mob_form{display:none}.solo_feed_form_bg{position:fixed;top:0;left:0;background:#000;width:100%;height:100%;opacity:0.6;z-index:100}.solo_feed_form_inner{position:fixed;bottom:150px;left:calc(50% - 400px);background:#fff;width:800px;height:515px;z-index:101;border:1px solid #333;border-radius:20px}.solo_feedback_title{font-size:28px;text-transform:uppercase;color:#629a33;margin:20px 0 10px;text-align:center}.solo_feedback_note{font-size:16px;color:#333;text-align:center}.solo_feed_form_td{text-align:left;font-size:22px;color:#333;vertical-align:top}.solo_feed_form_td span{font-size:15px;display:block}.solo_feed_form_inner table{margin:10px auto}.solo_feed_form_inner td{padding:3px 0}.solo_feed_form_txt{width:460px;margin-left:20px;border:none;background:#f0f0f0;padding:5px;outline:none;font-size:16px;border-radius:8px}textarea.solo_feed_form_txt{resize:none;height:130px}td.solo_feedback_note{position:relative;text-align:left;padding-left:25px}td.solo_feedback_note input{position:absolute;left:0}td.solo_feedback_note a{text-decoration:underline}td.solo_feedback_note a:hover{text-decoration:none}.solo_feedback_send span{font-family:'Nunito-Light';font-size:35px;text-decoration:underline}.solo_feedback_send{font-family:'Nunito-Bold';font-size:35px;text-decoration:none;color:#999;text-align:center}.solo_feedback_send_ready{font-family:'Nunito-Bold';font-size:35px;text-decoration:none;color:#629a33;cursor:pointer;display:none;text-align:center}.solo_feedback_send_ready span{font-family:'Nunito-Light';text-decoration:underline}.solo_feed_form_inner_close{display:none;position:fixed;bottom:200px;left:calc(50% - 400px);background:#fff;width:800px;height:150px;z-index:101;border:1px solid #333}.solo_feedback_close_note{font-size:20px;color:#333;margin-top:30px;text-align:center}.solo_call_form_close{background:url('/upload/cssinliner_webp/local/templates/solo_2025/img/feedback/fb_close.webp');width:45px;height:50px;position:absolute;right:10px;top:5px;cursor:pointer}.solo_call_form{display:none}.solo_call_form_bg{position:fixed;top:0;left:0;background:#000;width:100%;height:100%;opacity:0.6;z-index:100}.solo_call_form_inner{position:fixed;bottom:200px;left:calc(50% - 330px);background:#fff;width:660px;height:350px;z-index:101;border:1px solid #333}.solo_callback_title{font-size:28px;text-transform:uppercase;color:#629a33;margin:20px 0 10px;text-align:center}.solo_callback_note{font-size:16px;color:#333;text-align:center}.solo_call_form_td{text-align:left;font-size:22px;color:#333;vertical-align:top}.solo_call_form_td span{font-size:15px;display:block}.solo_call_form_inner table{margin:10px auto;width:515px}.solo_call_form_inner td{padding:3px 0}.solo_call_form_txt{width:350px;margin-left:20px;border:none;background:#f0f0f0;padding:5px;outline:none;font-size:16px}td.solo_callback_note{position:relative;text-align:left;padding-left:25px}td.solo_callback_note input{position:absolute;left:0}td.solo_callback_note a{text-decoration:underline}td.solo_callback_note a:hover{text-decoration:none}.solo_callback_send span{font-family:'Nunito-Light';font-size:35px;text-decoration:underline}.solo_callback_send{font-family:'Nunito-Bold';font-size:35px;text-decoration:none;color:#999;text-align:center}.solo_callback_send_ready{font-family:'Nunito-Bold';font-size:35px;text-decoration:none;color:#629a33;cursor:pointer;display:none;text-align:center}.solo_callback_send_ready span{font-family:'Nunito-Light';text-decoration:underline}.solo_call_form_inner_close{display:none;position:fixed;bottom:200px;left:calc(50% - 330px);background:#fff;width:660px;height:120px;z-index:101;border:1px solid #333}.solo_callback_close_note{font-size:20px;color:#333;margin-top:30px;text-align:center}.sp_only{display:none}.hidden{display:none !important}@media screen and (min-width:1120px) and (max-width:1499px){html{zoom:0.78}}@media screen and (max-width:1119px){html{zoom:0.58}}

