.welcome{min-height:calc(var(--vh)*80);display:flex;align-items:center;position:relative;z-index:1;overflow:hidden}.welcome__bg{position:absolute;top:0;right:0;bottom:-200px;left:0;background-image:url(/media/header.jpg);background-size:cover;background-position:75% 50%;z-index:-1}.welcome__item{--common-elementItem-width:50%;--common-indent-base:var(--common-indent-half);-webkit-animation-name:opacityIcon;animation-name:opacityIcon;-webkit-animation-duration:5s;animation-duration:5s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:1s;animation-delay:1s;opacity:.5}.welcome__item:nth-child(2){-webkit-animation-delay:2s;animation-delay:2s}.welcome__item:nth-child(3){-webkit-animation-delay:3s;animation-delay:3s}.welcome__item:nth-child(4){-webkit-animation-delay:4s;animation-delay:4s}.welcome__item:nth-child(5){-webkit-animation-delay:5s;animation-delay:5s}@media (min-width:576px){.welcome__item{--common-elementItem-width:33.33%!important}}@media (min-width:992px){.welcome__item{--common-elementItem-width:20%!important}}.welcome__img{align-self:center;line-height:0}.welcome__target{align-self:center;white-space:nowrap}@media (max-width:991px){.welcome__slider--desk{display:none}}@media (min-width:992px){.welcome__slider--mob{display:none}}.welcome__slider--mob .swiper-slide{opacity:.5;transition-duration:var(--common-animationDuration-primary);transition-timing-function:var(--common-animationTimingFunction-primary);transition-property:opacity}.welcome__slider--mob .swiper-slide-active{opacity:1}.welcome__swiper{--common-elementItem-width:65%}@media (min-width:576px){.welcome__swiper{--common-elementItem-width:40%}}@media (min-width:768px){.welcome__swiper{--common-elementItem-width:35%}}@-webkit-keyframes opacityIcon{0%{opacity:1}20%{opacity:1}25%{opacity:.5}to{opacity:.5}}@keyframes opacityIcon{0%{opacity:1}20%{opacity:1}25%{opacity:.5}to{opacity:.5}}.spritespin{cursor:-webkit-grab;cursor:grab}.spritespin:active{cursor:-webkit-grabbing;cursor:grabbing}.legend{position:relative;display:flex;max-width:250px;transform-origin:100% 0}.legend--init{transform:none!important}.legend__frame img{max-width:none;margin-left:-42%;margin-bottom:-50%;margin-top:-12%;width:179%;position:absolute;display:none}@media (min-width:1200px){.legend__frame img{opacity:0;display:block}.legend__frame img:first-child{opacity:1}}.legend__frame img:last-child{position:relative;display:block}.legend__list{position:absolute;top:0;right:0;bottom:0;left:0}@media (min-width:1200px){.legend__list{visibility:hidden}.legend__list--show{visibility:visible}}.legend__dot{position:absolute;width:2.5em;height:2.5em;transform:translate3d(-50%,-50%,0);background-color:hsla(0,0%,100%,.5);border-radius:50%;transition-duration:var(--common-animationDuration-primary);transition-timing-function:var(--common-animationTimingFunction-primary);transition-property:transform,background-color}.legend__dot:hover{background-color:#fff}@media (min-width:1200px){.legend__dot{transform:translate3d(-50%,-50%,0) scale(0)}.legend__list--show .legend__dot{transform:translate3d(-50%,-50%,0) scale(1)}}.legend__dot:before{top:50%;left:50%;transform:translate3d(-50%,-50%,0);background-color:hsla(0,0%,100%,.7);border-radius:50%;-webkit-animation-name:pulseDot;animation-name:pulseDot;-webkit-animation-duration:calc(var(--common-animationDuration-primary)*8);animation-duration:calc(var(--common-animationDuration-primary)*8);-webkit-animation-timing-function:var(--common-animationTimingFunction-primary);animation-timing-function:var(--common-animationTimingFunction-primary);-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.legend__dot:after,.legend__dot:before{position:absolute;width:100%;height:100%;content:""}.legend__dot:after{top:0;left:0;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='%23232B36'%3E%3Cpath d='M19 13h-6v6h-2v-6H5v-2h6V5h2v6h6v2z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50% 50%;background-size:24px 24px}@-webkit-keyframes pulseDot{0%{transform:translate3d(-50%,-50%,0) scale(1);opacity:1}to{transform:translate3d(-50%,-50%,0) scale(1.5);opacity:0}}@keyframes pulseDot{0%{transform:translate3d(-50%,-50%,0) scale(1);opacity:1}to{transform:translate3d(-50%,-50%,0) scale(1.5);opacity:0}}.sos-fade-in-enter-active,.sos-fade-in-leave-active{transition-duration:var(--common-animationDuration-primary);transition-timing-function:var(--common-animationTimingFunction-primary);transition-property:opacity}.sos-fade-in-enter,.sos-fade-in-leave-to{opacity:0}.modal-window{position:fixed;z-index:1000;top:0;right:0;bottom:0;left:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.modal-window,.modal-window__body{display:flex;flex-direction:column}.modal-window__body{flex-grow:1;flex-shrink:0;padding:var(--common-indent-double) var(--common-blockGap-half)}@media (min-width:576px){.modal-window__body{padding-right:var(--common-blockGap-base);padding-left:var(--common-blockGap-base)}}.modal-window__backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.6)}.modal-window__main{color:var(--common-baseColor-primary);background-color:var(--common-backgroundColor-base);position:relative;z-index:1;border-radius:var(--common-borderRadius-primary);margin:auto;width:100%;max-width:var(--common-elementWrap-maxWidth);overflow:hidden;box-shadow:var(--common-boxShadow-primary)}.modal-window__close{position:absolute;top:var(--common-indent-half);right:var(--common-indent-half);padding:var(--common-indent-half);color:var(--common-lightColor-primary);border-radius:50%;line-height:0;overflow:hidden;z-index:100}@media (min-width:576px){.modal-window__close{top:var(--common-indent-base);right:var(--common-indent-base);padding:calc(var(--common-indent-half)*1.5)}}.modal-window__close:before{position:absolute;top:0;right:0;bottom:0;left:0;content:"";border-radius:50%;overflow:hidden;background-color:var(--common-backgroundColor-dark);opacity:.7;transition-duration:var(--common-animationDuration-primary);transition-timing-function:var(--common-animationTimingFunction-primary);transition-property:opacity}.modal-window__close:hover:before{opacity:1}.modal-window__close svg{margin:-1px}.beer-slider{display:inline-block;overflow:hidden;position:relative}.beer-slider *,.beer-slider:after,.beer-slider :after,.beer-slider:before,.beer-slider :before{box-sizing:border-box}.beer-slider img,.beer-slider svg{vertical-align:bottom}.beer-slider>*{height:100%}.beer-slider>img{height:auto;max-width:100%}.beer-reveal{left:0;opacity:0;overflow:hidden;position:absolute;right:50%;top:0;transition:opacity .35s;z-index:1}.beer-reveal>:first-child{height:100%;max-width:none;width:200%}.beer-reveal>img:first-child{height:auto}.beer-range{-moz-appearance:none;-ms-touch-action:auto;-webkit-appearance:slider-horizontal!important;bottom:0;cursor:pointer;height:100%;left:-1px;margin:0;opacity:0;position:absolute;top:0;touch-action:auto;width:calc(100% + 2px);z-index:2}.beer-range::-webkit-slider-thumb{-webkit-appearance:none;height:300vh}.beer-range::-moz-range-thumb{-webkit-appearance:none;height:300vh}.beer-range::-ms-tooltip{display:none}.beer-handle{background:hsla(0,0%,100%,.5);border-radius:50%;box-shadow:0 0 6px transparent;color:#000;height:48px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate3d(-50%,-50%,0);transition:background .3s,box-shadow .3s,opacity .5s .25s;width:48px;z-index:2}.beer-handle:after,.beer-handle:before{border-left:2px solid;border-top:2px solid;content:"";height:10px;position:absolute;top:50%;transform-origin:0 0;width:10px}.beer-handle:before{left:10px;transform:rotate(-45deg)}.beer-handle:after{right:0;transform:rotate(135deg)}.beer-range:focus~.beer-handle{background:hsla(0,0%,100%,.85);box-shadow:0 0 3px rgba(0,0,0,.4)}.beer-reveal[data-beer-label]:after,.beer-slider[data-beer-label]:after{background:hsla(0,0%,100%,.75);border-radius:.125rem;content:attr(data-beer-label);line-height:1;padding:.5rem;position:absolute;top:1.5rem}.beer-slider[data-beer-label]:after{right:1.5rem}.beer-reveal[data-beer-label]:after{left:1.5rem}.beer-reveal[data-beer-label=""]:after,.beer-slider[data-beer-label=""]:after{content:none}.beer-ready .beer-handle,.beer-ready .beer-reveal{opacity:1}.features{z-index:10;position:relative;overflow:hidden}@media (min-width:992px){.features{overflow:visible}}.features__wrap{display:flex;flex-direction:column}@media (max-width:1199px){.features__top{order:2;margin-top:var(--common-elementGap-base)}}.features__white{display:flex;justify-content:center}@media (min-width:992px){.features__white{--common-elementItem-width:100%!important}}@media (min-width:1200px){.features__white{--common-elementItem-width:66.66%!important;justify-content:flex-end}}@media (max-width:1199px){.features__middle{order:1;margin-top:0!important}}.features__blue{display:flex;justify-content:flex-end}@media (min-width:992px){.features__blue{--common-elementItem-width:100%!important}}@media (min-width:1200px){.features__blue{--common-elementItem-width:33.33%!important;justify-content:center}}@media (max-width:1199px){.features__module h2{text-align:center}}@media (min-width:992px){.features__module{--common-elementItem-width:100%!important}}@media (min-width:1200px){.features__module{--common-elementItem-width:66.66%!important}}.features__legend{position:relative}@media (min-width:992px){.features__legend{--common-elementItem-width:100%!important}}@media (min-width:1200px){.features__legend{--common-elementItem-width:33.33%!important;display:flex;justify-content:center}}.features__legend>span{font-size:var(--common-fontSize-small);line-height:var(--common-lineHeight-small);position:absolute;left:0;right:0;bottom:-40px;text-align:center;color:var(--common-baseColor-hint);opacity:0;visibility:hidden;transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:var(--common-animationDuration-primary);transition-property:opacity,visibility}body:not(.mobile) .features__legend:hover span{opacity:1;visibility:visible}.features__realism{position:relative}@media (min-width:992px){.features__realism{--common-elementItem-width:100%!important}}@media (min-width:1200px){.features__realism{--common-elementItem-width:66.66%!important;opacity:0;visibility:hidden;transform:translate3d(-100px,0,0);transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:var(--common-animationDuration-primary);transition-property:opacity,visibility,transform}.features__realism--show{opacity:1;visibility:visible;transform:translateZ(0)}}.features__360{position:relative;display:inline-block}.features__360 img{position:absolute;top:0;width:200%;margin-left:-50%;margin-top:-5%;height:auto;max-width:none}@media (min-width:768px){.features__360 img{margin-top:-10%}}.features__spin{width:200px;position:relative;margin:-35px}.features__spin span{font-size:var(--common-fontSize-small);line-height:var(--common-lineHeight-small);position:absolute;left:0;right:0;bottom:15px;text-align:center;color:var(--common-baseColor-hint);opacity:0;visibility:hidden;transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:var(--common-animationDuration-primary);transition-property:opacity,visibility}body:not(.mobile) .features__spin:hover span{opacity:1;visibility:visible}.features__props{margin-left:0!important}.features__props li{display:flex;flex-direction:column;align-items:baseline}@media (min-width:768px){.features__props li{flex-direction:row}}.features__props li:before{display:none}.features__props li span{font-size:var(--common-fontSize-small);line-height:var(--common-lineHeight-small);color:var(--common-baseColor-secondary)}@media (min-width:768px){.features__props li span{width:200px;display:flex;align-items:center}.features__props li span:after{flex-grow:1;content:"";height:1px;background-color:var(--common-baseColor-divider);margin-left:var(--common-indent-half);margin-right:var(--common-indent-half)}}.about__tasks{font-size:var(--common-fontSize-large);line-height:var(--common-lineHeight-large)}@media (min-width:992px){.about__tasks{--common-elementItem-width:62.5%!important;order:1}}@media (min-width:1200px){.about__tasks{--common-elementItem-width:66.66%!important}}@media (min-width:992px){.about__daily{--common-elementItem-width:62.5%!important;margin-left:12.5%;order:3}}@media (min-width:1200px){.about__daily{--common-elementItem-width:50%!important;margin-left:16.66%}}@media (min-width:992px){.about__realism{--common-elementItem-width:37.5%!important;order:2}}@media (min-width:1200px){.about__realism{--common-elementItem-width:33.33%!important}}.shape{background-color:var(--common-lightColor-primary)}.shape__text{font-size:var(--common-fontSize-large);line-height:var(--common-lineHeight-large)}@media (min-width:768px){.shape__text{padding-bottom:.25em}}.shape__stone{margin-top:calc(var(--common-elementGap-base) - 15px);margin-bottom:-35px}.shape__scroll{overflow:hidden;-webkit-clip-path:inset(0 0 20px 0);clip-path:inset(0 0 20px 0);margin-bottom:-20px;margin-right:calc(var(--common-blockGap-half)*-1);margin-left:calc(var(--common-blockGap-half)*-1)}@media (min-width:576px){.shape__scroll{margin-right:calc(var(--common-blockGap-base)*-1);margin-left:calc(var(--common-blockGap-base)*-1)}}.shape__list{display:flex;justify-content:space-between;overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:20px}.shape__list li{position:relative;flex-shrink:0;margin-left:var(--common-indent-base);margin-right:var(--common-indent-base)}.shape__list li:first-child{padding-left:var(--common-blockGap-half);margin-left:0}@media (min-width:1200px){.shape__list li:first-child{padding-left:var(--common-blockGap-base)}}.shape__list li:last-child{padding-right:var(--common-blockGap-half);margin-right:0}@media (min-width:1200px){.shape__list li:last-child{padding-right:var(--common-blockGap-base)}}.shape__item{position:relative;margin-left:-30px;margin-right:-30px}.shape__list li:nth-child(2) .shape__item{margin-left:-42px;margin-right:-42px}.shape__list li:nth-child(3) .shape__item{margin-left:-37px;margin-right:-37px}.shape__list li:nth-child(5) .shape__item{margin-left:-28px;margin-right:-28px}.shape__list li:nth-child(6) .shape__item,.shape__list li:nth-child(7) .shape__item{margin-left:-29px;margin-right:-29px}.shape__list li:nth-child(8) .shape__item{margin-left:-33px;margin-right:-33px}.shape__item img{max-width:none;opacity:.3}.shape__wrap{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0;opacity:0;transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:var(--common-animationDuration-primary);transition-property:opacity}body:not(.mobile) .shape__item:hover .shape__wrap{opacity:1}.shape__sprite{position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0) scale(.7);width:105px;height:124px;background-image:url(/media/gem-sprite.jpg);background-size:945px 744px;background-repeat:no-repeat;transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:var(--common-animationDuration-primary);transition-property:transform}body:not(.mobile) .shape__item:hover .shape__sprite{transform:translate3d(-50%,-50%,0) scale(1)}.shape__list li:first-child .shape__sprite{background-position-x:-105px}.shape__list li:nth-child(2) .shape__sprite{background-position-x:-315px}.shape__list li:nth-child(3) .shape__sprite{background-position-x:-420px}.shape__list li:nth-child(4) .shape__sprite{background-position-x:-525px}.shape__list li:nth-child(5) .shape__sprite{background-position-x:-630px}.shape__list li:nth-child(6) .shape__sprite{background-position-x:-735px}.shape__list li:nth-child(7) .shape__sprite{background-position-x:-840px}.shape__list li:nth-child(8) .shape__sprite{background-position-x:-210px}.shape__list li:nth-child(9) .shape__sprite{background-position-x:0}.resolution{position:relative;overflow:hidden;z-index:1}@media (min-width:992px){.resolution{--common-baseColor-primary:var(--common-lightColor-primary);--common-baseColor-secondary:var(--common-lightColor-secondary);--common-baseColor-hint:var(--common-lightColor-hint);--common-baseColor-divider:var(--common-lightColor-divider);color:var(--common-lightColor-primary);background-color:var(--common-backgroundColor-dark);padding-top:var(--common-blockGap-base)!important;margin-bottom:var(--common-blockGap-base);display:flex;align-items:center;min-height:calc(var(--vh)*80)}}@media (min-width:992px){.resolution__accent{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;margin-right:0;margin-bottom:0;z-index:-1}}@media (min-width:1200px){.resolution__accent{top:-100px;bottom:-100px}}.resolution__accent img{max-width:none;margin-left:calc(var(--common-blockGap-half)*-1);width:calc(100% + var(--common-blockGap-half)*2)}@media (min-width:576px){.resolution__accent img{margin-left:calc(var(--common-blockGap-base)*-1);width:calc(100% + var(--common-blockGap-base)*2)}}@media (min-width:992px){.resolution__accent img{margin-left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:0 50%;object-position:0 50%}}@media (min-width:992px){.resolution__content{--common-elementItem-width:75%}}@media (min-width:1200px){.resolution__content{--common-elementItem-width:50%}}.resolution__content h2{white-space:nowrap}.metals{background-color:#d9dbde;padding-top:calc(var(--common-blockGap-base)*3);margin-top:calc(var(--common-blockGap-base)*-2)!important}@media (min-width:1200px){.metals__container{display:grid;grid-template:"content image" "bottom image";grid-template-columns:50% 50%;grid-template-rows:auto 1fr}}.metals__content{grid-area:content}@media (min-width:1200px){.metals__content{opacity:0;visibility:hidden;transform:translate3d(100px,0,0);transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:calc(var(--common-animationDuration-primary)*2);transition-delay:calc(var(--common-animationDuration-primary)*4);transition-property:opacity,visibility,transform}.metals--init .metals__content{opacity:1;visibility:visible;transform:translateZ(0)}}.metals__bottom{grid-area:bottom}@media (min-width:1200px){.metals__extra{display:flex}}@media (min-width:1200px){.metals__list{width:calc(50% - var(--common-elementGap-half));margin-right:var(--common-elementGap-half)}}.metals__list>ul{margin-left:42px}.metals__list>ul>li:before{margin-left:-42px;content:"";width:30px;height:1.33em;min-height:16px;background-position:0 50%;background-repeat:no-repeat}.metals__list>ul>li:first-child:before{background-image:url(/media/probe-platinum.svg)}.metals__list>ul>li:nth-child(2):before{background-image:url(/media/probe-silver.svg)}.metals__list>ul>li:nth-child(3):before{background-image:url(/media/probe-gold.svg)}.metals__list li{transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:var(--common-animationDuration-primary);transition-property:opacity}.metals__list li:not(:last-child){margin-bottom:0!important;padding-bottom:.5em}.metals__gold{font-size:var(--common-fontSize-small);line-height:var(--common-lineHeight-small)}@media (max-width:767px){.metals__gold{position:absolute;top:0;right:0;padding-left:1em;border-left:1px solid var(--common-darkColor-divider)}.metals__gold li:before{content:""!important}.metals__gold:before{content:"";position:absolute;bottom:0;left:-30vw;width:30vw;height:1px;background-color:var(--common-darkColor-divider)}}.metals__note{font-size:var(--common-fontSize-base);line-height:var(--common-lineHeight-base);position:relative;z-index:2;margin-top:var(--common-elementGap-base);margin-bottom:.55em;align-self:flex-end}@media (min-width:1200px){.metals__note{width:calc(50% - var(--common-elementGap-half));margin-left:var(--common-elementGap-half)}}.metals__image{grid-area:image}@media (min-width:1200px){.metals__image{--common-elementItem-width:116.66%}}.metals__sphere{position:relative;padding-bottom:100%;z-index:1}.metals__frame,.metals__target{position:absolute;top:0;left:0;height:118%;width:118%;margin-top:-9%;margin-left:-10%}.metals__frame img{position:absolute;top:0;left:0;width:100%;height:100%;max-width:none;transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:calc(var(--common-animationDuration-primary)*6);transition-property:transform,opacity}.metals__frame img:first-child{transform:translate3d(-93%,0,0);opacity:0}.metals__frame img:nth-child(2){transform:translate3d(-74.4%,0,0);opacity:0}.metals__frame img:nth-child(3){transform:translate3d(-55.8%,0,0);opacity:0}.metals__frame img:nth-child(4){transform:translate3d(-37.2%,0,0);opacity:0}.metals__frame img:nth-child(5){transform:translate3d(-18.6%,0,0);opacity:0}.metals__frame img:nth-child(6){opacity:0}.metals--init .metals__frame img{transform:translateZ(0);opacity:1}@media (min-width:1200px){.metals__target{opacity:0;visibility:hidden;transition-timing-function:var(--common-animationTimingFunction-primary);transition-duration:0s;transition-property:opacity,visibility;transition-delay:calc(var(--common-animationDuration-primary)*4)}.metals--init .metals__target{opacity:1;visibility:visible}}.metals__target :first-child{position:absolute;left:0;top:0;width:25%;height:100%;-webkit-clip-path:polygon(34% 50%,39% 40%,50% 32%,74% 23%,100% 17%,77% 32%,68% 41%,64% 50%,67% 58%,70% 66%,100% 83%,68% 76%,50% 68%,40% 62%);clip-path:polygon(34% 50%,39% 40%,50% 32%,74% 23%,100% 17%,77% 32%,68% 41%,64% 50%,67% 58%,70% 66%,100% 83%,68% 76%,50% 68%,40% 62%)}.metals__target :nth-child(2){position:absolute;left:16%;top:0;width:29%;height:100%;-webkit-clip-path:polygon(0 50%,3% 40%,10% 32%,22% 23%,31% 17%,38% 14%,99% 8%,72% 16%,53% 26%,46% 32%,40% 41%,38% 50%,39% 58%,42% 66%,66% 85%,86% 91%,72% 91%,47% 87%,30% 83%,19% 76%,7% 68%,3% 62%);clip-path:polygon(0 50%,3% 40%,10% 32%,22% 23%,31% 17%,38% 14%,99% 8%,72% 16%,53% 26%,46% 32%,40% 41%,38% 50%,39% 58%,42% 66%,66% 85%,86% 91%,72% 91%,47% 87%,30% 83%,19% 76%,7% 68%,3% 62%)}.metals__target :nth-child(3){position:absolute;left:27%;top:0;width:35%;height:100%;-webkit-clip-path:polygon(0 50%,2% 40%,6% 32%,16% 23%,26% 17%,34% 14%,50% 8%,99% 8%,72% 16%,53% 26%,49% 32%,44% 41%,42% 50%,43% 58%,44% 66%,66% 85%,97% 92%,62% 93%,43% 92%,27% 87%,19% 83%,14% 76%,5% 68%,1% 62%);clip-path:polygon(0 50%,2% 40%,6% 32%,16% 23%,26% 17%,34% 14%,50% 8%,99% 8%,72% 16%,53% 26%,49% 32%,44% 41%,42% 50%,43% 58%,44% 66%,66% 85%,97% 92%,62% 93%,43% 92%,27% 87%,19% 83%,14% 76%,5% 68%,1% 62%)}.metals__target :nth-child(4){position:absolute;left:41.7%;top:0;width:35.4%;height:100%;-webkit-clip-path:polygon(0 50%,1% 40%,5% 32%,13% 23%,27% 17%,36% 14%,53% 9%,100% 15%,89% 16%,76% 19%,60% 26%,52% 32%,49% 41%,46% 50%,48% 58%,51% 66%,72% 82%,89% 87%,54% 92%,28% 87%,19% 83%,12% 76%,2% 68%);clip-path:polygon(0 50%,1% 40%,5% 32%,13% 23%,27% 17%,36% 14%,53% 9%,100% 15%,89% 16%,76% 19%,60% 26%,52% 32%,49% 41%,46% 50%,48% 58%,51% 66%,72% 82%,89% 87%,54% 92%,28% 87%,19% 83%,12% 76%,2% 68%)}.metals__target :nth-child(5){position:absolute;left:58%;top:0;width:35%;height:100%;-webkit-clip-path:polygon(0 50%,3% 40%,6% 32%,18% 23%,35% 17%,49% 15%,60% 18%,82% 27%,61% 32%,50% 41%,47% 50%,47% 58%,52% 66%,76% 76%,64% 81%,44% 87%,27% 83%,17% 76%,6% 68%,2% 62%);clip-path:polygon(0 50%,3% 40%,6% 32%,18% 23%,35% 17%,49% 15%,60% 18%,82% 27%,61% 32%,50% 41%,47% 50%,47% 58%,52% 66%,76% 76%,64% 81%,44% 87%,27% 83%,17% 76%,6% 68%,2% 62%)}.metals__target :nth-child(6){position:absolute;left:74%;top:0;width:19.3%;height:100%;-webkit-clip-path:polygon(16% 35%,37% 30%,63% 29%,85% 33%,100% 43%,100% 55%,98% 61%,74% 71%,40% 73%,23% 70%,10% 65%,0 55%,0 48%);clip-path:polygon(16% 35%,37% 30%,63% 29%,85% 33%,100% 43%,100% 55%,98% 61%,74% 71%,40% 73%,23% 70%,10% 65%,0 55%,0 48%)}.idea{margin-top:var(--common-blockGap-base);background-color:#d9dbde;z-index:1;position:relative;background-image:url(/media/idea-ring1.png),url(/media/idea-ring2.png),url(/media/bg-idea.jpg);background-repeat:no-repeat;background-size:60%,45%,cover;background-position:10% 95%,100% 85%,50% 50%;padding-bottom:60%}@media (min-width:1200px){.idea{background-image:url(/media/idea-ring1.png),url(/media/idea-ring2.png),url(/media/bg-idea.jpg);background-size:45%,25%,cover;background-position:110% 80%,110% 30%,50% 50%;padding-bottom:var(--common-blockGap-base)}}@media (min-width:1350px){.idea{background-position:100% 80%,110% 30%,50% 50%}}.idea__img{margin-top:calc(var(--common-blockGap-base)*-1);display:flex;justify-content:flex-end;align-items:flex-start}@media (min-width:992px){.idea__img{--common-elementItem-width:100%!important;margin-top:calc(var(--common-blockGap-base)*-1.2)}}@media (min-width:1200px){.idea__img{--common-elementItem-width:33.33%!important}}.idea__img img{margin-top:calc(var(--common-blockGap-base)*-1);max-width:662px;width:145%}@media (min-width:992px){.idea__img img{width:100%}}@media (min-width:1200px){.idea__img img{margin-top:-30%;width:140%}}@media (min-width:992px){.idea__content{--common-elementItem-width:100%!important}}@media (min-width:1200px){.idea__content{--common-elementItem-width:66.66%!important}}.price__tag{align-self:flex-end;display:flex}@media (min-width:992px){.price__tag{--common-elementItem-width:62.5%!important;justify-content:flex-end}}@media (min-width:1200px){.price__tag{--common-elementItem-width:66.66%!important}}.price__unit{align-self:flex-end}@media (min-width:992px){.price__unit{--common-elementItem-width:37.5%!important;padding-bottom:.45em}}@media (min-width:1200px){.price__unit{--common-elementItem-width:33.33%!important}}.price__assessment{align-self:baseline}@media (min-width:992px){.price__assessment{--common-elementItem-width:62.5%!important;margin-left:12.5%}}@media (min-width:1200px){.price__assessment{--common-elementItem-width:58.33%!important;margin-left:16.66%}}.price__discount{align-self:baseline}@media (min-width:992px){.price__discount{--common-elementItem-width:25%!important}}@media (min-width:1200px){.price__discount{--common-elementItem-width:25%!important}}.price__value{font-size:var(--base-h1-fontSize);line-height:var(--base-h1-lineHeight);font-weight:700;margin-top:0;margin-bottom:0;font-family:var(--common-fontFamily-secondary);font-weight:400;white-space:nowrap}@media (min-width:992px){.price__value strong{font-size:8rem;line-height:7rem}}@media (min-width:1200px){.price__value strong{font-size:13rem;line-height:10rem}}