@charset "UTF-8";@font-face{font-family:Cera-Pro;src:url(/team-3-project/CeraPro-Bold.93b6edd2.woff),url(/team-3-project/CeraPro-Bold.a81da0bc.woff2);font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:Cera-Pro;src:url(/team-3-project/CeraPro-Medium.758f7955.woff),url(/team-3-project/CeraPro-Medium.e55af840.woff2);font-weight:500;font-display:swap;font-style:normal}@font-face{font-family:Cera-Pro;src:url(/team-3-project/CeraPro-Regular.041c7bd2.woff),url(/team-3-project/CeraPro-Regular.01fe520e.woff2);font-weight:400;font-display:swap;font-style:normal}@font-face{font-family:Cera-Pro;src:url(/team-3-project/CeraPro-Light.e00d12eb.woff),url(/team-3-project/CeraPro-Light.a9161b1f.woff2);font-weight:300;font-display:swap;font-style:normal}@font-face{font-family:CaviarDreams;src:url(/team-3-project/CaviarDreams-Bold.f6c38541.woff),url(/team-3-project/CaviarDreams-Bold.cebad1dc.woff2);font-weight:700;font-display:swap;font-style:normal}@font-face{font-family:CaviarDreams;src:url(/team-3-project/CaviarDreams.f484dfa7.woff),url(/team-3-project/CaviarDreams.08daaf8a.woff2);font-weight:400;font-display:swap;font-style:normal}html{box-sizing:border-box;scroll-behavior:smooth}*,:after,:before{box-sizing:inherit}h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}button,input,textarea{border:none}button:active,button:focus,input:active,input:focus,textarea:active,textarea:focus{outline:none}.list{list-style:none}.link{text-decoration:none}body{margin:0;font-family:Cera-Pro,sans-serif;font-weight:500;color:#2b2b2b;background-color:#fff;position:relative}body.modal-open{overflow:hidden}select,textarea{font-family:Cera-Pro}img{display:block;width:100%;height:auto}.container{height:100%;margin-left:auto;margin-right:auto}@media screen and (min-width:320px){.container{min-width:320px;padding-left:20px;padding-right:20px}}@media screen and (min-width:768px){.container{width:768px;padding-left:60px;padding-right:60px}}@media screen and (min-width:1440px){.container{width:1440px;padding-left:189px;padding-right:189px}}section{padding-bottom:52px}@media screen and (min-width:1440px){section{padding-bottom:100px}}.visually-hidden{position:absolute;white-space:nowrap;width:1px;height:1px;overflow:hidden;border:0;padding:0;clip:rect(0 0 0 0);clip-path:inset(50%);margin:-1px}@media screen and (max-width:1439px){.padding-bottom{padding-bottom:76px}}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner:after,.hamburger.is-active .hamburger-inner:before{background-color:#487996}.hamburger-box{width:32px;height:18px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-1px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:32px;height:2px;background-color:#487996;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner:after,.hamburger-inner:before{content:"";display:block}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.hamburger--3dx .hamburger-box{perspective:64px}.hamburger--3dx .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx .hamburger-inner:after,.hamburger--3dx .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(180deg)}.hamburger--3dx.is-active .hamburger-inner:before{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--3dx.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dx-r .hamburger-box{perspective:64px}.hamburger--3dx-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r .hamburger-inner:after,.hamburger--3dx-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dx-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateY(-180deg)}.hamburger--3dx-r.is-active .hamburger-inner:before{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--3dx-r.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dy .hamburger-box{perspective:64px}.hamburger--3dy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy .hamburger-inner:after,.hamburger--3dy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(-180deg)}.hamburger--3dy.is-active .hamburger-inner:before{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--3dy.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dy-r .hamburger-box{perspective:64px}.hamburger--3dy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r .hamburger-inner:after,.hamburger--3dy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg)}.hamburger--3dy-r.is-active .hamburger-inner:before{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--3dy-r.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dxy .hamburger-box{perspective:64px}.hamburger--3dxy .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy .hamburger-inner:after,.hamburger--3dxy .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg)}.hamburger--3dxy.is-active .hamburger-inner:before{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--3dxy.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--3dxy-r .hamburger-box{perspective:64px}.hamburger--3dxy-r .hamburger-inner{transition:transform .15s cubic-bezier(.645,.045,.355,1),background-color 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r .hamburger-inner:after,.hamburger--3dxy-r .hamburger-inner:before{transition:transform 0s cubic-bezier(.645,.045,.355,1) .1s}.hamburger--3dxy-r.is-active .hamburger-inner{background-color:transparent!important;transform:rotateX(180deg) rotateY(180deg) rotate(-180deg)}.hamburger--3dxy-r.is-active .hamburger-inner:before{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--3dxy-r.is-active .hamburger-inner:after{transform:translate3d(0,-8px,0) rotate(-45deg)}.hamburger--arrow.is-active .hamburger-inner:before{transform:translate3d(-6.4px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrow.is-active .hamburger-inner:after{transform:translate3d(-6.4px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:before{transform:translate3d(6.4px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrow-r.is-active .hamburger-inner:after{transform:translate3d(6.4px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowalt .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt.is-active .hamburger-inner:before{top:0;transform:translate3d(-6.4px,-8px,0) rotate(-45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt.is-active .hamburger-inner:after{bottom:0;transform:translate3d(-6.4px,8px,0) rotate(45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r .hamburger-inner:before{transition:top .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r .hamburger-inner:after{transition:bottom .1s ease .1s,transform .1s cubic-bezier(.165,.84,.44,1)}.hamburger--arrowalt-r.is-active .hamburger-inner:before{top:0;transform:translate3d(6.4px,-8px,0) rotate(45deg) scaleX(.7);transition:top .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowalt-r.is-active .hamburger-inner:after{bottom:0;transform:translate3d(6.4px,8px,0) rotate(-45deg) scaleX(.7);transition:bottom .1s ease,transform .1s cubic-bezier(.895,.03,.685,.22) .1s}.hamburger--arrowturn.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn.is-active .hamburger-inner:before{transform:translate3d(8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--arrowturn.is-active .hamburger-inner:after{transform:translate3d(8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner{transform:rotate(-180deg)}.hamburger--arrowturn-r.is-active .hamburger-inner:before{transform:translate3d(-8px,0,0) rotate(-45deg) scaleX(.7)}.hamburger--arrowturn-r.is-active .hamburger-inner:after{transform:translate3d(-8px,0,0) rotate(45deg) scaleX(.7)}.hamburger--boring .hamburger-inner,.hamburger--boring .hamburger-inner:after,.hamburger--boring .hamburger-inner:before{transition-property:none}.hamburger--boring.is-active .hamburger-inner{transform:rotate(45deg)}.hamburger--boring.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--boring.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.hamburger--collapse .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse .hamburger-inner:after{top:-16px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse.is-active .hamburger-inner{transform:translate3d(0,-8px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse.is-active .hamburger-inner:before{top:0;transform:rotate(-90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--collapse-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:.13s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r .hamburger-inner:after{top:-16px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear}.hamburger--collapse-r .hamburger-inner:before{transition:top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--collapse-r.is-active .hamburger-inner{transform:translate3d(0,-8px,0) rotate(45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--collapse-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s}.hamburger--collapse-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s}.hamburger--elastic .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:8px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:16px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic.is-active .hamburger-inner:after{transform:translate3d(0,-16px,0) rotate(-270deg);transition-delay:75ms}.hamburger--elastic-r .hamburger-inner{top:1px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r .hamburger-inner:before{top:8px;transition:opacity .125s ease .275s}.hamburger--elastic-r .hamburger-inner:after{top:16px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic-r.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(-135deg);transition-delay:75ms}.hamburger--elastic-r.is-active .hamburger-inner:before{transition-delay:0s;opacity:0}.hamburger--elastic-r.is-active .hamburger-inner:after{transform:translate3d(0,-16px,0) rotate(270deg);transition-delay:75ms}.hamburger--emphatic{overflow:hidden}.hamburger--emphatic .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic .hamburger-inner:after{top:8px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic.is-active .hamburger-inner:before{left:-64px;top:-64px;transform:translate3d(64px,64px,0) rotate(45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic.is-active .hamburger-inner:after{right:-64px;top:-64px;transform:translate3d(-64px,64px,0) rotate(-45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r{overflow:hidden}.hamburger--emphatic-r .hamburger-inner{transition:background-color .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:before{left:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,left .125s ease-in .175s}.hamburger--emphatic-r .hamburger-inner:after{top:8px;right:0;transition:transform .125s cubic-bezier(.6,.04,.98,.335),top .05s linear .125s,right .125s ease-in .175s}.hamburger--emphatic-r.is-active .hamburger-inner{transition-delay:0s;transition-timing-function:ease-out;background-color:transparent!important}.hamburger--emphatic-r.is-active .hamburger-inner:before{left:-64px;top:64px;transform:translate3d(64px,-64px,0) rotate(-45deg);transition:left .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--emphatic-r.is-active .hamburger-inner:after{right:-64px;top:64px;transform:translate3d(-64px,-64px,0) rotate(45deg);transition:right .125s ease-out,top .05s linear .125s,transform .125s cubic-bezier(.075,.82,.165,1) .175s}.hamburger--minus .hamburger-inner:after,.hamburger--minus .hamburger-inner:before{transition:bottom .08s ease-out 0s,top .08s ease-out 0s,opacity 0s linear}.hamburger--minus.is-active .hamburger-inner:after,.hamburger--minus.is-active .hamburger-inner:before{opacity:0;transition:bottom .08s ease-out,top .08s ease-out,opacity 0s linear .08s}.hamburger--minus.is-active .hamburger-inner:before{top:0}.hamburger--minus.is-active .hamburger-inner:after{bottom:0}.hamburger--slider .hamburger-inner{top:1px}.hamburger--slider .hamburger-inner:before{top:8px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider .hamburger-inner:after{top:16px}.hamburger--slider.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--slider.is-active .hamburger-inner:before{transform:rotate(-45deg) translate3d(-4.5714285714px,-6px,0);opacity:0}.hamburger--slider.is-active .hamburger-inner:after{transform:translate3d(0,-16px,0) rotate(-90deg)}.hamburger--slider-r .hamburger-inner{top:1px}.hamburger--slider-r .hamburger-inner:before{top:8px;transition-property:transform,opacity;transition-timing-function:ease;transition-duration:.15s}.hamburger--slider-r .hamburger-inner:after{top:16px}.hamburger--slider-r.is-active .hamburger-inner{transform:translate3d(0,8px,0) rotate(-45deg)}.hamburger--slider-r.is-active .hamburger-inner:before{transform:rotate(45deg) translate3d(4.5714285714px,-6px,0);opacity:0}.hamburger--slider-r.is-active .hamburger-inner:after{transform:translate3d(0,-16px,0) rotate(90deg)}.hamburger--spin .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spin-r .hamburger-inner{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r .hamburger-inner:before{transition:top .1s ease-in .25s,opacity .1s ease-in}.hamburger--spin-r .hamburger-inner:after{transition:bottom .1s ease-in .25s,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin-r.is-active .hamburger-inner{transform:rotate(-225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin-r.is-active .hamburger-inner:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s ease-out .12s}.hamburger--spin-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg);transition:bottom .1s ease-out,transform .22s cubic-bezier(.215,.61,.355,1) .12s}.hamburger--spring .hamburger-inner{top:1px;transition:background-color 0s linear .13s}.hamburger--spring .hamburger-inner:before{top:8px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring .hamburger-inner:after{top:16px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,8px,0) rotate(45deg)}.hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,8px,0) rotate(-45deg)}.hamburger--spring-r .hamburger-inner{top:auto;bottom:0;transition-duration:.13s;transition-delay:0s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r .hamburger-inner:after{top:-16px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity 0s linear}.hamburger--spring-r .hamburger-inner:before{transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.hamburger--spring-r.is-active .hamburger-inner{transform:translate3d(0,-8px,0) rotate(-45deg);transition-delay:.22s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spring-r.is-active .hamburger-inner:after{top:0;opacity:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),opacity 0s linear .22s}.hamburger--spring-r.is-active .hamburger-inner:before{top:0;transform:rotate(90deg);transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s}.hamburger--stand .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand.is-active .hamburger-inner{transform:rotate(90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r .hamburger-inner{transition:transform 75ms cubic-bezier(.55,.055,.675,.19) .15s,background-color 0s linear 75ms}.hamburger--stand-r .hamburger-inner:before{transition:top 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r .hamburger-inner:after{transition:bottom 75ms ease-in 75ms,transform 75ms cubic-bezier(.55,.055,.675,.19) 0s}.hamburger--stand-r.is-active .hamburger-inner{transform:rotate(-90deg);background-color:transparent!important;transition:transform 75ms cubic-bezier(.215,.61,.355,1) 0s,background-color 0s linear .15s}.hamburger--stand-r.is-active .hamburger-inner:before{top:0;transform:rotate(-45deg);transition:top 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--stand-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(45deg);transition:bottom 75ms ease-out .1s,transform 75ms cubic-bezier(.215,.61,.355,1) .15s}.hamburger--squeeze .hamburger-inner{transition-duration:75ms;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze .hamburger-inner:before{transition:top 75ms ease .12s,opacity 75ms ease}.hamburger--squeeze .hamburger-inner:after{transition:bottom 75ms ease .12s,transform 75ms cubic-bezier(.55,.055,.675,.19)}.hamburger--squeeze.is-active .hamburger-inner{transform:rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--squeeze.is-active .hamburger-inner:before{top:0;opacity:0;transition:top 75ms ease,opacity 75ms ease .12s}.hamburger--squeeze.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg);transition:bottom 75ms ease,transform 75ms cubic-bezier(.215,.61,.355,1) .12s}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner:after,.hamburger--vortex .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner:after,.hamburger--vortex.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner:after{bottom:0;transform:rotate(90deg)}.hamburger--vortex-r .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r .hamburger-inner:after,.hamburger--vortex-r .hamburger-inner:before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex-r .hamburger-inner:before{transition-property:top,opacity}.hamburger--vortex-r .hamburger-inner:after{transition-property:bottom,transform}.hamburger--vortex-r.is-active .hamburger-inner{transform:rotate(-765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex-r.is-active .hamburger-inner:after,.hamburger--vortex-r.is-active .hamburger-inner:before{transition-delay:0s}.hamburger--vortex-r.is-active .hamburger-inner:before{top:0;opacity:0}.hamburger--vortex-r.is-active .hamburger-inner:after{bottom:0;transform:rotate(-90deg)}.footer{background-color:#f5f5fa;box-shadow:5px 2px 5px 8px rgba(72,121,150,.1);padding-top:32px;padding-bottom:32px}@media screen and (min-width:1440px){.footer{padding-top:30px;padding-bottom:30px}}@media screen and (min-width:768px){.footer-container{display:flex}}.footer__logo{display:block;width:192px;height:48px;margin-left:auto;margin-right:auto;text-align:center}@media screen and (min-width:1440px){.footer-box{display:flex}}@media screen and (min-width:1440px){.footer__logo-wrapper{margin-right:136px}}.footer__nav{margin-top:20px;flex-direction:column;align-items:center;text-align:center}.footer__nav-item:not(:last-child){margin-bottom:8px}.footer__nav-link{font-weight:400;font-size:16px;line-height:1.25;letter-spacing:.01em;color:#2b2b2b}.footer__nav-link:focus,.footer__nav-link:hover{color:#487996}.footer__social{margin-top:30px;flex-direction:column;align-items:center;text-align:center}.footer__social-item:not(:last-child){margin-bottom:8px}.footer__social-link{font-weight:400;font-size:16px;line-height:1.25;text-align:center;letter-spacing:.01em;color:#2b2b2b}.footer__social-link:focus,.footer__social-link:hover{color:#487996}.footer__contact{margin-top:24px;flex-direction:column;align-items:center;text-align:center}.footer__contact-tel-item:not(:last-child){margin-bottom:8px}.footer__mail-heading,.footer__tel-heading{margin-bottom:8px;font-style:normal;font-weight:400;font-size:16px;line-height:1.25;text-align:center;color:#2b2b2b}@media screen and (max-width:767px){.footer__tel-heading{margin-top:24px}}@media screen and (min-width:768px){.footer__tel-heading{margin-top:16px}}@media screen and (min-width:768px){.footer__mail-heading,.footer__tel-heading{text-align:right}}.footer__contact-link,.footer__contact-tel-link{font-style:normal;font-weight:400;font-size:16px;line-height:1.25;text-align:center;color:#487996}.footer__contact-tel-link:focus,.footer__contact-tel-link:hover{color:#2b2b2b}.footer__contact-link:focus,.footer__contact-link:hover{color:#2b2b2b}@media screen and (min-width:768px){.footer__contact-link{margin-bottom:16px}}@media screen and (min-width:768px){.footer__contact-tel-item{text-align:right}}@media screen and (min-width:768px){.footer__contact,.footer__nav,.footer__social{margin-top:0}}@media screen and (min-width:768px){.footer__social{margin-right:100px;margin-left:135px}}@media screen and (min-width:1440px){.footer__social{margin-right:145px;margin-left:87px}}@media screen and (min-width:768px) and (max-width:1439px){.footer-container{margin-top:20px}}@media screen and (min-width:1440px){.footer-container{margin-top:0}}@media screen and (min-width:1440px){.footer__contact-tel-item,.footer__mail-heading,.footer__tel-heading{text-align:left}}.header__container{display:flex;padding-top:29px;padding-bottom:35px;min-width:320px;align-items:center}@media screen and (min-width:768px){.header__container{width:768px;padding-top:20px;padding-bottom:35px}}@media screen and (min-width:1440px){.header__container{width:1440px;padding:40px 80px 73px}}.header__segment{display:flex}@media screen and (max-width:767px){.header__segment{flex:1;justify-content:center}}@media screen and (min-width:768px){.header__segment--right{margin-right:174px}}@media screen and (min-width:1440px){.header__segment--right{margin-right:213px}}.header__segment--center{margin-right:auto}.site-nav{display:flex;align-items:center}.logo__link{display:block}@media screen and (min-width:768px) and (max-width:1439px){.logo__link{padding-left:10px}}.header__btn--mobile-menu{height:32px;background:none}@media screen and (min-width:1440px){.header__btn--mobile-menu{display:none}}.site-nav__list{display:none}@media screen and (min-width:1440px){.site-nav__list{display:flex;width:470px;justify-content:space-between}}.site-nav__select{position:relative;cursor:pointer}.site-nav__select:after{content:"";position:absolute;top:50%;margin-left:4px;border:5px solid transparent;border-bottom:4px solid #008cef;transform:rotate(180deg) translateY(-20%)}.site-nav__select--dropdown:after{transform:none;top:unset;bottom:30%}.site-nav__item{font-family:CaviarDreams;font-weight:400;font-size:18px;line-height:1.17;text-align:center;letter-spacing:.01em}.site-nav__link{color:inherit}.site-nav__link:focus,.site-nav__link:hover{color:#487996}.drop-menu{opacity:0;width:144px;text-align:center;position:absolute;pointer-events:none;transform:translate(-40px,8px);height:78px;background:#fff;box-shadow:20px 20px 80px rgba(0,0,0,.1);border-radius:0 0 72px 72px;transition:opacity .25s cubic-bezier(.4,0,.2,1)}.drop-menu--is-open{opacity:1;pointer-events:visible}.drop-menu__item{font-size:16px;line-height:1.19}.drop-menu__item:not(:last-child){margin-bottom:6px}.header__btn--call{padding:0;width:24px;height:24px;margin-right:21px;fill:#008cef;background:none;position:relative}@media screen and (min-width:768px){.header__btn--call{display:none}}.language-list{font-family:CaviarDreams;font-weight:700;font-size:14px;line-height:1.125;letter-spacing:.01em;appearance:none;color:#bdbdbd;background:none;border:none}.language-list:focus,.language-list:hover{color:#487996}@media screen and (min-width:768px){.language-list{margin-right:28px}}@media screen and (min-width:1440px){.language-list{margin-right:94px;align-items:center}}@media screen and (max-width:767px){.header__contacts--mobile{display:block;position:absolute;bottom:0;left:50%;transform:translate(-50%);width:162px;padding:16px 5px 16px 8px;pointer-events:none;opacity:0;background:#fff;box-shadow:4px 4px 20px rgba(0,0,0,.1);transition:transform .5s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1)}.header__contacts--mobile--is-open{transform:translate(-50%,calc(100% + 12px));opacity:1;pointer-events:visible}.header__contacts--mobile:before{content:"";bottom:99%;left:68px;position:absolute;border:12px solid transparent;border-bottom-color:#fff}}.header__contacts--tablet-desktop{display:none}@media screen and (min-width:768px){.header__contacts--tablet-desktop{display:block}}.contacts__link{display:flex;font-weight:400;font-size:16px;letter-spacing:.01em;color:inherit;line-height:1.25}.contacts__link:focus,.contacts__link:hover{color:#487996}.contacts__item:not(:last-child){margin-bottom:10px}.contacts__tel-icon{width:14px;height:14px;fill:#008cef}@media screen and (max-width:767px){.contacts__tel-icon{display:none}}@media screen and (min-width:768px){.contacts__tel-icon{margin-top:4px;margin-right:4px}}@media screen and (min-width:1440px){.contacts__tel-icon{margin-right:8px}}.main__page-title{width:280px;margin-right:auto;margin-left:auto;margin-bottom:32px;font-family:CaviarDreams;font-weight:400;font-size:18px;line-height:1.17;text-align:center;color:#2b2b2b}@media screen and (min-width:768px){.main__page-title{width:420px;font-size:24px;margin-bottom:64px}}@media screen and (min-width:1440px){.main__page-title{width:624px;font-size:48px;margin-bottom:68px}}.wrapper__carousel{display:flex;justify-content:center;position:relative}.carousel{display:flex;width:100%;margin:-7px -7px 32px}@media screen and (min-width:768px){.carousel{width:380px;margin:-10px -10px 64px}}@media screen and (min-width:1440px){.carousel{width:688px;margin:-18px -18px 100px}}.carousel__item{margin:7px;flex-basis:calc(33.33333% - 14px)}@media screen and (min-width:768px){.carousel__item{margin:10px;flex-basis:calc(33.33333% - 20px)}}@media screen and (min-width:1440px){.carousel__item{margin:18px;flex-basis:calc(33.33333% - 36px)}}.carousel__img--round-top-right{border-radius:0 35px 0 0}.carousel__img--round,.carousel__img--round-top-right{display:block;overflow:hidden;box-shadow:20px 20px 80px rgba(0,0,0,.3)}.carousel__img--round{border-radius:100px}.carousel__img--round-top-right-down-left{display:block;border-radius:0 25px;overflow:hidden;box-shadow:20px 20px 80px rgba(0,0,0,.3)}.hero__ancor-gide--arrow{display:none;fill:#008cef}@media screen and (min-width:768px){.hero__ancor-gide--arrow{display:flex;justify-content:center;align-items:center;height:16px;width:16px;display:block;position:absolute;bottom:62px;left:75px}}@media screen and (min-width:1440px){.hero__ancor-gide--arrow{display:inherit;height:32px;width:32px;bottom:40px;left:43px}}.hero__section-description{font-family:CaviarDreams;font-weight:400;font-size:16px;line-height:1.19;text-align:center;color:#2b2b2b}@media screen and (min-width:768px){.hero__section-description{font-size:18px;line-height:1.17}}@media screen and (min-width:1440px){.hero__section-description{font-size:36px}}.main__section-title{font-weight:700;font-size:24px;line-height:1.25;color:#487996;margin-bottom:16px;text-transform:uppercase}@media screen and (min-width:768px){.main__section-title{font-size:36px;margin-bottom:32px}}@media screen and (min-width:1440px){.main__section-title{font-size:48px;margin-bottom:52px}}@media screen and (min-width:768px){.gallery__list{display:flex;flex-wrap:wrap;margin-right:-18px}}@media screen and (min-width:1440px){.gallery__list{margin-right:-32px}}@media screen and (max-width:767px){.gallery__item:not(:last-child){margin-bottom:24px}}@media screen and (min-width:768px){.gallery__item{margin-right:18px;flex-basis:calc(50% - 18px)}.gallery__item:not(:nth-child(n+3)){margin-bottom:32px}}@media screen and (min-width:1440px){.gallery__item{margin-right:32px;flex-basis:calc(50% - 32px)}.gallery__item:not(:nth-child(n+3)){margin-bottom:56px}}.gallery__img{display:block;margin-bottom:8px}@media screen and (min-width:768px){.gallery__img{margin-bottom:16px}}.gallery__sub-title{font-weight:300;font-size:16px;line-height:1.25;color:#487996}@media screen and (min-width:1440px){.gallery__sub-title{font-size:18px;line-height:1.28}}.more-photo__list{margin-bottom:32px}@media screen and (min-width:768px){.more-photo__list{display:flex;flex-wrap:wrap;margin:-9px}}@media screen and (min-width:1440px){.more-photo__list{margin:-16px}}.more-photo__item{cursor:pointer}@media screen and (max-width:767px){.more-photo__item:not(:nth-child(-n+3)){display:none}.more-photo__item:not(:last-child){margin-bottom:16px}}@media screen and (min-width:768px){.more-photo__item{margin:9px}}@media screen and (min-width:1440px){.more-photo__item{margin:16px}}.gallery-overlay__backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(43,43,43,.8);transition:opacity .25s cubic-bezier(.4,0,.2,1)}.gallery-overlay__wrapper{width:calc(100% - 84px);background-color:#fff;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@media screen and (min-width:768px){.gallery-overlay__wrapper{width:calc(100% - 214px)}}@media screen and (min-width:1444px){.gallery-overlay__wrapper{width:calc(100% - 538px)}}.gallery-overlay__pic{width:100%;height:auto}.gallery-overlay__symbol-left{width:6px;height:10px}@media screen and (min-width:768px){.gallery-overlay__symbol-left{width:14px;height:25px}}@media screen and (min-width:1444px){.gallery-overlay__symbol-left{width:23px;height:40px}}.gallery-overlay__symbol-right{width:6px;height:10px}@media screen and (min-width:768px){.gallery-overlay__symbol-right{width:14px;height:25px}}@media screen and (min-width:1444px){.gallery-overlay__symbol-right{width:23px;height:40px}}.gallery-overlay__symbol-left-wrap{position:absolute;left:-38px;top:50%;transform:translateY(-50%);cursor:pointer;padding:10px}@media screen and (min-width:1444px){.gallery-overlay__symbol-left-wrap{left:-57px}}.gallery-overlay__symbol-right-wrap{position:absolute;right:-38px;top:50%;transform:translateY(-50%);cursor:pointer;padding:10px}@media screen and (min-width:1444px){.gallery-overlay__symbol-right-wrap{right:-57px}}.gallery-overlay__is-hidden{opacity:0;visibility:hidden;pointer-events:none}.modeling-hero__title{font-family:Cera-Pro,sans-serif;font-weight:700;font-size:24px;line-height:1.25;color:#487996}.modeling-hero__description{font-family:Cera-Pro,sans-serif;font-weight:300;font-size:16px;line-height:1.25;margin-top:16px}@media screen and (min-width:768px){.modeling-hero__title{font-size:36px}.modeling-hero__description{max-width:515px}}@media screen and (min-width:1440px){.modeling-hero{padding-left:189px;padding-right:189px}.modeling-hero__title{font-size:48px;line-height:1.25}.modeling-hero__description{min-width:515px;font-size:18px;line-height:1.28;margin-top:24px}.description-box{display:flex}.description-left{margin-right:32px}}.methods{font-weight:700;font-size:18px;line-height:1.28;text-transform:uppercase;color:#487996}.methods,.methods__item{font-family:Cera-Pro,sans-serif}.methods__item{font-weight:300;font-size:16px;line-height:1.25;margin-top:16px}.methods__item:before{content:"";display:inline-block;width:7px;height:7px;background:#487996;border-radius:3px 0;margin-right:10px;align-items:center;transform:translateY(-2px)}.background-modeling{background-image:url(/team-3-project/image.601faf61.png);background-repeat:no-repeat;background-position:bottom;width:280px;height:164px;background-size:contain;margin-top:32px}@media screen and (min-device-pixel-ratio:2) and (min-width:280px),screen and (min-resolution:2dppx) and (min-width:280px),screen and (min-resolution:192dpi) and (min-width:280px){.background-modeling{background-image:url(/team-3-project/image@2x.77a9711a.png)}}@media screen and (min-width:768px){.methods{font-size:24px;line-height:1.25}.bgi{position:relative}.background-modeling{background-image:url(/team-3-project/image.bf67faa0.png);background-repeat:no-repeat;position:absolute;top:0;left:466px;width:246px;height:144px}}@media screen and (min-device-pixel-ratio:2) and (min-width:768px),screen and (min-resolution:2dppx) and (min-width:768px),screen and (min-resolution:192dpi) and (min-width:768px){.background-modeling{background-image:url(/team-3-project/image@2x.b08a94b8.png);background-size:contain}}@media screen and (min-width:1440px){.methods{font-size:36px}.methods__item{font-size:18px;line-height:1.28}.background-modeling{background-image:url(/team-3-project/image.52276fd8.png);width:515px;height:300px;background-size:515px 300px;left:733px;top:-92px}}@media screen and (min-device-pixel-ratio:2) and (min-width:1440px),screen and (min-resolution:2dppx) and (min-width:1440px),screen and (min-resolution:192dpi) and (min-width:1440px){.background-modeling{background-image:url(/team-3-project/image@2x.24455d4a.png)}}.models-image{font-size:16px;line-height:1.25;text-transform:uppercase;color:#487996}.models-image__list{display:flex;flex-wrap:wrap;margin-left:-10.77px;margin-bottom:52px}.models-image__item{margin-top:16px;margin-left:10.77px;flex-basis:calc(50% - 10.77px)}.modeling-btn{text-align:center}@media screen and (min-width:768px){.models-image{font-family:Cera-Pro,sans-serif;font-size:24px}.models-image__list{flex-wrap:unset;margin-left:-12.23px}.models-image__item{margin-top:24px;margin-left:12.23px}}@media screen and (min-width:1440px){.models-image{max-width:842px;font-size:36px}.models-image__item{margin-top:52px}.models-image__list{margin-bottom:100px}}.model-examples__title{margin-bottom:16px;font-weight:700;font-size:24px;line-height:1.25;text-transform:uppercase;color:#487996}.model-examples__list{display:flex;flex-wrap:wrap;margin-left:-15px;margin-bottom:-15px}.model-examples__item{display:flex;flex-direction:column;align-items:center;justify-content:space-evenly;flex-basis:calc(50% - 15px);min-width:132px;height:159px;margin-left:15px;margin-bottom:15px;background:#fff;opacity:.8;box-shadow:inset 1px 1px 16px #cbcbcb,inset -1px -1px 16px #fff;border-radius:50px 0}.model-examples__subtitle{font-size:14px;line-height:1.29;text-align:center;text-transform:uppercase;font-weight:400;color:#487996}@media screen and (min-width:768px){.model-examples__list{flex-wrap:nowrap;justify-content:space-between;margin-left:0;margin-bottom:0}.model-examples__item{margin-left:0;margin-bottom:0;flex-basis:calc(25% - 45px);min-width:152px;height:182px}.model-examples__title{margin-bottom:24px;font-size:36px}}@media screen and (min-width:1440px){.model-examples__list{justify-content:flex-start}.model-examples__item{width:250px;height:298px}.model-examples__item:not(:first-child){margin-left:21px}.model-examples__title{font-size:48px}.model-examples__subtitle{width:200px;font-size:18px;line-height:1.28}}.process-description__item:not(:last-child){margin-bottom:52px}.process-description__thumb{margin-bottom:16px;width:280px;height:387px;border-radius:50px 0;overflow:hidden;box-shadow:20px 20px 80px rgba(0,0,0,.15)}.process-description__img-one{object-position:0 -20px;transform:scale(1.1)}.process-description__img-second{object-position:0 -38px;transform:scale(1.08)}.process-description__img-three{object-position:0 -96px}.process-description__info-box{font-size:16px;line-height:1.25;font-weight:300}.process-description__name{display:inline;font-size:16px;line-height:1.25;font-weight:700;text-transform:uppercase;color:#487996}.process-description__descr{display:inline;margin-bottom:16px}.process-description__text{margin-top:16px;color:#2b2b2b}.process-description__button{margin-top:24px;text-align:center}@media screen and (min-width:768px){.process-description__item:not(:last-child){margin-bottom:76px}.process-description__product{display:flex}.process-description__thumb{min-width:247px;height:341px;margin-bottom:0}.process-description__info-box{margin-left:20px}.process-description__img-second{transform:scale(1.07);object-position:0 -32px}.process-description__img-three{object-position:0 -86px}.process-description__button{margin-top:52px;text-align:left}}@media screen and (min-width:1440px){.process-description__thumb{width:250px;height:345px}.process-description__info-box{width:734px;margin-left:78px;font-size:18px;line-height:1.28}.process-description__item:not(:last-child){margin-bottom:100px}.process-description__text{margin-top:24px}}@media screen and (max-width:767px){.scan-hero{padding-bottom:24px}}@media screen and (max-width:1439px){.scan-hero{padding-bottom:37px}}.scan-hero__container{font-family:Cera-Pro;font-weight:300;font-size:16px;line-height:1.25}@media screen and (max-width:319px){.scan-hero__container{padding-left:20px;padding-right:20px}}@media screen and (min-width:1440px){.scan-hero__container{font-size:18px;line-height:1.27}}.scan-hero__title{color:#487996;margin-bottom:16px}@media screen and (min-width:768px){.scan-hero__title{font-size:36px}}@media screen and (min-width:1440px){.scan-hero__title{font-size:48px}}@media screen and (min-width:768px) and (max-width:1439px){.scan-hero__descrip-box{position:relative}}@media screen and (min-width:1440px){.scan-hero__descrip-box{display:flex}.scan-hero__descrip-box--left{margin-right:32px}.scan-hero__descrip-box--right{position:relative}}.scan-hero__descrip{margin-bottom:16px}@media screen and (min-width:768px){.scan-hero__descrip{max-width:515px}.scan-hero__descrip .scan-hero__descip-span{display:block}}.scan-hero__descrip:last-child{margin-bottom:24px}.scan-hero__bgd-pic{background-image:url(/team-3-project/image.70bb096e.jpg);background-color:transparent;background-size:cover;width:280px;height:199px}@media (-webkit-min-device-pixel-ratio:2) and (min-width:280px),(min-resolution:2dppx) and (min-width:280px),(min-resolution:192dpi) and (min-width:280px),screen and (min-device-pixel-ratio:2) and (min-width:280px){.scan-hero__bgd-pic{background-image:url(/team-3-project/image@2x.2ab9057c.jpg)}}@media screen and (min-width:768px) and (max-width:1439px){.scan-hero__bgd-pic{background-image:url(/team-3-project/image.06aa8f4e.jpg);width:241px;height:172px;position:absolute;top:117px;left:467px;z-index:-1}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:768px),(min-resolution:2dppx) and (min-width:768px),(min-resolution:192dpi) and (min-width:768px),screen and (min-device-pixel-ratio:2) and (min-width:768px){.scan-hero__bgd-pic{background-image:url(/team-3-project/image@2x.ca0449f6.jpg)}}@media screen and (min-width:1440px){.scan-hero__bgd-pic{background-image:url(/team-3-project/image.beb24cd4.jpg);width:515px;height:368px;position:absolute;right:0;bottom:-97px;z-index:-1}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:1440px),(min-resolution:2dppx) and (min-width:1440px),(min-resolution:192dpi) and (min-width:1440px),screen and (min-device-pixel-ratio:2) and (min-width:1440px){.scan-hero__bgd-pic{background-image:url(/team-3-project/image@2x.feb47218.jpg)}}@media screen and (max-width:767px){.scan-process{position:relative}}@media screen and (min-width:768px) and (max-width:1439px){.scan-process{position:relative}}@media screen and (min-width:1440px){.scan-process{position:relative}}@media screen and (max-width:767px){.scan-process__container{padding-left:20px;padding-right:20px}}.scan-process__title{font-family:Cera-Pro;font-size:18px;line-height:1.27;color:#487996;margin-bottom:16px}@media screen and (min-width:768px){.scan-process__title{font-size:24px;line-height:1.25;margin-bottom:24px}}@media screen and (min-width:1440px){.scan-process__title{font-size:48px;margin-bottom:52px}}.scan-process__list{color:#487996;display:flex;margin-top:-15px;margin-left:-15px;margin-bottom:52px}@media screen and (max-width:319px){.scan-process__list{flex-direction:column}}@media screen and (min-width:320px) and (max-width:767px){.scan-process__list{flex-wrap:wrap;margin-top:-12px;margin-left:-12px}}@media screen and (min-width:1440px){.scan-process__list{margin-top:-21px;margin-left:-21px;margin-bottom:100px}}.scan-process__item{display:flex;justify-content:center;align-items:center;background:#fff;opacity:.8;box-shadow:inset 1px 1px 16px hsla(0,0%,79.6%,.8),inset -1px -1px 16px #fff;border-radius:50px 0;flex-basis:calc(50% - 15px);height:182px;margin-top:15px;margin-left:15px;padding:22px 15px 15px}@media screen and (min-width:768px){.scan-process__item{margin-top:12px;margin-left:12px;flex-basis:calc(25% - 12px);padding-left:23px;padding-right:23px;height:210px}}@media screen and (min-width:1440px){.scan-process__item{margin-top:21px;margin-left:21px;height:298px;padding:49px 15px 22px}}.scan-process__descrip{display:flex;flex-direction:column;align-items:center;font-size:14px;font-weight:400;line-height:1.28;text-align:center}@media screen and (min-width:1440px){.scan-process__descrip{font-size:18px;line-height:1.27;font-weight:300}}.scan-process__descrip-before1:before{margin-bottom:18px;content:"";width:94px;height:82px;background-size:94px 82px;background-color:transparent;background-image:url(/team-3-project/image1.702a61bc.png)}@media (-webkit-min-device-pixel-ratio:2) and (min-width:280px),(min-resolution:2dppx) and (min-width:280px),(min-resolution:192dpi) and (min-width:280px),screen and (min-device-pixel-ratio:2) and (min-width:280px){.scan-process__descrip-before1:before{background-image:url(/team-3-project/image1@2x.2a83f5ec.png)}}@media screen and (min-width:768px){.scan-process__descrip-before1:before{width:108px;height:94px;background-size:108px 94px;background-image:url(/team-3-project/image1.7e12955d.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:768px),(min-resolution:2dppx) and (min-width:768px),(min-resolution:192dpi) and (min-width:768px),screen and (min-device-pixel-ratio:2) and (min-width:768px){.scan-process__descrip-before1:before{background-image:url(/team-3-project/image1@2x.54b4a217.png)}}@media screen and (min-width:1440px){.scan-process__descrip-before1:before{margin-bottom:27px;width:177px;height:154px;background-size:177px 154px;background-image:url(/team-3-project/image1.684d5f54.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:1440px),(min-resolution:2dppx) and (min-width:1440px),(min-resolution:192dpi) and (min-width:1440px),screen and (min-device-pixel-ratio:2) and (min-width:1440px){.scan-process__descrip-before1:before{background-image:url(/team-3-project/image1@2x.d81ec6ea.png)}}.scan-process__descrip-before2:before{margin-bottom:18px;content:"";width:94px;height:82px;background-size:94px 82px;background-color:transparent;background-image:url(/team-3-project/image2.177158de.png)}@media (-webkit-min-device-pixel-ratio:2) and (min-width:280px),(min-resolution:2dppx) and (min-width:280px),(min-resolution:192dpi) and (min-width:280px),screen and (min-device-pixel-ratio:2) and (min-width:280px){.scan-process__descrip-before2:before{background-image:url(/team-3-project/image2@2x.ebf0a776.png)}}@media screen and (min-width:768px){.scan-process__descrip-before2:before{width:108px;height:94px;background-size:108px 94px;background-image:url(/team-3-project/image1.7e12955d.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:768px),(min-resolution:2dppx) and (min-width:768px),(min-resolution:192dpi) and (min-width:768px),screen and (min-device-pixel-ratio:2) and (min-width:768px){.scan-process__descrip-before2:before{background-image:url(/team-3-project/image2@2x.b21bcc3c.png)}}@media screen and (min-width:1440px){.scan-process__descrip-before2:before{margin-bottom:27px;width:177px;height:154px;background-size:177px 154px;background-image:url(/team-3-project/image2.599ace3c.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:1440px),(min-resolution:2dppx) and (min-width:1440px),(min-resolution:192dpi) and (min-width:1440px),screen and (min-device-pixel-ratio:2) and (min-width:1440px){.scan-process__descrip-before2:before{background-image:url(/team-3-project/image2@2x.9b21eee4.png)}}.scan-process__descrip-before3:before{margin-bottom:18px;content:"";width:94px;height:82px;background-size:94px 82px;background-color:transparent;background-image:url(/team-3-project/image3.c964ee67.png)}@media (-webkit-min-device-pixel-ratio:2) and (min-width:280px),(min-resolution:2dppx) and (min-width:280px),(min-resolution:192dpi) and (min-width:280px),screen and (min-device-pixel-ratio:2) and (min-width:280px){.scan-process__descrip-before3:before{background-image:url(/team-3-project/image2@2x.ebf0a776.png)}}@media screen and (min-width:768px){.scan-process__descrip-before3:before{width:108px;height:94px;background-size:108px 94px;background-image:url(/team-3-project/image3.66928ea7.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:768px),(min-resolution:2dppx) and (min-width:768px),(min-resolution:192dpi) and (min-width:768px),screen and (min-device-pixel-ratio:2) and (min-width:768px){.scan-process__descrip-before3:before{background-image:url(/team-3-project/image3@2x.65641215.png)}}@media screen and (min-width:1440px){.scan-process__descrip-before3:before{margin-bottom:27px;width:177px;height:154px;background-size:177px 154px;background-image:url(/team-3-project/image3.57162045.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:1440px),(min-resolution:2dppx) and (min-width:1440px),(min-resolution:192dpi) and (min-width:1440px),screen and (min-device-pixel-ratio:2) and (min-width:1440px){.scan-process__descrip-before3:before{background-image:url(/team-3-project/image3@2x.18747312.png)}}.scan-process__descrip-before4:before{margin-bottom:18px;content:"";width:92px;height:82px;background-size:92px 82px;background-color:transparent;background-image:url(/team-3-project/image4.bfa7b9ce.png)}@media (-webkit-min-device-pixel-ratio:2) and (min-width:280px),(min-resolution:2dppx) and (min-width:280px),(min-resolution:192dpi) and (min-width:280px),screen and (min-device-pixel-ratio:2) and (min-width:280px){.scan-process__descrip-before4:before{background-image:url(/team-3-project/image4@2x.79c3f13f.png)}}@media screen and (min-width:768px){.scan-process__descrip-before4:before{width:108px;height:94px;background-size:108px 94px;background-image:url(/team-3-project/image4.c6aa1c49.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:768px),(min-resolution:2dppx) and (min-width:768px),(min-resolution:192dpi) and (min-width:768px),screen and (min-device-pixel-ratio:2) and (min-width:768px){.scan-process__descrip-before4:before{background-image:url(/team-3-project/image4@2x.fb872063.png)}}@media screen and (min-width:1440px){.scan-process__descrip-before4:before{margin-bottom:27px;width:177px;height:154px;background-size:177px 154px;background-image:url(/team-3-project/image4.ae8711be.png)}}@media (-webkit-min-device-pixel-ratio:2) and (min-width:1440px),(min-resolution:2dppx) and (min-width:1440px),(min-resolution:192dpi) and (min-width:1440px),screen and (min-device-pixel-ratio:2) and (min-width:1440px){.scan-process__descrip-before4:before{background-image:url(/team-3-project/image4@2x.bbdea6ee.png)}}.scan-process__descrip-span{display:block}@media screen and (min-width:1440px){.scan-process__descrip-span{display:contents}}@media screen and (max-width:1439px){.scan-process__br-desktope{display:none}}.scan-process__order-btn{text-align:center}.contact__title{font-weight:700;font-size:24px;color:#487996;margin-bottom:16px}.contact__paragraph,.contact__title{font-family:Cera-Pro;font-style:normal;line-height:1.25}.contact__paragraph{font-weight:300;font-size:16px;color:#2b2b2b}.contact__paragraph:not(:last-child){margin-bottom:16px}.contact__main{font-family:Cera-Pro;font-style:normal;font-weight:300;font-size:18px;line-height:1.28;color:#2b2b2b}.smile:after{content:"😉"}.contact__contact-title{font-family:Cera-Pro;font-style:normal;font-weight:700;font-size:18px;line-height:1.25;color:#487996;margin-bottom:8px}.contact__contact-part-discription{font-family:Cera-Pro;font-style:normal;font-weight:400;font-size:16px;line-height:1.25;text-transform:capitalize;color:#2b2b2b}.contact__contact-part-discription:not(:last-child){margin-bottom:8px}.contact__contact-part:not(:last-child){margin-bottom:24px}.video{margin-bottom:16px}.contact__video{width:100%;border-radius:15px}.contact__desk{display:flex}@media screen and (min-width:768px){.contact__desk{margin-right:0;margin-left:0}}@media screen and (min-width:768px){.contact__form{display:flex;justify-content:center}}@media screen and (min-width:1440px){.perenos{display:none}}@media screen and (min-width:768px){.contact__title{font-size:36px;line-height:1.25}.contact__top-part{display:flex}.contact__paragraph{margin-left:0}.contact__paragraph:not(:last-child){margin-bottom:16px}.contact___paragraph-section{margin-left:20px}.video{width:100%;height:192px;margin-bottom:16px}.video .contact__video{width:100%;height:100%}}@media screen and (min-width:1440px){.contact__form-and-desk{display:flex;flex-direction:row-reverse;justify-content:space-between}.contact__paragraph{margin-left:0}.contact__paragraph:not(:last-child){margin-bottom:24px}.contact__form{margin-top:0}.contact___paragraph-section{margin-left:32px}.smile:after{display:block;margin-top:58px;width:49px;height:49px;font-size:36px;padding:0}.contact__title{font-size:48px;line-height:1.25}.contact__paragraph{font-size:18px;line-height:1.278}.contact__video{display:block}.contact__desk{margin-left:0}.video,.video .contact__video{width:515px;height:315px}}.contact__form .order-form__select,.contact__form .order-form__select-wrapper{display:none}@media screen and (min-width:768px){.contact__desk .contact-info{width:100%}}@media screen and (min-width:1440px){.contact__desk .contact-info,.contact__desk .contact-info__item-wrapper,.contact__desk .contact-info__time-list{text-align:left;justify-content:flex-start}.contact__desk .contact-info__wrapper:not(:last-child){margin-bottom:68px}}.contact__botoom-part .order-form__select-wrapper{display:none}.position-box{position:relative}.take-order__title{font-weight:700;text-align:center;font-size:22px;line-height:1.25;color:#487996}@media screen and (min-width:768px){.take-order__title{text-align:left;font-size:36px}}@media screen and (min-width:1440px){.take-order__title{font-size:48px}}@media screen and (min-width:768px){.take-order-box{display:flex;margin-top:24px}}.take-order-main-image{width:280px;margin-top:16px;margin-left:auto;margin-right:auto;border-radius:15px;overflow:hidden}@media screen and (min-width:768px){.take-order-main-image{width:247px;height:116px;margin-left:0;margin-right:20px;margin-top:0}}@media screen and (min-width:1440px){.take-order-main-image{width:515px;height:315px;margin-right:32px}}@media screen and (min-width:768px){.take-order-info{max-width:381px}}@media screen and (min-width:1440px){.take-order-info{max-width:515px}}.take-order-description{margin-top:16px;margin-left:auto;margin-right:auto}@media screen and (min-width:768px){.take-order-description{margin-top:0;width:381px}}@media screen and (min-width:1440px){.take-order-description{width:515px}}.take-order__text{font-weight:300;font-size:16px;line-height:1.25;color:#2b2b2b}@media screen and (min-width:1440px){.take-order__text{font-size:18px;line-height:1.28}}.take-order__text+.take-order__text{margin-top:16px}@media screen and (min-width:1440px){.take-order__text+.take-order__text{margin-top:24px}}.take-order__list{display:none;margin-top:55px}@media screen and (min-width:1440px){.take-order__list{display:flex}}.take-order__item{width:144px;height:144px;overflow:hidden;box-shadow:20px 20px 80px rgba(0,0,0,.25)}.take-order__item:not(:last-child){margin-right:42px}.desc-box-1{border-radius:0 72px 72px 0}.desc-box-2{border-radius:72px 0 72px 0}.desc-box-3{border-radius:0 0 72px 0}.take-order-info-box{display:flex;flex-direction:column;margin-top:52px}@media screen and (min-width:1440px){.take-order-info-box{margin-top:100px;display:flex;flex-direction:row;justify-content:space-between}}.take-order-form{margin-left:auto;margin-right:auto}@media screen and (min-width:1440px){.take-order-form{margin-left:0;margin-right:0}}.take-order-contacts{margin-top:52px}@media screen and (min-width:768px){.take-order-contacts{margin-top:76px}}@media screen and (min-width:1440px){.take-order-contacts{margin-top:0}}.futuristic-flowerpot{display:none}@media screen and (min-width:1440px){.futuristic-flowerpot{display:unset}}.futuristic-flowerpot__list{position:relative;width:530px;height:325px;margin-top:76px}.futuristic-flowerpot__item-1{right:296px;border-radius:0 72px 0 0}.futuristic-flowerpot__item-1,.futuristic-flowerpot__item-2{position:absolute;top:0;width:138.42px;height:138.42px;box-shadow:20px 20px 80px rgba(0,0,0,.25);overflow:hidden}.futuristic-flowerpot__item-2{right:148px;border-radius:0 0 0 72px}.futuristic-flowerpot__item-3{top:0;right:0;border-radius:72px 0}.futuristic-flowerpot__item-3,.futuristic-flowerpot__item-4{position:absolute;width:138.42px;height:138.42px;box-shadow:20px 20px 80px rgba(0,0,0,.25);overflow:hidden}.futuristic-flowerpot__item-4{top:148px;right:296px;border-radius:0 72px}.futuristic-flowerpot__item-5{top:150px;right:148px;border-radius:72px}.futuristic-flowerpot__item-5,.futuristic-flowerpot__item-6{position:absolute;width:138.42px;height:138.42px;box-shadow:20px 20px 80px rgba(0,0,0,.25);overflow:hidden}.futuristic-flowerpot__item-6{top:148px;right:0;border-radius:0 0 72px 0}.header--mobile-menu-is-open{position:fixed;width:100%;z-index:101}.main-menu{position:fixed;z-index:100;left:0;top:0;width:100vw;height:100vh;background-color:#fff}@media screen and (min-width:1440px){.main-menu{background-image:url(/team-3-project/page_bg.35ee3847.jpg)}}@media screen and (min-device-pixel-ratio:2) and (min-width:1440px),screen and (min-resolution:2dppx) and (min-width:1440px),screen and (min-resolution:192dpi) and (min-width:1440px){.main-menu{background-image:url(/team-3-project/page_bg@2x.508b905e.jpg)}}.main-menu__container{display:flex;flex-direction:column;position:relative;height:100%;background-color:#fff;background-image:url(/team-3-project/page_bg.4ba109fd.jpg);background-repeat:no-repeat;background-size:100% auto}@media screen and (min-device-pixel-ratio:2) and (max-width:767px),screen and (min-resolution:2dppx) and (max-width:767px),screen and (min-resolution:192dpi) and (max-width:767px){.main-menu__container{background-image:url(/team-3-project/page_bg@2x.88129ac2.jpg)}}@media screen and (min-width:768px){.main-menu__container{background-image:url(/team-3-project/page_bg.9cc6ea43.jpg)}}@media screen and (min-device-pixel-ratio:2) and (min-width:768px),screen and (min-resolution:2dppx) and (min-width:768px),screen and (min-resolution:192dpi) and (min-width:768px){.main-menu__container{background-image:url(/team-3-project/page_bg@2x.c42c84cb.jpg)}}.main-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.main-menu__btn{margin:0;padding:0;border:none;outline:none;background-color:transparent;width:45px;height:45px}.main-menu__close{width:45px;height:45px;fill:#487996;transition:fill .25s linear}.mobile-menu-is-hidden{opacity:0;visibility:hidden;pointer-events:none}.mobile-menu{position:fixed;z-index:100;left:0;top:0;width:100vw;height:100vh;background-color:#fff}.mobile-menu__container{display:flex;flex-direction:column;position:relative;height:100%}.mobile-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.mobile-menu__btn{margin:0;padding:0;border:none;outline:none;background-color:transparent;width:45px;height:45px}.mobile-menu__close{width:45px;height:45px;fill:#487996;transition:fill .25s linear}.menu__list{font-weight:500;font-size:24px;line-height:1.25;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;margin-top:115px}.menu__list>li:not(:last-child){margin-bottom:24px}.menu__item{text-transform:uppercase;font-weight:700}.menu__link,.services-menu__link{display:flex;align-items:center;justify-content:center;color:#487996;font-family:sans-serif;transform:text-shhadow}.services-menu__link:before{display:block;content:"";display:inline-block;width:7px;height:7px;background:#487996;border-radius:3px 0;margin-right:10px;align-items:center}@media screen and (max-width:1399px){.menu{display:none}}@media screen and (min-width:1444px){.mobile-menu{display:none}}.current{color:#fff;text-shadow:#487996 1px 1px 0,#487996 -1px -1px 0,#487996 -1px 1px 0,#487996 1px -1px 0}.order-btn{font-weight:700;font-size:16px;line-height:1.5;letter-spacing:.07em;text-transform:uppercase;display:inline-block;text-align:center;background:#f5f5fa;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(72,121,150,.1),5px 5px 10px rgba(72,121,150,.25),-5px -5px 10px #fff;border-radius:30.5px;padding:16px 32px;color:#487996;cursor:pointer;transition:box-shadow .25s cubic-bezier(.4,0,.2,1)}.order-btn:focus,.order-btn:hover{box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(72,121,150,.5),5px 5px 10px rgba(72,121,150,.25),-5px -5px 10px #fff}.order-form{display:flex;flex-direction:column;width:100%}@media screen and (min-width:768px){.order-form{width:420px}}@media screen and (min-width:1444px){.order-form{width:515px}}.order-form__input{border-bottom:1px solid #487996;padding-bottom:4px;font-size:16px;height:20px;color:#2b2b2b;font-family:inherit;cursor:pointer;width:100%}.order-form__input:focus{border-bottom:1px solid #487996}.order-form__input:focus+.order-form__label,.order-form__input:not(:placeholder-shown)+.order-form__label{font-size:14px;transform:translateY(-28px)}.order-form__label{font-weight:400;font-size:16px;line-height:1.25;text-transform:capitalize;color:#2b2b2b;position:absolute;bottom:0;left:0;transition:transform .25s ease}@media screen and (min-width:1444px){.order-form__label{font-size:18px;line-height:1.1}}.order-form__wrapper{position:relative;margin-bottom:44px}.order-form__select{border:none;border-bottom:1px solid #487996;width:100%;height:20px;font-size:16px;font-weight:400;outline:none;appearance:none}.order-form__select-wrapper{position:relative;margin-bottom:44px}.order-form__select-wrapper:after{content:"◢";display:inline-block;transform:rotate(45deg);position:absolute;right:0;bottom:2px;pointer-events:none}.order-form__label-textarea{margin-bottom:4px;font-weight:400;resize:none}.order-form__pin{display:none}.order-form__title{font-weight:700;font-size:18px;line-height:1.27;text-align:left;color:#487996;margin-bottom:28px}@media screen and (min-width:768px){.order-form__title{font-size:24px;line-height:1.26;text-align:center}}@media screen and (min-width:1444px){.order-form__title{font-size:36px;line-height:1.26;text-align:left}}.order-form__textarea{border:1px solid #487996;box-sizing:border-box;border-radius:50px 0;padding-left:20px;padding-top:22px;width:100%;height:199px;font-size:16px;line-height:1.25;resize:none}.order-form__textarea::placeholder{color:#cdcdcd}@media screen and (min-width:1444px){.order-form__textarea{font-size:18px;line-height:1.1}}.order-form__textarea-wrapper{position:relative}.order-form__file-add{position:absolute;bottom:18px;right:21px;cursor:pointer}.order-form__message{width:100%;font-weight:400;color:#cdcdcd;font-size:16px;line-height:1.25;margin-bottom:24px}@media screen and (min-width:768px){.order-form__message{margin-bottom:44px}}@media screen and (min-width:1444px){.order-form__message{font-size:18px;line-height:1.1;margin-bottom:24px}}.order-form__submit-btn{font-weight:700;font-size:16px;line-height:1.5;text-align:center;letter-spacing:.1em;text-transform:uppercase;color:#487996;width:280px;height:56px;background:#f5f5fa;box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(72,121,150,.1),5px 5px 10px rgba(72,121,150,.25),-5px -5px 10px #fff;border-radius:30.5px;padding:16px 32px;cursor:pointer;transition:box-shadow .25s cubic-bezier(.4,0,.2,1)}.order-form__submit-btn:focus,.order-form__submit-btn:hover{box-shadow:-10px -10px 20px #fff,10px 10px 20px rgba(72,121,150,.5),5px 5px 10px rgba(72,121,150,.25),-5px -5px 10px #fff}@media screen and (min-width:768px){.order-form__submit-btn{width:177px;height:56px;margin-left:auto}}@media screen and (min-width:1444px){.order-form__submit-btn{width:175px;height:55px;font-size:18px;line-height:1.25;letter-spacing:0}}.contact-info__title{font-weight:700;font-size:18px;line-height:1.27;color:#487996;margin-bottom:8px}@media screen and (min-width:768px){.contact-info__title{font-size:24px;line-height:1.26}}@media screen and (min-width:1444px){.contact-info__title{font-size:36px;margin-bottom:18px}}.contact-info__list{margin-bottom:24px}@media screen and (min-width:768px){.contact-info__list{margin-bottom:0}}@media screen and (min-width:1444px){.contact-info__list{margin-bottom:30px}}@media screen and (min-width:768px){.contact-info__item:not(:last-child){margin-bottom:8px}}.contact-info__item .contact-info__link{color:#2b2b2b;font-size:16px;line-height:1.25;font-weight:400}@media screen and (min-width:1444px){.contact-info__item{font-size:18px;line-height:1.1}}@media screen and (min-width:1444px){.contact-info__item:not(:last-child){margin-bottom:18px}}@media screen and (min-width:768px){.contact-info__list-wrapper{text-align:right}}@media screen and (min-width:1444px){.contact-info__item-wrapper{display:flex;justify-content:flex-end}}.contact-info__item-day{font-weight:400}@media screen and (min-width:144px){.contact-info__item-day{font-size:18px;line-height:1.1}}.contact-info__item-time{font-weight:400}.contact-info__item-time:not(:first-child){margin-bottom:8px}@media screen and (min-width:768px){.contact-info__item-time{margin-bottom:18px}}@media screen and (min-width:1444px){.contact-info__item-time{text-transform:capitalize;margin-left:3px;font-size:18px;line-height:1.1}}@media screen and (min-width:768px){.contact-info{display:flex;justify-content:space-between}}@media screen and (min-width:1444px){.contact-info{display:block;text-align:right}}.main-bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none;margin:0 auto}@media screen and (min-width:320px){.main-bg-wrapper{min-width:320px}}@media screen and (min-width:768px){.main-bg-wrapper{min-width:768px}}@media screen and (min-width:1440px){.main-bg-wrapper{min-width:1440px}}.main__bg-shape--1{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:0;top:8px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 35px 35px 0}@media screen and (min-width:768px){.main__bg-shape--1{left:233px;top:8px}}@media screen and (min-width:1440px){.main__bg-shape--1{width:144px;height:144px;left:293px;top:7px;border-radius:0 72px 72px 0}}.main__bg-shape--2{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:0;top:8px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:35px 0 0 35px}@media screen and (min-width:768px){.main__bg-shape--2{right:233px;top:8px}}@media screen and (min-width:1440px){.main__bg-shape--2{width:144px;height:144px;right:293px;top:7px;border-radius:72px 0 0 72px}}.main__bg-shape--3{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:-29px;top:318px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 35px 0}@media screen and (min-width:768px){.main__bg-shape--3{left:105px;top:302px}}@media screen and (min-width:1440px){.main__bg-shape--3{width:144px;height:144px;left:176px;top:583px;border-radius:0 0 72px 0}}.main__bg-shape--4{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:-15px;top:608px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px}@media screen and (min-width:768px){.main__bg-shape--4{right:105px;top:81px;z-index:-2;border-radius:0}}@media screen and (min-width:1440px){.main__bg-shape--4{width:144px;height:144px;right:176px;top:151px}}.main__bg-shape--5{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:-17px;top:678px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:25px 0}@media screen and (min-width:768px){.main__bg-shape--5{left:32px;top:655px}}@media screen and (min-width:1440px){.main__bg-shape--5{width:144px;height:144px;left:unset;right:32px;top:727px;border-radius:0 0 72px 0}}.main__bg-shape--6{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:-21px;top:1060px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 25px}@media screen and (min-width:768px){.main__bg-shape--6{right:32px;top:1043px}}@media screen and (min-width:1440px){.main__bg-shape--6{width:144px;height:144px;left:32px;top:1267px;border-radius:72px 0}}.main__bg-shape--7{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:-18px;top:1100px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 0 35px}@media screen and (min-width:768px){.main__bg-shape--7{left:32px;top:1075px}}@media screen and (min-width:1440px){.main__bg-shape--7{width:144px;height:144px;left:-64px;top:2592px;border-radius:72px}}.main__bg-shape--8{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:-15px;top:1388px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:35px 0}@media screen and (min-width:768px){.main__bg-shape--8{right:110px;top:1443px;border-radius:0 0 72px 0;transform:rotate(90deg)}}@media screen and (min-width:1440px){.main__bg-shape--8{width:144px;height:144px;right:32px;top:2016px;border-radius:72px 0}}@media screen and (min-width:768px){.main__bg-shape--9{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:32px;top:8px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:35px 0 0 0}}@media screen and (min-width:1440px){.main__bg-shape--9{width:144px;height:144px;top:151px;border-radius:0 0 72px 0}}@media screen and (min-width:768px) and (max-width:1439px){.main__bg-shape--10{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:32px;top:81px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 35px 0}}@media screen and (min-width:768px){.main__bg-shape--11{position:absolute;background-image:url(/team-3-project/decor-image-1.0cb32ddf.jpg);background-repeat:no-repeat;background-size:100% auto;z-index:-1;width:74px;height:74px;left:105px;top:81px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:768px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:768px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:768px){.main__bg-shape--11{background-image:url(/team-3-project/decor-image-1@2x.cabf433c.jpg)}}@media screen and (min-width:768px) and (min-width:1440px){.main__bg-shape--11{background-image:url(/team-3-project/decor-image-1.f6c99fe4.jpg)}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:1440px){.main__bg-shape--11{background-image:url(/team-3-project/decor-image-1@2x.ec19c915.jpg)}}@media screen and (min-width:1440px){.main__bg-shape--11{width:144px;height:144px;left:176px;top:151px}}@media screen and (min-width:768px){.main__bg-shape--12{position:absolute;background-image:url(/team-3-project/decor-image-2.47d84e4a.jpg);background-repeat:no-repeat;background-size:100% auto;z-index:-1;width:74px;height:74px;right:32px;top:81px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 35px 0}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:768px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:768px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:768px){.main__bg-shape--12{background-image:url(/team-3-project/decor-image-2@2x.44127117.jpg)}}@media screen and (min-width:768px) and (min-width:1440px){.main__bg-shape--12{background-image:url(/team-3-project/decor-image-2.f25ac00d.jpg)}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:1440px){.main__bg-shape--12{background-image:url(/team-3-project/decor-image-2@2x.3b7c0c96.jpg)}}@media screen and (min-width:1440px){.main__bg-shape--12{width:144px;height:144px;top:151px;border-radius:0 0 72px 0}}@media screen and (min-width:768px){.main__bg-shape--13{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:105px;top:155px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 35px 0 0}}@media screen and (min-width:1440px){.main__bg-shape--13{width:144px;height:144px;left:176px;top:297px;border-radius:0 72px 0 0}}@media screen and (min-width:768px){.main__bg-shape--14{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:32px;top:228px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 0 35px}}@media screen and (min-width:1440px){.main__bg-shape--14{width:144px;height:144px;left:32px;top:441px;border-radius:0 0 0 72px}}@media screen and (min-width:768px){.main__bg-shape--15{position:absolute;background:#fff;z-index:-3;width:74px;height:74px;right:105px;top:155px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px}}@media screen and (min-width:1440px){.main__bg-shape--15{width:144px;height:144px;right:176px;top:295px}}@media screen and (min-width:768px){.main__bg-shape--16{position:absolute;background:#fff;z-index:-4;width:74px;height:74px;right:32px;top:228px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:25px 0}}@media screen and (min-width:1440px){.main__bg-shape--16{width:144px;height:144px;right:32px;top:439px;border-radius:72px 0}}@media screen and (min-width:768px){.main__bg-shape--17{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:105px;top:300px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 0 35px}}@media screen and (min-width:1440px){.main__bg-shape--17{width:144px;height:144px;right:176px;top:583px;border-radius:0 0 0 72px}}@media screen and (min-width:768px){.main__bg-shape--18{position:absolute;background-image:url(/team-3-project/decor-image-4.bc5b4bec.jpg);background-repeat:no-repeat;background-size:100% auto;z-index:-1;width:74px;height:74px;right:32px;top:300px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px 72px 0 0}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:768px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:768px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:768px){.main__bg-shape--18{background-image:url(/team-3-project/decor-image-4@2x.d5d52b01.jpg)}}@media screen and (min-width:768px) and (min-width:1440px){.main__bg-shape--18{background-image:url(/team-3-project/decor-image-4.e9cfcb16.jpg)}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:1440px){.main__bg-shape--18{background-image:url(/team-3-project/decor-image-4@2x.f62b9710.jpg)}}@media screen and (min-width:1440px){.main__bg-shape--18{width:144px;height:144px;right:32px;top:583px}}@media screen and (min-width:768px){.main__bg-shape--19{position:absolute;background-image:url(/team-3-project/decor-image-3.c514225f.jpg);background-repeat:no-repeat;background-size:100% auto;z-index:-1;width:74px;height:74px;left:32px;top:365px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:768px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:768px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:768px){.main__bg-shape--19{background-image:url(/team-3-project/decor-image-3@2x.6a2d289f.jpg)}}@media screen and (min-width:768px) and (min-width:1440px){.main__bg-shape--19{background-image:url(/team-3-project/decor-image-3.4cdbea15.jpg)}}@media screen and (min-width:768px) and (min-device-pixel-ratio:2) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:2dppx) and (min-width:1440px),screen and (min-width:768px) and (min-resolution:192dpi) and (min-width:1440px){.main__bg-shape--19{background-image:url(/team-3-project/decor-image-3@2x.a66dd01e.jpg)}}@media screen and (min-width:768px) and (min-width:1440px){.main__bg-shape--19{width:144px;height:144px;left:32px;top:704px}}@media screen and (min-width:768px){.main__bg-shape--20{position:absolute;background:#fff;z-index:-2;width:74px;height:74px;left:32px;top:439px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 35px 0}}@media screen and (min-width:1440px){.main__bg-shape--20{width:144px;height:144px;left:32px;top:848px;border-radius:0 0 72px 0}}@media screen and (min-width:768px){.main__bg-shape--21{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:32px;top:375px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 0 35px}}@media screen and (min-width:1440px){.main__bg-shape--21{width:144px;height:144px;right:32px;top:2658px;border-radius:72px 0}}@media screen and (min-width:768px){.main__bg-shape--22{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:105px;top:1006px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 35px 0 0}}@media screen and (min-width:1440px){.main__bg-shape--22{width:144px;height:144px;left:unset;right:32px;top:998px;border-radius:0 72px 0 0}}@media screen and (min-width:768px){.main__bg-shape--23{position:absolute;background:#fff;z-index:-2;width:74px;height:74px;right:32px;top:1365px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:25px 0}}@media screen and (min-width:1440px){.main__bg-shape--23{width:144px;height:144px;right:-64px;top:1142px;border-radius:72px}}@media screen and (min-width:768px){.main__bg-shape--24{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:32px;top:520px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:35px 0 0 0}}@media screen and (min-width:1440px){.main__bg-shape--24{width:144px;height:144px;right:176px;top:2802px;border-radius:0 0 0 72px}}@media screen and (min-width:768px){.main__bg-shape--25{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:-17px;top:595px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px;left:-17px;top:1337px}}@media screen and (min-width:1440px){.main__bg-shape--25{width:144px;height:144px;left:32px;top:2083px;border-radius:0 0 0 72px}}@media screen and (min-width:1440px){.main__bg-shape--26{position:absolute;background-image:url(/team-3-project/decor-image-5.f448a071.jpg);background-repeat:no-repeat;background-size:100% auto;z-index:-1;width:144px;height:144px;right:32px;top:1508px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px}}@media screen and (min-width:1440px) and (min-device-pixel-ratio:2) and (min-width:1440px),screen and (min-width:1440px) and (min-resolution:2dppx) and (min-width:1440px),screen and (min-width:1440px) and (min-resolution:192dpi) and (min-width:1440px){.main__bg-shape--26{background-image:url(/team-3-project/decor-image-5@2x.1591c2e7.jpg)}}@media screen and (min-width:768px) and (max-width:1439px){.main__bg-shape--27{z-index:-2;right:-17px;top:588px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px}}@media screen and (min-width:768px) and (max-width:1439px){.main__bg-shape--27,.main__bg-shape--28{position:absolute;background:#fff;width:74px;height:74px}.main__bg-shape--28{z-index:-1;left:32px;top:8px;box-shadow:20px 20px 80px rgba(0,0,0,.12);border-radius:35px 0 0 0}}.bg-wrapper{position:absolute;top:0;left:0;right:0;bottom:0;overflow:hidden;pointer-events:none}.scan__bg-shape--1{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:0;top:8px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 35px 35px 0}@media screen and (min-width:768px){.scan__bg-shape--1{left:233px;top:8px}}@media screen and (min-width:1440px){.scan__bg-shape--1{width:144px;height:144px;left:293px;top:7px;border-radius:0 72px 72px 0}}.scan__bg-shape--2{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:0;top:8px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:35px 0 0 35px}@media screen and (min-width:768px){.scan__bg-shape--2{right:233px;top:8px}}@media screen and (min-width:1440px){.scan__bg-shape--2{width:144px;height:144px;right:293px;top:7px;border-radius:72px 0 0 72px}}.scan__bg-shape--3{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:-29px;top:303px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 35px 0}@media screen and (min-width:768px){.scan__bg-shape--3{left:8px;top:229px;border-radius:0 0 35px 0}}@media screen and (min-width:1440px){.scan__bg-shape--3{width:144px;height:144px;left:13px;top:280px;border-radius:0 0 72px 0}}.scan__bg-shape--4{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:-15px;top:588px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:72px}@media screen and (min-width:768px){.scan__bg-shape--4{right:8px;top:90px;border-radius:0 0 0 35px}}@media screen and (min-width:1440px){.scan__bg-shape--4{width:144px;height:144px;right:13px;top:159px;box-shadow:20px 20px 80px rgba(0,0,0,.1);border-radius:0 0 0 72px}}.scan__bg-shape--5{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:-17px;top:957px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:25px 0}@media screen and (min-width:768px) and (max-width:1439px){.scan__bg-shape--5{display:none}}@media screen and (min-width:1440px){.scan__bg-shape--5{width:144px;height:144px;left:unset;right:-23px;top:667px;border-radius:72px 0}}.scan__bg-shape--6{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:-21px;top:1033px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 25px}@media screen and (min-width:768px){.scan__bg-shape--6{display:none}}.scan__bg-shape--7{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;left:-18px;top:1070px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:0 0 0 35px}@media screen and (min-width:768px) and (max-width:1439px){.scan__bg-shape--7{display:none}}@media screen and (min-width:1440px){.scan__bg-shape--7{width:144px;height:144px;left:-64px;top:1077px;border-radius:72px}}.scan__bg-shape--8{position:absolute;background:#fff;z-index:-1;width:74px;height:74px;right:-15px;top:1360px;box-shadow:20px 20px 80px rgba(0,0,0,.15);border-radius:25px 0}@media screen and (min-width:768px) and (max-width:1439px){.scan__bg-shape--8{display:none}}@media screen and (min-width:1440px){.scan__bg-shape--8{width:144px;height:144px;right:13px;top:159px;border-radius:0 0 72px 0;transform:rotate(90deg)}}

/*# sourceMappingURL=/team-3-project/main.11d362fc.css.map */