*{margin:0;padding:0}*,:after,:before{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}:active,:focus{outline:0}a:active,a:focus{outline:0}aside,footer,header,nav{display:block}button,input,textarea{font-family:inherit;font-size:inherit;font-weight:inherit}input::-ms-clear{display:none}button{cursor:pointer;border:none;background:0 0}button::-moz-focus-inner{padding:0;border:0}img{vertical-align:top}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Bold.woff2) format("woff2"),url(../fonts/Montserrat-Bold.woff) format("woff");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Medium.woff2) format("woff2"),url(../fonts/Montserrat-Medium.woff) format("woff");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-Regular.woff2) format("woff2"),url(../fonts/Montserrat-Regular.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;font-display:swap;src:url(../fonts/Montserrat-SemiBold.woff2) format("woff2"),url(../fonts/Montserrat-SemiBold.woff) format("woff");font-weight:600;font-style:normal}:root{--app-height:100%;--white:#FEFEFE;--black:#070707;--gray:#7C7C7C;--blue:#034CC0;--bg:url("../img/loading.gif") 50% no-repeat}body{font-family:Montserrat,sans-serif;font-weight:400;color:var(--black);min-height:100vh;min-width:100%;max-width:100vw;overflow-x:hidden}body._lock{overflow:hidden}.wrapper{display:flex;flex-direction:column;min-height:100vh;min-width:320px;max-width:100vw;height:100%;position:relative;overflow:hidden}.container{max-width:1310px;width:100%;margin:0 auto;padding:0 15px}.page{flex:1 1 auto;padding:120px 0 80px}.btn_blue{padding:15px 20px;font-size:1.25rem;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:100px;background:var(--blue);color:var(--white);border:1px solid var(--blue);transition:all .5s ease;white-space:nowrap;text-decoration:none}.btn_blue svg{width:18px;height:18px;stroke:var(--white);stroke-width:1.5px;transition:all .3s ease}.btn_white{padding:15px 20px;font-size:1.25rem;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:100px;background:var(--white);color:var(--blue);border:1px solid var(--blue);transition:all .5s ease;white-space:nowrap}.btn_white svg{width:18px;height:18px;stroke:var(--blue);stroke-width:1.5px;transition:all .3s ease}.title{font-size:4.125rem;font-weight:600}.select{position:relative;font-size:1.25rem}.select__container{position:absolute;top:105%;left:0;border:1px solid var(--blue);background:var(--white);transition:all .3s linear;max-height:0;overflow:hidden;scrollbar-width:none;opacity:0;visibility:hidden;border-radius:20px;width:-moz-fit-content;width:fit-content;min-width:100%;z-index:5}.select__container::-webkit-scrollbar{width:0;height:0}.select__container._active{max-height:250px;overflow-y:auto;opacity:1;visibility:visible}.select__option{padding:10px 20px;transition:all .5s ease;cursor:pointer;color:var(--black);display:block;text-decoration:none}.select__checked{min-width:300px;line-height:1;white-space:nowrap;padding:20px;border:1px solid var(--blue);border-radius:100px;color:var(--blue);cursor:pointer;position:relative;padding-right:50px}.select__checked._active::after{transform:translate(0,-50%) rotate(-180deg)}.select__checked::after{content:"";position:absolute;top:50%;right:20px;transform:translate(0,-50%);width:22px;height:22px;background:url(../img/icons/icons.svg#arrow2) center/contain no-repeat;transition:all .5s ease}.modal{position:fixed;width:100%;height:100%;background:rgba(0,0,0,.7);top:0;left:0;opacity:0;visibility:hidden;pointer-events:none;transition:all .8s ease;overflow-y:auto;z-index:1000}.modal._active{opacity:1;visibility:visible;pointer-events:all}.modal__wrapper{min-height:100vh;padding:40px 15px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center}.modal__content{max-width:1000px;width:100%;display:flex;flex-direction:column}.modal__close{align-self:flex-end;width:33px;height:33px;display:flex;align-items:center;justify-content:center;background:var(--white);border-radius:50%;margin-bottom:6px}.modal__close svg{width:80%;height:80%;fill:#7c7c7c;stroke-width:2px}#quote .modal__content{max-width:unset;overflow-x:hidden}.header{position:fixed;top:0;left:0;width:100%;z-index:100;background:var(--white)}.header__body{display:flex;align-items:center;gap:22px;padding:20px 0}.header__logo{font-size:1.5rem;font-weight:600;color:var(--black);text-decoration:none;white-space:nowrap}.header__menu-icon{display:none}.header__menu-icon span{position:absolute;top:50%;left:0;transform:translate(0,-50%);width:100%;height:2px;background:var(--black);transition:opacity 0s ease .1s,background .5s ease}.header__menu-icon::before{content:"";position:absolute;left:0;top:25%;transform:translate(0,-50%);height:2px;width:100%;background:var(--black);transition:transform .2s ease,top .2s ease .2s,background .5s ease}.header__menu-icon::after{content:"";position:absolute;left:0;top:75%;transform:translate(0,-50%);height:2px;width:100%;background:var(--black);transition:transform .2s ease,top .2s ease .2s,width 0s ease .2s,background .5s ease}.header__menu-icon._active span{opacity:0}.header__menu-icon._active::before{top:50%;transform:translate(0,-50%) rotate(45deg);transition:top .2s ease,transform .2s ease .2s}.header__menu-icon._active::after{top:50%;width:100%;transform:translate(0,-50%) rotate(-45deg);transition:top .2s ease,transform .2s ease .2s,width 0s ease .2s}.menu{flex:1 1 auto}.menu__list{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;-moz-column-gap:32px;column-gap:32px;list-style:none}.menu__item{padding:5px 0}.menu__link{font-size:1.25rem;color:var(--black);text-decoration:none;transition:all .5s ease}.number{position:absolute;top:15px;left:0;font-size:1.25rem;height:333px;display:flex;flex-direction:column;justify-content:flex-end;color:var(--blue)}.number::before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%,0);width:1px;background:var(--blue);height:90%}.main{margin-bottom:100px}.main__body{position:relative}.main__info{padding:40px 50px 40px 0;max-width:67.7%;position:absolute;top:0;left:0;z-index:1;background:var(--white);border-bottom-right-radius:30px}.main__info::before{content:"";position:absolute;top:-1px;left:calc(100% - 1px);width:31px;height:31px;-webkit-mask:url(../img/main/mask.svg);mask:url(../img/main/mask.svg);background:var(--white);transform:rotate(180deg)}.main__info::after{content:"";position:absolute;top:calc(100% - 1px);left:-1px;width:31px;height:31px;-webkit-mask:url(../img/main/mask.svg);mask:url(../img/main/mask.svg);background:var(--white);transform:rotate(180deg)}.main__title{font-size:4.25rem;font-weight:600;margin-bottom:34px}.main__text{font-size:1.625rem;line-height:1.4;color:var(--black)}.main__btn{margin-top:45px}.main__media{width:100%;position:relative;aspect-ratio:1280/823;border-radius:30px;overflow:hidden}.main__media img,.main__media video{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.about{margin-bottom:60px}.about_main .about__body{display:flex;gap:24px}.about_main .about__info{flex:1 1 60%;font-size:1.625rem;margin-top:0}.about__body{position:relative;min-height:350px;padding-left:60px}.about__title{flex:1 1 40%}.about__intro{font-size:1.375rem;font-weight:600;color:var(--blue);margin-top:52px}.about__info{display:flex;flex-direction:column;font-size:1.125rem;line-height:1.4;margin-top:42px;max-width:993px}.about__info p:not(:last-child){margin-bottom:24px}.about__link{align-self:flex-end;margin-top:24px;font-size:1.625rem;color:var(--blue);display:flex;align-items:center;gap:10px}.about__link svg{width:18px;height:18px;stroke:var(--blue);stroke-width:1.5px;transition:all .3s ease}.about__places{list-style:none;margin-top:42px;display:grid;grid-template-columns:repeat(2,1fr);max-width:993px;gap:50px}.place{flex:1 1 50%}.place__image{width:100%;aspect-ratio:472/252;position:relative;border-radius:20px;overflow:hidden}.place__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.place__desc{font-size:1.375rem;font-weight:600;margin-top:18px}.place__address{font-size:1.25rem;font-style:normal;margin-top:12px}.services{background:#f1f1f1;margin-bottom:60px;padding:60px 0}.services__title{margin-bottom:60px}.services__body{font-size:1.25rem;display:flex;flex-wrap:wrap;gap:40px}.services__body ul{flex:1 1 27%;list-style:none}.services__body li{position:relative;padding-left:16px}.services__body li::before{content:"";position:absolute;left:0;top:10px;width:3px;height:3px;border-radius:50%;background:var(--black)}.services__body li:not(:last-child){margin-bottom:24px}.services__number{top:26px}.cases{margin-bottom:60px}.cases__header{margin-bottom:50px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.cases__link{font-size:1.625rem;color:var(--blue);display:flex;align-items:center;gap:10px}.cases__link svg{width:20px;height:20px;stroke:var(--blue);stroke-width:1.5px;transition:all .3s ease}.cases__body{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:40px;transition:all .5s ease}.cases__body.load{pointer-events:none;opacity:.5}.cases__item{text-decoration:none;cursor:pointer}.cases__item_video .cases__image::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:25%;max-width:75px;aspect-ratio:1/1;background:url(../img/icons/icons.svg#play) center/contain no-repeat}.cases__image{width:100%;aspect-ratio:305/278;position:relative;border-radius:20px;overflow:hidden;background:var(--bg);margin-bottom:22px}.cases__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s ease}.cases__name{font-size:1.25rem;font-weight:500;display:flex;align-items:center;justify-content:space-between;gap:10px;padding-right:10px;color:var(--black);transition:all .5s ease}.cases__name svg{width:20px;min-width:20px;height:20px;stroke:var(--blue);stroke-width:1.5px;transition:all .3s ease}.cases__subtitle{font-size:1.625rem;font-weight:600;color:var(--blue);margin-top:100px}.cases__video{margin-top:42px;width:100%;aspect-ratio:1280/720;border-radius:20px;overflow:hidden;position:relative}.cases__video iframe{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cases__info.case{display:none}.why{margin-bottom:60px}.why__title{margin-bottom:60px}.why__body{position:relative;min-height:350px;padding-left:60px}.why__grid{display:grid;grid-template-columns:repeat(3,1fr);-moz-column-gap:90px;column-gap:90px;row-gap:60px}.why__item h3{font-size:1.625rem;font-weight:600;margin-bottom:42px}.why__item p{font-size:1.25rem;line-height:1.4}.why__item span{color:var(--blue)}.start{background:var(--blue);margin-bottom:60px}.start__body{display:flex;align-items:center;justify-content:space-between;gap:24px;padding:100px 0}.start__title{font-size:3rem;font-weight:600;color:var(--white);max-width:775px}.quality{margin-bottom:60px}.quality__body{position:relative;min-height:350px;padding-left:60px}.quality__title{margin-bottom:80px}.quality__grid{display:grid;grid-template-columns:repeat(5,1fr);-moz-column-gap:16px;column-gap:16px;row-gap:32px}.quality__item{flex:1 1 18%;display:flex;flex-direction:column;align-items:center}.quality__image{width:74px;height:74px;margin-bottom:24px}.quality__image img{width:100%;height:100%}.quality__desc{font-size:1.25rem;text-align:center}.resources:not(:last-child){margin-bottom:60px}.resources__header{margin-bottom:50px;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:16px}.resources__link{font-size:1.625rem;color:var(--blue);display:flex;align-items:center;gap:10px}.resources__link svg{width:20px;height:20px;stroke:var(--blue);stroke-width:1.5px;transition:all .3s ease}.resources__body{display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:20px;column-gap:20px;row-gap:32px}.resources__item{text-decoration:none}.resources__item_video .resources__image::after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:25%;max-width:75px;aspect-ratio:1/1;background:url(../img/icons/icons.svg#play) center/contain no-repeat}.resources__image{width:100%;aspect-ratio:305/278;position:relative;border-radius:20px;overflow:hidden;background:var(--bg);margin-bottom:22px}.resources__image img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:all .5s ease}.resources__name{font-size:1.25rem;font-weight:500;display:flex;align-items:center;gap:10px;padding-right:10px;color:var(--black);transition:all .5s ease}.resources__name svg{width:20px;min-width:20px;height:20px;stroke:var(--blue);stroke-width:1.5px;transition:all .3s ease}.resources__category{font-size:.875rem;color:var(--gray)}.resource__wrapper{display:flex;justify-content:space-between;gap:32px}.resource__sidebar{flex:0 1 25%}.resource__body{flex:1 1 75%;max-width:846px;display:flex;flex-direction:column}.resource__title{font-size:2.25rem;font-weight:600;margin-bottom:32px}.resource__date{font-size:1.25rem;margin-bottom:32px}.resource__media{margin-bottom:32px;width:100%}.resource__media iframe,.resource__media img,.resource__media video{max-width:100%;height:auto;border-radius:20px}.resource__media iframe{width:100%;aspect-ratio:500/300}.resource__text{font-size:1.25rem}.resource__text h2:not(:last-child),.resource__text h3:not(:last-child),.resource__text h4:not(:last-child),.resource__text h5:not(:last-child),.resource__text h6:not(:last-child),.resource__text ol:not(:last-child),.resource__text p:not(:last-child),.resource__text ul:not(:last-child){margin-bottom:32px}.resource__navigation{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-top:42px}.resource__next,.resource__prev{max-width:200px;width:100%}.sidebar__title{font-size:1.625rem;font-weight:600;margin-bottom:42px}.sidebar__resources{display:flex;flex-direction:column;-moz-column-gap:20px;column-gap:20px;row-gap:32px}.case{background:var(--white);border-radius:20px;padding:36px;display:flex;flex-direction:column}.case__category{font-size:1.375rem;font-weight:600}.case__header{display:flex;align-items:center;justify-content:space-between;gap:16px}.case__title{flex:1 1 auto;font-size:2.25rem;font-weight:600;color:var(--blue);max-width:500px;padding:42px 0;position:relative}.case__title::after,.case__title::before{content:"";position:absolute;left:0;transform:translate(-36px,0);width:150%;height:1px;background:var(--gray)}.case__title::before{top:0}.case__title::after{bottom:0}.case__image{max-width:305px;position:relative;z-index:1}.case__image img{max-width:100%;height:auto;border-radius:20px}.case__text h3{font-size:1rem;font-weight:700}.case__text ol,.case__text ul{padding-left:32px}.case__text h3:not(:last-child),.case__text li:not(:last-child),.case__text ol:not(:last-child),.case__text p:not(:last-child){margin-bottom:16px}.case__btn{align-self:center;margin-top:32px}.quote{position:relative}.quote.step2{overflow:hidden}.quote.step2 .quote__step_1{position:absolute;top:0;left:0;width:100%;opacity:0;visibility:hidden}.quote.step2 .quote__step_2{position:relative;opacity:1;visibility:visible}.quote__step_2{position:absolute;width:100%;left:0;top:0;opacity:0;visibility:hidden}.quote__body{border-radius:20px;background:var(--white);padding:36px}.quote__intro{font-size:1.25rem;font-weight:600;margin-bottom:24px}.quote__title{font-size:2.25rem;font-weight:600;color:var(--blue);margin-bottom:32px}.quote__form{display:flex;flex-wrap:wrap;gap:16px}.quote__form input,.quote__form textarea{font-size:1.25rem;color:#2e2e2e;padding:25px 18px;border-radius:20px;border:1px solid var(--black);background:var(--white);min-width:200px;width:100%}.quote__form input::-moz-placeholder,.quote__form textarea::-moz-placeholder{color:#2e2e2e}.quote__form input::placeholder,.quote__form textarea::placeholder{color:#2e2e2e}.quote__form input{flex:1 1 40%}.quote__form textarea{flex:1 1 100%;resize:none;min-height:300px}.quote__file{flex:1 1 100%;font-size:1.25rem;color:var(--blue);display:flex;align-items:center;justify-content:center;gap:8px;padding:20px;border-radius:20px;border:1px solid var(--blue);cursor:pointer}.quote__file svg{width:24px;height:24px;min-width:24px}.quote__file input{display:none}.quote__controls{flex:1 1 100%;display:flex;justify-content:flex-end;gap:16px}.quote__btn{min-width:200px}.quote__btn svg{width:24px;height:24px}#quote .modal__content{max-width:1170px}.meeting__body{border-radius:20px;background:var(--white);padding:36px}.meeting__title{font-size:2.25rem;font-weight:600;color:var(--blue);margin-bottom:32px}.meeting__form{display:flex;flex-wrap:wrap;gap:16px}.meeting__form input,.meeting__form textarea{font-size:1.25rem;color:#2e2e2e;padding:25px 18px;border-radius:20px;border:1px solid var(--black);background:var(--white);min-width:200px;width:100%}.meeting__form input::-moz-placeholder,.meeting__form textarea::-moz-placeholder{color:#2e2e2e}.meeting__form input::placeholder,.meeting__form textarea::placeholder{color:#2e2e2e}.meeting__form input{flex:1 1 40%}.meeting__form textarea{flex:1 1 100%;resize:none;min-height:300px}.meeting__controls{flex:1 1 100%;display:flex;justify-content:flex-end;gap:16px}.meeting__btn{min-width:200px}.meeting__btn svg{width:24px;height:24px}.jorney{margin-bottom:60px}.jorney__body{position:relative;min-height:350px;padding-left:60px}.jorney__block{max-width:993px}.jorney__block:not(:last-child){margin-bottom:60px}.jorney__block h2,.jorney__block h3,.jorney__block h4,.jorney__block h5,.jorney__block h6{color:var(--blue);font-weight:600}.jorney__block h3,.jorney__block h4,.jorney__block h5,.jorney__block h6{margin-bottom:32px}.jorney__block h2{font-size:3.625rem;margin-bottom:48px}.jorney__block p{font-size:1.125rem;line-height:1.4}.jorney__block p:not(:last-child){margin-bottom:24px}.jorney__persons{margin-bottom:60px;display:grid;grid-template-columns:repeat(3,1fr);gap:73px}.jorney__person{display:flex;flex-direction:column;align-items:center}.jorney__photo{flex:1 1 auto;width:100%;aspect-ratio:357/226;border-radius:20px;position:relative;overflow:hidden}.jorney__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.jorney__name{font-size:1.25rem;font-weight:600;margin-top:18px}.team__body{position:relative;min-height:350px;padding-left:60px}.team__title{margin-bottom:52px}.team__block:not(:last-child){margin-bottom:80px}.team__subtitle{font-size:1.75rem;font-weight:600;color:var(--blue)}.team__persons{margin-top:42px;display:grid;grid-template-columns:repeat(4,1fr);-moz-column-gap:24px;column-gap:24px;row-gap:38px}.team__person{display:flex;flex-direction:column}.team__photo{flex:1 1 auto;aspect-ratio:287/226;border-radius:20px;overflow:hidden;position:relative}.team__photo img{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.team__name{font-size:1.25rem;font-weight:600;margin-top:22px}.team__desc{font-size:1.125rem;margin-top:20px}.team__link{font-size:1.125rem;text-decoration:none;color:var(--black);word-break:break-all;display:flex;align-items:center;gap:10px}.team__link svg{width:24px;height:24px;fill:var(--black)}.footer{background:var(--black);padding:90px 0 50px;color:var(--white)}.footer__body{display:flex;gap:32px;position:relative;padding-left:60px;min-height:350px}.footer__info{flex:1 1 50%}.footer__info h2{font-size:4.125rem;font-weight:600;margin-bottom:52px}.footer__info p{max-width:450px;font-size:1.25rem;line-height:1.4}.footer__info p:not(:last-child){margin-bottom:28px}.footer__info a{color:var(--white);text-decoration:none}.footer__number{color:var(--white)}.footer__number::before{background:var(--white)}.footer__form{flex:1 1 50%;display:flex;flex-wrap:wrap;gap:20px}.footer__form input,.footer__form textarea{font-size:1.25rem;color:var(--black);padding:22px 18px;border-radius:20px;background:var(--white);border:none;min-width:200px}.footer__form input::-moz-placeholder,.footer__form textarea::-moz-placeholder{color:#2e2e2e}.footer__form input::placeholder,.footer__form textarea::placeholder{color:#2e2e2e}.footer__form input{flex:1 1 40%}.footer__form textarea{flex:1 1 100%;min-height:130px;resize:none}.footer__form button{flex:1 1 100%;padding:15px 20px;font-size:1.625rem;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:20px;color:var(--white);border:1px solid var(--white);transition:all .5s ease;white-space:nowrap}.footer__form button svg{width:24px;height:24px;stroke:var(--white);stroke-width:1.5px;transition:all .3s ease}.footer__links{margin-top:50px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;-moz-column-gap:72px;column-gap:72px;row-gap:16px}.footer__link{color:var(--white);font-size:1.75rem}@media (max-width:1310px){.btn_blue{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990);padding-block:calc(10px + 5 * (100vw - 320px)/ 990);padding-inline:calc(15px + 5 * (100vw - 320px)/ 990)}.btn_white{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990);padding-block:calc(10px + 5 * (100vw - 320px)/ 990);padding-inline:calc(15px + 5 * (100vw - 320px)/ 990)}.title{font-size:calc(2rem + 34 * (100vw - 20rem)/ 990)}.select{font-size:calc(1.125rem + 2 * (100vw - 20rem)/ 990)}.header__logo{font-size:calc(1.125rem + 6 * (100vw - 20rem)/ 990)}.number{top:calc(10px + 5 * (100vw - 576px)/ 734)}.main{margin-bottom:calc(50px + 50 * (100vw - 320px)/ 990)}.main__title{font-size:calc(2.25rem + 32 * (100vw - 20rem)/ 990);margin-bottom:calc(16px + 18 * (100vw - 320px)/ 990)}.main__text{font-size:calc(1.125rem + 8 * (100vw - 20rem)/ 990)}.main__btn{margin-top:calc(24px + 21 * (100vw - 320px)/ 990)}.about_main .about__info{font-size:calc(1.125rem + 8 * (100vw - 20rem)/ 990)}.about__intro{margin-top:calc(24px + 28 * (100vw - 320px)/ 990);font-size:calc(1.125rem + 4 * (100vw - 20rem)/ 990)}.about__info{font-size:calc(1rem + 2 * (100vw - 20rem)/ 990);margin-top:calc(24px + 18 * (100vw - 320px)/ 990)}.about__link{font-size:calc(1.125rem + 8 * (100vw - 20rem)/ 990)}.about__places{gap:calc(24px + 26 * (100vw - 320px)/ 990)}.place__desc{font-size:calc(1.125rem + 4 * (100vw - 20rem)/ 990)}.place__address{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.services{padding-block:calc(40px + 20 * (100vw - 320px)/ 990)}.services__title{margin-bottom:calc(32px + 28 * (100vw - 320px)/ 990)}.services__body{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.services__body li:not(:last-child){margin-bottom:calc(16px + 8 * (100vw - 320px)/ 990)}.services__number{top:26px}.cases__header{margin-bottom:calc(40px + 10 * (100vw - 320px)/ 990)}.cases__link{font-size:calc(1.125rem + 8 * (100vw - 20rem)/ 990)}.cases__body{-moz-column-gap:calc(16px + 4 * (100vw - 320px)/ 990);column-gap:calc(16px + 4 * (100vw - 320px)/ 990);row-gap:calc(24px + 16 * (100vw - 320px)/ 990)}.cases__image{margin-bottom:calc(16px + 6 * (100vw - 320px)/ 990)}.cases__name{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.cases__subtitle{margin-top:calc(50px + 50 * (100vw - 320px)/ 990)}.cases__video{margin-top:calc(24px + 18 * (100vw - 320px)/ 990)}.why__title{margin-bottom:calc(32px + 28 * (100vw - 320px)/ 990)}.why__grid{-moz-column-gap:calc(32px + 58 * (100vw - 320px)/ 990);column-gap:calc(32px + 58 * (100vw - 320px)/ 990);row-gap:calc(32px + 28 * (100vw - 320px)/ 990)}.why__item h3{font-size:calc(1.125rem + 8 * (100vw - 20rem)/ 990);margin-bottom:calc(24px + 18 * (100vw - 320px)/ 990)}.why__item p{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.start__body{padding:calc(50px + 50 * (100vw - 320px)/ 990) 0}.start__title{font-size:calc(1.5rem + 24 * (100vw - 20rem)/ 990)}.quality__title{margin-bottom:calc(40px + 40 * (100vw - 320px)/ 990)}.quality__image{width:calc(50px + 24 * (100vw - 320px)/ 990);height:calc(50px + 24 * (100vw - 320px)/ 990);margin-bottom:calc(16px + 8 * (100vw - 320px)/ 990)}.quality__desc{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.resources__header{margin-bottom:calc(40px + 10 * (100vw - 320px)/ 990)}.resources__link{font-size:calc(1.125rem + 8 * (100vw - 20rem)/ 990)}.resources__body{-moz-column-gap:calc(16px + 4 * (100vw - 320px)/ 990);column-gap:calc(16px + 4 * (100vw - 320px)/ 990);row-gap:calc(24px + 16 * (100vw - 320px)/ 990)}.resources__image{margin-bottom:calc(16px + 6 * (100vw - 320px)/ 990)}.resources__name{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.sidebar__title{margin-bottom:calc(24px + 18 * (100vw - 320px)/ 990)}.sidebar__resources{-moz-column-gap:calc(16px + 4 * (100vw - 320px)/ 990);column-gap:calc(16px + 4 * (100vw - 320px)/ 990);row-gap:calc(24px + 16 * (100vw - 320px)/ 990)}.case{padding:calc(1.5rem + 12 * (100vw - 20rem)/ 990)}.case__title{padding:calc(16px + 26 * (100vw - 320px)/ 990) 0;font-size:calc(1.5rem + 12 * (100vw - 20rem)/ 990)}.quote__body{padding:calc(1.5rem + 12 * (100vw - 20rem)/ 990)}.quote__intro{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.quote__title{font-size:calc(1.5rem + 12 * (100vw - 20rem)/ 990)}.quote__form input,.quote__form textarea{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.quote__file{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.meeting__body{padding:calc(1.5rem + 12 * (100vw - 20rem)/ 990)}.meeting__title{font-size:calc(1.5rem + 12 * (100vw - 20rem)/ 990)}.meeting__form input,.meeting__form textarea{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.jorney__block h3,.jorney__block h4,.jorney__block h5,.jorney__block h6{margin-bottom:calc(24px + 8 * (100vw - 320px)/ 990)}.jorney__block h2{font-size:calc(2rem + 26 * (100vw - 20rem)/ 990);margin-bottom:calc(32px + 16 * (100vw - 320px)/ 990)}.jorney__block p{font-size:calc(1rem + 2 * (100vw - 20rem)/ 990)}.jorney__persons{gap:calc(24px + 49 * (100vw - 320px)/ 990)}.jorney__name{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.team__title{margin-bottom:calc(24px + 28 * (100vw - 320px)/ 990)}.team__block:not(:last-child){margin-bottom:calc(50px + 30 * (100vw - 320px)/ 990)}.team__subtitle{font-size:calc(1.25rem + 8 * (100vw - 20rem)/ 990)}.team__persons{row-gap:calc(24px + 14 * (100vw - 320px)/ 990);margin-top:calc(32px + 10 * (100vw - 320px)/ 990)}.team__name{font-size:calc(1.125rem + 2 * (100vw - 20rem)/ 990);margin-top:calc(16px + 6 * (100vw - 320px)/ 990)}.team__desc{margin-top:calc(8px + 12 * (100vw - 320px)/ 990);font-size:calc(1rem + 2 * (100vw - 20rem)/ 990)}.team__link{font-size:calc(1rem + 2 * (100vw - 20rem)/ 990)}.footer{padding-top:calc(50px + 40 * (100vw - 320px)/ 990)}.footer__info h2{font-size:calc(2rem + 34 * (100vw - 20rem)/ 990);margin-bottom:calc(32px + 20 * (100vw - 320px)/ 990)}.footer__info p{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.footer__info p:not(:last-child){margin-bottom:calc(16px + 12 * (100vw - 320px)/ 990)}.footer__form input,.footer__form textarea{font-size:calc(1rem + 4 * (100vw - 20rem)/ 990)}.footer__form button{font-size:calc(1.125rem + 2 * (100vw - 20rem)/ 990)}.footer__form button svg{width:calc(18px + 6 * (100vw - 320px)/ 990);height:calc(18px + 6 * (100vw - 320px)/ 990)}.footer__links{-moz-column-gap:calc(32px + 40 * (100vw - 320px)/ 990);column-gap:calc(32px + 40 * (100vw - 320px)/ 990)}.footer__link{font-size:calc(1.125rem + 10 * (100vw - 20rem)/ 990)}}@media (max-width:992px){.header__menu-icon{width:32px;min-width:32px;height:32px;display:block;z-index:101;position:relative}.menu__body{position:fixed;top:0;left:0;width:100vw;height:var(--app-height);background:var(--white);z-index:100;padding:100px 15px 32px;overflow-y:auto;transition:all .5s ease;opacity:0;visibility:hidden;display:flex;flex-direction:column;align-items:center;gap:48px}.menu__body._active{opacity:1;visibility:visible}.menu__list{flex-direction:column;justify-content:center;gap:16px}.main__info{position:relative;max-width:unset;padding:0;margin-bottom:32px}.main__info::before{display:none}.main__info::after{display:none}.main__media{max-height:300px}.why__grid{grid-template-columns:repeat(2,1fr)}.quality__grid{grid-template-columns:repeat(3,1fr)}.team__persons{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.about_main .about__body{flex-direction:column}.services__body{flex-direction:column}.cases__body{grid-template-columns:repeat(2,1fr)}.resources__body{grid-template-columns:repeat(2,1fr)}.resource__wrapper{flex-direction:column}.resource__sidebar{margin-top:32px}.sidebar__resources{display:grid;grid-template-columns:repeat(2,1fr)}.case__header{flex-direction:column;margin:32px 0;border-top:1px solid var(--gray);border-bottom:1px solid var(--gray);padding:16px 0;align-items:flex-start}.case__title{max-width:unset;padding:0}.case__title::after,.case__title::before{display:none}.jorney__persons{grid-template-columns:repeat(2,1fr)}.team__persons{grid-template-columns:repeat(2,1fr)}}@media (max-width:576px){.number{top:10px;display:none}.about__body{padding:0;min-height:unset}.cases__select{flex:1 1 100%}.why__body{padding:0;min-height:unset}.why__grid{grid-template-columns:1fr}.start__body{flex-direction:column}.quality__body{padding:0;min-height:unset}.quality__grid{grid-template-columns:repeat(2,1fr)}.jorney__body{padding:0;min-height:unset}.team__body{padding:0;min-height:unset}.footer__body{flex-direction:column;padding:0;min-height:unset}}@media (max-width:480px){#quote .modal__wrapper{padding-inline:0}.about__places{grid-template-columns:1fr}.jorney__persons{grid-template-columns:1fr}.team__persons{grid-template-columns:1fr}}@media (any-hover:hover){.btn_blue:hover{background:var(--white);color:var(--blue)}.btn_blue:hover svg{stroke:var(--blue)}.btn_white:hover{background:var(--blue);color:var(--white)}.btn_white:hover svg{stroke:var(--white)}.select__option:hover{background:var(--blue);color:var(--white)}.header__menu-icon:hover span,.header__menu-icon:hover::after,.header__menu-icon:hover::before{background:var(--blue)}.menu__link:hover{color:var(--blue)}.cases__item:hover .cases__image img{transform:scale(1.05)}.cases__item:hover .cases__name{color:var(--blue)}.start__btn:hover{border:1px solid var(--white)}.resources__item:hover .resources__image img{transform:scale(1.05)}.resources__item:hover .resources__name{color:var(--blue)}.team__link:hover{text-decoration:underline}.footer__info a:hover{text-decoration:underline}.footer__form button:hover{background:var(--white);color:var(--black)}.footer__form button:hover svg{stroke:var(--black)}.footer__link:hover{text-decoration:none}}