.RoleSelectStep-module-scss-module__VzEsoq__stepContent{animation:.4s ease-in-out RoleSelectStep-module-scss-module__VzEsoq__fadeInSlide}@keyframes RoleSelectStep-module-scss-module__VzEsoq__fadeInSlide{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.RoleSelectStep-module-scss-module__VzEsoq__rolesContainer{flex-direction:column;gap:16px;width:100%;margin-bottom:16px;display:flex}@media (min-width:1440px){.RoleSelectStep-module-scss-module__VzEsoq__rolesContainer{grid-template-columns:1fr 1fr;align-items:stretch;display:grid}.RoleSelectStep-module-scss-module__VzEsoq__rolesContainer>.RoleSelectStep-module-scss-module__VzEsoq__roleCard:nth-child(3){grid-column:1/-1}}.RoleSelectStep-module-scss-module__VzEsoq__roleCard{box-sizing:border-box;cursor:pointer;background:#fff;border:2px solid #ffb800;border-radius:15px;flex-direction:column;width:100%;min-height:64px;padding:20px;transition:box-shadow .3s,transform .3s,border-color .3s;display:flex;position:relative;overflow:hidden}.RoleSelectStep-module-scss-module__VzEsoq__roleCard.RoleSelectStep-module-scss-module__VzEsoq__roleCardOpen{padding:20px}.RoleSelectStep-module-scss-module__VzEsoq__roleImage{z-index:0;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0}.RoleSelectStep-module-scss-module__VzEsoq__visible{opacity:.12}.RoleSelectStep-module-scss-module__VzEsoq__roleContent{z-index:1;flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex;position:relative}.RoleSelectStep-module-scss-module__VzEsoq__roleHeader{opacity:1;flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;max-height:40px;transition:opacity .3s,transform .3s,max-height .3s;display:flex;overflow:hidden;transform:translateY(0)}.RoleSelectStep-module-scss-module__VzEsoq__roleCardOpen .RoleSelectStep-module-scss-module__VzEsoq__roleHeader{opacity:0;max-height:0;transform:translateY(-6px)}.RoleSelectStep-module-scss-module__VzEsoq__roleIcon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.RoleSelectStep-module-scss-module__VzEsoq__roleCard .RoleSelectStep-module-scss-module__VzEsoq__roleTitle{color:#1a1a1a;text-align:center;width:100%;font-size:18px;font-weight:600;line-height:22px}.RoleSelectStep-module-scss-module__VzEsoq__chevron{flex-shrink:0;transition:transform .4s cubic-bezier(.4,0,.2,1)}.RoleSelectStep-module-scss-module__VzEsoq__chevronOpen{transform:rotate(180deg)}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionWrapper{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionOpen{grid-template-rows:1fr}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionInner{flex-direction:column;display:flex;overflow:hidden}.RoleSelectStep-module-scss-module__VzEsoq__roleCard .RoleSelectStep-module-scss-module__VzEsoq__expandedTitle{text-align:center;color:#1a1a1a;opacity:0;margin:0 0 16px;font-size:14px;font-weight:400;line-height:20px;transition:opacity .4s .2s,transform .4s .2s;transform:translateY(-10px)}@media (min-width:768px){.RoleSelectStep-module-scss-module__VzEsoq__roleCard .RoleSelectStep-module-scss-module__VzEsoq__expandedTitle{font-size:16px;line-height:22px}}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionOpen .RoleSelectStep-module-scss-module__VzEsoq__expandedTitle{opacity:1;transform:translateY(0)}.RoleSelectStep-module-scss-module__VzEsoq__descriptionList{flex-direction:column;gap:12px;margin:0 0 20px;padding:0;list-style:none;display:flex}.RoleSelectStep-module-scss-module__VzEsoq__descriptionItem{color:#000;opacity:0;justify-content:flex-start;align-items:flex-start;gap:8px;font-size:14px;line-height:22px;transition:opacity .4s,transform .4s;display:flex;transform:translate(-10px)}.RoleSelectStep-module-scss-module__VzEsoq__descriptionItem:first-child{transition-delay:.25s}.RoleSelectStep-module-scss-module__VzEsoq__descriptionItem:nth-child(2){transition-delay:.35s}.RoleSelectStep-module-scss-module__VzEsoq__descriptionItem:nth-child(3){transition-delay:.45s}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionOpen .RoleSelectStep-module-scss-module__VzEsoq__descriptionItem{opacity:1;transform:translate(0)}.RoleSelectStep-module-scss-module__VzEsoq__bullet{flex-direction:row;align-self:flex-start;display:flex}.RoleSelectStep-module-scss-module__VzEsoq__selectButton{opacity:0;transition:opacity .4s .5s,transform .4s .5s;transform:translateY(10px)}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionOpen .RoleSelectStep-module-scss-module__VzEsoq__selectButton{opacity:1;transform:translateY(0)}@media (min-width:1440px){.RoleSelectStep-module-scss-module__VzEsoq__roleCard{cursor:default}.RoleSelectStep-module-scss-module__VzEsoq__chevron,.RoleSelectStep-module-scss-module__VzEsoq__roleIcon{display:none}.RoleSelectStep-module-scss-module__VzEsoq__roleImage{opacity:.12}.RoleSelectStep-module-scss-module__VzEsoq__roleHeader,.RoleSelectStep-module-scss-module__VzEsoq__roleCardOpen .RoleSelectStep-module-scss-module__VzEsoq__roleHeader{opacity:1;max-height:40px;transform:none}.RoleSelectStep-module-scss-module__VzEsoq__roleContent{flex:1}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionWrapper,.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionOpen{flex:1;grid-template-rows:1fr}.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionInner{gap:16px;height:100%}.RoleSelectStep-module-scss-module__VzEsoq__descriptionList{margin:0}.RoleSelectStep-module-scss-module__VzEsoq__selectButton{margin-top:auto}.RoleSelectStep-module-scss-module__VzEsoq__roleCard .RoleSelectStep-module-scss-module__VzEsoq__expandedTitle,.RoleSelectStep-module-scss-module__VzEsoq__roleCard.RoleSelectStep-module-scss-module__VzEsoq__roleCardOpen .RoleSelectStep-module-scss-module__VzEsoq__expandedTitle,.RoleSelectStep-module-scss-module__VzEsoq__descriptionItem,.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionOpen .RoleSelectStep-module-scss-module__VzEsoq__descriptionItem,.RoleSelectStep-module-scss-module__VzEsoq__selectButton,.RoleSelectStep-module-scss-module__VzEsoq__roleDescriptionOpen .RoleSelectStep-module-scss-module__VzEsoq__selectButton{opacity:1;transform:none}}
.swiper-navigation-module-scss-module__pJCaiW__navigation{flex-shrink:0;align-self:center;gap:20px;max-width:1600px;margin:0 auto;display:flex;position:relative}.swiper-navigation-module-scss-module__pJCaiW__navBtn{width:50px;height:50px;box-shadow:none;cursor:pointer;z-index:5;background:#fff;border:3px solid #ffdda9;border-radius:10px;justify-content:center;align-items:center;transition:background-color .5s,border-color .5s,box-shadow .3s;display:flex;position:relative;top:auto;left:auto;transform:none}.swiper-navigation-module-scss-module__pJCaiW__navBtn span{display:flex}.swiper-navigation-module-scss-module__pJCaiW__navBtn:hover{background:#fff9e6;border-color:#0000;box-shadow:0 14px 40px #0000002e}.swiper-navigation-module-scss-module__pJCaiW__prev span{transform:rotate(180deg)}.swiper-navigation-module-scss-module__pJCaiW__next span{transform:rotate(0)}.swiper-navigation-module-scss-module__pJCaiW__navigationAbsolute{z-index:2;pointer-events:none;justify-content:space-between;width:100%;max-width:1640px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.swiper-navigation-module-scss-module__pJCaiW__navigationAbsolute .swiper-navigation-module-scss-module__pJCaiW__navBtn{pointer-events:auto;box-shadow:0 10px 30px #00000029}.swiper-navigation-module-scss-module__pJCaiW__navigationAbsolute .swiper-navigation-module-scss-module__pJCaiW__prev{position:absolute;top:50%;left:20px;transform:translateY(-50%)}.swiper-navigation-module-scss-module__pJCaiW__navigationAbsolute .swiper-navigation-module-scss-module__pJCaiW__next{position:absolute;top:50%;right:20px;transform:translateY(-50%)}
.card-module-scss-module__6WMLka__card{border:2px solid var(--color-orange-bright);box-sizing:border-box;background:#fff;border-radius:20px;flex-direction:column;justify-content:flex-start;gap:15px;padding:20px;transition:transform .3s,box-shadow .3s,border-color .3s,background .3s,opacity .3s;display:flex;position:relative}.card-module-scss-module__6WMLka__card>*{z-index:1;position:relative}.card-module-scss-module__6WMLka__review{opacity:1;max-width:320px;margin:0 auto;transform:scale(1);box-shadow:0 0 20px #c4994b33}.card-module-scss-module__6WMLka__review p{white-space:normal;overflow-wrap:anywhere;word-break:break-word;margin-bottom:56px;font-size:14px;font-weight:400;line-height:22px}.card-module-scss-module__6WMLka__review:before{content:"";opacity:.2;z-index:0;background-image:url(/carier.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;transition:opacity .5s;position:absolute;inset:0}@media (min-width:768px){.card-module-scss-module__6WMLka__review{max-width:385px}.card-module-scss-module__6WMLka__review p{font-size:16px;line-height:22px}}.card-module-scss-module__6WMLka__reviewerInfo{border-top:1px solid var(--color-orange-primary);z-index:1;flex-direction:column;gap:5px;margin-top:auto;display:flex;position:relative}.card-module-scss-module__6WMLka__reviewer{color:#1a1a1a;margin-top:12px;font-size:14px;font-weight:500;line-height:20px}.card-module-scss-module__6WMLka__position{font-size:12px;font-weight:500;line-height:15px}.card-module-scss-module__6WMLka__industry{cursor:pointer;border-radius:15px;align-items:flex-start;gap:8px;width:100%;height:100%;padding:30px;overflow:hidden}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__content{z-index:auto}.card-module-scss-module__6WMLka__industry ul{z-index:1;flex-direction:column;gap:5px;display:flex;position:relative}.card-module-scss-module__6WMLka__industry ul li{color:#1a1a1a;gap:5px;font-size:16px;font-weight:500;line-height:20px}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__header{background:var(--color-orange-primary);z-index:3;border-radius:50px;flex-direction:row;align-items:center;width:fit-content;margin-bottom:10px;padding:5px 15px;display:flex;position:relative}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__header h3{color:#fff;text-align:center;font-size:14px;font-weight:500;line-height:20px}@media (min-width:1440px){.card-module-scss-module__6WMLka__industry{box-shadow:none!important;transform:none!important}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__header{z-index:10}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__content ul,.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__content p{z-index:0}.card-module-scss-module__6WMLka__industry:hover .card-module-scss-module__6WMLka__image{opacity:1}}.card-module-scss-module__6WMLka__advantage{cursor:pointer;border-radius:15px;align-items:flex-start;gap:8px;width:100%;overflow:hidden}.card-module-scss-module__6WMLka__advantage p{color:gray;font-size:16px;font-weight:400;line-height:22px}.card-module-scss-module__6WMLka__advantage .card-module-scss-module__6WMLka__header{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.card-module-scss-module__6WMLka__advantage .card-module-scss-module__6WMLka__header h3{width:100%;font-size:16px;font-weight:600;line-height:20px}@media (min-width:768px){.card-module-scss-module__6WMLka__advantage .card-module-scss-module__6WMLka__header h3{font-size:18px;line-height:22px}}@media (min-width:1440px){.card-module-scss-module__6WMLka__advantage{min-height:200px}.card-module-scss-module__6WMLka__advantage:hover .card-module-scss-module__6WMLka__image{opacity:.18}.card-module-scss-module__6WMLka__advantage .card-module-scss-module__6WMLka__content{flex-grow:1;justify-content:space-between}.card-module-scss-module__6WMLka__advantage .card-module-scss-module__6WMLka__chevron{display:none}.card-module-scss-module__6WMLka__advantage .card-module-scss-module__6WMLka__header h3{white-space:nowrap}.card-module-scss-module__6WMLka__advantage .card-module-scss-module__6WMLka__descriptionWrapper{opacity:1;max-height:1000px;overflow:hidden}}.card-module-scss-module__6WMLka__order{opacity:1;border:2px solid var(--color-orange-bright);background:#fff;max-width:320px;margin:0 auto;transform:scale(1);box-shadow:0 0 20px #c4994b33}.card-module-scss-module__6WMLka__order p{font-size:16px;font-weight:400;line-height:24px}.card-module-scss-module__6WMLka__order:before{content:"";opacity:.2;z-index:0;background-image:url(/swiper.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;border-radius:18px;transition:opacity .5s;position:absolute;inset:0}.card-module-scss-module__6WMLka__order .card-module-scss-module__6WMLka__header{flex-direction:row;justify-content:space-between;display:flex}.card-module-scss-module__6WMLka__order .card-module-scss-module__6WMLka__header h3{font-size:16px;font-weight:600;line-height:24px}.card-module-scss-module__6WMLka__order .card-module-scss-module__6WMLka__header span{white-space:nowrap;font-size:18px;font-weight:400;line-height:28px}@media (min-width:768px){.card-module-scss-module__6WMLka__order{max-width:460px}.card-module-scss-module__6WMLka__order .card-module-scss-module__6WMLka__header{gap:5px}.card-module-scss-module__6WMLka__order .card-module-scss-module__6WMLka__header h3{font-size:18px;line-height:24px}}@media (min-width:1440px){.card-module-scss-module__6WMLka__order{max-width:500px}}.card-module-scss-module__6WMLka__image{z-index:0;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.card-module-scss-module__6WMLka__image.card-module-scss-module__6WMLka__visible{opacity:.18}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__image{z-index:2;height:474px}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__image.card-module-scss-module__6WMLka__visible{opacity:1}@media (min-width:1440px){.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__image{z-index:1}.card-module-scss-module__6WMLka__industry .card-module-scss-module__6WMLka__image.card-module-scss-module__6WMLka__visible{opacity:1}}.card-module-scss-module__6WMLka__content{z-index:1;flex-direction:column;gap:8px;width:100%;display:flex;position:relative}.card-module-scss-module__6WMLka__chevron{flex-shrink:0;transition:transform .5s;display:flex}.card-module-scss-module__6WMLka__chevronOpen{transform:rotate(180deg)}.card-module-scss-module__6WMLka__descriptionWrapper{opacity:0;max-height:0;transition:max-height .4s,opacity .3s;overflow:hidden}.card-module-scss-module__6WMLka__descriptionOpen{opacity:1;max-height:1000px}
.accordion-module-scss-module__ZdRjIa__list{flex-direction:column;gap:10px;display:flex}.accordion-module-scss-module__ZdRjIa__item{cursor:pointer;z-index:2;background:#fff3e5;border:2px solid #0000;border-radius:16px;padding:15px 26px;transition:background-color .3s,border-color .3s}.accordion-module-scss-module__ZdRjIa__item.accordion-module-scss-module__ZdRjIa__open{background:#fff;border-color:#ff8a00}.accordion-module-scss-module__ZdRjIa__question{width:100%;font:inherit;color:inherit;text-align:left;cursor:pointer;background:0 0;border:0;flex-direction:row;justify-content:space-between;align-items:center;margin:0;padding:0;display:flex}.accordion-module-scss-module__ZdRjIa__question span{color:#4d4d4d;font-size:16px;font-weight:400;line-height:20px;transition:color .3s;display:flex}.accordion-module-scss-module__ZdRjIa__item.accordion-module-scss-module__ZdRjIa__open .accordion-module-scss-module__ZdRjIa__question span{color:#ff8a00}.accordion-module-scss-module__ZdRjIa__icon{color:#ff8a00;flex-shrink:0;justify-content:center;align-items:center;width:25px;height:25px;transition:transform .3s;display:flex}.accordion-module-scss-module__ZdRjIa__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.accordion-module-scss-module__ZdRjIa__answer.accordion-module-scss-module__ZdRjIa__open{grid-template-rows:1fr}.accordion-module-scss-module__ZdRjIa__answerInner{padding-top:0;transition:padding-top .3s;overflow:hidden}.accordion-module-scss-module__ZdRjIa__answerInner span{color:#4d4d4d;font-size:14px;font-weight:400;line-height:17px;display:block}.accordion-module-scss-module__ZdRjIa__answer.accordion-module-scss-module__ZdRjIa__open .accordion-module-scss-module__ZdRjIa__answerInner{padding-top:10px}@media (min-width:768px){.accordion-module-scss-module__ZdRjIa__icon{width:35px;height:35px}.accordion-module-scss-module__ZdRjIa__question span{font-size:18px;line-height:22px}.accordion-module-scss-module__ZdRjIa__answerInner span{font-size:16px;line-height:19px}}
.ListCard-module-scss-module__-Vm3gG__card{box-sizing:border-box;background:#fff;border:1px solid #e6e6e6;border-radius:12px;flex-direction:column;gap:16px;width:100%;max-width:1340px;margin:0 auto;padding:20px 24px;transition:border-color .15s,box-shadow .15s;display:flex}.ListCard-module-scss-module__-Vm3gG__clickable{cursor:pointer}.ListCard-module-scss-module__-Vm3gG__clickable:hover{border-color:#ff8a00;box-shadow:0 2px 12px #ff8a001f}.ListCard-module-scss-module__-Vm3gG__clickable:focus-visible{outline-offset:2px;outline:2px solid #ff8a00}.ListCard-module-scss-module__-Vm3gG__body{flex-direction:column;gap:16px;width:100%;display:flex}@media (min-width:768px){.ListCard-module-scss-module__-Vm3gG__body{flex-direction:row;align-items:stretch;gap:24px}}.ListCard-module-scss-module__-Vm3gG__left{flex-direction:column;flex:auto;gap:12px;width:100%;min-width:0;display:flex}.ListCard-module-scss-module__-Vm3gG__right{flex-direction:column;flex:none;gap:14px;width:100%;min-width:0;display:flex}@media (min-width:768px){.ListCard-module-scss-module__-Vm3gG__right{border-left:1px solid #f0f0f0;width:320px;padding-left:24px}}.ListCard-module-scss-module__-Vm3gG__rightItem{flex-direction:column;gap:4px;display:flex}.ListCard-module-scss-module__-Vm3gG__headRow{color:#555;flex-wrap:wrap;align-items:center;gap:8px;min-width:0;font-size:13px;line-height:16px;display:flex}.ListCard-module-scss-module__-Vm3gG__headerExtra{align-items:center;margin-left:auto;display:inline-flex}.ListCard-module-scss-module__-Vm3gG__meta{color:#555;font-weight:500}.ListCard-module-scss-module__-Vm3gG__divider{color:#ccc}.ListCard-module-scss-module__-Vm3gG__statusBadge{white-space:normal;word-break:break-word;border-radius:999px;flex-shrink:1;align-items:center;min-width:0;max-width:100%;padding:4px 10px;font-size:13px;font-weight:500;line-height:16px;display:inline-flex}.ListCard-module-scss-module__-Vm3gG__titleBlock{flex-direction:column;gap:4px;display:flex}.ListCard-module-scss-module__-Vm3gG__title{color:#1a1a1a;word-break:break-word;margin:0;font-size:17px;font-weight:600;line-height:22px}@media (min-width:768px){.ListCard-module-scss-module__-Vm3gG__title{font-size:19px;line-height:26px}}.ListCard-module-scss-module__-Vm3gG__bottomLeft{flex-direction:column;gap:4px;margin-top:auto;display:flex}.ListCard-module-scss-module__-Vm3gG__label{color:gray;font-size:14px;line-height:18px}.ListCard-module-scss-module__-Vm3gG__value{color:#1a1a1a;word-break:break-word;font-size:16px;font-weight:500;line-height:22px}.ListCard-module-scss-module__-Vm3gG__valueAccent{color:#1a1a1a;font-size:22px;font-weight:700;line-height:28px}.ListCard-module-scss-module__-Vm3gG__valueOrange{color:#ff8a00}.ListCard-module-scss-module__-Vm3gG__details,.ListCard-module-scss-module__-Vm3gG__footer{border-top:1px solid #f0f0f0;flex-direction:column;gap:12px;width:100%;padding-top:16px;display:flex}.ListCard-module-scss-module__-Vm3gG__actions{flex-direction:column;gap:10px;width:100%;display:flex}@media (min-width:768px){.ListCard-module-scss-module__-Vm3gG__actions{flex-flow:wrap}}
.advantages-module-scss-module__nIU3kq__section{padding:0 var(--page-px);margin-bottom:120px;display:flex}.advantages-module-scss-module__nIU3kq__card{flex-direction:column;justify-content:center;gap:16px;width:100%;max-width:1620px;margin:0 auto;display:flex}.advantages-module-scss-module__nIU3kq__feature{cursor:pointer;border:2px solid #ffb800;border-radius:15px;flex-direction:column;align-items:flex-start;gap:8px;width:100%;padding:20px;transition:all .3s;display:flex;position:relative;overflow:hidden}.advantages-module-scss-module__nIU3kq__feature p{color:gray;font-size:16px;font-weight:400;line-height:22px}.advantages-module-scss-module__nIU3kq__featureImage{z-index:0;opacity:0;pointer-events:none;width:100%;height:100%;transition:opacity .5s;position:absolute;top:0;left:0}.advantages-module-scss-module__nIU3kq__featureImage.advantages-module-scss-module__nIU3kq__visible{opacity:.18}.advantages-module-scss-module__nIU3kq__featureContent{z-index:1;flex-direction:column;gap:8px;width:100%;display:flex;position:relative}.advantages-module-scss-module__nIU3kq__featureHeader{flex-direction:row;justify-content:flex-start;align-items:center;gap:10px;width:100%;display:flex}.advantages-module-scss-module__nIU3kq__featureHeader h3{width:100%;font-size:16px;font-weight:600;line-height:20px}.advantages-module-scss-module__nIU3kq__chevron{flex-shrink:0;transition:transform .5s}.advantages-module-scss-module__nIU3kq__chevronOpen{transform:rotate(180deg)}.advantages-module-scss-module__nIU3kq__descriptionWrapper{opacity:0;max-height:0;transition:max-height .4s,opacity .3s;overflow:hidden}.advantages-module-scss-module__nIU3kq__descriptionOpen{opacity:1;max-height:1000px}@media (min-width:768px){.advantages-module-scss-module__nIU3kq__section{margin-bottom:200px}.advantages-module-scss-module__nIU3kq__card{flex-flow:wrap;justify-content:center;align-items:flex-start;gap:24px;width:100%;display:flex}.advantages-module-scss-module__nIU3kq__feature{width:calc(50% - 12px)}.advantages-module-scss-module__nIU3kq__featureHeader h3{font-size:18px;line-height:22px}}@media (min-width:1440px){.advantages-module-scss-module__nIU3kq__section{margin-bottom:200px}.advantages-module-scss-module__nIU3kq__card{flex-flow:row;justify-content:center;align-items:flex-start;gap:24px;width:100%;display:flex}.advantages-module-scss-module__nIU3kq__feature{width:100%;min-height:200px}.advantages-module-scss-module__nIU3kq__featureHeader h3{white-space:nowrap;font-size:18px;line-height:22px}.advantages-module-scss-module__nIU3kq__featureImage.advantages-module-scss-module__nIU3kq__visible{opacity:0}.advantages-module-scss-module__nIU3kq__feature:hover .advantages-module-scss-module__nIU3kq__featureImage{opacity:.18}.advantages-module-scss-module__nIU3kq__featureContent{flex-grow:1;justify-content:space-between}.advantages-module-scss-module__nIU3kq__chevron{display:none}.advantages-module-scss-module__nIU3kq__descriptionWrapper{opacity:1;max-height:1000px;transition:max-height .4s,opacity .3s;overflow:hidden}.advantages-module-scss-module__nIU3kq__descriptionOpen{opacity:1;max-height:1000px}}
.cta-footer-module-scss-module__92vxsG__footer{padding:0 var(--page-px);flex-direction:column;margin-top:210px;margin-bottom:650px;display:flex}.cta-footer-module-scss-module__92vxsG__cta{width:100%;max-width:1620px;margin:0 auto}.cta-footer-module-scss-module__92vxsG__ctaCard{z-index:2;background:radial-gradient(200% 820% at -129.81% 50.16%,#ffa10080 3.98%,#fff 83.65%),linear-gradient(#fff,#fff);border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:20px;width:100%;padding:20px;display:flex;position:relative}.cta-footer-module-scss-module__92vxsG__ctaCard:before{content:"";border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(90deg,#ffb800 0%,#ff8a00 100%);padding:3px;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.cta-footer-module-scss-module__92vxsG__ctaLeft{z-index:3;flex-direction:column;align-items:center;gap:15px;display:flex}.cta-footer-module-scss-module__92vxsG__ctaLeft .cta-footer-module-scss-module__92vxsG__ctaChip{color:#4d4d4d;cursor:pointer;text-align:center;box-sizing:border-box;border:2px solid #ff8a00;border-radius:50px;width:100%;padding:6.5px 24px;font-size:14px;font-weight:600;line-height:17px;text-decoration:none;transition:background-color .5s,border-color .3s;display:inline-block}.cta-footer-module-scss-module__92vxsG__ctaLeft .cta-footer-module-scss-module__92vxsG__ctaChip:hover,.cta-footer-module-scss-module__92vxsG__ctaLeft .cta-footer-module-scss-module__92vxsG__ctaChip:focus-visible{background-color:#ffdda9;border-color:#0000}.cta-footer-module-scss-module__92vxsG__ctaLeft h2{color:#0d0d0d;font-size:18px;font-weight:500;line-height:24px}.cta-footer-module-scss-module__92vxsG__ctaRight{flex-direction:column;gap:16px;width:100%;display:flex}.cta-footer-module-scss-module__92vxsG__ctaRight h2{color:#ff8a00;font-size:16px;font-weight:600;line-height:20px}.cta-footer-module-scss-module__92vxsG__ctaRight ul{flex-direction:column;justify-content:center;gap:5px;display:flex}.cta-footer-module-scss-module__92vxsG__ctaRight ul li{justify-content:center;align-items:center;gap:5px;display:flex}.cta-footer-module-scss-module__92vxsG__ctaRight ul li .cta-footer-module-scss-module__92vxsG__liText{color:gray;width:100%;font-size:14px;line-height:20px}.cta-footer-module-scss-module__92vxsG__ctaRight .cta-footer-module-scss-module__92vxsG__bullet{width:20px;height:20px}.cta-footer-module-scss-module__92vxsG__ctaActions{flex-direction:column;justify-content:center;align-items:center;gap:12px;width:100%;margin-top:8px;display:flex}.cta-footer-module-scss-module__92vxsG__primaryBtn{cursor:pointer;color:#fff;white-space:nowrap;background:linear-gradient(90deg,#ffb800 0%,#ff8a00 100%);border-radius:10px;justify-content:center;align-items:center;gap:20px;width:100%;padding:11.5px 80.5px;font-size:14px;font-weight:500;line-height:18px;text-decoration:none;transition:background .4s;display:flex}.cta-footer-module-scss-module__92vxsG__primaryBtn:hover,.cta-footer-module-scss-module__92vxsG__primaryBtn:focus-visible{background:linear-gradient(90deg,#ff8a00 0%,#ffb800 100%)}.cta-footer-module-scss-module__92vxsG__secondaryBtn{cursor:pointer;color:#4d4d4d;white-space:nowrap;background:#ffdda9;border-radius:10px;flex-direction:row;justify-content:center;align-items:center;width:100%;padding:11.5px 22.5px;font-size:14px;font-weight:600;line-height:18px;transition:background-color .5s;display:flex}.cta-footer-module-scss-module__92vxsG__secondaryBtn:hover,.cta-footer-module-scss-module__92vxsG__secondaryBtn:focus-visible{background-color:#ffaf38}.cta-footer-module-scss-module__92vxsG__backgroundImageBelAz{z-index:3;width:315px;height:280px;display:block;position:absolute;top:-210px;left:0}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal{z-index:0;width:200px;height:200px;display:block;position:absolute;top:-230px;left:80px;rotate:-80deg}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal:nth-child(2){z-index:0;width:270px;height:270px;position:absolute;top:-280px;left:-20px;rotate:90deg}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal:nth-child(3){z-index:0;width:250px;height:250px;position:absolute;top:-250px;left:0;rotate:none}.cta-footer-module-scss-module__92vxsG__backgroundImage,.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2,.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(2),.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(3),.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(5),.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(6),.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(7){display:none}@media (min-width:768px){.cta-footer-module-scss-module__92vxsG__footer{margin-top:210px;margin-bottom:600px}.cta-footer-module-scss-module__92vxsG__ctaLeft{z-index:3;flex-direction:column;align-items:flex-start;gap:15px;max-width:450px;margin-right:auto;display:flex}.cta-footer-module-scss-module__92vxsG__ctaLeft .cta-footer-module-scss-module__92vxsG__ctaChip{max-width:300px}.cta-footer-module-scss-module__92vxsG__ctaLeft h2{color:#0d0d0d;font-size:22px;font-weight:500;line-height:24px}.cta-footer-module-scss-module__92vxsG__ctaActions{flex-direction:row}.cta-footer-module-scss-module__92vxsG__backgroundImageBelAz{z-index:3;width:315px;height:280px;display:block;position:absolute;top:-210px;left:auto;right:0}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal{z-index:0;width:200px;height:200px;display:block;position:absolute;top:-230px;left:auto;right:120px;rotate:-80deg}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal:nth-child(2){z-index:0;width:270px;height:270px;position:absolute;top:-280px;left:auto;right:-20px;rotate:90deg}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal:nth-child(3){z-index:0;width:250px;height:250px;position:absolute;top:-250px;left:auto;right:0;rotate:none}}@media (min-width:1440px){.cta-footer-module-scss-module__92vxsG__footer{margin-top:270px;margin-bottom:70px}.cta-footer-module-scss-module__92vxsG__ctaCard{flex-direction:row;justify-content:center;padding:40px 50px 40px 180px}.cta-footer-module-scss-module__92vxsG__backgroundImage{z-index:1;width:310px;height:275px;display:block;position:absolute;bottom:270px;left:170px;transform:scaleX(-1)}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(7){z-index:0;width:300px;height:300px;display:block;position:absolute;bottom:-160px;left:50px;rotate:10deg}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(8){z-index:0;width:300px;height:300px;display:block;position:absolute;bottom:300px;left:60px;rotate:50deg}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(9){z-index:0;width:300px;height:300px;display:block;position:absolute;bottom:100px;left:-50px;rotate:40deg}.cta-footer-module-scss-module__92vxsG__backgroundImageCoal2:nth-child(10){z-index:0;width:300px;height:300px;display:block;position:absolute;top:40px;left:-70px;rotate:90deg}.cta-footer-module-scss-module__92vxsG__backgroundImageBelAz,.cta-footer-module-scss-module__92vxsG__backgroundImageCoal,.cta-footer-module-scss-module__92vxsG__backgroundImageCoal:nth-child(2),.cta-footer-module-scss-module__92vxsG__backgroundImageCoal:nth-child(3){display:none}}
.footer-module-scss-module__JeQpUq__footer{color:#fff;background:#000;flex-direction:column;display:flex;position:relative;overflow:visible}.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light{color:#1a1a1a;background:#fff}.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light:before,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__backgroundImage,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__backgroundImageCoal{display:none}.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__primaryLogo p,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__links>div h2,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__links>div a{color:#1a1a1a}.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__links>div a:hover,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__links>div a:focus-visible{color:#ff8a00}.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__bottom>span,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__bottom a,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__bottomLinks span,.footer-module-scss-module__JeQpUq__footer.footer-module-scss-module__JeQpUq__light .footer-module-scss-module__JeQpUq__bottomLinks a{color:#1a1a1a}@media (min-width:2000px){.footer-module-scss-module__JeQpUq__footer{background:linear-gradient(#0000 0 140px,#000 140px 100%)}}.footer-module-scss-module__JeQpUq__footer:before{content:"";z-index:0;pointer-events:none;transform-origin:top;background-image:url(/footer_v2.webp);background-position:top;background-repeat:no-repeat;background-size:cover;height:calc(100% + 200px);position:absolute;top:-450px;left:0;right:-350px;transform:scale(1.3)scaleX(-1)}.footer-module-scss-module__JeQpUq__backgroundImage{z-index:1;width:230px;height:230px;position:absolute;bottom:810px;left:80px;transform:scaleX(-1)}.footer-module-scss-module__JeQpUq__backgroundImageCoal{z-index:0;width:250px;height:250px;position:absolute;bottom:800px;left:10px}.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(2){z-index:0;width:300px;height:300px;position:absolute;bottom:600px;left:-70px;transform:rotate(70deg)}.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(3){z-index:0;width:150px;height:150px;position:absolute;bottom:500px;left:-10px;transform:rotate(-30deg)}.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(4){z-index:0;width:150px;height:150px;position:absolute;bottom:510px;left:60px}.footer-module-scss-module__JeQpUq__content{padding:0 var(--page-px);z-index:1;flex-direction:column;width:100%;max-width:1620px;margin:0 auto 20px;display:flex;position:relative}.footer-module-scss-module__JeQpUq__primary{flex-direction:column;width:100%;margin-bottom:95px;display:flex;position:relative}.footer-module-scss-module__JeQpUq__primaryLogo{flex-direction:column;justify-content:center;align-items:center;gap:20px;max-width:300px;margin:0 auto 62px;display:flex}.footer-module-scss-module__JeQpUq__primaryLogo p{color:#fff;text-align:center;font-size:14px;font-weight:400;line-height:17px}.footer-module-scss-module__JeQpUq__links{width:100%;padding:0 var(--page-px);flex-flow:wrap;justify-content:center;gap:40px;display:flex}.footer-module-scss-module__JeQpUq__links>div{flex-direction:column;flex:1 0 calc(25% - 10px);display:flex}.footer-module-scss-module__JeQpUq__links>div h2{color:#fff;margin-bottom:20px;font-size:16px;font-weight:600;line-height:30px}.footer-module-scss-module__JeQpUq__links>div a{color:#fff;flex-direction:column;font-size:14px;font-weight:400;line-height:24px;display:flex}.footer-module-scss-module__JeQpUq__links>div a:hover,.footer-module-scss-module__JeQpUq__links>div a:focus-visible{color:#ffb800}.footer-module-scss-module__JeQpUq__bottom{flex-direction:column;justify-content:space-between;align-items:center;gap:30px;display:flex}.footer-module-scss-module__JeQpUq__bottom>span{color:#fff;order:2;font-size:14px;font-weight:400;line-height:20px}.footer-module-scss-module__JeQpUq__bottom a{color:#fff;text-decoration:none}.footer-module-scss-module__JeQpUq__bottom a:hover,.footer-module-scss-module__JeQpUq__bottom a:focus-visible{color:#fff}.footer-module-scss-module__JeQpUq__chatBlock{flex-direction:column;justify-content:space-between;align-items:center;gap:16px;display:flex}.footer-module-scss-module__JeQpUq__navLinks{flex-direction:row;justify-content:center;align-items:center;gap:10px;display:flex}.footer-module-scss-module__JeQpUq__navLink{cursor:pointer;border-radius:20px;flex-direction:row;justify-content:center;align-items:center;width:42px;height:42px;transition:background .5s;display:flex}.footer-module-scss-module__JeQpUq__navLink:hover,.footer-module-scss-module__JeQpUq__navLink:focus-visible{background:#ffb800}.footer-module-scss-module__JeQpUq__chatButton{cursor:pointer;color:#1a1a1a;white-space:nowrap;background:linear-gradient(90deg,#ffb800 0%,#ff8a00 100%);border-radius:10px;justify-content:center;align-items:center;width:fit-content;padding:14px 46.5px;font-size:16px;font-weight:500;line-height:16px;text-decoration:none;transition:background .4s;display:flex}.footer-module-scss-module__JeQpUq__chatButton:hover,.footer-module-scss-module__JeQpUq__chatButton:focus-visible{background:linear-gradient(90deg,#ff8a00 0%,#ffb800 100%)}.footer-module-scss-module__JeQpUq__bottomLinks{flex-direction:column;order:1;gap:10px;display:flex}.footer-module-scss-module__JeQpUq__bottomLinks span{color:gray;text-align:center;font-size:12px;font-weight:500;line-height:15px}.footer-module-scss-module__JeQpUq__bottomLinks a{color:gray;text-align:center;margin-left:3px;font-size:12px;font-weight:500;line-height:15px;text-decoration:underline}.footer-module-scss-module__JeQpUq__bottomLinksButtoms{flex-direction:column;gap:8px;display:flex}.footer-module-scss-module__JeQpUq__bottomLinksButtoms p,.footer-module-scss-module__JeQpUq__bottomLinksButtoms a{color:#fff;-webkit-backdrop-filter:blur(16px);white-space:nowrap;cursor:pointer;text-align:center;background:#4d4d4d26;border:1px solid #ffffff3d;border-radius:40px;padding:10px 20px;font-size:12px;line-height:15px;text-decoration:none;transition:background-color .5s,border-color .5s;box-shadow:inset 0 1px #ffffff26}.footer-module-scss-module__JeQpUq__bottomLinksButtoms p:hover,.footer-module-scss-module__JeQpUq__bottomLinksButtoms p:focus-visible,.footer-module-scss-module__JeQpUq__bottomLinksButtoms a:hover,.footer-module-scss-module__JeQpUq__bottomLinksButtoms a:focus-visible{background:#ff8a004d}@media (min-width:768px){.footer-module-scss-module__JeQpUq__footer:before{content:"";position:absolute;top:-350px}.footer-module-scss-module__JeQpUq__primaryLogo{align-items:flex-start;margin:0 auto 62px 0}.footer-module-scss-module__JeQpUq__primaryLogo p{text-align:left}.footer-module-scss-module__JeQpUq__chatBlock{flex-direction:column;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.footer-module-scss-module__JeQpUq__bottom{flex-direction:column;justify-content:space-between;align-items:center;gap:30px;display:flex}.footer-module-scss-module__JeQpUq__bottomLinksButtoms{flex-direction:row}.footer-module-scss-module__JeQpUq__bottomLinksButtoms p,.footer-module-scss-module__JeQpUq__bottomLinksButtoms a{max-width:250px}.footer-module-scss-module__JeQpUq__links>div{flex:1 0 calc(20% - 8px)}.footer-module-scss-module__JeQpUq__backgroundImage{display:none}.footer-module-scss-module__JeQpUq__backgroundImageCoal{display:none;bottom:600px;left:150px;transform:rotate(90deg)}.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(2){bottom:710px;left:-70px}.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(3){bottom:490px;left:-110px}.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(4){bottom:350px;left:-20px}}@media (min-width:1440px){.footer-module-scss-module__JeQpUq__primary{flex-direction:row;justify-content:center;width:100%;margin-bottom:95px;display:flex;position:relative}.footer-module-scss-module__JeQpUq__footer:before{content:"";background-size:cover;width:100vw;position:absolute;top:-350px;left:50%;right:auto;transform:translate(-50%)}.footer-module-scss-module__JeQpUq__primaryLogo{justify-content:flex-start;align-items:flex-start;margin:0 auto 62px 0}.footer-module-scss-module__JeQpUq__primaryLogo p{text-align:left}.footer-module-scss-module__JeQpUq__chatBlock{flex-direction:column;justify-content:flex-start;align-items:stretch;gap:16px;display:flex}.footer-module-scss-module__JeQpUq__bottom{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:12px;display:flex}.footer-module-scss-module__JeQpUq__bottom>span{order:1}.footer-module-scss-module__JeQpUq__bottomLinks{order:2}.footer-module-scss-module__JeQpUq__bottomLinksButtoms{flex-direction:row}.footer-module-scss-module__JeQpUq__bottomLinksButtoms p,.footer-module-scss-module__JeQpUq__bottomLinksButtoms a{max-width:250px}.footer-module-scss-module__JeQpUq__bottomLinks span{text-align:left}.footer-module-scss-module__JeQpUq__links{width:100%;padding:0 var(--page-px);flex-flow:row;justify-content:center;align-items:flex-start;gap:40px;margin-bottom:0;display:flex}.footer-module-scss-module__JeQpUq__links>div{flex:none}.footer-module-scss-module__JeQpUq__backgroundImage,.footer-module-scss-module__JeQpUq__backgroundImageCoal,.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(2),.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(3),.footer-module-scss-module__JeQpUq__backgroundImageCoal:nth-child(4){display:none}}
