html,body,header,nav,section,aside,article,footer,div,span,applet,object,iframe,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,img,ins,kbd,q,s,samp,small,strike,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,h1,h2,h3,h4,h5,h6{margin:0;padding:0;border:0;outline:0}*,*:after,*:before{box-sizing:border-box}a,span,p{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;color:inherit;text-decoration:none}font{font-family:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;text-decoration:none}input,button,select,textarea{outline:none;border:none}select,button{cursor:pointer}button{font-size:1em}input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}#detach-button-host{display:none}:root{--font-primary: "Stratum";--font-secondary: "Stratum";--font-primary-color: #ffba02;--font-primary-hover-color: #ffc835;--font-secondary-color: #2a2a2a;--font-secondary-hover-color: #444444;--font-light-color: #676767;--font-light-hover-color: #818181;--font-alt-primary-color: #ffba02;--font-alt-primary-hover-color: #ffc835;--font-alt-secondary-color: #f4edd6;--font-alt-secondary-hover-color: #fffffe;--font-alt-light-color: #b4b2ab;--font-alt-light-hover-color: #cccbc6;--primary-color: #ffba02;--primary-hover-color: #ffc835;--secondary-color: #2a2a2a;--secondary-hover-color: #444444;--primary-alt-color: #ffba02;--primary-alt-hover-color: #ffc835;--secondary-alt-color: #f4edd6;--secondary-alt-hover-color: #fffffe}:root{--page-gap-x: 40px;--page-nav-height: 80px}@media(max-width: 1460px){:root{--page-gap-x: 30px;--page-nav-height: 76px}}@media(max-width: 1024px){:root{--page-gap-x: 20px;--page-nav-height: 70px}}body{min-height:100vh;font-family:var(--font-secondary);color:var(--font-secondary-color);font-size:18px;line-height:1.4em;font-weight:500;background-color:#f7efda}@media(max-width: 1024px){body{font-size:16px}}input,textarea{font-family:var(--font-secondary);color:var(--font-secondary-color);font-size:1em;line-height:1.4em}input::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:var(--font-light-color);transition:opacity .2s ease-in-out,transform .2s ease-in-out}input::-moz-placeholder,textarea::-moz-placeholder{color:var(--font-light-color);transition:opacity .2s ease-in-out,transform .2s ease-in-out}input:-moz-placeholder,textarea:-moz-placeholder{color:var(--font-light-color);transition:opacity .2s ease-in-out,transform .2s ease-in-out}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:var(--font-light-color);transition:opacity .2s ease-in-out,transform .2s ease-in-out}input:focus::-webkit-input-placeholder,textarea:focus::-webkit-input-placeholder{opacity:0;transform:translateX(20px)}input:focus::-moz-placeholder,textarea:focus::-moz-placeholder{opacity:0;transform:translateX(20px)}input:focus:-moz-placeholder,textarea:focus:-moz-placeholder{opacity:0;transform:translateX(20px)}input:focus:-ms-input-placeholder,textarea:focus:-ms-input-placeholder{opacity:0;transform:translateX(20px)}.wrapper{width:100%;position:relative;z-index:1;padding-top:var(--page-nav-height);overflow:hidden}.container{width:calc(100% - var(--page-gap-x)*2);max-width:1400px;margin:0px auto;position:relative;z-index:1}.section{width:100%;position:relative;z-index:1;padding:120px 0}@media(max-width: 1680px){.section{padding:100px 0}}@media(max-width: 1460px){.section{padding:80px 0}}@media(max-width: 1024px){.section{padding:60px 0}}.btn{height:70px;padding:0 36px;display:flex;justify-content:center;align-items:center;gap:16px;position:relative;z-index:1;border-width:1px;border-style:solid;cursor:pointer}.btn--sending{pointer-events:none}.btn--sending span,.btn--sending i{opacity:.3}.btn--sending:after{animation:sending 1s ease-in-out infinite}@keyframes sending{0%{opacity:1;transform-origin:right center;transform:scaleX(1)}50%{opacity:.5;transform:scaleX(0);transform-origin:right center}50.1%{opacity:.5;transform:scaleX(0);transform-origin:left center}100%{opacity:1;transform:scaleX(1);transform-origin:left center}}.btn--full{width:100%}.btn--primary,.btn--outline-primary{border-color:var(--primary-color)}.btn--secondary,.btn--outline-secondary{border-color:var(--secondary-color)}.btn--alt.btn--primary,.btn--alt.btn--outline-primary{border-color:var(--primary-color)}.btn--alt.btn--secondary,.btn--alt.btn--outline-secondary{border-color:var(--secondary-alt-color)}.btn:after{content:"";width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;z-index:1;top:2px;left:2px}.btn:before{content:"";width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;z-index:2;top:2px;left:2px;transform-origin:left center;transform:scale(0, 1);transition:transform .3s ease-in-out}.btn:hover:before,.btn.active:before{transform:scale(1, 1)}.btn--primary:after{background-color:var(--primary-color)}.btn--primary:before{background-color:var(--primary-hover-color)}.btn--alt.btn--primary:after{background-color:var(--primary-alt-color)}.btn--alt.btn--primary:before{background-color:var(--primary-alt-hover-color)}.btn--secondary{color:var(--font-alt-secondary-color)}.btn--secondary:after{background-color:var(--secondary-color)}.btn--secondary:before{background-color:var(--secondary-hover-color)}.btn--alt.btn--secondary{color:var(--font-secondary-color)}.btn--alt.btn--secondary:after{background-color:var(--secondary-alt-color)}.btn--alt.btn--secondary:before{background-color:var(--secondary-alt-hover-color)}.btn--primary:after{background-color:var(--primary-color)}.btn--primary:before{background-color:var(--primary-hover-color)}.btn--outline-primary:before{background-color:var(--primary-hover-color)}.btn--alt.btn--outline-primary{color:var(--font-alt-secondary-color)}.btn--outline-secondary:before{background-color:var(--secondary-hover-color)}.btn--alt.btn--outline-secondary{color:var(--font-alt-secondary-color)}.btn--alt.btn--outline-secondary:before{background-color:var(--secondary-alt-hover-color)}.btn span,.btn i{position:relative;z-index:3;font-size:1em;line-height:1em;font-weight:bold;text-transform:uppercase;transition:color .3s ease-in-out,opacity .3s ease-in-out}.btn i{font-size:1.2em;line-height:1.2em}.btn span{font-family:var(--font-secondary);text-align:center;padding-top:2px}.btn--alt.btn--outline-primary:hover span,.btn--alt.btn--outline-primary:hover i,.btn--alt.btn--outline-primary.active span,.btn--alt.btn--outline-primary.active i{color:var(--font-secondary-color)}.btn--outline-secondary:hover span,.btn--outline-secondary:hover i,.btn--outline-secondary.active span,.btn--outline-secondary.active i{color:var(--font-alt-secondary-color)}.btn--alt.btn--outline-secondary:hover span,.btn--alt.btn--outline-secondary:hover i,.btn--alt.btn--outline-secondary.active span,.btn--alt.btn--outline-secondary.active i{color:var(--font-secondary-color)}.btn--small{height:40px;padding:0 16px;gap:10px}.btn--small i{font-size:14px;line-height:14px}.btn--small span{font-size:14px;line-height:14px;padding-top:1px}.btn--middle{height:50px;padding:0 20px;gap:10px}.btn--middle i{font-size:1em;line-height:1em;padding-top:1px}.btn--middle span{font-size:.9em;line-height:.9em;padding-top:1px}button{background:none}.btn-group{display:flex;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;gap:10px}.btn-group--start{justify-content:flex-start}.btn-group--end{justify-content:flex-end}.btn-group--center{justify-content:center}.item-list{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:10px;margin-bottom:10px;gap:20px}.item-list__item{cursor:pointer}.item-list__item-icon{width:64px;height:64px;display:flex;justify-content:center;align-items:center;border:3px solid var(--secondary-color);position:relative;transition:border .3s ease-in-out}@media(max-width: 1680px){.item-list__item-icon{width:60px;height:60px}}@media(max-width: 1460px){.item-list__item-icon{width:54px;height:54px}}@media(max-width: 1024px){.item-list__item-icon{width:48px;height:48px}}.item-list__item-icon:after{content:"";width:100%;height:100%;position:absolute;top:0;left:0;border:1px solid var(--secondary-color);rotate:45deg;opacity:.5;transition:border .3s ease-in-out}.item-list__item-icon img{width:70%;transition:scale .3s ease-in-out}.item-list__item:hover .item-list__item-icon{border:3px solid var(--primary-color)}.item-list__item:hover .item-list__item-icon:after{border:1px solid var(--primary-color)}.item-list__item:hover .item-list__item-icon img{scale:.8}.item-list--small .item-list__item-icon{width:54px;height:54px}@media(max-width: 1024px){.item-list--small .item-list__item-icon{width:48px;height:48px}}*[data-scroll-effect]{opacity:0;transition:transform .75s ease-in-out,opacity .75s ease-in-out}*[data-scroll-effect].visible{opacity:1}*[data-scroll-effect=bottom]{transform:translateY(-50px)}*[data-scroll-effect=bottom].visible{transform:translateY(0px)}*[data-scroll-effect=top]{transform:translateY(50px)}*[data-scroll-effect=top].visible{transform:translateY(0px)}*[data-scroll-effect=left]{transform:translateX(50px)}*[data-scroll-effect=left].visible{transform:translateX(0px)}*[data-scroll-effect=right]{transform:translateX(-50px)}*[data-scroll-effect=right].visible{transform:translateX(0px)}*[data-scroll-effect=center]{transform:scale(0.8)}*[data-scroll-effect=center].visible{transform:scale(1)}.popup{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:50;pointer-events:none;overflow:auto;padding:50px;display:flex;justify-content:center;align-items:flex-start}@media(max-width: 1024px){.popup{padding:50px 20px}}.popup.fadeIn .popup__bg{pointer-events:all}.popup.active{pointer-events:all}.popup.fadeOut{pointer-events:none}.popup__bg{width:100%;height:100vh;position:fixed;top:0;left:0;z-index:1;background:rgba(0,0,0,.8);opacity:0;transition:opacity .3s ease-in-out}.popup.fadeIn .popup__bg{opacity:1}.popup.active .popup__bg{opacity:1}.popup.fadeOut .popup__bg{opacity:0}.popup__content{width:100%;max-width:1024px;position:relative;z-index:2;opacity:0;transform:translateY(-60px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;margin:auto}.popup__content.active{opacity:1;transform:translateY(0px)}.popup.fadeIn .popup__content{opacity:1;transform:translateY(0px)}.popup.active .popup__content{opacity:1;transform:translateY(0px)}.popup.fadeOut .popup__content{opacity:0;transform:translateY(-60px)}.popup__layout{width:100%;position:relative;z-index:1;background-color:#f6f1de}.popup__layout--video{aspect-ratio:1280/720;line-height:0;background-color:none}.popup__layout--video iframe{width:100% !important;height:100% !important;margin:0;padding:0}.popup__cancel{width:36px;height:36px;background-color:#212121;position:absolute;z-index:2;top:0px;right:-36px;cursor:pointer;transition:background-color .3s ease-in-out;display:flex;justify-content:center;align-items:center}@media(max-width: 1024px){.popup__cancel{top:-36px;right:0px}}.popup__cancel:hover{background-color:var(--primary-color)}.popup__cancel img{width:13px;margin:0;padding:0}.popup__title{width:100%;display:flex;flex-direction:column;gap:.15em;font-size:1.8em;line-height:1em}@media(max-width: 1920px){.popup__title{font-size:1.7em}}@media(max-width: 1680px){.popup__title{font-size:1.6em}}@media(max-width: 1460px){.popup__title{font-size:1.5em}}@media(max-width: 1024px){.popup__title{font-size:1.4em}}.popup__title--middle{text-align:center}.popup__title span{width:100%;font-weight:bold;text-transform:uppercase}.popup__title small{width:100%;font-size:.6em;line-height:1em;font-weight:400}@media(max-width: 1024px){.popup__title small{font-size:.75em}}.tippy-tooltip{font-size:.9em;line-height:1.4em;color:var(--font-alt-secondary-color)}.alert{width:100%;padding:15px 15px 13px;font-size:1em;line-height:1.2em;position:relative}.alert__header{width:calc(100% + 30px);padding:15px 15px 13px;display:block;margin:-15px -15px 0;margin-bottom:15px;font-weight:700;display:flex;justify-content:flex-start;align-items:center}.alert__header span{flex-grow:1;font-family:var(--font-secondary);font-weight:500;font-size:1em;line-height:1em;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset}.alert__close{display:flex;justify-content:center;align-items:center;cursor:pointer;transition:transform .3s ease-in-out}.alert__close:hover{transform:rotate(180deg)}.alert--small{font-size:.9em;line-height:1.2em}.alert--success{background-color:#30c377;color:#094124}.alert--success:after{background-color:#57df98}.alert--success .alert__header{color:#094124;background-color:#39db88}.alert--warning{background-color:#ffba02;color:#592f02}.alert--warning:after{background-color:#ffd45f}.alert--warning .alert__header{color:#592f02;background-color:#ffdb7a}.alert--danger{background-color:#f55;color:#590d0d}.alert--danger:after{background-color:#ff8c8c}.alert--danger .alert__header{color:#590d0d;background-color:#ff8282}.alert--notice{background-color:#e2dac3;color:#4b4633}.alert--notice:after{background-color:#fffdf7}.alert--notice .alert__header{color:#4b4633;background-color:#eee7d4}.alert--autoclose{padding-bottom:15px;animation:alert_anim 8s linear forwards}.alert--autoclose:hover{animation-play-state:paused}.alert--autoclose:hover:after{animation-play-state:paused}.alert--autoclose:before{content:"";width:100%;height:2px;position:absolute;z-index:1;bottom:0;right:0;background-color:rgba(0,0,0,.2)}.alert--autoclose:after{content:"";width:100%;height:2px;position:absolute;z-index:2;bottom:0;left:0;animation:alert_bar_anim 8s linear forwards}@keyframes alert_anim{from{opacity:0}5%{opacity:1}95%{opacity:1}99%{opacity:0}to{display:none;opacity:0}}@keyframes alert_bar_anim{from{width:0%}to{width:100%}}.alert-messages{display:flex;flex-direction:column;gap:.5em;position:fixed;z-index:8888;right:20px;bottom:20px}@media(max-width: 480px){.alert-messages{left:20px}}.alert-messages .alert{width:320px;max-width:360px}@media(max-width: 480px){.alert-messages .alert{width:100%;max-width:100%}}.pagination{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:.2em}.pagination .btn{aspect-ratio:1/1;padding:0}.pagination__dots{pointer-events:none;opacity:.5}.preloader{width:100%;height:100dvh;position:fixed;top:0;left:0;z-index:9999;background:#f0ece2;display:flex;justify-content:center;align-items:center;opacity:0;pointer-events:none;transition:opacity .3s ease-in-out}.preloader.active{opacity:1;pointer-events:all}.preloader__content{width:100px;aspect-ratio:1/1;position:relative;display:flex;justify-content:center;align-items:center;background-color:#fbf8f0;border-radius:50%}.preloader__content-spin{width:calc(100% - 10px);height:calc(100% - 10px);position:absolute;top:5px;left:5px}.preloader__content-logo{transform:translateX(2px)}.annotation{width:100%;padding:10px 20px 9px;font-size:.9em;line-height:1.2em;position:relative;background-color:#e7e0ce;color:var(--font-secondary-color)}.annotation--error{background-color:#ffbfbf}.loader{width:100%;display:flex;justify-content:center;align-items:center}.loader:after{content:"";width:50px;aspect-ratio:1/1;background:url("../images/preloader-spin-alt.svg");background-size:100% 100%}.text-area{width:100%;font-family:var(--font-secondary);font-size:1em;line-height:1.4em;color:var(--font-secondary);font-weight:400}.text-area--backgrounded{background-color:#f4ecd3;border:1px solid #d5ceba;padding:20px}.text-area>*:not(:first-child){margin-top:1.1em}.text-area>img{width:100%;display:block;margin:0;padding:0}.text-area b{font-family:var(--secondary-font)}.text-area p b{color:#000}.text-area p img{height:auto !important;max-width:100% !important;vertical-align:middle}.text-area ul,.text-area ol{padding-left:20px}.text-area ul li::marker,.text-area ol li::marker{color:var(--font-primary-color);font-weight:700}.text-area ul li:not(:first-child),.text-area ol li:not(:first-child){margin-top:1em}.text-area ul li img,.text-area ol li img{vertical-align:middle}.text-area ul li{position:relative;list-style-type:none}.text-area ul li:after{content:"";width:8px;height:8px;display:block;position:absolute;top:9px;left:-20px;background:var(--font-primary-color)}.text-area ul ul:not(:first-child){margin-top:1em}.text-area a:not(.btn,.download__row-buttons a){text-decoration:underline;transition:color .3s ease-in-out}.text-area a:not(.btn,.download__row-buttons a):hover{color:var(--font-primary-color)}.text-area hr{border:none;border-bottom:1px solid #dadad5}.text-area hr:not(:first-child){margin-top:1.5em}.text-area hr:not(:last-child){margin-bottom:1.5em}.text-area h1,.text-area h2,.text-area h3,.text-area h4,.text-area h5,.text-area h6{font-family:var(--font-primary);color:#000;font-weight:700}.text-area h1 b,.text-area h2 b,.text-area h3 b,.text-area h4 b,.text-area h5 b,.text-area h6 b{font-family:var(--font-primary)}.text-area h1{font-size:2em;line-height:1em}.text-area h2{font-size:1.8em;line-height:1em}.text-area h3{font-size:1.6em;line-height:1em}.text-area h4,.text-area h5,.text-area h6{font-size:1.4em;line-height:1em}.text-area table{width:100% !important;border-spacing:0px;border-collapse:collapse;font-weight:500}.text-area table tr td{padding-top:.8em;padding-bottom:.8em}.text-area table tr td:not(:last-child){padding-right:1em}.text-area table tr td img{vertical-align:middle}.text-area table thead tr td{font-family:var(--font-primary);font-size:.8em;line-height:1em;color:#898989;text-transform:uppercase;border-bottom:1px solid #dadad5}.text-area table thead:first-child tr:first-child td{padding-top:0px}.text-area table thead:last-child tr:last-child td{padding-bottom:0px}.text-area table tbody tr:not(:last-child) td{border-bottom:1px solid #dadad5}.text-area table tbody:first-child tr:first-child td{padding-top:0px}.text-area table tbody:last-child tr:last-child td{padding-bottom:0px}.table-wrapper{width:100%;overflow-x:auto;padding-bottom:2px}.table-wrapper::-webkit-scrollbar{width:4px;height:4px;background-color:#dadad5}.table-wrapper::-webkit-scrollbar-thumb{background-color:#2a2a2a}.table-wrapper::-webkit-scrollbar-thumb:hover{background-color:#2a2a2a}.spoiler{width:100%;background:rgba(255,255,255,.3);border:1px solid #dadad5}.spoiler__title{width:100%;padding:.9em 3em .8em 1em !important;font-family:var(--font-primary);font-size:1em;line-height:1em;font-weight:700;color:#000;cursor:pointer;position:relative;transition:background-color .3s ease-in-out;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;column-gap:10px;border-bottom:1px solid #dadad5;margin-bottom:-1px}@media(max-width: 1024px){.spoiler__title{font-size:20px;line-height:20px}}.spoiler__title:hover{background-color:#fff}.spoiler__title:before{content:"";display:block;height:100%;aspect-ratio:1/1;position:absolute;right:0;background:url("../images/icon/alt-arrow.png") center center no-repeat;transition:transform .3s ease-in-out}.spoiler__title img{height:30px}.spoiler.active>.spoiler__title:before{transform:rotate(180deg)}.spoiler__content{width:100%;display:grid;grid-template-rows:0fr;transition:grid-template-rows .5s ease-in-out}.spoiler__content-layout{width:100%;padding:0 20px;overflow:hidden;transition:padding .3s ease-in-out}.spoiler.active .spoiler__content{grid-template-rows:1fr}.spoiler.active .spoiler__content-layout{padding:20px 20px}.icon-stroke{width:100%}.icon-stroke__line{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.icon-stroke__line:not(:first-child){margin-top:15px}.icon-stroke__line-icon{width:32px;height:32px;align-self:stretch;position:relative}@media(max-width: 1024px){.icon-stroke__line-icon{width:24px;height:24px}}.icon-stroke__line-icon img{display:block;width:100%;height:100%;position:absolute;object-fit:cover;object-position:center center}.icon-stroke__line-text{width:calc(100% - 32px);padding-left:15px;display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;padding-top:3px}@media(max-width: 1024px){.icon-stroke__line-text{width:calc(100% - 24px);padding-left:10px;padding-top:1px}}.tabs{width:100%}.tabs__switch{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;column-gap:20px;row-gap:10px;flex-wrap:wrap;border-bottom:1px solid #212121;padding-bottom:1.1em;margin-bottom:1.1em}.tabs__switch-item{font-size:.9em;line-height:.9em;text-transform:uppercase;font-weight:700;transition:color .3s ease-in-out;cursor:pointer}.tabs__switch-item:hover,.tabs__switch-item.active{color:var(--font-primary-color)}.tabs__layout{width:100%;position:relative;overflow:hidden}.tabs__layout-content{width:100%;position:absolute;z-index:1;top:0;left:0;pointer-events:none;opacity:0;transition:opacity .3s ease-in-out}.tabs__layout-content.active{position:relative;opacity:1;pointer-events:all}.nav{width:100%;position:fixed;z-index:10;top:0;left:0;background-color:#212121;font-size:18px}.nav__container{width:calc(100% - var(--page-gap-x)*2);max-width:1840px;height:var(--page-nav-height);margin:0px auto;position:relative;z-index:1;display:flex;justify-content:flex-start;align-items:center;column-gap:40px}@media(max-width: 1024px){.nav__container{column-gap:20px}}.nav__logo{display:flex;justify-content:center;align-items:center;transition:transform .3s ease-in-out}.nav__logo:hover{transform:scale(1.1)}.nav__links{list-style-type:none;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;row-gap:0px;column-gap:40px}@media(max-width: 1240px){.nav__links{column-gap:30px}}@media(max-width: 1024px){.nav__links{position:fixed;top:var(--page-nav-height);right:20px;z-index:10;height:auto;max-height:calc(100dvh - var(--page-nav-height) - 20px);width:calc(100% - var(--page-gap-x)*2);max-width:320px;flex-direction:column;flex-wrap:nowrap;background:#141414;overflow-y:auto;transform:translateY(-43px);opacity:0;pointer-events:none;transition:transform .3s ease-in-out,opacity .3s ease-in-out}}.nav__links.active{transform:translateY(0px);opacity:1;pointer-events:all}.nav__links>li{position:relative}@media(max-width: 1024px){.nav__links>li{width:100%}.nav__links>li:not(:last-child){border-bottom:1px solid #2b2b2b}}.nav__links-item{font-size:.9em;line-height:1em;color:var(--font-alt-secondary-color);white-space:nowrap;text-transform:uppercase;display:flex;justify-content:space-between;align-items:center;gap:8px;transition:color .3s ease-in-out}@media(max-width: 1024px){.nav__links-item{padding:16px 16px 16px}}.nav__links-item:hover,.nav__links-item.active{color:var(--font-alt-primary-color)}.nav__links-droplink:after{content:"";width:13px;height:7px;background:url("../images/lang/arrow.png") center center no-repeat;background-size:100% 100%;margin-top:-1px;transition:transform .3s ease-in-out}.nav__links-droplink.active:after{transform:scale(1, -1)}.nav__links-dropbox{list-style-type:none;position:absolute;min-width:calc(100% + 32px);top:calc(100% + 32px);left:-16px;opacity:0;pointer-events:none;transform:translateY(-43px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;background:#141414;overflow:hidden}@media(max-width: 1460px){.nav__links-dropbox{top:calc(100% + 30px)}}@media(max-width: 1024px){.nav__links-dropbox{min-width:100%;top:0;left:0;box-shadow:none;background:#0c0c0c;border-radius:0px;border-top:1px solid #2b2b2b;transform:translateY(0px);transition:opacity 0s ease-in-out,transform 0s ease-in-out;display:none}}.nav__links-dropbox>li{position:relative}.nav__links-dropbox.active{opacity:1;pointer-events:all;transform:translateY(0px);display:block}@media(max-width: 1024px){.nav__links-dropbox.active{position:relative}}.nav__links-dropbox>li:not(:last-child){border-bottom:1px solid #2b2b2b}@media(max-width: 1024px){.nav__links-dropbox>li:not(:last-child){border-bottom:1px solid #222}}.nav__links-dropbox-link{display:flex;justify-content:flex-start;align-items:center;gap:8px;font-size:.85em;line-height:1em;color:var(--font-alt-secondary-color);white-space:nowrap;text-transform:uppercase;padding:16px 16px 16px;transition:color .3s ease-in-out,background-color .3s ease-in-out}.nav__links-dropbox-link:hover,.nav__links-dropbox-link.active{color:var(--font-alt-primary-color);background-color:#202020}.nav__links-dropbox-link--middle{width:100%;justify-content:center;text-align:center}.nav__languages{position:relative;list-style-type:none;margin-left:auto}.nav__languages-item{display:flex;justify-content:flex-start;align-items:center}.nav__languages-item-icon{width:28px;height:22px;position:relative;display:flex;justify-content:center;align-items:center;border:1px solid var(--primary-alt-color);padding:2px}.nav__languages-item-icon img{width:100%;height:100%;position:relative;z-index:1;transition:filter .3s ease-in-out}.nav__languages-item:hover .nav__languages-item-icon img{filter:brightness(120%)}.nav__languages-item-name{padding-left:8px;font-size:.9em;line-height:1em;color:var(--font-alt-secondary-color);white-space:nowrap;text-transform:uppercase;transition:color .3s ease-in-out}@media(max-width: 1460px){.nav__languages-item-name{display:none}}.nav__languages-item:hover .nav__languages-item-name{color:var(--font-alt-primary-color)}.nav__languages-current .nav__languages-item:after{content:"";width:13px;height:7px;background:url("../images/lang/arrow.png") center center no-repeat;background-size:100% 100%;margin-left:8px;margin-top:-1px;transition:transform .3s ease-in-out}.nav__languages.active .nav__languages-current .nav__languages-item-name{color:var(--font-alt-primary-color)}.nav__languages.active .nav__languages-current .nav__languages-item:after{transform:scale(1, -1)}.nav__languages-current{display:flex;justify-content:flex-start;align-items:center}.nav__languages-stroke{position:absolute;min-width:calc(100% + 32px);top:calc(100% + 29px);left:-16px;opacity:0;pointer-events:none;transform:translateY(-43px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;background:#141414}@media(max-width: 1460px){.nav__languages-stroke{min-width:auto;top:calc(100% + 27px)}}@media(max-width: 1024px){.nav__languages-stroke{top:calc(100% + 24px)}}.nav__languages-stroke ul{list-style-type:none}.nav__languages-stroke ul li:not(:last-child){border-bottom:1px solid #2b2b2b}.nav__languages-stroke ul li a{padding:16px;transition:color .3s ease-in-out,background-color .3s ease-in-out}.nav__languages-stroke ul li a:hover{background-color:#202020}.nav__languages.active .nav__languages-stroke{opacity:1;pointer-events:all;transform:translateY(0px)}.nav__user{position:relative;flex-shrink:1}.nav__user-content{max-width:240px;display:flex;justify-content:flex-start;align-items:center;gap:10px;cursor:pointer}.nav__user-content-avatar{width:40px;aspect-ratio:1/1;overflow:hidden;padding:2px;display:flex;justify-content:flex-start;align-items:center;flex-shrink:0;border:1px solid #fff;transition:border .3s ease-in-out}.nav__user-content-avatar span{width:100%;height:100%;position:relative}.nav__user-content-avatar span img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center center}.nav__user-content-info{display:flex;flex-direction:column;gap:.2em;padding-top:2px;overflow:hidden}.nav__user-content-info-name{font-family:var(--font-secondary);font-weight:500;font-size:1em;line-height:1em;color:var(--font-alt-secondary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset;transition:color .3s ease-in-out}.nav__user-content-info-balance{display:flex;justify-content:flex-start;align-items:center;gap:.3em;font-size:.9em;line-height:1em;white-space:nowrap;color:var(--font-alt-primary-color)}@media(max-width: 1460px){.nav__user-content-info{display:none}}.nav__user-content:after{content:"";width:13px;height:7px;background:url("../images/lang/arrow.png") center center no-repeat;background-size:100% 100%;margin-top:-1px;transition:transform .3s ease-in-out;flex-shrink:0}@media(max-width: 1460px){.nav__user-content:after{display:none}}.nav__user:hover .nav__user-content-avatar,.nav__user.active .nav__user-content-avatar{border:1px solid var(--primary-alt-color)}.nav__user:hover .nav__user-content-info-name,.nav__user.active .nav__user-content-info-name{color:var(--font-alt-primary-color)}.nav__user.active .nav__user-content:after{transform:scale(1, -1)}.nav__user-dropbox{list-style-type:none;position:absolute;min-width:100%;top:calc(100% + 20px);right:0;opacity:0;pointer-events:none;transform:translateY(-43px);transition:opacity .3s ease-in-out,transform .3s ease-in-out;background:#141414;overflow:hidden}@media(max-width: 1460px){.nav__user-dropbox{top:calc(100% + 18px)}}@media(max-width: 1024px){.nav__user-dropbox{top:calc(100% + 15px)}}.nav__user-dropbox>li{position:relative}.nav__user-dropbox>li:not(:last-child){border-bottom:1px solid #2b2b2b}.nav__user-dropbox-link{display:flex;justify-content:flex-start;align-items:center;gap:8px;font-size:.85em;line-height:1em;color:var(--font-alt-secondary-color);white-space:nowrap;text-transform:uppercase;padding:16px 16px 16px;transition:color .3s ease-in-out,background-color .3s ease-in-out}.nav__user-dropbox-link:hover,.nav__user-dropbox-link.active{color:var(--font-alt-primary-color);background-color:#202020}.nav__user-dropbox-link--middle{width:100%;justify-content:center;text-align:center}.nav__user.active .nav__user-dropbox{opacity:1;pointer-events:all;transform:translateY(0px);display:block}.nav__buttons{display:flex;justify-content:center;align-items:center;gap:5px}@media(max-width: 1460px){.nav__buttons .btn{height:40px;padding:0 16px;gap:10px;padding:0;aspect-ratio:1/1}.nav__buttons .btn i{font-size:14px;line-height:14px}.nav__buttons .btn span{font-size:14px;line-height:14px;padding-top:1px}.nav__buttons .btn span{display:none}}.nav__open{padding:0;aspect-ratio:1/1;display:none}@media(max-width: 1024px){.nav__open{display:flex}}.nav__open i.bi-list{font-size:20px}.nav__open i.bi-x-lg{font-size:16px}.nav__open .bi-x-lg{display:none}.nav__open.active .bi-list{display:none}.nav__open.active .bi-x-lg{display:block}.main-header{width:100%;height:auto;min-height:calc(100dvh - var(--page-nav-height));background:url("../images/bg/main-header-bg.jpg") top center;background-size:cover;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:120px 0}@media(max-width: 1680px){.main-header{padding:100px 0}}@media(max-width: 1460px){.main-header{padding:80px 0}}@media(max-width: 1024px){.main-header{min-height:auto}}.main-header .container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px}@media(max-width: 2560px){.main-header .container{gap:40px}}@media(max-width: 1460px){.main-header .container{gap:30px}}.main-header__logo{transition:transform .3s ease-in-out,filter .3s ease-in-out}.main-header__logo:hover{transform:scale(1.05);filter:brightness(110%)}@media(max-width: 1680px){.main-header__logo img{width:460px}}@media(max-width: 1460px){.main-header__logo img{width:400px}}@media(max-width: 1024px){.main-header__logo img{width:300px;max-width:calc(100vw - 80px)}}.main-header__text{width:100%;max-width:840px;font-size:1.2em;line-height:1.4em;text-align:center}@media(max-width: 1680px){.main-header__text{font-size:1em;line-height:1.4em}}@media(max-width: 1024px){.main-header__text{max-width:420px}}.main-header__buttons{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.main-header__buttons .btn{width:100%;max-width:260px;letter-spacing:2px;font-size:1.2em}@media(max-width: 1680px){.main-header__buttons .btn{font-size:1em}}@media(max-width: 1460px){.main-header__buttons .btn{max-width:200px;height:50px;padding:0 20px;gap:10px}.main-header__buttons .btn i{font-size:1em;line-height:1em;padding-top:1px}.main-header__buttons .btn span{font-size:.9em;line-height:.9em;padding-top:1px}}.header{width:100%;height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:120px 0 0}@media(max-width: 1680px){.header{padding:100px 0 0}}@media(max-width: 1460px){.header{padding:80px 0 0}}.header .container{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px}@media(max-width: 2560px){.header .container{gap:40px}}@media(max-width: 1460px){.header .container{gap:30px}}.header__logo{transition:transform .3s ease-in-out,filter .3s ease-in-out}.header__logo:hover{transform:scale(1.05);filter:brightness(110%)}@media(max-width: 1680px){.header__logo img{width:460px}}@media(max-width: 1460px){.header__logo img{width:400px}}@media(max-width: 1024px){.header__logo img{width:300px;max-width:calc(100vw - 80px)}}.page-background{width:100%;min-height:calc(100dvh - var(--page-nav-height));position:absolute;top:var(--page-nav-height);left:0;-webkit-mask:linear-gradient(to top, transparent 0%, black 40%, black 100%);-webkit-mask-size:100% 100%}@media(max-width: 1024px){.page-background{min-height:418.75px}}.page-background img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:top center}.main-about{background:url("../images/bg/main-about-bg.jpg") top center;background-size:cover}.main-about .container{display:flex;flex-direction:column;gap:40px}@media(max-width: 1024px){.main-about .container{gap:20px}}.main-about__title{width:100%;font-size:4em;line-height:1em;font-weight:700;text-transform:uppercase;text-align:center;position:relative}@media(max-width: 1680px){.main-about__title{font-size:3em}}@media(max-width: 1460px){.main-about__title{font-size:2.5em}}@media(max-width: 1024px){.main-about__title{font-size:2em}}.main-about__title span{position:relative;z-index:2}.main-about__title:after{content:attr(data-title);position:absolute;width:100%;top:0;left:0;font-size:1.3em;opacity:.1;translate:0% -40%}.main-about__list{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;row-gap:60px;position:relative;padding:60px 0;margin-bottom:-20px;background:linear-gradient(to right, transparent 0px, transparent 50%, var(--secondary-color) 50%, var(--secondary-color) calc(50% + 1px), transparent calc(50% + 1px), transparent 100%)}@media(max-width: 1680px){.main-about__list{row-gap:40px;padding:40px 0}}@media(max-width: 1460px){.main-about__list{row-gap:30px}}@media(max-width: 1024px){.main-about__list{padding:20px 0}}.main-about__list:after,.main-about__list:before{content:"";width:9px;height:9px;background-color:var(--primary-color);position:absolute;z-index:2;left:50%;translate:-50% 0}.main-about__list:after{top:0}.main-about__list:before{bottom:0}.main-about__item{width:50%;display:flex;align-items:center;position:relative}@media(max-width: 640px){.main-about__item{align-self:stretch}}.main-about__item:nth-child(odd){justify-content:flex-end;padding-right:60px}@media(max-width: 1024px){.main-about__item:nth-child(odd){padding-right:30px}}.main-about__item:nth-child(even){justify-content:flex-start;padding-left:60px}@media(max-width: 1024px){.main-about__item:nth-child(even){padding-left:30px}}.main-about__item span{font-size:1.3em;line-height:1em;font-weight:700;text-transform:uppercase;padding:.5em .5em .4em;background-color:rgba(255,255,255,.4);border:1px solid rgba(0,0,0,.4);position:relative}@media(max-width: 1680px){.main-about__item span{font-size:1.1em}}@media(max-width: 1460px){.main-about__item span{font-size:1em}}@media(max-width: 640px){.main-about__item span{width:100%;height:100%;text-align:center !important;display:flex;justify-content:center;align-items:center;padding:1em 1em 1em}}@media(max-width: 480px){.main-about__item span{font-size:.9em}}.main-about__item span:before{content:"";width:9px;height:9px;background-color:var(--primary-color);position:absolute;z-index:2;top:50%}.main-about__item:nth-child(odd) span{text-align:right}.main-about__item:nth-child(odd) span:before{right:-20px;translate:50% -50%}@media(max-width: 1024px){.main-about__item:nth-child(odd) span:before{right:-10px}}.main-about__item:nth-child(even) span:before{left:-20px;translate:-50% -50%}@media(max-width: 1024px){.main-about__item:nth-child(even) span:before{left:-10px}}.main-about__item:after{content:"";width:40px;height:1px;background-color:var(--secondary-color);position:absolute;z-index:1;top:50%}@media(max-width: 1024px){.main-about__item:after{width:20px}}.main-about__item:nth-child(odd):after{right:0%}.main-about__item:nth-child(even):after{left:0%}.main-about__item:before{content:"";width:9px;height:9px;background-color:var(--primary-color);position:absolute;z-index:2;top:50%}.main-about__item:nth-child(odd):before{right:0%;translate:50% -50%}.main-about__item:nth-child(even):before{left:0%;translate:-50% -50%}.main-features{background:url("../images/bg/main-features-bg.jpg") top center;background-size:100% auto;background-attachment:fixed;overflow:hidden}.main-features .container{display:flex;flex-direction:column;gap:120px}@media(max-width: 1680px){.main-features .container{gap:100px}}@media(max-width: 1460px){.main-features .container{gap:80px}}@media(max-width: 1024px){.main-features .container{gap:60px}}.main-features__list{width:100%;display:flex;flex-direction:column;gap:120px}@media(max-width: 1680px){.main-features__list{gap:100px}}@media(max-width: 1460px){.main-features__list{gap:80px}}@media(max-width: 1024px){.main-features__list{gap:60px}}.main-features__item{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:40px;border-bottom:1px solid rgba(238,227,201,.15);color:var(--font-alt-light-color);position:relative}.main-features__item-col{width:calc((100% - 40px)/2);align-self:stretch;position:relative;z-index:3}.main-features__item-col--content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding-bottom:120px}@media(max-width: 1680px){.main-features__item-col--content{padding-bottom:100px}}@media(max-width: 1460px){.main-features__item-col--content{padding-bottom:80px}}@media(max-width: 1024px){.main-features__item-col--content{padding-bottom:60px;text-align:center}}@media(max-width: 760px){.main-features__item-col--content{width:100%;padding-bottom:30px}}.main-features__item-col--image{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;z-index:2}@media(max-width: 760px){.main-features__item-col--image{width:100%}}.main-features__item-col--image img{width:110%;margin-top:-10%}@media(max-width: 1024px){.main-features__item-col--image img{width:140%}}@media(max-width: 760px){.main-features__item-col--image img{width:70%}}@media(max-width: 640px){.main-features__item-col--image img{width:80%}}.main-features__item:nth-child(even) .main-features__item-col--image{order:-1}@media(max-width: 760px){.main-features__item:nth-child(even) .main-features__item-col--image{order:2}}.main-features__item-title{width:100%;font-size:4em;line-height:1em;font-weight:700;text-transform:uppercase;position:relative;color:var(--font-alt-secondary-color)}@media(max-width: 1680px){.main-features__item-title{font-size:3em}}@media(max-width: 1460px){.main-features__item-title{font-size:2.5em}}@media(max-width: 1024px){.main-features__item-title{font-size:2em}}.main-features__item-title span{position:relative;z-index:2}.main-features__item-title:after{content:attr(data-title);position:absolute;width:100%;top:0;left:0;font-size:1.3em;opacity:.05;translate:0% -40%}.main-features__item p{width:100%;font-size:1.2em;line-height:1.4em}.main-features__item p:not(:first-child){margin-top:1.1em}@media(max-width: 1024px){.main-features__item p{font-size:1em;line-height:1.2em}}.main-features__item-light{width:100%;height:100%;position:absolute;z-index:1;left:0;bottom:0}.main-features__more{width:100%;display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;gap:40px}@media(max-width: 1460px){.main-features__more{gap:20px}}.main-features__more-item{width:calc((100% - 120px)/4);align-self:stretch;padding:40px 30px;border:1px solid rgba(238,227,201,.15);color:var(--font-alt-light-color);text-align:center;position:relative;cursor:pointer;overflow:hidden;transition:border .3s ease-in-out}@media(max-width: 1460px){.main-features__more-item{width:calc((100% - 60px)/4)}}@media(max-width: 1240px){.main-features__more-item{width:calc((100% - 20px)/2)}}@media(max-width: 640px){.main-features__more-item{width:100%}}.main-features__more-item:hover{border:1px solid rgba(238,227,201,.5)}.main-features__more-item:after{content:"";width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;background:url("../images/features/box_light.png");background-size:100% 100%;opacity:.2;transition:scale .3s ease-in-out,opacity .3s ease-in-out}.main-features__more-item:hover:after{scale:1.3;opacity:.4}.main-features__more-item-icon{width:100px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;position:relative;z-index:2;margin:0 auto}.main-features__more-item-icon:after{content:"";width:100%;height:100%;position:absolute;z-index:1;top:0;left:0;background:url("../images/icon/icon-alt-bg.png");background-size:100% 100%}.main-features__more-item-icon i{position:relative;z-index:2;color:var(--font-primary-color);font-size:1.5em;line-height:1em}.main-features__more-item h3{font-size:1.2em;line-height:1.2em;text-transform:uppercase;color:var(--font-alt-secondary-color);position:relative;z-index:2}.main-features__more-item h3:not(:first-child){margin-top:1.5em}.main-features__more-item p{font-size:.9em;position:relative;z-index:2}.main-features__more-item p:not(:first-child){margin-top:1em}.main-start{background:url("../images/bg/main-startr-bg.jpg") top center;background-size:cover}.main-start__content{width:calc((100% - 40px)/2);display:flex;flex-direction:column;gap:40px}@media(max-width: 1680px){.main-start__content{gap:30px}}@media(max-width: 1024px){.main-start__content{width:100%;gap:20px}}.main-start__title{width:100%;text-align:center;display:flex;flex-direction:column;gap:.1em;font-size:3.5em;line-height:1em;text-transform:uppercase}@media(max-width: 1680px){.main-start__title{font-size:3em}}@media(max-width: 1460px){.main-start__title{font-size:2.75em}}@media(max-width: 1024px){.main-start__title{font-size:2.5em}}.main-start__title span{font-weight:bold;color:var(--font-primary-color)}.main-start__title small{font-size:.7em;line-height:1em}.main-start__text{width:100%;text-align:center;font-size:1.2em;line-height:1.4em}@media(max-width: 1680px){.main-start__text{font-size:1em;line-height:1.4em}}.main-start__buttons{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.main-start__buttons .btn{width:100%;max-width:260px;letter-spacing:2px;font-size:1.2em}@media(max-width: 1680px){.main-start__buttons .btn{font-size:1em}}@media(max-width: 1460px){.main-start__buttons .btn{max-width:200px;height:50px;padding:0 20px;gap:10px}.main-start__buttons .btn i{font-size:1em;line-height:1em;padding-top:1px}.main-start__buttons .btn span{font-size:.9em;line-height:.9em;padding-top:1px}}.main-start__character{height:calc(100% + 50px);position:absolute;left:50%;bottom:0;translate:-30% 0}@media(max-width: 1024px){.main-start__character{display:none}}.footer{background:url("../images/bg/footer-bg.jpg") top center;background-size:cover}.footer__socials{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:40px}.footer__socials:not(:first-child){padding-top:60px}.footer__socials:not(:last-child){border-bottom:1px solid rgba(238,227,201,.15);padding-bottom:60px}@media(max-width: 1024px){.footer__socials{gap:20px}}.footer__socials-content{width:calc((100% - 40px)/2);display:flex;flex-direction:column;gap:20px}@media(max-width: 1680px){.footer__socials-content{gap:10px}}@media(max-width: 1024px){.footer__socials-content{width:100%;gap:10px;text-align:center}}.footer__socials-content h2{font-size:2em;line-height:1em;text-transform:uppercase;color:var(--font-alt-primary-color)}.footer__socials-content p{width:100%;font-size:1em;line-height:1.4em;color:var(--font-alt-secondary-color)}@media(max-width: 1680px){.footer__socials-content p{font-size:.9em;line-height:1.4em}}.footer__socials-list{width:calc((100% - 40px)/2);display:flex;justify-content:flex-end;align-items:flex-start;align-self:stretch;gap:40px}@media(max-width: 1024px){.footer__socials-list{width:100%;justify-content:center;gap:20px}}.footer__socials-list a{height:100%;min-height:64px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;border:1px solid #fff;position:relative}@media(max-width: 1024px){.footer__socials-list a{height:48px;min-height:48px}}.footer__socials-list a img{position:relative;z-index:2}@media(max-width: 1024px){.footer__socials-list a img{width:60%}}.footer__socials-list a:after{content:"";width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;top:2px;left:2px;transform-origin:left center;scale:0 1;transition:scale .3s ease-in-out}.footer__socials-list a:hover:after{scale:1 1}.footer__socials-list a.vk{border-color:#5a88bd}.footer__socials-list a.vk:after{background-color:#5a88bd}.footer__socials-list a.dc{border-color:#5865f2}.footer__socials-list a.dc:after{background-color:#5865f2}.footer__socials-list a.tg{border-color:#068acb}.footer__socials-list a.tg:after{background-color:#068acb}.footer__content{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:40px;color:var(--font-alt-secondary-color)}.footer__content:not(:first-child){padding-top:60px}.footer__content:not(:last-child){border-bottom:1px solid rgba(238,227,201,.15);padding-bottom:60px}.footer__cpr{width:calc((100% - 40px)/2);display:flex;flex-direction:column;gap:40px}@media(max-width: 1024px){.footer__cpr{width:100%;gap:20px}}.footer__cpr-logos{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;column-gap:40px;row-gap:20px}@media(max-width: 1024px){.footer__cpr-logos{justify-content:center}}.footer__cpr-content{display:flex;flex-direction:column;gap:15px}@media(max-width: 1024px){.footer__cpr-content{text-align:center}}.footer__cpr-content h3{font-size:1em;line-height:1em}.footer__cpr-content p{font-size:.75em;line-height:1.4em;text-transform:uppercase;color:var(--font-alt-light-color)}.footer__cpr-links{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;column-gap:20px;row-gap:10px;font-size:.85em;line-height:1em;text-transform:uppercase}@media(max-width: 1024px){.footer__cpr-links{justify-content:center}}.footer__cpr-links a{transition:color .3s ease-in-out}.footer__cpr-links a:hover{color:var(--font-alt-primary-color)}.footer__nav{width:calc((100% - 40px)/2);display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:40px}@media(max-width: 1024px){.footer__nav{width:100%}}.footer__nav ul{width:calc((100% - 40px)/2);list-style-type:none;display:flex;flex-direction:column;gap:20px}@media(max-width: 1024px){.footer__nav ul{text-align:center;gap:10px}}@media(max-width: 640px){.footer__nav ul{width:100%}}.footer__nav ul a{font-size:1em;line-height:1em;transition:color .3s ease-in-out}.footer__nav ul a:hover{color:var(--font-alt-primary-color)}.footer__nav-title{font-size:1.1em;line-height:1.1em;font-weight:700;text-transform:uppercase;color:var(--font-alt-primary-color);margin-bottom:20px}@media(max-width: 1024px){.footer__nav-title{margin-bottom:0px}}.page-content{padding-top:50px}@media(max-width: 1460px){.page-content{padding-top:30px}}.page-content__title{width:100%;display:flex;flex-direction:column;position:relative;gap:.15em;font-size:2.5em;line-height:1em;padding-top:50px}@media(max-width: 1920px){.page-content__title{font-size:2.3em}}@media(max-width: 1680px){.page-content__title{font-size:2.1em}}@media(max-width: 1460px){.page-content__title{font-size:1.9em;padding-top:30px}}@media(max-width: 1024px){.page-content__title{font-size:1.7em}}.page-content__title:after{content:"";width:100px;height:2px;background-color:var(--primary-color);position:absolute;top:0;left:0}.page-content__title--middle{text-align:center}.page-content__title--middle:after{left:50%;translate:-50% -50%}.page-content__title span{width:100%;font-weight:bold;text-transform:uppercase}.page-content__title small{width:100%;font-size:.5em;line-height:1em;font-weight:400}@media(max-width: 1024px){.page-content__title small{font-size:.7em}}.page-content__content{width:100%;margin-top:120px}@media(max-width: 1680px){.page-content__content{margin-top:100px}}@media(max-width: 1460px){.page-content__content{margin-top:80px}}@media(max-width: 1024px){.page-content__content{margin-top:60px}}.page-content__auth{width:100%;max-width:840px;margin:0 auto}.text-page{width:100%;padding:40px;background-color:rgba(253,251,244,.65);border-top:2px solid var(--primary-color)}@media(max-width: 1024px){.text-page{padding:30px}}.start{width:100%;display:flex;flex-direction:column;position:relative;gap:30px}@media(max-width: 1024px){.start{gap:20px}}@media(max-width: 640px){.start{gap:10px}}.start:after{content:"";width:1px;height:100%;position:absolute;z-index:1;top:0;left:50%;background-color:#676767}@media(max-width: 640px){.start:after{display:none}}.start__item{width:100%;border:1px solid #676767;display:flex;justify-content:flex-end;position:relative;z-index:2}.start__item:after{content:"";width:1px;height:100%;position:absolute;z-index:1;top:0;left:50%;background-color:#676767}@media(max-width: 640px){.start__item:after{display:none}}.start__item:nth-child(even){justify-content:flex-start}.start__item:nth-child(1){background:url("../images/start/bg-step-1.jpg") center center;background-size:cover}@media(max-width: 640px){.start__item:nth-child(1){background-position:center right}}.start__item:nth-child(2){background:url("../images/start/bg-step-2.jpg") center center;background-size:cover}@media(max-width: 640px){.start__item:nth-child(2){background-position:center left}}.start__item:nth-child(3){background:url("../images/start/bg-step-3.jpg") center center;background-size:cover}@media(max-width: 640px){.start__item:nth-child(3){background-position:center right}}.start__item-content{width:50%;padding:50px 40px;display:flex;flex-direction:column;align-items:flex-start;gap:1.2em;position:relative;z-index:2}@media(max-width: 1460px){.start__item-content{padding:40px 40px}}@media(max-width: 640px){.start__item-content{width:100%;align-items:center;text-align:center;padding:30px 20px}}.start__item-content-step{font-size:.9em;line-height:.9em;font-weight:700;text-transform:uppercase;padding:10px 15px 8px;background-color:var(--primary-color);position:relative}.start__item-content-step:after{content:"";width:40px;height:1px;position:absolute;left:-40px;top:50%;background-color:#676767}@media(max-width: 640px){.start__item-content-step:after{display:none}}.start__item-content-step:before{content:"";width:10px;height:10px;background-color:var(--primary-color);position:absolute;z-index:2;top:50%;left:-40px;transform:translate(-50%, -50%)}@media(max-width: 640px){.start__item-content-step:before{display:none}}.start__item-content-title{font-size:1.4em;line-height:1em;font-weight:700;text-transform:uppercase}@media(max-width: 1460px){.start__item-content-title{font-size:1.2em}}.start__item-content-text{font-size:1.1em;line-height:1.4em;font-weight:400}@media(max-width: 1460px){.start__item-content-text{font-size:1em}}.start__item-content-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:.2em}@media(max-width: 1460px){.start__item-content-buttons .btn{height:50px;padding:0 20px;gap:10px}.start__item-content-buttons .btn i{font-size:1em;line-height:1em;padding-top:1px}.start__item-content-buttons .btn span{font-size:.9em;line-height:.9em;padding-top:1px}}.start__item:nth-child(even) .start__item-content{align-items:flex-end;text-align:right}@media(max-width: 640px){.start__item:nth-child(even) .start__item-content{align-items:center;text-align:center}}.start__item:nth-child(even) .start__item-content-step:after{content:"";width:40px;height:1px;position:absolute;left:100%;top:50%;background-color:#676767}.start__item:nth-child(even) .start__item-content-step:before{content:"";width:10px;height:10px;background-color:var(--primary-color);position:absolute;z-index:2;top:50%;left:calc(100% + 40px);transform:translate(-50%, -50%)}.auth-result{width:100%;padding:40px;background-color:rgba(253,251,244,.65);border-top:2px solid var(--primary-color);display:flex;flex-direction:column;gap:25px}@media(max-width: 1024px){.auth-result{padding:30px;gap:15px}}.auth-result__title{font-size:2em;line-height:1em;color:var(--font-primary-color);text-align:center;text-transform:uppercase}@media(max-width: 1920px){.auth-result__title{font-size:1.8em}}@media(max-width: 1680px){.auth-result__title{font-size:1.6em}}@media(max-width: 1460px){.auth-result__title{font-size:1.4em}}@media(max-width: 1024px){.auth-result__title{font-size:1.2em}}.auth-result__content{text-align:center}.auth-result__mail{font-size:7em;text-align:center;color:var(--font-primary-color)}@media(max-width: 1024px){.auth-result__mail{font-size:5em}}.auth-result__download{display:flex;flex-direction:column;gap:25px}.cabinet{width:100%;z-index:2}.cabinet .container{display:flex;justify-content:flex-start;align-items:flex-start;gap:40px}@media(max-width: 1460px){.cabinet .container{gap:30px}}.cabinet__aside{width:25%;min-width:300px;background-color:#212121;display:flex;flex-direction:column;align-self:stretch;gap:40px;padding:40px;color:var(--font-alt-secondary-color)}@media(max-width: 1024px){.cabinet__aside{display:none}}@media(max-width: 1460px){.cabinet__aside{padding:30px;gap:30px}}.cabinet__aside-header{width:100%;display:flex;flex-direction:column;gap:.4em}.cabinet__aside-header-login{font-family:var(--font-primary);font-weight:700;font-size:1.4em;line-height:1em;color:var(--font-alt-primary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset}.cabinet__aside-header-email{font-family:var(--font-secondary);font-weight:500;font-size:1em;line-height:1em;color:var(--font-alt-secondary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset}.cabinet__aside-nav{width:100%;display:flex;flex-direction:column;gap:1.4em}.cabinet__aside-nav-item{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:1em;font-size:1em;line-height:1em;font-weight:400;transition:color .3s ease-in-out}.cabinet__aside-nav-item:hover,.cabinet__aside-nav-item.active{color:var(--font-alt-primary-color)}.cabinet__content{width:calc(75% - 40px);background-color:rgba(253,251,244,.65);border-top:2px solid var(--primary-color);display:flex;flex-direction:column;align-self:stretch}@media(max-width: 1460px){.cabinet__content{width:calc(75% - 30px)}}@media(max-width: 1024px){.cabinet__content{width:100%}}.userinfo{width:100%;padding:40px;display:flex;justify-content:flex-start;align-items:center;background-color:rgba(255,255,255,.5)}@media(max-width: 1460px){.userinfo{padding:30px;font-size:.9em}}@media(max-width: 1024px){.userinfo{padding:20px}}@media(max-width: 640px){.userinfo{flex-wrap:wrap;padding-top:0}}.userinfo__subject{position:relative;display:flex;justify-content:flex-start;align-items:center;gap:30px}@media(max-width: 1460px){.userinfo__subject{gap:20px}}@media(max-width: 640px){.userinfo__subject{width:100%}}.userinfo__subject-avatar{width:100px;aspect-ratio:1/1;border-radius:50%;overflow:hidden;position:relative}@media(max-width: 1460px){.userinfo__subject-avatar{width:80px}}@media(max-width: 1024px){.userinfo__subject-avatar{width:60px}}@media(max-width: 640px){.userinfo__subject-avatar{position:absolute;top:-1px;left:50%;transform:translate(-50%, -50%);border:2px solid var(--primary-color)}}.userinfo__subject-avatar img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center center}.userinfo__subject-info{display:flex;flex-direction:column;gap:.3em}@media(max-width: 1024px){.userinfo__subject-info{gap:.2em}}@media(max-width: 640px){.userinfo__subject-info{width:100%;padding-top:40px;align-items:center}}.userinfo__subject-login{font-family:var(--font-primary);font-weight:700;font-size:1.4em;line-height:1em;color:var(--font-secondary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset}@media(max-width: 1024px){.userinfo__subject-login{font-size:1.2em}}.userinfo__subject-email{font-family:var(--font-secondary);font-weight:700;font-size:1em;line-height:1em;color:var(--font-secondary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset}.userinfo__subject-balance{font-size:1em;line-height:1em;margin-top:.4em}.userinfo__subject-balance span{color:var(--font-primary-color)}.userinfo__info{padding-left:40px;margin-left:40px;border-left:1px solid #d5d1cc}@media(max-width: 1460px){.userinfo__info{padding-left:30px;margin-left:30px}}@media(max-width: 640px){.userinfo__info{padding-left:0px;margin-left:0px;border-left:none;display:none}}.userinfo__info ul{list-style-type:none;display:flex;flex-direction:column;gap:.3em;color:var(--font-light-color)}@media(max-width: 1024px){.userinfo__info ul{gap:0em}}.userinfo__info ul span{color:var(--font-secondary-color)}.empty-info{width:100%;display:flex;flex-direction:column;gap:10px;background-color:#f6f2ec;border:1px solid #d8d3cc;padding:20px}.empty-info__message{width:100%;text-align:center}.empty-info__buttons{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.cabinet-section{width:100%;padding:40px;display:flex;flex-direction:column;gap:30px}@media(max-width: 1460px){.cabinet-section{padding:30px;gap:20px}}@media(max-width: 1024px){.cabinet-section{padding:20px}}.cabinet-section:not(:last-child){border-bottom:1px solid #dadad5}.cabinet-section__header{width:100%;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;column-gap:1em;row-gap:1em}.cabinet-section__header h2{font-size:1.35em;line-height:1em;align-self:stretch;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;gap:.15em}.cabinet-section__header h2 small{font-size:.65em;line-height:1em;font-weight:500;color:var(--font-light-color)}.cabinet-section__header-buttons{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap;gap:.5em}.cabinet-section__content{width:100%;display:flex;flex-direction:column;gap:30px}@media(max-width: 1460px){.cabinet-section__content{gap:20px}}.cabinet-section__row{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:30px}@media(max-width: 1460px){.cabinet-section__row{gap:20px}}@media(max-width: 1024px){.cabinet-section__row{gap:20px}}.cabinet-section__column{width:calc((100% - 30px)/2);padding:30px;background-color:#f6f2ec;border:1px solid #212121;display:flex;flex-direction:column;align-self:stretch;gap:30px;position:relative}@media(max-width: 1460px){.cabinet-section__column{width:calc((100% - 20px)/2);gap:20px}}@media(max-width: 1024px){.cabinet-section__column{width:calc((100% - 20px)/2)}}@media(max-width: 640px){.cabinet-section__column{width:100%}}.cabinet-section__face{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-self:center;flex-grow:1;position:absolute;top:0;left:0;overflow:hidden;pointer-events:none}.cabinet-section__face img{height:calc(100% - 376px);position:absolute;top:0;left:50%;transform:translateX(-50%) translateY(376px)}@media(max-width: 1460px){.cabinet-section__face img{height:calc(100% - 358px);transform:translateX(-50%) translateY(358px)}}@media(max-width: 1024px){.cabinet-section__face img{height:calc(100% - 340px);transform:translateX(-50%) translateY(340px)}}.form{width:100%;display:flex;flex-direction:column;gap:30px}@media(max-width: 1460px){.form{gap:25px}}@media(max-width: 1024px){.form{gap:20px}}.form__row{width:100%;display:flex;flex-direction:column;gap:10px}.form__label{font-size:1em;line-height:1em}.form__input{width:100%;background:#e3ded5;display:flex;justify-content:flex-start;align-items:center}.form__input.bordered{border:1px solid #cfcfca}.form__input input,.form__input .input{width:100%;min-width:0;height:46px;background:none;padding:0 15px;font-size:.9em;line-height:.9em;font-weight:500;flex-grow:1;flex-shrink:1;display:flex;justify-content:flex-start;align-items:center;overflow:hidden;transition:background-color .3s ease-in-out}.form__input input span,.form__input .input span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.form__input input.input-error,.form__input .input.input-error{background-color:#ffdcdc}.form__input-buttons{display:flex;gap:3px;padding:3px;transition:background-color .3s ease-in-out}.form__input-buttons .btn span{white-space:nowrap}input.input-error+.form__input-buttons{background-color:#ffdcdc}.form__input-currency{height:100%;display:flex;justify-content:center;align-items:center;padding-right:15px;font-size:.9em;line-height:.9em;font-weight:500;white-space:nowrap;flex-shrink:0;transition:background-color .3s ease-in-out}input.input-error+.form__input-currency{background-color:#ffdcdc}.form__textarea{width:100%;background:#e3ded5;display:flex;flex-direction:column}.form__textarea.bordered{border:1px solid #cfcfca}.form__textarea textarea{width:100%;font-family:var(--font-secondary);background:none;padding:13px 15px;font-size:.9em;font-weight:500;flex-grow:1;resize:none;overflow-x:hidden}.form__textarea textarea::-webkit-scrollbar{width:4px;height:4px;background-color:#c7c7c2}.form__textarea textarea::-webkit-scrollbar-thumb{background-color:#aaaaa8}.form__textarea textarea::-webkit-scrollbar-thumb:hover{background-color:#aaaaa8}.form__textarea textarea.input-error{background-color:#ffdcdc}.form__textarea-content{width:100%;padding:15px;background:#f1ece3;display:flex;flex-direction:column;gap:15px}.form__textarea.bordered>*:not(:first-child){border-top:1px solid #cfcfca}.form__textarea .annotation{border-top:0px solid #cfcfca !important}.form__file{width:100%;display:flex;justify-content:flex-start;align-items:center}.form__select{width:100%}.form__checkbox{width:100%}.form__checkbox input{opacity:0;position:absolute !important;pointer-events:none}.form__checkbox.bordered input~label:before{border:1px solid #cfcfca}.form__checkbox input~label{display:flex;justify-content:flex-start;align-items:flex-start;position:relative}.form__checkbox input~label:before{content:"";width:16px;height:16px;display:block;background-color:#e1dcd3;cursor:pointer}.form__checkbox input~label:after{content:"";width:10px;height:10px;position:absolute;top:3px;left:3px;opacity:0;background-color:#1d1d1b;transition:opacity .3s ease-in-out;cursor:pointer}.form__checkbox input~label span{width:calc(100% - 16px);padding-left:8px;font-size:.9em;line-height:1.2em}@media(max-width: 1024px){.form__checkbox input~label span{padding-top:1px}}.form__checkbox input~label span a{text-decoration:underline;transition:color .3s ease-in-out}.form__checkbox input~label span a:hover{color:var(--font-primary-color)}.form__checkbox input:checked~label:after{opacity:1}.form .annotation{padding:10px 15px 9px}.form__buttons{width:100%;display:flex;gap:.5em;flex-wrap:wrap}.form-select{width:100%;position:relative;z-index:2;height:46px;background-color:#e3ded5;font-size:.9em;line-height:.9em;font-weight:500}.form-select--active{z-index:3}.form-select.bordered{border:1px solid #cfcfca}.form-select__current{width:100%;height:100%;position:relative;display:flex;justify-content:flex-start;align-items:center;gap:.5em;padding:0 15px;line-height:1em;padding-top:2px;cursor:pointer;transition:background-color .3s ease-in-out}.form-select__current:hover{background-color:#dad6cf}.form-select__current--placeholder{color:var(--font-light-color)}.form-select__current img{margin-top:-2px;max-height:calc(100% - 20px)}.form-select__current:after{content:"";width:11px;aspect-ratio:13/7;background:url("../images/icon/alt-arrow.png") center center no-repeat;background-size:100% 100%;margin-top:-1px;transition:transform .3s ease-in-out;margin-left:auto}.form-select--active .form-select__current:after{transform:scale(1, -1)}.form-select__stroke{width:100%;background-color:#141414;color:var(--font-alt-secondary-color);transition:height .3s ease-in-out}.form-select__stroke::-webkit-scrollbar{width:4px;height:4px;background-color:#2b2b2b}.form-select__stroke::-webkit-scrollbar-thumb{background-color:dimgray}.form-select__stroke::-webkit-scrollbar-thumb:hover{background-color:dimgray}.form-select__item{width:100%;height:47px;position:relative;display:flex;justify-content:flex-start;align-items:center;gap:.5em;padding:0 15px;line-height:1em;padding-top:2px;cursor:pointer;transition:color .3s ease-in-out,background-color .3s ease-in-out}.form-select__item:hover,.form-select__item--active{color:var(--font-alt-primary-color);background-color:#202020}.form-select__item:not(:last-child){border-bottom:1px solid #2b2b2b}.form-select__item img{margin-top:-2px;max-height:calc(100% - 20px)}.select{width:100%;position:relative;z-index:2;height:46px;background-color:#e3ded5;font-size:.9em;line-height:.9em;font-weight:500}.select_show{z-index:3}.select.bordered{border:1px solid #cfcfca}.select__toggle{width:100%;height:100%;position:relative;z-index:2;display:flex;justify-content:flex-start;align-items:center;font-family:var(--font-secondary);font-weight:500;text-align:left;gap:.5em;padding:0 15px;line-height:1em;padding-top:2px;cursor:pointer;background-color:#e3ded5;transition:background-color .3s ease-in-out}.select__toggle:hover{background-color:#dad6cf}.select__toggle img{margin-top:-2px;max-height:calc(100% - 20px)}.select__toggle:after{content:"";width:11px;aspect-ratio:13/7;background:url("../images/icon/alt-arrow.png") center center no-repeat;background-size:100% 100%;margin-top:-1px;transition:transform .3s ease-in-out;margin-left:auto}.select_show .select__toggle:after{transform:scale(1, -1)}.select__dropdown{width:100%;background-color:#141414;color:var(--font-alt-secondary-color);opacity:0;transform:translateY(-46px);pointer-events:none;transition:opacity .3s ease-in-out,transform .3s ease-in-out;position:relative;z-index:1}.select__dropdown::-webkit-scrollbar{width:4px;height:4px;background-color:#2b2b2b}.select__dropdown::-webkit-scrollbar-thumb{background-color:dimgray}.select__dropdown::-webkit-scrollbar-thumb:hover{background-color:dimgray}.select_show .select__dropdown{opacity:1;transform:translateY(0px);pointer-events:all}.select__option{width:100%;height:47px;position:relative;display:flex;justify-content:flex-start;align-items:center;gap:.5em;padding:0 15px;line-height:1em;padding-top:2px;cursor:pointer;transition:color .3s ease-in-out,background-color .3s ease-in-out}.select__option:hover,.select__option--active{color:var(--font-alt-primary-color);background-color:#202020}.select__option:not(:last-child){border-bottom:1px solid #2b2b2b}.select__option img{margin-top:-2px;max-height:calc(100% - 20px)}.form-couner{width:100%;position:relative;z-index:2;height:46px;font-size:.9em;line-height:.9em;font-weight:500;display:flex;justify-content:flex-start;align-items:flex-start;gap:2px}.form-couner__button{height:100%;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;white-space:nowrap;align-self:stretch;background-color:#e3ded5;transition:background-color .3s ease-in-out;cursor:pointer;font-size:20px;line-height:1}.form-couner__button:hover{background-color:#dad6cf}.form-couner__num{flex-grow:1;background-color:#e3ded5;align-self:stretch;display:flex;justify-content:center;align-items:center}.form-total{background-color:#ffe294}.form-file{display:flex;justify-content:flex-start;align-items:flex-start}.form-file.bordered{border:1px solid #cfcfca}.form-file__button{min-height:46px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;white-space:nowrap;align-self:stretch;margin-right:2px;background-color:#e3ded5;transition:background-color .3s ease-in-out;cursor:pointer}.form-file__button:hover{background-color:#dad6cf}.form-file.bordered .form-file__button{margin-right:0;border-right:1px solid #cfcfca}.form-file__input{width:100%;align-self:stretch;flex-grow:0;overflow:hidden;display:flex;flex-direction:column;justify-content:center}.form-file__input-placeholder{width:100%;height:100%;padding:15px 15px 14px;display:flex;font-family:var(--font-secondary);font-weight:500;font-size:.9em;line-height:.9em;color:var(--font-secondary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset;background-color:#e3ded5;transition:background-color .3s ease-in-out;cursor:pointer}.form-file__input-placeholder:hover{background-color:#dad6cf}.form-file__input-item{width:100%;display:flex;justify-content:flex-start;align-items:center;gap:10px;padding:7px 15px}.form-file__input-item:not(:last-child){border-bottom:1px solid #cfcfca}.form-file__input-item-preview{height:32px;aspect-ratio:1/1;position:relative;overflow:hidden;margin-left:-7px;display:flex;justify-content:center;align-items:center;background-color:#c9c5be}.form-file__input-item-preview img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:top center}.form-file__input-item-preview i{font-size:16px;line-height:1em;transform:translateX(1px)}.form-file__input-item-name{font-size:.9em;line-height:.9em;flex-grow:1}.form-file__input-item-cancel{height:22px;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;transition:background-color .3s ease-in-out;cursor:pointer;background-color:#e3ded5}.form-file__input-item-cancel:hover{background-color:#dad6cf}.form-file__input-item-cancel i{font-size:18px;line-height:.9;color:#7a7976}.inventory{width:100%}.inventory__list{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:6px}@media(max-width: 640px){.inventory__list{gap:20px;flex-direction:row}}.inventory__item{width:100%;background-color:#f6f2ec;border:1px solid #212121;display:flex;justify-content:flex-start;align-items:center}@media(max-width: 640px){.inventory__item{width:calc((100% - 20px)/2);flex-wrap:wrap;align-self:stretch}}@media(max-width: 480px){.inventory__item{width:100%}}.inventory__item-preview{width:180px;align-self:stretch;position:relative;z-index:1}@media(max-width: 1460px){.inventory__item-preview{width:150px}}@media(max-width: 640px){.inventory__item-preview{width:100%;aspect-ratio:298/145}}.inventory__item-preview img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center center}.inventory__item-preview-icon{z-index:2}.inventory__item-preview-bg{z-index:1}.inventory__item-content{flex-grow:1;padding:20px;display:flex;flex-direction:column;gap:.3em}@media(max-width: 1460px){.inventory__item-content{gap:.2em}}@media(max-width: 640px){.inventory__item-content{width:100%;align-items:center;text-align:center;padding-bottom:0;gap:.3em}}.inventory__item-content-name{font-size:1.2em;line-height:1em;font-weight:700;color:var(--font-primary-color)}@media(max-width: 1460px){.inventory__item-content-name{font-size:1em}}@media(max-width: 640px){.inventory__item-content-name{font-size:1.2em}}.inventory__item-content-price{font-size:1em;line-height:1em}@media(max-width: 1460px){.inventory__item-content-price{font-size:.9em}}.inventory__item-content-price span{font-weight:700;white-space:nowrap}.inventory__item-buttons{align-self:stretch;padding:20px;margin-left:auto;display:flex;justify-content:center;align-self:center;gap:.5em}@media(max-width: 640px){.inventory__item-buttons{width:100%;padding-top:15px}}@media(max-width: 1460px){.inventory__item-buttons .btn{height:40px;padding:0 16px;gap:10px}.inventory__item-buttons .btn i{font-size:14px;line-height:14px}.inventory__item-buttons .btn span{font-size:14px;line-height:14px;padding-top:1px}}.shop{width:100%}.shop__list{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:20px}.shop__item{width:calc((100% - 40px)/3);background-color:#f6f2ec;border:1px solid #212121}@media(max-width: 640px){.shop__item{width:calc((100% - 20px)/2)}}@media(max-width: 480px){.shop__item{width:100%}}.shop__item-header{width:100%;padding:20px;font-size:1.4em;line-height:1em;font-weight:700;color:var(--font-primary-color);text-align:center}@media(max-width: 1460px){.shop__item-header{font-size:1.2em;padding:15px 20px 13px}}.shop__item-preview{width:100%;aspect-ratio:298/145;position:relative;z-index:1}.shop__item-preview img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center center}.shop__item-preview-icon{z-index:2}.shop__item-preview-bg{z-index:1}.shop__item-content{width:100%;padding:25px 20px 30px;display:flex;flex-direction:column;gap:15px}@media(max-width: 1460px){.shop__item-content{padding:20px 20px 20px;gap:10px}}.shop__item-price{font-size:1.2em;line-height:1em;font-weight:700;text-align:center}@media(max-width: 1460px){.shop__item-price{font-size:1em}}.shop__item-buttons{display:flex;justify-content:center;align-items:center;gap:.5em}.shop__item-buttons .btn{min-width:min(100%,180px)}@media(max-width: 1460px){.shop__item-buttons .btn{height:40px;padding:0 16px;gap:10px}.shop__item-buttons .btn i{font-size:14px;line-height:14px}.shop__item-buttons .btn span{font-size:14px;line-height:14px;padding-top:1px}}.gift-shop{width:100%}.gift-shop__list{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:6px}@media(max-width: 640px){.gift-shop__list{gap:20px;flex-direction:row}}.gift-shop__item{width:100%;background-color:#f6f2ec;border:1px solid #212121;display:flex;justify-content:flex-start;align-items:center}@media(max-width: 640px){.gift-shop__item{width:calc((100% - 20px)/2);flex-wrap:wrap;align-self:stretch}}@media(max-width: 480px){.gift-shop__item{width:100%}}.gift-shop__item-preview{width:180px;align-self:stretch;position:relative;z-index:1}@media(max-width: 1460px){.gift-shop__item-preview{width:150px}}@media(max-width: 640px){.gift-shop__item-preview{width:100%;aspect-ratio:298/145}}.gift-shop__item-preview img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center center}.gift-shop__item-preview-icon{z-index:2}.gift-shop__item-preview-bg{z-index:1}.gift-shop__item-content{flex-grow:1;padding:20px;display:flex;flex-direction:column;gap:.3em}@media(max-width: 1460px){.gift-shop__item-content{gap:.2em}}@media(max-width: 640px){.gift-shop__item-content{width:100%;align-items:center;text-align:center;padding-bottom:0;gap:.3em}}.gift-shop__item-content-name{font-size:1.2em;line-height:1em;font-weight:700;color:var(--font-primary-color)}@media(max-width: 1460px){.gift-shop__item-content-name{font-size:1em}}@media(max-width: 640px){.gift-shop__item-content-name{font-size:1.2em}}.gift-shop__item-content-price{font-size:1em;line-height:1em}@media(max-width: 1460px){.gift-shop__item-content-price{font-size:.9em}}.gift-shop__item-content-price span{font-weight:700;white-space:nowrap}.gift-shop__item-buttons{align-self:stretch;padding:20px;margin-left:auto;display:flex;justify-content:center;align-self:center;gap:.5em}@media(max-width: 640px){.gift-shop__item-buttons{width:100%;padding-top:15px}}@media(max-width: 1460px){.gift-shop__item-buttons .btn{height:40px;padding:0 16px;gap:10px}.gift-shop__item-buttons .btn i{font-size:14px;line-height:14px}.gift-shop__item-buttons .btn span{font-size:14px;line-height:14px;padding-top:1px}}.gift-code{width:100%;padding:20px;background-color:#f6f2ec;border:1px solid #212121;display:flex;justify-content:flex-start;align-items:center;gap:20px}@media(max-width: 640px){.gift-code{flex-wrap:wrap}}.gift-code__title{font-size:1.1em;line-height:1em;white-space:nowrap}@media(max-width: 1460px){.gift-code__title{font-size:1em}}@media(max-width: 640px){.gift-code__title{width:100%;font-size:1.1em;text-align:center}}@media(max-width: 480px){.gift-code .form .btn{aspect-ratio:1/1;padding:0}}.gift-code .form .btn i{display:none}@media(max-width: 480px){.gift-code .form .btn i{display:block}}@media(max-width: 480px){.gift-code .form .btn span{display:none}}.referal{width:100%;display:flex;justify-content:flex-start;align-items:flex-start;gap:30px}@media(max-width: 1024px){.referal{gap:20px}}@media(max-width: 760px){.referal{flex-wrap:wrap}}.referal__info,.referal__code{padding:30px;background-color:#f6f2ec;border:1px solid #212121;display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;text-align:center;gap:20px}@media(max-width: 1024px){.referal__info,.referal__code{padding:20px}}.referal__info{width:30%;min-width:250px}@media(max-width: 760px){.referal__info{width:100%;min-width:auto}}.referal__info-count{width:100%;text-align:center;display:flex;flex-direction:column;gap:.5em}.referal__info-count-num{font-size:5em;line-height:.8em;font-weight:700;color:var(--font-primary-color);text-align:center}.referal__info-count-desc{font-size:.9em;line-height:1em;color:var(--font-light-color);text-align:center}.referal__info-text{font-size:.95em;line-height:1.3em}.referal__info .form .btn{aspect-ratio:1/1;padding:0}.referal__code{width:calc(100% - 30px - 30%)}@media(max-width: 1024px){.referal__code{width:calc(100% - 20px - 30%)}}@media(max-width: 760px){.referal__code{width:100%}}.referal__code-header{display:flex;flex-direction:column;gap:.95em;margin-bottom:-0.2em}.referal__code-header h2{width:100%;font-size:1.6em;line-height:.8em;font-weight:700;text-align:center}.referal__code-header small{font-size:.95em;line-height:1.3em;text-align:center}@media(max-width: 1240px){.referal__code .form .btn{aspect-ratio:1/1;padding:0}}.referal__code .form .btn i{display:none}@media(max-width: 1240px){.referal__code .form .btn i{display:block}}@media(max-width: 1240px){.referal__code .form .btn span{display:none}}.my-referal{width:100%;padding:30px;background-color:#f6f2ec;border:1px solid #212121;display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;text-align:center;gap:20px}@media(max-width: 1024px){.my-referal{padding:20px}}.my-referal .form .btn{aspect-ratio:1/1;padding:0}.donate-bonuses table tr td{padding-top:.65em;padding-bottom:.65em}@media(max-width: 1460px){.donate-bonuses table tr td{padding-top:.6em;padding-bottom:.6em}}@media(max-width: 1024px){.donate-bonuses table tr td{padding-top:.67em;padding-bottom:.67em}}@media(max-width: 640px){.donate-bonuses table tr td{padding-top:.8em;padding-bottom:.8em}}.support__list{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:6px}.support__list-item{width:100%;background:#f6f2ec;border:1px solid #212121;display:flex;justify-content:flex-start;align-items:center}.support__list-item.green{background:linear-gradient(to right, #a3dfbe 0%, #f6f2ec 40%, #f6f2ec 100%)}.support__list-item.yellow{background:linear-gradient(to right, #ffebb7 0%, #f6f2ec 40%, #f6f2ec 100%)}.support__list-item.red{background:linear-gradient(to right, #ffc2c2 0%, #f6f2ec 40%, #f6f2ec 100%)}.support__list-item.blue{background:linear-gradient(to right, #bbdcf1 0%, #f6f2ec 40%, #f6f2ec 100%)}.support__list-item-icon{width:80px;flex-shrink:0;aspect-ratio:1/1;display:flex;justify-content:center;align-items:center;align-self:stretch;background-color:rgba(255,255,255,.3);font-size:1.7em;line-height:1em;padding-top:.05em}@media(max-width: 1024px){.support__list-item-icon{width:50px;font-size:1.2em}}.support__list-item.green .support__list-item-icon{color:#1f633e;background-color:#82daa9}.support__list-item.yellow .support__list-item-icon{color:#995c3d;background-color:#ffdc80}.support__list-item.red .support__list-item-icon{color:#932e2e;background-color:#ff9595}.support__list-item.blue .support__list-item-icon{color:#126a85;background-color:#98cef3}.support__list-item-content{flex-grow:1;padding:20px;display:flex;flex-direction:column;gap:.3em;overflow:hidden}@media(max-width: 1024px){.support__list-item-content{padding:15px}}.support__list-item-content h2{font-family:var(--font-secondary);font-weight:500;font-size:1em;line-height:1em;color:var(--font-secondary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset}.support__list-item-content small{font-size:.9em;line-height:1em;color:var(--font-light-color)}.support__list-item-notifications{display:flex;justify-content:center;align-items:center;font-size:1.1em;line-height:1em;color:#cfcdc5;gap:.5em}.support__list-item-notifications *.active{color:var(--font-primary-color)}.support__list-item-buttons{align-self:stretch;padding:20px;margin-left:auto;display:flex;justify-content:center;align-self:center;gap:.5em}@media(max-width: 1024px){.support__list-item-buttons{padding:15px}}@media(max-width: 640px){.support__list-item-buttons .btn{aspect-ratio:1/1;padding:0}}.support__list-item-buttons .btn i{display:none}@media(max-width: 640px){.support__list-item-buttons .btn i{display:block}}@media(max-width: 640px){.support__list-item-buttons .btn span{display:none}}.support__messages{width:100%;display:flex;flex-direction:column;flex-wrap:wrap;gap:20px}@media(max-width: 1024px){.support__messages{gap:10px}}.support__messages-item{width:100%;background:#f6f2ec;border-left:2px solid var(--primary-color);display:flex;flex-direction:column;padding:20px;gap:20px}@media(max-width: 1024px){.support__messages-item{gap:15px}}.support__messages-item.answer{border-left:2px solid #8034ff}.support__messages-item-title{font-size:1em;line-height:1em;font-weight:700;margin-bottom:-5px}.support__messages-item.answer .support__messages-item-title{color:#8034ff}.support__messages-item-files{padding-top:25px;border-top:1px solid #dadad5}@media(max-width: 1024px){.support__messages-item-files{padding-top:20px}}.support__messages-item-date{font-size:.8em;line-height:1em;white-space:nowrap;color:var(--font-light-color)}.file-list{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:6px}.file-list__item{max-width:100%;display:flex;justify-content:flex-start;align-items:center;background-color:#e2e2e2;transition:background-color .3s ease-in-out}.file-list__item:hover{background-color:#d1cfcf}.file-list__item-previw{width:58px;aspect-ratio:1/1;position:relative;flex-shrink:0}.file-list__item-previw img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center center}.file-list__item-info{padding:0 15px;display:flex;flex-direction:column;gap:.3em;overflow:hidden}.file-list__item-name{font-family:var(--font-secondary);font-weight:500;font-size:.9em;line-height:1em;color:var(--font-secondary-color);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;max-height:unset;display:inline-block;-webkit-line-clamp:unset;-webkit-box-orient:unset}.file-list__item-size{font-size:.8em;line-height:1em;white-space:nowrap;color:var(--font-light-color)}.popup--product .popup__content{max-width:480px}@media(max-width: 760px){.popup--product .popup__title{text-align:center}}.product{width:100%}.product__preview{width:100%;aspect-ratio:298/145;position:relative;z-index:1}.product__preview img{width:100%;height:100%;position:absolute;top:0;left:0;object-fit:cover;object-position:center center}.product__preview-icon{z-index:2}.product__preview-bg{z-index:1}.product__content{width:100%;padding:40px}@media(max-width: 1460px){.product__content{padding:30px}}@media(max-width: 1024px){.product__content{padding:20px}}.popup--create-ticket .popup__content{max-width:720px}@media(max-width: 760px){.popup--create-ticket .popup__title{text-align:center}}.create-ticket{width:100%}.create-ticket__title{font-size:1.4em;gap:.2em}.create-ticket__title small{font-size:.7em;line-height:1.2em}.create-ticket__content{width:100%;padding:40px}@media(max-width: 1460px){.create-ticket__content{padding:30px}}@media(max-width: 1024px){.create-ticket__content{padding:20px}}.popup--download .popup__content{max-width:1080px}.popup--download .popup__layout{display:flex;flex-direction:column}.popup--download .popup__layout>*{width:100%;padding:36px}@media(max-width: 1920px){.popup--download .popup__layout>*{padding:32px}}@media(max-width: 1680px){.popup--download .popup__layout>*{padding:28px}}@media(max-width: 1460px){.popup--download .popup__layout>*{padding:24px}}@media(max-width: 1024px){.popup--download .popup__layout>*{padding:20px}}.popup--download .popup__layout>*:not(:first-child){border-top:1px solid #d8d6ce}.download{display:flex;flex-direction:column}.download__row{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.download__row-title{width:100%;font-size:1.2em;line-height:1em;font-weight:700;text-transform:uppercase;text-align:center}@media(max-width: 1460px){.download__row-title{font-size:1em}}.download__row-buttons{width:100%;max-width:780px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px}.download__row-buttons a{width:calc((100% - 20px)/3);height:74px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:.2em;position:relative;text-align:center;border-width:1px;border-style:solid;padding:10px 20px}@media(max-width: 1460px){.download__row-buttons a{height:64px}}@media(max-width: 640px){.download__row-buttons a{width:calc((100% - 10px)/2)}}@media(max-width: 480px){.download__row-buttons a{width:100%}}.download__row-buttons a:after{content:"";width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;z-index:1;top:2px;left:2px}.download__row-buttons a:before{content:"";width:calc(100% - 4px);height:calc(100% - 4px);position:absolute;z-index:2;top:2px;left:2px;transform-origin:left center;transform:scale(0, 1);transition:transform .3s ease-in-out}.download__row-buttons a:hover:before{transform:scale(1, 1)}.download__row-buttons a span,.download__row-buttons a small,.download__row-buttons a img{z-index:3}.download__row-buttons a span{font-size:1em;line-height:1em;text-transform:uppercase;font-weight:700}.download__row-buttons a small{font-size:.85em;line-height:.85em}.download__row-buttons a img{max-width:100%}.download__row-buttons a.yellow{border-color:#ffba00}.download__row-buttons a.yellow:after{background-color:#ffba00}.download__row-buttons a.yellow:before{background-color:#ffcd42}.download__row-buttons a.blue{border-color:#58a5db}.download__row-buttons a.blue:after{background-color:#58a5db}.download__row-buttons a.blue:before{background-color:#71b1df}.download__row-buttons a.red{border-color:#db5858}.download__row-buttons a.red:after{background-color:#db5858}.download__row-buttons a.red:before{background-color:#eb7070}.download__row-buttons a.green{border-color:#10d190}.download__row-buttons a.green:after{background-color:#10d190}.download__row-buttons a.green:before{background-color:#43e6af}.download__row-buttons a.intel{border-color:#0071c5}.download__row-buttons a.intel:before{background-color:rgba(0,113,197,.2)}.download__row-buttons a.amd{border-color:#009a66}.download__row-buttons a.amd:before{background-color:rgba(0,154,102,.2)}.download__row-buttons a.nvidia{border-color:#76b900}.download__row-buttons a.nvidia:before{background-color:rgba(118,185,0,.2)}.download__row-table{width:100%;max-width:780px;overflow-x:auto}.download__row-table table{width:100%;border-spacing:0px;border-collapse:collapse;font-size:.85em;line-height:1.4em}.download__row-table table thead tr{background-color:#212121}.download__row-table table thead tr th,.download__row-table table thead tr td{color:var(--font-alt-secondary-color)}.download__row-table table th,.download__row-table table td{text-align:left;padding:.5em 1em}.download__row-table table tbody tr:nth-child(even){background-color:#f0ebda}.download__row-table table tbody tr:nth-child(odd){background-color:#e7e3d3}.popup--auth .popup__content{max-width:1080px}@media(max-width: 760px){.popup--auth .popup__content{max-width:500px}}@media(max-width: 760px){.popup--auth .popup__title{text-align:center}}.auth{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}.auth__title{width:100%;display:flex;flex-direction:column;gap:.15em;font-size:1.8em;line-height:1em;text-align:center}@media(max-width: 1920px){.auth__title{font-size:1.7em}}@media(max-width: 1680px){.auth__title{font-size:1.6em}}@media(max-width: 1460px){.auth__title{font-size:1.5em}}@media(max-width: 1024px){.auth__title{font-size:1.4em}}.auth__title--middle{text-align:center}.auth__title span{width:100%;font-weight:bold;text-transform:uppercase}.auth__title small{width:100%;font-size:.6em;line-height:1em;font-weight:400}@media(max-width: 1024px){.auth__title small{font-size:.75em}}.auth__content{width:100%;align-self:stretch;display:flex;flex-direction:column;gap:36px;padding:36px;background-color:rgba(253,251,244,.65);border-top:2px solid var(--primary-color)}@media(max-width: 1920px){.auth__content{gap:32px;padding:32px}}@media(max-width: 1680px){.auth__content{gap:28px;padding:28px}}.auth__form{width:100%;display:flex;flex-direction:column;gap:32px}@media(max-width: 1920px){.auth__form{gap:28px}}@media(max-width: 1680px){.auth__form{gap:24px}}.auth__form-group{width:100%;display:flex;flex-direction:column;gap:10px}.auth__form-row{width:100%}.auth__form-row--checkbox,.auth__form-row--captcha{display:flex;flex-direction:column;gap:10px}.auth__form-row .btn{width:100%;height:56px}.auth__form-input{width:100%;height:56px;position:relative}.auth__form-input input{width:100%;height:100%;position:relative;z-index:1;background:none;padding:18px 20px 0px;border:1px solid #1d1d1b;transition:border .3s ease-in-out;font-size:1em;line-height:1em;font-weight:700}.auth__form-input input:focus{border:1px solid var(--primary-color)}.auth__form-input input:focus+label span,.auth__form-input input.inputed+label span{transform:scale(0.75) translateY(-10px)}.auth__form-input input.input-error{border:1px solid #ff6e6e}.auth__form-input label{width:100%;height:100%;position:absolute;z-index:2;top:0;left:0;pointer-events:none;display:flex;flex-direction:column;justify-content:center;padding:0 20px;color:#8e8b80;font-size:1em;line-height:1em}.auth__form-input label span{width:100%;transform-origin:top left;transition:transform .3s ease-in-out;padding-top:2px}.auth__form-checkbox{width:100%}.auth__form-checkbox input{opacity:0;position:absolute !important;pointer-events:none}.auth__form-checkbox input~label{display:flex;justify-content:flex-start;align-items:flex-start;position:relative}.auth__form-checkbox input~label:before{content:"";width:20px;height:20px;display:block;border:1px solid #1d1d1b;cursor:pointer}.auth__form-checkbox input~label:after{content:"";width:14px;height:14px;position:absolute;top:3px;left:3px;opacity:0;background-color:#1d1d1b;transition:opacity .3s ease-in-out;cursor:pointer}.auth__form-checkbox input~label span{width:calc(100% - 20px);padding-top:1px;padding-left:8px;font-size:1em;line-height:1.2em}@media(max-width: 1024px){.auth__form-checkbox input~label span{padding-top:2px}}.auth__form-checkbox input~label span a{text-decoration:underline;transition:color .3s ease-in-out}.auth__form-checkbox input~label span a:hover{color:var(--font-primary-color)}.auth__form-checkbox input.input-error~label:before{border:1px solid #ff6e6e}.auth__form-checkbox input:checked~label:after{opacity:1}.auth__form-checkbox .annotation{margin-top:10px}.auth__form-captcha{display:flex;justify-content:center;align-items:center}.auth__form-links{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;row-gap:10px;column-gap:20px}.auth__form-links a{font-size:1em;line-height:1em;text-decoration:underline;transition:color .3s ease-in-out}.auth__form-links a:hover{color:var(--font-primary-color)}/*# sourceMappingURL=style.min.css.map */