.nav{position:fixed;top:35vh;right:20px;z-index:8}@media (max-height: 414px){.nav{top:25%;display:none}}@media (max-width: 525px){.nav{display:none}}.nav-toggle{background-color:#ffffff0a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border:none;color:#fff;font-size:14px;padding:12px 16px;border-radius:8px;cursor:pointer;transition:background .3s;width:-moz-max-content;width:max-content;display:flex;align-items:center;gap:5px}.nav-toggle:after{content:"";position:absolute;right:-32px;top:50%;border:16px solid transparent;border-left:16px solid rgba(255,255,255,.04);transform:translateY(-50%);transition:border .3s}.nav-toggle:hover{background-color:#ffffff1a}.nav-toggle:hover:after{border-left:16px solid rgba(255,255,255,.1)}.nav-sidebar{position:fixed;z-index:8;right:1.5%;top:42vh;display:flex;gap:8px;font-size:14px;flex-direction:column;align-items:flex-end}@media (max-height: 414px){.nav-sidebar{top:38%}}@media (max-width: 1024px){.nav-sidebar{font-size:12px}}.nav-sidebar__item{cursor:pointer;padding:8px;position:relative;width:-moz-fit-content;width:fit-content;background:#ffffff0a;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);transition:background .3s}.nav-sidebar__item:hover{background:#ffffff1a}.nav-sidebar__item:hover:after{border-left:16px solid rgba(255,255,255,.1)}.nav-sidebar__item:after{content:"";position:absolute;right:-32px;top:50%;border:16px solid transparent;border-left:16px solid rgba(255,255,255,.04);transform:translateY(-50%);transition:border .3s}:root{--card-width: 228px;--card-height: 320px;--carousel-radius: 300px;--transition-speed: .5s}.carousel-wrapper{display:flex;flex-direction:column;width:100%;height:100%}.carousel-header{display:flex;gap:54px;width:100%}@media (max-width: 1048px){.carousel-header{gap:30px}}@media (max-width: 960px){.carousel-header{display:block}.carousel-header img{display:none}}.carousel-header h2{font-family:Manrope;font-weight:400;font-size:40px;line-height:1.3;white-space:wrap;letter-spacing:0%}@media (max-width: 960px){.carousel-header h2{font-size:clamp(33px,5.2vw,40px)}}@media (max-width: 830px){.carousel-header h2{text-align:left}}@media (max-width: 605px){.carousel-header h2{text-align:left;font-size:30px}}@media (max-width: 525px){.carousel-header h2{font-size:28px;white-space:wrap}}@media (max-width: 350px){.carousel-header h2{font-size:26px}}.carousel-main{max-width:1040px;margin:0 auto;padding:64px;display:flex;flex-direction:column;gap:88px;overflow:hidden;position:relative}@media (max-height: 700px){.carousel-main{gap:64px}}@media (max-width: 1440px){.carousel-main{padding:32px;max-width:975px}}@media (max-width: 1200px){.carousel-main{max-width:900px}}@media (max-width: 1024px){.carousel-main{padding:24px;max-width:850px}}@media (max-width: 960px){.carousel-main{max-width:782px;gap:64px}}@media (max-width: 680px){.carousel-main{gap:32px}}@media (max-width: 525px){.carousel-main{padding:16px}}.carousel-footer{display:flex;justify-content:center;gap:117px;align-items:center;width:100%}@media (max-width: 960px){.carousel-footer{gap:70px}}@media (max-width: 768px){.carousel-footer{gap:50px}}@media (max-width: 700px){.carousel-footer{gap:20px}}@media (max-width: 620px){.carousel-footer{flex-direction:column}}.carousel-footer .button-rounded-blue{width:274px;gap:11px;justify-content:center;font-size:15px;line-height:20.05px}.carousel-footer a{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;display:inline-block}.carousel-footer a .button-rounded-blue{width:274px;gap:11px;justify-content:center;font-size:15px;line-height:20.05px}.carousel-container{position:relative;width:100%;height:500px;perspective:1000px;transform-style:preserve-3d;display:flex;justify-content:center;align-items:center;touch-action:none}.carousel{position:relative;width:var(--carousel-radius);height:var(--carousel-radius);transform-style:preserve-3d;transition:transform 1s ease}.memory-card{position:absolute;width:var(--card-width);height:var(--card-height);left:50%;top:50%;margin-left:calc(var(--card-width) / -2);margin-top:calc(var(--card-height) / -2);transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275);cursor:pointer}.card-inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.175,.885,.32,1.275)}.card-inner .card-content{display:flex;flex-direction:column;justify-content:center}.memory-card:hover .card-inner{transform:translateZ(20px)}.memory-card.flipped .card-inner{transform:rotateY(180deg)}.card-front,.card-back{position:absolute;width:100%;height:100%;backface-visibility:hidden;border-radius:14px;overflow:hidden;box-shadow:0 0 20px #00000080}.card-front{transform-style:preserve-3d;background:#ffffff0a;-webkit-backdrop-filter:blur(40px);backdrop-filter:blur(40px)}.card-back{transform:rotateY(180deg);background:#ffffff0a}.card-content{padding:14px;height:100%;display:flex;flex-direction:column;position:relative;background-repeat:no-repeat;background-size:cover;background-position:center;gap:20px}.memory-card-icon{margin:auto}@media (max-height: 700px){.memory-card-icon{width:123px;height:86px}}@media (max-width: 768px){.memory-card-icon{width:123px;height:86px}}@media (max-width: 600px){.memory-card-icon{width:100px;height:70px}}@media (max-width: 500px){.memory-card-icon{width:80px;height:56px}}.memory-card-description{font-weight:400;font-size:15px;line-height:130%;letter-spacing:0%;position:relative}.memory-card-description:after{content:"";position:absolute;width:100%;height:.5px;background:#fff;bottom:-10px;left:0}.memory-card-description br{display:none}@media (max-height: 700px){.memory-card-description{font-size:15px}}@media (max-width: 768px){.memory-card-description{font-size:15px}}@media (max-width: 600px){.memory-card-description{font-size:13px}}@media (max-width: 500px){.memory-card-description{font-size:10px}}.memory-card__sub-desc{font-weight:500;font-size:15px;line-height:130%;letter-spacing:0%}.memory-card__sub-desc br{display:none}@media (max-height: 700px){.memory-card__sub-desc{font-size:15px;font-weight:700;line-height:130%}}@media (max-width: 768px){.memory-card__sub-desc{font-size:15px;font-weight:700;line-height:130%}}@media (max-width: 600px){.memory-card__sub-desc{font-size:13px}}@media (max-width: 500px){.memory-card__sub-desc{font-size:10px}}.desc__aibolit{font-weight:500;font-size:15px;display:inline-block;width:100%}@media (max-height: 700px){.desc__aibolit{font-size:15px;font-weight:700}}@media (max-width: 768px){.desc__aibolit{font-weight:700}}.desc__aibolit br{display:none}@media (max-width: 768px){.desc__aibolit{font-size:15px}}@media (max-width: 600px){.desc__aibolit{font-size:13px}}@media (max-width: 500px){.desc__aibolit{font-size:10px}}.sub-desc__aibolit{font-weight:400;display:inline-block;width:100%;font-size:15px;line-height:130%}.sub-desc__aibolit br{display:none}@media (max-height: 700px){.sub-desc__aibolit{line-height:130%;font-size:15px}}@media (max-width: 768px){.sub-desc__aibolit{line-height:130%;font-size:15px}}@media (max-width: 600px){.sub-desc__aibolit{font-size:13px}}@media (max-width: 500px){.sub-desc__aibolit{font-size:10px}}.desc__dvorik{font-size:15px;display:inline-block;width:100%;font-weight:500}@media (max-height: 700px){.desc__dvorik{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 768px){.desc__dvorik{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 600px){.desc__dvorik{font-size:13px}}@media (max-width: 500px){.desc__dvorik{font-size:10px}}.sub-desc__dvorik{font-size:15px;display:inline-block;width:100%;font-weight:400}@media (max-height: 700px){.sub-desc__dvorik{font-size:15px}}@media (max-width: 768px){.sub-desc__dvorik{font-size:15px}}@media (max-width: 600px){.sub-desc__dvorik{font-size:13px}}@media (max-width: 500px){.sub-desc__dvorik{font-size:10px}}.desc__talan{display:inline-block;width:100%;font-size:15px;font-weight:500}@media (max-height: 700px){.desc__talan{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 768px){.desc__talan{line-height:130%;font-size:15px;font-weight:700}}@media (max-width: 600px){.desc__talan{font-size:13px}}@media (max-width: 500px){.desc__talan{font-size:10px}}.sub-desc__talan{font-size:15px;display:inline-block;width:100%;font-weight:400}@media (max-height: 700px){.sub-desc__talan{font-size:15px}}@media (max-width: 768px){.sub-desc__talan{font-size:15px}}@media (max-width: 600px){.sub-desc__talan{font-size:13px}}@media (max-width: 500px){.sub-desc__talan{font-size:10px}}@media (max-width: 768px){:root{--card-width: 203px;--card-height: 300px;--carousel-radius: 250px}.card-content{padding:10px 13px 17px;height:100%}.carousel-container{height:400px}}@media (max-width: 600px){:root{--card-width: 170px;--card-height: 270px;--carousel-radius: 200px}.carousel-container{height:350px}}@media (max-width: 500px){:root{--card-width: 140px;--card-height: 230px;--carousel-radius: 150px}.carousel-container{height:300px}}@media (max-width: 350px){:root{--card-width: 120px;--card-height: 210px;--carousel-radius: 140px}.carousel-container{height:300px}}.section-service-included .container{display:flex;flex-direction:column;gap:72px;margin-bottom:20px;max-width:1040px;width:100%}@media (max-width: 1440px){.section-service-included .container{max-width:975px}}@media (max-width: 1200px){.section-service-included .container{max-width:900px}}@media (max-width: 900px){.section-service-included .container{margin-bottom:0}}@media (max-width: 1024px){.section-service-included .container{max-width:850px}}@media (max-width: 960px){.section-service-included .container{gap:35px;max-width:782px}}.section-service-included__content{display:flex;flex-direction:column;gap:105px}@media (max-width: 900px){.section-service-included__content{gap:80px}}@media (max-width: 500px){.section-service-included__content{gap:49px}}.section-service-included__content__main-title{font-family:Manrope;font-weight:400;line-height:150%;letter-spacing:0%;font-size:clamp(40px,5.5vw,60px)}@media (max-width: 525px){.section-service-included__content__main-title{text-align:center}}@media (max-width: 360px){.section-service-included__content__main-title{font-size:36px}}.section-service-included__content__advantages{width:100%;display:flex;align-items:flex-start;padding:24px;gap:14px;border-radius:14.2px;background-color:#79d38c26;border:1px solid rgba(121,211,140,.3215686275)}@media (max-width: 700px){.section-service-included__content__advantages{padding:24px}}@media (max-width: 500px){.section-service-included__content__advantages{flex-direction:column;align-items:center;text-align:center}}@media (max-width: 700px){.section-service-included__content__advantages__image{width:60px;height:60px}}.section-service-included__content__advantages__inner{display:flex;flex-direction:column;padding-top:12px;gap:44px}@media (max-width: 700px){.section-service-included__content__advantages__inner{gap:25px}}@media (max-width: 650px){.section-service-included__content__advantages__inner br{display:none}}.section-service-included__content__advantages__inner .blue_text{color:#04bbd3}.section-service-included__content__advantages__inner__bold-text{font-family:Manrope;line-height:160%;letter-spacing:0%;font-weight:500;font-size:clamp(22px,2vw,28px)}@media (max-width: 500px){.section-service-included__content__advantages__inner__bold-text{font-size:20.23px}}@media (max-width: 375px){.section-service-included__content__advantages__inner__bold-text{font-size:18px}}.section-service-included__content__advantages__inner__text{font-family:Manrope;font-weight:400;line-height:160%;letter-spacing:0%;font-size:clamp(22px,2vw,28px)}@media (max-width: 500px){.section-service-included__content__advantages__inner__text{font-size:20.23px}}@media (max-width: 375px){.section-service-included__content__advantages__inner__text{font-size:18px}}.section-service-included__content__about{display:flex;flex-direction:column;gap:73px}@media (max-width: 500px){.section-service-included__content__about__what-included:nth-child(1) .section-service-included__content__about__what-included__title{position:relative}.section-service-included__content__about__what-included:nth-child(1) .section-service-included__content__about__what-included__title:before{content:"";position:absolute;bottom:-32px;left:0;width:100%;height:1px;background:linear-gradient(90deg,#ffffff1a,#ffffff52,#ffffff1a)}.section-service-included__content__about__what-included:nth-child(5) .section-service-included__content__about__what-included__title{position:relative}.section-service-included__content__about__what-included:nth-child(5) .section-service-included__content__about__what-included__title:before{content:"";position:absolute;bottom:-32px;left:0;width:100%;height:1px;background:linear-gradient(90deg,#ffffff1a,#ffffff52,#ffffff1a)}.section-service-included__content__about__what-included:nth-child(5) .section-service-included__content__about__what-included__title:after{content:"";position:absolute;top:-32px;left:0;width:100%;height:1px;background:linear-gradient(90deg,#ffffff1a,#ffffff52,#ffffff1a)}.section-service-included__content__about__what-included:nth-child(3) .section-service-included__content__about__what-included__title{position:relative}.section-service-included__content__about__what-included:nth-child(3) .section-service-included__content__about__what-included__title:before{content:"";position:absolute;bottom:-32px;left:0;width:100%;height:1px;background:linear-gradient(90deg,#ffffff1a,#ffffff52,#ffffff1a)}.section-service-included__content__about__what-included:nth-child(3) .section-service-included__content__about__what-included__title:after{content:"";position:absolute;top:-32px;left:0;width:100%;height:1px;background:linear-gradient(90deg,#ffffff1a,#ffffff52,#ffffff1a)}}.section-service-included__content__about__line{width:100%;height:1px;background:linear-gradient(90deg,#ffffff1a,#ffffff52,#ffffff1a)}@media (max-width: 500px){.section-service-included__content__about__line{display:none}}.section-service-included__content__about__what-included{display:flex;flex-direction:column;gap:69px}.section-service-included__content__about__what-included__title{font-family:Manrope;font-weight:400;font-size:clamp(32px,3.3vw,40px);line-height:130%;letter-spacing:0%;color:#04bbd3}@media (max-width: 500px){.section-service-included__content__about__what-included__title{font-size:26px}}@media (max-width: 375px){.section-service-included__content__about__what-included__title{font-size:24px}}.section-service-included__content__about__what-included__info{display:flex;align-items:flex-start;gap:47px}@media (max-width: 500px){.section-service-included__content__about__what-included__info{flex-direction:column;padding:0 12px;gap:24px}}@media (max-width: 700px){.section-service-included__content__about__what-included__info__image{width:60px;height:60px}}@media (max-width: 500px){.section-service-included__content__about__what-included__info__image{width:87px;height:87px}}.section-service-included__content__about__what-included__info__text{font-family:Manrope;font-weight:400;line-height:160%;letter-spacing:0%;font-size:clamp(22px,2vw,28px)}@media (max-width: 700px){.section-service-included__content__about__what-included__info__text br{display:none}}@media (max-width: 500px){.section-service-included__content__about__what-included__info__text{font-size:24px}}.section-service-included__content__about__what-included__info .grey_text{color:#ffffffb9;font-family:Manrope;font-weight:400;line-height:160%;letter-spacing:0%;font-size:clamp(22px,2vw,28px)}@media (max-width: 700px){.section-service-included__content__about__what-included__info .grey_text br{display:none}}@media (max-width: 500px){.section-service-included__content__about__what-included__info .grey_text{font-size:26px}}.section-form-service{margin-top:100px}@media (max-width: 850px){.section-form-service{margin-top:0}}.section-form-service .gold_text{font-weight:500!important}.section-form-service .container{display:flex;flex-direction:row;max-width:1205px;align-items:center}@media (max-width: 1220px){.section-form-service .container{justify-content:space-between}}.section-form-service__img{transform:translateY(-125px)}@media (max-width: 1031px){.section-form-service__img{transform:translateY(-100px)}}@media (max-width: 1024px){.section-form-service__img{transform:translateY(-125px);align-self:center}}@media (max-width: 1015px){.section-form-service__img{transform:translateY(-95px)}}@media (max-width: 960px){.section-form-service__img{transform:translateY(0);margin-bottom:0;width:500px}}@media (max-width: 850px){.section-form-service__img{display:none}}.section-form-service__right{display:flex;flex-direction:column;gap:24px}@media (max-width: 850px){.section-form-service__right{gap:70px}}.section-form-service__right__img-container{display:none;position:absolute;right:0;bottom:102px;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;z-index:1;pointer-events:none}@media (max-width: 850px){.section-form-service__right__img-container{display:block}}@media (max-width: 525px){.section-form-service__right__img-container{bottom:95px}}.section-form-service__right__img-container__info{position:absolute;top:0;left:-197px;display:flex;flex-direction:column;gap:7px;padding:7px;border-radius:14px;background:#ffffff0f;width:268px;z-index:-1}@media (max-width: 400px){.section-form-service__right__img-container__info{width:240px;left:-160px}}@media (max-width: 365px){.section-form-service__right__img-container__info{width:220px;left:-140px}}@media (max-width: 345px){.section-form-service__right__img-container__info{width:200px;left:-125px}}.section-form-service__right__img-container__info span{font-weight:400;font-size:14px;line-height:96%;letter-spacing:0%}@media (max-width: 400px){.section-form-service__right__img-container__info span{font-size:12px}}@media (max-width: 365px){.section-form-service__right__img-container__info span{font-size:11px}}@media (max-width: 345px){.section-form-service__right__img-container__info span{font-size:10px}}.section-form-service__right__img-container__img{width:180px;height:auto}@media (max-width: 525px){.section-form-service__right__img-container__img{width:190px}}.section-form-service__right__title{font-family:Manrope;font-weight:400;font-size:40px;line-height:130%;letter-spacing:0%}@media (max-width: 375px){.section-form-service__right__title{font-size:35px}}@media (max-width: 330px){.section-form-service__right__title{font-size:33px}}.section-form-service__right .form{font-size:14px}@media (max-width: 1024px){.section-form-service__right .form{gap:20px;font-size:12px}}@media (max-width: 960px){.section-form-service__right .form{font-size:16px}}.section-form-service__right .form__wrapper{padding:12px}@media (max-width: 426px){.section-form-service__right .form__wrapper label{font-size:13px}}@media (max-width: 360px){.section-form-service__right .form__wrapper label{font-size:12px;line-height:15px}}#service__main{display:flex;flex-direction:column;gap:100px;padding-top:250px}@media (max-width: 990px){#service__main{padding-top:200px}}@media (max-width: 850px){#service__main{padding-top:120px}}@media (max-width: 768px){#service__main{padding-top:100px}}@media (max-width: 525px){#service__main{padding-top:100px}}#service__main .blue_text{color:#04bbd3!important}
