@font-face{font-family:"Lato", sans-serif;font-size:16px;font-style:normal;font-weight:400;font-display:swap}*,:before,:after{box-sizing:border-box}input,button{font-family:inherit;font-size:inherit;font-weight:inherit;font-style:inherit;color:inherit}body{color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizelegibility;background-color:#272733;margin:0;padding:0;font-family:Lato,sans-serif;font-size:16px}button{cursor:pointer;background:0 0;border:none;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0;padding:0}ul{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}input{box-shadow:none;font-family:inherit;font-size:inherit;line-height:inherit;background:0 0;border:none;margin:0;padding:0}@media (width>=1280px){.banner{aspect-ratio:1920/850;background-image:url(/placing-order-page/assets/banner-DV5q0Ju9.webp);background-position:50%;background-repeat:no-repeat;background-size:cover}}.banner__container{flex-direction:column;align-items:center;gap:20px;padding:20px 0;display:flex}@media (width>=1280px){.banner__container{align-items:start;gap:80px;height:fit-content;padding:203px 0 100px}}.banner__title{color:#fff;text-transform:uppercase;text-align:center;font-size:36px;font-weight:700}@media (width>=1280px){.banner__title{text-align:left;color:#000;font-size:48px}}.banner .banner__br{display:none}@media (width>=1280px){.banner .banner__br{display:block}}.banner__text{color:#fff;margin-bottom:10px;font-size:20px;font-weight:700}@media (width>=1280px){.banner__text{color:#000}}.banner__item{color:#fff;margin-top:5px;padding-left:25px;position:relative}@media (width>=1280px){.banner__item{color:#000}}.banner__item:before{content:"-";position:absolute;left:10px}.banner__actions{flex-direction:column;gap:20px;display:flex}@media (width>=768px){.banner__actions{flex-direction:row;gap:30px}}.banner__btn{width:183px}.btn{text-transform:uppercase;color:#fff;cursor:pointer;background-color:#3e9cdc;border:1px solid #fff;border-radius:4px;justify-content:center;align-items:center;gap:10px;height:43px;padding:15px 10px;font-size:13px;transition:all .3s ease-in-out;display:flex}.btn:active{transform:scale(.97)}.btn:hover{opacity:.8}.btn--secondary{color:#000;background-color:#fff;border-color:#6f6d7b}.btn--lg{height:48px}.footer{background-color:#3d4050}.footer__container{flex-direction:column;align-items:center;gap:20px;padding:20px 0;display:flex}@media (width>=1280px){.footer__container{flex-direction:row;justify-content:space-between;height:80px;padding:0}}.footer__copyright{text-align:center;font-size:13px}.footer__info{flex-direction:column;gap:20px;display:flex}@media (width>=1280px){.footer__info{flex-direction:row;gap:78px}}.footer__nav{flex-direction:column;gap:20px;display:flex}@media (width>=1280px){.footer__nav{flex-direction:row;align-items:center;gap:38px;position:relative}.footer__nav:before{content:"";background-color:#c3c3c3;width:1px;height:18px;position:absolute;top:50%;left:-35px;transform:translateY(-50%)}}.footer__nav-link,.footer__nav-text{align-items:center;gap:10px;font-size:13px;display:flex}.footer__nav-link{transition:color .3s ease-in-out}.footer__nav-link:hover{color:#43abf0}.footer__nav-text{color:#c3c3c3}.header{z-index:1000;background-color:#10101de6;width:100%;position:fixed;top:0;left:0}.header__container{justify-content:space-between;align-items:center;height:60px;display:flex}@media (width>=1280px){.header__container{height:100px}}.header__logo{transition:opacity .3s ease-in-out}.header__logo:hover{opacity:.8}.header__logo-img{object-fit:contain;width:147px;height:35px}@media (width>=1280px){.header__logo-img{width:247px}}.header__checkbox{display:none}.header__checkbox:checked~.header__nav{opacity:1;visibility:visible;transform:translateY(0)}.header__checkbox:checked~.header__burger span{background:0 0}.header__checkbox:checked~.header__burger:before{top:9px;transform:rotate(45deg)}.header__checkbox:checked~.header__burger:after{bottom:9px;transform:rotate(-45deg)}.header__burger{cursor:pointer;z-index:100;width:30px;height:20px;display:block;position:relative}@media (width>=1280px){.header__burger{display:none}}.header__burger span,.header__burger:before,.header__burger:after{content:"";will-change:transform;background-color:#fff;width:100%;height:2px;transition:all .3s ease-in-out;position:absolute}.header__burger:before{top:0}.header__burger span{top:50%;transform:translateY(-50%)}.header__burger:after{bottom:0}.header__nav{opacity:0;visibility:hidden;z-index:90;background-color:#10101de6;width:100%;height:100vh;padding-top:100px;transition:all .3s ease-in-out;position:fixed;top:0;right:0;transform:translateY(-100%)}@media (width>=1280px){.header__nav{opacity:1;visibility:visible;background-color:#0000;width:auto;height:auto;padding-top:0;transition:none;position:static;transform:translateY(0)}}.header__list{flex-direction:column;align-items:center;gap:60px;display:flex}@media (width>=1280px){.header__list{flex-direction:row}}.header__link{text-transform:uppercase;font-size:13px;font-weight:600;transition:opacity .3s ease-in-out}.header__link:hover{opacity:.8}.header__link--active{color:#43abf0}input[type=text],input[type=email]{color:#000;background-color:#ffffffd9;border:1px solid #fff;border-radius:3px;width:100%;height:48px;padding:10px;transition:background-color .3s ease-in-out}input[type=text]::placeholder,input[type=email]::placeholder{color:#272733;font-size:18px}input[type=text]:active,input[type=text]:hover,input[type=email]:active,input[type=email]:hover{background-color:#fff}input[type=range]{--track-color:#ffffffb3;--thumb-color:#42a9ed;--thumb-border:#286690;--track-height:6px;--thumb-size:24px;appearance:none;width:100%;height:var(--track-height);background:0 0}input[type=range]::-webkit-slider-runnable-track{height:var(--track-height);background:var(--track-color);border-radius:calc(var(--track-height) / 2)}input[type=range]::-moz-range-track{height:var(--track-height);background:var(--track-color);border-radius:calc(var(--track-height) / 2)}input[type=range]::-webkit-slider-thumb{appearance:none;width:var(--thumb-size);height:var(--thumb-size);background:var(--thumb-color);border:3px solid var(--thumb-border);cursor:pointer;margin-top:calc((var(--track-height) - var(--thumb-size)) / 2);border-radius:50%}input[type=range]::-moz-range-thumb{width:var(--thumb-size);height:var(--thumb-size);background:var(--thumb-color);border:3px solid var(--thumb-border);cursor:pointer;border-radius:50%}.order__container{background-image:url(/placing-order-page/assets/world-map-Op5ly4y7.webp);background-position:50%;background-repeat:no-repeat;background-size:cover;padding:20px 0}@media (width>=1280px){.order__container{padding:120px 0 150px}}.order__header{text-align:center;flex-direction:column;align-items:center;gap:10px;display:flex}@media (width>=1280px){.order__header{gap:30px}}.order__title{text-transform:uppercase;font-size:20px;font-weight:700}@media (width>=1280px){.order__title{font-size:36px}}.order__description{color:#bbb;font-size:18px}.order__steps{flex-direction:column;gap:20px;margin:20px 0;display:flex}@media (width>=1280px){.order__steps{flex-direction:row;justify-content:space-between;gap:0;width:100%;max-width:1170px;margin:80px auto}}.order__step{flex-direction:column;align-items:center;gap:20px;display:flex}.order__circle{background-color:#3e9cdc;border:5px solid #286690;border-radius:50%;justify-content:center;align-items:center;width:100px;height:100px;display:flex;position:relative}@media (width>=1280px){.order__step:not(:last-child) .order__circle:after{content:"•••••";letter-spacing:12px;color:#c4c4c4;font-size:20px;line-height:1;position:absolute;top:50%;left:calc(100% + 20px);transform:translateY(-50%)}}.order__icon{width:55px;height:55px}.order__step-text{text-align:center;max-width:188px}.order__form-group{flex-direction:column;gap:30px;margin-top:30px;display:flex}@media (width>=1280px){.order__form-group{flex-direction:row}}.order__range-wrapper{width:100%}.order__range-header{justify-content:space-between;gap:20px;margin-bottom:5px;display:flex}.order__label{font-size:18px}.order__range-value{color:#ffffffd9;white-space:nowrap;font-size:18px;font-weight:600}.order__file-wrapper{width:100%;max-width:370px;position:relative}.order__file-label{color:#272733;border:2px solid #3e9cdc;font-size:15px}.order__file-input{bottom:0;left:50%}.order__file-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.order__submit-btn{width:100%;max-width:370px;margin:40px auto 0}.custom-select{width:100%;position:relative}.custom-select__input{bottom:0;left:50%}.custom-select__button{color:#272733;cursor:pointer;background:#ffffffd9;border:1px solid #fff;border-radius:3px;justify-content:space-between;align-items:center;width:100%;padding:12px 36px 12px 10px;font-size:18px;transition:all .3s ease-in-out;display:flex}.custom-select__button:active,.custom-select__button:hover{background-color:#fff}.custom-select__button:after{content:"";background-image:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14.4554%208.14287C14.4554%208.07144%2014.4196%207.99108%2014.3661%207.93751L13.9196%207.49108C13.8661%207.43751%2013.7857%207.40179%2013.7143%207.40179C13.6429%207.40179%2013.5625%207.43751%2013.5089%207.49108L10%2011L6.49107%207.49108C6.4375%207.43751%206.35714%207.40179%206.28571%207.40179C6.20535%207.40179%206.13393%207.43751%206.08035%207.49108L5.63393%207.93751C5.58035%207.99108%205.54464%208.07144%205.54464%208.14287C5.54464%208.21429%205.58035%208.29465%205.63393%208.34822L9.79464%2012.5089C9.84821%2012.5625%209.92857%2012.5982%2010%2012.5982C10.0714%2012.5982%2010.1518%2012.5625%2010.2054%2012.5089L14.3661%208.34822C14.4196%208.29465%2014.4554%208.21429%2014.4554%208.14287Z'%20fill='black'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;background-size:contain;width:20px;height:20px;transition:transform .3s;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.custom-select__button[aria-expanded=true]{color:#fff;background-color:#3d4050d9;border-color:#3d4050}.custom-select__button[aria-expanded=true]:after{filter:invert()brightness(2);transform:translateY(-50%)rotate(180deg)}.custom-select__dropdown{opacity:0;visibility:hidden;pointer-events:none;background:#272733e6;border:1px solid #3d4050;border-radius:3px;max-height:180px;padding:0;transition:opacity .3s ease-in-out;position:absolute;top:100%;left:0;right:0;overflow-y:auto}.custom-select__dropdown.active{opacity:1;visibility:visible;pointer-events:auto}.custom-select__option{color:#fff;cursor:pointer;padding:10px 15px;font-size:18px;transition:color .3s ease-in-out}.custom-select__option:hover,.custom-select__option[aria-selected=true]{color:#42a9ed}.container{width:100%;margin:0 auto;padding-left:10px;padding-right:10px}@media (width>=1280px){.container{padding-left:60px;padding-right:60px}}@media (width>=1920px){.container{max-width:1920px;padding-left:375px;padding-right:375px}}.main-content{padding-top:60px}@media (width>=1280px){.main-content{padding-top:0}}.text-accent{color:#3e9cdc}.sr-only{clip:rect(0, 0, 0, 0);clip-path:inset(50%);white-space:nowrap;pointer-events:none;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.scroll{--scrollbar-color-thumb:#3e9cdc;--scrollbar-color-track:#3d4050;--scrollbar-width:thin;--scrollbar-width-legacy:10px}@supports (scrollbar-width:auto){.scroll{scrollbar-color:var(--scrollbar-color-thumb) var(--scrollbar-color-track);scrollbar-width:var(--scrollbar-width)}}@supports selector(::-webkit-scrollbar){.scroll::-webkit-scrollbar-thumb{background:var(--scrollbar-color-thumb)}.scroll::-webkit-scrollbar-track{background:var(--scrollbar-color-track)}.scroll::-webkit-scrollbar{max-width:var(--scrollbar-width-legacy);max-height:var(--scrollbar-width-legacy)}}
