@import url(https://fonts.googleapis.com/css2?family=Golos+Text:wght@400;500;600&display=swap);.toastify{background:-webkit-linear-gradient(315deg,#73a5ff,#5477f5);background:linear-gradient(135deg,#73a5ff,#5477f5);border-radius:2px;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);color:#fff;cursor:pointer;display:inline-block;max-width:calc(50% - 20px);opacity:0;padding:12px 20px;position:fixed;text-decoration:none;transition:all .4s cubic-bezier(.215,.61,.355,1);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:transparent;border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{border-radius:2px;height:1.5em;margin:-7px 5px;width:1.5em}.toastify-center{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;max-width:-moz-fit-content;right:0}@media only screen and (max-width:360px){.toastify-left,.toastify-right{left:0;margin-left:auto;margin-right:auto;max-width:fit-content;right:0}}:root{--f-spinner-width:36px;--f-spinner-height:36px;--f-spinner-color-1:rgba(0,0,0,.1);--f-spinner-color-2:rgba(17,24,28,.8);--f-spinner-stroke:2.75}.f-spinner{height:var(--f-spinner-height);margin:auto;padding:0;width:var(--f-spinner-width)}.f-spinner svg{animation:f-spinner-rotate 2s linear infinite;height:100%;vertical-align:top;width:100%}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg :first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg :last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{to{transform:rotate(1turn)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:f-throwOutUp .175s ease-out both}.f-throwOutDown{animation:f-throwOutDown .175s ease-out both}@keyframes f-throwOutUp{to{opacity:0;transform:translate3d(0,-150px,0)}}@keyframes f-throwOutDown{to{opacity:0;transform:translate3d(0,150px,0)}}.f-zoomInUp{animation:var(--f-transition-duration,.2s) ease-out .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration,.2s) ease-out both f-zoomOutDown}@keyframes f-zoomInUp{0%{opacity:0;transform:scale(.975) translate3d(0,16px,0)}to{opacity:1;transform:scale(1) translateZ(0)}}@keyframes f-zoomOutDown{to{opacity:0;transform:scale(.975) translate3d(0,16px,0)}}.f-fadeIn{animation:var(--f-transition-duration,.2s) ease both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration,.2s) ease both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeOut{to{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration,.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}to{opacity:1}}@keyframes f-fadeSlowOut{to{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration,.2s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}to{opacity:1}}@keyframes f-fadeFastOut{to{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration,.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, .2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}to{opacity:1}}@keyframes f-crossfadeOut{to{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}to{transform:translateZ(0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}to{transform:translateZ(0)}}@keyframes f-slideOutNext{to{transform:translateX(-100%)}}@keyframes f-slideOutPrev{to{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration,.85s) cubic-bezier(.16,1,.3,1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{opacity:0;transform:translateX(-75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicInPrev{0%{opacity:0;transform:translateX(75px)}to{opacity:1;transform:translateZ(0)}}@keyframes f-classicOutNext{to{opacity:0;transform:translateX(-75px)}}@keyframes f-classicOutPrev{to{opacity:0;transform:translateX(75px)}}:root{--f-button-width:40px;--f-button-height:40px;--f-button-border:0;--f-button-border-radius:0;--f-button-color:#374151;--f-button-bg:#f8f8f8;--f-button-hover-bg:#e0e0e0;--f-button-active-bg:#d0d0d0;--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:20px;--f-button-svg-height:20px;--f-button-svg-stroke-width:1.5;--f-button-svg-fill:none;--f-button-svg-filter:none;--f-button-svg-disabled-opacity:0.65}.f-button{align-items:center;background:var(--f-button-bg);border:var(--f-button-border);border-radius:var(--f-button-border-radius);box-shadow:var(--f-button-shadow);box-sizing:content-box;color:var(--f-button-color);cursor:pointer;display:flex;height:var(--f-button-height);justify-content:center;margin:0;padding:0;pointer-events:all;position:relative;transition:var(--f-button-transition);width:var(--f-button-width)}@media(hover:hover){.f-button:hover:not([disabled]){background-color:var(--f-button-hover-bg);color:var(--f-button-hover-color)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{box-shadow:inset 0 0 0 var(--f-button-outline,2px) var(--f-button-outline-color,var(--f-button-color));outline:none}.f-button svg{fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;filter:var(--f-button-svg-filter);height:var(--f-button-svg-height);pointer-events:none;transform:var(--f-button-transform);transition:opacity .15s ease;width:var(--f-button-svg-width)}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-next,.f-carousel__nav .f-button.is-prev,.fancybox__nav .f-button.is-next,.fancybox__nav .f-button.is-prev{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{left:var(--f-button-prev-pos);right:auto}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev{left:50%;top:auto;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg{transform:rotate(90deg)}html.with-fancybox{overflow:visible;scroll-behavior:auto;width:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden!important;overscroll-behavior-y:none;width:auto}.fancybox__container{--fancybox-color:#dbdbdb;--fancybox-hover-color:#fff;--fancybox-bg:rgba(24,24,27,.98);--fancybox-slide-gap:10px;--f-spinner-width:50px;--f-spinner-height:50px;--f-spinner-color-1:hsla(0,0%,100%,.1);--f-spinner-color-2:#bbb;--f-spinner-stroke:3.65;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;bottom:0;box-sizing:border-box;color:#f8f8f8;direction:ltr;display:flex;flex-direction:column;left:0;margin:0;outline:none;overflow:visible;overscroll-behavior-y:contain;padding:0;position:fixed;right:0;top:0;transform-origin:top left;z-index:var(--fancybox-zIndex,1050)}.fancybox__container *,.fancybox__container :after,.fancybox__container :before{box-sizing:inherit}.fancybox__backdrop{background:var(--fancybox-bg);bottom:0;left:0;opacity:var(--fancybox-opacity,1);position:fixed;right:0;top:0;will-change:opacity;z-index:-1}.fancybox__carousel{box-sizing:border-box;flex:1;min-height:0;overflow-x:clip;overflow-y:visible;position:relative;z-index:10}.fancybox__viewport{height:100%;width:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;height:100%;margin:0 auto}.fancybox__slide{align-items:center;backface-visibility:hidden;display:flex;flex:0 0 auto;flex-direction:column;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;overflow:auto;padding:4px;position:relative;transform:translateZ(0);width:100%}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide:after,.fancybox__slide:before{content:"";flex:0 0 0;margin:auto}.fancybox__content{align-self:center;background:var(--fancybox-content-bg,#fff);border-radius:0;color:var(--fancybox-content-color,#374151);cursor:default;display:flex;flex-direction:column;margin:0;max-width:100%;padding:2rem;position:relative;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [contenteditable],.fancybox__content [data-selectable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{backface-visibility:hidden;background:transparent;background-position:50%;background-repeat:no-repeat;background-size:contain;min-height:1px;padding:0;transform:translateZ(0);transition:none}.fancybox__slide.has-image>.fancybox__content>picture>img{height:auto;max-height:100%;width:100%}.is-zooming-in .fancybox__viewport:not(.is-dragging) .fancybox__slide:not(.is-selected) .fancybox__content,.is-zooming-out .fancybox__slide:not(.is-selected) .fancybox__content{visibility:hidden}.is-animating .fancybox__content,.is-dragging .fancybox__content{filter:blur(0);will-change:transform,width,height}.fancybox-image{display:block;height:100%;margin:auto;min-height:0;object-fit:contain;user-select:none;width:100%}.fancybox__caption{align-self:center;color:var(--fancybox-color,currentColor);cursor:auto;flex-shrink:0;line-height:1.375;margin:0;max-width:100%;opacity:var(--fancybox-opacity,1);overflow-wrap:anywhere;padding:14px 0 4px;visibility:visible}.is-closing .fancybox__caption,.is-loading .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width:2;position:absolute;right:8px;top:0;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width:34px;--f-button-height:34px;--f-button-border-radius:4px;--f-button-color:var(--fancybox-color,#fff);--f-button-hover-color:var(--fancybox-color,#fff);--f-button-bg:transparent;--f-button-hover-bg:transparent;--f-button-active-bg:transparent;--f-button-svg-width:22px;--f-button-svg-height:22px;opacity:.75;position:absolute;right:0;top:-38px}.is-loading .fancybox__content>.f-button.is-close-btn,.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{margin:0;padding:0;position:relative}.fancybox__footer .fancybox__caption{opacity:var(--fancybox-opacity,1);padding:24px;transition:all .25s ease;width:100%}.is-compact .fancybox__footer{background:rgba(24,24,27,.5);bottom:0;left:0;position:absolute;right:0;z-index:20}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius:50%;--f-button-color:#fff;--f-button-hover-color:#fff;--f-button-outline-color:#000;--f-button-bg:rgba(0,0,0,.6);--f-button-active-bg:rgba(0,0,0,.6);--f-button-hover-bg:rgba(0,0,0,.6);--f-button-svg-width:18px;--f-button-svg-height:18px;--f-button-svg-filter:none;right:5px;top:5px}.fancybox__nav{--f-button-width:50px;--f-button-height:50px;--f-button-border:0;--f-button-border-radius:50%;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:transparent;--f-button-hover-bg:rgba(24,24,27,.3);--f-button-active-bg:rgba(24,24,27,.5);--f-button-shadow:none;--f-button-transition:all 0.15s ease;--f-button-transform:none;--f-button-svg-width:26px;--f-button-svg-height:26px;--f-button-svg-stroke-width:2.5;--f-button-svg-fill:none;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.5));--f-button-svg-disabled-opacity:0.65;--f-button-next-pos:1rem;--f-button-prev-pos:1rem;opacity:var(--fancybox-opacity,1)}.fancybox__nav .f-button:before{bottom:-30px;content:"";left:-20px;position:absolute;right:-20px;top:-30px;z-index:1}.is-idle .fancybox__nav,.is-idle.is-compact .fancybox__footer{animation:f-fadeOut .15s ease-out both}.is-idle.is-compact .fancybox__footer{pointer-events:none}.fancybox__slide>.f-spinner{cursor:pointer;left:50%;margin:var(--f-spinner-top,calc(var(--f-spinner-width)*-.5)) 0 0 var(--f-spinner-left,calc(var(--f-spinner-height)*-.5));position:absolute;top:50%;z-index:30}.fancybox-protected{bottom:0;right:0}.fancybox-ghost,.fancybox-protected{left:0;position:absolute;top:0;user-select:none;z-index:40}.fancybox-ghost{height:100%;min-height:0;object-fit:contain;pointer-events:none;width:100%}.fancybox-focus-guard{opacity:0;outline:none;pointer-events:none;position:fixed}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=false]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeIn .25s ease .1s backwards}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:f-fadeIn .35s ease backwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>:not(.fancybox__content),.fancybox__container.is-animated[aria-hidden=true]>:not(.fancybox__backdrop,.fancybox__carousel){animation:f-fadeOut .15s ease forwards}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:f-fadeOut .35s ease forwards}.has-html5video .fancybox__content,.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{flex-shrink:1;max-width:100%;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{height:100%;width:100%}.fancybox__container:not(.is-compact) .has-iframe .fancybox__content,.fancybox__container:not(.is-compact) .has-map .fancybox__content,.fancybox__container:not(.is-compact) .has-pdf .fancybox__content{height:90%;width:calc(100% - 120px)}.has-html5video .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{height:540px;max-height:100%;max-width:100%;width:960px}.has-html5video .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-vimeo .fancybox__content,.has-youtube .fancybox__content{background:rgba(24,24,27,.9);color:#fff;padding:0}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{background:transparent;border:0;display:block;height:100%;width:100%}.fancybox-placeholder{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.f-carousel__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-outline:0;--f-thumb-outline-color:#5eb0ef;--f-thumb-opacity:1;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1;--f-thumb-border-radius:2px;--f-thumb-offset:0px;--f-button-next-pos:0;--f-button-prev-pos:0}.f-carousel__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1;--f-thumb-selected-opacity:1}.f-carousel__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px}.f-thumbs{-webkit-tap-highlight-color:rgba(0,0,0,0);flex:0 0 auto;margin:0;overflow:hidden;perspective:1000px;position:relative;transform:translateZ(0);user-select:none}.f-thumbs .f-spinner{background-image:linear-gradient(#ebeff2,#e2e8f0);border-radius:2px;height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{height:auto;overflow:hidden;width:100%}.f-thumbs__track{display:flex;will-change:transform}.f-thumbs__slide{align-items:center;box-sizing:content-box;cursor:pointer;display:flex;flex:0 0 auto;height:var(--f-thumb-height);justify-content:center;margin:0;min-width:var(--f-thumb-width);overflow:visible;padding:0;position:relative;width:var(--f-thumb-width)}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track:before{bottom:0;content:"";cursor:pointer;left:calc(var(--left, 0)*1px);position:absolute;top:0;width:calc(100% - var(--width, 0)*1px)}.is-modern .f-thumbs__slide{--clip-path:inset(0 calc((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))*0.5*(1 - var(--progress, 0))) round var(--f-thumb-border-radius,0));pointer-events:none;transform:translate3d(calc(var(--shift, 0)*-1px),0,0);transition:none}.is-modern .f-thumbs__slide>*{clip-path:var(--clip-path)}.is-modern:not(.is-using-mouse) .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0 0 var(--f-thumb-outline-color)) drop-shadow(2px 0 0 var(--f-thumb-outline-color)) drop-shadow(0 -1px 0 var(--f-thumb-outline-color)) drop-shadow(0 2px 0 var(--f-thumb-outline-color))}.is-modern.in-touch .f-thumbs__slide{filter:none}.is-modern.is-resting .f-thumbs__slide,.is-modern.is-resting .f-thumbs__slide>*{transition:all .33s ease}.f-thumbs__slide__button{appearance:none;background:transparent;border:0;border-radius:var(--f-thumb-border-radius);cursor:pointer;height:100%;margin:0;opacity:var(--f-thumb-opacity);outline:none;overflow:hidden;padding:0;pointer-events:auto;position:relative;touch-action:manipulation;transition:opacity .2s ease;width:100%}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{opacity:var(--f-thumb-selected-opacity);outline:none}.is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-nav-selected .f-thumbs__slide__button:after{animation:f-fadeIn .2s ease-out;border:var(--f-thumb-outline,0) solid var(--f-thumb-outline-color,transparent);border-radius:var(--f-thumb-border-radius);bottom:0;content:"";height:auto;left:0;position:absolute;right:0;top:0;z-index:10}.f-thumbs__slide__img{bottom:0;box-sizing:border-box;height:100%;left:0;object-fit:cover;overflow:hidden;padding:var(--f-thumb-offset);pointer-events:none;position:absolute;right:0;top:0;width:100%}.f-thumbs.is-horizontal .f-thumbs__track{margin:0 auto;padding:8px 0 12px}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;margin:auto 0;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width:96px;--f-thumb-height:72px;--f-thumb-border-radius:2px;--f-thumb-outline:2px;--f-thumb-outline-color:#ededed;opacity:var(--fancybox-opacity,1);position:relative;transition:max-height .35s cubic-bezier(.23,1,.32,1)}.fancybox__thumbs.is-classic{--f-thumb-gap:8px;--f-thumb-opacity:0.5;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-modern{--f-thumb-gap:4px;--f-thumb-extra-gap:20px;--f-thumb-clip-width:46px;--f-thumb-opacity:1;--f-thumb-hover-opacity:1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(hsla(0,0%,100%,.1),hsla(0,0%,100%,.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width:64px;--f-thumb-clip-width:32px;--f-thumb-height:48px;--f-thumb-extra-gap:10px}.fancybox__thumbs.is-masked{max-height:0!important}.is-closing .fancybox__thumbs{transition:none!important}.fancybox__toolbar{--f-progress-color:var(--fancybox-color,hsla(0,0%,100%,.94));--f-button-width:46px;--f-button-height:46px;--f-button-color:var(--fancybox-color);--f-button-hover-color:var(--fancybox-hover-color);--f-button-bg:rgba(24,24,27,.65);--f-button-hover-bg:rgba(70,70,73,.65);--f-button-active-bg:rgba(90,90,93,.65);--f-button-border-radius:0;--f-button-svg-width:24px;--f-button-svg-height:24px;--f-button-svg-stroke-width:1.5;--f-button-svg-filter:drop-shadow(1px 1px 1px rgba(24,24,27,.15));--f-button-svg-fill:none;--f-button-svg-disabled-opacity:0.65;color:var(--fancybox-color,currentColor);display:flex;flex-direction:row;font-family:-apple-system,BlinkMacSystemFont,Segoe UI Adjusted,Segoe UI,Liberation Sans,sans-serif;justify-content:space-between;margin:0;opacity:var(--fancybox-opacity,1);padding:0;pointer-events:none;text-shadow:var(--fancybox-toolbar-text-shadow,1px 1px 1px rgba(0,0,0,.5));z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{left:0;position:absolute;right:0;top:0}.is-idle .fancybox__toolbar{animation:f-fadeOut .15s ease-out both;pointer-events:none}.fancybox__toolbar__column{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-basis:0;flex-grow:1}.fancybox__toolbar__column.is-right{display:flex;flex-wrap:nowrap;justify-content:flex-end}.fancybox__infobar{-webkit-font-smoothing:subpixel-antialiased;cursor:default;font-size:17px;font-variant-numeric:tabular-nums;line-height:var(--f-button-height);padding:0 5px;text-align:center;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child,[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child,[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{background:var(--f-progress-color,var(--f-carousel-theme-color,#0091ff));height:3px;left:0;pointer-events:none;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;user-select:none;z-index:30}.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fff;border:1px solid #e8e8e8;border-radius:5px;box-sizing:border-box;clear:both;cursor:pointer;display:block;float:left;font-family:inherit;font-size:14px;font-weight:400;height:38px;line-height:36px;outline:none;padding-left:18px;padding-right:30px;position:relative;text-align:left!important;transition:all .2s ease-in-out;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#dbdbdb}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:12px;top:50%;transform:rotate(45deg);transform-origin:66% 66%;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{transform:rotate(-135deg)}.nice-select.open .nice-select-dropdown{opacity:1;pointer-events:auto;transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#ededed;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .nice-select-dropdown{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .nice-select-dropdown{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .nice-select-dropdown{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);left:0;margin-top:4px;opacity:0;pointer-events:none;position:absolute;top:100%;transform:scale(.75) translateY(19px);transform-origin:50% 0;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list{border-radius:5px;box-sizing:border-box;max-height:210px;overflow:hidden;overflow-y:auto;padding:0}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;outline:none;padding-left:18px;padding-right:29px;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.nice-select .optgroup{font-weight:700}.no-csspointerevents .nice-select .nice-select-dropdown{display:none}.no-csspointerevents .nice-select.open .nice-select-dropdown{display:block}.nice-select .list::-webkit-scrollbar{width:0}.nice-select .has-multiple{height:auto;line-height:22px;min-height:36px;padding:7px 12px;white-space:inherit}.nice-select .has-multiple span.current{background:#eee;border:1px solid #ccc;border-radius:3px;display:inline-block;font-size:14px;line-height:24px;margin-bottom:3px;margin-right:3px;padding:0 10px}.nice-select .has-multiple .multiple-options{display:block;line-height:24px;padding:0}.nice-select .nice-select-search-box{border-radius:5px 5px 0 0;box-sizing:border-box;padding:5px;pointer-events:none;width:100%}.nice-select .nice-select-search{background-color:#fff;border:1px solid #e8e8e8;border-radius:3px;box-sizing:border-box;color:#444;display:inline-block;font-size:14px;height:auto;line-height:22px;margin:0 10px 0 0;min-height:36px;outline:0!important;padding:7px 12px;vertical-align:middle;width:100%}:root{--ui-c-white:#fff;--ui-c-black:#2f2940;--ui-c-magnolia:#f7f4ff;--ui-c-lavender:#e6def4;--ui-c-blue-purple:#b6b0d6;--ui-c-rhythm:#7a7194;--ui-c-pale-violet:#bda2f6;--ui-c-lavender-magenta:#e481e0;--ui-c-ocean-blue:#5a3fc3;--ui-c-majorelle-blue:#6242e0;--ui-c-light-cherry:#ff2929;--ui-brs-circle:50%;--ui-brs-20:20px;--ui-brs-10:10px;--ui-brs-8:8px;--ui-brs-4:4px;--ui-entity-with-icon-size-20:2rem;--ui-entity-with-icon-size-30:3rem;--ui-entity-with-icon-size-40:4rem;--ui-entity-with-icon-size-50:5rem;--ui-entity-with-icon-size-60:6rem;--ui-entity-with-icon-size-80:8rem;--ui-entity-with-icon-size-100:10rem;--ui-scrollbar-width:4px;--container-side-padding:2.4rem}@media only screen and (max-width:767.8px){:root{--container-side-padding:2rem}}.preload-transitions *{-webkit-transition:none!important;-moz-transition:none!important;-ms-transition:none!important;-o-transition:none!important;transition:none!important}html{font-size:10px;scroll-padding-block-start:calc(var(--full-size-header-button-height) + var(--main-header-primary-part-top-height) + 2rem)}body{background-color:var(--ui-c-white);color:var(--ui-c-black);display:flex;flex-direction:column;font-family:Golos Text,sans-serif;font-size:1.8rem;font-weight:500;line-height:2.6rem;margin:0;min-height:100vh;scroll-behavior:smooth;text-rendering:optimizeSpeed}::-webkit-scrollbar{width:var(--ui-scrollbar-width)!important}::-webkit-scrollbar-thumb{background-color:var(--ui-c-pale-violet)!important;border-radius:0!important}::-webkit-scrollbar-corner,::-webkit-scrollbar-track{background-color:var(--ui-c-magnolia)!important}h1,h2,h3,h4,h5,h6,p{margin-bottom:0;margin-top:0}.container{--padding:0px;box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:calc(1367.8px - var(--padding));padding-left:var(--container-side-padding);padding-right:var(--container-side-padding);position:relative;width:100%}@media only screen and (max-width:1367.8px){.container{max-width:calc(991.8px - var(--padding))}}@media only screen and (max-width:991.8px){.container{max-width:calc(767.8px - var(--padding))}}@media only screen and (max-width:767.8px){.container{max-width:calc(575.8px - var(--padding));padding-left:var(--container-side-padding);padding-right:var(--container-side-padding)}}.main-content{display:flex;flex:1;flex-direction:column;z-index:1}a.btn{text-decoration:none}button.btn{cursor:pointer;outline:none}.btn{align-items:center;border-radius:var(--ui-brs-8);box-sizing:border-box;color:var(--ui-c-black);cursor:pointer;display:flex;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;gap:1rem;justify-content:center;line-height:2.4rem;position:relative;text-align:center;transition:background-color .2s ease,color .2s ease,border-color .2s ease;white-space:nowrap}.btn--size--small{min-width:13rem;padding:1.2rem 2.4rem}.btn--size--big{min-width:15rem;padding:1.6rem 3.2rem}@media only screen and (max-width:575.8px){.btn--size--big{min-width:13rem;padding:1.2rem 2.4rem}}.btn--theme--light{background-color:var(--ui-c-magnolia);border:1px solid var(--ui-c-magnolia);color:var(--ui-c-ocean-blue)}.btn--theme--light>svg path[stroke]{stroke:var(--ui-c-ocean-blue)}.btn--theme--light>svg path[fill]{fill:var(--ui-c-ocean-blue)}@media(hover:hover)and (pointer:fine){.btn--theme--light:hover{background-color:var(--ui-c-ocean-blue);border:1px solid var(--ui-c-ocean-blue);color:var(--ui-c-white)}.btn--theme--light:hover>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--light:hover>svg path[fill]{fill:var(--ui-c-white)}}.btn--theme--light:focus-visible{background-color:var(--ui-c-ocean-blue);border:1px solid var(--ui-c-ocean-blue);color:var(--ui-c-white)}.btn--theme--light:focus-visible>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--light:focus-visible>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--light:active{background-color:var(--ui-c-majorelle-blue);border:1px solid var(--ui-c-majorelle-blue);color:var(--ui-c-white)}.btn--theme--light:active>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--light:active>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--light .btn__loader-icon svg circle{stroke:var(--ui-c-ocean-blue)}.btn--theme--light[disabled]{background-color:var(--ui-c-magnolia);border:1px solid var(--ui-c-magnolia);color:var(--ui-c-white);opacity:.8}.btn--theme--light[disabled]>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--light[disabled]>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--violet{background-color:var(--ui-c-magnolia);border:1px solid var(--ui-c-magnolia);color:var(--ui-c-ocean-blue)}.btn--theme--violet>svg path[stroke]{stroke:var(--ui-c-ocean-blue)}.btn--theme--violet>svg path[fill]{fill:var(--ui-c-ocean-blue)}@media(hover:hover)and (pointer:fine){.btn--theme--violet:hover{background-color:var(--ui-c-pale-violet);border:1px solid var(--ui-c-pale-violet);color:var(--ui-c-white)}.btn--theme--violet:hover>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--violet:hover>svg path[fill]{fill:var(--ui-c-white)}}.btn--theme--violet:focus-visible{background-color:var(--ui-c-pale-violet);border:1px solid var(--ui-c-pale-violet);color:var(--ui-c-white)}.btn--theme--violet:focus-visible>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--violet:focus-visible>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--violet:active{background-color:var(--ui-c-pale-violet);border:1px solid var(--ui-c-pale-violet);color:var(--ui-c-white)}.btn--theme--violet:active>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--violet:active>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--violet .btn__loader-icon svg circle{stroke:var(--ui-c-ocean-blue)}.btn--theme--violet[disabled]{background-color:var(--ui-c-magnolia);border:1px solid var(--ui-c-magnolia);color:var(--ui-c-white);opacity:.8}.btn--theme--violet[disabled]>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--violet[disabled]>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--purple{background-color:var(--ui-c-ocean-blue);border:1px solid var(--ui-c-ocean-blue);color:var(--ui-c-white)}.btn--theme--purple>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--purple>svg path[fill]{fill:var(--ui-c-white)}@media(hover:hover)and (pointer:fine){.btn--theme--purple:hover{background-color:var(--ui-c-majorelle-blue);border:1px solid var(--ui-c-majorelle-blue);color:var(--ui-c-white)}.btn--theme--purple:hover>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--purple:hover>svg path[fill]{fill:var(--ui-c-white)}}.btn--theme--purple:focus-visible{background-color:var(--ui-c-majorelle-blue);border:1px solid var(--ui-c-majorelle-blue);color:var(--ui-c-white)}.btn--theme--purple:focus-visible>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--purple:focus-visible>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--purple:active{background-color:var(--ui-c-ocean-blue);border:1px solid var(--ui-c-ocean-blue);color:var(--ui-c-white)}.btn--theme--purple:active>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--purple:active>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--purple .btn__loader-icon svg circle{stroke:var(--ui-c-ocean-blue)}.btn--theme--purple[disabled]{background-color:var(--ui-c-lavender);border:1px solid var(--ui-c-lavender);color:var(--ui-c-white)}.btn--theme--purple[disabled]>svg path[stroke]{stroke:var(--ui-c-white)}.btn--theme--purple[disabled]>svg path[fill]{fill:var(--ui-c-white)}.btn--theme--hollow{background-color:var(--ui-c-white);border:1px solid var(--ui-c-lavender);color:var(--ui-c-ocean-blue)}@media(hover:hover)and (pointer:fine){.btn--theme--hollow:hover{background-color:var(--ui-c-white);border:1px solid var(--ui-c-ocean-blue);color:var(--ui-c-ocean-blue)}}.btn--theme--hollow:focus-visible{background-color:var(--ui-c-white);border:1px solid var(--ui-c-ocean-blue);color:var(--ui-c-ocean-blue)}.btn--theme--hollow:active{background-color:var(--ui-c-ocean-blue);border:1px solid var(--ui-c-ocean-blue);color:var(--ui-c-white)}.btn--theme--hollow .btn__loader-icon svg circle{stroke:var(--ui-c-white)}.btn--theme--hollow[disabled]{background-color:var(--ui-c-lavender);border:1px solid var(--ui-c-lavender);color:var(--ui-c-white)}.btn[disabled]{cursor:auto}.btn.js-is-loading{color:transparent}.btn.js-is-loading .btn__loader-icon{opacity:1}.btn__loader-icon{bottom:0;height:75%;left:0;margin:auto;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s ease;width:auto}.btn__loader-icon svg{height:100%;width:auto}.date{color:var(--ui-c-rhythm);display:inline-block;font-family:Golos Text,sans-serif;font-size:1.4rem;font-weight:500;line-height:1.4rem}.date--theme--purple,.date--theme--white{border-radius:var(--ui-brs-20);box-sizing:border-box;color:var(--ui-c-blue-purple);padding:1rem 1.5rem}.date--theme--white{background-color:var(--ui-c-white)}.date--theme--purple{background-color:var(--ui-c-magnolia)}.tag-tiles-list{display:grid;gap:1rem;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.tag-tiles-list__el{align-items:center;background-color:var(--ui-c-magnolia,#f7f4ff);border-radius:var(--ui-brs-8,.8rem);display:flex;flex-wrap:nowrap;gap:1rem;padding:1rem 2rem}@media only screen and (max-width:575.8px){.tag-tiles-list__el{padding-left:1.5rem;padding-right:1.5rem}}.tag-tiles-list__el-icon{align-items:center;background-color:var(--ui-c-pale-violet);border-radius:var(--ui-brs-circle);display:flex;height:2rem;justify-content:center;min-width:2rem;width:2rem}.tag-tiles-list__el-value{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:2.2rem;font-weight:600;line-height:2.8rem}@media only screen and (max-width:575.8px){.tag-tiles-list__el-value{font-size:1.6rem;line-height:2.4rem}}.list{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.list>*+*{margin-top:1.5rem}@media only screen and (max-width:399.8px){.list>*+*{margin-top:1rem}}.list--has-descr>*+*{margin-top:2rem}.list--has-descr .list__el-title{font-size:1.8rem;font-weight:600;line-height:2.6rem}@media only screen and (max-width:399.8px){.list--has-descr .list__el-title{font-size:1.6rem;line-height:2.4rem}}.list--has-descr .list__el-title-and-icon-wrapper>.list__el-icon{margin-top:.3rem}@media only screen and (max-width:399.8px){.list--has-descr .list__el-title-and-icon-wrapper>.list__el-icon{margin-top:.2rem}}.list__el-title-and-icon-wrapper{display:flex}.list__el-title-and-icon-wrapper>*+*{margin-left:1rem}.list__el-title-and-icon-wrapper>.list__el-icon{margin-top:.2rem}@media only screen and (max-width:399.8px){.list__el-title-and-icon-wrapper>.list__el-icon{margin-top:.1rem}}.list__el-icon{align-items:center;background-color:var(--ui-c-pale-violet);border-radius:var(--ui-brs-circle);display:flex;height:2rem;justify-content:center;min-width:2rem;width:2rem}.list__el-title{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem}@media only screen and (max-width:399.8px){.list__el-title{font-size:1.4rem;line-height:2.2rem}}.list__el-descr{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem;margin-top:1rem}@media only screen and (max-width:399.8px){.list__el-descr{font-size:1.4rem;line-height:2.2rem}}.ajax-content-placeholder{position:relative}.ajax-content-placeholder:after{background-color:transparent;content:"";display:block;height:100%;left:0;opacity:1;position:absolute;top:0;transition:background-color .2s ease,opacity .2s ease,visibility .2s ease;visibility:hidden;width:100%}.js-active-ajax-content-placeholder:after{background-color:var(--ui-c-white);opacity:.5;visibility:visible}.label{background-color:var(--label-background-color);border-radius:var(--ui-brs-20);box-sizing:border-box;color:var(--ui-c-white);display:inline-block;font-family:Golos Text,sans-serif;font-size:1.4rem;font-weight:700;line-height:1.4rem;padding:1rem 1.5rem;white-space:nowrap}.checkbox{cursor:pointer;display:flex}.checkbox>.checkbox__text{margin-top:0}@media only screen and (max-width:399.8px){.checkbox>.checkbox__fake{margin-top:.3rem}}.checkbox--theme--light .checkbox__real:checked~.checkbox__fake{background-color:var(--ui-c-white);border:1px solid var(--ui-c-white)}.checkbox--theme--light .checkbox__real:checked~.checkbox__fake svg{opacity:1}.checkbox--theme--light .checkbox__real:checked~.checkbox__fake svg path{fill:var(--ui-c-pale-violet)}.checkbox--theme--light .checkbox__real:not(:checked):focus-visible~.checkbox__fake{border:1px solid var(--ui-c-white)}.checkbox--theme--light .checkbox__real:not(:checked):focus-visible~.checkbox__fake svg{opacity:1}.checkbox--theme--light .checkbox__real:not(:checked):focus-visible~.checkbox__fake svg path{fill:var(--ui-c-white)}.checkbox--theme--light .checkbox__fake{border:1px solid var(--ui-c-white)}.checkbox--theme--light .checkbox__fake svg path{fill:var(--ui-c-white)}.checkbox--theme--light .checkbox__text{color:var(--ui-c-white)}@media(hover:hover)and (pointer:fine){.checkbox--theme--light:hover .checkbox__fake{border:1px solid var(--ui-c-white)}.checkbox--theme--light:hover .checkbox__fake svg{opacity:1}.checkbox--theme--light:hover .checkbox__fake svg path{fill:var(--ui-c-white)}}.checkbox--theme--purple .checkbox__real:checked~.checkbox__fake{background-color:var(--ui-c-pale-violet);border:1px solid var(--ui-c-pale-violet)}.checkbox--theme--purple .checkbox__real:checked~.checkbox__fake svg{opacity:1}.checkbox--theme--purple .checkbox__real:checked~.checkbox__fake svg path{fill:var(--ui-c-white)}.checkbox--theme--purple .checkbox__real:not(:checked):focus-visible~.checkbox__fake{border:1px solid var(--ui-c-pale-violet)}.checkbox--theme--purple .checkbox__real:not(:checked):focus-visible~.checkbox__fake svg{opacity:1}.checkbox--theme--purple .checkbox__real:not(:checked):focus-visible~.checkbox__fake svg path{fill:var(--ui-c-pale-violet)}.checkbox--theme--purple .checkbox__fake{border:1px solid var(--ui-c-lavender)}.checkbox--theme--purple .checkbox__fake svg path{fill:var(--ui-c-pale-violet)}.checkbox--theme--purple .checkbox__text{color:var(--ui-c-black)}@media(hover:hover)and (pointer:fine){.checkbox--theme--purple:hover .checkbox__fake{border:1px solid var(--ui-c-pale-violet)}.checkbox--theme--purple:hover .checkbox__fake svg{opacity:1}.checkbox--theme--purple:hover .checkbox__fake svg path{fill:var(--ui-c-pale-violet)}}.checkbox__real{height:0;margin:0;width:0}.checkbox__fake{align-items:center;background-color:transparent;border-radius:var(--ui-brs-4);box-sizing:border-box;display:flex;height:2.4rem;justify-content:center;min-width:2.4rem;transition:background-color .2s ease,border-color .2s ease;width:2.4rem}.checkbox__fake svg{opacity:0;transition:opacity .2s ease}@media only screen and (max-width:399.8px){.checkbox__fake svg{transform:scale(.6)}.checkbox__fake{height:1.8rem;min-width:1.8rem;width:1.8rem}}.checkbox__text{font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem;margin-left:1rem}.lozad{opacity:0;transition:opacity .2s ease}.lozad[data-loaded=true]{opacity:1}.rating{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.rating__el{display:grid}.rating__el--is-column{gap:.5rem}.rating__el:not(.rating__el--is-column){gap:1.5rem;grid-template-columns:min-content auto}@media only screen and (max-width:399.8px){.rating__el:not(.rating__el--is-column){gap:.5rem;grid-template-columns:auto}}.rating__text{font-weight:400}.rating__text,.rating__text--size--default{color:var(--ui-c-black);font-family:Golos Text,sans-serif}.rating__text--size--default{font-size:1.6rem;line-height:2.4rem}.rating__text--size--small{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.4rem;line-height:2.2rem}@media only screen and (max-width:399.8px){.rating__text{font-size:1.4rem;line-height:2.2rem}}.stars{align-items:center;display:flex}.stars>*+*{margin-left:.5rem}@media only screen and (max-width:399.8px){.stars svg{height:1.8rem;width:1.8rem}}.section+.section{margin-top:10rem}@media only screen and (max-width:767.8px){.section+.section{margin-top:8rem}}@media only screen and (max-width:575.8px){.section+.section{margin-top:6rem}}@media only screen and (max-width:399.8px){.section+.section{margin-top:4rem}}.section__container{display:grid}.section__title-row-wrapper{align-items:center;display:grid;gap:2rem;grid-template-columns:repeat(2,auto);justify-content:space-between}@media only screen and (max-width:575.8px){.section__title-row-wrapper{grid-template-columns:auto}}.section__title{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:3.8rem;font-weight:500;line-height:4.8rem}@media only screen and (max-width:575.8px){.section__title{font-size:2.8rem;line-height:3.4rem}}@media only screen and (max-width:399.8px){.section__title{font-size:2.6rem;line-height:3.2rem}}.section__descr p{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem}@media only screen and (max-width:399.8px){.section__descr p{font-size:1.4rem;line-height:2.2rem}}.section__descr>*+*{margin-top:1rem}@media only screen and (max-width:399.8px){.section__descr>*+*{margin-top:.5rem}}.section__descr+:not(.section__descr){margin-top:4rem}@media only screen and (max-width:767.8px){.section__descr+:not(.section__descr){margin-top:3rem}}@media only screen and (max-width:399.8px){.section__descr+:not(.section__descr){margin-top:2rem}}.section-slider__wrapper{margin-top:3rem;min-width:0}@media only screen and (max-width:575.8px){.section-slider__wrapper{margin-top:2rem}}.section-slider__wrapper .swiper-wrapper{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.section-slider__wrapper .swiper-pagination-wrapper{margin-top:3rem}@media only screen and (max-width:575.8px){.section-slider__wrapper .swiper-pagination-wrapper{margin-top:2rem}}.section-slider__wrapper .swiper-button-next,.section-slider__wrapper .swiper-button-prev{margin-top:0}.section-slider__wrapper .swiper-slide{height:auto}.section-slider__wrapper .swiper .swiper-button-prev{left:2rem;transform:translateY(-50%)}.section-slider__wrapper .swiper .swiper-button-next{right:2rem;transform:translateY(-50%)}.section-slider__btn-wrapper{position:relative}.section-slider__btn-wrapper .swiper-button-prev{left:-3rem;transform:translate(-100%,-50%)}.section-slider__btn-wrapper .swiper-button-next{right:-3rem;transform:translate(100%,-50%)}@media(max-width:1169.8px)and (min-width:992px),(max-width:1569.8px)and (min-width:1368px),(max-width:749.8px),(max-width:949.8px)and (min-width:768px){.section-slider__btn-wrapper .swiper-button-next,.section-slider__btn-wrapper .swiper-button-prev{display:none}}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.logo-with-descr,.logo-with-descr__link{align-items:center;display:flex}.logo-with-descr__link{border-right:1px solid var(--ui-c-lavender);height:100%;margin-right:1.5rem;padding-right:1.5rem}.logo-with-descr__image{height:100%;min-width:13rem;object-fit:contain;object-position:center;width:13rem}.logo-with-descr__descr--theme--default{color:var(--ui-c-rhythm);font-family:Golos Text,sans-serif;font-size:1rem;font-weight:400;line-height:1.4rem}.logo-with-descr__descr--theme--accent{color:var(--ui-c-rhythm);font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.8rem}.fancybox__container{--fancybox-bg:rgba(10,3,29,.7);z-index:3}.fancybox__container:not(.fancybox__container--theme--modal-menu) .fancybox__content{margin-left:calc(var(--ui-scrollbar-width)*-1)}.fancybox__container--theme--form .fancybox__content>.f-button.is-close-btn{color:var(--ui-c-white);right:0;top:-35px}.fancybox__container--theme--modal-menu .fancybox__content>.f-button.is-close-btn{right:20px;top:20px}@media only screen and (max-width:399.8px){.fancybox__container--theme--modal-menu .fancybox__content>.f-button.is-close-btn{right:10px;top:10px}}.fancybox__slide{padding:0 calc(var(--container-side-padding) + var(--ui-scrollbar-width)/2)}.fancybox__slide,.fancybox__slide.has-html5video,.fancybox__slide.has-iframe,.fancybox__slide.has-image,.fancybox__slide.has-video{overflow-y:scroll}.fancybox__slide::-webkit-scrollbar{display:none}@media(max-width:1000px){.fancybox__slide.rutube .fancybox__content{max-height:0;padding-top:56%}.fancybox__slide.rutube .fancybox__iframe{position:absolute;top:0}}.fancybox__slide.has-html5video.vertical .fancybox__content{aspect-ratio:unset!important;height:auto!important;max-height:75rem;width:unset!important}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:0}.fancybox__content{background-color:transparent;padding:0}.fancybox__content>.f-button.is-close-btn{background:transparent;color:var(--ui-c-blue-purple);height:24px;opacity:1;width:24px}.fancybox__content>.f-button.is-close-btn svg{height:100%;width:100%}.fancybox__content>.f-button.is-close-btn,.is-compact .fancybox__content>.f-button.is-close-btn{right:12px;top:12px}.f-thumbs__slide__img{object-fit:contain}.toastify{background:var(--ui-c-white);border:1px solid var(--ui-c-lavender);border-radius:var(--ui-brs-10);box-shadow:none;box-sizing:border-box;cursor:default;max-width:28rem;padding:3rem;z-index:4}@media only screen and (max-width:767.8px){.toastify{max-width:22rem;padding:2rem 1.5rem 1.5rem}}@media(max-width:360px){.toastify{left:unset!important;right:15px!important}}.toastify .toast-close{align-items:center;cursor:pointer;display:flex;height:20px;justify-content:center;opacity:1;padding:0;position:absolute;right:8px;top:8px;width:20px}.toastify .toast-close img{height:100%!important;width:100%!important}@media only screen and (max-width:767.8px){.toastify .toast-close{height:12px;width:12px}}.toastify .title{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.8rem;font-weight:600;line-height:2.6rem}@media only screen and (max-width:767.8px){.toastify .title{font-size:1.6rem;line-height:2.4rem}}.toastify .text{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem;margin-top:1rem}@media only screen and (max-width:767.8px){.toastify .text{font-size:1.4rem;line-height:2.2rem;margin-top:.5rem}}.search-bar .proclose svg{transform:scale(1.5)}.search-bar input[type=search]{color:var(--ui-c-black)!important}.asp_w.asp_r.vertical .etc{margin-bottom:0!important}.asp_w.asp_r .item.hovered .asp_res_url{color:var(--ui-c-ocean-blue)!important}.asp_w.asp_r .asp_res_url{transition:color .2s ease}div.asp_r.asp_r_1.vertical{padding:0!important}div.asp_r.asp_r_1.vertical .results .item .asp_content{padding:1rem!important}div.asp_w.asp_r .results .item{border:0!important;padding:0!important}.select:where(select){display:none}.nice-select .nice-select-dropdown{background-color:var(--ui-c-white);border:1px solid var(--ui-c-lavender);border-radius:var(--ui-brs-8);box-shadow:unset;box-sizing:border-box;padding:0}.nice-select .nice-select-dropdown .list>*+*{margin-top:unset}:root{--full-size-header-button-height:0rem;--main-header-secondary-part-height:5.4rem;--main-header-primary-part-top-height:11rem;--main-header-primary-part-bottom-height:4.2rem;--main-header-primary-part-border-bottom-width:1px;--main-header-primary-part-height:calc(var(--main-header-primary-part-top-height) + var(--main-header-primary-part-border-bottom-width) + var(--main-header-primary-part-bottom-height));--main-header-full-height:calc(var(--main-header-secondary-part-height) + var(--main-header-primary-part-height) + var(--full-size-header-button-height))}@media only screen and (max-width:1367.8px){:root:has(.main-header.has-locations){--main-header-secondary-part-height:4.2rem;--main-header-full-height:calc(var(--main-header-primary-part-top-height) + var(--main-header-primary-part-border-bottom-width) + var(--main-header-secondary-part-height) + var(--full-size-header-button-height))}}@media only screen and (max-width:1367.8px){:root:not(:has(.main-header.has-locations)){--main-header-full-height:calc(var(--main-header-primary-part-top-height) + var(--main-header-primary-part-border-bottom-width) + var(--full-size-header-button-height))}}:root:not(:has(.main-header.has-locations)) .hamburger-menu{height:calc(100dvh - var(--main-header-primary-part-top-height) - var(--main-header-primary-part-border-bottom-width) - var(--full-size-header-button-height))}@media only screen and (max-width:767.8px){:root{--main-header-primary-part-top-height:6.6rem}}.main-header{position:fixed;width:100%;z-index:2}.main-header__contact-label{font-size:1.4rem;line-height:2.2rem}.main-header__contact,.main-header__contact-label{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-weight:500}.main-header__contact{display:inline-block;font-size:1.6rem;line-height:2.4rem;text-decoration:none;white-space:nowrap}.main-header.js-transformed-header .main-header-primary-part__bottom-wrapper,.main-header.js-transformed-header .main-header-secondary-part__wrapper{height:0;opacity:0;visibility:hidden}.main-header.js-transformed-header.has-locations .hamburger-menu{height:calc(100dvh - var(--main-header-primary-part-top-height) - var(--main-header-primary-part-border-bottom-width) - var(--full-size-header-button-height))}@media only screen and (max-width:767.8px){.main-header:not(.js-transformed-header).has-locations .hamburger-menu{height:calc(100dvh - var(--main-header-primary-part-top-height) - var(--main-header-primary-part-border-bottom-width) - var(--full-size-header-button-height) - var(--main-header-secondary-part-height))}}@media only screen and (min-width:1368px){.main-header:not(.js-transformed-header) .main-header-primary-part__hamburger{height:0;margin-left:0;min-width:0;opacity:0;padding:0;transform:scale(0);width:0}.main-header:not(.js-transformed-header) .hamburger-menu{display:none}}.main-header__hamburger-menu-wrapper{width:100%}.main-header__hamburger-menu-save-wrapper{max-width:100%}@media only screen and (max-width:1367.8px){.main-header.has-locations .main-header-primary-part__bottom-wrapper,.main-header.has-locations .main-header-secondary-part__menu,.main-header.has-locations .main-header-secondary-part__socials,.main-header:not(.has-locations) .main-header-primary-part__bottom-wrapper,.main-header:not(.has-locations) .main-header-secondary-part{display:none}}.main-header+.main-content{margin-top:var(--main-header-full-height)}.full-size-header-button{align-items:center;background-color:var(--bakground-color);box-sizing:border-box;display:flex;min-height:var(--full-size-header-button-height);text-align:center;text-decoration:none;transition:background-color .2s ease}.full-size-header-button__text{color:var(--ui-c-white);font-family:Golos Text,sans-serif;font-size:1.8rem;font-weight:500;line-height:2.6rem;padding-bottom:1rem;padding-top:1rem;text-transform:uppercase}@media only screen and (max-width:1367.8px){.full-size-header-button__text{font-size:1.6rem;line-height:2.4rem}}@media only screen and (max-width:991.8px){.full-size-header-button__text{font-size:1.2rem;line-height:2rem}}.main-header-secondary-part{--main-header-secondary-part-menu-el-height:2.4rem;align-items:center;background-color:var(--ui-c-magnolia);display:flex;z-index:2}.main-header-secondary-part__wrapper{align-items:center;display:flex;height:var(--main-header-secondary-part-height);justify-content:space-between}.main-header-secondary-part__menu ul{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.main-header-secondary-part__menu a{text-decoration:none;white-space:nowrap}.main-header-secondary-part__menu>ul{align-items:center;display:flex}.main-header-secondary-part__menu>ul>li>a{align-items:center;box-sizing:border-box;color:var(--ui-c-rhythm);display:flex;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:var(--main-header-secondary-part-menu-el-height);padding:calc((var(--main-header-secondary-part-height) - var(--main-header-secondary-part-menu-el-height))/2) 0;transition:color .2s ease}@media(hover:hover)and (pointer:fine){.main-header-secondary-part__menu>ul>li>a:hover{color:var(--ui-c-majorelle-blue)}}.main-header-secondary-part__menu>ul>li>a:focus-visible{color:var(--ui-c-majorelle-blue)}.main-header-secondary-part__menu>ul>li+li{margin-left:3rem}.main-header-secondary-part__menu>ul>li.menu-item-has-children>a:after{background-image:url(../assets/grey-dropdwon-arrow.svg);background-position:50%;background-repeat:no-repeat;content:"";display:inline-block;height:2.4rem;position:relative;width:2.4rem}.main-header-secondary-part__menu>ul>li.menu-item-has-children{position:relative}@media(hover:hover)and (pointer:fine)and (hover:hover)and (pointer:fine){.main-header-secondary-part__menu>ul>li.menu-item-has-children:hover>.sub-menu{display:block}}.main-header-secondary-part__menu>ul>li>.sub-menu{background-color:var(--ui-c-white);border-radius:0 0 1rem 1rem;box-shadow:0 3px 14px 0 rgba(41,34,70,.14);display:none;left:0;padding:2rem;position:absolute;top:100%;transition:opacity .2s ease,visibility .2s ease}.main-header-secondary-part__menu>ul>li>.sub-menu>li+li{margin-top:1rem}.main-header-secondary-part__menu>ul>li>.sub-menu>li>a{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4rem}.main-header-primary-part{--main-header-primary-part-bottom-menu-el-height:2.6rem;background-color:var(--ui-c-white);border-bottom:var(--main-header-primary-part-border-bottom-width) solid var(--ui-c-lavender);box-sizing:border-box;z-index:1}.main-header-primary-part__top-wrapper{align-items:center;box-sizing:border-box;display:flex;height:var(--main-header-primary-part-top-height);justify-content:space-between}.main-header-primary-part__top-wrapper>*+*{margin-left:2rem}@media only screen and (max-width:767.8px){.main-header-primary-part__top-wrapper>*+*{margin-left:1.5rem}}.main-header-primary-part__buttons-wrapper{display:flex}@media only screen and (max-width:1367.8px){.main-header-primary-part__logo{margin-right:auto}}@media only screen and (max-width:767.8px){.main-header-primary-part__logo{height:3.8rem}}@media only screen and (max-width:1367.8px){.main-header-primary-part__logo .logo-with-descr__link{border-right:unset;margin-right:unset;padding-right:unset}.main-header-primary-part__logo .logo-with-descr__descr{display:none}}@media only screen and (max-width:767.8px){.main-header-primary-part__contacts-wrapper,.main-header-primary-part__open-modal-btn{display:none}}.main-header-primary-part__open-modal-btn{padding-bottom:1rem;padding-top:1rem}.main-header-primary-part__search{width:36rem}@media only screen and (max-width:1367.8px){.main-header-primary-part__search{display:none}}.main-header-primary-part__btn{align-items:center;background-color:var(--ui-c-magnolia);border-radius:var(--ui-brs-circle);display:flex;height:var(--ui-entity-with-icon-size-60);justify-content:center;min-width:var(--ui-entity-with-icon-size-60);transition:background-color .2s ease;width:var(--ui-entity-with-icon-size-60)}@media only screen and (max-width:767.8px){.main-header-primary-part__btn{height:var(--ui-entity-with-icon-size-50);min-width:var(--ui-entity-with-icon-size-50);width:var(--ui-entity-with-icon-size-50)}}.main-header-primary-part__btn svg path{transition:stroke .2s ease}@media(hover:hover)and (pointer:fine){.main-header-primary-part__btn:hover{background-color:var(--ui-c-ocean-blue)}}.main-header-primary-part__btn:focus-visible{background-color:var(--ui-c-ocean-blue)}.main-header-primary-part__btn:active{background-color:var(--ui-c-majorelle-blue)}.main-header-primary-part__cart{position:relative}@media(hover:hover)and (pointer:fine){.main-header-primary-part__cart:hover svg path{stroke:var(--ui-c-white)}.main-header-primary-part__cart:hover:after{background-color:var(--ui-c-pale-violet)}}.main-header-primary-part__cart:active svg path,.main-header-primary-part__cart:focus-visible svg path{stroke:var(--ui-c-white)}.main-header-primary-part__cart:active:after,.main-header-primary-part__cart:focus-visible:after{background-color:var(--ui-c-pale-violet)}.main-header-primary-part__cart:after{background-color:var(--ui-c-ocean-blue);border-radius:var(--ui-brs-circle);color:var(--ui-c-white);content:attr(data-total-num);font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:500;height:2.4rem;line-height:2.4rem;min-width:2.4rem;position:absolute;right:0;text-align:center;top:0;transition:background-color .2s ease;width:2.4rem}@media only screen and (max-width:767.8px){.main-header-primary-part__cart:after{font-size:1rem;height:2rem;line-height:2rem;min-width:2rem;width:2rem}}.main-header-primary-part__hamburger{border:none;cursor:pointer;margin-left:2rem;transition:all .3s ease}@media(hover:hover)and (pointer:fine){.main-header-primary-part__hamburger:hover .hamburger__part{background-color:var(--ui-c-white)}}.main-header-primary-part__hamburger:active .hamburger__part,.main-header-primary-part__hamburger:focus-visible .hamburger__part{background-color:var(--ui-c-white)}.main-header-primary-part__bottom-wrapper{height:var(--main-header-primary-part-bottom-height)}.main-header-primary-part__menu ul{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.main-header-primary-part__menu a{text-decoration:none;white-space:nowrap}.main-header-primary-part__menu .menu{align-items:center;display:flex;flex-wrap:nowrap;gap:6rem}.main-header-primary-part__menu .menu .sub-menu[data-depth="0"]{background-color:var(--ui-c-white);border-radius:0 0 1rem 1rem;box-shadow:0 3px 14px 0 rgba(41,34,70,.14);display:flex;flex-wrap:nowrap;left:0;padding:2rem;position:absolute;top:100%;visibility:hidden}.main-header-primary-part__menu .menu .sub-menu[data-depth="1"]{margin-top:2rem}.main-header-primary-part__menu .menu .menu__el.show-more>.menu__link{align-items:center;color:var(--ui-c-ocean-blue,#5a3fc3);display:flex;flex-wrap:nowrap;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4rem}.main-header-primary-part__menu .menu .menu__el.show-more>.menu__link:after{background-image:url(../assets/ocean-blue-right-arrow.svg);content:"";display:block;height:2.4rem;min-width:2.4rem;position:relative;width:2.4rem}.main-header-primary-part__menu .menu .menu__el.menu-item-has-children[data-depth="0"]{position:relative}@media(hover:hover)and (pointer:fine)and (hover:hover)and (pointer:fine){.main-header-primary-part__menu .menu .menu__el.menu-item-has-children[data-depth="0"]:hover>.sub-menu[data-depth="0"]{visibility:visible}}.main-header-primary-part__menu .menu .menu__link.is-active[data-depth="0"]{border-color:var(--ui-c-ocean-blue);color:var(--ui-c-ocean-blue)}.main-header-primary-part__menu .menu .menu__link[data-depth="0"]{--border-bottom-width:3px;border-bottom:var(--border-bottom-width) solid transparent;box-sizing:border-box;color:var(--ui-c-black);display:block;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:var(--main-header-primary-part-bottom-menu-el-height);padding-bottom:calc(var(--main-header-primary-part-bottom-height) - var(--main-header-primary-part-bottom-menu-el-height) - var(--border-bottom-width) + var(--main-header-primary-part-border-bottom-width));text-transform:uppercase;transition:border-color .2s ease,color .2s ease}@media(hover:hover)and (pointer:fine){.main-header-primary-part__menu .menu .menu__link[data-depth="0"]:hover{border-color:var(--ui-c-ocean-blue);color:var(--ui-c-ocean-blue)}}.main-header-primary-part__menu .menu .menu__link[data-depth="0"]:focus-visible,.main-header-primary-part__menu .menu .menu__link[data-depth="0"]:has(+.sub-menu[data-depth="0"]:hover){border-color:var(--ui-c-ocean-blue);color:var(--ui-c-ocean-blue)}.main-header-primary-part__menu .menu .menu__link[data-depth="1"]{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.8rem;font-weight:600;line-height:2.6rem}.main-header-primary-part__menu .menu .menu__link[data-depth="2"]{color:var(--ui-c-rhythm,#7a7194);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2rem}.main-header-primary-part__menu .menu .menu__link:has(.menu__link-label){align-items:center;display:flex;flex-wrap:nowrap;gap:1rem}.main-header-primary-part__menu .menu .menu__link-label{background-color:#ff714d;border-radius:var(--ui-brs-20);box-sizing:border-box;color:var(--ui-c-white);font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.4rem;padding:.6rem 1.2rem;white-space:nowrap}.main-header-primary-part__menu .menu .menu__el[data-depth="1"]{min-width:29rem}.main-header-primary-part__menu .menu .menu__el.with-column[data-depth="0"] .sub-menu[data-depth="0"]{gap:1rem}.main-header-primary-part__menu .menu .menu__el:not(.with-column)[data-depth="0"] .sub-menu[data-depth="0"]{flex-direction:column;gap:1rem}.main-header-primary-part__menu .menu .sub-menu[data-depth="1"]>.menu__el+.menu__el{margin-top:1rem}.main-header-primary-part__menu .menu .sub-menu[data-depth="1"]>.menu__el+.menu__el.show-more{margin-top:2rem}.main-header-primary-part,.main-header-secondary-part{position:relative}.main-header-primary-part__bottom-wrapper,.main-header-secondary-part__wrapper{transition:opacity .15s ease,height .3s ease,visibility .3s ease}.hamburger-menu{background-color:var(--ui-c-white);display:flex;flex-direction:column;flex-wrap:nowrap;gap:3rem;justify-content:space-between;opacity:0;overflow-y:scroll;position:absolute;right:0;top:100%;transform:scaleY(0);transform-origin:top;transition:transform .3s ease,opacity .3s ease,transform .3s ease,height .2s ease;width:100%}.hamburger-menu__wrapper{margin-top:2rem}.hamburger-menu__search{margin-bottom:2rem}@media only screen and (min-width:1368px){.hamburger-menu__search{display:none}}.hamburger-menu__footer{background-color:var(--ui-c-magnolia);padding-bottom:3rem;padding-top:3rem}@media only screen and (min-width:768px){.hamburger-menu__footer{display:none}}@media only screen and (max-width:575.8px){.hamburger-menu__footer{padding-bottom:2rem;padding-top:2rem}}.hamburger-menu__footer-wrapper{display:flex;flex-direction:column}.hamburger-menu__footer-wrapper>*+*{margin-top:1.5rem}.hamburger-menu__footer-socials.socials{margin-top:2rem}.hamburger-menu__menu-wrapper ul{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.hamburger-menu__menu-wrapper a{text-decoration:none}.hamburger-menu__menu-wrapper .collapse:not(.collapse_show){display:none}.hamburger-menu__menu-wrapper .menu>.menu__el+.menu__el{margin-top:2rem}.hamburger-menu__menu-wrapper .menu__link-wrapper{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem}.hamburger-menu__menu-wrapper .menu__link-wrapper:has(+.sub-menu-wrapper.collapsing,+.sub-menu-wrapper.collapse_show) button svg{scale:1 -1}.hamburger-menu__menu-wrapper .menu__link-wrapper button{align-items:center;background-color:transparent;border:none;cursor:pointer;display:flex;height:2.4rem;justify-content:center;min-width:2.4rem;outline:none;padding:0;width:2.4rem}.hamburger-menu__menu-wrapper .menu__link-wrapper button svg{height:2.4rem;min-width:2.4rem;transition:scale .2s;width:2.4rem}.hamburger-menu__menu-wrapper .menu__link{transition:color .2s}.hamburger-menu__menu-wrapper .menu__link[data-depth="0"]{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.8rem;font-weight:600;line-height:2.6rem}.hamburger-menu__menu-wrapper .menu__link:not([data-depth="0"]){color:var(--ui-c-rhythm);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2rem;transition:color .2s ease,transform .2s ease}@media(hover:hover)and (pointer:fine){.hamburger-menu__menu-wrapper .menu__link:not([data-depth="0"]):hover{color:var(--ui-c-majorelle-blue);transform:translateX(10px)}}.hamburger-menu__menu-wrapper .menu__link:not([data-depth="0"]):focus-visible{color:var(--ui-c-majorelle-blue);transform:translateX(10px)}.hamburger-menu__menu-wrapper .menu__link:has(.menu__link-label){align-items:center;display:flex;flex-wrap:nowrap;gap:1rem}.hamburger-menu__menu-wrapper .menu__link-label{background-color:#ff714d;border-radius:var(--ui-brs-20);box-sizing:border-box;color:var(--ui-c-white);font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:700;line-height:1.4rem;padding:.6rem 1.2rem;white-space:nowrap}.hamburger-menu__menu-wrapper .sub-menu[data-depth="0"]{padding-top:2rem}.hamburger-menu__menu-wrapper .sub-menu[data-depth="0"]>.menu__el+.menu__el{margin-top:2rem}.hamburger{background-color:transparent;border:none;cursor:pointer;height:14px;padding:0;position:relative;transform:rotate(0deg);width:20px}.hamburger__part{background-color:var(--ui-c-ocean-blue);border-radius:2px;display:block;height:2px;left:0;opacity:1;position:absolute;transform:rotate(0deg);transition:.2s ease;width:100%}.hamburger__part--top{top:0}.hamburger__part--middle{top:50%;transform:translateY(-50%)}.hamburger__part--bottom{bottom:0}html.js-hamburger-is-opened,html.js-hamburger-is-opened body{overflow:hidden}html.js-hamburger-is-opened .hamburger-menu{opacity:1;transform:scaleY(1)}html.js-hamburger-is-opened .hamburger__part--top{height:0;left:50%;top:50%;transform:translateY(-50%);width:0}html.js-hamburger-is-opened .hamburger__part--middle-top{transform:rotate(45deg)}html.js-hamburger-is-opened .hamburger__part--middle-bottom{transform:rotate(-45deg)}html.js-hamburger-is-opened .hamburger__part--bottom{bottom:50%;height:0;left:50%;transform:translateY(-50%);width:0}.locations-select.nice-select{background:transparent;border:0;height:auto;padding:0}.locations-select.nice-select:after{display:none}.locations-select.nice-select .current{align-items:center;color:var(--ui-c-ocean-blue);display:flex;flex-wrap:nowrap;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem}@media only screen and (max-width:575.8px){.locations-select.nice-select .current{font-size:1.4rem;line-height:2.2rem}}.locations-select.nice-select .current:before{background:url(../assets/navigation.svg) 50%/contain no-repeat;content:"";display:block;height:2.4rem;margin-right:1rem;min-width:2.4rem;position:relative;width:2.4rem}@media only screen and (max-width:575.8px){.locations-select.nice-select .current:before{height:2rem;min-width:2rem;width:2rem}}.locations-select.nice-select .current:after{background:url(../assets/purple-down-arrow.svg) 50%/contain no-repeat;content:"";display:block;height:2.4rem;margin-left:.5rem;min-width:2.4rem;position:relative;width:2.4rem}.locations-select.nice-select .nice-select-dropdown{margin-top:2.5rem;width:21rem}@media only screen and (max-width:575.8px){.locations-select.nice-select .nice-select-dropdown{margin-top:1.5rem}}.locations-select.nice-select .nice-select-dropdown .list{max-height:unset;padding-bottom:.5rem;padding-top:.5rem}.locations-select.nice-select .nice-select-dropdown .list .option{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.4rem;font-weight:400;line-height:2.2rem;padding:.5rem 1rem}.locations-select.nice-select .nice-select-dropdown .list .option[data-value=""]{display:none}.locations-select.nice-select .nice-select-dropdown .list .option.focus{background-color:transparent}.locations-select.nice-select .nice-select-dropdown .list .option.selected{color:var(--ui-c-ocean-blue)}@media(hover:hover)and (pointer:fine){.locations-select.nice-select .nice-select-dropdown .list .option:not(.selected):hover{background-color:transparent;color:var(--ui-c-ocean-blue)}}.accordion-menu{--menu-column-menu-part-gap:3rem;column-gap:10rem;display:grid;grid-template-columns:repeat(3,auto);justify-content:start}@media only screen and (max-width:767.8px){.accordion-menu{--menu-column-menu-part-gap:2rem}}@media only screen and (max-width:399.8px){.accordion-menu{--menu-column-menu-part-gap:1.5rem}}@media only screen and (max-width:1367.8px){.accordion-menu{column-gap:5rem}}@media only screen and (max-width:767.8px){.accordion-menu{grid-template-columns:auto;row-gap:var(--menu-column-menu-part-gap)}}.accordion-menu__column-part>*+*{margin-top:var(--menu-column-menu-part-gap)}.accordion-menu__column-part ul{list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.accordion-menu__column-part a{text-decoration:none}.accordion-menu__column-part .link-and-button-wrapper{align-items:center;display:flex}.accordion-menu__column-part .link-and-button-wrapper a{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.8rem;font-weight:600;line-height:2.6rem}.accordion-menu__column-part .link-and-button-wrapper .toggle-btn{align-items:center;background-color:transparent;border:none;box-sizing:border-box;cursor:pointer;display:flex;justify-content:center;outline:none;padding:0 0 0 .5rem}.accordion-menu__column-part .link-and-button-wrapper .toggle-btn svg{transition:transform .2s ease}.accordion-menu__column-part .link-and-button-wrapper .toggle-btn.js-is-opened svg{transform:scaleY(-1)}.accordion-menu__column-part ul.sub-menu{box-sizing:border-box}.accordion-menu__column-part ul.sub-menu>li:first-child{padding-top:2rem}@media only screen and (max-width:767.8px){.accordion-menu__column-part ul.sub-menu>li:first-child{padding-top:1.5rem}}.accordion-menu__column-part ul.sub-menu>li+li{margin-top:2rem}.accordion-menu__column-part ul.sub-menu>li>a{color:var(--ui-c-rhythm);display:inline-block;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2rem;transition:color .2s ease,transform .2s ease}@media(hover:hover)and (pointer:fine){.accordion-menu__column-part ul.sub-menu>li>a:hover{color:var(--ui-c-majorelle-blue);transform:translateX(10px)}}.accordion-menu__column-part ul.sub-menu>li>a:focus-visible{color:var(--ui-c-majorelle-blue);transform:translateX(10px)}.socials{align-items:center;display:flex;list-style:none;margin-bottom:0;margin-top:0;padding-left:0}.socials>*+*{margin-left:1rem}.socials__social--theme--bordered .socials__social-link{border:1px solid var(--ui-c-blue-purple);box-sizing:border-box}.socials__social-link{background-color:var(--ui-c-white);border-radius:var(--ui-brs-circle);display:block;height:var(--ui-entity-with-icon-size-40);min-width:var(--ui-entity-with-icon-size-40);position:relative;transition:background-color .2s ease;width:var(--ui-entity-with-icon-size-40)}@media(hover:hover)and (pointer:fine){.socials__social-link:hover{background-color:var(--ui-c-blue-purple)}.socials__social-link:hover .socials__social-icon--color--purple{opacity:0}}.socials__social-link:active,.socials__social-link:focus-visible{background-color:var(--ui-c-blue-purple)}.socials__social-link:active .socials__social-icon--color--purple,.socials__social-link:focus-visible .socials__social-icon--color--purple{opacity:0}.socials__social-icon{background-position:50%;background-repeat:no-repeat;bottom:0;left:0;margin:auto;position:absolute;right:0;top:0;transition:opacity .2s ease}.main-footer{margin-top:10rem}@media only screen and (max-width:767.8px){.main-footer{margin-top:8rem}}@media only screen and (max-width:575.8px){.main-footer{margin-top:4rem}}.main-footer-primary-part__wrapper,.main-footer-secondary-part__wrapper{column-gap:10rem;display:grid;grid-template-columns:40rem 1fr auto}.main-footer-primary-part{background-color:var(--ui-c-magnolia);box-sizing:border-box;padding:5rem 0}@media only screen and (max-width:575.8px){.main-footer-primary-part{padding:4rem 0}}@media only screen and (max-width:1367.8px){.main-footer-primary-part__wrapper{grid-template-columns:auto;row-gap:5rem}}@media only screen and (max-width:575.8px){.main-footer-primary-part__wrapper{grid-template-columns:auto;row-gap:2rem}}.main-footer-primary-part__content{align-content:flex-start;display:grid;row-gap:4rem}@media only screen and (max-width:1368px)and (min-width:991.8px){.main-footer-primary-part__content{column-gap:2rem;grid-template-columns:repeat(2,auto);justify-content:space-between}.main-footer-primary-part__content>:first-child{order:2}}@media only screen and (max-width:575.8px){.main-footer-primary-part__content{row-gap:3rem}}.main-footer-primary-part__content-part-wrapper{align-items:flex-start;display:flex;flex-direction:column;order:1}@media only screen and (min-width:1368px){.main-footer-primary-part__accordion-menu{grid-column:span 2}}.main-footer-primary-part__btn,.main-footer-primary-part__socials{margin-top:3rem}@media only screen and (max-width:575.8px){.main-footer-primary-part__btn{margin-top:2rem}}.main-footer-primary-part__country-contacts>*+*{margin-top:3rem}.country-contacts__country>*+*{margin-top:1.5rem}@media only screen and (max-width:575.8px){.country-contacts__country>*+*{margin-top:1rem}.country-contacts__country-el,.country-contacts__country-title{font-size:1.4rem;line-height:2.2rem}}.country-contacts__country-title{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4rem;text-transform:uppercase}.country-contacts a.country-contacts__country-el{text-decoration:none;white-space:nowrap}.country-contacts__country-el{font-size:1.6rem;line-height:2rem}.country-contacts__country-el,.country-contacts__country-el-label{color:var(--ui-c-rhythm);font-family:Golos Text,sans-serif;font-weight:400}.country-contacts__country-el-label{font-size:1.4rem;line-height:2.2rem}.country-contacts__country-horizontal-wrapper{display:flex}@media only screen and (min-width:400px){.country-contacts__country-horizontal-wrapper{align-items:center}.country-contacts__country-horizontal-wrapper>.country-contacts__country-el:last-child{border-left:1px solid var(--ui-c-lavender);margin-left:1.5rem;padding-left:1.5rem}}@media only screen and (max-width:399.8px){.country-contacts__country-horizontal-wrapper{flex-direction:column}.country-contacts__country-horizontal-wrapper>*+*{margin-top:1.5rem}}.country-contacts__country-elements-wrapper{display:flex;flex-direction:column}.main-footer-secondary-part{background-color:var(--ui-c-white);box-sizing:border-box;padding:2.5rem 0}@media only screen and (max-width:1367.8px){.main-footer-secondary-part__wrapper{column-gap:3rem;grid-template-columns:repeat(3,auto);justify-content:space-between}}@media only screen and (max-width:991.8px){.main-footer-secondary-part__wrapper{grid-template-columns:auto;row-gap:2rem}}.main-footer-secondary-part__copyright,.main-footer-secondary-part__development-company>p,.main-footer-secondary-part__privacy-policy-page-link-text{color:var(--ui-c-blue-purple);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4rem}.main-footer-secondary-part__development-company a{color:var(--ui-c-ocean-blue);text-decoration:none}.using-cookie-on-website{background-color:var(--ui-c-lavender,#e6def4)}.using-cookie-on-website__wrapper{padding-bottom:1.5rem;padding-top:1.5rem}@media only screen and (max-width:575.8px){.using-cookie-on-website__wrapper{padding-bottom:1rem;padding-top:1rem}}.using-cookie-on-website__text{color:var(--ui-c-rhythm,#7a7194);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4rem}@media only screen and (max-width:575.8px){.using-cookie-on-website__text{font-size:1.4rem;line-height:2.2rem}}.thanks-modal{background-color:var(--ui-c-white);border-radius:var(--ui-brs-20);box-sizing:border-box;max-width:100%;padding:4rem;width:50rem}.thanks-modal__wrapper{align-items:center;display:flex;flex-direction:column}.thanks-modal__checkmark{align-items:center;background-color:var(--ui-c-pale-violet);border-radius:var(--ui-brs-circle);display:flex;height:6rem;justify-content:center;min-width:6rem;width:6rem}.thanks-modal__socials-title,.thanks-modal__subtitle,.thanks-modal__title{margin-top:2rem;text-align:center}.thanks-modal__title{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:2.2rem;font-weight:600;line-height:2.8rem}@media only screen and (max-width:399.8px){.thanks-modal__title{font-size:2rem;line-height:2.6rem}}.thanks-modal__subtitle{font-size:1.6rem;line-height:2.4rem}.thanks-modal__socials-title,.thanks-modal__subtitle{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-weight:400}.thanks-modal__socials-title{font-size:1.4rem;line-height:2.2rem}.thanks-modal__socials{margin-top:1rem}.form__content{padding:4rem 16rem 4rem 4rem}@media only screen and (min-width:992px){.form__content{background-image:url(../assets/lines-2.svg);background-position:100% 100%;background-repeat:no-repeat}}@media only screen and (max-width:991.8px){.form__content{padding:4rem}}@media only screen and (max-width:767.8px){.form__content{padding:3rem}}@media only screen and (max-width:399.8px){.form__content{padding:2rem}}.form__form{margin-top:2rem}.form__input-and-btn-wrapper{display:grid;gap:3rem;grid-template-columns:1fr 1fr 1fr auto}@media only screen and (max-width:1367.8px){.form__input-and-btn-wrapper{grid-template-columns:repeat(2,1fr)}}@media only screen and (min-width:768px){.form__input-and-btn-wrapper{align-items:end}}@media only screen and (max-width:767.8px){.form__input-and-btn-wrapper{grid-template-columns:1fr}}@media only screen and (max-width:575.8px){.form__input-and-btn-wrapper{gap:2rem}}.form__agreement{margin-top:2rem}@media only screen and (max-width:399.8px){.form__agreement{margin-top:1.5rem}}.book-a-call-modal{--padding:calc(var(--container-side-padding)*2);max-width:calc(1367.8px - var(--padding));width:100%}@media only screen and (max-width:1367.8px){.book-a-call-modal{max-width:calc(991.8px - var(--padding))}}@media only screen and (max-width:991.8px){.book-a-call-modal{max-width:calc(767.8px - var(--padding))}}@media only screen and (max-width:767.8px){.book-a-call-modal{max-width:calc(575.8px - var(--padding))}}@media only screen and (max-width:575.8px){.book-a-call-modal .form__content{padding-top:4rem}}.breadcrumbs{margin-top:3rem}@media only screen and (max-width:575.8px){.breadcrumbs{margin-top:2rem}}.breadcrumbs+*{margin-top:3rem}@media only screen and (max-width:575.8px){.breadcrumbs+*{margin-top:2rem}}.breadcrumbs__container{align-items:center;display:flex;flex-wrap:nowrap;overflow-x:scroll;scrollbar-width:none}.breadcrumbs__container::-webkit-scrollbar{height:0}.breadcrumbs__el{font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.8rem;white-space:nowrap}.breadcrumbs__el:not(.breadcrumbs__el--current) span{color:var(--ui-c-blue-purple)}.breadcrumbs__el--current span{color:var(--ui-c-rhythm)}.breadcrumbs__el a{text-decoration:none}.breadcrumbs__separator{background-image:url(../assets/purple-right-arrow.svg);background-repeat:no-repeat;background-size:contain;display:block;height:2rem;margin:0 1rem;min-width:2rem;width:2rem}.main-constructor+.main-constructor{margin-top:4rem}@media only screen and (max-width:399.8px){.main-constructor+.main-constructor{margin-top:2rem}}.main-constructor>:not(.main-constructor__title)+*{margin-top:1.5rem}.main-constructor .main-constructor__container--has-background,.main-constructor--has-background{background-color:var(--ui-c-magnolia);border-radius:var(--ui-brs-20);box-sizing:border-box;padding:4rem}@media only screen and (max-width:575.8px){.main-constructor .main-constructor__container--has-background,.main-constructor--has-background{padding:3rem}}.main-constructor__container--has-outline-with-title{--title-height:4.6rem;--side-padding:3rem;background-color:var(--ui-c-white);border:1px solid var(--ui-c-lavender);border-radius:var(--ui-brs-20);box-sizing:border-box;margin-top:calc(var(--title-height)/2);padding:4rem var(--side-padding) var(--side-padding);position:relative}.main-constructor__container--has-outline-with-title:before{background-color:var(--ui-c-pale-violet);border-radius:var(--ui-brs-8);box-sizing:border-box;color:var(--ui-c-white);content:attr(data-title);display:block;font-family:Golos Text,sans-serif;font-size:1.8rem;font-weight:600;height:var(--title-height);left:var(--side-padding);line-height:var(--title-height);padding:0 3rem;position:absolute;top:0;transform:translateY(-50%);white-space:nowrap}.main-constructor__container--is-horizontal{display:flex}.main-constructor__container--is-horizontal>*+*{margin-left:3rem}@media only screen and (max-width:575.8px){.main-constructor__container--is-horizontal>*+*{margin-left:1rem}}.main-constructor__container--align-items{align-items:var(--align-items)}.main-constructor__container:not(.main-constructor__container--is-horizontal)>*+*{margin-top:2rem}@media only screen and (max-width:575.8px){.main-constructor__container:not(.main-constructor__container--is-horizontal)>*+*{margin-top:1rem}}@media(max-width:399.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-small-phones>*+*{margin-top:1rem}}@media(max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-phones>*+*{margin-top:1rem}}@media(max-width:767.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-tablets>*+*{margin-top:1rem}}@media(max-width:991.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-desktops>*+*{margin-top:1rem}}@media(max-width:1367.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--starting-large-desktops>*+*{margin-top:1rem}}@media(max-width:575.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-phones>*+*{margin-top:1rem}}@media(max-width:767.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-tablets>*+*{margin-top:1rem}}@media(max-width:991.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-desktops>*+*{margin-top:1rem}}@media(max-width:1367.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-in-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:399.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-small-phones>*+*{margin-top:1rem}}@media(max-width:767.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-tablets>*+*{margin-top:1rem}}@media(max-width:991.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-desktops>*+*{margin-top:1rem}}@media(max-width:1367.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-in-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:399.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-small-phones>*+*{margin-top:1rem}}@media(max-width:575.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-phones>*+*{margin-top:1rem}}@media(max-width:991.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-desktops>*+*{margin-top:1rem}}@media(max-width:1367.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-in-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:399.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-small-phones>*+*{margin-top:1rem}}@media(max-width:575.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-phones>*+*{margin-top:1rem}}@media(max-width:767.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-tablets>*+*{margin-top:1rem}}@media(max-width:1367.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-in-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:399.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-small-phones>*+*{margin-top:1rem}}@media(max-width:575.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-phones>*+*{margin-top:1rem}}@media(max-width:767.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-tablets>*+*{margin-top:1rem}}@media(max-width:991.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-in-range-desktops>*+*{margin-top:1rem}}@media(max-width:399.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (max-width:575.8px),only screen and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-phones>*+*{margin-top:1rem}}@media(max-width:399.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (max-width:575.8px),only screen and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-tablets>*+*{margin-top:1rem}}@media(max-width:399.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (max-width:575.8px),only screen and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-desktops>*+*{margin-top:1rem}}@media(max-width:399.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:399.8px)and (max-width:575.8px),only screen and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--small-phones-out-of-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:575.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (max-width:575.8px),only screen and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-small-phones>*+*{margin-top:1rem}}@media(max-width:575.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (max-width:575.8px),only screen and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-tablets>*+*{margin-top:1rem}}@media(max-width:575.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (max-width:575.8px),only screen and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-desktops>*+*{margin-top:1rem}}@media(max-width:575.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:575.8px)and (max-width:575.8px),only screen and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--phones-out-of-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:767.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (max-width:575.8px),only screen and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-small-phones>*+*{margin-top:1rem}}@media(max-width:767.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (max-width:575.8px),only screen and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-phones>*+*{margin-top:1rem}}@media(max-width:767.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (max-width:575.8px),only screen and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-desktops>*+*{margin-top:1rem}}@media(max-width:767.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:767.8px)and (max-width:575.8px),only screen and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--tablets-out-of-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:991.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (max-width:575.8px),only screen and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-small-phones>*+*{margin-top:1rem}}@media(max-width:991.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (max-width:575.8px),only screen and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-phones>*+*{margin-top:1rem}}@media(max-width:991.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (max-width:575.8px),only screen and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-tablets>*+*{margin-top:1rem}}@media(max-width:991.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:991.8px)and (max-width:575.8px),only screen and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--desktops-out-of-range-large-desktops>*+*{margin-top:1rem}}@media(max-width:1367.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (max-width:575.8px),only screen and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-small-phones>*+*{margin-top:1rem}}@media(max-width:1367.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (max-width:575.8px),only screen and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-phones>*+*{margin-top:1rem}}@media(max-width:1367.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (max-width:575.8px),only screen and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-tablets>*+*{margin-top:1rem}}@media(max-width:1367.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (max-width:1367.8px)and (max-width:575.8px),only screen and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--large-desktops-out-of-range-desktops>*+*{margin-top:1rem}}@media(min-width:400px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-small-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-small-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (min-width:400px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-small-phones>*+*{margin-top:1rem}}@media(min-width:576px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-phones{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-phones>*+*{margin-left:0;margin-top:2rem}}@media only screen and (min-width:576px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-phones>*+*{margin-top:1rem}}@media(min-width:768px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-tablets{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-tablets>*+*{margin-left:0;margin-top:2rem}}@media only screen and (min-width:768px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-tablets>*+*{margin-top:1rem}}@media(min-width:992px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (min-width:992px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-desktops>*+*{margin-top:1rem}}@media(min-width:1368px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-large-desktops{flex-direction:column}.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-large-desktops>*+*{margin-left:0;margin-top:2rem}}@media only screen and (min-width:1368px)and (max-width:575.8px){.main-constructor .main-constructor__container--restriction-width-horizontal-axis--ending-large-desktops>*+*{margin-top:1rem}}@media(max-width:399.8px){.main-constructor .main-constructor__container--restriction-align-items--starting-small-phones{align-items:unset}}@media(max-width:575.8px){.main-constructor .main-constructor__container--restriction-align-items--starting-phones{align-items:unset}}@media(max-width:767.8px){.main-constructor .main-constructor__container--restriction-align-items--starting-tablets{align-items:unset}}@media(max-width:991.8px){.main-constructor .main-constructor__container--restriction-align-items--starting-desktops{align-items:unset}}@media(max-width:1367.8px){.main-constructor .main-constructor__container--restriction-align-items--starting-large-desktops{align-items:unset}}@media(max-width:575.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-in-range-phones{align-items:unset}}@media(max-width:767.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-in-range-tablets{align-items:unset}}@media(max-width:991.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-in-range-desktops{align-items:unset}}@media(max-width:1367.8px)and (min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-in-range-large-desktops{align-items:unset}}@media(max-width:399.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--phones-in-range-small-phones{align-items:unset}}@media(max-width:767.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--phones-in-range-tablets{align-items:unset}}@media(max-width:991.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--phones-in-range-desktops{align-items:unset}}@media(max-width:1367.8px)and (min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--phones-in-range-large-desktops{align-items:unset}}@media(max-width:399.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--tablets-in-range-small-phones{align-items:unset}}@media(max-width:575.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--tablets-in-range-phones{align-items:unset}}@media(max-width:991.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--tablets-in-range-desktops{align-items:unset}}@media(max-width:1367.8px)and (min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--tablets-in-range-large-desktops{align-items:unset}}@media(max-width:399.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--desktops-in-range-small-phones{align-items:unset}}@media(max-width:575.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--desktops-in-range-phones{align-items:unset}}@media(max-width:767.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--desktops-in-range-tablets{align-items:unset}}@media(max-width:1367.8px)and (min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--desktops-in-range-large-desktops{align-items:unset}}@media(max-width:399.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-in-range-small-phones{align-items:unset}}@media(max-width:575.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-in-range-phones{align-items:unset}}@media(max-width:767.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-in-range-tablets{align-items:unset}}@media(max-width:991.8px)and (min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-in-range-desktops{align-items:unset}}@media(max-width:399.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-out-of-range-phones{align-items:unset}}@media(max-width:399.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-out-of-range-tablets{align-items:unset}}@media(max-width:399.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-out-of-range-desktops{align-items:unset}}@media(max-width:399.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--small-phones-out-of-range-large-desktops{align-items:unset}}@media(max-width:575.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--phones-out-of-range-small-phones{align-items:unset}}@media(max-width:575.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--phones-out-of-range-tablets{align-items:unset}}@media(max-width:575.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--phones-out-of-range-desktops{align-items:unset}}@media(max-width:575.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--phones-out-of-range-large-desktops{align-items:unset}}@media(max-width:767.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--tablets-out-of-range-small-phones{align-items:unset}}@media(max-width:767.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--tablets-out-of-range-phones{align-items:unset}}@media(max-width:767.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--tablets-out-of-range-desktops{align-items:unset}}@media(max-width:767.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--tablets-out-of-range-large-desktops{align-items:unset}}@media(max-width:991.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--desktops-out-of-range-small-phones{align-items:unset}}@media(max-width:991.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--desktops-out-of-range-phones{align-items:unset}}@media(max-width:991.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--desktops-out-of-range-tablets{align-items:unset}}@media(max-width:991.8px),(min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--desktops-out-of-range-large-desktops{align-items:unset}}@media(max-width:1367.8px),(min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-out-of-range-small-phones{align-items:unset}}@media(max-width:1367.8px),(min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-out-of-range-phones{align-items:unset}}@media(max-width:1367.8px),(min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-out-of-range-tablets{align-items:unset}}@media(max-width:1367.8px),(min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--large-desktops-out-of-range-desktops{align-items:unset}}@media(min-width:400px){.main-constructor .main-constructor__container--restriction-align-items--ending-small-phones{align-items:unset}}@media(min-width:576px){.main-constructor .main-constructor__container--restriction-align-items--ending-phones{align-items:unset}}@media(min-width:768px){.main-constructor .main-constructor__container--restriction-align-items--ending-tablets{align-items:unset}}@media(min-width:992px){.main-constructor .main-constructor__container--restriction-align-items--ending-desktops{align-items:unset}}@media(min-width:1368px){.main-constructor .main-constructor__container--restriction-align-items--ending-large-desktops{align-items:unset}}.main-constructor__column{flex-basis:0;min-width:0}.main-constructor__column>:not(.main-constructor__title)+*{margin-top:1.5rem}.main-constructor__title{font-weight:600}.main-constructor__title+*{margin-top:2rem}@media only screen and (max-width:399.8px){.main-constructor__title+*{margin-top:1.5rem}}.main-constructor__title--size--small{font-size:1.8rem;line-height:2.6rem}@media only screen and (max-width:399.8px){.main-constructor__title--size--small{font-size:1.6rem;line-height:2.4rem}}.main-constructor__title--size--big{font-size:2.2rem;line-height:2.8rem}@media only screen and (max-width:399.8px){.main-constructor__title--size--big{font-size:1.8rem;line-height:2.6rem}}.main-constructor__text,.main-constructor__text-area p{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem}@media only screen and (max-width:399.8px){.main-constructor__text,.main-constructor__text-area p{font-size:1.4rem;line-height:2.2rem}}.main-constructor__text-area>*+*{margin-top:1rem}@media only screen and (max-width:399.8px){.main-constructor__text-area>*+*{margin-top:.5rem}}.main-constructor__wp-editor>*+*{margin-top:1rem}.main-constructor__wp-editor ul{margin-bottom:0;padding-left:3rem}.main-constructor__wp-editor a,.main-constructor__wp-editor li,.main-constructor__wp-editor p{font-family:Golos Text,sans-serif;font-size:1.6rem;line-height:2.4rem}@media only screen and (max-width:399.8px){.main-constructor__wp-editor a,.main-constructor__wp-editor li,.main-constructor__wp-editor p{font-size:1.4rem;line-height:2.2rem}}.main-constructor__wp-editor li::marker{font-size:1.2rem}.main-constructor__wp-editor li,.main-constructor__wp-editor p{color:var(--ui-c-black);font-weight:400}.main-constructor__wp-editor a{color:var(--ui-c-ocean-blue);font-weight:600}.main-constructor__wp-editor strong{font-weight:600}.main-constructor__wp-editor img{max-width:100%}.main-constructor__text--is-bold,.main-constructor__text-area--is-bold p,.main-constructor__wp-editor--is-bold p{font-weight:600}.main-constructor__warning{display:flex;width:fit-content}.main-constructor__warning--has-background{background-color:var(--ui-c-magnolia);border-radius:var(--ui-brs-10);box-sizing:border-box;padding:2rem}.main-constructor__warning>*+*{margin-left:1rem}.main-constructor__warning>.main-constructor__warning-icon{margin-top:.2rem}@media only screen and (max-width:399.8px){.main-constructor__warning>.main-constructor__warning-icon{margin-top:.1rem}}.main-constructor__warning-icon{align-items:center;background-color:var(--ui-c-pale-violet);border-radius:var(--ui-brs-circle);display:flex;height:2rem;justify-content:center;min-width:2rem;width:2rem}.main-constructor__warning-text>*+*{margin-top:1rem}.main-constructor__warning-text a,.main-constructor__warning-text li,.main-constructor__warning-text p{font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4rem}@media only screen and (max-width:399.8px){.main-constructor__warning-text a,.main-constructor__warning-text li,.main-constructor__warning-text p{font-size:1.4rem;line-height:2.2rem}}.main-constructor__warning-text li,.main-constructor__warning-text p{color:var(--ui-c-rhythm)}.main-constructor__warning-text a{color:var(--ui-c-ocean-blue)}.main-constructor__tag-tiles{--tag-tiles-gap:2rem}@media only screen and (max-width:767.8px){.main-constructor__tag-tiles{--tag-tiles-gap:1rem}}.main-constructor__tag-tiles-list{display:inline-flex;flex-wrap:wrap;list-style:none;margin:calc(var(--tag-tiles-gap)*-1) 0 0 calc(var(--tag-tiles-gap)*-1);padding-left:0}.main-constructor__tag-tiles-list-el{margin:var(--tag-tiles-gap) 0 0 var(--tag-tiles-gap)}.main-constructor__tag-tiles-list-el a{text-align:left;white-space:unset}.main-constructor__tag-tiles-list-el-value{align-items:center;background-color:var(--ui-c-magnolia);border:1px solid var(--ui-c-magnolia);border-radius:var(--ui-brs-8);box-sizing:border-box;color:var(--ui-c-ocean-blue);display:flex;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;justify-content:center;line-height:2.4rem;min-width:13rem;padding:1.2rem 2.4rem;text-align:left}.main-constructor__tag-tiles-list-el-value>svg path[stroke]{stroke:var(--ui-c-ocean-blue)}.main-constructor__tag-tiles-list-el-value>svg path[fill]{fill:var(--ui-c-ocean-blue)}.main-constructor__image{display:block;height:auto;max-height:100%;object-position:center;width:100%}.main-constructor__image--object-fit--contain{object-fit:contain}.main-constructor__image--object-fit--cover{border-radius:var(--ui-brs-20);object-fit:cover}.main-constructor__image--rotation{transform:rotate(var(--rotation-degree))}@media(max-width:399.8px){.main-constructor .main-constructor__image--restriction-width-rotation--starting-small-phones{transform:unset}}@media(max-width:575.8px){.main-constructor .main-constructor__image--restriction-width-rotation--starting-phones{transform:unset}}@media(max-width:767.8px){.main-constructor .main-constructor__image--restriction-width-rotation--starting-tablets{transform:unset}}@media(max-width:991.8px){.main-constructor .main-constructor__image--restriction-width-rotation--starting-desktops{transform:unset}}@media(max-width:1367.8px){.main-constructor .main-constructor__image--restriction-width-rotation--starting-large-desktops{transform:unset}}@media(max-width:575.8px)and (min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-in-range-phones{transform:unset}}@media(max-width:767.8px)and (min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-in-range-tablets{transform:unset}}@media(max-width:991.8px)and (min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-in-range-desktops{transform:unset}}@media(max-width:1367.8px)and (min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-in-range-large-desktops{transform:unset}}@media(max-width:399.8px)and (min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-in-range-small-phones{transform:unset}}@media(max-width:767.8px)and (min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-in-range-tablets{transform:unset}}@media(max-width:991.8px)and (min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-in-range-desktops{transform:unset}}@media(max-width:1367.8px)and (min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-in-range-large-desktops{transform:unset}}@media(max-width:399.8px)and (min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-in-range-small-phones{transform:unset}}@media(max-width:575.8px)and (min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-in-range-phones{transform:unset}}@media(max-width:991.8px)and (min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-in-range-desktops{transform:unset}}@media(max-width:1367.8px)and (min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-in-range-large-desktops{transform:unset}}@media(max-width:399.8px)and (min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-in-range-small-phones{transform:unset}}@media(max-width:575.8px)and (min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-in-range-phones{transform:unset}}@media(max-width:767.8px)and (min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-in-range-tablets{transform:unset}}@media(max-width:1367.8px)and (min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-in-range-large-desktops{transform:unset}}@media(max-width:399.8px)and (min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-in-range-small-phones{transform:unset}}@media(max-width:575.8px)and (min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-in-range-phones{transform:unset}}@media(max-width:767.8px)and (min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-in-range-tablets{transform:unset}}@media(max-width:991.8px)and (min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-in-range-desktops{transform:unset}}@media(max-width:399.8px),(min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-out-of-range-phones{transform:unset}}@media(max-width:399.8px),(min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-out-of-range-tablets{transform:unset}}@media(max-width:399.8px),(min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-out-of-range-desktops{transform:unset}}@media(max-width:399.8px),(min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--small-phones-out-of-range-large-desktops{transform:unset}}@media(max-width:575.8px),(min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-out-of-range-small-phones{transform:unset}}@media(max-width:575.8px),(min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-out-of-range-tablets{transform:unset}}@media(max-width:575.8px),(min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-out-of-range-desktops{transform:unset}}@media(max-width:575.8px),(min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--phones-out-of-range-large-desktops{transform:unset}}@media(max-width:767.8px),(min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-out-of-range-small-phones{transform:unset}}@media(max-width:767.8px),(min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-out-of-range-phones{transform:unset}}@media(max-width:767.8px),(min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-out-of-range-desktops{transform:unset}}@media(max-width:767.8px),(min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--tablets-out-of-range-large-desktops{transform:unset}}@media(max-width:991.8px),(min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-out-of-range-small-phones{transform:unset}}@media(max-width:991.8px),(min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-out-of-range-phones{transform:unset}}@media(max-width:991.8px),(min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-out-of-range-tablets{transform:unset}}@media(max-width:991.8px),(min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--desktops-out-of-range-large-desktops{transform:unset}}@media(max-width:1367.8px),(min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-out-of-range-small-phones{transform:unset}}@media(max-width:1367.8px),(min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-out-of-range-phones{transform:unset}}@media(max-width:1367.8px),(min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-out-of-range-tablets{transform:unset}}@media(max-width:1367.8px),(min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--large-desktops-out-of-range-desktops{transform:unset}}@media(min-width:400px){.main-constructor .main-constructor__image--restriction-width-rotation--ending-small-phones{transform:unset}}@media(min-width:576px){.main-constructor .main-constructor__image--restriction-width-rotation--ending-phones{transform:unset}}@media(min-width:768px){.main-constructor .main-constructor__image--restriction-width-rotation--ending-tablets{transform:unset}}@media(min-width:992px){.main-constructor .main-constructor__image--restriction-width-rotation--ending-desktops{transform:unset}}@media(min-width:1368px){.main-constructor .main-constructor__image--restriction-width-rotation--ending-large-desktops{transform:unset}}.treatment-card{align-items:flex-start;background-color:var(--ui-c-magnolia);border-radius:var(--ui-brs-20);box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding:3rem}@media only screen and (max-width:575.8px){.treatment-card{padding:2rem}}.treatment-card__image{aspect-ratio:58/22;border-radius:var(--ui-brs-10);object-fit:cover;object-position:center;width:100%}.treatment-card__name{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:2.2rem;font-weight:600;line-height:2.8rem;margin-top:2rem}@media only screen and (max-width:575.8px){.treatment-card__name{font-size:2rem;line-height:2.4rem}}@media only screen and (max-width:399.8px){.treatment-card__name{font-size:1.8rem;line-height:2.6rem;margin-top:1.5rem}}.treatment-card__descr{color:var(--ui-c-black);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem;margin-bottom:3rem;margin-top:1.5rem}@media only screen and (max-width:399.8px){.treatment-card__descr{font-size:1.4rem;line-height:2.2rem;margin-bottom:2rem;margin-top:1rem}}.treatment-card__btn{margin-top:auto}.input{--lh:2.4rem}@media only screen and (max-width:399.8px){.input{--lh:2.2rem}}.input.js-focused .input__field:after{bottom:0}.input.js-has-error .input__field:after{background-color:var(--ui-c-light-cherry)}.input__field{box-sizing:border-box;cursor:pointer;display:grid;gap:.5rem;grid-template-columns:auto 1fr;overflow:hidden;padding:1rem 0;position:relative}.input__field:after{--line-height:3px;bottom:calc(var(--line-height)/-2);content:"";display:block;height:var(--line-height);left:0;position:absolute;transition:bottom .2s ease,background-color .2s ease;width:100%}@media(hover:hover)and (pointer:fine){.input__field:hover:after{bottom:0}}.input__field--theme--light:after{background-color:var(--ui-c-lavender)}@media(hover:hover)and (pointer:fine){.input__field--theme--light:hover:after{background-color:var(--ui-c-white)}}.input__field--theme--light:hover .input__placeholder{color:var(--ui-c-white)}.input__field--theme--light.js-focused:after{background-color:var(--ui-c-white)}.input__field--theme--light .input__entity,.input__field--theme--light.js-focused .input__placeholder{color:var(--ui-c-white)}.input__field--theme--light .input__placeholder{color:var(--ui-c-lavender)}.input__field--theme--dark:after{background-color:var(--ui-c-rhythm)}@media(hover:hover)and (pointer:fine){.input__field--theme--dark:hover:after{background-color:var(--ui-c-rhythm)}}.input__field--theme--dark:hover .input__placeholder{color:var(--ui-c-rhythm)}.input__field--theme--dark.js-focused:after{background-color:var(--ui-c-rhythm)}.input__field--theme--dark .input__entity,.input__field--theme--dark .input__placeholder,.input__field--theme--dark.js-focused .input__placeholder{color:var(--ui-c-rhythm)}.input__field--type--input{align-items:center}.input__field--type--input .input__entity{background-color:transparent;border:none;outline:none;padding:0;width:100%}.input__field--type--textarea{align-items:start}@media only screen and (max-width:1367.8px){.input__field--type--textarea{grid-template-columns:auto}}.input__field--type--textarea .input__entity{--column-amount:2;background-color:transparent;border:none;height:calc(var(--lh)*var(--column-amount));outline:none;padding:0;resize:none;width:100%}.input__entity{font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:var(--lh)}@media only screen and (max-width:399.8px){.input__entity{font-size:1.4rem}}.input__placeholder{font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:var(--lh);transition:color .2s ease;white-space:nowrap}@media only screen and (max-width:399.8px){.input__placeholder{font-size:1.4rem}}.input__note{color:var(--ui-c-blue-purple,#b6b0d6);font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.8rem;margin-top:.5rem}.agreement{cursor:pointer;display:flex}.agreement>.agreement__text{margin-top:.3rem}@media only screen and (max-width:399.8px){.agreement>.agreement__text{margin-top:0}}@media(hover:hover)and (pointer:fine){.agreement:hover .agreement__checkmark{border:1px solid var(--ui-c-white)}.agreement:hover .agreement__checkmark svg{opacity:1}.agreement:hover .agreement__checkmark svg path{fill:var(--ui-c-white)}}.agreement__checkbox{height:0;margin:0;width:0}.agreement__checkbox:checked~.agreement__checkmark{background-color:var(--ui-c-white);border:1px solid var(--ui-c-white)}.agreement__checkbox:checked~.agreement__checkmark svg{opacity:1}.agreement__checkbox:checked~.agreement__checkmark svg path{fill:var(--ui-c-pale-violet)}.agreement__checkbox:not(:checked):focus-visible~.agreement__checkmark{border:1px solid var(--ui-c-white)}.agreement__checkbox:not(:checked):focus-visible~.agreement__checkmark svg{opacity:1}.agreement__checkbox:not(:checked):focus-visible~.agreement__checkmark svg path{fill:var(--ui-c-white)}.agreement__checkmark{align-items:center;background-color:transparent;border:1px solid var(--ui-c-white);border-radius:var(--ui-brs-4);box-sizing:border-box;display:flex;height:2.4rem;justify-content:center;min-width:2.4rem;transition:background-color .2s ease,border-color .2s ease;width:2.4rem}.agreement__checkmark svg{opacity:0;transition:opacity .2s ease}@media only screen and (max-width:399.8px){.agreement__checkmark svg{transform:scale(.6)}}.agreement__checkmark svg path{fill:var(--ui-c-white)}@media only screen and (max-width:399.8px){.agreement__checkmark{height:1.8rem;min-width:1.8rem;width:1.8rem}}.agreement__text{margin-left:1rem}.agreement__link,.agreement__text{color:var(--ui-c-lavender);font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.8rem}.attach-file{display:grid}.attach-file--theme--dark .attach-file__file-icon path{fill:var(--ui-c-pale-violet)}.attach-file--theme--dark .attach-file__remove-file-btn svg path{fill:var(--ui-c-rhythm);stroke:var(--ui-c-rhythm)}.attach-file--theme--dark .attach-file__remove-file-btn:active svg path,.attach-file--theme--dark .attach-file__remove-file-btn:focus-visible svg path{fill:var(--ui-c-blue-purple)}@media(hover:hover)and (pointer:fine){.attach-file--theme--dark .attach-file__remove-file-btn:hover svg path{fill:var(--ui-c-blue-purple)}.attach-file--theme--dark .attach-file__file:hover .attach-file__add-file-text{color:var(--ui-c-blue-purple)}}.attach-file--theme--dark .attach-file__file:active .attach-file__add-file-text{color:var(--ui-c-blue-purple)}.attach-file--theme--dark .attach-file__file-input:focus-visible~.attach-file__add-file-text{color:var(--ui-c-blue-purple)}.attach-file--theme--dark .attach-file__add-file-text,.attach-file--theme--dark .attach-file__terms-for-adding-file{color:var(--ui-c-rhythm)}.attach-file--theme--light .attach-file__file-icon path{fill:var(--ui-c-white)}.attach-file--theme--light .attach-file__remove-file-btn:active svg path,.attach-file--theme--light .attach-file__remove-file-btn:focus-visible svg path{fill:var(--ui-c-lavender);stroke:var(--ui-c-lavender)}@media(hover:hover)and (pointer:fine){.attach-file--theme--light .attach-file__remove-file-btn:hover svg path{fill:var(--ui-c-lavender)}.attach-file--theme--light .attach-file__file:hover .attach-file__add-file-text{color:var(--ui-c-lavender)}}.attach-file--theme--light .attach-file__file:active .attach-file__add-file-text{color:var(--ui-c-lavender)}.attach-file--theme--light .attach-file__file-input:focus-visible~.attach-file__add-file-text{color:var(--ui-c-lavender)}.attach-file--theme--light .attach-file__add-file-text{color:var(--ui-c-white)}.attach-file--theme--light .attach-file__terms-for-adding-file{color:var(--ui-c-lavender)}.attach-file svg{height:2.4rem;min-width:2.4rem;width:2.4rem}.attach-file__file-and-remove-file-btn-wrapper,.attach-file__remove-file-btn{align-items:center;display:flex}.attach-file__remove-file-btn{background-color:transparent;border:none;cursor:pointer;justify-content:center;margin-left:.5rem;outline:none;padding:0}.attach-file__remove-file-btn svg path{transition:fill .2s ease,stroke .2s ease}.attach-file__file{align-items:center;cursor:pointer;display:flex}.attach-file__file-input{height:0;max-width:0;width:0}.attach-file__add-file-text{font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:500;line-height:2.4rem;margin-left:1rem;transition:color .2s ease}@media only screen and (max-width:399.8px){.attach-file__add-file-text{font-size:1.4rem;line-height:2.2rem}}.attach-file__terms-for-adding-file{font-family:Golos Text,sans-serif;font-size:1.2rem;font-weight:500;line-height:1.8rem;margin-top:1rem}.form-common__content{background-color:var(--ui-c-pale-violet);border-radius:var(--ui-brs-20);box-sizing:border-box}.form-common__title{color:var(--ui-c-white);font-family:Golos Text,sans-serif;font-size:3.2rem;font-weight:500;line-height:4rem}@media only screen and (max-width:767.8px){.form-common__title{font-size:2.8rem;line-height:3.4rem}}@media only screen and (max-width:575.8px){.form-common__title{font-size:2.4rem;line-height:3rem}}@media only screen and (max-width:399.8px){.form-common__title{font-size:2rem;line-height:2.6rem}}.form-common__subtitle{color:var(--ui-c-white);font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:400;line-height:2.4rem;margin-top:2rem}@media only screen and (max-width:399.8px){.form-common__subtitle{font-size:1.4rem;line-height:2.2rem}}@media only screen and (max-width:575.8px){.form-common__subtitle{margin-top:1rem}}.form-with-image{--offset-side:30rem;--offset:5rem}@media only screen and (max-width:1367.8px){.form-with-image{--offset-side:35%}}@media only screen and (max-width:991.8px){.form-with-image{--offset-side:45%}}@media only screen and (max-width:767.8px){.form-with-image{--offset:3rem}}@media only screen and (max-width:575.8px){.form-with-image{--offset:2rem}}.form-with-image__container{grid-template-columns:1fr 1.1fr}.form-with-image__container:not(.section__container){display:grid}@media only screen and (max-width:1367.8px){.form-with-image__container{grid-template-columns:1fr}}.form-with-image__content{margin-left:calc(var(--offset-side)*-1);padding:var(--offset) 14rem var(--offset) calc(5rem + var(--offset-side));position:relative;z-index:1}@media only screen and (max-width:1367.8px){.form-with-image__content{margin-left:unset;margin-top:calc(var(--offset-side)*-1);padding:calc(4rem + var(--offset-side)) var(--offset) var(--offset) var(--offset)}}@media only screen and (min-width:1368px){.form-with-image__content{background-image:url(../assets/lines-2.svg);background-position:100% 100%;background-repeat:no-repeat}}@media only screen and (max-width:767.8px){.form-with-image__content{padding-top:calc(1.5rem + var(--offset-side))}}.form-with-image__image-wrapper{margin:var(--offset) 0;max-width:100%;position:relative;z-index:2}@media only screen and (max-width:1367.8px){.form-with-image__image-wrapper{margin:0 var(--offset) 0}}.form-with-image__image{aspect-ratio:62/38;background-repeat:no-repeat;background-size:cover;border-radius:var(--ui-brs-20);max-width:100%}@media only screen and (max-width:1367.8px){.form-with-image__image{margin:0 auto;max-width:62rem}}.form-with-image__form{margin-top:3rem}@media only screen and (max-width:575.8px){.form-with-image__form{margin-top:1.5rem}}.form-with-image__input-wrapper>*+*{margin-top:1.5rem}.form-with-image__btn-agreement-wrapper{align-items:start;display:grid;gap:3rem;grid-template-columns:min-content 1fr;justify-content:start;margin-top:4rem}@media only screen and (max-width:767.8px){.form-with-image__btn-agreement-wrapper{grid-template-columns:auto;justify-items:start}}@media only screen and (max-width:575.8px){.form-with-image__btn-agreement-wrapper{gap:2rem;margin-top:3rem}}.form-with-image__dropdown{margin-top:2rem}.form-with-image__dropdown-toggle-btn{align-items:center;background-color:transparent;border:none;color:var(--ui-c-white);cursor:pointer;display:flex;font-family:Golos Text,sans-serif;font-size:1.6rem;font-weight:600;line-height:2.4rem;outline:none;padding:0;text-align:left;text-transform:uppercase}@media only screen and (max-width:399.8px){.form-with-image__dropdown-toggle-btn{font-size:1.4rem;line-height:2.2rem}}.form-with-image__dropdown-toggle-btn svg{height:2.4rem;margin-left:1rem;min-width:2.4rem;transition:transform .2s ease;width:2.4rem}.form-with-image__dropdown-toggle-btn.js-is-opened svg{transform:scaleY(-1)}.form-with-image__dropdown-descr{color:var(--ui-c-white);font-family:Golos Text,sans-serif;font-size:1.4rem;font-weight:400;line-height:2.2rem;margin-top:1rem}@media only screen and (max-width:399.8px){.form-with-image__dropdown-descr{font-size:1.2rem;line-height:2rem}}.treatment-appointment-modal{--padding:calc(var(--container-side-padding)*2);max-width:calc(1367.8px - var(--padding));width:100%}@media only screen and (max-width:1367.8px){.treatment-appointment-modal{max-width:calc(991.8px - var(--padding))}}@media only screen and (max-width:991.8px){.treatment-appointment-modal{max-width:calc(767.8px - var(--padding))}}@media only screen and (max-width:767.8px){.treatment-appointment-modal{max-width:calc(575.8px - var(--padding))}}.model-search__descr{margin-top:3rem}@media only screen and (max-width:575.8px){.model-search__descr{margin-top:2rem}}.model-search__model-search-info{margin-top:4rem}@media only screen and (max-width:767.8px){.model-search__model-search-info{margin-top:3rem}}@media only screen and (max-width:399.8px){.model-search__model-search-info{margin-top:2rem}}.model-search__treatment-list{display:grid;gap:3rem;grid-template-columns:repeat(2,1fr);list-style:none;margin-bottom:0;margin-top:4rem;padding-left:0}@media only screen and (max-width:991.8px){.model-search__treatment-list{grid-template-columns:1fr}}@media only screen and (max-width:575.8px){.model-search__treatment-list{gap:2rem;margin-top:3rem}}