.service{background:url(../67003053b3ba489ebd91.jpg);background-repeat:no-repeat;background-position:center;background-size:cover;padding:4rem 0}@media(max-width: 767px){.service{background:url(../81e8a1b0bd45bf306f56.jpg);background-position:75% bottom}}.service__inner{display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding-right:min(30%,360px)}@media(max-width: 480px){.service__inner{padding-right:0}}.service__title{color:#fff}.service__title span{color:#fdd000}.service__subtitle{color:#fff;padding-bottom:4rem}.service__features{display:flex;flex-wrap:wrap;gap:2rem}.service__feature{width:calc(50% - 1rem);background:hsla(0,0%,100%,.831372549);padding:1rem;border-radius:.25rem;transition:all .3s ease-in-out}.service__feature:hover{background:#fff}@media(max-width: 480px){.service__feature{width:70%}}.service__feature-text{width:100%;color:#000;font-size:1.2rem;text-wrap:balance;text-align:center}.lizing{background:#f8f8f8;padding:4rem 0}.lizing__inner{display:flex;justify-content:space-between;align-items:flex-start;max-width:1200px;margin:0 auto;gap:2rem}@media(max-width: 480px){.lizing__inner{flex-wrap:wrap}}.lizing__info{flex:1;max-width:50%}@media(max-width: 480px){.lizing__info{flex:auto;width:100%;max-width:100%}}.lizing__title{font-size:2rem;font-weight:bold;margin-bottom:1rem}.lizing__text{font-size:1.125rem;margin-bottom:1rem}.lizing__img{width:100%;padding:1rem 0}.lizing__benefits{list-style:none;padding:0;margin:1rem 0;font-size:1.125rem}.lizing__benefits li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.lizing__benefits li::before{content:"✔";color:#ff9800;font-size:1.2rem;position:absolute;left:0}.lizing__form{flex:1;max-width:50%;display:flex;flex-direction:column;background:#fff;padding:2rem;border-radius:.5rem;box-shadow:0 0 1rem rgba(0,0,0,.1)}@media(max-width: 480px){.lizing__form{flex:auto;width:100%;max-width:100%}}.lizing__form-checkbox{display:flex;justify-content:flex-start;gap:1rem;font-size:.8rem;margin-bottom:1rem;cursor:pointer}.lizing__form-checkbox input[type=checkbox]{width:1rem;cursor:pointer}.lizing__form-checkbox label{color:#333;cursor:pointer}.lizing__form-checkbox a{text-decoration:underline;color:#333}.lizing label{font-weight:bold;margin-bottom:.5rem}.lizing select,.lizing input{width:100%;padding:.75rem;margin-bottom:1rem;border:1px solid #ccc;border-radius:.25rem;font-size:1rem}.lizing input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;height:6px;padding:0;background:#023b83;border-radius:3px;outline:none;margin-bottom:1rem}.lizing input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;width:20px;height:20px;background:#fdd000;border-radius:50%;cursor:pointer}.lizing input::-moz-placeholder{color:#666;font-size:1rem;opacity:1}.lizing input::placeholder{color:#666;font-size:1rem;opacity:1}.lizing input:focus::-moz-placeholder{opacity:.5}.lizing input:focus::placeholder{opacity:.5}.lizing .lizing__btn{background:#ff9800;color:#fff;padding:1rem;font-size:1.125rem;border:none;border-radius:.25rem;cursor:pointer;transition:background .3s}.lizing .lizing__btn:hover{background:#e68900}.main-img{width:100%}.main-img__pc{width:100%;display:block}@media(max-width: 767px){.main-img__pc{display:none}}.main-img__mob{width:100%;display:none}@media(max-width: 767px){.main-img__mob{display:block}}.hero{height:46.875vw;max-height:900px;background-color:#e8eae9;padding:4rem 0;position:relative}@media(max-width: 1200px){.hero{height:60vw}}@media(max-width: 767px){.hero{height:110vw}}@media(max-width: 480px){.hero{height:133vw}}.hero__bg{position:absolute;inset:0}.hero__bg img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__inner{position:relative;display:flex;flex-direction:column;align-items:flex-start}.hero__text-wrap{background:rgba(0,0,0,.6);padding:1rem 2rem;margin-bottom:2rem}@media(max-width: 767px){.hero__text-wrap{padding:1rem}}.hero__title{color:#fff;text-wrap:balance;padding-bottom:1rem}@media(max-width: 480px){.hero__title{font-size:2rem}}.hero__subtitle{font-size:1.25rem;color:#fff;text-wrap:balance}@media(max-width: 480px){.hero__subtitle{font-size:1.5rem}}.hero__subtitle span{color:#fdd000}.hero__btn{font-size:1.25rem;font-weight:700;background:#fdd000;color:#023b83;padding:.9rem 3rem;margin-left:2rem;border-radius:.25rem;box-shadow:0 0 1rem 2px rgba(0,0,0,.4784313725);transition:all .3s ease-in-out}.hero__btn:hover{transform:scale(0.9)}.hero__hotspot{position:absolute;transform:translate(-50%, -50%)}.hero__hotspot .hotspot__link{display:block;text-decoration:none;position:relative;cursor:pointer;width:-moz-fit-content;width:fit-content;margin:0 auto}.hero__hotspot .hotspot__dot{display:block;width:1.4rem;height:1.4rem;background:#fff;border-radius:50%;border:solid .25rem #023b83;box-shadow:0 0 10px rgba(0,0,0,.3);position:relative;transition:transform .2s ease-in-out;animation:hotspot-glow 2s infinite ease-in-out;pointer-events:none}.hero__hotspot .hotspot__info{position:absolute;bottom:120%;left:50%;transform:translateX(-50%);background:#fff;padding:.3rem 1rem;font-size:1rem;color:#023b83;font-weight:700;border-radius:.25rem;white-space:nowrap;opacity:0;visibility:hidden;transition:opacity .2s ease-in-out,transform .2s ease-in-out;animation:hotspot-anim 8s infinite ease-in-out;pointer-events:none;text-decoration:none}.hero__hotspot .hotspot__link:hover .hotspot__dot,.hero__hotspot .hotspot__link:focus-visible .hotspot__dot{transform:scale(1.3)}.hero__hotspot .hotspot__link:hover .hotspot__info,.hero__hotspot .hotspot__link:focus-visible .hotspot__info{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-5px)}.hero__hotspot .hotspot__link.animate .hotspot__dot{transform:scale(1.3)}.hero__hotspot .hotspot__link.animate .hotspot__info{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-5px)}.hero .hotspot-1{top:72%;left:69%}@media(max-width: 1200px){.hero .hotspot-1{left:74%}}@media(max-width: 767px){.hero .hotspot-1{top:75%}}.hero .hotspot-1 .hotspot__info{animation-delay:0s}.hero .hotspot-2{top:71%;left:31%}@media(max-width: 767px){.hero .hotspot-2{top:75%}}.hero .hotspot-2 .hotspot__info{animation-delay:2s}.hero .hotspot-3{top:55%;left:19%}@media(max-width: 1200px){.hero .hotspot-3{left:15%}}@media(max-width: 767px){.hero .hotspot-3{display:none}}.hero .hotspot-3 .hotspot__info{animation-delay:4s}.hero .hotspot-4{top:64%;left:51%}@media(max-width: 767px){.hero .hotspot-4{top:72%}}.hero .hotspot-4 .hotspot__info{animation-delay:6s}@keyframes hotspot-glow{0%,100%{transform:scale(1)}50%{transform:scale(1.3)}}@keyframes hotspot-anim{0%,100%{opacity:0;visibility:hidden}5%{opacity:1;visibility:visible}25%{opacity:1;visibility:visible}26%{opacity:0;visibility:hidden}}.about{padding:4rem 0}.about__inner p{padding:.5rem 0}.about__features{display:flex;flex-wrap:nowrap;gap:2rem;padding-top:2rem}@media(max-width: 767px){.about__features{flex-wrap:wrap}}.about__feature{width:calc(33.3333333333% - 2rem);background:#fff;padding:1.5rem;box-shadow:0 0 1rem 0 rgba(0,0,0,.15);border-radius:.5rem;transition:all .3s ease-in-out}.about__feature:hover{box-shadow:0 0 1rem 0 rgba(0,0,0,.35)}@media(max-width: 767px){.about__feature{width:calc(50% - 1rem)}.about__feature:last-child{width:100%}}@media(max-width: 480px){.about__feature{width:100%}}.about__subtitle{padding-bottom:1rem;background-image:url(../2564ef3bc10543d9dafd.png);background-repeat:no-repeat;background-position:bottom;background-size:100% 5px}.about__text{padding:1rem 0 0 0}.catalog{padding:4rem 0;background:#fafafa}.catalog__inner{display:flex;flex-direction:column;align-items:flex-start;width:100%}.catalog__container{width:100%;display:flex;flex-wrap:wrap;gap:2rem}.catalog__term{display:block;width:calc(50% - 1rem);background-color:#023b83;color:#fff;overflow:hidden}@media(max-width: 767px){.catalog__term{width:100%}}.catalog__term:hover .catalog__term-btn span{transform:translateX(1rem)}.catalog__term:hover .catalog__term-bg{transform:scale(1.04);filter:brightness(0.9) contrast(1.15) saturate(1.1)}.catalog__term-bg{width:100%;height:auto;display:block;-o-object-fit:contain;object-fit:contain;transition:transform .6s cubic-bezier(0.2, 0.8, 0.2, 1),filter .4s ease;will-change:transform,filter}.catalog__term-title{font-weight:600;padding:1rem 2rem}.catalog__term-btn{color:#fdd000;font-size:1.1rem;font-weight:600;padding:0 2rem 1rem}.catalog__term-btn span{display:inline-block;transition:all ease-in-out .3s}.catalog__nav{width:100%;display:flex;justify-content:space-around;gap:1rem;flex-wrap:wrap;padding-bottom:2rem}.catalog__nav-btn{padding:.3rem 1.5rem;border-radius:2rem;font-size:1rem;background:#023b83;color:#fff;box-shadow:0 0 1rem 0 rgba(0,0,0,.15);transition:all .3s ease-in-out;cursor:pointer}.catalog__nav-btn:hover{color:#fdd000;box-shadow:0 0 1rem 0 rgba(0,0,0,.35)}.catalog__attention{width:100%;text-align:center;color:red;font-size:1.625rem;font-weight:600;padding-bottom:2rem}.catalog__card-wrap{width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:2rem;scroll-margin-top:106px}@media(max-width: 1200px){.catalog__card-wrap{scroll-margin-top:96px}}@media(max-width: 991px){.catalog__card-wrap{scroll-margin-top:90px}}@media(max-width: 767px){.catalog__card-wrap{scroll-margin-top:84px}}@media(max-width: 480px){.catalog__card-wrap{scroll-margin-top:79px}}.catalog__subtitle{font-size:1.5rem;font-weight:700;padding-bottom:1rem;background-image:url(../2564ef3bc10543d9dafd.png);background-repeat:no-repeat;background-position:bottom;background-size:100% 5px}.card{display:flex;gap:1rem;padding:1rem;width:100%;background:#fff;border-radius:.5rem;box-shadow:0 0 1rem 0 rgba(0,0,0,.15);transition:all .3s ease-in-out}@media(max-width: 991px){.card{flex-wrap:wrap}}.card:hover{box-shadow:0 0 1rem 0 rgba(0,0,0,.35)}.card__title-mobile{display:none;font-weight:700}@media(max-width: 480px){.card__title-mobile{display:block;order:1}}.card__slider{width:28%;padding-bottom:15.68%;position:relative;cursor:pointer}@media(max-width: 991px){.card__slider{width:calc(50% - 1rem);padding-bottom:28%;order:1}}@media(max-width: 480px){.card__slider{width:100%;padding-bottom:56%;order:2}}.card__slider-img{width:100%;position:absolute;top:0;left:50%;right:0;bottom:0;transform:translateX(-50%);max-width:300px;background-repeat:no-repeat;background-position:center center;background-size:contain;border-radius:.5rem}.card__ico-left,.card__ico-right{display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;position:absolute;top:calc(50% - 1rem);border-radius:50%;background:rgba(0,0,0,0);color:#023b83;transition:all .3s ease-in-out}.card__ico-left:hover,.card__ico-right:hover{background:#023b83;color:#fdd000}.card__ico-left svg,.card__ico-right svg{width:1.5rem;height:1.5rem}.card__ico-left{left:3%}.card__ico-right{right:3%}.card__info{width:calc(44% - 2rem)}@media(max-width: 991px){.card__info{width:100%;order:3}}@media(max-width: 480px){.card__info{width:100%;order:3}}.card__title{display:block;font-weight:700;padding-bottom:.5rem}@media(max-width: 480px){.card__title{display:none}}.card__params{color:#868686;font-weight:500}.card__params li:not(:last-child){padding-bottom:.25rem}.card__params span{color:#333;font-weight:400}.card__btns{width:28%;display:flex;flex-direction:column;align-items:flex-start;border-radius:.5rem;background:#f2f3f5;padding:1rem;gap:1rem}@media(max-width: 991px){.card__btns{width:calc(50% - 1rem);order:2}}@media(max-width: 480px){.card__btns{width:100%;order:4}}.card__text-callback{font-weight:500}.card__btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;border-radius:.3rem;padding:.4rem;cursor:pointer;background:#fdd000;color:#023b83;transition:all .3s ease-in-out}.card__btn:last-child{background:#023b83;color:#fff}.card__btn:hover{transform:scale(0.9)}.card__btn span{white-space:nowrap}.card__btn-icon,.card__btn-icon svg{width:1.6rem;height:1.6rem}.card__btn-icon--telega{color:#fff}.modal{position:fixed;top:0;left:0;width:100vw;height:100vh;background:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;z-index:1000}.modal.active{opacity:1;visibility:visible}.modal__content{position:relative;max-width:90%;max-height:90%;display:flex;align-items:center}.modal__img{display:block;max-width:100%;max-height:100%}.modal__close{position:absolute;top:10px;right:10px;background:#fff;color:#023b83;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;cursor:pointer;transition:all .3s ease-in-out}.modal__close:hover{background:#023b83;color:#fdd000}.modal__ico{position:absolute;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:hsla(0,0%,100%,.7);color:#023b83;font-size:1.5rem;font-weight:bold;cursor:pointer;border-radius:50%;transition:background .3s ease-in-out}.modal__ico:hover{background:#fdd000;color:#023b83}.modal__ico-left{left:10px}.modal__ico-right{right:10px}.technology{padding:4rem 0}.technology__inner{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:flex-start;gap:2rem}.technology__chess-block{width:calc(50% - 1rem);display:flex;flex-direction:column;align-items:flex-start;gap:1rem}@media(max-width: 767px){.technology__chess-block{width:100%}.technology__chess-block:nth-child(2){order:1}.technology__chess-block:nth-child(3){order:2}.technology__chess-block:nth-child(4){order:4}.technology__chess-block:nth-child(5){order:3}.technology__chess-block:nth-child(6){order:5}.technology__chess-block:nth-child(7){order:6}}.technology__title{width:100%;padding-bottom:1rem;line-height:1.2em}.technology__text{font-size:1.125rem}.technology__list{list-style:none;padding:0;font-size:1.125rem}.technology__list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.technology__list li::before{content:"✔";color:#ff9800;font-size:1.2rem;position:absolute;left:0}.technology__video video{width:100%;border-radius:.25rem;padding:.5rem;background-image:linear-gradient(110deg, #FDD000 25%, #023c85 25%)}.technology__subtitle{line-height:1.2em}.logistic{padding:4rem 0;background:linear-gradient(150deg, #011F40 0%, #023B83 30%, #02264D 60%, #000 100%);color:#fff}.logistic__inner{display:flex;align-items:center;gap:2rem}@media(max-width: 767px){.logistic__inner{flex-wrap:wrap}}.logistic__info{width:50%;display:flex;flex-direction:column;gap:1rem}@media(max-width: 767px){.logistic__info{width:100%}}.logistic__title{color:#fdd000;font-weight:bold;margin-bottom:1rem}.logistic__subtitle{font-size:1.125rem;font-weight:600}.logistic__list{list-style:none;padding:0;font-size:1.125rem}.logistic__list li{margin-bottom:.5rem;padding-left:1.5rem;position:relative}.logistic__list li::before{content:"✔";color:#ff9800;font-size:1.2rem;position:absolute;left:0}.rf-map{position:relative;flex:1 1 auto}.rf-map svg{width:100%;height:100%;filter:drop-shadow(0 5px 0px rgba(41, 60, 65, 0.4666666667))}.rf-map path{stroke:#ccc;stroke-width:1;stroke-linejoin:round}.rf-map [data-code]{fill:#edf0f2;transition:fill .2s}.rf-map [data-code]:hover{fill:#023b83}.rf-map .district{position:absolute;top:0;left:0;z-index:5;color:#fdd000;font-size:1.2rem;font-weight:500;transition:all .3s ease-in-out}
