@keyframes awn-fade-in{from{opacity:0}to{opacity:1}}@keyframes awn-fade-out{from{opacity:1}to{opacity:0}}@keyframes awn-slide-right{from{opacity:0;left:100%}to{opacity:1;left:0}}@keyframes awn-slide-left{from{opacity:0;right:100%}to{opacity:1;right:0}}@keyframes awn-bar{from{right:100%}to{right:0}}.awn-popup-loading-dots,.awn-popup-loading-dots:before,.awn-popup-loading-dots:after{border-radius:50%;width:6px;height:6px;animation-fill-mode:both;background:#fff;animation:awn-loading-dots 1s infinite ease-in-out}.awn-popup-loading-dots{position:relative;margin-left:24px;display:inline-block;color:#fff;animation-delay:-0.16s}.awn-popup-loading-dots:before,.awn-popup-loading-dots:after{content:"";position:absolute;top:0}.awn-popup-loading-dots:before{left:-16px;animation-delay:-0.32s}.awn-popup-loading-dots:after{left:16px}@keyframes awn-loading-dots{0%,80%,100%{box-shadow:0 0 0 0}40%{box-shadow:0 0 0 2px}}#awn-popup-wrapper{position:fixed;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.7);z-index:99999;opacity:0;animation-name:awn-fade-in;animation-timing-function:ease-out;animation-fill-mode:both}#awn-popup-wrapper.awn-hiding{animation-name:awn-fade-out}#awn-popup-wrapper .awn-popup-body{position:relative;border-radius:6px;word-break:break-word;background:#fff;padding:24px;min-width:320px;font-size:14px;max-width:500px}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm{display:flex;flex-direction:column;align-items:center}#awn-popup-wrapper .awn-popup-body.awn-popup-confirm .fa{font-size:44px;color:#c26700}#awn-popup-wrapper .awn-popup-body.awn-popup-async-block{background:rgba(0,0,0,0);font-size:32px;font-weight:bold;color:#fff;text-align:center}#awn-popup-wrapper .awn-popup-title{font-size:14px;font-weight:bold;text-transform:uppercase;margin-top:8px}#awn-popup-wrapper .awn-buttons{width:100%;display:flex;justify-content:space-between;margin-top:24px}#awn-popup-wrapper .awn-buttons .awn-btn{border-radius:4px;border:0;font-weight:bold;transition:background .2s linear;font-size:14px;width:45%;line-height:32px;color:#fff}#awn-popup-wrapper .awn-buttons-1 .awn-btn{width:100%}#awn-popup-wrapper .awn-buttons .awn-btn-success{background:#40871d}#awn-popup-wrapper .awn-buttons .awn-btn-success:hover{background:#367218}#awn-popup-wrapper .awn-buttons .awn-btn-cancel{background:#1c76a6}#awn-popup-wrapper .awn-buttons .awn-btn-cancel:hover{background:#186690}#awn-toast-container{position:fixed;z-index:99998;bottom:24px;right:24px;box-sizing:border-box}#awn-toast-container.awn-top-left,#awn-toast-container.awn-top-right{top:24px;bottom:auto}#awn-toast-container.awn-top-left .awn-toast:first-child,#awn-toast-container.awn-top-right .awn-toast:first-child{margin-top:16px}#awn-toast-container.awn-top-left,#awn-toast-container.awn-bottom-left{left:24px;right:auto}#awn-toast-container.awn-top-left .awn-toast,#awn-toast-container.awn-bottom-left .awn-toast{right:100%;animation-name:awn-slide-left}#awn-toast-container.awn-top-left .awn-toast.awn-hiding,#awn-toast-container.awn-bottom-left .awn-toast.awn-hiding{right:0}#awn-toast-container.awn-top-right .awn-toast,#awn-toast-container.awn-bottom-right .awn-toast{left:100%;animation-name:awn-slide-right}#awn-toast-container.awn-top-right .awn-toast.awn-hiding,#awn-toast-container.awn-bottom-right .awn-toast.awn-hiding{left:0}.awn-toast{position:relative;cursor:pointer;overflow:hidden;opacity:0;width:320px;background:#ebebeb;margin-top:16px;border-radius:6px;color:gray;font-size:14px;animation-timing-function:linear;animation-fill-mode:both}.awn-toast-content{word-break:break-word}.awn-toast-label{display:block;text-transform:uppercase;color:gray;font-size:18px}.awn-toast-icon{position:absolute;right:16px;top:6px;bottom:0;display:flex;align-items:center;justify-content:flex-end}.awn-toast-icon .fa{font-size:44px;color:gray}.awn-toast-wrapper{padding:22px 88px 16px 16px;border:2px solid #d1d1d1;border-radius:6px}.awn-toast-progress-bar{position:absolute;top:0;left:0;right:0;height:6px}.awn-toast-progress-bar:after{content:" ";background:gray;position:absolute;width:100%;right:100%;top:0;height:6px;animation-name:awn-bar;animation-duration:inherit;animation-timing-function:linear;animation-fill-mode:both}.awn-toast.awn-toast-progress-bar-paused .awn-toast-progress-bar:after{animation-play-state:paused}.awn-toast.awn-hiding{animation-name:awn-fade-out !important}.awn-toast.awn-toast-success{background:#dff8d3;color:#40871d}.awn-toast.awn-toast-success .awn-toast-wrapper{border-color:#a7d590}.awn-toast.awn-toast-success b,.awn-toast.awn-toast-success .fa{color:#40871d}.awn-toast.awn-toast-success .awn-toast-progress-bar:after{background:#40871d}.awn-toast.awn-toast-info{background:#d3ebf8;color:#1c76a6}.awn-toast.awn-toast-info .awn-toast-wrapper{border-color:#9fd3ef}.awn-toast.awn-toast-info b,.awn-toast.awn-toast-info .fa{color:#1c76a6}.awn-toast.awn-toast-info .awn-toast-progress-bar:after{background:#1c76a6}.awn-toast.awn-toast-alert{background:#f8d5d3;color:#a92019}.awn-toast.awn-toast-alert .awn-toast-wrapper{border-color:#f0a29d}.awn-toast.awn-toast-alert b,.awn-toast.awn-toast-alert .fa{color:#a92019}.awn-toast.awn-toast-alert .awn-toast-progress-bar:after{background:#a92019}.awn-toast.awn-toast-warning{background:#ffe7cc;color:#c26700}.awn-toast.awn-toast-warning .awn-toast-wrapper{border-color:#ffc480}.awn-toast.awn-toast-warning b,.awn-toast.awn-toast-warning .fa{color:#c26700}.awn-toast.awn-toast-warning .awn-toast-progress-bar:after{background:#c26700}[class^=awn-]{box-sizing:border-box}
.header{margin-bottom:3%}.header .link.link-h{color:var(--white);background-color:var(--indigo);font-size:var(--f-regular-size);line-height:2.2rem;border-radius:var(--default-radius);padding:.8rem 2.5rem;opacity:1}.header-nav{padding:2rem;display:flex;align-items:center;justify-content:space-between}@media screen and (min-width: 1024px){.header{margin-bottom:8%;padding:2rem 4rem}.header-nav{padding:0rem 1rem}}@media screen and (min-width: 1440px){.header{margin-bottom:4rem}.header .link.link-h{display:none}.header .header-nav{padding:1rem 4rem;max-width:var(--width-lg);margin:0 auto}}.main{position:relative}.content{display:block;position:relative}.h1{padding:1rem 2rem 0rem}.h1-wrapper{display:flex;justify-content:space-between;align-items:baseline;padding:0rem 2rem 0rem 0rem}.h1-wrapper--step{font-size:1.6rem}@media screen and (min-width: 1024px){.h1{padding:1rem 4rem 0rem}.h1-wrapper{padding:0rem 4rem 0rem 0rem}}@media screen and (min-width: 1440px){.content{display:flex;flex-direction:column;justify-content:center;align-items:center}.h1-wrapper{max-width:var(--width-lg);margin:0 0 1rem 0;width:100%}.h1.title{margin:0}}.form{position:relative;padding:2rem 2rem 4rem;width:100%}.form__header{display:flex;align-items:baseline}.form__header .breadcrumbs{font-size:1.2rem;line-height:1.2rem;margin-bottom:1.4rem}.form__header .breadcrumbs .breadcrumbs-link{color:var(--ligthGray);font-size:1.4rem}.form__info{font-size:1.4rem;line-height:3rem;color:var(--black);margin-bottom:1rem;display:inline-block}.form__footer{display:flex;flex-direction:column}.form__footer .btn{margin-bottom:2rem}.form__footer .link{border:1px solid var(--indigo);padding:1rem;border-radius:var(--default-radius);font-size:1.6rem;line-height:2.4rem;opacity:1}.form .title{font-weight:400;font-size:1.8rem;line-height:2.4rem;padding:0;display:inline-block}.form .btn.btn_primary{width:100%}.form.form-final .field{margin-bottom:1.5rem}.field{position:relative;margin-bottom:2rem}.field__input{font-family:var(--standartFF);font-size:var(--f-regular-size);line-height:2.4rem}.field__input::placeholder{color:var(--dark-gray)}.field__input.js-field__password.js-error{border-color:#d01a1a}.field_error{font-size:1.3rem;color:var(--danger-color)}.field__placeholder{font-size:14px;line-height:32px}.field__placeholder--small{line-height:2.1rem}.field_text .field__input{padding:1.2rem 2.2rem;width:100%;border:1px solid #e8e8e8;border-radius:var(--default-radius);transition:box-shadow .2s}.field_text .field__input:focus{box-shadow:0px 0px 6px rgba(0,0,0,.2)}.field_checkbox label{display:flex;align-items:center;cursor:pointer}.field_checkbox label:not(:last-child){margin-bottom:1.2rem}.field_checkbox a{color:var(--indigo)}.field_checkbox a:hover{color:var(--blue)}.field_checkbox .fake-checkbox{width:1.8rem;height:1.8rem;position:relative;margin-right:1.1rem;border:2px solid var(--blue);border-radius:var(--default-radius);flex-shrink:0}.field_checkbox .fake-checkbox img{position:absolute;bottom:5px;left:3px;z-index:2;display:none}.field_checkbox .fake-checkbox:after{content:"";position:absolute;right:-2px;top:-2px;width:5px;height:8px;z-index:1;background-color:#fff;display:none}.field_checkbox input{position:fixed;z-index:-1;visibility:hidden;left:-10000px;top:-10000px}.field_checkbox input:checked+.fake-checkbox img,.field_checkbox input:checked+.fake-checkbox:after{display:block}@media screen and (min-width: 1024px){.form{padding:2rem 4rem}}@media screen and (min-width: 1440px){.form{max-width:var(--width-lg)}.form__content{margin-bottom:3rem}.form__footer{display:flex;justify-content:center}.form__footer .btn.btn-primary{width:auto}}.end-of-life{pointer-events:none;overflow:hidden}.end-of-life--backdrop{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9998;background-color:rgba(34,33,32,.5)}.end-of-life--content{position:fixed;top:30%;left:50%;transform:translateX(-50%);z-index:9999;background-color:#eef0f6;border-radius:6px;padding:1rem 2rem;width:100%;max-width:90vw}@media screen and (min-width: 1200px){.end-of-life--content{max-width:600px}}.eol-title{font-size:2.5rem;line-height:1;color:var(--headblack)}.eol-text{font-weight:400;font-size:2.2rem;line-height:2.5rem;color:var(--blackLike)}.eol-footer{margin-top:2.5rem;margin-bottom:2.5rem;width:100%;display:grid;grid-template-columns:1fr 1fr;justify-items:center;color:var(--blackLike)}.eol-footer .link{font-size:2rem;text-decoration:none;background-color:#303030;color:#fff;box-shadow:0 2px 4px 0 rgba(136,144,195,.2),0 5px 15px 0 rgba(37,44,97,.15);border:1px solid currentColor;border-radius:6px;padding:1rem;min-width:16rem;text-align:center;font-weight:bold;pointer-events:all}.eol-footer .eol-link-tg{background-color:#08c}input::placeholder{line-height:normal !important}.js-custom-list-placeholder-disabled{color:var(--dark-gray) !important;pointer-events:none}*,*::before,*::after{box-sizing:border-box}:root{--white: #ffffff;--black: #000000;--lightGray: #9797ab;--medium-gray: #c9c9c9;--light-gray: #e8e8e8;--dark-gray: #8c8c8c;--blue: #1890ff;--indigo: #6979f8;--action-hover: #7987f9;--action-active: #596bf7;--blackLike: #252134;--headblack: #18191f;--link-color-with-decoration: #0366d6;--danger-color: #d01a1a;--standartFF: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--f-regular-size: 1.6rem;--default-radius: 4px;--width-lg: 60rem}html{font-size:62.5%;font-family:var(--standartFF)}body{box-sizing:border-box;margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:var(--lightGray);min-height:100vh}.d-none{display:none}.opacity-0{opacity:0}.btn{display:block;border:0px;outline:none;cursor:pointer;padding:1rem 3.2rem;font-family:var(--standartFF);font-size:var(--f-regular-size);line-height:2.4rem;border-radius:var(--default-radius);transition:background-color .15s ease-in;border:1px solid rgba(0,0,0,0);appearance:none}.btn::first-letter{text-transform:uppercase}.btn:disabled{cursor:not-allowed}.btn.btn_primary{color:var(--white);background-color:var(--indigo);font-weight:600}.btn.btn_primary:not([disabled]):hover{background-color:var(--action-hover)}.btn.btn_primary:not([disabled]):active{background-color:var(--action-active)}.btn[disabled]{opacity:.5}a{color:var(--blue)}a:hover,a:active{color:var(--link-color-with-decoration)}.link{cursor:pointer;font:inherit;font-weight:400;text-decoration:none;appearance:none;opacity:.9;transition:opacity .1s ease-in;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;flex-grow:0;border:0}.title{font-weight:400;font-size:2rem;line-height:2.6rem;margin:0 auto 2rem 0;color:var(--black)}
.js-Dropdown{display:inline-block;font:400 1.6rem var(--standartFF);position:relative;width:100%}.js-Dropdown-title{background-color:rgba(0,0,0,0);border:1px solid #e8e8e8;border-radius:var(--default-radius);box-sizing:border-box;cursor:pointer;height:5rem;padding:.5em 1em;position:relative;font:400 1.6rem var(--standartFF);color:#000;font-weight:400;text-align:left;width:100%}.js-Dropdown-title:active,.js-Dropdown-title:focus-within{border-color:#005fcc;border-width:2px}.js-Dropdown-title:after{border-color:#a5a5a5 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:8px;content:"";display:block;height:0;position:absolute;right:1em;top:45%;width:0;transition:transform .1s ease-in}.js-Dropdown-title[data-state=active]:after{transform:translateY(-50%) rotate(180deg)}.js-Dropdown-list{background-color:var(--white);max-height:30vh;overflow-y:auto;color:#000;box-sizing:border-box;display:none;height:0;list-style:none;margin:0;opacity:0;padding:0;position:absolute;transition:.2s linear;width:100%;z-index:999;box-shadow:0px 5px 5px -3px rgba(0,0,0,.2),0px 8px 10px 1px rgba(0,0,0,.14),0px 3px 14px 2px rgba(0,0,0,.12)}.js-Dropdown-list.is-open{display:block;height:auto;opacity:1}.js-Dropdown-list li{cursor:pointer;padding:.75em 1em}.js-Dropdown-list li:hover{background-color:rgba(0,0,0,.04)}.js-Dropdown-list li.is-selected{background-color:rgba(25,118,210,.08)}
